@@ -237,7 +237,6 @@ export type AiGeneratedEvent = {
237237 eventBatches : Array < AiGeneratedEventBatch > | null ,
238238 extensionNamesList : string ,
239239 objectsList : string ,
240- existingEventsAsText : string ,
241240 existingEventsJson : string | null ,
242241 existingEventsJsonUserRelativeKey : string | null ,
243242
@@ -735,7 +734,6 @@ export const createAiGeneratedEvent = async (
735734 eventBatches,
736735 extensionNamesList,
737736 objectsList,
738- existingEventsAsText,
739737 existingEventsJson,
740738 existingEventsJsonUserRelativeKey,
741739 placementHint,
@@ -752,7 +750,6 @@ export const createAiGeneratedEvent = async (
752750 eventBatches : Array < AiGeneratedEventBatch > | null ,
753751 extensionNamesList : string ,
754752 objectsList : string ,
755- existingEventsAsText : string ,
756753 existingEventsJson : string | null ,
757754 existingEventsJsonUserRelativeKey : string | null ,
758755 placementHint : string | null ,
@@ -774,7 +771,6 @@ export const createAiGeneratedEvent = async (
774771 eventBatches,
775772 extensionNamesList,
776773 objectsList,
777- existingEventsAsText,
778774 existingEventsJson,
779775 existingEventsJsonUserRelativeKey,
780776 placementHint,
0 commit comments