@vrplatform/api 1.3.1-stage.4555 → 1.3.1-stage.4556

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.3.1-stage.4555",
6
+ "version": "1.3.1-stage.4556",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2246,7 +2246,7 @@ export interface paths {
2246
2246
  path?: never;
2247
2247
  cookie?: never;
2248
2248
  };
2249
- /** @description List members of the partner itself with their child-team memberships */
2249
+ /** @description List members of the partner itself with their partner-team role, status, invitation timestamp, and child-team memberships */
2250
2250
  get: operations["getPartnerMembers"];
2251
2251
  put?: never;
2252
2252
  post?: never;
@@ -39304,6 +39304,10 @@ export interface operations {
39304
39304
  /** Format: email */
39305
39305
  email: string;
39306
39306
  secondaryEmails: string[];
39307
+ /** @enum {string} */
39308
+ role: "admin" | "user";
39309
+ status: ("active" | "inactive" | "unconfirmed") | null;
39310
+ lastInvitedAt: string | null;
39307
39311
  partnerId: string | null;
39308
39312
  name: string | null;
39309
39313
  firstName: string | null;