@finverse/sdk-typescript 0.0.384 → 0.0.386
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 +13 -7
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1586,7 +1586,7 @@ export interface CreateMandateResponse {
|
|
|
1586
1586
|
*/
|
|
1587
1587
|
fees?: Array<Fee>;
|
|
1588
1588
|
/**
|
|
1589
|
-
* Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to
|
|
1589
|
+
* Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
1590
1590
|
* @type {{ [key: string]: string; }}
|
|
1591
1591
|
* @memberof CreateMandateResponse
|
|
1592
1592
|
*/
|
|
@@ -3478,7 +3478,7 @@ export interface GetMandateResponse {
|
|
|
3478
3478
|
*/
|
|
3479
3479
|
error?: FvEmbeddedErrorModel;
|
|
3480
3480
|
/**
|
|
3481
|
-
* Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to
|
|
3481
|
+
* Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
3482
3482
|
* @type {{ [key: string]: string; }}
|
|
3483
3483
|
* @memberof GetMandateResponse
|
|
3484
3484
|
*/
|
|
@@ -5848,7 +5848,7 @@ export interface MandateSenderAccount {
|
|
|
5848
5848
|
*/
|
|
5849
5849
|
bank_code?: string;
|
|
5850
5850
|
/**
|
|
5851
|
-
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to
|
|
5851
|
+
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
5852
5852
|
* @type {{ [key: string]: string; }}
|
|
5853
5853
|
* @memberof MandateSenderAccount
|
|
5854
5854
|
*/
|
|
@@ -6121,7 +6121,7 @@ export interface PaymentAccountDetails {
|
|
|
6121
6121
|
*/
|
|
6122
6122
|
legal_entity_name?: string;
|
|
6123
6123
|
/**
|
|
6124
|
-
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to
|
|
6124
|
+
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
6125
6125
|
* @type {{ [key: string]: string; }}
|
|
6126
6126
|
* @memberof PaymentAccountDetails
|
|
6127
6127
|
*/
|
|
@@ -6237,7 +6237,7 @@ export interface PaymentAccountDetailsWithEnrichedData {
|
|
|
6237
6237
|
*/
|
|
6238
6238
|
legal_entity_name?: string;
|
|
6239
6239
|
/**
|
|
6240
|
-
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to
|
|
6240
|
+
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
6241
6241
|
* @type {{ [key: string]: string; }}
|
|
6242
6242
|
* @memberof PaymentAccountDetailsWithEnrichedData
|
|
6243
6243
|
*/
|
|
@@ -6622,7 +6622,7 @@ export interface PaymentLinkResponse {
|
|
|
6622
6622
|
*/
|
|
6623
6623
|
payment_setup_options?: PaymentSetupOptions;
|
|
6624
6624
|
/**
|
|
6625
|
-
* Additional attributes of the payment link in key:value format (e.g. payment_id: 1234). It supports up to
|
|
6625
|
+
* Additional attributes of the payment link in key:value format (e.g. payment_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
6626
6626
|
* @type {{ [key: string]: string; }}
|
|
6627
6627
|
* @memberof PaymentLinkResponse
|
|
6628
6628
|
*/
|
|
@@ -7494,7 +7494,7 @@ export interface PaymentResponse {
|
|
|
7494
7494
|
*/
|
|
7495
7495
|
created_at?: string;
|
|
7496
7496
|
/**
|
|
7497
|
-
* Additional attributes of the payment in key:value format (e.g. payment_internal_id: 1234). It supports up to
|
|
7497
|
+
* Additional attributes of the payment in key:value format (e.g. payment_internal_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
7498
7498
|
* @type {{ [key: string]: string; }}
|
|
7499
7499
|
* @memberof PaymentResponse
|
|
7500
7500
|
*/
|
|
@@ -7990,6 +7990,12 @@ export interface PayoutReferences {
|
|
|
7990
7990
|
* @memberof PayoutReferences
|
|
7991
7991
|
*/
|
|
7992
7992
|
recipient_reference?: string;
|
|
7993
|
+
/**
|
|
7994
|
+
*
|
|
7995
|
+
* @type {string}
|
|
7996
|
+
* @memberof PayoutReferences
|
|
7997
|
+
*/
|
|
7998
|
+
finverse_transaction_reference?: string;
|
|
7993
7999
|
}
|
|
7994
8000
|
/**
|
|
7995
8001
|
*
|