instantsearch.js 4.75.3 → 4.75.5

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.
@@ -5018,7 +5018,7 @@ declare type InsightsEvent<TMethod extends InsightsMethod = InsightsMethod> = In
5018
5018
  */
5019
5019
  declare type InsightsEvent_2<TMethod extends InsightsMethod = InsightsMethod> = {
5020
5020
  insightsMethod?: TMethod;
5021
- payload: InsightsMethodMap[TMethod][0];
5021
+ payload: InsightsMethodMap[TMethod][0][0];
5022
5022
  widgetType: string;
5023
5023
  eventType: string;
5024
5024
  eventModifier?: string;
@@ -5035,7 +5035,7 @@ declare type InsightsMethodMap = InsightsMethodMap_2;
5035
5035
 
5036
5036
  declare type InsightsProps<TInsightsClient extends ProvidedInsightsClient = ProvidedInsightsClient> = {
5037
5037
  insightsClient?: TInsightsClient;
5038
- insightsInitParams?: Partial<InsightsMethodMap['init'][0]>;
5038
+ insightsInitParams?: Partial<InsightsMethodMap['init'][0][0]>;
5039
5039
  onEvent?: (event: InsightsEvent, insightsClient: TInsightsClient) => void;
5040
5040
  };
5041
5041
 
@@ -6334,7 +6334,7 @@ declare type QueueItem = QueueItemMap[keyof QueueItemMap];
6334
6334
  declare type QueueItemMap = {
6335
6335
  [MethodName in keyof InsightsMethodMap]: [
6336
6336
  methodName: MethodName,
6337
- ...args: InsightsMethodMap[MethodName]
6337
+ ...args: InsightsMethodMap[MethodName][0][0]
6338
6338
  ];
6339
6339
  };
6340
6340
 
@@ -5018,7 +5018,7 @@ declare type InsightsEvent<TMethod extends InsightsMethod = InsightsMethod> = In
5018
5018
  */
5019
5019
  declare type InsightsEvent_2<TMethod extends InsightsMethod = InsightsMethod> = {
5020
5020
  insightsMethod?: TMethod;
5021
- payload: InsightsMethodMap[TMethod][0];
5021
+ payload: InsightsMethodMap[TMethod][0][0];
5022
5022
  widgetType: string;
5023
5023
  eventType: string;
5024
5024
  eventModifier?: string;
@@ -5035,7 +5035,7 @@ declare type InsightsMethodMap = InsightsMethodMap_2;
5035
5035
 
5036
5036
  declare type InsightsProps<TInsightsClient extends ProvidedInsightsClient = ProvidedInsightsClient> = {
5037
5037
  insightsClient?: TInsightsClient;
5038
- insightsInitParams?: Partial<InsightsMethodMap['init'][0]>;
5038
+ insightsInitParams?: Partial<InsightsMethodMap['init'][0][0]>;
5039
5039
  onEvent?: (event: InsightsEvent, insightsClient: TInsightsClient) => void;
5040
5040
  };
5041
5041
 
@@ -6334,7 +6334,7 @@ declare type QueueItem = QueueItemMap[keyof QueueItemMap];
6334
6334
  declare type QueueItemMap = {
6335
6335
  [MethodName in keyof InsightsMethodMap]: [
6336
6336
  methodName: MethodName,
6337
- ...args: InsightsMethodMap[MethodName]
6337
+ ...args: InsightsMethodMap[MethodName][0][0]
6338
6338
  ];
6339
6339
  };
6340
6340