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
|
@@ -1,364 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: developer@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
|
-
import { Configuration } from '../configuration';
|
|
14
|
-
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import { SaveSearchCurationsCommand } from '../models';
|
|
16
|
-
import { SearchCurationItemModel } from '../models';
|
|
17
|
-
/**
|
|
18
|
-
* SearchCurationsApi - axios parameter creator
|
|
19
|
-
* @export
|
|
20
|
-
*/
|
|
21
|
-
export declare const SearchCurationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @summary Get all SearchCurationItems (Auth policies: RequireManagerRole)
|
|
25
|
-
* @param {string} languageCode
|
|
26
|
-
* @param {*} [options] Override http request option.
|
|
27
|
-
* @throws {RequiredError}
|
|
28
|
-
*/
|
|
29
|
-
apiV1SearchcurationsLanguageCodeGet: (languageCode: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @summary Delete SearchCurationItem (Auth policies: RequireManagerRole)
|
|
33
|
-
* @param {string} languageCode
|
|
34
|
-
* @param {string} id
|
|
35
|
-
* @param {*} [options] Override http request option.
|
|
36
|
-
* @throws {RequiredError}
|
|
37
|
-
*/
|
|
38
|
-
apiV1SearchcurationsLanguageCodeIdDelete: (languageCode: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @summary Get SearchCurationItem by id (Auth policies: RequireManagerRole)
|
|
42
|
-
* @param {string} languageCode
|
|
43
|
-
* @param {string} id
|
|
44
|
-
* @param {*} [options] Override http request option.
|
|
45
|
-
* @throws {RequiredError}
|
|
46
|
-
*/
|
|
47
|
-
apiV1SearchcurationsLanguageCodeIdGet: (languageCode: string, id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @summary Get SearchCurationItems by parent id (Auth policies: RequireManagerRole)
|
|
51
|
-
* @param {string} languageCode
|
|
52
|
-
* @param {string} parentId
|
|
53
|
-
* @param {*} [options] Override http request option.
|
|
54
|
-
* @throws {RequiredError}
|
|
55
|
-
*/
|
|
56
|
-
apiV1SearchcurationsLanguageCodeParentIdSubitemsGet: (languageCode: string, parentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @summary Save SearchCurationItem (Auth policies: RequireManagerRole)
|
|
60
|
-
* @param {string} languageCode
|
|
61
|
-
* @param {SaveSearchCurationsCommand} [saveSearchCurationsCommand]
|
|
62
|
-
* @param {*} [options] Override http request option.
|
|
63
|
-
* @throws {RequiredError}
|
|
64
|
-
*/
|
|
65
|
-
apiV1SearchcurationsLanguageCodePost: (languageCode: string, saveSearchCurationsCommand?: SaveSearchCurationsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @summary Revalidate searchCurationItem (Auth policies: RequireManagerRole)
|
|
69
|
-
* @param {string} slug
|
|
70
|
-
* @param {string} [languageCode]
|
|
71
|
-
* @param {*} [options] Override http request option.
|
|
72
|
-
* @throws {RequiredError}
|
|
73
|
-
*/
|
|
74
|
-
apiV1SearchcurationsSlugRevalidatePost: (slug: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
|
-
};
|
|
76
|
-
/**
|
|
77
|
-
* SearchCurationsApi - functional programming interface
|
|
78
|
-
* @export
|
|
79
|
-
*/
|
|
80
|
-
export declare const SearchCurationsApiFp: (configuration?: Configuration) => {
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @summary Get all SearchCurationItems (Auth policies: RequireManagerRole)
|
|
84
|
-
* @param {string} languageCode
|
|
85
|
-
* @param {*} [options] Override http request option.
|
|
86
|
-
* @throws {RequiredError}
|
|
87
|
-
*/
|
|
88
|
-
apiV1SearchcurationsLanguageCodeGet(languageCode: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SearchCurationItemModel>>>;
|
|
89
|
-
/**
|
|
90
|
-
*
|
|
91
|
-
* @summary Delete SearchCurationItem (Auth policies: RequireManagerRole)
|
|
92
|
-
* @param {string} languageCode
|
|
93
|
-
* @param {string} id
|
|
94
|
-
* @param {*} [options] Override http request option.
|
|
95
|
-
* @throws {RequiredError}
|
|
96
|
-
*/
|
|
97
|
-
apiV1SearchcurationsLanguageCodeIdDelete(languageCode: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
98
|
-
/**
|
|
99
|
-
*
|
|
100
|
-
* @summary Get SearchCurationItem by id (Auth policies: RequireManagerRole)
|
|
101
|
-
* @param {string} languageCode
|
|
102
|
-
* @param {string} id
|
|
103
|
-
* @param {*} [options] Override http request option.
|
|
104
|
-
* @throws {RequiredError}
|
|
105
|
-
*/
|
|
106
|
-
apiV1SearchcurationsLanguageCodeIdGet(languageCode: string, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchCurationItemModel>>;
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
109
|
-
* @summary Get SearchCurationItems by parent id (Auth policies: RequireManagerRole)
|
|
110
|
-
* @param {string} languageCode
|
|
111
|
-
* @param {string} parentId
|
|
112
|
-
* @param {*} [options] Override http request option.
|
|
113
|
-
* @throws {RequiredError}
|
|
114
|
-
*/
|
|
115
|
-
apiV1SearchcurationsLanguageCodeParentIdSubitemsGet(languageCode: string, parentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SearchCurationItemModel>>>;
|
|
116
|
-
/**
|
|
117
|
-
*
|
|
118
|
-
* @summary Save SearchCurationItem (Auth policies: RequireManagerRole)
|
|
119
|
-
* @param {string} languageCode
|
|
120
|
-
* @param {SaveSearchCurationsCommand} [saveSearchCurationsCommand]
|
|
121
|
-
* @param {*} [options] Override http request option.
|
|
122
|
-
* @throws {RequiredError}
|
|
123
|
-
*/
|
|
124
|
-
apiV1SearchcurationsLanguageCodePost(languageCode: string, saveSearchCurationsCommand?: SaveSearchCurationsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchCurationItemModel>>;
|
|
125
|
-
/**
|
|
126
|
-
*
|
|
127
|
-
* @summary Revalidate searchCurationItem (Auth policies: RequireManagerRole)
|
|
128
|
-
* @param {string} slug
|
|
129
|
-
* @param {string} [languageCode]
|
|
130
|
-
* @param {*} [options] Override http request option.
|
|
131
|
-
* @throws {RequiredError}
|
|
132
|
-
*/
|
|
133
|
-
apiV1SearchcurationsSlugRevalidatePost(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
134
|
-
};
|
|
135
|
-
/**
|
|
136
|
-
* SearchCurationsApi - factory interface
|
|
137
|
-
* @export
|
|
138
|
-
*/
|
|
139
|
-
export declare const SearchCurationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
140
|
-
/**
|
|
141
|
-
*
|
|
142
|
-
* @summary Get all SearchCurationItems (Auth policies: RequireManagerRole)
|
|
143
|
-
* @param {string} languageCode
|
|
144
|
-
* @param {*} [options] Override http request option.
|
|
145
|
-
* @throws {RequiredError}
|
|
146
|
-
*/
|
|
147
|
-
apiV1SearchcurationsLanguageCodeGet(languageCode: string, options?: any): AxiosPromise<Array<SearchCurationItemModel>>;
|
|
148
|
-
/**
|
|
149
|
-
*
|
|
150
|
-
* @summary Delete SearchCurationItem (Auth policies: RequireManagerRole)
|
|
151
|
-
* @param {string} languageCode
|
|
152
|
-
* @param {string} id
|
|
153
|
-
* @param {*} [options] Override http request option.
|
|
154
|
-
* @throws {RequiredError}
|
|
155
|
-
*/
|
|
156
|
-
apiV1SearchcurationsLanguageCodeIdDelete(languageCode: string, id: string, options?: any): AxiosPromise<boolean>;
|
|
157
|
-
/**
|
|
158
|
-
*
|
|
159
|
-
* @summary Get SearchCurationItem by id (Auth policies: RequireManagerRole)
|
|
160
|
-
* @param {string} languageCode
|
|
161
|
-
* @param {string} id
|
|
162
|
-
* @param {*} [options] Override http request option.
|
|
163
|
-
* @throws {RequiredError}
|
|
164
|
-
*/
|
|
165
|
-
apiV1SearchcurationsLanguageCodeIdGet(languageCode: string, id: string, options?: any): AxiosPromise<SearchCurationItemModel>;
|
|
166
|
-
/**
|
|
167
|
-
*
|
|
168
|
-
* @summary Get SearchCurationItems by parent id (Auth policies: RequireManagerRole)
|
|
169
|
-
* @param {string} languageCode
|
|
170
|
-
* @param {string} parentId
|
|
171
|
-
* @param {*} [options] Override http request option.
|
|
172
|
-
* @throws {RequiredError}
|
|
173
|
-
*/
|
|
174
|
-
apiV1SearchcurationsLanguageCodeParentIdSubitemsGet(languageCode: string, parentId: string, options?: any): AxiosPromise<Array<SearchCurationItemModel>>;
|
|
175
|
-
/**
|
|
176
|
-
*
|
|
177
|
-
* @summary Save SearchCurationItem (Auth policies: RequireManagerRole)
|
|
178
|
-
* @param {string} languageCode
|
|
179
|
-
* @param {SaveSearchCurationsCommand} [saveSearchCurationsCommand]
|
|
180
|
-
* @param {*} [options] Override http request option.
|
|
181
|
-
* @throws {RequiredError}
|
|
182
|
-
*/
|
|
183
|
-
apiV1SearchcurationsLanguageCodePost(languageCode: string, saveSearchCurationsCommand?: SaveSearchCurationsCommand, options?: any): AxiosPromise<SearchCurationItemModel>;
|
|
184
|
-
/**
|
|
185
|
-
*
|
|
186
|
-
* @summary Revalidate searchCurationItem (Auth policies: RequireManagerRole)
|
|
187
|
-
* @param {string} slug
|
|
188
|
-
* @param {string} [languageCode]
|
|
189
|
-
* @param {*} [options] Override http request option.
|
|
190
|
-
* @throws {RequiredError}
|
|
191
|
-
*/
|
|
192
|
-
apiV1SearchcurationsSlugRevalidatePost(slug: string, languageCode?: string, options?: any): AxiosPromise<boolean>;
|
|
193
|
-
};
|
|
194
|
-
/**
|
|
195
|
-
* Request parameters for apiV1SearchcurationsLanguageCodeGet operation in SearchCurationsApi.
|
|
196
|
-
* @export
|
|
197
|
-
* @interface SearchCurationsApiApiV1SearchcurationsLanguageCodeGetRequest
|
|
198
|
-
*/
|
|
199
|
-
export interface SearchCurationsApiApiV1SearchcurationsLanguageCodeGetRequest {
|
|
200
|
-
/**
|
|
201
|
-
*
|
|
202
|
-
* @type {string}
|
|
203
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodeGet
|
|
204
|
-
*/
|
|
205
|
-
readonly languageCode: string;
|
|
206
|
-
}
|
|
207
|
-
/**
|
|
208
|
-
* Request parameters for apiV1SearchcurationsLanguageCodeIdDelete operation in SearchCurationsApi.
|
|
209
|
-
* @export
|
|
210
|
-
* @interface SearchCurationsApiApiV1SearchcurationsLanguageCodeIdDeleteRequest
|
|
211
|
-
*/
|
|
212
|
-
export interface SearchCurationsApiApiV1SearchcurationsLanguageCodeIdDeleteRequest {
|
|
213
|
-
/**
|
|
214
|
-
*
|
|
215
|
-
* @type {string}
|
|
216
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodeIdDelete
|
|
217
|
-
*/
|
|
218
|
-
readonly languageCode: string;
|
|
219
|
-
/**
|
|
220
|
-
*
|
|
221
|
-
* @type {string}
|
|
222
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodeIdDelete
|
|
223
|
-
*/
|
|
224
|
-
readonly id: string;
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* Request parameters for apiV1SearchcurationsLanguageCodeIdGet operation in SearchCurationsApi.
|
|
228
|
-
* @export
|
|
229
|
-
* @interface SearchCurationsApiApiV1SearchcurationsLanguageCodeIdGetRequest
|
|
230
|
-
*/
|
|
231
|
-
export interface SearchCurationsApiApiV1SearchcurationsLanguageCodeIdGetRequest {
|
|
232
|
-
/**
|
|
233
|
-
*
|
|
234
|
-
* @type {string}
|
|
235
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodeIdGet
|
|
236
|
-
*/
|
|
237
|
-
readonly languageCode: string;
|
|
238
|
-
/**
|
|
239
|
-
*
|
|
240
|
-
* @type {string}
|
|
241
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodeIdGet
|
|
242
|
-
*/
|
|
243
|
-
readonly id: string;
|
|
244
|
-
}
|
|
245
|
-
/**
|
|
246
|
-
* Request parameters for apiV1SearchcurationsLanguageCodeParentIdSubitemsGet operation in SearchCurationsApi.
|
|
247
|
-
* @export
|
|
248
|
-
* @interface SearchCurationsApiApiV1SearchcurationsLanguageCodeParentIdSubitemsGetRequest
|
|
249
|
-
*/
|
|
250
|
-
export interface SearchCurationsApiApiV1SearchcurationsLanguageCodeParentIdSubitemsGetRequest {
|
|
251
|
-
/**
|
|
252
|
-
*
|
|
253
|
-
* @type {string}
|
|
254
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodeParentIdSubitemsGet
|
|
255
|
-
*/
|
|
256
|
-
readonly languageCode: string;
|
|
257
|
-
/**
|
|
258
|
-
*
|
|
259
|
-
* @type {string}
|
|
260
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodeParentIdSubitemsGet
|
|
261
|
-
*/
|
|
262
|
-
readonly parentId: string;
|
|
263
|
-
}
|
|
264
|
-
/**
|
|
265
|
-
* Request parameters for apiV1SearchcurationsLanguageCodePost operation in SearchCurationsApi.
|
|
266
|
-
* @export
|
|
267
|
-
* @interface SearchCurationsApiApiV1SearchcurationsLanguageCodePostRequest
|
|
268
|
-
*/
|
|
269
|
-
export interface SearchCurationsApiApiV1SearchcurationsLanguageCodePostRequest {
|
|
270
|
-
/**
|
|
271
|
-
*
|
|
272
|
-
* @type {string}
|
|
273
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodePost
|
|
274
|
-
*/
|
|
275
|
-
readonly languageCode: string;
|
|
276
|
-
/**
|
|
277
|
-
*
|
|
278
|
-
* @type {SaveSearchCurationsCommand}
|
|
279
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsLanguageCodePost
|
|
280
|
-
*/
|
|
281
|
-
readonly saveSearchCurationsCommand?: SaveSearchCurationsCommand;
|
|
282
|
-
}
|
|
283
|
-
/**
|
|
284
|
-
* Request parameters for apiV1SearchcurationsSlugRevalidatePost operation in SearchCurationsApi.
|
|
285
|
-
* @export
|
|
286
|
-
* @interface SearchCurationsApiApiV1SearchcurationsSlugRevalidatePostRequest
|
|
287
|
-
*/
|
|
288
|
-
export interface SearchCurationsApiApiV1SearchcurationsSlugRevalidatePostRequest {
|
|
289
|
-
/**
|
|
290
|
-
*
|
|
291
|
-
* @type {string}
|
|
292
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsSlugRevalidatePost
|
|
293
|
-
*/
|
|
294
|
-
readonly slug: string;
|
|
295
|
-
/**
|
|
296
|
-
*
|
|
297
|
-
* @type {string}
|
|
298
|
-
* @memberof SearchCurationsApiApiV1SearchcurationsSlugRevalidatePost
|
|
299
|
-
*/
|
|
300
|
-
readonly languageCode?: string;
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* SearchCurationsApi - object-oriented interface
|
|
304
|
-
* @export
|
|
305
|
-
* @class SearchCurationsApi
|
|
306
|
-
* @extends {BaseAPI}
|
|
307
|
-
*/
|
|
308
|
-
export declare class SearchCurationsApi extends BaseAPI {
|
|
309
|
-
/**
|
|
310
|
-
*
|
|
311
|
-
* @summary Get all SearchCurationItems (Auth policies: RequireManagerRole)
|
|
312
|
-
* @param {SearchCurationsApiApiV1SearchcurationsLanguageCodeGetRequest} requestParameters Request parameters.
|
|
313
|
-
* @param {*} [options] Override http request option.
|
|
314
|
-
* @throws {RequiredError}
|
|
315
|
-
* @memberof SearchCurationsApi
|
|
316
|
-
*/
|
|
317
|
-
apiV1SearchcurationsLanguageCodeGet(requestParameters: SearchCurationsApiApiV1SearchcurationsLanguageCodeGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchCurationItemModel[], any>>;
|
|
318
|
-
/**
|
|
319
|
-
*
|
|
320
|
-
* @summary Delete SearchCurationItem (Auth policies: RequireManagerRole)
|
|
321
|
-
* @param {SearchCurationsApiApiV1SearchcurationsLanguageCodeIdDeleteRequest} requestParameters Request parameters.
|
|
322
|
-
* @param {*} [options] Override http request option.
|
|
323
|
-
* @throws {RequiredError}
|
|
324
|
-
* @memberof SearchCurationsApi
|
|
325
|
-
*/
|
|
326
|
-
apiV1SearchcurationsLanguageCodeIdDelete(requestParameters: SearchCurationsApiApiV1SearchcurationsLanguageCodeIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
327
|
-
/**
|
|
328
|
-
*
|
|
329
|
-
* @summary Get SearchCurationItem by id (Auth policies: RequireManagerRole)
|
|
330
|
-
* @param {SearchCurationsApiApiV1SearchcurationsLanguageCodeIdGetRequest} requestParameters Request parameters.
|
|
331
|
-
* @param {*} [options] Override http request option.
|
|
332
|
-
* @throws {RequiredError}
|
|
333
|
-
* @memberof SearchCurationsApi
|
|
334
|
-
*/
|
|
335
|
-
apiV1SearchcurationsLanguageCodeIdGet(requestParameters: SearchCurationsApiApiV1SearchcurationsLanguageCodeIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchCurationItemModel, any>>;
|
|
336
|
-
/**
|
|
337
|
-
*
|
|
338
|
-
* @summary Get SearchCurationItems by parent id (Auth policies: RequireManagerRole)
|
|
339
|
-
* @param {SearchCurationsApiApiV1SearchcurationsLanguageCodeParentIdSubitemsGetRequest} requestParameters Request parameters.
|
|
340
|
-
* @param {*} [options] Override http request option.
|
|
341
|
-
* @throws {RequiredError}
|
|
342
|
-
* @memberof SearchCurationsApi
|
|
343
|
-
*/
|
|
344
|
-
apiV1SearchcurationsLanguageCodeParentIdSubitemsGet(requestParameters: SearchCurationsApiApiV1SearchcurationsLanguageCodeParentIdSubitemsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchCurationItemModel[], any>>;
|
|
345
|
-
/**
|
|
346
|
-
*
|
|
347
|
-
* @summary Save SearchCurationItem (Auth policies: RequireManagerRole)
|
|
348
|
-
* @param {SearchCurationsApiApiV1SearchcurationsLanguageCodePostRequest} requestParameters Request parameters.
|
|
349
|
-
* @param {*} [options] Override http request option.
|
|
350
|
-
* @throws {RequiredError}
|
|
351
|
-
* @memberof SearchCurationsApi
|
|
352
|
-
*/
|
|
353
|
-
apiV1SearchcurationsLanguageCodePost(requestParameters: SearchCurationsApiApiV1SearchcurationsLanguageCodePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchCurationItemModel, any>>;
|
|
354
|
-
/**
|
|
355
|
-
*
|
|
356
|
-
* @summary Revalidate searchCurationItem (Auth policies: RequireManagerRole)
|
|
357
|
-
* @param {SearchCurationsApiApiV1SearchcurationsSlugRevalidatePostRequest} requestParameters Request parameters.
|
|
358
|
-
* @param {*} [options] Override http request option.
|
|
359
|
-
* @throws {RequiredError}
|
|
360
|
-
* @memberof SearchCurationsApi
|
|
361
|
-
*/
|
|
362
|
-
apiV1SearchcurationsSlugRevalidatePost(requestParameters: SearchCurationsApiApiV1SearchcurationsSlugRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
363
|
-
}
|
|
364
|
-
//# sourceMappingURL=search-curations-api.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-curations-api.d.ts","sourceRoot":"","sources":["../../src/api/search-curations-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: developer@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { SearchCurationItemInputModel } from './search-curation-item-input-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SaveSearchCurationsCommand
|
|
17
|
-
*/
|
|
18
|
-
export interface SaveSearchCurationsCommand {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {SearchCurationItemInputModel}
|
|
22
|
-
* @memberof SaveSearchCurationsCommand
|
|
23
|
-
*/
|
|
24
|
-
'item'?: SearchCurationItemInputModel;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=save-search-curations-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"save-search-curations-command.d.ts","sourceRoot":"","sources":["../../src/models/save-search-curations-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAElF;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,4BAA4B,CAAC;CACzC"}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: developer@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { SearchCurationPrimaryItemModel } from './search-curation-primary-item-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SearchCurationItemInputModel
|
|
17
|
-
*/
|
|
18
|
-
export interface SearchCurationItemInputModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof SearchCurationItemInputModel
|
|
23
|
-
*/
|
|
24
|
-
'id'?: string | null;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {SearchCurationPrimaryItemModel}
|
|
28
|
-
* @memberof SearchCurationItemInputModel
|
|
29
|
-
*/
|
|
30
|
-
'primary'?: SearchCurationPrimaryItemModel;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof SearchCurationItemInputModel
|
|
35
|
-
*/
|
|
36
|
-
'name'?: string | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof SearchCurationItemInputModel
|
|
41
|
-
*/
|
|
42
|
-
'url'?: string | null;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof SearchCurationItemInputModel
|
|
47
|
-
*/
|
|
48
|
-
'searchTerm'?: string | null;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof SearchCurationItemInputModel
|
|
53
|
-
*/
|
|
54
|
-
'slug'?: string | null;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof SearchCurationItemInputModel
|
|
59
|
-
*/
|
|
60
|
-
'description'?: string | null;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof SearchCurationItemInputModel
|
|
65
|
-
*/
|
|
66
|
-
'imageUrl'?: string | null;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof SearchCurationItemInputModel
|
|
71
|
-
*/
|
|
72
|
-
'imageThumbnailUrl'?: string | null;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof SearchCurationItemInputModel
|
|
77
|
-
*/
|
|
78
|
-
'parentId'?: string | null;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {number}
|
|
82
|
-
* @memberof SearchCurationItemInputModel
|
|
83
|
-
*/
|
|
84
|
-
'order'?: number;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {Array<SearchCurationItemInputModel>}
|
|
88
|
-
* @memberof SearchCurationItemInputModel
|
|
89
|
-
*/
|
|
90
|
-
'subItems'?: Array<SearchCurationItemInputModel> | null;
|
|
91
|
-
}
|
|
92
|
-
//# sourceMappingURL=search-curation-item-input-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-curation-item-input-model.d.ts","sourceRoot":"","sources":["../../src/models/search-curation-item-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,8BAA8B,CAAC;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CAC3D"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: developer@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { SearchCurationPrimaryItemModel } from './search-curation-primary-item-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SearchCurationItemModel
|
|
17
|
-
*/
|
|
18
|
-
export interface SearchCurationItemModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof SearchCurationItemModel
|
|
23
|
-
*/
|
|
24
|
-
'id'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {SearchCurationPrimaryItemModel}
|
|
28
|
-
* @memberof SearchCurationItemModel
|
|
29
|
-
*/
|
|
30
|
-
'primary'?: SearchCurationPrimaryItemModel;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof SearchCurationItemModel
|
|
35
|
-
*/
|
|
36
|
-
'name'?: string | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof SearchCurationItemModel
|
|
41
|
-
*/
|
|
42
|
-
'url'?: string | null;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof SearchCurationItemModel
|
|
47
|
-
*/
|
|
48
|
-
'searchTerm'?: string | null;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof SearchCurationItemModel
|
|
53
|
-
*/
|
|
54
|
-
'slug'?: string | null;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof SearchCurationItemModel
|
|
59
|
-
*/
|
|
60
|
-
'description'?: string | null;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof SearchCurationItemModel
|
|
65
|
-
*/
|
|
66
|
-
'imageUrl'?: string | null;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof SearchCurationItemModel
|
|
71
|
-
*/
|
|
72
|
-
'imageThumbnailUrl'?: string | null;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {number}
|
|
76
|
-
* @memberof SearchCurationItemModel
|
|
77
|
-
*/
|
|
78
|
-
'level'?: number;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {number}
|
|
82
|
-
* @memberof SearchCurationItemModel
|
|
83
|
-
*/
|
|
84
|
-
'order'?: number;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {string}
|
|
88
|
-
* @memberof SearchCurationItemModel
|
|
89
|
-
*/
|
|
90
|
-
'parentId'?: string | null;
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
* @type {Array<SearchCurationItemModel>}
|
|
94
|
-
* @memberof SearchCurationItemModel
|
|
95
|
-
*/
|
|
96
|
-
'subItems'?: Array<SearchCurationItemModel> | null;
|
|
97
|
-
}
|
|
98
|
-
//# sourceMappingURL=search-curation-item-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-curation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/search-curation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAEtF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,8BAA8B,CAAC;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CACtD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-curation-primary-item-model.d.ts","sourceRoot":"","sources":["../../src/models/search-curation-primary-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
6
|
-
* Contact: developer@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const UserType: {
|
|
18
|
-
readonly Patient: "Patient";
|
|
19
|
-
readonly Partner: "Partner";
|
|
20
|
-
readonly Doctor: "Doctor";
|
|
21
|
-
readonly Manager: "Manager";
|
|
22
|
-
readonly ChManager: "CHManager";
|
|
23
|
-
readonly ChAdmin: "CHAdmin";
|
|
24
|
-
readonly ContentManager: "ContentManager";
|
|
25
|
-
readonly PatientManager: "PatientManager";
|
|
26
|
-
};
|
|
27
|
-
export type UserType = typeof UserType[keyof typeof UserType];
|
|
28
|
-
//# sourceMappingURL=user-type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user-type.d.ts","sourceRoot":"","sources":["../../src/models/user-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;CASX,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC"}
|
/package/lib/models/{save-search-curations-command.js → create-curation-category-command.js}
RENAMED
|
File without changes
|
/package/lib/models/{search-curation-item-input-model.js → create-curation-command-translation.js}
RENAMED
|
File without changes
|
/package/lib/models/{search-curation-item-model.js → create-whats-app-template-media-command.js}
RENAMED
|
File without changes
|
|
File without changes
|