Skip to content

Commit a5ddfe4

Browse files
authored
Merge pull request #38 from Gusto/speakeasy-sdk-regen-1742420739
chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.5.4
2 parents af71de1 + b83a381 commit a5ddfe4

File tree

198 files changed

+387
-269
lines changed

Some content is hidden

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

198 files changed

+387
-269
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.520.1
1+
speakeasyVersion: 1.521.0
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:9d10833c5227b9d4485b76a4a004dd218c9350f6f0d2b875810213975e00babe
6-
sourceBlobDigest: sha256:6b2e63f0e6958185cba3e44acaeae11710f434cf2c9f182bd0bd1c38aaddbc3d
5+
sourceRevisionDigest: sha256:c5e13f6f7266210e212ac99aa8367e82e61e0eaad181f1eb458d3689e436d2f8
6+
sourceBlobDigest: sha256:e4d67e29b6fdbf1bdf85937bad4df189fd2a65b0bd8a8a4bc210a929d50f1377
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1742256807
9+
- speakeasy-sdk-regen-1742420739
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:9d10833c5227b9d4485b76a4a004dd218c9350f6f0d2b875810213975e00babe
16-
sourceBlobDigest: sha256:6b2e63f0e6958185cba3e44acaeae11710f434cf2c9f182bd0bd1c38aaddbc3d
15+
sourceRevisionDigest: sha256:c5e13f6f7266210e212ac99aa8367e82e61e0eaad181f1eb458d3689e436d2f8
16+
sourceBlobDigest: sha256:e4d67e29b6fdbf1bdf85937bad4df189fd2a65b0bd8a8a4bc210a929d50f1377
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:f466c1088b8e3a00ab853967260e36276e8e35a1584b5febf88eb1de6e496a86
18+
codeSamplesRevisionDigest: sha256:a63b92bf36d6bd0dd4c396602cffa13e6007fd2257c56f273badf3a90c165ad7
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f0264e24-cbe2-4074-b157-7a6ba8979508
33
management:
4-
docChecksum: 937393749e06083076de283cdc9d570c
4+
docChecksum: d59f4dd77e3f051008140d0e55a9afdc
55
docVersion: "2024-04-01"
6-
speakeasyVersion: 1.520.1
7-
generationVersion: 2.556.1
8-
releaseVersion: 0.5.3
9-
configChecksum: a1b404e58df459e353eb24c21c321fce
6+
speakeasyVersion: 1.521.0
7+
generationVersion: 2.558.2
8+
releaseVersion: 0.5.4
9+
configChecksum: 9891b18a7b42a3cc996e558e86bfea84
1010
repoURL: https://github.com/Gusto/gusto-typescript-client.git
1111
repoSubDirectory: gusto_embedded
1212
installationURL: https://gitpkg.now.sh/Gusto/gusto-typescript-client/gusto_embedded
@@ -860,6 +860,7 @@ generatedFiles:
860860
- docs/models/operations/postv1employeesemployeeidemployeebenefitsrequestbody.md
861861
- docs/models/operations/postv1employeesemployeeidemployeebenefitsresponse.md
862862
- docs/models/operations/postv1employeesemployeeidemployeebenefitstype.md
863+
- docs/models/operations/postv1employeesemployeeidemployeebenefitsvalue.md
863864
- docs/models/operations/postv1employeesemployeeidgarnishmentsrequest.md
864865
- docs/models/operations/postv1employeesemployeeidgarnishmentsrequestbody.md
865866
- docs/models/operations/postv1employeesemployeeidgarnishmentsresponse.md
@@ -4911,7 +4912,7 @@ examples:
49114912
header:
49124913
X-Gusto-API-Version: "2024-04-01"
49134914
requestBody:
4914-
application/json: {"states": [{"state": "CA", "questions": [{"key": "filing_status", "answers": [{"value": "M", "valid_from": "2010-01-01", "valid_up_to": null}]}, {"key": "withholding_allowance", "answers": [{"value": "2", "valid_from": "2010-01-01", "valid_up_to": null}]}, {"key": "additional_withholding", "answers": [{"value": "25.0", "valid_from": "2010-01-01", "valid_up_to": null}]}, {"key": "file_new_hire_report", "answers": [{"value": "true", "valid_from": "2010-01-01", "valid_up_to": null}]}]}]}
4915+
application/json: {"states": [{"state": "CA", "questions": [{"key": "filing_status", "answers": [{"value": "M", "valid_from": "2010-01-01", "valid_up_to": null}]}, {"key": "withholding_allowance", "answers": [{"value": 2, "valid_from": "2010-01-01", "valid_up_to": null}]}, {"key": "additional_withholding", "answers": [{"value": "25.0", "valid_from": "2010-01-01", "valid_up_to": null}]}, {"key": "file_new_hire_report", "answers": [{"value": true, "valid_from": "2010-01-01", "valid_up_to": null}]}]}]}
49154916
responses:
49164917
"200":
49174918
application/json: [{"employee_uuid": "<id>", "state": "Ohio", "questions": [{"label": "<value>", "description": "which difficult really", "key": "<key>", "input_question_format": {"type": "<value>"}, "answers": [{}, {}]}]}, {"employee_uuid": "<id>", "state": "Alabama", "questions": []}, {"employee_uuid": "<id>", "state": "Tennessee", "questions": [{"label": "<value>", "description": "notwithstanding yippee now cinch against however unearth outside stiff", "key": "<key>", "input_question_format": {"type": "<value>"}, "answers": [{}, {}, {}]}, {"label": "<value>", "description": "incidentally shadowy cleverly", "key": "<key>", "input_question_format": {"type": "<value>"}, "answers": [{}, {}, {}]}, {"label": "<value>", "description": "off frizz yowza huzzah whose", "key": "<key>", "input_question_format": {"type": "<value>"}, "answers": [{}, {}]}]}]

