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 +136 -16
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +48 -27
- package/package.json +1 -1
- package/src/api.ts +159 -27
package/src/api.ts
CHANGED
|
@@ -3805,6 +3805,18 @@ export interface CreateHospitalCommand {
|
|
|
3805
3805
|
* @memberof CreateHospitalCommand
|
|
3806
3806
|
*/
|
|
3807
3807
|
'overview'?: string | null;
|
|
3808
|
+
/**
|
|
3809
|
+
*
|
|
3810
|
+
* @type {string}
|
|
3811
|
+
* @memberof CreateHospitalCommand
|
|
3812
|
+
*/
|
|
3813
|
+
'content'?: string | null;
|
|
3814
|
+
/**
|
|
3815
|
+
*
|
|
3816
|
+
* @type {string}
|
|
3817
|
+
* @memberof CreateHospitalCommand
|
|
3818
|
+
*/
|
|
3819
|
+
'customStyle'?: string | null;
|
|
3808
3820
|
/**
|
|
3809
3821
|
*
|
|
3810
3822
|
* @type {number}
|
|
@@ -3964,6 +3976,12 @@ export interface CreateHospitalServiceCommand {
|
|
|
3964
3976
|
* @memberof CreateHospitalServiceCommand
|
|
3965
3977
|
*/
|
|
3966
3978
|
'content'?: string | null;
|
|
3979
|
+
/**
|
|
3980
|
+
*
|
|
3981
|
+
* @type {string}
|
|
3982
|
+
* @memberof CreateHospitalServiceCommand
|
|
3983
|
+
*/
|
|
3984
|
+
'customStyle'?: string | null;
|
|
3967
3985
|
/**
|
|
3968
3986
|
*
|
|
3969
3987
|
* @type {number}
|
|
@@ -4049,6 +4067,12 @@ export interface CreateHospitalSpecialtyCommand {
|
|
|
4049
4067
|
* @memberof CreateHospitalSpecialtyCommand
|
|
4050
4068
|
*/
|
|
4051
4069
|
'content'?: string | null;
|
|
4070
|
+
/**
|
|
4071
|
+
*
|
|
4072
|
+
* @type {string}
|
|
4073
|
+
* @memberof CreateHospitalSpecialtyCommand
|
|
4074
|
+
*/
|
|
4075
|
+
'customStyle'?: string | null;
|
|
4052
4076
|
/**
|
|
4053
4077
|
*
|
|
4054
4078
|
* @type {number}
|
|
@@ -6923,6 +6947,18 @@ export interface HospitalItemModel {
|
|
|
6923
6947
|
* @memberof HospitalItemModel
|
|
6924
6948
|
*/
|
|
6925
6949
|
'overview'?: string | null;
|
|
6950
|
+
/**
|
|
6951
|
+
*
|
|
6952
|
+
* @type {string}
|
|
6953
|
+
* @memberof HospitalItemModel
|
|
6954
|
+
*/
|
|
6955
|
+
'content'?: string | null;
|
|
6956
|
+
/**
|
|
6957
|
+
*
|
|
6958
|
+
* @type {string}
|
|
6959
|
+
* @memberof HospitalItemModel
|
|
6960
|
+
*/
|
|
6961
|
+
'customStyle'?: string | null;
|
|
6926
6962
|
/**
|
|
6927
6963
|
*
|
|
6928
6964
|
* @type {number}
|
|
@@ -7146,6 +7182,18 @@ export interface HospitalModel {
|
|
|
7146
7182
|
* @memberof HospitalModel
|
|
7147
7183
|
*/
|
|
7148
7184
|
'overview'?: string | null;
|
|
7185
|
+
/**
|
|
7186
|
+
*
|
|
7187
|
+
* @type {string}
|
|
7188
|
+
* @memberof HospitalModel
|
|
7189
|
+
*/
|
|
7190
|
+
'content'?: string | null;
|
|
7191
|
+
/**
|
|
7192
|
+
*
|
|
7193
|
+
* @type {string}
|
|
7194
|
+
* @memberof HospitalModel
|
|
7195
|
+
*/
|
|
7196
|
+
'customStyle'?: string | null;
|
|
7149
7197
|
/**
|
|
7150
7198
|
*
|
|
7151
7199
|
* @type {number}
|
|
@@ -7369,6 +7417,12 @@ export interface HospitalServiceItemModel {
|
|
|
7369
7417
|
* @memberof HospitalServiceItemModel
|
|
7370
7418
|
*/
|
|
7371
7419
|
'content'?: string | null;
|
|
7420
|
+
/**
|
|
7421
|
+
*
|
|
7422
|
+
* @type {string}
|
|
7423
|
+
* @memberof HospitalServiceItemModel
|
|
7424
|
+
*/
|
|
7425
|
+
'customStyle'?: string | null;
|
|
7372
7426
|
/**
|
|
7373
7427
|
*
|
|
7374
7428
|
* @type {string}
|
|
@@ -7381,6 +7435,12 @@ export interface HospitalServiceItemModel {
|
|
|
7381
7435
|
* @memberof HospitalServiceItemModel
|
|
7382
7436
|
*/
|
|
7383
7437
|
'hospitalName'?: string | null;
|
|
7438
|
+
/**
|
|
7439
|
+
*
|
|
7440
|
+
* @type {string}
|
|
7441
|
+
* @memberof HospitalServiceItemModel
|
|
7442
|
+
*/
|
|
7443
|
+
'hospitalSlug'?: string | null;
|
|
7384
7444
|
/**
|
|
7385
7445
|
*
|
|
7386
7446
|
* @type {string}
|
|
@@ -7526,6 +7586,12 @@ export interface HospitalServiceModel {
|
|
|
7526
7586
|
* @memberof HospitalServiceModel
|
|
7527
7587
|
*/
|
|
7528
7588
|
'content'?: string | null;
|
|
7589
|
+
/**
|
|
7590
|
+
*
|
|
7591
|
+
* @type {string}
|
|
7592
|
+
* @memberof HospitalServiceModel
|
|
7593
|
+
*/
|
|
7594
|
+
'customStyle'?: string | null;
|
|
7529
7595
|
/**
|
|
7530
7596
|
*
|
|
7531
7597
|
* @type {string}
|
|
@@ -7538,6 +7604,12 @@ export interface HospitalServiceModel {
|
|
|
7538
7604
|
* @memberof HospitalServiceModel
|
|
7539
7605
|
*/
|
|
7540
7606
|
'hospitalName'?: string | null;
|
|
7607
|
+
/**
|
|
7608
|
+
*
|
|
7609
|
+
* @type {string}
|
|
7610
|
+
* @memberof HospitalServiceModel
|
|
7611
|
+
*/
|
|
7612
|
+
'hospitalSlug'?: string | null;
|
|
7541
7613
|
/**
|
|
7542
7614
|
*
|
|
7543
7615
|
* @type {string}
|
|
@@ -7825,6 +7897,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
7825
7897
|
* @memberof HospitalSpecialtyItemModel
|
|
7826
7898
|
*/
|
|
7827
7899
|
'content'?: string | null;
|
|
7900
|
+
/**
|
|
7901
|
+
*
|
|
7902
|
+
* @type {string}
|
|
7903
|
+
* @memberof HospitalSpecialtyItemModel
|
|
7904
|
+
*/
|
|
7905
|
+
'customStyle'?: string | null;
|
|
7828
7906
|
/**
|
|
7829
7907
|
*
|
|
7830
7908
|
* @type {number}
|
|
@@ -7976,6 +8054,12 @@ export interface HospitalSpecialtyModel {
|
|
|
7976
8054
|
* @memberof HospitalSpecialtyModel
|
|
7977
8055
|
*/
|
|
7978
8056
|
'content'?: string | null;
|
|
8057
|
+
/**
|
|
8058
|
+
*
|
|
8059
|
+
* @type {string}
|
|
8060
|
+
* @memberof HospitalSpecialtyModel
|
|
8061
|
+
*/
|
|
8062
|
+
'customStyle'?: string | null;
|
|
7979
8063
|
/**
|
|
7980
8064
|
*
|
|
7981
8065
|
* @type {number}
|
|
@@ -11683,6 +11767,18 @@ export interface UpdateHospitalCommand {
|
|
|
11683
11767
|
* @memberof UpdateHospitalCommand
|
|
11684
11768
|
*/
|
|
11685
11769
|
'overview'?: string | null;
|
|
11770
|
+
/**
|
|
11771
|
+
*
|
|
11772
|
+
* @type {string}
|
|
11773
|
+
* @memberof UpdateHospitalCommand
|
|
11774
|
+
*/
|
|
11775
|
+
'content'?: string | null;
|
|
11776
|
+
/**
|
|
11777
|
+
*
|
|
11778
|
+
* @type {string}
|
|
11779
|
+
* @memberof UpdateHospitalCommand
|
|
11780
|
+
*/
|
|
11781
|
+
'customStyle'?: string | null;
|
|
11686
11782
|
/**
|
|
11687
11783
|
*
|
|
11688
11784
|
* @type {number}
|
|
@@ -11829,6 +11925,12 @@ export interface UpdateHospitalServiceCommand {
|
|
|
11829
11925
|
* @memberof UpdateHospitalServiceCommand
|
|
11830
11926
|
*/
|
|
11831
11927
|
'content'?: string | null;
|
|
11928
|
+
/**
|
|
11929
|
+
*
|
|
11930
|
+
* @type {string}
|
|
11931
|
+
* @memberof UpdateHospitalServiceCommand
|
|
11932
|
+
*/
|
|
11933
|
+
'customStyle'?: string | null;
|
|
11832
11934
|
/**
|
|
11833
11935
|
*
|
|
11834
11936
|
* @type {number}
|
|
@@ -11926,6 +12028,12 @@ export interface UpdateHospitalSpecialtyCommand {
|
|
|
11926
12028
|
* @memberof UpdateHospitalSpecialtyCommand
|
|
11927
12029
|
*/
|
|
11928
12030
|
'content'?: string | null;
|
|
12031
|
+
/**
|
|
12032
|
+
*
|
|
12033
|
+
* @type {string}
|
|
12034
|
+
* @memberof UpdateHospitalSpecialtyCommand
|
|
12035
|
+
*/
|
|
12036
|
+
'customStyle'?: string | null;
|
|
11929
12037
|
/**
|
|
11930
12038
|
*
|
|
11931
12039
|
* @type {number}
|
|
@@ -18361,10 +18469,11 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18361
18469
|
* @summary Get Contributor.
|
|
18362
18470
|
* @param {string} contributorId
|
|
18363
18471
|
* @param {string} [languageCode]
|
|
18472
|
+
* @param {boolean} [returnDefaultValue]
|
|
18364
18473
|
* @param {*} [options] Override http request option.
|
|
18365
18474
|
* @throws {RequiredError}
|
|
18366
18475
|
*/
|
|
18367
|
-
apiV1ContributorsContributorIdGet: async (contributorId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18476
|
+
apiV1ContributorsContributorIdGet: async (contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18368
18477
|
// verify required parameter 'contributorId' is not null or undefined
|
|
18369
18478
|
assertParamExists('apiV1ContributorsContributorIdGet', 'contributorId', contributorId)
|
|
18370
18479
|
const localVarPath = `/api/v1/contributors/{contributorId}`
|
|
@@ -18388,6 +18497,10 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18388
18497
|
localVarQueryParameter['languageCode'] = languageCode;
|
|
18389
18498
|
}
|
|
18390
18499
|
|
|
18500
|
+
if (returnDefaultValue !== undefined) {
|
|
18501
|
+
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
18502
|
+
}
|
|
18503
|
+
|
|
18391
18504
|
|
|
18392
18505
|
|
|
18393
18506
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -18698,15 +18811,16 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18698
18811
|
* @param {string} [website]
|
|
18699
18812
|
* @param {string} [hospitalId]
|
|
18700
18813
|
* @param {boolean} [interviewerOnly]
|
|
18701
|
-
* @param {string} [languageCode]
|
|
18702
18814
|
* @param {boolean} [showHidden]
|
|
18815
|
+
* @param {string} [languageCode]
|
|
18816
|
+
* @param {boolean} [returnDefaultValue]
|
|
18703
18817
|
* @param {number} [page]
|
|
18704
18818
|
* @param {number} [limit]
|
|
18705
18819
|
* @param {Date} [lastRetrieved]
|
|
18706
18820
|
* @param {*} [options] Override http request option.
|
|
18707
18821
|
* @throws {RequiredError}
|
|
18708
18822
|
*/
|
|
18709
|
-
apiV1ContributorsGet: async (id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
18823
|
+
apiV1ContributorsGet: async (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<RequestArgs> => {
|
|
18710
18824
|
const localVarPath = `/api/v1/contributors`;
|
|
18711
18825
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
18712
18826
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -18751,12 +18865,16 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18751
18865
|
localVarQueryParameter['InterviewerOnly'] = interviewerOnly;
|
|
18752
18866
|
}
|
|
18753
18867
|
|
|
18868
|
+
if (showHidden !== undefined) {
|
|
18869
|
+
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
18870
|
+
}
|
|
18871
|
+
|
|
18754
18872
|
if (languageCode !== undefined) {
|
|
18755
18873
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
18756
18874
|
}
|
|
18757
18875
|
|
|
18758
|
-
if (
|
|
18759
|
-
localVarQueryParameter['
|
|
18876
|
+
if (returnDefaultValue !== undefined) {
|
|
18877
|
+
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
18760
18878
|
}
|
|
18761
18879
|
|
|
18762
18880
|
if (page !== undefined) {
|
|
@@ -18827,10 +18945,11 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18827
18945
|
* @summary Get Contributor by slug.
|
|
18828
18946
|
* @param {string} slug
|
|
18829
18947
|
* @param {string} [languageCode]
|
|
18948
|
+
* @param {boolean} [returnDefaultValue]
|
|
18830
18949
|
* @param {*} [options] Override http request option.
|
|
18831
18950
|
* @throws {RequiredError}
|
|
18832
18951
|
*/
|
|
18833
|
-
apiV1ContributorsSlugGet: async (slug: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18952
|
+
apiV1ContributorsSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18834
18953
|
// verify required parameter 'slug' is not null or undefined
|
|
18835
18954
|
assertParamExists('apiV1ContributorsSlugGet', 'slug', slug)
|
|
18836
18955
|
const localVarPath = `/api/v1/contributors/{slug}`
|
|
@@ -18854,6 +18973,10 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18854
18973
|
localVarQueryParameter['languageCode'] = languageCode;
|
|
18855
18974
|
}
|
|
18856
18975
|
|
|
18976
|
+
if (returnDefaultValue !== undefined) {
|
|
18977
|
+
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
18978
|
+
}
|
|
18979
|
+
|
|
18857
18980
|
|
|
18858
18981
|
|
|
18859
18982
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -18891,11 +19014,12 @@ export const ContributorsApiFp = function(configuration?: Configuration) {
|
|
|
18891
19014
|
* @summary Get Contributor.
|
|
18892
19015
|
* @param {string} contributorId
|
|
18893
19016
|
* @param {string} [languageCode]
|
|
19017
|
+
* @param {boolean} [returnDefaultValue]
|
|
18894
19018
|
* @param {*} [options] Override http request option.
|
|
18895
19019
|
* @throws {RequiredError}
|
|
18896
19020
|
*/
|
|
18897
|
-
async apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
18898
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ContributorsContributorIdGet(contributorId, languageCode, options);
|
|
19021
|
+
async apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
19022
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ContributorsContributorIdGet(contributorId, languageCode, returnDefaultValue, options);
|
|
18899
19023
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
18900
19024
|
},
|
|
18901
19025
|
/**
|
|
@@ -18987,16 +19111,17 @@ export const ContributorsApiFp = function(configuration?: Configuration) {
|
|
|
18987
19111
|
* @param {string} [website]
|
|
18988
19112
|
* @param {string} [hospitalId]
|
|
18989
19113
|
* @param {boolean} [interviewerOnly]
|
|
18990
|
-
* @param {string} [languageCode]
|
|
18991
19114
|
* @param {boolean} [showHidden]
|
|
19115
|
+
* @param {string} [languageCode]
|
|
19116
|
+
* @param {boolean} [returnDefaultValue]
|
|
18992
19117
|
* @param {number} [page]
|
|
18993
19118
|
* @param {number} [limit]
|
|
18994
19119
|
* @param {Date} [lastRetrieved]
|
|
18995
19120
|
* @param {*} [options] Override http request option.
|
|
18996
19121
|
* @throws {RequiredError}
|
|
18997
19122
|
*/
|
|
18998
|
-
async apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
18999
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, languageCode,
|
|
19123
|
+
async 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<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorsModel>> {
|
|
19124
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options);
|
|
19000
19125
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
19001
19126
|
},
|
|
19002
19127
|
/**
|
|
@@ -19015,11 +19140,12 @@ export const ContributorsApiFp = function(configuration?: Configuration) {
|
|
|
19015
19140
|
* @summary Get Contributor by slug.
|
|
19016
19141
|
* @param {string} slug
|
|
19017
19142
|
* @param {string} [languageCode]
|
|
19143
|
+
* @param {boolean} [returnDefaultValue]
|
|
19018
19144
|
* @param {*} [options] Override http request option.
|
|
19019
19145
|
* @throws {RequiredError}
|
|
19020
19146
|
*/
|
|
19021
|
-
async apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
19022
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ContributorsSlugGet(slug, languageCode, options);
|
|
19147
|
+
async apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
19148
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1ContributorsSlugGet(slug, languageCode, returnDefaultValue, options);
|
|
19023
19149
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
19024
19150
|
},
|
|
19025
19151
|
}
|
|
@@ -19047,11 +19173,12 @@ export const ContributorsApiFactory = function (configuration?: Configuration, b
|
|
|
19047
19173
|
* @summary Get Contributor.
|
|
19048
19174
|
* @param {string} contributorId
|
|
19049
19175
|
* @param {string} [languageCode]
|
|
19176
|
+
* @param {boolean} [returnDefaultValue]
|
|
19050
19177
|
* @param {*} [options] Override http request option.
|
|
19051
19178
|
* @throws {RequiredError}
|
|
19052
19179
|
*/
|
|
19053
|
-
apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: any): AxiosPromise<ContributorModel> {
|
|
19054
|
-
return localVarFp.apiV1ContributorsContributorIdGet(contributorId, languageCode, options).then((request) => request(axios, basePath));
|
|
19180
|
+
apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<ContributorModel> {
|
|
19181
|
+
return localVarFp.apiV1ContributorsContributorIdGet(contributorId, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
|
|
19055
19182
|
},
|
|
19056
19183
|
/**
|
|
19057
19184
|
*
|
|
@@ -19136,16 +19263,17 @@ export const ContributorsApiFactory = function (configuration?: Configuration, b
|
|
|
19136
19263
|
* @param {string} [website]
|
|
19137
19264
|
* @param {string} [hospitalId]
|
|
19138
19265
|
* @param {boolean} [interviewerOnly]
|
|
19139
|
-
* @param {string} [languageCode]
|
|
19140
19266
|
* @param {boolean} [showHidden]
|
|
19267
|
+
* @param {string} [languageCode]
|
|
19268
|
+
* @param {boolean} [returnDefaultValue]
|
|
19141
19269
|
* @param {number} [page]
|
|
19142
19270
|
* @param {number} [limit]
|
|
19143
19271
|
* @param {Date} [lastRetrieved]
|
|
19144
19272
|
* @param {*} [options] Override http request option.
|
|
19145
19273
|
* @throws {RequiredError}
|
|
19146
19274
|
*/
|
|
19147
|
-
apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
19148
|
-
return localVarFp.apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, languageCode,
|
|
19275
|
+
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?: any): AxiosPromise<ContributorsModel> {
|
|
19276
|
+
return localVarFp.apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
19149
19277
|
},
|
|
19150
19278
|
/**
|
|
19151
19279
|
*
|
|
@@ -19162,11 +19290,12 @@ export const ContributorsApiFactory = function (configuration?: Configuration, b
|
|
|
19162
19290
|
* @summary Get Contributor by slug.
|
|
19163
19291
|
* @param {string} slug
|
|
19164
19292
|
* @param {string} [languageCode]
|
|
19293
|
+
* @param {boolean} [returnDefaultValue]
|
|
19165
19294
|
* @param {*} [options] Override http request option.
|
|
19166
19295
|
* @throws {RequiredError}
|
|
19167
19296
|
*/
|
|
19168
|
-
apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: any): AxiosPromise<ContributorModel> {
|
|
19169
|
-
return localVarFp.apiV1ContributorsSlugGet(slug, languageCode, options).then((request) => request(axios, basePath));
|
|
19297
|
+
apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<ContributorModel> {
|
|
19298
|
+
return localVarFp.apiV1ContributorsSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
|
|
19170
19299
|
},
|
|
19171
19300
|
};
|
|
19172
19301
|
};
|
|
@@ -19195,12 +19324,13 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19195
19324
|
* @summary Get Contributor.
|
|
19196
19325
|
* @param {string} contributorId
|
|
19197
19326
|
* @param {string} [languageCode]
|
|
19327
|
+
* @param {boolean} [returnDefaultValue]
|
|
19198
19328
|
* @param {*} [options] Override http request option.
|
|
19199
19329
|
* @throws {RequiredError}
|
|
19200
19330
|
* @memberof ContributorsApi
|
|
19201
19331
|
*/
|
|
19202
|
-
public apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig) {
|
|
19203
|
-
return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdGet(contributorId, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
19332
|
+
public apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
|
|
19333
|
+
return ContributorsApiFp(this.configuration).apiV1ContributorsContributorIdGet(contributorId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
19204
19334
|
}
|
|
19205
19335
|
|
|
19206
19336
|
/**
|
|
@@ -19298,8 +19428,9 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19298
19428
|
* @param {string} [website]
|
|
19299
19429
|
* @param {string} [hospitalId]
|
|
19300
19430
|
* @param {boolean} [interviewerOnly]
|
|
19301
|
-
* @param {string} [languageCode]
|
|
19302
19431
|
* @param {boolean} [showHidden]
|
|
19432
|
+
* @param {string} [languageCode]
|
|
19433
|
+
* @param {boolean} [returnDefaultValue]
|
|
19303
19434
|
* @param {number} [page]
|
|
19304
19435
|
* @param {number} [limit]
|
|
19305
19436
|
* @param {Date} [lastRetrieved]
|
|
@@ -19307,8 +19438,8 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19307
19438
|
* @throws {RequiredError}
|
|
19308
19439
|
* @memberof ContributorsApi
|
|
19309
19440
|
*/
|
|
19310
|
-
public apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
19311
|
-
return ContributorsApiFp(this.configuration).apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, languageCode,
|
|
19441
|
+
public 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) {
|
|
19442
|
+
return ContributorsApiFp(this.configuration).apiV1ContributorsGet(id, name, email, description, website, hospitalId, interviewerOnly, showHidden, languageCode, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
19312
19443
|
}
|
|
19313
19444
|
|
|
19314
19445
|
/**
|
|
@@ -19328,12 +19459,13 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19328
19459
|
* @summary Get Contributor by slug.
|
|
19329
19460
|
* @param {string} slug
|
|
19330
19461
|
* @param {string} [languageCode]
|
|
19462
|
+
* @param {boolean} [returnDefaultValue]
|
|
19331
19463
|
* @param {*} [options] Override http request option.
|
|
19332
19464
|
* @throws {RequiredError}
|
|
19333
19465
|
* @memberof ContributorsApi
|
|
19334
19466
|
*/
|
|
19335
|
-
public apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig) {
|
|
19336
|
-
return ContributorsApiFp(this.configuration).apiV1ContributorsSlugGet(slug, languageCode, options).then((request) => request(this.axios, this.basePath));
|
|
19467
|
+
public apiV1ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
|
|
19468
|
+
return ContributorsApiFp(this.configuration).apiV1ContributorsSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
19337
19469
|
}
|
|
19338
19470
|
}
|
|
19339
19471
|
|