@vrplatform/api 1.3.1-stage.4611 → 1.3.1-stage.4612
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.
|
@@ -4481,7 +4481,7 @@ export interface paths {
|
|
|
4481
4481
|
};
|
|
4482
4482
|
get?: never;
|
|
4483
4483
|
put?: never;
|
|
4484
|
-
/** @description Invite a property-manager member to the current team */
|
|
4484
|
+
/** @description Invite a property-manager member to the current team. Emails already used by owner accounts are rejected as bad requests. */
|
|
4485
4485
|
post: operations["postTeamMembersInvite"];
|
|
4486
4486
|
delete?: never;
|
|
4487
4487
|
options?: never;
|