ch-api-client-typescript2 5.0.5 → 5.0.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.
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
@@ -43,78 +43,78 @@ export interface HospitalSpecialtyDocumentModel {
43
43
  * @type {string}
44
44
  * @memberof HospitalSpecialtyDocumentModel
45
45
  */
46
- 'id'?: string | null;
46
+ 'Id'?: string | null;
47
47
  /**
48
48
  *
49
49
  * @type {HospitalSubDocumentModel}
50
50
  * @memberof HospitalSpecialtyDocumentModel
51
51
  */
52
- 'hospital'?: HospitalSubDocumentModel;
52
+ 'Hospital'?: HospitalSubDocumentModel;
53
53
  /**
54
54
  *
55
55
  * @type {SpecialtySubDocumentModel}
56
56
  * @memberof HospitalSpecialtyDocumentModel
57
57
  */
58
- 'specialty'?: SpecialtySubDocumentModel;
58
+ 'Specialty'?: SpecialtySubDocumentModel;
59
59
  /**
60
60
  *
61
61
  * @type {AppointmentOptionDocumentModel}
62
62
  * @memberof HospitalSpecialtyDocumentModel
63
63
  */
64
- 'appointmentOption'?: AppointmentOptionDocumentModel;
64
+ 'AppointmentOption'?: AppointmentOptionDocumentModel;
65
65
  /**
66
66
  *
67
67
  * @type {string}
68
68
  * @memberof HospitalSpecialtyDocumentModel
69
69
  */
70
- 'photo'?: string | null;
70
+ 'Photo'?: string | null;
71
71
  /**
72
72
  *
73
73
  * @type {string}
74
74
  * @memberof HospitalSpecialtyDocumentModel
75
75
  */
76
- 'photoThumbnail'?: string | null;
76
+ 'PhotoThumbnail'?: string | null;
77
77
  /**
78
78
  *
79
79
  * @type {string}
80
80
  * @memberof HospitalSpecialtyDocumentModel
81
81
  */
82
- 'background'?: string | null;
82
+ 'Background'?: string | null;
83
83
  /**
84
84
  *
85
85
  * @type {string}
86
86
  * @memberof HospitalSpecialtyDocumentModel
87
87
  */
88
- 'backgroundThumbnail'?: string | null;
88
+ 'BackgroundThumbnail'?: string | null;
89
89
  /**
90
90
  *
91
91
  * @type {string}
92
92
  * @memberof HospitalSpecialtyDocumentModel
93
93
  */
94
- 'customStyle'?: string | null;
94
+ 'CustomStyle'?: string | null;
95
95
  /**
96
96
  *
97
97
  * @type {number}
98
98
  * @memberof HospitalSpecialtyDocumentModel
99
99
  */
100
- 'order'?: number;
100
+ 'Order'?: number;
101
101
  /**
102
102
  *
103
103
  * @type {Array<MediaDocumentModel>}
104
104
  * @memberof HospitalSpecialtyDocumentModel
105
105
  */
106
- 'medias'?: Array<MediaDocumentModel> | null;
106
+ 'Medias'?: Array<MediaDocumentModel> | null;
107
107
  /**
108
108
  *
109
109
  * @type {Array<ServiceSubDocumentModel>}
110
110
  * @memberof HospitalSpecialtyDocumentModel
111
111
  */
112
- 'services'?: Array<ServiceSubDocumentModel> | null;
112
+ 'Services'?: Array<ServiceSubDocumentModel> | null;
113
113
  /**
114
114
  *
115
115
  * @type {Array<TranslationDocumentModel>}
116
116
  * @memberof HospitalSpecialtyDocumentModel
117
117
  */
118
- 'translations'?: Array<TranslationDocumentModel> | null;
118
+ 'Translations'?: Array<TranslationDocumentModel> | null;
119
119
  }
120
120
 
@@ -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
  *
