@wix/auto_sdk_automations_automations-v-2 1.0.26 → 1.0.28
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 +3 -3
- package/build/cjs/index.js +10 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +7 -5
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs +10 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -5
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js +10 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -5
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs +10 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +7 -5
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/package.json +2 -2
|
@@ -450,12 +450,12 @@ interface Action extends ActionInfoOneOf {
|
|
|
450
450
|
*/
|
|
451
451
|
namespace?: string | null;
|
|
452
452
|
/**
|
|
453
|
-
*
|
|
453
|
+
* skip_action_expression: evaluates to a boolean to decide if the action should be skipped
|
|
454
454
|
* For ConditionAction: if skipped, true_post_action_ids execute; false_post_action_ids are skipped
|
|
455
|
-
* SplitAction and OutputAction do not support
|
|
455
|
+
* SplitAction and OutputAction do not support skip_action_expression
|
|
456
456
|
* @maxLength 1000
|
|
457
457
|
*/
|
|
458
|
-
|
|
458
|
+
skipActionExpression?: string | null;
|
|
459
459
|
}
|
|
460
460
|
/** @oneof */
|
|
461
461
|
interface ActionInfoOneOf {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_automations_automations-v-2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.automations.v2.automation"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "bbd49c4ef578ea72e777f114a013e8adbff231f36d52f00b795ecf52"
|
|
54
54
|
}
|