@vrplatform/api 1.3.1-stage.4843 → 1.3.1-stage.4845
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
|
@@ -463,7 +463,7 @@ export interface paths {
|
|
|
463
463
|
get?: never;
|
|
464
464
|
put?: never;
|
|
465
465
|
/**
|
|
466
|
-
* @description Create multiple bank records
|
|
466
|
+
* @description Create or update multiple bank records. Items with a stale Account reference are skipped and returned in issues.
|
|
467
467
|
*
|
|
468
468
|
* Required scope: bank-records:write
|
|
469
469
|
*/
|
|
@@ -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
|
*/
|