gusto_embedded/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
typescript:
21-
version: 0.5.3
21+
version: 0.5.4
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [typescript v0.5.3] gusto_embedded
130130
### Releases
131-
- [NPM v0.5.3] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.3 - gusto_embedded
131+
- [NPM v0.5.3] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.3 - gusto_embedded
132+
133+
## 2025-03-19 21:45:22
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.521.0 (2.558.2) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [typescript v0.5.4] gusto_embedded
140+
### Releases
141+
- [NPM v0.5.4] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.4 - gusto_embedded

gusto_embedded/docs/models/components/accounttype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Bank account type
77
```typescript
88
import { AccountType } from "@gusto/embedded-api/models/components/companybankaccount.js";
99

10-
let value: AccountType = "Checking";
10+
let value: AccountType = "Savings";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/achtransaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Representation of an ACH transaction
88
import { AchTransaction } from "@gusto/embedded-api/models/components/achtransaction.js";
99

1010
let value: AchTransaction = {
11-
uuid: "a998f212-3993-4777-8c7c-28d2792c1f75",
11+
uuid: "b64f5167-cfde-47b4-a15b-4dc35d355c01",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of an admin user in Gusto.
88
import { Admin } from "@gusto/embedded-api/models/components/admin.js";
99

1010
let value: Admin = {
11-
uuid: "f1f37c39-2115-406a-9611-42f2c998f5c8",
11+
uuid: "e4c79ffd-5ea6-40c8-9cbc-4c87a014f250",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/authorizationstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The employee's authorization status
77
```typescript
88
import { AuthorizationStatus } from "@gusto/embedded-api/models/components/i9authorization.js";
99

10-
let value: AuthorizationStatus = "citizen";
10+
let value: AuthorizationStatus = "permanent_resident";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/company.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of a company in Gusto.
88
import { Company } from "@gusto/embedded-api/models/components/company.js";
99

