@finverse/sdk-typescript 0.0.125 → 0.0.127

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +5 -5
  2. 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
- user_id?: string;
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
- sender_id: string;
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
- user_id: string;
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}
@@ -3542,11 +3542,11 @@ export interface MandateSenderAccount {
3542
3542
  */
3543
3543
  institution_id?: string;
3544
3544
  /**
3545
- * A unique identifier generated after creating sender
3545
+ * A unique identifier generated after creating sender (Finverse Payment User ID)
3546
3546
  * @type {string}
3547
3547
  * @memberof MandateSenderAccount
3548
3548
  */
3549
- sender_id?: string;
3549
+ user_id?: string;
3550
3550
  /**
3551
3551
  * Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
3552
3552
  * @type {{ [key: string]: string; }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.125",
3
+ "version": "0.0.127",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [