@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 03a2a123b9e29af7e5dca92c09c4d953e96e6af492ae9cee3aafb3a9f2e5e373
1
+ 42ab0b7b7c49883a04480092c4e6ba7e91d147c4018a8dacb87fb428ae859cb6