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
56 changes: 30 additions & 26 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.37.0
version: 0.38.0
additionalDependencies:
dev: {}
main: {}
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:9ed48178bcd14e938473ab1d3fe4c4c691d85c8fbcd42e35492e9f113a7d6b91
sourceBlobDigest: sha256:53c4800fd3509d833860f9e8a7767531c37c7515a3d0edf3ab9e457b74874b59
sourceRevisionDigest: sha256:b86f094c5e828964b0682a2eae2e9b31d0ed2f1bb76c1b7cbac907b2eaa589b0
sourceBlobDigest: sha256:83e360ba71150ecdf5106e8a58a4e3b9c80d52a2993494fa76453fc124352d13
tags:
- latest
- speakeasy-sdk-regen-1787215803
- 10.44.0
- speakeasy-sdk-regen-1787554452
- 10.45.0
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:9ed48178bcd14e938473ab1d3fe4c4c691d85c8fbcd42e35492e9f113a7d6b91
sourceBlobDigest: sha256:53c4800fd3509d833860f9e8a7767531c37c7515a3d0edf3ab9e457b74874b59
sourceRevisionDigest: sha256:b86f094c5e828964b0682a2eae2e9b31d0ed2f1bb76c1b7cbac907b2eaa589b0
sourceBlobDigest: sha256:83e360ba71150ecdf5106e8a58a4e3b9c80d52a2993494fa76453fc124352d13
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:ae70d500185e3e449ef31de2142af64e7dc3ccaf9b7b1e5349e7be6b9511625f
codeSamplesRevisionDigest: sha256:d30da371dec8f28f654fd18e99fe5849396a5e8e1a085fa078527783dbf98cce
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 @@ -1468,4 +1468,14 @@ Based on:
### Generated
- [python v0.37.0] .
### Releases
- [PyPI v0.37.0] https://pypi.org/project/apideck-unify/0.37.0 - .
- [PyPI v0.37.0] https://pypi.org/project/apideck-unify/0.37.0 - .

## 2026-08-25 10:59:16
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.38.0] .
### Releases
- [PyPI v0.38.0] https://pypi.org/project/apideck-unify/0.38.0 - .
2 changes: 1 addition & 1 deletion docs/models/accountingcreditnotesallrequest.md

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/models/creditnotesfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `ids` | *Optional[str]* | :heavy_minus_sign: | Comma-separated list of credit note IDs to filter by (e.g. `12345,67890`). On some connectors (e.g. DualEntry) the credit note ID is the credit note number. | 12345,67890 |
| `id_since` | *Optional[str]* | :heavy_minus_sign: | Return records with a row ID greater than or equal to the given value | 1 |
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
| `created_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
Expand Down
1 change: 1 addition & 0 deletions docs/models/customersfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ids` | *Optional[str]* | :heavy_minus_sign: | Comma-separated list of customer IDs to filter by (e.g. `12345,67890`). | 12345,67890 |
| `company_name` | *Optional[str]* | :heavy_minus_sign: | Company Name of customer to search for | SpaceX |
| `display_name` | *Optional[str]* | :heavy_minus_sign: | Display Name of customer to search for | Techno King |
| `first_name` | *Optional[str]* | :heavy_minus_sign: | First name of customer to search for | Elon |
Expand Down
1 change: 1 addition & 0 deletions docs/models/invoicesfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `ids` | *Optional[str]* | :heavy_minus_sign: | Comma-separated list of invoice IDs to filter by (e.g. `12345,67890`). On some connectors (e.g. DualEntry) the invoice ID is the invoice number. | 12345,67890 |
| `id_since` | *Optional[str]* | :heavy_minus_sign: | Return records with a row ID greater than or equal to the given value | 1 |
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
| `created_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
Expand Down
Loading