ch-admin-api-client-typescript 5.55.11 → 5.56.1
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.
- package/lib/api/countries-api.d.ts +28 -28
- package/lib/api/countries-api.js +28 -28
- package/lib/api/grades-api.d.ts +8 -8
- package/lib/api/grades-api.js +8 -8
- package/lib/api/languages-api.d.ts +20 -20
- package/lib/api/languages-api.js +20 -20
- package/lib/api/specialties-api.d.ts +24 -24
- package/lib/api/specialties-api.js +24 -24
- package/lib/api/specialty-types-api.d.ts +24 -24
- package/lib/api/specialty-types-api.js +24 -24
- package/lib/api/tags-api.d.ts +16 -16
- package/lib/api/tags-api.js +16 -16
- package/lib/api/translation-api.d.ts +4 -4
- package/lib/api/translation-api.d.ts.map +1 -1
- package/lib/api/translation-api.js +4 -4
- package/lib/api/users-api.d.ts +20 -11
- package/lib/api/users-api.d.ts.map +1 -1
- package/lib/api/users-api.js +23 -17
- package/lib/api.d.ts +0 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +0 -1
- package/lib/models/{update-template-version-command.d.ts → general-user-affiliation-model.d.ts} +9 -9
- package/lib/models/general-user-affiliation-model.d.ts.map +1 -0
- package/lib/models/general-user-model.d.ts +17 -4
- package/lib/models/general-user-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -6
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -6
- package/package.json +1 -1
- package/lib/api/email-marketings-api.d.ts +0 -358
- package/lib/api/email-marketings-api.d.ts.map +0 -1
- package/lib/api/email-marketings-api.js +0 -699
- package/lib/models/create-template-version-command.d.ts +0 -37
- package/lib/models/create-template-version-command.d.ts.map +0 -1
- package/lib/models/send-template-version-command.d.ts +0 -25
- package/lib/models/send-template-version-command.d.ts.map +0 -1
- package/lib/models/send-template-version-command.js +0 -15
- package/lib/models/template-version-item-model.d.ts +0 -67
- package/lib/models/template-version-item-model.d.ts.map +0 -1
- package/lib/models/template-version-item-model.js +0 -15
- package/lib/models/template-version-model.d.ts +0 -67
- package/lib/models/template-version-model.d.ts.map +0 -1
- package/lib/models/template-version-model.js +0 -15
- package/lib/models/template-versions-model.d.ts +0 -33
- package/lib/models/template-versions-model.d.ts.map +0 -1
- package/lib/models/template-versions-model.js +0 -15
- package/lib/models/update-template-version-command.d.ts.map +0 -1
- package/lib/models/update-template-version-command.js +0 -15
- /package/lib/models/{create-template-version-command.js → general-user-affiliation-model.js} +0 -0
package/lib/api/tags-api.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import { TagsModel } from '../models';
|
|
|
23
23
|
export declare const TagsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @summary Get all Tags. (Auth
|
|
26
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
27
27
|
* @param {string} [tagId]
|
|
28
28
|
* @param {StringFilterTypes} [filterType]
|
|
29
29
|
* @param {number} [page]
|
|
@@ -35,7 +35,7 @@ export declare const TagsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
35
35
|
apiV1TagsGet: (tagId?: string, filterType?: StringFilterTypes, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
* @summary Create a Tag. (Auth
|
|
38
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
39
39
|
* @param {CreateTagCommand} [createTagCommand]
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
41
41
|
* @throws {RequiredError}
|
|
@@ -43,7 +43,7 @@ export declare const TagsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
43
43
|
apiV1TagsPost: (createTagCommand?: CreateTagCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @summary Delete Tag. (Auth
|
|
46
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
47
47
|
* @param {string} tagId
|
|
48
48
|
* @param {*} [options] Override http request option.
|
|
49
49
|
* @throws {RequiredError}
|
|
@@ -51,7 +51,7 @@ export declare const TagsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
51
51
|
apiV1TagsTagIdDelete: (tagId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
|
-
* @summary Get Tag. (Auth
|
|
54
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
55
55
|
* @param {string} tagId
|
|
56
56
|
* @param {boolean} [releatedTags]
|
|
57
57
|
* @param {*} [options] Override http request option.
|
|
@@ -66,7 +66,7 @@ export declare const TagsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
66
66
|
export declare const TagsApiFp: (configuration?: Configuration) => {
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
|
-
* @summary Get all Tags. (Auth
|
|
69
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
70
70
|
* @param {string} [tagId]
|
|
71
71
|
* @param {StringFilterTypes} [filterType]
|
|
72
72
|
* @param {number} [page]
|
|
@@ -78,7 +78,7 @@ export declare const TagsApiFp: (configuration?: Configuration) => {
|
|
|
78
78
|
apiV1TagsGet(tagId?: string, filterType?: StringFilterTypes, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TagsModel>>;
|
|
79
79
|
/**
|
|
80
80
|
*
|
|
81
|
-
* @summary Create a Tag. (Auth
|
|
81
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
82
82
|
* @param {CreateTagCommand} [createTagCommand]
|
|
83
83
|
* @param {*} [options] Override http request option.
|
|
84
84
|
* @throws {RequiredError}
|
|
@@ -86,7 +86,7 @@ export declare const TagsApiFp: (configuration?: Configuration) => {
|
|
|
86
86
|
apiV1TagsPost(createTagCommand?: CreateTagCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TagModel>>;
|
|
87
87
|
/**
|
|
88
88
|
*
|
|
89
|
-
* @summary Delete Tag. (Auth
|
|
89
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
90
90
|
* @param {string} tagId
|
|
91
91
|
* @param {*} [options] Override http request option.
|
|
92
92
|
* @throws {RequiredError}
|
|
@@ -94,7 +94,7 @@ export declare const TagsApiFp: (configuration?: Configuration) => {
|
|
|
94
94
|
apiV1TagsTagIdDelete(tagId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @summary Get Tag. (Auth
|
|
97
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
98
98
|
* @param {string} tagId
|
|
99
99
|
* @param {boolean} [releatedTags]
|
|
100
100
|
* @param {*} [options] Override http request option.
|
|
@@ -109,7 +109,7 @@ export declare const TagsApiFp: (configuration?: Configuration) => {
|
|
|
109
109
|
export declare const TagsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
110
110
|
/**
|
|
111
111
|
*
|
|
112
|
-
* @summary Get all Tags. (Auth
|
|
112
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
113
113
|
* @param {string} [tagId]
|
|
114
114
|
* @param {StringFilterTypes} [filterType]
|
|
115
115
|
* @param {number} [page]
|
|
@@ -121,7 +121,7 @@ export declare const TagsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
121
121
|
apiV1TagsGet(tagId?: string, filterType?: StringFilterTypes, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<TagsModel>;
|
|
122
122
|
/**
|
|
123
123
|
*
|
|
124
|
-
* @summary Create a Tag. (Auth
|
|
124
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
125
125
|
* @param {CreateTagCommand} [createTagCommand]
|
|
126
126
|
* @param {*} [options] Override http request option.
|
|
127
127
|
* @throws {RequiredError}
|
|
@@ -129,7 +129,7 @@ export declare const TagsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
129
129
|
apiV1TagsPost(createTagCommand?: CreateTagCommand, options?: any): AxiosPromise<TagModel>;
|
|
130
130
|
/**
|
|
131
131
|
*
|
|
132
|
-
* @summary Delete Tag. (Auth
|
|
132
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
133
133
|
* @param {string} tagId
|
|
134
134
|
* @param {*} [options] Override http request option.
|
|
135
135
|
* @throws {RequiredError}
|
|
@@ -137,7 +137,7 @@ export declare const TagsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
137
137
|
apiV1TagsTagIdDelete(tagId: string, options?: any): AxiosPromise<boolean>;
|
|
138
138
|
/**
|
|
139
139
|
*
|
|
140
|
-
* @summary Get Tag. (Auth
|
|
140
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
141
141
|
* @param {string} tagId
|
|
142
142
|
* @param {boolean} [releatedTags]
|
|
143
143
|
* @param {*} [options] Override http request option.
|
|
@@ -236,7 +236,7 @@ export interface TagsApiApiV1TagsTagIdGetRequest {
|
|
|
236
236
|
export declare class TagsApi extends BaseAPI {
|
|
237
237
|
/**
|
|
238
238
|
*
|
|
239
|
-
* @summary Get all Tags. (Auth
|
|
239
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
240
240
|
* @param {TagsApiApiV1TagsGetRequest} requestParameters Request parameters.
|
|
241
241
|
* @param {*} [options] Override http request option.
|
|
242
242
|
* @throws {RequiredError}
|
|
@@ -245,7 +245,7 @@ export declare class TagsApi extends BaseAPI {
|
|
|
245
245
|
apiV1TagsGet(requestParameters?: TagsApiApiV1TagsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TagsModel, any>>;
|
|
246
246
|
/**
|
|
247
247
|
*
|
|
248
|
-
* @summary Create a Tag. (Auth
|
|
248
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
249
249
|
* @param {TagsApiApiV1TagsPostRequest} requestParameters Request parameters.
|
|
250
250
|
* @param {*} [options] Override http request option.
|
|
251
251
|
* @throws {RequiredError}
|
|
@@ -254,7 +254,7 @@ export declare class TagsApi extends BaseAPI {
|
|
|
254
254
|
apiV1TagsPost(requestParameters?: TagsApiApiV1TagsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TagModel, any>>;
|
|
255
255
|
/**
|
|
256
256
|
*
|
|
257
|
-
* @summary Delete Tag. (Auth
|
|
257
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
258
258
|
* @param {TagsApiApiV1TagsTagIdDeleteRequest} requestParameters Request parameters.
|
|
259
259
|
* @param {*} [options] Override http request option.
|
|
260
260
|
* @throws {RequiredError}
|
|
@@ -263,7 +263,7 @@ export declare class TagsApi extends BaseAPI {
|
|
|
263
263
|
apiV1TagsTagIdDelete(requestParameters: TagsApiApiV1TagsTagIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
264
264
|
/**
|
|
265
265
|
*
|
|
266
|
-
* @summary Get Tag. (Auth
|
|
266
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
267
267
|
* @param {TagsApiApiV1TagsTagIdGetRequest} requestParameters Request parameters.
|
|
268
268
|
* @param {*} [options] Override http request option.
|
|
269
269
|
* @throws {RequiredError}
|
package/lib/api/tags-api.js
CHANGED
|
@@ -103,7 +103,7 @@ var TagsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get all Tags. (Auth
|
|
106
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
107
107
|
* @param {string} [tagId]
|
|
108
108
|
* @param {StringFilterTypes} [filterType]
|
|
109
109
|
* @param {number} [page]
|
|
@@ -168,7 +168,7 @@ var TagsApiAxiosParamCreator = function (configuration) {
|
|
|
168
168
|
},
|
|
169
169
|
/**
|
|
170
170
|
*
|
|
171
|
-
* @summary Create a Tag. (Auth
|
|
171
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
172
172
|
* @param {CreateTagCommand} [createTagCommand]
|
|
173
173
|
* @param {*} [options] Override http request option.
|
|
174
174
|
* @throws {RequiredError}
|
|
@@ -214,7 +214,7 @@ var TagsApiAxiosParamCreator = function (configuration) {
|
|
|
214
214
|
},
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
|
-
* @summary Delete Tag. (Auth
|
|
217
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
218
218
|
* @param {string} tagId
|
|
219
219
|
* @param {*} [options] Override http request option.
|
|
220
220
|
* @throws {RequiredError}
|
|
@@ -261,7 +261,7 @@ var TagsApiAxiosParamCreator = function (configuration) {
|
|
|
261
261
|
},
|
|
262
262
|
/**
|
|
263
263
|
*
|
|
264
|
-
* @summary Get Tag. (Auth
|
|
264
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
265
265
|
* @param {string} tagId
|
|
266
266
|
* @param {boolean} [releatedTags]
|
|
267
267
|
* @param {*} [options] Override http request option.
|
|
@@ -322,7 +322,7 @@ var TagsApiFp = function (configuration) {
|
|
|
322
322
|
return {
|
|
323
323
|
/**
|
|
324
324
|
*
|
|
325
|
-
* @summary Get all Tags. (Auth
|
|
325
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
326
326
|
* @param {string} [tagId]
|
|
327
327
|
* @param {StringFilterTypes} [filterType]
|
|
328
328
|
* @param {number} [page]
|
|
@@ -346,7 +346,7 @@ var TagsApiFp = function (configuration) {
|
|
|
346
346
|
},
|
|
347
347
|
/**
|
|
348
348
|
*
|
|
349
|
-
* @summary Create a Tag. (Auth
|
|
349
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
350
350
|
* @param {CreateTagCommand} [createTagCommand]
|
|
351
351
|
* @param {*} [options] Override http request option.
|
|
352
352
|
* @throws {RequiredError}
|
|
@@ -366,7 +366,7 @@ var TagsApiFp = function (configuration) {
|
|
|
366
366
|
},
|
|
367
367
|
/**
|
|
368
368
|
*
|
|
369
|
-
* @summary Delete Tag. (Auth
|
|
369
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
370
370
|
* @param {string} tagId
|
|
371
371
|
* @param {*} [options] Override http request option.
|
|
372
372
|
* @throws {RequiredError}
|
|
@@ -386,7 +386,7 @@ var TagsApiFp = function (configuration) {
|
|
|
386
386
|
},
|
|
387
387
|
/**
|
|
388
388
|
*
|
|
389
|
-
* @summary Get Tag. (Auth
|
|
389
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
390
390
|
* @param {string} tagId
|
|
391
391
|
* @param {boolean} [releatedTags]
|
|
392
392
|
* @param {*} [options] Override http request option.
|
|
@@ -417,7 +417,7 @@ var TagsApiFactory = function (configuration, basePath, axios) {
|
|
|
417
417
|
return {
|
|
418
418
|
/**
|
|
419
419
|
*
|
|
420
|
-
* @summary Get all Tags. (Auth
|
|
420
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
421
421
|
* @param {string} [tagId]
|
|
422
422
|
* @param {StringFilterTypes} [filterType]
|
|
423
423
|
* @param {number} [page]
|
|
@@ -431,7 +431,7 @@ var TagsApiFactory = function (configuration, basePath, axios) {
|
|
|
431
431
|
},
|
|
432
432
|
/**
|
|
433
433
|
*
|
|
434
|
-
* @summary Create a Tag. (Auth
|
|
434
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
435
435
|
* @param {CreateTagCommand} [createTagCommand]
|
|
436
436
|
* @param {*} [options] Override http request option.
|
|
437
437
|
* @throws {RequiredError}
|
|
@@ -441,7 +441,7 @@ var TagsApiFactory = function (configuration, basePath, axios) {
|
|
|
441
441
|
},
|
|
442
442
|
/**
|
|
443
443
|
*
|
|
444
|
-
* @summary Delete Tag. (Auth
|
|
444
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
445
445
|
* @param {string} tagId
|
|
446
446
|
* @param {*} [options] Override http request option.
|
|
447
447
|
* @throws {RequiredError}
|
|
@@ -451,7 +451,7 @@ var TagsApiFactory = function (configuration, basePath, axios) {
|
|
|
451
451
|
},
|
|
452
452
|
/**
|
|
453
453
|
*
|
|
454
|
-
* @summary Get Tag. (Auth
|
|
454
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
455
455
|
* @param {string} tagId
|
|
456
456
|
* @param {boolean} [releatedTags]
|
|
457
457
|
* @param {*} [options] Override http request option.
|
|
@@ -476,7 +476,7 @@ var TagsApi = /** @class */ (function (_super) {
|
|
|
476
476
|
}
|
|
477
477
|
/**
|
|
478
478
|
*
|
|
479
|
-
* @summary Get all Tags. (Auth
|
|
479
|
+
* @summary Get all Tags. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
480
480
|
* @param {TagsApiApiV1TagsGetRequest} requestParameters Request parameters.
|
|
481
481
|
* @param {*} [options] Override http request option.
|
|
482
482
|
* @throws {RequiredError}
|
|
@@ -489,7 +489,7 @@ var TagsApi = /** @class */ (function (_super) {
|
|
|
489
489
|
};
|
|
490
490
|
/**
|
|
491
491
|
*
|
|
492
|
-
* @summary Create a Tag. (Auth
|
|
492
|
+
* @summary Create a Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
493
493
|
* @param {TagsApiApiV1TagsPostRequest} requestParameters Request parameters.
|
|
494
494
|
* @param {*} [options] Override http request option.
|
|
495
495
|
* @throws {RequiredError}
|
|
@@ -502,7 +502,7 @@ var TagsApi = /** @class */ (function (_super) {
|
|
|
502
502
|
};
|
|
503
503
|
/**
|
|
504
504
|
*
|
|
505
|
-
* @summary Delete Tag. (Auth
|
|
505
|
+
* @summary Delete Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
506
506
|
* @param {TagsApiApiV1TagsTagIdDeleteRequest} requestParameters Request parameters.
|
|
507
507
|
* @param {*} [options] Override http request option.
|
|
508
508
|
* @throws {RequiredError}
|
|
@@ -514,7 +514,7 @@ var TagsApi = /** @class */ (function (_super) {
|
|
|
514
514
|
};
|
|
515
515
|
/**
|
|
516
516
|
*
|
|
517
|
-
* @summary Get Tag. (Auth
|
|
517
|
+
* @summary Get Tag. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
518
518
|
* @param {TagsApiApiV1TagsTagIdGetRequest} requestParameters Request parameters.
|
|
519
519
|
* @param {*} [options] Override http request option.
|
|
520
520
|
* @throws {RequiredError}
|
|
@@ -20,7 +20,7 @@ import { TranslateCommand } from '../models';
|
|
|
20
20
|
export declare const TranslationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
|
-
* @summary Translate (Auth
|
|
23
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
24
24
|
* @param {TranslateCommand} [translateCommand]
|
|
25
25
|
* @param {*} [options] Override http request option.
|
|
26
26
|
* @throws {RequiredError}
|
|
@@ -34,7 +34,7 @@ export declare const TranslationApiAxiosParamCreator: (configuration?: Configura
|
|
|
34
34
|
export declare const TranslationApiFp: (configuration?: Configuration) => {
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @summary Translate (Auth
|
|
37
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
38
38
|
* @param {TranslateCommand} [translateCommand]
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
@@ -48,7 +48,7 @@ export declare const TranslationApiFp: (configuration?: Configuration) => {
|
|
|
48
48
|
export declare const TranslationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
|
-
* @summary Translate (Auth
|
|
51
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
52
52
|
* @param {TranslateCommand} [translateCommand]
|
|
53
53
|
* @param {*} [options] Override http request option.
|
|
54
54
|
* @throws {RequiredError}
|
|
@@ -77,7 +77,7 @@ export interface TranslationApiApiV1TranslationTranslatePostRequest {
|
|
|
77
77
|
export declare class TranslationApi extends BaseAPI {
|
|
78
78
|
/**
|
|
79
79
|
*
|
|
80
|
-
* @summary Translate (Auth
|
|
80
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
81
81
|
* @param {TranslationApiApiV1TranslationTranslatePostRequest} requestParameters Request parameters.
|
|
82
82
|
* @param {*} [options] Override http request option.
|
|
83
83
|
* @throws {RequiredError}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translation-api.d.ts","sourceRoot":"","sources":["../../src/api/translation-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"translation-api.d.ts","sourceRoot":"","sources":["../../src/api/translation-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAI7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C;;;GAGG;AACH,eAAO,MAAM,+BAA+B,mBAA6B,aAAa;IAE9E;;;;;;OAMG;uDACsD,gBAAgB,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;CAgCzI,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mBAA4B,aAAa;IAG9D;;;;;;OAMG;qDACoD,gBAAgB,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,MAAM,CAAC,CAAC;CAK1L,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG9G;;;;;;OAMG;qDAC8C,gBAAgB,YAAY,GAAG,GAAG,YAAY,CAAC,MAAM,CAAC;CAI9G,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,kDAAkD;IAC/D;;;;OAIG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;CAC/C;AAED;;;;;GAKG;AACH,qBAAa,cAAe,SAAQ,OAAO;IACvC;;;;;;;OAOG;IACI,6BAA6B,CAAC,iBAAiB,GAAE,kDAAuD,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAGhJ"}
|
|
@@ -103,7 +103,7 @@ var TranslationApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Translate (Auth
|
|
106
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
107
107
|
* @param {TranslateCommand} [translateCommand]
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
@@ -159,7 +159,7 @@ var TranslationApiFp = function (configuration) {
|
|
|
159
159
|
return {
|
|
160
160
|
/**
|
|
161
161
|
*
|
|
162
|
-
* @summary Translate (Auth
|
|
162
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
163
163
|
* @param {TranslateCommand} [translateCommand]
|
|
164
164
|
* @param {*} [options] Override http request option.
|
|
165
165
|
* @throws {RequiredError}
|
|
@@ -189,7 +189,7 @@ var TranslationApiFactory = function (configuration, basePath, axios) {
|
|
|
189
189
|
return {
|
|
190
190
|
/**
|
|
191
191
|
*
|
|
192
|
-
* @summary Translate (Auth
|
|
192
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
193
193
|
* @param {TranslateCommand} [translateCommand]
|
|
194
194
|
* @param {*} [options] Override http request option.
|
|
195
195
|
* @throws {RequiredError}
|
|
@@ -213,7 +213,7 @@ var TranslationApi = /** @class */ (function (_super) {
|
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
215
215
|
*
|
|
216
|
-
* @summary Translate (Auth
|
|
216
|
+
* @summary Translate (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
217
217
|
* @param {TranslationApiApiV1TranslationTranslatePostRequest} requestParameters Request parameters.
|
|
218
218
|
* @param {*} [options] Override http request option.
|
|
219
219
|
* @throws {RequiredError}
|
package/lib/api/users-api.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import { UpdateUserCommand } from '../models';
|
|
|
23
23
|
export declare const UsersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @summary Get users (Auth
|
|
26
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
27
27
|
* @param {string} [name]
|
|
28
28
|
* @param {string} [email]
|
|
29
29
|
* @param {string} [role]
|
|
@@ -47,12 +47,13 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
47
47
|
apiV1UsersIdDelete: (id: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
|
-
* @summary Get user by id (Auth
|
|
50
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
51
51
|
* @param {string} id
|
|
52
|
+
* @param {string} [languageCode]
|
|
52
53
|
* @param {*} [options] Override http request option.
|
|
53
54
|
* @throws {RequiredError}
|
|
54
55
|
*/
|
|
55
|
-
apiV1UsersIdGet: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
|
+
apiV1UsersIdGet: (id: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* @summary Reactivate user (Auth policies: RequireLocalManagerRole)
|
|
@@ -86,7 +87,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
86
87
|
export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
87
88
|
/**
|
|
88
89
|
*
|
|
89
|
-
* @summary Get users (Auth
|
|
90
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
90
91
|
* @param {string} [name]
|
|
91
92
|
* @param {string} [email]
|
|
92
93
|
* @param {string} [role]
|
|
@@ -110,12 +111,13 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
110
111
|
apiV1UsersIdDelete(id: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
111
112
|
/**
|
|
112
113
|
*
|
|
113
|
-
* @summary Get user by id (Auth
|
|
114
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
114
115
|
* @param {string} id
|
|
116
|
+
* @param {string} [languageCode]
|
|
115
117
|
* @param {*} [options] Override http request option.
|
|
116
118
|
* @throws {RequiredError}
|
|
117
119
|
*/
|
|
118
|
-
apiV1UsersIdGet(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralUserModel>>;
|
|
120
|
+
apiV1UsersIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralUserModel>>;
|
|
119
121
|
/**
|
|
120
122
|
*
|
|
121
123
|
* @summary Reactivate user (Auth policies: RequireLocalManagerRole)
|
|
@@ -149,7 +151,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
149
151
|
export declare const UsersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
150
152
|
/**
|
|
151
153
|
*
|
|
152
|
-
* @summary Get users (Auth
|
|
154
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
153
155
|
* @param {string} [name]
|
|
154
156
|
* @param {string} [email]
|
|
155
157
|
* @param {string} [role]
|
|
@@ -173,12 +175,13 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
173
175
|
apiV1UsersIdDelete(id: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
174
176
|
/**
|
|
175
177
|
*
|
|
176
|
-
* @summary Get user by id (Auth
|
|
178
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
177
179
|
* @param {string} id
|
|
180
|
+
* @param {string} [languageCode]
|
|
178
181
|
* @param {*} [options] Override http request option.
|
|
179
182
|
* @throws {RequiredError}
|
|
180
183
|
*/
|
|
181
|
-
apiV1UsersIdGet(id: string, options?: any): AxiosPromise<GeneralUserModel>;
|
|
184
|
+
apiV1UsersIdGet(id: string, languageCode?: string, options?: any): AxiosPromise<GeneralUserModel>;
|
|
182
185
|
/**
|
|
183
186
|
*
|
|
184
187
|
* @summary Reactivate user (Auth policies: RequireLocalManagerRole)
|
|
@@ -291,6 +294,12 @@ export interface UsersApiApiV1UsersIdGetRequest {
|
|
|
291
294
|
* @memberof UsersApiApiV1UsersIdGet
|
|
292
295
|
*/
|
|
293
296
|
readonly id: string;
|
|
297
|
+
/**
|
|
298
|
+
*
|
|
299
|
+
* @type {string}
|
|
300
|
+
* @memberof UsersApiApiV1UsersIdGet
|
|
301
|
+
*/
|
|
302
|
+
readonly languageCode?: string;
|
|
294
303
|
}
|
|
295
304
|
/**
|
|
296
305
|
* Request parameters for apiV1UsersIdPut operation in UsersApi.
|
|
@@ -346,7 +355,7 @@ export interface UsersApiApiV1UsersPostRequest {
|
|
|
346
355
|
export declare class UsersApi extends BaseAPI {
|
|
347
356
|
/**
|
|
348
357
|
*
|
|
349
|
-
* @summary Get users (Auth
|
|
358
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
350
359
|
* @param {UsersApiApiV1UsersGetRequest} requestParameters Request parameters.
|
|
351
360
|
* @param {*} [options] Override http request option.
|
|
352
361
|
* @throws {RequiredError}
|
|
@@ -364,7 +373,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
364
373
|
apiV1UsersIdDelete(requestParameters: UsersApiApiV1UsersIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
365
374
|
/**
|
|
366
375
|
*
|
|
367
|
-
* @summary Get user by id (Auth
|
|
376
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
368
377
|
* @param {UsersApiApiV1UsersIdGetRequest} requestParameters Request parameters.
|
|
369
378
|
* @param {*} [options] Override http request option.
|
|
370
379
|
* @throws {RequiredError}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users-api.d.ts","sourceRoot":"","sources":["../../src/api/users-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAI9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C;;;GAGG;AACH,eAAO,MAAM,yBAAyB,mBAA6B,aAAa;IAExE;;;;;;;;;;;;;OAaG;2BAC0B,MAAM,UAAU,MAAM,SAAS,MAAM,eAAe,MAAM,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA8D3N;;;;;;;OAOG;6BAC4B,MAAM,gBAAgB,OAAO,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAmCrH
|
|
1
|
+
{"version":3,"file":"users-api.d.ts","sourceRoot":"","sources":["../../src/api/users-api.ts"],"names":[],"mappings":"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"}
|
package/lib/api/users-api.js
CHANGED
|
@@ -103,7 +103,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get users (Auth
|
|
106
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
107
107
|
* @param {string} [name]
|
|
108
108
|
* @param {string} [email]
|
|
109
109
|
* @param {string} [role]
|
|
@@ -231,17 +231,18 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
231
231
|
},
|
|
232
232
|
/**
|
|
233
233
|
*
|
|
234
|
-
* @summary Get user by id (Auth
|
|
234
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
235
235
|
* @param {string} id
|
|
236
|
+
* @param {string} [languageCode]
|
|
236
237
|
* @param {*} [options] Override http request option.
|
|
237
238
|
* @throws {RequiredError}
|
|
238
239
|
*/
|
|
239
|
-
apiV1UsersIdGet: function (id_1) {
|
|
240
|
+
apiV1UsersIdGet: function (id_1, languageCode_1) {
|
|
240
241
|
var args_1 = [];
|
|
241
|
-
for (var _i =
|
|
242
|
-
args_1[_i -
|
|
242
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
243
|
+
args_1[_i - 2] = arguments[_i];
|
|
243
244
|
}
|
|
244
|
-
return __awaiter(_this, __spreadArray([id_1], args_1, true), void 0, function (id, options) {
|
|
245
|
+
return __awaiter(_this, __spreadArray([id_1, languageCode_1], args_1, true), void 0, function (id, languageCode, options) {
|
|
245
246
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
246
247
|
if (options === void 0) { options = {}; }
|
|
247
248
|
return __generator(this, function (_a) {
|
|
@@ -265,6 +266,9 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
265
266
|
// authentication oauth2 required
|
|
266
267
|
// oauth required
|
|
267
268
|
_a.sent();
|
|
269
|
+
if (languageCode !== undefined) {
|
|
270
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
271
|
+
}
|
|
268
272
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
269
273
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
270
274
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -431,7 +435,7 @@ var UsersApiFp = function (configuration) {
|
|
|
431
435
|
return {
|
|
432
436
|
/**
|
|
433
437
|
*
|
|
434
|
-
* @summary Get users (Auth
|
|
438
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
435
439
|
* @param {string} [name]
|
|
436
440
|
* @param {string} [email]
|
|
437
441
|
* @param {string} [role]
|
|
@@ -479,17 +483,18 @@ var UsersApiFp = function (configuration) {
|
|
|
479
483
|
},
|
|
480
484
|
/**
|
|
481
485
|
*
|
|
482
|
-
* @summary Get user by id (Auth
|
|
486
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
483
487
|
* @param {string} id
|
|
488
|
+
* @param {string} [languageCode]
|
|
484
489
|
* @param {*} [options] Override http request option.
|
|
485
490
|
* @throws {RequiredError}
|
|
486
491
|
*/
|
|
487
|
-
apiV1UsersIdGet: function (id, options) {
|
|
492
|
+
apiV1UsersIdGet: function (id, languageCode, options) {
|
|
488
493
|
return __awaiter(this, void 0, void 0, function () {
|
|
489
494
|
var localVarAxiosArgs;
|
|
490
495
|
return __generator(this, function (_a) {
|
|
491
496
|
switch (_a.label) {
|
|
492
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1UsersIdGet(id, options)];
|
|
497
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1UsersIdGet(id, languageCode, options)];
|
|
493
498
|
case 1:
|
|
494
499
|
localVarAxiosArgs = _a.sent();
|
|
495
500
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -570,7 +575,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
|
|
|
570
575
|
return {
|
|
571
576
|
/**
|
|
572
577
|
*
|
|
573
|
-
* @summary Get users (Auth
|
|
578
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
574
579
|
* @param {string} [name]
|
|
575
580
|
* @param {string} [email]
|
|
576
581
|
* @param {string} [role]
|
|
@@ -598,13 +603,14 @@ var UsersApiFactory = function (configuration, basePath, axios) {
|
|
|
598
603
|
},
|
|
599
604
|
/**
|
|
600
605
|
*
|
|
601
|
-
* @summary Get user by id (Auth
|
|
606
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
602
607
|
* @param {string} id
|
|
608
|
+
* @param {string} [languageCode]
|
|
603
609
|
* @param {*} [options] Override http request option.
|
|
604
610
|
* @throws {RequiredError}
|
|
605
611
|
*/
|
|
606
|
-
apiV1UsersIdGet: function (id, options) {
|
|
607
|
-
return localVarFp.apiV1UsersIdGet(id, options).then(function (request) { return request(axios, basePath); });
|
|
612
|
+
apiV1UsersIdGet: function (id, languageCode, options) {
|
|
613
|
+
return localVarFp.apiV1UsersIdGet(id, languageCode, options).then(function (request) { return request(axios, basePath); });
|
|
608
614
|
},
|
|
609
615
|
/**
|
|
610
616
|
*
|
|
@@ -653,7 +659,7 @@ var UsersApi = /** @class */ (function (_super) {
|
|
|
653
659
|
}
|
|
654
660
|
/**
|
|
655
661
|
*
|
|
656
|
-
* @summary Get users (Auth
|
|
662
|
+
* @summary Get users (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
657
663
|
* @param {UsersApiApiV1UsersGetRequest} requestParameters Request parameters.
|
|
658
664
|
* @param {*} [options] Override http request option.
|
|
659
665
|
* @throws {RequiredError}
|
|
@@ -678,7 +684,7 @@ var UsersApi = /** @class */ (function (_super) {
|
|
|
678
684
|
};
|
|
679
685
|
/**
|
|
680
686
|
*
|
|
681
|
-
* @summary Get user by id (Auth
|
|
687
|
+
* @summary Get user by id (Auth roles: Admin,Manager,PatientManager,LocalManager,Doctor)
|
|
682
688
|
* @param {UsersApiApiV1UsersIdGetRequest} requestParameters Request parameters.
|
|
683
689
|
* @param {*} [options] Override http request option.
|
|
684
690
|
* @throws {RequiredError}
|
|
@@ -686,7 +692,7 @@ var UsersApi = /** @class */ (function (_super) {
|
|
|
686
692
|
*/
|
|
687
693
|
UsersApi.prototype.apiV1UsersIdGet = function (requestParameters, options) {
|
|
688
694
|
var _this = this;
|
|
689
|
-
return (0, exports.UsersApiFp)(this.configuration).apiV1UsersIdGet(requestParameters.id, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
695
|
+
return (0, exports.UsersApiFp)(this.configuration).apiV1UsersIdGet(requestParameters.id, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
690
696
|
};
|
|
691
697
|
/**
|
|
692
698
|
*
|
package/lib/api.d.ts
CHANGED
|
@@ -31,7 +31,6 @@ export * from './api/deals-api';
|
|
|
31
31
|
export * from './api/dev-supports-api';
|
|
32
32
|
export * from './api/doctor-affiliations-api';
|
|
33
33
|
export * from './api/doctors-api';
|
|
34
|
-
export * from './api/email-marketings-api';
|
|
35
34
|
export * from './api/email-webhooks-api';
|
|
36
35
|
export * from './api/faq-categories-api';
|
|
37
36
|
export * from './api/faqs-api';
|
package/lib/api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wCAAwC,CAAC;AACvD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wCAAwC,CAAC;AACvD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC"}
|
package/lib/api.js
CHANGED
|
@@ -49,7 +49,6 @@ __exportStar(require("./api/deals-api"), exports);
|
|
|
49
49
|
__exportStar(require("./api/dev-supports-api"), exports);
|
|
50
50
|
__exportStar(require("./api/doctor-affiliations-api"), exports);
|
|
51
51
|
__exportStar(require("./api/doctors-api"), exports);
|
|
52
|
-
__exportStar(require("./api/email-marketings-api"), exports);
|
|
53
52
|
__exportStar(require("./api/email-webhooks-api"), exports);
|
|
54
53
|
__exportStar(require("./api/faq-categories-api"), exports);
|
|
55
54
|
__exportStar(require("./api/faqs-api"), exports);
|