@gen3/core 0.10.79 → 0.10.81

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 (87) hide show
  1. package/dist/cjs/index.js +681 -444
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/dts/constants.d.ts.map +1 -1
  4. package/dist/dts/dataAccess.d.ts.map +1 -1
  5. package/dist/dts/features/cohort/cohortSlice.d.ts.map +1 -1
  6. package/dist/dts/features/cohort/filterCombineModeSlice.d.ts +12 -0
  7. package/dist/dts/features/cohort/filterCombineModeSlice.d.ts.map +1 -0
  8. package/dist/dts/features/cohort/filterExpandSlice.d.ts +15 -0
  9. package/dist/dts/features/cohort/filterExpandSlice.d.ts.map +1 -0
  10. package/dist/dts/features/cohort/index.d.ts +6 -2
  11. package/dist/dts/features/cohort/index.d.ts.map +1 -1
  12. package/dist/dts/features/cohort/reducers.d.ts +20 -0
  13. package/dist/dts/features/cohort/reducers.d.ts.map +1 -0
  14. package/dist/dts/features/cohort/sharedFiltersSlice.d.ts +17 -0
  15. package/dist/dts/features/cohort/sharedFiltersSlice.d.ts.map +1 -0
  16. package/dist/dts/features/cohort/types.d.ts +1 -0
  17. package/dist/dts/features/cohort/types.d.ts.map +1 -1
  18. package/dist/dts/features/dataLibrary/dataLibraryIndexDB.d.ts.map +1 -1
  19. package/dist/dts/features/dataLibrary/dataLibrarySelectionSlice.d.ts.map +1 -1
  20. package/dist/dts/features/dataLibrary/types.d.ts.map +1 -1
  21. package/dist/dts/features/dataLibrary/useDataLibrary.d.ts.map +1 -1
  22. package/dist/dts/features/dataLibrary/utils.d.ts.map +1 -1
  23. package/dist/dts/features/drsResolver/drsHostnameSlice.d.ts.map +1 -1
  24. package/dist/dts/features/drsResolver/resolvers/cachedDRSResolver.d.ts.map +1 -1
  25. package/dist/dts/features/drsResolver/resolvers/dataGUIDSDotOrg.d.ts.map +1 -1
  26. package/dist/dts/features/drsResolver/utils.d.ts.map +1 -1
  27. package/dist/dts/features/fence/credentialsApi.d.ts.map +1 -1
  28. package/dist/dts/features/fence/fenceApi.d.ts +270 -1
  29. package/dist/dts/features/fence/fenceApi.d.ts.map +1 -1
  30. package/dist/dts/features/fence/index.d.ts +2 -2
  31. package/dist/dts/features/fence/index.d.ts.map +1 -1
  32. package/dist/dts/features/fence/utils.d.ts +1 -0
  33. package/dist/dts/features/fence/utils.d.ts.map +1 -1
  34. package/dist/dts/features/filters/filters.d.ts +2 -0
  35. package/dist/dts/features/filters/filters.d.ts.map +1 -1
  36. package/dist/dts/features/filters/index.d.ts +2 -2
  37. package/dist/dts/features/filters/index.d.ts.map +1 -1
  38. package/dist/dts/features/filters/types.d.ts +4 -0
  39. package/dist/dts/features/filters/types.d.ts.map +1 -1
  40. package/dist/dts/features/filters/utils.d.ts.map +1 -1
  41. package/dist/dts/features/gen3/index.d.ts.map +1 -1
  42. package/dist/dts/features/gen3Apps/Gen3App.d.ts.map +1 -1
  43. package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts.map +1 -1
  44. package/dist/dts/features/gen3Apps/gen3AppRegistry.d.ts.map +1 -1
  45. package/dist/dts/features/gen3Apps/gen3AppsSlice.d.ts.map +1 -1
  46. package/dist/dts/features/guppy/guppySlice.d.ts +373 -0
  47. package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
  48. package/dist/dts/features/guppy/index.d.ts +2 -2
  49. package/dist/dts/features/guppy/index.d.ts.map +1 -1
  50. package/dist/dts/features/guppy/tests/grouping.unit.test.d.ts +2 -0
  51. package/dist/dts/features/guppy/tests/grouping.unit.test.d.ts.map +1 -0
  52. package/dist/dts/features/guppy/types.d.ts +6 -0
  53. package/dist/dts/features/guppy/types.d.ts.map +1 -1
  54. package/dist/dts/features/guppy/utils.d.ts +2 -1
  55. package/dist/dts/features/guppy/utils.d.ts.map +1 -1
  56. package/dist/dts/features/modals/modalsSlice.d.ts.map +1 -1
  57. package/dist/dts/features/submission/authMappingUtils.d.ts.map +1 -1
  58. package/dist/dts/features/user/hooks.d.ts +10 -14
  59. package/dist/dts/features/user/hooks.d.ts.map +1 -1
  60. package/dist/dts/features/user/userSlice.d.ts.map +1 -1
  61. package/dist/dts/features/user/userSliceRTK.d.ts +30 -3
  62. package/dist/dts/features/user/userSliceRTK.d.ts.map +1 -1
  63. package/dist/dts/features/user/utils.d.ts.map +1 -1
  64. package/dist/dts/features/workspace/utils.d.ts.map +1 -1
  65. package/dist/dts/features/workspace/workspaceSlice.d.ts.map +1 -1
  66. package/dist/dts/hooks.d.ts +20 -2
  67. package/dist/dts/hooks.d.ts.map +1 -1
  68. package/dist/dts/reducers.d.ts +29 -2
  69. package/dist/dts/reducers.d.ts.map +1 -1
  70. package/dist/dts/store.d.ts +40 -4
  71. package/dist/dts/store.d.ts.map +1 -1
  72. package/dist/dts/types/index.d.ts.map +1 -1
  73. package/dist/dts/utils/extractvalues.d.ts.map +1 -1
  74. package/dist/dts/utils/fetch.d.ts +21 -2
  75. package/dist/dts/utils/fetch.d.ts.map +1 -1
  76. package/dist/dts/utils/index.d.ts +2 -2
  77. package/dist/dts/utils/index.d.ts.map +1 -1
  78. package/dist/dts/utils/time.d.ts.map +1 -1
  79. package/dist/dts/utils/ts-utils.d.ts.map +1 -1
  80. package/dist/dts/utils/url.d.ts.map +1 -1
  81. package/dist/esm/index.js +664 -444
  82. package/dist/esm/index.js.map +1 -1
  83. package/dist/index.d.ts +5200 -4656
  84. package/package.json +2 -3
  85. package/LICENSE +0 -201
  86. package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts +0 -1
  87. package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.