@coveo/quantic 3.34.0 → 3.34.2

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 (28) hide show
  1. package/force-app/main/default/staticresources/coveobueno/browser/bueno.js +1 -1
  2. package/force-app/main/default/staticresources/coveoheadless/case-assist/headless.js +10 -10
  3. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/commerce-api-client.d.ts +3 -0
  4. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/commerce-api-params.d.ts +3 -0
  5. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/commerce-metadata.d.ts +7 -1
  6. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/common/request.d.ts +2 -2
  7. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/product-enrichment/product-enrichment-request.d.ts +29 -0
  8. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/product-enrichment/product-enrichment-response.d.ts +17 -0
  9. package/force-app/main/default/staticresources/coveoheadless/definitions/api/search/date/date-format.d.ts +1 -1
  10. package/force-app/main/default/staticresources/coveoheadless/definitions/commerce.index.d.ts +6 -0
  11. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/core/interactive-spotlight-content/headless-core-interactive-spotlight-content.d.ts +38 -0
  12. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/core/sub-controller/headless-sub-controller.d.ts +10 -1
  13. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/product-enrichment/headless-product-enrichment.d.ts +56 -0
  14. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/product-listing/headless-product-listing.d.ts +2 -4
  15. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/product-enrichment/product-enrichment-actions-loader.d.ts +28 -0
  16. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/product-enrichment/product-enrichment-actions.d.ts +27 -0
  17. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/product-enrichment/product-enrichment-slice.d.ts +4 -0
  18. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/product-enrichment/product-enrichment-state.d.ts +17 -0
  19. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/product-enrichment/product-enrichment.d.ts +7 -0
  20. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/spotlight-content/spotlight-content-actions-loaders.d.ts +29 -0
  21. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/spotlight-content/spotlight-content-actions.d.ts +29 -0
  22. package/force-app/main/default/staticresources/coveoheadless/definitions/state/commerce-app-state.d.ts +2 -2
  23. package/force-app/main/default/staticresources/coveoheadless/definitions/state/state-sections.d.ts +7 -0
  24. package/force-app/main/default/staticresources/coveoheadless/definitions/test/mock-product-enrichment.d.ts +6 -0
  25. package/force-app/main/default/staticresources/coveoheadless/headless.js +12 -12
  26. package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +11 -11
  27. package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +9 -9
  28. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/quantic",
3
- "version": "3.34.0",
3
+ "version": "3.34.2",
4
4
  "description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform",
5
5
  "author": "coveo.com",
6
6
  "homepage": "https://coveo.com",
@@ -14,11 +14,11 @@
14
14
  "coveo.analytics": "2.30.45",
15
15
  "dompurify": "3.2.6",
16
16
  "marked": "12.0.2",
17
- "@coveo/headless": "3.36.0",
18
- "@coveo/bueno": "1.1.5"
17
+ "@coveo/headless": "3.39.0",
18
+ "@coveo/bueno": "1.1.7"
19
19
  },
20
20
  "engines": {
21
- "node": "^20.9.0 || ^22.11.0"
21
+ "node": "^20.9.0 || ^22.11.0 || ^24.11.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/cli": "7.28.0",