@gen3/core 0.10.94 → 0.10.97

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 (82) hide show
  1. package/dist/cjs/index.js +631 -126
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/dts/constants.d.ts +1 -0
  4. package/dist/dts/constants.d.ts.map +1 -1
  5. package/dist/dts/features/authz/authzMappingSlice.d.ts +463 -31
  6. package/dist/dts/features/authz/authzMappingSlice.d.ts.map +1 -1
  7. package/dist/dts/features/authz/index.d.ts +2 -2
  8. package/dist/dts/features/authz/index.d.ts.map +1 -1
  9. package/dist/dts/features/authz/types.d.ts +17 -0
  10. package/dist/dts/features/authz/types.d.ts.map +1 -1
  11. package/dist/dts/features/cohort/cohortSlice.d.ts +152 -77
  12. package/dist/dts/features/cohort/cohortSlice.d.ts.map +1 -1
  13. package/dist/dts/features/cohort/index.d.ts +2 -2
  14. package/dist/dts/features/cohort/index.d.ts.map +1 -1
  15. package/dist/dts/features/cohort/reducers.d.ts +2 -2
  16. package/dist/dts/features/cohort/utils.d.ts +2 -0
  17. package/dist/dts/features/cohort/utils.d.ts.map +1 -0
  18. package/dist/dts/features/dataLibrary/index.d.ts +1 -1
  19. package/dist/dts/features/dataLibrary/index.d.ts.map +1 -1
  20. package/dist/dts/features/dataLibrary/storage/types.d.ts +1 -5
  21. package/dist/dts/features/dataLibrary/storage/types.d.ts.map +1 -1
  22. package/dist/dts/features/dataLibrary/useDataLibrary.d.ts +1 -1
  23. package/dist/dts/features/dataLibrary/useDataLibrary.d.ts.map +1 -1
  24. package/dist/dts/features/fence/utils.d.ts.map +1 -1
  25. package/dist/dts/features/filters/filters.d.ts +17 -0
  26. package/dist/dts/features/filters/filters.d.ts.map +1 -1
  27. package/dist/dts/features/filters/index.d.ts +2 -2
  28. package/dist/dts/features/filters/index.d.ts.map +1 -1
  29. package/dist/dts/features/filters/tests/filters.unit.test.d.ts +2 -0
  30. package/dist/dts/features/filters/tests/filters.unit.test.d.ts.map +1 -0
  31. package/dist/dts/features/filters/types.d.ts +4 -1
  32. package/dist/dts/features/filters/types.d.ts.map +1 -1
  33. package/dist/dts/features/gen3/gen3Api.d.ts.map +1 -1
  34. package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts +4 -8
  35. package/dist/dts/features/gen3Apps/Gen3AppRTKQ.d.ts.map +1 -1
  36. package/dist/dts/features/guppy/guppySlice.d.ts +189 -2
  37. package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
  38. package/dist/dts/features/guppy/index.d.ts +2 -0
  39. package/dist/dts/features/guppy/index.d.ts.map +1 -1
  40. package/dist/dts/features/guppy/processing.d.ts +20 -0
  41. package/dist/dts/features/guppy/processing.d.ts.map +1 -0
  42. package/dist/dts/features/guppy/tests/processing.unit.test.d.ts +2 -0
  43. package/dist/dts/features/guppy/tests/processing.unit.test.d.ts.map +1 -0
  44. package/dist/dts/features/requestor/index.d.ts +5 -0
  45. package/dist/dts/features/requestor/index.d.ts.map +1 -0
  46. package/dist/dts/features/requestor/remoteSupport/index.d.ts +5 -0
  47. package/dist/dts/features/requestor/remoteSupport/index.d.ts.map +1 -0
  48. package/dist/dts/features/requestor/remoteSupport/registerDefaultRemoteSupport.d.ts +2 -0
  49. package/dist/dts/features/requestor/remoteSupport/registerDefaultRemoteSupport.d.ts.map +1 -0
  50. package/dist/dts/features/requestor/remoteSupport/registeredRemoteSupportServices.d.ts +48 -0
  51. package/dist/dts/features/requestor/remoteSupport/registeredRemoteSupportServices.d.ts.map +1 -0
  52. package/dist/dts/features/requestor/remoteSupport/types.d.ts +12 -0
  53. package/dist/dts/features/requestor/remoteSupport/types.d.ts.map +1 -0
  54. package/dist/dts/features/requestor/remoteSupport/zenDesk.d.ts +5 -0
  55. package/dist/dts/features/requestor/remoteSupport/zenDesk.d.ts.map +1 -0
  56. package/dist/dts/features/requestor/requestorSlice.d.ts +870 -0
  57. package/dist/dts/features/requestor/requestorSlice.d.ts.map +1 -0
  58. package/dist/dts/features/user/index.d.ts +2 -2
  59. package/dist/dts/features/user/index.d.ts.map +1 -1
  60. package/dist/dts/features/user/userSliceRTK.d.ts +171 -4
  61. package/dist/dts/features/user/userSliceRTK.d.ts.map +1 -1
  62. package/dist/dts/hooks.d.ts +2 -2
  63. package/dist/dts/index.d.ts +1 -0
  64. package/dist/dts/index.d.ts.map +1 -1
  65. package/dist/dts/reducers.d.ts +3 -3
  66. package/dist/dts/store.d.ts +4 -4
  67. package/dist/dts/types/index.d.ts +17 -6
  68. package/dist/dts/types/index.d.ts.map +1 -1
  69. package/dist/dts/utils/caseConversion.d.ts +3 -0
  70. package/dist/dts/utils/caseConversion.d.ts.map +1 -0
  71. package/dist/dts/utils/extractvalues.d.ts +1 -4
  72. package/dist/dts/utils/extractvalues.d.ts.map +1 -1
  73. package/dist/dts/utils/fetch.d.ts +1 -1
  74. package/dist/dts/utils/fetch.d.ts.map +1 -1
  75. package/dist/dts/utils/logger.d.ts +6 -0
  76. package/dist/dts/utils/logger.d.ts.map +1 -0
  77. package/dist/dts/utils/test/caseConversion.unit.test.d.ts +2 -0
  78. package/dist/dts/utils/test/caseConversion.unit.test.d.ts.map +1 -0
  79. package/dist/esm/index.js +603 -128
  80. package/dist/esm/index.js.map +1 -1
  81. package/dist/index.d.ts +8359 -6542
  82. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen3/core",
3
- "version": "0.10.94",
3
+ "version": "0.10.97",
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",
@@ -68,5 +68,5 @@
68
68
  "files": [
69
69
  "dist"
70
70
  ],
71
- "gitHead": "20b36e4e78819216190e0a7976d30ecfc5d75348"
71
+ "gitHead": "2a1b2756a14593cceff08b1276cd9b132a9f4d6d"
72
72
  }