@@ -191,6 +194,12 @@ export interface HospitalSpecialtyModel {
191
194
  * @memberof HospitalSpecialtyModel
192
195
  */
193
196
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
197
+ /**
198
+ *
199
+ * @type {Array<SlugChangeLogModel>}
200
+ * @memberof HospitalSpecialtyModel
201
+ */
202
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
194
203
  /**
195
204
  *
196
205
  * @type {Array<MediaModel>}
@@ -28,24 +28,24 @@ export interface HospitalSpecialtySubDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof HospitalSpecialtySubDocumentModel
30
30
  */
31
- 'id'?: string | null;
31
+ 'Id'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {string}
35
35
  * @memberof HospitalSpecialtySubDocumentModel
36
36
  */
37
- 'specialtyId'?: string | null;
37
+ 'SpecialtyId'?: string | null;
38
38
  /**
39
39
  *
40
40
  * @type {number}
41
41
  * @memberof HospitalSpecialtySubDocumentModel
42
42
  */
43
- 'order'?: number;
43
+ 'Order'?: number;
44
44
  /**
45
45
  *
46
46
  * @type {Array<TranslationItemDocumentModel>}
47
47
  * @memberof HospitalSpecialtySubDocumentModel
48
48
  */
49
- 'translations'?: Array<TranslationItemDocumentModel> | null;
49
+ 'Translations'?: Array<TranslationItemDocumentModel> | null;
50
50
  }
51
51
 
@@ -28,24 +28,24 @@ export interface HospitalSubDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof HospitalSubDocumentModel
30
30
  */
31
- 'id'?: string | null;
31
+ 'Id'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {string}
35
35
  * @memberof HospitalSubDocumentModel
36
36
  */
37
- 'countryId'?: string | null;
37
+ 'CountryId'?: string | null;
38
38
  /**
39
39
  *
40
40
  * @type {string}
41
41
  * @memberof HospitalSubDocumentModel
42
42
  */
43
- 'marketingType'?: string | null;
43
+ 'MarketingType'?: string | null;
44
44
  /**
45
45
  *
46
46
  * @type {Array<TranslationItemDocumentModel>}
47
47
  * @memberof HospitalSubDocumentModel
48
48
  */
49
- 'translations'?: Array<TranslationItemDocumentModel> | null;
49
+ 'Translations'?: Array<TranslationItemDocumentModel> | null;
50
50
  }
51
51
 
@@ -220,6 +220,7 @@ export * from './service-review-item-model';
220
220
  export * from './service-review-model';
221
221
  export * from './service-reviews-model';
222
222
  export * from './service-sub-document-model';
223
+ export * from './slug-change-log-model';
223
224
  export * from './sns-handle-document-model';
224
225
  export * from './sns-handle-model';
225
226
  export * from './sns-type';
@@ -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
  *
@@ -131,6 +134,12 @@ export interface LandingModel {
131
134
  * @memberof LandingModel
132
135
  */
133
136
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
137
+ /**
138
+ *
139
+ * @type {Array<SlugChangeLogModel>}
140
+ * @memberof LandingModel
141
+ */
142
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
134
143
  /**
135
144
  *
136
145
  * @type {Array<MediaModel>}
@@ -28,42 +28,42 @@ export interface LocationDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof LocationDocumentModel
30
30
  */
31
- 'country'?: string | null;
31
+ 'Country'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {string}
35
35
  * @memberof LocationDocumentModel
36
36
  */
37
- 'state'?: string | null;
37
+ 'State'?: string | null;
38
38
  /**
39
39
  *
40
40
  * @type {string}
41
41
  * @memberof LocationDocumentModel
42
42
  */
43
- 'county'?: string | null;
43
+ 'County'?: string | null;
44
44
  /**
45
45
  *
46
46
  * @type {string}
47
47
  * @memberof LocationDocumentModel
48
48
  */
49
- 'city'?: string | null;
49
+ 'City'?: string | null;
50
50
  /**
51
51
  *
52
52
  * @type {string}
53
53
  * @memberof LocationDocumentModel
54
54
  */
55
- 'zipCode'?: string | null;
55
+ 'ZipCode'?: string | null;
56
56
  /**
57
57
  *
58
58
  * @type {string}
59
59
  * @memberof LocationDocumentModel
60
60
  */
61
- 'address'?: string | null;
61
+ 'Address'?: string | null;
62
62
  /**
63
63
  *
64
64
  * @type {GeographyPoint}
65
65
  * @memberof LocationDocumentModel
66
66
  */
67
- 'point'?: GeographyPoint;
67
+ 'Point'?: GeographyPoint;
68
68
  }
