@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -16068,6 +16068,7 @@ export interface operations {
|
|
|
16068
16068
|
endAt: string;
|
|
16069
16069
|
/** @description comma separated listings */
|
|
16070
16070
|
listingIds?: string;
|
|
16071
|
+
viewAs?: "owner" | "manager";
|
|
16071
16072
|
};
|
|
16072
16073
|
header?: never;
|
|
16073
16074
|
path?: never;
|
|
@@ -16195,6 +16196,7 @@ export interface operations {
|
|
|
16195
16196
|
endAt: string;
|
|
16196
16197
|
/** @description comma separated listings */
|
|
16197
16198
|
listingIds?: string;
|
|
16199
|
+
viewAs?: "owner" | "manager";
|
|
16198
16200
|
};
|
|
16199
16201
|
header?: never;
|
|
16200
16202
|
path?: never;
|