ch-api-client-typescript2 5.0.5 → 5.0.7

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.
Files changed (121) hide show
  1. package/lib/models/about-us-page-model.d.ts +7 -0
  2. package/lib/models/about-us-page-model.d.ts.map +1 -1
  3. package/lib/models/accreditation-document-model.d.ts +3 -3
  4. package/lib/models/appointment-option-document-model.d.ts +5 -5
  5. package/lib/models/article-contributor-document-model.d.ts +3 -3
  6. package/lib/models/article-document-model.d.ts +13 -13
  7. package/lib/models/article-model.d.ts +7 -0
  8. package/lib/models/article-model.d.ts.map +1 -1
  9. package/lib/models/contributor-document-model.d.ts +5 -5
  10. package/lib/models/contributor-model.d.ts +7 -0
  11. package/lib/models/contributor-model.d.ts.map +1 -1
  12. package/lib/models/contributor-sub-document-model.d.ts +2 -2
  13. package/lib/models/country-document-model.d.ts +7 -7
  14. package/lib/models/country-model.d.ts +7 -0
  15. package/lib/models/country-model.d.ts.map +1 -1
  16. package/lib/models/country-sub-document-model.d.ts +2 -2
  17. package/lib/models/deal-document-model.d.ts +13 -13
  18. package/lib/models/deal-model.d.ts +7 -0
  19. package/lib/models/deal-model.d.ts.map +1 -1
  20. package/lib/models/department-document-model.d.ts +8 -8
  21. package/lib/models/department-sub-document-model.d.ts +3 -3
  22. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  23. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  24. package/lib/models/doctor-certificate-sub-document-model.d.ts +4 -4
  25. package/lib/models/doctor-document-model.d.ts +15 -15
  26. package/lib/models/doctor-specialty-sub-document-model.d.ts +2 -2
  27. package/lib/models/faq-category-document-model.d.ts +4 -4
  28. package/lib/models/faq-category-model.d.ts +7 -0
  29. package/lib/models/faq-category-model.d.ts.map +1 -1
  30. package/lib/models/faq-category-sub-document-model.d.ts +3 -3
  31. package/lib/models/faq-document-model.d.ts +4 -4
  32. package/lib/models/faq-model.d.ts +7 -0
  33. package/lib/models/faq-model.d.ts.map +1 -1
  34. package/lib/models/hospital-document-model.d.ts +23 -23
  35. package/lib/models/hospital-model.d.ts +7 -0
  36. package/lib/models/hospital-model.d.ts.map +1 -1
  37. package/lib/models/hospital-service-model.d.ts +7 -0
  38. package/lib/models/hospital-service-model.d.ts.map +1 -1
  39. package/lib/models/hospital-specialty-document-model.d.ts +13 -13
  40. package/lib/models/hospital-specialty-model.d.ts +7 -0
  41. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  42. package/lib/models/hospital-specialty-sub-document-model.d.ts +4 -4
  43. package/lib/models/hospital-sub-document-model.d.ts +4 -4
  44. package/lib/models/index.d.ts +1 -0
  45. package/lib/models/index.d.ts.map +1 -1
  46. package/lib/models/index.js +1 -0
  47. package/lib/models/landing-model.d.ts +7 -0
  48. package/lib/models/landing-model.d.ts.map +1 -1
  49. package/lib/models/location-document-model.d.ts +7 -7
  50. package/lib/models/media-document-model.d.ts +7 -7
  51. package/lib/models/package-sub-document-model.d.ts +5 -5
  52. package/lib/models/service-document-model.d.ts +11 -11
  53. package/lib/models/service-review-model.d.ts +7 -0
  54. package/lib/models/service-review-model.d.ts.map +1 -1
  55. package/lib/models/service-sub-document-model.d.ts +2 -2
  56. package/lib/models/slug-change-log-model.d.ts +43 -0
  57. package/lib/models/slug-change-log-model.d.ts.map +1 -0
  58. package/lib/models/slug-change-log-model.js +15 -0
  59. package/lib/models/sns-handle-document-model.d.ts +2 -2
  60. package/lib/models/specialty-document-model.d.ts +8 -8
  61. package/lib/models/specialty-model.d.ts +7 -0
  62. package/lib/models/specialty-model.d.ts.map +1 -1
  63. package/lib/models/specialty-sub-document-model.d.ts +2 -2
  64. package/lib/models/specialty-type-model.d.ts +7 -0
  65. package/lib/models/specialty-type-model.d.ts.map +1 -1
  66. package/lib/models/tag-document-model.d.ts +2 -2
  67. package/lib/models/translation-document-model.d.ts +7 -7
  68. package/lib/models/translation-item-document-model.d.ts +4 -4
  69. package/lib/models/user-location-document-model.d.ts +7 -7
  70. package/package.json +1 -1
  71. package/src/.openapi-generator/FILES +1 -0
  72. package/src/models/about-us-page-model.ts +9 -0
  73. package/src/models/accreditation-document-model.ts +3 -3
  74. package/src/models/appointment-option-document-model.ts +5 -5
  75. package/src/models/article-contributor-document-model.ts +3 -3
  76. package/src/models/article-document-model.ts +13 -13
  77. package/src/models/article-model.ts +9 -0
  78. package/src/models/contributor-document-model.ts +5 -5
  79. package/src/models/contributor-model.ts +9 -0
  80. package/src/models/contributor-sub-document-model.ts +2 -2
  81. package/src/models/country-document-model.ts +7 -7
  82. package/src/models/country-model.ts +9 -0
  83. package/src/models/country-sub-document-model.ts +2 -2
  84. package/src/models/deal-document-model.ts +13 -13
  85. package/src/models/deal-model.ts +9 -0
  86. package/src/models/department-document-model.ts +8 -8
  87. package/src/models/department-sub-document-model.ts +3 -3
  88. package/src/models/doctor-affiliation-model.ts +9 -0
  89. package/src/models/doctor-certificate-sub-document-model.ts +4 -4
  90. package/src/models/doctor-document-model.ts +15 -15
  91. package/src/models/doctor-specialty-sub-document-model.ts +2 -2
  92. package/src/models/faq-category-document-model.ts +4 -4
  93. package/src/models/faq-category-model.ts +9 -0
  94. package/src/models/faq-category-sub-document-model.ts +3 -3
  95. package/src/models/faq-document-model.ts +4 -4
  96. package/src/models/faq-model.ts +9 -0
  97. package/src/models/hospital-document-model.ts +23 -23
  98. package/src/models/hospital-model.ts +9 -0
  99. package/src/models/hospital-service-model.ts +9 -0
  100. package/src/models/hospital-specialty-document-model.ts +13 -13
  101. package/src/models/hospital-specialty-model.ts +9 -0
  102. package/src/models/hospital-specialty-sub-document-model.ts +4 -4
  103. package/src/models/hospital-sub-document-model.ts +4 -4
  104. package/src/models/index.ts +1 -0
  105. package/src/models/landing-model.ts +9 -0
  106. package/src/models/location-document-model.ts +7 -7
  107. package/src/models/media-document-model.ts +7 -7
  108. package/src/models/package-sub-document-model.ts +5 -5
  109. package/src/models/service-document-model.ts +11 -11
  110. package/src/models/service-review-model.ts +9 -0
  111. package/src/models/service-sub-document-model.ts +2 -2
  112. package/src/models/slug-change-log-model.ts +48 -0
  113. package/src/models/sns-handle-document-model.ts +2 -2
  114. package/src/models/specialty-document-model.ts +8 -8
  115. package/src/models/specialty-model.ts +9 -0
  116. package/src/models/specialty-sub-document-model.ts +2 -2
  117. package/src/models/specialty-type-model.ts +9 -0
  118. package/src/models/tag-document-model.ts +2 -2
  119. package/src/models/translation-document-model.ts +7 -7
  120. package/src/models/translation-item-document-model.ts +4 -4
  121. package/src/models/user-location-document-model.ts +7 -7
