@new-project-media/client-frontends-shared-types 3.16.5 → 3.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new-project-media/client-frontends-shared-types",
3
- "version": "3.16.5",
3
+ "version": "3.17.0",
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/",
@@ -9,6 +9,7 @@ export declare const euQueueListSchemaV1: z.ZodObject<{
9
9
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
10
10
  allSectors: z.ZodOptional<z.ZodString>;
11
11
  applicationId: z.ZodOptional<z.ZodString>;
12
+ countyLabel: z.ZodOptional<z.ZodString>;
12
13
  country: z.ZodOptional<z.ZodString>;
13
14
  geo: z.ZodOptional<z.ZodObject<{
14
15
  defaultValue: z.ZodOptional<z.ZodString>;
@@ -65,6 +66,7 @@ export declare const usQueueListSchemaV1: z.ZodObject<{
65
66
  poiCostKW: z.ZodNumber;
66
67
  totalCostKW: z.ZodNumber;
67
68
  }, z.core.$strip>>;
69
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
68
70
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
69
71
  identifier: z.ZodString;
70
72
  id: z.ZodString;
@@ -120,6 +122,7 @@ export declare const usQueueListSchemaV1: z.ZodObject<{
120
122
  value: z.ZodOptional<z.ZodString>;
121
123
  updated: z.ZodOptional<z.ZodString>;
122
124
  }, z.core.$strip>>;
125
+ hybridNotes: z.ZodOptional<z.ZodString>;
123
126
  }, z.core.$strict>;
124
127
  export declare const euQueueListWithSortSchemaV1: z.ZodObject<{
125
128
  id: z.ZodString;
@@ -127,6 +130,7 @@ export declare const euQueueListWithSortSchemaV1: z.ZodObject<{
127
130
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
128
131
  allSectors: z.ZodOptional<z.ZodString>;
129
132
  applicationId: z.ZodOptional<z.ZodString>;
133
+ countyLabel: z.ZodOptional<z.ZodString>;
130
134
  country: z.ZodOptional<z.ZodString>;
131
135
  geo: z.ZodOptional<z.ZodObject<{
132
136
  defaultValue: z.ZodOptional<z.ZodString>;
@@ -184,6 +188,7 @@ export declare const usQueueListWithSortSchemaV1: z.ZodObject<{
184
188
  poiCostKW: z.ZodNumber;
185
189
  totalCostKW: z.ZodNumber;
186
190
  }, z.core.$strip>>;
191
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
187
192
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
188
193
  identifier: z.ZodString;
189
194
  id: z.ZodString;
@@ -239,6 +244,7 @@ export declare const usQueueListWithSortSchemaV1: z.ZodObject<{
239
244
  value: z.ZodOptional<z.ZodString>;
240
245
  updated: z.ZodOptional<z.ZodString>;
241
246
  }, z.core.$strip>>;
247
+ hybridNotes: z.ZodOptional<z.ZodString>;
242
248
  sort: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodNull]>, z.ZodNumber], null>;
243
249
  }, z.core.$strict>;
244
250
  export declare const queueListSchemaV1: z.ZodUnion<[z.ZodObject<{
@@ -247,6 +253,7 @@ export declare const queueListSchemaV1: z.ZodUnion<[z.ZodObject<{
247
253
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
248
254
  allSectors: z.ZodOptional<z.ZodString>;
249
255
  applicationId: z.ZodOptional<z.ZodString>;
256
+ countyLabel: z.ZodOptional<z.ZodString>;
250
257
  country: z.ZodOptional<z.ZodString>;
251
258
  geo: z.ZodOptional<z.ZodObject<{
252
259
  defaultValue: z.ZodOptional<z.ZodString>;
@@ -303,6 +310,7 @@ export declare const queueListSchemaV1: z.ZodUnion<[z.ZodObject<{
303
310
  poiCostKW: z.ZodNumber;
304
311
  totalCostKW: z.ZodNumber;
305
312
  }, z.core.$strip>>;
313
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
306
314
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
307
315
  identifier: z.ZodString;
308
316
  id: z.ZodString;
@@ -358,6 +366,7 @@ export declare const queueListSchemaV1: z.ZodUnion<[z.ZodObject<{
358
366
  value: z.ZodOptional<z.ZodString>;
359
367
  updated: z.ZodOptional<z.ZodString>;
360
368
  }, z.core.$strip>>;
369
+ hybridNotes: z.ZodOptional<z.ZodString>;
361
370
  sort: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodNull]>, z.ZodNumber], null>;
362
371
  }, z.core.$strict>]>;
363
372
  export declare const queueListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -366,6 +375,7 @@ export declare const queueListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
366
375
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
367
376
  allSectors: z.ZodOptional<z.ZodString>;
368
377
  applicationId: z.ZodOptional<z.ZodString>;
378
+ countyLabel: z.ZodOptional<z.ZodString>;
369
379
  country: z.ZodOptional<z.ZodString>;
370
380
  geo: z.ZodOptional<z.ZodObject<{
371
381
  defaultValue: z.ZodOptional<z.ZodString>;
@@ -422,6 +432,7 @@ export declare const queueListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
422
432
  poiCostKW: z.ZodNumber;
423
433
  totalCostKW: z.ZodNumber;
424
434
  }, z.core.$strip>>;
435
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
425
436
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
426
437
  identifier: z.ZodString;
427
438
  id: z.ZodString;
@@ -477,6 +488,7 @@ export declare const queueListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
477
488
  value: z.ZodOptional<z.ZodString>;
478
489
  updated: z.ZodOptional<z.ZodString>;
479
490
  }, z.core.$strip>>;
491
+ hybridNotes: z.ZodOptional<z.ZodString>;
480
492
  sort: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodNull]>, z.ZodNumber], null>;
481
493
  }, z.core.$strict>], "schema">;
482
494
  export declare const queueListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -485,6 +497,7 @@ export declare const queueListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
485
497
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
486
498
  allSectors: z.ZodOptional<z.ZodString>;
487
499
  applicationId: z.ZodOptional<z.ZodString>;
500
+ countyLabel: z.ZodOptional<z.ZodString>;
488
501
  country: z.ZodOptional<z.ZodString>;
489
502
  geo: z.ZodOptional<z.ZodObject<{
490
503
  defaultValue: z.ZodOptional<z.ZodString>;
@@ -540,6 +553,7 @@ export declare const queueListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
540
553
  poiCostKW: z.ZodNumber;
541
554
  totalCostKW: z.ZodNumber;
542
555
  }, z.core.$strip>>;
556
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
543
557
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
544
558
  identifier: z.ZodString;
545
559
  id: z.ZodString;
@@ -595,6 +609,7 @@ export declare const queueListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
595
609
  value: z.ZodOptional<z.ZodString>;
596
610
  updated: z.ZodOptional<z.ZodString>;
597
611
  }, z.core.$strip>>;
612
+ hybridNotes: z.ZodOptional<z.ZodString>;
598
613
  }, z.core.$strict>], "schema">;
599
614
  export type QueueListTypeV1 = z.infer<typeof queueListSchemaV1>;
600
615
  export type QueueListUnionTypeV1 = z.infer<typeof queueListUnionSchemaV1>;
@@ -608,6 +623,7 @@ export declare const euQueueDetailsSchemaV1: z.ZodObject<{
608
623
  allSectors: z.ZodOptional<z.ZodString>;
609
624
  applicationId: z.ZodOptional<z.ZodString>;
610
625
  applicationStatus: z.ZodOptional<z.ZodString>;
626
+ countyLabel: z.ZodOptional<z.ZodString>;
611
627
  country: z.ZodOptional<z.ZodString>;
612
628
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
613
629
  localCounty: z.ZodOptional<z.ZodString>;
@@ -660,6 +676,7 @@ export declare const usQueueDetailsSchemaV1: z.ZodObject<{
660
676
  poiCostKW: z.ZodNumber;
661
677
  totalCostKW: z.ZodNumber;
662
678
  }, z.core.$strip>>;
679
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
663
680
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
664
681
  identifier: z.ZodString;
665
682
  id: z.ZodString;
@@ -809,6 +826,7 @@ export declare const usQueueDetailsSchemaV1: z.ZodObject<{
809
826
  value: z.ZodOptional<z.ZodString>;
810
827
  updated: z.ZodOptional<z.ZodString>;
811
828
  }, z.core.$strip>>;
829
+ hybridNotes: z.ZodOptional<z.ZodString>;
812
830
  }, z.core.$strict>;
