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