Skip to content

Commit 603fe57

Browse files
authored
Merge pull request #22 from Gusto/speakeasy-sdk-regen-1744935831
chore: 🐝 Update SDK - Generate 0.3.0
2 parents c644ad6 + 052b71f commit 603fe57

File tree

629 files changed

+8290
-4136
lines changed

Some content is hidden

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

629 files changed

+8290
-4136
lines changed

.speakeasy/workflow.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
speakeasyVersion: 1.525.2
1+
speakeasyVersion: 1.545.0
22
sources:
33
Gusto-App-Int-OAS:
44
sourceNamespace: gusto-app-int-oas
5-
sourceRevisionDigest: sha256:955b8bb3ee659411a247244f32f371dee0c7491b3c2f11844de00ca2ac297ae7
6-
sourceBlobDigest: sha256:26784ddebe266eeff70b25e0084326a16bcc7180d91c35826e319a6c8326b178
5+
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
6+
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743812597
9+
- speakeasy-sdk-regen-1744935831
1010
- "2024-04-01"
1111
Gusto-OAS:
1212
sourceNamespace: gusto-oas
13-
sourceRevisionDigest: sha256:7b2c1314f9175f26d8836d3ec840add2dc843d8d9393cd1c8b0b18cf049f9bb1
14-
sourceBlobDigest: sha256:c1616791d0cd06741ea410696a26c24e7f2365722a80beb48250ec78b6f63e00
13+
sourceRevisionDigest: sha256:44e7b8dfa1de649a098ce98b82b05e5d12f7f1a796ac2f22d2a86b00acf18c1e
14+
sourceBlobDigest: sha256:c0cca1c776a150a8b06dff09b846d29eadc2b7fd26b470f65725d97b395049db
1515
tags:
1616
- latest
17-
- speakeasy-sdk-regen-1743812597
17+
- speakeasy-sdk-regen-1744935831
1818
- "2024-04-01"
1919
targets:
2020
gusto:
2121
source: Gusto-OAS
2222
sourceNamespace: gusto-oas
23-
sourceRevisionDigest: sha256:7b2c1314f9175f26d8836d3ec840add2dc843d8d9393cd1c8b0b18cf049f9bb1
24-
sourceBlobDigest: sha256:c1616791d0cd06741ea410696a26c24e7f2365722a80beb48250ec78b6f63e00
23+
sourceRevisionDigest: sha256:44e7b8dfa1de649a098ce98b82b05e5d12f7f1a796ac2f22d2a86b00acf18c1e
24+
sourceBlobDigest: sha256:c0cca1c776a150a8b06dff09b846d29eadc2b7fd26b470f65725d97b395049db
2525
codeSamplesNamespace: gusto-oas-python-code-samples
26-
codeSamplesRevisionDigest: sha256:a19675574df675e2741598f0898c065747875052d7fe2e0e07cf049a05f179ed
26+
codeSamplesRevisionDigest: sha256:1971fbb55b78f1604821ab018302b82dbd2be3c5d72aa576a54ecfd04a955c94
2727
gusto-app-int:
2828
source: Gusto-App-Int-OAS
2929
sourceNamespace: gusto-app-int-oas
30-
sourceRevisionDigest: sha256:955b8bb3ee659411a247244f32f371dee0c7491b3c2f11844de00ca2ac297ae7
31-
sourceBlobDigest: sha256:26784ddebe266eeff70b25e0084326a16bcc7180d91c35826e319a6c8326b178
30+
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
31+
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
3232
codeSamplesNamespace: gusto-app-int-oas-python-code-samples
33-
codeSamplesRevisionDigest: sha256:11527f44be0eee637544ba7c931ee207ea5c761be13507428fa44721231feb35
33+
codeSamplesRevisionDigest: sha256:c00ed11b6f8344da2be1583a11c63c5e7c998c07039b4f7b3dfd0150b54554d0
3434
workflow:
3535
workflowVersion: 1.0.0
3636
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [python v0.2.4] gusto_app_int
8080
### Releases
81-
- [PyPI v0.2.4] https://pypi.org/project/gusto_app_integration/0.2.4 - gusto_app_int
81+
- [PyPI v0.2.4] https://pypi.org/project/gusto_app_integration/0.2.4 - gusto_app_int
82+
83+
## 2025-05-16 00:24:57
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.545.0 (2.599.0) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [python v0.3.0] gusto_app_int
90+
### Releases
91+
- [PyPI v0.3.0] https://pypi.org/project/gusto_app_integration/0.3.0 - gusto_app_int

