Skip to content

Commit d85fb9c

Browse files
authored
Merge pull request #46 from apideck-libraries/speakeasy-sdk-regen-1748269647
chore: 🐝 Update SDK - Generate 0.17.0
2 parents fbceaaf + 876386e commit d85fb9c

File tree

174 files changed

+9090
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+9090
-247
lines changed

.speakeasy/gen.lock

Lines changed: 338 additions & 12 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ generation:
77
maintainOpenAPIOrder: true
88
usageSnippets:
99
optionalPropertyRendering: withExample
10+
sdkInitStyle: constructor
1011
useClassNamesForArrayFields: true
1112
fixes:
1213
nameResolutionDec2023: true
@@ -19,7 +20,7 @@ generation:
1920
oAuth2ClientCredentialsEnabled: true
2021
oAuth2PasswordEnabled: true
2122
python:
22-
version: 0.16.0
23+
version: 0.17.0
2324
additionalDependencies:
2425
dev: {}
2526
main: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.551.0
1+
speakeasyVersion: 1.554.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:66035b985e79c233cdc563cc19576e206c86dcd7f2df3f2e366ded9106c09b76
6-
sourceBlobDigest: sha256:92b6ccb235d96541b5e8d94b7061b9aa95336ad74a6e66d8491e0700347e5ead
5+
sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
6+
sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748001150
10-
- 10.16.8
9+
- speakeasy-sdk-regen-1748269647
10+
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:66035b985e79c233cdc563cc19576e206c86dcd7f2df3f2e366ded9106c09b76
16-
sourceBlobDigest: sha256:92b6ccb235d96541b5e8d94b7061b9aa95336ad74a6e66d8491e0700347e5ead
15+
sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
16+
sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:b27236acac71502f26f04c5acdc5c950ab81caef607720636fe2ad46b8a4e875
18+
codeSamplesRevisionDigest: sha256:245e102cad462dc0785e58be7fbdc88af47cd2b6cc1d653a8ff1b3f13053e3ef
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,22 @@ with Apideck(
489489
* [update](docs/sdks/contacts/README.md#update) - Update contact
490490
* [delete](docs/sdks/contacts/README.md#delete) - Delete contact
491491

492+
#### [crm.custom_object_schemas](docs/sdks/customobjectschemas/README.md)
493+
494+
* [list](docs/sdks/customobjectschemas/README.md#list) - List custom object schemas
495+
* [create](docs/sdks/customobjectschemas/README.md#create) - Create custom object schema
496+
* [get](docs/sdks/customobjectschemas/README.md#get) - Get custom object schema
497+
* [update](docs/sdks/customobjectschemas/README.md#update) - Update custom object schema
498+
* [delete](docs/sdks/customobjectschemas/README.md#delete) - Delete custom object schema
499+
500+
#### [crm.custom_objects](docs/sdks/customobjects/README.md)
501+
502+
* [list](docs/sdks/customobjects/README.md#list) - List custom objects
503+
* [create](docs/sdks/customobjects/README.md#create) - Create custom object
504+
* [get](docs/sdks/customobjects/README.md#get) - Get custom object
505+
* [update](docs/sdks/customobjects/README.md#update) - Update custom object
506+
* [delete](docs/sdks/customobjects/README.md#delete) - Delete custom object
507+
492508
#### [crm.leads](docs/sdks/leads/README.md)
493509

494510
* [list](docs/sdks/leads/README.md#list) - List leads

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [python v0.16.0] .
270270
### Releases
271-
- [PyPI v0.16.0] https://pypi.org/project/apideck-unify/0.16.0 - .
271+
- [PyPI v0.16.0] https://pypi.org/project/apideck-unify/0.16.0 - .
272+
273+
## 2025-05-30 00:19:04
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [python v0.17.0] .
280+
### Releases
281+
- [PyPI v0.17.0] https://pypi.org/project/apideck-unify/0.17.0 - .
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CreateCustomObjectResponse
2+
3+
Custom object created
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description | Example |
9+
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP Response Status Code | 200 |
11+
| `status` | *str* | :heavy_check_mark: | HTTP Response Status | OK |
12+
| `service` | *str* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
13+
| `resource` | *str* | :heavy_check_mark: | Unified API resource name | custom-objects |
14+
| `operation` | *str* | :heavy_check_mark: | Operation performed | add |
15+
| `data` | [models.UnifiedID](../models/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
16+
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CreateCustomObjectSchemaResponse
2+
3+
Custom object schema created
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description | Example |
9+
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP Response Status Code | 201 |
11+
| `status` | *str* | :heavy_check_mark: | HTTP Response Status | Created |
12+
| `service` | *str* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
13+
| `resource` | *str* | :heavy_check_mark: | Unified API resource name | custom-object-schemas |
14+
| `operation` | *str* | :heavy_check_mark: | Operation performed | add |
15+
| `data` | [models.CustomObjectSchema](../models/customobjectschema.md) | :heavy_check_mark: | N/A | |
16+
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CrmCustomObjectsAddGlobals
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8+
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
9+
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CrmCustomObjectsAddRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | |
9+
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
10+
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
11+
| `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce |
12+
| `object_id` | *str* | :heavy_check_mark: | The id of the custom object to query | |
13+
| `custom_object` | [models.CustomObjectInput](../models/customobjectinput.md) | :heavy_check_mark: | N/A | |

0 commit comments

Comments
 (0)