@gen3/core 0.10.44
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 +2243 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/dts/api.d.ts +8 -0
- package/dist/dts/constants.d.ts +32 -0
- package/dist/dts/dataAccess.d.ts +35 -0
- package/dist/dts/features/aiSearch/aiSearchSlice.d.ts +38 -0
- package/dist/dts/features/aiSearch/index.d.ts +2 -0
- package/dist/dts/features/app/store.d.ts +6 -0
- package/dist/dts/features/authz/authzMappingSlice.d.ts +141 -0
- package/dist/dts/features/authz/index.d.ts +3 -0
- package/dist/dts/features/authz/types.d.ts +5 -0
- package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts +0 -0
- package/dist/dts/features/cohort/cohortSlice.d.ts +95 -0
- package/dist/dts/features/cohort/index.d.ts +2 -0
- package/dist/dts/features/cohort/types.d.ts +0 -0
- package/dist/dts/features/download/constants.d.ts +14 -0
- package/dist/dts/features/download/downloadStatusApi.d.ts +19 -0
- package/dist/dts/features/download/index.d.ts +2 -0
- package/dist/dts/features/download/types.d.ts +20 -0
- package/dist/dts/features/drsResolver/drsHostnameSlice.d.ts +5 -0
- package/dist/dts/features/drsResolver/index.d.ts +2 -0
- package/dist/dts/features/drsResolver/resolvers/cachedDRSResolver.d.ts +1 -0
- package/dist/dts/features/drsResolver/resolvers/dataGUIDSDotOrg.d.ts +6 -0
- package/dist/dts/features/drsResolver/resolvers/tests/dataGUIDSDotOrg.unit.test.d.ts +1 -0
- package/dist/dts/features/drsResolver/types.d.ts +0 -0
- package/dist/dts/features/drsResolver/utils.d.ts +6 -0
- package/dist/dts/features/fence/credentialsApi.d.ts +35 -0
- package/dist/dts/features/fence/fenceApi.d.ts +37 -0
- package/dist/dts/features/fence/index.d.ts +6 -0
- package/dist/dts/features/fence/jwtApi.d.ts +12 -0
- package/dist/dts/features/fence/types.d.ts +12 -0
- package/dist/dts/features/fence/utils.d.ts +12 -0
- package/dist/dts/features/filters/filters.d.ts +122 -0
- package/dist/dts/features/filters/index.d.ts +4 -0
- package/dist/dts/features/filters/tests/utils.unit.test.d.ts +1 -0
- package/dist/dts/features/filters/types.d.ts +113 -0
- package/dist/dts/features/filters/utils.d.ts +26 -0
- package/dist/dts/features/gen3/gen3Api.d.ts +11 -0
- package/dist/dts/features/gen3/index.d.ts +2 -0
- package/dist/dts/features/gen3Apps/Gen3App.d.ts +48 -0
- package/dist/dts/features/gen3Apps/gen3AppRegistry.d.ts +7 -0
- package/dist/dts/features/gen3Apps/gen3AppsSlice.d.ts +19 -0
- package/dist/dts/features/gen3Apps/index.d.ts +3 -0
- package/dist/dts/features/graphQL/graphQLSlice.d.ts +12 -0
- package/dist/dts/features/graphQL/index.d.ts +1 -0
- package/dist/dts/features/guppy/conversion.d.ts +23 -0
- package/dist/dts/features/guppy/guppyApi.d.ts +41 -0
- package/dist/dts/features/guppy/guppyDownloadSlice.d.ts +21 -0
- package/dist/dts/features/guppy/guppySlice.d.ts +120 -0
- package/dist/dts/features/guppy/index.d.ts +6 -0
- package/dist/dts/features/guppy/tests/downloadFromGuppy.unit.test.d.ts +1 -0
- package/dist/dts/features/guppy/types.d.ts +33 -0
- package/dist/dts/features/guppy/utils.d.ts +28 -0
- package/dist/dts/features/metadata/index.d.ts +3 -0
- package/dist/dts/features/metadata/metadataSlice.d.ts +56 -0
- package/dist/dts/features/metadata/types.d.ts +12 -0
- package/dist/dts/features/modals/index.d.ts +2 -0
- package/dist/dts/features/modals/modalsSlice.d.ts +26 -0
- package/dist/dts/features/submission/authMappingUtils.d.ts +15 -0
- package/dist/dts/features/submission/index.d.ts +3 -0
- package/dist/dts/features/submission/submissionApi.d.ts +43 -0
- package/dist/dts/features/submission/types.d.ts +46 -0
- package/dist/dts/features/user/externalLoginsSlice.d.ts +14 -0
- package/dist/dts/features/user/hooks.d.ts +18 -0
- package/dist/dts/features/user/index.d.ts +5 -0
- package/dist/dts/features/user/test/useGetExternalLoginsQuery.unit.test.d.ts +1 -0
- package/dist/dts/features/user/types.d.ts +50 -0
- package/dist/dts/features/user/userSlice.d.ts +53 -0
- package/dist/dts/features/user/userSliceRTK.d.ts +484 -0
- package/dist/dts/features/workspace/index.d.ts +2 -0
- package/dist/dts/features/workspace/types.d.ts +0 -0
- package/dist/dts/features/workspace/workspacesSlice.d.ts +6 -0
- package/dist/dts/hooks.d.ts +36 -0
- package/dist/dts/index.d.ts +23 -0
- package/dist/dts/provider.d.ts +2 -0
- package/dist/dts/reducers.d.ts +22 -0
- package/dist/dts/store.d.ts +53 -0
- package/dist/dts/store.unit.test.d.ts +2 -0
- package/dist/dts/types/index.d.ts +51 -0
- package/dist/dts/utils/extractvalues.d.ts +9 -0
- package/dist/dts/utils/index.d.ts +2 -0
- package/dist/dts/utils/ts-utils.d.ts +4 -0
- package/dist/esm/index.js +2083 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/index.d.ts +1604 -0
- package/package.json +70 -0
package/package.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@gen3/core",
|
|
3
|
+
"version": "0.10.44",
|
|
4
|
+
"author": "CTDS",
|
|
5
|
+
"description": "Core module for gen3 frontend. Provides an interface for interacting with the gen3 API and a redux store for managing state.",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"engines": {
|
|
8
|
+
"npm": ">=10.2.3",
|
|
9
|
+
"node": ">=20.11.0"
|
|
10
|
+
},
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"types": "dist/index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": {
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
18
|
+
"default": "./dist/esm/index.js"
|
|
19
|
+
},
|
|
20
|
+
"require": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"default": "./dist/cjs/index.js"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"scripts": {
|
|
27
|
+
"lint": "eslint .",
|
|
28
|
+
"compile": "tsc",
|
|
29
|
+
"clean": "rimraf dist",
|
|
30
|
+
"types": "tsc --emitDeclarationOnly",
|
|
31
|
+
"build": "npm run clean && npm run compile && rollup --config rollup.config.mjs",
|
|
32
|
+
"build:clean": "npm run clean && npm run compile && npm run types && rollup --config rollup.config.mjs",
|
|
33
|
+
"build:watch": "npm run compile && npm run build -- --watch",
|
|
34
|
+
"test": "jest unit",
|
|
35
|
+
"test:watch": "jest unit --watch",
|
|
36
|
+
"test:int": "jest int",
|
|
37
|
+
"test:all": "jest",
|
|
38
|
+
"dev": "npm run build:watch"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"react": "^18.2.0",
|
|
42
|
+
"react-dom": "^18.2.0"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@swc/wasm": "^1.3.85",
|
|
46
|
+
"@testing-library/react": "^14.0.0",
|
|
47
|
+
"@types/estree": "^1.0.0",
|
|
48
|
+
"@types/fastestsmallesttextencoderdecoder": "^1.0.2",
|
|
49
|
+
"@types/flat": "^5.0.3",
|
|
50
|
+
"@types/isomorphic-fetch": "^0.0.36",
|
|
51
|
+
"@types/jest": "^29.5.12",
|
|
52
|
+
"@types/jsonpath-plus": "5.0.5",
|
|
53
|
+
"@types/lodash": "^4.14.191",
|
|
54
|
+
"@types/papaparse": "^5.3.14",
|
|
55
|
+
"@types/uuid": "^9.0.0"
|
|
56
|
+
},
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"@reduxjs/toolkit": "1.9.5",
|
|
59
|
+
"flat": "^6.0.1",
|
|
60
|
+
"papaparse": "^5.4.1",
|
|
61
|
+
"queue": "6.0.2",
|
|
62
|
+
"react-redux": "^8.1.0",
|
|
63
|
+
"redux-persist": "^6.0.0",
|
|
64
|
+
"uuid": "^9.0.1"
|
|
65
|
+
},
|
|
66
|
+
"files": [
|
|
67
|
+
"dist"
|
|
68
|
+
],
|
|
69
|
+
"gitHead": "4fa5483ea0d4d9d1e7b861ce0763490afd799e26"
|
|
70
|
+
}
|