@new-project-media/client-frontends-shared-types 3.17.2 → 3.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new-project-media/client-frontends-shared-types",
3
- "version": "3.17.2",
3
+ "version": "3.17.3",
4
4
  "scripts": {
5
5
  "build": "tsc -p tsconfig.json",
6
6
  "postbuild": "mkdir -p ../../dist/packages/client-frontends-shared-types/ && cp package.json ../../dist/packages/client-frontends-shared-types/",
@@ -330,7 +330,7 @@ export declare const dataCenterFullSchemaV1: z.ZodObject<{
330
330
  identifier: z.ZodLiteral<"C - County or town centroid">;
331
331
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
332
332
  }, z.core.$strip>, z.ZodObject<{
333
- identifier: z.ZodLiteral<"Unknown or pending verification">;
333
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
334
334
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
335
335
  }, z.core.$strip>]>>>;
336
336
  source: z.ZodOptional<z.ZodString>;
@@ -592,7 +592,7 @@ export declare const dataCenterListSchemaV1: z.ZodObject<{
592
592
  identifier: z.ZodLiteral<"C - County or town centroid">;
593
593
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
594
594
  }, z.core.$strip>, z.ZodObject<{
595
- identifier: z.ZodLiteral<"Unknown or pending verification">;
595
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
596
596
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
597
597
  }, z.core.$strip>]>>>;
598
598
  source: z.ZodOptional<z.ZodString>;
@@ -910,7 +910,7 @@ export declare const dataCenterDetailsSchemaV1: z.ZodObject<{
910
910
  identifier: z.ZodLiteral<"C - County or town centroid">;
911
911
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
912
912
  }, z.core.$strip>, z.ZodObject<{
913
- identifier: z.ZodLiteral<"Unknown or pending verification">;
913
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
914
914
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
915
915
  }, z.core.$strip>]>>>;
916
916
  source: z.ZodOptional<z.ZodString>;
@@ -1227,7 +1227,7 @@ export declare const dataCenterExportSchemaV1: z.ZodObject<{
1227
1227
  identifier: z.ZodLiteral<"C - County or town centroid">;
1228
1228
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1229
1229
  }, z.core.$strip>, z.ZodObject<{
1230
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1230
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1231
1231
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1232
1232
  }, z.core.$strip>]>>>;
1233
1233
  source: z.ZodOptional<z.ZodString>;
@@ -1545,7 +1545,7 @@ export declare const dataCenterByLocationListSchemaV1: z.ZodObject<{
1545
1545
  identifier: z.ZodLiteral<"C - County or town centroid">;
1546
1546
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1547
1547
  }, z.core.$strip>, z.ZodObject<{
1548
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1548
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1549
1549
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1550
1550
  }, z.core.$strip>]>>>;
1551
1551
  source: z.ZodOptional<z.ZodString>;
@@ -1863,7 +1863,7 @@ export declare const dataCenterAPISchemaV1: z.ZodObject<{
1863
1863
  identifier: z.ZodLiteral<"C - County or town centroid">;
1864
1864
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1865
1865
  }, z.core.$strip>, z.ZodObject<{
1866
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1866
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1867
1867
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1868
1868
  }, z.core.$strip>]>>>;
1869
1869
  source: z.ZodOptional<z.ZodString>;
@@ -132,7 +132,7 @@ export declare const LocationItemSchema: z.ZodObject<{
132
132
  identifier: z.ZodLiteral<"C - County or town centroid">;
133
133
  id: z.ZodLiteral<LocationAccuracy.C>;
134
134
  }, z.core.$strip>, z.ZodObject<{
135
- identifier: z.ZodLiteral<"Unknown or pending verification">;
135
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
136
136
  id: z.ZodLiteral<LocationAccuracy.NOT_DETERMINED>;
137
137
  }, z.core.$strip>]>>>;
138
138
  source: z.ZodOptional<z.ZodString>;
@@ -175,7 +175,7 @@ export declare const LocationItemArraySchema: z.ZodArray<z.ZodObject<{
175
175
  identifier: z.ZodLiteral<"C - County or town centroid">;
176
176
  id: z.ZodLiteral<LocationAccuracy.C>;
177
177
  }, z.core.$strip>, z.ZodObject<{
178
- identifier: z.ZodLiteral<"Unknown or pending verification">;
178
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
179
179
  id: z.ZodLiteral<LocationAccuracy.NOT_DETERMINED>;
180
180
  }, z.core.$strip>]>>>;
181
181
  source: z.ZodOptional<z.ZodString>;
@@ -217,7 +217,7 @@ export declare const LocationItemArrayOptionalSchema: z.ZodOptional<z.ZodArray<z
217
217
  identifier: z.ZodLiteral<"C - County or town centroid">;
