ch-admin-api-client-typescript 3.5.8 → 4.0.0

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
@@ -6656,43 +6656,6 @@ export interface FaqCategoriesModel {
6656
6656
  */
6657
6657
  'metaData'?: PagedListMetaData;
6658
6658
  }
6659
- /**
6660
- *
6661
- * @export
6662
- * @interface FaqCategoryBreadCrumbModel
6663
- */
6664
- export interface FaqCategoryBreadCrumbModel {
6665
- /**
6666
- *
6667
- * @type {string}
6668
- * @memberof FaqCategoryBreadCrumbModel
6669
- */
6670
- 'id'?: string;
6671
- /**
6672
- *
6673
- * @type {string}
6674
- * @memberof FaqCategoryBreadCrumbModel
6675
- */
6676
- 'name'?: string | null;
6677
- /**
6678
- *
6679
- * @type {string}
6680
- * @memberof FaqCategoryBreadCrumbModel
6681
- */
6682
- 'slug'?: string | null;
6683
- /**
6684
- *
6685
- * @type {string}
6686
- * @memberof FaqCategoryBreadCrumbModel
6687
- */
6688
- 'parentId'?: string | null;
6689
- /**
6690
- *
6691
- * @type {boolean}
6692
- * @memberof FaqCategoryBreadCrumbModel
6693
- */
6694
- 'confirmed'?: boolean;
6695
- }
6696
6659
  /**
6697
6660
  *
6698
6661
  * @export
@@ -11984,12 +11947,6 @@ export interface UpdateDealServiceCommand {
11984
11947
  * @interface UpdateDealsSearchIndexCommand
11985
11948
  */
11986
11949
  export interface UpdateDealsSearchIndexCommand {
11987
- /**
11988
- *
11989
- * @type {number}
11990
- * @memberof UpdateDealsSearchIndexCommand
11991
- */
11992
- 'batchSize'?: number | null;
11993
11950
  /**
11994
11951
  *
11995
11952
  * @type {boolean}
@@ -12149,12 +12106,6 @@ export interface UpdateDoctorCommand {
12149
12106
  * @memberof UpdateDoctorCommand
12150
12107
  */
12151
12108
  'lastName'?: string | null;
12152
- /**
12153
- *
12154
- * @type {string}
12155
- * @memberof UpdateDoctorCommand
12156
- */
12157
- 'slug'?: string | null;
12158
12109
  /**
12159
12110
  *
12160
12111
  * @type {string}
@@ -12191,48 +12142,12 @@ export interface UpdateDoctorCommand {
12191
12142
  * @memberof UpdateDoctorCommand
12192
12143
  */
12193
12144
  'startPracticeDate'?: Date | null;
12194
- /**
12195
- *
12196
- * @type {string}
12197
- * @memberof UpdateDoctorCommand
12198
- */
12199
- 'overview'?: string | null;
12200
- /**
12201
- *
12202
- * @type {boolean}
12203
- * @memberof UpdateDoctorCommand
12204
- */
12205
- 'consultationEnabled'?: boolean | null;
12206
- /**
12207
- *
12208
- * @type {number}
12209
- * @memberof UpdateDoctorCommand
12210
- */
12211
- 'consultationFee'?: number | null;
12212
12145
  /**
12213
12146
  *
12214
12147
  * @type {string}
12215
12148
  * @memberof UpdateDoctorCommand
12216
12149
  */
12217
12150
  'timeZone'?: string | null;
12218
- /**
12219
- *
12220
- * @type {string}
12221
- * @memberof UpdateDoctorCommand
12222
- */
12223
- 'hospitalId'?: string | null;
12224
- /**
12225
- *
12226
- * @type {string}
12227
- * @memberof UpdateDoctorCommand
12228
- */
12229
- 'languageCode'?: string | null;
12230
- /**
12231
- *
12232
- * @type {boolean}
12233
- * @memberof UpdateDoctorCommand
12234
- */
12235
- 'confirmed'?: boolean;
12236
12151
  }
12237
12152
  /**
12238
12153
  *
@@ -12334,12 +12249,6 @@ export interface UpdateDoctorSpecialtyCommand {
12334
12249
  * @interface UpdateDoctorsSearchIndexCommand
12335
12250
  */