813
831
  export declare const queueDetailsSchemaV1: z.ZodUnion<[z.ZodObject<{
814
832
  id: z.ZodString;
@@ -817,6 +835,7 @@ export declare const queueDetailsSchemaV1: z.ZodUnion<[z.ZodObject<{
817
835
  allSectors: z.ZodOptional<z.ZodString>;
818
836
  applicationId: z.ZodOptional<z.ZodString>;
819
837
  applicationStatus: z.ZodOptional<z.ZodString>;
838
+ countyLabel: z.ZodOptional<z.ZodString>;
820
839
  country: z.ZodOptional<z.ZodString>;
821
840
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
822
841
  localCounty: z.ZodOptional<z.ZodString>;
@@ -862,6 +881,7 @@ export declare const queueDetailsSchemaV1: z.ZodUnion<[z.ZodObject<{
862
881
  poiCostKW: z.ZodNumber;
863
882
  totalCostKW: z.ZodNumber;
864
883
  }, z.core.$strip>>;
884
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
865
885
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
866
886
  identifier: z.ZodString;
867
887
  id: z.ZodString;
@@ -1011,6 +1031,7 @@ export declare const queueDetailsSchemaV1: z.ZodUnion<[z.ZodObject<{
1011
1031
  value: z.ZodOptional<z.ZodString>;
1012
1032
  updated: z.ZodOptional<z.ZodString>;
1013
1033
  }, z.core.$strip>>;
1034
+ hybridNotes: z.ZodOptional<z.ZodString>;
1014
1035
  }, z.core.$strict>]>;
1015
1036
  export declare const queueDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject<{
1016
1037
  id: z.ZodString;
@@ -1019,6 +1040,7 @@ export declare const queueDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
1019
1040
  allSectors: z.ZodOptional<z.ZodString>;
1020
1041
  applicationId: z.ZodOptional<z.ZodString>;
1021
1042
  applicationStatus: z.ZodOptional<z.ZodString>;
1043
+ countyLabel: z.ZodOptional<z.ZodString>;
1022
1044
  country: z.ZodOptional<z.ZodString>;
1023
1045
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1024
1046
  localCounty: z.ZodOptional<z.ZodString>;
@@ -1064,6 +1086,7 @@ export declare const queueDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
1064
1086
  poiCostKW: z.ZodNumber;
1065
1087
  totalCostKW: z.ZodNumber;
1066
1088
  }, z.core.$strip>>;
1089
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
1067
1090
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
1068
1091
  identifier: z.ZodString;
1069
1092
  id: z.ZodString;
@@ -1213,6 +1236,7 @@ export declare const queueDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
1213
1236
  value: z.ZodOptional<z.ZodString>;
1214
1237
  updated: z.ZodOptional<z.ZodString>;
1215
1238
  }, z.core.$strip>>;
1239
+ hybridNotes: z.ZodOptional<z.ZodString>;
1216
1240
  }, z.core.$strict>], "schema">;
1217
1241
  export type QueueDetailsTypeV1 = z.infer<typeof queueDetailsSchemaV1>;
1218
1242
  export type QueueDetailsUnionTypeV1 = z.infer<typeof queueDetailsUnionSchemaV1>;
@@ -1267,6 +1291,7 @@ export declare const euQueueAPISchemaV1: z.ZodObject<{
1267
1291
  reportDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1268
1292
  queueDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1269
1293
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1294
+ countyLabel: z.ZodOptional<z.ZodString>;
1270
1295
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1271
1296
  localCounty: z.ZodOptional<z.ZodString>;
1272
1297
  localState: z.ZodOptional<z.ZodString>;
@@ -1376,6 +1401,7 @@ export declare const usQueueAPISchemaV1: z.ZodObject<{
1376
1401
  }, z.core.$strip>>>;
1377
1402
  queueDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1378
1403
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1404
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
1379
1405
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1380
1406
  localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
1381
1407
  identifier: z.ZodString;
@@ -1405,6 +1431,7 @@ export declare const usQueueAPISchemaV1: z.ZodObject<{
1405
1431
  value: z.ZodOptional<z.ZodString>;
1406
1432
  updated: z.ZodOptional<z.ZodString>;
1407
1433
  }, z.core.$strip>>;
1434
+ hybridNotes: z.ZodOptional<z.ZodString>;
1408
1435
  applicationType: z.ZodOptional<z.ZodString>;
1409
1436
  dateCreated: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1410
1437
  events: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1543,6 +1570,7 @@ export declare const queueAPISchemaV1: z.ZodUnion<[z.ZodObject<{
1543
1570
  reportDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1544
1571
  queueDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1545
1572
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1573
+ countyLabel: z.ZodOptional<z.ZodString>;
1546
1574
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1547
1575
  localCounty: z.ZodOptional<z.ZodString>;
1548
1576
  localState: z.ZodOptional<z.ZodString>;
@@ -1651,6 +1679,7 @@ export declare const queueAPISchemaV1: z.ZodUnion<[z.ZodObject<{
1651
1679
  }, z.core.$strip>>>;
1652
1680
  queueDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1653
1681
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1682
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
1654
1683
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1655
1684
  localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
1656
1685
  identifier: z.ZodString;
@@ -1680,6 +1709,7 @@ export declare const queueAPISchemaV1: z.ZodUnion<[z.ZodObject<{
1680
1709
  value: z.ZodOptional<z.ZodString>;
1681
1710
  updated: z.ZodOptional<z.ZodString>;
1682
1711
  }, z.core.$strip>>;
1712
+ hybridNotes: z.ZodOptional<z.ZodString>;
1683
1713
  applicationType: z.ZodOptional<z.ZodString>;
1684
1714
  dateCreated: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1685
1715
  events: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1852,6 +1882,7 @@ export declare const queueAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject
1852
1882
  }, z.core.$strip>>>;
1853
1883
  queueDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1854
1884
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1885
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
1855
1886
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1856
1887
  localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
1857
1888
  identifier: z.ZodString;
@@ -1881,6 +1912,7 @@ export declare const queueAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject
1881
1912
  value: z.ZodOptional<z.ZodString>;
1882
1913
  updated: z.ZodOptional<z.ZodString>;
1883
1914
  }, z.core.$strip>>;
1915
+ hybridNotes: z.ZodOptional<z.ZodString>;
1884
1916
  applicationType: z.ZodOptional<z.ZodString>;
1885
1917
  dateCreated: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
1886
1918
  events: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2018,6 +2050,7 @@ export declare const queueAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject
2018
2050
  reportDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
2019
2051
  queueDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
2020
2052
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
2053
+ countyLabel: z.ZodOptional<z.ZodString>;
2021
2054
  lastModified: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
2022
2055
  localCounty: z.ZodOptional<z.ZodString>;
2023
2056
  localState: z.ZodOptional<z.ZodString>;
@@ -2054,6 +2087,7 @@ export declare const euQueueExportSchemaV1: z.ZodObject<{
2054
2087
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
2055
2088
  allSectors: z.ZodOptional<z.ZodString>;
2056
2089
  applicationId: z.ZodOptional<z.ZodString>;
2090
+ countyLabel: z.ZodOptional<z.ZodString>;
2057
2091
  country: z.ZodOptional<z.ZodString>;
2058
2092
  geo: z.ZodOptional<z.ZodObject<{
2059
2093
  defaultValue: z.ZodOptional<z.ZodString>;
@@ -2111,6 +2145,7 @@ export declare const usQueueExportSchemaV1: z.ZodObject<{
2111
2145
  poiCostKW: z.ZodNumber;
2112
2146
  totalCostKW: z.ZodNumber;
2113
2147
  }, z.core.$strip>>;
2148
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
2114
2149
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
2115
2150
  identifier: z.ZodString;
2116
2151
  id: z.ZodString;
@@ -2166,6 +2201,7 @@ export declare const usQueueExportSchemaV1: z.ZodObject<{
2166
2201
  value: z.ZodOptional<z.ZodString>;
2167
2202
  updated: z.ZodOptional<z.ZodString>;
2168
2203
  }, z.core.$strip>>;
2204
+ hybridNotes: z.ZodOptional<z.ZodString>;
2169
2205
  sort: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodNull]>, z.ZodNumber], null>;
2170
2206
  }, z.core.$strict>;
2171
2207
  export declare const queueExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -2174,6 +2210,7 @@ export declare const queueExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObj
2174
2210
  actualOperationalDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
2175
2211
  allSectors: z.ZodOptional<z.ZodString>;
2176
2212
  applicationId: z.ZodOptional<z.ZodString>;
2213
+ countyLabel: z.ZodOptional<z.ZodString>;
2177
2214
  country: z.ZodOptional<z.ZodString>;
2178
2215
  geo: z.ZodOptional<z.ZodObject<{
2179
2216
  defaultValue: z.ZodOptional<z.ZodString>;
@@ -2230,6 +2267,7 @@ export declare const queueExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObj
2230
2267
  poiCostKW: z.ZodNumber;
2231
2268
  totalCostKW: z.ZodNumber;
2232
2269
  }, z.core.$strip>>;
2270
+ countyLabel: z.ZodOptional<z.ZodArray<z.ZodString>>;
2233
2271
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
2234
2272
  identifier: z.ZodString;
2235
2273
  id: z.ZodString;
@@ -2285,6 +2323,7 @@ export declare const queueExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObj
2285
2323
  value: z.ZodOptional<z.ZodString>;
2286
2324
  updated: z.ZodOptional<z.ZodString>;
2287
2325
  }, z.core.$strip>>;
2326
+ hybridNotes: z.ZodOptional<z.ZodString>;
2288
2327
  sort: z.ZodTuple<[z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodNull]>, z.ZodNumber], null>;
2289
2328
  }, z.core.$strict>], "schema">;