69
69
 
@@ -25,42 +25,42 @@ export interface MediaDocumentModel {
25
25
  * @type {string}
26
26
  * @memberof MediaDocumentModel
27
27
  */
28
- 'mediaType'?: string | null;
28
+ 'MediaType'?: string | null;
29
29
  /**
30
30
  *
31
31
  * @type {string}
32
32
  * @memberof MediaDocumentModel
33
33
  */
34
- 'url'?: string | null;
34
+ 'Url'?: string | null;
35
35
  /**
36
36
  *
37
37
  * @type {string}
38
38
  * @memberof MediaDocumentModel
39
39
  */
40
- 'thumbnailUrl'?: string | null;
40
+ 'ThumbnailUrl'?: string | null;
41
41
  /**
42
42
  *
43
43
  * @type {string}
44
44
  * @memberof MediaDocumentModel
45
45
  */
46
- 'description'?: string | null;
46
+ 'Description'?: string | null;
47
47
  /**
48
48
  *
49
49
  * @type {number}
50
50
  * @memberof MediaDocumentModel
51
51
  */
52
- 'height'?: number;
52
+ 'Height'?: number;
53
53
  /**
54
54
  *
55
55
  * @type {number}
56
56
  * @memberof MediaDocumentModel
57
57
  */
58
- 'width'?: number;
58
+ 'Width'?: number;
59
59
  /**
60
60
  *
61
61
  * @type {number}
62
62
  * @memberof MediaDocumentModel
63
63
  */
64
- 'order'?: number;
64
+ 'Order'?: number;
65
65
  }
66
66
 
@@ -28,30 +28,30 @@ export interface PackageSubDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof PackageSubDocumentModel
30
30
  */
31
- 'id'?: string | null;
31
+ 'Id'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {string}
35
35
  * @memberof PackageSubDocumentModel
36
36
  */
37
- 'refundPolicy'?: string | null;
37
+ 'RefundPolicy'?: string | null;
38
38
  /**
39
39
  *
40
40
  * @type {string}
41
41
  * @memberof PackageSubDocumentModel
42
42
  */
43
- 'bonus'?: string | null;
43
+ 'Bonus'?: string | null;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof PackageSubDocumentModel
48
48
  */
49
- 'price'?: number;
49
+ 'Price'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {AppointmentOptionDocumentModel}
53
53
  * @memberof PackageSubDocumentModel
54
54
  */
55
- 'appointmentOption'?: AppointmentOptionDocumentModel;
55
+ 'AppointmentOption'?: AppointmentOptionDocumentModel;
56
56
  }
57
57
 
