@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.
|
@@ -22961,7 +22961,7 @@ export interface operations {
|
|
|
22961
22961
|
endDate?: string;
|
|
22962
22962
|
party?: "manager" | "owners";
|
|
22963
22963
|
view?: "party" | "listing" | "month" | "quarter" | "year";
|
|
22964
|
-
listingIds?: string
|
|
22964
|
+
listingIds?: string;
|
|
22965
22965
|
};
|
|
22966
22966
|
header?: {
|
|
22967
22967
|
"X-Team-Id"?: string;
|
|
@@ -23080,7 +23080,7 @@ export interface operations {
|
|
|
23080
23080
|
endDate?: string;
|
|
23081
23081
|
party?: "manager" | "owners";
|
|
23082
23082
|
view?: "party" | "listing" | "month" | "quarter" | "year";
|
|
23083
|
-
listingIds?: string
|
|
23083
|
+
listingIds?: string;
|
|
23084
23084
|
};
|
|
23085
23085
|
header?: {
|
|
23086
23086
|
"X-Team-Id"?: string;
|