@vrplatform/api 1.3.1-stage.4841 → 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
|
*/
|
|
@@ -2189,7 +2189,7 @@ export interface paths {
|
|
|
2189
2189
|
*/
|
|
2190
2190
|
get: operations["getMe"];
|
|
2191
2191
|
/**
|
|
2192
|
-
* @description Update the authenticated user's first and/or last name.
|
|
2192
|
+
* @description Update the authenticated user's first and/or last name and/or set lastSeen to the server's current time. Names are trimmed, changes are persisted synchronously to the control plane, and the existing GET /me user shape is returned.
|
|
2193
2193
|
*
|
|
2194
2194
|
* Required scope: self:write
|
|
2195
2195
|
*/
|
|
@@ -54280,6 +54280,8 @@ export interface operations {
|
|
|
54280
54280
|
"application/json": {
|
|
54281
54281
|
firstName?: string;
|
|
54282
54282
|
lastName?: string;
|
|
54283
|
+
/** @constant */
|
|
54284
|
+
touchLastSeen?: true;
|
|
54283
54285
|
};
|
|
54284
54286
|
};
|
|
54285
54287
|
};
|