Skip to content

Commit 1503263

Browse files
chore: 🐝 Update SDK - Generate SDK TYPESCRIPT 1.9.12
1 parent d6204bf commit 1503263

Some content is hidden

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

50 files changed

+3175
-45
lines changed

.speakeasy/gen.lock

Lines changed: 300 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: false
1515
sharedErrorComponentsApr2025: false
16+
sharedNestedComponentsJan2026: false
1617
auth:
1718
oAuth2ClientCredentialsEnabled: false
1819
oAuth2PasswordEnabled: false
@@ -26,7 +27,7 @@ generation:
2627
generateNewTests: false
2728
skipResponseBodyAssertions: false
2829
typescript:
29-
version: 1.9.11
30+
version: 1.9.12
3031
acceptHeaderEnum: true
3132
additionalDependencies:
3233
dependencies:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.685.0
1+
speakeasyVersion: 1.688.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:45cb8de6ee215d73b390eb2e6d3e9419cd568d8b07124dbbcb687dfd45bafb7d
6-
sourceBlobDigest: sha256:6d6b801f2e022bd47b5d6e4143daff808a63ff37e5a95fabce11b0c784645e6a
5+
sourceRevisionDigest: sha256:442b3c5466a6ef740df9f7c2af4907fc1f1e5185476f2d0a43e89334020a5747
6+
sourceBlobDigest: sha256:7868b62dffa41253bada4043aeb3fd63574d8289597eb17f602059fcfbf8c182
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1768400823
9+
- speakeasy-sdk-regen-1768828400
1010
- 1.0.0
1111
targets:
1212
first-target:
@@ -17,10 +17,10 @@ targets:
1717
typescript:
1818
source: openapi
1919
sourceNamespace: openapi
20-
sourceRevisionDigest: sha256:45cb8de6ee215d73b390eb2e6d3e9419cd568d8b07124dbbcb687dfd45bafb7d
21-
sourceBlobDigest: sha256:6d6b801f2e022bd47b5d6e4143daff808a63ff37e5a95fabce11b0c784645e6a
20+
sourceRevisionDigest: sha256:442b3c5466a6ef740df9f7c2af4907fc1f1e5185476f2d0a43e89334020a5747
21+
sourceBlobDigest: sha256:7868b62dffa41253bada4043aeb3fd63574d8289597eb17f602059fcfbf8c182
2222
codeSamplesNamespace: openapi-typescript-code-samples
23-
codeSamplesRevisionDigest: sha256:fe4990adf74ce6503470c8f6c44a3f4a78c5b06533128b8a171b3580aea4ed1e
23+
codeSamplesRevisionDigest: sha256:24b97cf3d9626d049e0533723610bbebe9f2d5344c162df63e0cd7e894e071ad
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,13 @@ try {
395395
* [url](docs/sdks/executions/README.md#url) - Create URL for executed report
396396
* [get](docs/sdks/executions/README.md#get) - Get executed report
397397

398+
### [ThreeDsScenarios](docs/sdks/threedsscenarios/README.md)
399+
400+
* [create](docs/sdks/threedsscenarios/README.md#create) - Create a 3DS scenario
401+
* [list](docs/sdks/threedsscenarios/README.md#list) - List 3DS scenario
402+
* [update](docs/sdks/threedsscenarios/README.md#update) - Update a 3DS scenario
403+
* [delete](docs/sdks/threedsscenarios/README.md#delete) - Delete a 3DS scenario
404+
398405
### [Transactions](docs/sdks/transactions/README.md)
399406

400407
* [list](docs/sdks/transactions/README.md#list) - List transactions
@@ -1005,6 +1012,10 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
10051012
- [`reportsGet`](docs/sdks/reports/README.md#get) - Get a report
10061013
- [`reportsList`](docs/sdks/reports/README.md#list) - List configured reports
10071014
- [`reportsPut`](docs/sdks/reports/README.md#put) - Update a report
1015+
- [`threeDsScenariosCreate`](docs/sdks/threedsscenarios/README.md#create) - Create a 3DS scenario
1016+
- [`threeDsScenariosDelete`](docs/sdks/threedsscenarios/README.md#delete) - Delete a 3DS scenario
1017+
- [`threeDsScenariosList`](docs/sdks/threedsscenarios/README.md#list) - List 3DS scenario
1018+
- [`threeDsScenariosUpdate`](docs/sdks/threedsscenarios/README.md#update) - Update a 3DS scenario
10081019
- [`transactionsActionsList`](docs/sdks/actions/README.md#list) - List transaction Flow rules
10091020
- [`transactionsCancel`](docs/sdks/transactions/README.md#cancel) - Cancel transaction
10101021
- [`transactionsCapture`](docs/sdks/transactions/README.md#capture) - Capture transaction

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,4 +1404,14 @@ Based on:
14041404
### Generated
14051405
- [typescript v1.9.11] .
14061406
### Releases
1407-
- [NPM v1.9.11] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.11 - .
1407+
- [NPM v1.9.11] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.11 - .
1408+
1409+
## 2026-01-19 13:13:00
1410+
### Changes
1411+
Based on:
1412+
- OpenAPI Doc
1413+
- Speakeasy CLI 1.688.0 (2.796.4) https://github.com/speakeasy-api/speakeasy
1414+
### Generated
1415+
- [typescript v1.9.12] .
1416+
### Releases
1417+
- [NPM v1.9.12] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.12 - .
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# ThreeDSecureScenario
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { ThreeDSecureScenario } from "@gr4vy/sdk/models/components";
7+
8+
let value: ThreeDSecureScenario = {
9+
id: "157c8ed5-9f68-4792-afa8-1708bebf591d",
10+
merchantAccountId: "<id>",
11+
createdAt: new Date("2013-07-16T19:23:00.000+00:00"),
12+
updatedAt: new Date("2013-07-16T19:23:00.000+00:00"),
13+
conditions: {},
14+
outcome: {
15+
version: "2.2.0",
16+
authentication: {
17+
transactionStatus: "Y",
18+
},
19+
},
20+
};
21+
```
22+
23+
## Fields
24+
25+
| Field | Type | Required | Description | Example |
26+
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
27+
| `type` | *"three-d-secure-scenario"* | :heavy_minus_sign: | Always `three-d-secure-scenario`. | three-d-secure-scenario |
28+
| `id` | *string* | :heavy_check_mark: | Unique identifier for the 3DS scenario | |
29+
| `merchantAccountId` | *string* | :heavy_check_mark: | ID of the associated merchant account | |
30+
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :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 |
31+
| `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :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 |
32+
| `conditions` | [components.ThreeDSecureScenarioConditions](../../models/components/threedsecurescenarioconditions.md) | :heavy_check_mark: | N/A | |
33+
| `outcome` | [components.ThreeDSecureScenarioOutcome](../../models/components/threedsecurescenariooutcome.md) | :heavy_check_mark: | N/A | |
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# ThreeDSecureScenarioConditions
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { ThreeDSecureScenarioConditions } from "@gr4vy/sdk/models/components";
7+
8+
let value: ThreeDSecureScenarioConditions = {};
9+
```
10+
11+
## Fields
12+
13+
| Field | Type | Required | Description |
14+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
15+
| `firstName` | *string* | :heavy_minus_sign: | First name of the buyer to match. |
16+
| `lastName` | *string* | :heavy_minus_sign: | Last name of the buyer to match. |
17+
| `emailAddress` | *string* | :heavy_minus_sign: | Email address of the buyer to match. |
18+
| `amount` | *number* | :heavy_minus_sign: | Amount of the transaction to match. |
19+
| `externalIdentifier` | *string* | :heavy_minus_sign: | External identifier to match. |
20+
| `cardNumber` | *string* | :heavy_minus_sign: | Card number to match. |
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ThreeDSecureScenarioCreate
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { ThreeDSecureScenarioCreate } from "@gr4vy/sdk/models/components";
7+
8+
let value: ThreeDSecureScenarioCreate = {
9+
conditions: {},
10+
outcome: {
11+
version: "2.2.0",
12+
authentication: {
13+
transactionStatus: "Y",
14+
},
15+
},
16+
};
17+
```
18+
19+
## Fields
20+
21+
| Field | Type | Required | Description |
22+
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
23+
| `conditions` | [components.ThreeDSecureScenarioConditions](../../models/components/threedsecurescenarioconditions.md) | :heavy_check_mark: | N/A |
24+
| `outcome` | [components.ThreeDSecureScenarioOutcome](../../models/components/threedsecurescenariooutcome.md) | :heavy_check_mark: | N/A |
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# ThreeDSecureScenarioOutcome
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { ThreeDSecureScenarioOutcome } from "@gr4vy/sdk/models/components";
7+
8+
let value: ThreeDSecureScenarioOutcome = {
9+
version: "2.2.0",
10+
authentication: {
11+
transactionStatus: "Y",
12+
},
13+
};
14+
```
15+
16+
## Fields
17+
18+
| Field | Type | Required | Description | Example |
19+
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
20+
| `version` | *string* | :heavy_check_mark: | The version of 3DS which will be simulated. | 2.2.0 |
21+
| `authentication` | [components.ThreeDSecureScenarioOutcomeAuthentication](../../models/components/threedsecurescenariooutcomeauthentication.md) | :heavy_check_mark: | N/A | |
22+
| `result` | [components.ThreeDSecureScenarioOutcomeResult](../../models/components/threedsecurescenariooutcomeresult.md) | :heavy_minus_sign: | 3DS result value. Required if authentication status is "C". | {<br/>"transaction_status": "Y"<br/>} |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ThreeDSecureScenarioOutcomeAuthentication
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { ThreeDSecureScenarioOutcomeAuthentication } from "@gr4vy/sdk/models/components";
7+
8+
let value: ThreeDSecureScenarioOutcomeAuthentication = {
9+
transactionStatus: "Y",
10+
};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description | Example |
16+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17+
| `transactionStatus` | [components.ThreeDSecureScenarioOutcomeAuthenticationTransactionStatus](../../models/components/threedsecurescenariooutcomeauthenticationtransactionstatus.md) | :heavy_check_mark: | 3DS transaction status. | Y |

0 commit comments

Comments
 (0)