@wix/auto_sdk_events_orders 1.0.27 → 1.0.28

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,12 +293,6 @@ 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;
302
296
  /**
303
297
  * Number of places in the spot.
304
298
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_orders",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
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": "25fc0c8774cc31dbcf42ad0f2ab174faf9027690f390264dd65d2394"
53
+ "falconPackageHash": "b114baedef403e12ea4183b4f34e504687e340bfe2a84aac004d77fc"
54
54
  }