@gen3/core 0.10.73 → 0.10.75

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.
Files changed (36) hide show
  1. package/dist/cjs/index.js +52 -52
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/dts/features/aiSearch/aiSearchSlice.d.ts +24 -24
  4. package/dist/dts/features/authz/authzMappingSlice.d.ts +36 -36
  5. package/dist/dts/features/cohort/cohortSlice.d.ts +16 -1
  6. package/dist/dts/features/cohort/cohortSlice.d.ts.map +1 -1
  7. package/dist/dts/features/cohort/index.d.ts +2 -2
  8. package/dist/dts/features/cohort/index.d.ts.map +1 -1
  9. package/dist/dts/features/dataLibrary/dataLibraryApi.d.ts +24 -24
  10. package/dist/dts/features/download/downloadStatusApi.d.ts +37 -39
  11. package/dist/dts/features/download/downloadStatusApi.d.ts.map +1 -1
  12. package/dist/dts/features/fence/credentialsApi.d.ts +12 -12
  13. package/dist/dts/features/fence/fenceApi.d.ts +37 -39
  14. package/dist/dts/features/fence/fenceApi.d.ts.map +1 -1
  15. package/dist/dts/features/fence/jwtApi.d.ts +12 -12
  16. package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts +3 -3
  17. package/dist/dts/features/graphQL/graphQLSlice.d.ts +12 -12
  18. package/dist/dts/features/guppy/guppySlice.d.ts +134 -138
  19. package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
  20. package/dist/dts/features/metadata/metadataSlice.d.ts +97 -99
  21. package/dist/dts/features/metadata/metadataSlice.d.ts.map +1 -1
  22. package/dist/dts/features/sower/sowerApi.d.ts +61 -63
  23. package/dist/dts/features/sower/sowerApi.d.ts.map +1 -1
  24. package/dist/dts/features/submission/submissionApi.d.ts +86 -90
  25. package/dist/dts/features/submission/submissionApi.d.ts.map +1 -1
  26. package/dist/dts/features/user/externalLoginsSlice.d.ts +50 -54
  27. package/dist/dts/features/user/externalLoginsSlice.d.ts.map +1 -1
  28. package/dist/dts/features/user/userSliceRTK.d.ts +121 -123
  29. package/dist/dts/features/user/userSliceRTK.d.ts.map +1 -1
  30. package/dist/dts/features/workspace/workspaceApi.d.ts +138 -138
  31. package/dist/dts/utils/fetch.d.ts +2 -2
  32. package/dist/dts/utils/fetch.d.ts.map +1 -1
  33. package/dist/esm/index.js +38 -33
  34. package/dist/esm/index.js.map +1 -1
  35. package/dist/index.d.ts +832 -848
  36. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen3/core",
3
- "version": "0.10.73",
3
+ "version": "0.10.75",
4
4
  "author": "CTDS",
5
5
  "description": "Core module for Gen3.2. Packages provides an interface for interacting with the gen3 API and a redux store for managing state.",
6
6
  "license": "Apache-2.0",
@@ -67,5 +67,5 @@
67
67
  "files": [
68
68
  "dist"
69
69
  ],
70
- "gitHead": "d669a79afc65d230051453d3c9e8b4cf00632df6"
70
+ "gitHead": "a74ac0cfa482c43acb9a048ebd645560f802eb87"
71
71
  }