@new-project-media/client-frontends-shared-types 2.0.29 → 2.1.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.
@@ -14,101 +14,41 @@ export declare const SignalSchema: z.ZodObject<{
14
14
  audiences: z.ZodArray<z.ZodObject<{
15
15
  identifier: z.ZodString;
16
16
  id: z.ZodString;
17
- }, "strip", z.ZodTypeAny, {
18
- id?: string;
19
- identifier?: string;
20
- }, {
21
- id?: string;
22
- identifier?: string;
23
- }>, "many">;
17
+ }, z.core.$strip>>;
24
18
  body: z.ZodOptional<z.ZodString>;
25
- commercialOperationDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
19
+ commercialOperationDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
26
20
  country: z.ZodOptional<z.ZodArray<z.ZodObject<{
27
21
  identifier: z.ZodString;
28
22
  id: z.ZodString;
29
- }, "strip", z.ZodTypeAny, {
30
- id?: string;
31
- identifier?: string;
32
- }, {
33
- id?: string;
34
- identifier?: string;
35
- }>, "many">>;
23
+ }, z.core.$strip>>>;
36
24
  county: z.ZodOptional<z.ZodArray<z.ZodObject<{
37
25
  identifier: z.ZodString;
38
26
  id: z.ZodString;
39
- }, "strip", z.ZodTypeAny, {
40
- id?: string;
41
- identifier?: string;
42
- }, {
43
- id?: string;
44
- identifier?: string;
45
- }>, "many">>;
27
+ }, z.core.$strip>>>;
46
28
  countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
47
29
  identifier: z.ZodString;
48
30
  id: z.ZodString;
49
- }, "strip", z.ZodTypeAny, {
50
- id?: string;
51
- identifier?: string;
52
- }, {
53
- id?: string;
54
- identifier?: string;
55
- }>, "many">>;
56
- created: z.ZodEffects<z.ZodString, string, string>;
57
- documents: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
31
+ }, z.core.$strip>>>;
32
+ created: z.ZodString;
33
+ documents: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
58
34
  filename: z.ZodString;
59
- created: z.ZodEffects<z.ZodString, string, string>;
35
+ created: z.ZodString;
60
36
  document_id: z.ZodString;
61
37
  mimetype: z.ZodString;
62
38
  scanResultStatus: z.ZodOptional<z.ZodString>;
63
- type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
39
+ type: z.ZodOptional<z.ZodArray<z.ZodString>>;
64
40
  key: z.ZodOptional<z.ZodString>;
65
41
  userName: z.ZodOptional<z.ZodString>;
66
- }, "strip", z.ZodTypeAny, {
67
- type?: string[];
68
- key?: string;
69
- filename?: string;
70
- created?: string;
71
- document_id?: string;
72
- mimetype?: string;
73
- scanResultStatus?: string;
74
- userName?: string;
75
- }, {
76
- type?: string[];
77
- key?: string;
78
- filename?: string;
79
- created?: string;
80
- document_id?: string;
81
- mimetype?: string;
82
- scanResultStatus?: string;
83
- userName?: string;
84
- }>, "many">, z.ZodArray<z.ZodObject<{
42
+ }, z.core.$strip>, z.ZodObject<{
85
43
  file: z.ZodOptional<z.ZodString>;
86
44
  url: z.ZodString;
87
45
  created: z.ZodOptional<z.ZodString>;
88
- type: z.ZodArray<z.ZodString, "many">;
46
+ type: z.ZodArray<z.ZodString>;
89
47
  scanResultStatus: z.ZodOptional<z.ZodString>;
90
- documentDate: z.ZodEffects<z.ZodString, string, string>;
48
+ documentDate: z.ZodString;
91
49
  source: z.ZodOptional<z.ZodString>;
92
50
  id: z.ZodOptional<z.ZodString>;
93
- }, "strip", z.ZodTypeAny, {
94
- type?: string[];
95
- id?: string;
96
- source?: string;
97
- created?: string;
98
- scanResultStatus?: string;
99
- file?: string;
100
- url?: string;
101
- documentDate?: string;
102
- }, {
103
- type?: string[];
104
- id?: string;
105
- source?: string;
106
- created?: string;
107
- scanResultStatus?: string;
108
- file?: string;
109
- url?: string;
110
- documentDate?: string;
111
- }>, "many">]>>;
51
+ }, z.core.$strip>]>>>;
112
52
  facilityAddress: z.ZodOptional<z.ZodObject<{
113
53
  full: z.ZodOptional<z.ZodString>;
114
54
  city: z.ZodOptional<z.ZodString>;
@@ -119,108 +59,28 @@ export declare const SignalSchema: z.ZodObject<{
119
59
  country: z.ZodOptional<z.ZodString>;
120
60
  latitude: z.ZodOptional<z.ZodNumber>;
121
61
  longitude: z.ZodOptional<z.ZodNumber>;
122
- }, "strip", z.ZodTypeAny, {
123
- state?: string;
124
- city?: string;
125
- country?: string;
126
- full?: string;
127
- street?: string;
128
- street2?: string;
129
- zip?: string;
130
- latitude?: number;
131
- longitude?: number;
132
- }, {
133
- state?: string;
134
- city?: string;
135
- country?: string;
136
- full?: string;
137
- street?: string;
138
- street2?: string;
139
- zip?: string;
140
- latitude?: number;
141
- longitude?: number;
142
- }>>;
62
+ }, z.core.$strip>>;
143
63
  facilityName: z.ZodOptional<z.ZodString>;