@@ -20,42 +20,42 @@ export interface TranslationDocumentModel {
20
20
  * @type {string}
21
21
  * @memberof TranslationDocumentModel
22
22
  */
23
- 'languageCode'?: string | null;
23
+ 'LanguageCode'?: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
27
27
  * @memberof TranslationDocumentModel
28
28
  */
29
- 'name'?: string | null;
29
+ 'Name'?: string | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
33
  * @memberof TranslationDocumentModel
34
34
  */
35
- 'slug'?: string | null;
35
+ 'Slug'?: string | null;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
39
  * @memberof TranslationDocumentModel
40
40
  */
41
- 'overview'?: string | null;
41
+ 'Overview'?: string | null;
42
42
  /**
43
43
  *
44
44
  * @type {string}
45
45
  * @memberof TranslationDocumentModel
46
46
  */
47
- 'description'?: string | null;
47
+ 'Description'?: string | null;
48
48
  /**
49
49
  *
50
50
  * @type {string}
51
51
  * @memberof TranslationDocumentModel
52
52
  */
53
- 'content'?: string | null;
53
+ 'Content'?: string | null;
54
54
  /**
55
55
  *
56
56
  * @type {boolean}
57
57
  * @memberof TranslationDocumentModel
58
58
  */
59
- 'isConfirmed'?: boolean;
59
+ 'IsConfirmed'?: boolean;
60
60
  }
