ch-api-client-typescript2 4.8.2 → 4.8.4

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
@@ -2738,6 +2738,24 @@ export interface CountryItemModel {
2738
2738
  * @memberof CountryItemModel
2739
2739
  */
2740
2740
  'languageCode'?: string | null;
2741
+ /**
2742
+ *
2743
+ * @type {number}
2744
+ * @memberof CountryItemModel
2745
+ */
2746
+ 'hospitalsCount'?: number;
2747
+ /**
2748
+ *
2749
+ * @type {number}
2750
+ * @memberof CountryItemModel
2751
+ */
2752
+ 'doctorsCount'?: number;
2753
+ /**
2754
+ *
2755
+ * @type {number}
2756
+ * @memberof CountryItemModel
2757
+ */
2758
+ 'dealsCount'?: number;
2741
2759
  /**
2742
2760
  *
2743
2761
  * @type {string}
@@ -2750,6 +2768,12 @@ export interface CountryItemModel {
2750
2768
  * @memberof CountryItemModel
2751
2769
  */
2752
2770
  'slug'?: string | null;
2771
+ /**
2772
+ *
2773
+ * @type {string}
2774
+ * @memberof CountryItemModel
2775
+ */
2776
+ 'description'?: string | null;
2753
2777
  /**
2754
2778
  *
2755
2779
  * @type {boolean}
@@ -2793,6 +2817,24 @@ export interface CountryModel {
2793
2817
  * @memberof CountryModel
2794
2818
  */
2795
2819
  'languageCode'?: string | null;
2820
+ /**
2821
+ *
2822
+ * @type {number}
2823
+ * @memberof CountryModel
2824
+ */
2825
+ 'hospitalsCount'?: number;
2826
+ /**
2827
+ *
2828
+ * @type {number}
2829
+ * @memberof CountryModel
2830
+ */
2831
+ 'doctorsCount'?: number;
2832
+ /**
2833
+ *
2834
+ * @type {number}
2835
+ * @memberof CountryModel
2836
+ */
2837
+ 'dealsCount'?: number;
2796
2838
  /**
2797
2839
  *
2798
2840
  * @type {string}
@@ -2805,6 +2847,12 @@ export interface CountryModel {
2805
2847
  * @memberof CountryModel
2806
2848
  */
2807
2849
  'slug'?: string | null;
2850
+ /**
2851
+ *
2852
+ * @type {string}
2853
+ * @memberof CountryModel
2854
+ */
2855
+ 'description'?: string | null;
2808
2856
  /**
2809
2857
  *
2810
2858
  * @type {boolean}
@@ -2829,12 +2877,6 @@ export interface CountryModel {
2829
2877
  * @memberof CountryModel
2830
2878
  */
2831
2879
  'auditableEntity'?: AuditableEntity;
2832
- /**
2833
- *
2834
- * @type {string}
2835
- * @memberof CountryModel
2836
- */
2837
- 'description'?: string | null;
2838
2880
  /**
2839
2881
  *
2840
2882
  * @type {string}
@@ -6674,6 +6716,12 @@ export interface HospitalServiceItemModel {
6674
6716
  * @memberof HospitalServiceItemModel
6675
6717
  */
6676
6718
  'slug'?: string | null;
6719
+ /**
6720
+ *
6721
+ * @type {string}
6722
+ * @memberof HospitalServiceItemModel
6723
+ */
6724
+ 'description'?: string | null;
6677
6725
  /**
6678
6726
  *
6679
6727
  * @type {boolean}
@@ -6777,6 +6825,12 @@ export interface HospitalServiceModel {
6777
6825
  * @memberof HospitalServiceModel
6778
6826
  */
6779
6827
  'slug'?: string | null;
6828
+ /**
6829
+ *
6830
+ * @type {string}
6831
+ * @memberof HospitalServiceModel
6832
+ */
6833
+ 'description'?: string | null;
6780
6834
  /**
6781
6835
  *
6782
6836
  * @type {boolean}
@@ -6849,12 +6903,6 @@ export interface HospitalServiceModel {
6849
6903
  * @memberof HospitalServiceModel
6850
6904
  */
6851
6905
  'auditableEntity'?: AuditableEntity;
6852
- /**
6853
- *
6854
- * @type {string}
6855
- * @memberof HospitalServiceModel
6856
- */
6857
- 'description'?: string | null;
6858
6906
  /**
6859
6907
  *
6860
6908
  * @type {string}
@@ -9500,6 +9548,12 @@ export interface SpecialtyItemModel {
9500
9548
  * @memberof SpecialtyItemModel
9501
9549
  */
9502
9550
  'slug'?: string | null;
9551
+ /**
9552
+ *
9553
+ * @type {string}
9554
+ * @memberof SpecialtyItemModel
9555
+ */
9556
+ 'description'?: string | null;
9503
9557
  /**
9504
9558
  *
9505
9559
  * @type {boolean}
@@ -9634,6 +9688,12 @@ export interface SpecialtyModel {
9634
9688
  * @memberof SpecialtyModel
9635
9689
  */
9636
9690
  'slug'?: string | null;
9691
+ /**
9692
+ *
9693
+ * @type {string}
9694
+ * @memberof SpecialtyModel
9695
+ */
9696
+ 'description'?: string | null;
9637
9697
  /**
9638
9698
  *
9639
9699
  * @type {boolean}
@@ -9694,12 +9754,6 @@ export interface SpecialtyModel {
9694
9754
  * @memberof SpecialtyModel
9695
9755
  */
9696
9756
  'auditableEntity'?: AuditableEntity;
9697
- /**
9698
- *
9699
- * @type {string}
9700
- * @memberof SpecialtyModel
9701
- */
9702
- 'description'?: string | null;
9703
9757
  /**
9704
9758
  *
9705
9759
  * @type {string}
@@ -9745,10 +9799,10 @@ export interface SpecialtyTypeItemModel {
9745
9799
  'languageCode'?: string | null;
9746
9800
  /**
9747
9801
  *
9748
- * @type {Array<SpecialtyTypeTranslationSimpleModel>}
9802
+ * @type {Array<TranslationSimpleWithDescriptionModel>}
9749
9803
  * @memberof SpecialtyTypeItemModel
9750
9804
  */
9751
- 'simpleTranslations'?: Array<SpecialtyTypeTranslationSimpleModel> | null;
9805
+ 'simpleTranslations'?: Array<TranslationSimpleWithDescriptionModel> | null;
9752
9806
  /**
9753
9807
  *
9754
9808
  * @type {string}
@@ -9842,10 +9896,10 @@ export interface SpecialtyTypeModel {
9842
9896
  'languageCode'?: string | null;
9843
9897
  /**
9844
9898
  *
9845
- * @type {Array<SpecialtyTypeTranslationSimpleModel>}
9899
+ * @type {Array<TranslationSimpleWithDescriptionModel>}
9846
9900
  * @memberof SpecialtyTypeModel
9847
9901
  */
9848
- 'simpleTranslations'?: Array<SpecialtyTypeTranslationSimpleModel> | null;
9902
+ 'simpleTranslations'?: Array<TranslationSimpleWithDescriptionModel> | null;
9849
9903
  /**
9850
9904
  *
9851
9905
  * @type {string}
@@ -9924,6 +9978,12 @@ export interface SpecialtyTypeModel {
9924
9978
  * @memberof SpecialtyTypeModel
9925
9979
  */
9926
9980
  'content'?: string | null;
9981
+ /**
9982
+ *
9983
+ * @type {string}
9984
+ * @memberof SpecialtyTypeModel
9985
+ */
9986
+ 'overview'?: string | null;
9927
9987
  /**
9928
9988
  *
9929
9989
  * @type {Array<LocalizedUrlModel>}
@@ -9974,55 +10034,6 @@ export interface SpecialtyTypeSimpleItemModel {
9974
10034
  */
9975
10035
  'confirmed'?: boolean;
9976
10036
  }
