ch-admin-api-client-typescript 2.8.12 → 2.8.15
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 +124 -16
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +48 -27
- package/package.json +1 -1
- package/src/api.ts +147 -27
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}
|
|
@@ -7509,6 +7563,12 @@ export interface HospitalServiceModel {
|
|
|
7509
7563
|
* @memberof HospitalServiceModel
|
|
7510
7564
|
*/
|
|
7511
7565
|
'content'?: string | null;
|
|
7566
|
+
/**
|
|
7567
|
+
*
|
|
7568
|
+
* @type {string}
|
|
7569
|
+
* @memberof HospitalServiceModel
|
|
7570
|
+
*/
|
|
7571
|
+
'customStyle'?: string | null;
|
|
7512
7572
|
/**
|
|
7513
7573
|
*
|
|
7514
7574
|
* @type {string}
|
|
@@ -7814,6 +7874,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
7814
7874
|
* @memberof HospitalSpecialtyItemModel
|
|
7815
7875
|
*/
|
|
7816
7876
|
'content'?: string | null;
|
|
7877
|
+
/**
|
|
7878
|
+
*
|
|
7879
|
+
* @type {string}
|
|
7880
|
+
* @memberof HospitalSpecialtyItemModel
|
|
7881
|
+
*/
|
|
7882
|
+
'customStyle'?: string | null;
|
|
7817
7883
|
/**
|
|
7818
7884
|
*
|
|
7819
7885
|
* @type {number}
|
|
@@ -7965,6 +8031,12 @@ export interface HospitalSpecialtyModel {
|
|
|
7965
8031
|
* @memberof HospitalSpecialtyModel
|
|
7966
8032
|
*/
|
|
7967
8033
|
'content'?: string | null;
|
|
8034
|
+
/**
|
|
8035
|
+
*
|
|
8036
|
+
* @type {string}
|
|
8037
|
+
* @memberof HospitalSpecialtyModel
|
|
8038
|
+
*/
|
|
8039
|
+
'customStyle'?: string | null;
|
|
7968
8040
|
/**
|
|
7969
8041
|
*
|
|
7970
8042
|
* @type {number}
|
|
@@ -11653,6 +11725,18 @@ export interface UpdateHospitalCommand {
|
|
|
11653
11725
|
* @memberof UpdateHospitalCommand
|
|
11654
11726
|
*/
|
|
11655
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;
|
|
11656
11740
|
/**
|
|
11657
11741
|
*
|
|
11658
11742
|
* @type {number}
|
|
@@ -11799,6 +11883,12 @@ export interface UpdateHospitalServiceCommand {
|
|
|
11799
11883
|
* @memberof UpdateHospitalServiceCommand
|
|
11800
11884
|
*/
|
|
11801
11885
|
'content'?: string | null;
|
|
11886
|
+
/**
|
|
11887
|
+
*
|
|
11888
|
+
* @type {string}
|
|
11889
|
+
* @memberof UpdateHospitalServiceCommand
|
|
11890
|
+
*/
|
|
11891
|
+
'customStyle'?: string | null;
|
|
11802
11892
|
/**
|
|
11803
11893
|
*
|
|
11804
11894
|
* @type {number}
|
|
@@ -11896,6 +11986,12 @@ export interface UpdateHospitalSpecialtyCommand {
|
|
|
11896
11986
|
* @memberof UpdateHospitalSpecialtyCommand
|
|
11897
11987
|
*/
|
|
11898
11988
|
'content'?: string | null;
|
|
11989
|
+
/**
|
|
11990
|
+
*
|
|
11991
|
+
* @type {string}
|
|
11992
|
+
* @memberof UpdateHospitalSpecialtyCommand
|
|
11993
|
+
*/
|
|
11994
|
+
'customStyle'?: string | null;
|
|
11899
11995
|
/**
|
|
11900
11996
|
*
|
|
11901
11997
|
* @type {number}
|
|
@@ -15436,10 +15532,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
|
|
|
15436
15532
|
* @summary Get Contributor.
|
|
15437
15533
|
* @param {string} contributorId
|
|
15438
15534
|
* @param {string} [languageCode]
|
|
15535
|
+
* @param {boolean} [returnDefaultValue]
|
|
15439
15536
|
* @param {*} [options] Override http request option.
|
|
15440
15537
|
* @throws {RequiredError}
|
|
15441
15538
|
*/
|
|
15442
|
-
apiV1ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
15539
|
+
apiV1ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
15443
15540
|
/**
|
|
15444
15541
|
*
|
|
15445
15542
|
* @summary Get all ContributorHandles.
|
|
@@ -15511,15 +15608,16 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
|
|
|
15511
15608
|
* @param {string} [website]
|
|
15512
15609
|
* @param {string} [hospitalId]
|
|
15513
15610
|
* @param {boolean} [interviewerOnly]
|
|
15514
|
-
* @param {string} [languageCode]
|
|
15515
15611
|
* @param {boolean} [showHidden]
|
|
15612
|
+
* @param {string} [languageCode]
|
|
15613
|
+
* @param {boolean} [returnDefaultValue]
|
|
15516
15614
|
* @param {number} [page]
|
|
15517
15615
|
* @param {number} [limit]
|
|
15518
15616
|
* @param {Date} [lastRetrieved]
|
|
15519
15617
|
* @param {*} [options] Override http request option.
|
|
15520
15618
|
* @throws {RequiredError}
|
|
15521
15619
|
*/
|
|
15522
|
-
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,
|
|
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>;
|
|
15523
15621
|
/**
|
|
15524
15622
|
*
|
|
15525
15623
|
* @summary Create a Contributor.
|
|
@@ -15533,10 +15631,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
|
|
|
15533
15631
|
* @summary Get Contributor by slug.
|
|
15534
15632
|
* @param {string} slug
|
|
15535
15633
|
* @param {string} [languageCode]
|
|
15634
|
+
* @param {boolean} [returnDefaultValue]
|
|
15536
15635
|
* @param {*} [options] Override http request option.
|
|
15537
15636
|
* @throws {RequiredError}
|
|
15538
15637
|
*/
|
|
15539
|
-
apiV1ContributorsSlugGet: (slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
15638
|
+
apiV1ContributorsSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
15540
15639
|
};
|
|
15541
15640
|
/**
|
|
15542
15641
|
* ContributorsApi - functional programming interface
|
|
@@ -15556,10 +15655,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
|
|
|
15556
15655
|
* @summary Get Contributor.
|
|
15557
15656
|
* @param {string} contributorId
|
|
15558
15657
|
* @param {string} [languageCode]
|
|
15658
|
+
* @param {boolean} [returnDefaultValue]
|
|
15559
15659
|
* @param {*} [options] Override http request option.
|
|
15560
15660
|
* @throws {RequiredError}
|
|
15561
15661
|
*/
|
|
15562
|
-
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>>;
|
|
15563
15663
|
/**
|
|
15564
15664
|
*
|
|
15565
15665
|
* @summary Get all ContributorHandles.
|
|
@@ -15631,15 +15731,16 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
|
|
|
15631
15731
|
* @param {string} [website]
|
|
15632
15732
|
* @param {string} [hospitalId]
|
|
15633
15733
|
* @param {boolean} [interviewerOnly]
|
|
15634
|
-
* @param {string} [languageCode]
|
|
15635
15734
|
* @param {boolean} [showHidden]
|
|
15735
|
+
* @param {string} [languageCode]
|
|
15736
|
+
* @param {boolean} [returnDefaultValue]
|
|
15636
15737
|
* @param {number} [page]
|
|
15637
15738
|
* @param {number} [limit]
|
|
15638
15739
|
* @param {Date} [lastRetrieved]
|
|
15639
15740
|
* @param {*} [options] Override http request option.
|
|
15640
15741
|
* @throws {RequiredError}
|
|
15641
15742
|
*/
|
|
15642
|
-
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,
|
|
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>>;
|
|
15643
15744
|
/**
|
|
15644
15745
|
*
|
|
15645
15746
|
* @summary Create a Contributor.
|
|
@@ -15653,10 +15754,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
|
|
|
15653
15754
|
* @summary Get Contributor by slug.
|
|
15654
15755
|
* @param {string} slug
|
|
15655
15756
|
* @param {string} [languageCode]
|
|
15757
|
+
* @param {boolean} [returnDefaultValue]
|
|
15656
15758
|
* @param {*} [options] Override http request option.
|
|
15657
15759
|
* @throws {RequiredError}
|
|
15658
15760
|
*/
|
|
15659
|
-
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>>;
|
|
15660
15762
|
};
|
|
15661
15763
|
/**
|
|
15662
15764
|
* ContributorsApi - factory interface
|
|
@@ -15676,10 +15778,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
|
|
|
15676
15778
|
* @summary Get Contributor.
|
|
15677
15779
|
* @param {string} contributorId
|
|
15678
15780
|
* @param {string} [languageCode]
|
|
15781
|
+
* @param {boolean} [returnDefaultValue]
|
|
15679
15782
|
* @param {*} [options] Override http request option.
|
|
15680
15783
|
* @throws {RequiredError}
|
|
15681
15784
|
*/
|
|
15682
|
-
apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
|
|
15785
|
+
apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
|
|
15683
15786
|
/**
|
|
15684
15787
|
*
|
|
15685
15788
|
* @summary Get all ContributorHandles.
|
|
@@ -15751,15 +15854,16 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
|
|
|
15751
15854
|
* @param {string} [website]
|
|
15752
15855
|
* @param {string} [hospitalId]
|
|
15753
15856
|
* @param {boolean} [interviewerOnly]
|
|
15754
|
-
* @param {string} [languageCode]
|
|
15755
15857
|
* @param {boolean} [showHidden]
|
|
15858
|
+
* @param {string} [languageCode]
|
|
15859
|
+
* @param {boolean} [returnDefaultValue]
|
|
15756
15860
|
* @param {number} [page]
|
|
15757
15861
|
* @param {number} [limit]
|
|
15758
15862
|
* @param {Date} [lastRetrieved]
|
|
15759
15863
|
* @param {*} [options] Override http request option.
|
|
15760
15864
|
* @throws {RequiredError}
|
|
15761
15865
|
*/
|
|
15762
|
-
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,
|
|
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>;
|
|
15763
15867
|
/**
|
|
15764
15868
|
*
|
|
15765
15869
|
* @summary Create a Contributor.
|
|
@@ -15773,10 +15877,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
|
|
|
15773
15877
|
* @summary Get Contributor by slug.
|
|
15774
15878
|
* @param {string} slug
|
|
15775
15879
|
* @param {string} [languageCode]
|
|
15880
|
+
* @param {boolean} [returnDefaultValue]
|
|
15776
15881
|
* @param {*} [options] Override http request option.
|
|
15777
15882
|
* @throws {RequiredError}
|
|
15778
15883
|
*/
|
|
15779
|
-
apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
|
|
15884
|
+
apiV1ContributorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
|
|
15780
15885
|
};
|
|
15781
15886
|
/**
|
|
15782
15887
|
* ContributorsApi - object-oriented interface
|
|
@@ -15799,11 +15904,12 @@ export declare class ContributorsApi extends BaseAPI {
|
|
|
15799
15904
|
* @summary Get Contributor.
|
|
15800
15905
|
* @param {string} contributorId
|
|
15801
15906
|
* @param {string} [languageCode]
|
|
15907
|
+
* @param {boolean} [returnDefaultValue]
|
|
15802
15908
|
* @param {*} [options] Override http request option.
|
|
15803
15909
|
* @throws {RequiredError}
|
|
15804
15910
|
* @memberof ContributorsApi
|
|
15805
15911
|
*/
|
|
15806
|
-
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>>;
|
|
15807
15913
|
/**
|
|
15808
15914
|
*
|
|
15809
15915
|
* @summary Get all ContributorHandles.
|
|
@@ -15881,8 +15987,9 @@ export declare class ContributorsApi extends BaseAPI {
|
|
|
15881
15987
|
* @param {string} [website]
|
|
15882
15988
|
* @param {string} [hospitalId]
|
|
15883
15989
|
* @param {boolean} [interviewerOnly]
|
|
15884
|
-
* @param {string} [languageCode]
|
|
15885
15990
|
* @param {boolean} [showHidden]
|
|
15991
|
+
* @param {string} [languageCode]
|
|
15992
|
+
* @param {boolean} [returnDefaultValue]
|
|
15886
15993
|
* @param {number} [page]
|
|
15887
15994
|
* @param {number} [limit]
|
|
15888
15995
|
* @param {Date} [lastRetrieved]
|
|
@@ -15890,7 +15997,7 @@ export declare class ContributorsApi extends BaseAPI {
|
|
|
15890
15997
|
* @throws {RequiredError}
|
|
15891
15998
|
* @memberof ContributorsApi
|
|
15892
15999
|
*/
|
|
15893
|
-
apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
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>>;
|
|
15894
16001
|
/**
|
|
15895
16002
|
*
|
|
15896
16003
|
* @summary Create a Contributor.
|
|
@@ -15905,11 +16012,12 @@ export declare class ContributorsApi extends BaseAPI {
|
|
|
15905
16012
|
* @summary Get Contributor by slug.
|
|
15906
16013
|
* @param {string} slug
|
|
15907
16014
|
* @param {string} [languageCode]
|
|
16015
|
+
* @param {boolean} [returnDefaultValue]
|
|
15908
16016
|
* @param {*} [options] Override http request option.
|
|
15909
16017
|
* @throws {RequiredError}
|
|
15910
16018
|
* @memberof ContributorsApi
|
|
15911
16019
|
*/
|
|
15912
|
-
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>>;
|
|
15913
16021
|
}
|
|
15914
16022
|
/**
|
|
15915
16023
|
* CountriesApi - axios parameter creator
|