ch-admin-api-client-typescript 5.12.21 → 5.13.2
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/countries-api.d.ts +56 -0
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +90 -0
- package/lib/api/dev-supports-api.d.ts +12 -12
- package/lib/api/dev-supports-api.js +9 -9
- package/lib/models/appointment-option-input-model.d.ts +6 -0
- package/lib/models/appointment-option-input-model.d.ts.map +1 -1
- package/lib/models/appointment-option-model.d.ts +6 -0
- package/lib/models/appointment-option-model.d.ts.map +1 -1
- package/lib/models/appointment-timetable-model.d.ts +18 -0
- package/lib/models/appointment-timetable-model.d.ts.map +1 -1
- package/lib/models/appointment-timetable-override-model.d.ts +18 -0
- package/lib/models/appointment-timetable-override-model.d.ts.map +1 -1
- package/lib/models/batch-add-appointment-timetable-model.d.ts +18 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts.map +1 -1
- package/lib/models/batch-update-appointment-timetable-model.d.ts +18 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts.map +1 -1
- package/lib/models/create-service-review-command.d.ts +6 -0
- package/lib/models/create-service-review-command.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts +18 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts.map +1 -1
- package/lib/models/service-review-item-model.d.ts +6 -0
- package/lib/models/service-review-item-model.d.ts.map +1 -1
- package/lib/models/service-review-model.d.ts +6 -0
- package/lib/models/service-review-model.d.ts.map +1 -1
- package/lib/models/translate-country-command.d.ts +44 -0
- package/lib/models/translate-country-command.d.ts.map +1 -0
- package/lib/models/translate-country-command.js +15 -0
- package/lib/models/translation-target-entities.d.ts +3 -0
- package/lib/models/translation-target-entities.d.ts.map +1 -1
- package/lib/models/translation-target-entities.js +4 -1
- package/lib/models/update-service-review-command.d.ts +6 -0
- package/lib/models/update-service-review-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +1 -0
- package/src/api/countries-api.ts +100 -0
- package/src/api/dev-supports-api.ts +12 -12
- package/src/models/appointment-option-input-model.ts +6 -0
- package/src/models/appointment-option-model.ts +6 -0
- package/src/models/appointment-timetable-model.ts +18 -0
- package/src/models/appointment-timetable-override-model.ts +18 -0
- package/src/models/batch-add-appointment-timetable-model.ts +18 -0
- package/src/models/batch-update-appointment-timetable-model.ts +18 -0
- package/src/models/create-service-review-command.ts +6 -0
- package/src/models/index.ts +1 -0
- package/src/models/save-appointment-timetable-override-model.ts +18 -0
- package/src/models/service-review-item-model.ts +6 -0
- package/src/models/service-review-model.ts +6 -0
- package/src/models/translate-country-command.ts +51 -0
- package/src/models/translation-target-entities.ts +4 -1
- package/src/models/update-service-review-command.ts +6 -0
|
@@ -39,5 +39,23 @@ export interface SaveAppointmentTimetableOverrideModel {
|
|
|
39
39
|
* @memberof SaveAppointmentTimetableOverrideModel
|
|
40
40
|
*/
|
|
41
41
|
'isUnavailable'?: boolean | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
46
|
+
*/
|
|
47
|
+
'isOnline'?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
52
|
+
*/
|
|
53
|
+
'isOffline'?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
58
|
+
*/
|
|
59
|
+
'quantity'?: number | null;
|
|
42
60
|
}
|
|
43
61
|
//# sourceMappingURL=save-appointment-timetable-override-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"save-appointment-timetable-override-model.d.ts","sourceRoot":"","sources":["../../src/models/save-appointment-timetable-override-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"save-appointment-timetable-override-model.d.ts","sourceRoot":"","sources":["../../src/models/save-appointment-timetable-override-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
|
|
@@ -90,6 +90,12 @@ export interface ServiceReviewItemModel {
|
|
|
90
90
|
* @memberof ServiceReviewItemModel
|
|
91
91
|
*/
|
|
92
92
|
'patientName'?: string | null;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof ServiceReviewItemModel
|
|
97
|
+
*/
|
|
98
|
+
'displayPatientName'?: string | null;
|
|
93
99
|
/**
|
|
94
100
|
*
|
|
95
101
|
* @type {boolean}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-review-item-model.d.ts","sourceRoot":"","sources":["../../src/models/service-review-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;CACvC"}
|
|
1
|
+
{"version":3,"file":"service-review-item-model.d.ts","sourceRoot":"","sources":["../../src/models/service-review-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;CACvC"}
|
|
@@ -90,6 +90,12 @@ export interface ServiceReviewModel {
|
|
|
90
90
|
* @memberof ServiceReviewModel
|
|
91
91
|
*/
|
|
92
92
|
'patientName'?: string | null;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof ServiceReviewModel
|
|
97
|
+
*/
|
|
98
|
+
'displayPatientName'?: string | null;
|
|
93
99
|
/**
|
|
94
100
|
*
|
|
95
101
|
* @type {boolean}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-review-model.d.ts","sourceRoot":"","sources":["../../src/models/service-review-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;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"}
|
|
1
|
+
{"version":3,"file":"service-review-model.d.ts","sourceRoot":"","sources":["../../src/models/service-review-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;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,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { TranslateAllOptions } from './translate-all-options';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TranslateCountryCommand
|
|
17
|
+
*/
|
|
18
|
+
export interface TranslateCountryCommand {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof TranslateCountryCommand
|
|
23
|
+
*/
|
|
24
|
+
'basisLanguageCode'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {TranslateAllOptions}
|
|
28
|
+
* @memberof TranslateCountryCommand
|
|
29
|
+
*/
|
|
30
|
+
'translationOption'?: TranslateAllOptions;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<string>}
|
|
34
|
+
* @memberof TranslateCountryCommand
|
|
35
|
+
*/
|
|
36
|
+
'translateToLanguageCodes'?: Array<string> | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Array<string>}
|
|
40
|
+
* @memberof TranslateCountryCommand
|
|
41
|
+
*/
|
|
42
|
+
'translateToFields'?: Array<string> | null;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=translate-country-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translate-country-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-country-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -19,6 +19,9 @@ export declare const TranslationTargetEntities: {
|
|
|
19
19
|
readonly Specialty: "Specialty";
|
|
20
20
|
readonly HospitalSpecialty: "HospitalSpecialty";
|
|
21
21
|
readonly HospitalService: "HospitalService";
|
|
22
|
+
readonly Country: "Country";
|
|
23
|
+
readonly Hospital: "Hospital";
|
|
24
|
+
readonly DoctorAffiliation: "DoctorAffiliation";
|
|
22
25
|
};
|
|
23
26
|
export type TranslationTargetEntities = typeof TranslationTargetEntities[keyof typeof TranslationTargetEntities];
|
|
24
27
|
//# sourceMappingURL=translation-target-entities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translation-target-entities.d.ts","sourceRoot":"","sources":["../../src/models/translation-target-entities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"translation-target-entities.d.ts","sourceRoot":"","sources":["../../src/models/translation-target-entities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;CAQ5B,CAAC;AAEX,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -23,5 +23,8 @@ exports.TranslationTargetEntities = {
|
|
|
23
23
|
SpecialtyType: 'SpecialtyType',
|
|
24
24
|
Specialty: 'Specialty',
|
|
25
25
|
HospitalSpecialty: 'HospitalSpecialty',
|
|
26
|
-
HospitalService: 'HospitalService'
|
|
26
|
+
HospitalService: 'HospitalService',
|
|
27
|
+
Country: 'Country',
|
|
28
|
+
Hospital: 'Hospital',
|
|
29
|
+
DoctorAffiliation: 'DoctorAffiliation'
|
|
27
30
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-service-review-command.d.ts","sourceRoot":"","sources":["../../src/models/update-service-review-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
1
|
+
{"version":3,"file":"update-service-review-command.d.ts","sourceRoot":"","sources":["../../src/models/update-service-review-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
package/package.json
CHANGED
|
@@ -497,6 +497,7 @@ models/transfer-number-command.ts
|
|
|
497
497
|
models/transfer-number-result.ts
|
|
498
498
|
models/translate-all-options.ts
|
|
499
499
|
models/translate-command.ts
|
|
500
|
+
models/translate-country-command.ts
|
|
500
501
|
models/translate-doctor-affiliation-command.ts
|
|
501
502
|
models/translate-hospital-command.ts
|
|
502
503
|
models/translate-hospital-service-command.ts
|
package/src/api/countries-api.ts
CHANGED
|
@@ -37,6 +37,8 @@ import { MediasModel } from '../models';
|
|
|
37
37
|
// @ts-ignore
|
|
38
38
|
import { ProblemDetails } from '../models';
|
|
39
39
|
// @ts-ignore
|
|
40
|
+
import { TranslateCountryCommand } from '../models';
|
|
41
|
+
// @ts-ignore
|
|
40
42
|
import { UpdateCountryCommand } from '../models';
|
|
41
43
|
// @ts-ignore
|
|
42
44
|
import { UpdateMediaCommand } from '../models';
|
|
@@ -497,6 +499,48 @@ export const CountriesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
497
499
|
options: localVarRequestOptions,
|
|
498
500
|
};
|
|
499
501
|
},
|
|
502
|
+
/**
|
|
503
|
+
*
|
|
504
|
+
* @summary Translate country
|
|
505
|
+
* @param {string} countryId
|
|
506
|
+
* @param {TranslateCountryCommand} [translateCountryCommand]
|
|
507
|
+
* @param {*} [options] Override http request option.
|
|
508
|
+
* @throws {RequiredError}
|
|
509
|
+
*/
|
|
510
|
+
apiV1CountriesCountryIdTranslatePost: async (countryId: string, translateCountryCommand?: TranslateCountryCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
511
|
+
// verify required parameter 'countryId' is not null or undefined
|
|
512
|
+
assertParamExists('apiV1CountriesCountryIdTranslatePost', 'countryId', countryId)
|
|
513
|
+
const localVarPath = `/api/v1/countries/{countryId}/translate`
|
|
514
|
+
.replace(`{${"countryId"}}`, encodeURIComponent(String(countryId)));
|
|
515
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
516
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
517
|
+
let baseOptions;
|
|
518
|
+
if (configuration) {
|
|
519
|
+
baseOptions = configuration.baseOptions;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
523
|
+
const localVarHeaderParameter = {} as any;
|
|
524
|
+
const localVarQueryParameter = {} as any;
|
|
525
|
+
|
|
526
|
+
// authentication oauth2 required
|
|
527
|
+
// oauth required
|
|
528
|
+
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
533
|
+
|
|
534
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
535
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
536
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
537
|
+
localVarRequestOptions.data = serializeDataIfNeeded(translateCountryCommand, localVarRequestOptions, configuration)
|
|
538
|
+
|
|
539
|
+
return {
|
|
540
|
+
url: toPathString(localVarUrlObj),
|
|
541
|
+
options: localVarRequestOptions,
|
|
542
|
+
};
|
|
543
|
+
},
|
|
500
544
|
/**
|
|
501
545
|
*
|
|
502
546
|
* @summary Get all countries.
|
|
@@ -801,6 +845,18 @@ export const CountriesApiFp = function(configuration?: Configuration) {
|
|
|
801
845
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1CountriesCountryIdRevalidatePost(countryId, includeCurrent, options);
|
|
802
846
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
803
847
|
},
|
|
848
|
+
/**
|
|
849
|
+
*
|
|
850
|
+
* @summary Translate country
|
|
851
|
+
* @param {string} countryId
|
|
852
|
+
* @param {TranslateCountryCommand} [translateCountryCommand]
|
|
853
|
+
* @param {*} [options] Override http request option.
|
|
854
|
+
* @throws {RequiredError}
|
|
855
|
+
*/
|
|
856
|
+
async apiV1CountriesCountryIdTranslatePost(countryId: string, translateCountryCommand?: TranslateCountryCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
857
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1CountriesCountryIdTranslatePost(countryId, translateCountryCommand, options);
|
|
858
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
859
|
+
},
|
|
804
860
|
/**
|
|
805
861
|
*
|
|
806
862
|
* @summary Get all countries.
|
|
@@ -969,6 +1025,17 @@ export const CountriesApiFactory = function (configuration?: Configuration, base
|
|
|
969
1025
|
apiV1CountriesCountryIdRevalidatePost(countryId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean> {
|
|
970
1026
|
return localVarFp.apiV1CountriesCountryIdRevalidatePost(countryId, includeCurrent, options).then((request) => request(axios, basePath));
|
|
971
1027
|
},
|
|
1028
|
+
/**
|
|
1029
|
+
*
|
|
1030
|
+
* @summary Translate country
|
|
1031
|
+
* @param {string} countryId
|
|
1032
|
+
* @param {TranslateCountryCommand} [translateCountryCommand]
|
|
1033
|
+
* @param {*} [options] Override http request option.
|
|
1034
|
+
* @throws {RequiredError}
|
|
1035
|
+
*/
|
|
1036
|
+
apiV1CountriesCountryIdTranslatePost(countryId: string, translateCountryCommand?: TranslateCountryCommand, options?: any): AxiosPromise<boolean> {
|
|
1037
|
+
return localVarFp.apiV1CountriesCountryIdTranslatePost(countryId, translateCountryCommand, options).then((request) => request(axios, basePath));
|
|
1038
|
+
},
|
|
972
1039
|
/**
|
|
973
1040
|
*
|
|
974
1041
|
* @summary Get all countries.
|
|
@@ -1257,6 +1324,27 @@ export interface CountriesApiApiV1CountriesCountryIdRevalidatePostRequest {
|
|
|
1257
1324
|
readonly includeCurrent?: boolean
|
|
1258
1325
|
}
|
|
1259
1326
|
|
|
1327
|
+
/**
|
|
1328
|
+
* Request parameters for apiV1CountriesCountryIdTranslatePost operation in CountriesApi.
|
|
1329
|
+
* @export
|
|
1330
|
+
* @interface CountriesApiApiV1CountriesCountryIdTranslatePostRequest
|
|
1331
|
+
*/
|
|
1332
|
+
export interface CountriesApiApiV1CountriesCountryIdTranslatePostRequest {
|
|
1333
|
+
/**
|
|
1334
|
+
*
|
|
1335
|
+
* @type {string}
|
|
1336
|
+
* @memberof CountriesApiApiV1CountriesCountryIdTranslatePost
|
|
1337
|
+
*/
|
|
1338
|
+
readonly countryId: string
|
|
1339
|
+
|
|
1340
|
+
/**
|
|
1341
|
+
*
|
|
1342
|
+
* @type {TranslateCountryCommand}
|
|
1343
|
+
* @memberof CountriesApiApiV1CountriesCountryIdTranslatePost
|
|
1344
|
+
*/
|
|
1345
|
+
readonly translateCountryCommand?: TranslateCountryCommand
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1260
1348
|
/**
|
|
1261
1349
|
* Request parameters for apiV1CountriesGet operation in CountriesApi.
|
|
1262
1350
|
* @export
|
|
@@ -1496,6 +1584,18 @@ export class CountriesApi extends BaseAPI {
|
|
|
1496
1584
|
return CountriesApiFp(this.configuration).apiV1CountriesCountryIdRevalidatePost(requestParameters.countryId, requestParameters.includeCurrent, options).then((request) => request(this.axios, this.basePath));
|
|
1497
1585
|
}
|
|
1498
1586
|
|
|
1587
|
+
/**
|
|
1588
|
+
*
|
|
1589
|
+
* @summary Translate country
|
|
1590
|
+
* @param {CountriesApiApiV1CountriesCountryIdTranslatePostRequest} requestParameters Request parameters.
|
|
1591
|
+
* @param {*} [options] Override http request option.
|
|
1592
|
+
* @throws {RequiredError}
|
|
1593
|
+
* @memberof CountriesApi
|
|
1594
|
+
*/
|
|
1595
|
+
public apiV1CountriesCountryIdTranslatePost(requestParameters: CountriesApiApiV1CountriesCountryIdTranslatePostRequest, options?: AxiosRequestConfig) {
|
|
1596
|
+
return CountriesApiFp(this.configuration).apiV1CountriesCountryIdTranslatePost(requestParameters.countryId, requestParameters.translateCountryCommand, options).then((request) => request(this.axios, this.basePath));
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1499
1599
|
/**
|
|
1500
1600
|
*
|
|
1501
1601
|
* @summary Get all countries.
|
|
@@ -35,10 +35,10 @@ export const DevSupportsApiAxiosParamCreator = function (configuration?: Configu
|
|
|
35
35
|
* @summary Find missing translated content, translate all found contents
|
|
36
36
|
* @param {TranslationTargetEntities} targetEntity
|
|
37
37
|
* @param {string} basisLanguageCode
|
|
38
|
-
* @param {Array<string>} [translateToFields]
|
|
38
|
+
* @param {Array<string>} [translateToFields] Set name of fields to translate; All fields try translate if list is null or empty.
|
|
39
39
|
* @param {string} [id]
|
|
40
|
-
* @param {boolean} [includesAllEntries]
|
|
41
|
-
* @param {boolean} [isDryRun]
|
|
40
|
+
* @param {boolean} [includesAllEntries] Represents whether only to proceed target items that need to be translated. If true, translate also items that have already been translated. (Default: false)
|
|
41
|
+
* @param {boolean} [isDryRun] Default: true
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
@@ -113,10 +113,10 @@ export const DevSupportsApiFp = function(configuration?: Configuration) {
|
|
|
113
113
|
* @summary Find missing translated content, translate all found contents
|
|
114
114
|
* @param {TranslationTargetEntities} targetEntity
|
|
115
115
|
* @param {string} basisLanguageCode
|
|
116
|
-
* @param {Array<string>} [translateToFields]
|
|
116
|
+
* @param {Array<string>} [translateToFields] Set name of fields to translate; All fields try translate if list is null or empty.
|
|
117
117
|
* @param {string} [id]
|
|
118
|
-
* @param {boolean} [includesAllEntries]
|
|
119
|
-
* @param {boolean} [isDryRun]
|
|
118
|
+
* @param {boolean} [includesAllEntries] Represents whether only to proceed target items that need to be translated. If true, translate also items that have already been translated. (Default: false)
|
|
119
|
+
* @param {boolean} [isDryRun] Default: true
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
121
121
|
* @throws {RequiredError}
|
|
122
122
|
*/
|
|
@@ -139,10 +139,10 @@ export const DevSupportsApiFactory = function (configuration?: Configuration, ba
|
|
|
139
139
|
* @summary Find missing translated content, translate all found contents
|
|
140
140
|
* @param {TranslationTargetEntities} targetEntity
|
|
141
141
|
* @param {string} basisLanguageCode
|
|
142
|
-
* @param {Array<string>} [translateToFields]
|
|
142
|
+
* @param {Array<string>} [translateToFields] Set name of fields to translate; All fields try translate if list is null or empty.
|
|
143
143
|
* @param {string} [id]
|
|
144
|
-
* @param {boolean} [includesAllEntries]
|
|
145
|
-
* @param {boolean} [isDryRun]
|
|
144
|
+
* @param {boolean} [includesAllEntries] Represents whether only to proceed target items that need to be translated. If true, translate also items that have already been translated. (Default: false)
|
|
145
|
+
* @param {boolean} [isDryRun] Default: true
|
|
146
146
|
* @param {*} [options] Override http request option.
|
|
147
147
|
* @throws {RequiredError}
|
|
148
148
|
*/
|
|
@@ -173,7 +173,7 @@ export interface DevSupportsApiApiV1DevsupportsTranslatePostRequest {
|
|
|
173
173
|
readonly basisLanguageCode: string
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
*
|
|
176
|
+
* Set name of fields to translate; All fields try translate if list is null or empty.
|
|
177
177
|
* @type {Array<string>}
|
|
178
178
|
* @memberof DevSupportsApiApiV1DevsupportsTranslatePost
|
|
179
179
|
*/
|
|
@@ -187,14 +187,14 @@ export interface DevSupportsApiApiV1DevsupportsTranslatePostRequest {
|
|
|
187
187
|
readonly id?: string
|
|
188
188
|
|
|
189
189
|
/**
|
|
190
|
-
*
|
|
190
|
+
* Represents whether only to proceed target items that need to be translated. If true, translate also items that have already been translated. (Default: false)
|
|
191
191
|
* @type {boolean}
|
|
192
192
|
* @memberof DevSupportsApiApiV1DevsupportsTranslatePost
|
|
193
193
|
*/
|
|
194
194
|
readonly includesAllEntries?: boolean
|
|
195
195
|
|
|
196
196
|
/**
|
|
197
|
-
*
|
|
197
|
+
* Default: true
|
|
198
198
|
* @type {boolean}
|
|
199
199
|
* @memberof DevSupportsApiApiV1DevsupportsTranslatePost
|
|
200
200
|
*/
|
|
@@ -44,6 +44,12 @@ export interface AppointmentOptionInputModel {
|
|
|
44
44
|
* @memberof AppointmentOptionInputModel
|
|
45
45
|
*/
|
|
46
46
|
'useTimetable'?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {boolean}
|
|
50
|
+
* @memberof AppointmentOptionInputModel
|
|
51
|
+
*/
|
|
52
|
+
'useAutoGeneratedTimeSlot'?: boolean;
|
|
47
53
|
/**
|
|
48
54
|
*
|
|
49
55
|
* @type {number}
|
|
@@ -50,6 +50,12 @@ export interface AppointmentOptionModel {
|
|
|
50
50
|
* @memberof AppointmentOptionModel
|
|
51
51
|
*/
|
|
52
52
|
'useTimetable'?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof AppointmentOptionModel
|
|
57
|
+
*/
|
|
58
|
+
'useAutoGeneratedTimeSlot'?: boolean;
|
|
53
59
|
/**
|
|
54
60
|
*
|
|
55
61
|
* @type {number}
|
|
@@ -47,5 +47,23 @@ export interface AppointmentTimetableModel {
|
|
|
47
47
|
* @memberof AppointmentTimetableModel
|
|
48
48
|
*/
|
|
49
49
|
'end'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof AppointmentTimetableModel
|
|
54
|
+
*/
|
|
55
|
+
'isOnline'?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof AppointmentTimetableModel
|
|
60
|
+
*/
|
|
61
|
+
'isOffline'?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof AppointmentTimetableModel
|
|
66
|
+
*/
|
|
67
|
+
'quantity'?: number;
|
|
50
68
|
}
|
|
51
69
|
|
|
@@ -59,5 +59,23 @@ export interface AppointmentTimetableOverrideModel {
|
|
|
59
59
|
* @memberof AppointmentTimetableOverrideModel
|
|
60
60
|
*/
|
|
61
61
|
'isUnavailable'?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof AppointmentTimetableOverrideModel
|
|
66
|
+
*/
|
|
67
|
+
'isOnline'?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {boolean}
|
|
71
|
+
* @memberof AppointmentTimetableOverrideModel
|
|
72
|
+
*/
|
|
73
|
+
'isOffline'?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof AppointmentTimetableOverrideModel
|
|
78
|
+
*/
|
|
79
|
+
'quantity'?: number;
|
|
62
80
|
}
|
|
63
81
|
|
|
@@ -41,5 +41,23 @@ export interface BatchAddAppointmentTimetableModel {
|
|
|
41
41
|
* @memberof BatchAddAppointmentTimetableModel
|
|
42
42
|
*/
|
|
43
43
|
'end'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof BatchAddAppointmentTimetableModel
|
|
48
|
+
*/
|
|
49
|
+
'isOnline'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof BatchAddAppointmentTimetableModel
|
|
54
|
+
*/
|
|
55
|
+
'isOffline'?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof BatchAddAppointmentTimetableModel
|
|
60
|
+
*/
|
|
61
|
+
'quantity'?: number | null;
|
|
44
62
|
}
|
|
45
63
|
|
|
@@ -41,6 +41,24 @@ export interface BatchUpdateAppointmentTimetableModel {
|
|
|
41
41
|
* @memberof BatchUpdateAppointmentTimetableModel
|
|
42
42
|
*/
|
|
43
43
|
'end'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof BatchUpdateAppointmentTimetableModel
|
|
48
|
+
*/
|
|
49
|
+
'isOnline'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof BatchUpdateAppointmentTimetableModel
|
|
54
|
+
*/
|
|
55
|
+
'isOffline'?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof BatchUpdateAppointmentTimetableModel
|
|
60
|
+
*/
|
|
61
|
+
'quantity'?: number | null;
|
|
44
62
|
/**
|
|
45
63
|
*
|
|
46
64
|
* @type {string}
|
|
@@ -41,6 +41,12 @@ export interface CreateServiceReviewCommand {
|
|
|
41
41
|
* @memberof CreateServiceReviewCommand
|
|
42
42
|
*/
|
|
43
43
|
'patientId'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof CreateServiceReviewCommand
|
|
48
|
+
*/
|
|
49
|
+
'patientName'?: string | null;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
package/src/models/index.ts
CHANGED
|
@@ -434,6 +434,7 @@ export * from './transfer-number-command';
|
|
|
434
434
|
export * from './transfer-number-result';
|
|
435
435
|
export * from './translate-all-options';
|
|
436
436
|
export * from './translate-command';
|
|
437
|
+
export * from './translate-country-command';
|
|
437
438
|
export * from './translate-doctor-affiliation-command';
|
|
438
439
|
export * from './translate-hospital-command';
|
|
439
440
|
export * from './translate-hospital-service-command';
|
|
@@ -44,5 +44,23 @@ export interface SaveAppointmentTimetableOverrideModel {
|
|
|
44
44
|
* @memberof SaveAppointmentTimetableOverrideModel
|
|
45
45
|
*/
|
|
46
46
|
'isUnavailable'?: boolean | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {boolean}
|
|
50
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
51
|
+
*/
|
|
52
|
+
'isOnline'?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
57
|
+
*/
|
|
58
|
+
'isOffline'?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof SaveAppointmentTimetableOverrideModel
|
|
63
|
+
*/
|
|
64
|
+
'quantity'?: number | null;
|
|
47
65
|
}
|
|
48
66
|
|
|
@@ -101,6 +101,12 @@ export interface ServiceReviewItemModel {
|
|
|
101
101
|
* @memberof ServiceReviewItemModel
|
|
102
102
|
*/
|
|
103
103
|
'patientName'?: string | null;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof ServiceReviewItemModel
|
|
108
|
+
*/
|
|
109
|
+
'displayPatientName'?: string | null;
|
|
104
110
|
/**
|
|
105
111
|
*
|
|
106
112
|
* @type {boolean}
|
|
@@ -101,6 +101,12 @@ export interface ServiceReviewModel {
|
|
|
101
101
|
* @memberof ServiceReviewModel
|
|
102
102
|
*/
|
|
103
103
|
'patientName'?: string | null;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof ServiceReviewModel
|
|
108
|
+
*/
|
|
109
|
+
'displayPatientName'?: string | null;
|
|
104
110
|
/**
|
|
105
111
|
*
|
|
106
112
|
* @type {boolean}
|