Skip to content

Commit f916b08

Browse files
authored
Merge pull request #7 from Gusto/speakeasy-sdk-regen-1739555675
chore: 🐝 Update SDK - Generate 0.0.9
2 parents d9a14f0 + a3c32ce commit f916b08

File tree

143 files changed

+12948
-13329
lines changed

Some content is hidden

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

143 files changed

+12948
-13329
lines changed

.speakeasy/workflow.lock

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.492.0
22
sources:
33
Gusto-OAS:
44
sourceNamespace: gusto-oas
5-
sourceRevisionDigest: sha256:536c65456adde4a4062968edc3e8ef7930f216f2c7a412e411a9df8b510dcf34
6-
sourceBlobDigest: sha256:e0b4d897d0190d7d91d6258aca3edbf1e5a6f504615b516b89dabf3e7079a781
5+
sourceRevisionDigest: sha256:ab4729c75eaab506305218dd966c2ca2273a6872569c6c1d1ff5bb82ebca431b
6+
sourceBlobDigest: sha256:f0fdc2ef12e4d07f71797ce152b5a3ffcff778e6c2e40fca4f4087f72da85449
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739319735
9+
- speakeasy-sdk-regen-1739555675
1010
- "2024-04-01"
1111
targets:
1212
gusto:
1313
source: Gusto-OAS
1414
sourceNamespace: gusto-oas
15-
sourceRevisionDigest: sha256:536c65456adde4a4062968edc3e8ef7930f216f2c7a412e411a9df8b510dcf34
16-
sourceBlobDigest: sha256:e0b4d897d0190d7d91d6258aca3edbf1e5a6f504615b516b89dabf3e7079a781
15+
sourceRevisionDigest: sha256:ab4729c75eaab506305218dd966c2ca2273a6872569c6c1d1ff5bb82ebca431b
16+
sourceBlobDigest: sha256:f0fdc2ef12e4d07f71797ce152b5a3ffcff778e6c2e40fca4f4087f72da85449
1717
codeSamplesNamespace: gusto-oas-python-code-samples
18-
codeSamplesRevisionDigest: sha256:093d427a72ff9ed05d044db539ee06f1ca0c6faaa32c21f05ff7ba146ce7e36d
18+
codeSamplesRevisionDigest: sha256:d8d37bf7785f6243ea304d3551cd8e7f8890a1345c49cec6ec0db7f526be574d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -26,6 +26,9 @@ workflow:
2626
authHeader: Authorization
2727
authSecret: $openapi_doc_auth_token
2828
overlays:
29+
- location: https://raw.githubusercontent.com/Gusto/Gusto-Partner-API/refs/heads/main/.speakeasy/speakeasy-modifications-overlay.yaml
30+
authHeader: Authorization
31+
authSecret: $openapi_doc_auth_token
2932
- location: gusto_embedded/.speakeasy/speakeasy-modifications-overlay.yaml
3033
registry:
3134
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-oas

gusto_embedded/.speakeasy/gen.lock

+53-81
Large diffs are not rendered by default.

gusto_embedded/.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: true
1919
python:
20-
version: 0.0.8
20+
version: 0.0.9
2121
additionalDependencies:
2222
dev: {}
2323
main: {}

gusto_embedded/README-PYPI.md

+255-297
Large diffs are not rendered by default.

gusto_embedded/README.md

+255-297
Large diffs are not rendered by default.

gusto_embedded/RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,14 @@ Based on:
3636
### Generated
3737
- [python v0.0.8] gusto_embedded
3838
### Releases
39-
- [PyPI v0.0.8] https://pypi.org/project/gusto_embedded/0.0.8 - gusto_embedded
39+
- [PyPI v0.0.8] https://pypi.org/project/gusto_embedded/0.0.8 - gusto_embedded
40+
41+
## 2025-02-14 17:54:19
42+
### Changes
43+
Based on:
44+
- OpenAPI Doc
45+
- Speakeasy CLI 1.492.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
46+
### Generated
47+
- [python v0.0.9] gusto_embedded
48+
### Releases
49+
- [PyPI v0.0.9] https://pypi.org/project/gusto_embedded/0.0.9 - gusto_embedded

gusto_embedded/USAGE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with Gusto(
88
company_access_auth=os.getenv("GUSTO_COMPANY_ACCESS_AUTH", ""),
99
) as gusto:
1010

11-
res = gusto.introspection.get_v1_token_info()
11+
res = gusto.introspection.get_info()
1212

1313
# Handle response
1414
print(res)
@@ -28,7 +28,7 @@ async def main():
2828
company_access_auth=os.getenv("GUSTO_COMPANY_ACCESS_AUTH", ""),
2929
) as gusto:
3030

31-
res = await gusto.introspection.get_v1_token_info_async()
31+
res = await gusto.introspection.get_info_async()
3232

3333
# Handle response
3434
print(res)

gusto_embedded/docs/models/company.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ The representation of a company in Gusto.
2222
| `join_date` | *OptionalNullable[str]* | :heavy_minus_sign: | Company's first invoiceable event date |
2323
| `funding_type` | [OptionalNullable[models.FundingType]](../models/fundingtype.md) | :heavy_minus_sign: | Company's default funding type |
2424
| `locations` | List[[models.CompanyAddress](../models/companyaddress.md)] | :heavy_minus_sign: | The locations of the company. |
25-
| `compensations` | [Optional[models.CompensationsModel]](../models/compensationsmodel.md) | :heavy_minus_sign: | The available company-wide compensation rates for the company. |
25+
| `compensations` | [Optional[models.Compensations]](../models/compensations.md) | :heavy_minus_sign: | The available company-wide compensation rates for the company. |
2626
| `primary_signatory` | [OptionalNullable[models.PrimarySignatory]](../models/primarysignatory.md) | :heavy_minus_sign: | The primary signatory of the company. |
2727
| `primary_payroll_admin` | [Optional[models.PrimaryPayrollAdmin]](../models/primarypayrolladmin.md) | :heavy_minus_sign: | The primary payroll admin of the company. |

gusto_embedded/docs/models/compensationsmodel.md renamed to gusto_embedded/docs/models/compensations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CompensationsModel
1+
# Compensations
22

33
The available company-wide compensation rates for the company.
44

gusto_embedded/docs/sdks/achtransactions/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# ACHTransactions
1+
# AchTransactions
22
(*ach_transactions*)
33

44
## Overview
55

66
### Available Operations
77

8-
* [list](#list) - Get all ACH transactions for a company
8+
* [get_all](#get_all) - Get all ACH transactions for a company
99

10-
## list
10+
## get_all
1111

1212
Fetches all ACH transactions for a company.
1313

@@ -23,7 +23,7 @@ with Gusto(
2323
company_access_auth=os.getenv("GUSTO_COMPANY_ACCESS_AUTH", ""),
2424
) as gusto:
2525

26-
res = gusto.ach_transactions.list(company_uuid="<id>")
26+
res = gusto.ach_transactions.get_all(company_uuid="<id>")
2727

2828
# Handle response
2929
print(res)

0 commit comments

Comments
 (0)