@new-project-media/client-frontends-shared-types 3.14.2 → 3.14.3
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.14.
|
|
3
|
+
"version": "3.14.3",
|
|
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/",
|
|
@@ -555,43 +555,6 @@ export declare const dataCenterListSchemaV1: z.ZodObject<{
|
|
|
555
555
|
phone: z.ZodOptional<z.ZodString>;
|
|
556
556
|
}, z.core.$strip>>>;
|
|
557
557
|
id: z.ZodString;
|
|
558
|
-
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
559
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
560
|
-
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
561
|
-
documents: z.ZodArray<z.ZodObject<{
|
|
562
|
-
filename: z.ZodString;
|
|
563
|
-
size: z.ZodOptional<z.ZodString>;
|
|
564
|
-
created: z.ZodOptional<z.ZodString>;
|
|
565
|
-
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
566
|
-
filing_id: z.ZodOptional<z.ZodString>;
|
|
567
|
-
mimetype: z.ZodOptional<z.ZodString>;
|
|
568
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
569
|
-
document_id: z.ZodString;
|
|
570
|
-
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
571
|
-
key: z.ZodOptional<z.ZodString>;
|
|
572
|
-
username: z.ZodOptional<z.ZodString>;
|
|
573
|
-
url: z.ZodOptional<z.ZodString>;
|
|
574
|
-
}, z.core.$strip>>;
|
|
575
|
-
subType: z.ZodArray<z.ZodObject<{
|
|
576
|
-
identifier: z.ZodString;
|
|
577
|
-
id: z.ZodString;
|
|
578
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
579
|
-
}, z.core.$strip>>;
|
|
580
|
-
id: z.ZodString;
|
|
581
|
-
type: z.ZodObject<{
|
|
582
|
-
identifier: z.ZodString;
|
|
583
|
-
id: z.ZodString;
|
|
584
|
-
}, z.core.$strip>;
|
|
585
|
-
headline: z.ZodString;
|
|
586
|
-
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
587
|
-
identifier: z.ZodString;
|
|
588
|
-
fullName: z.ZodString;
|
|
589
|
-
id: z.ZodString;
|
|
590
|
-
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
591
|
-
role: z.ZodOptional<z.ZodString>;
|
|
592
|
-
email: z.ZodOptional<z.ZodString>;
|
|
593
|
-
}, z.core.$strip>>>;
|
|
594
|
-
}, z.core.$strip>>>;
|
|
595
558
|
location: z.ZodArray<z.ZodObject<{
|
|
596
559
|
identifier: z.ZodString;
|
|
597
560
|
id: z.ZodString;
|
|
@@ -663,6 +626,41 @@ export declare const dataCenterListSchemaV1: z.ZodObject<{
|
|
|
663
626
|
id: z.ZodString;
|
|
664
627
|
identifier: z.ZodString;
|
|
665
628
|
}, z.core.$strip>>>;
|
|
629
|
+
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
630
|
+
documents: z.ZodArray<z.ZodObject<{
|
|
631
|
+
filename: z.ZodString;
|
|
632
|
+
size: z.ZodOptional<z.ZodString>;
|
|
633
|
+
created: z.ZodOptional<z.ZodString>;
|
|
634
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
635
|
+
filing_id: z.ZodOptional<z.ZodString>;
|
|
636
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
637
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
638
|
+
document_id: z.ZodString;
|
|
639
|
+
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
640
|
+
key: z.ZodOptional<z.ZodString>;
|
|
641
|
+
username: z.ZodOptional<z.ZodString>;
|
|
642
|
+
url: z.ZodOptional<z.ZodString>;
|
|
643
|
+
}, z.core.$strip>>;
|
|
644
|
+
subType: z.ZodArray<z.ZodObject<{
|
|
645
|
+
identifier: z.ZodString;
|
|
646
|
+
id: z.ZodString;
|
|
647
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
648
|
+
}, z.core.$strip>>;
|
|
649
|
+
id: z.ZodString;
|
|
650
|
+
type: z.ZodObject<{
|
|
651
|
+
identifier: z.ZodString;
|
|
652
|
+
id: z.ZodString;
|
|
653
|
+
}, z.core.$strip>;
|
|
654
|
+
headline: z.ZodString;
|
|
655
|
+
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
656
|
+
identifier: z.ZodString;
|
|
657
|
+
fullName: z.ZodString;
|
|
658
|
+
id: z.ZodString;
|
|
659
|
+
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
660
|
+
role: z.ZodOptional<z.ZodString>;
|
|
661
|
+
email: z.ZodOptional<z.ZodString>;
|
|
662
|
+
}, z.core.$strip>>>;
|
|
663
|
+
}, z.core.$strip>>>;
|
|
666
664
|
powerCapacity: z.ZodOptional<z.ZodObject<{
|
|
667
665
|
value: z.ZodOptional<z.ZodNumber>;
|
|
668
666
|
unit: z.ZodOptional<z.ZodString>;
|
|
@@ -736,8 +734,10 @@ export declare const dataCenterListSchemaV1: z.ZodObject<{
|
|
|
736
734
|
identifier: z.ZodString;
|
|
737
735
|
id: z.ZodString;
|
|
738
736
|
}, z.core.$strip>>;
|
|
737
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
739
738
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
740
739
|
localState: z.ZodOptional<z.ZodString>;
|
|
740
|
+
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
741
741
|
projectName: z.ZodString;
|
|
742
742
|
cost: z.ZodOptional<z.ZodObject<{
|
|
743
743
|
value: z.ZodOptional<z.ZodNumber>;
|
|
@@ -927,43 +927,6 @@ export declare const dataCenterDetailsSchemaV1: z.ZodObject<{
|
|
|
927
927
|
phone: z.ZodOptional<z.ZodString>;
|
|
928
928
|
}, z.core.$strip>>>;
|
|
929
929
|
id: z.ZodString;
|
|
930
|
-
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
931
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
932
|
-
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
933
|
-
documents: z.ZodArray<z.ZodObject<{
|
|
934
|
-
filename: z.ZodString;
|
|
935
|
-
size: z.ZodOptional<z.ZodString>;
|
|
936
|
-
created: z.ZodOptional<z.ZodString>;
|
|
937
|
-
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
938
|
-
filing_id: z.ZodOptional<z.ZodString>;
|
|
939
|
-
mimetype: z.ZodOptional<z.ZodString>;
|
|
940
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
941
|
-
document_id: z.ZodString;
|
|
942
|
-
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
943
|
-
key: z.ZodOptional<z.ZodString>;
|
|
944
|
-
username: z.ZodOptional<z.ZodString>;
|
|
945
|
-
url: z.ZodOptional<z.ZodString>;
|
|
946
|
-
}, z.core.$strip>>;
|
|
947
|
-
subType: z.ZodArray<z.ZodObject<{
|
|
948
|
-
identifier: z.ZodString;
|
|
949
|
-
id: z.ZodString;
|
|
950
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
951
|
-
}, z.core.$strip>>;
|
|
952
|
-
id: z.ZodString;
|
|
953
|
-
type: z.ZodObject<{
|
|
954
|
-
identifier: z.ZodString;
|
|
955
|
-
id: z.ZodString;
|
|
956
|
-
}, z.core.$strip>;
|
|
957
|
-
headline: z.ZodString;
|
|
958
|
-
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
959
|
-
identifier: z.ZodString;
|
|
960
|
-
fullName: z.ZodString;
|
|
961
|
-
id: z.ZodString;
|
|
962
|
-
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
963
|
-
role: z.ZodOptional<z.ZodString>;
|
|
964
|
-
email: z.ZodOptional<z.ZodString>;
|
|
965
|
-
}, z.core.$strip>>>;
|
|
966
|
-
}, z.core.$strip>>>;
|
|
967
930
|
location: z.ZodArray<z.ZodObject<{
|
|
968
931
|
identifier: z.ZodString;
|
|
969
932
|
id: z.ZodString;
|
|
@@ -1035,6 +998,41 @@ export declare const dataCenterDetailsSchemaV1: z.ZodObject<{
|
|
|
1035
998
|
id: z.ZodString;
|
|
1036
999
|
identifier: z.ZodString;
|
|
1037
1000
|
}, z.core.$strip>>>;
|
|
1001
|
+
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1002
|
+
documents: z.ZodArray<z.ZodObject<{
|
|
1003
|
+
filename: z.ZodString;
|
|
1004
|
+
size: z.ZodOptional<z.ZodString>;
|
|
1005
|
+
created: z.ZodOptional<z.ZodString>;
|
|
1006
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1007
|
+
filing_id: z.ZodOptional<z.ZodString>;
|
|
1008
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
1009
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1010
|
+
document_id: z.ZodString;
|
|
1011
|
+
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
1012
|
+
key: z.ZodOptional<z.ZodString>;
|
|
1013
|
+
username: z.ZodOptional<z.ZodString>;
|
|
1014
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1015
|
+
}, z.core.$strip>>;
|
|
1016
|
+
subType: z.ZodArray<z.ZodObject<{
|
|
1017
|
+
identifier: z.ZodString;
|
|
1018
|
+
id: z.ZodString;
|
|
1019
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
1020
|
+
}, z.core.$strip>>;
|
|
1021
|
+
id: z.ZodString;
|
|
1022
|
+
type: z.ZodObject<{
|
|
1023
|
+
identifier: z.ZodString;
|
|
1024
|
+
id: z.ZodString;
|
|
1025
|
+
}, z.core.$strip>;
|
|
1026
|
+
headline: z.ZodString;
|
|
1027
|
+
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1028
|
+
identifier: z.ZodString;
|
|
1029
|
+
fullName: z.ZodString;
|
|
1030
|
+
id: z.ZodString;
|
|
1031
|
+
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
1032
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1033
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1034
|
+
}, z.core.$strip>>>;
|
|
1035
|
+
}, z.core.$strip>>>;
|
|
1038
1036
|
powerCapacity: z.ZodOptional<z.ZodObject<{
|
|
1039
1037
|
value: z.ZodOptional<z.ZodNumber>;
|
|
1040
1038
|
unit: z.ZodOptional<z.ZodString>;
|
|
@@ -1108,8 +1106,10 @@ export declare const dataCenterDetailsSchemaV1: z.ZodObject<{
|
|
|
1108
1106
|
identifier: z.ZodString;
|
|
1109
1107
|
id: z.ZodString;
|
|
1110
1108
|
}, z.core.$strip>>;
|
|
1109
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1111
1110
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
1112
1111
|
localState: z.ZodOptional<z.ZodString>;
|
|
1112
|
+
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1113
1113
|
projectName: z.ZodString;
|
|
1114
1114
|
cost: z.ZodOptional<z.ZodObject<{
|
|
1115
1115
|
value: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1298,43 +1298,6 @@ export declare const dataCenterExportSchemaV1: z.ZodObject<{
|
|
|
1298
1298
|
phone: z.ZodOptional<z.ZodString>;
|
|
1299
1299
|
}, z.core.$strip>>>;
|
|
1300
1300
|
id: z.ZodString;
|
|
1301
|
-
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1302
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1303
|
-
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1304
|
-
documents: z.ZodArray<z.ZodObject<{
|
|
1305
|
-
filename: z.ZodString;
|
|
1306
|
-
size: z.ZodOptional<z.ZodString>;
|
|
1307
|
-
created: z.ZodOptional<z.ZodString>;
|
|
1308
|
-
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1309
|
-
filing_id: z.ZodOptional<z.ZodString>;
|
|
1310
|
-
mimetype: z.ZodOptional<z.ZodString>;
|
|
1311
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1312
|
-
document_id: z.ZodString;
|
|
1313
|
-
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
1314
|
-
key: z.ZodOptional<z.ZodString>;
|
|
1315
|
-
username: z.ZodOptional<z.ZodString>;
|
|
1316
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1317
|
-
}, z.core.$strip>>;
|
|
1318
|
-
subType: z.ZodArray<z.ZodObject<{
|
|
1319
|
-
identifier: z.ZodString;
|
|
1320
|
-
id: z.ZodString;
|
|
1321
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
1322
|
-
}, z.core.$strip>>;
|
|
1323
|
-
id: z.ZodString;
|
|
1324
|
-
type: z.ZodObject<{
|
|
1325
|
-
identifier: z.ZodString;
|
|
1326
|
-
id: z.ZodString;
|
|
1327
|
-
}, z.core.$strip>;
|
|
1328
|
-
headline: z.ZodString;
|
|
1329
|
-
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1330
|
-
identifier: z.ZodString;
|
|
1331
|
-
fullName: z.ZodString;
|
|
1332
|
-
id: z.ZodString;
|
|
1333
|
-
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
1334
|
-
role: z.ZodOptional<z.ZodString>;
|
|
1335
|
-
email: z.ZodOptional<z.ZodString>;
|
|
1336
|
-
}, z.core.$strip>>>;
|
|
1337
|
-
}, z.core.$strip>>>;
|
|
1338
1301
|
location: z.ZodArray<z.ZodObject<{
|
|
1339
1302
|
identifier: z.ZodString;
|
|
1340
1303
|
id: z.ZodString;
|
|
@@ -1406,6 +1369,41 @@ export declare const dataCenterExportSchemaV1: z.ZodObject<{
|
|
|
1406
1369
|
id: z.ZodString;
|
|
1407
1370
|
identifier: z.ZodString;
|
|
1408
1371
|
}, z.core.$strip>>>;
|
|
1372
|
+
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1373
|
+
documents: z.ZodArray<z.ZodObject<{
|
|
1374
|
+
filename: z.ZodString;
|
|
1375
|
+
size: z.ZodOptional<z.ZodString>;
|
|
1376
|
+
created: z.ZodOptional<z.ZodString>;
|
|
1377
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1378
|
+
filing_id: z.ZodOptional<z.ZodString>;
|
|
1379
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
1380
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1381
|
+
document_id: z.ZodString;
|
|
1382
|
+
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
1383
|
+
key: z.ZodOptional<z.ZodString>;
|
|
1384
|
+
username: z.ZodOptional<z.ZodString>;
|
|
1385
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1386
|
+
}, z.core.$strip>>;
|
|
1387
|
+
subType: z.ZodArray<z.ZodObject<{
|
|
1388
|
+
identifier: z.ZodString;
|
|
1389
|
+
id: z.ZodString;
|
|
1390
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
1391
|
+
}, z.core.$strip>>;
|
|
1392
|
+
id: z.ZodString;
|
|
1393
|
+
type: z.ZodObject<{
|
|
1394
|
+
identifier: z.ZodString;
|
|
1395
|
+
id: z.ZodString;
|
|
1396
|
+
}, z.core.$strip>;
|
|
1397
|
+
headline: z.ZodString;
|
|
1398
|
+
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1399
|
+
identifier: z.ZodString;
|
|
1400
|
+
fullName: z.ZodString;
|
|
1401
|
+
id: z.ZodString;
|
|
1402
|
+
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
1403
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1404
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1405
|
+
}, z.core.$strip>>>;
|
|
1406
|
+
}, z.core.$strip>>>;
|
|
1409
1407
|
powerCapacity: z.ZodOptional<z.ZodObject<{
|
|
1410
1408
|
value: z.ZodOptional<z.ZodNumber>;
|
|
1411
1409
|
unit: z.ZodOptional<z.ZodString>;
|
|
@@ -1479,8 +1477,10 @@ export declare const dataCenterExportSchemaV1: z.ZodObject<{
|
|
|
1479
1477
|
identifier: z.ZodString;
|
|
1480
1478
|
id: z.ZodString;
|
|
1481
1479
|
}, z.core.$strip>>;
|
|
1480
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1482
1481
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
1483
1482
|
localState: z.ZodOptional<z.ZodString>;
|
|
1483
|
+
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1484
1484
|
projectName: z.ZodString;
|
|
1485
1485
|
cost: z.ZodOptional<z.ZodObject<{
|
|
1486
1486
|
value: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1670,43 +1670,6 @@ export declare const dataCenterByLocationListSchemaV1: z.ZodObject<{
|
|
|
1670
1670
|
phone: z.ZodOptional<z.ZodString>;
|
|
1671
1671
|
}, z.core.$strip>>>;
|
|
1672
1672
|
id: z.ZodString;
|
|
1673
|
-
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1674
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1675
|
-
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1676
|
-
documents: z.ZodArray<z.ZodObject<{
|
|
1677
|
-
filename: z.ZodString;
|
|
1678
|
-
size: z.ZodOptional<z.ZodString>;
|
|
1679
|
-
created: z.ZodOptional<z.ZodString>;
|
|
1680
|
-
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1681
|
-
filing_id: z.ZodOptional<z.ZodString>;
|
|
1682
|
-
mimetype: z.ZodOptional<z.ZodString>;
|
|
1683
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1684
|
-
document_id: z.ZodString;
|
|
1685
|
-
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
1686
|
-
key: z.ZodOptional<z.ZodString>;
|
|
1687
|
-
username: z.ZodOptional<z.ZodString>;
|
|
1688
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1689
|
-
}, z.core.$strip>>;
|
|
1690
|
-
subType: z.ZodArray<z.ZodObject<{
|
|
1691
|
-
identifier: z.ZodString;
|
|
1692
|
-
id: z.ZodString;
|
|
1693
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
1694
|
-
}, z.core.$strip>>;
|
|
1695
|
-
id: z.ZodString;
|
|
1696
|
-
type: z.ZodObject<{
|
|
1697
|
-
identifier: z.ZodString;
|
|
1698
|
-
id: z.ZodString;
|
|
1699
|
-
}, z.core.$strip>;
|
|
1700
|
-
headline: z.ZodString;
|
|
1701
|
-
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1702
|
-
identifier: z.ZodString;
|
|
1703
|
-
fullName: z.ZodString;
|
|
1704
|
-
id: z.ZodString;
|
|
1705
|
-
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
1706
|
-
role: z.ZodOptional<z.ZodString>;
|
|
1707
|
-
email: z.ZodOptional<z.ZodString>;
|
|
1708
|
-
}, z.core.$strip>>>;
|
|
1709
|
-
}, z.core.$strip>>>;
|
|
1710
1673
|
location: z.ZodArray<z.ZodObject<{
|
|
1711
1674
|
identifier: z.ZodString;
|
|
1712
1675
|
id: z.ZodString;
|
|
@@ -1778,6 +1741,41 @@ export declare const dataCenterByLocationListSchemaV1: z.ZodObject<{
|
|
|
1778
1741
|
id: z.ZodString;
|
|
1779
1742
|
identifier: z.ZodString;
|
|
1780
1743
|
}, z.core.$strip>>>;
|
|
1744
|
+
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1745
|
+
documents: z.ZodArray<z.ZodObject<{
|
|
1746
|
+
filename: z.ZodString;
|
|
1747
|
+
size: z.ZodOptional<z.ZodString>;
|
|
1748
|
+
created: z.ZodOptional<z.ZodString>;
|
|
1749
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
1750
|
+
filing_id: z.ZodOptional<z.ZodString>;
|
|
1751
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
1752
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1753
|
+
document_id: z.ZodString;
|
|
1754
|
+
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
1755
|
+
key: z.ZodOptional<z.ZodString>;
|
|
1756
|
+
username: z.ZodOptional<z.ZodString>;
|
|
1757
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1758
|
+
}, z.core.$strip>>;
|
|
1759
|
+
subType: z.ZodArray<z.ZodObject<{
|
|
1760
|
+
identifier: z.ZodString;
|
|
1761
|
+
id: z.ZodString;
|
|
1762
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
1763
|
+
}, z.core.$strip>>;
|
|
1764
|
+
id: z.ZodString;
|
|
1765
|
+
type: z.ZodObject<{
|
|
1766
|
+
identifier: z.ZodString;
|
|
1767
|
+
id: z.ZodString;
|
|
1768
|
+
}, z.core.$strip>;
|
|
1769
|
+
headline: z.ZodString;
|
|
1770
|
+
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1771
|
+
identifier: z.ZodString;
|
|
1772
|
+
fullName: z.ZodString;
|
|
1773
|
+
id: z.ZodString;
|
|
1774
|
+
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
1775
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1776
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1777
|
+
}, z.core.$strip>>>;
|
|
1778
|
+
}, z.core.$strip>>>;
|
|
1781
1779
|
powerCapacity: z.ZodOptional<z.ZodObject<{
|
|
1782
1780
|
value: z.ZodOptional<z.ZodNumber>;
|
|
1783
1781
|
unit: z.ZodOptional<z.ZodString>;
|
|
@@ -1851,8 +1849,10 @@ export declare const dataCenterByLocationListSchemaV1: z.ZodObject<{
|
|
|
1851
1849
|
identifier: z.ZodString;
|
|
1852
1850
|
id: z.ZodString;
|
|
1853
1851
|
}, z.core.$strip>>;
|
|
1852
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1854
1853
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
1855
1854
|
localState: z.ZodOptional<z.ZodString>;
|
|
1855
|
+
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1856
1856
|
projectName: z.ZodString;
|
|
1857
1857
|
cost: z.ZodOptional<z.ZodObject<{
|
|
1858
1858
|
value: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2042,43 +2042,6 @@ export declare const dataCenterAPISchemaV1: z.ZodObject<{
|
|
|
2042
2042
|
phone: z.ZodOptional<z.ZodString>;
|
|
2043
2043
|
}, z.core.$strip>>>;
|
|
2044
2044
|
id: z.ZodString;
|
|
2045
|
-
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2046
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2047
|
-
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2048
|
-
documents: z.ZodArray<z.ZodObject<{
|
|
2049
|
-
filename: z.ZodString;
|
|
2050
|
-
size: z.ZodOptional<z.ZodString>;
|
|
2051
|
-
created: z.ZodOptional<z.ZodString>;
|
|
2052
|
-
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
2053
|
-
filing_id: z.ZodOptional<z.ZodString>;
|
|
2054
|
-
mimetype: z.ZodOptional<z.ZodString>;
|
|
2055
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2056
|
-
document_id: z.ZodString;
|
|
2057
|
-
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
2058
|
-
key: z.ZodOptional<z.ZodString>;
|
|
2059
|
-
username: z.ZodOptional<z.ZodString>;
|
|
2060
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2061
|
-
}, z.core.$strip>>;
|
|
2062
|
-
subType: z.ZodArray<z.ZodObject<{
|
|
2063
|
-
identifier: z.ZodString;
|
|
2064
|
-
id: z.ZodString;
|
|
2065
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
2066
|
-
}, z.core.$strip>>;
|
|
2067
|
-
id: z.ZodString;
|
|
2068
|
-
type: z.ZodObject<{
|
|
2069
|
-
identifier: z.ZodString;
|
|
2070
|
-
id: z.ZodString;
|
|
2071
|
-
}, z.core.$strip>;
|
|
2072
|
-
headline: z.ZodString;
|
|
2073
|
-
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2074
|
-
identifier: z.ZodString;
|
|
2075
|
-
fullName: z.ZodString;
|
|
2076
|
-
id: z.ZodString;
|
|
2077
|
-
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
2078
|
-
role: z.ZodOptional<z.ZodString>;
|
|
2079
|
-
email: z.ZodOptional<z.ZodString>;
|
|
2080
|
-
}, z.core.$strip>>>;
|
|
2081
|
-
}, z.core.$strip>>>;
|
|
2082
2045
|
location: z.ZodArray<z.ZodObject<{
|
|
2083
2046
|
identifier: z.ZodString;
|
|
2084
2047
|
id: z.ZodString;
|
|
@@ -2136,6 +2099,41 @@ export declare const dataCenterAPISchemaV1: z.ZodObject<{
|
|
|
2136
2099
|
id: z.ZodString;
|
|
2137
2100
|
identifier: z.ZodString;
|
|
2138
2101
|
}, z.core.$strip>>>;
|
|
2102
|
+
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2103
|
+
documents: z.ZodArray<z.ZodObject<{
|
|
2104
|
+
filename: z.ZodString;
|
|
2105
|
+
size: z.ZodOptional<z.ZodString>;
|
|
2106
|
+
created: z.ZodOptional<z.ZodString>;
|
|
2107
|
+
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
2108
|
+
filing_id: z.ZodOptional<z.ZodString>;
|
|
2109
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
2110
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2111
|
+
document_id: z.ZodString;
|
|
2112
|
+
scanResultStatus: z.ZodOptional<z.ZodString>;
|
|
2113
|
+
key: z.ZodOptional<z.ZodString>;
|
|
2114
|
+
username: z.ZodOptional<z.ZodString>;
|
|
2115
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2116
|
+
}, z.core.$strip>>;
|
|
2117
|
+
subType: z.ZodArray<z.ZodObject<{
|
|
2118
|
+
identifier: z.ZodString;
|
|
2119
|
+
id: z.ZodString;
|
|
2120
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
2121
|
+
}, z.core.$strip>>;
|
|
2122
|
+
id: z.ZodString;
|
|
2123
|
+
type: z.ZodObject<{
|
|
2124
|
+
identifier: z.ZodString;
|
|
2125
|
+
id: z.ZodString;
|
|
2126
|
+
}, z.core.$strip>;
|
|
2127
|
+
headline: z.ZodString;
|
|
2128
|
+
keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2129
|
+
identifier: z.ZodString;
|
|
2130
|
+
fullName: z.ZodString;
|
|
2131
|
+
id: z.ZodString;
|
|
2132
|
+
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
2133
|
+
role: z.ZodOptional<z.ZodString>;
|
|
2134
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2135
|
+
}, z.core.$strip>>>;
|
|
2136
|
+
}, z.core.$strip>>>;
|
|
2139
2137
|
powerCapacity: z.ZodOptional<z.ZodObject<{
|
|
2140
2138
|
value: z.ZodOptional<z.ZodNumber>;
|
|
2141
2139
|
unit: z.ZodOptional<z.ZodString>;
|
|
@@ -2209,8 +2207,10 @@ export declare const dataCenterAPISchemaV1: z.ZodObject<{
|
|
|
2209
2207
|
identifier: z.ZodString;
|
|
2210
2208
|
id: z.ZodString;
|
|
2211
2209
|
}, z.core.$strip>>;
|
|
2210
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2212
2211
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
2213
2212
|
localState: z.ZodOptional<z.ZodString>;
|
|
2213
|
+
plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2214
2214
|
projectName: z.ZodString;
|
|
2215
2215
|
cost: z.ZodOptional<z.ZodObject<{
|
|
2216
2216
|
value: z.ZodOptional<z.ZodNumber>;
|
|
@@ -661,7 +661,6 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
|
|
|
661
661
|
source: z.ZodOptional<z.ZodString>;
|
|
662
662
|
}, z.core.$strip>>>;
|
|
663
663
|
id: z.ZodString;
|
|
664
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
665
664
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
666
665
|
identifier: z.ZodString;
|
|
667
666
|
id: z.ZodString;
|
|
@@ -806,6 +805,7 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
|
|
|
806
805
|
id: z.ZodString;
|
|
807
806
|
}, z.core.$strip>>>;
|
|
808
807
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
808
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
809
809
|
geo: z.ZodOptional<z.ZodObject<{
|
|
810
810
|
default: z.ZodOptional<z.ZodObject<{
|
|
811
811
|
lat: z.ZodNumber;
|
|
@@ -846,7 +846,6 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
|
|
|
846
846
|
source: z.ZodOptional<z.ZodString>;
|
|
847
847
|
}, z.core.$strip>>>;
|
|
848
848
|
id: z.ZodString;
|
|
849
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
850
849
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
851
850
|
identifier: z.ZodString;
|
|
852
851
|
id: z.ZodString;
|
|
@@ -991,6 +990,7 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
|
|
|
991
990
|
id: z.ZodString;
|
|
992
991
|
}, z.core.$strip>>>;
|
|
993
992
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
993
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
994
994
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
995
995
|
identifier: z.ZodString;
|
|
996
996
|
id: z.ZodString;
|
|
@@ -1049,7 +1049,6 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
|
|
|
1049
1049
|
source: z.ZodOptional<z.ZodString>;
|
|
1050
1050
|
}, z.core.$strip>>>;
|
|
1051
1051
|
id: z.ZodString;
|
|
1052
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1053
1052
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1054
1053
|
identifier: z.ZodString;
|
|
1055
1054
|
id: z.ZodString;
|
|
@@ -1198,6 +1197,7 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
|
|
|
1198
1197
|
id: z.ZodString;
|
|
1199
1198
|
}, z.core.$strip>>>;
|
|
1200
1199
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
1200
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1201
1201
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1202
1202
|
identifier: z.ZodString;
|
|
1203
1203
|
id: z.ZodString;
|
|
@@ -1248,7 +1248,6 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1248
1248
|
source: z.ZodOptional<z.ZodString>;
|
|
1249
1249
|
}, z.core.$strip>>>;
|
|
1250
1250
|
id: z.ZodString;
|
|
1251
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1252
1251
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1253
1252
|
identifier: z.ZodString;
|
|
1254
1253
|
id: z.ZodString;
|
|
@@ -1393,6 +1392,7 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1393
1392
|
id: z.ZodString;
|
|
1394
1393
|
}, z.core.$strip>>>;
|
|
1395
1394
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
1395
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1396
1396
|
geo: z.ZodOptional<z.ZodObject<{
|
|
1397
1397
|
default: z.ZodOptional<z.ZodObject<{
|
|
1398
1398
|
lat: z.ZodNumber;
|
|
@@ -1434,7 +1434,6 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1434
1434
|
source: z.ZodOptional<z.ZodString>;
|
|
1435
1435
|
}, z.core.$strip>>>;
|
|
1436
1436
|
id: z.ZodString;
|
|
1437
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1438
1437
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1439
1438
|
identifier: z.ZodString;
|
|
1440
1439
|
id: z.ZodString;
|
|
@@ -1579,6 +1578,7 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1579
1578
|
id: z.ZodString;
|
|
1580
1579
|
}, z.core.$strip>>>;
|
|
1581
1580
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
1581
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1582
1582
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1583
1583
|
identifier: z.ZodString;
|
|
1584
1584
|
id: z.ZodString;
|
|
@@ -1638,7 +1638,6 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1638
1638
|
source: z.ZodOptional<z.ZodString>;
|
|
1639
1639
|
}, z.core.$strip>>>;
|
|
1640
1640
|
id: z.ZodString;
|
|
1641
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1642
1641
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1643
1642
|
identifier: z.ZodString;
|
|
1644
1643
|
id: z.ZodString;
|
|
@@ -1787,6 +1786,7 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
|
|
|
1787
1786
|
id: z.ZodString;
|
|
1788
1787
|
}, z.core.$strip>>>;
|
|
1789
1788
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
1789
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1790
1790
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1791
1791
|
identifier: z.ZodString;
|
|
1792
1792
|
id: z.ZodString;
|
|
@@ -1838,7 +1838,6 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1838
1838
|
source: z.ZodOptional<z.ZodString>;
|
|
1839
1839
|
}, z.core.$strip>>>;
|
|
1840
1840
|
id: z.ZodString;
|
|
1841
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1842
1841
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1843
1842
|
identifier: z.ZodString;
|
|
1844
1843
|
id: z.ZodString;
|
|
@@ -1983,6 +1982,7 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1983
1982
|
id: z.ZodString;
|
|
1984
1983
|
}, z.core.$strip>>>;
|
|
1985
1984
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
1985
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1986
1986
|
geo: z.ZodOptional<z.ZodObject<{
|
|
1987
1987
|
default: z.ZodOptional<z.ZodObject<{
|
|
1988
1988
|
lat: z.ZodNumber;
|
|
@@ -2023,7 +2023,6 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2023
2023
|
source: z.ZodOptional<z.ZodString>;
|
|
2024
2024
|
}, z.core.$strip>>>;
|
|
2025
2025
|
id: z.ZodString;
|
|
2026
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2027
2026
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2028
2027
|
identifier: z.ZodString;
|
|
2029
2028
|
id: z.ZodString;
|
|
@@ -2168,6 +2167,7 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2168
2167
|
id: z.ZodString;
|
|
2169
2168
|
}, z.core.$strip>>>;
|
|
2170
2169
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
2170
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2171
2171
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2172
2172
|
identifier: z.ZodString;
|
|
2173
2173
|
id: z.ZodString;
|
|
@@ -2226,7 +2226,6 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2226
2226
|
source: z.ZodOptional<z.ZodString>;
|
|
2227
2227
|
}, z.core.$strip>>>;
|
|
2228
2228
|
id: z.ZodString;
|
|
2229
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2230
2229
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2231
2230
|
identifier: z.ZodString;
|
|
2232
2231
|
id: z.ZodString;
|
|
@@ -2375,6 +2374,7 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2375
2374
|
id: z.ZodString;
|
|
2376
2375
|
}, z.core.$strip>>>;
|
|
2377
2376
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
2377
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2378
2378
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2379
2379
|
identifier: z.ZodString;
|
|
2380
2380
|
id: z.ZodString;
|
|
@@ -2426,7 +2426,6 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2426
2426
|
source: z.ZodOptional<z.ZodString>;
|
|
2427
2427
|
}, z.core.$strip>>>;
|
|
2428
2428
|
id: z.ZodString;
|
|
2429
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2430
2429
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2431
2430
|
identifier: z.ZodString;
|
|
2432
2431
|
id: z.ZodString;
|
|
@@ -2571,6 +2570,7 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2571
2570
|
id: z.ZodString;
|
|
2572
2571
|
}, z.core.$strip>>>;
|
|
2573
2572
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
2573
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2574
2574
|
geo: z.ZodOptional<z.ZodObject<{
|
|
2575
2575
|
default: z.ZodOptional<z.ZodObject<{
|
|
2576
2576
|
lat: z.ZodNumber;
|
|
@@ -2611,7 +2611,6 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2611
2611
|
source: z.ZodOptional<z.ZodString>;
|
|
2612
2612
|
}, z.core.$strip>>>;
|
|
2613
2613
|
id: z.ZodString;
|
|
2614
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2615
2614
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2616
2615
|
identifier: z.ZodString;
|
|
2617
2616
|
id: z.ZodString;
|
|
@@ -2756,6 +2755,7 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2756
2755
|
id: z.ZodString;
|
|
2757
2756
|
}, z.core.$strip>>>;
|
|
2758
2757
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
2758
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2759
2759
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2760
2760
|
identifier: z.ZodString;
|
|
2761
2761
|
id: z.ZodString;
|
|
@@ -2814,7 +2814,6 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2814
2814
|
source: z.ZodOptional<z.ZodString>;
|
|
2815
2815
|
}, z.core.$strip>>>;
|
|
2816
2816
|
id: z.ZodString;
|
|
2817
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2818
2817
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2819
2818
|
identifier: z.ZodString;
|
|
2820
2819
|
id: z.ZodString;
|
|
@@ -2963,6 +2962,7 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2963
2962
|
id: z.ZodString;
|
|
2964
2963
|
}, z.core.$strip>>>;
|
|
2965
2964
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
2965
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2966
2966
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2967
2967
|
identifier: z.ZodString;
|
|
2968
2968
|
id: z.ZodString;
|
|
@@ -3014,7 +3014,6 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3014
3014
|
source: z.ZodOptional<z.ZodString>;
|
|
3015
3015
|
}, z.core.$strip>>>;
|
|
3016
3016
|
id: z.ZodString;
|
|
3017
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3018
3017
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3019
3018
|
identifier: z.ZodString;
|
|
3020
3019
|
id: z.ZodString;
|
|
@@ -3159,6 +3158,7 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3159
3158
|
id: z.ZodString;
|
|
3160
3159
|
}, z.core.$strip>>>;
|
|
3161
3160
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
3161
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3162
3162
|
geo: z.ZodOptional<z.ZodObject<{
|
|
3163
3163
|
default: z.ZodOptional<z.ZodObject<{
|
|
3164
3164
|
lat: z.ZodNumber;
|
|
@@ -3198,7 +3198,6 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3198
3198
|
source: z.ZodOptional<z.ZodString>;
|
|
3199
3199
|
}, z.core.$strip>>>;
|
|
3200
3200
|
id: z.ZodString;
|
|
3201
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3202
3201
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3203
3202
|
identifier: z.ZodString;
|
|
3204
3203
|
id: z.ZodString;
|
|
@@ -3343,6 +3342,7 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3343
3342
|
id: z.ZodString;
|
|
3344
3343
|
}, z.core.$strip>>>;
|
|
3345
3344
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
3345
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3346
3346
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3347
3347
|
identifier: z.ZodString;
|
|
3348
3348
|
id: z.ZodString;
|
|
@@ -3400,7 +3400,6 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3400
3400
|
source: z.ZodOptional<z.ZodString>;
|
|
3401
3401
|
}, z.core.$strip>>>;
|
|
3402
3402
|
id: z.ZodString;
|
|
3403
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3404
3403
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3405
3404
|
identifier: z.ZodString;
|
|
3406
3405
|
id: z.ZodString;
|
|
@@ -3549,6 +3548,7 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
3549
3548
|
id: z.ZodString;
|
|
3550
3549
|
}, z.core.$strip>>>;
|
|
3551
3550
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
3551
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3552
3552
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3553
3553
|
identifier: z.ZodString;
|
|
3554
3554
|
id: z.ZodString;
|
|
@@ -3599,7 +3599,6 @@ export declare const euSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3599
3599
|
source: z.ZodOptional<z.ZodString>;
|
|
3600
3600
|
}, z.core.$strip>>>;
|
|
3601
3601
|
id: z.ZodString;
|
|
3602
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3603
3602
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3604
3603
|
identifier: z.ZodString;
|
|
3605
3604
|
id: z.ZodString;
|
|
@@ -3763,6 +3762,7 @@ export declare const euSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3763
3762
|
id: z.ZodString;
|
|
3764
3763
|
}, z.core.$strip>>>;
|
|
3765
3764
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
3765
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3766
3766
|
}, z.core.$strict>;
|
|
3767
3767
|
export declare const usSignalDetailsSchemaV1: z.ZodObject<{
|
|
3768
3768
|
type: z.ZodOptional<z.ZodObject<{
|
|
@@ -3796,7 +3796,6 @@ export declare const usSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3796
3796
|
source: z.ZodOptional<z.ZodString>;
|
|
3797
3797
|
}, z.core.$strip>>>;
|
|
3798
3798
|
id: z.ZodString;
|
|
3799
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3800
3799
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3801
3800
|
identifier: z.ZodString;
|
|
3802
3801
|
id: z.ZodString;
|
|
@@ -3960,6 +3959,7 @@ export declare const usSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
3960
3959
|
id: z.ZodString;
|
|
3961
3960
|
}, z.core.$strip>>>;
|
|
3962
3961
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
3962
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3963
3963
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3964
3964
|
identifier: z.ZodString;
|
|
3965
3965
|
id: z.ZodString;
|
|
@@ -4011,7 +4011,6 @@ export declare const globalSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
4011
4011
|
source: z.ZodOptional<z.ZodString>;
|
|
4012
4012
|
}, z.core.$strip>>>;
|
|
4013
4013
|
id: z.ZodString;
|
|
4014
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4015
4014
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4016
4015
|
identifier: z.ZodString;
|
|
4017
4016
|
id: z.ZodString;
|
|
@@ -4179,6 +4178,7 @@ export declare const globalSignalDetailsSchemaV1: z.ZodObject<{
|
|
|
4179
4178
|
id: z.ZodString;
|
|
4180
4179
|
}, z.core.$strip>>>;
|
|
4181
4180
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
4181
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4182
4182
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4183
4183
|
identifier: z.ZodString;
|
|
4184
4184
|
id: z.ZodString;
|
|
@@ -4222,7 +4222,6 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4222
4222
|
source: z.ZodOptional<z.ZodString>;
|
|
4223
4223
|
}, z.core.$strip>>>;
|
|
4224
4224
|
id: z.ZodString;
|
|
4225
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4226
4225
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4227
4226
|
identifier: z.ZodString;
|
|
4228
4227
|
id: z.ZodString;
|
|
@@ -4386,6 +4385,7 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4386
4385
|
id: z.ZodString;
|
|
4387
4386
|
}, z.core.$strip>>>;
|
|
4388
4387
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
4388
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4389
4389
|
}, z.core.$strict>, z.ZodObject<{
|
|
4390
4390
|
type: z.ZodOptional<z.ZodObject<{
|
|
4391
4391
|
identifier: z.ZodString;
|
|
@@ -4418,7 +4418,6 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4418
4418
|
source: z.ZodOptional<z.ZodString>;
|
|
4419
4419
|
}, z.core.$strip>>>;
|
|
4420
4420
|
id: z.ZodString;
|
|
4421
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4422
4421
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4423
4422
|
identifier: z.ZodString;
|
|
4424
4423
|
id: z.ZodString;
|
|
@@ -4582,6 +4581,7 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4582
4581
|
id: z.ZodString;
|
|
4583
4582
|
}, z.core.$strip>>>;
|
|
4584
4583
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
4584
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4585
4585
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4586
4586
|
identifier: z.ZodString;
|
|
4587
4587
|
id: z.ZodString;
|
|
@@ -4632,7 +4632,6 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4632
4632
|
source: z.ZodOptional<z.ZodString>;
|
|
4633
4633
|
}, z.core.$strip>>>;
|
|
4634
4634
|
id: z.ZodString;
|
|
4635
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4636
4635
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4637
4636
|
identifier: z.ZodString;
|
|
4638
4637
|
id: z.ZodString;
|
|
@@ -4800,6 +4799,7 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
|
|
|
4800
4799
|
id: z.ZodString;
|
|
4801
4800
|
}, z.core.$strip>>>;
|
|
4802
4801
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
4802
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4803
4803
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4804
4804
|
identifier: z.ZodString;
|
|
4805
4805
|
id: z.ZodString;
|
|
@@ -4843,7 +4843,6 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
4843
4843
|
source: z.ZodOptional<z.ZodString>;
|
|
4844
4844
|
}, z.core.$strip>>>;
|
|
4845
4845
|
id: z.ZodString;
|
|
4846
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4847
4846
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4848
4847
|
identifier: z.ZodString;
|
|
4849
4848
|
id: z.ZodString;
|
|
@@ -5007,6 +5006,7 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
5007
5006
|
id: z.ZodString;
|
|
5008
5007
|
}, z.core.$strip>>>;
|
|
5009
5008
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
5009
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5010
5010
|
}, z.core.$strict>, z.ZodObject<{
|
|
5011
5011
|
type: z.ZodOptional<z.ZodObject<{
|
|
5012
5012
|
identifier: z.ZodString;
|
|
@@ -5039,7 +5039,6 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
5039
5039
|
source: z.ZodOptional<z.ZodString>;
|
|
5040
5040
|
}, z.core.$strip>>>;
|
|
5041
5041
|
id: z.ZodString;
|
|
5042
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5043
5042
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5044
5043
|
identifier: z.ZodString;
|
|
5045
5044
|
id: z.ZodString;
|
|
@@ -5203,6 +5202,7 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
5203
5202
|
id: z.ZodString;
|
|
5204
5203
|
}, z.core.$strip>>>;
|
|
5205
5204
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
5205
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5206
5206
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5207
5207
|
identifier: z.ZodString;
|
|
5208
5208
|
id: z.ZodString;
|
|
@@ -5253,7 +5253,6 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
5253
5253
|
source: z.ZodOptional<z.ZodString>;
|
|
5254
5254
|
}, z.core.$strip>>>;
|
|
5255
5255
|
id: z.ZodString;
|
|
5256
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5257
5256
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5258
5257
|
identifier: z.ZodString;
|
|
5259
5258
|
id: z.ZodString;
|
|
@@ -5421,6 +5420,7 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
5421
5420
|
id: z.ZodString;
|
|
5422
5421
|
}, z.core.$strip>>>;
|
|
5423
5422
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
5423
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5424
5424
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5425
5425
|
identifier: z.ZodString;
|
|
5426
5426
|
id: z.ZodString;
|
|
@@ -5464,7 +5464,6 @@ export declare const euSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5464
5464
|
source: z.ZodOptional<z.ZodString>;
|
|
5465
5465
|
}, z.core.$strip>>>;
|
|
5466
5466
|
id: z.ZodString;
|
|
5467
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5468
5467
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5469
5468
|
identifier: z.ZodString;
|
|
5470
5469
|
id: z.ZodString;
|
|
@@ -5609,6 +5608,7 @@ export declare const euSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5609
5608
|
id: z.ZodString;
|
|
5610
5609
|
}, z.core.$strip>>>;
|
|
5611
5610
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
5611
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5612
5612
|
geo: z.ZodOptional<z.ZodObject<{
|
|
5613
5613
|
default: z.ZodOptional<z.ZodObject<{
|
|
5614
5614
|
lat: z.ZodNumber;
|
|
@@ -5650,7 +5650,6 @@ export declare const usSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5650
5650
|
source: z.ZodOptional<z.ZodString>;
|
|
5651
5651
|
}, z.core.$strip>>>;
|
|
5652
5652
|
id: z.ZodString;
|
|
5653
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5654
5653
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5655
5654
|
identifier: z.ZodString;
|
|
5656
5655
|
id: z.ZodString;
|
|
@@ -5795,6 +5794,7 @@ export declare const usSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5795
5794
|
id: z.ZodString;
|
|
5796
5795
|
}, z.core.$strip>>>;
|
|
5797
5796
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
5797
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5798
5798
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5799
5799
|
identifier: z.ZodString;
|
|
5800
5800
|
id: z.ZodString;
|
|
@@ -5854,7 +5854,6 @@ export declare const globalSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
5854
5854
|
source: z.ZodOptional<z.ZodString>;
|
|
5855
5855
|
}, z.core.$strip>>>;
|
|
5856
5856
|
id: z.ZodString;
|
|
5857
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
5858
5857
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5859
5858
|
identifier: z.ZodString;
|
|
5860
5859
|
id: z.ZodString;
|
|
@@ -6003,6 +6002,7 @@ export declare const globalSignalByLocationListSchemaV1: z.ZodObject<{
|
|
|
6003
6002
|
id: z.ZodString;
|
|
6004
6003
|
}, z.core.$strip>>>;
|
|
6005
6004
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
6005
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6006
6006
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6007
6007
|
identifier: z.ZodString;
|
|
6008
6008
|
id: z.ZodString;
|
|
@@ -6054,7 +6054,6 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6054
6054
|
source: z.ZodOptional<z.ZodString>;
|
|
6055
6055
|
}, z.core.$strip>>>;
|
|
6056
6056
|
id: z.ZodString;
|
|
6057
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6058
6057
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6059
6058
|
identifier: z.ZodString;
|
|
6060
6059
|
id: z.ZodString;
|
|
@@ -6199,6 +6198,7 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6199
6198
|
id: z.ZodString;
|
|
6200
6199
|
}, z.core.$strip>>>;
|
|
6201
6200
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
6201
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6202
6202
|
geo: z.ZodOptional<z.ZodObject<{
|
|
6203
6203
|
default: z.ZodOptional<z.ZodObject<{
|
|
6204
6204
|
lat: z.ZodNumber;
|
|
@@ -6239,7 +6239,6 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6239
6239
|
source: z.ZodOptional<z.ZodString>;
|
|
6240
6240
|
}, z.core.$strip>>>;
|
|
6241
6241
|
id: z.ZodString;
|
|
6242
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6243
6242
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6244
6243
|
identifier: z.ZodString;
|
|
6245
6244
|
id: z.ZodString;
|
|
@@ -6384,6 +6383,7 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6384
6383
|
id: z.ZodString;
|
|
6385
6384
|
}, z.core.$strip>>>;
|
|
6386
6385
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
6386
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6387
6387
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6388
6388
|
identifier: z.ZodString;
|
|
6389
6389
|
id: z.ZodString;
|
|
@@ -6442,7 +6442,6 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6442
6442
|
source: z.ZodOptional<z.ZodString>;
|
|
6443
6443
|
}, z.core.$strip>>>;
|
|
6444
6444
|
id: z.ZodString;
|
|
6445
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6446
6445
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6447
6446
|
identifier: z.ZodString;
|
|
6448
6447
|
id: z.ZodString;
|
|
@@ -6591,6 +6590,7 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
|
|
|
6591
6590
|
id: z.ZodString;
|
|
6592
6591
|
}, z.core.$strip>>>;
|
|
6593
6592
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
6593
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6594
6594
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6595
6595
|
identifier: z.ZodString;
|
|
6596
6596
|
id: z.ZodString;
|
|
@@ -6642,7 +6642,6 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6642
6642
|
source: z.ZodOptional<z.ZodString>;
|
|
6643
6643
|
}, z.core.$strip>>>;
|
|
6644
6644
|
id: z.ZodString;
|
|
6645
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6646
6645
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6647
6646
|
identifier: z.ZodString;
|
|
6648
6647
|
id: z.ZodString;
|
|
@@ -6787,6 +6786,7 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6787
6786
|
id: z.ZodString;
|
|
6788
6787
|
}, z.core.$strip>>>;
|
|
6789
6788
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
6789
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6790
6790
|
geo: z.ZodOptional<z.ZodObject<{
|
|
6791
6791
|
default: z.ZodOptional<z.ZodObject<{
|
|
6792
6792
|
lat: z.ZodNumber;
|
|
@@ -6827,7 +6827,6 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6827
6827
|
source: z.ZodOptional<z.ZodString>;
|
|
6828
6828
|
}, z.core.$strip>>>;
|
|
6829
6829
|
id: z.ZodString;
|
|
6830
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6831
6830
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6832
6831
|
identifier: z.ZodString;
|
|
6833
6832
|
id: z.ZodString;
|
|
@@ -6972,6 +6971,7 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
6972
6971
|
id: z.ZodString;
|
|
6973
6972
|
}, z.core.$strip>>>;
|
|
6974
6973
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
6974
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6975
6975
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6976
6976
|
identifier: z.ZodString;
|
|
6977
6977
|
id: z.ZodString;
|
|
@@ -7030,7 +7030,6 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
7030
7030
|
source: z.ZodOptional<z.ZodString>;
|
|
7031
7031
|
}, z.core.$strip>>>;
|
|
7032
7032
|
id: z.ZodString;
|
|
7033
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7034
7033
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7035
7034
|
identifier: z.ZodString;
|
|
7036
7035
|
id: z.ZodString;
|
|
@@ -7179,6 +7178,7 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
|
|
|
7179
7178
|
id: z.ZodString;
|
|
7180
7179
|
}, z.core.$strip>>>;
|
|
7181
7180
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
7181
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7182
7182
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7183
7183
|
identifier: z.ZodString;
|
|
7184
7184
|
id: z.ZodString;
|
|
@@ -7230,7 +7230,6 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
|
|
|
7230
7230
|
source: z.ZodOptional<z.ZodString>;
|
|
7231
7231
|
}, z.core.$strip>>>;
|
|
7232
7232
|
id: z.ZodString;
|
|
7233
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7234
7233
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7235
7234
|
identifier: z.ZodString;
|
|
7236
7235
|
id: z.ZodString;
|
|
@@ -7375,6 +7374,7 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
|
|
|
7375
7374
|
id: z.ZodString;
|
|
7376
7375
|
}, z.core.$strip>>>;
|
|
7377
7376
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
7377
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7378
7378
|
geo: z.ZodOptional<z.ZodObject<{
|
|
7379
7379
|
default: z.ZodOptional<z.ZodObject<{
|
|
7380
7380
|
lat: z.ZodNumber;
|
|
@@ -7416,7 +7416,6 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
|
|
|
7416
7416
|
source: z.ZodOptional<z.ZodString>;
|
|
7417
7417
|
}, z.core.$strip>>>;
|
|
7418
7418
|
id: z.ZodString;
|
|
7419
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7420
7419
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7421
7420
|
identifier: z.ZodString;
|
|
7422
7421
|
id: z.ZodString;
|
|
@@ -7561,6 +7560,7 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
|
|
|
7561
7560
|
id: z.ZodString;
|
|
7562
7561
|
}, z.core.$strip>>>;
|
|
7563
7562
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
7563
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7564
7564
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7565
7565
|
identifier: z.ZodString;
|
|
7566
7566
|
id: z.ZodString;
|
|
@@ -7620,7 +7620,6 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
|
|
|
7620
7620
|
source: z.ZodOptional<z.ZodString>;
|
|
7621
7621
|
}, z.core.$strip>>>;
|
|
7622
7622
|
id: z.ZodString;
|
|
7623
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7624
7623
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7625
7624
|
identifier: z.ZodString;
|
|
7626
7625
|
id: z.ZodString;
|
|
@@ -7769,6 +7768,7 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
|
|
|
7769
7768
|
id: z.ZodString;
|
|
7770
7769
|
}, z.core.$strip>>>;
|
|
7771
7770
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
7771
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7772
7772
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7773
7773
|
identifier: z.ZodString;
|
|
7774
7774
|
id: z.ZodString;
|
|
@@ -7820,7 +7820,6 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7820
7820
|
source: z.ZodOptional<z.ZodString>;
|
|
7821
7821
|
}, z.core.$strip>>>;
|
|
7822
7822
|
id: z.ZodString;
|
|
7823
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7824
7823
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7825
7824
|
identifier: z.ZodString;
|
|
7826
7825
|
id: z.ZodString;
|
|
@@ -7965,6 +7964,7 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
7965
7964
|
id: z.ZodString;
|
|
7966
7965
|
}, z.core.$strip>>>;
|
|
7967
7966
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
7967
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7968
7968
|
geo: z.ZodOptional<z.ZodObject<{
|
|
7969
7969
|
default: z.ZodOptional<z.ZodObject<{
|
|
7970
7970
|
lat: z.ZodNumber;
|
|
@@ -8005,7 +8005,6 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
8005
8005
|
source: z.ZodOptional<z.ZodString>;
|
|
8006
8006
|
}, z.core.$strip>>>;
|
|
8007
8007
|
id: z.ZodString;
|
|
8008
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8009
8008
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8010
8009
|
identifier: z.ZodString;
|
|
8011
8010
|
id: z.ZodString;
|
|
@@ -8150,6 +8149,7 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
8150
8149
|
id: z.ZodString;
|
|
8151
8150
|
}, z.core.$strip>>>;
|
|
8152
8151
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
8152
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8153
8153
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8154
8154
|
identifier: z.ZodString;
|
|
8155
8155
|
id: z.ZodString;
|
|
@@ -8208,7 +8208,6 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
8208
8208
|
source: z.ZodOptional<z.ZodString>;
|
|
8209
8209
|
}, z.core.$strip>>>;
|
|
8210
8210
|
id: z.ZodString;
|
|
8211
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8212
8211
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8213
8212
|
identifier: z.ZodString;
|
|
8214
8213
|
id: z.ZodString;
|
|
@@ -8357,6 +8356,7 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
8357
8356
|
id: z.ZodString;
|
|
8358
8357
|
}, z.core.$strip>>>;
|
|
8359
8358
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
8359
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8360
8360
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8361
8361
|
identifier: z.ZodString;
|
|
8362
8362
|
id: z.ZodString;
|
|
@@ -8408,7 +8408,6 @@ export declare const euSignalAPISchemaV1: z.ZodObject<{
|
|
|
8408
8408
|
source: z.ZodOptional<z.ZodString>;
|
|
8409
8409
|
}, z.core.$strip>>>;
|
|
8410
8410
|
id: z.ZodString;
|
|
8411
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8412
8411
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8413
8412
|
identifier: z.ZodString;
|
|
8414
8413
|
id: z.ZodString;
|
|
@@ -8552,6 +8551,7 @@ export declare const euSignalAPISchemaV1: z.ZodObject<{
|
|
|
8552
8551
|
id: z.ZodString;
|
|
8553
8552
|
}, z.core.$strip>>>;
|
|
8554
8553
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
8554
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8555
8555
|
documents: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8556
8556
|
filename: z.ZodString;
|
|
8557
8557
|
created: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -8606,7 +8606,6 @@ export declare const usSignalAPISchemaV1: z.ZodObject<{
|
|
|
8606
8606
|
source: z.ZodOptional<z.ZodString>;
|
|
8607
8607
|
}, z.core.$strip>>>;
|
|
8608
8608
|
id: z.ZodString;
|
|
8609
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8610
8609
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8611
8610
|
identifier: z.ZodString;
|
|
8612
8611
|
id: z.ZodString;
|
|
@@ -8750,6 +8749,7 @@ export declare const usSignalAPISchemaV1: z.ZodObject<{
|
|
|
8750
8749
|
id: z.ZodString;
|
|
8751
8750
|
}, z.core.$strip>>>;
|
|
8752
8751
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
8752
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8753
8753
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8754
8754
|
identifier: z.ZodString;
|
|
8755
8755
|
id: z.ZodString;
|
|
@@ -8822,7 +8822,6 @@ export declare const globalSignalAPISchemaV1: z.ZodObject<{
|
|
|
8822
8822
|
source: z.ZodOptional<z.ZodString>;
|
|
8823
8823
|
}, z.core.$strip>>>;
|
|
8824
8824
|
id: z.ZodString;
|
|
8825
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8826
8825
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8827
8826
|
identifier: z.ZodString;
|
|
8828
8827
|
id: z.ZodString;
|
|
@@ -8970,6 +8969,7 @@ export declare const globalSignalAPISchemaV1: z.ZodObject<{
|
|
|
8970
8969
|
id: z.ZodString;
|
|
8971
8970
|
}, z.core.$strip>>>;
|
|
8972
8971
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
8972
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8973
8973
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8974
8974
|
identifier: z.ZodString;
|
|
8975
8975
|
id: z.ZodString;
|
|
@@ -9034,7 +9034,6 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9034
9034
|
source: z.ZodOptional<z.ZodString>;
|
|
9035
9035
|
}, z.core.$strip>>>;
|
|
9036
9036
|
id: z.ZodString;
|
|
9037
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9038
9037
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9039
9038
|
identifier: z.ZodString;
|
|
9040
9039
|
id: z.ZodString;
|
|
@@ -9178,6 +9177,7 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9178
9177
|
id: z.ZodString;
|
|
9179
9178
|
}, z.core.$strip>>>;
|
|
9180
9179
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
9180
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9181
9181
|
documents: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
9182
9182
|
filename: z.ZodString;
|
|
9183
9183
|
created: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -9231,7 +9231,6 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9231
9231
|
source: z.ZodOptional<z.ZodString>;
|
|
9232
9232
|
}, z.core.$strip>>>;
|
|
9233
9233
|
id: z.ZodString;
|
|
9234
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9235
9234
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9236
9235
|
identifier: z.ZodString;
|
|
9237
9236
|
id: z.ZodString;
|
|
@@ -9375,6 +9374,7 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9375
9374
|
id: z.ZodString;
|
|
9376
9375
|
}, z.core.$strip>>>;
|
|
9377
9376
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
9377
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9378
9378
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9379
9379
|
identifier: z.ZodString;
|
|
9380
9380
|
id: z.ZodString;
|
|
@@ -9446,7 +9446,6 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9446
9446
|
source: z.ZodOptional<z.ZodString>;
|
|
9447
9447
|
}, z.core.$strip>>>;
|
|
9448
9448
|
id: z.ZodString;
|
|
9449
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9450
9449
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9451
9450
|
identifier: z.ZodString;
|
|
9452
9451
|
id: z.ZodString;
|
|
@@ -9594,6 +9593,7 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
9594
9593
|
id: z.ZodString;
|
|
9595
9594
|
}, z.core.$strip>>>;
|
|
9596
9595
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
9596
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9597
9597
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9598
9598
|
identifier: z.ZodString;
|
|
9599
9599
|
id: z.ZodString;
|
|
@@ -9666,7 +9666,6 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9666
9666
|
source: z.ZodOptional<z.ZodString>;
|
|
9667
9667
|
}, z.core.$strip>>>;
|
|
9668
9668
|
id: z.ZodString;
|
|
9669
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9670
9669
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9671
9670
|
identifier: z.ZodString;
|
|
9672
9671
|
id: z.ZodString;
|
|
@@ -9810,6 +9809,7 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9810
9809
|
id: z.ZodString;
|
|
9811
9810
|
}, z.core.$strip>>>;
|
|
9812
9811
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
9812
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9813
9813
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9814
9814
|
identifier: z.ZodString;
|
|
9815
9815
|
id: z.ZodString;
|
|
@@ -9873,7 +9873,6 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
9873
9873
|
source: z.ZodOptional<z.ZodString>;
|
|
9874
9874
|
}, z.core.$strip>>>;
|
|
9875
9875
|
id: z.ZodString;
|
|
9876
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
9877
9876
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9878
9877
|
identifier: z.ZodString;
|
|
9879
9878
|
id: z.ZodString;
|
|
@@ -10017,6 +10016,7 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
10017
10016
|
id: z.ZodString;
|
|
10018
10017
|
}, z.core.$strip>>>;
|
|
10019
10018
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
10019
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
10020
10020
|
documents: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
10021
10021
|
filename: z.ZodString;
|
|
10022
10022
|
created: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -10070,7 +10070,6 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
10070
10070
|
source: z.ZodOptional<z.ZodString>;
|
|
10071
10071
|
}, z.core.$strip>>>;
|
|
10072
10072
|
id: z.ZodString;
|
|
10073
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
10074
10073
|
location: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10075
10074
|
identifier: z.ZodString;
|
|
10076
10075
|
id: z.ZodString;
|
|
@@ -10218,6 +10217,7 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
10218
10217
|
id: z.ZodString;
|
|
10219
10218
|
}, z.core.$strip>>>;
|
|
10220
10219
|
status: z.ZodEnum<typeof PublishStatus>;
|
|
10220
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
10221
10221
|
countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10222
10222
|
identifier: z.ZodString;
|
|
10223
10223
|
id: z.ZodString;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { InfiniteData, QueryObserverResult, UseInfiniteQueryResult, UseQueryResult } from '@tanstack/react-query';
|
|
2
2
|
import { StaticRange } from 'react-date-range';
|
|
3
|
-
import { RegionMode } from '@npm-client-frontends/shared-constants';
|
|
4
3
|
import { ClientApiListRequestFilter, ClientApiListRequestQueryParams, ClientApiListResponse, DataCenterListType, QueueListType, SignalListType } from './api';
|
|
5
4
|
export type Entity = SignalListType | QueueListType | DataCenterListType;
|
|
6
5
|
export type InfiniteQueryHook = (queryParams: ClientApiListRequestQueryParams, isEnabled?: boolean, customFilters?: ClientApiListRequestFilter[]) => UseInfiniteQueryResult<InfiniteData<ClientApiListResponse<Entity>, unknown>, Error>;
|
|
@@ -78,4 +77,9 @@ export declare enum FilterAutocompleteSortMode {
|
|
|
78
77
|
COUNT = "count",
|
|
79
78
|
NAME = "name"
|
|
80
79
|
}
|
|
80
|
+
export declare enum RegionMode {
|
|
81
|
+
NA = "NA",
|
|
82
|
+
EUROPE = "EUROPE",
|
|
83
|
+
MULTI = "MULTI"
|
|
84
|
+
}
|
|
81
85
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FilterAutocompleteSortMode = exports.HumanizedEntityNames = exports.EntityName = void 0;
|
|
3
|
+
exports.RegionMode = exports.FilterAutocompleteSortMode = exports.HumanizedEntityNames = exports.EntityName = void 0;
|
|
4
4
|
var EntityName;
|
|
5
5
|
(function (EntityName) {
|
|
6
6
|
EntityName["signal"] = "signal";
|
|
@@ -17,4 +17,10 @@ var FilterAutocompleteSortMode;
|
|
|
17
17
|
FilterAutocompleteSortMode["COUNT"] = "count";
|
|
18
18
|
FilterAutocompleteSortMode["NAME"] = "name";
|
|
19
19
|
})(FilterAutocompleteSortMode || (exports.FilterAutocompleteSortMode = FilterAutocompleteSortMode = {}));
|
|
20
|
+
var RegionMode;
|
|
21
|
+
(function (RegionMode) {
|
|
22
|
+
RegionMode["NA"] = "NA";
|
|
23
|
+
RegionMode["EUROPE"] = "EUROPE";
|
|
24
|
+
RegionMode["MULTI"] = "MULTI";
|
|
25
|
+
})(RegionMode || (exports.RegionMode = RegionMode = {}));
|
|
20
26
|
//# sourceMappingURL=dataGrid.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataGrid.js","sourceRoot":"","sources":["../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/dataGrid.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"dataGrid.js","sourceRoot":"","sources":["../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/dataGrid.ts"],"names":[],"mappings":";;;AAkEA,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,+BAAiB,CAAA;IACjB,6BAAe,CAAA;IACf,wCAA0B,CAAA;AAC5B,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB;AAEY,QAAA,oBAAoB,GAAG;IAClC,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,SAAS;IAC9B,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,QAAQ;IAC5B,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,cAAc;CAC/B,CAAA;AAyDV,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,6CAAe,CAAA;IACf,2CAAa,CAAA;AACf,CAAC,EAHW,0BAA0B,0CAA1B,0BAA0B,QAGrC;AAED,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,uBAAS,CAAA;IACT,+BAAiB,CAAA;IACjB,6BAAe,CAAA;AACjB,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB"}
|