@wix/table-reservations 1.0.146 → 1.0.147

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/table-reservations",
3
- "version": "1.0.146",
3
+ "version": "1.0.147",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,9 +18,9 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/table-reservations_reservation-locations": "1.0.59",
22
- "@wix/table-reservations_reservations": "1.0.50",
23
- "@wix/table-reservations_time-slots": "1.0.44"
21
+ "@wix/table-reservations_reservation-locations": "1.0.60",
22
+ "@wix/table-reservations_reservations": "1.0.51",
23
+ "@wix/table-reservations_time-slots": "1.0.45"
24
24
  },
25
25
  "devDependencies": {
26
26
  "glob": "^10.4.1",
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "91c8b90280eba1699c2f37ffb1bc5d655b0636818575a55be8f0991b"
48
+ "falconPackageHash": "ffdbb032f329e0a8379fecce805778a17d954f16a2c4c9af8e506133"
49
49
  }
@@ -3229,7 +3229,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
3229
3229
  version?: string;
3230
3230
  /** A timestamp of the event. */
3231
3231
  timestamp?: string;
3232
- /** A list of "assets" (applications). The same as MetaSiteContext. */
3232
+ /**
3233
+ * TODO(meta-site): Change validation once validations are disabled for consumers
3234
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
3235
+ */
3233
3236
  assets?: Asset[];
3234
3237
  }
3235
3238
  /** @oneof */
@@ -3229,7 +3229,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
3229
3229
  version?: string;
3230
3230
  /** A timestamp of the event. */
3231
3231
  timestamp?: string;
3232
- /** A list of "assets" (applications). The same as MetaSiteContext. */
3232
+ /**
3233
+ * TODO(meta-site): Change validation once validations are disabled for consumers
3234
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
3235
+ */
3233
3236
  assets?: Asset[];
3234
3237
  }
3235
3238
  /** @oneof */