ch-admin-api-client-typescript 5.91.12 → 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 (164) 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 +292 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +372 -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/article-item-model.d.ts +18 -0
  27. package/lib/models/article-item-model.d.ts.map +1 -1
  28. package/lib/models/article-model.d.ts +18 -0
  29. package/lib/models/article-model.d.ts.map +1 -1
  30. package/lib/models/create-accreditation-command.d.ts +7 -0
  31. package/lib/models/create-accreditation-command.d.ts.map +1 -1
  32. package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
  33. package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
  34. package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
  35. package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
  36. package/lib/models/create-patient-review-form-setting-command.js +15 -0
  37. package/lib/models/deal-item-model.d.ts +18 -0
  38. package/lib/models/deal-item-model.d.ts.map +1 -1
  39. package/lib/models/deal-model.d.ts +18 -0
  40. package/lib/models/deal-model.d.ts.map +1 -1
  41. package/lib/models/doctor-affiliation-item-model.d.ts +18 -0
  42. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  43. package/lib/models/doctor-affiliation-model.d.ts +18 -0
  44. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  45. package/lib/models/form-result-item-model.d.ts +7 -0
  46. package/lib/models/form-result-item-model.d.ts.map +1 -1
  47. package/lib/models/form-result-model.d.ts +7 -0
  48. package/lib/models/form-result-model.d.ts.map +1 -1
  49. package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
  50. package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
  51. package/lib/models/hospital-accreditation-model.d.ts +32 -0
  52. package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
  53. package/lib/models/hospital-item-model.d.ts +7 -0
  54. package/lib/models/hospital-item-model.d.ts.map +1 -1
  55. package/lib/models/hospital-model.d.ts +6 -6
  56. package/lib/models/hospital-model.d.ts.map +1 -1
  57. package/lib/models/hospital-service-item-model.d.ts +18 -0
  58. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  59. package/lib/models/hospital-service-model.d.ts +18 -0
  60. package/lib/models/hospital-service-model.d.ts.map +1 -1
  61. package/lib/models/hospital-specialty-item-model.d.ts +18 -0
  62. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  63. package/lib/models/hospital-specialty-model.d.ts +18 -0
  64. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  65. package/lib/models/index.d.ts +33 -0
  66. package/lib/models/index.d.ts.map +1 -1
  67. package/lib/models/index.js +33 -0
  68. package/lib/models/patch-patient-review-input-model.d.ts +50 -0
  69. package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
  70. package/lib/models/patch-patient-review-input-model.js +15 -0
  71. package/lib/models/patient-review-activity-action.d.ts +29 -0
  72. package/lib/models/patient-review-activity-action.d.ts.map +1 -0
  73. package/lib/models/patient-review-activity-action.js +32 -0
  74. package/lib/models/patient-review-activity-log-model.d.ts +69 -0
  75. package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
  76. package/lib/models/patient-review-activity-log-model.js +15 -0
  77. package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
  78. package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
  79. package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
  80. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -0
  81. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
  82. package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
  83. package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
  84. package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
  85. package/lib/models/patient-review-content-verification-input-model.js +15 -0
  86. package/lib/models/patient-review-detail-model.d.ts +44 -0
  87. package/lib/models/patient-review-detail-model.d.ts.map +1 -0
  88. package/lib/models/patient-review-detail-model.js +15 -0
  89. package/lib/models/patient-review-form-setting-detail-input-model.d.ts +67 -0
  90. package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
  91. package/lib/models/patient-review-form-setting-detail-input-model.js +15 -0
  92. package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
  93. package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
  94. package/lib/models/patient-review-form-setting-detail-model.js +15 -0
  95. package/lib/models/patient-review-form-setting-item-model.d.ts +87 -0
  96. package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
  97. package/lib/models/patient-review-form-setting-item-model.js +15 -0
  98. package/lib/models/patient-review-form-setting-model.d.ts +94 -0
  99. package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
  100. package/lib/models/patient-review-form-setting-model.js +15 -0
  101. package/lib/models/patient-review-form-settings-model.d.ts +33 -0
  102. package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
  103. package/lib/models/patient-review-form-settings-model.js +15 -0
  104. package/lib/models/patient-review-general-photo-model.d.ts +49 -0
  105. package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
  106. package/lib/models/patient-review-general-photo-model.js +15 -0
  107. package/lib/models/patient-review-general-public-photo-model.d.ts +61 -0
  108. package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
  109. package/lib/models/patient-review-general-public-photo-model.js +15 -0
  110. package/lib/models/patient-review-item-model.d.ts +166 -0
  111. package/lib/models/patient-review-item-model.d.ts.map +1 -0
  112. package/lib/models/patient-review-item-model.js +15 -0
  113. package/lib/models/patient-review-model.d.ts +318 -0
  114. package/lib/models/patient-review-model.d.ts.map +1 -0
  115. package/lib/models/patient-review-model.js +15 -0
  116. package/lib/models/patient-review-platform.d.ts +23 -0
  117. package/lib/models/patient-review-platform.d.ts.map +1 -0
  118. package/lib/models/patient-review-platform.js +26 -0
  119. package/lib/models/patient-review-public-before-after-image-input-model.d.ts +61 -0
  120. package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
  121. package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
  122. package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
  123. package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
  124. package/lib/models/patient-review-public-general-image-input-model.js +15 -0
  125. package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
  126. package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
  127. package/lib/models/patient-review-public-photo-patch-input-model.js +15 -0
  128. package/lib/models/patient-review-status.d.ts +23 -0
  129. package/lib/models/patient-review-status.d.ts.map +1 -0
  130. package/lib/models/patient-review-status.js +26 -0
  131. package/lib/models/patient-review-translation-model.d.ts +55 -0
  132. package/lib/models/patient-review-translation-model.d.ts.map +1 -0
  133. package/lib/models/patient-review-translation-model.js +15 -0
  134. package/lib/models/patient-review-verification-document-model.d.ts +37 -0
  135. package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
  136. package/lib/models/patient-review-verification-document-model.js +15 -0
  137. package/lib/models/patient-reviews-model.d.ts +33 -0
  138. package/lib/models/patient-reviews-model.d.ts.map +1 -0
  139. package/lib/models/patient-reviews-model.js +15 -0
  140. package/lib/models/survey-result-item-model.d.ts +13 -0
  141. package/lib/models/survey-result-item-model.d.ts.map +1 -1
  142. package/lib/models/survey-result-model.d.ts +13 -0
  143. package/lib/models/survey-result-model.d.ts.map +1 -1
  144. package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
  145. package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
  146. package/lib/models/translate-patient-review-form-setting-command.js +15 -0
  147. package/lib/models/translation-model.d.ts +103 -0
  148. package/lib/models/translation-model.d.ts.map +1 -0
  149. package/lib/models/translation-model.js +15 -0
  150. package/lib/models/update-accreditation-command.d.ts +7 -0
  151. package/lib/models/update-accreditation-command.d.ts.map +1 -1
  152. package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
  153. package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
  154. package/lib/models/update-hospital-accreditation-command.js +15 -0
  155. package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
  156. package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
  157. package/lib/models/update-patient-review-form-setting-command.js +15 -0
  158. package/lib/models/update-patient-review-status-command.d.ts +38 -0
  159. package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
  160. package/lib/models/update-patient-review-status-command.js +15 -0
  161. package/lib/models/verify-patient-review-content-command.d.ts +38 -0
  162. package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
  163. package/lib/models/verify-patient-review-content-command.js +15 -0
  164. package/package.json +1 -1
