Skip to content

Commit 39f8236

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.1 (#105)
* ## Java SDK Changes: * `apideck.accounting.journalEntries.list()`: `response.data[].lineItems[]` **Changed** (Breaking ⚠️) * `apideck.accounting.journalEntries.get()`: `response.data.lineItems[]` **Changed** (Breaking ⚠️) * `apideck.accounting.journalEntries.create()`: * `request.journalEntry.lineItems[]` **Changed** * `apideck.accounting.journalEntries.update()`: * `request.journalEntry.lineItems[]` **Changed** * `apideck.accounting.expenses.list()`: `response.data[].account.type.enum(employee)` **Added** * `apideck.accounting.expenses.create()`: * `request.expense.account.type.enum(employee)` **Added** * `apideck.accounting.expenses.get()`: `response.data.account.type.enum(employee)` **Added** * `apideck.accounting.expenses.update()`: * `request.expense.account.type.enum(employee)` **Added** * `apideck.accounting.employees.list()`: `response.data[].bankAccount` **Added** * `apideck.accounting.employees.create()`: * `request.accountingEmployee.bankAccount` **Added** * `apideck.accounting.employees.get()`: `response.data.bankAccount` **Added** * `apideck.accounting.employees.update()`: * `request.accountingEmployee.bankAccount` **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 252869f commit 39f8236

36 files changed

Lines changed: 1198 additions & 255 deletions

.speakeasy/gen.lock

Lines changed: 86 additions & 70 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
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
java:
32-
version: 0.31.0
32+
version: 0.31.1
3333
additionalDependencies: []
3434
additionalPlugins: []
3535
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.751.0
1+
speakeasyVersion: 1.759.1
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:f3977c0fd3fdfd72b6788a92a1717fcec2f8beb64fed663a25c73cc2fcb8a446
6-
sourceBlobDigest: sha256:157db80dcaf1719aadf19d94acd406d7684585fcf23568f18911a0955aeab002
5+
sourceRevisionDigest: sha256:abca14f925e08b54bc3619edba379865d07e541af86117609ea35ceef478de58
6+
sourceBlobDigest: sha256:d1b1813921cc391de1f68ebefb1e85c7589e59fa2b2191d258683e10a051d796
77
tags:
88
- latest
9-
- 10.24.3
9+
- 10.24.7
1010
targets:
1111
apideck:
1212
source: Apideck-OAS
1313
sourceNamespace: apideck-oas
14-
sourceRevisionDigest: sha256:f3977c0fd3fdfd72b6788a92a1717fcec2f8beb64fed663a25c73cc2fcb8a446
15-
sourceBlobDigest: sha256:157db80dcaf1719aadf19d94acd406d7684585fcf23568f18911a0955aeab002
14+
sourceRevisionDigest: sha256:abca14f925e08b54bc3619edba379865d07e541af86117609ea35ceef478de58
15+
sourceBlobDigest: sha256:d1b1813921cc391de1f68ebefb1e85c7589e59fa2b2191d258683e10a051d796
1616
codeSamplesNamespace: apideck-oas-java-code-samples
17-
codeSamplesRevisionDigest: sha256:e7e0726610ce32d62fc7087f3103574377a53c6d64a1b48a2cbff8b37c9f3f79
17+
codeSamplesRevisionDigest: sha256:9012bf4bd92aa3077d57485eefd0790a30d5c8ff113f6829f8e6634252903098
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ The samples below show how a published SDK artifact is used:
5151

5252
Gradle:
5353
```groovy
54-
implementation 'com.apideck:unify:0.31.0'
54+
implementation 'com.apideck:unify:0.31.1'
5555
```
5656

5757
Maven:
5858
```xml
5959
<dependency>
6060
<groupId>com.apideck</groupId>
6161
<artifactId>unify</artifactId>
62-
<version>0.31.0</version>
62+
<version>0.31.1</version>
6363
</dependency>
6464
```
6565

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,4 +738,14 @@ Based on:
738738
### Generated
739739
- [java v0.31.0] .
740740
### Releases
741-
- [Maven Central v0.31.0] https://central.sonatype.com/artifact/com.apideck/unify/0.31.0 - .
741+
- [Maven Central v0.31.0] https://central.sonatype.com/artifact/com.apideck/unify/0.31.0 - .
742+
743+
## 2026-03-23 07:48:38
744+
### Changes
745+
Based on:
746+
- OpenAPI Doc
747+
- Speakeasy CLI 1.759.1 (2.869.10) https://github.com/speakeasy-api/speakeasy
748+
### Generated
749+
- [java v0.31.1] .
750+
### Releases
751+
- [Maven Central v0.31.1] https://central.sonatype.com/artifact/com.apideck/unify/0.31.1 - .

docs/models/components/AccountingEmployee.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
| `notes` | *JsonNullable\<String>* | :heavy_minus_sign: | Notes about the employee. | Some notes about this employee |
3030
| `addresses` | List\<[Address](../../models/components/Address.md)> | :heavy_minus_sign: | Addresses of the employee. | |
3131
| `phoneNumbers` | List\<[PhoneNumber](../../models/components/PhoneNumber.md)> | :heavy_minus_sign: | Phone numbers of the employee. | |
32+
| `bankAccount` | [Optional\<BankAccount>](../../models/components/BankAccount.md) | :heavy_minus_sign: | N/A | |
3233
| `customFields` | List\<[CustomField](../../models/components/CustomField.md)> | :heavy_minus_sign: | N/A | |
3334
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
3435
| `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 |

docs/models/components/AccountingEmployeeInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
| `notes` | *JsonNullable\<String>* | :heavy_minus_sign: | Notes about the employee. | Some notes about this employee |
2828
| `addresses` | List\<[Address](../../models/components/Address.md)> | :heavy_minus_sign: | Addresses of the employee. | |
2929
| `phoneNumbers` | List\<[PhoneNumber](../../models/components/PhoneNumber.md)> | :heavy_minus_sign: | Phone numbers of the employee. | |
30+
| `bankAccount` | [Optional\<BankAccount>](../../models/components/BankAccount.md) | :heavy_minus_sign: | N/A | |
3031
| `customFields` | List\<[CustomField](../../models/components/CustomField.md)> | :heavy_minus_sign: | N/A | |
3132
| `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 |
3233
| `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. | |

0 commit comments

Comments
 (0)