Skip to content

Commit b0202b6

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.10 (#157)
* ## Python SDK Changes Detected: * `apideck.accounting.bills.list()`: `response.data.[].payment_allocations` **Added** * `apideck.accounting.bills.create()`: `request.payment_allocations` **Added** * `apideck.accounting.bills.get()`: `response.data.payment_allocations` **Added** * `apideck.accounting.bills.update()`: `request.payment_allocations` **Added** * `apideck.accounting.payments.list()`: `request.filter` **Changed** * `apideck.accounting.bill_payments.list()`: `request.filter` **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 e6a05e3 commit b0202b6

20 files changed

Lines changed: 332 additions & 133 deletions

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 128 additions & 114 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.9
35+
version: 0.31.10
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:af9dda72a0983ed42b4d756c34656d2a261a083bc364104f9152e91310ff5424
6-
sourceBlobDigest: sha256:a7282b4d6b9ffb049a50ecb11ae6988b42abad7f60f9345357bc53878a93c76e
5+
sourceRevisionDigest: sha256:d935cb142d4831c21f85809877effd0f9825fc1907164044c559323e754ca225
6+
sourceBlobDigest: sha256:d35b6d54ce779f686b8598b41fbf0f6712171bc23a55a636007feab670b20331
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1775739038
10-
- 10.24.22
9+
- speakeasy-sdk-regen-1776241430
10+
- 10.24.24
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:af9dda72a0983ed42b4d756c34656d2a261a083bc364104f9152e91310ff5424
16-
sourceBlobDigest: sha256:a7282b4d6b9ffb049a50ecb11ae6988b42abad7f60f9345357bc53878a93c76e
15+
sourceRevisionDigest: sha256:d935cb142d4831c21f85809877effd0f9825fc1907164044c559323e754ca225
16+
sourceBlobDigest: sha256:d35b6d54ce779f686b8598b41fbf0f6712171bc23a55a636007feab670b20331
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:61a5dfef6c53caafb9ba2e31b80008d76713b21b0f0622cefd46460173c82427
18+
codeSamplesRevisionDigest: sha256:310bc976aea37d2684d1e12ea29562a76bbf6105f707350d3a7d922e790adfbd
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
@@ -1158,4 +1158,14 @@ Based on:
11581158
### Generated
11591159
- [python v0.31.9] .
11601160
### Releases
1161-
- [PyPI v0.31.9] https://pypi.org/project/apideck-unify/0.31.9 - .
1161+
- [PyPI v0.31.9] https://pypi.org/project/apideck-unify/0.31.9 - .
1162+
1163+
## 2026-04-18 00:31:45
1164+
### Changes
1165+
Based on:
1166+
- OpenAPI Doc
1167+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1168+
### Generated
1169+
- [python v0.31.10] .
1170+
### Releases
1171+
- [PyPI v0.31.10] https://pypi.org/project/apideck-unify/0.31.10 - .

β€Ždocs/models/accountingbillpaymentsallrequest.mdβ€Ž

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

β€Ždocs/models/accountingpaymentsallrequest.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
@@ -45,6 +45,7 @@
4545
| `tax_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Method of tax calculation | Due to supplier |
4646
| `document_received` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the document has been received | true |
4747
| `source_document_url` | *OptionalNullable[str]* | :heavy_minus_sign: | URL link to a source document - shown as 'Go to [appName]' in the downstream app. Currently only supported for Xero. | https://www.invoicesolution.com/bill/123456 |
48+
| `payment_allocations` | List[[Nullable[models.LinkedPaymentAllocations]](../models/linkedpaymentallocations.md)] | :heavy_minus_sign: | A list of linked payment allocations. | |
4849
| `tracking_categories` | List[[Nullable[models.LinkedTrackingCategory]](../models/linkedtrackingcategory.md)] | :heavy_minus_sign: | A list of linked tracking categories. | |
4950
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
5051
| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 |

β€Ždocs/models/billinput.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
| `tax_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Method of tax calculation | Due to supplier |
4444
| `document_received` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the document has been received | true |
4545
| `source_document_url` | *OptionalNullable[str]* | :heavy_minus_sign: | URL link to a source document - shown as 'Go to [appName]' in the downstream app. Currently only supported for Xero. | https://www.invoicesolution.com/bill/123456 |
46+
| `payment_allocations` | List[[Nullable[models.LinkedPaymentAllocations]](../models/linkedpaymentallocations.md)] | :heavy_minus_sign: | A list of linked payment allocations. | |
4647
| `tracking_categories` | List[[Nullable[models.LinkedTrackingCategory]](../models/linkedtrackingcategory.md)] | :heavy_minus_sign: | A list of linked tracking categories. | |
4748
| `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 |
4849
| `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | N/A | |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# LinkedPaymentAllocations
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
8+
| `id` | *Optional[str]* | :heavy_minus_sign: | ID of the payment | 123456 |
9+
| `allocated_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Amount of the payment allocated to the bill | 1000 |
10+
| `date_` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Date of the payment | 2020-09-30T07:43:32.000Z |

β€Ždocs/models/paymentsfilter.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
88
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
99
| `invoice_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 |
10+
| `bill_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 |
1011
| `supplier_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 |
1112
| `customer_id` | *Optional[str]* | :heavy_minus_sign: | Filter by customer id | 123abc |
1213
| `type` | [Optional[models.PaymentsFilterType]](../models/paymentsfiltertype.md) | :heavy_minus_sign: | N/A | accounts_receivable |

0 commit comments

Comments
Β (0)