ch-chat-api-typescript-axios 5.86.0 → 5.87.3
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/api/dashboard-api.d.ts +174 -63
- package/dist/api/dashboard-api.js +175 -62
- package/dist/api/dashboard-api.js.map +1 -1
- package/dist/api/sessions-api.d.ts +55 -0
- package/dist/api/sessions-api.js +74 -0
- package/dist/api/sessions-api.js.map +1 -1
- package/dist/models/{api-v1-chat-dashboard-sessions-activated-count-get401-response-errors.d.ts → api-v1-chat-dashboard-sessions-counts-get401-response-errors.d.ts} +3 -3
- package/dist/models/{api-v1-chat-dashboard-sessions-activated-count-get401-response.js → api-v1-chat-dashboard-sessions-counts-get401-response-errors.js} +1 -1
- package/dist/models/api-v1-chat-dashboard-sessions-counts-get401-response-errors.js.map +1 -0
- package/dist/models/api-v1-chat-dashboard-sessions-counts-get401-response.d.ts +49 -0
- package/dist/models/api-v1-chat-dashboard-sessions-counts-get401-response.js +16 -0
- package/dist/models/api-v1-chat-dashboard-sessions-counts-get401-response.js.map +1 -0
- package/dist/models/chat-consult-close-result-model.d.ts +30 -0
- package/dist/models/{activated-session-details-model.js → chat-consult-close-result-model.js} +1 -1
- package/dist/models/chat-consult-close-result-model.js.map +1 -0
- package/dist/models/chat-session-model.d.ts +25 -0
- package/dist/models/consult-status.d.ts +21 -0
- package/dist/models/{api-v1-chat-dashboard-sessions-activated-count-get401-response-errors.js → consult-status.js} +11 -1
- package/dist/models/consult-status.js.map +1 -0
- package/dist/models/{activated-session-details-model.d.ts → dashboard-recent-sessions-model.d.ts} +7 -7
- package/dist/models/{dashboard-activated-sessions-model.js → dashboard-recent-sessions-model.js} +1 -1
- package/dist/models/dashboard-recent-sessions-model.js.map +1 -0
- package/dist/models/dashboard-session-countries-statistics-model.d.ts +6 -0
- package/dist/models/dashboard-session-hospitals-detail-statistics-model.d.ts +36 -0
- package/dist/models/dashboard-session-hospitals-detail-statistics-model.js +16 -0
- package/dist/models/dashboard-session-hospitals-detail-statistics-model.js.map +1 -0
- package/dist/models/dashboard-session-hospitals-statistics-model.d.ts +32 -0
- package/dist/models/dashboard-session-hospitals-statistics-model.js +16 -0
- package/dist/models/dashboard-session-hospitals-statistics-model.js.map +1 -0
- package/dist/models/dashboard-session-trends-duration-statistics-model.d.ts +0 -6
- package/dist/models/dashboard-session-trends-statistics-model.d.ts +16 -4
- package/dist/models/index.d.ts +9 -6
- package/dist/models/index.js +9 -6
- package/dist/models/index.js.map +1 -1
- package/dist/models/notification-code.d.ts +2 -0
- package/dist/models/notification-code.js +2 -0
- package/dist/models/notification-code.js.map +1 -1
- package/dist/models/{activated-session-detail-model.d.ts → recent-session-detail-model.d.ts} +18 -12
- package/dist/models/{activated-session-detail-model.js → recent-session-detail-model.js} +1 -1
- package/dist/models/recent-session-detail-model.js.map +1 -0
- package/dist/models/{duration.d.ts → timeframe-duration.d.ts} +5 -4
- package/dist/models/{duration.js → timeframe-duration.js} +6 -5
- package/dist/models/timeframe-duration.js.map +1 -0
- package/package.json +1 -1
- package/dist/models/activated-session-detail-model.js.map +0 -1
- package/dist/models/activated-session-details-model.js.map +0 -1
- package/dist/models/api-v1-chat-dashboard-sessions-activated-count-get401-response-errors.js.map +0 -1
- package/dist/models/api-v1-chat-dashboard-sessions-activated-count-get401-response.d.ts +0 -49
- package/dist/models/api-v1-chat-dashboard-sessions-activated-count-get401-response.js.map +0 -1
- package/dist/models/dashboard-activated-sessions-model.d.ts +0 -31
- package/dist/models/dashboard-activated-sessions-model.js.map +0 -1
- package/dist/models/duration.js.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
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=dashboard-session-hospitals-statistics-model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-session-hospitals-statistics-model.js","sourceRoot":"","sources":["../../src/models/dashboard-session-hospitals-statistics-model.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -27,10 +27,4 @@ export interface DashboardSessionTrendsDurationStatisticsModel {
|
|
|
27
27
|
* @memberof DashboardSessionTrendsDurationStatisticsModel
|
|
28
28
|
*/
|
|
29
29
|
'createdChatSessionValue'?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof DashboardSessionTrendsDurationStatisticsModel
|
|
34
|
-
*/
|
|
35
|
-
'expiredChatSessionValue'?: number;
|
|
36
30
|
}
|
|
@@ -18,20 +18,32 @@ import type { DashboardSessionTrendsDurationStatisticsModel } from './dashboard-
|
|
|
18
18
|
export interface DashboardSessionTrendsStatisticsModel {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DashboardSessionTrendsStatisticsModel
|
|
23
|
+
*/
|
|
24
|
+
'tenantId'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Date}
|
|
28
|
+
* @memberof DashboardSessionTrendsStatisticsModel
|
|
29
|
+
*/
|
|
30
|
+
'startDate'?: Date;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Date}
|
|
22
34
|
* @memberof DashboardSessionTrendsStatisticsModel
|
|
23
35
|
*/
|
|
24
|
-
'
|
|
36
|
+
'endDate'?: Date;
|
|
25
37
|
/**
|
|
26
38
|
*
|
|
27
39
|
* @type {number}
|
|
28
40
|
* @memberof DashboardSessionTrendsStatisticsModel
|
|
29
41
|
*/
|
|
30
|
-
'
|
|
42
|
+
'totalCount'?: number;
|
|
31
43
|
/**
|
|
32
44
|
*
|
|
33
45
|
* @type {Array<DashboardSessionTrendsDurationStatisticsModel>}
|
|
34
46
|
* @memberof DashboardSessionTrendsStatisticsModel
|
|
35
47
|
*/
|
|
36
|
-
'
|
|
48
|
+
'dailyCountStatistic'?: Array<DashboardSessionTrendsDurationStatisticsModel> | null;
|
|
37
49
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './api-v1-chat-dashboard-sessions-activated-count-get401-response';
|
|
4
|
-
export * from './api-v1-chat-dashboard-sessions-activated-count-get401-response-errors';
|
|
1
|
+
export * from './api-v1-chat-dashboard-sessions-counts-get401-response';
|
|
2
|
+
export * from './api-v1-chat-dashboard-sessions-counts-get401-response-errors';
|
|
5
3
|
export * from './assignee-model';
|
|
6
4
|
export * from './author-roles';
|
|
5
|
+
export * from './chat-consult-close-result-model';
|
|
7
6
|
export * from './chat-message';
|
|
8
7
|
export * from './chat-messages-model';
|
|
9
8
|
export * from './chat-notification';
|
|
@@ -16,14 +15,16 @@ export * from './chat-session-model';
|
|
|
16
15
|
export * from './chat-session-status';
|
|
17
16
|
export * from './chat-sessions-model';
|
|
18
17
|
export * from './check-chat-notifications-command';
|
|
18
|
+
export * from './consult-status';
|
|
19
19
|
export * from './create-chat-session-command';
|
|
20
20
|
export * from './create-intake-form-command';
|
|
21
|
-
export * from './dashboard-
|
|
21
|
+
export * from './dashboard-recent-sessions-model';
|
|
22
22
|
export * from './dashboard-session-countries-detail-statistics-model';
|
|
23
23
|
export * from './dashboard-session-countries-statistics-model';
|
|
24
|
+
export * from './dashboard-session-hospitals-detail-statistics-model';
|
|
25
|
+
export * from './dashboard-session-hospitals-statistics-model';
|
|
24
26
|
export * from './dashboard-session-trends-duration-statistics-model';
|
|
25
27
|
export * from './dashboard-session-trends-statistics-model';
|
|
26
|
-
export * from './duration';
|
|
27
28
|
export * from './dynamic-template-message';
|
|
28
29
|
export * from './intake-form';
|
|
29
30
|
export * from './intake-form-item';
|
|
@@ -44,6 +45,7 @@ export * from './patch-intake-form-command';
|
|
|
44
45
|
export * from './platform-metadata';
|
|
45
46
|
export * from './platform-types';
|
|
46
47
|
export * from './put-chat-session-command';
|
|
48
|
+
export * from './recent-session-detail-model';
|
|
47
49
|
export * from './request-create-intake-form-item-model';
|
|
48
50
|
export * from './request-patch-inake-form-item-model';
|
|
49
51
|
export * from './sort-by';
|
|
@@ -55,6 +57,7 @@ export * from './template-date-time-parameter';
|
|
|
55
57
|
export * from './template-media-parameter';
|
|
56
58
|
export * from './template-message-model';
|
|
57
59
|
export * from './template-message-request';
|
|
60
|
+
export * from './timeframe-duration';
|
|
58
61
|
export * from './transfer-manager-command';
|
|
59
62
|
export * from './whats-app-component';
|
|
60
63
|
export * from './whats-app-language-code';
|
package/dist/models/index.js
CHANGED
|
@@ -14,12 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./api-v1-chat-dashboard-sessions-activated-count-get401-response"), exports);
|
|
20
|
-
__exportStar(require("./api-v1-chat-dashboard-sessions-activated-count-get401-response-errors"), exports);
|
|
17
|
+
__exportStar(require("./api-v1-chat-dashboard-sessions-counts-get401-response"), exports);
|
|
18
|
+
__exportStar(require("./api-v1-chat-dashboard-sessions-counts-get401-response-errors"), exports);
|
|
21
19
|
__exportStar(require("./assignee-model"), exports);
|
|
22
20
|
__exportStar(require("./author-roles"), exports);
|
|
21
|
+
__exportStar(require("./chat-consult-close-result-model"), exports);
|
|
23
22
|
__exportStar(require("./chat-message"), exports);
|
|
24
23
|
__exportStar(require("./chat-messages-model"), exports);
|
|
25
24
|
__exportStar(require("./chat-notification"), exports);
|
|
@@ -32,14 +31,16 @@ __exportStar(require("./chat-session-model"), exports);
|
|
|
32
31
|
__exportStar(require("./chat-session-status"), exports);
|
|
33
32
|
__exportStar(require("./chat-sessions-model"), exports);
|
|
34
33
|
__exportStar(require("./check-chat-notifications-command"), exports);
|
|
34
|
+
__exportStar(require("./consult-status"), exports);
|
|
35
35
|
__exportStar(require("./create-chat-session-command"), exports);
|
|
36
36
|
__exportStar(require("./create-intake-form-command"), exports);
|
|
37
|
-
__exportStar(require("./dashboard-
|
|
37
|
+
__exportStar(require("./dashboard-recent-sessions-model"), exports);
|
|
38
38
|
__exportStar(require("./dashboard-session-countries-detail-statistics-model"), exports);
|
|
39
39
|
__exportStar(require("./dashboard-session-countries-statistics-model"), exports);
|
|
40
|
+
__exportStar(require("./dashboard-session-hospitals-detail-statistics-model"), exports);
|
|
41
|
+
__exportStar(require("./dashboard-session-hospitals-statistics-model"), exports);
|
|
40
42
|
__exportStar(require("./dashboard-session-trends-duration-statistics-model"), exports);
|
|
41
43
|
__exportStar(require("./dashboard-session-trends-statistics-model"), exports);
|
|
42
|
-
__exportStar(require("./duration"), exports);
|
|
43
44
|
__exportStar(require("./dynamic-template-message"), exports);
|
|
44
45
|
__exportStar(require("./intake-form"), exports);
|
|
45
46
|
__exportStar(require("./intake-form-item"), exports);
|
|
@@ -60,6 +61,7 @@ __exportStar(require("./patch-intake-form-command"), exports);
|
|
|
60
61
|
__exportStar(require("./platform-metadata"), exports);
|
|
61
62
|
__exportStar(require("./platform-types"), exports);
|
|
62
63
|
__exportStar(require("./put-chat-session-command"), exports);
|
|
64
|
+
__exportStar(require("./recent-session-detail-model"), exports);
|
|
63
65
|
__exportStar(require("./request-create-intake-form-item-model"), exports);
|
|
64
66
|
__exportStar(require("./request-patch-inake-form-item-model"), exports);
|
|
65
67
|
__exportStar(require("./sort-by"), exports);
|
|
@@ -71,6 +73,7 @@ __exportStar(require("./template-date-time-parameter"), exports);
|
|
|
71
73
|
__exportStar(require("./template-media-parameter"), exports);
|
|
72
74
|
__exportStar(require("./template-message-model"), exports);
|
|
73
75
|
__exportStar(require("./template-message-request"), exports);
|
|
76
|
+
__exportStar(require("./timeframe-duration"), exports);
|
|
74
77
|
__exportStar(require("./transfer-manager-command"), exports);
|
|
75
78
|
__exportStar(require("./whats-app-component"), exports);
|
|
76
79
|
__exportStar(require("./whats-app-language-code"), 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,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0FAAwE;AACxE,iGAA+E;AAC/E,mDAAiC;AACjC,iDAA+B;AAC/B,oEAAkD;AAClD,iDAA+B;AAC/B,wDAAsC;AACtC,sDAAoC;AACpC,uDAAqC;AACrC,qDAAmC;AACnC,mEAAiD;AACjD,iFAA+D;AAC/D,uEAAqD;AACrD,uDAAqC;AACrC,wDAAsC;AACtC,wDAAsC;AACtC,qEAAmD;AACnD,mDAAiC;AACjC,gEAA8C;AAC9C,+DAA6C;AAC7C,oEAAkD;AAClD,wFAAsE;AACtE,iFAA+D;AAC/D,wFAAsE;AACtE,iFAA+D;AAC/D,uFAAqE;AACrE,8EAA4D;AAC5D,6DAA2C;AAC3C,gDAA8B;AAC9B,qDAAmC;AACnC,uDAAqC;AACrC,qDAAmC;AACnC,uDAAqC;AACrC,uDAAqC;AACrC,qEAAmD;AACnD,yDAAuC;AACvC,6DAA2C;AAC3C,8DAA4C;AAC5C,gDAA8B;AAC9B,4DAA0C;AAC1C,iDAA+B;AAC/B,sDAAoC;AACpC,yDAAuC;AACvC,8DAA4C;AAC5C,sDAAoC;AACpC,mDAAiC;AACjC,6DAA2C;AAC3C,gEAA8C;AAC9C,0EAAwD;AACxD,wEAAsD;AACtD,4CAA0B;AAC1B,8DAA4C;AAC5C,uDAAqC;AACrC,iEAA+C;AAC/C,gEAA8C;AAC9C,iEAA+C;AAC/C,6DAA2C;AAC3C,2DAAyC;AACzC,6DAA2C;AAC3C,uDAAqC;AACrC,6DAA2C;AAC3C,wDAAsC;AACtC,4DAA0C;AAC1C,uDAAqC"}
|
|
@@ -62,6 +62,8 @@ export declare const NotificationCode: {
|
|
|
62
62
|
readonly CheckedChatSession: "CheckedChatSession";
|
|
63
63
|
readonly RecreateChatSession: "RecreateChatSession";
|
|
64
64
|
readonly UnassignedNotification: "UnassignedNotification";
|
|
65
|
+
readonly AssignedNotification: "AssignedNotification";
|
|
66
|
+
readonly AutoAgentRemoval: "AutoAgentRemoval";
|
|
65
67
|
readonly ForceSignOut: "ForceSignOut";
|
|
66
68
|
};
|
|
67
69
|
export type NotificationCode = typeof NotificationCode[keyof typeof NotificationCode];
|
|
@@ -67,6 +67,8 @@ exports.NotificationCode = {
|
|
|
67
67
|
CheckedChatSession: 'CheckedChatSession',
|
|
68
68
|
RecreateChatSession: 'RecreateChatSession',
|
|
69
69
|
UnassignedNotification: 'UnassignedNotification',
|
|
70
|
+
AssignedNotification: 'AssignedNotification',
|
|
71
|
+
AutoAgentRemoval: 'AutoAgentRemoval',
|
|
70
72
|
ForceSignOut: 'ForceSignOut'
|
|
71
73
|
};
|
|
72
74
|
//# sourceMappingURL=notification-code.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification-code.js","sourceRoot":"","sources":["../../src/models/notification-code.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,gBAAgB,GAAG;IAC5B,YAAY,EAAE,cAAc;IAC5B,iBAAiB,EAAE,mBAAmB;IACtC,UAAU,EAAE,YAAY;IACxB,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,WAAW,EAAE,aAAa;IAC1B,eAAe,EAAE,iBAAiB;IAClC,sBAAsB,EAAE,wBAAwB;IAChD,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,oBAAoB,EAAE,sBAAsB;IAC5C,oBAAoB,EAAE,sBAAsB;IAC5C,gBAAgB,EAAE,kBAAkB;IACpC,oBAAoB,EAAE,sBAAsB;IAC5C,2BAA2B,EAAE,6BAA6B;IAC1D,oBAAoB,EAAE,sBAAsB;IAC5C,iBAAiB,EAAE,mBAAmB;IACtC,aAAa,EAAE,eAAe;IAC9B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,kBAAkB,EAAE,oBAAoB;IACxC,mBAAmB,EAAE,qBAAqB;IAC1C,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,4BAA4B,EAAE,8BAA8B;IAC5D,4BAA4B,EAAE,8BAA8B;IAC5D,0BAA0B,EAAE,4BAA4B;IACxD,mBAAmB,EAAE,qBAAqB;IAC1C,8BAA8B,EAAE,gCAAgC;IAChE,oCAAoC,EAAE,sCAAsC;IAC5E,gBAAgB,EAAE,kBAAkB;IACpC,gBAAgB,EAAE,kBAAkB;IACpC,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,aAAa,EAAE,eAAe;IAC9B,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,uBAAuB,EAAE,yBAAyB;IAClD,gBAAgB,EAAE,kBAAkB;IACpC,kBAAkB,EAAE,oBAAoB;IACxC,mBAAmB,EAAE,qBAAqB;IAC1C,sBAAsB,EAAE,wBAAwB;IAChD,YAAY,EAAE,cAAc;CACtB,CAAC"}
|
|
1
|
+
{"version":3,"file":"notification-code.js","sourceRoot":"","sources":["../../src/models/notification-code.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,gBAAgB,GAAG;IAC5B,YAAY,EAAE,cAAc;IAC5B,iBAAiB,EAAE,mBAAmB;IACtC,UAAU,EAAE,YAAY;IACxB,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,WAAW,EAAE,aAAa;IAC1B,eAAe,EAAE,iBAAiB;IAClC,sBAAsB,EAAE,wBAAwB;IAChD,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,oBAAoB,EAAE,sBAAsB;IAC5C,oBAAoB,EAAE,sBAAsB;IAC5C,gBAAgB,EAAE,kBAAkB;IACpC,oBAAoB,EAAE,sBAAsB;IAC5C,2BAA2B,EAAE,6BAA6B;IAC1D,oBAAoB,EAAE,sBAAsB;IAC5C,iBAAiB,EAAE,mBAAmB;IACtC,aAAa,EAAE,eAAe;IAC9B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,kBAAkB,EAAE,oBAAoB;IACxC,mBAAmB,EAAE,qBAAqB;IAC1C,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,4BAA4B,EAAE,8BAA8B;IAC5D,4BAA4B,EAAE,8BAA8B;IAC5D,0BAA0B,EAAE,4BAA4B;IACxD,mBAAmB,EAAE,qBAAqB;IAC1C,8BAA8B,EAAE,gCAAgC;IAChE,oCAAoC,EAAE,sCAAsC;IAC5E,gBAAgB,EAAE,kBAAkB;IACpC,gBAAgB,EAAE,kBAAkB;IACpC,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,aAAa,EAAE,eAAe;IAC9B,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,uBAAuB,EAAE,yBAAyB;IAClD,gBAAgB,EAAE,kBAAkB;IACpC,kBAAkB,EAAE,oBAAoB;IACxC,mBAAmB,EAAE,qBAAqB;IAC1C,sBAAsB,EAAE,wBAAwB;IAChD,oBAAoB,EAAE,sBAAsB;IAC5C,gBAAgB,EAAE,kBAAkB;IACpC,YAAY,EAAE,cAAc;CACtB,CAAC"}
|
package/dist/models/{activated-session-detail-model.d.ts → recent-session-detail-model.d.ts}
RENAMED
|
@@ -14,61 +14,67 @@ import type { PlatformTypes } from './platform-types';
|
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
17
|
-
* @interface
|
|
17
|
+
* @interface RecentSessionDetailModel
|
|
18
18
|
*/
|
|
19
|
-
export interface
|
|
19
|
+
export interface RecentSessionDetailModel {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @type {string}
|
|
23
|
-
* @memberof
|
|
23
|
+
* @memberof RecentSessionDetailModel
|
|
24
24
|
*/
|
|
25
25
|
'tenantId'?: string;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {string}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof RecentSessionDetailModel
|
|
30
30
|
*/
|
|
31
31
|
'targetHospitalId'?: string;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof RecentSessionDetailModel
|
|
36
|
+
*/
|
|
37
|
+
'sessionId'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof RecentSessionDetailModel
|
|
36
42
|
*/
|
|
37
43
|
'targetHospitalName'?: string | null;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {PlatformTypes}
|
|
41
|
-
* @memberof
|
|
47
|
+
* @memberof RecentSessionDetailModel
|
|
42
48
|
*/
|
|
43
49
|
'platformType'?: PlatformTypes;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
47
|
-
* @memberof
|
|
53
|
+
* @memberof RecentSessionDetailModel
|
|
48
54
|
*/
|
|
49
55
|
'assigneeId'?: string | null;
|
|
50
56
|
/**
|
|
51
57
|
*
|
|
52
58
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
59
|
+
* @memberof RecentSessionDetailModel
|
|
54
60
|
*/
|
|
55
61
|
'assigneeName'?: string | null;
|
|
56
62
|
/**
|
|
57
63
|
*
|
|
58
64
|
* @type {string}
|
|
59
|
-
* @memberof
|
|
65
|
+
* @memberof RecentSessionDetailModel
|
|
60
66
|
*/
|
|
61
67
|
'assigneeEmail'?: string | null;
|
|
62
68
|
/**
|
|
63
69
|
*
|
|
64
70
|
* @type {Date}
|
|
65
|
-
* @memberof
|
|
71
|
+
* @memberof RecentSessionDetailModel
|
|
66
72
|
*/
|
|
67
|
-
'expiredDate'?: Date;
|
|
73
|
+
'expiredDate'?: Date | null;
|
|
68
74
|
/**
|
|
69
75
|
*
|
|
70
76
|
* @type {ChatSessionStatus}
|
|
71
|
-
* @memberof
|
|
77
|
+
* @memberof RecentSessionDetailModel
|
|
72
78
|
*/
|
|
73
79
|
'status'?: ChatSessionStatus;
|
|
74
80
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recent-session-detail-model.js","sourceRoot":"","sources":["../../src/models/recent-session-detail-model.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -14,11 +14,12 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
18
|
-
readonly
|
|
17
|
+
export declare const TimeframeDuration: {
|
|
18
|
+
readonly Daily: "Daily";
|
|
19
|
+
readonly Last1Week: "Last_1_Week";
|
|
20
|
+
readonly Last4Week: "Last_4_Week";
|
|
19
21
|
readonly Last3Month: "Last_3_Month";
|
|
20
22
|
readonly Last6Month: "Last_6_Month";
|
|
21
|
-
readonly Last9Month: "Last_9_Month";
|
|
22
23
|
readonly Last12Month: "Last_12_Month";
|
|
23
24
|
};
|
|
24
|
-
export type
|
|
25
|
+
export type TimeframeDuration = typeof TimeframeDuration[keyof typeof TimeframeDuration];
|
|
@@ -13,17 +13,18 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.TimeframeDuration = void 0;
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
exports.
|
|
23
|
-
|
|
22
|
+
exports.TimeframeDuration = {
|
|
23
|
+
Daily: 'Daily',
|
|
24
|
+
Last1Week: 'Last_1_Week',
|
|
25
|
+
Last4Week: 'Last_4_Week',
|
|
24
26
|
Last3Month: 'Last_3_Month',
|
|
25
27
|
Last6Month: 'Last_6_Month',
|
|
26
|
-
Last9Month: 'Last_9_Month',
|
|
27
28
|
Last12Month: 'Last_12_Month'
|
|
28
29
|
};
|
|
29
|
-
//# sourceMappingURL=duration.js.map
|
|
30
|
+
//# sourceMappingURL=timeframe-duration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeframe-duration.js","sourceRoot":"","sources":["../../src/models/timeframe-duration.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,iBAAiB,GAAG;IAC7B,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,aAAa;IACxB,SAAS,EAAE,aAAa;IACxB,UAAU,EAAE,cAAc;IAC1B,UAAU,EAAE,cAAc;IAC1B,WAAW,EAAE,eAAe;CACtB,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": "5.
|
|
4
|
+
"version": "5.87.3",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"activated-session-detail-model.js","sourceRoot":"","sources":["../../src/models/activated-session-detail-model.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"activated-session-details-model.js","sourceRoot":"","sources":["../../src/models/activated-session-details-model.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
package/dist/models/api-v1-chat-dashboard-sessions-activated-count-get401-response-errors.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"api-v1-chat-dashboard-sessions-activated-count-get401-response-errors.js","sourceRoot":"","sources":["../../src/models/api-v1-chat-dashboard-sessions-activated-count-get401-response-errors.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1,49 +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 { ApiV1ChatDashboardSessionsActivatedCountGet401ResponseErrors } from './api-v1-chat-dashboard-sessions-activated-count-get401-response-errors';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiV1ChatDashboardSessionsActivatedCountGet401Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiV1ChatDashboardSessionsActivatedCountGet401Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof ApiV1ChatDashboardSessionsActivatedCountGet401Response
|
|
23
|
-
*/
|
|
24
|
-
'title'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof ApiV1ChatDashboardSessionsActivatedCountGet401Response
|
|
29
|
-
*/
|
|
30
|
-
'status'?: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ApiV1ChatDashboardSessionsActivatedCountGet401Response
|
|
35
|
-
*/
|
|
36
|
-
'instance'?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof ApiV1ChatDashboardSessionsActivatedCountGet401Response
|
|
41
|
-
*/
|
|
42
|
-
'traceId'?: string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {ApiV1ChatDashboardSessionsActivatedCountGet401ResponseErrors}
|
|
46
|
-
* @memberof ApiV1ChatDashboardSessionsActivatedCountGet401Response
|
|
47
|
-
*/
|
|
48
|
-
'errors'?: ApiV1ChatDashboardSessionsActivatedCountGet401ResponseErrors;
|
|
49
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"api-v1-chat-dashboard-sessions-activated-count-get401-response.js","sourceRoot":"","sources":["../../src/models/api-v1-chat-dashboard-sessions-activated-count-get401-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1,31 +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 { ActivatedSessionDetailsModel } from './activated-session-details-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface DashboardActivatedSessionsModel
|
|
17
|
-
*/
|
|
18
|
-
export interface DashboardActivatedSessionsModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof DashboardActivatedSessionsModel
|
|
23
|
-
*/
|
|
24
|
-
'totalActivatedSessionsCount'?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {ActivatedSessionDetailsModel}
|
|
28
|
-
* @memberof DashboardActivatedSessionsModel
|
|
29
|
-
*/
|
|
30
|
-
'activatedSessionDetails'?: ActivatedSessionDetailsModel;
|
|
31
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-activated-sessions-model.js","sourceRoot":"","sources":["../../src/models/dashboard-activated-sessions-model.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"duration.js","sourceRoot":"","sources":["../../src/models/duration.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,QAAQ,GAAG;IACpB,YAAY,EAAE,eAAe;IAC7B,UAAU,EAAE,cAAc;IAC1B,UAAU,EAAE,cAAc;IAC1B,UAAU,EAAE,cAAc;IAC1B,WAAW,EAAE,eAAe;CACtB,CAAC"}
|