ch-admin-api-client-typescript 5.4.6 → 5.4.7
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/deals-api.d.ts +0 -303
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +0 -424
- package/lib/api/vonage-accounts-api.d.ts +220 -129
- package/lib/api/vonage-accounts-api.d.ts.map +1 -1
- package/lib/api/vonage-accounts-api.js +309 -178
- package/lib/api/vonage-applications-api.d.ts +12 -4
- package/lib/api/vonage-applications-api.d.ts.map +1 -1
- package/lib/api/vonage-applications-api.js +12 -4
- package/lib/api/vonage-numbers-api.d.ts +8 -4
- package/lib/api/vonage-numbers-api.d.ts.map +1 -1
- package/lib/api/vonage-numbers-api.js +8 -4
- package/lib/api/vonage-users-api.d.ts +95 -5
- package/lib/api/vonage-users-api.d.ts.map +1 -1
- package/lib/api/vonage-users-api.js +120 -7
- package/lib/models/appointment-type.d.ts +0 -1
- package/lib/models/appointment-type.d.ts.map +1 -1
- package/lib/models/appointment-type.js +0 -1
- package/lib/models/create-deal-command.d.ts +0 -20
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +0 -13
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +3 -9
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +0 -13
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +0 -13
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +6 -19
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +6 -19
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-domain-input-model.d.ts +50 -0
- package/lib/models/hospital-domain-input-model.d.ts.map +1 -0
- package/lib/models/hospital-domain-model.d.ts +50 -0
- package/lib/models/hospital-domain-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-input-model.d.ts +49 -0
- package/lib/models/hospital-feature-detail-input-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-model.d.ts +56 -0
- package/lib/models/hospital-feature-detail-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-input-model.d.ts +32 -0
- package/lib/models/hospital-feature-input-model.d.ts.map +1 -0
- package/lib/models/{feature-model.d.ts → hospital-feature-model.d.ts} +10 -15
- package/lib/models/hospital-feature-model.d.ts.map +1 -0
- package/lib/models/hospital-item-model.d.ts +28 -4
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +28 -4
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +12 -8
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +12 -8
- package/lib/models/links.d.ts +19 -9
- package/lib/models/links.d.ts.map +1 -1
- package/lib/models/{get-users-result-embedded.d.ts → list-users-result-embedded.d.ts} +4 -4
- package/lib/models/list-users-result-embedded.d.ts.map +1 -0
- package/lib/models/{get-users-result.d.ts → list-users-result.d.ts} +10 -10
- package/lib/models/list-users-result.d.ts.map +1 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts +39 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +1 -0
- package/lib/models/survey-form-simple-mapping-model.js +15 -0
- package/lib/models/transfer-number-command.d.ts +43 -0
- package/lib/models/transfer-number-command.d.ts.map +1 -0
- package/lib/models/transfer-number-command.js +15 -0
- package/lib/models/transfer-number-result.d.ts +49 -0
- package/lib/models/transfer-number-result.d.ts.map +1 -0
- package/lib/models/transfer-number-result.js +15 -0
- package/lib/models/translation-simple-model.d.ts +55 -0
- package/lib/models/translation-simple-model.d.ts.map +1 -0
- package/lib/models/translation-simple-model.js +15 -0
- package/lib/models/update-deal-command.d.ts +0 -20
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +0 -13
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +3 -9
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +12 -8
- package/src/api/deals-api.ts +0 -532
- package/src/api/vonage-accounts-api.ts +354 -227
- package/src/api/vonage-applications-api.ts +12 -4
- package/src/api/vonage-numbers-api.ts +8 -4
- package/src/api/vonage-users-api.ts +153 -8
- package/src/models/appointment-type.ts +0 -1
- package/src/models/create-deal-command.ts +0 -24
- package/src/models/create-doctor-affiliation-command.ts +0 -15
- package/src/models/create-hospital-command.ts +4 -10
- package/src/models/deal-item-model.ts +0 -15
- package/src/models/deal-model.ts +0 -15
- package/src/models/doctor-affiliation-item-model.ts +6 -21
- package/src/models/doctor-affiliation-model.ts +6 -21
- package/src/models/hospital-domain-input-model.ts +57 -0
- package/src/models/hospital-domain-model.ts +57 -0
- package/src/models/hospital-feature-detail-input-model.ts +54 -0
- package/src/models/hospital-feature-detail-model.ts +63 -0
- package/src/models/hospital-feature-input-model.ts +39 -0
- package/src/models/{save-deal-appointment-timetable-overrides-command.ts → hospital-feature-model.ts} +12 -6
- package/src/models/hospital-item-model.ts +30 -6
- package/src/models/hospital-model.ts +30 -6
- package/src/models/index.ts +12 -8
- package/src/models/links.ts +19 -13
- package/src/models/{get-users-result-embedded.ts → list-users-result-embedded.ts} +3 -3
- package/src/models/{get-users-result.ts → list-users-result.ts} +10 -10
- package/src/models/survey-form-simple-mapping-model.ts +48 -0
- package/src/models/{feature-model.ts → transfer-number-command.ts} +17 -11
- package/src/models/transfer-number-result.ts +54 -0
- package/src/models/translation-simple-model.ts +60 -0
- package/src/models/update-deal-command.ts +0 -24
- package/src/models/update-doctor-affiliation-command.ts +0 -15
- package/src/models/update-hospital-command.ts +4 -10
- package/lib/models/batch-deal-appointment-timetables-command.d.ts +0 -39
- package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +0 -1
- package/lib/models/feature-model.d.ts.map +0 -1
- package/lib/models/first.d.ts +0 -25
- package/lib/models/first.d.ts.map +0 -1
- package/lib/models/get-users-result-embedded.d.ts.map +0 -1
- package/lib/models/get-users-result.d.ts.map +0 -1
- package/lib/models/last.d.ts +0 -25
- package/lib/models/last.d.ts.map +0 -1
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +0 -26
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +0 -1
- package/lib/models/self.d.ts +0 -25
- package/lib/models/self.d.ts.map +0 -1
- package/src/models/batch-deal-appointment-timetables-command.ts +0 -48
- package/src/models/first.ts +0 -30
- package/src/models/last.ts +0 -30
- package/src/models/self.ts +0 -30
- /package/lib/models/{batch-deal-appointment-timetables-command.js → hospital-domain-input-model.js} +0 -0
- /package/lib/models/{feature-model.js → hospital-domain-model.js} +0 -0
- /package/lib/models/{first.js → hospital-feature-detail-input-model.js} +0 -0
- /package/lib/models/{get-users-result-embedded.js → hospital-feature-detail-model.js} +0 -0
- /package/lib/models/{get-users-result.js → hospital-feature-input-model.js} +0 -0
- /package/lib/models/{last.js → hospital-feature-model.js} +0 -0
- /package/lib/models/{save-deal-appointment-timetable-overrides-command.js → list-users-result-embedded.js} +0 -0
- /package/lib/models/{self.js → list-users-result.js} +0 -0
|
@@ -15,39 +15,39 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { Links } from './links';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { ListUsersResultEmbedded } from './list-users-result-embedded';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @export
|
|
26
|
-
* @interface
|
|
26
|
+
* @interface ListUsersResult
|
|
27
27
|
*/
|
|
28
|
-
export interface
|
|
28
|
+
export interface ListUsersResult {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {number}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof ListUsersResult
|
|
33
33
|
*/
|
|
34
34
|
'pageSsize'?: number;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof ListUsersResult
|
|
39
39
|
*/
|
|
40
40
|
'cursor'?: string | null;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
44
|
-
* @memberof
|
|
43
|
+
* @type {ListUsersResultEmbedded}
|
|
44
|
+
* @memberof ListUsersResult
|
|
45
45
|
*/
|
|
46
|
-
'embedded'?:
|
|
46
|
+
'embedded'?: ListUsersResultEmbedded;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {Links}
|
|
50
|
-
* @memberof
|
|
50
|
+
* @memberof ListUsersResult
|
|
51
51
|
*/
|
|
52
52
|
'links'?: Links;
|
|
53
53
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@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 { SurveyFormStatus } from './survey-form-status';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { TranslationSimpleModel } from './translation-simple-model';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface SurveyFormSimpleMappingModel
|
|
27
|
+
*/
|
|
28
|
+
export interface SurveyFormSimpleMappingModel {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SurveyFormSimpleMappingModel
|
|
33
|
+
*/
|
|
34
|
+
'id'?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {SurveyFormStatus}
|
|
38
|
+
* @memberof SurveyFormSimpleMappingModel
|
|
39
|
+
*/
|
|
40
|
+
'status'?: SurveyFormStatus;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {Array<TranslationSimpleModel>}
|
|
44
|
+
* @memberof SurveyFormSimpleMappingModel
|
|
45
|
+
*/
|
|
46
|
+
'translations'?: Array<TranslationSimpleModel> | null;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -17,26 +17,32 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface TransferNumberCommand
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface TransferNumberCommand {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
|
-
* @type {
|
|
26
|
-
* @memberof
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TransferNumberCommand
|
|
27
27
|
*/
|
|
28
|
-
'
|
|
28
|
+
'from'?: string | null;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
32
|
-
* @memberof
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof TransferNumberCommand
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'to'?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
38
|
-
* @memberof
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof TransferNumberCommand
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'number'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof TransferNumberCommand
|
|
45
|
+
*/
|
|
46
|
+
'country'?: string | null;
|
|
41
47
|
}
|
|
42
48
|
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@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 TransferNumberResult
|
|
21
|
+
*/
|
|
22
|
+
export interface TransferNumberResult {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TransferNumberResult
|
|
27
|
+
*/
|
|
28
|
+
'from'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof TransferNumberResult
|
|
33
|
+
*/
|
|
34
|
+
'to'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof TransferNumberResult
|
|
39
|
+
*/
|
|
40
|
+
'number'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof TransferNumberResult
|
|
45
|
+
*/
|
|
46
|
+
'country'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof TransferNumberResult
|
|
51
|
+
*/
|
|
52
|
+
'masterAccountId'?: string | null;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1
|
|
8
|
+
* Contact: hyounoosung@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 TranslationSimpleModel
|
|
21
|
+
*/
|
|
22
|
+
export interface TranslationSimpleModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TranslationSimpleModel
|
|
27
|
+
*/
|
|
28
|
+
'languageCode'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof TranslationSimpleModel
|
|
33
|
+
*/
|
|
34
|
+
'name'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof TranslationSimpleModel
|
|
39
|
+
*/
|
|
40
|
+
'normalizedName'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof TranslationSimpleModel
|
|
45
|
+
*/
|
|
46
|
+
'slug'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {Date}
|
|
50
|
+
* @memberof TranslationSimpleModel
|
|
51
|
+
*/
|
|
52
|
+
'updatedDate'?: Date | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof TranslationSimpleModel
|
|
57
|
+
*/
|
|
58
|
+
'isConfirmed'?: boolean;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -13,12 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { FeatureModel } from './feature-model';
|
|
22
16
|
// May contain unused imports in some cases
|
|
23
17
|
// @ts-ignore
|
|
24
18
|
import { MarketingType } from './marketing-type';
|
|
@@ -71,12 +65,6 @@ export interface UpdateDealCommand {
|
|
|
71
65
|
* @memberof UpdateDealCommand
|
|
72
66
|
*/
|
|
73
67
|
'serviceDuration'?: number;
|
|
74
|
-
/**
|
|
75
|
-
*
|
|
76
|
-
* @type {string}
|
|
77
|
-
* @memberof UpdateDealCommand
|
|
78
|
-
*/
|
|
79
|
-
'formUrl'?: string | null;
|
|
80
68
|
/**
|
|
81
69
|
*
|
|
82
70
|
* @type {number}
|
|
@@ -95,17 +83,5 @@ export interface UpdateDealCommand {
|
|
|
95
83
|
* @memberof UpdateDealCommand
|
|
96
84
|
*/
|
|
97
85
|
'confirmed'?: boolean;
|
|
98
|
-
/**
|
|
99
|
-
*
|
|
100
|
-
* @type {AppointmentOptionModel}
|
|
101
|
-
* @memberof UpdateDealCommand
|
|
102
|
-
*/
|
|
103
|
-
'appointmentOption'?: AppointmentOptionModel;
|
|
104
|
-
/**
|
|
105
|
-
*
|
|
106
|
-
* @type {FeatureModel}
|
|
107
|
-
* @memberof UpdateDealCommand
|
|
108
|
-
*/
|
|
109
|
-
'feature'?: FeatureModel;
|
|
110
86
|
}
|
|
111
87
|
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import { FeatureModel } from './feature-model';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
21
|
import { MediaModel } from './media-model';
|
|
25
22
|
|
|
26
23
|
/**
|
|
@@ -71,12 +68,6 @@ export interface UpdateDoctorAffiliationCommand {
|
|
|
71
68
|
* @memberof UpdateDoctorAffiliationCommand
|
|
72
69
|
*/
|
|
73
70
|
'customStyle'?: string | null;
|
|
74
|
-
/**
|
|
75
|
-
*
|
|
76
|
-
* @type {string}
|
|
77
|
-
* @memberof UpdateDoctorAffiliationCommand
|
|
78
|
-
*/
|
|
79
|
-
'formUrl'?: string | null;
|
|
80
71
|
/**
|
|
81
72
|
*
|
|
82
73
|
* @type {number}
|
|
@@ -137,11 +128,5 @@ export interface UpdateDoctorAffiliationCommand {
|
|
|
137
128
|
* @memberof UpdateDoctorAffiliationCommand
|
|
138
129
|
*/
|
|
139
130
|
'appointmentOption'?: AppointmentOptionModel;
|
|
140
|
-
/**
|
|
141
|
-
*
|
|
142
|
-
* @type {FeatureModel}
|
|
143
|
-
* @memberof UpdateDoctorAffiliationCommand
|
|
144
|
-
*/
|
|
145
|
-
'feature'?: FeatureModel;
|
|
146
131
|
}
|
|
147
132
|
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import {
|
|
24
|
+
import { HospitalFeatureInputModel } from './hospital-feature-input-model';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import { LocationModel } from './location-model';
|
|
@@ -173,12 +173,6 @@ export interface UpdateHospitalCommand {
|
|
|
173
173
|
* @memberof UpdateHospitalCommand
|
|
174
174
|
*/
|
|
175
175
|
'paymentEnabled'?: boolean;
|
|
176
|
-
/**
|
|
177
|
-
*
|
|
178
|
-
* @type {string}
|
|
179
|
-
* @memberof UpdateHospitalCommand
|
|
180
|
-
*/
|
|
181
|
-
'formUrl'?: string | null;
|
|
182
176
|
/**
|
|
183
177
|
*
|
|
184
178
|
* @type {boolean}
|
|
@@ -211,9 +205,9 @@ export interface UpdateHospitalCommand {
|
|
|
211
205
|
'consultationOption'?: HospitalConsultationOptionModel;
|
|
212
206
|
/**
|
|
213
207
|
*
|
|
214
|
-
* @type {
|
|
208
|
+
* @type {HospitalFeatureInputModel}
|
|
215
209
|
* @memberof UpdateHospitalCommand
|
|
216
210
|
*/
|
|
217
|
-
'feature'?:
|
|
211
|
+
'feature'?: HospitalFeatureInputModel;
|
|
218
212
|
}
|
|
219
213
|
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
|
|
13
|
-
import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface BatchDealAppointmentTimetablesCommand
|
|
18
|
-
*/
|
|
19
|
-
export interface BatchDealAppointmentTimetablesCommand {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<BatchAddAppointmentTimetableModel>}
|
|
23
|
-
* @memberof BatchDealAppointmentTimetablesCommand
|
|
24
|
-
*/
|
|
25
|
-
'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {Array<BatchUpdateAppointmentTimetableModel>}
|
|
29
|
-
* @memberof BatchDealAppointmentTimetablesCommand
|
|
30
|
-
*/
|
|
31
|
-
'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {Array<string>}
|
|
35
|
-
* @memberof BatchDealAppointmentTimetablesCommand
|
|
36
|
-
*/
|
|
37
|
-
'deletes'?: Array<string> | null;
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=batch-deal-appointment-timetables-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"batch-deal-appointment-timetables-command.d.ts","sourceRoot":"","sources":["../../src/models/batch-deal-appointment-timetables-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAElG;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"feature-model.d.ts","sourceRoot":"","sources":["../../src/models/feature-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC"}
|
package/lib/models/first.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
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 First
|
|
16
|
-
*/
|
|
17
|
-
export interface First {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof First
|
|
22
|
-
*/
|
|
23
|
-
'href'?: string | null;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=first.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"first.d.ts","sourceRoot":"","sources":["../../src/models/first.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,KAAK;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-users-result-embedded.d.ts","sourceRoot":"","sources":["../../src/models/get-users-result-embedded.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACtC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-users-result.d.ts","sourceRoot":"","sources":["../../src/models/get-users-result.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,sBAAsB,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;CACnB"}
|
package/lib/models/last.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
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 Last
|
|
16
|
-
*/
|
|
17
|
-
export interface Last {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Last
|
|
22
|
-
*/
|
|
23
|
-
'href'?: string | null;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=last.d.ts.map
|
package/lib/models/last.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"last.d.ts","sourceRoot":"","sources":["../../src/models/last.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
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 { SaveAppointmentTimetableOverrideModel } from './save-appointment-timetable-override-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SaveDealAppointmentTimetableOverridesCommand
|
|
17
|
-
*/
|
|
18
|
-
export interface SaveDealAppointmentTimetableOverridesCommand {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<SaveAppointmentTimetableOverrideModel>}
|
|
22
|
-
* @memberof SaveDealAppointmentTimetableOverridesCommand
|
|
23
|
-
*/
|
|
24
|
-
'items'?: Array<SaveAppointmentTimetableOverrideModel> | null;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=save-deal-appointment-timetable-overrides-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"save-deal-appointment-timetable-overrides-command.d.ts","sourceRoot":"","sources":["../../src/models/save-deal-appointment-timetable-overrides-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AAEpG;;;;GAIG;AACH,MAAM,WAAW,4CAA4C;IACzD;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAG,IAAI,CAAC;CACjE"}
|
package/lib/models/self.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
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 Self
|
|
16
|
-
*/
|
|
17
|
-
export interface Self {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Self
|
|
22
|
-
*/
|
|
23
|
-
'href'?: string | null;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=self.d.ts.map
|
package/lib/models/self.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"self.d.ts","sourceRoot":"","sources":["../../src/models/self.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1
|
|
8
|
-
* Contact: hyounoosung@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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface BatchDealAppointmentTimetablesCommand
|
|
27
|
-
*/
|
|
28
|
-
export interface BatchDealAppointmentTimetablesCommand {
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {Array<BatchAddAppointmentTimetableModel>}
|
|
32
|
-
* @memberof BatchDealAppointmentTimetablesCommand
|
|
33
|
-
*/
|
|
34
|
-
'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {Array<BatchUpdateAppointmentTimetableModel>}
|
|
38
|
-
* @memberof BatchDealAppointmentTimetablesCommand
|
|
39
|
-
*/
|
|
40
|
-
'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {Array<string>}
|
|
44
|
-
* @memberof BatchDealAppointmentTimetablesCommand
|
|
45
|
-
*/
|
|
46
|
-
'deletes'?: Array<string> | null;
|
|
47
|
-
}
|
|
48
|
-
|
package/src/models/first.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1
|
|
8
|
-
* Contact: hyounoosung@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 First
|
|
21
|
-
*/
|
|
22
|
-
export interface First {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof First
|
|
27
|
-
*/
|
|
28
|
-
'href'?: string | null;
|
|
29
|
-
}
|
|
30
|
-
|
package/src/models/last.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1
|
|
8
|
-
* Contact: hyounoosung@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 Last
|
|
21
|
-
*/
|
|
22
|
-
export interface Last {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof Last
|
|
27
|
-
*/
|
|
28
|
-
'href'?: string | null;
|
|
29
|
-
}
|
|
30
|
-
|