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
101 changes: 54 additions & 47 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.42.1
version: 0.42.2
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:7d7a11ee17fe4b7a2cd1f7cd812af99155fae9af28b55f248a34f0d0461f9390
sourceBlobDigest: sha256:dd4f6722de745e1ebaa3e989728410a40d156bcc1bf87011ff6d999ff55fb8ac
sourceRevisionDigest: sha256:69c160ac94d5f6fdb1814cd3c2999421339e72ca3de4398c4d260eb8d8822b0a
sourceBlobDigest: sha256:299945e98d5f1e2bcf46498381e68a1620bf839e6f98e418c7048446ede02e87
tags:
- latest
- speakeasy-sdk-regen-1789740400
- 10.58.2
- speakeasy-sdk-regen-1789967875
- 10.58.16
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:7d7a11ee17fe4b7a2cd1f7cd812af99155fae9af28b55f248a34f0d0461f9390
sourceBlobDigest: sha256:dd4f6722de745e1ebaa3e989728410a40d156bcc1bf87011ff6d999ff55fb8ac
sourceRevisionDigest: sha256:69c160ac94d5f6fdb1814cd3c2999421339e72ca3de4398c4d260eb8d8822b0a
sourceBlobDigest: sha256:299945e98d5f1e2bcf46498381e68a1620bf839e6f98e418c7048446ede02e87
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:f84dd7f61bd139f26ed2cba8fbe18cfbb647551a7c92ddc7189c52b98122f866
codeSamplesRevisionDigest: sha256:5892475abb526c59bce5b07aba692297a615d6725d1a8f81fab65e26456e632f
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 @@ -1588,4 +1588,14 @@ Based on:
### Generated
- [python v0.42.1] .
### Releases
- [PyPI v0.42.1] https://pypi.org/project/apideck-unify/0.42.1 - .
- [PyPI v0.42.1] https://pypi.org/project/apideck-unify/0.42.1 - .

## 2026-09-24 07:59:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.42.2] .
### Releases
- [PyPI v0.42.2] https://pypi.org/project/apideck-unify/0.42.2 - .
4 changes: 2 additions & 2 deletions docs/models/billcreditnote.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *str* | :heavy_check_mark: | Unique identifier representing the entity | 123456 |
| `id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier representing the entity | 123456 |
| `number` | *OptionalNullable[str]* | :heavy_minus_sign: | Bill credit note number. | OIT00546 |
| `supplier` | [OptionalNullable[models.LinkedSupplier]](../models/linkedsupplier.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
| `subsidiary` | [OptionalNullable[models.LinkedSubsidiary]](../models/linkedsubsidiary.md) | :heavy_minus_sign: | N/A | |
Expand All @@ -15,7 +15,7 @@
| `currency_rate` | *OptionalNullable[float]* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 |
| `tax_inclusive` | *OptionalNullable[bool]* | :heavy_minus_sign: | Amounts are including tax | true |
| `sub_total` | *OptionalNullable[float]* | :heavy_minus_sign: | Sub-total amount, normally before tax. | 27500 |
| `total_amount` | *float* | :heavy_check_mark: | Amount of transaction | 49.99 |
| `total_amount` | *Optional[float]* | :heavy_minus_sign: | Amount of transaction | 49.99 |
| `total_tax` | *OptionalNullable[float]* | :heavy_minus_sign: | Total tax amount applied to this bill credit note. | 2500 |
| `tax_code` | *OptionalNullable[str]* | :heavy_minus_sign: | Applicable tax id/code override if tax is not supplied on a line item basis. | 1234 |
| `balance` | *OptionalNullable[float]* | :heavy_minus_sign: | The balance reflecting any payments made against the transaction. | 27500 |
Expand Down
2 changes: 1 addition & 1 deletion docs/models/billcreditnoteinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| `currency_rate` | *OptionalNullable[float]* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 |
| `tax_inclusive` | *OptionalNullable[bool]* | :heavy_minus_sign: | Amounts are including tax | true |
| `sub_total` | *OptionalNullable[float]* | :heavy_minus_sign: | Sub-total amount, normally before tax. | 27500 |
| `total_amount` | *float* | :heavy_check_mark: | Amount of transaction | 49.99 |
| `total_amount` | *Optional[float]* | :heavy_minus_sign: | Amount of transaction | 49.99 |
| `total_tax` | *OptionalNullable[float]* | :heavy_minus_sign: | Total tax amount applied to this bill credit note. | 2500 |
| `tax_code` | *OptionalNullable[str]* | :heavy_minus_sign: | Applicable tax id/code override if tax is not supplied on a line item basis. | 1234 |
| `balance` | *OptionalNullable[float]* | :heavy_minus_sign: | The balance reflecting any payments made against the transaction. | 27500 |
Expand Down
Loading