ch-admin-api-client-typescript 5.43.20 → 5.45.4
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 +49 -168
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +63 -259
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/hospitals-api.d.ts +25 -6
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +30 -18
- 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.d.ts +37 -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-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 +15 -5
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +15 -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 +38 -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.js} +0 -0
- /package/lib/models/{search-curation-item-input-model.js → create-curation-command-translation.js} +0 -0
- /package/lib/models/{search-curation-item-model.js → create-whats-app-template-media-command.js} +0 -0
- /package/lib/models/{search-curation-primary-item-model.js → curation-categories-model.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}
|
|
@@ -109,6 +109,7 @@ import { SnsHandleModel } from '../models';
|
|
|
109
109
|
import { SnsType } from '../models';
|
|
110
110
|
import { SortFooterNavigationsCommand } from '../models';
|
|
111
111
|
import { SortingResultModel } from '../models';
|
|
112
|
+
import { StringFilterTypes } from '../models';
|
|
112
113
|
import { TranslateHospitalCommand } from '../models';
|
|
113
114
|
import { TranslateHospitalServiceCommand } from '../models';
|
|
114
115
|
import { TranslateHospitalSpecialtyCommand } from '../models';
|
|
@@ -144,6 +145,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
144
145
|
*
|
|
145
146
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
146
147
|
* @param {string} [hospitalId]
|
|
148
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
147
149
|
* @param {string} [name]
|
|
148
150
|
* @param {string} [countryId]
|
|
149
151
|
* @param {Date} [created]
|
|
@@ -161,7 +163,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
161
163
|
* @param {*} [options] Override http request option.
|
|
162
164
|
* @throws {RequiredError}
|
|
163
165
|
*/
|
|
164
|
-
apiV1HospitalsGet: (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
166
|
+
apiV1HospitalsGet: (hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
165
167
|
/**
|
|
166
168
|
*
|
|
167
169
|
* @summary Delete HospitalAccreditation. (Auth roles: Admin, Manager, LocalManager, ContentManager)
|
|
@@ -2046,6 +2048,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2046
2048
|
*
|
|
2047
2049
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
2048
2050
|
* @param {string} [hospitalId]
|
|
2051
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
2049
2052
|
* @param {string} [name]
|
|
2050
2053
|
* @param {string} [countryId]
|
|
2051
2054
|
* @param {Date} [created]
|
|
@@ -2063,7 +2066,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
2063
2066
|
* @param {*} [options] Override http request option.
|
|
2064
2067
|
* @throws {RequiredError}
|
|
2065
2068
|
*/
|
|
2066
|
-
apiV1HospitalsSimpleGet: (hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2069
|
+
apiV1HospitalsSimpleGet: (hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2067
2070
|
/**
|
|
2068
2071
|
*
|
|
2069
2072
|
* @summary (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
@@ -2084,6 +2087,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2084
2087
|
*
|
|
2085
2088
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
2086
2089
|
* @param {string} [hospitalId]
|
|
2090
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
2087
2091
|
* @param {string} [name]
|
|
2088
2092
|
* @param {string} [countryId]
|
|
2089
2093
|
* @param {Date} [created]
|
|
@@ -2101,7 +2105,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
2101
2105
|
* @param {*} [options] Override http request option.
|
|
2102
2106
|
* @throws {RequiredError}
|
|
2103
2107
|
*/
|
|
2104
|
-
apiV1HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsModel>>;
|
|
2108
|
+
apiV1HospitalsGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsModel>>;
|
|
2105
2109
|
/**
|
|
2106
2110
|
*
|
|
2107
2111
|
* @summary Delete HospitalAccreditation. (Auth roles: Admin, Manager, LocalManager, ContentManager)
|
|
@@ -3986,6 +3990,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3986
3990
|
*
|
|
3987
3991
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
3988
3992
|
* @param {string} [hospitalId]
|
|
3993
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
3989
3994
|
* @param {string} [name]
|
|
3990
3995
|
* @param {string} [countryId]
|
|
3991
3996
|
* @param {Date} [created]
|
|
@@ -4003,7 +4008,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
4003
4008
|
* @param {*} [options] Override http request option.
|
|
4004
4009
|
* @throws {RequiredError}
|
|
4005
4010
|
*/
|
|
4006
|
-
apiV1HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>>;
|
|
4011
|
+
apiV1HospitalsSimpleGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>>;
|
|
4007
4012
|
/**
|
|
4008
4013
|
*
|
|
4009
4014
|
* @summary (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
@@ -4024,6 +4029,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4024
4029
|
*
|
|
4025
4030
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
4026
4031
|
* @param {string} [hospitalId]
|
|
4032
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
4027
4033
|
* @param {string} [name]
|
|
4028
4034
|
* @param {string} [countryId]
|
|
4029
4035
|
* @param {Date} [created]
|
|
@@ -4041,7 +4047,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
4041
4047
|
* @param {*} [options] Override http request option.
|
|
4042
4048
|
* @throws {RequiredError}
|
|
4043
4049
|
*/
|
|
4044
|
-
apiV1HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsModel>;
|
|
4050
|
+
apiV1HospitalsGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsModel>;
|
|
4045
4051
|
/**
|
|
4046
4052
|
*
|
|
4047
4053
|
* @summary Delete HospitalAccreditation. (Auth roles: Admin, Manager, LocalManager, ContentManager)
|
|
@@ -5926,6 +5932,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5926
5932
|
*
|
|
5927
5933
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
5928
5934
|
* @param {string} [hospitalId]
|
|
5935
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
5929
5936
|
* @param {string} [name]
|
|
5930
5937
|
* @param {string} [countryId]
|
|
5931
5938
|
* @param {Date} [created]
|
|
@@ -5943,7 +5950,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5943
5950
|
* @param {*} [options] Override http request option.
|
|
5944
5951
|
* @throws {RequiredError}
|
|
5945
5952
|
*/
|
|
5946
|
-
apiV1HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel>;
|
|
5953
|
+
apiV1HospitalsSimpleGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel>;
|
|
5947
5954
|
/**
|
|
5948
5955
|
*
|
|
5949
5956
|
* @summary (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
@@ -5967,6 +5974,12 @@ export interface HospitalsApiApiV1HospitalsGetRequest {
|
|
|
5967
5974
|
* @memberof HospitalsApiApiV1HospitalsGet
|
|
5968
5975
|
*/
|
|
5969
5976
|
readonly hospitalId?: string;
|
|
5977
|
+
/**
|
|
5978
|
+
*
|
|
5979
|
+
* @type {StringFilterTypes}
|
|
5980
|
+
* @memberof HospitalsApiApiV1HospitalsGet
|
|
5981
|
+
*/
|
|
5982
|
+
readonly nameFilterType?: StringFilterTypes;
|
|
5970
5983
|
/**
|
|
5971
5984
|
*
|
|
5972
5985
|
* @type {string}
|
|
@@ -11219,6 +11232,12 @@ export interface HospitalsApiApiV1HospitalsSimpleGetRequest {
|
|
|
11219
11232
|
* @memberof HospitalsApiApiV1HospitalsSimpleGet
|
|
11220
11233
|
*/
|
|
11221
11234
|
readonly hospitalId?: string;
|
|
11235
|
+
/**
|
|
11236
|
+
*
|
|
11237
|
+
* @type {StringFilterTypes}
|
|
11238
|
+
* @memberof HospitalsApiApiV1HospitalsSimpleGet
|
|
11239
|
+
*/
|
|
11240
|
+
readonly nameFilterType?: StringFilterTypes;
|
|
11222
11241
|
/**
|
|
11223
11242
|
*
|
|
11224
11243
|
* @type {string}
|