@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4843",
6
+ "version": "1.3.1-stage.4844",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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
  */