@gengage/assistant-fe 0.3.36 → 0.3.38

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.
@@ -42,6 +42,7 @@ export declare class GengageSimRel extends BaseWidget<SimRelWidgetConfig> {
42
42
  }): void;
43
43
  private _abort;
44
44
  private _isSuperseded;
45
+ private _resolveRequestTimeoutMs;
45
46
  private _fetchAndRender;
46
47
  private _clampGridColumns;
47
48
  private _resolveI18n;
@@ -46,6 +46,8 @@ export interface SimRelWidgetConfig extends BaseWidgetConfig {
46
46
  * Dar ekranlarda (≤768px) yatay kaydırmalı carousel davranışı korunur.
47
47
  */
48
48
  gridColumns?: number;
49
+ /** Client-side abort cap for similar-products and grouping requests. Defaults to 120 seconds. */
50
+ requestTimeoutMs?: number;
49
51
  domain?: string;
50
52
  /** Locale key for SDK defaults (for example 'tr', 'en'). */
51
53
  locale?: string;