@vrplatform/api 1.2.33-stage.741 → 1.2.33-stage.742

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.33-stage.741",
6
+ "version": "1.2.33-stage.742",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -22962,7 +22962,7 @@ export interface operations {
22962
22962
  endDate?: string;
22963
22963
  party?: "manager" | "owners";
22964
22964
  view?: "party" | "listing" | "month" | "quarter" | "year";
22965
- listingIds?: string[];
22965
+ listingIds?: string;
22966
22966
  };
22967
22967
  header?: {
22968
22968
  "X-Team-Id"?: string;
@@ -23081,7 +23081,7 @@ export interface operations {
23081
23081
  endDate?: string;
23082
23082
  party?: "manager" | "owners";
23083
23083
  view?: "party" | "listing" | "month" | "quarter" | "year";
23084
- listingIds?: string[];
23084
+ listingIds?: string;
23085
23085
  };
23086
23086
  header?: {
23087
23087
  "X-Team-Id"?: string;