@vrplatform/api 1.3.1-stage.4741 → 1.3.1-stage.4742
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
|
@@ -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
|
*/
|
|
@@ -859,7 +859,7 @@ export interface paths {
|
|
|
859
859
|
cookie?: never;
|
|
860
860
|
};
|
|
861
861
|
/**
|
|
862
|
-
* @description
|
|
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
|
|
1926
|
+
* @description List listings, including embedded report filter options
|
|
1927
1927
|
*
|
|
1928
1928
|
* Required scope: listings:read
|
|
1929
1929
|
*/
|