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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 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: 574d7ff63ddc9ad70121a9688e856e09
docChecksum: 7c6ef2ed512e323eb81fb00225e7e166
docVersion: 10.11.5
speakeasyVersion: 1.497.0
generationVersion: 2.517.3
releaseVersion: 0.7.0
configChecksum: ac6a49f41cabe6b8c313c165fc8a5d90
speakeasyVersion: 1.501.1
generationVersion: 2.522.5
releaseVersion: 0.8.0
configChecksum: 5cc9cdf7161979901cc0e0ee06065fd3
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand All @@ -15,7 +15,7 @@ features:
acceptHeaders: 3.0.0
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.5
core: 5.11.0
core: 5.12.1
deepObjectParams: 0.1.0
defaultEnabledRetries: 0.2.0
deprecations: 3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.7.0
version: 0.8.0
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.497.0
speakeasyVersion: 1.501.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:c5eaf993a4fe7e63cde034e5c0e4bec854cf7c40489077e56976fced6daf6030
sourceBlobDigest: sha256:fa7d1dbc22eb02e7bbef1ce1374563d9400ac7aaa467a60c42721a6fca902b2a
sourceRevisionDigest: sha256:f87c895c56d9e11c3082319a386ddfb6780ef54b06df2a05a47035140382938f
sourceBlobDigest: sha256:af4739fe176a827ca5a5054b4ca4061886717f775dbb5eb11f3c57e63a9f3b99
tags:
- latest
- speakeasy-sdk-regen-1739751479
- speakeasy-sdk-regen-1740396639
- 10.11.5
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:c5eaf993a4fe7e63cde034e5c0e4bec854cf7c40489077e56976fced6daf6030
sourceBlobDigest: sha256:fa7d1dbc22eb02e7bbef1ce1374563d9400ac7aaa467a60c42721a6fca902b2a
sourceRevisionDigest: sha256:f87c895c56d9e11c3082319a386ddfb6780ef54b06df2a05a47035140382938f
sourceBlobDigest: sha256:af4739fe176a827ca5a5054b4ca4061886717f775dbb5eb11f3c57e63a9f3b99
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:89af23dce4cc538b3760689b2b0803fc4f4d0eb83348a25b5d45b1970c365657
codeSamplesRevisionDigest: sha256:bd0f347ccba2c1525660cc4e6400d319fe2e146d03c96dc62e5326971f89e3b8
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 @@ -118,4 +118,14 @@ Based on:
### Generated
- [python v0.7.0] .
### Releases
- [PyPI v0.7.0] https://pypi.org/project/apideck-unify/0.7.0 - .
- [PyPI v0.7.0] https://pypi.org/project/apideck-unify/0.7.0 - .

## 2025-02-24 11:37:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.501.1 (2.522.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.8.0] .
### Releases
- [PyPI v0.8.0] https://pypi.org/project/apideck-unify/0.8.0 - .
3 changes: 2 additions & 1 deletion docs/models/consumerrequestcountsindaterangeresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Consumers Request Counts within Date Range
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `status_code` | *int* | :heavy_check_mark: | HTTP Response Status Code | 200 |
| `status` | *str* | :heavy_check_mark: | HTTP Response Status | OK |
| `data` | [models.ConsumerRequestCountsInDateRangeResponseData](../models/consumerrequestcountsindaterangeresponsedata.md) | :heavy_check_mark: | N/A | |
| `data` | [models.ConsumerRequestCountsInDateRangeResponseData](../models/consumerrequestcountsindaterangeresponsedata.md) | :heavy_check_mark: | N/A | |
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/createaccountingdepartmentresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Department
| `service` | *str* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
| `resource` | *str* | :heavy_check_mark: | Unified API resource name | departments |
| `operation` | *str* | :heavy_check_mark: | Operation performed | add |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/createaccountinglocationresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Location
| `service` | *str* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
| `resource` | *str* | :heavy_check_mark: | Unified API resource name | locations |
| `operation` | *str* | :heavy_check_mark: | Operation performed | add |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/createactivityresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Activity created
| `service` | *str* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
| `resource` | *str* | :heavy_check_mark: | Unified API resource name | activities |
| `operation` | *str* | :heavy_check_mark: | Operation performed | add |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/createapplicantresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Applicants
| `service` | *str* | :heavy_check_mark: | Apideck ID of service provider | lever |
| `resource` | *str* | :heavy_check_mark: | Unified API resource name | Applicants |
| `operation` | *str* | :heavy_check_mark: | Operation performed | add |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
Loading