Skip to content
Merged
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
22 changes: 11 additions & 11 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
management:
docChecksum: 24281e33739845fb843e27e699b1394d
docChecksum: caebbf8aada1c0a1b68466eb37b74faf
docVersion: 10.20.11
speakeasyVersion: 1.606.4
speakeasyVersion: 1.606.5
generationVersion: 2.687.1
releaseVersion: 0.21.6
configChecksum: ac994f0e9bd92c2c97613757ce3135d2
releaseVersion: 0.21.7
configChecksum: 7414fcd87c293776d8645df099185e70
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand Down Expand Up @@ -7118,7 +7118,7 @@ examples:
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
x-apideck-service-id: "salesforce"
requestBody:
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"}}}]}]}
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"}}}]}]}
responses:
"201":
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "tracking-categories", "operation": "add", "data": {"id": "12345"}}
Expand Down Expand Up @@ -7174,7 +7174,7 @@ examples:
x-apideck-service-id: "salesforce"
responses:
"200":
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"}}}]}]}}
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"}}}]}]}}
"400":
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"}
"401":
Expand Down Expand Up @@ -7226,7 +7226,7 @@ examples:
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
x-apideck-service-id: "salesforce"
requestBody:
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"}}}]}]}
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"}}}]}]}
responses:
"200":
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "tracking-categories", "operation": "update", "data": {"id": "12345"}}
Expand Down Expand Up @@ -18019,7 +18019,7 @@ examplesVersion: 1.0.2
generatedTests: {}
releaseNotes: |
## SDK Changes Detected:
* `apideck.accounting.invoice_items.list()`: `response.data.[].currency` **Added**
* `apideck.accounting.invoice_items.create()`: `request.currency` **Added**
* `apideck.accounting.invoice_items.get()`: `response.data.currency` **Added**
* `apideck.accounting.invoice_items.update()`: `request.currency` **Added**
* `apideck.accounting.tracking_categories.list()`: `response.data.[].parent_name` **Added**
* `apideck.accounting.tracking_categories.create()`: `request.parent_name` **Added**
* `apideck.accounting.tracking_categories.get()`: `response.data.parent_name` **Added**
* `apideck.accounting.tracking_categories.update()`: `request.parent_name` **Added**
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.21.6
version: 0.21.7
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.606.4
speakeasyVersion: 1.606.5
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:7e6ee2580cb43945d59c470fc802a553dca2d94fd3009aee06c89ec054422b0e
sourceBlobDigest: sha256:9175c4c8d5be2f36f6b37a73cfe5d419b017212ff019803d0ac009750154919a
sourceRevisionDigest: sha256:83a54f71fb4d0f04ffb42cac475e0eff3e44e6e9b89481a732b35765c4c24d8f
sourceBlobDigest: sha256:fab3a54519a7f118026979c101f97d3c06ecb1baf1a477e9bc676f9bef49b4e6
tags:
- latest
- speakeasy-sdk-regen-1755873448
- speakeasy-sdk-regen-1756211934
- 10.20.11
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:7e6ee2580cb43945d59c470fc802a553dca2d94fd3009aee06c89ec054422b0e
sourceBlobDigest: sha256:9175c4c8d5be2f36f6b37a73cfe5d419b017212ff019803d0ac009750154919a
sourceRevisionDigest: sha256:83a54f71fb4d0f04ffb42cac475e0eff3e44e6e9b89481a732b35765c4c24d8f
sourceBlobDigest: sha256:fab3a54519a7f118026979c101f97d3c06ecb1baf1a477e9bc676f9bef49b4e6
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:8e80567e199ea32c241305b1612d712ec564a4533515ef558386392cc23b16f7
codeSamplesRevisionDigest: sha256:0b581eb0887475c5afb3adcbf5247b02d05e0d13af02819a68d71d942e7c7b19
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,14 @@ Based on:
### Generated
- [python v0.21.6] .
### Releases
- [PyPI v0.21.6] https://pypi.org/project/apideck-unify/0.21.6 - .
- [PyPI v0.21.6] https://pypi.org/project/apideck-unify/0.21.6 - .

## 2025-08-26 12:38:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.606.5 (2.687.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.21.7] .
### Releases
- [PyPI v0.21.7] https://pypi.org/project/apideck-unify/0.21.7 - .
1 change: 1 addition & 0 deletions docs/models/trackingcategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `parent_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the parent tracking category. | Area |
| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the tracking category. | Department |
| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | The code of the tracking category. | 100 |
| `status` | [Optional[models.TrackingCategoryStatus]](../models/trackingcategorystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
Expand Down
1 change: 1 addition & 0 deletions docs/models/trackingcategoryinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `parent_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the parent tracking category. | Area |
| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the tracking category. | Department |
| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | The code of the tracking category. | 100 |
| `status` | [Optional[models.TrackingCategoryStatus]](../models/trackingcategorystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
Expand Down
Loading