@vrplatform/api 1.3.1-stage.4742 → 1.3.1-stage.4750

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.
@@ -198,10 +198,10 @@ export interface paths {
198
198
  path?: never;
199
199
  cookie?: never;
200
200
  };
201
- /** @description List API token metadata for the current team without revealing token secrets. Requires an authenticated team admin. */
201
+ /** @description List API token metadata for the current team without revealing token secrets. Requires an authenticated team admin or global VRP admin. */
202
202
  get: operations["getApiTokens"];
203
203
  put?: never;
204
- /** @description Generate an API token for the current team and return its secret. Partner teams may provide capability bundles to restrict the token; omission grants unrestricted partner API access. An optional IP allowlist is enforced on every API-key request. Requires an authenticated team admin. The token secret is never written to audit records. */
204
+ /** @description Generate an API token for the current team and return its secret. Partner teams may provide capability bundles to restrict the token; omission grants unrestricted partner API access. An optional IP allowlist is enforced on every API-key request. Requires an authenticated team admin or global VRP admin. The token secret is never written to audit records. */
205
205
  post: operations["postApiTokens"];
206
206
  delete?: never;
207
207
  options?: never;
@@ -216,11 +216,11 @@ export interface paths {
216
216
  path?: never;
217
217
  cookie?: never;
218
218
  };
219
- /** @description Reveal one API token for the current team. Requires an authenticated team admin. */
219
+ /** @description Reveal one API token for the current team. Requires an authenticated team admin or global VRP admin. */
220
220
  get: operations["getApiTokensById"];
221
221
  put?: never;
222
222
  post?: never;
223
- /** @description Revoke an API token for the current team immediately. Requires an authenticated team admin. */
223
+ /** @description Revoke an API token for the current team immediately. Requires an authenticated team admin or global VRP admin. */
224
224
  delete: operations["deleteApiTokensById"];
225
225
  options?: never;
226
226
  head?: never;
@@ -1137,7 +1137,7 @@ export interface paths {
1137
1137
  path?: never;
1138
1138
  cookie?: never;
1139
1139
  };
1140
- /** @description Download a supported GL file. */
1140
+ /** @description Download a supported team file. Existing non-GL team files remain readable. */
1141
1141
  get: operations["getFilesByIdDownload"];
1142
1142
  put?: never;
1143
1143
  post?: never;