218
218
  id: z.ZodLiteral<LocationAccuracy.C>;
219
219
  }, z.core.$strip>, z.ZodObject<{
220
- identifier: z.ZodLiteral<"Unknown or pending verification">;
220
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
221
221
  id: z.ZodLiteral<LocationAccuracy.NOT_DETERMINED>;
222
222
  }, z.core.$strip>]>>>;
223
223
  source: z.ZodOptional<z.ZodString>;
@@ -17,18 +17,12 @@ exports.IdentifierOnlyEntityItemSchema = zod_1.z.object({
17
17
  .meta({ description: 'Human-readable name or label' }),
18
18
  });
19
19
  exports.OrganizationItemSchema = exports.EntityItemSchema.extend({
20
- role: zod_1.z
21
- .string()
22
- .min(1)
23
- .meta({
20
+ role: zod_1.z.string().min(1).meta({
24
21
  description: 'Role in the project (e.g., Developer, Utility, PUC, Offtaker, EPC, Advisor)',
25
22
  }),
26
23
  ref: zod_1.z.string().optional().meta({ description: 'External reference ID' }),
27
24
  });
28
- exports.EntityItemSourceSchema = zod_1.z.object(Object.assign(Object.assign({}, exports.EntityItemSchema.shape), { source: zod_1.z
29
- .string()
30
- .optional()
31
- .meta({
25
+ exports.EntityItemSourceSchema = zod_1.z.object(Object.assign(Object.assign({}, exports.EntityItemSchema.shape), { source: zod_1.z.string().optional().meta({
32
26
  description: 'Source of the sector data (onsiteGeneration, operatingCapacity, or backupGeneration)',
33
27
  }) }));
34
28
  exports.OrganizationSchema = zod_1.z.array(exports.OrganizationItemSchema).optional();
@@ -89,6 +83,10 @@ exports.LOCATION_ACCURACY = {
89
83
  identifier: 'Unknown or pending verification',
90
84
  },
91
85
  };
86
+ const LOCATION_ACCURACY_NOT_DETERMINED_IDENTIFIERS = [
87
+ 'Not Yet Determined',
88
+ exports.LOCATION_ACCURACY.D.identifier,
89
+ ];
92
90
  const LocationAccuracyItemSchema = zod_1.z.union([
93
91
  zod_1.z
94
92
  .object({
@@ -110,7 +108,7 @@ const LocationAccuracyItemSchema = zod_1.z.union([
110
108
  .meta({ title: 'AccuracyLevelC' }),
111
109
  zod_1.z
112
110
  .object({
113
- identifier: zod_1.z.literal(exports.LOCATION_ACCURACY.D.identifier),
111
+ identifier: zod_1.z.union(LOCATION_ACCURACY_NOT_DETERMINED_IDENTIFIERS.map((identifier) => zod_1.z.literal(identifier))),
114
112
  id: zod_1.z.literal(exports.LOCATION_ACCURACY.D.id),
115
113
  })
116
114
  .meta({ title: 'AccuracyLevelNotDetermined' }),
@@ -130,10 +128,7 @@ exports.LocationItemSchema = exports.EntityItemSchema.extend({
130
128
  .boolean()
131
129
  .optional()
132
130
  .meta({ description: 'Flag if location was manually overridden' }),
133
- accuracy: zod_1.z
134
- .array(LocationAccuracyItemSchema)
135
- .optional()
136
- .meta({
131
+ accuracy: zod_1.z.array(LocationAccuracyItemSchema).optional().meta({
137
132
  description: 'Location accuracy level (A=exact, B=approximate, C=county-level)',
138
133
  }),
139
134
  source: exports.OptionalStringSchema.meta({
@@ -257,11 +252,7 @@ exports.DocumentS3ItemSchema = zod_1.z
257
252
  })
258
253
  .meta({ title: 'DocumentFileItem' });
259
254
  exports.DocumentS3ItemAPISchema = exports.DocumentS3ItemSchema.extend({
260
- downloadUrl: zod_1.z
261
- .string()
262
- .url()
263
- .optional()
264
- .meta({
255
+ downloadUrl: zod_1.z.string().url().optional().meta({
265
256
  description: 'API endpoint URL that returns a pre-signed download link',
266
257
  }),
267
258
  }).meta({ title: 'DocumentFileItem' });
@@ -298,9 +289,7 @@ exports.geoPoint = zod_1.z.object({
298
289
  });
299
290
  exports.GeoSchema = zod_1.z
300
291
  .object({
301
- defaultValue: zod_1.z
302
- .string()
303
- .meta({
292
+ defaultValue: zod_1.z.string().meta({
304
293
  description: 'Default geographic reference type (project, facility, or county)',
305
294
  }),
306
295
  default: exports.geoPoint.meta({
@@ -365,16 +354,10 @@ exports.DataCenterTotalsSchema = BaseTotalsSchema.extend({
365
354
  .number()
366
355
  .optional()
367
356
  .meta({ description: 'Count of offtaker organizations' }),
368
- epcs: zod_1.z
369
- .number()
370
- .optional()
371
- .meta({
357
+ epcs: zod_1.z.number().optional().meta({
372
358
  description: 'Count of EPC (Engineering, Procurement, Construction) contractors',
373
359
  }),
374
- pucs: zod_1.z
375
- .number()
376
- .optional()
377
- .meta({
360
+ pucs: zod_1.z.number().optional().meta({
378
361
  description: 'Count of PUC (Public Utility Commission) organizations',
379
362
  }),
380
363
  })
@@ -395,16 +378,10 @@ exports.SignalTotalsSchema = BaseTotalsSchema.extend({
395
378
  .number()
396
379
  .optional()
397
380
  .meta({ description: 'Count of offtaker organizations' }),
398
- epc: zod_1.z
399
- .number()
400
- .optional()
401
- .meta({
381
+ epc: zod_1.z.number().optional().meta({
402
382
  description: 'Count of EPC (Engineering, Procurement, Construction) contractors',
403
383
  }),
404
- puc: zod_1.z
405
- .number()
406
- .optional()
407
- .meta({
384
+ puc: zod_1.z.number().optional().meta({
408
385
  description: 'Count of PUC (Public Utility Commission) organizations',
409
386
  }),
410
387
  })
@@ -472,9 +449,7 @@ const IntelSourceSchema = zod_1.z.object({
472
449
  }),
473
450
  });
474
451
  exports.IntelSourceOptionalSchema = IntelSourceSchema.optional();
475
- const FeatureTypeEnum = zod_1.z
476
- .enum(['queueChart' /* , 'map', 'table' */])
477
- .meta({
452
+ const FeatureTypeEnum = zod_1.z.enum(['queueChart' /* , 'map', 'table' */]).meta({
478
453
  description: 'Feature type indicating interconnection queue chart visualization',
479
454
  });
480
455
  const FeaturesSchema = exports.EntityItemSchema.extend({
@@ -1 +1 @@
1
- {"version":3,"file":"entity.js","sourceRoot":"","sources":["../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/entity.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"entity.js","sourceRoot":"","sources":["../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/entity.ts"],"names":[],"mappings":"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"}
@@ -157,7 +157,7 @@ export declare const euSignalFullSchemaV1: z.ZodObject<{
157
157
  identifier: z.ZodLiteral<"C - County or town centroid">;
158
158
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
159
159
  }, z.core.$strip>, z.ZodObject<{
160
- identifier: z.ZodLiteral<"Unknown or pending verification">;
160
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
161
161
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
162
162
  }, z.core.$strip>]>>>;
163
163
  source: z.ZodOptional<z.ZodString>;
@@ -362,7 +362,7 @@ export declare const usSignalFullSchemaV1: z.ZodObject<{
362
362
  identifier: z.ZodLiteral<"C - County or town centroid">;
363
363
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
364
364
  }, z.core.$strip>, z.ZodObject<{
365
- identifier: z.ZodLiteral<"Unknown or pending verification">;
365
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
366
366
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
367
367
  }, z.core.$strip>]>>>;
368
368
  source: z.ZodOptional<z.ZodString>;
@@ -581,7 +581,7 @@ export declare const globalSignalFullSchemaV1: z.ZodObject<{
581
581
  identifier: z.ZodLiteral<"C - County or town centroid">;
582
582
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
583
583
  }, z.core.$strip>, z.ZodObject<{
584
- identifier: z.ZodLiteral<"Unknown or pending verification">;
584
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
585
585
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
586
586
  }, z.core.$strip>]>>>;
587
587
  source: z.ZodOptional<z.ZodString>;
@@ -698,7 +698,7 @@ export declare const euSignalListSchemaV1: z.ZodObject<{
698
698
  identifier: z.ZodLiteral<"C - County or town centroid">;
699
699
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
700
700
  }, z.core.$strip>, z.ZodObject<{
701
- identifier: z.ZodLiteral<"Unknown or pending verification">;
701
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
702
702
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
703
703
  }, z.core.$strip>]>>>;
704
704
  source: z.ZodOptional<z.ZodString>;
@@ -840,7 +840,7 @@ export declare const usSignalListSchemaV1: z.ZodObject<{
840
840
  identifier: z.ZodLiteral<"C - County or town centroid">;
841
841
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
842
842
  }, z.core.$strip>, z.ZodObject<{
843
- identifier: z.ZodLiteral<"Unknown or pending verification">;
843
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
844
844
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
845
845
  }, z.core.$strip>]>>>;
846
846
  source: z.ZodOptional<z.ZodString>;
@@ -986,7 +986,7 @@ export declare const globalSignalListSchemaV1: z.ZodObject<{
986
986
  identifier: z.ZodLiteral<"C - County or town centroid">;
987
987
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
988
988
  }, z.core.$strip>, z.ZodObject<{
989
- identifier: z.ZodLiteral<"Unknown or pending verification">;
989
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
990
990
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
991
991
  }, z.core.$strip>]>>>;
992
992
  source: z.ZodOptional<z.ZodString>;
@@ -1124,7 +1124,7 @@ export declare const euSignalListWithSortSchemaV1: z.ZodObject<{
1124
1124
  identifier: z.ZodLiteral<"C - County or town centroid">;
1125
1125
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1126
1126
  }, z.core.$strip>, z.ZodObject<{
1127
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1127
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1128
1128
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1129
1129
  }, z.core.$strip>]>>>;
1130
1130
  source: z.ZodOptional<z.ZodString>;
@@ -1267,7 +1267,7 @@ export declare const usSignalListWithSortSchemaV1: z.ZodObject<{
1267
1267
  identifier: z.ZodLiteral<"C - County or town centroid">;
1268
1268
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1269
1269
  }, z.core.$strip>, z.ZodObject<{
1270
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1270
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1271
1271
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1272
1272
  }, z.core.$strip>]>>>;
1273
1273
  source: z.ZodOptional<z.ZodString>;
@@ -1414,7 +1414,7 @@ export declare const globalSignalListWithSortSchemaV1: z.ZodObject<{
1414
1414
  identifier: z.ZodLiteral<"C - County or town centroid">;
1415
1415
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1416
1416
  }, z.core.$strip>, z.ZodObject<{
1417
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1417
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1418
1418
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1419
1419
  }, z.core.$strip>]>>>;
1420
1420
  source: z.ZodOptional<z.ZodString>;
@@ -1553,7 +1553,7 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1553
1553
  identifier: z.ZodLiteral<"C - County or town centroid">;
1554
1554
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1555
1555
  }, z.core.$strip>, z.ZodObject<{
1556
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1556
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1557
1557
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1558
1558
  }, z.core.$strip>]>>>;
1559
1559
  source: z.ZodOptional<z.ZodString>;
@@ -1695,7 +1695,7 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1695
1695
  identifier: z.ZodLiteral<"C - County or town centroid">;
1696
1696
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1697
1697
  }, z.core.$strip>, z.ZodObject<{
1698
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1698
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1699
1699
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1700
1700
  }, z.core.$strip>]>>>;
1701
1701
  source: z.ZodOptional<z.ZodString>;
@@ -1841,7 +1841,7 @@ export declare const signalListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1841
1841
  identifier: z.ZodLiteral<"C - County or town centroid">;
1842
1842
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1843
1843
  }, z.core.$strip>, z.ZodObject<{
1844
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1844
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1845
1845
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1846
1846
  }, z.core.$strip>]>>>;
1847
1847
  source: z.ZodOptional<z.ZodString>;
@@ -1980,7 +1980,7 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
1980
1980
  identifier: z.ZodLiteral<"C - County or town centroid">;
1981
1981
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
1982
1982
  }, z.core.$strip>, z.ZodObject<{
1983
- identifier: z.ZodLiteral<"Unknown or pending verification">;
1983
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
1984
1984
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
1985
1985
  }, z.core.$strip>]>>>;
1986
1986
  source: z.ZodOptional<z.ZodString>;
@@ -2122,7 +2122,7 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
2122
2122
  identifier: z.ZodLiteral<"C - County or town centroid">;
2123
2123
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
2124
2124
  }, z.core.$strip>, z.ZodObject<{
2125
- identifier: z.ZodLiteral<"Unknown or pending verification">;
2125
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
2126
2126
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
2127
2127
  }, z.core.$strip>]>>>;
2128
2128
  source: z.ZodOptional<z.ZodString>;
@@ -2268,7 +2268,7 @@ export declare const signalListUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObje
2268
2268
  identifier: z.ZodLiteral<"C - County or town centroid">;
2269
2269
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
2270
2270
  }, z.core.$strip>, z.ZodObject<{
2271
- identifier: z.ZodLiteral<"Unknown or pending verification">;
2271
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
2272
2272
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
2273
2273
  }, z.core.$strip>]>>>;
2274
2274
  source: z.ZodOptional<z.ZodString>;
@@ -2407,7 +2407,7 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
2407
2407
  identifier: z.ZodLiteral<"C - County or town centroid">;
2408
2408
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
2409
2409
  }, z.core.$strip>, z.ZodObject<{
2410
- identifier: z.ZodLiteral<"Unknown or pending verification">;
2410
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
2411
2411
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
2412
2412
  }, z.core.$strip>]>>>;
2413
2413
  source: z.ZodOptional<z.ZodString>;
@@ -2548,7 +2548,7 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
2548
2548
  identifier: z.ZodLiteral<"C - County or town centroid">;
2549
2549
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
2550
2550
  }, z.core.$strip>, z.ZodObject<{
2551
- identifier: z.ZodLiteral<"Unknown or pending verification">;
2551
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
2552
2552
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
2553
2553
  }, z.core.$strip>]>>>;
2554
2554
  source: z.ZodOptional<z.ZodString>;
@@ -2693,7 +2693,7 @@ export declare const signalListBaseUnionSchemaV1: z.ZodDiscriminatedUnion<[z.Zod
2693
2693
  identifier: z.ZodLiteral<"C - County or town centroid">;
2694
2694
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
2695
2695
  }, z.core.$strip>, z.ZodObject<{
2696
- identifier: z.ZodLiteral<"Unknown or pending verification">;
2696
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
2697
2697
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
2698
2698
  }, z.core.$strip>]>>>;
2699
2699
  source: z.ZodOptional<z.ZodString>;
@@ -2835,7 +2835,7 @@ export declare const euSignalDetailsSchemaV1: z.ZodObject<{
2835
2835
  identifier: z.ZodLiteral<"C - County or town centroid">;
2836
2836
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
2837
2837
  }, z.core.$strip>, z.ZodObject<{
2838
- identifier: z.ZodLiteral<"Unknown or pending verification">;
2838
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
2839
2839
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
2840
2840
  }, z.core.$strip>]>>>;
2841
2841
  source: z.ZodOptional<z.ZodString>;
@@ -3010,7 +3010,7 @@ export declare const usSignalDetailsSchemaV1: z.ZodObject<{
3010
3010
  identifier: z.ZodLiteral<"C - County or town centroid">;
3011
3011
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
3012
3012
  }, z.core.$strip>, z.ZodObject<{
3013
- identifier: z.ZodLiteral<"Unknown or pending verification">;
3013
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
3014
3014
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
3015
3015
  }, z.core.$strip>]>>>;
3016
3016
  source: z.ZodOptional<z.ZodString>;
@@ -3201,7 +3201,7 @@ export declare const globalSignalDetailsSchemaV1: z.ZodObject<{
3201
3201
  identifier: z.ZodLiteral<"C - County or town centroid">;
3202
3202
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
3203
3203
  }, z.core.$strip>, z.ZodObject<{
3204
- identifier: z.ZodLiteral<"Unknown or pending verification">;
3204
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
3205
3205
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
3206
3206
  }, z.core.$strip>]>>>;
3207
3207
  source: z.ZodOptional<z.ZodString>;
@@ -3384,7 +3384,7 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
3384
3384
  identifier: z.ZodLiteral<"C - County or town centroid">;
3385
3385
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
3386
3386
  }, z.core.$strip>, z.ZodObject<{
3387
- identifier: z.ZodLiteral<"Unknown or pending verification">;
3387
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
3388
3388
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
3389
3389
  }, z.core.$strip>]>>>;
3390
3390
  source: z.ZodOptional<z.ZodString>;
@@ -3558,7 +3558,7 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
3558
3558
  identifier: z.ZodLiteral<"C - County or town centroid">;
3559
3559
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
3560
3560
  }, z.core.$strip>, z.ZodObject<{
3561
- identifier: z.ZodLiteral<"Unknown or pending verification">;
3561
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
3562
3562
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
3563
3563
  }, z.core.$strip>]>>>;
3564
3564
  source: z.ZodOptional<z.ZodString>;
@@ -3748,7 +3748,7 @@ export declare const signalDetailsSchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<
3748
3748
  identifier: z.ZodLiteral<"C - County or town centroid">;
3749
3749
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
3750
3750
  }, z.core.$strip>, z.ZodObject<{
3751
- identifier: z.ZodLiteral<"Unknown or pending verification">;
3751
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
3752
3752
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
3753
3753
  }, z.core.$strip>]>>>;
3754
3754
  source: z.ZodOptional<z.ZodString>;
@@ -3931,7 +3931,7 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
3931
3931
  identifier: z.ZodLiteral<"C - County or town centroid">;
3932
3932
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
3933
3933
  }, z.core.$strip>, z.ZodObject<{
3934
- identifier: z.ZodLiteral<"Unknown or pending verification">;
3934
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
3935
3935
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
3936
3936
  }, z.core.$strip>]>>>;
