Skip to content

Commit 3b1b79e

Browse files
authored
Merge pull request #43 from apideck-libraries/speakeasy-sdk-regen-1747324051
chore: 🐝 Update SDK - Generate 0.13.3
2 parents 5cde95a + 26d5433 commit 3b1b79e

174 files changed

Lines changed: 3998 additions & 5679 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: 1507 additions & 2079 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
java:
19-
version: 0.13.2
19+
version: 0.13.3
2020
additionalDependencies: []
2121
additionalPlugins: []
2222
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.545.0
1+
speakeasyVersion: 1.548.4
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:398f651916296550429915b6c7720d1b82f7d4abc02f1da6743f1025eec7ce58
6-
sourceBlobDigest: sha256:2bd53eae6304d45526de5697c98c13b5ea7a2414dfd8d31ca48caf6ac0ea040d
5+
sourceRevisionDigest: sha256:738de1660246b73e79e6b8d1480ae8c72277eb466b88abb29da06dd6b8c73437
6+
sourceBlobDigest: sha256:99438fd8db4f61ee04ce7a3fad4d41ca1a661ef889efd39354a3f69845dd7b18
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746174536
10-
- 10.16.5
9+
- speakeasy-sdk-regen-1747324051
10+
- 10.16.7
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:398f651916296550429915b6c7720d1b82f7d4abc02f1da6743f1025eec7ce58
16-
sourceBlobDigest: sha256:2bd53eae6304d45526de5697c98c13b5ea7a2414dfd8d31ca48caf6ac0ea040d
15+
sourceRevisionDigest: sha256:738de1660246b73e79e6b8d1480ae8c72277eb466b88abb29da06dd6b8c73437
16+
sourceBlobDigest: sha256:99438fd8db4f61ee04ce7a3fad4d41ca1a661ef889efd39354a3f69845dd7b18
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:c3e250898360cd813beb3d968cd0b5240e426f6c34a1c5656db31327ae1c3e58
18+
codeSamplesRevisionDigest: sha256:ac85534e0824cd57e0d59a490dfe58ad98120b4514adfbe0790ae7c3e8c81769
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 3 additions & 3 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.2'
50+
implementation 'com.apideck:unify:0.13.3'
5151
```
5252

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

@@ -1018,7 +1018,7 @@ public class Application {
10181018
AccountingAttachmentsUploadRequest req = AccountingAttachmentsUploadRequest.builder()
10191019
.referenceType(AttachmentReferenceType.INVOICE)
10201020
.referenceId("123456")
1021-
.requestBody("0x8cc9e675ad".getBytes(StandardCharsets.UTF_8))
1021+
.requestBody("0x506D4BD16D".getBytes(StandardCharsets.UTF_8))
10221022
.xApideckMetadata("{\"name\":\"document.pdf\",\"description\":\"Invoice attachment\"}")
10231023
.serviceId("salesforce")
10241024
.build();

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,14 @@ Based on:
278278
### Generated
279279
- [java v0.13.2] .
280280
### Releases
281-
- [Maven Central v0.13.2] https://central.sonatype.com/artifact/com.apideck/unify/0.13.2 - .
281+
- [Maven Central v0.13.2] https://central.sonatype.com/artifact/com.apideck/unify/0.13.2 - .
282+
283+
## 2025-05-22 00:12:59
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc
287+
- Speakeasy CLI 1.548.4 (2.605.6) https://github.com/speakeasy-api/speakeasy
288+
### Generated
289+
- [java v0.13.3] .
290+
### Releases
291+
- [Maven Central v0.13.3] https://central.sonatype.com/artifact/com.apideck/unify/0.13.3 - .

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.2"
106+
version = "0.13.3"
107107

108108
from components.java
109109

docs/models/components/AccountingDepartment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| `status` | [Optional\<DepartmentStatus>](../../models/components/DepartmentStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1212
| `subsidiaries` | List\<[SubsidiaryReference](../../models/components/SubsidiaryReference.md)> | :heavy_minus_sign: | N/A | |
1313
| `code` | *Optional\<String>* | :heavy_minus_sign: | The code of the department. | 123 |
14-
| `customMappings` | [JsonNullable\<CustomMappings>](../../models/components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
14+
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1515
| `rowVersion` | *JsonNullable\<String>* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1616
| `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
1717
| `createdBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who created the object. | 12345 |

docs/models/components/AccountingLocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| `status` | [Optional\<LocationStatus>](../../models/components/LocationStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1313
| `addresses` | List\<[Address](../../models/components/Address.md)> | :heavy_minus_sign: | N/A | |
1414
| `subsidiaries` | List\<[SubsidiaryReference](../../models/components/SubsidiaryReference.md)> | :heavy_minus_sign: | N/A | |
15-
| `customMappings` | [JsonNullable\<CustomMappings>](../../models/components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
15+
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1616
| `rowVersion` | *JsonNullable\<String>* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1717
| `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
1818
| `createdBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who created the object. | 12345 |

0 commit comments

Comments
 (0)