@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.
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
|
*/
|
|
@@ -5386,7 +5386,7 @@ export interface paths {
|
|
|
5386
5386
|
get: operations["getTeams"];
|
|
5387
5387
|
put?: never;
|
|
5388
5388
|
/**
|
|
5389
|
-
* @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.
|
|
5389
|
+
* @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.
|
|
5390
5390
|
*
|
|
5391
5391
|
* Required scope: teams:provision
|
|
5392
5392
|
*/
|
|
@@ -5447,7 +5447,7 @@ export interface paths {
|
|
|
5447
5447
|
cookie?: never;
|
|
5448
5448
|
};
|
|
5449
5449
|
/**
|
|
5450
|
-
* @description Resolve a team by slug, connection, or tenant-scoped auth
|
|
5450
|
+
* @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.
|
|
5451
5451
|
*
|
|
5452
5452
|
* Required scope: teams:read
|
|
5453
5453
|
*/
|
|
@@ -5800,7 +5800,7 @@ export interface paths {
|
|
|
5800
5800
|
put: operations["putTransactionsById"];
|
|
5801
5801
|
post?: never;
|
|
5802
5802
|
/**
|
|
5803
|
-
* @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.
|
|
5803
|
+
* @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.
|
|
5804
5804
|
*
|
|
5805
5805
|
* Required scope: transactions:delete
|
|
5806
5806
|
*/
|