ch-admin-api-client-typescript 4.2.9 → 4.2.10

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
@@ -5803,6 +5803,18 @@ export interface DoctorAffiliationItemModel {
5803
5803
  * @memberof DoctorAffiliationItemModel
5804
5804
  */
5805
5805
  'hospitalSlug'?: string | null;
5806
+ /**
5807
+ *
5808
+ * @type {string}
5809
+ * @memberof DoctorAffiliationItemModel
5810
+ */
5811
+ 'countryId'?: string;
5812
+ /**
5813
+ *
5814
+ * @type {MarketingType}
5815
+ * @memberof DoctorAffiliationItemModel
5816
+ */
5817
+ 'marketingType'?: MarketingType;
5806
5818
  /**
5807
5819
  *
5808
5820
  * @type {string}
@@ -5900,6 +5912,18 @@ export interface DoctorAffiliationModel {
5900
5912
  * @memberof DoctorAffiliationModel
5901
5913
  */
5902
5914
  'hospitalSlug'?: string | null;
5915
+ /**
5916
+ *
5917
+ * @type {string}
5918
+ * @memberof DoctorAffiliationModel
5919
+ */
5920
+ 'countryId'?: string;
5921
+ /**
5922
+ *
5923
+ * @type {MarketingType}
5924
+ * @memberof DoctorAffiliationModel
5925
+ */
5926
+ 'marketingType'?: MarketingType;
5903
5927
  /**
5904
5928
  *
5905
5929
  * @type {string}
@@ -19199,6 +19223,8 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
19199
19223
  * @param {string} [doctorName]
19200
19224
  * @param {string} [doctorSlug]
19201
19225
  * @param {string} [specialtyId]
19226
+ * @param {MarketingType} [marketingType]
19227
+ * @param {string} [countryId]
19202
19228
  * @param {string} [languageCode]
19203
19229
  * @param {boolean} [showHidden]
19204
19230
  * @param {number} [page]
@@ -19207,7 +19233,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
19207
19233
  * @param {*} [options] Override http request option.
19208
19234
  * @throws {RequiredError}
19209
19235
  */
19210
- apiV1DoctoraffiliationsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, specialtyId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19236
+ apiV1DoctoraffiliationsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, specialtyId?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19211
19237
  /**
19212
19238
  *
19213
19239
  * @summary Delete doctor affiliation.
@@ -19306,6 +19332,8 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
19306
19332
  * @param {string} [doctorName]
19307
19333
  * @param {string} [doctorSlug]
19308
19334
  * @param {string} [specialtyId]
19335
+ * @param {MarketingType} [marketingType]
19336
+ * @param {string} [countryId]
19309
19337
  * @param {string} [languageCode]
19310
19338
  * @param {boolean} [showHidden]
19311
19339
  * @param {number} [page]
@@ -19314,7 +19342,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
19314
19342
  * @param {*} [options] Override http request option.
19315
19343
  * @throws {RequiredError}
19316
19344
  */
19317
- apiV1DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, specialtyId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
19345
+ apiV1DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, specialtyId?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
19318
19346
  /**
19319
19347
  *
19320
19348
  * @summary Delete doctor affiliation.
@@ -19413,6 +19441,8 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
19413
19441
  * @param {string} [doctorName]
19414
19442
  * @param {string} [doctorSlug]
19415
19443
  * @param {string} [specialtyId]
19444
+ * @param {MarketingType} [marketingType]
19445
+ * @param {string} [countryId]
19416
19446
  * @param {string} [languageCode]
19417
19447
  * @param {boolean} [showHidden]
19418
19448
  * @param {number} [page]
@@ -19421,7 +19451,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
19421
19451
  * @param {*} [options] Override http request option.
19422
19452
  * @throws {RequiredError}
19423
19453
  */
19424
- apiV1DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, specialtyId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
19454
+ apiV1DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, specialtyId?: string | undefined, marketingType?: MarketingType | undefined, countryId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
19425
19455
  /**
19426
19456
  *
19427
19457
  * @summary Delete doctor affiliation.
@@ -19527,6 +19557,8 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
19527
19557
  * @param {string} [doctorName]
19528
19558
  * @param {string} [doctorSlug]
19529
19559
  * @param {string} [specialtyId]
19560
+ * @param {MarketingType} [marketingType]
19561
+ * @param {string} [countryId]
19530
19562
  * @param {string} [languageCode]
19531
19563
  * @param {boolean} [showHidden]
19532
19564
  * @param {number} [page]
@@ -19536,7 +19568,7 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
19536
19568
  * @throws {RequiredError}
19537
19569
  * @memberof DoctorAffiliationsApi
19538
19570
  */
19539
- apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel>>;
19571
+ apiV1DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel>>;
19540
19572
  /**
19541
19573
  *
19542
19574
  * @summary Delete doctor affiliation.