@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
|
@@ -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
|
|
3256
|
-
|
|
3256
|
+
/** Implements GenerateInputMappingFromIntent */
|
|
3257
|
+
generateInputMappingFromIntent?: boolean;
|
|
3257
3258
|
}
|
|
3258
3259
|
declare enum ExecutionType {
|
|
3259
3260
|
UNKNOWN_EXECUTION_TYPE = "UNKNOWN_EXECUTION_TYPE",
|