ch-api-client-typescript2 5.1.5 → 5.1.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 (306) hide show
  1. package/lib/models/article-document-model.d.ts +75 -103
  2. package/lib/models/article-document-model.d.ts.map +1 -1
  3. package/lib/models/contributor-document-model.d.ts +75 -103
  4. package/lib/models/contributor-document-model.d.ts.map +1 -1
  5. package/lib/models/contributor-sub-document-model.d.ts +73 -101
  6. package/lib/models/contributor-sub-document-model.d.ts.map +1 -1
  7. package/lib/models/country-document-model.d.ts +75 -103
  8. package/lib/models/country-document-model.d.ts.map +1 -1
  9. package/lib/models/country-sub-document-model.d.ts +73 -101
  10. package/lib/models/country-sub-document-model.d.ts.map +1 -1
  11. package/lib/models/deal-document-model.d.ts +75 -103
  12. package/lib/models/deal-document-model.d.ts.map +1 -1
  13. package/lib/models/deal-service-sub-document-model.d.ts +73 -101
  14. package/lib/models/deal-service-sub-document-model.d.ts.map +1 -1
  15. package/lib/models/department-document-model.d.ts +75 -103
  16. package/lib/models/department-document-model.d.ts.map +1 -1
  17. package/lib/models/department-sub-document-model.d.ts +73 -101
  18. package/lib/models/department-sub-document-model.d.ts.map +1 -1
  19. package/lib/models/doctor-document-model.d.ts +75 -103
  20. package/lib/models/doctor-document-model.d.ts.map +1 -1
  21. package/lib/models/doctor-specialty-sub-document-model.d.ts +73 -101
  22. package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
  23. package/lib/models/faq-category-document-model.d.ts +75 -103
  24. package/lib/models/faq-category-document-model.d.ts.map +1 -1
  25. package/lib/models/faq-category-sub-document-model.d.ts +73 -101
  26. package/lib/models/faq-category-sub-document-model.d.ts.map +1 -1
  27. package/lib/models/faq-document-model.d.ts +75 -103
  28. package/lib/models/faq-document-model.d.ts.map +1 -1
  29. package/lib/models/hospital-document-model.d.ts +75 -103
  30. package/lib/models/hospital-document-model.d.ts.map +1 -1
  31. package/lib/models/hospital-specialty-document-model.d.ts +75 -103
  32. package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
  33. package/lib/models/hospital-specialty-sub-document-model.d.ts +73 -101
  34. package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -1
  35. package/lib/models/hospital-sub-document-model.d.ts +73 -101
  36. package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
  37. package/lib/models/index.d.ts +2 -58
  38. package/lib/models/index.d.ts.map +1 -1
  39. package/lib/models/index.js +2 -58
  40. package/lib/models/service-document-model.d.ts +75 -103
  41. package/lib/models/service-document-model.d.ts.map +1 -1
  42. package/lib/models/service-sub-document-model.d.ts +73 -101
  43. package/lib/models/service-sub-document-model.d.ts.map +1 -1
  44. package/lib/models/specialty-document-model.d.ts +75 -103
  45. package/lib/models/specialty-document-model.d.ts.map +1 -1
  46. package/lib/models/specialty-sub-document-model.d.ts +73 -101
  47. package/lib/models/specialty-sub-document-model.d.ts.map +1 -1
  48. package/lib/models/{ar-translation-document-model.d.ts → translation-document-model.d.ts} +9 -9
  49. package/lib/models/translation-document-model.d.ts.map +1 -0
  50. package/lib/models/{bn-translation-item-document-model.d.ts → translation-item-document-model.d.ts} +6 -6
  51. package/lib/models/translation-item-document-model.d.ts.map +1 -0
  52. package/package.json +1 -1
  53. package/src/.openapi-generator/FILES +2 -58
  54. package/src/models/article-document-model.ts +75 -159
  55. package/src/models/contributor-document-model.ts +75 -159
  56. package/src/models/contributor-sub-document-model.ts +73 -157
  57. package/src/models/country-document-model.ts +75 -159
  58. package/src/models/country-sub-document-model.ts +73 -157
  59. package/src/models/deal-document-model.ts +75 -159
  60. package/src/models/deal-service-sub-document-model.ts +73 -157
  61. package/src/models/department-document-model.ts +75 -159
  62. package/src/models/department-sub-document-model.ts +73 -157
  63. package/src/models/doctor-document-model.ts +75 -159
  64. package/src/models/doctor-specialty-sub-document-model.ts +73 -157
  65. package/src/models/faq-category-document-model.ts +75 -159
  66. package/src/models/faq-category-sub-document-model.ts +73 -157
  67. package/src/models/faq-document-model.ts +75 -159
  68. package/src/models/hospital-document-model.ts +75 -159
  69. package/src/models/hospital-specialty-document-model.ts +75 -159
  70. package/src/models/hospital-specialty-sub-document-model.ts +73 -157
  71. package/src/models/hospital-sub-document-model.ts +73 -157
  72. package/src/models/index.ts +2 -58
  73. package/src/models/service-document-model.ts +75 -159
  74. package/src/models/service-sub-document-model.ts +73 -157
  75. package/src/models/specialty-document-model.ts +75 -159
  76. package/src/models/specialty-sub-document-model.ts +73 -157
  77. package/src/models/{ar-translation-document-model.ts → translation-document-model.ts} +8 -8
  78. package/src/models/{ar-translation-item-document-model.ts → translation-item-document-model.ts} +5 -5
  79. package/lib/models/ar-translation-document-model.d.ts.map +0 -1
  80. package/lib/models/ar-translation-item-document-model.d.ts +0 -37
  81. package/lib/models/ar-translation-item-document-model.d.ts.map +0 -1
  82. package/lib/models/bg-translation-document-model.d.ts +0 -55
  83. package/lib/models/bg-translation-document-model.d.ts.map +0 -1
  84. package/lib/models/bg-translation-document-model.js +0 -15
  85. package/lib/models/bg-translation-item-document-model.d.ts +0 -37
  86. package/lib/models/bg-translation-item-document-model.d.ts.map +0 -1
  87. package/lib/models/bg-translation-item-document-model.js +0 -15
  88. package/lib/models/bn-translation-document-model.d.ts +0 -55
  89. package/lib/models/bn-translation-document-model.d.ts.map +0 -1
  90. package/lib/models/bn-translation-document-model.js +0 -15
  91. package/lib/models/bn-translation-item-document-model.d.ts.map +0 -1
  92. package/lib/models/bn-translation-item-document-model.js +0 -15
  93. package/lib/models/cs-translation-document-model.d.ts +0 -55
  94. package/lib/models/cs-translation-document-model.d.ts.map +0 -1
  95. package/lib/models/cs-translation-document-model.js +0 -15
  96. package/lib/models/cs-translation-item-document-model.d.ts +0 -37
  97. package/lib/models/cs-translation-item-document-model.d.ts.map +0 -1
  98. package/lib/models/cs-translation-item-document-model.js +0 -15
  99. package/lib/models/de-translation-document-model.d.ts +0 -55
  100. package/lib/models/de-translation-document-model.d.ts.map +0 -1
  101. package/lib/models/de-translation-document-model.js +0 -15
  102. package/lib/models/de-translation-item-document-model.d.ts +0 -37
  103. package/lib/models/de-translation-item-document-model.d.ts.map +0 -1
  104. package/lib/models/de-translation-item-document-model.js +0 -15
  105. package/lib/models/en-translation-document-model.d.ts +0 -55
  106. package/lib/models/en-translation-document-model.d.ts.map +0 -1
  107. package/lib/models/en-translation-document-model.js +0 -15
  108. package/lib/models/en-translation-item-document-model.d.ts +0 -37
  109. package/lib/models/en-translation-item-document-model.d.ts.map +0 -1
  110. package/lib/models/en-translation-item-document-model.js +0 -15
  111. package/lib/models/es-translation-document-model.d.ts +0 -55
  112. package/lib/models/es-translation-document-model.d.ts.map +0 -1
  113. package/lib/models/es-translation-document-model.js +0 -15
  114. package/lib/models/es-translation-item-document-model.d.ts +0 -37
  115. package/lib/models/es-translation-item-document-model.d.ts.map +0 -1
  116. package/lib/models/es-translation-item-document-model.js +0 -15
  117. package/lib/models/fr-translation-document-model.d.ts +0 -55
  118. package/lib/models/fr-translation-document-model.d.ts.map +0 -1
  119. package/lib/models/fr-translation-document-model.js +0 -15
  120. package/lib/models/fr-translation-item-document-model.d.ts +0 -37
  121. package/lib/models/fr-translation-item-document-model.d.ts.map +0 -1
  122. package/lib/models/fr-translation-item-document-model.js +0 -15
  123. package/lib/models/hi-translation-document-model.d.ts +0 -55
  124. package/lib/models/hi-translation-document-model.d.ts.map +0 -1
  125. package/lib/models/hi-translation-document-model.js +0 -15
  126. package/lib/models/hi-translation-item-document-model.d.ts +0 -37
  127. package/lib/models/hi-translation-item-document-model.d.ts.map +0 -1
  128. package/lib/models/hi-translation-item-document-model.js +0 -15
  129. package/lib/models/hr-translation-document-model.d.ts +0 -55
  130. package/lib/models/hr-translation-document-model.d.ts.map +0 -1
  131. package/lib/models/hr-translation-document-model.js +0 -15
  132. package/lib/models/hr-translation-item-document-model.d.ts +0 -37
  133. package/lib/models/hr-translation-item-document-model.d.ts.map +0 -1
  134. package/lib/models/hr-translation-item-document-model.js +0 -15
  135. package/lib/models/hu-translation-document-model.d.ts +0 -55
  136. package/lib/models/hu-translation-document-model.d.ts.map +0 -1
  137. package/lib/models/hu-translation-document-model.js +0 -15
  138. package/lib/models/hu-translation-item-document-model.d.ts +0 -37
  139. package/lib/models/hu-translation-item-document-model.d.ts.map +0 -1
  140. package/lib/models/hu-translation-item-document-model.js +0 -15
  141. package/lib/models/id-translation-document-model.d.ts +0 -55
  142. package/lib/models/id-translation-document-model.d.ts.map +0 -1
  143. package/lib/models/id-translation-document-model.js +0 -15
  144. package/lib/models/id-translation-item-document-model.d.ts +0 -37
  145. package/lib/models/id-translation-item-document-model.d.ts.map +0 -1
  146. package/lib/models/id-translation-item-document-model.js +0 -15
  147. package/lib/models/it-translation-document-model.d.ts +0 -55
  148. package/lib/models/it-translation-document-model.d.ts.map +0 -1
  149. package/lib/models/it-translation-document-model.js +0 -15
  150. package/lib/models/it-translation-item-document-model.d.ts +0 -37
  151. package/lib/models/it-translation-item-document-model.d.ts.map +0 -1
  152. package/lib/models/it-translation-item-document-model.js +0 -15
  153. package/lib/models/ja-translation-document-model.d.ts +0 -55
  154. package/lib/models/ja-translation-document-model.d.ts.map +0 -1
  155. package/lib/models/ja-translation-document-model.js +0 -15
  156. package/lib/models/ja-translation-item-document-model.d.ts +0 -37
  157. package/lib/models/ja-translation-item-document-model.d.ts.map +0 -1
  158. package/lib/models/ja-translation-item-document-model.js +0 -15
  159. package/lib/models/ko-translation-document-model.d.ts +0 -55
  160. package/lib/models/ko-translation-document-model.d.ts.map +0 -1
  161. package/lib/models/ko-translation-document-model.js +0 -15
  162. package/lib/models/ko-translation-item-document-model.d.ts +0 -37
  163. package/lib/models/ko-translation-item-document-model.d.ts.map +0 -1
  164. package/lib/models/ko-translation-item-document-model.js +0 -15
  165. package/lib/models/lt-translation-document-model.d.ts +0 -55
  166. package/lib/models/lt-translation-document-model.d.ts.map +0 -1
  167. package/lib/models/lt-translation-document-model.js +0 -15
  168. package/lib/models/lt-translation-item-document-model.d.ts +0 -37
  169. package/lib/models/lt-translation-item-document-model.d.ts.map +0 -1
  170. package/lib/models/lt-translation-item-document-model.js +0 -15
  171. package/lib/models/lv-translation-document-model.d.ts +0 -55
  172. package/lib/models/lv-translation-document-model.d.ts.map +0 -1
  173. package/lib/models/lv-translation-document-model.js +0 -15
  174. package/lib/models/lv-translation-item-document-model.d.ts +0 -37
  175. package/lib/models/lv-translation-item-document-model.d.ts.map +0 -1
  176. package/lib/models/lv-translation-item-document-model.js +0 -15
  177. package/lib/models/nl-translation-document-model.d.ts +0 -55
  178. package/lib/models/nl-translation-document-model.d.ts.map +0 -1
  179. package/lib/models/nl-translation-document-model.js +0 -15
  180. package/lib/models/nl-translation-item-document-model.d.ts +0 -37
  181. package/lib/models/nl-translation-item-document-model.d.ts.map +0 -1
  182. package/lib/models/nl-translation-item-document-model.js +0 -15
  183. package/lib/models/pl-translation-document-model.d.ts +0 -55
  184. package/lib/models/pl-translation-document-model.d.ts.map +0 -1
  185. package/lib/models/pl-translation-document-model.js +0 -15
  186. package/lib/models/pl-translation-item-document-model.d.ts +0 -37
  187. package/lib/models/pl-translation-item-document-model.d.ts.map +0 -1
  188. package/lib/models/pl-translation-item-document-model.js +0 -15
  189. package/lib/models/pt-pt-translation-document-model.d.ts +0 -55
  190. package/lib/models/pt-pt-translation-document-model.d.ts.map +0 -1
  191. package/lib/models/pt-pt-translation-document-model.js +0 -15
  192. package/lib/models/pt-pt-translation-item-document-model.d.ts +0 -37
  193. package/lib/models/pt-pt-translation-item-document-model.d.ts.map +0 -1
  194. package/lib/models/pt-pt-translation-item-document-model.js +0 -15
  195. package/lib/models/ro-translation-document-model.d.ts +0 -55
  196. package/lib/models/ro-translation-document-model.d.ts.map +0 -1
  197. package/lib/models/ro-translation-document-model.js +0 -15
  198. package/lib/models/ro-translation-item-document-model.d.ts +0 -37
  199. package/lib/models/ro-translation-item-document-model.d.ts.map +0 -1
  200. package/lib/models/ro-translation-item-document-model.js +0 -15
  201. package/lib/models/ru-translation-document-model.d.ts +0 -55
  202. package/lib/models/ru-translation-document-model.d.ts.map +0 -1
  203. package/lib/models/ru-translation-document-model.js +0 -15
  204. package/lib/models/ru-translation-item-document-model.d.ts +0 -37
  205. package/lib/models/ru-translation-item-document-model.d.ts.map +0 -1
  206. package/lib/models/ru-translation-item-document-model.js +0 -15
  207. package/lib/models/sl-translation-document-model.d.ts +0 -55
  208. package/lib/models/sl-translation-document-model.d.ts.map +0 -1
  209. package/lib/models/sl-translation-document-model.js +0 -15
  210. package/lib/models/sl-translation-item-document-model.d.ts +0 -37
  211. package/lib/models/sl-translation-item-document-model.d.ts.map +0 -1
  212. package/lib/models/sl-translation-item-document-model.js +0 -15
  213. package/lib/models/sv-translation-document-model.d.ts +0 -55
  214. package/lib/models/sv-translation-document-model.d.ts.map +0 -1
  215. package/lib/models/sv-translation-document-model.js +0 -15
  216. package/lib/models/sv-translation-item-document-model.d.ts +0 -37
  217. package/lib/models/sv-translation-item-document-model.d.ts.map +0 -1
  218. package/lib/models/sv-translation-item-document-model.js +0 -15
  219. package/lib/models/th-translation-document-model.d.ts +0 -55
  220. package/lib/models/th-translation-document-model.d.ts.map +0 -1
  221. package/lib/models/th-translation-document-model.js +0 -15
  222. package/lib/models/th-translation-item-document-model.d.ts +0 -37
  223. package/lib/models/th-translation-item-document-model.d.ts.map +0 -1
  224. package/lib/models/th-translation-item-document-model.js +0 -15
  225. package/lib/models/tr-translation-document-model.d.ts +0 -55
  226. package/lib/models/tr-translation-document-model.d.ts.map +0 -1
  227. package/lib/models/tr-translation-document-model.js +0 -15
  228. package/lib/models/tr-translation-item-document-model.d.ts +0 -37
  229. package/lib/models/tr-translation-item-document-model.d.ts.map +0 -1
  230. package/lib/models/tr-translation-item-document-model.js +0 -15
  231. package/lib/models/uk-translation-document-model.d.ts +0 -55
  232. package/lib/models/uk-translation-document-model.d.ts.map +0 -1
  233. package/lib/models/uk-translation-document-model.js +0 -15
  234. package/lib/models/uk-translation-item-document-model.d.ts +0 -37
  235. package/lib/models/uk-translation-item-document-model.d.ts.map +0 -1
  236. package/lib/models/uk-translation-item-document-model.js +0 -15
  237. package/lib/models/vi-translation-document-model.d.ts +0 -55
  238. package/lib/models/vi-translation-document-model.d.ts.map +0 -1
  239. package/lib/models/vi-translation-document-model.js +0 -15
  240. package/lib/models/vi-translation-item-document-model.d.ts +0 -37
  241. package/lib/models/vi-translation-item-document-model.d.ts.map +0 -1
  242. package/lib/models/vi-translation-item-document-model.js +0 -15
  243. package/lib/models/zh-translation-document-model.d.ts +0 -55
  244. package/lib/models/zh-translation-document-model.d.ts.map +0 -1
  245. package/lib/models/zh-translation-document-model.js +0 -15
  246. package/lib/models/zh-translation-item-document-model.d.ts +0 -37
  247. package/lib/models/zh-translation-item-document-model.d.ts.map +0 -1
  248. package/lib/models/zh-translation-item-document-model.js +0 -15
  249. package/src/models/bg-translation-document-model.ts +0 -60
  250. package/src/models/bg-translation-item-document-model.ts +0 -42
  251. package/src/models/bn-translation-document-model.ts +0 -60
  252. package/src/models/bn-translation-item-document-model.ts +0 -42
  253. package/src/models/cs-translation-document-model.ts +0 -60
  254. package/src/models/cs-translation-item-document-model.ts +0 -42
  255. package/src/models/de-translation-document-model.ts +0 -60
  256. package/src/models/de-translation-item-document-model.ts +0 -42
  257. package/src/models/en-translation-document-model.ts +0 -60
  258. package/src/models/en-translation-item-document-model.ts +0 -42
  259. package/src/models/es-translation-document-model.ts +0 -60
  260. package/src/models/es-translation-item-document-model.ts +0 -42
  261. package/src/models/fr-translation-document-model.ts +0 -60
  262. package/src/models/fr-translation-item-document-model.ts +0 -42
  263. package/src/models/hi-translation-document-model.ts +0 -60
  264. package/src/models/hi-translation-item-document-model.ts +0 -42
  265. package/src/models/hr-translation-document-model.ts +0 -60
  266. package/src/models/hr-translation-item-document-model.ts +0 -42
  267. package/src/models/hu-translation-document-model.ts +0 -60
  268. package/src/models/hu-translation-item-document-model.ts +0 -42
  269. package/src/models/id-translation-document-model.ts +0 -60
  270. package/src/models/id-translation-item-document-model.ts +0 -42
  271. package/src/models/it-translation-document-model.ts +0 -60
  272. package/src/models/it-translation-item-document-model.ts +0 -42
  273. package/src/models/ja-translation-document-model.ts +0 -60
  274. package/src/models/ja-translation-item-document-model.ts +0 -42
  275. package/src/models/ko-translation-document-model.ts +0 -60
  276. package/src/models/ko-translation-item-document-model.ts +0 -42
  277. package/src/models/lt-translation-document-model.ts +0 -60
  278. package/src/models/lt-translation-item-document-model.ts +0 -42
  279. package/src/models/lv-translation-document-model.ts +0 -60
  280. package/src/models/lv-translation-item-document-model.ts +0 -42
  281. package/src/models/nl-translation-document-model.ts +0 -60
  282. package/src/models/nl-translation-item-document-model.ts +0 -42
  283. package/src/models/pl-translation-document-model.ts +0 -60
  284. package/src/models/pl-translation-item-document-model.ts +0 -42
  285. package/src/models/pt-pt-translation-document-model.ts +0 -60
  286. package/src/models/pt-pt-translation-item-document-model.ts +0 -42
  287. package/src/models/ro-translation-document-model.ts +0 -60
  288. package/src/models/ro-translation-item-document-model.ts +0 -42
  289. package/src/models/ru-translation-document-model.ts +0 -60
  290. package/src/models/ru-translation-item-document-model.ts +0 -42
  291. package/src/models/sl-translation-document-model.ts +0 -60
  292. package/src/models/sl-translation-item-document-model.ts +0 -42
  293. package/src/models/sv-translation-document-model.ts +0 -60
  294. package/src/models/sv-translation-item-document-model.ts +0 -42
  295. package/src/models/th-translation-document-model.ts +0 -60
  296. package/src/models/th-translation-item-document-model.ts +0 -42
  297. package/src/models/tr-translation-document-model.ts +0 -60
  298. package/src/models/tr-translation-item-document-model.ts +0 -42
  299. package/src/models/uk-translation-document-model.ts +0 -60
  300. package/src/models/uk-translation-item-document-model.ts +0 -42
  301. package/src/models/vi-translation-document-model.ts +0 -60
  302. package/src/models/vi-translation-item-document-model.ts +0 -42
  303. package/src/models/zh-translation-document-model.ts +0 -60
  304. package/src/models/zh-translation-item-document-model.ts +0 -42
  305. /package/lib/models/{ar-translation-document-model.js → translation-document-model.js} +0 -0
  306. /package/lib/models/{ar-translation-item-document-model.js → translation-item-document-model.js} +0 -0
