Skip to content

Commit 4930ee8

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.16 (#165)
* ## Python SDK Changes Detected: * `apideck.accounting.bills.list()`: `response.data.[].subsidiary` **Added** * `apideck.accounting.bills.create()`: `request.subsidiary` **Added** * `apideck.accounting.bills.get()`: `response.data.subsidiary` **Added** * `apideck.accounting.bills.update()`: `request.subsidiary` **Added** * `apideck.accounting.invoices.list()`: `response.data.[].subsidiary` **Added** * `apideck.accounting.invoices.create()`: `request.subsidiary` **Added** * `apideck.accounting.invoices.get()`: `response.data.subsidiary` **Added** * `apideck.accounting.invoices.update()`: `request.subsidiary` **Added** * `apideck.accounting.ledger_accounts.list()`: `request.filter` **Changed** * `apideck.accounting.invoice_items.list()`: `request.filter` **Changed** * `apideck.accounting.credit_notes.list()`: `response.data.[].subsidiary` **Added** * `apideck.accounting.credit_notes.create()`: `request.subsidiary` **Added** * `apideck.accounting.credit_notes.get()`: `response.data.subsidiary` **Added** * `apideck.accounting.credit_notes.update()`: `request.subsidiary` **Added** * `apideck.accounting.payments.list()`: `response.data.[].subsidiary` **Added** * `apideck.accounting.payments.create()`: `request.subsidiary` **Added** * `apideck.accounting.payments.get()`: `response.data.subsidiary` **Added** * `apideck.accounting.payments.update()`: `request.subsidiary` **Added** * `apideck.accounting.journal_entries.list()`: `response.data.[].subsidiary` **Added** * `apideck.accounting.journal_entries.create()`: `request.subsidiary` **Added** * `apideck.accounting.journal_entries.get()`: `response.data.subsidiary` **Added** * `apideck.accounting.journal_entries.update()`: `request.subsidiary` **Added** * `apideck.accounting.bill_payments.list()`: `response.data.[].subsidiary` **Added** * `apideck.accounting.bill_payments.create()`: `request.subsidiary` **Added** * `apideck.accounting.bill_payments.get()`: `response.data.subsidiary` **Added** * `apideck.accounting.bill_payments.update()`: `request.subsidiary` **Added** * `apideck.connector.connectors.list()`: `request.filter` **Changed** * `apideck.connector.connector_resources.get()`: `request.unified_api` **Changed** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 492b6c7 commit 4930ee8

55 files changed

Lines changed: 600 additions & 178 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 109 additions & 74 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
@@ -32,7 +32,7 @@ generation:
3232
persistentEdits: {}
3333
versioningStrategy: automatic
3434
python:
35-
version: 0.31.15
35+
version: 0.31.16
3636
additionalDependencies:
3737
dev: {}
3838
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:fa52a9501f103c65be29c007b8bbdf1c11efe60d02514b04c38a995144baf26d
6-
sourceBlobDigest: sha256:0a1e2245f8e9c7d59f9cfb8b3a2247c2b65d6762eda4221e6fef17689cdc3815
5+
sourceRevisionDigest: sha256:928190fcd16ff1c260dab78fb75e9431193a83cd4d2f6a3c078379cab2e9347d
6+
sourceBlobDigest: sha256:a8f6727156442e454ec81a5a9d86744eb6b18ed15ea53f9441829d83ad32d1ef
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1778861642
10-
- 10.24.33
9+
- speakeasy-sdk-regen-1779885144
10+
- 10.24.37
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:fa52a9501f103c65be29c007b8bbdf1c11efe60d02514b04c38a995144baf26d
16-
sourceBlobDigest: sha256:0a1e2245f8e9c7d59f9cfb8b3a2247c2b65d6762eda4221e6fef17689cdc3815
15+
sourceRevisionDigest: sha256:928190fcd16ff1c260dab78fb75e9431193a83cd4d2f6a3c078379cab2e9347d
16+
sourceBlobDigest: sha256:a8f6727156442e454ec81a5a9d86744eb6b18ed15ea53f9441829d83ad32d1ef
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:830b6217f43713aa502c1accf5299ac8aa5d9ad9aaf33dbd3dedf78c69eb99af
18+
codeSamplesRevisionDigest: sha256:a31ce6e188a83ec025c846c789289acdef81624d29a2c970f08bc2e0f068d57f
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
@@ -1218,4 +1218,14 @@ Based on:
12181218
### Generated
12191219
- [python v0.31.15] .
12201220
### Releases
1221-
- [PyPI v0.31.15] https://pypi.org/project/apideck-unify/0.31.15 - .
1221+
- [PyPI v0.31.15] https://pypi.org/project/apideck-unify/0.31.15 - .
1222+
1223+
## 2026-05-29 12:23:07
1224+
### Changes
1225+
Based on:
1226+
- OpenAPI Doc
1227+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1228+
### Generated
1229+
- [python v0.31.16] .
1230+
### Releases
1231+
- [PyPI v0.31.16] https://pypi.org/project/apideck-unify/0.31.16 - .

docs/models/accountinginvoiceitemsallrequest.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/bill.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| `bill_number` | *OptionalNullable[str]* | :heavy_minus_sign: | Reference to supplier bill number | 10001 |
1212
| `supplier` | [OptionalNullable[models.LinkedSupplier]](../models/linkedsupplier.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
1313
| `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |
14+
| `subsidiary` | [OptionalNullable[models.LinkedSubsidiary]](../models/linkedsubsidiary.md) | :heavy_minus_sign: | N/A | |
1415
| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 |
1516
| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 |
1617
| `currency` | [OptionalNullable[models.Currency]](../models/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |

docs/models/billinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| `bill_number` | *OptionalNullable[str]* | :heavy_minus_sign: | Reference to supplier bill number | 10001 |
1010
| `supplier` | [OptionalNullable[models.LinkedSupplierInput]](../models/linkedsupplierinput.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
1111
| `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |
12+
| `subsidiary` | [OptionalNullable[models.LinkedSubsidiaryInput]](../models/linkedsubsidiaryinput.md) | :heavy_minus_sign: | N/A | |
1213
| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 |
1314
| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 |
1415
| `currency` | [OptionalNullable[models.Currency]](../models/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |

docs/models/billpayment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
| `transaction_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | 2021-05-01T12:00:00.000Z |
1919
| `supplier` | [OptionalNullable[models.LinkedSupplier]](../models/linkedsupplier.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
2020
| `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |
21+
| `subsidiary` | [OptionalNullable[models.LinkedSubsidiary]](../models/linkedsubsidiary.md) | :heavy_minus_sign: | N/A | |
2122
| `reconciled` | *OptionalNullable[bool]* | :heavy_minus_sign: | Indicates if the transaction has been reconciled. | true |
2223
| `status` | [Optional[models.PaymentStatus]](../models/paymentstatus.md) | :heavy_minus_sign: | Status of payment | authorised |
2324
| `type` | [Optional[models.BillPaymentType]](../models/billpaymenttype.md) | :heavy_minus_sign: | Type of payment | accounts_payable |

0 commit comments

Comments
 (0)