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
|
@@ -504,6 +504,223 @@ export const AppointmentsApiFactory = function (configuration?: Configuration, b
|
|
|
504
504
|
};
|
|
505
505
|
};
|
|
506
506
|
|
|
507
|
+
/**
|
|
508
|
+
* Request parameters for apiV2AppointmentsAppointmentIdGet operation in AppointmentsApi.
|
|
509
|
+
* @export
|
|
510
|
+
* @interface AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest
|
|
511
|
+
*/
|
|
512
|
+
export interface AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest {
|
|
513
|
+
/**
|
|
514
|
+
*
|
|
515
|
+
* @type {string}
|
|
516
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdGet
|
|
517
|
+
*/
|
|
518
|
+
readonly appointmentId: string
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
*
|
|
522
|
+
* @type {string}
|
|
523
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdGet
|
|
524
|
+
*/
|
|
525
|
+
readonly languageCode?: string
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* Request parameters for apiV2AppointmentsAppointmentIdPayPost operation in AppointmentsApi.
|
|
530
|
+
* @export
|
|
531
|
+
* @interface AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest
|
|
532
|
+
*/
|
|
533
|
+
export interface AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest {
|
|
534
|
+
/**
|
|
535
|
+
*
|
|
536
|
+
* @type {string}
|
|
537
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdPayPost
|
|
538
|
+
*/
|
|
539
|
+
readonly appointmentId: string
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* Request parameters for apiV2AppointmentsAppointmentIdPut operation in AppointmentsApi.
|
|
544
|
+
* @export
|
|
545
|
+
* @interface AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest
|
|
546
|
+
*/
|
|
547
|
+
export interface AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest {
|
|
548
|
+
/**
|
|
549
|
+
*
|
|
550
|
+
* @type {string}
|
|
551
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdPut
|
|
552
|
+
*/
|
|
553
|
+
readonly appointmentId: string
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
*
|
|
557
|
+
* @type {UpdateAppointmentCommand}
|
|
558
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdPut
|
|
559
|
+
*/
|
|
560
|
+
readonly updateAppointmentCommand?: UpdateAppointmentCommand
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* Request parameters for apiV2AppointmentsGet operation in AppointmentsApi.
|
|
565
|
+
* @export
|
|
566
|
+
* @interface AppointmentsApiApiV2AppointmentsGetRequest
|
|
567
|
+
*/
|
|
568
|
+
export interface AppointmentsApiApiV2AppointmentsGetRequest {
|
|
569
|
+
/**
|
|
570
|
+
*
|
|
571
|
+
* @type {string}
|
|
572
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
573
|
+
*/
|
|
574
|
+
readonly hospitalId?: string
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
*
|
|
578
|
+
* @type {string}
|
|
579
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
580
|
+
*/
|
|
581
|
+
readonly hospitalName?: string
|
|
582
|
+
|
|
583
|
+
/**
|
|
584
|
+
*
|
|
585
|
+
* @type {string}
|
|
586
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
587
|
+
*/
|
|
588
|
+
readonly doctorAffiliationId?: string
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
*
|
|
592
|
+
* @type {string}
|
|
593
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
594
|
+
*/
|
|
595
|
+
readonly doctorId?: string
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
*
|
|
599
|
+
* @type {string}
|
|
600
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
601
|
+
*/
|
|
602
|
+
readonly doctorName?: string
|
|
603
|
+
|
|
604
|
+
/**
|
|
605
|
+
*
|
|
606
|
+
* @type {string}
|
|
607
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
608
|
+
*/
|
|
609
|
+
readonly dealId?: string
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
*
|
|
613
|
+
* @type {string}
|
|
614
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
615
|
+
*/
|
|
616
|
+
readonly dealName?: string
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
*
|
|
620
|
+
* @type {string}
|
|
621
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
622
|
+
*/
|
|
623
|
+
readonly dealPackageId?: string
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
*
|
|
627
|
+
* @type {string}
|
|
628
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
629
|
+
*/
|
|
630
|
+
readonly hospitalSpecialtyId?: string
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
*
|
|
634
|
+
* @type {string}
|
|
635
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
636
|
+
*/
|
|
637
|
+
readonly serviceId?: string
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
*
|
|
641
|
+
* @type {boolean}
|
|
642
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
643
|
+
*/
|
|
644
|
+
readonly isOpen?: boolean
|
|
645
|
+
|
|
646
|
+
/**
|
|
647
|
+
*
|
|
648
|
+
* @type {boolean}
|
|
649
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
650
|
+
*/
|
|
651
|
+
readonly isCompleted?: boolean
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
*
|
|
655
|
+
* @type {AppointmentStatus}
|
|
656
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
657
|
+
*/
|
|
658
|
+
readonly status?: AppointmentStatus
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
*
|
|
662
|
+
* @type {AppointmentType}
|
|
663
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
664
|
+
*/
|
|
665
|
+
readonly appointmentType?: AppointmentType
|
|
666
|
+
|
|
667
|
+
/**
|
|
668
|
+
*
|
|
669
|
+
* @type {string}
|
|
670
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
671
|
+
*/
|
|
672
|
+
readonly languageCode?: string
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
*
|
|
676
|
+
* @type {boolean}
|
|
677
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
678
|
+
*/
|
|
679
|
+
readonly isExternal?: boolean
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
*
|
|
683
|
+
* @type {number}
|
|
684
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
685
|
+
*/
|
|
686
|
+
readonly page?: number
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
*
|
|
690
|
+
* @type {number}
|
|
691
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
692
|
+
*/
|
|
693
|
+
readonly limit?: number
|
|
694
|
+
|
|
695
|
+
/**
|
|
696
|
+
*
|
|
697
|
+
* @type {Date}
|
|
698
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
699
|
+
*/
|
|
700
|
+
readonly lastRetrieved?: Date
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* Request parameters for apiV2AppointmentsRequestIdPost operation in AppointmentsApi.
|
|
705
|
+
* @export
|
|
706
|
+
* @interface AppointmentsApiApiV2AppointmentsRequestIdPostRequest
|
|
707
|
+
*/
|
|
708
|
+
export interface AppointmentsApiApiV2AppointmentsRequestIdPostRequest {
|
|
709
|
+
/**
|
|
710
|
+
*
|
|
711
|
+
* @type {string}
|
|
712
|
+
* @memberof AppointmentsApiApiV2AppointmentsRequestIdPost
|
|
713
|
+
*/
|
|
714
|
+
readonly requestId: string
|
|
715
|
+
|
|
716
|
+
/**
|
|
717
|
+
*
|
|
718
|
+
* @type {CreateAppointmentCommand}
|
|
719
|
+
* @memberof AppointmentsApiApiV2AppointmentsRequestIdPost
|
|
720
|
+
*/
|
|
721
|
+
readonly createAppointmentCommand?: CreateAppointmentCommand
|
|
722
|
+
}
|
|
723
|
+
|
|
507
724
|
/**
|
|
508
725
|
* AppointmentsApi - object-oriented interface
|
|
509
726
|
* @export
|
|
@@ -514,81 +731,60 @@ export class AppointmentsApi extends BaseAPI {
|
|
|
514
731
|
/**
|
|
515
732
|
*
|
|
516
733
|
* @summary Get appointment by id
|
|
517
|
-
* @param {
|
|
518
|
-
* @param {string} [languageCode]
|
|
734
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest} requestParameters Request parameters.
|
|
519
735
|
* @param {*} [options] Override http request option.
|
|
520
736
|
* @throws {RequiredError}
|
|
521
737
|
* @memberof AppointmentsApi
|
|
522
738
|
*/
|
|
523
|
-
public apiV2AppointmentsAppointmentIdGet(
|
|
524
|
-
return AppointmentsApiFp(this.configuration).apiV2AppointmentsAppointmentIdGet(appointmentId, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
739
|
+
public apiV2AppointmentsAppointmentIdGet(requestParameters: AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest, options?: AxiosRequestConfig) {
|
|
740
|
+
return AppointmentsApiFp(this.configuration).apiV2AppointmentsAppointmentIdGet(requestParameters.appointmentId, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
525
741
|
}
|
|
526
742
|
|
|
527
743
|
/**
|
|
528
744
|
*
|
|
529
745
|
* @summary Pay appointment
|
|
530
|
-
* @param {
|
|
746
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest} requestParameters Request parameters.
|
|
531
747
|
* @param {*} [options] Override http request option.
|
|
532
748
|
* @throws {RequiredError}
|
|
533
749
|
* @memberof AppointmentsApi
|
|
534
750
|
*/
|
|
535
|
-
public apiV2AppointmentsAppointmentIdPayPost(
|
|
536
|
-
return AppointmentsApiFp(this.configuration).apiV2AppointmentsAppointmentIdPayPost(appointmentId, options).then((request) => request(this.axios, this.basePath));
|
|
751
|
+
public apiV2AppointmentsAppointmentIdPayPost(requestParameters: AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest, options?: AxiosRequestConfig) {
|
|
752
|
+
return AppointmentsApiFp(this.configuration).apiV2AppointmentsAppointmentIdPayPost(requestParameters.appointmentId, options).then((request) => request(this.axios, this.basePath));
|
|
537
753
|
}
|
|
538
754
|
|
|
539
755
|
/**
|
|
540
756
|
*
|
|
541
757
|
* @summary Update appointment
|
|
542
|
-
* @param {
|
|
543
|
-
* @param {UpdateAppointmentCommand} [updateAppointmentCommand]
|
|
758
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest} requestParameters Request parameters.
|
|
544
759
|
* @param {*} [options] Override http request option.
|
|
545
760
|
* @throws {RequiredError}
|
|
546
761
|
* @memberof AppointmentsApi
|
|
547
762
|
*/
|
|
548
|
-
public apiV2AppointmentsAppointmentIdPut(
|
|
549
|
-
return AppointmentsApiFp(this.configuration).apiV2AppointmentsAppointmentIdPut(appointmentId, updateAppointmentCommand, options).then((request) => request(this.axios, this.basePath));
|
|
763
|
+
public apiV2AppointmentsAppointmentIdPut(requestParameters: AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest, options?: AxiosRequestConfig) {
|
|
764
|
+
return AppointmentsApiFp(this.configuration).apiV2AppointmentsAppointmentIdPut(requestParameters.appointmentId, requestParameters.updateAppointmentCommand, options).then((request) => request(this.axios, this.basePath));
|
|
550
765
|
}
|
|
551
766
|
|
|
552
767
|
/**
|
|
553
768
|
*
|
|
554
769
|
* @summary Get appointments
|
|
555
|
-
* @param {
|
|
556
|
-
* @param {string} [hospitalName]
|
|
557
|
-
* @param {string} [doctorAffiliationId]
|
|
558
|
-
* @param {string} [doctorId]
|
|
559
|
-
* @param {string} [doctorName]
|
|
560
|
-
* @param {string} [dealId]
|
|
561
|
-
* @param {string} [dealName]
|
|
562
|
-
* @param {string} [dealPackageId]
|
|
563
|
-
* @param {string} [hospitalSpecialtyId]
|
|
564
|
-
* @param {string} [serviceId]
|
|
565
|
-
* @param {boolean} [isOpen]
|
|
566
|
-
* @param {boolean} [isCompleted]
|
|
567
|
-
* @param {AppointmentStatus} [status]
|
|
568
|
-
* @param {AppointmentType} [appointmentType]
|
|
569
|
-
* @param {string} [languageCode]
|
|
570
|
-
* @param {boolean} [isExternal]
|
|
571
|
-
* @param {number} [page]
|
|
572
|
-
* @param {number} [limit]
|
|
573
|
-
* @param {Date} [lastRetrieved]
|
|
770
|
+
* @param {AppointmentsApiApiV2AppointmentsGetRequest} requestParameters Request parameters.
|
|
574
771
|
* @param {*} [options] Override http request option.
|
|
575
772
|
* @throws {RequiredError}
|
|
576
773
|
* @memberof AppointmentsApi
|
|
577
774
|
*/
|
|
578
|
-
public apiV2AppointmentsGet(
|
|
579
|
-
return AppointmentsApiFp(this.configuration).apiV2AppointmentsGet(hospitalId, hospitalName, doctorAffiliationId, doctorId, doctorName, dealId, dealName, dealPackageId, hospitalSpecialtyId, serviceId, isOpen, isCompleted, status, appointmentType, languageCode, isExternal, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
775
|
+
public apiV2AppointmentsGet(requestParameters: AppointmentsApiApiV2AppointmentsGetRequest = {}, options?: AxiosRequestConfig) {
|
|
776
|
+
return AppointmentsApiFp(this.configuration).apiV2AppointmentsGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.doctorAffiliationId, requestParameters.doctorId, requestParameters.doctorName, requestParameters.dealId, requestParameters.dealName, requestParameters.dealPackageId, requestParameters.hospitalSpecialtyId, requestParameters.serviceId, requestParameters.isOpen, requestParameters.isCompleted, requestParameters.status, requestParameters.appointmentType, requestParameters.languageCode, requestParameters.isExternal, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
580
777
|
}
|
|
581
778
|
|
|
582
779
|
/**
|
|
583
780
|
*
|
|
584
781
|
* @summary Create appointment
|
|
585
|
-
* @param {
|
|
586
|
-
* @param {CreateAppointmentCommand} [createAppointmentCommand]
|
|
782
|
+
* @param {AppointmentsApiApiV2AppointmentsRequestIdPostRequest} requestParameters Request parameters.
|
|
587
783
|
* @param {*} [options] Override http request option.
|
|
588
784
|
* @throws {RequiredError}
|
|
589
785
|
* @memberof AppointmentsApi
|
|
590
786
|
*/
|
|
591
|
-
public apiV2AppointmentsRequestIdPost(
|
|
592
|
-
return AppointmentsApiFp(this.configuration).apiV2AppointmentsRequestIdPost(requestId, createAppointmentCommand, options).then((request) => request(this.axios, this.basePath));
|
|
787
|
+
public apiV2AppointmentsRequestIdPost(requestParameters: AppointmentsApiApiV2AppointmentsRequestIdPostRequest, options?: AxiosRequestConfig) {
|
|
788
|
+
return AppointmentsApiFp(this.configuration).apiV2AppointmentsRequestIdPost(requestParameters.requestId, requestParameters.createAppointmentCommand, options).then((request) => request(this.axios, this.basePath));
|
|
593
789
|
}
|
|
594
790
|
}
|