@vrplatform/api 1.2.33-977 → 1.2.33-979
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.
|
@@ -12826,10 +12826,10 @@ export interface operations {
|
|
|
12826
12826
|
page?: number;
|
|
12827
12827
|
/** @description Year in format YYYY */
|
|
12828
12828
|
year?: number;
|
|
12829
|
-
/** @description comma separated statements */
|
|
12830
|
-
statementIds?: string;
|
|
12831
12829
|
/** @description comma separated listings */
|
|
12832
12830
|
listingIds?: string;
|
|
12831
|
+
/** @description comma separated statements */
|
|
12832
|
+
statementIds?: string;
|
|
12833
12833
|
/** @description Date in format YYYY-MM */
|
|
12834
12834
|
month?: string;
|
|
12835
12835
|
search?: string;
|