ch-admin-api-client-typescript 4.1.8 → 4.2.2

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
@@ -7439,18 +7439,6 @@ export interface HospitalEquipmentItemModel {
7439
7439
  * @memberof HospitalEquipmentItemModel
7440
7440
  */
7441
7441
  'description'?: string | null;
7442
- /**
7443
- *
7444
- * @type {string}
7445
- * @memberof HospitalEquipmentItemModel
7446
- */
7447
- 'hospitalId'?: string;
7448
- /**
7449
- *
7450
- * @type {string}
7451
- * @memberof HospitalEquipmentItemModel
7452
- */
7453
- 'hospitalName'?: string | null;
7454
7442
  /**
7455
7443
  *
7456
7444
  * @type {Array<MediaModel>}
@@ -7488,18 +7476,6 @@ export interface HospitalEquipmentModel {
7488
7476
  * @memberof HospitalEquipmentModel
7489
7477
  */
7490
7478
  'description'?: string | null;
7491
- /**
7492
- *
7493
- * @type {string}
7494
- * @memberof HospitalEquipmentModel
7495
- */
7496
- 'hospitalId'?: string;
7497
- /**
7498
- *
7499
- * @type {string}
7500
- * @memberof HospitalEquipmentModel
7501
- */
7502
- 'hospitalName'?: string | null;
7503
7479
  /**
7504
7480
  *
7505
7481
  * @type {Array<MediaModel>}
@@ -7544,18 +7520,6 @@ export interface HospitalEvaluationItemModel {
7544
7520
  * @memberof HospitalEvaluationItemModel
7545
7521
  */
7546
7522
  'id'?: string;
7547
- /**
7548
- *
7549
- * @type {string}
7550
- * @memberof HospitalEvaluationItemModel
7551
- */
7552
- 'hospitalId'?: string;
7553
- /**
7554
- *
7555
- * @type {string}
7556
- * @memberof HospitalEvaluationItemModel
7557
- */
7558
- 'hospitalName'?: string | null;
7559
7523
  /**
7560
7524
  *
7561
7525
  * @type {string}
@@ -7593,18 +7557,6 @@ export interface HospitalEvaluationModel {
7593
7557
  * @memberof HospitalEvaluationModel
7594
7558
  */
7595
7559
  'id'?: string;
7596
- /**
7597
- *
7598
- * @type {string}
7599
- * @memberof HospitalEvaluationModel
7600
- */
7601
- 'hospitalId'?: string;
7602
- /**
7603
- *
7604
- * @type {string}
7605
- * @memberof HospitalEvaluationModel
7606
- */
7607
- 'hospitalName'?: string | null;
7608
7560
  /**
7609
7561
  *
7610
7562
  * @type {string}
@@ -12825,12 +12777,6 @@ export interface UpdateHospitalEquipmentCommand {
12825
12777
  * @memberof UpdateHospitalEquipmentCommand
12826
12778
  */
12827
12779
  'description'?: string | null;
12828
- /**
12829
- *
12830
- * @type {string}
12831
- * @memberof UpdateHospitalEquipmentCommand
12832
- */
12833
- 'hospitalName'?: string | null;
12834
12780
  /**
12835
12781
  *
12836
12782
  * @type {Array<MediaModel>}
@@ -14671,14 +14617,13 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
14671
14617
  * @param {ContributionType} [contributionType]
14672
14618
  * @param {string} [languageCode]
14673
14619
  * @param {boolean} [showHidden]
14674
- * @param {boolean} [inbound]
14675
14620
  * @param {number} [page]
14676
14621
  * @param {number} [limit]
14677
14622
  * @param {Date} [lastRetrieved]
14678
14623
  * @param {*} [options] Override http request option.
14679
14624
  * @throws {RequiredError}
14680
14625
  */
14681
- apiV1ArticlesArticleIdContributorsGet: (articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, website?: string | undefined, contributionType?: ContributionType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, inbound?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14626
+ apiV1ArticlesArticleIdContributorsGet: (articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, website?: string | undefined, contributionType?: ContributionType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
14682
14627
  /**
14683
14628
  *
14684
14629
  * @summary Create ArticleContributor.
@@ -14942,14 +14887,13 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
14942
14887
  * @param {ContributionType} [contributionType]
14943
14888
  * @param {string} [languageCode]
14944
14889
  * @param {boolean} [showHidden]
14945
- * @param {boolean} [inbound]
14946
14890
  * @param {number} [page]
14947
14891
  * @param {number} [limit]
14948
14892
  * @param {Date} [lastRetrieved]
14949
14893
  * @param {*} [options] Override http request option.
14950
14894
  * @throws {RequiredError}
14951
14895
  */
14952
- apiV1ArticlesArticleIdContributorsGet(articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, website?: string | undefined, contributionType?: ContributionType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, inbound?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleContributorsModel>>;
14896
+ apiV1ArticlesArticleIdContributorsGet(articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, website?: string | undefined, contributionType?: ContributionType | 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<ArticleContributorsModel>>;
14953
14897
  /**
14954
14898
  *
14955
14899
  * @summary Create ArticleContributor.
@@ -15213,14 +15157,13 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
15213
15157
  * @param {ContributionType} [contributionType]
15214
15158
  * @param {string} [languageCode]
15215
15159
  * @param {boolean} [showHidden]
15216
- * @param {boolean} [inbound]
15217
15160
  * @param {number} [page]
15218
15161
  * @param {number} [limit]
15219
15162
  * @param {Date} [lastRetrieved]
15220
15163
  * @param {*} [options] Override http request option.
15221
15164
  * @throws {RequiredError}
15222
15165
  */
15223
- apiV1ArticlesArticleIdContributorsGet(articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, website?: string | undefined, contributionType?: ContributionType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, inbound?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticleContributorsModel>;
15166
+ apiV1ArticlesArticleIdContributorsGet(articleId: string, articleName?: string | undefined, contributorId?: string | undefined, contributorName?: string | undefined, email?: string | undefined, website?: string | undefined, contributionType?: ContributionType | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticleContributorsModel>;
15224
15167
  /**
15225
15168
  *
15226
15169
  * @summary Create ArticleContributor.
@@ -15489,7 +15432,6 @@ export declare class ArticlesApi extends BaseAPI {
15489
15432
  * @param {ContributionType} [contributionType]
15490
15433
  * @param {string} [languageCode]
15491
15434
  * @param {boolean} [showHidden]
15492
- * @param {boolean} [inbound]
15493
15435
  * @param {number} [page]
15494
15436
  * @param {number} [limit]
15495
15437
  * @param {Date} [lastRetrieved]
@@ -15497,7 +15439,7 @@ export declare class ArticlesApi extends BaseAPI {
15497
15439
  * @throws {RequiredError}
15498
15440
  * @memberof ArticlesApi
15499
15441
  */
15500
- apiV1ArticlesArticleIdContributorsGet(articleId: string, articleName?: string, contributorId?: string, contributorName?: string, email?: string, website?: string, contributionType?: ContributionType, languageCode?: string, showHidden?: boolean, inbound?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleContributorsModel>>;
15442
+ apiV1ArticlesArticleIdContributorsGet(articleId: string, articleName?: string, contributorId?: string, contributorName?: string, email?: string, website?: string, contributionType?: ContributionType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleContributorsModel>>;
15501
15443
  /**
15502
15444
  *
15503
15445
  * @summary Create ArticleContributor.
@@ -17334,14 +17276,13 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
17334
17276
  * @param {boolean} [showHidden]
17335
17277
  * @param {string} [languageCode]
17336
17278
  * @param {boolean} [returnDefaultValue]
17337
- * @param {boolean} [inbound]
17338
17279
  * @param {number} [page]
17339
17280
  * @param {number} [limit]
17340
17281
  * @param {Date} [lastRetrieved]
17341
17282
  * @param {*} [options] Override http request option.
17342
17283
  * @throws {RequiredError}
17343
17284
  */
17344
- apiV1ContributorsGet: (id?: string | undefined, name?: string | undefined, email?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, inbound?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17285
+ apiV1ContributorsGet: (id?: string | undefined, name?: string | undefined, email?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
17345
17286
  /**
17346
17287
  *
17347
17288
  * @summary Create a Contributor.
@@ -17457,14 +17398,13 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
17457
17398
  * @param {boolean} [showHidden]
17458
17399
  * @param {string} [languageCode]
17459
17400
  * @param {boolean} [returnDefaultValue]
17460
- * @param {boolean} [inbound]
17461
17401
  * @param {number} [page]
17462
17402
  * @param {number} [limit]
17463
17403
  * @param {Date} [lastRetrieved]
17464
17404
  * @param {*} [options] Override http request option.
17465
17405
  * @throws {RequiredError}
17466
17406
  */
17467
- apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, inbound?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorsModel>>;
17407
+ apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorsModel>>;
17468
17408
  /**
17469
17409
  *
17470
17410
  * @summary Create a Contributor.
@@ -17580,14 +17520,13 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
17580
17520
  * @param {boolean} [showHidden]
17581
17521
  * @param {string} [languageCode]
17582
17522
  * @param {boolean} [returnDefaultValue]
17583
- * @param {boolean} [inbound]
17584
17523
  * @param {number} [page]
17585
17524
  * @param {number} [limit]
17586
17525
  * @param {Date} [lastRetrieved]
17587
17526
  * @param {*} [options] Override http request option.
17588
17527
  * @throws {RequiredError}
17589
17528
  */
17590
- apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, inbound?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ContributorsModel>;
17529
+ apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, showHidden?: boolean | undefined, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ContributorsModel>;
17591
17530
  /**
17592
17531
  *
17593
17532
  * @summary Create a Contributor.
@@ -17713,7 +17652,6 @@ export declare class ContributorsApi extends BaseAPI {
17713
17652
  * @param {boolean} [showHidden]
17714
17653
  * @param {string} [languageCode]
17715
17654
  * @param {boolean} [returnDefaultValue]
17716
- * @param {boolean} [inbound]
17717
17655
  * @param {number} [page]
17718
17656
  * @param {number} [limit]
17719
17657
  * @param {Date} [lastRetrieved]
@@ -17721,7 +17659,7 @@ export declare class ContributorsApi extends BaseAPI {
17721
17659
  * @throws {RequiredError}
17722
17660
  * @memberof ContributorsApi
17723
17661
  */
17724
- apiV1ContributorsGet(id?: string, name?: string, email?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, showHidden?: boolean, languageCode?: string, returnDefaultValue?: boolean, inbound?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel>>;
17662
+ apiV1ContributorsGet(id?: string, name?: string, email?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, showHidden?: boolean, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel>>;
17725
17663
  /**
17726
17664
  *
17727
17665
  * @summary Create a Contributor.
@@ -19283,7 +19221,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
19283
19221
  apiV1DoctoraffiliationsIdGet: (id: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
19284
19222
  /**
19285
19223
  *
19286
- * @summary Update Hospital.
19224
+ * @summary Update doctor affiliation.
19287
19225
  * @param {string} id
19288
19226
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19289
19227
  * @param {*} [options] Override http request option.
@@ -19390,7 +19328,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
19390
19328
  apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
19391
19329
  /**
19392
19330
  *
19393
- * @summary Update Hospital.
19331
+ * @summary Update doctor affiliation.
19394
19332
  * @param {string} id
19395
19333
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19396
19334
  * @param {*} [options] Override http request option.
@@ -19497,7 +19435,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
19497
19435
  apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
19498
19436
  /**
19499
19437
  *
19500
- * @summary Update Hospital.
19438
+ * @summary Update doctor affiliation.
19501
19439
  * @param {string} id
19502
19440
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19503
19441
  * @param {*} [options] Override http request option.
@@ -19614,7 +19552,7 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
19614
19552
  apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
19615
19553
  /**
19616
19554
  *
19617
- * @summary Update Hospital.
19555
+ * @summary Update doctor affiliation.
19618
19556
  * @param {string} id
19619
19557
  * @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
19620
19558
  * @param {*} [options] Override http request option.