@vrplatform/api 1.3.1-4459 → 1.3.1-4466
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.
|
@@ -1839,7 +1839,7 @@ export interface paths {
|
|
|
1839
1839
|
path?: never;
|
|
1840
1840
|
cookie?: never;
|
|
1841
1841
|
};
|
|
1842
|
-
/** @description UI bootstrap call: the authenticated user plus the resolved team (x-team-id header, or the oldest active membership
|
|
1842
|
+
/** @description UI bootstrap call: the authenticated user plus the resolved team (embedded-session team, x-team-id header, or the oldest active membership), including membership, owner access, effective feature IDs, issue counts, and frontend setup context */
|
|
1843
1843
|
get: operations["getMe"];
|
|
1844
1844
|
put?: never;
|
|
1845
1845
|
post?: never;
|
|
@@ -3717,7 +3717,7 @@ export interface paths {
|
|
|
3717
3717
|
/** @description Update the current team (singleton: the team in scope via the x-team-id header) */
|
|
3718
3718
|
put: operations["putTeam"];
|
|
3719
3719
|
post?: never;
|
|
3720
|
-
/** @description
|
|
3720
|
+
/** @description Queue deletion of the current team selected by x-team-id. Requires confirm=true and an authenticated active VRPlatform member; API-key callers and ordinary tenant users cannot delete the current team. */
|
|
3721
3721
|
delete: operations["deleteTeam"];
|
|
3722
3722
|
options?: never;
|
|
3723
3723
|
head?: never;
|