@createiq/backend 1.0.35 → 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 +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
|
@@ -3082,6 +3082,7 @@ export type TemplateSettingsDto = {
|
|
|
3082
3082
|
};
|
|
3083
3083
|
|
|
3084
3084
|
export type PresetAvailableActionsDto = {
|
|
3085
|
+
duplicate: boolean;
|
|
3085
3086
|
editAnswers: boolean;
|
|
3086
3087
|
unmarkElectionReserved: boolean;
|
|
3087
3088
|
deletePreset: boolean;
|
|
@@ -3601,7 +3602,6 @@ export type ReportGenerationRequestDto = {
|
|
|
3601
3602
|
export type ElectionDto = {
|
|
3602
3603
|
readOnly?: boolean;
|
|
3603
3604
|
description?: string;
|
|
3604
|
-
label: string;
|
|
3605
3605
|
amend: boolean;
|
|
3606
3606
|
restrictions: RestrictionsDto;
|
|
3607
3607
|
components: Array<ComponentDto>;
|
|
@@ -3611,6 +3611,8 @@ export type ElectionDto = {
|
|
|
3611
3611
|
clearOnPartySwap?: boolean;
|
|
3612
3612
|
zuva?: ZuvaFieldDto;
|
|
3613
3613
|
type: string;
|
|
3614
|
+
excludeFromPrincipals?: boolean;
|
|
3615
|
+
label: string;
|
|
3614
3616
|
};
|
|
3615
3617
|
|
|
3616
3618
|
export type PartyAnswersDto = {
|
package/dist/index.d.cts
CHANGED
|
@@ -2670,6 +2670,7 @@ type TemplateSettingsDto = {
|
|
|
2670
2670
|
continuousPageNumbering: boolean;
|
|
2671
2671
|
};
|
|
2672
2672
|
type PresetAvailableActionsDto = {
|
|
2673
|
+
duplicate: boolean;
|
|
2673
2674
|
editAnswers: boolean;
|
|
2674
2675
|
unmarkElectionReserved: boolean;
|
|
2675
2676
|
deletePreset: boolean;
|
|
@@ -3122,7 +3123,6 @@ type ReportGenerationRequestDto = {
|
|
|
3122
3123
|
type ElectionDto = {
|
|
3123
3124
|
readOnly?: boolean;
|
|
3124
3125
|
description?: string;
|
|
3125
|
-
label: string;
|
|
3126
3126
|
amend: boolean;
|
|
3127
3127
|
restrictions: RestrictionsDto;
|
|
3128
3128
|
components: Array<ComponentDto>;
|
|
@@ -3132,6 +3132,8 @@ type ElectionDto = {
|
|
|
3132
3132
|
clearOnPartySwap?: boolean;
|
|
3133
3133
|
zuva?: ZuvaFieldDto;
|
|
3134
3134
|
type: string;
|
|
3135
|
+
excludeFromPrincipals?: boolean;
|
|
3136
|
+
label: string;
|
|
3135
3137
|
};
|
|
3136
3138
|
type PartyAnswersDto = {
|
|
3137
3139
|
[key: string]: ElectionAnswerDto;
|
package/dist/index.d.ts
CHANGED
|
@@ -2670,6 +2670,7 @@ type TemplateSettingsDto = {
|
|
|
2670
2670
|
continuousPageNumbering: boolean;
|
|
2671
2671
|
};
|
|
2672
2672
|
type PresetAvailableActionsDto = {
|
|
2673
|
+
duplicate: boolean;
|
|
2673
2674
|
editAnswers: boolean;
|
|
2674
2675
|
unmarkElectionReserved: boolean;
|
|
2675
2676
|
deletePreset: boolean;
|
|
@@ -3122,7 +3123,6 @@ type ReportGenerationRequestDto = {
|
|
|
3122
3123
|
type ElectionDto = {
|
|
3123
3124
|
readOnly?: boolean;
|
|
3124
3125
|
description?: string;
|
|
3125
|
-
label: string;
|
|
3126
3126
|
amend: boolean;
|
|
3127
3127
|
restrictions: RestrictionsDto;
|
|
3128
3128
|
components: Array<ComponentDto>;
|
|
@@ -3132,6 +3132,8 @@ type ElectionDto = {
|
|
|
3132
3132
|
clearOnPartySwap?: boolean;
|
|
3133
3133
|
zuva?: ZuvaFieldDto;
|
|
3134
3134
|
type: string;
|
|
3135
|
+
excludeFromPrincipals?: boolean;
|
|
3136
|
+
label: string;
|
|
3135
3137
|
};
|
|
3136
3138
|
type PartyAnswersDto = {
|
|
3137
3139
|
[key: string]: ElectionAnswerDto;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0bc7488e68f5d5b7f9a3c89fd1a2feb6ab706a075d29fe53b132eb38df3aab8b
|