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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,027 changes: 5,981 additions & 46 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ generation:
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
Expand All @@ -27,8 +28,9 @@ generation:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
persistentEdits: {}
python:
version: 0.28.1
version: 0.29.0
additionalDependencies:
dev: {}
main: {}
Expand All @@ -40,6 +42,7 @@ python:
- Speakeasy
baseErrorName: ApideckError
clientServerStatusCodesAsErrors: true
constFieldCasing: upper
defaultErrorName: APIError
description: Python Client SDK Generated by Speakeasy.
enableCustomCodeRegions: false
Expand Down Expand Up @@ -69,8 +72,10 @@ python:
outputModelSuffix: output
packageManager: poetry
packageName: apideck-unify
preApplyUnionDiscriminators: false
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: envelope-http
sseFlatResponse: false
templateVersion: v2
useAsyncHooks: false
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050
sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df
sourceRevisionDigest: sha256:7fac7de0a490231cfb64fc65a8177f16b3a893495d56f3ae8c8eea5827237013
sourceBlobDigest: sha256:0c8aaa14215ad0924845540a445b5b077c4156cb6f88c2f612e6a7ec972dd8fe
tags:
- latest
- speakeasy-sdk-regen-1764264833
- 10.22.0
- speakeasy-sdk-regen-1768568153
- 10.23.7
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050
sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df
sourceRevisionDigest: sha256:7fac7de0a490231cfb64fc65a8177f16b3a893495d56f3ae8c8eea5827237013
sourceBlobDigest: sha256:0c8aaa14215ad0924845540a445b5b077c4156cb6f88c2f612e6a7ec972dd8fe
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:2c24a354650be92748cd09eaf7306e097a4dcbbae11448efaf6deaa45fa0fe0c
codeSamplesRevisionDigest: sha256:c1c53e3470993f2412cf4db2f5524edacf18e59021151c6dcb3902622a42d67d
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 @@ -1008,4 +1008,14 @@ Based on:
### Generated
- [python v0.28.1] .
### Releases
- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - .
- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - .

## 2026-01-19 00:23:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.29.0] .
### Releases
- [PyPI v0.29.0] https://pypi.org/project/apideck-unify/0.29.0 - .
1 change: 1 addition & 0 deletions docs/models/accountingbankaccountsonerequest.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/accountingbillpaymentsallrequest.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/models/accountingdepartment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales |
| `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
| `subsidiaries` | List[[models.SubsidiaryReference](../models/subsidiaryreference.md)] | :heavy_minus_sign: | N/A | |
| `code` | *Optional[str]* | :heavy_minus_sign: | The code of the department. | 123 |
| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
Expand Down
1 change: 1 addition & 0 deletions docs/models/accountingdepartmentinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales |
| `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
| `subsidiaries` | List[[models.SubsidiaryReferenceInput](../models/subsidiaryreferenceinput.md)] | :heavy_minus_sign: | N/A | |
Expand Down
Loading