ch-admin-api-client-typescript 5.1.4 → 5.1.6
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/articles-api.d.ts +55 -0
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +91 -0
- package/lib/api/contributors-api.d.ts +55 -0
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +91 -0
- package/lib/api/countries-api.d.ts +59 -4
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +95 -4
- package/lib/api/deals-api.d.ts +55 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +91 -0
- package/lib/api/doctor-affiliations-api.d.ts +55 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +91 -0
- package/lib/api/doctors-api.d.ts +55 -0
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +91 -0
- package/lib/api/faq-categories-api.d.ts +55 -0
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +91 -0
- package/lib/api/faqs-api.d.ts +55 -0
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +91 -0
- package/lib/api/hospitals-api.d.ts +256 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +388 -0
- package/lib/api/specialties-api.d.ts +55 -0
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +91 -0
- package/lib/api/specialty-types-api.d.ts +55 -0
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +91 -0
- package/lib/models/appointment-item-model.d.ts +0 -6
- package/lib/models/appointment-item-model.d.ts.map +1 -1
- package/lib/models/appointment-model.d.ts +0 -6
- package/lib/models/appointment-model.d.ts.map +1 -1
- package/lib/models/chadmin-item-model.d.ts +0 -6
- package/lib/models/chadmin-item-model.d.ts.map +1 -1
- package/lib/models/chadmin-model.d.ts +0 -6
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-item-model.d.ts +0 -6
- package/lib/models/chmanager-item-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +0 -6
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/create-chadmin-command.d.ts +0 -6
- package/lib/models/create-chadmin-command.d.ts.map +1 -1
- package/lib/models/create-chmanager-command.d.ts +0 -6
- package/lib/models/create-chmanager-command.d.ts.map +1 -1
- package/lib/models/create-doctor-command.d.ts +0 -6
- package/lib/models/create-doctor-command.d.ts.map +1 -1
- package/lib/models/create-manager-command.d.ts +0 -6
- package/lib/models/create-manager-command.d.ts.map +1 -1
- package/lib/models/create-patient-command.d.ts +0 -6
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-profile-command.d.ts +0 -6
- package/lib/models/create-profile-command.d.ts.map +1 -1
- package/lib/models/doctor-item-model.d.ts +0 -6
- package/lib/models/doctor-item-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +0 -6
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/localized-url-model.d.ts +6 -0
- package/lib/models/localized-url-model.d.ts.map +1 -1
- package/lib/models/manager-item-model.d.ts +0 -6
- package/lib/models/manager-item-model.d.ts.map +1 -1
- package/lib/models/manager-model.d.ts +0 -6
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/patient-item-model.d.ts +0 -6
- package/lib/models/patient-item-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -6
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/search-index-type.d.ts +1 -0
- package/lib/models/search-index-type.d.ts.map +1 -1
- package/lib/models/search-index-type.js +2 -1
- package/lib/models/update-chadmin-command.d.ts +0 -6
- package/lib/models/update-chadmin-command.d.ts.map +1 -1
- package/lib/models/update-chmanager-command.d.ts +0 -6
- package/lib/models/update-chmanager-command.d.ts.map +1 -1
- package/lib/models/update-doctor-command.d.ts +0 -6
- package/lib/models/update-doctor-command.d.ts.map +1 -1
- package/lib/models/update-manager-command.d.ts +0 -6
- package/lib/models/update-manager-command.d.ts.map +1 -1
- package/lib/models/update-patient-command.d.ts +0 -6
- package/lib/models/update-patient-command.d.ts.map +1 -1
- package/lib/models/update-profile-command.d.ts +0 -6
- package/lib/models/update-profile-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -6
- package/lib/models/user-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api/articles-api.ts +99 -0
- package/src/api/contributors-api.ts +99 -0
- package/src/api/countries-api.ts +103 -4
- package/src/api/deals-api.ts +99 -0
- package/src/api/doctor-affiliations-api.ts +99 -0
- package/src/api/doctors-api.ts +99 -0
- package/src/api/faq-categories-api.ts +99 -0
- package/src/api/faqs-api.ts +99 -0
- package/src/api/hospitals-api.ts +448 -0
- package/src/api/specialties-api.ts +99 -0
- package/src/api/specialty-types-api.ts +99 -0
- package/src/models/appointment-item-model.ts +0 -6
- package/src/models/appointment-model.ts +0 -6
- package/src/models/chadmin-item-model.ts +0 -6
- package/src/models/chadmin-model.ts +0 -6
- package/src/models/chmanager-item-model.ts +0 -6
- package/src/models/chmanager-model.ts +0 -6
- package/src/models/create-chadmin-command.ts +0 -6
- package/src/models/create-chmanager-command.ts +0 -6
- package/src/models/create-doctor-command.ts +0 -6
- package/src/models/create-manager-command.ts +0 -6
- package/src/models/create-patient-command.ts +0 -6
- package/src/models/create-profile-command.ts +0 -6
- package/src/models/doctor-item-model.ts +0 -6
- package/src/models/doctor-model.ts +0 -6
- package/src/models/localized-url-model.ts +6 -0
- package/src/models/manager-item-model.ts +0 -6
- package/src/models/manager-model.ts +0 -6
- package/src/models/patient-item-model.ts +0 -6
- package/src/models/patient-model.ts +0 -6
- package/src/models/search-index-type.ts +2 -1
- package/src/models/update-chadmin-command.ts +0 -6
- package/src/models/update-chmanager-command.ts +0 -6
- package/src/models/update-doctor-command.ts +0 -6
- package/src/models/update-manager-command.ts +0 -6
- package/src/models/update-patient-command.ts +0 -6
- package/src/models/update-profile-command.ts +0 -6
- package/src/models/user-model.ts +0 -6
|
@@ -469,6 +469,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
469
469
|
* @throws {RequiredError}
|
|
470
470
|
*/
|
|
471
471
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivePut: (hospitalId: string, landingId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
472
|
+
/**
|
|
473
|
+
*
|
|
474
|
+
* @summary Revalidate landing
|
|
475
|
+
* @param {string} hospitalId
|
|
476
|
+
* @param {string} landingId
|
|
477
|
+
* @param {boolean} [includeCurrent]
|
|
478
|
+
* @param {*} [options] Override http request option.
|
|
479
|
+
* @throws {RequiredError}
|
|
480
|
+
*/
|
|
481
|
+
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost: (hospitalId: string, landingId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
472
482
|
/**
|
|
473
483
|
*
|
|
474
484
|
* @summary Create HospitalLandings.
|
|
@@ -586,6 +596,15 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
586
596
|
* @throws {RequiredError}
|
|
587
597
|
*/
|
|
588
598
|
apiV1HospitalsHospitalIdReactivePut: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
* @summary Revalidate hospital
|
|
602
|
+
* @param {string} hospitalId
|
|
603
|
+
* @param {boolean} [includeCurrent]
|
|
604
|
+
* @param {*} [options] Override http request option.
|
|
605
|
+
* @throws {RequiredError}
|
|
606
|
+
*/
|
|
607
|
+
apiV1HospitalsHospitalIdRevalidatePost: (hospitalId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
589
608
|
/**
|
|
590
609
|
*
|
|
591
610
|
* @summary Get all HospitalSpecialties.
|
|
@@ -741,6 +760,16 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
741
760
|
* @throws {RequiredError}
|
|
742
761
|
*/
|
|
743
762
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut: (hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
763
|
+
/**
|
|
764
|
+
*
|
|
765
|
+
* @summary Revalidate hospitalSpecialty
|
|
766
|
+
* @param {string} hospitalId
|
|
767
|
+
* @param {string} hospitalSpecialtyId
|
|
768
|
+
* @param {boolean} [includeCurrent]
|
|
769
|
+
* @param {*} [options] Override http request option.
|
|
770
|
+
* @throws {RequiredError}
|
|
771
|
+
*/
|
|
772
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost: (hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
744
773
|
/**
|
|
745
774
|
*
|
|
746
775
|
* @summary Create HospitalSpecialty.
|
|
@@ -971,6 +1000,17 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
971
1000
|
* @throws {RequiredError}
|
|
972
1001
|
*/
|
|
973
1002
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivePut: (hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1003
|
+
/**
|
|
1004
|
+
*
|
|
1005
|
+
* @summary Revalidate service
|
|
1006
|
+
* @param {string} hospitalId
|
|
1007
|
+
* @param {string} specialtyId
|
|
1008
|
+
* @param {string} serviceId
|
|
1009
|
+
* @param {boolean} [includeCurrent]
|
|
1010
|
+
* @param {*} [options] Override http request option.
|
|
1011
|
+
* @throws {RequiredError}
|
|
1012
|
+
*/
|
|
1013
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost: (hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
974
1014
|
/**
|
|
975
1015
|
*
|
|
976
1016
|
* @summary Translate hospital at once
|
|
@@ -1480,6 +1520,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1480
1520
|
* @throws {RequiredError}
|
|
1481
1521
|
*/
|
|
1482
1522
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivePut(hospitalId: string, landingId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
1523
|
+
/**
|
|
1524
|
+
*
|
|
1525
|
+
* @summary Revalidate landing
|
|
1526
|
+
* @param {string} hospitalId
|
|
1527
|
+
* @param {string} landingId
|
|
1528
|
+
* @param {boolean} [includeCurrent]
|
|
1529
|
+
* @param {*} [options] Override http request option.
|
|
1530
|
+
* @throws {RequiredError}
|
|
1531
|
+
*/
|
|
1532
|
+
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(hospitalId: string, landingId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
1483
1533
|
/**
|
|
1484
1534
|
*
|
|
1485
1535
|
* @summary Create HospitalLandings.
|
|
@@ -1597,6 +1647,15 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1597
1647
|
* @throws {RequiredError}
|
|
1598
1648
|
*/
|
|
1599
1649
|
apiV1HospitalsHospitalIdReactivePut(hospitalId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
1650
|
+
/**
|
|
1651
|
+
*
|
|
1652
|
+
* @summary Revalidate hospital
|
|
1653
|
+
* @param {string} hospitalId
|
|
1654
|
+
* @param {boolean} [includeCurrent]
|
|
1655
|
+
* @param {*} [options] Override http request option.
|
|
1656
|
+
* @throws {RequiredError}
|
|
1657
|
+
*/
|
|
1658
|
+
apiV1HospitalsHospitalIdRevalidatePost(hospitalId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
1600
1659
|
/**
|
|
1601
1660
|
*
|
|
1602
1661
|
* @summary Get all HospitalSpecialties.
|
|
@@ -1752,6 +1811,16 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1752
1811
|
* @throws {RequiredError}
|
|
1753
1812
|
*/
|
|
1754
1813
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalSpecialtyModel>>;
|
|
1814
|
+
/**
|
|
1815
|
+
*
|
|
1816
|
+
* @summary Revalidate hospitalSpecialty
|
|
1817
|
+
* @param {string} hospitalId
|
|
1818
|
+
* @param {string} hospitalSpecialtyId
|
|
1819
|
+
* @param {boolean} [includeCurrent]
|
|
1820
|
+
* @param {*} [options] Override http request option.
|
|
1821
|
+
* @throws {RequiredError}
|
|
1822
|
+
*/
|
|
1823
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
1755
1824
|
/**
|
|
1756
1825
|
*
|
|
1757
1826
|
* @summary Create HospitalSpecialty.
|
|
@@ -1982,6 +2051,17 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1982
2051
|
* @throws {RequiredError}
|
|
1983
2052
|
*/
|
|
1984
2053
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivePut(hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
2054
|
+
/**
|
|
2055
|
+
*
|
|
2056
|
+
* @summary Revalidate service
|
|
2057
|
+
* @param {string} hospitalId
|
|
2058
|
+
* @param {string} specialtyId
|
|
2059
|
+
* @param {string} serviceId
|
|
2060
|
+
* @param {boolean} [includeCurrent]
|
|
2061
|
+
* @param {*} [options] Override http request option.
|
|
2062
|
+
* @throws {RequiredError}
|
|
2063
|
+
*/
|
|
2064
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
1985
2065
|
/**
|
|
1986
2066
|
*
|
|
1987
2067
|
* @summary Translate hospital at once
|
|
@@ -2491,6 +2571,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2491
2571
|
* @throws {RequiredError}
|
|
2492
2572
|
*/
|
|
2493
2573
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivePut(hospitalId: string, landingId: string, options?: any): AxiosPromise<boolean>;
|
|
2574
|
+
/**
|
|
2575
|
+
*
|
|
2576
|
+
* @summary Revalidate landing
|
|
2577
|
+
* @param {string} hospitalId
|
|
2578
|
+
* @param {string} landingId
|
|
2579
|
+
* @param {boolean} [includeCurrent]
|
|
2580
|
+
* @param {*} [options] Override http request option.
|
|
2581
|
+
* @throws {RequiredError}
|
|
2582
|
+
*/
|
|
2583
|
+
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(hospitalId: string, landingId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
2494
2584
|
/**
|
|
2495
2585
|
*
|
|
2496
2586
|
* @summary Create HospitalLandings.
|
|
@@ -2608,6 +2698,15 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2608
2698
|
* @throws {RequiredError}
|
|
2609
2699
|
*/
|
|
2610
2700
|
apiV1HospitalsHospitalIdReactivePut(hospitalId: string, options?: any): AxiosPromise<boolean>;
|
|
2701
|
+
/**
|
|
2702
|
+
*
|
|
2703
|
+
* @summary Revalidate hospital
|
|
2704
|
+
* @param {string} hospitalId
|
|
2705
|
+
* @param {boolean} [includeCurrent]
|
|
2706
|
+
* @param {*} [options] Override http request option.
|
|
2707
|
+
* @throws {RequiredError}
|
|
2708
|
+
*/
|
|
2709
|
+
apiV1HospitalsHospitalIdRevalidatePost(hospitalId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
2611
2710
|
/**
|
|
2612
2711
|
*
|
|
2613
2712
|
* @summary Get all HospitalSpecialties.
|
|
@@ -2763,6 +2862,16 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2763
2862
|
* @throws {RequiredError}
|
|
2764
2863
|
*/
|
|
2765
2864
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(hospitalId: string, hospitalSpecialtyId: string, updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand, options?: any): AxiosPromise<HospitalSpecialtyModel>;
|
|
2865
|
+
/**
|
|
2866
|
+
*
|
|
2867
|
+
* @summary Revalidate hospitalSpecialty
|
|
2868
|
+
* @param {string} hospitalId
|
|
2869
|
+
* @param {string} hospitalSpecialtyId
|
|
2870
|
+
* @param {boolean} [includeCurrent]
|
|
2871
|
+
* @param {*} [options] Override http request option.
|
|
2872
|
+
* @throws {RequiredError}
|
|
2873
|
+
*/
|
|
2874
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(hospitalId: string, hospitalSpecialtyId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
2766
2875
|
/**
|
|
2767
2876
|
*
|
|
2768
2877
|
* @summary Create HospitalSpecialty.
|
|
@@ -2993,6 +3102,17 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2993
3102
|
* @throws {RequiredError}
|
|
2994
3103
|
*/
|
|
2995
3104
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivePut(hospitalId: string, specialtyId: string, serviceId: string, options?: any): AxiosPromise<boolean>;
|
|
3105
|
+
/**
|
|
3106
|
+
*
|
|
3107
|
+
* @summary Revalidate service
|
|
3108
|
+
* @param {string} hospitalId
|
|
3109
|
+
* @param {string} specialtyId
|
|
3110
|
+
* @param {string} serviceId
|
|
3111
|
+
* @param {boolean} [includeCurrent]
|
|
3112
|
+
* @param {*} [options] Override http request option.
|
|
3113
|
+
* @throws {RequiredError}
|
|
3114
|
+
*/
|
|
3115
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(hospitalId: string, specialtyId: string, serviceId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
2996
3116
|
/**
|
|
2997
3117
|
*
|
|
2998
3118
|
* @summary Translate hospital at once
|
|
@@ -4202,6 +4322,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdReactivePu
|
|
|
4202
4322
|
*/
|
|
4203
4323
|
readonly landingId: string;
|
|
4204
4324
|
}
|
|
4325
|
+
/**
|
|
4326
|
+
* Request parameters for apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost operation in HospitalsApi.
|
|
4327
|
+
* @export
|
|
4328
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest
|
|
4329
|
+
*/
|
|
4330
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest {
|
|
4331
|
+
/**
|
|
4332
|
+
*
|
|
4333
|
+
* @type {string}
|
|
4334
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost
|
|
4335
|
+
*/
|
|
4336
|
+
readonly hospitalId: string;
|
|
4337
|
+
/**
|
|
4338
|
+
*
|
|
4339
|
+
* @type {string}
|
|
4340
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost
|
|
4341
|
+
*/
|
|
4342
|
+
readonly landingId: string;
|
|
4343
|
+
/**
|
|
4344
|
+
*
|
|
4345
|
+
* @type {boolean}
|
|
4346
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost
|
|
4347
|
+
*/
|
|
4348
|
+
readonly includeCurrent?: boolean;
|
|
4349
|
+
}
|
|
4205
4350
|
/**
|
|
4206
4351
|
* Request parameters for apiV1HospitalsHospitalIdLandingsPost operation in HospitalsApi.
|
|
4207
4352
|
* @export
|
|
@@ -4484,6 +4629,25 @@ export interface HospitalsApiApiV1HospitalsHospitalIdReactivePutRequest {
|
|
|
4484
4629
|
*/
|
|
4485
4630
|
readonly hospitalId: string;
|
|
4486
4631
|
}
|
|
4632
|
+
/**
|
|
4633
|
+
* Request parameters for apiV1HospitalsHospitalIdRevalidatePost operation in HospitalsApi.
|
|
4634
|
+
* @export
|
|
4635
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest
|
|
4636
|
+
*/
|
|
4637
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest {
|
|
4638
|
+
/**
|
|
4639
|
+
*
|
|
4640
|
+
* @type {string}
|
|
4641
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdRevalidatePost
|
|
4642
|
+
*/
|
|
4643
|
+
readonly hospitalId: string;
|
|
4644
|
+
/**
|
|
4645
|
+
*
|
|
4646
|
+
* @type {boolean}
|
|
4647
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdRevalidatePost
|
|
4648
|
+
*/
|
|
4649
|
+
readonly includeCurrent?: boolean;
|
|
4650
|
+
}
|
|
4487
4651
|
/**
|
|
4488
4652
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesGet operation in HospitalsApi.
|
|
4489
4653
|
* @export
|
|
@@ -4959,6 +5123,31 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialt
|
|
|
4959
5123
|
*/
|
|
4960
5124
|
readonly updateHospitalSpecialtyCommand?: UpdateHospitalSpecialtyCommand;
|
|
4961
5125
|
}
|
|
5126
|
+
/**
|
|
5127
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost operation in HospitalsApi.
|
|
5128
|
+
* @export
|
|
5129
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest
|
|
5130
|
+
*/
|
|
5131
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest {
|
|
5132
|
+
/**
|
|
5133
|
+
*
|
|
5134
|
+
* @type {string}
|
|
5135
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost
|
|
5136
|
+
*/
|
|
5137
|
+
readonly hospitalId: string;
|
|
5138
|
+
/**
|
|
5139
|
+
*
|
|
5140
|
+
* @type {string}
|
|
5141
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost
|
|
5142
|
+
*/
|
|
5143
|
+
readonly hospitalSpecialtyId: string;
|
|
5144
|
+
/**
|
|
5145
|
+
*
|
|
5146
|
+
* @type {boolean}
|
|
5147
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost
|
|
5148
|
+
*/
|
|
5149
|
+
readonly includeCurrent?: boolean;
|
|
5150
|
+
}
|
|
4962
5151
|
/**
|
|
4963
5152
|
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesPost operation in HospitalsApi.
|
|
4964
5153
|
* @export
|
|
@@ -5709,6 +5898,37 @@ export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServi
|
|
|
5709
5898
|
*/
|
|
5710
5899
|
readonly serviceId: string;
|
|
5711
5900
|
}
|
|
5901
|
+
/**
|
|
5902
|
+
* Request parameters for apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost operation in HospitalsApi.
|
|
5903
|
+
* @export
|
|
5904
|
+
* @interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest
|
|
5905
|
+
*/
|
|
5906
|
+
export interface HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest {
|
|
5907
|
+
/**
|
|
5908
|
+
*
|
|
5909
|
+
* @type {string}
|
|
5910
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost
|
|
5911
|
+
*/
|
|
5912
|
+
readonly hospitalId: string;
|
|
5913
|
+
/**
|
|
5914
|
+
*
|
|
5915
|
+
* @type {string}
|
|
5916
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost
|
|
5917
|
+
*/
|
|
5918
|
+
readonly specialtyId: string;
|
|
5919
|
+
/**
|
|
5920
|
+
*
|
|
5921
|
+
* @type {string}
|
|
5922
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost
|
|
5923
|
+
*/
|
|
5924
|
+
readonly serviceId: string;
|
|
5925
|
+
/**
|
|
5926
|
+
*
|
|
5927
|
+
* @type {boolean}
|
|
5928
|
+
* @memberof HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost
|
|
5929
|
+
*/
|
|
5930
|
+
readonly includeCurrent?: boolean;
|
|
5931
|
+
}
|
|
5712
5932
|
/**
|
|
5713
5933
|
* Request parameters for apiV1HospitalsHospitalIdTranslatePost operation in HospitalsApi.
|
|
5714
5934
|
* @export
|
|
@@ -6350,6 +6570,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
6350
6570
|
* @memberof HospitalsApi
|
|
6351
6571
|
*/
|
|
6352
6572
|
apiV1HospitalsHospitalIdLandingsLandingIdReactivePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdReactivePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
6573
|
+
/**
|
|
6574
|
+
*
|
|
6575
|
+
* @summary Revalidate landing
|
|
6576
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest} requestParameters Request parameters.
|
|
6577
|
+
* @param {*} [options] Override http request option.
|
|
6578
|
+
* @throws {RequiredError}
|
|
6579
|
+
* @memberof HospitalsApi
|
|
6580
|
+
*/
|
|
6581
|
+
apiV1HospitalsHospitalIdLandingsLandingIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
6353
6582
|
/**
|
|
6354
6583
|
*
|
|
6355
6584
|
* @summary Create HospitalLandings.
|
|
@@ -6458,6 +6687,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
6458
6687
|
* @memberof HospitalsApi
|
|
6459
6688
|
*/
|
|
6460
6689
|
apiV1HospitalsHospitalIdReactivePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdReactivePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
6690
|
+
/**
|
|
6691
|
+
*
|
|
6692
|
+
* @summary Revalidate hospital
|
|
6693
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest} requestParameters Request parameters.
|
|
6694
|
+
* @param {*} [options] Override http request option.
|
|
6695
|
+
* @throws {RequiredError}
|
|
6696
|
+
* @memberof HospitalsApi
|
|
6697
|
+
*/
|
|
6698
|
+
apiV1HospitalsHospitalIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
6461
6699
|
/**
|
|
6462
6700
|
*
|
|
6463
6701
|
* @summary Get all HospitalSpecialties.
|
|
@@ -6575,6 +6813,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
6575
6813
|
* @memberof HospitalsApi
|
|
6576
6814
|
*/
|
|
6577
6815
|
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtyModel, any>>;
|
|
6816
|
+
/**
|
|
6817
|
+
*
|
|
6818
|
+
* @summary Revalidate hospitalSpecialty
|
|
6819
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest} requestParameters Request parameters.
|
|
6820
|
+
* @param {*} [options] Override http request option.
|
|
6821
|
+
* @throws {RequiredError}
|
|
6822
|
+
* @memberof HospitalsApi
|
|
6823
|
+
*/
|
|
6824
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
6578
6825
|
/**
|
|
6579
6826
|
*
|
|
6580
6827
|
* @summary Create HospitalSpecialty.
|
|
@@ -6737,6 +6984,15 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
6737
6984
|
* @memberof HospitalsApi
|
|
6738
6985
|
*/
|
|
6739
6986
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivePut(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
6987
|
+
/**
|
|
6988
|
+
*
|
|
6989
|
+
* @summary Revalidate service
|
|
6990
|
+
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest} requestParameters Request parameters.
|
|
6991
|
+
* @param {*} [options] Override http request option.
|
|
6992
|
+
* @throws {RequiredError}
|
|
6993
|
+
* @memberof HospitalsApi
|
|
6994
|
+
*/
|
|
6995
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
6740
6996
|
/**
|
|
6741
6997
|
*
|
|
6742
6998
|
* @summary Translate hospital at once
|