@createiq/backend 1.0.36 → 1.0.37
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 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -3602,7 +3602,6 @@ export type ReportGenerationRequestDto = {
|
|
|
3602
3602
|
export type ElectionDto = {
|
|
3603
3603
|
readOnly?: boolean;
|
|
3604
3604
|
description?: string;
|
|
3605
|
-
label: string;
|
|
3606
3605
|
amend: boolean;
|
|
3607
3606
|
restrictions: RestrictionsDto;
|
|
3608
3607
|
components: Array<ComponentDto>;
|
|
@@ -3612,6 +3611,8 @@ export type ElectionDto = {
|
|
|
3612
3611
|
clearOnPartySwap?: boolean;
|
|
3613
3612
|
zuva?: ZuvaFieldDto;
|
|
3614
3613
|
type: string;
|
|
3614
|
+
excludeFromPrincipals?: boolean;
|
|
3615
|
+
label: string;
|
|
3615
3616
|
};
|
|
3616
3617
|
|
|
3617
3618
|
export type PartyAnswersDto = {
|
package/dist/index.d.cts
CHANGED
|
@@ -3123,7 +3123,6 @@ type ReportGenerationRequestDto = {
|
|
|
3123
3123
|
type ElectionDto = {
|
|
3124
3124
|
readOnly?: boolean;
|
|
3125
3125
|
description?: string;
|
|
3126
|
-
label: string;
|
|
3127
3126
|
amend: boolean;
|
|
3128
3127
|
restrictions: RestrictionsDto;
|
|
3129
3128
|
components: Array<ComponentDto>;
|
|
@@ -3133,6 +3132,8 @@ type ElectionDto = {
|
|
|
3133
3132
|
clearOnPartySwap?: boolean;
|
|
3134
3133
|
zuva?: ZuvaFieldDto;
|
|
3135
3134
|
type: string;
|
|
3135
|
+
excludeFromPrincipals?: boolean;
|
|
3136
|
+
label: string;
|
|
3136
3137
|
};
|
|
3137
3138
|
type PartyAnswersDto = {
|
|
3138
3139
|
[key: string]: ElectionAnswerDto;
|
package/dist/index.d.ts
CHANGED
|
@@ -3123,7 +3123,6 @@ type ReportGenerationRequestDto = {
|
|
|
3123
3123
|
type ElectionDto = {
|
|
3124
3124
|
readOnly?: boolean;
|
|
3125
3125
|
description?: string;
|
|
3126
|
-
label: string;
|
|
3127
3126
|
amend: boolean;
|
|
3128
3127
|
restrictions: RestrictionsDto;
|
|
3129
3128
|
components: Array<ComponentDto>;
|
|
@@ -3133,6 +3132,8 @@ type ElectionDto = {
|
|
|
3133
3132
|
clearOnPartySwap?: boolean;
|
|
3134
3133
|
zuva?: ZuvaFieldDto;
|
|
3135
3134
|
type: string;
|
|
3135
|
+
excludeFromPrincipals?: boolean;
|
|
3136
|
+
label: string;
|
|
3136
3137
|
};
|
|
3137
3138
|
type PartyAnswersDto = {
|
|
3138
3139
|
[key: string]: ElectionAnswerDto;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0bc7488e68f5d5b7f9a3c89fd1a2feb6ab706a075d29fe53b132eb38df3aab8b
|