@wix/auto_sdk_automations_automations-v-2 1.0.37 → 1.0.38

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.
@@ -686,6 +686,16 @@ interface AutoArchivePolicy {
686
686
  */
687
687
  archiveDate?: Date | null;
688
688
  }
689
+ interface Notes {
690
+ }
691
+ interface Note {
692
+ }
693
+ interface Position {
694
+ }
695
+ interface Offset {
696
+ }
697
+ interface Dimensions {
698
+ }
689
699
  interface UpdatedWithPreviousEntity {
690
700
  /** Previous automation. */
691
701
  previousAutomation?: Automation;
@@ -845,16 +855,6 @@ declare enum WebhookIdentityType {
845
855
  }
846
856
  /** @enumType */
847
857
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
848
- interface Notes {
849
- }
850
- interface Note {
851
- }
852
- interface Position {
853
- }
854
- interface Offset {
855
- }
856
- interface Dimensions {
857
- }
858
858
  interface CreateAutomationRequest {
859
859
  /** Automation to create. */
860
860
  automation: Automation;