Skip to content

Commit 5de68ff

Browse files
chore: 🐝 Update SDK - Generate SDK TYPESCRIPT 1.10.0
1 parent 7689078 commit 5de68ff

Some content is hidden

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

46 files changed

+2641
-131
lines changed

.speakeasy/gen.lock

Lines changed: 270 additions & 46 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
@@ -21,13 +21,14 @@ generation:
2121
schemas:
2222
allOfMergeStrategy: shallowMerge
2323
requestBodyFieldName: ""
24+
versioningStrategy: automatic
2425
persistentEdits: {}
2526
tests:
2627
generateTests: true
2728
generateNewTests: false
2829
skipResponseBodyAssertions: false
2930
typescript:
30-
version: 1.9.20
31+
version: 1.10.0
3132
acceptHeaderEnum: true
3233
additionalDependencies:
3334
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.700.2
1+
speakeasyVersion: 1.703.0
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:1a8db78bf8725fe7b1d503e3fd7b61e41508213c41a6ddc4244aec7cc05547e2
6-
sourceBlobDigest: sha256:c17807fc9523637430a4fe30a7b80da9227907309e5454cb0fce1681eb0926eb
5+
sourceRevisionDigest: sha256:0288894e14b65a2749d738e6141598db7828cf99e6a7cd3c4fe0f8ef8b9069e9
6+
sourceBlobDigest: sha256:3c5afd8fb9a7d395368e68040362ddfa190238d465a81481ba1ce21ddeeccd27
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1770143810
9+
- speakeasy-sdk-regen-1770229776
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:1a8db78bf8725fe7b1d503e3fd7b61e41508213c41a6ddc4244aec7cc05547e2
21-
sourceBlobDigest: sha256:c17807fc9523637430a4fe30a7b80da9227907309e5454cb0fce1681eb0926eb
20+
sourceRevisionDigest: sha256:0288894e14b65a2749d738e6141598db7828cf99e6a7cd3c4fe0f8ef8b9069e9
21+
sourceBlobDigest: sha256:3c5afd8fb9a7d395368e68040362ddfa190238d465a81481ba1ce21ddeeccd27
2222
codeSamplesNamespace: openapi-typescript-code-samples
23-
codeSamplesRevisionDigest: sha256:e62cd2202f949edbc5b9013edc6f50053395c15eb5217fd9da20f4b38690e0ad
23+
codeSamplesRevisionDigest: sha256:931da6509d5c7e332c85c139b9c0f0f37a2751156800d19714c5219fe5022499
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
@@ -316,6 +316,13 @@ try {
316316
* [get](docs/sdks/merchantaccounts/README.md#get) - Get a merchant account
317317
* [update](docs/sdks/merchantaccounts/README.md#update) - Update a merchant account
318318

319+
#### [MerchantAccounts.ThreeDsConfiguration](docs/sdks/threedsconfiguration/README.md)
320+
321+
* [create](docs/sdks/threedsconfiguration/README.md#create) - Create 3DS configuration for merchant
322+
* [list](docs/sdks/threedsconfiguration/README.md#list) - List 3DS configurations for merchant
323+
* [update](docs/sdks/threedsconfiguration/README.md#update) - Edit 3DS configuration
324+
* [delete](docs/sdks/threedsconfiguration/README.md#delete) - Delete 3DS configuration for a merchant
325+
319326
### [PaymentLinks](docs/sdks/paymentlinks/README.md)
320327

321328
* [create](docs/sdks/paymentlinks/README.md#create) - Add a payment link
@@ -971,6 +978,10 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
971978
- [`merchantAccountsCreate`](docs/sdks/merchantaccounts/README.md#create) - Create a merchant account
972979
- [`merchantAccountsGet`](docs/sdks/merchantaccounts/README.md#get) - Get a merchant account
973980
- [`merchantAccountsList`](docs/sdks/merchantaccounts/README.md#list) - List all merchant accounts
981+
- [`merchantAccountsThreeDsConfigurationCreate`](docs/sdks/threedsconfiguration/README.md#create) - Create 3DS configuration for merchant
982+
- [`merchantAccountsThreeDsConfigurationDelete`](docs/sdks/threedsconfiguration/README.md#delete) - Delete 3DS configuration for a merchant
983+
- [`merchantAccountsThreeDsConfigurationList`](docs/sdks/threedsconfiguration/README.md#list) - List 3DS configurations for merchant
984+
- [`merchantAccountsThreeDsConfigurationUpdate`](docs/sdks/threedsconfiguration/README.md#update) - Edit 3DS configuration
974985
- [`merchantAccountsUpdate`](docs/sdks/merchantaccounts/README.md#update) - Update a merchant account
975986
- [`paymentLinksCreate`](docs/sdks/paymentlinks/README.md#create) - Add a payment link
976987
- [`paymentLinksExpire`](docs/sdks/paymentlinks/README.md#expire) - Expire a payment link

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,4 +1494,14 @@ Based on:
14941494
### Generated
14951495
- [typescript v1.9.20] .
14961496
### Releases
1497-
- [NPM v1.9.20] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.20 - .
1497+
- [NPM v1.9.20] https://www.npmjs.com/package/@gr4vy/sdk/v/1.9.20 - .
1498+
1499+
## 2026-02-04 18:29:16
1500+
### Changes
1501+
Based on:
1502+
- OpenAPI Doc
1503+
- Speakeasy CLI 1.703.0 (2.803.3) https://github.com/speakeasy-api/speakeasy
1504+
### Generated
1505+
- [typescript v1.10.0] .
1506+
### Releases
1507+
- [NPM v1.10.0] https://www.npmjs.com/package/@gr4vy/sdk/v/1.10.0 - .
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# MerchantAccountThreeDSConfiguration
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { MerchantAccountThreeDSConfiguration } from "@gr4vy/sdk/models/components";
7+
8+
let value: MerchantAccountThreeDSConfiguration = {
9+
merchantAcquirerBin: "516327",
10+
merchantAcquirerId: "123456789012345",
11+
merchantName: "Acme Inc.",
12+
merchantCountryCode: "840",
13+
merchantCategoryCode: "1234",
14+
merchantUrl: "https://example.com",
15+
id: "1ee985e3-7fbb-4a5f-8530-2ce7040a43df",
16+
merchantAccountId: "<id>",
17+
createdAt: new Date("2013-07-16T19:23:00.000+00:00"),
18+
updatedAt: new Date("2013-07-16T19:23:00.000+00:00"),
19+
scheme: "visa",
20+
currency: "USD",
21+
metadata: {
22+
"key": "<value>",
23+
},
24+
};
25+
```
26+
27+
## Fields
28+
29+
| Field | Type | Required | Description | Example |
30+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
31+
| `merchantAcquirerBin` | *string* | :heavy_check_mark: | Acquirer BIN to use when calling 3DS through this scheme. | 516327 |
32+
| `merchantAcquirerId` | *string* | :heavy_check_mark: | Merchant ID to use when calling 3DS through this scheme. | 123456789012345 |
33+
| `merchantName` | *string* | :heavy_check_mark: | N/A | Acme Inc. |
34+
| `merchantCountryCode` | *string* | :heavy_check_mark: | The merchant's ISO 3166-1 numeric country code. | 840 |
35+
| `merchantCategoryCode` | *string* | :heavy_check_mark: | Merchant category code to use when calling 3DS through this scheme. | 1234 |
36+
| `merchantUrl` | *string* | :heavy_check_mark: | URL to send when calling 3DS through this scheme. | https://example.com |
37+
| `type` | *"merchant-account.three-ds-configuration"* | :heavy_minus_sign: | Always `merchant-account.three-ds-configuration`. | merchant-account.three-ds-configuration |
38+
| `id` | *string* | :heavy_check_mark: | Unique identifier for the 3DS configuration | |
39+
| `merchantAccountId` | *string* | :heavy_check_mark: | ID of the associated merchant account | |
40+
| `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 configuration was first created in our system. | 2013-07-16T19:23:00.000+00:00 |
41+
| `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 configuration was last updated in our system. | 2013-07-16T19:23:00.000+00:00 |
42+
| `scheme` | [components.CardScheme](../../models/components/cardscheme.md) | :heavy_check_mark: | N/A | visa |
43+
| `currency` | *string* | :heavy_check_mark: | ISO 4217 currency code (3 characters). If null, the configuration applies to all currencies. | USD |
44+
| `metadata` | Record<string, *string*> | :heavy_check_mark: | Additional information about the 3DS configuration, stored as key-value pairs. | |
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# MerchantAccountThreeDSConfigurationCreate
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { MerchantAccountThreeDSConfigurationCreate } from "@gr4vy/sdk/models/components";
7+
8+
let value: MerchantAccountThreeDSConfigurationCreate = {
9+
merchantAcquirerBin: "516327",
10+
merchantAcquirerId: "123456789012345",
11+
merchantName: "Acme Inc.",
12+
merchantCountryCode: "840",
13+
merchantCategoryCode: "1234",
14+
merchantUrl: "https://example.com",
15+
scheme: "visa",
16+
metadata: {
17+
"key": "<value>",
18+
},
19+
};
20+
```
21+
22+
## Fields
23+
24+
| Field | Type | Required | Description | Example |
25+
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
26+
| `merchantAcquirerBin` | *string* | :heavy_check_mark: | Acquirer BIN to use when calling 3DS through this scheme. | 516327 |
27+
| `merchantAcquirerId` | *string* | :heavy_check_mark: | Merchant ID to use when calling 3DS through this scheme. | 123456789012345 |
28+
| `merchantName` | *string* | :heavy_check_mark: | N/A | Acme Inc. |
29+
| `merchantCountryCode` | *string* | :heavy_check_mark: | The merchant's ISO 3166-1 numeric country code. | 840 |
30+
| `merchantCategoryCode` | *string* | :heavy_check_mark: | Merchant category code to use when calling 3DS through this scheme. | 1234 |
31+
| `merchantUrl` | *string* | :heavy_check_mark: | URL to send when calling 3DS through this scheme. | https://example.com |
32+
| `scheme` | [components.CardScheme](../../models/components/cardscheme.md) | :heavy_check_mark: | N/A | visa |
33+
| `currency` | *string* | :heavy_minus_sign: | ISO 4217 currency code (3 characters). If left null, the configuration will apply to all currencies. | USD |
34+
| `metadata` | Record<string, *string*> | :heavy_check_mark: | Any additional information about the 3DS configuration that you would like to store as key-value pairs. | |

0 commit comments

Comments
 (0)