@new-project-media/client-frontends-shared-types 1.2.2 → 1.3.2

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.
@@ -1,11 +1,56 @@
1
1
  import { z } from 'zod';
2
- export declare const QueueSchema: z.ZodObject<{
3
- actualOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
4
- address: z.ZodOptional<z.ZodString>;
5
- allSectors: z.ZodOptional<z.ZodString>;
2
+ export declare const euQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
3
+ actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
4
+ allSectors: z.ZodDefault<z.ZodString>;
6
5
  applicationId: z.ZodString;
7
- constructionDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8
- country: z.ZodOptional<z.ZodString>;
6
+ applicationStatus: z.ZodOptional<z.ZodString>;
7
+ audiences: z.ZodArray<z.ZodObject<{
8
+ identifier: z.ZodString;
9
+ }, "strip", z.ZodTypeAny, {
10
+ identifier?: string;
11
+ }, {
12
+ identifier?: string;
13
+ }>, "many">;
14
+ id: z.ZodString;
15
+ indexed_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
16
+ lastModified: z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>;
17
+ organizations: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
18
+ identifier: z.ZodString;
19
+ id: z.ZodString;
20
+ }, {
21
+ role: z.ZodString;
22
+ ref: z.ZodOptional<z.ZodString>;
23
+ }>, "strip", z.ZodTypeAny, {
24
+ id?: string;
25
+ identifier?: string;
26
+ role?: string;
27
+ ref?: string;
28
+ }, {
29
+ id?: string;
30
+ identifier?: string;
31
+ role?: string;
32
+ ref?: string;
33
+ }>, "many">>;
34
+ plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
35
+ projectName: z.ZodOptional<z.ZodString>;
36
+ queueDataset: z.ZodOptional<z.ZodString>;
37
+ reportDate: z.ZodEffects<z.ZodString, string, string>;
38
+ sectors: z.ZodDefault<z.ZodArray<z.ZodObject<{
39
+ identifier: z.ZodString;
40
+ id: z.ZodString;
41
+ }, "strip", z.ZodTypeAny, {
42
+ id?: string;
43
+ identifier?: string;
44
+ }, {
45
+ id?: string;
46
+ identifier?: string;
47
+ }>, "many">>;
48
+ totals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
49
+ withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
50
+ }, {
51
+ address: z.ZodOptional<z.ZodString>;
52
+ constructionDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
53
+ country: z.ZodString;
9
54
  developmentStatus: z.ZodOptional<z.ZodString>;
10
55
  geo: z.ZodOptional<z.ZodObject<{
11
56
  project: z.ZodObject<{
@@ -19,49 +64,1207 @@ export declare const QueueSchema: z.ZodObject<{
19
64
  lon?: number;
20
65
  }>;
21
66
  }, "strip", z.ZodTypeAny, {
22
- project?: {
67
+ project?: {
68
+ lat?: number;
69
+ lon?: number;
70
+ };
71
+ }, {
72
+ project?: {
73
+ lat?: number;
74
+ lon?: number;
75
+ };
76
+ }>>;
77
+ localCounty: z.ZodOptional<z.ZodString>;
78
+ localRegion: z.ZodOptional<z.ZodString>;
79
+ localState: z.ZodOptional<z.ZodString>;
80
+ localTown: z.ZodOptional<z.ZodString>;
81
+ mwGross: z.ZodOptional<z.ZodNumber>;
82
+ mwNet: z.ZodOptional<z.ZodNumber>;
83
+ planningGranted: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
84
+ postalCode: z.ZodOptional<z.ZodString>;
85
+ queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
86
+ refId: z.ZodString;
87
+ sectorDetail: z.ZodDefault<z.ZodString>;
88
+ sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
89
+ status: z.ZodString;
90
+ storageCapacity: z.ZodOptional<z.ZodNumber>;
91
+ storageType: z.ZodOptional<z.ZodString>;
92
+ technology: z.ZodOptional<z.ZodString>;
93
+ totalMw: z.ZodOptional<z.ZodNumber>;
94
+ windFarmName: z.ZodOptional<z.ZodString>;
95
+ }>, "strip", z.ZodTypeAny, {
96
+ sectors?: {
97
+ id?: string;
98
+ identifier?: string;
99
+ }[];
100
+ id?: string;
101
+ status?: string;
102
+ applicationId?: string;
103
+ queueDataset?: string;
104
+ country?: string;
105
+ organizations?: {
106
+ id?: string;
107
+ identifier?: string;
108
+ role?: string;
109
+ ref?: string;
110
+ }[];
111
+ geo?: {
112
+ project?: {
113
+ lat?: number;
114
+ lon?: number;
115
+ };
116
+ };
117
+ audiences?: {
118
+ identifier?: string;
119
+ }[];
120
+ totals?: Record<string, number>;
121
+ allSectors?: string;
122
+ actualOperationalDate?: string;
123
+ applicationStatus?: string;
124
+ indexed_at?: string;
125
+ lastModified?: string;
126
+ plannedOperationalDate?: string;
127
+ projectName?: string;
128
+ reportDate?: string;
129
+ withdrawnDate?: string;
130
+ address?: string;
131
+ constructionDate?: string;
132
+ developmentStatus?: string;
133
+ localCounty?: string;
134
+ localRegion?: string;
135
+ localState?: string;
136
+ localTown?: string;
137
+ mwGross?: number;
138
+ mwNet?: number;
139
+ planningGranted?: string;
140
+ postalCode?: string;
141
+ queueDate?: string;
142
+ refId?: string;
143
+ sectorDetail?: string;
144
+ sourceUpdate?: string;
145
+ storageCapacity?: number;
146
+ storageType?: string;
147
+ technology?: string;
148
+ totalMw?: number;
149
+ windFarmName?: string;
150
+ }, {
151
+ sectors?: {
152
+ id?: string;
153
+ identifier?: string;
154
+ }[];
155
+ id?: string;
156
+ status?: string;
157
+ applicationId?: string;
158
+ queueDataset?: string;
159
+ country?: string;
160
+ organizations?: {
161
+ id?: string;
162
+ identifier?: string;
163
+ role?: string;
164
+ ref?: string;
165
+ }[];
166
+ geo?: {
167
+ project?: {
168
+ lat?: number;
169
+ lon?: number;
170
+ };
171
+ };
172
+ audiences?: {
173
+ identifier?: string;
174
+ }[];
175
+ totals?: Record<string, number>;
176
+ allSectors?: string;
177
+ actualOperationalDate?: string;
178
+ applicationStatus?: string;
179
+ indexed_at?: string;
180
+ lastModified?: string;
181
+ plannedOperationalDate?: string;
182
+ projectName?: string;
183
+ reportDate?: string;
184
+ withdrawnDate?: string;
185
+ address?: string;
186
+ constructionDate?: string;
187
+ developmentStatus?: string;
188
+ localCounty?: string;
189
+ localRegion?: string;
190
+ localState?: string;
191
+ localTown?: string;
192
+ mwGross?: number;
193
+ mwNet?: number;
194
+ planningGranted?: string;
195
+ postalCode?: string;
196
+ queueDate?: string;
197
+ refId?: string;
198
+ sectorDetail?: string;
199
+ sourceUpdate?: string;
200
+ storageCapacity?: number;
201
+ storageType?: string;
202
+ technology?: string;
203
+ totalMw?: number;
204
+ windFarmName?: string;
205
+ }>;
206
+ export type EUQueueType = z.infer<typeof euQueueSchema>;
207
+ export declare const usQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
208
+ actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
209
+ allSectors: z.ZodDefault<z.ZodString>;
210
+ applicationId: z.ZodString;
211
+ applicationStatus: z.ZodOptional<z.ZodString>;
212
+ audiences: z.ZodArray<z.ZodObject<{
213
+ identifier: z.ZodString;
214
+ }, "strip", z.ZodTypeAny, {
215
+ identifier?: string;
216
+ }, {
217
+ identifier?: string;
218
+ }>, "many">;
219
+ id: z.ZodString;
220
+ indexed_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
221
+ lastModified: z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>;
222
+ organizations: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
223
+ identifier: z.ZodString;
224
+ id: z.ZodString;
225
+ }, {
226
+ role: z.ZodString;
227
+ ref: z.ZodOptional<z.ZodString>;
228
+ }>, "strip", z.ZodTypeAny, {
229
+ id?: string;
230
+ identifier?: string;
231
+ role?: string;
232
+ ref?: string;
233
+ }, {
234
+ id?: string;
235
+ identifier?: string;
236
+ role?: string;
237
+ ref?: string;
238
+ }>, "many">>;
239
+ plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
240
+ projectName: z.ZodOptional<z.ZodString>;
241
+ queueDataset: z.ZodOptional<z.ZodString>;
242
+ reportDate: z.ZodEffects<z.ZodString, string, string>;
243
+ sectors: z.ZodDefault<z.ZodArray<z.ZodObject<{
244
+ identifier: z.ZodString;
245
+ id: z.ZodString;
246
+ }, "strip", z.ZodTypeAny, {
247
+ id?: string;
248
+ identifier?: string;
249
+ }, {
250
+ id?: string;
251
+ identifier?: string;
252
+ }>, "many">>;
253
+ totals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
254
+ withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
255
+ }, {
256
+ '#developers': z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
257
+ '#keyPeople': z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
258
+ applicationType: z.ZodOptional<z.ZodString>;
259
+ city: z.ZodOptional<z.ZodObject<{
260
+ identifier: z.ZodString;
261
+ id: z.ZodString;
262
+ }, "strip", z.ZodTypeAny, {
263
+ id?: string;
264
+ identifier?: string;
265
+ }, {
266
+ id?: string;
267
+ identifier?: string;
268
+ }>>;
269
+ compositeQueue: z.ZodString;
270
+ cost: z.ZodOptional<z.ZodObject<{
271
+ costCompany: z.ZodString;
272
+ costYear: z.ZodNumber;
273
+ networkCostKW: z.ZodNumber;
274
+ poiCostKW: z.ZodNumber;
275
+ totalCostKW: z.ZodNumber;
276
+ }, "strip", z.ZodTypeAny, {
277
+ costCompany?: string;
278
+ costYear?: number;
279
+ networkCostKW?: number;
280
+ poiCostKW?: number;
281
+ totalCostKW?: number;
282
+ }, {
283
+ costCompany?: string;
284
+ costYear?: number;
285
+ networkCostKW?: number;
286
+ poiCostKW?: number;
287
+ totalCostKW?: number;
288
+ }>>;
289
+ country: z.ZodArray<z.ZodObject<{
290
+ identifier: z.ZodString;
291
+ id: z.ZodString;
292
+ }, "strip", z.ZodTypeAny, {
293
+ id?: string;
294
+ identifier?: string;
295
+ }, {
296
+ id?: string;
297
+ identifier?: string;
298
+ }>, "many">;
299
+ county: z.ZodOptional<z.ZodObject<{
300
+ identifier: z.ZodString;
301
+ id: z.ZodString;
302
+ }, "strip", z.ZodTypeAny, {
303
+ id?: string;
304
+ identifier?: string;
305
+ }, {
306
+ id?: string;
307
+ identifier?: string;
308
+ }>>;
309
+ dateAddedToNpm: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
310
+ dateCreated: z.ZodEffects<z.ZodString, string, string>;
311
+ geo: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
312
+ default: z.ZodObject<{
313
+ lon: z.ZodNumber;
314
+ lat: z.ZodNumber;
315
+ }, "strip", z.ZodTypeAny, {
316
+ lat?: number;
317
+ lon?: number;
318
+ }, {
319
+ lat?: number;
320
+ lon?: number;
321
+ }>;
322
+ defaultValue: z.ZodString;
323
+ }, "strip", z.ZodTypeAny, {
324
+ default?: {
325
+ lat?: number;
326
+ lon?: number;
327
+ };
328
+ defaultValue?: string;
329
+ }, {
330
+ default?: {
331
+ lat?: number;
332
+ lon?: number;
333
+ };
334
+ defaultValue?: string;
335
+ }>, z.ZodRecord<z.ZodString, z.ZodObject<{
336
+ lon: z.ZodNumber;
337
+ lat: z.ZodNumber;
338
+ }, "strip", z.ZodTypeAny, {
339
+ lat?: number;
340
+ lon?: number;
341
+ }, {
342
+ lat?: number;
343
+ lon?: number;
344
+ }>>>>;
345
+ interconnectingEntity: z.ZodOptional<z.ZodString>;
346
+ isoRtoConnection: z.ZodOptional<z.ZodObject<{
347
+ identifier: z.ZodString;
348
+ id: z.ZodString;
349
+ }, "strip", z.ZodTypeAny, {
350
+ id?: string;
351
+ identifier?: string;
352
+ }, {
353
+ id?: string;
354
+ identifier?: string;
355
+ }>>;
356
+ keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
357
+ linkedinUrl: z.ZodOptional<z.ZodString>;
358
+ phone: z.ZodOptional<z.ZodString>;
359
+ created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
360
+ roles: z.ZodArray<z.ZodOptional<z.ZodString>, "many">;
361
+ fullName: z.ZodOptional<z.ZodString>;
362
+ id: z.ZodOptional<z.ZodString>;
363
+ source: z.ZodOptional<z.ZodString>;
364
+ email: z.ZodOptional<z.ZodString>;
365
+ }, "strip", z.ZodTypeAny, {
366
+ id?: string;
367
+ linkedinUrl?: string;
368
+ fullName?: string;
369
+ email?: string;
370
+ phone?: string;
371
+ source?: string;
372
+ created?: string;
373
+ roles?: string[];
374
+ }, {
375
+ id?: string;
376
+ linkedinUrl?: string;
377
+ fullName?: string;
378
+ email?: string;
379
+ phone?: string;
380
+ source?: string;
381
+ created?: string;
382
+ roles?: string[];
383
+ }>, "many">>;
384
+ kV: z.ZodOptional<z.ZodNumber>;
385
+ meta: z.ZodObject<{
386
+ created: z.ZodEffects<z.ZodString, string, string>;
387
+ computedList: z.ZodArray<z.ZodString, "many">;
388
+ sk: z.ZodString;
389
+ modified: z.ZodEffects<z.ZodString, string, string>;
390
+ pk: z.ZodString;
391
+ entity: z.ZodString;
392
+ }, "strip", z.ZodTypeAny, {
393
+ created?: string;
394
+ computedList?: string[];
395
+ sk?: string;
396
+ modified?: string;
397
+ pk?: string;
398
+ entity?: string;
399
+ }, {
400
+ created?: string;
401
+ computedList?: string[];
402
+ sk?: string;
403
+ modified?: string;
404
+ pk?: string;
405
+ entity?: string;
406
+ }>;
407
+ nearestTownOrCounty: z.ZodOptional<z.ZodString>;
408
+ newToQ: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
409
+ npmOrganizationProfile: z.ZodOptional<z.ZodObject<{
410
+ identifier: z.ZodString;
411
+ id: z.ZodString;
412
+ }, "strip", z.ZodTypeAny, {
413
+ id?: string;
414
+ identifier?: string;
415
+ }, {
416
+ id?: string;
417
+ identifier?: string;
418
+ }>>;
419
+ totalMw: z.ZodNumber;
420
+ poiLocation: z.ZodOptional<z.ZodString>;
421
+ processInfo: z.ZodOptional<z.ZodObject<{
422
+ county: z.ZodOptional<z.ZodString>;
423
+ isoRtoConnection: z.ZodOptional<z.ZodString>;
424
+ newRecord: z.ZodOptional<z.ZodString>;
425
+ newToQ: z.ZodOptional<z.ZodString>;
426
+ npmOrganizationProfile: z.ZodOptional<z.ZodString>;
427
+ sectors: z.ZodOptional<z.ZodString>;
428
+ state: z.ZodOptional<z.ZodString>;
429
+ utility: z.ZodOptional<z.ZodString>;
430
+ }, "strip", z.ZodTypeAny, {
431
+ sectors?: string;
432
+ state?: string;
433
+ county?: string;
434
+ utility?: string;
435
+ isoRtoConnection?: string;
436
+ newRecord?: string;
437
+ newToQ?: string;
438
+ npmOrganizationProfile?: string;
439
+ }, {
440
+ sectors?: string;
441
+ state?: string;
442
+ county?: string;
443
+ utility?: string;
444
+ isoRtoConnection?: string;
445
+ newRecord?: string;
446
+ newToQ?: string;
447
+ npmOrganizationProfile?: string;
448
+ }>>;
449
+ queueDatasetType: z.ZodString;
450
+ queueKey: z.ZodString;
451
+ sourceUpdate: z.ZodString;
452
+ reportCount: z.ZodOptional<z.ZodNumber>;
453
+ state: z.ZodOptional<z.ZodObject<{
454
+ identifier: z.ZodString;
455
+ id: z.ZodString;
456
+ }, "strip", z.ZodTypeAny, {
457
+ id?: string;
458
+ identifier?: string;
459
+ }, {
460
+ id?: string;
461
+ identifier?: string;
462
+ }>>;
463
+ tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
464
+ identifier: z.ZodString;
465
+ }, "strip", z.ZodTypeAny, {
466
+ identifier?: string;
467
+ }, {
468
+ identifier?: string;
469
+ }>, "many">>;
470
+ utility: z.ZodOptional<z.ZodObject<{
471
+ identifier: z.ZodString;
472
+ id: z.ZodString;
473
+ }, "strip", z.ZodTypeAny, {
474
+ id?: string;
475
+ identifier?: string;
476
+ }, {
477
+ id?: string;
478
+ identifier?: string;
479
+ }>>;
480
+ }>, "strip", z.ZodTypeAny, {
481
+ sectors?: {
482
+ id?: string;
483
+ identifier?: string;
484
+ }[];
485
+ state?: {
486
+ id?: string;
487
+ identifier?: string;
488
+ };
489
+ county?: {
490
+ id?: string;
491
+ identifier?: string;
492
+ };
493
+ keyPeople?: {
494
+ id?: string;
495
+ linkedinUrl?: string;
496
+ fullName?: string;
497
+ email?: string;
498
+ phone?: string;
499
+ source?: string;
500
+ created?: string;
501
+ roles?: string[];
502
+ }[];
503
+ id?: string;
504
+ queueKey?: string;
505
+ applicationId?: string;
506
+ queueDataset?: string;
507
+ city?: {
508
+ id?: string;
509
+ identifier?: string;
510
+ };
511
+ country?: {
512
+ id?: string;
513
+ identifier?: string;
514
+ }[];
515
+ organizations?: {
516
+ id?: string;
517
+ identifier?: string;
518
+ role?: string;
519
+ ref?: string;
520
+ }[];
521
+ utility?: {
522
+ id?: string;
523
+ identifier?: string;
524
+ };
525
+ geo?: {
526
+ default?: {
527
+ lat?: number;
528
+ lon?: number;
529
+ };
530
+ defaultValue?: string;
531
+ } & Record<string, {
532
+ lat?: number;
533
+ lon?: number;
534
+ }>;
535
+ audiences?: {
536
+ identifier?: string;
537
+ }[];
538
+ totals?: Record<string, number>;
539
+ allSectors?: string;
540
+ isoRtoConnection?: {
541
+ id?: string;
542
+ identifier?: string;
543
+ };
544
+ newToQ?: string;
545
+ npmOrganizationProfile?: {
546
+ id?: string;
547
+ identifier?: string;
548
+ };
549
+ actualOperationalDate?: string;
550
+ applicationStatus?: string;
551
+ indexed_at?: string;
552
+ lastModified?: string;
553
+ plannedOperationalDate?: string;
554
+ projectName?: string;
555
+ reportDate?: string;
556
+ withdrawnDate?: string;
557
+ sourceUpdate?: string;
558
+ totalMw?: number;
559
+ '#developers'?: string[];
560
+ '#keyPeople'?: string[];
561
+ applicationType?: string;
562
+ compositeQueue?: string;
563
+ cost?: {
564
+ costCompany?: string;
565
+ costYear?: number;
566
+ networkCostKW?: number;
567
+ poiCostKW?: number;
568
+ totalCostKW?: number;
569
+ };
570
+ dateAddedToNpm?: string;
571
+ dateCreated?: string;
572
+ interconnectingEntity?: string;
573
+ kV?: number;
574
+ meta?: {
575
+ created?: string;
576
+ computedList?: string[];
577
+ sk?: string;
578
+ modified?: string;
579
+ pk?: string;
580
+ entity?: string;
581
+ };
582
+ nearestTownOrCounty?: string;
583
+ poiLocation?: string;
584
+ processInfo?: {
585
+ sectors?: string;
586
+ state?: string;
587
+ county?: string;
588
+ utility?: string;
589
+ isoRtoConnection?: string;
590
+ newRecord?: string;
591
+ newToQ?: string;
592
+ npmOrganizationProfile?: string;
593
+ };
594
+ queueDatasetType?: string;
595
+ reportCount?: number;
596
+ tags?: {
597
+ identifier?: string;
598
+ }[];
599
+ }, {
600
+ sectors?: {
601
+ id?: string;
602
+ identifier?: string;
603
+ }[];
604
+ state?: {
605
+ id?: string;
606
+ identifier?: string;
607
+ };
608
+ county?: {
609
+ id?: string;
610
+ identifier?: string;
611
+ };
612
+ keyPeople?: {
613
+ id?: string;
614
+ linkedinUrl?: string;
615
+ fullName?: string;
616
+ email?: string;
617
+ phone?: string;
618
+ source?: string;
619
+ created?: string;
620
+ roles?: string[];
621
+ }[];
622
+ id?: string;
623
+ queueKey?: string;
624
+ applicationId?: string;
625
+ queueDataset?: string;
626
+ city?: {
627
+ id?: string;
628
+ identifier?: string;
629
+ };
630
+ country?: {
631
+ id?: string;
632
+ identifier?: string;
633
+ }[];
634
+ organizations?: {
635
+ id?: string;
636
+ identifier?: string;
637
+ role?: string;
638
+ ref?: string;
639
+ }[];
640
+ utility?: {
641
+ id?: string;
642
+ identifier?: string;
643
+ };
644
+ geo?: {
645
+ default?: {
646
+ lat?: number;
647
+ lon?: number;
648
+ };
649
+ defaultValue?: string;
650
+ } & Record<string, {
651
+ lat?: number;
652
+ lon?: number;
653
+ }>;
654
+ audiences?: {
655
+ identifier?: string;
656
+ }[];
657
+ totals?: Record<string, number>;
658
+ allSectors?: string;
659
+ isoRtoConnection?: {
660
+ id?: string;
661
+ identifier?: string;
662
+ };
663
+ newToQ?: string;
664
+ npmOrganizationProfile?: {
665
+ id?: string;
666
+ identifier?: string;
667
+ };
668
+ actualOperationalDate?: string;
669
+ applicationStatus?: string;
670
+ indexed_at?: string;
671
+ lastModified?: string;
672
+ plannedOperationalDate?: string;
673
+ projectName?: string;
674
+ reportDate?: string;
675
+ withdrawnDate?: string;
676
+ sourceUpdate?: string;
677
+ totalMw?: number;
678
+ '#developers'?: string[];
679
+ '#keyPeople'?: string[];
680
+ applicationType?: string;
681
+ compositeQueue?: string;
682
+ cost?: {
683
+ costCompany?: string;
684
+ costYear?: number;
685
+ networkCostKW?: number;
686
+ poiCostKW?: number;
687
+ totalCostKW?: number;
688
+ };
689
+ dateAddedToNpm?: string;
690
+ dateCreated?: string;
691
+ interconnectingEntity?: string;
692
+ kV?: number;
693
+ meta?: {
694
+ created?: string;
695
+ computedList?: string[];
696
+ sk?: string;
697
+ modified?: string;
698
+ pk?: string;
699
+ entity?: string;
700
+ };
701
+ nearestTownOrCounty?: string;
702
+ poiLocation?: string;
703
+ processInfo?: {
704
+ sectors?: string;
705
+ state?: string;
706
+ county?: string;
707
+ utility?: string;
708
+ isoRtoConnection?: string;
709
+ newRecord?: string;
710
+ newToQ?: string;
711
+ npmOrganizationProfile?: string;
712
+ };
713
+ queueDatasetType?: string;
714
+ reportCount?: number;
715
+ tags?: {
716
+ identifier?: string;
717
+ }[];
718
+ }>;
719
+ export type USQueueType = z.infer<typeof usQueueSchema>;
720
+ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
721
+ actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
722
+ allSectors: z.ZodDefault<z.ZodString>;
723
+ applicationId: z.ZodString;
724
+ applicationStatus: z.ZodOptional<z.ZodString>;
725
+ audiences: z.ZodArray<z.ZodObject<{
726
+ identifier: z.ZodString;
727
+ }, "strip", z.ZodTypeAny, {
728
+ identifier?: string;
729
+ }, {
730
+ identifier?: string;
731
+ }>, "many">;
732
+ id: z.ZodString;
733
+ indexed_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
734
+ lastModified: z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>;
735
+ organizations: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
736
+ identifier: z.ZodString;
737
+ id: z.ZodString;
738
+ }, {
739
+ role: z.ZodString;
740
+ ref: z.ZodOptional<z.ZodString>;
741
+ }>, "strip", z.ZodTypeAny, {
742
+ id?: string;
743
+ identifier?: string;
744
+ role?: string;
745
+ ref?: string;
746
+ }, {
747
+ id?: string;
748
+ identifier?: string;
749
+ role?: string;
750
+ ref?: string;
751
+ }>, "many">>;
752
+ plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
753
+ projectName: z.ZodOptional<z.ZodString>;
754
+ queueDataset: z.ZodOptional<z.ZodString>;
755
+ reportDate: z.ZodEffects<z.ZodString, string, string>;
756
+ sectors: z.ZodDefault<z.ZodArray<z.ZodObject<{
757
+ identifier: z.ZodString;
758
+ id: z.ZodString;
759
+ }, "strip", z.ZodTypeAny, {
760
+ id?: string;
761
+ identifier?: string;
762
+ }, {
763
+ id?: string;
764
+ identifier?: string;
765
+ }>, "many">>;
766
+ totals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
767
+ withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
768
+ }, {
769
+ '#developers': z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
770
+ '#keyPeople': z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
771
+ applicationType: z.ZodOptional<z.ZodString>;
772
+ city: z.ZodOptional<z.ZodObject<{
773
+ identifier: z.ZodString;
774
+ id: z.ZodString;
775
+ }, "strip", z.ZodTypeAny, {
776
+ id?: string;
777
+ identifier?: string;
778
+ }, {
779
+ id?: string;
780
+ identifier?: string;
781
+ }>>;
782
+ compositeQueue: z.ZodString;
783
+ cost: z.ZodOptional<z.ZodObject<{
784
+ costCompany: z.ZodString;
785
+ costYear: z.ZodNumber;
786
+ networkCostKW: z.ZodNumber;
787
+ poiCostKW: z.ZodNumber;
788
+ totalCostKW: z.ZodNumber;
789
+ }, "strip", z.ZodTypeAny, {
790
+ costCompany?: string;
791
+ costYear?: number;
792
+ networkCostKW?: number;
793
+ poiCostKW?: number;
794
+ totalCostKW?: number;
795
+ }, {
796
+ costCompany?: string;
797
+ costYear?: number;
798
+ networkCostKW?: number;
799
+ poiCostKW?: number;
800
+ totalCostKW?: number;
801
+ }>>;
802
+ country: z.ZodArray<z.ZodObject<{
803
+ identifier: z.ZodString;
804
+ id: z.ZodString;
805
+ }, "strip", z.ZodTypeAny, {
806
+ id?: string;
807
+ identifier?: string;
808
+ }, {
809
+ id?: string;
810
+ identifier?: string;
811
+ }>, "many">;
812
+ county: z.ZodOptional<z.ZodObject<{
813
+ identifier: z.ZodString;
814
+ id: z.ZodString;
815
+ }, "strip", z.ZodTypeAny, {
816
+ id?: string;
817
+ identifier?: string;
818
+ }, {
819
+ id?: string;
820
+ identifier?: string;
821
+ }>>;
822
+ dateAddedToNpm: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
823
+ dateCreated: z.ZodEffects<z.ZodString, string, string>;
824
+ geo: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
825
+ default: z.ZodObject<{
826
+ lon: z.ZodNumber;
827
+ lat: z.ZodNumber;
828
+ }, "strip", z.ZodTypeAny, {
829
+ lat?: number;
830
+ lon?: number;
831
+ }, {
832
+ lat?: number;
833
+ lon?: number;
834
+ }>;
835
+ defaultValue: z.ZodString;
836
+ }, "strip", z.ZodTypeAny, {
837
+ default?: {
23
838
  lat?: number;
24
839
  lon?: number;
25
840
  };
841
+ defaultValue?: string;
26
842
  }, {
27
- project?: {
843
+ default?: {
28
844
  lat?: number;
29
845
  lon?: number;
30
846
  };
847
+ defaultValue?: string;
848
+ }>, z.ZodRecord<z.ZodString, z.ZodObject<{
849
+ lon: z.ZodNumber;
850
+ lat: z.ZodNumber;
851
+ }, "strip", z.ZodTypeAny, {
852
+ lat?: number;
853
+ lon?: number;
854
+ }, {
855
+ lat?: number;
856
+ lon?: number;
857
+ }>>>>;
858
+ interconnectingEntity: z.ZodOptional<z.ZodString>;
859
+ isoRtoConnection: z.ZodOptional<z.ZodObject<{
860
+ identifier: z.ZodString;
861
+ id: z.ZodString;
862
+ }, "strip", z.ZodTypeAny, {
863
+ id?: string;
864
+ identifier?: string;
865
+ }, {
866
+ id?: string;
867
+ identifier?: string;
868
+ }>>;
869
+ keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
870
+ linkedinUrl: z.ZodOptional<z.ZodString>;
871
+ phone: z.ZodOptional<z.ZodString>;
872
+ created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
873
+ roles: z.ZodArray<z.ZodOptional<z.ZodString>, "many">;
874
+ fullName: z.ZodOptional<z.ZodString>;
875
+ id: z.ZodOptional<z.ZodString>;
876
+ source: z.ZodOptional<z.ZodString>;
877
+ email: z.ZodOptional<z.ZodString>;
878
+ }, "strip", z.ZodTypeAny, {
879
+ id?: string;
880
+ linkedinUrl?: string;
881
+ fullName?: string;
882
+ email?: string;
883
+ phone?: string;
884
+ source?: string;
885
+ created?: string;
886
+ roles?: string[];
887
+ }, {
888
+ id?: string;
889
+ linkedinUrl?: string;
890
+ fullName?: string;
891
+ email?: string;
892
+ phone?: string;
893
+ source?: string;
894
+ created?: string;
895
+ roles?: string[];
896
+ }>, "many">>;
897
+ kV: z.ZodOptional<z.ZodNumber>;
898
+ meta: z.ZodObject<{
899
+ created: z.ZodEffects<z.ZodString, string, string>;
900
+ computedList: z.ZodArray<z.ZodString, "many">;
901
+ sk: z.ZodString;
902
+ modified: z.ZodEffects<z.ZodString, string, string>;
903
+ pk: z.ZodString;
904
+ entity: z.ZodString;
905
+ }, "strip", z.ZodTypeAny, {
906
+ created?: string;
907
+ computedList?: string[];
908
+ sk?: string;
909
+ modified?: string;
910
+ pk?: string;
911
+ entity?: string;
912
+ }, {
913
+ created?: string;
914
+ computedList?: string[];
915
+ sk?: string;
916
+ modified?: string;
917
+ pk?: string;
918
+ entity?: string;
919
+ }>;
920
+ nearestTownOrCounty: z.ZodOptional<z.ZodString>;
921
+ newToQ: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
922
+ npmOrganizationProfile: z.ZodOptional<z.ZodObject<{
923
+ identifier: z.ZodString;
924
+ id: z.ZodString;
925
+ }, "strip", z.ZodTypeAny, {
926
+ id?: string;
927
+ identifier?: string;
928
+ }, {
929
+ id?: string;
930
+ identifier?: string;
931
+ }>>;
932
+ totalMw: z.ZodNumber;
933
+ poiLocation: z.ZodOptional<z.ZodString>;
934
+ processInfo: z.ZodOptional<z.ZodObject<{
935
+ county: z.ZodOptional<z.ZodString>;
936
+ isoRtoConnection: z.ZodOptional<z.ZodString>;
937
+ newRecord: z.ZodOptional<z.ZodString>;
938
+ newToQ: z.ZodOptional<z.ZodString>;
939
+ npmOrganizationProfile: z.ZodOptional<z.ZodString>;
940
+ sectors: z.ZodOptional<z.ZodString>;
941
+ state: z.ZodOptional<z.ZodString>;
942
+ utility: z.ZodOptional<z.ZodString>;
943
+ }, "strip", z.ZodTypeAny, {
944
+ sectors?: string;
945
+ state?: string;
946
+ county?: string;
947
+ utility?: string;
948
+ isoRtoConnection?: string;
949
+ newRecord?: string;
950
+ newToQ?: string;
951
+ npmOrganizationProfile?: string;
952
+ }, {
953
+ sectors?: string;
954
+ state?: string;
955
+ county?: string;
956
+ utility?: string;
957
+ isoRtoConnection?: string;
958
+ newRecord?: string;
959
+ newToQ?: string;
960
+ npmOrganizationProfile?: string;
961
+ }>>;
962
+ queueDatasetType: z.ZodString;
963
+ queueKey: z.ZodString;
964
+ sourceUpdate: z.ZodString;
965
+ reportCount: z.ZodOptional<z.ZodNumber>;
966
+ state: z.ZodOptional<z.ZodObject<{
967
+ identifier: z.ZodString;
968
+ id: z.ZodString;
969
+ }, "strip", z.ZodTypeAny, {
970
+ id?: string;
971
+ identifier?: string;
972
+ }, {
973
+ id?: string;
974
+ identifier?: string;
975
+ }>>;
976
+ tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
977
+ identifier: z.ZodString;
978
+ }, "strip", z.ZodTypeAny, {
979
+ identifier?: string;
980
+ }, {
981
+ identifier?: string;
982
+ }>, "many">>;
983
+ utility: z.ZodOptional<z.ZodObject<{
984
+ identifier: z.ZodString;
985
+ id: z.ZodString;
986
+ }, "strip", z.ZodTypeAny, {
987
+ id?: string;
988
+ identifier?: string;
989
+ }, {
990
+ id?: string;
991
+ identifier?: string;
31
992
  }>>;
