@coveo/headless 3.36.0 → 3.37.0

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 (60) hide show
  1. package/README.md +4 -0
  2. package/dist/cjs/case-assist/headless.cjs +1 -1
  3. package/dist/cjs/commerce/headless.cjs +413 -229
  4. package/dist/cjs/commerce/node.cjs.stats.json +1 -1
  5. package/dist/cjs/headless.cjs +1 -1
  6. package/dist/cjs/insight/headless.cjs +1 -1
  7. package/dist/cjs/insight/node.cjs.stats.json +1 -1
  8. package/dist/cjs/node.cjs.stats.json +1 -1
  9. package/dist/cjs/recommendation/headless.cjs +1 -1
  10. package/dist/cjs/ssr/headless.cjs +1 -1
  11. package/dist/cjs/ssr/node.cjs.stats.json +1 -1
  12. package/dist/cjs/ssr-commerce/headless.cjs +39 -3
  13. package/dist/cjs/ssr-commerce/node.cjs.stats.json +1 -1
  14. package/dist/cjs/ssr-commerce-next/headless.cjs +39 -3
  15. package/dist/cjs/ssr-commerce-next/node.cjs.stats.json +1 -1
  16. package/dist/cjs/ssr-next/headless.cjs +1 -1
  17. package/dist/cjs/ssr-next/node.cjs.stats.json +1 -1
  18. package/dist/definitions/api/commerce/commerce-api-client.d.ts +3 -0
  19. package/dist/definitions/api/commerce/commerce-api-params.d.ts +3 -0
  20. package/dist/definitions/api/commerce/commerce-metadata.d.ts +7 -1
  21. package/dist/definitions/api/commerce/common/request.d.ts +2 -2
  22. package/dist/definitions/api/commerce/product-enrichment/product-enrichment-request.d.ts +29 -0
  23. package/dist/definitions/api/commerce/product-enrichment/product-enrichment-response.d.ts +17 -0
  24. package/dist/definitions/commerce.index.d.ts +4 -0
  25. package/dist/definitions/controllers/commerce/product-enrichment/headless-product-enrichment.d.ts +56 -0
  26. package/dist/definitions/features/commerce/product-enrichment/product-enrichment-actions-loader.d.ts +28 -0
  27. package/dist/definitions/features/commerce/product-enrichment/product-enrichment-actions.d.ts +27 -0
  28. package/dist/definitions/features/commerce/product-enrichment/product-enrichment-slice.d.ts +4 -0
  29. package/dist/definitions/features/commerce/product-enrichment/product-enrichment-state.d.ts +17 -0
  30. package/dist/definitions/features/commerce/product-enrichment/product-enrichment.d.ts +7 -0
  31. package/dist/definitions/state/commerce-app-state.d.ts +2 -2
  32. package/dist/definitions/state/state-sections.d.ts +7 -0
  33. package/dist/definitions/test/mock-product-enrichment.d.ts +6 -0
  34. package/dist/esm/api/commerce/commerce-api-client.js +7 -0
  35. package/dist/esm/api/commerce/commerce-metadata.js +8 -1
  36. package/dist/esm/api/commerce/common/request.js +13 -2
  37. package/dist/esm/api/commerce/product-enrichment/product-enrichment-request.js +18 -0
  38. package/dist/esm/api/commerce/product-enrichment/product-enrichment-response.js +1 -0
  39. package/dist/esm/commerce.index.js +2 -0
  40. package/dist/esm/controllers/commerce/product-enrichment/headless-product-enrichment.js +61 -0
  41. package/dist/esm/features/commerce/product-enrichment/product-enrichment-actions-loader.js +17 -0
  42. package/dist/esm/features/commerce/product-enrichment/product-enrichment-actions.js +26 -0
  43. package/dist/esm/features/commerce/product-enrichment/product-enrichment-slice.js +26 -0
  44. package/dist/esm/features/commerce/product-enrichment/product-enrichment-state.js +7 -0
  45. package/dist/esm/features/commerce/product-enrichment/product-enrichment.js +11 -0
  46. package/dist/esm/test/mock-commerce-state.js +2 -0
  47. package/dist/esm/test/mock-product-enrichment.js +30 -0
  48. package/dist/esm/utils/version.js +1 -1
  49. package/dist/quantic/browser.cjs.stats.json +1 -1
  50. package/dist/quantic/case-assist/headless.js +1 -1
  51. package/dist/quantic/commerce/browser.cjs.stats.json +1 -1
  52. package/dist/quantic/commerce/headless.js +8 -8
  53. package/dist/quantic/commerce/headless.js.map +4 -4
  54. package/dist/quantic/headless.js +9 -9
  55. package/dist/quantic/headless.js.map +4 -4
  56. package/dist/quantic/insight/browser.cjs.stats.json +1 -1
  57. package/dist/quantic/insight/headless.js +8 -8
  58. package/dist/quantic/insight/headless.js.map +4 -4
  59. package/dist/quantic/recommendation/headless.js +1 -1
  60. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Contributing
3
+ ---
4
+
1
5
  [![npm version](https://badge.fury.io/js/@coveo%2Fheadless.svg)](https://badge.fury.io/js/@coveo%2Fheadless)
2
6
 
3
7
  # Coveo Headless
@@ -824,7 +824,7 @@ var import_bueno5 = require("@coveo/bueno");
824
824
  var import_toolkit7 = require("@reduxjs/toolkit");
825
825
 
826
826
  // src/utils/version.ts
827
- var VERSION = "3.36.0";
827
+ var VERSION = "3.37.0";
828
828
  var COVEO_FRAMEWORK = ["@coveo/atomic", "@coveo/quantic"];
829
829
 
830
830
  // src/features/configuration/configuration-actions.ts