@wix/auto_sdk_events_orders 1.0.28 → 1.0.29

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.
@@ -293,6 +293,12 @@ interface TicketDetails {
293
293
  * @readonly
294
294
  */
295
295
  seatLabel?: string | null;
296
+ /**
297
+ * Seating plan ID.
298
+ * @format GUID
299
+ * @readonly
300
+ */
301
+ planId?: string | null;
296
302
  /**
297
303
  * Number of places in the spot.
298
304
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_orders",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.events.v1.order"
51
51
  }
52
52
  },
53
- "falconPackageHash": "b114baedef403e12ea4183b4f34e504687e340bfe2a84aac004d77fc"
53
+ "falconPackageHash": "25fc0c8774cc31dbcf42ad0f2ab174faf9027690f390264dd65d2394"
54
54
  }