61
61
  //# sourceMappingURL=translation-document-model.d.ts.map
@@ -20,24 +20,24 @@ export interface TranslationItemDocumentModel {
20
20
  * @type {string}
21
21
  * @memberof TranslationItemDocumentModel
22
22
  */
23
- 'languageCode'?: string | null;
23
+ 'LanguageCode'?: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
27
27
  * @memberof TranslationItemDocumentModel
28
28
  */
29
- 'name'?: string | null;
29
+ 'Name'?: string | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
33
  * @memberof TranslationItemDocumentModel
34
34
  */
35
- 'slug'?: string | null;
35
+ 'Slug'?: string | null;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
39
  * @memberof TranslationItemDocumentModel
40
40
  */
41
- 'description'?: string | null;
41
+ 'Description'?: string | null;
42
42
  }
43
43
  //# sourceMappingURL=translation-item-document-model.d.ts.map
@@ -20,42 +20,42 @@ export interface UserLocationDocumentModel {
20
20
  * @type {string}
21
21
  * @memberof UserLocationDocumentModel
22
22
  */
23
- 'country'?: string | null;
23
+ 'Country'?: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
27
27
  * @memberof UserLocationDocumentModel
28
28
  */
29
- 'state'?: string | null;
29
+ 'State'?: string | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
33
  * @memberof UserLocationDocumentModel
34
34
  */
35
- 'county'?: string | null;
35
+ 'County'?: string | null;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
39
  * @memberof UserLocationDocumentModel
40
40
  */
41
- 'city'?: string | null;
41
+ 'City'?: string | null;
42
42
  /**
43
43
  *
44
44
  * @type {string}
45
45
  * @memberof UserLocationDocumentModel
46
46
  */
47
- 'zipCode'?: string | null;
47
+ 'ZipCode'?: string | null;
48
48
  /**
49
49
  *
50
50
  * @type {string}
51
51
  * @memberof UserLocationDocumentModel
52
52
  */
53
- 'address'?: string | null;
53
+ 'Address'?: string | null;
54
54
  /**
55
55
  *
56
56
  * @type {string}
57
57
  * @memberof UserLocationDocumentModel
58
58
  */
59
- 'locationType'?: string | null;
59
+ 'LocationType'?: string | null;
60
60
  }
61
61
  //# sourceMappingURL=user-location-document-model.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.0.5",
3
+ "version": "5.0.7",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -268,6 +268,7 @@ models/service-review-item-model.ts
268
268
  models/service-review-model.ts
269
269
  models/service-reviews-model.ts
270
270
  models/service-sub-document-model.ts
271
+ models/slug-change-log-model.ts
271
272
  models/sns-handle-document-model.ts
272
273
  models/sns-handle-model.ts
273
274
  models/sns-type.ts
@@ -22,6 +22,9 @@ import { LocalizedUrlModel } from './localized-url-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
24
  import { MediaModel } from './media-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import { SlugChangeLogModel } from './slug-change-log-model';
25
28
 
26
29
  /**
27
30
  *
@@ -107,6 +110,12 @@ export interface AboutUsPageModel {
107
110
  * @memberof AboutUsPageModel
108
111
  */
