ch-admin-api-client-typescript 5.13.5 → 5.14.0
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/about-us-api.d.ts +56 -0
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +90 -0
- package/lib/api/countries-api.d.ts +9 -9
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +10 -10
- package/lib/api/curations-api.d.ts +448 -0
- package/lib/api/curations-api.d.ts.map +1 -0
- package/lib/api/curations-api.js +785 -0
- package/lib/api/deals-api.d.ts +56 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +90 -0
- package/lib/api/doctor-affiliations-api.d.ts +9 -9
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +10 -10
- package/lib/api/doctors-api.d.ts +9 -9
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +10 -10
- package/lib/api/hospitals-api.d.ts +114 -49
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +150 -54
- package/lib/api/patients-api.d.ts +10 -10
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +11 -11
- package/lib/api/specialties-api.d.ts +9 -9
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +10 -10
- package/lib/api/specialty-types-api.d.ts +9 -9
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +10 -10
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/create-curation-command.d.ts +103 -0
- package/lib/models/create-curation-command.d.ts.map +1 -0
- package/lib/models/create-curation-command.js +15 -0
- package/lib/models/curation-model.d.ts +104 -0
- package/lib/models/curation-model.d.ts.map +1 -0
- package/lib/models/curation-model.js +15 -0
- package/lib/models/curations-model.d.ts +33 -0
- package/lib/models/curations-model.d.ts.map +1 -0
- package/lib/models/curations-model.js +15 -0
- package/lib/models/index.d.ts +7 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +7 -0
- package/lib/models/specialty-type-item-model.d.ts +0 -6
- package/lib/models/specialty-type-item-model.d.ts.map +1 -1
- package/lib/models/specialty-type-model.d.ts +0 -6
- package/lib/models/specialty-type-model.d.ts.map +1 -1
- package/lib/models/translate-about-us-page-command.d.ts +44 -0
- package/lib/models/translate-about-us-page-command.d.ts.map +1 -0
- package/lib/models/translate-about-us-page-command.js +15 -0
- package/lib/models/translate-deal-command.d.ts +44 -0
- package/lib/models/translate-deal-command.d.ts.map +1 -0
- package/lib/models/translate-deal-command.js +15 -0
- package/lib/models/translate-landing-command.d.ts +44 -0
- package/lib/models/translate-landing-command.d.ts.map +1 -0
- package/lib/models/translate-landing-command.js +15 -0
- package/lib/models/update-curation-command.d.ts +91 -0
- package/lib/models/update-curation-command.d.ts.map +1 -0
- package/lib/models/update-curation-command.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +8 -0
- package/src/api/about-us-api.ts +100 -0
- package/src/api/countries-api.ts +14 -14
- package/src/api/curations-api.ts +795 -0
- package/src/api/deals-api.ts +100 -0
- package/src/api/doctor-affiliations-api.ts +14 -14
- package/src/api/doctors-api.ts +14 -14
- package/src/api/hospitals-api.ts +191 -78
- package/src/api/patients-api.ts +16 -16
- package/src/api/specialties-api.ts +14 -14
- package/src/api/specialty-types-api.ts +14 -14
- package/src/api.ts +1 -0
- package/src/models/create-curation-command.ts +108 -0
- package/src/models/curation-model.ts +111 -0
- package/src/models/curations-model.ts +42 -0
- package/src/models/index.ts +7 -0
- package/src/models/specialty-type-item-model.ts +0 -6
- package/src/models/specialty-type-model.ts +0 -6
- package/src/models/translate-about-us-page-command.ts +51 -0
- package/src/models/translate-deal-command.ts +51 -0
- package/src/models/translate-landing-command.ts +51 -0
- package/src/models/update-curation-command.ts +96 -0
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@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 { CreateCurationCommand } from '../models';
|
|
16
|
+
import { CurationModel } from '../models';
|
|
17
|
+
import { CurationsModel } from '../models';
|
|
18
|
+
import { UpdateCurationCommand } from '../models';
|
|
19
|
+
/**
|
|
20
|
+
* CurationsApi - axios parameter creator
|
|
21
|
+
* @export
|
|
22
|
+
*/
|
|
23
|
+
export declare const CurationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @summary Delete CurationItem
|
|
27
|
+
* @param {string} curationId
|
|
28
|
+
* @param {boolean} [isPermanent]
|
|
29
|
+
* @param {*} [options] Override http request option.
|
|
30
|
+
* @throws {RequiredError}
|
|
31
|
+
*/
|
|
32
|
+
apiV1CurationsCurationIdDelete: (curationId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @summary Get Curation by id
|
|
36
|
+
* @param {string} curationId
|
|
37
|
+
* @param {string} [languageCode]
|
|
38
|
+
* @param {*} [options] Override http request option.
|
|
39
|
+
* @throws {RequiredError}
|
|
40
|
+
*/
|
|
41
|
+
apiV1CurationsCurationIdGet: (curationId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @summary Update Curation.
|
|
45
|
+
* @param {string} curationId
|
|
46
|
+
* @param {UpdateCurationCommand} [updateCurationCommand]
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
*/
|
|
50
|
+
apiV1CurationsCurationIdPut: (curationId: string, updateCurationCommand?: UpdateCurationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @summary Reactivate Curation.
|
|
54
|
+
* @param {string} curationId
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
apiV1CurationsCurationIdReactivatePut: (curationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @summary Revalidate CurationItem
|
|
62
|
+
* @param {string} curationId
|
|
63
|
+
* @param {*} [options] Override http request option.
|
|
64
|
+
* @throws {RequiredError}
|
|
65
|
+
*/
|
|
66
|
+
apiV1CurationsCurationIdRevalidatePost: (curationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @summary Get all Curations
|
|
70
|
+
* @param {string} countryId
|
|
71
|
+
* @param {string} specialtyTypeId
|
|
72
|
+
* @param {string} [languageCode]
|
|
73
|
+
* @param {boolean} [showHidden]
|
|
74
|
+
* @param {number} [page]
|
|
75
|
+
* @param {number} [limit]
|
|
76
|
+
* @param {Date} [lastRetrieved]
|
|
77
|
+
* @param {*} [options] Override http request option.
|
|
78
|
+
* @throws {RequiredError}
|
|
79
|
+
*/
|
|
80
|
+
apiV1CurationsGet: (countryId: string, specialtyTypeId: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @summary Create a Curation.
|
|
84
|
+
* @param {CreateCurationCommand} [createCurationCommand]
|
|
85
|
+
* @param {*} [options] Override http request option.
|
|
86
|
+
* @throws {RequiredError}
|
|
87
|
+
*/
|
|
88
|
+
apiV1CurationsPost: (createCurationCommand?: CreateCurationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* CurationsApi - functional programming interface
|
|
92
|
+
* @export
|
|
93
|
+
*/
|
|
94
|
+
export declare const CurationsApiFp: (configuration?: Configuration) => {
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @summary Delete CurationItem
|
|
98
|
+
* @param {string} curationId
|
|
99
|
+
* @param {boolean} [isPermanent]
|
|
100
|
+
* @param {*} [options] Override http request option.
|
|
101
|
+
* @throws {RequiredError}
|
|
102
|
+
*/
|
|
103
|
+
apiV1CurationsCurationIdDelete(curationId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @summary Get Curation by id
|
|
107
|
+
* @param {string} curationId
|
|
108
|
+
* @param {string} [languageCode]
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
*/
|
|
112
|
+
apiV1CurationsCurationIdGet(curationId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CurationModel>>;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @summary Update Curation.
|
|
116
|
+
* @param {string} curationId
|
|
117
|
+
* @param {UpdateCurationCommand} [updateCurationCommand]
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
*/
|
|
121
|
+
apiV1CurationsCurationIdPut(curationId: string, updateCurationCommand?: UpdateCurationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CurationModel>>;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @summary Reactivate Curation.
|
|
125
|
+
* @param {string} curationId
|
|
126
|
+
* @param {*} [options] Override http request option.
|
|
127
|
+
* @throws {RequiredError}
|
|
128
|
+
*/
|
|
129
|
+
apiV1CurationsCurationIdReactivatePut(curationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @summary Revalidate CurationItem
|
|
133
|
+
* @param {string} curationId
|
|
134
|
+
* @param {*} [options] Override http request option.
|
|
135
|
+
* @throws {RequiredError}
|
|
136
|
+
*/
|
|
137
|
+
apiV1CurationsCurationIdRevalidatePost(curationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @summary Get all Curations
|
|
141
|
+
* @param {string} countryId
|
|
142
|
+
* @param {string} specialtyTypeId
|
|
143
|
+
* @param {string} [languageCode]
|
|
144
|
+
* @param {boolean} [showHidden]
|
|
145
|
+
* @param {number} [page]
|
|
146
|
+
* @param {number} [limit]
|
|
147
|
+
* @param {Date} [lastRetrieved]
|
|
148
|
+
* @param {*} [options] Override http request option.
|
|
149
|
+
* @throws {RequiredError}
|
|
150
|
+
*/
|
|
151
|
+
apiV1CurationsGet(countryId: string, specialtyTypeId: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CurationsModel>>;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @summary Create a Curation.
|
|
155
|
+
* @param {CreateCurationCommand} [createCurationCommand]
|
|
156
|
+
* @param {*} [options] Override http request option.
|
|
157
|
+
* @throws {RequiredError}
|
|
158
|
+
*/
|
|
159
|
+
apiV1CurationsPost(createCurationCommand?: CreateCurationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CurationModel>>;
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* CurationsApi - factory interface
|
|
163
|
+
* @export
|
|
164
|
+
*/
|
|
165
|
+
export declare const CurationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
* @summary Delete CurationItem
|
|
169
|
+
* @param {string} curationId
|
|
170
|
+
* @param {boolean} [isPermanent]
|
|
171
|
+
* @param {*} [options] Override http request option.
|
|
172
|
+
* @throws {RequiredError}
|
|
173
|
+
*/
|
|
174
|
+
apiV1CurationsCurationIdDelete(curationId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @summary Get Curation by id
|
|
178
|
+
* @param {string} curationId
|
|
179
|
+
* @param {string} [languageCode]
|
|
180
|
+
* @param {*} [options] Override http request option.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
*/
|
|
183
|
+
apiV1CurationsCurationIdGet(curationId: string, languageCode?: string, options?: any): AxiosPromise<CurationModel>;
|
|
184
|
+
/**
|
|
185
|
+
*
|
|
186
|
+
* @summary Update Curation.
|
|
187
|
+
* @param {string} curationId
|
|
188
|
+
* @param {UpdateCurationCommand} [updateCurationCommand]
|
|
189
|
+
* @param {*} [options] Override http request option.
|
|
190
|
+
* @throws {RequiredError}
|
|
191
|
+
*/
|
|
192
|
+
apiV1CurationsCurationIdPut(curationId: string, updateCurationCommand?: UpdateCurationCommand, options?: any): AxiosPromise<CurationModel>;
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @summary Reactivate Curation.
|
|
196
|
+
* @param {string} curationId
|
|
197
|
+
* @param {*} [options] Override http request option.
|
|
198
|
+
* @throws {RequiredError}
|
|
199
|
+
*/
|
|
200
|
+
apiV1CurationsCurationIdReactivatePut(curationId: string, options?: any): AxiosPromise<boolean>;
|
|
201
|
+
/**
|
|
202
|
+
*
|
|
203
|
+
* @summary Revalidate CurationItem
|
|
204
|
+
* @param {string} curationId
|
|
205
|
+
* @param {*} [options] Override http request option.
|
|
206
|
+
* @throws {RequiredError}
|
|
207
|
+
*/
|
|
208
|
+
apiV1CurationsCurationIdRevalidatePost(curationId: string, options?: any): AxiosPromise<boolean>;
|
|
209
|
+
/**
|
|
210
|
+
*
|
|
211
|
+
* @summary Get all Curations
|
|
212
|
+
* @param {string} countryId
|
|
213
|
+
* @param {string} specialtyTypeId
|
|
214
|
+
* @param {string} [languageCode]
|
|
215
|
+
* @param {boolean} [showHidden]
|
|
216
|
+
* @param {number} [page]
|
|
217
|
+
* @param {number} [limit]
|
|
218
|
+
* @param {Date} [lastRetrieved]
|
|
219
|
+
* @param {*} [options] Override http request option.
|
|
220
|
+
* @throws {RequiredError}
|
|
221
|
+
*/
|
|
222
|
+
apiV1CurationsGet(countryId: string, specialtyTypeId: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<CurationsModel>;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @summary Create a Curation.
|
|
226
|
+
* @param {CreateCurationCommand} [createCurationCommand]
|
|
227
|
+
* @param {*} [options] Override http request option.
|
|
228
|
+
* @throws {RequiredError}
|
|
229
|
+
*/
|
|
230
|
+
apiV1CurationsPost(createCurationCommand?: CreateCurationCommand, options?: any): AxiosPromise<CurationModel>;
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* Request parameters for apiV1CurationsCurationIdDelete operation in CurationsApi.
|
|
234
|
+
* @export
|
|
235
|
+
* @interface CurationsApiApiV1CurationsCurationIdDeleteRequest
|
|
236
|
+
*/
|
|
237
|
+
export interface CurationsApiApiV1CurationsCurationIdDeleteRequest {
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
* @type {string}
|
|
241
|
+
* @memberof CurationsApiApiV1CurationsCurationIdDelete
|
|
242
|
+
*/
|
|
243
|
+
readonly curationId: string;
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @type {boolean}
|
|
247
|
+
* @memberof CurationsApiApiV1CurationsCurationIdDelete
|
|
248
|
+
*/
|
|
249
|
+
readonly isPermanent?: boolean;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Request parameters for apiV1CurationsCurationIdGet operation in CurationsApi.
|
|
253
|
+
* @export
|
|
254
|
+
* @interface CurationsApiApiV1CurationsCurationIdGetRequest
|
|
255
|
+
*/
|
|
256
|
+
export interface CurationsApiApiV1CurationsCurationIdGetRequest {
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @type {string}
|
|
260
|
+
* @memberof CurationsApiApiV1CurationsCurationIdGet
|
|
261
|
+
*/
|
|
262
|
+
readonly curationId: string;
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* @type {string}
|
|
266
|
+
* @memberof CurationsApiApiV1CurationsCurationIdGet
|
|
267
|
+
*/
|
|
268
|
+
readonly languageCode?: string;
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Request parameters for apiV1CurationsCurationIdPut operation in CurationsApi.
|
|
272
|
+
* @export
|
|
273
|
+
* @interface CurationsApiApiV1CurationsCurationIdPutRequest
|
|
274
|
+
*/
|
|
275
|
+
export interface CurationsApiApiV1CurationsCurationIdPutRequest {
|
|
276
|
+
/**
|
|
277
|
+
*
|
|
278
|
+
* @type {string}
|
|
279
|
+
* @memberof CurationsApiApiV1CurationsCurationIdPut
|
|
280
|
+
*/
|
|
281
|
+
readonly curationId: string;
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
* @type {UpdateCurationCommand}
|
|
285
|
+
* @memberof CurationsApiApiV1CurationsCurationIdPut
|
|
286
|
+
*/
|
|
287
|
+
readonly updateCurationCommand?: UpdateCurationCommand;
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* Request parameters for apiV1CurationsCurationIdReactivatePut operation in CurationsApi.
|
|
291
|
+
* @export
|
|
292
|
+
* @interface CurationsApiApiV1CurationsCurationIdReactivatePutRequest
|
|
293
|
+
*/
|
|
294
|
+
export interface CurationsApiApiV1CurationsCurationIdReactivatePutRequest {
|
|
295
|
+
/**
|
|
296
|
+
*
|
|
297
|
+
* @type {string}
|
|
298
|
+
* @memberof CurationsApiApiV1CurationsCurationIdReactivatePut
|
|
299
|
+
*/
|
|
300
|
+
readonly curationId: string;
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* Request parameters for apiV1CurationsCurationIdRevalidatePost operation in CurationsApi.
|
|
304
|
+
* @export
|
|
305
|
+
* @interface CurationsApiApiV1CurationsCurationIdRevalidatePostRequest
|
|
306
|
+
*/
|
|
307
|
+
export interface CurationsApiApiV1CurationsCurationIdRevalidatePostRequest {
|
|
308
|
+
/**
|
|
309
|
+
*
|
|
310
|
+
* @type {string}
|
|
311
|
+
* @memberof CurationsApiApiV1CurationsCurationIdRevalidatePost
|
|
312
|
+
*/
|
|
313
|
+
readonly curationId: string;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* Request parameters for apiV1CurationsGet operation in CurationsApi.
|
|
317
|
+
* @export
|
|
318
|
+
* @interface CurationsApiApiV1CurationsGetRequest
|
|
319
|
+
*/
|
|
320
|
+
export interface CurationsApiApiV1CurationsGetRequest {
|
|
321
|
+
/**
|
|
322
|
+
*
|
|
323
|
+
* @type {string}
|
|
324
|
+
* @memberof CurationsApiApiV1CurationsGet
|
|
325
|
+
*/
|
|
326
|
+
readonly countryId: string;
|
|
327
|
+
/**
|
|
328
|
+
*
|
|
329
|
+
* @type {string}
|
|
330
|
+
* @memberof CurationsApiApiV1CurationsGet
|
|
331
|
+
*/
|
|
332
|
+
readonly specialtyTypeId: string;
|
|
333
|
+
/**
|
|
334
|
+
*
|
|
335
|
+
* @type {string}
|
|
336
|
+
* @memberof CurationsApiApiV1CurationsGet
|
|
337
|
+
*/
|
|
338
|
+
readonly languageCode?: string;
|
|
339
|
+
/**
|
|
340
|
+
*
|
|
341
|
+
* @type {boolean}
|
|
342
|
+
* @memberof CurationsApiApiV1CurationsGet
|
|
343
|
+
*/
|
|
344
|
+
readonly showHidden?: boolean;
|
|
345
|
+
/**
|
|
346
|
+
*
|
|
347
|
+
* @type {number}
|
|
348
|
+
* @memberof CurationsApiApiV1CurationsGet
|
|
349
|
+
*/
|
|
350
|
+
readonly page?: number;
|
|
351
|
+
/**
|
|
352
|
+
*
|
|
353
|
+
* @type {number}
|
|
354
|
+
* @memberof CurationsApiApiV1CurationsGet
|
|
355
|
+
*/
|
|
356
|
+
readonly limit?: number;
|
|
357
|
+
/**
|
|
358
|
+
*
|
|
359
|
+
* @type {Date}
|
|
360
|
+
* @memberof CurationsApiApiV1CurationsGet
|
|
361
|
+
*/
|
|
362
|
+
readonly lastRetrieved?: Date;
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* Request parameters for apiV1CurationsPost operation in CurationsApi.
|
|
366
|
+
* @export
|
|
367
|
+
* @interface CurationsApiApiV1CurationsPostRequest
|
|
368
|
+
*/
|
|
369
|
+
export interface CurationsApiApiV1CurationsPostRequest {
|
|
370
|
+
/**
|
|
371
|
+
*
|
|
372
|
+
* @type {CreateCurationCommand}
|
|
373
|
+
* @memberof CurationsApiApiV1CurationsPost
|
|
374
|
+
*/
|
|
375
|
+
readonly createCurationCommand?: CreateCurationCommand;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* CurationsApi - object-oriented interface
|
|
379
|
+
* @export
|
|
380
|
+
* @class CurationsApi
|
|
381
|
+
* @extends {BaseAPI}
|
|
382
|
+
*/
|
|
383
|
+
export declare class CurationsApi extends BaseAPI {
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @summary Delete CurationItem
|
|
387
|
+
* @param {CurationsApiApiV1CurationsCurationIdDeleteRequest} requestParameters Request parameters.
|
|
388
|
+
* @param {*} [options] Override http request option.
|
|
389
|
+
* @throws {RequiredError}
|
|
390
|
+
* @memberof CurationsApi
|
|
391
|
+
*/
|
|
392
|
+
apiV1CurationsCurationIdDelete(requestParameters: CurationsApiApiV1CurationsCurationIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
393
|
+
/**
|
|
394
|
+
*
|
|
395
|
+
* @summary Get Curation by id
|
|
396
|
+
* @param {CurationsApiApiV1CurationsCurationIdGetRequest} requestParameters Request parameters.
|
|
397
|
+
* @param {*} [options] Override http request option.
|
|
398
|
+
* @throws {RequiredError}
|
|
399
|
+
* @memberof CurationsApi
|
|
400
|
+
*/
|
|
401
|
+
apiV1CurationsCurationIdGet(requestParameters: CurationsApiApiV1CurationsCurationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CurationModel, any>>;
|
|
402
|
+
/**
|
|
403
|
+
*
|
|
404
|
+
* @summary Update Curation.
|
|
405
|
+
* @param {CurationsApiApiV1CurationsCurationIdPutRequest} requestParameters Request parameters.
|
|
406
|
+
* @param {*} [options] Override http request option.
|
|
407
|
+
* @throws {RequiredError}
|
|
408
|
+
* @memberof CurationsApi
|
|
409
|
+
*/
|
|
410
|
+
apiV1CurationsCurationIdPut(requestParameters: CurationsApiApiV1CurationsCurationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CurationModel, any>>;
|
|
411
|
+
/**
|
|
412
|
+
*
|
|
413
|
+
* @summary Reactivate Curation.
|
|
414
|
+
* @param {CurationsApiApiV1CurationsCurationIdReactivatePutRequest} requestParameters Request parameters.
|
|
415
|
+
* @param {*} [options] Override http request option.
|
|
416
|
+
* @throws {RequiredError}
|
|
417
|
+
* @memberof CurationsApi
|
|
418
|
+
*/
|
|
419
|
+
apiV1CurationsCurationIdReactivatePut(requestParameters: CurationsApiApiV1CurationsCurationIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
420
|
+
/**
|
|
421
|
+
*
|
|
422
|
+
* @summary Revalidate CurationItem
|
|
423
|
+
* @param {CurationsApiApiV1CurationsCurationIdRevalidatePostRequest} requestParameters Request parameters.
|
|
424
|
+
* @param {*} [options] Override http request option.
|
|
425
|
+
* @throws {RequiredError}
|
|
426
|
+
* @memberof CurationsApi
|
|
427
|
+
*/
|
|
428
|
+
apiV1CurationsCurationIdRevalidatePost(requestParameters: CurationsApiApiV1CurationsCurationIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
429
|
+
/**
|
|
430
|
+
*
|
|
431
|
+
* @summary Get all Curations
|
|
432
|
+
* @param {CurationsApiApiV1CurationsGetRequest} requestParameters Request parameters.
|
|
433
|
+
* @param {*} [options] Override http request option.
|
|
434
|
+
* @throws {RequiredError}
|
|
435
|
+
* @memberof CurationsApi
|
|
436
|
+
*/
|
|
437
|
+
apiV1CurationsGet(requestParameters: CurationsApiApiV1CurationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CurationsModel, any>>;
|
|
438
|
+
/**
|
|
439
|
+
*
|
|
440
|
+
* @summary Create a Curation.
|
|
441
|
+
* @param {CurationsApiApiV1CurationsPostRequest} requestParameters Request parameters.
|
|
442
|
+
* @param {*} [options] Override http request option.
|
|
443
|
+
* @throws {RequiredError}
|
|
444
|
+
* @memberof CurationsApi
|
|
445
|
+
*/
|
|
446
|
+
apiV1CurationsPost(requestParameters?: CurationsApiApiV1CurationsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CurationModel, any>>;
|
|
447
|
+
}
|
|
448
|
+
//# sourceMappingURL=curations-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"curations-api.d.ts","sourceRoot":"","sources":["../../src/api/curations-api.ts"],"names":[],"mappings":"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"}
|