3937
3937
  source: z.ZodOptional<z.ZodString>;
@@ -4105,7 +4105,7 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
4105
4105
  identifier: z.ZodLiteral<"C - County or town centroid">;
4106
4106
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4107
4107
  }, z.core.$strip>, z.ZodObject<{
4108
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4108
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4109
4109
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4110
4110
  }, z.core.$strip>]>>>;
4111
4111
  source: z.ZodOptional<z.ZodString>;
@@ -4295,7 +4295,7 @@ export declare const signalDetailsUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodO
4295
4295
  identifier: z.ZodLiteral<"C - County or town centroid">;
4296
4296
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4297
4297
  }, z.core.$strip>, z.ZodObject<{
4298
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4298
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4299
4299
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4300
4300
  }, z.core.$strip>]>>>;
4301
4301
  source: z.ZodOptional<z.ZodString>;
@@ -4460,7 +4460,7 @@ export declare const euSignalByLocationListSchemaV1: z.ZodObject<{
4460
4460
  identifier: z.ZodLiteral<"C - County or town centroid">;
4461
4461
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4462
4462
  }, z.core.$strip>, z.ZodObject<{
4463
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4463
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4464
4464
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4465
4465
  }, z.core.$strip>]>>>;
4466
4466
  source: z.ZodOptional<z.ZodString>;
