ch-admin-api-client-typescript 5.43.20 → 5.45.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.
- package/lib/api/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.js +52 -52
- package/lib/api/curation-categories-api.d.ts +385 -0
- package/lib/api/curation-categories-api.d.ts.map +1 -0
- package/lib/api/{search-curations-api.js → curation-categories-api.js} +192 -175
- package/lib/api/curations-api.d.ts +45 -173
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +58 -260
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.js +8 -8
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.js +48 -48
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.js +16 -16
- package/lib/api/whats-app-template-media-api.d.ts +321 -0
- package/lib/api/whats-app-template-media-api.d.ts.map +1 -0
- package/lib/api/whats-app-template-media-api.js +618 -0
- package/lib/api.d.ts +2 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -1
- package/lib/models/chadmin-model.d.ts +0 -7
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +0 -7
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/content-manager-model.d.ts +0 -7
- package/lib/models/content-manager-model.d.ts.map +1 -1
- package/lib/models/create-curation-category-command-translation.d.ts +31 -0
- package/lib/models/create-curation-category-command-translation.d.ts.map +1 -0
- package/lib/models/create-curation-category-command.d.ts +38 -0
- package/lib/models/create-curation-category-command.d.ts.map +1 -0
- package/lib/models/create-curation-command-translation.d.ts +37 -0
- package/lib/models/create-curation-command-translation.d.ts.map +1 -0
- package/lib/models/create-curation-command.d.ts +4 -57
- package/lib/models/create-curation-command.d.ts.map +1 -1
- package/lib/models/create-doctor-command.d.ts +6 -0
- package/lib/models/create-doctor-command.d.ts.map +1 -1
- package/lib/models/create-patient-command.d.ts +6 -0
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-whats-app-template-media-command.d.ts +45 -0
- package/lib/models/create-whats-app-template-media-command.d.ts.map +1 -0
- package/lib/models/curation-categories-model.d.ts +33 -0
- package/lib/models/curation-categories-model.d.ts.map +1 -0
- package/lib/models/curation-categories-model.js +15 -0
- package/lib/models/curation-category-model.d.ts +49 -0
- package/lib/models/curation-category-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.js +15 -0
- package/lib/models/curation-model.d.ts +8 -51
- package/lib/models/curation-model.d.ts.map +1 -1
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts +31 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts.map +1 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.js +15 -0
- package/lib/models/doctor-model.d.ts +0 -7
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +16 -5
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +16 -5
- package/lib/models/manager-model.d.ts +0 -7
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/{user-type.js → meta-media-type.d.ts} +8 -14
- package/lib/models/meta-media-type.d.ts.map +1 -0
- package/lib/models/meta-media-type.js +28 -0
- package/lib/models/patient-manager-model.d.ts +0 -7
- package/lib/models/patient-manager-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -7
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/translate-curation-category-command.d.ts +31 -0
- package/lib/models/translate-curation-category-command.d.ts.map +1 -0
- package/lib/models/translate-curation-category-command.js +15 -0
- package/lib/models/translate-curation-command.d.ts +0 -13
- package/lib/models/translate-curation-command.d.ts.map +1 -1
- package/lib/models/update-curation-category-command-translation.d.ts +31 -0
- package/lib/models/update-curation-category-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-category-command-translation.js +15 -0
- package/lib/models/update-curation-category-command.d.ts +44 -0
- package/lib/models/update-curation-category-command.d.ts.map +1 -0
- package/lib/models/update-curation-category-command.js +15 -0
- package/lib/models/update-curation-command-translation.d.ts +37 -0
- package/lib/models/update-curation-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-command-translation.js +15 -0
- package/lib/models/update-curation-command.d.ts +5 -46
- package/lib/models/update-curation-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -7
- package/lib/models/user-model.d.ts.map +1 -1
- package/lib/models/whats-app-template-media-item-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-item-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-item-model.js +15 -0
- package/lib/models/whats-app-template-media-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-model.js +15 -0
- package/lib/models/{search-curation-primary-item-model.d.ts → whats-app-template-media-tags-model.d.ts} +7 -7
- package/lib/models/whats-app-template-media-tags-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-tags-model.js +15 -0
- package/lib/models/whats-app-template-medias-model.d.ts +33 -0
- package/lib/models/whats-app-template-medias-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-medias-model.js +15 -0
- package/package.json +1 -1
- package/lib/api/search-curations-api.d.ts +0 -364
- package/lib/api/search-curations-api.d.ts.map +0 -1
- package/lib/models/save-search-curations-command.d.ts +0 -26
- package/lib/models/save-search-curations-command.d.ts.map +0 -1
- package/lib/models/search-curation-item-input-model.d.ts +0 -92
- package/lib/models/search-curation-item-input-model.d.ts.map +0 -1
- package/lib/models/search-curation-item-model.d.ts +0 -98
- package/lib/models/search-curation-item-model.d.ts.map +0 -1
- package/lib/models/search-curation-primary-item-model.d.ts.map +0 -1
- package/lib/models/user-type.d.ts +0 -28
- package/lib/models/user-type.d.ts.map +0 -1
- /package/lib/models/{save-search-curations-command.js → create-curation-category-command-translation.js} +0 -0
- /package/lib/models/{search-curation-item-input-model.js → create-curation-category-command.js} +0 -0
- /package/lib/models/{search-curation-item-model.js → create-curation-command-translation.js} +0 -0
- /package/lib/models/{search-curation-primary-item-model.js → create-whats-app-template-media-command.js} +0 -0
|
@@ -27,7 +27,7 @@ import { UpdateFormResultCommand } from '../models';
|
|
|
27
27
|
export declare const FormResultsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @summary Delete formResult (Auth
|
|
30
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
31
31
|
* @param {string} formResultId
|
|
32
32
|
* @param {*} [options] Override http request option.
|
|
33
33
|
* @throws {RequiredError}
|
|
@@ -35,7 +35,7 @@ export declare const FormResultsApiAxiosParamCreator: (configuration?: Configura
|
|
|
35
35
|
apiV1FormresultsFormResultIdDelete: (formResultId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
* @summary Get formResult (Auth
|
|
38
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
39
39
|
* @param {string} formResultId
|
|
40
40
|
* @param {string} [languageCode]
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
@@ -44,7 +44,7 @@ export declare const FormResultsApiAxiosParamCreator: (configuration?: Configura
|
|
|
44
44
|
apiV1FormresultsFormResultIdGet: (formResultId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
|
-
* @summary Update formResult (Auth
|
|
47
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
48
48
|
* @param {string} formResultId
|
|
49
49
|
* @param {UpdateFormResultCommand} [updateFormResultCommand]
|
|
50
50
|
* @param {*} [options] Override http request option.
|
|
@@ -53,7 +53,7 @@ export declare const FormResultsApiAxiosParamCreator: (configuration?: Configura
|
|
|
53
53
|
apiV1FormresultsFormResultIdPut: (formResultId: string, updateFormResultCommand?: UpdateFormResultCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
|
-
* @summary Translate formResultValue entry (Auth
|
|
56
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
57
57
|
* @param {string} formResultId
|
|
58
58
|
* @param {TranslateFormResultCommand} [translateFormResultCommand]
|
|
59
59
|
* @param {*} [options] Override http request option.
|
|
@@ -62,7 +62,7 @@ export declare const FormResultsApiAxiosParamCreator: (configuration?: Configura
|
|
|
62
62
|
apiV1FormresultsFormResultIdTranslatePost: (formResultId: string, translateFormResultCommand?: TranslateFormResultCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
|
-
* @summary Get formResults (Auth
|
|
65
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
66
66
|
* @param {string} [languageCode]
|
|
67
67
|
* @param {Date} [startDate]
|
|
68
68
|
* @param {Date} [endDate]
|
|
@@ -89,7 +89,7 @@ export declare const FormResultsApiAxiosParamCreator: (configuration?: Configura
|
|
|
89
89
|
export declare const FormResultsApiFp: (configuration?: Configuration) => {
|
|
90
90
|
/**
|
|
91
91
|
*
|
|
92
|
-
* @summary Delete formResult (Auth
|
|
92
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
93
93
|
* @param {string} formResultId
|
|
94
94
|
* @param {*} [options] Override http request option.
|
|
95
95
|
* @throws {RequiredError}
|
|
@@ -97,7 +97,7 @@ export declare const FormResultsApiFp: (configuration?: Configuration) => {
|
|
|
97
97
|
apiV1FormresultsFormResultIdDelete(formResultId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FormResultModel>>;
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
|
-
* @summary Get formResult (Auth
|
|
100
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
101
101
|
* @param {string} formResultId
|
|
102
102
|
* @param {string} [languageCode]
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
@@ -106,7 +106,7 @@ export declare const FormResultsApiFp: (configuration?: Configuration) => {
|
|
|
106
106
|
apiV1FormresultsFormResultIdGet(formResultId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FormResultModel>>;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
|
-
* @summary Update formResult (Auth
|
|
109
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
110
110
|
* @param {string} formResultId
|
|
111
111
|
* @param {UpdateFormResultCommand} [updateFormResultCommand]
|
|
112
112
|
* @param {*} [options] Override http request option.
|
|
@@ -115,7 +115,7 @@ export declare const FormResultsApiFp: (configuration?: Configuration) => {
|
|
|
115
115
|
apiV1FormresultsFormResultIdPut(formResultId: string, updateFormResultCommand?: UpdateFormResultCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FormResultModel>>;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
|
-
* @summary Translate formResultValue entry (Auth
|
|
118
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
119
119
|
* @param {string} formResultId
|
|
120
120
|
* @param {TranslateFormResultCommand} [translateFormResultCommand]
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
@@ -124,7 +124,7 @@ export declare const FormResultsApiFp: (configuration?: Configuration) => {
|
|
|
124
124
|
apiV1FormresultsFormResultIdTranslatePost(formResultId: string, translateFormResultCommand?: TranslateFormResultCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TranslationBatchResultModel>>;
|
|
125
125
|
/**
|
|
126
126
|
*
|
|
127
|
-
* @summary Get formResults (Auth
|
|
127
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
128
128
|
* @param {string} [languageCode]
|
|
129
129
|
* @param {Date} [startDate]
|
|
130
130
|
* @param {Date} [endDate]
|
|
@@ -151,7 +151,7 @@ export declare const FormResultsApiFp: (configuration?: Configuration) => {
|
|
|
151
151
|
export declare const FormResultsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
152
152
|
/**
|
|
153
153
|
*
|
|
154
|
-
* @summary Delete formResult (Auth
|
|
154
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
155
155
|
* @param {string} formResultId
|
|
156
156
|
* @param {*} [options] Override http request option.
|
|
157
157
|
* @throws {RequiredError}
|
|
@@ -159,7 +159,7 @@ export declare const FormResultsApiFactory: (configuration?: Configuration, base
|
|
|
159
159
|
apiV1FormresultsFormResultIdDelete(formResultId: string, options?: any): AxiosPromise<FormResultModel>;
|
|
160
160
|
/**
|
|
161
161
|
*
|
|
162
|
-
* @summary Get formResult (Auth
|
|
162
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
163
163
|
* @param {string} formResultId
|
|
164
164
|
* @param {string} [languageCode]
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
@@ -168,7 +168,7 @@ export declare const FormResultsApiFactory: (configuration?: Configuration, base
|
|
|
168
168
|
apiV1FormresultsFormResultIdGet(formResultId: string, languageCode?: string, options?: any): AxiosPromise<FormResultModel>;
|
|
169
169
|
/**
|
|
170
170
|
*
|
|
171
|
-
* @summary Update formResult (Auth
|
|
171
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
172
172
|
* @param {string} formResultId
|
|
173
173
|
* @param {UpdateFormResultCommand} [updateFormResultCommand]
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
@@ -177,7 +177,7 @@ export declare const FormResultsApiFactory: (configuration?: Configuration, base
|
|
|
177
177
|
apiV1FormresultsFormResultIdPut(formResultId: string, updateFormResultCommand?: UpdateFormResultCommand, options?: any): AxiosPromise<FormResultModel>;
|
|
178
178
|
/**
|
|
179
179
|
*
|
|
180
|
-
* @summary Translate formResultValue entry (Auth
|
|
180
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
181
181
|
* @param {string} formResultId
|
|
182
182
|
* @param {TranslateFormResultCommand} [translateFormResultCommand]
|
|
183
183
|
* @param {*} [options] Override http request option.
|
|
@@ -186,7 +186,7 @@ export declare const FormResultsApiFactory: (configuration?: Configuration, base
|
|
|
186
186
|
apiV1FormresultsFormResultIdTranslatePost(formResultId: string, translateFormResultCommand?: TranslateFormResultCommand, options?: any): AxiosPromise<TranslationBatchResultModel>;
|
|
187
187
|
/**
|
|
188
188
|
*
|
|
189
|
-
* @summary Get formResults (Auth
|
|
189
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
190
190
|
* @param {string} [languageCode]
|
|
191
191
|
* @param {Date} [startDate]
|
|
192
192
|
* @param {Date} [endDate]
|
|
@@ -376,7 +376,7 @@ export interface FormResultsApiApiV1FormresultsGetRequest {
|
|
|
376
376
|
export declare class FormResultsApi extends BaseAPI {
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @summary Delete formResult (Auth
|
|
379
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
380
380
|
* @param {FormResultsApiApiV1FormresultsFormResultIdDeleteRequest} requestParameters Request parameters.
|
|
381
381
|
* @param {*} [options] Override http request option.
|
|
382
382
|
* @throws {RequiredError}
|
|
@@ -385,7 +385,7 @@ export declare class FormResultsApi extends BaseAPI {
|
|
|
385
385
|
apiV1FormresultsFormResultIdDelete(requestParameters: FormResultsApiApiV1FormresultsFormResultIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FormResultModel, any>>;
|
|
386
386
|
/**
|
|
387
387
|
*
|
|
388
|
-
* @summary Get formResult (Auth
|
|
388
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
389
389
|
* @param {FormResultsApiApiV1FormresultsFormResultIdGetRequest} requestParameters Request parameters.
|
|
390
390
|
* @param {*} [options] Override http request option.
|
|
391
391
|
* @throws {RequiredError}
|
|
@@ -394,7 +394,7 @@ export declare class FormResultsApi extends BaseAPI {
|
|
|
394
394
|
apiV1FormresultsFormResultIdGet(requestParameters: FormResultsApiApiV1FormresultsFormResultIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FormResultModel, any>>;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @summary Update formResult (Auth
|
|
397
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
398
398
|
* @param {FormResultsApiApiV1FormresultsFormResultIdPutRequest} requestParameters Request parameters.
|
|
399
399
|
* @param {*} [options] Override http request option.
|
|
400
400
|
* @throws {RequiredError}
|
|
@@ -403,7 +403,7 @@ export declare class FormResultsApi extends BaseAPI {
|
|
|
403
403
|
apiV1FormresultsFormResultIdPut(requestParameters: FormResultsApiApiV1FormresultsFormResultIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FormResultModel, any>>;
|
|
404
404
|
/**
|
|
405
405
|
*
|
|
406
|
-
* @summary Translate formResultValue entry (Auth
|
|
406
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
407
407
|
* @param {FormResultsApiApiV1FormresultsFormResultIdTranslatePostRequest} requestParameters Request parameters.
|
|
408
408
|
* @param {*} [options] Override http request option.
|
|
409
409
|
* @throws {RequiredError}
|
|
@@ -412,7 +412,7 @@ export declare class FormResultsApi extends BaseAPI {
|
|
|
412
412
|
apiV1FormresultsFormResultIdTranslatePost(requestParameters: FormResultsApiApiV1FormresultsFormResultIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TranslationBatchResultModel, any>>;
|
|
413
413
|
/**
|
|
414
414
|
*
|
|
415
|
-
* @summary Get formResults (Auth
|
|
415
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
416
416
|
* @param {FormResultsApiApiV1FormresultsGetRequest} requestParameters Request parameters.
|
|
417
417
|
* @param {*} [options] Override http request option.
|
|
418
418
|
* @throws {RequiredError}
|
|
@@ -103,7 +103,7 @@ var FormResultsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Delete formResult (Auth
|
|
106
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
107
107
|
* @param {string} formResultId
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
@@ -150,7 +150,7 @@ var FormResultsApiAxiosParamCreator = function (configuration) {
|
|
|
150
150
|
},
|
|
151
151
|
/**
|
|
152
152
|
*
|
|
153
|
-
* @summary Get formResult (Auth
|
|
153
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
154
154
|
* @param {string} formResultId
|
|
155
155
|
* @param {string} [languageCode]
|
|
156
156
|
* @param {*} [options] Override http request option.
|
|
@@ -201,7 +201,7 @@ var FormResultsApiAxiosParamCreator = function (configuration) {
|
|
|
201
201
|
},
|
|
202
202
|
/**
|
|
203
203
|
*
|
|
204
|
-
* @summary Update formResult (Auth
|
|
204
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
205
205
|
* @param {string} formResultId
|
|
206
206
|
* @param {UpdateFormResultCommand} [updateFormResultCommand]
|
|
207
207
|
* @param {*} [options] Override http request option.
|
|
@@ -251,7 +251,7 @@ var FormResultsApiAxiosParamCreator = function (configuration) {
|
|
|
251
251
|
},
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
|
-
* @summary Translate formResultValue entry (Auth
|
|
254
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
255
255
|
* @param {string} formResultId
|
|
256
256
|
* @param {TranslateFormResultCommand} [translateFormResultCommand]
|
|
257
257
|
* @param {*} [options] Override http request option.
|
|
@@ -301,7 +301,7 @@ var FormResultsApiAxiosParamCreator = function (configuration) {
|
|
|
301
301
|
},
|
|
302
302
|
/**
|
|
303
303
|
*
|
|
304
|
-
* @summary Get formResults (Auth
|
|
304
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
305
305
|
* @param {string} [languageCode]
|
|
306
306
|
* @param {Date} [startDate]
|
|
307
307
|
* @param {Date} [endDate]
|
|
@@ -416,7 +416,7 @@ var FormResultsApiFp = function (configuration) {
|
|
|
416
416
|
return {
|
|
417
417
|
/**
|
|
418
418
|
*
|
|
419
|
-
* @summary Delete formResult (Auth
|
|
419
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
420
420
|
* @param {string} formResultId
|
|
421
421
|
* @param {*} [options] Override http request option.
|
|
422
422
|
* @throws {RequiredError}
|
|
@@ -436,7 +436,7 @@ var FormResultsApiFp = function (configuration) {
|
|
|
436
436
|
},
|
|
437
437
|
/**
|
|
438
438
|
*
|
|
439
|
-
* @summary Get formResult (Auth
|
|
439
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
440
440
|
* @param {string} formResultId
|
|
441
441
|
* @param {string} [languageCode]
|
|
442
442
|
* @param {*} [options] Override http request option.
|
|
@@ -457,7 +457,7 @@ var FormResultsApiFp = function (configuration) {
|
|
|
457
457
|
},
|
|
458
458
|
/**
|
|
459
459
|
*
|
|
460
|
-
* @summary Update formResult (Auth
|
|
460
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
461
461
|
* @param {string} formResultId
|
|
462
462
|
* @param {UpdateFormResultCommand} [updateFormResultCommand]
|
|
463
463
|
* @param {*} [options] Override http request option.
|
|
@@ -478,7 +478,7 @@ var FormResultsApiFp = function (configuration) {
|
|
|
478
478
|
},
|
|
479
479
|
/**
|
|
480
480
|
*
|
|
481
|
-
* @summary Translate formResultValue entry (Auth
|
|
481
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
482
482
|
* @param {string} formResultId
|
|
483
483
|
* @param {TranslateFormResultCommand} [translateFormResultCommand]
|
|
484
484
|
* @param {*} [options] Override http request option.
|
|
@@ -499,7 +499,7 @@ var FormResultsApiFp = function (configuration) {
|
|
|
499
499
|
},
|
|
500
500
|
/**
|
|
501
501
|
*
|
|
502
|
-
* @summary Get formResults (Auth
|
|
502
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
503
503
|
* @param {string} [languageCode]
|
|
504
504
|
* @param {Date} [startDate]
|
|
505
505
|
* @param {Date} [endDate]
|
|
@@ -542,7 +542,7 @@ var FormResultsApiFactory = function (configuration, basePath, axios) {
|
|
|
542
542
|
return {
|
|
543
543
|
/**
|
|
544
544
|
*
|
|
545
|
-
* @summary Delete formResult (Auth
|
|
545
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
546
546
|
* @param {string} formResultId
|
|
547
547
|
* @param {*} [options] Override http request option.
|
|
548
548
|
* @throws {RequiredError}
|
|
@@ -552,7 +552,7 @@ var FormResultsApiFactory = function (configuration, basePath, axios) {
|
|
|
552
552
|
},
|
|
553
553
|
/**
|
|
554
554
|
*
|
|
555
|
-
* @summary Get formResult (Auth
|
|
555
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
556
556
|
* @param {string} formResultId
|
|
557
557
|
* @param {string} [languageCode]
|
|
558
558
|
* @param {*} [options] Override http request option.
|
|
@@ -563,7 +563,7 @@ var FormResultsApiFactory = function (configuration, basePath, axios) {
|
|
|
563
563
|
},
|
|
564
564
|
/**
|
|
565
565
|
*
|
|
566
|
-
* @summary Update formResult (Auth
|
|
566
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
567
567
|
* @param {string} formResultId
|
|
568
568
|
* @param {UpdateFormResultCommand} [updateFormResultCommand]
|
|
569
569
|
* @param {*} [options] Override http request option.
|
|
@@ -574,7 +574,7 @@ var FormResultsApiFactory = function (configuration, basePath, axios) {
|
|
|
574
574
|
},
|
|
575
575
|
/**
|
|
576
576
|
*
|
|
577
|
-
* @summary Translate formResultValue entry (Auth
|
|
577
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
578
578
|
* @param {string} formResultId
|
|
579
579
|
* @param {TranslateFormResultCommand} [translateFormResultCommand]
|
|
580
580
|
* @param {*} [options] Override http request option.
|
|
@@ -585,7 +585,7 @@ var FormResultsApiFactory = function (configuration, basePath, axios) {
|
|
|
585
585
|
},
|
|
586
586
|
/**
|
|
587
587
|
*
|
|
588
|
-
* @summary Get formResults (Auth
|
|
588
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
589
589
|
* @param {string} [languageCode]
|
|
590
590
|
* @param {Date} [startDate]
|
|
591
591
|
* @param {Date} [endDate]
|
|
@@ -622,7 +622,7 @@ var FormResultsApi = /** @class */ (function (_super) {
|
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
624
|
*
|
|
625
|
-
* @summary Delete formResult (Auth
|
|
625
|
+
* @summary Delete formResult (Auth roles: Admin,Manager,LocalManager,Doctor)
|
|
626
626
|
* @param {FormResultsApiApiV1FormresultsFormResultIdDeleteRequest} requestParameters Request parameters.
|
|
627
627
|
* @param {*} [options] Override http request option.
|
|
628
628
|
* @throws {RequiredError}
|
|
@@ -634,7 +634,7 @@ var FormResultsApi = /** @class */ (function (_super) {
|
|
|
634
634
|
};
|
|
635
635
|
/**
|
|
636
636
|
*
|
|
637
|
-
* @summary Get formResult (Auth
|
|
637
|
+
* @summary Get formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
638
638
|
* @param {FormResultsApiApiV1FormresultsFormResultIdGetRequest} requestParameters Request parameters.
|
|
639
639
|
* @param {*} [options] Override http request option.
|
|
640
640
|
* @throws {RequiredError}
|
|
@@ -646,7 +646,7 @@ var FormResultsApi = /** @class */ (function (_super) {
|
|
|
646
646
|
};
|
|
647
647
|
/**
|
|
648
648
|
*
|
|
649
|
-
* @summary Update formResult (Auth
|
|
649
|
+
* @summary Update formResult (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
650
650
|
* @param {FormResultsApiApiV1FormresultsFormResultIdPutRequest} requestParameters Request parameters.
|
|
651
651
|
* @param {*} [options] Override http request option.
|
|
652
652
|
* @throws {RequiredError}
|
|
@@ -658,7 +658,7 @@ var FormResultsApi = /** @class */ (function (_super) {
|
|
|
658
658
|
};
|
|
659
659
|
/**
|
|
660
660
|
*
|
|
661
|
-
* @summary Translate formResultValue entry (Auth
|
|
661
|
+
* @summary Translate formResultValue entry (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
662
662
|
* @param {FormResultsApiApiV1FormresultsFormResultIdTranslatePostRequest} requestParameters Request parameters.
|
|
663
663
|
* @param {*} [options] Override http request option.
|
|
664
664
|
* @throws {RequiredError}
|
|
@@ -670,7 +670,7 @@ var FormResultsApi = /** @class */ (function (_super) {
|
|
|
670
670
|
};
|
|
671
671
|
/**
|
|
672
672
|
*
|
|
673
|
-
* @summary Get formResults (Auth
|
|
673
|
+
* @summary Get formResults (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
674
674
|
* @param {FormResultsApiApiV1FormresultsGetRequest} requestParameters Request parameters.
|
|
675
675
|
* @param {*} [options] Override http request option.
|
|
676
676
|
* @throws {RequiredError}
|
|
@@ -21,7 +21,7 @@ import { PatientAffiliationsModel } from '../models';
|
|
|
21
21
|
export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @summary Get all patientAffiliations (Auth
|
|
24
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
25
25
|
* @param {string} [languageCode]
|
|
26
26
|
* @param {string} [hospitalId]
|
|
27
27
|
* @param {string} [patientId]
|
|
@@ -37,7 +37,7 @@ export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: C
|
|
|
37
37
|
apiV1PatientaffiliationsGet: (languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @summary Get patientAffiliation by id (Auth
|
|
40
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
41
41
|
* @param {string} patientAffiliationId
|
|
42
42
|
* @param {string} [languageCode]
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
@@ -52,7 +52,7 @@ export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: C
|
|
|
52
52
|
export declare const PatientAffiliationsApiFp: (configuration?: Configuration) => {
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @summary Get all patientAffiliations (Auth
|
|
55
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
56
56
|
* @param {string} [languageCode]
|
|
57
57
|
* @param {string} [hospitalId]
|
|
58
58
|
* @param {string} [patientId]
|
|
@@ -68,7 +68,7 @@ export declare const PatientAffiliationsApiFp: (configuration?: Configuration) =
|
|
|
68
68
|
apiV1PatientaffiliationsGet(languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientAffiliationsModel>>;
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
|
-
* @summary Get patientAffiliation by id (Auth
|
|
71
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
72
72
|
* @param {string} patientAffiliationId
|
|
73
73
|
* @param {string} [languageCode]
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
@@ -83,7 +83,7 @@ export declare const PatientAffiliationsApiFp: (configuration?: Configuration) =
|
|
|
83
83
|
export declare const PatientAffiliationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
84
84
|
/**
|
|
85
85
|
*
|
|
86
|
-
* @summary Get all patientAffiliations (Auth
|
|
86
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
87
87
|
* @param {string} [languageCode]
|
|
88
88
|
* @param {string} [hospitalId]
|
|
89
89
|
* @param {string} [patientId]
|
|
@@ -99,7 +99,7 @@ export declare const PatientAffiliationsApiFactory: (configuration?: Configurati
|
|
|
99
99
|
apiV1PatientaffiliationsGet(languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientAffiliationsModel>;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
|
-
* @summary Get patientAffiliation by id (Auth
|
|
102
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
103
103
|
* @param {string} patientAffiliationId
|
|
104
104
|
* @param {string} [languageCode]
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
@@ -196,7 +196,7 @@ export interface PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliatio
|
|
|
196
196
|
export declare class PatientAffiliationsApi extends BaseAPI {
|
|
197
197
|
/**
|
|
198
198
|
*
|
|
199
|
-
* @summary Get all patientAffiliations (Auth
|
|
199
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
200
200
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsGetRequest} requestParameters Request parameters.
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
202
202
|
* @throws {RequiredError}
|
|
@@ -205,7 +205,7 @@ export declare class PatientAffiliationsApi extends BaseAPI {
|
|
|
205
205
|
apiV1PatientaffiliationsGet(requestParameters?: PatientAffiliationsApiApiV1PatientaffiliationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientAffiliationsModel, any>>;
|
|
206
206
|
/**
|
|
207
207
|
*
|
|
208
|
-
* @summary Get patientAffiliation by id (Auth
|
|
208
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
209
209
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliationIdGetRequest} requestParameters Request parameters.
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
211
211
|
* @throws {RequiredError}
|
|
@@ -103,7 +103,7 @@ var PatientAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get all patientAffiliations (Auth
|
|
106
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
107
107
|
* @param {string} [languageCode]
|
|
108
108
|
* @param {string} [hospitalId]
|
|
109
109
|
* @param {string} [patientId]
|
|
@@ -184,7 +184,7 @@ var PatientAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
186
|
*
|
|
187
|
-
* @summary Get patientAffiliation by id (Auth
|
|
187
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
188
188
|
* @param {string} patientAffiliationId
|
|
189
189
|
* @param {string} [languageCode]
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
@@ -245,7 +245,7 @@ var PatientAffiliationsApiFp = function (configuration) {
|
|
|
245
245
|
return {
|
|
246
246
|
/**
|
|
247
247
|
*
|
|
248
|
-
* @summary Get all patientAffiliations (Auth
|
|
248
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
249
249
|
* @param {string} [languageCode]
|
|
250
250
|
* @param {string} [hospitalId]
|
|
251
251
|
* @param {string} [patientId]
|
|
@@ -273,7 +273,7 @@ var PatientAffiliationsApiFp = function (configuration) {
|
|
|
273
273
|
},
|
|
274
274
|
/**
|
|
275
275
|
*
|
|
276
|
-
* @summary Get patientAffiliation by id (Auth
|
|
276
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
277
277
|
* @param {string} patientAffiliationId
|
|
278
278
|
* @param {string} [languageCode]
|
|
279
279
|
* @param {*} [options] Override http request option.
|
|
@@ -304,7 +304,7 @@ var PatientAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
304
304
|
return {
|
|
305
305
|
/**
|
|
306
306
|
*
|
|
307
|
-
* @summary Get all patientAffiliations (Auth
|
|
307
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
308
308
|
* @param {string} [languageCode]
|
|
309
309
|
* @param {string} [hospitalId]
|
|
310
310
|
* @param {string} [patientId]
|
|
@@ -322,7 +322,7 @@ var PatientAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
322
322
|
},
|
|
323
323
|
/**
|
|
324
324
|
*
|
|
325
|
-
* @summary Get patientAffiliation by id (Auth
|
|
325
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
326
326
|
* @param {string} patientAffiliationId
|
|
327
327
|
* @param {string} [languageCode]
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
@@ -347,7 +347,7 @@ var PatientAffiliationsApi = /** @class */ (function (_super) {
|
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
*
|
|
350
|
-
* @summary Get all patientAffiliations (Auth
|
|
350
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
351
351
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsGetRequest} requestParameters Request parameters.
|
|
352
352
|
* @param {*} [options] Override http request option.
|
|
353
353
|
* @throws {RequiredError}
|
|
@@ -360,7 +360,7 @@ var PatientAffiliationsApi = /** @class */ (function (_super) {
|
|
|
360
360
|
};
|
|
361
361
|
/**
|
|
362
362
|
*
|
|
363
|
-
* @summary Get patientAffiliation by id (Auth
|
|
363
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
364
364
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliationIdGetRequest} requestParameters Request parameters.
|
|
365
365
|
* @param {*} [options] Override http request option.
|
|
366
366
|
* @throws {RequiredError}
|