@ballistix.digital/types-truyens-react 0.3.0

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 (398) hide show
  1. package/dist/dto/attachment/attachment.dto.d.ts +22 -0
  2. package/dist/dto/attachment/attachment.dto.js +93 -0
  3. package/dist/dto/attachment/attachment.dto.js.map +1 -0
  4. package/dist/dto/attachment/attachmentEmbedded.dto.d.ts +9 -0
  5. package/dist/dto/attachment/attachmentEmbedded.dto.js +45 -0
  6. package/dist/dto/attachment/attachmentEmbedded.dto.js.map +1 -0
  7. package/dist/dto/attachment/attachmentPage.dto.d.ts +13 -0
  8. package/dist/dto/attachment/attachmentPage.dto.js +28 -0
  9. package/dist/dto/attachment/attachmentPage.dto.js.map +1 -0
  10. package/dist/dto/attachment/bulkUpdateAttachment.dto.d.ts +10 -0
  11. package/dist/dto/attachment/bulkUpdateAttachment.dto.js +9 -0
  12. package/dist/dto/attachment/bulkUpdateAttachment.dto.js.map +1 -0
  13. package/dist/dto/attachment/createAttachment.dto.d.ts +9 -0
  14. package/dist/dto/attachment/createAttachment.dto.js +61 -0
  15. package/dist/dto/attachment/createAttachment.dto.js.map +1 -0
  16. package/dist/dto/attachment/updateAttachment.dto.d.ts +9 -0
  17. package/dist/dto/attachment/updateAttachment.dto.js +57 -0
  18. package/dist/dto/attachment/updateAttachment.dto.js.map +1 -0
  19. package/dist/dto/attachmentTag/attachmentTag.dto.d.ts +7 -0
  20. package/dist/dto/attachmentTag/attachmentTag.dto.js +30 -0
  21. package/dist/dto/attachmentTag/attachmentTag.dto.js.map +1 -0
  22. package/dist/dto/attachmentTag/attachmentTagEmbedded.dto.d.ts +7 -0
  23. package/dist/dto/attachmentTag/attachmentTagEmbedded.dto.js +38 -0
  24. package/dist/dto/attachmentTag/attachmentTagEmbedded.dto.js.map +1 -0
  25. package/dist/dto/attachmentTag/attachmentTagPage.dto.d.ts +13 -0
  26. package/dist/dto/attachmentTag/attachmentTagPage.dto.js +28 -0
  27. package/dist/dto/attachmentTag/attachmentTagPage.dto.js.map +1 -0
  28. package/dist/dto/attachmentTag/bulkUpdateAttachmentTag.dto.d.ts +10 -0
  29. package/dist/dto/attachmentTag/bulkUpdateAttachmentTag.dto.js +9 -0
  30. package/dist/dto/attachmentTag/bulkUpdateAttachmentTag.dto.js.map +1 -0
  31. package/dist/dto/attachmentTag/createAttachmentTag.dto.d.ts +3 -0
  32. package/dist/dto/attachmentTag/createAttachmentTag.dto.js +25 -0
  33. package/dist/dto/attachmentTag/createAttachmentTag.dto.js.map +1 -0
  34. package/dist/dto/attachmentTag/updateAttachmentTag.dto.d.ts +3 -0
  35. package/dist/dto/attachmentTag/updateAttachmentTag.dto.js +25 -0
  36. package/dist/dto/attachmentTag/updateAttachmentTag.dto.js.map +1 -0
  37. package/dist/dto/attachmentTagLink/attachmentTagLink.dto.d.ts +8 -0
  38. package/dist/dto/attachmentTagLink/attachmentTagLink.dto.js +35 -0
  39. package/dist/dto/attachmentTagLink/attachmentTagLink.dto.js.map +1 -0
  40. package/dist/dto/attachmentTagLink/attachmentTagLinkEmbedded.dto.d.ts +9 -0
  41. package/dist/dto/attachmentTagLink/attachmentTagLinkEmbedded.dto.js +45 -0
  42. package/dist/dto/attachmentTagLink/attachmentTagLinkEmbedded.dto.js.map +1 -0
  43. package/dist/dto/attachmentTagLink/attachmentTagLinkPage.dto.d.ts +13 -0
  44. package/dist/dto/attachmentTagLink/attachmentTagLinkPage.dto.js +28 -0
  45. package/dist/dto/attachmentTagLink/attachmentTagLinkPage.dto.js.map +1 -0
  46. package/dist/dto/attachmentTagLink/bulkUpdateAttachmentTagLink.dto.d.ts +10 -0
  47. package/dist/dto/attachmentTagLink/bulkUpdateAttachmentTagLink.dto.js +9 -0
  48. package/dist/dto/attachmentTagLink/bulkUpdateAttachmentTagLink.dto.js.map +1 -0
  49. package/dist/dto/attachmentTagLink/createAttachmentTagLink.dto.d.ts +4 -0
  50. package/dist/dto/attachmentTagLink/createAttachmentTagLink.dto.js +31 -0
  51. package/dist/dto/attachmentTagLink/createAttachmentTagLink.dto.js.map +1 -0
  52. package/dist/dto/attachmentTagLink/updateAttachmentTagLink.dto.d.ts +4 -0
  53. package/dist/dto/attachmentTagLink/updateAttachmentTagLink.dto.js +33 -0
  54. package/dist/dto/attachmentTagLink/updateAttachmentTagLink.dto.js.map +1 -0
  55. package/dist/dto/cronJob/cronJob.dto.d.ts +6 -0
  56. package/dist/dto/cronJob/cronJob.dto.js +34 -0
  57. package/dist/dto/cronJob/cronJob.dto.js.map +1 -0
  58. package/dist/dto/cronJob/cronJobOptions.dto.d.ts +4 -0
  59. package/dist/dto/cronJob/cronJobOptions.dto.js +28 -0
  60. package/dist/dto/cronJob/cronJobOptions.dto.js.map +1 -0
  61. package/dist/dto/cronJob/cronJobPage.dto.d.ts +13 -0
  62. package/dist/dto/cronJob/cronJobPage.dto.js +28 -0
  63. package/dist/dto/cronJob/cronJobPage.dto.js.map +1 -0
  64. package/dist/dto/exception/exception.dto.d.ts +7 -0
  65. package/dist/dto/exception/exception.dto.js +54 -0
  66. package/dist/dto/exception/exception.dto.js.map +1 -0
  67. package/dist/dto/generic/base.dto.d.ts +15 -0
  68. package/dist/dto/generic/base.dto.js +47 -0
  69. package/dist/dto/generic/base.dto.js.map +1 -0
  70. package/dist/dto/generic/baseView.dto.d.ts +7 -0
  71. package/dist/dto/generic/baseView.dto.js +11 -0
  72. package/dist/dto/generic/baseView.dto.js.map +1 -0
  73. package/dist/dto/generic/bulk.dto.d.ts +8 -0
  74. package/dist/dto/generic/bulk.dto.js +34 -0
  75. package/dist/dto/generic/bulk.dto.js.map +1 -0
  76. package/dist/dto/generic/collectionFilter.dto.d.ts +9 -0
  77. package/dist/dto/generic/collectionFilter.dto.js +72 -0
  78. package/dist/dto/generic/collectionFilter.dto.js.map +1 -0
  79. package/dist/dto/generic/embedded/embedded.dto.d.ts +8 -0
  80. package/dist/dto/generic/embedded/embedded.dto.js +36 -0
  81. package/dist/dto/generic/embedded/embedded.dto.js.map +1 -0
  82. package/dist/dto/generic/filter.dto.d.ts +7 -0
  83. package/dist/dto/generic/filter.dto.js +50 -0
  84. package/dist/dto/generic/filter.dto.js.map +1 -0
  85. package/dist/dto/generic/page.dto.d.ts +8 -0
  86. package/dist/dto/generic/page.dto.js +41 -0
  87. package/dist/dto/generic/page.dto.js.map +1 -0
  88. package/dist/dto/generic/pageInfo.dto.d.ts +6 -0
  89. package/dist/dto/generic/pageInfo.dto.js +47 -0
  90. package/dist/dto/generic/pageInfo.dto.js.map +1 -0
  91. package/dist/dto/incomeYear/bulkUpdateIncomeYear.dto.d.ts +10 -0
  92. package/dist/dto/incomeYear/bulkUpdateIncomeYear.dto.js +9 -0
  93. package/dist/dto/incomeYear/bulkUpdateIncomeYear.dto.js.map +1 -0
  94. package/dist/dto/incomeYear/createIncomeYear.dto.d.ts +5 -0
  95. package/dist/dto/incomeYear/createIncomeYear.dto.js +40 -0
  96. package/dist/dto/incomeYear/createIncomeYear.dto.js.map +1 -0
  97. package/dist/dto/incomeYear/incomeYear.dto.d.ts +9 -0
  98. package/dist/dto/incomeYear/incomeYear.dto.js +40 -0
  99. package/dist/dto/incomeYear/incomeYear.dto.js.map +1 -0
  100. package/dist/dto/incomeYear/incomeYearEmbedded.dto.d.ts +7 -0
  101. package/dist/dto/incomeYear/incomeYearEmbedded.dto.js +38 -0
  102. package/dist/dto/incomeYear/incomeYearEmbedded.dto.js.map +1 -0
  103. package/dist/dto/incomeYear/incomeYearPage.dto.d.ts +13 -0
  104. package/dist/dto/incomeYear/incomeYearPage.dto.js +28 -0
  105. package/dist/dto/incomeYear/incomeYearPage.dto.js.map +1 -0
  106. package/dist/dto/incomeYear/updateIncomeYear.dto.d.ts +5 -0
  107. package/dist/dto/incomeYear/updateIncomeYear.dto.js +41 -0
  108. package/dist/dto/incomeYear/updateIncomeYear.dto.js.map +1 -0
  109. package/dist/dto/latestNotificationTaskView/latestNotificationTaskView.dto.d.ts +8 -0
  110. package/dist/dto/latestNotificationTaskView/latestNotificationTaskView.dto.js +34 -0
  111. package/dist/dto/latestNotificationTaskView/latestNotificationTaskView.dto.js.map +1 -0
  112. package/dist/dto/latestNotificationTaskView/latestNotificationTaskViewEmbedded.dto.d.ts +6 -0
  113. package/dist/dto/latestNotificationTaskView/latestNotificationTaskViewEmbedded.dto.js +32 -0
  114. package/dist/dto/latestNotificationTaskView/latestNotificationTaskViewEmbedded.dto.js.map +1 -0
  115. package/dist/dto/note/bulkUpdateNote.dto.d.ts +10 -0
  116. package/dist/dto/note/bulkUpdateNote.dto.js +9 -0
  117. package/dist/dto/note/bulkUpdateNote.dto.js.map +1 -0
  118. package/dist/dto/note/createNote.dto.d.ts +6 -0
  119. package/dist/dto/note/createNote.dto.js +41 -0
  120. package/dist/dto/note/createNote.dto.js.map +1 -0
  121. package/dist/dto/note/note.dto.d.ts +10 -0
  122. package/dist/dto/note/note.dto.js +41 -0
  123. package/dist/dto/note/note.dto.js.map +1 -0
  124. package/dist/dto/note/noteEmbedded.dto.d.ts +9 -0
  125. package/dist/dto/note/noteEmbedded.dto.js +45 -0
  126. package/dist/dto/note/noteEmbedded.dto.js.map +1 -0
  127. package/dist/dto/note/notePage.dto.d.ts +13 -0
  128. package/dist/dto/note/notePage.dto.js +28 -0
  129. package/dist/dto/note/notePage.dto.js.map +1 -0
  130. package/dist/dto/note/updateNote.dto.d.ts +6 -0
  131. package/dist/dto/note/updateNote.dto.js +42 -0
  132. package/dist/dto/note/updateNote.dto.js.map +1 -0
  133. package/dist/dto/noteTag/bulkUpdateNoteTag.dto.d.ts +10 -0
  134. package/dist/dto/noteTag/bulkUpdateNoteTag.dto.js +9 -0
  135. package/dist/dto/noteTag/bulkUpdateNoteTag.dto.js.map +1 -0
  136. package/dist/dto/noteTag/createNoteTag.dto.d.ts +3 -0
  137. package/dist/dto/noteTag/createNoteTag.dto.js +25 -0
  138. package/dist/dto/noteTag/createNoteTag.dto.js.map +1 -0
  139. package/dist/dto/noteTag/noteTag.dto.d.ts +7 -0
  140. package/dist/dto/noteTag/noteTag.dto.js +30 -0
  141. package/dist/dto/noteTag/noteTag.dto.js.map +1 -0
  142. package/dist/dto/noteTag/noteTagEmbedded.dto.d.ts +7 -0
  143. package/dist/dto/noteTag/noteTagEmbedded.dto.js +38 -0
  144. package/dist/dto/noteTag/noteTagEmbedded.dto.js.map +1 -0
  145. package/dist/dto/noteTag/noteTagPage.dto.d.ts +13 -0
  146. package/dist/dto/noteTag/noteTagPage.dto.js +28 -0
  147. package/dist/dto/noteTag/noteTagPage.dto.js.map +1 -0
  148. package/dist/dto/noteTag/updateNoteTag.dto.d.ts +3 -0
  149. package/dist/dto/noteTag/updateNoteTag.dto.js +25 -0
  150. package/dist/dto/noteTag/updateNoteTag.dto.js.map +1 -0
  151. package/dist/dto/noteTagLink/bulkUpdateNoteTagLink.dto.d.ts +10 -0
  152. package/dist/dto/noteTagLink/bulkUpdateNoteTagLink.dto.js +9 -0
  153. package/dist/dto/noteTagLink/bulkUpdateNoteTagLink.dto.js.map +1 -0
  154. package/dist/dto/noteTagLink/createNoteTagLink.dto.d.ts +4 -0
  155. package/dist/dto/noteTagLink/createNoteTagLink.dto.js +31 -0
  156. package/dist/dto/noteTagLink/createNoteTagLink.dto.js.map +1 -0
  157. package/dist/dto/noteTagLink/noteTagLink.dto.d.ts +8 -0
  158. package/dist/dto/noteTagLink/noteTagLink.dto.js +35 -0
  159. package/dist/dto/noteTagLink/noteTagLink.dto.js.map +1 -0
  160. package/dist/dto/noteTagLink/noteTagLinkEmbedded.dto.d.ts +9 -0
  161. package/dist/dto/noteTagLink/noteTagLinkEmbedded.dto.js +45 -0
  162. package/dist/dto/noteTagLink/noteTagLinkEmbedded.dto.js.map +1 -0
  163. package/dist/dto/noteTagLink/noteTagLinkPage.dto.d.ts +13 -0
  164. package/dist/dto/noteTagLink/noteTagLinkPage.dto.js +28 -0
  165. package/dist/dto/noteTagLink/noteTagLinkPage.dto.js.map +1 -0
  166. package/dist/dto/noteTagLink/updateNoteTagLink.dto.d.ts +4 -0
  167. package/dist/dto/noteTagLink/updateNoteTagLink.dto.js +33 -0
  168. package/dist/dto/noteTagLink/updateNoteTagLink.dto.js.map +1 -0
  169. package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.d.ts +10 -0
  170. package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.js +9 -0
  171. package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.js.map +1 -0
  172. package/dist/dto/notificationTask/createNotificationTaskDto.d.ts +8 -0
  173. package/dist/dto/notificationTask/createNotificationTaskDto.js +53 -0
  174. package/dist/dto/notificationTask/createNotificationTaskDto.js.map +1 -0
  175. package/dist/dto/notificationTask/notificationTaskDto.d.ts +14 -0
  176. package/dist/dto/notificationTask/notificationTaskDto.js +57 -0
  177. package/dist/dto/notificationTask/notificationTaskDto.js.map +1 -0
  178. package/dist/dto/notificationTask/notificationTaskEmbeddedDto.d.ts +7 -0
  179. package/dist/dto/notificationTask/notificationTaskEmbeddedDto.js +38 -0
  180. package/dist/dto/notificationTask/notificationTaskEmbeddedDto.js.map +1 -0
  181. package/dist/dto/notificationTask/notificationTaskPageDto.d.ts +13 -0
  182. package/dist/dto/notificationTask/notificationTaskPageDto.js +28 -0
  183. package/dist/dto/notificationTask/notificationTaskPageDto.js.map +1 -0
  184. package/dist/dto/notificationTask/updateNotificationTaskDto.d.ts +10 -0
  185. package/dist/dto/notificationTask/updateNotificationTaskDto.js +64 -0
  186. package/dist/dto/notificationTask/updateNotificationTaskDto.js.map +1 -0
  187. package/dist/dto/pensionSavingSimulation/pensionSavingSimulation.dto.d.ts +16 -0
  188. package/dist/dto/pensionSavingSimulation/pensionSavingSimulation.dto.js +85 -0
  189. package/dist/dto/pensionSavingSimulation/pensionSavingSimulation.dto.js.map +1 -0
  190. package/dist/dto/pensionSavingSimulation/pensionSavingSimulationScenario.dto.d.ts +5 -0
  191. package/dist/dto/pensionSavingSimulation/pensionSavingSimulationScenario.dto.js +33 -0
  192. package/dist/dto/pensionSavingSimulation/pensionSavingSimulationScenario.dto.js.map +1 -0
  193. package/dist/dto/response/bulkUpdateResponse.dto.d.ts +10 -0
  194. package/dist/dto/response/bulkUpdateResponse.dto.js +9 -0
  195. package/dist/dto/response/bulkUpdateResponse.dto.js.map +1 -0
  196. package/dist/dto/response/createResponse.dto.d.ts +4 -0
  197. package/dist/dto/response/createResponse.dto.js +31 -0
  198. package/dist/dto/response/createResponse.dto.js.map +1 -0
  199. package/dist/dto/response/response.dto.d.ts +14 -0
  200. package/dist/dto/response/response.dto.js +62 -0
  201. package/dist/dto/response/response.dto.js.map +1 -0
  202. package/dist/dto/response/responseEmbedded.dto.d.ts +11 -0
  203. package/dist/dto/response/responseEmbedded.dto.js +52 -0
  204. package/dist/dto/response/responseEmbedded.dto.js.map +1 -0
  205. package/dist/dto/response/responsePage.dto.d.ts +13 -0
  206. package/dist/dto/response/responsePage.dto.js +28 -0
  207. package/dist/dto/response/responsePage.dto.js.map +1 -0
  208. package/dist/dto/response/surveyValidationError.dto.d.ts +5 -0
  209. package/dist/dto/response/surveyValidationError.dto.js +33 -0
  210. package/dist/dto/response/surveyValidationError.dto.js.map +1 -0
  211. package/dist/dto/response/updateResponse.dto.d.ts +8 -0
  212. package/dist/dto/response/updateResponse.dto.js +55 -0
  213. package/dist/dto/response/updateResponse.dto.js.map +1 -0
  214. package/dist/dto/status/component.dto.d.ts +5 -0
  215. package/dist/dto/status/component.dto.js +38 -0
  216. package/dist/dto/status/component.dto.js.map +1 -0
  217. package/dist/dto/status/componentHealth.dto.d.ts +5 -0
  218. package/dist/dto/status/componentHealth.dto.js +33 -0
  219. package/dist/dto/status/componentHealth.dto.js.map +1 -0
  220. package/dist/dto/status/health.dto.d.ts +3 -0
  221. package/dist/dto/status/health.dto.js +23 -0
  222. package/dist/dto/status/health.dto.js.map +1 -0
  223. package/dist/dto/survey/bulkUpdateSurvey.dto.d.ts +10 -0
  224. package/dist/dto/survey/bulkUpdateSurvey.dto.js +9 -0
  225. package/dist/dto/survey/bulkUpdateSurvey.dto.js.map +1 -0
  226. package/dist/dto/survey/createSurvey.dto.d.ts +4 -0
  227. package/dist/dto/survey/createSurvey.dto.js +31 -0
  228. package/dist/dto/survey/createSurvey.dto.js.map +1 -0
  229. package/dist/dto/survey/survey.dto.d.ts +8 -0
  230. package/dist/dto/survey/survey.dto.js +35 -0
  231. package/dist/dto/survey/survey.dto.js.map +1 -0
  232. package/dist/dto/survey/surveyEmbedded.dto.d.ts +9 -0
  233. package/dist/dto/survey/surveyEmbedded.dto.js +45 -0
  234. package/dist/dto/survey/surveyEmbedded.dto.js.map +1 -0
  235. package/dist/dto/survey/surveyPage.dto.d.ts +13 -0
  236. package/dist/dto/survey/surveyPage.dto.js +28 -0
  237. package/dist/dto/survey/surveyPage.dto.js.map +1 -0
  238. package/dist/dto/survey/updateSurvey.dto.d.ts +4 -0
  239. package/dist/dto/survey/updateSurvey.dto.js +33 -0
  240. package/dist/dto/survey/updateSurvey.dto.js.map +1 -0
  241. package/dist/dto/taxReturn/bulkUpdateTaxReturn.dto.d.ts +10 -0
  242. package/dist/dto/taxReturn/bulkUpdateTaxReturn.dto.js +9 -0
  243. package/dist/dto/taxReturn/bulkUpdateTaxReturn.dto.js.map +1 -0
  244. package/dist/dto/taxReturn/taxReturn.dto.d.ts +57 -0
  245. package/dist/dto/taxReturn/taxReturn.dto.js +264 -0
  246. package/dist/dto/taxReturn/taxReturn.dto.js.map +1 -0
  247. package/dist/dto/taxReturn/taxReturnEmbedded.dto.d.ts +19 -0
  248. package/dist/dto/taxReturn/taxReturnEmbedded.dto.js +80 -0
  249. package/dist/dto/taxReturn/taxReturnEmbedded.dto.js.map +1 -0
  250. package/dist/dto/taxReturn/taxReturnPage.dto.d.ts +13 -0
  251. package/dist/dto/taxReturn/taxReturnPage.dto.js +28 -0
  252. package/dist/dto/taxReturn/taxReturnPage.dto.js.map +1 -0
  253. package/dist/dto/taxReturn/updateTaxReturn.dto.d.ts +9 -0
  254. package/dist/dto/taxReturn/updateTaxReturn.dto.js +56 -0
  255. package/dist/dto/taxReturn/updateTaxReturn.dto.js.map +1 -0
  256. package/dist/dto/taxReturnAccessRight/createManyTaxReturnAccessRight.dto.d.ts +4 -0
  257. package/dist/dto/taxReturnAccessRight/createManyTaxReturnAccessRight.dto.js +32 -0
  258. package/dist/dto/taxReturnAccessRight/createManyTaxReturnAccessRight.dto.js.map +1 -0
  259. package/dist/dto/taxReturnAccessRight/createTaxReturnAccessRight.dto.d.ts +5 -0
  260. package/dist/dto/taxReturnAccessRight/createTaxReturnAccessRight.dto.js +38 -0
  261. package/dist/dto/taxReturnAccessRight/createTaxReturnAccessRight.dto.js.map +1 -0
  262. package/dist/dto/taxReturnAccessRight/taxReturnAccessRight.dto.d.ts +9 -0
  263. package/dist/dto/taxReturnAccessRight/taxReturnAccessRight.dto.js +40 -0
  264. package/dist/dto/taxReturnAccessRight/taxReturnAccessRight.dto.js.map +1 -0
  265. package/dist/dto/taxReturnAccessRight/taxReturnAccessRightEmbedded.dto.d.ts +8 -0
  266. package/dist/dto/taxReturnAccessRight/taxReturnAccessRightEmbedded.dto.js +44 -0
  267. package/dist/dto/taxReturnAccessRight/taxReturnAccessRightEmbedded.dto.js.map +1 -0
  268. package/dist/dto/taxReturnAccessRight/taxReturnAccessRightPage.dto.d.ts +13 -0
  269. package/dist/dto/taxReturnAccessRight/taxReturnAccessRightPage.dto.js +28 -0
  270. package/dist/dto/taxReturnAccessRight/taxReturnAccessRightPage.dto.js.map +1 -0
  271. package/dist/dto/taxReturnCalculated/taxReturnCalculatedView.dto.d.ts +15 -0
  272. package/dist/dto/taxReturnCalculated/taxReturnCalculatedView.dto.js +70 -0
  273. package/dist/dto/taxReturnCalculated/taxReturnCalculatedView.dto.js.map +1 -0
  274. package/dist/dto/taxReturnCalculated/taxReturnCalculatedViewEmbedded.dto.d.ts +4 -0
  275. package/dist/dto/taxReturnCalculated/taxReturnCalculatedViewEmbedded.dto.js +25 -0
  276. package/dist/dto/taxReturnCalculated/taxReturnCalculatedViewEmbedded.dto.js.map +1 -0
  277. package/dist/dto/team/bulkUpdateTeam.dto.d.ts +10 -0
  278. package/dist/dto/team/bulkUpdateTeam.dto.js +9 -0
  279. package/dist/dto/team/bulkUpdateTeam.dto.js.map +1 -0
  280. package/dist/dto/team/createTeam.dto.d.ts +4 -0
  281. package/dist/dto/team/createTeam.dto.js +31 -0
  282. package/dist/dto/team/createTeam.dto.js.map +1 -0
  283. package/dist/dto/team/team.dto.d.ts +7 -0
  284. package/dist/dto/team/team.dto.js +30 -0
  285. package/dist/dto/team/team.dto.js.map +1 -0
  286. package/dist/dto/team/teamEmbedded.dto.d.ts +7 -0
  287. package/dist/dto/team/teamEmbedded.dto.js +38 -0
  288. package/dist/dto/team/teamEmbedded.dto.js.map +1 -0
  289. package/dist/dto/team/teamPage.dto.d.ts +13 -0
  290. package/dist/dto/team/teamPage.dto.js +28 -0
  291. package/dist/dto/team/teamPage.dto.js.map +1 -0
  292. package/dist/dto/team/updateTeam.dto.d.ts +4 -0
  293. package/dist/dto/team/updateTeam.dto.js +33 -0
  294. package/dist/dto/team/updateTeam.dto.js.map +1 -0
  295. package/dist/dto/user/bulkUpdateUser.dto.d.ts +10 -0
  296. package/dist/dto/user/bulkUpdateUser.dto.js +9 -0
  297. package/dist/dto/user/bulkUpdateUser.dto.js.map +1 -0
  298. package/dist/dto/user/createUser.dto.d.ts +2 -0
  299. package/dist/dto/user/createUser.dto.js +7 -0
  300. package/dist/dto/user/createUser.dto.js.map +1 -0
  301. package/dist/dto/user/updateUser.dto.d.ts +2 -0
  302. package/dist/dto/user/updateUser.dto.js +7 -0
  303. package/dist/dto/user/updateUser.dto.js.map +1 -0
  304. package/dist/dto/user/user.dto.d.ts +9 -0
  305. package/dist/dto/user/user.dto.js +36 -0
  306. package/dist/dto/user/user.dto.js.map +1 -0
  307. package/dist/dto/user/userEmbedded.dto.d.ts +7 -0
  308. package/dist/dto/user/userEmbedded.dto.js +38 -0
  309. package/dist/dto/user/userEmbedded.dto.js.map +1 -0
  310. package/dist/dto/user/userPage.dto.d.ts +13 -0
  311. package/dist/dto/user/userPage.dto.js +28 -0
  312. package/dist/dto/user/userPage.dto.js.map +1 -0
  313. package/dist/enum/attachmentStatus.enum.d.ts +6 -0
  314. package/dist/enum/attachmentStatus.enum.js +11 -0
  315. package/dist/enum/attachmentStatus.enum.js.map +1 -0
  316. package/dist/enum/attachmentType.enum.d.ts +8 -0
  317. package/dist/enum/attachmentType.enum.js +13 -0
  318. package/dist/enum/attachmentType.enum.js.map +1 -0
  319. package/dist/enum/attachmentUploadStatus.enum.d.ts +5 -0
  320. package/dist/enum/attachmentUploadStatus.enum.js +10 -0
  321. package/dist/enum/attachmentUploadStatus.enum.js.map +1 -0
  322. package/dist/enum/language.enum.d.ts +7 -0
  323. package/dist/enum/language.enum.js +12 -0
  324. package/dist/enum/language.enum.js.map +1 -0
  325. package/dist/enum/noteStatus.enum.d.ts +5 -0
  326. package/dist/enum/noteStatus.enum.js +10 -0
  327. package/dist/enum/noteStatus.enum.js.map +1 -0
  328. package/dist/enum/notificationTaskStatus.enum.d.ts +7 -0
  329. package/dist/enum/notificationTaskStatus.enum.js +12 -0
  330. package/dist/enum/notificationTaskStatus.enum.js.map +1 -0
  331. package/dist/enum/notificationTaskType.enum.d.ts +16 -0
  332. package/dist/enum/notificationTaskType.enum.js +21 -0
  333. package/dist/enum/notificationTaskType.enum.js.map +1 -0
  334. package/dist/enum/role.enum.d.ts +6 -0
  335. package/dist/enum/role.enum.js +11 -0
  336. package/dist/enum/role.enum.js.map +1 -0
  337. package/dist/enum/taxReturnErrorStatus.enum.d.ts +10 -0
  338. package/dist/enum/taxReturnErrorStatus.enum.js +15 -0
  339. package/dist/enum/taxReturnErrorStatus.enum.js.map +1 -0
  340. package/dist/enum/taxReturnStatus.enum.d.ts +14 -0
  341. package/dist/enum/taxReturnStatus.enum.js +19 -0
  342. package/dist/enum/taxReturnStatus.enum.js.map +1 -0
  343. package/dist/enum/taxReturnTowStatus.enum.d.ts +9 -0
  344. package/dist/enum/taxReturnTowStatus.enum.js +14 -0
  345. package/dist/enum/taxReturnTowStatus.enum.js.map +1 -0
  346. package/dist/exception/validationException.d.ts +5 -0
  347. package/dist/exception/validationException.js +10 -0
  348. package/dist/exception/validationException.js.map +1 -0
  349. package/dist/index.d.ts +129 -0
  350. package/dist/index.js +263 -0
  351. package/dist/index.js.map +1 -0
  352. package/dist/nestjs.d.ts +11 -0
  353. package/dist/nestjs.js +18 -0
  354. package/dist/nestjs.js.map +1 -0
  355. package/dist/tsconfig.tsbuildinfo +1 -0
  356. package/dist/util/convertAndValidate.d.ts +1 -0
  357. package/dist/util/convertAndValidate.js +47 -0
  358. package/dist/util/convertAndValidate.js.map +1 -0
  359. package/dist/util/isBiggerThan.validator.d.ts +2 -0
  360. package/dist/util/isBiggerThan.validator.js +40 -0
  361. package/dist/util/isBiggerThan.validator.js.map +1 -0
  362. package/dist/util/isEmptyAttribute.validator.d.ts +2 -0
  363. package/dist/util/isEmptyAttribute.validator.js +42 -0
  364. package/dist/util/isEmptyAttribute.validator.js.map +1 -0
  365. package/dist/util/isRequiredFieldValue.validator.d.ts +2 -0
  366. package/dist/util/isRequiredFieldValue.validator.js +43 -0
  367. package/dist/util/isRequiredFieldValue.validator.js.map +1 -0
  368. package/dist/util/isRequiredFields.validator.d.ts +2 -0
  369. package/dist/util/isRequiredFields.validator.js +39 -0
  370. package/dist/util/isRequiredFields.validator.js.map +1 -0
  371. package/dist/util/isSmallerThan.validator.d.ts +2 -0
  372. package/dist/util/isSmallerThan.validator.js +40 -0
  373. package/dist/util/isSmallerThan.validator.js.map +1 -0
  374. package/dist/util/isTimeString.validator.d.ts +2 -0
  375. package/dist/util/isTimeString.validator.js +36 -0
  376. package/dist/util/isTimeString.validator.js.map +1 -0
  377. package/dist/util/transformDefault.d.ts +1 -0
  378. package/dist/util/transformDefault.js +10 -0
  379. package/dist/util/transformDefault.js.map +1 -0
  380. package/dist/util/transformEmbedded.d.ts +1 -0
  381. package/dist/util/transformEmbedded.js +31 -0
  382. package/dist/util/transformEmbedded.js.map +1 -0
  383. package/dist/util/transformFloat.d.ts +1 -0
  384. package/dist/util/transformFloat.js +21 -0
  385. package/dist/util/transformFloat.js.map +1 -0
  386. package/dist/util/transformInteger.d.ts +1 -0
  387. package/dist/util/transformInteger.js +21 -0
  388. package/dist/util/transformInteger.js.map +1 -0
  389. package/dist/util/transformTime.d.ts +1 -0
  390. package/dist/util/transformTime.js +13 -0
  391. package/dist/util/transformTime.js.map +1 -0
  392. package/dist/util/transformTotal.d.ts +1 -0
  393. package/dist/util/transformTotal.js +16 -0
  394. package/dist/util/transformTotal.js.map +1 -0
  395. package/dist/util/transformTrimString.d.ts +1 -0
  396. package/dist/util/transformTrimString.js +23 -0
  397. package/dist/util/transformTrimString.js.map +1 -0
  398. package/package.json +28 -0