gusto_app_int/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**/__pycache__/
2+
README-PYPI.md
3+
**/.speakeasy/temp/
4+
**/.speakeasy/logs/
15
.venv/
26
venv/
37
src/*.egg-info/

gusto_app_int/.speakeasy/gen.lock

Lines changed: 294 additions & 207 deletions
Large diffs are not rendered by default.

gusto_app_int/.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ generation:
1111
parameterOrderingFeb2024: true
1212
requestResponseComponentNamesFeb2024: true
1313
securityFeb2025: true
14+
sharedErrorComponentsApr2025: false
1415
auth:
1516
oAuth2ClientCredentialsEnabled: true
1617
oAuth2PasswordEnabled: true
1718
python:
18-
version: 0.2.4
19+
version: 0.3.0
1920
additionalDependencies:
2021
dev: {}
2122
main: {}

gusto_app_int/README-PYPI.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ with GustoAppIntegration() as gai_client:
301301

302302
### [employees](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md)
303303

304-
* [create](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#create) - Create an employee
305304
* [get](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#get) - Get employees of a company
305+
* [create](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#create) - Create an employee
306306
* [get_by_id](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#get_by_id) - Get an employee
307-
* [update](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#update) - Update an employee
307+
* [update](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#update) - Update an employee.
308308
* [delete](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#delete) - Delete an onboarding employee
309309
* [get_custom_fields](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#get_custom_fields) - Get an employee's custom fields
310310
* [get_time_off_activities](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/employees/README.md#get_time_off_activities) - Get employee time off activities
@@ -372,6 +372,14 @@ with GustoAppIntegration() as gai_client:
372372

373373
* [calculate_accruing_time_off_hours](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/timeoffpolicies/README.md#calculate_accruing_time_off_hours) - Calculate accruing time off hours
374374

375+
### [time_tracking](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/timetracking/README.md)
376+
377+
* [get_companies_company_uuid_time_tracking_time_sheets](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/timetracking/README.md#get_companies_company_uuid_time_tracking_time_sheets) - Get all time sheets for a company
378+
* [post_companies_company_uuid_time_tracking_time_sheets](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/timetracking/README.md#post_companies_company_uuid_time_tracking_time_sheets) - Create a time sheet
379+
* [get_time_tracking_time_sheets_time_sheet_uuid](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/timetracking/README.md#get_time_tracking_time_sheets_time_sheet_uuid) - Get a time sheet
380+
* [put_time_tracking_time_sheets_time_sheet_uuid](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/timetracking/README.md#put_time_tracking_time_sheets_time_sheet_uuid) - Update a time sheet
381+
* [delete_time_tracking_time_sheets_time_sheet_uuid](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/timetracking/README.md#delete_time_tracking_time_sheets_time_sheet_uuid) - Delete a time sheet
382+
375383
### [webhooks](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/webhooks/README.md)
376384

377385
* [create](https://github.com/Gusto/gusto-python-client/blob/master/docs/sdks/webhooks/README.md#create) - Create a webhook subscription

gusto_app_int/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ with GustoAppIntegration() as gai_client:
301301

302302
### [employees](docs/sdks/employees/README.md)
303303

304-
* [create](docs/sdks/employees/README.md#create) - Create an employee
305304
* [get](docs/sdks/employees/README.md#get) - Get employees of a company
305+
* [create](docs/sdks/employees/README.md#create) - Create an employee
306306
* [get_by_id](docs/sdks/employees/README.md#get_by_id) - Get an employee
307-
* [update](docs/sdks/employees/README.md#update) - Update an employee
307+
* [update](docs/sdks/employees/README.md#update) - Update an employee.
308308
* [delete](docs/sdks/employees/README.md#delete) - Delete an onboarding employee
309309
* [get_custom_fields](docs/sdks/employees/README.md#get_custom_fields) - Get an employee's custom fields
310310
* [get_time_off_activities](docs/sdks/employees/README.md#get_time_off_activities) - Get employee time off activities
@@ -372,6 +372,14 @@ with GustoAppIntegration() as gai_client:
372372

373373
* [calculate_accruing_time_off_hours](docs/sdks/timeoffpolicies/README.md#calculate_accruing_time_off_hours) - Calculate accruing time off hours
374374

375+
### [time_tracking](docs/sdks/timetracking/README.md)
376+
377+
* [get_companies_company_uuid_time_tracking_time_sheets](docs/sdks/timetracking/README.md#get_companies_company_uuid_time_tracking_time_sheets) - Get all time sheets for a company
378+
* [post_companies_company_uuid_time_tracking_time_sheets](docs/sdks/timetracking/README.md#post_companies_company_uuid_time_tracking_time_sheets) - Create a time sheet
379+
* [get_time_tracking_time_sheets_time_sheet_uuid](docs/sdks/timetracking/README.md#get_time_tracking_time_sheets_time_sheet_uuid) - Get a time sheet
380+
* [put_time_tracking_time_sheets_time_sheet_uuid](docs/sdks/timetracking/README.md#put_time_tracking_time_sheets_time_sheet_uuid) - Update a time sheet
381+
* [delete_time_tracking_time_sheets_time_sheet_uuid](docs/sdks/timetracking/README.md#delete_time_tracking_time_sheets_time_sheet_uuid) - Delete a time sheet
382+
375383
### [webhooks](docs/sdks/webhooks/README.md)
376384

377385
* [create](docs/sdks/webhooks/README.md#create) - Create a webhook subscription

0 commit comments

Comments
 (0)