@wix/events 1.0.263 → 1.0.264

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.263",
3
+ "version": "1.0.264",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "@wix/events_categories": "1.0.39",
22
22
  "@wix/events_forms": "1.0.40",
23
23
  "@wix/events_guests": "1.0.53",
24
- "@wix/events_notifications": "1.0.24",
24
+ "@wix/events_notifications": "1.0.25",
25
25
  "@wix/events_orders": "1.0.40",
26
26
  "@wix/events_policies": "1.0.39",
27
27
  "@wix/events_ricos": "1.0.2",
@@ -57,5 +57,5 @@
57
57
  "fqdn": ""
58
58
  }
59
59
  },
60
- "falconPackageHash": "4e4c965964bbc63382927b7404f375c6abc356ceab5a1e5cf8ed1b07"
60
+ "falconPackageHash": "f4f9a6a11a36f5b9cb49fe6b62e538ab09240f34b7039550a4d2ddc2"
61
61
  }
@@ -1461,6 +1461,8 @@ interface Automation extends AutomationOriginInfoOneOf {
1461
1461
  * @readonly
1462
1462
  */
1463
1463
  draftInfo?: DraftInfo;
1464
+ /** Namespace */
1465
+ namespace?: string | null;
1464
1466
  }
1465
1467
  /** @oneof */
1466
1468
  interface AutomationOriginInfoOneOf {
@@ -1461,6 +1461,8 @@ interface Automation extends AutomationOriginInfoOneOf {
1461
1461
  * @readonly
1462
1462
  */
1463
1463
  draftInfo?: DraftInfo;
1464
+ /** Namespace */
1465
+ namespace?: string | null;
1464
1466
  }
1465
1467
  /** @oneof */
1466
1468
  interface AutomationOriginInfoOneOf {