@vrplatform/api 1.3.1-stage.1512 → 1.3.1-stage.1513
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.
|
@@ -4051,6 +4051,7 @@ export interface operations {
|
|
|
4051
4051
|
includeBalanceRecords?: boolean;
|
|
4052
4052
|
/** @description Include matching transactions, optionally with max days offset */
|
|
4053
4053
|
includeMatchingTransactions?: string;
|
|
4054
|
+
hasMatchingTransactions?: boolean;
|
|
4054
4055
|
limit?: number;
|
|
4055
4056
|
page?: number;
|
|
4056
4057
|
};
|