Skip to content

Commit 3ef4287

Browse files
authored
Merge pull request #46 from apideck-libraries/speakeasy-sdk-regen-1748856962
chore: 🐝 Update SDK - Generate 0.14.1
2 parents 5529570 + 10e67cd commit 3ef4287

16 files changed

Lines changed: 69 additions & 57 deletions

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
33
management:
4-
docChecksum: d3a631039ef3972a6ba543f5005a6dfe
4+
docChecksum: 44787a7a83de7e825d52591063ea6b13
55
docVersion: 10.17.2
6-
speakeasyVersion: 1.554.1
7-
generationVersion: 2.616.1
8-
releaseVersion: 0.14.0
9-
configChecksum: 846a761c361e6be35cd85f1016b844c4
6+
speakeasyVersion: 1.555.0
7+
generationVersion: 2.618.0
8+
releaseVersion: 0.14.1
9+
configChecksum: 5dc02492afa6e510ea3bdc178daa5d45
1010
repoURL: https://github.com/apideck-libraries/sdk-java.git
1111
published: true
1212
features:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: true
1919
java:
20-
version: 0.14.0
20+
version: 0.14.1
2121
additionalDependencies: []
2222
additionalPlugins: []
2323
artifactID: unify

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.554.1
1+
speakeasyVersion: 1.555.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:d1a0fb9e552b3c34b5ef61bbf958aaa537f3c2737606f0ba58f0e1ef1ab09299
6-
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
5+
sourceRevisionDigest: sha256:48a5e5a0fa143606766870a4034b239bf930cf511e4ac72cdfd6d3cc2ab002c6
6+
sourceBlobDigest: sha256:56d1ef43c8d49e89407bc967e1cd9b9eeb54029bf17113e1c6914056084805da
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748269656
9+
- speakeasy-sdk-regen-1748856962
1010
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:d1a0fb9e552b3c34b5ef61bbf958aaa537f3c2737606f0ba58f0e1ef1ab09299
16-
sourceBlobDigest: sha256:5141da87d5a2f28dd7d9bec34f917f139cd1ddbd9ae295ebce43c6bc040adaed
15+
sourceRevisionDigest: sha256:48a5e5a0fa143606766870a4034b239bf930cf511e4ac72cdfd6d3cc2ab002c6
16+
sourceBlobDigest: sha256:56d1ef43c8d49e89407bc967e1cd9b9eeb54029bf17113e1c6914056084805da
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:507a2a0ed96298bf4b6f2be02a574710fc4004dec436daeea3db74ce3f609bf7
18+
codeSamplesRevisionDigest: sha256:a728d7b8c008eeefa77f8eef994bd9c4ee6677664a88f964ed1f7995910294e5
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
@@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:
4747

4848
Gradle:
4949
```groovy
50-
implementation 'com.apideck:unify:0.14.0'
50+
implementation 'com.apideck:unify:0.14.1'
5151
```
5252

5353
Maven:
5454
```xml
5555
<dependency>
5656
<groupId>com.apideck</groupId>
5757
<artifactId>unify</artifactId>
58-
<version>0.14.0</version>
58+
<version>0.14.1</version>
5959
</dependency>
6060
```
6161

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,14 @@ Based on:
308308
### Generated
309309
- [java v0.14.0] .
310310
### Releases
311-
- [Maven Central v0.14.0] https://central.sonatype.com/artifact/com.apideck/unify/0.14.0 - .
311+
- [Maven Central v0.14.0] https://central.sonatype.com/artifact/com.apideck/unify/0.14.0 - .
312+
313+
## 2025-06-03 13:43:11
314+
### Changes
315+
Based on:
316+
- OpenAPI Doc
317+
- Speakeasy CLI 1.555.0 (2.618.0) https://github.com/speakeasy-api/speakeasy
318+
### Generated
319+
- [java v0.14.1] .
320+
### Releases
321+
- [Maven Central v0.14.1] https://central.sonatype.com/artifact/com.apideck/unify/0.14.1 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "com.apideck"
105105
artifactId = "unify"
106-
version = "0.14.0"
106+
version = "0.14.1"
107107

108108
from components.java
109109

docs/models/components/CostOfGoodsSold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ The cost of goods sold accounts
1111
| `code` | *Optional\<String>* | :heavy_minus_sign: | The account code of the account | 1100 |
1212
| `title` | *Optional\<String>* | :heavy_minus_sign: | The name of the account. | Current assets |
1313
| `type` | [JsonNullable\<ProfitAndLossType>](../../models/components/ProfitAndLossType.md) | :heavy_minus_sign: | The type of profit and loss | Section |
14-
| `total` | *Optional\<Double>* | :heavy_check_mark: | The aggregated total of all accounts within this category. | 1000 |
14+
| `total` | *JsonNullable\<Double>* | :heavy_minus_sign: | The aggregated total of all accounts within this category. | 1000 |
1515
| `records` | *Object* | :heavy_check_mark: | N/A | |

docs/models/components/JournalEntryStatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Journal entry status
1313
| `POSTED` | posted |
1414
| `VOIDED` | voided |
1515
| `REJECTED` | rejected |
16-
| `DELETED` | deleted |
16+
| `DELETED` | deleted |
17+
| `OTHER` | other |

docs/models/components/ProfitAndLoss.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/components/ProfitAndLossIndicator.md

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

66
| Field | Type | Required | Description | Example |
77
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- |
8-
| `total` | *Optional\<Double>* | :heavy_check_mark: | The total amount of the transaction or record | 49.99 |
8+
| `total` | *JsonNullable\<Double>* | :heavy_minus_sign: | The total amount of the transaction or record | 49.99 |

0 commit comments

Comments
 (0)