ch-admin-api-client-typescript 5.87.2 → 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.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
package/lib/models/index.js
CHANGED
|
@@ -159,6 +159,7 @@ __exportStar(require("./create-curation-command"), exports);
|
|
|
159
159
|
__exportStar(require("./create-curation-command-translation"), exports);
|
|
160
160
|
__exportStar(require("./create-currency-command"), exports);
|
|
161
161
|
__exportStar(require("./create-deal-command"), exports);
|
|
162
|
+
__exportStar(require("./create-deal-global-setting-included-in-price-command"), exports);
|
|
162
163
|
__exportStar(require("./create-deal-package-command"), exports);
|
|
163
164
|
__exportStar(require("./create-deal-service-command"), exports);
|
|
164
165
|
__exportStar(require("./create-doctor-affiliation-command"), exports);
|
|
@@ -229,15 +230,24 @@ __exportStar(require("./currency-item-model"), exports);
|
|
|
229
230
|
__exportStar(require("./currency-model"), exports);
|
|
230
231
|
__exportStar(require("./dash-board-model"), exports);
|
|
231
232
|
__exportStar(require("./day-of-week"), exports);
|
|
233
|
+
__exportStar(require("./deal-global-setting-excluded-countries-model"), exports);
|
|
234
|
+
__exportStar(require("./deal-global-setting-excluded-country-item-model"), exports);
|
|
235
|
+
__exportStar(require("./deal-global-setting-included-in-price-feature-type"), exports);
|
|
236
|
+
__exportStar(require("./deal-global-setting-included-in-price-item-model"), exports);
|
|
237
|
+
__exportStar(require("./deal-global-setting-included-in-price-model"), exports);
|
|
238
|
+
__exportStar(require("./deal-global-setting-included-in-prices-model"), exports);
|
|
239
|
+
__exportStar(require("./deal-global-setting-model"), exports);
|
|
232
240
|
__exportStar(require("./deal-item-model"), exports);
|
|
233
241
|
__exportStar(require("./deal-item-simple-model"), exports);
|
|
234
242
|
__exportStar(require("./deal-model"), exports);
|
|
235
243
|
__exportStar(require("./deal-package-item-model"), exports);
|
|
236
244
|
__exportStar(require("./deal-package-model"), exports);
|
|
237
245
|
__exportStar(require("./deal-packages-model"), exports);
|
|
246
|
+
__exportStar(require("./deal-review-status"), exports);
|
|
238
247
|
__exportStar(require("./deal-service-item-model"), exports);
|
|
239
248
|
__exportStar(require("./deal-service-model"), exports);
|
|
240
249
|
__exportStar(require("./deal-services-model"), exports);
|
|
250
|
+
__exportStar(require("./deal-target-gender"), exports);
|
|
241
251
|
__exportStar(require("./deals-model"), exports);
|
|
242
252
|
__exportStar(require("./deals-simple-model"), exports);
|
|
243
253
|
__exportStar(require("./delete-deal-package-appointment-timetable-overrides-command"), exports);
|
|
@@ -443,6 +453,7 @@ __exportStar(require("./page-section-model"), exports);
|
|
|
443
453
|
__exportStar(require("./paged-list-meta-data"), exports);
|
|
444
454
|
__exportStar(require("./patch-article-command"), exports);
|
|
445
455
|
__exportStar(require("./patch-deal-command"), exports);
|
|
456
|
+
__exportStar(require("./patch-deal-global-setting-command"), exports);
|
|
446
457
|
__exportStar(require("./patch-doctor-affiliation-command"), exports);
|
|
447
458
|
__exportStar(require("./patch-general-article-command"), exports);
|
|
448
459
|
__exportStar(require("./patch-hospital-command"), exports);
|
|
@@ -627,6 +638,7 @@ __exportStar(require("./update-curation-command"), exports);
|
|
|
627
638
|
__exportStar(require("./update-curation-command-translation"), exports);
|
|
628
639
|
__exportStar(require("./update-currency-command"), exports);
|
|
629
640
|
__exportStar(require("./update-deal-command"), exports);
|
|
641
|
+
__exportStar(require("./update-deal-global-setting-included-in-price-command"), exports);
|
|
630
642
|
__exportStar(require("./update-deal-package-command"), exports);
|
|
631
643
|
__exportStar(require("./update-deal-service-command"), exports);
|
|
632
644
|
__exportStar(require("./update-doctor-affiliation-command"), exports);
|
|
@@ -28,49 +28,49 @@ export interface ManagerItemModel {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof ManagerItemModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'firstName'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof ManagerItemModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'lastName'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof ManagerItemModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'fullname'?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof ManagerItemModel
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'photo'?: string | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof ManagerItemModel
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'photoThumbnail'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof ManagerItemModel
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'userName'?: string | null;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof ManagerItemModel
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'phone'?: string | null;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof ManagerItemModel
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'email'?: string | null;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {Gender}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manager-item-model.d.ts","sourceRoot":"","sources":["../../src/models/manager-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"manager-item-model.d.ts","sourceRoot":"","sources":["../../src/models/manager-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC"}
|
|
@@ -30,49 +30,49 @@ export interface ManagerModel {
|
|
|
30
30
|
* @type {string}
|
|
31
31
|
* @memberof ManagerModel
|
|
32
32
|
*/
|
|
33
|
-
'
|
|
33
|
+
'firstName'?: string | null;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof ManagerModel
|
|
38
38
|
*/
|
|
39
|
-
'
|
|
39
|
+
'lastName'?: string | null;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {string}
|
|
43
43
|
* @memberof ManagerModel
|
|
44
44
|
*/
|
|
45
|
-
'
|
|
45
|
+
'fullname'?: string | null;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof ManagerModel
|
|
50
50
|
*/
|
|
51
|
-
'
|
|
51
|
+
'photo'?: string | null;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* @type {string}
|
|
55
55
|
* @memberof ManagerModel
|
|
56
56
|
*/
|
|
57
|
-
'
|
|
57
|
+
'photoThumbnail'?: string | null;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
60
|
* @type {string}
|
|
61
61
|
* @memberof ManagerModel
|
|
62
62
|
*/
|
|
63
|
-
'
|
|
63
|
+
'userName'?: string | null;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
66
|
* @type {string}
|
|
67
67
|
* @memberof ManagerModel
|
|
68
68
|
*/
|
|
69
|
-
'
|
|
69
|
+
'phone'?: string | null;
|
|
70
70
|
/**
|
|
71
71
|
*
|
|
72
72
|
* @type {string}
|
|
73
73
|
* @memberof ManagerModel
|
|
74
74
|
*/
|
|
75
|
-
'
|
|
75
|
+
'email'?: string | null;
|
|
76
76
|
/**
|
|
77
77
|
*
|
|
78
78
|
* @type {Gender}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manager-model.d.ts","sourceRoot":"","sources":["../../src/models/manager-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAG/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"manager-model.d.ts","sourceRoot":"","sources":["../../src/models/manager-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAG/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;CAC9D"}
|
|
@@ -64,6 +64,7 @@ export declare const NotificationCode: {
|
|
|
64
64
|
readonly UnassignedNotification: "UnassignedNotification";
|
|
65
65
|
readonly AssignedNotification: "AssignedNotification";
|
|
66
66
|
readonly AutoAgentRemoval: "AutoAgentRemoval";
|
|
67
|
+
readonly ChangedConsultStatus: "ChangedConsultStatus";
|
|
67
68
|
readonly ForceSignOut: "ForceSignOut";
|
|
68
69
|
};
|
|
69
70
|
export type NotificationCode = typeof NotificationCode[keyof typeof NotificationCode];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification-code.d.ts","sourceRoot":"","sources":["../../src/models/notification-code.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"notification-code.d.ts","sourceRoot":"","sources":["../../src/models/notification-code.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -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
|
*
|
|
@@ -64,6 +65,18 @@ export interface PatchDealCommand {
|
|
|
64
65
|
* @memberof PatchDealCommand
|
|
65
66
|
*/
|
|
66
67
|
'markdown'?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof PatchDealCommand
|
|
72
|
+
*/
|
|
73
|
+
'dealName'?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof PatchDealCommand
|
|
78
|
+
*/
|
|
79
|
+
'precautions'?: string | null;
|
|
67
80
|
/**
|
|
68
81
|
*
|
|
69
82
|
* @type {MarketingType}
|
|
@@ -100,5 +113,47 @@ export interface PatchDealCommand {
|
|
|
100
113
|
* @memberof PatchDealCommand
|
|
101
114
|
*/
|
|
102
115
|
'confirmed'?: boolean | null;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {Date}
|
|
119
|
+
* @memberof PatchDealCommand
|
|
120
|
+
*/
|
|
121
|
+
'dealOpenDate'?: Date | null;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {Date}
|
|
125
|
+
* @memberof PatchDealCommand
|
|
126
|
+
*/
|
|
127
|
+
'dealCloseDate'?: Date | null;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {boolean}
|
|
131
|
+
* @memberof PatchDealCommand
|
|
132
|
+
*/
|
|
133
|
+
'published'?: boolean | null;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {DealTargetGender}
|
|
137
|
+
* @memberof PatchDealCommand
|
|
138
|
+
*/
|
|
139
|
+
'targetGender'?: DealTargetGender;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {number}
|
|
143
|
+
* @memberof PatchDealCommand
|
|
144
|
+
*/
|
|
145
|
+
'treatmentTimeMinimum'?: number | null;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {number}
|
|
149
|
+
* @memberof PatchDealCommand
|
|
150
|
+
*/
|
|
151
|
+
'treatmentTimeMaximum'?: number | null;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {number}
|
|
155
|
+
* @memberof PatchDealCommand
|
|
156
|
+
*/
|
|
157
|
+
'hospitalizationDays'?: number | null;
|
|
103
158
|
}
|
|
104
159
|
//# sourceMappingURL=patch-deal-command.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/patch-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;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,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,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,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"patch-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/patch-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,gBAAgB;IAC7B;;;;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,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,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,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,eAAe,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B;;;;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;CACzC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 PatchDealGlobalSettingCommand
|
|
16
|
+
*/
|
|
17
|
+
export interface PatchDealGlobalSettingCommand {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PatchDealGlobalSettingCommand
|
|
22
|
+
*/
|
|
23
|
+
'discountRateLimit'?: number | null;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=patch-deal-global-setting-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-deal-global-setting-command.d.ts","sourceRoot":"","sources":["../../src/models/patch-deal-global-setting-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvC"}
|
|
@@ -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 });
|
|
@@ -28,49 +28,49 @@ export interface PatientItemModel {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof PatientItemModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'firstName'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof PatientItemModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'lastName'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof PatientItemModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'fullname'?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof PatientItemModel
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'photo'?: string | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof PatientItemModel
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'photoThumbnail'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof PatientItemModel
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'userName'?: string | null;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof PatientItemModel
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'phone'?: string | null;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof PatientItemModel
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'email'?: string | null;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {Gender}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"patient-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -28,49 +28,49 @@ export interface PatientManagerItemModel {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof PatientManagerItemModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'firstName'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof PatientManagerItemModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'lastName'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof PatientManagerItemModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'fullname'?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof PatientManagerItemModel
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'photo'?: string | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof PatientManagerItemModel
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'photoThumbnail'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof PatientManagerItemModel
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'userName'?: string | null;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof PatientManagerItemModel
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'phone'?: string | null;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof PatientManagerItemModel
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'email'?: string | null;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {Gender}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient-manager-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-manager-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"patient-manager-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-manager-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -29,49 +29,49 @@ export interface PatientManagerModel {
|
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof PatientManagerModel
|
|
31
31
|
*/
|
|
32
|
-
'
|
|
32
|
+
'firstName'?: string | null;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
35
|
* @type {string}
|
|
36
36
|
* @memberof PatientManagerModel
|
|
37
37
|
*/
|
|
38
|
-
'
|
|
38
|
+
'lastName'?: string | null;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @type {string}
|
|
42
42
|
* @memberof PatientManagerModel
|
|
43
43
|
*/
|
|
44
|
-
'
|
|
44
|
+
'fullname'?: string | null;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @type {string}
|
|
48
48
|
* @memberof PatientManagerModel
|
|
49
49
|
*/
|
|
50
|
-
'
|
|
50
|
+
'photo'?: string | null;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
53
|
* @type {string}
|
|
54
54
|
* @memberof PatientManagerModel
|
|
55
55
|
*/
|
|
56
|
-
'
|
|
56
|
+
'photoThumbnail'?: string | null;
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof PatientManagerModel
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'userName'?: string | null;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {string}
|
|
66
66
|
* @memberof PatientManagerModel
|
|
67
67
|
*/
|
|
68
|
-
'
|
|
68
|
+
'phone'?: string | null;
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
71
|
* @type {string}
|
|
72
72
|
* @memberof PatientManagerModel
|
|
73
73
|
*/
|
|
74
|
-
'
|
|
74
|
+
'email'?: string | null;
|
|
75
75
|
/**
|
|
76
76
|
*
|
|
77
77
|
* @type {Gender}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient-manager-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-manager-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"patient-manager-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-manager-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;CACjD"}
|
|
@@ -29,49 +29,49 @@ export interface PatientModel {
|
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof PatientModel
|
|
31
31
|
*/
|
|
32
|
-
'
|
|
32
|
+
'firstName'?: string | null;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
35
|
* @type {string}
|
|
36
36
|
* @memberof PatientModel
|
|
37
37
|
*/
|
|
38
|
-
'
|
|
38
|
+
'lastName'?: string | null;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @type {string}
|
|
42
42
|
* @memberof PatientModel
|
|
43
43
|
*/
|
|
44
|
-
'
|
|
44
|
+
'fullname'?: string | null;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @type {string}
|
|
48
48
|
* @memberof PatientModel
|
|
49
49
|
*/
|
|
50
|
-
'
|
|
50
|
+
'photo'?: string | null;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
53
|
* @type {string}
|
|
54
54
|
* @memberof PatientModel
|
|
55
55
|
*/
|
|
56
|
-
'
|
|
56
|
+
'photoThumbnail'?: string | null;
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof PatientModel
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'userName'?: string | null;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {string}
|
|
66
66
|
* @memberof PatientModel
|
|
67
67
|
*/
|
|
68
|
-
'
|
|
68
|
+
'phone'?: string | null;
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
71
|
* @type {string}
|
|
72
72
|
* @memberof PatientModel
|
|
73
73
|
*/
|
|
74
|
-
'
|
|
74
|
+
'email'?: string | null;
|
|
75
75
|
/**
|
|
76
76
|
*
|
|
77
77
|
* @type {Gender}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"patient-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAChD"}
|