ch-chat-api-typescript-axios 1.4.4 → 1.4.5
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/{migration-api.d.ts → migrations-api.d.ts} +14 -14
- package/dist/api/{migration-api.js → migrations-api.js} +27 -27
- package/dist/api/migrations-api.js.map +1 -0
- package/dist/api/{chat-api.d.ts → sessions-api.d.ts} +374 -307
- package/dist/api/{chat-api.js → sessions-api.js} +296 -214
- package/dist/api/sessions-api.js.map +1 -0
- package/dist/api/whats-apps-api.d.ts +95 -0
- package/dist/api/whats-apps-api.js +146 -0
- package/dist/api/whats-apps-api.js.map +1 -0
- package/dist/api.d.ts +3 -2
- package/dist/api.js +3 -2
- package/dist/api.js.map +1 -1
- package/dist/models/{api-v1-chat-tenant-id-sessions-get401-response-errors.d.ts → api-v1-chat-migrations-post401-response-errors.d.ts} +3 -3
- package/dist/models/{api-v1-chat-tenant-id-sessions-get401-response.js → api-v1-chat-migrations-post401-response-errors.js} +1 -1
- package/dist/models/api-v1-chat-migrations-post401-response-errors.js.map +1 -0
- package/dist/models/{api-v1-chat-tenant-id-sessions-get401-response.d.ts → api-v1-chat-migrations-post401-response.d.ts} +10 -10
- package/dist/models/{api-v1-chat-tenant-id-sessions-get401-response-errors.js → api-v1-chat-migrations-post401-response.js} +1 -1
- package/dist/models/api-v1-chat-migrations-post401-response.js.map +1 -0
- package/dist/models/chat-message.d.ts +7 -0
- package/dist/models/chat-send-marketing-template-message-command.d.ts +63 -0
- package/dist/models/chat-send-marketing-template-message-command.js +16 -0
- package/dist/models/chat-send-marketing-template-message-command.js.map +1 -0
- package/dist/models/chat-send-template-message-command.d.ts +38 -0
- package/dist/models/chat-send-template-message-command.js +16 -0
- package/dist/models/chat-send-template-message-command.js.map +1 -0
- package/dist/models/chat-session-model.d.ts +7 -12
- package/dist/models/create-chat-session-command.d.ts +3 -8
- package/dist/models/index.d.ts +19 -2
- package/dist/models/index.js +19 -2
- package/dist/models/index.js.map +1 -1
- package/dist/models/platform-metadata.d.ts +25 -0
- package/dist/models/platform-metadata.js +16 -0
- package/dist/models/platform-metadata.js.map +1 -0
- package/dist/models/recipient-users.d.ts +30 -0
- package/dist/models/recipient-users.js +16 -0
- package/dist/models/recipient-users.js.map +1 -0
- package/dist/models/template-component-inner-parameter-curreny.d.ts +36 -0
- package/dist/models/template-component-inner-parameter-curreny.js +16 -0
- package/dist/models/template-component-inner-parameter-curreny.js.map +1 -0
- package/dist/models/template-component-inner-parameter-date-time.d.ts +24 -0
- package/dist/models/template-component-inner-parameter-date-time.js +16 -0
- package/dist/models/template-component-inner-parameter-date-time.js.map +1 -0
- package/dist/models/template-component-inner-parameter-document.d.ts +30 -0
- package/dist/models/template-component-inner-parameter-document.js +16 -0
- package/dist/models/template-component-inner-parameter-document.js.map +1 -0
- package/dist/models/template-component-inner-parameter-image.d.ts +24 -0
- package/dist/models/template-component-inner-parameter-image.js +16 -0
- package/dist/models/template-component-inner-parameter-image.js.map +1 -0
- package/dist/models/template-component-inner-parameter-type.d.ts +25 -0
- package/dist/models/template-component-inner-parameter-type.js +30 -0
- package/dist/models/template-component-inner-parameter-type.js.map +1 -0
- package/dist/models/template-component-inner-parameter-video.d.ts +24 -0
- package/dist/models/template-component-inner-parameter-video.js +16 -0
- package/dist/models/template-component-inner-parameter-video.js.map +1 -0
- package/dist/models/template-component-inner-parameter.d.ts +66 -0
- package/dist/models/template-component-inner-parameter.js +16 -0
- package/dist/models/template-component-inner-parameter.js.map +1 -0
- package/dist/models/template-component-type.d.ts +22 -0
- package/dist/models/template-component-type.js +27 -0
- package/dist/models/template-component-type.js.map +1 -0
- package/dist/models/template-component.d.ts +45 -0
- package/dist/models/template-component.js +16 -0
- package/dist/models/template-component.js.map +1 -0
- package/dist/models/template-message-model.d.ts +38 -0
- package/dist/models/template-message-model.js +16 -0
- package/dist/models/template-message-model.js.map +1 -0
- package/dist/models/template-sub-component-type.d.ts +22 -0
- package/dist/models/template-sub-component-type.js +27 -0
- package/dist/models/template-sub-component-type.js.map +1 -0
- package/dist/models/whats-app-language-code.d.ts +130 -0
- package/dist/models/whats-app-language-code.js +135 -0
- package/dist/models/whats-app-language-code.js.map +1 -0
- package/dist/models/whats-app-metadata.d.ts +42 -0
- package/dist/models/whats-app-metadata.js +16 -0
- package/dist/models/whats-app-metadata.js.map +1 -0
- package/package.json +1 -1
- package/dist/api/chat-api.js.map +0 -1
- package/dist/api/migration-api.js.map +0 -1
- package/dist/models/api-v1-chat-tenant-id-sessions-get401-response-errors.js.map +0 -1
- package/dist/models/api-v1-chat-tenant-id-sessions-get401-response.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=chat-send-template-message-command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-send-template-message-command.js","sourceRoot":"","sources":["../../src/models/chat-send-template-message-command.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -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 { PlatformMetadata } from './platform-metadata';
|
|
15
16
|
import type { PlatformTypes } from './platform-types';
|
|
16
17
|
/**
|
|
17
18
|
*
|
|
@@ -31,12 +32,6 @@ export interface ChatSessionModel {
|
|
|
31
32
|
* @memberof ChatSessionModel
|
|
32
33
|
*/
|
|
33
34
|
'tenantId'?: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof ChatSessionModel
|
|
38
|
-
*/
|
|
39
|
-
'webSiteUrl'?: string | null;
|
|
40
35
|
/**
|
|
41
36
|
*
|
|
42
37
|
* @type {string}
|
|
@@ -61,12 +56,6 @@ export interface ChatSessionModel {
|
|
|
61
56
|
* @memberof ChatSessionModel
|
|
62
57
|
*/
|
|
63
58
|
'phoneNumber'?: string | null;
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof ChatSessionModel
|
|
68
|
-
*/
|
|
69
|
-
'phoneNumberId'?: string | null;
|
|
70
59
|
/**
|
|
71
60
|
*
|
|
72
61
|
* @type {boolean}
|
|
@@ -79,6 +68,12 @@ export interface ChatSessionModel {
|
|
|
79
68
|
* @memberof ChatSessionModel
|
|
80
69
|
*/
|
|
81
70
|
'platformType'?: PlatformTypes;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {PlatformMetadata}
|
|
74
|
+
* @memberof ChatSessionModel
|
|
75
|
+
*/
|
|
76
|
+
'platformMetadata'?: PlatformMetadata;
|
|
82
77
|
/**
|
|
83
78
|
*
|
|
84
79
|
* @type {string}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { PlatformMetadata } from './platform-metadata';
|
|
12
13
|
import type { PlatformTypes } from './platform-types';
|
|
13
14
|
import type { RequestCreateIntakeFormItemModel } from './request-create-intake-form-item-model';
|
|
14
15
|
/**
|
|
@@ -25,22 +26,16 @@ export interface CreateChatSessionCommand {
|
|
|
25
26
|
'platformType'?: PlatformTypes;
|
|
26
27
|
/**
|
|
27
28
|
*
|
|
28
|
-
* @type {
|
|
29
|
+
* @type {PlatformMetadata}
|
|
29
30
|
* @memberof CreateChatSessionCommand
|
|
30
31
|
*/
|
|
31
|
-
'
|
|
32
|
+
'metadata'?: PlatformMetadata;
|
|
32
33
|
/**
|
|
33
34
|
*
|
|
34
35
|
* @type {string}
|
|
35
36
|
* @memberof CreateChatSessionCommand
|
|
36
37
|
*/
|
|
37
38
|
'phoneNumber'?: string | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof CreateChatSessionCommand
|
|
42
|
-
*/
|
|
43
|
-
'phoneNumberId'?: string | null;
|
|
44
39
|
/**
|
|
45
40
|
*
|
|
46
41
|
* @type {string}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from './action-parameters';
|
|
2
|
-
export * from './api-v1-chat-
|
|
3
|
-
export * from './api-v1-chat-
|
|
2
|
+
export * from './api-v1-chat-migrations-post401-response';
|
|
3
|
+
export * from './api-v1-chat-migrations-post401-response-errors';
|
|
4
4
|
export * from './author-roles';
|
|
5
5
|
export * from './chat-message';
|
|
6
6
|
export * from './chat-messages-model';
|
|
7
7
|
export * from './chat-participant';
|
|
8
8
|
export * from './chat-send-flow-message-command';
|
|
9
|
+
export * from './chat-send-marketing-template-message-command';
|
|
10
|
+
export * from './chat-send-template-message-command';
|
|
9
11
|
export * from './chat-session-model';
|
|
10
12
|
export * from './chat-session-status';
|
|
11
13
|
export * from './chat-sessions-model';
|
|
@@ -25,9 +27,24 @@ export * from './message-header';
|
|
|
25
27
|
export * from './message-types';
|
|
26
28
|
export * from './paged-list-meta-data';
|
|
27
29
|
export * from './patch-intake-form-command';
|
|
30
|
+
export * from './platform-metadata';
|
|
28
31
|
export * from './platform-types';
|
|
29
32
|
export * from './put-chat-session-command';
|
|
33
|
+
export * from './recipient-users';
|
|
30
34
|
export * from './request-create-intake-form-item-model';
|
|
31
35
|
export * from './request-patch-inake-form-item-model';
|
|
32
36
|
export * from './sort-by';
|
|
37
|
+
export * from './template-component';
|
|
38
|
+
export * from './template-component-inner-parameter';
|
|
39
|
+
export * from './template-component-inner-parameter-curreny';
|
|
40
|
+
export * from './template-component-inner-parameter-date-time';
|
|
41
|
+
export * from './template-component-inner-parameter-document';
|
|
42
|
+
export * from './template-component-inner-parameter-image';
|
|
43
|
+
export * from './template-component-inner-parameter-type';
|
|
44
|
+
export * from './template-component-inner-parameter-video';
|
|
45
|
+
export * from './template-component-type';
|
|
46
|
+
export * from './template-message-model';
|
|
47
|
+
export * from './template-sub-component-type';
|
|
33
48
|
export * from './transfer-manager-command';
|
|
49
|
+
export * from './whats-app-language-code';
|
|
50
|
+
export * from './whats-app-metadata';
|
package/dist/models/index.js
CHANGED
|
@@ -15,13 +15,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./action-parameters"), exports);
|
|
18
|
-
__exportStar(require("./api-v1-chat-
|
|
19
|
-
__exportStar(require("./api-v1-chat-
|
|
18
|
+
__exportStar(require("./api-v1-chat-migrations-post401-response"), exports);
|
|
19
|
+
__exportStar(require("./api-v1-chat-migrations-post401-response-errors"), exports);
|
|
20
20
|
__exportStar(require("./author-roles"), exports);
|
|
21
21
|
__exportStar(require("./chat-message"), exports);
|
|
22
22
|
__exportStar(require("./chat-messages-model"), exports);
|
|
23
23
|
__exportStar(require("./chat-participant"), exports);
|
|
24
24
|
__exportStar(require("./chat-send-flow-message-command"), exports);
|
|
25
|
+
__exportStar(require("./chat-send-marketing-template-message-command"), exports);
|
|
26
|
+
__exportStar(require("./chat-send-template-message-command"), exports);
|
|
25
27
|
__exportStar(require("./chat-session-model"), exports);
|
|
26
28
|
__exportStar(require("./chat-session-status"), exports);
|
|
27
29
|
__exportStar(require("./chat-sessions-model"), exports);
|
|
@@ -41,10 +43,25 @@ __exportStar(require("./message-header"), exports);
|
|
|
41
43
|
__exportStar(require("./message-types"), exports);
|
|
42
44
|
__exportStar(require("./paged-list-meta-data"), exports);
|
|
43
45
|
__exportStar(require("./patch-intake-form-command"), exports);
|
|
46
|
+
__exportStar(require("./platform-metadata"), exports);
|
|
44
47
|
__exportStar(require("./platform-types"), exports);
|
|
45
48
|
__exportStar(require("./put-chat-session-command"), exports);
|
|
49
|
+
__exportStar(require("./recipient-users"), exports);
|
|
46
50
|
__exportStar(require("./request-create-intake-form-item-model"), exports);
|
|
47
51
|
__exportStar(require("./request-patch-inake-form-item-model"), exports);
|
|
48
52
|
__exportStar(require("./sort-by"), exports);
|
|
53
|
+
__exportStar(require("./template-component"), exports);
|
|
54
|
+
__exportStar(require("./template-component-inner-parameter"), exports);
|
|
55
|
+
__exportStar(require("./template-component-inner-parameter-curreny"), exports);
|
|
56
|
+
__exportStar(require("./template-component-inner-parameter-date-time"), exports);
|
|
57
|
+
__exportStar(require("./template-component-inner-parameter-document"), exports);
|
|
58
|
+
__exportStar(require("./template-component-inner-parameter-image"), exports);
|
|
59
|
+
__exportStar(require("./template-component-inner-parameter-type"), exports);
|
|
60
|
+
__exportStar(require("./template-component-inner-parameter-video"), exports);
|
|
61
|
+
__exportStar(require("./template-component-type"), exports);
|
|
62
|
+
__exportStar(require("./template-message-model"), exports);
|
|
63
|
+
__exportStar(require("./template-sub-component-type"), exports);
|
|
49
64
|
__exportStar(require("./transfer-manager-command"), exports);
|
|
65
|
+
__exportStar(require("./whats-app-language-code"), exports);
|
|
66
|
+
__exportStar(require("./whats-app-metadata"), exports);
|
|
50
67
|
//# sourceMappingURL=index.js.map
|
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,mFAAiE;AACjE,
|
|
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,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,oDAAkC;AAClC,0EAAwD;AACxD,wEAAsD;AACtD,4CAA0B;AAC1B,uDAAqC;AACrC,uEAAqD;AACrD,+EAA6D;AAC7D,iFAA+D;AAC/D,gFAA8D;AAC9D,6EAA2D;AAC3D,4EAA0D;AAC1D,6EAA2D;AAC3D,4DAA0C;AAC1C,2DAAyC;AACzC,gEAA8C;AAC9C,6DAA2C;AAC3C,4DAA0C;AAC1C,uDAAqC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { WhatsAppMetadata } from './whats-app-metadata';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PlatformMetadata
|
|
17
|
+
*/
|
|
18
|
+
export interface PlatformMetadata {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {WhatsAppMetadata}
|
|
22
|
+
* @memberof PlatformMetadata
|
|
23
|
+
*/
|
|
24
|
+
'whatsApp'?: WhatsAppMetadata;
|
|
25
|
+
}
|
|
@@ -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=platform-metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform-metadata.js","sourceRoot":"","sources":["../../src/models/platform-metadata.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface RecipientUsers
|
|
16
|
+
*/
|
|
17
|
+
export interface RecipientUsers {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RecipientUsers
|
|
22
|
+
*/
|
|
23
|
+
'userName'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RecipientUsers
|
|
28
|
+
*/
|
|
29
|
+
'phoneNumber'?: string | null;
|
|
30
|
+
}
|
|
@@ -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=recipient-users.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipient-users.js","sourceRoot":"","sources":["../../src/models/recipient-users.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateComponentInnerParameterCurreny
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateComponentInnerParameterCurreny {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateComponentInnerParameterCurreny
|
|
22
|
+
*/
|
|
23
|
+
'fallback_value'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TemplateComponentInnerParameterCurreny
|
|
28
|
+
*/
|
|
29
|
+
'code'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof TemplateComponentInnerParameterCurreny
|
|
34
|
+
*/
|
|
35
|
+
'amount_1000'?: number | null;
|
|
36
|
+
}
|
|
@@ -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=template-component-inner-parameter-curreny.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-component-inner-parameter-curreny.js","sourceRoot":"","sources":["../../src/models/template-component-inner-parameter-curreny.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateComponentInnerParameterDateTime
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateComponentInnerParameterDateTime {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateComponentInnerParameterDateTime
|
|
22
|
+
*/
|
|
23
|
+
'fallback_value'?: string | null;
|
|
24
|
+
}
|
|
@@ -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=template-component-inner-parameter-date-time.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-component-inner-parameter-date-time.js","sourceRoot":"","sources":["../../src/models/template-component-inner-parameter-date-time.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateComponentInnerParameterDocument
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateComponentInnerParameterDocument {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateComponentInnerParameterDocument
|
|
22
|
+
*/
|
|
23
|
+
'link'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TemplateComponentInnerParameterDocument
|
|
28
|
+
*/
|
|
29
|
+
'fileName'?: string | null;
|
|
30
|
+
}
|
|
@@ -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=template-component-inner-parameter-document.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-component-inner-parameter-document.js","sourceRoot":"","sources":["../../src/models/template-component-inner-parameter-document.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateComponentInnerParameterImage
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateComponentInnerParameterImage {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateComponentInnerParameterImage
|
|
22
|
+
*/
|
|
23
|
+
'link'?: string | null;
|
|
24
|
+
}
|
|
@@ -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=template-component-inner-parameter-image.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-component-inner-parameter-image.js","sourceRoot":"","sources":["../../src/models/template-component-inner-parameter-image.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const TemplateComponentInnerParameterType: {
|
|
18
|
+
readonly Text: "text";
|
|
19
|
+
readonly Image: "image";
|
|
20
|
+
readonly Currency: "currency";
|
|
21
|
+
readonly DateTime: "date_time";
|
|
22
|
+
readonly Document: "document";
|
|
23
|
+
readonly Video: "video";
|
|
24
|
+
};
|
|
25
|
+
export type TemplateComponentInnerParameterType = typeof TemplateComponentInnerParameterType[keyof typeof TemplateComponentInnerParameterType];
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
exports.TemplateComponentInnerParameterType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.TemplateComponentInnerParameterType = {
|
|
23
|
+
Text: 'text',
|
|
24
|
+
Image: 'image',
|
|
25
|
+
Currency: 'currency',
|
|
26
|
+
DateTime: 'date_time',
|
|
27
|
+
Document: 'document',
|
|
28
|
+
Video: 'video'
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=template-component-inner-parameter-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-component-inner-parameter-type.js","sourceRoot":"","sources":["../../src/models/template-component-inner-parameter-type.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;;;GAIG;AAEU,QAAA,mCAAmC,GAAG;IAC/C,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;CACR,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateComponentInnerParameterVideo
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateComponentInnerParameterVideo {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateComponentInnerParameterVideo
|
|
22
|
+
*/
|
|
23
|
+
'link'?: string | null;
|
|
24
|
+
}
|
|
@@ -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=template-component-inner-parameter-video.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-component-inner-parameter-video.js","sourceRoot":"","sources":["../../src/models/template-component-inner-parameter-video.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|