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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/lib/api/accreditations-api.d.ts +10 -9
  2. package/lib/api/accreditations-api.d.ts.map +1 -1
  3. package/lib/api/accreditations-api.js +13 -13
  4. package/lib/api/hospitals-api.d.ts +65 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +100 -0
  7. package/lib/api/patient-review-form-settings-api.d.ts +460 -0
  8. package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
  9. package/lib/api/patient-review-form-settings-api.js +824 -0
  10. package/lib/api/patient-reviews-api.d.ts +753 -0
  11. package/lib/api/patient-reviews-api.d.ts.map +1 -0
  12. package/lib/api/patient-reviews-api.js +1310 -0
  13. package/lib/api.d.ts +2 -0
  14. package/lib/api.d.ts.map +1 -1
  15. package/lib/api.js +2 -0
  16. package/lib/models/accreditation-item-model.d.ts +7 -0
  17. package/lib/models/accreditation-item-model.d.ts.map +1 -1
  18. package/lib/models/accreditation-model.d.ts +7 -0
  19. package/lib/models/accreditation-model.d.ts.map +1 -1
  20. package/lib/models/accreditation-type.d.ts +22 -0
  21. package/lib/models/accreditation-type.d.ts.map +1 -0
  22. package/lib/models/accreditation-type.js +25 -0
  23. package/lib/models/accreditation-verification-file-model.d.ts +49 -0
  24. package/lib/models/accreditation-verification-file-model.d.ts.map +1 -0
  25. package/lib/models/accreditation-verification-file-model.js +15 -0
  26. package/lib/models/create-accreditation-command.d.ts +7 -0
  27. package/lib/models/create-accreditation-command.d.ts.map +1 -1
  28. package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
  29. package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
  30. package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
  31. package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
  32. package/lib/models/create-patient-review-form-setting-command.js +15 -0
  33. package/lib/models/form-result-item-model.d.ts +7 -0
  34. package/lib/models/form-result-item-model.d.ts.map +1 -1
  35. package/lib/models/form-result-model.d.ts +7 -0
  36. package/lib/models/form-result-model.d.ts.map +1 -1
  37. package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
  38. package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
  39. package/lib/models/hospital-accreditation-model.d.ts +32 -0
  40. package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
  41. package/lib/models/hospital-item-model.d.ts +7 -0
  42. package/lib/models/hospital-item-model.d.ts.map +1 -1
  43. package/lib/models/hospital-model.d.ts +6 -6
  44. package/lib/models/hospital-model.d.ts.map +1 -1
  45. package/lib/models/index.d.ts +33 -0
  46. package/lib/models/index.d.ts.map +1 -1
  47. package/lib/models/index.js +33 -0
  48. package/lib/models/patch-patient-review-input-model.d.ts +50 -0
  49. package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
  50. package/lib/models/patch-patient-review-input-model.js +15 -0
  51. package/lib/models/patient-review-activity-action.d.ts +29 -0
  52. package/lib/models/patient-review-activity-action.d.ts.map +1 -0
  53. package/lib/models/patient-review-activity-action.js +32 -0
  54. package/lib/models/patient-review-activity-log-model.d.ts +69 -0
  55. package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
  56. package/lib/models/patient-review-activity-log-model.js +15 -0
  57. package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
  58. package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
  59. package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
  60. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -0
  61. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
  62. package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
  63. package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
  64. package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
  65. package/lib/models/patient-review-content-verification-input-model.js +15 -0
  66. package/lib/models/patient-review-detail-model.d.ts +44 -0
  67. package/lib/models/patient-review-detail-model.d.ts.map +1 -0
  68. package/lib/models/patient-review-detail-model.js +15 -0
  69. package/lib/models/patient-review-form-setting-detail-input-model.d.ts +67 -0
  70. package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
  71. package/lib/models/patient-review-form-setting-detail-input-model.js +15 -0
  72. package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
  73. package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
  74. package/lib/models/patient-review-form-setting-detail-model.js +15 -0
  75. package/lib/models/patient-review-form-setting-item-model.d.ts +87 -0
  76. package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
  77. package/lib/models/patient-review-form-setting-item-model.js +15 -0
  78. package/lib/models/patient-review-form-setting-model.d.ts +94 -0
  79. package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
  80. package/lib/models/patient-review-form-setting-model.js +15 -0
  81. package/lib/models/patient-review-form-settings-model.d.ts +33 -0
  82. package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
  83. package/lib/models/patient-review-form-settings-model.js +15 -0
  84. package/lib/models/patient-review-general-photo-model.d.ts +49 -0
  85. package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
  86. package/lib/models/patient-review-general-photo-model.js +15 -0
  87. package/lib/models/patient-review-general-public-photo-model.d.ts +61 -0
  88. package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
  89. package/lib/models/patient-review-general-public-photo-model.js +15 -0
  90. package/lib/models/patient-review-item-model.d.ts +166 -0
  91. package/lib/models/patient-review-item-model.d.ts.map +1 -0
  92. package/lib/models/patient-review-item-model.js +15 -0
  93. package/lib/models/patient-review-model.d.ts +318 -0
  94. package/lib/models/patient-review-model.d.ts.map +1 -0
  95. package/lib/models/patient-review-model.js +15 -0
  96. package/lib/models/patient-review-platform.d.ts +23 -0
  97. package/lib/models/patient-review-platform.d.ts.map +1 -0
  98. package/lib/models/patient-review-platform.js +26 -0
  99. package/lib/models/patient-review-public-before-after-image-input-model.d.ts +61 -0
  100. package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
  101. package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
  102. package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
  103. package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
  104. package/lib/models/patient-review-public-general-image-input-model.js +15 -0
  105. package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
  106. package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
  107. package/lib/models/patient-review-public-photo-patch-input-model.js +15 -0
  108. package/lib/models/patient-review-status.d.ts +23 -0
  109. package/lib/models/patient-review-status.d.ts.map +1 -0
  110. package/lib/models/patient-review-status.js +26 -0
  111. package/lib/models/patient-review-translation-model.d.ts +55 -0
  112. package/lib/models/patient-review-translation-model.d.ts.map +1 -0
  113. package/lib/models/patient-review-translation-model.js +15 -0
  114. package/lib/models/patient-review-verification-document-model.d.ts +37 -0
  115. package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
  116. package/lib/models/patient-review-verification-document-model.js +15 -0
  117. package/lib/models/patient-reviews-model.d.ts +33 -0
  118. package/lib/models/patient-reviews-model.d.ts.map +1 -0
  119. package/lib/models/patient-reviews-model.js +15 -0
  120. package/lib/models/survey-result-item-model.d.ts +13 -0
  121. package/lib/models/survey-result-item-model.d.ts.map +1 -1
  122. package/lib/models/survey-result-model.d.ts +13 -0
  123. package/lib/models/survey-result-model.d.ts.map +1 -1
  124. package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
  125. package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
  126. package/lib/models/translate-patient-review-form-setting-command.js +15 -0
  127. package/lib/models/translation-model.d.ts +103 -0
  128. package/lib/models/translation-model.d.ts.map +1 -0
  129. package/lib/models/translation-model.js +15 -0
  130. package/lib/models/update-accreditation-command.d.ts +7 -0
  131. package/lib/models/update-accreditation-command.d.ts.map +1 -1
  132. package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
  133. package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
  134. package/lib/models/update-hospital-accreditation-command.js +15 -0
  135. package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
  136. package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
  137. package/lib/models/update-patient-review-form-setting-command.js +15 -0
  138. package/lib/models/update-patient-review-status-command.d.ts +38 -0
  139. package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
  140. package/lib/models/update-patient-review-status-command.js +15 -0
  141. package/lib/models/verify-patient-review-content-command.d.ts +38 -0
  142. package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
  143. package/lib/models/verify-patient-review-content-command.js +15 -0
  144. package/package.json +1 -1
