evo360-types 1.1.40 → 1.1.42
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.
|
@@ -126,7 +126,7 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<z.objectUtil.extend
|
|
|
126
126
|
}>, "many">>;
|
|
127
127
|
}>, {
|
|
128
128
|
type: z.ZodLiteral<"scale">;
|
|
129
|
-
template: z.ZodOptional<z.ZodString
|
|
129
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
130
130
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
131
131
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
132
132
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -160,7 +160,7 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<z.objectUtil.extend
|
|
|
160
160
|
}>, "many">>;
|
|
161
161
|
}>, {
|
|
162
162
|
type: z.ZodLiteral<"scale">;
|
|
163
|
-
template: z.ZodOptional<z.ZodString
|
|
163
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
164
164
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
165
165
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
166
166
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -194,7 +194,7 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<z.objectUtil.extend
|
|
|
194
194
|
}>, "many">>;
|
|
195
195
|
}>, {
|
|
196
196
|
type: z.ZodLiteral<"scale">;
|
|
197
|
-
template: z.ZodOptional<z.ZodString
|
|
197
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
198
198
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
199
199
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
200
200
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
@@ -411,7 +411,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
411
411
|
name: z.ZodString;
|
|
412
412
|
description: z.ZodOptional<z.ZodString>;
|
|
413
413
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
414
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
414
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
415
415
|
id: z.ZodString;
|
|
416
416
|
ref: z.ZodAny;
|
|
417
417
|
tenant: z.ZodString;
|
|
@@ -541,7 +541,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
541
541
|
}>, "many">>;
|
|
542
542
|
}>, {
|
|
543
543
|
type: z.ZodLiteral<"scale">;
|
|
544
|
-
template: z.ZodOptional<z.ZodString
|
|
544
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
545
545
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
546
546
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
547
547
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -575,7 +575,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
575
575
|
}>, "many">>;
|
|
576
576
|
}>, {
|
|
577
577
|
type: z.ZodLiteral<"scale">;
|
|
578
|
-
template: z.ZodOptional<z.ZodString
|
|
578
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
579
579
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
580
580
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
581
581
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -609,7 +609,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
609
609
|
}>, "many">>;
|
|
610
610
|
}>, {
|
|
611
611
|
type: z.ZodLiteral<"scale">;
|
|
612
|
-
template: z.ZodOptional<z.ZodString
|
|
612
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
613
613
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
614
614
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
615
615
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -711,7 +711,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
711
711
|
type: z.ZodLiteral<"options">;
|
|
712
712
|
options: z.ZodArray<z.ZodString, "many">;
|
|
713
713
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
714
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
714
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
715
715
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
716
716
|
id: z.ZodString;
|
|
717
717
|
ref: z.ZodAny;
|
|
@@ -725,7 +725,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
725
725
|
name: z.ZodString;
|
|
726
726
|
description: z.ZodOptional<z.ZodString>;
|
|
727
727
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
728
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
728
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
729
729
|
id: z.ZodString;
|
|
730
730
|
ref: z.ZodAny;
|
|
731
731
|
tenant: z.ZodString;
|
|
@@ -855,7 +855,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
855
855
|
}>, "many">>;
|
|
856
856
|
}>, {
|
|
857
857
|
type: z.ZodLiteral<"scale">;
|
|
858
|
-
template: z.ZodOptional<z.ZodString
|
|
858
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
859
859
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
860
860
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
861
861
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -889,7 +889,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
889
889
|
}>, "many">>;
|
|
890
890
|
}>, {
|
|
891
891
|
type: z.ZodLiteral<"scale">;
|
|
892
|
-
template: z.ZodOptional<z.ZodString
|
|
892
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
893
893
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
894
894
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
895
895
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -923,7 +923,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
923
923
|
}>, "many">>;
|
|
924
924
|
}>, {
|
|
925
925
|
type: z.ZodLiteral<"scale">;
|
|
926
|
-
template: z.ZodOptional<z.ZodString
|
|
926
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
927
927
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
928
928
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
929
929
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1025,7 +1025,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1025
1025
|
type: z.ZodLiteral<"options">;
|
|
1026
1026
|
options: z.ZodArray<z.ZodString, "many">;
|
|
1027
1027
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1028
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
1028
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
1029
1029
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
1030
1030
|
id: z.ZodString;
|
|
1031
1031
|
ref: z.ZodAny;
|
|
@@ -1039,7 +1039,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1039
1039
|
name: z.ZodString;
|
|
1040
1040
|
description: z.ZodOptional<z.ZodString>;
|
|
1041
1041
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1042
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1042
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1043
1043
|
id: z.ZodString;
|
|
1044
1044
|
ref: z.ZodAny;
|
|
1045
1045
|
tenant: z.ZodString;
|
|
@@ -1169,7 +1169,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1169
1169
|
}>, "many">>;
|
|
1170
1170
|
}>, {
|
|
1171
1171
|
type: z.ZodLiteral<"scale">;
|
|
1172
|
-
template: z.ZodOptional<z.ZodString
|
|
1172
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1173
1173
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1174
1174
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1175
1175
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1203,7 +1203,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1203
1203
|
}>, "many">>;
|
|
1204
1204
|
}>, {
|
|
1205
1205
|
type: z.ZodLiteral<"scale">;
|
|
1206
|
-
template: z.ZodOptional<z.ZodString
|
|
1206
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1207
1207
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1208
1208
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1209
1209
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1237,7 +1237,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1237
1237
|
}>, "many">>;
|
|
1238
1238
|
}>, {
|
|
1239
1239
|
type: z.ZodLiteral<"scale">;
|
|
1240
|
-
template: z.ZodOptional<z.ZodString
|
|
1240
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1241
1241
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1242
1242
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1243
1243
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1339,7 +1339,7 @@ export declare const zSurveySectionSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1339
1339
|
type: z.ZodLiteral<"options">;
|
|
1340
1340
|
options: z.ZodArray<z.ZodString, "many">;
|
|
1341
1341
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1342
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
1342
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
1343
1343
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
1344
1344
|
export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
1345
1345
|
id: z.ZodString;
|
|
@@ -1368,7 +1368,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1368
1368
|
name: z.ZodString;
|
|
1369
1369
|
description: z.ZodOptional<z.ZodString>;
|
|
1370
1370
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1371
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1371
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1372
1372
|
id: z.ZodString;
|
|
1373
1373
|
ref: z.ZodAny;
|
|
1374
1374
|
tenant: z.ZodString;
|
|
@@ -1498,7 +1498,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1498
1498
|
}>, "many">>;
|
|
1499
1499
|
}>, {
|
|
1500
1500
|
type: z.ZodLiteral<"scale">;
|
|
1501
|
-
template: z.ZodOptional<z.ZodString
|
|
1501
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1502
1502
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1503
1503
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1504
1504
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1532,7 +1532,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1532
1532
|
}>, "many">>;
|
|
1533
1533
|
}>, {
|
|
1534
1534
|
type: z.ZodLiteral<"scale">;
|
|
1535
|
-
template: z.ZodOptional<z.ZodString
|
|
1535
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1536
1536
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1537
1537
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1538
1538
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1566,7 +1566,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1566
1566
|
}>, "many">>;
|
|
1567
1567
|
}>, {
|
|
1568
1568
|
type: z.ZodLiteral<"scale">;
|
|
1569
|
-
template: z.ZodOptional<z.ZodString
|
|
1569
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1570
1570
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1571
1571
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1572
1572
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1668,7 +1668,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1668
1668
|
type: z.ZodLiteral<"options">;
|
|
1669
1669
|
options: z.ZodArray<z.ZodString, "many">;
|
|
1670
1670
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1671
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
1671
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
1672
1672
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
1673
1673
|
id: z.ZodString;
|
|
1674
1674
|
ref: z.ZodAny;
|
|
@@ -1682,7 +1682,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1682
1682
|
name: z.ZodString;
|
|
1683
1683
|
description: z.ZodOptional<z.ZodString>;
|
|
1684
1684
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1685
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1685
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1686
1686
|
id: z.ZodString;
|
|
1687
1687
|
ref: z.ZodAny;
|
|
1688
1688
|
tenant: z.ZodString;
|
|
@@ -1812,7 +1812,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1812
1812
|
}>, "many">>;
|
|
1813
1813
|
}>, {
|
|
1814
1814
|
type: z.ZodLiteral<"scale">;
|
|
1815
|
-
template: z.ZodOptional<z.ZodString
|
|
1815
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1816
1816
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1817
1817
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1818
1818
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1846,7 +1846,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1846
1846
|
}>, "many">>;
|
|
1847
1847
|
}>, {
|
|
1848
1848
|
type: z.ZodLiteral<"scale">;
|
|
1849
|
-
template: z.ZodOptional<z.ZodString
|
|
1849
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1850
1850
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1851
1851
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1852
1852
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1880,7 +1880,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1880
1880
|
}>, "many">>;
|
|
1881
1881
|
}>, {
|
|
1882
1882
|
type: z.ZodLiteral<"scale">;
|
|
1883
|
-
template: z.ZodOptional<z.ZodString
|
|
1883
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1884
1884
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1885
1885
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1886
1886
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -1982,7 +1982,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1982
1982
|
type: z.ZodLiteral<"options">;
|
|
1983
1983
|
options: z.ZodArray<z.ZodString, "many">;
|
|
1984
1984
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1985
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
1985
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
1986
1986
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
1987
1987
|
id: z.ZodString;
|
|
1988
1988
|
ref: z.ZodAny;
|
|
@@ -1996,7 +1996,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1996
1996
|
name: z.ZodString;
|
|
1997
1997
|
description: z.ZodOptional<z.ZodString>;
|
|
1998
1998
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1999
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1999
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2000
2000
|
id: z.ZodString;
|
|
2001
2001
|
ref: z.ZodAny;
|
|
2002
2002
|
tenant: z.ZodString;
|
|
@@ -2126,7 +2126,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2126
2126
|
}>, "many">>;
|
|
2127
2127
|
}>, {
|
|
2128
2128
|
type: z.ZodLiteral<"scale">;
|
|
2129
|
-
template: z.ZodOptional<z.ZodString
|
|
2129
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2130
2130
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2131
2131
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2132
2132
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2160,7 +2160,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2160
2160
|
}>, "many">>;
|
|
2161
2161
|
}>, {
|
|
2162
2162
|
type: z.ZodLiteral<"scale">;
|
|
2163
|
-
template: z.ZodOptional<z.ZodString
|
|
2163
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2164
2164
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2165
2165
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2166
2166
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2194,7 +2194,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2194
2194
|
}>, "many">>;
|
|
2195
2195
|
}>, {
|
|
2196
2196
|
type: z.ZodLiteral<"scale">;
|
|
2197
|
-
template: z.ZodOptional<z.ZodString
|
|
2197
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2198
2198
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2199
2199
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2200
2200
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2296,7 +2296,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2296
2296
|
type: z.ZodLiteral<"options">;
|
|
2297
2297
|
options: z.ZodArray<z.ZodString, "many">;
|
|
2298
2298
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2299
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
2299
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
2300
2300
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
2301
2301
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2302
2302
|
name: z.ZodString;
|
|
@@ -2338,7 +2338,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2338
2338
|
name: z.ZodString;
|
|
2339
2339
|
description: z.ZodOptional<z.ZodString>;
|
|
2340
2340
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2341
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2341
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2342
2342
|
id: z.ZodString;
|
|
2343
2343
|
ref: z.ZodAny;
|
|
2344
2344
|
tenant: z.ZodString;
|
|
@@ -2468,7 +2468,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2468
2468
|
}>, "many">>;
|
|
2469
2469
|
}>, {
|
|
2470
2470
|
type: z.ZodLiteral<"scale">;
|
|
2471
|
-
template: z.ZodOptional<z.ZodString
|
|
2471
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2472
2472
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2473
2473
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2474
2474
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2502,7 +2502,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2502
2502
|
}>, "many">>;
|
|
2503
2503
|
}>, {
|
|
2504
2504
|
type: z.ZodLiteral<"scale">;
|
|
2505
|
-
template: z.ZodOptional<z.ZodString
|
|
2505
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2506
2506
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2507
2507
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2508
2508
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2536,7 +2536,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2536
2536
|
}>, "many">>;
|
|
2537
2537
|
}>, {
|
|
2538
2538
|
type: z.ZodLiteral<"scale">;
|
|
2539
|
-
template: z.ZodOptional<z.ZodString
|
|
2539
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2540
2540
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2541
2541
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2542
2542
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2638,7 +2638,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2638
2638
|
type: z.ZodLiteral<"options">;
|
|
2639
2639
|
options: z.ZodArray<z.ZodString, "many">;
|
|
2640
2640
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2641
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
2641
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
2642
2642
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
2643
2643
|
id: z.ZodString;
|
|
2644
2644
|
ref: z.ZodAny;
|
|
@@ -2652,7 +2652,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2652
2652
|
name: z.ZodString;
|
|
2653
2653
|
description: z.ZodOptional<z.ZodString>;
|
|
2654
2654
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2655
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2655
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2656
2656
|
id: z.ZodString;
|
|
2657
2657
|
ref: z.ZodAny;
|
|
2658
2658
|
tenant: z.ZodString;
|
|
@@ -2782,7 +2782,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2782
2782
|
}>, "many">>;
|
|
2783
2783
|
}>, {
|
|
2784
2784
|
type: z.ZodLiteral<"scale">;
|
|
2785
|
-
template: z.ZodOptional<z.ZodString
|
|
2785
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2786
2786
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2787
2787
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2788
2788
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2816,7 +2816,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2816
2816
|
}>, "many">>;
|
|
2817
2817
|
}>, {
|
|
2818
2818
|
type: z.ZodLiteral<"scale">;
|
|
2819
|
-
template: z.ZodOptional<z.ZodString
|
|
2819
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2820
2820
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2821
2821
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2822
2822
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2850,7 +2850,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2850
2850
|
}>, "many">>;
|
|
2851
2851
|
}>, {
|
|
2852
2852
|
type: z.ZodLiteral<"scale">;
|
|
2853
|
-
template: z.ZodOptional<z.ZodString
|
|
2853
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2854
2854
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2855
2855
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2856
2856
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2952,7 +2952,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2952
2952
|
type: z.ZodLiteral<"options">;
|
|
2953
2953
|
options: z.ZodArray<z.ZodString, "many">;
|
|
2954
2954
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2955
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
2955
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
2956
2956
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
2957
2957
|
id: z.ZodString;
|
|
2958
2958
|
ref: z.ZodAny;
|
|
@@ -2966,7 +2966,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2966
2966
|
name: z.ZodString;
|
|
2967
2967
|
description: z.ZodOptional<z.ZodString>;
|
|
2968
2968
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2969
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2969
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
2970
2970
|
id: z.ZodString;
|
|
2971
2971
|
ref: z.ZodAny;
|
|
2972
2972
|
tenant: z.ZodString;
|
|
@@ -3096,7 +3096,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3096
3096
|
}>, "many">>;
|
|
3097
3097
|
}>, {
|
|
3098
3098
|
type: z.ZodLiteral<"scale">;
|
|
3099
|
-
template: z.ZodOptional<z.ZodString
|
|
3099
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3100
3100
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3101
3101
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3102
3102
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3130,7 +3130,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3130
3130
|
}>, "many">>;
|
|
3131
3131
|
}>, {
|
|
3132
3132
|
type: z.ZodLiteral<"scale">;
|
|
3133
|
-
template: z.ZodOptional<z.ZodString
|
|
3133
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3134
3134
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3135
3135
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3136
3136
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3164,7 +3164,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3164
3164
|
}>, "many">>;
|
|
3165
3165
|
}>, {
|
|
3166
3166
|
type: z.ZodLiteral<"scale">;
|
|
3167
|
-
template: z.ZodOptional<z.ZodString
|
|
3167
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3168
3168
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3169
3169
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3170
3170
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3266,7 +3266,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3266
3266
|
type: z.ZodLiteral<"options">;
|
|
3267
3267
|
options: z.ZodArray<z.ZodString, "many">;
|
|
3268
3268
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3269
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
3269
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
3270
3270
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3271
3271
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3272
3272
|
name: z.ZodString;
|
|
@@ -3308,7 +3308,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3308
3308
|
name: z.ZodString;
|
|
3309
3309
|
description: z.ZodOptional<z.ZodString>;
|
|
3310
3310
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3311
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3311
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3312
3312
|
id: z.ZodString;
|
|
3313
3313
|
ref: z.ZodAny;
|
|
3314
3314
|
tenant: z.ZodString;
|
|
@@ -3438,7 +3438,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3438
3438
|
}>, "many">>;
|
|
3439
3439
|
}>, {
|
|
3440
3440
|
type: z.ZodLiteral<"scale">;
|
|
3441
|
-
template: z.ZodOptional<z.ZodString
|
|
3441
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3442
3442
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3443
3443
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3444
3444
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3472,7 +3472,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3472
3472
|
}>, "many">>;
|
|
3473
3473
|
}>, {
|
|
3474
3474
|
type: z.ZodLiteral<"scale">;
|
|
3475
|
-
template: z.ZodOptional<z.ZodString
|
|
3475
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3476
3476
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3477
3477
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3478
3478
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3506,7 +3506,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3506
3506
|
}>, "many">>;
|
|
3507
3507
|
}>, {
|
|
3508
3508
|
type: z.ZodLiteral<"scale">;
|
|
3509
|
-
template: z.ZodOptional<z.ZodString
|
|
3509
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3510
3510
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3511
3511
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3512
3512
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3608,7 +3608,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3608
3608
|
type: z.ZodLiteral<"options">;
|
|
3609
3609
|
options: z.ZodArray<z.ZodString, "many">;
|
|
3610
3610
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3611
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
3611
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
3612
3612
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
3613
3613
|
id: z.ZodString;
|
|
3614
3614
|
ref: z.ZodAny;
|
|
@@ -3622,7 +3622,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3622
3622
|
name: z.ZodString;
|
|
3623
3623
|
description: z.ZodOptional<z.ZodString>;
|
|
3624
3624
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3625
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3625
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3626
3626
|
id: z.ZodString;
|
|
3627
3627
|
ref: z.ZodAny;
|
|
3628
3628
|
tenant: z.ZodString;
|
|
@@ -3752,7 +3752,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3752
3752
|
}>, "many">>;
|
|
3753
3753
|
}>, {
|
|
3754
3754
|
type: z.ZodLiteral<"scale">;
|
|
3755
|
-
template: z.ZodOptional<z.ZodString
|
|
3755
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3756
3756
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3757
3757
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3758
3758
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3786,7 +3786,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3786
3786
|
}>, "many">>;
|
|
3787
3787
|
}>, {
|
|
3788
3788
|
type: z.ZodLiteral<"scale">;
|
|
3789
|
-
template: z.ZodOptional<z.ZodString
|
|
3789
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3790
3790
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3791
3791
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3792
3792
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3820,7 +3820,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3820
3820
|
}>, "many">>;
|
|
3821
3821
|
}>, {
|
|
3822
3822
|
type: z.ZodLiteral<"scale">;
|
|
3823
|
-
template: z.ZodOptional<z.ZodString
|
|
3823
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3824
3824
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3825
3825
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3826
3826
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -3922,7 +3922,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3922
3922
|
type: z.ZodLiteral<"options">;
|
|
3923
3923
|
options: z.ZodArray<z.ZodString, "many">;
|
|
3924
3924
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3925
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
3925
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
3926
3926
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
3927
3927
|
id: z.ZodString;
|
|
3928
3928
|
ref: z.ZodAny;
|
|
@@ -3936,7 +3936,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3936
3936
|
name: z.ZodString;
|
|
3937
3937
|
description: z.ZodOptional<z.ZodString>;
|
|
3938
3938
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3939
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3939
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3940
3940
|
id: z.ZodString;
|
|
3941
3941
|
ref: z.ZodAny;
|
|
3942
3942
|
tenant: z.ZodString;
|
|
@@ -4066,7 +4066,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4066
4066
|
}>, "many">>;
|
|
4067
4067
|
}>, {
|
|
4068
4068
|
type: z.ZodLiteral<"scale">;
|
|
4069
|
-
template: z.ZodOptional<z.ZodString
|
|
4069
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4070
4070
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4071
4071
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4072
4072
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4100,7 +4100,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4100
4100
|
}>, "many">>;
|
|
4101
4101
|
}>, {
|
|
4102
4102
|
type: z.ZodLiteral<"scale">;
|
|
4103
|
-
template: z.ZodOptional<z.ZodString
|
|
4103
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4104
4104
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4105
4105
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4106
4106
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4134,7 +4134,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4134
4134
|
}>, "many">>;
|
|
4135
4135
|
}>, {
|
|
4136
4136
|
type: z.ZodLiteral<"scale">;
|
|
4137
|
-
template: z.ZodOptional<z.ZodString
|
|
4137
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4138
4138
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4139
4139
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4140
4140
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4236,7 +4236,7 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4236
4236
|
type: z.ZodLiteral<"options">;
|
|
4237
4237
|
options: z.ZodArray<z.ZodString, "many">;
|
|
4238
4238
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4239
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
4239
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
4240
4240
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
4241
4241
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4242
4242
|
name: z.ZodString;
|
|
@@ -4467,7 +4467,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4467
4467
|
name: z.ZodString;
|
|
4468
4468
|
description: z.ZodOptional<z.ZodString>;
|
|
4469
4469
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4470
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4470
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4471
4471
|
id: z.ZodString;
|
|
4472
4472
|
ref: z.ZodAny;
|
|
4473
4473
|
tenant: z.ZodString;
|
|
@@ -4597,7 +4597,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4597
4597
|
}>, "many">>;
|
|
4598
4598
|
}>, {
|
|
4599
4599
|
type: z.ZodLiteral<"scale">;
|
|
4600
|
-
template: z.ZodOptional<z.ZodString
|
|
4600
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4601
4601
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4602
4602
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4603
4603
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4631,7 +4631,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4631
4631
|
}>, "many">>;
|
|
4632
4632
|
}>, {
|
|
4633
4633
|
type: z.ZodLiteral<"scale">;
|
|
4634
|
-
template: z.ZodOptional<z.ZodString
|
|
4634
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4635
4635
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4636
4636
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4637
4637
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4665,7 +4665,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4665
4665
|
}>, "many">>;
|
|
4666
4666
|
}>, {
|
|
4667
4667
|
type: z.ZodLiteral<"scale">;
|
|
4668
|
-
template: z.ZodOptional<z.ZodString
|
|
4668
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4669
4669
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4670
4670
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4671
4671
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4767,7 +4767,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4767
4767
|
type: z.ZodLiteral<"options">;
|
|
4768
4768
|
options: z.ZodArray<z.ZodString, "many">;
|
|
4769
4769
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4770
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
4770
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
4771
4771
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
4772
4772
|
id: z.ZodString;
|
|
4773
4773
|
ref: z.ZodAny;
|
|
@@ -4781,7 +4781,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4781
4781
|
name: z.ZodString;
|
|
4782
4782
|
description: z.ZodOptional<z.ZodString>;
|
|
4783
4783
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4784
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4784
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4785
4785
|
id: z.ZodString;
|
|
4786
4786
|
ref: z.ZodAny;
|
|
4787
4787
|
tenant: z.ZodString;
|
|
@@ -4911,7 +4911,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4911
4911
|
}>, "many">>;
|
|
4912
4912
|
}>, {
|
|
4913
4913
|
type: z.ZodLiteral<"scale">;
|
|
4914
|
-
template: z.ZodOptional<z.ZodString
|
|
4914
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4915
4915
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4916
4916
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4917
4917
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4945,7 +4945,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4945
4945
|
}>, "many">>;
|
|
4946
4946
|
}>, {
|
|
4947
4947
|
type: z.ZodLiteral<"scale">;
|
|
4948
|
-
template: z.ZodOptional<z.ZodString
|
|
4948
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4949
4949
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4950
4950
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4951
4951
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -4979,7 +4979,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
4979
4979
|
}>, "many">>;
|
|
4980
4980
|
}>, {
|
|
4981
4981
|
type: z.ZodLiteral<"scale">;
|
|
4982
|
-
template: z.ZodOptional<z.ZodString
|
|
4982
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4983
4983
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4984
4984
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
4985
4985
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5081,7 +5081,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5081
5081
|
type: z.ZodLiteral<"options">;
|
|
5082
5082
|
options: z.ZodArray<z.ZodString, "many">;
|
|
5083
5083
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5084
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
5084
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
5085
5085
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
5086
5086
|
id: z.ZodString;
|
|
5087
5087
|
ref: z.ZodAny;
|
|
@@ -5095,7 +5095,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5095
5095
|
name: z.ZodString;
|
|
5096
5096
|
description: z.ZodOptional<z.ZodString>;
|
|
5097
5097
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5098
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5098
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5099
5099
|
id: z.ZodString;
|
|
5100
5100
|
ref: z.ZodAny;
|
|
5101
5101
|
tenant: z.ZodString;
|
|
@@ -5225,7 +5225,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5225
5225
|
}>, "many">>;
|
|
5226
5226
|
}>, {
|
|
5227
5227
|
type: z.ZodLiteral<"scale">;
|
|
5228
|
-
template: z.ZodOptional<z.ZodString
|
|
5228
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5229
5229
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5230
5230
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5231
5231
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5259,7 +5259,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5259
5259
|
}>, "many">>;
|
|
5260
5260
|
}>, {
|
|
5261
5261
|
type: z.ZodLiteral<"scale">;
|
|
5262
|
-
template: z.ZodOptional<z.ZodString
|
|
5262
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5263
5263
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5264
5264
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5265
5265
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5293,7 +5293,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5293
5293
|
}>, "many">>;
|
|
5294
5294
|
}>, {
|
|
5295
5295
|
type: z.ZodLiteral<"scale">;
|
|
5296
|
-
template: z.ZodOptional<z.ZodString
|
|
5296
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5297
5297
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5298
5298
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5299
5299
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5395,7 +5395,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5395
5395
|
type: z.ZodLiteral<"options">;
|
|
5396
5396
|
options: z.ZodArray<z.ZodString, "many">;
|
|
5397
5397
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5398
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
5398
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
5399
5399
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
5400
5400
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5401
5401
|
name: z.ZodString;
|
|
@@ -5437,7 +5437,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5437
5437
|
name: z.ZodString;
|
|
5438
5438
|
description: z.ZodOptional<z.ZodString>;
|
|
5439
5439
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5440
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5440
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5441
5441
|
id: z.ZodString;
|
|
5442
5442
|
ref: z.ZodAny;
|
|
5443
5443
|
tenant: z.ZodString;
|
|
@@ -5567,7 +5567,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5567
5567
|
}>, "many">>;
|
|
5568
5568
|
}>, {
|
|
5569
5569
|
type: z.ZodLiteral<"scale">;
|
|
5570
|
-
template: z.ZodOptional<z.ZodString
|
|
5570
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5571
5571
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5572
5572
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5573
5573
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5601,7 +5601,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5601
5601
|
}>, "many">>;
|
|
5602
5602
|
}>, {
|
|
5603
5603
|
type: z.ZodLiteral<"scale">;
|
|
5604
|
-
template: z.ZodOptional<z.ZodString
|
|
5604
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5605
5605
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5606
5606
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5607
5607
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5635,7 +5635,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5635
5635
|
}>, "many">>;
|
|
5636
5636
|
}>, {
|
|
5637
5637
|
type: z.ZodLiteral<"scale">;
|
|
5638
|
-
template: z.ZodOptional<z.ZodString
|
|
5638
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5639
5639
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5640
5640
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5641
5641
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5737,7 +5737,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5737
5737
|
type: z.ZodLiteral<"options">;
|
|
5738
5738
|
options: z.ZodArray<z.ZodString, "many">;
|
|
5739
5739
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5740
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
5740
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
5741
5741
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
5742
5742
|
id: z.ZodString;
|
|
5743
5743
|
ref: z.ZodAny;
|
|
@@ -5751,7 +5751,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5751
5751
|
name: z.ZodString;
|
|
5752
5752
|
description: z.ZodOptional<z.ZodString>;
|
|
5753
5753
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5754
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5754
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5755
5755
|
id: z.ZodString;
|
|
5756
5756
|
ref: z.ZodAny;
|
|
5757
5757
|
tenant: z.ZodString;
|
|
@@ -5881,7 +5881,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5881
5881
|
}>, "many">>;
|
|
5882
5882
|
}>, {
|
|
5883
5883
|
type: z.ZodLiteral<"scale">;
|
|
5884
|
-
template: z.ZodOptional<z.ZodString
|
|
5884
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5885
5885
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5886
5886
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5887
5887
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5915,7 +5915,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5915
5915
|
}>, "many">>;
|
|
5916
5916
|
}>, {
|
|
5917
5917
|
type: z.ZodLiteral<"scale">;
|
|
5918
|
-
template: z.ZodOptional<z.ZodString
|
|
5918
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5919
5919
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5920
5920
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5921
5921
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -5949,7 +5949,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
5949
5949
|
}>, "many">>;
|
|
5950
5950
|
}>, {
|
|
5951
5951
|
type: z.ZodLiteral<"scale">;
|
|
5952
|
-
template: z.ZodOptional<z.ZodString
|
|
5952
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5953
5953
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5954
5954
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
5955
5955
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6051,7 +6051,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6051
6051
|
type: z.ZodLiteral<"options">;
|
|
6052
6052
|
options: z.ZodArray<z.ZodString, "many">;
|
|
6053
6053
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6054
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
6054
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
6055
6055
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
6056
6056
|
id: z.ZodString;
|
|
6057
6057
|
ref: z.ZodAny;
|
|
@@ -6065,7 +6065,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6065
6065
|
name: z.ZodString;
|
|
6066
6066
|
description: z.ZodOptional<z.ZodString>;
|
|
6067
6067
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6068
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6068
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6069
6069
|
id: z.ZodString;
|
|
6070
6070
|
ref: z.ZodAny;
|
|
6071
6071
|
tenant: z.ZodString;
|
|
@@ -6195,7 +6195,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6195
6195
|
}>, "many">>;
|
|
6196
6196
|
}>, {
|
|
6197
6197
|
type: z.ZodLiteral<"scale">;
|
|
6198
|
-
template: z.ZodOptional<z.ZodString
|
|
6198
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6199
6199
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6200
6200
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6201
6201
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6229,7 +6229,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6229
6229
|
}>, "many">>;
|
|
6230
6230
|
}>, {
|
|
6231
6231
|
type: z.ZodLiteral<"scale">;
|
|
6232
|
-
template: z.ZodOptional<z.ZodString
|
|
6232
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6233
6233
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6234
6234
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6235
6235
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6263,7 +6263,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6263
6263
|
}>, "many">>;
|
|
6264
6264
|
}>, {
|
|
6265
6265
|
type: z.ZodLiteral<"scale">;
|
|
6266
|
-
template: z.ZodOptional<z.ZodString
|
|
6266
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6267
6267
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6268
6268
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6269
6269
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6365,7 +6365,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6365
6365
|
type: z.ZodLiteral<"options">;
|
|
6366
6366
|
options: z.ZodArray<z.ZodString, "many">;
|
|
6367
6367
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6368
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
6368
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
6369
6369
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6370
6370
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6371
6371
|
name: z.ZodString;
|
|
@@ -6407,7 +6407,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6407
6407
|
name: z.ZodString;
|
|
6408
6408
|
description: z.ZodOptional<z.ZodString>;
|
|
6409
6409
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6410
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6410
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6411
6411
|
id: z.ZodString;
|
|
6412
6412
|
ref: z.ZodAny;
|
|
6413
6413
|
tenant: z.ZodString;
|
|
@@ -6537,7 +6537,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6537
6537
|
}>, "many">>;
|
|
6538
6538
|
}>, {
|
|
6539
6539
|
type: z.ZodLiteral<"scale">;
|
|
6540
|
-
template: z.ZodOptional<z.ZodString
|
|
6540
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6541
6541
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6542
6542
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6543
6543
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6571,7 +6571,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6571
6571
|
}>, "many">>;
|
|
6572
6572
|
}>, {
|
|
6573
6573
|
type: z.ZodLiteral<"scale">;
|
|
6574
|
-
template: z.ZodOptional<z.ZodString
|
|
6574
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6575
6575
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6576
6576
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6577
6577
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6605,7 +6605,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6605
6605
|
}>, "many">>;
|
|
6606
6606
|
}>, {
|
|
6607
6607
|
type: z.ZodLiteral<"scale">;
|
|
6608
|
-
template: z.ZodOptional<z.ZodString
|
|
6608
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6609
6609
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6610
6610
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6611
6611
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6707,7 +6707,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6707
6707
|
type: z.ZodLiteral<"options">;
|
|
6708
6708
|
options: z.ZodArray<z.ZodString, "many">;
|
|
6709
6709
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6710
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
6710
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
6711
6711
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
6712
6712
|
id: z.ZodString;
|
|
6713
6713
|
ref: z.ZodAny;
|
|
@@ -6721,7 +6721,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6721
6721
|
name: z.ZodString;
|
|
6722
6722
|
description: z.ZodOptional<z.ZodString>;
|
|
6723
6723
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6724
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6724
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6725
6725
|
id: z.ZodString;
|
|
6726
6726
|
ref: z.ZodAny;
|
|
6727
6727
|
tenant: z.ZodString;
|
|
@@ -6851,7 +6851,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6851
6851
|
}>, "many">>;
|
|
6852
6852
|
}>, {
|
|
6853
6853
|
type: z.ZodLiteral<"scale">;
|
|
6854
|
-
template: z.ZodOptional<z.ZodString
|
|
6854
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6855
6855
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6856
6856
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6857
6857
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6885,7 +6885,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6885
6885
|
}>, "many">>;
|
|
6886
6886
|
}>, {
|
|
6887
6887
|
type: z.ZodLiteral<"scale">;
|
|
6888
|
-
template: z.ZodOptional<z.ZodString
|
|
6888
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6889
6889
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6890
6890
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6891
6891
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -6919,7 +6919,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
6919
6919
|
}>, "many">>;
|
|
6920
6920
|
}>, {
|
|
6921
6921
|
type: z.ZodLiteral<"scale">;
|
|
6922
|
-
template: z.ZodOptional<z.ZodString
|
|
6922
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6923
6923
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6924
6924
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
6925
6925
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -7021,7 +7021,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7021
7021
|
type: z.ZodLiteral<"options">;
|
|
7022
7022
|
options: z.ZodArray<z.ZodString, "many">;
|
|
7023
7023
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7024
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
7024
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
7025
7025
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
7026
7026
|
id: z.ZodString;
|
|
7027
7027
|
ref: z.ZodAny;
|
|
@@ -7035,7 +7035,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7035
7035
|
name: z.ZodString;
|
|
7036
7036
|
description: z.ZodOptional<z.ZodString>;
|
|
7037
7037
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7038
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7038
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7039
7039
|
id: z.ZodString;
|
|
7040
7040
|
ref: z.ZodAny;
|
|
7041
7041
|
tenant: z.ZodString;
|
|
@@ -7165,7 +7165,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7165
7165
|
}>, "many">>;
|
|
7166
7166
|
}>, {
|
|
7167
7167
|
type: z.ZodLiteral<"scale">;
|
|
7168
|
-
template: z.ZodOptional<z.ZodString
|
|
7168
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
7169
7169
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7170
7170
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7171
7171
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -7199,7 +7199,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7199
7199
|
}>, "many">>;
|
|
7200
7200
|
}>, {
|
|
7201
7201
|
type: z.ZodLiteral<"scale">;
|
|
7202
|
-
template: z.ZodOptional<z.ZodString
|
|
7202
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
7203
7203
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7204
7204
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7205
7205
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -7233,7 +7233,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7233
7233
|
}>, "many">>;
|
|
7234
7234
|
}>, {
|
|
7235
7235
|
type: z.ZodLiteral<"scale">;
|
|
7236
|
-
template: z.ZodOptional<z.ZodString
|
|
7236
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
7237
7237
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7238
7238
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7239
7239
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -7335,7 +7335,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7335
7335
|
type: z.ZodLiteral<"options">;
|
|
7336
7336
|
options: z.ZodArray<z.ZodString, "many">;
|
|
7337
7337
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7338
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
7338
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
7339
7339
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
7340
7340
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7341
7341
|
name: z.ZodString;
|
|
@@ -7572,7 +7572,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7572
7572
|
name: z.ZodString;
|
|
7573
7573
|
description: z.ZodOptional<z.ZodString>;
|
|
7574
7574
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7575
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7575
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7576
7576
|
id: z.ZodString;
|
|
7577
7577
|
ref: z.ZodAny;
|
|
7578
7578
|
tenant: z.ZodString;
|
|
@@ -7702,7 +7702,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7702
7702
|
}>, "many">>;
|
|
7703
7703
|
}>, {
|
|
7704
7704
|
type: z.ZodLiteral<"scale">;
|
|
7705
|
-
template: z.ZodOptional<z.ZodString
|
|
7705
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
7706
7706
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7707
7707
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7708
7708
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -7736,7 +7736,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7736
7736
|
}>, "many">>;
|
|
7737
7737
|
}>, {
|
|
7738
7738
|
type: z.ZodLiteral<"scale">;
|
|
7739
|
-
template: z.ZodOptional<z.ZodString
|
|
7739
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
7740
7740
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7741
7741
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7742
7742
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -7770,7 +7770,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7770
7770
|
}>, "many">>;
|
|
7771
7771
|
}>, {
|
|
7772
7772
|
type: z.ZodLiteral<"scale">;
|
|
7773
|
-
template: z.ZodOptional<z.ZodString
|
|
7773
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
7774
7774
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7775
7775
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7776
7776
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -7872,7 +7872,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7872
7872
|
type: z.ZodLiteral<"options">;
|
|
7873
7873
|
options: z.ZodArray<z.ZodString, "many">;
|
|
7874
7874
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7875
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
7875
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
7876
7876
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
7877
7877
|
id: z.ZodString;
|
|
7878
7878
|
ref: z.ZodAny;
|
|
@@ -7886,7 +7886,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
7886
7886
|
name: z.ZodString;
|
|
7887
7887
|
description: z.ZodOptional<z.ZodString>;
|
|
7888
7888
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
7889
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7889
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
7890
7890
|
id: z.ZodString;
|
|
7891
7891
|
ref: z.ZodAny;
|
|
7892
7892
|
tenant: z.ZodString;
|
|
@@ -8016,7 +8016,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8016
8016
|
}>, "many">>;
|
|
8017
8017
|
}>, {
|
|
8018
8018
|
type: z.ZodLiteral<"scale">;
|
|
8019
|
-
template: z.ZodOptional<z.ZodString
|
|
8019
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8020
8020
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8021
8021
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8022
8022
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8050,7 +8050,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8050
8050
|
}>, "many">>;
|
|
8051
8051
|
}>, {
|
|
8052
8052
|
type: z.ZodLiteral<"scale">;
|
|
8053
|
-
template: z.ZodOptional<z.ZodString
|
|
8053
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8054
8054
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8055
8055
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8056
8056
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8084,7 +8084,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8084
8084
|
}>, "many">>;
|
|
8085
8085
|
}>, {
|
|
8086
8086
|
type: z.ZodLiteral<"scale">;
|
|
8087
|
-
template: z.ZodOptional<z.ZodString
|
|
8087
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8088
8088
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8089
8089
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8090
8090
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8186,7 +8186,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8186
8186
|
type: z.ZodLiteral<"options">;
|
|
8187
8187
|
options: z.ZodArray<z.ZodString, "many">;
|
|
8188
8188
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8189
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
8189
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
8190
8190
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
8191
8191
|
id: z.ZodString;
|
|
8192
8192
|
ref: z.ZodAny;
|
|
@@ -8200,7 +8200,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8200
8200
|
name: z.ZodString;
|
|
8201
8201
|
description: z.ZodOptional<z.ZodString>;
|
|
8202
8202
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8203
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
8203
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
8204
8204
|
id: z.ZodString;
|
|
8205
8205
|
ref: z.ZodAny;
|
|
8206
8206
|
tenant: z.ZodString;
|
|
@@ -8330,7 +8330,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8330
8330
|
}>, "many">>;
|
|
8331
8331
|
}>, {
|
|
8332
8332
|
type: z.ZodLiteral<"scale">;
|
|
8333
|
-
template: z.ZodOptional<z.ZodString
|
|
8333
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8334
8334
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8335
8335
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8336
8336
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8364,7 +8364,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8364
8364
|
}>, "many">>;
|
|
8365
8365
|
}>, {
|
|
8366
8366
|
type: z.ZodLiteral<"scale">;
|
|
8367
|
-
template: z.ZodOptional<z.ZodString
|
|
8367
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8368
8368
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8369
8369
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8370
8370
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8398,7 +8398,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8398
8398
|
}>, "many">>;
|
|
8399
8399
|
}>, {
|
|
8400
8400
|
type: z.ZodLiteral<"scale">;
|
|
8401
|
-
template: z.ZodOptional<z.ZodString
|
|
8401
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8402
8402
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8403
8403
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8404
8404
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8500,7 +8500,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8500
8500
|
type: z.ZodLiteral<"options">;
|
|
8501
8501
|
options: z.ZodArray<z.ZodString, "many">;
|
|
8502
8502
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8503
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
8503
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
8504
8504
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
8505
8505
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8506
8506
|
name: z.ZodString;
|
|
@@ -8604,7 +8604,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8604
8604
|
name: z.ZodString;
|
|
8605
8605
|
description: z.ZodOptional<z.ZodString>;
|
|
8606
8606
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8607
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
8607
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
8608
8608
|
id: z.ZodString;
|
|
8609
8609
|
ref: z.ZodAny;
|
|
8610
8610
|
tenant: z.ZodString;
|
|
@@ -8734,7 +8734,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8734
8734
|
}>, "many">>;
|
|
8735
8735
|
}>, {
|
|
8736
8736
|
type: z.ZodLiteral<"scale">;
|
|
8737
|
-
template: z.ZodOptional<z.ZodString
|
|
8737
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8738
8738
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8739
8739
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8740
8740
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8768,7 +8768,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8768
8768
|
}>, "many">>;
|
|
8769
8769
|
}>, {
|
|
8770
8770
|
type: z.ZodLiteral<"scale">;
|
|
8771
|
-
template: z.ZodOptional<z.ZodString
|
|
8771
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8772
8772
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8773
8773
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8774
8774
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8802,7 +8802,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8802
8802
|
}>, "many">>;
|
|
8803
8803
|
}>, {
|
|
8804
8804
|
type: z.ZodLiteral<"scale">;
|
|
8805
|
-
template: z.ZodOptional<z.ZodString
|
|
8805
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8806
8806
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8807
8807
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8808
8808
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -8904,7 +8904,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8904
8904
|
type: z.ZodLiteral<"options">;
|
|
8905
8905
|
options: z.ZodArray<z.ZodString, "many">;
|
|
8906
8906
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8907
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
8907
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
8908
8908
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
8909
8909
|
id: z.ZodString;
|
|
8910
8910
|
ref: z.ZodAny;
|
|
@@ -8918,7 +8918,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
8918
8918
|
name: z.ZodString;
|
|
8919
8919
|
description: z.ZodOptional<z.ZodString>;
|
|
8920
8920
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8921
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
8921
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
8922
8922
|
id: z.ZodString;
|
|
8923
8923
|
ref: z.ZodAny;
|
|
8924
8924
|
tenant: z.ZodString;
|
|
@@ -9048,7 +9048,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9048
9048
|
}>, "many">>;
|
|
9049
9049
|
}>, {
|
|
9050
9050
|
type: z.ZodLiteral<"scale">;
|
|
9051
|
-
template: z.ZodOptional<z.ZodString
|
|
9051
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9052
9052
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9053
9053
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9054
9054
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -9082,7 +9082,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9082
9082
|
}>, "many">>;
|
|
9083
9083
|
}>, {
|
|
9084
9084
|
type: z.ZodLiteral<"scale">;
|
|
9085
|
-
template: z.ZodOptional<z.ZodString
|
|
9085
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9086
9086
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9087
9087
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9088
9088
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -9116,7 +9116,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9116
9116
|
}>, "many">>;
|
|
9117
9117
|
}>, {
|
|
9118
9118
|
type: z.ZodLiteral<"scale">;
|
|
9119
|
-
template: z.ZodOptional<z.ZodString
|
|
9119
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9120
9120
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9121
9121
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9122
9122
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -9218,7 +9218,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9218
9218
|
type: z.ZodLiteral<"options">;
|
|
9219
9219
|
options: z.ZodArray<z.ZodString, "many">;
|
|
9220
9220
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
9221
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
9221
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
9222
9222
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
9223
9223
|
id: z.ZodString;
|
|
9224
9224
|
ref: z.ZodAny;
|
|
@@ -9232,7 +9232,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9232
9232
|
name: z.ZodString;
|
|
9233
9233
|
description: z.ZodOptional<z.ZodString>;
|
|
9234
9234
|
order: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9235
|
-
questions: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
9235
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
9236
9236
|
id: z.ZodString;
|
|
9237
9237
|
ref: z.ZodAny;
|
|
9238
9238
|
tenant: z.ZodString;
|
|
@@ -9362,7 +9362,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9362
9362
|
}>, "many">>;
|
|
9363
9363
|
}>, {
|
|
9364
9364
|
type: z.ZodLiteral<"scale">;
|
|
9365
|
-
template: z.ZodOptional<z.ZodString
|
|
9365
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9366
9366
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9367
9367
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9368
9368
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -9396,7 +9396,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9396
9396
|
}>, "many">>;
|
|
9397
9397
|
}>, {
|
|
9398
9398
|
type: z.ZodLiteral<"scale">;
|
|
9399
|
-
template: z.ZodOptional<z.ZodString
|
|
9399
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9400
9400
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9401
9401
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9402
9402
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -9430,7 +9430,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9430
9430
|
}>, "many">>;
|
|
9431
9431
|
}>, {
|
|
9432
9432
|
type: z.ZodLiteral<"scale">;
|
|
9433
|
-
template: z.ZodOptional<z.ZodString
|
|
9433
|
+
template: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9434
9434
|
scale_min: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9435
9435
|
scale_max: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
9436
9436
|
}>, z.ZodTypeAny, "passthrough">>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -9532,7 +9532,7 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
9532
9532
|
type: z.ZodLiteral<"options">;
|
|
9533
9533
|
options: z.ZodArray<z.ZodString, "many">;
|
|
9534
9534
|
allow_multiple_selections: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
9535
|
-
}>, z.ZodTypeAny, "passthrough">>]>, "many"
|
|
9535
|
+
}>, z.ZodTypeAny, "passthrough">>]>, "many">>;
|
|
9536
9536
|
}>, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
9537
9537
|
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9538
9538
|
name: z.ZodString;
|