ch-chat-api-typescript-axios 1.4.17 → 1.4.18

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.
@@ -28,7 +28,7 @@ export interface ChatSendTemplateMessageCommand {
28
28
  * @type {string}
29
29
  * @memberof ChatSendTemplateMessageCommand
30
30
  */
31
- 'tempalteId'?: string | null;
31
+ 'templateId'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {string}
@@ -116,6 +116,12 @@ export interface ChatSessionModel {
116
116
  * @memberof ChatSessionModel
117
117
  */
118
118
  'lastActivatedDate'?: Date | null;
119
+ /**
120
+ *
121
+ * @type {Date}
122
+ * @memberof ChatSessionModel
123
+ */
124
+ 'expiredDate'?: Date | null;
119
125
  /**
120
126
  *
121
127
  * @type {ChatSessionStatus}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ch-chat-api-typescript-axios",
3
3
  "description": "An OpenAPI generator tool for the CH Chat API, designed to simplify API client generation and streamline integration workflows.",
4
- "version": "1.4.17",
4
+ "version": "1.4.18",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {