@new-project-media/client-frontends-shared-types 3.15.6 → 3.15.7
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@new-project-media/client-frontends-shared-types",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.7",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "tsc -p tsconfig.json",
|
|
6
6
|
"postbuild": "mkdir -p ../../dist/packages/client-frontends-shared-types/ && cp package.json ../../dist/packages/client-frontends-shared-types/",
|
|
@@ -657,6 +657,48 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
|
|
|
657
657
|
source: z.ZodOptional<z.ZodString>;
|
|
658
658
|
}, z.core.$strip>>>;
|
|
659
659
|
id: z.ZodString;
|
|
660
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
661
|
+
identifier: z.ZodString;
|
|
662
|
+
id: z.ZodString;
|
|
663
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
664
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
665
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
666
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
667
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
668
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
669
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
670
|
+
_type: z.ZodString;
|
|
671
|
+
city: z.ZodOptional<z.ZodString>;
|
|
672
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
673
|
+
country: z.ZodOptional<z.ZodString>;
|
|
674
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
675
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
676
|
+
county: z.ZodOptional<z.ZodString>;
|
|
677
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
678
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
679
|
+
state: z.ZodOptional<z.ZodString>;
|
|
680
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
681
|
+
}, z.core.$strip>>;
|
|
682
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
683
|
+
lat: z.ZodNumber;
|
|
684
|
+
lng: z.ZodNumber;
|
|
685
|
+
}, z.core.$strip>>;
|
|
686
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
687
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
688
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
689
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
690
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
691
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
692
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
693
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
694
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
695
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
696
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
697
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
698
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
699
|
+
}, z.core.$strip>]>>>;
|
|
700
|
+
source: z.ZodOptional<z.ZodString>;
|
|
701
|
+
}, z.core.$strip>>>;
|
|
660
702
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
661
703
|
identifier: z.ZodString;
|
|
662
704
|
id: z.ZodString;
|
|
@@ -757,6 +799,48 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
|
|
|
757
799
|
source: z.ZodOptional<z.ZodString>;
|
|
758
800
|
}, z.core.$strip>>>;
|
|
759
801
|
id: z.ZodString;
|
|
802
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
803
|
+
identifier: z.ZodString;
|
|
804
|
+
id: z.ZodString;
|
|
805
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
806
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
807
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
808
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
809
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
810
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
811
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
812
|
+
_type: z.ZodString;
|
|
813
|
+
city: z.ZodOptional<z.ZodString>;
|
|
814
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
815
|
+
country: z.ZodOptional<z.ZodString>;
|
|
816
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
817
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
818
|
+
county: z.ZodOptional<z.ZodString>;
|
|
819
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
820
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
821
|
+
state: z.ZodOptional<z.ZodString>;
|
|
822
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
823
|
+
}, z.core.$strip>>;
|
|
824
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
825
|
+
lat: z.ZodNumber;
|
|
826
|
+
lng: z.ZodNumber;
|
|
827
|
+
}, z.core.$strip>>;
|
|
828
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
829
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
830
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
831
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
832
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
833
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
834
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
835
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
836
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
837
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
838
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
839
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
840
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
841
|
+
}, z.core.$strip>]>>>;
|
|
842
|
+
source: z.ZodOptional<z.ZodString>;
|
|
843
|
+
}, z.core.$strip>>>;
|
|
760
844
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
761
845
|
identifier: z.ZodString;
|
|
762
846
|
id: z.ZodString;
|
|
@@ -857,6 +941,48 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
|
|
|
857
941
|
source: z.ZodOptional<z.ZodString>;
|
|
858
942
|
}, z.core.$strip>>>;
|
|
859
943
|
id: z.ZodString;
|
|
944
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
945
|
+
identifier: z.ZodString;
|
|
946
|
+
id: z.ZodString;
|
|
947
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
948
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
949
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
950
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
951
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
952
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
953
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
954
|
+
_type: z.ZodString;
|
|
955
|
+
city: z.ZodOptional<z.ZodString>;
|
|
956
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
957
|
+
country: z.ZodOptional<z.ZodString>;
|
|
958
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
959
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
960
|
+
county: z.ZodOptional<z.ZodString>;
|
|
961
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
962
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
963
|
+
state: z.ZodOptional<z.ZodString>;
|
|
964
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
965
|
+
}, z.core.$strip>>;
|
|
966
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
967
|
+
lat: z.ZodNumber;
|
|
968
|
+
lng: z.ZodNumber;
|
|
969
|
+
}, z.core.$strip>>;
|
|
970
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
971
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
972
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
973
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
974
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
975
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
976
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
977
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
978
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
979
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
980
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
981
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
982
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
983
|
+
}, z.core.$strip>]>>>;
|
|
984
|
+
source: z.ZodOptional<z.ZodString>;
|
|
985
|
+
}, z.core.$strip>>>;
|
|
860
986
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
861
987
|
identifier: z.ZodString;
|
|
862
988
|
id: z.ZodString;
|
|
@@ -953,6 +1079,48 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
953
1079
|
source: z.ZodOptional<z.ZodString>;
|
|
954
1080
|
}, z.core.$strip>>>;
|
|
955
1081
|
id: z.ZodString;
|
|
1082
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1083
|
+
identifier: z.ZodString;
|
|
1084
|
+
id: z.ZodString;
|
|
1085
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
1086
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
1087
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
1088
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
1089
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1090
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
1091
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
1092
|
+
_type: z.ZodString;
|
|
1093
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1094
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
1095
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1096
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
1097
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
1098
|
+
county: z.ZodOptional<z.ZodString>;
|
|
1099
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
1100
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
1101
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1102
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
1103
|
+
}, z.core.$strip>>;
|
|
1104
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
1105
|
+
lat: z.ZodNumber;
|
|
1106
|
+
lng: z.ZodNumber;
|
|
1107
|
+
}, z.core.$strip>>;
|
|
1108
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
1109
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1110
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1111
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1113
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1114
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1116
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1117
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1118
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1119
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1120
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1121
|
+
}, z.core.$strip>]>>>;
|
|
1122
|
+
source: z.ZodOptional<z.ZodString>;
|
|
1123
|
+
}, z.core.$strip>>>;
|
|
956
1124
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
957
1125
|
identifier: z.ZodString;
|
|
958
1126
|
id: z.ZodString;
|
|
@@ -1054,6 +1222,48 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1054
1222
|
source: z.ZodOptional<z.ZodString>;
|
|
1055
1223
|
}, z.core.$strip>>>;
|
|
1056
1224
|
id: z.ZodString;
|
|
1225
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1226
|
+
identifier: z.ZodString;
|
|
1227
|
+
id: z.ZodString;
|
|
1228
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
1229
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
1230
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
1231
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
1232
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1233
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
1234
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
1235
|
+
_type: z.ZodString;
|
|
1236
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1237
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
1238
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1239
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
1240
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
1241
|
+
county: z.ZodOptional<z.ZodString>;
|
|
1242
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
1243
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
1244
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1245
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
1246
|
+
}, z.core.$strip>>;
|
|
1247
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
1248
|
+
lat: z.ZodNumber;
|
|
1249
|
+
lng: z.ZodNumber;
|
|
1250
|
+
}, z.core.$strip>>;
|
|
1251
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
1252
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1253
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1254
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1255
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1256
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1257
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1258
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1259
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1260
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1261
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1262
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1263
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1264
|
+
}, z.core.$strip>]>>>;
|
|
1265
|
+
source: z.ZodOptional<z.ZodString>;
|
|
1266
|
+
}, z.core.$strip>>>;
|
|
1057
1267
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1058
1268
|
identifier: z.ZodString;
|
|
1059
1269
|
id: z.ZodString;
|
|
@@ -1155,6 +1365,48 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1155
1365
|
source: z.ZodOptional<z.ZodString>;
|
|
1156
1366
|
}, z.core.$strip>>>;
|
|
1157
1367
|
id: z.ZodString;
|
|
1368
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1369
|
+
identifier: z.ZodString;
|
|
1370
|
+
id: z.ZodString;
|
|
1371
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
1372
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
1373
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
1374
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
1375
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1376
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
1377
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
1378
|
+
_type: z.ZodString;
|
|
1379
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1380
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
1381
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1382
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
1383
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
1384
|
+
county: z.ZodOptional<z.ZodString>;
|
|
1385
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
1386
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
1387
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1388
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
1389
|
+
}, z.core.$strip>>;
|
|
1390
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
1391
|
+
lat: z.ZodNumber;
|
|
1392
|
+
lng: z.ZodNumber;
|
|
1393
|
+
}, z.core.$strip>>;
|
|
1394
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
1395
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1396
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1397
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1398
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1399
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1400
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1401
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1402
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1403
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1404
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1405
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1406
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1407
|
+
}, z.core.$strip>]>>>;
|
|
1408
|
+
source: z.ZodOptional<z.ZodString>;
|
|
1409
|
+
}, z.core.$strip>>>;
|
|
1158
1410
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1159
1411
|
identifier: z.ZodString;
|
|
1160
1412
|
id: z.ZodString;
|
|
@@ -1252,11 +1504,53 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1252
1504
|
source: z.ZodOptional<z.ZodString>;
|
|
1253
1505
|
}, z.core.$strip>>>;
|
|
1254
1506
|
id: z.ZodString;
|
|
1255
|
-
|
|
1507
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1256
1508
|
identifier: z.ZodString;
|
|
1257
1509
|
id: z.ZodString;
|
|
1258
|
-
|
|
1259
|
-
|
|
1510
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
1511
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
1512
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
1513
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
1514
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1515
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
1516
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
1517
|
+
_type: z.ZodString;
|
|
1518
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
1520
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1521
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
1522
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
1523
|
+
county: z.ZodOptional<z.ZodString>;
|
|
1524
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
1525
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
1526
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1527
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
1528
|
+
}, z.core.$strip>>;
|
|
1529
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
1530
|
+
lat: z.ZodNumber;
|
|
1531
|
+
lng: z.ZodNumber;
|
|
1532
|
+
}, z.core.$strip>>;
|
|
1533
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
1534
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1535
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1536
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1537
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1538
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1539
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1540
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1541
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1542
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1543
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1544
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1545
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1546
|
+
}, z.core.$strip>]>>>;
|
|
1547
|
+
source: z.ZodOptional<z.ZodString>;
|
|
1548
|
+
}, z.core.$strip>>>;
|
|
1549
|
+
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1550
|
+
identifier: z.ZodString;
|
|
1551
|
+
id: z.ZodString;
|
|
1552
|
+
}, z.core.$strip>>>;
|
|
1553
|
+
documents: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1260
1554
|
filename: z.ZodString;
|
|
1261
1555
|
created: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1262
1556
|
document_id: z.ZodString;
|
|
@@ -1352,6 +1646,48 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1352
1646
|
source: z.ZodOptional<z.ZodString>;
|
|
1353
1647
|
}, z.core.$strip>>>;
|
|
1354
1648
|
id: z.ZodString;
|
|
1649
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1650
|
+
identifier: z.ZodString;
|
|
1651
|
+
id: z.ZodString;
|
|
1652
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
1653
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
1654
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
1655
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
1656
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1657
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
1658
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
1659
|
+
_type: z.ZodString;
|
|
1660
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1661
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1663
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
1664
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
1665
|
+
county: z.ZodOptional<z.ZodString>;
|
|
1666
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
1668
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1669
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
1670
|
+
}, z.core.$strip>>;
|
|
1671
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
1672
|
+
lat: z.ZodNumber;
|
|
1673
|
+
lng: z.ZodNumber;
|
|
1674
|
+
}, z.core.$strip>>;
|
|
1675
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
1676
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1677
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1678
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1679
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1680
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1681
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1682
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1683
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1684
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1685
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1686
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1687
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1688
|
+
}, z.core.$strip>]>>>;
|
|
1689
|
+
source: z.ZodOptional<z.ZodString>;
|
|
1690
|
+
}, z.core.$strip>>>;
|
|
1355
1691
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1356
1692
|
identifier: z.ZodString;
|
|
1357
1693
|
id: z.ZodString;
|
|
@@ -1452,6 +1788,48 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1452
1788
|
source: z.ZodOptional<z.ZodString>;
|
|
1453
1789
|
}, z.core.$strip>>>;
|
|
1454
1790
|
id: z.ZodString;
|
|
1791
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1792
|
+
identifier: z.ZodString;
|
|
1793
|
+
id: z.ZodString;
|
|
1794
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
1795
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
1796
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
1797
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
1798
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1799
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
1800
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
1801
|
+
_type: z.ZodString;
|
|
1802
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1803
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
1804
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1805
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
1806
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
1807
|
+
county: z.ZodOptional<z.ZodString>;
|
|
1808
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
1809
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
1810
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1811
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
1812
|
+
}, z.core.$strip>>;
|
|
1813
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
1814
|
+
lat: z.ZodNumber;
|
|
1815
|
+
lng: z.ZodNumber;
|
|
1816
|
+
}, z.core.$strip>>;
|
|
1817
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
1818
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1819
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1820
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1821
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1822
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1823
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1824
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1825
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1826
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1827
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1828
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1829
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1830
|
+
}, z.core.$strip>]>>>;
|
|
1831
|
+
source: z.ZodOptional<z.ZodString>;
|
|
1832
|
+
}, z.core.$strip>>>;
|
|
1455
1833
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1456
1834
|
identifier: z.ZodString;
|
|
1457
1835
|
id: z.ZodString;
|
|
@@ -1549,6 +1927,48 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
1549
1927
|
source: z.ZodOptional<z.ZodString>;
|
|
1550
1928
|
}, z.core.$strip>>>;
|
|
1551
1929
|
id: z.ZodString;
|
|
1930
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1931
|
+
identifier: z.ZodString;
|
|
1932
|
+
id: z.ZodString;
|
|
1933
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
1934
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
1935
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
1936
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
1937
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1938
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
1939
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
1940
|
+
_type: z.ZodString;
|
|
1941
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1942
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
1943
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1944
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
1945
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
1946
|
+
county: z.ZodOptional<z.ZodString>;
|
|
1947
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
1948
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
1949
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1950
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
1951
|
+
}, z.core.$strip>>;
|
|
1952
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
1953
|
+
lat: z.ZodNumber;
|
|
1954
|
+
lng: z.ZodNumber;
|
|
1955
|
+
}, z.core.$strip>>;
|
|
1956
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
1957
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
1958
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
1959
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
1960
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1961
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
1962
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
1963
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1964
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
1965
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
1966
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1967
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
1968
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
1969
|
+
}, z.core.$strip>]>>>;
|
|
1970
|
+
source: z.ZodOptional<z.ZodString>;
|
|
1971
|
+
}, z.core.$strip>>>;
|
|
1552
1972
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1553
1973
|
identifier: z.ZodString;
|
|
1554
1974
|
id: z.ZodString;
|
|
@@ -1649,6 +2069,48 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
1649
2069
|
source: z.ZodOptional<z.ZodString>;
|
|
1650
2070
|
}, z.core.$strip>>>;
|
|
1651
2071
|
id: z.ZodString;
|
|
2072
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2073
|
+
identifier: z.ZodString;
|
|
2074
|
+
id: z.ZodString;
|
|
2075
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
2076
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
2077
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
2078
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
2079
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2080
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
2081
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
2082
|
+
_type: z.ZodString;
|
|
2083
|
+
city: z.ZodOptional<z.ZodString>;
|
|
2084
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
2085
|
+
country: z.ZodOptional<z.ZodString>;
|
|
2086
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
2087
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
2088
|
+
county: z.ZodOptional<z.ZodString>;
|
|
2089
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
2090
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
2091
|
+
state: z.ZodOptional<z.ZodString>;
|
|
2092
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
2093
|
+
}, z.core.$strip>>;
|
|
2094
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
2095
|
+
lat: z.ZodNumber;
|
|
2096
|
+
lng: z.ZodNumber;
|
|
2097
|
+
}, z.core.$strip>>;
|
|
2098
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
2099
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2100
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2101
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2102
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2103
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2104
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2106
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2107
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2108
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2109
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2110
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2111
|
+
}, z.core.$strip>]>>>;
|
|
2112
|
+
source: z.ZodOptional<z.ZodString>;
|
|
2113
|
+
}, z.core.$strip>>>;
|
|
1652
2114
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1653
2115
|
identifier: z.ZodString;
|
|
1654
2116
|
id: z.ZodString;
|
|
@@ -1749,6 +2211,48 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
1749
2211
|
source: z.ZodOptional<z.ZodString>;
|
|
1750
2212
|
}, z.core.$strip>>>;
|
|
1751
2213
|
id: z.ZodString;
|
|
2214
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2215
|
+
identifier: z.ZodString;
|
|
2216
|
+
id: z.ZodString;
|
|
2217
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
2218
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
2219
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
2220
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
2221
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2222
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
2223
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
2224
|
+
_type: z.ZodString;
|
|
2225
|
+
city: z.ZodOptional<z.ZodString>;
|
|
2226
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
2227
|
+
country: z.ZodOptional<z.ZodString>;
|
|
2228
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
2229
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
2230
|
+
county: z.ZodOptional<z.ZodString>;
|
|
2231
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
2232
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
2233
|
+
state: z.ZodOptional<z.ZodString>;
|
|
2234
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
2235
|
+
}, z.core.$strip>>;
|
|
2236
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
2237
|
+
lat: z.ZodNumber;
|
|
2238
|
+
lng: z.ZodNumber;
|
|
2239
|
+
}, z.core.$strip>>;
|
|
2240
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
2241
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2242
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2243
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2244
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2245
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2246
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2247
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2248
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2249
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2250
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2251
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2252
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2253
|
+
}, z.core.$strip>]>>>;
|
|
2254
|
+
source: z.ZodOptional<z.ZodString>;
|
|
2255
|
+
}, z.core.$strip>>>;
|
|
1752
2256
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1753
2257
|
identifier: z.ZodString;
|
|
1754
2258
|
id: z.ZodString;
|
|
@@ -1846,6 +2350,48 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
1846
2350
|
source: z.ZodOptional<z.ZodString>;
|
|
1847
2351
|
}, z.core.$strip>>>;
|
|
1848
2352
|
id: z.ZodString;
|
|
2353
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2354
|
+
identifier: z.ZodString;
|
|
2355
|
+
id: z.ZodString;
|
|
2356
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
2357
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
2358
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
2359
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
2360
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2361
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
2362
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
2363
|
+
_type: z.ZodString;
|
|
2364
|
+
city: z.ZodOptional<z.ZodString>;
|
|
2365
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
2366
|
+
country: z.ZodOptional<z.ZodString>;
|
|
2367
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
2368
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
2369
|
+
county: z.ZodOptional<z.ZodString>;
|
|
2370
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
2371
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
2372
|
+
state: z.ZodOptional<z.ZodString>;
|
|
2373
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
2374
|
+
}, z.core.$strip>>;
|
|
2375
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
2376
|
+
lat: z.ZodNumber;
|
|
2377
|
+
lng: z.ZodNumber;
|
|
2378
|
+
}, z.core.$strip>>;
|
|
2379
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
2380
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2381
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2382
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2383
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2384
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2385
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2386
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2387
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2388
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2389
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2390
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2391
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2392
|
+
}, z.core.$strip>]>>>;
|
|
2393
|
+
source: z.ZodOptional<z.ZodString>;
|
|
2394
|
+
}, z.core.$strip>>>;
|
|
1849
2395
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1850
2396
|
identifier: z.ZodString;
|
|
1851
2397
|
id: z.ZodString;
|
|
@@ -1945,6 +2491,48 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
1945
2491
|
source: z.ZodOptional<z.ZodString>;
|
|
1946
2492
|
}, z.core.$strip>>>;
|
|
1947
2493
|
id: z.ZodString;
|
|
2494
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2495
|
+
identifier: z.ZodString;
|
|
2496
|
+
id: z.ZodString;
|
|
2497
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
2498
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
2499
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
2500
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
2501
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2502
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
2503
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
2504
|
+
_type: z.ZodString;
|
|
2505
|
+
city: z.ZodOptional<z.ZodString>;
|
|
2506
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
2507
|
+
country: z.ZodOptional<z.ZodString>;
|
|
2508
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
2509
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
2510
|
+
county: z.ZodOptional<z.ZodString>;
|
|
2511
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
2512
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
2513
|
+
state: z.ZodOptional<z.ZodString>;
|
|
2514
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
2515
|
+
}, z.core.$strip>>;
|
|
2516
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
2517
|
+
lat: z.ZodNumber;
|
|
2518
|
+
lng: z.ZodNumber;
|
|
2519
|
+
}, z.core.$strip>>;
|
|
2520
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
2521
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2522
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2523
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2524
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2525
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2526
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2527
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2528
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2529
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2530
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2531
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2532
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2533
|
+
}, z.core.$strip>]>>>;
|
|
2534
|
+
source: z.ZodOptional<z.ZodString>;
|
|
2535
|
+
}, z.core.$strip>>>;
|
|
1948
2536
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1949
2537
|
identifier: z.ZodString;
|
|
1950
2538
|
id: z.ZodString;
|
|
@@ -2043,7 +2631,49 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
2043
2631
|
phone: z.ZodOptional<z.ZodString>;
|
|
2044
2632
|
source: z.ZodOptional<z.ZodString>;
|
|
2045
2633
|
}, z.core.$strip>>>;
|
|
2046
|
-
id: z.ZodString;
|
|
2634
|
+
id: z.ZodString;
|
|
2635
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2636
|
+
identifier: z.ZodString;
|
|
2637
|
+
id: z.ZodString;
|
|
2638
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
2639
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
2640
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
2641
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
2642
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2643
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
2644
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
2645
|
+
_type: z.ZodString;
|
|
2646
|
+
city: z.ZodOptional<z.ZodString>;
|
|
2647
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
2648
|
+
country: z.ZodOptional<z.ZodString>;
|
|
2649
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
2650
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
2651
|
+
county: z.ZodOptional<z.ZodString>;
|
|
2652
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
2653
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
2654
|
+
state: z.ZodOptional<z.ZodString>;
|
|
2655
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
2656
|
+
}, z.core.$strip>>;
|
|
2657
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
2658
|
+
lat: z.ZodNumber;
|
|
2659
|
+
lng: z.ZodNumber;
|
|
2660
|
+
}, z.core.$strip>>;
|
|
2661
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
2662
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
2663
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
2664
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
2665
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2666
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
2667
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
2668
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2669
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
2670
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
2671
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2672
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
2673
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
2674
|
+
}, z.core.$strip>]>>>;
|
|
2675
|
+
source: z.ZodOptional<z.ZodString>;
|
|
2676
|
+
}, z.core.$strip>>>;
|
|
2047
2677
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2048
2678
|
identifier: z.ZodString;
|
|
2049
2679
|
id: z.ZodString;
|
|
@@ -4532,6 +5162,48 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
|
|
|
4532
5162
|
source: z.ZodOptional<z.ZodString>;
|
|
4533
5163
|
}, z.core.$strip>>>;
|
|
4534
5164
|
id: z.ZodString;
|
|
5165
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5166
|
+
identifier: z.ZodString;
|
|
5167
|
+
id: z.ZodString;
|
|
5168
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
5169
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
5170
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
5171
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
5172
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5173
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
5174
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
5175
|
+
_type: z.ZodString;
|
|
5176
|
+
city: z.ZodOptional<z.ZodString>;
|
|
5177
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
5178
|
+
country: z.ZodOptional<z.ZodString>;
|
|
5179
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
5180
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
5181
|
+
county: z.ZodOptional<z.ZodString>;
|
|
5182
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
5183
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
5184
|
+
state: z.ZodOptional<z.ZodString>;
|
|
5185
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
5186
|
+
}, z.core.$strip>>;
|
|
5187
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
5188
|
+
lat: z.ZodNumber;
|
|
5189
|
+
lng: z.ZodNumber;
|
|
5190
|
+
}, z.core.$strip>>;
|
|
5191
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
5192
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5193
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5194
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5195
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5196
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5197
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5198
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5199
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5200
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5201
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5202
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5203
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5204
|
+
}, z.core.$strip>]>>>;
|
|
5205
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5206
|
+
}, z.core.$strip>>>;
|
|
4535
5207
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4536
5208
|
identifier: z.ZodString;
|
|
4537
5209
|
id: z.ZodString;
|
|
@@ -4633,6 +5305,48 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
|
|
|
4633
5305
|
source: z.ZodOptional<z.ZodString>;
|
|
4634
5306
|
}, z.core.$strip>>>;
|
|
4635
5307
|
id: z.ZodString;
|
|
5308
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5309
|
+
identifier: z.ZodString;
|
|
5310
|
+
id: z.ZodString;
|
|
5311
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
5312
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
5313
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
5314
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
5315
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5316
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
5317
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
5318
|
+
_type: z.ZodString;
|
|
5319
|
+
city: z.ZodOptional<z.ZodString>;
|
|
5320
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
5321
|
+
country: z.ZodOptional<z.ZodString>;
|
|
5322
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
5323
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
5324
|
+
county: z.ZodOptional<z.ZodString>;
|
|
5325
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
5326
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
5327
|
+
state: z.ZodOptional<z.ZodString>;
|
|
5328
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
5329
|
+
}, z.core.$strip>>;
|
|
5330
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
5331
|
+
lat: z.ZodNumber;
|
|
5332
|
+
lng: z.ZodNumber;
|
|
5333
|
+
}, z.core.$strip>>;
|
|
5334
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
5335
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5336
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5337
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5338
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5339
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5340
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5341
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5342
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5343
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5344
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5345
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5346
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5347
|
+
}, z.core.$strip>]>>>;
|
|
5348
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5349
|
+
}, z.core.$strip>>>;
|
|
4636
5350
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4637
5351
|
identifier: z.ZodString;
|
|
4638
5352
|
id: z.ZodString;
|
|
@@ -4734,6 +5448,48 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
|
|
|
4734
5448
|
source: z.ZodOptional<z.ZodString>;
|
|
4735
5449
|
}, z.core.$strip>>>;
|
|
4736
5450
|
id: z.ZodString;
|
|
5451
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5452
|
+
identifier: z.ZodString;
|
|
5453
|
+
id: z.ZodString;
|
|
5454
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
5455
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
5456
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
5457
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
5458
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5459
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
5460
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
5461
|
+
_type: z.ZodString;
|
|
5462
|
+
city: z.ZodOptional<z.ZodString>;
|
|
5463
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
5464
|
+
country: z.ZodOptional<z.ZodString>;
|
|
5465
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
5466
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
5467
|
+
county: z.ZodOptional<z.ZodString>;
|
|
5468
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
5469
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
5470
|
+
state: z.ZodOptional<z.ZodString>;
|
|
5471
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
5472
|
+
}, z.core.$strip>>;
|
|
5473
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
5474
|
+
lat: z.ZodNumber;
|
|
5475
|
+
lng: z.ZodNumber;
|
|
5476
|
+
}, z.core.$strip>>;
|
|
5477
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
5478
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5479
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5480
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5481
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5482
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5483
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5484
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5485
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5486
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5487
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5488
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5489
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5490
|
+
}, z.core.$strip>]>>>;
|
|
5491
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5492
|
+
}, z.core.$strip>>>;
|
|
4737
5493
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4738
5494
|
identifier: z.ZodString;
|
|
4739
5495
|
id: z.ZodString;
|
|
@@ -4831,6 +5587,48 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
4831
5587
|
source: z.ZodOptional<z.ZodString>;
|
|
4832
5588
|
}, z.core.$strip>>>;
|
|
4833
5589
|
id: z.ZodString;
|
|
5590
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5591
|
+
identifier: z.ZodString;
|
|
5592
|
+
id: z.ZodString;
|
|
5593
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
5594
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
5595
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
5596
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
5597
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5598
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
5599
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
5600
|
+
_type: z.ZodString;
|
|
5601
|
+
city: z.ZodOptional<z.ZodString>;
|
|
5602
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
5603
|
+
country: z.ZodOptional<z.ZodString>;
|
|
5604
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
5605
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
5606
|
+
county: z.ZodOptional<z.ZodString>;
|
|
5607
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
5608
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
5609
|
+
state: z.ZodOptional<z.ZodString>;
|
|
5610
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
5611
|
+
}, z.core.$strip>>;
|
|
5612
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
5613
|
+
lat: z.ZodNumber;
|
|
5614
|
+
lng: z.ZodNumber;
|
|
5615
|
+
}, z.core.$strip>>;
|
|
5616
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
5617
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5618
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5619
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5620
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5621
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5622
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5623
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5624
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5625
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5626
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5627
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5628
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5629
|
+
}, z.core.$strip>]>>>;
|
|
5630
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5631
|
+
}, z.core.$strip>>>;
|
|
4834
5632
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4835
5633
|
identifier: z.ZodString;
|
|
4836
5634
|
id: z.ZodString;
|
|
@@ -4931,6 +5729,48 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
4931
5729
|
source: z.ZodOptional<z.ZodString>;
|
|
4932
5730
|
}, z.core.$strip>>>;
|
|
4933
5731
|
id: z.ZodString;
|
|
5732
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5733
|
+
identifier: z.ZodString;
|
|
5734
|
+
id: z.ZodString;
|
|
5735
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
5736
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
5737
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
5738
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
5739
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5740
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
5741
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
5742
|
+
_type: z.ZodString;
|
|
5743
|
+
city: z.ZodOptional<z.ZodString>;
|
|
5744
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
5745
|
+
country: z.ZodOptional<z.ZodString>;
|
|
5746
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
5747
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
5748
|
+
county: z.ZodOptional<z.ZodString>;
|
|
5749
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
5750
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
5751
|
+
state: z.ZodOptional<z.ZodString>;
|
|
5752
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
5753
|
+
}, z.core.$strip>>;
|
|
5754
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
5755
|
+
lat: z.ZodNumber;
|
|
5756
|
+
lng: z.ZodNumber;
|
|
5757
|
+
}, z.core.$strip>>;
|
|
5758
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
5759
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5760
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5761
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5762
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5763
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5764
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5765
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5766
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5767
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5768
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5769
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5770
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5771
|
+
}, z.core.$strip>]>>>;
|
|
5772
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5773
|
+
}, z.core.$strip>>>;
|
|
4934
5774
|
projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4935
5775
|
identifier: z.ZodString;
|
|
4936
5776
|
id: z.ZodString;
|
|
@@ -5031,6 +5871,48 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
5031
5871
|
source: z.ZodOptional<z.ZodString>;
|
|
5032
5872
|
}, z.core.$strip>>>;
|
|
5033
5873
|
id: z.ZodString;
|
|
5874
|
+
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5875
|
+
identifier: z.ZodString;
|
|
5876
|
+
id: z.ZodString;
|
|
5877
|
+
isApproximate: z.ZodOptional<z.ZodBoolean>;
|
|
5878
|
+
components: z.ZodOptional<z.ZodObject<{
|
|
5879
|
+
'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
|
|
5880
|
+
'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
|
|
5881
|
+
'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5882
|
+
_category: z.ZodOptional<z.ZodString>;
|
|
5883
|
+
_normalized_city: z.ZodOptional<z.ZodString>;
|
|
5884
|
+
_type: z.ZodString;
|
|
5885
|
+
city: z.ZodOptional<z.ZodString>;
|
|
5886
|
+
continent: z.ZodOptional<z.ZodString>;
|
|
5887
|
+
country: z.ZodOptional<z.ZodString>;
|
|
5888
|
+
country_code: z.ZodOptional<z.ZodString>;
|
|
5889
|
+
state_code: z.ZodOptional<z.ZodString>;
|
|
5890
|
+
county: z.ZodOptional<z.ZodString>;
|
|
5891
|
+
municipality: z.ZodOptional<z.ZodString>;
|
|
5892
|
+
political_union: z.ZodOptional<z.ZodString>;
|
|
5893
|
+
state: z.ZodOptional<z.ZodString>;
|
|
5894
|
+
state_district: z.ZodOptional<z.ZodString>;
|
|
5895
|
+
}, z.core.$strip>>;
|
|
5896
|
+
geometry: z.ZodOptional<z.ZodObject<{
|
|
5897
|
+
lat: z.ZodNumber;
|
|
5898
|
+
lng: z.ZodNumber;
|
|
5899
|
+
}, z.core.$strip>>;
|
|
5900
|
+
override: z.ZodOptional<z.ZodBoolean>;
|
|
5901
|
+
accuracy: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
5902
|
+
identifier: z.ZodLiteral<"A - Exact lat/lon or address hit">;
|
|
5903
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.A>;
|
|
5904
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5905
|
+
identifier: z.ZodLiteral<"B - Exact POI known / Approximate / near known point">;
|
|
5906
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.B>;
|
|
5907
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5908
|
+
identifier: z.ZodLiteral<"C - County or town centroid">;
|
|
5909
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
|
|
5910
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5911
|
+
identifier: z.ZodLiteral<"Unknown or pending verification">;
|
|
5912
|
+
id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
|
|
5913
|
+
}, z.core.$strip>]>>>;
|
|
5914
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5915
|
+
}, z.core.$strip>>>;
|
|
5034
5916
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5035
5917
|
identifier: z.ZodString;
|
|
5036
5918
|
id: z.ZodString;
|
|
@@ -238,7 +238,7 @@ const baseEUSignalClientFields = {
|
|
|
238
238
|
totals: true,
|
|
239
239
|
type: true,
|
|
240
240
|
};
|
|
241
|
-
const euSignalListFields = baseEUSignalClientFields;
|
|
241
|
+
const euSignalListFields = Object.assign(Object.assign({}, baseEUSignalClientFields), { location: true });
|
|
242
242
|
const euSignalDetailsFields = Object.assign(Object.assign({}, baseEUSignalClientFields), { $organizations: true, audiences: true, body: true, location: true, projectPipeline: true, queueApplications: true, sectors: true });
|
|
243
243
|
const euSignalAPIFields = Object.assign(Object.assign({}, euSignalDetailsFields), { created: true, dataCenters: true, queueDatasets: true, regions: true, status: true, totalMw: true });
|
|
244
244
|
// US field masks
|
|
@@ -264,7 +264,7 @@ const baseUSSignalClientFields = {
|
|
|
264
264
|
totals: true,
|
|
265
265
|
type: true,
|
|
266
266
|
};
|
|
267
|
-
const usSignalListFields = baseUSSignalClientFields;
|
|
267
|
+
const usSignalListFields = Object.assign(Object.assign({}, baseUSSignalClientFields), { location: true });
|
|
268
268
|
const usSignalDetailsFields = Object.assign(Object.assign({}, baseUSSignalClientFields), { $organizations: true, audiences: true, body: true, countyBoard: true, location: true, projectPipeline: true, pucTracker: true, queueApplications: true, schoolDistrict: true, sectors: true });
|
|
269
269
|
const usSignalAPIFields = Object.assign(Object.assign({}, usSignalDetailsFields), { created: true, dataCenters: true, queueDatasets: true, regions: true, status: true, totalMw: true });
|
|
270
270
|
// Global field masks (union of EU and US fields)
|
|
@@ -291,7 +291,7 @@ const baseGlobalSignalClientFields = {
|
|
|
291
291
|
totals: true,
|
|
292
292
|
type: true,
|
|
293
293
|
};
|
|
294
|
-
const globalSignalListFields = baseGlobalSignalClientFields;
|
|
294
|
+
const globalSignalListFields = Object.assign(Object.assign({}, baseGlobalSignalClientFields), { location: true });
|
|
295
295
|
const globalSignalDetailsFields = Object.assign(Object.assign({}, baseGlobalSignalClientFields), { $organizations: true, audiences: true, body: true, countyBoard: true, location: true, projectPipeline: true, pucTracker: true, queueApplications: true, schoolDistrict: true, sectors: true });
|
|
296
296
|
const globalSignalAPIFields = Object.assign(Object.assign({}, globalSignalDetailsFields), { created: true, dataCenters: true, queueDatasets: true, regions: true, status: true, totalMw: true });
|
|
297
297
|
// EU by-location field mask
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/signals/v1.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/signals/v1.ts"],"names":[],"mappings":"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"}
|