2290
2329
  export type QueueExportUnionTypeV1 = z.infer<typeof queueExportUnionSchemaV1>;
@@ -5,62 +5,118 @@ const zod_1 = require("zod");
5
5
  const entity_1 = require("../entity");
6
6
  // Helper schemas
7
7
  const costSchema = zod_1.z.object({
8
- costCompany: zod_1.z.string().meta({ description: 'Company or source that provided the cost estimate' }),
8
+ costCompany: zod_1.z
9
+ .string()
10
+ .meta({ description: 'Company or source that provided the cost estimate' }),
9
11
  costYear: zod_1.z.number().meta({ description: 'Year the cost estimate was made' }),
10
- networkCostKW: zod_1.z.number().meta({ description: 'Network upgrade cost per kilowatt' }),
11
- poiCostKW: zod_1.z.number().meta({ description: 'Point of interconnection cost per kilowatt' }),
12
- totalCostKW: zod_1.z.number().meta({ description: 'Total interconnection cost per kilowatt' }),
12
+ networkCostKW: zod_1.z
13
+ .number()
14
+ .meta({ description: 'Network upgrade cost per kilowatt' }),
15
+ poiCostKW: zod_1.z
16
+ .number()
17
+ .meta({ description: 'Point of interconnection cost per kilowatt' }),
18
+ totalCostKW: zod_1.z
19
+ .number()
20
+ .meta({ description: 'Total interconnection cost per kilowatt' }),
13
21
  });
14
22
  const poiSchema = zod_1.z.object({
15
23
  id: zod_1.z.string().meta({ description: 'Unique identifier for the POI' }),
16
24
  identifier: zod_1.z.string().meta({ description: 'POI name or description' }),
17
25
  kV: entity_1.OptionalStringSchema.meta({ description: 'Voltage level in kilovolts' }),
18
- meta: entity_1.OptionalStringSchema.meta({ description: 'Additional metadata about the POI' }),
26
+ meta: entity_1.OptionalStringSchema.meta({
27
+ description: 'Additional metadata about the POI',
28
+ }),
19
29
  poiGroup: zod_1.z.string().meta({ description: 'POI group classification' }),
20
30
  });
21
31
  const keyPeopleSchema = zod_1.z.object({
22
- created: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Date the contact was added' }),
32
+ created: entity_1.ISODateTimeOptionalSchema.meta({
33
+ description: 'Date the contact was added',
34
+ }),
23
35
  email: entity_1.OptionalStringSchema.meta({ description: 'Contact email address' }),
24
- fullName: entity_1.OptionalStringSchema.meta({ description: 'Full name of the key contact' }),
25
- id: entity_1.OptionalStringSchema.meta({ description: 'Unique identifier for the person' }),
26
- linkedinUrl: entity_1.OptionalStringSchema.meta({ description: 'LinkedIn profile URL' }),
36
+ fullName: entity_1.OptionalStringSchema.meta({
37
+ description: 'Full name of the key contact',
38
+ }),
39
+ id: entity_1.OptionalStringSchema.meta({
40
+ description: 'Unique identifier for the person',
41
+ }),
42
+ linkedinUrl: entity_1.OptionalStringSchema.meta({
43
+ description: 'LinkedIn profile URL',
44
+ }),
27
45
  phone: entity_1.OptionalStringSchema.meta({ description: 'Contact phone number' }),
28
- roles: zod_1.z.array(entity_1.OptionalStringSchema).meta({ description: 'List of roles or titles' }),
29
- source: entity_1.OptionalStringSchema.meta({ description: 'Data source for the contact information' }),
46
+ roles: zod_1.z
47
+ .array(entity_1.OptionalStringSchema)
48
+ .meta({ description: 'List of roles or titles' }),
49
+ source: entity_1.OptionalStringSchema.meta({
50
+ description: 'Data source for the contact information',
51
+ }),
30
52
  });
31
53
  const milestoneEntrySchema = zod_1.z.object({
32
- daysInQueue: entity_1.OptionalNumberSchema.meta({ description: 'Days in queue at the milestone' }),
54
+ daysInQueue: entity_1.OptionalNumberSchema.meta({
55
+ description: 'Days in queue at the milestone',
56
+ }),
33
57
  delta: entity_1.OptionalNumberSchema.meta({ description: 'Change in value' }),
34
- durationInDays: entity_1.OptionalNumberSchema.meta({ description: 'Duration of the milestone phase in days' }),
35
- eventHash: zod_1.z.string().meta({ description: 'Hash identifier for the milestone event' }),
36
- fromValue: entity_1.OptionalStringSchema.meta({ description: 'Starting value before the milestone' }),
58
+ durationInDays: entity_1.OptionalNumberSchema.meta({
59
+ description: 'Duration of the milestone phase in days',
60
+ }),
61
+ eventHash: zod_1.z
62
+ .string()
63
+ .meta({ description: 'Hash identifier for the milestone event' }),
64
+ fromValue: entity_1.OptionalStringSchema.meta({
65
+ description: 'Starting value before the milestone',
66
+ }),
37
67
  label: zod_1.z.string().meta({ description: 'Human-readable milestone label' }),
38
68
  reportDate: zod_1.z.string().meta({ description: 'Report date for the milestone' }),
39
- stage: zod_1.z.string().meta({ description: 'Development stage (e.g., Scoping, Facilities Study, IA)' }),
69
+ stage: zod_1.z.string().meta({
70
+ description: 'Development stage (e.g., Scoping, Facilities Study, IA)',
71
+ }),
40
72
  toValue: zod_1.z.string().meta({ description: 'Ending value after the milestone' }),
41
73
  });
42
74
  const milestoneSchema = zod_1.z.object({
43
- compositeKey: zod_1.z.string().meta({ description: 'Unique composite key for the milestone' }),
44
- daysInQueue: entity_1.OptionalNumberSchema.meta({ description: 'Days in queue at the milestone' }),
75
+ compositeKey: zod_1.z
76
+ .string()
77
+ .meta({ description: 'Unique composite key for the milestone' }),
78
+ daysInQueue: entity_1.OptionalNumberSchema.meta({
79
+ description: 'Days in queue at the milestone',
80
+ }),
45
81
  delta: entity_1.OptionalNumberSchema.meta({ description: 'Change in value' }),
46
- durationInDays: entity_1.OptionalNumberSchema.meta({ description: 'Duration of the milestone phase in days' }),
47
- entries: zod_1.z.array(milestoneEntrySchema).meta({ description: 'Individual milestone entries with detailed tracking' }),
48
- eventCount: zod_1.z.number().meta({ description: 'Number of events in this milestone' }),
49
- eventHash: zod_1.z.string().meta({ description: 'Hash identifier for the milestone event' }),
50
- fromValue: zod_1.z.union([zod_1.z.string(), zod_1.z.number()]).optional().meta({ description: 'Starting value before the milestone' }),
82
+ durationInDays: entity_1.OptionalNumberSchema.meta({
83
+ description: 'Duration of the milestone phase in days',
84
+ }),
85
+ entries: zod_1.z.array(milestoneEntrySchema).meta({
86
+ description: 'Individual milestone entries with detailed tracking',
87
+ }),
88
+ eventCount: zod_1.z
89
+ .number()
90
+ .meta({ description: 'Number of events in this milestone' }),
91
+ eventHash: zod_1.z
92
+ .string()
93
+ .meta({ description: 'Hash identifier for the milestone event' }),
94
+ fromValue: zod_1.z
95
+ .union([zod_1.z.string(), zod_1.z.number()])
96
+ .optional()
97
+ .meta({ description: 'Starting value before the milestone' }),
51
98
  key: zod_1.z.string().meta({ description: 'Milestone key identifier' }),
52
99
  label: zod_1.z.string().meta({ description: 'Human-readable milestone label' }),
53
100
  reportDate: zod_1.z.string().meta({ description: 'Report date for the milestone' }),
54
- searchKey: zod_1.z.string().meta({ description: 'Key used for searching milestones' }),
55
- stage: zod_1.z.string().meta({ description: 'Development stage (e.g., Scoping, Facilities Study, IA)' }),
101
+ searchKey: zod_1.z
102
+ .string()
103
+ .meta({ description: 'Key used for searching milestones' }),
104
+ stage: zod_1.z.string().meta({
105
+ description: 'Development stage (e.g., Scoping, Facilities Study, IA)',
106
+ }),
56
107
  state: zod_1.z.string().meta({ description: 'Milestone state' }),
57
- toValue: zod_1.z.union([zod_1.z.string(), zod_1.z.number()]).optional().meta({ description: 'Ending value after the milestone' }),
108
+ toValue: zod_1.z
109
+ .union([zod_1.z.string(), zod_1.z.number()])
110
+ .optional()
111
+ .meta({ description: 'Ending value after the milestone' }),
58
112
  type: zod_1.z.string().meta({ description: 'Milestone type' }),
59
113
  });
60
- const eventTypeSchema = zod_1.z
61
- .enum(['add', 'update'])
62
- .meta({ description: 'Type of event (add for new entry, update for changes)' });
63
- const propTypeSchema = zod_1.z.enum(['applicationTags', 'tracked']).meta({ description: 'Type of property changed' });
114
+ const eventTypeSchema = zod_1.z.enum(['add', 'update']).meta({
115
+ description: 'Type of event (add for new entry, update for changes)',
116
+ });
117
+ const propTypeSchema = zod_1.z
118
+ .enum(['applicationTags', 'tracked'])
119
+ .meta({ description: 'Type of property changed' });
64
120
  const toFromSchema = zod_1.z.object({
65
121
  assigned: zod_1.z.string(),
66
122
  value: zod_1.z.string(),
@@ -74,19 +130,29 @@ const transitionSchema = zod_1.z
74
130
  })
75
131
  .meta({ description: 'Details about value transitions (from/to values)' });
76
132
  const eventSchema = zod_1.z.object({
77
- applicationId: zod_1.z.string().meta({ description: 'Associated queue application ID' }),
133
+ applicationId: zod_1.z
134
+ .string()
135
+ .meta({ description: 'Associated queue application ID' }),
78
136
  daysInQueue: entity_1.OptionalNumberSchema.meta({
79
137
  description: 'Number of days the project has been in the queue at the event time',
80
138
  }),
81
- eventHash: entity_1.OptionalStringSchema.meta({ description: 'Unique hash identifying the event' }),
139
+ eventHash: entity_1.OptionalStringSchema.meta({
140
+ description: 'Unique hash identifying the event',
141
+ }),
82
142
  eventType: eventTypeSchema,
83
143
  id: zod_1.z.string().meta({ description: 'Unique identifier for the event' }),
84
144
  propKey: zod_1.z.string().meta({ description: 'Property key that was changed' }),
85
145
  propType: propTypeSchema,
86
146
  propVal: zod_1.z.string().meta({ description: 'New value of the property' }),
87
- queueDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Queue entry date at the time of the event' }),
88
- queueKey: zod_1.z.string().meta({ description: 'Queue key associated with the event' }),
89
- reportDate: zod_1.z.string().meta({ description: 'Report date when the event was observed' }),
147
+ queueDate: entity_1.ISODateTimeOptionalSchema.meta({
148
+ description: 'Queue entry date at the time of the event',
149
+ }),
150
+ queueKey: zod_1.z
151
+ .string()
152
+ .meta({ description: 'Queue key associated with the event' }),
153
+ reportDate: zod_1.z
154
+ .string()
155
+ .meta({ description: 'Report date when the event was observed' }),
90
156
  set: zod_1.z.number().meta({ description: 'Set number for the event sequence' }),
91
157
  transition: transitionSchema.optional(),
92
158
  });
@@ -94,62 +160,124 @@ const queueSignalsSchema = zod_1.z.object({
94
160
  filingDate: zod_1.z.string().meta({ description: 'Date the signal was filed' }),
95
161
  headline: zod_1.z.string().meta({ description: 'Signal headline or title' }),
96
162
  id: zod_1.z.string().meta({ description: 'Unique identifier for the signal' }),
97
- publishedDate: zod_1.z.string().meta({ description: 'Date the signal was published' }),
163
+ publishedDate: zod_1.z
164
+ .string()
165
+ .meta({ description: 'Date the signal was published' }),
98
166
  subType: zod_1.z.string().meta({ description: 'Signal sub-type classification' }),
99
167
  type: zod_1.z.string().meta({ description: 'Signal type classification' }),
100
168
  });
101
169
  const queueDocumentSchema = zod_1.z.object({
102
170
  date: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Document date' }),
103
- document_id: entity_1.OptionalStringSchema.meta({ description: 'Unique identifier for the document' }),
104
- downloadUrl: zod_1.z
171
+ document_id: entity_1.OptionalStringSchema.meta({
172
+ description: 'Unique identifier for the document',
173
+ }),
174
+ downloadUrl: zod_1.z.string().url().optional().meta({
175
+ description: 'API endpoint URL that returns a pre-signed download link',
176
+ }),
177
+ filing_id: entity_1.OptionalStringSchema.meta({
178
+ description: 'Filing identifier from the regulatory source',
179
+ }),
180
+ isSignal: zod_1.z.boolean().meta({
181
+ description: 'Flag indicating if the document is associated with a signal',
182
+ }),
183
+ key: entity_1.OptionalStringSchema.meta({
184
+ description: 'Storage key or path for the document',
185
+ }),
186
+ type: zod_1.z
105
187
  .string()
106
- .url()
107
- .optional()
108
- .meta({ description: 'API endpoint URL that returns a pre-signed download link' }),
109
- filing_id: entity_1.OptionalStringSchema.meta({ description: 'Filing identifier from the regulatory source' }),
110
- isSignal: zod_1.z.boolean().meta({ description: 'Flag indicating if the document is associated with a signal' }),
111
- key: entity_1.OptionalStringSchema.meta({ description: 'Storage key or path for the document' }),
112
- type: zod_1.z.string().array().meta({ description: 'Document type classifications' }),
113
- url: entity_1.OptionalStringSchema.nullable().meta({ description: 'URL to access the document' }),
188
+ .array()
189
+ .meta({ description: 'Document type classifications' }),
190
+ url: entity_1.OptionalStringSchema.nullable().meta({
191
+ description: 'URL to access the document',
192
+ }),
114
193
  });
115
194
  const externalNoteSchema = zod_1.z
116
195
  .object({
117
196
  value: entity_1.OptionalStringSchema.meta({ description: 'External note content' }),
118
- updated: entity_1.OptionalStringSchema.meta({ description: 'Date the note was last updated' }),
197
+ updated: entity_1.OptionalStringSchema.meta({
198
+ description: 'Date the note was last updated',
199
+ }),
119
200
  })
120
201
  .optional();
121
202
  // Base schemas
122
203
  exports.baseQueueSchemaV1 = zod_1.z.object({
123
- id: zod_1.z.string().meta({ description: 'Unique identifier for the queue application record' }),
124
- schema: zod_1.z.string().meta({ description: 'Schema type indicating the queue data type' }),
204
+ id: zod_1.z.string().meta({
205
+ description: 'Unique identifier for the queue application record',
206
+ }),
207
+ schema: zod_1.z
208
+ .string()
209
+ .meta({ description: 'Schema type indicating the queue data type' }),
125
210
  });
126
211
  const baseEUQueueSchema = exports.baseQueueSchemaV1.extend({
127
- schema: zod_1.z.literal('eu_queue').meta({ description: 'Schema type indicating EU interconnection queue data' }),
212
+ schema: zod_1.z.literal('eu_queue').meta({
213
+ description: 'Schema type indicating EU interconnection queue data',
214
+ }),
128
215
  });
