Skip to content

Commit 6b9c72f

Browse files
authored
Merge pull request #43 from Gusto/speakeasy-sdk-regen-1743527148
chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.5.8
2 parents 5652ffe + cde2f4d commit 6b9c72f

File tree

17 files changed

+39
-29
lines changed

17 files changed

+39
-29
lines changed

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.525.2
22
sources:
33
GustoEmbedded-OAS:
44
sourceNamespace: gusto-embedded-oas
5-
sourceRevisionDigest: sha256:58a71327018a7afe5b9f0737ddaa07c00dbd209bec679dbc4389cf0061310f02
6-
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
5+
sourceRevisionDigest: sha256:9b1618ba7276003bba2251d911fd9fdb3ed44a1a06a8eacc3263b2b15729a869
6+
sourceBlobDigest: sha256:0217bf5e63d5ed8504393f8d88366cd8613ccc4e80d4b37882ab5cbde6766c6f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743034410
9+
- speakeasy-sdk-regen-1743527148
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:58a71327018a7afe5b9f0737ddaa07c00dbd209bec679dbc4389cf0061310f02
16-
sourceBlobDigest: sha256:687842f700a87c82ba30231cdecaba3b0af5bfa152abe16b3f6cea7d355b151d
15+
sourceRevisionDigest: sha256:9b1618ba7276003bba2251d911fd9fdb3ed44a1a06a8eacc3263b2b15729a869
16+
sourceBlobDigest: sha256:0217bf5e63d5ed8504393f8d88366cd8613ccc4e80d4b37882ab5cbde6766c6f
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:f0c4ec1629c73d598c5686b49c7f9c45d349f8858603e3a781c2bebd6de397a5
18+
codeSamplesRevisionDigest: sha256:8b377f44b27c23d7822a9b7b29375fc1458d83a18d4a8ff6a27ad42ddfaf8eef
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

gusto_embedded/.speakeasy/gen.lock

Lines changed: 3 additions & 3 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: 040871ecd05195c4f0c000645be00a17
4+
docChecksum: b8eabbff13540020b23aa4c2d8bc9bdc
55
docVersion: "2024-04-01"
66
speakeasyVersion: 1.525.2
77
generationVersion: 2.562.3
8-
releaseVersion: 0.5.7
9-
configChecksum: eb9a288a5e984d5e6bed2236f9b00fea
8+
releaseVersion: 0.5.8
9+
configChecksum: 0c104fe7d55d0a082162e760f45a2b0a
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

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.7
21+
version: 0.5.8
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}

gusto_embedded/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [typescript v0.5.7] gusto_embedded
170170
### Releases
171-
- [NPM v0.5.7] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.7 - gusto_embedded
171+
- [NPM v0.5.7] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.7 - gusto_embedded
172+
173+
## 2025-04-01 17:05:29
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [typescript v0.5.8] gusto_embedded
180+
### Releases
181+
- [NPM v0.5.8] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.8 - gusto_embedded

