ch-api-client-typescript2 4.0.9 → 4.1.4

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
@@ -775,16 +775,6 @@ export interface ArticleSourcesModel {
775
775
  */
776
776
  'metaData'?: PagedListMetaData;
777
777
  }
778
- /**
779
- *
780
- * @export
781
- * @enum {string}
782
- */
783
- export declare enum ArticleStatus {
784
- Draft = "Draft",
785
- Active = "Active",
786
- Archived = "Archived"
787
- }
788
778
  /**
789
779
  *
790
780
  * @export
@@ -5889,6 +5879,36 @@ export interface HospitalServiceItemModel {
5889
5879
  * @memberof HospitalServiceItemModel
5890
5880
  */
5891
5881
  'hospitalSpecialtySlug'?: string | null;
5882
+ /**
5883
+ *
5884
+ * @type {string}
5885
+ * @memberof HospitalServiceItemModel
5886
+ */
5887
+ 'hospitalSpecialtyId'?: string;
5888
+ /**
5889
+ *
5890
+ * @type {Procedure}
5891
+ * @memberof HospitalServiceItemModel
5892
+ */
5893
+ 'procedure'?: Procedure;
5894
+ /**
5895
+ *
5896
+ * @type {number}
5897
+ * @memberof HospitalServiceItemModel
5898
+ */
5899
+ 'minPrice'?: number | null;
5900
+ /**
5901
+ *
5902
+ * @type {number}
5903
+ * @memberof HospitalServiceItemModel
5904
+ */
5905
+ 'maxPrice'?: number | null;
5906
+ /**
5907
+ *
5908
+ * @type {boolean}
5909
+ * @memberof HospitalServiceItemModel
5910
+ */
5911
+ 'priceReuqest'?: boolean;
5892
5912
  /**
5893
5913
  *
5894
5914
  * @type {number}
@@ -5962,6 +5982,36 @@ export interface HospitalServiceModel {
5962
5982
  * @memberof HospitalServiceModel
5963
5983
  */
5964
5984
  'hospitalSpecialtySlug'?: string | null;
5985
+ /**
5986
+ *
5987
+ * @type {string}
5988
+ * @memberof HospitalServiceModel
5989
+ */
5990
+ 'hospitalSpecialtyId'?: string;
5991
+ /**
5992
+ *
5993
+ * @type {Procedure}
5994
+ * @memberof HospitalServiceModel
5995
+ */
5996
+ 'procedure'?: Procedure;
5997
+ /**
5998
+ *
5999
+ * @type {number}
6000
+ * @memberof HospitalServiceModel
6001
+ */
6002
+ 'minPrice'?: number | null;
6003
+ /**
6004
+ *
6005
+ * @type {number}
6006
+ * @memberof HospitalServiceModel
6007
+ */
6008
+ 'maxPrice'?: number | null;
6009
+ /**
6010
+ *
6011
+ * @type {boolean}
6012
+ * @memberof HospitalServiceModel
6013
+ */
6014
+ 'priceReuqest'?: boolean;
5965
6015
  /**
5966
6016
  *
5967
6017
  * @type {number}
@@ -6040,30 +6090,6 @@ export interface HospitalServiceModel {
6040
6090
  * @memberof HospitalServiceModel
6041
6091
  */
6042
6092
  'serviceCategoryName'?: string | null;
6043
- /**
6044
- *
6045
- * @type {Procedure}
6046
- * @memberof HospitalServiceModel
6047
- */
6048
- 'procedure'?: Procedure;
6049
- /**
6050
- *
6051
- * @type {number}
6052
- * @memberof HospitalServiceModel
6053
- */
6054
- 'minPrice'?: number | null;
6055
- /**
6056
- *
6057
- * @type {number}
6058
- * @memberof HospitalServiceModel
6059
- */
6060
- 'maxPrice'?: number | null;
6061
- /**
6062
- *
6063
- * @type {boolean}
6064
- * @memberof HospitalServiceModel
6065
- */
6066
- 'priceReuqest'?: boolean;
6067
6093
  /**
6068
6094
  *
6069
6095
  * @type {string}
@@ -6274,6 +6300,30 @@ export interface HospitalSpecialtyItemModel {
6274
6300
  * @memberof HospitalSpecialtyItemModel
6275
6301
  */