@@ -4549,7 +4549,7 @@ export declare const usSignalByLocationListSchemaV1: z.ZodObject<{
4549
4549
  identifier: z.ZodLiteral<"C - County or town centroid">;
4550
4550
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4551
4551
  }, z.core.$strip>, z.ZodObject<{
4552
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4552
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4553
4553
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4554
4554
  }, z.core.$strip>]>>>;
4555
4555
  source: z.ZodOptional<z.ZodString>;
@@ -4634,7 +4634,7 @@ export declare const globalSignalByLocationListSchemaV1: z.ZodObject<{
4634
4634
  identifier: z.ZodLiteral<"C - County or town centroid">;
4635
4635
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4636
4636
  }, z.core.$strip>, z.ZodObject<{
4637
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4637
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4638
4638
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4639
4639
  }, z.core.$strip>]>>>;
4640
4640
  source: z.ZodOptional<z.ZodString>;
@@ -4715,7 +4715,7 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
4715
4715
  identifier: z.ZodLiteral<"C - County or town centroid">;
4716
4716
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4717
4717
  }, z.core.$strip>, z.ZodObject<{
4718
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4718
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4719
4719
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4720
4720
  }, z.core.$strip>]>>>;
4721
4721
  source: z.ZodOptional<z.ZodString>;
