@yuno-payments/dashboard-api-mfe 0.36.64 → 0.36.65

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.
@@ -160,6 +160,6 @@ export declare namespace User {
160
160
  }
161
161
  export interface GetUserFullResponse {
162
162
  user: User.UserResponsePayload;
163
- organization: Organization.Organization;
163
+ organizations: Organization.Organization;
164
164
  accounts_user: Organization.Account[];
165
165
  }
@@ -160,6 +160,6 @@ export declare namespace User {
160
160
  }
161
161
  export interface GetUserFullResponse {
162
162
  user: User.UserResponsePayload;
163
- organization: Organization.Organization;
163
+ organizations: Organization.Organization;
164
164
  accounts_user: Organization.Account[];
165
165
  }
package/build/index.d.ts CHANGED
@@ -1448,7 +1448,7 @@ declare namespace User {
1448
1448
  }
1449
1449
  interface GetUserFullResponse {
1450
1450
  user: User.UserResponsePayload;
1451
- organization: Organization.Organization;
1451
+ organizations: Organization.Organization;
1452
1452
  accounts_user: Organization.Account[];
1453
1453
  }
1454
1454
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.64",
3
+ "version": "0.36.65",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",