129
216
  const baseUSQueueSchema = exports.baseQueueSchemaV1.extend({
130
- schema: zod_1.z.literal('us_queue').meta({ description: 'Schema type indicating US interconnection queue data' }),
217
+ schema: zod_1.z.literal('us_queue').meta({
218
+ description: 'Schema type indicating US interconnection queue data',
219
+ }),
131
220
  });
132
221
  // List
133
222
  exports.euQueueListSchemaV1 = baseEUQueueSchema
134
223
  .extend({
135
- actualOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The confirmed date when the application became operational. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.' }),
136
- allSectors: entity_1.OptionalStringSchema.meta({ description: 'Concatenated string of all energy sectors (e.g., Solar, Wind, Storage)' }),
137
- applicationId: entity_1.OptionalStringSchema.meta({ description: 'NPM queue application ID' }),
138
- country: entity_1.OptionalStringSchema.meta({ description: 'Country where the project is located' }),
139
- geo: entity_1.GeoSchema.optional().meta({ description: 'Geographic coordinates for the queue application' }),
140
- lastModified: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.' }),
141
- localCounty: entity_1.OptionalStringSchema.meta({ description: 'County name where the project is located' }),
142
- localState: entity_1.OptionalStringSchema.meta({ description: 'State name where the project is located' }),
143
- organizations: entity_1.OrganizationSchema.meta({ description: 'Organizations involved with the project (e.g., developer, utility, EPC)' }),
144
- plannedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Target commercial operation date' }),
145
- projectName: entity_1.OptionalStringSchema.meta({ description: 'Name of the generation project' }),
146
- queueDataset: entity_1.OptionalStringSchema.meta({ description: 'Queue dataset name (e.g., region or grid operator)' }),
147
- queueDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Date the application first appeared in the queue.' }),
148
- reportDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.' }),
149
- sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).' }),
150
- status: entity_1.OptionalStringSchema.meta({ description: 'Current status of the interconnection application' }),
151
- totalMw: entity_1.OptionalNumberSchema.meta({ description: 'Total megawatt capacity of the project' }),
152
- totals: zod_1.z.record(zod_1.z.string(), zod_1.z.number()).optional().meta({ description: 'Counts of related entities (e.g., organizations, documents, signals)' }),
224
+ actualOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({
225
+ description: 'The confirmed date when the application became operational. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.',
226
+ }),
227
+ allSectors: entity_1.OptionalStringSchema.meta({
228
+ description: 'Concatenated string of all energy sectors (e.g., Solar, Wind, Storage)',
229
+ }),
230
+ applicationId: entity_1.OptionalStringSchema.meta({
231
+ description: 'NPM queue application ID',
232
+ }),
233
+ countyLabel: entity_1.OptionalStringSchema.meta({
234
+ description: 'Human-readable county label for display and aggregations',
235
+ }),
236
+ country: entity_1.OptionalStringSchema.meta({
237
+ description: 'Country where the project is located',
238
+ }),
239
+ geo: entity_1.GeoSchema.optional().meta({
240
+ description: 'Geographic coordinates for the queue application',
241
+ }),
242
+ lastModified: entity_1.ISODateTimeOptionalSchema.meta({
243
+ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.',
244
+ }),
245
+ localCounty: entity_1.OptionalStringSchema.meta({
246
+ description: 'County name where the project is located',
247
+ }),
248
+ localState: entity_1.OptionalStringSchema.meta({
249
+ description: 'State name where the project is located',
250
+ }),
251
+ organizations: entity_1.OrganizationSchema.meta({
252
+ description: 'Organizations involved with the project (e.g., developer, utility, EPC)',
253
+ }),
254
+ plannedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({
255
+ description: 'Target commercial operation date',
256
+ }),
257
+ projectName: entity_1.OptionalStringSchema.meta({
258
+ description: 'Name of the generation project',
259
+ }),
260
+ queueDataset: entity_1.OptionalStringSchema.meta({
261
+ description: 'Queue dataset name (e.g., region or grid operator)',
262
+ }),
263
+ queueDate: entity_1.ISODateTimeOptionalSchema.meta({
264
+ description: 'Date the application first appeared in the queue.',
265
+ }),
266
+ reportDate: entity_1.ISODateTimeOptionalSchema.meta({
267
+ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.',
268
+ }),
269
+ sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({
270
+ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).',
271
+ }),
272
+ status: entity_1.OptionalStringSchema.meta({
273
+ description: 'Current status of the interconnection application',
274
+ }),
275
+ totalMw: entity_1.OptionalNumberSchema.meta({
276
+ description: 'Total megawatt capacity of the project',
277
+ }),
278
+ totals: zod_1.z.record(zod_1.z.string(), zod_1.z.number()).optional().meta({
279
+ description: 'Counts of related entities (e.g., organizations, documents, signals)',
280
+ }),
153
281
  })
154
282
  .strict();
155
283
  exports.usQueueListSchemaV1 = baseUSQueueSchema
@@ -160,41 +288,82 @@ exports.usQueueListSchemaV1 = baseUSQueueSchema
160
288
  allSectors: entity_1.OptionalStringSchema.meta({
161
289
  description: 'Concatenated string of all energy sectors (e.g., Solar, Wind, Storage)',
162
290
  }),
163
- applicationId: entity_1.OptionalStringSchema.meta({ description: 'NPM queue application ID' }),
164
- applicationStatus: entity_1.OptionalStringSchema.meta({ description: 'Current status of the interconnection application' }),
291
+ applicationId: entity_1.OptionalStringSchema.meta({
292
+ description: 'NPM queue application ID',
293
+ }),
294
+ applicationStatus: entity_1.OptionalStringSchema.meta({
295
+ description: 'Current status of the interconnection application',
296
+ }),
165
297
  applicationTags: zod_1.z.array(entity_1.IdentifierOnlyEntityItemSchema).optional().meta({
166
298
  description: 'Tag name indicating application characteristics (e.g., IA Executed, Facilities Study Complete)',
167
299
  }),
168
- cost: costSchema.optional().meta({ description: 'Interconnection cost estimates per kilowatt' }),
169
- country: entity_1.EntityItemArraySchema.optional().meta({ description: 'Country where the project is located' }),
170
- geo: entity_1.GeoSchema.optional().meta({ description: 'Geographic coordinates for the queue application' }),
300
+ cost: costSchema
301
+ .optional()
302
+ .meta({ description: 'Interconnection cost estimates per kilowatt' }),
303
+ countyLabel: entity_1.OptionalStringArraySchema.meta({
304
+ description: 'Human-readable county label for display and aggregations',
305
+ }),
306
+ country: entity_1.EntityItemArraySchema.optional().meta({
307
+ description: 'Country where the project is located',
308
+ }),
309
+ geo: entity_1.GeoSchema.optional().meta({
310
+ description: 'Geographic coordinates for the queue application',
311
+ }),
171
312
  interconnectingEntity: entity_1.OptionalStringSchema.meta({
172
313
  description: 'Name of the transmission owner or interconnecting entity',
173
314
  }),
174
- lastModified: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.' }),
175
- localCounty: entity_1.EntityItemArraySchema.optional().meta({ description: 'County name where the project is located' }),
176
- localState: entity_1.EntityItemArraySchema.optional().meta({ description: 'State name where the project is located' }),
315
+ lastModified: entity_1.ISODateTimeOptionalSchema.meta({
316
+ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.',
317
+ }),
318
+ localCounty: entity_1.EntityItemArraySchema.optional().meta({
319
+ description: 'County name where the project is located',
320
+ }),
321
+ localState: entity_1.EntityItemArraySchema.optional().meta({
322
+ description: 'State name where the project is located',
323
+ }),
177
324
  organizations: entity_1.OrganizationSchema,
178
- plannedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Target commercial operation date' }),
325
+ plannedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({
326
+ description: 'Target commercial operation date',
327
+ }),
179
328
  poiLocation: entity_1.OptionalStringSchema.or(entity_1.OptionalNumberSchema).meta({
180
329
  description: 'Point of interconnection location description or identifier',
181
330
  }),
182
- projectName: entity_1.OptionalStringSchema.meta({ description: 'Name of the generation project' }),
331
+ projectName: entity_1.OptionalStringSchema.meta({
332
+ description: 'Name of the generation project',
333
+ }),
183
334
  queueDataset: entity_1.OptionalStringSchema.meta({
184
335
  description: 'ISO/RTO queue dataset name (e.g., ERCOT, PJM, MISO, CAISO)',
185
336
  }),
