@coveo/headless 3.31.2-pre.78f522a809 → 3.31.2-pre.a90e222cec

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.
@@ -91,6 +91,7 @@ export interface GeneratedAnswerState {
91
91
  * The query parameters used for the answer API request cache key
92
92
  */
93
93
  answerApiQueryParams?: AnswerApiQueryParams;
94
+ /** The unique identifier of the answer returned by the Answer API. */
94
95
  answerId?: string;
95
96
  }
96
97
  export declare function getGeneratedAnswerInitialState(): GeneratedAnswerState;
@@ -1,2 +1,2 @@
1
- export const VERSION = "3.31.2-pre.78f522a809" || 'Test version';
1
+ export const VERSION = "3.31.2-pre.a90e222cec" || 'Test version';
2
2
  export const COVEO_FRAMEWORK = ['@coveo/atomic', '@coveo/quantic'];