993
+ }>, "strip", z.ZodTypeAny, {
994
+ sectors?: {
995
+ id?: string;
996
+ identifier?: string;
997
+ }[];
998
+ state?: {
999
+ id?: string;
1000
+ identifier?: string;
1001
+ };
1002
+ county?: {
1003
+ id?: string;
1004
+ identifier?: string;
1005
+ };
1006
+ keyPeople?: {
1007
+ id?: string;
1008
+ linkedinUrl?: string;
1009
+ fullName?: string;
1010
+ email?: string;
1011
+ phone?: string;
1012
+ source?: string;
1013
+ created?: string;
1014
+ roles?: string[];
1015
+ }[];
1016
+ id?: string;
1017
+ queueKey?: string;
1018
+ applicationId?: string;
1019
+ queueDataset?: string;
1020
+ city?: {
1021
+ id?: string;
1022
+ identifier?: string;
1023
+ };
1024
+ country?: {
1025
+ id?: string;
1026
+ identifier?: string;
1027
+ }[];
1028
+ organizations?: {
1029
+ id?: string;
1030
+ identifier?: string;
1031
+ role?: string;
1032
+ ref?: string;
1033
+ }[];
1034
+ utility?: {
1035
+ id?: string;
1036
+ identifier?: string;
1037
+ };
1038
+ geo?: {
1039
+ default?: {
1040
+ lat?: number;
1041
+ lon?: number;
1042
+ };
1043
+ defaultValue?: string;
1044
+ } & Record<string, {
1045
+ lat?: number;
1046
+ lon?: number;
1047
+ }>;
1048
+ audiences?: {
1049
+ identifier?: string;
1050
+ }[];
1051
+ totals?: Record<string, number>;
1052
+ allSectors?: string;
1053
+ isoRtoConnection?: {
1054
+ id?: string;
1055
+ identifier?: string;
1056
+ };
1057
+ newToQ?: string;
1058
+ npmOrganizationProfile?: {
1059
+ id?: string;
1060
+ identifier?: string;
1061
+ };
1062
+ actualOperationalDate?: string;
1063
+ applicationStatus?: string;
1064
+ indexed_at?: string;
1065
+ lastModified?: string;
1066
+ plannedOperationalDate?: string;
1067
+ projectName?: string;
1068
+ reportDate?: string;
1069
+ withdrawnDate?: string;
1070
+ sourceUpdate?: string;
1071
+ totalMw?: number;
1072
+ '#developers'?: string[];
1073
+ '#keyPeople'?: string[];
1074
+ applicationType?: string;
1075
+ compositeQueue?: string;
1076
+ cost?: {
1077
+ costCompany?: string;
1078
+ costYear?: number;
1079
+ networkCostKW?: number;
1080
+ poiCostKW?: number;
1081
+ totalCostKW?: number;
1082
+ };
1083
+ dateAddedToNpm?: string;
1084
+ dateCreated?: string;
1085
+ interconnectingEntity?: string;
1086
+ kV?: number;
1087
+ meta?: {
1088
+ created?: string;
1089
+ computedList?: string[];
1090
+ sk?: string;
1091
+ modified?: string;
1092
+ pk?: string;
1093
+ entity?: string;
1094
+ };
1095
+ nearestTownOrCounty?: string;
1096
+ poiLocation?: string;
1097
+ processInfo?: {
1098
+ sectors?: string;
1099
+ state?: string;
1100
+ county?: string;
1101
+ utility?: string;
1102
+ isoRtoConnection?: string;
1103
+ newRecord?: string;
1104
+ newToQ?: string;
1105
+ npmOrganizationProfile?: string;
1106
+ };
1107
+ queueDatasetType?: string;
1108
+ reportCount?: number;
1109
+ tags?: {
1110
+ identifier?: string;
1111
+ }[];
1112
+ }, {
1113
+ sectors?: {
1114
+ id?: string;
1115
+ identifier?: string;
1116
+ }[];
1117
+ state?: {
1118
+ id?: string;
1119
+ identifier?: string;
1120
+ };
1121
+ county?: {
1122
+ id?: string;
1123
+ identifier?: string;
1124
+ };
1125
+ keyPeople?: {
1126
+ id?: string;
1127
+ linkedinUrl?: string;
1128
+ fullName?: string;
1129
+ email?: string;
1130
+ phone?: string;
1131
+ source?: string;
1132
+ created?: string;
1133
+ roles?: string[];
1134
+ }[];
1135
+ id?: string;
1136
+ queueKey?: string;
1137
+ applicationId?: string;
1138
+ queueDataset?: string;
1139
+ city?: {
1140
+ id?: string;
1141
+ identifier?: string;
1142
+ };
1143
+ country?: {
1144
+ id?: string;
1145
+ identifier?: string;
1146
+ }[];
1147
+ organizations?: {
1148
+ id?: string;
1149
+ identifier?: string;
1150
+ role?: string;
1151
+ ref?: string;
1152
+ }[];
1153
+ utility?: {
1154
+ id?: string;
1155
+ identifier?: string;
1156
+ };
1157
+ geo?: {
1158
+ default?: {
1159
+ lat?: number;
1160
+ lon?: number;
1161
+ };
1162
+ defaultValue?: string;
1163
+ } & Record<string, {
1164
+ lat?: number;
1165
+ lon?: number;
1166
+ }>;
1167
+ audiences?: {
1168
+ identifier?: string;
1169
+ }[];
1170
+ totals?: Record<string, number>;
1171
+ allSectors?: string;
1172
+ isoRtoConnection?: {
1173
+ id?: string;
1174
+ identifier?: string;
1175
+ };
1176
+ newToQ?: string;
1177
+ npmOrganizationProfile?: {
1178
+ id?: string;
1179
+ identifier?: string;
1180
+ };
1181
+ actualOperationalDate?: string;
1182
+ applicationStatus?: string;
1183
+ indexed_at?: string;
1184
+ lastModified?: string;
1185
+ plannedOperationalDate?: string;
1186
+ projectName?: string;
1187
+ reportDate?: string;
1188
+ withdrawnDate?: string;
1189
+ sourceUpdate?: string;
1190
+ totalMw?: number;
1191
+ '#developers'?: string[];
1192
+ '#keyPeople'?: string[];
1193
+ applicationType?: string;
1194
+ compositeQueue?: string;
1195
+ cost?: {
1196
+ costCompany?: string;
1197
+ costYear?: number;
1198
+ networkCostKW?: number;
1199
+ poiCostKW?: number;
1200
+ totalCostKW?: number;
1201
+ };
1202
+ dateAddedToNpm?: string;
1203
+ dateCreated?: string;
1204
+ interconnectingEntity?: string;
1205
+ kV?: number;
1206
+ meta?: {
1207
+ created?: string;
1208
+ computedList?: string[];
1209
+ sk?: string;
1210
+ modified?: string;
1211
+ pk?: string;
1212
+ entity?: string;
1213
+ };
1214
+ nearestTownOrCounty?: string;
1215
+ poiLocation?: string;
1216
+ processInfo?: {
1217
+ sectors?: string;
1218
+ state?: string;
1219
+ county?: string;
1220
+ utility?: string;
1221
+ isoRtoConnection?: string;
1222
+ newRecord?: string;
1223
+ newToQ?: string;
1224
+ npmOrganizationProfile?: string;
1225
+ };
1226
+ queueDatasetType?: string;
1227
+ reportCount?: number;
1228
+ tags?: {
1229
+ identifier?: string;
1230
+ }[];
1231
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1232
+ actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
1233
+ allSectors: z.ZodDefault<z.ZodString>;
1234
+ applicationId: z.ZodString;
1235
+ applicationStatus: z.ZodOptional<z.ZodString>;
1236
+ audiences: z.ZodArray<z.ZodObject<{
1237
+ identifier: z.ZodString;
1238
+ }, "strip", z.ZodTypeAny, {
1239
+ identifier?: string;
1240
+ }, {
1241
+ identifier?: string;
1242
+ }>, "many">;
32
1243
  id: z.ZodString;
33
- indexed_at: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
34
- localCounty: z.ZodOptional<z.ZodString>;
35
- localRegion: z.ZodOptional<z.ZodString>;
36
- localState: z.ZodOptional<z.ZodString>;
37
- localTown: z.ZodOptional<z.ZodString>;
38
- mwGross: z.ZodOptional<z.ZodNumber>;
39
- mwNet: z.ZodOptional<z.ZodNumber>;
1244
+ indexed_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
1245
+ lastModified: z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>;
40
1246
  organizations: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
41
1247
  identifier: z.ZodString;
42
1248
  id: z.ZodString;
43
1249
  }, {
44
1250
  role: z.ZodString;
1251
+ ref: z.ZodOptional<z.ZodString>;
45
1252
  }>, "strip", z.ZodTypeAny, {
46
1253
  id?: string;
47
1254
  identifier?: string;
48
1255
  role?: string;
1256
+ ref?: string;
49
1257
  }, {
50
1258
  id?: string;
51
1259
  identifier?: string;
52
1260
  role?: string;
1261
+ ref?: string;
53
1262
  }>, "many">>;
