Skip to content

Commit 5a5668f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.552.0
1 parent 10c5d95 commit 5a5668f

File tree

43 files changed

+689
-325
lines changed

Some content is hidden

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

43 files changed

+689
-325
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.552.0
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:af3919c9fea3c5dcd03aba6ea1bfde955089fcc667ece7e7b3ee41a2352859cb
6-
sourceBlobDigest: sha256:58bac3b0a66b3771214f68c2c08660af8b65c369f4f599bbde1323d94f240b52
5+
sourceRevisionDigest: sha256:300cb38f0c56d2d3650ed01256880247b22d1bb5177deb715309801c090a6f76
6+
sourceBlobDigest: sha256:986ea086558d96ac0a1dfc278bd8b04f05ca4a6b161dfbcfa837cbcae39377aa
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747440846
9+
- speakeasy-sdk-regen-1748444833
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:300cb38f0c56d2d3650ed01256880247b22d1bb5177deb715309801c090a6f76
16+
sourceBlobDigest: sha256:986ea086558d96ac0a1dfc278bd8b04f05ca4a6b161dfbcfa837cbcae39377aa
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:f110229c4d5faed5321fcd68ab07601376b92a6035ccf97d456a0071e826144c
18+
codeSamplesRevisionDigest: sha256:e97e4dfec4f355012227aa6348bbbdf3f7f9bd9230be9a12aaeda8239ceb5883
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 107 additions & 22 deletions
Large diffs are not rendered by default.

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generation:
1919
oAuth2ClientCredentialsEnabled: true
2020
oAuth2PasswordEnabled: true
2121
typescript:
22-
version: 0.5.15
22+
version: 0.5.16
2323
additionalDependencies:
2424
dependencies: {}
2525
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-28 15:06:56
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc
247+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [typescript v0.5.16] gusto_embedded
250+
### Releases
251+
- [NPM v0.5.16] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.16 - 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)