@vrplatform/api 1.3.1-stage.5027 → 1.3.1-stage.5034
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
|
*/
|
|
@@ -5406,7 +5406,7 @@ export interface paths {
|
|
|
5406
5406
|
get: operations["getTeams"];
|
|
5407
5407
|
put?: never;
|
|
5408
5408
|
/**
|
|
5409
|
-
* @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.
|
|
5409
|
+
* @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.
|
|
5410
5410
|
*
|
|
5411
5411
|
* Required scope: teams:provision
|
|
5412
5412
|
*/
|
|
@@ -5467,7 +5467,7 @@ export interface paths {
|
|
|
5467
5467
|
cookie?: never;
|
|
5468
5468
|
};
|
|
5469
5469
|
/**
|
|
5470
|
-
* @description Resolve a team by slug, connection, or tenant-scoped auth
|
|
5470
|
+
* @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.
|
|
5471
5471
|
*
|
|
5472
5472
|
* Required scope: teams:read
|
|
5473
5473
|
*/
|
|
@@ -5820,7 +5820,7 @@ export interface paths {
|
|
|
5820
5820
|
put: operations["putTransactionsById"];
|
|
5821
5821
|
post?: never;
|
|
5822
5822
|
/**
|
|
5823
|
-
* @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.
|
|
5823
|
+
* @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.
|
|
5824
5824
|
*
|
|
5825
5825
|
* Required scope: transactions:delete
|
|
5826
5826
|
*/
|