Skip to content

Commit 166ffa9

Browse files
authored
Merge pull request #54 from apideck-libraries/speakeasy-sdk-regen-1753169489
chore: 🐝 Update SDK - Generate 0.18.2
2 parents 0e88670 + 53cd0e8 commit 166ffa9

24 files changed

+1225
-75
lines changed

.speakeasy/gen.lock

Lines changed: 13 additions & 9 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.18.1
24+
version: 0.18.2
2525
additionalDependencies: []
2626
additionalPlugins: []
2727
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.583.0
1+
speakeasyVersion: 1.584.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:b19171603c76253f17ca0479cd840fddfe8e30546e556e557f721a79bfe712cf
6-
sourceBlobDigest: sha256:ee91676a71c2a5c0adf1a48afa21be2567416e3031f84087f2faf4e8d7d43f46
5+
sourceRevisionDigest: sha256:7a7ae3bff27b9ff422b9dc2ba359bc8569ea51e110a0f0eefd40f748920a61ae
6+
sourceBlobDigest: sha256:2b307033426c7950370ce48f11f7d1ae47e383eed86eeb558a8b548c9354a9d5
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752846422
10-
- 10.18.3
9+
- speakeasy-sdk-regen-1753169489
10+
- 10.18.4
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:b19171603c76253f17ca0479cd840fddfe8e30546e556e557f721a79bfe712cf
16-
sourceBlobDigest: sha256:ee91676a71c2a5c0adf1a48afa21be2567416e3031f84087f2faf4e8d7d43f46
15+
sourceRevisionDigest: sha256:7a7ae3bff27b9ff422b9dc2ba359bc8569ea51e110a0f0eefd40f748920a61ae
16+
sourceBlobDigest: sha256:2b307033426c7950370ce48f11f7d1ae47e383eed86eeb558a8b548c9354a9d5
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:6e0771cc9329c6defb0e55267f9b6e99fd983b4882baadf2d58a22bb16b867cf
18+
codeSamplesRevisionDigest: sha256:402473673669411454789bd3e8668e7c811b23aa13e03db2d29fd298301249a7
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.18.1'
51+
implementation 'com.apideck:unify:0.18.2'
5252
```
5353

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,14 @@ Based on:
378378
### Generated
379379
- [java v0.18.1] .
380380
### Releases
381-
- [Maven Central v0.18.1] https://central.sonatype.com/artifact/com.apideck/unify/0.18.1 - .
381+
- [Maven Central v0.18.1] https://central.sonatype.com/artifact/com.apideck/unify/0.18.1 - .
382+
383+
## 2025-07-22 07:31:09
384+
### Changes
385+
Based on:
386+
- OpenAPI Doc
387+
- Speakeasy CLI 1.584.0 (2.660.0) https://github.com/speakeasy-api/speakeasy
388+
### Generated
389+
- [java v0.18.2] .
390+
### Releases
391+
- [Maven Central v0.18.2] https://central.sonatype.com/artifact/com.apideck/unify/0.18.2 - .

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.18.1"
108+
version = "0.18.2"
109109

110110
from components.java
111111

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AmortizationType
2+
3+
Type of amortization
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------- | ---------- |
10+
| `MANUAL` | manual |
11+
| `RECEIPT` | receipt |
12+
| `SCHEDULE` | schedule |
13+
| `OTHER` | other |

docs/models/components/BillLineItem.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@
2020
| `discountAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
2121
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
2222
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |
23+
| `subsidiaryId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the subsidiary | 12345 |
24+
| `categoryId` | *JsonNullable\<String>* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
2325
| `item` | [Optional\<LinkedInvoiceItem>](../../models/components/LinkedInvoiceItem.md) | :heavy_minus_sign: | N/A | |
2426
| `taxRate` | [Optional\<LinkedTaxRate>](../../models/components/LinkedTaxRate.md) | :heavy_minus_sign: | N/A | |
2527
| `ledgerAccount` | [JsonNullable\<LinkedLedgerAccount>](../../models/components/LinkedLedgerAccount.md) | :heavy_minus_sign: | N/A | |
28+
| `purchaseOrder` | [JsonNullable\<LinkedPurchaseOrder>](../../models/components/LinkedPurchaseOrder.md) | :heavy_minus_sign: | N/A | |
2629
| `trackingCategories` | List\<[LinkedTrackingCategory](../../models/components/LinkedTrackingCategory.md)> | :heavy_minus_sign: | A list of linked tracking categories. | |
2730
| `customer` | [JsonNullable\<LinkedCustomer>](../../models/components/LinkedCustomer.md) | :heavy_minus_sign: | The customer this entity is linked to. | |
2831
| `rebilling` | [JsonNullable\<Rebilling>](../../models/components/Rebilling.md) | :heavy_minus_sign: | Rebilling metadata for this line item. | |

docs/models/components/BillLineItemInput.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
| `discountAmount` | *JsonNullable\<Double>* | :heavy_minus_sign: | Discount amount applied to the line item when supported downstream. | 19.99 |
2020
| `locationId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the location | 12345 |
2121
| `departmentId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the department | 12345 |
22+
| `subsidiaryId` | *JsonNullable\<String>* | :heavy_minus_sign: | The ID of the subsidiary | 12345 |
23+
| `categoryId` | *JsonNullable\<String>* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
2224
| `item` | [Optional\<LinkedInvoiceItem>](../../models/components/LinkedInvoiceItem.md) | :heavy_minus_sign: | N/A | |
2325
| `taxRate` | [Optional\<LinkedTaxRateInput>](../../models/components/LinkedTaxRateInput.md) | :heavy_minus_sign: | N/A | |
2426
| `ledgerAccount` | [JsonNullable\<LinkedLedgerAccountInput>](../../models/components/LinkedLedgerAccountInput.md) | :heavy_minus_sign: | N/A | |
27+
| `purchaseOrder` | [JsonNullable\<LinkedPurchaseOrder>](../../models/components/LinkedPurchaseOrder.md) | :heavy_minus_sign: | N/A | |
2528
| `trackingCategories` | List\<[LinkedTrackingCategory](../../models/components/LinkedTrackingCategory.md)> | :heavy_minus_sign: | A list of linked tracking categories. | |
2629
| `customer` | [JsonNullable\<LinkedCustomerInput>](../../models/components/LinkedCustomerInput.md) | :heavy_minus_sign: | The customer this entity is linked to. | |
2730
| `rebilling` | [JsonNullable\<Rebilling>](../../models/components/Rebilling.md) | :heavy_minus_sign: | Rebilling metadata for this line item. | |

0 commit comments

Comments
 (0)