6276
6302
  'specialtyId'?: string;
6303
+ /**
6304
+ *
6305
+ * @type {string}
6306
+ * @memberof HospitalSpecialtyItemModel
6307
+ */
6308
+ 'specialtyName'?: string | null;
6309
+ /**
6310
+ *
6311
+ * @type {string}
6312
+ * @memberof HospitalSpecialtyItemModel
6313
+ */
6314
+ 'specialtyTypeId'?: string;
6315
+ /**
6316
+ *
6317
+ * @type {string}
6318
+ * @memberof HospitalSpecialtyItemModel
6319
+ */
6320
+ 'specialtyTypeName'?: string | null;
6321
+ /**
6322
+ *
6323
+ * @type {MarketingType}
6324
+ * @memberof HospitalSpecialtyItemModel
6325
+ */
6326
+ 'marketingType'?: MarketingType;
6277
6327
  /**
6278
6328
  *
6279
6329
  * @type {AuditableEntity}
@@ -6361,58 +6411,70 @@ export interface HospitalSpecialtyModel {
6361
6411
  'specialtyId'?: string;
6362
6412
  /**
6363
6413
  *
6364
- * @type {AuditableEntity}
6414
+ * @type {string}
6365
6415
  * @memberof HospitalSpecialtyModel
6366
6416
  */
6367
- 'auditableEntity'?: AuditableEntity;
6417
+ 'specialtyName'?: string | null;
6368
6418
  /**
6369
6419
  *
6370
6420
  * @type {string}
6371
6421
  * @memberof HospitalSpecialtyModel
6372
6422
  */
6373
- 'description'?: string | null;
6423
+ 'specialtyTypeId'?: string;
6374
6424
  /**
6375
6425
  *
6376
6426
  * @type {string}
6377
6427
  * @memberof HospitalSpecialtyModel
6378
6428
  */
6379
- 'overview'?: string | null;
6429
+ 'specialtyTypeName'?: string | null;
6430
+ /**
6431
+ *
6432
+ * @type {MarketingType}
6433
+ * @memberof HospitalSpecialtyModel
6434
+ */
6435
+ 'marketingType'?: MarketingType;
6436
+ /**
6437
+ *
6438
+ * @type {AuditableEntity}
6439
+ * @memberof HospitalSpecialtyModel
6440
+ */
6441
+ 'auditableEntity'?: AuditableEntity;
6380
6442
  /**
6381
6443
  *
6382
6444
  * @type {string}
6383
6445
  * @memberof HospitalSpecialtyModel
6384
6446
  */
6385
- 'content'?: string | null;
6447
+ 'description'?: string | null;
6386
6448
  /**
6387
6449
  *
6388
6450
  * @type {string}
6389
6451
  * @memberof HospitalSpecialtyModel
6390
6452
  */
6391
- 'hospitalId'?: string;
6453
+ 'overview'?: string | null;
6392
6454
  /**
6393
6455
  *
6394
6456
  * @type {string}
6395
6457
  * @memberof HospitalSpecialtyModel
6396
6458
  */
6397
- 'hospitalName'?: string | null;
6459
+ 'content'?: string | null;
6398
6460
  /**
6399
6461
  *
6400
6462
  * @type {string}
6401
6463
  * @memberof HospitalSpecialtyModel
6402
6464
  */
6403
- 'hospitalSlug'?: string | null;
6465
+ 'hospitalId'?: string;
6404
6466
  /**
6405
6467
  *
6406
6468
  * @type {string}
6407
6469
  * @memberof HospitalSpecialtyModel
6408
6470
  */
6409
- 'specialtyName'?: string | null;
6471
+ 'hospitalName'?: string | null;
6410
6472
  /**
6411
6473
  *
6412
6474
  * @type {string}
6413
6475
  * @memberof HospitalSpecialtyModel
6414
6476
  */
6415
- 'specialtyTypeId'?: string;
6477
+ 'hospitalSlug'?: string | null;
6416
6478
  /**
6417
6479
  *
6418
6480
  * @type {string}
@@ -8026,6 +8088,12 @@ export interface ServiceReviewItemModel {
8026
8088
  * @memberof ServiceReviewItemModel
8027
8089
  */
