@new-project-media/client-frontends-shared-types 2.0.25 → 2.0.27
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 +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/lib/dataGrid/api/dataCenters.d.ts +7 -0
- package/src/lib/dataGrid/api/entity.d.ts +5 -0
- package/src/lib/dataGrid/api/entity.js +1 -0
- package/src/lib/dataGrid/api/entity.js.map +1 -1
- package/src/lib/dataGrid/api/queues.d.ts +96 -96
- package/src/lib/dataGrid/api/signals.d.ts +7 -0
- package/src/lib/userLocalePreference.d.ts +5 -0
- package/src/lib/userLocalePreference.js +10 -0
- package/src/lib/userLocalePreference.js.map +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@new-project-media/client-frontends-shared-types",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27",
|
|
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/",
|
package/src/index.d.ts
CHANGED
package/src/index.js
CHANGED
|
@@ -5,4 +5,5 @@ tslib_1.__exportStar(require("./lib/charts"), exports);
|
|
|
5
5
|
tslib_1.__exportStar(require("./lib/cognito"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./lib/dataGrid"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./lib/userDateFormat"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./lib/userLocalePreference"), exports);
|
|
8
9
|
//# sourceMappingURL=index.js.map
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/client-frontends-shared-types/src/index.ts"],"names":[],"mappings":";;;AAAA,uDAA4B;AAC5B,wDAA6B;AAC7B,yDAA8B;AAC9B,+DAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/client-frontends-shared-types/src/index.ts"],"names":[],"mappings":";;;AAAA,uDAA4B;AAC5B,wDAA6B;AAC7B,yDAA8B;AAC9B,+DAAoC;AACpC,qEAA0C"}
|
|
@@ -673,6 +673,7 @@ export declare const DataCenterSchema: z.ZodObject<{
|
|
|
673
673
|
epc: z.ZodOptional<z.ZodNumber>;
|
|
674
674
|
developer: z.ZodOptional<z.ZodNumber>;
|
|
675
675
|
intels: z.ZodOptional<z.ZodNumber>;
|
|
676
|
+
signals: z.ZodOptional<z.ZodNumber>;
|
|
676
677
|
}, "strip", z.ZodTypeAny, {
|
|
677
678
|
keyPeople?: number;
|
|
678
679
|
offtaker?: number;
|
|
@@ -685,6 +686,7 @@ export declare const DataCenterSchema: z.ZodObject<{
|
|
|
685
686
|
epc?: number;
|
|
686
687
|
developer?: number;
|
|
687
688
|
intels?: number;
|
|
689
|
+
signals?: number;
|
|
688
690
|
}, {
|
|
689
691
|
keyPeople?: number;
|
|
690
692
|
offtaker?: number;
|
|
@@ -697,6 +699,7 @@ export declare const DataCenterSchema: z.ZodObject<{
|
|
|
697
699
|
epc?: number;
|
|
698
700
|
developer?: number;
|
|
699
701
|
intels?: number;
|
|
702
|
+
signals?: number;
|
|
700
703
|
}>, {
|
|
701
704
|
keyPeople?: number;
|
|
702
705
|
offtaker?: number;
|
|
@@ -709,6 +712,7 @@ export declare const DataCenterSchema: z.ZodObject<{
|
|
|
709
712
|
epc?: number;
|
|
710
713
|
developer?: number;
|
|
711
714
|
intels?: number;
|
|
715
|
+
signals?: number;
|
|
712
716
|
}, {
|
|
713
717
|
keyPeople?: number;
|
|
714
718
|
offtaker?: number;
|
|
@@ -721,6 +725,7 @@ export declare const DataCenterSchema: z.ZodObject<{
|
|
|
721
725
|
epc?: number;
|
|
722
726
|
developer?: number;
|
|
723
727
|
intels?: number;
|
|
728
|
+
signals?: number;
|
|
724
729
|
}>>;
|
|
725
730
|
}, "strip", z.ZodTypeAny, {
|
|
726
731
|
sectors?: {
|
|
@@ -820,6 +825,7 @@ export declare const DataCenterSchema: z.ZodObject<{
|
|
|
820
825
|
epc?: number;
|
|
821
826
|
developer?: number;
|
|
822
827
|
intels?: number;
|
|
828
|
+
signals?: number;
|
|
823
829
|
};
|
|
824
830
|
localCounty?: string;
|
|
825
831
|
localState?: string;
|
|
@@ -1012,6 +1018,7 @@ export declare const DataCenterSchema: z.ZodObject<{
|
|
|
1012
1018
|
epc?: number;
|
|
1013
1019
|
developer?: number;
|
|
1014
1020
|
intels?: number;
|
|
1021
|
+
signals?: number;
|
|
1015
1022
|
};
|
|
1016
1023
|
localCounty?: string;
|
|
1017
1024
|
localState?: string;
|
|
@@ -873,6 +873,7 @@ export declare const TotalsSchema: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
|
873
873
|
epc: z.ZodOptional<z.ZodNumber>;
|
|
874
874
|
developer: z.ZodOptional<z.ZodNumber>;
|
|
875
875
|
intels: z.ZodOptional<z.ZodNumber>;
|
|
876
|
+
signals: z.ZodOptional<z.ZodNumber>;
|
|
876
877
|
}, "strip", z.ZodTypeAny, {
|
|
877
878
|
keyPeople?: number;
|
|
878
879
|
offtaker?: number;
|
|
@@ -885,6 +886,7 @@ export declare const TotalsSchema: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
|
885
886
|
epc?: number;
|
|
886
887
|
developer?: number;
|
|
887
888
|
intels?: number;
|
|
889
|
+
signals?: number;
|
|
888
890
|
}, {
|
|
889
891
|
keyPeople?: number;
|
|
890
892
|
offtaker?: number;
|
|
@@ -897,6 +899,7 @@ export declare const TotalsSchema: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
|
897
899
|
epc?: number;
|
|
898
900
|
developer?: number;
|
|
899
901
|
intels?: number;
|
|
902
|
+
signals?: number;
|
|
900
903
|
}>, {
|
|
901
904
|
keyPeople?: number;
|
|
902
905
|
offtaker?: number;
|
|
@@ -909,6 +912,7 @@ export declare const TotalsSchema: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
|
909
912
|
epc?: number;
|
|
910
913
|
developer?: number;
|
|
911
914
|
intels?: number;
|
|
915
|
+
signals?: number;
|
|
912
916
|
}, {
|
|
913
917
|
keyPeople?: number;
|
|
914
918
|
offtaker?: number;
|
|
@@ -921,6 +925,7 @@ export declare const TotalsSchema: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
|
921
925
|
epc?: number;
|
|
922
926
|
developer?: number;
|
|
923
927
|
intels?: number;
|
|
928
|
+
signals?: number;
|
|
924
929
|
}>>;
|
|
925
930
|
export declare const FingerprintSchema: z.ZodString;
|
|
926
931
|
export declare const UnitEnum: z.ZodEnum<["kW", "MW", "GW", "kWh", "MWh", "GWh", "acre", "hectare", "square_foot", "square_metre", "usd", "eur", "gbp"]>;
|
|
@@ -172,6 +172,7 @@ exports.TotalsSchema = zod_1.z
|
|
|
172
172
|
epc: zod_1.z.number().optional(),
|
|
173
173
|
developer: zod_1.z.number().optional(),
|
|
174
174
|
intels: zod_1.z.number().optional(),
|
|
175
|
+
signals: zod_1.z.number().optional(),
|
|
175
176
|
})
|
|
176
177
|
.refine((obj) => Object.keys(obj).length > 0, {
|
|
177
178
|
message: 'At least one property must be present if totals object exists',
|
|
@@ -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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"}
|
|
@@ -1108,6 +1108,14 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1108
1108
|
role?: string;
|
|
1109
1109
|
ref?: string;
|
|
1110
1110
|
}[];
|
|
1111
|
+
signals?: {
|
|
1112
|
+
type?: string;
|
|
1113
|
+
subType?: string;
|
|
1114
|
+
id?: string;
|
|
1115
|
+
filingDate?: string;
|
|
1116
|
+
headline?: string;
|
|
1117
|
+
publishedDate?: string;
|
|
1118
|
+
}[];
|
|
1111
1119
|
$organizations?: string;
|
|
1112
1120
|
allSectors?: string;
|
|
1113
1121
|
reportDate?: string;
|
|
@@ -1210,14 +1218,6 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1210
1218
|
meta?: string;
|
|
1211
1219
|
poiGroup?: string;
|
|
1212
1220
|
};
|
|
1213
|
-
signals?: {
|
|
1214
|
-
type?: string;
|
|
1215
|
-
subType?: string;
|
|
1216
|
-
id?: string;
|
|
1217
|
-
filingDate?: string;
|
|
1218
|
-
headline?: string;
|
|
1219
|
-
publishedDate?: string;
|
|
1220
|
-
}[];
|
|
1221
1221
|
}, {
|
|
1222
1222
|
sectors?: {
|
|
1223
1223
|
id?: string;
|
|
@@ -1255,6 +1255,14 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1255
1255
|
role?: string;
|
|
1256
1256
|
ref?: string;
|
|
1257
1257
|
}[];
|
|
1258
|
+
signals?: {
|
|
1259
|
+
type?: string;
|
|
1260
|
+
subType?: string;
|
|
1261
|
+
id?: string;
|
|
1262
|
+
filingDate?: string;
|
|
1263
|
+
headline?: string;
|
|
1264
|
+
publishedDate?: string;
|
|
1265
|
+
}[];
|
|
1258
1266
|
$organizations?: string;
|
|
1259
1267
|
allSectors?: string;
|
|
1260
1268
|
reportDate?: string;
|
|
@@ -1357,14 +1365,6 @@ declare const usQueueDetailsSchema: z.ZodObject<{
|
|
|
1357
1365
|
meta?: string;
|
|
1358
1366
|
poiGroup?: string;
|
|
1359
1367
|
};
|
|
1360
|
-
signals?: {
|
|
1361
|
-
type?: string;
|
|
1362
|
-
subType?: string;
|
|
1363
|
-
id?: string;
|
|
1364
|
-
filingDate?: string;
|
|
1365
|
-
headline?: string;
|
|
1366
|
-
publishedDate?: string;
|
|
1367
|
-
}[];
|
|
1368
1368
|
}>;
|
|
1369
1369
|
declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
1370
1370
|
id: z.ZodString;
|
|
@@ -1949,6 +1949,14 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1949
1949
|
role?: string;
|
|
1950
1950
|
ref?: string;
|
|
1951
1951
|
}[];
|
|
1952
|
+
signals?: {
|
|
1953
|
+
type?: string;
|
|
1954
|
+
subType?: string;
|
|
1955
|
+
id?: string;
|
|
1956
|
+
filingDate?: string;
|
|
1957
|
+
headline?: string;
|
|
1958
|
+
publishedDate?: string;
|
|
1959
|
+
}[];
|
|
1952
1960
|
$organizations?: string;
|
|
1953
1961
|
allSectors?: string;
|
|
1954
1962
|
reportDate?: string;
|
|
@@ -2051,14 +2059,6 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2051
2059
|
meta?: string;
|
|
2052
2060
|
poiGroup?: string;
|
|
2053
2061
|
};
|
|
2054
|
-
signals?: {
|
|
2055
|
-
type?: string;
|
|
2056
|
-
subType?: string;
|
|
2057
|
-
id?: string;
|
|
2058
|
-
filingDate?: string;
|
|
2059
|
-
headline?: string;
|
|
2060
|
-
publishedDate?: string;
|
|
2061
|
-
}[];
|
|
2062
2062
|
}, {
|
|
2063
2063
|
sectors?: {
|
|
2064
2064
|
id?: string;
|
|
@@ -2096,6 +2096,14 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2096
2096
|
role?: string;
|
|
2097
2097
|
ref?: string;
|
|
2098
2098
|
}[];
|
|
2099
|
+
signals?: {
|
|
2100
|
+
type?: string;
|
|
2101
|
+
subType?: string;
|
|
2102
|
+
id?: string;
|
|
2103
|
+
filingDate?: string;
|
|
2104
|
+
headline?: string;
|
|
2105
|
+
publishedDate?: string;
|
|
2106
|
+
}[];
|
|
2099
2107
|
$organizations?: string;
|
|
2100
2108
|
allSectors?: string;
|
|
2101
2109
|
reportDate?: string;
|
|
@@ -2198,14 +2206,6 @@ declare const queueDetailsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2198
2206
|
meta?: string;
|
|
2199
2207
|
poiGroup?: string;
|
|
2200
2208
|
};
|
|
2201
|
-
signals?: {
|
|
2202
|
-
type?: string;
|
|
2203
|
-
subType?: string;
|
|
2204
|
-
id?: string;
|
|
2205
|
-
filingDate?: string;
|
|
2206
|
-
headline?: string;
|
|
2207
|
-
publishedDate?: string;
|
|
2208
|
-
}[];
|
|
2209
2209
|
}>]>;
|
|
2210
2210
|
export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.ZodObject<{
|
|
2211
2211
|
id: z.ZodString;
|
|
@@ -2790,6 +2790,14 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2790
2790
|
role?: string;
|
|
2791
2791
|
ref?: string;
|
|
2792
2792
|
}[];
|
|
2793
|
+
signals?: {
|
|
2794
|
+
type?: string;
|
|
2795
|
+
subType?: string;
|
|
2796
|
+
id?: string;
|
|
2797
|
+
filingDate?: string;
|
|
2798
|
+
headline?: string;
|
|
2799
|
+
publishedDate?: string;
|
|
2800
|
+
}[];
|
|
2793
2801
|
$organizations?: string;
|
|
2794
2802
|
allSectors?: string;
|
|
2795
2803
|
reportDate?: string;
|
|
@@ -2892,14 +2900,6 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2892
2900
|
meta?: string;
|
|
2893
2901
|
poiGroup?: string;
|
|
2894
2902
|
};
|
|
2895
|
-
signals?: {
|
|
2896
|
-
type?: string;
|
|
2897
|
-
subType?: string;
|
|
2898
|
-
id?: string;
|
|
2899
|
-
filingDate?: string;
|
|
2900
|
-
headline?: string;
|
|
2901
|
-
publishedDate?: string;
|
|
2902
|
-
}[];
|
|
2903
2903
|
}, {
|
|
2904
2904
|
sectors?: {
|
|
2905
2905
|
id?: string;
|
|
@@ -2937,6 +2937,14 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
2937
2937
|
role?: string;
|
|
2938
2938
|
ref?: string;
|
|
2939
2939
|
}[];
|
|
2940
|
+
signals?: {
|
|
2941
|
+
type?: string;
|
|
2942
|
+
subType?: string;
|
|
2943
|
+
id?: string;
|
|
2944
|
+
filingDate?: string;
|
|
2945
|
+
headline?: string;
|
|
2946
|
+
publishedDate?: string;
|
|
2947
|
+
}[];
|
|
2940
2948
|
$organizations?: string;
|
|
2941
2949
|
allSectors?: string;
|
|
2942
2950
|
reportDate?: string;
|
|
@@ -3039,14 +3047,6 @@ export declare const queueDetailsUnionSchema: z.ZodDiscriminatedUnion<"schema",
|
|
|
3039
3047
|
meta?: string;
|
|
3040
3048
|
poiGroup?: string;
|
|
3041
3049
|
};
|
|
3042
|
-
signals?: {
|
|
3043
|
-
type?: string;
|
|
3044
|
-
subType?: string;
|
|
3045
|
-
id?: string;
|
|
3046
|
-
filingDate?: string;
|
|
3047
|
-
headline?: string;
|
|
3048
|
-
publishedDate?: string;
|
|
3049
|
-
}[];
|
|
3050
3050
|
}>]>;
|
|
3051
3051
|
export { baseQueueSchema, euQueueDetailsSchema, usQueueDetailsSchema, euQueueListSchema, usQueueListSchema, };
|
|
3052
3052
|
export type QueueDetailsType = z.infer<typeof queueDetailsSchema>;
|
|
@@ -6018,6 +6018,14 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6018
6018
|
role?: string;
|
|
6019
6019
|
ref?: string;
|
|
6020
6020
|
}[];
|
|
6021
|
+
signals?: {
|
|
6022
|
+
type?: string;
|
|
6023
|
+
subType?: string;
|
|
6024
|
+
id?: string;
|
|
6025
|
+
filingDate?: string;
|
|
6026
|
+
headline?: string;
|
|
6027
|
+
publishedDate?: string;
|
|
6028
|
+
}[];
|
|
6021
6029
|
$organizations?: string;
|
|
6022
6030
|
allSectors?: string;
|
|
6023
6031
|
audiences?: {
|
|
@@ -6144,14 +6152,6 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6144
6152
|
meta?: string;
|
|
6145
6153
|
poiGroup?: string;
|
|
6146
6154
|
};
|
|
6147
|
-
signals?: {
|
|
6148
|
-
type?: string;
|
|
6149
|
-
subType?: string;
|
|
6150
|
-
id?: string;
|
|
6151
|
-
filingDate?: string;
|
|
6152
|
-
headline?: string;
|
|
6153
|
-
publishedDate?: string;
|
|
6154
|
-
}[];
|
|
6155
6155
|
queueDataSetType?: string;
|
|
6156
6156
|
regions?: {
|
|
6157
6157
|
id?: string;
|
|
@@ -6198,6 +6198,14 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6198
6198
|
role?: string;
|
|
6199
6199
|
ref?: string;
|
|
6200
6200
|
}[];
|
|
6201
|
+
signals?: {
|
|
6202
|
+
type?: string;
|
|
6203
|
+
subType?: string;
|
|
6204
|
+
id?: string;
|
|
6205
|
+
filingDate?: string;
|
|
6206
|
+
headline?: string;
|
|
6207
|
+
publishedDate?: string;
|
|
6208
|
+
}[];
|
|
6201
6209
|
$organizations?: string;
|
|
6202
6210
|
allSectors?: string;
|
|
6203
6211
|
audiences?: {
|
|
@@ -6324,14 +6332,6 @@ export declare const usQueueAPISchema: z.ZodObject<{
|
|
|
6324
6332
|
meta?: string;
|
|
6325
6333
|
poiGroup?: string;
|
|
6326
6334
|
};
|
|
6327
|
-
signals?: {
|
|
6328
|
-
type?: string;
|
|
6329
|
-
subType?: string;
|
|
6330
|
-
id?: string;
|
|
6331
|
-
filingDate?: string;
|
|
6332
|
-
headline?: string;
|
|
6333
|
-
publishedDate?: string;
|
|
6334
|
-
}[];
|
|
6335
6335
|
queueDataSetType?: string;
|
|
6336
6336
|
regions?: {
|
|
6337
6337
|
id?: string;
|
|
@@ -7219,6 +7219,14 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7219
7219
|
role?: string;
|
|
7220
7220
|
ref?: string;
|
|
7221
7221
|
}[];
|
|
7222
|
+
signals?: {
|
|
7223
|
+
type?: string;
|
|
7224
|
+
subType?: string;
|
|
7225
|
+
id?: string;
|
|
7226
|
+
filingDate?: string;
|
|
7227
|
+
headline?: string;
|
|
7228
|
+
publishedDate?: string;
|
|
7229
|
+
}[];
|
|
7222
7230
|
$organizations?: string;
|
|
7223
7231
|
allSectors?: string;
|
|
7224
7232
|
audiences?: {
|
|
@@ -7345,14 +7353,6 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7345
7353
|
meta?: string;
|
|
7346
7354
|
poiGroup?: string;
|
|
7347
7355
|
};
|
|
7348
|
-
signals?: {
|
|
7349
|
-
type?: string;
|
|
7350
|
-
subType?: string;
|
|
7351
|
-
id?: string;
|
|
7352
|
-
filingDate?: string;
|
|
7353
|
-
headline?: string;
|
|
7354
|
-
publishedDate?: string;
|
|
7355
|
-
}[];
|
|
7356
7356
|
queueDataSetType?: string;
|
|
7357
7357
|
regions?: {
|
|
7358
7358
|
id?: string;
|
|
@@ -7399,6 +7399,14 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7399
7399
|
role?: string;
|
|
7400
7400
|
ref?: string;
|
|
7401
7401
|
}[];
|
|
7402
|
+
signals?: {
|
|
7403
|
+
type?: string;
|
|
7404
|
+
subType?: string;
|
|
7405
|
+
id?: string;
|
|
7406
|
+
filingDate?: string;
|
|
7407
|
+
headline?: string;
|
|
7408
|
+
publishedDate?: string;
|
|
7409
|
+
}[];
|
|
7402
7410
|
$organizations?: string;
|
|
7403
7411
|
allSectors?: string;
|
|
7404
7412
|
audiences?: {
|
|
@@ -7525,14 +7533,6 @@ export declare const queueAPISchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7525
7533
|
meta?: string;
|
|
7526
7534
|
poiGroup?: string;
|
|
7527
7535
|
};
|
|
7528
|
-
signals?: {
|
|
7529
|
-
type?: string;
|
|
7530
|
-
subType?: string;
|
|
7531
|
-
id?: string;
|
|
7532
|
-
filingDate?: string;
|
|
7533
|
-
headline?: string;
|
|
7534
|
-
publishedDate?: string;
|
|
7535
|
-
}[];
|
|
7536
7536
|
queueDataSetType?: string;
|
|
7537
7537
|
regions?: {
|
|
7538
7538
|
id?: string;
|
|
@@ -8110,6 +8110,14 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8110
8110
|
role?: string;
|
|
8111
8111
|
ref?: string;
|
|
8112
8112
|
}[];
|
|
8113
|
+
signals?: {
|
|
8114
|
+
type?: string;
|
|
8115
|
+
subType?: string;
|
|
8116
|
+
id?: string;
|
|
8117
|
+
filingDate?: string;
|
|
8118
|
+
headline?: string;
|
|
8119
|
+
publishedDate?: string;
|
|
8120
|
+
}[];
|
|
8113
8121
|
$organizations?: string;
|
|
8114
8122
|
allSectors?: string;
|
|
8115
8123
|
audiences?: {
|
|
@@ -8236,14 +8244,6 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8236
8244
|
meta?: string;
|
|
8237
8245
|
poiGroup?: string;
|
|
8238
8246
|
};
|
|
8239
|
-
signals?: {
|
|
8240
|
-
type?: string;
|
|
8241
|
-
subType?: string;
|
|
8242
|
-
id?: string;
|
|
8243
|
-
filingDate?: string;
|
|
8244
|
-
headline?: string;
|
|
8245
|
-
publishedDate?: string;
|
|
8246
|
-
}[];
|
|
8247
8247
|
queueDataSetType?: string;
|
|
8248
8248
|
regions?: {
|
|
8249
8249
|
id?: string;
|
|
@@ -8290,6 +8290,14 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8290
8290
|
role?: string;
|
|
8291
8291
|
ref?: string;
|
|
8292
8292
|
}[];
|
|
8293
|
+
signals?: {
|
|
8294
|
+
type?: string;
|
|
8295
|
+
subType?: string;
|
|
8296
|
+
id?: string;
|
|
8297
|
+
filingDate?: string;
|
|
8298
|
+
headline?: string;
|
|
8299
|
+
publishedDate?: string;
|
|
8300
|
+
}[];
|
|
8293
8301
|
$organizations?: string;
|
|
8294
8302
|
allSectors?: string;
|
|
8295
8303
|
audiences?: {
|
|
@@ -8416,14 +8424,6 @@ export declare const queueAPIUnionSchema: z.ZodDiscriminatedUnion<"schema", [z.Z
|
|
|
8416
8424
|
meta?: string;
|
|
8417
8425
|
poiGroup?: string;
|
|
8418
8426
|
};
|
|
8419
|
-
signals?: {
|
|
8420
|
-
type?: string;
|
|
8421
|
-
subType?: string;
|
|
8422
|
-
id?: string;
|
|
8423
|
-
filingDate?: string;
|
|
8424
|
-
headline?: string;
|
|
8425
|
-
publishedDate?: string;
|
|
8426
|
-
}[];
|
|
8427
8427
|
queueDataSetType?: string;
|
|
8428
8428
|
regions?: {
|
|
8429
8429
|
id?: string;
|
|
@@ -496,6 +496,7 @@ export declare const SignalSchema: z.ZodObject<{
|
|
|
496
496
|
epc: z.ZodOptional<z.ZodNumber>;
|
|
497
497
|
developer: z.ZodOptional<z.ZodNumber>;
|
|
498
498
|
intels: z.ZodOptional<z.ZodNumber>;
|
|
499
|
+
signals: z.ZodOptional<z.ZodNumber>;
|
|
499
500
|
}, "strip", z.ZodTypeAny, {
|
|
500
501
|
keyPeople?: number;
|
|
501
502
|
offtaker?: number;
|
|
@@ -508,6 +509,7 @@ export declare const SignalSchema: z.ZodObject<{
|
|
|
508
509
|
epc?: number;
|
|
509
510
|
developer?: number;
|
|
510
511
|
intels?: number;
|
|
512
|
+
signals?: number;
|
|
511
513
|
}, {
|
|
512
514
|
keyPeople?: number;
|
|
513
515
|
offtaker?: number;
|
|
@@ -520,6 +522,7 @@ export declare const SignalSchema: z.ZodObject<{
|
|
|
520
522
|
epc?: number;
|
|
521
523
|
developer?: number;
|
|
522
524
|
intels?: number;
|
|
525
|
+
signals?: number;
|
|
523
526
|
}>, {
|
|
524
527
|
keyPeople?: number;
|
|
525
528
|
offtaker?: number;
|
|
@@ -532,6 +535,7 @@ export declare const SignalSchema: z.ZodObject<{
|
|
|
532
535
|
epc?: number;
|
|
533
536
|
developer?: number;
|
|
534
537
|
intels?: number;
|
|
538
|
+
signals?: number;
|
|
535
539
|
}, {
|
|
536
540
|
keyPeople?: number;
|
|
537
541
|
offtaker?: number;
|
|
@@ -544,6 +548,7 @@ export declare const SignalSchema: z.ZodObject<{
|
|
|
544
548
|
epc?: number;
|
|
545
549
|
developer?: number;
|
|
546
550
|
intels?: number;
|
|
551
|
+
signals?: number;
|
|
547
552
|
}>>;
|
|
548
553
|
type: z.ZodOptional<z.ZodObject<{
|
|
549
554
|
identifier: z.ZodString;
|
|
@@ -729,6 +734,7 @@ export declare const SignalSchema: z.ZodObject<{
|
|
|
729
734
|
epc?: number;
|
|
730
735
|
developer?: number;
|
|
731
736
|
intels?: number;
|
|
737
|
+
signals?: number;
|
|
732
738
|
};
|
|
733
739
|
}, {
|
|
734
740
|
type?: {
|
|
@@ -904,6 +910,7 @@ export declare const SignalSchema: z.ZodObject<{
|
|
|
904
910
|
epc?: number;
|
|
905
911
|
developer?: number;
|
|
906
912
|
intels?: number;
|
|
913
|
+
signals?: number;
|
|
907
914
|
};
|
|
908
915
|
}>;
|
|
909
916
|
export type Signal = z.infer<typeof SignalSchema>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LocalePreference = void 0;
|
|
4
|
+
var LocalePreference;
|
|
5
|
+
(function (LocalePreference) {
|
|
6
|
+
LocalePreference["US"] = "US_FORMAT";
|
|
7
|
+
LocalePreference["INTL"] = "INTL_FORMAT";
|
|
8
|
+
LocalePreference["DEFAULT"] = "US_FORMAT";
|
|
9
|
+
})(LocalePreference || (exports.LocalePreference = LocalePreference = {}));
|
|
10
|
+
//# sourceMappingURL=userLocalePreference.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userLocalePreference.js","sourceRoot":"","sources":["../../../../../packages/client-frontends-shared-types/src/lib/userLocalePreference.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,oCAAgB,CAAA;IAChB,wCAAoB,CAAA;IACpB,yCAA6B,CAAA;AAC/B,CAAC,EAJW,gBAAgB,gCAAhB,gBAAgB,QAI3B"}
|