Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 113 additions & 26 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.21.7
version: 0.22.0
additionalDependencies:
dev: {}
main: {}
allowedRedefinedBuiltins:
- id
- object
authors:
- Speakeasy
baseErrorName: ApideckError
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.606.5
speakeasyVersion: 1.609.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:83a54f71fb4d0f04ffb42cac475e0eff3e44e6e9b89481a732b35765c4c24d8f
sourceBlobDigest: sha256:fab3a54519a7f118026979c101f97d3c06ecb1baf1a477e9bc676f9bef49b4e6
sourceRevisionDigest: sha256:0c5ea90fb5d7f038f77defc1282b15163192166b35a4982eed994ba91c8c9908
sourceBlobDigest: sha256:1ca7f3036ed7d494f1b27dfbbe3f36be62064cdd31b0a7d7f66c8466e14722b3
tags:
- latest
- speakeasy-sdk-regen-1756211934
- 10.20.11
- speakeasy-sdk-regen-1756369056
- 10.20.13
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:83a54f71fb4d0f04ffb42cac475e0eff3e44e6e9b89481a732b35765c4c24d8f
sourceBlobDigest: sha256:fab3a54519a7f118026979c101f97d3c06ecb1baf1a477e9bc676f9bef49b4e6
sourceRevisionDigest: sha256:0c5ea90fb5d7f038f77defc1282b15163192166b35a4982eed994ba91c8c9908
sourceBlobDigest: sha256:1ca7f3036ed7d494f1b27dfbbe3f36be62064cdd31b0a7d7f66c8466e14722b3
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:0b581eb0887475c5afb3adcbf5247b02d05e0d13af02819a68d71d942e7c7b19
codeSamplesRevisionDigest: sha256:4a910f95ad399ec101baf38e09b1dff30e1e9e2a21c4b1fa590779705042c82b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,14 @@ with Apideck(
### [vault](docs/sdks/vault/README.md)


#### [vault.connection_consent](docs/sdks/connectionconsent/README.md)

* [update](docs/sdks/connectionconsent/README.md#update) - Update consent state

#### [vault.connection_consents](docs/sdks/connectionconsents/README.md)

* [list](docs/sdks/connectionconsents/README.md#list) - Get consent records

#### [vault.connection_custom_mappings](docs/sdks/connectioncustommappings/README.md)

* [list](docs/sdks/connectioncustommappings/README.md#list) - List connection custom mappings
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,14 @@ Based on:
### Generated
- [python v0.21.7] .
### Releases
- [PyPI v0.21.7] https://pypi.org/project/apideck-unify/0.21.7 - .
- [PyPI v0.21.7] https://pypi.org/project/apideck-unify/0.21.7 - .

## 2025-09-05 13:36:33
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.609.0 (2.692.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.22.0] .
### Releases
- [PyPI v0.22.0] https://pypi.org/project/apideck-unify/0.22.0 - .
3 changes: 2 additions & 1 deletion docs/models/accountingexpensesallrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
| `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce |
| `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | |
| `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | |
| `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | |
| `filter_` | [Optional[models.ExpensesFilter]](../models/expensesfilter.md) | :heavy_minus_sign: | Apply filters | {<br/>"updated_since": "2020-09-30T07:43:32.000Z",<br/>"status": "draft"<br/>} |
Loading