54
- plannedOperationalDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
55
- planningAuthority: z.ZodOptional<z.ZodString>;
56
- planningGranted: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
57
- postalCode: z.ZodOptional<z.ZodString>;
1263
+ plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
58
1264
  projectName: z.ZodOptional<z.ZodString>;
59
1265
  queueDataset: z.ZodOptional<z.ZodString>;
60
- queueDate: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
61
- refId: z.ZodOptional<z.ZodString>;
62
1266
  reportDate: z.ZodEffects<z.ZodString, string, string>;
63
- sectorDetail: z.ZodOptional<z.ZodString>;
64
- sectors: z.ZodArray<z.ZodObject<{
1267
+ sectors: z.ZodDefault<z.ZodArray<z.ZodObject<{
65
1268
  identifier: z.ZodString;
66
1269
  id: z.ZodString;
67
1270
  }, "strip", z.ZodTypeAny, {
@@ -70,16 +1273,55 @@ export declare const QueueSchema: z.ZodObject<{
70
1273
  }, {
71
1274
  id?: string;
72
1275
  identifier?: string;
73
- }>, "many">;
74
- sourceUpdate: z.ZodEffects<z.ZodString, string, string>;
1276
+ }>, "many">>;
1277
+ totals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
1278
+ withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
1279
+ }, {
1280
+ address: z.ZodOptional<z.ZodString>;
1281
+ constructionDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
1282
+ country: z.ZodString;
1283
+ developmentStatus: z.ZodOptional<z.ZodString>;
1284
+ geo: z.ZodOptional<z.ZodObject<{
1285
+ project: z.ZodObject<{
1286
+ lon: z.ZodNumber;
1287
+ lat: z.ZodNumber;
1288
+ }, "strip", z.ZodTypeAny, {
1289
+ lat?: number;
1290
+ lon?: number;
1291
+ }, {
1292
+ lat?: number;
1293
+ lon?: number;
1294
+ }>;
1295
+ }, "strip", z.ZodTypeAny, {
1296
+ project?: {
1297
+ lat?: number;
1298
+ lon?: number;
1299
+ };
1300
+ }, {
1301
+ project?: {
1302
+ lat?: number;
1303
+ lon?: number;
1304
+ };
1305
+ }>>;
1306
+ localCounty: z.ZodOptional<z.ZodString>;
1307
+ localRegion: z.ZodOptional<z.ZodString>;
1308
+ localState: z.ZodOptional<z.ZodString>;
1309
+ localTown: z.ZodOptional<z.ZodString>;
1310
+ mwGross: z.ZodOptional<z.ZodNumber>;
1311
+ mwNet: z.ZodOptional<z.ZodNumber>;
1312
+ planningGranted: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
1313
+ postalCode: z.ZodOptional<z.ZodString>;
1314
+ queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
1315
+ refId: z.ZodString;
1316
+ sectorDetail: z.ZodDefault<z.ZodString>;
1317
+ sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
75
1318
  status: z.ZodString;
76
1319
  storageCapacity: z.ZodOptional<z.ZodNumber>;
77
1320
  storageType: z.ZodOptional<z.ZodString>;
78
1321
  technology: z.ZodOptional<z.ZodString>;
79
1322
  totalMw: z.ZodOptional<z.ZodNumber>;
80
1323
  windFarmName: z.ZodOptional<z.ZodString>;
81
- withdrawnDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
82
- }, "strip", z.ZodTypeAny, {
1324
+ }>, "strip", z.ZodTypeAny, {
83
1325
  sectors?: {
84
1326
  id?: string;
85
1327
  identifier?: string;
@@ -93,6 +1335,7 @@ export declare const QueueSchema: z.ZodObject<{
93
1335
  id?: string;
94
1336
  identifier?: string;
95
1337
  role?: string;
1338
+ ref?: string;
96
1339
  }[];
97
1340
  geo?: {
98
1341
  project?: {
@@ -100,26 +1343,32 @@ export declare const QueueSchema: z.ZodObject<{
100
1343
  lon?: number;
101
1344
  };
102
1345
  };
1346
+ audiences?: {
1347
+ identifier?: string;
1348
+ }[];
1349
+ totals?: Record<string, number>;
103
1350
  allSectors?: string;
104
1351
  actualOperationalDate?: string;
1352
+ applicationStatus?: string;
1353
+ indexed_at?: string;
1354
+ lastModified?: string;
1355
+ plannedOperationalDate?: string;
1356
+ projectName?: string;
1357
+ reportDate?: string;
1358
+ withdrawnDate?: string;
105
1359
  address?: string;
106
1360
  constructionDate?: string;
107
1361
  developmentStatus?: string;
108
- indexed_at?: string;
109
1362
  localCounty?: string;
110
1363
  localRegion?: string;
111
1364
  localState?: string;
112
1365
  localTown?: string;
113
1366
  mwGross?: number;
114
1367
  mwNet?: number;
115
- plannedOperationalDate?: string;
116
- planningAuthority?: string;
117
1368
  planningGranted?: string;
118
1369
  postalCode?: string;
119
- projectName?: string;
120
1370
  queueDate?: string;
121
1371
  refId?: string;
122
- reportDate?: string;
123
1372
  sectorDetail?: string;
124
1373
  sourceUpdate?: string;
125
1374
  storageCapacity?: number;
@@ -127,7 +1376,6 @@ export declare const QueueSchema: z.ZodObject<{
127
1376
  technology?: string;
128
1377
  totalMw?: number;
129
1378
  windFarmName?: string;
130
- withdrawnDate?: string;
131
1379
  }, {
132
1380
  sectors?: {
133
1381
  id?: string;
@@ -142,6 +1390,7 @@ export declare const QueueSchema: z.ZodObject<{
142
1390
  id?: string;
143
1391
  identifier?: string;
144
1392
  role?: string;
1393
+ ref?: string;
145
1394
  }[];
146
1395
  geo?: {
147
1396
  project?: {
@@ -149,26 +1398,32 @@ export declare const QueueSchema: z.ZodObject<{
149
1398
  lon?: number;
150
1399
  };
151
1400
  };
1401
+ audiences?: {
1402
+ identifier?: string;
1403
+ }[];
1404
+ totals?: Record<string, number>;
152
1405
  allSectors?: string;
153
1406
  actualOperationalDate?: string;
1407
+ applicationStatus?: string;
1408
+ indexed_at?: string;
1409
+ lastModified?: string;
1410
+ plannedOperationalDate?: string;
1411
+ projectName?: string;
1412
+ reportDate?: string;
1413
+ withdrawnDate?: string;
154
1414
  address?: string;
155
1415
  constructionDate?: string;
156
1416
  developmentStatus?: string;
157
- indexed_at?: string;
158
1417
  localCounty?: string;
159
1418
  localRegion?: string;
160
1419
  localState?: string;
161
1420
  localTown?: string;
162
1421
  mwGross?: number;
163
1422
  mwNet?: number;
164
- plannedOperationalDate?: string;
165
- planningAuthority?: string;
166
1423
  planningGranted?: string;
167
1424
  postalCode?: string;
168
- projectName?: string;
169
1425
  queueDate?: string;
170
1426
  refId?: string;
171
- reportDate?: string;
172
1427
  sectorDetail?: string;
173
1428
  sourceUpdate?: string;
174
1429
  storageCapacity?: number;
@@ -176,6 +1431,5 @@ export declare const QueueSchema: z.ZodObject<{
176
1431
  technology?: string;
177
1432
  totalMw?: number;
178
1433
  windFarmName?: string;
179
- withdrawnDate?: string;
180
- }>;
1434
+ }>]>;
181
1435
  export type QueueType = z.infer<typeof QueueSchema>;