Skip to content

Commit efe88d4

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.12 (#159)
* ## Python SDK Changes Detected: * `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 98fe519 commit efe88d4

16 files changed

Lines changed: 111 additions & 42 deletions

.speakeasy/gen.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
33
management:
4-
docChecksum: 5db45958ae11c768a5d273971a7bde06
5-
docVersion: 10.24.25
4+
docChecksum: e85e9e1fc71d355b24b46ee1d3875ed3
5+
docVersion: 10.24.27
66
speakeasyVersion: 1.656.1
77
generationVersion: 2.753.1
8-
releaseVersion: 0.31.11
9-
configChecksum: 9683894f1e404e6f55aba00245388628
8+
releaseVersion: 0.31.12
9+
configChecksum: b397925dbc153d4cea06027b09383d46
1010
repoURL: https://github.com/apideck-libraries/sdk-python.git
1111
installationURL: https://github.com/apideck-libraries/sdk-python.git
1212
published: true
@@ -1678,6 +1678,7 @@ generatedFiles:
16781678
- docs/models/paymentinput.md
16791679
- docs/models/paymentrequiredresponse.md
16801680
- docs/models/paymentsfilter.md
1681+
- docs/models/paymentsfilterpaymentstatus.md
16811682
- docs/models/paymentsfiltertype.md
16821683
- docs/models/paymentssort.md
16831684
- docs/models/paymentssortby.md
@@ -5460,7 +5461,7 @@ examples:
54605461
query:
54615462
raw: false
54625463
limit: 20
5463-
filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "bill_id": "123", "supplier_id": "123", "customer_id": "123abc", "type": "accounts_receivable"}
5464+
filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "bill_id": "123", "supplier_id": "123", "customer_id": "123abc", "type": "accounts_receivable", "status": "authorised"}
54645465
sort: {"by": "updated_at", "direction": "desc"}
54655466
pass_through: {"search": "San Francisco"}
54665467
fields: "id,updated_at"
@@ -7809,7 +7810,7 @@ examples:
78097810
query:
78107811
raw: false
78117812
limit: 20
7812-
filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "bill_id": "123", "supplier_id": "123", "customer_id": "123abc", "type": "accounts_receivable"}
7813+
filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "bill_id": "123", "supplier_id": "123", "customer_id": "123abc", "type": "accounts_receivable", "status": "authorised"}
78137814
sort: {"by": "updated_at", "direction": "desc"}
78147815
pass_through: {"search": "San Francisco"}
78157816
fields: "id,updated_at"
@@ -19651,6 +19652,10 @@ examples:
1965119652
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
1965219653
examplesVersion: 1.0.2
1965319654
generatedTests: {}
19655+
releaseNotes: |
19656+
## Python SDK Changes Detected:
19657+
* `apideck.accounting.payments.list()`: `request.filter` **Changed**
19658+
* `apideck.accounting.bill_payments.list()`: `request.filter` **Changed**
1965419659
trackedFiles:
1965519660
.devcontainer/README.md:
1965619661
last_write_checksum: sha1:07adb0c0c051a9be4d479ea06461f3a9b3bbeb2f
@@ -19819,7 +19824,7 @@ trackedFiles:
1981919824
docs/models/accountingbillpaymentsallglobals.md:
1982019825
last_write_checksum: sha1:5be2bf553d2f07fa43fa47ba1ef5e92eb18a78b9
1982119826
docs/models/accountingbillpaymentsallrequest.md:
19822-
last_write_checksum: sha1:618dab5e25e20067a2227c48f062ea5b731b22fc
19827+
last_write_checksum: sha1:c7d2b4bb9018399137b16889ba6d46ae0fa549a7
1982319828
docs/models/accountingbillpaymentsallresponse.md:
1982419829
last_write_checksum: sha1:0cfd8cc7811e4f63ce22210643372de42d47cbfd
1982519830
docs/models/accountingbillpaymentsdeleteglobals.md:
@@ -20289,7 +20294,7 @@ trackedFiles:
2028920294
docs/models/accountingpaymentsallglobals.md:
2029020295
last_write_checksum: sha1:04d2fc2e254081c43037f4848b2d40384660183c
2029120296
docs/models/accountingpaymentsallrequest.md:
20292-
last_write_checksum: sha1:318e2e1ad124086ff96a9e2038e328a0399d324c
20297+
last_write_checksum: sha1:2550acf4978565701d423726f480abfff4160baa
2029320298
docs/models/accountingpaymentsallresponse.md:
2029420299
last_write_checksum: sha1:925d90629b866c54f3b5a9eaf39b4027651f603b
2029520300
docs/models/accountingpaymentsdeleteglobals.md:
@@ -22913,7 +22918,9 @@ trackedFiles:
2291322918
docs/models/paymentrequiredresponse.md:
2291422919
last_write_checksum: sha1:45bb76a00672508387db28b9dce96d3661491594
2291522920
docs/models/paymentsfilter.md:
22916-
last_write_checksum: sha1:47121e95e082c66e6427a7007ae2f62b6d9944c6
22921+
last_write_checksum: sha1:44a022e442059c6750eecf94ea2376e2ee12374f
22922+
docs/models/paymentsfilterpaymentstatus.md:
22923+
last_write_checksum: sha1:0003ab41802651f55fc9e7456f6f4d94e364b1a7
2291722924
docs/models/paymentsfiltertype.md:
2291822925
last_write_checksum: sha1:7e7d68630c4be65f58a215d1ccf80bb9857a4efe
2291922926
docs/models/paymentssort.md:
@@ -23061,7 +23068,7 @@ trackedFiles:
2306123068
docs/models/rebilling.md:
2306223069
last_write_checksum: sha1:fe49c840d3e18694762ebd43c327c835af20aa61
2306323070
docs/models/rebillstatus.md:
23064-
last_write_checksum: sha1:7ad87bf8b3538c8a534b5e04ac65d9c3947bd0f1
23071+
last_write_checksum: sha1:7ccd91cacc378a85197eda141f27d45c65d00dd6
2306523072
docs/models/refund.md:
2306623073
last_write_checksum: sha1:2dad60e011c8a47b424bab2eb362188a199e4aad
2306723074
docs/models/refundinput.md:
@@ -23687,7 +23694,7 @@ trackedFiles:
2368723694
docs/sdks/bankfeedstatements/README.md:
2368823695
last_write_checksum: sha1:dc4e86b81dc7c23d30dba5ebb12fba03d4be8850
2368923696
docs/sdks/billpayments/README.md:
23690-
last_write_checksum: sha1:caf8fbe6b77642665ea96796c9911bc8a5a895ef
23697+
last_write_checksum: sha1:d2b191f283403be1bdb3dafaaabb53b9a2136906
2369123698
docs/sdks/bills/README.md:
2369223699
last_write_checksum: sha1:fba81e371632c66e45f7b9287b006b551d2a2916
2369323700
docs/sdks/categories/README.md:
@@ -23791,7 +23798,7 @@ trackedFiles:
2379123798
docs/sdks/orders/README.md:
2379223799
last_write_checksum: sha1:dcb1b40d536f93c51a86aba423dbf130425ee888
2379323800
docs/sdks/payments/README.md:
23794-
last_write_checksum: sha1:b7d7aee34b86982fc944289d12552d406b5fc053
23801+
last_write_checksum: sha1:7b5cedd6c95b79bf7fe1f7ee7ca705199a364c8b
2379523802
docs/sdks/payrolls/README.md:
2379623803
last_write_checksum: sha1:3b19b8c40ca21754ad55d083e19e97a6d7e20a4d
2379723804
docs/sdks/pipelines/README.md:
@@ -23855,7 +23862,7 @@ trackedFiles:
2385523862
src/apideck_unify/_hooks/types.py:
2385623863
last_write_checksum: sha1:4b923d3d84d979af6169a9db6b81bfc373079a25
2385723864
src/apideck_unify/_version.py:
23858-
last_write_checksum: sha1:24b16de675e56cab0fb2666da363950bd1ce8be3
23865+
last_write_checksum: sha1:009eb575ae54fde2b0966cc431a8fd69d141b93f
2385923866
src/apideck_unify/accounting.py:
2386023867
last_write_checksum: sha1:afb8958c0092d6bbc935597b72e8a96d2b82b4aa
2386123868
src/apideck_unify/activities.py:
@@ -24011,7 +24018,7 @@ trackedFiles:
2401124018
src/apideck_unify/messages.py:
2401224019
last_write_checksum: sha1:158b4c1fb137ee3ac806cc6a59c8d906b01233d6
2401324020
src/apideck_unify/models/__init__.py:
24014-
last_write_checksum: sha1:3d6a507dfa2d95138e1630960adc6ce66988d931
24021+
last_write_checksum: sha1:0df620cd3572d2348591ab47b60c45c150295907
2401524022
src/apideck_unify/models/accounting_agedcreditorsoneop.py:
2401624023
last_write_checksum: sha1:7346d1ab1c21db21995aae34c5ba01549c2786c2
2401724024
src/apideck_unify/models/accounting_ageddebtorsoneop.py:
@@ -25617,7 +25624,7 @@ trackedFiles:
2561725624
src/apideck_unify/models/paymentrequiredresponse.py:
2561825625
last_write_checksum: sha1:e31a1e7837134fcdab40d81d32da12d59ab651ba
2561925626
src/apideck_unify/models/paymentsfilter.py:
25620-
last_write_checksum: sha1:49428ea3990aedeedfcc6d6e8b73d4afd3d2515f
25627+
last_write_checksum: sha1:dd2e5d3b8ec586b6d33a4152a2b83bd14ae460f4
2562125628
src/apideck_unify/models/paymentssort.py:
2562225629
last_write_checksum: sha1:d58183eb6ba2aec67bb57c0705b425aef1e0b464
2562325630
src/apideck_unify/models/paymentstatus.py:
@@ -25679,7 +25686,7 @@ trackedFiles:
2567925686
src/apideck_unify/models/quotelineitem.py:
2568025687
last_write_checksum: sha1:ec6e349592938366215654e8f7ac369ea28dfc73
2568125688
src/apideck_unify/models/rebilling.py:
25682-
last_write_checksum: sha1:3482fda2bcc55ca48f204ec49208776c87c19b74
25689+
last_write_checksum: sha1:335956b996339dc4b07c60468e34408b9f9fff3f
2568325690
src/apideck_unify/models/refund.py:
2568425691
last_write_checksum: sha1:5d71c491cdcff3f45fc0b1d312626622adf7fad5
2568525692
src/apideck_unify/models/refund_input.py:

