@vrplatform/api 1.3.1-stage.5031 → 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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -5173,7 +5173,7 @@ export interface paths {
|
|
|
5173
5173
|
cookie?: never;
|
|
5174
5174
|
};
|
|
5175
5175
|
/**
|
|
5176
|
-
* @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.
|
|
5176
|
+
* @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.
|
|
5177
5177
|
*
|
|
5178
5178
|
* Required scope: teams:read
|
|
5179
5179
|
*/
|
|
@@ -5407,7 +5407,7 @@ export interface paths {
|
|
|
5407
5407
|
get: operations["getTeams"];
|
|
5408
5408
|
put?: never;
|
|
5409
5409
|
/**
|
|
5410
|
-
* @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.
|
|
5410
|
+
* @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.
|
|
5411
5411
|
*
|
|
5412
5412
|
* Required scope: teams:provision
|
|
5413
5413
|
*/
|
|
@@ -5468,7 +5468,7 @@ export interface paths {
|
|
|
5468
5468
|
cookie?: never;
|
|
5469
5469
|
};
|
|
5470
5470
|
/**
|
|
5471
|
-
* @description Resolve a team by slug, connection, or tenant-scoped auth
|
|
5471
|
+
* @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.
|
|
5472
5472
|
*
|
|
5473
5473
|
* Required scope: teams:read
|
|
5474
5474
|
*/
|
|
@@ -5821,7 +5821,7 @@ export interface paths {
|
|
|
5821
5821
|
put: operations["putTransactionsById"];
|
|
5822
5822
|
post?: never;
|
|
5823
5823
|
/**
|
|
5824
|
-
* @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.
|
|
5824
|
+
* @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.
|
|
5825
5825
|
*
|
|
5826
5826
|
* Required scope: transactions:delete
|
|
5827
5827
|
*/
|