@gen3/core 0.10.67 → 0.10.69
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/LICENSE +201 -0
- package/dist/cjs/index.js +131 -38
- package/dist/cjs/index.js.map +1 -1
- package/dist/dts/constants.d.ts +1 -0
- package/dist/dts/constants.d.ts.map +1 -0
- package/dist/dts/dataAccess.d.ts +1 -0
- package/dist/dts/dataAccess.d.ts.map +1 -0
- package/dist/dts/features/aiSearch/aiSearchSlice.d.ts +25 -24
- package/dist/dts/features/aiSearch/aiSearchSlice.d.ts.map +1 -0
- package/dist/dts/features/aiSearch/index.d.ts +1 -0
- package/dist/dts/features/aiSearch/index.d.ts.map +1 -0
- package/dist/dts/features/app/store.d.ts +1 -0
- package/dist/dts/features/app/store.d.ts.map +1 -0
- package/dist/dts/features/authz/authzMappingSlice.d.ts +37 -36
- package/dist/dts/features/authz/authzMappingSlice.d.ts.map +1 -0
- package/dist/dts/features/authz/index.d.ts +1 -0
- package/dist/dts/features/authz/index.d.ts.map +1 -0
- package/dist/dts/features/authz/types.d.ts +1 -0
- package/dist/dts/features/authz/types.d.ts.map +1 -0
- package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts +1 -0
- package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts.map +1 -0
- package/dist/dts/features/cohort/cohortSlice.d.ts +1 -0
- package/dist/dts/features/cohort/cohortSlice.d.ts.map +1 -0
- package/dist/dts/features/cohort/index.d.ts +1 -0
- package/dist/dts/features/cohort/index.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 -0
- package/dist/dts/features/dataLibrary/dataLibraryApi.d.ts +25 -24
- package/dist/dts/features/dataLibrary/dataLibraryApi.d.ts.map +1 -0
- package/dist/dts/features/dataLibrary/dataLibraryIndexDB.d.ts +1 -0
- package/dist/dts/features/dataLibrary/dataLibraryIndexDB.d.ts.map +1 -0
- package/dist/dts/features/dataLibrary/dataLibrarySelectionSlice.d.ts +1 -0
- package/dist/dts/features/dataLibrary/dataLibrarySelectionSlice.d.ts.map +1 -0
- package/dist/dts/features/dataLibrary/index.d.ts +1 -0
- package/dist/dts/features/dataLibrary/index.d.ts.map +1 -0
- package/dist/dts/features/dataLibrary/types.d.ts +1 -0
- package/dist/dts/features/dataLibrary/types.d.ts.map +1 -0
- package/dist/dts/features/dataLibrary/useDataLibrary.d.ts +1 -0
- package/dist/dts/features/dataLibrary/useDataLibrary.d.ts.map +1 -0
- package/dist/dts/features/dataLibrary/utils.d.ts +1 -0
- package/dist/dts/features/dataLibrary/utils.d.ts.map +1 -0
- package/dist/dts/features/download/constants.d.ts +1 -0
- package/dist/dts/features/download/constants.d.ts.map +1 -0
- package/dist/dts/features/download/downloadStatusApi.d.ts +40 -37
- package/dist/dts/features/download/downloadStatusApi.d.ts.map +1 -0
- package/dist/dts/features/download/index.d.ts +1 -0
- package/dist/dts/features/download/index.d.ts.map +1 -0
- package/dist/dts/features/download/types.d.ts +1 -0
- package/dist/dts/features/download/types.d.ts.map +1 -0
- package/dist/dts/features/drsResolver/drsHostnameSlice.d.ts +1 -0
- package/dist/dts/features/drsResolver/drsHostnameSlice.d.ts.map +1 -0
- package/dist/dts/features/drsResolver/index.d.ts +1 -0
- package/dist/dts/features/drsResolver/index.d.ts.map +1 -0
- package/dist/dts/features/drsResolver/resolvers/cachedDRSResolver.d.ts +1 -0
- package/dist/dts/features/drsResolver/resolvers/cachedDRSResolver.d.ts.map +1 -0
- package/dist/dts/features/drsResolver/resolvers/dataGUIDSDotOrg.d.ts +1 -0
- package/dist/dts/features/drsResolver/resolvers/dataGUIDSDotOrg.d.ts.map +1 -0
- package/dist/dts/features/drsResolver/resolvers/tests/dataGUIDSDotOrg.unit.test.d.ts +1 -0
- package/dist/dts/features/drsResolver/resolvers/tests/dataGUIDSDotOrg.unit.test.d.ts.map +1 -0
- package/dist/dts/features/drsResolver/types.d.ts +1 -0
- package/dist/dts/features/drsResolver/types.d.ts.map +1 -0
- package/dist/dts/features/drsResolver/utils.d.ts +1 -0
- package/dist/dts/features/drsResolver/utils.d.ts.map +1 -0
- package/dist/dts/features/fence/credentialsApi.d.ts +13 -12
- package/dist/dts/features/fence/credentialsApi.d.ts.map +1 -0
- package/dist/dts/features/fence/fenceApi.d.ts +40 -37
- package/dist/dts/features/fence/fenceApi.d.ts.map +1 -0
- package/dist/dts/features/fence/index.d.ts +1 -0
- package/dist/dts/features/fence/index.d.ts.map +1 -0
- package/dist/dts/features/fence/jwtApi.d.ts +13 -12
- package/dist/dts/features/fence/jwtApi.d.ts.map +1 -0
- package/dist/dts/features/fence/types.d.ts +1 -0
- package/dist/dts/features/fence/types.d.ts.map +1 -0
- package/dist/dts/features/fence/utils.d.ts +1 -0
- package/dist/dts/features/fence/utils.d.ts.map +1 -0
- package/dist/dts/features/filters/filters.d.ts +1 -0
- package/dist/dts/features/filters/filters.d.ts.map +1 -0
- package/dist/dts/features/filters/index.d.ts +1 -0
- package/dist/dts/features/filters/index.d.ts.map +1 -0
- package/dist/dts/features/filters/tests/utils.unit.test.d.ts +1 -0
- package/dist/dts/features/filters/tests/utils.unit.test.d.ts.map +1 -0
- package/dist/dts/features/filters/types.d.ts +1 -0
- package/dist/dts/features/filters/types.d.ts.map +1 -0
- package/dist/dts/features/filters/utils.d.ts +1 -0
- package/dist/dts/features/filters/utils.d.ts.map +1 -0
- package/dist/dts/features/gen3/gen3Api.d.ts +1 -0
- package/dist/dts/features/gen3/gen3Api.d.ts.map +1 -0
- package/dist/dts/features/gen3/index.d.ts +1 -0
- package/dist/dts/features/gen3/index.d.ts.map +1 -0
- package/dist/dts/features/gen3Apps/Gen3App.d.ts +1 -0
- package/dist/dts/features/gen3Apps/Gen3App.d.ts.map +1 -0
- package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts +4 -3
- package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts.map +1 -0
- package/dist/dts/features/gen3Apps/constants.d.ts +1 -0
- package/dist/dts/features/gen3Apps/constants.d.ts.map +1 -0
- package/dist/dts/features/gen3Apps/gen3AppRegistry.d.ts +1 -0
- package/dist/dts/features/gen3Apps/gen3AppRegistry.d.ts.map +1 -0
- package/dist/dts/features/gen3Apps/gen3AppsSlice.d.ts +1 -0
- package/dist/dts/features/gen3Apps/gen3AppsSlice.d.ts.map +1 -0
- package/dist/dts/features/gen3Apps/index.d.ts +1 -0
- package/dist/dts/features/gen3Apps/index.d.ts.map +1 -0
- package/dist/dts/features/graphQL/graphQLSlice.d.ts +13 -12
- package/dist/dts/features/graphQL/graphQLSlice.d.ts.map +1 -0
- package/dist/dts/features/graphQL/index.d.ts +1 -0
- package/dist/dts/features/graphQL/index.d.ts.map +1 -0
- package/dist/dts/features/guppy/conversion.d.ts +1 -0
- package/dist/dts/features/guppy/conversion.d.ts.map +1 -0
- package/dist/dts/features/guppy/guppyApi.d.ts +1 -0
- package/dist/dts/features/guppy/guppyApi.d.ts.map +1 -0
- package/dist/dts/features/guppy/guppyDownloadSlice.d.ts +1 -0
- package/dist/dts/features/guppy/guppyDownloadSlice.d.ts.map +1 -0
- package/dist/dts/features/guppy/guppySlice.d.ts +139 -134
- package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -0
- package/dist/dts/features/guppy/index.d.ts +1 -0
- package/dist/dts/features/guppy/index.d.ts.map +1 -0
- package/dist/dts/features/guppy/tests/conversion.unit.test.d.ts +1 -0
- package/dist/dts/features/guppy/tests/conversion.unit.test.d.ts.map +1 -0
- package/dist/dts/features/guppy/tests/downloadFromGuppy.unit.test.d.ts +1 -0
- package/dist/dts/features/guppy/tests/downloadFromGuppy.unit.test.d.ts.map +1 -0
- package/dist/dts/features/guppy/tests/guppySlice.unit.test.d.ts +1 -0
- package/dist/dts/features/guppy/tests/guppySlice.unit.test.d.ts.map +1 -0
- package/dist/dts/features/guppy/tests/jsonpath.unit.test.d.ts +1 -0
- package/dist/dts/features/guppy/tests/jsonpath.unit.test.d.ts.map +1 -0
- package/dist/dts/features/guppy/types.d.ts +1 -0
- package/dist/dts/features/guppy/types.d.ts.map +1 -0
- package/dist/dts/features/guppy/utils.d.ts +1 -0
- package/dist/dts/features/guppy/utils.d.ts.map +1 -0
- package/dist/dts/features/metadata/index.d.ts +3 -2
- package/dist/dts/features/metadata/index.d.ts.map +1 -0
- package/dist/dts/features/metadata/metadataSlice.d.ts +221 -85
- package/dist/dts/features/metadata/metadataSlice.d.ts.map +1 -0
- package/dist/dts/features/metadata/types.d.ts +1 -0
- package/dist/dts/features/metadata/types.d.ts.map +1 -0
- package/dist/dts/features/modals/index.d.ts +1 -0
- package/dist/dts/features/modals/index.d.ts.map +1 -0
- package/dist/dts/features/modals/modalsSlice.d.ts +1 -0
- package/dist/dts/features/modals/modalsSlice.d.ts.map +1 -0
- package/dist/dts/features/sower/index.d.ts +1 -0
- package/dist/dts/features/sower/index.d.ts.map +1 -0
- package/dist/dts/features/sower/sowerApi.d.ts +64 -61
- package/dist/dts/features/sower/sowerApi.d.ts.map +1 -0
- package/dist/dts/features/sower/types.d.ts +1 -0
- package/dist/dts/features/sower/types.d.ts.map +1 -0
- package/dist/dts/features/submission/authMappingUtils.d.ts +1 -0
- package/dist/dts/features/submission/authMappingUtils.d.ts.map +1 -0
- package/dist/dts/features/submission/index.d.ts +1 -0
- package/dist/dts/features/submission/index.d.ts.map +1 -0
- package/dist/dts/features/submission/submissionApi.d.ts +91 -86
- package/dist/dts/features/submission/submissionApi.d.ts.map +1 -0
- package/dist/dts/features/submission/types.d.ts +1 -0
- package/dist/dts/features/submission/types.d.ts.map +1 -0
- package/dist/dts/features/user/externalLoginsSlice.d.ts +55 -50
- package/dist/dts/features/user/externalLoginsSlice.d.ts.map +1 -0
- package/dist/dts/features/user/hooks.d.ts +1 -0
- package/dist/dts/features/user/hooks.d.ts.map +1 -0
- package/dist/dts/features/user/index.d.ts +1 -0
- package/dist/dts/features/user/index.d.ts.map +1 -0
- package/dist/dts/features/user/test/useGetExternalLoginsQuery.unit.test.d.ts +1 -0
- package/dist/dts/features/user/test/useGetExternalLoginsQuery.unit.test.d.ts.map +1 -0
- package/dist/dts/features/user/types.d.ts +1 -0
- package/dist/dts/features/user/types.d.ts.map +1 -0
- package/dist/dts/features/user/userSlice.d.ts +1 -0
- package/dist/dts/features/user/userSlice.d.ts.map +1 -0
- package/dist/dts/features/user/userSliceRTK.d.ts +124 -121
- package/dist/dts/features/user/userSliceRTK.d.ts.map +1 -0
- package/dist/dts/features/user/utils.d.ts +1 -0
- package/dist/dts/features/user/utils.d.ts.map +1 -0
- package/dist/dts/features/workspace/index.d.ts +4 -3
- package/dist/dts/features/workspace/index.d.ts.map +1 -0
- package/dist/dts/features/workspace/types.d.ts +12 -0
- package/dist/dts/features/workspace/types.d.ts.map +1 -0
- package/dist/dts/features/workspace/utils.d.ts +1 -0
- package/dist/dts/features/workspace/utils.d.ts.map +1 -0
- package/dist/dts/features/workspace/workspaceApi.d.ts +617 -90
- package/dist/dts/features/workspace/workspaceApi.d.ts.map +1 -0
- package/dist/dts/features/workspace/workspaceSlice.d.ts +4 -2
- package/dist/dts/features/workspace/workspaceSlice.d.ts.map +1 -0
- package/dist/dts/hooks.d.ts +2 -23
- package/dist/dts/hooks.d.ts.map +1 -0
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -0
- package/dist/dts/provider.d.ts +1 -0
- package/dist/dts/provider.d.ts.map +1 -0
- package/dist/dts/reducers.d.ts +1 -0
- package/dist/dts/reducers.d.ts.map +1 -0
- package/dist/dts/storage-persist.d.ts +12 -0
- package/dist/dts/storage-persist.d.ts.map +1 -0
- package/dist/dts/store.d.ts +3 -46
- package/dist/dts/store.d.ts.map +1 -0
- package/dist/dts/store.unit.test.d.ts +1 -0
- package/dist/dts/store.unit.test.d.ts.map +1 -0
- package/dist/dts/types/index.d.ts +1 -0
- package/dist/dts/types/index.d.ts.map +1 -0
- package/dist/dts/utils/extractvalues.d.ts +1 -0
- package/dist/dts/utils/extractvalues.d.ts.map +1 -0
- package/dist/dts/utils/fetch.d.ts +3 -2
- package/dist/dts/utils/fetch.d.ts.map +1 -0
- package/dist/dts/utils/index.d.ts +3 -1
- package/dist/dts/utils/index.d.ts.map +1 -0
- package/dist/dts/utils/time.d.ts +8 -0
- package/dist/dts/utils/time.d.ts.map +1 -0
- package/dist/dts/utils/ts-utils.d.ts +1 -0
- package/dist/dts/utils/ts-utils.d.ts.map +1 -0
- package/dist/dts/utils/url.d.ts +1 -0
- package/dist/dts/utils/url.d.ts.map +1 -0
- package/dist/esm/index.js +108 -26
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1467 -908
- package/package.json +9 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceApi.d.ts","sourceRoot":"","sources":["../../../../src/features/workspace/workspaceApi.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { CoreState } from '../../reducers';
|
|
2
|
-
import { type WorkspaceId, WorkspaceStatus } from './types';
|
|
2
|
+
import { RequestedWorkspaceStatus, type WorkspaceId, WorkspaceStatus } from './types';
|
|
3
3
|
export declare const NO_WORKSPACE_ID = "none";
|
|
4
|
-
export type RequestedWorkspaceStatus = 'Launching' | 'Terminating' | 'NotSet';
|
|
5
4
|
export interface WorkspaceState {
|
|
6
5
|
id: string;
|
|
7
6
|
status: WorkspaceStatus;
|
|
8
7
|
requestedStatus: RequestedWorkspaceStatus;
|
|
8
|
+
requestedStatusTimestamp: number;
|
|
9
9
|
}
|
|
10
10
|
export declare const activeWorkspaceReducer: import("redux").Reducer<WorkspaceState>;
|
|
11
11
|
export declare const setActiveWorkspaceId: import("@reduxjs/toolkit").ActionCreatorWithPayload<WorkspaceId, "ActiveWorkspace/setActiveWorkspaceId">, clearActiveWorkspaceId: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"ActiveWorkspace/clearActiveWorkspaceId">, setActiveWorkspaceStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<WorkspaceStatus, "ActiveWorkspace/setActiveWorkspaceStatus">, setRequestedWorkspaceStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<RequestedWorkspaceStatus, "ActiveWorkspace/setRequestedWorkspaceStatus">, setActiveWorkspace: import("@reduxjs/toolkit").ActionCreatorWithPayload<WorkspaceState, "ActiveWorkspace/setActiveWorkspace">;
|
|
12
12
|
export declare const selectActiveWorkspaceId: (state: CoreState) => string;
|
|
13
13
|
export declare const selectActiveWorkspaceStatus: (state: CoreState) => WorkspaceStatus;
|
|
14
14
|
export declare const selectRequestedWorkspaceStatus: (state: CoreState) => RequestedWorkspaceStatus;
|
|
15
|
+
export declare const selectRequestedWorkspaceStatusTimestamp: (state: CoreState) => number;
|
|
16
|
+
//# sourceMappingURL=workspaceSlice.d.ts.map
|
|
@@ -0,0 +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,UAAW,SAAS,KAAG,MACjC,CAAC;AAE3B,eAAO,MAAM,2BAA2B,UAC/B,SAAS,KACf,eAA+C,CAAC;AAEnD,eAAO,MAAM,8BAA8B,UAClC,SAAS,KACf,wBAAiE,CAAC;AAErE,eAAO,MAAM,uCAAuC,UAC3C,SAAS,KACf,MAAwD,CAAC"}
|
package/dist/dts/hooks.d.ts
CHANGED
|
@@ -28,26 +28,5 @@ export declare const useCoreSelector: import("react-redux").UseSelector<{
|
|
|
28
28
|
}>, never, import(".").CSRFToken, "userAuthApi">;
|
|
29
29
|
}, never, "userAuthApi">;
|
|
30
30
|
}>;
|
|
31
|
-
export declare const useCoreDispatch: import("react-redux").UseDispatch<import("redux-thunk").ThunkDispatch<
|
|
32
|
-
|
|
33
|
-
gen3Services: any;
|
|
34
|
-
user: import("./features/user/userSlice").Gen3UserState;
|
|
35
|
-
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
36
|
-
drsHostnames: Record<string, string>;
|
|
37
|
-
modals: import("./features/modals/modalsSlice").ModalState;
|
|
38
|
-
cohorts: import("./features/cohort/cohortSlice").CohortState;
|
|
39
|
-
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
40
|
-
dataLibrarySelection: {};
|
|
41
|
-
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
42
|
-
fetchUserDetails: import("@reduxjs/toolkit/query").QueryDefinition<void, ({ endpoint }: any, { getState }: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
43
|
-
data: {};
|
|
44
|
-
} | {
|
|
45
|
-
data: import(".").Gen3FenceResponse<unknown>;
|
|
46
|
-
}>, never, import("./features/user/userSliceRTK").UserAuthResponse, "userAuthApi">;
|
|
47
|
-
getCSRF: import("@reduxjs/toolkit/query").QueryDefinition<void, ({ endpoint }: any, { getState }: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
48
|
-
data: {};
|
|
49
|
-
} | {
|
|
50
|
-
data: import(".").Gen3FenceResponse<unknown>;
|
|
51
|
-
}>, never, import(".").CSRFToken, "userAuthApi">;
|
|
52
|
-
}, never, "userAuthApi">;
|
|
53
|
-
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<import("redux").UnknownAction>>;
|
|
31
|
+
export declare const useCoreDispatch: import("react-redux").UseDispatch<import("redux-thunk").ThunkDispatch<any, undefined, import("redux").UnknownAction> & import("redux").Dispatch<import("redux").UnknownAction>>;
|
|
32
|
+
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,iLAAwC,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -24,3 +24,4 @@ export * from './features/submission';
|
|
|
24
24
|
export * from './features/sower';
|
|
25
25
|
export * from './features/dataLibrary';
|
|
26
26
|
export { type CoreState, GEN3_COMMONS_NAME, GEN3_DOMAIN, GEN3_API, GEN3_DOWNLOADS_ENDPOINT, GEN3_GUPPY_API, GEN3_FENCE_API, GEN3_AUTHZ_API, GEN3_MDS_API, GEN3_REDIRECT_URL, GEN3_WORKSPACE_API, GEN3_SUBMISSION_API, GEN3_CROSSWALK_API, GEN3_SOWER_API, Accessibility, };
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,iBAAiB,EACjB,uBAAuB,EACvB,cAAc,EACd,cAAc,EACd,cAAc,EACd,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,aAAa,EACd,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AAEvC,OAAO,EACL,KAAK,SAAS,EACd,iBAAiB,EACjB,WAAW,EACX,QAAQ,EACR,uBAAuB,EACvB,cAAc,EACd,cAAc,EACd,cAAc,EACd,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,aAAa,GACd,CAAC"}
|
package/dist/dts/provider.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAQjD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAU1D,CAAC"}
|
package/dist/dts/reducers.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const storage: import("redux-persist/es/types").WebStorage | {
|
|
2
|
+
getItem(_key: string): Promise<null>;
|
|
3
|
+
setItem(_key: string, value: string): Promise<string>;
|
|
4
|
+
removeItem(_key: string): Promise<void>;
|
|
5
|
+
};
|
|
6
|
+
export declare const sessionStorage: import("redux-persist/es/types").WebStorage | {
|
|
7
|
+
getItem(_key: string): Promise<null>;
|
|
8
|
+
setItem(_key: string, value: string): Promise<string>;
|
|
9
|
+
removeItem(_key: string): Promise<void>;
|
|
10
|
+
};
|
|
11
|
+
export default storage;
|
|
12
|
+
//# sourceMappingURL=storage-persist.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storage-persist.d.ts","sourceRoot":"","sources":["../../src/storage-persist.ts"],"names":[],"mappings":"AAkBA,QAAA,MAAM,OAAO;kBAZK,MAAM;kBAGN,MAAM,SAAS,MAAM;qBAGlB,MAAM;CASF,CAAC;AAE1B,eAAO,MAAM,cAAc;kBAjBT,MAAM;kBAGN,MAAM,SAAS,MAAM;qBAGlB,MAAM;CAcF,CAAC;AAE1B,eAAe,OAAO,CAAC"}
|
package/dist/dts/store.d.ts
CHANGED
|
@@ -1,48 +1,5 @@
|
|
|
1
|
-
export declare const coreStore: import("@reduxjs/toolkit").EnhancedStore<{
|
|
2
|
-
|
|
3
|
-
gen3Services: any;
|
|
4
|
-
user: import("./features/user/userSlice").Gen3UserState;
|
|
5
|
-
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
6
|
-
drsHostnames: Record<string, string>;
|
|
7
|
-
modals: import("./features/modals/modalsSlice").ModalState;
|
|
8
|
-
cohorts: import("./features/cohort/cohortSlice").CohortState;
|
|
9
|
-
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
10
|
-
dataLibrarySelection: {};
|
|
11
|
-
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
12
|
-
fetchUserDetails: import("@reduxjs/toolkit/query").QueryDefinition<void, ({ endpoint }: any, { getState }: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
13
|
-
data: {};
|
|
14
|
-
} | {
|
|
15
|
-
data: import(".").Gen3FenceResponse<unknown>;
|
|
16
|
-
}>, never, import("./features/user/userSliceRTK").UserAuthResponse, "userAuthApi">;
|
|
17
|
-
getCSRF: import("@reduxjs/toolkit/query").QueryDefinition<void, ({ endpoint }: any, { getState }: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
18
|
-
data: {};
|
|
19
|
-
} | {
|
|
20
|
-
data: import(".").Gen3FenceResponse<unknown>;
|
|
21
|
-
}>, never, import(".").CSRFToken, "userAuthApi">;
|
|
22
|
-
}, never, "userAuthApi">;
|
|
23
|
-
}, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
24
|
-
dispatch: import("redux-thunk").ThunkDispatch<{
|
|
25
|
-
[x: string]: any;
|
|
26
|
-
gen3Services: any;
|
|
27
|
-
user: import("./features/user/userSlice").Gen3UserState;
|
|
28
|
-
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState;
|
|
29
|
-
drsHostnames: Record<string, string>;
|
|
30
|
-
modals: import("./features/modals/modalsSlice").ModalState;
|
|
31
|
-
cohorts: import("./features/cohort/cohortSlice").CohortState;
|
|
32
|
-
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState;
|
|
33
|
-
dataLibrarySelection: {};
|
|
34
|
-
userAuthApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
35
|
-
fetchUserDetails: import("@reduxjs/toolkit/query").QueryDefinition<void, ({ endpoint }: any, { getState }: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
36
|
-
data: {};
|
|
37
|
-
} | {
|
|
38
|
-
data: import(".").Gen3FenceResponse<unknown>;
|
|
39
|
-
}>, never, import("./features/user/userSliceRTK").UserAuthResponse, "userAuthApi">;
|
|
40
|
-
getCSRF: import("@reduxjs/toolkit/query").QueryDefinition<void, ({ endpoint }: any, { getState }: import("@reduxjs/toolkit/query").BaseQueryApi) => Promise<{
|
|
41
|
-
data: {};
|
|
42
|
-
} | {
|
|
43
|
-
data: import(".").Gen3FenceResponse<unknown>;
|
|
44
|
-
}>, never, import(".").CSRFToken, "userAuthApi">;
|
|
45
|
-
}, never, "userAuthApi">;
|
|
46
|
-
}, undefined, import("redux").UnknownAction>;
|
|
1
|
+
export declare const coreStore: import("@reduxjs/toolkit").EnhancedStore<any, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
2
|
+
dispatch: import("redux-thunk").ThunkDispatch<any, undefined, import("redux").UnknownAction>;
|
|
47
3
|
}>, import("redux").StoreEnhancer]>>;
|
|
48
4
|
export type CoreDispatch = typeof coreStore.dispatch;
|
|
5
|
+
//# sourceMappingURL=store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,SAAS;;oCAYpB,CAAC;AAIH,MAAM,MAAM,YAAY,GAAG,OAAO,SAAS,CAAC,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"store.unit.test.d.ts","sourceRoot":"","sources":["../../src/store.unit.test.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,eAAO,MAAM,mBAAmB,QAAO,SAAiC,CAAC"}
|
|
@@ -54,3 +54,4 @@ export declare function isHttpStatusError(error: unknown): error is HttpError;
|
|
|
54
54
|
export declare function isFetchParseError(error: unknown): error is ParsingError;
|
|
55
55
|
export type AggregationsData = Record<string, HistogramDataArray>;
|
|
56
56
|
export {};
|
|
57
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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,QAAS,GAAG,KAAG,GAAG,IAAI,CAAC,MAAM,EAAE,MAAM,CAMrE,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,GAAG,KAAG,IAAI,IAAI,UAEhD,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,GAAG,KAAG,IAAI,IAAI,SAQ/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAU,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,SAAU,GAAG,KAAG,IAAI,IAAI,aAEnD,CAAC;AAEF,eAAO,MAAM,oBAAoB,UAAW,GAAG,KAAG,KAAK,IAAI,aAAa,EAKvE,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,kBAAkB,CAAC;CAC/B;AAED,eAAO,MAAM,yBAAyB,QAC/B,GAAG,KACP,GAAG,IAAI,uBAIT,CAAC;AAEF,MAAM,WAAW,oBAAoB;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAC;CACxC;AAGD,eAAO,MAAM,sBAAsB,QAC5B,GAAG,KACP,GAAG,IAAI,oBAUT,CAAC;AAEF,eAAO,MAAM,qBAAqB,SAAU,OAAO,KAAG,IAAI,IAAI,aAS7D,CAAC;AAEF,eAAO,MAAM,qBAAqB,SAC1B,GAAG,KACR,IAAI,IAAI,kBAEV,CAAC;AAEF,eAAO,MAAM,0BAA0B,SAAU,GAAG,KAAG,OAEtD,CAAC;AAEF,eAAO,MAAM,0BAA0B,SAAU,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"}
|
|
@@ -7,3 +7,4 @@ export interface JSONObject {
|
|
|
7
7
|
export type JSONValue = string | number | boolean | JSONValue[] | JSONObject;
|
|
8
8
|
export declare const extractValuesFromObject: (jsonPathMappings: JsonPathMapping, obj: JSONObject) => JSONObject;
|
|
9
9
|
export {};
|
|
10
|
+
//# sourceMappingURL=extractvalues.d.ts.map
|
|
@@ -0,0 +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,qBAAsB,eAAe,OAAO,UAAU,KAAG,UAgB5F,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const HTTPErrorMessages: Record<number, string>;
|
|
2
2
|
export declare class HTTPError extends Error {
|
|
3
3
|
status: number;
|
|
4
|
-
responseData?: any;
|
|
5
|
-
constructor(status: number, message: string, responseData?: any);
|
|
4
|
+
responseData?: any | undefined;
|
|
5
|
+
constructor(status: number, message: string, responseData?: any | undefined);
|
|
6
6
|
}
|
|
7
7
|
interface DownloadFromFenceParameters {
|
|
8
8
|
guid: string;
|
|
@@ -15,3 +15,4 @@ interface DownloadFromFenceParameters {
|
|
|
15
15
|
}
|
|
16
16
|
export declare const fetchFencePresignedURL: ({ guid, method, onAbort, signal, }: DownloadFromFenceParameters) => Promise<any>;
|
|
17
17
|
export {};
|
|
18
|
+
//# sourceMappingURL=fetch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../src/utils/fetch.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA4CpD,CAAC;AAEF,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,2BAA2B;IACnC,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,uCAKhC,2BAA2B,iBAgD7B,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { isObject, isString, isNotDefined, isArray } from './ts-utils';
|
|
2
2
|
import { prepareUrl } from './url';
|
|
3
3
|
import { HTTPErrorMessages, HTTPError, fetchFencePresignedURL } from './fetch';
|
|
4
|
-
|
|
4
|
+
import { getCurrentTimestamp, isTimeGreaterThan } from './time';
|
|
5
|
+
export { isObject, isString, isNotDefined, isArray, prepareUrl, fetchFencePresignedURL, HTTPError, HTTPErrorMessages, getCurrentTimestamp, isTimeGreaterThan, };
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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,EAAE,iBAAiB,EAAE,SAAS,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAC/E,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhE,OAAO,EACL,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,UAAU,EACV,sBAAsB,EACtB,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,GAClB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const getCurrentTimestamp: () => number;
|
|
2
|
+
export declare const getFormattedTimestamp: () => string;
|
|
3
|
+
export declare const getTimeDifferenceMs: (startTime: number, endTime?: number) => number;
|
|
4
|
+
export declare const isTimeGreaterThan: (startTime: number, minutes: number) => boolean;
|
|
5
|
+
export declare const getReadableDuration: (milliseconds: number) => string;
|
|
6
|
+
export declare const measureExecutionTime: (func: () => Promise<any>) => Promise<string>;
|
|
7
|
+
export declare const getHighResolutionTimestamp: () => number;
|
|
8
|
+
//# sourceMappingURL=time.d.ts.map
|
|
@@ -0,0 +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,cACnB,MAAM,YACR,MAAM,KACd,MAEF,CAAC;AAGF,eAAO,MAAM,iBAAiB,cACjB,MAAM,WACR,MAAM,KACd,OAIF,CAAC;AAGF,eAAO,MAAM,mBAAmB,iBAAkB,MAAM,KAAG,MAY1D,CAAC;AAGF,eAAO,MAAM,oBAAoB,SAAgB,MAAM,OAAO,CAAC,GAAG,CAAC,oBAKlE,CAAC;AAGF,eAAO,MAAM,0BAA0B,QAAO,MAE7C,CAAC"}
|
|
@@ -2,3 +2,4 @@ export declare const isNotDefined: (x: unknown) => x is undefined;
|
|
|
2
2
|
export declare const isObject: (x: unknown) => x is Record<string, unknown>;
|
|
3
3
|
export declare const isArray: (x: unknown) => x is ReadonlyArray<unknown>;
|
|
4
4
|
export declare const isString: (x: unknown) => x is string;
|
|
5
|
+
//# sourceMappingURL=ts-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ts-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/ts-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,MAAO,OAAO,KAAG,CAAC,IAAI,SAE9C,CAAC;AAEF,eAAO,MAAM,QAAQ,MAAO,OAAO,KAAG,CAAC,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAEhE,CAAC;AAEF,eAAO,MAAM,OAAO,MAAO,OAAO,KAAG,CAAC,IAAI,aAAa,CAAC,OAAO,CAE9D,CAAC;AAEF,eAAO,MAAM,QAAQ,MAAO,OAAO,KAAG,CAAC,IAAI,MAE1C,CAAC"}
|
package/dist/dts/utils/url.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../src/utils/url.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,UAAU,WAAY,MAAM,QAAkC,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -11,9 +11,11 @@ import useSWR from 'swr';
|
|
|
11
11
|
import { JSONPath } from 'jsonpath-plus';
|
|
12
12
|
import { flatten } from 'flat';
|
|
13
13
|
import Papa from 'papaparse';
|
|
14
|
+
import { persistReducer, FLUSH, REHYDRATE, PAUSE, PERSIST, PURGE, REGISTER, persistStore } from 'redux-persist';
|
|
15
|
+
import createWebStorage from 'redux-persist/lib/storage/createWebStorage';
|
|
16
|
+
import { PersistGate } from 'redux-persist/integration/react';
|
|
14
17
|
import Queue from 'queue';
|
|
15
18
|
import { v5 } from 'uuid';
|
|
16
|
-
import { FLUSH, REHYDRATE, PAUSE, PERSIST, PURGE, REGISTER } from 'redux-persist';
|
|
17
19
|
import { CookiesProvider } from 'react-cookie';
|
|
18
20
|
|
|
19
21
|
const GEN3_COMMONS_NAME = process.env.GEN3_COMMONS_NAME || 'gen3';
|
|
@@ -34,12 +36,12 @@ const GEN3_WTS_API = process.env.NEXT_PUBLIC_GEN3_WTS_API || `${GEN3_API}/wts`;
|
|
|
34
36
|
const GEN3_DATA_LIBRARY_API = process.env.NEXT_PUBLIC_GEN3_DATA_LIBRARY_API || `${GEN3_API}/library/lists`;
|
|
35
37
|
const GEN3_CROSSWALK_API = process.env.NEXT_PUBLIC_GEN3_CROSSWALK_API || `${GEN3_API}/mds`;
|
|
36
38
|
const GEN3_SOWER_API = process.env.NEXT_PUBLIC_GEN3_SOWER_API || `${GEN3_API}/jobs`;
|
|
37
|
-
var Accessibility
|
|
38
|
-
(function(Accessibility) {
|
|
39
|
+
var Accessibility = /*#__PURE__*/ function(Accessibility) {
|
|
39
40
|
Accessibility["ACCESSIBLE"] = "accessible";
|
|
40
41
|
Accessibility["UNACCESSIBLE"] = "unaccessible";
|
|
41
42
|
Accessibility["ALL"] = "all";
|
|
42
|
-
|
|
43
|
+
return Accessibility;
|
|
44
|
+
}({});
|
|
43
45
|
const FILE_DELIMITERS = {
|
|
44
46
|
tsv: '\t',
|
|
45
47
|
csv: ','
|
|
@@ -617,14 +619,18 @@ const slice$2 = createSlice({
|
|
|
617
619
|
const drsHostnamesReducer = slice$2.reducer;
|
|
618
620
|
const { setDRSHostnames } = slice$2.actions;
|
|
619
621
|
|
|
620
|
-
|
|
621
|
-
|
|
622
|
+
/**
|
|
623
|
+
* Defines the modals slice of the Redux store.
|
|
624
|
+
* This slice is used to control the display of standard Gen3 modals.
|
|
625
|
+
* and can be extended to add custom modals by representing them as strings.
|
|
626
|
+
*/ var Modals = /*#__PURE__*/ function(Modals) {
|
|
622
627
|
Modals["FirstTimeModal"] = "FirstTimeModal";
|
|
623
628
|
Modals["SessionExpireModal"] = "SessionExpireModal";
|
|
624
629
|
Modals["NoAccessModal"] = "NoAccessModal";
|
|
625
630
|
Modals["CreateCredentialsAPIKeyModal"] = "CreateCredentialsAPIKeyModal";
|
|
626
631
|
Modals["GeneralErrorModal"] = "GeneralErrorModal";
|
|
627
|
-
|
|
632
|
+
return Modals;
|
|
633
|
+
}({});
|
|
628
634
|
const initialState$2 = {
|
|
629
635
|
currentModal: null
|
|
630
636
|
};
|
|
@@ -1352,8 +1358,9 @@ createSelector([
|
|
|
1352
1358
|
(_, rootObjectId)=>rootObjectId
|
|
1353
1359
|
], (dataLibrary, rootObjectId)=>dataLibrary[rootObjectId] || []);
|
|
1354
1360
|
|
|
1355
|
-
|
|
1356
|
-
|
|
1361
|
+
/**
|
|
1362
|
+
* Workspace Pod status
|
|
1363
|
+
*/ var WorkspaceStatus = /*#__PURE__*/ function(WorkspaceStatus) {
|
|
1357
1364
|
WorkspaceStatus["Launching"] = "Launching";
|
|
1358
1365
|
WorkspaceStatus["Running"] = "Running";
|
|
1359
1366
|
WorkspaceStatus["Terminating"] = "Terminating";
|
|
@@ -1361,28 +1368,53 @@ var WorkspaceStatus;
|
|
|
1361
1368
|
WorkspaceStatus["NotFound"] = "Not Found";
|
|
1362
1369
|
WorkspaceStatus["Errored"] = "Errored";
|
|
1363
1370
|
WorkspaceStatus["StatusError"] = "Status Error";
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1371
|
+
return WorkspaceStatus;
|
|
1372
|
+
}({});
|
|
1373
|
+
/**
|
|
1374
|
+
* requested state of pod, either by user or workspace monitor
|
|
1375
|
+
*/ var RequestedWorkspaceStatus = /*#__PURE__*/ function(RequestedWorkspaceStatus) {
|
|
1376
|
+
RequestedWorkspaceStatus["Launch"] = "Launch";
|
|
1377
|
+
RequestedWorkspaceStatus["Terminate"] = "Terminate";
|
|
1378
|
+
RequestedWorkspaceStatus["Unset"] = "Unset";
|
|
1379
|
+
return RequestedWorkspaceStatus;
|
|
1380
|
+
}({});
|
|
1381
|
+
var PodConditionType = /*#__PURE__*/ function(PodConditionType) {
|
|
1367
1382
|
PodConditionType["PodScheduled"] = "PodScheduled";
|
|
1368
1383
|
PodConditionType["Initialized"] = "Initialized";
|
|
1369
1384
|
PodConditionType["ContainersReady"] = "ContainersReady";
|
|
1370
1385
|
PodConditionType["PodReadyToStartContainers"] = "PodReadyToStartContainers";
|
|
1371
1386
|
PodConditionType["ProxyConnected"] = "ProxyConnected";
|
|
1372
1387
|
PodConditionType["Ready"] = "Ready";
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1388
|
+
return PodConditionType;
|
|
1389
|
+
}({});
|
|
1390
|
+
var PodStatus = /*#__PURE__*/ function(PodStatus) {
|
|
1376
1391
|
PodStatus["True"] = "True";
|
|
1377
1392
|
PodStatus["False"] = "False";
|
|
1378
1393
|
PodStatus["Unknown"] = "Unknown";
|
|
1379
|
-
|
|
1394
|
+
return PodStatus;
|
|
1395
|
+
}({});
|
|
1396
|
+
|
|
1397
|
+
// Using the built-in Date object
|
|
1398
|
+
const getCurrentTimestamp = ()=>{
|
|
1399
|
+
return Date.now(); // Returns milliseconds since Unix epoch
|
|
1400
|
+
};
|
|
1401
|
+
// Compare two timestamps and get difference in milliseconds
|
|
1402
|
+
const getTimeDifferenceMs = (startTime, endTime = Date.now())=>{
|
|
1403
|
+
return endTime - startTime;
|
|
1404
|
+
};
|
|
1405
|
+
// Check if time difference is greater than specified minutes
|
|
1406
|
+
const isTimeGreaterThan = (startTime, minutes)=>{
|
|
1407
|
+
const diffMs = getTimeDifferenceMs(startTime);
|
|
1408
|
+
const diffMinutes = diffMs / (1000 * 60);
|
|
1409
|
+
return diffMinutes > minutes;
|
|
1410
|
+
};
|
|
1380
1411
|
|
|
1381
1412
|
const NO_WORKSPACE_ID = 'none';
|
|
1382
1413
|
const initialState = {
|
|
1383
1414
|
id: NO_WORKSPACE_ID,
|
|
1384
1415
|
status: WorkspaceStatus.NotFound,
|
|
1385
|
-
requestedStatus:
|
|
1416
|
+
requestedStatus: RequestedWorkspaceStatus.Unset,
|
|
1417
|
+
requestedStatusTimestamp: getCurrentTimestamp()
|
|
1386
1418
|
};
|
|
1387
1419
|
const slice = createSlice({
|
|
1388
1420
|
name: 'ActiveWorkspace',
|
|
@@ -1410,7 +1442,8 @@ const slice = createSlice({
|
|
|
1410
1442
|
setRequestedWorkspaceStatus: (state, action)=>{
|
|
1411
1443
|
return {
|
|
1412
1444
|
...state,
|
|
1413
|
-
requestedStatus: action.payload
|
|
1445
|
+
requestedStatus: action.payload,
|
|
1446
|
+
requestedStatusTimestamp: getCurrentTimestamp()
|
|
1414
1447
|
};
|
|
1415
1448
|
},
|
|
1416
1449
|
setActiveWorkspace: (_state, action)=>{
|
|
@@ -1425,6 +1458,7 @@ const { setActiveWorkspaceId, clearActiveWorkspaceId, setActiveWorkspaceStatus,
|
|
|
1425
1458
|
const selectActiveWorkspaceId = (state)=>state.activeWorkspace.id;
|
|
1426
1459
|
const selectActiveWorkspaceStatus = (state)=>state.activeWorkspace.status;
|
|
1427
1460
|
const selectRequestedWorkspaceStatus = (state)=>state.activeWorkspace.requestedStatus;
|
|
1461
|
+
const selectRequestedWorkspaceStatusTimestamp = (state)=>state.activeWorkspace.requestedStatusTimestamp;
|
|
1428
1462
|
|
|
1429
1463
|
/**
|
|
1430
1464
|
* Creates a base class core API for guppy API calls.
|
|
@@ -2245,9 +2279,46 @@ const rootReducer = combineReducers({
|
|
|
2245
2279
|
[userAuthApiReducerPath]: userAuthApiReducer
|
|
2246
2280
|
});
|
|
2247
2281
|
|
|
2282
|
+
/* eslint @typescript-eslint/no-unused-vars: 0 */ // Credit to: https://github.com/vercel/next.js/discussions/15687
|
|
2283
|
+
const createNoopStorage = ()=>{
|
|
2284
|
+
return {
|
|
2285
|
+
getItem (_key) {
|
|
2286
|
+
return Promise.resolve(null);
|
|
2287
|
+
},
|
|
2288
|
+
setItem (_key, value) {
|
|
2289
|
+
return Promise.resolve(value);
|
|
2290
|
+
},
|
|
2291
|
+
removeItem (_key) {
|
|
2292
|
+
return Promise.resolve();
|
|
2293
|
+
}
|
|
2294
|
+
};
|
|
2295
|
+
};
|
|
2296
|
+
const storage = typeof window !== 'undefined' ? createWebStorage('local') : createNoopStorage();
|
|
2297
|
+
typeof window !== 'undefined' ? createWebStorage('session') : createNoopStorage();
|
|
2298
|
+
|
|
2299
|
+
const persistConfig = {
|
|
2300
|
+
key: 'root',
|
|
2301
|
+
version: 1,
|
|
2302
|
+
storage,
|
|
2303
|
+
whitelist: [
|
|
2304
|
+
'cohorts',
|
|
2305
|
+
'activeWorkspace'
|
|
2306
|
+
]
|
|
2307
|
+
};
|
|
2248
2308
|
const coreStore = configureStore({
|
|
2249
|
-
reducer: rootReducer,
|
|
2250
|
-
middleware: (getDefaultMiddleware)=>getDefaultMiddleware(
|
|
2309
|
+
reducer: persistReducer(persistConfig, rootReducer),
|
|
2310
|
+
middleware: (getDefaultMiddleware)=>getDefaultMiddleware({
|
|
2311
|
+
serializableCheck: {
|
|
2312
|
+
ignoredActions: [
|
|
2313
|
+
FLUSH,
|
|
2314
|
+
REHYDRATE,
|
|
2315
|
+
PAUSE,
|
|
2316
|
+
PERSIST,
|
|
2317
|
+
PURGE,
|
|
2318
|
+
REGISTER
|
|
2319
|
+
]
|
|
2320
|
+
}
|
|
2321
|
+
}).concat(gen3ServicesReducerMiddleware, guppyAPISliceMiddleware, userAuthApiMiddleware)
|
|
2251
2322
|
});
|
|
2252
2323
|
setupListeners(coreStore.dispatch);
|
|
2253
2324
|
|
|
@@ -2356,7 +2427,7 @@ const fetchFencePresignedURL = async ({ guid, method = 'GET', onAbort = ()=>null
|
|
|
2356
2427
|
}
|
|
2357
2428
|
throw new HTTPError(response.status, errorMessage, errorData);
|
|
2358
2429
|
}
|
|
2359
|
-
return await response.json();
|
|
2430
|
+
return (await response.json())['url'];
|
|
2360
2431
|
} catch (error) {
|
|
2361
2432
|
if (error instanceof Error) {
|
|
2362
2433
|
if (error.name === 'AbortError') {
|
|
@@ -2367,10 +2438,14 @@ const fetchFencePresignedURL = async ({ guid, method = 'GET', onAbort = ()=>null
|
|
|
2367
2438
|
}
|
|
2368
2439
|
};
|
|
2369
2440
|
|
|
2441
|
+
const persistor = persistStore(coreStore);
|
|
2370
2442
|
const CoreProvider = ({ children })=>{
|
|
2371
2443
|
return /*#__PURE__*/ React__default.createElement(Provider, {
|
|
2372
2444
|
store: coreStore
|
|
2373
|
-
},
|
|
2445
|
+
}, /*#__PURE__*/ React__default.createElement(PersistGate, {
|
|
2446
|
+
loading: null,
|
|
2447
|
+
persistor: persistor
|
|
2448
|
+
}, children));
|
|
2374
2449
|
};
|
|
2375
2450
|
|
|
2376
2451
|
/**
|
|
@@ -2475,6 +2550,11 @@ const HasEnoughData = (data, keys, limit)=>{
|
|
|
2475
2550
|
url: `metadata?${params}`
|
|
2476
2551
|
})
|
|
2477
2552
|
}),
|
|
2553
|
+
getMetadataById: builder.query({
|
|
2554
|
+
query: (params)=>({
|
|
2555
|
+
url: `${GEN3_MDS_API}/metadata/${params}`
|
|
2556
|
+
})
|
|
2557
|
+
}),
|
|
2478
2558
|
// TODO: Move this to own slice
|
|
2479
2559
|
getCrosswalkData: builder.query({
|
|
2480
2560
|
queryFn: async (arg, _queryApi, _extraOptions, fetchWithBQ)=>{
|
|
@@ -2530,7 +2610,7 @@ const HasEnoughData = (data, keys, limit)=>{
|
|
|
2530
2610
|
})
|
|
2531
2611
|
})
|
|
2532
2612
|
});
|
|
2533
|
-
const { useGetAggMDSQuery, useGetMDSQuery, useGetTagsQuery, useGetDataQuery, useGetCrosswalkDataQuery, useLazyGetCrosswalkDataQuery, useGetIndexAggMDSQuery } = metadataApi;
|
|
2613
|
+
const { useGetAggMDSQuery, useGetMDSQuery, useGetTagsQuery, useGetDataQuery, useGetMetadataByIdQuery, useGetCrosswalkDataQuery, useLazyGetCrosswalkDataQuery, useGetIndexAggMDSQuery } = metadataApi;
|
|
2534
2614
|
|
|
2535
2615
|
// using a random uuid v4 as the namespace
|
|
2536
2616
|
const GEN3_APP_NAMESPACE = '7bfaa818-c69c-457e-8d87-413cf60c25f0';
|
|
@@ -2561,7 +2641,7 @@ const getGen3AppId = (name, version)=>{
|
|
|
2561
2641
|
// });
|
|
2562
2642
|
const Gen3AppWrapper = (props)=>{
|
|
2563
2643
|
useEffect(()=>{
|
|
2564
|
-
document.title =
|
|
2644
|
+
document.title = `${name}`;
|
|
2565
2645
|
});
|
|
2566
2646
|
return /*#__PURE__*/ React__default.createElement(App, props);
|
|
2567
2647
|
};
|
|
@@ -2854,7 +2934,7 @@ const workspacesApi = WorkspaceWithTags.injectEndpoints({
|
|
|
2854
2934
|
if (workspaceStatus.error) {
|
|
2855
2935
|
return workspaceStatus;
|
|
2856
2936
|
}
|
|
2857
|
-
// TODO:
|
|
2937
|
+
// TODO: Find out IF this is code is required
|
|
2858
2938
|
const workspaceStatusData = workspaceStatus.data;
|
|
2859
2939
|
if (workspaceStatusData.status === WorkspaceStatus.Running && (currentWorkspaceStatus === 'Not Found' || currentWorkspaceStatus === 'Launching')) {
|
|
2860
2940
|
const proxyStatus = await fetchWithBQ(`${GEN3_WORKSPACE_API}/proxy/`);
|
|
@@ -2921,6 +3001,8 @@ const selectWorkspaceStatusFromService = createSelector(workspaceStatusSelector,
|
|
|
2921
3001
|
...EmptyWorkspaceStatusResponse
|
|
2922
3002
|
});
|
|
2923
3003
|
const selectWorkspaceStatus = createSelector(workspaceStatusSelector, (status)=>status?.data?.status ?? WorkspaceStatus.NotFound);
|
|
3004
|
+
const paymodelStatusSelector = workspacesApi.endpoints.getWorkspacePayModels.select();
|
|
3005
|
+
const selectPaymodelStatus = createSelector(paymodelStatusSelector, (status)=>status);
|
|
2924
3006
|
|
|
2925
3007
|
const isWorkspaceActive = (status)=>status === WorkspaceStatus.Running || status === WorkspaceStatus.Launching || status === WorkspaceStatus.Terminating;
|
|
2926
3008
|
const isWorkspaceRunningOrStopping = (status)=>status === WorkspaceStatus.Running || status === WorkspaceStatus.Terminating;
|
|
@@ -3164,5 +3246,5 @@ const { useGetProjectsQuery, useGetSubmissionGraphQLQuery, useGetProjectsDetails
|
|
|
3164
3246
|
});
|
|
3165
3247
|
const { useGetSowerJobListQuery, useLazyGetSowerJobListQuery, useSubmitSowerJobMutation, useGetSowerJobStatusQuery, useGetSowerOutputQuery, useGetSowerServiceStatusQuery } = loadingStatusApi;
|
|
3166
3248
|
|
|
3167
|
-
export { Accessibility, CoreProvider, EmptyWorkspaceStatusResponse, GEN3_API, GEN3_AUTHZ_API, GEN3_COMMONS_NAME, GEN3_CROSSWALK_API, GEN3_DOMAIN, GEN3_DOWNLOADS_ENDPOINT, GEN3_FENCE_API, GEN3_GUPPY_API, GEN3_MDS_API, GEN3_REDIRECT_URL, GEN3_SOWER_API, GEN3_SUBMISSION_API, GEN3_WORKSPACE_API, HTTPError, HTTPErrorMessages, Modals, PodConditionType, PodStatus, WorkspaceStatus, clearActiveWorkspaceId, clearCohortFilters, clearDataLibrarySelection, cohortReducer, convertFilterSetToGqlFilter, coreStore, createAppApiForRTKQ, createAppStore, createGen3App, createGen3AppWithOwnStore, createUseCoreDataHook, dataLibrarySelectionReducer, downloadFromGuppyToBlob, downloadJSONDataFromGuppy, drsHostnamesReducer, extractEnumFilterValue, extractFieldNameFromFullFieldName, extractFilterValue, extractIndexAndFieldNameFromFullFieldName, extractIndexFromFullFieldName, fetchFence, fetchFencePresignedURL, fetchJson, fetchUserState, fieldNameToTitle, gen3Api, getGen3AppId, getNumberOfItemsInDatalist, getTimestamp, graphQLAPI, graphQLWithTags, guppyAPISliceMiddleware, guppyApi, guppyApiReducer, guppyApiSliceReducerPath, handleOperation, hideModal, isAdditionalDataItem, isArray, isAuthenticated, isCohortItem, isErrorWithMessage, isFetchBaseQueryError, isFetchParseError, isFileItem, isFilterEmpty, isFilterSet, isGuppyAggregationData, isHistogramData, isHistogramDataAArray, isHistogramDataAnEnum, isHistogramDataArray, isHistogramDataArrayARange, isHistogramDataArrayAnEnum, isHistogramDataCollection, isHistogramRangeData, isHttpStatusError, isJSONObject, isJSONValue, isJSONValueArray, isNotDefined, isObject, isOperationWithField, isPending, isProgramUrl, isRootUrl, isString, isWorkspaceActive, isWorkspaceRunningOrStopping, listifyMethodsFromMapping, logoutFence, prepareUrl, prependIndexToFieldName, processHistogramResponse, projectCodeFromResourcePath, rawDataQueryStrForEachField, removeCohortFilter, resetUserState, resourcePathFromProjectID, selectActiveWorkspaceId, selectActiveWorkspaceStatus, selectAuthzMappingData, selectCSRFToken, selectCSRFTokenData, selectCohortFilters, selectCurrentCohort, selectCurrentCohortId, selectCurrentCohortName, selectCurrentMessage, selectCurrentModal, selectGen3AppByName, selectGen3AppMetadataByName, selectHeadersWithCSRFToken, selectIndexFilters, selectIndexedFilterByName, selectRequestedWorkspaceStatus, selectUser, selectUserAuthStatus, selectUserData, selectUserDetails, selectUserLoginStatus, selectWorkspaceStatus, selectWorkspaceStatusFromService, setActiveWorkspace, setActiveWorkspaceId, setActiveWorkspaceStatus, setCohortFilter, setDRSHostnames, setDataLibraryListSelection, setRequestedWorkspaceStatus, showModal, submissionApi, trimFirstFieldNameToTitle, updateCohortFilter, useAddDataLibraryListMutation, useAddNewCredentialMutation, useAskQuestionMutation, useAuthorizeFromCredentialsMutation, useCoreDispatch, useCoreSelector, useDataLibrary, useDeleteDataLibraryListMutation, useDownloadFromGuppyMutation, useFetchUserDetailsQuery, useGeneralGQLQuery, useGetAISearchStatusQuery, useGetAISearchVersionQuery, useGetAccessibleDataQuery, useGetActivePayModelQuery, useGetAggMDSQuery, useGetAggsQuery, useGetAllFieldsForTypeQuery, useGetArrayTypes, useGetAuthzMappingsQuery, useGetCSRFQuery, useGetCountsQuery, useGetCredentialsQuery, useGetCrosswalkDataQuery, useGetDataLibraryListQuery, useGetDataLibraryListsQuery, useGetDataQuery, useGetDictionaryQuery, useGetDownloadQuery, useGetExternalLoginsQuery, useGetFieldCountSummaryQuery, useGetFieldsForIndexQuery, useGetIndexAggMDSQuery, useGetIndexFields, useGetJWKKeysQuery, useGetLoginProvidersQuery, useGetMDSQuery, useGetProjectsDetailsQuery, useGetProjectsQuery, useGetRawDataAndTotalCountsQuery, useGetSowerJobListQuery, useGetSowerJobStatusQuery, useGetSowerOutputQuery, useGetSowerServiceStatusQuery, useGetStatus, useGetSubAggsQuery, useGetSubmissionGraphQLQuery, useGetSubmissionsQuery, useGetTagsQuery, useGetWorkspaceOptionsQuery, useGetWorkspacePayModelsQuery, useGetWorkspaceStatusQuery, useGraphQLQuery, useIsExternalConnectedQuery, useIsUserLoggedIn, useLaunchWorkspaceMutation, useLazyFetchUserDetailsQuery, useLazyGeneralGQLQuery, useLazyGetAggsQuery, useLazyGetCrosswalkDataQuery, useLazyGetDownloadQuery, useLazyGetExternalLoginsQuery, useLazyGetProjectsQuery, useLazyGetSowerJobListQuery, useLazyGetSubmissionGraphQLQuery, useLazyIsExternalConnectedQuery, usePrevious, useRemoveCredentialMutation, useSetCurrentPayModelMutation, useSubmitSowerJobMutation, useTerminateWorkspaceMutation, useUpdateDataLibraryListMutation, useUser, useUserAuth, userHasCreateOrUpdateOnAnyProject, userHasDataUpload, userHasMethodForServiceOnProject, userHasMethodForServiceOnResource, userHasMethodOnAnyProject, userHasSheepdogProgramAdmin, userHasSheepdogProjectAdmin };
|
|
3249
|
+
export { Accessibility, CoreProvider, EmptyWorkspaceStatusResponse, GEN3_API, GEN3_AUTHZ_API, GEN3_COMMONS_NAME, GEN3_CROSSWALK_API, GEN3_DOMAIN, GEN3_DOWNLOADS_ENDPOINT, GEN3_FENCE_API, GEN3_GUPPY_API, GEN3_MDS_API, GEN3_REDIRECT_URL, GEN3_SOWER_API, GEN3_SUBMISSION_API, GEN3_WORKSPACE_API, HTTPError, HTTPErrorMessages, Modals, PodConditionType, PodStatus, RequestedWorkspaceStatus, WorkspaceStatus, clearActiveWorkspaceId, clearCohortFilters, clearDataLibrarySelection, cohortReducer, convertFilterSetToGqlFilter, coreStore, createAppApiForRTKQ, createAppStore, createGen3App, createGen3AppWithOwnStore, createUseCoreDataHook, dataLibrarySelectionReducer, downloadFromGuppyToBlob, downloadJSONDataFromGuppy, drsHostnamesReducer, extractEnumFilterValue, extractFieldNameFromFullFieldName, extractFilterValue, extractIndexAndFieldNameFromFullFieldName, extractIndexFromFullFieldName, fetchFence, fetchFencePresignedURL, fetchJson, fetchUserState, fieldNameToTitle, gen3Api, getCurrentTimestamp, getGen3AppId, getNumberOfItemsInDatalist, getTimestamp, graphQLAPI, graphQLWithTags, guppyAPISliceMiddleware, guppyApi, guppyApiReducer, guppyApiSliceReducerPath, handleOperation, hideModal, isAdditionalDataItem, isArray, isAuthenticated, isCohortItem, isErrorWithMessage, isFetchBaseQueryError, isFetchParseError, isFileItem, isFilterEmpty, isFilterSet, isGuppyAggregationData, isHistogramData, isHistogramDataAArray, isHistogramDataAnEnum, isHistogramDataArray, isHistogramDataArrayARange, isHistogramDataArrayAnEnum, isHistogramDataCollection, isHistogramRangeData, isHttpStatusError, isJSONObject, isJSONValue, isJSONValueArray, isNotDefined, isObject, isOperationWithField, isPending, isProgramUrl, isRootUrl, isString, isTimeGreaterThan, isWorkspaceActive, isWorkspaceRunningOrStopping, listifyMethodsFromMapping, logoutFence, prepareUrl, prependIndexToFieldName, processHistogramResponse, projectCodeFromResourcePath, rawDataQueryStrForEachField, removeCohortFilter, resetUserState, resourcePathFromProjectID, selectActiveWorkspaceId, selectActiveWorkspaceStatus, selectAuthzMappingData, selectCSRFToken, selectCSRFTokenData, selectCohortFilters, selectCurrentCohort, selectCurrentCohortId, selectCurrentCohortName, selectCurrentMessage, selectCurrentModal, selectGen3AppByName, selectGen3AppMetadataByName, selectHeadersWithCSRFToken, selectIndexFilters, selectIndexedFilterByName, selectPaymodelStatus, selectRequestedWorkspaceStatus, selectRequestedWorkspaceStatusTimestamp, selectUser, selectUserAuthStatus, selectUserData, selectUserDetails, selectUserLoginStatus, selectWorkspaceStatus, selectWorkspaceStatusFromService, setActiveWorkspace, setActiveWorkspaceId, setActiveWorkspaceStatus, setCohortFilter, setDRSHostnames, setDataLibraryListSelection, setRequestedWorkspaceStatus, showModal, submissionApi, trimFirstFieldNameToTitle, updateCohortFilter, useAddDataLibraryListMutation, useAddNewCredentialMutation, useAskQuestionMutation, useAuthorizeFromCredentialsMutation, useCoreDispatch, useCoreSelector, useDataLibrary, useDeleteDataLibraryListMutation, useDownloadFromGuppyMutation, useFetchUserDetailsQuery, useGeneralGQLQuery, useGetAISearchStatusQuery, useGetAISearchVersionQuery, useGetAccessibleDataQuery, useGetActivePayModelQuery, useGetAggMDSQuery, useGetAggsQuery, useGetAllFieldsForTypeQuery, useGetArrayTypes, useGetAuthzMappingsQuery, useGetCSRFQuery, useGetCountsQuery, useGetCredentialsQuery, useGetCrosswalkDataQuery, useGetDataLibraryListQuery, useGetDataLibraryListsQuery, useGetDataQuery, useGetDictionaryQuery, useGetDownloadQuery, useGetExternalLoginsQuery, useGetFieldCountSummaryQuery, useGetFieldsForIndexQuery, useGetIndexAggMDSQuery, useGetIndexFields, useGetJWKKeysQuery, useGetLoginProvidersQuery, useGetMDSQuery, useGetMetadataByIdQuery, useGetProjectsDetailsQuery, useGetProjectsQuery, useGetRawDataAndTotalCountsQuery, useGetSowerJobListQuery, useGetSowerJobStatusQuery, useGetSowerOutputQuery, useGetSowerServiceStatusQuery, useGetStatus, useGetSubAggsQuery, useGetSubmissionGraphQLQuery, useGetSubmissionsQuery, useGetTagsQuery, useGetWorkspaceOptionsQuery, useGetWorkspacePayModelsQuery, useGetWorkspaceStatusQuery, useGraphQLQuery, useIsExternalConnectedQuery, useIsUserLoggedIn, useLaunchWorkspaceMutation, useLazyFetchUserDetailsQuery, useLazyGeneralGQLQuery, useLazyGetAggsQuery, useLazyGetCrosswalkDataQuery, useLazyGetDownloadQuery, useLazyGetExternalLoginsQuery, useLazyGetProjectsQuery, useLazyGetSowerJobListQuery, useLazyGetSubmissionGraphQLQuery, useLazyIsExternalConnectedQuery, usePrevious, useRemoveCredentialMutation, useSetCurrentPayModelMutation, useSubmitSowerJobMutation, useTerminateWorkspaceMutation, useUpdateDataLibraryListMutation, useUser, useUserAuth, userHasCreateOrUpdateOnAnyProject, userHasDataUpload, userHasMethodForServiceOnProject, userHasMethodForServiceOnResource, userHasMethodOnAnyProject, userHasSheepdogProgramAdmin, userHasSheepdogProjectAdmin };
|
|
3168
3250
|
//# sourceMappingURL=index.js.map
|