ch-admin-api-client-typescript 4.2.8 → 4.3.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
@@ -668,6 +668,30 @@ export interface ArticleItemModel {
668
668
  * @memberof ArticleItemModel
669
669
  */
670
670
  'youtubeUrl'?: string | null;
671
+ /**
672
+ *
673
+ * @type {string}
674
+ * @memberof ArticleItemModel
675
+ */
676
+ 'photo'?: string | null;
677
+ /**
678
+ *
679
+ * @type {string}
680
+ * @memberof ArticleItemModel
681
+ */
682
+ 'photoThumbnail'?: string | null;
683
+ /**
684
+ *
685
+ * @type {string}
686
+ * @memberof ArticleItemModel
687
+ */
688
+ 'background'?: string | null;
689
+ /**
690
+ *
691
+ * @type {string}
692
+ * @memberof ArticleItemModel
693
+ */
694
+ 'backgroundThumbnail'?: string | null;
671
695
  /**
672
696
  *
673
697
  * @type {Array<ArticleTagItemModel>}
@@ -765,6 +789,30 @@ export interface ArticleModel {
765
789
  * @memberof ArticleModel
766
790
  */
767
791
  'youtubeUrl'?: string | null;
792
+ /**
793
+ *
794
+ * @type {string}
795
+ * @memberof ArticleModel
796
+ */
797
+ 'photo'?: string | null;
798
+ /**
799
+ *
800
+ * @type {string}
801
+ * @memberof ArticleModel
802
+ */
803
+ 'photoThumbnail'?: string | null;
804
+ /**
805
+ *
806
+ * @type {string}
807
+ * @memberof ArticleModel
808
+ */
809
+ 'background'?: string | null;
810
+ /**
811
+ *
812
+ * @type {string}
813
+ * @memberof ArticleModel
814
+ */
815
+ 'backgroundThumbnail'?: string | null;
768
816
  /**
769
817
  *
770
818
  * @type {Array<ArticleTagItemModel>}
@@ -3230,6 +3278,12 @@ export interface CreateArticleCommand {
3230
3278
  * @memberof CreateArticleCommand
3231
3279
  */
3232
3280
  'content'?: string | null;
3281
+ /**
3282
+ *
3283
+ * @type {string}
3284
+ * @memberof CreateArticleCommand
3285
+ */
3286
+ 'hospitalId'?: string;
3233
3287
  /**
3234
3288
  *
3235
3289
  * @type {ArticleStatus}
@@ -3253,7 +3307,25 @@ export interface CreateArticleCommand {
3253
3307
  * @type {string}
3254
3308
  * @memberof CreateArticleCommand
3255
3309
  */
3256
- 'hospitalId'?: string;
3310
+ 'photo'?: string | null;
3311
+ /**
3312
+ *
3313
+ * @type {string}
3314
+ * @memberof CreateArticleCommand
3315
+ */
3316
+ 'photoThumbnail'?: string | null;
3317
+ /**
3318
+ *
3319
+ * @type {string}
3320
+ * @memberof CreateArticleCommand
3321
+ */
3322
+ 'background'?: string | null;
3323
+ /**
3324
+ *
3325
+ * @type {string}
3326
+ * @memberof CreateArticleCommand
3327
+ */
3328
+ 'backgroundThumbnail'?: string | null;
3257
3329
  /**
3258
3330
  *
3259
3331
  * @type {Array<ArticleTagItemModel>}
@@ -4957,6 +5029,30 @@ export interface CreateSpecialtyCommand {
4957
5029
  * @memberof CreateSpecialtyCommand
4958
5030
  */
4959
5031
  'content'?: string | null;
5032
+ /**
5033
+ *
5034
+ * @type {string}
5035
+ * @memberof CreateSpecialtyCommand
5036
+ */
5037
+ 'photo'?: string | null;
5038
+ /**
5039
+ *
5040
+ * @type {string}
5041
+ * @memberof CreateSpecialtyCommand
5042
+ */
5043
+ 'photoThumbnail'?: string | null;
5044
+ /**
5045
+ *
5046
+ * @type {string}
5047
+ * @memberof CreateSpecialtyCommand
5048
+ */
5049
+ 'background'?: string | null;
5050
+ /**
5051
+ *
5052
+ * @type {string}
5053
+ * @memberof CreateSpecialtyCommand
5054
+ */
5055
+ 'backgroundThumbnail'?: string | null;
4960
5056
  /**
4961
5057
  *
4962
5058
  * @type {string}
@@ -5000,6 +5096,30 @@ export interface CreateSpecialtyTypeCommand {
5000
5096
  * @memberof CreateSpecialtyTypeCommand
5001
5097
  */
5002
5098
  'marketingType'?: MarketingType;
5099
+ /**
5100
+ *
5101
+ * @type {string}
5102
+ * @memberof CreateSpecialtyTypeCommand
5103
+ */
5104
+ 'photo'?: string | null;
5105
+ /**
5106
+ *
5107
+ * @type {string}
5108
+ * @memberof CreateSpecialtyTypeCommand
5109
+ */
5110
+ 'photoThumbnail'?: string | null;
5111
+ /**
5112
+ *
5113
+ * @type {string}
5114
+ * @memberof CreateSpecialtyTypeCommand
5115
+ */
5116
+ 'background'?: string | null;
5117
+ /**
5118
+ *
5119
+ * @type {string}
5120
+ * @memberof CreateSpecialtyTypeCommand
5121
+ */
5122
+ 'backgroundThumbnail'?: string | null;
5003
5123
  /**
5004
5124
  *
5005
5125
  * @type {Array<MediaModel>}
@@ -5803,6 +5923,18 @@ export interface DoctorAffiliationItemModel {
5803
5923
  * @memberof DoctorAffiliationItemModel
5804
5924
  */
5805
5925
  'hospitalSlug'?: string | null;
5926
+ /**
5927
+ *
5928
+ * @type {string}
5929
+ * @memberof DoctorAffiliationItemModel
5930
+ */
5931
+ 'countryId'?: string;
5932
+ /**
5933
+ *
5934
+ * @type {MarketingType}
5935
+ * @memberof DoctorAffiliationItemModel
5936
+ */
5937
+ 'marketingType'?: MarketingType;
5806
5938
  /**
5807
5939
  *
5808
5940
  * @type {string}
@@ -5900,6 +6032,18 @@ export interface DoctorAffiliationModel {
5900
6032
  * @memberof DoctorAffiliationModel
5901
6033
  */
5902
6034
  'hospitalSlug'?: string | null;
6035
+ /**
6036
+ *
6037
+ * @type {string}
6038
+ * @memberof DoctorAffiliationModel
6039
+ */
6040
+ 'countryId'?: string;
6041
+ /**
6042
+ *
6043
+ * @type {MarketingType}
6044
+ * @memberof DoctorAffiliationModel
6045
+ */
6046
+ 'marketingType'?: MarketingType;
5903
6047
  /**
5904
6048
  *
5905
6049
  * @type {string}
@@ -10876,6 +11020,30 @@ export interface SpecialtyItemModel {
10876
11020
  * @memberof SpecialtyItemModel
10877
11021
  */
10878
11022
  'confirmed'?: boolean;
11023
+ /**
11024
+ *
11025
+ * @type {string}
11026
+ * @memberof SpecialtyItemModel
11027
+ */
11028
+ 'photo'?: string | null;
11029
+ /**
11030
+ *
11031
+ * @type {string}
11032
+ * @memberof SpecialtyItemModel
11033
+ */
11034
+ 'photoThumbnail'?: string | null;
11035
+ /**
11036
+ *
11037
+ * @type {string}
11038
+ * @memberof SpecialtyItemModel
11039
+ */
11040
+ 'background'?: string | null;
11041
+ /**
11042
+ *
11043
+ * @type {string}
11044
+ * @memberof SpecialtyItemModel
11045
+ */
11046
+ 'backgroundThumbnail'?: string | null;
10879
11047
  /**
10880
11048
  *
10881
11049
  * @type {string}
@@ -10986,6 +11154,30 @@ export interface SpecialtyModel {
10986
11154
  * @memberof SpecialtyModel
10987
11155
  */
10988
11156
  'confirmed'?: boolean;
11157
+ /**
11158
+ *
11159
+ * @type {string}
11160
+ * @memberof SpecialtyModel
11161
+ */
11162
+ 'photo'?: string | null;
11163
+ /**
11164
+ *
11165
+ * @type {string}
11166
+ * @memberof SpecialtyModel
11167
+ */
11168
+ 'photoThumbnail'?: string | null;
11169
+ /**
11170
+ *
11171
+ * @type {string}
11172
+ * @memberof SpecialtyModel
11173
+ */
11174
+ 'background'?: string | null;
11175
+ /**
11176
+ *
11177
+ * @type {string}
11178
+ * @memberof SpecialtyModel
11179
+ */
11180
+ 'backgroundThumbnail'?: string | null;
10989
11181
  /**
10990
11182
  *
10991
11183
  * @type {string}
@@ -11071,6 +11263,30 @@ export interface SpecialtyTypeItemModel {
11071
11263
  * @memberof SpecialtyTypeItemModel
11072
11264
  */
11073
11265
  'confirmed'?: boolean;
11266
+ /**
11267
+ *
11268
+ * @type {string}
11269
+ * @memberof SpecialtyTypeItemModel
11270
+ */
11271
+ 'photo'?: string | null;
11272
+ /**
11273
+ *
11274
+ * @type {string}
11275
+ * @memberof SpecialtyTypeItemModel
11276
+ */
11277
+ 'photoThumbnail'?: string | null;
11278
+ /**
11279
+ *
11280
+ * @type {string}
11281
+ * @memberof SpecialtyTypeItemModel
11282
+ */
11283
+ 'background'?: string | null;
11284
+ /**
11285
+ *
11286
+ * @type {string}
11287
+ * @memberof SpecialtyTypeItemModel
11288
+ */
11289
+ 'backgroundThumbnail'?: string | null;
11074
11290
  /**
11075
11291
  *
11076
11292
  * @type {string}
@@ -11138,6 +11354,30 @@ export interface SpecialtyTypeModel {
11138
11354
  * @memberof SpecialtyTypeModel
11139
11355
  */
11140
11356
  'confirmed'?: boolean;
11357
+ /**
11358
+ *
11359
+ * @type {string}
11360
+ * @memberof SpecialtyTypeModel
11361
+ */
11362
+ 'photo'?: string | null;
11363
+ /**
11364
+ *
11365
+ * @type {string}
11366
+ * @memberof SpecialtyTypeModel
11367
+ */
11368
+ 'photoThumbnail'?: string | null;
11369
+ /**
11370
+ *
11371
+ * @type {string}
11372
+ * @memberof SpecialtyTypeModel
11373
+ */
11374
+ 'background'?: string | null;
11375
+ /**
11376
+ *
11377
+ * @type {string}
11378
+ * @memberof SpecialtyTypeModel
11379
+ */
11380
+ 'backgroundThumbnail'?: string | null;
11141
11381
  /**
11142
11382
  *
11143
11383
  * @type {string}
@@ -11711,6 +11951,30 @@ export interface UpdateArticleCommand {
11711
11951
  * @memberof UpdateArticleCommand
11712
11952
  */
11713
11953
  'youtubeUrl'?: string | null;
11954
+ /**
11955
+ *
11956
+ * @type {string}
11957
+ * @memberof UpdateArticleCommand
11958
+ */
11959
+ 'photo'?: string | null;
11960
+ /**
11961
+ *
11962
+ * @type {string}
11963
+ * @memberof UpdateArticleCommand
11964
+ */
11965
+ 'photoThumbnail'?: string | null;
11966
+ /**
11967
+ *
11968
+ * @type {string}
11969
+ * @memberof UpdateArticleCommand
11970
+ */
11971
+ 'background'?: string | null;
11972
+ /**
11973
+ *
11974
+ * @type {string}
11975
+ * @memberof UpdateArticleCommand
11976
+ */
11977
+ 'backgroundThumbnail'?: string | null;
11714
11978
  /**
11715
11979
  *
11716
11980
  * @type {Array<ArticleTagItemModel>}
@@ -13494,6 +13758,30 @@ export interface UpdateSpecialtyCommand {
13494
13758
  * @memberof UpdateSpecialtyCommand
13495
13759
  */
13496
13760
  'languageCode'?: string | null;
13761
+ /**
13762
+ *
13763
+ * @type {string}
13764
+ * @memberof UpdateSpecialtyCommand
13765
+ */
13766
+ 'photo'?: string | null;
13767
+ /**
13768
+ *
13769
+ * @type {string}
13770
+ * @memberof UpdateSpecialtyCommand
13771
+ */
13772
+ 'photoThumbnail'?: string | null;
13773
+ /**
13774
+ *
13775
+ * @type {string}
13776
+ * @memberof UpdateSpecialtyCommand
13777
+ */
13778
+ 'background'?: string | null;
13779
+ /**
13780
+ *
13781
+ * @type {string}
13782
+ * @memberof UpdateSpecialtyCommand
13783
+ */
13784
+ 'backgroundThumbnail'?: string | null;
13497
13785
  /**
13498
13786
  *
13499
13787
  * @type {string}
@@ -13549,6 +13837,30 @@ export interface UpdateSpecialtyTypeCommand {
13549
13837
  * @memberof UpdateSpecialtyTypeCommand
13550
13838
  */
13551
13839
  'marketingType'?: MarketingType;
13840
+ /**
13841
+ *
13842
+ * @type {string}
13843
+ * @memberof UpdateSpecialtyTypeCommand
13844
+ */
13845
+ 'photo'?: string | null;
13846
+ /**
13847
+ *
13848
+ * @type {string}
13849
+ * @memberof UpdateSpecialtyTypeCommand
13850
+ */
13851
+ 'photoThumbnail'?: string | null;
13852
+ /**
13853
+ *
13854
+ * @type {string}
13855
+ * @memberof UpdateSpecialtyTypeCommand
13856
+ */
13857
+ 'background'?: string | null;
13858
+ /**
13859
+ *
13860
+ * @type {string}
13861
+ * @memberof UpdateSpecialtyTypeCommand
13862
+ */
13863
+ 'backgroundThumbnail'?: string | null;
13552
13864
  /**
13553
13865
  *
13554
13866
  * @type {string}
@@ -19199,6 +19511,8 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
19199
19511
  * @param {string} [doctorName]
19200
19512
  * @param {string} [doctorSlug]
19201
19513
  * @param {string} [specialtyId]
19514
+ * @param {MarketingType} [marketingType]
19515
+ * @param {string} [countryId]
19202
19516
  * @param {string} [languageCode]
19203
19517
  * @param {boolean} [showHidden]
19204
19518
  * @param {number} [page]
@@ -19207,7 +19521,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
19207
19521
  * @param {*} [options] Override http request option.
19208
19522
  * @throws {RequiredError}
19209
19523
  */
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>;
19524
+ 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
19525
  /**
19212
19526
  *
19213
19527
  * @summary Delete doctor affiliation.
@@ -19306,6 +19620,8 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
19306
19620
  * @param {string} [doctorName]
19307
19621
  * @param {string} [doctorSlug]
19308
19622
  * @param {string} [specialtyId]
19623
+ * @param {MarketingType} [marketingType]
19624
+ * @param {string} [countryId]
19309
19625
  * @param {string} [languageCode]
19310
19626
  * @param {boolean} [showHidden]
19311
19627
  * @param {number} [page]
@@ -19314,7 +19630,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
19314
19630
  * @param {*} [options] Override http request option.
19315
19631
  * @throws {RequiredError}
19316
19632
  */
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>>;
19633
+ 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
19634
  /**
19319
19635
  *
19320
19636
  * @summary Delete doctor affiliation.
@@ -19413,6 +19729,8 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
19413
19729
  * @param {string} [doctorName]
19414
19730
  * @param {string} [doctorSlug]
19415
19731
  * @param {string} [specialtyId]
19732
+ * @param {MarketingType} [marketingType]
19733
+ * @param {string} [countryId]
19416
19734
  * @param {string} [languageCode]
19417
19735
  * @param {boolean} [showHidden]
19418
19736
  * @param {number} [page]
@@ -19421,7 +19739,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
19421
19739
  * @param {*} [options] Override http request option.
19422
19740
  * @throws {RequiredError}
19423
19741
  */
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>;
19742
+ 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
19743
  /**
19426
19744
  *
19427
19745
  * @summary Delete doctor affiliation.
@@ -19527,6 +19845,8 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
19527
19845
  * @param {string} [doctorName]
19528
19846
  * @param {string} [doctorSlug]
19529
19847
  * @param {string} [specialtyId]
19848
+ * @param {MarketingType} [marketingType]
19849
+ * @param {string} [countryId]
19530
19850
  * @param {string} [languageCode]
19531
19851
  * @param {boolean} [showHidden]
19532
19852
  * @param {number} [page]
@@ -19536,7 +19856,7 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
19536
19856
  * @throws {RequiredError}
19537
19857
  * @memberof DoctorAffiliationsApi
19538
19858
  */
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>>;
19859
+ 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
19860
  /**
19541
19861
  *
19542
19862
  * @summary Delete doctor affiliation.
@@ -19703,47 +20023,44 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
19703
20023
  apiV1DoctorsDoctorIdGet: (doctorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19704
20024
  /**
19705
20025
  *
19706
- * @summary Delete DoctorLanguage
20026
+ * @summary Get all DoctorLanguages.
19707
20027
  * @param {string} doctorId
19708
- * @param {string} languageId
19709
- * @param {string} code
20028
+ * @param {string} [language]
20029
+ * @param {number} [page]
20030
+ * @param {number} [limit]
20031
+ * @param {Date} [lastRetrieved]
19710
20032
  * @param {*} [options] Override http request option.
19711
20033
  * @throws {RequiredError}
19712
20034
  */
19713
- apiV1DoctorsDoctorIdLanguagesCodeDelete: (doctorId: string, languageId: string, code: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20035
+ apiV1DoctorsDoctorIdLanguagesGet: (doctorId: string, language?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19714
20036
  /**
19715
20037
  *
19716
- * @summary Get DoctorLanguage.
20038
+ * @summary Delete DoctorLanguage
19717
20039
  * @param {string} doctorId
19718
20040
  * @param {string} languageId
19719
- * @param {string} code
19720
20041
  * @param {*} [options] Override http request option.
19721
20042
  * @throws {RequiredError}
19722
20043
  */
19723
- apiV1DoctorsDoctorIdLanguagesCodeGet: (doctorId: string, languageId: string, code: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20044
+ apiV1DoctorsDoctorIdLanguagesLanguageIdDelete: (doctorId: string, languageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19724
20045
  /**
19725
20046
  *
19726
- * @summary Update DoctorLanguage.
20047
+ * @summary Get DoctorLanguage.
19727
20048
  * @param {string} doctorId
19728
20049
  * @param {string} languageId
19729
- * @param {string} code
19730
- * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
19731
20050
  * @param {*} [options] Override http request option.
19732
20051
  * @throws {RequiredError}
19733
20052
  */
19734
- apiV1DoctorsDoctorIdLanguagesCodePut: (doctorId: string, languageId: string, code: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20053
+ apiV1DoctorsDoctorIdLanguagesLanguageIdGet: (doctorId: string, languageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19735
20054
  /**
19736
20055
  *
19737
- * @summary Get all DoctorLanguages.
20056
+ * @summary Update DoctorLanguage.
19738
20057
  * @param {string} doctorId
19739
- * @param {string} [language]
19740
- * @param {number} [page]
19741
- * @param {number} [limit]
19742
- * @param {Date} [lastRetrieved]
20058
+ * @param {string} languageId
20059
+ * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
19743
20060
  * @param {*} [options] Override http request option.
19744
20061
  * @throws {RequiredError}
19745
20062
  */
19746
- apiV1DoctorsDoctorIdLanguagesGet: (doctorId: string, language?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
20063
+ apiV1DoctorsDoctorIdLanguagesLanguageIdPut: (doctorId: string, languageId: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19747
20064
  /**
19748
20065
  *
19749
20066
  * @summary Create DoctorLanguage.
@@ -20096,47 +20413,44 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
20096
20413
  apiV1DoctorsDoctorIdGet(doctorId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
20097
20414
  /**
20098
20415
  *
20099
- * @summary Delete DoctorLanguage
20416
+ * @summary Get all DoctorLanguages.
20100
20417
  * @param {string} doctorId
20101
- * @param {string} languageId
20102
- * @param {string} code
20418
+ * @param {string} [language]
20419
+ * @param {number} [page]
20420
+ * @param {number} [limit]
20421
+ * @param {Date} [lastRetrieved]
20103
20422
  * @param {*} [options] Override http request option.
20104
20423
  * @throws {RequiredError}
20105
20424
  */
20106
- apiV1DoctorsDoctorIdLanguagesCodeDelete(doctorId: string, languageId: string, code: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
20425
+ apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, language?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorLanguagesModel>>;
20107
20426
  /**
20108
20427
  *
20109
- * @summary Get DoctorLanguage.
20428
+ * @summary Delete DoctorLanguage
20110
20429
  * @param {string} doctorId
20111
20430
  * @param {string} languageId
20112
- * @param {string} code
20113
20431
  * @param {*} [options] Override http request option.
20114
20432
  * @throws {RequiredError}
20115
20433
  */
20116
- apiV1DoctorsDoctorIdLanguagesCodeGet(doctorId: string, languageId: string, code: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorLanguageModel>>;
20434
+ apiV1DoctorsDoctorIdLanguagesLanguageIdDelete(doctorId: string, languageId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
20117
20435
  /**
20118
20436
  *
20119
- * @summary Update DoctorLanguage.
20437
+ * @summary Get DoctorLanguage.
20120
20438
  * @param {string} doctorId
20121
20439
  * @param {string} languageId
20122
- * @param {string} code
20123
- * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
20124
20440
  * @param {*} [options] Override http request option.
20125
20441
  * @throws {RequiredError}
20126
20442
  */
20127
- apiV1DoctorsDoctorIdLanguagesCodePut(doctorId: string, languageId: string, code: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorLanguageModel>>;
20443
+ apiV1DoctorsDoctorIdLanguagesLanguageIdGet(doctorId: string, languageId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorLanguageModel>>;
20128
20444
  /**
20129
20445
  *
20130
- * @summary Get all DoctorLanguages.
20446
+ * @summary Update DoctorLanguage.
20131
20447
  * @param {string} doctorId
20132
- * @param {string} [language]
20133
- * @param {number} [page]
20134
- * @param {number} [limit]
20135
- * @param {Date} [lastRetrieved]
20448
+ * @param {string} languageId
20449
+ * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
20136
20450
  * @param {*} [options] Override http request option.
20137
20451
  * @throws {RequiredError}
20138
20452
  */
20139
- apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, language?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorLanguagesModel>>;
20453
+ apiV1DoctorsDoctorIdLanguagesLanguageIdPut(doctorId: string, languageId: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorLanguageModel>>;
20140
20454
  /**
20141
20455
  *
20142
20456
  * @summary Create DoctorLanguage.
@@ -20489,47 +20803,44 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
20489
20803
  apiV1DoctorsDoctorIdGet(doctorId: string, options?: any): AxiosPromise<DoctorModel>;
20490
20804
  /**
20491
20805
  *
20492
- * @summary Delete DoctorLanguage
20806
+ * @summary Get all DoctorLanguages.
20493
20807
  * @param {string} doctorId
20494
- * @param {string} languageId
20495
- * @param {string} code
20808
+ * @param {string} [language]
20809
+ * @param {number} [page]
20810
+ * @param {number} [limit]
20811
+ * @param {Date} [lastRetrieved]
20496
20812
  * @param {*} [options] Override http request option.
20497
20813
  * @throws {RequiredError}
20498
20814
  */
20499
- apiV1DoctorsDoctorIdLanguagesCodeDelete(doctorId: string, languageId: string, code: string, options?: any): AxiosPromise<boolean>;
20815
+ apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, language?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorLanguagesModel>;
20500
20816
  /**
20501
20817
  *
20502
- * @summary Get DoctorLanguage.
20818
+ * @summary Delete DoctorLanguage
20503
20819
  * @param {string} doctorId
20504
20820
  * @param {string} languageId
20505
- * @param {string} code
20506
20821
  * @param {*} [options] Override http request option.
20507
20822
  * @throws {RequiredError}
20508
20823
  */
20509
- apiV1DoctorsDoctorIdLanguagesCodeGet(doctorId: string, languageId: string, code: string, options?: any): AxiosPromise<DoctorLanguageModel>;
20824
+ apiV1DoctorsDoctorIdLanguagesLanguageIdDelete(doctorId: string, languageId: string, options?: any): AxiosPromise<boolean>;
20510
20825
  /**
20511
20826
  *
20512
- * @summary Update DoctorLanguage.
20827
+ * @summary Get DoctorLanguage.
20513
20828
  * @param {string} doctorId
20514
20829
  * @param {string} languageId
20515
- * @param {string} code
20516
- * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
20517
20830
  * @param {*} [options] Override http request option.
20518
20831
  * @throws {RequiredError}
20519
20832
  */
20520
- apiV1DoctorsDoctorIdLanguagesCodePut(doctorId: string, languageId: string, code: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand | undefined, options?: any): AxiosPromise<DoctorLanguageModel>;
20833
+ apiV1DoctorsDoctorIdLanguagesLanguageIdGet(doctorId: string, languageId: string, options?: any): AxiosPromise<DoctorLanguageModel>;
20521
20834
  /**
20522
20835
  *
20523
- * @summary Get all DoctorLanguages.
20836
+ * @summary Update DoctorLanguage.
20524
20837
  * @param {string} doctorId
20525
- * @param {string} [language]
20526
- * @param {number} [page]
20527
- * @param {number} [limit]
20528
- * @param {Date} [lastRetrieved]
20838
+ * @param {string} languageId
20839
+ * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
20529
20840
  * @param {*} [options] Override http request option.
20530
20841
  * @throws {RequiredError}
20531
20842
  */
20532
- apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, language?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorLanguagesModel>;
20843
+ apiV1DoctorsDoctorIdLanguagesLanguageIdPut(doctorId: string, languageId: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand | undefined, options?: any): AxiosPromise<DoctorLanguageModel>;
20533
20844
  /**
20534
20845
  *
20535
20846
  * @summary Create DoctorLanguage.
@@ -20896,51 +21207,48 @@ export declare class DoctorsApi extends BaseAPI {
20896
21207
  apiV1DoctorsDoctorIdGet(doctorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel>>;
20897
21208
  /**
20898
21209
  *
20899
- * @summary Delete DoctorLanguage
21210
+ * @summary Get all DoctorLanguages.
20900
21211
  * @param {string} doctorId
20901
- * @param {string} languageId
20902
- * @param {string} code
21212
+ * @param {string} [language]
21213
+ * @param {number} [page]
21214
+ * @param {number} [limit]
21215
+ * @param {Date} [lastRetrieved]
20903
21216
  * @param {*} [options] Override http request option.
20904
21217
  * @throws {RequiredError}
20905
21218
  * @memberof DoctorsApi
20906
21219
  */
20907
- apiV1DoctorsDoctorIdLanguagesCodeDelete(doctorId: string, languageId: string, code: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
21220
+ apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, language?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguagesModel>>;
20908
21221
  /**
20909
21222
  *
20910
- * @summary Get DoctorLanguage.
21223
+ * @summary Delete DoctorLanguage
20911
21224
  * @param {string} doctorId
20912
21225
  * @param {string} languageId
20913
- * @param {string} code
20914
21226
  * @param {*} [options] Override http request option.
20915
21227
  * @throws {RequiredError}
20916
21228
  * @memberof DoctorsApi
20917
21229
  */
20918
- apiV1DoctorsDoctorIdLanguagesCodeGet(doctorId: string, languageId: string, code: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel>>;
21230
+ apiV1DoctorsDoctorIdLanguagesLanguageIdDelete(doctorId: string, languageId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
20919
21231
  /**
20920
21232
  *
20921
- * @summary Update DoctorLanguage.
21233
+ * @summary Get DoctorLanguage.
20922
21234
  * @param {string} doctorId
20923
21235
  * @param {string} languageId
20924
- * @param {string} code
20925
- * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
20926
21236
  * @param {*} [options] Override http request option.
20927
21237
  * @throws {RequiredError}
20928
21238
  * @memberof DoctorsApi
20929
21239
  */
20930
- apiV1DoctorsDoctorIdLanguagesCodePut(doctorId: string, languageId: string, code: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel>>;
21240
+ apiV1DoctorsDoctorIdLanguagesLanguageIdGet(doctorId: string, languageId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel>>;
20931
21241
  /**
20932
21242
  *
20933
- * @summary Get all DoctorLanguages.
21243
+ * @summary Update DoctorLanguage.
20934
21244
  * @param {string} doctorId
20935
- * @param {string} [language]
20936
- * @param {number} [page]
20937
- * @param {number} [limit]
20938
- * @param {Date} [lastRetrieved]
21245
+ * @param {string} languageId
21246
+ * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
20939
21247
  * @param {*} [options] Override http request option.
20940
21248
  * @throws {RequiredError}
20941
21249
  * @memberof DoctorsApi
20942
21250
  */
20943
- apiV1DoctorsDoctorIdLanguagesGet(doctorId: string, language?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguagesModel>>;
21251
+ apiV1DoctorsDoctorIdLanguagesLanguageIdPut(doctorId: string, languageId: string, updateDoctorLanguageCommand?: UpdateDoctorLanguageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorLanguageModel>>;
20944
21252
  /**
20945
21253
  *
20946
21254
  * @summary Create DoctorLanguage.