@@ -1,60 +0,0 @@
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 EnTranslationDocumentModel
21
- */
22
- export interface EnTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof EnTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof EnTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof EnTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof EnTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof EnTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof EnTranslationDocumentModel
57
- */
58
- 'Content'?: string | null;
59
- }
60
-
@@ -1,42 +0,0 @@
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 EnTranslationItemDocumentModel
21
- */
22
- export interface EnTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof EnTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof EnTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof EnTranslationItemDocumentModel
39
- */
40
- 'Description'?: string | null;
41
- }
42
-
@@ -1,60 +0,0 @@
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 EsTranslationDocumentModel
21
- */
22
- export interface EsTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof EsTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof EsTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof EsTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof EsTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof EsTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof EsTranslationDocumentModel
57
- */
58
- 'Content'?: string | null;
59
- }
60
-
@@ -1,42 +0,0 @@
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 EsTranslationItemDocumentModel
21
- */
22
- export interface EsTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof EsTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof EsTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof EsTranslationItemDocumentModel
39
- */
40
- 'Description'?: string | null;
41
- }
42
-
@@ -1,60 +0,0 @@
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 FrTranslationDocumentModel
21
- */
22
- export interface FrTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof FrTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof FrTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof FrTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof FrTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof FrTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof FrTranslationDocumentModel
57
- */
58
- 'Content'?: string | null;
59
- }
60
-
@@ -1,42 +0,0 @@
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 FrTranslationItemDocumentModel
21
- */
22
- export interface FrTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof FrTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof FrTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof FrTranslationItemDocumentModel
39
- */
40
- 'Description'?: string | null;
41
- }
42
-
@@ -1,60 +0,0 @@
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 HiTranslationDocumentModel
21
- */
22
- export interface HiTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof HiTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof HiTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof HiTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof HiTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof HiTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof HiTranslationDocumentModel
57
- */
58
- 'Content'?: string | null;
59
- }
60
-
@@ -1,42 +0,0 @@
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 HiTranslationItemDocumentModel
21
- */
22
- export interface HiTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof HiTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof HiTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof HiTranslationItemDocumentModel
39
- */
40
- 'Description'?: string | null;
41
- }
42
-
@@ -1,60 +0,0 @@
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 HrTranslationDocumentModel
21
- */
22
- export interface HrTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof HrTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof HrTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof HrTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof HrTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof HrTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof HrTranslationDocumentModel
57
- */
58
- 'Content'?: string | null;
59
- }
60
-
@@ -1,42 +0,0 @@
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 HrTranslationItemDocumentModel
21
- */
22
- export interface HrTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof HrTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof HrTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof HrTranslationItemDocumentModel
39
- */
40
- 'Description'?: string | null;
41
- }
42
-
@@ -1,60 +0,0 @@
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 HuTranslationDocumentModel
21
- */
22
- export interface HuTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof HuTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof HuTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof HuTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof HuTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof HuTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof HuTranslationDocumentModel
57
- */
58
- 'Content'?: string | null;
59
- }
60
-
@@ -1,42 +0,0 @@
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 HuTranslationItemDocumentModel
21
- */
22
- export interface HuTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof HuTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof HuTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof HuTranslationItemDocumentModel
39
- */
40
- 'Description'?: string | null;
41
- }
42
-
@@ -1,60 +0,0 @@
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 IdTranslationDocumentModel
21
- */
22
- export interface IdTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof IdTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof IdTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof IdTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof IdTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof IdTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof IdTranslationDocumentModel
57
- */
58
- 'Content'?: string | null;
59
- }
60
-