randmar-api-client 1.97.0 → 1.98.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.
@@ -3778,7 +3778,7 @@ export type ChatMessage = {
3778
3778
  Read?: boolean;
3779
3779
  };
3780
3780
  export type ConversationLink = {
3781
- LinkID?: string | null;
3781
+ LinkId?: string | null;
3782
3782
  URL?: string | null;
3783
3783
  Title?: string | null;
3784
3784
  CreationDate?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.97.0",
3
+ "version": "1.98.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",