@wix/auto_sdk_events_wix-events-v-2 1.0.50 → 1.0.51

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.
@@ -3622,6 +3622,8 @@ interface FindEventResponse {
3622
3622
  /** Event. */
3623
3623
  event?: V3Event;
3624
3624
  }
3625
+ interface Empty {
3626
+ }
3625
3627
  interface EventCreated {
3626
3628
  /** Event created timestamp in ISO UTC format. */
3627
3629
  timestamp?: Date | null;
@@ -4423,8 +4425,6 @@ declare enum Type {
4423
4425
  }
4424
4426
  /** @enumType */
4425
4427
  type TypeWithLiterals = Type | 'UNKNOWN_BADGE_TYPE' | 'FIRST_PRIORITY' | 'SECOND_PRIORITY' | 'THIRD_PRIORITY';
4426
- interface Empty {
4427
- }
4428
4428
  interface EventUpdated {
4429
4429
  /** Event update timestamp in ISO UTC format. */
4430
4430
  timestamp?: Date | null;