9977
- /**
9978
- *
9979
- * @export
9980
- * @interface SpecialtyTypeTranslationSimpleModel
9981
- */
9982
- export interface SpecialtyTypeTranslationSimpleModel {
9983
- /**
9984
- *
9985
- * @type {string}
9986
- * @memberof SpecialtyTypeTranslationSimpleModel
9987
- */
9988
- 'languageCode'?: string | null;
9989
- /**
9990
- *
9991
- * @type {string}
9992
- * @memberof SpecialtyTypeTranslationSimpleModel
9993
- */
9994
- 'name'?: string | null;
9995
- /**
9996
- *
9997
- * @type {string}
9998
- * @memberof SpecialtyTypeTranslationSimpleModel
9999
- */
10000
- 'normalizedName'?: string | null;
10001
- /**
10002
- *
10003
- * @type {string}
10004
- * @memberof SpecialtyTypeTranslationSimpleModel
10005
- */
10006
- 'slug'?: string | null;
10007
- /**
10008
- *
10009
- * @type {Date}
10010
- * @memberof SpecialtyTypeTranslationSimpleModel
10011
- */
10012
- 'updatedDate'?: Date | null;
10013
- /**
10014
- *
10015
- * @type {boolean}
10016
- * @memberof SpecialtyTypeTranslationSimpleModel
10017
- */
10018
- 'isConfirmed'?: boolean;
10019
- /**
10020
- *
10021
- * @type {string}
10022
- * @memberof SpecialtyTypeTranslationSimpleModel
10023
- */
10024
- 'description'?: string | null;
10025
- }
10026
10037
  /**
10027
10038
  *
10028
10039
  * @export
@@ -10485,6 +10496,55 @@ export interface TranslationSimpleModel {
10485
10496
  */
10486
10497
  'isConfirmed'?: boolean;
10487
10498
  }
10499
+ /**
10500
+ *
10501
+ * @export
10502
+ * @interface TranslationSimpleWithDescriptionModel
10503
+ */
10504
+ export interface TranslationSimpleWithDescriptionModel {
10505
+ /**
10506
+ *
10507
+ * @type {string}
10508
+ * @memberof TranslationSimpleWithDescriptionModel
10509
+ */
10510
+ 'languageCode'?: string | null;
10511
+ /**
10512
+ *
10513
+ * @type {string}
10514
+ * @memberof TranslationSimpleWithDescriptionModel
10515
+ */
10516
+ 'name'?: string | null;
10517
+ /**
10518
+ *
10519
+ * @type {string}
10520
+ * @memberof TranslationSimpleWithDescriptionModel
10521
+ */
10522
+ 'normalizedName'?: string | null;
10523
+ /**
10524
+ *
10525
+ * @type {string}
10526
+ * @memberof TranslationSimpleWithDescriptionModel
10527
+ */
10528
+ 'slug'?: string | null;
10529
+ /**
10530
+ *
10531
+ * @type {Date}
10532
+ * @memberof TranslationSimpleWithDescriptionModel
10533
+ */
10534
+ 'updatedDate'?: Date | null;
10535
+ /**
10536
+ *
10537
+ * @type {boolean}
10538
+ * @memberof TranslationSimpleWithDescriptionModel
10539
+ */
10540
+ 'isConfirmed'?: boolean;
10541
+ /**
10542
+ *
10543
+ * @type {string}
10544
+ * @memberof TranslationSimpleWithDescriptionModel
10545
+ */
10546
+ 'description'?: string | null;
10547
+ }
10488
10548
  /**
10489
10549
  *
10490
10550
  * @export