@coveo/quantic 3.36.10 → 3.37.1

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/coveoheadless/case-assist/headless.js +14 -14
  2. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/agents/follow-up-agent/follow-up-answer-strategy.d.ts +2 -2
  3. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/post-answer-evaluation.d.ts +1 -1
  4. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/stream-answer-api.d.ts +3 -3
  5. package/force-app/main/default/staticresources/coveoheadless/definitions/api/search/search-api-params.d.ts +1 -1
  6. package/force-app/main/default/staticresources/coveoheadless/definitions/features/actions-history/ipx-actions-history-actions.d.ts +1 -10
  7. package/force-app/main/default/staticresources/coveoheadless/definitions/features/analytics/analytics-utils.d.ts +2 -2
  8. package/force-app/main/default/staticresources/coveoheadless/definitions/features/attached-results/attached-results-analytics-actions.d.ts +8 -8
  9. package/force-app/main/default/staticresources/coveoheadless/definitions/features/configuration/configuration-selectors.d.ts +3 -0
  10. package/force-app/main/default/staticresources/coveoheadless/definitions/features/configuration/configuration-state.d.ts +1 -0
  11. package/force-app/main/default/staticresources/coveoheadless/definitions/features/configuration/magic-cookie.d.ts +2 -1
  12. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answers-actions.d.ts +2 -0
  13. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answers-state.d.ts +2 -0
  14. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-analytics-actions.d.ts +3 -3
  15. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-request.d.ts +4 -4
  16. package/force-app/main/default/staticresources/coveoheadless/definitions/features/history/history-actions.d.ts +3 -30
  17. package/force-app/main/default/staticresources/coveoheadless/definitions/features/insight-search/insight-search-actions-thunk-processor.d.ts +2 -2
  18. package/force-app/main/default/staticresources/coveoheadless/definitions/features/insight-search/legacy/insight-search-actions-thunk-processor.d.ts +2 -2
  19. package/force-app/main/default/staticresources/coveoheadless/definitions/features/result/result-insight-analytics-actions.d.ts +2 -2
  20. package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/legacy/search-actions-thunk-processor.d.ts +2 -2
  21. package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/legacy/search-request.d.ts +8 -1
  22. package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/search-actions-thunk-processor.d.ts +2 -2
  23. package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/search-request.d.ts +8 -1
  24. package/force-app/main/default/staticresources/coveoheadless/definitions/test/mock-search-request.d.ts +8 -1
  25. package/force-app/main/default/staticresources/coveoheadless/headless.js +17 -17
  26. package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +16 -16
  27. package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +14 -14
  28. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/quantic",
3
- "version": "3.36.10",
3
+ "version": "3.37.1",
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",
@@ -11,11 +11,11 @@
11
11
  "url": "git+https://github.com/coveo/ui-kit.git"
12
12
  },
13
13
  "dependencies": {
14
- "coveo.analytics": "2.30.51",
14
+ "coveo.analytics": "2.30.54",
15
15
  "dompurify": "3.3.1",
16
16
  "marked": "12.0.2",
17
17
  "@coveo/bueno": "1.1.8",
18
- "@coveo/headless": "3.47.2"
18
+ "@coveo/headless": "3.48.1"
19
19
  },
20
20
  "engines": {
21
21
  "node": "^20.9.0 || ^22.11.0 || ^24.11.0"