@wix/auto_sdk_data-extension-schema_schemas 1.0.37 → 1.0.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.
@@ -3229,6 +3229,7 @@ interface WixApiOptions {
3229
3229
  */
3230
3230
  methodName?: string;
3231
3231
  }
3232
+ /** disable-flynt renamed-field-breaking-change */
3232
3233
  interface ActionSPIConfigImplementedMethods {
3233
3234
  /** Implements ValidateConfiguration */
3234
3235
  validateConfiguration?: boolean;
@@ -3252,8 +3253,8 @@ interface ActionSPIConfigImplementedMethods {
3252
3253
  mergeInputMappings?: boolean;
3253
3254
  /** Implements GetDynamicOutputSchema */
3254
3255
  getDynamicOutputSchema?: boolean;
3255
- /** Implements GenerateInputMappingFromLLM */
3256
- generateInputMappingFromLlm?: boolean;
3256
+ /** Implements GenerateInputMappingFromIntent */
3257
+ generateInputMappingFromIntent?: boolean;
3257
3258
  }
3258
3259
  declare enum ExecutionType {
3259
3260
  UNKNOWN_EXECUTION_TYPE = "UNKNOWN_EXECUTION_TYPE",