ch-admin-api-client-typescript 5.91.14 → 5.91.24

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.
Files changed (144) hide show
  1. package/lib/api/accreditations-api.d.ts +10 -9
  2. package/lib/api/accreditations-api.d.ts.map +1 -1
  3. package/lib/api/accreditations-api.js +13 -13
  4. package/lib/api/hospitals-api.d.ts +65 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +100 -0
  7. package/lib/api/patient-review-form-settings-api.d.ts +460 -0
  8. package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
  9. package/lib/api/patient-review-form-settings-api.js +824 -0
  10. package/lib/api/patient-reviews-api.d.ts +753 -0
  11. package/lib/api/patient-reviews-api.d.ts.map +1 -0
  12. package/lib/api/patient-reviews-api.js +1310 -0
  13. package/lib/api.d.ts +2 -0
  14. package/lib/api.d.ts.map +1 -1
  15. package/lib/api.js +2 -0
  16. package/lib/models/accreditation-item-model.d.ts +7 -0
  17. package/lib/models/accreditation-item-model.d.ts.map +1 -1
  18. package/lib/models/accreditation-model.d.ts +7 -0
  19. package/lib/models/accreditation-model.d.ts.map +1 -1
  20. package/lib/models/accreditation-type.d.ts +22 -0
  21. package/lib/models/accreditation-type.d.ts.map +1 -0
  22. package/lib/models/accreditation-type.js +25 -0
  23. package/lib/models/accreditation-verification-file-model.d.ts +49 -0
  24. package/lib/models/accreditation-verification-file-model.d.ts.map +1 -0
  25. package/lib/models/accreditation-verification-file-model.js +15 -0
  26. package/lib/models/create-accreditation-command.d.ts +7 -0
  27. package/lib/models/create-accreditation-command.d.ts.map +1 -1
  28. package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
  29. package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
  30. package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
  31. package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
  32. package/lib/models/create-patient-review-form-setting-command.js +15 -0
  33. package/lib/models/form-result-item-model.d.ts +7 -0
  34. package/lib/models/form-result-item-model.d.ts.map +1 -1
  35. package/lib/models/form-result-model.d.ts +7 -0
  36. package/lib/models/form-result-model.d.ts.map +1 -1
  37. package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
  38. package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
  39. package/lib/models/hospital-accreditation-model.d.ts +32 -0
  40. package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
  41. package/lib/models/hospital-item-model.d.ts +7 -0
  42. package/lib/models/hospital-item-model.d.ts.map +1 -1
  43. package/lib/models/hospital-model.d.ts +6 -6
  44. package/lib/models/hospital-model.d.ts.map +1 -1
  45. package/lib/models/index.d.ts +33 -0
  46. package/lib/models/index.d.ts.map +1 -1
  47. package/lib/models/index.js +33 -0
  48. package/lib/models/patch-patient-review-input-model.d.ts +50 -0
  49. package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
  50. package/lib/models/patch-patient-review-input-model.js +15 -0
  51. package/lib/models/patient-review-activity-action.d.ts +29 -0
  52. package/lib/models/patient-review-activity-action.d.ts.map +1 -0
  53. package/lib/models/patient-review-activity-action.js +32 -0
  54. package/lib/models/patient-review-activity-log-model.d.ts +69 -0
  55. package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
  56. package/lib/models/patient-review-activity-log-model.js +15 -0
  57. package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
  58. package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
  59. package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
  60. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -0
  61. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
  62. package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
  63. package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
  64. package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
  65. package/lib/models/patient-review-content-verification-input-model.js +15 -0
  66. package/lib/models/patient-review-detail-model.d.ts +44 -0
  67. package/lib/models/patient-review-detail-model.d.ts.map +1 -0
  68. package/lib/models/patient-review-detail-model.js +15 -0
  69. package/lib/models/patient-review-form-setting-detail-input-model.d.ts +67 -0
  70. package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
  71. package/lib/models/patient-review-form-setting-detail-input-model.js +15 -0
  72. package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
  73. package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
  74. package/lib/models/patient-review-form-setting-detail-model.js +15 -0
  75. package/lib/models/patient-review-form-setting-item-model.d.ts +87 -0
  76. package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
  77. package/lib/models/patient-review-form-setting-item-model.js +15 -0
  78. package/lib/models/patient-review-form-setting-model.d.ts +94 -0
  79. package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
  80. package/lib/models/patient-review-form-setting-model.js +15 -0
  81. package/lib/models/patient-review-form-settings-model.d.ts +33 -0
  82. package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
  83. package/lib/models/patient-review-form-settings-model.js +15 -0
  84. package/lib/models/patient-review-general-photo-model.d.ts +49 -0
  85. package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
  86. package/lib/models/patient-review-general-photo-model.js +15 -0
  87. package/lib/models/patient-review-general-public-photo-model.d.ts +61 -0
  88. package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
  89. package/lib/models/patient-review-general-public-photo-model.js +15 -0
  90. package/lib/models/patient-review-item-model.d.ts +166 -0
  91. package/lib/models/patient-review-item-model.d.ts.map +1 -0
  92. package/lib/models/patient-review-item-model.js +15 -0
  93. package/lib/models/patient-review-model.d.ts +318 -0
  94. package/lib/models/patient-review-model.d.ts.map +1 -0
  95. package/lib/models/patient-review-model.js +15 -0
  96. package/lib/models/patient-review-platform.d.ts +23 -0
  97. package/lib/models/patient-review-platform.d.ts.map +1 -0
  98. package/lib/models/patient-review-platform.js +26 -0
  99. package/lib/models/patient-review-public-before-after-image-input-model.d.ts +61 -0
  100. package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
  101. package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
  102. package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
  103. package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
  104. package/lib/models/patient-review-public-general-image-input-model.js +15 -0
  105. package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
  106. package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
  107. package/lib/models/patient-review-public-photo-patch-input-model.js +15 -0
  108. package/lib/models/patient-review-status.d.ts +23 -0
  109. package/lib/models/patient-review-status.d.ts.map +1 -0
  110. package/lib/models/patient-review-status.js +26 -0
  111. package/lib/models/patient-review-translation-model.d.ts +55 -0
  112. package/lib/models/patient-review-translation-model.d.ts.map +1 -0
  113. package/lib/models/patient-review-translation-model.js +15 -0
  114. package/lib/models/patient-review-verification-document-model.d.ts +37 -0
  115. package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
  116. package/lib/models/patient-review-verification-document-model.js +15 -0
  117. package/lib/models/patient-reviews-model.d.ts +33 -0
  118. package/lib/models/patient-reviews-model.d.ts.map +1 -0
  119. package/lib/models/patient-reviews-model.js +15 -0
  120. package/lib/models/survey-result-item-model.d.ts +13 -0
  121. package/lib/models/survey-result-item-model.d.ts.map +1 -1
  122. package/lib/models/survey-result-model.d.ts +13 -0
  123. package/lib/models/survey-result-model.d.ts.map +1 -1
  124. package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
  125. package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
  126. package/lib/models/translate-patient-review-form-setting-command.js +15 -0
  127. package/lib/models/translation-model.d.ts +103 -0
  128. package/lib/models/translation-model.d.ts.map +1 -0
  129. package/lib/models/translation-model.js +15 -0
  130. package/lib/models/update-accreditation-command.d.ts +7 -0
  131. package/lib/models/update-accreditation-command.d.ts.map +1 -1
  132. package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
  133. package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
  134. package/lib/models/update-hospital-accreditation-command.js +15 -0
  135. package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
  136. package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
  137. package/lib/models/update-patient-review-form-setting-command.js +15 -0
  138. package/lib/models/update-patient-review-status-command.d.ts +38 -0
  139. package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
  140. package/lib/models/update-patient-review-status-command.js +15 -0
  141. package/lib/models/verify-patient-review-content-command.d.ts +38 -0
  142. package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
  143. package/lib/models/verify-patient-review-content-command.js +15 -0
  144. package/package.json +1 -1