@@ -4803,7 +4803,7 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
4803
4803
  identifier: z.ZodLiteral<"C - County or town centroid">;
4804
4804
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4805
4805
  }, z.core.$strip>, z.ZodObject<{
4806
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4806
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4807
4807
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4808
4808
  }, z.core.$strip>]>>>;
4809
4809
  source: z.ZodOptional<z.ZodString>;
@@ -4887,7 +4887,7 @@ export declare const signalByLocationListSchemaV1: z.ZodUnion<[z.ZodUnion<[z.Zod
4887
4887
  identifier: z.ZodLiteral<"C - County or town centroid">;
4888
4888
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4889
4889
  }, z.core.$strip>, z.ZodObject<{
4890
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4890
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4891
4891
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4892
4892
  }, z.core.$strip>]>>>;
4893
4893
  source: z.ZodOptional<z.ZodString>;
@@ -4968,7 +4968,7 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
4968
4968
  identifier: z.ZodLiteral<"C - County or town centroid">;
4969
4969
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
4970
4970
  }, z.core.$strip>, z.ZodObject<{
4971
- identifier: z.ZodLiteral<"Unknown or pending verification">;
4971
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
4972
4972
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
4973
4973
  }, z.core.$strip>]>>>;
4974
4974
  source: z.ZodOptional<z.ZodString>;
