Skip to content
Open
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,723 changes: 23,099 additions & 4,624 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ generation:
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 +41,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.680.5
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:181525935f6264ae12484ecbdf07ea16942a6b00d216888d68538839c31f7e7d
sourceBlobDigest: sha256:b2a6b4c3bc35751a3803f7445f4a4679d00d593236b3c8ba4eb6da8d0deede34
tags:
- latest
- speakeasy-sdk-regen-1764264834
- 10.22.0
- speakeasy-sdk-regen-1764663872
- 10.23.3
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:181525935f6264ae12484ecbdf07ea16942a6b00d216888d68538839c31f7e7d
sourceBlobDigest: sha256:b2a6b4c3bc35751a3803f7445f4a4679d00d593236b3c8ba4eb6da8d0deede34
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:88302e17c1c9a139fa3faeeefc614708dae9f728fb52e09e87e2d61495a51be1
codeSamplesRevisionDigest: sha256:1682abdd03fd55ede4240db8ede480d4137ee317e2dd20a27bbd70f281d2e76d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
174 changes: 87 additions & 87 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 - .

## 2025-12-28 00:16:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.680.5 (2.788.7) 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