@vrplatform/api 1.3.1-stage.2360 → 1.3.1-stage.2362

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.
@@ -17881,7 +17881,7 @@ export interface operations {
17881
17881
  teamId: string;
17882
17882
  partnerId: string | null;
17883
17883
  /** @enum {string} */
17884
- role: "admin" | "user";
17884
+ role: "admin" | "user" | "owner";
17885
17885
  /** @enum {string} */
17886
17886
  type: "propertyManager" | "partner";
17887
17887
  }[];