@wix/events 1.0.292 → 1.0.293

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.292",
3
+ "version": "1.0.293",
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.60",
23
+ "@wix/events_guests": "1.0.61",
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": "0ebbc48734656ddeb1dba588c8ca75a3003944eb3570c1e6cecb7780"
61
+ "falconPackageHash": "9a5712006e072daad1c0c5f07eb25f636d545bb81a8adab8f1028b54"
62
62
  }
@@ -536,6 +536,7 @@ declare enum NotifyActionType {
536
536
  AUTOMATION_TRIGGER = "AUTOMATION_TRIGGER",
537
537
  PUSH = "PUSH",
538
538
  EVENT_CANCELED = "EVENT_CANCELED",
539
+ EVENT_REMINDER = "EVENT_REMINDER",
539
540
  EVENT_STARTS = "EVENT_STARTS",
540
541
  ORDER_CANCELED = "ORDER_CANCELED"
541
542
  }
@@ -536,6 +536,7 @@ declare enum NotifyActionType {
536
536
  AUTOMATION_TRIGGER = "AUTOMATION_TRIGGER",
537
537
  PUSH = "PUSH",
538
538
  EVENT_CANCELED = "EVENT_CANCELED",
539
+ EVENT_REMINDER = "EVENT_REMINDER",
539
540
  EVENT_STARTS = "EVENT_STARTS",
540
541
  ORDER_CANCELED = "ORDER_CANCELED"
541
542
  }