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