Skip to content

Commit 48279b0

Browse files
authored
Merge pull request #69 from apideck-libraries/speakeasy-sdk-regen-1761781307
chore: 🐝 Update SDK - Generate 0.24.0
2 parents 0a7d7a1 + 311502b commit 48279b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2389
-329
lines changed

.speakeasy/gen.lock

Lines changed: 46 additions & 32 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
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
java:
27-
version: 0.23.1
27+
version: 0.24.0
2828
additionalDependencies: []
2929
additionalPlugins: []
3030
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.642.2
1+
speakeasyVersion: 1.645.2
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:5b6c0235edad5f3daeef4825e5a4b8785d9547a679177c294401792e78d0853d
6-
sourceBlobDigest: sha256:fe56b100fce6d46d4c5ed224c831a86c6b241ede97d5ea883e9d0cc19e651a07
5+
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
6+
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761736943
10-
- 10.21.7
9+
- speakeasy-sdk-regen-1761781307
10+
- 10.21.11
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:5b6c0235edad5f3daeef4825e5a4b8785d9547a679177c294401792e78d0853d
16-
sourceBlobDigest: sha256:fe56b100fce6d46d4c5ed224c831a86c6b241ede97d5ea883e9d0cc19e651a07
15+
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
16+
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:99ec68ab6498469667da56acd1ab5910c1dc4ab212eb544c8ec288756615719a
18+
codeSamplesRevisionDigest: sha256:8120da0ffd08a0792fc0d140f9c183f4bd81f55acaac09109e5b113e78f9e64e
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.23.1'
53+
implementation 'com.apideck:unify:0.24.0'
5454
```
5555

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,14 @@ Based on:
518518
### Generated
519519
- [java v0.23.1] .
520520
### Releases
521-
- [Maven Central v0.23.1] https://central.sonatype.com/artifact/com.apideck/unify/0.23.1 - .
521+
- [Maven Central v0.23.1] https://central.sonatype.com/artifact/com.apideck/unify/0.23.1 - .
522+
523+
## 2025-11-03 11:59:01
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc
527+
- Speakeasy CLI 1.645.2 (2.735.1) https://github.com/speakeasy-api/speakeasy
528+
### Generated
529+
- [java v0.24.0] .
530+
### Releases
531+
- [Maven Central v0.24.0] https://central.sonatype.com/artifact/com.apideck/unify/0.24.0 - .

docs/models/components/BillsFilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8-
| `updatedSince` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
8+
| `updatedSince` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
9+
| `status` | [Optional\<BillsFilterStatus>](../../models/components/BillsFilterStatus.md) | :heavy_minus_sign: | Filter by bill status | paid |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# BillsFilterStatus
2+
3+
Filter by bill status
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------------- | ---------------- |
10+
| `PAID` | paid |
11+
| `UNPAID` | unpaid |
12+
| `PARTIALLY_PAID` | partially_paid |

docs/models/components/Category.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `id` | *Optional\<String>* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
99
| `name` | *Optional\<String>* | :heavy_minus_sign: | The name of the category. | Insurance |
10+
| `displayId` | *JsonNullable\<String>* | :heavy_minus_sign: | Display ID of the category | 12345 |
1011
| `type` | [Optional\<CategoryType>](../../models/components/CategoryType.md) | :heavy_minus_sign: | The type of the category. | expense |
1112
| `status` | [Optional\<CategoryStatus>](../../models/components/CategoryStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1213
| `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |

0 commit comments

Comments
 (0)