@vrplatform/api 1.3.1-5024 → 1.3.1-5033
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.
|
@@ -5172,7 +5172,7 @@ export interface paths {
|
|
|
5172
5172
|
cookie?: never;
|
|
5173
5173
|
};
|
|
5174
5174
|
/**
|
|
5175
|
-
* @description Get the current team and its dashboard aggregates (singleton: the team in scope via the x-team-id header). Cross-team access uses the plural /teams collection.
|
|
5175
|
+
* @description Get the current team and its dashboard aggregates (singleton: the team in scope via the x-team-id header). Effective partner identity and status resolve through the control plane when the partner is homed in another region. Cross-team access uses the plural /teams collection.
|
|
5176
5176
|
*
|
|
5177
5177
|
* Required scope: teams:read
|
|
5178
5178
|
*/
|
|
@@ -5385,7 +5385,7 @@ export interface paths {
|
|
|
5385
5385
|
get: operations["getTeams"];
|
|
5386
5386
|
put?: never;
|
|
5387
5387
|
/**
|
|
5388
|
-
* @description Create team. Partner provisioning requires a uniqueRef; if a team with that uniqueRef already exists for the partner the request fails with 409 — fetch the existing team with GET /teams/lookup. Retrying a provisioning request that failed before completing is safe.
|
|
5388
|
+
* @description Create team. The generic gateway forwards an explicit dataRegion to that regional cell; an omitted region uses the receiving cell. Partner provisioning requires a uniqueRef; if a team with that uniqueRef already exists for the partner the request fails with 409 — fetch the existing team with GET /teams/lookup. Retrying a provisioning request that failed before completing is safe.
|
|
5389
5389
|
*
|
|
5390
5390
|
* Required scope: teams:provision
|
|
5391
5391
|
*/
|
|
@@ -5446,7 +5446,7 @@ export interface paths {
|
|
|
5446
5446
|
cookie?: never;
|
|
5447
5447
|
};
|
|
5448
5448
|
/**
|
|
5449
|
-
* @description Resolve a team by slug, connection, or tenant-scoped auth
|
|
5449
|
+
* @description Resolve a team by slug, connection, or tenant-scoped auth. Effective partner identity and status resolve through the control plane when the partner is homed in another region.
|
|
5450
5450
|
*
|
|
5451
5451
|
* Required scope: teams:read
|
|
5452
5452
|
*/
|
|
@@ -5799,7 +5799,7 @@ export interface paths {
|
|
|
5799
5799
|
put: operations["putTransactionsById"];
|
|
5800
5800
|
post?: never;
|
|
5801
5801
|
/**
|
|
5802
|
-
* @description Delete a transaction by ID. Use onLocked=archive to archive eligible locked transactions; the option does not bypass statement, books-closed, or reconciliation rules.
|
|
5802
|
+
* @description Delete a transaction by ID. Use onLocked=archive to archive eligible locked transactions; the option does not bypass statement, books-closed, or reconciliation rules. A concurrent duplicate delete returns the standard not-found response after the first request removes the transaction.
|
|
5803
5803
|
*
|
|
5804
5804
|
* Required scope: transactions:delete
|
|
5805
5805
|
*/
|