ch-api-client-typescript2 2.8.11 → 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 CHANGED
@@ -5480,6 +5480,18 @@ export interface HospitalItemModel {
5480
5480
  * @memberof HospitalItemModel
5481
5481
  */
5482
5482
  'overview'?: string | null;
5483
+ /**
5484
+ *
5485
+ * @type {string}
5486
+ * @memberof HospitalItemModel
5487
+ */
5488
+ 'content'?: string | null;
5489
+ /**
5490
+ *
5491
+ * @type {string}
5492
+ * @memberof HospitalItemModel
5493
+ */
5494
+ 'customStyle'?: string | null;
5483
5495
  /**
5484
5496
  *
5485
5497
  * @type {number}
@@ -5703,6 +5715,18 @@ export interface HospitalModel {
5703
5715
  * @memberof HospitalModel
5704
5716
  */
5705
5717
  'overview'?: string | null;
5718
+ /**
5719
+ *
5720
+ * @type {string}
5721
+ * @memberof HospitalModel
5722
+ */
5723
+ 'content'?: string | null;
5724
+ /**
5725
+ *
5726
+ * @type {string}
5727
+ * @memberof HospitalModel
5728
+ */
5729
+ 'customStyle'?: string | null;
5706
5730
  /**
5707
5731
  *
5708
5732
  * @type {number}
@@ -5926,6 +5950,12 @@ export interface HospitalServiceItemModel {
5926
5950
  * @memberof HospitalServiceItemModel
5927
5951
  */
5928
5952
  'content'?: string | null;
5953
+ /**
5954
+ *
5955
+ * @type {string}
5956
+ * @memberof HospitalServiceItemModel
5957
+ */
5958
+ 'customStyle'?: string | null;
5929
5959
  /**
5930
5960
  *
5931
5961
  * @type {string}
@@ -5938,6 +5968,12 @@ export interface HospitalServiceItemModel {
5938
5968
  * @memberof HospitalServiceItemModel
5939
5969
  */
5940
5970
  'hospitalName'?: string | null;
5971
+ /**
5972
+ *
5973
+ * @type {string}
5974
+ * @memberof HospitalServiceItemModel
5975
+ */
5976
+ 'hospitalSlug'?: string | null;
5941
5977
  /**
5942
5978
  *
5943
5979
  * @type {string}
@@ -6083,6 +6119,12 @@ export interface HospitalServiceModel {
6083
6119
  * @memberof HospitalServiceModel
6084
6120
  */
6085
6121
  'content'?: string | null;
6122
+ /**
6123
+ *
6124
+ * @type {string}
6125
+ * @memberof HospitalServiceModel
6126
+ */
6127
+ 'customStyle'?: string | null;
6086
6128
  /**
6087
6129
  *
6088
6130
  * @type {string}
@@ -6095,6 +6137,12 @@ export interface HospitalServiceModel {
6095
6137
  * @memberof HospitalServiceModel
6096
6138
  */
6097
6139
  'hospitalName'?: string | null;
6140
+ /**
6141
+ *
6142
+ * @type {string}
6143
+ * @memberof HospitalServiceModel
6144
+ */
6145
+ 'hospitalSlug'?: string | null;
6098
6146
  /**
6099
6147
  *
6100
6148
  * @type {string}
@@ -6376,6 +6424,12 @@ export interface HospitalSpecialtyItemModel {
6376
6424
  * @memberof HospitalSpecialtyItemModel
6377
6425
  */
6378
6426
  'content'?: string | null;
6427
+ /**
6428
+ *
6429
+ * @type {string}
6430
+ * @memberof HospitalSpecialtyItemModel
6431
+ */
6432
+ 'customStyle'?: string | null;
6379
6433
  /**
6380
6434
  *
6381
6435
  * @type {number}
@@ -6521,6 +6575,12 @@ export interface HospitalSpecialtyModel {
6521
6575
  * @memberof HospitalSpecialtyModel
6522
6576
  */
6523
6577
  'content'?: string | null;
6578
+ /**
6579
+ *
6580
+ * @type {string}
6581
+ * @memberof HospitalSpecialtyModel
6582
+ */
6583
+ 'customStyle'?: string | null;
6524
6584
  /**
6525
6585
  *
6526
6586
  * @type {number}
@@ -11089,10 +11149,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
11089
11149
  * @summary Get Contributor.
11090
11150
  * @param {string} contributorId
11091
11151
  * @param {string} [languageCode]
11152
+ * @param {boolean} [returnDefaultValue]
11092
11153
  * @param {*} [options] Override http request option.
11093
11154
  * @throws {RequiredError}
11094
11155
  */
11095
- apiV2ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11156
+ apiV2ContributorsContributorIdGet: (contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11096
11157
  /**
11097
11158
  *
11098
11159
  * @summary Get all ContributorHandles.
@@ -11127,24 +11188,26 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
11127
11188
  * @param {string} [website]
11128
11189
  * @param {string} [hospitalId]
11129
11190
  * @param {boolean} [interviewerOnly]
11130
- * @param {string} [languageCode]
11131
11191
  * @param {boolean} [showHidden]
11192
+ * @param {string} [languageCode]
11193
+ * @param {boolean} [returnDefaultValue]
11132
11194
  * @param {number} [page]
11133
11195
  * @param {number} [limit]
11134
11196
  * @param {Date} [lastRetrieved]
11135
11197
  * @param {*} [options] Override http request option.
11136
11198
  * @throws {RequiredError}
11137
11199
  */
11138
- apiV2ContributorsGet: (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>;
11200
+ apiV2ContributorsGet: (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>;
11139
11201
  /**
11140
11202
  *
11141
11203
  * @summary Get Contributor by slug.
11142
11204
  * @param {string} slug
11143
11205
  * @param {string} [languageCode]
11206
+ * @param {boolean} [returnDefaultValue]
11144
11207
  * @param {*} [options] Override http request option.
11145
11208
  * @throws {RequiredError}
11146
11209
  */
11147
- apiV2ContributorsSlugGet: (slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11210
+ apiV2ContributorsSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11148
11211
  };
11149
11212
  /**
11150
11213
  * ContributorsApi - functional programming interface
@@ -11156,10 +11219,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
11156
11219
  * @summary Get Contributor.
11157
11220
  * @param {string} contributorId
11158
11221
  * @param {string} [languageCode]
11222
+ * @param {boolean} [returnDefaultValue]
11159
11223
  * @param {*} [options] Override http request option.
11160
11224
  * @throws {RequiredError}
11161
11225
  */
11162
- apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
11226
+ apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
11163
11227
  /**
11164
11228
  *
11165
11229
  * @summary Get all ContributorHandles.
@@ -11194,24 +11258,26 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
11194
11258
  * @param {string} [website]
11195
11259
  * @param {string} [hospitalId]
11196
11260
  * @param {boolean} [interviewerOnly]
11197
- * @param {string} [languageCode]
11198
11261
  * @param {boolean} [showHidden]
11262
+ * @param {string} [languageCode]
11263
+ * @param {boolean} [returnDefaultValue]
11199
11264
  * @param {number} [page]
11200
11265
  * @param {number} [limit]
11201
11266
  * @param {Date} [lastRetrieved]
11202
11267
  * @param {*} [options] Override http request option.
11203
11268
  * @throws {RequiredError}
11204
11269
  */
11205
- apiV2ContributorsGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorsModel>>;
11270
+ apiV2ContributorsGet(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<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorsModel>>;
11206
11271
  /**
11207
11272
  *
11208
11273
  * @summary Get Contributor by slug.
11209
11274
  * @param {string} slug
11210
11275
  * @param {string} [languageCode]
11276
+ * @param {boolean} [returnDefaultValue]
11211
11277
  * @param {*} [options] Override http request option.
11212
11278
  * @throws {RequiredError}
11213
11279
  */
11214
- apiV2ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
11280
+ apiV2ContributorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ContributorModel>>;
11215
11281
  };
11216
11282
  /**
11217
11283
  * ContributorsApi - factory interface
@@ -11223,10 +11289,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
11223
11289
  * @summary Get Contributor.
11224
11290
  * @param {string} contributorId
11225
11291
  * @param {string} [languageCode]
11292
+ * @param {boolean} [returnDefaultValue]
11226
11293
  * @param {*} [options] Override http request option.
11227
11294
  * @throws {RequiredError}
11228
11295
  */
11229
- apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
11296
+ apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
11230
11297
  /**
11231
11298
  *
11232
11299
  * @summary Get all ContributorHandles.
@@ -11261,24 +11328,26 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
11261
11328
  * @param {string} [website]
11262
11329
  * @param {string} [hospitalId]
11263
11330
  * @param {boolean} [interviewerOnly]
11264
- * @param {string} [languageCode]
11265
11331
  * @param {boolean} [showHidden]
11332
+ * @param {string} [languageCode]
11333
+ * @param {boolean} [returnDefaultValue]
11266
11334
  * @param {number} [page]
11267
11335
  * @param {number} [limit]
11268
11336
  * @param {Date} [lastRetrieved]
11269
11337
  * @param {*} [options] Override http request option.
11270
11338
  * @throws {RequiredError}
11271
11339
  */
11272
- apiV2ContributorsGet(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>;
11340
+ apiV2ContributorsGet(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>;
11273
11341
  /**
11274
11342
  *
11275
11343
  * @summary Get Contributor by slug.
11276
11344
  * @param {string} slug
11277
11345
  * @param {string} [languageCode]
11346
+ * @param {boolean} [returnDefaultValue]
11278
11347
  * @param {*} [options] Override http request option.
11279
11348
  * @throws {RequiredError}
11280
11349
  */
11281
- apiV2ContributorsSlugGet(slug: string, languageCode?: string | undefined, options?: any): AxiosPromise<ContributorModel>;
11350
+ apiV2ContributorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<ContributorModel>;
11282
11351
  };
11283
11352
  /**
11284
11353
  * ContributorsApi - object-oriented interface
@@ -11292,11 +11361,12 @@ export declare class ContributorsApi extends BaseAPI {
11292
11361
  * @summary Get Contributor.
11293
11362
  * @param {string} contributorId
11294
11363
  * @param {string} [languageCode]
11364
+ * @param {boolean} [returnDefaultValue]
11295
11365
  * @param {*} [options] Override http request option.
11296
11366
  * @throws {RequiredError}
11297
11367
  * @memberof ContributorsApi
11298
11368
  */
11299
- apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
11369
+ apiV2ContributorsContributorIdGet(contributorId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
11300
11370
  /**
11301
11371
  *
11302
11372
  * @summary Get all ContributorHandles.
@@ -11333,8 +11403,9 @@ export declare class ContributorsApi extends BaseAPI {
11333
11403
  * @param {string} [website]
11334
11404
  * @param {string} [hospitalId]
11335
11405
  * @param {boolean} [interviewerOnly]
11336
- * @param {string} [languageCode]
11337
11406
  * @param {boolean} [showHidden]
11407
+ * @param {string} [languageCode]
11408
+ * @param {boolean} [returnDefaultValue]
11338
11409
  * @param {number} [page]
11339
11410
  * @param {number} [limit]
11340
11411
  * @param {Date} [lastRetrieved]
@@ -11342,17 +11413,18 @@ export declare class ContributorsApi extends BaseAPI {
11342
11413
  * @throws {RequiredError}
11343
11414
  * @memberof ContributorsApi
11344
11415
  */
11345
- apiV2ContributorsGet(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, any>>;
11416
+ apiV2ContributorsGet(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, any>>;
11346
11417
  /**
11347
11418
  *
11348
11419
  * @summary Get Contributor by slug.
11349
11420
  * @param {string} slug
11350
11421
  * @param {string} [languageCode]
11422
+ * @param {boolean} [returnDefaultValue]
11351
11423
  * @param {*} [options] Override http request option.
11352
11424
  * @throws {RequiredError}
11353
11425
  * @memberof ContributorsApi
11354
11426
  */
11355
- apiV2ContributorsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
11427
+ apiV2ContributorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContributorModel, any>>;
11356
11428
  }
11357
11429
  /**
11358
11430
  * CountriesApi - axios parameter creator