Skip to content

Commit 235acc0

Browse files
authored
Merge pull request #45 from Gusto/speakeasy-sdk-regen-1743811995
chore: 🐝 Update SDK - Generate Clients GUSTO-EMBEDDED 0.5.10
2 parents 197df8d + ff30f85 commit 235acc0

16 files changed

+31
-26
lines changed

β€Ž.speakeasy/workflow.lock

+6-6
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:3f281ce4dfffa42d8d239e1651be5a617b51786226f635f3d28968d20fe0e747
6-
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
5+
sourceRevisionDigest: sha256:6a7950ff2c31a4c64212393827ae14f689c434262b0ff5c3d37f415a0f4a187d
6+
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743615006
9+
- speakeasy-sdk-regen-1743811995
1010
- "2024-04-01"
1111
targets:
1212
gusto-embedded:
1313
source: GustoEmbedded-OAS
1414
sourceNamespace: gusto-embedded-oas
15-
sourceRevisionDigest: sha256:3f281ce4dfffa42d8d239e1651be5a617b51786226f635f3d28968d20fe0e747
16-
sourceBlobDigest: sha256:278f904b41465bfa8c51ccbf50aa84ca9ef215b820c2491e72f653506314022c
15+
sourceRevisionDigest: sha256:6a7950ff2c31a4c64212393827ae14f689c434262b0ff5c3d37f415a0f4a187d
16+
sourceBlobDigest: sha256:8cb7d7d6ab90af686f6647092eb52e63c492963d61184dc935d869b487d23dcc
1717
codeSamplesNamespace: gusto-embedded-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:b6ee3e4ddf952e88694c317df5725171dfe3e1e478f397a1c7f70199dce97d2a
18+
codeSamplesRevisionDigest: sha256:6b563cfa3d09c0d4fd998e1d840c38c1a7d72c698b1da91de4c91f2ac3271fa0
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€Žgusto_embedded/.speakeasy/gen.lock

+3-3
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: 0666aa5ba193f86f8a9463d0e91eb577
4+
docChecksum: 10eddfe5aebc3d7b5be7885f67f368b0
55
docVersion: "2024-04-01"
66
speakeasyVersion: 1.525.2
77
generationVersion: 2.562.3
8-
releaseVersion: 0.5.9
9-
configChecksum: ee1a7ad4a596bd8b4860210d628198ff
8+
releaseVersion: 0.5.10
9+
configChecksum: 155994f0975a9fbb4368e9bc9056ce0a
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

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

β€Žgusto_embedded/RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,14 @@ Based on:
188188
### Generated
189189
- [typescript v0.5.9] gusto_embedded
190190
### Releases
191-
- [NPM v0.5.9] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.9 - gusto_embedded
191+
- [NPM v0.5.9] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.9 - gusto_embedded
192+
193+
## 2025-04-11 00:13:22
194+
### Changes
195+
Based on:
196+
- OpenAPI Doc
197+
- Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
198+
### Generated
199+
- [typescript v0.5.10] gusto_embedded
200+
### Releases
201+
- [NPM v0.5.10] https://www.npmjs.com/package/@gusto/embedded-api/v/0.5.10 - gusto_embedded

β€Žgusto_embedded/docs/models/components/historicalemployeebody.md

+1-1
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-27",
11+
dateOfBirth: "1975-03-08",
1212
ssn: "<value>",
1313
workAddress: {},
1414
homeAddress: {

β€Žgusto_embedded/docs/models/operations/postv1historicalemployeesrequest.md

+1-1
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-03-04",
13+
dateOfBirth: "1951-03-13",
1414
ssn: "<value>",
1515
workAddress: {},
1616
homeAddress: {

β€Žgusto_embedded/docs/models/operations/putv1historicalemployeesrequest.md

+1-1
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-29",
15+
dateOfBirth: "2003-01-06",
1616
ssn: "<value>",
1717
workAddress: {},
1818
homeAddress: {

β€Žgusto_embedded/docs/models/operations/putv1historicalemployeesrequestbody.md

+1-1
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-08",
14+
dateOfBirth: "1962-06-16",
1515
ssn: "<value>",
1616
workAddress: {},
1717
homeAddress: {

β€Žgusto_embedded/docs/sdks/payrolls/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ Notes:
366366
* Hour and dollar amounts are returned as string representations of numeric decimals.
367367
* Hours are represented to the thousands place; dollar amounts are represented to the cent.
368368
* Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to β€œ0.00” (for fixed amounts) or β€œ0.000” (for hours ).
369-
* To return future payrolls, you must include an `end_date` in the future.
370369
* When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
371370
* Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
372371

β€Žgusto_embedded/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

β€Žgusto_embedded/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žgusto_embedded/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gusto/embedded-api",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"author": "Speakeasy",
55
"type": "module",
66
"main": "./esm/index.js",

β€Žgusto_embedded/src/funcs/payrollsGet.ts

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import { Result } from "../types/fp.js";
3838
* * Hour and dollar amounts are returned as string representations of numeric decimals.
3939
* * Hours are represented to the thousands place; dollar amounts are represented to the cent.
4040
* * Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to β€œ0.00” (for fixed amounts) or β€œ0.000” (for hours ).
41-
* * To return future payrolls, you must include an `end_date` in the future.
4241
* * When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
4342
* * Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
4443
*

β€Žgusto_embedded/src/lib/config.ts

+2-2
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.9",
63+
sdkVersion: "0.5.10",
6464
genVersion: "2.562.3",
6565
userAgent:
66-
"speakeasy-sdk/typescript 0.5.9 2.562.3 2024-04-01 @gusto/embedded-api",
66+
"speakeasy-sdk/typescript 0.5.10 2.562.3 2024-04-01 @gusto/embedded-api",
6767
} as const;

β€Žgusto_embedded/src/react-query/payrollsGet.ts

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export type PayrollsGetQueryData =
4343
* * Hour and dollar amounts are returned as string representations of numeric decimals.
4444
* * Hours are represented to the thousands place; dollar amounts are represented to the cent.
4545
* * Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to β€œ0.00” (for fixed amounts) or β€œ0.000” (for hours ).
46-
* * To return future payrolls, you must include an `end_date` in the future.
4746
* * When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
4847
* * Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
4948
*
@@ -74,7 +73,6 @@ export function usePayrollsGet(
7473
* * Hour and dollar amounts are returned as string representations of numeric decimals.
7574
* * Hours are represented to the thousands place; dollar amounts are represented to the cent.
7675
* * Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to β€œ0.00” (for fixed amounts) or β€œ0.000” (for hours ).
77-
* * To return future payrolls, you must include an `end_date` in the future.
7876
* * When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
7977
* * Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
8078
*

β€Žgusto_embedded/src/sdk/payrolls.ts

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ export class Payrolls extends ClientSDK {
171171
* * Hour and dollar amounts are returned as string representations of numeric decimals.
172172
* * Hours are represented to the thousands place; dollar amounts are represented to the cent.
173173
* * Every eligible compensation is returned for each employee. If no data has yet be inserted for a given field, it defaults to β€œ0.00” (for fixed amounts) or β€œ0.000” (for hours ).
174-
* * To return future payrolls, you must include an `end_date` in the future.
175174
* * When include parameter with benefits value is passed, employee_benefits:read scope is required to return benefits
176175
* * Benefits containing PHI are only visible with the `employee_benefits:read:phi` scope
177176
*

0 commit comments

Comments
Β (0)