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

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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 +41,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,6 +71,7 @@ python:
outputModelSuffix: output
packageManager: poetry
packageName: apideck-unify
preApplyUnionDiscriminators: false
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: envelope-http
Expand Down
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:86e10dbe8b5fadad88a37cf5beb61379e5b108e3bd0bbf9a4fb7f6eac0aa5d7f
sourceBlobDigest: sha256:682247e44d58d6a2ea9bcb94494c2eb234ceec494479e9305358e6a8fc73bb37
tags:
- latest
- speakeasy-sdk-regen-1764264833
- 10.22.0
- speakeasy-sdk-regen-1766535675
- 10.23.3
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050
sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df
sourceRevisionDigest: sha256:86e10dbe8b5fadad88a37cf5beb61379e5b108e3bd0bbf9a4fb7f6eac0aa5d7f
sourceBlobDigest: sha256:682247e44d58d6a2ea9bcb94494c2eb234ceec494479e9305358e6a8fc73bb37
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:2c24a354650be92748cd09eaf7306e097a4dcbbae11448efaf6deaa45fa0fe0c
codeSamplesRevisionDigest: sha256:aba04eb775d567dfe3a8af85a7632eb6da95d9fac4314389e05df67ffe89e906
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 - .

## 2025-12-28 00:23:47
### 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