@gen3/core 0.10.94 → 0.10.97
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/dist/cjs/index.js +631 -126
- package/dist/cjs/index.js.map +1 -1
- package/dist/dts/constants.d.ts +1 -0
- package/dist/dts/constants.d.ts.map +1 -1
- package/dist/dts/features/authz/authzMappingSlice.d.ts +463 -31
- package/dist/dts/features/authz/authzMappingSlice.d.ts.map +1 -1
- package/dist/dts/features/authz/index.d.ts +2 -2
- package/dist/dts/features/authz/index.d.ts.map +1 -1
- package/dist/dts/features/authz/types.d.ts +17 -0
- package/dist/dts/features/authz/types.d.ts.map +1 -1
- package/dist/dts/features/cohort/cohortSlice.d.ts +152 -77
- package/dist/dts/features/cohort/cohortSlice.d.ts.map +1 -1
- package/dist/dts/features/cohort/index.d.ts +2 -2
- package/dist/dts/features/cohort/index.d.ts.map +1 -1
- package/dist/dts/features/cohort/reducers.d.ts +2 -2
- package/dist/dts/features/cohort/utils.d.ts +2 -0
- package/dist/dts/features/cohort/utils.d.ts.map +1 -0
- package/dist/dts/features/dataLibrary/index.d.ts +1 -1
- package/dist/dts/features/dataLibrary/index.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/storage/types.d.ts +1 -5
- package/dist/dts/features/dataLibrary/storage/types.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/useDataLibrary.d.ts +1 -1
- package/dist/dts/features/dataLibrary/useDataLibrary.d.ts.map +1 -1
- package/dist/dts/features/fence/utils.d.ts.map +1 -1
- package/dist/dts/features/filters/filters.d.ts +17 -0
- package/dist/dts/features/filters/filters.d.ts.map +1 -1
- package/dist/dts/features/filters/index.d.ts +2 -2
- package/dist/dts/features/filters/index.d.ts.map +1 -1
- package/dist/dts/features/filters/tests/filters.unit.test.d.ts +2 -0
- package/dist/dts/features/filters/tests/filters.unit.test.d.ts.map +1 -0
- package/dist/dts/features/filters/types.d.ts +4 -1
- package/dist/dts/features/filters/types.d.ts.map +1 -1
- package/dist/dts/features/gen3/gen3Api.d.ts.map +1 -1
- package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts +4 -8
- package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts.map +1 -1
- package/dist/dts/features/guppy/guppySlice.d.ts +189 -2
- package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
- package/dist/dts/features/guppy/index.d.ts +2 -0
- package/dist/dts/features/guppy/index.d.ts.map +1 -1
- package/dist/dts/features/guppy/processing.d.ts +20 -0
- package/dist/dts/features/guppy/processing.d.ts.map +1 -0
- package/dist/dts/features/guppy/tests/processing.unit.test.d.ts +2 -0
- package/dist/dts/features/guppy/tests/processing.unit.test.d.ts.map +1 -0
- package/dist/dts/features/requestor/index.d.ts +5 -0
- package/dist/dts/features/requestor/index.d.ts.map +1 -0
- package/dist/dts/features/requestor/remoteSupport/index.d.ts +5 -0
- package/dist/dts/features/requestor/remoteSupport/index.d.ts.map +1 -0
- package/dist/dts/features/requestor/remoteSupport/registerDefaultRemoteSupport.d.ts +2 -0
- package/dist/dts/features/requestor/remoteSupport/registerDefaultRemoteSupport.d.ts.map +1 -0
- package/dist/dts/features/requestor/remoteSupport/registeredRemoteSupportServices.d.ts +48 -0
- package/dist/dts/features/requestor/remoteSupport/registeredRemoteSupportServices.d.ts.map +1 -0
- package/dist/dts/features/requestor/remoteSupport/types.d.ts +12 -0
- package/dist/dts/features/requestor/remoteSupport/types.d.ts.map +1 -0
- package/dist/dts/features/requestor/remoteSupport/zenDesk.d.ts +5 -0
- package/dist/dts/features/requestor/remoteSupport/zenDesk.d.ts.map +1 -0
- package/dist/dts/features/requestor/requestorSlice.d.ts +870 -0
- package/dist/dts/features/requestor/requestorSlice.d.ts.map +1 -0
- package/dist/dts/features/user/index.d.ts +2 -2
- package/dist/dts/features/user/index.d.ts.map +1 -1
- package/dist/dts/features/user/userSliceRTK.d.ts +171 -4
- package/dist/dts/features/user/userSliceRTK.d.ts.map +1 -1
- package/dist/dts/hooks.d.ts +2 -2
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/reducers.d.ts +3 -3
- package/dist/dts/store.d.ts +4 -4
- package/dist/dts/types/index.d.ts +17 -6
- package/dist/dts/types/index.d.ts.map +1 -1
- package/dist/dts/utils/caseConversion.d.ts +3 -0
- package/dist/dts/utils/caseConversion.d.ts.map +1 -0
- package/dist/dts/utils/extractvalues.d.ts +1 -4
- package/dist/dts/utils/extractvalues.d.ts.map +1 -1
- package/dist/dts/utils/fetch.d.ts +1 -1
- package/dist/dts/utils/fetch.d.ts.map +1 -1
- package/dist/dts/utils/logger.d.ts +6 -0
- package/dist/dts/utils/logger.d.ts.map +1 -0
- package/dist/dts/utils/test/caseConversion.unit.test.d.ts +2 -0
- package/dist/dts/utils/test/caseConversion.unit.test.d.ts.map +1 -0
- package/dist/esm/index.js +603 -128
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +8359 -6542
- package/package.json +2 -2
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { ReactReduxContextValue } from 'react-redux';
|
|
3
3
|
import { ApiModules, BaseQueryFn } from '@reduxjs/toolkit/query/react';
|
|
4
|
-
export declare const createAppApiForRTKQ: (reducerPath: string, baseQuery?: BaseQueryFn) => {
|
|
5
|
-
useAppSelector: import("react-redux").UseSelector<
|
|
4
|
+
export declare const createAppApiForRTKQ: (reducerPath: string, name: string, version: string, additionalReducers?: (...args: any) => any, baseQuery?: BaseQueryFn) => {
|
|
5
|
+
useAppSelector: import("react-redux").UseSelector<unknown>;
|
|
6
6
|
useAppDispatch: import("react-redux").UseDispatch<import("redux").Dispatch<import("redux").UnknownAction>>;
|
|
7
7
|
useAppStore: import("react-redux").UseStore<import("redux").Store<any, import("redux").UnknownAction, unknown>>;
|
|
8
8
|
AppContext: React.Context<ReactReduxContextValue<any, import("redux").UnknownAction> | null>;
|
|
9
9
|
appApi: import("@reduxjs/toolkit/query").Api<BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta> | BaseQueryFn, {}, string, never, keyof ApiModules<any, any, any, any>>;
|
|
10
10
|
appContext: React.Context<ReactReduxContextValue<any, import("redux").UnknownAction> | null>;
|
|
11
|
-
appStore: import("@reduxjs/toolkit").EnhancedStore<{
|
|
12
|
-
|
|
13
|
-
}, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
14
|
-
dispatch: import("redux-thunk").ThunkDispatch<{
|
|
15
|
-
[x: string]: /*elided*/ any;
|
|
16
|
-
}, undefined, import("redux").UnknownAction>;
|
|
11
|
+
appStore: import("@reduxjs/toolkit").EnhancedStore<any, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
12
|
+
dispatch: import("redux-thunk").ThunkDispatch<any, undefined, import("redux").UnknownAction>;
|
|
17
13
|
}>, import("redux").StoreEnhancer]>>;
|
|
18
14
|
};
|
|
19
15
|
//# sourceMappingURL=Gen3AppRTKQ.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Gen3AppRTKQ.d.ts","sourceRoot":"","sources":["../../../../src/features/gen3Apps/Gen3AppRTKQ.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,
|
|
1
|
+
{"version":3,"file":"Gen3AppRTKQ.d.ts","sourceRoot":"","sources":["../../../../src/features/gen3Apps/Gen3AppRTKQ.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAIL,sBAAsB,EACvB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,UAAU,EAKV,WAAW,EAEZ,MAAM,8BAA8B,CAAC;AAetC,eAAO,MAAM,mBAAmB,GAC9B,aAAa,MAAM,EACnB,MAAM,MAAM,EACZ,SAAS,MAAM,EACf,qBAAqB,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,EAC1C,YAAY,WAAW;;;;;;;;;;CAsExB,CAAC"}
|
|
@@ -4,7 +4,6 @@ import { Accessibility } from '../../constants';
|
|
|
4
4
|
import { FilterSet } from '../filters';
|
|
5
5
|
import { guppyApiSliceRequest } from './guppyApi';
|
|
6
6
|
import { SharedFieldMapping } from './types';
|
|
7
|
-
export declare const processHistogramResponse: (data: Record<string, any>) => AggregationsData;
|
|
8
7
|
export interface GraphQLQuery {
|
|
9
8
|
query: string;
|
|
10
9
|
variables?: Record<string, unknown>;
|
|
@@ -53,9 +52,12 @@ interface QueryForFileCountSummaryParams {
|
|
|
53
52
|
filters: FilterSet;
|
|
54
53
|
accessibility?: Accessibility;
|
|
55
54
|
}
|
|
55
|
+
export declare const histogramQueryStrForEachField: (field: string) => string;
|
|
56
|
+
export declare const nestedHistogramQueryStrForEachField: (mainField: string, numericAggAsText: boolean) => string;
|
|
56
57
|
export declare const rawDataQueryStrForEachField: (field: string) => string;
|
|
57
58
|
export declare const useGetArrayTypes: () => import("../..").JSONValue;
|
|
58
59
|
export declare const useGetIndexFields: (index: string) => any;
|
|
60
|
+
export declare const buildGetAggregationQuery: (type: string, fields: ReadonlyArray<string>, filters: FilterSet, accessibility?: Accessibility, filterSelf?: boolean) => GraphQLQuery;
|
|
59
61
|
export declare const useGetRawDataAndTotalCountsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
60
62
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
61
63
|
originalArgs?: undefined | undefined;
|
|
@@ -1191,6 +1193,191 @@ export declare const useGetRawDataAndTotalCountsQuery: <R extends Record<string,
|
|
|
1191
1193
|
reset: () => void;
|
|
1192
1194
|
}, {
|
|
1193
1195
|
lastArg: QueryAggsParams;
|
|
1196
|
+
}], useLazyGetAggsNoFilterSelfQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1197
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1198
|
+
originalArgs?: undefined | undefined;
|
|
1199
|
+
data?: undefined | undefined;
|
|
1200
|
+
error?: undefined | undefined;
|
|
1201
|
+
requestId?: undefined | undefined;
|
|
1202
|
+
endpointName?: string | undefined;
|
|
1203
|
+
startedTimeStamp?: undefined | undefined;
|
|
1204
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
1205
|
+
} & {
|
|
1206
|
+
currentData?: AggregationsData | undefined;
|
|
1207
|
+
isUninitialized: false;
|
|
1208
|
+
isLoading: false;
|
|
1209
|
+
isFetching: false;
|
|
1210
|
+
isSuccess: false;
|
|
1211
|
+
isError: false;
|
|
1212
|
+
}, "isUninitialized"> & {
|
|
1213
|
+
isUninitialized: true;
|
|
1214
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1215
|
+
data: any;
|
|
1216
|
+
error?: undefined;
|
|
1217
|
+
} | {
|
|
1218
|
+
error: unknown;
|
|
1219
|
+
data?: undefined;
|
|
1220
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1221
|
+
currentData?: AggregationsData | undefined;
|
|
1222
|
+
isUninitialized: false;
|
|
1223
|
+
isLoading: false;
|
|
1224
|
+
isFetching: false;
|
|
1225
|
+
isSuccess: false;
|
|
1226
|
+
isError: false;
|
|
1227
|
+
}, {
|
|
1228
|
+
isLoading: true;
|
|
1229
|
+
isFetching: boolean;
|
|
1230
|
+
data: undefined;
|
|
1231
|
+
} | ({
|
|
1232
|
+
isSuccess: true;
|
|
1233
|
+
isFetching: true;
|
|
1234
|
+
error: undefined;
|
|
1235
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1236
|
+
data: any;
|
|
1237
|
+
error?: undefined;
|
|
1238
|
+
} | {
|
|
1239
|
+
error: unknown;
|
|
1240
|
+
data?: undefined;
|
|
1241
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1242
|
+
currentData?: AggregationsData | undefined;
|
|
1243
|
+
isUninitialized: false;
|
|
1244
|
+
isLoading: false;
|
|
1245
|
+
isFetching: false;
|
|
1246
|
+
isSuccess: false;
|
|
1247
|
+
isError: false;
|
|
1248
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
1249
|
+
isSuccess: true;
|
|
1250
|
+
isFetching: false;
|
|
1251
|
+
error: undefined;
|
|
1252
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1253
|
+
data: any;
|
|
1254
|
+
error?: undefined;
|
|
1255
|
+
} | {
|
|
1256
|
+
error: unknown;
|
|
1257
|
+
data?: undefined;
|
|
1258
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1259
|
+
currentData?: AggregationsData | undefined;
|
|
1260
|
+
isUninitialized: false;
|
|
1261
|
+
isLoading: false;
|
|
1262
|
+
isFetching: false;
|
|
1263
|
+
isSuccess: false;
|
|
1264
|
+
isError: false;
|
|
1265
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
1266
|
+
isError: true;
|
|
1267
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1268
|
+
data: any;
|
|
1269
|
+
error?: undefined;
|
|
1270
|
+
} | {
|
|
1271
|
+
error: unknown;
|
|
1272
|
+
data?: undefined;
|
|
1273
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1274
|
+
currentData?: AggregationsData | undefined;
|
|
1275
|
+
isUninitialized: false;
|
|
1276
|
+
isLoading: false;
|
|
1277
|
+
isFetching: false;
|
|
1278
|
+
isSuccess: false;
|
|
1279
|
+
isError: false;
|
|
1280
|
+
}, "error">>)>> & {
|
|
1281
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1282
|
+
}>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
|
|
1283
|
+
skip?: boolean;
|
|
1284
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1285
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1286
|
+
originalArgs?: undefined | undefined;
|
|
1287
|
+
data?: undefined | undefined;
|
|
1288
|
+
error?: undefined | undefined;
|
|
1289
|
+
requestId?: undefined | undefined;
|
|
1290
|
+
endpointName?: string | undefined;
|
|
1291
|
+
startedTimeStamp?: undefined | undefined;
|
|
1292
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
1293
|
+
} & {
|
|
1294
|
+
currentData?: AggregationsData | undefined;
|
|
1295
|
+
isUninitialized: false;
|
|
1296
|
+
isLoading: false;
|
|
1297
|
+
isFetching: false;
|
|
1298
|
+
isSuccess: false;
|
|
1299
|
+
isError: false;
|
|
1300
|
+
}, "isUninitialized"> & {
|
|
1301
|
+
isUninitialized: true;
|
|
1302
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1303
|
+
data: any;
|
|
1304
|
+
error?: undefined;
|
|
1305
|
+
} | {
|
|
1306
|
+
error: unknown;
|
|
1307
|
+
data?: undefined;
|
|
1308
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1309
|
+
currentData?: AggregationsData | undefined;
|
|
1310
|
+
isUninitialized: false;
|
|
1311
|
+
isLoading: false;
|
|
1312
|
+
isFetching: false;
|
|
1313
|
+
isSuccess: false;
|
|
1314
|
+
isError: false;
|
|
1315
|
+
}, {
|
|
1316
|
+
isLoading: true;
|
|
1317
|
+
isFetching: boolean;
|
|
1318
|
+
data: undefined;
|
|
1319
|
+
} | ({
|
|
1320
|
+
isSuccess: true;
|
|
1321
|
+
isFetching: true;
|
|
1322
|
+
error: undefined;
|
|
1323
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1324
|
+
data: any;
|
|
1325
|
+
error?: undefined;
|
|
1326
|
+
} | {
|
|
1327
|
+
error: unknown;
|
|
1328
|
+
data?: undefined;
|
|
1329
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1330
|
+
currentData?: AggregationsData | undefined;
|
|
1331
|
+
isUninitialized: false;
|
|
1332
|
+
isLoading: false;
|
|
1333
|
+
isFetching: false;
|
|
1334
|
+
isSuccess: false;
|
|
1335
|
+
isError: false;
|
|
1336
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
1337
|
+
isSuccess: true;
|
|
1338
|
+
isFetching: false;
|
|
1339
|
+
error: undefined;
|
|
1340
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1341
|
+
data: any;
|
|
1342
|
+
error?: undefined;
|
|
1343
|
+
} | {
|
|
1344
|
+
error: unknown;
|
|
1345
|
+
data?: undefined;
|
|
1346
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1347
|
+
currentData?: AggregationsData | undefined;
|
|
1348
|
+
isUninitialized: false;
|
|
1349
|
+
isLoading: false;
|
|
1350
|
+
isFetching: false;
|
|
1351
|
+
isSuccess: false;
|
|
1352
|
+
isError: false;
|
|
1353
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
1354
|
+
isError: true;
|
|
1355
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1356
|
+
data: any;
|
|
1357
|
+
error?: undefined;
|
|
1358
|
+
} | {
|
|
1359
|
+
error: unknown;
|
|
1360
|
+
data?: undefined;
|
|
1361
|
+
}>, never, AggregationsData, "guppy">> & {
|
|
1362
|
+
currentData?: AggregationsData | undefined;
|
|
1363
|
+
isUninitialized: false;
|
|
1364
|
+
isLoading: false;
|
|
1365
|
+
isFetching: false;
|
|
1366
|
+
isSuccess: false;
|
|
1367
|
+
isError: false;
|
|
1368
|
+
}, "error">>)>> & {
|
|
1369
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1370
|
+
}) => R) | undefined;
|
|
1371
|
+
}, "skip">) | undefined) => [(arg: QueryAggsParams, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<QueryAggsParams, (query: guppyApiSliceRequest, api: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
1372
|
+
data: any;
|
|
1373
|
+
error?: undefined;
|
|
1374
|
+
} | {
|
|
1375
|
+
error: unknown;
|
|
1376
|
+
data?: undefined;
|
|
1377
|
+
}>, never, AggregationsData, "guppy">>, [R][R extends any ? 0 : never] & {
|
|
1378
|
+
reset: () => void;
|
|
1379
|
+
}, {
|
|
1380
|
+
lastArg: QueryAggsParams;
|
|
1194
1381
|
}], useGetSubAggsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1195
1382
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1196
1383
|
originalArgs?: undefined | undefined;
|
|
@@ -2021,7 +2208,7 @@ export declare const useGetRawDataAndTotalCountsQuery: <R extends Record<string,
|
|
|
2021
2208
|
isError: false;
|
|
2022
2209
|
}, "error">>)>> & {
|
|
2023
2210
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2024
|
-
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken
|
|
2211
|
+
}>(arg: string[] | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
2025
2212
|
skip?: boolean;
|
|
2026
2213
|
refetchOnMountOrArgChange?: boolean | number;
|
|
2027
2214
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guppySlice.d.ts","sourceRoot":"","sources":["../../../../src/features/guppy/guppySlice.ts"],"names":[],"mappings":"AAAA,OAAe,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAkB,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"guppySlice.d.ts","sourceRoot":"","sources":["../../../../src/features/guppy/guppySlice.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,5 +3,7 @@ export * from './guppySlice';
|
|
|
3
3
|
import { downloadFromGuppyToBlob, downloadJSONDataFromGuppy, groupSharedFields } from './utils';
|
|
4
4
|
import { useDownloadFromGuppyMutation } from './guppyDownloadSlice';
|
|
5
5
|
export * from './types';
|
|
6
|
+
export * from './processing';
|
|
6
7
|
export { downloadFromGuppyToBlob, downloadJSONDataFromGuppy, useDownloadFromGuppyMutation, groupSharedFields, };
|
|
8
|
+
export { processHistogramResponse } from './processing';
|
|
7
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/guppy/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,OAAO,EACL,uBAAuB,EACvB,yBAAyB,EACzB,iBAAiB,EAClB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,cAAc,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/guppy/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,OAAO,EACL,uBAAuB,EACvB,yBAAyB,EACzB,iBAAiB,EAClB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAE7B,OAAO,EACL,uBAAuB,EACvB,yBAAyB,EACzB,4BAA4B,EAC5B,iBAAiB,GAClB,CAAC;AACF,OAAO,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AggregationsData } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* Processes the histogram data from the given input object and returns an aggregated data object.
|
|
4
|
+
*
|
|
5
|
+
* @param {Record<string, unknown>} data - The input data object containing histogram information.
|
|
6
|
+
* @returns {AggregationsData} An object containing the processed histogram data, structured as key-value pairs.
|
|
7
|
+
*/
|
|
8
|
+
export declare const processHistogramResponse: (data: Record<string, unknown>) => AggregationsData;
|
|
9
|
+
/**
|
|
10
|
+
* Adjusts histogram data in the provided object by rounding counts below a specified minimum value.
|
|
11
|
+
*
|
|
12
|
+
* This function traverses the input object for histogram data and updates it such that all count values
|
|
13
|
+
* falling below the defined `minValue` are set to `-1`. By default, the `minValue` is set to `100`.
|
|
14
|
+
*
|
|
15
|
+
* @param {Record<string, unknown>} origData - The original input data containing histogram structures to modify.
|
|
16
|
+
* @param {number} [minValue=100] - The minimum value of histogram counts. Counts below this value are replaced with `-1`.
|
|
17
|
+
* @returns {Record<string, unknown>} - A new object containing the modified histogram data while preserving other properties.
|
|
18
|
+
*/
|
|
19
|
+
export declare const roundHistogramResponse: (origData: Record<string, unknown>, minValue?: number) => Record<string, unknown>;
|
|
20
|
+
//# sourceMappingURL=processing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"processing.d.ts","sourceRoot":"","sources":["../../../../src/features/guppy/processing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,GACnC,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC5B,gBA2BF,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,sBAAsB,GACjC,UAAU,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACjC,WAAU,MAAY,KACrB,MAAM,CAAC,MAAM,EAAE,OAAO,CA0BxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"processing.unit.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/guppy/tests/processing.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type RemoteSupportConfiguration, type RemoteSupportRequestAction, MissingServiceConfigurationError } from './remoteSupport/types';
|
|
2
|
+
import { getRemoteSupportServiceRegistry, registerDefaultRemoteSupport } from './remoteSupport';
|
|
3
|
+
export * from './requestorSlice';
|
|
4
|
+
export { type RemoteSupportConfiguration, type RemoteSupportRequestAction, MissingServiceConfigurationError, getRemoteSupportServiceRegistry, registerDefaultRemoteSupport, };
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/requestor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,gCAAgC,EACjC,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,+BAA+B,EAC/B,4BAA4B,EAC7B,MAAM,iBAAiB,CAAC;AAEzB,cAAc,kBAAkB,CAAC;AAEjC,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,gCAAgC,EAChC,+BAA+B,EAC/B,4BAA4B,GAC7B,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type RemoteSupportRequest, type MissingServiceConfigurationError } from './types';
|
|
2
|
+
import { getRemoteSupportServiceRegistry } from './registeredRemoteSupportServices';
|
|
3
|
+
import { registerDefaultRemoteSupport } from './registerDefaultRemoteSupport';
|
|
4
|
+
export { type RemoteSupportRequest, type MissingServiceConfigurationError, getRemoteSupportServiceRegistry, registerDefaultRemoteSupport, };
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/requestor/remoteSupport/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,gCAAgC,EACtC,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,gCAAgC,EACrC,+BAA+B,EAC/B,4BAA4B,GAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registerDefaultRemoteSupport.d.ts","sourceRoot":"","sources":["../../../../../src/features/requestor/remoteSupport/registerDefaultRemoteSupport.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,4BAA4B,YAGxC,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { RemoteSupportRequestAction } from './types';
|
|
2
|
+
import { Logger } from '../../../utils/logger';
|
|
3
|
+
export declare class RemoteSupportServiceRegistry {
|
|
4
|
+
private services;
|
|
5
|
+
private logger;
|
|
6
|
+
constructor(logger?: Logger);
|
|
7
|
+
/**
|
|
8
|
+
* Register a remote support service
|
|
9
|
+
* @param serviceName - Unique identifier for the service
|
|
10
|
+
* @param action - The action function to execute for this service
|
|
11
|
+
* @throws Error if serviceName or action is invalid
|
|
12
|
+
*/
|
|
13
|
+
registerService(serviceName: string, action: RemoteSupportRequestAction): void;
|
|
14
|
+
/**
|
|
15
|
+
* Get a registered service action
|
|
16
|
+
* @param serviceName - The service identifier
|
|
17
|
+
* @returns The registered action or default action if not found
|
|
18
|
+
*/
|
|
19
|
+
getSupportService(serviceName: string): RemoteSupportRequestAction;
|
|
20
|
+
/**
|
|
21
|
+
* Check if a service is registered
|
|
22
|
+
* @param serviceName - The service identifier
|
|
23
|
+
* @returns true if service is registered
|
|
24
|
+
*/
|
|
25
|
+
hasService(serviceName: string): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Get all registered service names
|
|
28
|
+
* @returns Array of registered service names
|
|
29
|
+
*/
|
|
30
|
+
getRegisteredServices(): string[];
|
|
31
|
+
/**
|
|
32
|
+
* Unregister a service
|
|
33
|
+
* @param serviceName - The service identifier
|
|
34
|
+
* @returns true if service was removed, false if it wasn't registered
|
|
35
|
+
*/
|
|
36
|
+
unregisterService(serviceName: string): boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Clear all registered services
|
|
39
|
+
*/
|
|
40
|
+
clear(): void;
|
|
41
|
+
/**
|
|
42
|
+
* Get the number of registered services
|
|
43
|
+
*/
|
|
44
|
+
size(): number;
|
|
45
|
+
}
|
|
46
|
+
export declare function getRemoteSupportServiceRegistry(logger?: Logger): RemoteSupportServiceRegistry;
|
|
47
|
+
export declare function resetDefaultRegistry(): void;
|
|
48
|
+
//# sourceMappingURL=registeredRemoteSupportServices.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registeredRemoteSupportServices.d.ts","sourceRoot":"","sources":["../../../../../src/features/requestor/remoteSupport/registeredRemoteSupportServices.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,0BAA0B,EAC3B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAiB,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAM9D,qBAAa,4BAA4B;IACvC,OAAO,CAAC,QAAQ,CAAiD;IACjE,OAAO,CAAC,MAAM,CAAS;gBAEX,MAAM,GAAE,MAAsB;IAI1C;;;;;OAKG;IACI,eAAe,CACpB,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,0BAA0B,GACjC,IAAI;IAkBP;;;;OAIG;IACI,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,0BAA0B;IAkBzE;;;;OAIG;IACI,UAAU,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO;IAI/C;;;OAGG;IACI,qBAAqB,IAAI,MAAM,EAAE;IAIxC;;;;OAIG;IACI,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO;IAItD;;OAEG;IACI,KAAK,IAAI,IAAI;IAIpB;;OAEG;IACI,IAAI,IAAI,MAAM;CAGtB;AAID,wBAAgB,+BAA+B,CAC7C,MAAM,CAAC,EAAE,MAAM,GACd,4BAA4B,CAK9B;AAED,wBAAgB,oBAAoB,IAAI,IAAI,CAE3C"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface RemoteSupportRequest {
|
|
2
|
+
subject: string;
|
|
3
|
+
fullName: string;
|
|
4
|
+
email: string;
|
|
5
|
+
contents: string;
|
|
6
|
+
}
|
|
7
|
+
export type RemoteSupportConfiguration = Record<string, string>;
|
|
8
|
+
export type RemoteSupportRequestAction = (requestData: RemoteSupportRequest, configuration: RemoteSupportConfiguration) => Promise<void>;
|
|
9
|
+
export declare class MissingServiceConfigurationError extends Error {
|
|
10
|
+
constructor(serviceName: string);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/features/requestor/remoteSupport/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAEhE,MAAM,MAAM,0BAA0B,GAAG,CACvC,WAAW,EAAE,oBAAoB,EACjC,aAAa,EAAE,0BAA0B,KACtC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,qBAAa,gCAAiC,SAAQ,KAAK;gBAC7C,WAAW,EAAE,MAAM;CAIhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zenDesk.d.ts","sourceRoot":"","sources":["../../../../../src/features/requestor/remoteSupport/zenDesk.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,0BAA0B,EAC3B,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,0BAA0B,MAAM,CAAC;AAC9C,eAAO,MAAM,cAAc,QAEa,CAAC;AAEzC,eAAO,MAAM,mBAAmB,EAAE,0BAoDjC,CAAC"}
|