109
112
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
113
+ /**
114
+ *
115
+ * @type {Array<SlugChangeLogModel>}
116
+ * @memberof AboutUsPageModel
117
+ */
118
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
110
119
  /**
111
120
  *
112
121
  * @type {Array<MediaModel>}
@@ -25,18 +25,18 @@ export interface AccreditationDocumentModel {
25
25
  * @type {string}
26
26
  * @memberof AccreditationDocumentModel
27
27
  */
28
- 'name'?: string | null;
28
+ 'Name'?: string | null;
29
29
  /**
30
30
  *
31
31
  * @type {string}
32
32
  * @memberof AccreditationDocumentModel
33
33
  */
34
- 'logo'?: string | null;
34
+ 'Logo'?: string | null;
35
35
  /**
36
36
  *
37
37
  * @type {string}
38
38
  * @memberof AccreditationDocumentModel
39
39
  */
40
- 'country'?: string | null;
40
+ 'Country'?: string | null;
41
41
  }
42
42
 
@@ -25,30 +25,30 @@ export interface AppointmentOptionDocumentModel {
25
25
  * @type {boolean}
26
26
  * @memberof AppointmentOptionDocumentModel
27
27
  */
28
- 'appointmentEnabled'?: boolean;
28
+ 'AppointmentEnabled'?: boolean;
29
29
  /**
30
30
  *
31
31
  * @type {number}
32
32
  * @memberof AppointmentOptionDocumentModel
33
33
  */
34
- 'appointmentFee'?: number;
34
+ 'AppointmentFee'?: number;
35
35
  /**
36
36
  *
37
37
  * @type {boolean}
38
38
  * @memberof AppointmentOptionDocumentModel
39
39
  */
40
- 'useTimetable'?: boolean;
40
+ 'UseTimetable'?: boolean;
41
41
  /**
42
42
  *
43
43
  * @type {number}
44
44
  * @memberof AppointmentOptionDocumentModel
45
45
  */
46
- 'beforeEventBufferMinutes'?: number;
46
+ 'BeforeEventBufferMinutes'?: number;
47
47
  /**
48
48
  *
49
49
  * @type {number}
50
50
  * @memberof AppointmentOptionDocumentModel
51
51
  */
52
- 'afterEventBufferMinutes'?: number;
52
+ 'AfterEventBufferMinutes'?: number;
53
53
  }
54
54
 
@@ -28,18 +28,18 @@ export interface ArticleContributorDocumentModel {
28
28
  * @type {ContributorSubDocumentModel}
29
29
  * @memberof ArticleContributorDocumentModel
30
30
  */
31
- 'contributor'?: ContributorSubDocumentModel;
31
+ 'Contributor'?: ContributorSubDocumentModel;
32
32
  /**
33
33
  *
34
34
  * @type {string}
35
35
  * @memberof ArticleContributorDocumentModel
36
36
  */
37
- 'type'?: string | null;
37
+ 'Type'?: string | null;
38
38
  /**
39
39
  *
40
40
  * @type {string}
41
41
  * @memberof ArticleContributorDocumentModel
42
42
  */
43
- 'filter'?: string | null;
43
+ 'Filter'?: string | null;
44
44
  }
45
45
 
