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

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
@@ -920,6 +920,363 @@ export const ContributorsApiFactory = function (configuration?: Configuration, b
920
920
  };
921
921
  };
922
922
 
923
+ /**
924
+ * Request parameters for apiV1ContributorsContributorIdDelete operation in ContributorsApi.
925
+ * @export
926
+ * @interface ContributorsApiApiV1ContributorsContributorIdDeleteRequest
927
+ */
928
+ export interface ContributorsApiApiV1ContributorsContributorIdDeleteRequest {
929
+ /**
930
+ *
931
+ * @type {string}
932
+ * @memberof ContributorsApiApiV1ContributorsContributorIdDelete
933
+ */
934
+ readonly contributorId: string
935
+
936
+ /**
937
+ *
938
+ * @type {boolean}
939
+ * @memberof ContributorsApiApiV1ContributorsContributorIdDelete
940
+ */
941
+ readonly isPermanent?: boolean
942
+ }
943
+
944
+ /**
945
+ * Request parameters for apiV1ContributorsContributorIdGet operation in ContributorsApi.
946
+ * @export
947
+ * @interface ContributorsApiApiV1ContributorsContributorIdGetRequest
948
+ */
949
+ export interface ContributorsApiApiV1ContributorsContributorIdGetRequest {
950
+ /**
951
+ *
952
+ * @type {string}
953
+ * @memberof ContributorsApiApiV1ContributorsContributorIdGet
954
+ */
955
+ readonly contributorId: string
956
+
957
+ /**
958
+ *
959
+ * @type {string}
960
+ * @memberof ContributorsApiApiV1ContributorsContributorIdGet
961
+ */
962
+ readonly languageCode?: string
963
+
964
+ /**
965
+ *
966
+ * @type {boolean}
967
+ * @memberof ContributorsApiApiV1ContributorsContributorIdGet
968
+ */
969
+ readonly returnDefaultValue?: boolean
970
+ }
971
+
972
+ /**
973
+ * Request parameters for apiV1ContributorsContributorIdHandlesGet operation in ContributorsApi.
974
+ * @export
975
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest
976
+ */
977
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest {
978
+ /**
979
+ *
980
+ * @type {string}
981
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
982
+ */
983
+ readonly contributorId: string
984
+
985
+ /**
986
+ *
987
+ * @type {string}
988
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
989
+ */
990
+ readonly contributorId2?: string
991
+
992
+ /**
993
+ *
994
+ * @type {string}
995
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
996
+ */
997
+ readonly id?: string
998
+
999
+ /**
1000
+ *
1001
+ * @type {SnsType}
1002
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
1003
+ */
1004
+ readonly snsType?: SnsType
1005
+
1006
+ /**
1007
+ *
1008
+ * @type {string}
1009
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
1010
+ */
1011
+ readonly handle?: string
1012
+
1013
+ /**
1014
+ *
1015
+ * @type {number}
1016
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
1017
+ */
1018
+ readonly page?: number
1019
+
1020
+ /**
1021
+ *
1022
+ * @type {number}
1023
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
1024
+ */
1025
+ readonly limit?: number
1026
+
1027
+ /**
1028
+ *
1029
+ * @type {Date}
1030
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesGet
1031
+ */
1032
+ readonly lastRetrieved?: Date
1033
+ }
1034
+
1035
+ /**
1036
+ * Request parameters for apiV1ContributorsContributorIdHandlesHandleIdDelete operation in ContributorsApi.
1037
+ * @export
1038
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest
1039
+ */
1040
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest {
1041
+ /**
1042
+ *
1043
+ * @type {string}
1044
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDelete
1045
+ */
1046
+ readonly contributorId: string
1047
+
1048
+ /**
1049
+ *
1050
+ * @type {string}
1051
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDelete
1052
+ */
1053
+ readonly handleId: string
1054
+ }
1055
+
1056
+ /**
1057
+ * Request parameters for apiV1ContributorsContributorIdHandlesHandleIdGet operation in ContributorsApi.
1058
+ * @export
1059
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest
1060
+ */
1061
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest {
1062
+ /**
1063
+ *
1064
+ * @type {string}
1065
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGet
1066
+ */
1067
+ readonly contributorId: string
1068
+
1069
+ /**
1070
+ *
1071
+ * @type {string}
1072
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGet
1073
+ */
1074
+ readonly handleId: string
1075
+ }
1076
+
1077
+ /**
1078
+ * Request parameters for apiV1ContributorsContributorIdHandlesHandleIdPut operation in ContributorsApi.
1079
+ * @export
1080
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest
1081
+ */
1082
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest {
1083
+ /**
1084
+ *
1085
+ * @type {string}
1086
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPut
1087
+ */
1088
+ readonly contributorId: string
1089
+
1090
+ /**
1091
+ *
1092
+ * @type {string}
1093
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPut
1094
+ */
1095
+ readonly handleId: string
1096
+
1097
+ /**
1098
+ *
1099
+ * @type {UpdateContributorSnsHandleCommand}
1100
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPut
1101
+ */
1102
+ readonly updateContributorSnsHandleCommand?: UpdateContributorSnsHandleCommand
1103
+ }
1104
+
1105
+ /**
1106
+ * Request parameters for apiV1ContributorsContributorIdHandlesPost operation in ContributorsApi.
1107
+ * @export
1108
+ * @interface ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest
1109
+ */
1110
+ export interface ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest {
1111
+ /**
1112
+ *
1113
+ * @type {string}
1114
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesPost
1115
+ */
1116
+ readonly contributorId: string
1117
+
1118
+ /**
1119
+ *
1120
+ * @type {CreateContributorSnsHandleCommand}
1121
+ * @memberof ContributorsApiApiV1ContributorsContributorIdHandlesPost
1122
+ */
1123
+ readonly createContributorSnsHandleCommand?: CreateContributorSnsHandleCommand
1124
+ }
1125
+
1126
+ /**
1127
+ * Request parameters for apiV1ContributorsContributorIdPut operation in ContributorsApi.
1128
+ * @export
1129
+ * @interface ContributorsApiApiV1ContributorsContributorIdPutRequest
1130
+ */
1131
+ export interface ContributorsApiApiV1ContributorsContributorIdPutRequest {
1132
+ /**
1133
+ *
1134
+ * @type {string}
1135
+ * @memberof ContributorsApiApiV1ContributorsContributorIdPut
1136
+ */
1137
+ readonly contributorId: string
1138
+
1139
+ /**
1140
+ *
1141
+ * @type {UpdateContributorCommand}
1142
+ * @memberof ContributorsApiApiV1ContributorsContributorIdPut
1143
+ */
1144
+ readonly updateContributorCommand?: UpdateContributorCommand
1145
+ }
1146
+
1147
+ /**
1148
+ * Request parameters for apiV1ContributorsGet operation in ContributorsApi.
1149
+ * @export
1150
+ * @interface ContributorsApiApiV1ContributorsGetRequest
1151
+ */
1152
+ export interface ContributorsApiApiV1ContributorsGetRequest {
1153
+ /**
1154
+ *
1155
+ * @type {string}
1156
+ * @memberof ContributorsApiApiV1ContributorsGet
1157
+ */
1158
+ readonly id?: string
1159
+
1160
+ /**
1161
+ *
1162
+ * @type {string}
1163
+ * @memberof ContributorsApiApiV1ContributorsGet
1164
+ */
1165
+ readonly name?: string
1166
+
1167
+ /**
1168
+ *
1169
+ * @type {string}
1170
+ * @memberof ContributorsApiApiV1ContributorsGet
1171
+ */
1172
+ readonly email?: string
1173
+
1174
+ /**
1175
+ *
1176
+ * @type {string}
1177
+ * @memberof ContributorsApiApiV1ContributorsGet
1178
+ */
1179
+ readonly website?: string
1180
+
1181
+ /**
1182
+ *
1183
+ * @type {string}
1184
+ * @memberof ContributorsApiApiV1ContributorsGet
1185
+ */
1186
+ readonly hospitalId?: string
1187
+
1188
+ /**
1189
+ *
1190
+ * @type {boolean}
1191
+ * @memberof ContributorsApiApiV1ContributorsGet
1192
+ */
1193
+ readonly interviewerOnly?: boolean
1194
+
1195
+ /**
1196
+ *
1197
+ * @type {boolean}
1198
+ * @memberof ContributorsApiApiV1ContributorsGet
1199
+ */
1200
+ readonly showHidden?: boolean
1201
+
1202
+ /**
1203
+ *
1204
+ * @type {string}
1205
+ * @memberof ContributorsApiApiV1ContributorsGet
1206
+ */
1207
+ readonly languageCode?: string
1208
+
1209
+ /**
1210
+ *
1211
+ * @type {boolean}
1212
+ * @memberof ContributorsApiApiV1ContributorsGet
1213
+ */
1214
+ readonly returnDefaultValue?: boolean
1215
+
1216
+ /**
1217
+ *
1218
+ * @type {number}
1219
+ * @memberof ContributorsApiApiV1ContributorsGet
1220
+ */
1221
+ readonly page?: number
1222
+
1223
+ /**
1224
+ *
1225
+ * @type {number}
1226
+ * @memberof ContributorsApiApiV1ContributorsGet
1227
+ */
1228
+ readonly limit?: number
1229
+
1230
+ /**
1231
+ *
1232
+ * @type {Date}
1233
+ * @memberof ContributorsApiApiV1ContributorsGet
1234
+ */
1235
+ readonly lastRetrieved?: Date
1236
+ }
1237
+
1238
+ /**
1239
+ * Request parameters for apiV1ContributorsPost operation in ContributorsApi.
1240
+ * @export
1241
+ * @interface ContributorsApiApiV1ContributorsPostRequest
1242
+ */
1243
+ export interface ContributorsApiApiV1ContributorsPostRequest {
1244
+ /**
1245
+ *
1246
+ * @type {CreateContributorCommand}
1247
+ * @memberof ContributorsApiApiV1ContributorsPost
1248
+ */
1249
+ readonly createContributorCommand?: CreateContributorCommand
1250
+ }
1251
+
1252
+ /**
1253
+ * Request parameters for apiV1ContributorsSlugGet operation in ContributorsApi.
1254
+ * @export
1255
+ * @interface ContributorsApiApiV1ContributorsSlugGetRequest
1256
+ */
1257
+ export interface ContributorsApiApiV1ContributorsSlugGetRequest {
1258
+ /**
1259
+ *
1260
+ * @type {string}
1261
+ * @memberof ContributorsApiApiV1ContributorsSlugGet
1262
+ */
1263
+ readonly slug: string
1264
+
1265
+ /**
1266
+ *
1267
+ * @type {string}
1268
+ * @memberof ContributorsApiApiV1ContributorsSlugGet
1269
+ */
1270
+ readonly languageCode?: string
1271
+
1272
+ /**
1273
+ *
1274
+ * @type {boolean}
1275
+ * @memberof ContributorsApiApiV1ContributorsSlugGet
1276
+ */
1277
+ readonly returnDefaultValue?: boolean
1278
+ }
1279
+
923
1280
  /**
924
1281
  * ContributorsApi - object-oriented interface
925
1282
  * @export
@@ -930,161 +1287,132 @@ export class ContributorsApi extends BaseAPI {
930
1287
  /**
931
1288
  *
932
1289
  * @summary Delete Contributor.
933
- * @param {string} contributorId
934
- * @param {boolean} [isPermanent]
1290
+ * @param {ContributorsApiApiV1ContributorsContributorIdDeleteRequest} requestParameters Request parameters.
935
1291
  * @param {*} [options] Override http request option.
936
1292
  * @throws {RequiredError}
937
1293
  * @memberof ContributorsApi
938
1294
  */
