@mac777/project-pinecone-schema 1.0.5 → 1.0.6
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.
|
@@ -826,7 +826,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
826
826
|
}>>;
|
|
827
827
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
828
828
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
829
|
-
|
|
829
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
830
830
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
831
831
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
832
832
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -856,7 +856,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
856
856
|
} | undefined;
|
|
857
857
|
sold?: number | undefined;
|
|
858
858
|
reserved?: number | undefined;
|
|
859
|
-
|
|
859
|
+
wristbandColor?: string | undefined;
|
|
860
860
|
isVisible?: boolean | undefined;
|
|
861
861
|
isActive?: boolean | undefined;
|
|
862
862
|
benefits?: string[] | undefined;
|
|
@@ -878,7 +878,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
878
878
|
} | undefined;
|
|
879
879
|
sold?: number | undefined;
|
|
880
880
|
reserved?: number | undefined;
|
|
881
|
-
|
|
881
|
+
wristbandColor?: string | undefined;
|
|
882
882
|
isVisible?: boolean | undefined;
|
|
883
883
|
isActive?: boolean | undefined;
|
|
884
884
|
benefits?: string[] | undefined;
|
|
@@ -915,7 +915,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
915
915
|
}>>;
|
|
916
916
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
917
917
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
918
|
-
|
|
918
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
919
919
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
920
920
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
921
921
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -945,7 +945,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
945
945
|
} | undefined;
|
|
946
946
|
sold?: number | undefined;
|
|
947
947
|
reserved?: number | undefined;
|
|
948
|
-
|
|
948
|
+
wristbandColor?: string | undefined;
|
|
949
949
|
isVisible?: boolean | undefined;
|
|
950
950
|
isActive?: boolean | undefined;
|
|
951
951
|
benefits?: string[] | undefined;
|
|
@@ -967,7 +967,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
967
967
|
} | undefined;
|
|
968
968
|
sold?: number | undefined;
|
|
969
969
|
reserved?: number | undefined;
|
|
970
|
-
|
|
970
|
+
wristbandColor?: string | undefined;
|
|
971
971
|
isVisible?: boolean | undefined;
|
|
972
972
|
isActive?: boolean | undefined;
|
|
973
973
|
benefits?: string[] | undefined;
|
|
@@ -1004,7 +1004,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1004
1004
|
}>>;
|
|
1005
1005
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1006
1006
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1007
|
-
|
|
1007
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
1008
1008
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1009
1009
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1010
1010
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1034,7 +1034,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1034
1034
|
} | undefined;
|
|
1035
1035
|
sold?: number | undefined;
|
|
1036
1036
|
reserved?: number | undefined;
|
|
1037
|
-
|
|
1037
|
+
wristbandColor?: string | undefined;
|
|
1038
1038
|
isVisible?: boolean | undefined;
|
|
1039
1039
|
isActive?: boolean | undefined;
|
|
1040
1040
|
benefits?: string[] | undefined;
|
|
@@ -1056,7 +1056,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1056
1056
|
} | undefined;
|
|
1057
1057
|
sold?: number | undefined;
|
|
1058
1058
|
reserved?: number | undefined;
|
|
1059
|
-
|
|
1059
|
+
wristbandColor?: string | undefined;
|
|
1060
1060
|
isVisible?: boolean | undefined;
|
|
1061
1061
|
isActive?: boolean | undefined;
|
|
1062
1062
|
benefits?: string[] | undefined;
|
|
@@ -1093,7 +1093,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1093
1093
|
}>>;
|
|
1094
1094
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1095
1095
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1096
|
-
|
|
1096
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
1097
1097
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1098
1098
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1099
1099
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1123,7 +1123,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1123
1123
|
} | undefined;
|
|
1124
1124
|
sold?: number | undefined;
|
|
1125
1125
|
reserved?: number | undefined;
|
|
1126
|
-
|
|
1126
|
+
wristbandColor?: string | undefined;
|
|
1127
1127
|
isVisible?: boolean | undefined;
|
|
1128
1128
|
isActive?: boolean | undefined;
|
|
1129
1129
|
benefits?: string[] | undefined;
|
|
@@ -1145,7 +1145,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1145
1145
|
} | undefined;
|
|
1146
1146
|
sold?: number | undefined;
|
|
1147
1147
|
reserved?: number | undefined;
|
|
1148
|
-
|
|
1148
|
+
wristbandColor?: string | undefined;
|
|
1149
1149
|
isVisible?: boolean | undefined;
|
|
1150
1150
|
isActive?: boolean | undefined;
|
|
1151
1151
|
benefits?: string[] | undefined;
|
|
@@ -1182,7 +1182,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1182
1182
|
}>>;
|
|
1183
1183
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1184
1184
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1185
|
-
|
|
1185
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
1186
1186
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1187
1187
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1188
1188
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1212,7 +1212,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1212
1212
|
} | undefined;
|
|
1213
1213
|
sold?: number | undefined;
|
|
1214
1214
|
reserved?: number | undefined;
|
|
1215
|
-
|
|
1215
|
+
wristbandColor?: string | undefined;
|
|
1216
1216
|
isVisible?: boolean | undefined;
|
|
1217
1217
|
isActive?: boolean | undefined;
|
|
1218
1218
|
benefits?: string[] | undefined;
|
|
@@ -1234,7 +1234,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1234
1234
|
} | undefined;
|
|
1235
1235
|
sold?: number | undefined;
|
|
1236
1236
|
reserved?: number | undefined;
|
|
1237
|
-
|
|
1237
|
+
wristbandColor?: string | undefined;
|
|
1238
1238
|
isVisible?: boolean | undefined;
|
|
1239
1239
|
isActive?: boolean | undefined;
|
|
1240
1240
|
benefits?: string[] | undefined;
|
|
@@ -1271,7 +1271,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1271
1271
|
}>>;
|
|
1272
1272
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1273
1273
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1274
|
-
|
|
1274
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
1275
1275
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1276
1276
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1277
1277
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1301,7 +1301,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1301
1301
|
} | undefined;
|
|
1302
1302
|
sold?: number | undefined;
|
|
1303
1303
|
reserved?: number | undefined;
|
|
1304
|
-
|
|
1304
|
+
wristbandColor?: string | undefined;
|
|
1305
1305
|
isVisible?: boolean | undefined;
|
|
1306
1306
|
isActive?: boolean | undefined;
|
|
1307
1307
|
benefits?: string[] | undefined;
|
|
@@ -1323,7 +1323,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1323
1323
|
} | undefined;
|
|
1324
1324
|
sold?: number | undefined;
|
|
1325
1325
|
reserved?: number | undefined;
|
|
1326
|
-
|
|
1326
|
+
wristbandColor?: string | undefined;
|
|
1327
1327
|
isVisible?: boolean | undefined;
|
|
1328
1328
|
isActive?: boolean | undefined;
|
|
1329
1329
|
benefits?: string[] | undefined;
|
|
@@ -1360,7 +1360,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1360
1360
|
}>>;
|
|
1361
1361
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1362
1362
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1363
|
-
|
|
1363
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
1364
1364
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1365
1365
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1366
1366
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1390,7 +1390,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1390
1390
|
} | undefined;
|
|
1391
1391
|
sold?: number | undefined;
|
|
1392
1392
|
reserved?: number | undefined;
|
|
1393
|
-
|
|
1393
|
+
wristbandColor?: string | undefined;
|
|
1394
1394
|
isVisible?: boolean | undefined;
|
|
1395
1395
|
isActive?: boolean | undefined;
|
|
1396
1396
|
benefits?: string[] | undefined;
|
|
@@ -1412,7 +1412,7 @@ export declare const stepTicketsSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
1412
1412
|
} | undefined;
|
|
1413
1413
|
sold?: number | undefined;
|
|
1414
1414
|
reserved?: number | undefined;
|
|
1415
|
-
|
|
1415
|
+
wristbandColor?: string | undefined;
|
|
1416
1416
|
isVisible?: boolean | undefined;
|
|
1417
1417
|
isActive?: boolean | undefined;
|
|
1418
1418
|
benefits?: string[] | undefined;
|
|
@@ -1620,7 +1620,7 @@ export declare const approvedEventEditSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1620
1620
|
}>>;
|
|
1621
1621
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1622
1622
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1623
|
-
|
|
1623
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
1624
1624
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1625
1625
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1626
1626
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1650,7 +1650,7 @@ export declare const approvedEventEditSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1650
1650
|
} | undefined;
|
|
1651
1651
|
sold?: number | undefined;
|
|
1652
1652
|
reserved?: number | undefined;
|
|
1653
|
-
|
|
1653
|
+
wristbandColor?: string | undefined;
|
|
1654
1654
|
isVisible?: boolean | undefined;
|
|
1655
1655
|
isActive?: boolean | undefined;
|
|
1656
1656
|
benefits?: string[] | undefined;
|
|
@@ -1672,7 +1672,7 @@ export declare const approvedEventEditSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1672
1672
|
} | undefined;
|
|
1673
1673
|
sold?: number | undefined;
|
|
1674
1674
|
reserved?: number | undefined;
|
|
1675
|
-
|
|
1675
|
+
wristbandColor?: string | undefined;
|
|
1676
1676
|
isVisible?: boolean | undefined;
|
|
1677
1677
|
isActive?: boolean | undefined;
|
|
1678
1678
|
benefits?: string[] | undefined;
|
|
@@ -1711,7 +1711,7 @@ export declare const approvedEventEditSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1711
1711
|
} | undefined;
|
|
1712
1712
|
sold?: number | undefined;
|
|
1713
1713
|
reserved?: number | undefined;
|
|
1714
|
-
|
|
1714
|
+
wristbandColor?: string | undefined;
|
|
1715
1715
|
isVisible?: boolean | undefined;
|
|
1716
1716
|
isActive?: boolean | undefined;
|
|
1717
1717
|
benefits?: string[] | undefined;
|
|
@@ -1750,7 +1750,7 @@ export declare const approvedEventEditSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1750
1750
|
} | undefined;
|
|
1751
1751
|
sold?: number | undefined;
|
|
1752
1752
|
reserved?: number | undefined;
|
|
1753
|
-
|
|
1753
|
+
wristbandColor?: string | undefined;
|
|
1754
1754
|
isVisible?: boolean | undefined;
|
|
1755
1755
|
isActive?: boolean | undefined;
|
|
1756
1756
|
benefits?: string[] | undefined;
|
|
@@ -1791,7 +1791,7 @@ export declare const approvedEventEditSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1791
1791
|
} | undefined;
|
|
1792
1792
|
sold?: number | undefined;
|
|
1793
1793
|
reserved?: number | undefined;
|
|
1794
|
-
|
|
1794
|
+
wristbandColor?: string | undefined;
|
|
1795
1795
|
isVisible?: boolean | undefined;
|
|
1796
1796
|
isActive?: boolean | undefined;
|
|
1797
1797
|
benefits?: string[] | undefined;
|
|
@@ -1830,7 +1830,7 @@ export declare const approvedEventEditSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1830
1830
|
} | undefined;
|
|
1831
1831
|
sold?: number | undefined;
|
|
1832
1832
|
reserved?: number | undefined;
|
|
1833
|
-
|
|
1833
|
+
wristbandColor?: string | undefined;
|
|
1834
1834
|
isVisible?: boolean | undefined;
|
|
1835
1835
|
isActive?: boolean | undefined;
|
|
1836
1836
|
benefits?: string[] | undefined;
|
|
@@ -2082,7 +2082,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2082
2082
|
}>>;
|
|
2083
2083
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
2084
2084
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
2085
|
-
|
|
2085
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
2086
2086
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2087
2087
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2088
2088
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -2112,7 +2112,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2112
2112
|
} | undefined;
|
|
2113
2113
|
sold?: number | undefined;
|
|
2114
2114
|
reserved?: number | undefined;
|
|
2115
|
-
|
|
2115
|
+
wristbandColor?: string | undefined;
|
|
2116
2116
|
isVisible?: boolean | undefined;
|
|
2117
2117
|
isActive?: boolean | undefined;
|
|
2118
2118
|
benefits?: string[] | undefined;
|
|
@@ -2134,7 +2134,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2134
2134
|
} | undefined;
|
|
2135
2135
|
sold?: number | undefined;
|
|
2136
2136
|
reserved?: number | undefined;
|
|
2137
|
-
|
|
2137
|
+
wristbandColor?: string | undefined;
|
|
2138
2138
|
isVisible?: boolean | undefined;
|
|
2139
2139
|
isActive?: boolean | undefined;
|
|
2140
2140
|
benefits?: string[] | undefined;
|
|
@@ -2390,7 +2390,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2390
2390
|
}>>;
|
|
2391
2391
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
2392
2392
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
2393
|
-
|
|
2393
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
2394
2394
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2395
2395
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2396
2396
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -2420,7 +2420,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2420
2420
|
} | undefined;
|
|
2421
2421
|
sold?: number | undefined;
|
|
2422
2422
|
reserved?: number | undefined;
|
|
2423
|
-
|
|
2423
|
+
wristbandColor?: string | undefined;
|
|
2424
2424
|
isVisible?: boolean | undefined;
|
|
2425
2425
|
isActive?: boolean | undefined;
|
|
2426
2426
|
benefits?: string[] | undefined;
|
|
@@ -2442,7 +2442,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2442
2442
|
} | undefined;
|
|
2443
2443
|
sold?: number | undefined;
|
|
2444
2444
|
reserved?: number | undefined;
|
|
2445
|
-
|
|
2445
|
+
wristbandColor?: string | undefined;
|
|
2446
2446
|
isVisible?: boolean | undefined;
|
|
2447
2447
|
isActive?: boolean | undefined;
|
|
2448
2448
|
benefits?: string[] | undefined;
|
|
@@ -2698,7 +2698,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2698
2698
|
}>>;
|
|
2699
2699
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
2700
2700
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
2701
|
-
|
|
2701
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
2702
2702
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2703
2703
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2704
2704
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -2728,7 +2728,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2728
2728
|
} | undefined;
|
|
2729
2729
|
sold?: number | undefined;
|
|
2730
2730
|
reserved?: number | undefined;
|
|
2731
|
-
|
|
2731
|
+
wristbandColor?: string | undefined;
|
|
2732
2732
|
isVisible?: boolean | undefined;
|
|
2733
2733
|
isActive?: boolean | undefined;
|
|
2734
2734
|
benefits?: string[] | undefined;
|
|
@@ -2750,7 +2750,7 @@ export declare const submitEventSchema: z.ZodObject<{
|
|
|
2750
2750
|
} | undefined;
|
|
2751
2751
|
sold?: number | undefined;
|
|
2752
2752
|
reserved?: number | undefined;
|
|
2753
|
-
|
|
2753
|
+
wristbandColor?: string | undefined;
|
|
2754
2754
|
isVisible?: boolean | undefined;
|
|
2755
2755
|
isActive?: boolean | undefined;
|
|
2756
2756
|
benefits?: string[] | undefined;
|
|
@@ -3007,7 +3007,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3007
3007
|
}>>;
|
|
3008
3008
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3009
3009
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3010
|
-
|
|
3010
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
3011
3011
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3012
3012
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3013
3013
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -3037,7 +3037,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3037
3037
|
} | undefined;
|
|
3038
3038
|
sold?: number | undefined;
|
|
3039
3039
|
reserved?: number | undefined;
|
|
3040
|
-
|
|
3040
|
+
wristbandColor?: string | undefined;
|
|
3041
3041
|
isVisible?: boolean | undefined;
|
|
3042
3042
|
isActive?: boolean | undefined;
|
|
3043
3043
|
benefits?: string[] | undefined;
|
|
@@ -3059,7 +3059,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3059
3059
|
} | undefined;
|
|
3060
3060
|
sold?: number | undefined;
|
|
3061
3061
|
reserved?: number | undefined;
|
|
3062
|
-
|
|
3062
|
+
wristbandColor?: string | undefined;
|
|
3063
3063
|
isVisible?: boolean | undefined;
|
|
3064
3064
|
isActive?: boolean | undefined;
|
|
3065
3065
|
benefits?: string[] | undefined;
|
|
@@ -3315,7 +3315,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3315
3315
|
}>>;
|
|
3316
3316
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3317
3317
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3318
|
-
|
|
3318
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
3319
3319
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3320
3320
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3321
3321
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -3345,7 +3345,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3345
3345
|
} | undefined;
|
|
3346
3346
|
sold?: number | undefined;
|
|
3347
3347
|
reserved?: number | undefined;
|
|
3348
|
-
|
|
3348
|
+
wristbandColor?: string | undefined;
|
|
3349
3349
|
isVisible?: boolean | undefined;
|
|
3350
3350
|
isActive?: boolean | undefined;
|
|
3351
3351
|
benefits?: string[] | undefined;
|
|
@@ -3367,7 +3367,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3367
3367
|
} | undefined;
|
|
3368
3368
|
sold?: number | undefined;
|
|
3369
3369
|
reserved?: number | undefined;
|
|
3370
|
-
|
|
3370
|
+
wristbandColor?: string | undefined;
|
|
3371
3371
|
isVisible?: boolean | undefined;
|
|
3372
3372
|
isActive?: boolean | undefined;
|
|
3373
3373
|
benefits?: string[] | undefined;
|
|
@@ -3623,7 +3623,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3623
3623
|
}>>;
|
|
3624
3624
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3625
3625
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3626
|
-
|
|
3626
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
3627
3627
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3628
3628
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3629
3629
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -3653,7 +3653,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3653
3653
|
} | undefined;
|
|
3654
3654
|
sold?: number | undefined;
|
|
3655
3655
|
reserved?: number | undefined;
|
|
3656
|
-
|
|
3656
|
+
wristbandColor?: string | undefined;
|
|
3657
3657
|
isVisible?: boolean | undefined;
|
|
3658
3658
|
isActive?: boolean | undefined;
|
|
3659
3659
|
benefits?: string[] | undefined;
|
|
@@ -3675,7 +3675,7 @@ export declare const clientGetEventSchema: z.ZodObject<{
|
|
|
3675
3675
|
} | undefined;
|
|
3676
3676
|
sold?: number | undefined;
|
|
3677
3677
|
reserved?: number | undefined;
|
|
3678
|
-
|
|
3678
|
+
wristbandColor?: string | undefined;
|
|
3679
3679
|
isVisible?: boolean | undefined;
|
|
3680
3680
|
isActive?: boolean | undefined;
|
|
3681
3681
|
benefits?: string[] | undefined;
|
|
@@ -3927,7 +3927,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
3927
3927
|
}>>;
|
|
3928
3928
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3929
3929
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
3930
|
-
|
|
3930
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
3931
3931
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3932
3932
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3933
3933
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -3957,7 +3957,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
3957
3957
|
} | undefined;
|
|
3958
3958
|
sold?: number | undefined;
|
|
3959
3959
|
reserved?: number | undefined;
|
|
3960
|
-
|
|
3960
|
+
wristbandColor?: string | undefined;
|
|
3961
3961
|
isVisible?: boolean | undefined;
|
|
3962
3962
|
isActive?: boolean | undefined;
|
|
3963
3963
|
benefits?: string[] | undefined;
|
|
@@ -3979,7 +3979,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
3979
3979
|
} | undefined;
|
|
3980
3980
|
sold?: number | undefined;
|
|
3981
3981
|
reserved?: number | undefined;
|
|
3982
|
-
|
|
3982
|
+
wristbandColor?: string | undefined;
|
|
3983
3983
|
isVisible?: boolean | undefined;
|
|
3984
3984
|
isActive?: boolean | undefined;
|
|
3985
3985
|
benefits?: string[] | undefined;
|
|
@@ -4230,7 +4230,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
4230
4230
|
}>>;
|
|
4231
4231
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
4232
4232
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
4233
|
-
|
|
4233
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
4234
4234
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
4235
4235
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
4236
4236
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -4260,7 +4260,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
4260
4260
|
} | undefined;
|
|
4261
4261
|
sold?: number | undefined;
|
|
4262
4262
|
reserved?: number | undefined;
|
|
4263
|
-
|
|
4263
|
+
wristbandColor?: string | undefined;
|
|
4264
4264
|
isVisible?: boolean | undefined;
|
|
4265
4265
|
isActive?: boolean | undefined;
|
|
4266
4266
|
benefits?: string[] | undefined;
|
|
@@ -4282,7 +4282,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
4282
4282
|
} | undefined;
|
|
4283
4283
|
sold?: number | undefined;
|
|
4284
4284
|
reserved?: number | undefined;
|
|
4285
|
-
|
|
4285
|
+
wristbandColor?: string | undefined;
|
|
4286
4286
|
isVisible?: boolean | undefined;
|
|
4287
4287
|
isActive?: boolean | undefined;
|
|
4288
4288
|
benefits?: string[] | undefined;
|
|
@@ -4533,7 +4533,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
4533
4533
|
}>>;
|
|
4534
4534
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
4535
4535
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
4536
|
-
|
|
4536
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
4537
4537
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
4538
4538
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
4539
4539
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -4563,7 +4563,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
4563
4563
|
} | undefined;
|
|
4564
4564
|
sold?: number | undefined;
|
|
4565
4565
|
reserved?: number | undefined;
|
|
4566
|
-
|
|
4566
|
+
wristbandColor?: string | undefined;
|
|
4567
4567
|
isVisible?: boolean | undefined;
|
|
4568
4568
|
isActive?: boolean | undefined;
|
|
4569
4569
|
benefits?: string[] | undefined;
|
|
@@ -4585,7 +4585,7 @@ export declare const draftEventSchema: z.ZodObject<{
|
|
|
4585
4585
|
} | undefined;
|
|
4586
4586
|
sold?: number | undefined;
|
|
4587
4587
|
reserved?: number | undefined;
|
|
4588
|
-
|
|
4588
|
+
wristbandColor?: string | undefined;
|
|
4589
4589
|
isVisible?: boolean | undefined;
|
|
4590
4590
|
isActive?: boolean | undefined;
|
|
4591
4591
|
benefits?: string[] | undefined;
|
|
@@ -55,7 +55,7 @@ export declare const displayTicketSchema: z.ZodObject<{
|
|
|
55
55
|
}>>;
|
|
56
56
|
sold: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
57
57
|
reserved: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
58
|
-
|
|
58
|
+
wristbandColor: z.ZodOptional<z.ZodString>;
|
|
59
59
|
isVisible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
60
60
|
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
61
61
|
benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -85,7 +85,7 @@ export declare const displayTicketSchema: z.ZodObject<{
|
|
|
85
85
|
} | undefined;
|
|
86
86
|
sold?: number | undefined;
|
|
87
87
|
reserved?: number | undefined;
|
|
88
|
-
|
|
88
|
+
wristbandColor?: string | undefined;
|
|
89
89
|
isVisible?: boolean | undefined;
|
|
90
90
|
isActive?: boolean | undefined;
|
|
91
91
|
benefits?: string[] | undefined;
|
|
@@ -107,7 +107,7 @@ export declare const displayTicketSchema: z.ZodObject<{
|
|
|
107
107
|
} | undefined;
|
|
108
108
|
sold?: number | undefined;
|
|
109
109
|
reserved?: number | undefined;
|
|
110
|
-
|
|
110
|
+
wristbandColor?: string | undefined;
|
|
111
111
|
isVisible?: boolean | undefined;
|
|
112
112
|
isActive?: boolean | undefined;
|
|
113
113
|
benefits?: string[] | undefined;
|
|
@@ -22,7 +22,7 @@ exports.displayTicketSchema = zod_1.z.object({
|
|
|
22
22
|
limits: exports.limitsSchema.optional(),
|
|
23
23
|
sold: zod_1.z.number().default(0).optional(),
|
|
24
24
|
reserved: zod_1.z.number().default(0).optional(),
|
|
25
|
-
|
|
25
|
+
wristbandColor: zod_1.z.string().optional(),
|
|
26
26
|
isVisible: zod_1.z.boolean().default(true).optional(),
|
|
27
27
|
isActive: zod_1.z.boolean().default(true).optional(),
|
|
28
28
|
benefits: zod_1.z.array(zod_1.z.string(), { required_error: 'Benefits must be an array of strings' }).optional(),
|
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ export const displayTicketSchema = z.object({
|
|
|
23
23
|
limits: limitsSchema.optional(),
|
|
24
24
|
sold: z.number().default(0).optional(),
|
|
25
25
|
reserved: z.number().default(0).optional(),
|
|
26
|
-
|
|
26
|
+
wristbandColor: z.string().optional(),
|
|
27
27
|
isVisible: z.boolean().default(true).optional(),
|
|
28
28
|
isActive: z.boolean().default(true).optional(),
|
|
29
29
|
benefits: z.array(z.string(), { required_error: 'Benefits must be an array of strings' }).optional(),
|