1010
let value: Company = {
11-
uuid: "e4568a40-64fe-4da5-b8d1-c0dc0a822c9f",
11+
uuid: "39211506-a611-442f-a2c9-98f5c86f916c",
1212
compensations: {
1313
hourly: [
1414
{

gusto_embedded/docs/models/components/companybankaccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The company bank account
88
import { CompanyBankAccount } from "@gusto/embedded-api/models/components/companybankaccount.js";
99

1010
let value: CompanyBankAccount = {
11-
uuid: "012544cf-8f61-4647-ba7e-eb726b41eb9c",
11+
uuid: "8f4fe7dc-a53a-4d0a-b7e5-782bd040faf8",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/companybenefit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of a company benefit.
88
import { CompanyBenefit } from "@gusto/embedded-api/models/components/companybenefit.js";
99

1010
let value: CompanyBenefit = {
11-
uuid: "b8c17132-56f4-47cd-ac47-236b8ed099f0",
11+
uuid: "4168088c-68be-469b-80c6-a7bb3ad3caf4",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/companybenefitwithemployeebenefits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of a company benefit.
88
import { CompanyBenefitWithEmployeeBenefits } from "@gusto/embedded-api/models/components/companybenefitwithemployeebenefits.js";
99

1010
let value: CompanyBenefitWithEmployeeBenefits = {
11-
uuid: "309cc060-3335-44f5-8e2c-070cf0ec5e46",
11+
uuid: "44cba3df-8a84-4453-9ed7-5f38039a9dfc",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/companycustomfield.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ A custom field on a company
88
import { CompanyCustomField } from "@gusto/embedded-api/models/components/companycustomfield.js";
99

1010
let value: CompanyCustomField = {
11-
uuid: "25055fd6-0da2-4f1d-b46c-af91ecb062db",
11+
uuid: "5ddf10e4-8f6a-46c8-b344-8bfbc256a445",
1212
name: "<value>",
13-
type: "radio",
13+
type: "number",
1414
};
1515
```
1616

gusto_embedded/docs/models/components/companyonboardingstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of a company's onboarding status
88
import { CompanyOnboardingStatus } from "@gusto/embedded-api/models/components/companyonboardingstatus.js";
99

1010
let value: CompanyOnboardingStatus = {
11-
uuid: "16cbe4c7-9ffd-45ea-b60c-8cbc4c87a014",
11+
uuid: "d60da2f1-d46c-4af9-81ec-b062dbefcf90",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/companystatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The status of the company in Gusto. "Approved" companies are approved to run pay
77
```typescript
88
import { CompanyStatus } from "@gusto/embedded-api/models/components/company.js";
99

10-
let value: CompanyStatus = "Suspended";
10+
let value: CompanyStatus = "Approved";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/compensation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of compensation in Gusto.
88
import { Compensation } from "@gusto/embedded-api/models/components/compensation.js";
99

1010
let value: Compensation = {
11-
uuid: "b525ef3c-4e2a-41fb-bd97-987c22651dc8",
11+
uuid: "2da0caeb-8d48-44f3-b058-08db9ffd9709",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/contractor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of a contractor (individual or business) in Gusto.
88
import { Contractor } from "@gusto/embedded-api/models/components/contractor.js";
99

1010
let value: Contractor = {
11-
uuid: "6420047b-7e02-459d-a540-d69f02ccc8f6",
11+
uuid: "50232c8a-d35b-4606-9e65-fa51cbe31b32",
1212
hourlyRate: "50.0",
1313
};
1414
```

gusto_embedded/docs/models/components/contractorbankaccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Example response
88
import { ContractorBankAccount } from "@gusto/embedded-api/models/components/contractorbankaccount.js";
99

1010
let value: ContractorBankAccount = {
11-
uuid: "0597bd72-d9bb-4f4b-b563-5f43947d3698",
11+
uuid: "f09b4fde-094d-4a81-a8af-9ffa87e011c5",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/contractoronboardingstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of an contractor's onboarding status.
88
import { ContractorOnboardingStatus } from "@gusto/embedded-api/models/components/contractoronboardingstatus.js";
99

1010
let value: ContractorOnboardingStatus = {
11-
uuid: "6b3fa4c1-f0e4-4c04-ab81-669ad762cb68",
11+
uuid: "807a893d-8bf6-4e00-a943-45b9cdd66ea1",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/contractoronboardingstatus1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ One of the "onboarding_status" enum values.
77
```typescript
88
import { ContractorOnboardingStatus1 } from "@gusto/embedded-api/models/components/contractor.js";
99

10-
let value: ContractorOnboardingStatus1 = "admin_onboarding_review";
10+
let value: ContractorOnboardingStatus1 = "onboarding_completed";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/contractoronboardingstatusonboardingstatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ One of the "onboarding_status" enum values.
77
```typescript
88
import { ContractorOnboardingStatusOnboardingStatus } from "@gusto/embedded-api/models/components/contractoronboardingstatus.js";
99

10-
let value: ContractorOnboardingStatusOnboardingStatus = "onboarding_completed";
10+
let value: ContractorOnboardingStatusOnboardingStatus =
11+
"admin_onboarding_incomplete";
1112
```
1213

1314
## Values

gusto_embedded/docs/models/components/contractorpayment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of a single contractor payment.
88
import { ContractorPayment } from "@gusto/embedded-api/models/components/contractorpayment.js";
99

1010
let value: ContractorPayment = {
11-
uuid: "12a9de24-6013-474e-95ef-734c4679f354",
11+
uuid: "a07ad2cb-8919-46d5-a96e-41b690fe906f",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/contractorpaymentforgroupwagetype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The wage type for the payment.
77
```typescript
88
import { ContractorPaymentForGroupWageType } from "@gusto/embedded-api/models/components/contractorpaymentforgroup.js";
99

10-
let value: ContractorPaymentForGroupWageType = "Hourly";
10+
let value: ContractorPaymentForGroupWageType = "Fixed";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/contractorpaymentmethodsplitby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Describes how the payment will be split. If split_by is Percentage, then the spl
77
```typescript
88
import { ContractorPaymentMethodSplitBy } from "@gusto/embedded-api/models/components/contractorpaymentmethod.js";
99

10-
let value: ContractorPaymentMethodSplitBy = "Percentage";
10+
let value: ContractorPaymentMethodSplitBy = "Amount";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/contractorpaymentpaymentmethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The payment method.
77
```typescript
88
import { ContractorPaymentPaymentMethod } from "@gusto/embedded-api/models/components/contractorpayment.js";
99

10-
let value: ContractorPaymentPaymentMethod = "Direct Deposit";
10+
let value: ContractorPaymentPaymentMethod = "Check";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/contractorpaymentwagetype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The wage type for the payment.
77
```typescript
88
import { ContractorPaymentWageType } from "@gusto/embedded-api/models/components/contractorpayment.js";
99

10-
let value: ContractorPaymentWageType = "Fixed";
10+
let value: ContractorPaymentWageType = "Hourly";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/contractortype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The contractor's type, either "Individual" or "Business".
77
```typescript
88
import { ContractorType } from "@gusto/embedded-api/models/components/contractor.js";
99

10-
let value: ContractorType = "Individual";
10+
let value: ContractorType = "Business";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/currentemploymentstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The current employment status of the employee. Full-time employees work 30+ hour
77
```typescript
88
import { CurrentEmploymentStatus } from "@gusto/embedded-api/models/components/employee.js";
99

10-
let value: CurrentEmploymentStatus = "full_time";
10+
let value: CurrentEmploymentStatus = "seasonal";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/customfieldtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Input type for the custom field.
77
```typescript
88
import { CustomFieldType } from "@gusto/embedded-api/models/components/customfieldtype.js";
99

10-
let value: CustomFieldType = "date";
10+
let value: CustomFieldType = "text";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/deductionreducestaxableincome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Whether the employee deduction reduces taxable income or not. Only valid for Gro
77
```typescript
88
import { DeductionReducesTaxableIncome } from "@gusto/embedded-api/models/components/employeebenefit.js";
99

10-
let value: DeductionReducesTaxableIncome = "reduces_taxable_income";
10+
let value: DeductionReducesTaxableIncome = "does_not_reduce_taxable_income";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/documentsignedrecipienttype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The type of recipient associated with the document (will be `Contractor` for Con
77
```typescript
88
import { DocumentSignedRecipientType } from "@gusto/embedded-api/models/components/documentsigned.js";
99

10-
let value: DocumentSignedRecipientType = "Employee";
10+
let value: DocumentSignedRecipientType = "Contractor";
1111
```
1212

1313
## Values

gusto_embedded/docs/models/components/earningtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Example response
88
import { EarningType } from "@gusto/embedded-api/models/components/earningtype.js";
99

1010
let value: EarningType = {
11-
uuid: "81bb2fb4-bb56-459e-92e0-a6cb7a8c7849",
11+
uuid: "0597bd72-d9bb-4f4b-b563-5f43947d3698",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/employee.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The representation of an employee in Gusto.
88
import { Employee } from "@gusto/embedded-api/models/components/employee.js";
99

1010
let value: Employee = {
11-
uuid: "358abefa-dc4e-4004-87a1-ac2687cfc1c1",
12-
firstName: "Candice",
13-
lastName: "Legros",
11+
uuid: "3cd87968-66b1-42dc-b46e-d9306add0353",
12+
firstName: "Ocie",
13+
lastName: "Wunsch",
1414
eligiblePaidTimeOff: [
1515
{
1616
accrualUnit: "Hour",

gusto_embedded/docs/models/components/employeeaddress.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@
44

55
```typescript
66
import { EmployeeAddress } from "@gusto/embedded-api/models/components/employeeaddress.js";
7+
import { RFCDate } from "@gusto/embedded-api/types/rfcdate.js";
78

89
let value: EmployeeAddress = {
9-
street1: "412 Kiera Stravenue",
10+
street1: "333 Kiera Stravenue",
1011
street2: "Suite 391",
1112
city: "San Francisco",
1213
state: "CA",
1314
zip: "94107",
1415
active: true,
16+
uuid: "9557fe01-f8f8-4c14-a61c-ca6221a9f118",
17+
employeeUuid: "da441196-43a9-4d23-ad5d-f37ce6bb99c0",
18+
effectiveDate: new RFCDate("2021-01-01"),
19+
courtesyWithholding: true,
1520
};
1621
```
1722

gusto_embedded/docs/models/components/employeebankaccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Example response
88
import { EmployeeBankAccount } from "@gusto/embedded-api/models/components/employeebankaccount.js";
99

1010
let value: EmployeeBankAccount = {
11-
uuid: "844559a4-2092-40e8-b1df-7016e2d07a09",
11+
uuid: "6420047b-7e02-459d-a540-d69f02ccc8f6",
1212
};
1313
```
1414

gusto_embedded/docs/models/components/employeebenefit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The representation of an employee benefit.
88
import { EmployeeBenefit } from "@gusto/embedded-api/models/components/employeebenefit.js";
99

1010
let value: EmployeeBenefit = {
11-
uuid: "07ad2cb8-9196-4d59-86e4-1b690fe906fa",
11+
uuid: "1a82f59e-81d5-4fed-95cf-870bd3581164",
1212
};
1313
```
1414

0 commit comments

Comments
 (0)