@createiq/backend 1.0.38 → 1.0.39
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/client/types.gen.ts +4 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -7880,6 +7880,10 @@ export type GetPotentialUsers_Data = {
|
|
|
7880
7880
|
* Include super managers (who are in all Sub-Accounts) in the response
|
|
7881
7881
|
*/
|
|
7882
7882
|
includeSuperManagers?: boolean;
|
|
7883
|
+
/**
|
|
7884
|
+
* Include admins (who are in all Sub-Accounts) in the response
|
|
7885
|
+
*/
|
|
7886
|
+
includeAdmins?: boolean;
|
|
7883
7887
|
/**
|
|
7884
7888
|
* Include advisors in the response
|
|
7885
7889
|
*/
|
package/dist/index.d.cts
CHANGED
|
@@ -6858,6 +6858,10 @@ type GetPotentialUsers_Data = {
|
|
|
6858
6858
|
* Include super managers (who are in all Sub-Accounts) in the response
|
|
6859
6859
|
*/
|
|
6860
6860
|
includeSuperManagers?: boolean;
|
|
6861
|
+
/**
|
|
6862
|
+
* Include admins (who are in all Sub-Accounts) in the response
|
|
6863
|
+
*/
|
|
6864
|
+
includeAdmins?: boolean;
|
|
6861
6865
|
/**
|
|
6862
6866
|
* Include advisors in the response
|
|
6863
6867
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -6858,6 +6858,10 @@ type GetPotentialUsers_Data = {
|
|
|
6858
6858
|
* Include super managers (who are in all Sub-Accounts) in the response
|
|
6859
6859
|
*/
|
|
6860
6860
|
includeSuperManagers?: boolean;
|
|
6861
|
+
/**
|
|
6862
|
+
* Include admins (who are in all Sub-Accounts) in the response
|
|
6863
|
+
*/
|
|
6864
|
+
includeAdmins?: boolean;
|
|
6861
6865
|
/**
|
|
6862
6866
|
* Include advisors in the response
|
|
6863
6867
|
*/
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
38db98a92716567c0a7d61599a801aaad2cf7b4372d7f76b8aff982efd61daad
|