Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27,743 changes: 23,105 additions & 4,638 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ generation:
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.28.0
version: 0.29.0
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand All @@ -40,6 +42,7 @@ java:
enableSlf4jLogging: false
enableStreamingUploads: false
flattenGlobalSecurity: true
forwardCompatibleEnumsByDefault: false
generateOptionalUnionAccessors: false
generateSpringBootStarter: true
githubURL: github.com/apideck-libraries/sdk-java
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.665.0
speakeasyVersion: 1.690.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:93a7c9345489c63d383b12bdc575fed5425348ae728f7463a1842f7b0fea2c48
sourceBlobDigest: sha256:c23e7c16e40a73194b3022b382e3522e7ee2d4690a6d1a2c3be072661fbd1e30
tags:
- latest
- speakeasy-sdk-regen-1764264834
- 10.22.0
- speakeasy-sdk-regen-1767358874
- 10.23.10
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:93a7c9345489c63d383b12bdc575fed5425348ae728f7463a1842f7b0fea2c48
sourceBlobDigest: sha256:c23e7c16e40a73194b3022b382e3522e7ee2d4690a6d1a2c3be072661fbd1e30
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:88302e17c1c9a139fa3faeeefc614708dae9f728fb52e09e87e2d61495a51be1
codeSamplesRevisionDigest: sha256:8409facf16c6ee55592f4f2f63e3691c9e399ad591bd4ded2ae11ca12a808087
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
176 changes: 88 additions & 88 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,4 +668,14 @@ Based on:
### Generated
- [java v0.28.0] .
### Releases
- [Maven Central v0.28.0] https://central.sonatype.com/artifact/com.apideck/unify/0.28.0 - .
- [Maven Central v0.28.0] https://central.sonatype.com/artifact/com.apideck/unify/0.28.0 - .

## 2026-01-20 10:25:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.690.0 (2.797.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.29.0] .
### Releases
- [Maven Central v0.29.0] https://central.sonatype.com/artifact/com.apideck/unify/0.29.0 - .
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
api('org.openapitools:jackson-databind-nullable:0.2.6') {exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'}
implementation 'commons-io:commons-io:2.18.0'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
implementation 'com.jayway.jsonpath:json-path:2.9.0'
implementation 'com.jayway.jsonpath:json-path:2.10.0'
api 'org.reactivestreams:reactive-streams:1.0.4'
}

Expand Down
2 changes: 2 additions & 0 deletions docs/models/components/AccountingDepartment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id` | *Optional\<String>* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `parentId` | *JsonNullable\<String>* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `displayId` | *JsonNullable\<String>* | :heavy_minus_sign: | Id to be displayed. | 123456 |
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the department. | Sales |
| `status` | [Optional\<DepartmentStatus>](../../models/components/DepartmentStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
| `subsidiaries` | List\<[SubsidiaryReference](../../models/components/SubsidiaryReference.md)> | :heavy_minus_sign: | N/A | |
| `code` | *Optional\<String>* | :heavy_minus_sign: | The code of the department. | 123 |
| `downstreamId` | *JsonNullable\<String>* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
| `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 |
| `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/AccountingDepartmentInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `parentId` | *JsonNullable\<String>* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
| `displayId` | *JsonNullable\<String>* | :heavy_minus_sign: | Id to be displayed. | 123456 |
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the department. | Sales |
| `status` | [Optional\<DepartmentStatus>](../../models/components/DepartmentStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
| `subsidiaries` | List\<[SubsidiaryReferenceInput](../../models/components/SubsidiaryReferenceInput.md)> | :heavy_minus_sign: | N/A | |
Expand Down
Loading