@wix/auto_sdk_events_orders 1.0.28 → 1.0.30

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.
@@ -378,6 +378,12 @@ interface TicketDetails {
378
378
  * @readonly
379
379
  */
380
380
  seatLabel?: string | null;
381
+ /**
382
+ * Seating plan ID.
383
+ * @format GUID
384
+ * @readonly
385
+ */
386
+ planId?: string | null;
381
387
  /**
382
388
  * Number of places in the spot.
383
389
  *
@@ -648,6 +654,11 @@ interface GiftCardPaymentDetails {
648
654
  * @maxLength 30
649
655
  */
650
656
  obfuscatedCode?: string | null;
657
+ /**
658
+ * Gift card code.
659
+ * @maxLength 30
660
+ */
661
+ code?: string | null;
651
662
  }
652
663
  interface BalanceSummary {
653
664
  /** Amount left to pay. */