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