@silexpert/core 1.1.161 → 1.1.163

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 (386) hide show
  1. package/dist/cjs/api/resources/BusinessPartner.d.ts +15 -0
  2. package/dist/cjs/api/resources/BusinessPartner.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/BusinessPartner.js +26 -0
  4. package/dist/cjs/api/resources/BusinessPartner.js.map +1 -0
  5. package/dist/cjs/api/resources/CommercialOffer.d.ts +47 -0
  6. package/dist/cjs/api/resources/CommercialOffer.d.ts.map +1 -0
  7. package/dist/cjs/api/resources/CommercialOffer.js +64 -0
  8. package/dist/cjs/api/resources/CommercialOffer.js.map +1 -0
  9. package/dist/cjs/api/resources/User.d.ts +3 -1
  10. package/dist/cjs/api/resources/User.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/User.js +6 -0
  12. package/dist/cjs/api/resources/User.js.map +1 -1
  13. package/dist/cjs/api/resources/prestation.d.ts +14 -1
  14. package/dist/cjs/api/resources/prestation.d.ts.map +1 -1
  15. package/dist/cjs/api/resources/prestation.js +17 -0
  16. package/dist/cjs/api/resources/prestation.js.map +1 -1
  17. package/dist/cjs/api/resources.d.ts +4 -0
  18. package/dist/cjs/api/resources.d.ts.map +1 -1
  19. package/dist/cjs/api/resources.js +4 -0
  20. package/dist/cjs/api/resources.js.map +1 -1
  21. package/dist/cjs/types/Enum/ClosingType.d.ts +7 -0
  22. package/dist/cjs/types/Enum/ClosingType.d.ts.map +1 -0
  23. package/dist/cjs/types/Enum/ClosingType.js +19 -0
  24. package/dist/cjs/types/Enum/ClosingType.js.map +1 -0
  25. package/dist/cjs/types/Enum/CommercialOfferType.d.ts +97 -0
  26. package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
  27. package/dist/cjs/types/Enum/CommercialOfferType.js +71 -0
  28. package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -0
  29. package/dist/cjs/types/Enum/MaritalStatus.d.ts +9 -0
  30. package/dist/cjs/types/Enum/MaritalStatus.d.ts.map +1 -0
  31. package/dist/cjs/types/Enum/MaritalStatus.js +13 -0
  32. package/dist/cjs/types/Enum/MaritalStatus.js.map +1 -0
  33. package/dist/cjs/types/Enum/PrestationOption.d.ts +8 -0
  34. package/dist/cjs/types/Enum/PrestationOption.d.ts.map +1 -1
  35. package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
  36. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  37. package/dist/cjs/types/Enum/PrestationType.js +175 -0
  38. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  39. package/dist/cjs/types/Enum/PriceGridClementine.d.ts +101 -0
  40. package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
  41. package/dist/cjs/types/Enum/PriceGridClementine.js +338 -0
  42. package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -0
  43. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
  44. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
  45. package/dist/cjs/types/Enum/PriceGridLegalstart.js +103 -0
  46. package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -0
  47. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
  48. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
  49. package/dist/cjs/types/Enum/PriceGridPourcentage.js +1125 -0
  50. package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -0
  51. package/dist/cjs/types/Enum/StatutsSection.js +1 -1
  52. package/dist/cjs/types/Enum/StatutsSection.js.map +1 -1
  53. package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts +29 -0
  54. package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts.map +1 -0
  55. package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js +170 -0
  56. package/dist/cjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js.map +1 -0
  57. package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts +5 -0
  58. package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts.map +1 -0
  59. package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js +35 -0
  60. package/dist/cjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js.map +1 -0
  61. package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts +30 -0
  62. package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts.map +1 -0
  63. package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js +176 -0
  64. package/dist/cjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js.map +1 -0
  65. package/dist/cjs/types/Interface/api/cerfa/3310.d.ts +1 -1
  66. package/dist/cjs/types/Interface/api/cerfa/3310.d.ts.map +1 -1
  67. package/dist/cjs/types/Interface/api/cerfa/3310.js.map +1 -1
  68. package/dist/cjs/types/Interface/api/cerfa/3514.d.ts +1 -1
  69. package/dist/cjs/types/Interface/api/cerfa/3514.d.ts.map +1 -1
  70. package/dist/cjs/types/Interface/api/cerfa/3514.js.map +1 -1
  71. package/dist/cjs/types/Interface/api/cerfa/3517.d.ts +2 -2
  72. package/dist/cjs/types/Interface/api/cerfa/3517.d.ts.map +1 -1
  73. package/dist/cjs/types/Interface/api/cerfa/3517.js.map +1 -1
  74. package/dist/cjs/types/Interface/api/cerfa/3519.d.ts +1 -1
  75. package/dist/cjs/types/Interface/api/cerfa/3519.d.ts.map +1 -1
  76. package/dist/cjs/types/Interface/api/cerfa/3519.js.map +1 -1
  77. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  78. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  79. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js +6 -0
  80. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  81. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  82. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  83. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +6 -0
  84. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  85. package/dist/cjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts +1 -1
  86. package/dist/cjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts.map +1 -1
  87. package/dist/cjs/types/Interface/api/commercial/RequiredDocsTypeParams.js.map +1 -1
  88. package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
  89. package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
  90. package/dist/cjs/types/Interface/api/commercialOffer/Query.js +69 -0
  91. package/dist/cjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
  92. package/dist/cjs/types/Interface/api/prestation/Query.d.ts +19 -0
  93. package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
  94. package/dist/cjs/types/Interface/api/prestation/Query.js +77 -0
  95. package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -0
  96. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
  97. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
  98. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js +6 -0
  99. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
  100. package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +2 -2
  101. package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -1
  102. package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +6 -6
  103. package/dist/cjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
  104. package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts +31 -0
  105. package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts.map +1 -0
  106. package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.js +3 -0
  107. package/dist/cjs/types/Interface/api/statutsGeneration/TemplateParams.js.map +1 -0
  108. package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +9 -9
  109. package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  110. package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  111. package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +1 -0
  112. package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +1 -1
  113. package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js +7 -0
  114. package/dist/cjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
  115. package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts +1 -0
  116. package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +1 -1
  117. package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.js +9 -0
  118. package/dist/cjs/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -1
  119. package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts +4 -0
  120. package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts.map +1 -0
  121. package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.js +26 -0
  122. package/dist/cjs/types/Interface/api/user/QueryGetAllWithoutBp.js.map +1 -0
  123. package/dist/cjs/types/Interface/models/IBusinessPartner.d.ts +19 -25
  124. package/dist/cjs/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
  125. package/dist/cjs/types/Interface/models/IBusinessPartner.js.map +1 -1
  126. package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
  127. package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
  128. package/dist/cjs/types/Interface/models/ICommercialOffer.js +3 -0
  129. package/dist/cjs/types/Interface/models/ICommercialOffer.js.map +1 -0
  130. package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
  131. package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  132. package/dist/cjs/types/Interface/models/IExercicePrestation.js.map +1 -1
  133. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
  134. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
  135. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js +3 -0
  136. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
  137. package/dist/cjs/types/Interface/models/IPrestationList.d.ts +1 -0
  138. package/dist/cjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  139. package/dist/cjs/types/Interface/models/IPrestationList.js.map +1 -1
  140. package/dist/cjs/types/Interface/models/ISociety.d.ts +101 -101
  141. package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
  142. package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
  143. package/dist/cjs/types/Interface/models/IUser.d.ts +20 -5
  144. package/dist/cjs/types/Interface/models/IUser.d.ts.map +1 -1
  145. package/dist/cjs/types/Interface/models/IUser.js.map +1 -1
  146. package/dist/cjs/types/index.d.ts +15 -0
  147. package/dist/cjs/types/index.d.ts.map +1 -1
  148. package/dist/cjs/types/index.js +15 -0
  149. package/dist/cjs/types/index.js.map +1 -1
  150. package/dist/cjs/utils/commercialOffer.d.ts +6 -0
  151. package/dist/cjs/utils/commercialOffer.d.ts.map +1 -0
  152. package/dist/cjs/utils/commercialOffer.js +39 -0
  153. package/dist/cjs/utils/commercialOffer.js.map +1 -0
  154. package/dist/cjs/utils/documents.d.ts.map +1 -1
  155. package/dist/cjs/utils/documents.js +2 -0
  156. package/dist/cjs/utils/documents.js.map +1 -1
  157. package/dist/cjs/utils/index.d.ts +1 -0
  158. package/dist/cjs/utils/index.d.ts.map +1 -1
  159. package/dist/cjs/utils/index.js +1 -0
  160. package/dist/cjs/utils/index.js.map +1 -1
  161. package/dist/cjs/utils/prestation.d.ts +9 -2
  162. package/dist/cjs/utils/prestation.d.ts.map +1 -1
  163. package/dist/cjs/utils/prestation.js +155 -1
  164. package/dist/cjs/utils/prestation.js.map +1 -1
  165. package/dist/cjs/utils/vat/3514/century23.js +7 -7
  166. package/dist/cjs/utils/vat/3514/century23.js.map +1 -1
  167. package/dist/cjs/utils/vat/3519/century17.d.ts.map +1 -1
  168. package/dist/cjs/utils/vat/3519/century17.js +7 -6
  169. package/dist/cjs/utils/vat/3519/century17.js.map +1 -1
  170. package/dist/mjs/api/resources/BusinessPartner.d.ts +15 -0
  171. package/dist/mjs/api/resources/BusinessPartner.d.ts.map +1 -0
  172. package/dist/mjs/api/resources/BusinessPartner.js +22 -0
  173. package/dist/mjs/api/resources/BusinessPartner.js.map +1 -0
  174. package/dist/mjs/api/resources/CommercialOffer.d.ts +47 -0
  175. package/dist/mjs/api/resources/CommercialOffer.d.ts.map +1 -0
  176. package/dist/mjs/api/resources/CommercialOffer.js +60 -0
  177. package/dist/mjs/api/resources/CommercialOffer.js.map +1 -0
  178. package/dist/mjs/api/resources/User.d.ts +3 -1
  179. package/dist/mjs/api/resources/User.d.ts.map +1 -1
  180. package/dist/mjs/api/resources/User.js +6 -0
  181. package/dist/mjs/api/resources/User.js.map +1 -1
  182. package/dist/mjs/api/resources/prestation.d.ts +14 -1
  183. package/dist/mjs/api/resources/prestation.d.ts.map +1 -1
  184. package/dist/mjs/api/resources/prestation.js +17 -0
  185. package/dist/mjs/api/resources/prestation.js.map +1 -1
  186. package/dist/mjs/api/resources.d.ts +4 -0
  187. package/dist/mjs/api/resources.d.ts.map +1 -1
  188. package/dist/mjs/api/resources.js +4 -0
  189. package/dist/mjs/api/resources.js.map +1 -1
  190. package/dist/mjs/types/Enum/ClosingType.d.ts +7 -0
  191. package/dist/mjs/types/Enum/ClosingType.d.ts.map +1 -0
  192. package/dist/mjs/types/Enum/ClosingType.js +16 -0
  193. package/dist/mjs/types/Enum/ClosingType.js.map +1 -0
  194. package/dist/mjs/types/Enum/CommercialOfferType.d.ts +97 -0
  195. package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
  196. package/dist/mjs/types/Enum/CommercialOfferType.js +68 -0
  197. package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -0
  198. package/dist/mjs/types/Enum/MaritalStatus.d.ts +9 -0
  199. package/dist/mjs/types/Enum/MaritalStatus.d.ts.map +1 -0
  200. package/dist/mjs/types/Enum/MaritalStatus.js +10 -0
  201. package/dist/mjs/types/Enum/MaritalStatus.js.map +1 -0
  202. package/dist/mjs/types/Enum/PrestationOption.d.ts +8 -0
  203. package/dist/mjs/types/Enum/PrestationOption.d.ts.map +1 -1
  204. package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
  205. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  206. package/dist/mjs/types/Enum/PrestationType.js +175 -0
  207. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  208. package/dist/mjs/types/Enum/PriceGridClementine.d.ts +101 -0
  209. package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
  210. package/dist/mjs/types/Enum/PriceGridClementine.js +335 -0
  211. package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -0
  212. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
  213. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
  214. package/dist/mjs/types/Enum/PriceGridLegalstart.js +100 -0
  215. package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -0
  216. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
  217. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
  218. package/dist/mjs/types/Enum/PriceGridPourcentage.js +1122 -0
  219. package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -0
  220. package/dist/mjs/types/Enum/StatutsSection.js +1 -1
  221. package/dist/mjs/types/Enum/StatutsSection.js.map +1 -1
  222. package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts +29 -0
  223. package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts.map +1 -0
  224. package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js +191 -0
  225. package/dist/mjs/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js.map +1 -0
  226. package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts +5 -0
  227. package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts.map +1 -0
  228. package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js +33 -0
  229. package/dist/mjs/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js.map +1 -0
  230. package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts +30 -0
  231. package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts.map +1 -0
  232. package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js +198 -0
  233. package/dist/mjs/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js.map +1 -0
  234. package/dist/mjs/types/Interface/api/cerfa/3310.d.ts +1 -1
  235. package/dist/mjs/types/Interface/api/cerfa/3310.d.ts.map +1 -1
  236. package/dist/mjs/types/Interface/api/cerfa/3310.js.map +1 -1
  237. package/dist/mjs/types/Interface/api/cerfa/3514.d.ts +1 -1
  238. package/dist/mjs/types/Interface/api/cerfa/3514.d.ts.map +1 -1
  239. package/dist/mjs/types/Interface/api/cerfa/3514.js.map +1 -1
  240. package/dist/mjs/types/Interface/api/cerfa/3517.d.ts +2 -2
  241. package/dist/mjs/types/Interface/api/cerfa/3517.d.ts.map +1 -1
  242. package/dist/mjs/types/Interface/api/cerfa/3517.js.map +1 -1
  243. package/dist/mjs/types/Interface/api/cerfa/3519.d.ts +1 -1
  244. package/dist/mjs/types/Interface/api/cerfa/3519.d.ts.map +1 -1
  245. package/dist/mjs/types/Interface/api/cerfa/3519.js.map +1 -1
  246. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  247. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  248. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js +7 -0
  249. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  250. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  251. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  252. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +7 -0
  253. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  254. package/dist/mjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts +1 -1
  255. package/dist/mjs/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts.map +1 -1
  256. package/dist/mjs/types/Interface/api/commercial/RequiredDocsTypeParams.js.map +1 -1
  257. package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
  258. package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
  259. package/dist/mjs/types/Interface/api/commercialOffer/Query.js +72 -0
  260. package/dist/mjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
  261. package/dist/mjs/types/Interface/api/prestation/Query.d.ts +19 -0
  262. package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
  263. package/dist/mjs/types/Interface/api/prestation/Query.js +82 -0
  264. package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -0
  265. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
  266. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
  267. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js +7 -0
  268. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
  269. package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +2 -2
  270. package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -1
  271. package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +12 -11
  272. package/dist/mjs/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -1
  273. package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts +31 -0
  274. package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.d.ts.map +1 -0
  275. package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.js +2 -0
  276. package/dist/mjs/types/Interface/api/statutsGeneration/TemplateParams.js.map +1 -0
  277. package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +9 -9
  278. package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  279. package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  280. package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +1 -0
  281. package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +1 -1
  282. package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js +8 -0
  283. package/dist/mjs/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
  284. package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts +1 -0
  285. package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +1 -1
  286. package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.js +11 -1
  287. package/dist/mjs/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -1
  288. package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts +4 -0
  289. package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.d.ts.map +1 -0
  290. package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.js +23 -0
  291. package/dist/mjs/types/Interface/api/user/QueryGetAllWithoutBp.js.map +1 -0
  292. package/dist/mjs/types/Interface/models/IBusinessPartner.d.ts +19 -25
  293. package/dist/mjs/types/Interface/models/IBusinessPartner.d.ts.map +1 -1
  294. package/dist/mjs/types/Interface/models/IBusinessPartner.js.map +1 -1
  295. package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
  296. package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
  297. package/dist/mjs/types/Interface/models/ICommercialOffer.js +2 -0
  298. package/dist/mjs/types/Interface/models/ICommercialOffer.js.map +1 -0
  299. package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
  300. package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  301. package/dist/mjs/types/Interface/models/IExercicePrestation.js.map +1 -1
  302. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
  303. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
  304. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js +2 -0
  305. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
  306. package/dist/mjs/types/Interface/models/IPrestationList.d.ts +1 -0
  307. package/dist/mjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  308. package/dist/mjs/types/Interface/models/IPrestationList.js.map +1 -1
  309. package/dist/mjs/types/Interface/models/ISociety.d.ts +101 -101
  310. package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
  311. package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
  312. package/dist/mjs/types/Interface/models/IUser.d.ts +20 -5
  313. package/dist/mjs/types/Interface/models/IUser.d.ts.map +1 -1
  314. package/dist/mjs/types/Interface/models/IUser.js.map +1 -1
  315. package/dist/mjs/types/index.d.ts +15 -0
  316. package/dist/mjs/types/index.d.ts.map +1 -1
  317. package/dist/mjs/types/index.js +15 -0
  318. package/dist/mjs/types/index.js.map +1 -1
  319. package/dist/mjs/utils/commercialOffer.d.ts +6 -0
  320. package/dist/mjs/utils/commercialOffer.d.ts.map +1 -0
  321. package/dist/mjs/utils/commercialOffer.js +33 -0
  322. package/dist/mjs/utils/commercialOffer.js.map +1 -0
  323. package/dist/mjs/utils/documents.d.ts.map +1 -1
  324. package/dist/mjs/utils/documents.js +2 -0
  325. package/dist/mjs/utils/documents.js.map +1 -1
  326. package/dist/mjs/utils/index.d.ts +1 -0
  327. package/dist/mjs/utils/index.d.ts.map +1 -1
  328. package/dist/mjs/utils/index.js +1 -0
  329. package/dist/mjs/utils/index.js.map +1 -1
  330. package/dist/mjs/utils/prestation.d.ts +9 -2
  331. package/dist/mjs/utils/prestation.d.ts.map +1 -1
  332. package/dist/mjs/utils/prestation.js +150 -1
  333. package/dist/mjs/utils/prestation.js.map +1 -1
  334. package/dist/mjs/utils/vat/3514/century23.js +7 -7
  335. package/dist/mjs/utils/vat/3514/century23.js.map +1 -1
  336. package/dist/mjs/utils/vat/3519/century17.d.ts.map +1 -1
  337. package/dist/mjs/utils/vat/3519/century17.js +2 -1
  338. package/dist/mjs/utils/vat/3519/century17.js.map +1 -1
  339. package/package.json +1 -1
  340. package/ts/api/resources/BusinessPartner.ts +31 -0
  341. package/ts/api/resources/CommercialOffer.ts +67 -0
  342. package/ts/api/resources/User.ts +7 -1
  343. package/ts/api/resources/prestation.ts +21 -1
  344. package/ts/api/resources.ts +4 -0
  345. package/ts/types/Enum/ClosingType.ts +17 -0
  346. package/ts/types/Enum/CommercialOfferType.ts +84 -0
  347. package/ts/types/Enum/MaritalStatus.ts +9 -0
  348. package/ts/types/Enum/PrestationOption.ts +9 -0
  349. package/ts/types/Enum/PrestationType.ts +175 -0
  350. package/ts/types/Enum/PriceGridClementine.ts +335 -0
  351. package/ts/types/Enum/PriceGridLegalstart.ts +100 -0
  352. package/ts/types/Enum/PriceGridPourcentage.ts +1122 -0
  353. package/ts/types/Enum/StatutsSection.ts +1 -1
  354. package/ts/types/Interface/api/businessPartner/CreateBusinessPartnerParams.ts +132 -0
  355. package/ts/types/Interface/api/businessPartner/QueryBusinessPartnerAll.ts +19 -0
  356. package/ts/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.ts +137 -0
  357. package/ts/types/Interface/api/cerfa/3310.ts +1 -1
  358. package/ts/types/Interface/api/cerfa/3514.ts +1 -1
  359. package/ts/types/Interface/api/cerfa/3517.ts +2 -2
  360. package/ts/types/Interface/api/cerfa/3519.ts +1 -1
  361. package/ts/types/Interface/api/commercial/QueryGetStats.ts +5 -0
  362. package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +5 -0
  363. package/ts/types/Interface/api/commercial/RequiredDocsTypeParams.ts +1 -1
  364. package/ts/types/Interface/api/commercialOffer/Query.ts +46 -0
  365. package/ts/types/Interface/api/prestation/Query.ts +56 -0
  366. package/ts/types/Interface/api/prestations/QueryUpdate.ts +5 -0
  367. package/ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts +3 -2
  368. package/ts/types/Interface/api/statutsGeneration/TemplateParams.ts +31 -0
  369. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +9 -9
  370. package/ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts +6 -0
  371. package/ts/types/Interface/api/user/QueryGetAllFromSociety.ts +11 -1
  372. package/ts/types/Interface/api/user/QueryGetAllWithoutBp.ts +11 -0
  373. package/ts/types/Interface/models/IBusinessPartner.ts +23 -27
  374. package/ts/types/Interface/models/ICommercialOffer.ts +18 -0
  375. package/ts/types/Interface/models/IExercicePrestation.ts +2 -1
  376. package/ts/types/Interface/models/IExercicePrestationOffer.ts +13 -0
  377. package/ts/types/Interface/models/IPrestationList.ts +1 -0
  378. package/ts/types/Interface/models/ISociety.ts +101 -101
  379. package/ts/types/Interface/models/IUser.ts +22 -7
  380. package/ts/types/index.ts +15 -0
  381. package/ts/utils/commercialOffer.ts +37 -0
  382. package/ts/utils/documents.ts +2 -0
  383. package/ts/utils/index.ts +1 -0
  384. package/ts/utils/prestation.ts +193 -2
  385. package/ts/utils/vat/3514/century23.ts +7 -7
  386. package/ts/utils/vat/3519/century17.ts +2 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercialOffer/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAIhC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,4BAA4B;IAIrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,IAAI,EAAE,MAAM,CAAC;IAKb,KAAK,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,72 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsInt, IsOptional, IsString, Min } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryAllCommercialOffer {
13
+ search;
14
+ startDate;
15
+ endDate;
16
+ }
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ IsOptional(),
20
+ IsString(),
21
+ __metadata("design:type", String)
22
+ ], QueryAllCommercialOffer.prototype, "search", void 0);
23
+ __decorate([
24
+ ApiPropertyOptional(),
25
+ IsOptional(),
26
+ IsString(),
27
+ __metadata("design:type", String)
28
+ ], QueryAllCommercialOffer.prototype, "startDate", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ IsOptional(),
32
+ IsString(),
33
+ __metadata("design:type", String)
34
+ ], QueryAllCommercialOffer.prototype, "endDate", void 0);
35
+ export class QueryPaginateCommercialOffer {
36
+ search;
37
+ startDate;
38
+ endDate;
39
+ page;
40
+ limit;
41
+ }
42
+ __decorate([
43
+ ApiPropertyOptional(),
44
+ IsOptional(),
45
+ IsString(),
46
+ __metadata("design:type", String)
47
+ ], QueryPaginateCommercialOffer.prototype, "search", void 0);
48
+ __decorate([
49
+ ApiPropertyOptional(),
50
+ IsOptional(),
51
+ IsString(),
52
+ __metadata("design:type", String)
53
+ ], QueryPaginateCommercialOffer.prototype, "startDate", void 0);
54
+ __decorate([
55
+ ApiPropertyOptional(),
56
+ IsOptional(),
57
+ IsString(),
58
+ __metadata("design:type", String)
59
+ ], QueryPaginateCommercialOffer.prototype, "endDate", void 0);
60
+ __decorate([
61
+ ApiProperty(),
62
+ IsInt(),
63
+ Min(1),
64
+ __metadata("design:type", Number)
65
+ ], QueryPaginateCommercialOffer.prototype, "page", void 0);
66
+ __decorate([
67
+ ApiProperty(),
68
+ IsInt(),
69
+ Min(1),
70
+ __metadata("design:type", Number)
71
+ ], QueryPaginateCommercialOffer.prototype, "limit", void 0);
72
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/commercialOffer/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,uBAAuB;IAIhC,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,OAAO,CAAU;CACpB;AAdC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACO;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;0DACU;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wDACQ;AAGrB,MAAM,OAAO,4BAA4B;IAIrC,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,OAAO,CAAU;IAKjB,IAAI,CAAS;IAKb,KAAK,CAAS;CACjB;AAxBC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4DACO;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;+DACU;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;6DACQ;AAEnB;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,GAAG,CAAC,CAAC,CAAC;;0DACQ;AAEf;IAAC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,GAAG,CAAC,CAAC,CAAC;;2DACS","sourcesContent":["import { IsInt, IsOptional, IsString, Min } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAllCommercialOffer {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n endDate?: string;\n}\n\nexport class QueryPaginateCommercialOffer {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n endDate?: string;\n\n @ApiProperty()\n @IsInt()\n @Min(1)\n page: number;\n \n @ApiProperty()\n @IsInt()\n @Min(1)\n limit: number;\n}"]}
@@ -0,0 +1,19 @@
1
+ import { IPrestation } from '../../models/IPrestation';
2
+ import { IExercicePrestation } from '../../models/IExercicePrestation';
3
+ import { ICommercialOffer } from '../../models/ICommercialOffer';
4
+ import { IExercice } from '../../models/IExercice';
5
+ export declare class QueryCreatePrestation {
6
+ prestation: IPrestation;
7
+ exercicePrestation: Partial<IExercicePrestation>;
8
+ options: number[];
9
+ commercialOffers: ICommercialOffer[];
10
+ }
11
+ export declare class QueryUpdatePrestation {
12
+ commentPdf: string;
13
+ exercice: Partial<IExercice>;
14
+ exercicePrestation: Partial<IExercicePrestation>;
15
+ options: number[];
16
+ idExercicePrestation: number;
17
+ commercialOffers: ICommercialOffer[];
18
+ }
19
+ //# sourceMappingURL=Query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,qBAAa,qBAAqB;IAG9B,UAAU,EAAE,WAAW,CAAC;IAIxB,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAIjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAIlB,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;CACxC;AAED,qBAAa,qBAAqB;IAI9B,UAAU,EAAE,MAAM,CAAC;IAKnB,QAAQ,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAK7B,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAKjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,oBAAoB,EAAE,MAAM,CAAC;IAK7B,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;CACxC"}
@@ -0,0 +1,82 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsArray, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryCreatePrestation {
13
+ prestation;
14
+ exercicePrestation;
15
+ options;
16
+ commercialOffers;
17
+ }
18
+ __decorate([
19
+ ApiProperty(),
20
+ IsObject(),
21
+ __metadata("design:type", Object)
22
+ ], QueryCreatePrestation.prototype, "prestation", void 0);
23
+ __decorate([
24
+ ApiProperty(),
25
+ IsObject(),
26
+ __metadata("design:type", Object)
27
+ ], QueryCreatePrestation.prototype, "exercicePrestation", void 0);
28
+ __decorate([
29
+ ApiPropertyOptional(),
30
+ IsArray(),
31
+ __metadata("design:type", Array)
32
+ ], QueryCreatePrestation.prototype, "options", void 0);
33
+ __decorate([
34
+ ApiPropertyOptional(),
35
+ IsArray(),
36
+ __metadata("design:type", Array)
37
+ ], QueryCreatePrestation.prototype, "commercialOffers", void 0);
38
+ export class QueryUpdatePrestation {
39
+ commentPdf;
40
+ exercice;
41
+ exercicePrestation;
42
+ options;
43
+ idExercicePrestation;
44
+ commercialOffers;
45
+ }
46
+ __decorate([
47
+ ApiPropertyOptional(),
48
+ IsOptional(),
49
+ IsString(),
50
+ __metadata("design:type", String)
51
+ ], QueryUpdatePrestation.prototype, "commentPdf", void 0);
52
+ __decorate([
53
+ ApiPropertyOptional(),
54
+ IsOptional(),
55
+ IsObject(),
56
+ __metadata("design:type", Object)
57
+ ], QueryUpdatePrestation.prototype, "exercice", void 0);
58
+ __decorate([
59
+ ApiPropertyOptional(),
60
+ IsOptional(),
61
+ IsObject(),
62
+ __metadata("design:type", Object)
63
+ ], QueryUpdatePrestation.prototype, "exercicePrestation", void 0);
64
+ __decorate([
65
+ ApiPropertyOptional(),
66
+ IsOptional(),
67
+ IsArray(),
68
+ __metadata("design:type", Array)
69
+ ], QueryUpdatePrestation.prototype, "options", void 0);
70
+ __decorate([
71
+ ApiPropertyOptional(),
72
+ IsOptional(),
73
+ IsNumber(),
74
+ __metadata("design:type", Number)
75
+ ], QueryUpdatePrestation.prototype, "idExercicePrestation", void 0);
76
+ __decorate([
77
+ ApiPropertyOptional(),
78
+ IsOptional(),
79
+ IsArray(),
80
+ __metadata("design:type", Array)
81
+ ], QueryUpdatePrestation.prototype, "commercialOffers", void 0);
82
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAMrE,MAAM,OAAO,qBAAqB;IAG9B,UAAU,CAAc;IAIxB,kBAAkB,CAA+B;IAIjD,OAAO,CAAW;IAIlB,gBAAgB,CAAqB;CACxC;AAfC;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;yDACe;AAE1B;IAAC,WAAW,EAAE;IACb,QAAQ,EAAE;;iEACwC;AAEnD;IAAC,mBAAmB,EAAE;IACrB,OAAO,EAAE;;sDACU;AAEpB;IAAC,mBAAmB,EAAE;IACrB,OAAO,EAAE;;+DAC6B;AAGzC,MAAM,OAAO,qBAAqB;IAI9B,UAAU,CAAS;IAKnB,QAAQ,CAAqB;IAK7B,kBAAkB,CAA+B;IAKjD,OAAO,CAAW;IAKlB,oBAAoB,CAAS;IAK7B,gBAAgB,CAAqB;CACxC;AA7BC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACU;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACoB;AAE/B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;iEACwC;AAEnD;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;sDACU;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;mEACoB;AAE/B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;+DAC6B","sourcesContent":["import { IsArray, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IPrestation } from '../../models/IPrestation';\nimport { IExercicePrestation } from '../../models/IExercicePrestation';\nimport { ICommercialOffer } from '../../models/ICommercialOffer';\nimport { IExercice } from '../../models/IExercice';\n\nexport class QueryCreatePrestation {\n @ApiProperty()\n @IsObject()\n prestation: IPrestation;\n\n @ApiProperty()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n}\n\nexport class QueryUpdatePrestation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n commentPdf: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercice: Partial<IExercice>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idExercicePrestation: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n}"]}
@@ -8,6 +8,7 @@ export declare class QueryUpdatePrestations {
8
8
  isAttestation?: boolean;
9
9
  inAverageCart?: boolean;
10
10
  isBack?: boolean;
11
+ minimumPrice?: number;
11
12
  price?: number;
12
13
  isCatalog?: boolean;
13
14
  hidden?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"QueryUpdate.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestations/QueryUpdate.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,sBAAsB;IAI/B,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAMnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAMf,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAK3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;CACnB"}
