@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.
@@ -2917,6 +2917,7 @@ declare function cancelEvent(triggerKey: string, externalEntityId: string): Prom
2917
2917
  /**
2918
2918
  * Runs an automation directly, without reporting an event.
2919
2919
  *
2920
+ * > it can only be called by apps
2920
2921
  *
2921
2922
  * 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.
2922
2923
  *