@@ -5056,7 +5056,7 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
5056
5056
  identifier: z.ZodLiteral<"C - County or town centroid">;
5057
5057
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5058
5058
  }, z.core.$strip>, z.ZodObject<{
5059
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5059
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5060
5060
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5061
5061
  }, z.core.$strip>]>>>;
5062
5062
  source: z.ZodOptional<z.ZodString>;
@@ -5140,7 +5140,7 @@ export declare const signalByLocationListUnionSchemaV1: z.ZodDiscriminatedUnion<
5140
5140
  identifier: z.ZodLiteral<"C - County or town centroid">;
5141
5141
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5142
5142
  }, z.core.$strip>, z.ZodObject<{
5143
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5143
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5144
5144
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5145
5145
  }, z.core.$strip>]>>>;
5146
5146
  source: z.ZodOptional<z.ZodString>;
@@ -5235,7 +5235,7 @@ export declare const euSignalExportSchemaV1: z.ZodObject<{
5235
5235
  identifier: z.ZodLiteral<"C - County or town centroid">;
5236
5236
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5237
5237
  }, z.core.$strip>, z.ZodObject<{
5238
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5238
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5239
5239
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5240
5240
  }, z.core.$strip>]>>>;
5241
5241
  source: z.ZodOptional<z.ZodString>;
