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/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}
|
|
@@ -7532,6 +7586,12 @@ export interface HospitalServiceModel {
|
|
|
7532
7586
|
* @memberof HospitalServiceModel
|
|
7533
7587
|
*/
|
|
7534
7588
|
'content'?: string | null;
|
|
7589
|
+
/**
|
|
7590
|
+
*
|
|
7591
|
+
* @type {string}
|
|
7592
|
+
* @memberof HospitalServiceModel
|
|
7593
|
+
*/
|
|
7594
|
+
'customStyle'?: string | null;
|
|
7535
7595
|
/**
|
|
7536
7596
|
*
|
|
7537
7597
|
* @type {string}
|
|
@@ -7837,6 +7897,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
7837
7897
|
* @memberof HospitalSpecialtyItemModel
|
|
7838
7898
|
*/
|
|
7839
7899
|
'content'?: string | null;
|
|
7900
|
+
/**
|
|
7901
|
+
*
|
|
7902
|
+
* @type {string}
|
|
7903
|
+
* @memberof HospitalSpecialtyItemModel
|
|
7904
|
+
*/
|
|
7905
|
+
'customStyle'?: string | null;
|
|
7840
7906
|
/**
|
|
7841
7907
|
*
|
|
7842
7908
|
* @type {number}
|
|
@@ -7988,6 +8054,12 @@ export interface HospitalSpecialtyModel {
|
|
|
7988
8054
|
* @memberof HospitalSpecialtyModel
|
|
7989
8055
|
*/
|
|
7990
8056
|
'content'?: string | null;
|
|
8057
|
+
/**
|
|
8058
|
+
*
|
|
8059
|
+
* @type {string}
|
|
8060
|
+
* @memberof HospitalSpecialtyModel
|
|
8061
|
+
*/
|
|
8062
|
+
'customStyle'?: string | null;
|
|
7991
8063
|
/**
|
|
7992
8064
|
*
|
|
7993
8065
|
* @type {number}
|
|
@@ -11695,6 +11767,18 @@ export interface UpdateHospitalCommand {
|
|
|
11695
11767
|
* @memberof UpdateHospitalCommand
|
|
11696
11768
|
*/
|
|
11697
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;
|
|
11698
11782
|
/**
|
|
11699
11783
|
*
|
|
11700
11784
|
* @type {number}
|
|
@@ -11841,6 +11925,12 @@ export interface UpdateHospitalServiceCommand {
|
|
|
11841
11925
|
* @memberof UpdateHospitalServiceCommand
|
|
11842
11926
|
*/
|
|
11843
11927
|
'content'?: string | null;
|
|
11928
|
+
/**
|
|
11929
|
+
*
|
|
11930
|
+
* @type {string}
|
|
11931
|
+
* @memberof UpdateHospitalServiceCommand
|
|
11932
|
+
*/
|
|
11933
|
+
'customStyle'?: string | null;
|
|
11844
11934
|
/**
|
|
11845
11935
|
*
|
|
11846
11936
|
* @type {number}
|
|
@@ -11938,6 +12028,12 @@ export interface UpdateHospitalSpecialtyCommand {
|
|
|
11938
12028
|
* @memberof UpdateHospitalSpecialtyCommand
|
|
11939
12029
|
*/
|
|
11940
12030
|
'content'?: string | null;
|
|
12031
|
+
/**
|
|
12032
|
+
*
|
|
12033
|
+
* @type {string}
|
|
12034
|
+
* @memberof UpdateHospitalSpecialtyCommand
|
|
12035
|
+
*/
|
|
12036
|
+
'customStyle'?: string | null;
|
|
11941
12037
|
/**
|
|
11942
12038
|
*
|
|
11943
12039
|
* @type {number}
|
|
@@ -18373,10 +18469,11 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18373
18469
|
* @summary Get Contributor.
|
|
18374
18470
|
* @param {string} contributorId
|
|
18375
18471
|
* @param {string} [languageCode]
|
|
18472
|
+
* @param {boolean} [returnDefaultValue]
|
|
18376
18473
|
* @param {*} [options] Override http request option.
|
|
18377
18474
|
* @throws {RequiredError}
|
|
18378
18475
|
*/
|
|
18379
|
-
apiV1ContributorsContributorIdGet: async (contributorId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18476
|
+
apiV1ContributorsContributorIdGet: async (contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18380
18477
|
// verify required parameter 'contributorId' is not null or undefined
|
|
18381
18478
|
assertParamExists('apiV1ContributorsContributorIdGet', 'contributorId', contributorId)
|
|
18382
18479
|
const localVarPath = `/api/v1/contributors/{contributorId}`
|
|
@@ -18400,6 +18497,10 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18400
18497
|
localVarQueryParameter['languageCode'] = languageCode;
|
|
18401
18498
|
}
|
|
18402
18499
|
|
|
18500
|
+
if (returnDefaultValue !== undefined) {
|
|
18501
|
+
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
18502
|
+
}
|
|
18503
|
+
|
|
18403
18504
|
|
|
18404
18505
|
|
|
18405
18506
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -18710,15 +18811,16 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18710
18811
|
* @param {string} [website]
|
|
18711
18812
|
* @param {string} [hospitalId]
|
|
18712
18813
|
* @param {boolean} [interviewerOnly]
|
|
18713
|
-
* @param {string} [languageCode]
|
|
18714
18814
|
* @param {boolean} [showHidden]
|
|
18815
|
+
* @param {string} [languageCode]
|
|
18816
|
+
* @param {boolean} [returnDefaultValue]
|
|
18715
18817
|
* @param {number} [page]
|
|
18716
18818
|
* @param {number} [limit]
|
|
18717
18819
|
* @param {Date} [lastRetrieved]
|
|
18718
18820
|
* @param {*} [options] Override http request option.
|
|
18719
18821
|
* @throws {RequiredError}
|
|
18720
18822
|
*/
|
|
18721
|
-
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> => {
|
|
18722
18824
|
const localVarPath = `/api/v1/contributors`;
|
|
18723
18825
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
18724
18826
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -18763,12 +18865,16 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18763
18865
|
localVarQueryParameter['InterviewerOnly'] = interviewerOnly;
|
|
18764
18866
|
}
|
|
18765
18867
|
|
|
18868
|
+
if (showHidden !== undefined) {
|
|
18869
|
+
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
18870
|
+
}
|
|
18871
|
+
|
|
18766
18872
|
if (languageCode !== undefined) {
|
|
18767
18873
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
18768
18874
|
}
|
|
18769
18875
|
|
|
18770
|
-
if (
|
|
18771
|
-
localVarQueryParameter['
|
|
18876
|
+
if (returnDefaultValue !== undefined) {
|
|
18877
|
+
localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
|
|
18772
18878
|
}
|
|
18773
18879
|
|
|
18774
18880
|
if (page !== undefined) {
|
|
@@ -18839,10 +18945,11 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18839
18945
|
* @summary Get Contributor by slug.
|
|
18840
18946
|
* @param {string} slug
|
|
18841
18947
|
* @param {string} [languageCode]
|
|
18948
|
+
* @param {boolean} [returnDefaultValue]
|
|
18842
18949
|
* @param {*} [options] Override http request option.
|
|
18843
18950
|
* @throws {RequiredError}
|
|
18844
18951
|
*/
|
|
18845
|
-
apiV1ContributorsSlugGet: async (slug: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18952
|
+
apiV1ContributorsSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
18846
18953
|
// verify required parameter 'slug' is not null or undefined
|
|
18847
18954
|
assertParamExists('apiV1ContributorsSlugGet', 'slug', slug)
|
|
18848
18955
|
const localVarPath = `/api/v1/contributors/{slug}`
|
|
@@ -18866,6 +18973,10 @@ export const ContributorsApiAxiosParamCreator = function (configuration?: Config
|
|
|
18866
18973
|
localVarQueryParameter['languageCode'] = languageCode;
|
|
18867
18974
|
}
|
|
18868
18975
|
|
|
18976
|
+
if (returnDefaultValue !== undefined) {
|
|
18977
|
+
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
18978
|
+
}
|
|
18979
|
+
|
|
18869
18980
|
|
|
18870
18981
|
|
|
18871
18982
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -18903,11 +19014,12 @@ export const ContributorsApiFp = function(configuration?: Configuration) {
|
|
|
18903
19014
|
* @summary Get Contributor.
|
|
18904
19015
|
* @param {string} contributorId
|
|
18905
19016
|
* @param {string} [languageCode]
|
|
19017
|
+
* @param {boolean} [returnDefaultValue]
|
|
18906
19018
|
* @param {*} [options] Override http request option.
|
|
18907
19019
|
* @throws {RequiredError}
|
|
18908
19020
|
*/
|
|
18909
|
-
async apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
18910
|
-
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);
|
|
18911
19023
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
18912
19024
|
},
|
|
18913
19025
|
/**
|
|
@@ -18999,16 +19111,17 @@ export const ContributorsApiFp = function(configuration?: Configuration) {
|
|
|
18999
19111
|
* @param {string} [website]
|
|
19000
19112
|
* @param {string} [hospitalId]
|
|
19001
19113
|
* @param {boolean} [interviewerOnly]
|
|
19002
|
-
* @param {string} [languageCode]
|
|
19003
19114
|
* @param {boolean} [showHidden]
|
|
19115
|
+
* @param {string} [languageCode]
|
|
19116
|
+
* @param {boolean} [returnDefaultValue]
|
|
19004
19117
|
* @param {number} [page]
|
|
19005
19118
|
* @param {number} [limit]
|
|
19006
19119
|
* @param {Date} [lastRetrieved]
|
|
19007
19120
|
* @param {*} [options] Override http request option.
|
|
19008
19121
|
* @throws {RequiredError}
|
|
19009
19122
|
*/
|
|
19010
|
-
async apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
19011
|
-
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);
|
|
19012
19125
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
19013
19126
|
},
|
|
19014
19127
|
/**
|
|
@@ -19027,11 +19140,12 @@ export const ContributorsApiFp = function(configuration?: Configuration) {
|
|
|
19027
19140
|
* @summary Get Contributor by slug.
|
|
19028
19141
|
* @param {string} slug
|
|
19029
19142
|
* @param {string} [languageCode]
|
|
19143
|
+
* @param {boolean} [returnDefaultValue]
|
|
19030
19144
|
* @param {*} [options] Override http request option.
|
|
19031
19145
|
* @throws {RequiredError}
|
|
19032
19146
|
*/
|
|
19033
|
-
async apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContributorModel>> {
|
|
19034
|
-
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);
|
|
19035
19149
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
19036
19150
|
},
|
|
19037
19151
|
}
|
|
@@ -19059,11 +19173,12 @@ export const ContributorsApiFactory = function (configuration?: Configuration, b
|
|
|
19059
19173
|
* @summary Get Contributor.
|
|
19060
19174
|
* @param {string} contributorId
|
|
19061
19175
|
* @param {string} [languageCode]
|
|
19176
|
+
* @param {boolean} [returnDefaultValue]
|
|
19062
19177
|
* @param {*} [options] Override http request option.
|
|
19063
19178
|
* @throws {RequiredError}
|
|
19064
19179
|
*/
|
|
19065
|
-
apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: any): AxiosPromise<ContributorModel> {
|
|
19066
|
-
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));
|
|
19067
19182
|
},
|
|
19068
19183
|
/**
|
|
19069
19184
|
*
|
|
@@ -19148,16 +19263,17 @@ export const ContributorsApiFactory = function (configuration?: Configuration, b
|
|
|
19148
19263
|
* @param {string} [website]
|
|
19149
19264
|
* @param {string} [hospitalId]
|
|
19150
19265
|
* @param {boolean} [interviewerOnly]
|
|
19151
|
-
* @param {string} [languageCode]
|
|
19152
19266
|
* @param {boolean} [showHidden]
|
|
19267
|
+
* @param {string} [languageCode]
|
|
19268
|
+
* @param {boolean} [returnDefaultValue]
|
|
19153
19269
|
* @param {number} [page]
|
|
19154
19270
|
* @param {number} [limit]
|
|
19155
19271
|
* @param {Date} [lastRetrieved]
|
|
19156
19272
|
* @param {*} [options] Override http request option.
|
|
19157
19273
|
* @throws {RequiredError}
|
|
19158
19274
|
*/
|
|
19159
|
-
apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
19160
|
-
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));
|
|
19161
19277
|
},
|
|
19162
19278
|
/**
|
|
19163
19279
|
*
|
|
@@ -19174,11 +19290,12 @@ export const ContributorsApiFactory = function (configuration?: Configuration, b
|
|
|
19174
19290
|
* @summary Get Contributor by slug.
|
|
19175
19291
|
* @param {string} slug
|
|
19176
19292
|
* @param {string} [languageCode]
|
|
19293
|
+
* @param {boolean} [returnDefaultValue]
|
|
19177
19294
|
* @param {*} [options] Override http request option.
|
|
19178
19295
|
* @throws {RequiredError}
|
|
19179
19296
|
*/
|
|
19180
|
-
apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: any): AxiosPromise<ContributorModel> {
|
|
19181
|
-
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));
|
|
19182
19299
|
},
|
|
19183
19300
|
};
|
|
19184
19301
|
};
|
|
@@ -19207,12 +19324,13 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19207
19324
|
* @summary Get Contributor.
|
|
19208
19325
|
* @param {string} contributorId
|
|
19209
19326
|
* @param {string} [languageCode]
|
|
19327
|
+
* @param {boolean} [returnDefaultValue]
|
|
19210
19328
|
* @param {*} [options] Override http request option.
|
|
19211
19329
|
* @throws {RequiredError}
|
|
19212
19330
|
* @memberof ContributorsApi
|
|
19213
19331
|
*/
|
|
19214
|
-
public apiV1ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig) {
|
|
19215
|
-
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));
|
|
19216
19334
|
}
|
|
19217
19335
|
|
|
19218
19336
|
/**
|
|
@@ -19310,8 +19428,9 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19310
19428
|
* @param {string} [website]
|
|
19311
19429
|
* @param {string} [hospitalId]
|
|
19312
19430
|
* @param {boolean} [interviewerOnly]
|
|
19313
|
-
* @param {string} [languageCode]
|
|
19314
19431
|
* @param {boolean} [showHidden]
|
|
19432
|
+
* @param {string} [languageCode]
|
|
19433
|
+
* @param {boolean} [returnDefaultValue]
|
|
19315
19434
|
* @param {number} [page]
|
|
19316
19435
|
* @param {number} [limit]
|
|
19317
19436
|
* @param {Date} [lastRetrieved]
|
|
@@ -19319,8 +19438,8 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19319
19438
|
* @throws {RequiredError}
|
|
19320
19439
|
* @memberof ContributorsApi
|
|
19321
19440
|
*/
|
|
19322
|
-
public apiV1ContributorsGet(id?: string, name?: string, email?: string, description?: string, website?: string, hospitalId?: string, interviewerOnly?: boolean, languageCode?: string,
|
|
19323
|
-
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));
|
|
19324
19443
|
}
|
|
19325
19444
|
|
|
19326
19445
|
/**
|
|
@@ -19340,12 +19459,13 @@ export class ContributorsApi extends BaseAPI {
|
|
|
19340
19459
|
* @summary Get Contributor by slug.
|
|
19341
19460
|
* @param {string} slug
|
|
19342
19461
|
* @param {string} [languageCode]
|
|
19462
|
+
* @param {boolean} [returnDefaultValue]
|
|
19343
19463
|
* @param {*} [options] Override http request option.
|
|
19344
19464
|
* @throws {RequiredError}
|
|
19345
19465
|
* @memberof ContributorsApi
|
|
19346
19466
|
*/
|
|
19347
|
-
public apiV1ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig) {
|
|
19348
|
-
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));
|
|
19349
19469
|
}
|
|
19350
19470
|
}
|
|
19351
19471
|
|