@@ -37,66 +37,66 @@ export interface ServiceDocumentModel {
37
37
  * @type {string}
38
38
  * @memberof ServiceDocumentModel
39
39
  */
40
- 'id'?: string | null;
40
+ 'Id'?: string | null;
41
41
  /**
42
42
  *
43
43
  * @type {HospitalSubDocumentModel}
44
44
  * @memberof ServiceDocumentModel
45
45
  */
46
- 'hospital'?: HospitalSubDocumentModel;
46
+ 'Hospital'?: HospitalSubDocumentModel;
47
47
  /**
48
48
  *
49
49
  * @type {HospitalSpecialtySubDocumentModel}
50
50
  * @memberof ServiceDocumentModel
51
51
  */
52
- 'hospitalSpecialty'?: HospitalSpecialtySubDocumentModel;
52
+ 'HospitalSpecialty'?: HospitalSpecialtySubDocumentModel;
53
53
  /**
54
54
  *
55
55
  * @type {AppointmentOptionDocumentModel}
56
56
  * @memberof ServiceDocumentModel
57
57
  */
58
- 'appointmentOption'?: AppointmentOptionDocumentModel;
58
+ 'AppointmentOption'?: AppointmentOptionDocumentModel;
59
59
  /**
60
60
  *
61
61
  * @type {string}
62
62
  * @memberof ServiceDocumentModel
63
63
  */
64
- 'procedure'?: string | null;
64
+ 'Procedure'?: string | null;
65
65
  /**
66
66
  *
67
67
  * @type {number}
68
68
  * @memberof ServiceDocumentModel
69
69
  */
70
- 'minPrice'?: number;
70
+ 'MinPrice'?: number;
71
71
  /**
72
72
  *
73
73
  * @type {number}
74
74
  * @memberof ServiceDocumentModel
75
75
  */
76
- 'maxPrice'?: number;
76
+ 'MaxPrice'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {boolean}
80
80
  * @memberof ServiceDocumentModel
81
81
  */
82
- 'priceReuqest'?: boolean;
82
+ 'PriceReuqest'?: boolean;
83
83
  /**
84
84
  *
85
85
  * @type {string}
86
86
  * @memberof ServiceDocumentModel
87
87
  */
88
- 'photo'?: string | null;
88
+ 'Photo'?: string | null;
89
89
  /**
90
90
  *
91
91
  * @type {string}
92
92
  * @memberof ServiceDocumentModel
93
93
  */
94
- 'photoThumbnail'?: string | null;
94
+ 'PhotoThumbnail'?: string | null;
95
95
  /**
96
96
  *
97
97
  * @type {Array<TranslationDocumentModel>}
98
98
  * @memberof ServiceDocumentModel
99
99
  */
100
- 'translations'?: Array<TranslationDocumentModel> | null;
100
+ 'Translations'?: Array<TranslationDocumentModel> | null;
101
101
  }
102
102
 
@@ -22,6 +22,9 @@ import { MediaModel } from './media-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
24
  import { ReviewType } from './review-type';
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
  *
@@ -161,5 +164,11 @@ export interface ServiceReviewModel {
161
164
  * @memberof ServiceReviewModel
162
165
  */
163
166
  'auditableEntity'?: AuditableEntity;
167
+ /**
168
+ *
169
+ * @type {Array<SlugChangeLogModel>}
170
+ * @memberof ServiceReviewModel
171
+ */
172
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
164
173
  }
165
174
 
@@ -28,12 +28,12 @@ export interface ServiceSubDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof ServiceSubDocumentModel
30
30
  */
31
- 'id'?: string | null;
31
+ 'Id'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {Array<TranslationItemDocumentModel>}
35
35
  * @memberof ServiceSubDocumentModel
36
36
  */
37
- 'translations'?: Array<TranslationItemDocumentModel> | null;
37
+ 'Translations'?: Array<TranslationItemDocumentModel> | null;
38
38
  }
39
39
 
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 2
8
+ * Contact: hyounoosung@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface SlugChangeLogModel
21
+ */
22
+ export interface SlugChangeLogModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof SlugChangeLogModel
27
+ */
28
+ 'id'?: string;
29
+ /**
30
+ *
31
+ * @type {Date}
32
+ * @memberof SlugChangeLogModel
33
+ */
34
+ 'loggedDate'?: Date;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof SlugChangeLogModel
39
+ */
40
+ 'previousSlug'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof SlugChangeLogModel
45
+ */
46
+ 'currentSlug'?: string | null;
47
+ }
48
+
@@ -25,12 +25,12 @@ export interface SnsHandleDocumentModel {
25
25
  * @type {string}
26
26
  * @memberof SnsHandleDocumentModel
27
27
  */
28
- 'snsType'?: string | null;
28
+ 'SnsType'?: string | null;
29
29
  /**
30
30
  *
31
31
  * @type {string}
32
32
  * @memberof SnsHandleDocumentModel
33
33
  */
34
- 'handle'?: string | null;
34
+ 'Handle'?: string | null;
35
35
  }
36
36
 