@@ -19,6 +19,8 @@ __exportStar(require("./about-us-page-model"), exports);
19
19
  __exportStar(require("./about-us-pages-model"), exports);
20
20
  __exportStar(require("./accreditation-item-model"), exports);
21
21
  __exportStar(require("./accreditation-model"), exports);
22
+ __exportStar(require("./accreditation-type"), exports);
23
+ __exportStar(require("./accreditation-verification-file-model"), exports);
22
24
  __exportStar(require("./accreditations-model"), exports);
23
25
  __exportStar(require("./add-hospital-into-branch-command"), exports);
24
26
  __exportStar(require("./add-or-update-web-app-environment-variables-for-whats-app-command"), exports);
@@ -221,6 +223,7 @@ __exportStar(require("./create-page-command"), exports);
221
223
  __exportStar(require("./create-patient-affiliation-command"), exports);
222
224
  __exportStar(require("./create-patient-command"), exports);
223
225
  __exportStar(require("./create-patient-manager-command"), exports);
226
+ __exportStar(require("./create-patient-review-form-setting-command"), exports);
224
227
  __exportStar(require("./create-plan-command"), exports);
225
228
  __exportStar(require("./create-plan-hospital-command"), exports);
226
229
  __exportStar(require("./create-platform-interpretation-language-command"), exports);
@@ -493,6 +496,7 @@ __exportStar(require("./patch-general-article-command"), exports);
493
496
  __exportStar(require("./patch-hospital-command"), exports);
