ch-admin-api-client-typescript 2.8.11 → 2.8.14

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
@@ -3786,6 +3786,18 @@ export interface CreateHospitalCommand {
3786
3786
  * @memberof CreateHospitalCommand
3787
3787
  */
3788
3788
  'overview'?: string | null;
3789
+ /**
3790
+ *
3791
+ * @type {string}
3792
+ * @memberof CreateHospitalCommand
3793
+ */
3794
+ 'content'?: string | null;
3795
+ /**
3796
+ *
3797
+ * @type {string}
3798
+ * @memberof CreateHospitalCommand
3799
+ */
3800
+ 'customStyle'?: string | null;
3789
3801
  /**
3790
3802
  *
3791
3803
  * @type {number}
@@ -3945,6 +3957,12 @@ export interface CreateHospitalServiceCommand {
3945
3957
  * @memberof CreateHospitalServiceCommand
3946
3958
  */
3947
3959
  'content'?: string | null;
3960
+ /**
3961
+ *
3962
+ * @type {string}
3963
+ * @memberof CreateHospitalServiceCommand
3964
+ */
3965
+ 'customStyle'?: string | null;
3948
3966
  /**
3949
3967
  *
3950
3968
  * @type {number}
@@ -4030,6 +4048,12 @@ export interface CreateHospitalSpecialtyCommand {
4030
4048
  * @memberof CreateHospitalSpecialtyCommand
4031
4049
  */
4032
4050
  'content'?: string | null;
4051
+ /**
4052
+ *
4053
+ * @type {string}
4054
+ * @memberof CreateHospitalSpecialtyCommand
4055
+ */
4056
+ 'customStyle'?: string | null;
4033
4057
  /**
4034
4058
  *
4035
4059
  * @type {number}
@@ -6900,6 +6924,18 @@ export interface HospitalItemModel {
6900
6924
  * @memberof HospitalItemModel
6901
6925
  */
6902
6926
  'overview'?: string | null;
6927
+ /**
6928
+ *
6929
+ * @type {string}
6930
+ * @memberof HospitalItemModel
6931
+ */
6932
+ 'content'?: string | null;
6933
+ /**
6934
+ *
6935
+ * @type {string}
6936
+ * @memberof HospitalItemModel
6937
+ */
6938
+ 'customStyle'?: string | null;
6903
6939
  /**
6904
6940
  *
6905
6941
  * @type {number}
@@ -7123,6 +7159,18 @@ export interface HospitalModel {
7123
7159
  * @memberof HospitalModel
7124
7160
  */
7125
7161
  'overview'?: string | null;
7162
+ /**
7163
+ *
7164
+ * @type {string}
7165
+ * @memberof HospitalModel
7166
+ */
7167
+ 'content'?: string | null;
7168
+ /**
7169
+ *
7170
+ * @type {string}
7171
+ * @memberof HospitalModel
7172
+ */
7173
+ 'customStyle'?: string | null;
7126
7174
  /**
7127
7175
  *
7128
7176
  * @type {number}
@@ -7346,6 +7394,12 @@ export interface HospitalServiceItemModel {
7346
7394
  * @memberof HospitalServiceItemModel
7347
7395
  */
7348
7396
  'content'?: string | null;
7397
+ /**
7398
+ *
7399
+ * @type {string}
7400
+ * @memberof HospitalServiceItemModel
7401
+ */
7402
+ 'customStyle'?: string | null;
7349
7403
  /**
7350
7404
  *
7351
7405
  * @type {string}
@@ -7358,6 +7412,12 @@ export interface HospitalServiceItemModel {
7358
7412
  * @memberof HospitalServiceItemModel
7359
7413
  */
7360
7414
  'hospitalName'?: string | null;
7415
+ /**
7416
+ *
7417
+ * @type {string}
7418
+ * @memberof HospitalServiceItemModel
7419
+ */
7420
+ 'hospitalSlug'?: string | null;
7361
7421
  /**
7362
7422
  *
7363
7423
  * @type {string}
@@ -7503,6 +7563,12 @@ export interface HospitalServiceModel {
7503
7563
  * @memberof HospitalServiceModel
7504
7564
  */
7505
7565
  'content'?: string | null;
7566
+ /**
7567
+ *
7568
+ * @type {string}
7569
+ * @memberof HospitalServiceModel
7570
+ */
7571
+ 'customStyle'?: string | null;
7506
7572
  /**
7507
7573
  *
7508
7574
  * @type {string}
@@ -7515,6 +7581,12 @@ export interface HospitalServiceModel {
7515
7581
  * @memberof HospitalServiceModel
7516
7582
  */
7517
7583
  'hospitalName'?: string | null;
7584
+ /**
7585
+ *
7586
+ * @type {string}
7587
+ * @memberof HospitalServiceModel
7588
+ */
7589
+ 'hospitalSlug'?: string | null;
7518
7590
  /**
7519
7591
  *
7520
7592
  * @type {string}
@@ -7802,6 +7874,12 @@ export interface HospitalSpecialtyItemModel {
7802
7874
  * @memberof HospitalSpecialtyItemModel
7803
7875
  */
7804
7876
  'content'?: string | null;
7877
+ /**
7878
+ *
7879
+ * @type {string}
7880
+ * @memberof HospitalSpecialtyItemModel
7881
+ */
7882
+ 'customStyle'?: string | null;
7805
7883
  /**
7806
7884
  *
7807
7885
  * @type {number}
@@ -7953,6 +8031,12 @@ export interface HospitalSpecialtyModel {
7953
8031
  * @memberof HospitalSpecialtyModel
7954
8032
  */
7955
8033
  'content'?: string | null;
8034
+ /**
8035
+ *
8036
+ * @type {string}
8037
+ * @memberof HospitalSpecialtyModel
8038
+ */
8039
+ 'customStyle'?: string | null;
7956
8040
  /**
7957
8041
  *
7958
8042
  * @type {number}
@@ -11641,6 +11725,18 @@ export interface UpdateHospitalCommand {
11641
11725
  * @memberof UpdateHospitalCommand
11642
11726
  */
11643
11727
  'overview'?: string | null;
11728
+ /**
11729
+ *
11730
+ * @type {string}
11731
+ * @memberof UpdateHospitalCommand
11732
+ */
11733
+ 'content'?: string | null;
11734
+ /**
11735
+ *
11736
+ * @type {string}
11737
+ * @memberof UpdateHospitalCommand
11738
+ */
11739
+ 'customStyle'?: string | null;
11644
11740
  /**
11645
11741
  *
11646
11742
  * @type {number}
@@ -11787,6 +11883,12 @@ export interface UpdateHospitalServiceCommand {
11787
11883
  * @memberof UpdateHospitalServiceCommand
11788
11884
  */
11789
11885
  'content'?: string | null;
11886
+ /**
11887
+ *
11888
+ * @type {string}
11889
+ * @memberof UpdateHospitalServiceCommand
11890
+ */
11891
+ 'customStyle'?: string | null;
11790
11892
  /**
11791
11893
  *
11792
11894
  * @type {number}
@@ -11884,6 +11986,12 @@ export interface UpdateHospitalSpecialtyCommand {
11884
11986
  * @memberof UpdateHospitalSpecialtyCommand
11885
11987
  */
11886
11988
  'content'?: string | null;
11989
+ /**
11990
+ *
11991
+ * @type {string}
11992
+ * @memberof UpdateHospitalSpecialtyCommand
11993
+ */
11994
+ 'customStyle'?: string | null;
11887
11995
  /**
11888
11996
  *
11889
11997
  * @type {number}
@@ -15424,10 +15532,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
15424
15532
  * @summary Get Contributor.
15425
15533
  * @param {string} contributorId
15426
15534
  * @param {string} [languageCode]
15535
+ * @param {boolean} [returnDefaultValue]
15427
15536
  * @param {*} [options] Override http request option.
15428
15537
  * @throws {RequiredError}
15429
15538
  */
15430
- apiV1ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15539
+ apiV1ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15431
15540
  /**
15432
15541
  *
15433
15542
  * @summary Get all ContributorHandles.
@@ -15499,15 +15608,16 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
15499
15608
  * @param {string} [website]
15500
15609
  * @param {string} [hospitalId]
15501
15610
  * @param {boolean} [interviewerOnly]
15502
- * @param {string} [languageCode]
15503
15611
  * @param {boolean} [showHidden]
15612
+ * @param {string} [languageCode]
15613
+ * @param {boolean} [returnDefaultValue]
15504
15614
  * @param {number} [page]
15505
15615
  * @param {number} [limit]
15506
15616
  * @param {Date} [lastRetrieved]
15507
15617
  * @param {*} [options] Override http request option.
15508
15618
  * @throws {RequiredError}
15509
15619
  */
15510
- apiV1ContributorsGet: (id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15620
+ apiV1ContributorsGet: (id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: 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>;
15511
15621
  /**
15512
15622
  *
15513
15623
  * @summary Create a Contributor.
@@ -15521,10 +15631,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
15521
15631
  * @summary Get Contributor by slug.
15522
15632
  * @param {string} slug
15523
15633
  * @param {string} [languageCode]
15634
+ * @param {boolean} [returnDefaultValue]
15524
15635
  * @param {*} [options] Override http request option.
15525
15636
  * @throws {RequiredError}
15526
15637
  */
15527
- apiV1ContributorsSlugGet: (slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15638
+ apiV1ContributorsSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
15528
15639
  };
15529
15640
  /**
15530
15641
  * ContributorsApi - functional programming interface
@@ -15544,10 +15655,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15544
15655
  * @summary Get Contributor.
15545
15656
  * @param {string} contributorId
15546
15657
  * @param {string} [languageCode]
15658
+ * @param {boolean} [returnDefaultValue]
15547
15659
  * @param {*} [options] Override http request option.
15548
15660
  * @throws {RequiredError}
15549
15661
  */
15550
- apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15662
+ apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15551
15663
  /**
15552
15664
  *
15553
15665
  * @summary Get all ContributorHandles.
@@ -15619,15 +15731,16 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15619
15731
  * @param {string} [website]
15620
15732
  * @param {string} [hospitalId]
15621
15733
  * @param {boolean} [interviewerOnly]
15622
- * @param {string} [languageCode]
15623
15734
  * @param {boolean} [showHidden]
15735
+ * @param {string} [languageCode]
15736
+ * @param {boolean} [returnDefaultValue]
15624
15737
  * @param {number} [page]
15625
15738
  * @param {number} [limit]
15626
15739
  * @param {Date} [lastRetrieved]
15627
15740
  * @param {*} [options] Override http request option.
15628
15741
  * @throws {RequiredError}
15629
15742
  */
15630
- apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | 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<ContributorsModel>>;
15743
+ apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: 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>>;
15631
15744
  /**
15632
15745
  *
15633
15746
  * @summary Create a Contributor.
@@ -15641,10 +15754,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
15641
15754
  * @summary Get Contributor by slug.
15642
15755
  * @param {string} slug
15643
15756
  * @param {string} [languageCode]
15757
+ * @param {boolean} [returnDefaultValue]
15644
15758
  * @param {*} [options] Override http request option.
15645
15759
  * @throws {RequiredError}
15646
15760
  */
15647
- apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15761
+ apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
15648
15762
  };
15649
15763
  /**
15650
15764
  * ContributorsApi - factory interface
@@ -15664,10 +15778,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
15664
15778
  * @summary Get Contributor.
15665
15779
  * @param {string} contributorId
15666
15780
  * @param {string} [languageCode]
15781
+ * @param {boolean} [returnDefaultValue]
15667
15782
  * @param {*} [options] Override http request option.
15668
15783
  * @throws {RequiredError}
15669
15784
  */
15670
- apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
15785
+ apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
15671
15786
  /**
15672
15787
  *
15673
15788
  * @summary Get all ContributorHandles.
@@ -15739,15 +15854,16 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
15739
15854
  * @param {string} [website]
15740
15855
  * @param {string} [hospitalId]
15741
15856
  * @param {boolean} [interviewerOnly]
15742
- * @param {string} [languageCode]
15743
15857
  * @param {boolean} [showHidden]
15858
+ * @param {string} [languageCode]
15859
+ * @param {boolean} [returnDefaultValue]
15744
15860
  * @param {number} [page]
15745
15861
  * @param {number} [limit]
15746
15862
  * @param {Date} [lastRetrieved]
15747
15863
  * @param {*} [options] Override http request option.
15748
15864
  * @throws {RequiredError}
15749
15865
  */
15750
- apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: string | undefined, website?: string | undefined, hospitalId?: string | undefined, interviewerOnly?: boolean | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ContributorsModel>;
15866
+ apiV1ContributorsGet(id?: string | undefined, name?: string | undefined, email?: string | undefined, description?: 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>;
15751
15867
  /**
15752
15868
  *
15753
15869
  * @summary Create a Contributor.
@@ -15761,10 +15877,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
15761
15877
  * @summary Get Contributor by slug.
15762
15878
  * @param {string} slug
15763
15879
  * @param {string} [languageCode]
15880
+ * @param {boolean} [returnDefaultValue]
15764
15881
  * @param {*} [options] Override http request option.
15765
15882
  * @throws {RequiredError}
15766
15883
  */
15767
- apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
15884
+ apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
15768
15885
  };
15769
15886
  /**
15770
15887
  * ContributorsApi - object-oriented interface
@@ -15787,11 +15904,12 @@ export declare class ContributorsApi extends BaseAPI {
15787
15904
  * @summary Get Contributor.
15788
15905
  * @param {string} contributorId
15789
15906
  * @param {string} [languageCode]
15907
+ * @param {boolean} [returnDefaultValue]
15790
15908
  * @param {*} [options] Override http request option.
15791
15909
  * @throws {RequiredError}
15792
15910
  * @memberof ContributorsApi
15793
15911
  */
15794
- apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15912
+ apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15795
15913
  /**
15796
15914
  *
15797
15915
  * @summary Get all ContributorHandles.
@@ -15869,8 +15987,9 @@ export declare class ContributorsApi extends BaseAPI {
15869
15987
  * @param {string} [website]
15870
15988
  * @param {string} [hospitalId]
15871
15989
  * @param {boolean} [interviewerOnly]
15872
- * @param {string} [languageCode]
15873
15990
  * @param {boolean} [showHidden]
15991
+ * @param {string} [languageCode]
15992
+ * @param {boolean} [returnDefaultValue]
15874
15993
  * @param {number} [page]
15875
15994
  * @param {number} [limit]
15876
15995
  * @param {Date} [lastRetrieved]
@@ -15878,7 +15997,7 @@ export declare class ContributorsApi extends BaseAPI {
15878
15997
  * @throws {RequiredError}
15879
15998
  * @memberof ContributorsApi
15880
15999
  */
15881
- apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorsModel>>;
16000
+ apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: 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>>;
15882
16001
  /**
15883
16002
  *
15884
16003
  * @summary Create a Contributor.
@@ -15893,11 +16012,12 @@ export declare class ContributorsApi extends BaseAPI {
15893
16012
  * @summary Get Contributor by slug.
15894
16013
  * @param {string} slug
15895
16014
  * @param {string} [languageCode]
16015
+ * @param {boolean} [returnDefaultValue]
15896
16016
  * @param {*} [options] Override http request option.
15897
16017
  * @throws {RequiredError}
15898
16018
  * @memberof ContributorsApi
15899
16019
  */
15900
- apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
16020
+ apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel>>;
15901
16021
  }
15902
16022
  /**
15903
16023
  * CountriesApi - axios parameter creator