@gen3/core 0.12.69 → 0.12.70
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 +2124 -2154
- 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/aiSearch/aiSearchSlice.d.ts +174 -174
- package/dist/dts/features/app/store.d.ts.map +1 -1
- package/dist/dts/features/authz/authzMappingSlice.d.ts +403 -403
- package/dist/dts/features/cedar/cedarApi.d.ts +54 -54
- package/dist/dts/features/cedar/cedarApi.d.ts.map +1 -1
- package/dist/dts/features/cedar/createCedarInstance.d.ts.map +1 -1
- package/dist/dts/features/cohort/cohortManagerSelector.d.ts +5 -5
- package/dist/dts/features/cohort/cohortManagerSelector.d.ts.map +1 -1
- package/dist/dts/features/cohort/cohortManagerSlice.d.ts.map +1 -1
- package/dist/dts/features/cohort/filterCombineModeSlice.d.ts.map +1 -1
- package/dist/dts/features/cohort/filterExpandSlice.d.ts.map +1 -1
- package/dist/dts/features/cohort/sharedFiltersSlice.d.ts +1 -1
- package/dist/dts/features/cohort/sharedFiltersSlice.d.ts.map +1 -1
- package/dist/dts/features/cohort/storage/CohortStorage.d.ts.map +1 -1
- package/dist/dts/features/cohort/utils.d.ts.map +1 -1
- package/dist/dts/features/cohortComparison/cohortFacetSlice.d.ts +60 -60
- package/dist/dts/features/cohortComparison/pValueApi.d.ts +60 -60
- package/dist/dts/features/cohortComparison/vennDiagramSlice.d.ts +60 -60
- package/dist/dts/features/config/registry.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/storage/APIStorageService.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/storage/CachedAPIStorageService.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/storage/DataLibraryStorageService.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/storage/LocalStorageService.d.ts.map +1 -1
- package/dist/dts/features/dataLibrary/storage/tests/data.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/download/constants.d.ts.map +1 -1
- package/dist/dts/features/download/downloadStatusApi.d.ts +235 -235
- 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 +222 -222
- package/dist/dts/features/fence/fenceApi.d.ts +300 -300
- package/dist/dts/features/fence/fenceApi.d.ts.map +1 -1
- package/dist/dts/features/fence/fetchFence.d.ts.map +1 -1
- package/dist/dts/features/fence/jwtApi.d.ts +120 -120
- package/dist/dts/features/fence/utils.d.ts.map +1 -1
- package/dist/dts/features/filters/filters.d.ts +1 -1
- package/dist/dts/features/filters/filters.d.ts.map +1 -1
- package/dist/dts/features/filters/nestedFilters.d.ts +1 -1
- package/dist/dts/features/filters/nestedFilters.d.ts.map +1 -1
- 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/gen3Apps/Gen3App.d.ts.map +1 -1
- package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts +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/graphQL/graphQLSlice.d.ts +61 -61
- package/dist/dts/features/guppy/download.d.ts +9 -0
- package/dist/dts/features/guppy/download.d.ts.map +1 -0
- package/dist/dts/features/guppy/guppyApi.d.ts +2 -2
- package/dist/dts/features/guppy/guppyDownloadSlice.d.ts +120 -120
- package/dist/dts/features/guppy/guppySlice.d.ts +2141 -2141
- package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
- package/dist/dts/features/guppy/index.d.ts +2 -1
- package/dist/dts/features/guppy/index.d.ts.map +1 -1
- package/dist/dts/features/guppy/processing.d.ts.map +1 -1
- package/dist/dts/features/guppy/queryGenerators.d.ts.map +1 -1
- package/dist/dts/features/guppy/range.d.ts.map +1 -1
- package/dist/dts/features/guppy/utils.d.ts +1 -27
- package/dist/dts/features/guppy/utils.d.ts.map +1 -1
- package/dist/dts/features/indexd/indexdSlice.d.ts +240 -240
- package/dist/dts/features/manifest/manifestApi.d.ts +585 -585
- package/dist/dts/features/metadata/metadataSlice.d.ts +540 -540
- package/dist/dts/features/metadata/utils.d.ts.map +1 -1
- package/dist/dts/features/modals/modalsSlice.d.ts.map +1 -1
- package/dist/dts/features/notifications/notificationService.d.ts.map +1 -1
- package/dist/dts/features/requestor/remoteSupport/registeredRemoteSupportServices.d.ts.map +1 -1
- package/dist/dts/features/requestor/remoteSupport/types.d.ts.map +1 -1
- package/dist/dts/features/requestor/requestorSlice.d.ts +354 -354
- package/dist/dts/features/requestor/requestorSlice.d.ts.map +1 -1
- package/dist/dts/features/sower/sowerApi.d.ts +558 -558
- package/dist/dts/features/sower/sowerApi.d.ts.map +1 -1
- package/dist/dts/features/sower/sowerJobDatetime.d.ts.map +1 -1
- package/dist/dts/features/submission/authMappingUtils.d.ts.map +1 -1
- package/dist/dts/features/submission/submissionApi.d.ts +481 -481
- package/dist/dts/features/updateStudyInMDS/mdsApi.d.ts +54 -54
- package/dist/dts/features/updateStudyInMDS/updateStudyInMDS.d.ts.map +1 -1
- package/dist/dts/features/user/externalLoginsSlice.d.ts +241 -241
- package/dist/dts/features/user/externalLoginsSlice.d.ts.map +1 -1
- package/dist/dts/features/user/hooks.d.ts +1 -1
- package/dist/dts/features/user/hooks.d.ts.map +1 -1
- package/dist/dts/features/user/userSlice.d.ts +2 -2
- package/dist/dts/features/user/userSlice.d.ts.map +1 -1
- package/dist/dts/features/user/userSliceRTK.d.ts +672 -692
- 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/jegKernelSlice.d.ts +83 -83
- package/dist/dts/features/workspace/jegWorkspaceSlice.d.ts.map +1 -1
- package/dist/dts/features/workspace/tieredWorkspaceSlice.d.ts.map +1 -1
- package/dist/dts/features/workspace/utils.d.ts.map +1 -1
- package/dist/dts/features/workspace/workspaceApi.d.ts +939 -939
- package/dist/dts/features/workspace/workspaceSlice.d.ts.map +1 -1
- package/dist/dts/hooks.d.ts +1 -1
- package/dist/dts/reducers.d.ts +24 -24
- package/dist/dts/storage-persist.d.ts.map +1 -1
- package/dist/dts/store.d.ts +3 -3
- package/dist/dts/store.d.ts.map +1 -1
- package/dist/dts/types/types.d.ts.map +1 -1
- package/dist/dts/utils/caseConversion.d.ts.map +1 -1
- package/dist/dts/utils/conversions.d.ts.map +1 -1
- package/dist/dts/utils/extractvalues.d.ts.map +1 -1
- package/dist/dts/utils/fetch.d.ts +2 -2
- package/dist/dts/utils/fetch.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 +2124 -2154
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +8363 -8394
- package/package.json +4 -4
|
@@ -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;AAiDD,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;AAiDD,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
|
@@ -57,7 +57,7 @@ export declare const useCoreSelector: import("react-redux").UseSelector<{
|
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
59
|
}>;
|
|
60
|
-
export declare const useCoreDispatch: import("react-redux").UseDispatch<((action: import("redux").Action<
|
|
60
|
+
export declare const useCoreDispatch: import("react-redux").UseDispatch<((action: import("redux").Action<'listenerMiddleware/add'>) => import("@reduxjs/toolkit").UnsubscribeListener) & import("redux-thunk").ThunkDispatch<{
|
|
61
61
|
[x: string]: any;
|
|
62
62
|
gen3Services: any;
|
|
63
63
|
user: import("./features/user/userSlice").Gen3UserState;
|
package/dist/dts/reducers.d.ts
CHANGED
|
@@ -56,16 +56,7 @@ export declare const rootReducer: import("redux").Reducer<{
|
|
|
56
56
|
gen3Apps: import("./features/gen3Apps/gen3AppsSlice").Gen3AppsState | undefined;
|
|
57
57
|
drsHostnames: Record<string, string> | undefined;
|
|
58
58
|
modals: import("./features/modals/modalsSlice").ModalState | undefined;
|
|
59
|
-
cohorts: {
|
|
60
|
-
filtersExpanded: {
|
|
61
|
-
[x: string]: Record<string, boolean>;
|
|
62
|
-
};
|
|
63
|
-
filtersCombineMode: {
|
|
64
|
-
[x: string]: Record<string, import("./index.ts").CombineMode>;
|
|
65
|
-
};
|
|
66
|
-
sharedFilters: import("./features/cohort/sharedFiltersSlice.ts").SharedFiltersState;
|
|
67
|
-
cohortManager: import("@reduxjs/toolkit").EntityState<import("./index.ts").Cohort, string> & import("./features/cohort/cohortManagerSlice.ts").CurrentCohortState;
|
|
68
|
-
} | Partial<{
|
|
59
|
+
cohorts: Partial<{
|
|
69
60
|
filtersExpanded: {
|
|
70
61
|
[x: string]: Record<string, boolean>;
|
|
71
62
|
} | undefined;
|
|
@@ -74,7 +65,16 @@ export declare const rootReducer: import("redux").Reducer<{
|
|
|
74
65
|
} | undefined;
|
|
75
66
|
sharedFilters: import("./features/cohort/sharedFiltersSlice.ts").SharedFiltersState | undefined;
|
|
76
67
|
cohortManager: (import("@reduxjs/toolkit").EntityState<import("./index.ts").Cohort, string> & import("./features/cohort/cohortManagerSlice.ts").CurrentCohortState) | undefined;
|
|
77
|
-
}> |
|
|
68
|
+
}> | {
|
|
69
|
+
filtersExpanded: {
|
|
70
|
+
[x: string]: Record<string, boolean>;
|
|
71
|
+
};
|
|
72
|
+
filtersCombineMode: {
|
|
73
|
+
[x: string]: Record<string, import("./index.ts").CombineMode>;
|
|
74
|
+
};
|
|
75
|
+
sharedFilters: import("./features/cohort/sharedFiltersSlice.ts").SharedFiltersState;
|
|
76
|
+
cohortManager: import("@reduxjs/toolkit").EntityState<import("./index.ts").Cohort, string> & import("./features/cohort/cohortManagerSlice.ts").CurrentCohortState;
|
|
77
|
+
} | undefined;
|
|
78
78
|
activeWorkspace: import("./features/workspace/workspaceSlice").WorkspaceState | undefined;
|
|
79
79
|
tieredWorkspace: import("./features/workspace/tieredWorkspaceSlice").TieredWorkspaceState | undefined;
|
|
80
80
|
workspaceKernels: (import("@reduxjs/toolkit").EntityState<import("./index.ts").KernelStatus, string> & never[]) | undefined;
|
|
@@ -92,7 +92,7 @@ export declare const rootReducer: import("redux").Reducer<{
|
|
|
92
92
|
}>, never, import("./index.ts").CSRFToken, "userAuthApi", import("./server.ts").Gen3FenceResponse<unknown> | {}>;
|
|
93
93
|
}, never, "userAuthApi"> | undefined;
|
|
94
94
|
cart: import("@reduxjs/toolkit").EntityState<import("./index.ts").CartItem, string> | undefined;
|
|
95
|
-
sower: {
|
|
95
|
+
sower: Partial<{
|
|
96
96
|
sowerApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
97
97
|
getSowerJobList: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, import("./index.ts").JobListResponse, "gen3Services", unknown>;
|
|
98
98
|
submitSowerJob: import("@reduxjs/toolkit/query").MutationDefinition<import("./features/sower/sowerApi.ts").DispatchJobParams, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, import("./features/sower/sowerApi.ts").DispatchJobResponse, "gen3Services", unknown>;
|
|
@@ -102,13 +102,17 @@ export declare const rootReducer: import("redux").Reducer<{
|
|
|
102
102
|
output: string;
|
|
103
103
|
}, "gen3Services", unknown>;
|
|
104
104
|
getSowerServiceStatus: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, JSON, "gen3Services", unknown>;
|
|
105
|
-
}, never, "gen3Services"
|
|
106
|
-
sowerJobDatetime: {
|
|
105
|
+
}, never, "gen3Services"> | undefined;
|
|
106
|
+
sowerJobDatetime: ({
|
|
107
107
|
datatimeCache: Record<string, number>;
|
|
108
108
|
} & {
|
|
109
109
|
_persist: import("redux-persist/es/types").PersistState;
|
|
110
|
-
}
|
|
111
|
-
|
|
110
|
+
}) | ({
|
|
111
|
+
datatimeCache: Record<string, number>;
|
|
112
|
+
} & {
|
|
113
|
+
_persist?: import("redux-persist/es/types").PersistState;
|
|
114
|
+
}) | undefined;
|
|
115
|
+
}> | {
|
|
112
116
|
sowerApi: import("@reduxjs/toolkit/query").CombinedState<{
|
|
113
117
|
getSowerJobList: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, import("./index.ts").JobListResponse, "gen3Services", unknown>;
|
|
114
118
|
submitSowerJob: import("@reduxjs/toolkit/query").MutationDefinition<import("./features/sower/sowerApi.ts").DispatchJobParams, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, import("./features/sower/sowerApi.ts").DispatchJobResponse, "gen3Services", unknown>;
|
|
@@ -118,17 +122,13 @@ export declare const rootReducer: import("redux").Reducer<{
|
|
|
118
122
|
output: string;
|
|
119
123
|
}, "gen3Services", unknown>;
|
|
120
124
|
getSowerServiceStatus: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, JSON, "gen3Services", unknown>;
|
|
121
|
-
}, never, "gen3Services"
|
|
122
|
-
sowerJobDatetime:
|
|
125
|
+
}, never, "gen3Services">;
|
|
126
|
+
sowerJobDatetime: {
|
|
123
127
|
datatimeCache: Record<string, number>;
|
|
124
128
|
} & {
|
|
125
129
|
_persist: import("redux-persist/es/types").PersistState;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
} & {
|
|
129
|
-
_persist?: import("redux-persist/es/types").PersistState;
|
|
130
|
-
}) | undefined;
|
|
131
|
-
}> | undefined;
|
|
130
|
+
};
|
|
131
|
+
} | undefined;
|
|
132
132
|
}>>;
|
|
133
133
|
export type CoreState = ReturnType<typeof rootReducer>;
|
|
134
134
|
//# sourceMappingURL=reducers.d.ts.map
|
|
@@ -1 +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;
|
|
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;eAEX,OAAO"}
|
package/dist/dts/store.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CoreState } from './reducers';
|
|
1
|
+
import type { CoreState } from './reducers';
|
|
2
2
|
import type { PersistConfig, PersistState } from 'redux-persist';
|
|
3
3
|
import type { Action, Reducer } from 'redux';
|
|
4
4
|
/**
|
|
@@ -65,7 +65,7 @@ export declare const setupCoreStore: (preloadedState?: Partial<CoreState>) => im
|
|
|
65
65
|
} & {
|
|
66
66
|
_persist: PersistState;
|
|
67
67
|
}, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
68
|
-
dispatch: ((action: Action<
|
|
68
|
+
dispatch: ((action: Action<'listenerMiddleware/add'>) => import("@reduxjs/toolkit").UnsubscribeListener) & import("redux-thunk").ThunkDispatch<{
|
|
69
69
|
[x: string]: any;
|
|
70
70
|
gen3Services: any;
|
|
71
71
|
user: import("./features/user/userSlice").Gen3UserState;
|
|
@@ -174,7 +174,7 @@ export declare const coreStore: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
174
174
|
} & {
|
|
175
175
|
_persist: PersistState;
|
|
176
176
|
}, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
177
|
-
dispatch: ((action: Action<
|
|
177
|
+
dispatch: ((action: Action<'listenerMiddleware/add'>) => import("@reduxjs/toolkit").UnsubscribeListener) & import("redux-thunk").ThunkDispatch<{
|
|
178
178
|
[x: string]: any;
|
|
179
179
|
gen3Services: any;
|
|
180
180
|
user: import("./features/user/userSlice").Gen3UserState;
|
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,
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAM5C,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAWjE,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAI7C;;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;AAiBD,eAAO,MAAM,cAAc,oBAAqB,OAAO,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBArB9C,YAAY;;;;cAAZ,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqC5B,CAAC;AAEL,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAvCF,YAAY;;;;cAAZ,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuCS,CAAC;AAI1C,MAAM,MAAM,YAAY,GAAG,OAAO,SAAS,CAAC,QAAQ,CAAC;AAErD,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,MAAM,SAAS,GACjB,MAAM,GACN,MAAM,GACN,OAAO,GACP,IAAI,GACJ,SAAS,GACT,UAAU,CAAC;AAEf,MAAM,WAAW,UAAU;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B;AAED,MAAM,MAAM,SAAS,GAAG,SAAS,EAAE,CAAC;AAGpC,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,MAAM,SAAS,GACjB,MAAM,GACN,MAAM,GACN,OAAO,GACP,IAAI,GACJ,SAAS,GACT,UAAU,CAAC;AAEf,MAAM,WAAW,UAAU;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B;AAED,MAAM,MAAM,SAAS,GAAG,SAAS,EAAE,CAAC;AAGpC,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,OAAO,KAAG,IAAI,IAAI,SAQnD,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,WAAW,wBAAwB;IACvC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC;AAEtD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;CACzD;AAED,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;AAKjD,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,YAAY,SAAU,OAAO,KAAG,IAAI,IAAI,UAmCpD,CAAC;AAEF,eAAO,MAAM,kBAAkB,SAAU,OAAO,KAAG,IAAI,IAAI,gBAE1D,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,MAAM,WAAW,SAAS;IACxB,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;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,eAAe,CAU1E;AAGD,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;CAChD;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9D,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC,CAAE,SAAQ,kBAAkB;IAC/D,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;CAClB;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC;IACnC,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI,MAAM,kBAAkB,CAAC,CAAC,CAAC,CAAC;AAE9D,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caseConversion.d.ts","sourceRoot":"","sources":["../../../src/utils/caseConversion.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"caseConversion.d.ts","sourceRoot":"","sources":["../../../src/utils/caseConversion.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,QAAS,OAAO,KAAG,OAY1C,CAAC;AAEF,eAAO,MAAM,WAAW,QAAS,OAAO,KAAG,OAY1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversions.d.ts","sourceRoot":"","sources":["../../../src/utils/conversions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAEnE,eAAO,MAAM,YAAY,SAAS,CAAC;AAEnC;;;;;;;GAOG;AACH,eAAO,MAAM,iCAAiC,
|
|
1
|
+
{"version":3,"file":"conversions.d.ts","sourceRoot":"","sources":["../../../src/utils/conversions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAEnE,eAAO,MAAM,YAAY,SAAS,CAAC;AAEnC;;;;;;;GAOG;AACH,eAAO,MAAM,iCAAiC,SACtC,aAAa,KAClB,wBAMF,CAAC;AAEF,eAAO,MAAM,2BAA2B,UAC/B,MAAM,SACN,MAAM,KACZ,MAA6C,CAAC;AAEjD,eAAO,MAAM,2BAA2B,UAC/B,MAAM,SACN,MAAM,KACZ,MAAkD,CAAC;AAEtD,eAAO,MAAM,UAAU,aAAc,MAAM,KAAG,MAyB7C,CAAC;AAEF,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AACD,eAAO,MAAM,QAAQ,0CAIlB,cAAc,KAAG,MAmBnB,CAAC;AAGF;;;;;;;;;GASG;AACH,eAAO,MAAM,UAAU,cACV,MAAM,cACN,OAAO,iBACJ,MAAM,KACnB,MA6BF,CAAC;AAEF;;;;;GAKG;AAEH,eAAO,MAAM,kBAAkB,SACvB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,wBAExB,MAAgD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractvalues.d.ts","sourceRoot":"","sources":["../../../src/utils/extractvalues.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAa,MAAM,UAAU,CAAC;AAEjD,KAAK,eAAe,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAEjD,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"extractvalues.d.ts","sourceRoot":"","sources":["../../../src/utils/extractvalues.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAa,MAAM,UAAU,CAAC;AAEjD,KAAK,eAAe,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAEjD,eAAO,MAAM,uBAAuB,qBAChB,eAAe,OAC5B,UAAU,KACd,UAmBF,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,CAAC,GAAG,GAAG,OACvC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,GAAG,IAAI,GAAG,SAAS,OACpC,MAAM,mBACM,CAAC,KACjB,CAEF,CAAC"}
|
|
@@ -12,8 +12,8 @@ export declare const HTTPErrorMessages: Record<number, string>;
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class HTTPError extends Error {
|
|
14
14
|
status: number;
|
|
15
|
-
responseData?: any
|
|
16
|
-
constructor(status: number, message: string, responseData?: any
|
|
15
|
+
responseData?: any;
|
|
16
|
+
constructor(status: number, message: string, responseData?: any);
|
|
17
17
|
}
|
|
18
18
|
interface FetchFencePresignedURLParameters {
|
|
19
19
|
guid: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../src/utils/fetch.ts"],"names":[],"mappings":"AAKA,oBAAY,UAAU;IACpB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,MAAM,WAAW;CAClB;AAMD,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;
|
|
1
|
+
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../src/utils/fetch.ts"],"names":[],"mappings":"AAKA,oBAAY,UAAU;IACpB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,MAAM,WAAW;CAClB;AAMD,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;IAH3B,YACS,MAAM,EAAE,MAAM,EACrB,OAAO,EAAE,MAAM,EACR,YAAY,CAAC,EAAE,GAAG,EAI1B;CACF;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,uCAKhC,gCAAgC,iBAgDlC,CAAC;AA6BF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,oBAAoB,GAAU,CAAC,GAAG,OAAO,OAC/C,MAAM,iBACG,OAAO,WACb,UAAU,SACZ,OAAO,WACJ,WAAW,KACnB,OAAO,CAAC,CAAC,GAAG,IAAI,CAsClB,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,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;AACF,eAAO,MAAM,YAAY,cAExB,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,qBAAqB,YAAa,MAAM,GAAG,IAAI,GAAG,SAAS,KAAG,MAM1E,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,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"}
|
|
@@ -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,WAAY,MAAM,QAAkC,CAAC"}
|