494
497
  __exportStar(require("./patch-hospital-service-command"), exports);
495
498
  __exportStar(require("./patch-hospital-specialty-command"), exports);
499
+ __exportStar(require("./patch-patient-review-input-model"), exports);
496
500
  __exportStar(require("./patch-specialty-command"), exports);
497
501
  __exportStar(require("./patch-specialty-type-command"), exports);
498
502
  __exportStar(require("./patient-affiliation-item-model"), exports);
@@ -503,6 +507,29 @@ __exportStar(require("./patient-manager-item-model"), exports);
503
507
  __exportStar(require("./patient-manager-model"), exports);
504
508
  __exportStar(require("./patient-managers-model"), exports);
505
509
  __exportStar(require("./patient-model"), exports);
510
+ __exportStar(require("./patient-review-activity-action"), exports);
511
+ __exportStar(require("./patient-review-activity-log-model"), exports);
512
+ __exportStar(require("./patient-review-before-and-after-photo-model"), exports);
513
+ __exportStar(require("./patient-review-before-and-after-public-photo-model"), exports);
514
+ __exportStar(require("./patient-review-content-verification-input-model"), exports);
515
+ __exportStar(require("./patient-review-detail-model"), exports);
516
+ __exportStar(require("./patient-review-form-setting-detail-input-model"), exports);
517
+ __exportStar(require("./patient-review-form-setting-detail-model"), exports);
518
+ __exportStar(require("./patient-review-form-setting-item-model"), exports);
519
+ __exportStar(require("./patient-review-form-setting-model"), exports);
520
+ __exportStar(require("./patient-review-form-settings-model"), exports);
521
+ __exportStar(require("./patient-review-general-photo-model"), exports);
522
+ __exportStar(require("./patient-review-general-public-photo-model"), exports);
523
+ __exportStar(require("./patient-review-item-model"), exports);
524
+ __exportStar(require("./patient-review-model"), exports);
525
+ __exportStar(require("./patient-review-platform"), exports);
526
+ __exportStar(require("./patient-review-public-before-after-image-input-model"), exports);
527
+ __exportStar(require("./patient-review-public-general-image-input-model"), exports);
528
+ __exportStar(require("./patient-review-public-photo-patch-input-model"), exports);
529
+ __exportStar(require("./patient-review-status"), exports);
530
+ __exportStar(require("./patient-review-translation-model"), exports);
531
+ __exportStar(require("./patient-review-verification-document-model"), exports);
532
+ __exportStar(require("./patient-reviews-model"), exports);
506
533
  __exportStar(require("./patient-walk-in-model"), exports);
507
534
  __exportStar(require("./patients-model"), exports);
508
535
  __exportStar(require("./payment-method"), exports);
@@ -662,11 +689,13 @@ __exportStar(require("./translate-hospital-specialty-command"), exports);
662
689
  __exportStar(require("./translate-landing-command"), exports);
663
690
  __exportStar(require("./translate-page-command"), exports);
664
691
  __exportStar(require("./translate-page-section-command"), exports);
692
+ __exportStar(require("./translate-patient-review-form-setting-command"), exports);
665
693
  __exportStar(require("./translate-specialty-command"), exports);
666
694
  __exportStar(require("./translate-specialty-type-command"), exports);
667
695
  __exportStar(require("./translated-language-model"), exports);
668
696
  __exportStar(require("./translation-batch-result-model"), exports);
669
697
  __exportStar(require("./translation-charaters-model"), exports);
698
+ __exportStar(require("./translation-model"), exports);
670
699
  __exportStar(require("./translation-persona-type"), exports);
671
700
  __exportStar(require("./translation-redirect-option-model"), exports);
672
701
  __exportStar(require("./update-about-us-page-command"), exports);
@@ -724,6 +753,7 @@ __exportStar(require("./update-general-article-slug-command"), exports);
724
753
  __exportStar(require("./update-general-article-source-command"), exports);
725
754
  __exportStar(require("./update-general-article-tag-command"), exports);
726
755
  __exportStar(require("./update-grade-command"), exports);
756
+ __exportStar(require("./update-hospital-accreditation-command"), exports);
727
757
  __exportStar(require("./update-hospital-bank-account-info-command"), exports);
728
758
  __exportStar(require("./update-hospital-branch-command"), exports);
729
759
  __exportStar(require("./update-hospital-branch-item-command"), exports);
@@ -753,6 +783,8 @@ __exportStar(require("./update-page-command"), exports);
753
783
  __exportStar(require("./update-patient-affiliation-command"), exports);
