Skip to content

Commit 36f36fa

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.554.1
1 parent c5dd564 commit 36f36fa

186 files changed

Lines changed: 22472 additions & 1998 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 354 additions & 10 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
java:
19-
version: 0.13.4
20+
version: 0.14.0
2021
additionalDependencies: []
2122
additionalPlugins: []
2223
artifactID: unify

.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-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:9e1493de59d432dee5f56308069d0af9905d81720d3fe31276781ff73b662723
6-
sourceBlobDigest: sha256:3cbbb31a42959d93e751e0fc92f3eb94d13ce4ec7159483a6d9aafea210079ed
5+
sourceRevisionDigest: sha256:d1a0fb9e552b3c34b5ef61bbf958aaa537f3c2737606f0ba58f0e1ef1ab09299
6+
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748001151
10-
- 10.16.8
9+
- speakeasy-sdk-regen-1748269656
10+
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:9e1493de59d432dee5f56308069d0af9905d81720d3fe31276781ff73b662723
16-
sourceBlobDigest: sha256:3cbbb31a42959d93e751e0fc92f3eb94d13ce4ec7159483a6d9aafea210079ed
15+
sourceRevisionDigest: sha256:d1a0fb9e552b3c34b5ef61bbf958aaa537f3c2737606f0ba58f0e1ef1ab09299
16+
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:5323021ed7f6bda538f3e589066f97140791a48012aa9ea155c7c4642ace06a8
18+
codeSamplesRevisionDigest: sha256:507a2a0ed96298bf4b6f2be02a574710fc4004dec436daeea3db74ce3f609bf7
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:
4747

4848
Gradle:
4949
```groovy
50-
implementation 'com.apideck:unify:0.13.4'
50+
implementation 'com.apideck:unify:0.14.0'
5151
```
5252

5353
Maven:
5454
```xml
5555
<dependency>
5656
<groupId>com.apideck</groupId>
5757
<artifactId>unify</artifactId>
58-
<version>0.13.4</version>
58+
<version>0.14.0</version>
5959
</dependency>
6060
```
6161

@@ -418,6 +418,22 @@ public class Application {
418418
* [update](docs/sdks/contacts/README.md#update) - Update contact
419419
* [delete](docs/sdks/contacts/README.md#delete) - Delete contact
420420

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

423439
* [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
@@ -298,4 +298,14 @@ Based on:
298298
### Generated
299299
- [java v0.13.4] .
300300
### Releases
301-
- [Maven Central v0.13.4] https://central.sonatype.com/artifact/com.apideck/unify/0.13.4 - .
301+
- [Maven Central v0.13.4] https://central.sonatype.com/artifact/com.apideck/unify/0.13.4 - .
302+
303+
## 2025-05-30 06:48:32
304+
### Changes
305+
Based on:
306+
- OpenAPI Doc
307+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
308+
### Generated
309+
- [java v0.14.0] .
310+
### Releases
311+
- [Maven Central v0.14.0] https://central.sonatype.com/artifact/com.apideck/unify/0.14.0 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "com.apideck"
105105
artifactId = "unify"
106-
version = "0.13.4"
106+
version = "0.14.0"
107107

108108
from components.java
109109

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` | Map\<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` | Map\<String, *Object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

0 commit comments

Comments
 (0)