Skip to content
Closed
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.639.3
sources:
Gusto-App-Int-OAS:
sourceNamespace: gusto-app-int-oas
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
sourceRevisionDigest: sha256:763b0f1aa6b5a021f9a68413d552f56eea8bacf6cd4d7a97cbcf85cd4f80e426
sourceBlobDigest: sha256:e85cffc0c9f45958efde6d930f721669b5794c54aa43bae0952a85bc45987d9f
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:bcd537d09c28142ec47a4fbd170415dd04e909aa6cb22fb7c03c4cab418f3394
sourceBlobDigest: sha256:0529b1a27f222fc5806f1be56d3e09d0709d2f84bb8258c9ee2b5492fb608f24
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:bcd537d09c28142ec47a4fbd170415dd04e909aa6cb22fb7c03c4cab418f3394
sourceBlobDigest: sha256:0529b1a27f222fc5806f1be56d3e09d0709d2f84bb8258c9ee2b5492fb608f24
codeSamplesNamespace: gusto-oas-python-code-samples
codeSamplesRevisionDigest: sha256:1971fbb55b78f1604821ab018302b82dbd2be3c5d72aa576a54ecfd04a955c94
codeSamplesRevisionDigest: sha256:c36cc20a4ef62dc8b94a5b5eef838f2c16e21dd7f20554fffe00304f59e1f793
gusto-app-int:
source: Gusto-App-Int-OAS
sourceNamespace: gusto-app-int-oas
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
sourceRevisionDigest: sha256:763b0f1aa6b5a021f9a68413d552f56eea8bacf6cd4d7a97cbcf85cd4f80e426
sourceBlobDigest: sha256:e85cffc0c9f45958efde6d930f721669b5794c54aa43bae0952a85bc45987d9f
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-27 00:26:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.639.3 (2.730.5) 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
975 changes: 449 additions & 526 deletions gusto_app_int/.speakeasy/gen.lock

Large diffs are not rendered by default.

20 changes: 19 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,25 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
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 +54,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