ch-admin-api-client-typescript 2.9.5 → 2.9.6
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 +8 -4
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +14 -7
- package/package.json +1 -1
- package/src/api.ts +15 -7
package/lib/api.d.ts
CHANGED
|
@@ -14092,6 +14092,7 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
14092
14092
|
* @param {string} [hospitalName]
|
|
14093
14093
|
* @param {string} [countryId]
|
|
14094
14094
|
* @param {string} [tag]
|
|
14095
|
+
* @param {string} [exceptArticleId]
|
|
14095
14096
|
* @param {string} [exceptHospitalId]
|
|
14096
14097
|
* @param {string} [contributorId]
|
|
14097
14098
|
* @param {string} [languageCode]
|
|
@@ -14103,7 +14104,7 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
14103
14104
|
* @param {*} [options] Override http request option.
|
|
14104
14105
|
* @throws {RequiredError}
|
|
14105
14106
|
*/
|
|
14106
|
-
apiV1ArticlesGet: (id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
14107
|
+
apiV1ArticlesGet: (id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
14107
14108
|
/**
|
|
14108
14109
|
*
|
|
14109
14110
|
* @summary Create a Article.
|
|
@@ -14362,6 +14363,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
|
|
|
14362
14363
|
* @param {string} [hospitalName]
|
|
14363
14364
|
* @param {string} [countryId]
|
|
14364
14365
|
* @param {string} [tag]
|
|
14366
|
+
* @param {string} [exceptArticleId]
|
|
14365
14367
|
* @param {string} [exceptHospitalId]
|
|
14366
14368
|
* @param {string} [contributorId]
|
|
14367
14369
|
* @param {string} [languageCode]
|
|
@@ -14373,7 +14375,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
|
|
|
14373
14375
|
* @param {*} [options] Override http request option.
|
|
14374
14376
|
* @throws {RequiredError}
|
|
14375
14377
|
*/
|
|
14376
|
-
apiV1ArticlesGet(id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
|
|
14378
|
+
apiV1ArticlesGet(id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticlesModel>>;
|
|
14377
14379
|
/**
|
|
14378
14380
|
*
|
|
14379
14381
|
* @summary Create a Article.
|
|
@@ -14632,6 +14634,7 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
|
|
|
14632
14634
|
* @param {string} [hospitalName]
|
|
14633
14635
|
* @param {string} [countryId]
|
|
14634
14636
|
* @param {string} [tag]
|
|
14637
|
+
* @param {string} [exceptArticleId]
|
|
14635
14638
|
* @param {string} [exceptHospitalId]
|
|
14636
14639
|
* @param {string} [contributorId]
|
|
14637
14640
|
* @param {string} [languageCode]
|
|
@@ -14643,7 +14646,7 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
|
|
|
14643
14646
|
* @param {*} [options] Override http request option.
|
|
14644
14647
|
* @throws {RequiredError}
|
|
14645
14648
|
*/
|
|
14646
|
-
apiV1ArticlesGet(id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticlesModel>;
|
|
14649
|
+
apiV1ArticlesGet(id?: string | undefined, title?: string | undefined, description?: string | undefined, status?: ArticleStatus | undefined, marketingType?: MarketingType | undefined, userId?: string | undefined, userName?: string | undefined, hospitalId?: string | undefined, hospitalName?: string | undefined, countryId?: string | undefined, tag?: string | undefined, exceptArticleId?: string | undefined, exceptHospitalId?: string | undefined, contributorId?: string | undefined, languageCode?: string | undefined, showHidden?: boolean | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ArticlesModel>;
|
|
14647
14650
|
/**
|
|
14648
14651
|
*
|
|
14649
14652
|
* @summary Create a Article.
|
|
@@ -14926,6 +14929,7 @@ export declare class ArticlesApi extends BaseAPI {
|
|
|
14926
14929
|
* @param {string} [hospitalName]
|
|
14927
14930
|
* @param {string} [countryId]
|
|
14928
14931
|
* @param {string} [tag]
|
|
14932
|
+
* @param {string} [exceptArticleId]
|
|
14929
14933
|
* @param {string} [exceptHospitalId]
|
|
14930
14934
|
* @param {string} [contributorId]
|
|
14931
14935
|
* @param {string} [languageCode]
|
|
@@ -14938,7 +14942,7 @@ export declare class ArticlesApi extends BaseAPI {
|
|
|
14938
14942
|
* @throws {RequiredError}
|
|
14939
14943
|
* @memberof ArticlesApi
|
|
14940
14944
|
*/
|
|
14941
|
-
apiV1ArticlesGet(id?: string, title?: string, description?: string, status?: ArticleStatus, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel>>;
|
|
14945
|
+
apiV1ArticlesGet(id?: string, title?: string, description?: string, status?: ArticleStatus, marketingType?: MarketingType, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticlesModel>>;
|
|
14942
14946
|
/**
|
|
14943
14947
|
*
|
|
14944
14948
|
* @summary Create a Article.
|