@@ -5378,7 +5378,7 @@ export declare const usSignalExportSchemaV1: z.ZodObject<{
5378
5378
  identifier: z.ZodLiteral<"C - County or town centroid">;
5379
5379
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5380
5380
  }, z.core.$strip>, z.ZodObject<{
5381
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5381
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5382
5382
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5383
5383
  }, z.core.$strip>]>>>;
5384
5384
  source: z.ZodOptional<z.ZodString>;
@@ -5525,7 +5525,7 @@ export declare const globalSignalExportSchemaV1: z.ZodObject<{
5525
5525
  identifier: z.ZodLiteral<"C - County or town centroid">;
5526
5526
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5527
5527
  }, z.core.$strip>, z.ZodObject<{
5528
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5528
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5529
5529
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5530
5530
  }, z.core.$strip>]>>>;
5531
5531
  source: z.ZodOptional<z.ZodString>;
@@ -5664,7 +5664,7 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
5664
5664
  identifier: z.ZodLiteral<"C - County or town centroid">;
5665
5665
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5666
5666
  }, z.core.$strip>, z.ZodObject<{
5667
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5667
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5668
5668
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5669
5669
  }, z.core.$strip>]>>>;
5670
5670
  source: z.ZodOptional<z.ZodString>;
@@ -5806,7 +5806,7 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
5806
5806
  identifier: z.ZodLiteral<"C - County or town centroid">;
5807
5807
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5808
5808
  }, z.core.$strip>, z.ZodObject<{
5809
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5809
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5810
5810
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5811
5811
  }, z.core.$strip>]>>>;
5812
5812
  source: z.ZodOptional<z.ZodString>;
@@ -5952,7 +5952,7 @@ export declare const signalExportUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodOb
5952
5952
  identifier: z.ZodLiteral<"C - County or town centroid">;
5953
5953
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
5954
5954
  }, z.core.$strip>, z.ZodObject<{
5955
- identifier: z.ZodLiteral<"Unknown or pending verification">;
5955
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
5956
5956
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
5957
5957
  }, z.core.$strip>]>>>;
5958
5958
  source: z.ZodOptional<z.ZodString>;
@@ -6095,7 +6095,7 @@ export declare const euSignalAPISchemaV1: z.ZodObject<{
6095
6095
  identifier: z.ZodLiteral<"C - County or town centroid">;
6096
6096
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
6097
6097
  }, z.core.$strip>, z.ZodObject<{
6098
- identifier: z.ZodLiteral<"Unknown or pending verification">;
6098
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
6099
6099
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
6100
6100
  }, z.core.$strip>]>>>;
6101
6101
  source: z.ZodOptional<z.ZodString>;
@@ -6286,7 +6286,7 @@ export declare const usSignalAPISchemaV1: z.ZodObject<{
6286
6286
  identifier: z.ZodLiteral<"C - County or town centroid">;
6287
6287
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
6288
6288
  }, z.core.$strip>, z.ZodObject<{
6289
- identifier: z.ZodLiteral<"Unknown or pending verification">;
6289
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
6290
6290
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
6291
6291
  }, z.core.$strip>]>>>;
6292
6292
  source: z.ZodOptional<z.ZodString>;
@@ -6493,7 +6493,7 @@ export declare const globalSignalAPISchemaV1: z.ZodObject<{
6493
6493
  identifier: z.ZodLiteral<"C - County or town centroid">;
6494
6494
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
6495
6495
  }, z.core.$strip>, z.ZodObject<{
6496
- identifier: z.ZodLiteral<"Unknown or pending verification">;
6496
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
6497
6497
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
6498
6498
  }, z.core.$strip>]>>>;
6499
6499
  source: z.ZodOptional<z.ZodString>;
