Skip to content

Commit 9582638

Browse files
authored
Merge pull request #23 from apideck-libraries/speakeasy-sdk-regen-1737468483
chore: 🐝 Update SDK - Generate 0.6.1
2 parents e39e410 + a3e3f44 commit 9582638

File tree

233 files changed

+2298
-939
lines changed

Some content is hidden

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

233 files changed

+2298
-939
lines changed

.speakeasy/gen.lock

+28-28
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: true
1515
java:
16-
version: 0.6.0
16+
version: 0.6.1
1717
additionalDependencies: []
1818
additionalPlugins: []
1919
artifactID: unify

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.469.11
1+
speakeasyVersion: 1.469.12
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:d027299cfc1de21be829c6acbdcd864302008f57b544e30be1aa02a4ce6a5275
6-
sourceBlobDigest: sha256:ebfccb50c6a46288e3e9f63e7b625c7159d42bf841eb324d785c7fdfbb82ba04
5+
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
6+
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737099256
9+
- speakeasy-sdk-regen-1737468483
1010
- 10.10.0
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:d027299cfc1de21be829c6acbdcd864302008f57b544e30be1aa02a4ce6a5275
16-
sourceBlobDigest: sha256:ebfccb50c6a46288e3e9f63e7b625c7159d42bf841eb324d785c7fdfbb82ba04
15+
sourceRevisionDigest: sha256:f8daa3485e10824e49e9b1f25bd09c7bd90ac6dd180ac0257a641512bc20e04f
16+
sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:9d667e13537a708cf9dc4df2b750803fdca2c107bd2569f2a1dea43f0f1330b1
18+
codeSamplesRevisionDigest: sha256:9cece4180217cc16bc69b18b24d12dcd44f5c5542ec1dad1538cc57b4fc9cf71
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+2-2
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.6.0'
50+
implementation 'com.apideck:unify:0.6.1'
5151
```
5252

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

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,14 @@ Based on:
118118
### Generated
119119
- [java v0.6.0] .
120120
### Releases
121-
- [Maven Central v0.6.0] https://central.sonatype.com/artifact/com.apideck/unify/0.6.0 - .
121+
- [Maven Central v0.6.0] https://central.sonatype.com/artifact/com.apideck/unify/0.6.0 - .
122+
123+
## 2025-01-21 14:07:46
124+
### Changes
125+
Based on:
126+
- OpenAPI Doc
127+
- Speakeasy CLI 1.469.12 (2.493.34) https://github.com/speakeasy-api/speakeasy
128+
### Generated
129+
- [java v0.6.1] .
130+
### Releases
131+
- [Maven Central v0.6.1] https://central.sonatype.com/artifact/com.apideck/unify/0.6.1 - .

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "com.apideck"
66-
version = "0.6.0"
66+
version = "0.6.1"
6767

6868
sourcesJar {
6969
archiveBaseName = "unify"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'com.apideck'
103103
artifactId = 'unify'
104-
version = '0.6.0'
104+
version = '0.6.1'
105105

106106
from components.java
107107

docs/models/components/CreateAccountingDepartmentResponse.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Department
55

66
## Fields
77

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 | quickbooks |
13-
| `resource` | *String* | :heavy_check_mark: | Unified API resource name | departments |
14-
| `operation` | *String* | :heavy_check_mark: | Operation performed | add |
15-
| `data` | [UnifiedId](../../models/components/UnifiedId.md) | :heavy_check_mark: | N/A | |
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 | quickbooks |
13+
| `resource` | *String* | :heavy_check_mark: | Unified API resource name | departments |
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. | |

docs/models/components/CreateAccountingLocationResponse.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Location
55

66
## Fields
77

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 | quickbooks |
13-
| `resource` | *String* | :heavy_check_mark: | Unified API resource name | locations |
14-
| `operation` | *String* | :heavy_check_mark: | Operation performed | add |
15-
| `data` | [UnifiedId](../../models/components/UnifiedId.md) | :heavy_check_mark: | N/A | |
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 | quickbooks |
13+
| `resource` | *String* | :heavy_check_mark: | Unified API resource name | locations |
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. | |

0 commit comments

Comments
 (0)