@soma-vertical-web/multi-lib 1.0.41 → 1.0.42

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.
@@ -21,7 +21,7 @@ export declare const SESSION_COOKIES: {
21
21
  duration: number;
22
22
  }[];
23
23
  export declare const useSessionManager: ({ storeId, storeUrl }: SessionProps) => {
24
- sendSearchEvent: (type: EventType, data?: DataType) => Promise<Response>;
24
+ sendSearchEvent: (type: EventType, data?: DataType) => Promise<Response> | undefined;
25
25
  sessionGenerator: () => void;
26
26
  };
27
27
  export {};
@@ -152,7 +152,7 @@ export declare const contexts: {
152
152
  misspelled?: boolean;
153
153
  match?: number;
154
154
  operator?: string;
155
- }) => Promise<Response>;
155
+ }) => Promise<Response> | undefined;
156
156
  sessionGenerator: () => void;
157
157
  };
158
158
  };