@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -12827,10 +12827,10 @@ export interface operations {
|
|
|
12827
12827
|
page?: number;
|
|
12828
12828
|
/** @description Year in format YYYY */
|
|
12829
12829
|
year?: number;
|
|
12830
|
-
/** @description comma separated statements */
|
|
12831
|
-
statementIds?: string;
|
|
12832
12830
|
/** @description comma separated listings */
|
|
12833
12831
|
listingIds?: string;
|
|
12832
|
+
/** @description comma separated statements */
|
|
12833
|
+
statementIds?: string;
|
|
12834
12834
|
/** @description Date in format YYYY-MM */
|
|
12835
12835
|
month?: string;
|
|
12836
12836
|
search?: string;
|