@wix/events 1.0.309 → 1.0.310

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.309",
3
+ "version": "1.0.310",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "@wix/events_schedule-bookmarks": "1.0.35",
32
32
  "@wix/events_staff-members": "1.0.15",
33
33
  "@wix/events_ticket-definitions": "1.0.49",
34
- "@wix/events_ticket-definitions-v-2": "1.0.63",
34
+ "@wix/events_ticket-definitions-v-2": "1.0.64",
35
35
  "@wix/events_tickets": "1.0.44",
36
36
  "@wix/events_wix-events-v-2": "1.0.55"
37
37
  },
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "1fcd6deb3dea25e457f6ec6362fa817cc38e124ad75e7d65820748db"
61
+ "falconPackageHash": "bfdcee1cddb2e0d486b2a8a410e367f79f63c3ee0c015c299d731b10"
62
62
  }
@@ -24953,7 +24953,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
24953
24953
  version?: string;
24954
24954
  /** A timestamp of the event. */
24955
24955
  timestamp?: string;
24956
- /** A list of "assets" (applications). The same as MetaSiteContext. */
24956
+ /**
24957
+ * TODO(meta-site): Change validation once validations are disabled for consumers
24958
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
24959
+ */
24957
24960
  assets?: Asset[];
24958
24961
  }
24959
24962
  /** @oneof */
@@ -24953,7 +24953,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
24953
24953
  version?: string;
24954
24954
  /** A timestamp of the event. */
24955
24955
  timestamp?: string;
24956
- /** A list of "assets" (applications). The same as MetaSiteContext. */
24956
+ /**
24957
+ * TODO(meta-site): Change validation once validations are disabled for consumers
24958
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
24959
+ */
24957
24960
  assets?: Asset[];
24958
24961
  }
24959
24962
  /** @oneof */