@wix/events 1.0.290 → 1.0.292

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.290",
3
+ "version": "1.0.292",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@wix/events_categories": "1.0.41",
22
22
  "@wix/events_forms": "1.0.43",
23
- "@wix/events_guests": "1.0.58",
23
+ "@wix/events_guests": "1.0.60",
24
24
  "@wix/events_notifications": "1.0.31",
25
25
  "@wix/events_orders": "1.0.46",
26
26
  "@wix/events_policies": "1.0.40",
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "2fcda6a322529bb69a387955e30cce95b03722d0419d926342f83729"
61
+ "falconPackageHash": "0ebbc48734656ddeb1dba588c8ca75a3003944eb3570c1e6cecb7780"
62
62
  }
@@ -523,7 +523,7 @@ interface TaskContext {
523
523
  _id?: string | null;
524
524
  /** Notify action type. */
525
525
  type?: NotifyActionType;
526
- /** Timing. Used for EVENT_STARTED */
526
+ /** Timing. Used for EVENT_STARTS */
527
527
  timing?: Timing;
528
528
  /** Event context. */
529
529
  event?: EventDetails;
@@ -536,7 +536,6 @@ declare enum NotifyActionType {
536
536
  AUTOMATION_TRIGGER = "AUTOMATION_TRIGGER",
537
537
  PUSH = "PUSH",
538
538
  EVENT_CANCELED = "EVENT_CANCELED",
539
- EVENT_REMINDER = "EVENT_REMINDER",
540
539
  EVENT_STARTS = "EVENT_STARTS",
541
540
  ORDER_CANCELED = "ORDER_CANCELED"
542
541
  }
@@ -544,17 +543,17 @@ declare enum Timing {
544
543
  /** Default value. This value is unused. */
545
544
  UNKNOWN_TIMING = "UNKNOWN_TIMING",
546
545
  /** Instant */
547
- INSTANT = "INSTANT",
546
+ NOW = "NOW",
548
547
  /** 24 hours prior */
549
- BEFORE_1_DAY = "BEFORE_1_DAY",
548
+ STARTS_IN_1_DAY = "STARTS_IN_1_DAY",
550
549
  /** 3 days prior */
551
- BEFORE_3_DAYS = "BEFORE_3_DAYS",
550
+ STARTS_IN_3_DAYS = "STARTS_IN_3_DAYS",
552
551
  /** 7 days prior */
553
- BEFORE_1_WEEK = "BEFORE_1_WEEK",
552
+ STARTS_IN_1_WEEK = "STARTS_IN_1_WEEK",
554
553
  /** 1 hour prior */
555
- BEFORE_1_HOUR = "BEFORE_1_HOUR",
554
+ STARTS_IN_1_HOUR = "STARTS_IN_1_HOUR",
556
555
  /** 30 minutes prior */
557
- BEFORE_30_MINUTES = "BEFORE_30_MINUTES"
556
+ STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES"
558
557
  }
559
558
  interface OrderDetails {
560
559
  /** Order status */
@@ -523,7 +523,7 @@ interface TaskContext {
523
523
  _id?: string | null;
524
524
  /** Notify action type. */
525
525
  type?: NotifyActionType;
526
- /** Timing. Used for EVENT_STARTED */
526
+ /** Timing. Used for EVENT_STARTS */
527
527
  timing?: Timing;
528
528
  /** Event context. */
529
529
  event?: EventDetails;
@@ -536,7 +536,6 @@ declare enum NotifyActionType {
536
536
  AUTOMATION_TRIGGER = "AUTOMATION_TRIGGER",
537
537
  PUSH = "PUSH",
538
538
  EVENT_CANCELED = "EVENT_CANCELED",
539
- EVENT_REMINDER = "EVENT_REMINDER",
540
539
  EVENT_STARTS = "EVENT_STARTS",
541
540
  ORDER_CANCELED = "ORDER_CANCELED"
542
541
  }
@@ -544,17 +543,17 @@ declare enum Timing {
544
543
  /** Default value. This value is unused. */
545
544
  UNKNOWN_TIMING = "UNKNOWN_TIMING",
546
545
  /** Instant */
547
- INSTANT = "INSTANT",
546
+ NOW = "NOW",
548
547
  /** 24 hours prior */
549
- BEFORE_1_DAY = "BEFORE_1_DAY",
548
+ STARTS_IN_1_DAY = "STARTS_IN_1_DAY",
550
549
  /** 3 days prior */
551
- BEFORE_3_DAYS = "BEFORE_3_DAYS",
550
+ STARTS_IN_3_DAYS = "STARTS_IN_3_DAYS",
552
551
  /** 7 days prior */
553
- BEFORE_1_WEEK = "BEFORE_1_WEEK",
552
+ STARTS_IN_1_WEEK = "STARTS_IN_1_WEEK",
554
553
  /** 1 hour prior */
555
- BEFORE_1_HOUR = "BEFORE_1_HOUR",
554
+ STARTS_IN_1_HOUR = "STARTS_IN_1_HOUR",
556
555
  /** 30 minutes prior */
557
- BEFORE_30_MINUTES = "BEFORE_30_MINUTES"
556
+ STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES"
558
557
  }
559
558
  interface OrderDetails {
560
559
  /** Order status */