@wix/auto_sdk_automations_automations-v-2 1.0.65 → 1.0.67

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.
@@ -712,16 +712,6 @@ interface Offset {
712
712
  }
713
713
  interface Dimensions {
714
714
  }
715
- interface UpdatedWithPreviousEntity {
716
- /** Previous automation. */
717
- previousAutomation?: Automation;
718
- /** Updated automation. */
719
- currentAutomation?: Automation;
720
- }
721
- interface DeletedWithEntity {
722
- /** Deleted automation. */
723
- automation?: Automation;
724
- }
725
715
  interface DraftPublished {
726
716
  /**
727
717
  * ID of the draft automation.
@@ -871,6 +861,16 @@ declare enum WebhookIdentityType {
871
861
  }
872
862
  /** @enumType */
873
863
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
864
+ interface UpdatedWithPreviousEntity {
865
+ /** Previous automation. */
866
+ previousAutomation?: Automation;
867
+ /** Updated automation. */
868
+ currentAutomation?: Automation;
869
+ }
870
+ interface DeletedWithEntity {
871
+ /** Deleted automation. */
872
+ automation?: Automation;
873
+ }
874
874
  interface CreateAutomationRequest {
875
875
  /** Automation to create. */
876
876
  automation: Automation;