@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.
|
@@ -11,7 +11,7 @@ export interface paths {
|
|
|
11
11
|
cookie?: never;
|
|
12
12
|
};
|
|
13
13
|
/**
|
|
14
|
-
* @description List accounts
|
|
14
|
+
* @description List accounts, including embedded report filter options
|
|
15
15
|
*
|
|
16
16
|
* Required scope: accounts:read
|
|
17
17
|
*/
|
|
@@ -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;
|
|
@@ -858,7 +858,7 @@ export interface paths {
|
|
|
858
858
|
cookie?: never;
|
|
859
859
|
};
|
|
860
860
|
/**
|
|
861
|
-
* @description
|
|
861
|
+
* @description List contacts, including embedded report filter options
|
|
862
862
|
*
|
|
863
863
|
* Required scope: contacts:read
|
|
864
864
|
*/
|
|
@@ -1922,7 +1922,7 @@ export interface paths {
|
|
|
1922
1922
|
cookie?: never;
|
|
1923
1923
|
};
|
|
1924
1924
|
/**
|
|
1925
|
-
* @description
|
|
1925
|
+
* @description List listings, including embedded report filter options
|
|
1926
1926
|
*
|
|
1927
1927
|
* Required scope: listings:read
|
|
1928
1928
|
*/
|