@new-project-media/client-frontends-shared-types 3.14.3 → 3.14.4
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.
|
@@ -148,16 +148,16 @@ export declare const euSignalFullSchemaV1: z.ZodObject<{
|
|
|
148
148
|
}, z.core.$strip>>;
|
|
149
149
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
150
150
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
151
|
-
identifier: z.ZodLiteral<"A">;
|
|
151
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
152
152
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
153
153
|
}, z.core.$strip>, z.ZodObject<{
|
|
154
|
-
identifier: z.ZodLiteral<"B">;
|
|
154
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
155
155
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
156
156
|
}, z.core.$strip>, z.ZodObject<{
|
|
157
|
-
identifier: z.ZodLiteral<"C">;
|
|
157
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
158
158
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
159
159
|
}, z.core.$strip>, z.ZodObject<{
|
|
160
|
-
identifier: z.ZodLiteral<"
|
|
160
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
161
161
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
162
162
|
}, z.core.$strip>]>>>;
|
|
163
163
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -349,16 +349,16 @@ export declare const usSignalFullSchemaV1: z.ZodObject<{
|
|
|
349
349
|
}, z.core.$strip>>;
|
|
350
350
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
351
351
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
352
|
-
identifier: z.ZodLiteral<"A">;
|
|
352
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
353
353
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
354
354
|
}, z.core.$strip>, z.ZodObject<{
|
|
355
|
-
identifier: z.ZodLiteral<"B">;
|
|
355
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
356
356
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
357
357
|
}, z.core.$strip>, z.ZodObject<{
|
|
358
|
-
identifier: z.ZodLiteral<"C">;
|
|
358
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
359
359
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
360
360
|
}, z.core.$strip>, z.ZodObject<{
|
|
361
|
-
identifier: z.ZodLiteral<"
|
|
361
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
362
362
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
363
363
|
}, z.core.$strip>]>>>;
|
|
364
364
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -568,16 +568,16 @@ export declare const globalSignalFullSchemaV1: z.ZodObject<{
|
|
|
568
568
|
}, z.core.$strip>>;
|
|
569
569
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
570
570
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
571
|
-
identifier: z.ZodLiteral<"A">;
|
|
571
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
572
572
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
573
573
|
}, z.core.$strip>, z.ZodObject<{
|
|
574
|
-
identifier: z.ZodLiteral<"B">;
|
|
574
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
575
575
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
576
576
|
}, z.core.$strip>, z.ZodObject<{
|
|
577
|
-
identifier: z.ZodLiteral<"C">;
|
|
577
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
578
578
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
579
579
|
}, z.core.$strip>, z.ZodObject<{
|
|
580
|
-
identifier: z.ZodLiteral<"
|
|
580
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
581
581
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
582
582
|
}, z.core.$strip>]>>>;
|
|
583
583
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -689,16 +689,16 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
|
|
|
689
689
|
}, z.core.$strip>>;
|
|
690
690
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
691
691
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
692
|
-
identifier: z.ZodLiteral<"A">;
|
|
692
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
693
693
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
694
694
|
}, z.core.$strip>, z.ZodObject<{
|
|
695
|
-
identifier: z.ZodLiteral<"B">;
|
|
695
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
696
696
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
697
697
|
}, z.core.$strip>, z.ZodObject<{
|
|
698
|
-
identifier: z.ZodLiteral<"C">;
|
|
698
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
699
699
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
700
700
|
}, z.core.$strip>, z.ZodObject<{
|
|
701
|
-
identifier: z.ZodLiteral<"
|
|
701
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
702
702
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
703
703
|
}, z.core.$strip>]>>>;
|
|
704
704
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -874,16 +874,16 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
|
|
|
874
874
|
}, z.core.$strip>>;
|
|
875
875
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
876
876
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
877
|
-
identifier: z.ZodLiteral<"A">;
|
|
877
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
878
878
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
879
879
|
}, z.core.$strip>, z.ZodObject<{
|
|
880
|
-
identifier: z.ZodLiteral<"B">;
|
|
880
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
881
881
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
882
882
|
}, z.core.$strip>, z.ZodObject<{
|
|
883
|
-
identifier: z.ZodLiteral<"C">;
|
|
883
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
884
884
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
885
885
|
}, z.core.$strip>, z.ZodObject<{
|
|
886
|
-
identifier: z.ZodLiteral<"
|
|
886
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
887
887
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
888
888
|
}, z.core.$strip>]>>>;
|
|
889
889
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -1077,16 +1077,16 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
|
|
|
1077
1077
|
}, z.core.$strip>>;
|
|
1078
1078
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1079
1079
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1080
|
-
identifier: z.ZodLiteral<"A">;
|
|
1080
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1081
1081
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1082
1082
|
}, z.core.$strip>, z.ZodObject<{
|
|
1083
|
-
identifier: z.ZodLiteral<"B">;
|
|
1083
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1084
1084
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1085
1085
|
}, z.core.$strip>, z.ZodObject<{
|
|
1086
|
-
identifier: z.ZodLiteral<"C">;
|
|
1086
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1087
1087
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1088
1088
|
}, z.core.$strip>, z.ZodObject<{
|
|
1089
|
-
identifier: z.ZodLiteral<"
|
|
1089
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1090
1090
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1091
1091
|
}, z.core.$strip>]>>>;
|
|
1092
1092
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -1276,16 +1276,16 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1276
1276
|
}, z.core.$strip>>;
|
|
1277
1277
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1278
1278
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1279
|
-
identifier: z.ZodLiteral<"A">;
|
|
1279
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1280
1280
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1281
1281
|
}, z.core.$strip>, z.ZodObject<{
|
|
1282
|
-
identifier: z.ZodLiteral<"B">;
|
|
1282
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1283
1283
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1284
1284
|
}, z.core.$strip>, z.ZodObject<{
|
|
1285
|
-
identifier: z.ZodLiteral<"C">;
|
|
1285
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1286
1286
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1287
1287
|
}, z.core.$strip>, z.ZodObject<{
|
|
1288
|
-
identifier: z.ZodLiteral<"
|
|
1288
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1289
1289
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1290
1290
|
}, z.core.$strip>]>>>;
|
|
1291
1291
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -1462,16 +1462,16 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1462
1462
|
}, z.core.$strip>>;
|
|
1463
1463
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1464
1464
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1465
|
-
identifier: z.ZodLiteral<"A">;
|
|
1465
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1466
1466
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1467
1467
|
}, z.core.$strip>, z.ZodObject<{
|
|
1468
|
-
identifier: z.ZodLiteral<"B">;
|
|
1468
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1469
1469
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1470
1470
|
}, z.core.$strip>, z.ZodObject<{
|
|
1471
|
-
identifier: z.ZodLiteral<"C">;
|
|
1471
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1472
1472
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1473
1473
|
}, z.core.$strip>, z.ZodObject<{
|
|
1474
|
-
identifier: z.ZodLiteral<"
|
|
1474
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1475
1475
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1476
1476
|
}, z.core.$strip>]>>>;
|
|
1477
1477
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -1666,16 +1666,16 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1666
1666
|
}, z.core.$strip>>;
|
|
1667
1667
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1668
1668
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1669
|
-
identifier: z.ZodLiteral<"A">;
|
|
1669
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1670
1670
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1671
1671
|
}, z.core.$strip>, z.ZodObject<{
|
|
1672
|
-
identifier: z.ZodLiteral<"B">;
|
|
1672
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1673
1673
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1674
1674
|
}, z.core.$strip>, z.ZodObject<{
|
|
1675
|
-
identifier: z.ZodLiteral<"C">;
|
|
1675
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1676
1676
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1677
1677
|
}, z.core.$strip>, z.ZodObject<{
|
|
1678
|
-
identifier: z.ZodLiteral<"
|
|
1678
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1679
1679
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1680
1680
|
}, z.core.$strip>]>>>;
|
|
1681
1681
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -1866,16 +1866,16 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1866
1866
|
}, z.core.$strip>>;
|
|
1867
1867
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
1868
1868
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1869
|
-
identifier: z.ZodLiteral<"A">;
|
|
1869
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1870
1870
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1871
1871
|
}, z.core.$strip>, z.ZodObject<{
|
|
1872
|
-
identifier: z.ZodLiteral<"B">;
|
|
1872
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1873
1873
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1874
1874
|
}, z.core.$strip>, z.ZodObject<{
|
|
1875
|
-
identifier: z.ZodLiteral<"C">;
|
|
1875
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1876
1876
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1877
1877
|
}, z.core.$strip>, z.ZodObject<{
|
|
1878
|
-
identifier: z.ZodLiteral<"
|
|
1878
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1879
1879
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1880
1880
|
}, z.core.$strip>]>>>;
|
|
1881
1881
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -2051,16 +2051,16 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2051
2051
|
}, z.core.$strip>>;
|
|
2052
2052
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2053
2053
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2054
|
-
identifier: z.ZodLiteral<"A">;
|
|
2054
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2055
2055
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2056
2056
|
}, z.core.$strip>, z.ZodObject<{
|
|
2057
|
-
identifier: z.ZodLiteral<"B">;
|
|
2057
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2058
2058
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2059
2059
|
}, z.core.$strip>, z.ZodObject<{
|
|
2060
|
-
identifier: z.ZodLiteral<"C">;
|
|
2060
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2061
2061
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2062
2062
|
}, z.core.$strip>, z.ZodObject<{
|
|
2063
|
-
identifier: z.ZodLiteral<"
|
|
2063
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2064
2064
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2065
2065
|
}, z.core.$strip>]>>>;
|
|
2066
2066
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -2254,16 +2254,16 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2254
2254
|
}, z.core.$strip>>;
|
|
2255
2255
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2256
2256
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2257
|
-
identifier: z.ZodLiteral<"A">;
|
|
2257
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2258
2258
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2259
2259
|
}, z.core.$strip>, z.ZodObject<{
|
|
2260
|
-
identifier: z.ZodLiteral<"B">;
|
|
2260
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2261
2261
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2262
2262
|
}, z.core.$strip>, z.ZodObject<{
|
|
2263
|
-
identifier: z.ZodLiteral<"C">;
|
|
2263
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2264
2264
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2265
2265
|
}, z.core.$strip>, z.ZodObject<{
|
|
2266
|
-
identifier: z.ZodLiteral<"
|
|
2266
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2267
2267
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2268
2268
|
}, z.core.$strip>]>>>;
|
|
2269
2269
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -2454,16 +2454,16 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2454
2454
|
}, z.core.$strip>>;
|
|
2455
2455
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2456
2456
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2457
|
-
identifier: z.ZodLiteral<"A">;
|
|
2457
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2458
2458
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2459
2459
|
}, z.core.$strip>, z.ZodObject<{
|
|
2460
|
-
identifier: z.ZodLiteral<"B">;
|
|
2460
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2461
2461
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2462
2462
|
}, z.core.$strip>, z.ZodObject<{
|
|
2463
|
-
identifier: z.ZodLiteral<"C">;
|
|
2463
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2464
2464
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2465
2465
|
}, z.core.$strip>, z.ZodObject<{
|
|
2466
|
-
identifier: z.ZodLiteral<"
|
|
2466
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2467
2467
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2468
2468
|
}, z.core.$strip>]>>>;
|
|
2469
2469
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -2639,16 +2639,16 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2639
2639
|
}, z.core.$strip>>;
|
|
2640
2640
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2641
2641
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2642
|
-
identifier: z.ZodLiteral<"A">;
|
|
2642
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2643
2643
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2644
2644
|
}, z.core.$strip>, z.ZodObject<{
|
|
2645
|
-
identifier: z.ZodLiteral<"B">;
|
|
2645
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2646
2646
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2647
2647
|
}, z.core.$strip>, z.ZodObject<{
|
|
2648
|
-
identifier: z.ZodLiteral<"C">;
|
|
2648
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2649
2649
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2650
2650
|
}, z.core.$strip>, z.ZodObject<{
|
|
2651
|
-
identifier: z.ZodLiteral<"
|
|
2651
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2652
2652
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2653
2653
|
}, z.core.$strip>]>>>;
|
|
2654
2654
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -2842,16 +2842,16 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2842
2842
|
}, z.core.$strip>>;
|
|
2843
2843
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
2844
2844
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2845
|
-
identifier: z.ZodLiteral<"A">;
|
|
2845
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2846
2846
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2847
2847
|
}, z.core.$strip>, z.ZodObject<{
|
|
2848
|
-
identifier: z.ZodLiteral<"B">;
|
|
2848
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2849
2849
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2850
2850
|
}, z.core.$strip>, z.ZodObject<{
|
|
2851
|
-
identifier: z.ZodLiteral<"C">;
|
|
2851
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2852
2852
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2853
2853
|
}, z.core.$strip>, z.ZodObject<{
|
|
2854
|
-
identifier: z.ZodLiteral<"
|
|
2854
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2855
2855
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2856
2856
|
}, z.core.$strip>]>>>;
|
|
2857
2857
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -3042,16 +3042,16 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3042
3042
|
}, z.core.$strip>>;
|
|
3043
3043
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3044
3044
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3045
|
-
identifier: z.ZodLiteral<"A">;
|
|
3045
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
3046
3046
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3047
3047
|
}, z.core.$strip>, z.ZodObject<{
|
|
3048
|
-
identifier: z.ZodLiteral<"B">;
|
|
3048
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
3049
3049
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3050
3050
|
}, z.core.$strip>, z.ZodObject<{
|
|
3051
|
-
identifier: z.ZodLiteral<"C">;
|
|
3051
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
3052
3052
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3053
3053
|
}, z.core.$strip>, z.ZodObject<{
|
|
3054
|
-
identifier: z.ZodLiteral<"
|
|
3054
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
3055
3055
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3056
3056
|
}, z.core.$strip>]>>>;
|
|
3057
3057
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -3226,16 +3226,16 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3226
3226
|
}, z.core.$strip>>;
|
|
3227
3227
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3228
3228
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3229
|
-
identifier: z.ZodLiteral<"A">;
|
|
3229
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
3230
3230
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3231
3231
|
}, z.core.$strip>, z.ZodObject<{
|
|
3232
|
-
identifier: z.ZodLiteral<"B">;
|
|
3232
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
3233
3233
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3234
3234
|
}, z.core.$strip>, z.ZodObject<{
|
|
3235
|
-
identifier: z.ZodLiteral<"C">;
|
|
3235
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
3236
3236
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3237
3237
|
}, z.core.$strip>, z.ZodObject<{
|
|
3238
|
-
identifier: z.ZodLiteral<"
|
|
3238
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
3239
3239
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3240
3240
|
}, z.core.$strip>]>>>;
|
|
3241
3241
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -3428,16 +3428,16 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3428
3428
|
}, z.core.$strip>>;
|
|
3429
3429
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3430
3430
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3431
|
-
identifier: z.ZodLiteral<"A">;
|
|
3431
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
3432
3432
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3433
3433
|
}, z.core.$strip>, z.ZodObject<{
|
|
3434
|
-
identifier: z.ZodLiteral<"B">;
|
|
3434
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
3435
3435
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3436
3436
|
}, z.core.$strip>, z.ZodObject<{
|
|
3437
|
-
identifier: z.ZodLiteral<"C">;
|
|
3437
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
3438
3438
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3439
3439
|
}, z.core.$strip>, z.ZodObject<{
|
|
3440
|
-
identifier: z.ZodLiteral<"
|
|
3440
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
3441
3441
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3442
3442
|
}, z.core.$strip>]>>>;
|
|
3443
3443
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -3627,16 +3627,16 @@ export declare const euSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3627
3627
|
}, z.core.$strip>>;
|
|
3628
3628
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3629
3629
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3630
|
-
identifier: z.ZodLiteral<"A">;
|
|
3630
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
3631
3631
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3632
3632
|
}, z.core.$strip>, z.ZodObject<{
|
|
3633
|
-
identifier: z.ZodLiteral<"B">;
|
|
3633
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
3634
3634
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3635
3635
|
}, z.core.$strip>, z.ZodObject<{
|
|
3636
|
-
identifier: z.ZodLiteral<"C">;
|
|
3636
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
3637
3637
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3638
3638
|
}, z.core.$strip>, z.ZodObject<{
|
|
3639
|
-
identifier: z.ZodLiteral<"
|
|
3639
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
3640
3640
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3641
3641
|
}, z.core.$strip>]>>>;
|
|
3642
3642
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -3824,16 +3824,16 @@ export declare const usSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3824
3824
|
}, z.core.$strip>>;
|
|
3825
3825
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
3826
3826
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3827
|
-
identifier: z.ZodLiteral<"A">;
|
|
3827
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
3828
3828
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
3829
3829
|
}, z.core.$strip>, z.ZodObject<{
|
|
3830
|
-
identifier: z.ZodLiteral<"B">;
|
|
3830
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
3831
3831
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
3832
3832
|
}, z.core.$strip>, z.ZodObject<{
|
|
3833
|
-
identifier: z.ZodLiteral<"C">;
|
|
3833
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
3834
3834
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
3835
3835
|
}, z.core.$strip>, z.ZodObject<{
|
|
3836
|
-
identifier: z.ZodLiteral<"
|
|
3836
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
3837
3837
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
3838
3838
|
}, z.core.$strip>]>>>;
|
|
3839
3839
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -4039,16 +4039,16 @@ export declare const globalSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
4039
4039
|
}, z.core.$strip>>;
|
|
4040
4040
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4041
4041
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4042
|
-
identifier: z.ZodLiteral<"A">;
|
|
4042
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
4043
4043
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4044
4044
|
}, z.core.$strip>, z.ZodObject<{
|
|
4045
|
-
identifier: z.ZodLiteral<"B">;
|
|
4045
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
4046
4046
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4047
4047
|
}, z.core.$strip>, z.ZodObject<{
|
|
4048
|
-
identifier: z.ZodLiteral<"C">;
|
|
4048
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
4049
4049
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4050
4050
|
}, z.core.$strip>, z.ZodObject<{
|
|
4051
|
-
identifier: z.ZodLiteral<"
|
|
4051
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
4052
4052
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4053
4053
|
}, z.core.$strip>]>>>;
|
|
4054
4054
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -4250,16 +4250,16 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4250
4250
|
}, z.core.$strip>>;
|
|
4251
4251
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4252
4252
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4253
|
-
identifier: z.ZodLiteral<"A">;
|
|
4253
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
4254
4254
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4255
4255
|
}, z.core.$strip>, z.ZodObject<{
|
|
4256
|
-
identifier: z.ZodLiteral<"B">;
|
|
4256
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
4257
4257
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4258
4258
|
}, z.core.$strip>, z.ZodObject<{
|
|
4259
|
-
identifier: z.ZodLiteral<"C">;
|
|
4259
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
4260
4260
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4261
4261
|
}, z.core.$strip>, z.ZodObject<{
|
|
4262
|
-
identifier: z.ZodLiteral<"
|
|
4262
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
4263
4263
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4264
4264
|
}, z.core.$strip>]>>>;
|
|
4265
4265
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -4446,16 +4446,16 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4446
4446
|
}, z.core.$strip>>;
|
|
4447
4447
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4448
4448
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4449
|
-
identifier: z.ZodLiteral<"A">;
|
|
4449
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
4450
4450
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4451
4451
|
}, z.core.$strip>, z.ZodObject<{
|
|
4452
|
-
identifier: z.ZodLiteral<"B">;
|
|
4452
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
4453
4453
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4454
4454
|
}, z.core.$strip>, z.ZodObject<{
|
|
4455
|
-
identifier: z.ZodLiteral<"C">;
|
|
4455
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
4456
4456
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4457
4457
|
}, z.core.$strip>, z.ZodObject<{
|
|
4458
|
-
identifier: z.ZodLiteral<"
|
|
4458
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
4459
4459
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4460
4460
|
}, z.core.$strip>]>>>;
|
|
4461
4461
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -4660,16 +4660,16 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4660
4660
|
}, z.core.$strip>>;
|
|
4661
4661
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4662
4662
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4663
|
-
identifier: z.ZodLiteral<"A">;
|
|
4663
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
4664
4664
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4665
4665
|
}, z.core.$strip>, z.ZodObject<{
|
|
4666
|
-
identifier: z.ZodLiteral<"B">;
|
|
4666
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
4667
4667
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4668
4668
|
}, z.core.$strip>, z.ZodObject<{
|
|
4669
|
-
identifier: z.ZodLiteral<"C">;
|
|
4669
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
4670
4670
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4671
4671
|
}, z.core.$strip>, z.ZodObject<{
|
|
4672
|
-
identifier: z.ZodLiteral<"
|
|
4672
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
4673
4673
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4674
4674
|
}, z.core.$strip>]>>>;
|
|
4675
4675
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -4871,16 +4871,16 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4871
4871
|
}, z.core.$strip>>;
|
|
4872
4872
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
4873
4873
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4874
|
-
identifier: z.ZodLiteral<"A">;
|
|
4874
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
4875
4875
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
4876
4876
|
}, z.core.$strip>, z.ZodObject<{
|
|
4877
|
-
identifier: z.ZodLiteral<"B">;
|
|
4877
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
4878
4878
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
4879
4879
|
}, z.core.$strip>, z.ZodObject<{
|
|
4880
|
-
identifier: z.ZodLiteral<"C">;
|
|
4880
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
4881
4881
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
4882
4882
|
}, z.core.$strip>, z.ZodObject<{
|
|
4883
|
-
identifier: z.ZodLiteral<"
|
|
4883
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
4884
4884
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
4885
4885
|
}, z.core.$strip>]>>>;
|
|
4886
4886
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -5067,16 +5067,16 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
5067
5067
|
}, z.core.$strip>>;
|
|
5068
5068
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5069
5069
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5070
|
-
identifier: z.ZodLiteral<"A">;
|
|
5070
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5071
5071
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5072
5072
|
}, z.core.$strip>, z.ZodObject<{
|
|
5073
|
-
identifier: z.ZodLiteral<"B">;
|
|
5073
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5074
5074
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5075
5075
|
}, z.core.$strip>, z.ZodObject<{
|
|
5076
|
-
identifier: z.ZodLiteral<"C">;
|
|
5076
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5077
5077
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5078
5078
|
}, z.core.$strip>, z.ZodObject<{
|
|
5079
|
-
identifier: z.ZodLiteral<"
|
|
5079
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5080
5080
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5081
5081
|
}, z.core.$strip>]>>>;
|
|
5082
5082
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -5281,16 +5281,16 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
5281
5281
|
}, z.core.$strip>>;
|
|
5282
5282
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5283
5283
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5284
|
-
identifier: z.ZodLiteral<"A">;
|
|
5284
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5285
5285
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5286
5286
|
}, z.core.$strip>, z.ZodObject<{
|
|
5287
|
-
identifier: z.ZodLiteral<"B">;
|
|
5287
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5288
5288
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5289
5289
|
}, z.core.$strip>, z.ZodObject<{
|
|
5290
|
-
identifier: z.ZodLiteral<"C">;
|
|
5290
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5291
5291
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5292
5292
|
}, z.core.$strip>, z.ZodObject<{
|
|
5293
|
-
identifier: z.ZodLiteral<"
|
|
5293
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5294
5294
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5295
5295
|
}, z.core.$strip>]>>>;
|
|
5296
5296
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -5492,16 +5492,16 @@ export declare const euSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5492
5492
|
}, z.core.$strip>>;
|
|
5493
5493
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5494
5494
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5495
|
-
identifier: z.ZodLiteral<"A">;
|
|
5495
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5496
5496
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5497
5497
|
}, z.core.$strip>, z.ZodObject<{
|
|
5498
|
-
identifier: z.ZodLiteral<"B">;
|
|
5498
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5499
5499
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5500
5500
|
}, z.core.$strip>, z.ZodObject<{
|
|
5501
|
-
identifier: z.ZodLiteral<"C">;
|
|
5501
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5502
5502
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5503
5503
|
}, z.core.$strip>, z.ZodObject<{
|
|
5504
|
-
identifier: z.ZodLiteral<"
|
|
5504
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5505
5505
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5506
5506
|
}, z.core.$strip>]>>>;
|
|
5507
5507
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -5678,16 +5678,16 @@ export declare const usSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5678
5678
|
}, z.core.$strip>>;
|
|
5679
5679
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5680
5680
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5681
|
-
identifier: z.ZodLiteral<"A">;
|
|
5681
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5682
5682
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5683
5683
|
}, z.core.$strip>, z.ZodObject<{
|
|
5684
|
-
identifier: z.ZodLiteral<"B">;
|
|
5684
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5685
5685
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5686
5686
|
}, z.core.$strip>, z.ZodObject<{
|
|
5687
|
-
identifier: z.ZodLiteral<"C">;
|
|
5687
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5688
5688
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5689
5689
|
}, z.core.$strip>, z.ZodObject<{
|
|
5690
|
-
identifier: z.ZodLiteral<"
|
|
5690
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5691
5691
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5692
5692
|
}, z.core.$strip>]>>>;
|
|
5693
5693
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -5882,16 +5882,16 @@ export declare const globalSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5882
5882
|
}, z.core.$strip>>;
|
|
5883
5883
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
5884
5884
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5885
|
-
identifier: z.ZodLiteral<"A">;
|
|
5885
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5886
5886
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5887
5887
|
}, z.core.$strip>, z.ZodObject<{
|
|
5888
|
-
identifier: z.ZodLiteral<"B">;
|
|
5888
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5889
5889
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5890
5890
|
}, z.core.$strip>, z.ZodObject<{
|
|
5891
|
-
identifier: z.ZodLiteral<"C">;
|
|
5891
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5892
5892
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5893
5893
|
}, z.core.$strip>, z.ZodObject<{
|
|
5894
|
-
identifier: z.ZodLiteral<"
|
|
5894
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5895
5895
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5896
5896
|
}, z.core.$strip>]>>>;
|
|
5897
5897
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -6082,16 +6082,16 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6082
6082
|
}, z.core.$strip>>;
|
|
6083
6083
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6084
6084
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6085
|
-
identifier: z.ZodLiteral<"A">;
|
|
6085
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
6086
6086
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6087
6087
|
}, z.core.$strip>, z.ZodObject<{
|
|
6088
|
-
identifier: z.ZodLiteral<"B">;
|
|
6088
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
6089
6089
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6090
6090
|
}, z.core.$strip>, z.ZodObject<{
|
|
6091
|
-
identifier: z.ZodLiteral<"C">;
|
|
6091
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
6092
6092
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6093
6093
|
}, z.core.$strip>, z.ZodObject<{
|
|
6094
|
-
identifier: z.ZodLiteral<"
|
|
6094
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
6095
6095
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6096
6096
|
}, z.core.$strip>]>>>;
|
|
6097
6097
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -6267,16 +6267,16 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6267
6267
|
}, z.core.$strip>>;
|
|
6268
6268
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6269
6269
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6270
|
-
identifier: z.ZodLiteral<"A">;
|
|
6270
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
6271
6271
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6272
6272
|
}, z.core.$strip>, z.ZodObject<{
|
|
6273
|
-
identifier: z.ZodLiteral<"B">;
|
|
6273
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
6274
6274
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6275
6275
|
}, z.core.$strip>, z.ZodObject<{
|
|
6276
|
-
identifier: z.ZodLiteral<"C">;
|
|
6276
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
6277
6277
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6278
6278
|
}, z.core.$strip>, z.ZodObject<{
|
|
6279
|
-
identifier: z.ZodLiteral<"
|
|
6279
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
6280
6280
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6281
6281
|
}, z.core.$strip>]>>>;
|
|
6282
6282
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -6470,16 +6470,16 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6470
6470
|
}, z.core.$strip>>;
|
|
6471
6471
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6472
6472
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6473
|
-
identifier: z.ZodLiteral<"A">;
|
|
6473
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
6474
6474
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6475
6475
|
}, z.core.$strip>, z.ZodObject<{
|
|
6476
|
-
identifier: z.ZodLiteral<"B">;
|
|
6476
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
6477
6477
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6478
6478
|
}, z.core.$strip>, z.ZodObject<{
|
|
6479
|
-
identifier: z.ZodLiteral<"C">;
|
|
6479
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
6480
6480
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6481
6481
|
}, z.core.$strip>, z.ZodObject<{
|
|
6482
|
-
identifier: z.ZodLiteral<"
|
|
6482
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
6483
6483
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6484
6484
|
}, z.core.$strip>]>>>;
|
|
6485
6485
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -6670,16 +6670,16 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6670
6670
|
}, z.core.$strip>>;
|
|
6671
6671
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6672
6672
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6673
|
-
identifier: z.ZodLiteral<"A">;
|
|
6673
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
6674
6674
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6675
6675
|
}, z.core.$strip>, z.ZodObject<{
|
|
6676
|
-
identifier: z.ZodLiteral<"B">;
|
|
6676
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
6677
6677
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6678
6678
|
}, z.core.$strip>, z.ZodObject<{
|
|
6679
|
-
identifier: z.ZodLiteral<"C">;
|
|
6679
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
6680
6680
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6681
6681
|
}, z.core.$strip>, z.ZodObject<{
|
|
6682
|
-
identifier: z.ZodLiteral<"
|
|
6682
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
6683
6683
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6684
6684
|
}, z.core.$strip>]>>>;
|
|
6685
6685
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -6855,16 +6855,16 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6855
6855
|
}, z.core.$strip>>;
|
|
6856
6856
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
6857
6857
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
6858
|
-
identifier: z.ZodLiteral<"A">;
|
|
6858
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
6859
6859
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
6860
6860
|
}, z.core.$strip>, z.ZodObject<{
|
|
6861
|
-
identifier: z.ZodLiteral<"B">;
|
|
6861
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
6862
6862
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
6863
6863
|
}, z.core.$strip>, z.ZodObject<{
|
|
6864
|
-
identifier: z.ZodLiteral<"C">;
|
|
6864
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
6865
6865
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
6866
6866
|
}, z.core.$strip>, z.ZodObject<{
|
|
6867
|
-
identifier: z.ZodLiteral<"
|
|
6867
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
6868
6868
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
6869
6869
|
}, z.core.$strip>]>>>;
|
|
6870
6870
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -7058,16 +7058,16 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
7058
7058
|
}, z.core.$strip>>;
|
|
7059
7059
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7060
7060
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7061
|
-
identifier: z.ZodLiteral<"A">;
|
|
7061
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
7062
7062
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7063
7063
|
}, z.core.$strip>, z.ZodObject<{
|
|
7064
|
-
identifier: z.ZodLiteral<"B">;
|
|
7064
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
7065
7065
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7066
7066
|
}, z.core.$strip>, z.ZodObject<{
|
|
7067
|
-
identifier: z.ZodLiteral<"C">;
|
|
7067
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
7068
7068
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7069
7069
|
}, z.core.$strip>, z.ZodObject<{
|
|
7070
|
-
identifier: z.ZodLiteral<"
|
|
7070
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
7071
7071
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7072
7072
|
}, z.core.$strip>]>>>;
|
|
7073
7073
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -7258,16 +7258,16 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
|
|
|
7258
7258
|
}, z.core.$strip>>;
|
|
7259
7259
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7260
7260
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7261
|
-
identifier: z.ZodLiteral<"A">;
|
|
7261
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
7262
7262
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7263
7263
|
}, z.core.$strip>, z.ZodObject<{
|
|
7264
|
-
identifier: z.ZodLiteral<"B">;
|
|
7264
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
7265
7265
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7266
7266
|
}, z.core.$strip>, z.ZodObject<{
|
|
7267
|
-
identifier: z.ZodLiteral<"C">;
|
|
7267
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
7268
7268
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7269
7269
|
}, z.core.$strip>, z.ZodObject<{
|
|
7270
|
-
identifier: z.ZodLiteral<"
|
|
7270
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
7271
7271
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7272
7272
|
}, z.core.$strip>]>>>;
|
|
7273
7273
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -7444,16 +7444,16 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
|
|
|
7444
7444
|
}, z.core.$strip>>;
|
|
7445
7445
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7446
7446
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7447
|
-
identifier: z.ZodLiteral<"A">;
|
|
7447
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
7448
7448
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7449
7449
|
}, z.core.$strip>, z.ZodObject<{
|
|
7450
|
-
identifier: z.ZodLiteral<"B">;
|
|
7450
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
7451
7451
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7452
7452
|
}, z.core.$strip>, z.ZodObject<{
|
|
7453
|
-
identifier: z.ZodLiteral<"C">;
|
|
7453
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
7454
7454
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7455
7455
|
}, z.core.$strip>, z.ZodObject<{
|
|
7456
|
-
identifier: z.ZodLiteral<"
|
|
7456
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
7457
7457
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7458
7458
|
}, z.core.$strip>]>>>;
|
|
7459
7459
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -7648,16 +7648,16 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
|
|
|
7648
7648
|
}, z.core.$strip>>;
|
|
7649
7649
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7650
7650
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7651
|
-
identifier: z.ZodLiteral<"A">;
|
|
7651
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
7652
7652
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7653
7653
|
}, z.core.$strip>, z.ZodObject<{
|
|
7654
|
-
identifier: z.ZodLiteral<"B">;
|
|
7654
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
7655
7655
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7656
7656
|
}, z.core.$strip>, z.ZodObject<{
|
|
7657
|
-
identifier: z.ZodLiteral<"C">;
|
|
7657
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
7658
7658
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7659
7659
|
}, z.core.$strip>, z.ZodObject<{
|
|
7660
|
-
identifier: z.ZodLiteral<"
|
|
7660
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
7661
7661
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7662
7662
|
}, z.core.$strip>]>>>;
|
|
7663
7663
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -7848,16 +7848,16 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7848
7848
|
}, z.core.$strip>>;
|
|
7849
7849
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
7850
7850
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
7851
|
-
identifier: z.ZodLiteral<"A">;
|
|
7851
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
7852
7852
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
7853
7853
|
}, z.core.$strip>, z.ZodObject<{
|
|
7854
|
-
identifier: z.ZodLiteral<"B">;
|
|
7854
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
7855
7855
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
7856
7856
|
}, z.core.$strip>, z.ZodObject<{
|
|
7857
|
-
identifier: z.ZodLiteral<"C">;
|
|
7857
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
7858
7858
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
7859
7859
|
}, z.core.$strip>, z.ZodObject<{
|
|
7860
|
-
identifier: z.ZodLiteral<"
|
|
7860
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
7861
7861
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
7862
7862
|
}, z.core.$strip>]>>>;
|
|
7863
7863
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -8033,16 +8033,16 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
8033
8033
|
}, z.core.$strip>>;
|
|
8034
8034
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8035
8035
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8036
|
-
identifier: z.ZodLiteral<"A">;
|
|
8036
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
8037
8037
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8038
8038
|
}, z.core.$strip>, z.ZodObject<{
|
|
8039
|
-
identifier: z.ZodLiteral<"B">;
|
|
8039
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
8040
8040
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8041
8041
|
}, z.core.$strip>, z.ZodObject<{
|
|
8042
|
-
identifier: z.ZodLiteral<"C">;
|
|
8042
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
8043
8043
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8044
8044
|
}, z.core.$strip>, z.ZodObject<{
|
|
8045
|
-
identifier: z.ZodLiteral<"
|
|
8045
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
8046
8046
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8047
8047
|
}, z.core.$strip>]>>>;
|
|
8048
8048
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -8236,16 +8236,16 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
8236
8236
|
}, z.core.$strip>>;
|
|
8237
8237
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8238
8238
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8239
|
-
identifier: z.ZodLiteral<"A">;
|
|
8239
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
8240
8240
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8241
8241
|
}, z.core.$strip>, z.ZodObject<{
|
|
8242
|
-
identifier: z.ZodLiteral<"B">;
|
|
8242
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
8243
8243
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8244
8244
|
}, z.core.$strip>, z.ZodObject<{
|
|
8245
|
-
identifier: z.ZodLiteral<"C">;
|
|
8245
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
8246
8246
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8247
8247
|
}, z.core.$strip>, z.ZodObject<{
|
|
8248
|
-
identifier: z.ZodLiteral<"
|
|
8248
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
8249
8249
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8250
8250
|
}, z.core.$strip>]>>>;
|
|
8251
8251
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -8436,16 +8436,16 @@ export declare const euSignalAPISchemaV1: z.ZodObject<{
|
|
|
8436
8436
|
}, z.core.$strip>>;
|
|
8437
8437
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8438
8438
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8439
|
-
identifier: z.ZodLiteral<"A">;
|
|
8439
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
8440
8440
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8441
8441
|
}, z.core.$strip>, z.ZodObject<{
|
|
8442
|
-
identifier: z.ZodLiteral<"B">;
|
|
8442
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
8443
8443
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8444
8444
|
}, z.core.$strip>, z.ZodObject<{
|
|
8445
|
-
identifier: z.ZodLiteral<"C">;
|
|
8445
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
8446
8446
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8447
8447
|
}, z.core.$strip>, z.ZodObject<{
|
|
8448
|
-
identifier: z.ZodLiteral<"
|
|
8448
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
8449
8449
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8450
8450
|
}, z.core.$strip>]>>>;
|
|
8451
8451
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -8634,16 +8634,16 @@ export declare const usSignalAPISchemaV1: z.ZodObject<{
|
|
|
8634
8634
|
}, z.core.$strip>>;
|
|
8635
8635
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8636
8636
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8637
|
-
identifier: z.ZodLiteral<"A">;
|
|
8637
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
8638
8638
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8639
8639
|
}, z.core.$strip>, z.ZodObject<{
|
|
8640
|
-
identifier: z.ZodLiteral<"B">;
|
|
8640
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
8641
8641
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8642
8642
|
}, z.core.$strip>, z.ZodObject<{
|
|
8643
|
-
identifier: z.ZodLiteral<"C">;
|
|
8643
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
8644
8644
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8645
8645
|
}, z.core.$strip>, z.ZodObject<{
|
|
8646
|
-
identifier: z.ZodLiteral<"
|
|
8646
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
8647
8647
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8648
8648
|
}, z.core.$strip>]>>>;
|
|
8649
8649
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -8850,16 +8850,16 @@ export declare const globalSignalAPISchemaV1: z.ZodObject<{
|
|
|
8850
8850
|
}, z.core.$strip>>;
|
|
8851
8851
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
8852
8852
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8853
|
-
identifier: z.ZodLiteral<"A">;
|
|
8853
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
8854
8854
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
8855
8855
|
}, z.core.$strip>, z.ZodObject<{
|
|
8856
|
-
identifier: z.ZodLiteral<"B">;
|
|
8856
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
8857
8857
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
8858
8858
|
}, z.core.$strip>, z.ZodObject<{
|
|
8859
|
-
identifier: z.ZodLiteral<"C">;
|
|
8859
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
8860
8860
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
8861
8861
|
}, z.core.$strip>, z.ZodObject<{
|
|
8862
|
-
identifier: z.ZodLiteral<"
|
|
8862
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
8863
8863
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
8864
8864
|
}, z.core.$strip>]>>>;
|
|
8865
8865
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -9062,16 +9062,16 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9062
9062
|
}, z.core.$strip>>;
|
|
9063
9063
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9064
9064
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9065
|
-
identifier: z.ZodLiteral<"A">;
|
|
9065
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
9066
9066
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9067
9067
|
}, z.core.$strip>, z.ZodObject<{
|
|
9068
|
-
identifier: z.ZodLiteral<"B">;
|
|
9068
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
9069
9069
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9070
9070
|
}, z.core.$strip>, z.ZodObject<{
|
|
9071
|
-
identifier: z.ZodLiteral<"C">;
|
|
9071
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
9072
9072
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9073
9073
|
}, z.core.$strip>, z.ZodObject<{
|
|
9074
|
-
identifier: z.ZodLiteral<"
|
|
9074
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
9075
9075
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9076
9076
|
}, z.core.$strip>]>>>;
|
|
9077
9077
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -9259,16 +9259,16 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9259
9259
|
}, z.core.$strip>>;
|
|
9260
9260
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9261
9261
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9262
|
-
identifier: z.ZodLiteral<"A">;
|
|
9262
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
9263
9263
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9264
9264
|
}, z.core.$strip>, z.ZodObject<{
|
|
9265
|
-
identifier: z.ZodLiteral<"B">;
|
|
9265
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
9266
9266
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9267
9267
|
}, z.core.$strip>, z.ZodObject<{
|
|
9268
|
-
identifier: z.ZodLiteral<"C">;
|
|
9268
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
9269
9269
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9270
9270
|
}, z.core.$strip>, z.ZodObject<{
|
|
9271
|
-
identifier: z.ZodLiteral<"
|
|
9271
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
9272
9272
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9273
9273
|
}, z.core.$strip>]>>>;
|
|
9274
9274
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -9474,16 +9474,16 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9474
9474
|
}, z.core.$strip>>;
|
|
9475
9475
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9476
9476
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9477
|
-
identifier: z.ZodLiteral<"A">;
|
|
9477
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
9478
9478
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9479
9479
|
}, z.core.$strip>, z.ZodObject<{
|
|
9480
|
-
identifier: z.ZodLiteral<"B">;
|
|
9480
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
9481
9481
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9482
9482
|
}, z.core.$strip>, z.ZodObject<{
|
|
9483
|
-
identifier: z.ZodLiteral<"C">;
|
|
9483
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
9484
9484
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9485
9485
|
}, z.core.$strip>, z.ZodObject<{
|
|
9486
|
-
identifier: z.ZodLiteral<"
|
|
9486
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
9487
9487
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9488
9488
|
}, z.core.$strip>]>>>;
|
|
9489
9489
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -9694,16 +9694,16 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9694
9694
|
}, z.core.$strip>>;
|
|
9695
9695
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9696
9696
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9697
|
-
identifier: z.ZodLiteral<"A">;
|
|
9697
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
9698
9698
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9699
9699
|
}, z.core.$strip>, z.ZodObject<{
|
|
9700
|
-
identifier: z.ZodLiteral<"B">;
|
|
9700
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
9701
9701
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9702
9702
|
}, z.core.$strip>, z.ZodObject<{
|
|
9703
|
-
identifier: z.ZodLiteral<"C">;
|
|
9703
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
9704
9704
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9705
9705
|
}, z.core.$strip>, z.ZodObject<{
|
|
9706
|
-
identifier: z.ZodLiteral<"
|
|
9706
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
9707
9707
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9708
9708
|
}, z.core.$strip>]>>>;
|
|
9709
9709
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -9901,16 +9901,16 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9901
9901
|
}, z.core.$strip>>;
|
|
9902
9902
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
9903
9903
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9904
|
-
identifier: z.ZodLiteral<"A">;
|
|
9904
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
9905
9905
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
9906
9906
|
}, z.core.$strip>, z.ZodObject<{
|
|
9907
|
-
identifier: z.ZodLiteral<"B">;
|
|
9907
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
9908
9908
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
9909
9909
|
}, z.core.$strip>, z.ZodObject<{
|
|
9910
|
-
identifier: z.ZodLiteral<"C">;
|
|
9910
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
9911
9911
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
9912
9912
|
}, z.core.$strip>, z.ZodObject<{
|
|
9913
|
-
identifier: z.ZodLiteral<"
|
|
9913
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
9914
9914
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
9915
9915
|
}, z.core.$strip>]>>>;
|
|
9916
9916
|
source: z.ZodOptional<z.ZodString>;
|
|
@@ -10098,16 +10098,16 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
10098
10098
|
}, z.core.$strip>>;
|
|
10099
10099
|
override: z.ZodOptional<z.ZodBoolean>;
|
|
10100
10100
|
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
10101
|
-
identifier: z.ZodLiteral<"A">;
|
|
10101
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
10102
10102
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
10103
10103
|
}, z.core.$strip>, z.ZodObject<{
|
|
10104
|
-
identifier: z.ZodLiteral<"B">;
|
|
10104
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
10105
10105
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
10106
10106
|
}, z.core.$strip>, z.ZodObject<{
|
|
10107
|
-
identifier: z.ZodLiteral<"C">;
|
|
10107
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
10108
10108
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
10109
10109
|
}, z.core.$strip>, z.ZodObject<{
|
|
10110
|
-
identifier: z.ZodLiteral<"
|
|
10110
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
10111
10111
|
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
10112
10112
|
}, z.core.$strip>]>>>;
|
|
10113
10113
|
source: z.ZodOptional<z.ZodString>;
|