ch-chat-api-typescript-axios 1.3.23 → 1.4.1
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.
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { ChatParticipant } from './chat-participant';
|
|
13
13
|
import type { ChatSessionStatus } from './chat-session-status';
|
|
14
14
|
import type { IntakeForm } from './intake-form';
|
|
15
|
+
import type { PlatformTypes } from './platform-types';
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
17
18
|
* @export
|
|
@@ -72,6 +73,12 @@ export interface ChatSessionModel {
|
|
|
72
73
|
* @memberof ChatSessionModel
|
|
73
74
|
*/
|
|
74
75
|
'handoffRequested'?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {PlatformTypes}
|
|
79
|
+
* @memberof ChatSessionModel
|
|
80
|
+
*/
|
|
81
|
+
'platformType'?: PlatformTypes;
|
|
75
82
|
/**
|
|
76
83
|
*
|
|
77
84
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-types.js","sourceRoot":"","sources":["../../src/models/platform-types.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,aAAa,GAAG;IACzB,KAAK,EAAE,OAAO;IACd,
|
|
1
|
+
{"version":3,"file":"platform-types.js","sourceRoot":"","sources":["../../src/models/platform-types.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,aAAa,GAAG;IACzB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;CACd,CAAC"}
|
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
|
+
"version": "1.4.1",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|