186
- queueDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Date the application first appeared in the queue.' }),
187
- researchUpdate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The last time research-related information was updated, including developer details, coordinates, or relationships (Signals, Intel, Key People).' }),
188
- reportCount: entity_1.OptionalNumberSchema.meta({ description: 'Number of reports where this project has appeared' }),
189
- reportDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.' }),
190
- sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).' }),
191
- totalMw: entity_1.OptionalNumberSchema.meta({ description: 'Total megawatt capacity of the project' }),
192
- totals: zod_1.z
193
- .record(zod_1.z.string(), zod_1.z.number())
194
- .optional()
195
- .meta({ description: 'Counts of related entities (e.g., organizations, documents, signals)' }),
196
- withdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The confirmed date when the application was withdrawn. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.' }),
197
- externalNote: externalNoteSchema.meta({ description: 'External notes visible to users' }),
337
+ queueDate: entity_1.ISODateTimeOptionalSchema.meta({
338
+ description: 'Date the application first appeared in the queue.',
339
+ }),
340
+ researchUpdate: entity_1.ISODateTimeOptionalSchema.meta({
341
+ description: 'The last time research-related information was updated, including developer details, coordinates, or relationships (Signals, Intel, Key People).',
342
+ }),
343
+ reportCount: entity_1.OptionalNumberSchema.meta({
344
+ description: 'Number of reports where this project has appeared',
345
+ }),
346
+ reportDate: entity_1.ISODateTimeOptionalSchema.meta({
347
+ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.',
348
+ }),
349
+ sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({
350
+ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).',
351
+ }),
352
+ totalMw: entity_1.OptionalNumberSchema.meta({
353
+ description: 'Total megawatt capacity of the project',
354
+ }),
355
+ totals: zod_1.z.record(zod_1.z.string(), zod_1.z.number()).optional().meta({
356
+ description: 'Counts of related entities (e.g., organizations, documents, signals)',
357
+ }),
358
+ withdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({
359
+ description: 'The confirmed date when the application was withdrawn. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.',
360
+ }),
361
+ externalNote: externalNoteSchema.meta({
362
+ description: 'External notes visible to users',
363
+ }),
364
+ hybridNotes: entity_1.OptionalStringSchema.meta({
365
+ description: 'Hybrid notes visible to users',
366
+ }),
198
367
  })
199
368
  .strict();
200
369
  exports.euQueueListWithSortSchemaV1 = exports.euQueueListSchemaV1.extend({
@@ -208,102 +377,227 @@ exports.queueListUnionSchemaV1 = zod_1.z.discriminatedUnion('schema', [
208
377
  exports.euQueueListWithSortSchemaV1,
209
378
  exports.usQueueListWithSortSchemaV1,
210
379
  ]);
211
- exports.queueListBaseUnionSchemaV1 = zod_1.z.discriminatedUnion('schema', [exports.euQueueListSchemaV1, exports.usQueueListSchemaV1]);
380
+ exports.queueListBaseUnionSchemaV1 = zod_1.z.discriminatedUnion('schema', [
381
+ exports.euQueueListSchemaV1,
382
+ exports.usQueueListSchemaV1,
383
+ ]);
212
384
  // Details
213
385
  exports.euQueueDetailsSchemaV1 = baseEUQueueSchema
214
386
  .extend({
215
- $organizations: entity_1.OptionalStringSchema.meta({ description: '[internal] Denormalized organization reference for quick lookups' }),
216
- allSectors: entity_1.OptionalStringSchema.meta({ description: 'Concatenated string of all energy sectors (e.g., Solar, Wind, Storage)' }),
217
- applicationId: entity_1.OptionalStringSchema.meta({ description: 'NPM queue application ID' }),
218
- applicationStatus: entity_1.OptionalStringSchema.meta({ description: 'Current status of the interconnection application' }),
219
- country: entity_1.OptionalStringSchema.meta({ description: 'Country where the project is located' }),
220
- lastModified: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.' }),
221
- localCounty: entity_1.OptionalStringSchema.meta({ description: 'County name where the project is located' }),
222
- localState: entity_1.OptionalStringSchema.meta({ description: 'State name where the project is located' }),
223
- localTown: entity_1.OptionalStringSchema.meta({ description: 'Town or municipality where the project is located' }),
224
- mwNet: entity_1.OptionalNumberSchema.meta({ description: 'Net megawatt capacity of the project' }),
225
- organizations: entity_1.OrganizationSchema.meta({ description: 'Organizations involved with the project (e.g., developer, utility, EPC)' }),
226
- projectName: entity_1.OptionalStringSchema.meta({ description: 'Name of the generation project' }),
227
- queueDataset: entity_1.OptionalStringSchema.meta({ description: 'Queue dataset name (e.g., region or grid operator)' }),
228
- queueDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Date the application first appeared in the queue.' }),
229
- refId: entity_1.OptionalStringSchema.meta({ description: 'External reference ID from the source system' }),
230
- sectors: entity_1.EntityItemArraySchema.meta({ description: 'Energy sector name (e.g., Solar, Wind, Storage, Natural Gas)' }),
231
- sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).' }),
232
- status: entity_1.OptionalStringSchema.meta({ description: 'Current status of the interconnection application' }),
233
- storageCapacity: entity_1.OptionalNumberSchema.meta({ description: 'Energy storage capacity in MWh' }),
234
- technology: entity_1.OptionalStringSchema.meta({ description: 'Generation technology type' }),
235
- totalMw: entity_1.OptionalNumberSchema.meta({ description: 'Total megawatt capacity of the project' }),
236
- windFarmName: entity_1.OptionalStringSchema.meta({ description: 'Name of the wind farm if applicable' }),
387
+ $organizations: entity_1.OptionalStringSchema.meta({
388
+ description: '[internal] Denormalized organization reference for quick lookups',
389
+ }),
390
+ allSectors: entity_1.OptionalStringSchema.meta({
391
+ description: 'Concatenated string of all energy sectors (e.g., Solar, Wind, Storage)',
392
+ }),
393
+ applicationId: entity_1.OptionalStringSchema.meta({
394
+ description: 'NPM queue application ID',
395
+ }),
396
+ applicationStatus: entity_1.OptionalStringSchema.meta({
397
+ description: 'Current status of the interconnection application',
398
+ }),
399
+ countyLabel: entity_1.OptionalStringSchema.meta({
400
+ description: 'Human-readable county label for display and aggregations',
401
+ }),
402
+ country: entity_1.OptionalStringSchema.meta({
403
+ description: 'Country where the project is located',
404
+ }),
405
+ lastModified: entity_1.ISODateTimeOptionalSchema.meta({
406
+ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.',
407
+ }),
408
+ localCounty: entity_1.OptionalStringSchema.meta({
409
+ description: 'County name where the project is located',
410
+ }),
411
+ localState: entity_1.OptionalStringSchema.meta({
412
+ description: 'State name where the project is located',
413
+ }),
414
+ localTown: entity_1.OptionalStringSchema.meta({
415
+ description: 'Town or municipality where the project is located',
416
+ }),
417
+ mwNet: entity_1.OptionalNumberSchema.meta({
418
+ description: 'Net megawatt capacity of the project',
419
+ }),
420
+ organizations: entity_1.OrganizationSchema.meta({
421
+ description: 'Organizations involved with the project (e.g., developer, utility, EPC)',
422
+ }),
423
+ projectName: entity_1.OptionalStringSchema.meta({
424
+ description: 'Name of the generation project',
425
+ }),
426
+ queueDataset: entity_1.OptionalStringSchema.meta({
427
+ description: 'Queue dataset name (e.g., region or grid operator)',
428
+ }),
429
+ queueDate: entity_1.ISODateTimeOptionalSchema.meta({
430
+ description: 'Date the application first appeared in the queue.',
431
+ }),
432
+ refId: entity_1.OptionalStringSchema.meta({
433
+ description: 'External reference ID from the source system',
434
+ }),
435
+ sectors: entity_1.EntityItemArraySchema.meta({
436
+ description: 'Energy sector name (e.g., Solar, Wind, Storage, Natural Gas)',
437
+ }),
438
+ sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({
439
+ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).',
440
+ }),
441
+ status: entity_1.OptionalStringSchema.meta({
442
+ description: 'Current status of the interconnection application',
443
+ }),
444
+ storageCapacity: entity_1.OptionalNumberSchema.meta({
445
+ description: 'Energy storage capacity in MWh',
446
+ }),
447
+ technology: entity_1.OptionalStringSchema.meta({
448
+ description: 'Generation technology type',
449
+ }),
450
+ totalMw: entity_1.OptionalNumberSchema.meta({
451
+ description: 'Total megawatt capacity of the project',
452
+ }),
453
+ windFarmName: entity_1.OptionalStringSchema.meta({
454
+ description: 'Name of the wind farm if applicable',
455
+ }),
237
456
  })
