ch-admin-api-client-typescript 5.34.0 → 5.35.2
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/lib/api/form-results-api.d.ts +366 -0
- package/lib/api/form-results-api.d.ts.map +1 -0
- package/lib/api/form-results-api.js +567 -0
- package/lib/api/form-templates-api.d.ts +431 -0
- package/lib/api/form-templates-api.d.ts.map +1 -0
- package/lib/api/form-templates-api.js +715 -0
- package/lib/api/message-webhooks-api.d.ts +55 -9
- package/lib/api/message-webhooks-api.d.ts.map +1 -1
- package/lib/api/message-webhooks-api.js +95 -10
- package/lib/api.d.ts +2 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -0
- package/lib/models/form-field-input-model.d.ts +92 -0
- package/lib/models/form-field-input-model.d.ts.map +1 -0
- package/lib/models/form-field-model.d.ts +98 -0
- package/lib/models/form-field-model.d.ts.map +1 -0
- package/lib/models/form-field-model.js +15 -0
- package/lib/models/form-field-option-input-model.d.ts +49 -0
- package/lib/models/form-field-option-input-model.d.ts.map +1 -0
- package/lib/models/form-field-option-input-model.js +15 -0
- package/lib/models/form-field-option-model.d.ts +55 -0
- package/lib/models/form-field-option-model.d.ts.map +1 -0
- package/lib/models/form-field-option-model.js +15 -0
- package/lib/models/form-result-field-model.d.ts +86 -0
- package/lib/models/form-result-field-model.d.ts.map +1 -0
- package/lib/models/form-result-field-model.js +15 -0
- package/lib/models/form-result-item-model.d.ts +87 -0
- package/lib/models/form-result-item-model.d.ts.map +1 -0
- package/lib/models/form-result-item-model.js +15 -0
- package/lib/models/form-result-model.d.ts +94 -0
- package/lib/models/form-result-model.d.ts.map +1 -0
- package/lib/models/form-result-model.js +15 -0
- package/lib/models/form-result-section-model.d.ts +62 -0
- package/lib/models/form-result-section-model.d.ts.map +1 -0
- package/lib/models/form-result-section-model.js +15 -0
- package/lib/models/form-result-status.d.ts +23 -0
- package/lib/models/form-result-status.d.ts.map +1 -0
- package/lib/models/form-result-status.js +26 -0
- package/lib/models/form-result-value-model.d.ts +43 -0
- package/lib/models/form-result-value-model.d.ts.map +1 -0
- package/lib/models/form-result-value-model.js +15 -0
- package/lib/models/form-results-model.d.ts +33 -0
- package/lib/models/form-results-model.d.ts.map +1 -0
- package/lib/models/form-results-model.js +15 -0
- package/lib/models/form-section-input-model.d.ts +56 -0
- package/lib/models/form-section-input-model.d.ts.map +1 -0
- package/lib/models/form-section-input-model.js +15 -0
- package/lib/models/form-section-model.d.ts +62 -0
- package/lib/models/form-section-model.d.ts.map +1 -0
- package/lib/models/form-section-model.js +15 -0
- package/lib/models/form-template-item-model.d.ts +89 -0
- package/lib/models/form-template-item-model.d.ts.map +1 -0
- package/lib/models/form-template-item-model.js +15 -0
- package/lib/models/form-template-model.d.ts +114 -0
- package/lib/models/form-template-model.d.ts.map +1 -0
- package/lib/models/form-template-model.js +15 -0
- package/lib/models/form-template-platform.d.ts +22 -0
- package/lib/models/form-template-platform.d.ts.map +1 -0
- package/lib/models/{toggle-message-webhook-command.d.ts → form-template-platform.js} +10 -10
- package/lib/models/form-template-status.d.ts +22 -0
- package/lib/models/form-template-status.d.ts.map +1 -0
- package/lib/models/form-template-status.js +25 -0
- package/lib/models/form-template-type.d.ts +23 -0
- package/lib/models/form-template-type.d.ts.map +1 -0
- package/lib/models/form-template-type.js +26 -0
- package/lib/models/form-templates-model.d.ts +33 -0
- package/lib/models/form-templates-model.d.ts.map +1 -0
- package/lib/models/form-templates-model.js +15 -0
- package/lib/models/index.d.ts +22 -1
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +22 -1
- package/lib/models/message-webhook-model.d.ts +18 -0
- package/lib/models/message-webhook-model.d.ts.map +1 -1
- package/lib/models/register-message-webhook-command.d.ts +18 -0
- package/lib/models/register-message-webhook-command.d.ts.map +1 -1
- package/lib/models/save-form-template-command.d.ts +89 -0
- package/lib/models/save-form-template-command.d.ts.map +1 -0
- package/lib/models/save-form-template-command.js +15 -0
- package/lib/models/update-form-result-command.d.ts +32 -0
- package/lib/models/update-form-result-command.d.ts.map +1 -0
- package/lib/models/update-form-result-command.js +15 -0
- package/lib/models/update-message-webhook-command.d.ts +43 -0
- package/lib/models/update-message-webhook-command.d.ts.map +1 -0
- package/lib/models/update-message-webhook-command.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +24 -1
- package/src/api/form-results-api.ts +628 -0
- package/src/api/form-templates-api.ts +752 -0
- package/src/api/message-webhooks-api.ts +98 -13
- package/src/api.ts +2 -0
- package/src/models/form-field-input-model.ts +99 -0
- package/src/models/form-field-model.ts +105 -0
- package/src/models/form-field-option-input-model.ts +54 -0
- package/src/models/form-field-option-model.ts +60 -0
- package/src/models/form-result-field-model.ts +93 -0
- package/src/models/form-result-item-model.ts +96 -0
- package/src/models/form-result-model.ts +105 -0
- package/src/models/form-result-section-model.ts +69 -0
- package/src/models/form-result-status.ts +32 -0
- package/src/models/form-result-value-model.ts +48 -0
- package/src/models/form-results-model.ts +42 -0
- package/src/models/form-section-input-model.ts +63 -0
- package/src/models/form-section-model.ts +69 -0
- package/src/models/form-template-item-model.ts +102 -0
- package/src/models/form-template-model.ts +129 -0
- package/src/models/form-template-platform.ts +31 -0
- package/src/models/{toggle-message-webhook-command.ts → form-template-status.ts} +10 -9
- package/src/models/form-template-type.ts +32 -0
- package/src/models/form-templates-model.ts +42 -0
- package/src/models/index.ts +22 -1
- package/src/models/message-webhook-model.ts +18 -0
- package/src/models/register-message-webhook-command.ts +18 -0
- package/src/models/save-form-template-command.ts +102 -0
- package/src/models/update-form-result-command.ts +39 -0
- package/src/models/update-message-webhook-command.ts +48 -0
- package/lib/models/toggle-message-webhook-command.d.ts.map +0 -1
- /package/lib/models/{toggle-message-webhook-command.js → form-field-input-model.js} +0 -0
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Admin Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { FormSectionModel } from './form-section-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { FormTemplatePlatform } from './form-template-platform';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import { FormTemplateStatus } from './form-template-status';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import { FormTemplateType } from './form-template-type';
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @export
|
|
35
|
+
* @interface FormTemplateModel
|
|
36
|
+
*/
|
|
37
|
+
export interface FormTemplateModel {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof FormTemplateModel
|
|
42
|
+
*/
|
|
43
|
+
'languageCode'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {FormTemplatePlatform}
|
|
47
|
+
* @memberof FormTemplateModel
|
|
48
|
+
*/
|
|
49
|
+
'platform'?: FormTemplatePlatform;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {FormTemplateType}
|
|
53
|
+
* @memberof FormTemplateModel
|
|
54
|
+
*/
|
|
55
|
+
'formTemplateType'?: FormTemplateType;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {FormTemplateStatus}
|
|
59
|
+
* @memberof FormTemplateModel
|
|
60
|
+
*/
|
|
61
|
+
'status'?: FormTemplateStatus;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof FormTemplateModel
|
|
66
|
+
*/
|
|
67
|
+
'hospitalId'?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof FormTemplateModel
|
|
72
|
+
*/
|
|
73
|
+
'id'?: string;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof FormTemplateModel
|
|
78
|
+
*/
|
|
79
|
+
'hospitalName'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof FormTemplateModel
|
|
84
|
+
*/
|
|
85
|
+
'name'?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {boolean}
|
|
89
|
+
* @memberof FormTemplateModel
|
|
90
|
+
*/
|
|
91
|
+
'isConfirmed'?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof FormTemplateModel
|
|
96
|
+
*/
|
|
97
|
+
'resultCount'?: number;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {AuditableEntityModel}
|
|
101
|
+
* @memberof FormTemplateModel
|
|
102
|
+
*/
|
|
103
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {Array<FormSectionModel>}
|
|
107
|
+
* @memberof FormTemplateModel
|
|
108
|
+
*/
|
|
109
|
+
'sections'?: Array<FormSectionModel> | null;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof FormTemplateModel
|
|
114
|
+
*/
|
|
115
|
+
'overview'?: string | null;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof FormTemplateModel
|
|
120
|
+
*/
|
|
121
|
+
'description'?: string | null;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof FormTemplateModel
|
|
126
|
+
*/
|
|
127
|
+
'content'?: string | null;
|
|
128
|
+
}
|
|
129
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Admin Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const FormTemplatePlatform = {
|
|
24
|
+
CloudHospital: 'CloudHospital',
|
|
25
|
+
Saas: 'Saas'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type FormTemplatePlatform = typeof FormTemplatePlatform[keyof typeof FormTemplatePlatform];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -17,14 +17,15 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @
|
|
20
|
+
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
|
|
23
|
+
export const FormTemplateStatus = {
|
|
24
|
+
Draft: 'Draft',
|
|
25
|
+
Active: 'Active'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type FormTemplateStatus = typeof FormTemplateStatus[keyof typeof FormTemplateStatus];
|
|
29
|
+
|
|
30
|
+
|
|
30
31
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Admin Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const FormTemplateType = {
|
|
24
|
+
Review: 'Review',
|
|
25
|
+
Survey: 'Survey',
|
|
26
|
+
Request: 'Request'
|
|
27
|
+
} as const;
|
|
28
|
+
|
|
29
|
+
export type FormTemplateType = typeof FormTemplateType[keyof typeof FormTemplateType];
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Admin Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { FormTemplateItemModel } from './form-template-item-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { PagedListMetaData } from './paged-list-meta-data';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface FormTemplatesModel
|
|
27
|
+
*/
|
|
28
|
+
export interface FormTemplatesModel {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<FormTemplateItemModel>}
|
|
32
|
+
* @memberof FormTemplatesModel
|
|
33
|
+
*/
|
|
34
|
+
'items'?: Array<FormTemplateItemModel> | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {PagedListMetaData}
|
|
38
|
+
* @memberof FormTemplatesModel
|
|
39
|
+
*/
|
|
40
|
+
'metaData'?: PagedListMetaData;
|
|
41
|
+
}
|
|
42
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -223,6 +223,25 @@ export * from './feature-detail-model';
|
|
|
223
223
|
export * from './feature-input-model';
|
|
224
224
|
export * from './feature-model';
|
|
225
225
|
export * from './footer-navigation-item-model';
|
|
226
|
+
export * from './form-field-input-model';
|
|
227
|
+
export * from './form-field-model';
|
|
228
|
+
export * from './form-field-option-input-model';
|
|
229
|
+
export * from './form-field-option-model';
|
|
230
|
+
export * from './form-result-field-model';
|
|
231
|
+
export * from './form-result-item-model';
|
|
232
|
+
export * from './form-result-model';
|
|
233
|
+
export * from './form-result-section-model';
|
|
234
|
+
export * from './form-result-status';
|
|
235
|
+
export * from './form-result-value-model';
|
|
236
|
+
export * from './form-results-model';
|
|
237
|
+
export * from './form-section-input-model';
|
|
238
|
+
export * from './form-section-model';
|
|
239
|
+
export * from './form-template-item-model';
|
|
240
|
+
export * from './form-template-model';
|
|
241
|
+
export * from './form-template-platform';
|
|
242
|
+
export * from './form-template-status';
|
|
243
|
+
export * from './form-template-type';
|
|
244
|
+
export * from './form-templates-model';
|
|
226
245
|
export * from './gender';
|
|
227
246
|
export * from './general-statistics-model';
|
|
228
247
|
export * from './generated-pdf-command';
|
|
@@ -384,6 +403,7 @@ export * from './save-deal-package-appointment-timetable-overrides-command';
|
|
|
384
403
|
export * from './save-doctor-affiliation-appointment-timetable-overrides-command';
|
|
385
404
|
export * from './save-footer-navigation-item-model';
|
|
386
405
|
export * from './save-footer-navigations-command';
|
|
406
|
+
export * from './save-form-template-command';
|
|
387
407
|
export * from './save-header-navigation-item-model';
|
|
388
408
|
export * from './save-header-navigations-command';
|
|
389
409
|
export * from './save-hospital-appointment-timetable-overrides-command';
|
|
@@ -459,7 +479,6 @@ export * from './template-versions-model';
|
|
|
459
479
|
export * from './test-email-model';
|
|
460
480
|
export * from './test-email-webhook-command';
|
|
461
481
|
export * from './text-message';
|
|
462
|
-
export * from './toggle-message-webhook-command';
|
|
463
482
|
export * from './translate-about-us-page-command';
|
|
464
483
|
export * from './translate-all-options';
|
|
465
484
|
export * from './translate-command';
|
|
@@ -506,6 +525,7 @@ export * from './update-doctor-portfolio-command';
|
|
|
506
525
|
export * from './update-doctor-specialty-command';
|
|
507
526
|
export * from './update-faq-category-command';
|
|
508
527
|
export * from './update-faq-command';
|
|
528
|
+
export * from './update-form-result-command';
|
|
509
529
|
export * from './update-grade-command';
|
|
510
530
|
export * from './update-hospital-bank-account-info-command';
|
|
511
531
|
export * from './update-hospital-branch-command';
|
|
@@ -525,6 +545,7 @@ export * from './update-landing-command';
|
|
|
525
545
|
export * from './update-language-command';
|
|
526
546
|
export * from './update-manager-command';
|
|
527
547
|
export * from './update-media-command';
|
|
548
|
+
export * from './update-message-webhook-command';
|
|
528
549
|
export * from './update-notice-command';
|
|
529
550
|
export * from './update-page-command';
|
|
530
551
|
export * from './update-patient-affiliation-command';
|
|
@@ -41,6 +41,24 @@ export interface MessageWebhookModel {
|
|
|
41
41
|
* @memberof MessageWebhookModel
|
|
42
42
|
*/
|
|
43
43
|
'businessId'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof MessageWebhookModel
|
|
48
|
+
*/
|
|
49
|
+
'businessName'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof MessageWebhookModel
|
|
54
|
+
*/
|
|
55
|
+
'namespace'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof MessageWebhookModel
|
|
60
|
+
*/
|
|
61
|
+
'phoneNumberId'?: string | null;
|
|
44
62
|
/**
|
|
45
63
|
*
|
|
46
64
|
* @type {string}
|
|
@@ -35,6 +35,24 @@ export interface RegisterMessageWebhookCommand {
|
|
|
35
35
|
* @memberof RegisterMessageWebhookCommand
|
|
36
36
|
*/
|
|
37
37
|
'businessId'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof RegisterMessageWebhookCommand
|
|
42
|
+
*/
|
|
43
|
+
'businessName'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof RegisterMessageWebhookCommand
|
|
48
|
+
*/
|
|
49
|
+
'phoneNumberId'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof RegisterMessageWebhookCommand
|
|
54
|
+
*/
|
|
55
|
+
'namespace'?: string | null;
|
|
38
56
|
/**
|
|
39
57
|
*
|
|
40
58
|
* @type {MessageProvider}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Admin Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { FormSectionInputModel } from './form-section-input-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { FormTemplatePlatform } from './form-template-platform';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { FormTemplateStatus } from './form-template-status';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import { FormTemplateType } from './form-template-type';
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @export
|
|
32
|
+
* @interface SaveFormTemplateCommand
|
|
33
|
+
*/
|
|
34
|
+
export interface SaveFormTemplateCommand {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SaveFormTemplateCommand
|
|
39
|
+
*/
|
|
40
|
+
'languageCode'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {FormTemplatePlatform}
|
|
44
|
+
* @memberof SaveFormTemplateCommand
|
|
45
|
+
*/
|
|
46
|
+
'platform'?: FormTemplatePlatform;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {FormTemplateType}
|
|
50
|
+
* @memberof SaveFormTemplateCommand
|
|
51
|
+
*/
|
|
52
|
+
'formTemplateType'?: FormTemplateType;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {FormTemplateStatus}
|
|
56
|
+
* @memberof SaveFormTemplateCommand
|
|
57
|
+
*/
|
|
58
|
+
'status'?: FormTemplateStatus;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SaveFormTemplateCommand
|
|
63
|
+
*/
|
|
64
|
+
'hospitalId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SaveFormTemplateCommand
|
|
69
|
+
*/
|
|
70
|
+
'name'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {boolean}
|
|
74
|
+
* @memberof SaveFormTemplateCommand
|
|
75
|
+
*/
|
|
76
|
+
'isConfirmed'?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SaveFormTemplateCommand
|
|
81
|
+
*/
|
|
82
|
+
'overview'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof SaveFormTemplateCommand
|
|
87
|
+
*/
|
|
88
|
+
'description'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof SaveFormTemplateCommand
|
|
93
|
+
*/
|
|
94
|
+
'content'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {Array<FormSectionInputModel>}
|
|
98
|
+
* @memberof SaveFormTemplateCommand
|
|
99
|
+
*/
|
|
100
|
+
'sections'?: Array<FormSectionInputModel> | null;
|
|
101
|
+
}
|
|
102
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Admin Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { FormResultStatus } from './form-result-status';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface UpdateFormResultCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface UpdateFormResultCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof UpdateFormResultCommand
|
|
30
|
+
*/
|
|
31
|
+
'languageCode'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {FormResultStatus}
|
|
35
|
+
* @memberof UpdateFormResultCommand
|
|
36
|
+
*/
|
|
37
|
+
'status'?: FormResultStatus;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Admin Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface UpdateMessageWebhookCommand
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateMessageWebhookCommand {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof UpdateMessageWebhookCommand
|
|
27
|
+
*/
|
|
28
|
+
'isEnabled'?: boolean | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof UpdateMessageWebhookCommand
|
|
33
|
+
*/
|
|
34
|
+
'businessName'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof UpdateMessageWebhookCommand
|
|
39
|
+
*/
|
|
40
|
+
'callbackUrl'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof UpdateMessageWebhookCommand
|
|
45
|
+
*/
|
|
46
|
+
'phoneNumberId'?: string | null;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-message-webhook-command.d.ts","sourceRoot":"","sources":["../../src/models/toggle-message-webhook-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
File without changes
|