randmar-api-client 1.86.0 → 1.88.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.
@@ -3730,6 +3730,7 @@ export type ConversationHeader = {
3730
3730
  Participant1?: string | null;
3731
3731
  Participant2?: string | null;
3732
3732
  Status?: string | null;
3733
+ LastMessageTime?: string | null;
3733
3734
  };
3734
3735
  export type ChatMessage = {
3735
3736
  MessageId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.86.0",
3
+ "version": "1.88.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",