Skip to content

Commit b9625d4

Browse files
authored
Merge pull request #64 from apideck-libraries/speakeasy-sdk-regen-1756211934
chore: 🐝 Update SDK - Generate 0.21.7
2 parents 8cb7c57 + 7b8e657 commit b9625d4

File tree

11 files changed

+65
-26
lines changed

11 files changed

+65
-26
lines changed

.speakeasy/gen.lock

Lines changed: 11 additions & 11 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: 24281e33739845fb843e27e699b1394d
4+
docChecksum: caebbf8aada1c0a1b68466eb37b74faf
55
docVersion: 10.20.11
6-
speakeasyVersion: 1.606.4
6+
speakeasyVersion: 1.606.5
77
generationVersion: 2.687.1
8-
releaseVersion: 0.21.6
9-
configChecksum: ac994f0e9bd92c2c97613757ce3135d2
8+
releaseVersion: 0.21.7
9+
configChecksum: 7414fcd87c293776d8645df099185e70
1010
repoURL: https://github.com/apideck-libraries/sdk-python.git
1111
installationURL: https://github.com/apideck-libraries/sdk-python.git
1212
published: true
@@ -7118,7 +7118,7 @@ examples:
71187118
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
71197119
x-apideck-service-id: "salesforce"
71207120
requestBody:
7121-
application/json: {"parent_id": "12345", "name": "Department", "code": "100", "status": "active", "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
7121+
application/json: {"parent_id": "12345", "parent_name": "Area", "name": "Department", "code": "100", "status": "active", "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
71227122
responses:
71237123
"201":
71247124
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "tracking-categories", "operation": "add", "data": {"id": "12345"}}
@@ -7174,7 +7174,7 @@ examples:
71747174
x-apideck-service-id: "salesforce"
71757175
responses:
71767176
"200":
7177-
application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "tracking-categories", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "name": "Department", "code": "100", "status": "active", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}}
7177+
application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "tracking-categories", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "parent_name": "Area", "name": "Department", "code": "100", "status": "active", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}}
71787178
"400":
71797179
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": "Missing property foobar", "ref": "https://developers.apideck.com/errors#requestvalidationerror"}
71807180
"401":
@@ -7226,7 +7226,7 @@ examples:
72267226
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
72277227
x-apideck-service-id: "salesforce"
72287228
requestBody:
7229-
application/json: {"parent_id": "12345", "name": "Department", "code": "100", "status": "active", "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
7229+
application/json: {"parent_id": "12345", "parent_name": "Area", "name": "Department", "code": "100", "status": "active", "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
72307230
responses:
72317231
"200":
72327232
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "tracking-categories", "operation": "update", "data": {"id": "12345"}}
@@ -18019,7 +18019,7 @@ examplesVersion: 1.0.2
1801918019
generatedTests: {}
1802018020
releaseNotes: |
1802118021
## SDK Changes Detected:
18022-
* `apideck.accounting.invoice_items.list()`: `response.data.[].currency` **Added**
18023-
* `apideck.accounting.invoice_items.create()`: `request.currency` **Added**
18024-
* `apideck.accounting.invoice_items.get()`: `response.data.currency` **Added**
18025-
* `apideck.accounting.invoice_items.update()`: `request.currency` **Added**
18022+
* `apideck.accounting.tracking_categories.list()`: `response.data.[].parent_name` **Added**
18023+
* `apideck.accounting.tracking_categories.create()`: `request.parent_name` **Added**
18024+
* `apideck.accounting.tracking_categories.get()`: `response.data.parent_name` **Added**
18025+
* `apideck.accounting.tracking_categories.update()`: `request.parent_name` **Added**

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
python:
27-
version: 0.21.6
27+
version: 0.21.7
2828
additionalDependencies:
2929
dev: {}
3030
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.606.4
1+
speakeasyVersion: 1.606.5
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:7e6ee2580cb43945d59c470fc802a553dca2d94fd3009aee06c89ec054422b0e
6-
sourceBlobDigest: sha256:9175c4c8d5be2f36f6b37a73cfe5d419b017212ff019803d0ac009750154919a
5+
sourceRevisionDigest: sha256:83a54f71fb4d0f04ffb42cac475e0eff3e44e6e9b89481a732b35765c4c24d8f
6+
sourceBlobDigest: sha256:fab3a54519a7f118026979c101f97d3c06ecb1baf1a477e9bc676f9bef49b4e6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755873448
9+
- speakeasy-sdk-regen-1756211934
1010
- 10.20.11
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:7e6ee2580cb43945d59c470fc802a553dca2d94fd3009aee06c89ec054422b0e
16-
sourceBlobDigest: sha256:9175c4c8d5be2f36f6b37a73cfe5d419b017212ff019803d0ac009750154919a
15+
sourceRevisionDigest: sha256:83a54f71fb4d0f04ffb42cac475e0eff3e44e6e9b89481a732b35765c4c24d8f
16+
sourceBlobDigest: sha256:fab3a54519a7f118026979c101f97d3c06ecb1baf1a477e9bc676f9bef49b4e6
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:8e80567e199ea32c241305b1612d712ec564a4533515ef558386392cc23b16f7
18+
codeSamplesRevisionDigest: sha256:0b581eb0887475c5afb3adcbf5247b02d05e0d13af02819a68d71d942e7c7b19
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
@@ -438,4 +438,14 @@ Based on:
438438
### Generated
439439
- [python v0.21.6] .
440440
### Releases
441-
- [PyPI v0.21.6] https://pypi.org/project/apideck-unify/0.21.6 - .
441+
- [PyPI v0.21.6] https://pypi.org/project/apideck-unify/0.21.6 - .
442+
443+
## 2025-08-26 12:38:34
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc
447+
- Speakeasy CLI 1.606.5 (2.687.1) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [python v0.21.7] .
450+
### Releases
451+
- [PyPI v0.21.7] https://pypi.org/project/apideck-unify/0.21.7 - .

docs/models/trackingcategory.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
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
10+
| `parent_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the parent tracking category. | Area |
1011
| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the tracking category. | Department |
1112
| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | The code of the tracking category. | 100 |
1213
| `status` | [Optional[models.TrackingCategoryStatus]](../models/trackingcategorystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |

docs/models/trackingcategoryinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
9+
| `parent_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the parent tracking category. | Area |
910
| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the tracking category. | Department |
1011
| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | The code of the tracking category. | 100 |
1112
| `status` | [Optional[models.TrackingCategoryStatus]](../models/trackingcategorystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |

0 commit comments

Comments
 (0)