@@ -0,0 +1,23 @@
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
+ * Values: - `All`: All - `Ich`: Ich - `Saas`: Saas
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PatientReviewPlatform: {
18
+ readonly All: "All";
19
+ readonly Ich: "Ich";
20
+ readonly Saas: "Saas";
21
+ };
22
+ export type PatientReviewPlatform = typeof PatientReviewPlatform[keyof typeof PatientReviewPlatform];
23
+ //# sourceMappingURL=patient-review-platform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-platform.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-platform.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,qBAAqB;;;;CAIxB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PatientReviewPlatform = void 0;
17
+ /**
18
+ * Values: - `All`: All - `Ich`: Ich - `Saas`: Saas
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.PatientReviewPlatform = {
23
+ All: 'All',
24
+ Ich: 'Ich',
25
+ Saas: 'Saas'
26
+ };
@@ -0,0 +1,61 @@
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 PatientReviewPublicBeforeAfterImageInputModel
16
+ */
17
+ export interface PatientReviewPublicBeforeAfterImageInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
22
+ */
23
+ 'id'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
28
+ */
29
+ 'beforePhoto'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
34
+ */
35
+ 'beforeThumbnail'?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
40
+ */
41
+ 'afterPhoto'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
46
+ */
47
+ 'afterThumbnail'?: string | null;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
52
+ */
53
+ 'order'?: number | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
58
+ */
59
+ 'note'?: string | null;
60
+ }
61
+ //# sourceMappingURL=patient-review-public-before-after-image-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-public-before-after-image-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-public-before-after-image-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,49 @@
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 PatientReviewPublicGeneralImageInputModel
16
+ */
17
+ export interface PatientReviewPublicGeneralImageInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewPublicGeneralImageInputModel
22
+ */
23
+ 'id'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewPublicGeneralImageInputModel
28
+ */
29
+ 'photo'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewPublicGeneralImageInputModel
34
+ */
35
+ 'thumbnail'?: string | null;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof PatientReviewPublicGeneralImageInputModel
40
+ */
41
+ 'order'?: number | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PatientReviewPublicGeneralImageInputModel
46
+ */
47
+ 'note'?: string | null;
48
+ }
49
+ //# sourceMappingURL=patient-review-public-general-image-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-public-general-image-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-public-general-image-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,33 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { PatientReviewPublicBeforeAfterImageInputModel } from './patient-review-public-before-after-image-input-model';
13
+ import { PatientReviewPublicGeneralImageInputModel } from './patient-review-public-general-image-input-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PatientReviewPublicPhotoPatchInputModel
18
+ */
19
+ export interface PatientReviewPublicPhotoPatchInputModel {
20
+ /**
21
+ *
22
+ * @type {Array<PatientReviewPublicGeneralImageInputModel>}
23
+ * @memberof PatientReviewPublicPhotoPatchInputModel
24
+ */
25
+ 'generalPhotos'?: Array<PatientReviewPublicGeneralImageInputModel> | null;
26
+ /**
27
+ *
28
+ * @type {Array<PatientReviewPublicBeforeAfterImageInputModel>}
29
+ * @memberof PatientReviewPublicPhotoPatchInputModel
30
+ */
31
+ 'beforeAndAfterPhotos'?: Array<PatientReviewPublicBeforeAfterImageInputModel> | null;
32
+ }
33
+ //# sourceMappingURL=patient-review-public-photo-patch-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-public-photo-patch-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-public-photo-patch-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,6CAA6C,EAAE,MAAM,wDAAwD,CAAC;AAGvH,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAE9G;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,GAAG,IAAI,CAAC;IAC1E;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,6CAA6C,CAAC,GAAG,IAAI,CAAC;CACxF"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,23 @@
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
+ * Values: - `Unverified`: Unverified - `Verified`: Verified - `Rejected`: Rejected
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PatientReviewStatus: {
18
+ readonly Unverified: "Unverified";
19
+ readonly Verified: "Verified";
20
+ readonly Rejected: "Rejected";
21
+ };
22
+ export type PatientReviewStatus = typeof PatientReviewStatus[keyof typeof PatientReviewStatus];
23
+ //# sourceMappingURL=patient-review-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-status.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,mBAAmB;;;;CAItB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PatientReviewStatus = void 0;
17
+ /**
18
+ * Values: - `Unverified`: Unverified - `Verified`: Verified - `Rejected`: Rejected
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.PatientReviewStatus = {
23
+ Unverified: 'Unverified',
24
+ Verified: 'Verified',
25
+ Rejected: 'Rejected'
26
+ };
@@ -0,0 +1,55 @@
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 PatientReviewTranslationModel
16
+ */
17
+ export interface PatientReviewTranslationModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewTranslationModel
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewTranslationModel
28
+ */
29
+ 'name'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewTranslationModel
34
+ */
35
+ 'description'?: string | null;
36
+ /**
37
+ *
38
+ * @type {boolean}
39
+ * @memberof PatientReviewTranslationModel
40
+ */
41
+ 'isConfirmed'?: boolean;
42
+ /**
43
+ *
44
+ * @type {boolean}
45
+ * @memberof PatientReviewTranslationModel
46
+ */
47
+ 'isTranslating'?: boolean;
48
+ /**
49
+ *
50
+ * @type {Date}
51
+ * @memberof PatientReviewTranslationModel
52
+ */
53
+ 'updatedDate'?: Date | null;
54
+ }
55
+ //# sourceMappingURL=patient-review-translation-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-translation-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-translation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAC/B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,37 @@
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 PatientReviewVerificationDocumentModel
16
+ */
17
+ export interface PatientReviewVerificationDocumentModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewVerificationDocumentModel
22
+ */
23
+ 'id'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewVerificationDocumentModel
28
+ */
29
+ 'url'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewVerificationDocumentModel
34
+ */
35
+ 'contentType'?: string | null;
36
+ }
37
+ //# sourceMappingURL=patient-review-verification-document-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-verification-document-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-verification-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,33 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { PagedListMetaData } from './paged-list-meta-data';
13
+ import { PatientReviewItemModel } from './patient-review-item-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PatientReviewsModel
18
+ */
19
+ export interface PatientReviewsModel {
20
+ /**
21
+ *
22
+ * @type {Array<PatientReviewItemModel>}
23
+ * @memberof PatientReviewsModel
24
+ */
25
+ 'items'?: Array<PatientReviewItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof PatientReviewsModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=patient-reviews-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-reviews-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-reviews-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IAC/C;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AuditableEntityModel } from './auditable-entity-model';
12
13
  import { SurveyResultUserModel } from './survey-result-user-model';
