Skip to content

Commit 1608491

Browse files
authored
Merge pull request #37 from apideck-libraries/speakeasy-sdk-regen-1748269648
chore: 🐝 Update SDK - Generate 0.11.0
2 parents 90026ed + 2b53e18 commit 1608491

File tree

185 files changed

+8133
-2858
lines changed

Some content is hidden

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

185 files changed

+8133
-2858
lines changed

.speakeasy/gen.lock

Lines changed: 346 additions & 11 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
@@ -4,6 +4,7 @@ generation:
44
maintainOpenAPIOrder: true
55
usageSnippets:
66
optionalPropertyRendering: withExample
7+
sdkInitStyle: constructor
78
useClassNamesForArrayFields: true
89
fixes:
910
nameResolutionDec2023: true
@@ -16,7 +17,7 @@ generation:
1617
oAuth2ClientCredentialsEnabled: true
1718
oAuth2PasswordEnabled: true
1819
csharp:
19-
version: 0.10.4
20+
version: 0.11.0
2021
additionalDependencies: []
2122
author: Speakeasy
2223
clientServerStatusCodesAsErrors: true

.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:25e0ef2743275a5487de319f08402d9cb8c90e82a1f9b7487203aa03df38ecff
6-
sourceBlobDigest: sha256:3cbbb31a42959d93e751e0fc92f3eb94d13ce4ec7159483a6d9aafea210079ed
5+
sourceRevisionDigest: sha256:271317d4e2c72def5ea337af2e5aaf7beda16574e8bfbb22a2906c61d303786b
6+
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748001147
10-
- 10.16.8
9+
- speakeasy-sdk-regen-1748269648
10+
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:25e0ef2743275a5487de319f08402d9cb8c90e82a1f9b7487203aa03df38ecff
16-
sourceBlobDigest: sha256:3cbbb31a42959d93e751e0fc92f3eb94d13ce4ec7159483a6d9aafea210079ed
15+
sourceRevisionDigest: sha256:271317d4e2c72def5ea337af2e5aaf7beda16574e8bfbb22a2906c61d303786b
16+
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:6521cabe3d6023e7f28077b49811ec2d0f6868823aa2bf14b12894b0caa5c86e
18+
codeSamplesRevisionDigest: sha256:0a98da334e3f9581ff20e18f9eb53a1c9e846ada1f4a733c2ce0ad2e3ed5b4a1
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
@@ -417,6 +417,22 @@ while(res != null)
417417
* [Update](docs/sdks/contacts/README.md#update) - Update contact
418418
* [Delete](docs/sdks/contacts/README.md#delete) - Delete contact
419419

420+
#### [Crm.CustomObjects](docs/sdks/customobjects/README.md)
421+
422+
* [List](docs/sdks/customobjects/README.md#list) - List custom objects
423+
* [Create](docs/sdks/customobjects/README.md#create) - Create custom object
424+
* [Get](docs/sdks/customobjects/README.md#get) - Get custom object
425+
* [Update](docs/sdks/customobjects/README.md#update) - Update custom object
426+
* [Delete](docs/sdks/customobjects/README.md#delete) - Delete custom object
427+
428+
#### [Crm.CustomObjectSchemas](docs/sdks/customobjectschemas/README.md)
429+
430+
* [List](docs/sdks/customobjectschemas/README.md#list) - List custom object schemas
431+
* [Create](docs/sdks/customobjectschemas/README.md#create) - Create custom object schema
432+
* [Get](docs/sdks/customobjectschemas/README.md#get) - Get custom object schema
433+
* [Update](docs/sdks/customobjectschemas/README.md#update) - Update custom object schema
434+
* [Delete](docs/sdks/customobjectschemas/README.md#delete) - Delete custom object schema
435+
420436
#### [Crm.Leads](docs/sdks/leads/README.md)
421437

422438
* [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
@@ -258,4 +258,14 @@ Based on:
258258
### Generated
259259
- [csharp v0.10.4] .
260260
### Releases
261-
- [NuGet v0.10.4] https://www.nuget.org/packages/ApideckUnifySdk/0.10.4 - .
261+
- [NuGet v0.10.4] https://www.nuget.org/packages/ApideckUnifySdk/0.10.4 - .
262+
263+
## 2025-05-30 06:48:33
264+
### Changes
265+
Based on:
266+
- OpenAPI Doc
267+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
268+
### Generated
269+
- [csharp v0.11.0] .
270+
### Releases
271+
- [NuGet v0.11.0] https://www.nuget.org/packages/ApideckUnifySdk/0.11.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+
| `StatusCode` | *long* | :heavy_check_mark: | HTTP Response Status Code | 200 |
11+
| `Status` | *string* | :heavy_check_mark: | HTTP Response Status | OK |
12+
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
13+
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | custom-objects |
14+
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
15+
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
16+
| `Raw` | Dictionary<String, *object*> | :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+
| `StatusCode` | *long* | :heavy_check_mark: | HTTP Response Status Code | 201 |
11+
| `Status` | *string* | :heavy_check_mark: | HTTP Response Status | Created |
12+
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
13+
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | custom-object-schemas |
14+
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
15+
| `Data` | [CustomObjectSchema](../../Models/Components/CustomObjectSchema.md) | :heavy_check_mark: | N/A | |
16+
| `Raw` | Dictionary<String, *object*> | :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+
# CustomObject
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `Id` | *string* | :heavy_minus_sign: | The unique identifier of the custom object | co_12345 |
9+
| `OwnerId` | *string* | :heavy_minus_sign: | The unique identifier of the owner of the custom object | user_12345 |
10+
| `Name` | *string* | :heavy_minus_sign: | The name of the custom object | project |
11+
| `Fields` | List<[CustomObjectFields](../../Models/Components/CustomObjectFields.md)> | :heavy_minus_sign: | N/A | |
12+
| `UpdatedBy` | *string* | :heavy_minus_sign: | The unique identifier of the user who last updated the custom object | user_12345 |
13+
| `CreatedBy` | *string* | :heavy_minus_sign: | The unique identifier of the user who created the custom object | user_12345 |
14+
| `UpdatedAt` | *string* | :heavy_minus_sign: | The timestamp when the custom object was last updated | 2020-09-30T07:43:32.000Z |
15+
| `CreatedAt` | *string* | :heavy_minus_sign: | The timestamp when the custom object was created | 2020-09-30T07:43:32.000Z |
16+
| `PassThrough` | List<[PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |

0 commit comments

Comments
 (0)