Skip to content

Commit bff4f92

Browse files
authored
Merge pull request #62 from apideck-libraries/speakeasy-sdk-regen-1755773170
chore: 🐝 Update SDK - Generate 0.21.5
2 parents af97c75 + c1fe978 commit bff4f92

18 files changed

+466
-33
lines changed

.speakeasy/gen.lock

Lines changed: 19 additions & 7 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
python:
27-
version: 0.21.4
27+
version: 0.21.5
2828
additionalDependencies:
2929
dev: {}
3030
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.606.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:25d7ffb9880be585bf4e03239d6587efd14792511c091c6f03b7445cbe92f61d
6-
sourceBlobDigest: sha256:bca4b2125a4af1cb743a6239ed2c84f50c552769b37e7439d93c71952073d5a0
5+
sourceRevisionDigest: sha256:e7b566f95fb335f8ed86ee70bae23c2b86a606eed8123307f1408f9c8ea63941
6+
sourceBlobDigest: sha256:8a19e9c46f43e336fb59ca58640fe173dd0e97b0d13d7422a143a70a8392726c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755766241
10-
- 10.20.9
9+
- speakeasy-sdk-regen-1755773170
10+
- 10.20.10
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:25d7ffb9880be585bf4e03239d6587efd14792511c091c6f03b7445cbe92f61d
16-
sourceBlobDigest: sha256:bca4b2125a4af1cb743a6239ed2c84f50c552769b37e7439d93c71952073d5a0
15+
sourceRevisionDigest: sha256:e7b566f95fb335f8ed86ee70bae23c2b86a606eed8123307f1408f9c8ea63941
16+
sourceBlobDigest: sha256:8a19e9c46f43e336fb59ca58640fe173dd0e97b0d13d7422a143a70a8392726c
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:d2bda16e0c0a8e3edaba357f149b5209e453fe244fb535e845dd4c7e02502f4b
18+
codeSamplesRevisionDigest: sha256:6120fde82f438e37b6a9e8a59138decc012ea71925d6aa53b30c62910d32317b
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,14 @@ Based on:
418418
### Generated
419419
- [python v0.21.4] .
420420
### Releases
421-
- [PyPI v0.21.4] https://pypi.org/project/apideck-unify/0.21.4 - .
421+
- [PyPI v0.21.4] https://pypi.org/project/apideck-unify/0.21.4 - .
422+
423+
## 2025-08-21 11:23:30
424+
### Changes
425+
Based on:
426+
- OpenAPI Doc
427+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
428+
### Generated
429+
- [python v0.21.5] .
430+
### Releases
431+
- [PyPI v0.21.5] https://pypi.org/project/apideck-unify/0.21.5 - .

docs/models/blocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `title` | *Optional[str]* | :heavy_minus_sign: | N/A |
9-
| `content` | *Optional[str]* | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8+
| `title` | *Optional[str]* | :heavy_minus_sign: | N/A |
9+
| `content` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |

docs/models/linkedtaxdetail.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LinkedTaxDetail
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
8+
| `type` | *Optional[str]* | :heavy_minus_sign: | The type of tax. | GST on Purchases |
9+
| `number` | *OptionalNullable[str]* | :heavy_minus_sign: | The number of the tax. | 123456 |
10+
| `is_transaction_tax` | *Optional[bool]* | :heavy_minus_sign: | Whether the tax is a transaction tax. | true |
11+
| `is_primary_tax` | *Optional[bool]* | :heavy_minus_sign: | Whether the tax is a primary tax. | true |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LinkedTaxStatusDetail
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
8+
| `country` | *Optional[str]* | :heavy_minus_sign: | The country of the tax status. | US |
9+
| `transaction_tax_status` | *OptionalNullable[str]* | :heavy_minus_sign: | The transaction tax status. | taxable |

docs/models/supplier.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@
3232
| `payment_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
3333
| `terms` | *OptionalNullable[str]* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
3434
| `channel` | *OptionalNullable[str]* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
35+
| `issued_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Method of issuance of the purchase order for the supplier | Email |
36+
| `issued_email` | *OptionalNullable[str]* | :heavy_minus_sign: | Email address of the person who issued the purchase order for the supplier | john.doe@example.com |
3537
| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
3638
| `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | N/A | |
39+
| `tax_details` | List[[Nullable[models.LinkedTaxDetail]](../models/linkedtaxdetail.md)] | :heavy_minus_sign: | N/A | |
40+
| `tax_status_details` | List[[Nullable[models.LinkedTaxStatusDetail]](../models/linkedtaxstatusdetail.md)] | :heavy_minus_sign: | N/A | |
3741
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
3842
| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 |
3943
| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
4044
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
4145
| `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 |
4246
| `pass_through` | List[[models.PassThroughBody](../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
43-
| `subsidiary_id` | *Optional[str]* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
47+
| `subsidiary_id` | *Optional[str]* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
48+
| `integration_system_id` | *Optional[str]* | :heavy_minus_sign: | The integration system the supplier belongs to. | 12345 |

0 commit comments

Comments
 (0)