@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.
Files changed (2) hide show
  1. package/dist/api.d.ts +3 -3
  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}
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.126",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [