@gen3/core 0.12.68 → 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gen3/core",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.70",
|
|
4
4
|
"author": "CTDS",
|
|
5
5
|
"description": "Core module for Gen3.2. Packages provides an interface for interacting with the gen3 API, various types, and a redux store for managing state.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"scripts": {
|
|
37
37
|
"lint": "oxlint",
|
|
38
38
|
"lint:fix": "oxlint --fix",
|
|
39
|
-
"compile": "
|
|
39
|
+
"compile": "tsgo",
|
|
40
40
|
"clean": "rm -rf dist",
|
|
41
|
-
"types": "
|
|
41
|
+
"types": "tsgo --emitDeclarationOnly --skipLibCheck",
|
|
42
42
|
"build": "npm run clean && npm run compile && rollup --config rollup.config.mjs",
|
|
43
43
|
"build:clean": "npm run clean && npm run compile && npm run types && rollup --config rollup.config.mjs",
|
|
44
44
|
"build:watch": "npm run compile && npm run build -- --watch",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"files": [
|
|
83
83
|
"dist"
|
|
84
84
|
],
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "4441639497c4a78dc88f18f24175ed4bdfe97e27"
|
|
86
86
|
}
|