ch-admin-api-client-typescript 3.5.6 → 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 +0 -188
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +0 -92
- package/package.json +1 -1
- package/src/api.ts +0 -230
package/lib/api.d.ts
CHANGED
|
@@ -3781,24 +3781,6 @@ export interface CreateDoctorCommand {
|
|
|
3781
3781
|
* @memberof CreateDoctorCommand
|
|
3782
3782
|
*/
|
|
3783
3783
|
'lastName'?: string | null;
|
|
3784
|
-
/**
|
|
3785
|
-
*
|
|
3786
|
-
* @type {string}
|
|
3787
|
-
* @memberof CreateDoctorCommand
|
|
3788
|
-
*/
|
|
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
3784
|
/**
|
|
3803
3785
|
*
|
|
3804
3786
|
* @type {Gender}
|
|
@@ -3817,24 +3799,6 @@ export interface CreateDoctorCommand {
|
|
|
3817
3799
|
* @memberof CreateDoctorCommand
|
|
3818
3800
|
*/
|
|
3819
3801
|
'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
3802
|
/**
|
|
3839
3803
|
*
|
|
3840
3804
|
* @type {string}
|
|
@@ -6692,43 +6656,6 @@ export interface FaqCategoriesModel {
|
|
|
6692
6656
|
*/
|
|
6693
6657
|
'metaData'?: PagedListMetaData;
|
|
6694
6658
|
}
|
|
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
6659
|
/**
|
|
6733
6660
|
*
|
|
6734
6661
|
* @export
|
|
@@ -12020,12 +11947,6 @@ export interface UpdateDealServiceCommand {
|
|
|
12020
11947
|
* @interface UpdateDealsSearchIndexCommand
|
|
12021
11948
|
*/
|
|
12022
11949
|
export interface UpdateDealsSearchIndexCommand {
|
|
12023
|
-
/**
|
|
12024
|
-
*
|
|
12025
|
-
* @type {number}
|
|
12026
|
-
* @memberof UpdateDealsSearchIndexCommand
|
|
12027
|
-
*/
|
|
12028
|
-
'batchSize'?: number | null;
|
|
12029
11950
|
/**
|
|
12030
11951
|
*
|
|
12031
11952
|
* @type {boolean}
|
|
@@ -12185,12 +12106,6 @@ export interface UpdateDoctorCommand {
|
|
|
12185
12106
|
* @memberof UpdateDoctorCommand
|
|
12186
12107
|
*/
|
|
12187
12108
|
'lastName'?: string | null;
|
|
12188
|
-
/**
|
|
12189
|
-
*
|
|
12190
|
-
* @type {string}
|
|
12191
|
-
* @memberof UpdateDoctorCommand
|
|
12192
|
-
*/
|
|
12193
|
-
'slug'?: string | null;
|
|
12194
12109
|
/**
|
|
12195
12110
|
*
|
|
12196
12111
|
* @type {string}
|
|
@@ -12227,48 +12142,12 @@ export interface UpdateDoctorCommand {
|
|
|
12227
12142
|
* @memberof UpdateDoctorCommand
|
|
12228
12143
|
*/
|
|
12229
12144
|
'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
12145
|
/**
|
|
12249
12146
|
*
|
|
12250
12147
|
* @type {string}
|
|
12251
12148
|
* @memberof UpdateDoctorCommand
|
|
12252
12149
|
*/
|
|
12253
12150
|
'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
12151
|
}
|
|
12273
12152
|
/**
|
|
12274
12153
|
*
|
|
@@ -12370,12 +12249,6 @@ export interface UpdateDoctorSpecialtyCommand {
|
|
|
12370
12249
|
* @interface UpdateDoctorsSearchIndexCommand
|
|
12371
12250
|
*/
|
|
12372
12251
|
export interface UpdateDoctorsSearchIndexCommand {
|
|
12373
|
-
/**
|
|
12374
|
-
*
|
|
12375
|
-
* @type {number}
|
|
12376
|
-
* @memberof UpdateDoctorsSearchIndexCommand
|
|
12377
|
-
*/
|
|
12378
|
-
'batchSize'?: number | null;
|
|
12379
12252
|
/**
|
|
12380
12253
|
*
|
|
12381
12254
|
* @type {boolean}
|
|
@@ -12809,12 +12682,6 @@ export interface UpdateHospitalSnsHandleCommand {
|
|
|
12809
12682
|
* @interface UpdateHospitalSpecialtiesSearchIndexCommand
|
|
12810
12683
|
*/
|
|
12811
12684
|
export interface UpdateHospitalSpecialtiesSearchIndexCommand {
|
|
12812
|
-
/**
|
|
12813
|
-
*
|
|
12814
|
-
* @type {number}
|
|
12815
|
-
* @memberof UpdateHospitalSpecialtiesSearchIndexCommand
|
|
12816
|
-
*/
|
|
12817
|
-
'batchSize'?: number | null;
|
|
12818
12685
|
/**
|
|
12819
12686
|
*
|
|
12820
12687
|
* @type {boolean}
|
|
@@ -12944,12 +12811,6 @@ export interface UpdateHospitalWorkingDayCommand {
|
|
|
12944
12811
|
* @interface UpdateHospitalsSearchIndexCommand
|
|
12945
12812
|
*/
|
|
12946
12813
|
export interface UpdateHospitalsSearchIndexCommand {
|
|
12947
|
-
/**
|
|
12948
|
-
*
|
|
12949
|
-
* @type {number}
|
|
12950
|
-
* @memberof UpdateHospitalsSearchIndexCommand
|
|
12951
|
-
*/
|
|
12952
|
-
'batchSize'?: number | null;
|
|
12953
12814
|
/**
|
|
12954
12815
|
*
|
|
12955
12816
|
* @type {boolean}
|
|
@@ -13374,12 +13235,6 @@ export interface UpdateServiceReviewCommand {
|
|
|
13374
13235
|
* @interface UpdateSpecialtiesSearchIndexCommand
|
|
13375
13236
|
*/
|
|
13376
13237
|
export interface UpdateSpecialtiesSearchIndexCommand {
|
|
13377
|
-
/**
|
|
13378
|
-
*
|
|
13379
|
-
* @type {number}
|
|
13380
|
-
* @memberof UpdateSpecialtiesSearchIndexCommand
|
|
13381
|
-
*/
|
|
13382
|
-
'batchSize'?: number | null;
|
|
13383
13238
|
/**
|
|
13384
13239
|
*
|
|
13385
13240
|
* @type {boolean}
|
|
@@ -13521,12 +13376,6 @@ export interface UpdateSpecialtyTypeCommand {
|
|
|
13521
13376
|
* @interface UpdateSpecialtyTypesSearchIndexCommand
|
|
13522
13377
|
*/
|
|
13523
13378
|
export interface UpdateSpecialtyTypesSearchIndexCommand {
|
|
13524
|
-
/**
|
|
13525
|
-
*
|
|
13526
|
-
* @type {number}
|
|
13527
|
-
* @memberof UpdateSpecialtyTypesSearchIndexCommand
|
|
13528
|
-
*/
|
|
13529
|
-
'batchSize'?: number | null;
|
|
13530
13379
|
/**
|
|
13531
13380
|
*
|
|
13532
13381
|
* @type {boolean}
|
|
@@ -20976,15 +20825,6 @@ export declare class EmailMarketingsApi extends BaseAPI {
|
|
|
20976
20825
|
* @export
|
|
20977
20826
|
*/
|
|
20978
20827
|
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
20828
|
/**
|
|
20989
20829
|
*
|
|
20990
20830
|
* @summary Delete FaqCategory.
|
|
@@ -21054,15 +20894,6 @@ export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configu
|
|
|
21054
20894
|
* @export
|
|
21055
20895
|
*/
|
|
21056
20896
|
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
20897
|
/**
|
|
21067
20898
|
*
|
|
21068
20899
|
* @summary Delete FaqCategory.
|
|
@@ -21132,15 +20963,6 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
|
|
|
21132
20963
|
* @export
|
|
21133
20964
|
*/
|
|
21134
20965
|
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
20966
|
/**
|
|
21145
20967
|
*
|
|
21146
20968
|
* @summary Delete FaqCategory.
|
|
@@ -21212,16 +21034,6 @@ export declare const FaqCategoriesApiFactory: (configuration?: Configuration | u
|
|
|
21212
21034
|
* @extends {BaseAPI}
|
|
21213
21035
|
*/
|
|
21214
21036
|
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
21037
|
/**
|
|
21226
21038
|
*
|
|
21227
21039
|
* @summary Delete FaqCategory.
|