ch-admin-api-client-typescript 5.86.0 → 5.87.10
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/notifications-api.d.ts +12 -3
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +15 -9
- 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 +3 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +3 -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
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { DealTargetGender } from './deal-target-gender';
|
|
12
13
|
import { MarketingType } from './marketing-type';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -58,6 +59,18 @@ export interface CreateDealCommand {
|
|
|
58
59
|
* @memberof CreateDealCommand
|
|
59
60
|
*/
|
|
60
61
|
'markdown'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof CreateDealCommand
|
|
66
|
+
*/
|
|
67
|
+
'dealName'?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof CreateDealCommand
|
|
72
|
+
*/
|
|
73
|
+
'precautions'?: string | null;
|
|
61
74
|
/**
|
|
62
75
|
*
|
|
63
76
|
* @type {string}
|
|
@@ -88,6 +101,42 @@ export interface CreateDealCommand {
|
|
|
88
101
|
* @memberof CreateDealCommand
|
|
89
102
|
*/
|
|
90
103
|
'serviceDuration'?: number;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {Date}
|
|
107
|
+
* @memberof CreateDealCommand
|
|
108
|
+
*/
|
|
109
|
+
'dealOpenDate'?: Date;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {Date}
|
|
113
|
+
* @memberof CreateDealCommand
|
|
114
|
+
*/
|
|
115
|
+
'dealCloseDate'?: Date | null;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {DealTargetGender}
|
|
119
|
+
* @memberof CreateDealCommand
|
|
120
|
+
*/
|
|
121
|
+
'targetGender'?: DealTargetGender;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {number}
|
|
125
|
+
* @memberof CreateDealCommand
|
|
126
|
+
*/
|
|
127
|
+
'treatmentTimeMinimum'?: number | null;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {number}
|
|
131
|
+
* @memberof CreateDealCommand
|
|
132
|
+
*/
|
|
133
|
+
'treatmentTimeMaximum'?: number | null;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {number}
|
|
137
|
+
* @memberof CreateDealCommand
|
|
138
|
+
*/
|
|
139
|
+
'hospitalizationDays'?: number | null;
|
|
91
140
|
/**
|
|
92
141
|
*
|
|
93
142
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/create-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;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,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;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;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,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"create-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/create-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;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,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;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;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,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;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,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,80 @@
|
|
|
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 { DealGlobalSettingIncludedInPriceFeatureType } from './deal-global-setting-included-in-price-feature-type';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateDealGlobalSettingIncludedInPriceCommand
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateDealGlobalSettingIncludedInPriceCommand {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
23
|
+
*/
|
|
24
|
+
'languageCode'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
29
|
+
*/
|
|
30
|
+
'name'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
35
|
+
*/
|
|
36
|
+
'description'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
41
|
+
*/
|
|
42
|
+
'overview'?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
47
|
+
*/
|
|
48
|
+
'content'?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
53
|
+
*/
|
|
54
|
+
'confirmed'?: boolean | null;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {boolean}
|
|
58
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
59
|
+
*/
|
|
60
|
+
'requireInclusivePricing'?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {DealGlobalSettingIncludedInPriceFeatureType}
|
|
64
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
65
|
+
*/
|
|
66
|
+
'featureType'?: DealGlobalSettingIncludedInPriceFeatureType;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
71
|
+
*/
|
|
72
|
+
'order'?: number;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {boolean}
|
|
76
|
+
* @memberof CreateDealGlobalSettingIncludedInPriceCommand
|
|
77
|
+
*/
|
|
78
|
+
'published'?: boolean | null;
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=create-deal-global-setting-included-in-price-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-deal-global-setting-included-in-price-command.d.ts","sourceRoot":"","sources":["../../src/models/create-deal-global-setting-included-in-price-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,2CAA2C,EAAE,MAAM,sDAAsD,CAAC;AAEnH;;;;GAIG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;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;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,2CAA2C,CAAC;IAC5D;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -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 { DealGlobalSettingExcludedCountryItemModel } from './deal-global-setting-excluded-country-item-model';
|
|
13
|
+
import { PagedListMetaData } from './paged-list-meta-data';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DealGlobalSettingExcludedCountriesModel
|
|
18
|
+
*/
|
|
19
|
+
export interface DealGlobalSettingExcludedCountriesModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<DealGlobalSettingExcludedCountryItemModel>}
|
|
23
|
+
* @memberof DealGlobalSettingExcludedCountriesModel
|
|
24
|
+
*/
|
|
25
|
+
'items'?: Array<DealGlobalSettingExcludedCountryItemModel> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {PagedListMetaData}
|
|
29
|
+
* @memberof DealGlobalSettingExcludedCountriesModel
|
|
30
|
+
*/
|
|
31
|
+
'metaData'?: PagedListMetaData;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=deal-global-setting-excluded-countries-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-global-setting-excluded-countries-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-global-setting-excluded-countries-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAG9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;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,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 });
|