Skip to content

Commit 9a35cf5

Browse files
authored
Merge pull request #57 from apideck-libraries/speakeasy-sdk-regen-1754482734
chore: 🐝 Update SDK - Generate 0.19.1
2 parents 44f9792 + 33df349 commit 9a35cf5

10 files changed

Lines changed: 32 additions & 20 deletions

File tree

.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: ffad85289ecb22153e96c5201275a350
4+
docChecksum: 11feecf9984adeb160158d1266da5ee2
55
docVersion: 10.20.2
6-
speakeasyVersion: 1.598.0
7-
generationVersion: 2.674.1
8-
releaseVersion: 0.19.0
9-
configChecksum: 47c441c490f8246e208010d0b2c673ab
6+
speakeasyVersion: 1.598.3
7+
generationVersion: 2.674.3
8+
releaseVersion: 0.19.1
9+
configChecksum: 766e39b424a977d536d0890ac5c0496b
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
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
java:
24-
version: 0.19.0
24+
version: 0.19.1
2525
additionalDependencies: []
2626
additionalPlugins: []
2727
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.598.0
1+
speakeasyVersion: 1.598.3
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:b2117d4db46d39c880461fb01badeb49c5cd2c0330161cc8eed05f6a60f38627
6-
sourceBlobDigest: sha256:bf21b440cd621dd5d0cdad1d20fce837728cd0873d661e3f250ad817131590d9
5+
sourceRevisionDigest: sha256:89afd83629e7a3ddfd031ee44dbc0471efbcc07c3eb35b32f61260b93068de11
6+
sourceBlobDigest: sha256:673d93d84fd9f9165c9b1bc51442ca7ec007cbe67e55f684ebbaf8ac69afaf70
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753785214
9+
- speakeasy-sdk-regen-1754482734
1010
- 10.20.2
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:b2117d4db46d39c880461fb01badeb49c5cd2c0330161cc8eed05f6a60f38627
16-
sourceBlobDigest: sha256:bf21b440cd621dd5d0cdad1d20fce837728cd0873d661e3f250ad817131590d9
15+
sourceRevisionDigest: sha256:89afd83629e7a3ddfd031ee44dbc0471efbcc07c3eb35b32f61260b93068de11
16+
sourceBlobDigest: sha256:673d93d84fd9f9165c9b1bc51442ca7ec007cbe67e55f684ebbaf8ac69afaf70
1717
codeSamplesNamespace: apideck-oas-java-code-samples
18-
codeSamplesRevisionDigest: sha256:46e57dfc38a47fcca62dc442fa4901ff1141126cde82cfd11ba0135bb07f3ecb
18+
codeSamplesRevisionDigest: sha256:965d1119bedf8981651d8bd4848e5025fdc223f8df1587d8eeae6c0231fe10f9
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.0'
51+
implementation 'com.apideck:unify:0.19.1'
5252
```
5353

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,4 +398,14 @@ Based on:
398398
### Generated
399399
- [java v0.19.0] .
400400
### Releases
401-
- [Maven Central v0.19.0] https://central.sonatype.com/artifact/com.apideck/unify/0.19.0 - .
401+
- [Maven Central v0.19.0] https://central.sonatype.com/artifact/com.apideck/unify/0.19.0 - .
402+
403+
## 2025-08-07 00:57:58
404+
### Changes
405+
Based on:
406+
- OpenAPI Doc
407+
- Speakeasy CLI 1.598.3 (2.674.3) https://github.com/speakeasy-api/speakeasy
408+
### Generated
409+
- [java v0.19.1] .
410+
### Releases
411+
- [Maven Central v0.19.1] https://central.sonatype.com/artifact/com.apideck/unify/0.19.1 - .

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.0"
108+
version = "0.19.1"
109109

110110
from components.java
111111

docs/models/components/Type.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ The type of address.
1313
| `OFFICE` | office |
1414
| `SHIPPING` | shipping |
1515
| `BILLING` | billing |
16+
| `WORK` | work |
1617
| `OTHER` | other |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=com.apideck
22
artifactId=unify
3-
version=0.19.0
3+
version=0.19.1

src/main/java/com/apideck/unify/SDKConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ public class SDKConfiguration {
1818

1919
private static final String LANGUAGE = "java";
2020
public static final String OPENAPI_DOC_VERSION = "10.20.2";
21-
public static final String SDK_VERSION = "0.19.0";
22-
public static final String GEN_VERSION = "2.674.1";
21+
public static final String SDK_VERSION = "0.19.1";
22+
public static final String GEN_VERSION = "2.674.3";
2323
private static final String BASE_PACKAGE = "com.apideck.unify";
2424
public static final String USER_AGENT =
2525
String.format("speakeasy-sdk/%s %s %s %s %s",

src/main/java/com/apideck/unify/models/components/Type.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public enum Type {
2020
OFFICE("office"),
2121
SHIPPING("shipping"),
2222
BILLING("billing"),
23+
WORK("work"),
2324
OTHER("other");
2425

2526
@JsonValue

0 commit comments

Comments
 (0)