@wix/auto_sdk_automations_automations-v-2 1.0.53 → 1.0.54
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.d.ts +11 -11
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +18 -30
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +0 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +11 -11
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +18 -30
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +0 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +11 -11
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +18 -30
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +0 -12
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +11 -11
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +18 -30
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +0 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -98,18 +98,6 @@ interface ActionSettings {
|
|
|
98
98
|
* @format GUID
|
|
99
99
|
*/
|
|
100
100
|
readonlyActionIds?: string[];
|
|
101
|
-
/**
|
|
102
|
-
* Whether to disable the ability to add a delay to the automation.
|
|
103
|
-
*
|
|
104
|
-
* Default: `false`.
|
|
105
|
-
*/
|
|
106
|
-
disableDelayAddition?: boolean;
|
|
107
|
-
/**
|
|
108
|
-
* Whether to disable the ability to add a condition to the automation.
|
|
109
|
-
*
|
|
110
|
-
* Default: `false`.
|
|
111
|
-
*/
|
|
112
|
-
disableConditionAddition?: boolean;
|
|
113
101
|
}
|
|
114
102
|
declare enum Domain {
|
|
115
103
|
/** User domain (default). */
|