ch-admin-api-client-typescript 5.49.2 → 5.50.2

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.
@@ -22,7 +22,7 @@ import { NotificationsModel } from '../models';
22
22
  export declare const NotificationsApiAxiosParamCreator: (configuration?: Configuration) => {
23
23
  /**
24
24
  *
25
- * @summary Check notification. (Auth policies: RequireDoctorRole)
25
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
26
26
  * @param {CheckNotificationsCommand} [checkNotificationsCommand]
27
27
  * @param {*} [options] Override http request option.
28
28
  * @throws {RequiredError}
@@ -30,7 +30,7 @@ export declare const NotificationsApiAxiosParamCreator: (configuration?: Configu
30
30
  apiV1NotificationsCheckPost: (checkNotificationsCommand?: CheckNotificationsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
31
31
  /**
32
32
  *
33
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
33
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
34
34
  * @param {NotificationCode} [notificationCode]
35
35
  * @param {boolean} [unreadCountOnly]
36
36
  * @param {number} [page]
@@ -48,7 +48,7 @@ export declare const NotificationsApiAxiosParamCreator: (configuration?: Configu
48
48
  export declare const NotificationsApiFp: (configuration?: Configuration) => {
49
49
  /**
50
50
  *
51
- * @summary Check notification. (Auth policies: RequireDoctorRole)
51
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
52
52
  * @param {CheckNotificationsCommand} [checkNotificationsCommand]
53
53
  * @param {*} [options] Override http request option.
54
54
  * @throws {RequiredError}
@@ -56,7 +56,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
56
56
  apiV1NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
57
57
  /**
58
58
  *
59
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
59
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
60
60
  * @param {NotificationCode} [notificationCode]
61
61
  * @param {boolean} [unreadCountOnly]
62
62
  * @param {number} [page]
@@ -74,7 +74,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
74
74
  export declare const NotificationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
75
75
  /**
76
76
  *
77
- * @summary Check notification. (Auth policies: RequireDoctorRole)
77
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
78
78
  * @param {CheckNotificationsCommand} [checkNotificationsCommand]
79
79
  * @param {*} [options] Override http request option.
80
80
  * @throws {RequiredError}
@@ -82,7 +82,7 @@ export declare const NotificationsApiFactory: (configuration?: Configuration, ba
82
82
  apiV1NotificationsCheckPost(checkNotificationsCommand?: CheckNotificationsCommand, options?: any): AxiosPromise<boolean>;
83
83
  /**
84
84
  *
85
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
85
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
86
86
  * @param {NotificationCode} [notificationCode]
87
87
  * @param {boolean} [unreadCountOnly]
88
88
  * @param {number} [page]
@@ -152,7 +152,7 @@ export interface NotificationsApiApiV1NotificationsGetRequest {
152
152
  export declare class NotificationsApi extends BaseAPI {
153
153
  /**
154
154
  *
155
- * @summary Check notification. (Auth policies: RequireDoctorRole)
155
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
156
156
  * @param {NotificationsApiApiV1NotificationsCheckPostRequest} requestParameters Request parameters.
157
157
  * @param {*} [options] Override http request option.
158
158
  * @throws {RequiredError}
@@ -161,7 +161,7 @@ export declare class NotificationsApi extends BaseAPI {
161
161
  apiV1NotificationsCheckPost(requestParameters?: NotificationsApiApiV1NotificationsCheckPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
162
162
  /**
163
163
  *
164
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
164
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
165
165
  * @param {NotificationsApiApiV1NotificationsGetRequest} requestParameters Request parameters.
166
166
  * @param {*} [options] Override http request option.
167
167
  * @throws {RequiredError}
@@ -103,7 +103,7 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
103
103
  return {
104
104
  /**
105
105
  *
106
- * @summary Check notification. (Auth policies: RequireDoctorRole)
106
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
107
107
  * @param {CheckNotificationsCommand} [checkNotificationsCommand]
108
108
  * @param {*} [options] Override http request option.
109
109
  * @throws {RequiredError}
@@ -149,7 +149,7 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
149
149
  },
150
150
  /**
151
151
  *
152
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
152
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
153
153
  * @param {NotificationCode} [notificationCode]
154
154
  * @param {boolean} [unreadCountOnly]
155
155
  * @param {number} [page]
@@ -224,7 +224,7 @@ var NotificationsApiFp = function (configuration) {
224
224
  return {
225
225
  /**
226
226
  *
227
- * @summary Check notification. (Auth policies: RequireDoctorRole)
227
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
228
228
  * @param {CheckNotificationsCommand} [checkNotificationsCommand]
229
229
  * @param {*} [options] Override http request option.
230
230
  * @throws {RequiredError}
@@ -244,7 +244,7 @@ var NotificationsApiFp = function (configuration) {
244
244
  },
245
245
  /**
246
246
  *
247
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
247
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
248
248
  * @param {NotificationCode} [notificationCode]
249
249
  * @param {boolean} [unreadCountOnly]
250
250
  * @param {number} [page]
@@ -278,7 +278,7 @@ var NotificationsApiFactory = function (configuration, basePath, axios) {
278
278
  return {
279
279
  /**
280
280
  *
281
- * @summary Check notification. (Auth policies: RequireDoctorRole)
281
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
282
282
  * @param {CheckNotificationsCommand} [checkNotificationsCommand]
283
283
  * @param {*} [options] Override http request option.
284
284
  * @throws {RequiredError}
@@ -288,7 +288,7 @@ var NotificationsApiFactory = function (configuration, basePath, axios) {
288
288
  },
289
289
  /**
290
290
  *
291
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
291
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
292
292
  * @param {NotificationCode} [notificationCode]
293
293
  * @param {boolean} [unreadCountOnly]
294
294
  * @param {number} [page]
@@ -316,7 +316,7 @@ var NotificationsApi = /** @class */ (function (_super) {
316
316
  }
317
317
  /**
318
318
  *
319
- * @summary Check notification. (Auth policies: RequireDoctorRole)
319
+ * @summary Check notification. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
320
320
  * @param {NotificationsApiApiV1NotificationsCheckPostRequest} requestParameters Request parameters.
321
321
  * @param {*} [options] Override http request option.
322
322
  * @throws {RequiredError}
@@ -329,7 +329,7 @@ var NotificationsApi = /** @class */ (function (_super) {
329
329
  };
330
330
  /**
331
331
  *
332
- * @summary Get all notifications. (Auth policies: RequireDoctorRole)
332
+ * @summary Get all notifications. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
333
333
  * @param {NotificationsApiApiV1NotificationsGetRequest} requestParameters Request parameters.
334
334
  * @param {*} [options] Override http request option.
335
335
  * @throws {RequiredError}
@@ -24,7 +24,7 @@ import { UserModel } from '../models';
24
24
  export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuration) => {
25
25
  /**
26
26
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
27
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
27
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
28
28
  * @param {ChangeEmailCommand} [changeEmailCommand]
29
29
  * @param {*} [options] Override http request option.
30
30
  * @throws {RequiredError}
@@ -32,7 +32,7 @@ export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuratio
32
32
  apiV1ProfilesChangeemailPost: (changeEmailCommand?: ChangeEmailCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
33
33
  /**
34
34
  *
35
- * @summary Configm email. (Auth policies: RequireDoctorRole)
35
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
36
36
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
37
37
  * @param {*} [options] Override http request option.
38
38
  * @throws {RequiredError}
@@ -40,14 +40,14 @@ export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuratio
40
40
  apiV1ProfilesConfirmemailPost: (confirmEmailCommand?: ConfirmEmailCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
41
41
  /**
42
42
  *
43
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
43
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
44
44
  * @param {*} [options] Override http request option.
45
45
  * @throws {RequiredError}
46
46
  */
47
47
  apiV1ProfilesGet: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
48
48
  /**
49
49
  *
50
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
50
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
51
51
  * @param {CreateProfileCommand} [createProfileCommand]
52
52
  * @param {*} [options] Override http request option.
53
53
  * @throws {RequiredError}
@@ -55,7 +55,7 @@ export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuratio
55
55
  apiV1ProfilesPost: (createProfileCommand?: CreateProfileCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
56
56
  /**
57
57
  *
58
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
58
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
59
59
  * @param {string} profileId
60
60
  * @param {*} [options] Override http request option.
61
61
  * @throws {RequiredError}
@@ -63,7 +63,7 @@ export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuratio
63
63
  apiV1ProfilesProfileIdDelete: (profileId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
64
64
  /**
65
65
  *
66
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
66
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
67
67
  * @param {UpdateProfileCommand} [updateProfileCommand]
68
68
  * @param {*} [options] Override http request option.
69
69
  * @throws {RequiredError}
@@ -77,7 +77,7 @@ export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuratio
77
77
  export declare const ProfilesApiFp: (configuration?: Configuration) => {
78
78
  /**
79
79
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
80
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
80
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
81
81
  * @param {ChangeEmailCommand} [changeEmailCommand]
82
82
  * @param {*} [options] Override http request option.
83
83
  * @throws {RequiredError}
@@ -85,7 +85,7 @@ export declare const ProfilesApiFp: (configuration?: Configuration) => {
85
85
  apiV1ProfilesChangeemailPost(changeEmailCommand?: ChangeEmailCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
86
86
  /**
87
87
  *
88
- * @summary Configm email. (Auth policies: RequireDoctorRole)
88
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
89
89
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
90
90
  * @param {*} [options] Override http request option.
91
91
  * @throws {RequiredError}
@@ -93,14 +93,14 @@ export declare const ProfilesApiFp: (configuration?: Configuration) => {
93
93
  apiV1ProfilesConfirmemailPost(confirmEmailCommand?: ConfirmEmailCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
94
94
  /**
95
95
  *
96
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
96
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
97
97
  * @param {*} [options] Override http request option.
98
98
  * @throws {RequiredError}
99
99
  */
100
100
  apiV1ProfilesGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserModel>>;
101
101
  /**
102
102
  *
103
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
103
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
104
104
  * @param {CreateProfileCommand} [createProfileCommand]
105
105
  * @param {*} [options] Override http request option.
106
106
  * @throws {RequiredError}
@@ -108,7 +108,7 @@ export declare const ProfilesApiFp: (configuration?: Configuration) => {
108
108
  apiV1ProfilesPost(createProfileCommand?: CreateProfileCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserModel>>;
109
109
  /**
110
110
  *
111
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
111
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
112
112
  * @param {string} profileId
113
113
  * @param {*} [options] Override http request option.
114
114
  * @throws {RequiredError}
@@ -116,7 +116,7 @@ export declare const ProfilesApiFp: (configuration?: Configuration) => {
116
116
  apiV1ProfilesProfileIdDelete(profileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
117
117
  /**
118
118
  *
119
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
119
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
120
120
  * @param {UpdateProfileCommand} [updateProfileCommand]
121
121
  * @param {*} [options] Override http request option.
122
122
  * @throws {RequiredError}
@@ -130,7 +130,7 @@ export declare const ProfilesApiFp: (configuration?: Configuration) => {
130
130
  export declare const ProfilesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
131
131
  /**
132
132
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
133
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
133
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
134
134
  * @param {ChangeEmailCommand} [changeEmailCommand]
135
135
  * @param {*} [options] Override http request option.
136
136
  * @throws {RequiredError}
@@ -138,7 +138,7 @@ export declare const ProfilesApiFactory: (configuration?: Configuration, basePat
138
138
  apiV1ProfilesChangeemailPost(changeEmailCommand?: ChangeEmailCommand, options?: any): AxiosPromise<boolean>;
139
139
  /**
140
140
  *
141
- * @summary Configm email. (Auth policies: RequireDoctorRole)
141
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
142
142
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
143
143
  * @param {*} [options] Override http request option.
144
144
  * @throws {RequiredError}
@@ -146,14 +146,14 @@ export declare const ProfilesApiFactory: (configuration?: Configuration, basePat
146
146
  apiV1ProfilesConfirmemailPost(confirmEmailCommand?: ConfirmEmailCommand, options?: any): AxiosPromise<boolean>;
147
147
  /**
148
148
  *
149
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
149
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
150
150
  * @param {*} [options] Override http request option.
151
151
  * @throws {RequiredError}
152
152
  */
153
153
  apiV1ProfilesGet(options?: any): AxiosPromise<UserModel>;
154
154
  /**
155
155
  *
156
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
156
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
157
157
  * @param {CreateProfileCommand} [createProfileCommand]
158
158
  * @param {*} [options] Override http request option.
159
159
  * @throws {RequiredError}
@@ -161,7 +161,7 @@ export declare const ProfilesApiFactory: (configuration?: Configuration, basePat
161
161
  apiV1ProfilesPost(createProfileCommand?: CreateProfileCommand, options?: any): AxiosPromise<UserModel>;
162
162
  /**
163
163
  *
164
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
164
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
165
165
  * @param {string} profileId
166
166
  * @param {*} [options] Override http request option.
167
167
  * @throws {RequiredError}
@@ -169,7 +169,7 @@ export declare const ProfilesApiFactory: (configuration?: Configuration, basePat
169
169
  apiV1ProfilesProfileIdDelete(profileId: string, options?: any): AxiosPromise<boolean>;
170
170
  /**
171
171
  *
172
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
172
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
173
173
  * @param {UpdateProfileCommand} [updateProfileCommand]
174
174
  * @param {*} [options] Override http request option.
175
175
  * @throws {RequiredError}
@@ -250,7 +250,7 @@ export interface ProfilesApiApiV1ProfilesPutRequest {
250
250
  export declare class ProfilesApi extends BaseAPI {
251
251
  /**
252
252
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
253
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
253
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
254
254
  * @param {ProfilesApiApiV1ProfilesChangeemailPostRequest} requestParameters Request parameters.
255
255
  * @param {*} [options] Override http request option.
256
256
  * @throws {RequiredError}
@@ -259,7 +259,7 @@ export declare class ProfilesApi extends BaseAPI {
259
259
  apiV1ProfilesChangeemailPost(requestParameters?: ProfilesApiApiV1ProfilesChangeemailPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
260
260
  /**
261
261
  *
262
- * @summary Configm email. (Auth policies: RequireDoctorRole)
262
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
263
263
  * @param {ProfilesApiApiV1ProfilesConfirmemailPostRequest} requestParameters Request parameters.
264
264
  * @param {*} [options] Override http request option.
265
265
  * @throws {RequiredError}
@@ -268,7 +268,7 @@ export declare class ProfilesApi extends BaseAPI {
268
268
  apiV1ProfilesConfirmemailPost(requestParameters?: ProfilesApiApiV1ProfilesConfirmemailPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
269
269
  /**
270
270
  *
271
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
271
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
272
272
  * @param {*} [options] Override http request option.
273
273
  * @throws {RequiredError}
274
274
  * @memberof ProfilesApi
@@ -276,7 +276,7 @@ export declare class ProfilesApi extends BaseAPI {
276
276
  apiV1ProfilesGet(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserModel, any>>;
277
277
  /**
278
278
  *
279
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
279
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
280
280
  * @param {ProfilesApiApiV1ProfilesPostRequest} requestParameters Request parameters.
281
281
  * @param {*} [options] Override http request option.
282
282
  * @throws {RequiredError}
@@ -285,7 +285,7 @@ export declare class ProfilesApi extends BaseAPI {
285
285
  apiV1ProfilesPost(requestParameters?: ProfilesApiApiV1ProfilesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserModel, any>>;
286
286
  /**
287
287
  *
288
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
288
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
289
289
  * @param {ProfilesApiApiV1ProfilesProfileIdDeleteRequest} requestParameters Request parameters.
290
290
  * @param {*} [options] Override http request option.
291
291
  * @throws {RequiredError}
@@ -294,7 +294,7 @@ export declare class ProfilesApi extends BaseAPI {
294
294
  apiV1ProfilesProfileIdDelete(requestParameters: ProfilesApiApiV1ProfilesProfileIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
295
295
  /**
296
296
  *
297
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
297
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
298
298
  * @param {ProfilesApiApiV1ProfilesPutRequest} requestParameters Request parameters.
299
299
  * @param {*} [options] Override http request option.
300
300
  * @throws {RequiredError}
@@ -103,7 +103,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
103
103
  return {
104
104
  /**
105
105
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
106
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
106
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
107
107
  * @param {ChangeEmailCommand} [changeEmailCommand]
108
108
  * @param {*} [options] Override http request option.
109
109
  * @throws {RequiredError}
@@ -149,7 +149,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
149
149
  },
150
150
  /**
151
151
  *
152
- * @summary Configm email. (Auth policies: RequireDoctorRole)
152
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
153
153
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
154
154
  * @param {*} [options] Override http request option.
155
155
  * @throws {RequiredError}
@@ -195,7 +195,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
195
195
  },
196
196
  /**
197
197
  *
198
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
198
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
199
199
  * @param {*} [options] Override http request option.
200
200
  * @throws {RequiredError}
201
201
  */
@@ -238,7 +238,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
238
238
  },
239
239
  /**
240
240
  *
241
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
241
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
242
242
  * @param {CreateProfileCommand} [createProfileCommand]
243
243
  * @param {*} [options] Override http request option.
244
244
  * @throws {RequiredError}
@@ -284,7 +284,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
284
284
  },
285
285
  /**
286
286
  *
287
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
287
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
288
288
  * @param {string} profileId
289
289
  * @param {*} [options] Override http request option.
290
290
  * @throws {RequiredError}
@@ -331,7 +331,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
331
331
  },
332
332
  /**
333
333
  *
334
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
334
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
335
335
  * @param {UpdateProfileCommand} [updateProfileCommand]
336
336
  * @param {*} [options] Override http request option.
337
337
  * @throws {RequiredError}
@@ -387,7 +387,7 @@ var ProfilesApiFp = function (configuration) {
387
387
  return {
388
388
  /**
389
389
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
390
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
390
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
391
391
  * @param {ChangeEmailCommand} [changeEmailCommand]
392
392
  * @param {*} [options] Override http request option.
393
393
  * @throws {RequiredError}
@@ -407,7 +407,7 @@ var ProfilesApiFp = function (configuration) {
407
407
  },
408
408
  /**
409
409
  *
410
- * @summary Configm email. (Auth policies: RequireDoctorRole)
410
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
411
411
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
412
412
  * @param {*} [options] Override http request option.
413
413
  * @throws {RequiredError}
@@ -427,7 +427,7 @@ var ProfilesApiFp = function (configuration) {
427
427
  },
428
428
  /**
429
429
  *
430
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
430
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
431
431
  * @param {*} [options] Override http request option.
432
432
  * @throws {RequiredError}
433
433
  */
@@ -446,7 +446,7 @@ var ProfilesApiFp = function (configuration) {
446
446
  },
447
447
  /**
448
448
  *
449
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
449
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
450
450
  * @param {CreateProfileCommand} [createProfileCommand]
451
451
  * @param {*} [options] Override http request option.
452
452
  * @throws {RequiredError}
@@ -466,7 +466,7 @@ var ProfilesApiFp = function (configuration) {
466
466
  },
467
467
  /**
468
468
  *
469
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
469
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
470
470
  * @param {string} profileId
471
471
  * @param {*} [options] Override http request option.
472
472
  * @throws {RequiredError}
@@ -486,7 +486,7 @@ var ProfilesApiFp = function (configuration) {
486
486
  },
487
487
  /**
488
488
  *
489
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
489
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
490
490
  * @param {UpdateProfileCommand} [updateProfileCommand]
491
491
  * @param {*} [options] Override http request option.
492
492
  * @throws {RequiredError}
@@ -516,7 +516,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
516
516
  return {
517
517
  /**
518
518
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
519
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
519
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
520
520
  * @param {ChangeEmailCommand} [changeEmailCommand]
521
521
  * @param {*} [options] Override http request option.
522
522
  * @throws {RequiredError}
@@ -526,7 +526,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
526
526
  },
527
527
  /**
528
528
  *
529
- * @summary Configm email. (Auth policies: RequireDoctorRole)
529
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
530
530
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
531
531
  * @param {*} [options] Override http request option.
532
532
  * @throws {RequiredError}
@@ -536,7 +536,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
536
536
  },
537
537
  /**
538
538
  *
539
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
539
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
540
540
  * @param {*} [options] Override http request option.
541
541
  * @throws {RequiredError}
542
542
  */
@@ -545,7 +545,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
545
545
  },
546
546
  /**
547
547
  *
548
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
548
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
549
549
  * @param {CreateProfileCommand} [createProfileCommand]
550
550
  * @param {*} [options] Override http request option.
551
551
  * @throws {RequiredError}
@@ -555,7 +555,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
555
555
  },
556
556
  /**
557
557
  *
558
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
558
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
559
559
  * @param {string} profileId
560
560
  * @param {*} [options] Override http request option.
561
561
  * @throws {RequiredError}
@@ -565,7 +565,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
565
565
  },
566
566
  /**
567
567
  *
568
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
568
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
569
569
  * @param {UpdateProfileCommand} [updateProfileCommand]
570
570
  * @param {*} [options] Override http request option.
571
571
  * @throws {RequiredError}
@@ -589,7 +589,7 @@ var ProfilesApi = /** @class */ (function (_super) {
589
589
  }
590
590
  /**
591
591
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
592
- * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDoctorRole)
592
+ * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
593
593
  * @param {ProfilesApiApiV1ProfilesChangeemailPostRequest} requestParameters Request parameters.
594
594
  * @param {*} [options] Override http request option.
595
595
  * @throws {RequiredError}
@@ -602,7 +602,7 @@ var ProfilesApi = /** @class */ (function (_super) {
602
602
  };
603
603
  /**
604
604
  *
605
- * @summary Configm email. (Auth policies: RequireDoctorRole)
605
+ * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
606
606
  * @param {ProfilesApiApiV1ProfilesConfirmemailPostRequest} requestParameters Request parameters.
607
607
  * @param {*} [options] Override http request option.
608
608
  * @throws {RequiredError}
@@ -615,7 +615,7 @@ var ProfilesApi = /** @class */ (function (_super) {
615
615
  };
616
616
  /**
617
617
  *
618
- * @summary Get Profile. (Auth policies: RequireDoctorRole)
618
+ * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
619
619
  * @param {*} [options] Override http request option.
620
620
  * @throws {RequiredError}
621
621
  * @memberof ProfilesApi
@@ -626,7 +626,7 @@ var ProfilesApi = /** @class */ (function (_super) {
626
626
  };
627
627
  /**
628
628
  *
629
- * @summary Create a Profile. (Auth policies: RequireDoctorRole)
629
+ * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
630
630
  * @param {ProfilesApiApiV1ProfilesPostRequest} requestParameters Request parameters.
631
631
  * @param {*} [options] Override http request option.
632
632
  * @throws {RequiredError}
@@ -639,7 +639,7 @@ var ProfilesApi = /** @class */ (function (_super) {
639
639
  };
640
640
  /**
641
641
  *
642
- * @summary Delete Profile. (Auth policies: RequireDoctorRole)
642
+ * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
643
643
  * @param {ProfilesApiApiV1ProfilesProfileIdDeleteRequest} requestParameters Request parameters.
644
644
  * @param {*} [options] Override http request option.
645
645
  * @throws {RequiredError}
@@ -651,7 +651,7 @@ var ProfilesApi = /** @class */ (function (_super) {
651
651
  };
652
652
  /**
653
653
  *
654
- * @summary Update Profile. (Auth policies: RequireDoctorRole)
654
+ * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
655
655
  * @param {ProfilesApiApiV1ProfilesPutRequest} requestParameters Request parameters.
656
656
  * @param {*} [options] Override http request option.
657
657
  * @throws {RequiredError}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.49.2",
3
+ "version": "5.50.2",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",