@coveo/headless 3.31.2-pre.78f522a809 → 3.31.2-pre.865a276550

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.
@@ -816,7 +816,7 @@ var import_bueno5 = require("@coveo/bueno");
816
816
  var import_toolkit7 = require("@reduxjs/toolkit");
817
817
 
818
818
  // src/utils/version.ts
819
- var VERSION = "3.31.2-pre.78f522a809";
819
+ var VERSION = "3.31.2-pre.865a276550";
820
820
  var COVEO_FRAMEWORK = ["@coveo/atomic", "@coveo/quantic"];
821
821
 
822
822
  // src/features/configuration/configuration-actions.ts
@@ -1165,7 +1165,7 @@ var import_bueno6 = require("@coveo/bueno");
1165
1165
  var import_toolkit4 = require("@reduxjs/toolkit");
1166
1166
 
1167
1167
  // src/utils/version.ts
1168
- var VERSION = "3.31.2-pre.78f522a809";
1168
+ var VERSION = "3.31.2-pre.865a276550";
1169
1169
  var COVEO_FRAMEWORK = ["@coveo/atomic", "@coveo/quantic"];
1170
1170
 
1171
1171
  // src/features/configuration/configuration-actions.ts
@@ -1395,7 +1395,7 @@ function isBrowser2() {
1395
1395
  var import_toolkit = require("@reduxjs/toolkit");
1396
1396
 
1397
1397
  // src/utils/version.ts
1398
- var VERSION = "3.31.2-pre.78f522a809";
1398
+ var VERSION = "3.31.2-pre.865a276550";
1399
1399
  var COVEO_FRAMEWORK = ["@coveo/atomic", "@coveo/quantic"];
1400
1400
 
1401
1401
  // src/api/analytics/analytics-selectors.ts
@@ -16369,7 +16369,6 @@ var import_toolkit93 = require("@reduxjs/toolkit");
16369
16369
  function getGeneratedAnswerInitialState() {
16370
16370
  return {
16371
16371
  id: "",
16372
- answerId: void 0,
16373
16372
  isVisible: true,
16374
16373
  isEnabled: true,
16375
16374
  isLoading: false,
@@ -16386,7 +16385,8 @@ function getGeneratedAnswerInitialState() {
16386
16385
  isAnswerGenerated: false,
16387
16386
  expanded: false,
16388
16387
  cannotAnswer: false,
16389
- answerApiQueryParams: void 0
16388
+ answerApiQueryParams: void 0,
16389
+ answerId: void 0
16390
16390
  };
16391
16391
  }
16392
16392
 
@@ -1301,7 +1301,7 @@ function isBrowser2() {
1301
1301
  var import_toolkit = require("@reduxjs/toolkit");
1302
1302
 
1303
1303
  // src/utils/version.ts
1304
- var VERSION = "3.31.2-pre.78f522a809";
1304
+ var VERSION = "3.31.2-pre.865a276550";
1305
1305
  var COVEO_FRAMEWORK = ["@coveo/atomic", "@coveo/quantic"];
1306
1306
 
1307
1307
  // src/api/analytics/analytics-selectors.ts
@@ -16959,7 +16959,6 @@ var import_toolkit93 = require("@reduxjs/toolkit");
16959
16959
  function getGeneratedAnswerInitialState() {
16960
16960
  return {
16961
16961
  id: "",
16962
- answerId: void 0,
16963
16962
  isVisible: true,
16964
16963
  isEnabled: true,
16965
16964
  isLoading: false,
@@ -16976,7 +16975,8 @@ function getGeneratedAnswerInitialState() {
16976
16975
  isAnswerGenerated: false,
16977
16976
  expanded: false,
16978
16977
  cannotAnswer: false,
16979
- answerApiQueryParams: void 0
16978
+ answerApiQueryParams: void 0,
16979
+ answerId: void 0
16980
16980
  };
16981
16981
  }
16982
16982