@wix/auto_sdk_automations_automations-v-2 1.0.52 → 1.0.54

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.
@@ -109,6 +109,8 @@ declare enum Domain {
109
109
  }
110
110
  /** @enumType */
111
111
  type DomainWithLiterals = Domain | 'USER' | 'WIX' | 'WIX_ACCOUNT';
112
+ interface TriggerSettings {
113
+ }
112
114
  interface Enrichment {
113
115
  /**
114
116
  * Enrichment input mappings.
@@ -859,8 +861,6 @@ declare enum WebhookIdentityType {
859
861
  }
860
862
  /** @enumType */
861
863
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
862
- interface TriggerSettings {
863
- }
864
864
  interface CreateAutomationRequest {
865
865
  /** Automation to create. */
866
866
  automation: Automation;