Skip to content

Commit 68cc019

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.17 (#166)
* ## Python SDK Changes Detected: * `apideck.vault.logs.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 4930ee8 commit 68cc019

10 files changed

Lines changed: 149 additions & 64 deletions

File tree

.speakeasy/gen.lock

Lines changed: 18 additions & 42 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: ef488769663fd83bed372969093320d7
5-
docVersion: 10.24.37
4+
docChecksum: 791d1b2e029f8d11ceee151e0bc535c8
5+
docVersion: 10.24.38
66
speakeasyVersion: 1.656.1
77
generationVersion: 2.753.1
8-
releaseVersion: 0.31.16
9-
configChecksum: 6ebe80ba411de71d0b68103f5759373b
8+
releaseVersion: 0.31.17
9+
configChecksum: 94ad681c05149c3f06fdff0131d0db67
1010
repoURL: https://github.com/apideck-libraries/sdk-python.git
1111
installationURL: https://github.com/apideck-libraries/sdk-python.git
1212
published: true
@@ -1674,6 +1674,7 @@ generatedFiles:
16741674
- docs/models/parentaccount.md
16751675
- docs/models/parentproject.md
16761676
- docs/models/passthroughbody.md
1677+
- docs/models/pathmatchmode.md
16771678
- docs/models/payment.md
16781679
- docs/models/paymentallocations.md
16791680
- docs/models/paymentfrequency.md
@@ -17511,7 +17512,7 @@ examples:
1751117512
speakeasy-default-vault-logs-all:
1751217513
parameters:
1751317514
query:
17514-
filter: {"connector_id": "crm+salesforce", "status_code": 201, "status_codes": [200, 201, 204], "exclude_unified_apis": "vault,proxy"}
17515+
filter: {"connector_id": "crm+salesforce", "path": "/crm/contacts", "path_match_mode": "CONTAINS", "http_method": "GET", "http_methods": ["GET", "POST"], "start_date": "2024-01-01T00:00:00.000Z", "end_date": "2024-01-31T23:59:59.999Z", "status_code": 201, "status_codes": [200, 201, 204], "exclude_unified_apis": "vault,proxy"}
1751517516
limit: 20
1751617517
header:
1751717518
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
@@ -19656,34 +19657,7 @@ examplesVersion: 1.0.2
1965619657
generatedTests: {}
1965719658
releaseNotes: |
1965819659
## Python SDK Changes Detected:
19659-
* `apideck.accounting.bills.list()`: `response.data.[].subsidiary` **Added**
19660-
* `apideck.accounting.bills.create()`: `request.subsidiary` **Added**
19661-
* `apideck.accounting.bills.get()`: `response.data.subsidiary` **Added**
19662-
* `apideck.accounting.bills.update()`: `request.subsidiary` **Added**
19663-
* `apideck.accounting.invoices.list()`: `response.data.[].subsidiary` **Added**
19664-
* `apideck.accounting.invoices.create()`: `request.subsidiary` **Added**
19665-
* `apideck.accounting.invoices.get()`: `response.data.subsidiary` **Added**
19666-
* `apideck.accounting.invoices.update()`: `request.subsidiary` **Added**
19667-
* `apideck.accounting.ledger_accounts.list()`: `request.filter` **Changed**
19668-
* `apideck.accounting.invoice_items.list()`: `request.filter` **Changed**
19669-
* `apideck.accounting.credit_notes.list()`: `response.data.[].subsidiary` **Added**
19670-
* `apideck.accounting.credit_notes.create()`: `request.subsidiary` **Added**
19671-
* `apideck.accounting.credit_notes.get()`: `response.data.subsidiary` **Added**
19672-
* `apideck.accounting.credit_notes.update()`: `request.subsidiary` **Added**
19673-
* `apideck.accounting.payments.list()`: `response.data.[].subsidiary` **Added**
19674-
* `apideck.accounting.payments.create()`: `request.subsidiary` **Added**
19675-
* `apideck.accounting.payments.get()`: `response.data.subsidiary` **Added**
19676-
* `apideck.accounting.payments.update()`: `request.subsidiary` **Added**
19677-
* `apideck.accounting.journal_entries.list()`: `response.data.[].subsidiary` **Added**
19678-
* `apideck.accounting.journal_entries.create()`: `request.subsidiary` **Added**
19679-
* `apideck.accounting.journal_entries.get()`: `response.data.subsidiary` **Added**
19680-
* `apideck.accounting.journal_entries.update()`: `request.subsidiary` **Added**
19681-
* `apideck.accounting.bill_payments.list()`: `response.data.[].subsidiary` **Added**
19682-
* `apideck.accounting.bill_payments.create()`: `request.subsidiary` **Added**
19683-
* `apideck.accounting.bill_payments.get()`: `response.data.subsidiary` **Added**
19684-
* `apideck.accounting.bill_payments.update()`: `request.subsidiary` **Added**
19685-
* `apideck.connector.connectors.list()`: `request.filter` **Changed**
19686-
* `apideck.connector.connector_resources.get()`: `request.unified_api` **Changed**
19660+
* `apideck.vault.logs.list()`: `request.filter` **Changed**
1968719661
trackedFiles:
1968819662
.devcontainer/README.md:
1968919663
last_write_checksum: sha1:07adb0c0c051a9be4d479ea06461f3a9b3bbeb2f
@@ -22860,7 +22834,7 @@ trackedFiles:
2286022834
docs/models/log.md:
2286122835
last_write_checksum: sha1:506642b88d1f23f81860d75b1c03895647674031
2286222836
docs/models/logsfilter.md:
22863-
last_write_checksum: sha1:f5b4c93b4cccea4fd5610a2adeb676a4e053f8a9
22837+
last_write_checksum: sha1:be4abcf7b603a1e8928d9e3deb5363211b5728bf
2286422838
docs/models/managedvia.md:
2286522839
last_write_checksum: sha1:10910e52526c3aa83d757e320e659b1d24a6cd73
2286622840
docs/models/manager.md:
@@ -22939,6 +22913,8 @@ trackedFiles:
2293922913
last_write_checksum: sha1:66f35cf116c4b8d78d023afddb6e19651c7e1be6
2294022914
docs/models/passthroughbody.md:
2294122915
last_write_checksum: sha1:c8e8a6790ab0b62e66c9e219b8b68e083d9daab5
22916+
docs/models/pathmatchmode.md:
22917+
last_write_checksum: sha1:0be7ed4e3f75b828276101a25d9d9230200e45c8
2294222918
docs/models/payment.md:
2294322919
last_write_checksum: sha1:e415a262452724b26ab108f01fad241b9491dddd
2294422920
docs/models/paymentallocations.md:
@@ -23894,7 +23870,7 @@ trackedFiles:
2389423870
src/apideck_unify/_hooks/types.py:
2389523871
last_write_checksum: sha1:4b923d3d84d979af6169a9db6b81bfc373079a25
2389623872
src/apideck_unify/_version.py:
23897-
last_write_checksum: sha1:59b165bb1325fe503045d61f31009f9fc8a03e39
23873+
last_write_checksum: sha1:aa468773280afebe8620de8d31ed0769c00cc857
2389823874
src/apideck_unify/accounting.py:
2389923875
last_write_checksum: sha1:afb8958c0092d6bbc935597b72e8a96d2b82b4aa
2390023876
src/apideck_unify/activities.py:
@@ -23926,7 +23902,7 @@ trackedFiles:
2392623902
src/apideck_unify/ats.py:
2392723903
last_write_checksum: sha1:0d5c5cedbfeb231840eb69958e0240f2fbb630f8
2392823904
src/apideck_unify/attachments.py:
23929-
last_write_checksum: sha1:28ad38e949ce171f4fd976a4229c4c78b927ca85
23905+
last_write_checksum: sha1:74f16eb5a3b7a5c6f6982918bdc312d4ff221e7a
2393023906
src/apideck_unify/balancesheet_sdk.py:
2393123907
last_write_checksum: sha1:adf1cc84105c5f2d7eb8057ab3293d7327b2d73a
2393223908
src/apideck_unify/bankaccounts.py:
@@ -23970,7 +23946,7 @@ trackedFiles:
2397023946
src/apideck_unify/connector_sdk.py:
2397123947
last_write_checksum: sha1:2612a2326d4070d9551e7865993fee5a42931c89
2397223948
src/apideck_unify/connectordocs.py:
23973-
last_write_checksum: sha1:9b0a5929ed091b4554e6080f5150ee8296e8048f
23949+
last_write_checksum: sha1:c8a898128450dc64112e86dd0ea54f040f9e71d4
2397423950
src/apideck_unify/connectorresources.py:
2397523951
last_write_checksum: sha1:3a8798bf26acc513a0642415038648d41817c9d4
2397623952
src/apideck_unify/connectors.py:
@@ -24020,7 +23996,7 @@ trackedFiles:
2402023996
src/apideck_unify/expenses.py:
2402123997
last_write_checksum: sha1:01da294f2e153e0a005b6723bd9c60bb3c7a1160
2402223998
src/apideck_unify/files.py:
24023-
last_write_checksum: sha1:049c52e7733171d9b3633d3199f0a280afc185fc
23999+
last_write_checksum: sha1:e138da63eec56021e6026b89e487aa5e65b3a456
2402424000
src/apideck_unify/filestorage.py:
2402524001
last_write_checksum: sha1:cf935b847c21f965790ff3c0c664c0223aa0d78c
2402624002
src/apideck_unify/folders.py:
@@ -24050,7 +24026,7 @@ trackedFiles:
2405024026
src/apideck_unify/messages.py:
2405124027
last_write_checksum: sha1:158b4c1fb137ee3ac806cc6a59c8d906b01233d6
2405224028
src/apideck_unify/models/__init__.py:
24053-
last_write_checksum: sha1:445a459a69075c85a8fa6c0266fc0fa32d5001e1
24029+
last_write_checksum: sha1:6025a6af092e96088f7d44f3af5bc65a92c47d46
2405424030
src/apideck_unify/models/accounting_agedcreditorsoneop.py:
2405524031
last_write_checksum: sha1:7346d1ab1c21db21995aae34c5ba01549c2786c2
2405624032
src/apideck_unify/models/accounting_ageddebtorsoneop.py:
@@ -25610,7 +25586,7 @@ trackedFiles:
2561025586
src/apideck_unify/models/log.py:
2561125587
last_write_checksum: sha1:d4e242c818ce2166438e08905820f7fb4506977e
2561225588
src/apideck_unify/models/logsfilter.py:
25613-
last_write_checksum: sha1:d3cd9d78f8bf5322a95e3f07a173e098db29bf3b
25589+
last_write_checksum: sha1:4debfc84b9357152b4a3e9464c49a3b746c10bc4
2561425590
src/apideck_unify/models/message.py:
2561525591
last_write_checksum: sha1:2f8e1555705ceb617fadb6018335138a77eaff6d
2561625592
src/apideck_unify/models/meta.py:
@@ -26036,7 +26012,7 @@ trackedFiles:
2603626012
src/apideck_unify/projects.py:
2603726013
last_write_checksum: sha1:ba4267f389491e385d6b81de386b6b7bbc16d299
2603826014
src/apideck_unify/proxy.py:
26039-
last_write_checksum: sha1:bbc84805b6d70f7ce094e0bed8d7823fa558702d
26015+
last_write_checksum: sha1:0ef5bf649fd851e02c97032dca3c140d976b9154
2604026016
src/apideck_unify/purchaseorders.py:
2604126017
last_write_checksum: sha1:96da6a54b51454dc3399e6dae5ddb7d41e9a1881
2604226018
src/apideck_unify/py.typed:
@@ -26100,7 +26076,7 @@ trackedFiles:
2610026076
src/apideck_unify/utils/queryparams.py:
2610126077
last_write_checksum: sha1:b94c3f314fd3da0d1d215afc2731f48748e2aa59
2610226078
src/apideck_unify/utils/requestbodies.py:
26103-
last_write_checksum: sha1:41e2d2d2d3ecc394c8122ca4d4b85e1c3e03f054
26079+
last_write_checksum: sha1:e1fef575283b7fe7fe2ad392dbbb3fb105309124
2610426080
src/apideck_unify/utils/retries.py:
2610526081
last_write_checksum: sha1:471372f5c5d1dd5583239c9cf3c75f1b636e5d87
2610626082
src/apideck_unify/utils/security.py:

.speakeasy/gen.yaml

Lines changed: 6 additions & 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.16
35+
version: 0.31.17
3636
additionalDependencies:
3737
dev: {}
3838
main: {}
@@ -43,6 +43,7 @@ python:
4343
authors:
4444
- Speakeasy
4545
baseErrorName: ApideckError
46+
bodyVariantOverloads: false
4647
clientServerStatusCodesAsErrors: true
4748
constFieldCasing: upper
4849
defaultErrorName: APIError
@@ -71,14 +72,18 @@ python:
7172
license: ""
7273
maxMethodParams: 999
7374
methodArguments: infer-optional-args
75+
methodTimeoutArgument: timeout-ms
76+
methodTimeoutUnits: milliseconds
7477
moduleName: ""
7578
multipartArrayFormat: legacy
79+
optionalDependencies: {}
7680
outputModelSuffix: output
7781
packageManager: poetry
7882
packageName: apideck-unify
7983
preApplyUnionDiscriminators: false
8084
pytestFilterWarnings: []
8185
pytestTimeout: 0
86+
rawResponseHelpers: false
8287
responseFormat: envelope-http
8388
sseFlatResponse: false
8489
templateVersion: v2

.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:928190fcd16ff1c260dab78fb75e9431193a83cd4d2f6a3c078379cab2e9347d
6-
sourceBlobDigest: sha256:a8f6727156442e454ec81a5a9d86744eb6b18ed15ea53f9441829d83ad32d1ef
5+
sourceRevisionDigest: sha256:fb5fd58ad31977fdfdc309d1647db12d993de975f1533cfd75723b4dc055882c
6+
sourceBlobDigest: sha256:dae84440905bc851173d4f217297131d8504ffc3d9cfbd227aaf7c8aec77751b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1779885144
10-
- 10.24.37
9+
- speakeasy-sdk-regen-1780303098
10+
- 10.24.38
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:928190fcd16ff1c260dab78fb75e9431193a83cd4d2f6a3c078379cab2e9347d
16-
sourceBlobDigest: sha256:a8f6727156442e454ec81a5a9d86744eb6b18ed15ea53f9441829d83ad32d1ef
15+
sourceRevisionDigest: sha256:fb5fd58ad31977fdfdc309d1647db12d993de975f1533cfd75723b4dc055882c
16+
sourceBlobDigest: sha256:dae84440905bc851173d4f217297131d8504ffc3d9cfbd227aaf7c8aec77751b
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a31ce6e188a83ec025c846c789289acdef81624d29a2c970f08bc2e0f068d57f
18+
codeSamplesRevisionDigest: sha256:77cd8c0235519d24aad0d0cd093ac09986dc5fd360f3dff557e44bbdfaa56e8b
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
@@ -1228,4 +1228,14 @@ Based on:
12281228
### Generated
12291229
- [python v0.31.16] .
12301230
### Releases
1231-
- [PyPI v0.31.16] https://pypi.org/project/apideck-unify/0.31.16 - .
1231+
- [PyPI v0.31.16] https://pypi.org/project/apideck-unify/0.31.16 - .
1232+
1233+
## 2026-06-03 07:45:43
1234+
### Changes
1235+
Based on:
1236+
- OpenAPI Doc
1237+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1238+
### Generated
1239+
- [python v0.31.17] .
1240+
### Releases
1241+
- [PyPI v0.31.17] https://pypi.org/project/apideck-unify/0.31.17 - .

0 commit comments

Comments
 (0)