1
+ {"version":3,"file":"QueryUpdate.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestations/QueryUpdate.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,sBAAsB;IAI/B,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAMnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,KAAK,CAAC,EAAE,MAAM,CAAC;IAMf,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAK3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;CACnB"}
@@ -19,6 +19,7 @@ export class QueryUpdatePrestations {
19
19
  isAttestation;
20
20
  inAverageCart;
21
21
  isBack;
22
+ minimumPrice;
22
23
  price;
23
24
  isCatalog;
24
25
  hidden;
@@ -84,6 +85,12 @@ __decorate([
84
85
  IsOptional(),
85
86
  __metadata("design:type", Boolean)
86
87
  ], QueryUpdatePrestations.prototype, "isBack", void 0);
88
+ __decorate([
89
+ ApiPropertyOptional(),
90
+ IsNumber(),
91
+ IsOptional(),
92
+ __metadata("design:type", Number)
93
+ ], QueryUpdatePrestations.prototype, "minimumPrice", void 0);
87
94
  __decorate([
88
95
  ApiPropertyOptional(),
89
96
  IsNumber(),
@@ -1 +1 @@
1
- {"version":3,"file":"QueryUpdate.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestations/QueryUpdate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,GAC1C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,sBAAsB;IAI/B,IAAI,CAAU;IAKd,MAAM,CAAU;IAMhB,WAAW,CAAW;IAMtB,WAAW,CAAW;IAMtB,QAAQ,CAAW;IAMnB,aAAa,CAAW;IAMxB,aAAa,CAAW;IAMxB,MAAM,CAAW;IAKjB,KAAK,CAAU;IAMf,SAAS,CAAW;IAMpB,MAAM,CAAW;IAMjB,eAAe,CAAW;IAK1B,iBAAiB,CAAU;IAK3B,aAAa,CAAU;IAKvB,WAAW,CAAU;IAKrB,KAAK,CAAU;IAKf,KAAK,CAAU;IAIf,KAAK,CAAW;CACnB;AAjGC;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;oDACG;AAEhB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;sDACK;AAElB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DACW;AAExB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DACW;AAExB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wDACQ;AAErB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6DACa;AAE1B;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6DACa;AAE1B;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sDACM;AAEnB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;yDACS;AAEtB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sDACM;AAEnB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACe;AAE5B;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iEACgB;AAE7B;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;6DACY;AAEzB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;2DACU;AAEvB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACK","sourcesContent":["import {\n IsOptional, IsNumber, IsString, IsBoolean,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { TFile } from '../file/TFile';\n\nexport class QueryUpdatePrestations {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n name?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isComptable?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isJuridique?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isSocial?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isAttestation?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inAverageCart?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n price?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCatalog?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hidden?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isComplementary?: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n signaturePosition?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n signaturePage?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n textDefault?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n color?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n point?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n files?: TFile[];\n}"]}
1
+ {"version":3,"file":"QueryUpdate.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestations/QueryUpdate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,GAC1C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,sBAAsB;IAI/B,IAAI,CAAU;IAKd,MAAM,CAAU;IAMhB,WAAW,CAAW;IAMtB,WAAW,CAAW;IAMtB,QAAQ,CAAW;IAMnB,aAAa,CAAW;IAMxB,aAAa,CAAW;IAMxB,MAAM,CAAW;IAKjB,YAAY,CAAU;IAKtB,KAAK,CAAU;IAMf,SAAS,CAAW;IAMpB,MAAM,CAAW;IAMjB,eAAe,CAAW;IAK1B,iBAAiB,CAAU;IAK3B,aAAa,CAAU;IAKvB,WAAW,CAAU;IAKrB,KAAK,CAAU;IAKf,KAAK,CAAU;IAIf,KAAK,CAAW;CACnB;AAtGC;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;oDACG;AAEhB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;sDACK;AAElB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DACW;AAExB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DACW;AAExB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wDACQ;AAErB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6DACa;AAE1B;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6DACa;AAE1B;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sDACM;AAEnB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;4DACW;AAExB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;yDACS;AAEtB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sDACM;AAEnB;IAAC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACe;AAE5B;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iEACgB;AAE7B;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;6DACY;AAEzB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;2DACU;AAEvB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACI;AAEjB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACK","sourcesContent":["import {\n IsOptional, IsNumber, IsString, IsBoolean,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { TFile } from '../file/TFile';\n\nexport class QueryUpdatePrestations {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n name?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isComptable?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isJuridique?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isSocial?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isAttestation?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inAverageCart?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n minimumPrice?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n price?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCatalog?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hidden?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isComplementary?: boolean;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n signaturePosition?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n signaturePage?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n textDefault?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n color?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n point?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n files?: TFile[];\n}"]}
@@ -4,11 +4,11 @@ export declare class CreateBusinessPartnersAndUsersParamsUser {
4
4
  firstname?: string;
5
5
  lastname?: string;
6
6
  birthdate?: Date;
7
- }
8
- export declare class CreateBusinessPartnersAndUsersParams {
9
7
  cityOfBirth?: string;
10
8
  idCountryBirth?: CountryId;
11
9
  idNationality?: number;
10
+ }
11
+ export declare class CreateBusinessPartnersAndUsersParams {
12
12
  isPhysical?: boolean;
13
13
  sharesHeld?: number;
14
14
  user?: CreateBusinessPartnersAndUsersParamsUser;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBusinessPartnersAndUsersParams.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGlD,qBAAa,wCAAwC;IAIjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB;AAED,qBAAa,oCAAoC;IAI7C,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,cAAc,CAAC,EAAE,SAAS,CAAC;IAK3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAMvB,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD"}
1
+ {"version":3,"file":"CreateBusinessPartnersAndUsersParams.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGlD,qBAAa,wCAAwC;IAIjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,SAAS,CAAC,EAAE,IAAI,CAAC;IAKjB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,cAAc,CAAC,EAAE,SAAS,CAAC;IAK3B,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,qBAAa,oCAAoC;IAM7C,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD"}
@@ -16,6 +16,9 @@ export class CreateBusinessPartnersAndUsersParamsUser {
16
16
  firstname;
17
17
  lastname;
18
18
  birthdate;
19
+ cityOfBirth;
20
+ idCountryBirth;
21
+ idNationality;
19
22
  }
20
23
  __decorate([
21
24
  ApiPropertyOptional(),
@@ -41,32 +44,30 @@ __decorate([
41
44
  IsDate(),
42
45
  __metadata("design:type", Date)
43
46
  ], CreateBusinessPartnersAndUsersParamsUser.prototype, "birthdate", void 0);
44
- export class CreateBusinessPartnersAndUsersParams {
45
- cityOfBirth;
46
- idCountryBirth;
47
- idNationality;
48
- isPhysical;
49
- sharesHeld;
50
- user;
51
- }
52
47
  __decorate([
53
48
  ApiPropertyOptional(),
54
49
  IsOptional(),
55
50
  IsString(),
56
51
  __metadata("design:type", String)
57
- ], CreateBusinessPartnersAndUsersParams.prototype, "cityOfBirth", void 0);
52
+ ], CreateBusinessPartnersAndUsersParamsUser.prototype, "cityOfBirth", void 0);
58
53
  __decorate([
59
54
  ApiPropertyOptional(),
60
55
  IsOptional(),
61
56
  IsEnum(CountryId),
62
57
  __metadata("design:type", Number)
63
- ], CreateBusinessPartnersAndUsersParams.prototype, "idCountryBirth", void 0);
58
+ ], CreateBusinessPartnersAndUsersParamsUser.prototype, "idCountryBirth", void 0);
64
59
  __decorate([
65
60
  ApiPropertyOptional(),
66
61
  IsOptional(),
67
62
  IsInt(),
68
63
  __metadata("design:type", Number)
69
- ], CreateBusinessPartnersAndUsersParams.prototype, "idNationality", void 0);
64
+ ], CreateBusinessPartnersAndUsersParamsUser.prototype, "idNationality", void 0);
65
+ export class CreateBusinessPartnersAndUsersParams {
66
+ // @deprecated
67
+ isPhysical;
68
+ sharesHeld;
69
+ user;
70
+ }
70
71
  __decorate([
71
72
  ApiPropertyOptional(),
72
73
  IsOptional(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBusinessPartnersAndUsersParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,GACvD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,wCAAwC;IAIjD,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,QAAQ,CAAU;IAKlB,SAAS,CAAQ;CACpB;AAnBC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wEACO;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;2EACU;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;0EACS;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACK,IAAI;2EAAC;AAGrB,MAAM,OAAO,oCAAoC;IAI7C,WAAW,CAAU;IAKrB,cAAc,CAAa;IAK3B,aAAa,CAAU;IAMvB,UAAU,CAAW;IAKrB,UAAU,CAAU;IAGpB,IAAI,CAA4C;CACnD;AA5BC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yEACY;AAEvB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,SAAS,CAAC;;4EACW;AAE7B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;2EACiB;AAEzB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACW;AAEvB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wEACc;AAEtB;IAAC,WAAW,EAAE;8BACL,wCAAwC;kEAAC","sourcesContent":["import {\n IsBoolean, IsDate, IsEnum, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { CountryId } from '../../../Enum/Country';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBusinessPartnersAndUsersParamsUser {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n}\n\nexport class CreateBusinessPartnersAndUsersParams {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cityOfBirth?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CountryId)\n idCountryBirth?: CountryId;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idNationality?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isPhysical?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n sharesHeld?: number;\n\n @ApiProperty()\n user?: CreateBusinessPartnersAndUsersParamsUser;\n}\n"]}
1
+ {"version":3,"file":"CreateBusinessPartnersAndUsersParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,GACvD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,wCAAwC;IAIjD,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,QAAQ,CAAU;IAKlB,SAAS,CAAQ;IAKjB,WAAW,CAAU;IAKrB,cAAc,CAAa;IAK3B,aAAa,CAAU;CAC1B;AAlCC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;wEACO;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;2EACU;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;0EACS;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACK,IAAI;2EAAC;AAEnB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;6EACY;AAEvB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,SAAS,CAAC;;gFACW;AAE7B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;+EACiB;AAG3B,MAAM,OAAO,oCAAoC;IAC/C,cAAc;IAKZ,UAAU,CAAW;IAKrB,UAAU,CAAU;IAGpB,IAAI,CAA4C;CACnD;AAbC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;wEACW;AAEvB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wEACc;AAEtB;IAAC,WAAW,EAAE;8BACL,wCAAwC;kEAAC","sourcesContent":["import {\n IsBoolean, IsDate, IsEnum, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { CountryId } from '../../../Enum/Country';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBusinessPartnersAndUsersParamsUser {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cityOfBirth?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CountryId)\n idCountryBirth?: CountryId;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idNationality?: number;\n}\n\nexport class CreateBusinessPartnersAndUsersParams {\n // @deprecated\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isPhysical?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n sharesHeld?: number;\n\n @ApiProperty()\n user?: CreateBusinessPartnersAndUsersParamsUser;\n}\n"]}
@@ -0,0 +1,31 @@
1
+ import { IExercice } from '../../models/IExercice';
2
+ import { ISociety } from '../../models/ISociety';
3
+ import { IUser } from '../../models/IUser';
4
+ export interface TemplateParams {
5
+ yearInText?: string | null;
6
+ dayAndMonthInText?: string | null;
7
+ ownerIsMarried?: boolean | null;
8
+ totalShares?: number | null;
9
+ totalSharesInText?: string | null;
10
+ shareCost?: number | null;
11
+ shareCostInText?: string | null;
12
+ user?: TemplateUser | null;
13
+ hasAssociates?: boolean | null;
14
+ society?: TemplateSociety | null;
15
+ activity?: string | null;
16
+ exercice?: TemplateExercice | null;
17
+ }
18
+ interface TemplateUser extends Partial<IUser> {
19
+ birthdateAsText?: string | null;
20
+ }
21
+ interface TemplateSociety extends Partial<ISociety> {
22
+ legalFormAsText?: string | null;
23
+ socialCapitalInText?: string | null;
24
+ }
25
+ interface TemplateExercice extends Partial<IExercice> {
26
+ id?: number;
27
+ startDateAsText?: string | null;
28
+ endDateAsText?: string | null;
29
+ }
30
+ export {};
31
+ //# sourceMappingURL=TemplateParams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TemplateParams.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/statutsGeneration/TemplateParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,WAAW,cAAc;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,OAAO,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;CACpC;AACD,UAAU,YAAa,SAAQ,OAAO,CAAC,KAAK,CAAC;IAC3C,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AACD,UAAU,eAAgB,SAAQ,OAAO,CAAC,QAAQ,CAAC;IACjD,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC;AAED,UAAU,gBAAiB,SAAQ,OAAO,CAAC,SAAS,CAAC;IACnD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TemplateParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TemplateParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/statutsGeneration/TemplateParams.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ISociety } from '../../models/ISociety';\nimport { IUser } from '../../models/IUser';\n\nexport interface TemplateParams {\n yearInText?: string | null;\n dayAndMonthInText?: string | null;\n ownerIsMarried?: boolean | null;\n totalShares?: number | null;\n totalSharesInText?: string | null;\n shareCost?: number | null;\n shareCostInText?: string | null;\n user?: TemplateUser | null;\n hasAssociates?: boolean | null;\n society?: TemplateSociety | null;\n activity?: string | null;\n exercice?: TemplateExercice | null;\n}\ninterface TemplateUser extends Partial<IUser> {\n birthdateAsText?: string | null;\n}\ninterface TemplateSociety extends Partial<ISociety> {\n legalFormAsText?: string | null;\n socialCapitalInText?: string | null;\n}\n \ninterface TemplateExercice extends Partial<IExercice> {\n id?: number;\n startDateAsText?: string | null;\n endDateAsText?: string | null;\n}"]}
@@ -13,16 +13,16 @@ import { ISocietyStat } from '../../models/ISocietyStat';
13
13
  export declare class ReadTaxDeadline {
14
14
  society: {
15
15
  id?: number;
16
- name: string | null;
17
- idComptaType: ComptaType | null;
18
- idVatRegime: VatRegime | null;
19
- isWaitingEnd: boolean | null;
20
- idTypeBrand: number | null;
21
- vatUploadDay: number | null;
16
+ name?: string | null;
17
+ idComptaType?: ComptaType | null;
18
+ idVatRegime?: VatRegime | null;
19
+ isWaitingEnd?: boolean | null;
20
+ idTypeBrand?: number | null;
21
+ vatUploadDay?: number | null;
22
22
  terminationsList?: ITerminationList | null;
23
- unpaid: number | null;
24
- unpaidDetails: UnpaidDetail[];
25
- isLate: boolean;
23
+ unpaid?: number | null;
24
+ unpaidDetails?: UnpaidDetail[];
25
+ isLate?: boolean;
26
26
  };
27
27
  accountant: IUser;
28
28
  exercice: IExercice;
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ReadTaxDeadline.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EACL,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,qBAAqB,EAAE,aAAa,EAAE,eAAe,EAC7F,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,qBAAa,eAAe;IAC1B,OAAO,EAAE;QACP,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,YAAY,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;QACjC,WAAW,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;QAC/B,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,gBAAgB,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;QAC3C,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;QAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;IACF,UAAU,EAAE,KAAK,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,EAAE,SAAS,EAAE,CAAC;IACvB,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,UAAU,EAAE,KAAK,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,aAAa,GAAG,IAAI,CAAC;IACnC,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IACtC,MAAM,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,qBAAqB,EAAE,CAAC;IACrC,8BAA8B,EAAE,kCAAkC,EAAE,CAAC;IACrE,UAAU,EAAE;QACV,SAAS,EAAE,YAAY,EAAE,CAAC;QAC1B,YAAY,EAAE;YACZ,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;QACF,OAAO,EAAE;YACP,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;SACf,CAAA;KACF,CAAC;CACH;AAED,qBAAa,YAAY;IACvB,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;CAC7B;AACD,qBAAa,yBAAyB;IACpC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,YAAY,EAAE,CAAA;KAAE,CAAC;IACjD,QAAQ,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,YAAY,EAAE,CAAA;KAAE,CAAC;CACtD;AAED,qBAAa,kCAAkC;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAC1C;AAED,qBAAa,eAAe;IAC1B,OAAO,EAAE,QAAQ,CAAC;IAClB,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;KACxB,CAAC;IACF,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,qBAAqB,EAAE,CAAC;IACpC,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,aAAa,CAAC;IAC5B,IAAI,EAAE;QAAE,EAAE,EAAE,eAAe,CAAC;QAAC,UAAU,CAAC,EAAE,KAAK,CAAC;YAAE,EAAE,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAC;YAAC,SAAS,EAAE,IAAI,CAAC;YAAC,MAAM,EAAE,MAAM,CAAC;SAAE,CAAC,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,CAAC,EAAE,MAAM,CAAC;KAAE,CAAC;IAC9K,UAAU,EAAE,OAAO,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAeA,MAAM,OAAO,eAAe;IAC1B,OAAO,CAYL;IACF,UAAU,CAAQ;IAClB,QAAQ,CAAY;IACpB,SAAS,CAAc;IACvB,eAAe,CAAyB;IACxC,YAAY,CAAiB;IAC7B,UAAU,CAAe;IACzB,YAAY,CAAuB;IACnC,WAAW,CAAsB;IACjC,aAAa,CAAyB;IACtC,MAAM,CAAe;IACrB,WAAW,CAA0B;IACrC,8BAA8B,CAAuC;IACrE,UAAU,CAUR;CACH;AAED,MAAM,OAAO,YAAY;IACvB,IAAI,CAAS;IAAC,KAAK,CAAS;CAC7B;AACD,MAAM,OAAO,yBAAyB;IACpC,IAAI,CAA6C;IACjD,QAAQ,CAA6C;CACtD;AAED,MAAM,OAAO,kCAAkC;IAC7C,EAAE,CAAS;IACX,MAAM,CAAU;IAChB,IAAI,CAAU;IACd,IAAI,CAAS;IACb,MAAM,CAAU;CACjB;AAED,MAAM,OAAO,qBAAqB;IAChC,EAAE,CAAS;IACX,IAAI,CAAS;IACb,MAAM,CAAS;IACf,IAAI,CAAS;IACb,MAAM,CAAU;IAChB,MAAM,CAAU;IAChB,eAAe,CAA0B;CAC1C;AAED,MAAM,OAAO,eAAe;IAC1B,OAAO,CAAW;IAClB,KAAK,CAGH;IACF,KAAK,CAAU;IACf,QAAQ,CAAY;IACpB,UAAU,CAA0B;IACpC,GAAG,CAAsB;IACzB,YAAY,CAAgB;IAC5B,IAAI,CAA0K;IAC9K,UAAU,CAAU;CACrB","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport {\n UnpaidDetail, IPendingPoint, ISociety, ReadChecklistDeadline, IRegistration, VatDeadlineType,\n} from '../../..';\nimport { ICustomerVat } from '../../models/ICustomerVat';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerVat[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n signed: boolean;\n terminationList: ITerminationList | null;\n}\n\nexport class ReadVatDeadline {\n society: ISociety;\n stats: {\n annotated: number | null;\n revised: number | null;\n };\n users: IUser[];\n exercice: IExercice;\n checklists: ReadChecklistDeadline[];\n vat: ICustomerVat | null;\n registration: IRegistration;\n type: { id: VatDeadlineType; operations?: Array<{ id: number; label: string; dateValue: Date; amount: number; }>; turnover?: number; limit?: number; businessLine?: string; };\n hasComment: boolean;\n}"]}
1
+ {"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":"AAeA,MAAM,OAAO,eAAe;IAC1B,OAAO,CAYL;IACF,UAAU,CAAQ;IAClB,QAAQ,CAAY;IACpB,SAAS,CAAc;IACvB,eAAe,CAAyB;IACxC,YAAY,CAAiB;IAC7B,UAAU,CAAe;IACzB,YAAY,CAAuB;IACnC,WAAW,CAAsB;IACjC,aAAa,CAAyB;IACtC,MAAM,CAAe;IACrB,WAAW,CAA0B;IACrC,8BAA8B,CAAuC;IACrE,UAAU,CAUR;CACH;AAED,MAAM,OAAO,YAAY;IACvB,IAAI,CAAS;IAAC,KAAK,CAAS;CAC7B;AACD,MAAM,OAAO,yBAAyB;IACpC,IAAI,CAA6C;IACjD,QAAQ,CAA6C;CACtD;AAED,MAAM,OAAO,kCAAkC;IAC7C,EAAE,CAAS;IACX,MAAM,CAAU;IAChB,IAAI,CAAU;IACd,IAAI,CAAS;IACb,MAAM,CAAU;CACjB;AAED,MAAM,OAAO,qBAAqB;IAChC,EAAE,CAAS;IACX,IAAI,CAAS;IACb,MAAM,CAAS;IACf,IAAI,CAAS;IACb,MAAM,CAAU;IAChB,MAAM,CAAU;IAChB,eAAe,CAA0B;CAC1C;AAED,MAAM,OAAO,eAAe;IAC1B,OAAO,CAAW;IAClB,KAAK,CAGH;IACF,KAAK,CAAU;IACf,QAAQ,CAAY;IACpB,UAAU,CAA0B;IACpC,GAAG,CAAsB;IACzB,YAAY,CAAgB;IAC5B,IAAI,CAA0K;IAC9K,UAAU,CAAU;CACrB","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport {\n UnpaidDetail, IPendingPoint, ISociety, ReadChecklistDeadline, IRegistration, VatDeadlineType,\n} from '../../..';\nimport { ICustomerVat } from '../../models/ICustomerVat';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name?: string | null;\n idComptaType?: ComptaType | null;\n idVatRegime?: VatRegime | null;\n isWaitingEnd?: boolean | null;\n idTypeBrand?: number | null;\n vatUploadDay?: number | null;\n terminationsList?: ITerminationList | null;\n unpaid?: number | null;\n unpaidDetails?: UnpaidDetail[];\n isLate?: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerVat[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n signed: boolean;\n terminationList: ITerminationList | null;\n}\n\nexport class ReadVatDeadline {\n society: ISociety;\n stats: {\n annotated: number | null;\n revised: number | null;\n };\n users: IUser[];\n exercice: IExercice;\n checklists: ReadChecklistDeadline[];\n vat: ICustomerVat | null;\n registration: IRegistration;\n type: { id: VatDeadlineType; operations?: Array<{ id: number; label: string; dateValue: Date; amount: number; }>; turnover?: number; limit?: number; businessLine?: string; };\n hasComment: boolean;\n}"]}
@@ -5,5 +5,6 @@ export declare class ParamsGetAllUserWithRoles {
5
5
  includes?: string[];
6
6
  attributes?: string[];
7
7
  withWorkingSchedules?: boolean;
8
+ usersNotInBusinessPartner?: boolean;
8
9
  }
9
10
  //# sourceMappingURL=ParamsGetAllUserWithRoles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParamsGetAllUserWithRoles.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts"],"names":[],"mappings":"AAMA,qBAAa,yBAAyB;IAGlC,KAAK,EAAC,MAAM,EAAE,CAAC;IAKf,SAAS,CAAC,EAAC,MAAM,CAAC;IAMlB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAQnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAOpB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAMtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC"}
1
+ {"version":3,"file":"ParamsGetAllUserWithRoles.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts"],"names":[],"mappings":"AAMA,qBAAa,yBAAyB;IAGlC,KAAK,EAAC,MAAM,EAAE,CAAC;IAKf,SAAS,CAAC,EAAC,MAAM,CAAC;IAMlB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAQnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAOpB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAMtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAM/B,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC"}
@@ -17,6 +17,7 @@ export class ParamsGetAllUserWithRoles {
17
17
  includes;
18
18
  attributes;
19
19
  withWorkingSchedules;
20
+ usersNotInBusinessPartner;
20
21
  }
21
22
  __decorate([
22
23
  ApiProperty(),
@@ -60,4 +61,11 @@ __decorate([
60
61
  ToBoolean(),
61
62
  __metadata("design:type", Boolean)
62
63
  ], ParamsGetAllUserWithRoles.prototype, "withWorkingSchedules", void 0);
64
+ __decorate([
65
+ ApiPropertyOptional(),
66
+ IsOptional(),
67
+ IsBoolean(),
68
+ ToBoolean(),
69
+ __metadata("design:type", Boolean)
70
+ ], ParamsGetAllUserWithRoles.prototype, "usersNotInBusinessPartner", void 0);
63
71
  //# sourceMappingURL=ParamsGetAllUserWithRoles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParamsGetAllUserWithRoles.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,GACtD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,yBAAyB;IAGlC,KAAK,CAAU;IAKf,SAAS,CAAS;IAMlB,QAAQ,CAAW;IAQnB,QAAQ,CAAY;IAOpB,UAAU,CAAY;IAMtB,oBAAoB,CAAW;CAClC;AAnCC;IAAC,WAAW,EAAE;IACb,OAAO,EAAE;;wDACO;AAEjB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4DACY;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;2DACS;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DAChB;AAEtB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;6DACsB;AAExB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;uEACqB","sourcesContent":["import {\n IsBoolean, IsIn, IsOptional, IsString, IsInt, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class ParamsGetAllUserWithRoles {\n @ApiProperty()\n @IsArray()\n roles:number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?:number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withFile?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['permissions'], { each: true })\n includes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withWorkingSchedules?: boolean;\n}"]}
1
+ {"version":3,"file":"ParamsGetAllUserWithRoles.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,GACtD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,yBAAyB;IAGlC,KAAK,CAAU;IAKf,SAAS,CAAS;IAMlB,QAAQ,CAAW;IAQnB,QAAQ,CAAY;IAOpB,UAAU,CAAY;IAMtB,oBAAoB,CAAW;IAM/B,yBAAyB,CAAW;CACvC;AAzCC;IAAC,WAAW,EAAE;IACb,OAAO,EAAE;;wDACO;AAEjB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4DACY;AAEpB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;2DACS;AAErB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DAChB;AAEtB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;6DACsB;AAExB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;uEACqB;AAEjC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;4EAC0B","sourcesContent":["import {\n IsBoolean, IsIn, IsOptional, IsString, IsInt, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class ParamsGetAllUserWithRoles {\n @ApiProperty()\n @IsArray()\n roles:number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?:number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withFile?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['permissions'], { each: true })\n includes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withWorkingSchedules?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n usersNotInBusinessPartner?: boolean;\n}"]}
@@ -1,5 +1,6 @@
1
1
  export declare class QueryGetAllFromSociety {
2
2
  idSociety: number;
3
3
  roles: number[];
4
+ usersNotInBusinessPartner?: boolean;
4
5
  }
5
6
  //# sourceMappingURL=QueryGetAllFromSociety.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryGetAllFromSociety.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAO/B,SAAS,EAAE,MAAM,CAAC;IAQlB,KAAK,EAAE,MAAM,EAAE,CAAC;CACnB"}
1
+ {"version":3,"file":"QueryGetAllFromSociety.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"names":[],"mappings":"AAMA,qBAAa,sBAAsB;IAO/B,SAAS,EAAE,MAAM,CAAC;IAQlB,KAAK,EAAE,MAAM,EAAE,CAAC;IAMhB,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC"}
@@ -7,10 +7,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { ApiProperty } from '../../../../utils';
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ import { IsBoolean, IsOptional, } from 'class-validator';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
11
13
  export class QueryGetAllFromSociety {
12
14
  idSociety;
13
15
  roles;
16
+ usersNotInBusinessPartner;
14
17
  }
15
18
  __decorate([
16
19
  ApiProperty({
@@ -30,4 +33,11 @@ __decorate([
30
33
  }),
31
34
  __metadata("design:type", Array)
32
35
  ], QueryGetAllFromSociety.prototype, "roles", void 0);
36
+ __decorate([
37
+ ApiPropertyOptional(),
38
+ IsOptional(),
39
+ IsBoolean(),
40
+ ToBoolean(),
41
+ __metadata("design:type", Boolean)
42
+ ], QueryGetAllFromSociety.prototype, "usersNotInBusinessPartner", void 0);
33
43
  //# sourceMappingURL=QueryGetAllFromSociety.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryGetAllFromSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,sBAAsB;IAO/B,SAAS,CAAS;IAQlB,KAAK,CAAW;CACnB;AAfC;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;yDACkB;AAEpB;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,kDAAkD;QAC/D,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;KACjB,CAAC;;qDACgB","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllFromSociety {\n @ApiProperty({\n description: 'id of the specified society',\n required: true,\n type: Number,\n example: 100,\n })\n idSociety: number;\n\n @ApiProperty({\n description: 'array of roles id needed to return list of users',\n required: true,\n type: [Number],\n example: [1, 13],\n })\n roles: number[];\n}"]}
1
+ {"version":3,"file":"QueryGetAllFromSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EACL,SAAS,EAAE,UAAU,GACtB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,sBAAsB;IAO/B,SAAS,CAAS;IAQlB,KAAK,CAAW;IAMhB,yBAAyB,CAAW;CACvC;AArBC;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;yDACkB;AAEpB;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,kDAAkD;QAC/D,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;KACjB,CAAC;;qDACgB;AAElB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;yEAC0B","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n IsBoolean, IsOptional, \n} from 'class-validator';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetAllFromSociety {\n @ApiProperty({\n description: 'id of the specified society',\n required: true,\n type: Number,\n example: 100,\n })\n idSociety: number;\n\n @ApiProperty({\n description: 'array of roles id needed to return list of users',\n required: true,\n type: [Number],\n example: [1, 13],\n })\n roles: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n usersNotInBusinessPartner?: boolean;\n}"]}
@@ -0,0 +1,4 @@
1
+ export declare class QueryGetAllWithoutBp {
2
+ idSociety: number;
3
+ }
4
+ //# sourceMappingURL=QueryGetAllWithoutBp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllWithoutBp.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllWithoutBp.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAO7B,SAAS,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,23 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty } from '../../../../utils';
11
+ export class QueryGetAllWithoutBp {
12
+ idSociety;
13
+ }
14
+ __decorate([
15
+ ApiProperty({
16
+ description: 'id of the specified society',
17
+ required: true,
18
+ type: Number,
19
+ example: 100,
20
+ }),
21
+ __metadata("design:type", Number)
22
+ ], QueryGetAllWithoutBp.prototype, "idSociety", void 0);
23
+ //# sourceMappingURL=QueryGetAllWithoutBp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllWithoutBp.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllWithoutBp.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,oBAAoB;IAO7B,SAAS,CAAS;CACrB;AAPC;IAAC,WAAW,CAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;uDACkB","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllWithoutBp {\n @ApiProperty({\n description: 'id of the specified society',\n required: true,\n type: Number,\n example: 100,\n })\n idSociety: number;\n}"]}