@vrplatform/api 1.3.1-stage.4843 → 1.3.1-stage.4844
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
|
@@ -859,7 +859,7 @@ export interface paths {
|
|
|
859
859
|
cookie?: never;
|
|
860
860
|
};
|
|
861
861
|
/**
|
|
862
|
-
* @description List contacts, including embedded report filter options
|
|
862
|
+
* @description List contacts, including embedded report filter options. Owner access is limited to directly owned contacts.
|
|
863
863
|
*
|
|
864
864
|
* Required scope: contacts:read
|
|
865
865
|
*/
|
|
@@ -906,7 +906,7 @@ export interface paths {
|
|
|
906
906
|
cookie?: never;
|
|
907
907
|
};
|
|
908
908
|
/**
|
|
909
|
-
* @description Contacts CSV export
|
|
909
|
+
* @description Contacts CSV export. Owner access is limited to directly owned contacts.
|
|
910
910
|
*
|
|
911
911
|
* Required scope: contacts:read, contacts:export
|
|
912
912
|
*/
|