ch-admin-api-client-typescript 5.4.9 → 5.5.1
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/search-api.d.ts +13 -13
- package/lib/api/search-api.d.ts.map +1 -1
- package/lib/api/search-api.js +17 -16
- package/lib/models/create-deal-package-command.d.ts +7 -0
- package/lib/models/create-deal-package-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +3 -3
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-hospital-service-command.d.ts +7 -0
- package/lib/models/create-hospital-service-command.d.ts.map +1 -1
- package/lib/models/create-hospital-specialty-command.d.ts +7 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/deal-package-item-model.d.ts +3 -3
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +14 -7
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/{hospital-feature-detail-input-model.d.ts → feature-detail-input-model.d.ts} +8 -8
- package/lib/models/feature-detail-input-model.d.ts.map +1 -0
- package/lib/models/{hospital-feature-detail-model.d.ts → feature-detail-model.d.ts} +11 -12
- package/lib/models/feature-detail-model.d.ts.map +1 -0
- package/lib/models/feature-input-model.d.ts +32 -0
- package/lib/models/feature-input-model.d.ts.map +1 -0
- package/lib/models/{hospital-feature-model.d.ts → feature-model.d.ts} +10 -10
- package/lib/models/feature-model.d.ts.map +1 -0
- package/lib/models/hospital-item-model.d.ts +3 -40
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +10 -40
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +3 -3
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +10 -3
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +3 -3
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +10 -3
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +4 -8
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +4 -8
- package/lib/models/update-deal-package-command.d.ts +7 -0
- package/lib/models/update-deal-package-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +3 -3
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-command.d.ts +7 -0
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-command.d.ts +7 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +4 -8
- package/src/api/search-api.ts +20 -18
- package/src/models/create-deal-package-command.ts +9 -0
- package/src/models/create-doctor-affiliation-command.ts +9 -0
- package/src/models/create-hospital-command.ts +4 -4
- package/src/models/create-hospital-service-command.ts +9 -0
- package/src/models/create-hospital-specialty-command.ts +9 -0
- package/src/models/deal-package-item-model.ts +3 -3
- package/src/models/deal-package-model.ts +16 -7
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/{hospital-feature-detail-input-model.ts → feature-detail-input-model.ts} +7 -7
- package/src/models/{hospital-feature-detail-model.ts → feature-detail-model.ts} +10 -13
- package/src/models/{hospital-feature-input-model.ts → feature-input-model.ts} +9 -9
- package/src/models/{hospital-feature-model.ts → feature-model.ts} +9 -9
- package/src/models/hospital-item-model.ts +3 -42
- package/src/models/hospital-model.ts +12 -42
- package/src/models/hospital-service-item-model.ts +3 -3
- package/src/models/hospital-service-model.ts +12 -3
- package/src/models/hospital-specialty-item-model.ts +3 -3
- package/src/models/hospital-specialty-model.ts +12 -3
- package/src/models/index.ts +4 -8
- package/src/models/update-deal-package-command.ts +9 -0
- package/src/models/update-doctor-affiliation-command.ts +9 -0
- package/src/models/update-hospital-command.ts +4 -4
- package/src/models/update-hospital-service-command.ts +9 -0
- package/src/models/update-hospital-specialty-command.ts +9 -0
- package/lib/models/hospital-domain-input-model.d.ts +0 -50
- package/lib/models/hospital-domain-input-model.d.ts.map +0 -1
- package/lib/models/hospital-domain-model.d.ts +0 -50
- package/lib/models/hospital-domain-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-detail-input-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-detail-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-input-model.d.ts +0 -32
- package/lib/models/hospital-feature-input-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-input-model.js +0 -15
- package/lib/models/hospital-feature-model.d.ts.map +0 -1
- package/lib/models/hospital-feature-model.js +0 -15
- package/lib/models/survey-form-simple-mapping-model.d.ts +0 -39
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +0 -1
- package/lib/models/survey-form-simple-mapping-model.js +0 -15
- package/lib/models/translation-simple-model.d.ts +0 -55
- package/lib/models/translation-simple-model.d.ts.map +0 -1
- package/lib/models/translation-simple-model.js +0 -15
- package/src/models/hospital-domain-input-model.ts +0 -57
- package/src/models/hospital-domain-model.ts +0 -57
- package/src/models/survey-form-simple-mapping-model.ts +0 -48
- package/src/models/translation-simple-model.ts +0 -60
- /package/lib/models/{hospital-domain-input-model.js → feature-detail-input-model.js} +0 -0
- /package/lib/models/{hospital-domain-model.js → feature-detail-model.js} +0 -0
- /package/lib/models/{hospital-feature-detail-input-model.js → feature-input-model.js} +0 -0
- /package/lib/models/{hospital-feature-detail-model.js → feature-model.js} +0 -0
|
@@ -1,55 +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 TranslationSimpleModel
|
|
16
|
-
*/
|
|
17
|
-
export interface TranslationSimpleModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof TranslationSimpleModel
|
|
22
|
-
*/
|
|
23
|
-
'languageCode'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof TranslationSimpleModel
|
|
28
|
-
*/
|
|
29
|
-
'name'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof TranslationSimpleModel
|
|
34
|
-
*/
|
|
35
|
-
'normalizedName'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof TranslationSimpleModel
|
|
40
|
-
*/
|
|
41
|
-
'slug'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {Date}
|
|
45
|
-
* @memberof TranslationSimpleModel
|
|
46
|
-
*/
|
|
47
|
-
'updatedDate'?: Date | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof TranslationSimpleModel
|
|
52
|
-
*/
|
|
53
|
-
'isConfirmed'?: boolean;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=translation-simple-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation-simple-model.d.ts","sourceRoot":"","sources":["../../src/models/translation-simple-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
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 });
|
|
@@ -1,57 +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 { HospitalFeatureDetailInputModel } from './hospital-feature-detail-input-model';
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
* @interface HospitalDomainInputModel
|
|
24
|
-
*/
|
|
25
|
-
export interface HospitalDomainInputModel {
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
29
|
-
* @memberof HospitalDomainInputModel
|
|
30
|
-
*/
|
|
31
|
-
'hospital'?: HospitalFeatureDetailInputModel;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
35
|
-
* @memberof HospitalDomainInputModel
|
|
36
|
-
*/
|
|
37
|
-
'doctor'?: HospitalFeatureDetailInputModel;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
41
|
-
* @memberof HospitalDomainInputModel
|
|
42
|
-
*/
|
|
43
|
-
'deal'?: HospitalFeatureDetailInputModel;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
47
|
-
* @memberof HospitalDomainInputModel
|
|
48
|
-
*/
|
|
49
|
-
'hospitalSpecialty'?: HospitalFeatureDetailInputModel;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {HospitalFeatureDetailInputModel}
|
|
53
|
-
* @memberof HospitalDomainInputModel
|
|
54
|
-
*/
|
|
55
|
-
'service'?: HospitalFeatureDetailInputModel;
|
|
56
|
-
}
|
|
57
|
-
|
|
@@ -1,57 +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 { HospitalFeatureDetailModel } from './hospital-feature-detail-model';
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
* @interface HospitalDomainModel
|
|
24
|
-
*/
|
|
25
|
-
export interface HospitalDomainModel {
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {HospitalFeatureDetailModel}
|
|
29
|
-
* @memberof HospitalDomainModel
|
|
30
|
-
*/
|
|
31
|
-
'hospital'?: HospitalFeatureDetailModel;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {HospitalFeatureDetailModel}
|
|
35
|
-
* @memberof HospitalDomainModel
|
|
36
|
-
*/
|
|
37
|
-
'doctor'?: HospitalFeatureDetailModel;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {HospitalFeatureDetailModel}
|
|
41
|
-
* @memberof HospitalDomainModel
|
|
42
|
-
*/
|
|
43
|
-
'deal'?: HospitalFeatureDetailModel;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {HospitalFeatureDetailModel}
|
|
47
|
-
* @memberof HospitalDomainModel
|
|
48
|
-
*/
|
|
49
|
-
'hospitalSpecialty'?: HospitalFeatureDetailModel;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {HospitalFeatureDetailModel}
|
|
53
|
-
* @memberof HospitalDomainModel
|
|
54
|
-
*/
|
|
55
|
-
'service'?: HospitalFeatureDetailModel;
|
|
56
|
-
}
|
|
57
|
-
|
|
@@ -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 { 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
|
-
|
|
@@ -1,60 +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 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
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|