Skip to content

Commit f91f6ae

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.27.1 (#74)
* ## Java SDK Changes Detected: * `apideck.accounting.customers.list()`: `response.data.[].taxable` **Added** * `apideck.accounting.customers.create()`: * `request.customer.taxable` **Added** * `apideck.accounting.customers.get()`: `response.data.taxable` **Added** * `apideck.accounting.customers.update()`: * `request.customer.taxable` **Added** * `apideck.accounting.suppliers.list()`: `response.data.[].taxable` **Added** * `apideck.accounting.suppliers.create()`: * `request.supplier.taxable` **Added** * `apideck.accounting.suppliers.get()`: `response.data.taxable` **Added** * `apideck.accounting.suppliers.update()`: * `request.supplier.taxable` **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 579eb85 commit f91f6ae

15 files changed

Lines changed: 332 additions & 79 deletions

File tree

.speakeasy/gen.lock

Lines changed: 11 additions & 11 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
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
java:
28-
version: 0.27.0
28+
version: 0.27.1
2929
additionalDependencies: []
3030
additionalPlugins: []
3131
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.653.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:b784fd89eb398c4da009bd986bd94e73f4dc52c16f93e4fc63509323ec5bc4e1
6-
sourceBlobDigest: sha256:c53104ab75328b4e294f5bccfb4b8efb6646bfaf792b37702386d88ab5d2611b
5+
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
6+
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762795607
10-
- 10.21.13
9+
- speakeasy-sdk-regen-1762860470
10+
- 10.21.14
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:b784fd89eb398c4da009bd986bd94e73f4dc52c16f93e4fc63509323ec5bc4e1
16-
sourceBlobDigest: sha256:c53104ab75328b4e294f5bccfb4b8efb6646bfaf792b37702386d88ab5d2611b
15+
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
16+
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:558bffc1405df67d6154366585c16a3dee882fdcd20c1d176a76f05157e98916
18+
codeSamplesRevisionDigest: sha256:4c0ee172a8438a483fc3e6adf66678bb8e125691e860fc90ab41f331b4abe243
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
@@ -50,15 +50,15 @@ The samples below show how a published SDK artifact is used:
5050

5151
Gradle:
5252
```groovy
53-
implementation 'com.apideck:unify:0.27.0'
53+
implementation 'com.apideck:unify:0.27.1'
5454
```
5555

5656
Maven:
5757
```xml
5858
<dependency>
5959
<groupId>com.apideck</groupId>
6060
<artifactId>unify</artifactId>
61-
<version>0.27.0</version>
61+
<version>0.27.1</version>
6262
</dependency>
6363
```
6464

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,14 @@ Based on:
558558
### Generated
559559
- [java v0.27.0] .
560560
### Releases
561-
- [Maven Central v0.27.0] https://central.sonatype.com/artifact/com.apideck/unify/0.27.0 - .
561+
- [Maven Central v0.27.0] https://central.sonatype.com/artifact/com.apideck/unify/0.27.0 - .
562+
563+
## 2025-11-11 11:27:25
564+
### Changes
565+
Based on:
566+
- OpenAPI Doc
567+
- Speakeasy CLI 1.653.0 (2.748.0) https://github.com/speakeasy-api/speakeasy
568+
### Generated
569+
- [java v0.27.1] .
570+
### Releases
571+
- [Maven Central v0.27.1] https://central.sonatype.com/artifact/com.apideck/unify/0.27.1 - .

docs/models/components/Customer.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: | Some notes about this customer | Some notes about this customer |
2828
| `taxRate` | [Optional\<LinkedTaxRate>](../../models/components/LinkedTaxRate.md) | :heavy_minus_sign: | N/A | |
2929
| `taxNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | US123945459 |
30+
| `taxable` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
3031
| `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 |
3132
| `account` | [JsonNullable\<LinkedLedgerAccount>](../../models/components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
3233
| `parent` | [JsonNullable\<LinkedParentCustomer>](../../models/components/LinkedParentCustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |

docs/models/components/CustomerInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
| `notes` | *JsonNullable\<String>* | :heavy_minus_sign: | Some notes about this customer | Some notes about this customer |
2626
| `taxRate` | [Optional\<LinkedTaxRateInput>](../../models/components/LinkedTaxRateInput.md) | :heavy_minus_sign: | N/A | |
2727
| `taxNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | US123945459 |
28+
| `taxable` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
2829
| `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 |
2930
| `account` | [JsonNullable\<LinkedLedgerAccount>](../../models/components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
3031
| `parent` | [JsonNullable\<LinkedParentCustomer>](../../models/components/LinkedParentCustomer.md) | :heavy_minus_sign: | The parent customer this entity is linked to. | |

docs/models/components/Supplier.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| `notes` | *JsonNullable\<String>* | :heavy_minus_sign: | Some notes about this supplier | Some notes about this supplier |
2727
| `taxRate` | [Optional\<LinkedTaxRate>](../../models/components/LinkedTaxRate.md) | :heavy_minus_sign: | N/A | |
2828
| `taxNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A | US123945459 |
29+
| `taxable` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | Whether the entity is subject to taxation | true |
2930
| `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 |
3031
| `account` | [JsonNullable\<LinkedLedgerAccount>](../../models/components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
3132
| `status` | [JsonNullable\<SupplierStatus>](../../models/components/SupplierStatus.md) | :heavy_minus_sign: | Supplier status | active |

0 commit comments

Comments
 (0)