Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 13 additions & 13 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
speakeasyVersion: 1.545.0
speakeasyVersion: 1.636.3
sources:
Gusto-App-Int-OAS:
sourceNamespace: gusto-app-int-oas
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
sourceRevisionDigest: sha256:bccf74e5425a2f3f48ef3ecd175a3e8ba2dd93e17de8b992c94f6856140f7cfc
sourceBlobDigest: sha256:882e6f94a5003a34700cf9b1e8a39883bddb28be492020c163e1bfca616e35ec
tags:
- latest
- speakeasy-sdk-regen-1744935831
- speakeasy-sdk-regen-1758759857
- "2024-04-01"
Gusto-OAS:
sourceNamespace: gusto-oas
sourceRevisionDigest: sha256:44e7b8dfa1de649a098ce98b82b05e5d12f7f1a796ac2f22d2a86b00acf18c1e
sourceBlobDigest: sha256:c0cca1c776a150a8b06dff09b846d29eadc2b7fd26b470f65725d97b395049db
sourceRevisionDigest: sha256:ce6ffc5593d0d10a7ac4e3866b0830028de7b41e0448a3dccb430354431f80d1
sourceBlobDigest: sha256:ca5b49c9303e9640ea50519017306546fdcdf6b50e487215f577fe64705085e9
tags:
- latest
- speakeasy-sdk-regen-1744935831
- speakeasy-sdk-regen-1758759857
- "2024-04-01"
targets:
gusto:
source: Gusto-OAS
sourceNamespace: gusto-oas
sourceRevisionDigest: sha256:44e7b8dfa1de649a098ce98b82b05e5d12f7f1a796ac2f22d2a86b00acf18c1e
sourceBlobDigest: sha256:c0cca1c776a150a8b06dff09b846d29eadc2b7fd26b470f65725d97b395049db
sourceRevisionDigest: sha256:ce6ffc5593d0d10a7ac4e3866b0830028de7b41e0448a3dccb430354431f80d1
sourceBlobDigest: sha256:ca5b49c9303e9640ea50519017306546fdcdf6b50e487215f577fe64705085e9
codeSamplesNamespace: gusto-oas-python-code-samples
codeSamplesRevisionDigest: sha256:1971fbb55b78f1604821ab018302b82dbd2be3c5d72aa576a54ecfd04a955c94
codeSamplesRevisionDigest: sha256:f5c73637390ec9d83cbe047ebcf86584a8061b957e20e39a642fc54a76b6e7e3
gusto-app-int:
source: Gusto-App-Int-OAS
sourceNamespace: gusto-app-int-oas
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
sourceRevisionDigest: sha256:bccf74e5425a2f3f48ef3ecd175a3e8ba2dd93e17de8b992c94f6856140f7cfc
sourceBlobDigest: sha256:882e6f94a5003a34700cf9b1e8a39883bddb28be492020c163e1bfca616e35ec
codeSamplesNamespace: gusto-app-int-oas-python-code-samples
codeSamplesRevisionDigest: sha256:c00ed11b6f8344da2be1583a11c63c5e7c998c07039b4f7b3dfd0150b54554d0
codeSamplesRevisionDigest: sha256:c803c9ebbe9efafc2ad689bfcda2ff6b74f23fe1a2103cbafb48b914a692704b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,14 @@ Based on:
### Generated
- [python v0.3.0] gusto_app_int
### Releases
- [PyPI v0.3.0] https://pypi.org/project/gusto_app_integration/0.3.0 - gusto_app_int
- [PyPI v0.3.0] https://pypi.org/project/gusto_app_integration/0.3.0 - gusto_app_int

## 2025-10-12 00:24:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.4.0] gusto_app_int
### Releases
- [PyPI v0.4.0] https://pypi.org/project/gusto_app_integration/0.4.0 - gusto_app_int
2 changes: 2 additions & 0 deletions gusto_app_int/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.env
.env.local
**/__pycache__/
README-PYPI.md
**/.speakeasy/temp/
Expand Down
967 changes: 442 additions & 525 deletions gusto_app_int/.speakeasy/gen.lock

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion gusto_app_int/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ generation:
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
Expand All @@ -15,13 +16,23 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
hoistGlobalSecurity: true
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.3.0
version: 0.4.0
additionalDependencies:
dev: {}
main: {}
allowedRedefinedBuiltins:
- id
- object
asyncMode: both
authors:
- Speakeasy
baseErrorName: GustoAppIntegrationError
clientServerStatusCodesAsErrors: true
defaultErrorName: APIError
description: Python Client SDK Generated by Speakeasy.
Expand All @@ -41,10 +52,15 @@ python:
shared: ""
webhooks: ""
inputModelSuffix: input
legacyPyright: true
maxMethodParams: 999
methodArguments: infer-optional-args
moduleName: ""
outputModelSuffix: output
packageManager: poetry
packageName: gusto_app_integration
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: flat
sseFlatResponse: false
templateVersion: v2
Loading