@wix/auto_sdk_events_orders 1.0.39 → 1.0.41

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.
@@ -248,7 +248,7 @@ interface TicketingTicket {
248
248
  * @format GUID
249
249
  */
250
250
  ticketDefinitionId?: string;
251
- /** Ticket name. */
251
+ /** Ticket type. */
252
252
  name?: string;
253
253
  /** Ticket price. */
254
254
  price?: Money;
@@ -1145,6 +1145,8 @@ interface GetPaymentInfoResponse {
1145
1145
  * @readonly
1146
1146
  */
1147
1147
  transactionId?: string | null;
1148
+ /** Whether at least one transaction that is not in the final status exists. */
1149
+ active?: boolean;
1148
1150
  }
1149
1151
  interface PaymentTransactionSummary {
1150
1152
  /**