@@ -37,78 +37,78 @@ export interface ArticleDocumentModel {
37
37
  * @type {string}
38
38
  * @memberof ArticleDocumentModel
39
39
  */
40
- 'id'?: string | null;
40
+ 'Id'?: string | null;
41
41
  /**
42
42
  *
43
43
  * @type {string}
44
44
  * @memberof ArticleDocumentModel
45
45
  */
46
- 'marketingType'?: string | null;
46
+ 'MarketingType'?: string | null;
47
47
  /**
48
48
  *
49
49
  * @type {string}
50
50
  * @memberof ArticleDocumentModel
51
51
  */
52
- 'userId'?: string | null;
52
+ 'UserId'?: string | null;
53
53
  /**
54
54
  *
55
55
  * @type {string}
56
56
  * @memberof ArticleDocumentModel
57
57
  */
58
- 'userName'?: string | null;
58
+ 'UserName'?: string | null;
59
59
  /**
60
60
  *
61
61
  * @type {string}
62
62
  * @memberof ArticleDocumentModel
63
63
  */
64
- 'youtubeUrl'?: string | null;
64
+ 'YoutubeUrl'?: string | null;
65
65
  /**
66
66
  *
67
67
  * @type {string}
68
68
  * @memberof ArticleDocumentModel
69
69
  */
70
- 'photo'?: string | null;
70
+ 'Photo'?: string | null;
71
71
  /**
72
72
  *
73
73
  * @type {string}
74
74
  * @memberof ArticleDocumentModel
75
75
  */
76
- 'photoThumbnail'?: string | null;
76
+ 'PhotoThumbnail'?: string | null;
77
77
  /**
78
78
  *
79
79
  * @type {string}
80
80
  * @memberof ArticleDocumentModel
81
81
  */
82
- 'background'?: string | null;
82
+ 'Background'?: string | null;
83
83
  /**
84
84
  *
85
85
  * @type {string}
86
86
  * @memberof ArticleDocumentModel
87
87
  */
88
- 'backgroundThumbnail'?: string | null;
88
+ 'BackgroundThumbnail'?: string | null;
89
89
  /**
90
90
  *
91
91
  * @type {HospitalSubDocumentModel}
92
92
  * @memberof ArticleDocumentModel
93
93
  */
94
- 'hospital'?: HospitalSubDocumentModel;
94
+ 'Hospital'?: HospitalSubDocumentModel;
95
95
  /**
96
96
  *
97
97
  * @type {Array<TagDocumentModel>}
98
98
  * @memberof ArticleDocumentModel
99
99
  */
100
- 'tags'?: Array<TagDocumentModel> | null;
100
+ 'Tags'?: Array<TagDocumentModel> | null;
101
101
  /**
102
102
  *
103
103
  * @type {Array<ArticleContributorDocumentModel>}
104
104
  * @memberof ArticleDocumentModel
105
105
  */
106
- 'articleContributors'?: Array<ArticleContributorDocumentModel> | null;
106
+ 'ArticleContributors'?: Array<ArticleContributorDocumentModel> | null;
107
107
  /**
108
108
  *
109
109
  * @type {Array<TranslationDocumentModel>}
110
110
  * @memberof ArticleDocumentModel
111
111
  */
112
- 'translations'?: Array<TranslationDocumentModel> | null;
112
+ 'Translations'?: Array<TranslationDocumentModel> | null;
113
113
  }
114
114
 
@@ -28,6 +28,9 @@ import { MarketingType } from './marketing-type';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
30
  import { MediaModel } from './media-model';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import { SlugChangeLogModel } from './slug-change-log-model';
31
34
 
32
35
  /**
33
36
  *
@@ -179,6 +182,12 @@ export interface ArticleModel {
179
182
  * @memberof ArticleModel
180
183
  */
181
184
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
185
+ /**
186
+ *
187
+ * @type {Array<SlugChangeLogModel>}
188
+ * @memberof ArticleModel
189
+ */
190
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
182
191
  /**
183
192
  *
184
193
  * @type {string}
@@ -34,30 +34,30 @@ export interface ContributorDocumentModel {
34
34
  * @type {string}
35
35
  * @memberof ContributorDocumentModel
36
36
  */
37
- 'id'?: string | null;
37
+ 'Id'?: string | null;
38
38
  /**
39
39
  *
40
40
  * @type {string}
41
41
  * @memberof ContributorDocumentModel
42
42
  */
43
- 'website'?: string | null;
43
+ 'Website'?: string | null;
44
44
  /**
45
45
  *
46
46
  * @type {HospitalSubDocumentModel}
47
47
  * @memberof ContributorDocumentModel
48
48
  */
49
- 'hospital'?: HospitalSubDocumentModel;
49
+ 'Hospital'?: HospitalSubDocumentModel;
50
50
  /**
51
51
  *
52
52
  * @type {Array<SnsHandleDocumentModel>}
53
53
  * @memberof ContributorDocumentModel
54
54
  */
55
- 'snsHandles'?: Array<SnsHandleDocumentModel> | null;
55
+ 'SnsHandles'?: Array<SnsHandleDocumentModel> | null;
56
56
  /**
57
57
  *
58
58
  * @type {Array<TranslationDocumentModel>}
59
59
  * @memberof ContributorDocumentModel
60
60
  */