.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.11
35+
version: 0.31.12
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:83a29447ae0929a22efb6c43e6d0149978f17c66567fa582f483e96bf83f2860
6-
sourceBlobDigest: sha256:ce5e3b45c790ccd15129e31a61bb4b01afae4acbe08dd37952fdd130a0a4724c
5+
sourceRevisionDigest: sha256:520a82a681bb28e6083dad2216048ff90f91296d79eaf926427fb9e92a4d1402
6+
sourceBlobDigest: sha256:394f974fe47473404efada5205b75559dd8e1e500d60a07b39c155f0d9e1eae8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1776782628
10-
- 10.24.25
9+
- speakeasy-sdk-regen-1776866092
10+
- 10.24.27
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:83a29447ae0929a22efb6c43e6d0149978f17c66567fa582f483e96bf83f2860
16-
sourceBlobDigest: sha256:ce5e3b45c790ccd15129e31a61bb4b01afae4acbe08dd37952fdd130a0a4724c
15+
sourceRevisionDigest: sha256:520a82a681bb28e6083dad2216048ff90f91296d79eaf926427fb9e92a4d1402
16+
sourceBlobDigest: sha256:394f974fe47473404efada5205b75559dd8e1e500d60a07b39c155f0d9e1eae8
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:1e7aa77521187db2c5a0363f08ea1e215f8140ad7af3448192aa5bef89d389ac
18+
codeSamplesRevisionDigest: sha256:4aa2824ae6d97bbb8123cefc6a4bb5c3f1fc6346a9a0e4dd931a5101b4ff96a2
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
@@ -1178,4 +1178,14 @@ Based on:
11781178
### Generated
11791179
- [python v0.31.11] .
11801180
### Releases
1181-
- [PyPI v0.31.11] https://pypi.org/project/apideck-unify/0.31.11 - .
1181+
- [PyPI v0.31.11] https://pypi.org/project/apideck-unify/0.31.11 - .
1182+
1183+
## 2026-04-23 12:50:33
1184+
### Changes
1185+
Based on:
1186+
- OpenAPI Doc
1187+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1188+
### Generated
1189+
- [python v0.31.12] .
1190+
### Releases
1191+
- [PyPI v0.31.12] https://pypi.org/project/apideck-unify/0.31.12 - .

0 commit comments

Comments
 (0)