@gen3/core 0.10.67 → 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.
Files changed (209) hide show
  1. package/LICENSE +201 -0
  2. package/dist/cjs/index.js +131 -38
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/dts/constants.d.ts +1 -0
  5. package/dist/dts/constants.d.ts.map +1 -0
  6. package/dist/dts/dataAccess.d.ts +1 -0
  7. package/dist/dts/dataAccess.d.ts.map +1 -0
  8. package/dist/dts/features/aiSearch/aiSearchSlice.d.ts +25 -24
  9. package/dist/dts/features/aiSearch/aiSearchSlice.d.ts.map +1 -0
  10. package/dist/dts/features/aiSearch/index.d.ts +1 -0
  11. package/dist/dts/features/aiSearch/index.d.ts.map +1 -0
  12. package/dist/dts/features/app/store.d.ts +1 -0
  13. package/dist/dts/features/app/store.d.ts.map +1 -0
  14. package/dist/dts/features/authz/authzMappingSlice.d.ts +37 -36
  15. package/dist/dts/features/authz/authzMappingSlice.d.ts.map +1 -0
  16. package/dist/dts/features/authz/index.d.ts +1 -0
  17. package/dist/dts/features/authz/index.d.ts.map +1 -0
  18. package/dist/dts/features/authz/types.d.ts +1 -0
  19. package/dist/dts/features/authz/types.d.ts.map +1 -0
  20. package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts +1 -0
  21. package/dist/dts/features/cohort/cohortBuilderConfigSlice.d.ts.map +1 -0
  22. package/dist/dts/features/cohort/cohortSlice.d.ts +1 -0
  23. package/dist/dts/features/cohort/cohortSlice.d.ts.map +1 -0
  24. package/dist/dts/features/cohort/index.d.ts +1 -0
  25. package/dist/dts/features/cohort/index.d.ts.map +1 -0
  26. package/dist/dts/features/cohort/types.d.ts +1 -0
  27. package/dist/dts/features/cohort/types.d.ts.map +1 -0
  28. package/dist/dts/features/dataLibrary/dataLibraryApi.d.ts +25 -24
  29. package/dist/dts/features/dataLibrary/dataLibraryApi.d.ts.map +1 -0
  30. package/dist/dts/features/dataLibrary/dataLibraryIndexDB.d.ts +1 -0
  31. package/dist/dts/features/dataLibrary/dataLibraryIndexDB.d.ts.map +1 -0
  32. package/dist/dts/features/dataLibrary/dataLibrarySelectionSlice.d.ts +1 -0
  33. package/dist/dts/features/dataLibrary/dataLibrarySelectionSlice.d.ts.map +1 -0
  34. package/dist/dts/features/dataLibrary/index.d.ts +1 -0
  35. package/dist/dts/features/dataLibrary/index.d.ts.map +1 -0
  36. package/dist/dts/features/dataLibrary/types.d.ts +1 -0
  37. package/dist/dts/features/dataLibrary/types.d.ts.map +1 -0
  38. package/dist/dts/features/dataLibrary/useDataLibrary.d.ts +1 -0
  39. package/dist/dts/features/dataLibrary/useDataLibrary.d.ts.map +1 -0
  40. package/dist/dts/features/dataLibrary/utils.d.ts +1 -0
  41. package/dist/dts/features/dataLibrary/utils.d.ts.map +1 -0
  42. package/dist/dts/features/download/constants.d.ts +1 -0
  43. package/dist/dts/features/download/constants.d.ts.map +1 -0
  44. package/dist/dts/features/download/downloadStatusApi.d.ts +40 -37
  45. package/dist/dts/features/download/downloadStatusApi.d.ts.map +1 -0
  46. package/dist/dts/features/download/index.d.ts +1 -0
  47. package/dist/dts/features/download/index.d.ts.map +1 -0
  48. package/dist/dts/features/download/types.d.ts +1 -0
  49. package/dist/dts/features/download/types.d.ts.map +1 -0
  50. package/dist/dts/features/drsResolver/drsHostnameSlice.d.ts +1 -0
  51. package/dist/dts/features/drsResolver/drsHostnameSlice.d.ts.map +1 -0
  52. package/dist/dts/features/drsResolver/index.d.ts +1 -0
  53. package/dist/dts/features/drsResolver/index.d.ts.map +1 -0
  54. package/dist/dts/features/drsResolver/resolvers/cachedDRSResolver.d.ts +1 -0
  55. package/dist/dts/features/drsResolver/resolvers/cachedDRSResolver.d.ts.map +1 -0
  56. package/dist/dts/features/drsResolver/resolvers/dataGUIDSDotOrg.d.ts +1 -0
  57. package/dist/dts/features/drsResolver/resolvers/dataGUIDSDotOrg.d.ts.map +1 -0
  58. package/dist/dts/features/drsResolver/resolvers/tests/dataGUIDSDotOrg.unit.test.d.ts +1 -0
  59. package/dist/dts/features/drsResolver/resolvers/tests/dataGUIDSDotOrg.unit.test.d.ts.map +1 -0
  60. package/dist/dts/features/drsResolver/types.d.ts +1 -0
  61. package/dist/dts/features/drsResolver/types.d.ts.map +1 -0
  62. package/dist/dts/features/drsResolver/utils.d.ts +1 -0
  63. package/dist/dts/features/drsResolver/utils.d.ts.map +1 -0
  64. package/dist/dts/features/fence/credentialsApi.d.ts +13 -12
  65. package/dist/dts/features/fence/credentialsApi.d.ts.map +1 -0
  66. package/dist/dts/features/fence/fenceApi.d.ts +40 -37
  67. package/dist/dts/features/fence/fenceApi.d.ts.map +1 -0
  68. package/dist/dts/features/fence/index.d.ts +1 -0
  69. package/dist/dts/features/fence/index.d.ts.map +1 -0
  70. package/dist/dts/features/fence/jwtApi.d.ts +13 -12
  71. package/dist/dts/features/fence/jwtApi.d.ts.map +1 -0
  72. package/dist/dts/features/fence/types.d.ts +1 -0
  73. package/dist/dts/features/fence/types.d.ts.map +1 -0
  74. package/dist/dts/features/fence/utils.d.ts +1 -0
  75. package/dist/dts/features/fence/utils.d.ts.map +1 -0
  76. package/dist/dts/features/filters/filters.d.ts +1 -0
  77. package/dist/dts/features/filters/filters.d.ts.map +1 -0
  78. package/dist/dts/features/filters/index.d.ts +1 -0
  79. package/dist/dts/features/filters/index.d.ts.map +1 -0
  80. package/dist/dts/features/filters/tests/utils.unit.test.d.ts +1 -0
  81. package/dist/dts/features/filters/tests/utils.unit.test.d.ts.map +1 -0
  82. package/dist/dts/features/filters/types.d.ts +1 -0
  83. package/dist/dts/features/filters/types.d.ts.map +1 -0
  84. package/dist/dts/features/filters/utils.d.ts +1 -0
  85. package/dist/dts/features/filters/utils.d.ts.map +1 -0
  86. package/dist/dts/features/gen3/gen3Api.d.ts +1 -0
  87. package/dist/dts/features/gen3/gen3Api.d.ts.map +1 -0
  88. package/dist/dts/features/gen3/index.d.ts +1 -0
  89. package/dist/dts/features/gen3/index.d.ts.map +1 -0
  90. package/dist/dts/features/gen3Apps/Gen3App.d.ts +1 -0
  91. package/dist/dts/features/gen3Apps/Gen3App.d.ts.map +1 -0
  92. package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts +4 -3
  93. package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts.map +1 -0
  94. package/dist/dts/features/gen3Apps/constants.d.ts +1 -0
  95. package/dist/dts/features/gen3Apps/constants.d.ts.map +1 -0
  96. package/dist/dts/features/gen3Apps/gen3AppRegistry.d.ts +1 -0
  97. package/dist/dts/features/gen3Apps/gen3AppRegistry.d.ts.map +1 -0
  98. package/dist/dts/features/gen3Apps/gen3AppsSlice.d.ts +1 -0
  99. package/dist/dts/features/gen3Apps/gen3AppsSlice.d.ts.map +1 -0
  100. package/dist/dts/features/gen3Apps/index.d.ts +1 -0
  101. package/dist/dts/features/gen3Apps/index.d.ts.map +1 -0
  102. package/dist/dts/features/graphQL/graphQLSlice.d.ts +13 -12
  103. package/dist/dts/features/graphQL/graphQLSlice.d.ts.map +1 -0
  104. package/dist/dts/features/graphQL/index.d.ts +1 -0
  105. package/dist/dts/features/graphQL/index.d.ts.map +1 -0
  106. package/dist/dts/features/guppy/conversion.d.ts +1 -0
  107. package/dist/dts/features/guppy/conversion.d.ts.map +1 -0
  108. package/dist/dts/features/guppy/guppyApi.d.ts +1 -0
  109. package/dist/dts/features/guppy/guppyApi.d.ts.map +1 -0
  110. package/dist/dts/features/guppy/guppyDownloadSlice.d.ts +1 -0
  111. package/dist/dts/features/guppy/guppyDownloadSlice.d.ts.map +1 -0
  112. package/dist/dts/features/guppy/guppySlice.d.ts +139 -134
  113. package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -0
  114. package/dist/dts/features/guppy/index.d.ts +1 -0
  115. package/dist/dts/features/guppy/index.d.ts.map +1 -0
  116. package/dist/dts/features/guppy/tests/conversion.unit.test.d.ts +1 -0
  117. package/dist/dts/features/guppy/tests/conversion.unit.test.d.ts.map +1 -0
  118. package/dist/dts/features/guppy/tests/downloadFromGuppy.unit.test.d.ts +1 -0
  119. package/dist/dts/features/guppy/tests/downloadFromGuppy.unit.test.d.ts.map +1 -0
  120. package/dist/dts/features/guppy/tests/guppySlice.unit.test.d.ts +1 -0
  121. package/dist/dts/features/guppy/tests/guppySlice.unit.test.d.ts.map +1 -0
  122. package/dist/dts/features/guppy/tests/jsonpath.unit.test.d.ts +1 -0
  123. package/dist/dts/features/guppy/tests/jsonpath.unit.test.d.ts.map +1 -0
  124. package/dist/dts/features/guppy/types.d.ts +1 -0
  125. package/dist/dts/features/guppy/types.d.ts.map +1 -0
  126. package/dist/dts/features/guppy/utils.d.ts +1 -0
  127. package/dist/dts/features/guppy/utils.d.ts.map +1 -0
  128. package/dist/dts/features/metadata/index.d.ts +3 -2
  129. package/dist/dts/features/metadata/index.d.ts.map +1 -0
  130. package/dist/dts/features/metadata/metadataSlice.d.ts +221 -85
  131. package/dist/dts/features/metadata/metadataSlice.d.ts.map +1 -0
  132. package/dist/dts/features/metadata/types.d.ts +1 -0
  133. package/dist/dts/features/metadata/types.d.ts.map +1 -0
  134. package/dist/dts/features/modals/index.d.ts +1 -0
  135. package/dist/dts/features/modals/index.d.ts.map +1 -0
  136. package/dist/dts/features/modals/modalsSlice.d.ts +1 -0
  137. package/dist/dts/features/modals/modalsSlice.d.ts.map +1 -0
  138. package/dist/dts/features/sower/index.d.ts +1 -0
  139. package/dist/dts/features/sower/index.d.ts.map +1 -0
  140. package/dist/dts/features/sower/sowerApi.d.ts +64 -61
  141. package/dist/dts/features/sower/sowerApi.d.ts.map +1 -0
  142. package/dist/dts/features/sower/types.d.ts +1 -0
  143. package/dist/dts/features/sower/types.d.ts.map +1 -0
  144. package/dist/dts/features/submission/authMappingUtils.d.ts +1 -0
  145. package/dist/dts/features/submission/authMappingUtils.d.ts.map +1 -0
  146. package/dist/dts/features/submission/index.d.ts +1 -0
  147. package/dist/dts/features/submission/index.d.ts.map +1 -0
  148. package/dist/dts/features/submission/submissionApi.d.ts +91 -86
  149. package/dist/dts/features/submission/submissionApi.d.ts.map +1 -0
  150. package/dist/dts/features/submission/types.d.ts +1 -0
  151. package/dist/dts/features/submission/types.d.ts.map +1 -0
  152. package/dist/dts/features/user/externalLoginsSlice.d.ts +55 -50
  153. package/dist/dts/features/user/externalLoginsSlice.d.ts.map +1 -0
  154. package/dist/dts/features/user/hooks.d.ts +1 -0
  155. package/dist/dts/features/user/hooks.d.ts.map +1 -0
  156. package/dist/dts/features/user/index.d.ts +1 -0
  157. package/dist/dts/features/user/index.d.ts.map +1 -0
  158. package/dist/dts/features/user/test/useGetExternalLoginsQuery.unit.test.d.ts +1 -0
  159. package/dist/dts/features/user/test/useGetExternalLoginsQuery.unit.test.d.ts.map +1 -0
  160. package/dist/dts/features/user/types.d.ts +1 -0
  161. package/dist/dts/features/user/types.d.ts.map +1 -0
  162. package/dist/dts/features/user/userSlice.d.ts +1 -0
  163. package/dist/dts/features/user/userSlice.d.ts.map +1 -0
  164. package/dist/dts/features/user/userSliceRTK.d.ts +124 -121
  165. package/dist/dts/features/user/userSliceRTK.d.ts.map +1 -0
  166. package/dist/dts/features/user/utils.d.ts +1 -0
  167. package/dist/dts/features/user/utils.d.ts.map +1 -0
  168. package/dist/dts/features/workspace/index.d.ts +4 -3
  169. package/dist/dts/features/workspace/index.d.ts.map +1 -0
  170. package/dist/dts/features/workspace/types.d.ts +12 -0
  171. package/dist/dts/features/workspace/types.d.ts.map +1 -0
  172. package/dist/dts/features/workspace/utils.d.ts +1 -0
  173. package/dist/dts/features/workspace/utils.d.ts.map +1 -0
  174. package/dist/dts/features/workspace/workspaceApi.d.ts +617 -90
  175. package/dist/dts/features/workspace/workspaceApi.d.ts.map +1 -0
  176. package/dist/dts/features/workspace/workspaceSlice.d.ts +4 -2
  177. package/dist/dts/features/workspace/workspaceSlice.d.ts.map +1 -0
  178. package/dist/dts/hooks.d.ts +2 -23
  179. package/dist/dts/hooks.d.ts.map +1 -0
  180. package/dist/dts/index.d.ts +1 -0
  181. package/dist/dts/index.d.ts.map +1 -0
  182. package/dist/dts/provider.d.ts +1 -0
  183. package/dist/dts/provider.d.ts.map +1 -0
  184. package/dist/dts/reducers.d.ts +1 -0
  185. package/dist/dts/reducers.d.ts.map +1 -0
  186. package/dist/dts/storage-persist.d.ts +12 -0
  187. package/dist/dts/storage-persist.d.ts.map +1 -0
  188. package/dist/dts/store.d.ts +3 -46
  189. package/dist/dts/store.d.ts.map +1 -0
  190. package/dist/dts/store.unit.test.d.ts +1 -0
  191. package/dist/dts/store.unit.test.d.ts.map +1 -0
  192. package/dist/dts/types/index.d.ts +1 -0
  193. package/dist/dts/types/index.d.ts.map +1 -0
  194. package/dist/dts/utils/extractvalues.d.ts +1 -0
  195. package/dist/dts/utils/extractvalues.d.ts.map +1 -0
  196. package/dist/dts/utils/fetch.d.ts +3 -2
  197. package/dist/dts/utils/fetch.d.ts.map +1 -0
  198. package/dist/dts/utils/index.d.ts +3 -1
  199. package/dist/dts/utils/index.d.ts.map +1 -0
  200. package/dist/dts/utils/time.d.ts +8 -0
  201. package/dist/dts/utils/time.d.ts.map +1 -0
  202. package/dist/dts/utils/ts-utils.d.ts +1 -0
  203. package/dist/dts/utils/ts-utils.d.ts.map +1 -0
  204. package/dist/dts/utils/url.d.ts +1 -0
  205. package/dist/dts/utils/url.d.ts.map +1 -0
  206. package/dist/esm/index.js +108 -26
  207. package/dist/esm/index.js.map +1 -1
  208. package/dist/index.d.ts +1467 -908
  209. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen3/core",
3
- "version": "0.10.67",
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.2.0",
41
+ "react": "^18.3.1",
42
42
  "react-cookie": "^7.2.2",
43
- "react-dom": "^18.2.0"
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.36",
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.2.8",
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.1.2",
61
+ "react-redux": "^9.2.0",
62
62
  "redux": "^5.0.1",
63
63
  "redux-persist": "^6.0.0",
64
- "swr": "^2.2.5",
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
  }