@createiq/backend 1.0.55 → 1.0.56
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 +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -2586,7 +2586,7 @@ export type ApprovalCommentUserDto = {
|
|
|
2586
2586
|
userId: string;
|
|
2587
2587
|
};
|
|
2588
2588
|
|
|
2589
|
-
export type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope';
|
|
2589
|
+
export type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope' | 'full';
|
|
2590
2590
|
|
|
2591
2591
|
export type AccountSummaryFlatDto = {
|
|
2592
2592
|
accountName: string;
|
package/dist/index.d.cts
CHANGED
|
@@ -2237,7 +2237,7 @@ type ApprovalCommentUserDto = {
|
|
|
2237
2237
|
firstName: string;
|
|
2238
2238
|
userId: string;
|
|
2239
2239
|
};
|
|
2240
|
-
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope';
|
|
2240
|
+
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope' | 'full';
|
|
2241
2241
|
type AccountSummaryFlatDto = {
|
|
2242
2242
|
accountName: string;
|
|
2243
2243
|
accountId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2237,7 +2237,7 @@ type ApprovalCommentUserDto = {
|
|
|
2237
2237
|
firstName: string;
|
|
2238
2238
|
userId: string;
|
|
2239
2239
|
};
|
|
2240
|
-
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope';
|
|
2240
|
+
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope' | 'full';
|
|
2241
2241
|
type AccountSummaryFlatDto = {
|
|
2242
2242
|
accountName: string;
|
|
2243
2243
|
accountId: string;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
42ab0b7b7c49883a04480092c4e6ba7e91d147c4018a8dacb87fb428ae859cb6
|