12336
12251
  export interface UpdateDoctorsSearchIndexCommand {
12337
- /**
12338
- *
12339
- * @type {number}
12340
- * @memberof UpdateDoctorsSearchIndexCommand
12341
- */
12342
- 'batchSize'?: number | null;
12343
12252
  /**
12344
12253
  *
12345
12254
  * @type {boolean}
@@ -12773,12 +12682,6 @@ export interface UpdateHospitalSnsHandleCommand {
12773
12682
  * @interface UpdateHospitalSpecialtiesSearchIndexCommand
12774
12683
  */
12775
12684
  export interface UpdateHospitalSpecialtiesSearchIndexCommand {
12776
- /**
12777
- *
12778
- * @type {number}
12779
- * @memberof UpdateHospitalSpecialtiesSearchIndexCommand
12780
- */
12781
- 'batchSize'?: number | null;
12782
12685
  /**
12783
12686
  *
12784
12687
  * @type {boolean}
@@ -12908,12 +12811,6 @@ export interface UpdateHospitalWorkingDayCommand {
12908
12811
  * @interface UpdateHospitalsSearchIndexCommand
12909
12812
  */
12910
12813
  export interface UpdateHospitalsSearchIndexCommand {
12911
- /**
12912
- *
12913
- * @type {number}
12914
- * @memberof UpdateHospitalsSearchIndexCommand
12915
- */
12916
- 'batchSize'?: number | null;
12917
12814
  /**
12918
12815
  *
12919
12816
  * @type {boolean}
@@ -13338,12 +13235,6 @@ export interface UpdateServiceReviewCommand {
13338
13235
  * @interface UpdateSpecialtiesSearchIndexCommand
13339
13236
  */
13340
13237
  export interface UpdateSpecialtiesSearchIndexCommand {
13341
- /**
13342
- *
13343
- * @type {number}
13344
- * @memberof UpdateSpecialtiesSearchIndexCommand
13345
- */
13346
- 'batchSize'?: number | null;
13347
13238
  /**
13348
13239
  *
13349
13240
  * @type {boolean}
@@ -13485,12 +13376,6 @@ export interface UpdateSpecialtyTypeCommand {
13485
13376
  * @interface UpdateSpecialtyTypesSearchIndexCommand
13486
13377
  */
13487
13378
  export interface UpdateSpecialtyTypesSearchIndexCommand {
13488
- /**
13489
- *
13490
- * @type {number}
13491
- * @memberof UpdateSpecialtyTypesSearchIndexCommand
13492
- */
13493
- 'batchSize'?: number | null;
13494
13379
  /**
13495
13380
  *
13496
13381
  * @type {boolean}
@@ -20940,15 +20825,6 @@ export declare class EmailMarketingsApi extends BaseAPI {
20940
20825
  * @export
20941
20826
  */
20942
20827
  export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
20943
- /**
20944
- *
20945
- * @summary Get BreadCrumbs.
20946
- * @param {string} faqId
20947
- * @param {string} [languageCode]
20948
- * @param {*} [options] Override http request option.
20949
- * @throws {RequiredError}
20950
- */
20951
- apiV1FaqcategoriesBreadcrumbsFaqIdGet: (faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20952
20828
  /**
20953
20829
  *
20954
20830
  * @summary Delete FaqCategory.
@@ -21018,15 +20894,6 @@ export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configu
21018
20894
  * @export
21019
20895
  */
21020
20896
  export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefined) => {
21021
- /**
21022
- *
21023
- * @summary Get BreadCrumbs.
21024
- * @param {string} faqId
21025
- * @param {string} [languageCode]
21026
- * @param {*} [options] Override http request option.
21027
- * @throws {RequiredError}
21028
- */
21029
- apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<Array<FaqCategoryBreadCrumbModel>>>;
21030
20897
  /**
21031
20898
  *
21032
20899
  * @summary Delete FaqCategory.
@@ -21096,15 +20963,6 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
21096
20963
  * @export
21097
20964
  */
21098
20965
  export declare const FaqCategoriesApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
21099
- /**
21100
- *
21101
- * @summary Get BreadCrumbs.
21102
- * @param {string} faqId
21103
- * @param {string} [languageCode]
21104
- * @param {*} [options] Override http request option.
21105
- * @throws {RequiredError}
21106
- */
21107
- apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string | undefined, options?: any): AxiosPromise<Array<FaqCategoryBreadCrumbModel>>;
21108
20966
  /**
21109
20967
  *
21110
20968
  * @summary Delete FaqCategory.
@@ -21176,16 +21034,6 @@ export declare const FaqCategoriesApiFactory: (configuration?: Configuration | u
21176
21034
  * @extends {BaseAPI}
21177
21035
  */
21178
21036
  export declare class FaqCategoriesApi extends BaseAPI {
21179
- /**
21180
- *
21181
- * @summary Get BreadCrumbs.
21182
- * @param {string} faqId
21183
- * @param {string} [languageCode]
21184
- * @param {*} [options] Override http request option.
21185
- * @throws {RequiredError}
21186
- * @memberof FaqCategoriesApi
21187
- */
21188
- apiV1FaqcategoriesBreadcrumbsFaqIdGet(faqId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FaqCategoryBreadCrumbModel[]>>;
21189
21037
  /**
21190
21038
  *
21191
21039
  * @summary Delete FaqCategory.