Skip to content

Commit c9cc6f6

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.2 (#149)
* ## Python SDK Changes Detected: * `apideck.accounting.journal_entries.list()`: `response.data.[].line_items.[]` **Changed** * `apideck.accounting.journal_entries.create()`: * `request.line_items.[]` **Changed** * `apideck.accounting.journal_entries.get()`: `response.data.line_items.[]` **Changed** * `apideck.accounting.journal_entries.update()`: * `request.line_items.[]` **Changed** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 745e4a9 commit c9cc6f6

27 files changed

Lines changed: 373 additions & 181 deletions

.speakeasy/gen.lock

Lines changed: 36 additions & 27 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
@@ -32,7 +32,7 @@ generation:
3232
persistentEdits: {}
3333
versioningStrategy: automatic
3434
python:
35-
version: 0.31.1
35+
version: 0.31.2
3636
additionalDependencies:
3737
dev: {}
3838
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:5eace38e98a0228ee4104e86aeb227c5abdaf0a2399b31fa6e927fbfea318f7d
6-
sourceBlobDigest: sha256:9e87bb6775697be9557863275c1c5c24f27f5669cfb2db00e45a77fe32a1a043
5+
sourceRevisionDigest: sha256:76f003309c564a4b6748c33428d16a55d317a863acc98ae75ae5d15405e9009f
6+
sourceBlobDigest: sha256:0cacd7ebb04ba4eb91f5b6c21d806981b266e64deeed0d87fa7c1dccfbe1499a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1773649621
10-
- 10.24.5
9+
- speakeasy-sdk-regen-1774052723
10+
- 10.24.7
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:5eace38e98a0228ee4104e86aeb227c5abdaf0a2399b31fa6e927fbfea318f7d
16-
sourceBlobDigest: sha256:9e87bb6775697be9557863275c1c5c24f27f5669cfb2db00e45a77fe32a1a043
15+
sourceRevisionDigest: sha256:76f003309c564a4b6748c33428d16a55d317a863acc98ae75ae5d15405e9009f
16+
sourceBlobDigest: sha256:0cacd7ebb04ba4eb91f5b6c21d806981b266e64deeed0d87fa7c1dccfbe1499a
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:9654953b382900a7178bc88cd0544225970778a5790102f07e5bb22462384bea
18+
codeSamplesRevisionDigest: sha256:d4a709bcbf2075d96aa82750bed9cffba2ca7ba9dfd256b793cc0e4ca9a8de39
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
@@ -1078,4 +1078,14 @@ Based on:
10781078
### Generated
10791079
- [python v0.31.1] .
10801080
### Releases
1081-
- [PyPI v0.31.1] https://pypi.org/project/apideck-unify/0.31.1 - .
1081+
- [PyPI v0.31.1] https://pypi.org/project/apideck-unify/0.31.1 - .
1082+
1083+
## 2026-03-23 07:48:47
1084+
### Changes
1085+
Based on:
1086+
- OpenAPI Doc
1087+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1088+
### Generated
1089+
- [python v0.31.2] .
1090+
### Releases
1091+
- [PyPI v0.31.2] https://pypi.org/project/apideck-unify/0.31.2 - .

docs/models/expense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| `number` | *OptionalNullable[str]* | :heavy_minus_sign: | Number. | OIT00546 |
1111
| `transaction_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | 2021-05-01T12:00:00.000Z |
1212
| ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: Deprecated. Use account instead..<br/><br/>The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. | 123456 |
13-
| `account` | [OptionalNullable[models.LinkedFinancialAccount]](../models/linkedfinancialaccount.md) | :heavy_minus_sign: | A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. | |
13+
| `account` | [OptionalNullable[models.LinkedFinancialAccount]](../models/linkedfinancialaccount.md) | :heavy_minus_sign: | A flexible account reference that can represent a ledger account (GL account), a bank account, or an employee payable account, depending on the connector's requirements. | |
1414
| ~~`supplier_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: Deprecated. Use supplier instead..<br/><br/>The ID of the supplier this entity is linked to. Deprecated, use supplier instead. | 12345 |
1515
| `supplier` | [OptionalNullable[models.LinkedSupplier]](../models/linkedsupplier.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
1616
| `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |

docs/models/expenseinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| `number` | *OptionalNullable[str]* | :heavy_minus_sign: | Number. | OIT00546 |
1010
| `transaction_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | 2021-05-01T12:00:00.000Z |
1111
| ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: Deprecated. Use account instead..<br/><br/>The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. | 123456 |
12-
| `account` | [OptionalNullable[models.LinkedFinancialAccountInput]](../models/linkedfinancialaccountinput.md) | :heavy_minus_sign: | A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. | |
12+
| `account` | [OptionalNullable[models.LinkedFinancialAccountInput]](../models/linkedfinancialaccountinput.md) | :heavy_minus_sign: | A flexible account reference that can represent a ledger account (GL account), a bank account, or an employee payable account, depending on the connector's requirements. | |
1313
| ~~`supplier_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: Deprecated. Use supplier instead..<br/><br/>The ID of the supplier this entity is linked to. Deprecated, use supplier instead. | 12345 |
1414
| `supplier` | [OptionalNullable[models.LinkedSupplierInput]](../models/linkedsupplierinput.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
1515
| `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |

0 commit comments

Comments
 (0)