Skip to content

Commit 0a6abb0

Browse files
authored
Merge pull request #53 from Gusto/speakeasy-sdk-regen-1748391275
chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.6.0
2 parents 31d5f6d + 355afa1 commit 0a6abb0

File tree

301 files changed

+1371
-369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+1371
-369
lines changed

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.551.0
1+
speakeasyVersion: 1.554.1
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:af3919c9fea3c5dcd03aba6ea1bfde955089fcc667ece7e7b3ee41a2352859cb
6-
sourceBlobDigest: sha256:58bac3b0a66b3771214f68c2c08660af8b65c369f4f599bbde1323d94f240b52
5+
sourceRevisionDigest: sha256:c8d373f765bf6bd77d8f5d3a92753dfa7cf291e418c9c7321a9201b2351f981f
6+
sourceBlobDigest: sha256:edd119442f06a6d6c8080b20d9142b5e057bedaec9f9139f82c95af7d0ef1b13
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747440846
9+
- speakeasy-sdk-regen-1748391275
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:af3919c9fea3c5dcd03aba6ea1bfde955089fcc667ece7e7b3ee41a2352859cb
16-
sourceBlobDigest: sha256:58bac3b0a66b3771214f68c2c08660af8b65c369f4f599bbde1323d94f240b52
15+
sourceRevisionDigest: sha256:c8d373f765bf6bd77d8f5d3a92753dfa7cf291e418c9c7321a9201b2351f981f
16+
sourceBlobDigest: sha256:edd119442f06a6d6c8080b20d9142b5e057bedaec9f9139f82c95af7d0ef1b13
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:f110229c4d5faed5321fcd68ab07601376b92a6035ccf97d456a0071e826144c
18+
codeSamplesRevisionDigest: sha256:545efedf848cf614e2d70272108198a96f4727ab2a739a6b458703576f2e2a85
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 110 additions & 24 deletions
Large diffs are not rendered by default.

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ generation:
77
maintainOpenAPIOrder: true
88
usageSnippets:
99
optionalPropertyRendering: withExample
10+
sdkInitStyle: constructor
1011
useClassNamesForArrayFields: true
1112
fixes:
1213
nameResolutionDec2023: true
@@ -19,7 +20,7 @@ generation:
1920
oAuth2ClientCredentialsEnabled: true
2021
oAuth2PasswordEnabled: true
2122
typescript:
22-
version: 0.5.15
23+
version: 0.6.0
2324
additionalDependencies:
2425
dependencies: {}
2526
devDependencies: {}

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,14 @@ Based on:
238238
### Generated
239239
- [typescript v0.5.15] gusto_embedded
240240
### Releases
241-
- [NPM v0.5.15] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.15 - gusto_embedded
241+
- [NPM v0.5.15] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.15 - gusto_embedded
242+
243+
## 2025-05-30 20:29:30
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc
247+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [typescript v0.6.0] gusto_embedded
250+
### Releases
251+
- [NPM v0.6.0] https://www.npmjs.com/package/@gusto/embedded-api/v/0.6.0 - gusto_embedded

gusto_embedded/docs/models/components/employeeaddress.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,24 @@
66
import { EmployeeAddress } from "@gusto/embedded-api/models/components/employeeaddress.js";
77

88
let value: EmployeeAddress = {
9-
street1: "412 Kiera Stravenue",
10-
street2: "Suite 391",
11-
city: "San Francisco",
12-
state: "CA",
13-
zip: "94107",
14-
active: true,
9+
uuid: "28f8f1f5-e4f3-423b-a903-d902bd2f36b2",
10+
version: "<value>",
1511
};
1612
```
1713

1814
## Fields
1915

2016
| Field | Type | Required | Description |
2117
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
22-
| `version` | *string* | :heavy_minus_sign: | The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field. |
18+
| `uuid` | *string* | :heavy_check_mark: | The UUID of the employee address |
19+
| `employeeUuid` | *string* | :heavy_minus_sign: | The UUID of the employee |
20+
| `effectiveDate` | [RFCDate](../../types/rfcdate.md) | :heavy_minus_sign: | The date the employee started living at the address. |
21+
| `courtesyWithholding` | *boolean* | :heavy_minus_sign: | Determines if home taxes should be withheld and paid for employee. |
2322
| `street1` | *string* | :heavy_minus_sign: | N/A |
2423
| `street2` | *string* | :heavy_minus_sign: | N/A |
2524
| `city` | *string* | :heavy_minus_sign: | N/A |
2625
| `state` | *string* | :heavy_minus_sign: | N/A |
2726
| `zip` | *string* | :heavy_minus_sign: | N/A |
2827
| `country` | *string* | :heavy_minus_sign: | N/A |
2928
| `active` | *boolean* | :heavy_minus_sign: | The status of the location. Inactive locations have been deleted, but may still have historical data associated with them. |
30-
| `uuid` | *string* | :heavy_minus_sign: | The UUID of the employee address |
31-
| `employeeUuid` | *string* | :heavy_minus_sign: | The UUID of the employee |
32-
| `effectiveDate` | [RFCDate](../../types/rfcdate.md) | :heavy_minus_sign: | The date the employee started living at the address. |
33-
| `courtesyWithholding` | *boolean* | :heavy_minus_sign: | Determines if home taxes should be withheld and paid for employee. |
29+
| `version` | *string* | :heavy_check_mark: | The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field. |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion
2+
3+
Determines the date-based API version associated with your API call. If none is provided, your application's [minimum API version](https://docs.gusto.com/embedded-payroll/docs/api-versioning#minimum-api-version) is used.
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion } from "@gusto/embedded-api/models/operations/deletev1homeaddresseshomeaddressuuid.js";
9+
10+
let value: DeleteV1HomeAddressesHomeAddressUuidHeaderXGustoAPIVersion =
11+
"2024-04-01";
12+
```
13+
14+
## Values
15+
16+
```typescript
17+
"2024-04-01"
18+
```

0 commit comments

Comments
 (0)