@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
3273
|
-
|
|
3273
|
+
/** Implements GenerateInputMappingFromIntent */
|
|
3274
|
+
generateInputMappingFromIntent?: boolean;
|
|
3274
3275
|
}
|
|
3275
3276
|
declare enum ExecutionType {
|
|
3276
3277
|
UNKNOWN_EXECUTION_TYPE = "UNKNOWN_EXECUTION_TYPE",
|