@createiq/backend 1.0.56 → 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 +2 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- 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;
|
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;
|
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;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
891fa2e80134880ab815ea0bebe862f162300fedf46c45eca1dc07fc354f25ac
|