238
457
  .strict();
239
458
  exports.ntpToExitSchema = zod_1.z.object({
240
- durationInDays: entity_1.OptionalNumberSchema.meta({ description: 'Days from Notice to Proceed (NTP) to queue exit' }),
241
- exitDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Date the project exited the queue' }),
242
- ntpDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Notice to Proceed date' }),
243
- exitType: entity_1.OptionalStringSchema.meta({ description: 'Type of exit (operational, withdrawn)' }),
459
+ durationInDays: entity_1.OptionalNumberSchema.meta({
460
+ description: 'Days from Notice to Proceed (NTP) to queue exit',
461
+ }),
462
+ exitDate: entity_1.ISODateTimeOptionalSchema.meta({
463
+ description: 'Date the project exited the queue',
464
+ }),
465
+ ntpDate: entity_1.ISODateTimeOptionalSchema.meta({
466
+ description: 'Notice to Proceed date',
467
+ }),
468
+ exitType: entity_1.OptionalStringSchema.meta({
469
+ description: 'Type of exit (operational, withdrawn)',
470
+ }),
244
471
  });
245
472
  exports.usQueueDetailsSchemaV1 = baseUSQueueSchema
246
473
  .extend({
247
- $organizations: entity_1.OptionalStringSchema.meta({ description: '[internal] Denormalized organization reference for quick lookups' }),
474
+ $organizations: entity_1.OptionalStringSchema.meta({
475
+ description: '[internal] Denormalized organization reference for quick lookups',
476
+ }),
248
477
  actualOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({
249
478
  description: 'The confirmed date when the application became operational. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.',
250
479
  }),
251
480
  allSectors: entity_1.OptionalStringSchema.meta({
252
481
  description: 'Concatenated string of all energy sectors (e.g., Solar, Wind, Storage)',
253
482
  }),
254
- applicationId: entity_1.OptionalStringSchema.meta({ description: 'NPM queue application ID' }),
483
+ applicationId: entity_1.OptionalStringSchema.meta({
484
+ description: 'NPM queue application ID',
485
+ }),
255
486
  applicationTags: zod_1.z.array(entity_1.IdentifierOnlyEntityItemSchema).optional().meta({
256
487
  description: 'Tag name indicating application characteristics (e.g., IA Executed, Facilities Study Complete)',
257
488
  }),
258
489
  applicationType: entity_1.OptionalStringSchema.meta({
259
490
  description: 'Type of interconnection application (e.g., Full Capacity, Energy Only)',
260
491
  }),
261
- applicationStatus: entity_1.OptionalStringSchema.meta({ description: 'Current status of the interconnection application' }),
262
- cost: costSchema.optional().meta({ description: 'Interconnection cost estimates per kilowatt' }),
263
- country: entity_1.EntityItemArraySchema.optional().meta({ description: 'Country where the project is located' }),
492
+ applicationStatus: entity_1.OptionalStringSchema.meta({
493
+ description: 'Current status of the interconnection application',
494
+ }),
495
+ cost: costSchema
496
+ .optional()
497
+ .meta({ description: 'Interconnection cost estimates per kilowatt' }),
498
+ countyLabel: entity_1.OptionalStringArraySchema.meta({
499
+ description: 'Human-readable county label for display and aggregations',
500
+ }),
501
+ country: entity_1.EntityItemArraySchema.optional().meta({
502
+ description: 'Country where the project is located',
503
+ }),
264
504
  dateCreated: entity_1.ISODateTimeOptionalSchema.meta({
265
505
  description: 'Date the queue record was created in the source system',
266
506
  }),
267
- documents: zod_1.z.array(queueDocumentSchema).optional().meta({ description: 'Documents associated with this queue application' }),
268
- events: zod_1.z.array(eventSchema).optional().meta({ description: 'Timeline of changes and updates to the queue application' }),
269
- importedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The operational date provided in the original data source (e.g., ERCOT, MISO, EIA files). May differ from the Operational Date if status changes were observed at an earlier date.' }),
270
- importedWithdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The withdrawn date provided in the original data source. May differ from the Withdrawn Date if status changes were observed at an earlier date.' }),
507
+ documents: zod_1.z.array(queueDocumentSchema).optional().meta({
508
+ description: 'Documents associated with this queue application',
509
+ }),
510
+ events: zod_1.z.array(eventSchema).optional().meta({
511
+ description: 'Timeline of changes and updates to the queue application',
512
+ }),
513
+ importedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({
514
+ description: 'The operational date provided in the original data source (e.g., ERCOT, MISO, EIA files). May differ from the Operational Date if status changes were observed at an earlier date.',
515
+ }),
516
+ importedWithdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({
517
+ description: 'The withdrawn date provided in the original data source. May differ from the Withdrawn Date if status changes were observed at an earlier date.',
518
+ }),
271
519
  isoRtoConnection: entity_1.EntityItemArraySchema.optional().meta({
272
520
  description: 'ISO/RTO name (e.g., ERCOT, PJM, MISO, CAISO, SPP)',
273
521
  }),
274
- keyPeople: zod_1.z.array(keyPeopleSchema).meta({ description: 'Key contacts associated with the project' }),
275
- lastModified: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.' }),
276
- localCounty: entity_1.EntityItemArraySchema.optional().meta({ description: 'County name where the project is located' }),
277
- localState: entity_1.EntityItemArraySchema.optional().meta({ description: 'State name where the project is located' }),
278
- milestones: zod_1.z.array(milestoneSchema).optional().meta({ description: 'Project milestones tracking development stage transitions' }),
279
- ntpToExit: exports.ntpToExitSchema.optional().meta({ description: 'Notice to Proceed to queue exit timing data' }),
280
- observedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The date when the application\'s status first changed to "Operational" in our tracking system. This captures when we detected the operational status change, which may occur before it appears in official data sources.' }),
281
- observedWithdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The date when the application\'s status first changed to "Withdrawn" in our tracking system. This captures when we detected the withdrawn status, which may occur before it appears in official data sources.' }),
282
- organizations: entity_1.OrganizationSchema.meta({ description: 'Organizations involved with the project (e.g., developer, utility, EPC)' }),
283
- plannedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Target commercial operation date' }),
284
- poi: poiSchema.optional().meta({ description: 'Point of interconnection details' }),
522
+ keyPeople: zod_1.z
523
+ .array(keyPeopleSchema)
524
+ .meta({ description: 'Key contacts associated with the project' }),
525
+ lastModified: entity_1.ISODateTimeOptionalSchema.meta({
526
+ description: 'The most recent date between Source Update and Research Update. Indicates when any information about this application last changed.',
527
+ }),
528
+ localCounty: entity_1.EntityItemArraySchema.optional().meta({
529
+ description: 'County name where the project is located',
530
+ }),
531
+ localState: entity_1.EntityItemArraySchema.optional().meta({
532
+ description: 'State name where the project is located',
533
+ }),
534
+ milestones: zod_1.z.array(milestoneSchema).optional().meta({
535
+ description: 'Project milestones tracking development stage transitions',
536
+ }),
537
+ ntpToExit: exports.ntpToExitSchema
538
+ .optional()
539
+ .meta({ description: 'Notice to Proceed to queue exit timing data' }),
540
+ observedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({
541
+ description: 'The date when the application\'s status first changed to "Operational" in our tracking system. This captures when we detected the operational status change, which may occur before it appears in official data sources.',
542
+ }),
543
+ observedWithdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({
544
+ description: 'The date when the application\'s status first changed to "Withdrawn" in our tracking system. This captures when we detected the withdrawn status, which may occur before it appears in official data sources.',
545
+ }),
546
+ organizations: entity_1.OrganizationSchema.meta({
547
+ description: 'Organizations involved with the project (e.g., developer, utility, EPC)',
548
+ }),
549
+ plannedOperationalDate: entity_1.ISODateTimeOptionalSchema.meta({
550
+ description: 'Target commercial operation date',
551
+ }),
552
+ poi: poiSchema
553
+ .optional()
554
+ .meta({ description: 'Point of interconnection details' }),
285
555
  poiLocation: entity_1.OptionalStringSchema.or(entity_1.OptionalNumberSchema).meta({
286
556
  description: 'Point of interconnection location description or identifier',
287
557
  }),
