ch-admin-api-client-typescript 3.5.7 → 4.0.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
@@ -3787,18 +3787,6 @@ export interface CreateDoctorCommand {
3787
3787
  * @memberof CreateDoctorCommand
3788
3788
  */
3789
3789
  'phone'?: string | null;
3790
- /**
3791
- *
3792
- * @type {string}
3793
- * @memberof CreateDoctorCommand
3794
- */
3795
- 'photo'?: string | null;
3796
- /**
3797
- *
3798
- * @type {string}
3799
- * @memberof CreateDoctorCommand
3800
- */
3801
- 'photoThumbnail'?: string | null;
3802
3790
  /**
3803
3791
  *
3804
3792
  * @type {Gender}
@@ -3817,24 +3805,6 @@ export interface CreateDoctorCommand {
3817
3805
  * @memberof CreateDoctorCommand
3818
3806
  */
3819
3807
  'startPracticeDate'?: Date | null;
3820
- /**
3821
- *
3822
- * @type {string}
3823
- * @memberof CreateDoctorCommand
3824
- */
3825
- 'overview'?: string | null;
3826
- /**
3827
- *
3828
- * @type {boolean}
3829
- * @memberof CreateDoctorCommand
3830
- */
3831
- 'consultationEnabled'?: boolean | null;
3832
- /**
3833
- *
3834
- * @type {number}
3835
- * @memberof CreateDoctorCommand
3836
- */
3837
- 'consultationFee'?: number | null;
3838
3808
  /**
3839
3809
  *
3840
3810
  * @type {string}
@@ -6692,43 +6662,6 @@ export interface FaqCategoriesModel {
6692
6662
  */
6693
6663
  'metaData'?: PagedListMetaData;
6694
6664
  }
6695
- /**
6696
- *
6697
- * @export
6698
- * @interface FaqCategoryBreadCrumbModel
6699
- */
6700
- export interface FaqCategoryBreadCrumbModel {
6701
- /**
6702
- *
6703
- * @type {string}
6704
- * @memberof FaqCategoryBreadCrumbModel
6705
- */
6706
- 'id'?: string;
6707
- /**
6708
- *
6709
- * @type {string}
6710
- * @memberof FaqCategoryBreadCrumbModel
6711
- */
6712
- 'name'?: string | null;
6713
- /**
6714
- *
6715
- * @type {string}
6716
- * @memberof FaqCategoryBreadCrumbModel
6717
- */
6718
- 'slug'?: string | null;
6719
- /**
6720
- *
6721
- * @type {string}
6722
- * @memberof FaqCategoryBreadCrumbModel
6723
- */
6724
- 'parentId'?: string | null;
6725
- /**
6726
- *
6727
- * @type {boolean}
6728
- * @memberof FaqCategoryBreadCrumbModel
6729
- */
6730
- 'confirmed'?: boolean;
6731
- }
6732
6665
  /**
6733
6666
  *
6734
6667
  * @export
@@ -12020,12 +11953,6 @@ export interface UpdateDealServiceCommand {
12020
11953
  * @interface UpdateDealsSearchIndexCommand
12021
11954
  */
12022
11955
  export interface UpdateDealsSearchIndexCommand {
12023
- /**
12024
- *
12025
- * @type {number}
12026
- * @memberof UpdateDealsSearchIndexCommand
12027
- */
12028
- 'batchSize'?: number | null;
12029
11956
  /**
12030
11957
  *
12031
11958
  * @type {boolean}
@@ -12185,12 +12112,6 @@ export interface UpdateDoctorCommand {
12185
12112
  * @memberof UpdateDoctorCommand
12186
12113
  */
12187
12114
  'lastName'?: string | null;
12188
- /**
12189
- *
12190
- * @type {string}
12191
- * @memberof UpdateDoctorCommand
12192
- */
12193
- 'slug'?: string | null;
12194
12115
  /**
12195
12116
  *
12196
12117
  * @type {string}
@@ -12227,48 +12148,12 @@ export interface UpdateDoctorCommand {
12227
12148
  * @memberof UpdateDoctorCommand
12228
12149
  */
12229
12150
  'startPracticeDate'?: Date | null;
12230
- /**
12231
- *
12232
- * @type {string}
12233
- * @memberof UpdateDoctorCommand
12234
- */
12235
- 'overview'?: string | null;
12236
- /**
12237
- *
12238
- * @type {boolean}
12239
- * @memberof UpdateDoctorCommand
12240
- */
12241
- 'consultationEnabled'?: boolean | null;
12242
- /**
12243
- *
12244
- * @type {number}
12245
- * @memberof UpdateDoctorCommand
12246
- */
12247
- 'consultationFee'?: number | null;
12248
12151
  /**
12249
12152
  *
12250
12153
  * @type {string}
12251
12154
  * @memberof UpdateDoctorCommand
12252
12155
  */
12253
12156
  'timeZone'?: string | null;
12254
- /**
12255
- *
12256
- * @type {string}
12257
- * @memberof UpdateDoctorCommand
12258
- */
12259
- 'hospitalId'?: string | null;
12260
- /**
12261
- *
12262
- * @type {string}
12263
- * @memberof UpdateDoctorCommand
12264
- */
12265
- 'languageCode'?: string | null;
12266
- /**
12267
- *
12268
- * @type {boolean}
12269
- * @memberof UpdateDoctorCommand
12270
- */
12271
- 'confirmed'?: boolean;
12272
12157
  }