754
784
  __exportStar(require("./update-patient-command"), exports);
755
785
  __exportStar(require("./update-patient-manager-command"), exports);
786
+ __exportStar(require("./update-patient-review-form-setting-command"), exports);
787
+ __exportStar(require("./update-patient-review-status-command"), exports);
756
788
  __exportStar(require("./update-plan-command"), exports);
757
789
  __exportStar(require("./update-plan-hospital-command"), exports);
758
790
  __exportStar(require("./update-platform-interpretation-language-command"), exports);
@@ -777,6 +809,7 @@ __exportStar(require("./uploaded-medias-model"), exports);
777
809
  __exportStar(require("./user-language-input-model"), exports);
778
810
  __exportStar(require("./user-language-model"), exports);
779
811
  __exportStar(require("./user-model"), exports);
812
+ __exportStar(require("./verify-patient-review-content-command"), exports);
780
813
  __exportStar(require("./web-app-environment-model"), exports);
781
814
  __exportStar(require("./web-app-environments-model"), exports);
782
815
  __exportStar(require("./web-app-item-model"), exports);
@@ -0,0 +1,50 @@
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 { PatientReviewPublicPhotoPatchInputModel } from './patient-review-public-photo-patch-input-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PatchPatientReviewInputModel
17
+ */
18
+ export interface PatchPatientReviewInputModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof PatchPatientReviewInputModel
23
+ */
24
+ 'originalLanguageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof PatchPatientReviewInputModel
29
+ */
30
+ 'languageCode'?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof PatchPatientReviewInputModel
35
+ */
36
+ 'name'?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof PatchPatientReviewInputModel
41
+ */
42
+ 'description'?: string | null;
43
+ /**
44
+ *
45
+ * @type {PatientReviewPublicPhotoPatchInputModel}
46
+ * @memberof PatchPatientReviewInputModel
47
+ */
48
+ 'publicPhotos'?: PatientReviewPublicPhotoPatchInputModel;
49
+ }
50
+ //# sourceMappingURL=patch-patient-review-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-patient-review-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patch-patient-review-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,uCAAuC,EAAE,MAAM,iDAAiD,CAAC;AAE1G;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;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,cAAc,CAAC,EAAE,uCAAuC,CAAC;CAC5D"}
@@ -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,29 @@
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: - `Submitted`: Submitted - `DocumentVerified`: DocumentVerified - `PhotosVerified`: PhotosVerified - `PhotosConverted`: PhotosConverted - `ContentVerified`: ContentVerified - `LanguageSelected`: LanguageSelected - `Approved`: Approved - `Rejected`: Rejected - `Deleted`: Deleted
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PatientReviewActivityAction: {
18
+ readonly Submitted: "Submitted";
19
+ readonly DocumentVerified: "DocumentVerified";
20
+ readonly PhotosVerified: "PhotosVerified";
21
+ readonly PhotosConverted: "PhotosConverted";
22
+ readonly ContentVerified: "ContentVerified";
23
+ readonly LanguageSelected: "LanguageSelected";
24
+ readonly Approved: "Approved";
25
+ readonly Rejected: "Rejected";
26
+ readonly Deleted: "Deleted";
27
+ };
28
+ export type PatientReviewActivityAction = typeof PatientReviewActivityAction[keyof typeof PatientReviewActivityAction];
29
+ //# sourceMappingURL=patient-review-activity-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-activity-action.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-activity-action.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;CAU9B,CAAC;AAEX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC"}
@@ -0,0 +1,32 @@
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.PatientReviewActivityAction = void 0;
17
+ /**
18
+ * Values: - `Submitted`: Submitted - `DocumentVerified`: DocumentVerified - `PhotosVerified`: PhotosVerified - `PhotosConverted`: PhotosConverted - `ContentVerified`: ContentVerified - `LanguageSelected`: LanguageSelected - `Approved`: Approved - `Rejected`: Rejected - `Deleted`: Deleted
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.PatientReviewActivityAction = {
23
+ Submitted: 'Submitted',
24
+ DocumentVerified: 'DocumentVerified',
25
+ PhotosVerified: 'PhotosVerified',
26
+ PhotosConverted: 'PhotosConverted',
27
+ ContentVerified: 'ContentVerified',
28
+ LanguageSelected: 'LanguageSelected',
29
+ Approved: 'Approved',
30
+ Rejected: 'Rejected',
31
+ Deleted: 'Deleted'
32
+ };
@@ -0,0 +1,69 @@
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 { PatientReviewActivityAction } from './patient-review-activity-action';
13
+ import { PatientReviewStatus } from './patient-review-status';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PatientReviewActivityLogModel
18
+ */
19
+ export interface PatientReviewActivityLogModel {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof PatientReviewActivityLogModel
24
+ */
25
+ 'id'?: string;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof PatientReviewActivityLogModel
30
+ */
31
+ 'patientReviewId'?: string;
32
+ /**
33
+ *
34
+ * @type {Date}
35
+ * @memberof PatientReviewActivityLogModel
36
+ */
37
+ 'createdDate'?: Date;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof PatientReviewActivityLogModel
42
+ */
43
+ 'actorUserId'?: string;
44
+ /**
45
+ *
46
+ * @type {PatientReviewActivityAction}
47
+ * @memberof PatientReviewActivityLogModel
48
+ */
49
+ 'action'?: PatientReviewActivityAction;
50
+ /**
51
+ *
52
+ * @type {PatientReviewStatus}
53
+ * @memberof PatientReviewActivityLogModel
54
+ */
55
+ 'status'?: PatientReviewStatus;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof PatientReviewActivityLogModel
60
+ */
61
+ 'languageCode'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof PatientReviewActivityLogModel
66
+ */
67
+ 'note'?: string | null;
68
+ }
69
+ //# sourceMappingURL=patient-review-activity-log-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-activity-log-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-activity-log-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAG/E,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,2BAA2B,CAAC;IACvC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;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,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 PatientReviewBeforeAndAfterPhotoModel
16
+ */
17
+ export interface PatientReviewBeforeAndAfterPhotoModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewBeforeAndAfterPhotoModel
22
+ */
23
+ 'id'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewBeforeAndAfterPhotoModel
28
+ */
29
+ 'beforePhoto'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewBeforeAndAfterPhotoModel
34
+ */
35
+ 'beforeThumbnail'?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PatientReviewBeforeAndAfterPhotoModel
40
+ */
41
+ 'afterPhoto'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PatientReviewBeforeAndAfterPhotoModel
46
+ */
47
+ 'afterThumbnail'?: string | null;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof PatientReviewBeforeAndAfterPhotoModel
52
+ */
53
+ 'order'?: number;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PatientReviewBeforeAndAfterPhotoModel
58
+ */
59
+ 'note'?: string | null;
60
+ }
61
+ //# sourceMappingURL=patient-review-before-and-after-photo-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-before-and-after-photo-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-before-and-after-photo-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;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,CAAC;IACjB;;;;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,73 @@
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 PatientReviewBeforeAndAfterPublicPhotoModel
16
+ */
17
+ export interface PatientReviewBeforeAndAfterPublicPhotoModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
22
+ */
23
+ 'id'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
28
+ */
29
+ 'beforePhoto'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
34
+ */
35
+ 'beforeThumbnail'?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
40
+ */
41
+ 'afterPhoto'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
46
+ */
47
+ 'afterThumbnail'?: string | null;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
52
+ */
53
+ 'order'?: number;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
58
+ */
59
+ 'note'?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
64
+ */
65
+ 'reviewerId'?: string;
66
+ /**
67
+ *
68
+ * @type {Date}
69
+ * @memberof PatientReviewBeforeAndAfterPublicPhotoModel
70
+ */
71
+ 'reviewedDate'?: Date;
72
+ }
73
+ //# sourceMappingURL=patient-review-before-and-after-public-photo-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-before-and-after-public-photo-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-before-and-after-public-photo-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;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,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;CACzB"}
@@ -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,31 @@
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 PatientReviewContentVerificationInputModel
16
+ */
17
+ export interface PatientReviewContentVerificationInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewContentVerificationInputModel
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewContentVerificationInputModel
28
+ */
29
+ 'description'?: string | null;
30
+ }
31
+ //# sourceMappingURL=patient-review-content-verification-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-content-verification-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-content-verification-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,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 { TranslationModel } from './translation-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PatientReviewDetailModel
17
+ */
18
+ export interface PatientReviewDetailModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof PatientReviewDetailModel
23
+ */
24
+ 'id'?: string;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof PatientReviewDetailModel
29
+ */
30
+ 'rating'?: number;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof PatientReviewDetailModel
35
+ */
36
+ 'order'?: number;
37
+ /**
38
+ *
39
+ * @type {Array<TranslationModel>}
40
+ * @memberof PatientReviewDetailModel
41
+ */
42
+ 'translations'?: Array<TranslationModel> | null;
43
+ }
44
+ //# sourceMappingURL=patient-review-detail-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;CACnD"}
@@ -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 });