@elek-io/core 0.14.4 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.browser.d.ts +775 -645
- package/dist/browser/index.browser.js +197 -120
- package/dist/browser/index.browser.js.map +1 -1
- package/dist/node/index.node.d.ts +778 -648
- package/dist/node/index.node.js +303 -256
- package/dist/node/index.node.js.map +1 -1
- package/package.json +35 -26
|
@@ -456,7 +456,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
456
456
|
sv: "sv";
|
|
457
457
|
zh: "zh";
|
|
458
458
|
}> & z.core.$partial, z.ZodString>;
|
|
459
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
459
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
460
460
|
bg: "bg";
|
|
461
461
|
cs: "cs";
|
|
462
462
|
da: "da";
|
|
@@ -481,7 +481,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
481
481
|
sl: "sl";
|
|
482
482
|
sv: "sv";
|
|
483
483
|
zh: "zh";
|
|
484
|
-
}> & z.core.$partial, z.ZodString
|
|
484
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
485
485
|
isRequired: z.ZodBoolean;
|
|
486
486
|
isDisabled: z.ZodBoolean;
|
|
487
487
|
isUnique: z.ZodBoolean;
|
|
@@ -524,7 +524,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
524
524
|
sv: "sv";
|
|
525
525
|
zh: "zh";
|
|
526
526
|
}> & z.core.$partial, z.ZodString>;
|
|
527
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
527
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
528
528
|
bg: "bg";
|
|
529
529
|
cs: "cs";
|
|
530
530
|
da: "da";
|
|
@@ -549,7 +549,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
549
549
|
sl: "sl";
|
|
550
550
|
sv: "sv";
|
|
551
551
|
zh: "zh";
|
|
552
|
-
}> & z.core.$partial, z.ZodString
|
|
552
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
553
553
|
isRequired: z.ZodBoolean;
|
|
554
554
|
isDisabled: z.ZodBoolean;
|
|
555
555
|
isUnique: z.ZodBoolean;
|
|
@@ -592,7 +592,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
592
592
|
sv: "sv";
|
|
593
593
|
zh: "zh";
|
|
594
594
|
}> & z.core.$partial, z.ZodString>;
|
|
595
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
595
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
596
596
|
bg: "bg";
|
|
597
597
|
cs: "cs";
|
|
598
598
|
da: "da";
|
|
@@ -617,7 +617,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
617
617
|
sl: "sl";
|
|
618
618
|
sv: "sv";
|
|
619
619
|
zh: "zh";
|
|
620
|
-
}> & z.core.$partial, z.ZodString
|
|
620
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
621
621
|
isRequired: z.ZodBoolean;
|
|
622
622
|
isDisabled: z.ZodBoolean;
|
|
623
623
|
isUnique: z.ZodBoolean;
|
|
@@ -658,7 +658,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
658
658
|
sv: "sv";
|
|
659
659
|
zh: "zh";
|
|
660
660
|
}> & z.core.$partial, z.ZodString>;
|
|
661
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
661
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
662
662
|
bg: "bg";
|
|
663
663
|
cs: "cs";
|
|
664
664
|
da: "da";
|
|
@@ -683,7 +683,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
683
683
|
sl: "sl";
|
|
684
684
|
sv: "sv";
|
|
685
685
|
zh: "zh";
|
|
686
|
-
}> & z.core.$partial, z.ZodString
|
|
686
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
687
687
|
isRequired: z.ZodBoolean;
|
|
688
688
|
isDisabled: z.ZodBoolean;
|
|
689
689
|
isUnique: z.ZodBoolean;
|
|
@@ -724,7 +724,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
724
724
|
sv: "sv";
|
|
725
725
|
zh: "zh";
|
|
726
726
|
}> & z.core.$partial, z.ZodString>;
|
|
727
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
727
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
728
728
|
bg: "bg";
|
|
729
729
|
cs: "cs";
|
|
730
730
|
da: "da";
|
|
@@ -749,7 +749,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
749
749
|
sl: "sl";
|
|
750
750
|
sv: "sv";
|
|
751
751
|
zh: "zh";
|
|
752
|
-
}> & z.core.$partial, z.ZodString
|
|
752
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
753
753
|
isRequired: z.ZodBoolean;
|
|
754
754
|
isDisabled: z.ZodBoolean;
|
|
755
755
|
isUnique: z.ZodBoolean;
|
|
@@ -790,7 +790,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
790
790
|
sv: "sv";
|
|
791
791
|
zh: "zh";
|
|
792
792
|
}> & z.core.$partial, z.ZodString>;
|
|
793
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
793
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
794
794
|
bg: "bg";
|
|
795
795
|
cs: "cs";
|
|
796
796
|
da: "da";
|
|
@@ -815,7 +815,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
815
815
|
sl: "sl";
|
|
816
816
|
sv: "sv";
|
|
817
817
|
zh: "zh";
|
|
818
|
-
}> & z.core.$partial, z.ZodString
|
|
818
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
819
819
|
isRequired: z.ZodBoolean;
|
|
820
820
|
isDisabled: z.ZodBoolean;
|
|
821
821
|
isUnique: z.ZodBoolean;
|
|
@@ -856,7 +856,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
856
856
|
sv: "sv";
|
|
857
857
|
zh: "zh";
|
|
858
858
|
}> & z.core.$partial, z.ZodString>;
|
|
859
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
859
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
860
860
|
bg: "bg";
|
|
861
861
|
cs: "cs";
|
|
862
862
|
da: "da";
|
|
@@ -881,7 +881,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
881
881
|
sl: "sl";
|
|
882
882
|
sv: "sv";
|
|
883
883
|
zh: "zh";
|
|
884
|
-
}> & z.core.$partial, z.ZodString
|
|
884
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
885
885
|
isRequired: z.ZodBoolean;
|
|
886
886
|
isDisabled: z.ZodBoolean;
|
|
887
887
|
isUnique: z.ZodBoolean;
|
|
@@ -922,7 +922,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
922
922
|
sv: "sv";
|
|
923
923
|
zh: "zh";
|
|
924
924
|
}> & z.core.$partial, z.ZodString>;
|
|
925
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
925
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
926
926
|
bg: "bg";
|
|
927
927
|
cs: "cs";
|
|
928
928
|
da: "da";
|
|
@@ -947,7 +947,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
947
947
|
sl: "sl";
|
|
948
948
|
sv: "sv";
|
|
949
949
|
zh: "zh";
|
|
950
|
-
}> & z.core.$partial, z.ZodString
|
|
950
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
951
951
|
isRequired: z.ZodBoolean;
|
|
952
952
|
isDisabled: z.ZodBoolean;
|
|
953
953
|
isUnique: z.ZodBoolean;
|
|
@@ -988,7 +988,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
988
988
|
sv: "sv";
|
|
989
989
|
zh: "zh";
|
|
990
990
|
}> & z.core.$partial, z.ZodString>;
|
|
991
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
991
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
992
992
|
bg: "bg";
|
|
993
993
|
cs: "cs";
|
|
994
994
|
da: "da";
|
|
@@ -1013,7 +1013,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1013
1013
|
sl: "sl";
|
|
1014
1014
|
sv: "sv";
|
|
1015
1015
|
zh: "zh";
|
|
1016
|
-
}> & z.core.$partial, z.ZodString
|
|
1016
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1017
1017
|
isRequired: z.ZodBoolean;
|
|
1018
1018
|
isDisabled: z.ZodBoolean;
|
|
1019
1019
|
isUnique: z.ZodBoolean;
|
|
@@ -1054,7 +1054,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1054
1054
|
sv: "sv";
|
|
1055
1055
|
zh: "zh";
|
|
1056
1056
|
}> & z.core.$partial, z.ZodString>;
|
|
1057
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1057
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1058
1058
|
bg: "bg";
|
|
1059
1059
|
cs: "cs";
|
|
1060
1060
|
da: "da";
|
|
@@ -1079,7 +1079,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1079
1079
|
sl: "sl";
|
|
1080
1080
|
sv: "sv";
|
|
1081
1081
|
zh: "zh";
|
|
1082
|
-
}> & z.core.$partial, z.ZodString
|
|
1082
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1083
1083
|
isRequired: z.ZodBoolean;
|
|
1084
1084
|
isDisabled: z.ZodBoolean;
|
|
1085
1085
|
inputWidth: z.ZodEnum<{
|
|
@@ -1122,7 +1122,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1122
1122
|
sv: "sv";
|
|
1123
1123
|
zh: "zh";
|
|
1124
1124
|
}> & z.core.$partial, z.ZodString>;
|
|
1125
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1125
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1126
1126
|
bg: "bg";
|
|
1127
1127
|
cs: "cs";
|
|
1128
1128
|
da: "da";
|
|
@@ -1147,7 +1147,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1147
1147
|
sl: "sl";
|
|
1148
1148
|
sv: "sv";
|
|
1149
1149
|
zh: "zh";
|
|
1150
|
-
}> & z.core.$partial, z.ZodString
|
|
1150
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1151
1151
|
isDisabled: z.ZodBoolean;
|
|
1152
1152
|
inputWidth: z.ZodEnum<{
|
|
1153
1153
|
3: "3";
|
|
@@ -1190,7 +1190,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1190
1190
|
sv: "sv";
|
|
1191
1191
|
zh: "zh";
|
|
1192
1192
|
}> & z.core.$partial, z.ZodString>;
|
|
1193
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1193
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1194
1194
|
bg: "bg";
|
|
1195
1195
|
cs: "cs";
|
|
1196
1196
|
da: "da";
|
|
@@ -1215,7 +1215,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1215
1215
|
sl: "sl";
|
|
1216
1216
|
sv: "sv";
|
|
1217
1217
|
zh: "zh";
|
|
1218
|
-
}> & z.core.$partial, z.ZodString
|
|
1218
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1219
1219
|
isDisabled: z.ZodBoolean;
|
|
1220
1220
|
inputWidth: z.ZodEnum<{
|
|
1221
1221
|
3: "3";
|
|
@@ -1256,7 +1256,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1256
1256
|
sv: "sv";
|
|
1257
1257
|
zh: "zh";
|
|
1258
1258
|
}> & z.core.$partial, z.ZodString>;
|
|
1259
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1259
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1260
1260
|
bg: "bg";
|
|
1261
1261
|
cs: "cs";
|
|
1262
1262
|
da: "da";
|
|
@@ -1281,7 +1281,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1281
1281
|
sl: "sl";
|
|
1282
1282
|
sv: "sv";
|
|
1283
1283
|
zh: "zh";
|
|
1284
|
-
}> & z.core.$partial, z.ZodString
|
|
1284
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1285
1285
|
isRequired: z.ZodBoolean;
|
|
1286
1286
|
isDisabled: z.ZodBoolean;
|
|
1287
1287
|
isUnique: z.ZodBoolean;
|
|
@@ -1323,7 +1323,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1323
1323
|
sv: "sv";
|
|
1324
1324
|
zh: "zh";
|
|
1325
1325
|
}> & z.core.$partial, z.ZodString>;
|
|
1326
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1326
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1327
1327
|
bg: "bg";
|
|
1328
1328
|
cs: "cs";
|
|
1329
1329
|
da: "da";
|
|
@@ -1348,7 +1348,7 @@ declare const collectionFileSchema: z.ZodObject<{
|
|
|
1348
1348
|
sl: "sl";
|
|
1349
1349
|
sv: "sv";
|
|
1350
1350
|
zh: "zh";
|
|
1351
|
-
}> & z.core.$partial, z.ZodString
|
|
1351
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1352
1352
|
isRequired: z.ZodBoolean;
|
|
1353
1353
|
isDisabled: z.ZodBoolean;
|
|
1354
1354
|
isUnique: z.ZodBoolean;
|
|
@@ -1488,7 +1488,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1488
1488
|
sv: "sv";
|
|
1489
1489
|
zh: "zh";
|
|
1490
1490
|
}> & z.core.$partial, z.ZodString>;
|
|
1491
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1491
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1492
1492
|
bg: "bg";
|
|
1493
1493
|
cs: "cs";
|
|
1494
1494
|
da: "da";
|
|
@@ -1513,7 +1513,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1513
1513
|
sl: "sl";
|
|
1514
1514
|
sv: "sv";
|
|
1515
1515
|
zh: "zh";
|
|
1516
|
-
}> & z.core.$partial, z.ZodString
|
|
1516
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1517
1517
|
isRequired: z.ZodBoolean;
|
|
1518
1518
|
isDisabled: z.ZodBoolean;
|
|
1519
1519
|
isUnique: z.ZodBoolean;
|
|
@@ -1556,7 +1556,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1556
1556
|
sv: "sv";
|
|
1557
1557
|
zh: "zh";
|
|
1558
1558
|
}> & z.core.$partial, z.ZodString>;
|
|
1559
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1559
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1560
1560
|
bg: "bg";
|
|
1561
1561
|
cs: "cs";
|
|
1562
1562
|
da: "da";
|
|
@@ -1581,7 +1581,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1581
1581
|
sl: "sl";
|
|
1582
1582
|
sv: "sv";
|
|
1583
1583
|
zh: "zh";
|
|
1584
|
-
}> & z.core.$partial, z.ZodString
|
|
1584
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1585
1585
|
isRequired: z.ZodBoolean;
|
|
1586
1586
|
isDisabled: z.ZodBoolean;
|
|
1587
1587
|
isUnique: z.ZodBoolean;
|
|
@@ -1624,7 +1624,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1624
1624
|
sv: "sv";
|
|
1625
1625
|
zh: "zh";
|
|
1626
1626
|
}> & z.core.$partial, z.ZodString>;
|
|
1627
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1627
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1628
1628
|
bg: "bg";
|
|
1629
1629
|
cs: "cs";
|
|
1630
1630
|
da: "da";
|
|
@@ -1649,7 +1649,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1649
1649
|
sl: "sl";
|
|
1650
1650
|
sv: "sv";
|
|
1651
1651
|
zh: "zh";
|
|
1652
|
-
}> & z.core.$partial, z.ZodString
|
|
1652
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1653
1653
|
isRequired: z.ZodBoolean;
|
|
1654
1654
|
isDisabled: z.ZodBoolean;
|
|
1655
1655
|
isUnique: z.ZodBoolean;
|
|
@@ -1690,7 +1690,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1690
1690
|
sv: "sv";
|
|
1691
1691
|
zh: "zh";
|
|
1692
1692
|
}> & z.core.$partial, z.ZodString>;
|
|
1693
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1693
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1694
1694
|
bg: "bg";
|
|
1695
1695
|
cs: "cs";
|
|
1696
1696
|
da: "da";
|
|
@@ -1715,7 +1715,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1715
1715
|
sl: "sl";
|
|
1716
1716
|
sv: "sv";
|
|
1717
1717
|
zh: "zh";
|
|
1718
|
-
}> & z.core.$partial, z.ZodString
|
|
1718
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1719
1719
|
isRequired: z.ZodBoolean;
|
|
1720
1720
|
isDisabled: z.ZodBoolean;
|
|
1721
1721
|
isUnique: z.ZodBoolean;
|
|
@@ -1756,7 +1756,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1756
1756
|
sv: "sv";
|
|
1757
1757
|
zh: "zh";
|
|
1758
1758
|
}> & z.core.$partial, z.ZodString>;
|
|
1759
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1759
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1760
1760
|
bg: "bg";
|
|
1761
1761
|
cs: "cs";
|
|
1762
1762
|
da: "da";
|
|
@@ -1781,7 +1781,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1781
1781
|
sl: "sl";
|
|
1782
1782
|
sv: "sv";
|
|
1783
1783
|
zh: "zh";
|
|
1784
|
-
}> & z.core.$partial, z.ZodString
|
|
1784
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1785
1785
|
isRequired: z.ZodBoolean;
|
|
1786
1786
|
isDisabled: z.ZodBoolean;
|
|
1787
1787
|
isUnique: z.ZodBoolean;
|
|
@@ -1822,7 +1822,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1822
1822
|
sv: "sv";
|
|
1823
1823
|
zh: "zh";
|
|
1824
1824
|
}> & z.core.$partial, z.ZodString>;
|
|
1825
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1825
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1826
1826
|
bg: "bg";
|
|
1827
1827
|
cs: "cs";
|
|
1828
1828
|
da: "da";
|
|
@@ -1847,7 +1847,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1847
1847
|
sl: "sl";
|
|
1848
1848
|
sv: "sv";
|
|
1849
1849
|
zh: "zh";
|
|
1850
|
-
}> & z.core.$partial, z.ZodString
|
|
1850
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1851
1851
|
isRequired: z.ZodBoolean;
|
|
1852
1852
|
isDisabled: z.ZodBoolean;
|
|
1853
1853
|
isUnique: z.ZodBoolean;
|
|
@@ -1888,7 +1888,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1888
1888
|
sv: "sv";
|
|
1889
1889
|
zh: "zh";
|
|
1890
1890
|
}> & z.core.$partial, z.ZodString>;
|
|
1891
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1891
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1892
1892
|
bg: "bg";
|
|
1893
1893
|
cs: "cs";
|
|
1894
1894
|
da: "da";
|
|
@@ -1913,7 +1913,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1913
1913
|
sl: "sl";
|
|
1914
1914
|
sv: "sv";
|
|
1915
1915
|
zh: "zh";
|
|
1916
|
-
}> & z.core.$partial, z.ZodString
|
|
1916
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1917
1917
|
isRequired: z.ZodBoolean;
|
|
1918
1918
|
isDisabled: z.ZodBoolean;
|
|
1919
1919
|
isUnique: z.ZodBoolean;
|
|
@@ -1954,7 +1954,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1954
1954
|
sv: "sv";
|
|
1955
1955
|
zh: "zh";
|
|
1956
1956
|
}> & z.core.$partial, z.ZodString>;
|
|
1957
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
1957
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
1958
1958
|
bg: "bg";
|
|
1959
1959
|
cs: "cs";
|
|
1960
1960
|
da: "da";
|
|
@@ -1979,7 +1979,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
1979
1979
|
sl: "sl";
|
|
1980
1980
|
sv: "sv";
|
|
1981
1981
|
zh: "zh";
|
|
1982
|
-
}> & z.core.$partial, z.ZodString
|
|
1982
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
1983
1983
|
isRequired: z.ZodBoolean;
|
|
1984
1984
|
isDisabled: z.ZodBoolean;
|
|
1985
1985
|
isUnique: z.ZodBoolean;
|
|
@@ -2020,7 +2020,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2020
2020
|
sv: "sv";
|
|
2021
2021
|
zh: "zh";
|
|
2022
2022
|
}> & z.core.$partial, z.ZodString>;
|
|
2023
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2023
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2024
2024
|
bg: "bg";
|
|
2025
2025
|
cs: "cs";
|
|
2026
2026
|
da: "da";
|
|
@@ -2045,7 +2045,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2045
2045
|
sl: "sl";
|
|
2046
2046
|
sv: "sv";
|
|
2047
2047
|
zh: "zh";
|
|
2048
|
-
}> & z.core.$partial, z.ZodString
|
|
2048
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2049
2049
|
isRequired: z.ZodBoolean;
|
|
2050
2050
|
isDisabled: z.ZodBoolean;
|
|
2051
2051
|
isUnique: z.ZodBoolean;
|
|
@@ -2086,7 +2086,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2086
2086
|
sv: "sv";
|
|
2087
2087
|
zh: "zh";
|
|
2088
2088
|
}> & z.core.$partial, z.ZodString>;
|
|
2089
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2089
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2090
2090
|
bg: "bg";
|
|
2091
2091
|
cs: "cs";
|
|
2092
2092
|
da: "da";
|
|
@@ -2111,7 +2111,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2111
2111
|
sl: "sl";
|
|
2112
2112
|
sv: "sv";
|
|
2113
2113
|
zh: "zh";
|
|
2114
|
-
}> & z.core.$partial, z.ZodString
|
|
2114
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2115
2115
|
isRequired: z.ZodBoolean;
|
|
2116
2116
|
isDisabled: z.ZodBoolean;
|
|
2117
2117
|
inputWidth: z.ZodEnum<{
|
|
@@ -2154,7 +2154,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2154
2154
|
sv: "sv";
|
|
2155
2155
|
zh: "zh";
|
|
2156
2156
|
}> & z.core.$partial, z.ZodString>;
|
|
2157
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2157
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2158
2158
|
bg: "bg";
|
|
2159
2159
|
cs: "cs";
|
|
2160
2160
|
da: "da";
|
|
@@ -2179,7 +2179,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2179
2179
|
sl: "sl";
|
|
2180
2180
|
sv: "sv";
|
|
2181
2181
|
zh: "zh";
|
|
2182
|
-
}> & z.core.$partial, z.ZodString
|
|
2182
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2183
2183
|
isDisabled: z.ZodBoolean;
|
|
2184
2184
|
inputWidth: z.ZodEnum<{
|
|
2185
2185
|
3: "3";
|
|
@@ -2222,7 +2222,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2222
2222
|
sv: "sv";
|
|
2223
2223
|
zh: "zh";
|
|
2224
2224
|
}> & z.core.$partial, z.ZodString>;
|
|
2225
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2225
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2226
2226
|
bg: "bg";
|
|
2227
2227
|
cs: "cs";
|
|
2228
2228
|
da: "da";
|
|
@@ -2247,7 +2247,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2247
2247
|
sl: "sl";
|
|
2248
2248
|
sv: "sv";
|
|
2249
2249
|
zh: "zh";
|
|
2250
|
-
}> & z.core.$partial, z.ZodString
|
|
2250
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2251
2251
|
isDisabled: z.ZodBoolean;
|
|
2252
2252
|
inputWidth: z.ZodEnum<{
|
|
2253
2253
|
3: "3";
|
|
@@ -2288,7 +2288,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2288
2288
|
sv: "sv";
|
|
2289
2289
|
zh: "zh";
|
|
2290
2290
|
}> & z.core.$partial, z.ZodString>;
|
|
2291
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2291
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2292
2292
|
bg: "bg";
|
|
2293
2293
|
cs: "cs";
|
|
2294
2294
|
da: "da";
|
|
@@ -2313,7 +2313,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2313
2313
|
sl: "sl";
|
|
2314
2314
|
sv: "sv";
|
|
2315
2315
|
zh: "zh";
|
|
2316
|
-
}> & z.core.$partial, z.ZodString
|
|
2316
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2317
2317
|
isRequired: z.ZodBoolean;
|
|
2318
2318
|
isDisabled: z.ZodBoolean;
|
|
2319
2319
|
isUnique: z.ZodBoolean;
|
|
@@ -2355,7 +2355,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2355
2355
|
sv: "sv";
|
|
2356
2356
|
zh: "zh";
|
|
2357
2357
|
}> & z.core.$partial, z.ZodString>;
|
|
2358
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2358
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2359
2359
|
bg: "bg";
|
|
2360
2360
|
cs: "cs";
|
|
2361
2361
|
da: "da";
|
|
@@ -2380,7 +2380,7 @@ declare const collectionSchema: z.ZodObject<{
|
|
|
2380
2380
|
sl: "sl";
|
|
2381
2381
|
sv: "sv";
|
|
2382
2382
|
zh: "zh";
|
|
2383
|
-
}> & z.core.$partial, z.ZodString
|
|
2383
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2384
2384
|
isRequired: z.ZodBoolean;
|
|
2385
2385
|
isDisabled: z.ZodBoolean;
|
|
2386
2386
|
isUnique: z.ZodBoolean;
|
|
@@ -2557,7 +2557,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2557
2557
|
sv: "sv";
|
|
2558
2558
|
zh: "zh";
|
|
2559
2559
|
}> & z.core.$partial, z.ZodString>;
|
|
2560
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2560
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2561
2561
|
bg: "bg";
|
|
2562
2562
|
cs: "cs";
|
|
2563
2563
|
da: "da";
|
|
@@ -2582,7 +2582,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2582
2582
|
sl: "sl";
|
|
2583
2583
|
sv: "sv";
|
|
2584
2584
|
zh: "zh";
|
|
2585
|
-
}> & z.core.$partial, z.ZodString
|
|
2585
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2586
2586
|
isRequired: z.ZodBoolean;
|
|
2587
2587
|
isDisabled: z.ZodBoolean;
|
|
2588
2588
|
isUnique: z.ZodBoolean;
|
|
@@ -2625,7 +2625,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2625
2625
|
sv: "sv";
|
|
2626
2626
|
zh: "zh";
|
|
2627
2627
|
}> & z.core.$partial, z.ZodString>;
|
|
2628
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2628
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2629
2629
|
bg: "bg";
|
|
2630
2630
|
cs: "cs";
|
|
2631
2631
|
da: "da";
|
|
@@ -2650,7 +2650,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2650
2650
|
sl: "sl";
|
|
2651
2651
|
sv: "sv";
|
|
2652
2652
|
zh: "zh";
|
|
2653
|
-
}> & z.core.$partial, z.ZodString
|
|
2653
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2654
2654
|
isRequired: z.ZodBoolean;
|
|
2655
2655
|
isDisabled: z.ZodBoolean;
|
|
2656
2656
|
isUnique: z.ZodBoolean;
|
|
@@ -2693,7 +2693,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2693
2693
|
sv: "sv";
|
|
2694
2694
|
zh: "zh";
|
|
2695
2695
|
}> & z.core.$partial, z.ZodString>;
|
|
2696
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2696
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2697
2697
|
bg: "bg";
|
|
2698
2698
|
cs: "cs";
|
|
2699
2699
|
da: "da";
|
|
@@ -2718,7 +2718,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2718
2718
|
sl: "sl";
|
|
2719
2719
|
sv: "sv";
|
|
2720
2720
|
zh: "zh";
|
|
2721
|
-
}> & z.core.$partial, z.ZodString
|
|
2721
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2722
2722
|
isRequired: z.ZodBoolean;
|
|
2723
2723
|
isDisabled: z.ZodBoolean;
|
|
2724
2724
|
isUnique: z.ZodBoolean;
|
|
@@ -2759,7 +2759,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2759
2759
|
sv: "sv";
|
|
2760
2760
|
zh: "zh";
|
|
2761
2761
|
}> & z.core.$partial, z.ZodString>;
|
|
2762
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2762
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2763
2763
|
bg: "bg";
|
|
2764
2764
|
cs: "cs";
|
|
2765
2765
|
da: "da";
|
|
@@ -2784,7 +2784,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2784
2784
|
sl: "sl";
|
|
2785
2785
|
sv: "sv";
|
|
2786
2786
|
zh: "zh";
|
|
2787
|
-
}> & z.core.$partial, z.ZodString
|
|
2787
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2788
2788
|
isRequired: z.ZodBoolean;
|
|
2789
2789
|
isDisabled: z.ZodBoolean;
|
|
2790
2790
|
isUnique: z.ZodBoolean;
|
|
@@ -2825,7 +2825,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2825
2825
|
sv: "sv";
|
|
2826
2826
|
zh: "zh";
|
|
2827
2827
|
}> & z.core.$partial, z.ZodString>;
|
|
2828
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2828
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2829
2829
|
bg: "bg";
|
|
2830
2830
|
cs: "cs";
|
|
2831
2831
|
da: "da";
|
|
@@ -2850,7 +2850,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2850
2850
|
sl: "sl";
|
|
2851
2851
|
sv: "sv";
|
|
2852
2852
|
zh: "zh";
|
|
2853
|
-
}> & z.core.$partial, z.ZodString
|
|
2853
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2854
2854
|
isRequired: z.ZodBoolean;
|
|
2855
2855
|
isDisabled: z.ZodBoolean;
|
|
2856
2856
|
isUnique: z.ZodBoolean;
|
|
@@ -2891,7 +2891,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2891
2891
|
sv: "sv";
|
|
2892
2892
|
zh: "zh";
|
|
2893
2893
|
}> & z.core.$partial, z.ZodString>;
|
|
2894
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2894
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2895
2895
|
bg: "bg";
|
|
2896
2896
|
cs: "cs";
|
|
2897
2897
|
da: "da";
|
|
@@ -2916,7 +2916,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2916
2916
|
sl: "sl";
|
|
2917
2917
|
sv: "sv";
|
|
2918
2918
|
zh: "zh";
|
|
2919
|
-
}> & z.core.$partial, z.ZodString
|
|
2919
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2920
2920
|
isRequired: z.ZodBoolean;
|
|
2921
2921
|
isDisabled: z.ZodBoolean;
|
|
2922
2922
|
isUnique: z.ZodBoolean;
|
|
@@ -2957,7 +2957,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2957
2957
|
sv: "sv";
|
|
2958
2958
|
zh: "zh";
|
|
2959
2959
|
}> & z.core.$partial, z.ZodString>;
|
|
2960
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
2960
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
2961
2961
|
bg: "bg";
|
|
2962
2962
|
cs: "cs";
|
|
2963
2963
|
da: "da";
|
|
@@ -2982,7 +2982,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
2982
2982
|
sl: "sl";
|
|
2983
2983
|
sv: "sv";
|
|
2984
2984
|
zh: "zh";
|
|
2985
|
-
}> & z.core.$partial, z.ZodString
|
|
2985
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
2986
2986
|
isRequired: z.ZodBoolean;
|
|
2987
2987
|
isDisabled: z.ZodBoolean;
|
|
2988
2988
|
isUnique: z.ZodBoolean;
|
|
@@ -3023,7 +3023,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3023
3023
|
sv: "sv";
|
|
3024
3024
|
zh: "zh";
|
|
3025
3025
|
}> & z.core.$partial, z.ZodString>;
|
|
3026
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3026
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3027
3027
|
bg: "bg";
|
|
3028
3028
|
cs: "cs";
|
|
3029
3029
|
da: "da";
|
|
@@ -3048,7 +3048,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3048
3048
|
sl: "sl";
|
|
3049
3049
|
sv: "sv";
|
|
3050
3050
|
zh: "zh";
|
|
3051
|
-
}> & z.core.$partial, z.ZodString
|
|
3051
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3052
3052
|
isRequired: z.ZodBoolean;
|
|
3053
3053
|
isDisabled: z.ZodBoolean;
|
|
3054
3054
|
isUnique: z.ZodBoolean;
|
|
@@ -3089,7 +3089,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3089
3089
|
sv: "sv";
|
|
3090
3090
|
zh: "zh";
|
|
3091
3091
|
}> & z.core.$partial, z.ZodString>;
|
|
3092
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3092
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3093
3093
|
bg: "bg";
|
|
3094
3094
|
cs: "cs";
|
|
3095
3095
|
da: "da";
|
|
@@ -3114,7 +3114,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3114
3114
|
sl: "sl";
|
|
3115
3115
|
sv: "sv";
|
|
3116
3116
|
zh: "zh";
|
|
3117
|
-
}> & z.core.$partial, z.ZodString
|
|
3117
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3118
3118
|
isRequired: z.ZodBoolean;
|
|
3119
3119
|
isDisabled: z.ZodBoolean;
|
|
3120
3120
|
isUnique: z.ZodBoolean;
|
|
@@ -3155,7 +3155,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3155
3155
|
sv: "sv";
|
|
3156
3156
|
zh: "zh";
|
|
3157
3157
|
}> & z.core.$partial, z.ZodString>;
|
|
3158
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3158
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3159
3159
|
bg: "bg";
|
|
3160
3160
|
cs: "cs";
|
|
3161
3161
|
da: "da";
|
|
@@ -3180,7 +3180,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3180
3180
|
sl: "sl";
|
|
3181
3181
|
sv: "sv";
|
|
3182
3182
|
zh: "zh";
|
|
3183
|
-
}> & z.core.$partial, z.ZodString
|
|
3183
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3184
3184
|
isRequired: z.ZodBoolean;
|
|
3185
3185
|
isDisabled: z.ZodBoolean;
|
|
3186
3186
|
inputWidth: z.ZodEnum<{
|
|
@@ -3223,7 +3223,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3223
3223
|
sv: "sv";
|
|
3224
3224
|
zh: "zh";
|
|
3225
3225
|
}> & z.core.$partial, z.ZodString>;
|
|
3226
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3226
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3227
3227
|
bg: "bg";
|
|
3228
3228
|
cs: "cs";
|
|
3229
3229
|
da: "da";
|
|
@@ -3248,7 +3248,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3248
3248
|
sl: "sl";
|
|
3249
3249
|
sv: "sv";
|
|
3250
3250
|
zh: "zh";
|
|
3251
|
-
}> & z.core.$partial, z.ZodString
|
|
3251
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3252
3252
|
isDisabled: z.ZodBoolean;
|
|
3253
3253
|
inputWidth: z.ZodEnum<{
|
|
3254
3254
|
3: "3";
|
|
@@ -3291,7 +3291,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3291
3291
|
sv: "sv";
|
|
3292
3292
|
zh: "zh";
|
|
3293
3293
|
}> & z.core.$partial, z.ZodString>;
|
|
3294
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3294
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3295
3295
|
bg: "bg";
|
|
3296
3296
|
cs: "cs";
|
|
3297
3297
|
da: "da";
|
|
@@ -3316,7 +3316,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3316
3316
|
sl: "sl";
|
|
3317
3317
|
sv: "sv";
|
|
3318
3318
|
zh: "zh";
|
|
3319
|
-
}> & z.core.$partial, z.ZodString
|
|
3319
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3320
3320
|
isDisabled: z.ZodBoolean;
|
|
3321
3321
|
inputWidth: z.ZodEnum<{
|
|
3322
3322
|
3: "3";
|
|
@@ -3357,7 +3357,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3357
3357
|
sv: "sv";
|
|
3358
3358
|
zh: "zh";
|
|
3359
3359
|
}> & z.core.$partial, z.ZodString>;
|
|
3360
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3360
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3361
3361
|
bg: "bg";
|
|
3362
3362
|
cs: "cs";
|
|
3363
3363
|
da: "da";
|
|
@@ -3382,7 +3382,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3382
3382
|
sl: "sl";
|
|
3383
3383
|
sv: "sv";
|
|
3384
3384
|
zh: "zh";
|
|
3385
|
-
}> & z.core.$partial, z.ZodString
|
|
3385
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3386
3386
|
isRequired: z.ZodBoolean;
|
|
3387
3387
|
isDisabled: z.ZodBoolean;
|
|
3388
3388
|
isUnique: z.ZodBoolean;
|
|
@@ -3424,7 +3424,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3424
3424
|
sv: "sv";
|
|
3425
3425
|
zh: "zh";
|
|
3426
3426
|
}> & z.core.$partial, z.ZodString>;
|
|
3427
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3427
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3428
3428
|
bg: "bg";
|
|
3429
3429
|
cs: "cs";
|
|
3430
3430
|
da: "da";
|
|
@@ -3449,7 +3449,7 @@ declare const collectionExportSchema: z.ZodObject<{
|
|
|
3449
3449
|
sl: "sl";
|
|
3450
3450
|
sv: "sv";
|
|
3451
3451
|
zh: "zh";
|
|
3452
|
-
}> & z.core.$partial, z.ZodString
|
|
3452
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3453
3453
|
isRequired: z.ZodBoolean;
|
|
3454
3454
|
isDisabled: z.ZodBoolean;
|
|
3455
3455
|
isUnique: z.ZodBoolean;
|
|
@@ -3795,7 +3795,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
3795
3795
|
sv: "sv";
|
|
3796
3796
|
zh: "zh";
|
|
3797
3797
|
}> & z.core.$partial, z.ZodString>;
|
|
3798
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3798
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3799
3799
|
bg: "bg";
|
|
3800
3800
|
cs: "cs";
|
|
3801
3801
|
da: "da";
|
|
@@ -3820,7 +3820,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
3820
3820
|
sl: "sl";
|
|
3821
3821
|
sv: "sv";
|
|
3822
3822
|
zh: "zh";
|
|
3823
|
-
}> & z.core.$partial, z.ZodString
|
|
3823
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3824
3824
|
isRequired: z.ZodBoolean;
|
|
3825
3825
|
isDisabled: z.ZodBoolean;
|
|
3826
3826
|
isUnique: z.ZodBoolean;
|
|
@@ -3863,7 +3863,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
3863
3863
|
sv: "sv";
|
|
3864
3864
|
zh: "zh";
|
|
3865
3865
|
}> & z.core.$partial, z.ZodString>;
|
|
3866
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3866
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3867
3867
|
bg: "bg";
|
|
3868
3868
|
cs: "cs";
|
|
3869
3869
|
da: "da";
|
|
@@ -3888,7 +3888,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
3888
3888
|
sl: "sl";
|
|
3889
3889
|
sv: "sv";
|
|
3890
3890
|
zh: "zh";
|
|
3891
|
-
}> & z.core.$partial, z.ZodString
|
|
3891
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3892
3892
|
isRequired: z.ZodBoolean;
|
|
3893
3893
|
isDisabled: z.ZodBoolean;
|
|
3894
3894
|
isUnique: z.ZodBoolean;
|
|
@@ -3931,7 +3931,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
3931
3931
|
sv: "sv";
|
|
3932
3932
|
zh: "zh";
|
|
3933
3933
|
}> & z.core.$partial, z.ZodString>;
|
|
3934
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
3934
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
3935
3935
|
bg: "bg";
|
|
3936
3936
|
cs: "cs";
|
|
3937
3937
|
da: "da";
|
|
@@ -3956,7 +3956,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
3956
3956
|
sl: "sl";
|
|
3957
3957
|
sv: "sv";
|
|
3958
3958
|
zh: "zh";
|
|
3959
|
-
}> & z.core.$partial, z.ZodString
|
|
3959
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
3960
3960
|
isRequired: z.ZodBoolean;
|
|
3961
3961
|
isDisabled: z.ZodBoolean;
|
|
3962
3962
|
isUnique: z.ZodBoolean;
|
|
@@ -3997,7 +3997,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
3997
3997
|
sv: "sv";
|
|
3998
3998
|
zh: "zh";
|
|
3999
3999
|
}> & z.core.$partial, z.ZodString>;
|
|
4000
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4000
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4001
4001
|
bg: "bg";
|
|
4002
4002
|
cs: "cs";
|
|
4003
4003
|
da: "da";
|
|
@@ -4022,7 +4022,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4022
4022
|
sl: "sl";
|
|
4023
4023
|
sv: "sv";
|
|
4024
4024
|
zh: "zh";
|
|
4025
|
-
}> & z.core.$partial, z.ZodString
|
|
4025
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4026
4026
|
isRequired: z.ZodBoolean;
|
|
4027
4027
|
isDisabled: z.ZodBoolean;
|
|
4028
4028
|
isUnique: z.ZodBoolean;
|
|
@@ -4063,7 +4063,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4063
4063
|
sv: "sv";
|
|
4064
4064
|
zh: "zh";
|
|
4065
4065
|
}> & z.core.$partial, z.ZodString>;
|
|
4066
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4066
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4067
4067
|
bg: "bg";
|
|
4068
4068
|
cs: "cs";
|
|
4069
4069
|
da: "da";
|
|
@@ -4088,7 +4088,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4088
4088
|
sl: "sl";
|
|
4089
4089
|
sv: "sv";
|
|
4090
4090
|
zh: "zh";
|
|
4091
|
-
}> & z.core.$partial, z.ZodString
|
|
4091
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4092
4092
|
isRequired: z.ZodBoolean;
|
|
4093
4093
|
isDisabled: z.ZodBoolean;
|
|
4094
4094
|
isUnique: z.ZodBoolean;
|
|
@@ -4129,7 +4129,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4129
4129
|
sv: "sv";
|
|
4130
4130
|
zh: "zh";
|
|
4131
4131
|
}> & z.core.$partial, z.ZodString>;
|
|
4132
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4132
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4133
4133
|
bg: "bg";
|
|
4134
4134
|
cs: "cs";
|
|
4135
4135
|
da: "da";
|
|
@@ -4154,7 +4154,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4154
4154
|
sl: "sl";
|
|
4155
4155
|
sv: "sv";
|
|
4156
4156
|
zh: "zh";
|
|
4157
|
-
}> & z.core.$partial, z.ZodString
|
|
4157
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4158
4158
|
isRequired: z.ZodBoolean;
|
|
4159
4159
|
isDisabled: z.ZodBoolean;
|
|
4160
4160
|
isUnique: z.ZodBoolean;
|
|
@@ -4195,7 +4195,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4195
4195
|
sv: "sv";
|
|
4196
4196
|
zh: "zh";
|
|
4197
4197
|
}> & z.core.$partial, z.ZodString>;
|
|
4198
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4198
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4199
4199
|
bg: "bg";
|
|
4200
4200
|
cs: "cs";
|
|
4201
4201
|
da: "da";
|
|
@@ -4220,7 +4220,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4220
4220
|
sl: "sl";
|
|
4221
4221
|
sv: "sv";
|
|
4222
4222
|
zh: "zh";
|
|
4223
|
-
}> & z.core.$partial, z.ZodString
|
|
4223
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4224
4224
|
isRequired: z.ZodBoolean;
|
|
4225
4225
|
isDisabled: z.ZodBoolean;
|
|
4226
4226
|
isUnique: z.ZodBoolean;
|
|
@@ -4261,7 +4261,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4261
4261
|
sv: "sv";
|
|
4262
4262
|
zh: "zh";
|
|
4263
4263
|
}> & z.core.$partial, z.ZodString>;
|
|
4264
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4264
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4265
4265
|
bg: "bg";
|
|
4266
4266
|
cs: "cs";
|
|
4267
4267
|
da: "da";
|
|
@@ -4286,7 +4286,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4286
4286
|
sl: "sl";
|
|
4287
4287
|
sv: "sv";
|
|
4288
4288
|
zh: "zh";
|
|
4289
|
-
}> & z.core.$partial, z.ZodString
|
|
4289
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4290
4290
|
isRequired: z.ZodBoolean;
|
|
4291
4291
|
isDisabled: z.ZodBoolean;
|
|
4292
4292
|
isUnique: z.ZodBoolean;
|
|
@@ -4327,7 +4327,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4327
4327
|
sv: "sv";
|
|
4328
4328
|
zh: "zh";
|
|
4329
4329
|
}> & z.core.$partial, z.ZodString>;
|
|
4330
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4330
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4331
4331
|
bg: "bg";
|
|
4332
4332
|
cs: "cs";
|
|
4333
4333
|
da: "da";
|
|
@@ -4352,7 +4352,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4352
4352
|
sl: "sl";
|
|
4353
4353
|
sv: "sv";
|
|
4354
4354
|
zh: "zh";
|
|
4355
|
-
}> & z.core.$partial, z.ZodString
|
|
4355
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4356
4356
|
isRequired: z.ZodBoolean;
|
|
4357
4357
|
isDisabled: z.ZodBoolean;
|
|
4358
4358
|
isUnique: z.ZodBoolean;
|
|
@@ -4393,7 +4393,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4393
4393
|
sv: "sv";
|
|
4394
4394
|
zh: "zh";
|
|
4395
4395
|
}> & z.core.$partial, z.ZodString>;
|
|
4396
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4396
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4397
4397
|
bg: "bg";
|
|
4398
4398
|
cs: "cs";
|
|
4399
4399
|
da: "da";
|
|
@@ -4418,7 +4418,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4418
4418
|
sl: "sl";
|
|
4419
4419
|
sv: "sv";
|
|
4420
4420
|
zh: "zh";
|
|
4421
|
-
}> & z.core.$partial, z.ZodString
|
|
4421
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4422
4422
|
isRequired: z.ZodBoolean;
|
|
4423
4423
|
isDisabled: z.ZodBoolean;
|
|
4424
4424
|
inputWidth: z.ZodEnum<{
|
|
@@ -4461,7 +4461,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4461
4461
|
sv: "sv";
|
|
4462
4462
|
zh: "zh";
|
|
4463
4463
|
}> & z.core.$partial, z.ZodString>;
|
|
4464
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4464
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4465
4465
|
bg: "bg";
|
|
4466
4466
|
cs: "cs";
|
|
4467
4467
|
da: "da";
|
|
@@ -4486,7 +4486,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4486
4486
|
sl: "sl";
|
|
4487
4487
|
sv: "sv";
|
|
4488
4488
|
zh: "zh";
|
|
4489
|
-
}> & z.core.$partial, z.ZodString
|
|
4489
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4490
4490
|
isDisabled: z.ZodBoolean;
|
|
4491
4491
|
inputWidth: z.ZodEnum<{
|
|
4492
4492
|
3: "3";
|
|
@@ -4529,7 +4529,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4529
4529
|
sv: "sv";
|
|
4530
4530
|
zh: "zh";
|
|
4531
4531
|
}> & z.core.$partial, z.ZodString>;
|
|
4532
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4532
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4533
4533
|
bg: "bg";
|
|
4534
4534
|
cs: "cs";
|
|
4535
4535
|
da: "da";
|
|
@@ -4554,7 +4554,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4554
4554
|
sl: "sl";
|
|
4555
4555
|
sv: "sv";
|
|
4556
4556
|
zh: "zh";
|
|
4557
|
-
}> & z.core.$partial, z.ZodString
|
|
4557
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4558
4558
|
isDisabled: z.ZodBoolean;
|
|
4559
4559
|
inputWidth: z.ZodEnum<{
|
|
4560
4560
|
3: "3";
|
|
@@ -4595,7 +4595,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4595
4595
|
sv: "sv";
|
|
4596
4596
|
zh: "zh";
|
|
4597
4597
|
}> & z.core.$partial, z.ZodString>;
|
|
4598
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4598
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4599
4599
|
bg: "bg";
|
|
4600
4600
|
cs: "cs";
|
|
4601
4601
|
da: "da";
|
|
@@ -4620,7 +4620,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4620
4620
|
sl: "sl";
|
|
4621
4621
|
sv: "sv";
|
|
4622
4622
|
zh: "zh";
|
|
4623
|
-
}> & z.core.$partial, z.ZodString
|
|
4623
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4624
4624
|
isRequired: z.ZodBoolean;
|
|
4625
4625
|
isDisabled: z.ZodBoolean;
|
|
4626
4626
|
isUnique: z.ZodBoolean;
|
|
@@ -4662,7 +4662,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4662
4662
|
sv: "sv";
|
|
4663
4663
|
zh: "zh";
|
|
4664
4664
|
}> & z.core.$partial, z.ZodString>;
|
|
4665
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4665
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4666
4666
|
bg: "bg";
|
|
4667
4667
|
cs: "cs";
|
|
4668
4668
|
da: "da";
|
|
@@ -4687,7 +4687,7 @@ declare const createCollectionSchema: z.ZodObject<{
|
|
|
4687
4687
|
sl: "sl";
|
|
4688
4688
|
sv: "sv";
|
|
4689
4689
|
zh: "zh";
|
|
4690
|
-
}> & z.core.$partial, z.ZodString
|
|
4690
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4691
4691
|
isRequired: z.ZodBoolean;
|
|
4692
4692
|
isDisabled: z.ZodBoolean;
|
|
4693
4693
|
isUnique: z.ZodBoolean;
|
|
@@ -4831,7 +4831,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
4831
4831
|
sv: "sv";
|
|
4832
4832
|
zh: "zh";
|
|
4833
4833
|
}> & z.core.$partial, z.ZodString>;
|
|
4834
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4834
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4835
4835
|
bg: "bg";
|
|
4836
4836
|
cs: "cs";
|
|
4837
4837
|
da: "da";
|
|
@@ -4856,7 +4856,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
4856
4856
|
sl: "sl";
|
|
4857
4857
|
sv: "sv";
|
|
4858
4858
|
zh: "zh";
|
|
4859
|
-
}> & z.core.$partial, z.ZodString
|
|
4859
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4860
4860
|
isRequired: z.ZodBoolean;
|
|
4861
4861
|
isDisabled: z.ZodBoolean;
|
|
4862
4862
|
isUnique: z.ZodBoolean;
|
|
@@ -4899,7 +4899,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
4899
4899
|
sv: "sv";
|
|
4900
4900
|
zh: "zh";
|
|
4901
4901
|
}> & z.core.$partial, z.ZodString>;
|
|
4902
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4902
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4903
4903
|
bg: "bg";
|
|
4904
4904
|
cs: "cs";
|
|
4905
4905
|
da: "da";
|
|
@@ -4924,7 +4924,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
4924
4924
|
sl: "sl";
|
|
4925
4925
|
sv: "sv";
|
|
4926
4926
|
zh: "zh";
|
|
4927
|
-
}> & z.core.$partial, z.ZodString
|
|
4927
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4928
4928
|
isRequired: z.ZodBoolean;
|
|
4929
4929
|
isDisabled: z.ZodBoolean;
|
|
4930
4930
|
isUnique: z.ZodBoolean;
|
|
@@ -4967,7 +4967,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
4967
4967
|
sv: "sv";
|
|
4968
4968
|
zh: "zh";
|
|
4969
4969
|
}> & z.core.$partial, z.ZodString>;
|
|
4970
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
4970
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
4971
4971
|
bg: "bg";
|
|
4972
4972
|
cs: "cs";
|
|
4973
4973
|
da: "da";
|
|
@@ -4992,7 +4992,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
4992
4992
|
sl: "sl";
|
|
4993
4993
|
sv: "sv";
|
|
4994
4994
|
zh: "zh";
|
|
4995
|
-
}> & z.core.$partial, z.ZodString
|
|
4995
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
4996
4996
|
isRequired: z.ZodBoolean;
|
|
4997
4997
|
isDisabled: z.ZodBoolean;
|
|
4998
4998
|
isUnique: z.ZodBoolean;
|
|
@@ -5033,7 +5033,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5033
5033
|
sv: "sv";
|
|
5034
5034
|
zh: "zh";
|
|
5035
5035
|
}> & z.core.$partial, z.ZodString>;
|
|
5036
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5036
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5037
5037
|
bg: "bg";
|
|
5038
5038
|
cs: "cs";
|
|
5039
5039
|
da: "da";
|
|
@@ -5058,7 +5058,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5058
5058
|
sl: "sl";
|
|
5059
5059
|
sv: "sv";
|
|
5060
5060
|
zh: "zh";
|
|
5061
|
-
}> & z.core.$partial, z.ZodString
|
|
5061
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5062
5062
|
isRequired: z.ZodBoolean;
|
|
5063
5063
|
isDisabled: z.ZodBoolean;
|
|
5064
5064
|
isUnique: z.ZodBoolean;
|
|
@@ -5099,7 +5099,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5099
5099
|
sv: "sv";
|
|
5100
5100
|
zh: "zh";
|
|
5101
5101
|
}> & z.core.$partial, z.ZodString>;
|
|
5102
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5102
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5103
5103
|
bg: "bg";
|
|
5104
5104
|
cs: "cs";
|
|
5105
5105
|
da: "da";
|
|
@@ -5124,7 +5124,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5124
5124
|
sl: "sl";
|
|
5125
5125
|
sv: "sv";
|
|
5126
5126
|
zh: "zh";
|
|
5127
|
-
}> & z.core.$partial, z.ZodString
|
|
5127
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5128
5128
|
isRequired: z.ZodBoolean;
|
|
5129
5129
|
isDisabled: z.ZodBoolean;
|
|
5130
5130
|
isUnique: z.ZodBoolean;
|
|
@@ -5165,7 +5165,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5165
5165
|
sv: "sv";
|
|
5166
5166
|
zh: "zh";
|
|
5167
5167
|
}> & z.core.$partial, z.ZodString>;
|
|
5168
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5168
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5169
5169
|
bg: "bg";
|
|
5170
5170
|
cs: "cs";
|
|
5171
5171
|
da: "da";
|
|
@@ -5190,7 +5190,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5190
5190
|
sl: "sl";
|
|
5191
5191
|
sv: "sv";
|
|
5192
5192
|
zh: "zh";
|
|
5193
|
-
}> & z.core.$partial, z.ZodString
|
|
5193
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5194
5194
|
isRequired: z.ZodBoolean;
|
|
5195
5195
|
isDisabled: z.ZodBoolean;
|
|
5196
5196
|
isUnique: z.ZodBoolean;
|
|
@@ -5231,7 +5231,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5231
5231
|
sv: "sv";
|
|
5232
5232
|
zh: "zh";
|
|
5233
5233
|
}> & z.core.$partial, z.ZodString>;
|
|
5234
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5234
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5235
5235
|
bg: "bg";
|
|
5236
5236
|
cs: "cs";
|
|
5237
5237
|
da: "da";
|
|
@@ -5256,7 +5256,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5256
5256
|
sl: "sl";
|
|
5257
5257
|
sv: "sv";
|
|
5258
5258
|
zh: "zh";
|
|
5259
|
-
}> & z.core.$partial, z.ZodString
|
|
5259
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5260
5260
|
isRequired: z.ZodBoolean;
|
|
5261
5261
|
isDisabled: z.ZodBoolean;
|
|
5262
5262
|
isUnique: z.ZodBoolean;
|
|
@@ -5297,7 +5297,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5297
5297
|
sv: "sv";
|
|
5298
5298
|
zh: "zh";
|
|
5299
5299
|
}> & z.core.$partial, z.ZodString>;
|
|
5300
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5300
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5301
5301
|
bg: "bg";
|
|
5302
5302
|
cs: "cs";
|
|
5303
5303
|
da: "da";
|
|
@@ -5322,7 +5322,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5322
5322
|
sl: "sl";
|
|
5323
5323
|
sv: "sv";
|
|
5324
5324
|
zh: "zh";
|
|
5325
|
-
}> & z.core.$partial, z.ZodString
|
|
5325
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5326
5326
|
isRequired: z.ZodBoolean;
|
|
5327
5327
|
isDisabled: z.ZodBoolean;
|
|
5328
5328
|
isUnique: z.ZodBoolean;
|
|
@@ -5363,7 +5363,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5363
5363
|
sv: "sv";
|
|
5364
5364
|
zh: "zh";
|
|
5365
5365
|
}> & z.core.$partial, z.ZodString>;
|
|
5366
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5366
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5367
5367
|
bg: "bg";
|
|
5368
5368
|
cs: "cs";
|
|
5369
5369
|
da: "da";
|
|
@@ -5388,7 +5388,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5388
5388
|
sl: "sl";
|
|
5389
5389
|
sv: "sv";
|
|
5390
5390
|
zh: "zh";
|
|
5391
|
-
}> & z.core.$partial, z.ZodString
|
|
5391
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5392
5392
|
isRequired: z.ZodBoolean;
|
|
5393
5393
|
isDisabled: z.ZodBoolean;
|
|
5394
5394
|
isUnique: z.ZodBoolean;
|
|
@@ -5429,7 +5429,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5429
5429
|
sv: "sv";
|
|
5430
5430
|
zh: "zh";
|
|
5431
5431
|
}> & z.core.$partial, z.ZodString>;
|
|
5432
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5432
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5433
5433
|
bg: "bg";
|
|
5434
5434
|
cs: "cs";
|
|
5435
5435
|
da: "da";
|
|
@@ -5454,7 +5454,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5454
5454
|
sl: "sl";
|
|
5455
5455
|
sv: "sv";
|
|
5456
5456
|
zh: "zh";
|
|
5457
|
-
}> & z.core.$partial, z.ZodString
|
|
5457
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5458
5458
|
isRequired: z.ZodBoolean;
|
|
5459
5459
|
isDisabled: z.ZodBoolean;
|
|
5460
5460
|
inputWidth: z.ZodEnum<{
|
|
@@ -5497,7 +5497,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5497
5497
|
sv: "sv";
|
|
5498
5498
|
zh: "zh";
|
|
5499
5499
|
}> & z.core.$partial, z.ZodString>;
|
|
5500
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5500
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5501
5501
|
bg: "bg";
|
|
5502
5502
|
cs: "cs";
|
|
5503
5503
|
da: "da";
|
|
@@ -5522,7 +5522,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5522
5522
|
sl: "sl";
|
|
5523
5523
|
sv: "sv";
|
|
5524
5524
|
zh: "zh";
|
|
5525
|
-
}> & z.core.$partial, z.ZodString
|
|
5525
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5526
5526
|
isDisabled: z.ZodBoolean;
|
|
5527
5527
|
inputWidth: z.ZodEnum<{
|
|
5528
5528
|
3: "3";
|
|
@@ -5565,7 +5565,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5565
5565
|
sv: "sv";
|
|
5566
5566
|
zh: "zh";
|
|
5567
5567
|
}> & z.core.$partial, z.ZodString>;
|
|
5568
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5568
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5569
5569
|
bg: "bg";
|
|
5570
5570
|
cs: "cs";
|
|
5571
5571
|
da: "da";
|
|
@@ -5590,7 +5590,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5590
5590
|
sl: "sl";
|
|
5591
5591
|
sv: "sv";
|
|
5592
5592
|
zh: "zh";
|
|
5593
|
-
}> & z.core.$partial, z.ZodString
|
|
5593
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5594
5594
|
isDisabled: z.ZodBoolean;
|
|
5595
5595
|
inputWidth: z.ZodEnum<{
|
|
5596
5596
|
3: "3";
|
|
@@ -5631,7 +5631,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5631
5631
|
sv: "sv";
|
|
5632
5632
|
zh: "zh";
|
|
5633
5633
|
}> & z.core.$partial, z.ZodString>;
|
|
5634
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5634
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5635
5635
|
bg: "bg";
|
|
5636
5636
|
cs: "cs";
|
|
5637
5637
|
da: "da";
|
|
@@ -5656,7 +5656,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5656
5656
|
sl: "sl";
|
|
5657
5657
|
sv: "sv";
|
|
5658
5658
|
zh: "zh";
|
|
5659
|
-
}> & z.core.$partial, z.ZodString
|
|
5659
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5660
5660
|
isRequired: z.ZodBoolean;
|
|
5661
5661
|
isDisabled: z.ZodBoolean;
|
|
5662
5662
|
isUnique: z.ZodBoolean;
|
|
@@ -5698,7 +5698,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5698
5698
|
sv: "sv";
|
|
5699
5699
|
zh: "zh";
|
|
5700
5700
|
}> & z.core.$partial, z.ZodString>;
|
|
5701
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
5701
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
5702
5702
|
bg: "bg";
|
|
5703
5703
|
cs: "cs";
|
|
5704
5704
|
da: "da";
|
|
@@ -5723,7 +5723,7 @@ declare const updateCollectionSchema: z.ZodObject<{
|
|
|
5723
5723
|
sl: "sl";
|
|
5724
5724
|
sv: "sv";
|
|
5725
5725
|
zh: "zh";
|
|
5726
|
-
}> & z.core.$partial, z.ZodString
|
|
5726
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
5727
5727
|
isRequired: z.ZodBoolean;
|
|
5728
5728
|
isDisabled: z.ZodBoolean;
|
|
5729
5729
|
isUnique: z.ZodBoolean;
|
|
@@ -6612,7 +6612,7 @@ declare const FieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
6612
6612
|
sv: "sv";
|
|
6613
6613
|
zh: "zh";
|
|
6614
6614
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
6615
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
6615
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
6616
6616
|
bg: "bg";
|
|
6617
6617
|
cs: "cs";
|
|
6618
6618
|
da: "da";
|
|
@@ -6637,7 +6637,7 @@ declare const FieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
6637
6637
|
sl: "sl";
|
|
6638
6638
|
sv: "sv";
|
|
6639
6639
|
zh: "zh";
|
|
6640
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
6640
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
6641
6641
|
isRequired: z$2.ZodBoolean;
|
|
6642
6642
|
isDisabled: z$2.ZodBoolean;
|
|
6643
6643
|
isUnique: z$2.ZodBoolean;
|
|
@@ -6680,7 +6680,7 @@ declare const StringFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
6680
6680
|
sv: "sv";
|
|
6681
6681
|
zh: "zh";
|
|
6682
6682
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
6683
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
6683
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
6684
6684
|
bg: "bg";
|
|
6685
6685
|
cs: "cs";
|
|
6686
6686
|
da: "da";
|
|
@@ -6705,7 +6705,7 @@ declare const StringFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
6705
6705
|
sl: "sl";
|
|
6706
6706
|
sv: "sv";
|
|
6707
6707
|
zh: "zh";
|
|
6708
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
6708
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
6709
6709
|
isRequired: z$2.ZodBoolean;
|
|
6710
6710
|
isDisabled: z$2.ZodBoolean;
|
|
6711
6711
|
isUnique: z$2.ZodBoolean;
|
|
@@ -6746,7 +6746,7 @@ declare const textFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6746
6746
|
sv: "sv";
|
|
6747
6747
|
zh: "zh";
|
|
6748
6748
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
6749
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
6749
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
6750
6750
|
bg: "bg";
|
|
6751
6751
|
cs: "cs";
|
|
6752
6752
|
da: "da";
|
|
@@ -6771,7 +6771,7 @@ declare const textFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6771
6771
|
sl: "sl";
|
|
6772
6772
|
sv: "sv";
|
|
6773
6773
|
zh: "zh";
|
|
6774
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
6774
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
6775
6775
|
isRequired: z$2.ZodBoolean;
|
|
6776
6776
|
isDisabled: z$2.ZodBoolean;
|
|
6777
6777
|
isUnique: z$2.ZodBoolean;
|
|
@@ -6816,7 +6816,7 @@ declare const textareaFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6816
6816
|
sv: "sv";
|
|
6817
6817
|
zh: "zh";
|
|
6818
6818
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
6819
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
6819
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
6820
6820
|
bg: "bg";
|
|
6821
6821
|
cs: "cs";
|
|
6822
6822
|
da: "da";
|
|
@@ -6841,7 +6841,7 @@ declare const textareaFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6841
6841
|
sl: "sl";
|
|
6842
6842
|
sv: "sv";
|
|
6843
6843
|
zh: "zh";
|
|
6844
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
6844
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
6845
6845
|
isRequired: z$2.ZodBoolean;
|
|
6846
6846
|
isDisabled: z$2.ZodBoolean;
|
|
6847
6847
|
isUnique: z$2.ZodBoolean;
|
|
@@ -6886,7 +6886,7 @@ declare const emailFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6886
6886
|
sv: "sv";
|
|
6887
6887
|
zh: "zh";
|
|
6888
6888
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
6889
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
6889
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
6890
6890
|
bg: "bg";
|
|
6891
6891
|
cs: "cs";
|
|
6892
6892
|
da: "da";
|
|
@@ -6911,7 +6911,7 @@ declare const emailFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6911
6911
|
sl: "sl";
|
|
6912
6912
|
sv: "sv";
|
|
6913
6913
|
zh: "zh";
|
|
6914
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
6914
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
6915
6915
|
isRequired: z$2.ZodBoolean;
|
|
6916
6916
|
isDisabled: z$2.ZodBoolean;
|
|
6917
6917
|
isUnique: z$2.ZodBoolean;
|
|
@@ -6954,7 +6954,7 @@ declare const urlFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6954
6954
|
sv: "sv";
|
|
6955
6955
|
zh: "zh";
|
|
6956
6956
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
6957
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
6957
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
6958
6958
|
bg: "bg";
|
|
6959
6959
|
cs: "cs";
|
|
6960
6960
|
da: "da";
|
|
@@ -6979,7 +6979,7 @@ declare const urlFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
6979
6979
|
sl: "sl";
|
|
6980
6980
|
sv: "sv";
|
|
6981
6981
|
zh: "zh";
|
|
6982
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
6982
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
6983
6983
|
isRequired: z$2.ZodBoolean;
|
|
6984
6984
|
isDisabled: z$2.ZodBoolean;
|
|
6985
6985
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7022,7 +7022,7 @@ declare const ipv4FieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7022
7022
|
sv: "sv";
|
|
7023
7023
|
zh: "zh";
|
|
7024
7024
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7025
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7025
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7026
7026
|
bg: "bg";
|
|
7027
7027
|
cs: "cs";
|
|
7028
7028
|
da: "da";
|
|
@@ -7047,7 +7047,7 @@ declare const ipv4FieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7047
7047
|
sl: "sl";
|
|
7048
7048
|
sv: "sv";
|
|
7049
7049
|
zh: "zh";
|
|
7050
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7050
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7051
7051
|
isRequired: z$2.ZodBoolean;
|
|
7052
7052
|
isDisabled: z$2.ZodBoolean;
|
|
7053
7053
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7090,7 +7090,7 @@ declare const dateFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7090
7090
|
sv: "sv";
|
|
7091
7091
|
zh: "zh";
|
|
7092
7092
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7093
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7093
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7094
7094
|
bg: "bg";
|
|
7095
7095
|
cs: "cs";
|
|
7096
7096
|
da: "da";
|
|
@@ -7115,7 +7115,7 @@ declare const dateFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7115
7115
|
sl: "sl";
|
|
7116
7116
|
sv: "sv";
|
|
7117
7117
|
zh: "zh";
|
|
7118
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7118
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7119
7119
|
isRequired: z$2.ZodBoolean;
|
|
7120
7120
|
isDisabled: z$2.ZodBoolean;
|
|
7121
7121
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7158,7 +7158,7 @@ declare const timeFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7158
7158
|
sv: "sv";
|
|
7159
7159
|
zh: "zh";
|
|
7160
7160
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7161
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7161
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7162
7162
|
bg: "bg";
|
|
7163
7163
|
cs: "cs";
|
|
7164
7164
|
da: "da";
|
|
@@ -7183,7 +7183,7 @@ declare const timeFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7183
7183
|
sl: "sl";
|
|
7184
7184
|
sv: "sv";
|
|
7185
7185
|
zh: "zh";
|
|
7186
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7186
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7187
7187
|
isRequired: z$2.ZodBoolean;
|
|
7188
7188
|
isDisabled: z$2.ZodBoolean;
|
|
7189
7189
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7226,7 +7226,7 @@ declare const datetimeFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7226
7226
|
sv: "sv";
|
|
7227
7227
|
zh: "zh";
|
|
7228
7228
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7229
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7229
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7230
7230
|
bg: "bg";
|
|
7231
7231
|
cs: "cs";
|
|
7232
7232
|
da: "da";
|
|
@@ -7251,7 +7251,7 @@ declare const datetimeFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7251
7251
|
sl: "sl";
|
|
7252
7252
|
sv: "sv";
|
|
7253
7253
|
zh: "zh";
|
|
7254
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7254
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7255
7255
|
isRequired: z$2.ZodBoolean;
|
|
7256
7256
|
isDisabled: z$2.ZodBoolean;
|
|
7257
7257
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7294,7 +7294,7 @@ declare const telephoneFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7294
7294
|
sv: "sv";
|
|
7295
7295
|
zh: "zh";
|
|
7296
7296
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7297
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7297
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7298
7298
|
bg: "bg";
|
|
7299
7299
|
cs: "cs";
|
|
7300
7300
|
da: "da";
|
|
@@ -7319,7 +7319,7 @@ declare const telephoneFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
7319
7319
|
sl: "sl";
|
|
7320
7320
|
sv: "sv";
|
|
7321
7321
|
zh: "zh";
|
|
7322
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7322
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7323
7323
|
isRequired: z$2.ZodBoolean;
|
|
7324
7324
|
isDisabled: z$2.ZodBoolean;
|
|
7325
7325
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7362,7 +7362,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7362
7362
|
sv: "sv";
|
|
7363
7363
|
zh: "zh";
|
|
7364
7364
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7365
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7365
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7366
7366
|
bg: "bg";
|
|
7367
7367
|
cs: "cs";
|
|
7368
7368
|
da: "da";
|
|
@@ -7387,7 +7387,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7387
7387
|
sl: "sl";
|
|
7388
7388
|
sv: "sv";
|
|
7389
7389
|
zh: "zh";
|
|
7390
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7390
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7391
7391
|
isRequired: z$2.ZodBoolean;
|
|
7392
7392
|
isDisabled: z$2.ZodBoolean;
|
|
7393
7393
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7430,7 +7430,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7430
7430
|
sv: "sv";
|
|
7431
7431
|
zh: "zh";
|
|
7432
7432
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7433
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7433
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7434
7434
|
bg: "bg";
|
|
7435
7435
|
cs: "cs";
|
|
7436
7436
|
da: "da";
|
|
@@ -7455,7 +7455,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7455
7455
|
sl: "sl";
|
|
7456
7456
|
sv: "sv";
|
|
7457
7457
|
zh: "zh";
|
|
7458
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7458
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7459
7459
|
isRequired: z$2.ZodBoolean;
|
|
7460
7460
|
isDisabled: z$2.ZodBoolean;
|
|
7461
7461
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7498,7 +7498,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7498
7498
|
sv: "sv";
|
|
7499
7499
|
zh: "zh";
|
|
7500
7500
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7501
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7501
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7502
7502
|
bg: "bg";
|
|
7503
7503
|
cs: "cs";
|
|
7504
7504
|
da: "da";
|
|
@@ -7523,7 +7523,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7523
7523
|
sl: "sl";
|
|
7524
7524
|
sv: "sv";
|
|
7525
7525
|
zh: "zh";
|
|
7526
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7526
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7527
7527
|
isRequired: z$2.ZodBoolean;
|
|
7528
7528
|
isDisabled: z$2.ZodBoolean;
|
|
7529
7529
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7564,7 +7564,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7564
7564
|
sv: "sv";
|
|
7565
7565
|
zh: "zh";
|
|
7566
7566
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7567
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7567
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7568
7568
|
bg: "bg";
|
|
7569
7569
|
cs: "cs";
|
|
7570
7570
|
da: "da";
|
|
@@ -7589,7 +7589,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7589
7589
|
sl: "sl";
|
|
7590
7590
|
sv: "sv";
|
|
7591
7591
|
zh: "zh";
|
|
7592
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7592
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7593
7593
|
isRequired: z$2.ZodBoolean;
|
|
7594
7594
|
isDisabled: z$2.ZodBoolean;
|
|
7595
7595
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7630,7 +7630,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7630
7630
|
sv: "sv";
|
|
7631
7631
|
zh: "zh";
|
|
7632
7632
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7633
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7633
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7634
7634
|
bg: "bg";
|
|
7635
7635
|
cs: "cs";
|
|
7636
7636
|
da: "da";
|
|
@@ -7655,7 +7655,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7655
7655
|
sl: "sl";
|
|
7656
7656
|
sv: "sv";
|
|
7657
7657
|
zh: "zh";
|
|
7658
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7658
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7659
7659
|
isRequired: z$2.ZodBoolean;
|
|
7660
7660
|
isDisabled: z$2.ZodBoolean;
|
|
7661
7661
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7696,7 +7696,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7696
7696
|
sv: "sv";
|
|
7697
7697
|
zh: "zh";
|
|
7698
7698
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7699
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7699
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7700
7700
|
bg: "bg";
|
|
7701
7701
|
cs: "cs";
|
|
7702
7702
|
da: "da";
|
|
@@ -7721,7 +7721,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7721
7721
|
sl: "sl";
|
|
7722
7722
|
sv: "sv";
|
|
7723
7723
|
zh: "zh";
|
|
7724
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7724
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7725
7725
|
isRequired: z$2.ZodBoolean;
|
|
7726
7726
|
isDisabled: z$2.ZodBoolean;
|
|
7727
7727
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7762,7 +7762,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7762
7762
|
sv: "sv";
|
|
7763
7763
|
zh: "zh";
|
|
7764
7764
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7765
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7765
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7766
7766
|
bg: "bg";
|
|
7767
7767
|
cs: "cs";
|
|
7768
7768
|
da: "da";
|
|
@@ -7787,7 +7787,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7787
7787
|
sl: "sl";
|
|
7788
7788
|
sv: "sv";
|
|
7789
7789
|
zh: "zh";
|
|
7790
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7790
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7791
7791
|
isRequired: z$2.ZodBoolean;
|
|
7792
7792
|
isDisabled: z$2.ZodBoolean;
|
|
7793
7793
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7828,7 +7828,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7828
7828
|
sv: "sv";
|
|
7829
7829
|
zh: "zh";
|
|
7830
7830
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7831
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7831
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7832
7832
|
bg: "bg";
|
|
7833
7833
|
cs: "cs";
|
|
7834
7834
|
da: "da";
|
|
@@ -7853,7 +7853,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7853
7853
|
sl: "sl";
|
|
7854
7854
|
sv: "sv";
|
|
7855
7855
|
zh: "zh";
|
|
7856
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7856
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7857
7857
|
isRequired: z$2.ZodBoolean;
|
|
7858
7858
|
isDisabled: z$2.ZodBoolean;
|
|
7859
7859
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7894,7 +7894,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7894
7894
|
sv: "sv";
|
|
7895
7895
|
zh: "zh";
|
|
7896
7896
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7897
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7897
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7898
7898
|
bg: "bg";
|
|
7899
7899
|
cs: "cs";
|
|
7900
7900
|
da: "da";
|
|
@@ -7919,7 +7919,7 @@ declare const stringFieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
|
|
|
7919
7919
|
sl: "sl";
|
|
7920
7920
|
sv: "sv";
|
|
7921
7921
|
zh: "zh";
|
|
7922
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7922
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7923
7923
|
isRequired: z$2.ZodBoolean;
|
|
7924
7924
|
isDisabled: z$2.ZodBoolean;
|
|
7925
7925
|
isUnique: z$2.ZodBoolean;
|
|
@@ -7965,7 +7965,7 @@ declare const NumberFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
7965
7965
|
sv: "sv";
|
|
7966
7966
|
zh: "zh";
|
|
7967
7967
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
7968
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
7968
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
7969
7969
|
bg: "bg";
|
|
7970
7970
|
cs: "cs";
|
|
7971
7971
|
da: "da";
|
|
@@ -7990,7 +7990,7 @@ declare const NumberFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
7990
7990
|
sl: "sl";
|
|
7991
7991
|
sv: "sv";
|
|
7992
7992
|
zh: "zh";
|
|
7993
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
7993
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
7994
7994
|
isRequired: z$2.ZodBoolean;
|
|
7995
7995
|
isDisabled: z$2.ZodBoolean;
|
|
7996
7996
|
inputWidth: z$2.ZodEnum<{
|
|
@@ -8033,7 +8033,7 @@ declare const numberFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8033
8033
|
sv: "sv";
|
|
8034
8034
|
zh: "zh";
|
|
8035
8035
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8036
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8036
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8037
8037
|
bg: "bg";
|
|
8038
8038
|
cs: "cs";
|
|
8039
8039
|
da: "da";
|
|
@@ -8058,7 +8058,7 @@ declare const numberFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8058
8058
|
sl: "sl";
|
|
8059
8059
|
sv: "sv";
|
|
8060
8060
|
zh: "zh";
|
|
8061
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8061
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8062
8062
|
isRequired: z$2.ZodBoolean;
|
|
8063
8063
|
isDisabled: z$2.ZodBoolean;
|
|
8064
8064
|
inputWidth: z$2.ZodEnum<{
|
|
@@ -8103,7 +8103,7 @@ declare const rangeFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8103
8103
|
sv: "sv";
|
|
8104
8104
|
zh: "zh";
|
|
8105
8105
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8106
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8106
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8107
8107
|
bg: "bg";
|
|
8108
8108
|
cs: "cs";
|
|
8109
8109
|
da: "da";
|
|
@@ -8128,7 +8128,7 @@ declare const rangeFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8128
8128
|
sl: "sl";
|
|
8129
8129
|
sv: "sv";
|
|
8130
8130
|
zh: "zh";
|
|
8131
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8131
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8132
8132
|
isDisabled: z$2.ZodBoolean;
|
|
8133
8133
|
inputWidth: z$2.ZodEnum<{
|
|
8134
8134
|
3: "3";
|
|
@@ -8176,7 +8176,7 @@ declare const BooleanFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
8176
8176
|
sv: "sv";
|
|
8177
8177
|
zh: "zh";
|
|
8178
8178
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8179
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8179
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8180
8180
|
bg: "bg";
|
|
8181
8181
|
cs: "cs";
|
|
8182
8182
|
da: "da";
|
|
@@ -8201,7 +8201,7 @@ declare const BooleanFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
8201
8201
|
sl: "sl";
|
|
8202
8202
|
sv: "sv";
|
|
8203
8203
|
zh: "zh";
|
|
8204
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8204
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8205
8205
|
isDisabled: z$2.ZodBoolean;
|
|
8206
8206
|
inputWidth: z$2.ZodEnum<{
|
|
8207
8207
|
3: "3";
|
|
@@ -8242,7 +8242,7 @@ declare const toggleFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8242
8242
|
sv: "sv";
|
|
8243
8243
|
zh: "zh";
|
|
8244
8244
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8245
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8245
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8246
8246
|
bg: "bg";
|
|
8247
8247
|
cs: "cs";
|
|
8248
8248
|
da: "da";
|
|
@@ -8267,7 +8267,7 @@ declare const toggleFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8267
8267
|
sl: "sl";
|
|
8268
8268
|
sv: "sv";
|
|
8269
8269
|
zh: "zh";
|
|
8270
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8270
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8271
8271
|
isDisabled: z$2.ZodBoolean;
|
|
8272
8272
|
inputWidth: z$2.ZodEnum<{
|
|
8273
8273
|
3: "3";
|
|
@@ -8313,7 +8313,7 @@ declare const ReferenceFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
8313
8313
|
sv: "sv";
|
|
8314
8314
|
zh: "zh";
|
|
8315
8315
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8316
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8316
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8317
8317
|
bg: "bg";
|
|
8318
8318
|
cs: "cs";
|
|
8319
8319
|
da: "da";
|
|
@@ -8338,7 +8338,7 @@ declare const ReferenceFieldDefinitionBaseSchema: z$2.ZodObject<{
|
|
|
8338
8338
|
sl: "sl";
|
|
8339
8339
|
sv: "sv";
|
|
8340
8340
|
zh: "zh";
|
|
8341
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8341
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8342
8342
|
isRequired: z$2.ZodBoolean;
|
|
8343
8343
|
isDisabled: z$2.ZodBoolean;
|
|
8344
8344
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8378,7 +8378,7 @@ declare const assetFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8378
8378
|
sv: "sv";
|
|
8379
8379
|
zh: "zh";
|
|
8380
8380
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8381
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8381
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8382
8382
|
bg: "bg";
|
|
8383
8383
|
cs: "cs";
|
|
8384
8384
|
da: "da";
|
|
@@ -8403,7 +8403,7 @@ declare const assetFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8403
8403
|
sl: "sl";
|
|
8404
8404
|
sv: "sv";
|
|
8405
8405
|
zh: "zh";
|
|
8406
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8406
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8407
8407
|
isRequired: z$2.ZodBoolean;
|
|
8408
8408
|
isDisabled: z$2.ZodBoolean;
|
|
8409
8409
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8447,7 +8447,7 @@ declare const entryFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8447
8447
|
sv: "sv";
|
|
8448
8448
|
zh: "zh";
|
|
8449
8449
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8450
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8450
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8451
8451
|
bg: "bg";
|
|
8452
8452
|
cs: "cs";
|
|
8453
8453
|
da: "da";
|
|
@@ -8472,7 +8472,7 @@ declare const entryFieldDefinitionSchema: z$2.ZodObject<{
|
|
|
8472
8472
|
sl: "sl";
|
|
8473
8473
|
sv: "sv";
|
|
8474
8474
|
zh: "zh";
|
|
8475
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8475
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8476
8476
|
isRequired: z$2.ZodBoolean;
|
|
8477
8477
|
isDisabled: z$2.ZodBoolean;
|
|
8478
8478
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8517,7 +8517,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8517
8517
|
sv: "sv";
|
|
8518
8518
|
zh: "zh";
|
|
8519
8519
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8520
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8520
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8521
8521
|
bg: "bg";
|
|
8522
8522
|
cs: "cs";
|
|
8523
8523
|
da: "da";
|
|
@@ -8542,7 +8542,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8542
8542
|
sl: "sl";
|
|
8543
8543
|
sv: "sv";
|
|
8544
8544
|
zh: "zh";
|
|
8545
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8545
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8546
8546
|
isRequired: z$2.ZodBoolean;
|
|
8547
8547
|
isDisabled: z$2.ZodBoolean;
|
|
8548
8548
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8585,7 +8585,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8585
8585
|
sv: "sv";
|
|
8586
8586
|
zh: "zh";
|
|
8587
8587
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8588
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8588
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8589
8589
|
bg: "bg";
|
|
8590
8590
|
cs: "cs";
|
|
8591
8591
|
da: "da";
|
|
@@ -8610,7 +8610,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8610
8610
|
sl: "sl";
|
|
8611
8611
|
sv: "sv";
|
|
8612
8612
|
zh: "zh";
|
|
8613
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8613
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8614
8614
|
isRequired: z$2.ZodBoolean;
|
|
8615
8615
|
isDisabled: z$2.ZodBoolean;
|
|
8616
8616
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8653,7 +8653,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8653
8653
|
sv: "sv";
|
|
8654
8654
|
zh: "zh";
|
|
8655
8655
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8656
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8656
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8657
8657
|
bg: "bg";
|
|
8658
8658
|
cs: "cs";
|
|
8659
8659
|
da: "da";
|
|
@@ -8678,7 +8678,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8678
8678
|
sl: "sl";
|
|
8679
8679
|
sv: "sv";
|
|
8680
8680
|
zh: "zh";
|
|
8681
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8681
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8682
8682
|
isRequired: z$2.ZodBoolean;
|
|
8683
8683
|
isDisabled: z$2.ZodBoolean;
|
|
8684
8684
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8719,7 +8719,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8719
8719
|
sv: "sv";
|
|
8720
8720
|
zh: "zh";
|
|
8721
8721
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8722
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8722
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8723
8723
|
bg: "bg";
|
|
8724
8724
|
cs: "cs";
|
|
8725
8725
|
da: "da";
|
|
@@ -8744,7 +8744,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8744
8744
|
sl: "sl";
|
|
8745
8745
|
sv: "sv";
|
|
8746
8746
|
zh: "zh";
|
|
8747
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8747
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8748
8748
|
isRequired: z$2.ZodBoolean;
|
|
8749
8749
|
isDisabled: z$2.ZodBoolean;
|
|
8750
8750
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8785,7 +8785,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8785
8785
|
sv: "sv";
|
|
8786
8786
|
zh: "zh";
|
|
8787
8787
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8788
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8788
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8789
8789
|
bg: "bg";
|
|
8790
8790
|
cs: "cs";
|
|
8791
8791
|
da: "da";
|
|
@@ -8810,7 +8810,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8810
8810
|
sl: "sl";
|
|
8811
8811
|
sv: "sv";
|
|
8812
8812
|
zh: "zh";
|
|
8813
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8813
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8814
8814
|
isRequired: z$2.ZodBoolean;
|
|
8815
8815
|
isDisabled: z$2.ZodBoolean;
|
|
8816
8816
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8851,7 +8851,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8851
8851
|
sv: "sv";
|
|
8852
8852
|
zh: "zh";
|
|
8853
8853
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8854
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8854
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8855
8855
|
bg: "bg";
|
|
8856
8856
|
cs: "cs";
|
|
8857
8857
|
da: "da";
|
|
@@ -8876,7 +8876,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8876
8876
|
sl: "sl";
|
|
8877
8877
|
sv: "sv";
|
|
8878
8878
|
zh: "zh";
|
|
8879
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8879
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8880
8880
|
isRequired: z$2.ZodBoolean;
|
|
8881
8881
|
isDisabled: z$2.ZodBoolean;
|
|
8882
8882
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8917,7 +8917,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8917
8917
|
sv: "sv";
|
|
8918
8918
|
zh: "zh";
|
|
8919
8919
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8920
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8920
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8921
8921
|
bg: "bg";
|
|
8922
8922
|
cs: "cs";
|
|
8923
8923
|
da: "da";
|
|
@@ -8942,7 +8942,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8942
8942
|
sl: "sl";
|
|
8943
8943
|
sv: "sv";
|
|
8944
8944
|
zh: "zh";
|
|
8945
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
8945
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
8946
8946
|
isRequired: z$2.ZodBoolean;
|
|
8947
8947
|
isDisabled: z$2.ZodBoolean;
|
|
8948
8948
|
isUnique: z$2.ZodBoolean;
|
|
@@ -8983,7 +8983,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
8983
8983
|
sv: "sv";
|
|
8984
8984
|
zh: "zh";
|
|
8985
8985
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
8986
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
8986
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
8987
8987
|
bg: "bg";
|
|
8988
8988
|
cs: "cs";
|
|
8989
8989
|
da: "da";
|
|
@@ -9008,7 +9008,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9008
9008
|
sl: "sl";
|
|
9009
9009
|
sv: "sv";
|
|
9010
9010
|
zh: "zh";
|
|
9011
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
9011
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
9012
9012
|
isRequired: z$2.ZodBoolean;
|
|
9013
9013
|
isDisabled: z$2.ZodBoolean;
|
|
9014
9014
|
isUnique: z$2.ZodBoolean;
|
|
@@ -9049,7 +9049,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9049
9049
|
sv: "sv";
|
|
9050
9050
|
zh: "zh";
|
|
9051
9051
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
9052
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
9052
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
9053
9053
|
bg: "bg";
|
|
9054
9054
|
cs: "cs";
|
|
9055
9055
|
da: "da";
|
|
@@ -9074,7 +9074,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9074
9074
|
sl: "sl";
|
|
9075
9075
|
sv: "sv";
|
|
9076
9076
|
zh: "zh";
|
|
9077
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
9077
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
9078
9078
|
isRequired: z$2.ZodBoolean;
|
|
9079
9079
|
isDisabled: z$2.ZodBoolean;
|
|
9080
9080
|
isUnique: z$2.ZodBoolean;
|
|
@@ -9115,7 +9115,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9115
9115
|
sv: "sv";
|
|
9116
9116
|
zh: "zh";
|
|
9117
9117
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
9118
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
9118
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
9119
9119
|
bg: "bg";
|
|
9120
9120
|
cs: "cs";
|
|
9121
9121
|
da: "da";
|
|
@@ -9140,7 +9140,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9140
9140
|
sl: "sl";
|
|
9141
9141
|
sv: "sv";
|
|
9142
9142
|
zh: "zh";
|
|
9143
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
9143
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
9144
9144
|
isRequired: z$2.ZodBoolean;
|
|
9145
9145
|
isDisabled: z$2.ZodBoolean;
|
|
9146
9146
|
inputWidth: z$2.ZodEnum<{
|
|
@@ -9183,7 +9183,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9183
9183
|
sv: "sv";
|
|
9184
9184
|
zh: "zh";
|
|
9185
9185
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
9186
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
9186
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
9187
9187
|
bg: "bg";
|
|
9188
9188
|
cs: "cs";
|
|
9189
9189
|
da: "da";
|
|
@@ -9208,7 +9208,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9208
9208
|
sl: "sl";
|
|
9209
9209
|
sv: "sv";
|
|
9210
9210
|
zh: "zh";
|
|
9211
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
9211
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
9212
9212
|
isDisabled: z$2.ZodBoolean;
|
|
9213
9213
|
inputWidth: z$2.ZodEnum<{
|
|
9214
9214
|
3: "3";
|
|
@@ -9251,7 +9251,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9251
9251
|
sv: "sv";
|
|
9252
9252
|
zh: "zh";
|
|
9253
9253
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
9254
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
9254
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
9255
9255
|
bg: "bg";
|
|
9256
9256
|
cs: "cs";
|
|
9257
9257
|
da: "da";
|
|
@@ -9276,7 +9276,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9276
9276
|
sl: "sl";
|
|
9277
9277
|
sv: "sv";
|
|
9278
9278
|
zh: "zh";
|
|
9279
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
9279
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
9280
9280
|
isDisabled: z$2.ZodBoolean;
|
|
9281
9281
|
inputWidth: z$2.ZodEnum<{
|
|
9282
9282
|
3: "3";
|
|
@@ -9317,7 +9317,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9317
9317
|
sv: "sv";
|
|
9318
9318
|
zh: "zh";
|
|
9319
9319
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
9320
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
9320
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
9321
9321
|
bg: "bg";
|
|
9322
9322
|
cs: "cs";
|
|
9323
9323
|
da: "da";
|
|
@@ -9342,7 +9342,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9342
9342
|
sl: "sl";
|
|
9343
9343
|
sv: "sv";
|
|
9344
9344
|
zh: "zh";
|
|
9345
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
9345
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
9346
9346
|
isRequired: z$2.ZodBoolean;
|
|
9347
9347
|
isDisabled: z$2.ZodBoolean;
|
|
9348
9348
|
isUnique: z$2.ZodBoolean;
|
|
@@ -9384,7 +9384,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9384
9384
|
sv: "sv";
|
|
9385
9385
|
zh: "zh";
|
|
9386
9386
|
}> & z$2.core.$partial, z$2.ZodString>;
|
|
9387
|
-
description: z$2.ZodRecord<z$2.ZodEnum<{
|
|
9387
|
+
description: z$2.ZodNullable<z$2.ZodRecord<z$2.ZodEnum<{
|
|
9388
9388
|
bg: "bg";
|
|
9389
9389
|
cs: "cs";
|
|
9390
9390
|
da: "da";
|
|
@@ -9409,7 +9409,7 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9409
9409
|
sl: "sl";
|
|
9410
9410
|
sv: "sv";
|
|
9411
9411
|
zh: "zh";
|
|
9412
|
-
}> & z$2.core.$partial, z$2.ZodString
|
|
9412
|
+
}> & z$2.core.$partial, z$2.ZodString>>;
|
|
9413
9413
|
isRequired: z$2.ZodBoolean;
|
|
9414
9414
|
isDisabled: z$2.ZodBoolean;
|
|
9415
9415
|
isUnique: z$2.ZodBoolean;
|
|
@@ -9426,19 +9426,6 @@ declare const fieldDefinitionSchema: z$2.ZodUnion<readonly [z$2.ZodUnion<readonl
|
|
|
9426
9426
|
max: z$2.ZodNullable<z$2.ZodNumber>;
|
|
9427
9427
|
}, z$2.core.$strip>]>;
|
|
9428
9428
|
type FieldDefinition = z$2.infer<typeof fieldDefinitionSchema>;
|
|
9429
|
-
/**
|
|
9430
|
-
* Dynamic zod schema generation
|
|
9431
|
-
*/
|
|
9432
|
-
/**
|
|
9433
|
-
* Generates a zod schema to check a Values content, based on given Fields definition
|
|
9434
|
-
*/
|
|
9435
|
-
declare function getValueContentSchemaFromFieldDefinition(fieldDefinition: FieldDefinition): z$2.ZodString | z$2.ZodNumber | z$2.ZodBoolean | z$2.ZodNullable<z$2.ZodString> | z$2.ZodNullable<z$2.ZodNumber> | z$2.ZodEmail | z$2.ZodNullable<z$2.ZodEmail> | z$2.ZodURL | z$2.ZodNullable<z$2.ZodURL> | z$2.ZodIPv4 | z$2.ZodNullable<z$2.ZodIPv4> | z$2.ZodISODate | z$2.ZodNullable<z$2.ZodISODate> | z$2.ZodISOTime | z$2.ZodNullable<z$2.ZodISOTime> | z$2.ZodISODateTime | z$2.ZodNullable<z$2.ZodISODateTime> | z$2.ZodE164 | z$2.ZodNullable<z$2.ZodE164> | z$2.ZodArray<z$2.ZodObject<{
|
|
9436
|
-
id: z$2.ZodUUID;
|
|
9437
|
-
objectType: z$2.ZodLiteral<"asset">;
|
|
9438
|
-
}, z$2.core.$strip>> | z$2.ZodArray<z$2.ZodObject<{
|
|
9439
|
-
id: z$2.ZodUUID;
|
|
9440
|
-
objectType: z$2.ZodLiteral<"entry">;
|
|
9441
|
-
}, z$2.core.$strip>>;
|
|
9442
9429
|
|
|
9443
9430
|
/**
|
|
9444
9431
|
* A basic file structure every elek.io file on disk has to follow
|
|
@@ -10205,7 +10192,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10205
10192
|
sv: "sv";
|
|
10206
10193
|
zh: "zh";
|
|
10207
10194
|
}> & z.core.$partial, z.ZodString>;
|
|
10208
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10195
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10209
10196
|
bg: "bg";
|
|
10210
10197
|
cs: "cs";
|
|
10211
10198
|
da: "da";
|
|
@@ -10230,7 +10217,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10230
10217
|
sl: "sl";
|
|
10231
10218
|
sv: "sv";
|
|
10232
10219
|
zh: "zh";
|
|
10233
|
-
}> & z.core.$partial, z.ZodString
|
|
10220
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10234
10221
|
isRequired: z.ZodBoolean;
|
|
10235
10222
|
isDisabled: z.ZodBoolean;
|
|
10236
10223
|
isUnique: z.ZodBoolean;
|
|
@@ -10273,7 +10260,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10273
10260
|
sv: "sv";
|
|
10274
10261
|
zh: "zh";
|
|
10275
10262
|
}> & z.core.$partial, z.ZodString>;
|
|
10276
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10263
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10277
10264
|
bg: "bg";
|
|
10278
10265
|
cs: "cs";
|
|
10279
10266
|
da: "da";
|
|
@@ -10298,7 +10285,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10298
10285
|
sl: "sl";
|
|
10299
10286
|
sv: "sv";
|
|
10300
10287
|
zh: "zh";
|
|
10301
|
-
}> & z.core.$partial, z.ZodString
|
|
10288
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10302
10289
|
isRequired: z.ZodBoolean;
|
|
10303
10290
|
isDisabled: z.ZodBoolean;
|
|
10304
10291
|
isUnique: z.ZodBoolean;
|
|
@@ -10341,7 +10328,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10341
10328
|
sv: "sv";
|
|
10342
10329
|
zh: "zh";
|
|
10343
10330
|
}> & z.core.$partial, z.ZodString>;
|
|
10344
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10331
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10345
10332
|
bg: "bg";
|
|
10346
10333
|
cs: "cs";
|
|
10347
10334
|
da: "da";
|
|
@@ -10366,7 +10353,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10366
10353
|
sl: "sl";
|
|
10367
10354
|
sv: "sv";
|
|
10368
10355
|
zh: "zh";
|
|
10369
|
-
}> & z.core.$partial, z.ZodString
|
|
10356
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10370
10357
|
isRequired: z.ZodBoolean;
|
|
10371
10358
|
isDisabled: z.ZodBoolean;
|
|
10372
10359
|
isUnique: z.ZodBoolean;
|
|
@@ -10407,7 +10394,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10407
10394
|
sv: "sv";
|
|
10408
10395
|
zh: "zh";
|
|
10409
10396
|
}> & z.core.$partial, z.ZodString>;
|
|
10410
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10397
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10411
10398
|
bg: "bg";
|
|
10412
10399
|
cs: "cs";
|
|
10413
10400
|
da: "da";
|
|
@@ -10432,7 +10419,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10432
10419
|
sl: "sl";
|
|
10433
10420
|
sv: "sv";
|
|
10434
10421
|
zh: "zh";
|
|
10435
|
-
}> & z.core.$partial, z.ZodString
|
|
10422
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10436
10423
|
isRequired: z.ZodBoolean;
|
|
10437
10424
|
isDisabled: z.ZodBoolean;
|
|
10438
10425
|
isUnique: z.ZodBoolean;
|
|
@@ -10473,7 +10460,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10473
10460
|
sv: "sv";
|
|
10474
10461
|
zh: "zh";
|
|
10475
10462
|
}> & z.core.$partial, z.ZodString>;
|
|
10476
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10463
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10477
10464
|
bg: "bg";
|
|
10478
10465
|
cs: "cs";
|
|
10479
10466
|
da: "da";
|
|
@@ -10498,7 +10485,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10498
10485
|
sl: "sl";
|
|
10499
10486
|
sv: "sv";
|
|
10500
10487
|
zh: "zh";
|
|
10501
|
-
}> & z.core.$partial, z.ZodString
|
|
10488
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10502
10489
|
isRequired: z.ZodBoolean;
|
|
10503
10490
|
isDisabled: z.ZodBoolean;
|
|
10504
10491
|
isUnique: z.ZodBoolean;
|
|
@@ -10539,7 +10526,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10539
10526
|
sv: "sv";
|
|
10540
10527
|
zh: "zh";
|
|
10541
10528
|
}> & z.core.$partial, z.ZodString>;
|
|
10542
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10529
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10543
10530
|
bg: "bg";
|
|
10544
10531
|
cs: "cs";
|
|
10545
10532
|
da: "da";
|
|
@@ -10564,7 +10551,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10564
10551
|
sl: "sl";
|
|
10565
10552
|
sv: "sv";
|
|
10566
10553
|
zh: "zh";
|
|
10567
|
-
}> & z.core.$partial, z.ZodString
|
|
10554
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10568
10555
|
isRequired: z.ZodBoolean;
|
|
10569
10556
|
isDisabled: z.ZodBoolean;
|
|
10570
10557
|
isUnique: z.ZodBoolean;
|
|
@@ -10605,7 +10592,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10605
10592
|
sv: "sv";
|
|
10606
10593
|
zh: "zh";
|
|
10607
10594
|
}> & z.core.$partial, z.ZodString>;
|
|
10608
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10595
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10609
10596
|
bg: "bg";
|
|
10610
10597
|
cs: "cs";
|
|
10611
10598
|
da: "da";
|
|
@@ -10630,7 +10617,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10630
10617
|
sl: "sl";
|
|
10631
10618
|
sv: "sv";
|
|
10632
10619
|
zh: "zh";
|
|
10633
|
-
}> & z.core.$partial, z.ZodString
|
|
10620
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10634
10621
|
isRequired: z.ZodBoolean;
|
|
10635
10622
|
isDisabled: z.ZodBoolean;
|
|
10636
10623
|
isUnique: z.ZodBoolean;
|
|
@@ -10671,7 +10658,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10671
10658
|
sv: "sv";
|
|
10672
10659
|
zh: "zh";
|
|
10673
10660
|
}> & z.core.$partial, z.ZodString>;
|
|
10674
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10661
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10675
10662
|
bg: "bg";
|
|
10676
10663
|
cs: "cs";
|
|
10677
10664
|
da: "da";
|
|
@@ -10696,7 +10683,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10696
10683
|
sl: "sl";
|
|
10697
10684
|
sv: "sv";
|
|
10698
10685
|
zh: "zh";
|
|
10699
|
-
}> & z.core.$partial, z.ZodString
|
|
10686
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10700
10687
|
isRequired: z.ZodBoolean;
|
|
10701
10688
|
isDisabled: z.ZodBoolean;
|
|
10702
10689
|
isUnique: z.ZodBoolean;
|
|
@@ -10737,7 +10724,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10737
10724
|
sv: "sv";
|
|
10738
10725
|
zh: "zh";
|
|
10739
10726
|
}> & z.core.$partial, z.ZodString>;
|
|
10740
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10727
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10741
10728
|
bg: "bg";
|
|
10742
10729
|
cs: "cs";
|
|
10743
10730
|
da: "da";
|
|
@@ -10762,7 +10749,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10762
10749
|
sl: "sl";
|
|
10763
10750
|
sv: "sv";
|
|
10764
10751
|
zh: "zh";
|
|
10765
|
-
}> & z.core.$partial, z.ZodString
|
|
10752
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10766
10753
|
isRequired: z.ZodBoolean;
|
|
10767
10754
|
isDisabled: z.ZodBoolean;
|
|
10768
10755
|
isUnique: z.ZodBoolean;
|
|
@@ -10803,7 +10790,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10803
10790
|
sv: "sv";
|
|
10804
10791
|
zh: "zh";
|
|
10805
10792
|
}> & z.core.$partial, z.ZodString>;
|
|
10806
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10793
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10807
10794
|
bg: "bg";
|
|
10808
10795
|
cs: "cs";
|
|
10809
10796
|
da: "da";
|
|
@@ -10828,7 +10815,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10828
10815
|
sl: "sl";
|
|
10829
10816
|
sv: "sv";
|
|
10830
10817
|
zh: "zh";
|
|
10831
|
-
}> & z.core.$partial, z.ZodString
|
|
10818
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10832
10819
|
isRequired: z.ZodBoolean;
|
|
10833
10820
|
isDisabled: z.ZodBoolean;
|
|
10834
10821
|
inputWidth: z.ZodEnum<{
|
|
@@ -10871,7 +10858,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10871
10858
|
sv: "sv";
|
|
10872
10859
|
zh: "zh";
|
|
10873
10860
|
}> & z.core.$partial, z.ZodString>;
|
|
10874
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10861
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10875
10862
|
bg: "bg";
|
|
10876
10863
|
cs: "cs";
|
|
10877
10864
|
da: "da";
|
|
@@ -10896,7 +10883,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10896
10883
|
sl: "sl";
|
|
10897
10884
|
sv: "sv";
|
|
10898
10885
|
zh: "zh";
|
|
10899
|
-
}> & z.core.$partial, z.ZodString
|
|
10886
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10900
10887
|
isDisabled: z.ZodBoolean;
|
|
10901
10888
|
inputWidth: z.ZodEnum<{
|
|
10902
10889
|
3: "3";
|
|
@@ -10939,7 +10926,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10939
10926
|
sv: "sv";
|
|
10940
10927
|
zh: "zh";
|
|
10941
10928
|
}> & z.core.$partial, z.ZodString>;
|
|
10942
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10929
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
10943
10930
|
bg: "bg";
|
|
10944
10931
|
cs: "cs";
|
|
10945
10932
|
da: "da";
|
|
@@ -10964,7 +10951,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
10964
10951
|
sl: "sl";
|
|
10965
10952
|
sv: "sv";
|
|
10966
10953
|
zh: "zh";
|
|
10967
|
-
}> & z.core.$partial, z.ZodString
|
|
10954
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
10968
10955
|
isDisabled: z.ZodBoolean;
|
|
10969
10956
|
inputWidth: z.ZodEnum<{
|
|
10970
10957
|
3: "3";
|
|
@@ -11005,7 +10992,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
11005
10992
|
sv: "sv";
|
|
11006
10993
|
zh: "zh";
|
|
11007
10994
|
}> & z.core.$partial, z.ZodString>;
|
|
11008
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
10995
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
11009
10996
|
bg: "bg";
|
|
11010
10997
|
cs: "cs";
|
|
11011
10998
|
da: "da";
|
|
@@ -11030,7 +11017,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
11030
11017
|
sl: "sl";
|
|
11031
11018
|
sv: "sv";
|
|
11032
11019
|
zh: "zh";
|
|
11033
|
-
}> & z.core.$partial, z.ZodString
|
|
11020
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
11034
11021
|
isRequired: z.ZodBoolean;
|
|
11035
11022
|
isDisabled: z.ZodBoolean;
|
|
11036
11023
|
isUnique: z.ZodBoolean;
|
|
@@ -11072,7 +11059,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
11072
11059
|
sv: "sv";
|
|
11073
11060
|
zh: "zh";
|
|
11074
11061
|
}> & z.core.$partial, z.ZodString>;
|
|
11075
|
-
description: z.ZodRecord<z.ZodEnum<{
|
|
11062
|
+
description: z.ZodNullable<z.ZodRecord<z.ZodEnum<{
|
|
11076
11063
|
bg: "bg";
|
|
11077
11064
|
cs: "cs";
|
|
11078
11065
|
da: "da";
|
|
@@ -11097,7 +11084,7 @@ declare const projectExportSchema: z.ZodObject<{
|
|
|
11097
11084
|
sl: "sl";
|
|
11098
11085
|
sv: "sv";
|
|
11099
11086
|
zh: "zh";
|
|
11100
|
-
}> & z.core.$partial, z.ZodString
|
|
11087
|
+
}> & z.core.$partial, z.ZodString>>;
|
|
11101
11088
|
isRequired: z.ZodBoolean;
|
|
11102
11089
|
isDisabled: z.ZodBoolean;
|
|
11103
11090
|
isUnique: z.ZodBoolean;
|
|
@@ -11467,7 +11454,7 @@ declare const deleteProjectSchema: z.ZodObject<{
|
|
|
11467
11454
|
type DeleteProjectProps = z.infer<typeof deleteProjectSchema>;
|
|
11468
11455
|
declare const projectUpgradeSchema: z.ZodObject<{
|
|
11469
11456
|
to: z.ZodReadonly<z.ZodString>;
|
|
11470
|
-
run: z.
|
|
11457
|
+
run: z.ZodFunction<z.ZodTuple<readonly [z.ZodObject<{
|
|
11471
11458
|
id: z.ZodReadonly<z.ZodUUID>;
|
|
11472
11459
|
created: z.ZodReadonly<z.ZodString>;
|
|
11473
11460
|
updated: z.ZodNullable<z.ZodString>;
|
|
@@ -11617,102 +11604,51 @@ declare const searchProjectSchema: z.ZodObject<{
|
|
|
11617
11604
|
}, z.core.$strip>;
|
|
11618
11605
|
type SearchProjectProps = z.infer<typeof searchProjectSchema>;
|
|
11619
11606
|
|
|
11620
|
-
declare const
|
|
11621
|
-
|
|
11622
|
-
|
|
11623
|
-
|
|
11624
|
-
|
|
11625
|
-
Git: "Git";
|
|
11626
|
-
GitTag: "GitTag";
|
|
11627
|
-
User: "User";
|
|
11628
|
-
JsonFile: "JsonFile";
|
|
11629
|
-
Search: "Search";
|
|
11630
|
-
Value: "Value";
|
|
11607
|
+
declare const ValueTypeSchema: z$1.ZodEnum<{
|
|
11608
|
+
string: "string";
|
|
11609
|
+
number: "number";
|
|
11610
|
+
boolean: "boolean";
|
|
11611
|
+
reference: "reference";
|
|
11631
11612
|
}>;
|
|
11632
|
-
type
|
|
11633
|
-
|
|
11634
|
-
|
|
11635
|
-
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11641
|
-
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
}, z$
|
|
11645
|
-
|
|
11646
|
-
|
|
11647
|
-
|
|
11648
|
-
|
|
11649
|
-
|
|
11650
|
-
|
|
11651
|
-
|
|
11652
|
-
|
|
11653
|
-
|
|
11654
|
-
|
|
11655
|
-
|
|
11656
|
-
|
|
11657
|
-
}
|
|
11658
|
-
|
|
11659
|
-
|
|
11660
|
-
|
|
11661
|
-
|
|
11662
|
-
|
|
11663
|
-
|
|
11664
|
-
|
|
11665
|
-
|
|
11666
|
-
|
|
11667
|
-
|
|
11668
|
-
|
|
11669
|
-
|
|
11670
|
-
|
|
11671
|
-
* Returns the total number of this services objects
|
|
11672
|
-
*/
|
|
11673
|
-
count: (...props: any) => Promise<number>;
|
|
11674
|
-
}
|
|
11675
|
-
declare const listCollectionsSchema: z$2.ZodObject<{
|
|
11676
|
-
projectId: z$2.ZodUUID;
|
|
11677
|
-
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11678
|
-
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11679
|
-
}, z$2.core.$strip>;
|
|
11680
|
-
type ListCollectionsProps = z$2.infer<typeof listCollectionsSchema>;
|
|
11681
|
-
declare const listEntriesSchema: z$2.ZodObject<{
|
|
11682
|
-
projectId: z$2.ZodUUID;
|
|
11683
|
-
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11684
|
-
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11685
|
-
collectionId: z$2.ZodUUID;
|
|
11686
|
-
}, z$2.core.$strip>;
|
|
11687
|
-
type ListEntriesProps = z$2.infer<typeof listEntriesSchema>;
|
|
11688
|
-
declare const listAssetsSchema: z$2.ZodObject<{
|
|
11689
|
-
projectId: z$2.ZodUUID;
|
|
11690
|
-
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11691
|
-
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11692
|
-
}, z$2.core.$strip>;
|
|
11693
|
-
type ListAssetsProps = z$2.infer<typeof listAssetsSchema>;
|
|
11694
|
-
declare const listProjectsSchema: z$2.ZodObject<{
|
|
11695
|
-
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11696
|
-
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
11697
|
-
}, z$2.core.$strip>;
|
|
11698
|
-
type ListProjectsProps = z$2.infer<typeof listProjectsSchema>;
|
|
11699
|
-
declare const listGitTagsSchema: z$2.ZodObject<{
|
|
11700
|
-
path: z$2.ZodString;
|
|
11701
|
-
}, z$2.core.$strip>;
|
|
11702
|
-
type ListGitTagsProps = z$2.infer<typeof listGitTagsSchema>;
|
|
11703
|
-
|
|
11704
|
-
declare const UserTypeSchema: z$1.ZodEnum<{
|
|
11705
|
-
local: "local";
|
|
11706
|
-
cloud: "cloud";
|
|
11707
|
-
}>;
|
|
11708
|
-
declare const baseUserSchema: z$1.ZodObject<{
|
|
11709
|
-
name: z$1.ZodString;
|
|
11710
|
-
email: z$1.ZodString;
|
|
11711
|
-
userType: z$1.ZodEnum<{
|
|
11712
|
-
local: "local";
|
|
11713
|
-
cloud: "cloud";
|
|
11714
|
-
}>;
|
|
11715
|
-
language: z$1.ZodEnum<{
|
|
11613
|
+
type ValueType = z$1.infer<typeof ValueTypeSchema>;
|
|
11614
|
+
declare const valueContentReferenceBase: z$1.ZodObject<{
|
|
11615
|
+
id: z$1.ZodUUID;
|
|
11616
|
+
}, z$1.z.core.$strip>;
|
|
11617
|
+
declare const valueContentReferenceToAssetSchema: z$1.ZodObject<{
|
|
11618
|
+
id: z$1.ZodUUID;
|
|
11619
|
+
objectType: z$1.ZodLiteral<"asset">;
|
|
11620
|
+
}, z$1.z.core.$strip>;
|
|
11621
|
+
type ValueContentReferenceToAsset = z$1.infer<typeof valueContentReferenceToAssetSchema>;
|
|
11622
|
+
declare const valueContentReferenceToCollectionSchema: z$1.ZodObject<{
|
|
11623
|
+
id: z$1.ZodUUID;
|
|
11624
|
+
objectType: z$1.ZodLiteral<"collection">;
|
|
11625
|
+
}, z$1.z.core.$strip>;
|
|
11626
|
+
type ValueContentReferenceToCollection = z$1.infer<typeof valueContentReferenceToCollectionSchema>;
|
|
11627
|
+
declare const valueContentReferenceToEntrySchema: z$1.ZodObject<{
|
|
11628
|
+
id: z$1.ZodUUID;
|
|
11629
|
+
objectType: z$1.ZodLiteral<"entry">;
|
|
11630
|
+
}, z$1.z.core.$strip>;
|
|
11631
|
+
type ValueContentReferenceToEntry = z$1.infer<typeof valueContentReferenceToEntrySchema>;
|
|
11632
|
+
declare const valueContentReferenceSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
11633
|
+
id: z$1.ZodUUID;
|
|
11634
|
+
objectType: z$1.ZodLiteral<"asset">;
|
|
11635
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11636
|
+
id: z$1.ZodUUID;
|
|
11637
|
+
objectType: z$1.ZodLiteral<"collection">;
|
|
11638
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11639
|
+
id: z$1.ZodUUID;
|
|
11640
|
+
objectType: z$1.ZodLiteral<"entry">;
|
|
11641
|
+
}, z$1.z.core.$strip>]>;
|
|
11642
|
+
type ValueContentReference = z$1.infer<typeof valueContentReferenceSchema>;
|
|
11643
|
+
declare const directValueBaseSchema: z$1.ZodObject<{
|
|
11644
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11645
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11646
|
+
}, z$1.z.core.$strip>;
|
|
11647
|
+
declare const directStringValueSchema: z$1.ZodObject<{
|
|
11648
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11649
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11650
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"string">>;
|
|
11651
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11716
11652
|
bg: "bg";
|
|
11717
11653
|
cs: "cs";
|
|
11718
11654
|
da: "da";
|
|
@@ -11737,17 +11673,14 @@ declare const baseUserSchema: z$1.ZodObject<{
|
|
|
11737
11673
|
sl: "sl";
|
|
11738
11674
|
sv: "sv";
|
|
11739
11675
|
zh: "zh";
|
|
11740
|
-
}>;
|
|
11741
|
-
localApi: z$1.ZodObject<{
|
|
11742
|
-
isEnabled: z$1.ZodBoolean;
|
|
11743
|
-
port: z$1.ZodNumber;
|
|
11744
|
-
}, z$1.z.core.$strip>;
|
|
11676
|
+
}> & z$1.z.core.$partial, z$1.ZodString>;
|
|
11745
11677
|
}, z$1.z.core.$strip>;
|
|
11746
|
-
type
|
|
11747
|
-
declare const
|
|
11748
|
-
|
|
11749
|
-
|
|
11750
|
-
|
|
11678
|
+
type DirectStringValue = z$1.infer<typeof directStringValueSchema>;
|
|
11679
|
+
declare const directNumberValueSchema: z$1.ZodObject<{
|
|
11680
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11681
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11682
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"number">>;
|
|
11683
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11751
11684
|
bg: "bg";
|
|
11752
11685
|
cs: "cs";
|
|
11753
11686
|
da: "da";
|
|
@@ -11772,18 +11705,14 @@ declare const localUserSchema: z$1.ZodObject<{
|
|
|
11772
11705
|
sl: "sl";
|
|
11773
11706
|
sv: "sv";
|
|
11774
11707
|
zh: "zh";
|
|
11775
|
-
}>;
|
|
11776
|
-
localApi: z$1.ZodObject<{
|
|
11777
|
-
isEnabled: z$1.ZodBoolean;
|
|
11778
|
-
port: z$1.ZodNumber;
|
|
11779
|
-
}, z$1.z.core.$strip>;
|
|
11780
|
-
userType: z$1.ZodLiteral<"local">;
|
|
11708
|
+
}> & z$1.z.core.$partial, z$1.ZodNumber>;
|
|
11781
11709
|
}, z$1.z.core.$strip>;
|
|
11782
|
-
type
|
|
11783
|
-
declare const
|
|
11784
|
-
|
|
11785
|
-
|
|
11786
|
-
|
|
11710
|
+
type DirectNumberValue = z$1.infer<typeof directNumberValueSchema>;
|
|
11711
|
+
declare const directBooleanValueSchema: z$1.ZodObject<{
|
|
11712
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11713
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11714
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"boolean">>;
|
|
11715
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11787
11716
|
bg: "bg";
|
|
11788
11717
|
cs: "cs";
|
|
11789
11718
|
da: "da";
|
|
@@ -11808,19 +11737,14 @@ declare const cloudUserSchema: z$1.ZodObject<{
|
|
|
11808
11737
|
sl: "sl";
|
|
11809
11738
|
sv: "sv";
|
|
11810
11739
|
zh: "zh";
|
|
11811
|
-
}>;
|
|
11812
|
-
localApi: z$1.ZodObject<{
|
|
11813
|
-
isEnabled: z$1.ZodBoolean;
|
|
11814
|
-
port: z$1.ZodNumber;
|
|
11815
|
-
}, z$1.z.core.$strip>;
|
|
11816
|
-
userType: z$1.ZodLiteral<"cloud">;
|
|
11817
|
-
id: z$1.ZodUUID;
|
|
11740
|
+
}> & z$1.z.core.$partial, z$1.ZodBoolean>;
|
|
11818
11741
|
}, z$1.z.core.$strip>;
|
|
11819
|
-
type
|
|
11820
|
-
declare const
|
|
11821
|
-
|
|
11822
|
-
|
|
11823
|
-
|
|
11742
|
+
type DirectBooleanValue = z$1.infer<typeof directBooleanValueSchema>;
|
|
11743
|
+
declare const directValueSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
11744
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11745
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11746
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"string">>;
|
|
11747
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11824
11748
|
bg: "bg";
|
|
11825
11749
|
cs: "cs";
|
|
11826
11750
|
da: "da";
|
|
@@ -11845,16 +11769,12 @@ declare const userFileSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
11845
11769
|
sl: "sl";
|
|
11846
11770
|
sv: "sv";
|
|
11847
11771
|
zh: "zh";
|
|
11848
|
-
}>;
|
|
11849
|
-
localApi: z$1.ZodObject<{
|
|
11850
|
-
isEnabled: z$1.ZodBoolean;
|
|
11851
|
-
port: z$1.ZodNumber;
|
|
11852
|
-
}, z$1.z.core.$strip>;
|
|
11853
|
-
userType: z$1.ZodLiteral<"local">;
|
|
11772
|
+
}> & z$1.z.core.$partial, z$1.ZodString>;
|
|
11854
11773
|
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11774
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11775
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11776
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"number">>;
|
|
11777
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11858
11778
|
bg: "bg";
|
|
11859
11779
|
cs: "cs";
|
|
11860
11780
|
da: "da";
|
|
@@ -11879,19 +11799,44 @@ declare const userFileSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
11879
11799
|
sl: "sl";
|
|
11880
11800
|
sv: "sv";
|
|
11881
11801
|
zh: "zh";
|
|
11882
|
-
}>;
|
|
11883
|
-
|
|
11884
|
-
|
|
11885
|
-
|
|
11886
|
-
|
|
11887
|
-
|
|
11888
|
-
|
|
11802
|
+
}> & z$1.z.core.$partial, z$1.ZodNumber>;
|
|
11803
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11804
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11805
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11806
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"boolean">>;
|
|
11807
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11808
|
+
bg: "bg";
|
|
11809
|
+
cs: "cs";
|
|
11810
|
+
da: "da";
|
|
11811
|
+
de: "de";
|
|
11812
|
+
el: "el";
|
|
11813
|
+
en: "en";
|
|
11814
|
+
es: "es";
|
|
11815
|
+
et: "et";
|
|
11816
|
+
fi: "fi";
|
|
11817
|
+
fr: "fr";
|
|
11818
|
+
hu: "hu";
|
|
11819
|
+
it: "it";
|
|
11820
|
+
ja: "ja";
|
|
11821
|
+
lt: "lt";
|
|
11822
|
+
lv: "lv";
|
|
11823
|
+
nl: "nl";
|
|
11824
|
+
pl: "pl";
|
|
11825
|
+
pt: "pt";
|
|
11826
|
+
ro: "ro";
|
|
11827
|
+
ru: "ru";
|
|
11828
|
+
sk: "sk";
|
|
11829
|
+
sl: "sl";
|
|
11830
|
+
sv: "sv";
|
|
11831
|
+
zh: "zh";
|
|
11832
|
+
}> & z$1.z.core.$partial, z$1.ZodBoolean>;
|
|
11889
11833
|
}, z$1.z.core.$strip>]>;
|
|
11890
|
-
type
|
|
11891
|
-
declare const
|
|
11892
|
-
|
|
11893
|
-
|
|
11894
|
-
|
|
11834
|
+
type DirectValue = z$1.infer<typeof directValueSchema>;
|
|
11835
|
+
declare const referencedValueSchema: z$1.ZodObject<{
|
|
11836
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11837
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11838
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"reference">>;
|
|
11839
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11895
11840
|
bg: "bg";
|
|
11896
11841
|
cs: "cs";
|
|
11897
11842
|
da: "da";
|
|
@@ -11916,16 +11861,23 @@ declare const userSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
11916
11861
|
sl: "sl";
|
|
11917
11862
|
sv: "sv";
|
|
11918
11863
|
zh: "zh";
|
|
11919
|
-
}
|
|
11920
|
-
|
|
11921
|
-
|
|
11922
|
-
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11926
|
-
|
|
11927
|
-
|
|
11928
|
-
|
|
11864
|
+
}> & z$1.z.core.$partial, z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
11865
|
+
id: z$1.ZodUUID;
|
|
11866
|
+
objectType: z$1.ZodLiteral<"asset">;
|
|
11867
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11868
|
+
id: z$1.ZodUUID;
|
|
11869
|
+
objectType: z$1.ZodLiteral<"collection">;
|
|
11870
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11871
|
+
id: z$1.ZodUUID;
|
|
11872
|
+
objectType: z$1.ZodLiteral<"entry">;
|
|
11873
|
+
}, z$1.z.core.$strip>]>>>;
|
|
11874
|
+
}, z$1.z.core.$strip>;
|
|
11875
|
+
type ReferencedValue = z$1.infer<typeof referencedValueSchema>;
|
|
11876
|
+
declare const valueSchema: z$1.ZodUnion<readonly [z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
11877
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11878
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11879
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"string">>;
|
|
11880
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11929
11881
|
bg: "bg";
|
|
11930
11882
|
cs: "cs";
|
|
11931
11883
|
da: "da";
|
|
@@ -11950,19 +11902,12 @@ declare const userSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
11950
11902
|
sl: "sl";
|
|
11951
11903
|
sv: "sv";
|
|
11952
11904
|
zh: "zh";
|
|
11953
|
-
}>;
|
|
11954
|
-
|
|
11955
|
-
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
11959
|
-
id: z$1.ZodUUID;
|
|
11960
|
-
}, z$1.z.core.$strip>]>;
|
|
11961
|
-
type User = z$1.infer<typeof userSchema>;
|
|
11962
|
-
declare const setUserSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
11963
|
-
name: z$1.ZodString;
|
|
11964
|
-
email: z$1.ZodString;
|
|
11965
|
-
language: z$1.ZodEnum<{
|
|
11905
|
+
}> & z$1.z.core.$partial, z$1.ZodString>;
|
|
11906
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11907
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11908
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11909
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"number">>;
|
|
11910
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11966
11911
|
bg: "bg";
|
|
11967
11912
|
cs: "cs";
|
|
11968
11913
|
da: "da";
|
|
@@ -11987,16 +11932,12 @@ declare const setUserSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
11987
11932
|
sl: "sl";
|
|
11988
11933
|
sv: "sv";
|
|
11989
11934
|
zh: "zh";
|
|
11990
|
-
}>;
|
|
11991
|
-
localApi: z$1.ZodObject<{
|
|
11992
|
-
isEnabled: z$1.ZodBoolean;
|
|
11993
|
-
port: z$1.ZodNumber;
|
|
11994
|
-
}, z$1.z.core.$strip>;
|
|
11995
|
-
userType: z$1.ZodLiteral<"local">;
|
|
11935
|
+
}> & z$1.z.core.$partial, z$1.ZodNumber>;
|
|
11996
11936
|
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11997
|
-
|
|
11998
|
-
|
|
11999
|
-
|
|
11937
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11938
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11939
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"boolean">>;
|
|
11940
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12000
11941
|
bg: "bg";
|
|
12001
11942
|
cs: "cs";
|
|
12002
11943
|
da: "da";
|
|
@@ -12021,57 +11962,120 @@ declare const setUserSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
12021
11962
|
sl: "sl";
|
|
12022
11963
|
sv: "sv";
|
|
12023
11964
|
zh: "zh";
|
|
12024
|
-
}>;
|
|
12025
|
-
|
|
12026
|
-
|
|
12027
|
-
|
|
12028
|
-
|
|
12029
|
-
|
|
12030
|
-
|
|
11965
|
+
}> & z$1.z.core.$partial, z$1.ZodBoolean>;
|
|
11966
|
+
}, z$1.z.core.$strip>]>, z$1.ZodObject<{
|
|
11967
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
11968
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
11969
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"reference">>;
|
|
11970
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
11971
|
+
bg: "bg";
|
|
11972
|
+
cs: "cs";
|
|
11973
|
+
da: "da";
|
|
11974
|
+
de: "de";
|
|
11975
|
+
el: "el";
|
|
11976
|
+
en: "en";
|
|
11977
|
+
es: "es";
|
|
11978
|
+
et: "et";
|
|
11979
|
+
fi: "fi";
|
|
11980
|
+
fr: "fr";
|
|
11981
|
+
hu: "hu";
|
|
11982
|
+
it: "it";
|
|
11983
|
+
ja: "ja";
|
|
11984
|
+
lt: "lt";
|
|
11985
|
+
lv: "lv";
|
|
11986
|
+
nl: "nl";
|
|
11987
|
+
pl: "pl";
|
|
11988
|
+
pt: "pt";
|
|
11989
|
+
ro: "ro";
|
|
11990
|
+
ru: "ru";
|
|
11991
|
+
sk: "sk";
|
|
11992
|
+
sl: "sl";
|
|
11993
|
+
sv: "sv";
|
|
11994
|
+
zh: "zh";
|
|
11995
|
+
}> & z$1.z.core.$partial, z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
11996
|
+
id: z$1.ZodUUID;
|
|
11997
|
+
objectType: z$1.ZodLiteral<"asset">;
|
|
11998
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
11999
|
+
id: z$1.ZodUUID;
|
|
12000
|
+
objectType: z$1.ZodLiteral<"collection">;
|
|
12001
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12002
|
+
id: z$1.ZodUUID;
|
|
12003
|
+
objectType: z$1.ZodLiteral<"entry">;
|
|
12004
|
+
}, z$1.z.core.$strip>]>>>;
|
|
12031
12005
|
}, z$1.z.core.$strip>]>;
|
|
12032
|
-
type
|
|
12006
|
+
type Value = z$1.infer<typeof valueSchema>;
|
|
12033
12007
|
|
|
12034
|
-
|
|
12035
|
-
|
|
12036
|
-
|
|
12037
|
-
|
|
12038
|
-
|
|
12039
|
-
|
|
12040
|
-
|
|
12041
|
-
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
declare
|
|
12045
|
-
id: z$1.ZodUUID;
|
|
12046
|
-
objectType: z$1.ZodLiteral<"asset">;
|
|
12047
|
-
}, z$1.z.core.$strip>;
|
|
12048
|
-
type ValueContentReferenceToAsset = z$1.infer<typeof valueContentReferenceToAssetSchema>;
|
|
12049
|
-
declare const valueContentReferenceToCollectionSchema: z$1.ZodObject<{
|
|
12050
|
-
id: z$1.ZodUUID;
|
|
12051
|
-
objectType: z$1.ZodLiteral<"collection">;
|
|
12052
|
-
}, z$1.z.core.$strip>;
|
|
12053
|
-
type ValueContentReferenceToCollection = z$1.infer<typeof valueContentReferenceToCollectionSchema>;
|
|
12054
|
-
declare const valueContentReferenceToEntrySchema: z$1.ZodObject<{
|
|
12055
|
-
id: z$1.ZodUUID;
|
|
12056
|
-
objectType: z$1.ZodLiteral<"entry">;
|
|
12057
|
-
}, z$1.z.core.$strip>;
|
|
12058
|
-
type ValueContentReferenceToEntry = z$1.infer<typeof valueContentReferenceToEntrySchema>;
|
|
12059
|
-
declare const valueContentReferenceSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
12060
|
-
id: z$1.ZodUUID;
|
|
12061
|
-
objectType: z$1.ZodLiteral<"asset">;
|
|
12062
|
-
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12063
|
-
id: z$1.ZodUUID;
|
|
12064
|
-
objectType: z$1.ZodLiteral<"collection">;
|
|
12065
|
-
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12066
|
-
id: z$1.ZodUUID;
|
|
12067
|
-
objectType: z$1.ZodLiteral<"entry">;
|
|
12068
|
-
}, z$1.z.core.$strip>]>;
|
|
12069
|
-
type ValueContentReference = z$1.infer<typeof valueContentReferenceSchema>;
|
|
12070
|
-
declare const directValueBaseSchema: z$1.ZodObject<{
|
|
12008
|
+
/**
|
|
12009
|
+
* Dynamic zod schema generation
|
|
12010
|
+
*
|
|
12011
|
+
* Altough everything is already strictly typed, a type of string might not be an email or text of a certain length.
|
|
12012
|
+
* To validate this, we need to generate zod schemas based on Field definitions the user created.
|
|
12013
|
+
*/
|
|
12014
|
+
|
|
12015
|
+
/**
|
|
12016
|
+
* Generates a zod schema to check a Value based on given Field definition
|
|
12017
|
+
*/
|
|
12018
|
+
declare function getValueSchemaFromFieldDefinition(fieldDefinition: FieldDefinition): z$1.ZodObject<{
|
|
12071
12019
|
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
12072
12020
|
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
12073
|
-
|
|
12074
|
-
|
|
12021
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"boolean">>;
|
|
12022
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12023
|
+
bg: "bg";
|
|
12024
|
+
cs: "cs";
|
|
12025
|
+
da: "da";
|
|
12026
|
+
de: "de";
|
|
12027
|
+
el: "el";
|
|
12028
|
+
en: "en";
|
|
12029
|
+
es: "es";
|
|
12030
|
+
et: "et";
|
|
12031
|
+
fi: "fi";
|
|
12032
|
+
fr: "fr";
|
|
12033
|
+
hu: "hu";
|
|
12034
|
+
it: "it";
|
|
12035
|
+
ja: "ja";
|
|
12036
|
+
lt: "lt";
|
|
12037
|
+
lv: "lv";
|
|
12038
|
+
nl: "nl";
|
|
12039
|
+
pl: "pl";
|
|
12040
|
+
pt: "pt";
|
|
12041
|
+
ro: "ro";
|
|
12042
|
+
ru: "ru";
|
|
12043
|
+
sk: "sk";
|
|
12044
|
+
sl: "sl";
|
|
12045
|
+
sv: "sv";
|
|
12046
|
+
zh: "zh";
|
|
12047
|
+
}> & z$1.z.core.$partial, z$1.ZodBoolean>;
|
|
12048
|
+
}, z$1.z.core.$strip> | z$1.ZodObject<{
|
|
12049
|
+
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
12050
|
+
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
12051
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"number">>;
|
|
12052
|
+
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12053
|
+
bg: "bg";
|
|
12054
|
+
cs: "cs";
|
|
12055
|
+
da: "da";
|
|
12056
|
+
de: "de";
|
|
12057
|
+
el: "el";
|
|
12058
|
+
en: "en";
|
|
12059
|
+
es: "es";
|
|
12060
|
+
et: "et";
|
|
12061
|
+
fi: "fi";
|
|
12062
|
+
fr: "fr";
|
|
12063
|
+
hu: "hu";
|
|
12064
|
+
it: "it";
|
|
12065
|
+
ja: "ja";
|
|
12066
|
+
lt: "lt";
|
|
12067
|
+
lv: "lv";
|
|
12068
|
+
nl: "nl";
|
|
12069
|
+
pl: "pl";
|
|
12070
|
+
pt: "pt";
|
|
12071
|
+
ro: "ro";
|
|
12072
|
+
ru: "ru";
|
|
12073
|
+
sk: "sk";
|
|
12074
|
+
sl: "sl";
|
|
12075
|
+
sv: "sv";
|
|
12076
|
+
zh: "zh";
|
|
12077
|
+
}> & z$1.z.core.$partial, z$1.ZodNumber | z$1.ZodNullable<z$1.ZodNumber>>;
|
|
12078
|
+
}, z$1.z.core.$strip> | z$1.ZodObject<{
|
|
12075
12079
|
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
12076
12080
|
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
12077
12081
|
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"string">>;
|
|
@@ -12100,13 +12104,11 @@ declare const directStringValueSchema: z$1.ZodObject<{
|
|
|
12100
12104
|
sl: "sl";
|
|
12101
12105
|
sv: "sv";
|
|
12102
12106
|
zh: "zh";
|
|
12103
|
-
}> & z$1.z.core.$partial, z$1.ZodString
|
|
12104
|
-
}, z$1.z.core.$strip
|
|
12105
|
-
type DirectStringValue = z$1.infer<typeof directStringValueSchema>;
|
|
12106
|
-
declare const directNumberValueSchema: z$1.ZodObject<{
|
|
12107
|
+
}> & z$1.z.core.$partial, z$1.ZodString | z$1.ZodNullable<z$1.ZodString> | z$1.ZodEmail | z$1.ZodNullable<z$1.ZodEmail> | z$1.ZodURL | z$1.ZodNullable<z$1.ZodURL> | z$1.ZodIPv4 | z$1.ZodNullable<z$1.ZodIPv4> | z$1.z.ZodISODate | z$1.ZodNullable<z$1.z.ZodISODate> | z$1.z.ZodISOTime | z$1.ZodNullable<z$1.z.ZodISOTime> | z$1.z.ZodISODateTime | z$1.ZodNullable<z$1.z.ZodISODateTime> | z$1.ZodE164 | z$1.ZodNullable<z$1.ZodE164>>;
|
|
12108
|
+
}, z$1.z.core.$strip> | z$1.ZodObject<{
|
|
12107
12109
|
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
12108
12110
|
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
12109
|
-
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"
|
|
12111
|
+
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"reference">>;
|
|
12110
12112
|
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12111
12113
|
bg: "bg";
|
|
12112
12114
|
cs: "cs";
|
|
@@ -12132,14 +12134,162 @@ declare const directNumberValueSchema: z$1.ZodObject<{
|
|
|
12132
12134
|
sl: "sl";
|
|
12133
12135
|
sv: "sv";
|
|
12134
12136
|
zh: "zh";
|
|
12135
|
-
}> & z$1.z.core.$partial, z$1.
|
|
12137
|
+
}> & z$1.z.core.$partial, z$1.ZodArray<z$1.ZodObject<{
|
|
12138
|
+
id: z$1.ZodUUID;
|
|
12139
|
+
objectType: z$1.ZodLiteral<"asset">;
|
|
12140
|
+
}, z$1.z.core.$strip>> | z$1.ZodArray<z$1.ZodObject<{
|
|
12141
|
+
id: z$1.ZodUUID;
|
|
12142
|
+
objectType: z$1.ZodLiteral<"entry">;
|
|
12143
|
+
}, z$1.z.core.$strip>>>;
|
|
12144
|
+
}, z$1.z.core.$strip>;
|
|
12145
|
+
/**
|
|
12146
|
+
* Generates a schema for creating a new Entry based on the given Field definitions and Values
|
|
12147
|
+
*
|
|
12148
|
+
* @todo The return type of z.ZodType<CreateEntryProps> is added because otherwise TS complains with
|
|
12149
|
+
* error TS2742: The inferred type of 'getCreateEntrySchemaFromFieldDefinitions' cannot be named without a reference to '.pnpm/@asteasolutions+zod-to-openapi@8.1.0_zod@4.1.11/node_modules/@asteasolutions/zod-to-openapi'. This is likely not portable. A type annotation is necessary.
|
|
12150
|
+
* This should be investigated further and fixed properly.
|
|
12151
|
+
*/
|
|
12152
|
+
declare function getCreateEntrySchemaFromFieldDefinitions(fieldDefinitions: FieldDefinition[], values: Value[]): z$1.ZodType<CreateEntryProps>;
|
|
12153
|
+
/**
|
|
12154
|
+
* Generates a schema for updating an existing Entry based on the given Field definitions and Values
|
|
12155
|
+
*
|
|
12156
|
+
* @todo The return type of z.ZodType<UpdateEntryProps> is added because otherwise TS complains with
|
|
12157
|
+
* error TS2742: The inferred type of 'getUpdateEntrySchemaFromFieldDefinitions' cannot be named without a reference to '.pnpm/@asteasolutions+zod-to-openapi@8.1.0_zod@4.1.11/node_modules/@asteasolutions/zod-to-openapi'. This is likely not portable. A type annotation is necessary.
|
|
12158
|
+
* This should be investigated further and fixed properly.
|
|
12159
|
+
*/
|
|
12160
|
+
declare function getUpdateEntrySchemaFromFieldDefinitions(fieldDefinitions: FieldDefinition[], values: Value[]): z$1.ZodType<UpdateEntryProps>;
|
|
12161
|
+
|
|
12162
|
+
declare const serviceTypeSchema: z$2.ZodEnum<{
|
|
12163
|
+
Asset: "Asset";
|
|
12164
|
+
Entry: "Entry";
|
|
12165
|
+
Collection: "Collection";
|
|
12166
|
+
Project: "Project";
|
|
12167
|
+
Git: "Git";
|
|
12168
|
+
GitTag: "GitTag";
|
|
12169
|
+
User: "User";
|
|
12170
|
+
JsonFile: "JsonFile";
|
|
12171
|
+
Search: "Search";
|
|
12172
|
+
Value: "Value";
|
|
12173
|
+
}>;
|
|
12174
|
+
type ServiceType = z$2.infer<typeof serviceTypeSchema>;
|
|
12175
|
+
interface PaginatedList<T> {
|
|
12176
|
+
total: number;
|
|
12177
|
+
limit: number;
|
|
12178
|
+
offset: number;
|
|
12179
|
+
list: T[];
|
|
12180
|
+
}
|
|
12181
|
+
declare function paginatedListOf<T extends z$2.ZodTypeAny>(schema: T): z$2.ZodObject<{
|
|
12182
|
+
total: z$2.ZodNumber;
|
|
12183
|
+
limit: z$2.ZodNumber;
|
|
12184
|
+
offset: z$2.ZodNumber;
|
|
12185
|
+
list: z$2.ZodArray<T>;
|
|
12186
|
+
}, z$2.core.$strip>;
|
|
12187
|
+
interface PaginationOptions {
|
|
12188
|
+
limit: number;
|
|
12189
|
+
offset: number;
|
|
12190
|
+
}
|
|
12191
|
+
/**
|
|
12192
|
+
* Implements create, read, update and delete methods
|
|
12193
|
+
*/
|
|
12194
|
+
interface CrudService<T> {
|
|
12195
|
+
create: (props: never) => Promise<T>;
|
|
12196
|
+
read: (props: never) => Promise<T>;
|
|
12197
|
+
update: (props: never) => Promise<T>;
|
|
12198
|
+
delete: (props: never) => Promise<void>;
|
|
12199
|
+
}
|
|
12200
|
+
/**
|
|
12201
|
+
* Implements list and count methods additionally
|
|
12202
|
+
* to create, read, update and delete
|
|
12203
|
+
*/
|
|
12204
|
+
interface CrudServiceWithListCount<T> extends CrudService<T> {
|
|
12205
|
+
/**
|
|
12206
|
+
* Returns a list of this services objects
|
|
12207
|
+
*
|
|
12208
|
+
* Does not return objects where the schema validation fails.
|
|
12209
|
+
* If that is the case, upgrade the Client and then Project to the latest version.
|
|
12210
|
+
*/
|
|
12211
|
+
list: (...props: never[]) => Promise<PaginatedList<T>>;
|
|
12212
|
+
/**
|
|
12213
|
+
* Returns the total number of this services objects
|
|
12214
|
+
*/
|
|
12215
|
+
count: (...props: never[]) => Promise<number>;
|
|
12216
|
+
}
|
|
12217
|
+
declare const listCollectionsSchema: z$2.ZodObject<{
|
|
12218
|
+
projectId: z$2.ZodUUID;
|
|
12219
|
+
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12220
|
+
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12221
|
+
}, z$2.core.$strip>;
|
|
12222
|
+
type ListCollectionsProps = z$2.infer<typeof listCollectionsSchema>;
|
|
12223
|
+
declare const listEntriesSchema: z$2.ZodObject<{
|
|
12224
|
+
projectId: z$2.ZodUUID;
|
|
12225
|
+
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12226
|
+
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12227
|
+
collectionId: z$2.ZodUUID;
|
|
12228
|
+
}, z$2.core.$strip>;
|
|
12229
|
+
type ListEntriesProps = z$2.infer<typeof listEntriesSchema>;
|
|
12230
|
+
declare const listAssetsSchema: z$2.ZodObject<{
|
|
12231
|
+
projectId: z$2.ZodUUID;
|
|
12232
|
+
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12233
|
+
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12234
|
+
}, z$2.core.$strip>;
|
|
12235
|
+
type ListAssetsProps = z$2.infer<typeof listAssetsSchema>;
|
|
12236
|
+
declare const listProjectsSchema: z$2.ZodObject<{
|
|
12237
|
+
offset: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12238
|
+
limit: z$2.ZodOptional<z$2.ZodNumber>;
|
|
12239
|
+
}, z$2.core.$strip>;
|
|
12240
|
+
type ListProjectsProps = z$2.infer<typeof listProjectsSchema>;
|
|
12241
|
+
declare const listGitTagsSchema: z$2.ZodObject<{
|
|
12242
|
+
path: z$2.ZodString;
|
|
12243
|
+
}, z$2.core.$strip>;
|
|
12244
|
+
type ListGitTagsProps = z$2.infer<typeof listGitTagsSchema>;
|
|
12245
|
+
|
|
12246
|
+
declare const UserTypeSchema: z$1.ZodEnum<{
|
|
12247
|
+
local: "local";
|
|
12248
|
+
cloud: "cloud";
|
|
12249
|
+
}>;
|
|
12250
|
+
declare const baseUserSchema: z$1.ZodObject<{
|
|
12251
|
+
name: z$1.ZodString;
|
|
12252
|
+
email: z$1.ZodString;
|
|
12253
|
+
userType: z$1.ZodEnum<{
|
|
12254
|
+
local: "local";
|
|
12255
|
+
cloud: "cloud";
|
|
12256
|
+
}>;
|
|
12257
|
+
language: z$1.ZodEnum<{
|
|
12258
|
+
bg: "bg";
|
|
12259
|
+
cs: "cs";
|
|
12260
|
+
da: "da";
|
|
12261
|
+
de: "de";
|
|
12262
|
+
el: "el";
|
|
12263
|
+
en: "en";
|
|
12264
|
+
es: "es";
|
|
12265
|
+
et: "et";
|
|
12266
|
+
fi: "fi";
|
|
12267
|
+
fr: "fr";
|
|
12268
|
+
hu: "hu";
|
|
12269
|
+
it: "it";
|
|
12270
|
+
ja: "ja";
|
|
12271
|
+
lt: "lt";
|
|
12272
|
+
lv: "lv";
|
|
12273
|
+
nl: "nl";
|
|
12274
|
+
pl: "pl";
|
|
12275
|
+
pt: "pt";
|
|
12276
|
+
ro: "ro";
|
|
12277
|
+
ru: "ru";
|
|
12278
|
+
sk: "sk";
|
|
12279
|
+
sl: "sl";
|
|
12280
|
+
sv: "sv";
|
|
12281
|
+
zh: "zh";
|
|
12282
|
+
}>;
|
|
12283
|
+
localApi: z$1.ZodObject<{
|
|
12284
|
+
isEnabled: z$1.ZodBoolean;
|
|
12285
|
+
port: z$1.ZodNumber;
|
|
12286
|
+
}, z$1.z.core.$strip>;
|
|
12136
12287
|
}, z$1.z.core.$strip>;
|
|
12137
|
-
type
|
|
12138
|
-
declare const
|
|
12139
|
-
|
|
12140
|
-
|
|
12141
|
-
|
|
12142
|
-
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12288
|
+
type BaseUser = z$1.infer<typeof baseUserSchema>;
|
|
12289
|
+
declare const localUserSchema: z$1.ZodObject<{
|
|
12290
|
+
name: z$1.ZodString;
|
|
12291
|
+
email: z$1.ZodString;
|
|
12292
|
+
language: z$1.ZodEnum<{
|
|
12143
12293
|
bg: "bg";
|
|
12144
12294
|
cs: "cs";
|
|
12145
12295
|
da: "da";
|
|
@@ -12164,14 +12314,18 @@ declare const directBooleanValueSchema: z$1.ZodObject<{
|
|
|
12164
12314
|
sl: "sl";
|
|
12165
12315
|
sv: "sv";
|
|
12166
12316
|
zh: "zh";
|
|
12167
|
-
}
|
|
12317
|
+
}>;
|
|
12318
|
+
localApi: z$1.ZodObject<{
|
|
12319
|
+
isEnabled: z$1.ZodBoolean;
|
|
12320
|
+
port: z$1.ZodNumber;
|
|
12321
|
+
}, z$1.z.core.$strip>;
|
|
12322
|
+
userType: z$1.ZodLiteral<"local">;
|
|
12168
12323
|
}, z$1.z.core.$strip>;
|
|
12169
|
-
type
|
|
12170
|
-
declare const
|
|
12171
|
-
|
|
12172
|
-
|
|
12173
|
-
|
|
12174
|
-
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12324
|
+
type LocalUser = z$1.infer<typeof localUserSchema>;
|
|
12325
|
+
declare const cloudUserSchema: z$1.ZodObject<{
|
|
12326
|
+
name: z$1.ZodString;
|
|
12327
|
+
email: z$1.ZodString;
|
|
12328
|
+
language: z$1.ZodEnum<{
|
|
12175
12329
|
bg: "bg";
|
|
12176
12330
|
cs: "cs";
|
|
12177
12331
|
da: "da";
|
|
@@ -12196,12 +12350,19 @@ declare const directValueSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
12196
12350
|
sl: "sl";
|
|
12197
12351
|
sv: "sv";
|
|
12198
12352
|
zh: "zh";
|
|
12199
|
-
}
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
|
|
12353
|
+
}>;
|
|
12354
|
+
localApi: z$1.ZodObject<{
|
|
12355
|
+
isEnabled: z$1.ZodBoolean;
|
|
12356
|
+
port: z$1.ZodNumber;
|
|
12357
|
+
}, z$1.z.core.$strip>;
|
|
12358
|
+
userType: z$1.ZodLiteral<"cloud">;
|
|
12359
|
+
id: z$1.ZodUUID;
|
|
12360
|
+
}, z$1.z.core.$strip>;
|
|
12361
|
+
type CloudUser = z$1.infer<typeof cloudUserSchema>;
|
|
12362
|
+
declare const userFileSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
12363
|
+
name: z$1.ZodString;
|
|
12364
|
+
email: z$1.ZodString;
|
|
12365
|
+
language: z$1.ZodEnum<{
|
|
12205
12366
|
bg: "bg";
|
|
12206
12367
|
cs: "cs";
|
|
12207
12368
|
da: "da";
|
|
@@ -12226,12 +12387,16 @@ declare const directValueSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
12226
12387
|
sl: "sl";
|
|
12227
12388
|
sv: "sv";
|
|
12228
12389
|
zh: "zh";
|
|
12229
|
-
}
|
|
12390
|
+
}>;
|
|
12391
|
+
localApi: z$1.ZodObject<{
|
|
12392
|
+
isEnabled: z$1.ZodBoolean;
|
|
12393
|
+
port: z$1.ZodNumber;
|
|
12394
|
+
}, z$1.z.core.$strip>;
|
|
12395
|
+
userType: z$1.ZodLiteral<"local">;
|
|
12230
12396
|
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12397
|
+
name: z$1.ZodString;
|
|
12398
|
+
email: z$1.ZodString;
|
|
12399
|
+
language: z$1.ZodEnum<{
|
|
12235
12400
|
bg: "bg";
|
|
12236
12401
|
cs: "cs";
|
|
12237
12402
|
da: "da";
|
|
@@ -12256,55 +12421,19 @@ declare const directValueSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
12256
12421
|
sl: "sl";
|
|
12257
12422
|
sv: "sv";
|
|
12258
12423
|
zh: "zh";
|
|
12259
|
-
}
|
|
12424
|
+
}>;
|
|
12425
|
+
localApi: z$1.ZodObject<{
|
|
12426
|
+
isEnabled: z$1.ZodBoolean;
|
|
12427
|
+
port: z$1.ZodNumber;
|
|
12428
|
+
}, z$1.z.core.$strip>;
|
|
12429
|
+
userType: z$1.ZodLiteral<"cloud">;
|
|
12430
|
+
id: z$1.ZodUUID;
|
|
12260
12431
|
}, z$1.z.core.$strip>]>;
|
|
12261
|
-
type
|
|
12262
|
-
declare const
|
|
12263
|
-
|
|
12264
|
-
|
|
12265
|
-
|
|
12266
|
-
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12267
|
-
bg: "bg";
|
|
12268
|
-
cs: "cs";
|
|
12269
|
-
da: "da";
|
|
12270
|
-
de: "de";
|
|
12271
|
-
el: "el";
|
|
12272
|
-
en: "en";
|
|
12273
|
-
es: "es";
|
|
12274
|
-
et: "et";
|
|
12275
|
-
fi: "fi";
|
|
12276
|
-
fr: "fr";
|
|
12277
|
-
hu: "hu";
|
|
12278
|
-
it: "it";
|
|
12279
|
-
ja: "ja";
|
|
12280
|
-
lt: "lt";
|
|
12281
|
-
lv: "lv";
|
|
12282
|
-
nl: "nl";
|
|
12283
|
-
pl: "pl";
|
|
12284
|
-
pt: "pt";
|
|
12285
|
-
ro: "ro";
|
|
12286
|
-
ru: "ru";
|
|
12287
|
-
sk: "sk";
|
|
12288
|
-
sl: "sl";
|
|
12289
|
-
sv: "sv";
|
|
12290
|
-
zh: "zh";
|
|
12291
|
-
}> & z$1.z.core.$partial, z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
12292
|
-
id: z$1.ZodUUID;
|
|
12293
|
-
objectType: z$1.ZodLiteral<"asset">;
|
|
12294
|
-
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12295
|
-
id: z$1.ZodUUID;
|
|
12296
|
-
objectType: z$1.ZodLiteral<"collection">;
|
|
12297
|
-
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12298
|
-
id: z$1.ZodUUID;
|
|
12299
|
-
objectType: z$1.ZodLiteral<"entry">;
|
|
12300
|
-
}, z$1.z.core.$strip>]>>>;
|
|
12301
|
-
}, z$1.z.core.$strip>;
|
|
12302
|
-
type ReferencedValue = z$1.infer<typeof referencedValueSchema>;
|
|
12303
|
-
declare const valueSchema: z$1.ZodUnion<readonly [z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
12304
|
-
objectType: z$1.ZodReadonly<z$1.ZodLiteral<"value">>;
|
|
12305
|
-
fieldDefinitionId: z$1.ZodReadonly<z$1.ZodUUID>;
|
|
12306
|
-
valueType: z$1.ZodReadonly<z$1.ZodLiteral<"string">>;
|
|
12307
|
-
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12432
|
+
type UserFile = z$1.infer<typeof userFileSchema>;
|
|
12433
|
+
declare const userSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
12434
|
+
name: z$1.ZodString;
|
|
12435
|
+
email: z$1.ZodString;
|
|
12436
|
+
language: z$1.ZodEnum<{
|
|
12308
12437
|
bg: "bg";
|
|
12309
12438
|
cs: "cs";
|
|
12310
12439
|
da: "da";
|
|
@@ -12329,12 +12458,16 @@ declare const valueSchema: z$1.ZodUnion<readonly [z$1.ZodUnion<readonly [z$1.Zod
|
|
|
12329
12458
|
sl: "sl";
|
|
12330
12459
|
sv: "sv";
|
|
12331
12460
|
zh: "zh";
|
|
12332
|
-
}
|
|
12461
|
+
}>;
|
|
12462
|
+
localApi: z$1.ZodObject<{
|
|
12463
|
+
isEnabled: z$1.ZodBoolean;
|
|
12464
|
+
port: z$1.ZodNumber;
|
|
12465
|
+
}, z$1.z.core.$strip>;
|
|
12466
|
+
userType: z$1.ZodLiteral<"local">;
|
|
12333
12467
|
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12334
|
-
|
|
12335
|
-
|
|
12336
|
-
|
|
12337
|
-
content: z$1.ZodRecord<z$1.ZodEnum<{
|
|
12468
|
+
name: z$1.ZodString;
|
|
12469
|
+
email: z$1.ZodString;
|
|
12470
|
+
language: z$1.ZodEnum<{
|
|
12338
12471
|
bg: "bg";
|
|
12339
12472
|
cs: "cs";
|
|
12340
12473
|
da: "da";
|
|
@@ -12359,12 +12492,19 @@ declare const valueSchema: z$1.ZodUnion<readonly [z$1.ZodUnion<readonly [z$1.Zod
|
|
|
12359
12492
|
sl: "sl";
|
|
12360
12493
|
sv: "sv";
|
|
12361
12494
|
zh: "zh";
|
|
12362
|
-
}
|
|
12363
|
-
|
|
12364
|
-
|
|
12365
|
-
|
|
12366
|
-
|
|
12367
|
-
|
|
12495
|
+
}>;
|
|
12496
|
+
localApi: z$1.ZodObject<{
|
|
12497
|
+
isEnabled: z$1.ZodBoolean;
|
|
12498
|
+
port: z$1.ZodNumber;
|
|
12499
|
+
}, z$1.z.core.$strip>;
|
|
12500
|
+
userType: z$1.ZodLiteral<"cloud">;
|
|
12501
|
+
id: z$1.ZodUUID;
|
|
12502
|
+
}, z$1.z.core.$strip>]>;
|
|
12503
|
+
type User = z$1.infer<typeof userSchema>;
|
|
12504
|
+
declare const setUserSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
12505
|
+
name: z$1.ZodString;
|
|
12506
|
+
email: z$1.ZodString;
|
|
12507
|
+
language: z$1.ZodEnum<{
|
|
12368
12508
|
bg: "bg";
|
|
12369
12509
|
cs: "cs";
|
|
12370
12510
|
da: "da";
|
|
@@ -12389,12 +12529,16 @@ declare const valueSchema: z$1.ZodUnion<readonly [z$1.ZodUnion<readonly [z$1.Zod
|
|
|
12389
12529
|
sl: "sl";
|
|
12390
12530
|
sv: "sv";
|
|
12391
12531
|
zh: "zh";
|
|
12392
|
-
}
|
|
12393
|
-
|
|
12394
|
-
|
|
12395
|
-
|
|
12396
|
-
|
|
12397
|
-
|
|
12532
|
+
}>;
|
|
12533
|
+
localApi: z$1.ZodObject<{
|
|
12534
|
+
isEnabled: z$1.ZodBoolean;
|
|
12535
|
+
port: z$1.ZodNumber;
|
|
12536
|
+
}, z$1.z.core.$strip>;
|
|
12537
|
+
userType: z$1.ZodLiteral<"local">;
|
|
12538
|
+
}, z$1.z.core.$strip>, z$1.ZodObject<{
|
|
12539
|
+
name: z$1.ZodString;
|
|
12540
|
+
email: z$1.ZodString;
|
|
12541
|
+
language: z$1.ZodEnum<{
|
|
12398
12542
|
bg: "bg";
|
|
12399
12543
|
cs: "cs";
|
|
12400
12544
|
da: "da";
|
|
@@ -12419,18 +12563,15 @@ declare const valueSchema: z$1.ZodUnion<readonly [z$1.ZodUnion<readonly [z$1.Zod
|
|
|
12419
12563
|
sl: "sl";
|
|
12420
12564
|
sv: "sv";
|
|
12421
12565
|
zh: "zh";
|
|
12422
|
-
}
|
|
12423
|
-
|
|
12424
|
-
|
|
12425
|
-
|
|
12426
|
-
|
|
12427
|
-
|
|
12428
|
-
|
|
12429
|
-
id: z$1.ZodUUID;
|
|
12430
|
-
objectType: z$1.ZodLiteral<"entry">;
|
|
12431
|
-
}, z$1.z.core.$strip>]>>>;
|
|
12566
|
+
}>;
|
|
12567
|
+
localApi: z$1.ZodObject<{
|
|
12568
|
+
isEnabled: z$1.ZodBoolean;
|
|
12569
|
+
port: z$1.ZodNumber;
|
|
12570
|
+
}, z$1.z.core.$strip>;
|
|
12571
|
+
userType: z$1.ZodLiteral<"cloud">;
|
|
12572
|
+
id: z$1.ZodUUID;
|
|
12432
12573
|
}, z$1.z.core.$strip>]>;
|
|
12433
|
-
type
|
|
12574
|
+
type SetUserProps = z$1.infer<typeof setUserSchema>;
|
|
12434
12575
|
|
|
12435
12576
|
/**
|
|
12436
12577
|
* Returns a new UUID
|
|
@@ -12455,16 +12596,32 @@ declare function datetime(value?: number | string | Date): string;
|
|
|
12455
12596
|
*/
|
|
12456
12597
|
declare function slug(string: string): string;
|
|
12457
12598
|
|
|
12599
|
+
/**
|
|
12600
|
+
* Service that handles logging to file and console
|
|
12601
|
+
*
|
|
12602
|
+
* @todo maybe use child loggers to expose for usage in Client and later plugins
|
|
12603
|
+
*/
|
|
12604
|
+
declare class LogService {
|
|
12605
|
+
private readonly logger;
|
|
12606
|
+
constructor(options: ElekIoCoreOptions);
|
|
12607
|
+
debug(message: string, ...meta: unknown[]): void;
|
|
12608
|
+
info(message: string, ...meta: unknown[]): void;
|
|
12609
|
+
warn(message: string, ...meta: unknown[]): void;
|
|
12610
|
+
error(message: string, ...meta: unknown[]): void;
|
|
12611
|
+
read(options?: QueryOptions): any;
|
|
12612
|
+
}
|
|
12613
|
+
|
|
12458
12614
|
/**
|
|
12459
12615
|
* A base service that provides properties for most other services
|
|
12460
12616
|
*/
|
|
12461
12617
|
declare abstract class AbstractCrudService {
|
|
12462
12618
|
readonly type: ServiceType;
|
|
12463
12619
|
readonly options: ElekIoCoreOptions;
|
|
12620
|
+
protected readonly logService: LogService;
|
|
12464
12621
|
/**
|
|
12465
12622
|
* Do not instantiate directly as this is an abstract class
|
|
12466
12623
|
*/
|
|
12467
|
-
protected constructor(type: ServiceType, options: ElekIoCoreOptions);
|
|
12624
|
+
protected constructor(type: ServiceType, options: ElekIoCoreOptions, logService: LogService);
|
|
12468
12625
|
/**
|
|
12469
12626
|
* Returns a list of all file references of given project and type
|
|
12470
12627
|
*
|
|
@@ -12488,7 +12645,7 @@ declare abstract class AbstractCrudService {
|
|
|
12488
12645
|
*/
|
|
12489
12646
|
declare class GitTagService extends AbstractCrudService implements CrudServiceWithListCount<GitTag> {
|
|
12490
12647
|
private git;
|
|
12491
|
-
constructor(options: ElekIoCoreOptions, git: GitService['git']);
|
|
12648
|
+
constructor(options: ElekIoCoreOptions, git: GitService['git'], logService: LogService);
|
|
12492
12649
|
/**
|
|
12493
12650
|
* Creates a new tag
|
|
12494
12651
|
*
|
|
@@ -12543,27 +12700,11 @@ declare class GitTagService extends AbstractCrudService implements CrudServiceWi
|
|
|
12543
12700
|
private isGitTag;
|
|
12544
12701
|
}
|
|
12545
12702
|
|
|
12546
|
-
/**
|
|
12547
|
-
* Service that handles logging to file and console
|
|
12548
|
-
*
|
|
12549
|
-
* @todo maybe use child loggers to expose for usage in Client and later plugins
|
|
12550
|
-
*/
|
|
12551
|
-
declare class LogService {
|
|
12552
|
-
private readonly logger;
|
|
12553
|
-
constructor(options: ElekIoCoreOptions);
|
|
12554
|
-
debug(message: string, ...meta: any[]): void;
|
|
12555
|
-
info(message: string, ...meta: any[]): void;
|
|
12556
|
-
warn(message: string, ...meta: any[]): void;
|
|
12557
|
-
error(message: string, ...meta: any[]): void;
|
|
12558
|
-
read(options?: QueryOptions): any;
|
|
12559
|
-
}
|
|
12560
|
-
|
|
12561
12703
|
/**
|
|
12562
12704
|
* Service that manages CRUD functionality for JSON files on disk
|
|
12563
12705
|
*/
|
|
12564
12706
|
declare class JsonFileService extends AbstractCrudService {
|
|
12565
12707
|
private cache;
|
|
12566
|
-
private readonly logService;
|
|
12567
12708
|
constructor(options: ElekIoCoreOptions, logService: LogService);
|
|
12568
12709
|
/**
|
|
12569
12710
|
* Creates a new file on disk. Fails if path already exists
|
|
@@ -12913,7 +13054,6 @@ declare class GitService {
|
|
|
12913
13054
|
* Service that manages CRUD functionality for Asset files on disk
|
|
12914
13055
|
*/
|
|
12915
13056
|
declare class AssetService extends AbstractCrudService implements CrudServiceWithListCount<Asset> {
|
|
12916
|
-
private readonly logService;
|
|
12917
13057
|
private readonly jsonFileService;
|
|
12918
13058
|
private readonly gitService;
|
|
12919
13059
|
constructor(options: ElekIoCoreOptions, logService: LogService, jsonFileService: JsonFileService, gitService: GitService);
|
|
@@ -12989,7 +13129,7 @@ declare class AssetService extends AbstractCrudService implements CrudServiceWit
|
|
|
12989
13129
|
declare class CollectionService extends AbstractCrudService implements CrudServiceWithListCount<Collection> {
|
|
12990
13130
|
private jsonFileService;
|
|
12991
13131
|
private gitService;
|
|
12992
|
-
constructor(options: ElekIoCoreOptions, jsonFileService: JsonFileService, gitService: GitService);
|
|
13132
|
+
constructor(options: ElekIoCoreOptions, logService: LogService, jsonFileService: JsonFileService, gitService: GitService);
|
|
12993
13133
|
/**
|
|
12994
13134
|
* Creates a new Collection
|
|
12995
13135
|
*/
|
|
@@ -13044,7 +13184,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13044
13184
|
fieldDefinitions: ({
|
|
13045
13185
|
id: string;
|
|
13046
13186
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13047
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13187
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13048
13188
|
isRequired: boolean;
|
|
13049
13189
|
isDisabled: boolean;
|
|
13050
13190
|
isUnique: boolean;
|
|
@@ -13057,7 +13197,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13057
13197
|
} | {
|
|
13058
13198
|
id: string;
|
|
13059
13199
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13060
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13200
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13061
13201
|
isRequired: boolean;
|
|
13062
13202
|
isDisabled: boolean;
|
|
13063
13203
|
isUnique: boolean;
|
|
@@ -13070,7 +13210,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13070
13210
|
} | {
|
|
13071
13211
|
id: string;
|
|
13072
13212
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13073
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13213
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13074
13214
|
isRequired: boolean;
|
|
13075
13215
|
isDisabled: boolean;
|
|
13076
13216
|
isUnique: boolean;
|
|
@@ -13081,7 +13221,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13081
13221
|
} | {
|
|
13082
13222
|
id: string;
|
|
13083
13223
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13084
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13224
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13085
13225
|
isRequired: boolean;
|
|
13086
13226
|
isDisabled: boolean;
|
|
13087
13227
|
isUnique: boolean;
|
|
@@ -13092,7 +13232,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13092
13232
|
} | {
|
|
13093
13233
|
id: string;
|
|
13094
13234
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13095
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13235
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13096
13236
|
isRequired: boolean;
|
|
13097
13237
|
isDisabled: boolean;
|
|
13098
13238
|
isUnique: boolean;
|
|
@@ -13103,7 +13243,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13103
13243
|
} | {
|
|
13104
13244
|
id: string;
|
|
13105
13245
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13106
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13246
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13107
13247
|
isRequired: boolean;
|
|
13108
13248
|
isDisabled: boolean;
|
|
13109
13249
|
isUnique: boolean;
|
|
@@ -13114,7 +13254,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13114
13254
|
} | {
|
|
13115
13255
|
id: string;
|
|
13116
13256
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13117
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13257
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13118
13258
|
isRequired: boolean;
|
|
13119
13259
|
isDisabled: boolean;
|
|
13120
13260
|
isUnique: boolean;
|
|
@@ -13125,7 +13265,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13125
13265
|
} | {
|
|
13126
13266
|
id: string;
|
|
13127
13267
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13128
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13268
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13129
13269
|
isRequired: boolean;
|
|
13130
13270
|
isDisabled: boolean;
|
|
13131
13271
|
isUnique: boolean;
|
|
@@ -13136,7 +13276,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13136
13276
|
} | {
|
|
13137
13277
|
id: string;
|
|
13138
13278
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13139
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13279
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13140
13280
|
isRequired: boolean;
|
|
13141
13281
|
isDisabled: boolean;
|
|
13142
13282
|
isUnique: boolean;
|
|
@@ -13147,7 +13287,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13147
13287
|
} | {
|
|
13148
13288
|
id: string;
|
|
13149
13289
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13150
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13290
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13151
13291
|
isRequired: boolean;
|
|
13152
13292
|
isDisabled: boolean;
|
|
13153
13293
|
inputWidth: "3" | "4" | "6" | "12";
|
|
@@ -13160,7 +13300,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13160
13300
|
} | {
|
|
13161
13301
|
id: string;
|
|
13162
13302
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13163
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13303
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13164
13304
|
isDisabled: boolean;
|
|
13165
13305
|
inputWidth: "3" | "4" | "6" | "12";
|
|
13166
13306
|
valueType: "number";
|
|
@@ -13173,7 +13313,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13173
13313
|
} | {
|
|
13174
13314
|
id: string;
|
|
13175
13315
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13176
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13316
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13177
13317
|
isDisabled: boolean;
|
|
13178
13318
|
inputWidth: "3" | "4" | "6" | "12";
|
|
13179
13319
|
valueType: "boolean";
|
|
@@ -13184,7 +13324,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13184
13324
|
} | {
|
|
13185
13325
|
id: string;
|
|
13186
13326
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13187
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13327
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13188
13328
|
isRequired: boolean;
|
|
13189
13329
|
isDisabled: boolean;
|
|
13190
13330
|
isUnique: boolean;
|
|
@@ -13196,7 +13336,7 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13196
13336
|
} | {
|
|
13197
13337
|
id: string;
|
|
13198
13338
|
label: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>>;
|
|
13199
|
-
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string
|
|
13339
|
+
description: Partial<Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "hu" | "it" | "ja" | "lt" | "lv" | "nl" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sv" | "zh", string>> | null;
|
|
13200
13340
|
isRequired: boolean;
|
|
13201
13341
|
isDisabled: boolean;
|
|
13202
13342
|
isUnique: boolean;
|
|
@@ -13221,7 +13361,6 @@ declare class CollectionService extends AbstractCrudService implements CrudServi
|
|
|
13221
13361
|
* Service that manages CRUD functionality for Entry files on disk
|
|
13222
13362
|
*/
|
|
13223
13363
|
declare class EntryService extends AbstractCrudService implements CrudServiceWithListCount<Entry> {
|
|
13224
|
-
private logService;
|
|
13225
13364
|
private jsonFileService;
|
|
13226
13365
|
private gitService;
|
|
13227
13366
|
private collectionService;
|
|
@@ -13354,14 +13493,6 @@ declare class EntryService extends AbstractCrudService implements CrudServiceWit
|
|
|
13354
13493
|
})[]>>;
|
|
13355
13494
|
})[];
|
|
13356
13495
|
};
|
|
13357
|
-
/**
|
|
13358
|
-
* Returns a Field definition by ID
|
|
13359
|
-
*/
|
|
13360
|
-
private getFieldDefinitionById;
|
|
13361
|
-
/**
|
|
13362
|
-
* Validates given Values against their Collections Field definitions
|
|
13363
|
-
*/
|
|
13364
|
-
private validateValues;
|
|
13365
13496
|
/**
|
|
13366
13497
|
* Creates an Entry from given EntryFile by resolving it's Values
|
|
13367
13498
|
*/
|
|
@@ -13373,7 +13504,6 @@ declare class EntryService extends AbstractCrudService implements CrudServiceWit
|
|
|
13373
13504
|
*/
|
|
13374
13505
|
declare class ProjectService extends AbstractCrudService implements CrudServiceWithListCount<Project> {
|
|
13375
13506
|
private coreVersion;
|
|
13376
|
-
private logService;
|
|
13377
13507
|
private jsonFileService;
|
|
13378
13508
|
private userService;
|
|
13379
13509
|
private gitService;
|
|
@@ -13694,4 +13824,4 @@ declare class ElekIoCore {
|
|
|
13694
13824
|
get api(): LocalApi;
|
|
13695
13825
|
}
|
|
13696
13826
|
|
|
13697
|
-
export { type Asset, type AssetExport, type AssetFieldDefinition, type AssetFile, type BaseFile, type BaseUser, BooleanFieldDefinitionBaseSchema, type CloneProjectProps, type CloudUser, type Collection, type CollectionExport, type CollectionFile, type ConstructorElekIoCoreProps, type CountAssetsProps, type CountCollectionsProps, type CountEntriesProps, type CountGitTagsProps, type CreateAssetProps, type CreateCollectionProps, type CreateEntryProps, type CreateGitTagProps, type CreateProjectProps, type CrudService, type CrudServiceWithListCount, type CurrentBranchProjectProps, type DateFieldDefinition, type DatetimeFieldDefinition, type DeleteAssetProps, type DeleteCollectionProps, type DeleteEntryProps, type DeleteGitTagProps, type DeleteProjectProps, type DirectBooleanValue, type DirectNumberValue, type DirectStringValue, type DirectValue, type ElekIoCoreOptions, type EmailFieldDefinition, type Entry, type EntryExport, type EntryFieldDefinition, type EntryFile, type FieldDefinition, type FieldDefinitionBase, FieldDefinitionBaseSchema, type FieldType, FieldTypeSchema, FieldWidthSchema, type FileReference, type GetChangesProjectProps, type GetRemoteOriginUrlProjectProps, type GitCloneOptions, type GitCommit, type GitInitOptions, type GitLogOptions, type GitMergeOptions, type GitMessage, type GitSignature, type GitSwitchOptions, type GitTag, type Ipv4FieldDefinition, type ListAssetsProps, type ListBranchesProjectProps, type ListCollectionsProps, type ListEntriesProps, type ListGitTagsProps, type ListProjectsProps, type LocalUser, type NumberFieldDefinition, NumberFieldDefinitionBaseSchema, type ObjectType, type OutdatedProject, type PaginatedList, type PaginationOptions, type Project, type ProjectBranch, type ProjectExport, type ProjectFile, type ProjectFolder, type ProjectSettings, type ProjectStatus, type ProjectUpgrade, type RangeFieldDefinition, type ReadAssetProps, type ReadCollectionProps, type ReadEntryProps, type ReadGitTagProps, type ReadProjectProps, ReferenceFieldDefinitionBaseSchema, type ReferencedValue, type SaveAssetProps, type SearchProjectProps, type ServiceType, type SetRemoteOriginUrlProjectProps, type SetUserProps, type StringFieldDefinition, StringFieldDefinitionBaseSchema, type SupportedIcon, type SupportedLanguage, type SwitchBranchProjectProps, type SynchronizeProjectProps, type TelephoneFieldDefinition, type TextFieldDefinition, type TextareaFieldDefinition, type TimeFieldDefinition, type ToggleFieldDefinition, type TranslatableBoolean, type TranslatableNumber, type TranslatableString, type UpdateAssetProps, type UpdateCollectionProps, type UpdateEntryProps, type UpdateProjectProps, type UpgradeProjectProps, type UrlFieldDefinition, type User, type UserFile, UserTypeSchema, type Uuid, type Value, type ValueContentReference, type ValueContentReferenceToAsset, type ValueContentReferenceToCollection, type ValueContentReferenceToEntry, type ValueType, ValueTypeSchema, type Version, assetExportSchema, assetFieldDefinitionSchema, assetFileSchema, assetSchema, baseFileSchema, baseUserSchema, cloneProjectSchema, cloudUserSchema, collectionExportSchema, collectionFileSchema, collectionSchema, constructorElekIoCoreSchema, countAssetsSchema, countCollectionsSchema, countEntriesSchema, countGitTagsSchema, createAssetSchema, createCollectionSchema, createEntrySchema, createGitTagSchema, createProjectSchema, currentBranchProjectSchema, dateFieldDefinitionSchema, datetime, datetimeFieldDefinitionSchema, ElekIoCore as default, deleteAssetSchema, deleteCollectionSchema, deleteEntrySchema, deleteGitTagSchema, deleteProjectSchema, directBooleanValueSchema, directNumberValueSchema, directStringValueSchema, directValueBaseSchema, directValueSchema, elekIoCoreOptionsSchema, emailFieldDefinitionSchema, entryExportSchema, entryFieldDefinitionSchema, entryFileSchema, entrySchema, fieldDefinitionSchema, fileReferenceSchema, getChangesProjectSchema, getRemoteOriginUrlProjectSchema,
|
|
13827
|
+
export { type Asset, type AssetExport, type AssetFieldDefinition, type AssetFile, type BaseFile, type BaseUser, BooleanFieldDefinitionBaseSchema, type CloneProjectProps, type CloudUser, type Collection, type CollectionExport, type CollectionFile, type ConstructorElekIoCoreProps, type CountAssetsProps, type CountCollectionsProps, type CountEntriesProps, type CountGitTagsProps, type CreateAssetProps, type CreateCollectionProps, type CreateEntryProps, type CreateGitTagProps, type CreateProjectProps, type CrudService, type CrudServiceWithListCount, type CurrentBranchProjectProps, type DateFieldDefinition, type DatetimeFieldDefinition, type DeleteAssetProps, type DeleteCollectionProps, type DeleteEntryProps, type DeleteGitTagProps, type DeleteProjectProps, type DirectBooleanValue, type DirectNumberValue, type DirectStringValue, type DirectValue, type ElekIoCoreOptions, type EmailFieldDefinition, type Entry, type EntryExport, type EntryFieldDefinition, type EntryFile, type FieldDefinition, type FieldDefinitionBase, FieldDefinitionBaseSchema, type FieldType, FieldTypeSchema, FieldWidthSchema, type FileReference, type GetChangesProjectProps, type GetRemoteOriginUrlProjectProps, type GitCloneOptions, type GitCommit, type GitInitOptions, type GitLogOptions, type GitMergeOptions, type GitMessage, type GitSignature, type GitSwitchOptions, type GitTag, type Ipv4FieldDefinition, type ListAssetsProps, type ListBranchesProjectProps, type ListCollectionsProps, type ListEntriesProps, type ListGitTagsProps, type ListProjectsProps, type LocalUser, type NumberFieldDefinition, NumberFieldDefinitionBaseSchema, type ObjectType, type OutdatedProject, type PaginatedList, type PaginationOptions, type Project, type ProjectBranch, type ProjectExport, type ProjectFile, type ProjectFolder, type ProjectSettings, type ProjectStatus, type ProjectUpgrade, type RangeFieldDefinition, type ReadAssetProps, type ReadCollectionProps, type ReadEntryProps, type ReadGitTagProps, type ReadProjectProps, ReferenceFieldDefinitionBaseSchema, type ReferencedValue, type SaveAssetProps, type SearchProjectProps, type ServiceType, type SetRemoteOriginUrlProjectProps, type SetUserProps, type StringFieldDefinition, StringFieldDefinitionBaseSchema, type SupportedIcon, type SupportedLanguage, type SwitchBranchProjectProps, type SynchronizeProjectProps, type TelephoneFieldDefinition, type TextFieldDefinition, type TextareaFieldDefinition, type TimeFieldDefinition, type ToggleFieldDefinition, type TranslatableBoolean, type TranslatableNumber, type TranslatableString, type UpdateAssetProps, type UpdateCollectionProps, type UpdateEntryProps, type UpdateProjectProps, type UpgradeProjectProps, type UrlFieldDefinition, type User, type UserFile, UserTypeSchema, type Uuid, type Value, type ValueContentReference, type ValueContentReferenceToAsset, type ValueContentReferenceToCollection, type ValueContentReferenceToEntry, type ValueType, ValueTypeSchema, type Version, assetExportSchema, assetFieldDefinitionSchema, assetFileSchema, assetSchema, baseFileSchema, baseUserSchema, cloneProjectSchema, cloudUserSchema, collectionExportSchema, collectionFileSchema, collectionSchema, constructorElekIoCoreSchema, countAssetsSchema, countCollectionsSchema, countEntriesSchema, countGitTagsSchema, createAssetSchema, createCollectionSchema, createEntrySchema, createGitTagSchema, createProjectSchema, currentBranchProjectSchema, dateFieldDefinitionSchema, datetime, datetimeFieldDefinitionSchema, ElekIoCore as default, deleteAssetSchema, deleteCollectionSchema, deleteEntrySchema, deleteGitTagSchema, deleteProjectSchema, directBooleanValueSchema, directNumberValueSchema, directStringValueSchema, directValueBaseSchema, directValueSchema, elekIoCoreOptionsSchema, emailFieldDefinitionSchema, entryExportSchema, entryFieldDefinitionSchema, entryFileSchema, entrySchema, fieldDefinitionSchema, fileReferenceSchema, getChangesProjectSchema, getCreateEntrySchemaFromFieldDefinitions, getRemoteOriginUrlProjectSchema, getUpdateEntrySchemaFromFieldDefinitions, getValueSchemaFromFieldDefinition, gitCloneOptionsSchema, gitCommitSchema, gitInitOptionsSchema, gitLogOptionsSchema, gitMergeOptionsSchema, gitMessageSchema, gitSignatureSchema, gitSwitchOptionsSchema, gitTagSchema, ipv4FieldDefinitionSchema, listAssetsSchema, listBranchesProjectSchema, listCollectionsSchema, listEntriesSchema, listGitTagsSchema, listProjectsSchema, localUserSchema, logLevelSchema, numberFieldDefinitionSchema, objectTypeSchema, outdatedProjectSchema, paginatedListOf, projectBranchSchema, projectExportSchema, projectFileSchema, projectFolderSchema, projectSchema, projectSettingsSchema, projectStatusSchema, projectUpgradeSchema, rangeFieldDefinitionSchema, readAssetSchema, readCollectionSchema, readEntrySchema, readGitTagSchema, readProjectSchema, referencedValueSchema, saveAssetSchema, searchProjectSchema, serviceTypeSchema, setRemoteOriginUrlProjectSchema, setUserSchema, slug, stringFieldDefinitionSchema, supportedIconSchema, supportedLanguageSchema, switchBranchProjectSchema, synchronizeProjectSchema, telephoneFieldDefinitionSchema, textFieldDefinitionSchema, textareaFieldDefinitionSchema, timeFieldDefinitionSchema, toggleFieldDefinitionSchema, translatableArrayOf, translatableBooleanSchema, translatableNumberSchema, translatableStringSchema, updateAssetSchema, updateCollectionSchema, updateEntrySchema, updateProjectSchema, upgradeProjectSchema, urlFieldDefinitionSchema, userFileSchema, userSchema, uuid, uuidSchema, valueContentReferenceBase, valueContentReferenceSchema, valueContentReferenceToAssetSchema, valueContentReferenceToCollectionSchema, valueContentReferenceToEntrySchema, valueSchema, versionSchema };
|