@new-project-media/client-frontends-shared-types 3.10.1 → 3.11.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/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/lib/dataGrid/api/dataCenters/v1.d.ts +78 -0
- package/src/lib/dataGrid/api/entity.d.ts +45 -0
- package/src/lib/dataGrid/api/entity.js +19 -2
- package/src/lib/dataGrid/api/entity.js.map +1 -1
- package/src/lib/dataGrid/api/signals/v1.d.ts +663 -0
- package/src/lib/identifier.d.ts +5 -0
- package/src/lib/identifier.js +3 -0
- package/src/lib/identifier.js.map +1 -0
|
@@ -146,6 +146,19 @@ export declare const euSignalFullSchemaV1: z.ZodObject<{
|
|
|
146
146
|
lng: z.ZodNumber;
|
|
147
147
|
}, z.core.$strip>>;
|
|
148
148
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
149
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
150
|
+
identifier: z.ZodLiteral<"A">;
|
|
151
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
152
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
153
|
+
identifier: z.ZodLiteral<"B">;
|
|
154
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
155
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
156
|
+
identifier: z.ZodLiteral<"C">;
|
|
157
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
158
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
159
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
160
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
161
|
+
}, z.core.$strip>]>>>;
|
|
149
162
|
}, z.core.$strip>>>;
|
|
150
163
|
projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
151
164
|
identifier: z.ZodString;
|
|
@@ -332,6 +345,19 @@ export declare const usSignalFullSchemaV1: z.ZodObject<{
|
|
|
332
345
|
lng: z.ZodNumber;
|
|
333
346
|
}, z.core.$strip>>;
|
|
334
347
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
348
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
349
|
+
identifier: z.ZodLiteral<"A">;
|
|
350
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
351
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
352
|
+
identifier: z.ZodLiteral<"B">;
|
|
353
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
354
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
355
|
+
identifier: z.ZodLiteral<"C">;
|
|
356
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
357
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
358
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
359
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
360
|
+
}, z.core.$strip>]>>>;
|
|
335
361
|
}, z.core.$strip>>>;
|
|
336
362
|
projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
337
363
|
identifier: z.ZodString;
|
|
@@ -536,6 +562,19 @@ export declare const globalSignalFullSchemaV1: z.ZodObject<{
|
|
|
536
562
|
lng: z.ZodNumber;
|
|
537
563
|
}, z.core.$strip>>;
|
|
538
564
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
565
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
566
|
+
identifier: z.ZodLiteral<"A">;
|
|
567
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
568
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
569
|
+
identifier: z.ZodLiteral<"B">;
|
|
570
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
571
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
572
|
+
identifier: z.ZodLiteral<"C">;
|
|
573
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
574
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
575
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
576
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
577
|
+
}, z.core.$strip>]>>>;
|
|
539
578
|
}, z.core.$strip>>>;
|
|
540
579
|
projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
541
580
|
identifier: z.ZodString;
|
|
@@ -644,6 +683,19 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
|
|
|
644
683
|
lng: z.ZodNumber;
|
|
645
684
|
}, z.core.$strip>>;
|
|
646
685
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
686
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
687
|
+
identifier: z.ZodLiteral<"A">;
|
|
688
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
689
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
690
|
+
identifier: z.ZodLiteral<"B">;
|
|
691
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
692
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
693
|
+
identifier: z.ZodLiteral<"C">;
|
|
694
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
695
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
696
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
697
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
698
|
+
}, z.core.$strip>]>>>;
|
|
647
699
|
}, z.core.$strip>>>;
|
|
648
700
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
649
701
|
identifier: z.ZodString;
|
|
@@ -814,6 +866,19 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
|
|
|
814
866
|
lng: z.ZodNumber;
|
|
815
867
|
}, z.core.$strip>>;
|
|
816
868
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
869
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
870
|
+
identifier: z.ZodLiteral<"A">;
|
|
871
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
872
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
873
|
+
identifier: z.ZodLiteral<"B">;
|
|
874
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
875
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
876
|
+
identifier: z.ZodLiteral<"C">;
|
|
877
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
878
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
879
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
880
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
881
|
+
}, z.core.$strip>]>>>;
|
|
817
882
|
}, z.core.$strip>>>;
|
|
818
883
|
created: z.ZodString;
|
|
819
884
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1002,6 +1067,19 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
|
|
|
1002
1067
|
lng: z.ZodNumber;
|
|
1003
1068
|
}, z.core.$strip>>;
|
|
1004
1069
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1070
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1071
|
+
identifier: z.ZodLiteral<"A">;
|
|
1072
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1073
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1074
|
+
identifier: z.ZodLiteral<"B">;
|
|
1075
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1076
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1077
|
+
identifier: z.ZodLiteral<"C">;
|
|
1078
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1079
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1080
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1081
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1082
|
+
}, z.core.$strip>]>>>;
|
|
1005
1083
|
}, z.core.$strip>>>;
|
|
1006
1084
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1007
1085
|
identifier: z.ZodString;
|
|
@@ -1186,6 +1264,19 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1186
1264
|
lng: z.ZodNumber;
|
|
1187
1265
|
}, z.core.$strip>>;
|
|
1188
1266
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1267
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1268
|
+
identifier: z.ZodLiteral<"A">;
|
|
1269
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1270
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1271
|
+
identifier: z.ZodLiteral<"B">;
|
|
1272
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1273
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1274
|
+
identifier: z.ZodLiteral<"C">;
|
|
1275
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1276
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1277
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1278
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1279
|
+
}, z.core.$strip>]>>>;
|
|
1189
1280
|
}, z.core.$strip>>>;
|
|
1190
1281
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1191
1282
|
identifier: z.ZodString;
|
|
@@ -1357,6 +1448,19 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1357
1448
|
lng: z.ZodNumber;
|
|
1358
1449
|
}, z.core.$strip>>;
|
|
1359
1450
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1451
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1452
|
+
identifier: z.ZodLiteral<"A">;
|
|
1453
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1454
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1455
|
+
identifier: z.ZodLiteral<"B">;
|
|
1456
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1457
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1458
|
+
identifier: z.ZodLiteral<"C">;
|
|
1459
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1460
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1461
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1462
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1463
|
+
}, z.core.$strip>]>>>;
|
|
1360
1464
|
}, z.core.$strip>>>;
|
|
1361
1465
|
created: z.ZodString;
|
|
1362
1466
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1546,6 +1650,19 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1546
1650
|
lng: z.ZodNumber;
|
|
1547
1651
|
}, z.core.$strip>>;
|
|
1548
1652
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1653
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1654
|
+
identifier: z.ZodLiteral<"A">;
|
|
1655
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1656
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1657
|
+
identifier: z.ZodLiteral<"B">;
|
|
1658
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1659
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1660
|
+
identifier: z.ZodLiteral<"C">;
|
|
1661
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1662
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1663
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1664
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1665
|
+
}, z.core.$strip>]>>>;
|
|
1549
1666
|
}, z.core.$strip>>>;
|
|
1550
1667
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1551
1668
|
identifier: z.ZodString;
|
|
@@ -1731,6 +1848,19 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1731
1848
|
lng: z.ZodNumber;
|
|
1732
1849
|
}, z.core.$strip>>;
|
|
1733
1850
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1851
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1852
|
+
identifier: z.ZodLiteral<"A">;
|
|
1853
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1854
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1855
|
+
identifier: z.ZodLiteral<"B">;
|
|
1856
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1857
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1858
|
+
identifier: z.ZodLiteral<"C">;
|
|
1859
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1860
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1861
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
1862
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1863
|
+
}, z.core.$strip>]>>>;
|
|
1734
1864
|
}, z.core.$strip>>>;
|
|
1735
1865
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1736
1866
|
identifier: z.ZodString;
|
|
@@ -1901,6 +2031,19 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1901
2031
|
lng: z.ZodNumber;
|
|
1902
2032
|
}, z.core.$strip>>;
|
|
1903
2033
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2034
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2035
|
+
identifier: z.ZodLiteral<"A">;
|
|
2036
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2037
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2038
|
+
identifier: z.ZodLiteral<"B">;
|
|
2039
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2040
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2041
|
+
identifier: z.ZodLiteral<"C">;
|
|
2042
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2043
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2044
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2045
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2046
|
+
}, z.core.$strip>]>>>;
|
|
1904
2047
|
}, z.core.$strip>>>;
|
|
1905
2048
|
created: z.ZodString;
|
|
1906
2049
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2089,6 +2232,19 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2089
2232
|
lng: z.ZodNumber;
|
|
2090
2233
|
}, z.core.$strip>>;
|
|
2091
2234
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2235
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2236
|
+
identifier: z.ZodLiteral<"A">;
|
|
2237
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2238
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2239
|
+
identifier: z.ZodLiteral<"B">;
|
|
2240
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2241
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2242
|
+
identifier: z.ZodLiteral<"C">;
|
|
2243
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2244
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2245
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2246
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2247
|
+
}, z.core.$strip>]>>>;
|
|
2092
2248
|
}, z.core.$strip>>>;
|
|
2093
2249
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2094
2250
|
identifier: z.ZodString;
|
|
@@ -2274,6 +2430,19 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2274
2430
|
lng: z.ZodNumber;
|
|
2275
2431
|
}, z.core.$strip>>;
|
|
2276
2432
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2433
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2434
|
+
identifier: z.ZodLiteral<"A">;
|
|
2435
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2436
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2437
|
+
identifier: z.ZodLiteral<"B">;
|
|
2438
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2439
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2440
|
+
identifier: z.ZodLiteral<"C">;
|
|
2441
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2442
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2443
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2444
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2445
|
+
}, z.core.$strip>]>>>;
|
|
2277
2446
|
}, z.core.$strip>>>;
|
|
2278
2447
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2279
2448
|
identifier: z.ZodString;
|
|
@@ -2444,6 +2613,19 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2444
2613
|
lng: z.ZodNumber;
|
|
2445
2614
|
}, z.core.$strip>>;
|
|
2446
2615
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2616
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2617
|
+
identifier: z.ZodLiteral<"A">;
|
|
2618
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2619
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2620
|
+
identifier: z.ZodLiteral<"B">;
|
|
2621
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2622
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2623
|
+
identifier: z.ZodLiteral<"C">;
|
|
2624
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2625
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2626
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2627
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2628
|
+
}, z.core.$strip>]>>>;
|
|
2447
2629
|
}, z.core.$strip>>>;
|
|
2448
2630
|
created: z.ZodString;
|
|
2449
2631
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2632,6 +2814,19 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2632
2814
|
lng: z.ZodNumber;
|
|
2633
2815
|
}, z.core.$strip>>;
|
|
2634
2816
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2817
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2818
|
+
identifier: z.ZodLiteral<"A">;
|
|
2819
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2820
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2821
|
+
identifier: z.ZodLiteral<"B">;
|
|
2822
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2823
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2824
|
+
identifier: z.ZodLiteral<"C">;
|
|
2825
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2826
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2827
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
2828
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2829
|
+
}, z.core.$strip>]>>>;
|
|
2635
2830
|
}, z.core.$strip>>>;
|
|
2636
2831
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2637
2832
|
identifier: z.ZodString;
|
|
@@ -2817,6 +3012,19 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
2817
3012
|
lng: z.ZodNumber;
|
|
2818
3013
|
}, z.core.$strip>>;
|
|
2819
3014
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3015
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3016
|
+
identifier: z.ZodLiteral<"A">;
|
|
3017
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3018
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3019
|
+
identifier: z.ZodLiteral<"B">;
|
|
3020
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3021
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3022
|
+
identifier: z.ZodLiteral<"C">;
|
|
3023
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3024
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3025
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3026
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3027
|
+
}, z.core.$strip>]>>>;
|
|
2820
3028
|
}, z.core.$strip>>>;
|
|
2821
3029
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2822
3030
|
identifier: z.ZodString;
|
|
@@ -2986,6 +3194,19 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
2986
3194
|
lng: z.ZodNumber;
|
|
2987
3195
|
}, z.core.$strip>>;
|
|
2988
3196
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3197
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3198
|
+
identifier: z.ZodLiteral<"A">;
|
|
3199
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3200
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3201
|
+
identifier: z.ZodLiteral<"B">;
|
|
3202
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3203
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3204
|
+
identifier: z.ZodLiteral<"C">;
|
|
3205
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3206
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3207
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3208
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3209
|
+
}, z.core.$strip>]>>>;
|
|
2989
3210
|
}, z.core.$strip>>>;
|
|
2990
3211
|
created: z.ZodString;
|
|
2991
3212
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3173,6 +3394,19 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3173
3394
|
lng: z.ZodNumber;
|
|
3174
3395
|
}, z.core.$strip>>;
|
|
3175
3396
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3397
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3398
|
+
identifier: z.ZodLiteral<"A">;
|
|
3399
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3400
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3401
|
+
identifier: z.ZodLiteral<"B">;
|
|
3402
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3403
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3404
|
+
identifier: z.ZodLiteral<"C">;
|
|
3405
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3406
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3407
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3408
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3409
|
+
}, z.core.$strip>]>>>;
|
|
3176
3410
|
}, z.core.$strip>>>;
|
|
3177
3411
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3178
3412
|
identifier: z.ZodString;
|
|
@@ -3357,6 +3591,19 @@ export declare const euSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3357
3591
|
lng: z.ZodNumber;
|
|
3358
3592
|
}, z.core.$strip>>;
|
|
3359
3593
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3594
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3595
|
+
identifier: z.ZodLiteral<"A">;
|
|
3596
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3597
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3598
|
+
identifier: z.ZodLiteral<"B">;
|
|
3599
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3600
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3601
|
+
identifier: z.ZodLiteral<"C">;
|
|
3602
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3603
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3604
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3605
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3606
|
+
}, z.core.$strip>]>>>;
|
|
3360
3607
|
}, z.core.$strip>>>;
|
|
3361
3608
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3362
3609
|
identifier: z.ZodString;
|
|
@@ -3539,6 +3786,19 @@ export declare const usSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3539
3786
|
lng: z.ZodNumber;
|
|
3540
3787
|
}, z.core.$strip>>;
|
|
3541
3788
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3789
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3790
|
+
identifier: z.ZodLiteral<"A">;
|
|
3791
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3792
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3793
|
+
identifier: z.ZodLiteral<"B">;
|
|
3794
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3795
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3796
|
+
identifier: z.ZodLiteral<"C">;
|
|
3797
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3798
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3799
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
3800
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3801
|
+
}, z.core.$strip>]>>>;
|
|
3542
3802
|
}, z.core.$strip>>>;
|
|
3543
3803
|
created: z.ZodString;
|
|
3544
3804
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3739,6 +3999,19 @@ export declare const globalSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3739
3999
|
lng: z.ZodNumber;
|
|
3740
4000
|
}, z.core.$strip>>;
|
|
3741
4001
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4002
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4003
|
+
identifier: z.ZodLiteral<"A">;
|
|
4004
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4005
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4006
|
+
identifier: z.ZodLiteral<"B">;
|
|
4007
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4008
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4009
|
+
identifier: z.ZodLiteral<"C">;
|
|
4010
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4011
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4012
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4013
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4014
|
+
}, z.core.$strip>]>>>;
|
|
3742
4015
|
}, z.core.$strip>>>;
|
|
3743
4016
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3744
4017
|
identifier: z.ZodString;
|
|
@@ -3935,6 +4208,19 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
3935
4208
|
lng: z.ZodNumber;
|
|
3936
4209
|
}, z.core.$strip>>;
|
|
3937
4210
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4211
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4212
|
+
identifier: z.ZodLiteral<"A">;
|
|
4213
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4214
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4215
|
+
identifier: z.ZodLiteral<"B">;
|
|
4216
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4217
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4218
|
+
identifier: z.ZodLiteral<"C">;
|
|
4219
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4220
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4221
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4222
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4223
|
+
}, z.core.$strip>]>>>;
|
|
3938
4224
|
}, z.core.$strip>>>;
|
|
3939
4225
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3940
4226
|
identifier: z.ZodString;
|
|
@@ -4116,6 +4402,19 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4116
4402
|
lng: z.ZodNumber;
|
|
4117
4403
|
}, z.core.$strip>>;
|
|
4118
4404
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4405
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4406
|
+
identifier: z.ZodLiteral<"A">;
|
|
4407
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4408
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4409
|
+
identifier: z.ZodLiteral<"B">;
|
|
4410
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4411
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4412
|
+
identifier: z.ZodLiteral<"C">;
|
|
4413
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4414
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4415
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4416
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4417
|
+
}, z.core.$strip>]>>>;
|
|
4119
4418
|
}, z.core.$strip>>>;
|
|
4120
4419
|
created: z.ZodString;
|
|
4121
4420
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4315,6 +4614,19 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4315
4614
|
lng: z.ZodNumber;
|
|
4316
4615
|
}, z.core.$strip>>;
|
|
4317
4616
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4617
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4618
|
+
identifier: z.ZodLiteral<"A">;
|
|
4619
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4620
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4621
|
+
identifier: z.ZodLiteral<"B">;
|
|
4622
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4623
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4624
|
+
identifier: z.ZodLiteral<"C">;
|
|
4625
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4626
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4627
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4628
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4629
|
+
}, z.core.$strip>]>>>;
|
|
4318
4630
|
}, z.core.$strip>>>;
|
|
4319
4631
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4320
4632
|
identifier: z.ZodString;
|
|
@@ -4511,6 +4823,19 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4511
4823
|
lng: z.ZodNumber;
|
|
4512
4824
|
}, z.core.$strip>>;
|
|
4513
4825
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4826
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4827
|
+
identifier: z.ZodLiteral<"A">;
|
|
4828
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4829
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4830
|
+
identifier: z.ZodLiteral<"B">;
|
|
4831
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4832
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4833
|
+
identifier: z.ZodLiteral<"C">;
|
|
4834
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4835
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4836
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
4837
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4838
|
+
}, z.core.$strip>]>>>;
|
|
4514
4839
|
}, z.core.$strip>>>;
|
|
4515
4840
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4516
4841
|
identifier: z.ZodString;
|
|
@@ -4692,6 +5017,19 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4692
5017
|
lng: z.ZodNumber;
|
|
4693
5018
|
}, z.core.$strip>>;
|
|
4694
5019
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5020
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5021
|
+
identifier: z.ZodLiteral<"A">;
|
|
5022
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5023
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5024
|
+
identifier: z.ZodLiteral<"B">;
|
|
5025
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5026
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5027
|
+
identifier: z.ZodLiteral<"C">;
|
|
5028
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5029
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5030
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5031
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5032
|
+
}, z.core.$strip>]>>>;
|
|
4695
5033
|
}, z.core.$strip>>>;
|
|
4696
5034
|
created: z.ZodString;
|
|
4697
5035
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4891,6 +5229,19 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4891
5229
|
lng: z.ZodNumber;
|
|
4892
5230
|
}, z.core.$strip>>;
|
|
4893
5231
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5232
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5233
|
+
identifier: z.ZodLiteral<"A">;
|
|
5234
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5235
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5236
|
+
identifier: z.ZodLiteral<"B">;
|
|
5237
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5238
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5239
|
+
identifier: z.ZodLiteral<"C">;
|
|
5240
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5241
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5242
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5243
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5244
|
+
}, z.core.$strip>]>>>;
|
|
4894
5245
|
}, z.core.$strip>>>;
|
|
4895
5246
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4896
5247
|
identifier: z.ZodString;
|
|
@@ -5087,6 +5438,19 @@ export declare const euSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5087
5438
|
lng: z.ZodNumber;
|
|
5088
5439
|
}, z.core.$strip>>;
|
|
5089
5440
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5441
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5442
|
+
identifier: z.ZodLiteral<"A">;
|
|
5443
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5444
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5445
|
+
identifier: z.ZodLiteral<"B">;
|
|
5446
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5447
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5448
|
+
identifier: z.ZodLiteral<"C">;
|
|
5449
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5450
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5451
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5452
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5453
|
+
}, z.core.$strip>]>>>;
|
|
5090
5454
|
}, z.core.$strip>>>;
|
|
5091
5455
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5092
5456
|
identifier: z.ZodString;
|
|
@@ -5258,6 +5622,19 @@ export declare const usSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5258
5622
|
lng: z.ZodNumber;
|
|
5259
5623
|
}, z.core.$strip>>;
|
|
5260
5624
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5625
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5626
|
+
identifier: z.ZodLiteral<"A">;
|
|
5627
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5628
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5629
|
+
identifier: z.ZodLiteral<"B">;
|
|
5630
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5631
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5632
|
+
identifier: z.ZodLiteral<"C">;
|
|
5633
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5634
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5635
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5636
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5637
|
+
}, z.core.$strip>]>>>;
|
|
5261
5638
|
}, z.core.$strip>>>;
|
|
5262
5639
|
created: z.ZodString;
|
|
5263
5640
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5447,6 +5824,19 @@ export declare const globalSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5447
5824
|
lng: z.ZodNumber;
|
|
5448
5825
|
}, z.core.$strip>>;
|
|
5449
5826
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5827
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5828
|
+
identifier: z.ZodLiteral<"A">;
|
|
5829
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5830
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5831
|
+
identifier: z.ZodLiteral<"B">;
|
|
5832
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5833
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5834
|
+
identifier: z.ZodLiteral<"C">;
|
|
5835
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5836
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5837
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
5838
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5839
|
+
}, z.core.$strip>]>>>;
|
|
5450
5840
|
}, z.core.$strip>>>;
|
|
5451
5841
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5452
5842
|
identifier: z.ZodString;
|
|
@@ -5632,6 +6022,19 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5632
6022
|
lng: z.ZodNumber;
|
|
5633
6023
|
}, z.core.$strip>>;
|
|
5634
6024
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6025
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6026
|
+
identifier: z.ZodLiteral<"A">;
|
|
6027
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6028
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6029
|
+
identifier: z.ZodLiteral<"B">;
|
|
6030
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6031
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6032
|
+
identifier: z.ZodLiteral<"C">;
|
|
6033
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6034
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6035
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6036
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6037
|
+
}, z.core.$strip>]>>>;
|
|
5635
6038
|
}, z.core.$strip>>>;
|
|
5636
6039
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5637
6040
|
identifier: z.ZodString;
|
|
@@ -5802,6 +6205,19 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5802
6205
|
lng: z.ZodNumber;
|
|
5803
6206
|
}, z.core.$strip>>;
|
|
5804
6207
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6208
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6209
|
+
identifier: z.ZodLiteral<"A">;
|
|
6210
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6211
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6212
|
+
identifier: z.ZodLiteral<"B">;
|
|
6213
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6214
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6215
|
+
identifier: z.ZodLiteral<"C">;
|
|
6216
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6217
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6218
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6219
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6220
|
+
}, z.core.$strip>]>>>;
|
|
5805
6221
|
}, z.core.$strip>>>;
|
|
5806
6222
|
created: z.ZodString;
|
|
5807
6223
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5990,6 +6406,19 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
5990
6406
|
lng: z.ZodNumber;
|
|
5991
6407
|
}, z.core.$strip>>;
|
|
5992
6408
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6409
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6410
|
+
identifier: z.ZodLiteral<"A">;
|
|
6411
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6412
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6413
|
+
identifier: z.ZodLiteral<"B">;
|
|
6414
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6415
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6416
|
+
identifier: z.ZodLiteral<"C">;
|
|
6417
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6418
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6419
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6420
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6421
|
+
}, z.core.$strip>]>>>;
|
|
5993
6422
|
}, z.core.$strip>>>;
|
|
5994
6423
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5995
6424
|
identifier: z.ZodString;
|
|
@@ -6175,6 +6604,19 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6175
6604
|
lng: z.ZodNumber;
|
|
6176
6605
|
}, z.core.$strip>>;
|
|
6177
6606
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6607
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6608
|
+
identifier: z.ZodLiteral<"A">;
|
|
6609
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6610
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6611
|
+
identifier: z.ZodLiteral<"B">;
|
|
6612
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6613
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6614
|
+
identifier: z.ZodLiteral<"C">;
|
|
6615
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6616
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6617
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6618
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6619
|
+
}, z.core.$strip>]>>>;
|
|
6178
6620
|
}, z.core.$strip>>>;
|
|
6179
6621
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6180
6622
|
identifier: z.ZodString;
|
|
@@ -6345,6 +6787,19 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6345
6787
|
lng: z.ZodNumber;
|
|
6346
6788
|
}, z.core.$strip>>;
|
|
6347
6789
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6790
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6791
|
+
identifier: z.ZodLiteral<"A">;
|
|
6792
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6793
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6794
|
+
identifier: z.ZodLiteral<"B">;
|
|
6795
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6796
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6797
|
+
identifier: z.ZodLiteral<"C">;
|
|
6798
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6799
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6800
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
6801
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6802
|
+
}, z.core.$strip>]>>>;
|
|
6348
6803
|
}, z.core.$strip>>>;
|
|
6349
6804
|
created: z.ZodString;
|
|
6350
6805
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6533,6 +6988,19 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6533
6988
|
lng: z.ZodNumber;
|
|
6534
6989
|
}, z.core.$strip>>;
|
|
6535
6990
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6991
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6992
|
+
identifier: z.ZodLiteral<"A">;
|
|
6993
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6994
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6995
|
+
identifier: z.ZodLiteral<"B">;
|
|
6996
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6997
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
6998
|
+
identifier: z.ZodLiteral<"C">;
|
|
6999
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7000
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7001
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7002
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7003
|
+
}, z.core.$strip>]>>>;
|
|
6536
7004
|
}, z.core.$strip>>>;
|
|
6537
7005
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6538
7006
|
identifier: z.ZodString;
|
|
@@ -6718,6 +7186,19 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
|
|
|
6718
7186
|
lng: z.ZodNumber;
|
|
6719
7187
|
}, z.core.$strip>>;
|
|
6720
7188
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7189
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7190
|
+
identifier: z.ZodLiteral<"A">;
|
|
7191
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7192
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7193
|
+
identifier: z.ZodLiteral<"B">;
|
|
7194
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7195
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7196
|
+
identifier: z.ZodLiteral<"C">;
|
|
7197
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7198
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7199
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7200
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7201
|
+
}, z.core.$strip>]>>>;
|
|
6721
7202
|
}, z.core.$strip>>>;
|
|
6722
7203
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6723
7204
|
identifier: z.ZodString;
|
|
@@ -6889,6 +7370,19 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
|
|
|
6889
7370
|
lng: z.ZodNumber;
|
|
6890
7371
|
}, z.core.$strip>>;
|
|
6891
7372
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7373
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7374
|
+
identifier: z.ZodLiteral<"A">;
|
|
7375
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7376
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7377
|
+
identifier: z.ZodLiteral<"B">;
|
|
7378
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7379
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7380
|
+
identifier: z.ZodLiteral<"C">;
|
|
7381
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7382
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7383
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7384
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7385
|
+
}, z.core.$strip>]>>>;
|
|
6892
7386
|
}, z.core.$strip>>>;
|
|
6893
7387
|
created: z.ZodString;
|
|
6894
7388
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7078,6 +7572,19 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
|
|
|
7078
7572
|
lng: z.ZodNumber;
|
|
7079
7573
|
}, z.core.$strip>>;
|
|
7080
7574
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7575
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7576
|
+
identifier: z.ZodLiteral<"A">;
|
|
7577
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7578
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7579
|
+
identifier: z.ZodLiteral<"B">;
|
|
7580
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7581
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7582
|
+
identifier: z.ZodLiteral<"C">;
|
|
7583
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7584
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7585
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7586
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7587
|
+
}, z.core.$strip>]>>>;
|
|
7081
7588
|
}, z.core.$strip>>>;
|
|
7082
7589
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7083
7590
|
identifier: z.ZodString;
|
|
@@ -7263,6 +7770,19 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7263
7770
|
lng: z.ZodNumber;
|
|
7264
7771
|
}, z.core.$strip>>;
|
|
7265
7772
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7773
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7774
|
+
identifier: z.ZodLiteral<"A">;
|
|
7775
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7776
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7777
|
+
identifier: z.ZodLiteral<"B">;
|
|
7778
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7779
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7780
|
+
identifier: z.ZodLiteral<"C">;
|
|
7781
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7782
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7783
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7784
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7785
|
+
}, z.core.$strip>]>>>;
|
|
7266
7786
|
}, z.core.$strip>>>;
|
|
7267
7787
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7268
7788
|
identifier: z.ZodString;
|
|
@@ -7433,6 +7953,19 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7433
7953
|
lng: z.ZodNumber;
|
|
7434
7954
|
}, z.core.$strip>>;
|
|
7435
7955
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7956
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7957
|
+
identifier: z.ZodLiteral<"A">;
|
|
7958
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7959
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7960
|
+
identifier: z.ZodLiteral<"B">;
|
|
7961
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7962
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7963
|
+
identifier: z.ZodLiteral<"C">;
|
|
7964
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7965
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7966
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
7967
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7968
|
+
}, z.core.$strip>]>>>;
|
|
7436
7969
|
}, z.core.$strip>>>;
|
|
7437
7970
|
created: z.ZodString;
|
|
7438
7971
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7621,6 +8154,19 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7621
8154
|
lng: z.ZodNumber;
|
|
7622
8155
|
}, z.core.$strip>>;
|
|
7623
8156
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8157
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8158
|
+
identifier: z.ZodLiteral<"A">;
|
|
8159
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8160
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8161
|
+
identifier: z.ZodLiteral<"B">;
|
|
8162
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8163
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8164
|
+
identifier: z.ZodLiteral<"C">;
|
|
8165
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8166
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8167
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8168
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8169
|
+
}, z.core.$strip>]>>>;
|
|
7624
8170
|
}, z.core.$strip>>>;
|
|
7625
8171
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7626
8172
|
identifier: z.ZodString;
|
|
@@ -7806,6 +8352,19 @@ export declare const euSignalAPISchemaV1: z.ZodObject<{
|
|
|
7806
8352
|
lng: z.ZodNumber;
|
|
7807
8353
|
}, z.core.$strip>>;
|
|
7808
8354
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8355
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8356
|
+
identifier: z.ZodLiteral<"A">;
|
|
8357
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8358
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8359
|
+
identifier: z.ZodLiteral<"B">;
|
|
8360
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8361
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8362
|
+
identifier: z.ZodLiteral<"C">;
|
|
8363
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8364
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8365
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8366
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8367
|
+
}, z.core.$strip>]>>>;
|
|
7809
8368
|
}, z.core.$strip>>>;
|
|
7810
8369
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7811
8370
|
identifier: z.ZodString;
|
|
@@ -7988,6 +8547,19 @@ export declare const usSignalAPISchemaV1: z.ZodObject<{
|
|
|
7988
8547
|
lng: z.ZodNumber;
|
|
7989
8548
|
}, z.core.$strip>>;
|
|
7990
8549
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8550
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8551
|
+
identifier: z.ZodLiteral<"A">;
|
|
8552
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8553
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8554
|
+
identifier: z.ZodLiteral<"B">;
|
|
8555
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8556
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8557
|
+
identifier: z.ZodLiteral<"C">;
|
|
8558
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8559
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8560
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8561
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8562
|
+
}, z.core.$strip>]>>>;
|
|
7991
8563
|
}, z.core.$strip>>>;
|
|
7992
8564
|
created: z.ZodString;
|
|
7993
8565
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8188,6 +8760,19 @@ export declare const globalSignalAPISchemaV1: z.ZodObject<{
|
|
|
8188
8760
|
lng: z.ZodNumber;
|
|
8189
8761
|
}, z.core.$strip>>;
|
|
8190
8762
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8763
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8764
|
+
identifier: z.ZodLiteral<"A">;
|
|
8765
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8766
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8767
|
+
identifier: z.ZodLiteral<"B">;
|
|
8768
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8769
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8770
|
+
identifier: z.ZodLiteral<"C">;
|
|
8771
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8772
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8773
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8774
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8775
|
+
}, z.core.$strip>]>>>;
|
|
8191
8776
|
}, z.core.$strip>>>;
|
|
8192
8777
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8193
8778
|
identifier: z.ZodString;
|
|
@@ -8384,6 +8969,19 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8384
8969
|
lng: z.ZodNumber;
|
|
8385
8970
|
}, z.core.$strip>>;
|
|
8386
8971
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8972
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8973
|
+
identifier: z.ZodLiteral<"A">;
|
|
8974
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8975
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8976
|
+
identifier: z.ZodLiteral<"B">;
|
|
8977
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8978
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8979
|
+
identifier: z.ZodLiteral<"C">;
|
|
8980
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8981
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8982
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
8983
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8984
|
+
}, z.core.$strip>]>>>;
|
|
8387
8985
|
}, z.core.$strip>>>;
|
|
8388
8986
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8389
8987
|
identifier: z.ZodString;
|
|
@@ -8565,6 +9163,19 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8565
9163
|
lng: z.ZodNumber;
|
|
8566
9164
|
}, z.core.$strip>>;
|
|
8567
9165
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9166
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9167
|
+
identifier: z.ZodLiteral<"A">;
|
|
9168
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9169
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9170
|
+
identifier: z.ZodLiteral<"B">;
|
|
9171
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9172
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9173
|
+
identifier: z.ZodLiteral<"C">;
|
|
9174
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9175
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9176
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9177
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9178
|
+
}, z.core.$strip>]>>>;
|
|
8568
9179
|
}, z.core.$strip>>>;
|
|
8569
9180
|
created: z.ZodString;
|
|
8570
9181
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8764,6 +9375,19 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
8764
9375
|
lng: z.ZodNumber;
|
|
8765
9376
|
}, z.core.$strip>>;
|
|
8766
9377
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9378
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9379
|
+
identifier: z.ZodLiteral<"A">;
|
|
9380
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9381
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9382
|
+
identifier: z.ZodLiteral<"B">;
|
|
9383
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9384
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9385
|
+
identifier: z.ZodLiteral<"C">;
|
|
9386
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9387
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9388
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9389
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9390
|
+
}, z.core.$strip>]>>>;
|
|
8767
9391
|
}, z.core.$strip>>>;
|
|
8768
9392
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8769
9393
|
identifier: z.ZodString;
|
|
@@ -8968,6 +9592,19 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
8968
9592
|
lng: z.ZodNumber;
|
|
8969
9593
|
}, z.core.$strip>>;
|
|
8970
9594
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9595
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9596
|
+
identifier: z.ZodLiteral<"A">;
|
|
9597
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9598
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9599
|
+
identifier: z.ZodLiteral<"B">;
|
|
9600
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9601
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9602
|
+
identifier: z.ZodLiteral<"C">;
|
|
9603
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9604
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9605
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9606
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9607
|
+
}, z.core.$strip>]>>>;
|
|
8971
9608
|
}, z.core.$strip>>>;
|
|
8972
9609
|
created: z.ZodString;
|
|
8973
9610
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9159,6 +9796,19 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9159
9796
|
lng: z.ZodNumber;
|
|
9160
9797
|
}, z.core.$strip>>;
|
|
9161
9798
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9799
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9800
|
+
identifier: z.ZodLiteral<"A">;
|
|
9801
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9802
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9803
|
+
identifier: z.ZodLiteral<"B">;
|
|
9804
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9805
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9806
|
+
identifier: z.ZodLiteral<"C">;
|
|
9807
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9808
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9809
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
9810
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9811
|
+
}, z.core.$strip>]>>>;
|
|
9162
9812
|
}, z.core.$strip>>>;
|
|
9163
9813
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9164
9814
|
identifier: z.ZodString;
|
|
@@ -9340,6 +9990,19 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9340
9990
|
lng: z.ZodNumber;
|
|
9341
9991
|
}, z.core.$strip>>;
|
|
9342
9992
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9993
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9994
|
+
identifier: z.ZodLiteral<"A">;
|
|
9995
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9996
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9997
|
+
identifier: z.ZodLiteral<"B">;
|
|
9998
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9999
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10000
|
+
identifier: z.ZodLiteral<"C">;
|
|
10001
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
10002
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10003
|
+
identifier: z.ZodLiteral<"Not Yet Determined">;
|
|
10004
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
10005
|
+
}, z.core.$strip>]>>>;
|
|
9343
10006
|
}, z.core.$strip>>>;
|
|
9344
10007
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9345
10008
|
identifier: z.ZodString;
|