144
- filingDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
64
+ filingDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
145
65
  geo: z.ZodObject<{
146
66
  default: z.ZodOptional<z.ZodObject<{
147
67
  lat: z.ZodNumber;
148
68
  lon: z.ZodNumber;
149
- }, "strip", z.ZodTypeAny, {
150
- lat?: number;
151
- lon?: number;
152
- }, {
153
- lat?: number;
154
- lon?: number;
155
- }>>;
69
+ }, z.core.$strip>>;
156
70
  defaultValue: z.ZodOptional<z.ZodString>;
157
71
  location: z.ZodOptional<z.ZodObject<{
158
72
  lat: z.ZodNumber;
159
73
  lon: z.ZodNumber;
160
- }, "strip", z.ZodTypeAny, {
161
- lat?: number;
162
- lon?: number;
163
- }, {
164
- lat?: number;
165
- lon?: number;
166
- }>>;
74
+ }, z.core.$strip>>;
167
75
  facility: z.ZodOptional<z.ZodObject<{
168
76
  lat: z.ZodNumber;
169
77
  lon: z.ZodNumber;
170
- }, "strip", z.ZodTypeAny, {
171
- lat?: number;
172
- lon?: number;
173
- }, {
174
- lat?: number;
175
- lon?: number;
176
- }>>;
78
+ }, z.core.$strip>>;
177
79
  county: z.ZodOptional<z.ZodObject<{
178
80
  lat: z.ZodNumber;
179
81
  lon: z.ZodNumber;
180
- }, "strip", z.ZodTypeAny, {
181
- lat?: number;
182
- lon?: number;
183
- }, {
184
- lat?: number;
185
- lon?: number;
186
- }>>;
187
- }, "strip", z.ZodTypeAny, {
188
- county?: {
189
- lat?: number;
190
- lon?: number;
191
- };
192
- location?: {
193
- lat?: number;
194
- lon?: number;
195
- };
196
- defaultValue?: string;
197
- default?: {
198
- lat?: number;
199
- lon?: number;
200
- };
201
- facility?: {
202
- lat?: number;
203
- lon?: number;
204
- };
205
- }, {
206
- county?: {
207
- lat?: number;
208
- lon?: number;
209
- };
210
- location?: {
211
- lat?: number;
212
- lon?: number;
213
- };
214
- defaultValue?: string;
215
- default?: {
216
- lat?: number;
217
- lon?: number;
218
- };
219
- facility?: {
220
- lat?: number;
221
- lon?: number;
222
- };
223
- }>;
82
+ }, z.core.$strip>>;
83
+ }, z.core.$strip>;
224
84
  headline: z.ZodString;
225
85
  id: z.ZodString;