61
- 'translations'?: Array<TranslationDocumentModel> | null;
61
+ 'Translations'?: Array<TranslationDocumentModel> | null;
62
62
  }
63
63
 
@@ -21,6 +21,9 @@ import { AuditableEntity } from './auditable-entity';
21
21
  import { LocalizedUrlModel } from './localized-url-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
+ import { SlugChangeLogModel } from './slug-change-log-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
24
27
  import { SnsHandleModel } from './sns-handle-model';
25
28
 
26
29
  /**
@@ -143,5 +146,11 @@ export interface ContributorModel {
143
146
  * @memberof ContributorModel
144
147
  */
145
148
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
149
+ /**
150
+ *
151
+ * @type {Array<SlugChangeLogModel>}
152
+ * @memberof ContributorModel
153
+ */
154
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
146
155
  }
147
156
 
@@ -28,12 +28,12 @@ export interface ContributorSubDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof ContributorSubDocumentModel
30
30
  */
31
- 'id'?: string | null;
31
+ 'Id'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {Array<TranslationItemDocumentModel>}
35
35
  * @memberof ContributorSubDocumentModel
36
36
  */
37
- 'translations'?: Array<TranslationItemDocumentModel> | null;
37
+ 'Translations'?: Array<TranslationItemDocumentModel> | null;
38
38
  }
39
39
 
@@ -31,42 +31,42 @@ export interface CountryDocumentModel {
31
31
  * @type {string}
32
32
  * @memberof CountryDocumentModel
33
33
  */
34
- 'id'?: string | null;
34
+ 'Id'?: string | null;
35
35
  /**
36
36
  *
37
37
  * @type {string}
38
38
  * @memberof CountryDocumentModel
39
39
  */
40
- 'logo'?: string | null;
40
+ 'Logo'?: string | null;
41
41
  /**
42
42
  *
43
43
  * @type {number}
44
44
  * @memberof CountryDocumentModel
45
45
  */
46
- 'hospitalsCount'?: number;
46
+ 'HospitalsCount'?: number;
47
47
  /**
48
48
  *
49
49
  * @type {number}
50
50
  * @memberof CountryDocumentModel
51
51
  */
52
- 'doctorsCount'?: number;
52
+ 'DoctorsCount'?: number;
53
53
  /**
54
54
  *
55
55
  * @type {number}
56
56
  * @memberof CountryDocumentModel
57
57
  */
58
- 'dealsCount'?: number;
58
+ 'DealsCount'?: number;
59
59
  /**
60
60
  *
61
61
  * @type {Array<MediaDocumentModel>}
62
62
  * @memberof CountryDocumentModel
63
63
  */
64
- 'medias'?: Array<MediaDocumentModel> | null;
64
+ 'Medias'?: Array<MediaDocumentModel> | null;
65
65
  /**
66
66
  *
67
67
  * @type {Array<TranslationDocumentModel>}
68
68
  * @memberof CountryDocumentModel
69
69
  */
70
- 'translations'?: Array<TranslationDocumentModel> | null;
70
+ 'Translations'?: Array<TranslationDocumentModel> | null;
71
71
  }
72
72
 
@@ -22,6 +22,9 @@ import { LocalizedUrlModel } from './localized-url-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
24
  import { MediaModel } from './media-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import { SlugChangeLogModel } from './slug-change-log-model';
25
28
 
26
29
  /**
27
30
  *
@@ -125,5 +128,11 @@ export interface CountryModel {
125
128
  * @memberof CountryModel
126
129
  */
127
130
  'medias'?: Array<MediaModel> | null;
131
+ /**
132
+ *
133
+ * @type {Array<SlugChangeLogModel>}
134
+ * @memberof CountryModel
135
+ */
136
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
128
137
  }
129
138
 
@@ -28,12 +28,12 @@ export interface CountrySubDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof CountrySubDocumentModel
30
30
  */
31
- 'id'?: string | null;
31
+ 'Id'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {Array<TranslationItemDocumentModel>}
35
35
  * @memberof CountrySubDocumentModel
36
36
  */
