ch-api-client-typescript2 4.9.7 → 4.9.8
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 +123 -19
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +10 -22
- package/lib/api/accreditations-api.d.ts +60 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +7 -11
- package/lib/api/app-version-api.d.ts +15 -2
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +3 -3
- package/lib/api/appointments-api.d.ts +201 -31
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +16 -36
- package/lib/api/articles-api.d.ts +453 -70
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +34 -81
- package/lib/api/bookings-api.d.ts +183 -28
- package/lib/api/bookings-api.d.ts.map +1 -1
- package/lib/api/bookings-api.js +16 -33
- package/lib/api/chat-users-api.d.ts +84 -12
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +15 -16
- package/lib/api/consultations-api.d.ts +171 -26
- package/lib/api/consultations-api.d.ts.map +1 -1
- package/lib/api/consultations-api.js +16 -31
- package/lib/api/contributors-api.d.ts +213 -33
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +16 -38
- package/lib/api/countries-api.d.ts +189 -29
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -34
- package/lib/api/deals-api.d.ts +630 -103
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +65 -119
- package/lib/api/devices-api.d.ts +150 -22
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +20 -28
- package/lib/api/doctor-affiliations-api.d.ts +252 -40
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +30 -48
- package/lib/api/doctors-api.d.ts +675 -105
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +47 -120
- package/lib/api/faq-categories-api.d.ts +117 -18
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +10 -21
- package/lib/api/faqs-api.d.ts +249 -38
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +22 -45
- package/lib/api/group-channels-api.d.ts +117 -17
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +15 -22
- package/lib/api/header-navigations-api.d.ts +15 -2
- package/lib/api/header-navigations-api.d.ts.map +1 -1
- package/lib/api/header-navigations-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +1695 -270
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +162 -315
- package/lib/api/hospitals-consultation-timetables-api.d.ts +39 -6
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
- package/lib/api/hospitals-consultation-timetables-api.js +3 -7
- package/lib/api/images-api.d.ts +15 -2
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +4 -3
- package/lib/api/languages-api.d.ts +66 -10
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +7 -12
- package/lib/api/memberships-api.d.ts +111 -17
- package/lib/api/memberships-api.d.ts.map +1 -1
- package/lib/api/memberships-api.js +10 -20
- package/lib/api/notifications-api.d.ts +54 -8
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +8 -10
- package/lib/api/origins-api.d.ts +45 -6
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +11 -9
- package/lib/api/patients-api.d.ts +96 -13
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +19 -19
- package/lib/api/plans-api.d.ts +108 -16
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +13 -20
- package/lib/api/profiles-api.d.ts +75 -10
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +19 -15
- package/lib/api/service-reviews-api.d.ts +312 -47
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +32 -57
- package/lib/api/services-api.d.ts +189 -31
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +21 -36
- package/lib/api/services-categories-api.d.ts +54 -8
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +7 -10
- package/lib/api/specialties-api.d.ts +294 -46
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -52
- package/lib/api/specialty-types-api.d.ts +306 -48
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -54
- package/lib/api/survey-forms-api.d.ts +21 -3
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +3 -4
- package/lib/api/survey-results-api.d.ts +15 -2
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +4 -3
- package/lib/api/tags-api.d.ts +54 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +7 -10
- package/package.json +2 -2
- package/src/api/about-us-api.ts +142 -22
- package/src/api/accreditations-api.ts +69 -11
- package/src/api/app-version-api.ts +17 -3
- package/src/api/appointments-api.ts +232 -36
- package/src/api/articles-api.ts +523 -81
- package/src/api/bookings-api.ts +211 -33
- package/src/api/chat-users-api.ts +96 -16
- package/src/api/consultations-api.ts +197 -31
- package/src/api/contributors-api.ts +246 -38
- package/src/api/countries-api.ts +218 -34
- package/src/api/deals-api.ts +745 -119
- package/src/api/devices-api.ts +172 -28
- package/src/api/doctor-affiliations-api.ts +296 -48
- package/src/api/doctors-api.ts +780 -120
- package/src/api/faq-categories-api.ts +135 -21
- package/src/api/faqs-api.ts +287 -45
- package/src/api/group-channels-api.ts +134 -22
- package/src/api/header-navigations-api.ts +17 -3
- package/src/api/hospitals-api.ts +1985 -315
- package/src/api/hospitals-consultation-timetables-api.ts +45 -7
- package/src/api/images-api.ts +17 -3
- package/src/api/languages-api.ts +76 -12
- package/src/api/memberships-api.ts +128 -20
- package/src/api/notifications-api.ts +62 -10
- package/src/api/origins-api.ts +51 -9
- package/src/api/patients-api.ts +109 -19
- package/src/api/plans-api.ts +124 -20
- package/src/api/profiles-api.ts +85 -15
- package/src/api/service-reviews-api.ts +359 -57
- package/src/api/services-api.ts +224 -36
- package/src/api/services-categories-api.ts +62 -10
- package/src/api/specialties-api.ts +340 -52
- package/src/api/specialty-types-api.ts +354 -54
- package/src/api/survey-forms-api.ts +24 -4
- package/src/api/survey-results-api.ts +17 -3
- package/src/api/tags-api.ts +62 -10
|
@@ -143,6 +143,123 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
|
|
|
143
143
|
*/
|
|
144
144
|
apiV2AboutusSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<AboutUsPageModel>;
|
|
145
145
|
};
|
|
146
|
+
/**
|
|
147
|
+
* Request parameters for apiV2AboutusGet operation in AboutUsApi.
|
|
148
|
+
* @export
|
|
149
|
+
* @interface AboutUsApiApiV2AboutusGetRequest
|
|
150
|
+
*/
|
|
151
|
+
export interface AboutUsApiApiV2AboutusGetRequest {
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
156
|
+
*/
|
|
157
|
+
readonly hospitalId?: string;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
162
|
+
*/
|
|
163
|
+
readonly hospitalName?: string;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
168
|
+
*/
|
|
169
|
+
readonly hospitalSlug?: string;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
174
|
+
*/
|
|
175
|
+
readonly name?: string;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
180
|
+
*/
|
|
181
|
+
readonly languageCode?: string;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @type {boolean}
|
|
185
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
186
|
+
*/
|
|
187
|
+
readonly returnDefaultValue?: boolean;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @type {boolean}
|
|
191
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
192
|
+
*/
|
|
193
|
+
readonly confirmed?: boolean;
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* @type {number}
|
|
197
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
198
|
+
*/
|
|
199
|
+
readonly page?: number;
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @type {number}
|
|
203
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
204
|
+
*/
|
|
205
|
+
readonly limit?: number;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @type {Date}
|
|
209
|
+
* @memberof AboutUsApiApiV2AboutusGet
|
|
210
|
+
*/
|
|
211
|
+
readonly lastRetrieved?: Date;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Request parameters for apiV2AboutusHospitalIdGet operation in AboutUsApi.
|
|
215
|
+
* @export
|
|
216
|
+
* @interface AboutUsApiApiV2AboutusHospitalIdGetRequest
|
|
217
|
+
*/
|
|
218
|
+
export interface AboutUsApiApiV2AboutusHospitalIdGetRequest {
|
|
219
|
+
/**
|
|
220
|
+
*
|
|
221
|
+
* @type {string}
|
|
222
|
+
* @memberof AboutUsApiApiV2AboutusHospitalIdGet
|
|
223
|
+
*/
|
|
224
|
+
readonly hospitalId: string;
|
|
225
|
+
/**
|
|
226
|
+
*
|
|
227
|
+
* @type {string}
|
|
228
|
+
* @memberof AboutUsApiApiV2AboutusHospitalIdGet
|
|
229
|
+
*/
|
|
230
|
+
readonly languageCode?: string;
|
|
231
|
+
/**
|
|
232
|
+
*
|
|
233
|
+
* @type {boolean}
|
|
234
|
+
* @memberof AboutUsApiApiV2AboutusHospitalIdGet
|
|
235
|
+
*/
|
|
236
|
+
readonly returnDefaultValue?: boolean;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Request parameters for apiV2AboutusSlugGet operation in AboutUsApi.
|
|
240
|
+
* @export
|
|
241
|
+
* @interface AboutUsApiApiV2AboutusSlugGetRequest
|
|
242
|
+
*/
|
|
243
|
+
export interface AboutUsApiApiV2AboutusSlugGetRequest {
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @type {string}
|
|
247
|
+
* @memberof AboutUsApiApiV2AboutusSlugGet
|
|
248
|
+
*/
|
|
249
|
+
readonly slug: string;
|
|
250
|
+
/**
|
|
251
|
+
*
|
|
252
|
+
* @type {string}
|
|
253
|
+
* @memberof AboutUsApiApiV2AboutusSlugGet
|
|
254
|
+
*/
|
|
255
|
+
readonly languageCode?: string;
|
|
256
|
+
/**
|
|
257
|
+
*
|
|
258
|
+
* @type {boolean}
|
|
259
|
+
* @memberof AboutUsApiApiV2AboutusSlugGet
|
|
260
|
+
*/
|
|
261
|
+
readonly returnDefaultValue?: boolean;
|
|
262
|
+
}
|
|
146
263
|
/**
|
|
147
264
|
* AboutUsApi - object-oriented interface
|
|
148
265
|
* @export
|
|
@@ -153,42 +270,29 @@ export declare class AboutUsApi extends BaseAPI {
|
|
|
153
270
|
/**
|
|
154
271
|
*
|
|
155
272
|
* @summary Get all AboutUsList.
|
|
156
|
-
* @param {
|
|
157
|
-
* @param {string} [hospitalName]
|
|
158
|
-
* @param {string} [hospitalSlug]
|
|
159
|
-
* @param {string} [name]
|
|
160
|
-
* @param {string} [languageCode]
|
|
161
|
-
* @param {boolean} [returnDefaultValue]
|
|
162
|
-
* @param {boolean} [confirmed]
|
|
163
|
-
* @param {number} [page]
|
|
164
|
-
* @param {number} [limit]
|
|
165
|
-
* @param {Date} [lastRetrieved]
|
|
273
|
+
* @param {AboutUsApiApiV2AboutusGetRequest} requestParameters Request parameters.
|
|
166
274
|
* @param {*} [options] Override http request option.
|
|
167
275
|
* @throws {RequiredError}
|
|
168
276
|
* @memberof AboutUsApi
|
|
169
277
|
*/
|
|
170
|
-
apiV2AboutusGet(
|
|
278
|
+
apiV2AboutusGet(requestParameters?: AboutUsApiApiV2AboutusGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPagesModel, any>>;
|
|
171
279
|
/**
|
|
172
280
|
*
|
|
173
281
|
* @summary Get AboutUs.
|
|
174
|
-
* @param {
|
|
175
|
-
* @param {string} [languageCode]
|
|
176
|
-
* @param {boolean} [returnDefaultValue]
|
|
282
|
+
* @param {AboutUsApiApiV2AboutusHospitalIdGetRequest} requestParameters Request parameters.
|
|
177
283
|
* @param {*} [options] Override http request option.
|
|
178
284
|
* @throws {RequiredError}
|
|
179
285
|
* @memberof AboutUsApi
|
|
180
286
|
*/
|
|
181
|
-
apiV2AboutusHospitalIdGet(
|
|
287
|
+
apiV2AboutusHospitalIdGet(requestParameters: AboutUsApiApiV2AboutusHospitalIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
|
|
182
288
|
/**
|
|
183
289
|
*
|
|
184
290
|
* @summary
|
|
185
|
-
* @param {
|
|
186
|
-
* @param {string} [languageCode]
|
|
187
|
-
* @param {boolean} [returnDefaultValue]
|
|
291
|
+
* @param {AboutUsApiApiV2AboutusSlugGetRequest} requestParameters Request parameters.
|
|
188
292
|
* @param {*} [options] Override http request option.
|
|
189
293
|
* @throws {RequiredError}
|
|
190
294
|
* @memberof AboutUsApi
|
|
191
295
|
*/
|
|
192
|
-
apiV2AboutusSlugGet(
|
|
296
|
+
apiV2AboutusSlugGet(requestParameters: AboutUsApiApiV2AboutusSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
|
|
193
297
|
}
|
|
194
298
|
//# sourceMappingURL=about-us-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"about-us-api.d.ts","sourceRoot":"","sources":["../../src/api/about-us-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C;;;GAGG;AACH,eAAO,MAAM,2BAA2B,mBAA6B,aAAa;IAE1E;;;;;;;;;;;;;;;OAeG;mCACkC,MAAM,iBAAiB,MAAM,iBAAiB,MAAM,SAAS,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,cAAc,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAkEhS;;;;;;;;OAQG;4CAC2C,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAmClK;;;;;;;;OAQG;gCAC+B,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAoC7J,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,mBAA4B,aAAa;IAG1D;;;;;;;;;;;;;;;OAeG;iCACgC,MAAM,iBAAiB,MAAM,iBAAiB,MAAM,SAAS,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,cAAc,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,iBAAiB,CAAC;IAI3V;;;;;;;;OAQG;0CACyC,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;IAI5N;;;;;;;;OAQG;8BAC6B,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;CAKvN,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG1G;;;;;;;;;;;;;;;OAeG;iCAC0B,MAAM,iBAAiB,MAAM,iBAAiB,MAAM,SAAS,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,cAAc,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,GAAG,GAAG,aAAa,iBAAiB,CAAC;IAGhR;;;;;;;;OAQG;0CACmC,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,GAAG,GAAG,aAAa,gBAAgB,CAAC;IAGjJ;;;;;;;;OAQG;8BACuB,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,GAAG,GAAG,aAAa,gBAAgB,CAAC;CAI5I,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"about-us-api.d.ts","sourceRoot":"","sources":["../../src/api/about-us-api.ts"],"names":[],"mappings":"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"}
|
package/lib/api/about-us-api.js
CHANGED
|
@@ -398,51 +398,39 @@ var AboutUsApi = /** @class */ (function (_super) {
|
|
|
398
398
|
/**
|
|
399
399
|
*
|
|
400
400
|
* @summary Get all AboutUsList.
|
|
401
|
-
* @param {
|
|
402
|
-
* @param {string} [hospitalName]
|
|
403
|
-
* @param {string} [hospitalSlug]
|
|
404
|
-
* @param {string} [name]
|
|
405
|
-
* @param {string} [languageCode]
|
|
406
|
-
* @param {boolean} [returnDefaultValue]
|
|
407
|
-
* @param {boolean} [confirmed]
|
|
408
|
-
* @param {number} [page]
|
|
409
|
-
* @param {number} [limit]
|
|
410
|
-
* @param {Date} [lastRetrieved]
|
|
401
|
+
* @param {AboutUsApiApiV2AboutusGetRequest} requestParameters Request parameters.
|
|
411
402
|
* @param {*} [options] Override http request option.
|
|
412
403
|
* @throws {RequiredError}
|
|
413
404
|
* @memberof AboutUsApi
|
|
414
405
|
*/
|
|
415
|
-
AboutUsApi.prototype.apiV2AboutusGet = function (
|
|
406
|
+
AboutUsApi.prototype.apiV2AboutusGet = function (requestParameters, options) {
|
|
416
407
|
var _this = this;
|
|
417
|
-
|
|
408
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
409
|
+
return (0, exports.AboutUsApiFp)(this.configuration).apiV2AboutusGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.hospitalSlug, requestParameters.name, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.confirmed, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
418
410
|
};
|
|
419
411
|
/**
|
|
420
412
|
*
|
|
421
413
|
* @summary Get AboutUs.
|
|
422
|
-
* @param {
|
|
423
|
-
* @param {string} [languageCode]
|
|
424
|
-
* @param {boolean} [returnDefaultValue]
|
|
414
|
+
* @param {AboutUsApiApiV2AboutusHospitalIdGetRequest} requestParameters Request parameters.
|
|
425
415
|
* @param {*} [options] Override http request option.
|
|
426
416
|
* @throws {RequiredError}
|
|
427
417
|
* @memberof AboutUsApi
|
|
428
418
|
*/
|
|
429
|
-
AboutUsApi.prototype.apiV2AboutusHospitalIdGet = function (
|
|
419
|
+
AboutUsApi.prototype.apiV2AboutusHospitalIdGet = function (requestParameters, options) {
|
|
430
420
|
var _this = this;
|
|
431
|
-
return (0, exports.AboutUsApiFp)(this.configuration).apiV2AboutusHospitalIdGet(hospitalId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
421
|
+
return (0, exports.AboutUsApiFp)(this.configuration).apiV2AboutusHospitalIdGet(requestParameters.hospitalId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
432
422
|
};
|
|
433
423
|
/**
|
|
434
424
|
*
|
|
435
425
|
* @summary
|
|
436
|
-
* @param {
|
|
437
|
-
* @param {string} [languageCode]
|
|
438
|
-
* @param {boolean} [returnDefaultValue]
|
|
426
|
+
* @param {AboutUsApiApiV2AboutusSlugGetRequest} requestParameters Request parameters.
|
|
439
427
|
* @param {*} [options] Override http request option.
|
|
440
428
|
* @throws {RequiredError}
|
|
441
429
|
* @memberof AboutUsApi
|
|
442
430
|
*/
|
|
443
|
-
AboutUsApi.prototype.apiV2AboutusSlugGet = function (
|
|
431
|
+
AboutUsApi.prototype.apiV2AboutusSlugGet = function (requestParameters, options) {
|
|
444
432
|
var _this = this;
|
|
445
|
-
return (0, exports.AboutUsApiFp)(this.configuration).apiV2AboutusSlugGet(slug, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
433
|
+
return (0, exports.AboutUsApiFp)(this.configuration).apiV2AboutusSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
446
434
|
};
|
|
447
435
|
return AboutUsApi;
|
|
448
436
|
}(base_1.BaseAPI));
|
|
@@ -95,6 +95,62 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
|
|
|
95
95
|
*/
|
|
96
96
|
apiV2AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AccreditationsModel>;
|
|
97
97
|
};
|
|
98
|
+
/**
|
|
99
|
+
* Request parameters for apiV2AccreditationsAccreditationIdGet operation in AccreditationsApi.
|
|
100
|
+
* @export
|
|
101
|
+
* @interface AccreditationsApiApiV2AccreditationsAccreditationIdGetRequest
|
|
102
|
+
*/
|
|
103
|
+
export interface AccreditationsApiApiV2AccreditationsAccreditationIdGetRequest {
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof AccreditationsApiApiV2AccreditationsAccreditationIdGet
|
|
108
|
+
*/
|
|
109
|
+
readonly accreditationId: string;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Request parameters for apiV2AccreditationsGet operation in AccreditationsApi.
|
|
113
|
+
* @export
|
|
114
|
+
* @interface AccreditationsApiApiV2AccreditationsGetRequest
|
|
115
|
+
*/
|
|
116
|
+
export interface AccreditationsApiApiV2AccreditationsGetRequest {
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @type {string}
|
|
120
|
+
* @memberof AccreditationsApiApiV2AccreditationsGet
|
|
121
|
+
*/
|
|
122
|
+
readonly name?: string;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @type {string}
|
|
126
|
+
* @memberof AccreditationsApiApiV2AccreditationsGet
|
|
127
|
+
*/
|
|
128
|
+
readonly logo?: string;
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @type {string}
|
|
132
|
+
* @memberof AccreditationsApiApiV2AccreditationsGet
|
|
133
|
+
*/
|
|
134
|
+
readonly country?: string;
|
|
135
|
+
/**
|
|
136
|
+
*
|
|
137
|
+
* @type {number}
|
|
138
|
+
* @memberof AccreditationsApiApiV2AccreditationsGet
|
|
139
|
+
*/
|
|
140
|
+
readonly page?: number;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @type {number}
|
|
144
|
+
* @memberof AccreditationsApiApiV2AccreditationsGet
|
|
145
|
+
*/
|
|
146
|
+
readonly limit?: number;
|
|
147
|
+
/**
|
|
148
|
+
*
|
|
149
|
+
* @type {Date}
|
|
150
|
+
* @memberof AccreditationsApiApiV2AccreditationsGet
|
|
151
|
+
*/
|
|
152
|
+
readonly lastRetrieved?: Date;
|
|
153
|
+
}
|
|
98
154
|
/**
|
|
99
155
|
* AccreditationsApi - object-oriented interface
|
|
100
156
|
* @export
|
|
@@ -105,25 +161,20 @@ export declare class AccreditationsApi extends BaseAPI {
|
|
|
105
161
|
/**
|
|
106
162
|
*
|
|
107
163
|
* @summary Get Accreditation.
|
|
108
|
-
* @param {
|
|
164
|
+
* @param {AccreditationsApiApiV2AccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
|
|
109
165
|
* @param {*} [options] Override http request option.
|
|
110
166
|
* @throws {RequiredError}
|
|
111
167
|
* @memberof AccreditationsApi
|
|
112
168
|
*/
|
|
113
|
-
apiV2AccreditationsAccreditationIdGet(
|
|
169
|
+
apiV2AccreditationsAccreditationIdGet(requestParameters: AccreditationsApiApiV2AccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
|
|
114
170
|
/**
|
|
115
171
|
*
|
|
116
172
|
* @summary Get all Accreditations.
|
|
117
|
-
* @param {
|
|
118
|
-
* @param {string} [logo]
|
|
119
|
-
* @param {string} [country]
|
|
120
|
-
* @param {number} [page]
|
|
121
|
-
* @param {number} [limit]
|
|
122
|
-
* @param {Date} [lastRetrieved]
|
|
173
|
+
* @param {AccreditationsApiApiV2AccreditationsGetRequest} requestParameters Request parameters.
|
|
123
174
|
* @param {*} [options] Override http request option.
|
|
124
175
|
* @throws {RequiredError}
|
|
125
176
|
* @memberof AccreditationsApi
|
|
126
177
|
*/
|
|
127
|
-
apiV2AccreditationsGet(
|
|
178
|
+
apiV2AccreditationsGet(requestParameters?: AccreditationsApiApiV2AccreditationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationsModel, any>>;
|
|
128
179
|
}
|
|
129
180
|
//# sourceMappingURL=accreditations-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAChD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,mBAA6B,aAAa;IAEjF;;;;;;OAMG;6DAC4D,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA2B9H;;;;;;;;;;;OAWG;oCACmC,MAAM,SAAS,MAAM,YAAY,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAmDlM,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,mBAA4B,aAAa;IAGjE;;;;;;OAMG;2DAC0D,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,kBAAkB,CAAC;IAI1L;;;;;;;;;;;OAWG;kCACiC,MAAM,SAAS,MAAM,YAAY,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,mBAAmB,CAAC;CAK/P,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAGjH;;;;;;OAMG;2DACoD,MAAM,YAAY,GAAG,GAAG,aAAa,kBAAkB,CAAC;IAG/G;;;;;;;;;;;OAWG;kCAC2B,MAAM,SAAS,MAAM,YAAY,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,GAAG,GAAG,aAAa,mBAAmB,CAAC;CAIpL,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAChD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,mBAA6B,aAAa;IAEjF;;;;;;OAMG;6DAC4D,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA2B9H;;;;;;;;;;;OAWG;oCACmC,MAAM,SAAS,MAAM,YAAY,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAmDlM,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,mBAA4B,aAAa;IAGjE;;;;;;OAMG;2DAC0D,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,kBAAkB,CAAC;IAI1L;;;;;;;;;;;OAWG;kCACiC,MAAM,SAAS,MAAM,YAAY,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,mBAAmB,CAAC;CAK/P,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAGjH;;;;;;OAMG;2DACoD,MAAM,YAAY,GAAG,GAAG,aAAa,kBAAkB,CAAC;IAG/G;;;;;;;;;;;OAWG;kCAC2B,MAAM,SAAS,MAAM,YAAY,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,GAAG,GAAG,aAAa,mBAAmB,CAAC;CAIpL,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,6DAA6D;IAC1E;;;;OAIG;IACH,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAA;CACnC;AAED;;;;GAIG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,IAAI,CAAA;CAChC;AAED;;;;;GAKG;AACH,qBAAa,iBAAkB,SAAQ,OAAO;IAC1C;;;;;;;OAOG;IACI,qCAAqC,CAAC,iBAAiB,EAAE,6DAA6D,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAI3J;;;;;;;OAOG;IACI,sBAAsB,CAAC,iBAAiB,GAAE,8CAAmD,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAGrI"}
|
|
@@ -287,31 +287,27 @@ var AccreditationsApi = /** @class */ (function (_super) {
|
|
|
287
287
|
/**
|
|
288
288
|
*
|
|
289
289
|
* @summary Get Accreditation.
|
|
290
|
-
* @param {
|
|
290
|
+
* @param {AccreditationsApiApiV2AccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
|
|
291
291
|
* @param {*} [options] Override http request option.
|
|
292
292
|
* @throws {RequiredError}
|
|
293
293
|
* @memberof AccreditationsApi
|
|
294
294
|
*/
|
|
295
|
-
AccreditationsApi.prototype.apiV2AccreditationsAccreditationIdGet = function (
|
|
295
|
+
AccreditationsApi.prototype.apiV2AccreditationsAccreditationIdGet = function (requestParameters, options) {
|
|
296
296
|
var _this = this;
|
|
297
|
-
return (0, exports.AccreditationsApiFp)(this.configuration).apiV2AccreditationsAccreditationIdGet(accreditationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
297
|
+
return (0, exports.AccreditationsApiFp)(this.configuration).apiV2AccreditationsAccreditationIdGet(requestParameters.accreditationId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
298
298
|
};
|
|
299
299
|
/**
|
|
300
300
|
*
|
|
301
301
|
* @summary Get all Accreditations.
|
|
302
|
-
* @param {
|
|
303
|
-
* @param {string} [logo]
|
|
304
|
-
* @param {string} [country]
|
|
305
|
-
* @param {number} [page]
|
|
306
|
-
* @param {number} [limit]
|
|
307
|
-
* @param {Date} [lastRetrieved]
|
|
302
|
+
* @param {AccreditationsApiApiV2AccreditationsGetRequest} requestParameters Request parameters.
|
|
308
303
|
* @param {*} [options] Override http request option.
|
|
309
304
|
* @throws {RequiredError}
|
|
310
305
|
* @memberof AccreditationsApi
|
|
311
306
|
*/
|
|
312
|
-
AccreditationsApi.prototype.apiV2AccreditationsGet = function (
|
|
307
|
+
AccreditationsApi.prototype.apiV2AccreditationsGet = function (requestParameters, options) {
|
|
313
308
|
var _this = this;
|
|
314
|
-
|
|
309
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
310
|
+
return (0, exports.AccreditationsApiFp)(this.configuration).apiV2AccreditationsGet(requestParameters.name, requestParameters.logo, requestParameters.country, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
315
311
|
};
|
|
316
312
|
return AccreditationsApi;
|
|
317
313
|
}(base_1.BaseAPI));
|
|
@@ -53,6 +53,19 @@ export declare const AppVersionApiFactory: (configuration?: Configuration, baseP
|
|
|
53
53
|
*/
|
|
54
54
|
apiV2AppversionPlatformGet(platform: Platform, options?: any): AxiosPromise<AppVersionModel>;
|
|
55
55
|
};
|
|
56
|
+
/**
|
|
57
|
+
* Request parameters for apiV2AppversionPlatformGet operation in AppVersionApi.
|
|
58
|
+
* @export
|
|
59
|
+
* @interface AppVersionApiApiV2AppversionPlatformGetRequest
|
|
60
|
+
*/
|
|
61
|
+
export interface AppVersionApiApiV2AppversionPlatformGetRequest {
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {Platform}
|
|
65
|
+
* @memberof AppVersionApiApiV2AppversionPlatformGet
|
|
66
|
+
*/
|
|
67
|
+
readonly platform: Platform;
|
|
68
|
+
}
|
|
56
69
|
/**
|
|
57
70
|
* AppVersionApi - object-oriented interface
|
|
58
71
|
* @export
|
|
@@ -62,11 +75,11 @@ export declare const AppVersionApiFactory: (configuration?: Configuration, baseP
|
|
|
62
75
|
export declare class AppVersionApi extends BaseAPI {
|
|
63
76
|
/**
|
|
64
77
|
*
|
|
65
|
-
* @param {
|
|
78
|
+
* @param {AppVersionApiApiV2AppversionPlatformGetRequest} requestParameters Request parameters.
|
|
66
79
|
* @param {*} [options] Override http request option.
|
|
67
80
|
* @throws {RequiredError}
|
|
68
81
|
* @memberof AppVersionApi
|
|
69
82
|
*/
|
|
70
|
-
apiV2AppversionPlatformGet(
|
|
83
|
+
apiV2AppversionPlatformGet(requestParameters: AppVersionApiApiV2AppversionPlatformGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppVersionModel, any>>;
|
|
71
84
|
}
|
|
72
85
|
//# sourceMappingURL=app-version-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-version-api.d.ts","sourceRoot":"","sources":["../../src/api/app-version-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AACrC;;;GAGG;AACH,eAAO,MAAM,8BAA8B,mBAA6B,aAAa;IAE7E;;;;;OAKG;2CAC0C,QAAQ,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CA4BrH,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,mBAA4B,aAAa;IAG7D;;;;;OAKG;yCACwC,QAAQ,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,eAAe,CAAC;CAK9K,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG7G;;;;;OAKG;yCACkC,QAAQ,YAAY,GAAG,GAAG,aAAa,eAAe,CAAC;CAInG,CAAC;AAEF;;;;;GAKG;AACH,qBAAa,aAAc,SAAQ,OAAO;IACtC;;;;;;OAMG;IACI,0BAA0B,CAAC,
|
|
1
|
+
{"version":3,"file":"app-version-api.d.ts","sourceRoot":"","sources":["../../src/api/app-version-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AACrC;;;GAGG;AACH,eAAO,MAAM,8BAA8B,mBAA6B,aAAa;IAE7E;;;;;OAKG;2CAC0C,QAAQ,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CA4BrH,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,mBAA4B,aAAa;IAG7D;;;;;OAKG;yCACwC,QAAQ,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,eAAe,CAAC;CAK9K,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG7G;;;;;OAKG;yCACkC,QAAQ,YAAY,GAAG,GAAG,aAAa,eAAe,CAAC;CAInG,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAA;CAC9B;AAED;;;;;GAKG;AACH,qBAAa,aAAc,SAAQ,OAAO;IACtC;;;;;;OAMG;IACI,0BAA0B,CAAC,iBAAiB,EAAE,8CAA8C,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAGpI"}
|
|
@@ -188,14 +188,14 @@ var AppVersionApi = /** @class */ (function (_super) {
|
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
190
|
*
|
|
191
|
-
* @param {
|
|
191
|
+
* @param {AppVersionApiApiV2AppversionPlatformGetRequest} requestParameters Request parameters.
|
|
192
192
|
* @param {*} [options] Override http request option.
|
|
193
193
|
* @throws {RequiredError}
|
|
194
194
|
* @memberof AppVersionApi
|
|
195
195
|
*/
|
|
196
|
-
AppVersionApi.prototype.apiV2AppversionPlatformGet = function (
|
|
196
|
+
AppVersionApi.prototype.apiV2AppversionPlatformGet = function (requestParameters, options) {
|
|
197
197
|
var _this = this;
|
|
198
|
-
return (0, exports.AppVersionApiFp)(this.configuration).apiV2AppversionPlatformGet(platform, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
198
|
+
return (0, exports.AppVersionApiFp)(this.configuration).apiV2AppversionPlatformGet(requestParameters.platform, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
199
199
|
};
|
|
200
200
|
return AppVersionApi;
|
|
201
201
|
}(base_1.BaseAPI));
|