@new-project-media/client-frontends-shared-types 2.0.10 → 2.0.12
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.
|
@@ -135,6 +135,7 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
135
135
|
role?: string;
|
|
136
136
|
ref?: string;
|
|
137
137
|
}[];
|
|
138
|
+
allSectors?: string;
|
|
138
139
|
geo?: {
|
|
139
140
|
county?: {
|
|
140
141
|
lat?: number;
|
|
@@ -154,7 +155,6 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
154
155
|
lon?: number;
|
|
155
156
|
};
|
|
156
157
|
};
|
|
157
|
-
allSectors?: string;
|
|
158
158
|
queueDate?: string;
|
|
159
159
|
schema?: "eu_queue";
|
|
160
160
|
actualOperationalDate?: string;
|
|
@@ -176,6 +176,7 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
176
176
|
role?: string;
|
|
177
177
|
ref?: string;
|
|
178
178
|
}[];
|
|
179
|
+
allSectors?: string;
|
|
179
180
|
geo?: {
|
|
180
181
|
county?: {
|
|
181
182
|
lat?: number;
|
|
@@ -195,7 +196,6 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
195
196
|
lon?: number;
|
|
196
197
|
};
|
|
197
198
|
};
|
|
198
|
-
allSectors?: string;
|
|
199
199
|
queueDate?: string;
|
|
200
200
|
schema?: "eu_queue";
|
|
201
201
|
actualOperationalDate?: string;
|
|
@@ -370,6 +370,7 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
370
370
|
role?: string;
|
|
371
371
|
ref?: string;
|
|
372
372
|
}[];
|
|
373
|
+
allSectors?: string;
|
|
373
374
|
geo?: {
|
|
374
375
|
county?: {
|
|
375
376
|
lat?: number;
|
|
@@ -389,7 +390,6 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
389
390
|
lon?: number;
|
|
390
391
|
};
|
|
391
392
|
};
|
|
392
|
-
allSectors?: string;
|
|
393
393
|
applicationTags?: {
|
|
394
394
|
identifier?: string;
|
|
395
395
|
}[];
|
|
@@ -425,6 +425,7 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
425
425
|
role?: string;
|
|
426
426
|
ref?: string;
|
|
427
427
|
}[];
|
|
428
|
+
allSectors?: string;
|
|
428
429
|
geo?: {
|
|
429
430
|
county?: {
|
|
430
431
|
lat?: number;
|
|
@@ -444,7 +445,6 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
444
445
|
lon?: number;
|
|
445
446
|
};
|
|
446
447
|
};
|
|
447
|
-
allSectors?: string;
|
|
448
448
|
applicationTags?: {
|
|
449
449
|
identifier?: string;
|
|
450
450
|
}[];
|
|
@@ -535,8 +535,8 @@ declare const euQueueDetailsSchema: z.ZodObject<{
|
|
|
535
535
|
role?: string;
|
|
536
536
|
ref?: string;
|
|
537
537
|
}[];
|
|
538
|
-
allSectors?: string;
|
|
539
538
|
$organizations?: string;
|
|
539
|
+
allSectors?: string;
|
|
540
540
|
queueDate?: string;
|
|
541
541
|
schema?: "eu_queue";
|
|
542
542
|
lastModified?: string;
|
|
@@ -568,8 +568,8 @@ declare const euQueueDetailsSchema: z.ZodObject<{
|
|
|
568
568
|
role?: string;
|
|
569
569
|
ref?: string;
|
|
570
570
|
}[];
|
|
571
|
-
allSectors?: string;
|
|
572
571
|
$organizations?: string;
|
|
572
|
+
allSectors?: string;
|
|
573
573
|
queueDate?: string;
|
|
574
574
|
schema?: "eu_queue";
|
|
575
575
|
lastModified?: string;
|
|
@@ -1000,15 +1000,15 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1000
1000
|
type?: string;
|
|
1001
1001
|
subType?: string;
|
|
1002
1002
|
id?: string;
|
|
1003
|
-
headline?: string;
|
|
1004
1003
|
filingDate?: string;
|
|
1004
|
+
headline?: string;
|
|
1005
1005
|
publishedDate?: string;
|
|
1006
1006
|
}, {
|
|
1007
1007
|
type?: string;
|
|
1008
1008
|
subType?: string;
|
|
1009
1009
|
id?: string;
|
|
1010
|
-
headline?: string;
|
|
1011
1010
|
filingDate?: string;
|
|
1011
|
+
headline?: string;
|
|
1012
1012
|
publishedDate?: string;
|
|
1013
1013
|
}>, "many">>;
|
|
1014
1014
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1050,8 +1050,8 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1050
1050
|
role?: string;
|
|
1051
1051
|
ref?: string;
|
|
1052
1052
|
}[];
|
|
1053
|
-
allSectors?: string;
|
|
1054
1053
|
$organizations?: string;
|
|
1054
|
+
allSectors?: string;
|
|
1055
1055
|
reportDate?: string;
|
|
1056
1056
|
applicationTags?: {
|
|
1057
1057
|
identifier?: string;
|
|
@@ -1154,8 +1154,8 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1154
1154
|
type?: string;
|
|
1155
1155
|
subType?: string;
|
|
1156
1156
|
id?: string;
|
|
1157
|
-
headline?: string;
|
|
1158
1157
|
filingDate?: string;
|
|
1158
|
+
headline?: string;
|
|
1159
1159
|
publishedDate?: string;
|
|
1160
1160
|
}[];
|
|
1161
1161
|
withdrawnDate?: string;
|
|
@@ -1196,8 +1196,8 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1196
1196
|
role?: string;
|
|
1197
1197
|
ref?: string;
|
|
1198
1198
|
}[];
|
|
1199
|
-
allSectors?: string;
|
|
1200
1199
|
$organizations?: string;
|
|
1200
|
+
allSectors?: string;
|
|
1201
1201
|
reportDate?: string;
|
|
1202
1202
|
applicationTags?: {
|
|
1203
1203
|
identifier?: string;
|
|
@@ -1300,8 +1300,8 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1300
1300
|
type?: string;
|
|
1301
1301
|
subType?: string;
|
|
1302
1302
|
id?: string;
|
|
1303
|
-
headline?: string;
|
|
1304
1303
|
filingDate?: string;
|
|
1304
|
+
headline?: string;
|
|
1305
1305
|
publishedDate?: string;
|
|
1306
1306
|
}[];
|
|
1307
1307
|
withdrawnDate?: string;
|
|
@@ -1374,8 +1374,8 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1374
1374
|
role?: string;
|
|
1375
1375
|
ref?: string;
|
|
1376
1376
|
}[];
|
|
1377
|
-
allSectors?: string;
|
|
1378
1377
|
$organizations?: string;
|
|
1378
|
+
allSectors?: string;
|
|
1379
1379
|
queueDate?: string;
|
|
1380
1380
|
schema?: "eu_queue";
|
|
1381
1381
|
lastModified?: string;
|
|
@@ -1407,8 +1407,8 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1407
1407
|
role?: string;
|
|
1408
1408
|
ref?: string;
|
|
1409
1409
|
}[];
|
|
1410
|
-
allSectors?: string;
|
|
1411
1410
|
$organizations?: string;
|
|
1411
|
+
allSectors?: string;
|
|
1412
1412
|
queueDate?: string;
|
|
1413
1413
|
schema?: "eu_queue";
|
|
1414
1414
|
lastModified?: string;
|
|
@@ -1838,15 +1838,15 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1838
1838
|
type?: string;
|
|
1839
1839
|
subType?: string;
|
|
1840
1840
|
id?: string;
|
|
1841
|
-
headline?: string;
|
|
1842
1841
|
filingDate?: string;
|
|
1842
|
+
headline?: string;
|
|
1843
1843
|
publishedDate?: string;
|
|
1844
1844
|
}, {
|
|
1845
1845
|
type?: string;
|
|
1846
1846
|
subType?: string;
|
|
1847
1847
|
id?: string;
|
|
1848
|
-
headline?: string;
|
|
1849
1848
|
filingDate?: string;
|
|
1849
|
+
headline?: string;
|
|
1850
1850
|
publishedDate?: string;
|
|
1851
1851
|
}>, "many">>;
|
|
1852
1852
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1888,8 +1888,8 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1888
1888
|
role?: string;
|
|
1889
1889
|
ref?: string;
|
|
1890
1890
|
}[];
|
|
1891
|
-
allSectors?: string;
|
|
1892
1891
|
$organizations?: string;
|
|
1892
|
+
allSectors?: string;
|
|
1893
1893
|
reportDate?: string;
|
|
1894
1894
|
applicationTags?: {
|
|
1895
1895
|
identifier?: string;
|
|
@@ -1992,8 +1992,8 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1992
1992
|
type?: string;
|
|
1993
1993
|
subType?: string;
|
|
1994
1994
|
id?: string;
|
|
1995
|
-
headline?: string;
|
|
1996
1995
|
filingDate?: string;
|
|
1996
|
+
headline?: string;
|
|
1997
1997
|
publishedDate?: string;
|
|
1998
1998
|
}[];
|
|
1999
1999
|
withdrawnDate?: string;
|
|
@@ -2034,8 +2034,8 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2034
2034
|
role?: string;
|
|
2035
2035
|
ref?: string;
|
|
2036
2036
|
}[];
|
|
2037
|
-
allSectors?: string;
|
|
2038
2037
|
$organizations?: string;
|
|
2038
|
+
allSectors?: string;
|
|
2039
2039
|
reportDate?: string;
|
|
2040
2040
|
applicationTags?: {
|
|
2041
2041
|
identifier?: string;
|
|
@@ -2138,8 +2138,8 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2138
2138
|
type?: string;
|
|
2139
2139
|
subType?: string;
|
|
2140
2140
|
id?: string;
|
|
2141
|
-
headline?: string;
|
|
2142
2141
|
filingDate?: string;
|
|
2142
|
+
headline?: string;
|
|
2143
2143
|
publishedDate?: string;
|
|
2144
2144
|
}[];
|
|
2145
2145
|
withdrawnDate?: string;
|
|
@@ -2212,8 +2212,8 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2212
2212
|
role?: string;
|
|
2213
2213
|
ref?: string;
|
|
2214
2214
|
}[];
|
|
2215
|
-
allSectors?: string;
|
|
2216
2215
|
$organizations?: string;
|
|
2216
|
+
allSectors?: string;
|
|
2217
2217
|
queueDate?: string;
|
|
2218
2218
|
schema?: "eu_queue";
|
|
2219
2219
|
lastModified?: string;
|
|
@@ -2245,8 +2245,8 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2245
2245
|
role?: string;
|
|
2246
2246
|
ref?: string;
|
|
2247
2247
|
}[];
|
|
2248
|
-
allSectors?: string;
|
|
2249
2248
|
$organizations?: string;
|
|
2249
|
+
allSectors?: string;
|
|
2250
2250
|
queueDate?: string;
|
|
2251
2251
|
schema?: "eu_queue";
|
|
2252
2252
|
lastModified?: string;
|
|
@@ -2676,15 +2676,15 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2676
2676
|
type?: string;
|
|
2677
2677
|
subType?: string;
|
|
2678
2678
|
id?: string;
|
|
2679
|
-
headline?: string;
|
|
2680
2679
|
filingDate?: string;
|
|
2680
|
+
headline?: string;
|
|
2681
2681
|
publishedDate?: string;
|
|
2682
2682
|
}, {
|
|
2683
2683
|
type?: string;
|
|
2684
2684
|
subType?: string;
|
|
2685
2685
|
id?: string;
|
|
2686
|
-
headline?: string;
|
|
2687
2686
|
filingDate?: string;
|
|
2687
|
+
headline?: string;
|
|
2688
2688
|
publishedDate?: string;
|
|
2689
2689
|
}>, "many">>;
|
|
2690
2690
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2726,8 +2726,8 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2726
2726
|
role?: string;
|
|
2727
2727
|
ref?: string;
|
|
2728
2728
|
}[];
|
|
2729
|
-
allSectors?: string;
|
|
2730
2729
|
$organizations?: string;
|
|
2730
|
+
allSectors?: string;
|
|
2731
2731
|
reportDate?: string;
|
|
2732
2732
|
applicationTags?: {
|
|
2733
2733
|
identifier?: string;
|
|
@@ -2830,8 +2830,8 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2830
2830
|
type?: string;
|
|
2831
2831
|
subType?: string;
|
|
2832
2832
|
id?: string;
|
|
2833
|
-
headline?: string;
|
|
2834
2833
|
filingDate?: string;
|
|
2834
|
+
headline?: string;
|
|
2835
2835
|
publishedDate?: string;
|
|
2836
2836
|
}[];
|
|
2837
2837
|
withdrawnDate?: string;
|
|
@@ -2872,8 +2872,8 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2872
2872
|
role?: string;
|
|
2873
2873
|
ref?: string;
|
|
2874
2874
|
}[];
|
|
2875
|
-
allSectors?: string;
|
|
2876
2875
|
$organizations?: string;
|
|
2876
|
+
allSectors?: string;
|
|
2877
2877
|
reportDate?: string;
|
|
2878
2878
|
applicationTags?: {
|
|
2879
2879
|
identifier?: string;
|
|
@@ -2976,8 +2976,8 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2976
2976
|
type?: string;
|
|
2977
2977
|
subType?: string;
|
|
2978
2978
|
id?: string;
|
|
2979
|
-
headline?: string;
|
|
2980
2979
|
filingDate?: string;
|
|
2980
|
+
headline?: string;
|
|
2981
2981
|
publishedDate?: string;
|
|
2982
2982
|
}[];
|
|
2983
2983
|
withdrawnDate?: string;
|
|
@@ -3116,6 +3116,7 @@ declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
|
3116
3116
|
role?: string;
|
|
3117
3117
|
ref?: string;
|
|
3118
3118
|
}[];
|
|
3119
|
+
allSectors?: string;
|
|
3119
3120
|
geo?: {
|
|
3120
3121
|
county?: {
|
|
3121
3122
|
lat?: number;
|
|
@@ -3135,7 +3136,6 @@ declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
|
3135
3136
|
lon?: number;
|
|
3136
3137
|
};
|
|
3137
3138
|
};
|
|
3138
|
-
allSectors?: string;
|
|
3139
3139
|
queueDate?: string;
|
|
3140
3140
|
schema?: "eu_queue";
|
|
3141
3141
|
actualOperationalDate?: string;
|
|
@@ -3158,6 +3158,7 @@ declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
|
3158
3158
|
role?: string;
|
|
3159
3159
|
ref?: string;
|
|
3160
3160
|
}[];
|
|
3161
|
+
allSectors?: string;
|
|
3161
3162
|
geo?: {
|
|
3162
3163
|
county?: {
|
|
3163
3164
|
lat?: number;
|
|
@@ -3177,7 +3178,6 @@ declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
|
3177
3178
|
lon?: number;
|
|
3178
3179
|
};
|
|
3179
3180
|
};
|
|
3180
|
-
allSectors?: string;
|
|
3181
3181
|
queueDate?: string;
|
|
3182
3182
|
schema?: "eu_queue";
|
|
3183
3183
|
actualOperationalDate?: string;
|
|
@@ -3355,6 +3355,7 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3355
3355
|
role?: string;
|
|
3356
3356
|
ref?: string;
|
|
3357
3357
|
}[];
|
|
3358
|
+
allSectors?: string;
|
|
3358
3359
|
geo?: {
|
|
3359
3360
|
county?: {
|
|
3360
3361
|
lat?: number;
|
|
@@ -3374,7 +3375,6 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3374
3375
|
lon?: number;
|
|
3375
3376
|
};
|
|
3376
3377
|
};
|
|
3377
|
-
allSectors?: string;
|
|
3378
3378
|
applicationTags?: {
|
|
3379
3379
|
identifier?: string;
|
|
3380
3380
|
}[];
|
|
@@ -3411,6 +3411,7 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3411
3411
|
role?: string;
|
|
3412
3412
|
ref?: string;
|
|
3413
3413
|
}[];
|
|
3414
|
+
allSectors?: string;
|
|
3414
3415
|
geo?: {
|
|
3415
3416
|
county?: {
|
|
3416
3417
|
lat?: number;
|
|
@@ -3430,7 +3431,6 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3430
3431
|
lon?: number;
|
|
3431
3432
|
};
|
|
3432
3433
|
};
|
|
3433
|
-
allSectors?: string;
|
|
3434
3434
|
applicationTags?: {
|
|
3435
3435
|
identifier?: string;
|
|
3436
3436
|
}[];
|
|
@@ -3582,6 +3582,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3582
3582
|
role?: string;
|
|
3583
3583
|
ref?: string;
|
|
3584
3584
|
}[];
|
|
3585
|
+
allSectors?: string;
|
|
3585
3586
|
geo?: {
|
|
3586
3587
|
county?: {
|
|
3587
3588
|
lat?: number;
|
|
@@ -3601,7 +3602,6 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3601
3602
|
lon?: number;
|
|
3602
3603
|
};
|
|
3603
3604
|
};
|
|
3604
|
-
allSectors?: string;
|
|
3605
3605
|
queueDate?: string;
|
|
3606
3606
|
schema?: "eu_queue";
|
|
3607
3607
|
actualOperationalDate?: string;
|
|
@@ -3624,6 +3624,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3624
3624
|
role?: string;
|
|
3625
3625
|
ref?: string;
|
|
3626
3626
|
}[];
|
|
3627
|
+
allSectors?: string;
|
|
3627
3628
|
geo?: {
|
|
3628
3629
|
county?: {
|
|
3629
3630
|
lat?: number;
|
|
@@ -3643,7 +3644,6 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3643
3644
|
lon?: number;
|
|
3644
3645
|
};
|
|
3645
3646
|
};
|
|
3646
|
-
allSectors?: string;
|
|
3647
3647
|
queueDate?: string;
|
|
3648
3648
|
schema?: "eu_queue";
|
|
3649
3649
|
actualOperationalDate?: string;
|
|
@@ -3820,6 +3820,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3820
3820
|
role?: string;
|
|
3821
3821
|
ref?: string;
|
|
3822
3822
|
}[];
|
|
3823
|
+
allSectors?: string;
|
|
3823
3824
|
geo?: {
|
|
3824
3825
|
county?: {
|
|
3825
3826
|
lat?: number;
|
|
@@ -3839,7 +3840,6 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3839
3840
|
lon?: number;
|
|
3840
3841
|
};
|
|
3841
3842
|
};
|
|
3842
|
-
allSectors?: string;
|
|
3843
3843
|
applicationTags?: {
|
|
3844
3844
|
identifier?: string;
|
|
3845
3845
|
}[];
|
|
@@ -3876,6 +3876,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3876
3876
|
role?: string;
|
|
3877
3877
|
ref?: string;
|
|
3878
3878
|
}[];
|
|
3879
|
+
allSectors?: string;
|
|
3879
3880
|
geo?: {
|
|
3880
3881
|
county?: {
|
|
3881
3882
|
lat?: number;
|
|
@@ -3895,7 +3896,6 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3895
3896
|
lon?: number;
|
|
3896
3897
|
};
|
|
3897
3898
|
};
|
|
3898
|
-
allSectors?: string;
|
|
3899
3899
|
applicationTags?: {
|
|
3900
3900
|
identifier?: string;
|
|
3901
3901
|
}[];
|
|
@@ -4047,6 +4047,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4047
4047
|
role?: string;
|
|
4048
4048
|
ref?: string;
|
|
4049
4049
|
}[];
|
|
4050
|
+
allSectors?: string;
|
|
4050
4051
|
geo?: {
|
|
4051
4052
|
county?: {
|
|
4052
4053
|
lat?: number;
|
|
@@ -4066,7 +4067,6 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4066
4067
|
lon?: number;
|
|
4067
4068
|
};
|
|
4068
4069
|
};
|
|
4069
|
-
allSectors?: string;
|
|
4070
4070
|
queueDate?: string;
|
|
4071
4071
|
schema?: "eu_queue";
|
|
4072
4072
|
actualOperationalDate?: string;
|
|
@@ -4089,6 +4089,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4089
4089
|
role?: string;
|
|
4090
4090
|
ref?: string;
|
|
4091
4091
|
}[];
|
|
4092
|
+
allSectors?: string;
|
|
4092
4093
|
geo?: {
|
|
4093
4094
|
county?: {
|
|
4094
4095
|
lat?: number;
|
|
@@ -4108,7 +4109,6 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4108
4109
|
lon?: number;
|
|
4109
4110
|
};
|
|
4110
4111
|
};
|
|
4111
|
-
allSectors?: string;
|
|
4112
4112
|
queueDate?: string;
|
|
4113
4113
|
schema?: "eu_queue";
|
|
4114
4114
|
actualOperationalDate?: string;
|
|
@@ -4285,6 +4285,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4285
4285
|
role?: string;
|
|
4286
4286
|
ref?: string;
|
|
4287
4287
|
}[];
|
|
4288
|
+
allSectors?: string;
|
|
4288
4289
|
geo?: {
|
|
4289
4290
|
county?: {
|
|
4290
4291
|
lat?: number;
|
|
@@ -4304,7 +4305,6 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4304
4305
|
lon?: number;
|
|
4305
4306
|
};
|
|
4306
4307
|
};
|
|
4307
|
-
allSectors?: string;
|
|
4308
4308
|
applicationTags?: {
|
|
4309
4309
|
identifier?: string;
|
|
4310
4310
|
}[];
|
|
@@ -4341,6 +4341,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4341
4341
|
role?: string;
|
|
4342
4342
|
ref?: string;
|
|
4343
4343
|
}[];
|
|
4344
|
+
allSectors?: string;
|
|
4344
4345
|
geo?: {
|
|
4345
4346
|
county?: {
|
|
4346
4347
|
lat?: number;
|
|
@@ -4360,7 +4361,6 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4360
4361
|
lon?: number;
|
|
4361
4362
|
};
|
|
4362
4363
|
};
|
|
4363
|
-
allSectors?: string;
|
|
4364
4364
|
applicationTags?: {
|
|
4365
4365
|
identifier?: string;
|
|
4366
4366
|
}[];
|
|
@@ -4509,6 +4509,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4509
4509
|
role?: string;
|
|
4510
4510
|
ref?: string;
|
|
4511
4511
|
}[];
|
|
4512
|
+
allSectors?: string;
|
|
4512
4513
|
geo?: {
|
|
4513
4514
|
county?: {
|
|
4514
4515
|
lat?: number;
|
|
@@ -4528,7 +4529,6 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4528
4529
|
lon?: number;
|
|
4529
4530
|
};
|
|
4530
4531
|
};
|
|
4531
|
-
allSectors?: string;
|
|
4532
4532
|
queueDate?: string;
|
|
4533
4533
|
schema?: "eu_queue";
|
|
4534
4534
|
actualOperationalDate?: string;
|
|
@@ -4550,6 +4550,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4550
4550
|
role?: string;
|
|
4551
4551
|
ref?: string;
|
|
4552
4552
|
}[];
|
|
4553
|
+
allSectors?: string;
|
|
4553
4554
|
geo?: {
|
|
4554
4555
|
county?: {
|
|
4555
4556
|
lat?: number;
|
|
@@ -4569,7 +4570,6 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4569
4570
|
lon?: number;
|
|
4570
4571
|
};
|
|
4571
4572
|
};
|
|
4572
|
-
allSectors?: string;
|
|
4573
4573
|
queueDate?: string;
|
|
4574
4574
|
schema?: "eu_queue";
|
|
4575
4575
|
actualOperationalDate?: string;
|
|
@@ -4743,6 +4743,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4743
4743
|
role?: string;
|
|
4744
4744
|
ref?: string;
|
|
4745
4745
|
}[];
|
|
4746
|
+
allSectors?: string;
|
|
4746
4747
|
geo?: {
|
|
4747
4748
|
county?: {
|
|
4748
4749
|
lat?: number;
|
|
@@ -4762,7 +4763,6 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4762
4763
|
lon?: number;
|
|
4763
4764
|
};
|
|
4764
4765
|
};
|
|
4765
|
-
allSectors?: string;
|
|
4766
4766
|
applicationTags?: {
|
|
4767
4767
|
identifier?: string;
|
|
4768
4768
|
}[];
|
|
@@ -4798,6 +4798,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4798
4798
|
role?: string;
|
|
4799
4799
|
ref?: string;
|
|
4800
4800
|
}[];
|
|
4801
|
+
allSectors?: string;
|
|
4801
4802
|
geo?: {
|
|
4802
4803
|
county?: {
|
|
4803
4804
|
lat?: number;
|
|
@@ -4817,7 +4818,6 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4817
4818
|
lon?: number;
|
|
4818
4819
|
};
|
|
4819
4820
|
};
|
|
4820
|
-
allSectors?: string;
|
|
4821
4821
|
applicationTags?: {
|
|
4822
4822
|
identifier?: string;
|
|
4823
4823
|
}[];
|
|
@@ -5023,6 +5023,11 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5023
5023
|
role?: string;
|
|
5024
5024
|
ref?: string;
|
|
5025
5025
|
}[];
|
|
5026
|
+
$organizations?: string;
|
|
5027
|
+
allSectors?: string;
|
|
5028
|
+
audiences?: {
|
|
5029
|
+
identifier?: string;
|
|
5030
|
+
}[];
|
|
5026
5031
|
geo?: {
|
|
5027
5032
|
county?: {
|
|
5028
5033
|
lat?: number;
|
|
@@ -5042,12 +5047,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5042
5047
|
lon?: number;
|
|
5043
5048
|
};
|
|
5044
5049
|
};
|
|
5045
|
-
audiences?: {
|
|
5046
|
-
identifier?: string;
|
|
5047
|
-
}[];
|
|
5048
5050
|
totals?: Record<string, number>;
|
|
5049
|
-
allSectors?: string;
|
|
5050
|
-
$organizations?: string;
|
|
5051
5051
|
reportDate?: string;
|
|
5052
5052
|
queueDate?: string;
|
|
5053
5053
|
schema?: "eu_queue";
|
|
@@ -5097,6 +5097,11 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5097
5097
|
role?: string;
|
|
5098
5098
|
ref?: string;
|
|
5099
5099
|
}[];
|
|
5100
|
+
$organizations?: string;
|
|
5101
|
+
allSectors?: string;
|
|
5102
|
+
audiences?: {
|
|
5103
|
+
identifier?: string;
|
|
5104
|
+
}[];
|
|
5100
5105
|
geo?: {
|
|
5101
5106
|
county?: {
|
|
5102
5107
|
lat?: number;
|
|
@@ -5116,12 +5121,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5116
5121
|
lon?: number;
|
|
5117
5122
|
};
|
|
5118
5123
|
};
|
|
5119
|
-
audiences?: {
|
|
5120
|
-
identifier?: string;
|
|
5121
|
-
}[];
|
|
5122
5124
|
totals?: Record<string, number>;
|
|
5123
|
-
allSectors?: string;
|
|
5124
|
-
$organizations?: string;
|
|
5125
5125
|
reportDate?: string;
|
|
5126
5126
|
queueDate?: string;
|
|
5127
5127
|
schema?: "eu_queue";
|
|
@@ -5503,15 +5503,15 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5503
5503
|
type?: string;
|
|
5504
5504
|
subType?: string;
|
|
5505
5505
|
id?: string;
|
|
5506
|
-
headline?: string;
|
|
5507
5506
|
filingDate?: string;
|
|
5507
|
+
headline?: string;
|
|
5508
5508
|
publishedDate?: string;
|
|
5509
5509
|
}, {
|
|
5510
5510
|
type?: string;
|
|
5511
5511
|
subType?: string;
|
|
5512
5512
|
id?: string;
|
|
5513
|
-
headline?: string;
|
|
5514
5513
|
filingDate?: string;
|
|
5514
|
+
headline?: string;
|
|
5515
5515
|
publishedDate?: string;
|
|
5516
5516
|
}>, "many">>;
|
|
5517
5517
|
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
@@ -5725,6 +5725,11 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5725
5725
|
role?: string;
|
|
5726
5726
|
ref?: string;
|
|
5727
5727
|
}[];
|
|
5728
|
+
$organizations?: string;
|
|
5729
|
+
allSectors?: string;
|
|
5730
|
+
audiences?: {
|
|
5731
|
+
identifier?: string;
|
|
5732
|
+
}[];
|
|
5728
5733
|
geo?: {
|
|
5729
5734
|
county?: {
|
|
5730
5735
|
lat?: number;
|
|
@@ -5744,12 +5749,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5744
5749
|
lon?: number;
|
|
5745
5750
|
};
|
|
5746
5751
|
};
|
|
5747
|
-
audiences?: {
|
|
5748
|
-
identifier?: string;
|
|
5749
|
-
}[];
|
|
5750
5752
|
totals?: Record<string, number>;
|
|
5751
|
-
allSectors?: string;
|
|
5752
|
-
$organizations?: string;
|
|
5753
5753
|
reportDate?: string;
|
|
5754
5754
|
applicationTags?: {
|
|
5755
5755
|
identifier?: string;
|
|
@@ -5854,8 +5854,8 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5854
5854
|
type?: string;
|
|
5855
5855
|
subType?: string;
|
|
5856
5856
|
id?: string;
|
|
5857
|
-
headline?: string;
|
|
5858
5857
|
filingDate?: string;
|
|
5858
|
+
headline?: string;
|
|
5859
5859
|
publishedDate?: string;
|
|
5860
5860
|
}[];
|
|
5861
5861
|
withdrawnDate?: string;
|
|
@@ -5905,6 +5905,11 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5905
5905
|
role?: string;
|
|
5906
5906
|
ref?: string;
|
|
5907
5907
|
}[];
|
|
5908
|
+
$organizations?: string;
|
|
5909
|
+
allSectors?: string;
|
|
5910
|
+
audiences?: {
|
|
5911
|
+
identifier?: string;
|
|
5912
|
+
}[];
|
|
5908
5913
|
geo?: {
|
|
5909
5914
|
county?: {
|
|
5910
5915
|
lat?: number;
|
|
@@ -5924,12 +5929,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5924
5929
|
lon?: number;
|
|
5925
5930
|
};
|
|
5926
5931
|
};
|
|
5927
|
-
audiences?: {
|
|
5928
|
-
identifier?: string;
|
|
5929
|
-
}[];
|
|
5930
5932
|
totals?: Record<string, number>;
|
|
5931
|
-
allSectors?: string;
|
|
5932
|
-
$organizations?: string;
|
|
5933
5933
|
reportDate?: string;
|
|
5934
5934
|
applicationTags?: {
|
|
5935
5935
|
identifier?: string;
|
|
@@ -6034,8 +6034,8 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6034
6034
|
type?: string;
|
|
6035
6035
|
subType?: string;
|
|
6036
6036
|
id?: string;
|
|
6037
|
-
headline?: string;
|
|
6038
6037
|
filingDate?: string;
|
|
6038
|
+
headline?: string;
|
|
6039
6039
|
publishedDate?: string;
|
|
6040
6040
|
}[];
|
|
6041
6041
|
withdrawnDate?: string;
|
|
@@ -6226,6 +6226,11 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6226
6226
|
role?: string;
|
|
6227
6227
|
ref?: string;
|
|
6228
6228
|
}[];
|
|
6229
|
+
$organizations?: string;
|
|
6230
|
+
allSectors?: string;
|
|
6231
|
+
audiences?: {
|
|
6232
|
+
identifier?: string;
|
|
6233
|
+
}[];
|
|
6229
6234
|
geo?: {
|
|
6230
6235
|
county?: {
|
|
6231
6236
|
lat?: number;
|
|
@@ -6245,12 +6250,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6245
6250
|
lon?: number;
|
|
6246
6251
|
};
|
|
6247
6252
|
};
|
|
6248
|
-
audiences?: {
|
|
6249
|
-
identifier?: string;
|
|
6250
|
-
}[];
|
|
6251
6253
|
totals?: Record<string, number>;
|
|
6252
|
-
allSectors?: string;
|
|
6253
|
-
$organizations?: string;
|
|
6254
6254
|
reportDate?: string;
|
|
6255
6255
|
queueDate?: string;
|
|
6256
6256
|
schema?: "eu_queue";
|
|
@@ -6300,6 +6300,11 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6300
6300
|
role?: string;
|
|
6301
6301
|
ref?: string;
|
|
6302
6302
|
}[];
|
|
6303
|
+
$organizations?: string;
|
|
6304
|
+
allSectors?: string;
|
|
6305
|
+
audiences?: {
|
|
6306
|
+
identifier?: string;
|
|
6307
|
+
}[];
|
|
6303
6308
|
geo?: {
|
|
6304
6309
|
county?: {
|
|
6305
6310
|
lat?: number;
|
|
@@ -6319,12 +6324,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6319
6324
|
lon?: number;
|
|
6320
6325
|
};
|
|
6321
6326
|
};
|
|
6322
|
-
audiences?: {
|
|
6323
|
-
identifier?: string;
|
|
6324
|
-
}[];
|
|
6325
6327
|
totals?: Record<string, number>;
|
|
6326
|
-
allSectors?: string;
|
|
6327
|
-
$organizations?: string;
|
|
6328
6328
|
reportDate?: string;
|
|
6329
6329
|
queueDate?: string;
|
|
6330
6330
|
schema?: "eu_queue";
|
|
@@ -6705,15 +6705,15 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6705
6705
|
type?: string;
|
|
6706
6706
|
subType?: string;
|
|
6707
6707
|
id?: string;
|
|
6708
|
-
headline?: string;
|
|
6709
6708
|
filingDate?: string;
|
|
6709
|
+
headline?: string;
|
|
6710
6710
|
publishedDate?: string;
|
|
6711
6711
|
}, {
|
|
6712
6712
|
type?: string;
|
|
6713
6713
|
subType?: string;
|
|
6714
6714
|
id?: string;
|
|
6715
|
-
headline?: string;
|
|
6716
6715
|
filingDate?: string;
|
|
6716
|
+
headline?: string;
|
|
6717
6717
|
publishedDate?: string;
|
|
6718
6718
|
}>, "many">>;
|
|
6719
6719
|
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
@@ -6927,6 +6927,11 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6927
6927
|
role?: string;
|
|
6928
6928
|
ref?: string;
|
|
6929
6929
|
}[];
|
|
6930
|
+
$organizations?: string;
|
|
6931
|
+
allSectors?: string;
|
|
6932
|
+
audiences?: {
|
|
6933
|
+
identifier?: string;
|
|
6934
|
+
}[];
|
|
6930
6935
|
geo?: {
|
|
6931
6936
|
county?: {
|
|
6932
6937
|
lat?: number;
|
|
@@ -6946,12 +6951,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6946
6951
|
lon?: number;
|
|
6947
6952
|
};
|
|
6948
6953
|
};
|
|
6949
|
-
audiences?: {
|
|
6950
|
-
identifier?: string;
|
|
6951
|
-
}[];
|
|
6952
6954
|
totals?: Record<string, number>;
|
|
6953
|
-
allSectors?: string;
|
|
6954
|
-
$organizations?: string;
|
|
6955
6955
|
reportDate?: string;
|
|
6956
6956
|
applicationTags?: {
|
|
6957
6957
|
identifier?: string;
|
|
@@ -7056,8 +7056,8 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7056
7056
|
type?: string;
|
|
7057
7057
|
subType?: string;
|
|
7058
7058
|
id?: string;
|
|
7059
|
-
headline?: string;
|
|
7060
7059
|
filingDate?: string;
|
|
7060
|
+
headline?: string;
|
|
7061
7061
|
publishedDate?: string;
|
|
7062
7062
|
}[];
|
|
7063
7063
|
withdrawnDate?: string;
|
|
@@ -7107,6 +7107,11 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7107
7107
|
role?: string;
|
|
7108
7108
|
ref?: string;
|
|
7109
7109
|
}[];
|
|
7110
|
+
$organizations?: string;
|
|
7111
|
+
allSectors?: string;
|
|
7112
|
+
audiences?: {
|
|
7113
|
+
identifier?: string;
|
|
7114
|
+
}[];
|
|
7110
7115
|
geo?: {
|
|
7111
7116
|
county?: {
|
|
7112
7117
|
lat?: number;
|
|
@@ -7126,12 +7131,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7126
7131
|
lon?: number;
|
|
7127
7132
|
};
|
|
7128
7133
|
};
|
|
7129
|
-
audiences?: {
|
|
7130
|
-
identifier?: string;
|
|
7131
|
-
}[];
|
|
7132
7134
|
totals?: Record<string, number>;
|
|
7133
|
-
allSectors?: string;
|
|
7134
|
-
$organizations?: string;
|
|
7135
7135
|
reportDate?: string;
|
|
7136
7136
|
applicationTags?: {
|
|
7137
7137
|
identifier?: string;
|
|
@@ -7236,8 +7236,8 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7236
7236
|
type?: string;
|
|
7237
7237
|
subType?: string;
|
|
7238
7238
|
id?: string;
|
|
7239
|
-
headline?: string;
|
|
7240
7239
|
filingDate?: string;
|
|
7240
|
+
headline?: string;
|
|
7241
7241
|
publishedDate?: string;
|
|
7242
7242
|
}[];
|
|
7243
7243
|
withdrawnDate?: string;
|
|
@@ -7252,329 +7252,19 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7252
7252
|
}>]>;
|
|
7253
7253
|
export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.ZodObject<{
|
|
7254
7254
|
$organizations: z.ZodOptional<z.ZodString>;
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7255
|
+
applicationType: z.ZodOptional<z.ZodString>;
|
|
7256
|
+
cost: z.ZodOptional<z.ZodObject<{
|
|
7257
|
+
costCompany: z.ZodString;
|
|
7258
|
+
costYear: z.ZodNumber;
|
|
7259
|
+
networkCostKW: z.ZodNumber;
|
|
7260
|
+
poiCostKW: z.ZodNumber;
|
|
7261
|
+
totalCostKW: z.ZodNumber;
|
|
7262
7262
|
}, "strip", z.ZodTypeAny, {
|
|
7263
|
-
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
}>, "many">;
|
|
7269
|
-
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
7270
|
-
technology: z.ZodOptional<z.ZodString>;
|
|
7271
|
-
windFarmName: z.ZodOptional<z.ZodString>;
|
|
7272
|
-
id: z.ZodString;
|
|
7273
|
-
schema: z.ZodLiteral<"eu_queue">;
|
|
7274
|
-
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7275
|
-
allSectors: z.ZodOptional<z.ZodString>;
|
|
7276
|
-
applicationId: z.ZodOptional<z.ZodString>;
|
|
7277
|
-
country: z.ZodOptional<z.ZodString>;
|
|
7278
|
-
geo: z.ZodOptional<z.ZodObject<{
|
|
7279
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7280
|
-
default: z.ZodOptional<z.ZodObject<{
|
|
7281
|
-
lon: z.ZodNumber;
|
|
7282
|
-
lat: z.ZodNumber;
|
|
7283
|
-
}, "strip", z.ZodTypeAny, {
|
|
7284
|
-
lat?: number;
|
|
7285
|
-
lon?: number;
|
|
7286
|
-
}, {
|
|
7287
|
-
lat?: number;
|
|
7288
|
-
lon?: number;
|
|
7289
|
-
}>>;
|
|
7290
|
-
project: z.ZodOptional<z.ZodObject<{
|
|
7291
|
-
lon: z.ZodNumber;
|
|
7292
|
-
lat: z.ZodNumber;
|
|
7293
|
-
}, "strip", z.ZodTypeAny, {
|
|
7294
|
-
lat?: number;
|
|
7295
|
-
lon?: number;
|
|
7296
|
-
}, {
|
|
7297
|
-
lat?: number;
|
|
7298
|
-
lon?: number;
|
|
7299
|
-
}>>;
|
|
7300
|
-
county: z.ZodOptional<z.ZodObject<{
|
|
7301
|
-
lon: z.ZodNumber;
|
|
7302
|
-
lat: z.ZodNumber;
|
|
7303
|
-
}, "strip", z.ZodTypeAny, {
|
|
7304
|
-
lat?: number;
|
|
7305
|
-
lon?: number;
|
|
7306
|
-
}, {
|
|
7307
|
-
lat?: number;
|
|
7308
|
-
lon?: number;
|
|
7309
|
-
}>>;
|
|
7310
|
-
facility: z.ZodOptional<z.ZodObject<{
|
|
7311
|
-
lon: z.ZodNumber;
|
|
7312
|
-
lat: z.ZodNumber;
|
|
7313
|
-
}, "strip", z.ZodTypeAny, {
|
|
7314
|
-
lat?: number;
|
|
7315
|
-
lon?: number;
|
|
7316
|
-
}, {
|
|
7317
|
-
lat?: number;
|
|
7318
|
-
lon?: number;
|
|
7319
|
-
}>>;
|
|
7320
|
-
}, "strip", z.ZodTypeAny, {
|
|
7321
|
-
county?: {
|
|
7322
|
-
lat?: number;
|
|
7323
|
-
lon?: number;
|
|
7324
|
-
};
|
|
7325
|
-
defaultValue?: string;
|
|
7326
|
-
default?: {
|
|
7327
|
-
lat?: number;
|
|
7328
|
-
lon?: number;
|
|
7329
|
-
};
|
|
7330
|
-
project?: {
|
|
7331
|
-
lat?: number;
|
|
7332
|
-
lon?: number;
|
|
7333
|
-
};
|
|
7334
|
-
facility?: {
|
|
7335
|
-
lat?: number;
|
|
7336
|
-
lon?: number;
|
|
7337
|
-
};
|
|
7338
|
-
}, {
|
|
7339
|
-
county?: {
|
|
7340
|
-
lat?: number;
|
|
7341
|
-
lon?: number;
|
|
7342
|
-
};
|
|
7343
|
-
defaultValue?: string;
|
|
7344
|
-
default?: {
|
|
7345
|
-
lat?: number;
|
|
7346
|
-
lon?: number;
|
|
7347
|
-
};
|
|
7348
|
-
project?: {
|
|
7349
|
-
lat?: number;
|
|
7350
|
-
lon?: number;
|
|
7351
|
-
};
|
|
7352
|
-
facility?: {
|
|
7353
|
-
lat?: number;
|
|
7354
|
-
lon?: number;
|
|
7355
|
-
};
|
|
7356
|
-
}>>;
|
|
7357
|
-
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7358
|
-
localCounty: z.ZodOptional<z.ZodString>;
|
|
7359
|
-
localState: z.ZodOptional<z.ZodString>;
|
|
7360
|
-
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7361
|
-
identifier: z.ZodString;
|
|
7362
|
-
id: z.ZodString;
|
|
7363
|
-
} & {
|
|
7364
|
-
role: z.ZodString;
|
|
7365
|
-
ref: z.ZodOptional<z.ZodString>;
|
|
7366
|
-
}, "strip", z.ZodTypeAny, {
|
|
7367
|
-
id?: string;
|
|
7368
|
-
identifier?: string;
|
|
7369
|
-
role?: string;
|
|
7370
|
-
ref?: string;
|
|
7371
|
-
}, {
|
|
7372
|
-
id?: string;
|
|
7373
|
-
identifier?: string;
|
|
7374
|
-
role?: string;
|
|
7375
|
-
ref?: string;
|
|
7376
|
-
}>, "many">>;
|
|
7377
|
-
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7378
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
7379
|
-
queueDataset: z.ZodOptional<z.ZodString>;
|
|
7380
|
-
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7381
|
-
status: z.ZodOptional<z.ZodString>;
|
|
7382
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
7383
|
-
} & {
|
|
7384
|
-
applicationType: z.ZodString;
|
|
7385
|
-
audiences: z.ZodArray<z.ZodObject<{
|
|
7386
|
-
identifier: z.ZodString;
|
|
7387
|
-
}, "strip", z.ZodTypeAny, {
|
|
7388
|
-
identifier?: string;
|
|
7389
|
-
}, {
|
|
7390
|
-
identifier?: string;
|
|
7391
|
-
}>, "many">;
|
|
7392
|
-
constructionDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7393
|
-
developmentStatus: z.ZodString;
|
|
7394
|
-
localRegion: z.ZodOptional<z.ZodString>;
|
|
7395
|
-
mwGross: z.ZodOptional<z.ZodNumber>;
|
|
7396
|
-
planningGranted: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7397
|
-
queueDataSetType: z.ZodString;
|
|
7398
|
-
regions: z.ZodArray<z.ZodObject<{
|
|
7399
|
-
identifier: z.ZodString;
|
|
7400
|
-
id: z.ZodString;
|
|
7401
|
-
}, "strip", z.ZodTypeAny, {
|
|
7402
|
-
id?: string;
|
|
7403
|
-
identifier?: string;
|
|
7404
|
-
}, {
|
|
7405
|
-
id?: string;
|
|
7406
|
-
identifier?: string;
|
|
7407
|
-
}>, "many">;
|
|
7408
|
-
reportDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7409
|
-
sectorDetail: z.ZodString;
|
|
7410
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7411
|
-
stateAbbr: z.ZodOptional<z.ZodString>;
|
|
7412
|
-
storageType: z.ZodOptional<z.ZodString>;
|
|
7413
|
-
totals: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
7414
|
-
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7415
|
-
}, "strip", z.ZodTypeAny, {
|
|
7416
|
-
sectors?: {
|
|
7417
|
-
id?: string;
|
|
7418
|
-
identifier?: string;
|
|
7419
|
-
}[];
|
|
7420
|
-
id?: string;
|
|
7421
|
-
status?: string;
|
|
7422
|
-
applicationId?: string;
|
|
7423
|
-
queueDataset?: string;
|
|
7424
|
-
country?: string;
|
|
7425
|
-
organizations?: {
|
|
7426
|
-
id?: string;
|
|
7427
|
-
identifier?: string;
|
|
7428
|
-
role?: string;
|
|
7429
|
-
ref?: string;
|
|
7430
|
-
}[];
|
|
7431
|
-
geo?: {
|
|
7432
|
-
county?: {
|
|
7433
|
-
lat?: number;
|
|
7434
|
-
lon?: number;
|
|
7435
|
-
};
|
|
7436
|
-
defaultValue?: string;
|
|
7437
|
-
default?: {
|
|
7438
|
-
lat?: number;
|
|
7439
|
-
lon?: number;
|
|
7440
|
-
};
|
|
7441
|
-
project?: {
|
|
7442
|
-
lat?: number;
|
|
7443
|
-
lon?: number;
|
|
7444
|
-
};
|
|
7445
|
-
facility?: {
|
|
7446
|
-
lat?: number;
|
|
7447
|
-
lon?: number;
|
|
7448
|
-
};
|
|
7449
|
-
};
|
|
7450
|
-
audiences?: {
|
|
7451
|
-
identifier?: string;
|
|
7452
|
-
}[];
|
|
7453
|
-
totals?: Record<string, number>;
|
|
7454
|
-
allSectors?: string;
|
|
7455
|
-
$organizations?: string;
|
|
7456
|
-
reportDate?: string;
|
|
7457
|
-
queueDate?: string;
|
|
7458
|
-
schema?: "eu_queue";
|
|
7459
|
-
actualOperationalDate?: string;
|
|
7460
|
-
lastModified?: string;
|
|
7461
|
-
localCounty?: string;
|
|
7462
|
-
localState?: string;
|
|
7463
|
-
plannedOperationalDate?: string;
|
|
7464
|
-
projectName?: string;
|
|
7465
|
-
totalMw?: number;
|
|
7466
|
-
applicationStatus?: string;
|
|
7467
|
-
localTown?: string;
|
|
7468
|
-
mwNet?: number;
|
|
7469
|
-
refId?: string;
|
|
7470
|
-
sourceUpdate?: string;
|
|
7471
|
-
storageCapacity?: number;
|
|
7472
|
-
technology?: string;
|
|
7473
|
-
windFarmName?: string;
|
|
7474
|
-
applicationType?: string;
|
|
7475
|
-
withdrawnDate?: string;
|
|
7476
|
-
constructionDate?: string;
|
|
7477
|
-
developmentStatus?: string;
|
|
7478
|
-
localRegion?: string;
|
|
7479
|
-
mwGross?: number;
|
|
7480
|
-
planningGranted?: string;
|
|
7481
|
-
queueDataSetType?: string;
|
|
7482
|
-
regions?: {
|
|
7483
|
-
id?: string;
|
|
7484
|
-
identifier?: string;
|
|
7485
|
-
}[];
|
|
7486
|
-
sectorDetail?: string;
|
|
7487
|
-
stateAbbr?: string;
|
|
7488
|
-
storageType?: string;
|
|
7489
|
-
}, {
|
|
7490
|
-
sectors?: {
|
|
7491
|
-
id?: string;
|
|
7492
|
-
identifier?: string;
|
|
7493
|
-
}[];
|
|
7494
|
-
id?: string;
|
|
7495
|
-
status?: string;
|
|
7496
|
-
applicationId?: string;
|
|
7497
|
-
queueDataset?: string;
|
|
7498
|
-
country?: string;
|
|
7499
|
-
organizations?: {
|
|
7500
|
-
id?: string;
|
|
7501
|
-
identifier?: string;
|
|
7502
|
-
role?: string;
|
|
7503
|
-
ref?: string;
|
|
7504
|
-
}[];
|
|
7505
|
-
geo?: {
|
|
7506
|
-
county?: {
|
|
7507
|
-
lat?: number;
|
|
7508
|
-
lon?: number;
|
|
7509
|
-
};
|
|
7510
|
-
defaultValue?: string;
|
|
7511
|
-
default?: {
|
|
7512
|
-
lat?: number;
|
|
7513
|
-
lon?: number;
|
|
7514
|
-
};
|
|
7515
|
-
project?: {
|
|
7516
|
-
lat?: number;
|
|
7517
|
-
lon?: number;
|
|
7518
|
-
};
|
|
7519
|
-
facility?: {
|
|
7520
|
-
lat?: number;
|
|
7521
|
-
lon?: number;
|
|
7522
|
-
};
|
|
7523
|
-
};
|
|
7524
|
-
audiences?: {
|
|
7525
|
-
identifier?: string;
|
|
7526
|
-
}[];
|
|
7527
|
-
totals?: Record<string, number>;
|
|
7528
|
-
allSectors?: string;
|
|
7529
|
-
$organizations?: string;
|
|
7530
|
-
reportDate?: string;
|
|
7531
|
-
queueDate?: string;
|
|
7532
|
-
schema?: "eu_queue";
|
|
7533
|
-
actualOperationalDate?: string;
|
|
7534
|
-
lastModified?: string;
|
|
7535
|
-
localCounty?: string;
|
|
7536
|
-
localState?: string;
|
|
7537
|
-
plannedOperationalDate?: string;
|
|
7538
|
-
projectName?: string;
|
|
7539
|
-
totalMw?: number;
|
|
7540
|
-
applicationStatus?: string;
|
|
7541
|
-
localTown?: string;
|
|
7542
|
-
mwNet?: number;
|
|
7543
|
-
refId?: string;
|
|
7544
|
-
sourceUpdate?: string;
|
|
7545
|
-
storageCapacity?: number;
|
|
7546
|
-
technology?: string;
|
|
7547
|
-
windFarmName?: string;
|
|
7548
|
-
applicationType?: string;
|
|
7549
|
-
withdrawnDate?: string;
|
|
7550
|
-
constructionDate?: string;
|
|
7551
|
-
developmentStatus?: string;
|
|
7552
|
-
localRegion?: string;
|
|
7553
|
-
mwGross?: number;
|
|
7554
|
-
planningGranted?: string;
|
|
7555
|
-
queueDataSetType?: string;
|
|
7556
|
-
regions?: {
|
|
7557
|
-
id?: string;
|
|
7558
|
-
identifier?: string;
|
|
7559
|
-
}[];
|
|
7560
|
-
sectorDetail?: string;
|
|
7561
|
-
stateAbbr?: string;
|
|
7562
|
-
storageType?: string;
|
|
7563
|
-
}>, z.ZodObject<{
|
|
7564
|
-
$organizations: z.ZodOptional<z.ZodString>;
|
|
7565
|
-
applicationType: z.ZodOptional<z.ZodString>;
|
|
7566
|
-
cost: z.ZodOptional<z.ZodObject<{
|
|
7567
|
-
costCompany: z.ZodString;
|
|
7568
|
-
costYear: z.ZodNumber;
|
|
7569
|
-
networkCostKW: z.ZodNumber;
|
|
7570
|
-
poiCostKW: z.ZodNumber;
|
|
7571
|
-
totalCostKW: z.ZodNumber;
|
|
7572
|
-
}, "strip", z.ZodTypeAny, {
|
|
7573
|
-
costCompany?: string;
|
|
7574
|
-
costYear?: number;
|
|
7575
|
-
networkCostKW?: number;
|
|
7576
|
-
poiCostKW?: number;
|
|
7577
|
-
totalCostKW?: number;
|
|
7263
|
+
costCompany?: string;
|
|
7264
|
+
costYear?: number;
|
|
7265
|
+
networkCostKW?: number;
|
|
7266
|
+
poiCostKW?: number;
|
|
7267
|
+
totalCostKW?: number;
|
|
7578
7268
|
}, {
|
|
7579
7269
|
costCompany?: string;
|
|
7580
7270
|
costYear?: number;
|
|
@@ -7907,15 +7597,15 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7907
7597
|
type?: string;
|
|
7908
7598
|
subType?: string;
|
|
7909
7599
|
id?: string;
|
|
7910
|
-
headline?: string;
|
|
7911
7600
|
filingDate?: string;
|
|
7601
|
+
headline?: string;
|
|
7912
7602
|
publishedDate?: string;
|
|
7913
7603
|
}, {
|
|
7914
7604
|
type?: string;
|
|
7915
7605
|
subType?: string;
|
|
7916
7606
|
id?: string;
|
|
7917
|
-
headline?: string;
|
|
7918
7607
|
filingDate?: string;
|
|
7608
|
+
headline?: string;
|
|
7919
7609
|
publishedDate?: string;
|
|
7920
7610
|
}>, "many">>;
|
|
7921
7611
|
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
@@ -8074,24 +7764,204 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8074
7764
|
identifier?: string;
|
|
8075
7765
|
}, {
|
|
8076
7766
|
identifier?: string;
|
|
8077
|
-
}>, "many">;
|
|
8078
|
-
isoRtoUniqueId: z.ZodString;
|
|
8079
|
-
queueDataSetType: z.ZodString;
|
|
8080
|
-
queueKey: z.ZodString;
|
|
8081
|
-
regions: z.ZodArray<z.ZodObject<{
|
|
8082
|
-
identifier: z.ZodString;
|
|
8083
|
-
id: z.ZodString;
|
|
8084
|
-
}, "strip", z.ZodTypeAny, {
|
|
7767
|
+
}>, "many">;
|
|
7768
|
+
isoRtoUniqueId: z.ZodString;
|
|
7769
|
+
queueDataSetType: z.ZodString;
|
|
7770
|
+
queueKey: z.ZodString;
|
|
7771
|
+
regions: z.ZodArray<z.ZodObject<{
|
|
7772
|
+
identifier: z.ZodString;
|
|
7773
|
+
id: z.ZodString;
|
|
7774
|
+
}, "strip", z.ZodTypeAny, {
|
|
7775
|
+
id?: string;
|
|
7776
|
+
identifier?: string;
|
|
7777
|
+
}, {
|
|
7778
|
+
id?: string;
|
|
7779
|
+
identifier?: string;
|
|
7780
|
+
}>, "many">;
|
|
7781
|
+
stateAbbr: z.ZodOptional<z.ZodString>;
|
|
7782
|
+
stateName: z.ZodOptional<z.ZodString>;
|
|
7783
|
+
totals: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
7784
|
+
}, "strip", z.ZodTypeAny, {
|
|
7785
|
+
sectors?: {
|
|
7786
|
+
id?: string;
|
|
7787
|
+
identifier?: string;
|
|
7788
|
+
}[];
|
|
7789
|
+
keyPeople?: {
|
|
7790
|
+
id?: string;
|
|
7791
|
+
linkedinUrl?: string;
|
|
7792
|
+
fullName?: string;
|
|
7793
|
+
email?: string;
|
|
7794
|
+
phone?: string;
|
|
7795
|
+
source?: string;
|
|
7796
|
+
created?: string;
|
|
7797
|
+
roles?: string[];
|
|
7798
|
+
}[];
|
|
7799
|
+
id?: string;
|
|
7800
|
+
queueKey?: string;
|
|
7801
|
+
applicationId?: string;
|
|
7802
|
+
queueDataset?: string;
|
|
7803
|
+
country?: {
|
|
7804
|
+
id?: string;
|
|
7805
|
+
identifier?: string;
|
|
7806
|
+
}[];
|
|
7807
|
+
documents?: {
|
|
7808
|
+
type?: string[];
|
|
7809
|
+
key?: string;
|
|
7810
|
+
date?: string;
|
|
7811
|
+
document_id?: string;
|
|
7812
|
+
url?: string;
|
|
7813
|
+
filing_id?: string;
|
|
7814
|
+
isSignal?: boolean;
|
|
7815
|
+
}[];
|
|
7816
|
+
organizations?: {
|
|
7817
|
+
id?: string;
|
|
7818
|
+
identifier?: string;
|
|
7819
|
+
role?: string;
|
|
7820
|
+
ref?: string;
|
|
7821
|
+
}[];
|
|
7822
|
+
$organizations?: string;
|
|
7823
|
+
allSectors?: string;
|
|
7824
|
+
audiences?: {
|
|
7825
|
+
identifier?: string;
|
|
7826
|
+
}[];
|
|
7827
|
+
geo?: {
|
|
7828
|
+
county?: {
|
|
7829
|
+
lat?: number;
|
|
7830
|
+
lon?: number;
|
|
7831
|
+
};
|
|
7832
|
+
defaultValue?: string;
|
|
7833
|
+
default?: {
|
|
7834
|
+
lat?: number;
|
|
7835
|
+
lon?: number;
|
|
7836
|
+
};
|
|
7837
|
+
project?: {
|
|
7838
|
+
lat?: number;
|
|
7839
|
+
lon?: number;
|
|
7840
|
+
};
|
|
7841
|
+
facility?: {
|
|
7842
|
+
lat?: number;
|
|
7843
|
+
lon?: number;
|
|
7844
|
+
};
|
|
7845
|
+
};
|
|
7846
|
+
totals?: Record<string, number>;
|
|
7847
|
+
reportDate?: string;
|
|
7848
|
+
applicationTags?: {
|
|
7849
|
+
identifier?: string;
|
|
7850
|
+
}[];
|
|
7851
|
+
queueDate?: string;
|
|
7852
|
+
schema?: "us_queue";
|
|
7853
|
+
actualOperationalDate?: string;
|
|
7854
|
+
lastModified?: string;
|
|
7855
|
+
localCounty?: {
|
|
7856
|
+
id?: string;
|
|
7857
|
+
identifier?: string;
|
|
7858
|
+
}[];
|
|
7859
|
+
localState?: {
|
|
7860
|
+
id?: string;
|
|
7861
|
+
identifier?: string;
|
|
7862
|
+
}[];
|
|
7863
|
+
plannedOperationalDate?: string;
|
|
7864
|
+
projectName?: string;
|
|
7865
|
+
totalMw?: number;
|
|
7866
|
+
applicationStatus?: string;
|
|
7867
|
+
interconnectingEntity?: string;
|
|
7868
|
+
poiLocation?: string | number;
|
|
7869
|
+
sourceUpdate?: string;
|
|
7870
|
+
applicationType?: string;
|
|
7871
|
+
cost?: {
|
|
7872
|
+
costCompany?: string;
|
|
7873
|
+
costYear?: number;
|
|
7874
|
+
networkCostKW?: number;
|
|
7875
|
+
poiCostKW?: number;
|
|
7876
|
+
totalCostKW?: number;
|
|
7877
|
+
};
|
|
7878
|
+
dateCreated?: string;
|
|
7879
|
+
events?: {
|
|
7880
|
+
id?: string;
|
|
7881
|
+
queueKey?: string;
|
|
7882
|
+
applicationId?: string;
|
|
7883
|
+
set?: number;
|
|
7884
|
+
daysInQueue?: number;
|
|
7885
|
+
eventHash?: string;
|
|
7886
|
+
reportDate?: string;
|
|
7887
|
+
eventType?: "add" | "update";
|
|
7888
|
+
propKey?: string;
|
|
7889
|
+
propType?: "applicationTags" | "tracked";
|
|
7890
|
+
propVal?: string;
|
|
7891
|
+
queueDate?: string;
|
|
7892
|
+
transition?: {
|
|
7893
|
+
delta?: number;
|
|
7894
|
+
durationInDays?: number;
|
|
7895
|
+
from?: {
|
|
7896
|
+
value?: string;
|
|
7897
|
+
assigned?: string;
|
|
7898
|
+
};
|
|
7899
|
+
to?: {
|
|
7900
|
+
value?: string;
|
|
7901
|
+
assigned?: string;
|
|
7902
|
+
};
|
|
7903
|
+
};
|
|
7904
|
+
}[];
|
|
7905
|
+
isoRtoConnection?: {
|
|
7906
|
+
id?: string;
|
|
7907
|
+
identifier?: string;
|
|
7908
|
+
}[];
|
|
7909
|
+
milestones?: {
|
|
7910
|
+
type?: string;
|
|
7911
|
+
state?: string;
|
|
7912
|
+
key?: string;
|
|
7913
|
+
entries?: {
|
|
7914
|
+
daysInQueue?: number;
|
|
7915
|
+
delta?: number;
|
|
7916
|
+
durationInDays?: number;
|
|
7917
|
+
eventHash?: string;
|
|
7918
|
+
fromValue?: string;
|
|
7919
|
+
label?: string;
|
|
7920
|
+
reportDate?: string;
|
|
7921
|
+
stage?: string;
|
|
7922
|
+
toValue?: string;
|
|
7923
|
+
}[];
|
|
7924
|
+
set?: number;
|
|
7925
|
+
daysInQueue?: number;
|
|
7926
|
+
delta?: number;
|
|
7927
|
+
durationInDays?: number;
|
|
7928
|
+
eventHash?: string;
|
|
7929
|
+
fromValue?: string;
|
|
7930
|
+
label?: string;
|
|
7931
|
+
reportDate?: string;
|
|
7932
|
+
stage?: string;
|
|
7933
|
+
toValue?: string;
|
|
7934
|
+
compositeKey?: string;
|
|
7935
|
+
eventCount?: number;
|
|
7936
|
+
searchKey?: string;
|
|
7937
|
+
topic?: string;
|
|
7938
|
+
}[];
|
|
7939
|
+
poi?: {
|
|
8085
7940
|
id?: string;
|
|
8086
7941
|
identifier?: string;
|
|
8087
|
-
|
|
7942
|
+
kV?: string;
|
|
7943
|
+
meta?: string;
|
|
7944
|
+
poiGroup?: string;
|
|
7945
|
+
};
|
|
7946
|
+
reportCount?: number;
|
|
7947
|
+
signals?: {
|
|
7948
|
+
type?: string;
|
|
7949
|
+
subType?: string;
|
|
7950
|
+
id?: string;
|
|
7951
|
+
filingDate?: string;
|
|
7952
|
+
headline?: string;
|
|
7953
|
+
publishedDate?: string;
|
|
7954
|
+
}[];
|
|
7955
|
+
withdrawnDate?: string;
|
|
7956
|
+
queueDataSetType?: string;
|
|
7957
|
+
regions?: {
|
|
8088
7958
|
id?: string;
|
|
8089
7959
|
identifier?: string;
|
|
8090
|
-
}
|
|
8091
|
-
stateAbbr
|
|
8092
|
-
|
|
8093
|
-
|
|
8094
|
-
},
|
|
7960
|
+
}[];
|
|
7961
|
+
stateAbbr?: string;
|
|
7962
|
+
isoRtoUniqueId?: string;
|
|
7963
|
+
stateName?: string;
|
|
7964
|
+
}, {
|
|
8095
7965
|
sectors?: {
|
|
8096
7966
|
id?: string;
|
|
8097
7967
|
identifier?: string;
|
|
@@ -8129,6 +7999,11 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8129
7999
|
role?: string;
|
|
8130
8000
|
ref?: string;
|
|
8131
8001
|
}[];
|
|
8002
|
+
$organizations?: string;
|
|
8003
|
+
allSectors?: string;
|
|
8004
|
+
audiences?: {
|
|
8005
|
+
identifier?: string;
|
|
8006
|
+
}[];
|
|
8132
8007
|
geo?: {
|
|
8133
8008
|
county?: {
|
|
8134
8009
|
lat?: number;
|
|
@@ -8148,12 +8023,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8148
8023
|
lon?: number;
|
|
8149
8024
|
};
|
|
8150
8025
|
};
|
|
8151
|
-
audiences?: {
|
|
8152
|
-
identifier?: string;
|
|
8153
|
-
}[];
|
|
8154
8026
|
totals?: Record<string, number>;
|
|
8155
|
-
allSectors?: string;
|
|
8156
|
-
$organizations?: string;
|
|
8157
8027
|
reportDate?: string;
|
|
8158
8028
|
applicationTags?: {
|
|
8159
8029
|
identifier?: string;
|
|
@@ -8249,66 +8119,285 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8249
8119
|
poi?: {
|
|
8250
8120
|
id?: string;
|
|
8251
8121
|
identifier?: string;
|
|
8252
|
-
kV?: string;
|
|
8253
|
-
meta?: string;
|
|
8254
|
-
poiGroup?: string;
|
|
8255
|
-
};
|
|
8256
|
-
reportCount?: number;
|
|
8257
|
-
signals?: {
|
|
8258
|
-
type?: string;
|
|
8259
|
-
subType?: string;
|
|
8122
|
+
kV?: string;
|
|
8123
|
+
meta?: string;
|
|
8124
|
+
poiGroup?: string;
|
|
8125
|
+
};
|
|
8126
|
+
reportCount?: number;
|
|
8127
|
+
signals?: {
|
|
8128
|
+
type?: string;
|
|
8129
|
+
subType?: string;
|
|
8130
|
+
id?: string;
|
|
8131
|
+
filingDate?: string;
|
|
8132
|
+
headline?: string;
|
|
8133
|
+
publishedDate?: string;
|
|
8134
|
+
}[];
|
|
8135
|
+
withdrawnDate?: string;
|
|
8136
|
+
queueDataSetType?: string;
|
|
8137
|
+
regions?: {
|
|
8138
|
+
id?: string;
|
|
8139
|
+
identifier?: string;
|
|
8140
|
+
}[];
|
|
8141
|
+
stateAbbr?: string;
|
|
8142
|
+
isoRtoUniqueId?: string;
|
|
8143
|
+
stateName?: string;
|
|
8144
|
+
}>, z.ZodObject<{
|
|
8145
|
+
$organizations: z.ZodOptional<z.ZodString>;
|
|
8146
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
8147
|
+
localTown: z.ZodOptional<z.ZodString>;
|
|
8148
|
+
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
8149
|
+
refId: z.ZodOptional<z.ZodString>;
|
|
8150
|
+
sectors: z.ZodArray<z.ZodObject<{
|
|
8151
|
+
identifier: z.ZodString;
|
|
8152
|
+
id: z.ZodString;
|
|
8153
|
+
}, "strip", z.ZodTypeAny, {
|
|
8154
|
+
id?: string;
|
|
8155
|
+
identifier?: string;
|
|
8156
|
+
}, {
|
|
8157
|
+
id?: string;
|
|
8158
|
+
identifier?: string;
|
|
8159
|
+
}>, "many">;
|
|
8160
|
+
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
8161
|
+
technology: z.ZodOptional<z.ZodString>;
|
|
8162
|
+
windFarmName: z.ZodOptional<z.ZodString>;
|
|
8163
|
+
id: z.ZodString;
|
|
8164
|
+
schema: z.ZodLiteral<"eu_queue">;
|
|
8165
|
+
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8166
|
+
allSectors: z.ZodOptional<z.ZodString>;
|
|
8167
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
8168
|
+
country: z.ZodOptional<z.ZodString>;
|
|
8169
|
+
geo: z.ZodOptional<z.ZodObject<{
|
|
8170
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8171
|
+
default: z.ZodOptional<z.ZodObject<{
|
|
8172
|
+
lon: z.ZodNumber;
|
|
8173
|
+
lat: z.ZodNumber;
|
|
8174
|
+
}, "strip", z.ZodTypeAny, {
|
|
8175
|
+
lat?: number;
|
|
8176
|
+
lon?: number;
|
|
8177
|
+
}, {
|
|
8178
|
+
lat?: number;
|
|
8179
|
+
lon?: number;
|
|
8180
|
+
}>>;
|
|
8181
|
+
project: z.ZodOptional<z.ZodObject<{
|
|
8182
|
+
lon: z.ZodNumber;
|
|
8183
|
+
lat: z.ZodNumber;
|
|
8184
|
+
}, "strip", z.ZodTypeAny, {
|
|
8185
|
+
lat?: number;
|
|
8186
|
+
lon?: number;
|
|
8187
|
+
}, {
|
|
8188
|
+
lat?: number;
|
|
8189
|
+
lon?: number;
|
|
8190
|
+
}>>;
|
|
8191
|
+
county: z.ZodOptional<z.ZodObject<{
|
|
8192
|
+
lon: z.ZodNumber;
|
|
8193
|
+
lat: z.ZodNumber;
|
|
8194
|
+
}, "strip", z.ZodTypeAny, {
|
|
8195
|
+
lat?: number;
|
|
8196
|
+
lon?: number;
|
|
8197
|
+
}, {
|
|
8198
|
+
lat?: number;
|
|
8199
|
+
lon?: number;
|
|
8200
|
+
}>>;
|
|
8201
|
+
facility: z.ZodOptional<z.ZodObject<{
|
|
8202
|
+
lon: z.ZodNumber;
|
|
8203
|
+
lat: z.ZodNumber;
|
|
8204
|
+
}, "strip", z.ZodTypeAny, {
|
|
8205
|
+
lat?: number;
|
|
8206
|
+
lon?: number;
|
|
8207
|
+
}, {
|
|
8208
|
+
lat?: number;
|
|
8209
|
+
lon?: number;
|
|
8210
|
+
}>>;
|
|
8211
|
+
}, "strip", z.ZodTypeAny, {
|
|
8212
|
+
county?: {
|
|
8213
|
+
lat?: number;
|
|
8214
|
+
lon?: number;
|
|
8215
|
+
};
|
|
8216
|
+
defaultValue?: string;
|
|
8217
|
+
default?: {
|
|
8218
|
+
lat?: number;
|
|
8219
|
+
lon?: number;
|
|
8220
|
+
};
|
|
8221
|
+
project?: {
|
|
8222
|
+
lat?: number;
|
|
8223
|
+
lon?: number;
|
|
8224
|
+
};
|
|
8225
|
+
facility?: {
|
|
8226
|
+
lat?: number;
|
|
8227
|
+
lon?: number;
|
|
8228
|
+
};
|
|
8229
|
+
}, {
|
|
8230
|
+
county?: {
|
|
8231
|
+
lat?: number;
|
|
8232
|
+
lon?: number;
|
|
8233
|
+
};
|
|
8234
|
+
defaultValue?: string;
|
|
8235
|
+
default?: {
|
|
8236
|
+
lat?: number;
|
|
8237
|
+
lon?: number;
|
|
8238
|
+
};
|
|
8239
|
+
project?: {
|
|
8240
|
+
lat?: number;
|
|
8241
|
+
lon?: number;
|
|
8242
|
+
};
|
|
8243
|
+
facility?: {
|
|
8244
|
+
lat?: number;
|
|
8245
|
+
lon?: number;
|
|
8246
|
+
};
|
|
8247
|
+
}>>;
|
|
8248
|
+
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8249
|
+
localCounty: z.ZodOptional<z.ZodString>;
|
|
8250
|
+
localState: z.ZodOptional<z.ZodString>;
|
|
8251
|
+
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8252
|
+
identifier: z.ZodString;
|
|
8253
|
+
id: z.ZodString;
|
|
8254
|
+
} & {
|
|
8255
|
+
role: z.ZodString;
|
|
8256
|
+
ref: z.ZodOptional<z.ZodString>;
|
|
8257
|
+
}, "strip", z.ZodTypeAny, {
|
|
8258
|
+
id?: string;
|
|
8259
|
+
identifier?: string;
|
|
8260
|
+
role?: string;
|
|
8261
|
+
ref?: string;
|
|
8262
|
+
}, {
|
|
8263
|
+
id?: string;
|
|
8264
|
+
identifier?: string;
|
|
8265
|
+
role?: string;
|
|
8266
|
+
ref?: string;
|
|
8267
|
+
}>, "many">>;
|
|
8268
|
+
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8269
|
+
projectName: z.ZodOptional<z.ZodString>;
|
|
8270
|
+
queueDataset: z.ZodOptional<z.ZodString>;
|
|
8271
|
+
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8272
|
+
status: z.ZodOptional<z.ZodString>;
|
|
8273
|
+
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
8274
|
+
} & {
|
|
8275
|
+
applicationType: z.ZodString;
|
|
8276
|
+
audiences: z.ZodArray<z.ZodObject<{
|
|
8277
|
+
identifier: z.ZodString;
|
|
8278
|
+
}, "strip", z.ZodTypeAny, {
|
|
8279
|
+
identifier?: string;
|
|
8280
|
+
}, {
|
|
8281
|
+
identifier?: string;
|
|
8282
|
+
}>, "many">;
|
|
8283
|
+
constructionDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8284
|
+
developmentStatus: z.ZodString;
|
|
8285
|
+
localRegion: z.ZodOptional<z.ZodString>;
|
|
8286
|
+
mwGross: z.ZodOptional<z.ZodNumber>;
|
|
8287
|
+
planningGranted: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8288
|
+
queueDataSetType: z.ZodString;
|
|
8289
|
+
regions: z.ZodArray<z.ZodObject<{
|
|
8290
|
+
identifier: z.ZodString;
|
|
8291
|
+
id: z.ZodString;
|
|
8292
|
+
}, "strip", z.ZodTypeAny, {
|
|
8293
|
+
id?: string;
|
|
8294
|
+
identifier?: string;
|
|
8295
|
+
}, {
|
|
8296
|
+
id?: string;
|
|
8297
|
+
identifier?: string;
|
|
8298
|
+
}>, "many">;
|
|
8299
|
+
reportDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8300
|
+
sectorDetail: z.ZodString;
|
|
8301
|
+
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8302
|
+
stateAbbr: z.ZodOptional<z.ZodString>;
|
|
8303
|
+
storageType: z.ZodOptional<z.ZodString>;
|
|
8304
|
+
totals: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
8305
|
+
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8306
|
+
}, "strip", z.ZodTypeAny, {
|
|
8307
|
+
sectors?: {
|
|
8260
8308
|
id?: string;
|
|
8261
|
-
|
|
8262
|
-
|
|
8263
|
-
|
|
8309
|
+
identifier?: string;
|
|
8310
|
+
}[];
|
|
8311
|
+
id?: string;
|
|
8312
|
+
status?: string;
|
|
8313
|
+
applicationId?: string;
|
|
8314
|
+
queueDataset?: string;
|
|
8315
|
+
country?: string;
|
|
8316
|
+
organizations?: {
|
|
8317
|
+
id?: string;
|
|
8318
|
+
identifier?: string;
|
|
8319
|
+
role?: string;
|
|
8320
|
+
ref?: string;
|
|
8321
|
+
}[];
|
|
8322
|
+
$organizations?: string;
|
|
8323
|
+
allSectors?: string;
|
|
8324
|
+
audiences?: {
|
|
8325
|
+
identifier?: string;
|
|
8264
8326
|
}[];
|
|
8327
|
+
geo?: {
|
|
8328
|
+
county?: {
|
|
8329
|
+
lat?: number;
|
|
8330
|
+
lon?: number;
|
|
8331
|
+
};
|
|
8332
|
+
defaultValue?: string;
|
|
8333
|
+
default?: {
|
|
8334
|
+
lat?: number;
|
|
8335
|
+
lon?: number;
|
|
8336
|
+
};
|
|
8337
|
+
project?: {
|
|
8338
|
+
lat?: number;
|
|
8339
|
+
lon?: number;
|
|
8340
|
+
};
|
|
8341
|
+
facility?: {
|
|
8342
|
+
lat?: number;
|
|
8343
|
+
lon?: number;
|
|
8344
|
+
};
|
|
8345
|
+
};
|
|
8346
|
+
totals?: Record<string, number>;
|
|
8347
|
+
reportDate?: string;
|
|
8348
|
+
queueDate?: string;
|
|
8349
|
+
schema?: "eu_queue";
|
|
8350
|
+
actualOperationalDate?: string;
|
|
8351
|
+
lastModified?: string;
|
|
8352
|
+
localCounty?: string;
|
|
8353
|
+
localState?: string;
|
|
8354
|
+
plannedOperationalDate?: string;
|
|
8355
|
+
projectName?: string;
|
|
8356
|
+
totalMw?: number;
|
|
8357
|
+
applicationStatus?: string;
|
|
8358
|
+
localTown?: string;
|
|
8359
|
+
mwNet?: number;
|
|
8360
|
+
refId?: string;
|
|
8361
|
+
sourceUpdate?: string;
|
|
8362
|
+
storageCapacity?: number;
|
|
8363
|
+
technology?: string;
|
|
8364
|
+
windFarmName?: string;
|
|
8365
|
+
applicationType?: string;
|
|
8265
8366
|
withdrawnDate?: string;
|
|
8367
|
+
constructionDate?: string;
|
|
8368
|
+
developmentStatus?: string;
|
|
8369
|
+
localRegion?: string;
|
|
8370
|
+
mwGross?: number;
|
|
8371
|
+
planningGranted?: string;
|
|
8266
8372
|
queueDataSetType?: string;
|
|
8267
8373
|
regions?: {
|
|
8268
8374
|
id?: string;
|
|
8269
8375
|
identifier?: string;
|
|
8270
8376
|
}[];
|
|
8377
|
+
sectorDetail?: string;
|
|
8271
8378
|
stateAbbr?: string;
|
|
8272
|
-
|
|
8273
|
-
stateName?: string;
|
|
8379
|
+
storageType?: string;
|
|
8274
8380
|
}, {
|
|
8275
8381
|
sectors?: {
|
|
8276
8382
|
id?: string;
|
|
8277
8383
|
identifier?: string;
|
|
8278
8384
|
}[];
|
|
8279
|
-
keyPeople?: {
|
|
8280
|
-
id?: string;
|
|
8281
|
-
linkedinUrl?: string;
|
|
8282
|
-
fullName?: string;
|
|
8283
|
-
email?: string;
|
|
8284
|
-
phone?: string;
|
|
8285
|
-
source?: string;
|
|
8286
|
-
created?: string;
|
|
8287
|
-
roles?: string[];
|
|
8288
|
-
}[];
|
|
8289
8385
|
id?: string;
|
|
8290
|
-
|
|
8386
|
+
status?: string;
|
|
8291
8387
|
applicationId?: string;
|
|
8292
8388
|
queueDataset?: string;
|
|
8293
|
-
country?:
|
|
8294
|
-
id?: string;
|
|
8295
|
-
identifier?: string;
|
|
8296
|
-
}[];
|
|
8297
|
-
documents?: {
|
|
8298
|
-
type?: string[];
|
|
8299
|
-
key?: string;
|
|
8300
|
-
date?: string;
|
|
8301
|
-
document_id?: string;
|
|
8302
|
-
url?: string;
|
|
8303
|
-
filing_id?: string;
|
|
8304
|
-
isSignal?: boolean;
|
|
8305
|
-
}[];
|
|
8389
|
+
country?: string;
|
|
8306
8390
|
organizations?: {
|
|
8307
8391
|
id?: string;
|
|
8308
8392
|
identifier?: string;
|
|
8309
8393
|
role?: string;
|
|
8310
8394
|
ref?: string;
|
|
8311
8395
|
}[];
|
|
8396
|
+
$organizations?: string;
|
|
8397
|
+
allSectors?: string;
|
|
8398
|
+
audiences?: {
|
|
8399
|
+
identifier?: string;
|
|
8400
|
+
}[];
|
|
8312
8401
|
geo?: {
|
|
8313
8402
|
county?: {
|
|
8314
8403
|
lat?: number;
|
|
@@ -8328,129 +8417,40 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8328
8417
|
lon?: number;
|
|
8329
8418
|
};
|
|
8330
8419
|
};
|
|
8331
|
-
audiences?: {
|
|
8332
|
-
identifier?: string;
|
|
8333
|
-
}[];
|
|
8334
8420
|
totals?: Record<string, number>;
|
|
8335
|
-
allSectors?: string;
|
|
8336
|
-
$organizations?: string;
|
|
8337
8421
|
reportDate?: string;
|
|
8338
|
-
applicationTags?: {
|
|
8339
|
-
identifier?: string;
|
|
8340
|
-
}[];
|
|
8341
8422
|
queueDate?: string;
|
|
8342
|
-
schema?: "
|
|
8423
|
+
schema?: "eu_queue";
|
|
8343
8424
|
actualOperationalDate?: string;
|
|
8344
8425
|
lastModified?: string;
|
|
8345
|
-
localCounty?:
|
|
8346
|
-
|
|
8347
|
-
identifier?: string;
|
|
8348
|
-
}[];
|
|
8349
|
-
localState?: {
|
|
8350
|
-
id?: string;
|
|
8351
|
-
identifier?: string;
|
|
8352
|
-
}[];
|
|
8426
|
+
localCounty?: string;
|
|
8427
|
+
localState?: string;
|
|
8353
8428
|
plannedOperationalDate?: string;
|
|
8354
8429
|
projectName?: string;
|
|
8355
8430
|
totalMw?: number;
|
|
8356
8431
|
applicationStatus?: string;
|
|
8357
|
-
|
|
8358
|
-
|
|
8432
|
+
localTown?: string;
|
|
8433
|
+
mwNet?: number;
|
|
8434
|
+
refId?: string;
|
|
8359
8435
|
sourceUpdate?: string;
|
|
8436
|
+
storageCapacity?: number;
|
|
8437
|
+
technology?: string;
|
|
8438
|
+
windFarmName?: string;
|
|
8360
8439
|
applicationType?: string;
|
|
8361
|
-
cost?: {
|
|
8362
|
-
costCompany?: string;
|
|
8363
|
-
costYear?: number;
|
|
8364
|
-
networkCostKW?: number;
|
|
8365
|
-
poiCostKW?: number;
|
|
8366
|
-
totalCostKW?: number;
|
|
8367
|
-
};
|
|
8368
|
-
dateCreated?: string;
|
|
8369
|
-
events?: {
|
|
8370
|
-
id?: string;
|
|
8371
|
-
queueKey?: string;
|
|
8372
|
-
applicationId?: string;
|
|
8373
|
-
set?: number;
|
|
8374
|
-
daysInQueue?: number;
|
|
8375
|
-
eventHash?: string;
|
|
8376
|
-
reportDate?: string;
|
|
8377
|
-
eventType?: "add" | "update";
|
|
8378
|
-
propKey?: string;
|
|
8379
|
-
propType?: "applicationTags" | "tracked";
|
|
8380
|
-
propVal?: string;
|
|
8381
|
-
queueDate?: string;
|
|
8382
|
-
transition?: {
|
|
8383
|
-
delta?: number;
|
|
8384
|
-
durationInDays?: number;
|
|
8385
|
-
from?: {
|
|
8386
|
-
value?: string;
|
|
8387
|
-
assigned?: string;
|
|
8388
|
-
};
|
|
8389
|
-
to?: {
|
|
8390
|
-
value?: string;
|
|
8391
|
-
assigned?: string;
|
|
8392
|
-
};
|
|
8393
|
-
};
|
|
8394
|
-
}[];
|
|
8395
|
-
isoRtoConnection?: {
|
|
8396
|
-
id?: string;
|
|
8397
|
-
identifier?: string;
|
|
8398
|
-
}[];
|
|
8399
|
-
milestones?: {
|
|
8400
|
-
type?: string;
|
|
8401
|
-
state?: string;
|
|
8402
|
-
key?: string;
|
|
8403
|
-
entries?: {
|
|
8404
|
-
daysInQueue?: number;
|
|
8405
|
-
delta?: number;
|
|
8406
|
-
durationInDays?: number;
|
|
8407
|
-
eventHash?: string;
|
|
8408
|
-
fromValue?: string;
|
|
8409
|
-
label?: string;
|
|
8410
|
-
reportDate?: string;
|
|
8411
|
-
stage?: string;
|
|
8412
|
-
toValue?: string;
|
|
8413
|
-
}[];
|
|
8414
|
-
set?: number;
|
|
8415
|
-
daysInQueue?: number;
|
|
8416
|
-
delta?: number;
|
|
8417
|
-
durationInDays?: number;
|
|
8418
|
-
eventHash?: string;
|
|
8419
|
-
fromValue?: string;
|
|
8420
|
-
label?: string;
|
|
8421
|
-
reportDate?: string;
|
|
8422
|
-
stage?: string;
|
|
8423
|
-
toValue?: string;
|
|
8424
|
-
compositeKey?: string;
|
|
8425
|
-
eventCount?: number;
|
|
8426
|
-
searchKey?: string;
|
|
8427
|
-
topic?: string;
|
|
8428
|
-
}[];
|
|
8429
|
-
poi?: {
|
|
8430
|
-
id?: string;
|
|
8431
|
-
identifier?: string;
|
|
8432
|
-
kV?: string;
|
|
8433
|
-
meta?: string;
|
|
8434
|
-
poiGroup?: string;
|
|
8435
|
-
};
|
|
8436
|
-
reportCount?: number;
|
|
8437
|
-
signals?: {
|
|
8438
|
-
type?: string;
|
|
8439
|
-
subType?: string;
|
|
8440
|
-
id?: string;
|
|
8441
|
-
headline?: string;
|
|
8442
|
-
filingDate?: string;
|
|
8443
|
-
publishedDate?: string;
|
|
8444
|
-
}[];
|
|
8445
8440
|
withdrawnDate?: string;
|
|
8441
|
+
constructionDate?: string;
|
|
8442
|
+
developmentStatus?: string;
|
|
8443
|
+
localRegion?: string;
|
|
8444
|
+
mwGross?: number;
|
|
8445
|
+
planningGranted?: string;
|
|
8446
8446
|
queueDataSetType?: string;
|
|
8447
8447
|
regions?: {
|
|
8448
8448
|
id?: string;
|
|
8449
8449
|
identifier?: string;
|
|
8450
8450
|
}[];
|
|
8451
|
+
sectorDetail?: string;
|
|
8451
8452
|
stateAbbr?: string;
|
|
8452
|
-
|
|
8453
|
-
stateName?: string;
|
|
8453
|
+
storageType?: string;
|
|
8454
8454
|
}>]>;
|
|
8455
8455
|
export type QueueAPIType = z.infer<typeof queueAPISchema>;
|
|
8456
8456
|
export type QueueAPIUnionType = z.infer<typeof queueAPIUnionSchema>;
|
|
@@ -8600,6 +8600,7 @@ declare const euQueueExportSchema: z.ZodObject<{
|
|
|
8600
8600
|
role?: string;
|
|
8601
8601
|
ref?: string;
|
|
8602
8602
|
}[];
|
|
8603
|
+
allSectors?: string;
|
|
8603
8604
|
geo?: {
|
|
8604
8605
|
county?: {
|
|
8605
8606
|
lat?: number;
|
|
@@ -8619,7 +8620,6 @@ declare const euQueueExportSchema: z.ZodObject<{
|
|
|
8619
8620
|
lon?: number;
|
|
8620
8621
|
};
|
|
8621
8622
|
};
|
|
8622
|
-
allSectors?: string;
|
|
8623
8623
|
queueDate?: string;
|
|
8624
8624
|
schema?: "eu_queue";
|
|
8625
8625
|
actualOperationalDate?: string;
|
|
@@ -8646,6 +8646,7 @@ declare const euQueueExportSchema: z.ZodObject<{
|
|
|
8646
8646
|
role?: string;
|
|
8647
8647
|
ref?: string;
|
|
8648
8648
|
}[];
|
|
8649
|
+
allSectors?: string;
|
|
8649
8650
|
geo?: {
|
|
8650
8651
|
county?: {
|
|
8651
8652
|
lat?: number;
|
|
@@ -8665,7 +8666,6 @@ declare const euQueueExportSchema: z.ZodObject<{
|
|
|
8665
8666
|
lon?: number;
|
|
8666
8667
|
};
|
|
8667
8668
|
};
|
|
8668
|
-
allSectors?: string;
|
|
8669
8669
|
queueDate?: string;
|
|
8670
8670
|
schema?: "eu_queue";
|
|
8671
8671
|
actualOperationalDate?: string;
|
|
@@ -8843,6 +8843,7 @@ declare const usQueueExportSchema: z.ZodObject<{
|
|
|
8843
8843
|
role?: string;
|
|
8844
8844
|
ref?: string;
|
|
8845
8845
|
}[];
|
|
8846
|
+
allSectors?: string;
|
|
8846
8847
|
geo?: {
|
|
8847
8848
|
county?: {
|
|
8848
8849
|
lat?: number;
|
|
@@ -8862,7 +8863,6 @@ declare const usQueueExportSchema: z.ZodObject<{
|
|
|
8862
8863
|
lon?: number;
|
|
8863
8864
|
};
|
|
8864
8865
|
};
|
|
8865
|
-
allSectors?: string;
|
|
8866
8866
|
applicationTags?: {
|
|
8867
8867
|
identifier?: string;
|
|
8868
8868
|
}[];
|
|
@@ -8899,6 +8899,7 @@ declare const usQueueExportSchema: z.ZodObject<{
|
|
|
8899
8899
|
role?: string;
|
|
8900
8900
|
ref?: string;
|
|
8901
8901
|
}[];
|
|
8902
|
+
allSectors?: string;
|
|
8902
8903
|
geo?: {
|
|
8903
8904
|
county?: {
|
|
8904
8905
|
lat?: number;
|
|
@@ -8918,7 +8919,6 @@ declare const usQueueExportSchema: z.ZodObject<{
|
|
|
8918
8919
|
lon?: number;
|
|
8919
8920
|
};
|
|
8920
8921
|
};
|
|
8921
|
-
allSectors?: string;
|
|
8922
8922
|
applicationTags?: {
|
|
8923
8923
|
identifier?: string;
|
|
8924
8924
|
}[];
|
|
@@ -9085,6 +9085,7 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9085
9085
|
role?: string;
|
|
9086
9086
|
ref?: string;
|
|
9087
9087
|
}[];
|
|
9088
|
+
allSectors?: string;
|
|
9088
9089
|
geo?: {
|
|
9089
9090
|
county?: {
|
|
9090
9091
|
lat?: number;
|
|
@@ -9104,7 +9105,6 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9104
9105
|
lon?: number;
|
|
9105
9106
|
};
|
|
9106
9107
|
};
|
|
9107
|
-
allSectors?: string;
|
|
9108
9108
|
queueDate?: string;
|
|
9109
9109
|
schema?: "eu_queue";
|
|
9110
9110
|
actualOperationalDate?: string;
|
|
@@ -9131,6 +9131,7 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9131
9131
|
role?: string;
|
|
9132
9132
|
ref?: string;
|
|
9133
9133
|
}[];
|
|
9134
|
+
allSectors?: string;
|
|
9134
9135
|
geo?: {
|
|
9135
9136
|
county?: {
|
|
9136
9137
|
lat?: number;
|
|
@@ -9150,7 +9151,6 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9150
9151
|
lon?: number;
|
|
9151
9152
|
};
|
|
9152
9153
|
};
|
|
9153
|
-
allSectors?: string;
|
|
9154
9154
|
queueDate?: string;
|
|
9155
9155
|
schema?: "eu_queue";
|
|
9156
9156
|
actualOperationalDate?: string;
|
|
@@ -9327,6 +9327,7 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9327
9327
|
role?: string;
|
|
9328
9328
|
ref?: string;
|
|
9329
9329
|
}[];
|
|
9330
|
+
allSectors?: string;
|
|
9330
9331
|
geo?: {
|
|
9331
9332
|
county?: {
|
|
9332
9333
|
lat?: number;
|
|
@@ -9346,7 +9347,6 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9346
9347
|
lon?: number;
|
|
9347
9348
|
};
|
|
9348
9349
|
};
|
|
9349
|
-
allSectors?: string;
|
|
9350
9350
|
applicationTags?: {
|
|
9351
9351
|
identifier?: string;
|
|
9352
9352
|
}[];
|
|
@@ -9383,6 +9383,7 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9383
9383
|
role?: string;
|
|
9384
9384
|
ref?: string;
|
|
9385
9385
|
}[];
|
|
9386
|
+
allSectors?: string;
|
|
9386
9387
|
geo?: {
|
|
9387
9388
|
county?: {
|
|
9388
9389
|
lat?: number;
|
|
@@ -9402,7 +9403,6 @@ export declare const queueExportUnionSchema: z.ZodDiscriminatedUnion<"schema", [
|
|
|
9402
9403
|
lon?: number;
|
|
9403
9404
|
};
|
|
9404
9405
|
};
|
|
9405
|
-
allSectors?: string;
|
|
9406
9406
|
applicationTags?: {
|
|
9407
9407
|
identifier?: string;
|
|
9408
9408
|
}[];
|