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
215 changes: 112 additions & 103 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.31.13
version: 0.31.14
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.764.1
speakeasyVersion: 1.770.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:b81e0386512a8d038e9991c10330e5e8442f85793238036834bf0ffe02094425
sourceBlobDigest: sha256:3248f16ef5a9831cf0bd405946124fd9934db2298976755b312f97c7a098106f
sourceRevisionDigest: sha256:14dadade418601422febf798ee42b89b8fed3515d5a57241994135b963a0a05e
sourceBlobDigest: sha256:536344aa6ed99304bdeed6f3f42b2bc4c6feb58d6c5f5327260ee6c656cbbbc2
tags:
- latest
- 10.24.34
- 10.24.39
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:b81e0386512a8d038e9991c10330e5e8442f85793238036834bf0ffe02094425
sourceBlobDigest: sha256:3248f16ef5a9831cf0bd405946124fd9934db2298976755b312f97c7a098106f
sourceRevisionDigest: sha256:14dadade418601422febf798ee42b89b8fed3515d5a57241994135b963a0a05e
sourceBlobDigest: sha256:536344aa6ed99304bdeed6f3f42b2bc4c6feb58d6c5f5327260ee6c656cbbbc2
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:3eb096c117ca290db95b5ef48b2c711fc597cc7d640cfa4af1c6cf92a90a707a
codeSamplesRevisionDigest: sha256:37b4730ac169905fdfef0789b32b9c37c87dc96eb82fe68b18e91668c21af50d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.31.13'
implementation 'com.apideck:unify:0.31.14'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.31.13</version>
<version>0.31.14</version>
</dependency>
```

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

## 2026-06-04 05:28:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.770.0 (2.893.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.31.14] .
### Releases
- [Maven Central v0.31.14] https://central.sonatype.com/artifact/com.apideck/unify/0.31.14 - .
1 change: 1 addition & 0 deletions docs/models/components/Bill.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
| `billNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | Reference to supplier bill number | 10001 |
| `supplier` | [JsonNullable\<LinkedSupplier>](../../models/components/LinkedSupplier.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
| `companyId` | *JsonNullable\<String>* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |
| `subsidiary` | [JsonNullable\<LinkedSubsidiary>](../../models/components/LinkedSubsidiary.md) | :heavy_minus_sign: | N/A | |
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |
| `currency` | [JsonNullable\<Currency>](../../models/components/Currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/BillInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| `billNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | Reference to supplier bill number | 10001 |
| `supplier` | [JsonNullable\<LinkedSupplierInput>](../../models/components/LinkedSupplierInput.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
| `companyId` | *JsonNullable\<String>* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |
| `subsidiary` | [JsonNullable\<LinkedSubsidiaryInput>](../../models/components/LinkedSubsidiaryInput.md) | :heavy_minus_sign: | N/A | |
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |
| `currency` | [JsonNullable\<Currency>](../../models/components/Currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
Expand Down
1 change: 1 addition & 0 deletions docs/models/components/BillPayment.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| `transactionDate` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | 2021-05-01T12:00:00.000Z |
| `supplier` | [JsonNullable\<LinkedSupplier>](../../models/components/LinkedSupplier.md) | :heavy_minus_sign: | The supplier this entity is linked to. | |
| `companyId` | *JsonNullable\<String>* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 |
| `subsidiary` | [JsonNullable\<LinkedSubsidiary>](../../models/components/LinkedSubsidiary.md) | :heavy_minus_sign: | N/A | |
| `reconciled` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | Indicates if the transaction has been reconciled. | true |
| `status` | [Optional\<PaymentStatus>](../../models/components/PaymentStatus.md) | :heavy_minus_sign: | Status of payment | authorised |
| `type` | [Optional\<BillPaymentType>](../../models/components/BillPaymentType.md) | :heavy_minus_sign: | Type of payment | accounts_payable |
Expand Down
Loading