@wix/auto_sdk_automations_automations-v-2 1.0.35 → 1.0.37

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.
@@ -81,9 +81,9 @@ interface AutomationOriginInfoOneOf {
81
81
  }
82
82
  interface ActionSettings {
83
83
  /**
84
- * Permanent actions. Permanent actions cannot be deleted.
84
+ * Permanent actions. PermanentAction's skipActionExpression cannot be modified.
85
85
  *
86
- * When empty, all actions can be deleted by the user.
86
+ * When empty, all actions can be set as skipped
87
87
  * @maxSize 30
88
88
  * @format GUID
89
89
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_automations_automations-v-2",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
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": "4e306c7fe976479d71622ab0ea54349a1b0c0087d4223e3300a54b34"
53
+ "falconPackageHash": "7d8ddf0ecc403f7d883193b8e2e621510a05aba423577634d04c20ad"
54
54
  }