ch-admin-api-client-typescript 4.0.2 → 4.0.3
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 +37 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -1
- package/package.json +1 -1
- package/src/api.ts +37 -1
package/lib/api.d.ts
CHANGED
|
@@ -3942,6 +3942,12 @@ export interface CreateFaqCategoryCommand {
|
|
|
3942
3942
|
* @memberof CreateFaqCategoryCommand
|
|
3943
3943
|
*/
|
|
3944
3944
|
'description'?: string | null;
|
|
3945
|
+
/**
|
|
3946
|
+
*
|
|
3947
|
+
* @type {string}
|
|
3948
|
+
* @memberof CreateFaqCategoryCommand
|
|
3949
|
+
*/
|
|
3950
|
+
'overview'?: string | null;
|
|
3945
3951
|
/**
|
|
3946
3952
|
*
|
|
3947
3953
|
* @type {number}
|
|
@@ -5709,6 +5715,12 @@ export interface DoctorAffiliationItemModel {
|
|
|
5709
5715
|
* @memberof DoctorAffiliationItemModel
|
|
5710
5716
|
*/
|
|
5711
5717
|
'order'?: number;
|
|
5718
|
+
/**
|
|
5719
|
+
*
|
|
5720
|
+
* @type {AuditableEntity}
|
|
5721
|
+
* @memberof DoctorAffiliationItemModel
|
|
5722
|
+
*/
|
|
5723
|
+
'auditableEntity'?: AuditableEntity;
|
|
5712
5724
|
}
|
|
5713
5725
|
/**
|
|
5714
5726
|
*
|
|
@@ -5800,6 +5812,12 @@ export interface DoctorAffiliationModel {
|
|
|
5800
5812
|
* @memberof DoctorAffiliationModel
|
|
5801
5813
|
*/
|
|
5802
5814
|
'order'?: number;
|
|
5815
|
+
/**
|
|
5816
|
+
*
|
|
5817
|
+
* @type {AuditableEntity}
|
|
5818
|
+
* @memberof DoctorAffiliationModel
|
|
5819
|
+
*/
|
|
5820
|
+
'auditableEntity'?: AuditableEntity;
|
|
5803
5821
|
/**
|
|
5804
5822
|
*
|
|
5805
5823
|
* @type {string}
|
|
@@ -8280,6 +8298,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
8280
8298
|
* @memberof HospitalSpecialtyItemModel
|
|
8281
8299
|
*/
|
|
8282
8300
|
'marketingType'?: MarketingType;
|
|
8301
|
+
/**
|
|
8302
|
+
*
|
|
8303
|
+
* @type {AuditableEntity}
|
|
8304
|
+
* @memberof HospitalSpecialtyItemModel
|
|
8305
|
+
*/
|
|
8306
|
+
'auditableEntity'?: AuditableEntity;
|
|
8283
8307
|
}
|
|
8284
8308
|
/**
|
|
8285
8309
|
*
|
|
@@ -8383,6 +8407,12 @@ export interface HospitalSpecialtyModel {
|
|
|
8383
8407
|
* @memberof HospitalSpecialtyModel
|
|
8384
8408
|
*/
|
|
8385
8409
|
'marketingType'?: MarketingType;
|
|
8410
|
+
/**
|
|
8411
|
+
*
|
|
8412
|
+
* @type {AuditableEntity}
|
|
8413
|
+
* @memberof HospitalSpecialtyModel
|
|
8414
|
+
*/
|
|
8415
|
+
'auditableEntity'?: AuditableEntity;
|
|
8386
8416
|
/**
|
|
8387
8417
|
*
|
|
8388
8418
|
* @type {string}
|
|
@@ -10126,7 +10156,7 @@ export declare enum ReviewType {
|
|
|
10126
10156
|
*/
|
|
10127
10157
|
export declare enum SearchIndexType {
|
|
10128
10158
|
Hospitals = "hospitals",
|
|
10129
|
-
|
|
10159
|
+
Departments = "departments",
|
|
10130
10160
|
Specialties = "specialties",
|
|
10131
10161
|
Hospitalspecialies = "hospitalspecialies",
|
|
10132
10162
|
Doctors = "doctors",
|
|
@@ -12279,6 +12309,12 @@ export interface UpdateFaqCategoryCommand {
|
|
|
12279
12309
|
* @memberof UpdateFaqCategoryCommand
|
|
12280
12310
|
*/
|
|
12281
12311
|
'description'?: string | null;
|
|
12312
|
+
/**
|
|
12313
|
+
*
|
|
12314
|
+
* @type {string}
|
|
12315
|
+
* @memberof UpdateFaqCategoryCommand
|
|
12316
|
+
*/
|
|
12317
|
+
'overview'?: string | null;
|
|
12282
12318
|
/**
|
|
12283
12319
|
*
|
|
12284
12320
|
* @type {number}
|