@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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1451
|
+
organizations: Organization.Organization;
|
|
1452
1452
|
accounts_user: Organization.Account[];
|
|
1453
1453
|
}
|
|
1454
1454
|
|