@finverse/sdk-typescript 0.0.246 → 0.0.247
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 +19 -0
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -5638,6 +5638,12 @@ export interface PaymentSetupOptions {
|
|
|
5638
5638
|
* @memberof PaymentSetupOptions
|
|
5639
5639
|
*/
|
|
5640
5640
|
payment_method_types?: Array<PaymentSetupOptionsPaymentMethodTypesEnum>;
|
|
5641
|
+
/**
|
|
5642
|
+
*
|
|
5643
|
+
* @type {RecipientAccountFilters}
|
|
5644
|
+
* @memberof PaymentSetupOptions
|
|
5645
|
+
*/
|
|
5646
|
+
recipient_account_filters?: RecipientAccountFilters;
|
|
5641
5647
|
}
|
|
5642
5648
|
export declare const PaymentSetupOptionsFuturePaymentsEnum: {
|
|
5643
5649
|
readonly Autopay: "AUTOPAY";
|
|
@@ -6260,6 +6266,19 @@ export interface RapidstorMetadataResponse {
|
|
|
6260
6266
|
*/
|
|
6261
6267
|
tenant_default_currency?: string;
|
|
6262
6268
|
}
|
|
6269
|
+
/**
|
|
6270
|
+
*
|
|
6271
|
+
* @export
|
|
6272
|
+
* @interface RecipientAccountFilters
|
|
6273
|
+
*/
|
|
6274
|
+
export interface RecipientAccountFilters {
|
|
6275
|
+
/**
|
|
6276
|
+
*
|
|
6277
|
+
* @type {string}
|
|
6278
|
+
* @memberof RecipientAccountFilters
|
|
6279
|
+
*/
|
|
6280
|
+
business_unit: string;
|
|
6281
|
+
}
|
|
6263
6282
|
/**
|
|
6264
6283
|
*
|
|
6265
6284
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.247",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/chai": "^4.3.16",
|
|
25
|
-
"@types/mocha": "^10.0.
|
|
25
|
+
"@types/mocha": "^10.0.7",
|
|
26
26
|
"@types/node": "^12.11.5",
|
|
27
27
|
"axios-mock-adapter": "^1.21.2",
|
|
28
28
|
"chai": "^5.1.1",
|