ch-admin-api-client-typescript 4.9.7 → 4.9.8

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 (166) hide show
  1. package/lib/api/about-us-api.d.ts +186 -28
  2. package/lib/api/about-us-api.d.ts.map +1 -1
  3. package/lib/api/about-us-api.js +20 -34
  4. package/lib/api/accreditations-api.d.ts +111 -16
  5. package/lib/api/accreditations-api.d.ts.map +1 -1
  6. package/lib/api/accreditations-api.js +17 -21
  7. package/lib/api/app-version-api.d.ts +117 -17
  8. package/lib/api/app-version-api.d.ts.map +1 -1
  9. package/lib/api/app-version-api.js +17 -22
  10. package/lib/api/appointments-api.d.ts +279 -43
  11. package/lib/api/appointments-api.d.ts.map +1 -1
  12. package/lib/api/appointments-api.js +22 -50
  13. package/lib/api/articles-api.d.ts +759 -114
  14. package/lib/api/articles-api.d.ts.map +1 -1
  15. package/lib/api/articles-api.js +77 -139
  16. package/lib/api/bookings-api.d.ts +231 -35
  17. package/lib/api/bookings-api.d.ts.map +1 -1
  18. package/lib/api/bookings-api.js +22 -42
  19. package/lib/api/chadmins-api.d.ts +141 -21
  20. package/lib/api/chadmins-api.d.ts.map +1 -1
  21. package/lib/api/chadmins-api.js +17 -26
  22. package/lib/api/chat-users-api.d.ts +138 -20
  23. package/lib/api/chat-users-api.d.ts.map +1 -1
  24. package/lib/api/chat-users-api.js +20 -26
  25. package/lib/api/chmanagers-api.d.ts +141 -21
  26. package/lib/api/chmanagers-api.d.ts.map +1 -1
  27. package/lib/api/chmanagers-api.js +17 -26
  28. package/lib/api/consultations-api.d.ts +243 -37
  29. package/lib/api/consultations-api.d.ts.map +1 -1
  30. package/lib/api/consultations-api.js +22 -44
  31. package/lib/api/contributors-api.d.ts +339 -51
  32. package/lib/api/contributors-api.d.ts.map +1 -1
  33. package/lib/api/contributors-api.js +35 -62
  34. package/lib/api/countries-api.d.ts +326 -50
  35. package/lib/api/countries-api.d.ts.map +1 -1
  36. package/lib/api/countries-api.js +38 -60
  37. package/lib/api/dash-board-api.d.ts +15 -2
  38. package/lib/api/dash-board-api.d.ts.map +1 -1
  39. package/lib/api/dash-board-api.js +3 -3
  40. package/lib/api/deals-api.d.ts +1005 -155
  41. package/lib/api/deals-api.d.ts.map +1 -1
  42. package/lib/api/deals-api.js +78 -180
  43. package/lib/api/doctor-affiliations-api.d.ts +488 -86
  44. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  45. package/lib/api/doctor-affiliations-api.js +50 -87
  46. package/lib/api/doctors-api.d.ts +1165 -194
  47. package/lib/api/doctors-api.d.ts.map +1 -1
  48. package/lib/api/doctors-api.js +118 -213
  49. package/lib/api/email-marketings-api.d.ts +114 -16
  50. package/lib/api/email-marketings-api.d.ts.map +1 -1
  51. package/lib/api/email-marketings-api.js +20 -22
  52. package/lib/api/faq-categories-api.d.ts +186 -28
  53. package/lib/api/faq-categories-api.d.ts.map +1 -1
  54. package/lib/api/faq-categories-api.js +20 -34
  55. package/lib/api/faqs-api.d.ts +429 -64
  56. package/lib/api/faqs-api.d.ts.map +1 -1
  57. package/lib/api/faqs-api.js +47 -79
  58. package/lib/api/group-channels-api.d.ts +54 -8
  59. package/lib/api/group-channels-api.d.ts.map +1 -1
  60. package/lib/api/group-channels-api.js +7 -10
  61. package/lib/api/header-navigations-api.d.ts +99 -14
  62. package/lib/api/header-navigations-api.d.ts.map +1 -1
  63. package/lib/api/header-navigations-api.js +15 -19
  64. package/lib/api/hospitals-api.d.ts +3099 -477
  65. package/lib/api/hospitals-api.d.ts.map +1 -1
  66. package/lib/api/hospitals-api.js +270 -560
  67. package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts +120 -18
  68. package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts.map +1 -1
  69. package/lib/api/hospitals-consultation-timetable-overrides-api.js +12 -22
  70. package/lib/api/hospitals-consultation-timetables-api.d.ts +150 -22
  71. package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
  72. package/lib/api/hospitals-consultation-timetables-api.js +18 -28
  73. package/lib/api/languages-api.d.ts +117 -17
  74. package/lib/api/languages-api.d.ts.map +1 -1
  75. package/lib/api/languages-api.js +17 -22
  76. package/lib/api/managers-api.d.ts +261 -39
  77. package/lib/api/managers-api.d.ts.map +1 -1
  78. package/lib/api/managers-api.js +29 -48
  79. package/lib/api/memberships-api.d.ts +111 -17
  80. package/lib/api/memberships-api.d.ts.map +1 -1
  81. package/lib/api/memberships-api.js +10 -20
  82. package/lib/api/notifications-api.d.ts +54 -8
  83. package/lib/api/notifications-api.d.ts.map +1 -1
  84. package/lib/api/notifications-api.js +8 -10
  85. package/lib/api/patients-api.d.ts +216 -32
  86. package/lib/api/patients-api.d.ts.map +1 -1
  87. package/lib/api/patients-api.js +26 -40
  88. package/lib/api/plans-api.d.ts +228 -33
  89. package/lib/api/plans-api.d.ts.map +1 -1
  90. package/lib/api/plans-api.js +32 -43
  91. package/lib/api/profiles-api.d.ts +75 -10
  92. package/lib/api/profiles-api.d.ts.map +1 -1
  93. package/lib/api/profiles-api.js +19 -15
  94. package/lib/api/search-api.d.ts +15 -2
  95. package/lib/api/search-api.d.ts.map +1 -1
  96. package/lib/api/search-api.js +4 -3
  97. package/lib/api/service-reviews-api.d.ts +318 -48
  98. package/lib/api/service-reviews-api.d.ts.map +1 -1
  99. package/lib/api/service-reviews-api.js +32 -58
  100. package/lib/api/services-api.d.ts +177 -28
  101. package/lib/api/services-api.d.ts.map +1 -1
  102. package/lib/api/services-api.js +10 -31
  103. package/lib/api/services-categories-api.d.ts +105 -15
  104. package/lib/api/services-categories-api.d.ts.map +1 -1
  105. package/lib/api/services-categories-api.js +17 -20
  106. package/lib/api/specialties-api.d.ts +447 -68
  107. package/lib/api/specialties-api.d.ts.map +1 -1
  108. package/lib/api/specialties-api.js +42 -81
  109. package/lib/api/specialty-types-api.d.ts +447 -68
  110. package/lib/api/specialty-types-api.d.ts.map +1 -1
  111. package/lib/api/specialty-types-api.js +42 -81
  112. package/lib/api/survey-forms-api.d.ts +141 -21
  113. package/lib/api/survey-forms-api.d.ts.map +1 -1
  114. package/lib/api/survey-forms-api.js +17 -26
  115. package/lib/api/survey-results-api.d.ts +81 -12
  116. package/lib/api/survey-results-api.d.ts.map +1 -1
  117. package/lib/api/survey-results-api.js +10 -15
  118. package/lib/api/tags-api.d.ts +84 -12
  119. package/lib/api/tags-api.d.ts.map +1 -1
  120. package/lib/api/tags-api.js +14 -16
  121. package/lib/api/translation-api.d.ts +15 -2
  122. package/lib/api/translation-api.d.ts.map +1 -1
  123. package/lib/api/translation-api.js +4 -3
  124. package/openapitools.json +1 -0
  125. package/package.json +1 -1
  126. package/src/api/about-us-api.ts +214 -34
  127. package/src/api/accreditations-api.ts +127 -21
  128. package/src/api/app-version-api.ts +134 -22
  129. package/src/api/appointments-api.ts +322 -50
  130. package/src/api/articles-api.ts +873 -139
  131. package/src/api/bookings-api.ts +266 -42
  132. package/src/api/chadmins-api.ts +162 -26
  133. package/src/api/chat-users-api.ts +158 -26
  134. package/src/api/chmanagers-api.ts +162 -26
  135. package/src/api/consultations-api.ts +280 -44
  136. package/src/api/contributors-api.ts +390 -62
  137. package/src/api/countries-api.ts +374 -62
  138. package/src/api/dash-board-api.ts +17 -3
  139. package/src/api/deals-api.ts +1160 -180
  140. package/src/api/doctor-affiliations-api.ts +559 -103
  141. package/src/api/doctors-api.ts +1337 -231
  142. package/src/api/email-marketings-api.ts +130 -22
  143. package/src/api/faq-categories-api.ts +214 -34
  144. package/src/api/faqs-api.ts +493 -79
  145. package/src/api/group-channels-api.ts +62 -10
  146. package/src/api/header-navigations-api.ts +113 -19
  147. package/src/api/hospitals-api.ts +3566 -562
  148. package/src/api/hospitals-consultation-timetable-overrides-api.ts +138 -22
  149. package/src/api/hospitals-consultation-timetables-api.ts +172 -28
  150. package/src/api/languages-api.ts +134 -22
  151. package/src/api/managers-api.ts +300 -48
  152. package/src/api/memberships-api.ts +128 -20
  153. package/src/api/notifications-api.ts +62 -10
  154. package/src/api/patients-api.ts +248 -40
  155. package/src/api/plans-api.ts +261 -43
  156. package/src/api/profiles-api.ts +85 -15
  157. package/src/api/search-api.ts +17 -3
  158. package/src/api/service-reviews-api.ts +366 -58
  159. package/src/api/services-api.ts +205 -31
  160. package/src/api/services-categories-api.ts +120 -20
  161. package/src/api/specialties-api.ts +515 -81
  162. package/src/api/specialty-types-api.ts +515 -81
  163. package/src/api/survey-forms-api.ts +162 -26
  164. package/src/api/survey-results-api.ts +93 -15
  165. package/src/api/tags-api.ts +96 -16
  166. package/src/api/translation-api.ts +17 -3
