@juhuu/sdk-ts 1.2.62 → 1.2.63

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/dist/index.d.mts CHANGED
@@ -1570,7 +1570,7 @@ declare namespace JUHUU {
1570
1570
  };
1571
1571
  type Options = JUHUU.RequestOptions;
1572
1572
  type Response = {
1573
- chat: JUHUU.ChatMessage.Object;
1573
+ chatMessage: JUHUU.ChatMessage.Object;
1574
1574
  };
1575
1575
  }
1576
1576
  export { };
package/dist/index.d.ts CHANGED
@@ -1570,7 +1570,7 @@ declare namespace JUHUU {
1570
1570
  };
1571
1571
  type Options = JUHUU.RequestOptions;
1572
1572
  type Response = {
1573
- chat: JUHUU.ChatMessage.Object;
1573
+ chatMessage: JUHUU.ChatMessage.Object;
1574
1574
  };
1575
1575
  }
1576
1576
  export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.62",
3
+ "version": "1.2.63",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",