8028
8090
  'serviceSlug'?: string | null;
8091
+ /**
8092
+ *
8093
+ * @type {string}
8094
+ * @memberof ServiceReviewItemModel
8095
+ */
8096
+ 'hospitalId'?: string;
8029
8097
  /**
8030
8098
  *
8031
8099
  * @type {string}
@@ -8153,6 +8221,12 @@ export interface ServiceReviewModel {
8153
8221
  * @memberof ServiceReviewModel
8154
8222
  */
8155
8223
  'serviceSlug'?: string | null;
8224
+ /**
8225
+ *
8226
+ * @type {string}
8227
+ * @memberof ServiceReviewModel
8228
+ */
8229
+ 'hospitalId'?: string;
8156
8230
  /**
8157
8231
  *
8158
8232
  * @type {string}
@@ -10029,7 +10103,6 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
10029
10103
  * @param {string} [id]
10030
10104
  * @param {string} [name]
10031
10105
  * @param {string} [description]
10032
- * @param {ArticleStatus} [status]
10033
10106
  * @param {MarketingType} [marketingType]
10034
10107
  * @param {string} [userId]
10035
10108
  * @param {string} [userName]
@@ -10049,7 +10122,7 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
10049
10122
  * @param {*} [options] Override http request option.
10050
10123
  * @throws {RequiredError}
10051
10124
  */
10052
- apiV2ArticlesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10125
+ apiV2ArticlesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10053
10126
  /**
10054
10127
  *
10055
10128
  * @param {string} slug
@@ -10171,7 +10244,6 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
10171
10244
  * @param {string} [id]
10172
10245
  * @param {string} [name]
10173
10246
  * @param {string} [description]
10174
- * @param {ArticleStatus} [status]
10175
10247
  * @param {MarketingType} [marketingType]
10176
10248
  * @param {string} [userId]
10177
10249
  * @param {string} [userName]
@@ -10191,7 +10263,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
10191
10263
  * @param {*} [options] Override http request option.
10192
10264
  * @throws {RequiredError}
10193
10265
  */
10194
- apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
10266
+ apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
10195
10267
  /**
10196
10268
  *
10197
10269
  * @param {string} slug
@@ -10313,7 +10385,6 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
10313
10385
  * @param {string} [id]
10314
10386
  * @param {string} [name]
10315
10387
  * @param {string} [description]
10316
- * @param {ArticleStatus} [status]
10317
10388
  * @param {MarketingType} [marketingType]
10318
10389
  * @param {string} [userId]
10319
10390
  * @param {string} [userName]
@@ -10333,7 +10404,7 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
10333
10404
  * @param {*} [options] Override http request option.
10334
10405
  * @throws {RequiredError}
10335
10406
  */
10336
- apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticlesModel>;
10407
+ apiV2ArticlesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticlesModel>;
10337
10408
  /**
10338
10409
  *
10339
10410
  * @param {string} slug
@@ -10466,7 +10537,6 @@ export declare class ArticlesApi extends BaseAPI {
10466
10537
  * @param {string} [id]
10467
10538
  * @param {string} [name]
10468
10539
  * @param {string} [description]
10469
- * @param {ArticleStatus} [status]
10470
10540
  * @param {MarketingType} [marketingType]
10471
10541
  * @param {string} [userId]
10472
10542
  * @param {string} [userName]
@@ -10487,7 +10557,7 @@ export declare class ArticlesApi extends BaseAPI {
10487
10557
  * @throws {RequiredError}
10488
10558
  * @memberof ArticlesApi
10489
10559
  */
