ch-admin-api-client-typescript 5.79.27 → 5.79.39

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.
@@ -2076,6 +2076,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
2076
2076
  /**
2077
2077
  *
2078
2078
  * @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
2079
+ * @param {boolean} [affiliatedItemsOnly]
2079
2080
  * @param {string} [hospitalId]
2080
2081
  * @param {StringFilterTypes} [nameFilterType]
2081
2082
  * @param {string} [name]
@@ -2095,7 +2096,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
2095
2096
  * @param {*} [options] Override http request option.
2096
2097
  * @throws {RequiredError}
2097
2098
  */
2098
- apiV1HospitalsSimpleGet: (hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
2099
+ apiV1HospitalsSimpleGet: (affiliatedItemsOnly?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
2099
2100
  /**
2100
2101
  *
2101
2102
  * @summary (Auth policies: RequireDefaultAdminAppRole)
@@ -4044,6 +4045,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
4044
4045
  /**
4045
4046
  *
4046
4047
  * @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
4048
+ * @param {boolean} [affiliatedItemsOnly]
4047
4049
  * @param {string} [hospitalId]
4048
4050
  * @param {StringFilterTypes} [nameFilterType]
4049
4051
  * @param {string} [name]
@@ -4063,7 +4065,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
4063
4065
  * @param {*} [options] Override http request option.
4064
4066
  * @throws {RequiredError}
4065
4067
  */
4066
- apiV1HospitalsSimpleGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>>;
4068
+ apiV1HospitalsSimpleGet(affiliatedItemsOnly?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalsSimpleModel>>;
4067
4069
  /**
4068
4070
  *
4069
4071
  * @summary (Auth policies: RequireDefaultAdminAppRole)
@@ -6012,6 +6014,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
6012
6014
  /**
6013
6015
  *
6014
6016
  * @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
6017
+ * @param {boolean} [affiliatedItemsOnly]
6015
6018
  * @param {string} [hospitalId]
6016
6019
  * @param {StringFilterTypes} [nameFilterType]
6017
6020
  * @param {string} [name]
@@ -6031,7 +6034,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
6031
6034
  * @param {*} [options] Override http request option.
6032
6035
  * @throws {RequiredError}
6033
6036
  */
6034
- apiV1HospitalsSimpleGet(hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel>;
6037
+ apiV1HospitalsSimpleGet(affiliatedItemsOnly?: boolean, hospitalId?: string, nameFilterType?: StringFilterTypes, name?: string, countryId?: string, created?: Date, marketingType?: MarketingType, specialtyTypeId?: string, specialtyId?: string, exceptHospitalId?: string, showHidden?: boolean, languageCode?: string, ids?: Array<string>, paymentEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalsSimpleModel>;
6035
6038
  /**
6036
6039
  *
6037
6040
  * @summary (Auth policies: RequireDefaultAdminAppRole)
@@ -11358,6 +11361,12 @@ export interface HospitalsApiApiV1HospitalsPostRequest {
11358
11361
  * @interface HospitalsApiApiV1HospitalsSimpleGetRequest
11359
11362
  */
11360
11363
  export interface HospitalsApiApiV1HospitalsSimpleGetRequest {
11364
+ /**
11365
+ *
11366
+ * @type {boolean}
11367
+ * @memberof HospitalsApiApiV1HospitalsSimpleGet
11368
+ */
11369
+ readonly affiliatedItemsOnly?: boolean;
11361
11370
  /**
11362
11371
  *
11363
11372
  * @type {string}