Skip to content
Merged
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
26 changes: 19 additions & 7 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 @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.21.4
version: 0.21.5
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.606.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:25d7ffb9880be585bf4e03239d6587efd14792511c091c6f03b7445cbe92f61d
sourceBlobDigest: sha256:bca4b2125a4af1cb743a6239ed2c84f50c552769b37e7439d93c71952073d5a0
sourceRevisionDigest: sha256:e7b566f95fb335f8ed86ee70bae23c2b86a606eed8123307f1408f9c8ea63941
sourceBlobDigest: sha256:8a19e9c46f43e336fb59ca58640fe173dd0e97b0d13d7422a143a70a8392726c
tags:
- latest
- speakeasy-sdk-regen-1755766241
- 10.20.9
- speakeasy-sdk-regen-1755773170
- 10.20.10
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:25d7ffb9880be585bf4e03239d6587efd14792511c091c6f03b7445cbe92f61d
sourceBlobDigest: sha256:bca4b2125a4af1cb743a6239ed2c84f50c552769b37e7439d93c71952073d5a0
sourceRevisionDigest: sha256:e7b566f95fb335f8ed86ee70bae23c2b86a606eed8123307f1408f9c8ea63941
sourceBlobDigest: sha256:8a19e9c46f43e336fb59ca58640fe173dd0e97b0d13d7422a143a70a8392726c
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:d2bda16e0c0a8e3edaba357f149b5209e453fe244fb535e845dd4c7e02502f4b
codeSamplesRevisionDigest: sha256:6120fde82f438e37b6a9e8a59138decc012ea71925d6aa53b30c62910d32317b
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 @@ -418,4 +418,14 @@ Based on:
### Generated
- [python v0.21.4] .
### Releases
- [PyPI v0.21.4] https://pypi.org/project/apideck-unify/0.21.4 - .
- [PyPI v0.21.4] https://pypi.org/project/apideck-unify/0.21.4 - .

## 2025-08-21 11:23:30
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.21.5] .
### Releases
- [PyPI v0.21.5] https://pypi.org/project/apideck-unify/0.21.5 - .
8 changes: 4 additions & 4 deletions docs/models/blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `title` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `content` | *Optional[str]* | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| `title` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `content` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
11 changes: 11 additions & 0 deletions docs/models/linkedtaxdetail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# LinkedTaxDetail


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| `type` | *Optional[str]* | :heavy_minus_sign: | The type of tax. | GST on Purchases |
| `number` | *OptionalNullable[str]* | :heavy_minus_sign: | The number of the tax. | 123456 |
| `is_transaction_tax` | *Optional[bool]* | :heavy_minus_sign: | Whether the tax is a transaction tax. | true |
| `is_primary_tax` | *Optional[bool]* | :heavy_minus_sign: | Whether the tax is a primary tax. | true |
9 changes: 9 additions & 0 deletions docs/models/linkedtaxstatusdetail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# LinkedTaxStatusDetail


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
| `country` | *Optional[str]* | :heavy_minus_sign: | The country of the tax status. | US |
| `transaction_tax_status` | *OptionalNullable[str]* | :heavy_minus_sign: | The transaction tax status. | taxable |
7 changes: 6 additions & 1 deletion docs/models/supplier.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@
| `payment_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
| `terms` | *OptionalNullable[str]* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
| `channel` | *OptionalNullable[str]* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
| `issued_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Method of issuance of the purchase order for the supplier | Email |
| `issued_email` | *OptionalNullable[str]* | :heavy_minus_sign: | Email address of the person who issued the purchase order for the supplier | john.doe@example.com |
| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | N/A | |
| `tax_details` | List[[Nullable[models.LinkedTaxDetail]](../models/linkedtaxdetail.md)] | :heavy_minus_sign: | N/A | |
| `tax_status_details` | List[[Nullable[models.LinkedTaxStatusDetail]](../models/linkedtaxstatusdetail.md)] | :heavy_minus_sign: | N/A | |
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 |
| `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 |
| `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 |
| `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 |
| `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. | |
| `subsidiary_id` | *Optional[str]* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
| `subsidiary_id` | *Optional[str]* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
| `integration_system_id` | *Optional[str]* | :heavy_minus_sign: | The integration system the supplier belongs to. | 12345 |
Loading