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
@@ -1 +1 @@
1
- {"version":3,"file":"consultations-api.d.ts","sourceRoot":"","sources":["../../src/api/consultations-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"consultations-api.d.ts","sourceRoot":"","sources":["../../src/api/consultations-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAI/C,OAAO,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAEtD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC;;;GAGG;AACH,eAAO,MAAM,iCAAiC,mBAA6B,aAAa;IAEhF;;;;;;;OAOG;iEACgE,MAAM,+BAA+B,0BAA0B,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAkC3L;;;;;;OAMG;gEAC+D,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA+BjI;;;;;;OAMG;6DAC4D,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA+B9H;;;;;;;OAOG;0DACyD,MAAM,iBAAiB,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAmClJ;;;;;;OAMG;+DAC8D,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA+BhI;;;;;;;OAOG;gEAC+D,MAAM,8BAA8B,yBAAyB,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAkCxL;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;qCACoC,MAAM,aAAa,MAAM,eAAe,MAAM,iBAAiB,MAAM,aAAa,MAAM,eAAe,MAAM,WAAW,MAAM,aAAa,MAAM,WAAW,OAAO,gBAAgB,OAAO,WAAW,kBAAkB,qBAAqB,gBAAgB,oBAAoB,YAAY,2BAA2B,YAAY,eAAe,OAAO,mBAAmB,OAAO,iBAAiB,MAAM,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAmH5jB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,mBAA4B,aAAa;IAGhE;;;;;;;OAOG;+DAC8D,MAAM,+BAA+B,0BAA0B,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,OAAO,CAAC;IAI5O;;;;;;OAMG;8DAC6D,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,OAAO,CAAC;IAIlL;;;;;;OAMG;2DAC0D,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,OAAO,CAAC;IAI/K;;;;;;;OAOG;wDACuD,MAAM,iBAAiB,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,iBAAiB,CAAC;IAI7M;;;;;;OAMG;6DAC4D,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,MAAM,CAAC;IAIhL;;;;;;;OAOG;8DAC6D,MAAM,8BAA8B,yBAAyB,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,OAAO,CAAC;IAIzO;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;mCACkC,MAAM,aAAa,MAAM,eAAe,MAAM,iBAAiB,MAAM,aAAa,MAAM,eAAe,MAAM,WAAW,MAAM,aAAa,MAAM,WAAW,OAAO,gBAAgB,OAAO,WAAW,kBAAkB,qBAAqB,gBAAgB,oBAAoB,YAAY,2BAA2B,YAAY,eAAe,OAAO,mBAAmB,OAAO,iBAAiB,MAAM,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,kBAAkB,CAAC;CAKxnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAGhH;;;;;;;OAOG;+DACwD,MAAM,+BAA+B,0BAA0B,YAAY,GAAG,GAAG,aAAa,OAAO,CAAC;IAGjK;;;;;;OAMG;8DACuD,MAAM,YAAY,GAAG,GAAG,aAAa,OAAO,CAAC;IAGvG;;;;;;OAMG;2DACoD,MAAM,YAAY,GAAG,GAAG,aAAa,OAAO,CAAC;IAGpG;;;;;;;OAOG;wDACiD,MAAM,iBAAiB,MAAM,YAAY,GAAG,GAAG,aAAa,iBAAiB,CAAC;IAGlI;;;;;;OAMG;6DACsD,MAAM,YAAY,GAAG,GAAG,aAAa,MAAM,CAAC;IAGrG;;;;;;;OAOG;8DACuD,MAAM,8BAA8B,yBAAyB,YAAY,GAAG,GAAG,aAAa,OAAO,CAAC;IAG9J;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;mCAC4B,MAAM,aAAa,MAAM,eAAe,MAAM,iBAAiB,MAAM,aAAa,MAAM,eAAe,MAAM,WAAW,MAAM,aAAa,MAAM,WAAW,OAAO,gBAAgB,OAAO,WAAW,kBAAkB,qBAAqB,gBAAgB,oBAAoB,YAAY,2BAA2B,YAAY,eAAe,OAAO,mBAAmB,OAAO,iBAAiB,MAAM,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,GAAG,GAAG,aAAa,kBAAkB,CAAC;CAI7iB,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,iEAAiE;IAC9E;;;;OAIG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;IAE/B;;;;OAIG;IACH,QAAQ,CAAC,0BAA0B,CAAC,EAAE,0BAA0B,CAAA;CACnE;AAED;;;;GAIG;AACH,MAAM,WAAW,gEAAgE;IAC7E;;;;OAIG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,6DAA6D;IAC1E;;;;OAIG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,0DAA0D;IACvE;;;;OAIG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;IAE/B;;;;OAIG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAA;CACjC;AAED;;;;GAIG;AACH,MAAM,WAAW,+DAA+D;IAC5E;;;;OAIG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,gEAAgE;IAC7E;;;;OAIG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;IAE/B;;;;OAIG;IACH,QAAQ,CAAC,yBAAyB,CAAC,EAAE,yBAAyB,CAAA;CACjE;AAED;;;;GAIG;AACH,MAAM,WAAW,4CAA4C;IACzD;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;IAExB;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;IAE5B;;;;OAIG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAA;IAE9B;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;IAE5B;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;IAExB;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAA;IAE9B;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,kBAAkB,CAAA;IAEpC;;;;OAIG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;IAE5C;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,YAAY,CAAA;IAEvC;;;;OAIG;IACH,QAAQ,CAAC,sBAAsB,CAAC,EAAE,YAAY,CAAA;IAE9C;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAA;IAE7B;;;;OAIG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAA;IAEjC;;;;OAIG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAA;IAE9B;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAA;IAE7B;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,IAAI,CAAA;CAChC;AAED;;;;;GAKG;AACH,qBAAa,gBAAiB,SAAQ,OAAO;IACzC;;;;;;;OAOG;IACI,0CAA0C,CAAC,iBAAiB,EAAE,iEAAiE,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIpK;;;;;;;OAOG;IACI,yCAAyC,CAAC,iBAAiB,EAAE,gEAAgE,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIlK;;;;;;;OAOG;IACI,sCAAsC,CAAC,iBAAiB,EAAE,6DAA6D,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAI5J;;;;;;;OAOG;IACI,mCAAmC,CAAC,iBAAiB,EAAE,0DAA0D,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAItJ;;;;;;;OAOG;IACI,wCAAwC,CAAC,iBAAiB,EAAE,+DAA+D,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIhK;;;;;;;OAOG;IACI,yCAAyC,CAAC,iBAAiB,EAAE,gEAAgE,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIlK;;;;;;;OAOG;IACI,qBAAqB,CAAC,iBAAiB,GAAE,4CAAiD,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAGlI"}
@@ -778,109 +778,87 @@ var ConsultationsApi = /** @class */ (function (_super) {
778
778
  /**
779
779
  *
780
780
  * @summary Approve consultation.
781
- * @param {string} consultationId
782
- * @param {ApproveConsultationCommand} [approveConsultationCommand]
781
+ * @param {ConsultationsApiApiV1ConsultationsConsultationIdApprovePutRequest} requestParameters Request parameters.
783
782
  * @param {*} [options] Override http request option.
784
783
  * @throws {RequiredError}
785
784
  * @memberof ConsultationsApi
786
785
  */
787
- ConsultationsApi.prototype.apiV1ConsultationsConsultationIdApprovePut = function (consultationId, approveConsultationCommand, options) {
786
+ ConsultationsApi.prototype.apiV1ConsultationsConsultationIdApprovePut = function (requestParameters, options) {
788
787
  var _this = this;
789
- return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdApprovePut(consultationId, approveConsultationCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
788
+ return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdApprovePut(requestParameters.consultationId, requestParameters.approveConsultationCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
790
789
  };
791
790
  /**
792
791
  *
793
792
  * @summary Cancel consultation.
794
- * @param {string} consultationId
793
+ * @param {ConsultationsApiApiV1ConsultationsConsultationIdCancelPutRequest} requestParameters Request parameters.
795
794
  * @param {*} [options] Override http request option.
796
795
  * @throws {RequiredError}
797
796
  * @memberof ConsultationsApi
798
797
  */
799
- ConsultationsApi.prototype.apiV1ConsultationsConsultationIdCancelPut = function (consultationId, options) {
798
+ ConsultationsApi.prototype.apiV1ConsultationsConsultationIdCancelPut = function (requestParameters, options) {
800
799
  var _this = this;
801
- return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdCancelPut(consultationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
800
+ return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdCancelPut(requestParameters.consultationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
802
801
  };
803
802
  /**
804
803
  *
805
804
  * @summary Delete consultation.
806
- * @param {string} consultationId
805
+ * @param {ConsultationsApiApiV1ConsultationsConsultationIdDeleteRequest} requestParameters Request parameters.
807
806
  * @param {*} [options] Override http request option.
808
807
  * @throws {RequiredError}
809
808
  * @memberof ConsultationsApi
810
809
  */
811
- ConsultationsApi.prototype.apiV1ConsultationsConsultationIdDelete = function (consultationId, options) {
810
+ ConsultationsApi.prototype.apiV1ConsultationsConsultationIdDelete = function (requestParameters, options) {
812
811
  var _this = this;
813
- return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdDelete(consultationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
812
+ return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdDelete(requestParameters.consultationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
814
813
  };
815
814
  /**
816
815
  *
817
816
  * @summary Get consultation.
818
- * @param {string} consultationId
819
- * @param {string} [languageCode]
817
+ * @param {ConsultationsApiApiV1ConsultationsConsultationIdGetRequest} requestParameters Request parameters.
820
818
  * @param {*} [options] Override http request option.
821
819
  * @throws {RequiredError}
822
820
  * @memberof ConsultationsApi
823
821
  */
824
- ConsultationsApi.prototype.apiV1ConsultationsConsultationIdGet = function (consultationId, languageCode, options) {
822
+ ConsultationsApi.prototype.apiV1ConsultationsConsultationIdGet = function (requestParameters, options) {
825
823
  var _this = this;
826
- return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdGet(consultationId, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
824
+ return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdGet(requestParameters.consultationId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
827
825
  };
828
826
  /**
829
827
  *
830
828
  * @summary Mark as Paid booking.
831
- * @param {string} consultationId
829
+ * @param {ConsultationsApiApiV1ConsultationsConsultationIdPaidPostRequest} requestParameters Request parameters.
832
830
  * @param {*} [options] Override http request option.
833
831
  * @throws {RequiredError}
834
832
  * @memberof ConsultationsApi
835
833
  */
836
- ConsultationsApi.prototype.apiV1ConsultationsConsultationIdPaidPost = function (consultationId, options) {
834
+ ConsultationsApi.prototype.apiV1ConsultationsConsultationIdPaidPost = function (requestParameters, options) {
837
835
  var _this = this;
838
- return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdPaidPost(consultationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
836
+ return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdPaidPost(requestParameters.consultationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
839
837
  };
840
838
  /**
841
839
  *
842
840
  * @summary Reject consultation.
843
- * @param {string} consultationId
844
- * @param {RejectConsultationCommand} [rejectConsultationCommand]
841
+ * @param {ConsultationsApiApiV1ConsultationsConsultationIdRejectPutRequest} requestParameters Request parameters.
845
842
  * @param {*} [options] Override http request option.
846
843
  * @throws {RequiredError}
847
844
  * @memberof ConsultationsApi
848
845
  */
849
- ConsultationsApi.prototype.apiV1ConsultationsConsultationIdRejectPut = function (consultationId, rejectConsultationCommand, options) {
846
+ ConsultationsApi.prototype.apiV1ConsultationsConsultationIdRejectPut = function (requestParameters, options) {
850
847
  var _this = this;
851
- return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdRejectPut(consultationId, rejectConsultationCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
848
+ return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsConsultationIdRejectPut(requestParameters.consultationId, requestParameters.rejectConsultationCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
852
849
  };
853
850
  /**
854
851
  *
855
852
  * @summary Get all consultations.
856
- * @param {string} [userId]
857
- * @param {string} [userName]
858
- * @param {string} [hospitalId]
859
- * @param {string} [hospitalName]
860
- * @param {string} [doctorId]
861
- * @param {string} [doctorName]
862
- * @param {string} [dealId]
863
- * @param {string} [dealName]
864
- * @param {boolean} [isOpen]
865
- * @param {boolean} [isCompleted]
866
- * @param {ConsultationStatus} [status]
867
- * @param {ConsultationType} [consultationType]
868
- * @param {SortingOrder} [sortRequestDate]
869
- * @param {SortingOrder} [sortConfirmedDateStart]
870
- * @param {boolean} [isExternal]
871
- * @param {boolean} [paymentEnabled]
872
- * @param {string} [languageCode]
873
- * @param {boolean} [showHidden]
874
- * @param {number} [page]
875
- * @param {number} [limit]
876
- * @param {Date} [lastRetrieved]
853
+ * @param {ConsultationsApiApiV1ConsultationsGetRequest} requestParameters Request parameters.
877
854
  * @param {*} [options] Override http request option.
878
855
  * @throws {RequiredError}
879
856
  * @memberof ConsultationsApi
880
857
  */
881
- ConsultationsApi.prototype.apiV1ConsultationsGet = function (userId, userName, hospitalId, hospitalName, doctorId, doctorName, dealId, dealName, isOpen, isCompleted, status, consultationType, sortRequestDate, sortConfirmedDateStart, isExternal, paymentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options) {
858
+ ConsultationsApi.prototype.apiV1ConsultationsGet = function (requestParameters, options) {
882
859
  var _this = this;
883
- return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsGet(userId, userName, hospitalId, hospitalName, doctorId, doctorName, dealId, dealName, isOpen, isCompleted, status, consultationType, sortRequestDate, sortConfirmedDateStart, isExternal, paymentEnabled, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
860
+ if (requestParameters === void 0) { requestParameters = {}; }
861
+ return (0, exports.ConsultationsApiFp)(this.configuration).apiV1ConsultationsGet(requestParameters.userId, requestParameters.userName, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.doctorId, requestParameters.doctorName, requestParameters.dealId, requestParameters.dealName, requestParameters.isOpen, requestParameters.isCompleted, requestParameters.status, requestParameters.consultationType, requestParameters.sortRequestDate, requestParameters.sortConfirmedDateStart, requestParameters.isExternal, requestParameters.paymentEnabled, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
884
862
  };
885
863
  return ConsultationsApi;
886
864
  }(base_1.BaseAPI));
@@ -390,6 +390,323 @@ export declare const ContributorsApiFactory: (configuration?: Configuration, bas
390
390
  */
391
391
  apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<ContributorModel>;
392
392
  };
393
+ /**
394
+ * Request parameters for apiV1ContributorsContributorIdDelete operation in ContributorsApi.
395
+ * @export
396
+ * @interface ContributorsApiApiV1ContributorsContributorIdDeleteRequest
397
+ */
398
+ export interface ContributorsApiApiV1ContributorsContributorIdDeleteRequest {
399
+ /**
400
+ *
401
+ * @type {string}
402
+ * @memberof ContributorsApiApiV1ContributorsContributorIdDelete
403
+ */
404
+ readonly contributorId: string;
405
+ /**
406
+ *
407
+ * @type {boolean}
408
+ * @memberof ContributorsApiApiV1ContributorsContributorIdDelete
409
+ */
410
+ readonly isPermanent?: boolean;
411
+ }
412
+ /**
413
+ * Request parameters for apiV1ContributorsContributorIdGet operation in ContributorsApi.
414
+ * @export
415
+ * @interface ContributorsApiApiV1ContributorsContributorIdGetRequest
416
+ */
417
+ export interface ContributorsApiApiV1ContributorsContributorIdGetRequest {
418
+ /**
419
+ *
420
+ * @type {string}
421
+ * @memberof ContributorsApiApiV1ContributorsContributorIdGet
422
+ */
423
+ readonly contributorId: string;
424
+ /**
425
+ *
426
+ * @type {string}
427
+ * @memberof ContributorsApiApiV1ContributorsContributorIdGet
428
+ */
429
+ readonly languageCode?: string;
430
+ /**
431
+ *
432
+ * @type {boolean}
433
+ * @memberof ContributorsApiApiV1ContributorsContributorIdGet
434
+ */
435
+ readonly returnDefaultValue?: boolean;
436
+ }
437
+ /**
438
+ * Request parameters for apiV1ContributorsContributorIdHandlesGet operation in ContributorsApi.
439
+ * @export
440
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest
441
+ */
442
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest {
443
+ /**
444
+ *
445
+ * @type {string}
446
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
447
+ */
448
+ readonly contributorId: string;
449
+ /**
450
+ *
451
+ * @type {string}
452
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
453
+ */
454
+ readonly contributorId2?: string;
455
+ /**
456
+ *
457
+ * @type {string}
458
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
459
+ */
460
+ readonly id?: string;
461
+ /**
462
+ *
463
+ * @type {SnsType}
464
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
465
+ */
466
+ readonly snsType?: SnsType;
467
+ /**
468
+ *
469
+ * @type {string}
470
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
471
+ */
472
+ readonly handle?: string;
473
+ /**
474
+ *
475
+ * @type {number}
476
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
477
+ */
478
+ readonly page?: number;
479
+ /**
480
+ *
481
+ * @type {number}
482
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
483
+ */
484
+ readonly limit?: number;
485
+ /**
486
+ *
487
+ * @type {Date}
488
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
489
+ */
490
+ readonly lastRetrieved?: Date;
491
+ }
492
+ /**
493
+ * Request parameters for apiV1ContributorsContributorIdHandlesHandleIdDelete operation in ContributorsApi.
494
+ * @export
495
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest
496
+ */
497
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest {
498
+ /**
499
+ *
500
+ * @type {string}
501
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDelete
502
+ */
503
+ readonly contributorId: string;
504
+ /**
505
+ *
506
+ * @type {string}
507
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDelete
508
+ */
509
+ readonly handleId: string;
510
+ }
511
+ /**
512
+ * Request parameters for apiV1ContributorsContributorIdHandlesHandleIdGet operation in ContributorsApi.
513
+ * @export
514
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest
515
+ */
516
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest {
517
+ /**
518
+ *
519
+ * @type {string}
520
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGet
521
+ */
522
+ readonly contributorId: string;
523
+ /**
524
+ *
525
+ * @type {string}
526
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGet
527
+ */
528
+ readonly handleId: string;
529
+ }
530
+ /**
531
+ * Request parameters for apiV1ContributorsContributorIdHandlesHandleIdPut operation in ContributorsApi.
532
+ * @export
533
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest
534
+ */
535
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest {
536
+ /**
537
+ *
538
+ * @type {string}
539
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPut
540
+ */
541
+ readonly contributorId: string;
542
+ /**
543
+ *
544
+ * @type {string}
545
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPut
546
+ */
547
+ readonly handleId: string;
548
+ /**
549
+ *
550
+ * @type {UpdateContributorSnsHandleCommand}
551
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPut
552
+ */
553
+ readonly updateContributorSnsHandleCommand?: UpdateContributorSnsHandleCommand;
554
+ }
555
+ /**
556
+ * Request parameters for apiV1ContributorsContributorIdHandlesPost operation in ContributorsApi.
557
+ * @export
558
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest
559
+ */
560
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest {
561
+ /**
562
+ *
563
+ * @type {string}
564
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesPost
565
+ */
566
+ readonly contributorId: string;
567
+ /**
568
+ *
569
+ * @type {CreateContributorSnsHandleCommand}
570
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesPost
571
+ */
572
+ readonly createContributorSnsHandleCommand?: CreateContributorSnsHandleCommand;
573
+ }
574
+ /**
575
+ * Request parameters for apiV1ContributorsContributorIdPut operation in ContributorsApi.
576
+ * @export
577
+ * @interface ContributorsApiApiV1ContributorsContributorIdPutRequest
578
+ */
579
+ export interface ContributorsApiApiV1ContributorsContributorIdPutRequest {
580
+ /**
581
+ *
582
+ * @type {string}
583
+ * @memberof ContributorsApiApiV1ContributorsContributorIdPut
584
+ */
585
+ readonly contributorId: string;
586
+ /**
587
+ *
588
+ * @type {UpdateContributorCommand}
589
+ * @memberof ContributorsApiApiV1ContributorsContributorIdPut
590
+ */
591
+ readonly updateContributorCommand?: UpdateContributorCommand;
592
+ }
593
+ /**
594
+ * Request parameters for apiV1ContributorsGet operation in ContributorsApi.
595
+ * @export
596
+ * @interface ContributorsApiApiV1ContributorsGetRequest
597
+ */
598
+ export interface ContributorsApiApiV1ContributorsGetRequest {
599
+ /**
600
+ *
601
+ * @type {string}
602
+ * @memberof ContributorsApiApiV1ContributorsGet
603
+ */
604
+ readonly id?: string;
605
+ /**
606
+ *
607
+ * @type {string}
608
+ * @memberof ContributorsApiApiV1ContributorsGet
609
+ */
610
+ readonly name?: string;
611
+ /**
612
+ *
613
+ * @type {string}
614
+ * @memberof ContributorsApiApiV1ContributorsGet
615
+ */
616
+ readonly email?: string;
617
+ /**
618
+ *
619
+ * @type {string}
620
+ * @memberof ContributorsApiApiV1ContributorsGet
621
+ */
622
+ readonly website?: string;
623
+ /**
624
+ *
625
+ * @type {string}
626
+ * @memberof ContributorsApiApiV1ContributorsGet
627
+ */
628
+ readonly hospitalId?: string;
629
+ /**
630
+ *
631
+ * @type {boolean}
632
+ * @memberof ContributorsApiApiV1ContributorsGet
633
+ */
634
+ readonly interviewerOnly?: boolean;
635
+ /**
636
+ *
637
+ * @type {boolean}
638
+ * @memberof ContributorsApiApiV1ContributorsGet
639
+ */
640
+ readonly showHidden?: boolean;
641
+ /**
642
+ *
643
+ * @type {string}
644
+ * @memberof ContributorsApiApiV1ContributorsGet
645
+ */
646
+ readonly languageCode?: string;
647
+ /**
648
+ *
649
+ * @type {boolean}
650
+ * @memberof ContributorsApiApiV1ContributorsGet
651
+ */
652
+ readonly returnDefaultValue?: boolean;
653
+ /**
654
+ *
655
+ * @type {number}
656
+ * @memberof ContributorsApiApiV1ContributorsGet
657
+ */
658
+ readonly page?: number;
659
+ /**
660
+ *
661
+ * @type {number}
662
+ * @memberof ContributorsApiApiV1ContributorsGet
663
+ */
664
+ readonly limit?: number;
665
+ /**
666
+ *
667
+ * @type {Date}
668
+ * @memberof ContributorsApiApiV1ContributorsGet
669
+ */
670
+ readonly lastRetrieved?: Date;
671
+ }
672
+ /**
673
+ * Request parameters for apiV1ContributorsPost operation in ContributorsApi.
674
+ * @export
675
+ * @interface ContributorsApiApiV1ContributorsPostRequest
676
+ */
677
+ export interface ContributorsApiApiV1ContributorsPostRequest {
678
+ /**
679
+ *
680
+ * @type {CreateContributorCommand}
681
+ * @memberof ContributorsApiApiV1ContributorsPost
682
+ */
683
+ readonly createContributorCommand?: CreateContributorCommand;
684
+ }
685
+ /**
686
+ * Request parameters for apiV1ContributorsSlugGet operation in ContributorsApi.
687
+ * @export
688
+ * @interface ContributorsApiApiV1ContributorsSlugGetRequest
689
+ */
690
+ export interface ContributorsApiApiV1ContributorsSlugGetRequest {
691
+ /**
692
+ *
693
+ * @type {string}
694
+ * @memberof ContributorsApiApiV1ContributorsSlugGet
695
+ */
696
+ readonly slug: string;
697
+ /**
698
+ *
699
+ * @type {string}
700
+ * @memberof ContributorsApiApiV1ContributorsSlugGet
701
+ */
702
+ readonly languageCode?: string;
703
+ /**
704
+ *
705
+ * @type {boolean}
706
+ * @memberof ContributorsApiApiV1ContributorsSlugGet
707
+ */
708
+ readonly returnDefaultValue?: boolean;
709
+ }
393
710
  /**
394
711
  * ContributorsApi - object-oriented interface
395
712
  * @export
@@ -400,130 +717,101 @@ export declare class ContributorsApi extends BaseAPI {
400
717
  /**
401
718
  *
402
719
  * @summary Delete Contributor.
403
- * @param {string} contributorId
404
- * @param {boolean} [isPermanent]
720
+ * @param {ContributorsApiApiV1ContributorsContributorIdDeleteRequest} requestParameters Request parameters.
405
721
  * @param {*} [options] Override http request option.
406
722
  * @throws {RequiredError}
407
723
  * @memberof ContributorsApi
408
724
  */
409
- apiV1ContributorsContributorIdDelete(contributorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
725
+ apiV1ContributorsContributorIdDelete(requestParameters: ContributorsApiApiV1ContributorsContributorIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
410
726
  /**
411
727
  *
412
728
  * @summary Get Contributor.
413
- * @param {string} contributorId
414
- * @param {string} [languageCode]
415
- * @param {boolean} [returnDefaultValue]
729
+ * @param {ContributorsApiApiV1ContributorsContributorIdGetRequest} requestParameters Request parameters.
416
730
  * @param {*} [options] Override http request option.
417
731
  * @throws {RequiredError}
418
732
  * @memberof ContributorsApi
419
733
  */
420
- apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
734
+ apiV1ContributorsContributorIdGet(requestParameters: ContributorsApiApiV1ContributorsContributorIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
421
735
  /**
422
736
  *
423
737
  * @summary Get all ContributorHandles.
424
- * @param {string} contributorId
425
- * @param {string} [contributorId2]
426
- * @param {string} [id]
427
- * @param {SnsType} [snsType]
428
- * @param {string} [handle]
429
- * @param {number} [page]
430
- * @param {number} [limit]
431
- * @param {Date} [lastRetrieved]
738
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest} requestParameters Request parameters.
432
739
  * @param {*} [options] Override http request option.
433
740
  * @throws {RequiredError}
434
741
  * @memberof ContributorsApi
435
742
  */
436
- apiV1ContributorsContributorIdHandlesGet(contributorId: string, contributorId2?: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorSnsHandlesModel, any>>;
743
+ apiV1ContributorsContributorIdHandlesGet(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorSnsHandlesModel, any>>;
437
744
  /**
438
745
  *
439
746
  * @summary Delete ContributorHandle.
440
- * @param {string} contributorId
441
- * @param {string} handleId
747
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest} requestParameters Request parameters.
442
748
  * @param {*} [options] Override http request option.
443
749
  * @throws {RequiredError}
444
750
  * @memberof ContributorsApi
445
751
  */
446
- apiV1ContributorsContributorIdHandlesHandleIdDelete(contributorId: string, handleId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
752
+ apiV1ContributorsContributorIdHandlesHandleIdDelete(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
447
753
  /**
448
754
  *
449
755
  * @summary Get ContributorHandle.
450
- * @param {string} contributorId
451
- * @param {string} handleId
756
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest} requestParameters Request parameters.
452
757
  * @param {*} [options] Override http request option.
453
758
  * @throws {RequiredError}
454
759
  * @memberof ContributorsApi
455
760
  */
456
- apiV1ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
761
+ apiV1ContributorsContributorIdHandlesHandleIdGet(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
457
762
  /**
458
763
  *
459
764
  * @summary Update ContributorHandle.
460
- * @param {string} contributorId
461
- * @param {string} handleId
462
- * @param {UpdateContributorSnsHandleCommand} [updateContributorSnsHandleCommand]
765
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest} requestParameters Request parameters.
463
766
  * @param {*} [options] Override http request option.
464
767
  * @throws {RequiredError}
465
768
  * @memberof ContributorsApi
466
769
  */
467
- apiV1ContributorsContributorIdHandlesHandleIdPut(contributorId: string, handleId: string, updateContributorSnsHandleCommand?: UpdateContributorSnsHandleCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
770
+ apiV1ContributorsContributorIdHandlesHandleIdPut(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
468
771
  /**
469
772
  *
470
773
  * @summary Get ContributorHandle.
471
- * @param {string} contributorId
472
- * @param {CreateContributorSnsHandleCommand} [createContributorSnsHandleCommand]
774
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest} requestParameters Request parameters.
473
775
  * @param {*} [options] Override http request option.
474
776
  * @throws {RequiredError}
475
777
  * @memberof ContributorsApi
476
778
  */
477
- apiV1ContributorsContributorIdHandlesPost(contributorId: string, createContributorSnsHandleCommand?: CreateContributorSnsHandleCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
779
+ apiV1ContributorsContributorIdHandlesPost(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SnsHandleModel, any>>;
478
780
  /**
479
781
  *
480
782
  * @summary Update Contributor.
481
- * @param {string} contributorId
482
- * @param {UpdateContributorCommand} [updateContributorCommand]
783
+ * @param {ContributorsApiApiV1ContributorsContributorIdPutRequest} requestParameters Request parameters.
483
784
  * @param {*} [options] Override http request option.
484
785
  * @throws {RequiredError}
485
786
  * @memberof ContributorsApi
486
787
  */
487
- apiV1ContributorsContributorIdPut(contributorId: string, updateContributorCommand?: UpdateContributorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
788
+ apiV1ContributorsContributorIdPut(requestParameters: ContributorsApiApiV1ContributorsContributorIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
488
789
  /**
489
790
  *
490
791
  * @summary Get all Contributors.
491
- * @param {string} [id]
492
- * @param {string} [name]
493
- * @param {string} [email]
494
- * @param {string} [website]
495
- * @param {string} [hospitalId]
496
- * @param {boolean} [interviewerOnly]
497
- * @param {boolean} [showHidden]
498
- * @param {string} [languageCode]
499
- * @param {boolean} [returnDefaultValue]
500
- * @param {number} [page]
501
- * @param {number} [limit]
502
- * @param {Date} [lastRetrieved]
792
+ * @param {ContributorsApiApiV1ContributorsGetRequest} requestParameters Request parameters.
503
793
  * @param {*} [options] Override http request option.
504
794
  * @throws {RequiredError}
505
795
  * @memberof ContributorsApi
506
796
  */
507
- apiV1ContributorsGet(id?: string, name?: string, email?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, showHidden?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel, any>>;
797
+ apiV1ContributorsGet(requestParameters?: ContributorsApiApiV1ContributorsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel, any>>;
508
798
  /**
509
799
  *
510
800
  * @summary Create a Contributor.
511
- * @param {CreateContributorCommand} [createContributorCommand]
801
+ * @param {ContributorsApiApiV1ContributorsPostRequest} requestParameters Request parameters.
512
802
  * @param {*} [options] Override http request option.
513
803
  * @throws {RequiredError}
514
804
  * @memberof ContributorsApi
515
805
  */
516
- apiV1ContributorsPost(createContributorCommand?: CreateContributorCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
806
+ apiV1ContributorsPost(requestParameters?: ContributorsApiApiV1ContributorsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
517
807
  /**
518
808
  *
519
809
  * @summary Get Contributor by slug.
520
- * @param {string} slug
521
- * @param {string} [languageCode]
522
- * @param {boolean} [returnDefaultValue]
810
+ * @param {ContributorsApiApiV1ContributorsSlugGetRequest} requestParameters Request parameters.
523
811
  * @param {*} [options] Override http request option.
524
812
  * @throws {RequiredError}
525
813
  * @memberof ContributorsApi
526
814
  */
527
- apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
815
+ apiV1ContributorsSlugGet(requestParameters: ContributorsApiApiV1ContributorsSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
528
816
  }
529
817
  //# sourceMappingURL=contributors-api.d.ts.map