ch-api-client-typescript2 4.6.9 → 4.7.1

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.d.ts CHANGED
@@ -533,10 +533,10 @@ export interface ArticleContributorModel {
533
533
  'contributorContent'?: string | null;
534
534
  /**
535
535
  *
536
- * @type {Array<SnsHandle>}
536
+ * @type {Array<SnsHandleModel>}
537
537
  * @memberof ArticleContributorModel
538
538
  */
539
- 'contributorSnsHandles'?: Array<SnsHandle> | null;
539
+ 'contributorSnsHandles'?: Array<SnsHandleModel> | null;
540
540
  /**
541
541
  *
542
542
  * @type {Array<LocalizedUrlModel>}
@@ -2647,10 +2647,10 @@ export interface ContributorModel {
2647
2647
  'content'?: string | null;
2648
2648
  /**
2649
2649
  *
2650
- * @type {Array<SnsHandle>}
2650
+ * @type {Array<SnsHandleModel>}
2651
2651
  * @memberof ContributorModel
2652
2652
  */
2653
- 'snsHandles'?: Array<SnsHandle> | null;
2653
+ 'snsHandles'?: Array<SnsHandleModel> | null;
2654
2654
  /**
2655
2655
  *
2656
2656
  * @type {Array<LocalizedUrlModel>}
@@ -6444,16 +6444,16 @@ export interface HospitalModel {
6444
6444
  'evaluations'?: Array<HospitalEvaluationItemModel> | null;
6445
6445
  /**
6446
6446
  *
6447
- * @type {Array<WorkingDay>}
6447
+ * @type {Array<WorkingDayModel>}
6448
6448
  * @memberof HospitalModel
6449
6449
  */
6450
- 'hospitalWorkingDays'?: Array<WorkingDay> | null;
6450
+ 'hospitalWorkingDays'?: Array<WorkingDayModel> | null;
6451
6451
  /**
6452
6452
  *
6453
- * @type {Array<SnsHandle>}
6453
+ * @type {Array<SnsHandleModel>}
6454
6454
  * @memberof HospitalModel
6455
6455
  */
6456
- 'hospitalSnsHandles'?: Array<SnsHandle> | null;
6456
+ 'hospitalSnsHandles'?: Array<SnsHandleModel> | null;
6457
6457
  /**
6458
6458
  *
6459
6459
  * @type {Array<HospitalLanguageItemModel>}
@@ -9122,31 +9122,6 @@ export interface ServiceReviewsModel {
9122
9122
  */
9123
9123
  'metaData'?: PagedListMetaData;
9124
9124
  }
9125
- /**
9126
- *
9127
- * @export
9128
- * @interface SnsHandle
9129
- */
9130
- export interface SnsHandle {
9131
- /**
9132
- *
9133
- * @type {string}
9134
- * @memberof SnsHandle
9135
- */
9136
- 'id'?: string;
9137
- /**
9138
- *
9139
- * @type {SnsType}
9140
- * @memberof SnsHandle
9141
- */
9142
- 'snsType'?: SnsType;
9143
- /**
9144
- *
9145
- * @type {string}
9146
- * @memberof SnsHandle
9147
- */
9148
- 'handle'?: string | null;
9149
- }
9150
9125
  /**
9151
9126
  *
9152
9127
  * @export
@@ -10555,43 +10530,6 @@ export interface UserModel {
10555
10530
  */
10556
10531
  'locations'?: Array<UserLocationModel> | null;
10557
10532
  }
10558
- /**
10559
- *
10560
- * @export
10561
- * @interface WorkingDay
10562
- */
10563
- export interface WorkingDay {
10564
- /**
10565
- *
10566
- * @type {string}
10567
- * @memberof WorkingDay
10568
- */
10569
- 'id'?: string;
10570
- /**
10571
- *
10572
- * @type {string}
10573
- * @memberof WorkingDay
10574
- */
10575
- 'dayOfWeek'?: string | null;
10576
- /**
10577
- *
10578
- * @type {Date}
10579
- * @memberof WorkingDay
10580
- */
10581
- 'timeFrom'?: Date;
10582
- /**
10583
- *
10584
- * @type {Date}
10585
- * @memberof WorkingDay
10586
- */
10587
- 'timeTo'?: Date;
10588
- /**
10589
- *
10590
- * @type {boolean}
10591
- * @memberof WorkingDay
10592
- */
10593
- 'checkHoliday'?: boolean;
10594
- }
10595
10533
  /**
10596
10534
  *
10597
10535
  * @export
@@ -15727,6 +15665,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
15727
15665
  * @param {string} [specialtyTypeId]
15728
15666
  * @param {string} [specialtyId]
15729
15667
  * @param {string} [exceptHospitalId]
15668
+ * @param {number} [mediaCount]
15730
15669
  * @param {boolean} [showHidden]
15731
15670
  * @param {string} [languageCode]
15732
15671
  * @param {Array<string>} [ids]
@@ -15738,7 +15677,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
15738
15677
  * @param {*} [options] Override http request option.
15739
15678
  * @throws {RequiredError}
15740
15679
  */
15741
- apiV2HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15680
+ apiV2HospitalsGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, mediaCount?: number | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15742
15681
  /**
15743
15682
  *
15744
15683
  * @summary Get HospitalAccreditation.
@@ -16114,6 +16053,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
16114
16053
  * @param {string} [specialtyTypeId]
16115
16054
  * @param {string} [specialtyId]
16116
16055
  * @param {string} [exceptHospitalId]
16056
+ * @param {number} [mediaCount]
16117
16057
  * @param {boolean} [showHidden]
16118
16058
  * @param {string} [languageCode]
16119
16059
  * @param {Array<string>} [ids]
@@ -16125,7 +16065,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
16125
16065
  * @param {*} [options] Override http request option.
16126
16066
  * @throws {RequiredError}
16127
16067
  */
