@finverse/sdk-typescript 0.0.125 → 0.0.126
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 +3 -3
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -788,7 +788,7 @@ export interface CreateMandateSender {
|
|
|
788
788
|
* @type {string}
|
|
789
789
|
* @memberof CreateMandateSender
|
|
790
790
|
*/
|
|
791
|
-
|
|
791
|
+
external_user_id?: string;
|
|
792
792
|
/**
|
|
793
793
|
* Type of account held by the Sender at the Institution. Possible values are INDIVIDUAL, BUSINESS
|
|
794
794
|
* @type {string}
|
|
@@ -1755,7 +1755,7 @@ export interface GetMandateSender {
|
|
|
1755
1755
|
* @type {string}
|
|
1756
1756
|
* @memberof GetMandateSender
|
|
1757
1757
|
*/
|
|
1758
|
-
|
|
1758
|
+
user_id: string;
|
|
1759
1759
|
/**
|
|
1760
1760
|
*
|
|
1761
1761
|
* @type {string}
|
|
@@ -1767,7 +1767,7 @@ export interface GetMandateSender {
|
|
|
1767
1767
|
* @type {string}
|
|
1768
1768
|
* @memberof GetMandateSender
|
|
1769
1769
|
*/
|
|
1770
|
-
|
|
1770
|
+
external_user_id: string;
|
|
1771
1771
|
/**
|
|
1772
1772
|
* Type of account held by the Sender at the Institution. Possible values are INDIVIDUAL, BUSINESS
|
|
1773
1773
|
* @type {string}
|