Skip to content

Commit 675ac8c

Browse files
authored
Merge pull request #74 from apideck-libraries/speakeasy-sdk-regen-1761781308
chore: 🐝 Update SDK - Generate 0.26.0
2 parents e87e87a + 29ad48e commit 675ac8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+302
-65
lines changed

.speakeasy/gen.lock

Lines changed: 53 additions & 26 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: false
2828
skipResponseBodyAssertions: false
2929
python:
30-
version: 0.25.1
30+
version: 0.26.0
3131
additionalDependencies:
3232
dev: {}
3333
main: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.642.2
1+
speakeasyVersion: 1.645.2
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:1483ddada2261f22ce2b97a9925c3537faa0b9f603d100d95da22671aec21d39
6-
sourceBlobDigest: sha256:ed3996ae117d1a997062b205f143d50bbb01b51589e609cb7b9fad84ed84d097
5+
sourceRevisionDigest: sha256:df54bbb82b4063fabeaf247655f5dffcda8a6b448f5829452577a52b3926c757
6+
sourceBlobDigest: sha256:2ba6bbb183c9239f52d95e3b20e42eb4f0eb90c204022ab40f0e8d54e2ac5f6e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761736939
10-
- 10.21.7
9+
- speakeasy-sdk-regen-1761781308
10+
- 10.21.10
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:1483ddada2261f22ce2b97a9925c3537faa0b9f603d100d95da22671aec21d39
16-
sourceBlobDigest: sha256:ed3996ae117d1a997062b205f143d50bbb01b51589e609cb7b9fad84ed84d097
15+
sourceRevisionDigest: sha256:df54bbb82b4063fabeaf247655f5dffcda8a6b448f5829452577a52b3926c757
16+
sourceBlobDigest: sha256:2ba6bbb183c9239f52d95e3b20e42eb4f0eb90c204022ab40f0e8d54e2ac5f6e
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:c18ddcbf83f2c779a823a7c984103cc5794e071c2fed4dec14e5bc716845458e
18+
codeSamplesRevisionDigest: sha256:c834b36acdf5167f530016e20da7ff2a67f0e9ffd400a8742b0cb355efa36efb
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
@@ -508,4 +508,14 @@ Based on:
508508
### Generated
509509
- [python v0.25.1] .
510510
### Releases
511-
- [PyPI v0.25.1] https://pypi.org/project/apideck-unify/0.25.1 - .
511+
- [PyPI v0.25.1] https://pypi.org/project/apideck-unify/0.25.1 - .
512+
513+
## 2025-11-03 00:20:08
514+
### Changes
515+
Based on:
516+
- OpenAPI Doc
517+
- Speakeasy CLI 1.645.2 (2.735.1) https://github.com/speakeasy-api/speakeasy
518+
### Generated
519+
- [python v0.26.0] .
520+
### Releases
521+
- [PyPI v0.26.0] https://pypi.org/project/apideck-unify/0.26.0 - .

docs/models/accountingbillsallrequest.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/billsfilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
8-
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
8+
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
9+
| `status` | [Optional[models.BillsFilterStatus]](../models/billsfilterstatus.md) | :heavy_minus_sign: | Filter by bill status | paid |

docs/models/billsfilterstatus.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# BillsFilterStatus
2+
3+
Filter by bill status
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------------- | ---------------- |
10+
| `PAID` | paid |
11+
| `UNPAID` | unpaid |
12+
| `PARTIALLY_PAID` | partially_paid |

docs/models/category.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
99
| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the category. | Insurance |
10+
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Display ID of the category | 12345 |
1011
| `type` | [Optional[models.CategoryType]](../models/categorytype.md) | :heavy_minus_sign: | The type of the category. | expense |
1112
| `status` | [Optional[models.CategoryStatus]](../models/categorystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1213
| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |

docs/models/ecommerceorderpaymentstatus.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Current payment status of the order.
55

66
## Values
77

8-
| Name | Value |
9-
| ------------ | ------------ |
10-
| `PENDING` | pending |
11-
| `AUTHORIZED` | authorized |
12-
| `PAID` | paid |
13-
| `PARTIAL` | partial |
14-
| `REFUNDED` | refunded |
15-
| `VOIDED` | voided |
16-
| `UNKNOWN` | unknown |
8+
| Name | Value |
9+
| -------------------- | -------------------- |
10+
| `PENDING` | pending |
11+
| `AUTHORIZED` | authorized |
12+
| `PAID` | paid |
13+
| `PARTIAL` | partial |
14+
| `REFUNDED` | refunded |
15+
| `VOIDED` | voided |
16+
| `UNKNOWN` | unknown |
17+
| `PARTIALLY_REFUNDED` | partially_refunded |

docs/models/invoiceitem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| `id` | *Optional[str]* | :heavy_minus_sign: | The ID of the item. | 123456 |
99
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Item name | Model Y |
1010
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | A short description of the item | Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection. |
11+
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Display ID of the item | 12345 |
1112
| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | User defined item code | 120-C |
1213
| `sold` | *OptionalNullable[bool]* | :heavy_minus_sign: | Item will be available on sales transactions | true |
1314
| `purchased` | *OptionalNullable[bool]* | :heavy_minus_sign: | Item is available for purchase transactions | true |

0 commit comments

Comments
 (0)