@new-project-media/client-frontends-shared-types 2.0.3 → 2.0.5
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,105 +1,19 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
declare const
|
|
3
|
-
id: z.ZodString;
|
|
4
|
-
schema: z.ZodString;
|
|
5
|
-
}, "strip", z.ZodTypeAny, {
|
|
6
|
-
id?: string;
|
|
7
|
-
schema?: string;
|
|
8
|
-
}, {
|
|
9
|
-
id?: string;
|
|
10
|
-
schema?: string;
|
|
11
|
-
}>;
|
|
12
|
-
declare const euQueueListSchema: z.ZodObject<{
|
|
2
|
+
declare const euQueueDetailsSchema: z.ZodObject<{
|
|
13
3
|
id: z.ZodString;
|
|
14
4
|
} & {
|
|
15
5
|
schema: z.ZodLiteral<"eu_queue">;
|
|
16
6
|
} & {
|
|
17
|
-
|
|
7
|
+
$organizations: z.ZodOptional<z.ZodString>;
|
|
18
8
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
19
9
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
10
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
20
11
|
country: z.ZodOptional<z.ZodString>;
|
|
21
|
-
geo: z.ZodOptional<z.ZodObject<{
|
|
22
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
23
|
-
default: z.ZodOptional<z.ZodObject<{
|
|
24
|
-
lon: z.ZodNumber;
|
|
25
|
-
lat: z.ZodNumber;
|
|
26
|
-
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
lat?: number;
|
|
28
|
-
lon?: number;
|
|
29
|
-
}, {
|
|
30
|
-
lat?: number;
|
|
31
|
-
lon?: number;
|
|
32
|
-
}>>;
|
|
33
|
-
project: z.ZodOptional<z.ZodObject<{
|
|
34
|
-
lon: z.ZodNumber;
|
|
35
|
-
lat: z.ZodNumber;
|
|
36
|
-
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
lat?: number;
|
|
38
|
-
lon?: number;
|
|
39
|
-
}, {
|
|
40
|
-
lat?: number;
|
|
41
|
-
lon?: number;
|
|
42
|
-
}>>;
|
|
43
|
-
county: z.ZodOptional<z.ZodObject<{
|
|
44
|
-
lon: z.ZodNumber;
|
|
45
|
-
lat: z.ZodNumber;
|
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
lat?: number;
|
|
48
|
-
lon?: number;
|
|
49
|
-
}, {
|
|
50
|
-
lat?: number;
|
|
51
|
-
lon?: number;
|
|
52
|
-
}>>;
|
|
53
|
-
facility: z.ZodOptional<z.ZodObject<{
|
|
54
|
-
lon: z.ZodNumber;
|
|
55
|
-
lat: z.ZodNumber;
|
|
56
|
-
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
lat?: number;
|
|
58
|
-
lon?: number;
|
|
59
|
-
}, {
|
|
60
|
-
lat?: number;
|
|
61
|
-
lon?: number;
|
|
62
|
-
}>>;
|
|
63
|
-
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
county?: {
|
|
65
|
-
lat?: number;
|
|
66
|
-
lon?: number;
|
|
67
|
-
};
|
|
68
|
-
defaultValue?: string;
|
|
69
|
-
default?: {
|
|
70
|
-
lat?: number;
|
|
71
|
-
lon?: number;
|
|
72
|
-
};
|
|
73
|
-
project?: {
|
|
74
|
-
lat?: number;
|
|
75
|
-
lon?: number;
|
|
76
|
-
};
|
|
77
|
-
facility?: {
|
|
78
|
-
lat?: number;
|
|
79
|
-
lon?: number;
|
|
80
|
-
};
|
|
81
|
-
}, {
|
|
82
|
-
county?: {
|
|
83
|
-
lat?: number;
|
|
84
|
-
lon?: number;
|
|
85
|
-
};
|
|
86
|
-
defaultValue?: string;
|
|
87
|
-
default?: {
|
|
88
|
-
lat?: number;
|
|
89
|
-
lon?: number;
|
|
90
|
-
};
|
|
91
|
-
project?: {
|
|
92
|
-
lat?: number;
|
|
93
|
-
lon?: number;
|
|
94
|
-
};
|
|
95
|
-
facility?: {
|
|
96
|
-
lat?: number;
|
|
97
|
-
lon?: number;
|
|
98
|
-
};
|
|
99
|
-
}>>;
|
|
100
12
|
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
101
13
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
102
14
|
localState: z.ZodOptional<z.ZodString>;
|
|
15
|
+
localTown: z.ZodOptional<z.ZodString>;
|
|
16
|
+
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
103
17
|
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
104
18
|
identifier: z.ZodString;
|
|
105
19
|
id: z.ZodString;
|
|
@@ -117,10 +31,10 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
117
31
|
role?: string;
|
|
118
32
|
ref?: string;
|
|
119
33
|
}>, "many">>;
|
|
120
|
-
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
121
34
|
projectName: z.ZodOptional<z.ZodString>;
|
|
122
35
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
123
36
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
37
|
+
refId: z.ZodOptional<z.ZodString>;
|
|
124
38
|
sectors: z.ZodArray<z.ZodObject<{
|
|
125
39
|
identifier: z.ZodString;
|
|
126
40
|
id: z.ZodString;
|
|
@@ -132,7 +46,10 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
132
46
|
identifier?: string;
|
|
133
47
|
}>, "many">;
|
|
134
48
|
status: z.ZodOptional<z.ZodString>;
|
|
49
|
+
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
50
|
+
technology: z.ZodOptional<z.ZodString>;
|
|
135
51
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
52
|
+
windFarmName: z.ZodOptional<z.ZodString>;
|
|
136
53
|
}, "strict", z.ZodTypeAny, {
|
|
137
54
|
sectors?: {
|
|
138
55
|
id?: string;
|
|
@@ -149,35 +66,22 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
149
66
|
role?: string;
|
|
150
67
|
ref?: string;
|
|
151
68
|
}[];
|
|
152
|
-
geo?: {
|
|
153
|
-
county?: {
|
|
154
|
-
lat?: number;
|
|
155
|
-
lon?: number;
|
|
156
|
-
};
|
|
157
|
-
defaultValue?: string;
|
|
158
|
-
default?: {
|
|
159
|
-
lat?: number;
|
|
160
|
-
lon?: number;
|
|
161
|
-
};
|
|
162
|
-
project?: {
|
|
163
|
-
lat?: number;
|
|
164
|
-
lon?: number;
|
|
165
|
-
};
|
|
166
|
-
facility?: {
|
|
167
|
-
lat?: number;
|
|
168
|
-
lon?: number;
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
69
|
allSectors?: string;
|
|
70
|
+
$organizations?: string;
|
|
172
71
|
queueDate?: string;
|
|
173
72
|
schema?: "eu_queue";
|
|
174
|
-
|
|
73
|
+
applicationStatus?: string;
|
|
175
74
|
lastModified?: string;
|
|
176
75
|
localCounty?: string;
|
|
177
76
|
localState?: string;
|
|
178
|
-
plannedOperationalDate?: string;
|
|
179
77
|
projectName?: string;
|
|
180
78
|
totalMw?: number;
|
|
79
|
+
localTown?: string;
|
|
80
|
+
mwNet?: number;
|
|
81
|
+
refId?: string;
|
|
82
|
+
storageCapacity?: number;
|
|
83
|
+
technology?: string;
|
|
84
|
+
windFarmName?: string;
|
|
181
85
|
}, {
|
|
182
86
|
sectors?: {
|
|
183
87
|
id?: string;
|
|
@@ -194,45 +98,32 @@ declare const euQueueListSchema: z.ZodObject<{
|
|
|
194
98
|
role?: string;
|
|
195
99
|
ref?: string;
|
|
196
100
|
}[];
|
|
197
|
-
geo?: {
|
|
198
|
-
county?: {
|
|
199
|
-
lat?: number;
|
|
200
|
-
lon?: number;
|
|
201
|
-
};
|
|
202
|
-
defaultValue?: string;
|
|
203
|
-
default?: {
|
|
204
|
-
lat?: number;
|
|
205
|
-
lon?: number;
|
|
206
|
-
};
|
|
207
|
-
project?: {
|
|
208
|
-
lat?: number;
|
|
209
|
-
lon?: number;
|
|
210
|
-
};
|
|
211
|
-
facility?: {
|
|
212
|
-
lat?: number;
|
|
213
|
-
lon?: number;
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
101
|
allSectors?: string;
|
|
102
|
+
$organizations?: string;
|
|
217
103
|
queueDate?: string;
|
|
218
104
|
schema?: "eu_queue";
|
|
219
|
-
|
|
105
|
+
applicationStatus?: string;
|
|
220
106
|
lastModified?: string;
|
|
221
107
|
localCounty?: string;
|
|
222
108
|
localState?: string;
|
|
223
|
-
plannedOperationalDate?: string;
|
|
224
109
|
projectName?: string;
|
|
225
110
|
totalMw?: number;
|
|
111
|
+
localTown?: string;
|
|
112
|
+
mwNet?: number;
|
|
113
|
+
refId?: string;
|
|
114
|
+
storageCapacity?: number;
|
|
115
|
+
technology?: string;
|
|
116
|
+
windFarmName?: string;
|
|
226
117
|
}>;
|
|
227
|
-
declare const
|
|
118
|
+
declare const usQueueDetailsSchema: z.ZodObject<{
|
|
228
119
|
id: z.ZodString;
|
|
229
120
|
} & {
|
|
230
121
|
schema: z.ZodLiteral<"us_queue">;
|
|
231
122
|
} & {
|
|
123
|
+
$organizations: z.ZodOptional<z.ZodString>;
|
|
232
124
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
233
125
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
234
126
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
235
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
236
127
|
applicationTags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
237
128
|
identifier: z.ZodString;
|
|
238
129
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -240,6 +131,27 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
240
131
|
}, {
|
|
241
132
|
identifier?: string;
|
|
242
133
|
}>, "many">>;
|
|
134
|
+
applicationType: z.ZodOptional<z.ZodString>;
|
|
135
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
136
|
+
cost: z.ZodOptional<z.ZodObject<{
|
|
137
|
+
costCompany: z.ZodString;
|
|
138
|
+
costYear: z.ZodNumber;
|
|
139
|
+
networkCostKW: z.ZodNumber;
|
|
140
|
+
poiCostKW: z.ZodNumber;
|
|
141
|
+
totalCostKW: z.ZodNumber;
|
|
142
|
+
}, "strip", z.ZodTypeAny, {
|
|
143
|
+
costCompany?: string;
|
|
144
|
+
costYear?: number;
|
|
145
|
+
networkCostKW?: number;
|
|
146
|
+
poiCostKW?: number;
|
|
147
|
+
totalCostKW?: number;
|
|
148
|
+
}, {
|
|
149
|
+
costCompany?: string;
|
|
150
|
+
costYear?: number;
|
|
151
|
+
networkCostKW?: number;
|
|
152
|
+
poiCostKW?: number;
|
|
153
|
+
totalCostKW?: number;
|
|
154
|
+
}>>;
|
|
243
155
|
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
244
156
|
identifier: z.ZodString;
|
|
245
157
|
id: z.ZodString;
|
|
@@ -250,98 +162,143 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
250
162
|
id?: string;
|
|
251
163
|
identifier?: string;
|
|
252
164
|
}>, "many">>;
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
lat?: number;
|
|
263
|
-
lon?: number;
|
|
264
|
-
}>>;
|
|
265
|
-
project: z.ZodOptional<z.ZodObject<{
|
|
266
|
-
lon: z.ZodNumber;
|
|
267
|
-
lat: z.ZodNumber;
|
|
268
|
-
}, "strip", z.ZodTypeAny, {
|
|
269
|
-
lat?: number;
|
|
270
|
-
lon?: number;
|
|
271
|
-
}, {
|
|
272
|
-
lat?: number;
|
|
273
|
-
lon?: number;
|
|
274
|
-
}>>;
|
|
275
|
-
county: z.ZodOptional<z.ZodObject<{
|
|
276
|
-
lon: z.ZodNumber;
|
|
277
|
-
lat: z.ZodNumber;
|
|
278
|
-
}, "strip", z.ZodTypeAny, {
|
|
279
|
-
lat?: number;
|
|
280
|
-
lon?: number;
|
|
281
|
-
}, {
|
|
282
|
-
lat?: number;
|
|
283
|
-
lon?: number;
|
|
284
|
-
}>>;
|
|
285
|
-
facility: z.ZodOptional<z.ZodObject<{
|
|
286
|
-
lon: z.ZodNumber;
|
|
287
|
-
lat: z.ZodNumber;
|
|
288
|
-
}, "strip", z.ZodTypeAny, {
|
|
289
|
-
lat?: number;
|
|
290
|
-
lon?: number;
|
|
291
|
-
}, {
|
|
292
|
-
lat?: number;
|
|
293
|
-
lon?: number;
|
|
294
|
-
}>>;
|
|
165
|
+
dateCreated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
166
|
+
documents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
167
|
+
date: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
168
|
+
document_id: z.ZodOptional<z.ZodString>;
|
|
169
|
+
filing_id: z.ZodOptional<z.ZodString>;
|
|
170
|
+
isSignal: z.ZodBoolean;
|
|
171
|
+
key: z.ZodOptional<z.ZodString>;
|
|
172
|
+
type: z.ZodArray<z.ZodString, "many">;
|
|
173
|
+
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
295
174
|
}, "strip", z.ZodTypeAny, {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
lon?: number;
|
|
304
|
-
};
|
|
305
|
-
project?: {
|
|
306
|
-
lat?: number;
|
|
307
|
-
lon?: number;
|
|
308
|
-
};
|
|
309
|
-
facility?: {
|
|
310
|
-
lat?: number;
|
|
311
|
-
lon?: number;
|
|
312
|
-
};
|
|
175
|
+
type?: string[];
|
|
176
|
+
key?: string;
|
|
177
|
+
date?: string;
|
|
178
|
+
document_id?: string;
|
|
179
|
+
url?: string;
|
|
180
|
+
filing_id?: string;
|
|
181
|
+
isSignal?: boolean;
|
|
313
182
|
}, {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
facility?: {
|
|
328
|
-
lat?: number;
|
|
329
|
-
lon?: number;
|
|
330
|
-
};
|
|
331
|
-
}>>;
|
|
332
|
-
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
333
|
-
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
334
|
-
localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
335
|
-
identifier: z.ZodString;
|
|
183
|
+
type?: string[];
|
|
184
|
+
key?: string;
|
|
185
|
+
date?: string;
|
|
186
|
+
document_id?: string;
|
|
187
|
+
url?: string;
|
|
188
|
+
filing_id?: string;
|
|
189
|
+
isSignal?: boolean;
|
|
190
|
+
}>, "many">>;
|
|
191
|
+
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
192
|
+
applicationId: z.ZodString;
|
|
193
|
+
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
194
|
+
eventHash: z.ZodOptional<z.ZodString>;
|
|
195
|
+
eventType: z.ZodEnum<["add", "update"]>;
|
|
336
196
|
id: z.ZodString;
|
|
197
|
+
propKey: z.ZodString;
|
|
198
|
+
propType: z.ZodEnum<["applicationTags", "tracked"]>;
|
|
199
|
+
propVal: z.ZodString;
|
|
200
|
+
queueDate: z.ZodString;
|
|
201
|
+
queueKey: z.ZodString;
|
|
202
|
+
reportDate: z.ZodString;
|
|
203
|
+
set: z.ZodNumber;
|
|
204
|
+
transition: z.ZodOptional<z.ZodObject<{
|
|
205
|
+
delta: z.ZodOptional<z.ZodNumber>;
|
|
206
|
+
durationInDays: z.ZodNumber;
|
|
207
|
+
from: z.ZodObject<{
|
|
208
|
+
assigned: z.ZodString;
|
|
209
|
+
value: z.ZodString;
|
|
210
|
+
}, "strip", z.ZodTypeAny, {
|
|
211
|
+
value?: string;
|
|
212
|
+
assigned?: string;
|
|
213
|
+
}, {
|
|
214
|
+
value?: string;
|
|
215
|
+
assigned?: string;
|
|
216
|
+
}>;
|
|
217
|
+
to: z.ZodObject<{
|
|
218
|
+
assigned: z.ZodString;
|
|
219
|
+
value: z.ZodString;
|
|
220
|
+
}, "strip", z.ZodTypeAny, {
|
|
221
|
+
value?: string;
|
|
222
|
+
assigned?: string;
|
|
223
|
+
}, {
|
|
224
|
+
value?: string;
|
|
225
|
+
assigned?: string;
|
|
226
|
+
}>;
|
|
227
|
+
}, "strip", z.ZodTypeAny, {
|
|
228
|
+
delta?: number;
|
|
229
|
+
durationInDays?: number;
|
|
230
|
+
from?: {
|
|
231
|
+
value?: string;
|
|
232
|
+
assigned?: string;
|
|
233
|
+
};
|
|
234
|
+
to?: {
|
|
235
|
+
value?: string;
|
|
236
|
+
assigned?: string;
|
|
237
|
+
};
|
|
238
|
+
}, {
|
|
239
|
+
delta?: number;
|
|
240
|
+
durationInDays?: number;
|
|
241
|
+
from?: {
|
|
242
|
+
value?: string;
|
|
243
|
+
assigned?: string;
|
|
244
|
+
};
|
|
245
|
+
to?: {
|
|
246
|
+
value?: string;
|
|
247
|
+
assigned?: string;
|
|
248
|
+
};
|
|
249
|
+
}>>;
|
|
337
250
|
}, "strip", z.ZodTypeAny, {
|
|
338
251
|
id?: string;
|
|
339
|
-
|
|
252
|
+
queueKey?: string;
|
|
253
|
+
applicationId?: string;
|
|
254
|
+
set?: number;
|
|
255
|
+
daysInQueue?: number;
|
|
256
|
+
eventHash?: string;
|
|
257
|
+
reportDate?: string;
|
|
258
|
+
eventType?: "add" | "update";
|
|
259
|
+
propKey?: string;
|
|
260
|
+
propType?: "applicationTags" | "tracked";
|
|
261
|
+
propVal?: string;
|
|
262
|
+
queueDate?: string;
|
|
263
|
+
transition?: {
|
|
264
|
+
delta?: number;
|
|
265
|
+
durationInDays?: number;
|
|
266
|
+
from?: {
|
|
267
|
+
value?: string;
|
|
268
|
+
assigned?: string;
|
|
269
|
+
};
|
|
270
|
+
to?: {
|
|
271
|
+
value?: string;
|
|
272
|
+
assigned?: string;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
340
275
|
}, {
|
|
341
276
|
id?: string;
|
|
342
|
-
|
|
277
|
+
queueKey?: string;
|
|
278
|
+
applicationId?: string;
|
|
279
|
+
set?: number;
|
|
280
|
+
daysInQueue?: number;
|
|
281
|
+
eventHash?: string;
|
|
282
|
+
reportDate?: string;
|
|
283
|
+
eventType?: "add" | "update";
|
|
284
|
+
propKey?: string;
|
|
285
|
+
propType?: "applicationTags" | "tracked";
|
|
286
|
+
propVal?: string;
|
|
287
|
+
queueDate?: string;
|
|
288
|
+
transition?: {
|
|
289
|
+
delta?: number;
|
|
290
|
+
durationInDays?: number;
|
|
291
|
+
from?: {
|
|
292
|
+
value?: string;
|
|
293
|
+
assigned?: string;
|
|
294
|
+
};
|
|
295
|
+
to?: {
|
|
296
|
+
value?: string;
|
|
297
|
+
assigned?: string;
|
|
298
|
+
};
|
|
299
|
+
};
|
|
343
300
|
}>, "many">>;
|
|
344
|
-
|
|
301
|
+
isoRtoConnection: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
345
302
|
identifier: z.ZodString;
|
|
346
303
|
id: z.ZodString;
|
|
347
304
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -351,29 +308,45 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
351
308
|
id?: string;
|
|
352
309
|
identifier?: string;
|
|
353
310
|
}>, "many">>;
|
|
354
|
-
|
|
311
|
+
keyPeople: z.ZodOptional<z.ZodObject<{
|
|
312
|
+
created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
313
|
+
email: z.ZodOptional<z.ZodString>;
|
|
314
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
315
|
+
id: z.ZodOptional<z.ZodString>;
|
|
316
|
+
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
317
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
318
|
+
roles: z.ZodArray<z.ZodOptional<z.ZodString>, "many">;
|
|
319
|
+
source: z.ZodOptional<z.ZodString>;
|
|
320
|
+
}, "strip", z.ZodTypeAny, {
|
|
321
|
+
id?: string;
|
|
322
|
+
linkedinUrl?: string;
|
|
323
|
+
fullName?: string;
|
|
324
|
+
email?: string;
|
|
325
|
+
phone?: string;
|
|
326
|
+
source?: string;
|
|
327
|
+
created?: string;
|
|
328
|
+
roles?: string[];
|
|
329
|
+
}, {
|
|
330
|
+
id?: string;
|
|
331
|
+
linkedinUrl?: string;
|
|
332
|
+
fullName?: string;
|
|
333
|
+
email?: string;
|
|
334
|
+
phone?: string;
|
|
335
|
+
source?: string;
|
|
336
|
+
created?: string;
|
|
337
|
+
roles?: string[];
|
|
338
|
+
}>>;
|
|
339
|
+
localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
355
340
|
identifier: z.ZodString;
|
|
356
341
|
id: z.ZodString;
|
|
357
|
-
} & {
|
|
358
|
-
role: z.ZodString;
|
|
359
|
-
ref: z.ZodOptional<z.ZodString>;
|
|
360
342
|
}, "strip", z.ZodTypeAny, {
|
|
361
343
|
id?: string;
|
|
362
344
|
identifier?: string;
|
|
363
|
-
role?: string;
|
|
364
|
-
ref?: string;
|
|
365
345
|
}, {
|
|
366
346
|
id?: string;
|
|
367
347
|
identifier?: string;
|
|
368
|
-
role?: string;
|
|
369
|
-
ref?: string;
|
|
370
348
|
}>, "many">>;
|
|
371
|
-
|
|
372
|
-
poiLocation: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodOptional<z.ZodNumber>]>;
|
|
373
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
374
|
-
queueDataset: z.ZodOptional<z.ZodString>;
|
|
375
|
-
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
376
|
-
sectors: z.ZodArray<z.ZodObject<{
|
|
349
|
+
localState: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
377
350
|
identifier: z.ZodString;
|
|
378
351
|
id: z.ZodString;
|
|
379
352
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -382,142 +355,115 @@ declare const usQueueListSchema: z.ZodObject<{
|
|
|
382
355
|
}, {
|
|
383
356
|
id?: string;
|
|
384
357
|
identifier?: string;
|
|
385
|
-
}>, "many"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
}[];
|
|
495
|
-
localState?: {
|
|
496
|
-
id?: string;
|
|
497
|
-
identifier?: string;
|
|
498
|
-
}[];
|
|
499
|
-
plannedOperationalDate?: string;
|
|
500
|
-
projectName?: string;
|
|
501
|
-
totalMw?: number;
|
|
502
|
-
applicationStatus?: string;
|
|
503
|
-
interconnectingEntity?: string;
|
|
504
|
-
poiLocation?: string | number;
|
|
505
|
-
}>;
|
|
506
|
-
declare const euQueueDetailsSchema: z.ZodObject<{
|
|
507
|
-
id: z.ZodString;
|
|
508
|
-
} & {
|
|
509
|
-
schema: z.ZodLiteral<"eu_queue">;
|
|
510
|
-
} & {
|
|
511
|
-
$organizations: z.ZodOptional<z.ZodString>;
|
|
512
|
-
allSectors: z.ZodOptional<z.ZodString>;
|
|
513
|
-
applicationId: z.ZodOptional<z.ZodString>;
|
|
514
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
515
|
-
country: z.ZodOptional<z.ZodString>;
|
|
516
|
-
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
517
|
-
localCounty: z.ZodOptional<z.ZodString>;
|
|
518
|
-
localState: z.ZodOptional<z.ZodString>;
|
|
519
|
-
localTown: z.ZodOptional<z.ZodString>;
|
|
520
|
-
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
358
|
+
}>, "many">>;
|
|
359
|
+
milestones: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
360
|
+
compositeKey: z.ZodString;
|
|
361
|
+
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
362
|
+
delta: z.ZodOptional<z.ZodNumber>;
|
|
363
|
+
durationInDays: z.ZodOptional<z.ZodNumber>;
|
|
364
|
+
entries: z.ZodArray<z.ZodObject<{
|
|
365
|
+
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
366
|
+
delta: z.ZodOptional<z.ZodNumber>;
|
|
367
|
+
durationInDays: z.ZodOptional<z.ZodNumber>;
|
|
368
|
+
eventHash: z.ZodString;
|
|
369
|
+
fromValue: z.ZodOptional<z.ZodString>;
|
|
370
|
+
label: z.ZodString;
|
|
371
|
+
reportDate: z.ZodString;
|
|
372
|
+
stage: z.ZodString;
|
|
373
|
+
toValue: z.ZodString;
|
|
374
|
+
}, "strip", z.ZodTypeAny, {
|
|
375
|
+
daysInQueue?: number;
|
|
376
|
+
delta?: number;
|
|
377
|
+
durationInDays?: number;
|
|
378
|
+
eventHash?: string;
|
|
379
|
+
fromValue?: string;
|
|
380
|
+
label?: string;
|
|
381
|
+
reportDate?: string;
|
|
382
|
+
stage?: string;
|
|
383
|
+
toValue?: string;
|
|
384
|
+
}, {
|
|
385
|
+
daysInQueue?: number;
|
|
386
|
+
delta?: number;
|
|
387
|
+
durationInDays?: number;
|
|
388
|
+
eventHash?: string;
|
|
389
|
+
fromValue?: string;
|
|
390
|
+
label?: string;
|
|
391
|
+
reportDate?: string;
|
|
392
|
+
stage?: string;
|
|
393
|
+
toValue?: string;
|
|
394
|
+
}>, "many">;
|
|
395
|
+
eventCount: z.ZodNumber;
|
|
396
|
+
eventHash: z.ZodString;
|
|
397
|
+
fromValue: z.ZodOptional<z.ZodString>;
|
|
398
|
+
key: z.ZodString;
|
|
399
|
+
label: z.ZodString;
|
|
400
|
+
reportDate: z.ZodString;
|
|
401
|
+
searchKey: z.ZodString;
|
|
402
|
+
set: z.ZodNumber;
|
|
403
|
+
stage: z.ZodString;
|
|
404
|
+
state: z.ZodString;
|
|
405
|
+
topic: z.ZodString;
|
|
406
|
+
toValue: z.ZodString;
|
|
407
|
+
type: z.ZodString;
|
|
408
|
+
}, "strip", z.ZodTypeAny, {
|
|
409
|
+
type?: string;
|
|
410
|
+
state?: string;
|
|
411
|
+
key?: string;
|
|
412
|
+
entries?: {
|
|
413
|
+
daysInQueue?: number;
|
|
414
|
+
delta?: number;
|
|
415
|
+
durationInDays?: number;
|
|
416
|
+
eventHash?: string;
|
|
417
|
+
fromValue?: string;
|
|
418
|
+
label?: string;
|
|
419
|
+
reportDate?: string;
|
|
420
|
+
stage?: string;
|
|
421
|
+
toValue?: string;
|
|
422
|
+
}[];
|
|
423
|
+
set?: number;
|
|
424
|
+
daysInQueue?: number;
|
|
425
|
+
delta?: number;
|
|
426
|
+
durationInDays?: number;
|
|
427
|
+
eventHash?: string;
|
|
428
|
+
fromValue?: string;
|
|
429
|
+
label?: string;
|
|
430
|
+
reportDate?: string;
|
|
431
|
+
stage?: string;
|
|
432
|
+
toValue?: string;
|
|
433
|
+
compositeKey?: string;
|
|
434
|
+
eventCount?: number;
|
|
435
|
+
searchKey?: string;
|
|
436
|
+
topic?: string;
|
|
437
|
+
}, {
|
|
438
|
+
type?: string;
|
|
439
|
+
state?: string;
|
|
440
|
+
key?: string;
|
|
441
|
+
entries?: {
|
|
442
|
+
daysInQueue?: number;
|
|
443
|
+
delta?: number;
|
|
444
|
+
durationInDays?: number;
|
|
445
|
+
eventHash?: string;
|
|
446
|
+
fromValue?: string;
|
|
447
|
+
label?: string;
|
|
448
|
+
reportDate?: string;
|
|
449
|
+
stage?: string;
|
|
450
|
+
toValue?: string;
|
|
451
|
+
}[];
|
|
452
|
+
set?: number;
|
|
453
|
+
daysInQueue?: number;
|
|
454
|
+
delta?: number;
|
|
455
|
+
durationInDays?: number;
|
|
456
|
+
eventHash?: string;
|
|
457
|
+
fromValue?: string;
|
|
458
|
+
label?: string;
|
|
459
|
+
reportDate?: string;
|
|
460
|
+
stage?: string;
|
|
461
|
+
toValue?: string;
|
|
462
|
+
compositeKey?: string;
|
|
463
|
+
eventCount?: number;
|
|
464
|
+
searchKey?: string;
|
|
465
|
+
topic?: string;
|
|
466
|
+
}>, "many">>;
|
|
521
467
|
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
522
468
|
identifier: z.ZodString;
|
|
523
469
|
id: z.ZodString;
|
|
@@ -535,10 +481,32 @@ declare const euQueueDetailsSchema: z.ZodObject<{
|
|
|
535
481
|
role?: string;
|
|
536
482
|
ref?: string;
|
|
537
483
|
}>, "many">>;
|
|
484
|
+
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
485
|
+
poi: z.ZodOptional<z.ZodObject<{
|
|
486
|
+
id: z.ZodString;
|
|
487
|
+
identifier: z.ZodString;
|
|
488
|
+
kV: z.ZodOptional<z.ZodString>;
|
|
489
|
+
meta: z.ZodOptional<z.ZodString>;
|
|
490
|
+
poiGroup: z.ZodString;
|
|
491
|
+
}, "strip", z.ZodTypeAny, {
|
|
492
|
+
id?: string;
|
|
493
|
+
identifier?: string;
|
|
494
|
+
kV?: string;
|
|
495
|
+
meta?: string;
|
|
496
|
+
poiGroup?: string;
|
|
497
|
+
}, {
|
|
498
|
+
id?: string;
|
|
499
|
+
identifier?: string;
|
|
500
|
+
kV?: string;
|
|
501
|
+
meta?: string;
|
|
502
|
+
poiGroup?: string;
|
|
503
|
+
}>>;
|
|
504
|
+
poiLocation: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodOptional<z.ZodNumber>]>;
|
|
538
505
|
projectName: z.ZodOptional<z.ZodString>;
|
|
539
506
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
540
507
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
541
|
-
|
|
508
|
+
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
509
|
+
reportDate: z.ZodOptional<z.ZodString>;
|
|
542
510
|
sectors: z.ZodArray<z.ZodObject<{
|
|
543
511
|
identifier: z.ZodString;
|
|
544
512
|
id: z.ZodString;
|
|
@@ -549,22 +517,61 @@ declare const euQueueDetailsSchema: z.ZodObject<{
|
|
|
549
517
|
id?: string;
|
|
550
518
|
identifier?: string;
|
|
551
519
|
}>, "many">;
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
520
|
+
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
521
|
+
filingDate: z.ZodString;
|
|
522
|
+
headline: z.ZodString;
|
|
523
|
+
id: z.ZodString;
|
|
524
|
+
publishedDate: z.ZodString;
|
|
525
|
+
subType: z.ZodString;
|
|
526
|
+
type: z.ZodString;
|
|
527
|
+
}, "strip", z.ZodTypeAny, {
|
|
528
|
+
type?: string;
|
|
529
|
+
subType?: string;
|
|
530
|
+
id?: string;
|
|
531
|
+
headline?: string;
|
|
532
|
+
filingDate?: string;
|
|
533
|
+
publishedDate?: string;
|
|
534
|
+
}, {
|
|
535
|
+
type?: string;
|
|
536
|
+
subType?: string;
|
|
537
|
+
id?: string;
|
|
538
|
+
headline?: string;
|
|
539
|
+
filingDate?: string;
|
|
540
|
+
publishedDate?: string;
|
|
541
|
+
}>, "many">>;
|
|
556
542
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
557
|
-
|
|
543
|
+
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
558
544
|
}, "strict", z.ZodTypeAny, {
|
|
559
545
|
sectors?: {
|
|
560
546
|
id?: string;
|
|
561
547
|
identifier?: string;
|
|
562
548
|
}[];
|
|
549
|
+
keyPeople?: {
|
|
550
|
+
id?: string;
|
|
551
|
+
linkedinUrl?: string;
|
|
552
|
+
fullName?: string;
|
|
553
|
+
email?: string;
|
|
554
|
+
phone?: string;
|
|
555
|
+
source?: string;
|
|
556
|
+
created?: string;
|
|
557
|
+
roles?: string[];
|
|
558
|
+
};
|
|
563
559
|
id?: string;
|
|
564
|
-
status?: string;
|
|
565
560
|
applicationId?: string;
|
|
566
561
|
queueDataset?: string;
|
|
567
|
-
country?:
|
|
562
|
+
country?: {
|
|
563
|
+
id?: string;
|
|
564
|
+
identifier?: string;
|
|
565
|
+
}[];
|
|
566
|
+
documents?: {
|
|
567
|
+
type?: string[];
|
|
568
|
+
key?: string;
|
|
569
|
+
date?: string;
|
|
570
|
+
document_id?: string;
|
|
571
|
+
url?: string;
|
|
572
|
+
filing_id?: string;
|
|
573
|
+
isSignal?: boolean;
|
|
574
|
+
}[];
|
|
568
575
|
organizations?: {
|
|
569
576
|
id?: string;
|
|
570
577
|
identifier?: string;
|
|
@@ -573,188 +580,36 @@ declare const euQueueDetailsSchema: z.ZodObject<{
|
|
|
573
580
|
}[];
|
|
574
581
|
allSectors?: string;
|
|
575
582
|
$organizations?: string;
|
|
583
|
+
reportDate?: string;
|
|
584
|
+
applicationTags?: {
|
|
585
|
+
identifier?: string;
|
|
586
|
+
}[];
|
|
576
587
|
queueDate?: string;
|
|
577
|
-
schema?: "
|
|
578
|
-
|
|
579
|
-
localCounty?: string;
|
|
580
|
-
localState?: string;
|
|
581
|
-
projectName?: string;
|
|
582
|
-
totalMw?: number;
|
|
588
|
+
schema?: "us_queue";
|
|
589
|
+
actualOperationalDate?: string;
|
|
583
590
|
applicationStatus?: string;
|
|
584
|
-
|
|
585
|
-
mwNet?: number;
|
|
586
|
-
refId?: string;
|
|
587
|
-
sourceUpdate?: string;
|
|
588
|
-
storageCapacity?: number;
|
|
589
|
-
technology?: string;
|
|
590
|
-
windFarmName?: string;
|
|
591
|
-
}, {
|
|
592
|
-
sectors?: {
|
|
591
|
+
localCounty?: {
|
|
593
592
|
id?: string;
|
|
594
593
|
identifier?: string;
|
|
595
594
|
}[];
|
|
596
|
-
|
|
597
|
-
status?: string;
|
|
598
|
-
applicationId?: string;
|
|
599
|
-
queueDataset?: string;
|
|
600
|
-
country?: string;
|
|
601
|
-
organizations?: {
|
|
595
|
+
localState?: {
|
|
602
596
|
id?: string;
|
|
603
597
|
identifier?: string;
|
|
604
|
-
role?: string;
|
|
605
|
-
ref?: string;
|
|
606
598
|
}[];
|
|
607
|
-
|
|
608
|
-
$organizations?: string;
|
|
609
|
-
queueDate?: string;
|
|
610
|
-
schema?: "eu_queue";
|
|
611
|
-
lastModified?: string;
|
|
612
|
-
localCounty?: string;
|
|
613
|
-
localState?: string;
|
|
599
|
+
plannedOperationalDate?: string;
|
|
614
600
|
projectName?: string;
|
|
615
601
|
totalMw?: number;
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
refId?: string;
|
|
620
|
-
sourceUpdate?: string;
|
|
621
|
-
storageCapacity?: number;
|
|
622
|
-
technology?: string;
|
|
623
|
-
windFarmName?: string;
|
|
624
|
-
}>;
|
|
625
|
-
declare const usQueueDetailsSchema: z.ZodObject<{
|
|
626
|
-
id: z.ZodString;
|
|
627
|
-
} & {
|
|
628
|
-
schema: z.ZodLiteral<"us_queue">;
|
|
629
|
-
} & {
|
|
630
|
-
$organizations: z.ZodOptional<z.ZodString>;
|
|
631
|
-
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
632
|
-
allSectors: z.ZodOptional<z.ZodString>;
|
|
633
|
-
applicationId: z.ZodOptional<z.ZodString>;
|
|
634
|
-
applicationTags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
635
|
-
identifier: z.ZodString;
|
|
636
|
-
}, "strip", z.ZodTypeAny, {
|
|
637
|
-
identifier?: string;
|
|
638
|
-
}, {
|
|
639
|
-
identifier?: string;
|
|
640
|
-
}>, "many">>;
|
|
641
|
-
applicationType: z.ZodOptional<z.ZodString>;
|
|
642
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
643
|
-
cost: z.ZodOptional<z.ZodObject<{
|
|
644
|
-
costCompany: z.ZodString;
|
|
645
|
-
costYear: z.ZodNumber;
|
|
646
|
-
networkCostKW: z.ZodNumber;
|
|
647
|
-
poiCostKW: z.ZodNumber;
|
|
648
|
-
totalCostKW: z.ZodNumber;
|
|
649
|
-
}, "strip", z.ZodTypeAny, {
|
|
650
|
-
costCompany?: string;
|
|
651
|
-
costYear?: number;
|
|
652
|
-
networkCostKW?: number;
|
|
653
|
-
poiCostKW?: number;
|
|
654
|
-
totalCostKW?: number;
|
|
655
|
-
}, {
|
|
602
|
+
poiLocation?: string | number;
|
|
603
|
+
applicationType?: string;
|
|
604
|
+
cost?: {
|
|
656
605
|
costCompany?: string;
|
|
657
606
|
costYear?: number;
|
|
658
607
|
networkCostKW?: number;
|
|
659
608
|
poiCostKW?: number;
|
|
660
609
|
totalCostKW?: number;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
id: z.ZodString;
|
|
665
|
-
}, "strip", z.ZodTypeAny, {
|
|
666
|
-
id?: string;
|
|
667
|
-
identifier?: string;
|
|
668
|
-
}, {
|
|
669
|
-
id?: string;
|
|
670
|
-
identifier?: string;
|
|
671
|
-
}>, "many">>;
|
|
672
|
-
dateCreated: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
673
|
-
documents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
674
|
-
date: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
675
|
-
document_id: z.ZodOptional<z.ZodString>;
|
|
676
|
-
filing_id: z.ZodOptional<z.ZodString>;
|
|
677
|
-
isSignal: z.ZodBoolean;
|
|
678
|
-
key: z.ZodOptional<z.ZodString>;
|
|
679
|
-
type: z.ZodArray<z.ZodString, "many">;
|
|
680
|
-
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
681
|
-
}, "strip", z.ZodTypeAny, {
|
|
682
|
-
type?: string[];
|
|
683
|
-
key?: string;
|
|
684
|
-
date?: string;
|
|
685
|
-
document_id?: string;
|
|
686
|
-
url?: string;
|
|
687
|
-
filing_id?: string;
|
|
688
|
-
isSignal?: boolean;
|
|
689
|
-
}, {
|
|
690
|
-
type?: string[];
|
|
691
|
-
key?: string;
|
|
692
|
-
date?: string;
|
|
693
|
-
document_id?: string;
|
|
694
|
-
url?: string;
|
|
695
|
-
filing_id?: string;
|
|
696
|
-
isSignal?: boolean;
|
|
697
|
-
}>, "many">>;
|
|
698
|
-
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
699
|
-
applicationId: z.ZodString;
|
|
700
|
-
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
701
|
-
eventHash: z.ZodOptional<z.ZodString>;
|
|
702
|
-
eventType: z.ZodEnum<["add", "update"]>;
|
|
703
|
-
id: z.ZodString;
|
|
704
|
-
propKey: z.ZodString;
|
|
705
|
-
propType: z.ZodEnum<["applicationTags", "tracked"]>;
|
|
706
|
-
propVal: z.ZodString;
|
|
707
|
-
queueDate: z.ZodString;
|
|
708
|
-
queueKey: z.ZodString;
|
|
709
|
-
reportDate: z.ZodString;
|
|
710
|
-
set: z.ZodNumber;
|
|
711
|
-
transition: z.ZodOptional<z.ZodObject<{
|
|
712
|
-
delta: z.ZodOptional<z.ZodNumber>;
|
|
713
|
-
durationInDays: z.ZodNumber;
|
|
714
|
-
from: z.ZodObject<{
|
|
715
|
-
assigned: z.ZodString;
|
|
716
|
-
value: z.ZodString;
|
|
717
|
-
}, "strip", z.ZodTypeAny, {
|
|
718
|
-
value?: string;
|
|
719
|
-
assigned?: string;
|
|
720
|
-
}, {
|
|
721
|
-
value?: string;
|
|
722
|
-
assigned?: string;
|
|
723
|
-
}>;
|
|
724
|
-
to: z.ZodObject<{
|
|
725
|
-
assigned: z.ZodString;
|
|
726
|
-
value: z.ZodString;
|
|
727
|
-
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
value?: string;
|
|
729
|
-
assigned?: string;
|
|
730
|
-
}, {
|
|
731
|
-
value?: string;
|
|
732
|
-
assigned?: string;
|
|
733
|
-
}>;
|
|
734
|
-
}, "strip", z.ZodTypeAny, {
|
|
735
|
-
delta?: number;
|
|
736
|
-
durationInDays?: number;
|
|
737
|
-
from?: {
|
|
738
|
-
value?: string;
|
|
739
|
-
assigned?: string;
|
|
740
|
-
};
|
|
741
|
-
to?: {
|
|
742
|
-
value?: string;
|
|
743
|
-
assigned?: string;
|
|
744
|
-
};
|
|
745
|
-
}, {
|
|
746
|
-
delta?: number;
|
|
747
|
-
durationInDays?: number;
|
|
748
|
-
from?: {
|
|
749
|
-
value?: string;
|
|
750
|
-
assigned?: string;
|
|
751
|
-
};
|
|
752
|
-
to?: {
|
|
753
|
-
value?: string;
|
|
754
|
-
assigned?: string;
|
|
755
|
-
};
|
|
756
|
-
}>>;
|
|
757
|
-
}, "strip", z.ZodTypeAny, {
|
|
610
|
+
};
|
|
611
|
+
dateCreated?: string;
|
|
612
|
+
events?: {
|
|
758
613
|
id?: string;
|
|
759
614
|
queueKey?: string;
|
|
760
615
|
applicationId?: string;
|
|
@@ -779,52 +634,64 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
779
634
|
assigned?: string;
|
|
780
635
|
};
|
|
781
636
|
};
|
|
782
|
-
}
|
|
637
|
+
}[];
|
|
638
|
+
isoRtoConnection?: {
|
|
783
639
|
id?: string;
|
|
784
|
-
|
|
785
|
-
|
|
640
|
+
identifier?: string;
|
|
641
|
+
}[];
|
|
642
|
+
milestones?: {
|
|
643
|
+
type?: string;
|
|
644
|
+
state?: string;
|
|
645
|
+
key?: string;
|
|
646
|
+
entries?: {
|
|
647
|
+
daysInQueue?: number;
|
|
648
|
+
delta?: number;
|
|
649
|
+
durationInDays?: number;
|
|
650
|
+
eventHash?: string;
|
|
651
|
+
fromValue?: string;
|
|
652
|
+
label?: string;
|
|
653
|
+
reportDate?: string;
|
|
654
|
+
stage?: string;
|
|
655
|
+
toValue?: string;
|
|
656
|
+
}[];
|
|
786
657
|
set?: number;
|
|
787
658
|
daysInQueue?: number;
|
|
659
|
+
delta?: number;
|
|
660
|
+
durationInDays?: number;
|
|
788
661
|
eventHash?: string;
|
|
662
|
+
fromValue?: string;
|
|
663
|
+
label?: string;
|
|
789
664
|
reportDate?: string;
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
from?: {
|
|
799
|
-
value?: string;
|
|
800
|
-
assigned?: string;
|
|
801
|
-
};
|
|
802
|
-
to?: {
|
|
803
|
-
value?: string;
|
|
804
|
-
assigned?: string;
|
|
805
|
-
};
|
|
806
|
-
};
|
|
807
|
-
}>, "many">>;
|
|
808
|
-
isoRtoConnection: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
809
|
-
identifier: z.ZodString;
|
|
810
|
-
id: z.ZodString;
|
|
811
|
-
}, "strip", z.ZodTypeAny, {
|
|
665
|
+
stage?: string;
|
|
666
|
+
toValue?: string;
|
|
667
|
+
compositeKey?: string;
|
|
668
|
+
eventCount?: number;
|
|
669
|
+
searchKey?: string;
|
|
670
|
+
topic?: string;
|
|
671
|
+
}[];
|
|
672
|
+
poi?: {
|
|
812
673
|
id?: string;
|
|
813
674
|
identifier?: string;
|
|
814
|
-
|
|
675
|
+
kV?: string;
|
|
676
|
+
meta?: string;
|
|
677
|
+
poiGroup?: string;
|
|
678
|
+
};
|
|
679
|
+
reportCount?: number;
|
|
680
|
+
signals?: {
|
|
681
|
+
type?: string;
|
|
682
|
+
subType?: string;
|
|
683
|
+
id?: string;
|
|
684
|
+
headline?: string;
|
|
685
|
+
filingDate?: string;
|
|
686
|
+
publishedDate?: string;
|
|
687
|
+
}[];
|
|
688
|
+
withdrawnDate?: string;
|
|
689
|
+
}, {
|
|
690
|
+
sectors?: {
|
|
815
691
|
id?: string;
|
|
816
692
|
identifier?: string;
|
|
817
|
-
}
|
|
818
|
-
keyPeople
|
|
819
|
-
created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
820
|
-
email: z.ZodOptional<z.ZodString>;
|
|
821
|
-
fullName: z.ZodOptional<z.ZodString>;
|
|
822
|
-
id: z.ZodOptional<z.ZodString>;
|
|
823
|
-
linkedinUrl: z.ZodOptional<z.ZodString>;
|
|
824
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
825
|
-
roles: z.ZodArray<z.ZodOptional<z.ZodString>, "many">;
|
|
826
|
-
source: z.ZodOptional<z.ZodString>;
|
|
827
|
-
}, "strip", z.ZodTypeAny, {
|
|
693
|
+
}[];
|
|
694
|
+
keyPeople?: {
|
|
828
695
|
id?: string;
|
|
829
696
|
linkedinUrl?: string;
|
|
830
697
|
fullName?: string;
|
|
@@ -833,237 +700,7 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
833
700
|
source?: string;
|
|
834
701
|
created?: string;
|
|
835
702
|
roles?: string[];
|
|
836
|
-
}
|
|
837
|
-
id?: string;
|
|
838
|
-
linkedinUrl?: string;
|
|
839
|
-
fullName?: string;
|
|
840
|
-
email?: string;
|
|
841
|
-
phone?: string;
|
|
842
|
-
source?: string;
|
|
843
|
-
created?: string;
|
|
844
|
-
roles?: string[];
|
|
845
|
-
}>, "many">;
|
|
846
|
-
localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
847
|
-
identifier: z.ZodString;
|
|
848
|
-
id: z.ZodString;
|
|
849
|
-
}, "strip", z.ZodTypeAny, {
|
|
850
|
-
id?: string;
|
|
851
|
-
identifier?: string;
|
|
852
|
-
}, {
|
|
853
|
-
id?: string;
|
|
854
|
-
identifier?: string;
|
|
855
|
-
}>, "many">>;
|
|
856
|
-
localState: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
857
|
-
identifier: z.ZodString;
|
|
858
|
-
id: z.ZodString;
|
|
859
|
-
}, "strip", z.ZodTypeAny, {
|
|
860
|
-
id?: string;
|
|
861
|
-
identifier?: string;
|
|
862
|
-
}, {
|
|
863
|
-
id?: string;
|
|
864
|
-
identifier?: string;
|
|
865
|
-
}>, "many">>;
|
|
866
|
-
milestones: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
867
|
-
compositeKey: z.ZodString;
|
|
868
|
-
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
869
|
-
delta: z.ZodOptional<z.ZodNumber>;
|
|
870
|
-
durationInDays: z.ZodOptional<z.ZodNumber>;
|
|
871
|
-
entries: z.ZodArray<z.ZodObject<{
|
|
872
|
-
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
873
|
-
delta: z.ZodOptional<z.ZodNumber>;
|
|
874
|
-
durationInDays: z.ZodOptional<z.ZodNumber>;
|
|
875
|
-
eventHash: z.ZodString;
|
|
876
|
-
fromValue: z.ZodOptional<z.ZodString>;
|
|
877
|
-
label: z.ZodString;
|
|
878
|
-
reportDate: z.ZodString;
|
|
879
|
-
stage: z.ZodString;
|
|
880
|
-
toValue: z.ZodString;
|
|
881
|
-
}, "strip", z.ZodTypeAny, {
|
|
882
|
-
daysInQueue?: number;
|
|
883
|
-
delta?: number;
|
|
884
|
-
durationInDays?: number;
|
|
885
|
-
eventHash?: string;
|
|
886
|
-
fromValue?: string;
|
|
887
|
-
label?: string;
|
|
888
|
-
reportDate?: string;
|
|
889
|
-
stage?: string;
|
|
890
|
-
toValue?: string;
|
|
891
|
-
}, {
|
|
892
|
-
daysInQueue?: number;
|
|
893
|
-
delta?: number;
|
|
894
|
-
durationInDays?: number;
|
|
895
|
-
eventHash?: string;
|
|
896
|
-
fromValue?: string;
|
|
897
|
-
label?: string;
|
|
898
|
-
reportDate?: string;
|
|
899
|
-
stage?: string;
|
|
900
|
-
toValue?: string;
|
|
901
|
-
}>, "many">;
|
|
902
|
-
eventCount: z.ZodNumber;
|
|
903
|
-
eventHash: z.ZodString;
|
|
904
|
-
fromValue: z.ZodOptional<z.ZodString>;
|
|
905
|
-
key: z.ZodString;
|
|
906
|
-
label: z.ZodString;
|
|
907
|
-
reportDate: z.ZodString;
|
|
908
|
-
searchKey: z.ZodString;
|
|
909
|
-
set: z.ZodNumber;
|
|
910
|
-
stage: z.ZodString;
|
|
911
|
-
state: z.ZodString;
|
|
912
|
-
topic: z.ZodString;
|
|
913
|
-
toValue: z.ZodString;
|
|
914
|
-
type: z.ZodString;
|
|
915
|
-
}, "strip", z.ZodTypeAny, {
|
|
916
|
-
type?: string;
|
|
917
|
-
state?: string;
|
|
918
|
-
key?: string;
|
|
919
|
-
entries?: {
|
|
920
|
-
daysInQueue?: number;
|
|
921
|
-
delta?: number;
|
|
922
|
-
durationInDays?: number;
|
|
923
|
-
eventHash?: string;
|
|
924
|
-
fromValue?: string;
|
|
925
|
-
label?: string;
|
|
926
|
-
reportDate?: string;
|
|
927
|
-
stage?: string;
|
|
928
|
-
toValue?: string;
|
|
929
|
-
}[];
|
|
930
|
-
set?: number;
|
|
931
|
-
daysInQueue?: number;
|
|
932
|
-
delta?: number;
|
|
933
|
-
durationInDays?: number;
|
|
934
|
-
eventHash?: string;
|
|
935
|
-
fromValue?: string;
|
|
936
|
-
label?: string;
|
|
937
|
-
reportDate?: string;
|
|
938
|
-
stage?: string;
|
|
939
|
-
toValue?: string;
|
|
940
|
-
compositeKey?: string;
|
|
941
|
-
eventCount?: number;
|
|
942
|
-
searchKey?: string;
|
|
943
|
-
topic?: string;
|
|
944
|
-
}, {
|
|
945
|
-
type?: string;
|
|
946
|
-
state?: string;
|
|
947
|
-
key?: string;
|
|
948
|
-
entries?: {
|
|
949
|
-
daysInQueue?: number;
|
|
950
|
-
delta?: number;
|
|
951
|
-
durationInDays?: number;
|
|
952
|
-
eventHash?: string;
|
|
953
|
-
fromValue?: string;
|
|
954
|
-
label?: string;
|
|
955
|
-
reportDate?: string;
|
|
956
|
-
stage?: string;
|
|
957
|
-
toValue?: string;
|
|
958
|
-
}[];
|
|
959
|
-
set?: number;
|
|
960
|
-
daysInQueue?: number;
|
|
961
|
-
delta?: number;
|
|
962
|
-
durationInDays?: number;
|
|
963
|
-
eventHash?: string;
|
|
964
|
-
fromValue?: string;
|
|
965
|
-
label?: string;
|
|
966
|
-
reportDate?: string;
|
|
967
|
-
stage?: string;
|
|
968
|
-
toValue?: string;
|
|
969
|
-
compositeKey?: string;
|
|
970
|
-
eventCount?: number;
|
|
971
|
-
searchKey?: string;
|
|
972
|
-
topic?: string;
|
|
973
|
-
}>, "many">>;
|
|
974
|
-
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
975
|
-
identifier: z.ZodString;
|
|
976
|
-
id: z.ZodString;
|
|
977
|
-
} & {
|
|
978
|
-
role: z.ZodString;
|
|
979
|
-
ref: z.ZodOptional<z.ZodString>;
|
|
980
|
-
}, "strip", z.ZodTypeAny, {
|
|
981
|
-
id?: string;
|
|
982
|
-
identifier?: string;
|
|
983
|
-
role?: string;
|
|
984
|
-
ref?: string;
|
|
985
|
-
}, {
|
|
986
|
-
id?: string;
|
|
987
|
-
identifier?: string;
|
|
988
|
-
role?: string;
|
|
989
|
-
ref?: string;
|
|
990
|
-
}>, "many">>;
|
|
991
|
-
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
992
|
-
poi: z.ZodOptional<z.ZodObject<{
|
|
993
|
-
id: z.ZodString;
|
|
994
|
-
identifier: z.ZodString;
|
|
995
|
-
kV: z.ZodOptional<z.ZodString>;
|
|
996
|
-
meta: z.ZodOptional<z.ZodString>;
|
|
997
|
-
poiGroup: z.ZodString;
|
|
998
|
-
}, "strip", z.ZodTypeAny, {
|
|
999
|
-
id?: string;
|
|
1000
|
-
identifier?: string;
|
|
1001
|
-
kV?: string;
|
|
1002
|
-
meta?: string;
|
|
1003
|
-
poiGroup?: string;
|
|
1004
|
-
}, {
|
|
1005
|
-
id?: string;
|
|
1006
|
-
identifier?: string;
|
|
1007
|
-
kV?: string;
|
|
1008
|
-
meta?: string;
|
|
1009
|
-
poiGroup?: string;
|
|
1010
|
-
}>>;
|
|
1011
|
-
poiLocation: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodOptional<z.ZodNumber>]>;
|
|
1012
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
1013
|
-
queueDataset: z.ZodOptional<z.ZodString>;
|
|
1014
|
-
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1015
|
-
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
1016
|
-
reportDate: z.ZodOptional<z.ZodString>;
|
|
1017
|
-
sectors: z.ZodArray<z.ZodObject<{
|
|
1018
|
-
identifier: z.ZodString;
|
|
1019
|
-
id: z.ZodString;
|
|
1020
|
-
}, "strip", z.ZodTypeAny, {
|
|
1021
|
-
id?: string;
|
|
1022
|
-
identifier?: string;
|
|
1023
|
-
}, {
|
|
1024
|
-
id?: string;
|
|
1025
|
-
identifier?: string;
|
|
1026
|
-
}>, "many">;
|
|
1027
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1028
|
-
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1029
|
-
filingDate: z.ZodString;
|
|
1030
|
-
headline: z.ZodString;
|
|
1031
|
-
id: z.ZodString;
|
|
1032
|
-
publishedDate: z.ZodString;
|
|
1033
|
-
subType: z.ZodString;
|
|
1034
|
-
type: z.ZodString;
|
|
1035
|
-
}, "strip", z.ZodTypeAny, {
|
|
1036
|
-
type?: string;
|
|
1037
|
-
subType?: string;
|
|
1038
|
-
id?: string;
|
|
1039
|
-
headline?: string;
|
|
1040
|
-
filingDate?: string;
|
|
1041
|
-
publishedDate?: string;
|
|
1042
|
-
}, {
|
|
1043
|
-
type?: string;
|
|
1044
|
-
subType?: string;
|
|
1045
|
-
id?: string;
|
|
1046
|
-
headline?: string;
|
|
1047
|
-
filingDate?: string;
|
|
1048
|
-
publishedDate?: string;
|
|
1049
|
-
}>, "many">>;
|
|
1050
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
1051
|
-
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1052
|
-
}, "strict", z.ZodTypeAny, {
|
|
1053
|
-
sectors?: {
|
|
1054
|
-
id?: string;
|
|
1055
|
-
identifier?: string;
|
|
1056
|
-
}[];
|
|
1057
|
-
keyPeople?: {
|
|
1058
|
-
id?: string;
|
|
1059
|
-
linkedinUrl?: string;
|
|
1060
|
-
fullName?: string;
|
|
1061
|
-
email?: string;
|
|
1062
|
-
phone?: string;
|
|
1063
|
-
source?: string;
|
|
1064
|
-
created?: string;
|
|
1065
|
-
roles?: string[];
|
|
1066
|
-
}[];
|
|
703
|
+
};
|
|
1067
704
|
id?: string;
|
|
1068
705
|
applicationId?: string;
|
|
1069
706
|
queueDataset?: string;
|
|
@@ -1095,6 +732,7 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1095
732
|
queueDate?: string;
|
|
1096
733
|
schema?: "us_queue";
|
|
1097
734
|
actualOperationalDate?: string;
|
|
735
|
+
applicationStatus?: string;
|
|
1098
736
|
localCounty?: {
|
|
1099
737
|
id?: string;
|
|
1100
738
|
identifier?: string;
|
|
@@ -1106,155 +744,7 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1106
744
|
plannedOperationalDate?: string;
|
|
1107
745
|
projectName?: string;
|
|
1108
746
|
totalMw?: number;
|
|
1109
|
-
applicationStatus?: string;
|
|
1110
747
|
poiLocation?: string | number;
|
|
1111
|
-
sourceUpdate?: string;
|
|
1112
|
-
applicationType?: string;
|
|
1113
|
-
cost?: {
|
|
1114
|
-
costCompany?: string;
|
|
1115
|
-
costYear?: number;
|
|
1116
|
-
networkCostKW?: number;
|
|
1117
|
-
poiCostKW?: number;
|
|
1118
|
-
totalCostKW?: number;
|
|
1119
|
-
};
|
|
1120
|
-
dateCreated?: string;
|
|
1121
|
-
events?: {
|
|
1122
|
-
id?: string;
|
|
1123
|
-
queueKey?: string;
|
|
1124
|
-
applicationId?: string;
|
|
1125
|
-
set?: number;
|
|
1126
|
-
daysInQueue?: number;
|
|
1127
|
-
eventHash?: string;
|
|
1128
|
-
reportDate?: string;
|
|
1129
|
-
eventType?: "add" | "update";
|
|
1130
|
-
propKey?: string;
|
|
1131
|
-
propType?: "applicationTags" | "tracked";
|
|
1132
|
-
propVal?: string;
|
|
1133
|
-
queueDate?: string;
|
|
1134
|
-
transition?: {
|
|
1135
|
-
delta?: number;
|
|
1136
|
-
durationInDays?: number;
|
|
1137
|
-
from?: {
|
|
1138
|
-
value?: string;
|
|
1139
|
-
assigned?: string;
|
|
1140
|
-
};
|
|
1141
|
-
to?: {
|
|
1142
|
-
value?: string;
|
|
1143
|
-
assigned?: string;
|
|
1144
|
-
};
|
|
1145
|
-
};
|
|
1146
|
-
}[];
|
|
1147
|
-
isoRtoConnection?: {
|
|
1148
|
-
id?: string;
|
|
1149
|
-
identifier?: string;
|
|
1150
|
-
}[];
|
|
1151
|
-
milestones?: {
|
|
1152
|
-
type?: string;
|
|
1153
|
-
state?: string;
|
|
1154
|
-
key?: string;
|
|
1155
|
-
entries?: {
|
|
1156
|
-
daysInQueue?: number;
|
|
1157
|
-
delta?: number;
|
|
1158
|
-
durationInDays?: number;
|
|
1159
|
-
eventHash?: string;
|
|
1160
|
-
fromValue?: string;
|
|
1161
|
-
label?: string;
|
|
1162
|
-
reportDate?: string;
|
|
1163
|
-
stage?: string;
|
|
1164
|
-
toValue?: string;
|
|
1165
|
-
}[];
|
|
1166
|
-
set?: number;
|
|
1167
|
-
daysInQueue?: number;
|
|
1168
|
-
delta?: number;
|
|
1169
|
-
durationInDays?: number;
|
|
1170
|
-
eventHash?: string;
|
|
1171
|
-
fromValue?: string;
|
|
1172
|
-
label?: string;
|
|
1173
|
-
reportDate?: string;
|
|
1174
|
-
stage?: string;
|
|
1175
|
-
toValue?: string;
|
|
1176
|
-
compositeKey?: string;
|
|
1177
|
-
eventCount?: number;
|
|
1178
|
-
searchKey?: string;
|
|
1179
|
-
topic?: string;
|
|
1180
|
-
}[];
|
|
1181
|
-
poi?: {
|
|
1182
|
-
id?: string;
|
|
1183
|
-
identifier?: string;
|
|
1184
|
-
kV?: string;
|
|
1185
|
-
meta?: string;
|
|
1186
|
-
poiGroup?: string;
|
|
1187
|
-
};
|
|
1188
|
-
reportCount?: number;
|
|
1189
|
-
signals?: {
|
|
1190
|
-
type?: string;
|
|
1191
|
-
subType?: string;
|
|
1192
|
-
id?: string;
|
|
1193
|
-
headline?: string;
|
|
1194
|
-
filingDate?: string;
|
|
1195
|
-
publishedDate?: string;
|
|
1196
|
-
}[];
|
|
1197
|
-
withdrawnDate?: string;
|
|
1198
|
-
}, {
|
|
1199
|
-
sectors?: {
|
|
1200
|
-
id?: string;
|
|
1201
|
-
identifier?: string;
|
|
1202
|
-
}[];
|
|
1203
|
-
keyPeople?: {
|
|
1204
|
-
id?: string;
|
|
1205
|
-
linkedinUrl?: string;
|
|
1206
|
-
fullName?: string;
|
|
1207
|
-
email?: string;
|
|
1208
|
-
phone?: string;
|
|
1209
|
-
source?: string;
|
|
1210
|
-
created?: string;
|
|
1211
|
-
roles?: string[];
|
|
1212
|
-
}[];
|
|
1213
|
-
id?: string;
|
|
1214
|
-
applicationId?: string;
|
|
1215
|
-
queueDataset?: string;
|
|
1216
|
-
country?: {
|
|
1217
|
-
id?: string;
|
|
1218
|
-
identifier?: string;
|
|
1219
|
-
}[];
|
|
1220
|
-
documents?: {
|
|
1221
|
-
type?: string[];
|
|
1222
|
-
key?: string;
|
|
1223
|
-
date?: string;
|
|
1224
|
-
document_id?: string;
|
|
1225
|
-
url?: string;
|
|
1226
|
-
filing_id?: string;
|
|
1227
|
-
isSignal?: boolean;
|
|
1228
|
-
}[];
|
|
1229
|
-
organizations?: {
|
|
1230
|
-
id?: string;
|
|
1231
|
-
identifier?: string;
|
|
1232
|
-
role?: string;
|
|
1233
|
-
ref?: string;
|
|
1234
|
-
}[];
|
|
1235
|
-
allSectors?: string;
|
|
1236
|
-
$organizations?: string;
|
|
1237
|
-
reportDate?: string;
|
|
1238
|
-
applicationTags?: {
|
|
1239
|
-
identifier?: string;
|
|
1240
|
-
}[];
|
|
1241
|
-
queueDate?: string;
|
|
1242
|
-
schema?: "us_queue";
|
|
1243
|
-
actualOperationalDate?: string;
|
|
1244
|
-
localCounty?: {
|
|
1245
|
-
id?: string;
|
|
1246
|
-
identifier?: string;
|
|
1247
|
-
}[];
|
|
1248
|
-
localState?: {
|
|
1249
|
-
id?: string;
|
|
1250
|
-
identifier?: string;
|
|
1251
|
-
}[];
|
|
1252
|
-
plannedOperationalDate?: string;
|
|
1253
|
-
projectName?: string;
|
|
1254
|
-
totalMw?: number;
|
|
1255
|
-
applicationStatus?: string;
|
|
1256
|
-
poiLocation?: string | number;
|
|
1257
|
-
sourceUpdate?: string;
|
|
1258
748
|
applicationType?: string;
|
|
1259
749
|
cost?: {
|
|
1260
750
|
costCompany?: string;
|
|
@@ -1388,7 +878,6 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1388
878
|
id?: string;
|
|
1389
879
|
identifier?: string;
|
|
1390
880
|
}>, "many">;
|
|
1391
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1392
881
|
status: z.ZodOptional<z.ZodString>;
|
|
1393
882
|
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
1394
883
|
technology: z.ZodOptional<z.ZodString>;
|
|
@@ -1414,16 +903,15 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1414
903
|
$organizations?: string;
|
|
1415
904
|
queueDate?: string;
|
|
1416
905
|
schema?: "eu_queue";
|
|
906
|
+
applicationStatus?: string;
|
|
1417
907
|
lastModified?: string;
|
|
1418
908
|
localCounty?: string;
|
|
1419
909
|
localState?: string;
|
|
1420
910
|
projectName?: string;
|
|
1421
911
|
totalMw?: number;
|
|
1422
|
-
applicationStatus?: string;
|
|
1423
912
|
localTown?: string;
|
|
1424
913
|
mwNet?: number;
|
|
1425
914
|
refId?: string;
|
|
1426
|
-
sourceUpdate?: string;
|
|
1427
915
|
storageCapacity?: number;
|
|
1428
916
|
technology?: string;
|
|
1429
917
|
windFarmName?: string;
|
|
@@ -1447,16 +935,15 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1447
935
|
$organizations?: string;
|
|
1448
936
|
queueDate?: string;
|
|
1449
937
|
schema?: "eu_queue";
|
|
938
|
+
applicationStatus?: string;
|
|
1450
939
|
lastModified?: string;
|
|
1451
940
|
localCounty?: string;
|
|
1452
941
|
localState?: string;
|
|
1453
942
|
projectName?: string;
|
|
1454
943
|
totalMw?: number;
|
|
1455
|
-
applicationStatus?: string;
|
|
1456
944
|
localTown?: string;
|
|
1457
945
|
mwNet?: number;
|
|
1458
946
|
refId?: string;
|
|
1459
|
-
sourceUpdate?: string;
|
|
1460
947
|
storageCapacity?: number;
|
|
1461
948
|
technology?: string;
|
|
1462
949
|
windFarmName?: string;
|
|
@@ -1653,7 +1140,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1653
1140
|
id?: string;
|
|
1654
1141
|
identifier?: string;
|
|
1655
1142
|
}>, "many">>;
|
|
1656
|
-
keyPeople: z.
|
|
1143
|
+
keyPeople: z.ZodOptional<z.ZodObject<{
|
|
1657
1144
|
created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1658
1145
|
email: z.ZodOptional<z.ZodString>;
|
|
1659
1146
|
fullName: z.ZodOptional<z.ZodString>;
|
|
@@ -1680,7 +1167,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1680
1167
|
source?: string;
|
|
1681
1168
|
created?: string;
|
|
1682
1169
|
roles?: string[];
|
|
1683
|
-
}
|
|
1170
|
+
}>>;
|
|
1684
1171
|
localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1685
1172
|
identifier: z.ZodString;
|
|
1686
1173
|
id: z.ZodString;
|
|
@@ -1862,7 +1349,6 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1862
1349
|
id?: string;
|
|
1863
1350
|
identifier?: string;
|
|
1864
1351
|
}>, "many">;
|
|
1865
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1866
1352
|
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1867
1353
|
filingDate: z.ZodString;
|
|
1868
1354
|
headline: z.ZodString;
|
|
@@ -1901,7 +1387,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1901
1387
|
source?: string;
|
|
1902
1388
|
created?: string;
|
|
1903
1389
|
roles?: string[];
|
|
1904
|
-
}
|
|
1390
|
+
};
|
|
1905
1391
|
id?: string;
|
|
1906
1392
|
applicationId?: string;
|
|
1907
1393
|
queueDataset?: string;
|
|
@@ -1933,6 +1419,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1933
1419
|
queueDate?: string;
|
|
1934
1420
|
schema?: "us_queue";
|
|
1935
1421
|
actualOperationalDate?: string;
|
|
1422
|
+
applicationStatus?: string;
|
|
1936
1423
|
localCounty?: {
|
|
1937
1424
|
id?: string;
|
|
1938
1425
|
identifier?: string;
|
|
@@ -1944,9 +1431,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1944
1431
|
plannedOperationalDate?: string;
|
|
1945
1432
|
projectName?: string;
|
|
1946
1433
|
totalMw?: number;
|
|
1947
|
-
applicationStatus?: string;
|
|
1948
1434
|
poiLocation?: string | number;
|
|
1949
|
-
sourceUpdate?: string;
|
|
1950
1435
|
applicationType?: string;
|
|
1951
1436
|
cost?: {
|
|
1952
1437
|
costCompany?: string;
|
|
@@ -2047,7 +1532,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2047
1532
|
source?: string;
|
|
2048
1533
|
created?: string;
|
|
2049
1534
|
roles?: string[];
|
|
2050
|
-
}
|
|
1535
|
+
};
|
|
2051
1536
|
id?: string;
|
|
2052
1537
|
applicationId?: string;
|
|
2053
1538
|
queueDataset?: string;
|
|
@@ -2079,6 +1564,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2079
1564
|
queueDate?: string;
|
|
2080
1565
|
schema?: "us_queue";
|
|
2081
1566
|
actualOperationalDate?: string;
|
|
1567
|
+
applicationStatus?: string;
|
|
2082
1568
|
localCounty?: {
|
|
2083
1569
|
id?: string;
|
|
2084
1570
|
identifier?: string;
|
|
@@ -2090,9 +1576,7 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2090
1576
|
plannedOperationalDate?: string;
|
|
2091
1577
|
projectName?: string;
|
|
2092
1578
|
totalMw?: number;
|
|
2093
|
-
applicationStatus?: string;
|
|
2094
1579
|
poiLocation?: string | number;
|
|
2095
|
-
sourceUpdate?: string;
|
|
2096
1580
|
applicationType?: string;
|
|
2097
1581
|
cost?: {
|
|
2098
1582
|
costCompany?: string;
|
|
@@ -2226,7 +1710,6 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2226
1710
|
id?: string;
|
|
2227
1711
|
identifier?: string;
|
|
2228
1712
|
}>, "many">;
|
|
2229
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2230
1713
|
status: z.ZodOptional<z.ZodString>;
|
|
2231
1714
|
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
2232
1715
|
technology: z.ZodOptional<z.ZodString>;
|
|
@@ -2252,16 +1735,15 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2252
1735
|
$organizations?: string;
|
|
2253
1736
|
queueDate?: string;
|
|
2254
1737
|
schema?: "eu_queue";
|
|
1738
|
+
applicationStatus?: string;
|
|
2255
1739
|
lastModified?: string;
|
|
2256
1740
|
localCounty?: string;
|
|
2257
1741
|
localState?: string;
|
|
2258
1742
|
projectName?: string;
|
|
2259
1743
|
totalMw?: number;
|
|
2260
|
-
applicationStatus?: string;
|
|
2261
1744
|
localTown?: string;
|
|
2262
1745
|
mwNet?: number;
|
|
2263
1746
|
refId?: string;
|
|
2264
|
-
sourceUpdate?: string;
|
|
2265
1747
|
storageCapacity?: number;
|
|
2266
1748
|
technology?: string;
|
|
2267
1749
|
windFarmName?: string;
|
|
@@ -2285,16 +1767,15 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2285
1767
|
$organizations?: string;
|
|
2286
1768
|
queueDate?: string;
|
|
2287
1769
|
schema?: "eu_queue";
|
|
1770
|
+
applicationStatus?: string;
|
|
2288
1771
|
lastModified?: string;
|
|
2289
1772
|
localCounty?: string;
|
|
2290
1773
|
localState?: string;
|
|
2291
1774
|
projectName?: string;
|
|
2292
1775
|
totalMw?: number;
|
|
2293
|
-
applicationStatus?: string;
|
|
2294
1776
|
localTown?: string;
|
|
2295
1777
|
mwNet?: number;
|
|
2296
1778
|
refId?: string;
|
|
2297
|
-
sourceUpdate?: string;
|
|
2298
1779
|
storageCapacity?: number;
|
|
2299
1780
|
technology?: string;
|
|
2300
1781
|
windFarmName?: string;
|
|
@@ -2491,7 +1972,7 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2491
1972
|
id?: string;
|
|
2492
1973
|
identifier?: string;
|
|
2493
1974
|
}>, "many">>;
|
|
2494
|
-
keyPeople: z.
|
|
1975
|
+
keyPeople: z.ZodOptional<z.ZodObject<{
|
|
2495
1976
|
created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2496
1977
|
email: z.ZodOptional<z.ZodString>;
|
|
2497
1978
|
fullName: z.ZodOptional<z.ZodString>;
|
|
@@ -2518,7 +1999,7 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2518
1999
|
source?: string;
|
|
2519
2000
|
created?: string;
|
|
2520
2001
|
roles?: string[];
|
|
2521
|
-
}
|
|
2002
|
+
}>>;
|
|
2522
2003
|
localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2523
2004
|
identifier: z.ZodString;
|
|
2524
2005
|
id: z.ZodString;
|
|
@@ -2612,762 +2093,40 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2612
2093
|
label?: string;
|
|
2613
2094
|
reportDate?: string;
|
|
2614
2095
|
stage?: string;
|
|
2615
|
-
toValue?: string;
|
|
2616
|
-
compositeKey?: string;
|
|
2617
|
-
eventCount?: number;
|
|
2618
|
-
searchKey?: string;
|
|
2619
|
-
topic?: string;
|
|
2620
|
-
}, {
|
|
2621
|
-
type?: string;
|
|
2622
|
-
state?: string;
|
|
2623
|
-
key?: string;
|
|
2624
|
-
entries?: {
|
|
2625
|
-
daysInQueue?: number;
|
|
2626
|
-
delta?: number;
|
|
2627
|
-
durationInDays?: number;
|
|
2628
|
-
eventHash?: string;
|
|
2629
|
-
fromValue?: string;
|
|
2630
|
-
label?: string;
|
|
2631
|
-
reportDate?: string;
|
|
2632
|
-
stage?: string;
|
|
2633
|
-
toValue?: string;
|
|
2634
|
-
}[];
|
|
2635
|
-
set?: number;
|
|
2636
|
-
daysInQueue?: number;
|
|
2637
|
-
delta?: number;
|
|
2638
|
-
durationInDays?: number;
|
|
2639
|
-
eventHash?: string;
|
|
2640
|
-
fromValue?: string;
|
|
2641
|
-
label?: string;
|
|
2642
|
-
reportDate?: string;
|
|
2643
|
-
stage?: string;
|
|
2644
|
-
toValue?: string;
|
|
2645
|
-
compositeKey?: string;
|
|
2646
|
-
eventCount?: number;
|
|
2647
|
-
searchKey?: string;
|
|
2648
|
-
topic?: string;
|
|
2649
|
-
}>, "many">>;
|
|
2650
|
-
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2651
|
-
identifier: z.ZodString;
|
|
2652
|
-
id: z.ZodString;
|
|
2653
|
-
} & {
|
|
2654
|
-
role: z.ZodString;
|
|
2655
|
-
ref: z.ZodOptional<z.ZodString>;
|
|
2656
|
-
}, "strip", z.ZodTypeAny, {
|
|
2657
|
-
id?: string;
|
|
2658
|
-
identifier?: string;
|
|
2659
|
-
role?: string;
|
|
2660
|
-
ref?: string;
|
|
2661
|
-
}, {
|
|
2662
|
-
id?: string;
|
|
2663
|
-
identifier?: string;
|
|
2664
|
-
role?: string;
|
|
2665
|
-
ref?: string;
|
|
2666
|
-
}>, "many">>;
|
|
2667
|
-
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2668
|
-
poi: z.ZodOptional<z.ZodObject<{
|
|
2669
|
-
id: z.ZodString;
|
|
2670
|
-
identifier: z.ZodString;
|
|
2671
|
-
kV: z.ZodOptional<z.ZodString>;
|
|
2672
|
-
meta: z.ZodOptional<z.ZodString>;
|
|
2673
|
-
poiGroup: z.ZodString;
|
|
2674
|
-
}, "strip", z.ZodTypeAny, {
|
|
2675
|
-
id?: string;
|
|
2676
|
-
identifier?: string;
|
|
2677
|
-
kV?: string;
|
|
2678
|
-
meta?: string;
|
|
2679
|
-
poiGroup?: string;
|
|
2680
|
-
}, {
|
|
2681
|
-
id?: string;
|
|
2682
|
-
identifier?: string;
|
|
2683
|
-
kV?: string;
|
|
2684
|
-
meta?: string;
|
|
2685
|
-
poiGroup?: string;
|
|
2686
|
-
}>>;
|
|
2687
|
-
poiLocation: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodOptional<z.ZodNumber>]>;
|
|
2688
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
2689
|
-
queueDataset: z.ZodOptional<z.ZodString>;
|
|
2690
|
-
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2691
|
-
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
2692
|
-
reportDate: z.ZodOptional<z.ZodString>;
|
|
2693
|
-
sectors: z.ZodArray<z.ZodObject<{
|
|
2694
|
-
identifier: z.ZodString;
|
|
2695
|
-
id: z.ZodString;
|
|
2696
|
-
}, "strip", z.ZodTypeAny, {
|
|
2697
|
-
id?: string;
|
|
2698
|
-
identifier?: string;
|
|
2699
|
-
}, {
|
|
2700
|
-
id?: string;
|
|
2701
|
-
identifier?: string;
|
|
2702
|
-
}>, "many">;
|
|
2703
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2704
|
-
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2705
|
-
filingDate: z.ZodString;
|
|
2706
|
-
headline: z.ZodString;
|
|
2707
|
-
id: z.ZodString;
|
|
2708
|
-
publishedDate: z.ZodString;
|
|
2709
|
-
subType: z.ZodString;
|
|
2710
|
-
type: z.ZodString;
|
|
2711
|
-
}, "strip", z.ZodTypeAny, {
|
|
2712
|
-
type?: string;
|
|
2713
|
-
subType?: string;
|
|
2714
|
-
id?: string;
|
|
2715
|
-
headline?: string;
|
|
2716
|
-
filingDate?: string;
|
|
2717
|
-
publishedDate?: string;
|
|
2718
|
-
}, {
|
|
2719
|
-
type?: string;
|
|
2720
|
-
subType?: string;
|
|
2721
|
-
id?: string;
|
|
2722
|
-
headline?: string;
|
|
2723
|
-
filingDate?: string;
|
|
2724
|
-
publishedDate?: string;
|
|
2725
|
-
}>, "many">>;
|
|
2726
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
2727
|
-
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2728
|
-
}, "strict", z.ZodTypeAny, {
|
|
2729
|
-
sectors?: {
|
|
2730
|
-
id?: string;
|
|
2731
|
-
identifier?: string;
|
|
2732
|
-
}[];
|
|
2733
|
-
keyPeople?: {
|
|
2734
|
-
id?: string;
|
|
2735
|
-
linkedinUrl?: string;
|
|
2736
|
-
fullName?: string;
|
|
2737
|
-
email?: string;
|
|
2738
|
-
phone?: string;
|
|
2739
|
-
source?: string;
|
|
2740
|
-
created?: string;
|
|
2741
|
-
roles?: string[];
|
|
2742
|
-
}[];
|
|
2743
|
-
id?: string;
|
|
2744
|
-
applicationId?: string;
|
|
2745
|
-
queueDataset?: string;
|
|
2746
|
-
country?: {
|
|
2747
|
-
id?: string;
|
|
2748
|
-
identifier?: string;
|
|
2749
|
-
}[];
|
|
2750
|
-
documents?: {
|
|
2751
|
-
type?: string[];
|
|
2752
|
-
key?: string;
|
|
2753
|
-
date?: string;
|
|
2754
|
-
document_id?: string;
|
|
2755
|
-
url?: string;
|
|
2756
|
-
filing_id?: string;
|
|
2757
|
-
isSignal?: boolean;
|
|
2758
|
-
}[];
|
|
2759
|
-
organizations?: {
|
|
2760
|
-
id?: string;
|
|
2761
|
-
identifier?: string;
|
|
2762
|
-
role?: string;
|
|
2763
|
-
ref?: string;
|
|
2764
|
-
}[];
|
|
2765
|
-
allSectors?: string;
|
|
2766
|
-
$organizations?: string;
|
|
2767
|
-
reportDate?: string;
|
|
2768
|
-
applicationTags?: {
|
|
2769
|
-
identifier?: string;
|
|
2770
|
-
}[];
|
|
2771
|
-
queueDate?: string;
|
|
2772
|
-
schema?: "us_queue";
|
|
2773
|
-
actualOperationalDate?: string;
|
|
2774
|
-
localCounty?: {
|
|
2775
|
-
id?: string;
|
|
2776
|
-
identifier?: string;
|
|
2777
|
-
}[];
|
|
2778
|
-
localState?: {
|
|
2779
|
-
id?: string;
|
|
2780
|
-
identifier?: string;
|
|
2781
|
-
}[];
|
|
2782
|
-
plannedOperationalDate?: string;
|
|
2783
|
-
projectName?: string;
|
|
2784
|
-
totalMw?: number;
|
|
2785
|
-
applicationStatus?: string;
|
|
2786
|
-
poiLocation?: string | number;
|
|
2787
|
-
sourceUpdate?: string;
|
|
2788
|
-
applicationType?: string;
|
|
2789
|
-
cost?: {
|
|
2790
|
-
costCompany?: string;
|
|
2791
|
-
costYear?: number;
|
|
2792
|
-
networkCostKW?: number;
|
|
2793
|
-
poiCostKW?: number;
|
|
2794
|
-
totalCostKW?: number;
|
|
2795
|
-
};
|
|
2796
|
-
dateCreated?: string;
|
|
2797
|
-
events?: {
|
|
2798
|
-
id?: string;
|
|
2799
|
-
queueKey?: string;
|
|
2800
|
-
applicationId?: string;
|
|
2801
|
-
set?: number;
|
|
2802
|
-
daysInQueue?: number;
|
|
2803
|
-
eventHash?: string;
|
|
2804
|
-
reportDate?: string;
|
|
2805
|
-
eventType?: "add" | "update";
|
|
2806
|
-
propKey?: string;
|
|
2807
|
-
propType?: "applicationTags" | "tracked";
|
|
2808
|
-
propVal?: string;
|
|
2809
|
-
queueDate?: string;
|
|
2810
|
-
transition?: {
|
|
2811
|
-
delta?: number;
|
|
2812
|
-
durationInDays?: number;
|
|
2813
|
-
from?: {
|
|
2814
|
-
value?: string;
|
|
2815
|
-
assigned?: string;
|
|
2816
|
-
};
|
|
2817
|
-
to?: {
|
|
2818
|
-
value?: string;
|
|
2819
|
-
assigned?: string;
|
|
2820
|
-
};
|
|
2821
|
-
};
|
|
2822
|
-
}[];
|
|
2823
|
-
isoRtoConnection?: {
|
|
2824
|
-
id?: string;
|
|
2825
|
-
identifier?: string;
|
|
2826
|
-
}[];
|
|
2827
|
-
milestones?: {
|
|
2828
|
-
type?: string;
|
|
2829
|
-
state?: string;
|
|
2830
|
-
key?: string;
|
|
2831
|
-
entries?: {
|
|
2832
|
-
daysInQueue?: number;
|
|
2833
|
-
delta?: number;
|
|
2834
|
-
durationInDays?: number;
|
|
2835
|
-
eventHash?: string;
|
|
2836
|
-
fromValue?: string;
|
|
2837
|
-
label?: string;
|
|
2838
|
-
reportDate?: string;
|
|
2839
|
-
stage?: string;
|
|
2840
|
-
toValue?: string;
|
|
2841
|
-
}[];
|
|
2842
|
-
set?: number;
|
|
2843
|
-
daysInQueue?: number;
|
|
2844
|
-
delta?: number;
|
|
2845
|
-
durationInDays?: number;
|
|
2846
|
-
eventHash?: string;
|
|
2847
|
-
fromValue?: string;
|
|
2848
|
-
label?: string;
|
|
2849
|
-
reportDate?: string;
|
|
2850
|
-
stage?: string;
|
|
2851
|
-
toValue?: string;
|
|
2852
|
-
compositeKey?: string;
|
|
2853
|
-
eventCount?: number;
|
|
2854
|
-
searchKey?: string;
|
|
2855
|
-
topic?: string;
|
|
2856
|
-
}[];
|
|
2857
|
-
poi?: {
|
|
2858
|
-
id?: string;
|
|
2859
|
-
identifier?: string;
|
|
2860
|
-
kV?: string;
|
|
2861
|
-
meta?: string;
|
|
2862
|
-
poiGroup?: string;
|
|
2863
|
-
};
|
|
2864
|
-
reportCount?: number;
|
|
2865
|
-
signals?: {
|
|
2866
|
-
type?: string;
|
|
2867
|
-
subType?: string;
|
|
2868
|
-
id?: string;
|
|
2869
|
-
headline?: string;
|
|
2870
|
-
filingDate?: string;
|
|
2871
|
-
publishedDate?: string;
|
|
2872
|
-
}[];
|
|
2873
|
-
withdrawnDate?: string;
|
|
2874
|
-
}, {
|
|
2875
|
-
sectors?: {
|
|
2876
|
-
id?: string;
|
|
2877
|
-
identifier?: string;
|
|
2878
|
-
}[];
|
|
2879
|
-
keyPeople?: {
|
|
2880
|
-
id?: string;
|
|
2881
|
-
linkedinUrl?: string;
|
|
2882
|
-
fullName?: string;
|
|
2883
|
-
email?: string;
|
|
2884
|
-
phone?: string;
|
|
2885
|
-
source?: string;
|
|
2886
|
-
created?: string;
|
|
2887
|
-
roles?: string[];
|
|
2888
|
-
}[];
|
|
2889
|
-
id?: string;
|
|
2890
|
-
applicationId?: string;
|
|
2891
|
-
queueDataset?: string;
|
|
2892
|
-
country?: {
|
|
2893
|
-
id?: string;
|
|
2894
|
-
identifier?: string;
|
|
2895
|
-
}[];
|
|
2896
|
-
documents?: {
|
|
2897
|
-
type?: string[];
|
|
2898
|
-
key?: string;
|
|
2899
|
-
date?: string;
|
|
2900
|
-
document_id?: string;
|
|
2901
|
-
url?: string;
|
|
2902
|
-
filing_id?: string;
|
|
2903
|
-
isSignal?: boolean;
|
|
2904
|
-
}[];
|
|
2905
|
-
organizations?: {
|
|
2906
|
-
id?: string;
|
|
2907
|
-
identifier?: string;
|
|
2908
|
-
role?: string;
|
|
2909
|
-
ref?: string;
|
|
2910
|
-
}[];
|
|
2911
|
-
allSectors?: string;
|
|
2912
|
-
$organizations?: string;
|
|
2913
|
-
reportDate?: string;
|
|
2914
|
-
applicationTags?: {
|
|
2915
|
-
identifier?: string;
|
|
2916
|
-
}[];
|
|
2917
|
-
queueDate?: string;
|
|
2918
|
-
schema?: "us_queue";
|
|
2919
|
-
actualOperationalDate?: string;
|
|
2920
|
-
localCounty?: {
|
|
2921
|
-
id?: string;
|
|
2922
|
-
identifier?: string;
|
|
2923
|
-
}[];
|
|
2924
|
-
localState?: {
|
|
2925
|
-
id?: string;
|
|
2926
|
-
identifier?: string;
|
|
2927
|
-
}[];
|
|
2928
|
-
plannedOperationalDate?: string;
|
|
2929
|
-
projectName?: string;
|
|
2930
|
-
totalMw?: number;
|
|
2931
|
-
applicationStatus?: string;
|
|
2932
|
-
poiLocation?: string | number;
|
|
2933
|
-
sourceUpdate?: string;
|
|
2934
|
-
applicationType?: string;
|
|
2935
|
-
cost?: {
|
|
2936
|
-
costCompany?: string;
|
|
2937
|
-
costYear?: number;
|
|
2938
|
-
networkCostKW?: number;
|
|
2939
|
-
poiCostKW?: number;
|
|
2940
|
-
totalCostKW?: number;
|
|
2941
|
-
};
|
|
2942
|
-
dateCreated?: string;
|
|
2943
|
-
events?: {
|
|
2944
|
-
id?: string;
|
|
2945
|
-
queueKey?: string;
|
|
2946
|
-
applicationId?: string;
|
|
2947
|
-
set?: number;
|
|
2948
|
-
daysInQueue?: number;
|
|
2949
|
-
eventHash?: string;
|
|
2950
|
-
reportDate?: string;
|
|
2951
|
-
eventType?: "add" | "update";
|
|
2952
|
-
propKey?: string;
|
|
2953
|
-
propType?: "applicationTags" | "tracked";
|
|
2954
|
-
propVal?: string;
|
|
2955
|
-
queueDate?: string;
|
|
2956
|
-
transition?: {
|
|
2957
|
-
delta?: number;
|
|
2958
|
-
durationInDays?: number;
|
|
2959
|
-
from?: {
|
|
2960
|
-
value?: string;
|
|
2961
|
-
assigned?: string;
|
|
2962
|
-
};
|
|
2963
|
-
to?: {
|
|
2964
|
-
value?: string;
|
|
2965
|
-
assigned?: string;
|
|
2966
|
-
};
|
|
2967
|
-
};
|
|
2968
|
-
}[];
|
|
2969
|
-
isoRtoConnection?: {
|
|
2970
|
-
id?: string;
|
|
2971
|
-
identifier?: string;
|
|
2972
|
-
}[];
|
|
2973
|
-
milestones?: {
|
|
2974
|
-
type?: string;
|
|
2975
|
-
state?: string;
|
|
2976
|
-
key?: string;
|
|
2977
|
-
entries?: {
|
|
2978
|
-
daysInQueue?: number;
|
|
2979
|
-
delta?: number;
|
|
2980
|
-
durationInDays?: number;
|
|
2981
|
-
eventHash?: string;
|
|
2982
|
-
fromValue?: string;
|
|
2983
|
-
label?: string;
|
|
2984
|
-
reportDate?: string;
|
|
2985
|
-
stage?: string;
|
|
2986
|
-
toValue?: string;
|
|
2987
|
-
}[];
|
|
2988
|
-
set?: number;
|
|
2989
|
-
daysInQueue?: number;
|
|
2990
|
-
delta?: number;
|
|
2991
|
-
durationInDays?: number;
|
|
2992
|
-
eventHash?: string;
|
|
2993
|
-
fromValue?: string;
|
|
2994
|
-
label?: string;
|
|
2995
|
-
reportDate?: string;
|
|
2996
|
-
stage?: string;
|
|
2997
|
-
toValue?: string;
|
|
2998
|
-
compositeKey?: string;
|
|
2999
|
-
eventCount?: number;
|
|
3000
|
-
searchKey?: string;
|
|
3001
|
-
topic?: string;
|
|
3002
|
-
}[];
|
|
3003
|
-
poi?: {
|
|
3004
|
-
id?: string;
|
|
3005
|
-
identifier?: string;
|
|
3006
|
-
kV?: string;
|
|
3007
|
-
meta?: string;
|
|
3008
|
-
poiGroup?: string;
|
|
3009
|
-
};
|
|
3010
|
-
reportCount?: number;
|
|
3011
|
-
signals?: {
|
|
3012
|
-
type?: string;
|
|
3013
|
-
subType?: string;
|
|
3014
|
-
id?: string;
|
|
3015
|
-
headline?: string;
|
|
3016
|
-
filingDate?: string;
|
|
3017
|
-
publishedDate?: string;
|
|
3018
|
-
}[];
|
|
3019
|
-
withdrawnDate?: string;
|
|
3020
|
-
}>]>;
|
|
3021
|
-
export { baseQueueSchema, euQueueDetailsSchema, usQueueDetailsSchema, euQueueListSchema, usQueueListSchema, };
|
|
3022
|
-
export type QueueDetailsType = z.infer<typeof queueDetailsSchema>;
|
|
3023
|
-
export type QueueDetailsUnionType = z.infer<typeof queueDetailsUnionSchema>;
|
|
3024
|
-
export type EUQueueDetailsType = z.infer<typeof euQueueDetailsSchema>;
|
|
3025
|
-
export type USQueueDetailsType = z.infer<typeof usQueueDetailsSchema>;
|
|
3026
|
-
declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
3027
|
-
id: z.ZodString;
|
|
3028
|
-
} & {
|
|
3029
|
-
schema: z.ZodLiteral<"eu_queue">;
|
|
3030
|
-
} & {
|
|
3031
|
-
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3032
|
-
allSectors: z.ZodOptional<z.ZodString>;
|
|
3033
|
-
applicationId: z.ZodOptional<z.ZodString>;
|
|
3034
|
-
country: z.ZodOptional<z.ZodString>;
|
|
3035
|
-
geo: z.ZodOptional<z.ZodObject<{
|
|
3036
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3037
|
-
default: z.ZodOptional<z.ZodObject<{
|
|
3038
|
-
lon: z.ZodNumber;
|
|
3039
|
-
lat: z.ZodNumber;
|
|
3040
|
-
}, "strip", z.ZodTypeAny, {
|
|
3041
|
-
lat?: number;
|
|
3042
|
-
lon?: number;
|
|
3043
|
-
}, {
|
|
3044
|
-
lat?: number;
|
|
3045
|
-
lon?: number;
|
|
3046
|
-
}>>;
|
|
3047
|
-
project: z.ZodOptional<z.ZodObject<{
|
|
3048
|
-
lon: z.ZodNumber;
|
|
3049
|
-
lat: z.ZodNumber;
|
|
3050
|
-
}, "strip", z.ZodTypeAny, {
|
|
3051
|
-
lat?: number;
|
|
3052
|
-
lon?: number;
|
|
3053
|
-
}, {
|
|
3054
|
-
lat?: number;
|
|
3055
|
-
lon?: number;
|
|
3056
|
-
}>>;
|
|
3057
|
-
county: z.ZodOptional<z.ZodObject<{
|
|
3058
|
-
lon: z.ZodNumber;
|
|
3059
|
-
lat: z.ZodNumber;
|
|
3060
|
-
}, "strip", z.ZodTypeAny, {
|
|
3061
|
-
lat?: number;
|
|
3062
|
-
lon?: number;
|
|
3063
|
-
}, {
|
|
3064
|
-
lat?: number;
|
|
3065
|
-
lon?: number;
|
|
3066
|
-
}>>;
|
|
3067
|
-
facility: z.ZodOptional<z.ZodObject<{
|
|
3068
|
-
lon: z.ZodNumber;
|
|
3069
|
-
lat: z.ZodNumber;
|
|
3070
|
-
}, "strip", z.ZodTypeAny, {
|
|
3071
|
-
lat?: number;
|
|
3072
|
-
lon?: number;
|
|
3073
|
-
}, {
|
|
3074
|
-
lat?: number;
|
|
3075
|
-
lon?: number;
|
|
3076
|
-
}>>;
|
|
3077
|
-
}, "strip", z.ZodTypeAny, {
|
|
3078
|
-
county?: {
|
|
3079
|
-
lat?: number;
|
|
3080
|
-
lon?: number;
|
|
3081
|
-
};
|
|
3082
|
-
defaultValue?: string;
|
|
3083
|
-
default?: {
|
|
3084
|
-
lat?: number;
|
|
3085
|
-
lon?: number;
|
|
3086
|
-
};
|
|
3087
|
-
project?: {
|
|
3088
|
-
lat?: number;
|
|
3089
|
-
lon?: number;
|
|
3090
|
-
};
|
|
3091
|
-
facility?: {
|
|
3092
|
-
lat?: number;
|
|
3093
|
-
lon?: number;
|
|
3094
|
-
};
|
|
3095
|
-
}, {
|
|
3096
|
-
county?: {
|
|
3097
|
-
lat?: number;
|
|
3098
|
-
lon?: number;
|
|
3099
|
-
};
|
|
3100
|
-
defaultValue?: string;
|
|
3101
|
-
default?: {
|
|
3102
|
-
lat?: number;
|
|
3103
|
-
lon?: number;
|
|
3104
|
-
};
|
|
3105
|
-
project?: {
|
|
3106
|
-
lat?: number;
|
|
3107
|
-
lon?: number;
|
|
3108
|
-
};
|
|
3109
|
-
facility?: {
|
|
3110
|
-
lat?: number;
|
|
3111
|
-
lon?: number;
|
|
3112
|
-
};
|
|
3113
|
-
}>>;
|
|
3114
|
-
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3115
|
-
localCounty: z.ZodOptional<z.ZodString>;
|
|
3116
|
-
localState: z.ZodOptional<z.ZodString>;
|
|
3117
|
-
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3118
|
-
identifier: z.ZodString;
|
|
3119
|
-
id: z.ZodString;
|
|
3120
|
-
} & {
|
|
3121
|
-
role: z.ZodString;
|
|
3122
|
-
ref: z.ZodOptional<z.ZodString>;
|
|
3123
|
-
}, "strip", z.ZodTypeAny, {
|
|
3124
|
-
id?: string;
|
|
3125
|
-
identifier?: string;
|
|
3126
|
-
role?: string;
|
|
3127
|
-
ref?: string;
|
|
3128
|
-
}, {
|
|
3129
|
-
id?: string;
|
|
3130
|
-
identifier?: string;
|
|
3131
|
-
role?: string;
|
|
3132
|
-
ref?: string;
|
|
3133
|
-
}>, "many">>;
|
|
3134
|
-
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3135
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
3136
|
-
queueDataset: z.ZodOptional<z.ZodString>;
|
|
3137
|
-
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3138
|
-
sectors: z.ZodArray<z.ZodObject<{
|
|
3139
|
-
identifier: z.ZodString;
|
|
3140
|
-
id: z.ZodString;
|
|
3141
|
-
}, "strip", z.ZodTypeAny, {
|
|
3142
|
-
id?: string;
|
|
3143
|
-
identifier?: string;
|
|
3144
|
-
}, {
|
|
3145
|
-
id?: string;
|
|
3146
|
-
identifier?: string;
|
|
3147
|
-
}>, "many">;
|
|
3148
|
-
status: z.ZodOptional<z.ZodString>;
|
|
3149
|
-
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3150
|
-
} & {
|
|
3151
|
-
sort: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
3152
|
-
}, "strict", z.ZodTypeAny, {
|
|
3153
|
-
sectors?: {
|
|
3154
|
-
id?: string;
|
|
3155
|
-
identifier?: string;
|
|
3156
|
-
}[];
|
|
3157
|
-
id?: string;
|
|
3158
|
-
sort?: [number, number, ...unknown[]];
|
|
3159
|
-
status?: string;
|
|
3160
|
-
applicationId?: string;
|
|
3161
|
-
queueDataset?: string;
|
|
3162
|
-
country?: string;
|
|
3163
|
-
organizations?: {
|
|
3164
|
-
id?: string;
|
|
3165
|
-
identifier?: string;
|
|
3166
|
-
role?: string;
|
|
3167
|
-
ref?: string;
|
|
3168
|
-
}[];
|
|
3169
|
-
geo?: {
|
|
3170
|
-
county?: {
|
|
3171
|
-
lat?: number;
|
|
3172
|
-
lon?: number;
|
|
3173
|
-
};
|
|
3174
|
-
defaultValue?: string;
|
|
3175
|
-
default?: {
|
|
3176
|
-
lat?: number;
|
|
3177
|
-
lon?: number;
|
|
3178
|
-
};
|
|
3179
|
-
project?: {
|
|
3180
|
-
lat?: number;
|
|
3181
|
-
lon?: number;
|
|
3182
|
-
};
|
|
3183
|
-
facility?: {
|
|
3184
|
-
lat?: number;
|
|
3185
|
-
lon?: number;
|
|
3186
|
-
};
|
|
3187
|
-
};
|
|
3188
|
-
allSectors?: string;
|
|
3189
|
-
queueDate?: string;
|
|
3190
|
-
schema?: "eu_queue";
|
|
3191
|
-
actualOperationalDate?: string;
|
|
3192
|
-
lastModified?: string;
|
|
3193
|
-
localCounty?: string;
|
|
3194
|
-
localState?: string;
|
|
3195
|
-
plannedOperationalDate?: string;
|
|
3196
|
-
projectName?: string;
|
|
3197
|
-
totalMw?: number;
|
|
3198
|
-
}, {
|
|
3199
|
-
sectors?: {
|
|
3200
|
-
id?: string;
|
|
3201
|
-
identifier?: string;
|
|
3202
|
-
}[];
|
|
3203
|
-
id?: string;
|
|
3204
|
-
sort?: [number, number, ...unknown[]];
|
|
3205
|
-
status?: string;
|
|
3206
|
-
applicationId?: string;
|
|
3207
|
-
queueDataset?: string;
|
|
3208
|
-
country?: string;
|
|
3209
|
-
organizations?: {
|
|
3210
|
-
id?: string;
|
|
3211
|
-
identifier?: string;
|
|
3212
|
-
role?: string;
|
|
3213
|
-
ref?: string;
|
|
3214
|
-
}[];
|
|
3215
|
-
geo?: {
|
|
3216
|
-
county?: {
|
|
3217
|
-
lat?: number;
|
|
3218
|
-
lon?: number;
|
|
3219
|
-
};
|
|
3220
|
-
defaultValue?: string;
|
|
3221
|
-
default?: {
|
|
3222
|
-
lat?: number;
|
|
3223
|
-
lon?: number;
|
|
3224
|
-
};
|
|
3225
|
-
project?: {
|
|
3226
|
-
lat?: number;
|
|
3227
|
-
lon?: number;
|
|
3228
|
-
};
|
|
3229
|
-
facility?: {
|
|
3230
|
-
lat?: number;
|
|
3231
|
-
lon?: number;
|
|
3232
|
-
};
|
|
3233
|
-
};
|
|
3234
|
-
allSectors?: string;
|
|
3235
|
-
queueDate?: string;
|
|
3236
|
-
schema?: "eu_queue";
|
|
3237
|
-
actualOperationalDate?: string;
|
|
3238
|
-
lastModified?: string;
|
|
3239
|
-
localCounty?: string;
|
|
3240
|
-
localState?: string;
|
|
3241
|
-
plannedOperationalDate?: string;
|
|
3242
|
-
projectName?: string;
|
|
3243
|
-
totalMw?: number;
|
|
3244
|
-
}>;
|
|
3245
|
-
declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
3246
|
-
id: z.ZodString;
|
|
3247
|
-
} & {
|
|
3248
|
-
schema: z.ZodLiteral<"us_queue">;
|
|
3249
|
-
} & {
|
|
3250
|
-
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3251
|
-
allSectors: z.ZodOptional<z.ZodString>;
|
|
3252
|
-
applicationId: z.ZodOptional<z.ZodString>;
|
|
3253
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
3254
|
-
applicationTags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3255
|
-
identifier: z.ZodString;
|
|
3256
|
-
}, "strip", z.ZodTypeAny, {
|
|
3257
|
-
identifier?: string;
|
|
3258
|
-
}, {
|
|
3259
|
-
identifier?: string;
|
|
3260
|
-
}>, "many">>;
|
|
3261
|
-
country: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3262
|
-
identifier: z.ZodString;
|
|
3263
|
-
id: z.ZodString;
|
|
3264
|
-
}, "strip", z.ZodTypeAny, {
|
|
3265
|
-
id?: string;
|
|
3266
|
-
identifier?: string;
|
|
3267
|
-
}, {
|
|
3268
|
-
id?: string;
|
|
3269
|
-
identifier?: string;
|
|
3270
|
-
}>, "many">>;
|
|
3271
|
-
geo: z.ZodOptional<z.ZodObject<{
|
|
3272
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3273
|
-
default: z.ZodOptional<z.ZodObject<{
|
|
3274
|
-
lon: z.ZodNumber;
|
|
3275
|
-
lat: z.ZodNumber;
|
|
3276
|
-
}, "strip", z.ZodTypeAny, {
|
|
3277
|
-
lat?: number;
|
|
3278
|
-
lon?: number;
|
|
3279
|
-
}, {
|
|
3280
|
-
lat?: number;
|
|
3281
|
-
lon?: number;
|
|
3282
|
-
}>>;
|
|
3283
|
-
project: z.ZodOptional<z.ZodObject<{
|
|
3284
|
-
lon: z.ZodNumber;
|
|
3285
|
-
lat: z.ZodNumber;
|
|
3286
|
-
}, "strip", z.ZodTypeAny, {
|
|
3287
|
-
lat?: number;
|
|
3288
|
-
lon?: number;
|
|
3289
|
-
}, {
|
|
3290
|
-
lat?: number;
|
|
3291
|
-
lon?: number;
|
|
3292
|
-
}>>;
|
|
3293
|
-
county: z.ZodOptional<z.ZodObject<{
|
|
3294
|
-
lon: z.ZodNumber;
|
|
3295
|
-
lat: z.ZodNumber;
|
|
3296
|
-
}, "strip", z.ZodTypeAny, {
|
|
3297
|
-
lat?: number;
|
|
3298
|
-
lon?: number;
|
|
3299
|
-
}, {
|
|
3300
|
-
lat?: number;
|
|
3301
|
-
lon?: number;
|
|
3302
|
-
}>>;
|
|
3303
|
-
facility: z.ZodOptional<z.ZodObject<{
|
|
3304
|
-
lon: z.ZodNumber;
|
|
3305
|
-
lat: z.ZodNumber;
|
|
3306
|
-
}, "strip", z.ZodTypeAny, {
|
|
3307
|
-
lat?: number;
|
|
3308
|
-
lon?: number;
|
|
3309
|
-
}, {
|
|
3310
|
-
lat?: number;
|
|
3311
|
-
lon?: number;
|
|
3312
|
-
}>>;
|
|
3313
|
-
}, "strip", z.ZodTypeAny, {
|
|
3314
|
-
county?: {
|
|
3315
|
-
lat?: number;
|
|
3316
|
-
lon?: number;
|
|
3317
|
-
};
|
|
3318
|
-
defaultValue?: string;
|
|
3319
|
-
default?: {
|
|
3320
|
-
lat?: number;
|
|
3321
|
-
lon?: number;
|
|
3322
|
-
};
|
|
3323
|
-
project?: {
|
|
3324
|
-
lat?: number;
|
|
3325
|
-
lon?: number;
|
|
3326
|
-
};
|
|
3327
|
-
facility?: {
|
|
3328
|
-
lat?: number;
|
|
3329
|
-
lon?: number;
|
|
3330
|
-
};
|
|
3331
|
-
}, {
|
|
3332
|
-
county?: {
|
|
3333
|
-
lat?: number;
|
|
3334
|
-
lon?: number;
|
|
3335
|
-
};
|
|
3336
|
-
defaultValue?: string;
|
|
3337
|
-
default?: {
|
|
3338
|
-
lat?: number;
|
|
3339
|
-
lon?: number;
|
|
3340
|
-
};
|
|
3341
|
-
project?: {
|
|
3342
|
-
lat?: number;
|
|
3343
|
-
lon?: number;
|
|
3344
|
-
};
|
|
3345
|
-
facility?: {
|
|
3346
|
-
lat?: number;
|
|
3347
|
-
lon?: number;
|
|
3348
|
-
};
|
|
3349
|
-
}>>;
|
|
3350
|
-
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
3351
|
-
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3352
|
-
localCounty: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3353
|
-
identifier: z.ZodString;
|
|
3354
|
-
id: z.ZodString;
|
|
3355
|
-
}, "strip", z.ZodTypeAny, {
|
|
3356
|
-
id?: string;
|
|
3357
|
-
identifier?: string;
|
|
3358
|
-
}, {
|
|
3359
|
-
id?: string;
|
|
3360
|
-
identifier?: string;
|
|
3361
|
-
}>, "many">>;
|
|
3362
|
-
localState: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3363
|
-
identifier: z.ZodString;
|
|
3364
|
-
id: z.ZodString;
|
|
3365
|
-
}, "strip", z.ZodTypeAny, {
|
|
3366
|
-
id?: string;
|
|
3367
|
-
identifier?: string;
|
|
2096
|
+
toValue?: string;
|
|
2097
|
+
compositeKey?: string;
|
|
2098
|
+
eventCount?: number;
|
|
2099
|
+
searchKey?: string;
|
|
2100
|
+
topic?: string;
|
|
3368
2101
|
}, {
|
|
3369
|
-
|
|
3370
|
-
|
|
2102
|
+
type?: string;
|
|
2103
|
+
state?: string;
|
|
2104
|
+
key?: string;
|
|
2105
|
+
entries?: {
|
|
2106
|
+
daysInQueue?: number;
|
|
2107
|
+
delta?: number;
|
|
2108
|
+
durationInDays?: number;
|
|
2109
|
+
eventHash?: string;
|
|
2110
|
+
fromValue?: string;
|
|
2111
|
+
label?: string;
|
|
2112
|
+
reportDate?: string;
|
|
2113
|
+
stage?: string;
|
|
2114
|
+
toValue?: string;
|
|
2115
|
+
}[];
|
|
2116
|
+
set?: number;
|
|
2117
|
+
daysInQueue?: number;
|
|
2118
|
+
delta?: number;
|
|
2119
|
+
durationInDays?: number;
|
|
2120
|
+
eventHash?: string;
|
|
2121
|
+
fromValue?: string;
|
|
2122
|
+
label?: string;
|
|
2123
|
+
reportDate?: string;
|
|
2124
|
+
stage?: string;
|
|
2125
|
+
toValue?: string;
|
|
2126
|
+
compositeKey?: string;
|
|
2127
|
+
eventCount?: number;
|
|
2128
|
+
searchKey?: string;
|
|
2129
|
+
topic?: string;
|
|
3371
2130
|
}>, "many">>;
|
|
3372
2131
|
organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3373
2132
|
identifier: z.ZodString;
|
|
@@ -3387,10 +2146,31 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3387
2146
|
ref?: string;
|
|
3388
2147
|
}>, "many">>;
|
|
3389
2148
|
plannedOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2149
|
+
poi: z.ZodOptional<z.ZodObject<{
|
|
2150
|
+
id: z.ZodString;
|
|
2151
|
+
identifier: z.ZodString;
|
|
2152
|
+
kV: z.ZodOptional<z.ZodString>;
|
|
2153
|
+
meta: z.ZodOptional<z.ZodString>;
|
|
2154
|
+
poiGroup: z.ZodString;
|
|
2155
|
+
}, "strip", z.ZodTypeAny, {
|
|
2156
|
+
id?: string;
|
|
2157
|
+
identifier?: string;
|
|
2158
|
+
kV?: string;
|
|
2159
|
+
meta?: string;
|
|
2160
|
+
poiGroup?: string;
|
|
2161
|
+
}, {
|
|
2162
|
+
id?: string;
|
|
2163
|
+
identifier?: string;
|
|
2164
|
+
kV?: string;
|
|
2165
|
+
meta?: string;
|
|
2166
|
+
poiGroup?: string;
|
|
2167
|
+
}>>;
|
|
3390
2168
|
poiLocation: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodOptional<z.ZodNumber>]>;
|
|
3391
2169
|
projectName: z.ZodOptional<z.ZodString>;
|
|
3392
2170
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
3393
2171
|
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
2172
|
+
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
2173
|
+
reportDate: z.ZodOptional<z.ZodString>;
|
|
3394
2174
|
sectors: z.ZodArray<z.ZodObject<{
|
|
3395
2175
|
identifier: z.ZodString;
|
|
3396
2176
|
id: z.ZodString;
|
|
@@ -3401,55 +2181,77 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3401
2181
|
id?: string;
|
|
3402
2182
|
identifier?: string;
|
|
3403
2183
|
}>, "many">;
|
|
2184
|
+
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2185
|
+
filingDate: z.ZodString;
|
|
2186
|
+
headline: z.ZodString;
|
|
2187
|
+
id: z.ZodString;
|
|
2188
|
+
publishedDate: z.ZodString;
|
|
2189
|
+
subType: z.ZodString;
|
|
2190
|
+
type: z.ZodString;
|
|
2191
|
+
}, "strip", z.ZodTypeAny, {
|
|
2192
|
+
type?: string;
|
|
2193
|
+
subType?: string;
|
|
2194
|
+
id?: string;
|
|
2195
|
+
headline?: string;
|
|
2196
|
+
filingDate?: string;
|
|
2197
|
+
publishedDate?: string;
|
|
2198
|
+
}, {
|
|
2199
|
+
type?: string;
|
|
2200
|
+
subType?: string;
|
|
2201
|
+
id?: string;
|
|
2202
|
+
headline?: string;
|
|
2203
|
+
filingDate?: string;
|
|
2204
|
+
publishedDate?: string;
|
|
2205
|
+
}>, "many">>;
|
|
3404
2206
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3405
|
-
|
|
3406
|
-
sort: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2207
|
+
withdrawnDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3407
2208
|
}, "strict", z.ZodTypeAny, {
|
|
3408
2209
|
sectors?: {
|
|
3409
2210
|
id?: string;
|
|
3410
2211
|
identifier?: string;
|
|
3411
2212
|
}[];
|
|
2213
|
+
keyPeople?: {
|
|
2214
|
+
id?: string;
|
|
2215
|
+
linkedinUrl?: string;
|
|
2216
|
+
fullName?: string;
|
|
2217
|
+
email?: string;
|
|
2218
|
+
phone?: string;
|
|
2219
|
+
source?: string;
|
|
2220
|
+
created?: string;
|
|
2221
|
+
roles?: string[];
|
|
2222
|
+
};
|
|
3412
2223
|
id?: string;
|
|
3413
|
-
sort?: [number, number, ...unknown[]];
|
|
3414
2224
|
applicationId?: string;
|
|
3415
2225
|
queueDataset?: string;
|
|
3416
2226
|
country?: {
|
|
3417
2227
|
id?: string;
|
|
3418
2228
|
identifier?: string;
|
|
3419
2229
|
}[];
|
|
2230
|
+
documents?: {
|
|
2231
|
+
type?: string[];
|
|
2232
|
+
key?: string;
|
|
2233
|
+
date?: string;
|
|
2234
|
+
document_id?: string;
|
|
2235
|
+
url?: string;
|
|
2236
|
+
filing_id?: string;
|
|
2237
|
+
isSignal?: boolean;
|
|
2238
|
+
}[];
|
|
3420
2239
|
organizations?: {
|
|
3421
2240
|
id?: string;
|
|
3422
2241
|
identifier?: string;
|
|
3423
2242
|
role?: string;
|
|
3424
2243
|
ref?: string;
|
|
3425
2244
|
}[];
|
|
3426
|
-
geo?: {
|
|
3427
|
-
county?: {
|
|
3428
|
-
lat?: number;
|
|
3429
|
-
lon?: number;
|
|
3430
|
-
};
|
|
3431
|
-
defaultValue?: string;
|
|
3432
|
-
default?: {
|
|
3433
|
-
lat?: number;
|
|
3434
|
-
lon?: number;
|
|
3435
|
-
};
|
|
3436
|
-
project?: {
|
|
3437
|
-
lat?: number;
|
|
3438
|
-
lon?: number;
|
|
3439
|
-
};
|
|
3440
|
-
facility?: {
|
|
3441
|
-
lat?: number;
|
|
3442
|
-
lon?: number;
|
|
3443
|
-
};
|
|
3444
|
-
};
|
|
3445
2245
|
allSectors?: string;
|
|
2246
|
+
$organizations?: string;
|
|
2247
|
+
reportDate?: string;
|
|
3446
2248
|
applicationTags?: {
|
|
3447
2249
|
identifier?: string;
|
|
3448
2250
|
}[];
|
|
3449
2251
|
queueDate?: string;
|
|
3450
2252
|
schema?: "us_queue";
|
|
3451
2253
|
actualOperationalDate?: string;
|
|
3452
|
-
|
|
2254
|
+
applicationStatus?: string;
|
|
3453
2255
|
localCounty?: {
|
|
3454
2256
|
id?: string;
|
|
3455
2257
|
identifier?: string;
|
|
@@ -3461,55 +2263,140 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3461
2263
|
plannedOperationalDate?: string;
|
|
3462
2264
|
projectName?: string;
|
|
3463
2265
|
totalMw?: number;
|
|
3464
|
-
applicationStatus?: string;
|
|
3465
|
-
interconnectingEntity?: string;
|
|
3466
2266
|
poiLocation?: string | number;
|
|
2267
|
+
applicationType?: string;
|
|
2268
|
+
cost?: {
|
|
2269
|
+
costCompany?: string;
|
|
2270
|
+
costYear?: number;
|
|
2271
|
+
networkCostKW?: number;
|
|
2272
|
+
poiCostKW?: number;
|
|
2273
|
+
totalCostKW?: number;
|
|
2274
|
+
};
|
|
2275
|
+
dateCreated?: string;
|
|
2276
|
+
events?: {
|
|
2277
|
+
id?: string;
|
|
2278
|
+
queueKey?: string;
|
|
2279
|
+
applicationId?: string;
|
|
2280
|
+
set?: number;
|
|
2281
|
+
daysInQueue?: number;
|
|
2282
|
+
eventHash?: string;
|
|
2283
|
+
reportDate?: string;
|
|
2284
|
+
eventType?: "add" | "update";
|
|
2285
|
+
propKey?: string;
|
|
2286
|
+
propType?: "applicationTags" | "tracked";
|
|
2287
|
+
propVal?: string;
|
|
2288
|
+
queueDate?: string;
|
|
2289
|
+
transition?: {
|
|
2290
|
+
delta?: number;
|
|
2291
|
+
durationInDays?: number;
|
|
2292
|
+
from?: {
|
|
2293
|
+
value?: string;
|
|
2294
|
+
assigned?: string;
|
|
2295
|
+
};
|
|
2296
|
+
to?: {
|
|
2297
|
+
value?: string;
|
|
2298
|
+
assigned?: string;
|
|
2299
|
+
};
|
|
2300
|
+
};
|
|
2301
|
+
}[];
|
|
2302
|
+
isoRtoConnection?: {
|
|
2303
|
+
id?: string;
|
|
2304
|
+
identifier?: string;
|
|
2305
|
+
}[];
|
|
2306
|
+
milestones?: {
|
|
2307
|
+
type?: string;
|
|
2308
|
+
state?: string;
|
|
2309
|
+
key?: string;
|
|
2310
|
+
entries?: {
|
|
2311
|
+
daysInQueue?: number;
|
|
2312
|
+
delta?: number;
|
|
2313
|
+
durationInDays?: number;
|
|
2314
|
+
eventHash?: string;
|
|
2315
|
+
fromValue?: string;
|
|
2316
|
+
label?: string;
|
|
2317
|
+
reportDate?: string;
|
|
2318
|
+
stage?: string;
|
|
2319
|
+
toValue?: string;
|
|
2320
|
+
}[];
|
|
2321
|
+
set?: number;
|
|
2322
|
+
daysInQueue?: number;
|
|
2323
|
+
delta?: number;
|
|
2324
|
+
durationInDays?: number;
|
|
2325
|
+
eventHash?: string;
|
|
2326
|
+
fromValue?: string;
|
|
2327
|
+
label?: string;
|
|
2328
|
+
reportDate?: string;
|
|
2329
|
+
stage?: string;
|
|
2330
|
+
toValue?: string;
|
|
2331
|
+
compositeKey?: string;
|
|
2332
|
+
eventCount?: number;
|
|
2333
|
+
searchKey?: string;
|
|
2334
|
+
topic?: string;
|
|
2335
|
+
}[];
|
|
2336
|
+
poi?: {
|
|
2337
|
+
id?: string;
|
|
2338
|
+
identifier?: string;
|
|
2339
|
+
kV?: string;
|
|
2340
|
+
meta?: string;
|
|
2341
|
+
poiGroup?: string;
|
|
2342
|
+
};
|
|
2343
|
+
reportCount?: number;
|
|
2344
|
+
signals?: {
|
|
2345
|
+
type?: string;
|
|
2346
|
+
subType?: string;
|
|
2347
|
+
id?: string;
|
|
2348
|
+
headline?: string;
|
|
2349
|
+
filingDate?: string;
|
|
2350
|
+
publishedDate?: string;
|
|
2351
|
+
}[];
|
|
2352
|
+
withdrawnDate?: string;
|
|
3467
2353
|
}, {
|
|
3468
2354
|
sectors?: {
|
|
3469
2355
|
id?: string;
|
|
3470
2356
|
identifier?: string;
|
|
3471
2357
|
}[];
|
|
2358
|
+
keyPeople?: {
|
|
2359
|
+
id?: string;
|
|
2360
|
+
linkedinUrl?: string;
|
|
2361
|
+
fullName?: string;
|
|
2362
|
+
email?: string;
|
|
2363
|
+
phone?: string;
|
|
2364
|
+
source?: string;
|
|
2365
|
+
created?: string;
|
|
2366
|
+
roles?: string[];
|
|
2367
|
+
};
|
|
3472
2368
|
id?: string;
|
|
3473
|
-
sort?: [number, number, ...unknown[]];
|
|
3474
2369
|
applicationId?: string;
|
|
3475
2370
|
queueDataset?: string;
|
|
3476
2371
|
country?: {
|
|
3477
2372
|
id?: string;
|
|
3478
2373
|
identifier?: string;
|
|
3479
2374
|
}[];
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
2375
|
+
documents?: {
|
|
2376
|
+
type?: string[];
|
|
2377
|
+
key?: string;
|
|
2378
|
+
date?: string;
|
|
2379
|
+
document_id?: string;
|
|
2380
|
+
url?: string;
|
|
2381
|
+
filing_id?: string;
|
|
2382
|
+
isSignal?: boolean;
|
|
2383
|
+
}[];
|
|
2384
|
+
organizations?: {
|
|
2385
|
+
id?: string;
|
|
2386
|
+
identifier?: string;
|
|
2387
|
+
role?: string;
|
|
2388
|
+
ref?: string;
|
|
3485
2389
|
}[];
|
|
3486
|
-
geo?: {
|
|
3487
|
-
county?: {
|
|
3488
|
-
lat?: number;
|
|
3489
|
-
lon?: number;
|
|
3490
|
-
};
|
|
3491
|
-
defaultValue?: string;
|
|
3492
|
-
default?: {
|
|
3493
|
-
lat?: number;
|
|
3494
|
-
lon?: number;
|
|
3495
|
-
};
|
|
3496
|
-
project?: {
|
|
3497
|
-
lat?: number;
|
|
3498
|
-
lon?: number;
|
|
3499
|
-
};
|
|
3500
|
-
facility?: {
|
|
3501
|
-
lat?: number;
|
|
3502
|
-
lon?: number;
|
|
3503
|
-
};
|
|
3504
|
-
};
|
|
3505
2390
|
allSectors?: string;
|
|
2391
|
+
$organizations?: string;
|
|
2392
|
+
reportDate?: string;
|
|
3506
2393
|
applicationTags?: {
|
|
3507
2394
|
identifier?: string;
|
|
3508
2395
|
}[];
|
|
3509
2396
|
queueDate?: string;
|
|
3510
2397
|
schema?: "us_queue";
|
|
3511
2398
|
actualOperationalDate?: string;
|
|
3512
|
-
|
|
2399
|
+
applicationStatus?: string;
|
|
3513
2400
|
localCounty?: {
|
|
3514
2401
|
id?: string;
|
|
3515
2402
|
identifier?: string;
|
|
@@ -3521,11 +2408,99 @@ declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
|
3521
2408
|
plannedOperationalDate?: string;
|
|
3522
2409
|
projectName?: string;
|
|
3523
2410
|
totalMw?: number;
|
|
3524
|
-
applicationStatus?: string;
|
|
3525
|
-
interconnectingEntity?: string;
|
|
3526
2411
|
poiLocation?: string | number;
|
|
3527
|
-
|
|
3528
|
-
|
|
2412
|
+
applicationType?: string;
|
|
2413
|
+
cost?: {
|
|
2414
|
+
costCompany?: string;
|
|
2415
|
+
costYear?: number;
|
|
2416
|
+
networkCostKW?: number;
|
|
2417
|
+
poiCostKW?: number;
|
|
2418
|
+
totalCostKW?: number;
|
|
2419
|
+
};
|
|
2420
|
+
dateCreated?: string;
|
|
2421
|
+
events?: {
|
|
2422
|
+
id?: string;
|
|
2423
|
+
queueKey?: string;
|
|
2424
|
+
applicationId?: string;
|
|
2425
|
+
set?: number;
|
|
2426
|
+
daysInQueue?: number;
|
|
2427
|
+
eventHash?: string;
|
|
2428
|
+
reportDate?: string;
|
|
2429
|
+
eventType?: "add" | "update";
|
|
2430
|
+
propKey?: string;
|
|
2431
|
+
propType?: "applicationTags" | "tracked";
|
|
2432
|
+
propVal?: string;
|
|
2433
|
+
queueDate?: string;
|
|
2434
|
+
transition?: {
|
|
2435
|
+
delta?: number;
|
|
2436
|
+
durationInDays?: number;
|
|
2437
|
+
from?: {
|
|
2438
|
+
value?: string;
|
|
2439
|
+
assigned?: string;
|
|
2440
|
+
};
|
|
2441
|
+
to?: {
|
|
2442
|
+
value?: string;
|
|
2443
|
+
assigned?: string;
|
|
2444
|
+
};
|
|
2445
|
+
};
|
|
2446
|
+
}[];
|
|
2447
|
+
isoRtoConnection?: {
|
|
2448
|
+
id?: string;
|
|
2449
|
+
identifier?: string;
|
|
2450
|
+
}[];
|
|
2451
|
+
milestones?: {
|
|
2452
|
+
type?: string;
|
|
2453
|
+
state?: string;
|
|
2454
|
+
key?: string;
|
|
2455
|
+
entries?: {
|
|
2456
|
+
daysInQueue?: number;
|
|
2457
|
+
delta?: number;
|
|
2458
|
+
durationInDays?: number;
|
|
2459
|
+
eventHash?: string;
|
|
2460
|
+
fromValue?: string;
|
|
2461
|
+
label?: string;
|
|
2462
|
+
reportDate?: string;
|
|
2463
|
+
stage?: string;
|
|
2464
|
+
toValue?: string;
|
|
2465
|
+
}[];
|
|
2466
|
+
set?: number;
|
|
2467
|
+
daysInQueue?: number;
|
|
2468
|
+
delta?: number;
|
|
2469
|
+
durationInDays?: number;
|
|
2470
|
+
eventHash?: string;
|
|
2471
|
+
fromValue?: string;
|
|
2472
|
+
label?: string;
|
|
2473
|
+
reportDate?: string;
|
|
2474
|
+
stage?: string;
|
|
2475
|
+
toValue?: string;
|
|
2476
|
+
compositeKey?: string;
|
|
2477
|
+
eventCount?: number;
|
|
2478
|
+
searchKey?: string;
|
|
2479
|
+
topic?: string;
|
|
2480
|
+
}[];
|
|
2481
|
+
poi?: {
|
|
2482
|
+
id?: string;
|
|
2483
|
+
identifier?: string;
|
|
2484
|
+
kV?: string;
|
|
2485
|
+
meta?: string;
|
|
2486
|
+
poiGroup?: string;
|
|
2487
|
+
};
|
|
2488
|
+
reportCount?: number;
|
|
2489
|
+
signals?: {
|
|
2490
|
+
type?: string;
|
|
2491
|
+
subType?: string;
|
|
2492
|
+
id?: string;
|
|
2493
|
+
headline?: string;
|
|
2494
|
+
filingDate?: string;
|
|
2495
|
+
publishedDate?: string;
|
|
2496
|
+
}[];
|
|
2497
|
+
withdrawnDate?: string;
|
|
2498
|
+
}>]>;
|
|
2499
|
+
export type QueueDetailsType = z.infer<typeof queueDetailsSchema>;
|
|
2500
|
+
export type QueueDetailsUnionType = z.infer<typeof queueDetailsUnionSchema>;
|
|
2501
|
+
export type EUQueueDetailsType = z.infer<typeof euQueueDetailsSchema>;
|
|
2502
|
+
export type USQueueDetailsType = z.infer<typeof usQueueDetailsSchema>;
|
|
2503
|
+
declare const euQueueListWithSortSchema: z.ZodObject<{
|
|
3529
2504
|
id: z.ZodString;
|
|
3530
2505
|
} & {
|
|
3531
2506
|
schema: z.ZodLiteral<"eu_queue">;
|
|
@@ -3533,6 +2508,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3533
2508
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3534
2509
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
3535
2510
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
2511
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
3536
2512
|
country: z.ZodOptional<z.ZodString>;
|
|
3537
2513
|
geo: z.ZodOptional<z.ZodObject<{
|
|
3538
2514
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -3613,6 +2589,7 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3613
2589
|
lon?: number;
|
|
3614
2590
|
};
|
|
3615
2591
|
}>>;
|
|
2592
|
+
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
3616
2593
|
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
3617
2594
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
3618
2595
|
localState: z.ZodOptional<z.ZodString>;
|
|
@@ -3691,6 +2668,8 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3691
2668
|
queueDate?: string;
|
|
3692
2669
|
schema?: "eu_queue";
|
|
3693
2670
|
actualOperationalDate?: string;
|
|
2671
|
+
applicationStatus?: string;
|
|
2672
|
+
interconnectingEntity?: string;
|
|
3694
2673
|
lastModified?: string;
|
|
3695
2674
|
localCounty?: string;
|
|
3696
2675
|
localState?: string;
|
|
@@ -3737,13 +2716,16 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3737
2716
|
queueDate?: string;
|
|
3738
2717
|
schema?: "eu_queue";
|
|
3739
2718
|
actualOperationalDate?: string;
|
|
2719
|
+
applicationStatus?: string;
|
|
2720
|
+
interconnectingEntity?: string;
|
|
3740
2721
|
lastModified?: string;
|
|
3741
2722
|
localCounty?: string;
|
|
3742
2723
|
localState?: string;
|
|
3743
2724
|
plannedOperationalDate?: string;
|
|
3744
2725
|
projectName?: string;
|
|
3745
2726
|
totalMw?: number;
|
|
3746
|
-
}
|
|
2727
|
+
}>;
|
|
2728
|
+
declare const usQueueListWithSortSchema: z.ZodObject<{
|
|
3747
2729
|
id: z.ZodString;
|
|
3748
2730
|
} & {
|
|
3749
2731
|
schema: z.ZodLiteral<"us_queue">;
|
|
@@ -3950,6 +2932,8 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3950
2932
|
queueDate?: string;
|
|
3951
2933
|
schema?: "us_queue";
|
|
3952
2934
|
actualOperationalDate?: string;
|
|
2935
|
+
applicationStatus?: string;
|
|
2936
|
+
interconnectingEntity?: string;
|
|
3953
2937
|
lastModified?: string;
|
|
3954
2938
|
localCounty?: {
|
|
3955
2939
|
id?: string;
|
|
@@ -3962,8 +2946,6 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3962
2946
|
plannedOperationalDate?: string;
|
|
3963
2947
|
projectName?: string;
|
|
3964
2948
|
totalMw?: number;
|
|
3965
|
-
applicationStatus?: string;
|
|
3966
|
-
interconnectingEntity?: string;
|
|
3967
2949
|
poiLocation?: string | number;
|
|
3968
2950
|
}, {
|
|
3969
2951
|
sectors?: {
|
|
@@ -4010,6 +2992,8 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4010
2992
|
queueDate?: string;
|
|
4011
2993
|
schema?: "us_queue";
|
|
4012
2994
|
actualOperationalDate?: string;
|
|
2995
|
+
applicationStatus?: string;
|
|
2996
|
+
interconnectingEntity?: string;
|
|
4013
2997
|
lastModified?: string;
|
|
4014
2998
|
localCounty?: {
|
|
4015
2999
|
id?: string;
|
|
@@ -4022,11 +3006,9 @@ declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4022
3006
|
plannedOperationalDate?: string;
|
|
4023
3007
|
projectName?: string;
|
|
4024
3008
|
totalMw?: number;
|
|
4025
|
-
applicationStatus?: string;
|
|
4026
|
-
interconnectingEntity?: string;
|
|
4027
3009
|
poiLocation?: string | number;
|
|
4028
|
-
}
|
|
4029
|
-
|
|
3010
|
+
}>;
|
|
3011
|
+
declare const queueListSchema: z.ZodUnion<[z.ZodObject<{
|
|
4030
3012
|
id: z.ZodString;
|
|
4031
3013
|
} & {
|
|
4032
3014
|
schema: z.ZodLiteral<"eu_queue">;
|
|
@@ -4034,6 +3016,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4034
3016
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
4035
3017
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
4036
3018
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
3019
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
4037
3020
|
country: z.ZodOptional<z.ZodString>;
|
|
4038
3021
|
geo: z.ZodOptional<z.ZodObject<{
|
|
4039
3022
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -4114,6 +3097,7 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4114
3097
|
lon?: number;
|
|
4115
3098
|
};
|
|
4116
3099
|
}>>;
|
|
3100
|
+
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
4117
3101
|
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
4118
3102
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
4119
3103
|
localState: z.ZodOptional<z.ZodString>;
|
|
@@ -4192,6 +3176,8 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4192
3176
|
queueDate?: string;
|
|
4193
3177
|
schema?: "eu_queue";
|
|
4194
3178
|
actualOperationalDate?: string;
|
|
3179
|
+
applicationStatus?: string;
|
|
3180
|
+
interconnectingEntity?: string;
|
|
4195
3181
|
lastModified?: string;
|
|
4196
3182
|
localCounty?: string;
|
|
4197
3183
|
localState?: string;
|
|
@@ -4238,6 +3224,8 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4238
3224
|
queueDate?: string;
|
|
4239
3225
|
schema?: "eu_queue";
|
|
4240
3226
|
actualOperationalDate?: string;
|
|
3227
|
+
applicationStatus?: string;
|
|
3228
|
+
interconnectingEntity?: string;
|
|
4241
3229
|
lastModified?: string;
|
|
4242
3230
|
localCounty?: string;
|
|
4243
3231
|
localState?: string;
|
|
@@ -4451,6 +3439,8 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4451
3439
|
queueDate?: string;
|
|
4452
3440
|
schema?: "us_queue";
|
|
4453
3441
|
actualOperationalDate?: string;
|
|
3442
|
+
applicationStatus?: string;
|
|
3443
|
+
interconnectingEntity?: string;
|
|
4454
3444
|
lastModified?: string;
|
|
4455
3445
|
localCounty?: {
|
|
4456
3446
|
id?: string;
|
|
@@ -4463,8 +3453,6 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4463
3453
|
plannedOperationalDate?: string;
|
|
4464
3454
|
projectName?: string;
|
|
4465
3455
|
totalMw?: number;
|
|
4466
|
-
applicationStatus?: string;
|
|
4467
|
-
interconnectingEntity?: string;
|
|
4468
3456
|
poiLocation?: string | number;
|
|
4469
3457
|
}, {
|
|
4470
3458
|
sectors?: {
|
|
@@ -4511,6 +3499,8 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4511
3499
|
queueDate?: string;
|
|
4512
3500
|
schema?: "us_queue";
|
|
4513
3501
|
actualOperationalDate?: string;
|
|
3502
|
+
applicationStatus?: string;
|
|
3503
|
+
interconnectingEntity?: string;
|
|
4514
3504
|
lastModified?: string;
|
|
4515
3505
|
localCounty?: {
|
|
4516
3506
|
id?: string;
|
|
@@ -4523,11 +3513,9 @@ export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.
|
|
|
4523
3513
|
plannedOperationalDate?: string;
|
|
4524
3514
|
projectName?: string;
|
|
4525
3515
|
totalMw?: number;
|
|
4526
|
-
applicationStatus?: string;
|
|
4527
|
-
interconnectingEntity?: string;
|
|
4528
3516
|
poiLocation?: string | number;
|
|
4529
3517
|
}>]>;
|
|
4530
|
-
export declare const
|
|
3518
|
+
export declare const queueListUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.ZodObject<{
|
|
4531
3519
|
id: z.ZodString;
|
|
4532
3520
|
} & {
|
|
4533
3521
|
schema: z.ZodLiteral<"eu_queue">;
|
|
@@ -4535,6 +3523,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4535
3523
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
4536
3524
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
4537
3525
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
3526
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
4538
3527
|
country: z.ZodOptional<z.ZodString>;
|
|
4539
3528
|
geo: z.ZodOptional<z.ZodObject<{
|
|
4540
3529
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -4615,6 +3604,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4615
3604
|
lon?: number;
|
|
4616
3605
|
};
|
|
4617
3606
|
}>>;
|
|
3607
|
+
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
4618
3608
|
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
4619
3609
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
4620
3610
|
localState: z.ZodOptional<z.ZodString>;
|
|
@@ -4651,12 +3641,15 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4651
3641
|
}>, "many">;
|
|
4652
3642
|
status: z.ZodOptional<z.ZodString>;
|
|
4653
3643
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3644
|
+
} & {
|
|
3645
|
+
sort: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
4654
3646
|
}, "strict", z.ZodTypeAny, {
|
|
4655
3647
|
sectors?: {
|
|
4656
3648
|
id?: string;
|
|
4657
3649
|
identifier?: string;
|
|
4658
3650
|
}[];
|
|
4659
3651
|
id?: string;
|
|
3652
|
+
sort?: [number, number, ...unknown[]];
|
|
4660
3653
|
status?: string;
|
|
4661
3654
|
applicationId?: string;
|
|
4662
3655
|
queueDataset?: string;
|
|
@@ -4690,6 +3683,8 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4690
3683
|
queueDate?: string;
|
|
4691
3684
|
schema?: "eu_queue";
|
|
4692
3685
|
actualOperationalDate?: string;
|
|
3686
|
+
applicationStatus?: string;
|
|
3687
|
+
interconnectingEntity?: string;
|
|
4693
3688
|
lastModified?: string;
|
|
4694
3689
|
localCounty?: string;
|
|
4695
3690
|
localState?: string;
|
|
@@ -4702,6 +3697,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4702
3697
|
identifier?: string;
|
|
4703
3698
|
}[];
|
|
4704
3699
|
id?: string;
|
|
3700
|
+
sort?: [number, number, ...unknown[]];
|
|
4705
3701
|
status?: string;
|
|
4706
3702
|
applicationId?: string;
|
|
4707
3703
|
queueDataset?: string;
|
|
@@ -4735,6 +3731,8 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4735
3731
|
queueDate?: string;
|
|
4736
3732
|
schema?: "eu_queue";
|
|
4737
3733
|
actualOperationalDate?: string;
|
|
3734
|
+
applicationStatus?: string;
|
|
3735
|
+
interconnectingEntity?: string;
|
|
4738
3736
|
lastModified?: string;
|
|
4739
3737
|
localCounty?: string;
|
|
4740
3738
|
localState?: string;
|
|
@@ -4901,12 +3899,15 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4901
3899
|
identifier?: string;
|
|
4902
3900
|
}>, "many">;
|
|
4903
3901
|
totalMw: z.ZodOptional<z.ZodNumber>;
|
|
3902
|
+
} & {
|
|
3903
|
+
sort: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
4904
3904
|
}, "strict", z.ZodTypeAny, {
|
|
4905
3905
|
sectors?: {
|
|
4906
3906
|
id?: string;
|
|
4907
3907
|
identifier?: string;
|
|
4908
3908
|
}[];
|
|
4909
3909
|
id?: string;
|
|
3910
|
+
sort?: [number, number, ...unknown[]];
|
|
4910
3911
|
applicationId?: string;
|
|
4911
3912
|
queueDataset?: string;
|
|
4912
3913
|
country?: {
|
|
@@ -4945,6 +3946,8 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4945
3946
|
queueDate?: string;
|
|
4946
3947
|
schema?: "us_queue";
|
|
4947
3948
|
actualOperationalDate?: string;
|
|
3949
|
+
applicationStatus?: string;
|
|
3950
|
+
interconnectingEntity?: string;
|
|
4948
3951
|
lastModified?: string;
|
|
4949
3952
|
localCounty?: {
|
|
4950
3953
|
id?: string;
|
|
@@ -4957,8 +3960,6 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4957
3960
|
plannedOperationalDate?: string;
|
|
4958
3961
|
projectName?: string;
|
|
4959
3962
|
totalMw?: number;
|
|
4960
|
-
applicationStatus?: string;
|
|
4961
|
-
interconnectingEntity?: string;
|
|
4962
3963
|
poiLocation?: string | number;
|
|
4963
3964
|
}, {
|
|
4964
3965
|
sectors?: {
|
|
@@ -4966,6 +3967,7 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
4966
3967
|
identifier?: string;
|
|
4967
3968
|
}[];
|
|
4968
3969
|
id?: string;
|
|
3970
|
+
sort?: [number, number, ...unknown[]];
|
|
4969
3971
|
applicationId?: string;
|
|
4970
3972
|
queueDataset?: string;
|
|
4971
3973
|
country?: {
|
|
@@ -5004,6 +4006,8 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
5004
4006
|
queueDate?: string;
|
|
5005
4007
|
schema?: "us_queue";
|
|
5006
4008
|
actualOperationalDate?: string;
|
|
4009
|
+
applicationStatus?: string;
|
|
4010
|
+
interconnectingEntity?: string;
|
|
5007
4011
|
lastModified?: string;
|
|
5008
4012
|
localCounty?: {
|
|
5009
4013
|
id?: string;
|
|
@@ -5016,29 +4020,27 @@ export declare const queueListBaseUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
5016
4020
|
plannedOperationalDate?: string;
|
|
5017
4021
|
projectName?: string;
|
|
5018
4022
|
totalMw?: number;
|
|
5019
|
-
applicationStatus?: string;
|
|
5020
|
-
interconnectingEntity?: string;
|
|
5021
4023
|
poiLocation?: string | number;
|
|
5022
4024
|
}>]>;
|
|
5023
4025
|
export type QueueListType = z.infer<typeof queueListSchema>;
|
|
5024
4026
|
export type QueueListUnionType = z.infer<typeof queueListUnionSchema>;
|
|
5025
|
-
export type QueueListBaseUnionType = z.infer<typeof queueListBaseUnionSchema>;
|
|
5026
4027
|
export type EUQueueListType = z.infer<typeof euQueueListWithSortSchema>;
|
|
5027
4028
|
export type USQueueListType = z.infer<typeof usQueueListWithSortSchema>;
|
|
5028
4029
|
export declare const euQueueAPISchema: z.ZodObject<{
|
|
5029
4030
|
$organizations: z.ZodOptional<z.ZodString>;
|
|
5030
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
5031
4031
|
localTown: z.ZodOptional<z.ZodString>;
|
|
5032
4032
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
5033
4033
|
refId: z.ZodOptional<z.ZodString>;
|
|
5034
4034
|
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
5035
4035
|
technology: z.ZodOptional<z.ZodString>;
|
|
5036
4036
|
windFarmName: z.ZodOptional<z.ZodString>;
|
|
4037
|
+
} & {
|
|
5037
4038
|
id: z.ZodString;
|
|
5038
4039
|
schema: z.ZodLiteral<"eu_queue">;
|
|
5039
4040
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
5040
4041
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
5041
4042
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
4043
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
5042
4044
|
country: z.ZodOptional<z.ZodString>;
|
|
5043
4045
|
geo: z.ZodOptional<z.ZodObject<{
|
|
5044
4046
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -5119,6 +4121,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5119
4121
|
lon?: number;
|
|
5120
4122
|
};
|
|
5121
4123
|
}>>;
|
|
4124
|
+
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
5122
4125
|
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
5123
4126
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
5124
4127
|
localState: z.ZodOptional<z.ZodString>;
|
|
@@ -5232,17 +4235,17 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5232
4235
|
queueDate?: string;
|
|
5233
4236
|
schema?: "eu_queue";
|
|
5234
4237
|
actualOperationalDate?: string;
|
|
4238
|
+
applicationStatus?: string;
|
|
4239
|
+
interconnectingEntity?: string;
|
|
5235
4240
|
lastModified?: string;
|
|
5236
4241
|
localCounty?: string;
|
|
5237
4242
|
localState?: string;
|
|
5238
4243
|
plannedOperationalDate?: string;
|
|
5239
4244
|
projectName?: string;
|
|
5240
4245
|
totalMw?: number;
|
|
5241
|
-
applicationStatus?: string;
|
|
5242
4246
|
localTown?: string;
|
|
5243
4247
|
mwNet?: number;
|
|
5244
4248
|
refId?: string;
|
|
5245
|
-
sourceUpdate?: string;
|
|
5246
4249
|
storageCapacity?: number;
|
|
5247
4250
|
technology?: string;
|
|
5248
4251
|
windFarmName?: string;
|
|
@@ -5259,6 +4262,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5259
4262
|
identifier?: string;
|
|
5260
4263
|
}[];
|
|
5261
4264
|
sectorDetail?: string;
|
|
4265
|
+
sourceUpdate?: string;
|
|
5262
4266
|
stateAbbr?: string;
|
|
5263
4267
|
storageType?: string;
|
|
5264
4268
|
}, {
|
|
@@ -5306,17 +4310,17 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5306
4310
|
queueDate?: string;
|
|
5307
4311
|
schema?: "eu_queue";
|
|
5308
4312
|
actualOperationalDate?: string;
|
|
4313
|
+
applicationStatus?: string;
|
|
4314
|
+
interconnectingEntity?: string;
|
|
5309
4315
|
lastModified?: string;
|
|
5310
4316
|
localCounty?: string;
|
|
5311
4317
|
localState?: string;
|
|
5312
4318
|
plannedOperationalDate?: string;
|
|
5313
4319
|
projectName?: string;
|
|
5314
4320
|
totalMw?: number;
|
|
5315
|
-
applicationStatus?: string;
|
|
5316
4321
|
localTown?: string;
|
|
5317
4322
|
mwNet?: number;
|
|
5318
4323
|
refId?: string;
|
|
5319
|
-
sourceUpdate?: string;
|
|
5320
4324
|
storageCapacity?: number;
|
|
5321
4325
|
technology?: string;
|
|
5322
4326
|
windFarmName?: string;
|
|
@@ -5333,6 +4337,7 @@ export declare const euQueueAPISchema: z.ZodObject<{
|
|
|
5333
4337
|
identifier?: string;
|
|
5334
4338
|
}[];
|
|
5335
4339
|
sectorDetail?: string;
|
|
4340
|
+
sourceUpdate?: string;
|
|
5336
4341
|
stateAbbr?: string;
|
|
5337
4342
|
storageType?: string;
|
|
5338
4343
|
}>;
|
|
@@ -5504,7 +4509,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5504
4509
|
id?: string;
|
|
5505
4510
|
identifier?: string;
|
|
5506
4511
|
}>, "many">>;
|
|
5507
|
-
keyPeople: z.
|
|
4512
|
+
keyPeople: z.ZodOptional<z.ZodObject<{
|
|
5508
4513
|
created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
5509
4514
|
email: z.ZodOptional<z.ZodString>;
|
|
5510
4515
|
fullName: z.ZodOptional<z.ZodString>;
|
|
@@ -5531,7 +4536,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5531
4536
|
source?: string;
|
|
5532
4537
|
created?: string;
|
|
5533
4538
|
roles?: string[];
|
|
5534
|
-
}
|
|
4539
|
+
}>>;
|
|
5535
4540
|
milestones: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5536
4541
|
compositeKey: z.ZodString;
|
|
5537
4542
|
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5661,7 +4666,6 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5661
4666
|
}>>;
|
|
5662
4667
|
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
5663
4668
|
reportDate: z.ZodOptional<z.ZodString>;
|
|
5664
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
5665
4669
|
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5666
4670
|
filingDate: z.ZodString;
|
|
5667
4671
|
headline: z.ZodString;
|
|
@@ -5881,7 +4885,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5881
4885
|
source?: string;
|
|
5882
4886
|
created?: string;
|
|
5883
4887
|
roles?: string[];
|
|
5884
|
-
}
|
|
4888
|
+
};
|
|
5885
4889
|
id?: string;
|
|
5886
4890
|
queueKey?: string;
|
|
5887
4891
|
applicationId?: string;
|
|
@@ -5937,6 +4941,8 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5937
4941
|
queueDate?: string;
|
|
5938
4942
|
schema?: "us_queue";
|
|
5939
4943
|
actualOperationalDate?: string;
|
|
4944
|
+
applicationStatus?: string;
|
|
4945
|
+
interconnectingEntity?: string;
|
|
5940
4946
|
lastModified?: string;
|
|
5941
4947
|
localCounty?: {
|
|
5942
4948
|
id?: string;
|
|
@@ -5949,10 +4955,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
5949
4955
|
plannedOperationalDate?: string;
|
|
5950
4956
|
projectName?: string;
|
|
5951
4957
|
totalMw?: number;
|
|
5952
|
-
applicationStatus?: string;
|
|
5953
|
-
interconnectingEntity?: string;
|
|
5954
4958
|
poiLocation?: string | number;
|
|
5955
|
-
sourceUpdate?: string;
|
|
5956
4959
|
applicationType?: string;
|
|
5957
4960
|
cost?: {
|
|
5958
4961
|
costCompany?: string;
|
|
@@ -6061,7 +5064,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6061
5064
|
source?: string;
|
|
6062
5065
|
created?: string;
|
|
6063
5066
|
roles?: string[];
|
|
6064
|
-
}
|
|
5067
|
+
};
|
|
6065
5068
|
id?: string;
|
|
6066
5069
|
queueKey?: string;
|
|
6067
5070
|
applicationId?: string;
|
|
@@ -6117,6 +5120,8 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6117
5120
|
queueDate?: string;
|
|
6118
5121
|
schema?: "us_queue";
|
|
6119
5122
|
actualOperationalDate?: string;
|
|
5123
|
+
applicationStatus?: string;
|
|
5124
|
+
interconnectingEntity?: string;
|
|
6120
5125
|
lastModified?: string;
|
|
6121
5126
|
localCounty?: {
|
|
6122
5127
|
id?: string;
|
|
@@ -6129,10 +5134,7 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6129
5134
|
plannedOperationalDate?: string;
|
|
6130
5135
|
projectName?: string;
|
|
6131
5136
|
totalMw?: number;
|
|
6132
|
-
applicationStatus?: string;
|
|
6133
|
-
interconnectingEntity?: string;
|
|
6134
5137
|
poiLocation?: string | number;
|
|
6135
|
-
sourceUpdate?: string;
|
|
6136
5138
|
applicationType?: string;
|
|
6137
5139
|
cost?: {
|
|
6138
5140
|
costCompany?: string;
|
|
@@ -6230,18 +5232,19 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6230
5232
|
}>;
|
|
6231
5233
|
export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
6232
5234
|
$organizations: z.ZodOptional<z.ZodString>;
|
|
6233
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
6234
5235
|
localTown: z.ZodOptional<z.ZodString>;
|
|
6235
5236
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
6236
5237
|
refId: z.ZodOptional<z.ZodString>;
|
|
6237
5238
|
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
6238
5239
|
technology: z.ZodOptional<z.ZodString>;
|
|
6239
5240
|
windFarmName: z.ZodOptional<z.ZodString>;
|
|
5241
|
+
} & {
|
|
6240
5242
|
id: z.ZodString;
|
|
6241
5243
|
schema: z.ZodLiteral<"eu_queue">;
|
|
6242
5244
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
6243
5245
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
6244
5246
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
5247
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
6245
5248
|
country: z.ZodOptional<z.ZodString>;
|
|
6246
5249
|
geo: z.ZodOptional<z.ZodObject<{
|
|
6247
5250
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -6322,6 +5325,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6322
5325
|
lon?: number;
|
|
6323
5326
|
};
|
|
6324
5327
|
}>>;
|
|
5328
|
+
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
6325
5329
|
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
6326
5330
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
6327
5331
|
localState: z.ZodOptional<z.ZodString>;
|
|
@@ -6435,17 +5439,17 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6435
5439
|
queueDate?: string;
|
|
6436
5440
|
schema?: "eu_queue";
|
|
6437
5441
|
actualOperationalDate?: string;
|
|
5442
|
+
applicationStatus?: string;
|
|
5443
|
+
interconnectingEntity?: string;
|
|
6438
5444
|
lastModified?: string;
|
|
6439
5445
|
localCounty?: string;
|
|
6440
5446
|
localState?: string;
|
|
6441
5447
|
plannedOperationalDate?: string;
|
|
6442
5448
|
projectName?: string;
|
|
6443
5449
|
totalMw?: number;
|
|
6444
|
-
applicationStatus?: string;
|
|
6445
5450
|
localTown?: string;
|
|
6446
5451
|
mwNet?: number;
|
|
6447
5452
|
refId?: string;
|
|
6448
|
-
sourceUpdate?: string;
|
|
6449
5453
|
storageCapacity?: number;
|
|
6450
5454
|
technology?: string;
|
|
6451
5455
|
windFarmName?: string;
|
|
@@ -6462,6 +5466,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6462
5466
|
identifier?: string;
|
|
6463
5467
|
}[];
|
|
6464
5468
|
sectorDetail?: string;
|
|
5469
|
+
sourceUpdate?: string;
|
|
6465
5470
|
stateAbbr?: string;
|
|
6466
5471
|
storageType?: string;
|
|
6467
5472
|
}, {
|
|
@@ -6509,17 +5514,17 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6509
5514
|
queueDate?: string;
|
|
6510
5515
|
schema?: "eu_queue";
|
|
6511
5516
|
actualOperationalDate?: string;
|
|
5517
|
+
applicationStatus?: string;
|
|
5518
|
+
interconnectingEntity?: string;
|
|
6512
5519
|
lastModified?: string;
|
|
6513
5520
|
localCounty?: string;
|
|
6514
5521
|
localState?: string;
|
|
6515
5522
|
plannedOperationalDate?: string;
|
|
6516
5523
|
projectName?: string;
|
|
6517
5524
|
totalMw?: number;
|
|
6518
|
-
applicationStatus?: string;
|
|
6519
5525
|
localTown?: string;
|
|
6520
5526
|
mwNet?: number;
|
|
6521
5527
|
refId?: string;
|
|
6522
|
-
sourceUpdate?: string;
|
|
6523
5528
|
storageCapacity?: number;
|
|
6524
5529
|
technology?: string;
|
|
6525
5530
|
windFarmName?: string;
|
|
@@ -6536,6 +5541,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6536
5541
|
identifier?: string;
|
|
6537
5542
|
}[];
|
|
6538
5543
|
sectorDetail?: string;
|
|
5544
|
+
sourceUpdate?: string;
|
|
6539
5545
|
stateAbbr?: string;
|
|
6540
5546
|
storageType?: string;
|
|
6541
5547
|
}>, z.ZodObject<{
|
|
@@ -6706,7 +5712,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6706
5712
|
id?: string;
|
|
6707
5713
|
identifier?: string;
|
|
6708
5714
|
}>, "many">>;
|
|
6709
|
-
keyPeople: z.
|
|
5715
|
+
keyPeople: z.ZodOptional<z.ZodObject<{
|
|
6710
5716
|
created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
6711
5717
|
email: z.ZodOptional<z.ZodString>;
|
|
6712
5718
|
fullName: z.ZodOptional<z.ZodString>;
|
|
@@ -6733,7 +5739,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6733
5739
|
source?: string;
|
|
6734
5740
|
created?: string;
|
|
6735
5741
|
roles?: string[];
|
|
6736
|
-
}
|
|
5742
|
+
}>>;
|
|
6737
5743
|
milestones: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6738
5744
|
compositeKey: z.ZodString;
|
|
6739
5745
|
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6863,7 +5869,6 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
6863
5869
|
}>>;
|
|
6864
5870
|
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
6865
5871
|
reportDate: z.ZodOptional<z.ZodString>;
|
|
6866
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
6867
5872
|
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6868
5873
|
filingDate: z.ZodString;
|
|
6869
5874
|
headline: z.ZodString;
|
|
@@ -7083,7 +6088,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7083
6088
|
source?: string;
|
|
7084
6089
|
created?: string;
|
|
7085
6090
|
roles?: string[];
|
|
7086
|
-
}
|
|
6091
|
+
};
|
|
7087
6092
|
id?: string;
|
|
7088
6093
|
queueKey?: string;
|
|
7089
6094
|
applicationId?: string;
|
|
@@ -7139,6 +6144,8 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7139
6144
|
queueDate?: string;
|
|
7140
6145
|
schema?: "us_queue";
|
|
7141
6146
|
actualOperationalDate?: string;
|
|
6147
|
+
applicationStatus?: string;
|
|
6148
|
+
interconnectingEntity?: string;
|
|
7142
6149
|
lastModified?: string;
|
|
7143
6150
|
localCounty?: {
|
|
7144
6151
|
id?: string;
|
|
@@ -7151,10 +6158,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7151
6158
|
plannedOperationalDate?: string;
|
|
7152
6159
|
projectName?: string;
|
|
7153
6160
|
totalMw?: number;
|
|
7154
|
-
applicationStatus?: string;
|
|
7155
|
-
interconnectingEntity?: string;
|
|
7156
6161
|
poiLocation?: string | number;
|
|
7157
|
-
sourceUpdate?: string;
|
|
7158
6162
|
applicationType?: string;
|
|
7159
6163
|
cost?: {
|
|
7160
6164
|
costCompany?: string;
|
|
@@ -7263,7 +6267,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7263
6267
|
source?: string;
|
|
7264
6268
|
created?: string;
|
|
7265
6269
|
roles?: string[];
|
|
7266
|
-
}
|
|
6270
|
+
};
|
|
7267
6271
|
id?: string;
|
|
7268
6272
|
queueKey?: string;
|
|
7269
6273
|
applicationId?: string;
|
|
@@ -7319,6 +6323,8 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7319
6323
|
queueDate?: string;
|
|
7320
6324
|
schema?: "us_queue";
|
|
7321
6325
|
actualOperationalDate?: string;
|
|
6326
|
+
applicationStatus?: string;
|
|
6327
|
+
interconnectingEntity?: string;
|
|
7322
6328
|
lastModified?: string;
|
|
7323
6329
|
localCounty?: {
|
|
7324
6330
|
id?: string;
|
|
@@ -7331,10 +6337,7 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7331
6337
|
plannedOperationalDate?: string;
|
|
7332
6338
|
projectName?: string;
|
|
7333
6339
|
totalMw?: number;
|
|
7334
|
-
applicationStatus?: string;
|
|
7335
|
-
interconnectingEntity?: string;
|
|
7336
6340
|
poiLocation?: string | number;
|
|
7337
|
-
sourceUpdate?: string;
|
|
7338
6341
|
applicationType?: string;
|
|
7339
6342
|
cost?: {
|
|
7340
6343
|
costCompany?: string;
|
|
@@ -7432,18 +6435,19 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7432
6435
|
}>]>;
|
|
7433
6436
|
export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.ZodObject<{
|
|
7434
6437
|
$organizations: z.ZodOptional<z.ZodString>;
|
|
7435
|
-
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
7436
6438
|
localTown: z.ZodOptional<z.ZodString>;
|
|
7437
6439
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
7438
6440
|
refId: z.ZodOptional<z.ZodString>;
|
|
7439
6441
|
storageCapacity: z.ZodOptional<z.ZodNumber>;
|
|
7440
6442
|
technology: z.ZodOptional<z.ZodString>;
|
|
7441
6443
|
windFarmName: z.ZodOptional<z.ZodString>;
|
|
6444
|
+
} & {
|
|
7442
6445
|
id: z.ZodString;
|
|
7443
6446
|
schema: z.ZodLiteral<"eu_queue">;
|
|
7444
6447
|
actualOperationalDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7445
6448
|
allSectors: z.ZodOptional<z.ZodString>;
|
|
7446
6449
|
applicationId: z.ZodOptional<z.ZodString>;
|
|
6450
|
+
applicationStatus: z.ZodOptional<z.ZodString>;
|
|
7447
6451
|
country: z.ZodOptional<z.ZodString>;
|
|
7448
6452
|
geo: z.ZodOptional<z.ZodObject<{
|
|
7449
6453
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -7524,6 +6528,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7524
6528
|
lon?: number;
|
|
7525
6529
|
};
|
|
7526
6530
|
}>>;
|
|
6531
|
+
interconnectingEntity: z.ZodOptional<z.ZodString>;
|
|
7527
6532
|
lastModified: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7528
6533
|
localCounty: z.ZodOptional<z.ZodString>;
|
|
7529
6534
|
localState: z.ZodOptional<z.ZodString>;
|
|
@@ -7637,17 +6642,17 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7637
6642
|
queueDate?: string;
|
|
7638
6643
|
schema?: "eu_queue";
|
|
7639
6644
|
actualOperationalDate?: string;
|
|
6645
|
+
applicationStatus?: string;
|
|
6646
|
+
interconnectingEntity?: string;
|
|
7640
6647
|
lastModified?: string;
|
|
7641
6648
|
localCounty?: string;
|
|
7642
6649
|
localState?: string;
|
|
7643
6650
|
plannedOperationalDate?: string;
|
|
7644
6651
|
projectName?: string;
|
|
7645
6652
|
totalMw?: number;
|
|
7646
|
-
applicationStatus?: string;
|
|
7647
6653
|
localTown?: string;
|
|
7648
6654
|
mwNet?: number;
|
|
7649
6655
|
refId?: string;
|
|
7650
|
-
sourceUpdate?: string;
|
|
7651
6656
|
storageCapacity?: number;
|
|
7652
6657
|
technology?: string;
|
|
7653
6658
|
windFarmName?: string;
|
|
@@ -7664,6 +6669,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7664
6669
|
identifier?: string;
|
|
7665
6670
|
}[];
|
|
7666
6671
|
sectorDetail?: string;
|
|
6672
|
+
sourceUpdate?: string;
|
|
7667
6673
|
stateAbbr?: string;
|
|
7668
6674
|
storageType?: string;
|
|
7669
6675
|
}, {
|
|
@@ -7711,17 +6717,17 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7711
6717
|
queueDate?: string;
|
|
7712
6718
|
schema?: "eu_queue";
|
|
7713
6719
|
actualOperationalDate?: string;
|
|
6720
|
+
applicationStatus?: string;
|
|
6721
|
+
interconnectingEntity?: string;
|
|
7714
6722
|
lastModified?: string;
|
|
7715
6723
|
localCounty?: string;
|
|
7716
6724
|
localState?: string;
|
|
7717
6725
|
plannedOperationalDate?: string;
|
|
7718
6726
|
projectName?: string;
|
|
7719
6727
|
totalMw?: number;
|
|
7720
|
-
applicationStatus?: string;
|
|
7721
6728
|
localTown?: string;
|
|
7722
6729
|
mwNet?: number;
|
|
7723
6730
|
refId?: string;
|
|
7724
|
-
sourceUpdate?: string;
|
|
7725
6731
|
storageCapacity?: number;
|
|
7726
6732
|
technology?: string;
|
|
7727
6733
|
windFarmName?: string;
|
|
@@ -7738,6 +6744,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7738
6744
|
identifier?: string;
|
|
7739
6745
|
}[];
|
|
7740
6746
|
sectorDetail?: string;
|
|
6747
|
+
sourceUpdate?: string;
|
|
7741
6748
|
stateAbbr?: string;
|
|
7742
6749
|
storageType?: string;
|
|
7743
6750
|
}>, z.ZodObject<{
|
|
@@ -7908,7 +6915,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7908
6915
|
id?: string;
|
|
7909
6916
|
identifier?: string;
|
|
7910
6917
|
}>, "many">>;
|
|
7911
|
-
keyPeople: z.
|
|
6918
|
+
keyPeople: z.ZodOptional<z.ZodObject<{
|
|
7912
6919
|
created: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
7913
6920
|
email: z.ZodOptional<z.ZodString>;
|
|
7914
6921
|
fullName: z.ZodOptional<z.ZodString>;
|
|
@@ -7935,7 +6942,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
7935
6942
|
source?: string;
|
|
7936
6943
|
created?: string;
|
|
7937
6944
|
roles?: string[];
|
|
7938
|
-
}
|
|
6945
|
+
}>>;
|
|
7939
6946
|
milestones: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7940
6947
|
compositeKey: z.ZodString;
|
|
7941
6948
|
daysInQueue: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8065,7 +7072,6 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8065
7072
|
}>>;
|
|
8066
7073
|
reportCount: z.ZodOptional<z.ZodNumber>;
|
|
8067
7074
|
reportDate: z.ZodOptional<z.ZodString>;
|
|
8068
|
-
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
8069
7075
|
signals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8070
7076
|
filingDate: z.ZodString;
|
|
8071
7077
|
headline: z.ZodString;
|
|
@@ -8285,7 +7291,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8285
7291
|
source?: string;
|
|
8286
7292
|
created?: string;
|
|
8287
7293
|
roles?: string[];
|
|
8288
|
-
}
|
|
7294
|
+
};
|
|
8289
7295
|
id?: string;
|
|
8290
7296
|
queueKey?: string;
|
|
8291
7297
|
applicationId?: string;
|
|
@@ -8341,6 +7347,8 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8341
7347
|
queueDate?: string;
|
|
8342
7348
|
schema?: "us_queue";
|
|
8343
7349
|
actualOperationalDate?: string;
|
|
7350
|
+
applicationStatus?: string;
|
|
7351
|
+
interconnectingEntity?: string;
|
|
8344
7352
|
lastModified?: string;
|
|
8345
7353
|
localCounty?: {
|
|
8346
7354
|
id?: string;
|
|
@@ -8353,10 +7361,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8353
7361
|
plannedOperationalDate?: string;
|
|
8354
7362
|
projectName?: string;
|
|
8355
7363
|
totalMw?: number;
|
|
8356
|
-
applicationStatus?: string;
|
|
8357
|
-
interconnectingEntity?: string;
|
|
8358
7364
|
poiLocation?: string | number;
|
|
8359
|
-
sourceUpdate?: string;
|
|
8360
7365
|
applicationType?: string;
|
|
8361
7366
|
cost?: {
|
|
8362
7367
|
costCompany?: string;
|
|
@@ -8465,7 +7470,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8465
7470
|
source?: string;
|
|
8466
7471
|
created?: string;
|
|
8467
7472
|
roles?: string[];
|
|
8468
|
-
}
|
|
7473
|
+
};
|
|
8469
7474
|
id?: string;
|
|
8470
7475
|
queueKey?: string;
|
|
8471
7476
|
applicationId?: string;
|
|
@@ -8521,6 +7526,8 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8521
7526
|
queueDate?: string;
|
|
8522
7527
|
schema?: "us_queue";
|
|
8523
7528
|
actualOperationalDate?: string;
|
|
7529
|
+
applicationStatus?: string;
|
|
7530
|
+
interconnectingEntity?: string;
|
|
8524
7531
|
lastModified?: string;
|
|
8525
7532
|
localCounty?: {
|
|
8526
7533
|
id?: string;
|
|
@@ -8533,10 +7540,7 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8533
7540
|
plannedOperationalDate?: string;
|
|
8534
7541
|
projectName?: string;
|
|
8535
7542
|
totalMw?: number;
|
|
8536
|
-
applicationStatus?: string;
|
|
8537
|
-
interconnectingEntity?: string;
|
|
8538
7543
|
poiLocation?: string | number;
|
|
8539
|
-
sourceUpdate?: string;
|
|
8540
7544
|
applicationType?: string;
|
|
8541
7545
|
cost?: {
|
|
8542
7546
|
costCompany?: string;
|
|
@@ -8636,3 +7640,4 @@ export type QueueAPIType = z.infer<typeof queueAPISchema>;
|
|
|
8636
7640
|
export type QueueAPIUnionType = z.infer<typeof queueAPIUnionSchema>;
|
|
8637
7641
|
export type EUQueueAPIType = z.infer<typeof euQueueAPISchema>;
|
|
8638
7642
|
export type USQueueAPIType = z.infer<typeof usQueueAPISchema>;
|
|
7643
|
+
export {};
|