@finverse/sdk-typescript 0.0.247 → 0.0.249
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +24 -12
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -1391,18 +1391,6 @@ export interface CreatePaymentMethodRequest {
|
|
|
1391
1391
|
* @memberof CreatePaymentMethodRequest
|
|
1392
1392
|
*/
|
|
1393
1393
|
payment_method_type: CreatePaymentMethodRequestPaymentMethodTypeEnum;
|
|
1394
|
-
/**
|
|
1395
|
-
*
|
|
1396
|
-
* @type {string}
|
|
1397
|
-
* @memberof CreatePaymentMethodRequest
|
|
1398
|
-
*/
|
|
1399
|
-
recipient_account_id: string;
|
|
1400
|
-
/**
|
|
1401
|
-
*
|
|
1402
|
-
* @type {string}
|
|
1403
|
-
* @memberof CreatePaymentMethodRequest
|
|
1404
|
-
*/
|
|
1405
|
-
currency: string;
|
|
1406
1394
|
}
|
|
1407
1395
|
export declare const CreatePaymentMethodRequestPaymentMethodTypeEnum: {
|
|
1408
1396
|
readonly Card: "CARD";
|
|
@@ -1420,6 +1408,12 @@ export interface CreatePaymentMethodRequestCard {
|
|
|
1420
1408
|
* @memberof CreatePaymentMethodRequestCard
|
|
1421
1409
|
*/
|
|
1422
1410
|
card_details: CreatePaymentMethodRequestCardCardDetails;
|
|
1411
|
+
/**
|
|
1412
|
+
*
|
|
1413
|
+
* @type {MandateRecipientRequest}
|
|
1414
|
+
* @memberof CreatePaymentMethodRequestCard
|
|
1415
|
+
*/
|
|
1416
|
+
recipient_account: MandateRecipientRequest;
|
|
1423
1417
|
/**
|
|
1424
1418
|
*
|
|
1425
1419
|
* @type {string}
|
|
@@ -1449,6 +1443,12 @@ export interface CreatePaymentMethodRequestCardCardDetails {
|
|
|
1449
1443
|
* @memberof CreatePaymentMethodRequestCardCardDetails
|
|
1450
1444
|
*/
|
|
1451
1445
|
last4: string;
|
|
1446
|
+
/**
|
|
1447
|
+
*
|
|
1448
|
+
* @type {string}
|
|
1449
|
+
* @memberof CreatePaymentMethodRequestCardCardDetails
|
|
1450
|
+
*/
|
|
1451
|
+
currency: string;
|
|
1452
1452
|
}
|
|
1453
1453
|
/**
|
|
1454
1454
|
*
|
|
@@ -6228,6 +6228,12 @@ export interface RapidstorMetadataRequest {
|
|
|
6228
6228
|
* @memberof RapidstorMetadataRequest
|
|
6229
6229
|
*/
|
|
6230
6230
|
i_anniv_days?: number;
|
|
6231
|
+
/**
|
|
6232
|
+
*
|
|
6233
|
+
* @type {string}
|
|
6234
|
+
* @memberof RapidstorMetadataRequest
|
|
6235
|
+
*/
|
|
6236
|
+
account_token?: string;
|
|
6231
6237
|
}
|
|
6232
6238
|
/**
|
|
6233
6239
|
*
|
|
@@ -6265,6 +6271,12 @@ export interface RapidstorMetadataResponse {
|
|
|
6265
6271
|
* @memberof RapidstorMetadataResponse
|
|
6266
6272
|
*/
|
|
6267
6273
|
tenant_default_currency?: string;
|
|
6274
|
+
/**
|
|
6275
|
+
*
|
|
6276
|
+
* @type {string}
|
|
6277
|
+
* @memberof RapidstorMetadataResponse
|
|
6278
|
+
*/
|
|
6279
|
+
account_token?: string;
|
|
6268
6280
|
}
|
|
6269
6281
|
/**
|
|
6270
6282
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.249",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/node": "^12.11.5",
|
|
27
27
|
"axios-mock-adapter": "^1.21.2",
|
|
28
28
|
"chai": "^5.1.1",
|
|
29
|
-
"mocha": "^10.
|
|
29
|
+
"mocha": "^10.6.0",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^3.6.4"
|
|
32
32
|
},
|