13
14
  /**
14
15
  *
@@ -46,6 +47,12 @@ export interface SurveyResultItemModel {
46
47
  * @memberof SurveyResultItemModel
47
48
  */
48
49
  'hospitalName'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof SurveyResultItemModel
54
+ */
55
+ 'hospitalNameEn'?: string | null;
49
56
  /**
50
57
  *
51
58
  * @type {string}
@@ -88,5 +95,11 @@ export interface SurveyResultItemModel {
88
95
  * @memberof SurveyResultItemModel
89
96
  */
90
97
  'notificationSent'?: boolean;
98
+ /**
99
+ *
100
+ * @type {AuditableEntityModel}
101
+ * @memberof SurveyResultItemModel
102
+ */
103
+ 'auditableEntity'?: AuditableEntityModel;
91
104
  }
92
105
  //# sourceMappingURL=survey-result-item-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"survey-result-item-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-result-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;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,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAChC"}
1
+ {"version":3,"file":"survey-result-item-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-result-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AuditableEntityModel } from './auditable-entity-model';
12
13
  import { HospitalSimpleItemModel } from './hospital-simple-item-model';
13
14
  import { SurveyResultElementModel } from './survey-result-element-model';
14
15
  import { SurveyResultUserModel } from './survey-result-user-model';
@@ -48,6 +49,12 @@ export interface SurveyResultModel {
48
49
  * @memberof SurveyResultModel
49
50
  */
50
51
  'hospitalName'?: string | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof SurveyResultModel
56
+ */
57
+ 'hospitalNameEn'?: string | null;
51
58
  /**
52
59
  *
53
60
  * @type {string}
@@ -90,6 +97,12 @@ export interface SurveyResultModel {
90
97
  * @memberof SurveyResultModel
91
98
  */
92
99
  'notificationSent'?: boolean;
100
+ /**
101
+ *
102
+ * @type {AuditableEntityModel}
103
+ * @memberof SurveyResultModel
104
+ */
105
+ 'auditableEntity'?: AuditableEntityModel;
93
106
  /**
94
107
  *
95
108
  * @type {Array<SurveyResultElementModel>}
@@ -1 +1 @@
1
- {"version":3,"file":"survey-result-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-result-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;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,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CACvD"}
1
+ {"version":3,"file":"survey-result-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-result-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CACvD"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { TranslateAllOptions } from './translate-all-options';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TranslatePatientReviewFormSettingCommand
17
+ */
18
+ export interface TranslatePatientReviewFormSettingCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TranslatePatientReviewFormSettingCommand
23
+ */
24
+ 'basisLanguageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {TranslateAllOptions}
28
+ * @memberof TranslatePatientReviewFormSettingCommand
29
+ */
30
+ 'translationOption'?: TranslateAllOptions;
31
+ /**
32
+ *
33
+ * @type {Array<string>}
34
+ * @memberof TranslatePatientReviewFormSettingCommand
35
+ */
36
+ 'translateToLanguageCodes'?: Array<string> | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof TranslatePatientReviewFormSettingCommand
41
+ */
42
+ 'translateToFields'?: Array<string> | null;
43
+ }
44
+ //# sourceMappingURL=translate-patient-review-form-setting-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate-patient-review-form-setting-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-patient-review-form-setting-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;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
+ * 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 });