Skip to content

Commit 95d8826

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.31.11 (#115)
* ## Java SDK Changes: * `apideck.accounting.creditNotes.list()`: * `request.filter` **Changed** * `apideck.accounting.companyInfo.get()`: `response.data.accountingMethod` **Added** * `apideck.vault.consumers.create()`: `response.data.connections[].health.enum(pendingConfirmation)` **Added** * `apideck.vault.consumers.get()`: `response.data.connections[].health.enum(pendingConfirmation)` **Added** * `apideck.vault.consumers.update()`: `response.data.connections[].health.enum(pendingConfirmation)` **Added** * `apideck.vault.connections.list()`: `response.data[].health.enum(pendingConfirmation)` **Added** * `apideck.vault.connections.get()`: `response.data.health.enum(pendingConfirmation)` **Added** * `apideck.vault.connections.update()`: `response.data.health.enum(pendingConfirmation)` **Added** * `apideck.vault.connections.imports()`: `response.data.health.enum(pendingConfirmation)` **Added** * `apideck.vault.connections.token()`: `response.data.health.enum(pendingConfirmation)` **Added** * `apideck.vault.connectionSettings.list()`: `response.data.health.enum(pendingConfirmation)` **Added** * `apideck.vault.connectionSettings.update()`: `response.data.health.enum(pendingConfirmation)` **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 83c3bce commit 95d8826

22 files changed

Lines changed: 453 additions & 105 deletions

.speakeasy/gen.lock

Lines changed: 53 additions & 49 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.10
32+
version: 0.31.11
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.761.9
1+
speakeasyVersion: 1.763.1
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:0a13bfd8dd214be2a1eb900f58d2137662875fc57ff002924d18083703687349
6-
sourceBlobDigest: sha256:57267224b35a3b4d15da03db3a65b4c2535a827573b9c23e650ce6d1c35ea7b5
5+
sourceRevisionDigest: sha256:610834c412f375c81c94a9919c126e5526c5a6dc8ac3ca7cf34da9714bc91cee
6+
sourceBlobDigest: sha256:5a2f2e258f90569f9c50dca7a591a1837121dfbe1cc2bdbb1872b34864e83bf6
77
tags:
88
- latest
9-
- 10.24.29
9+
- 10.24.33
1010
targets:
1111
apideck:
1212
source: Apideck-OAS
1313
sourceNamespace: apideck-oas
14-
sourceRevisionDigest: sha256:0a13bfd8dd214be2a1eb900f58d2137662875fc57ff002924d18083703687349
15-
sourceBlobDigest: sha256:57267224b35a3b4d15da03db3a65b4c2535a827573b9c23e650ce6d1c35ea7b5
14+
sourceRevisionDigest: sha256:610834c412f375c81c94a9919c126e5526c5a6dc8ac3ca7cf34da9714bc91cee
15+
sourceBlobDigest: sha256:5a2f2e258f90569f9c50dca7a591a1837121dfbe1cc2bdbb1872b34864e83bf6
1616
codeSamplesNamespace: apideck-oas-java-code-samples
17-
codeSamplesRevisionDigest: sha256:a9f863479976146b5942dffeab0d695596909e85df008fe4826fd5b44adc8633
17+
codeSamplesRevisionDigest: sha256:a08b969257a7806e8a1bb76b1882c9f517189ea74a40f52c712d5ed5da456110
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.10'
54+
implementation 'com.apideck:unify:0.31.11'
5555
```
5656

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,4 +838,14 @@ Based on:
838838
### Generated
839839
- [java v0.31.10] .
840840
### Releases
841-
- [Maven Central v0.31.10] https://central.sonatype.com/artifact/com.apideck/unify/0.31.10 - .
841+
- [Maven Central v0.31.10] https://central.sonatype.com/artifact/com.apideck/unify/0.31.10 - .
842+
843+
## 2026-05-16 00:32:41
844+
### Changes
845+
Based on:
846+
- OpenAPI Doc
847+
- Speakeasy CLI 1.763.1 (2.884.4) https://github.com/speakeasy-api/speakeasy
848+
### Generated
849+
- [java v0.31.11] .
850+
### Releases
851+
- [Maven Central v0.31.11] https://central.sonatype.com/artifact/com.apideck/unify/0.31.11 - .

docs/models/components/AccountingMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AccountingMethod
22

3-
The accounting method used for the report: cash or accrual.
3+
The accounting basis used by the company for financial reports.
44

55
## Example Usage
66

docs/models/components/BalanceSheetFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
| `periodCount` | *Optional\<Long>* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 |
1111
| `periodType` | [Optional\<PeriodType>](../../models/components/PeriodType.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month |
1212
| `locationId` | *Optional\<String>* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 |
13-
| `accountingMethod` | [Optional\<AccountingMethod>](../../models/components/AccountingMethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual |
13+
| `accountingMethod` | [Optional\<BalanceSheetFilterAccountingMethod>](../../models/components/BalanceSheetFilterAccountingMethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual |
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BalanceSheetFilterAccountingMethod
2+
3+
The accounting method used for the report: cash or accrual.
4+
5+
## Example Usage
6+
7+
```java
8+
import com.apideck.unify.models.components.BalanceSheetFilterAccountingMethod;
9+
10+
BalanceSheetFilterAccountingMethod value = BalanceSheetFilterAccountingMethod.CASH;
11+
12+
// Open enum: use .of() to create instances from custom string values
13+
BalanceSheetFilterAccountingMethod custom = BalanceSheetFilterAccountingMethod.of("custom_value");
14+
```
15+
16+
17+
## Values
18+
19+
| Name | Value |
20+
| --------- | --------- |
21+
| `CASH` | cash |
22+
| `ACCRUAL` | accrual |

docs/models/components/CompanyInfo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
2525
| `trackingCategoriesEnabled` | *Optional\<Boolean>* | :heavy_minus_sign: | Whether tracking categories are enabled for the company on transactions | |
2626
| `trackingCategoriesMode` | [Optional\<TrackingCategoriesMode>](../../models/components/TrackingCategoriesMode.md) | :heavy_minus_sign: | The mode of tracking categories for the company on transactions | disabled |
27+
| `accountingMethod` | [JsonNullable\<AccountingMethod>](../../models/components/AccountingMethod.md) | :heavy_minus_sign: | The accounting basis used by the company for financial reports. | accrual |
2728
| `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 |
2829
| `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
2930
| `createdBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who created the object. | 12345 |

docs/models/components/ConnectionHealth.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ ConnectionHealth custom = ConnectionHealth.of("custom_value");
1616

1717
## Values
1818

19-
| Name | Value |
20-
| ------------------ | ------------------ |
21-
| `OK` | ok |
22-
| `PENDING_REFRESH` | pending_refresh |
23-
| `NEEDS_AUTH` | needs_auth |
24-
| `NEEDS_CONSENT` | needs_consent |
25-
| `REVOKED` | revoked |
26-
| `MISSING_SETTINGS` | missing_settings |
19+
| Name | Value |
20+
| ---------------------- | ---------------------- |
21+
| `OK` | ok |
22+
| `PENDING_REFRESH` | pending_refresh |
23+
| `NEEDS_AUTH` | needs_auth |
24+
| `PENDING_CONFIRMATION` | pending_confirmation |
25+
| `NEEDS_CONSENT` | needs_consent |
26+
| `REVOKED` | revoked |
27+
| `MISSING_SETTINGS` | missing_settings |

0 commit comments

Comments
 (0)