@new-project-media/client-frontends-shared-types 2.0.0 → 2.0.1
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": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
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/",
|
|
@@ -70,12 +70,12 @@ declare const euQueueDetailsSchema: z.ZodObject<{
|
|
|
70
70
|
$organizations?: string;
|
|
71
71
|
queueDate?: string;
|
|
72
72
|
schema?: "eu_queue";
|
|
73
|
+
applicationStatus?: string;
|
|
73
74
|
lastModified?: string;
|
|
74
75
|
localCounty?: string;
|
|
75
76
|
localState?: string;
|
|
76
77
|
projectName?: string;
|
|
77
78
|
totalMw?: number;
|
|
78
|
-
applicationStatus?: string;
|
|
79
79
|
localTown?: string;
|
|
80
80
|
mwNet?: number;
|
|
81
81
|
refId?: string;
|
|
@@ -102,12 +102,12 @@ declare const euQueueDetailsSchema: z.ZodObject<{
|
|
|
102
102
|
$organizations?: string;
|
|
103
103
|
queueDate?: string;
|
|
104
104
|
schema?: "eu_queue";
|
|
105
|
+
applicationStatus?: string;
|
|
105
106
|
lastModified?: string;
|
|
106
107
|
localCounty?: string;
|
|
107
108
|
localState?: string;
|
|
108
109
|
projectName?: string;
|
|
109
110
|
totalMw?: number;
|
|
110
|
-
applicationStatus?: string;
|
|
111
111
|
localTown?: string;
|
|
112
112
|
mwNet?: number;
|
|
113
113
|
refId?: string;
|
|
@@ -587,6 +587,7 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
587
587
|
queueDate?: string;
|
|
588
588
|
schema?: "us_queue";
|
|
589
589
|
actualOperationalDate?: string;
|
|
590
|
+
applicationStatus?: string;
|
|
590
591
|
localCounty?: {
|
|
591
592
|
id?: string;
|
|
592
593
|
identifier?: string;
|
|
@@ -598,7 +599,6 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
598
599
|
plannedOperationalDate?: string;
|
|
599
600
|
projectName?: string;
|
|
600
601
|
totalMw?: number;
|
|
601
|
-
applicationStatus?: string;
|
|
602
602
|
poiLocation?: string | number;
|
|
603
603
|
applicationType?: string;
|
|
604
604
|
cost?: {
|
|
@@ -732,6 +732,7 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
732
732
|
queueDate?: string;
|
|
733
733
|
schema?: "us_queue";
|
|
734
734
|
actualOperationalDate?: string;
|
|
735
|
+
applicationStatus?: string;
|
|
735
736
|
localCounty?: {
|
|
736
737
|
id?: string;
|
|
737
738
|
identifier?: string;
|
|
@@ -743,7 +744,6 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
743
744
|
plannedOperationalDate?: string;
|
|
744
745
|
projectName?: string;
|
|
745
746
|
totalMw?: number;
|
|
746
|
-
applicationStatus?: string;
|
|
747
747
|
poiLocation?: string | number;
|
|
748
748
|
applicationType?: string;
|
|
749
749
|
cost?: {
|
|
@@ -903,12 +903,12 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
903
903
|
$organizations?: string;
|
|
904
904
|
queueDate?: string;
|
|
905
905
|
schema?: "eu_queue";
|
|
906
|
+
applicationStatus?: string;
|
|
906
907
|
lastModified?: string;
|
|
907
908
|
localCounty?: string;
|
|
908
909
|
localState?: string;
|
|
909
910
|
projectName?: string;
|
|
910
911
|
totalMw?: number;
|
|
911
|
-
applicationStatus?: string;
|
|
912
912
|
localTown?: string;
|
|
913
913
|
mwNet?: number;
|
|
914
914
|
refId?: string;
|
|
@@ -935,12 +935,12 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
935
935
|
$organizations?: string;
|
|
936
936
|
queueDate?: string;
|
|
937
937
|
schema?: "eu_queue";
|
|
938
|
+
applicationStatus?: string;
|
|
938
939
|
lastModified?: string;
|
|
939
940
|
localCounty?: string;
|
|
940
941
|
localState?: string;
|
|
941
942
|
projectName?: string;
|
|
942
943
|
totalMw?: number;
|
|
943
|
-
applicationStatus?: string;
|
|
944
944
|
localTown?: string;
|
|
945
945
|
mwNet?: number;
|
|
946
946
|
refId?: string;
|
|
@@ -1419,6 +1419,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1419
1419
|
queueDate?: string;
|
|
1420
1420
|
schema?: "us_queue";
|
|
1421
1421
|
actualOperationalDate?: string;
|
|
1422
|
+
applicationStatus?: string;
|
|
1422
1423
|
localCounty?: {
|
|
1423
1424
|
id?: string;
|
|
1424
1425
|
identifier?: string;
|
|
@@ -1430,7 +1431,6 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1430
1431
|
plannedOperationalDate?: string;
|
|
1431
1432
|
projectName?: string;
|
|
1432
1433
|
totalMw?: number;
|
|
1433
|
-
applicationStatus?: string;
|
|
1434
1434
|
poiLocation?: string | number;
|
|
1435
1435
|
applicationType?: string;
|
|
1436
1436
|
cost?: {
|
|
@@ -1564,6 +1564,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1564
1564
|
queueDate?: string;
|
|
1565
1565
|
schema?: "us_queue";
|
|
1566
1566
|
actualOperationalDate?: string;
|
|
1567
|
+
applicationStatus?: string;
|
|
1567
1568
|
localCounty?: {
|
|
1568
1569
|
id?: string;
|
|
1569
1570
|
identifier?: string;
|
|
@@ -1575,7 +1576,6 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1575
1576
|
plannedOperationalDate?: string;
|
|
1576
1577
|
projectName?: string;
|
|
1577
1578
|
totalMw?: number;
|
|
1578
|
-
applicationStatus?: string;
|
|
1579
1579
|
poiLocation?: string | number;
|
|
1580
1580
|
applicationType?: string;
|
|
1581
1581
|
cost?: {
|
|
@@ -1735,12 +1735,12 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
1735
1735
|
$organizations?: string;
|
|
1736
1736
|
queueDate?: string;
|
|
1737
1737
|
schema?: "eu_queue";
|
|
1738
|
+
applicationStatus?: string;
|
|
1738
1739
|
lastModified?: string;
|
|
1739
1740
|
localCounty?: string;
|
|
1740
1741
|
localState?: string;
|
|
1741
1742
|
projectName?: string;
|
|
1742
1743
|
totalMw?: number;
|
|
1743
|
-
applicationStatus?: string;
|
|
1744
1744
|
localTown?: string;
|
|
1745
1745
|
mwNet?: number;
|
|
1746
1746
|
refId?: string;
|
|
@@ -1767,12 +1767,12 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
1767
1767
|
$organizations?: string;
|
|
1768
1768
|
queueDate?: string;
|
|
1769
1769
|
schema?: "eu_queue";
|
|
1770
|
+
applicationStatus?: string;
|
|
1770
1771
|
lastModified?: string;
|
|
1771
1772
|
localCounty?: string;
|
|
1772
1773
|
localState?: string;
|
|
1773
1774
|
projectName?: string;
|
|
1774
1775
|
totalMw?: number;
|
|
1775
|
-
applicationStatus?: string;
|
|
1776
1776
|
localTown?: string;
|
|
1777
1777
|
mwNet?: number;
|
|
1778
1778
|
refId?: string;
|
|
@@ -2251,6 +2251,7 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2251
2251
|
queueDate?: string;
|
|
2252
2252
|
schema?: "us_queue";
|
|
2253
2253
|
actualOperationalDate?: string;
|
|
2254
|
+
applicationStatus?: string;
|
|
2254
2255
|
localCounty?: {
|
|
2255
2256
|
id?: string;
|
|
2256
2257
|
identifier?: string;
|
|
@@ -2262,7 +2263,6 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2262
2263
|
plannedOperationalDate?: string;
|
|
2263
2264
|
projectName?: string;
|
|
2264
2265
|
totalMw?: number;
|
|
2265
|
-
applicationStatus?: string;
|
|
2266
2266
|
poiLocation?: string | number;
|
|
2267
2267
|
applicationType?: string;
|
|
2268
2268
|
cost?: {
|
|
@@ -2396,6 +2396,7 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2396
2396
|
queueDate?: string;
|
|
2397
2397
|
schema?: "us_queue";
|
|
2398
2398
|
actualOperationalDate?: string;
|
|
2399
|
+
applicationStatus?: string;
|
|
2399
2400
|
localCounty?: {
|
|
2400
2401
|
id?: string;
|
|
2401
2402
|
identifier?: string;
|
|
@@ -2407,7 +2408,6 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2407
2408
|
plannedOperationalDate?: string;
|
|
2408
2409
|
projectName?: string;
|
|
2409
2410
|
totalMw?: number;
|
|
2410
|
-
applicationStatus?: string;
|
|
2411
2411
|
poiLocation?: string | number;
|
|
2412
2412
|
applicationType?: string;
|
|
2413
2413
|
cost?: {
|
|
@@ -2508,6 +2508,7 @@ declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
|
2508
2508
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2509
2509
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
2510
2510
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
2511
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
2511
2512
|
country: z.ZodOptional<z.ZodString>;
|
|
2512
2513
|
geo: z.ZodOptional<z.ZodObject<{
|
|
2513
2514
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -2667,6 +2668,7 @@ declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
|
2667
2668
|
queueDate?: string;
|
|
2668
2669
|
schema?: "eu_queue";
|
|
2669
2670
|
actualOperationalDate?: string;
|
|
2671
|
+
applicationStatus?: string;
|
|
2670
2672
|
interconnectingEntity?: string;
|
|
2671
2673
|
lastModified?: string;
|
|
2672
2674
|
localCounty?: string;
|
|
@@ -2714,6 +2716,7 @@ declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
|
2714
2716
|
queueDate?: string;
|
|
2715
2717
|
schema?: "eu_queue";
|
|
2716
2718
|
actualOperationalDate?: string;
|
|
2719
|
+
applicationStatus?: string;
|
|
2717
2720
|
interconnectingEntity?: string;
|
|
2718
2721
|
lastModified?: string;
|
|
2719
2722
|
localCounty?: string;
|
|
@@ -2871,11 +2874,24 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
2871
2874
|
projectName: z.ZodOptional<z.ZodString>;
|
|
2872
2875
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
2873
2876
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2877
|
+
sectors: z.ZodArray<z.ZodObject<{
|
|
2878
|
+
identifier: z.ZodString;
|
|
2879
|
+
id: z.ZodString;
|
|
2880
|
+
}, "strip", z.ZodTypeAny, {
|
|
2881
|
+
id?: string;
|
|
2882
|
+
identifier?: string;
|
|
2883
|
+
}, {
|
|
2884
|
+
id?: string;
|
|
2885
|
+
identifier?: string;
|
|
2886
|
+
}>, "many">;
|
|
2874
2887
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2875
|
-
thing: z.ZodString;
|
|
2876
2888
|
} & {
|
|
2877
2889
|
sort: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2878
2890
|
}, "strict", z.ZodTypeAny, {
|
|
2891
|
+
sectors?: {
|
|
2892
|
+
id?: string;
|
|
2893
|
+
identifier?: string;
|
|
2894
|
+
}[];
|
|
2879
2895
|
id?: string;
|
|
2880
2896
|
sort?: [number, number, ...unknown[]];
|
|
2881
2897
|
applicationId?: string;
|
|
@@ -2916,6 +2932,7 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
2916
2932
|
queueDate?: string;
|
|
2917
2933
|
schema?: "us_queue";
|
|
2918
2934
|
actualOperationalDate?: string;
|
|
2935
|
+
applicationStatus?: string;
|
|
2919
2936
|
interconnectingEntity?: string;
|
|
2920
2937
|
lastModified?: string;
|
|
2921
2938
|
localCounty?: {
|
|
@@ -2929,10 +2946,12 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
2929
2946
|
plannedOperationalDate?: string;
|
|
2930
2947
|
projectName?: string;
|
|
2931
2948
|
totalMw?: number;
|
|
2932
|
-
applicationStatus?: string;
|
|
2933
2949
|
poiLocation?: string | number;
|
|
2934
|
-
thing?: string;
|
|
2935
2950
|
}, {
|
|
2951
|
+
sectors?: {
|
|
2952
|
+
id?: string;
|
|
2953
|
+
identifier?: string;
|
|
2954
|
+
}[];
|
|
2936
2955
|
id?: string;
|
|
2937
2956
|
sort?: [number, number, ...unknown[]];
|
|
2938
2957
|
applicationId?: string;
|
|
@@ -2973,6 +2992,7 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
2973
2992
|
queueDate?: string;
|
|
2974
2993
|
schema?: "us_queue";
|
|
2975
2994
|
actualOperationalDate?: string;
|
|
2995
|
+
applicationStatus?: string;
|
|
2976
2996
|
interconnectingEntity?: string;
|
|
2977
2997
|
lastModified?: string;
|
|
2978
2998
|
localCounty?: {
|
|
@@ -2986,9 +3006,7 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
2986
3006
|
plannedOperationalDate?: string;
|
|
2987
3007
|
projectName?: string;
|
|
2988
3008
|
totalMw?: number;
|
|
2989
|
-
applicationStatus?: string;
|
|
2990
3009
|
poiLocation?: string | number;
|
|
2991
|
-
thing?: string;
|
|
2992
3010
|
}>;
|
|
2993
3011
|
declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
2994
3012
|
id: z.ZodString;
|
|
@@ -2998,6 +3016,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2998
3016
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2999
3017
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
3000
3018
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
3019
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
3001
3020
|
country: z.ZodOptional<z.ZodString>;
|
|
3002
3021
|
geo: z.ZodOptional<z.ZodObject<{
|
|
3003
3022
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -3157,6 +3176,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3157
3176
|
queueDate?: string;
|
|
3158
3177
|
schema?: "eu_queue";
|
|
3159
3178
|
actualOperationalDate?: string;
|
|
3179
|
+
applicationStatus?: string;
|
|
3160
3180
|
interconnectingEntity?: string;
|
|
3161
3181
|
lastModified?: string;
|
|
3162
3182
|
localCounty?: string;
|
|
@@ -3204,6 +3224,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3204
3224
|
queueDate?: string;
|
|
3205
3225
|
schema?: "eu_queue";
|
|
3206
3226
|
actualOperationalDate?: string;
|
|
3227
|
+
applicationStatus?: string;
|
|
3207
3228
|
interconnectingEntity?: string;
|
|
3208
3229
|
lastModified?: string;
|
|
3209
3230
|
localCounty?: string;
|
|
@@ -3360,11 +3381,24 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3360
3381
|
projectName: z.ZodOptional<z.ZodString>;
|
|
3361
3382
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
3362
3383
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3384
|
+
sectors: z.ZodArray<z.ZodObject<{
|
|
3385
|
+
identifier: z.ZodString;
|
|
3386
|
+
id: z.ZodString;
|
|
3387
|
+
}, "strip", z.ZodTypeAny, {
|
|
3388
|
+
id?: string;
|
|
3389
|
+
identifier?: string;
|
|
3390
|
+
}, {
|
|
3391
|
+
id?: string;
|
|
3392
|
+
identifier?: string;
|
|
3393
|
+
}>, "many">;
|
|
3363
3394
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3364
|
-
thing: z.ZodString;
|
|
3365
3395
|
} & {
|
|
3366
3396
|
sort: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
3367
3397
|
}, "strict", z.ZodTypeAny, {
|
|
3398
|
+
sectors?: {
|
|
3399
|
+
id?: string;
|
|
3400
|
+
identifier?: string;
|
|
3401
|
+
}[];
|
|
3368
3402
|
id?: string;
|
|
3369
3403
|
sort?: [number, number, ...unknown[]];
|
|
3370
3404
|
applicationId?: string;
|
|
@@ -3405,6 +3439,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3405
3439
|
queueDate?: string;
|
|
3406
3440
|
schema?: "us_queue";
|
|
3407
3441
|
actualOperationalDate?: string;
|
|
3442
|
+
applicationStatus?: string;
|
|
3408
3443
|
interconnectingEntity?: string;
|
|
3409
3444
|
lastModified?: string;
|
|
3410
3445
|
localCounty?: {
|
|
@@ -3418,10 +3453,12 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3418
3453
|
plannedOperationalDate?: string;
|
|
3419
3454
|
projectName?: string;
|
|
3420
3455
|
totalMw?: number;
|
|
3421
|
-
applicationStatus?: string;
|
|
3422
3456
|
poiLocation?: string | number;
|
|
3423
|
-
thing?: string;
|
|
3424
3457
|
}, {
|
|
3458
|
+
sectors?: {
|
|
3459
|
+
id?: string;
|
|
3460
|
+
identifier?: string;
|
|
3461
|
+
}[];
|
|
3425
3462
|
id?: string;
|
|
3426
3463
|
sort?: [number, number, ...unknown[]];
|
|
3427
3464
|
applicationId?: string;
|
|
@@ -3462,6 +3499,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3462
3499
|
queueDate?: string;
|
|
3463
3500
|
schema?: "us_queue";
|
|
3464
3501
|
actualOperationalDate?: string;
|
|
3502
|
+
applicationStatus?: string;
|
|
3465
3503
|
interconnectingEntity?: string;
|
|
3466
3504
|
lastModified?: string;
|
|
3467
3505
|
localCounty?: {
|
|
@@ -3475,9 +3513,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3475
3513
|
plannedOperationalDate?: string;
|
|
3476
3514
|
projectName?: string;
|
|
3477
3515
|
totalMw?: number;
|
|
3478
|
-
applicationStatus?: string;
|
|
3479
3516
|
poiLocation?: string | number;
|
|
3480
|
-
thing?: string;
|
|
3481
3517
|
}>]>;
|
|
3482
3518
|
export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.ZodObject<{
|
|
3483
3519
|
id: z.ZodString;
|
|
@@ -3487,6 +3523,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3487
3523
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3488
3524
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
3489
3525
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
3526
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
3490
3527
|
country: z.ZodOptional<z.ZodString>;
|
|
3491
3528
|
geo: z.ZodOptional<z.ZodObject<{
|
|
3492
3529
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -3646,6 +3683,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3646
3683
|
queueDate?: string;
|
|
3647
3684
|
schema?: "eu_queue";
|
|
3648
3685
|
actualOperationalDate?: string;
|
|
3686
|
+
applicationStatus?: string;
|
|
3649
3687
|
interconnectingEntity?: string;
|
|
3650
3688
|
lastModified?: string;
|
|
3651
3689
|
localCounty?: string;
|
|
@@ -3693,6 +3731,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3693
3731
|
queueDate?: string;
|
|
3694
3732
|
schema?: "eu_queue";
|
|
3695
3733
|
actualOperationalDate?: string;
|
|
3734
|
+
applicationStatus?: string;
|
|
3696
3735
|
interconnectingEntity?: string;
|
|
3697
3736
|
lastModified?: string;
|
|
3698
3737
|
localCounty?: string;
|
|
@@ -3849,11 +3888,24 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3849
3888
|
projectName: z.ZodOptional<z.ZodString>;
|
|
3850
3889
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
3851
3890
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3891
|
+
sectors: z.ZodArray<z.ZodObject<{
|
|
3892
|
+
identifier: z.ZodString;
|
|
3893
|
+
id: z.ZodString;
|
|
3894
|
+
}, "strip", z.ZodTypeAny, {
|
|
3895
|
+
id?: string;
|
|
3896
|
+
identifier?: string;
|
|
3897
|
+
}, {
|
|
3898
|
+
id?: string;
|
|
3899
|
+
identifier?: string;
|
|
3900
|
+
}>, "many">;
|
|
3852
3901
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3853
|
-
thing: z.ZodString;
|
|
3854
3902
|
} & {
|
|
3855
3903
|
sort: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
3856
3904
|
}, "strict", z.ZodTypeAny, {
|
|
3905
|
+
sectors?: {
|
|
3906
|
+
id?: string;
|
|
3907
|
+
identifier?: string;
|
|
3908
|
+
}[];
|
|
3857
3909
|
id?: string;
|
|
3858
3910
|
sort?: [number, number, ...unknown[]];
|
|
3859
3911
|
applicationId?: string;
|
|
@@ -3894,6 +3946,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3894
3946
|
queueDate?: string;
|
|
3895
3947
|
schema?: "us_queue";
|
|
3896
3948
|
actualOperationalDate?: string;
|
|
3949
|
+
applicationStatus?: string;
|
|
3897
3950
|
interconnectingEntity?: string;
|
|
3898
3951
|
lastModified?: string;
|
|
3899
3952
|
localCounty?: {
|
|
@@ -3907,10 +3960,12 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3907
3960
|
plannedOperationalDate?: string;
|
|
3908
3961
|
projectName?: string;
|
|
3909
3962
|
totalMw?: number;
|
|
3910
|
-
applicationStatus?: string;
|
|
3911
3963
|
poiLocation?: string | number;
|
|
3912
|
-
thing?: string;
|
|
3913
3964
|
}, {
|
|
3965
|
+
sectors?: {
|
|
3966
|
+
id?: string;
|
|
3967
|
+
identifier?: string;
|
|
3968
|
+
}[];
|
|
3914
3969
|
id?: string;
|
|
3915
3970
|
sort?: [number, number, ...unknown[]];
|
|
3916
3971
|
applicationId?: string;
|
|
@@ -3951,6 +4006,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3951
4006
|
queueDate?: string;
|
|
3952
4007
|
schema?: "us_queue";
|
|
3953
4008
|
actualOperationalDate?: string;
|
|
4009
|
+
applicationStatus?: string;
|
|
3954
4010
|
interconnectingEntity?: string;
|
|
3955
4011
|
lastModified?: string;
|
|
3956
4012
|
localCounty?: {
|
|
@@ -3964,9 +4020,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
3964
4020
|
plannedOperationalDate?: string;
|
|
3965
4021
|
projectName?: string;
|
|
3966
4022
|
totalMw?: number;
|
|
3967
|
-
applicationStatus?: string;
|
|
3968
4023
|
poiLocation?: string | number;
|
|
3969
|
-
thing?: string;
|
|
3970
4024
|
}>]>;
|
|
3971
4025
|
export type QueueListType = z.infer<typeof queueListSchema>;
|
|
3972
4026
|
export type QueueListUnionType = z.infer<typeof queueListUnionSchema>;
|
|
@@ -3974,7 +4028,6 @@ export type EUQueueListType = z.infer<typeof euQueueListWithSortSchema>;
|
|
|
3974
4028
|
export type USQueueListType = z.infer<typeof usQueueListWithSortSchema>;
|
|
3975
4029
|
export declare const euQueueAPISchema: z.ZodObject<{
|
|
3976
4030
|
$organizations: z.ZodOptional<z.ZodString>;
|
|
3977
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
3978
4031
|
localTown: z.ZodOptional<z.ZodString>;
|
|
3979
4032
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
3980
4033
|
refId: z.ZodOptional<z.ZodString>;
|
|
@@ -3987,6 +4040,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
3987
4040
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3988
4041
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
3989
4042
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
4043
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
3990
4044
|
country: z.ZodOptional<z.ZodString>;
|
|
3991
4045
|
geo: z.ZodOptional<z.ZodObject<{
|
|
3992
4046
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -4181,6 +4235,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
4181
4235
|
queueDate?: string;
|
|
4182
4236
|
schema?: "eu_queue";
|
|
4183
4237
|
actualOperationalDate?: string;
|
|
4238
|
+
applicationStatus?: string;
|
|
4184
4239
|
interconnectingEntity?: string;
|
|
4185
4240
|
lastModified?: string;
|
|
4186
4241
|
localCounty?: string;
|
|
@@ -4188,7 +4243,6 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
4188
4243
|
plannedOperationalDate?: string;
|
|
4189
4244
|
projectName?: string;
|
|
4190
4245
|
totalMw?: number;
|
|
4191
|
-
applicationStatus?: string;
|
|
4192
4246
|
localTown?: string;
|
|
4193
4247
|
mwNet?: number;
|
|
4194
4248
|
refId?: string;
|
|
@@ -4256,6 +4310,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
4256
4310
|
queueDate?: string;
|
|
4257
4311
|
schema?: "eu_queue";
|
|
4258
4312
|
actualOperationalDate?: string;
|
|
4313
|
+
applicationStatus?: string;
|
|
4259
4314
|
interconnectingEntity?: string;
|
|
4260
4315
|
lastModified?: string;
|
|
4261
4316
|
localCounty?: string;
|
|
@@ -4263,7 +4318,6 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
4263
4318
|
plannedOperationalDate?: string;
|
|
4264
4319
|
projectName?: string;
|
|
4265
4320
|
totalMw?: number;
|
|
4266
|
-
applicationStatus?: string;
|
|
4267
4321
|
localTown?: string;
|
|
4268
4322
|
mwNet?: number;
|
|
4269
4323
|
refId?: string;
|
|
@@ -4612,16 +4666,6 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
4612
4666
|
}>>;
|
|
4613
4667
|
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
4614
4668
|
reportDate: z.ZodOptional<z.ZodString>;
|
|
4615
|
-
sectors: z.ZodArray<z.ZodObject<{
|
|
4616
|
-
identifier: z.ZodString;
|
|
4617
|
-
id: z.ZodString;
|
|
4618
|
-
}, "strip", z.ZodTypeAny, {
|
|
4619
|
-
id?: string;
|
|
4620
|
-
identifier?: string;
|
|
4621
|
-
}, {
|
|
4622
|
-
id?: string;
|
|
4623
|
-
identifier?: string;
|
|
4624
|
-
}>, "many">;
|
|
4625
4669
|
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4626
4670
|
filingDate: z.ZodString;
|
|
4627
4671
|
headline: z.ZodString;
|
|
@@ -4792,8 +4836,17 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
4792
4836
|
projectName: z.ZodOptional<z.ZodString>;
|
|
4793
4837
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
4794
4838
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
4839
|
+
sectors: z.ZodArray<z.ZodObject<{
|
|
4840
|
+
identifier: z.ZodString;
|
|
4841
|
+
id: z.ZodString;
|
|
4842
|
+
}, "strip", z.ZodTypeAny, {
|
|
4843
|
+
id?: string;
|
|
4844
|
+
identifier?: string;
|
|
4845
|
+
}, {
|
|
4846
|
+
id?: string;
|
|
4847
|
+
identifier?: string;
|
|
4848
|
+
}>, "many">;
|
|
4795
4849
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
4796
|
-
thing: z.ZodString;
|
|
4797
4850
|
} & {
|
|
4798
4851
|
audiences: z.ZodArray<z.ZodObject<{
|
|
4799
4852
|
identifier: z.ZodString;
|
|
@@ -4888,6 +4941,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
4888
4941
|
queueDate?: string;
|
|
4889
4942
|
schema?: "us_queue";
|
|
4890
4943
|
actualOperationalDate?: string;
|
|
4944
|
+
applicationStatus?: string;
|
|
4891
4945
|
interconnectingEntity?: string;
|
|
4892
4946
|
lastModified?: string;
|
|
4893
4947
|
localCounty?: {
|
|
@@ -4901,9 +4955,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
4901
4955
|
plannedOperationalDate?: string;
|
|
4902
4956
|
projectName?: string;
|
|
4903
4957
|
totalMw?: number;
|
|
4904
|
-
applicationStatus?: string;
|
|
4905
4958
|
poiLocation?: string | number;
|
|
4906
|
-
thing?: string;
|
|
4907
4959
|
applicationType?: string;
|
|
4908
4960
|
cost?: {
|
|
4909
4961
|
costCompany?: string;
|
|
@@ -5068,6 +5120,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5068
5120
|
queueDate?: string;
|
|
5069
5121
|
schema?: "us_queue";
|
|
5070
5122
|
actualOperationalDate?: string;
|
|
5123
|
+
applicationStatus?: string;
|
|
5071
5124
|
interconnectingEntity?: string;
|
|
5072
5125
|
lastModified?: string;
|
|
5073
5126
|
localCounty?: {
|
|
@@ -5081,9 +5134,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5081
5134
|
plannedOperationalDate?: string;
|
|
5082
5135
|
projectName?: string;
|
|
5083
5136
|
totalMw?: number;
|
|
5084
|
-
applicationStatus?: string;
|
|
5085
5137
|
poiLocation?: string | number;
|
|
5086
|
-
thing?: string;
|
|
5087
5138
|
applicationType?: string;
|
|
5088
5139
|
cost?: {
|
|
5089
5140
|
costCompany?: string;
|
|
@@ -5181,7 +5232,6 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5181
5232
|
}>;
|
|
5182
5233
|
export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
5183
5234
|
$organizations: z.ZodOptional<z.ZodString>;
|
|
5184
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
5185
5235
|
localTown: z.ZodOptional<z.ZodString>;
|
|
5186
5236
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
5187
5237
|
refId: z.ZodOptional<z.ZodString>;
|
|
@@ -5194,6 +5244,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5194
5244
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
5195
5245
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
5196
5246
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
5247
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
5197
5248
|
country: z.ZodOptional<z.ZodString>;
|
|
5198
5249
|
geo: z.ZodOptional<z.ZodObject<{
|
|
5199
5250
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -5388,6 +5439,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5388
5439
|
queueDate?: string;
|
|
5389
5440
|
schema?: "eu_queue";
|
|
5390
5441
|
actualOperationalDate?: string;
|
|
5442
|
+
applicationStatus?: string;
|
|
5391
5443
|
interconnectingEntity?: string;
|
|
5392
5444
|
lastModified?: string;
|
|
5393
5445
|
localCounty?: string;
|
|
@@ -5395,7 +5447,6 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5395
5447
|
plannedOperationalDate?: string;
|
|
5396
5448
|
projectName?: string;
|
|
5397
5449
|
totalMw?: number;
|
|
5398
|
-
applicationStatus?: string;
|
|
5399
5450
|
localTown?: string;
|
|
5400
5451
|
mwNet?: number;
|
|
5401
5452
|
refId?: string;
|
|
@@ -5463,6 +5514,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5463
5514
|
queueDate?: string;
|
|
5464
5515
|
schema?: "eu_queue";
|
|
5465
5516
|
actualOperationalDate?: string;
|
|
5517
|
+
applicationStatus?: string;
|
|
5466
5518
|
interconnectingEntity?: string;
|
|
5467
5519
|
lastModified?: string;
|
|
5468
5520
|
localCounty?: string;
|
|
@@ -5470,7 +5522,6 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5470
5522
|
plannedOperationalDate?: string;
|
|
5471
5523
|
projectName?: string;
|
|
5472
5524
|
totalMw?: number;
|
|
5473
|
-
applicationStatus?: string;
|
|
5474
5525
|
localTown?: string;
|
|
5475
5526
|
mwNet?: number;
|
|
5476
5527
|
refId?: string;
|
|
@@ -5818,16 +5869,6 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5818
5869
|
}>>;
|
|
5819
5870
|
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
5820
5871
|
reportDate: z.ZodOptional<z.ZodString>;
|
|
5821
|
-
sectors: z.ZodArray<z.ZodObject<{
|
|
5822
|
-
identifier: z.ZodString;
|
|
5823
|
-
id: z.ZodString;
|
|
5824
|
-
}, "strip", z.ZodTypeAny, {
|
|
5825
|
-
id?: string;
|
|
5826
|
-
identifier?: string;
|
|
5827
|
-
}, {
|
|
5828
|
-
id?: string;
|
|
5829
|
-
identifier?: string;
|
|
5830
|
-
}>, "many">;
|
|
5831
5872
|
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5832
5873
|
filingDate: z.ZodString;
|
|
5833
5874
|
headline: z.ZodString;
|
|
@@ -5998,8 +6039,17 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
5998
6039
|
projectName: z.ZodOptional<z.ZodString>;
|
|
5999
6040
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
6000
6041
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
6042
|
+
sectors: z.ZodArray<z.ZodObject<{
|
|
6043
|
+
identifier: z.ZodString;
|
|
6044
|
+
id: z.ZodString;
|
|
6045
|
+
}, "strip", z.ZodTypeAny, {
|
|
6046
|
+
id?: string;
|
|
6047
|
+
identifier?: string;
|
|
6048
|
+
}, {
|
|
6049
|
+
id?: string;
|
|
6050
|
+
identifier?: string;
|
|
6051
|
+
}>, "many">;
|
|
6001
6052
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
6002
|
-
thing: z.ZodString;
|
|
6003
6053
|
} & {
|
|
6004
6054
|
audiences: z.ZodArray<z.ZodObject<{
|
|
6005
6055
|
identifier: z.ZodString;
|
|
@@ -6094,6 +6144,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6094
6144
|
queueDate?: string;
|
|
6095
6145
|
schema?: "us_queue";
|
|
6096
6146
|
actualOperationalDate?: string;
|
|
6147
|
+
applicationStatus?: string;
|
|
6097
6148
|
interconnectingEntity?: string;
|
|
6098
6149
|
lastModified?: string;
|
|
6099
6150
|
localCounty?: {
|
|
@@ -6107,9 +6158,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6107
6158
|
plannedOperationalDate?: string;
|
|
6108
6159
|
projectName?: string;
|
|
6109
6160
|
totalMw?: number;
|
|
6110
|
-
applicationStatus?: string;
|
|
6111
6161
|
poiLocation?: string | number;
|
|
6112
|
-
thing?: string;
|
|
6113
6162
|
applicationType?: string;
|
|
6114
6163
|
cost?: {
|
|
6115
6164
|
costCompany?: string;
|
|
@@ -6274,6 +6323,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6274
6323
|
queueDate?: string;
|
|
6275
6324
|
schema?: "us_queue";
|
|
6276
6325
|
actualOperationalDate?: string;
|
|
6326
|
+
applicationStatus?: string;
|
|
6277
6327
|
interconnectingEntity?: string;
|
|
6278
6328
|
lastModified?: string;
|
|
6279
6329
|
localCounty?: {
|
|
@@ -6287,9 +6337,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6287
6337
|
plannedOperationalDate?: string;
|
|
6288
6338
|
projectName?: string;
|
|
6289
6339
|
totalMw?: number;
|
|
6290
|
-
applicationStatus?: string;
|
|
6291
6340
|
poiLocation?: string | number;
|
|
6292
|
-
thing?: string;
|
|
6293
6341
|
applicationType?: string;
|
|
6294
6342
|
cost?: {
|
|
6295
6343
|
costCompany?: string;
|
|
@@ -6387,7 +6435,6 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6387
6435
|
}>]>;
|
|
6388
6436
|
export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.ZodObject<{
|
|
6389
6437
|
$organizations: z.ZodOptional<z.ZodString>;
|
|
6390
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
6391
6438
|
localTown: z.ZodOptional<z.ZodString>;
|
|
6392
6439
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
6393
6440
|
refId: z.ZodOptional<z.ZodString>;
|
|
@@ -6400,6 +6447,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
6400
6447
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
6401
6448
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
6402
6449
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
6450
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
6403
6451
|
country: z.ZodOptional<z.ZodString>;
|
|
6404
6452
|
geo: z.ZodOptional<z.ZodObject<{
|
|
6405
6453
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -6594,6 +6642,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
6594
6642
|
queueDate?: string;
|
|
6595
6643
|
schema?: "eu_queue";
|
|
6596
6644
|
actualOperationalDate?: string;
|
|
6645
|
+
applicationStatus?: string;
|
|
6597
6646
|
interconnectingEntity?: string;
|
|
6598
6647
|
lastModified?: string;
|
|
6599
6648
|
localCounty?: string;
|
|
@@ -6601,7 +6650,6 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
6601
6650
|
plannedOperationalDate?: string;
|
|
6602
6651
|
projectName?: string;
|
|
6603
6652
|
totalMw?: number;
|
|
6604
|
-
applicationStatus?: string;
|
|
6605
6653
|
localTown?: string;
|
|
6606
6654
|
mwNet?: number;
|
|
6607
6655
|
refId?: string;
|
|
@@ -6669,6 +6717,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
6669
6717
|
queueDate?: string;
|
|
6670
6718
|
schema?: "eu_queue";
|
|
6671
6719
|
actualOperationalDate?: string;
|
|
6720
|
+
applicationStatus?: string;
|
|
6672
6721
|
interconnectingEntity?: string;
|
|
6673
6722
|
lastModified?: string;
|
|
6674
6723
|
localCounty?: string;
|
|
@@ -6676,7 +6725,6 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
6676
6725
|
plannedOperationalDate?: string;
|
|
6677
6726
|
projectName?: string;
|
|
6678
6727
|
totalMw?: number;
|
|
6679
|
-
applicationStatus?: string;
|
|
6680
6728
|
localTown?: string;
|
|
6681
6729
|
mwNet?: number;
|
|
6682
6730
|
refId?: string;
|
|
@@ -7024,16 +7072,6 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7024
7072
|
}>>;
|
|
7025
7073
|
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
7026
7074
|
reportDate: z.ZodOptional<z.ZodString>;
|
|
7027
|
-
sectors: z.ZodArray<z.ZodObject<{
|
|
7028
|
-
identifier: z.ZodString;
|
|
7029
|
-
id: z.ZodString;
|
|
7030
|
-
}, "strip", z.ZodTypeAny, {
|
|
7031
|
-
id?: string;
|
|
7032
|
-
identifier?: string;
|
|
7033
|
-
}, {
|
|
7034
|
-
id?: string;
|
|
7035
|
-
identifier?: string;
|
|
7036
|
-
}>, "many">;
|
|
7037
7075
|
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7038
7076
|
filingDate: z.ZodString;
|
|
7039
7077
|
headline: z.ZodString;
|
|
@@ -7204,8 +7242,17 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7204
7242
|
projectName: z.ZodOptional<z.ZodString>;
|
|
7205
7243
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
7206
7244
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7245
|
+
sectors: z.ZodArray<z.ZodObject<{
|
|
7246
|
+
identifier: z.ZodString;
|
|
7247
|
+
id: z.ZodString;
|
|
7248
|
+
}, "strip", z.ZodTypeAny, {
|
|
7249
|
+
id?: string;
|
|
7250
|
+
identifier?: string;
|
|
7251
|
+
}, {
|
|
7252
|
+
id?: string;
|
|
7253
|
+
identifier?: string;
|
|
7254
|
+
}>, "many">;
|
|
7207
7255
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7208
|
-
thing: z.ZodString;
|
|
7209
7256
|
} & {
|
|
7210
7257
|
audiences: z.ZodArray<z.ZodObject<{
|
|
7211
7258
|
identifier: z.ZodString;
|
|
@@ -7300,6 +7347,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7300
7347
|
queueDate?: string;
|
|
7301
7348
|
schema?: "us_queue";
|
|
7302
7349
|
actualOperationalDate?: string;
|
|
7350
|
+
applicationStatus?: string;
|
|
7303
7351
|
interconnectingEntity?: string;
|
|
7304
7352
|
lastModified?: string;
|
|
7305
7353
|
localCounty?: {
|
|
@@ -7313,9 +7361,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7313
7361
|
plannedOperationalDate?: string;
|
|
7314
7362
|
projectName?: string;
|
|
7315
7363
|
totalMw?: number;
|
|
7316
|
-
applicationStatus?: string;
|
|
7317
7364
|
poiLocation?: string | number;
|
|
7318
|
-
thing?: string;
|
|
7319
7365
|
applicationType?: string;
|
|
7320
7366
|
cost?: {
|
|
7321
7367
|
costCompany?: string;
|
|
@@ -7480,6 +7526,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7480
7526
|
queueDate?: string;
|
|
7481
7527
|
schema?: "us_queue";
|
|
7482
7528
|
actualOperationalDate?: string;
|
|
7529
|
+
applicationStatus?: string;
|
|
7483
7530
|
interconnectingEntity?: string;
|
|
7484
7531
|
lastModified?: string;
|
|
7485
7532
|
localCounty?: {
|
|
@@ -7493,9 +7540,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7493
7540
|
plannedOperationalDate?: string;
|
|
7494
7541
|
projectName?: string;
|
|
7495
7542
|
totalMw?: number;
|
|
7496
|
-
applicationStatus?: string;
|
|
7497
7543
|
poiLocation?: string | number;
|
|
7498
|
-
thing?: string;
|
|
7499
7544
|
applicationType?: string;
|
|
7500
7545
|
cost?: {
|
|
7501
7546
|
costCompany?: string;
|
|
@@ -118,6 +118,7 @@ const euQueueListSchema = baseEUQueueSchema
|
|
|
118
118
|
actualOperationalDate: entity_1.ISODateTimeOptionalSchema,
|
|
119
119
|
allSectors: entity_1.OptionalStringSchema,
|
|
120
120
|
applicationId: entity_1.OptionalStringSchema,
|
|
121
|
+
applicationStatus: entity_1.OptionalStringSchema,
|
|
121
122
|
country: entity_1.OptionalStringSchema,
|
|
122
123
|
geo: entity_1.GeoSchema.optional(),
|
|
123
124
|
interconnectingEntity: entity_1.OptionalStringSchema,
|
|
@@ -153,8 +154,8 @@ const usQueueListSchema = baseUSQueueSchema
|
|
|
153
154
|
projectName: entity_1.OptionalStringSchema,
|
|
154
155
|
queueDataset: entity_1.OptionalStringSchema,
|
|
155
156
|
queueDate: entity_1.ISODateTimeOptionalSchema,
|
|
157
|
+
sectors: entity_1.EntityItemArraySchema,
|
|
156
158
|
totalMw: entity_1.OptionalNumberSchema,
|
|
157
|
-
thing: zod_1.z.string(), // TODO: remove this
|
|
158
159
|
})
|
|
159
160
|
.strict();
|
|
160
161
|
const euQueueDetailsSchema = baseEUQueueSchema
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queues.js","sourceRoot":"","sources":["../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/queues.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"queues.js","sourceRoot":"","sources":["../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/queues.ts"],"names":[],"mappings":"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"}
|