Skip to content

Commit 4b06511

Browse files
authored
Merge pull request #48 from apideck-libraries/speakeasy-sdk-regen-1748856962
chore: 🐝 Update SDK - Generate 0.17.2
2 parents 7c4ce1a + 12ba387 commit 4b06511

File tree

13 files changed

+57
-38
lines changed

13 files changed

+57
-38
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 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: da9ea34e473e742ac93aebf1e0757d93
4+
docChecksum: cd774a87e62240831b5a6ac2f1f1de5f
55
docVersion: 10.17.2
6-
speakeasyVersion: 1.554.1
7-
generationVersion: 2.616.1
8-
releaseVersion: 0.17.1
9-
configChecksum: 024478e15c199fd21f4a7c8684f2137e
6+
speakeasyVersion: 1.555.0
7+
generationVersion: 2.618.0
8+
releaseVersion: 0.17.2
9+
configChecksum: 6fbac077793600dbe5719f9da20ed210
1010
repoURL: https://github.com/apideck-libraries/sdk-python.git
1111
installationURL: https://github.com/apideck-libraries/sdk-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generation:
2020
oAuth2ClientCredentialsEnabled: true
2121
oAuth2PasswordEnabled: true
2222
python:
23-
version: 0.17.1
23+
version: 0.17.2
2424
additionalDependencies:
2525
dev: {}
2626
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.554.1
1+
speakeasyVersion: 1.555.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
6-
sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
5+
sourceRevisionDigest: sha256:232cd17d9025bdae00d76d112360d9c90e7a16c27772ef2a54e30f19e6e58e9f
6+
sourceBlobDigest: sha256:cdeb34562acd0bc0da9c3e949d3019eb9db29a113d43a26d07c4a20fb330678d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748587735
9+
- speakeasy-sdk-regen-1748856962
1010
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
16-
sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
15+
sourceRevisionDigest: sha256:232cd17d9025bdae00d76d112360d9c90e7a16c27772ef2a54e30f19e6e58e9f
16+
sourceBlobDigest: sha256:cdeb34562acd0bc0da9c3e949d3019eb9db29a113d43a26d07c4a20fb330678d
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:4610d7d7bbb048a5cacb8e6a221c264066037c953ae0e59964637cc9d792b535
18+
codeSamplesRevisionDigest: sha256:fc4fed78b506ef22aa6220c836dee5d4ece1784ab07cae34590ec67cfe649938
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
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [python v0.17.1] .
290290
### Releases
291-
- [PyPI v0.17.1] https://pypi.org/project/apideck-unify/0.17.1 - .
291+
- [PyPI v0.17.1] https://pypi.org/project/apideck-unify/0.17.1 - .
292+
293+
## 2025-06-03 13:43:11
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc
297+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [python v0.17.2] .
300+
### Releases
301+
- [PyPI v0.17.2] https://pypi.org/project/apideck-unify/0.17.2 - .

docs/models/costofgoodssold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ The cost of goods sold accounts
1111
| `code` | *Optional[str]* | :heavy_minus_sign: | The account code of the account | 1100 |
1212
| `title` | *Optional[str]* | :heavy_minus_sign: | The name of the account. | Current assets |
1313
| `type` | [OptionalNullable[models.ProfitAndLossType]](../models/profitandlosstype.md) | :heavy_minus_sign: | The type of profit and loss | Section |
14-
| `total` | *Nullable[float]* | :heavy_check_mark: | The aggregated total of all accounts within this category. | 1000 |
14+
| `total` | *OptionalNullable[float]* | :heavy_minus_sign: | The aggregated total of all accounts within this category. | 1000 |
1515
| `records` | *Any* | :heavy_check_mark: | N/A | |

docs/models/journalentrystatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Journal entry status
1313
| `POSTED` | posted |
1414
| `VOIDED` | voided |
1515
| `REJECTED` | rejected |
16-
| `DELETED` | deleted |
16+
| `DELETED` | deleted |
17+
| `OTHER` | other |

docs/models/profitandloss.md

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

docs/models/profitandlossindicator.md

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

66
| Field | Type | Required | Description | Example |
77
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- |
8-
| `total` | *Nullable[float]* | :heavy_check_mark: | The total amount of the transaction or record | 49.99 |
8+
| `total` | *OptionalNullable[float]* | :heavy_minus_sign: | The total amount of the transaction or record | 49.99 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "apideck-unify"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

src/apideck_unify/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "apideck-unify"
6-
__version__: str = "0.17.1"
6+
__version__: str = "0.17.2"
77
__openapi_doc_version__: str = "10.17.2"
8-
__gen_version__: str = "2.616.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.17.1 2.616.1 10.17.2 apideck-unify"
8+
__gen_version__: str = "2.618.0"
9+
__user_agent__: str = "speakeasy-sdk/python 0.17.2 2.618.0 10.17.2 apideck-unify"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)