@@ -0,0 +1,22 @@
1
+ import { AttachmentEmbeddedDto } from './attachmentEmbedded.dto';
2
+ import { AttachmentUploadStatusEnum } from '../../enum/attachmentUploadStatus.enum';
3
+ import { AttachmentTypeEnum } from '../../enum/attachmentType.enum';
4
+ import { AttachmentStatusEnum } from '../../enum/attachmentStatus.enum';
5
+ declare const AttachmentDto_base: import("../generic/base.dto").BaseDtoType<AttachmentEmbeddedDto>;
6
+ export declare class AttachmentDto extends AttachmentDto_base {
7
+ id: string;
8
+ name: string;
9
+ questionIdentifier: string;
10
+ indexNumber: number;
11
+ presignedUrl: string;
12
+ fileSize: number;
13
+ mimeType: string;
14
+ description: string;
15
+ isVisible: boolean;
16
+ type: AttachmentTypeEnum;
17
+ status: AttachmentStatusEnum;
18
+ uploadStatus: AttachmentUploadStatusEnum;
19
+ storageId: string;
20
+ taxReturnId: string;
21
+ }
22
+ export {};
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AttachmentDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const nestjs_1 = require("../../nestjs");
15
+ const base_dto_1 = require("../generic/base.dto");
16
+ const attachmentEmbedded_dto_1 = require("./attachmentEmbedded.dto");
17
+ const attachmentUploadStatus_enum_1 = require("../../enum/attachmentUploadStatus.enum");
18
+ const attachmentType_enum_1 = require("../../enum/attachmentType.enum");
19
+ const attachmentStatus_enum_1 = require("../../enum/attachmentStatus.enum");
20
+ class AttachmentDto extends (0, base_dto_1.BaseDto)(attachmentEmbedded_dto_1.AttachmentEmbeddedDto) {
21
+ }
22
+ exports.AttachmentDto = AttachmentDto;
23
+ __decorate([
24
+ (0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
25
+ (0, class_transformer_1.Expose)(),
26
+ __metadata("design:type", String)
27
+ ], AttachmentDto.prototype, "id", void 0);
28
+ __decorate([
29
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
30
+ (0, class_transformer_1.Expose)(),
31
+ __metadata("design:type", String)
32
+ ], AttachmentDto.prototype, "name", void 0);
33
+ __decorate([
34
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
35
+ (0, class_transformer_1.Expose)(),
36
+ __metadata("design:type", String)
37
+ ], AttachmentDto.prototype, "questionIdentifier", void 0);
38
+ __decorate([
39
+ (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
40
+ (0, class_transformer_1.Expose)(),
41
+ __metadata("design:type", Number)
42
+ ], AttachmentDto.prototype, "indexNumber", void 0);
43
+ __decorate([
44
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
45
+ (0, class_transformer_1.Expose)(),
46
+ __metadata("design:type", String)
47
+ ], AttachmentDto.prototype, "presignedUrl", void 0);
48
+ __decorate([
49
+ (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
50
+ (0, class_transformer_1.Expose)(),
51
+ __metadata("design:type", Number)
52
+ ], AttachmentDto.prototype, "fileSize", void 0);
53
+ __decorate([
54
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
55
+ (0, class_transformer_1.Expose)(),
56
+ __metadata("design:type", String)
57
+ ], AttachmentDto.prototype, "mimeType", void 0);
58
+ __decorate([
59
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
60
+ (0, class_transformer_1.Expose)(),
61
+ __metadata("design:type", String)
62
+ ], AttachmentDto.prototype, "description", void 0);
63
+ __decorate([
64
+ (0, nestjs_1.ApiProperty)({ type: Boolean, required: true }),
65
+ (0, class_transformer_1.Expose)(),
66
+ __metadata("design:type", Boolean)
67
+ ], AttachmentDto.prototype, "isVisible", void 0);
68
+ __decorate([
69
+ (0, nestjs_1.ApiProperty)({ enum: attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum, required: true }),
70
+ (0, class_transformer_1.Expose)(),
71
+ __metadata("design:type", String)
72
+ ], AttachmentDto.prototype, "type", void 0);
73
+ __decorate([
74
+ (0, nestjs_1.ApiProperty)({ enum: attachmentStatus_enum_1.AttachmentStatusEnum, required: true }),
75
+ (0, class_transformer_1.Expose)(),
76
+ __metadata("design:type", String)
77
+ ], AttachmentDto.prototype, "status", void 0);
78
+ __decorate([
79
+ (0, nestjs_1.ApiProperty)({ enum: attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum, required: true }),
80
+ (0, class_transformer_1.Expose)(),
81
+ __metadata("design:type", String)
82
+ ], AttachmentDto.prototype, "uploadStatus", void 0);
83
+ __decorate([
84
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
85
+ (0, class_transformer_1.Expose)(),
86
+ __metadata("design:type", String)
87
+ ], AttachmentDto.prototype, "storageId", void 0);
88
+ __decorate([
89
+ (0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
90
+ (0, class_transformer_1.Expose)(),
91
+ __metadata("design:type", String)
92
+ ], AttachmentDto.prototype, "taxReturnId", void 0);
93
+ //# sourceMappingURL=attachment.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAE9C,qEAAiE;AACjE,wFAAoF;AACpF,wEAAoE;AACpE,4EAAwE;AAExE,MAAa,aAAc,SAAQ,IAAA,kBAAO,EAAC,8CAAqB,CAAC;CAwDhE;AAxDD,sCAwDC;AArDA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;yCACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2CACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+CACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+CACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;gDACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;2CACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAA,0BAAM,GAAE;;6CACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;mDACiC;AAI1C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gDACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACW"}
@@ -0,0 +1,9 @@
1
+ import { TaxReturnDto } from '../taxReturn/taxReturn.dto';
2
+ import { UserDto } from '../user/user.dto';
3
+ import { AttachmentTagLinkDto } from '../attachmentTagLink/attachmentTagLink.dto';
4
+ export declare class AttachmentEmbeddedDto {
5
+ taxReturn?: TaxReturnDto;
6
+ attachmentTagLinks?: AttachmentTagLinkDto[];
7
+ createdBy?: UserDto;
8
+ updatedBy?: UserDto;
9
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AttachmentEmbeddedDto = void 0;
13
+ const taxReturn_dto_1 = require("../taxReturn/taxReturn.dto");
14
+ const nestjs_1 = require("../../nestjs");
15
+ const class_transformer_1 = require("class-transformer");
16
+ const user_dto_1 = require("../user/user.dto");
17
+ const attachmentTagLink_dto_1 = require("../attachmentTagLink/attachmentTagLink.dto");
18
+ class AttachmentEmbeddedDto {
19
+ }
20
+ exports.AttachmentEmbeddedDto = AttachmentEmbeddedDto;
21
+ __decorate([
22
+ (0, nestjs_1.ApiProperty)({ type: () => taxReturn_dto_1.TaxReturnDto, required: true }),
23
+ (0, class_transformer_1.Type)(() => taxReturn_dto_1.TaxReturnDto),
24
+ (0, class_transformer_1.Expose)(),
25
+ __metadata("design:type", taxReturn_dto_1.TaxReturnDto)
26
+ ], AttachmentEmbeddedDto.prototype, "taxReturn", void 0);
27
+ __decorate([
28
+ (0, nestjs_1.ApiProperty)({ type: () => [attachmentTagLink_dto_1.AttachmentTagLinkDto], required: true }),
29
+ (0, class_transformer_1.Type)(() => attachmentTagLink_dto_1.AttachmentTagLinkDto),
30
+ (0, class_transformer_1.Expose)(),
31
+ __metadata("design:type", Array)
32
+ ], AttachmentEmbeddedDto.prototype, "attachmentTagLinks", void 0);
33
+ __decorate([
34
+ (0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
35
+ (0, class_transformer_1.Type)(() => user_dto_1.UserDto),
36
+ (0, class_transformer_1.Expose)(),
37
+ __metadata("design:type", user_dto_1.UserDto)
38
+ ], AttachmentEmbeddedDto.prototype, "createdBy", void 0);
39
+ __decorate([
40
+ (0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
41
+ (0, class_transformer_1.Type)(() => user_dto_1.UserDto),
42
+ (0, class_transformer_1.Expose)(),
43
+ __metadata("design:type", user_dto_1.UserDto)
44
+ ], AttachmentEmbeddedDto.prototype, "updatedBy", void 0);
45
+ //# sourceMappingURL=attachmentEmbedded.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachmentEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,sFAAkF;AAElF,MAAa,qBAAqB;CAoBjC;AApBD,sDAoBC;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,0BAAM,GAAE;8BACG,4BAAY;wDAAC;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,4CAAoB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACnE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4CAAoB,CAAC;IAChC,IAAA,0BAAM,GAAE;;iEACmC;AAK5C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;wDAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;wDAAC"}
@@ -0,0 +1,13 @@
1
+ import { AttachmentDto } from './attachment.dto';
2
+ declare class EmbeddedAttachment {
3
+ attachments?: AttachmentDto[];
4
+ }
5
+ declare const AttachmentPageDto_base: {
6
+ new (): {
7
+ _page: import("../..").PageInfoDto;
8
+ _embedded: EmbeddedAttachment;
9
+ };
10
+ };
11
+ export declare class AttachmentPageDto extends AttachmentPageDto_base {
12
+ }
13
+ export {};
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AttachmentPageDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const nestjs_1 = require("../../nestjs");
15
+ const page_dto_1 = require("../generic/page.dto");
16
+ const attachment_dto_1 = require("./attachment.dto");
17
+ class EmbeddedAttachment {
18
+ }
19
+ __decorate([
20
+ (0, nestjs_1.ApiProperty)({ type: () => [attachment_dto_1.AttachmentDto], required: false }),
21
+ (0, class_transformer_1.Type)(() => attachment_dto_1.AttachmentDto),
22
+ (0, class_transformer_1.Expose)({ name: 'items' }),
23
+ __metadata("design:type", Array)
24
+ ], EmbeddedAttachment.prototype, "attachments", void 0);
25
+ class AttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
26
+ }
27
+ exports.AttachmentPageDto = AttachmentPageDto;
28
+ //# sourceMappingURL=attachmentPage.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachmentPage.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,kDAA8C;AAC9C,qDAAiD;AAEjD,MAAM,kBAAkB;CAKvB;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,8BAAa,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC7D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IACzB,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uDACI;AAG/B,MAAa,iBAAkB,SAAQ,IAAA,kBAAO,EAAC,kBAAkB,CAAC;CAAG;AAArE,8CAAqE"}
@@ -0,0 +1,10 @@
1
+ declare const BulkUpdateAttachmentDto_base: {
2
+ new (): {
3
+ items: {
4
+ id: string;
5
+ }[];
6
+ };
7
+ };
8
+ export declare class BulkUpdateAttachmentDto extends BulkUpdateAttachmentDto_base {
9
+ }
10
+ export {};
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BulkUpdateAttachmentDto = void 0;
4
+ const updateAttachment_dto_1 = require("./updateAttachment.dto");
5
+ const bulk_dto_1 = require("../generic/bulk.dto");
6
+ class BulkUpdateAttachmentDto extends (0, bulk_dto_1.BulkDto)(updateAttachment_dto_1.UpdateAttachmentDto) {
7
+ }
8
+ exports.BulkUpdateAttachmentDto = BulkUpdateAttachmentDto;
9
+ //# sourceMappingURL=bulkUpdateAttachment.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulkUpdateAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/bulkUpdateAttachment.dto.ts"],"names":[],"mappings":";;;AAAA,iEAA6D;AAC7D,kDAA8C;AAE9C,MAAa,uBAAwB,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;CAAG;AAA5E,0DAA4E"}
@@ -0,0 +1,9 @@
1
+ import { AttachmentTypeEnum } from '../../enum/attachmentType.enum';
2
+ export declare class CreateAttachmentDto {
3
+ name: string;
4
+ isVisible?: boolean;
5
+ questionIdentifier?: string;
6
+ description?: string;
7
+ type: AttachmentTypeEnum;
8
+ taxReturnId: string;
9
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CreateAttachmentDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ const nestjs_1 = require("../../nestjs");
16
+ const lodash_1 = require("lodash");
17
+ const attachmentType_enum_1 = require("../../enum/attachmentType.enum");
18
+ class CreateAttachmentDto {
19
+ }
20
+ exports.CreateAttachmentDto = CreateAttachmentDto;
21
+ __decorate([
22
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.Matches)(/.*\.(pdf|png|jpeg|jpg)$/i, {
25
+ message: 'Supported filetypes are PDF, PNG, JPEG, or JPG',
26
+ }),
27
+ (0, class_transformer_1.Expose)(),
28
+ __metadata("design:type", String)
29
+ ], CreateAttachmentDto.prototype, "name", void 0);
30
+ __decorate([
31
+ (0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
32
+ (0, class_transformer_1.Expose)(),
33
+ (0, class_validator_1.IsBoolean)(),
34
+ (0, class_validator_1.IsOptional)(),
35
+ __metadata("design:type", Boolean)
36
+ ], CreateAttachmentDto.prototype, "isVisible", void 0);
37
+ __decorate([
38
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
39
+ (0, class_transformer_1.Expose)(),
40
+ __metadata("design:type", String)
41
+ ], CreateAttachmentDto.prototype, "questionIdentifier", void 0);
42
+ __decorate([
43
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
44
+ (0, class_validator_1.IsOptional)(),
45
+ (0, class_validator_1.IsString)(),
46
+ (0, class_transformer_1.Expose)(),
47
+ __metadata("design:type", String)
48
+ ], CreateAttachmentDto.prototype, "description", void 0);
49
+ __decorate([
50
+ (0, nestjs_1.ApiProperty)({ enum: attachmentType_enum_1.AttachmentTypeEnum, required: true }),
51
+ (0, class_validator_1.IsIn)((0, lodash_1.values)(attachmentType_enum_1.AttachmentTypeEnum)),
52
+ (0, class_transformer_1.Expose)(),
53
+ __metadata("design:type", String)
54
+ ], CreateAttachmentDto.prototype, "type", void 0);
55
+ __decorate([
56
+ (0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
57
+ (0, class_validator_1.IsUUID)(4),
58
+ (0, class_transformer_1.Expose)(),
59
+ __metadata("design:type", String)
60
+ ], CreateAttachmentDto.prototype, "taxReturnId", void 0);
61
+ //# sourceMappingURL=createAttachment.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/createAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAyF;AACzF,yCAA2C;AAE3C,mCAAgC;AAChC,wEAAoE;AAEpE,MAAa,mBAAmB;CAiC/B;AAjCD,kDAiCC;AA1BA;IANC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,yBAAO,EAAC,0BAA0B,EAAE;QACpC,OAAO,EAAE,gDAAgD;KACzD,CAAC;IACD,IAAA,0BAAM,GAAE;;iDACI;AAMb;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;IACR,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACO;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;+DACmB;AAM5B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;wDACY;AAIrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,wCAAkB,CAAC,CAAC;IAChC,IAAA,0BAAM,GAAE;;iDACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;wDACW"}
@@ -0,0 +1,9 @@
1
+ import { AttachmentUploadStatusEnum } from '../../enum/attachmentUploadStatus.enum';
2
+ import { AttachmentStatusEnum } from '../../enum/attachmentStatus.enum';
3
+ export declare class UpdateAttachmentDto {
4
+ name?: string;
5
+ description?: string;
6
+ isVisible?: boolean;
7
+ uploadStatus?: AttachmentUploadStatusEnum;
8
+ status?: AttachmentStatusEnum;
9
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.UpdateAttachmentDto = void 0;
13
+ const nestjs_1 = require("../../nestjs");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const class_validator_1 = require("class-validator");
16
+ const lodash_1 = require("lodash");
17
+ const attachmentUploadStatus_enum_1 = require("../../enum/attachmentUploadStatus.enum");
18
+ const attachmentStatus_enum_1 = require("../../enum/attachmentStatus.enum");
19
+ class UpdateAttachmentDto {
20
+ }
21
+ exports.UpdateAttachmentDto = UpdateAttachmentDto;
22
+ __decorate([
23
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
24
+ (0, class_validator_1.IsOptional)(),
25
+ (0, class_validator_1.IsString)(),
26
+ (0, class_transformer_1.Expose)(),
27
+ __metadata("design:type", String)
28
+ ], UpdateAttachmentDto.prototype, "name", void 0);
29
+ __decorate([
30
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
31
+ (0, class_validator_1.IsOptional)(),
32
+ (0, class_validator_1.IsString)(),
33
+ (0, class_transformer_1.Expose)(),
34
+ __metadata("design:type", String)
35
+ ], UpdateAttachmentDto.prototype, "description", void 0);
36
+ __decorate([
37
+ (0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
38
+ (0, class_transformer_1.Expose)(),
39
+ (0, class_validator_1.IsBoolean)(),
40
+ (0, class_validator_1.IsOptional)(),
41
+ __metadata("design:type", Boolean)
42
+ ], UpdateAttachmentDto.prototype, "isVisible", void 0);
43
+ __decorate([
44
+ (0, nestjs_1.ApiProperty)({ enum: attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum, required: false }),
45
+ (0, class_validator_1.IsOptional)(),
46
+ (0, class_validator_1.IsIn)((0, lodash_1.values)(attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum)),
47
+ (0, class_transformer_1.Expose)(),
48
+ __metadata("design:type", String)
49
+ ], UpdateAttachmentDto.prototype, "uploadStatus", void 0);
50
+ __decorate([
51
+ (0, nestjs_1.ApiProperty)({ enum: attachmentStatus_enum_1.AttachmentStatusEnum, required: false }),
52
+ (0, class_validator_1.IsOptional)(),
53
+ (0, class_validator_1.IsIn)((0, lodash_1.values)(attachmentStatus_enum_1.AttachmentStatusEnum)),
54
+ (0, class_transformer_1.Expose)(),
55
+ __metadata("design:type", String)
56
+ ], UpdateAttachmentDto.prototype, "status", void 0);
57
+ //# sourceMappingURL=updateAttachment.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/updateAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,qDAAwE;AACxE,mCAAgC;AAChC,wFAAoF;AACpF,4EAAwE;AAExE,MAAa,mBAAmB;CA8B/B;AA9BD,kDA8BC;AAzBA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;iDACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;wDACY;AAMrB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;IACR,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACO;AAMpB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAClE,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,wDAA0B,CAAC,CAAC;IACxC,IAAA,0BAAM,GAAE;;yDACiC;AAM1C;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,4CAAoB,CAAC,CAAC;IAClC,IAAA,0BAAM,GAAE;;mDACqB"}
@@ -0,0 +1,7 @@
1
+ import { AttachmentTagEmbeddedDto } from './attachmentTagEmbedded.dto';
2
+ declare const AttachmentTagDto_base: import("../generic/base.dto").BaseDtoType<AttachmentTagEmbeddedDto>;
3
+ export declare class AttachmentTagDto extends AttachmentTagDto_base {
4
+ id: string;
5
+ label: string;
6
+ }
7
+ export {};
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AttachmentTagDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const nestjs_1 = require("../../nestjs");
15
+ const base_dto_1 = require("../generic/base.dto");
16
+ const attachmentTagEmbedded_dto_1 = require("./attachmentTagEmbedded.dto");
17
+ class AttachmentTagDto extends (0, base_dto_1.BaseDto)(attachmentTagEmbedded_dto_1.AttachmentTagEmbeddedDto) {
18
+ }
19
+ exports.AttachmentTagDto = AttachmentTagDto;
20
+ __decorate([
21
+ (0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
22
+ (0, class_transformer_1.Expose)(),
23
+ __metadata("design:type", String)
24
+ ], AttachmentTagDto.prototype, "id", void 0);
25
+ __decorate([
26
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
27
+ (0, class_transformer_1.Expose)(),
28
+ __metadata("design:type", String)
29
+ ], AttachmentTagDto.prototype, "label", void 0);
30
+ //# sourceMappingURL=attachmentTag.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachmentTag.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/attachmentTag.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C,2EAAuE;AAEvE,MAAa,gBAAiB,SAAQ,IAAA,kBAAO,EAAC,oDAAwB,CAAC;CAQtE;AARD,4CAQC;AALA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+CACM"}
@@ -0,0 +1,7 @@
1
+ import { UserDto } from '../user/user.dto';
2
+ import { AttachmentTagLinkDto } from '../attachmentTagLink/attachmentTagLink.dto';
3
+ export declare class AttachmentTagEmbeddedDto {
4
+ attachmentTagLinks?: AttachmentTagLinkDto[];
5
+ createdBy?: UserDto;
6
+ updatedBy?: UserDto;
7
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AttachmentTagEmbeddedDto = void 0;
13
+ const nestjs_1 = require("../../nestjs");
14
+ const user_dto_1 = require("../user/user.dto");
15
+ const class_transformer_1 = require("class-transformer");
16
+ const attachmentTagLink_dto_1 = require("../attachmentTagLink/attachmentTagLink.dto");
17
+ class AttachmentTagEmbeddedDto {
18
+ }
19
+ exports.AttachmentTagEmbeddedDto = AttachmentTagEmbeddedDto;
20
+ __decorate([
21
+ (0, nestjs_1.ApiProperty)({ type: () => [attachmentTagLink_dto_1.AttachmentTagLinkDto], required: false }),
22
+ (0, class_transformer_1.Type)(() => attachmentTagLink_dto_1.AttachmentTagLinkDto),
23
+ (0, class_transformer_1.Expose)(),
24
+ __metadata("design:type", Array)
25
+ ], AttachmentTagEmbeddedDto.prototype, "attachmentTagLinks", void 0);
26
+ __decorate([
27
+ (0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
28
+ (0, class_transformer_1.Type)(() => user_dto_1.UserDto),
29
+ (0, class_transformer_1.Expose)(),
30
+ __metadata("design:type", user_dto_1.UserDto)
31
+ ], AttachmentTagEmbeddedDto.prototype, "createdBy", void 0);
32
+ __decorate([
33
+ (0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
34
+ (0, class_transformer_1.Type)(() => user_dto_1.UserDto),
35
+ (0, class_transformer_1.Expose)(),
36
+ __metadata("design:type", user_dto_1.UserDto)
37
+ ], AttachmentTagEmbeddedDto.prototype, "updatedBy", void 0);
38
+ //# sourceMappingURL=attachmentTagEmbedded.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachmentTagEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/attachmentTagEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,+CAA2C;AAC3C,yDAAiD;AACjD,sFAAkF;AAElF,MAAa,wBAAwB;CAepC;AAfD,4DAeC;AAXA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,4CAAoB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACpE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4CAAoB,CAAC;IAChC,IAAA,0BAAM,GAAE;;oEACmC;AAK5C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC"}
@@ -0,0 +1,13 @@
1
+ import { AttachmentTagDto } from './attachmentTag.dto';
2
+ declare class EmbeddedAttachmentTag {
3
+ attachmentTags?: AttachmentTagDto[];
4
+ }
5
+ declare const AttachmentTagPageDto_base: {
6
+ new (): {
7
+ _page: import("../..").PageInfoDto;
8
+ _embedded: EmbeddedAttachmentTag;
9
+ };
10
+ };
11
+ export declare class AttachmentTagPageDto extends AttachmentTagPageDto_base {
12
+ }
13
+ export {};
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AttachmentTagPageDto = void 0;
13
+ const nestjs_1 = require("../../nestjs");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const page_dto_1 = require("../generic/page.dto");
16
+ const attachmentTag_dto_1 = require("./attachmentTag.dto");
17
+ class EmbeddedAttachmentTag {
18
+ }
19
+ __decorate([
20
+ (0, nestjs_1.ApiProperty)({ type: () => [attachmentTag_dto_1.AttachmentTagDto], required: false }),
21
+ (0, class_transformer_1.Type)(() => attachmentTag_dto_1.AttachmentTagDto),
22
+ (0, class_transformer_1.Expose)({ name: 'items' }),
23
+ __metadata("design:type", Array)
24
+ ], EmbeddedAttachmentTag.prototype, "attachmentTags", void 0);
25
+ class AttachmentTagPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachmentTag) {
26
+ }
27
+ exports.AttachmentTagPageDto = AttachmentTagPageDto;
28
+ //# sourceMappingURL=attachmentTagPage.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachmentTagPage.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/attachmentTagPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,kDAA8C;AAC9C,2DAAuD;AAEvD,MAAM,qBAAqB;CAK1B;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,oCAAgB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;IAC5B,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;6DACU;AAGrC,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAAC,qBAAqB,CAAC;CAAG;AAA3E,oDAA2E"}
@@ -0,0 +1,10 @@
1
+ declare const BulkUpdateAttachmentTagDto_base: {
2
+ new (): {
3
+ items: {
4
+ id: string;
5
+ }[];
6
+ };
7
+ };
8
+ export declare class BulkUpdateAttachmentTagDto extends BulkUpdateAttachmentTagDto_base {
9
+ }
10
+ export {};
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BulkUpdateAttachmentTagDto = void 0;
4
+ const updateAttachmentTag_dto_1 = require("./updateAttachmentTag.dto");
5
+ const bulk_dto_1 = require("../generic/bulk.dto");
6
+ class BulkUpdateAttachmentTagDto extends (0, bulk_dto_1.BulkDto)(updateAttachmentTag_dto_1.UpdateAttachmentTagDto) {
7
+ }
8
+ exports.BulkUpdateAttachmentTagDto = BulkUpdateAttachmentTagDto;
9
+ //# sourceMappingURL=bulkUpdateAttachmentTag.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulkUpdateAttachmentTag.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/bulkUpdateAttachmentTag.dto.ts"],"names":[],"mappings":";;;AAAA,uEAAmE;AACnE,kDAA8C;AAE9C,MAAa,0BAA2B,SAAQ,IAAA,kBAAO,EACtD,gDAAsB,CACtB;CAAG;AAFJ,gEAEI"}
@@ -0,0 +1,3 @@
1
+ export declare class CreateAttachmentTagDto {
2
+ label: string;
3
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CreateAttachmentTagDto = void 0;
13
+ const nestjs_1 = require("../../nestjs");
14
+ const class_validator_1 = require("class-validator");
15
+ const class_transformer_1 = require("class-transformer");
16
+ class CreateAttachmentTagDto {
17
+ }
18
+ exports.CreateAttachmentTagDto = CreateAttachmentTagDto;
19
+ __decorate([
20
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
21
+ (0, class_validator_1.IsString)(),
22
+ (0, class_transformer_1.Expose)(),
23
+ __metadata("design:type", String)
24
+ ], CreateAttachmentTagDto.prototype, "label", void 0);
25
+ //# sourceMappingURL=createAttachmentTag.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createAttachmentTag.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/createAttachmentTag.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA2C;AAC3C,yDAA2C;AAE3C,MAAa,sBAAsB;CAKlC;AALD,wDAKC;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;qDACM"}
@@ -0,0 +1,3 @@
1
+ export declare class UpdateAttachmentTagDto {
2
+ label: string;
3
+ }