@@ -6692,7 +6692,7 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6692
6692
  identifier: z.ZodLiteral<"C - County or town centroid">;
6693
6693
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
6694
6694
  }, z.core.$strip>, z.ZodObject<{
6695
- identifier: z.ZodLiteral<"Unknown or pending verification">;
6695
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
6696
6696
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
6697
6697
  }, z.core.$strip>]>>>;
6698
6698
  source: z.ZodOptional<z.ZodString>;
@@ -6882,7 +6882,7 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6882
6882
  identifier: z.ZodLiteral<"C - County or town centroid">;
6883
6883
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
6884
6884
  }, z.core.$strip>, z.ZodObject<{
6885
- identifier: z.ZodLiteral<"Unknown or pending verification">;
6885
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
6886
6886
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
6887
6887
  }, z.core.$strip>]>>>;
6888
6888
  source: z.ZodOptional<z.ZodString>;
@@ -7088,7 +7088,7 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7088
7088
  identifier: z.ZodLiteral<"C - County or town centroid">;
7089
7089
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
7090
7090
  }, z.core.$strip>, z.ZodObject<{
7091
- identifier: z.ZodLiteral<"Unknown or pending verification">;
7091
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
7092
7092
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
7093
7093
  }, z.core.$strip>]>>>;
7094
7094
  source: z.ZodOptional<z.ZodString>;
@@ -7295,7 +7295,7 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
7295
7295
  identifier: z.ZodLiteral<"C - County or town centroid">;
7296
7296
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
7297
7297
  }, z.core.$strip>, z.ZodObject<{
7298
- identifier: z.ZodLiteral<"Unknown or pending verification">;
7298
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
7299
7299
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
7300
7300
  }, z.core.$strip>]>>>;
7301
7301
  source: z.ZodOptional<z.ZodString>;
@@ -7493,7 +7493,7 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
7493
7493
  identifier: z.ZodLiteral<"C - County or town centroid">;
7494
7494
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
7495
7495
  }, z.core.$strip>, z.ZodObject<{
7496
- identifier: z.ZodLiteral<"Unknown or pending verification">;
7496
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
7497
7497
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
7498
7498
  }, z.core.$strip>]>>>;
7499
7499
  source: z.ZodOptional<z.ZodString>;
@@ -7683,7 +7683,7 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
7683
7683
  identifier: z.ZodLiteral<"C - County or town centroid">;
7684
7684
  id: z.ZodLiteral<import("../entity").LocationAccuracy.C>;
7685
7685
  }, z.core.$strip>, z.ZodObject<{
7686
- identifier: z.ZodLiteral<"Unknown or pending verification">;
7686
+ identifier: z.ZodUnion<[z.ZodLiteral<"Not Yet Determined">, z.ZodLiteral<"Unknown or pending verification">]>;
7687
7687
  id: z.ZodLiteral<import("../entity").LocationAccuracy.NOT_DETERMINED>;
7688
7688
  }, z.core.$strip>]>>>;
7689
7689
  source: z.ZodOptional<z.ZodString>;
@@ -18,6 +18,11 @@ export interface IdentifierItem {
18
18
  id: string;
19
19
  key: string;
20
20
  }
21
+ export interface FeaturesItem {
22
+ identifier: string;
23
+ id: string;
24
+ type: string;
25
+ }
21
26
  export interface SourceUrl {
22
27
  label: string | null;
23
28
  url: string;
@@ -59,8 +64,8 @@ export interface IntelById {
59
64
  sectors: IdentifierItem[];
60
65
  sourceUrl: SourceUrl;
61
66
  stateProvince: IdentifierItem[];
62
- npmJournalists: IdentifierItem[];
63
- developerQueueChart: IdentifierItem[];
67
+ journalists: string[];
68
+ features: FeaturesItem[];
64
69
  relatedProjectOrRfp: IdentifierItem[];
65
70
  }
66
71
  export interface IntelByIdResponse {
@@ -74,7 +79,7 @@ export type IntelItem = {
74
79
  id?: string | number;
75
80
  intelHeadline?: string;
76
81
  decorator?: string;
77
- npmJournalists?: IdentifierItem[];
82
+ journalists?: string[];
78
83
  intelParsed?: string;
79
84
  sourceUrl?: {
80
85
  url?: string;
@@ -88,10 +93,7 @@ export type IntelItem = {
88
93
  url: string;
89
94
  filename?: string;
90
95
  }>;
91
- developerQueueChart?: Array<{
92
- id: string | number;
93
- identifier: string;
94
- }>;
96
+ features?: FeaturesItem[];
95
97
  publicationTime: string;
96
98
  audiences: IdentifierItem[];
97
99
  [key: string]: unknown;