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
273 changes: 226 additions & 47 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.22.1
version: 0.23.0
additionalDependencies:
dev: {}
main: {}
allowedRedefinedBuiltins:
- id
- object
asyncMode: both
authors:
- Speakeasy
baseErrorName: ApideckError
Expand All @@ -55,6 +56,7 @@ python:
shared: ""
webhooks: ""
inputModelSuffix: input
legacyPyright: true
maxMethodParams: 999
methodArguments: infer-optional-args
moduleName: ""
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.622.1
speakeasyVersion: 1.631.5
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:b89dfeac61b6af51fea1bff368bfcd5a23f74d793f66299c9aeeaa5063dbd460
sourceBlobDigest: sha256:8c94ca80af7cb854257519a8bf08a7a060c73248058c63f17aca9cc5208673ba
sourceRevisionDigest: sha256:0087c63890f3d406e9de4d6d1bc6009abcd5e97f21db723aa38c5c39b83a5f09
sourceBlobDigest: sha256:69567c3d781e2d0d0c4cc1231a227c7fbb76820ad445cbad40c3ca56b3b4d0f5
tags:
- latest
- speakeasy-sdk-regen-1757940178
- 10.20.16
- speakeasy-sdk-regen-1758786484
- 10.21.2
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:b89dfeac61b6af51fea1bff368bfcd5a23f74d793f66299c9aeeaa5063dbd460
sourceBlobDigest: sha256:8c94ca80af7cb854257519a8bf08a7a060c73248058c63f17aca9cc5208673ba
sourceRevisionDigest: sha256:0087c63890f3d406e9de4d6d1bc6009abcd5e97f21db723aa38c5c39b83a5f09
sourceBlobDigest: sha256:69567c3d781e2d0d0c4cc1231a227c7fbb76820ad445cbad40c3ca56b3b4d0f5
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:cb341d086c4574b622244fea504d29462dcbc772b1d63c39541b255c1d2e55bc
codeSamplesRevisionDigest: sha256:2ca8dddbcde5a3c4a0fda1ab6b3c5ad020b527f2412ced0aca182340c9e431d8
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ with Apideck(
</br>

The same SDK client can also be used to make asynchronous requests by importing asyncio.

```python
# Asynchronous Example
from apideck_unify import Apideck
Expand Down Expand Up @@ -389,6 +390,14 @@ with Apideck(

* [get](docs/sdks/profitandlosssdk/README.md#get) - Get Profit and Loss

#### [accounting.projects](docs/sdks/projects/README.md)

* [list](docs/sdks/projects/README.md#list) - List projects
* [create](docs/sdks/projects/README.md#create) - Create project
* [get](docs/sdks/projects/README.md#get) - Get project
* [update](docs/sdks/projects/README.md#update) - Update project
* [delete](docs/sdks/projects/README.md#delete) - Delete project

#### [accounting.purchase_orders](docs/sdks/purchaseorders/README.md)

* [list](docs/sdks/purchaseorders/README.md#list) - List Purchase Orders
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,4 +468,14 @@ Based on:
### Generated
- [python v0.22.1] .
### Releases
- [PyPI v0.22.1] https://pypi.org/project/apideck-unify/0.22.1 - .
- [PyPI v0.22.1] https://pypi.org/project/apideck-unify/0.22.1 - .

## 2025-10-01 07:48:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.23.0] .
### Releases
- [PyPI v0.23.0] https://pypi.org/project/apideck-unify/0.23.0 - .
1 change: 1 addition & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ with Apideck(
</br>

The same SDK client can also be used to make asynchronous requests by importing asyncio.

```python
# Asynchronous Example
from apideck_unify import Apideck
Expand Down
2 changes: 1 addition & 1 deletion docs/models/accountinginvoiceitemsallrequest.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/accountinginvoiceitemsonerequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
| `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 |
| `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | |
| `fields` | *OptionalNullable[str]* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at |
| `filter_` | [Optional[models.InvoiceItemFilter]](../models/invoiceitemfilter.md) | :heavy_minus_sign: | Apply filters | {<br/>"type": "service"<br/>} |
| `filter_` | [Optional[models.InvoiceItemFilter]](../models/invoiceitemfilter.md) | :heavy_minus_sign: | Apply filters | {<br/>"type": "service",<br/>"transaction_type": "purchase"<br/>} |
Loading