@new-project-media/client-frontends-shared-types 1.3.8 → 1.3.10
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": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
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/",
|
|
@@ -35,6 +35,7 @@ export declare const euQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
35
35
|
projectName: z.ZodOptional<z.ZodString>;
|
|
36
36
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
37
37
|
queueDatasetType: z.ZodOptional<z.ZodString>;
|
|
38
|
+
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
38
39
|
regions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39
40
|
identifier: z.ZodString;
|
|
40
41
|
id: z.ZodString;
|
|
@@ -93,7 +94,6 @@ export declare const euQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
93
94
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
94
95
|
planningGranted: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
95
96
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
96
|
-
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
97
97
|
refId: z.ZodString;
|
|
98
98
|
sectorDetail: z.ZodDefault<z.ZodString>;
|
|
99
99
|
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
@@ -137,6 +137,7 @@ export declare const euQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
137
137
|
plannedOperationalDate?: string;
|
|
138
138
|
projectName?: string;
|
|
139
139
|
queueDatasetType?: string;
|
|
140
|
+
queueDate?: string;
|
|
140
141
|
regions?: {
|
|
141
142
|
id?: string;
|
|
142
143
|
identifier?: string;
|
|
@@ -154,7 +155,6 @@ export declare const euQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
154
155
|
mwNet?: number;
|
|
155
156
|
planningGranted?: string;
|
|
156
157
|
postalCode?: string;
|
|
157
|
-
queueDate?: string;
|
|
158
158
|
refId?: string;
|
|
159
159
|
sectorDetail?: string;
|
|
160
160
|
sourceUpdate?: string;
|
|
@@ -197,6 +197,7 @@ export declare const euQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
197
197
|
plannedOperationalDate?: string;
|
|
198
198
|
projectName?: string;
|
|
199
199
|
queueDatasetType?: string;
|
|
200
|
+
queueDate?: string;
|
|
200
201
|
regions?: {
|
|
201
202
|
id?: string;
|
|
202
203
|
identifier?: string;
|
|
@@ -214,7 +215,6 @@ export declare const euQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
214
215
|
mwNet?: number;
|
|
215
216
|
planningGranted?: string;
|
|
216
217
|
postalCode?: string;
|
|
217
|
-
queueDate?: string;
|
|
218
218
|
refId?: string;
|
|
219
219
|
sectorDetail?: string;
|
|
220
220
|
sourceUpdate?: string;
|
|
@@ -261,6 +261,7 @@ export declare const usQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
261
261
|
projectName: z.ZodOptional<z.ZodString>;
|
|
262
262
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
263
263
|
queueDatasetType: z.ZodOptional<z.ZodString>;
|
|
264
|
+
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
264
265
|
regions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
265
266
|
identifier: z.ZodString;
|
|
266
267
|
id: z.ZodString;
|
|
@@ -594,6 +595,7 @@ export declare const usQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
594
595
|
plannedOperationalDate?: string;
|
|
595
596
|
projectName?: string;
|
|
596
597
|
queueDatasetType?: string;
|
|
598
|
+
queueDate?: string;
|
|
597
599
|
regions?: {
|
|
598
600
|
id?: string;
|
|
599
601
|
identifier?: string;
|
|
@@ -721,6 +723,7 @@ export declare const usQueueSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
721
723
|
plannedOperationalDate?: string;
|
|
722
724
|
projectName?: string;
|
|
723
725
|
queueDatasetType?: string;
|
|
726
|
+
queueDate?: string;
|
|
724
727
|
regions?: {
|
|
725
728
|
id?: string;
|
|
726
729
|
identifier?: string;
|
|
@@ -810,6 +813,7 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
810
813
|
projectName: z.ZodOptional<z.ZodString>;
|
|
811
814
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
812
815
|
queueDatasetType: z.ZodOptional<z.ZodString>;
|
|
816
|
+
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
813
817
|
regions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
814
818
|
identifier: z.ZodString;
|
|
815
819
|
id: z.ZodString;
|
|
@@ -1143,6 +1147,7 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1143
1147
|
plannedOperationalDate?: string;
|
|
1144
1148
|
projectName?: string;
|
|
1145
1149
|
queueDatasetType?: string;
|
|
1150
|
+
queueDate?: string;
|
|
1146
1151
|
regions?: {
|
|
1147
1152
|
id?: string;
|
|
1148
1153
|
identifier?: string;
|
|
@@ -1270,6 +1275,7 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1270
1275
|
plannedOperationalDate?: string;
|
|
1271
1276
|
projectName?: string;
|
|
1272
1277
|
queueDatasetType?: string;
|
|
1278
|
+
queueDate?: string;
|
|
1273
1279
|
regions?: {
|
|
1274
1280
|
id?: string;
|
|
1275
1281
|
identifier?: string;
|
|
@@ -1357,6 +1363,7 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1357
1363
|
projectName: z.ZodOptional<z.ZodString>;
|
|
1358
1364
|
queueDataset: z.ZodOptional<z.ZodString>;
|
|
1359
1365
|
queueDatasetType: z.ZodOptional<z.ZodString>;
|
|
1366
|
+
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1360
1367
|
regions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1361
1368
|
identifier: z.ZodString;
|
|
1362
1369
|
id: z.ZodString;
|
|
@@ -1415,7 +1422,6 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1415
1422
|
mwNet: z.ZodOptional<z.ZodNumber>;
|
|
1416
1423
|
planningGranted: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1417
1424
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
1418
|
-
queueDate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
1419
1425
|
refId: z.ZodString;
|
|
1420
1426
|
sectorDetail: z.ZodDefault<z.ZodString>;
|
|
1421
1427
|
sourceUpdate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodEffects<z.ZodString, string, string>]>>;
|
|
@@ -1459,6 +1465,7 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1459
1465
|
plannedOperationalDate?: string;
|
|
1460
1466
|
projectName?: string;
|
|
1461
1467
|
queueDatasetType?: string;
|
|
1468
|
+
queueDate?: string;
|
|
1462
1469
|
regions?: {
|
|
1463
1470
|
id?: string;
|
|
1464
1471
|
identifier?: string;
|
|
@@ -1476,7 +1483,6 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1476
1483
|
mwNet?: number;
|
|
1477
1484
|
planningGranted?: string;
|
|
1478
1485
|
postalCode?: string;
|
|
1479
|
-
queueDate?: string;
|
|
1480
1486
|
refId?: string;
|
|
1481
1487
|
sectorDetail?: string;
|
|
1482
1488
|
sourceUpdate?: string;
|
|
@@ -1519,6 +1525,7 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1519
1525
|
plannedOperationalDate?: string;
|
|
1520
1526
|
projectName?: string;
|
|
1521
1527
|
queueDatasetType?: string;
|
|
1528
|
+
queueDate?: string;
|
|
1522
1529
|
regions?: {
|
|
1523
1530
|
id?: string;
|
|
1524
1531
|
identifier?: string;
|
|
@@ -1536,7 +1543,6 @@ export declare const QueueSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendSha
|
|
|
1536
1543
|
mwNet?: number;
|
|
1537
1544
|
planningGranted?: string;
|
|
1538
1545
|
postalCode?: string;
|
|
1539
|
-
queueDate?: string;
|
|
1540
1546
|
refId?: string;
|
|
1541
1547
|
sectorDetail?: string;
|
|
1542
1548
|
sourceUpdate?: string;
|
|
@@ -68,6 +68,7 @@ const sharedQueueSchema = zod_1.z.object({
|
|
|
68
68
|
projectName: entity_1.OptionalStringSchema,
|
|
69
69
|
queueDataset: entity_1.OptionalStringSchema,
|
|
70
70
|
queueDatasetType: entity_1.OptionalStringSchema,
|
|
71
|
+
queueDate: entity_1.ISODateTimeOptionalSchema,
|
|
71
72
|
regions: zod_1.z.array(entity_1.EntityItemSchema).optional(),
|
|
72
73
|
reportDate: entity_1.YYYYMMDDRegexSchema,
|
|
73
74
|
sectors: entity_1.EntityItemArraySchema.default([]),
|
|
@@ -88,7 +89,6 @@ exports.euQueueSchema = sharedQueueSchema.extend({
|
|
|
88
89
|
mwNet: entity_1.OptionalNumberSchema,
|
|
89
90
|
planningGranted: entity_1.ISODateTimeOptionalSchema,
|
|
90
91
|
postalCode: entity_1.OptionalStringSchema,
|
|
91
|
-
queueDate: entity_1.ISODateTimeOptionalSchema,
|
|
92
92
|
refId: zod_1.z.string(),
|
|
93
93
|
sectorDetail: zod_1.z.string().default(''),
|
|
94
94
|
sourceUpdate: entity_1.ISODateTimeOptionalSchema,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queues.js","sourceRoot":"","sources":["../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/queues.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"queues.js","sourceRoot":"","sources":["../../../../../../../packages/client-frontends-shared-types/src/lib/dataGrid/api/queues.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { InfiniteData, QueryObserverResult, UseInfiniteQueryResult } from '@tanstack/react-query';
|
|
1
|
+
import { InfiniteData, QueryObserverResult, UseInfiniteQueryResult, UseQueryResult } from '@tanstack/react-query';
|
|
2
2
|
import { ClientApiListRequestQueryParams, ClientApiListResponse, EUQueueType, Signal, USQueueType } from './api';
|
|
3
3
|
export type Entity = Signal | EUQueueType | USQueueType;
|
|
4
4
|
export type InfiniteQueryHook = (queryParams: ClientApiListRequestQueryParams, isEnabled?: boolean, customFilter?: ClientApiListRequestQueryParams['filters']) => UseInfiniteQueryResult<InfiniteData<ClientApiListResponse<Entity>, unknown>, Error>;
|
|
5
5
|
export type ReportQueryClient = (queryParams: ClientApiListRequestQueryParams) => Promise<ClientApiListResponse<Entity>>;
|
|
6
|
+
export type CenterpointQueryHook = (queryParams: ClientApiListRequestQueryParams, isEnabled?: boolean, customFilter?: ClientApiListRequestQueryParams['filters']) => UseQueryResult<ClientApiListResponse<Entity>, Error>;
|
|
6
7
|
export type RefetchResult = Promise<QueryObserverResult<InfiniteData<ClientApiListResponse<Entity>, unknown>, Error>>;
|
|
7
8
|
export type ExtendedColumnFilter = {
|
|
8
9
|
id: string;
|