12273
12158
  /**
12274
12159
  *
@@ -12370,12 +12255,6 @@ export interface UpdateDoctorSpecialtyCommand {
12370
12255
  * @interface UpdateDoctorsSearchIndexCommand
12371
12256
  */
12372
12257
  export interface UpdateDoctorsSearchIndexCommand {
12373
- /**
12374
- *
12375
- * @type {number}
12376
- * @memberof UpdateDoctorsSearchIndexCommand
12377
- */
12378
- 'batchSize'?: number | null;
12379
12258
  /**
12380
12259
  *
12381
12260
  * @type {boolean}
@@ -12809,12 +12688,6 @@ export interface UpdateHospitalSnsHandleCommand {
12809
12688
  * @interface UpdateHospitalSpecialtiesSearchIndexCommand
12810
12689
  */
12811
12690
  export interface UpdateHospitalSpecialtiesSearchIndexCommand {
12812
- /**
12813
- *
12814
- * @type {number}
12815
- * @memberof UpdateHospitalSpecialtiesSearchIndexCommand
12816
- */
12817
- 'batchSize'?: number | null;
12818
12691
  /**
12819
12692
  *
12820
12693
  * @type {boolean}
@@ -12944,12 +12817,6 @@ export interface UpdateHospitalWorkingDayCommand {
12944
12817
  * @interface UpdateHospitalsSearchIndexCommand
12945
12818
  */
12946
12819
  export interface UpdateHospitalsSearchIndexCommand {
12947
- /**
12948
- *
12949
- * @type {number}
12950
- * @memberof UpdateHospitalsSearchIndexCommand
12951
- */
12952
- 'batchSize'?: number | null;
12953
12820
  /**
12954
12821
  *
12955
12822
  * @type {boolean}
@@ -13374,12 +13241,6 @@ export interface UpdateServiceReviewCommand {
13374
13241
  * @interface UpdateSpecialtiesSearchIndexCommand
13375
13242
  */
13376
13243
  export interface UpdateSpecialtiesSearchIndexCommand {
13377
- /**
13378
- *
13379
- * @type {number}
13380
- * @memberof UpdateSpecialtiesSearchIndexCommand
13381
- */
13382
- 'batchSize'?: number | null;
13383
13244
  /**
13384
13245
  *
13385
13246
  * @type {boolean}
@@ -13521,12 +13382,6 @@ export interface UpdateSpecialtyTypeCommand {
13521
13382
  * @interface UpdateSpecialtyTypesSearchIndexCommand
13522
13383
  */
13523
13384
  export interface UpdateSpecialtyTypesSearchIndexCommand {
13524
- /**
13525
- *
13526
- * @type {number}
13527
- * @memberof UpdateSpecialtyTypesSearchIndexCommand
13528
- */
13529
- 'batchSize'?: number | null;
13530
13385
  /**
13531
13386
  *
13532
13387
  * @type {boolean}
@@ -20976,15 +20831,6 @@ export declare class EmailMarketingsApi extends BaseAPI {
20976
20831
  * @export
20977
20832
  */
20978
20833
  export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
20979
- /**
20980
- *
20981
- * @summary Get BreadCrumbs.
20982
- * @param {string} faqId
20983
- * @param {string} [languageCode]
20984
- * @param {*} [options] Override http request option.
20985
- * @throws {RequiredError}
20986
- */
20987
- apiV1FaqcategoriesBreadcrumbsFaqIdGet: (faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20988
20834
  /**
20989
20835
  *
20990
20836
  * @summary Delete FaqCategory.
@@ -21054,15 +20900,6 @@ export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configu
21054
20900
  * @export
21055
20901
  */
21056
20902
  export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefined) => {
21057
- /**
21058
- *
21059
- * @summary Get BreadCrumbs.
21060
- * @param {string} faqId
21061
- * @param {string} [languageCode]
21062
- * @param {*} [options] Override http request option.
21063
- * @throws {RequiredError}
21064
- */
21065
- apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<Array<FaqCategoryBreadCrumbModel>>>;
21066
20903
  /**
21067
20904
  *
21068
20905
  * @summary Delete FaqCategory.
@@ -21132,15 +20969,6 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
21132
20969
  * @export
21133
20970
  */
21134
20971
  export declare const FaqCategoriesApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
21135
- /**
21136
- *
21137
- * @summary Get BreadCrumbs.
21138
- * @param {string} faqId
21139
- * @param {string} [languageCode]
21140
- * @param {*} [options] Override http request option.
21141
- * @throws {RequiredError}
21142
- */
21143
- apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: any): AxiosPromise<Array<FaqCategoryBreadCrumbModel>>;
21144
20972
  /**
21145
20973
  *
21146
20974
  * @summary Delete FaqCategory.
@@ -21212,16 +21040,6 @@ export declare const FaqCategoriesApiFactory: (configuration?: Configuration | u
21212
21040
  * @extends {BaseAPI}
21213
21041
  */
21214
21042
  export declare class FaqCategoriesApi extends BaseAPI {
21215
- /**
21216
- *
21217
- * @summary Get BreadCrumbs.
21218
- * @param {string} faqId
21219
- * @param {string} [languageCode]
21220
- * @param {*} [options] Override http request option.
21221
- * @throws {RequiredError}
21222
- * @memberof FaqCategoriesApi
21223
- */
21224
- apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryBreadCrumbModel[]>>;
21225
21043
  /**
21226
21044
  *
21227
21045
  * @summary Delete FaqCategory.