939
- public apiV1ContributorsContributorIdDelete(contributorId: string, isPermanent?: boolean, options?: AxiosRequestConfig) {
940
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdDelete(contributorId, isPermanent, options).then((request) => request(this.axios, this.basePath));
1295
+ public apiV1ContributorsContributorIdDelete(requestParameters: ContributorsApiApiV1ContributorsContributorIdDeleteRequest, options?: AxiosRequestConfig) {
1296
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdDelete(requestParameters.contributorId, requestParameters.isPermanent, options).then((request) => request(this.axios, this.basePath));
941
1297
  }
942
1298
 
943
1299
  /**
944
1300
  *
945
1301
  * @summary Get Contributor.
946
- * @param {string} contributorId
947
- * @param {string} [languageCode]
948
- * @param {boolean} [returnDefaultValue]
1302
+ * @param {ContributorsApiApiV1ContributorsContributorIdGetRequest} requestParameters Request parameters.
949
1303
  * @param {*} [options] Override http request option.
950
1304
  * @throws {RequiredError}
951
1305
  * @memberof ContributorsApi
952
1306
  */
953
- public apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
954
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdGet(contributorId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1307
+ public apiV1ContributorsContributorIdGet(requestParameters: ContributorsApiApiV1ContributorsContributorIdGetRequest, options?: AxiosRequestConfig) {
1308
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdGet(requestParameters.contributorId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
955
1309
  }
956
1310
 
957
1311
  /**
958
1312
  *
959
1313
  * @summary Get all ContributorHandles.
960
- * @param {string} contributorId
961
- * @param {string} [contributorId2]
962
- * @param {string} [id]
963
- * @param {SnsType} [snsType]
964
- * @param {string} [handle]
965
- * @param {number} [page]
966
- * @param {number} [limit]
967
- * @param {Date} [lastRetrieved]
1314
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest} requestParameters Request parameters.
968
1315
  * @param {*} [options] Override http request option.
969
1316
  * @throws {RequiredError}
970
1317
  * @memberof ContributorsApi
971
1318
  */
972
- public apiV1ContributorsContributorIdHandlesGet(contributorId: string, contributorId2?: string, id?: string, snsType?: SnsType, handle?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
973
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesGet(contributorId, contributorId2, id, snsType, handle, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1319
+ public apiV1ContributorsContributorIdHandlesGet(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesGetRequest, options?: AxiosRequestConfig) {
1320
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesGet(requestParameters.contributorId, requestParameters.contributorId2, requestParameters.id, requestParameters.snsType, requestParameters.handle, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
974
1321
  }
975
1322
 
976
1323
  /**
977
1324
  *
978
1325
  * @summary Delete ContributorHandle.
979
- * @param {string} contributorId
980
- * @param {string} handleId
1326
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest} requestParameters Request parameters.
981
1327
  * @param {*} [options] Override http request option.
982
1328
  * @throws {RequiredError}
983
1329
  * @memberof ContributorsApi
984
1330
  */
985
- public apiV1ContributorsContributorIdHandlesHandleIdDelete(contributorId: string, handleId: string, options?: AxiosRequestConfig) {
986
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesHandleIdDelete(contributorId, handleId, options).then((request) => request(this.axios, this.basePath));
1331
+ public apiV1ContributorsContributorIdHandlesHandleIdDelete(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdDeleteRequest, options?: AxiosRequestConfig) {
1332
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesHandleIdDelete(requestParameters.contributorId, requestParameters.handleId, options).then((request) => request(this.axios, this.basePath));
987
1333
  }
988
1334
 
989
1335
  /**
990
1336
  *
991
1337
  * @summary Get ContributorHandle.
992
- * @param {string} contributorId
993
- * @param {string} handleId
1338
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest} requestParameters Request parameters.
994
1339
  * @param {*} [options] Override http request option.
995
1340
  * @throws {RequiredError}
996
1341
  * @memberof ContributorsApi
997
1342
  */
998
- public apiV1ContributorsContributorIdHandlesHandleIdGet(contributorId: string, handleId: string, options?: AxiosRequestConfig) {
999
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesHandleIdGet(contributorId, handleId, options).then((request) => request(this.axios, this.basePath));
1343
+ public apiV1ContributorsContributorIdHandlesHandleIdGet(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdGetRequest, options?: AxiosRequestConfig) {
1344
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesHandleIdGet(requestParameters.contributorId, requestParameters.handleId, options).then((request) => request(this.axios, this.basePath));
1000
1345
  }
1001
1346
 
1002
1347
  /**
1003
1348
  *
1004
1349
  * @summary Update ContributorHandle.
1005
- * @param {string} contributorId
1006
- * @param {string} handleId
1007
- * @param {UpdateContributorSnsHandleCommand} [updateContributorSnsHandleCommand]
1350
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest} requestParameters Request parameters.
1008
1351
  * @param {*} [options] Override http request option.
1009
1352
  * @throws {RequiredError}
1010
1353
  * @memberof ContributorsApi
1011
1354
  */
1012
- public apiV1ContributorsContributorIdHandlesHandleIdPut(contributorId: string, handleId: string, updateContributorSnsHandleCommand?: UpdateContributorSnsHandleCommand, options?: AxiosRequestConfig) {
1013
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesHandleIdPut(contributorId, handleId, updateContributorSnsHandleCommand, options).then((request) => request(this.axios, this.basePath));
1355
+ public apiV1ContributorsContributorIdHandlesHandleIdPut(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesHandleIdPutRequest, options?: AxiosRequestConfig) {
1356
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesHandleIdPut(requestParameters.contributorId, requestParameters.handleId, requestParameters.updateContributorSnsHandleCommand, options).then((request) => request(this.axios, this.basePath));
1014
1357
  }
1015
1358
 
1016
1359
  /**
1017
1360
  *
1018
1361
  * @summary Get ContributorHandle.
1019
- * @param {string} contributorId
1020
- * @param {CreateContributorSnsHandleCommand} [createContributorSnsHandleCommand]
1362
+ * @param {ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest} requestParameters Request parameters.
1021
1363
  * @param {*} [options] Override http request option.
1022
1364
  * @throws {RequiredError}
1023
1365
  * @memberof ContributorsApi
1024
1366
  */
1025
- public apiV1ContributorsContributorIdHandlesPost(contributorId: string, createContributorSnsHandleCommand?: CreateContributorSnsHandleCommand, options?: AxiosRequestConfig) {
1026
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesPost(contributorId, createContributorSnsHandleCommand, options).then((request) => request(this.axios, this.basePath));
1367
+ public apiV1ContributorsContributorIdHandlesPost(requestParameters: ContributorsApiApiV1ContributorsContributorIdHandlesPostRequest, options?: AxiosRequestConfig) {
1368
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdHandlesPost(requestParameters.contributorId, requestParameters.createContributorSnsHandleCommand, options).then((request) => request(this.axios, this.basePath));
1027
1369
  }
1028
1370
 
1029
1371
  /**
1030
1372
  *
1031
1373
  * @summary Update Contributor.
1032
- * @param {string} contributorId
1033
- * @param {UpdateContributorCommand} [updateContributorCommand]
1374
+ * @param {ContributorsApiApiV1ContributorsContributorIdPutRequest} requestParameters Request parameters.
1034
1375
  * @param {*} [options] Override http request option.
1035
1376
  * @throws {RequiredError}
1036
1377
  * @memberof ContributorsApi
1037
1378
  */
1038
- public apiV1ContributorsContributorIdPut(contributorId: string, updateContributorCommand?: UpdateContributorCommand, options?: AxiosRequestConfig) {
1039
- return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdPut(contributorId, updateContributorCommand, options).then((request) => request(this.axios, this.basePath));
1379
+ public apiV1ContributorsContributorIdPut(requestParameters: ContributorsApiApiV1ContributorsContributorIdPutRequest, options?: AxiosRequestConfig) {
1380
+ return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdPut(requestParameters.contributorId, requestParameters.updateContributorCommand, options).then((request) => request(this.axios, this.basePath));
1040
1381
  }
1041
1382
 
1042
1383
  /**
1043
1384
  *
1044
1385
  * @summary Get all Contributors.
1045
- * @param {string} [id]
1046
- * @param {string} [name]
1047
- * @param {string} [email]
1048
- * @param {string} [website]
1049
- * @param {string} [hospitalId]
1050
- * @param {boolean} [interviewerOnly]
1051
- * @param {boolean} [showHidden]
1052
- * @param {string} [languageCode]
1053
- * @param {boolean} [returnDefaultValue]
1054
- * @param {number} [page]
1055
- * @param {number} [limit]
1056
- * @param {Date} [lastRetrieved]
1386
+ * @param {ContributorsApiApiV1ContributorsGetRequest} requestParameters Request parameters.
1057
1387
  * @param {*} [options] Override http request option.
1058
1388
  * @throws {RequiredError}
1059
1389
  * @memberof ContributorsApi
1060
1390
  */
1061
- public 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) {
1062
- return ContributorsApiFp(this.configuration).apiV1ContributorsGet(id, name, email, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1391
+ public apiV1ContributorsGet(requestParameters: ContributorsApiApiV1ContributorsGetRequest = {}, options?: AxiosRequestConfig) {
1392
+ return ContributorsApiFp(this.configuration).apiV1ContributorsGet(requestParameters.id, requestParameters.name, requestParameters.email, requestParameters.website, requestParameters.hospitalId, requestParameters.interviewerOnly, requestParameters.showHidden, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1063
1393
  }
1064
1394
 
1065
1395
  /**
1066
1396
  *
1067
1397
  * @summary Create a Contributor.
1068
- * @param {CreateContributorCommand} [createContributorCommand]
1398
+ * @param {ContributorsApiApiV1ContributorsPostRequest} requestParameters Request parameters.
1069
1399
  * @param {*} [options] Override http request option.
1070
1400
  * @throws {RequiredError}
1071
1401
  * @memberof ContributorsApi
1072
1402
  */
1073
- public apiV1ContributorsPost(createContributorCommand?: CreateContributorCommand, options?: AxiosRequestConfig) {
1074
- return ContributorsApiFp(this.configuration).apiV1ContributorsPost(createContributorCommand, options).then((request) => request(this.axios, this.basePath));
1403
+ public apiV1ContributorsPost(requestParameters: ContributorsApiApiV1ContributorsPostRequest = {}, options?: AxiosRequestConfig) {
1404
+ return ContributorsApiFp(this.configuration).apiV1ContributorsPost(requestParameters.createContributorCommand, options).then((request) => request(this.axios, this.basePath));
1075
1405
  }
1076
1406
 
1077
1407
  /**
1078
1408
  *
1079
1409
  * @summary Get Contributor by slug.
1080
- * @param {string} slug
1081
- * @param {string} [languageCode]
1082
- * @param {boolean} [returnDefaultValue]
1410
+ * @param {ContributorsApiApiV1ContributorsSlugGetRequest} requestParameters Request parameters.
1083
1411
  * @param {*} [options] Override http request option.
1084
1412
  * @throws {RequiredError}
1085
1413
  * @memberof ContributorsApi
1086
1414
  */
1087
- public apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
1088
- return ContributorsApiFp(this.configuration).apiV1ContributorsSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1415
+ public apiV1ContributorsSlugGet(requestParameters: ContributorsApiApiV1ContributorsSlugGetRequest, options?: AxiosRequestConfig) {
1416
+ return ContributorsApiFp(this.configuration).apiV1ContributorsSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1089
1417
  }
1090
1418
  }