@wix/auto_sdk_automations_activations 1.0.136 → 1.0.137

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.
@@ -103,6 +103,7 @@ interface EsbConfigResolverRunAutomationSignature {
103
103
  /**
104
104
  * Runs an automation directly, without reporting an event.
105
105
  *
106
+ * > it can only be called by apps
106
107
  *
107
108
  * Use this to activate an automation manually when no triggering event occurs in your system. For example, an automation that sends a confirmation when a customer books online won't run if the customer books by phone instead. Run Automation lets the site owner send that confirmation anyway.
108
109
  *