randmar-api-client 1.47.0 → 1.48.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.
@@ -2699,6 +2699,7 @@ export type ChatMessage = {
2699
2699
  SenderId?: string | null;
2700
2700
  SenderName?: string | null;
2701
2701
  SentDate?: string | null;
2702
+ Read?: boolean;
2702
2703
  };
2703
2704
  export type CartShipTo = {
2704
2705
  ShipToName?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.47.0",
3
+ "version": "1.48.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",