Skip to content

Commit 3d54b91

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.537.0
1 parent d959e1f commit 3d54b91

21 files changed

Lines changed: 233 additions & 38 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/temp/
12
.speakeasy/reports
23
# Ignore Gradle project-specific cache directory
34
.gradle

.speakeasy/gen.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
33
management:
4-
docChecksum: 5f9c8c78f4e97650b9622752c12efc49
5-
docVersion: 10.15.2
6-
speakeasyVersion: 1.531.3
7-
generationVersion: 2.570.3
8-
releaseVersion: 0.12.0
9-
configChecksum: b44abfd4737475b904c9c36e1fbf8097
4+
docChecksum: b5dc0244aa499b8adfc991da71055e1b
5+
docVersion: 10.16.2
6+
speakeasyVersion: 1.537.0
7+
generationVersion: 2.588.0
8+
releaseVersion: 0.13.0
9+
configChecksum: d48bf19fcfafaec3f9160689e1a3b705
1010
repoURL: https://github.com/apideck-libraries/sdk-java.git
1111
published: true
1212
features:
@@ -8174,7 +8174,7 @@ examples:
81748174
query:
81758175
raw: false
81768176
limit: 20
8177-
filter: {"company_id": "1234", "email": "elon@tesla.com", "first_name": "Elon", "title": "Manager", "last_name": "Musk", "manager_id": "1234", "employment_status": "active", "employee_number": "123456-AB", "department_id": "1234"}
8177+
filter: {"company_id": "1234", "email": "elon@tesla.com", "first_name": "Elon", "title": "Manager", "last_name": "Musk", "manager_id": "1234", "employment_status": "active", "employee_number": "123456-AB", "department_id": "1234", "city": "San Francisco", "country": "US"}
81788178
sort: {"by": "created_at", "direction": "desc"}
81798179
pass_through: {"search": "San Francisco"}
81808180
fields: "id,updated_at"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
java:
18-
version: 0.12.0
18+
version: 0.13.0
1919
additionalDependencies: []
2020
additionalPlugins: []
2121
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.531.3
1+
speakeasyVersion: 1.537.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:9a88ad9c69526bc503228c030d431471914fd0e4bd1098eac1a0d15038a20836
6-
sourceBlobDigest: sha256:f9c5f9f9bcd74daced54528fe07e4457ed5260d78d8dcd991035592dac57bb90
5+
sourceRevisionDigest: sha256:441e96cb7c893583bf576898c7e6362d69bb6696c90bca124195cc38b2eb83af
6+
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744101388
10-
- 10.15.2
9+
- speakeasy-sdk-regen-1744725234
10+
- 10.16.2
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:9a88ad9c69526bc503228c030d431471914fd0e4bd1098eac1a0d15038a20836
16-
sourceBlobDigest: sha256:f9c5f9f9bcd74daced54528fe07e4457ed5260d78d8dcd991035592dac57bb90
15+
sourceRevisionDigest: sha256:441e96cb7c893583bf576898c7e6362d69bb6696c90bca124195cc38b2eb83af
16+
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:308162c705baf8101d29fa23455bee51e8ab1fd35993683baadcfe98c1b8ce86
18+
codeSamplesRevisionDigest: sha256:0f3ed39c5fb5caef53b411a7d322012da8e6a3822d9c149fa3905eaecdd3d64a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 2 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.12.0'
50+
implementation 'com.apideck:unify:0.13.0'
5151
```
5252

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [java v0.12.0] .
250250
### Releases
251-
- [Maven Central v0.12.0] https://central.sonatype.com/artifact/com.apideck/unify/0.12.0 - .
251+
- [Maven Central v0.12.0] https://central.sonatype.com/artifact/com.apideck/unify/0.12.0 - .
252+
253+
## 2025-04-22 00:12:28
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.537.0 (2.588.0) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [java v0.13.0] .
260+
### Releases
261+
- [Maven Central v0.13.0] https://central.sonatype.com/artifact/com.apideck/unify/0.13.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.12.0"
106+
version = "0.13.0"
107107

108108
from components.java
109109

docs/models/components/AccountingDepartment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the department. | Sales |
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 | |
13+
| `code` | *Optional\<String>* | :heavy_minus_sign: | The code of the department. | 123 |
1314
| `customMappings` | [JsonNullable\<CustomMappings>](../../models/components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1415
| `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 |
1516
| `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 |

docs/models/components/AccountingDepartmentInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the department. | Sales |
1010
| `status` | [Optional\<DepartmentStatus>](../../models/components/DepartmentStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1111
| `subsidiaries` | List\<[SubsidiaryReferenceInput](../../models/components/SubsidiaryReferenceInput.md)> | :heavy_minus_sign: | N/A | |
12+
| `code` | *Optional\<String>* | :heavy_minus_sign: | The code of the department. | 123 |
1213
| `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 |
1314
| `passThrough` | List\<[PassThroughBody](../../models/components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |

docs/models/components/EmployeesFilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
| `employmentStatus` | [Optional\<EmployeesFilterEmploymentStatus>](../../models/components/EmployeesFilterEmploymentStatus.md) | :heavy_minus_sign: | Employment status to filter on | active |
1515
| `employeeNumber` | *Optional\<String>* | :heavy_minus_sign: | Employee number to filter on | 123456-AB |
1616
| `departmentId` | *Optional\<String>* | :heavy_minus_sign: | ID of the department to filter on | 1234 |
17-
| `city` | *Optional\<String>* | :heavy_minus_sign: | City to filter on | San Francisco |
17+
| `city` | *Optional\<String>* | :heavy_minus_sign: | City to filter on | San Francisco |
18+
| `country` | *Optional\<String>* | :heavy_minus_sign: | Country to filter on | US |

0 commit comments

Comments
 (0)