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.615.2
sources:
Gusto-App-Int-OAS:
sourceNamespace: gusto-app-int-oas
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
sourceRevisionDigest: sha256:facc7194866fdd922a1693a4057fb11d35b1c4b93c5c8a0157cf283b9294c835
sourceBlobDigest: sha256:c424ef698e710dbf81fc71dc53ed4672db079dfab0b80f37c14ccc30d8053761
tags:
- latest
- speakeasy-sdk-regen-1744935831
- speakeasy-sdk-regen-1749255922
- "2024-04-01"
Gusto-OAS:
sourceNamespace: gusto-oas
sourceRevisionDigest: sha256:44e7b8dfa1de649a098ce98b82b05e5d12f7f1a796ac2f22d2a86b00acf18c1e
sourceBlobDigest: sha256:c0cca1c776a150a8b06dff09b846d29eadc2b7fd26b470f65725d97b395049db
sourceRevisionDigest: sha256:7aa93e05dd469887d431e2f90259c2215a5f9320f9f2096d3b920064c6601336
sourceBlobDigest: sha256:75d966ba3e4d96e029d45bfcf9bfecec6e80c65eef7295ed7c66248e1fb15521
tags:
- latest
- speakeasy-sdk-regen-1744935831
- speakeasy-sdk-regen-1749255922
- "2024-04-01"
targets:
gusto:
source: Gusto-OAS
sourceNamespace: gusto-oas
sourceRevisionDigest: sha256:44e7b8dfa1de649a098ce98b82b05e5d12f7f1a796ac2f22d2a86b00acf18c1e
sourceBlobDigest: sha256:c0cca1c776a150a8b06dff09b846d29eadc2b7fd26b470f65725d97b395049db
sourceRevisionDigest: sha256:7aa93e05dd469887d431e2f90259c2215a5f9320f9f2096d3b920064c6601336
sourceBlobDigest: sha256:75d966ba3e4d96e029d45bfcf9bfecec6e80c65eef7295ed7c66248e1fb15521
codeSamplesNamespace: gusto-oas-python-code-samples
codeSamplesRevisionDigest: sha256:1971fbb55b78f1604821ab018302b82dbd2be3c5d72aa576a54ecfd04a955c94
codeSamplesRevisionDigest: sha256:3bdaee3059ce3e50e62be956f90d6b444a2f168a444981b2d2158069a6d1800d
gusto-app-int:
source: Gusto-App-Int-OAS
sourceNamespace: gusto-app-int-oas
sourceRevisionDigest: sha256:163ef8c7de4ae2582c583b9b7677d80714669b03f45459c01f6dff9b2d3afbfb
sourceBlobDigest: sha256:87c1c61661402940b9497a0f9aa072ec0c8aff318aaedae2ca5ab49a21a2e0b2
sourceRevisionDigest: sha256:facc7194866fdd922a1693a4057fb11d35b1c4b93c5c8a0157cf283b9294c835
sourceBlobDigest: sha256:c424ef698e710dbf81fc71dc53ed4672db079dfab0b80f37c14ccc30d8053761
codeSamplesNamespace: gusto-app-int-oas-python-code-samples
codeSamplesRevisionDigest: sha256:c00ed11b6f8344da2be1583a11c63c5e7c998c07039b4f7b3dfd0150b54554d0
codeSamplesRevisionDigest: sha256:beac4f84b4ba779c6598facfc19984835911a79ceb7a25bdd20864470c3e12bc
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-09-16 00:22:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.615.2 (2.698.4) 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
956 changes: 434 additions & 522 deletions gusto_app_int/.speakeasy/gen.lock

Large diffs are not rendered by default.

16 changes: 15 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,22 @@ 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
authors:
- Speakeasy
baseErrorName: GustoAppIntegrationError
clientServerStatusCodesAsErrors: true
defaultErrorName: APIError
description: Python Client SDK Generated by Speakeasy.
Expand All @@ -43,8 +53,12 @@ python:
inputModelSuffix: input
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