ch-api-client-typescript2 4.9.7 → 4.9.9
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
|
@@ -289,6 +289,300 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
289
289
|
*/
|
|
290
290
|
apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
|
|
291
291
|
};
|
|
292
|
+
/**
|
|
293
|
+
* Request parameters for apiV2SpecialtytypesGet operation in SpecialtyTypesApi.
|
|
294
|
+
* @export
|
|
295
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest
|
|
296
|
+
*/
|
|
297
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesGetRequest {
|
|
298
|
+
/**
|
|
299
|
+
*
|
|
300
|
+
* @type {string}
|
|
301
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
302
|
+
*/
|
|
303
|
+
readonly id?: string;
|
|
304
|
+
/**
|
|
305
|
+
*
|
|
306
|
+
* @type {string}
|
|
307
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
308
|
+
*/
|
|
309
|
+
readonly name?: string;
|
|
310
|
+
/**
|
|
311
|
+
*
|
|
312
|
+
* @type {string}
|
|
313
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
314
|
+
*/
|
|
315
|
+
readonly description?: string;
|
|
316
|
+
/**
|
|
317
|
+
*
|
|
318
|
+
* @type {MarketingType}
|
|
319
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
320
|
+
*/
|
|
321
|
+
readonly marketingType?: MarketingType;
|
|
322
|
+
/**
|
|
323
|
+
*
|
|
324
|
+
* @type {string}
|
|
325
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
326
|
+
*/
|
|
327
|
+
readonly hospitalId?: string;
|
|
328
|
+
/**
|
|
329
|
+
*
|
|
330
|
+
* @type {Date}
|
|
331
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
332
|
+
*/
|
|
333
|
+
readonly created?: Date;
|
|
334
|
+
/**
|
|
335
|
+
*
|
|
336
|
+
* @type {Array<string>}
|
|
337
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
338
|
+
*/
|
|
339
|
+
readonly ids?: Array<string>;
|
|
340
|
+
/**
|
|
341
|
+
*
|
|
342
|
+
* @type {string}
|
|
343
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
344
|
+
*/
|
|
345
|
+
readonly specialtyTypeCategoryId?: string;
|
|
346
|
+
/**
|
|
347
|
+
*
|
|
348
|
+
* @type {string}
|
|
349
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
350
|
+
*/
|
|
351
|
+
readonly languageCode?: string;
|
|
352
|
+
/**
|
|
353
|
+
*
|
|
354
|
+
* @type {boolean}
|
|
355
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
356
|
+
*/
|
|
357
|
+
readonly showHidden?: boolean;
|
|
358
|
+
/**
|
|
359
|
+
*
|
|
360
|
+
* @type {boolean}
|
|
361
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
362
|
+
*/
|
|
363
|
+
readonly returnDefaultValue?: boolean;
|
|
364
|
+
/**
|
|
365
|
+
*
|
|
366
|
+
* @type {number}
|
|
367
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
368
|
+
*/
|
|
369
|
+
readonly page?: number;
|
|
370
|
+
/**
|
|
371
|
+
*
|
|
372
|
+
* @type {number}
|
|
373
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
374
|
+
*/
|
|
375
|
+
readonly limit?: number;
|
|
376
|
+
/**
|
|
377
|
+
*
|
|
378
|
+
* @type {Date}
|
|
379
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesGet
|
|
380
|
+
*/
|
|
381
|
+
readonly lastRetrieved?: Date;
|
|
382
|
+
}
|
|
383
|
+
/**
|
|
384
|
+
* Request parameters for apiV2SpecialtytypesSimpleGet operation in SpecialtyTypesApi.
|
|
385
|
+
* @export
|
|
386
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest
|
|
387
|
+
*/
|
|
388
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest {
|
|
389
|
+
/**
|
|
390
|
+
*
|
|
391
|
+
* @type {string}
|
|
392
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
393
|
+
*/
|
|
394
|
+
readonly id?: string;
|
|
395
|
+
/**
|
|
396
|
+
*
|
|
397
|
+
* @type {string}
|
|
398
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
399
|
+
*/
|
|
400
|
+
readonly name?: string;
|
|
401
|
+
/**
|
|
402
|
+
*
|
|
403
|
+
* @type {string}
|
|
404
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
405
|
+
*/
|
|
406
|
+
readonly description?: string;
|
|
407
|
+
/**
|
|
408
|
+
*
|
|
409
|
+
* @type {MarketingType}
|
|
410
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
411
|
+
*/
|
|
412
|
+
readonly marketingType?: MarketingType;
|
|
413
|
+
/**
|
|
414
|
+
*
|
|
415
|
+
* @type {string}
|
|
416
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
417
|
+
*/
|
|
418
|
+
readonly hospitalId?: string;
|
|
419
|
+
/**
|
|
420
|
+
*
|
|
421
|
+
* @type {Date}
|
|
422
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
423
|
+
*/
|
|
424
|
+
readonly created?: Date;
|
|
425
|
+
/**
|
|
426
|
+
*
|
|
427
|
+
* @type {Array<string>}
|
|
428
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
429
|
+
*/
|
|
430
|
+
readonly ids?: Array<string>;
|
|
431
|
+
/**
|
|
432
|
+
*
|
|
433
|
+
* @type {string}
|
|
434
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
435
|
+
*/
|
|
436
|
+
readonly specialtyTypeCategoryId?: string;
|
|
437
|
+
/**
|
|
438
|
+
*
|
|
439
|
+
* @type {string}
|
|
440
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
441
|
+
*/
|
|
442
|
+
readonly languageCode?: string;
|
|
443
|
+
/**
|
|
444
|
+
*
|
|
445
|
+
* @type {boolean}
|
|
446
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
447
|
+
*/
|
|
448
|
+
readonly showHidden?: boolean;
|
|
449
|
+
/**
|
|
450
|
+
*
|
|
451
|
+
* @type {boolean}
|
|
452
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
453
|
+
*/
|
|
454
|
+
readonly returnDefaultValue?: boolean;
|
|
455
|
+
/**
|
|
456
|
+
*
|
|
457
|
+
* @type {number}
|
|
458
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
459
|
+
*/
|
|
460
|
+
readonly page?: number;
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @type {number}
|
|
464
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
465
|
+
*/
|
|
466
|
+
readonly limit?: number;
|
|
467
|
+
/**
|
|
468
|
+
*
|
|
469
|
+
* @type {Date}
|
|
470
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSimpleGet
|
|
471
|
+
*/
|
|
472
|
+
readonly lastRetrieved?: Date;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* Request parameters for apiV2SpecialtytypesSlugGet operation in SpecialtyTypesApi.
|
|
476
|
+
* @export
|
|
477
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest
|
|
478
|
+
*/
|
|
479
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest {
|
|
480
|
+
/**
|
|
481
|
+
*
|
|
482
|
+
* @type {string}
|
|
483
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
484
|
+
*/
|
|
485
|
+
readonly slug: string;
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @type {string}
|
|
489
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
490
|
+
*/
|
|
491
|
+
readonly languageCode?: string;
|
|
492
|
+
/**
|
|
493
|
+
*
|
|
494
|
+
* @type {boolean}
|
|
495
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
496
|
+
*/
|
|
497
|
+
readonly returnDefaultValue?: boolean;
|
|
498
|
+
}
|
|
499
|
+
/**
|
|
500
|
+
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdGet operation in SpecialtyTypesApi.
|
|
501
|
+
* @export
|
|
502
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest
|
|
503
|
+
*/
|
|
504
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest {
|
|
505
|
+
/**
|
|
506
|
+
*
|
|
507
|
+
* @type {string}
|
|
508
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
509
|
+
*/
|
|
510
|
+
readonly specialtyTypeId: string;
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
* @type {string}
|
|
514
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
515
|
+
*/
|
|
516
|
+
readonly languageCode?: string;
|
|
517
|
+
/**
|
|
518
|
+
*
|
|
519
|
+
* @type {boolean}
|
|
520
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
521
|
+
*/
|
|
522
|
+
readonly returnDefaultValue?: boolean;
|
|
523
|
+
}
|
|
524
|
+
/**
|
|
525
|
+
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdMediasGet operation in SpecialtyTypesApi.
|
|
526
|
+
* @export
|
|
527
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest
|
|
528
|
+
*/
|
|
529
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest {
|
|
530
|
+
/**
|
|
531
|
+
*
|
|
532
|
+
* @type {string}
|
|
533
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
534
|
+
*/
|
|
535
|
+
readonly specialtyTypeId: string;
|
|
536
|
+
/**
|
|
537
|
+
*
|
|
538
|
+
* @type {string}
|
|
539
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
540
|
+
*/
|
|
541
|
+
readonly id?: string;
|
|
542
|
+
/**
|
|
543
|
+
*
|
|
544
|
+
* @type {MediaType}
|
|
545
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
546
|
+
*/
|
|
547
|
+
readonly mediaType?: MediaType;
|
|
548
|
+
/**
|
|
549
|
+
*
|
|
550
|
+
* @type {number}
|
|
551
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
552
|
+
*/
|
|
553
|
+
readonly page?: number;
|
|
554
|
+
/**
|
|
555
|
+
*
|
|
556
|
+
* @type {number}
|
|
557
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
558
|
+
*/
|
|
559
|
+
readonly limit?: number;
|
|
560
|
+
/**
|
|
561
|
+
*
|
|
562
|
+
* @type {Date}
|
|
563
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGet
|
|
564
|
+
*/
|
|
565
|
+
readonly lastRetrieved?: Date;
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* Request parameters for apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet operation in SpecialtyTypesApi.
|
|
569
|
+
* @export
|
|
570
|
+
* @interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest
|
|
571
|
+
*/
|
|
572
|
+
export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest {
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
* @type {string}
|
|
576
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
577
|
+
*/
|
|
578
|
+
readonly specialtyTypeId: string;
|
|
579
|
+
/**
|
|
580
|
+
*
|
|
581
|
+
* @type {string}
|
|
582
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
|
|
583
|
+
*/
|
|
584
|
+
readonly mediaId: string;
|
|
585
|
+
}
|
|
292
586
|
/**
|
|
293
587
|
* SpecialtyTypesApi - object-oriented interface
|
|
294
588
|
* @export
|
|
@@ -299,92 +593,56 @@ export declare class SpecialtyTypesApi extends BaseAPI {
|
|
|
299
593
|
/**
|
|
300
594
|
*
|
|
301
595
|
* @summary Get all Departments.
|
|
302
|
-
* @param {
|
|
303
|
-
* @param {string} [name]
|
|
304
|
-
* @param {string} [description]
|
|
305
|
-
* @param {MarketingType} [marketingType]
|
|
306
|
-
* @param {string} [hospitalId]
|
|
307
|
-
* @param {Date} [created]
|
|
308
|
-
* @param {Array<string>} [ids]
|
|
309
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
310
|
-
* @param {string} [languageCode]
|
|
311
|
-
* @param {boolean} [showHidden]
|
|
312
|
-
* @param {boolean} [returnDefaultValue]
|
|
313
|
-
* @param {number} [page]
|
|
314
|
-
* @param {number} [limit]
|
|
315
|
-
* @param {Date} [lastRetrieved]
|
|
596
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesGetRequest} requestParameters Request parameters.
|
|
316
597
|
* @param {*} [options] Override http request option.
|
|
317
598
|
* @throws {RequiredError}
|
|
318
599
|
* @memberof SpecialtyTypesApi
|
|
319
600
|
*/
|
|
320
|
-
apiV2SpecialtytypesGet(
|
|
601
|
+
apiV2SpecialtytypesGet(requestParameters?: SpecialtyTypesApiApiV2SpecialtytypesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesModel, any>>;
|
|
321
602
|
/**
|
|
322
603
|
*
|
|
323
604
|
* @summary Get all Hospitals.
|
|
324
|
-
* @param {
|
|
325
|
-
* @param {string} [name]
|
|
326
|
-
* @param {string} [description]
|
|
327
|
-
* @param {MarketingType} [marketingType]
|
|
328
|
-
* @param {string} [hospitalId]
|
|
329
|
-
* @param {Date} [created]
|
|
330
|
-
* @param {Array<string>} [ids]
|
|
331
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
332
|
-
* @param {string} [languageCode]
|
|
333
|
-
* @param {boolean} [showHidden]
|
|
334
|
-
* @param {boolean} [returnDefaultValue]
|
|
335
|
-
* @param {number} [page]
|
|
336
|
-
* @param {number} [limit]
|
|
337
|
-
* @param {Date} [lastRetrieved]
|
|
605
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
|
|
338
606
|
* @param {*} [options] Override http request option.
|
|
339
607
|
* @throws {RequiredError}
|
|
340
608
|
* @memberof SpecialtyTypesApi
|
|
341
609
|
*/
|
|
342
|
-
apiV2SpecialtytypesSimpleGet(
|
|
610
|
+
apiV2SpecialtytypesSimpleGet(requestParameters?: SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesSimpleModel, any>>;
|
|
343
611
|
/**
|
|
344
612
|
*
|
|
345
613
|
* @summary
|
|
346
|
-
* @param {
|
|
347
|
-
* @param {string} [languageCode]
|
|
348
|
-
* @param {boolean} [returnDefaultValue]
|
|
614
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest} requestParameters Request parameters.
|
|
349
615
|
* @param {*} [options] Override http request option.
|
|
350
616
|
* @throws {RequiredError}
|
|
351
617
|
* @memberof SpecialtyTypesApi
|
|
352
618
|
*/
|
|
353
|
-
apiV2SpecialtytypesSlugGet(
|
|
619
|
+
apiV2SpecialtytypesSlugGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel, any>>;
|
|
354
620
|
/**
|
|
355
621
|
*
|
|
356
622
|
* @summary
|
|
357
|
-
* @param {
|
|
358
|
-
* @param {string} [languageCode]
|
|
359
|
-
* @param {boolean} [returnDefaultValue]
|
|
623
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
|
|
360
624
|
* @param {*} [options] Override http request option.
|
|
361
625
|
* @throws {RequiredError}
|
|
362
626
|
* @memberof SpecialtyTypesApi
|
|
363
627
|
*/
|
|
364
|
-
apiV2SpecialtytypesSpecialtyTypeIdGet(
|
|
628
|
+
apiV2SpecialtytypesSpecialtyTypeIdGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel, any>>;
|
|
365
629
|
/**
|
|
366
630
|
*
|
|
367
631
|
* @summary Get all SpecialtyTypeMedias.
|
|
368
|
-
* @param {
|
|
369
|
-
* @param {string} [id]
|
|
370
|
-
* @param {MediaType} [mediaType]
|
|
371
|
-
* @param {number} [page]
|
|
372
|
-
* @param {number} [limit]
|
|
373
|
-
* @param {Date} [lastRetrieved]
|
|
632
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
|
|
374
633
|
* @param {*} [options] Override http request option.
|
|
375
634
|
* @throws {RequiredError}
|
|
376
635
|
* @memberof SpecialtyTypesApi
|
|
377
636
|
*/
|
|
378
|
-
apiV2SpecialtytypesSpecialtyTypeIdMediasGet(
|
|
637
|
+
apiV2SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
379
638
|
/**
|
|
380
639
|
*
|
|
381
640
|
* @summary Get SpecialtyTypeMedia.
|
|
382
|
-
* @param {
|
|
383
|
-
* @param {string} mediaId
|
|
641
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
384
642
|
* @param {*} [options] Override http request option.
|
|
385
643
|
* @throws {RequiredError}
|
|
386
644
|
* @memberof SpecialtyTypesApi
|
|
387
645
|
*/
|
|
388
|
-
apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(
|
|
646
|
+
apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
389
647
|
}
|
|
390
648
|
//# sourceMappingURL=specialty-types-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"specialty-types-api.d.ts","sourceRoot":"","sources":["../../src/api/specialty-types-api.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"specialty-types-api.d.ts","sourceRoot":"","sources":["../../src/api/specialty-types-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -733,110 +733,76 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
|
|
|
733
733
|
/**
|
|
734
734
|
*
|
|
735
735
|
* @summary Get all Departments.
|
|
736
|
-
* @param {
|
|
737
|
-
* @param {string} [name]
|
|
738
|
-
* @param {string} [description]
|
|
739
|
-
* @param {MarketingType} [marketingType]
|
|
740
|
-
* @param {string} [hospitalId]
|
|
741
|
-
* @param {Date} [created]
|
|
742
|
-
* @param {Array<string>} [ids]
|
|
743
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
744
|
-
* @param {string} [languageCode]
|
|
745
|
-
* @param {boolean} [showHidden]
|
|
746
|
-
* @param {boolean} [returnDefaultValue]
|
|
747
|
-
* @param {number} [page]
|
|
748
|
-
* @param {number} [limit]
|
|
749
|
-
* @param {Date} [lastRetrieved]
|
|
736
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesGetRequest} requestParameters Request parameters.
|
|
750
737
|
* @param {*} [options] Override http request option.
|
|
751
738
|
* @throws {RequiredError}
|
|
752
739
|
* @memberof SpecialtyTypesApi
|
|
753
740
|
*/
|
|
754
|
-
SpecialtyTypesApi.prototype.apiV2SpecialtytypesGet = function (
|
|
741
|
+
SpecialtyTypesApi.prototype.apiV2SpecialtytypesGet = function (requestParameters, options) {
|
|
755
742
|
var _this = this;
|
|
756
|
-
|
|
743
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
744
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
757
745
|
};
|
|
758
746
|
/**
|
|
759
747
|
*
|
|
760
748
|
* @summary Get all Hospitals.
|
|
761
|
-
* @param {
|
|
762
|
-
* @param {string} [name]
|
|
763
|
-
* @param {string} [description]
|
|
764
|
-
* @param {MarketingType} [marketingType]
|
|
765
|
-
* @param {string} [hospitalId]
|
|
766
|
-
* @param {Date} [created]
|
|
767
|
-
* @param {Array<string>} [ids]
|
|
768
|
-
* @param {string} [specialtyTypeCategoryId]
|
|
769
|
-
* @param {string} [languageCode]
|
|
770
|
-
* @param {boolean} [showHidden]
|
|
771
|
-
* @param {boolean} [returnDefaultValue]
|
|
772
|
-
* @param {number} [page]
|
|
773
|
-
* @param {number} [limit]
|
|
774
|
-
* @param {Date} [lastRetrieved]
|
|
749
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
|
|
775
750
|
* @param {*} [options] Override http request option.
|
|
776
751
|
* @throws {RequiredError}
|
|
777
752
|
* @memberof SpecialtyTypesApi
|
|
778
753
|
*/
|
|
779
|
-
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSimpleGet = function (
|
|
754
|
+
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSimpleGet = function (requestParameters, options) {
|
|
780
755
|
var _this = this;
|
|
781
|
-
|
|
756
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
757
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSimpleGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
782
758
|
};
|
|
783
759
|
/**
|
|
784
760
|
*
|
|
785
761
|
* @summary
|
|
786
|
-
* @param {
|
|
787
|
-
* @param {string} [languageCode]
|
|
788
|
-
* @param {boolean} [returnDefaultValue]
|
|
762
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest} requestParameters Request parameters.
|
|
789
763
|
* @param {*} [options] Override http request option.
|
|
790
764
|
* @throws {RequiredError}
|
|
791
765
|
* @memberof SpecialtyTypesApi
|
|
792
766
|
*/
|
|
793
|
-
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSlugGet = function (
|
|
767
|
+
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSlugGet = function (requestParameters, options) {
|
|
794
768
|
var _this = this;
|
|
795
|
-
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
769
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
796
770
|
};
|
|
797
771
|
/**
|
|
798
772
|
*
|
|
799
773
|
* @summary
|
|
800
|
-
* @param {
|
|
801
|
-
* @param {string} [languageCode]
|
|
802
|
-
* @param {boolean} [returnDefaultValue]
|
|
774
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
|
|
803
775
|
* @param {*} [options] Override http request option.
|
|
804
776
|
* @throws {RequiredError}
|
|
805
777
|
* @memberof SpecialtyTypesApi
|
|
806
778
|
*/
|
|
807
|
-
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSpecialtyTypeIdGet = function (
|
|
779
|
+
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSpecialtyTypeIdGet = function (requestParameters, options) {
|
|
808
780
|
var _this = this;
|
|
809
|
-
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
781
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdGet(requestParameters.specialtyTypeId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
810
782
|
};
|
|
811
783
|
/**
|
|
812
784
|
*
|
|
813
785
|
* @summary Get all SpecialtyTypeMedias.
|
|
814
|
-
* @param {
|
|
815
|
-
* @param {string} [id]
|
|
816
|
-
* @param {MediaType} [mediaType]
|
|
817
|
-
* @param {number} [page]
|
|
818
|
-
* @param {number} [limit]
|
|
819
|
-
* @param {Date} [lastRetrieved]
|
|
786
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
|
|
820
787
|
* @param {*} [options] Override http request option.
|
|
821
788
|
* @throws {RequiredError}
|
|
822
789
|
* @memberof SpecialtyTypesApi
|
|
823
790
|
*/
|
|
824
|
-
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSpecialtyTypeIdMediasGet = function (
|
|
791
|
+
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSpecialtyTypeIdMediasGet = function (requestParameters, options) {
|
|
825
792
|
var _this = this;
|
|
826
|
-
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
793
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters.specialtyTypeId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
827
794
|
};
|
|
828
795
|
/**
|
|
829
796
|
*
|
|
830
797
|
* @summary Get SpecialtyTypeMedia.
|
|
831
|
-
* @param {
|
|
832
|
-
* @param {string} mediaId
|
|
798
|
+
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
833
799
|
* @param {*} [options] Override http request option.
|
|
834
800
|
* @throws {RequiredError}
|
|
835
801
|
* @memberof SpecialtyTypesApi
|
|
836
802
|
*/
|
|
837
|
-
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet = function (
|
|
803
|
+
SpecialtyTypesApi.prototype.apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet = function (requestParameters, options) {
|
|
838
804
|
var _this = this;
|
|
839
|
-
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
805
|
+
return (0, exports.SpecialtyTypesApiFp)(this.configuration).apiV2SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters.specialtyTypeId, requestParameters.mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
840
806
|
};
|
|
841
807
|
return SpecialtyTypesApi;
|
|
842
808
|
}(base_1.BaseAPI));
|
|
@@ -58,6 +58,25 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
58
58
|
*/
|
|
59
59
|
apiV2SurveyformsSurveyFormIdGet(surveyFormId: string, languageCode?: string, options?: any): AxiosPromise<SurveyFormModel>;
|
|
60
60
|
};
|
|
61
|
+
/**
|
|
62
|
+
* Request parameters for apiV2SurveyformsSurveyFormIdGet operation in SurveyFormsApi.
|
|
63
|
+
* @export
|
|
64
|
+
* @interface SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest
|
|
65
|
+
*/
|
|
66
|
+
export interface SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest {
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof SurveyFormsApiApiV2SurveyformsSurveyFormIdGet
|
|
71
|
+
*/
|
|
72
|
+
readonly surveyFormId: string;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof SurveyFormsApiApiV2SurveyformsSurveyFormIdGet
|
|
77
|
+
*/
|
|
78
|
+
readonly languageCode?: string;
|
|
79
|
+
}
|
|
61
80
|
/**
|
|
62
81
|
* SurveyFormsApi - object-oriented interface
|
|
63
82
|
* @export
|
|
@@ -68,12 +87,11 @@ export declare class SurveyFormsApi extends BaseAPI {
|
|
|
68
87
|
/**
|
|
69
88
|
*
|
|
70
89
|
* @summary Get survey form by id
|
|
71
|
-
* @param {
|
|
72
|
-
* @param {string} [languageCode]
|
|
90
|
+
* @param {SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest} requestParameters Request parameters.
|
|
73
91
|
* @param {*} [options] Override http request option.
|
|
74
92
|
* @throws {RequiredError}
|
|
75
93
|
* @memberof SurveyFormsApi
|
|
76
94
|
*/
|
|
77
|
-
apiV2SurveyformsSurveyFormIdGet(
|
|
95
|
+
apiV2SurveyformsSurveyFormIdGet(requestParameters: SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SurveyFormModel, any>>;
|
|
78
96
|
}
|
|
79
97
|
//# sourceMappingURL=survey-forms-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"survey-forms-api.d.ts","sourceRoot":"","sources":["../../src/api/survey-forms-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;AAC5C;;;GAGG;AACH,eAAO,MAAM,+BAA+B,mBAA6B,aAAa;IAE9E;;;;;;;OAOG;oDACmD,MAAM,iBAAiB,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAgCnJ,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mBAA4B,aAAa;IAG9D;;;;;;;OAOG;kDACiD,MAAM,iBAAiB,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,eAAe,CAAC;CAK5M,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG9G;;;;;;;OAOG;kDAC2C,MAAM,iBAAiB,MAAM,YAAY,GAAG,GAAG,aAAa,eAAe,CAAC;CAIjI,CAAC;AAEF;;;;;GAKG;AACH,qBAAa,cAAe,SAAQ,OAAO;IACvC
|
|
1
|
+
{"version":3,"file":"survey-forms-api.d.ts","sourceRoot":"","sources":["../../src/api/survey-forms-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;AAC5C;;;GAGG;AACH,eAAO,MAAM,+BAA+B,mBAA6B,aAAa;IAE9E;;;;;;;OAOG;oDACmD,MAAM,iBAAiB,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAgCnJ,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mBAA4B,aAAa;IAG9D;;;;;;;OAOG;kDACiD,MAAM,iBAAiB,MAAM,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,eAAe,CAAC;CAK5M,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG9G;;;;;;;OAOG;kDAC2C,MAAM,iBAAiB,MAAM,YAAY,GAAG,GAAG,aAAa,eAAe,CAAC;CAIjI,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,oDAAoD;IACjE;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAA;IAE7B;;;;OAIG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAA;CACjC;AAED;;;;;GAKG;AACH,qBAAa,cAAe,SAAQ,OAAO;IACvC;;;;;;;OAOG;IACI,+BAA+B,CAAC,iBAAiB,EAAE,oDAAoD,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAG/I"}
|
|
@@ -198,15 +198,14 @@ var SurveyFormsApi = /** @class */ (function (_super) {
|
|
|
198
198
|
/**
|
|
199
199
|
*
|
|
200
200
|
* @summary Get survey form by id
|
|
201
|
-
* @param {
|
|
202
|
-
* @param {string} [languageCode]
|
|
201
|
+
* @param {SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest} requestParameters Request parameters.
|
|
203
202
|
* @param {*} [options] Override http request option.
|
|
204
203
|
* @throws {RequiredError}
|
|
205
204
|
* @memberof SurveyFormsApi
|
|
206
205
|
*/
|
|
207
|
-
SurveyFormsApi.prototype.apiV2SurveyformsSurveyFormIdGet = function (
|
|
206
|
+
SurveyFormsApi.prototype.apiV2SurveyformsSurveyFormIdGet = function (requestParameters, options) {
|
|
208
207
|
var _this = this;
|
|
209
|
-
return (0, exports.SurveyFormsApiFp)(this.configuration).apiV2SurveyformsSurveyFormIdGet(surveyFormId, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
208
|
+
return (0, exports.SurveyFormsApiFp)(this.configuration).apiV2SurveyformsSurveyFormIdGet(requestParameters.surveyFormId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
210
209
|
};
|
|
211
210
|
return SurveyFormsApi;
|
|
212
211
|
}(base_1.BaseAPI));
|