@@ -13,6 +13,7 @@ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
15
  import { AccreditationModel } from '../models';
16
+ import { AccreditationType } from '../models';
16
17
  import { AccreditationsModel } from '../models';
17
18
  import { CreateAccreditationCommand } from '../models';
18
19
  import { UpdateAccreditationCommand } from '../models';
@@ -50,15 +51,15 @@ export declare const AccreditationsApiAxiosParamCreator: (configuration?: Config
50
51
  *
51
52
  * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
52
53
  * @param {string} [name]
53
- * @param {string} [logo]
54
54
  * @param {string} [country]
55
+ * @param {AccreditationType} [accreditationType]
55
56
  * @param {number} [page]
56
57
  * @param {number} [limit]
57
58
  * @param {Date} [lastRetrieved]
58
59
  * @param {*} [options] Override http request option.
59
60
  * @throws {RequiredError}
60
61
  */
61
- apiV1AccreditationsGet: (name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
62
+ apiV1AccreditationsGet: (name?: string, country?: string, accreditationType?: AccreditationType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
62
63
  /**
63
64
  *
64
65
  * @summary Create a Accreditation. (Auth policies: RequireManagerRole)
@@ -102,15 +103,15 @@ export declare const AccreditationsApiFp: (configuration?: Configuration) => {
102
103
  *
103
104
  * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
104
105
  * @param {string} [name]
105
- * @param {string} [logo]
106
106
  * @param {string} [country]
107
+ * @param {AccreditationType} [accreditationType]
107
108
  * @param {number} [page]
108
109
  * @param {number} [limit]
109
110
  * @param {Date} [lastRetrieved]
110
111
  * @param {*} [options] Override http request option.
111
112
  * @throws {RequiredError}
112
113
  */
113
- apiV1AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccreditationsModel>>;
114
+ apiV1AccreditationsGet(name?: string, country?: string, accreditationType?: AccreditationType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccreditationsModel>>;
114
115
  /**
115
116
  *
116
117
  * @summary Create a Accreditation. (Auth policies: RequireManagerRole)
@@ -154,15 +155,15 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
154
155
  *
155
156
  * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
156
157
  * @param {string} [name]
157
- * @param {string} [logo]
158
158
  * @param {string} [country]
159
+ * @param {AccreditationType} [accreditationType]
159
160
  * @param {number} [page]
160
161
  * @param {number} [limit]
161
162
  * @param {Date} [lastRetrieved]
162
163
  * @param {*} [options] Override http request option.
163
164
  * @throws {RequiredError}
164
165
  */
165
- apiV1AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AccreditationsModel>;
166
+ apiV1AccreditationsGet(name?: string, country?: string, accreditationType?: AccreditationType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AccreditationsModel>;
166
167
  /**
167
168
  *
168
169
  * @summary Create a Accreditation. (Auth policies: RequireManagerRole)
@@ -234,13 +235,13 @@ export interface AccreditationsApiApiV1AccreditationsGetRequest {
234
235
  * @type {string}
235
236
  * @memberof AccreditationsApiApiV1AccreditationsGet
236
237
  */
237
- readonly logo?: string;
238
+ readonly country?: string;
238
239
  /**
239
240
  *
240
- * @type {string}
241
+ * @type {AccreditationType}
241
242
  * @memberof AccreditationsApiApiV1AccreditationsGet
242
243
  */
243
- readonly country?: string;
244
+ readonly accreditationType?: AccreditationType;
244
245
  /**
245
246
  *
246
247
  * @type {number}
@@ -1 +1 @@
1
- {"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-api.ts"],"names":[],"mappings":"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"}
@@ -249,20 +249,20 @@ var AccreditationsApiAxiosParamCreator = function (configuration) {
249
249
  *
250
250
  * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
251
251
  * @param {string} [name]
252
- * @param {string} [logo]
253
252
  * @param {string} [country]
253
+ * @param {AccreditationType} [accreditationType]
254
254
  * @param {number} [page]
255
255
  * @param {number} [limit]
256
256
  * @param {Date} [lastRetrieved]
257
257
  * @param {*} [options] Override http request option.
258
258
  * @throws {RequiredError}
259
259
  */
260
- apiV1AccreditationsGet: function (name_1, logo_1, country_1, page_1, limit_1, lastRetrieved_1) {
260
+ apiV1AccreditationsGet: function (name_1, country_1, accreditationType_1, page_1, limit_1, lastRetrieved_1) {
261
261
  var args_1 = [];
262
262
  for (var _i = 6; _i < arguments.length; _i++) {
263
263
  args_1[_i - 6] = arguments[_i];
264
264
  }
265
- return __awaiter(_this, __spreadArray([name_1, logo_1, country_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (name, logo, country, page, limit, lastRetrieved, options) {
265
+ return __awaiter(_this, __spreadArray([name_1, country_1, accreditationType_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (name, country, accreditationType, page, limit, lastRetrieved, options) {
266
266
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
267
267
  if (options === void 0) { options = {}; }
268
268
  return __generator(this, function (_a) {
@@ -286,12 +286,12 @@ var AccreditationsApiAxiosParamCreator = function (configuration) {
286
286
  if (name !== undefined) {
287
287
  localVarQueryParameter['name'] = name;
288
288
  }
289
- if (logo !== undefined) {
290
- localVarQueryParameter['logo'] = logo;
291
- }
292
289
  if (country !== undefined) {
293
290
  localVarQueryParameter['country'] = country;
294
291
  }
292
+ if (accreditationType !== undefined) {
293
+ localVarQueryParameter['accreditationType'] = accreditationType;
294
+ }
295
295
  if (page !== undefined) {
296
296
  localVarQueryParameter['page'] = page;
297
297
  }
@@ -435,20 +435,20 @@ var AccreditationsApiFp = function (configuration) {
435
435
  *
436
436
  * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
437
437
  * @param {string} [name]
438
- * @param {string} [logo]
439
438
  * @param {string} [country]
439
+ * @param {AccreditationType} [accreditationType]
440
440
  * @param {number} [page]
441
441
  * @param {number} [limit]
442
442
  * @param {Date} [lastRetrieved]
443
443
  * @param {*} [options] Override http request option.
444
444
  * @throws {RequiredError}
445
445
  */
446
- apiV1AccreditationsGet: function (name, logo, country, page, limit, lastRetrieved, options) {
446
+ apiV1AccreditationsGet: function (name, country, accreditationType, page, limit, lastRetrieved, options) {
447
447
  return __awaiter(this, void 0, void 0, function () {
448
448
  var localVarAxiosArgs;
449
449
  return __generator(this, function (_a) {
450
450
  switch (_a.label) {
451
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1AccreditationsGet(name, logo, country, page, limit, lastRetrieved, options)];
451
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1AccreditationsGet(name, country, accreditationType, page, limit, lastRetrieved, options)];
452
452
  case 1:
453
453
  localVarAxiosArgs = _a.sent();
454
454
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -521,16 +521,16 @@ var AccreditationsApiFactory = function (configuration, basePath, axios) {
521
521
  *
522
522
  * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
523
523
  * @param {string} [name]
524
- * @param {string} [logo]
525
524
  * @param {string} [country]
525
+ * @param {AccreditationType} [accreditationType]
526
526
  * @param {number} [page]
527
527
  * @param {number} [limit]
528
528
  * @param {Date} [lastRetrieved]
529
529
  * @param {*} [options] Override http request option.
530
530
  * @throws {RequiredError}
531
531
  */
532
- apiV1AccreditationsGet: function (name, logo, country, page, limit, lastRetrieved, options) {
533
- return localVarFp.apiV1AccreditationsGet(name, logo, country, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
532
+ apiV1AccreditationsGet: function (name, country, accreditationType, page, limit, lastRetrieved, options) {
533
+ return localVarFp.apiV1AccreditationsGet(name, country, accreditationType, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
534
534
  },
535
535
  /**
536
536
  *
@@ -603,7 +603,7 @@ var AccreditationsApi = /** @class */ (function (_super) {
603
603
  AccreditationsApi.prototype.apiV1AccreditationsGet = function (requestParameters, options) {
604
604
  var _this = this;
605
605
  if (requestParameters === void 0) { requestParameters = {}; }
606
- return (0, exports.AccreditationsApiFp)(this.configuration).apiV1AccreditationsGet(requestParameters.name, requestParameters.logo, requestParameters.country, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
606
+ return (0, exports.AccreditationsApiFp)(this.configuration).apiV1AccreditationsGet(requestParameters.name, requestParameters.country, requestParameters.accreditationType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
607
607
  };
608
608
  /**
609
609
  *
@@ -122,6 +122,7 @@ import { TranslateLandingCommand } from '../models';
122
122
  import { TranslatePageCommand } from '../models';
123
123
  import { TranslatePageSectionCommand } from '../models';
124
124
  import { TranslationBatchResultModel } from '../models';
125
+ import { UpdateHospitalAccreditationCommand } from '../models';
125
126
  import { UpdateHospitalBankAccountInfoCommand } from '../models';
126
127
  import { UpdateHospitalCommand } from '../models';
127
128
  import { UpdateHospitalContactCommand } from '../models';
@@ -193,6 +194,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
193
194
  * @throws {RequiredError}
194
195
  */
195
196
  apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet: (hospitalId: string, accreditationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
197
+ /**
198
+ *
199
+ * @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
200
+ * @param {string} hospitalId
201
+ * @param {string} accreditationId
202
+ * @param {UpdateHospitalAccreditationCommand} [updateHospitalAccreditationCommand]
203
+ * @param {*} [options] Override http request option.
204
+ * @throws {RequiredError}
205
+ */
206
+ apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut: (hospitalId: string, accreditationId: string, updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
196
207
  /**
197
208
  *
198
209
  * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -2275,6 +2286,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
2275
2286
  * @throws {RequiredError}
2276
2287
  */
2277
2288
  apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>>;
2289
+ /**
2290
+ *
2291
+ * @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
2292
+ * @param {string} hospitalId
2293
+ * @param {string} accreditationId
2294
+ * @param {UpdateHospitalAccreditationCommand} [updateHospitalAccreditationCommand]
2295
+ * @param {*} [options] Override http request option.
2296
+ * @throws {RequiredError}
2297
+ */
2298
+ apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut(hospitalId: string, accreditationId: string, updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalAccreditationModel>>;
2278
2299
  /**
2279
2300
  *
2280
2301
  * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -4357,6 +4378,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
4357
4378
  * @throws {RequiredError}
4358
4379
  */
4359
4380
  apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(hospitalId: string, accreditationId: string, options?: any): AxiosPromise<HospitalAccreditationModel>;
4381
+ /**
4382
+ *
4383
+ * @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
4384
+ * @param {string} hospitalId
4385
+ * @param {string} accreditationId
4386
+ * @param {UpdateHospitalAccreditationCommand} [updateHospitalAccreditationCommand]
4387
+ * @param {*} [options] Override http request option.
4388
+ * @throws {RequiredError}
4389
+ */
4390
+ apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut(hospitalId: string, accreditationId: string, updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand, options?: any): AxiosPromise<HospitalAccreditationModel>;
4360
4391
  /**
4361
4392
  *
4362
4393
  * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
@@ -6534,6 +6565,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditation
6534
6565
  */
6535
6566
  readonly accreditationId: string;
6536
6567
  }
6568
+ /**
6569
+ * Request parameters for apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut operation in HospitalsApi.
6570
+ * @export
6571
+ * @interface HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest
6572
+ */
6573
+ export interface HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest {
6574
+ /**
6575
+ *
6576
+ * @type {string}
6577
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPut
6578
+ */
6579
+ readonly hospitalId: string;
6580
+ /**
6581
+ *
6582
+ * @type {string}
6583
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPut
6584
+ */
6585
+ readonly accreditationId: string;
6586
+ /**
6587
+ *
6588
+ * @type {UpdateHospitalAccreditationCommand}
6589
+ * @memberof HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPut
6590
+ */
6591
+ readonly updateHospitalAccreditationCommand?: UpdateHospitalAccreditationCommand;
6592
+ }
6537
6593
  /**
6538
6594
  * Request parameters for apiV1HospitalsHospitalIdAccreditationsGet operation in HospitalsApi.
6539
6595
  * @export
@@ -12198,6 +12254,15 @@ export declare class HospitalsApi extends BaseAPI {
12198
12254
  * @memberof HospitalsApi
12199
12255
  */
12200
12256
  apiV1HospitalsHospitalIdAccreditationsAccreditationIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
12257
+ /**
12258
+ *
12259
+ * @summary Update HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
12260
+ * @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest} requestParameters Request parameters.
12261
+ * @param {*} [options] Override http request option.
12262
+ * @throws {RequiredError}
12263
+ * @memberof HospitalsApi
12264
+ */
12265
+ apiV1HospitalsHospitalIdAccreditationsAccreditationIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalAccreditationModel, any>>;
12201
12266
  /**
12202
12267
  *
12203
12268
  * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)