@@ -165,7 +165,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
165
165
  apiV1DoctorsDoctorIdEducationsPost: (doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
166
166
  /**
167
167
  *
168
- * @summary
168
+ * @summary Get doctor
169
169
  * @param {string} doctorId
170
170
  * @param {*} [options] Override http request option.
171
171
  * @throws {RequiredError}
@@ -456,7 +456,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
456
456
  * @param {*} [options] Override http request option.
457
457
  * @throws {RequiredError}
458
458
  */
459
- apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
459
+ apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
460
460
  /**
461
461
  *
462
462
  * @summary Get DoctorCertificate.
@@ -475,7 +475,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
475
475
  * @param {*} [options] Override http request option.
476
476
  * @throws {RequiredError}
477
477
  */
478
- apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorCertificateModel>>;
478
+ apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
479
479
  /**
480
480
  *
481
481
  * @summary Delete DoctorCertificate.
@@ -509,7 +509,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
509
509
  * @param {*} [options] Override http request option.
510
510
  * @throws {RequiredError}
511
511
  */
512
- apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
512
+ apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
513
513
  /**
514
514
  *
515
515
  * @summary Delete DoctorEducation
@@ -518,7 +518,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
518
518
  * @param {*} [options] Override http request option.
519
519
  * @throws {RequiredError}
520
520
  */
521
- apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
521
+ apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
522
522
  /**
523
523
  *
524
524
  * @summary Get DoctorEducation.
@@ -537,7 +537,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
537
537
  * @param {*} [options] Override http request option.
538
538
  * @throws {RequiredError}
539
539
  */
540
- apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
540
+ apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
541
541
  /**
542
542
  *
543
543
  * @summary Get all DoctorEducations.
@@ -565,7 +565,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
565
565
  apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorEducationModel>>;
566
566
  /**
567
567
  *
568
- * @summary
568
+ * @summary Get doctor
569
569
  * @param {string} doctorId
570
570
  * @param {*} [options] Override http request option.
571
571
  * @throws {RequiredError}
@@ -692,7 +692,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
692
692
  * @param {*} [options] Override http request option.
693
693
  * @throws {RequiredError}
694
694
  */
695
- apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
695
+ apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
696
696
  /**
697
697
  *
698
698
  * @summary Get DoctorPortfolio.
@@ -711,7 +711,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
711
711
  * @param {*} [options] Override http request option.
712
712
  * @throws {RequiredError}
713
713
  */
714
- apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorPortfolioModel>>;
714
+ apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
715
715
  /**
716
716
  *
717
717
  * @summary Create DoctorPortfolio.
@@ -729,7 +729,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
729
729
  * @param {*} [options] Override http request option.
730
730
  * @throws {RequiredError}
731
731
  */
732
- apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorModel>>;
732
+ apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
733
733
  /**
734
734
  *
735
735
  * @summary Delete Doctor.
@@ -737,7 +737,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
737
737
  * @param {*} [options] Override http request option.
738
738
  * @throws {RequiredError}
739
739
  */
740
- apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
740
+ apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
741
741
  /**
742
742
  *
743
743
  * @summary Get All DoctorSpecialties.
@@ -856,7 +856,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
856
856
  * @param {*} [options] Override http request option.
857
857
  * @throws {RequiredError}
858
858
  */
859
- apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: any): AxiosPromise<boolean>;
859
+ apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: any): AxiosPromise<void>;
860
860
  /**
861
861
  *
862
862
  * @summary Get DoctorCertificate.
@@ -875,7 +875,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
875
875
  * @param {*} [options] Override http request option.
876
876
  * @throws {RequiredError}
877
877
  */
878
- apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: any): AxiosPromise<DoctorCertificateModel>;
878
+ apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: any): AxiosPromise<void>;
879
879
  /**
880
880
  *
881
881
  * @summary Delete DoctorCertificate.
@@ -909,7 +909,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
909
909
  * @param {*} [options] Override http request option.
910
910
  * @throws {RequiredError}
911
911
  */
912
- apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
912
+ apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: any): AxiosPromise<void>;
913
913
  /**
914
914
  *
915
915
  * @summary Delete DoctorEducation
@@ -918,7 +918,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
918
918
  * @param {*} [options] Override http request option.
919
919
  * @throws {RequiredError}
920
920
  */
921
- apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: any): AxiosPromise<boolean>;
921
+ apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: any): AxiosPromise<void>;
922
922
  /**
923
923
  *
924
924
  * @summary Get DoctorEducation.
@@ -937,7 +937,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
937
937
  * @param {*} [options] Override http request option.
938
938
  * @throws {RequiredError}
939
939
  */
940
- apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: any): AxiosPromise<DoctorEducationModel>;
940
+ apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: any): AxiosPromise<void>;
941
941
  /**
942
942
  *
943
943
  * @summary Get all DoctorEducations.
@@ -965,7 +965,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
965
965
  apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: any): AxiosPromise<DoctorEducationModel>;
966
966
  /**
967
967
  *
968
- * @summary
968
+ * @summary Get doctor
969
969
  * @param {string} doctorId
970
970
  * @param {*} [options] Override http request option.
971
971
  * @throws {RequiredError}
@@ -1092,7 +1092,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
1092
1092
  * @param {*} [options] Override http request option.
1093
1093
  * @throws {RequiredError}
1094
1094
  */
1095
- apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: any): AxiosPromise<boolean>;
1095
+ apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: any): AxiosPromise<void>;
1096
1096
  /**
1097
1097
  *
1098
1098
  * @summary Get DoctorPortfolio.
@@ -1111,7 +1111,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
1111
1111
  * @param {*} [options] Override http request option.
1112
1112
  * @throws {RequiredError}
1113
1113
  */
1114
- apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: any): AxiosPromise<DoctorPortfolioModel>;
1114
+ apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: any): AxiosPromise<void>;
1115
1115
  /**
1116
1116
  *
1117
1117
  * @summary Create DoctorPortfolio.
@@ -1129,7 +1129,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
1129
1129
  * @param {*} [options] Override http request option.
1130
1130
  * @throws {RequiredError}
1131
1131
  */
1132
- apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: any): AxiosPromise<DoctorModel>;
1132
+ apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: any): AxiosPromise<void>;
1133
1133
  /**
1134
1134
  *
1135
1135
  * @summary Delete Doctor.
@@ -1137,7 +1137,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
1137
1137
  * @param {*} [options] Override http request option.
1138
1138
  * @throws {RequiredError}
1139
1139
  */
1140
- apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: any): AxiosPromise<boolean>;
1140
+ apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: any): AxiosPromise<void>;
1141
1141
  /**
1142
1142
  *
1143
1143
  * @summary Get All DoctorSpecialties.
@@ -1243,6 +1243,1075 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
1243
1243
  */
1244
1244
  apiV1DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorsSimpleModel>;
1245
1245
  };
