@coveo/platform-client 59.2.0 → 59.3.0

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.
@@ -24,6 +24,10 @@ export interface OrganizationMemberModel {
24
24
  * The username of the member
25
25
  */
26
26
  username: string;
27
+ /**
28
+ * The last used date of the member as a Unix timestamp (milliseconds)
29
+ */
30
+ lastUsedDate?: number;
27
31
  }
28
32
  export interface OrganizationMemberGroupModel {
29
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "59.2.0",
3
+ "version": "59.3.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {