@vrplatform/api 1.3.1-stage.1602 → 1.3.1-stage.1606

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.
@@ -4303,6 +4303,7 @@ export interface operations {
4303
4303
  /** @description Include matching transactions, optionally with max days offset */
4304
4304
  includeMatchingTransactions?: string;
4305
4305
  hasMatchingTransactions?: boolean;
4306
+ reservationLineFilter?: "all" | "reservationOnly" | "nonReservationOnly";
4306
4307
  sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc";
4307
4308
  limit?: number;
4308
4309
  page?: number;
@@ -4659,6 +4660,7 @@ export interface operations {
4659
4660
  /** @description Include matching transactions, optionally with max days offset */
4660
4661
  includeMatchingTransactions?: string;
4661
4662
  hasMatchingTransactions?: boolean;
4663
+ reservationLineFilter?: "all" | "reservationOnly" | "nonReservationOnly";
4662
4664
  sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc";
4663
4665
  };
4664
4666
  header?: never;