Skip to content

Commit 4ed4270

Browse files
authored
Merge pull request #61 from apideck-libraries/speakeasy-sdk-regen-1755773166
chore: 🐝 Update SDK - Generate 0.19.5
2 parents 10c00fd + 8dd45a1 commit 4ed4270

18 files changed

+1147
-58
lines changed

.speakeasy/gen.lock

Lines changed: 12 additions & 7 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
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
java:
24-
version: 0.19.4
24+
version: 0.19.5
2525
additionalDependencies: []
2626
additionalPlugins: []
2727
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.606.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:e5ea8fba027b99de9c624bb61f7c266a58508bdac626f8d1fc4fdeb4d8bc9b84
6-
sourceBlobDigest: sha256:efccea70bb1bc64ecd028b571a9be6c779c1035d26bb927ea98e1053faa39b3d
5+
sourceRevisionDigest: sha256:07681cc944d7e4ed8caf781eba5bd5d0eae8c2058ae7141f2b2bc744cf8c695d
6+
sourceBlobDigest: sha256:59550febc58556eef6a4a1f331887614e8f267d5f44114f2c3dfd5408e90a1bf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755697885
10-
- 10.20.9
9+
- speakeasy-sdk-regen-1755773166
10+
- 10.20.10
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:e5ea8fba027b99de9c624bb61f7c266a58508bdac626f8d1fc4fdeb4d8bc9b84
16-
sourceBlobDigest: sha256:efccea70bb1bc64ecd028b571a9be6c779c1035d26bb927ea98e1053faa39b3d
15+
sourceRevisionDigest: sha256:07681cc944d7e4ed8caf781eba5bd5d0eae8c2058ae7141f2b2bc744cf8c695d
16+
sourceBlobDigest: sha256:59550febc58556eef6a4a1f331887614e8f267d5f44114f2c3dfd5408e90a1bf
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:a58f811b679fd8e2116e6af183b0bddd68bd2f9abdf6f7c9e5649a5f210e5124
18+
codeSamplesRevisionDigest: sha256:1657ac02a964f1897daca78ca3b36ceff5eeccaa510ba5b3bddaa0d397d8459e
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
@@ -48,15 +48,15 @@ The samples below show how a published SDK artifact is used:
4848

4949
Gradle:
5050
```groovy
51-
implementation 'com.apideck:unify:0.19.4'
51+
implementation 'com.apideck:unify:0.19.5'
5252
```
5353

5454
Maven:
5555
```xml
5656
<dependency>
5757
<groupId>com.apideck</groupId>
5858
<artifactId>unify</artifactId>
59-
<version>0.19.4</version>
59+
<version>0.19.5</version>
6060
</dependency>
6161
```
6262

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,14 @@ Based on:
438438
### Generated
439439
- [java v0.19.4] .
440440
### Releases
441-
- [Maven Central v0.19.4] https://central.sonatype.com/artifact/com.apideck/unify/0.19.4 - .
441+
- [Maven Central v0.19.4] https://central.sonatype.com/artifact/com.apideck/unify/0.19.4 - .
442+
443+
## 2025-08-21 11:23:31
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc
447+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [java v0.19.5] .
450+
### Releases
451+
- [Maven Central v0.19.5] https://central.sonatype.com/artifact/com.apideck/unify/0.19.5 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ publishing {
105105
// https://github.com/gradle/gradle/issues/18619
106106
groupId = "com.apideck"
107107
artifactId = "unify"
108-
version = "0.19.4"
108+
version = "0.19.5"
109109

110110
from components.java
111111

docs/models/components/Blocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------- | ------------------- | ------------------- | ------------------- |
8-
| `title` | *Optional\<String>* | :heavy_minus_sign: | N/A |
9-
| `content` | *Optional\<String>* | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8+
| `title` | *Optional\<String>* | :heavy_minus_sign: | N/A |
9+
| `content` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LinkedTaxDetail
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
8+
| `type` | *Optional\<String>* | :heavy_minus_sign: | The type of tax. | GST on Purchases |
9+
| `number` | *JsonNullable\<String>* | :heavy_minus_sign: | The number of the tax. | 123456 |
10+
| `isTransactionTax` | *Optional\<Boolean>* | :heavy_minus_sign: | Whether the tax is a transaction tax. | true |
11+
| `isPrimaryTax` | *Optional\<Boolean>* | :heavy_minus_sign: | Whether the tax is a primary tax. | true |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LinkedTaxStatusDetail
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
8+
| `country` | *Optional\<String>* | :heavy_minus_sign: | The country of the tax status. | US |
9+
| `transactionTaxStatus` | *JsonNullable\<String>* | :heavy_minus_sign: | The transaction tax status. | taxable |

docs/models/components/Supplier.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@
3232
| `paymentMethod` | *JsonNullable\<String>* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
3333
| `terms` | *JsonNullable\<String>* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
3434
| `channel` | *JsonNullable\<String>* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
35+
| `issuedMethod` | *JsonNullable\<String>* | :heavy_minus_sign: | Method of issuance of the purchase order for the supplier | Email |
36+
| `issuedEmail` | *JsonNullable\<String>* | :heavy_minus_sign: | Email address of the person who issued the purchase order for the supplier | [email protected] |
3537
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
3638
| `customFields` | List\<[CustomField](../../models/components/CustomField.md)> | :heavy_minus_sign: | N/A | |
39+
| `taxDetails` | List\<[LinkedTaxDetail](../../models/components/LinkedTaxDetail.md)> | :heavy_minus_sign: | N/A | |
40+
| `taxStatusDetails` | List\<[LinkedTaxStatusDetail](../../models/components/LinkedTaxStatusDetail.md)> | :heavy_minus_sign: | N/A | |
3741
| `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
3842
| `createdBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who created the object. | 12345 |
3943
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
4044
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
4145
| `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 |
4246
| `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. | |
43-
| `subsidiaryId` | *Optional\<String>* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
47+
| `subsidiaryId` | *Optional\<String>* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 |
48+
| `integrationSystemId` | *Optional\<String>* | :heavy_minus_sign: | The integration system the supplier belongs to. | 12345 |

0 commit comments

Comments
 (0)