10490
- apiV2ArticlesGet(id?: string, name?: string, description?: string, status?: ArticleStatus, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel, any>>;
10560
+ apiV2ArticlesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel, any>>;
10491
10561
  /**
10492
10562
  *
10493
10563
  * @param {string} slug
@@ -12455,6 +12525,28 @@ export declare class DealsApi extends BaseAPI {
12455
12525
  * @export
12456
12526
  */
12457
12527
  export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
12528
+ /**
12529
+ *
12530
+ * @summary Get all DoctorAffiliationMedias.
12531
+ * @param {string} doctorAffiliationId
12532
+ * @param {string} [id]
12533
+ * @param {MediaType} [mediaType]
12534
+ * @param {number} [page]
12535
+ * @param {number} [limit]
12536
+ * @param {Date} [lastRetrieved]
12537
+ * @param {*} [options] Override http request option.
12538
+ * @throws {RequiredError}
12539
+ */
12540
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet: (doctorAffiliationId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12541
+ /**
12542
+ *
12543
+ * @summary Get DoctorAffiliationMedia.
12544
+ * @param {string} doctorAffiliationId
12545
+ * @param {string} mediaId
12546
+ * @param {*} [options] Override http request option.
12547
+ * @throws {RequiredError}
12548
+ */
12549
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet: (doctorAffiliationId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12458
12550
  /**
12459
12551
  *
12460
12552
  * @summary Get all doctor affiliations.
@@ -12497,6 +12589,28 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
12497
12589
  * @export
12498
12590
  */
12499
12591
  export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | undefined) => {
12592
+ /**
12593
+ *
12594
+ * @summary Get all DoctorAffiliationMedias.
12595
+ * @param {string} doctorAffiliationId
12596
+ * @param {string} [id]
12597
+ * @param {MediaType} [mediaType]
12598
+ * @param {number} [page]
12599
+ * @param {number} [limit]
12600
+ * @param {Date} [lastRetrieved]
12601
+ * @param {*} [options] Override http request option.
12602
+ * @throws {RequiredError}
12603
+ */
12604
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet(doctorAffiliationId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediasModel>>;
12605
+ /**
12606
+ *
12607
+ * @summary Get DoctorAffiliationMedia.
12608
+ * @param {string} doctorAffiliationId
12609
+ * @param {string} mediaId
12610
+ * @param {*} [options] Override http request option.
12611
+ * @throws {RequiredError}
12612
+ */
12613
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(doctorAffiliationId: string, mediaId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<MediaModel>>;
12500
12614
  /**
12501
12615
  *
12502
12616
  * @summary Get all doctor affiliations.
@@ -12539,6 +12653,28 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
12539
12653
  * @export
12540
12654
  */
12541
12655
  export declare const DoctorAffiliationsApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
12656
+ /**
12657
+ *
12658
+ * @summary Get all DoctorAffiliationMedias.
12659
+ * @param {string} doctorAffiliationId
12660
+ * @param {string} [id]
12661
+ * @param {MediaType} [mediaType]
12662
+ * @param {number} [page]
12663
+ * @param {number} [limit]
12664
+ * @param {Date} [lastRetrieved]
12665
+ * @param {*} [options] Override http request option.
12666
+ * @throws {RequiredError}
12667
+ */
12668
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet(doctorAffiliationId: string, id?: string | undefined, mediaType?: MediaType | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<MediasModel>;
12669
+ /**
12670
+ *
12671
+ * @summary Get DoctorAffiliationMedia.
12672
+ * @param {string} doctorAffiliationId
12673
+ * @param {string} mediaId
12674
+ * @param {*} [options] Override http request option.
12675
+ * @throws {RequiredError}
12676
+ */
12677
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(doctorAffiliationId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
12542
12678
  /**
12543
12679
  *
12544
12680
  * @summary Get all doctor affiliations.
@@ -12583,6 +12719,30 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
12583
12719
  * @extends {BaseAPI}
12584
12720
  */
12585
12721
  export declare class DoctorAffiliationsApi extends BaseAPI {
12722
+ /**
12723
+ *
12724
+ * @summary Get all DoctorAffiliationMedias.
12725
+ * @param {string} doctorAffiliationId
12726
+ * @param {string} [id]
12727
+ * @param {MediaType} [mediaType]
12728
+ * @param {number} [page]
12729
+ * @param {number} [limit]
12730
+ * @param {Date} [lastRetrieved]
12731
+ * @param {*} [options] Override http request option.
12732
+ * @throws {RequiredError}
12733
+ * @memberof DoctorAffiliationsApi
12734
+ */
12735
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet(doctorAffiliationId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
12736
+ /**
12737
+ *
12738
+ * @summary Get DoctorAffiliationMedia.
12739
+ * @param {string} doctorAffiliationId
12740
+ * @param {string} mediaId
12741
+ * @param {*} [options] Override http request option.
12742
+ * @throws {RequiredError}
12743
+ * @memberof DoctorAffiliationsApi
12744
+ */
12745
+ apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(doctorAffiliationId: string, mediaId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
12586
12746
  /**
12587
12747
  *
12588
12748
  * @summary Get all doctor affiliations.
@@ -13983,25 +14143,28 @@ export declare const GroupChannelsApiAxiosParamCreator: (configuration?: Configu
13983
14143
  *
13984
14144
  * @param {string} dealId
13985
14145
  * @param {string} [hospitalId]
14146
+ * @param {boolean} [isExternal]
13986
14147
  * @param {*} [options] Override http request option.
13987
14148
  * @throws {RequiredError}
13988
14149
  */
13989
- apiV2GroupchannelsDealDealIdGet: (dealId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14150
+ apiV2GroupchannelsDealDealIdGet: (dealId: string, hospitalId?: string | undefined, isExternal?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13990
14151
  /**
13991
14152
  *
13992
14153
  * @param {string} doctorId
13993
14154
  * @param {string} [hospitalId]
14155
+ * @param {boolean} [isExternal]
13994
14156
  * @param {*} [options] Override http request option.
13995
14157
  * @throws {RequiredError}
13996
14158
  */
13997
- apiV2GroupchannelsDoctorDoctorIdGet: (doctorId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14159
+ apiV2GroupchannelsDoctorDoctorIdGet: (doctorId: string, hospitalId?: string | undefined, isExternal?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13998
14160
  /**
13999
14161
  *
14000
14162
  * @param {string} hospitalId
14163
+ * @param {boolean} [isExternal]
14001
14164
  * @param {*} [options] Override http request option.
14002
14165
  * @throws {RequiredError}
14003
14166
  */
14004
- apiV2GroupchannelsHospitalHospitalIdGet: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14167
+ apiV2GroupchannelsHospitalHospitalIdGet: (hospitalId: string, isExternal?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14005
14168
  };
14006
14169
  /**
14007
14170
  * GroupChannelsApi - functional programming interface
@@ -14020,25 +14183,28 @@ export declare const GroupChannelsApiFp: (configuration?: Configuration | undefi
14020
14183
  *
14021
14184
  * @param {string} dealId
14022
14185
  * @param {string} [hospitalId]
14186
+ * @param {boolean} [isExternal]
14023
14187
  * @param {*} [options] Override http request option.
14024
14188
  * @throws {RequiredError}
14025
14189
  */
14026
- apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
14190
+ apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string | undefined, isExternal?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14027
14191
  /**
14028
14192
  *
14029
14193
  * @param {string} doctorId
14030
14194
  * @param {string} [hospitalId]
14195
+ * @param {boolean} [isExternal]
14031
14196
  * @param {*} [options] Override http request option.
14032
14197
  * @throws {RequiredError}
14033
14198
  */
14034
- apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
14199
+ apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string | undefined, isExternal?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14035
14200
  /**
14036
14201
  *
14037
14202
  * @param {string} hospitalId
14203
+ * @param {boolean} [isExternal]
14038
14204
  * @param {*} [options] Override http request option.
14039
14205
  * @throws {RequiredError}
14040
14206
  */
14041
- apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
14207
+ apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, isExternal?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
14042
14208
  };
14043
14209
  /**
14044
14210
  * GroupChannelsApi - factory interface
@@ -14057,25 +14223,28 @@ export declare const GroupChannelsApiFactory: (configuration?: Configuration | u
14057
14223
  *
14058
14224
  * @param {string} dealId
14059
14225
  * @param {string} [hospitalId]
14226
+ * @param {boolean} [isExternal]
14060
14227
  * @param {*} [options] Override http request option.
14061
14228
  * @throws {RequiredError}
14062
14229
  */
14063
- apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string | undefined, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
14230
+ apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string | undefined, isExternal?: boolean | undefined, options?: any): AxiosPromise<string>;
14064
14231
  /**
14065
14232
  *
14066
14233
  * @param {string} doctorId
14067
14234
  * @param {string} [hospitalId]
14235
+ * @param {boolean} [isExternal]
14068
14236
  * @param {*} [options] Override http request option.
14069
14237
  * @throws {RequiredError}
14070
14238
  */
14071
- apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string | undefined, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
14239
+ apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string | undefined, isExternal?: boolean | undefined, options?: any): AxiosPromise<string>;
14072
14240
  /**
14073
14241
  *
14074
14242
  * @param {string} hospitalId
14243
+ * @param {boolean} [isExternal]
14075
14244
  * @param {*} [options] Override http request option.
14076
14245
  * @throws {RequiredError}
14077
14246
  */
14078
- apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
14247
+ apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, isExternal?: boolean | undefined, options?: any): AxiosPromise<string>;
14079
14248
  };
14080
14249
  /**
14081
14250
  * GroupChannelsApi - object-oriented interface
@@ -14097,28 +14266,31 @@ export declare class GroupChannelsApi extends BaseAPI {
14097
14266
  *
14098
14267
  * @param {string} dealId
14099
14268
  * @param {string} [hospitalId]
14269
+ * @param {boolean} [isExternal]
14100
14270
  * @param {*} [options] Override http request option.
14101
14271
  * @throws {RequiredError}
14102
14272
  * @memberof GroupChannelsApi
14103
14273
  */
14104
- apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
14274
+ apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string, isExternal?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
14105
14275
  /**
14106
14276
  *
14107
14277
  * @param {string} doctorId
14108
14278
  * @param {string} [hospitalId]
14279
+ * @param {boolean} [isExternal]
14109
14280
  * @param {*} [options] Override http request option.
14110
14281
  * @throws {RequiredError}
14111
14282
  * @memberof GroupChannelsApi
14112
14283
  */
14113
- apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
14284
+ apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string, isExternal?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
14114
14285
  /**
14115
14286
  *
14116
14287
  * @param {string} hospitalId
14288
+ * @param {boolean} [isExternal]
14117
14289
  * @param {*} [options] Override http request option.
14118
14290
  * @throws {RequiredError}
14119
14291
  * @memberof GroupChannelsApi
14120
14292
  */
14121
- apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
14293
+ apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, isExternal?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
14122
14294
  }
14123
14295
  /**
14124
14296
  * HospitalsApi - axios parameter creator
@@ -14311,13 +14483,14 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14311
14483
  * @param {string} [slug]
14312
14484
  * @param {MarketingType} [marketingType]
14313
14485
  * @param {string} [languageCode]
14486
+ * @param {boolean} [showHidden]
14314
14487
  * @param {number} [page]
14315
14488
  * @param {number} [limit]
14316
14489
  * @param {Date} [lastRetrieved]
14317
14490
  * @param {*} [options] Override http request option.
14318
14491
  * @throws {RequiredError}
14319
14492
  */
14320
- apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14493
+ apiV2HospitalsHospitalIdSpecialtiesGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14321
14494
  /**
14322
14495
  *
14323
14496
  * @summary Get all HospitalServiceMedias.
@@ -14355,13 +14528,14 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
14355
14528
  * @param {string} [slug]
14356
14529
  * @param {MarketingType} [marketingType]
14357
14530
  * @param {string} [languageCode]
14531
+ * @param {boolean} [showHidden]
14358
14532
  * @param {number} [page]
14359
14533
  * @param {number} [limit]
14360
14534
  * @param {Date} [lastRetrieved]
14361
14535
  * @param {*} [options] Override http request option.
14362
14536
  * @throws {RequiredError}
14363
14537
  */
14364
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14538
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet: (hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14365
14539
  /**
14366
14540
  *
14367
14541
  * @summary Get HospitalSpecialty by slug.
@@ -14690,13 +14864,14 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
14690
14864
  * @param {string} [slug]
14691
14865
  * @param {MarketingType} [marketingType]
14692
14866
  * @param {string} [languageCode]
14867
+ * @param {boolean} [showHidden]
14693
14868
  * @param {number} [page]
14694
14869
  * @param {number} [limit]
14695
14870
  * @param {Date} [lastRetrieved]
14696
14871
  * @param {*} [options] Override http request option.
14697
14872
  * @throws {RequiredError}
14698
14873
  */
14699
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
14874
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesModel>>;
14700
14875
  /**
14701
14876
  *
14702
14877
  * @summary Get all HospitalServiceMedias.
@@ -14734,13 +14909,14 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
14734
14909
  * @param {string} [slug]
14735
14910
  * @param {MarketingType} [marketingType]
14736
14911
  * @param {string} [languageCode]
14912
+ * @param {boolean} [showHidden]
14737
14913
  * @param {number} [page]
14738
14914
  * @param {number} [limit]
14739
14915
  * @param {Date} [lastRetrieved]
14740
14916
  * @param {*} [options] Override http request option.
14741
14917
  * @throws {RequiredError}
14742
14918
  */
14743
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
14919
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalSpecialtiesSimpleModel>>;
14744
14920
  /**
14745
14921
  *
14746
14922
  * @summary Get HospitalSpecialty by slug.
@@ -15069,13 +15245,14 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15069
15245
  * @param {string} [slug]
15070
15246
  * @param {MarketingType} [marketingType]
15071
15247
  * @param {string} [languageCode]
15248
+ * @param {boolean} [showHidden]
15072
15249
  * @param {number} [page]
15073
15250
  * @param {number} [limit]
15074
15251
  * @param {Date} [lastRetrieved]
15075
15252
  * @param {*} [options] Override http request option.
15076
15253
  * @throws {RequiredError}
15077
15254
  */
15078
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
15255
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesModel>;
15079
15256
  /**
15080
15257
  *
15081
15258
  * @summary Get all HospitalServiceMedias.
@@ -15113,13 +15290,14 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
15113
15290
  * @param {string} [slug]
15114
15291
  * @param {MarketingType} [marketingType]
15115
15292
  * @param {string} [languageCode]
15293
+ * @param {boolean} [showHidden]
15116
15294
  * @param {number} [page]
15117
15295
  * @param {number} [limit]
15118
15296
  * @param {Date} [lastRetrieved]
15119
15297
  * @param {*} [options] Override http request option.
15120
15298
  * @throws {RequiredError}
15121
15299
  */
15122
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
15300
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string | undefined, specialtyName?: string | undefined, specialtyTypeId?: string | undefined, specialtyTypeName?: string | undefined, hospitalSpecialtyId?: string | undefined, name?: string | undefined, slug?: string | undefined, marketingType?: MarketingType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<HospitalSpecialtiesSimpleModel>;
15123
15301
  /**
15124
15302
  *
15125
15303
  * @summary Get HospitalSpecialty by slug.
@@ -15464,6 +15642,7 @@ export declare class HospitalsApi extends BaseAPI {
15464
15642
  * @param {string} [slug]
15465
15643
  * @param {MarketingType} [marketingType]
15466
15644
  * @param {string} [languageCode]
15645
+ * @param {boolean} [showHidden]
15467
15646
  * @param {number} [page]
15468
15647
  * @param {number} [limit]
15469
15648
  * @param {Date} [lastRetrieved]
@@ -15471,7 +15650,7 @@ export declare class HospitalsApi extends BaseAPI {
15471
15650
  * @throws {RequiredError}
15472
15651
  * @memberof HospitalsApi
15473
15652
  */
15474
- apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
15653
+ apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesModel, any>>;
15475
15654
  /**
15476
15655
  *
15477
15656
  * @summary Get all HospitalServiceMedias.
@@ -15511,6 +15690,7 @@ export declare class HospitalsApi extends BaseAPI {
15511
15690
  * @param {string} [slug]
15512
15691
  * @param {MarketingType} [marketingType]
15513
15692
  * @param {string} [languageCode]
15693
+ * @param {boolean} [showHidden]
15514
15694
  * @param {number} [page]
15515
15695
  * @param {number} [limit]
15516
15696
  * @param {Date} [lastRetrieved]
@@ -15518,7 +15698,7 @@ export declare class HospitalsApi extends BaseAPI {
15518
15698
  * @throws {RequiredError}
15519
15699
  * @memberof HospitalsApi
15520
15700
  */
15521
- apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
15701
+ apiV2HospitalsHospitalIdSpecialtiesSimpleGet(hospitalId: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, hospitalSpecialtyId?: string, name?: string, slug?: string, marketingType?: MarketingType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalSpecialtiesSimpleModel, any>>;
15522
15702
  /**
15523
15703
  *
15524
15704
  * @summary Get HospitalSpecialty by slug.