@@ -34,48 +34,48 @@ export interface SpecialtyDocumentModel {
34
34
  * @type {string}
35
35
  * @memberof SpecialtyDocumentModel
36
36
  */
37
- 'id'?: string | null;
37
+ 'Id'?: string | null;
38
38
  /**
39
39
  *
40
40
  * @type {DepartmentSubDocumentModel}
41
41
  * @memberof SpecialtyDocumentModel
42
42
  */
43
- 'department'?: DepartmentSubDocumentModel;
43
+ 'Department'?: DepartmentSubDocumentModel;
44
44
  /**
45
45
  *
46
46
  * @type {string}
47
47
  * @memberof SpecialtyDocumentModel
48
48
  */
49
- 'photo'?: string | null;
49
+ 'Photo'?: string | null;
50
50
  /**
51
51
  *
52
52
  * @type {string}
53
53
  * @memberof SpecialtyDocumentModel
54
54
  */
55
- 'photoThumbnail'?: string | null;
55
+ 'PhotoThumbnail'?: string | null;
56
56
  /**
57
57
  *
58
58
  * @type {string}
59
59
  * @memberof SpecialtyDocumentModel
60
60
  */
61
- 'background'?: string | null;
61
+ 'Background'?: string | null;
62
62
  /**
63
63
  *
64
64
  * @type {string}
65
65
  * @memberof SpecialtyDocumentModel
66
66
  */
67
- 'backgroundThumbnail'?: string | null;
67
+ 'BackgroundThumbnail'?: string | null;
68
68
  /**
69
69
  *
70
70
  * @type {Array<MediaDocumentModel>}
71
71
  * @memberof SpecialtyDocumentModel
72
72
  */
73
- 'medias'?: Array<MediaDocumentModel> | null;
73
+ 'Medias'?: Array<MediaDocumentModel> | null;
74
74
  /**
75
75
  *
76
76
  * @type {Array<TranslationDocumentModel>}
77
77
  * @memberof SpecialtyDocumentModel
78
78
  */
79
- 'translations'?: Array<TranslationDocumentModel> | null;
79
+ 'Translations'?: Array<TranslationDocumentModel> | null;
80
80
  }
81
81
 
@@ -25,6 +25,9 @@ import { MarketingType } from './marketing-type';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import { MediaModel } from './media-model';
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
  *
@@ -140,6 +143,12 @@ export interface SpecialtyModel {
140
143
  * @memberof SpecialtyModel
141
144
  */
142
145
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
146
+ /**
147
+ *
148
+ * @type {Array<SlugChangeLogModel>}
149
+ * @memberof SpecialtyModel
150
+ */
151
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
143
152
  /**
144
153
  *
145
154
  * @type {string}
@@ -28,12 +28,12 @@ export interface SpecialtySubDocumentModel {
28
28
  * @type {string}
29
29
  * @memberof SpecialtySubDocumentModel
30
30
  */
31
- 'id'?: string | null;
31
+ 'Id'?: string | null;
32
32
  /**
33
33
  *
34
34
  * @type {Array<TranslationItemDocumentModel>}
35
35
  * @memberof SpecialtySubDocumentModel
36
36
  */
37
- 'translations'?: Array<TranslationItemDocumentModel> | null;
37
+ 'Translations'?: Array<TranslationItemDocumentModel> | null;
38
38
  }
39
39
 
@@ -27,6 +27,9 @@ import { MarketingType } from './marketing-type';
27
27
  import { MediaModel } from './media-model';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
+ import { SlugChangeLogModel } from './slug-change-log-model';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
30
33
  import { TranslationSimpleWithDescriptionModel } from './translation-simple-with-description-model';
31
34
 
32
35
  /**
@@ -143,6 +146,12 @@ export interface SpecialtyTypeModel {
143
146
  * @memberof SpecialtyTypeModel
144
147
  */
145
148
  'localizedUrls'?: Array<LocalizedUrlModel> | null;
149
+ /**
150
+ *
151
+ * @type {Array<SlugChangeLogModel>}
152
+ * @memberof SpecialtyTypeModel
153
+ */
154
+ 'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
146
155
  /**
147
156
  *
148
157
  * @type {string}
@@ -25,12 +25,12 @@ export interface TagDocumentModel {
25
25
  * @type {string}
26
26
  * @memberof TagDocumentModel
27
27
  */
28
- 'tagId'?: string | null;
28
+ 'TagId'?: string | null;
29
29
  /**
30
30
  *
31
31
  * @type {number}
32
32
  * @memberof TagDocumentModel
33
33
  */
34
- 'order'?: number;
34
+ 'Order'?: number;
35
35
  }
36
36