37
- 'translations'?: Array<TranslationItemDocumentModel> | null;
37
+ 'Translations'?: Array<TranslationItemDocumentModel> | null;
38
38
  }
39
39
 
@@ -43,78 +43,78 @@ export interface DealDocumentModel {
43
43
  * @type {string}
44
44
  * @memberof DealDocumentModel
45
45
  */
46
- 'id'?: string | null;
46
+ 'Id'?: string | null;
47
47
  /**
48
48
  *
49
49
  * @type {string}
50
50
  * @memberof DealDocumentModel
51
51
  */
52
- 'name'?: string | null;
52
+ 'Name'?: string | null;
53
53
  /**
54
54
  *
55
55
  * @type {string}
56
56
  * @memberof DealDocumentModel
57
57
  */
58
- 'description'?: string | null;
58
+ 'Description'?: string | null;
59
59
  /**
60
60
  *
61
61
  * @type {string}
62
62
  * @memberof DealDocumentModel
63
63
  */
64
- 'marketingType'?: string | null;
64
+ 'MarketingType'?: string | null;
65
65
  /**
66
66
  *
67
67
  * @type {HospitalSubDocumentModel}
68
68
  * @memberof DealDocumentModel
69
69
  */
70
- 'hospital'?: HospitalSubDocumentModel;
70
+ 'Hospital'?: HospitalSubDocumentModel;
71
71
  /**
72
72
  *
73
73
  * @type {LocationDocumentModel}
74
74
  * @memberof DealDocumentModel
75
75
  */
76
- 'location'?: LocationDocumentModel;
76
+ 'Location'?: LocationDocumentModel;
77
77
  /**
78
78
  *
79
79
  * @type {string}
80
80
  * @memberof DealDocumentModel
81
81
  */
82
- 'photo'?: string | null;
82
+ 'Photo'?: string | null;
83
83
  /**
84
84
  *
85
85
  * @type {string}
86
86
  * @memberof DealDocumentModel
87
87
  */
88
- 'photoThumbnail'?: string | null;
88
+ 'PhotoThumbnail'?: string | null;
89
89
  /**
90
90
  *
91
91
  * @type {number}
92
92
  * @memberof DealDocumentModel
93
93
  */
94
- 'serviceDuration'?: number;
94
+ 'ServiceDuration'?: number;
95
95
  /**
96
96
  *
97
97
  * @type {AppointmentOptionDocumentModel}
98
98
  * @memberof DealDocumentModel
99
99
  */
100
- 'appointmentOption'?: AppointmentOptionDocumentModel;
100
+ 'AppointmentOption'?: AppointmentOptionDocumentModel;
101
101
  /**
102
102
  *
103
103
  * @type {Array<PackageSubDocumentModel>}
104
104
  * @memberof DealDocumentModel
105
105
  */
106
- 'packages'?: Array<PackageSubDocumentModel> | null;
106
+ 'Packages'?: Array<PackageSubDocumentModel> | null;
107
107
  /**
108
108
  *
109
109
  * @type {Array<ServiceSubDocumentModel>}
110
110
  * @memberof DealDocumentModel
111
111
  */
112
- 'services'?: Array<ServiceSubDocumentModel> | null;
112
+ 'Services'?: Array<ServiceSubDocumentModel> | null;
113
113
  /**
114
114
  *
115
115
  * @type {Array<TranslationDocumentModel>}
116
116
  * @memberof DealDocumentModel
117
117
  */
118
- 'translations'?: Array<TranslationDocumentModel> | null;
118
+ 'Translations'?: Array<TranslationDocumentModel> | null;
119
119
  }
120
120
 
@@ -25,6 +25,9 @@ import { LocalizedUrlModel } from './localized-url-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { MarketingType } from './marketing-type';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import { SlugChangeLogModel } from './slug-change-log-model';
28
31
 
29
32
  /**
30
33
  *
@@ -158,5 +161,11 @@ export interface DealModel {
158
161
  * @memberof DealModel
159
162
  */
160
163
  'serviceDuration'?: number;
164
+ /**
165
+ *
166
+ * @type {Array<SlugChangeLogModel>}
167
+ * @memberof DealModel
168
+ */
169
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
161
170
  }
162
171