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,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 IdTranslationItemDocumentModel
21
- */
22
- export interface IdTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof IdTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof IdTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof IdTranslationItemDocumentModel
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 ItTranslationDocumentModel
21
- */
22
- export interface ItTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof ItTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof ItTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof ItTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof ItTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof ItTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof ItTranslationDocumentModel
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 ItTranslationItemDocumentModel
21
- */
22
- export interface ItTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof ItTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof ItTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof ItTranslationItemDocumentModel
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 JaTranslationDocumentModel
21
- */
22
- export interface JaTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof JaTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof JaTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof JaTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof JaTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof JaTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof JaTranslationDocumentModel
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 JaTranslationItemDocumentModel
21
- */
22
- export interface JaTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof JaTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof JaTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof JaTranslationItemDocumentModel
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 KoTranslationDocumentModel
21
- */
22
- export interface KoTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof KoTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof KoTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof KoTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof KoTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof KoTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof KoTranslationDocumentModel
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 KoTranslationItemDocumentModel
21
- */
22
- export interface KoTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof KoTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof KoTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof KoTranslationItemDocumentModel
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 LtTranslationDocumentModel
21
- */
22
- export interface LtTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof LtTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof LtTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof LtTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof LtTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof LtTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof LtTranslationDocumentModel
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 LtTranslationItemDocumentModel
21
- */
22
- export interface LtTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof LtTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof LtTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof LtTranslationItemDocumentModel
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 LvTranslationDocumentModel
21
- */
22
- export interface LvTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof LvTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof LvTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof LvTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof LvTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof LvTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof LvTranslationDocumentModel
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 LvTranslationItemDocumentModel
21
- */
22
- export interface LvTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof LvTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof LvTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof LvTranslationItemDocumentModel
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 NlTranslationDocumentModel
21
- */
22
- export interface NlTranslationDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof NlTranslationDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {Array<string>}
32
- * @memberof NlTranslationDocumentModel
33
- */
34
- 'SlugChangeLogs'?: Array<string> | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof NlTranslationDocumentModel
39
- */
40
- 'Name'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof NlTranslationDocumentModel
45
- */
46
- 'Overview'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof NlTranslationDocumentModel
51
- */
52
- 'Description'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof NlTranslationDocumentModel
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 NlTranslationItemDocumentModel
21
- */
22
- export interface NlTranslationItemDocumentModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof NlTranslationItemDocumentModel
27
- */
28
- 'Slug'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof NlTranslationItemDocumentModel
33
- */
34
- 'Name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof NlTranslationItemDocumentModel
39
- */
40
- 'Description'?: string | null;
41
- }
42
-