gusto_embedded/docs/models/components/historicalemployeebody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { HistoricalEmployeeBody } from "@gusto/embedded-api/models/components/hi
88
let value: HistoricalEmployeeBody = {
99
firstName: "Collin",
1010
lastName: "Satterfield",
11-
dateOfBirth: "1975-02-22",
11+
dateOfBirth: "1975-02-26",
1212
ssn: "<value>",
1313
workAddress: {},
1414
homeAddress: {

gusto_embedded/docs/models/operations/postv1historicalemployeesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let value: PostV1HistoricalEmployeesRequest = {
1010
historicalEmployeeBody: {
1111
firstName: "Emmie",
1212
lastName: "Rippin",
13-
dateOfBirth: "1951-02-27",
13+
dateOfBirth: "1951-03-03",
1414
ssn: "<value>",
1515
workAddress: {},
1616
homeAddress: {

gusto_embedded/docs/models/operations/putv1historicalemployeesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let value: PutV1HistoricalEmployeesRequest = {
1212
version: "<value>",
1313
firstName: "Herminia",
1414
lastName: "Durgan",
15-
dateOfBirth: "2002-12-23",
15+
dateOfBirth: "2002-12-28",
1616
ssn: "<value>",
1717
workAddress: {},
1818
homeAddress: {

gusto_embedded/docs/models/operations/putv1historicalemployeesrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let value: PutV1HistoricalEmployeesRequestBody = {
1111
version: "<value>",
1212
firstName: "Okey",
1313
lastName: "Mueller",
14-
dateOfBirth: "1962-06-02",
14+
dateOfBirth: "1962-06-07",
1515
ssn: "<value>",
1616
workAddress: {},
1717
homeAddress: {

gusto_embedded/docs/sdks/reports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## createCustom
1313

14-
Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint.
14+
Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint. This URL is valid for 10 minutes.
1515

1616
scope: `company_reports:write`
1717

gusto_embedded/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@gusto/embedded-api",
5-
"version": "0.5.7",
5+
"version": "0.5.8",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

gusto_embedded/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gusto_embedded/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gusto/embedded-api",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"author": "Speakeasy",
55
"type": "module",
66
"main": "./esm/index.js",

gusto_embedded/src/funcs/reportsCreateCustom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { Result } from "../types/fp.js";
3636
* Create a custom report
3737
*
3838
* @remarks
39-
* Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint.
39+
* Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint. This URL is valid for 10 minutes.
4040
*
4141
* scope: `company_reports:write`
4242
*/

gusto_embedded/src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6060
export const SDK_METADATA = {
6161
language: "typescript",
6262
openapiDocVersion: "2024-04-01",
63-
sdkVersion: "0.5.7",
63+
sdkVersion: "0.5.8",
6464
genVersion: "2.562.3",
6565
userAgent:
66-
"speakeasy-sdk/typescript 0.5.7 2.562.3 2024-04-01 @gusto/embedded-api",
66+
"speakeasy-sdk/typescript 0.5.8 2.562.3 2024-04-01 @gusto/embedded-api",
6767
} as const;

gusto_embedded/src/models/components/company.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export type PrimarySignatory = {
166166
/**
167167
* The company's primary signatory's middle initial.
168168
*/
169-
middleInitial?: string | undefined;
169+
middleInitial?: string | null | undefined;
170170
/**
171171
* The company's primary signatory's last name.
172172
*/
@@ -689,7 +689,7 @@ export const PrimarySignatory$inboundSchema: z.ZodType<
689689
> = z.object({
690690
uuid: z.string().optional(),
691691
first_name: z.string().optional(),
692-
middle_initial: z.string().optional(),
692+
middle_initial: z.nullable(z.string()).optional(),
693693
last_name: z.string().optional(),
694694
phone: z.string().optional(),
695695
email: z.string().optional(),
@@ -707,7 +707,7 @@ export const PrimarySignatory$inboundSchema: z.ZodType<
707707
export type PrimarySignatory$Outbound = {
708708
uuid?: string | undefined;
709709
first_name?: string | undefined;
710-
middle_initial?: string | undefined;
710+
middle_initial?: string | null | undefined;
711711
last_name?: string | undefined;
712712
phone?: string | undefined;
713713
email?: string | undefined;
@@ -722,7 +722,7 @@ export const PrimarySignatory$outboundSchema: z.ZodType<
722722
> = z.object({
723723
uuid: z.string().optional(),
724724
firstName: z.string().optional(),
725-
middleInitial: z.string().optional(),
725+
middleInitial: z.nullable(z.string()).optional(),
726726
lastName: z.string().optional(),
727727
phone: z.string().optional(),
728728
email: z.string().optional(),

gusto_embedded/src/react-query/reportsCreateCustom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type ReportsCreateCustomMutationData =
3131
* Create a custom report
3232
*
3333
* @remarks
34-
* Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint.
34+
* Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint. This URL is valid for 10 minutes.
3535
*
3636
* scope: `company_reports:write`
3737
*/

gusto_embedded/src/sdk/reports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Reports extends ClientSDK {
2525
* Create a custom report
2626
*
2727
* @remarks
28-
* Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint.
28+
* Create a custom report for a company. This endpoint initiates creating a custom report with custom columns, groupings, and filters. The `request_uuid` in the response can then be used to poll for the status and report URL upon completion using the report GET endpoint. This URL is valid for 10 minutes.
2929
*
3030
* scope: `company_reports:write`
3131
*/

0 commit comments

Comments
 (0)