Skip to content

Commit c673bc7

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.8 (#155)
* ## Python SDK Changes Detected: * `apideck.accounting.tax_rates.list()`: `request.filter` **Changed** * `apideck.proxy.get()`: `request.timeout` **Added** * `apideck.proxy.options()`: `request.timeout` **Added** * `apideck.proxy.post()`: `request.timeout` **Added** * `apideck.proxy.put()`: `request.timeout` **Added** * `apideck.proxy.patch()`: `request.timeout` **Added** * `apideck.proxy.delete()`: `request.timeout` **Added** * 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 d9ca805 commit c673bc7

26 files changed

Lines changed: 238 additions & 58 deletions

.speakeasy/gen.lock

Lines changed: 43 additions & 25 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: 6b3cae6c7555da97a0f6f5cf9c5e5083
5-
docVersion: 10.24.14
4+
docChecksum: 0290cf435ecfdc360a7a22c19b992236
5+
docVersion: 10.24.19
66
speakeasyVersion: 1.656.1
77
generationVersion: 2.753.1
8-
releaseVersion: 0.31.7
9-
configChecksum: 44a1c514d9e926e5d26fb245d4fa3dfa
8+
releaseVersion: 0.31.8
9+
configChecksum: b169310e00a9868917f920ed56199a75
1010
repoURL: https://github.com/apideck-libraries/sdk-python.git
1111
installationURL: https://github.com/apideck-libraries/sdk-python.git
1212
published: true
@@ -1827,6 +1827,7 @@ generatedFiles:
18271827
- docs/models/taxrate.md
18281828
- docs/models/taxrateinput.md
18291829
- docs/models/taxratesfilter.md
1830+
- docs/models/taxratesfilterstatus.md
18301831
- docs/models/taxratestatus.md
18311832
- docs/models/taxtype.md
18321833
- docs/models/team.md
@@ -3291,7 +3292,7 @@ examples:
32913292
query:
32923293
raw: false
32933294
limit: 20
3294-
filter: {"assets": true, "equity": true, "expenses": true, "liabilities": true, "revenue": true}
3295+
filter: {"assets": true, "equity": true, "expenses": true, "liabilities": true, "revenue": true, "status": "active"}
32953296
pass_through: {"search": "San Francisco"}
32963297
fields: "id,updated_at"
32973298
header:
@@ -18855,6 +18856,7 @@ examples:
1885518856
x-apideck-unified-api: "hris"
1885618857
x-apideck-downstream-url: "https://api.close.com/api/v1/lead"
1885718858
x-apideck-downstream-authorization: "Bearer <token>"
18859+
x-apideck-timeout: 30000
1885818860
responses:
1885918861
"200":
1886018862
application/json: {"key": "<value>", "key1": "<value>", "key2": "<value>"}
@@ -18880,6 +18882,7 @@ examples:
1888018882
x-apideck-unified-api: "hris"
1888118883
x-apideck-downstream-url: "https://api.close.com/api/v1/lead"
1888218884
x-apideck-downstream-authorization: "Bearer <token>"
18885+
x-apideck-timeout: 30000
1888318886
responses:
1888418887
"200":
1888518888
application/json: {"key": "<value>", "key1": "<value>"}
@@ -18905,6 +18908,7 @@ examples:
1890518908
x-apideck-unified-api: "hris"
1890618909
x-apideck-downstream-url: "https://api.close.com/api/v1/lead"
1890718910
x-apideck-downstream-authorization: "Bearer <token>"
18911+
x-apideck-timeout: 30000
1890818912
responses:
1890918913
"200":
1891018914
application/json: {"key": "<value>"}
@@ -18930,6 +18934,7 @@ examples:
1893018934
x-apideck-unified-api: "hris"
1893118935
x-apideck-downstream-url: "https://api.close.com/api/v1/lead"
1893218936
x-apideck-downstream-authorization: "Bearer <token>"
18937+
x-apideck-timeout: 30000
1893318938
responses:
1893418939
"200":
1893518940
application/json: {"key": "<value>"}
@@ -18955,6 +18960,7 @@ examples:
1895518960
x-apideck-unified-api: "hris"
1895618961
x-apideck-downstream-url: "https://api.close.com/api/v1/lead"
1895718962
x-apideck-downstream-authorization: "Bearer <token>"
18963+
x-apideck-timeout: 30000
1895818964
responses:
1895918965
"200":
1896018966
application/json: {"key": "<value>", "key1": "<value>"}
@@ -18980,6 +18986,7 @@ examples:
1898018986
x-apideck-unified-api: "hris"
1898118987
x-apideck-downstream-url: "https://api.close.com/api/v1/lead"
1898218988
x-apideck-downstream-authorization: "Bearer <token>"
18989+
x-apideck-timeout: 30000
1898318990
responses:
1898418991
"200":
1898518992
application/json: {"key": "<value>", "key1": "<value>"}
@@ -19642,6 +19649,15 @@ examples:
1964219649
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"}
1964319650
examplesVersion: 1.0.2
1964419651
generatedTests: {}
19652+
releaseNotes: |
19653+
## Python SDK Changes Detected:
19654+
* `apideck.accounting.tax_rates.list()`: `request.filter` **Changed**
19655+
* `apideck.proxy.get()`: `request.timeout` **Added**
19656+
* `apideck.proxy.options()`: `request.timeout` **Added**
19657+
* `apideck.proxy.post()`: `request.timeout` **Added**
19658+
* `apideck.proxy.put()`: `request.timeout` **Added**
19659+
* `apideck.proxy.patch()`: `request.timeout` **Added**
19660+
* `apideck.proxy.delete()`: `request.timeout` **Added**
1964519661
trackedFiles:
1964619662
.devcontainer/README.md:
1964719663
last_write_checksum: sha1:07adb0c0c051a9be4d479ea06461f3a9b3bbeb2f
@@ -20498,7 +20514,7 @@ trackedFiles:
2049820514
docs/models/accountingtaxratesallglobals.md:
2049920515
last_write_checksum: sha1:07f444a3697c2119a3c8f7067fc3188141f7b42d
2050020516
docs/models/accountingtaxratesallrequest.md:
20501-
last_write_checksum: sha1:2f5ae753405d8b12ac3fef99ca111c9e3546ad1b
20517+
last_write_checksum: sha1:f69e959ea39ebc184f4f995fe15e4536533fcf59
2050220518
docs/models/accountingtaxratesallresponse.md:
2050320519
last_write_checksum: sha1:233b13562399d76e896ca59c18c0c1e7e9bf3c15
2050420520
docs/models/accountingtaxratesdeleteglobals.md:
@@ -22980,25 +22996,25 @@ trackedFiles:
2298022996
docs/models/proxydeleteproxyglobals.md:
2298122997
last_write_checksum: sha1:c16f7d91cb601bda587c2de8d7d9977d2c34ffb7
2298222998
docs/models/proxydeleteproxyrequest.md:
22983-
last_write_checksum: sha1:007546afadfc3d5ab81181c2a09b6f98d80dd398
22999+
last_write_checksum: sha1:f3246d3ee382d88aff21a6b002674af60e24c873
2298423000
docs/models/proxydeleteproxyresponse.md:
2298523001
last_write_checksum: sha1:c85fe51f772a0acc912f2bb547dc6b4749bd566c
2298623002
docs/models/proxygetproxyglobals.md:
2298723003
last_write_checksum: sha1:61c8f5876078eaaa314435082e1752e0e77144d3
2298823004
docs/models/proxygetproxyrequest.md:
22989-
last_write_checksum: sha1:dbd907951ba675e4f1be6d0e0283034a8dbb9fa2
23005+
last_write_checksum: sha1:e699753055b99d3dc1c9213b29980995588edd5e
2299023006
docs/models/proxygetproxyresponse.md:
2299123007
last_write_checksum: sha1:c7987d214a6e56fd82a7f9ec0e6100c56f7fb44e
2299223008
docs/models/proxyoptionsproxyglobals.md:
2299323009
last_write_checksum: sha1:0477e45ae5344eda3728f1803ffa3f5de9bce4f3
2299423010
docs/models/proxyoptionsproxyrequest.md:
22995-
last_write_checksum: sha1:4515d902f74285d8ebaf540d8383bdefd5cfc477
23011+
last_write_checksum: sha1:47a0b2711600fc471800fdc76be57686a738fcc8
2299623012
docs/models/proxyoptionsproxyresponse.md:
2299723013
last_write_checksum: sha1:d5822a6230461dd0a40ca5371b0458c1db2f135a
2299823014
docs/models/proxypatchproxyglobals.md:
2299923015
last_write_checksum: sha1:073afd34d739d9466ce6683e1f613fad77c779b0
2300023016
docs/models/proxypatchproxyrequest.md:
23001-
last_write_checksum: sha1:86ab0e789d5d9dfa4283af7af8f9216e1b84de30
23017+
last_write_checksum: sha1:de805ea663dd528c6828323ca7fec5d037ba5fd3
2300223018
docs/models/proxypatchproxyrequestbody1.md:
2300323019
last_write_checksum: sha1:e7e8bbb12c000abebef2594ac8da50e8a7f74560
2300423020
docs/models/proxypatchproxyrequestbody3.md:
@@ -23008,13 +23024,13 @@ trackedFiles:
2300823024
docs/models/proxypostproxyglobals.md:
2300923025
last_write_checksum: sha1:5b023a35a7f26e74d138b6aa9a9339734f3c4b0b
2301023026
docs/models/proxypostproxyrequest.md:
23011-
last_write_checksum: sha1:e196a7c90435af81a8ed97a03adc4e049f91bf1c
23027+
last_write_checksum: sha1:0ecae252fb087574c8cd22d073fc7084f01b8610
2301223028
docs/models/proxypostproxyresponse.md:
2301323029
last_write_checksum: sha1:efd5286040540fba8736515e09f4acc9daa66fb9
2301423030
docs/models/proxyputproxyglobals.md:
2301523031
last_write_checksum: sha1:cf2f5a4fb62f46d95fe7ca111aa2c7223dfc0ac0
2301623032
docs/models/proxyputproxyrequest.md:
23017-
last_write_checksum: sha1:d64e151390f3f4349582e4e1707692466233df48
23033+
last_write_checksum: sha1:ca2888d628639af36d919c5d197ca845da5dbf2f
2301823034
docs/models/proxyputproxyrequestbody1.md:
2301923035
last_write_checksum: sha1:c4945cce68426332675be1972315dddc4c95deca
2302023036
docs/models/proxyputproxyresponse.md:
@@ -23202,7 +23218,9 @@ trackedFiles:
2320223218
docs/models/taxrateinput.md:
2320323219
last_write_checksum: sha1:3daf4db832c28ee2a06ee98b514197cd1e1e51c2
2320423220
docs/models/taxratesfilter.md:
23205-
last_write_checksum: sha1:48f62655599f4789a0ee169e3142109c2e819b31
23221+
last_write_checksum: sha1:d576312b417719543a9459d16afda219914871a7
23222+
docs/models/taxratesfilterstatus.md:
23223+
last_write_checksum: sha1:c8eb214e70bc459cda6cd7b53d00346479a191e8
2320623224
docs/models/taxratestatus.md:
2320723225
last_write_checksum: sha1:a2ac923a5c6e20f00ec500e505c75995838f5e35
2320823226
docs/models/taxtype.md:
@@ -23790,7 +23808,7 @@ trackedFiles:
2379023808
docs/sdks/projects/README.md:
2379123809
last_write_checksum: sha1:f267cb7704f6dcd0b1cab8e48babb1ca8f065bea
2379223810
docs/sdks/proxy/README.md:
23793-
last_write_checksum: sha1:f9e68f56dcca3036f96048c66d73dd55dea9a2ca
23811+
last_write_checksum: sha1:feb8cd372e25ca322e48fed603942c02af4beb43
2379423812
docs/sdks/purchaseorders/README.md:
2379523813
last_write_checksum: sha1:fb84ad40ffac3213e8249afbb310b4c4d5b4dfed
2379623814
docs/sdks/quotes/README.md:
@@ -23808,7 +23826,7 @@ trackedFiles:
2380823826
docs/sdks/suppliers/README.md:
2380923827
last_write_checksum: sha1:17180ae89b34ae8cb340b81bbb6c7ed17938e26c
2381023828
docs/sdks/taxrates/README.md:
23811-
last_write_checksum: sha1:adc1499d7bb216b31fc48aa414997e288e125e5a
23829+
last_write_checksum: sha1:1dfeae2a38de761e10a2409339e50d90bceea87a
2381223830
docs/sdks/timeoffrequests/README.md:
2381323831
last_write_checksum: sha1:6c2bb0978896d1ea64e809868203853ba8e57255
2381423832
docs/sdks/trackingcategories/README.md:
@@ -23842,7 +23860,7 @@ trackedFiles:
2384223860
src/apideck_unify/_hooks/types.py:
2384323861
last_write_checksum: sha1:4b923d3d84d979af6169a9db6b81bfc373079a25
2384423862
src/apideck_unify/_version.py:
23845-
last_write_checksum: sha1:5288642d495042624b6b1d2a1a73be989b855abc
23863+
last_write_checksum: sha1:e60a946eb0152555eda853914d83e6810cc98341
2384623864
src/apideck_unify/accounting.py:
2384723865
last_write_checksum: sha1:afb8958c0092d6bbc935597b72e8a96d2b82b4aa
2384823866
src/apideck_unify/activities.py:
@@ -23998,7 +24016,7 @@ trackedFiles:
2399824016
src/apideck_unify/messages.py:
2399924017
last_write_checksum: sha1:881a149b1d5cb7c48a2f8ec04f1d9806eb95faac
2400024018
src/apideck_unify/models/__init__.py:
24001-
last_write_checksum: sha1:0dcb3415559e418ba55ca1febc16979da389b03c
24019+
last_write_checksum: sha1:7623a769caed5da3523b5f99288d46d0f27ededf
2400224020
src/apideck_unify/models/accounting_agedcreditorsoneop.py:
2400324021
last_write_checksum: sha1:7346d1ab1c21db21995aae34c5ba01549c2786c2
2400424022
src/apideck_unify/models/accounting_ageddebtorsoneop.py:
@@ -25642,17 +25660,17 @@ trackedFiles:
2564225660
src/apideck_unify/models/projectssort.py:
2564325661
last_write_checksum: sha1:9d0d1dd7a8480ffe52d267112db83cb0423fc3aa
2564425662
src/apideck_unify/models/proxy_deleteproxyop.py:
25645-
last_write_checksum: sha1:32d83d732c7e3606e08c6586746438c91c2fb965
25663+
last_write_checksum: sha1:e8da144bc463ba2d447504c0e81bc543c7bfb23c
2564625664
src/apideck_unify/models/proxy_getproxyop.py:
25647-
last_write_checksum: sha1:6191bd3bb8df4ff9a0c337ea10e2b51a2b52e3fa
25665+
last_write_checksum: sha1:4b116fb6466007dbb1db35d38d8d2cda48bdb792
2564825666
src/apideck_unify/models/proxy_optionsproxyop.py:
25649-
last_write_checksum: sha1:ebf348d50c0d30f3b5d25023abc021154d93babb
25667+
last_write_checksum: sha1:5b97523e4c4e6ae2772d219bed54e8c925448e16
2565025668
src/apideck_unify/models/proxy_patchproxyop.py:
25651-
last_write_checksum: sha1:880e9ff373bef40c105ad7b9448d78736f16d45c
25669+
last_write_checksum: sha1:7e1c2e864a90cd0e49924774afb57cbaa24233f5
2565225670
src/apideck_unify/models/proxy_postproxyop.py:
25653-
last_write_checksum: sha1:7adafb00f33305f14e1dc710ca52d73eb7cbfdc0
25671+
last_write_checksum: sha1:691d50366651f70a21fffd20471cc164e698c256
2565425672
src/apideck_unify/models/proxy_putproxyop.py:
25655-
last_write_checksum: sha1:d9701e2f02a275c1626fb0d7d27e3489df186d62
25673+
last_write_checksum: sha1:1dd5491268843123339e27a94af479aa0f56413b
2565625674
src/apideck_unify/models/purchaseorder.py:
2565725675
last_write_checksum: sha1:9db492fdb96faee51447d63714d1181de9f95714
2565825676
src/apideck_unify/models/purchaseordersfilter.py:
@@ -25732,7 +25750,7 @@ trackedFiles:
2573225750
src/apideck_unify/models/taxrate.py:
2573325751
last_write_checksum: sha1:20db0d45794bcd1dc6cd4d09554b7a47321e7951
2573425752
src/apideck_unify/models/taxratesfilter.py:
25735-
last_write_checksum: sha1:89bf35e108527f6ca16810305d05b9a5ba47794f
25753+
last_write_checksum: sha1:cbdfbb2880704512599af839376e254a6e9be946
2573625754
src/apideck_unify/models/team.py:
2573725755
last_write_checksum: sha1:ec00a0d22e6e38ebc6bb76e447475b8397f64ebd
2573825756
src/apideck_unify/models/ticket.py:
@@ -25982,7 +26000,7 @@ trackedFiles:
2598226000
src/apideck_unify/projects.py:
2598326001
last_write_checksum: sha1:b461e1616e9a7c647804611e07375026fa2f63d6
2598426002
src/apideck_unify/proxy.py:
25985-
last_write_checksum: sha1:972a4e45c6330f2f130a33b49729cba2351e90e4
26003+
last_write_checksum: sha1:2f62ce2f2b97c3d7fc1de01108aae19ea8b6b8c9
2598626004
src/apideck_unify/purchaseorders.py:
2598726005
last_write_checksum: sha1:ca745ebfd7fbc533a7b0004c7c0b774caec39813
2598826006
src/apideck_unify/py.typed:

.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.7
35+
version: 0.31.8
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:ac8d5690fe29d2d6ef8f66a503f869093afca690d029266309170d1749fe552a
6-
sourceBlobDigest: sha256:505f4de8bbe51da3f3aac9b3ac3c3774800441ab0634a4f74958b42bd18b9162
5+
sourceRevisionDigest: sha256:33536207deabddd0df7ca184bbe313e9dcfe7efb6ac5f18010767d54622c7c3c
6+
sourceBlobDigest: sha256:7dcaaa16d22e4a0a4de686d24d803f1dffcea77abf3a10bfce540c7468df5b03
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1775240430
10-
- 10.24.14
9+
- speakeasy-sdk-regen-1775493032
10+
- 10.24.19
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:ac8d5690fe29d2d6ef8f66a503f869093afca690d029266309170d1749fe552a
16-
sourceBlobDigest: sha256:505f4de8bbe51da3f3aac9b3ac3c3774800441ab0634a4f74958b42bd18b9162
15+
sourceRevisionDigest: sha256:33536207deabddd0df7ca184bbe313e9dcfe7efb6ac5f18010767d54622c7c3c
16+
sourceBlobDigest: sha256:7dcaaa16d22e4a0a4de686d24d803f1dffcea77abf3a10bfce540c7468df5b03
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:90bd06d67de2ebbfab54273112639e9476a1ce72751ef455458178afb41b752a
18+
codeSamplesRevisionDigest: sha256:a15dec9526e0200f81aea30ebbb8ece01b02eead0ac3055a5373fb6430ffad56
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
@@ -1138,4 +1138,14 @@ Based on:
11381138
### Generated
11391139
- [python v0.31.7] .
11401140
### Releases
1141-
- [PyPI v0.31.7] https://pypi.org/project/apideck-unify/0.31.7 - .
1141+
- [PyPI v0.31.7] https://pypi.org/project/apideck-unify/0.31.7 - .
1142+
1143+
## 2026-04-09 09:17:00
1144+
### Changes
1145+
Based on:
1146+
- OpenAPI Doc
1147+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1148+
### Generated
1149+
- [python v0.31.8] .
1150+
### Releases
1151+
- [PyPI v0.31.8] https://pypi.org/project/apideck-unify/0.31.8 - .

0 commit comments

Comments
 (0)