226
86
  keyPeople: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -232,34 +92,15 @@ export declare const SignalSchema: z.ZodObject<{
232
92
  email: z.ZodOptional<z.ZodString>;
233
93
  phone: z.ZodOptional<z.ZodString>;
234
94
  source: z.ZodOptional<z.ZodString>;
235
- }, "strip", z.ZodTypeAny, {
236
- id?: string;
237
- identifier?: string;
238
- role?: string;
239
- source?: string;
240
- linkedinUrl?: string;
241
- fullName?: string;
242
- email?: string;
243
- phone?: string;
244
- }, {
245
- id?: string;
246
- identifier?: string;
247
- role?: string;
248
- source?: string;
249
- linkedinUrl?: string;
250
- fullName?: string;
251
- email?: string;
252
- phone?: string;
253
- }>, "many">>;
95
+ }, z.core.$strip>>>;
254
96
  location: z.ZodArray<z.ZodObject<{
255
97
  identifier: z.ZodString;
256
98
  id: z.ZodString;
257
- } & {
258
99
  isApproximate: z.ZodOptional<z.ZodBoolean>;
259
100
  components: z.ZodOptional<z.ZodObject<{
260
101
  'ISO_3166-1_alpha-2': z.ZodOptional<z.ZodString>;
261
102
  'ISO_3166-1_alpha-3': z.ZodOptional<z.ZodString>;
262
- 'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
103
+ 'ISO_3166-2': z.ZodOptional<z.ZodArray<z.ZodString>>;
263
104
  _category: z.ZodOptional<z.ZodString>;
264
105
  _normalized_city: z.ZodOptional<z.ZodString>;
265
106
  _type: z.ZodString;
@@ -273,218 +114,59 @@ export declare const SignalSchema: z.ZodObject<{
273
114
  political_union: z.ZodOptional<z.ZodString>;
274
115
  state: z.ZodOptional<z.ZodString>;
275
116
  state_district: z.ZodOptional<z.ZodString>;
276
- }, "strip", z.ZodTypeAny, {
277
- state?: string;
278
- county?: string;
279
- 'ISO_3166-1_alpha-2'?: string;
280
- 'ISO_3166-1_alpha-3'?: string;
281
- 'ISO_3166-2'?: string[];
282
- _category?: string;
283
- _normalized_city?: string;
284
- _type?: string;
285
- city?: string;
286
- continent?: string;
287
- country?: string;
288
- country_code?: string;
289
- state_code?: string;
290
- municipality?: string;
291
- political_union?: string;
292
- state_district?: string;
293
- }, {
294
- state?: string;
295
- county?: string;
296
- 'ISO_3166-1_alpha-2'?: string;
297
- 'ISO_3166-1_alpha-3'?: string;
298
- 'ISO_3166-2'?: string[];
299
- _category?: string;
300
- _normalized_city?: string;
301
- _type?: string;
302
- city?: string;
303
- continent?: string;
304
- country?: string;
305
- country_code?: string;
306
- state_code?: string;
307
- municipality?: string;
308
- political_union?: string;
309
- state_district?: string;
310
- }>>;
117
+ }, z.core.$strip>>;
311
118
  geometry: z.ZodOptional<z.ZodObject<{
312
119
  lat: z.ZodNumber;
313
120
  lng: z.ZodNumber;
314
- }, "strip", z.ZodTypeAny, {
315
- lat?: number;
316
- lng?: number;
317
- }, {
318
- lat?: number;
319
- lng?: number;
320
- }>>;
121
+ }, z.core.$strip>>;
321
122
  override: z.ZodOptional<z.ZodBoolean>;
322
- }, "strip", z.ZodTypeAny, {
323
- id?: string;
324
- identifier?: string;
325
- isApproximate?: boolean;
326
- components?: {
327
- state?: string;
328
- county?: string;
329
- 'ISO_3166-1_alpha-2'?: string;
330
- 'ISO_3166-1_alpha-3'?: string;
331
- 'ISO_3166-2'?: string[];
332
- _category?: string;
333
- _normalized_city?: string;
334
- _type?: string;
335
- city?: string;
336
- continent?: string;
337
- country?: string;
338
- country_code?: string;
339
- state_code?: string;
340
- municipality?: string;
341
- political_union?: string;
342
- state_district?: string;
343
- };
344
- geometry?: {
345
- lat?: number;
346
- lng?: number;
347
- };
348
- override?: boolean;
349
- }, {
350
- id?: string;
351
- identifier?: string;
352
- isApproximate?: boolean;
353
- components?: {
354
- state?: string;
355
- county?: string;
356
- 'ISO_3166-1_alpha-2'?: string;
357
- 'ISO_3166-1_alpha-3'?: string;
358
- 'ISO_3166-2'?: string[];
359
- _category?: string;
360
- _normalized_city?: string;
361
- _type?: string;
362
- city?: string;
363
- continent?: string;
364
- country?: string;
365
- country_code?: string;
366
- state_code?: string;
367
- municipality?: string;
368
- political_union?: string;
369
- state_district?: string;
370
- };
371
- geometry?: {
372
- lat?: number;
373
- lng?: number;
374
- };
375
- override?: boolean;
376
- }>, "many">;
123
+ }, z.core.$strip>>;
377
124
  mw: z.ZodOptional<z.ZodNumber>;
