@createiq/backend 1.0.55 → 1.0.57
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 +3 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -1700,6 +1700,7 @@ export type CDMOutputDto = {
|
|
|
1700
1700
|
|
|
1701
1701
|
export type EmailWithErrorDto = {
|
|
1702
1702
|
email: string;
|
|
1703
|
+
isFreeEmail: boolean;
|
|
1703
1704
|
error?: string;
|
|
1704
1705
|
};
|
|
1705
1706
|
|
|
@@ -2454,6 +2455,7 @@ export type CreateSubAccountResponseDto = {
|
|
|
2454
2455
|
|
|
2455
2456
|
export type CounterpartyDto = {
|
|
2456
2457
|
externalComment?: string;
|
|
2458
|
+
isFreeEmail?: boolean;
|
|
2457
2459
|
displayReferenceId?: string;
|
|
2458
2460
|
bulkDraft?: BulkDraftCounterpartyOptionsDto;
|
|
2459
2461
|
attachDocx?: boolean;
|
|
@@ -2586,7 +2588,7 @@ export type ApprovalCommentUserDto = {
|
|
|
2586
2588
|
userId: string;
|
|
2587
2589
|
};
|
|
2588
2590
|
|
|
2589
|
-
export type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope';
|
|
2591
|
+
export type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope' | 'full';
|
|
2590
2592
|
|
|
2591
2593
|
export type AccountSummaryFlatDto = {
|
|
2592
2594
|
accountName: string;
|
package/dist/index.d.cts
CHANGED
|
@@ -1487,6 +1487,7 @@ type CDMOutputDto = {
|
|
|
1487
1487
|
};
|
|
1488
1488
|
type EmailWithErrorDto = {
|
|
1489
1489
|
email: string;
|
|
1490
|
+
isFreeEmail: boolean;
|
|
1490
1491
|
error?: string;
|
|
1491
1492
|
};
|
|
1492
1493
|
type SubAccountWithIdAndOptionalNameDto = {
|
|
@@ -2123,6 +2124,7 @@ type CreateSubAccountResponseDto = {
|
|
|
2123
2124
|
};
|
|
2124
2125
|
type CounterpartyDto = {
|
|
2125
2126
|
externalComment?: string;
|
|
2127
|
+
isFreeEmail?: boolean;
|
|
2126
2128
|
displayReferenceId?: string;
|
|
2127
2129
|
bulkDraft?: BulkDraftCounterpartyOptionsDto;
|
|
2128
2130
|
attachDocx?: boolean;
|
|
@@ -2237,7 +2239,7 @@ type ApprovalCommentUserDto = {
|
|
|
2237
2239
|
firstName: string;
|
|
2238
2240
|
userId: string;
|
|
2239
2241
|
};
|
|
2240
|
-
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope';
|
|
2242
|
+
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope' | 'full';
|
|
2241
2243
|
type AccountSummaryFlatDto = {
|
|
2242
2244
|
accountName: string;
|
|
2243
2245
|
accountId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1487,6 +1487,7 @@ type CDMOutputDto = {
|
|
|
1487
1487
|
};
|
|
1488
1488
|
type EmailWithErrorDto = {
|
|
1489
1489
|
email: string;
|
|
1490
|
+
isFreeEmail: boolean;
|
|
1490
1491
|
error?: string;
|
|
1491
1492
|
};
|
|
1492
1493
|
type SubAccountWithIdAndOptionalNameDto = {
|
|
@@ -2123,6 +2124,7 @@ type CreateSubAccountResponseDto = {
|
|
|
2123
2124
|
};
|
|
2124
2125
|
type CounterpartyDto = {
|
|
2125
2126
|
externalComment?: string;
|
|
2127
|
+
isFreeEmail?: boolean;
|
|
2126
2128
|
displayReferenceId?: string;
|
|
2127
2129
|
bulkDraft?: BulkDraftCounterpartyOptionsDto;
|
|
2128
2130
|
attachDocx?: boolean;
|
|
@@ -2237,7 +2239,7 @@ type ApprovalCommentUserDto = {
|
|
|
2237
2239
|
firstName: string;
|
|
2238
2240
|
userId: string;
|
|
2239
2241
|
};
|
|
2240
|
-
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope';
|
|
2242
|
+
type FundListScope = 'add' | 'modify' | 'remove' | 'name_change' | 'out_of_scope' | 'full';
|
|
2241
2243
|
type AccountSummaryFlatDto = {
|
|
2242
2244
|
accountName: string;
|
|
2243
2245
|
accountId: string;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
891fa2e80134880ab815ea0bebe862f162300fedf46c45eca1dc07fc354f25ac
|