288
- projectName: entity_1.OptionalStringSchema.meta({ description: 'Name of the generation project' }),
558
+ projectName: entity_1.OptionalStringSchema.meta({
559
+ description: 'Name of the generation project',
560
+ }),
289
561
  interconnectingEntity: entity_1.OptionalStringSchema.meta({
290
562
  description: 'Name of the transmission owner or interconnecting entity',
291
563
  }),
292
564
  queueDataset: entity_1.OptionalStringSchema.meta({
293
565
  description: 'ISO/RTO queue dataset name (e.g., ERCOT, PJM, MISO, CAISO)',
294
566
  }),
295
- queueDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'Date the application first appeared in the queue.' }),
296
- reportCount: entity_1.OptionalNumberSchema.meta({ description: 'Number of reports where this project has appeared' }),
297
- reportDate: entity_1.OptionalStringSchema.meta({ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.' }),
298
- researchUpdate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The last time research-related information was updated, including developer details, coordinates, or relationships (Signals, Intel, Key People).' }),
567
+ queueDate: entity_1.ISODateTimeOptionalSchema.meta({
568
+ description: 'Date the application first appeared in the queue.',
569
+ }),
570
+ reportCount: entity_1.OptionalNumberSchema.meta({
571
+ description: 'Number of reports where this project has appeared',
572
+ }),
573
+ reportDate: entity_1.OptionalStringSchema.meta({
574
+ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.',
575
+ }),
576
+ researchUpdate: entity_1.ISODateTimeOptionalSchema.meta({
577
+ description: 'The last time research-related information was updated, including developer details, coordinates, or relationships (Signals, Intel, Key People).',
578
+ }),
299
579
  sectors: entity_1.EntityItemArraySchema.meta({
300
580
  description: 'Energy sector name (e.g., Solar, Wind, Storage, Natural Gas)',
301
581
  }),
302
- sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).' }),
303
- signals: zod_1.z.array(queueSignalsSchema).optional().meta({ description: 'Related market or project signals' }),
304
- totalMw: entity_1.OptionalNumberSchema.meta({ description: 'Total megawatt capacity of the project' }),
305
- withdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The confirmed date when the application was withdrawn. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.' }),
306
- externalNote: externalNoteSchema.meta({ description: 'External notes visible to users' }),
582
+ sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({
583
+ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).',
584
+ }),
585
+ signals: zod_1.z
586
+ .array(queueSignalsSchema)
587
+ .optional()
588
+ .meta({ description: 'Related market or project signals' }),
589
+ totalMw: entity_1.OptionalNumberSchema.meta({
590
+ description: 'Total megawatt capacity of the project',
591
+ }),
592
+ withdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({
593
+ description: 'The confirmed date when the application was withdrawn. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.',
594
+ }),
595
+ externalNote: externalNoteSchema.meta({
596
+ description: 'External notes visible to users',
597
+ }),
598
+ hybridNotes: entity_1.OptionalStringSchema.meta({
599
+ description: 'Hybrid notes visible to users',
600
+ }),
307
601
  })
308
602
  .strict();
309
603
  exports.queueDetailsSchemaV1 = exports.euQueueDetailsSchemaV1.or(exports.usQueueDetailsSchemaV1);
@@ -327,13 +621,19 @@ exports.euQueueAPISchemaV1 = exports.euQueueDetailsSchemaV1
327
621
  planningGranted: entity_1.ISODateTimeOptionalSchema,
328
622
  queueDataSetType: zod_1.z.string(),
329
623
  regions: entity_1.EntityItemArraySchema,
330
- reportDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.' }),
624
+ reportDate: entity_1.ISODateTimeOptionalSchema.meta({
625
+ description: 'The date of the most recent data import from the source. Indicates how current the imported information is.',
626
+ }),
331
627
  sectorDetail: zod_1.z.string(),
332
- sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).' }),
628
+ sourceUpdate: entity_1.ISODateTimeOptionalSchema.meta({
629
+ description: 'The last time any source data changed for this application (excludes manual research updates like developer or coordinate changes).',
630
+ }),
333
631
  stateAbbr: entity_1.OptionalStringSchema,
334
632
  storageType: entity_1.OptionalStringSchema,
335
633
  totals: zod_1.z.record(zod_1.z.string(), zod_1.z.number()),
336
- withdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({ description: 'The confirmed date when the application was withdrawn. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.' }),
634
+ withdrawnDate: entity_1.ISODateTimeOptionalSchema.meta({
635
+ description: 'The confirmed date when the application was withdrawn. This represents the best available information, combining data from source files and observed status changes. Uses the earlier date when both sources are available.',
636
+ }),
337
637
  }))
338
638
  .omit({ $organizations: true })
339
639
  .extend({ sort: queueSortSchemaV1.optional() })
@@ -341,24 +641,37 @@ exports.euQueueAPISchemaV1 = exports.euQueueDetailsSchemaV1
341
641
  exports.usQueueAPISchemaV1 = exports.usQueueDetailsSchemaV1
342
642
  .merge(exports.usQueueListSchemaV1)
343
643
  .merge(zod_1.z.object({
344
- audiences: zod_1.z
345
- .array(entity_1.IdentifierOnlyEntityItemSchema)
346
- .meta({ description: 'Audience segment name, aligns with content claims' }),
347
- isoRtoUniqueId: zod_1.z.string().meta({ description: 'Unique identifier assigned by the ISO/RTO' }),
348
- queueDataSetType: zod_1.z.string().meta({ description: 'Type of queue dataset classification' }),
349
- queueKey: zod_1.z.string().meta({ description: 'Unique key within the interconnection queue dataset' }),
350
- regions: entity_1.EntityItemArraySchema.meta({ description: 'Content region, aligns with content claims' }),
351
- stateAbbr: entity_1.OptionalStringSchema.meta({ description: 'Two-letter state abbreviation' }),
644
+ audiences: zod_1.z.array(entity_1.IdentifierOnlyEntityItemSchema).meta({
645
+ description: 'Audience segment name, aligns with content claims',
646
+ }),
647
+ isoRtoUniqueId: zod_1.z
648
+ .string()
649
+ .meta({ description: 'Unique identifier assigned by the ISO/RTO' }),
650
+ queueDataSetType: zod_1.z
651
+ .string()
652
+ .meta({ description: 'Type of queue dataset classification' }),
653
+ queueKey: zod_1.z.string().meta({
654
+ description: 'Unique key within the interconnection queue dataset',
655
+ }),
656
+ regions: entity_1.EntityItemArraySchema.meta({
657
+ description: 'Content region, aligns with content claims',
658
+ }),
659
+ stateAbbr: entity_1.OptionalStringSchema.meta({
660
+ description: 'Two-letter state abbreviation',
661
+ }),
352
662
  stateName: entity_1.OptionalStringSchema.meta({ description: 'Full state name' }),
353
- totals: zod_1.z
354
- .record(zod_1.z.string(), zod_1.z.number())
355
- .meta({ description: 'Counts of related entities (e.g., organizations, documents, signals)' }),
663
+ totals: zod_1.z.record(zod_1.z.string(), zod_1.z.number()).meta({
664
+ description: 'Counts of related entities (e.g., organizations, documents, signals)',
665
+ }),
356
666
  }))
357
667
  .omit({ $organizations: true })
358
668
  .extend({ sort: queueSortSchemaV1.optional() })
359
669
  .meta({ title: 'US Queue Data' });
360
670
  exports.queueAPISchemaV1 = exports.euQueueAPISchemaV1.or(exports.usQueueAPISchemaV1);
361
- exports.queueAPIUnionSchemaV1 = zod_1.z.discriminatedUnion('schema', [exports.usQueueAPISchemaV1, exports.euQueueAPISchemaV1]);
671
+ exports.queueAPIUnionSchemaV1 = zod_1.z.discriminatedUnion('schema', [
672
+ exports.usQueueAPISchemaV1,
673
+ exports.euQueueAPISchemaV1,
674
+ ]);
362
675
  // Export schemas reuse list schemas to keep shapes aligned across views
363
676
  exports.euQueueExportSchemaV1 = exports.euQueueListWithSortSchemaV1;
364
677
  exports.usQueueExportSchemaV1 = exports.usQueueListWithSortSchemaV1;
@@ -1 +1 @@
1
- {"version":3,"file":"v1.js","sourceRoot":"","sources":["../../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/queues/v1.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"v1.js","sourceRoot":"","sources":["../../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/queues/v1.ts"],"names":[],"mappings":"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"}