@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.
@@ -450,12 +450,12 @@ interface Action extends ActionInfoOneOf {
450
450
  */
451
451
  namespace?: string | null;
452
452
  /**
453
- * skip_expression: evaluates to a boolean to decide if the action should be skipped
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 skip_expression
455
+ * SplitAction and OutputAction do not support skip_action_expression
456
456
  * @maxLength 1000
457
457
  */
458
- skipExpression?: string | null;
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.26",
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": "abf8baf8961bad9502166a01ad2a9a68a853f795cf5819eeab319c82"
53
+ "falconPackageHash": "bbd49c4ef578ea72e777f114a013e8adbff231f36d52f00b795ecf52"
54
54
  }