ch-chat-api-typescript-axios 1.4.31 → 1.4.33
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/models/chat-sessions-model.d.ts +3 -3
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/chat-session.d.ts +0 -141
- package/dist/models/chat-session.js +0 -16
- package/dist/models/chat-session.js.map +0 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { ChatSessionModel } from './chat-session-model';
|
|
13
13
|
import type { PagedListMetaData } from './paged-list-meta-data';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
@@ -19,10 +19,10 @@ import type { PagedListMetaData } from './paged-list-meta-data';
|
|
|
19
19
|
export interface ChatSessionsModel {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {Array<
|
|
22
|
+
* @type {Array<ChatSessionModel>}
|
|
23
23
|
* @memberof ChatSessionsModel
|
|
24
24
|
*/
|
|
25
|
-
'items'?: Array<
|
|
25
|
+
'items'?: Array<ChatSessionModel> | null;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {PagedListMetaData}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export * from './chat-participant';
|
|
|
8
8
|
export * from './chat-send-flow-message-command';
|
|
9
9
|
export * from './chat-send-marketing-template-message-command';
|
|
10
10
|
export * from './chat-send-template-message-command';
|
|
11
|
-
export * from './chat-session';
|
|
12
11
|
export * from './chat-session-model';
|
|
13
12
|
export * from './chat-session-status';
|
|
14
13
|
export * from './chat-sessions-model';
|
package/dist/models/index.js
CHANGED
|
@@ -24,7 +24,6 @@ __exportStar(require("./chat-participant"), exports);
|
|
|
24
24
|
__exportStar(require("./chat-send-flow-message-command"), exports);
|
|
25
25
|
__exportStar(require("./chat-send-marketing-template-message-command"), exports);
|
|
26
26
|
__exportStar(require("./chat-send-template-message-command"), exports);
|
|
27
|
-
__exportStar(require("./chat-session"), exports);
|
|
28
27
|
__exportStar(require("./chat-session-model"), exports);
|
|
29
28
|
__exportStar(require("./chat-session-status"), exports);
|
|
30
29
|
__exportStar(require("./chat-sessions-model"), exports);
|
package/dist/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,4EAA0D;AAC1D,mFAAiE;AACjE,iDAA+B;AAC/B,iDAA+B;AAC/B,wDAAsC;AACtC,qDAAmC;AACnC,mEAAiD;AACjD,iFAA+D;AAC/D,uEAAqD;AACrD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,4EAA0D;AAC1D,mFAAiE;AACjE,iDAA+B;AAC/B,iDAA+B;AAC/B,wDAAsC;AACtC,qDAAmC;AACnC,mEAAiD;AACjD,iFAA+D;AAC/D,uEAAqD;AACrD,uDAAqC;AACrC,wDAAsC;AACtC,wDAAsC;AACtC,gEAA8C;AAC9C,+DAA6C;AAC7C,6DAA2C;AAC3C,gDAA8B;AAC9B,qDAAmC;AACnC,uDAAqC;AACrC,mEAAiD;AACjD,6DAA2C;AAC3C,8DAA4C;AAC5C,gDAA8B;AAC9B,mDAAiC;AACjC,iDAA+B;AAC/B,mDAAiC;AACjC,mDAAiC;AACjC,kDAAgC;AAChC,yDAAuC;AACvC,8DAA4C;AAC5C,sDAAoC;AACpC,mDAAiC;AACjC,6DAA2C;AAC3C,0EAAwD;AACxD,wEAAsD;AACtD,4CAA0B;AAC1B,qEAAmD;AACnD,8EAA4D;AAC5D,+EAA6D;AAC7D,iFAA+D;AAC/D,gFAA8D;AAC9D,6EAA2D;AAC3D,4EAA0D;AAC1D,6EAA2D;AAC3D,4DAA0C;AAC1C,2DAAyC;AACzC,+DAA6C;AAC7C,qEAAmD;AACnD,gEAA8C;AAC9C,6DAA2C;AAC3C,4DAA0C;AAC1C,uDAAqC"}
|
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.
|
|
4
|
+
"version": "1.4.33",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Cloudhospital.ChatApi
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ChatSessionStatus } from './chat-session-status';
|
|
13
|
-
import type { PlatformMetadata } from './platform-metadata';
|
|
14
|
-
import type { PlatformTypes } from './platform-types';
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface ChatSession
|
|
19
|
-
*/
|
|
20
|
-
export interface ChatSession {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof ChatSession
|
|
25
|
-
*/
|
|
26
|
-
'id'?: string;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof ChatSession
|
|
31
|
-
*/
|
|
32
|
-
'tenantId'?: string;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof ChatSession
|
|
37
|
-
*/
|
|
38
|
-
'targetHospitalId'?: string;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof ChatSession
|
|
43
|
-
*/
|
|
44
|
-
'targetHospitalName'?: string | null;
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof ChatSession
|
|
49
|
-
*/
|
|
50
|
-
'title'?: string | null;
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof ChatSession
|
|
55
|
-
*/
|
|
56
|
-
'userName'?: string | null;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {string}
|
|
60
|
-
* @memberof ChatSession
|
|
61
|
-
*/
|
|
62
|
-
'phoneNumber'?: string | null;
|
|
63
|
-
/**
|
|
64
|
-
*
|
|
65
|
-
* @type {boolean}
|
|
66
|
-
* @memberof ChatSession
|
|
67
|
-
*/
|
|
68
|
-
'handoffRequested'?: boolean;
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {PlatformTypes}
|
|
72
|
-
* @memberof ChatSession
|
|
73
|
-
*/
|
|
74
|
-
'platformType'?: PlatformTypes;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @type {PlatformMetadata}
|
|
78
|
-
* @memberof ChatSession
|
|
79
|
-
*/
|
|
80
|
-
'platformMetadata'?: PlatformMetadata;
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @type {string}
|
|
84
|
-
* @memberof ChatSession
|
|
85
|
-
*/
|
|
86
|
-
'assigneeId'?: string | null;
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @type {Date}
|
|
90
|
-
* @memberof ChatSession
|
|
91
|
-
*/
|
|
92
|
-
'createdDate'?: Date;
|
|
93
|
-
/**
|
|
94
|
-
*
|
|
95
|
-
* @type {string}
|
|
96
|
-
* @memberof ChatSession
|
|
97
|
-
*/
|
|
98
|
-
'createdBy'?: string | null;
|
|
99
|
-
/**
|
|
100
|
-
*
|
|
101
|
-
* @type {Date}
|
|
102
|
-
* @memberof ChatSession
|
|
103
|
-
*/
|
|
104
|
-
'updatedDate'?: Date | null;
|
|
105
|
-
/**
|
|
106
|
-
*
|
|
107
|
-
* @type {Date}
|
|
108
|
-
* @memberof ChatSession
|
|
109
|
-
*/
|
|
110
|
-
'lastActivatedDate'?: Date | null;
|
|
111
|
-
/**
|
|
112
|
-
*
|
|
113
|
-
* @type {Date}
|
|
114
|
-
* @memberof ChatSession
|
|
115
|
-
*/
|
|
116
|
-
'expiredDate'?: Date | null;
|
|
117
|
-
/**
|
|
118
|
-
*
|
|
119
|
-
* @type {ChatSessionStatus}
|
|
120
|
-
* @memberof ChatSession
|
|
121
|
-
*/
|
|
122
|
-
'status'?: ChatSessionStatus;
|
|
123
|
-
/**
|
|
124
|
-
*
|
|
125
|
-
* @type {boolean}
|
|
126
|
-
* @memberof ChatSession
|
|
127
|
-
*/
|
|
128
|
-
'isRead'?: boolean;
|
|
129
|
-
/**
|
|
130
|
-
*
|
|
131
|
-
* @type {string}
|
|
132
|
-
* @memberof ChatSession
|
|
133
|
-
*/
|
|
134
|
-
'updatedBy'?: string | null;
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
* @type {boolean}
|
|
138
|
-
* @memberof ChatSession
|
|
139
|
-
*/
|
|
140
|
-
'isGuest'?: boolean;
|
|
141
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Cloudhospital.ChatApi
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
//# sourceMappingURL=chat-session.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chat-session.js","sourceRoot":"","sources":["../../src/models/chat-session.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|