Skip to content

Commit e3e9240

Browse files
chore: 🐝 Update SDK - Generate SDK 2.16.13
1 parent fa63587 commit e3e9240

File tree

66 files changed

+8678
-44
lines changed

Some content is hidden

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

66 files changed

+8678
-44
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 372 additions & 28 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ generation:
1313
requestResponseComponentNamesFeb2024: true
1414
securityFeb2025: true
1515
sharedErrorComponentsApr2025: true
16+
sharedNestedComponentsJan2026: false
1617
auth:
1718
oAuth2ClientCredentialsEnabled: false
1819
oAuth2PasswordEnabled: false
@@ -27,7 +28,7 @@ generation:
2728
generateNewTests: false
2829
skipResponseBodyAssertions: false
2930
java:
30-
version: 2.16.12
31+
version: 2.16.13
3132
additionalDependencies:
3233
- testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
3334
- implementation:com.auth0:java-jwt:4.5.0

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.685.0
1+
speakeasyVersion: 1.688.0
22
sources:
33
Gr4vy:
44
sourceNamespace: openapi
@@ -9,11 +9,11 @@ sources:
99
- 1.0.0
1010
openapi:
1111
sourceNamespace: openapi
12-
sourceRevisionDigest: sha256:45cb8de6ee215d73b390eb2e6d3e9419cd568d8b07124dbbcb687dfd45bafb7d
13-
sourceBlobDigest: sha256:6d6b801f2e022bd47b5d6e4143daff808a63ff37e5a95fabce11b0c784645e6a
12+
sourceRevisionDigest: sha256:442b3c5466a6ef740df9f7c2af4907fc1f1e5185476f2d0a43e89334020a5747
13+
sourceBlobDigest: sha256:7868b62dffa41253bada4043aeb3fd63574d8289597eb17f602059fcfbf8c182
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1768400814
16+
- speakeasy-sdk-regen-1768828397
1717
- 1.0.0
1818
targets:
1919
gr-4-vy:
@@ -26,10 +26,10 @@ targets:
2626
java:
2727
source: openapi
2828
sourceNamespace: openapi
29-
sourceRevisionDigest: sha256:45cb8de6ee215d73b390eb2e6d3e9419cd568d8b07124dbbcb687dfd45bafb7d
30-
sourceBlobDigest: sha256:6d6b801f2e022bd47b5d6e4143daff808a63ff37e5a95fabce11b0c784645e6a
29+
sourceRevisionDigest: sha256:442b3c5466a6ef740df9f7c2af4907fc1f1e5185476f2d0a43e89334020a5747
30+
sourceBlobDigest: sha256:7868b62dffa41253bada4043aeb3fd63574d8289597eb17f602059fcfbf8c182
3131
codeSamplesNamespace: openapi-java-code-samples
32-
codeSamplesRevisionDigest: sha256:63f331fc270dcfd139a505d9feedda72caa9563b8ecf426f3d54cdfae390a199
32+
codeSamplesRevisionDigest: sha256:b0fc650dee9e69b7d8812e6efbef46ee28d3f4ea13161c606b66fafe4f57b946
3333
workflow:
3434
workflowVersion: 1.0.0
3535
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ The samples below show how a published SDK artifact is used:
5858

5959
Gradle:
6060
```groovy
61-
implementation 'com.gr4vy:sdk:2.16.12'
61+
implementation 'com.gr4vy:sdk:2.16.13'
6262
```
6363

6464
Maven:
6565
```xml
6666
<dependency>
6767
<groupId>com.gr4vy</groupId>
6868
<artifactId>sdk</artifactId>
69-
<version>2.16.12</version>
69+
<version>2.16.13</version>
7070
</dependency>
7171
```
7272

@@ -452,6 +452,13 @@ Async support is available for:
452452
* [url](docs/sdks/executions/README.md#url) - Create URL for executed report
453453
* [get](docs/sdks/executions/README.md#get) - Get executed report
454454

455+
### [ThreeDsScenarios](docs/sdks/threedsscenarios/README.md)
456+
457+
* [create](docs/sdks/threedsscenarios/README.md#create) - Create a 3DS scenario
458+
* [list](docs/sdks/threedsscenarios/README.md#list) - List 3DS scenario
459+
* [update](docs/sdks/threedsscenarios/README.md#update) - Update a 3DS scenario
460+
* [delete](docs/sdks/threedsscenarios/README.md#delete) - Delete a 3DS scenario
461+
455462
### [Transactions](docs/sdks/transactions/README.md)
456463

457464
* [list](docs/sdks/transactions/README.md#list) - List transactions

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,4 +958,14 @@ Based on:
958958
### Generated
959959
- [java v2.16.12] .
960960
### Releases
961-
- [Maven Central v2.16.12] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.12 - .
961+
- [Maven Central v2.16.12] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.12 - .
962+
963+
## 2026-01-19 13:12:58
964+
### Changes
965+
Based on:
966+
- OpenAPI Doc
967+
- Speakeasy CLI 1.688.0 (2.796.4) https://github.com/speakeasy-api/speakeasy
968+
### Generated
969+
- [java v2.16.13] .
970+
### Releases
971+
- [Maven Central v2.16.13] https://central.sonatype.com/artifact/com.gr4vy/sdk/2.16.13 - .
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ThreeDSecureScenario
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
8+
| `type` | *Optional\<String>* | :heavy_minus_sign: | Always `three-d-secure-scenario`. | three-d-secure-scenario |
9+
| `id` | *String* | :heavy_check_mark: | Unique identifier for the 3DS scenario | |
10+
| `merchantAccountId` | *String* | :heavy_check_mark: | ID of the associated merchant account | |
11+
| `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | The date and time when this 3DS scenario was first created in our system. | 2013-07-16T19:23:00.000+00:00 |
12+
| `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | The date and time when this 3DS scenario was last updated in our system. | 2013-07-16T19:23:00.000+00:00 |
13+
| `conditions` | [ThreeDSecureScenarioConditions](../../models/components/ThreeDSecureScenarioConditions.md) | :heavy_check_mark: | N/A | |
14+
| `outcome` | [ThreeDSecureScenarioOutcome](../../models/components/ThreeDSecureScenarioOutcome.md) | :heavy_check_mark: | N/A | |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ThreeDSecureScenarioConditions
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8+
| `firstName` | *JsonNullable\<String>* | :heavy_minus_sign: | First name of the buyer to match. |
9+
| `lastName` | *JsonNullable\<String>* | :heavy_minus_sign: | Last name of the buyer to match. |
10+
| `emailAddress` | *JsonNullable\<String>* | :heavy_minus_sign: | Email address of the buyer to match. |
11+
| `amount` | *JsonNullable\<Long>* | :heavy_minus_sign: | Amount of the transaction to match. |
12+
| `externalIdentifier` | *JsonNullable\<String>* | :heavy_minus_sign: | External identifier to match. |
13+
| `cardNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | Card number to match. |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ThreeDSecureScenarioCreate
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
8+
| `conditions` | [ThreeDSecureScenarioConditions](../../models/components/ThreeDSecureScenarioConditions.md) | :heavy_check_mark: | N/A |
9+
| `outcome` | [ThreeDSecureScenarioOutcome](../../models/components/ThreeDSecureScenarioOutcome.md) | :heavy_check_mark: | N/A |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ThreeDSecureScenarioOutcome
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
8+
| `version` | *String* | :heavy_check_mark: | The version of 3DS which will be simulated. | 2.2.0 |
9+
| `authentication` | [ThreeDSecureScenarioOutcomeAuthentication](../../models/components/ThreeDSecureScenarioOutcomeAuthentication.md) | :heavy_check_mark: | N/A | |
10+
| `result` | [JsonNullable\<ThreeDSecureScenarioOutcomeResult>](../../models/components/ThreeDSecureScenarioOutcomeResult.md) | :heavy_minus_sign: | 3DS result value. Required if authentication status is "C". | {<br/>"transaction_status": "Y"<br/>} |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ThreeDSecureScenarioOutcomeAuthentication
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `transactionStatus` | [ThreeDSecureScenarioOutcomeAuthenticationTransactionStatus](../../models/components/ThreeDSecureScenarioOutcomeAuthenticationTransactionStatus.md) | :heavy_check_mark: | 3DS transaction status. | Y |

0 commit comments

Comments
Β (0)