378
125
  organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
379
126
  identifier: z.ZodString;
380
127
  id: z.ZodString;
381
- } & {
382
128
  role: z.ZodString;
383
129
  ref: z.ZodOptional<z.ZodString>;
384
- }, "strip", z.ZodTypeAny, {
385
- id?: string;
386
- identifier?: string;
387
- role?: string;
388
- ref?: string;
389
- }, {
390
- id?: string;
391
- identifier?: string;
392
- role?: string;
393
- ref?: string;
394
- }>, "many">>;
130
+ }, z.core.$strip>>>;
395
131
  phase: z.ZodOptional<z.ZodString>;
396
132
  projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
397
133
  identifier: z.ZodString;
398
134
  id: z.ZodString;
399
- }, "strip", z.ZodTypeAny, {
400
- id?: string;
401
- identifier?: string;
402
- }, {
403
- id?: string;
404
- identifier?: string;
405
- }>, "many">>;
135
+ }, z.core.$strip>>>;
406
136
  projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
407
137
  identifier: z.ZodString;
408
138
  id: z.ZodString;
409
- }, "strip", z.ZodTypeAny, {
410
- id?: string;
411
- identifier?: string;
412
- }, {
413
- id?: string;
414
- identifier?: string;
415
- }>, "many">>;
416
- publishedDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
139
+ }, z.core.$strip>>>;
140
+ publishedDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
417
141
  pucTracker: z.ZodOptional<z.ZodArray<z.ZodObject<{
418
142
  identifier: z.ZodString;
419
143
  id: z.ZodString;
420
- }, "strip", z.ZodTypeAny, {
421
- id?: string;
422
- identifier?: string;
423
- }, {
424
- id?: string;
425
- identifier?: string;
426
- }>, "many">>;
144
+ }, z.core.$strip>>>;
427
145
  queueApplications: z.ZodOptional<z.ZodArray<z.ZodObject<{
428
146
  queueKey: z.ZodOptional<z.ZodString>;
429
147
  applicationId: z.ZodOptional<z.ZodString>;
430
148
  queueDataset: z.ZodOptional<z.ZodString>;
431
149
  id: z.ZodString;
432
150
  identifier: z.ZodString;
433
- }, "strip", z.ZodTypeAny, {
434
- id?: string;
435
- identifier?: string;
436
- queueKey?: string;
437
- applicationId?: string;
438
- queueDataset?: string;
439
- }, {
440
- id?: string;
441
- identifier?: string;
442
- queueKey?: string;
443
- applicationId?: string;
444
- queueDataset?: string;
445
- }>, "many">>;
151
+ }, z.core.$strip>>>;
446
152
  schoolDistrict: z.ZodOptional<z.ZodArray<z.ZodObject<{
447
153
  identifier: z.ZodString;
448
154
  id: z.ZodString;
449
- }, "strip", z.ZodTypeAny, {
450
- id?: string;
451
- identifier?: string;
452
- }, {
453
- id?: string;
454
- identifier?: string;
455
- }>, "many">>;
155
+ }, z.core.$strip>>>;
456
156
  sectors: z.ZodArray<z.ZodObject<{
457
157
  identifier: z.ZodString;
458
158
  id: z.ZodString;
459
- }, "strip", z.ZodTypeAny, {
460
- id?: string;
461
- identifier?: string;
462
- }, {
463
- id?: string;
464
- identifier?: string;
465
- }>, "many">;
159
+ }, z.core.$strip>>;
466
160
  state: z.ZodArray<z.ZodObject<{
467
161
  identifier: z.ZodString;
468
162
  id: z.ZodString;
469
- }, "strip", z.ZodTypeAny, {
470
- id?: string;
471
- identifier?: string;
472
- }, {
473
- id?: string;
474
- identifier?: string;
475
- }>, "many">;
476
- status: z.ZodNativeEnum<typeof PublishStatus>;
163
+ }, z.core.$strip>>;
164
+ status: z.ZodEnum<typeof PublishStatus>;
477
165
  subType: z.ZodOptional<z.ZodArray<z.ZodObject<{
478
166
  identifier: z.ZodString;
479
167
  id: z.ZodString;
480
- }, "strip", z.ZodTypeAny, {
481
- id?: string;
482
- identifier?: string;
483
- }, {
484
- id?: string;
485
- identifier?: string;
486
- }>, "many">>;
487
- totals: z.ZodOptional<z.ZodEffects<z.ZodObject<{
168
+ }, z.core.$strip>>>;
169
+ totals: z.ZodOptional<z.ZodObject<{
488
170
  offtaker: z.ZodOptional<z.ZodNumber>;
489
171
  projects: z.ZodOptional<z.ZodNumber>;
490
172
  keyPeople: z.ZodOptional<z.ZodNumber>;
@@ -497,422 +179,12 @@ export declare const SignalSchema: z.ZodObject<{
497
179
  developer: z.ZodOptional<z.ZodNumber>;
498
180
  intels: z.ZodOptional<z.ZodNumber>;
499
181
  signals: z.ZodOptional<z.ZodNumber>;
500
- }, "strip", z.ZodTypeAny, {
501
- keyPeople?: number;
502
- offtaker?: number;
503
- projects?: number;
504
- documents?: number;
505
- organizations?: number;
506
- queueApplications?: number;
507
- utility?: number;
508
- puc?: number;
509
- epc?: number;
510
- developer?: number;
511
- intels?: number;
512
- signals?: number;
513
- }, {
514
- keyPeople?: number;
515
- offtaker?: number;
516
- projects?: number;
517
- documents?: number;
518
- organizations?: number;
519
- queueApplications?: number;
520
- utility?: number;
521
- puc?: number;
522
- epc?: number;
523
- developer?: number;
524
- intels?: number;
525
- signals?: number;
526
- }>, {
527
- keyPeople?: number;
528
- offtaker?: number;
529
- projects?: number;
530
- documents?: number;
531
- organizations?: number;
532
- queueApplications?: number;
533
- utility?: number;
534
- puc?: number;
535
- epc?: number;
536
- developer?: number;
537
- intels?: number;
538
- signals?: number;
539
- }, {
540
- keyPeople?: number;
541
- offtaker?: number;
542
- projects?: number;
543
- documents?: number;
544
- organizations?: number;
545
- queueApplications?: number;
546
- utility?: number;
547
- puc?: number;
548
- epc?: number;
549
- developer?: number;
550
- intels?: number;
551
- signals?: number;
552
- }>>;
182
+ }, z.core.$strip>>;
553
183
  type: z.ZodOptional<z.ZodObject<{
554
184
  identifier: z.ZodString;
555
185
  id: z.ZodString;
556
- }, "strip", z.ZodTypeAny, {
557
- id?: string;
558
- identifier?: string;
559
- }, {
560
- id?: string;
561
- identifier?: string;
562
- }>>;
563
- }, "strip", z.ZodTypeAny, {
564
- type?: {
565
- id?: string;
566
- identifier?: string;
567
- };
568
- subType?: {
569
- id?: string;
570
- identifier?: string;
571
- }[];
572
- sectors?: {
573
- id?: string;
574
- identifier?: string;
575
- }[];
576
- state?: {
577
- id?: string;
578
- identifier?: string;
579
- }[];
580
- county?: {
581
- id?: string;
582
- identifier?: string;
583
- }[];
584
- keyPeople?: {
585
- id?: string;
586
- identifier?: string;
587
- role?: string;
588
- source?: string;
589
- linkedinUrl?: string;
590
- fullName?: string;
591
- email?: string;
592
- phone?: string;
593
- }[];
594
- id?: string;
595
- location?: {
596
- id?: string;
597
- identifier?: string;
598
- isApproximate?: boolean;
599
- components?: {
600
- state?: string;
601
- county?: string;
602
- 'ISO_3166-1_alpha-2'?: string;
603
- 'ISO_3166-1_alpha-3'?: string;
604
- 'ISO_3166-2'?: string[];
605
- _category?: string;
606
- _normalized_city?: string;
607
- _type?: string;
608
- city?: string;
609
- continent?: string;
610
- country?: string;
611
- country_code?: string;
612
- state_code?: string;
613
- municipality?: string;
614
- political_union?: string;
615
- state_district?: string;
616
- };
617
- geometry?: {
618
- lat?: number;
619
- lng?: number;
620
- };
621
- override?: boolean;
622
- }[];
623
- status?: PublishStatus;
624
- country?: {
625
- id?: string;
626
- identifier?: string;
627
- }[];
628
- created?: string;
629
- projects?: {
630
- id?: string;
631
- identifier?: string;
632
- }[];
633
- documents?: {
634
- type?: string[];
635
- key?: string;
636
- filename?: string;
637
- created?: string;
638
- document_id?: string;
639
- mimetype?: string;
640
- scanResultStatus?: string;
641
- userName?: string;
642
- }[] | {
643
- type?: string[];
644
- id?: string;
645
- source?: string;
646
- created?: string;
647
- scanResultStatus?: string;
648
- file?: string;
649
- url?: string;
650
- documentDate?: string;
651
- }[];
652
- organizations?: {
653
- id?: string;
654
- identifier?: string;
655
- role?: string;
656
- ref?: string;
657
- }[];
658
- queueApplications?: {
659
- id?: string;
660
- identifier?: string;
661
- queueKey?: string;
662
- applicationId?: string;
663
- queueDataset?: string;
664
- }[];
665
- $organizations?: string;
666
- allSectors?: string;
667
- audiences?: {
668
- id?: string;
669
- identifier?: string;
670
- }[];
671
- body?: string;
672
- commercialOperationDate?: string;
673
- countyBoard?: {
674
- id?: string;
675
- identifier?: string;
676
- }[];
677
- facilityAddress?: {
678
- state?: string;
679
- city?: string;
680
- country?: string;
681
- full?: string;
682
- street?: string;
683
- street2?: string;
684
- zip?: string;
685
- latitude?: number;
686
- longitude?: number;
687
- };
688
- facilityName?: string;
689
- filingDate?: string;
690
- geo?: {
691
- county?: {
692
- lat?: number;
693
- lon?: number;
694
- };
695
- location?: {
696
- lat?: number;
697
- lon?: number;
698
- };
699
- defaultValue?: string;
700
- default?: {
701
- lat?: number;
702
- lon?: number;
703
- };
704
- facility?: {
705
- lat?: number;
706
- lon?: number;
707
- };
708
- };
709
- headline?: string;
710
- mw?: number;
711
- phase?: string;
712
- projectPipeline?: {
713
- id?: string;
714
- identifier?: string;
715
- }[];
716
- publishedDate?: string;
717
- pucTracker?: {
718
- id?: string;
719
- identifier?: string;
720
- }[];
721
- schoolDistrict?: {
722
- id?: string;
723
- identifier?: string;
724
- }[];
725
- totals?: {
726
- keyPeople?: number;
727
- offtaker?: number;
728
- projects?: number;
729
- documents?: number;
730
- organizations?: number;
731
- queueApplications?: number;
732
- utility?: number;
733
- puc?: number;
734
- epc?: number;
735
- developer?: number;
736
- intels?: number;
737
- signals?: number;
738
- };
739
- }, {
740
- type?: {
741
- id?: string;
742
- identifier?: string;
743
- };
744
- subType?: {
745
- id?: string;
746
- identifier?: string;
747
- }[];
748
- sectors?: {
749
- id?: string;
750
- identifier?: string;
751
- }[];
752
- state?: {
753
- id?: string;
754
- identifier?: string;
755
- }[];
756
- county?: {
757
- id?: string;
758
- identifier?: string;
759
- }[];
760
- keyPeople?: {
761
- id?: string;
762
- identifier?: string;
763
- role?: string;
764
- source?: string;
765
- linkedinUrl?: string;
766
- fullName?: string;
767
- email?: string;
768
- phone?: string;
769
- }[];
770
- id?: string;
771
- location?: {
772
- id?: string;
773
- identifier?: string;
774
- isApproximate?: boolean;
775
- components?: {
776
- state?: string;
777
- county?: string;
778
- 'ISO_3166-1_alpha-2'?: string;
779
- 'ISO_3166-1_alpha-3'?: string;
780
- 'ISO_3166-2'?: string[];
781
- _category?: string;
782
- _normalized_city?: string;
783
- _type?: string;
784
- city?: string;
785
- continent?: string;
786
- country?: string;
787
- country_code?: string;
788
- state_code?: string;
789
- municipality?: string;
790
- political_union?: string;
791
- state_district?: string;
792
- };
793
- geometry?: {
794
- lat?: number;
795
- lng?: number;
796
- };
797
- override?: boolean;
798
- }[];
799
- status?: PublishStatus;
800
- country?: {
801
- id?: string;
802
- identifier?: string;
803
- }[];
804
- created?: string;
805
- projects?: {
806
- id?: string;
807
- identifier?: string;
808
- }[];
809
- documents?: {
810
- type?: string[];
811
- key?: string;
812
- filename?: string;
813
- created?: string;
814
- document_id?: string;
815
- mimetype?: string;
816
- scanResultStatus?: string;
817
- userName?: string;
818
- }[] | {
819
- type?: string[];
820
- id?: string;
821
- source?: string;
822
- created?: string;
823
- scanResultStatus?: string;
824
- file?: string;
825
- url?: string;
826
- documentDate?: string;
827
- }[];
828
- organizations?: {
829
- id?: string;
830
- identifier?: string;
831
- role?: string;
832
- ref?: string;
833
- }[];
834
- queueApplications?: {
835
- id?: string;
836
- identifier?: string;
837
- queueKey?: string;
838
- applicationId?: string;
839
- queueDataset?: string;
840
- }[];
841
- $organizations?: string;
842
- allSectors?: string;
843
- audiences?: {
844
- id?: string;
845
- identifier?: string;
846
- }[];
847
- body?: string;
848
- commercialOperationDate?: string;
849
- countyBoard?: {
850
- id?: string;
851
- identifier?: string;
852
- }[];
853
- facilityAddress?: {
854
- state?: string;
855
- city?: string;
856
- country?: string;
857
- full?: string;
858
- street?: string;
859
- street2?: string;
860
- zip?: string;
861
- latitude?: number;
862
- longitude?: number;
863
- };
864
- facilityName?: string;
865
- filingDate?: string;
866
- geo?: {
867
- county?: {
868
- lat?: number;
869
- lon?: number;
870
- };
871
- location?: {
872
- lat?: number;
873
- lon?: number;
874
- };
875
- defaultValue?: string;
876
- default?: {
877
- lat?: number;
878
- lon?: number;
879
- };
880
- facility?: {
881
- lat?: number;
882
- lon?: number;
883
- };
884
- };
885
- headline?: string;
886
- mw?: number;
887
- phase?: string;
888
- projectPipeline?: {
889
- id?: string;
890
- identifier?: string;
891
- }[];
892
- publishedDate?: string;
893
- pucTracker?: {
894
- id?: string;
895
- identifier?: string;
896
- }[];
897
- schoolDistrict?: {
898
- id?: string;
899
- identifier?: string;
900
- }[];
901
- totals?: {
902
- keyPeople?: number;
903
- offtaker?: number;
904
- projects?: number;
905
- documents?: number;
906
- organizations?: number;
907
- queueApplications?: number;
908
- utility?: number;
909
- puc?: number;
910
- epc?: number;
911
- developer?: number;
912
- intels?: number;
913
- signals?: number;
914
- };
915
- }>;
186
+ }, z.core.$strip>>;
187
+ }, z.core.$strip>;
916
188
  export type Signal = z.infer<typeof SignalSchema>;
917
189
  export type OrganizationItem = z.infer<typeof OrganizationItemSchema>;
918
190
  export type DocumentRecord = z.infer<typeof DocumentRecordSchema>;