@gen3/core 0.10.79 → 0.10.81
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 +681 -444
- package/dist/cjs/index.js.map +1 -1
- package/dist/dts/constants.d.ts.map +1 -1
- package/dist/dts/dataAccess.d.ts.map +1 -1
- package/dist/dts/features/cohort/cohortSlice.d.ts.map +1 -1
- package/dist/dts/features/cohort/filterCombineModeSlice.d.ts +12 -0
- package/dist/dts/features/cohort/filterCombineModeSlice.d.ts.map +1 -0
- package/dist/dts/features/cohort/filterExpandSlice.d.ts +15 -0
- package/dist/dts/features/cohort/filterExpandSlice.d.ts.map +1 -0
- package/dist/dts/features/cohort/index.d.ts +6 -2
- package/dist/dts/features/cohort/index.d.ts.map +1 -1
- package/dist/dts/features/cohort/reducers.d.ts +20 -0
- package/dist/dts/features/cohort/reducers.d.ts.map +1 -0
- package/dist/dts/features/cohort/sharedFiltersSlice.d.ts +17 -0
- package/dist/dts/features/cohort/sharedFiltersSlice.d.ts.map +1 -0
- package/dist/dts/features/cohort/types.d.ts +1 -0
- package/dist/dts/features/cohort/types.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/dataLibraryIndexDB.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/dataLibrarySelectionSlice.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/types.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/useDataLibrary.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/utils.d.ts.map +1 -1
- package/dist/dts/features/drsResolver/drsHostnameSlice.d.ts.map +1 -1
- package/dist/dts/features/drsResolver/resolvers/cachedDRSResolver.d.ts.map +1 -1
- package/dist/dts/features/drsResolver/resolvers/dataGUIDSDotOrg.d.ts.map +1 -1
- package/dist/dts/features/drsResolver/utils.d.ts.map +1 -1
- package/dist/dts/features/fence/credentialsApi.d.ts.map +1 -1
- package/dist/dts/features/fence/fenceApi.d.ts +270 -1
- package/dist/dts/features/fence/fenceApi.d.ts.map +1 -1
- package/dist/dts/features/fence/index.d.ts +2 -2
- package/dist/dts/features/fence/index.d.ts.map +1 -1
- package/dist/dts/features/fence/utils.d.ts +1 -0
- package/dist/dts/features/fence/utils.d.ts.map +1 -1
- package/dist/dts/features/filters/filters.d.ts +2 -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/types.d.ts +4 -0
- package/dist/dts/features/filters/types.d.ts.map +1 -1
- package/dist/dts/features/filters/utils.d.ts.map +1 -1
- package/dist/dts/features/gen3/index.d.ts.map +1 -1
- package/dist/dts/features/gen3Apps/Gen3App.d.ts.map +1 -1
- package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts.map +1 -1
- package/dist/dts/features/gen3Apps/gen3AppRegistry.d.ts.map +1 -1
- package/dist/dts/features/gen3Apps/gen3AppsSlice.d.ts.map +1 -1
- package/dist/dts/features/guppy/guppySlice.d.ts +373 -0
- package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
- package/dist/dts/features/guppy/index.d.ts +2 -2
- package/dist/dts/features/guppy/index.d.ts.map +1 -1
- package/dist/dts/features/guppy/tests/grouping.unit.test.d.ts +2 -0
- package/dist/dts/features/guppy/tests/grouping.unit.test.d.ts.map +1 -0
- package/dist/dts/features/guppy/types.d.ts +6 -0
- package/dist/dts/features/guppy/types.d.ts.map +1 -1
- package/dist/dts/features/guppy/utils.d.ts +2 -1
- package/dist/dts/features/guppy/utils.d.ts.map +1 -1
- package/dist/dts/features/modals/modalsSlice.d.ts.map +1 -1
- package/dist/dts/features/submission/authMappingUtils.d.ts.map +1 -1
- package/dist/dts/features/user/hooks.d.ts +10 -14
- package/dist/dts/features/user/hooks.d.ts.map +1 -1
- package/dist/dts/features/user/userSlice.d.ts.map +1 -1
- package/dist/dts/features/user/userSliceRTK.d.ts +30 -3
- package/dist/dts/features/user/userSliceRTK.d.ts.map +1 -1
- package/dist/dts/features/user/utils.d.ts.map +1 -1
- package/dist/dts/features/workspace/utils.d.ts.map +1 -1
- package/dist/dts/features/workspace/workspaceSlice.d.ts.map +1 -1
- package/dist/dts/hooks.d.ts +20 -2
- package/dist/dts/hooks.d.ts.map +1 -1
- package/dist/dts/reducers.d.ts +29 -2
- package/dist/dts/reducers.d.ts.map +1 -1
- package/dist/dts/store.d.ts +40 -4
- package/dist/dts/store.d.ts.map +1 -1
- package/dist/dts/types/index.d.ts.map +1 -1
- package/dist/dts/utils/extractvalues.d.ts.map +1 -1
- package/dist/dts/utils/fetch.d.ts +21 -2
- package/dist/dts/utils/fetch.d.ts.map +1 -1
- package/dist/dts/utils/index.d.ts +2 -2
- package/dist/dts/utils/index.d.ts.map +1 -1
- package/dist/dts/utils/time.d.ts.map +1 -1
- package/dist/dts/utils/ts-utils.d.ts.map +1 -1
- package/dist/dts/utils/url.d.ts.map +1 -1
- package/dist/esm/index.js +664 -444
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +5200 -4656
- package/package.json +2 -3
- package/LICENSE +0 -201
- package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts +0 -1
- package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts.map +0 -1
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
import { FileMetadata } from './types';
|
|
1
|
+
import { ExternalProvider, FileMetadata } from './types';
|
|
2
2
|
interface FederatedLoginStatusParams {
|
|
3
3
|
selectedFiles: ReadonlyArray<FileMetadata>;
|
|
4
4
|
}
|
|
5
|
-
declare const useGetFederatedLoginStatus: ({ selectedFiles, }: FederatedLoginStatusParams) =>
|
|
6
|
-
|
|
7
|
-
data
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
} |
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
error: undefined;
|
|
15
|
-
providersToAuthenticate: import("./types").ExternalProvider[];
|
|
16
|
-
missingProviders: import("./types").ExternalProvider[];
|
|
17
|
-
}>;
|
|
5
|
+
declare const useGetFederatedLoginStatus: ({ selectedFiles, }: FederatedLoginStatusParams) => {
|
|
6
|
+
isLoading: boolean;
|
|
7
|
+
data: {
|
|
8
|
+
providersToAuthenticate?: ExternalProvider[];
|
|
9
|
+
missingProviders?: ExternalProvider[];
|
|
10
|
+
error?: Error;
|
|
11
|
+
} | null;
|
|
12
|
+
error: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | Error | undefined;
|
|
13
|
+
};
|
|
18
14
|
export default useGetFederatedLoginStatus;
|
|
19
15
|
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/features/user/hooks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/features/user/hooks.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAwFzD,UAAU,0BAA0B;IAClC,aAAa,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;CAC5C;AAED,QAAA,MAAM,0BAA0B,GAAI,oBAEjC,0BAA0B;;;kCASC,gBAAgB,EAAE;2BACzB,gBAAgB,EAAE;gBAC7B,KAAK;;;CA8DhB,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userSlice.d.ts","sourceRoot":"","sources":["../../../../src/features/user/userSlice.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,iBAAiB,EAAE,MAAM,UAAU,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EACL,wBAAwB,EAExB,UAAU,EACX,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAIhD,MAAM,WAAW,qBAAqB,CAAC,CAAC;IACtC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAClB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED;;;;GAIG;AACH,eAAO,MAAM,cAAc;cAGb,YAAY;WAAS,SAAS;;;;;;;EAoB1C,CAAC;AAEH,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"userSlice.d.ts","sourceRoot":"","sources":["../../../../src/features/user/userSlice.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,iBAAiB,EAAE,MAAM,UAAU,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EACL,wBAAwB,EAExB,UAAU,EACX,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAIhD,MAAM,WAAW,qBAAqB,CAAC,CAAC;IACtC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAClB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED;;;;GAIG;AACH,eAAO,MAAM,cAAc;cAGb,YAAY;WAAS,SAAS;;;;;;;EAoB1C,CAAC;AAEH,eAAO,MAAM,eAAe,GAAI,aAAa,WAAW,KAAG,OAC1B,CAAC;AAElC,eAAO,MAAM,SAAS,GAAI,aAAa,WAAW,KAAG,OAC1B,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,IAAI,CAAC,EAAE,QAAQ,CAAC;IACzB,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC;IAC5B,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB;AA6CD,eAAO,MAAM,WAAW,wCAAgB,CAAC;AAEzC,eAAO,MAAQ,cAAc,qFAAkB,CAAC;AAEhD,MAAM,WAAW,wBAAwB,CAAC,CAAC,CACzC,SAAQ,wBAAwB,CAAC,CAAC,CAAC;IACnC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;CACnC;AAED,eAAO,MAAM,cAAc,GACzB,OAAO,SAAS,KACf,wBAAwB,CAAC,QAAQ,CAEnC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,SAAS,KAAG,aAA2B,CAAC;AAE1E,eAAO,MAAM,qBAAqB,GAAI,OAAO,SAAS,KAAG,WACjC,CAAC;AAEzB,eAAO,MAAM,OAAO,gFAAwD,CAAC;AAE7E,eAAO,MAAM,iBAAiB,QAAO,OAIpC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,WAAW,GAAI,eAAa,KAAG,qBAAqB,CAAC,QAAQ,CAoBzE,CAAC"}
|
|
@@ -1162,7 +1162,16 @@ export declare const selectCSRFToken: ((state: import("@reduxjs/toolkit/query").
|
|
|
1162
1162
|
gen3Apps: import("../gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
1163
1163
|
drsHostnames: Record<string, string>;
|
|
1164
1164
|
modals: import("../modals/modalsSlice").ModalState;
|
|
1165
|
-
cohorts:
|
|
1165
|
+
cohorts: {
|
|
1166
|
+
filtersExpanded: {
|
|
1167
|
+
[x: string]: Record<string, boolean>;
|
|
1168
|
+
};
|
|
1169
|
+
filtersCombineMode: {
|
|
1170
|
+
[x: string]: Record<string, import("../cohort").CombineMode>;
|
|
1171
|
+
};
|
|
1172
|
+
sharedFilters: import("../cohort/sharedFiltersSlice").SharedFiltersState;
|
|
1173
|
+
cohort: import("../cohort/cohortSlice").CohortState;
|
|
1174
|
+
};
|
|
1166
1175
|
activeWorkspace: import("../workspace/workspaceSlice").WorkspaceState;
|
|
1167
1176
|
dataLibrarySelection: {};
|
|
1168
1177
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -1407,7 +1416,16 @@ export declare const selectHeadersWithCSRFToken: ((state: import("@reduxjs/toolk
|
|
|
1407
1416
|
gen3Apps: import("../gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
1408
1417
|
drsHostnames: Record<string, string>;
|
|
1409
1418
|
modals: import("../modals/modalsSlice").ModalState;
|
|
1410
|
-
cohorts:
|
|
1419
|
+
cohorts: {
|
|
1420
|
+
filtersExpanded: {
|
|
1421
|
+
[x: string]: Record<string, boolean>;
|
|
1422
|
+
};
|
|
1423
|
+
filtersCombineMode: {
|
|
1424
|
+
[x: string]: Record<string, import("../cohort").CombineMode>;
|
|
1425
|
+
};
|
|
1426
|
+
sharedFilters: import("../cohort/sharedFiltersSlice").SharedFiltersState;
|
|
1427
|
+
cohort: import("../cohort/cohortSlice").CohortState;
|
|
1428
|
+
};
|
|
1411
1429
|
activeWorkspace: import("../workspace/workspaceSlice").WorkspaceState;
|
|
1412
1430
|
dataLibrarySelection: {};
|
|
1413
1431
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -1468,7 +1486,16 @@ export declare const selectHeadersWithCSRFToken: ((state: import("@reduxjs/toolk
|
|
|
1468
1486
|
gen3Apps: import("../gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
1469
1487
|
drsHostnames: Record<string, string>;
|
|
1470
1488
|
modals: import("../modals/modalsSlice").ModalState;
|
|
1471
|
-
cohorts:
|
|
1489
|
+
cohorts: {
|
|
1490
|
+
filtersExpanded: {
|
|
1491
|
+
[x: string]: Record<string, boolean>;
|
|
1492
|
+
};
|
|
1493
|
+
filtersCombineMode: {
|
|
1494
|
+
[x: string]: Record<string, import("../cohort").CombineMode>;
|
|
1495
|
+
};
|
|
1496
|
+
sharedFilters: import("../cohort/sharedFiltersSlice").SharedFiltersState;
|
|
1497
|
+
cohort: import("../cohort/cohortSlice").CohortState;
|
|
1498
|
+
};
|
|
1472
1499
|
activeWorkspace: import("../workspace/workspaceSlice").WorkspaceState;
|
|
1473
1500
|
dataLibrarySelection: {};
|
|
1474
1501
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userSliceRTK.d.ts","sourceRoot":"","sources":["../../../../src/features/user/userSliceRTK.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"userSliceRTK.d.ts","sourceRoot":"","sources":["../../../../src/features/user/userSliceRTK.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/features/user/utils.ts"],"names":[],"mappings":"AAKA,qBAAa,cAAe,SAAQ,KAAK;gBAC3B,OAAO,EAAE,MAAM;CAI5B;AAED,eAAO,MAAM,YAAY,QAAa,OAAO,CAAC,MAAM,CAoCnD,CAAC;AAEF,UAAU,cAAe,SAAQ,WAAW;IAC1C,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,GAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/features/user/utils.ts"],"names":[],"mappings":"AAKA,qBAAa,cAAe,SAAQ,KAAK;gBAC3B,OAAO,EAAE,MAAM;CAI5B;AAED,eAAO,MAAM,YAAY,QAAa,OAAO,CAAC,MAAM,CAoCnD,CAAC;AAEF,UAAU,cAAe,SAAQ,WAAW;IAC1C,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,GAAU,CAAC,EAC9C,KAAK,MAAM,EACX,UAAS,cAAmB,KAC3B,OAAO,CAAC,CAAC,CAiBX,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/features/workspace/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/features/workspace/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,iBAAiB,GAAI,QAAQ,eAAe,gGAGjB,CAAC;AAEzC,eAAO,MAAM,4BAA4B,GAAI,QAAQ,eAAe,oEACU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaceSlice.d.ts","sourceRoot":"","sources":["../../../../src/features/workspace/workspaceSlice.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EACL,wBAAwB,EACxB,KAAK,WAAW,EAChB,eAAe,EAChB,MAAM,SAAS,CAAC;AAGjB,eAAO,MAAM,eAAe,SAAS,CAAC;AAGtC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,eAAe,CAAC;IACxB,eAAe,EAAE,wBAAwB,CAAC;IAC1C,wBAAwB,EAAE,MAAM,CAAC;CAClC;AA0CD,eAAO,MAAM,sBAAsB,yCAAgB,CAAC;AACpD,eAAO,MACL,oBAAoB,4GACpB,sBAAsB,oGACtB,wBAAwB,oHACxB,2BAA2B,gIAC3B,kBAAkB,2GACH,CAAC;AAElB,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"workspaceSlice.d.ts","sourceRoot":"","sources":["../../../../src/features/workspace/workspaceSlice.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EACL,wBAAwB,EACxB,KAAK,WAAW,EAChB,eAAe,EAChB,MAAM,SAAS,CAAC;AAGjB,eAAO,MAAM,eAAe,SAAS,CAAC;AAGtC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,eAAe,CAAC;IACxB,eAAe,EAAE,wBAAwB,CAAC;IAC1C,wBAAwB,EAAE,MAAM,CAAC;CAClC;AA0CD,eAAO,MAAM,sBAAsB,yCAAgB,CAAC;AACpD,eAAO,MACL,oBAAoB,4GACpB,sBAAsB,oGACtB,wBAAwB,oHACxB,2BAA2B,gIAC3B,kBAAkB,2GACH,CAAC;AAElB,eAAO,MAAM,uBAAuB,GAAI,OAAO,SAAS,KAAG,MACjC,CAAC;AAE3B,eAAO,MAAM,2BAA2B,GACtC,OAAO,SAAS,KACf,eAA+C,CAAC;AAEnD,eAAO,MAAM,8BAA8B,GACzC,OAAO,SAAS,KACf,wBAAiE,CAAC;AAErE,eAAO,MAAM,uCAAuC,GAClD,OAAO,SAAS,KACf,MAAwD,CAAC"}
|
package/dist/dts/hooks.d.ts
CHANGED
|
@@ -12,7 +12,16 @@ export declare const useCoreSelector: import("react-redux").UseSelector<{
|
|
|
12
12
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
13
13
|
drsHostnames: Record<string, string>;
|
|
14
14
|
modals: import("./features/modals/modalsSlice").ModalState;
|
|
15
|
-
cohorts:
|
|
15
|
+
cohorts: {
|
|
16
|
+
filtersExpanded: {
|
|
17
|
+
[x: string]: Record<string, boolean>;
|
|
18
|
+
};
|
|
19
|
+
filtersCombineMode: {
|
|
20
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
21
|
+
};
|
|
22
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
23
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
24
|
+
};
|
|
16
25
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
17
26
|
dataLibrarySelection: {};
|
|
18
27
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -35,7 +44,16 @@ export declare const useCoreDispatch: import("react-redux").UseDispatch<import("
|
|
|
35
44
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
36
45
|
drsHostnames: Record<string, string>;
|
|
37
46
|
modals: import("./features/modals/modalsSlice").ModalState;
|
|
38
|
-
cohorts:
|
|
47
|
+
cohorts: {
|
|
48
|
+
filtersExpanded: {
|
|
49
|
+
[x: string]: Record<string, boolean>;
|
|
50
|
+
};
|
|
51
|
+
filtersCombineMode: {
|
|
52
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
53
|
+
};
|
|
54
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
55
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
56
|
+
};
|
|
39
57
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
40
58
|
dataLibrarySelection: {};
|
|
41
59
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
package/dist/dts/hooks.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/hooks.ts"],"names":[],"mappings":"AAQA;;;;;;GAMG;AAEH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/hooks.ts"],"names":[],"mappings":"AAQA;;;;;;GAMG;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAqC,CAAC;AAClE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAAwC,CAAC"}
|
package/dist/dts/reducers.d.ts
CHANGED
|
@@ -5,7 +5,16 @@ export declare const rootReducer: import("redux").Reducer<{
|
|
|
5
5
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
6
6
|
drsHostnames: Record<string, string>;
|
|
7
7
|
modals: import("./features/modals/modalsSlice").ModalState;
|
|
8
|
-
cohorts:
|
|
8
|
+
cohorts: {
|
|
9
|
+
filtersExpanded: {
|
|
10
|
+
[x: string]: Record<string, boolean>;
|
|
11
|
+
};
|
|
12
|
+
filtersCombineMode: {
|
|
13
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
14
|
+
};
|
|
15
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
16
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
17
|
+
};
|
|
9
18
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
10
19
|
dataLibrarySelection: {};
|
|
11
20
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -27,7 +36,25 @@ export declare const rootReducer: import("redux").Reducer<{
|
|
|
27
36
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState | undefined;
|
|
28
37
|
drsHostnames: Record<string, string> | undefined;
|
|
29
38
|
modals: import("./features/modals/modalsSlice").ModalState | undefined;
|
|
30
|
-
cohorts:
|
|
39
|
+
cohorts: {
|
|
40
|
+
filtersExpanded: {
|
|
41
|
+
[x: string]: Record<string, boolean>;
|
|
42
|
+
};
|
|
43
|
+
filtersCombineMode: {
|
|
44
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
45
|
+
};
|
|
46
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
47
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
48
|
+
} | Partial<{
|
|
49
|
+
filtersExpanded: {
|
|
50
|
+
[x: string]: Record<string, boolean>;
|
|
51
|
+
} | undefined;
|
|
52
|
+
filtersCombineMode: {
|
|
53
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
54
|
+
} | undefined;
|
|
55
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState | undefined;
|
|
56
|
+
cohort: import("./features/cohort/cohortSlice").CohortState | undefined;
|
|
57
|
+
}> | undefined;
|
|
31
58
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState | undefined;
|
|
32
59
|
dataLibrarySelection: {} | undefined;
|
|
33
60
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reducers.d.ts","sourceRoot":"","sources":["../../src/reducers.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"reducers.d.ts","sourceRoot":"","sources":["../../src/reducers.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWtB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC"}
|
package/dist/dts/store.d.ts
CHANGED
|
@@ -18,7 +18,16 @@ export declare const setupCoreStore: (preloadedState?: Partial<CoreState>) => im
|
|
|
18
18
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
19
19
|
drsHostnames: Record<string, string>;
|
|
20
20
|
modals: import("./features/modals/modalsSlice").ModalState;
|
|
21
|
-
cohorts:
|
|
21
|
+
cohorts: {
|
|
22
|
+
filtersExpanded: {
|
|
23
|
+
[x: string]: Record<string, boolean>;
|
|
24
|
+
};
|
|
25
|
+
filtersCombineMode: {
|
|
26
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
27
|
+
};
|
|
28
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
29
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
30
|
+
};
|
|
22
31
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
23
32
|
dataLibrarySelection: {};
|
|
24
33
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -43,7 +52,16 @@ export declare const setupCoreStore: (preloadedState?: Partial<CoreState>) => im
|
|
|
43
52
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
44
53
|
drsHostnames: Record<string, string>;
|
|
45
54
|
modals: import("./features/modals/modalsSlice").ModalState;
|
|
46
|
-
cohorts:
|
|
55
|
+
cohorts: {
|
|
56
|
+
filtersExpanded: {
|
|
57
|
+
[x: string]: Record<string, boolean>;
|
|
58
|
+
};
|
|
59
|
+
filtersCombineMode: {
|
|
60
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
61
|
+
};
|
|
62
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
63
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
64
|
+
};
|
|
47
65
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
48
66
|
dataLibrarySelection: {};
|
|
49
67
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -69,7 +87,16 @@ export declare const coreStore: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
69
87
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
70
88
|
drsHostnames: Record<string, string>;
|
|
71
89
|
modals: import("./features/modals/modalsSlice").ModalState;
|
|
72
|
-
cohorts:
|
|
90
|
+
cohorts: {
|
|
91
|
+
filtersExpanded: {
|
|
92
|
+
[x: string]: Record<string, boolean>;
|
|
93
|
+
};
|
|
94
|
+
filtersCombineMode: {
|
|
95
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
96
|
+
};
|
|
97
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
98
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
99
|
+
};
|
|
73
100
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
74
101
|
dataLibrarySelection: {};
|
|
75
102
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
@@ -94,7 +121,16 @@ export declare const coreStore: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
94
121
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
95
122
|
drsHostnames: Record<string, string>;
|
|
96
123
|
modals: import("./features/modals/modalsSlice").ModalState;
|
|
97
|
-
cohorts:
|
|
124
|
+
cohorts: {
|
|
125
|
+
filtersExpanded: {
|
|
126
|
+
[x: string]: Record<string, boolean>;
|
|
127
|
+
};
|
|
128
|
+
filtersCombineMode: {
|
|
129
|
+
[x: string]: Record<string, import(".").CombineMode>;
|
|
130
|
+
};
|
|
131
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice").SharedFiltersState;
|
|
132
|
+
cohort: import("./features/cohort/cohortSlice").CohortState;
|
|
133
|
+
};
|
|
98
134
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
99
135
|
dataLibrarySelection: {};
|
|
100
136
|
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
package/dist/dts/store.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAe,MAAM,YAAY,CAAC;AAcpD,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEjE;;GAEG;AACH,OAAO,QAAQ,eAAe,CAAC;IAC7B,SAAgB,cAAc,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,GAAG,CAAC,EAChE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,EACxB,WAAW,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAC5B,OAAO,CACR,CAAC,GAAG;QAAE,QAAQ,EAAE,YAAY,CAAA;KAAE,EAC9B,CAAC,EACD,CAAC,GAAG;QAAE,QAAQ,CAAC,EAAE,YAAY,CAAA;KAAE,CAChC,CAAC;CACH;AAaD,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAe,MAAM,YAAY,CAAC;AAcpD,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEjE;;GAEG;AACH,OAAO,QAAQ,eAAe,CAAC;IAC7B,SAAgB,cAAc,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,GAAG,CAAC,EAChE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,EACxB,WAAW,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAC5B,OAAO,CACR,CAAC,GAAG;QAAE,QAAQ,EAAE,YAAY,CAAA;KAAE,EAC9B,CAAC,EACD,CAAC,GAAG;QAAE,QAAQ,CAAC,EAAE,YAAY,CAAA;KAAE,CAChC,CAAC;CACH;AAaD,eAAO,MAAM,cAAc,GAAI,iBAAiB,OAAO,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAjB9C,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAZ,YAAY;;oCA+B5B,CAAC;AAEL,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAjCF,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAZ,YAAY;;oCAiCS,CAAC;AAI1C,MAAM,MAAM,YAAY,GAAG,OAAO,SAAS,CAAC,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,EAAE,GAAG,UAAU,CAAC;AAE7E,MAAM,MAAM,UAAU,GAAG;IACvB,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxB,CAAC;AACF,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;AAGzC,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,EAAE,GAAG,UAAU,CAAC;AAE7E,MAAM,MAAM,UAAU,GAAG;IACvB,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxB,CAAC;AACF,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;AAGzC,eAAO,MAAM,oBAAoB,GAAI,KAAK,GAAG,KAAG,GAAG,IAAI,CAAC,MAAM,EAAE,MAAM,CAMrE,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,MAAM,GAAG,KAAG,IAAI,IAAI,UAEhD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,MAAM,GAAG,KAAG,IAAI,IAAI,SAQ/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,MAAM,SAAS,KAAG,IAAI,IAAI,SAE1D,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC;AAKtD,eAAO,MAAM,eAAe,GAAI,MAAM,GAAG,KAAG,IAAI,IAAI,aAEnD,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,OAAO,GAAG,KAAG,KAAK,IAAI,aAAa,EAKvE,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,kBAAkB,CAAC;CAC/B;AAED,eAAO,MAAM,yBAAyB,GACpC,KAAK,GAAG,KACP,GAAG,IAAI,uBAIT,CAAC;AAEF,MAAM,WAAW,oBAAoB;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAC;CACxC;AAGD,eAAO,MAAM,sBAAsB,GACjC,KAAK,GAAG,KACP,GAAG,IAAI,oBAUT,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,MAAM,OAAO,KAAG,IAAI,IAAI,aAS7D,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAChC,MAAM,GAAG,KACR,IAAI,IAAI,kBAEV,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,MAAM,GAAG,KAAG,OAEtD,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,MAAM,GAAG,KAAG,OAItD,CAAC;AAEF;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,mBAAmB,CAE9B;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,KAAK,EAAE,OAAO,GACb,KAAK,IAAI;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAO9B;AAED,UAAU,YAAY;IACpB,MAAM,EAAE,eAAe,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,SAAS;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,OAAO,CAAC;CACf;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,SAAS,CAOpE;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,YAAY,CAQvE;AAED,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractvalues.d.ts","sourceRoot":"","sources":["../../../src/utils/extractvalues.ts"],"names":[],"mappings":"AAAA,KAAK,eAAe,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAEjD,MAAM,WAAW,UAAU;IACzB,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,EAAE,GAAG,UAAU,CAAC;AAI7E,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"extractvalues.d.ts","sourceRoot":"","sources":["../../../src/utils/extractvalues.ts"],"names":[],"mappings":"AAAA,KAAK,eAAe,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAEjD,MAAM,WAAW,UAAU;IACzB,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,EAAE,GAAG,UAAU,CAAC;AAI7E,eAAO,MAAM,uBAAuB,GAClC,kBAAkB,eAAe,EACjC,KAAK,UAAU,KACd,UAmBF,CAAC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
export declare const HTTPErrorMessages: Record<number, string>;
|
|
2
|
+
/**
|
|
3
|
+
* Represents an error that occurs during an HTTP request.
|
|
4
|
+
* Extends the built-in `Error` class to provide additional information
|
|
5
|
+
* about the HTTP status code and optional response data.
|
|
6
|
+
*/
|
|
2
7
|
export declare class HTTPError extends Error {
|
|
3
8
|
status: number;
|
|
4
9
|
responseData?: any | undefined;
|
|
5
10
|
constructor(status: number, message: string, responseData?: any | undefined);
|
|
6
11
|
}
|
|
7
|
-
interface
|
|
12
|
+
interface FetchFencePresignedURLParameters {
|
|
8
13
|
guid: string;
|
|
9
14
|
method?: 'GET' | 'POST';
|
|
10
15
|
onStart?: () => void;
|
|
@@ -13,6 +18,20 @@ interface DownloadFromFenceParameters {
|
|
|
13
18
|
onAbort?: () => void;
|
|
14
19
|
signal?: AbortSignal;
|
|
15
20
|
}
|
|
16
|
-
export declare const fetchFencePresignedURL: ({ guid, method, onAbort, signal, }:
|
|
21
|
+
export declare const fetchFencePresignedURL: ({ guid, method, onAbort, signal, }: FetchFencePresignedURLParameters) => Promise<any>;
|
|
22
|
+
/**
|
|
23
|
+
* Fetches JSON data from a specified URL using the Fetch API.
|
|
24
|
+
*
|
|
25
|
+
* @param {string} url - The URL to fetch the JSON data from.
|
|
26
|
+
* @param {boolean} [requiresCSRF=false] - Indicates whether a CSRF token is required for the request.
|
|
27
|
+
* If true, the CSRF token will be added to the request headers.
|
|
28
|
+
* @param {string} [method=DEFAULT_METHOD] - The HTTP method to use for the request (e.g., 'GET', 'POST').
|
|
29
|
+
* @param {unknown} [body=undefined] - The request body to send, applicable when using methods like 'POST'.
|
|
30
|
+
*
|
|
31
|
+
* @returns {Promise<any>} A promise that resolves to the parsed JSON data from the response.
|
|
32
|
+
*
|
|
33
|
+
* @throws {HTTPError} Throws an error if the HTTP response status indicates a failure.
|
|
34
|
+
*/
|
|
35
|
+
export declare const fetchJSONDataFromURL: (url: string, requiresCSRF?: boolean, method?: string, body?: unknown) => Promise<any>;
|
|
17
36
|
export {};
|
|
18
37
|
//# sourceMappingURL=fetch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../src/utils/fetch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../src/utils/fetch.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA4CpD,CAAC;AAEF;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,KAAK;IAEzB,MAAM,EAAE,MAAM;IAEd,YAAY,CAAC,EAAE,GAAG;gBAFlB,MAAM,EAAE,MAAM,EACrB,OAAO,EAAE,MAAM,EACR,YAAY,CAAC,EAAE,GAAG,YAAA;CAK5B;AAED,UAAU,gCAAgC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,KAAK,IAAI,CAAC;IAC7C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,eAAO,MAAM,sBAAsB,GAAU,oCAK1C,gCAAgC,iBAgDlC,CAAC;AA6BF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,oBAAoB,GAC/B,KAAK,MAAM,EACX,eAAc,OAAe,EAC7B,SAAQ,MAAuB,EAC/B,OAAM,OAAmB,KACxB,OAAO,CAAC,GAAG,CA8Bb,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isObject, isString, isNotDefined, isArray } from './ts-utils';
|
|
2
2
|
import { prepareUrl } from './url';
|
|
3
|
-
import { HTTPErrorMessages, HTTPError, fetchFencePresignedURL } from './fetch';
|
|
3
|
+
import { type HTTPErrorMessages, HTTPError, fetchFencePresignedURL, fetchJSONDataFromURL } from './fetch';
|
|
4
4
|
import { getCurrentTimestamp, isTimeGreaterThan } from './time';
|
|
5
|
-
export { isObject, isString, isNotDefined, isArray, prepareUrl, fetchFencePresignedURL, HTTPError, HTTPErrorMessages, getCurrentTimestamp, isTimeGreaterThan, };
|
|
5
|
+
export { isObject, isString, isNotDefined, isArray, prepareUrl, fetchFencePresignedURL, fetchJSONDataFromURL, HTTPError, type HTTPErrorMessages, getCurrentTimestamp, isTimeGreaterThan, };
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EACL,KAAK,iBAAiB,EACtB,SAAS,EACT,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhE,OAAO,EACL,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,UAAU,EACV,sBAAsB,EACtB,oBAAoB,EACpB,SAAS,EACT,KAAK,iBAAiB,EACtB,mBAAmB,EACnB,iBAAiB,GAClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../src/utils/time.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,QAAO,MAEtC,CAAC;AAGF,eAAO,MAAM,qBAAqB,QAAO,MAExC,CAAC;AAGF,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../src/utils/time.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,QAAO,MAEtC,CAAC;AAGF,eAAO,MAAM,qBAAqB,QAAO,MAExC,CAAC;AAGF,eAAO,MAAM,mBAAmB,GAC9B,WAAW,MAAM,EACjB,UAAS,MAAmB,KAC3B,MAEF,CAAC;AAGF,eAAO,MAAM,iBAAiB,GAC5B,WAAW,MAAM,EACjB,SAAS,MAAM,KACd,OAIF,CAAC;AAGF,eAAO,MAAM,mBAAmB,GAAI,cAAc,MAAM,KAAG,MAY1D,CAAC;AAGF,eAAO,MAAM,oBAAoB,GAAU,MAAM,MAAM,OAAO,CAAC,GAAG,CAAC,oBAKlE,CAAC;AAGF,eAAO,MAAM,0BAA0B,QAAO,MAE7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ts-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/ts-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"ts-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/ts-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,GAAI,GAAG,OAAO,KAAG,CAAC,IAAI,SAE9C,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,GAAG,OAAO,KAAG,CAAC,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAEhE,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,GAAG,OAAO,KAAG,CAAC,IAAI,aAAa,CAAC,OAAO,CAE9D,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,GAAG,OAAO,KAAG,CAAC,IAAI,MAE1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../src/utils/url.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../src/utils/url.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,UAAU,GAAI,QAAQ,MAAM,QAAkC,CAAC"}
|