Skip to content
Closed
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
26 changes: 13 additions & 13 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.23.0
version: 0.23.1
additionalDependencies:
dev: {}
main: {}
Expand Down
18 changes: 9 additions & 9 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
speakeasyVersion: 1.631.5
speakeasyVersion: 1.622.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:0087c63890f3d406e9de4d6d1bc6009abcd5e97f21db723aa38c5c39b83a5f09
sourceBlobDigest: sha256:69567c3d781e2d0d0c4cc1231a227c7fbb76820ad445cbad40c3ca56b3b4d0f5
sourceRevisionDigest: sha256:0001c8be3f6855abd69c6ee62db478782143893ea00db5640610ed27fa5eea1f
sourceBlobDigest: sha256:a0ae14ddbd29a241c79c1b784c947ea6b900eb15301886845e3377afe27a740f
tags:
- latest
- speakeasy-sdk-regen-1758786484
- 10.21.2
- speakeasy-sdk-regen-speakeasy-sdk-regen-1759403533-1759935128
- 10.21.4
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:0087c63890f3d406e9de4d6d1bc6009abcd5e97f21db723aa38c5c39b83a5f09
sourceBlobDigest: sha256:69567c3d781e2d0d0c4cc1231a227c7fbb76820ad445cbad40c3ca56b3b4d0f5
sourceRevisionDigest: sha256:0001c8be3f6855abd69c6ee62db478782143893ea00db5640610ed27fa5eea1f
sourceBlobDigest: sha256:a0ae14ddbd29a241c79c1b784c947ea6b900eb15301886845e3377afe27a740f
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:2ca8dddbcde5a3c4a0fda1ab6b3c5ad020b527f2412ced0aca182340c9e431d8
codeSamplesRevisionDigest: sha256:94e7906b4542f4d31dcd3e037145ecc5c0982ea0a02286bc570ceb6d349f2075
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
speakeasyVersion: 1.622.1
sources:
Apideck:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
speakeasyVersion: 1.622.1
sources:
Apideck:
inputs:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ 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
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,14 @@ Based on:
### Generated
- [python v0.23.0] .
### Releases
- [PyPI v0.23.0] https://pypi.org/project/apideck-unify/0.23.0 - .
- [PyPI v0.23.0] https://pypi.org/project/apideck-unify/0.23.0 - .

## 2025-10-13 00:19:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.622.1 (2.709.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.23.1] .
### Releases
- [PyPI v0.23.1] https://pypi.org/project/apideck-unify/0.23.1 - .
1 change: 0 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ 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
1 change: 1 addition & 0 deletions docs/models/invoicelineitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| `unit_of_measure` | *OptionalNullable[str]* | :heavy_minus_sign: | Description of the unit type the item is sold as, ie: kg, hour. | pc. |
| `discount_percentage` | *OptionalNullable[float]* | :heavy_minus_sign: | Discount percentage applied to the line item when supported downstream. | 0.01 |
| `discount_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
| `service_date` | [datetime](https://docs.python.org/3/library/datetime.html#datetime-objects) | :heavy_minus_sign: | Date on which the service was provided or performed - YYYY-MM-DD. | 2024-01-15 |
| `category_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 |
| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 |
Expand Down
1 change: 1 addition & 0 deletions docs/models/invoicelineiteminput.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| `unit_of_measure` | *OptionalNullable[str]* | :heavy_minus_sign: | Description of the unit type the item is sold as, ie: kg, hour. | pc. |
| `discount_percentage` | *OptionalNullable[float]* | :heavy_minus_sign: | Discount percentage applied to the line item when supported downstream. | 0.01 |
| `discount_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
| `service_date` | [datetime](https://docs.python.org/3/library/datetime.html#datetime-objects) | :heavy_minus_sign: | Date on which the service was provided or performed - YYYY-MM-DD. | 2024-01-15 |
| `category_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 |
| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 |
Expand Down
22 changes: 11 additions & 11 deletions docs/models/ledgeraccounttype.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ The type of account.

| Name | Value |
| ----------------------- | ----------------------- |
| `ACCOUNTS_PAYABLE` | accounts_payable |
| `ACCOUNTS_RECEIVABLE` | accounts_receivable |
| `REVENUE` | revenue |
| `SALES` | sales |
| `OTHER_INCOME` | other_income |
| `BALANCESHEET` | balancesheet |
| `BANK` | bank |
| `COSTS_OF_SALES` | costs_of_sales |
| `CREDIT_CARD` | credit_card |
| `CURRENT_ASSET` | current_asset |
| `CURRENT_LIABILITY` | current_liability |
| `EQUITY` | equity |
| `EXPENSE` | expense |
| `FIXED_ASSET` | fixed_asset |
| `NON_CURRENT_ASSET` | non_current_asset |
| `NON_CURRENT_LIABILITY` | non_current_liability |
| `OTHER_ASSET` | other_asset |
| `BALANCESHEET` | balancesheet |
| `EQUITY` | equity |
| `EXPENSE` | expense |
| `OTHER_EXPENSE` | other_expense |
| `COSTS_OF_SALES` | costs_of_sales |
| `ACCOUNTS_PAYABLE` | accounts_payable |
| `CREDIT_CARD` | credit_card |
| `CURRENT_LIABILITY` | current_liability |
| `NON_CURRENT_LIABILITY` | non_current_liability |
| `OTHER_INCOME` | other_income |
| `OTHER_LIABILITY` | other_liability |
| `REVENUE` | revenue |
| `SALES` | sales |
| `OTHER` | other |
1 change: 1 addition & 0 deletions docs/models/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
| `reference_id` | *OptionalNullable[str]* | :heavy_minus_sign: | External reference identifier for the project | WD-REF-2024-001 |
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | Detailed description of the project | Complete redesign of the company website including new branding and improved user experience |
| `status` | [OptionalNullable[models.ProjectProjectStatus]](../models/projectprojectstatus.md) | :heavy_minus_sign: | Current status of the project | active |
| `active` | *OptionalNullable[bool]* | :heavy_minus_sign: | Indicates whether the project is currently active or inactive | true |
| `project_type` | [OptionalNullable[models.ProjectType]](../models/projecttype.md) | :heavy_minus_sign: | Type or category of the project | client_project |
| `priority` | [OptionalNullable[models.Priority]](../models/priority.md) | :heavy_minus_sign: | Priority level of the project | high |
| `completion_percentage` | *OptionalNullable[float]* | :heavy_minus_sign: | Percentage of project completion (0-100) | 75.5 |
Expand Down
Loading