@vrplatform/api 1.3.1-stage.4741 → 1.3.1-stage.4744

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4741",
6
+ "version": "1.3.1-stage.4744",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -12,7 +12,7 @@ export interface paths {
12
12
  cookie?: never;
13
13
  };
14
14
  /**
15
- * @description List accounts
15
+ * @description List accounts, including embedded report filter options
16
16
  *
17
17
  * Required scope: accounts:read
18
18
  */
@@ -199,10 +199,10 @@ export interface paths {
199
199
  path?: never;
200
200
  cookie?: never;
201
201
  };
202
- /** @description List API token metadata for the current team without revealing token secrets. Requires an authenticated team admin. */
202
+ /** @description List API token metadata for the current team without revealing token secrets. Requires an authenticated team admin or global VRP admin. */
203
203
  get: operations["getApiTokens"];
204
204
  put?: never;
205
- /** @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. */
205
+ /** @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. */
206
206
  post: operations["postApiTokens"];
207
207
  delete?: never;
208
208
  options?: never;
@@ -217,11 +217,11 @@ export interface paths {
217
217
  path?: never;
218
218
  cookie?: never;
219
219
  };
220
- /** @description Reveal one API token for the current team. Requires an authenticated team admin. */
220
+ /** @description Reveal one API token for the current team. Requires an authenticated team admin or global VRP admin. */
221
221
  get: operations["getApiTokensById"];
222
222
  put?: never;
223
223
  post?: never;
224
- /** @description Revoke an API token for the current team immediately. Requires an authenticated team admin. */
224
+ /** @description Revoke an API token for the current team immediately. Requires an authenticated team admin or global VRP admin. */
225
225
  delete: operations["deleteApiTokensById"];
226
226
  options?: never;
227
227
  head?: never;
@@ -859,7 +859,7 @@ export interface paths {
859
859
  cookie?: never;
860
860
  };
861
861
  /**
862
- * @description Get contacts
862
+ * @description List contacts, including embedded report filter options
863
863
  *
864
864
  * Required scope: contacts:read
865
865
  */
@@ -1923,7 +1923,7 @@ export interface paths {
1923
1923
  cookie?: never;
1924
1924
  };
1925
1925
  /**
1926
- * @description Get listings
1926
+ * @description List listings, including embedded report filter options
1927
1927
  *
1928
1928
  * Required scope: listings:read
1929
1929
  */