@vrplatform/api 1.3.1-stage.1443 → 1.3.1-stage.1444
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.
|
@@ -16067,6 +16067,7 @@ export interface operations {
|
|
|
16067
16067
|
endAt: string;
|
|
16068
16068
|
/** @description comma separated listings */
|
|
16069
16069
|
listingIds?: string;
|
|
16070
|
+
viewAs?: "owner" | "manager";
|
|
16070
16071
|
};
|
|
16071
16072
|
header?: never;
|
|
16072
16073
|
path?: never;
|
|
@@ -16194,6 +16195,7 @@ export interface operations {
|
|
|
16194
16195
|
endAt: string;
|
|
16195
16196
|
/** @description comma separated listings */
|
|
16196
16197
|
listingIds?: string;
|
|
16198
|
+
viewAs?: "owner" | "manager";
|
|
16197
16199
|
};
|
|
16198
16200
|
header?: never;
|
|
16199
16201
|
path?: never;
|