evo360-types 1.1.40 → 1.1.41
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">>;
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -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<{
|
|
@@ -38,7 +38,7 @@ exports.zSurveyQuestionSchema = zod_schemas_1.zFireDocSchema // Extend from Fire
|
|
|
38
38
|
.extend({
|
|
39
39
|
surveyId: zod_1.z.string(),
|
|
40
40
|
sectionId: zod_1.z.string(),
|
|
41
|
-
statement: zod_1.z.string().max(1024).optional(),
|
|
41
|
+
statement: zod_1.z.string().min(1).max(1024).optional(),
|
|
42
42
|
description: zod_1.z.string().max(2048).optional(),
|
|
43
43
|
description_text: zod_1.z.string().max(2048).optional(),
|
|
44
44
|
order: zod_1.z.number().optional().default(0),
|
|
@@ -50,7 +50,7 @@ exports.zSurveyQuestionSchema = zod_schemas_1.zFireDocSchema // Extend from Fire
|
|
|
50
50
|
exports.zSurveyQuestionScaleSchema = exports.zSurveyQuestionSchema // Extend from zSurveyQuestionSchema
|
|
51
51
|
.extend({
|
|
52
52
|
type: zod_1.z.literal("scale"),
|
|
53
|
-
template: zod_1.z.string().optional(),
|
|
53
|
+
template: zod_1.z.string().optional().default("def"),
|
|
54
54
|
scale_min: zod_1.z.number().int().min(0).max(9).optional().default(0),
|
|
55
55
|
scale_max: zod_1.z.number().int().min(1).max(10).optional().default(10),
|
|
56
56
|
});
|
|
@@ -73,7 +73,7 @@ exports.zSurveyQuestionEssaySchema = exports.zSurveyQuestionSchema // Extend fro
|
|
|
73
73
|
exports.zSurveyQuestionMultipleChoiceSchema = exports.zSurveyQuestionSchema // Extend from zSurveyQuestionSchema
|
|
74
74
|
.extend({
|
|
75
75
|
type: zod_1.z.literal("options"),
|
|
76
|
-
options: zod_1.z.array(zod_1.z.string()).min(1).max(20),
|
|
76
|
+
options: zod_1.z.array(zod_1.z.string().min(1).max(512)).min(1).max(20),
|
|
77
77
|
allow_multiple_selections: zod_1.z.boolean().optional().default(false),
|
|
78
78
|
});
|
|
79
79
|
// Survey Section
|
|
@@ -93,7 +93,7 @@ exports.zSurveySectionSchema = zod_schemas_1.zFireDocSchema // Extend from FireD
|
|
|
93
93
|
// Survey
|
|
94
94
|
exports.zSurveySchema = zod_schemas_1.zFireDocSchema // Extend from FireDocSchema
|
|
95
95
|
.extend({
|
|
96
|
-
name: zod_1.z.string().max(255),
|
|
96
|
+
name: zod_1.z.string().min(1).max(255),
|
|
97
97
|
description: zod_1.z.string().max(2048).optional(),
|
|
98
98
|
status: exports.zSurveyStatusSchema,
|
|
99
99
|
permission: exports.zSurveyPermissionSchema,
|
|
@@ -44,7 +44,7 @@ export const zSurveyQuestionSchema = zFireDocSchema // Extend from FireDocSchema
|
|
|
44
44
|
.extend({
|
|
45
45
|
surveyId: z.string(),
|
|
46
46
|
sectionId: z.string(),
|
|
47
|
-
statement: z.string().max(1024).optional(),
|
|
47
|
+
statement: z.string().min(1).max(1024).optional(),
|
|
48
48
|
description: z.string().max(2048).optional(),
|
|
49
49
|
description_text: z.string().max(2048).optional(),
|
|
50
50
|
order: z.number().optional().default(0),
|
|
@@ -57,7 +57,7 @@ export const zSurveyQuestionSchema = zFireDocSchema // Extend from FireDocSchema
|
|
|
57
57
|
export const zSurveyQuestionScaleSchema = zSurveyQuestionSchema // Extend from zSurveyQuestionSchema
|
|
58
58
|
.extend({
|
|
59
59
|
type: z.literal("scale"),
|
|
60
|
-
template: z.string().optional(),
|
|
60
|
+
template: z.string().optional().default("def"),
|
|
61
61
|
scale_min: z.number().int().min(0).max(9).optional().default(0),
|
|
62
62
|
scale_max: z.number().int().min(1).max(10).optional().default(10),
|
|
63
63
|
});
|
|
@@ -82,7 +82,7 @@ export const zSurveyQuestionEssaySchema = zSurveyQuestionSchema // Extend from z
|
|
|
82
82
|
export const zSurveyQuestionMultipleChoiceSchema = zSurveyQuestionSchema // Extend from zSurveyQuestionSchema
|
|
83
83
|
.extend({
|
|
84
84
|
type: z.literal("options"),
|
|
85
|
-
options: z.array(z.string()).min(1).max(20),
|
|
85
|
+
options: z.array(z.string().min(1).max(512)).min(1).max(20),
|
|
86
86
|
allow_multiple_selections: z.boolean().optional().default(false),
|
|
87
87
|
});
|
|
88
88
|
|
|
@@ -106,7 +106,7 @@ export const zSurveySectionSchema = zFireDocSchema // Extend from FireDocSchema
|
|
|
106
106
|
// Survey
|
|
107
107
|
export const zSurveySchema = zFireDocSchema // Extend from FireDocSchema
|
|
108
108
|
.extend({
|
|
109
|
-
name: z.string().max(255),
|
|
109
|
+
name: z.string().min(1).max(255),
|
|
110
110
|
description: z.string().max(2048).optional(),
|
|
111
111
|
status: zSurveyStatusSchema,
|
|
112
112
|
permission: zSurveyPermissionSchema,
|