16128
- apiV2HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16068
+ apiV2HospitalsSimpleGet: (hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, mediaCount?: number | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
16129
16069
  /**
16130
16070
  *
16131
16071
  * @param {string} slug
@@ -16152,6 +16092,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
16152
16092
  * @param {string} [specialtyTypeId]
16153
16093
  * @param {string} [specialtyId]
16154
16094
  * @param {string} [exceptHospitalId]
16095
+ * @param {number} [mediaCount]
16155
16096
  * @param {boolean} [showHidden]
16156
16097
  * @param {string} [languageCode]
16157
16098
  * @param {Array<string>} [ids]
@@ -16163,7 +16104,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
16163
16104
  * @param {*} [options] Override http request option.
16164
16105
  * @throws {RequiredError}
16165
16106
  */
16166
- apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
16107
+ apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, mediaCount?: number | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsModel>>;
16167
16108
  /**
16168
16109
  *
16169
16110
  * @summary Get HospitalAccreditation.
@@ -16539,6 +16480,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
16539
16480
  * @param {string} [specialtyTypeId]
16540
16481
  * @param {string} [specialtyId]
16541
16482
  * @param {string} [exceptHospitalId]
16483
+ * @param {number} [mediaCount]
16542
16484
  * @param {boolean} [showHidden]
16543
16485
  * @param {string} [languageCode]
16544
16486
  * @param {Array<string>} [ids]
@@ -16550,7 +16492,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
16550
16492
  * @param {*} [options] Override http request option.
16551
16493
  * @throws {RequiredError}
16552
16494
  */
16553
- apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
16495
+ apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, mediaCount?: number | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalsSimpleModel>>;
16554
16496
  /**
16555
16497
  *
16556
16498
  * @param {string} slug
@@ -16577,6 +16519,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
16577
16519
  * @param {string} [specialtyTypeId]
16578
16520
  * @param {string} [specialtyId]
16579
16521
  * @param {string} [exceptHospitalId]
16522
+ * @param {number} [mediaCount]
16580
16523
  * @param {boolean} [showHidden]
16581
16524
  * @param {string} [languageCode]
16582
16525
  * @param {Array<string>} [ids]
@@ -16588,7 +16531,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
16588
16531
  * @param {*} [options] Override http request option.
16589
16532
  * @throws {RequiredError}
16590
16533
  */
16591
- apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
16534
+ apiV2HospitalsGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, mediaCount?: number | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsModel>;
16592
16535
  /**
16593
16536
  *
16594
16537
  * @summary Get HospitalAccreditation.
@@ -16964,6 +16907,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
16964
16907
  * @param {string} [specialtyTypeId]
16965
16908
  * @param {string} [specialtyId]
16966
16909
  * @param {string} [exceptHospitalId]
16910
+ * @param {number} [mediaCount]
16967
16911
  * @param {boolean} [showHidden]
16968
16912
  * @param {string} [languageCode]
16969
16913
  * @param {Array<string>} [ids]
@@ -16975,7 +16919,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
16975
16919
  * @param {*} [options] Override http request option.
16976
16920
  * @throws {RequiredError}
16977
16921
  */
16978
- apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
16922
+ apiV2HospitalsSimpleGet(hospitalId?: string | undefined, name?: string | undefined, countryId?: string | undefined, created?: Date | undefined, marketingType?: MarketingType | undefined, specialtyTypeId?: string | undefined, specialtyId?: string | undefined, exceptHospitalId?: string | undefined, mediaCount?: number | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, paymentEnabled?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalsSimpleModel>;
16979
16923
  /**
16980
16924
  *
16981
16925
  * @param {string} slug
@@ -17004,6 +16948,7 @@ export declare class HospitalsApi extends BaseAPI {
17004
16948
  * @param {string} [specialtyTypeId]
17005
16949
  * @param {string} [specialtyId]
17006
16950
  * @param {string} [exceptHospitalId]
16951
+ * @param {number} [mediaCount]
17007
16952
  * @param {boolean} [showHidden]
17008
16953
  * @param {string} [languageCode]
17009
16954
  * @param {Array<string>} [ids]
@@ -17016,7 +16961,7 @@ export declare class HospitalsApi extends BaseAPI {
17016
16961
  * @throws {RequiredError}
17017
16962
  * @memberof HospitalsApi
17018
16963
  */
17019
- apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel, any>>;
16964
+ apiV2HospitalsGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsModel, any>>;
17020
16965
  /**
17021
16966
  *
17022
16967
  * @summary Get HospitalAccreditation.
@@ -17421,6 +17366,7 @@ export declare class HospitalsApi extends BaseAPI {
17421
17366
  * @param {string} [specialtyTypeId]
17422
17367
  * @param {string} [specialtyId]
17423
17368
  * @param {string} [exceptHospitalId]
17369
+ * @param {number} [mediaCount]
17424
17370
  * @param {boolean} [showHidden]
17425
17371
  * @param {string} [languageCode]
17426
17372
  * @param {Array<string>} [ids]
@@ -17433,7 +17379,7 @@ export declare class HospitalsApi extends BaseAPI {
17433
17379
  * @throws {RequiredError}
17434
17380
  * @memberof HospitalsApi
17435
17381
  */
17436
- apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel, any>>;
17382
+ apiV2HospitalsSimpleGet(hospitalId?: string, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, mediaCount?: number, showHidden?: boolean, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalsSimpleModel, any>>;
17437
17383
  /**
17438
17384
  *
17439
17385
  * @param {string} slug