@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.
@@ -3246,6 +3246,7 @@ interface WixApiOptions {
3246
3246
  */
3247
3247
  methodName?: string;
3248
3248
  }
3249
+ /** disable-flynt renamed-field-breaking-change */
3249
3250
  interface ActionSPIConfigImplementedMethods {
3250
3251
  /** Implements ValidateConfiguration */
3251
3252
  validateConfiguration?: boolean;
@@ -3269,8 +3270,8 @@ interface ActionSPIConfigImplementedMethods {
3269
3270
  mergeInputMappings?: boolean;
3270
3271
  /** Implements GetDynamicOutputSchema */
3271
3272
  getDynamicOutputSchema?: boolean;
3272
- /** Implements GenerateInputMappingFromLLM */
3273
- generateInputMappingFromLlm?: boolean;
3273
+ /** Implements GenerateInputMappingFromIntent */
3274
+ generateInputMappingFromIntent?: boolean;
3274
3275
  }
3275
3276
  declare enum ExecutionType {
3276
3277
  UNKNOWN_EXECUTION_TYPE = "UNKNOWN_EXECUTION_TYPE",