1246
+ /**
1247
+ * Request parameters for apiV1DoctorsDoctorIdCertificatesCertificateIdDelete operation in DoctorsApi.
1248
+ * @export
1249
+ * @interface DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDeleteRequest
1250
+ */
1251
+ export interface DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDeleteRequest {
1252
+ /**
1253
+ *
1254
+ * @type {string}
1255
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDelete
1256
+ */
1257
+ readonly doctorId: string;
1258
+ /**
1259
+ *
1260
+ * @type {string}
1261
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDelete
1262
+ */
1263
+ readonly certificateId: string;
1264
+ }
1265
+ /**
1266
+ * Request parameters for apiV1DoctorsDoctorIdCertificatesCertificateIdGet operation in DoctorsApi.
1267
+ * @export
1268
+ * @interface DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGetRequest
1269
+ */
1270
+ export interface DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGetRequest {
1271
+ /**
1272
+ *
1273
+ * @type {string}
1274
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGet
1275
+ */
1276
+ readonly doctorId: string;
1277
+ /**
1278
+ *
1279
+ * @type {string}
1280
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGet
1281
+ */
1282
+ readonly certificateId: string;
1283
+ }
1284
+ /**
1285
+ * Request parameters for apiV1DoctorsDoctorIdCertificatesCertificateIdPut operation in DoctorsApi.
1286
+ * @export
1287
+ * @interface DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPutRequest
1288
+ */
1289
+ export interface DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPutRequest {
1290
+ /**
1291
+ *
1292
+ * @type {string}
1293
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPut
1294
+ */
1295
+ readonly doctorId: string;
1296
+ /**
1297
+ *
1298
+ * @type {string}
1299
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPut
1300
+ */
1301
+ readonly certificateId: string;
1302
+ /**
1303
+ *
1304
+ * @type {UpdateDoctorCertificateCommand}
1305
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPut
1306
+ */
1307
+ readonly updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand;
1308
+ }
1309
+ /**
1310
+ * Request parameters for apiV1DoctorsDoctorIdCertificatesGet operation in DoctorsApi.
1311
+ * @export
1312
+ * @interface DoctorsApiApiV1DoctorsDoctorIdCertificatesGetRequest
1313
+ */
1314
+ export interface DoctorsApiApiV1DoctorsDoctorIdCertificatesGetRequest {
1315
+ /**
1316
+ *
1317
+ * @type {string}
1318
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1319
+ */
1320
+ readonly doctorId: string;
1321
+ /**
1322
+ *
1323
+ * @type {string}
1324
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1325
+ */
1326
+ readonly doctorName?: string;
1327
+ /**
1328
+ *
1329
+ * @type {string}
1330
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1331
+ */
1332
+ readonly certificateId?: string;
1333
+ /**
1334
+ *
1335
+ * @type {string}
1336
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1337
+ */
1338
+ readonly certificate?: string;
1339
+ /**
1340
+ *
1341
+ * @type {Date}
1342
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1343
+ */
1344
+ readonly activeFrom?: Date;
1345
+ /**
1346
+ *
1347
+ * @type {Date}
1348
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1349
+ */
1350
+ readonly activeTo?: Date;
1351
+ /**
1352
+ *
1353
+ * @type {number}
1354
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1355
+ */
1356
+ readonly page?: number;
1357
+ /**
1358
+ *
1359
+ * @type {number}
1360
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1361
+ */
1362
+ readonly limit?: number;
1363
+ /**
1364
+ *
1365
+ * @type {Date}
1366
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesGet
1367
+ */
1368
+ readonly lastRetrieved?: Date;
1369
+ }
1370
+ /**
1371
+ * Request parameters for apiV1DoctorsDoctorIdCertificatesPost operation in DoctorsApi.
1372
+ * @export
1373
+ * @interface DoctorsApiApiV1DoctorsDoctorIdCertificatesPostRequest
1374
+ */
1375
+ export interface DoctorsApiApiV1DoctorsDoctorIdCertificatesPostRequest {
1376
+ /**
1377
+ *
1378
+ * @type {string}
1379
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesPost
1380
+ */
1381
+ readonly doctorId: string;
1382
+ /**
1383
+ *
1384
+ * @type {CreateDoctorCertificateCommand}
1385
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdCertificatesPost
1386
+ */
1387
+ readonly createDoctorCertificateCommand?: CreateDoctorCertificateCommand;
1388
+ }
1389
+ /**
1390
+ * Request parameters for apiV1DoctorsDoctorIdDelete operation in DoctorsApi.
1391
+ * @export
1392
+ * @interface DoctorsApiApiV1DoctorsDoctorIdDeleteRequest
1393
+ */
1394
+ export interface DoctorsApiApiV1DoctorsDoctorIdDeleteRequest {
1395
+ /**
1396
+ *
1397
+ * @type {string}
1398
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdDelete
1399
+ */
1400
+ readonly doctorId: string;
1401
+ /**
1402
+ *
1403
+ * @type {boolean}
1404
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdDelete
1405
+ */
1406
+ readonly isPermanent?: boolean;
1407
+ }
1408
+ /**
1409
+ * Request parameters for apiV1DoctorsDoctorIdEducationsEducationIdDelete operation in DoctorsApi.
1410
+ * @export
1411
+ * @interface DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDeleteRequest
1412
+ */
1413
+ export interface DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDeleteRequest {
1414
+ /**
1415
+ *
1416
+ * @type {string}
1417
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDelete
1418
+ */
1419
+ readonly doctorId: string;
1420
+ /**
1421
+ *
1422
+ * @type {string}
1423
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDelete
1424
+ */
1425
+ readonly educationId: string;
1426
+ }
1427
+ /**
1428
+ * Request parameters for apiV1DoctorsDoctorIdEducationsEducationIdGet operation in DoctorsApi.
1429
+ * @export
1430
+ * @interface DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGetRequest
1431
+ */
1432
+ export interface DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGetRequest {
1433
+ /**
1434
+ *
1435
+ * @type {string}
1436
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGet
1437
+ */
1438
+ readonly doctorId: string;
1439
+ /**
1440
+ *
1441
+ * @type {string}
1442
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGet
1443
+ */
1444
+ readonly educationId: string;
1445
+ }
1446
+ /**
1447
+ * Request parameters for apiV1DoctorsDoctorIdEducationsEducationIdPut operation in DoctorsApi.
1448
+ * @export
1449
+ * @interface DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPutRequest
1450
+ */
1451
+ export interface DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPutRequest {
1452
+ /**
1453
+ *
1454
+ * @type {string}
1455
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPut
1456
+ */
1457
+ readonly doctorId: string;
1458
+ /**
1459
+ *
1460
+ * @type {string}
1461
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPut
1462
+ */
1463
+ readonly educationId: string;
1464
+ /**
1465
+ *
1466
+ * @type {UpdateDoctorEducationCommand}
1467
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPut
1468
+ */
1469
+ readonly updateDoctorEducationCommand?: UpdateDoctorEducationCommand;
1470
+ }
1471
+ /**
1472
+ * Request parameters for apiV1DoctorsDoctorIdEducationsGet operation in DoctorsApi.
1473
+ * @export
1474
+ * @interface DoctorsApiApiV1DoctorsDoctorIdEducationsGetRequest
1475
+ */
1476
+ export interface DoctorsApiApiV1DoctorsDoctorIdEducationsGetRequest {
1477
+ /**
1478
+ *
1479
+ * @type {string}
1480
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1481
+ */
1482
+ readonly doctorId: string;
1483
+ /**
1484
+ *
1485
+ * @type {string}
1486
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1487
+ */
1488
+ readonly doctorName?: string;
1489
+ /**
1490
+ *
1491
+ * @type {string}
1492
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1493
+ */
1494
+ readonly educationId?: string;
1495
+ /**
1496
+ *
1497
+ * @type {string}
1498
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1499
+ */
1500
+ readonly institution?: string;
1501
+ /**
1502
+ *
1503
+ * @type {string}
1504
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1505
+ */
1506
+ readonly qualification?: string;
1507
+ /**
1508
+ *
1509
+ * @type {Date}
1510
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1511
+ */
1512
+ readonly graduationDate?: Date;
1513
+ /**
1514
+ *
1515
+ * @type {number}
1516
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1517
+ */
1518
+ readonly page?: number;
1519
+ /**
1520
+ *
1521
+ * @type {number}
1522
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1523
+ */
1524
+ readonly limit?: number;
1525
+ /**
1526
+ *
1527
+ * @type {Date}
1528
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsGet
1529
+ */
1530
+ readonly lastRetrieved?: Date;
1531
+ }
1532
+ /**
1533
+ * Request parameters for apiV1DoctorsDoctorIdEducationsPost operation in DoctorsApi.
1534
+ * @export
1535
+ * @interface DoctorsApiApiV1DoctorsDoctorIdEducationsPostRequest
1536
+ */
1537
+ export interface DoctorsApiApiV1DoctorsDoctorIdEducationsPostRequest {
1538
+ /**
1539
+ *
1540
+ * @type {string}
1541
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsPost
1542
+ */
1543
+ readonly doctorId: string;
1544
+ /**
1545
+ *
1546
+ * @type {CreateDoctorEducationCommand}
1547
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdEducationsPost
1548
+ */
1549
+ readonly createDoctorEducationCommand?: CreateDoctorEducationCommand;
1550
+ }
1551
+ /**
1552
+ * Request parameters for apiV1DoctorsDoctorIdGet operation in DoctorsApi.
1553
+ * @export
1554
+ * @interface DoctorsApiApiV1DoctorsDoctorIdGetRequest
1555
+ */
1556
+ export interface DoctorsApiApiV1DoctorsDoctorIdGetRequest {
1557
+ /**
1558
+ *
1559
+ * @type {string}
1560
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdGet
1561
+ */
1562
+ readonly doctorId: string;
1563
+ }
1564
+ /**
1565
+ * Request parameters for apiV1DoctorsDoctorIdLanguagesGet operation in DoctorsApi.
1566
+ * @export
1567
+ * @interface DoctorsApiApiV1DoctorsDoctorIdLanguagesGetRequest
1568
+ */
1569
+ export interface DoctorsApiApiV1DoctorsDoctorIdLanguagesGetRequest {
1570
+ /**
1571
+ *
1572
+ * @type {string}
1573
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesGet
1574
+ */
1575
+ readonly doctorId: string;
1576
+ /**
1577
+ *
1578
+ * @type {string}
1579
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesGet
1580
+ */
1581
+ readonly languageCode?: string;
1582
+ /**
1583
+ *
1584
+ * @type {number}
1585
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesGet
1586
+ */
1587
+ readonly page?: number;
1588
+ /**
1589
+ *
1590
+ * @type {number}
1591
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesGet
1592
+ */
1593
+ readonly limit?: number;
1594
+ /**
1595
+ *
1596
+ * @type {Date}
1597
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesGet
1598
+ */
1599
+ readonly lastRetrieved?: Date;
1600
+ }
1601
+ /**
1602
+ * Request parameters for apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete operation in DoctorsApi.
1603
+ * @export
1604
+ * @interface DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDeleteRequest
1605
+ */
1606
+ export interface DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDeleteRequest {
1607
+ /**
1608
+ *
1609
+ * @type {string}
1610
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDelete
1611
+ */
1612
+ readonly doctorId: string;
1613
+ /**
1614
+ *
1615
+ * @type {string}
1616
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDelete
1617
+ */
1618
+ readonly languageCode: string;
1619
+ }
1620
+ /**
1621
+ * Request parameters for apiV1DoctorsDoctorIdLanguagesLanguageCodeGet operation in DoctorsApi.
1622
+ * @export
1623
+ * @interface DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGetRequest
1624
+ */
1625
+ export interface DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGetRequest {
1626
+ /**
1627
+ *
1628
+ * @type {string}
1629
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGet
1630
+ */
1631
+ readonly doctorId: string;
1632
+ /**
1633
+ *
1634
+ * @type {string}
1635
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGet
1636
+ */
1637
+ readonly languageCode: string;
1638
+ }
1639
+ /**
1640
+ * Request parameters for apiV1DoctorsDoctorIdLanguagesLanguageCodePut operation in DoctorsApi.
1641
+ * @export
1642
+ * @interface DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePutRequest
1643
+ */
1644
+ export interface DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePutRequest {
1645
+ /**
1646
+ *
1647
+ * @type {string}
1648
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePut
1649
+ */
1650
+ readonly doctorId: string;
1651
+ /**
1652
+ *
1653
+ * @type {string}
1654
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePut
1655
+ */
1656
+ readonly languageCode: string;
1657
+ /**
1658
+ *
1659
+ * @type {UpdateDoctorLanguageCommand}
1660
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePut
1661
+ */
1662
+ readonly updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand;
1663
+ }
1664
+ /**
1665
+ * Request parameters for apiV1DoctorsDoctorIdLanguagesPost operation in DoctorsApi.
1666
+ * @export
1667
+ * @interface DoctorsApiApiV1DoctorsDoctorIdLanguagesPostRequest
1668
+ */
1669
+ export interface DoctorsApiApiV1DoctorsDoctorIdLanguagesPostRequest {
1670
+ /**
1671
+ *
1672
+ * @type {string}
1673
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesPost
1674
+ */
1675
+ readonly doctorId: string;
1676
+ /**
1677
+ *
1678
+ * @type {CreateDoctorLanguageCommand}
1679
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdLanguagesPost
1680
+ */
1681
+ readonly createDoctorLanguageCommand?: CreateDoctorLanguageCommand;
1682
+ }
1683
+ /**
1684
+ * Request parameters for apiV1DoctorsDoctorIdMediasGet operation in DoctorsApi.
1685
+ * @export
1686
+ * @interface DoctorsApiApiV1DoctorsDoctorIdMediasGetRequest
1687
+ */
1688
+ export interface DoctorsApiApiV1DoctorsDoctorIdMediasGetRequest {
1689
+ /**
1690
+ *
1691
+ * @type {string}
1692
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasGet
1693
+ */
1694
+ readonly doctorId: string;
1695
+ /**
1696
+ *
1697
+ * @type {string}
1698
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasGet
1699
+ */
1700
+ readonly id?: string;
1701
+ /**
1702
+ *
1703
+ * @type {MediaType}
1704
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasGet
1705
+ */
1706
+ readonly mediaType?: MediaType;
1707
+ /**
1708
+ *
1709
+ * @type {number}
1710
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasGet
1711
+ */
1712
+ readonly page?: number;
1713
+ /**
1714
+ *
1715
+ * @type {number}
1716
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasGet
1717
+ */
1718
+ readonly limit?: number;
1719
+ /**
1720
+ *
1721
+ * @type {Date}
1722
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasGet
1723
+ */
1724
+ readonly lastRetrieved?: Date;
1725
+ }
1726
+ /**
1727
+ * Request parameters for apiV1DoctorsDoctorIdMediasMediaIdDelete operation in DoctorsApi.
1728
+ * @export
1729
+ * @interface DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDeleteRequest
1730
+ */
1731
+ export interface DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDeleteRequest {
1732
+ /**
1733
+ *
1734
+ * @type {string}
1735
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDelete
1736
+ */
1737
+ readonly doctorId: string;
1738
+ /**
1739
+ *
1740
+ * @type {string}
1741
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDelete
1742
+ */
1743
+ readonly mediaId: string;
1744
+ }
1745
+ /**
1746
+ * Request parameters for apiV1DoctorsDoctorIdMediasMediaIdGet operation in DoctorsApi.
1747
+ * @export
1748
+ * @interface DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGetRequest
1749
+ */
1750
+ export interface DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGetRequest {
1751
+ /**
1752
+ *
1753
+ * @type {string}
1754
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGet
1755
+ */
1756
+ readonly doctorId: string;
1757
+ /**
1758
+ *
1759
+ * @type {string}
1760
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGet
1761
+ */
1762
+ readonly mediaId: string;
1763
+ }
1764
+ /**
1765
+ * Request parameters for apiV1DoctorsDoctorIdMediasMediaIdPut operation in DoctorsApi.
1766
+ * @export
1767
+ * @interface DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPutRequest
1768
+ */
1769
+ export interface DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPutRequest {
1770
+ /**
1771
+ *
1772
+ * @type {string}
1773
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPut
1774
+ */
1775
+ readonly doctorId: string;
1776
+ /**
1777
+ *
1778
+ * @type {string}
1779
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPut
1780
+ */
1781
+ readonly mediaId: string;
1782
+ /**
1783
+ *
1784
+ * @type {UpdateMediaCommand}
1785
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPut
1786
+ */
1787
+ readonly updateMediaCommand?: UpdateMediaCommand;
1788
+ }
1789
+ /**
1790
+ * Request parameters for apiV1DoctorsDoctorIdMediasPost operation in DoctorsApi.
1791
+ * @export
1792
+ * @interface DoctorsApiApiV1DoctorsDoctorIdMediasPostRequest
1793
+ */
1794
+ export interface DoctorsApiApiV1DoctorsDoctorIdMediasPostRequest {
1795
+ /**
1796
+ *
1797
+ * @type {string}
1798
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasPost
1799
+ */
1800
+ readonly doctorId: string;
1801
+ /**
1802
+ *
1803
+ * @type {CreateMediaCommand}
1804
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdMediasPost
1805
+ */
1806
+ readonly createMediaCommand?: CreateMediaCommand;
1807
+ }
1808
+ /**
1809
+ * Request parameters for apiV1DoctorsDoctorIdPortfoliosGet operation in DoctorsApi.
1810
+ * @export
1811
+ * @interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosGetRequest
1812
+ */
1813
+ export interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosGetRequest {
1814
+ /**
1815
+ *
1816
+ * @type {string}
1817
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosGet
1818
+ */
1819
+ readonly doctorId: string;
1820
+ /**
1821
+ *
1822
+ * @type {string}
1823
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosGet
1824
+ */
1825
+ readonly doctorName?: string;
1826
+ /**
1827
+ *
1828
+ * @type {string}
1829
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosGet
1830
+ */
1831
+ readonly portfolioId?: string;
1832
+ /**
1833
+ *
1834
+ * @type {string}
1835
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosGet
1836
+ */
1837
+ readonly name?: string;
1838
+ /**
1839
+ *
1840
+ * @type {number}
1841
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosGet
1842
+ */
1843
+ readonly page?: number;
1844
+ /**
1845
+ *
1846
+ * @type {number}
1847
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosGet
1848
+ */
1849
+ readonly limit?: number;
1850
+ /**
1851
+ *
1852
+ * @type {Date}
1853
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosGet
1854
+ */
1855
+ readonly lastRetrieved?: Date;
1856
+ }
1857
+ /**
1858
+ * Request parameters for apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete operation in DoctorsApi.
1859
+ * @export
1860
+ * @interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDeleteRequest
1861
+ */
1862
+ export interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDeleteRequest {
1863
+ /**
1864
+ *
1865
+ * @type {string}
1866
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete
1867
+ */
1868
+ readonly doctorId: string;
1869
+ /**
1870
+ *
1871
+ * @type {string}
1872
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete
1873
+ */
1874
+ readonly portfolioId: string;
1875
+ }
1876
+ /**
1877
+ * Request parameters for apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet operation in DoctorsApi.
1878
+ * @export
1879
+ * @interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGetRequest
1880
+ */
1881
+ export interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGetRequest {
1882
+ /**
1883
+ *
1884
+ * @type {string}
1885
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGet
1886
+ */
1887
+ readonly doctorId: string;
1888
+ /**
1889
+ *
1890
+ * @type {string}
1891
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGet
1892
+ */
1893
+ readonly portfolioId: string;
1894
+ }
1895
+ /**
1896
+ * Request parameters for apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut operation in DoctorsApi.
1897
+ * @export
1898
+ * @interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPutRequest
1899
+ */
1900
+ export interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPutRequest {
1901
+ /**
1902
+ *
1903
+ * @type {string}
1904
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPut
1905
+ */
1906
+ readonly doctorId: string;
1907
+ /**
1908
+ *
1909
+ * @type {string}
1910
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPut
1911
+ */
1912
+ readonly portfolioId: string;
1913
+ /**
1914
+ *
1915
+ * @type {UpdateDoctorPortfolioCommand}
1916
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPut
1917
+ */
1918
+ readonly updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand;
1919
+ }
1920
+ /**
1921
+ * Request parameters for apiV1DoctorsDoctorIdPortfoliosPost operation in DoctorsApi.
1922
+ * @export
1923
+ * @interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPostRequest
1924
+ */
1925
+ export interface DoctorsApiApiV1DoctorsDoctorIdPortfoliosPostRequest {
1926
+ /**
1927
+ *
1928
+ * @type {string}
1929
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPost
1930
+ */
1931
+ readonly doctorId: string;
1932
+ /**
1933
+ *
1934
+ * @type {CreateDoctorPortfolioCommand}
1935
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPortfoliosPost
1936
+ */
1937
+ readonly createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand;
1938
+ }
1939
+ /**
1940
+ * Request parameters for apiV1DoctorsDoctorIdPut operation in DoctorsApi.
1941
+ * @export
1942
+ * @interface DoctorsApiApiV1DoctorsDoctorIdPutRequest
1943
+ */
1944
+ export interface DoctorsApiApiV1DoctorsDoctorIdPutRequest {
1945
+ /**
1946
+ *
1947
+ * @type {string}
1948
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPut
1949
+ */
1950
+ readonly doctorId: string;
1951
+ /**
1952
+ *
1953
+ * @type {UpdateDoctorCommand}
1954
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdPut
1955
+ */
1956
+ readonly updateDoctorCommand?: UpdateDoctorCommand;
1957
+ }
1958
+ /**
1959
+ * Request parameters for apiV1DoctorsDoctorIdReactivePut operation in DoctorsApi.
1960
+ * @export
1961
+ * @interface DoctorsApiApiV1DoctorsDoctorIdReactivePutRequest
1962
+ */
1963
+ export interface DoctorsApiApiV1DoctorsDoctorIdReactivePutRequest {
1964
+ /**
1965
+ *
1966
+ * @type {string}
1967
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdReactivePut
1968
+ */
1969
+ readonly doctorId: string;
1970
+ }
1971
+ /**
1972
+ * Request parameters for apiV1DoctorsDoctorIdSpecialtiesGet operation in DoctorsApi.
1973
+ * @export
1974
+ * @interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGetRequest
1975
+ */
1976
+ export interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGetRequest {
1977
+ /**
1978
+ *
1979
+ * @type {string}
1980
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
1981
+ */
1982
+ readonly doctorId: string;
1983
+ /**
1984
+ *
1985
+ * @type {string}
1986
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
1987
+ */
1988
+ readonly doctorName?: string;
1989
+ /**
1990
+ *
1991
+ * @type {string}
1992
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
1993
+ */
1994
+ readonly specialtyId?: string;
1995
+ /**
1996
+ *
1997
+ * @type {string}
1998
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
1999
+ */
2000
+ readonly specialtyName?: string;
2001
+ /**
2002
+ *
2003
+ * @type {string}
2004
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
2005
+ */
2006
+ readonly languageCode?: string;
2007
+ /**
2008
+ *
2009
+ * @type {number}
2010
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
2011
+ */
2012
+ readonly page?: number;
2013
+ /**
2014
+ *
2015
+ * @type {number}
2016
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
2017
+ */
2018
+ readonly limit?: number;
2019
+ /**
2020
+ *
2021
+ * @type {Date}
2022
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGet
2023
+ */
2024
+ readonly lastRetrieved?: Date;
2025
+ }
2026
+ /**
2027
+ * Request parameters for apiV1DoctorsDoctorIdSpecialtiesPost operation in DoctorsApi.
2028
+ * @export
2029
+ * @interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPostRequest
2030
+ */
2031
+ export interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPostRequest {
2032
+ /**
2033
+ *
2034
+ * @type {string}
2035
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPost
2036
+ */
2037
+ readonly doctorId: string;
2038
+ /**
2039
+ *
2040
+ * @type {CreateDoctorSpecialtyCommand}
2041
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPost
2042
+ */
2043
+ readonly createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand;
2044
+ }
2045
+ /**
2046
+ * Request parameters for apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete operation in DoctorsApi.
2047
+ * @export
2048
+ * @interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDeleteRequest
2049
+ */
2050
+ export interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDeleteRequest {
2051
+ /**
2052
+ *
2053
+ * @type {string}
2054
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete
2055
+ */
2056
+ readonly doctorId: string;
2057
+ /**
2058
+ *
2059
+ * @type {string}
2060
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete
2061
+ */
2062
+ readonly specialtyId: string;
2063
+ }
2064
+ /**
2065
+ * Request parameters for apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet operation in DoctorsApi.
2066
+ * @export
2067
+ * @interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest
2068
+ */
2069
+ export interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest {
2070
+ /**
2071
+ *
2072
+ * @type {string}
2073
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet
2074
+ */
2075
+ readonly doctorId: string;
2076
+ /**
2077
+ *
2078
+ * @type {string}
2079
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet
2080
+ */
2081
+ readonly specialtyId: string;
2082
+ }
2083
+ /**
2084
+ * Request parameters for apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut operation in DoctorsApi.
2085
+ * @export
2086
+ * @interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPutRequest
2087
+ */
2088
+ export interface DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPutRequest {
2089
+ /**
2090
+ *
2091
+ * @type {string}
2092
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut
2093
+ */
2094
+ readonly doctorId: string;
2095
+ /**
2096
+ *
2097
+ * @type {string}
2098
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut
2099
+ */
2100
+ readonly specialtyId: string;
2101
+ /**
2102
+ *
2103
+ * @type {UpdateDoctorSpecialtyCommand}
2104
+ * @memberof DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut
2105
+ */
2106
+ readonly updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand;
2107
+ }
2108
+ /**
2109
+ * Request parameters for apiV1DoctorsGet operation in DoctorsApi.
2110
+ * @export
2111
+ * @interface DoctorsApiApiV1DoctorsGetRequest
2112
+ */
2113
+ export interface DoctorsApiApiV1DoctorsGetRequest {
2114
+ /**
2115
+ *
2116
+ * @type {string}
2117
+ * @memberof DoctorsApiApiV1DoctorsGet
2118
+ */
2119
+ readonly hospitalId?: string;
2120
+ /**
2121
+ *
2122
+ * @type {string}
2123
+ * @memberof DoctorsApiApiV1DoctorsGet
2124
+ */
2125
+ readonly hospitalName?: string;
2126
+ /**
2127
+ *
2128
+ * @type {Array<string>}
2129
+ * @memberof DoctorsApiApiV1DoctorsGet
2130
+ */
2131
+ readonly ids?: Array<string>;
2132
+ /**
2133
+ *
2134
+ * @type {string}
2135
+ * @memberof DoctorsApiApiV1DoctorsGet
2136
+ */
2137
+ readonly specialtyId?: string;
2138
+ /**
2139
+ *
2140
+ * @type {boolean}
2141
+ * @memberof DoctorsApiApiV1DoctorsGet
2142
+ */
2143
+ readonly consultationEnabled?: boolean;
2144
+ /**
2145
+ *
2146
+ * @type {string}
2147
+ * @memberof DoctorsApiApiV1DoctorsGet
2148
+ */
2149
+ readonly id?: string;
2150
+ /**
2151
+ *
2152
+ * @type {string}
2153
+ * @memberof DoctorsApiApiV1DoctorsGet
2154
+ */
2155
+ readonly fullname?: string;
2156
+ /**
2157
+ *
2158
+ * @type {string}
2159
+ * @memberof DoctorsApiApiV1DoctorsGet
2160
+ */
2161
+ readonly email?: string;
2162
+ /**
2163
+ *
2164
+ * @type {Gender}
2165
+ * @memberof DoctorsApiApiV1DoctorsGet
2166
+ */
2167
+ readonly gender?: Gender;
2168
+ /**
2169
+ *
2170
+ * @type {Date}
2171
+ * @memberof DoctorsApiApiV1DoctorsGet
2172
+ */
2173
+ readonly dateOfBirth?: Date;
2174
+ /**
2175
+ *
2176
+ * @type {Date}
2177
+ * @memberof DoctorsApiApiV1DoctorsGet
2178
+ */
2179
+ readonly created?: Date;
2180
+ /**
2181
+ *
2182
+ * @type {boolean}
2183
+ * @memberof DoctorsApiApiV1DoctorsGet
2184
+ */
2185
+ readonly showHidden?: boolean;
2186
+ /**
2187
+ *
2188
+ * @type {number}
2189
+ * @memberof DoctorsApiApiV1DoctorsGet
2190
+ */
2191
+ readonly page?: number;
2192
+ /**
2193
+ *
2194
+ * @type {number}
2195
+ * @memberof DoctorsApiApiV1DoctorsGet
2196
+ */
2197
+ readonly limit?: number;
2198
+ /**
2199
+ *
2200
+ * @type {Date}
2201
+ * @memberof DoctorsApiApiV1DoctorsGet
2202
+ */
2203
+ readonly lastRetrieved?: Date;
2204
+ }
2205
+ /**
2206
+ * Request parameters for apiV1DoctorsPost operation in DoctorsApi.
2207
+ * @export
2208
+ * @interface DoctorsApiApiV1DoctorsPostRequest
2209
+ */
2210
+ export interface DoctorsApiApiV1DoctorsPostRequest {
2211
+ /**
2212
+ *
2213
+ * @type {CreateDoctorCommand}
2214
+ * @memberof DoctorsApiApiV1DoctorsPost
2215
+ */
2216
+ readonly createDoctorCommand?: CreateDoctorCommand;
2217
+ }
2218
+ /**
2219
+ * Request parameters for apiV1DoctorsSimpleGet operation in DoctorsApi.
2220
+ * @export
2221
+ * @interface DoctorsApiApiV1DoctorsSimpleGetRequest
2222
+ */
2223
+ export interface DoctorsApiApiV1DoctorsSimpleGetRequest {
2224
+ /**
2225
+ *
2226
+ * @type {string}
2227
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2228
+ */
2229
+ readonly hospitalId?: string;
2230
+ /**
2231
+ *
2232
+ * @type {string}
2233
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2234
+ */
2235
+ readonly hospitalName?: string;
2236
+ /**
2237
+ *
2238
+ * @type {Array<string>}
2239
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2240
+ */
2241
+ readonly ids?: Array<string>;
2242
+ /**
2243
+ *
2244
+ * @type {string}
2245
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2246
+ */
2247
+ readonly specialtyId?: string;
2248
+ /**
2249
+ *
2250
+ * @type {boolean}
2251
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2252
+ */
2253
+ readonly consultationEnabled?: boolean;
2254
+ /**
2255
+ *
2256
+ * @type {string}
2257
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2258
+ */
2259
+ readonly id?: string;
2260
+ /**
2261
+ *
2262
+ * @type {string}
2263
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2264
+ */
2265
+ readonly fullname?: string;
2266
+ /**
2267
+ *
2268
+ * @type {string}
2269
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2270
+ */
2271
+ readonly email?: string;
2272
+ /**
2273
+ *
2274
+ * @type {Gender}
2275
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2276
+ */
2277
+ readonly gender?: Gender;
2278
+ /**
2279
+ *
2280
+ * @type {Date}
2281
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2282
+ */
2283
+ readonly dateOfBirth?: Date;
2284
+ /**
2285
+ *
2286
+ * @type {Date}
2287
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2288
+ */
2289
+ readonly created?: Date;
2290
+ /**
2291
+ *
2292
+ * @type {boolean}
2293
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2294
+ */
2295
+ readonly showHidden?: boolean;
2296
+ /**
2297
+ *
2298
+ * @type {number}
2299
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2300
+ */
2301
+ readonly page?: number;
2302
+ /**
2303
+ *
2304
+ * @type {number}
2305
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2306
+ */
2307
+ readonly limit?: number;
2308
+ /**
2309
+ *
2310
+ * @type {Date}
2311
+ * @memberof DoctorsApiApiV1DoctorsSimpleGet
2312
+ */
2313
+ readonly lastRetrieved?: Date;
2314
+ }
1246
2315
  /**
1247
2316
  * DoctorsApi - object-oriented interface
1248
2317
  * @export
@@ -1253,433 +2322,335 @@ export declare class DoctorsApi extends BaseAPI {
1253
2322
  /**
1254
2323
  *
1255
2324
  * @summary Delete DoctorCertificate.
1256
- * @param {string} doctorId
1257
- * @param {string} certificateId
2325
+ * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDeleteRequest} requestParameters Request parameters.
1258
2326
  * @param {*} [options] Override http request option.
1259
2327
  * @throws {RequiredError}
1260
2328
  * @memberof DoctorsApi
1261
2329
  */
