@@ -3,10 +3,10 @@ id: f0264e24-cbe2-4074-b157-7a6ba8979508
33management:
44  docChecksum: faf71a2fd549ee108515b43e930d0e1c
55  docVersion: "2024-04-01"
6-   speakeasyVersion: 1.517.0 
7-   generationVersion: 2.548.1 
8-   releaseVersion: 0.5.1 
9-   configChecksum: 3f6b88cc6fded3c9d24bbce7dbc10803 
6+   speakeasyVersion: 1.517.3 
7+   generationVersion: 2.548.6 
8+   releaseVersion: 0.5.2 
9+   configChecksum: 6bc5d774ad51224e239b3058022d8ac6 
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
@@ -231,6 +231,7 @@ generatedFiles:
231231  - docs/models/components/homeaddress.md
232232  - docs/models/components/hourly.md
233233  - docs/models/components/hourlycompensations.md
234+   - docs/models/components/httpmetadata.md
234235  - docs/models/components/i9authorization.md
235236  - docs/models/components/i9authorizationdocument.md
236237  - docs/models/components/i9authorizationdocumentoption.md
@@ -1545,6 +1546,7 @@ generatedFiles:
15451546  - src/models/components/grossuppay.ts
15461547  - src/models/components/historicalemployeebody.ts
15471548  - src/models/components/holidaypaypolicy.ts
1549+   - src/models/components/httpmetadata.ts
15481550  - src/models/components/i9authorization.ts
15491551  - src/models/components/i9authorizationdocument.ts
15501552  - src/models/components/i9authorizationdocumentoption.ts
@@ -6522,7 +6524,7 @@ examples:
65226524        application/json: {"payroll_type": "Regular", "start_date": "2023-05-26T00:00:00Z", "end_date": "2023-06-25T00:00:00Z", "pay_schedule_uuid": "85100524-4b42-4d2d-bd62-9d864f9aea64"}
65236525      responses:
65246526        "422":
6525-           application/json: {}
6527+           application/json: {"": {} }
65266528  post-payrolls-gross-up-payroll_uuid:
65276529    Example:
65286530      parameters:
@@ -6534,7 +6536,7 @@ examples:
65346536        application/json: {"employee_uuid": "be48c41e-142d-4116-9430-5aba2313fac7", "net_pay": "1000.00"}
65356537      responses:
65366538        "422":
6537-           application/json: {}
6539+           application/json: {"": {} }
65386540        "200": {}
65396541  put-v1-companies-company_id-payrolls-payroll_id-calculate:
65406542    Example:
@@ -6546,7 +6548,7 @@ examples:
65466548          X-Gusto-API-Version: "2024-04-01"
65476549      responses:
65486550        "422":
6549-           application/json: {}
6551+           application/json: {"": {} }
65506552  put-v1-companies-company_id-payrolls-payroll_id-submit:
65516553    Example:
65526554      parameters:
@@ -6559,7 +6561,7 @@ examples:
65596561        application/json: {}
65606562      responses:
65616563        "422":
6562-           application/json: {}
6564+           application/json: {"": {} }
65636565  put-api-v1-companies-company_id-payrolls-payroll_id-cancel:
65646566    Unprocessed:
65656567      parameters:
@@ -7702,7 +7704,7 @@ examples:
77027704          X-Gusto-API-Version: "2024-04-01"
77037705      responses:
77047706        "422":
7705-           application/json: {"errors": {"base": [{"type": "error type", "message": "This is an error message", "full_message": "This is a more descriptive error message"}]}}
7707+           application/json: {"errors": {"base": [{"type": "error type", "message": "This is an error message", "full_message": "This is a more descriptive error message"}]}, "": {} }
77067708  get-v1-benefits:
77077709    Supported Benefits:
77087710      parameters:
0 commit comments