@new-project-media/client-frontends-shared-types 3.10.2 → 3.12.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/package.json +1 -1
- package/src/lib/dataGrid/api/dataCenters/v1.d.ts +85 -0
- package/src/lib/dataGrid/api/dataCenters/v1.js +1 -0
- package/src/lib/dataGrid/api/dataCenters/v1.js.map +1 -1
- package/src/lib/dataGrid/api/entity.d.ts +55 -0
- package/src/lib/dataGrid/api/entity.js +21 -2
- package/src/lib/dataGrid/api/entity.js.map +1 -1
- package/src/lib/dataGrid/api/signals/v1.d.ts +765 -0
|
@@ -29,6 +29,8 @@ export declare const euSignalFullSchemaV1: z.ZodObject<{
|
|
|
29
29
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
30
30
|
key: z.ZodOptional<z.ZodString>;
|
|
31
31
|
userName: z.ZodOptional<z.ZodString>;
|
|
32
|
+
url: z.ZodOptional<z.ZodString>;
|
|
33
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
32
34
|
}, z.core.$strip>, z.ZodObject<{
|
|
33
35
|
file: z.ZodOptional<z.ZodString>;
|
|
34
36
|
url: z.ZodString;
|
|
@@ -146,6 +148,19 @@ export declare const euSignalFullSchemaV1: z.ZodObject<{
|
|
|
146
148
|
lng: z.ZodNumber;
|
|
147
149
|
}, z.core.$strip>>;
|
|
148
150
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
151
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
152
|
+
identifier: z.ZodLiteral<"A">;
|
|
153
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
154
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
155
|
+
identifier: z.ZodLiteral<"B">;
|
|
156
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
157
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
158
|
+
identifier: z.ZodLiteral<"C">;
|
|
159
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
160
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
161
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
162
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
163
|
+
}, z.core.$strip>]>>>;
|
|
149
164
|
}, z.core.$strip>>>;
|
|
150
165
|
projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
151
166
|
identifier: z.ZodString;
|
|
@@ -203,6 +218,8 @@ export declare const usSignalFullSchemaV1: z.ZodObject<{
|
|
|
203
218
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
204
219
|
key: z.ZodOptional<z.ZodString>;
|
|
205
220
|
userName: z.ZodOptional<z.ZodString>;
|
|
221
|
+
url: z.ZodOptional<z.ZodString>;
|
|
222
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
206
223
|
}, z.core.$strip>, z.ZodObject<{
|
|
207
224
|
file: z.ZodOptional<z.ZodString>;
|
|
208
225
|
url: z.ZodString;
|
|
@@ -332,6 +349,19 @@ export declare const usSignalFullSchemaV1: z.ZodObject<{
|
|
|
332
349
|
lng: z.ZodNumber;
|
|
333
350
|
}, z.core.$strip>>;
|
|
334
351
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
352
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
353
|
+
identifier: z.ZodLiteral<"A">;
|
|
354
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
355
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
356
|
+
identifier: z.ZodLiteral<"B">;
|
|
357
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
358
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
359
|
+
identifier: z.ZodLiteral<"C">;
|
|
360
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
361
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
362
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
363
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
364
|
+
}, z.core.$strip>]>>>;
|
|
335
365
|
}, z.core.$strip>>>;
|
|
336
366
|
projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
337
367
|
identifier: z.ZodString;
|
|
@@ -407,6 +437,8 @@ export declare const globalSignalFullSchemaV1: z.ZodObject<{
|
|
|
407
437
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
408
438
|
key: z.ZodOptional<z.ZodString>;
|
|
409
439
|
userName: z.ZodOptional<z.ZodString>;
|
|
440
|
+
url: z.ZodOptional<z.ZodString>;
|
|
441
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
410
442
|
}, z.core.$strip>, z.ZodObject<{
|
|
411
443
|
file: z.ZodOptional<z.ZodString>;
|
|
412
444
|
url: z.ZodString;
|
|
@@ -536,6 +568,19 @@ export declare const globalSignalFullSchemaV1: z.ZodObject<{
|
|
|
536
568
|
lng: z.ZodNumber;
|
|
537
569
|
}, z.core.$strip>>;
|
|
538
570
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
571
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
572
|
+
identifier: z.ZodLiteral<"A">;
|
|
573
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
574
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
575
|
+
identifier: z.ZodLiteral<"B">;
|
|
576
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
577
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
578
|
+
identifier: z.ZodLiteral<"C">;
|
|
579
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
580
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
581
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
582
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
583
|
+
}, z.core.$strip>]>>>;
|
|
539
584
|
}, z.core.$strip>>>;
|
|
540
585
|
projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
541
586
|
identifier: z.ZodString;
|
|
@@ -644,6 +689,19 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
|
|
|
644
689
|
lng: z.ZodNumber;
|
|
645
690
|
}, z.core.$strip>>;
|
|
646
691
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
692
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
693
|
+
identifier: z.ZodLiteral<"A">;
|
|
694
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
695
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
696
|
+
identifier: z.ZodLiteral<"B">;
|
|
697
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
698
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
699
|
+
identifier: z.ZodLiteral<"C">;
|
|
700
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
701
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
702
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
703
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
704
|
+
}, z.core.$strip>]>>>;
|
|
647
705
|
}, z.core.$strip>>>;
|
|
648
706
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
649
707
|
identifier: z.ZodString;
|
|
@@ -659,6 +717,8 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
|
|
|
659
717
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
660
718
|
key: z.ZodOptional<z.ZodString>;
|
|
661
719
|
userName: z.ZodOptional<z.ZodString>;
|
|
720
|
+
url: z.ZodOptional<z.ZodString>;
|
|
721
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
662
722
|
}, z.core.$strip>, z.ZodObject<{
|
|
663
723
|
file: z.ZodOptional<z.ZodString>;
|
|
664
724
|
url: z.ZodString;
|
|
@@ -814,6 +874,19 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
|
|
|
814
874
|
lng: z.ZodNumber;
|
|
815
875
|
}, z.core.$strip>>;
|
|
816
876
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
877
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
878
|
+
identifier: z.ZodLiteral<"A">;
|
|
879
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
880
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
881
|
+
identifier: z.ZodLiteral<"B">;
|
|
882
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
883
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
884
|
+
identifier: z.ZodLiteral<"C">;
|
|
885
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
886
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
887
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
888
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
889
|
+
}, z.core.$strip>]>>>;
|
|
817
890
|
}, z.core.$strip>>>;
|
|
818
891
|
created: z.ZodString;
|
|
819
892
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -829,6 +902,8 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
|
|
|
829
902
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
830
903
|
key: z.ZodOptional<z.ZodString>;
|
|
831
904
|
userName: z.ZodOptional<z.ZodString>;
|
|
905
|
+
url: z.ZodOptional<z.ZodString>;
|
|
906
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
832
907
|
}, z.core.$strip>, z.ZodObject<{
|
|
833
908
|
file: z.ZodOptional<z.ZodString>;
|
|
834
909
|
url: z.ZodString;
|
|
@@ -1002,6 +1077,19 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
|
|
|
1002
1077
|
lng: z.ZodNumber;
|
|
1003
1078
|
}, z.core.$strip>>;
|
|
1004
1079
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1080
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1081
|
+
identifier: z.ZodLiteral<"A">;
|
|
1082
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1083
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1084
|
+
identifier: z.ZodLiteral<"B">;
|
|
1085
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1086
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1087
|
+
identifier: z.ZodLiteral<"C">;
|
|
1088
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1089
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1090
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1091
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1092
|
+
}, z.core.$strip>]>>>;
|
|
1005
1093
|
}, z.core.$strip>>>;
|
|
1006
1094
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1007
1095
|
identifier: z.ZodString;
|
|
@@ -1021,6 +1109,8 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
|
|
|
1021
1109
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1022
1110
|
key: z.ZodOptional<z.ZodString>;
|
|
1023
1111
|
userName: z.ZodOptional<z.ZodString>;
|
|
1112
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1113
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1024
1114
|
}, z.core.$strip>, z.ZodObject<{
|
|
1025
1115
|
file: z.ZodOptional<z.ZodString>;
|
|
1026
1116
|
url: z.ZodString;
|
|
@@ -1186,6 +1276,19 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1186
1276
|
lng: z.ZodNumber;
|
|
1187
1277
|
}, z.core.$strip>>;
|
|
1188
1278
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1279
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1280
|
+
identifier: z.ZodLiteral<"A">;
|
|
1281
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1282
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1283
|
+
identifier: z.ZodLiteral<"B">;
|
|
1284
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1285
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1286
|
+
identifier: z.ZodLiteral<"C">;
|
|
1287
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1288
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1289
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1290
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1291
|
+
}, z.core.$strip>]>>>;
|
|
1189
1292
|
}, z.core.$strip>>>;
|
|
1190
1293
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1191
1294
|
identifier: z.ZodString;
|
|
@@ -1201,6 +1304,8 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1201
1304
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1202
1305
|
key: z.ZodOptional<z.ZodString>;
|
|
1203
1306
|
userName: z.ZodOptional<z.ZodString>;
|
|
1307
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1308
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1204
1309
|
}, z.core.$strip>, z.ZodObject<{
|
|
1205
1310
|
file: z.ZodOptional<z.ZodString>;
|
|
1206
1311
|
url: z.ZodString;
|
|
@@ -1357,6 +1462,19 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1357
1462
|
lng: z.ZodNumber;
|
|
1358
1463
|
}, z.core.$strip>>;
|
|
1359
1464
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1465
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1466
|
+
identifier: z.ZodLiteral<"A">;
|
|
1467
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1468
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1469
|
+
identifier: z.ZodLiteral<"B">;
|
|
1470
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1471
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1472
|
+
identifier: z.ZodLiteral<"C">;
|
|
1473
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1474
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1475
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1476
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1477
|
+
}, z.core.$strip>]>>>;
|
|
1360
1478
|
}, z.core.$strip>>>;
|
|
1361
1479
|
created: z.ZodString;
|
|
1362
1480
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1372,6 +1490,8 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1372
1490
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1373
1491
|
key: z.ZodOptional<z.ZodString>;
|
|
1374
1492
|
userName: z.ZodOptional<z.ZodString>;
|
|
1493
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1494
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1375
1495
|
}, z.core.$strip>, z.ZodObject<{
|
|
1376
1496
|
file: z.ZodOptional<z.ZodString>;
|
|
1377
1497
|
url: z.ZodString;
|
|
@@ -1546,6 +1666,19 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1546
1666
|
lng: z.ZodNumber;
|
|
1547
1667
|
}, z.core.$strip>>;
|
|
1548
1668
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1669
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1670
|
+
identifier: z.ZodLiteral<"A">;
|
|
1671
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1672
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1673
|
+
identifier: z.ZodLiteral<"B">;
|
|
1674
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1675
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1676
|
+
identifier: z.ZodLiteral<"C">;
|
|
1677
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1678
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1679
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1680
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1681
|
+
}, z.core.$strip>]>>>;
|
|
1549
1682
|
}, z.core.$strip>>>;
|
|
1550
1683
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1551
1684
|
identifier: z.ZodString;
|
|
@@ -1565,6 +1698,8 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1565
1698
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1566
1699
|
key: z.ZodOptional<z.ZodString>;
|
|
1567
1700
|
userName: z.ZodOptional<z.ZodString>;
|
|
1701
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1702
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1568
1703
|
}, z.core.$strip>, z.ZodObject<{
|
|
1569
1704
|
file: z.ZodOptional<z.ZodString>;
|
|
1570
1705
|
url: z.ZodString;
|
|
@@ -1731,6 +1866,19 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1731
1866
|
lng: z.ZodNumber;
|
|
1732
1867
|
}, z.core.$strip>>;
|
|
1733
1868
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1869
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1870
|
+
identifier: z.ZodLiteral<"A">;
|
|
1871
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1872
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1873
|
+
identifier: z.ZodLiteral<"B">;
|
|
1874
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1875
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1876
|
+
identifier: z.ZodLiteral<"C">;
|
|
1877
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1878
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1879
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1880
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1881
|
+
}, z.core.$strip>]>>>;
|
|
1734
1882
|
}, z.core.$strip>>>;
|
|
1735
1883
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1736
1884
|
identifier: z.ZodString;
|
|
@@ -1746,6 +1894,8 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1746
1894
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1747
1895
|
key: z.ZodOptional<z.ZodString>;
|
|
1748
1896
|
userName: z.ZodOptional<z.ZodString>;
|
|
1897
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1898
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1749
1899
|
}, z.core.$strip>, z.ZodObject<{
|
|
1750
1900
|
file: z.ZodOptional<z.ZodString>;
|
|
1751
1901
|
url: z.ZodString;
|
|
@@ -1901,6 +2051,19 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1901
2051
|
lng: z.ZodNumber;
|
|
1902
2052
|
}, z.core.$strip>>;
|
|
1903
2053
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2054
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2055
|
+
identifier: z.ZodLiteral<"A">;
|
|
2056
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2057
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2058
|
+
identifier: z.ZodLiteral<"B">;
|
|
2059
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2060
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2061
|
+
identifier: z.ZodLiteral<"C">;
|
|
2062
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2063
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2064
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2065
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2066
|
+
}, z.core.$strip>]>>>;
|
|
1904
2067
|
}, z.core.$strip>>>;
|
|
1905
2068
|
created: z.ZodString;
|
|
1906
2069
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1916,6 +2079,8 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1916
2079
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1917
2080
|
key: z.ZodOptional<z.ZodString>;
|
|
1918
2081
|
userName: z.ZodOptional<z.ZodString>;
|
|
2082
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2083
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1919
2084
|
}, z.core.$strip>, z.ZodObject<{
|
|
1920
2085
|
file: z.ZodOptional<z.ZodString>;
|
|
1921
2086
|
url: z.ZodString;
|
|
@@ -2089,6 +2254,19 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2089
2254
|
lng: z.ZodNumber;
|
|
2090
2255
|
}, z.core.$strip>>;
|
|
2091
2256
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2257
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2258
|
+
identifier: z.ZodLiteral<"A">;
|
|
2259
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2260
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2261
|
+
identifier: z.ZodLiteral<"B">;
|
|
2262
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2263
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2264
|
+
identifier: z.ZodLiteral<"C">;
|
|
2265
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2266
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2267
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2268
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2269
|
+
}, z.core.$strip>]>>>;
|
|
2092
2270
|
}, z.core.$strip>>>;
|
|
2093
2271
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2094
2272
|
identifier: z.ZodString;
|
|
@@ -2108,6 +2286,8 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2108
2286
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2109
2287
|
key: z.ZodOptional<z.ZodString>;
|
|
2110
2288
|
userName: z.ZodOptional<z.ZodString>;
|
|
2289
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2290
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
2111
2291
|
}, z.core.$strip>, z.ZodObject<{
|
|
2112
2292
|
file: z.ZodOptional<z.ZodString>;
|
|
2113
2293
|
url: z.ZodString;
|
|
@@ -2274,6 +2454,19 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2274
2454
|
lng: z.ZodNumber;
|
|
2275
2455
|
}, z.core.$strip>>;
|
|
2276
2456
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2457
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2458
|
+
identifier: z.ZodLiteral<"A">;
|
|
2459
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2460
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2461
|
+
identifier: z.ZodLiteral<"B">;
|
|
2462
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2463
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2464
|
+
identifier: z.ZodLiteral<"C">;
|
|
2465
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2466
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2467
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2468
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2469
|
+
}, z.core.$strip>]>>>;
|
|
2277
2470
|
}, z.core.$strip>>>;
|
|
2278
2471
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2279
2472
|
identifier: z.ZodString;
|
|
@@ -2289,6 +2482,8 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2289
2482
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2290
2483
|
key: z.ZodOptional<z.ZodString>;
|
|
2291
2484
|
userName: z.ZodOptional<z.ZodString>;
|
|
2485
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2486
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
2292
2487
|
}, z.core.$strip>, z.ZodObject<{
|
|
2293
2488
|
file: z.ZodOptional<z.ZodString>;
|
|
2294
2489
|
url: z.ZodString;
|
|
@@ -2444,6 +2639,19 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2444
2639
|
lng: z.ZodNumber;
|
|
2445
2640
|
}, z.core.$strip>>;
|
|
2446
2641
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2642
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2643
|
+
identifier: z.ZodLiteral<"A">;
|
|
2644
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2645
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2646
|
+
identifier: z.ZodLiteral<"B">;
|
|
2647
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2648
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2649
|
+
identifier: z.ZodLiteral<"C">;
|
|
2650
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2651
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2652
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2653
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2654
|
+
}, z.core.$strip>]>>>;
|
|
2447
2655
|
}, z.core.$strip>>>;
|
|
2448
2656
|
created: z.ZodString;
|
|
2449
2657
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2459,6 +2667,8 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2459
2667
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2460
2668
|
key: z.ZodOptional<z.ZodString>;
|
|
2461
2669
|
userName: z.ZodOptional<z.ZodString>;
|
|
2670
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2671
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
2462
2672
|
}, z.core.$strip>, z.ZodObject<{
|
|
2463
2673
|
file: z.ZodOptional<z.ZodString>;
|
|
2464
2674
|
url: z.ZodString;
|
|
@@ -2632,6 +2842,19 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2632
2842
|
lng: z.ZodNumber;
|
|
2633
2843
|
}, z.core.$strip>>;
|
|
2634
2844
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2845
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2846
|
+
identifier: z.ZodLiteral<"A">;
|
|
2847
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2848
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2849
|
+
identifier: z.ZodLiteral<"B">;
|
|
2850
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2851
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2852
|
+
identifier: z.ZodLiteral<"C">;
|
|
2853
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2854
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2855
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2856
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2857
|
+
}, z.core.$strip>]>>>;
|
|
2635
2858
|
}, z.core.$strip>>>;
|
|
2636
2859
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2637
2860
|
identifier: z.ZodString;
|
|
@@ -2651,6 +2874,8 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2651
2874
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2652
2875
|
key: z.ZodOptional<z.ZodString>;
|
|
2653
2876
|
userName: z.ZodOptional<z.ZodString>;
|
|
2877
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2878
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
2654
2879
|
}, z.core.$strip>, z.ZodObject<{
|
|
2655
2880
|
file: z.ZodOptional<z.ZodString>;
|
|
2656
2881
|
url: z.ZodString;
|
|
@@ -2817,6 +3042,19 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
2817
3042
|
lng: z.ZodNumber;
|
|
2818
3043
|
}, z.core.$strip>>;
|
|
2819
3044
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3045
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3046
|
+
identifier: z.ZodLiteral<"A">;
|
|
3047
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3048
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3049
|
+
identifier: z.ZodLiteral<"B">;
|
|
3050
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3051
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3052
|
+
identifier: z.ZodLiteral<"C">;
|
|
3053
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3054
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3055
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3056
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3057
|
+
}, z.core.$strip>]>>>;
|
|
2820
3058
|
}, z.core.$strip>>>;
|
|
2821
3059
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2822
3060
|
identifier: z.ZodString;
|
|
@@ -2832,6 +3070,8 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
2832
3070
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2833
3071
|
key: z.ZodOptional<z.ZodString>;
|
|
2834
3072
|
userName: z.ZodOptional<z.ZodString>;
|
|
3073
|
+
url: z.ZodOptional<z.ZodString>;
|
|
3074
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
2835
3075
|
}, z.core.$strip>, z.ZodObject<{
|
|
2836
3076
|
file: z.ZodOptional<z.ZodString>;
|
|
2837
3077
|
url: z.ZodString;
|
|
@@ -2986,6 +3226,19 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
2986
3226
|
lng: z.ZodNumber;
|
|
2987
3227
|
}, z.core.$strip>>;
|
|
2988
3228
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3229
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3230
|
+
identifier: z.ZodLiteral<"A">;
|
|
3231
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3232
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3233
|
+
identifier: z.ZodLiteral<"B">;
|
|
3234
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3235
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3236
|
+
identifier: z.ZodLiteral<"C">;
|
|
3237
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3238
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3239
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3240
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3241
|
+
}, z.core.$strip>]>>>;
|
|
2989
3242
|
}, z.core.$strip>>>;
|
|
2990
3243
|
created: z.ZodString;
|
|
2991
3244
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3001,6 +3254,8 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3001
3254
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3002
3255
|
key: z.ZodOptional<z.ZodString>;
|
|
3003
3256
|
userName: z.ZodOptional<z.ZodString>;
|
|
3257
|
+
url: z.ZodOptional<z.ZodString>;
|
|
3258
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
3004
3259
|
}, z.core.$strip>, z.ZodObject<{
|
|
3005
3260
|
file: z.ZodOptional<z.ZodString>;
|
|
3006
3261
|
url: z.ZodString;
|
|
@@ -3173,6 +3428,19 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3173
3428
|
lng: z.ZodNumber;
|
|
3174
3429
|
}, z.core.$strip>>;
|
|
3175
3430
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3431
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3432
|
+
identifier: z.ZodLiteral<"A">;
|
|
3433
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3434
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3435
|
+
identifier: z.ZodLiteral<"B">;
|
|
3436
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3437
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3438
|
+
identifier: z.ZodLiteral<"C">;
|
|
3439
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3440
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3441
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3442
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3443
|
+
}, z.core.$strip>]>>>;
|
|
3176
3444
|
}, z.core.$strip>>>;
|
|
3177
3445
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3178
3446
|
identifier: z.ZodString;
|
|
@@ -3192,6 +3460,8 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3192
3460
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3193
3461
|
key: z.ZodOptional<z.ZodString>;
|
|
3194
3462
|
userName: z.ZodOptional<z.ZodString>;
|
|
3463
|
+
url: z.ZodOptional<z.ZodString>;
|
|
3464
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
3195
3465
|
}, z.core.$strip>, z.ZodObject<{
|
|
3196
3466
|
file: z.ZodOptional<z.ZodString>;
|
|
3197
3467
|
url: z.ZodString;
|
|
@@ -3357,6 +3627,19 @@ export declare const euSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3357
3627
|
lng: z.ZodNumber;
|
|
3358
3628
|
}, z.core.$strip>>;
|
|
3359
3629
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3630
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3631
|
+
identifier: z.ZodLiteral<"A">;
|
|
3632
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3633
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3634
|
+
identifier: z.ZodLiteral<"B">;
|
|
3635
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3636
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3637
|
+
identifier: z.ZodLiteral<"C">;
|
|
3638
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3639
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3640
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3641
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3642
|
+
}, z.core.$strip>]>>>;
|
|
3360
3643
|
}, z.core.$strip>>>;
|
|
3361
3644
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3362
3645
|
identifier: z.ZodString;
|
|
@@ -3372,6 +3655,8 @@ export declare const euSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3372
3655
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3373
3656
|
key: z.ZodOptional<z.ZodString>;
|
|
3374
3657
|
userName: z.ZodOptional<z.ZodString>;
|
|
3658
|
+
url: z.ZodOptional<z.ZodString>;
|
|
3659
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
3375
3660
|
}, z.core.$strip>, z.ZodObject<{
|
|
3376
3661
|
file: z.ZodOptional<z.ZodString>;
|
|
3377
3662
|
url: z.ZodString;
|
|
@@ -3539,6 +3824,19 @@ export declare const usSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3539
3824
|
lng: z.ZodNumber;
|
|
3540
3825
|
}, z.core.$strip>>;
|
|
3541
3826
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3827
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3828
|
+
identifier: z.ZodLiteral<"A">;
|
|
3829
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3830
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3831
|
+
identifier: z.ZodLiteral<"B">;
|
|
3832
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3833
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3834
|
+
identifier: z.ZodLiteral<"C">;
|
|
3835
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3836
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3837
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3838
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3839
|
+
}, z.core.$strip>]>>>;
|
|
3542
3840
|
}, z.core.$strip>>>;
|
|
3543
3841
|
created: z.ZodString;
|
|
3544
3842
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3554,6 +3852,8 @@ export declare const usSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3554
3852
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3555
3853
|
key: z.ZodOptional<z.ZodString>;
|
|
3556
3854
|
userName: z.ZodOptional<z.ZodString>;
|
|
3855
|
+
url: z.ZodOptional<z.ZodString>;
|
|
3856
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
3557
3857
|
}, z.core.$strip>, z.ZodObject<{
|
|
3558
3858
|
file: z.ZodOptional<z.ZodString>;
|
|
3559
3859
|
url: z.ZodString;
|
|
@@ -3739,6 +4039,19 @@ export declare const globalSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3739
4039
|
lng: z.ZodNumber;
|
|
3740
4040
|
}, z.core.$strip>>;
|
|
3741
4041
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4042
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4043
|
+
identifier: z.ZodLiteral<"A">;
|
|
4044
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4045
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4046
|
+
identifier: z.ZodLiteral<"B">;
|
|
4047
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4048
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4049
|
+
identifier: z.ZodLiteral<"C">;
|
|
4050
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4051
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4052
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4053
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4054
|
+
}, z.core.$strip>]>>>;
|
|
3742
4055
|
}, z.core.$strip>>>;
|
|
3743
4056
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3744
4057
|
identifier: z.ZodString;
|
|
@@ -3758,6 +4071,8 @@ export declare const globalSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3758
4071
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3759
4072
|
key: z.ZodOptional<z.ZodString>;
|
|
3760
4073
|
userName: z.ZodOptional<z.ZodString>;
|
|
4074
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4075
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
3761
4076
|
}, z.core.$strip>, z.ZodObject<{
|
|
3762
4077
|
file: z.ZodOptional<z.ZodString>;
|
|
3763
4078
|
url: z.ZodString;
|
|
@@ -3935,6 +4250,19 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
3935
4250
|
lng: z.ZodNumber;
|
|
3936
4251
|
}, z.core.$strip>>;
|
|
3937
4252
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4253
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4254
|
+
identifier: z.ZodLiteral<"A">;
|
|
4255
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4256
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4257
|
+
identifier: z.ZodLiteral<"B">;
|
|
4258
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4259
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4260
|
+
identifier: z.ZodLiteral<"C">;
|
|
4261
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4262
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4263
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4264
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4265
|
+
}, z.core.$strip>]>>>;
|
|
3938
4266
|
}, z.core.$strip>>>;
|
|
3939
4267
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3940
4268
|
identifier: z.ZodString;
|
|
@@ -3950,6 +4278,8 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
3950
4278
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3951
4279
|
key: z.ZodOptional<z.ZodString>;
|
|
3952
4280
|
userName: z.ZodOptional<z.ZodString>;
|
|
4281
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4282
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
3953
4283
|
}, z.core.$strip>, z.ZodObject<{
|
|
3954
4284
|
file: z.ZodOptional<z.ZodString>;
|
|
3955
4285
|
url: z.ZodString;
|
|
@@ -4116,6 +4446,19 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4116
4446
|
lng: z.ZodNumber;
|
|
4117
4447
|
}, z.core.$strip>>;
|
|
4118
4448
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4449
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4450
|
+
identifier: z.ZodLiteral<"A">;
|
|
4451
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4452
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4453
|
+
identifier: z.ZodLiteral<"B">;
|
|
4454
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4455
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4456
|
+
identifier: z.ZodLiteral<"C">;
|
|
4457
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4458
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4459
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4460
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4461
|
+
}, z.core.$strip>]>>>;
|
|
4119
4462
|
}, z.core.$strip>>>;
|
|
4120
4463
|
created: z.ZodString;
|
|
4121
4464
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4131,6 +4474,8 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4131
4474
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4132
4475
|
key: z.ZodOptional<z.ZodString>;
|
|
4133
4476
|
userName: z.ZodOptional<z.ZodString>;
|
|
4477
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4478
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
4134
4479
|
}, z.core.$strip>, z.ZodObject<{
|
|
4135
4480
|
file: z.ZodOptional<z.ZodString>;
|
|
4136
4481
|
url: z.ZodString;
|
|
@@ -4315,6 +4660,19 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4315
4660
|
lng: z.ZodNumber;
|
|
4316
4661
|
}, z.core.$strip>>;
|
|
4317
4662
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4663
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4664
|
+
identifier: z.ZodLiteral<"A">;
|
|
4665
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4666
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4667
|
+
identifier: z.ZodLiteral<"B">;
|
|
4668
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4669
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4670
|
+
identifier: z.ZodLiteral<"C">;
|
|
4671
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4672
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4673
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4674
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4675
|
+
}, z.core.$strip>]>>>;
|
|
4318
4676
|
}, z.core.$strip>>>;
|
|
4319
4677
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4320
4678
|
identifier: z.ZodString;
|
|
@@ -4334,6 +4692,8 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4334
4692
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4335
4693
|
key: z.ZodOptional<z.ZodString>;
|
|
4336
4694
|
userName: z.ZodOptional<z.ZodString>;
|
|
4695
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4696
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
4337
4697
|
}, z.core.$strip>, z.ZodObject<{
|
|
4338
4698
|
file: z.ZodOptional<z.ZodString>;
|
|
4339
4699
|
url: z.ZodString;
|
|
@@ -4511,6 +4871,19 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4511
4871
|
lng: z.ZodNumber;
|
|
4512
4872
|
}, z.core.$strip>>;
|
|
4513
4873
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4874
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4875
|
+
identifier: z.ZodLiteral<"A">;
|
|
4876
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4877
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4878
|
+
identifier: z.ZodLiteral<"B">;
|
|
4879
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4880
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4881
|
+
identifier: z.ZodLiteral<"C">;
|
|
4882
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4883
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4884
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4885
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4886
|
+
}, z.core.$strip>]>>>;
|
|
4514
4887
|
}, z.core.$strip>>>;
|
|
4515
4888
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4516
4889
|
identifier: z.ZodString;
|
|
@@ -4526,6 +4899,8 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4526
4899
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4527
4900
|
key: z.ZodOptional<z.ZodString>;
|
|
4528
4901
|
userName: z.ZodOptional<z.ZodString>;
|
|
4902
|
+
url: z.ZodOptional<z.ZodString>;
|
|
4903
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
4529
4904
|
}, z.core.$strip>, z.ZodObject<{
|
|
4530
4905
|
file: z.ZodOptional<z.ZodString>;
|
|
4531
4906
|
url: z.ZodString;
|
|
@@ -4692,6 +5067,19 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4692
5067
|
lng: z.ZodNumber;
|
|
4693
5068
|
}, z.core.$strip>>;
|
|
4694
5069
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5070
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5071
|
+
identifier: z.ZodLiteral<"A">;
|
|
5072
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5073
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5074
|
+
identifier: z.ZodLiteral<"B">;
|
|
5075
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5076
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5077
|
+
identifier: z.ZodLiteral<"C">;
|
|
5078
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5079
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5080
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5081
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5082
|
+
}, z.core.$strip>]>>>;
|
|
4695
5083
|
}, z.core.$strip>>>;
|
|
4696
5084
|
created: z.ZodString;
|
|
4697
5085
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4707,6 +5095,8 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4707
5095
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4708
5096
|
key: z.ZodOptional<z.ZodString>;
|
|
4709
5097
|
userName: z.ZodOptional<z.ZodString>;
|
|
5098
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5099
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
4710
5100
|
}, z.core.$strip>, z.ZodObject<{
|
|
4711
5101
|
file: z.ZodOptional<z.ZodString>;
|
|
4712
5102
|
url: z.ZodString;
|
|
@@ -4891,6 +5281,19 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4891
5281
|
lng: z.ZodNumber;
|
|
4892
5282
|
}, z.core.$strip>>;
|
|
4893
5283
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5284
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5285
|
+
identifier: z.ZodLiteral<"A">;
|
|
5286
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5287
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5288
|
+
identifier: z.ZodLiteral<"B">;
|
|
5289
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5290
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5291
|
+
identifier: z.ZodLiteral<"C">;
|
|
5292
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5293
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5294
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5295
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5296
|
+
}, z.core.$strip>]>>>;
|
|
4894
5297
|
}, z.core.$strip>>>;
|
|
4895
5298
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4896
5299
|
identifier: z.ZodString;
|
|
@@ -4910,6 +5313,8 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4910
5313
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4911
5314
|
key: z.ZodOptional<z.ZodString>;
|
|
4912
5315
|
userName: z.ZodOptional<z.ZodString>;
|
|
5316
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5317
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
4913
5318
|
}, z.core.$strip>, z.ZodObject<{
|
|
4914
5319
|
file: z.ZodOptional<z.ZodString>;
|
|
4915
5320
|
url: z.ZodString;
|
|
@@ -5087,6 +5492,19 @@ export declare const euSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5087
5492
|
lng: z.ZodNumber;
|
|
5088
5493
|
}, z.core.$strip>>;
|
|
5089
5494
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5495
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5496
|
+
identifier: z.ZodLiteral<"A">;
|
|
5497
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5498
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5499
|
+
identifier: z.ZodLiteral<"B">;
|
|
5500
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5501
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5502
|
+
identifier: z.ZodLiteral<"C">;
|
|
5503
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5504
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5505
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5506
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5507
|
+
}, z.core.$strip>]>>>;
|
|
5090
5508
|
}, z.core.$strip>>>;
|
|
5091
5509
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5092
5510
|
identifier: z.ZodString;
|
|
@@ -5102,6 +5520,8 @@ export declare const euSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5102
5520
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5103
5521
|
key: z.ZodOptional<z.ZodString>;
|
|
5104
5522
|
userName: z.ZodOptional<z.ZodString>;
|
|
5523
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5524
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
5105
5525
|
}, z.core.$strip>, z.ZodObject<{
|
|
5106
5526
|
file: z.ZodOptional<z.ZodString>;
|
|
5107
5527
|
url: z.ZodString;
|
|
@@ -5258,6 +5678,19 @@ export declare const usSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5258
5678
|
lng: z.ZodNumber;
|
|
5259
5679
|
}, z.core.$strip>>;
|
|
5260
5680
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5681
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5682
|
+
identifier: z.ZodLiteral<"A">;
|
|
5683
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5684
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5685
|
+
identifier: z.ZodLiteral<"B">;
|
|
5686
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5687
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5688
|
+
identifier: z.ZodLiteral<"C">;
|
|
5689
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5690
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5691
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5692
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5693
|
+
}, z.core.$strip>]>>>;
|
|
5261
5694
|
}, z.core.$strip>>>;
|
|
5262
5695
|
created: z.ZodString;
|
|
5263
5696
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5273,6 +5706,8 @@ export declare const usSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5273
5706
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5274
5707
|
key: z.ZodOptional<z.ZodString>;
|
|
5275
5708
|
userName: z.ZodOptional<z.ZodString>;
|
|
5709
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5710
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
5276
5711
|
}, z.core.$strip>, z.ZodObject<{
|
|
5277
5712
|
file: z.ZodOptional<z.ZodString>;
|
|
5278
5713
|
url: z.ZodString;
|
|
@@ -5447,6 +5882,19 @@ export declare const globalSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5447
5882
|
lng: z.ZodNumber;
|
|
5448
5883
|
}, z.core.$strip>>;
|
|
5449
5884
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5885
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5886
|
+
identifier: z.ZodLiteral<"A">;
|
|
5887
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5888
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5889
|
+
identifier: z.ZodLiteral<"B">;
|
|
5890
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5891
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5892
|
+
identifier: z.ZodLiteral<"C">;
|
|
5893
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5894
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5895
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5896
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5897
|
+
}, z.core.$strip>]>>>;
|
|
5450
5898
|
}, z.core.$strip>>>;
|
|
5451
5899
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5452
5900
|
identifier: z.ZodString;
|
|
@@ -5466,6 +5914,8 @@ export declare const globalSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5466
5914
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5467
5915
|
key: z.ZodOptional<z.ZodString>;
|
|
5468
5916
|
userName: z.ZodOptional<z.ZodString>;
|
|
5917
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5918
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
5469
5919
|
}, z.core.$strip>, z.ZodObject<{
|
|
5470
5920
|
file: z.ZodOptional<z.ZodString>;
|
|
5471
5921
|
url: z.ZodString;
|
|
@@ -5632,6 +6082,19 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5632
6082
|
lng: z.ZodNumber;
|
|
5633
6083
|
}, z.core.$strip>>;
|
|
5634
6084
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6085
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6086
|
+
identifier: z.ZodLiteral<"A">;
|
|
6087
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6088
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6089
|
+
identifier: z.ZodLiteral<"B">;
|
|
6090
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6091
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6092
|
+
identifier: z.ZodLiteral<"C">;
|
|
6093
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6094
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6095
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6096
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6097
|
+
}, z.core.$strip>]>>>;
|
|
5635
6098
|
}, z.core.$strip>>>;
|
|
5636
6099
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5637
6100
|
identifier: z.ZodString;
|
|
@@ -5647,6 +6110,8 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5647
6110
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5648
6111
|
key: z.ZodOptional<z.ZodString>;
|
|
5649
6112
|
userName: z.ZodOptional<z.ZodString>;
|
|
6113
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6114
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
5650
6115
|
}, z.core.$strip>, z.ZodObject<{
|
|
5651
6116
|
file: z.ZodOptional<z.ZodString>;
|
|
5652
6117
|
url: z.ZodString;
|
|
@@ -5802,6 +6267,19 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5802
6267
|
lng: z.ZodNumber;
|
|
5803
6268
|
}, z.core.$strip>>;
|
|
5804
6269
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6270
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6271
|
+
identifier: z.ZodLiteral<"A">;
|
|
6272
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6273
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6274
|
+
identifier: z.ZodLiteral<"B">;
|
|
6275
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6276
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6277
|
+
identifier: z.ZodLiteral<"C">;
|
|
6278
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6279
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6280
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6281
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6282
|
+
}, z.core.$strip>]>>>;
|
|
5805
6283
|
}, z.core.$strip>>>;
|
|
5806
6284
|
created: z.ZodString;
|
|
5807
6285
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5817,6 +6295,8 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5817
6295
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5818
6296
|
key: z.ZodOptional<z.ZodString>;
|
|
5819
6297
|
userName: z.ZodOptional<z.ZodString>;
|
|
6298
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6299
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
5820
6300
|
}, z.core.$strip>, z.ZodObject<{
|
|
5821
6301
|
file: z.ZodOptional<z.ZodString>;
|
|
5822
6302
|
url: z.ZodString;
|
|
@@ -5990,6 +6470,19 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5990
6470
|
lng: z.ZodNumber;
|
|
5991
6471
|
}, z.core.$strip>>;
|
|
5992
6472
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6473
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6474
|
+
identifier: z.ZodLiteral<"A">;
|
|
6475
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6476
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6477
|
+
identifier: z.ZodLiteral<"B">;
|
|
6478
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6479
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6480
|
+
identifier: z.ZodLiteral<"C">;
|
|
6481
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6482
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6483
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6484
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6485
|
+
}, z.core.$strip>]>>>;
|
|
5993
6486
|
}, z.core.$strip>>>;
|
|
5994
6487
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5995
6488
|
identifier: z.ZodString;
|
|
@@ -6009,6 +6502,8 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6009
6502
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6010
6503
|
key: z.ZodOptional<z.ZodString>;
|
|
6011
6504
|
userName: z.ZodOptional<z.ZodString>;
|
|
6505
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6506
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
6012
6507
|
}, z.core.$strip>, z.ZodObject<{
|
|
6013
6508
|
file: z.ZodOptional<z.ZodString>;
|
|
6014
6509
|
url: z.ZodString;
|
|
@@ -6175,6 +6670,19 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6175
6670
|
lng: z.ZodNumber;
|
|
6176
6671
|
}, z.core.$strip>>;
|
|
6177
6672
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6673
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6674
|
+
identifier: z.ZodLiteral<"A">;
|
|
6675
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6676
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6677
|
+
identifier: z.ZodLiteral<"B">;
|
|
6678
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6679
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6680
|
+
identifier: z.ZodLiteral<"C">;
|
|
6681
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6682
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6683
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6684
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6685
|
+
}, z.core.$strip>]>>>;
|
|
6178
6686
|
}, z.core.$strip>>>;
|
|
6179
6687
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6180
6688
|
identifier: z.ZodString;
|
|
@@ -6190,6 +6698,8 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6190
6698
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6191
6699
|
key: z.ZodOptional<z.ZodString>;
|
|
6192
6700
|
userName: z.ZodOptional<z.ZodString>;
|
|
6701
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6702
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
6193
6703
|
}, z.core.$strip>, z.ZodObject<{
|
|
6194
6704
|
file: z.ZodOptional<z.ZodString>;
|
|
6195
6705
|
url: z.ZodString;
|
|
@@ -6345,6 +6855,19 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6345
6855
|
lng: z.ZodNumber;
|
|
6346
6856
|
}, z.core.$strip>>;
|
|
6347
6857
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6858
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6859
|
+
identifier: z.ZodLiteral<"A">;
|
|
6860
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6861
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6862
|
+
identifier: z.ZodLiteral<"B">;
|
|
6863
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6864
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6865
|
+
identifier: z.ZodLiteral<"C">;
|
|
6866
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6867
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6868
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6869
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6870
|
+
}, z.core.$strip>]>>>;
|
|
6348
6871
|
}, z.core.$strip>>>;
|
|
6349
6872
|
created: z.ZodString;
|
|
6350
6873
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6360,6 +6883,8 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6360
6883
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6361
6884
|
key: z.ZodOptional<z.ZodString>;
|
|
6362
6885
|
userName: z.ZodOptional<z.ZodString>;
|
|
6886
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6887
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
6363
6888
|
}, z.core.$strip>, z.ZodObject<{
|
|
6364
6889
|
file: z.ZodOptional<z.ZodString>;
|
|
6365
6890
|
url: z.ZodString;
|
|
@@ -6533,6 +7058,19 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6533
7058
|
lng: z.ZodNumber;
|
|
6534
7059
|
}, z.core.$strip>>;
|
|
6535
7060
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7061
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7062
|
+
identifier: z.ZodLiteral<"A">;
|
|
7063
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7064
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7065
|
+
identifier: z.ZodLiteral<"B">;
|
|
7066
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7067
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7068
|
+
identifier: z.ZodLiteral<"C">;
|
|
7069
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7070
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7071
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7072
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7073
|
+
}, z.core.$strip>]>>>;
|
|
6536
7074
|
}, z.core.$strip>>>;
|
|
6537
7075
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6538
7076
|
identifier: z.ZodString;
|
|
@@ -6552,6 +7090,8 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6552
7090
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6553
7091
|
key: z.ZodOptional<z.ZodString>;
|
|
6554
7092
|
userName: z.ZodOptional<z.ZodString>;
|
|
7093
|
+
url: z.ZodOptional<z.ZodString>;
|
|
7094
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
6555
7095
|
}, z.core.$strip>, z.ZodObject<{
|
|
6556
7096
|
file: z.ZodOptional<z.ZodString>;
|
|
6557
7097
|
url: z.ZodString;
|
|
@@ -6718,6 +7258,19 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
|
|
|
6718
7258
|
lng: z.ZodNumber;
|
|
6719
7259
|
}, z.core.$strip>>;
|
|
6720
7260
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7261
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7262
|
+
identifier: z.ZodLiteral<"A">;
|
|
7263
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7264
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7265
|
+
identifier: z.ZodLiteral<"B">;
|
|
7266
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7267
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7268
|
+
identifier: z.ZodLiteral<"C">;
|
|
7269
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7270
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7271
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7272
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7273
|
+
}, z.core.$strip>]>>>;
|
|
6721
7274
|
}, z.core.$strip>>>;
|
|
6722
7275
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6723
7276
|
identifier: z.ZodString;
|
|
@@ -6733,6 +7286,8 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
|
|
|
6733
7286
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6734
7287
|
key: z.ZodOptional<z.ZodString>;
|
|
6735
7288
|
userName: z.ZodOptional<z.ZodString>;
|
|
7289
|
+
url: z.ZodOptional<z.ZodString>;
|
|
7290
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
6736
7291
|
}, z.core.$strip>, z.ZodObject<{
|
|
6737
7292
|
file: z.ZodOptional<z.ZodString>;
|
|
6738
7293
|
url: z.ZodString;
|
|
@@ -6889,6 +7444,19 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
|
|
|
6889
7444
|
lng: z.ZodNumber;
|
|
6890
7445
|
}, z.core.$strip>>;
|
|
6891
7446
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7447
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7448
|
+
identifier: z.ZodLiteral<"A">;
|
|
7449
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7450
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7451
|
+
identifier: z.ZodLiteral<"B">;
|
|
7452
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7453
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7454
|
+
identifier: z.ZodLiteral<"C">;
|
|
7455
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7456
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7457
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7458
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7459
|
+
}, z.core.$strip>]>>>;
|
|
6892
7460
|
}, z.core.$strip>>>;
|
|
6893
7461
|
created: z.ZodString;
|
|
6894
7462
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6904,6 +7472,8 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
|
|
|
6904
7472
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6905
7473
|
key: z.ZodOptional<z.ZodString>;
|
|
6906
7474
|
userName: z.ZodOptional<z.ZodString>;
|
|
7475
|
+
url: z.ZodOptional<z.ZodString>;
|
|
7476
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
6907
7477
|
}, z.core.$strip>, z.ZodObject<{
|
|
6908
7478
|
file: z.ZodOptional<z.ZodString>;
|
|
6909
7479
|
url: z.ZodString;
|
|
@@ -7078,6 +7648,19 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
|
|
|
7078
7648
|
lng: z.ZodNumber;
|
|
7079
7649
|
}, z.core.$strip>>;
|
|
7080
7650
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7651
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7652
|
+
identifier: z.ZodLiteral<"A">;
|
|
7653
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7654
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7655
|
+
identifier: z.ZodLiteral<"B">;
|
|
7656
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7657
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7658
|
+
identifier: z.ZodLiteral<"C">;
|
|
7659
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7660
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7661
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7662
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7663
|
+
}, z.core.$strip>]>>>;
|
|
7081
7664
|
}, z.core.$strip>>>;
|
|
7082
7665
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7083
7666
|
identifier: z.ZodString;
|
|
@@ -7097,6 +7680,8 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
|
|
|
7097
7680
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7098
7681
|
key: z.ZodOptional<z.ZodString>;
|
|
7099
7682
|
userName: z.ZodOptional<z.ZodString>;
|
|
7683
|
+
url: z.ZodOptional<z.ZodString>;
|
|
7684
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
7100
7685
|
}, z.core.$strip>, z.ZodObject<{
|
|
7101
7686
|
file: z.ZodOptional<z.ZodString>;
|
|
7102
7687
|
url: z.ZodString;
|
|
@@ -7263,6 +7848,19 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7263
7848
|
lng: z.ZodNumber;
|
|
7264
7849
|
}, z.core.$strip>>;
|
|
7265
7850
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7851
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7852
|
+
identifier: z.ZodLiteral<"A">;
|
|
7853
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7854
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7855
|
+
identifier: z.ZodLiteral<"B">;
|
|
7856
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7857
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7858
|
+
identifier: z.ZodLiteral<"C">;
|
|
7859
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7860
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7861
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7862
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7863
|
+
}, z.core.$strip>]>>>;
|
|
7266
7864
|
}, z.core.$strip>>>;
|
|
7267
7865
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7268
7866
|
identifier: z.ZodString;
|
|
@@ -7278,6 +7876,8 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7278
7876
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7279
7877
|
key: z.ZodOptional<z.ZodString>;
|
|
7280
7878
|
userName: z.ZodOptional<z.ZodString>;
|
|
7879
|
+
url: z.ZodOptional<z.ZodString>;
|
|
7880
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
7281
7881
|
}, z.core.$strip>, z.ZodObject<{
|
|
7282
7882
|
file: z.ZodOptional<z.ZodString>;
|
|
7283
7883
|
url: z.ZodString;
|
|
@@ -7433,6 +8033,19 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7433
8033
|
lng: z.ZodNumber;
|
|
7434
8034
|
}, z.core.$strip>>;
|
|
7435
8035
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8036
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8037
|
+
identifier: z.ZodLiteral<"A">;
|
|
8038
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8039
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8040
|
+
identifier: z.ZodLiteral<"B">;
|
|
8041
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8042
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8043
|
+
identifier: z.ZodLiteral<"C">;
|
|
8044
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8045
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8046
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8047
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8048
|
+
}, z.core.$strip>]>>>;
|
|
7436
8049
|
}, z.core.$strip>>>;
|
|
7437
8050
|
created: z.ZodString;
|
|
7438
8051
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7448,6 +8061,8 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7448
8061
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7449
8062
|
key: z.ZodOptional<z.ZodString>;
|
|
7450
8063
|
userName: z.ZodOptional<z.ZodString>;
|
|
8064
|
+
url: z.ZodOptional<z.ZodString>;
|
|
8065
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
7451
8066
|
}, z.core.$strip>, z.ZodObject<{
|
|
7452
8067
|
file: z.ZodOptional<z.ZodString>;
|
|
7453
8068
|
url: z.ZodString;
|
|
@@ -7621,6 +8236,19 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7621
8236
|
lng: z.ZodNumber;
|
|
7622
8237
|
}, z.core.$strip>>;
|
|
7623
8238
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8239
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8240
|
+
identifier: z.ZodLiteral<"A">;
|
|
8241
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8242
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8243
|
+
identifier: z.ZodLiteral<"B">;
|
|
8244
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8245
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8246
|
+
identifier: z.ZodLiteral<"C">;
|
|
8247
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8248
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8249
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8250
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8251
|
+
}, z.core.$strip>]>>>;
|
|
7624
8252
|
}, z.core.$strip>>>;
|
|
7625
8253
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7626
8254
|
identifier: z.ZodString;
|
|
@@ -7640,6 +8268,8 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7640
8268
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7641
8269
|
key: z.ZodOptional<z.ZodString>;
|
|
7642
8270
|
userName: z.ZodOptional<z.ZodString>;
|
|
8271
|
+
url: z.ZodOptional<z.ZodString>;
|
|
8272
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
7643
8273
|
}, z.core.$strip>, z.ZodObject<{
|
|
7644
8274
|
file: z.ZodOptional<z.ZodString>;
|
|
7645
8275
|
url: z.ZodString;
|
|
@@ -7806,6 +8436,19 @@ export declare const euSignalAPISchemaV1: z.ZodObject<{
|
|
|
7806
8436
|
lng: z.ZodNumber;
|
|
7807
8437
|
}, z.core.$strip>>;
|
|
7808
8438
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8439
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8440
|
+
identifier: z.ZodLiteral<"A">;
|
|
8441
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8442
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8443
|
+
identifier: z.ZodLiteral<"B">;
|
|
8444
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8445
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8446
|
+
identifier: z.ZodLiteral<"C">;
|
|
8447
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8448
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8449
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8450
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8451
|
+
}, z.core.$strip>]>>>;
|
|
7809
8452
|
}, z.core.$strip>>>;
|
|
7810
8453
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7811
8454
|
identifier: z.ZodString;
|
|
@@ -7821,6 +8464,8 @@ export declare const euSignalAPISchemaV1: z.ZodObject<{
|
|
|
7821
8464
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7822
8465
|
key: z.ZodOptional<z.ZodString>;
|
|
7823
8466
|
userName: z.ZodOptional<z.ZodString>;
|
|
8467
|
+
url: z.ZodOptional<z.ZodString>;
|
|
8468
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
7824
8469
|
}, z.core.$strip>, z.ZodObject<{
|
|
7825
8470
|
file: z.ZodOptional<z.ZodString>;
|
|
7826
8471
|
url: z.ZodString;
|
|
@@ -7988,6 +8633,19 @@ export declare const usSignalAPISchemaV1: z.ZodObject<{
|
|
|
7988
8633
|
lng: z.ZodNumber;
|
|
7989
8634
|
}, z.core.$strip>>;
|
|
7990
8635
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8636
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8637
|
+
identifier: z.ZodLiteral<"A">;
|
|
8638
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8639
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8640
|
+
identifier: z.ZodLiteral<"B">;
|
|
8641
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8642
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8643
|
+
identifier: z.ZodLiteral<"C">;
|
|
8644
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8645
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8646
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8647
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8648
|
+
}, z.core.$strip>]>>>;
|
|
7991
8649
|
}, z.core.$strip>>>;
|
|
7992
8650
|
created: z.ZodString;
|
|
7993
8651
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8003,6 +8661,8 @@ export declare const usSignalAPISchemaV1: z.ZodObject<{
|
|
|
8003
8661
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8004
8662
|
key: z.ZodOptional<z.ZodString>;
|
|
8005
8663
|
userName: z.ZodOptional<z.ZodString>;
|
|
8664
|
+
url: z.ZodOptional<z.ZodString>;
|
|
8665
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
8006
8666
|
}, z.core.$strip>, z.ZodObject<{
|
|
8007
8667
|
file: z.ZodOptional<z.ZodString>;
|
|
8008
8668
|
url: z.ZodString;
|
|
@@ -8188,6 +8848,19 @@ export declare const globalSignalAPISchemaV1: z.ZodObject<{
|
|
|
8188
8848
|
lng: z.ZodNumber;
|
|
8189
8849
|
}, z.core.$strip>>;
|
|
8190
8850
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8851
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8852
|
+
identifier: z.ZodLiteral<"A">;
|
|
8853
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8854
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8855
|
+
identifier: z.ZodLiteral<"B">;
|
|
8856
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8857
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8858
|
+
identifier: z.ZodLiteral<"C">;
|
|
8859
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8860
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8861
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8862
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8863
|
+
}, z.core.$strip>]>>>;
|
|
8191
8864
|
}, z.core.$strip>>>;
|
|
8192
8865
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8193
8866
|
identifier: z.ZodString;
|
|
@@ -8207,6 +8880,8 @@ export declare const globalSignalAPISchemaV1: z.ZodObject<{
|
|
|
8207
8880
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8208
8881
|
key: z.ZodOptional<z.ZodString>;
|
|
8209
8882
|
userName: z.ZodOptional<z.ZodString>;
|
|
8883
|
+
url: z.ZodOptional<z.ZodString>;
|
|
8884
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
8210
8885
|
}, z.core.$strip>, z.ZodObject<{
|
|
8211
8886
|
file: z.ZodOptional<z.ZodString>;
|
|
8212
8887
|
url: z.ZodString;
|
|
@@ -8384,6 +9059,19 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8384
9059
|
lng: z.ZodNumber;
|
|
8385
9060
|
}, z.core.$strip>>;
|
|
8386
9061
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9062
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9063
|
+
identifier: z.ZodLiteral<"A">;
|
|
9064
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9065
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9066
|
+
identifier: z.ZodLiteral<"B">;
|
|
9067
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9068
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9069
|
+
identifier: z.ZodLiteral<"C">;
|
|
9070
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9071
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9072
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9073
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9074
|
+
}, z.core.$strip>]>>>;
|
|
8387
9075
|
}, z.core.$strip>>>;
|
|
8388
9076
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8389
9077
|
identifier: z.ZodString;
|
|
@@ -8399,6 +9087,8 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8399
9087
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8400
9088
|
key: z.ZodOptional<z.ZodString>;
|
|
8401
9089
|
userName: z.ZodOptional<z.ZodString>;
|
|
9090
|
+
url: z.ZodOptional<z.ZodString>;
|
|
9091
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
8402
9092
|
}, z.core.$strip>, z.ZodObject<{
|
|
8403
9093
|
file: z.ZodOptional<z.ZodString>;
|
|
8404
9094
|
url: z.ZodString;
|
|
@@ -8565,6 +9255,19 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8565
9255
|
lng: z.ZodNumber;
|
|
8566
9256
|
}, z.core.$strip>>;
|
|
8567
9257
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9258
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9259
|
+
identifier: z.ZodLiteral<"A">;
|
|
9260
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9261
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9262
|
+
identifier: z.ZodLiteral<"B">;
|
|
9263
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9264
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9265
|
+
identifier: z.ZodLiteral<"C">;
|
|
9266
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9267
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9268
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9269
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9270
|
+
}, z.core.$strip>]>>>;
|
|
8568
9271
|
}, z.core.$strip>>>;
|
|
8569
9272
|
created: z.ZodString;
|
|
8570
9273
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8580,6 +9283,8 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8580
9283
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8581
9284
|
key: z.ZodOptional<z.ZodString>;
|
|
8582
9285
|
userName: z.ZodOptional<z.ZodString>;
|
|
9286
|
+
url: z.ZodOptional<z.ZodString>;
|
|
9287
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
8583
9288
|
}, z.core.$strip>, z.ZodObject<{
|
|
8584
9289
|
file: z.ZodOptional<z.ZodString>;
|
|
8585
9290
|
url: z.ZodString;
|
|
@@ -8764,6 +9469,19 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8764
9469
|
lng: z.ZodNumber;
|
|
8765
9470
|
}, z.core.$strip>>;
|
|
8766
9471
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9472
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9473
|
+
identifier: z.ZodLiteral<"A">;
|
|
9474
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9475
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9476
|
+
identifier: z.ZodLiteral<"B">;
|
|
9477
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9478
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9479
|
+
identifier: z.ZodLiteral<"C">;
|
|
9480
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9481
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9482
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9483
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9484
|
+
}, z.core.$strip>]>>>;
|
|
8767
9485
|
}, z.core.$strip>>>;
|
|
8768
9486
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8769
9487
|
identifier: z.ZodString;
|
|
@@ -8783,6 +9501,8 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8783
9501
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8784
9502
|
key: z.ZodOptional<z.ZodString>;
|
|
8785
9503
|
userName: z.ZodOptional<z.ZodString>;
|
|
9504
|
+
url: z.ZodOptional<z.ZodString>;
|
|
9505
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
8786
9506
|
}, z.core.$strip>, z.ZodObject<{
|
|
8787
9507
|
file: z.ZodOptional<z.ZodString>;
|
|
8788
9508
|
url: z.ZodString;
|
|
@@ -8968,6 +9688,19 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
8968
9688
|
lng: z.ZodNumber;
|
|
8969
9689
|
}, z.core.$strip>>;
|
|
8970
9690
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9691
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9692
|
+
identifier: z.ZodLiteral<"A">;
|
|
9693
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9694
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9695
|
+
identifier: z.ZodLiteral<"B">;
|
|
9696
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9697
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9698
|
+
identifier: z.ZodLiteral<"C">;
|
|
9699
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9700
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9701
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9702
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9703
|
+
}, z.core.$strip>]>>>;
|
|
8971
9704
|
}, z.core.$strip>>>;
|
|
8972
9705
|
created: z.ZodString;
|
|
8973
9706
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8983,6 +9716,8 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
8983
9716
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8984
9717
|
key: z.ZodOptional<z.ZodString>;
|
|
8985
9718
|
userName: z.ZodOptional<z.ZodString>;
|
|
9719
|
+
url: z.ZodOptional<z.ZodString>;
|
|
9720
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
8986
9721
|
}, z.core.$strip>, z.ZodObject<{
|
|
8987
9722
|
file: z.ZodOptional<z.ZodString>;
|
|
8988
9723
|
url: z.ZodString;
|
|
@@ -9159,6 +9894,19 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9159
9894
|
lng: z.ZodNumber;
|
|
9160
9895
|
}, z.core.$strip>>;
|
|
9161
9896
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9897
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9898
|
+
identifier: z.ZodLiteral<"A">;
|
|
9899
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9900
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9901
|
+
identifier: z.ZodLiteral<"B">;
|
|
9902
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9903
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9904
|
+
identifier: z.ZodLiteral<"C">;
|
|
9905
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9906
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9907
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9908
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9909
|
+
}, z.core.$strip>]>>>;
|
|
9162
9910
|
}, z.core.$strip>>>;
|
|
9163
9911
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9164
9912
|
identifier: z.ZodString;
|
|
@@ -9174,6 +9922,8 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9174
9922
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9175
9923
|
key: z.ZodOptional<z.ZodString>;
|
|
9176
9924
|
userName: z.ZodOptional<z.ZodString>;
|
|
9925
|
+
url: z.ZodOptional<z.ZodString>;
|
|
9926
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
9177
9927
|
}, z.core.$strip>, z.ZodObject<{
|
|
9178
9928
|
file: z.ZodOptional<z.ZodString>;
|
|
9179
9929
|
url: z.ZodString;
|
|
@@ -9340,6 +10090,19 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9340
10090
|
lng: z.ZodNumber;
|
|
9341
10091
|
}, z.core.$strip>>;
|
|
9342
10092
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
10093
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
10094
|
+
identifier: z.ZodLiteral<"A">;
|
|
10095
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
10096
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10097
|
+
identifier: z.ZodLiteral<"B">;
|
|
10098
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
10099
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10100
|
+
identifier: z.ZodLiteral<"C">;
|
|
10101
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
10102
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10103
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
10104
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
10105
|
+
}, z.core.$strip>]>>>;
|
|
9343
10106
|
}, z.core.$strip>>>;
|
|
9344
10107
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9345
10108
|
identifier: z.ZodString;
|
|
@@ -9359,6 +10122,8 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9359
10122
|
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9360
10123
|
key: z.ZodOptional<z.ZodString>;
|
|
9361
10124
|
userName: z.ZodOptional<z.ZodString>;
|
|
10125
|
+
url: z.ZodOptional<z.ZodString>;
|
|
10126
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
9362
10127
|
}, z.core.$strip>, z.ZodObject<{
|
|
9363
10128
|
file: z.ZodOptional<z.ZodString>;
|
|
9364
10129
|
url: z.ZodString;
|