@gen3/core 0.10.68 → 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 +130 -37
- 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 +107 -25
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1467 -908
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gen3/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.69",
|
|
4
4
|
"author": "CTDS",
|
|
5
5
|
"description": "Core module for gen3 frontend. Provides an interface for interacting with the gen3 API and a redux store for managing state.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dev": "npm run build:watch"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"react": "^18.
|
|
41
|
+
"react": "^18.3.1",
|
|
42
42
|
"react-cookie": "^7.2.2",
|
|
43
|
-
"react-dom": "^18.
|
|
43
|
+
"react-dom": "^18.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@swc/wasm": "^1.3.85",
|
|
@@ -48,23 +48,24 @@
|
|
|
48
48
|
"@types/estree": "^1.0.0",
|
|
49
49
|
"@types/fastestsmallesttextencoderdecoder": "^1.0.2",
|
|
50
50
|
"@types/flat": "^5.0.3",
|
|
51
|
-
"@types/isomorphic-fetch": "^0.0.
|
|
51
|
+
"@types/isomorphic-fetch": "^0.0.39",
|
|
52
52
|
"@types/lodash": "^4.14.191",
|
|
53
53
|
"@types/papaparse": "^5.3.14",
|
|
54
54
|
"@types/uuid": "^9.0.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@reduxjs/toolkit": "^2.
|
|
57
|
+
"@reduxjs/toolkit": "^2.5.0",
|
|
58
58
|
"flat": "^6.0.1",
|
|
59
59
|
"papaparse": "^5.4.1",
|
|
60
60
|
"queue": "6.0.2",
|
|
61
|
-
"react-redux": "^9.
|
|
61
|
+
"react-redux": "^9.2.0",
|
|
62
62
|
"redux": "^5.0.1",
|
|
63
63
|
"redux-persist": "^6.0.0",
|
|
64
|
-
"swr": "^2.
|
|
64
|
+
"swr": "^2.3.0",
|
|
65
65
|
"uuid": "^9.0.1"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|
|
68
68
|
"dist"
|
|
69
|
-
]
|
|
69
|
+
],
|
|
70
|
+
"gitHead": "207ef06b6715383c99a728fd1dba91f59cec01ce"
|
|
70
71
|
}
|