ch-admin-api-client-typescript 5.87.2 → 5.88.0
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/deal-global-settings-api.d.ts +645 -0
- package/lib/api/deal-global-settings-api.d.ts.map +1 -0
- package/lib/api/deal-global-settings-api.js +1189 -0
- package/lib/api/deals-api.d.ts +24 -6
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +30 -18
- package/lib/api/hospitals-api.d.ts +3 -3
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/chadmin-item-model.d.ts +8 -8
- package/lib/models/chadmin-item-model.d.ts.map +1 -1
- package/lib/models/chadmin-model.d.ts +8 -8
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-item-model.d.ts +8 -8
- package/lib/models/chmanager-item-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +8 -8
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/content-manager-item-model.d.ts +8 -8
- package/lib/models/content-manager-item-model.d.ts.map +1 -1
- package/lib/models/content-manager-model.d.ts +8 -8
- package/lib/models/content-manager-model.d.ts.map +1 -1
- package/lib/models/create-deal-command.d.ts +49 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-deal-global-setting-included-in-price-command.d.ts +80 -0
- package/lib/models/create-deal-global-setting-included-in-price-command.d.ts.map +1 -0
- package/lib/models/create-deal-global-setting-included-in-price-command.js +15 -0
- package/lib/models/deal-global-setting-excluded-countries-model.d.ts +33 -0
- package/lib/models/deal-global-setting-excluded-countries-model.d.ts.map +1 -0
- package/lib/models/deal-global-setting-excluded-countries-model.js +15 -0
- package/lib/models/deal-global-setting-excluded-country-item-model.d.ts +43 -0
- package/lib/models/deal-global-setting-excluded-country-item-model.d.ts.map +1 -0
- package/lib/models/deal-global-setting-excluded-country-item-model.js +15 -0
- package/lib/models/deal-global-setting-included-in-price-feature-type.d.ts +21 -0
- package/lib/models/deal-global-setting-included-in-price-feature-type.d.ts.map +1 -0
- package/lib/models/deal-global-setting-included-in-price-feature-type.js +24 -0
- package/lib/models/deal-global-setting-included-in-price-item-model.d.ts +86 -0
- package/lib/models/deal-global-setting-included-in-price-item-model.d.ts.map +1 -0
- package/lib/models/deal-global-setting-included-in-price-item-model.js +15 -0
- package/lib/models/deal-global-setting-included-in-price-model.d.ts +110 -0
- package/lib/models/deal-global-setting-included-in-price-model.d.ts.map +1 -0
- package/lib/models/deal-global-setting-included-in-price-model.js +15 -0
- package/lib/models/deal-global-setting-included-in-prices-model.d.ts +33 -0
- package/lib/models/deal-global-setting-included-in-prices-model.d.ts.map +1 -0
- package/lib/models/deal-global-setting-included-in-prices-model.js +15 -0
- package/lib/models/deal-global-setting-model.d.ts +38 -0
- package/lib/models/deal-global-setting-model.d.ts.map +1 -0
- package/lib/models/deal-global-setting-model.js +15 -0
- package/lib/models/deal-item-model.d.ts +68 -0
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +80 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-review-status.d.ts +24 -0
- package/lib/models/deal-review-status.d.ts.map +1 -0
- package/lib/models/deal-review-status.js +27 -0
- package/lib/models/deal-target-gender.d.ts +23 -0
- package/lib/models/deal-target-gender.d.ts.map +1 -0
- package/lib/models/deal-target-gender.js +26 -0
- package/lib/models/doctor-item-model.d.ts +8 -8
- package/lib/models/doctor-item-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +8 -8
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/general-user-item-model.d.ts +8 -8
- package/lib/models/general-user-item-model.d.ts.map +1 -1
- package/lib/models/general-user-model.d.ts +8 -8
- package/lib/models/general-user-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +12 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +12 -0
- package/lib/models/manager-item-model.d.ts +8 -8
- package/lib/models/manager-item-model.d.ts.map +1 -1
- package/lib/models/manager-model.d.ts +8 -8
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/notification-code.d.ts +1 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +1 -0
- package/lib/models/patch-deal-command.d.ts +55 -0
- package/lib/models/patch-deal-command.d.ts.map +1 -1
- package/lib/models/patch-deal-global-setting-command.d.ts +25 -0
- package/lib/models/patch-deal-global-setting-command.d.ts.map +1 -0
- package/lib/models/patch-deal-global-setting-command.js +15 -0
- package/lib/models/patient-item-model.d.ts +8 -8
- package/lib/models/patient-item-model.d.ts.map +1 -1
- package/lib/models/patient-manager-item-model.d.ts +8 -8
- package/lib/models/patient-manager-item-model.d.ts.map +1 -1
- package/lib/models/patient-manager-model.d.ts +8 -8
- package/lib/models/patient-manager-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +8 -8
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/update-deal-command.d.ts +55 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-deal-global-setting-included-in-price-command.d.ts +86 -0
- package/lib/models/update-deal-global-setting-included-in-price-command.d.ts.map +1 -0
- package/lib/models/update-deal-global-setting-included-in-price-command.js +15 -0
- package/lib/models/user-model.d.ts +8 -8
- package/lib/models/user-model.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@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 });
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@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 DealGlobalSettingExcludedCountryItemModel
|
|
16
|
+
*/
|
|
17
|
+
export interface DealGlobalSettingExcludedCountryItemModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DealGlobalSettingExcludedCountryItemModel
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DealGlobalSettingExcludedCountryItemModel
|
|
28
|
+
*/
|
|
29
|
+
'countryId'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DealGlobalSettingExcludedCountryItemModel
|
|
34
|
+
*/
|
|
35
|
+
'languageCode'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DealGlobalSettingExcludedCountryItemModel
|
|
40
|
+
*/
|
|
41
|
+
'countryName'?: string | null;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=deal-global-setting-excluded-country-item-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-global-setting-excluded-country-item-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-global-setting-excluded-country-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@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 });
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const DealGlobalSettingIncludedInPriceFeatureType: {
|
|
18
|
+
readonly VatIncluded: "VatIncluded";
|
|
19
|
+
};
|
|
20
|
+
export type DealGlobalSettingIncludedInPriceFeatureType = typeof DealGlobalSettingIncludedInPriceFeatureType[keyof typeof DealGlobalSettingIncludedInPriceFeatureType];
|
|
21
|
+
//# sourceMappingURL=deal-global-setting-included-in-price-feature-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-global-setting-included-in-price-feature-type.d.ts","sourceRoot":"","sources":["../../src/models/deal-global-setting-included-in-price-feature-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,2CAA2C;;CAE9C,CAAC;AAEX,MAAM,MAAM,2CAA2C,GAAG,OAAO,2CAA2C,CAAC,MAAM,OAAO,2CAA2C,CAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@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 });
|
|
16
|
+
exports.DealGlobalSettingIncludedInPriceFeatureType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DealGlobalSettingIncludedInPriceFeatureType = {
|
|
23
|
+
VatIncluded: 'VatIncluded'
|
|
24
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@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 { AuditableEntityModel } from './auditable-entity-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DealGlobalSettingIncludedInPriceItemModel
|
|
17
|
+
*/
|
|
18
|
+
export interface DealGlobalSettingIncludedInPriceItemModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
29
|
+
*/
|
|
30
|
+
'languageCode'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
35
|
+
*/
|
|
36
|
+
'requireInclusivePricing'?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
41
|
+
*/
|
|
42
|
+
'featureType'?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
47
|
+
*/
|
|
48
|
+
'order'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
53
|
+
*/
|
|
54
|
+
'published'?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
59
|
+
*/
|
|
60
|
+
'name'?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
65
|
+
*/
|
|
66
|
+
'slug'?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {boolean}
|
|
70
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
71
|
+
*/
|
|
72
|
+
'isTranslating'?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {boolean}
|
|
76
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
77
|
+
*/
|
|
78
|
+
'confirmed'?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {AuditableEntityModel}
|
|
82
|
+
* @memberof DealGlobalSettingIncludedInPriceItemModel
|
|
83
|
+
*/
|
|
84
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=deal-global-setting-included-in-price-item-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-global-setting-included-in-price-item-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-global-setting-included-in-price-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@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 });
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@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 { AuditableEntityModel } from './auditable-entity-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DealGlobalSettingIncludedInPriceModel
|
|
17
|
+
*/
|
|
18
|
+
export interface DealGlobalSettingIncludedInPriceModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
29
|
+
*/
|
|
30
|
+
'languageCode'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
35
|
+
*/
|
|
36
|
+
'requireInclusivePricing'?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
41
|
+
*/
|
|
42
|
+
'featureType'?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
47
|
+
*/
|
|
48
|
+
'order'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
53
|
+
*/
|
|
54
|
+
'published'?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
59
|
+
*/
|
|
60
|
+
'name'?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
65
|
+
*/
|
|
66
|
+
'slug'?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {boolean}
|
|
70
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
71
|
+
*/
|
|
72
|
+
'isTranslating'?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {boolean}
|
|
76
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
77
|
+
*/
|
|
78
|
+
'confirmed'?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {AuditableEntityModel}
|
|
82
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
83
|
+
*/
|
|
84
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
89
|
+
*/
|
|
90
|
+
'title'?: string | null;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {string}
|
|
94
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
95
|
+
*/
|
|
96
|
+
'description'?: string | null;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
101
|
+
*/
|
|
102
|
+
'overview'?: string | null;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {string}
|
|
106
|
+
* @memberof DealGlobalSettingIncludedInPriceModel
|
|
107
|
+
*/
|
|
108
|
+
'content'?: string | null;
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=deal-global-setting-included-in-price-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-global-setting-included-in-price-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-global-setting-included-in-price-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@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 });
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@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 { DealGlobalSettingIncludedInPriceItemModel } from './deal-global-setting-included-in-price-item-model';
|
|
13
|
+
import { PagedListMetaData } from './paged-list-meta-data';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DealGlobalSettingIncludedInPricesModel
|
|
18
|
+
*/
|
|
19
|
+
export interface DealGlobalSettingIncludedInPricesModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<DealGlobalSettingIncludedInPriceItemModel>}
|
|
23
|
+
* @memberof DealGlobalSettingIncludedInPricesModel
|
|
24
|
+
*/
|
|
25
|
+
'items'?: Array<DealGlobalSettingIncludedInPriceItemModel> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {PagedListMetaData}
|
|
29
|
+
* @memberof DealGlobalSettingIncludedInPricesModel
|
|
30
|
+
*/
|
|
31
|
+
'metaData'?: PagedListMetaData;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=deal-global-setting-included-in-prices-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-global-setting-included-in-prices-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-global-setting-included-in-prices-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,yCAAyC,EAAE,MAAM,oDAAoD,CAAC;AAG/G,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,GAAG,IAAI,CAAC;IAClE;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@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 });
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@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 { AuditableEntityModel } from './auditable-entity-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DealGlobalSettingModel
|
|
17
|
+
*/
|
|
18
|
+
export interface DealGlobalSettingModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DealGlobalSettingModel
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof DealGlobalSettingModel
|
|
29
|
+
*/
|
|
30
|
+
'discountRateLimit'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {AuditableEntityModel}
|
|
34
|
+
* @memberof DealGlobalSettingModel
|
|
35
|
+
*/
|
|
36
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=deal-global-setting-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-global-setting-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-global-setting-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@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 });
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
13
|
import { AuditableEntityModel } from './auditable-entity-model';
|
|
14
|
+
import { DealReviewStatus } from './deal-review-status';
|
|
15
|
+
import { DealTargetGender } from './deal-target-gender';
|
|
14
16
|
import { MarketingType } from './marketing-type';
|
|
15
17
|
/**
|
|
16
18
|
*
|
|
@@ -36,6 +38,12 @@ export interface DealItemModel {
|
|
|
36
38
|
* @memberof DealItemModel
|
|
37
39
|
*/
|
|
38
40
|
'name'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof DealItemModel
|
|
45
|
+
*/
|
|
46
|
+
'dealName'?: string | null;
|
|
39
47
|
/**
|
|
40
48
|
*
|
|
41
49
|
* @type {string}
|
|
@@ -108,6 +116,66 @@ export interface DealItemModel {
|
|
|
108
116
|
* @memberof DealItemModel
|
|
109
117
|
*/
|
|
110
118
|
'order'?: number;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {Date}
|
|
122
|
+
* @memberof DealItemModel
|
|
123
|
+
*/
|
|
124
|
+
'dealOpenDate'?: Date;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {Date}
|
|
128
|
+
* @memberof DealItemModel
|
|
129
|
+
*/
|
|
130
|
+
'dealCloseDate'?: Date | null;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {DealTargetGender}
|
|
134
|
+
* @memberof DealItemModel
|
|
135
|
+
*/
|
|
136
|
+
'targetGender'?: DealTargetGender;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {number}
|
|
140
|
+
* @memberof DealItemModel
|
|
141
|
+
*/
|
|
142
|
+
'treatmentTimeMinimum'?: number | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {number}
|
|
146
|
+
* @memberof DealItemModel
|
|
147
|
+
*/
|
|
148
|
+
'treatmentTimeMaximum'?: number | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {number}
|
|
152
|
+
* @memberof DealItemModel
|
|
153
|
+
*/
|
|
154
|
+
'hospitalizationDays'?: number | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {boolean}
|
|
158
|
+
* @memberof DealItemModel
|
|
159
|
+
*/
|
|
160
|
+
'published'?: boolean;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {DealReviewStatus}
|
|
164
|
+
* @memberof DealItemModel
|
|
165
|
+
*/
|
|
166
|
+
'reviewStatus'?: DealReviewStatus;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof DealItemModel
|
|
171
|
+
*/
|
|
172
|
+
'reviewerId'?: string | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {Date}
|
|
176
|
+
* @memberof DealItemModel
|
|
177
|
+
*/
|
|
178
|
+
'reviewedDate'?: Date | null;
|
|
111
179
|
/**
|
|
112
180
|
*
|
|
113
181
|
* @type {AppointmentOptionModel}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-item-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
1
|
+
{"version":3,"file":"deal-item-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|