ch-api-client-typescript2 5.88.1 → 5.88.5
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/models/country-sub-document-model.d.ts +308 -0
- package/lib/models/country-sub-document-model.d.ts.map +1 -0
- package/lib/models/deal-document-model.d.ts +41 -0
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts +290 -0
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts.map +1 -0
- package/lib/models/deal-global-setting-included-in-price-document-model.js +15 -0
- package/lib/models/deal-item-model.d.ts +9 -3
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +37 -3
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-price-document-model.d.ts +93 -0
- package/lib/models/deal-price-document-model.d.ts.map +1 -0
- package/lib/models/deal-price-document-model.js +15 -0
- package/lib/models/deal-price-model.d.ts +92 -0
- package/lib/models/deal-price-model.d.ts.map +1 -0
- package/lib/models/deal-price-model.js +15 -0
- package/lib/models/deal-price-option-document-model.d.ts +314 -0
- package/lib/models/deal-price-option-document-model.d.ts.map +1 -0
- package/lib/models/deal-price-option-document-model.js +15 -0
- package/lib/models/deal-price-option-model.d.ts +61 -0
- package/lib/models/deal-price-option-model.d.ts.map +1 -0
- package/lib/models/deal-price-option-model.js +15 -0
- package/lib/models/deal-pricing-information-document-model.d.ts +38 -0
- package/lib/models/deal-pricing-information-document-model.d.ts.map +1 -0
- package/lib/models/deal-pricing-information-document-model.js +15 -0
- package/lib/models/deal-pricing-information-model.d.ts +37 -0
- package/lib/models/deal-pricing-information-model.d.ts.map +1 -0
- package/lib/models/deal-pricing-information-model.js +15 -0
- package/lib/models/deal-service-simple-item-model.d.ts +44 -0
- package/lib/models/deal-service-simple-item-model.d.ts.map +1 -0
- package/lib/models/deal-service-simple-item-model.js +15 -0
- package/lib/models/{deal-service-mapping-model.d.ts → deal-tag-model.d.ts} +16 -10
- package/lib/models/deal-tag-model.d.ts.map +1 -0
- package/lib/models/deal-tag-model.js +15 -0
- package/lib/models/deal-tag-sub-document-model.d.ts +302 -0
- package/lib/models/deal-tag-sub-document-model.d.ts.map +1 -0
- package/lib/models/deal-tag-sub-document-model.js +15 -0
- package/lib/models/hospital-service-simple-item-model.d.ts +31 -0
- package/lib/models/hospital-service-simple-item-model.d.ts.map +1 -0
- package/lib/models/hospital-service-simple-item-model.js +15 -0
- package/lib/models/index.d.ts +12 -1
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +12 -1
- package/lib/models/user-favorite-deal-item-model.d.ts +6 -0
- package/lib/models/user-favorite-deal-item-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/lib/models/deal-service-mapping-model.d.ts.map +0 -1
- /package/lib/models/{deal-service-mapping-model.js → country-sub-document-model.js} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
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 });
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
13
|
import { AuditableEntityModel } from './auditable-entity-model';
|
|
14
14
|
import { DealPackageMappingModel } from './deal-package-mapping-model';
|
|
15
|
-
import {
|
|
15
|
+
import { DealServiceSimpleItemModel } from './deal-service-simple-item-model';
|
|
16
16
|
import { LocationModel } from './location-model';
|
|
17
17
|
import { MarketingType } from './marketing-type';
|
|
18
18
|
/**
|
|
@@ -171,6 +171,12 @@ export interface DealItemModel {
|
|
|
171
171
|
* @memberof DealItemModel
|
|
172
172
|
*/
|
|
173
173
|
'hospitalLocation'?: LocationModel;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @type {boolean}
|
|
177
|
+
* @memberof DealItemModel
|
|
178
|
+
*/
|
|
179
|
+
'doNotUseDiscountLabel'?: boolean | null;
|
|
174
180
|
/**
|
|
175
181
|
*
|
|
176
182
|
* @type {MarketingType}
|
|
@@ -179,10 +185,10 @@ export interface DealItemModel {
|
|
|
179
185
|
'marketingType'?: MarketingType;
|
|
180
186
|
/**
|
|
181
187
|
*
|
|
182
|
-
* @type {Array<
|
|
188
|
+
* @type {Array<DealServiceSimpleItemModel>}
|
|
183
189
|
* @memberof DealItemModel
|
|
184
190
|
*/
|
|
185
|
-
'dealServices'?: Array<
|
|
191
|
+
'dealServices'?: Array<DealServiceSimpleItemModel> | null;
|
|
186
192
|
/**
|
|
187
193
|
*
|
|
188
194
|
* @type {number}
|
|
@@ -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,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,
|
|
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,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;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,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;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,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,aAAa,CAAC;IACnC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAC1D;;;;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"}
|
|
@@ -13,8 +13,12 @@ import { AppointmentOptionModel } from './appointment-option-model';
|
|
|
13
13
|
import { AuditableEntityModel } from './auditable-entity-model';
|
|
14
14
|
import { BankAccountInfoModel } from './bank-account-info-model';
|
|
15
15
|
import { DealPackageMappingModel } from './deal-package-mapping-model';
|
|
16
|
-
import {
|
|
16
|
+
import { DealPriceModel } from './deal-price-model';
|
|
17
|
+
import { DealPricingInformationModel } from './deal-pricing-information-model';
|
|
18
|
+
import { DealServiceSimpleItemModel } from './deal-service-simple-item-model';
|
|
19
|
+
import { DealTagModel } from './deal-tag-model';
|
|
17
20
|
import { DealTargetGender } from './deal-target-gender';
|
|
21
|
+
import { FeatureModel } from './feature-model';
|
|
18
22
|
import { FrequentlyAskedQuestionsModel } from './frequently-asked-questions-model';
|
|
19
23
|
import { HospitalContactItemModel } from './hospital-contact-item-model';
|
|
20
24
|
import { LocalizedUrlMetadataModel } from './localized-url-metadata-model';
|
|
@@ -178,6 +182,12 @@ export interface DealModel {
|
|
|
178
182
|
* @memberof DealModel
|
|
179
183
|
*/
|
|
180
184
|
'hospitalLocation'?: LocationModel;
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @type {boolean}
|
|
188
|
+
* @memberof DealModel
|
|
189
|
+
*/
|
|
190
|
+
'doNotUseDiscountLabel'?: boolean | null;
|
|
181
191
|
/**
|
|
182
192
|
*
|
|
183
193
|
* @type {MarketingType}
|
|
@@ -186,10 +196,10 @@ export interface DealModel {
|
|
|
186
196
|
'marketingType'?: MarketingType;
|
|
187
197
|
/**
|
|
188
198
|
*
|
|
189
|
-
* @type {Array<
|
|
199
|
+
* @type {Array<DealServiceSimpleItemModel>}
|
|
190
200
|
* @memberof DealModel
|
|
191
201
|
*/
|
|
192
|
-
'dealServices'?: Array<
|
|
202
|
+
'dealServices'?: Array<DealServiceSimpleItemModel> | null;
|
|
193
203
|
/**
|
|
194
204
|
*
|
|
195
205
|
* @type {number}
|
|
@@ -334,5 +344,29 @@ export interface DealModel {
|
|
|
334
344
|
* @memberof DealModel
|
|
335
345
|
*/
|
|
336
346
|
'isMarkedAsFavorite'?: boolean;
|
|
347
|
+
/**
|
|
348
|
+
*
|
|
349
|
+
* @type {FeatureModel}
|
|
350
|
+
* @memberof DealModel
|
|
351
|
+
*/
|
|
352
|
+
'feature'?: FeatureModel;
|
|
353
|
+
/**
|
|
354
|
+
*
|
|
355
|
+
* @type {Array<DealPricingInformationModel>}
|
|
356
|
+
* @memberof DealModel
|
|
357
|
+
*/
|
|
358
|
+
'dealPricingInformationItems'?: Array<DealPricingInformationModel> | null;
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @type {Array<DealTagModel>}
|
|
362
|
+
* @memberof DealModel
|
|
363
|
+
*/
|
|
364
|
+
'dealTags'?: Array<DealTagModel> | null;
|
|
365
|
+
/**
|
|
366
|
+
*
|
|
367
|
+
* @type {Array<DealPriceModel>}
|
|
368
|
+
* @memberof DealModel
|
|
369
|
+
*/
|
|
370
|
+
'dealPrices'?: Array<DealPriceModel> | null;
|
|
337
371
|
}
|
|
338
372
|
//# sourceMappingURL=deal-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-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,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"deal-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
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 { CountrySubDocumentModel } from './country-sub-document-model';
|
|
13
|
+
import { DealPriceOptionDocumentModel } from './deal-price-option-document-model';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DealPriceDocumentModel
|
|
18
|
+
*/
|
|
19
|
+
export interface DealPriceDocumentModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof DealPriceDocumentModel
|
|
24
|
+
*/
|
|
25
|
+
'Id'?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof DealPriceDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
'CurrencyId'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof DealPriceDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'CountryId'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DealPriceDocumentModel
|
|
42
|
+
*/
|
|
43
|
+
'RegularPrice'?: number;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DealPriceDocumentModel
|
|
48
|
+
*/
|
|
49
|
+
'CurrentPrice'?: number;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof DealPriceDocumentModel
|
|
54
|
+
*/
|
|
55
|
+
'DiscountRate'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof DealPriceDocumentModel
|
|
60
|
+
*/
|
|
61
|
+
'IsStandardPrice'?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof DealPriceDocumentModel
|
|
66
|
+
*/
|
|
67
|
+
'Order'?: number;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof DealPriceDocumentModel
|
|
72
|
+
*/
|
|
73
|
+
'CurrencyCode'?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof DealPriceDocumentModel
|
|
78
|
+
*/
|
|
79
|
+
'CurrencySymbol'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {CountrySubDocumentModel}
|
|
83
|
+
* @memberof DealPriceDocumentModel
|
|
84
|
+
*/
|
|
85
|
+
'Country'?: CountrySubDocumentModel;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {Array<DealPriceOptionDocumentModel>}
|
|
89
|
+
* @memberof DealPriceDocumentModel
|
|
90
|
+
*/
|
|
91
|
+
'DealPriceOptions'?: Array<DealPriceOptionDocumentModel> | null;
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=deal-price-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-price-document-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-price-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAElF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,SAAS,CAAC,EAAE,uBAAuB,CAAC;IACpC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CACnE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
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,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
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 { DealPriceOptionModel } from './deal-price-option-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DealPriceModel
|
|
17
|
+
*/
|
|
18
|
+
export interface DealPriceModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DealPriceModel
|
|
23
|
+
*/
|
|
24
|
+
'currencyId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DealPriceModel
|
|
29
|
+
*/
|
|
30
|
+
'countryId'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof DealPriceModel
|
|
35
|
+
*/
|
|
36
|
+
'regularPrice'?: number;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DealPriceModel
|
|
41
|
+
*/
|
|
42
|
+
'currentPrice'?: number;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DealPriceModel
|
|
47
|
+
*/
|
|
48
|
+
'discountRate'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof DealPriceModel
|
|
53
|
+
*/
|
|
54
|
+
'isStandardPrice'?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof DealPriceModel
|
|
59
|
+
*/
|
|
60
|
+
'order'?: number;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof DealPriceModel
|
|
65
|
+
*/
|
|
66
|
+
'id'?: string;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {Array<DealPriceOptionModel>}
|
|
70
|
+
* @memberof DealPriceModel
|
|
71
|
+
*/
|
|
72
|
+
'dealPriceOptions'?: Array<DealPriceOptionModel> | null;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof DealPriceModel
|
|
77
|
+
*/
|
|
78
|
+
'currencyCode'?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof DealPriceModel
|
|
83
|
+
*/
|
|
84
|
+
'currencySymbol'?: string | null;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof DealPriceModel
|
|
89
|
+
*/
|
|
90
|
+
'countryName'?: string | null;
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=deal-price-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-price-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-price-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;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 Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
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,314 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
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 { TranslationItemDocumentModel } from './translation-item-document-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DealPriceOptionDocumentModel
|
|
17
|
+
*/
|
|
18
|
+
export interface DealPriceOptionDocumentModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {TranslationItemDocumentModel}
|
|
22
|
+
* @memberof DealPriceOptionDocumentModel
|
|
23
|
+
*/
|
|
24
|
+
'en'?: TranslationItemDocumentModel;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {TranslationItemDocumentModel}
|
|
28
|
+
* @memberof DealPriceOptionDocumentModel
|
|
29
|
+
*/
|
|
30
|
+
'ru'?: TranslationItemDocumentModel;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {TranslationItemDocumentModel}
|
|
34
|
+
* @memberof DealPriceOptionDocumentModel
|
|
35
|
+
*/
|
|
36
|
+
'zh'?: TranslationItemDocumentModel;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {TranslationItemDocumentModel}
|
|
40
|
+
* @memberof DealPriceOptionDocumentModel
|
|
41
|
+
*/
|
|
42
|
+
'es'?: TranslationItemDocumentModel;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {TranslationItemDocumentModel}
|
|
46
|
+
* @memberof DealPriceOptionDocumentModel
|
|
47
|
+
*/
|
|
48
|
+
'id'?: TranslationItemDocumentModel;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {TranslationItemDocumentModel}
|
|
52
|
+
* @memberof DealPriceOptionDocumentModel
|
|
53
|
+
*/
|
|
54
|
+
'pt'?: TranslationItemDocumentModel;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {TranslationItemDocumentModel}
|
|
58
|
+
* @memberof DealPriceOptionDocumentModel
|
|
59
|
+
*/
|
|
60
|
+
'fr'?: TranslationItemDocumentModel;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {TranslationItemDocumentModel}
|
|
64
|
+
* @memberof DealPriceOptionDocumentModel
|
|
65
|
+
*/
|
|
66
|
+
'vi'?: TranslationItemDocumentModel;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {TranslationItemDocumentModel}
|
|
70
|
+
* @memberof DealPriceOptionDocumentModel
|
|
71
|
+
*/
|
|
72
|
+
'th'?: TranslationItemDocumentModel;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {TranslationItemDocumentModel}
|
|
76
|
+
* @memberof DealPriceOptionDocumentModel
|
|
77
|
+
*/
|
|
78
|
+
'ar'?: TranslationItemDocumentModel;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {TranslationItemDocumentModel}
|
|
82
|
+
* @memberof DealPriceOptionDocumentModel
|
|
83
|
+
*/
|
|
84
|
+
'ko'?: TranslationItemDocumentModel;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {TranslationItemDocumentModel}
|
|
88
|
+
* @memberof DealPriceOptionDocumentModel
|
|
89
|
+
*/
|
|
90
|
+
'bg'?: TranslationItemDocumentModel;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {TranslationItemDocumentModel}
|
|
94
|
+
* @memberof DealPriceOptionDocumentModel
|
|
95
|
+
*/
|
|
96
|
+
'cs'?: TranslationItemDocumentModel;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {TranslationItemDocumentModel}
|
|
100
|
+
* @memberof DealPriceOptionDocumentModel
|
|
101
|
+
*/
|
|
102
|
+
'de'?: TranslationItemDocumentModel;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {TranslationItemDocumentModel}
|
|
106
|
+
* @memberof DealPriceOptionDocumentModel
|
|
107
|
+
*/
|
|
108
|
+
'hi'?: TranslationItemDocumentModel;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {TranslationItemDocumentModel}
|
|
112
|
+
* @memberof DealPriceOptionDocumentModel
|
|
113
|
+
*/
|
|
114
|
+
'hr'?: TranslationItemDocumentModel;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {TranslationItemDocumentModel}
|
|
118
|
+
* @memberof DealPriceOptionDocumentModel
|
|
119
|
+
*/
|
|
120
|
+
'hu'?: TranslationItemDocumentModel;
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @type {TranslationItemDocumentModel}
|
|
124
|
+
* @memberof DealPriceOptionDocumentModel
|
|
125
|
+
*/
|
|
126
|
+
'it'?: TranslationItemDocumentModel;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {TranslationItemDocumentModel}
|
|
130
|
+
* @memberof DealPriceOptionDocumentModel
|
|
131
|
+
*/
|
|
132
|
+
'ja'?: TranslationItemDocumentModel;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {TranslationItemDocumentModel}
|
|
136
|
+
* @memberof DealPriceOptionDocumentModel
|
|
137
|
+
*/
|
|
138
|
+
'kk'?: TranslationItemDocumentModel;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {TranslationItemDocumentModel}
|
|
142
|
+
* @memberof DealPriceOptionDocumentModel
|
|
143
|
+
*/
|
|
144
|
+
'ky'?: TranslationItemDocumentModel;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {TranslationItemDocumentModel}
|
|
148
|
+
* @memberof DealPriceOptionDocumentModel
|
|
149
|
+
*/
|
|
150
|
+
'lt'?: TranslationItemDocumentModel;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @type {TranslationItemDocumentModel}
|
|
154
|
+
* @memberof DealPriceOptionDocumentModel
|
|
155
|
+
*/
|
|
156
|
+
'lv'?: TranslationItemDocumentModel;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @type {TranslationItemDocumentModel}
|
|
160
|
+
* @memberof DealPriceOptionDocumentModel
|
|
161
|
+
*/
|
|
162
|
+
'nl'?: TranslationItemDocumentModel;
|
|
163
|
+
/**
|
|
164
|
+
*
|
|
165
|
+
* @type {TranslationItemDocumentModel}
|
|
166
|
+
* @memberof DealPriceOptionDocumentModel
|
|
167
|
+
*/
|
|
168
|
+
'pl'?: TranslationItemDocumentModel;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @type {TranslationItemDocumentModel}
|
|
172
|
+
* @memberof DealPriceOptionDocumentModel
|
|
173
|
+
*/
|
|
174
|
+
'ro'?: TranslationItemDocumentModel;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @type {TranslationItemDocumentModel}
|
|
178
|
+
* @memberof DealPriceOptionDocumentModel
|
|
179
|
+
*/
|
|
180
|
+
'sl'?: TranslationItemDocumentModel;
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @type {TranslationItemDocumentModel}
|
|
184
|
+
* @memberof DealPriceOptionDocumentModel
|
|
185
|
+
*/
|
|
186
|
+
'sv'?: TranslationItemDocumentModel;
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @type {TranslationItemDocumentModel}
|
|
190
|
+
* @memberof DealPriceOptionDocumentModel
|
|
191
|
+
*/
|
|
192
|
+
'sw'?: TranslationItemDocumentModel;
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @type {TranslationItemDocumentModel}
|
|
196
|
+
* @memberof DealPriceOptionDocumentModel
|
|
197
|
+
*/
|
|
198
|
+
'tr'?: TranslationItemDocumentModel;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @type {TranslationItemDocumentModel}
|
|
202
|
+
* @memberof DealPriceOptionDocumentModel
|
|
203
|
+
*/
|
|
204
|
+
'uk'?: TranslationItemDocumentModel;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @type {TranslationItemDocumentModel}
|
|
208
|
+
* @memberof DealPriceOptionDocumentModel
|
|
209
|
+
*/
|
|
210
|
+
'uz'?: TranslationItemDocumentModel;
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
* @type {TranslationItemDocumentModel}
|
|
214
|
+
* @memberof DealPriceOptionDocumentModel
|
|
215
|
+
*/
|
|
216
|
+
'bn'?: TranslationItemDocumentModel;
|
|
217
|
+
/**
|
|
218
|
+
*
|
|
219
|
+
* @type {TranslationItemDocumentModel}
|
|
220
|
+
* @memberof DealPriceOptionDocumentModel
|
|
221
|
+
*/
|
|
222
|
+
'az'?: TranslationItemDocumentModel;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @type {TranslationItemDocumentModel}
|
|
226
|
+
* @memberof DealPriceOptionDocumentModel
|
|
227
|
+
*/
|
|
228
|
+
'ka'?: TranslationItemDocumentModel;
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @type {TranslationItemDocumentModel}
|
|
232
|
+
* @memberof DealPriceOptionDocumentModel
|
|
233
|
+
*/
|
|
234
|
+
'mn'?: TranslationItemDocumentModel;
|
|
235
|
+
/**
|
|
236
|
+
*
|
|
237
|
+
* @type {TranslationItemDocumentModel}
|
|
238
|
+
* @memberof DealPriceOptionDocumentModel
|
|
239
|
+
*/
|
|
240
|
+
'te'?: TranslationItemDocumentModel;
|
|
241
|
+
/**
|
|
242
|
+
*
|
|
243
|
+
* @type {TranslationItemDocumentModel}
|
|
244
|
+
* @memberof DealPriceOptionDocumentModel
|
|
245
|
+
*/
|
|
246
|
+
'kn'?: TranslationItemDocumentModel;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @type {TranslationItemDocumentModel}
|
|
250
|
+
* @memberof DealPriceOptionDocumentModel
|
|
251
|
+
*/
|
|
252
|
+
'ta'?: TranslationItemDocumentModel;
|
|
253
|
+
/**
|
|
254
|
+
*
|
|
255
|
+
* @type {TranslationItemDocumentModel}
|
|
256
|
+
* @memberof DealPriceOptionDocumentModel
|
|
257
|
+
*/
|
|
258
|
+
'ml'?: TranslationItemDocumentModel;
|
|
259
|
+
/**
|
|
260
|
+
*
|
|
261
|
+
* @type {TranslationItemDocumentModel}
|
|
262
|
+
* @memberof DealPriceOptionDocumentModel
|
|
263
|
+
*/
|
|
264
|
+
'mr'?: TranslationItemDocumentModel;
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @type {TranslationItemDocumentModel}
|
|
268
|
+
* @memberof DealPriceOptionDocumentModel
|
|
269
|
+
*/
|
|
270
|
+
'pa'?: TranslationItemDocumentModel;
|
|
271
|
+
/**
|
|
272
|
+
*
|
|
273
|
+
* @type {TranslationItemDocumentModel}
|
|
274
|
+
* @memberof DealPriceOptionDocumentModel
|
|
275
|
+
*/
|
|
276
|
+
'gu'?: TranslationItemDocumentModel;
|
|
277
|
+
/**
|
|
278
|
+
*
|
|
279
|
+
* @type {TranslationItemDocumentModel}
|
|
280
|
+
* @memberof DealPriceOptionDocumentModel
|
|
281
|
+
*/
|
|
282
|
+
'ur'?: TranslationItemDocumentModel;
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @type {TranslationItemDocumentModel}
|
|
286
|
+
* @memberof DealPriceOptionDocumentModel
|
|
287
|
+
*/
|
|
288
|
+
'or'?: TranslationItemDocumentModel;
|
|
289
|
+
/**
|
|
290
|
+
*
|
|
291
|
+
* @type {string}
|
|
292
|
+
* @memberof DealPriceOptionDocumentModel
|
|
293
|
+
*/
|
|
294
|
+
'Id'?: string | null;
|
|
295
|
+
/**
|
|
296
|
+
*
|
|
297
|
+
* @type {number}
|
|
298
|
+
* @memberof DealPriceOptionDocumentModel
|
|
299
|
+
*/
|
|
300
|
+
'RegularPrice'?: number;
|
|
301
|
+
/**
|
|
302
|
+
*
|
|
303
|
+
* @type {number}
|
|
304
|
+
* @memberof DealPriceOptionDocumentModel
|
|
305
|
+
*/
|
|
306
|
+
'CurrentPrice'?: number;
|
|
307
|
+
/**
|
|
308
|
+
*
|
|
309
|
+
* @type {number}
|
|
310
|
+
* @memberof DealPriceOptionDocumentModel
|
|
311
|
+
*/
|
|
312
|
+
'DiscountRate'?: number;
|
|
313
|
+
}
|
|
314
|
+
//# sourceMappingURL=deal-price-option-document-model.d.ts.map
|