@vrplatform/api 1.3.1-stage.2409 → 1.3.1-stage.2411
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.
|
@@ -7382,7 +7382,7 @@ export interface operations {
|
|
|
7382
7382
|
includeMatchingTransactions?: string;
|
|
7383
7383
|
hasMatchingTransactions?: boolean;
|
|
7384
7384
|
reservationLineFilter?: "all" | "reservationOnly" | "nonReservationOnly";
|
|
7385
|
-
sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc";
|
|
7385
|
+
sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc" | "matched_desc" | "matched_asc";
|
|
7386
7386
|
limit?: number;
|
|
7387
7387
|
page?: number;
|
|
7388
7388
|
};
|
|
@@ -7823,7 +7823,7 @@ export interface operations {
|
|
|
7823
7823
|
includeMatchingTransactions?: string;
|
|
7824
7824
|
hasMatchingTransactions?: boolean;
|
|
7825
7825
|
reservationLineFilter?: "all" | "reservationOnly" | "nonReservationOnly";
|
|
7826
|
-
sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc";
|
|
7826
|
+
sort?: "created_desc" | "created_asc" | "amount_desc" | "amount_asc" | "matched_desc" | "matched_asc";
|
|
7827
7827
|
};
|
|
7828
7828
|
header?: never;
|
|
7829
7829
|
path?: never;
|