1262
- apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2330
+ apiV1DoctorsDoctorIdCertificatesCertificateIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1263
2331
  /**
1264
2332
  *
1265
2333
  * @summary Get DoctorCertificate.
1266
- * @param {string} doctorId
1267
- * @param {string} certificateId
2334
+ * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGetRequest} requestParameters Request parameters.
1268
2335
  * @param {*} [options] Override http request option.
1269
2336
  * @throws {RequiredError}
1270
2337
  * @memberof DoctorsApi
1271
2338
  */
1272
- apiV1DoctorsDoctorIdCertificatesCertificateIdGet(doctorId: string, certificateId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
2339
+ apiV1DoctorsDoctorIdCertificatesCertificateIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
1273
2340
  /**
1274
2341
  *
1275
2342
  * @summary Update DoctorCertificate.
1276
- * @param {string} doctorId
1277
- * @param {string} certificateId
1278
- * @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
2343
+ * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPutRequest} requestParameters Request parameters.
1279
2344
  * @param {*} [options] Override http request option.
1280
2345
  * @throws {RequiredError}
1281
2346
  * @memberof DoctorsApi
1282
2347
  */
1283
- apiV1DoctorsDoctorIdCertificatesCertificateIdPut(doctorId: string, certificateId: string, updateDoctorCertificateCommand?: UpdateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
2348
+ apiV1DoctorsDoctorIdCertificatesCertificateIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1284
2349
  /**
1285
2350
  *
1286
2351
  * @summary Delete DoctorCertificate.
1287
- * @param {string} doctorId
1288
- * @param {string} [doctorName]
1289
- * @param {string} [certificateId]
1290
- * @param {string} [certificate]
1291
- * @param {Date} [activeFrom]
1292
- * @param {Date} [activeTo]
1293
- * @param {number} [page]
1294
- * @param {number} [limit]
1295
- * @param {Date} [lastRetrieved]
2352
+ * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesGetRequest} requestParameters Request parameters.
1296
2353
  * @param {*} [options] Override http request option.
1297
2354
  * @throws {RequiredError}
1298
2355
  * @memberof DoctorsApi
1299
2356
  */
1300
- apiV1DoctorsDoctorIdCertificatesGet(doctorId: string, doctorName?: string, certificateId?: string, certificate?: string, activeFrom?: Date, activeTo?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel, any>>;
2357
+ apiV1DoctorsDoctorIdCertificatesGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificatesModel, any>>;
1301
2358
  /**
1302
2359
  *
1303
2360
  * @summary Create DoctorCertificate.
1304
- * @param {string} doctorId
1305
- * @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
2361
+ * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesPostRequest} requestParameters Request parameters.
1306
2362
  * @param {*} [options] Override http request option.
1307
2363
  * @throws {RequiredError}
1308
2364
  * @memberof DoctorsApi
1309
2365
  */
1310
- apiV1DoctorsDoctorIdCertificatesPost(doctorId: string, createDoctorCertificateCommand?: CreateDoctorCertificateCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
2366
+ apiV1DoctorsDoctorIdCertificatesPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdCertificatesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorCertificateModel, any>>;
1311
2367
  /**
1312
2368
  *
1313
2369
  * @summary Delete Doctor.
1314
- * @param {string} doctorId
1315
- * @param {boolean} [isPermanent]
2370
+ * @param {DoctorsApiApiV1DoctorsDoctorIdDeleteRequest} requestParameters Request parameters.
1316
2371
  * @param {*} [options] Override http request option.
1317
2372
  * @throws {RequiredError}
1318
2373
  * @memberof DoctorsApi
1319
2374
  */
1320
- apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2375
+ apiV1DoctorsDoctorIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1321
2376
  /**
1322
2377
  *
1323
2378
  * @summary Delete DoctorEducation
1324
- * @param {string} doctorId
1325
- * @param {string} educationId
2379
+ * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDeleteRequest} requestParameters Request parameters.
1326
2380
  * @param {*} [options] Override http request option.
1327
2381
  * @throws {RequiredError}
1328
2382
  * @memberof DoctorsApi
1329
2383
  */
1330
- apiV1DoctorsDoctorIdEducationsEducationIdDelete(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2384
+ apiV1DoctorsDoctorIdEducationsEducationIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1331
2385
  /**
1332
2386
  *
1333
2387
  * @summary Get DoctorEducation.
1334
- * @param {string} doctorId
1335
- * @param {string} educationId
2388
+ * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGetRequest} requestParameters Request parameters.
1336
2389
  * @param {*} [options] Override http request option.
1337
2390
  * @throws {RequiredError}
1338
2391
  * @memberof DoctorsApi
1339
2392
  */
1340
- apiV1DoctorsDoctorIdEducationsEducationIdGet(doctorId: string, educationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
2393
+ apiV1DoctorsDoctorIdEducationsEducationIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
1341
2394
  /**
1342
2395
  *
1343
2396
  * @summary Update DoctorEducation.
1344
- * @param {string} doctorId
1345
- * @param {string} educationId
1346
- * @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
2397
+ * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPutRequest} requestParameters Request parameters.
1347
2398
  * @param {*} [options] Override http request option.
1348
2399
  * @throws {RequiredError}
1349
2400
  * @memberof DoctorsApi
1350
2401
  */
1351
- apiV1DoctorsDoctorIdEducationsEducationIdPut(doctorId: string, educationId: string, updateDoctorEducationCommand?: UpdateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
2402
+ apiV1DoctorsDoctorIdEducationsEducationIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1352
2403
  /**
1353
2404
  *
1354
2405
  * @summary Get all DoctorEducations.
1355
- * @param {string} doctorId
1356
- * @param {string} [doctorName]
1357
- * @param {string} [educationId]
1358
- * @param {string} [institution]
1359
- * @param {string} [qualification]
1360
- * @param {Date} [graduationDate]
1361
- * @param {number} [page]
1362
- * @param {number} [limit]
1363
- * @param {Date} [lastRetrieved]
2406
+ * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsGetRequest} requestParameters Request parameters.
1364
2407
  * @param {*} [options] Override http request option.
1365
2408
  * @throws {RequiredError}
1366
2409
  * @memberof DoctorsApi
1367
2410
  */
1368
- apiV1DoctorsDoctorIdEducationsGet(doctorId: string, doctorName?: string, educationId?: string, institution?: string, qualification?: string, graduationDate?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel, any>>;
2411
+ apiV1DoctorsDoctorIdEducationsGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationsModel, any>>;
1369
2412
  /**
1370
2413
  *
1371
2414
  * @summary Create DoctorEducation.
1372
- * @param {string} doctorId
1373
- * @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
2415
+ * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsPostRequest} requestParameters Request parameters.
1374
2416
  * @param {*} [options] Override http request option.
1375
2417
  * @throws {RequiredError}
1376
2418
  * @memberof DoctorsApi
1377
2419
  */
1378
- apiV1DoctorsDoctorIdEducationsPost(doctorId: string, createDoctorEducationCommand?: CreateDoctorEducationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
2420
+ apiV1DoctorsDoctorIdEducationsPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdEducationsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorEducationModel, any>>;
1379
2421
  /**
1380
2422
  *
1381
- * @summary
1382
- * @param {string} doctorId
2423
+ * @summary Get doctor
2424
+ * @param {DoctorsApiApiV1DoctorsDoctorIdGetRequest} requestParameters Request parameters.
1383
2425
  * @param {*} [options] Override http request option.
1384
2426
  * @throws {RequiredError}
1385
2427
  * @memberof DoctorsApi
1386
2428
  */
1387
- apiV1DoctorsDoctorIdGet(doctorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
2429
+ apiV1DoctorsDoctorIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
1388
2430
  /**
1389
2431
  *
1390
2432
  * @summary Get all DoctorLanguages.
1391
- * @param {string} doctorId
1392
- * @param {string} [languageCode]
1393
- * @param {number} [page]
1394
- * @param {number} [limit]
1395
- * @param {Date} [lastRetrieved]
2433
+ * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesGetRequest} requestParameters Request parameters.
1396
2434
  * @param {*} [options] Override http request option.
1397
2435
  * @throws {RequiredError}
1398
2436
  * @memberof DoctorsApi
1399
2437
  */
1400
- apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguagesModel, any>>;
2438
+ apiV1DoctorsDoctorIdLanguagesGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguagesModel, any>>;
1401
2439
  /**
1402
2440
  *
1403
2441
  * @summary Delete DoctorLanguage
1404
- * @param {string} doctorId
1405
- * @param {string} languageCode
2442
+ * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDeleteRequest} requestParameters Request parameters.
1406
2443
  * @param {*} [options] Override http request option.
1407
2444
  * @throws {RequiredError}
1408
2445
  * @memberof DoctorsApi
1409
2446
  */
1410
- apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2447
+ apiV1DoctorsDoctorIdLanguagesLanguageCodeDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1411
2448
  /**
1412
2449
  *
1413
2450
  * @summary Get DoctorLanguage.
1414
- * @param {string} doctorId
1415
- * @param {string} languageCode
2451
+ * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGetRequest} requestParameters Request parameters.
1416
2452
  * @param {*} [options] Override http request option.
1417
2453
  * @throws {RequiredError}
1418
2454
  * @memberof DoctorsApi
1419
2455
  */
1420
- apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(doctorId: string, languageCode: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel, any>>;
2456
+ apiV1DoctorsDoctorIdLanguagesLanguageCodeGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel, any>>;
1421
2457
  /**
1422
2458
  *
1423
2459
  * @summary Update DoctorLanguage.
1424
- * @param {string} doctorId
1425
- * @param {string} languageCode
1426
- * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
2460
+ * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePutRequest} requestParameters Request parameters.
1427
2461
  * @param {*} [options] Override http request option.
1428
2462
  * @throws {RequiredError}
1429
2463
  * @memberof DoctorsApi
1430
2464
  */
1431
- apiV1DoctorsDoctorIdLanguagesLanguageCodePut(doctorId: string, languageCode: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2465
+ apiV1DoctorsDoctorIdLanguagesLanguageCodePut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1432
2466
  /**
1433
2467
  *
1434
2468
  * @summary Create DoctorLanguage.
1435
- * @param {string} doctorId
1436
- * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
2469
+ * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesPostRequest} requestParameters Request parameters.
1437
2470
  * @param {*} [options] Override http request option.
1438
2471
  * @throws {RequiredError}
1439
2472
  * @memberof DoctorsApi
1440
2473
  */
1441
- apiV1DoctorsDoctorIdLanguagesPost(doctorId: string, createDoctorLanguageCommand?: CreateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2474
+ apiV1DoctorsDoctorIdLanguagesPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdLanguagesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1442
2475
  /**
1443
2476
  *
1444
2477
  * @summary Get all DoctorMedias.
1445
- * @param {string} doctorId
1446
- * @param {string} [id]
1447
- * @param {MediaType} [mediaType]
1448
- * @param {number} [page]
1449
- * @param {number} [limit]
1450
- * @param {Date} [lastRetrieved]
2478
+ * @param {DoctorsApiApiV1DoctorsDoctorIdMediasGetRequest} requestParameters Request parameters.
1451
2479
  * @param {*} [options] Override http request option.
1452
2480
  * @throws {RequiredError}
1453
2481
  * @memberof DoctorsApi
1454
2482
  */
1455
- apiV1DoctorsDoctorIdMediasGet(doctorId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
2483
+ apiV1DoctorsDoctorIdMediasGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
1456
2484
  /**
1457
2485
  *
1458
2486
  * @summary Delete DoctorMedia
1459
- * @param {string} doctorId
1460
- * @param {string} mediaId
2487
+ * @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
1461
2488
  * @param {*} [options] Override http request option.
1462
2489
  * @throws {RequiredError}
1463
2490
  * @memberof DoctorsApi
1464
2491
  */
1465
- apiV1DoctorsDoctorIdMediasMediaIdDelete(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2492
+ apiV1DoctorsDoctorIdMediasMediaIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1466
2493
  /**
1467
2494
  *
1468
2495
  * @summary Get DoctorMedia.
1469
- * @param {string} doctorId
1470
- * @param {string} mediaId
2496
+ * @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGetRequest} requestParameters Request parameters.
1471
2497
  * @param {*} [options] Override http request option.
1472
2498
  * @throws {RequiredError}
1473
2499
  * @memberof DoctorsApi
1474
2500
  */
1475
- apiV1DoctorsDoctorIdMediasMediaIdGet(doctorId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
2501
+ apiV1DoctorsDoctorIdMediasMediaIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
1476
2502
  /**
1477
2503
  *
1478
2504
  * @summary Update DoctorMedia.
1479
- * @param {string} doctorId
1480
- * @param {string} mediaId
1481
- * @param {UpdateMediaCommand} [updateMediaCommand]
2505
+ * @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPutRequest} requestParameters Request parameters.
1482
2506
  * @param {*} [options] Override http request option.
1483
2507
  * @throws {RequiredError}
1484
2508
  * @memberof DoctorsApi
1485
2509
  */
1486
- apiV1DoctorsDoctorIdMediasMediaIdPut(doctorId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
2510
+ apiV1DoctorsDoctorIdMediasMediaIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
1487
2511
  /**
1488
2512
  *
1489
2513
  * @summary Create DoctorMedia.
1490
- * @param {string} doctorId
1491
- * @param {CreateMediaCommand} [createMediaCommand]
2514
+ * @param {DoctorsApiApiV1DoctorsDoctorIdMediasPostRequest} requestParameters Request parameters.
1492
2515
  * @param {*} [options] Override http request option.
1493
2516
  * @throws {RequiredError}
1494
2517
  * @memberof DoctorsApi
1495
2518
  */
1496
- apiV1DoctorsDoctorIdMediasPost(doctorId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
2519
+ apiV1DoctorsDoctorIdMediasPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
1497
2520
  /**
1498
2521
  *
1499
2522
  * @summary Get All DoctorPortfolios
1500
- * @param {string} doctorId
1501
- * @param {string} [doctorName]
1502
- * @param {string} [portfolioId]
1503
- * @param {string} [name]
1504
- * @param {number} [page]
1505
- * @param {number} [limit]
1506
- * @param {Date} [lastRetrieved]
2523
+ * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosGetRequest} requestParameters Request parameters.
1507
2524
  * @param {*} [options] Override http request option.
1508
2525
  * @throws {RequiredError}
1509
2526
  * @memberof DoctorsApi
1510
2527
  */
1511
- apiV1DoctorsDoctorIdPortfoliosGet(doctorId: string, doctorName?: string, portfolioId?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel, any>>;
2528
+ apiV1DoctorsDoctorIdPortfoliosGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfoliosModel, any>>;
1512
2529
  /**
1513
2530
  *
1514
2531
  * @summary Delete DoctorPortfolio.
1515
- * @param {string} doctorId
1516
- * @param {string} portfolioId
2532
+ * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDeleteRequest} requestParameters Request parameters.
1517
2533
  * @param {*} [options] Override http request option.
1518
2534
  * @throws {RequiredError}
1519
2535
  * @memberof DoctorsApi
1520
2536
  */
1521
- apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2537
+ apiV1DoctorsDoctorIdPortfoliosPortfolioIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1522
2538
  /**
1523
2539
  *
1524
2540
  * @summary Get DoctorPortfolio.
1525
- * @param {string} doctorId
1526
- * @param {string} portfolioId
2541
+ * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGetRequest} requestParameters Request parameters.
1527
2542
  * @param {*} [options] Override http request option.
1528
2543
  * @throws {RequiredError}
1529
2544
  * @memberof DoctorsApi
1530
2545
  */
1531
- apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(doctorId: string, portfolioId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
2546
+ apiV1DoctorsDoctorIdPortfoliosPortfolioIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
1532
2547
  /**
1533
2548
  *
1534
2549
  * @summary Update DoctorPortfolio.
1535
- * @param {string} doctorId
1536
- * @param {string} portfolioId
1537
- * @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
2550
+ * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPutRequest} requestParameters Request parameters.
1538
2551
  * @param {*} [options] Override http request option.
1539
2552
  * @throws {RequiredError}
1540
2553
  * @memberof DoctorsApi
1541
2554
  */
1542
- apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(doctorId: string, portfolioId: string, updateDoctorPortfolioCommand?: UpdateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
2555
+ apiV1DoctorsDoctorIdPortfoliosPortfolioIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1543
2556
  /**
1544
2557
  *
1545
2558
  * @summary Create DoctorPortfolio.
1546
- * @param {string} doctorId
1547
- * @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
2559
+ * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPostRequest} requestParameters Request parameters.
1548
2560
  * @param {*} [options] Override http request option.
1549
2561
  * @throws {RequiredError}
1550
2562
  * @memberof DoctorsApi
1551
2563
  */
1552
- apiV1DoctorsDoctorIdPortfoliosPost(doctorId: string, createDoctorPortfolioCommand?: CreateDoctorPortfolioCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
2564
+ apiV1DoctorsDoctorIdPortfoliosPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPortfoliosPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorPortfolioModel, any>>;
1553
2565
  /**
1554
2566
  *
1555
2567
  * @summary Update Doctor.
1556
- * @param {string} doctorId
1557
- * @param {UpdateDoctorCommand} [updateDoctorCommand]
2568
+ * @param {DoctorsApiApiV1DoctorsDoctorIdPutRequest} requestParameters Request parameters.
1558
2569
  * @param {*} [options] Override http request option.
1559
2570
  * @throws {RequiredError}
1560
2571
  * @memberof DoctorsApi
1561
2572
  */
1562
- apiV1DoctorsDoctorIdPut(doctorId: string, updateDoctorCommand?: UpdateDoctorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
2573
+ apiV1DoctorsDoctorIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1563
2574
  /**
1564
2575
  *
1565
2576
  * @summary Delete Doctor.
1566
- * @param {string} doctorId
2577
+ * @param {DoctorsApiApiV1DoctorsDoctorIdReactivePutRequest} requestParameters Request parameters.
1567
2578
  * @param {*} [options] Override http request option.
1568
2579
  * @throws {RequiredError}
1569
2580
  * @memberof DoctorsApi
1570
2581
  */
1571
- apiV1DoctorsDoctorIdReactivePut(doctorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2582
+ apiV1DoctorsDoctorIdReactivePut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdReactivePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1572
2583
  /**
1573
2584
  *
1574
2585
  * @summary Get All DoctorSpecialties.
1575
- * @param {string} doctorId
1576
- * @param {string} [doctorName]
1577
- * @param {string} [specialtyId]
1578
- * @param {string} [specialtyName]
1579
- * @param {string} [languageCode]
1580
- * @param {number} [page]
1581
- * @param {number} [limit]
1582
- * @param {Date} [lastRetrieved]
2586
+ * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGetRequest} requestParameters Request parameters.
1583
2587
  * @param {*} [options] Override http request option.
1584
2588
  * @throws {RequiredError}
1585
2589
  * @memberof DoctorsApi
1586
2590
  */
1587
- apiV1DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
2591
+ apiV1DoctorsDoctorIdSpecialtiesGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
1588
2592
  /**
1589
2593
  *
1590
2594
  * @summary Link a doctor to a specialty.
1591
- * @param {string} doctorId
1592
- * @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
2595
+ * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPostRequest} requestParameters Request parameters.
1593
2596
  * @param {*} [options] Override http request option.
1594
2597
  * @throws {RequiredError}
1595
2598
  * @memberof DoctorsApi
1596
2599
  */
1597
- apiV1DoctorsDoctorIdSpecialtiesPost(doctorId: string, createDoctorSpecialtyCommand?: CreateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
2600
+ apiV1DoctorsDoctorIdSpecialtiesPost(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
1598
2601
  /**
1599
2602
  *
1600
2603
  * @summary Remove link between the doctor and the specialty.
1601
- * @param {string} doctorId
1602
- * @param {string} specialtyId
2604
+ * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDeleteRequest} requestParameters Request parameters.
1603
2605
  * @param {*} [options] Override http request option.
1604
2606
  * @throws {RequiredError}
1605
2607
  * @memberof DoctorsApi
1606
2608
  */
1607
- apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
2609
+ apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDelete(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1608
2610
  /**
1609
2611
  *
1610
2612
  * @summary Get DoctorSpecialty
1611
- * @param {string} doctorId
1612
- * @param {string} specialtyId
2613
+ * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
1613
2614
  * @param {*} [options] Override http request option.
1614
2615
  * @throws {RequiredError}
1615
2616
  * @memberof DoctorsApi
1616
2617
  */
1617
- apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
2618
+ apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGet(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
1618
2619
  /**
1619
2620
  *
1620
2621
  * @summary Update DoctorSpecialty.
1621
- * @param {string} doctorId
1622
- * @param {string} specialtyId
1623
- * @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
2622
+ * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPutRequest} requestParameters Request parameters.
1624
2623
  * @param {*} [options] Override http request option.
1625
2624
  * @throws {RequiredError}
1626
2625
  * @memberof DoctorsApi
1627
2626
  */
1628
- apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(doctorId: string, specialtyId: string, updateDoctorSpecialtyCommand?: UpdateDoctorSpecialtyCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
2627
+ apiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPut(requestParameters: DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtyModel, any>>;
1629
2628
  /**
1630
2629
  *
1631
2630
  * @summary Get all Doctors.
1632
- * @param {string} [hospitalId]
1633
- * @param {string} [hospitalName]
1634
- * @param {Array<string>} [ids]
1635
- * @param {string} [specialtyId]
1636
- * @param {boolean} [consultationEnabled]
1637
- * @param {string} [id]
1638
- * @param {string} [fullname]
1639
- * @param {string} [email]
1640
- * @param {Gender} [gender]
1641
- * @param {Date} [dateOfBirth]
1642
- * @param {Date} [created]
1643
- * @param {boolean} [showHidden]
1644
- * @param {number} [page]
1645
- * @param {number} [limit]
1646
- * @param {Date} [lastRetrieved]
2631
+ * @param {DoctorsApiApiV1DoctorsGetRequest} requestParameters Request parameters.
1647
2632
  * @param {*} [options] Override http request option.
1648
2633
  * @throws {RequiredError}
1649
2634
  * @memberof DoctorsApi
1650
2635
  */
1651
- apiV1DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
2636
+ apiV1DoctorsGet(requestParameters?: DoctorsApiApiV1DoctorsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
1652
2637
  /**
1653
2638
  *
1654
2639
  * @summary Create a Doctor.
1655
- * @param {CreateDoctorCommand} [createDoctorCommand]
2640
+ * @param {DoctorsApiApiV1DoctorsPostRequest} requestParameters Request parameters.
1656
2641
  * @param {*} [options] Override http request option.
1657
2642
  * @throws {RequiredError}
1658
2643
  * @memberof DoctorsApi
1659
2644
  */
1660
- apiV1DoctorsPost(createDoctorCommand?: CreateDoctorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
2645
+ apiV1DoctorsPost(requestParameters?: DoctorsApiApiV1DoctorsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
1661
2646
  /**
1662
2647
  *
1663
2648
  * @summary Get all Doctors.
1664
- * @param {string} [hospitalId]
1665
- * @param {string} [hospitalName]
1666
- * @param {Array<string>} [ids]
1667
- * @param {string} [specialtyId]
1668
- * @param {boolean} [consultationEnabled]
1669
- * @param {string} [id]
1670
- * @param {string} [fullname]
1671
- * @param {string} [email]
1672
- * @param {Gender} [gender]
1673
- * @param {Date} [dateOfBirth]
1674
- * @param {Date} [created]
1675
- * @param {boolean} [showHidden]
1676
- * @param {number} [page]
1677
- * @param {number} [limit]
1678
- * @param {Date} [lastRetrieved]
2649
+ * @param {DoctorsApiApiV1DoctorsSimpleGetRequest} requestParameters Request parameters.
1679
2650
  * @param {*} [options] Override http request option.
1680
2651
  * @throws {RequiredError}
1681
2652
  * @memberof DoctorsApi
1682
2653
  */
1683
- apiV1DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel, any>>;
2654
+ apiV1DoctorsSimpleGet(requestParameters?: DoctorsApiApiV1DoctorsSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel, any>>;
1684
2655
  }
1685
2656
  //# sourceMappingURL=doctors-api.d.ts.map