@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,69 @@
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.QueryPaginateCommercialOffer = exports.QueryAllCommercialOffer = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const utils_1 = require("../../../../utils");
15
+ class QueryAllCommercialOffer {
16
+ }
17
+ __decorate([
18
+ (0, utils_1.ApiPropertyOptional)(),
19
+ (0, class_validator_1.IsOptional)(),
20
+ (0, class_validator_1.IsString)(),
21
+ __metadata("design:type", String)
22
+ ], QueryAllCommercialOffer.prototype, "search", void 0);
23
+ __decorate([
24
+ (0, utils_1.ApiPropertyOptional)(),
25
+ (0, class_validator_1.IsOptional)(),
26
+ (0, class_validator_1.IsString)(),
27
+ __metadata("design:type", String)
28
+ ], QueryAllCommercialOffer.prototype, "startDate", void 0);
29
+ __decorate([
30
+ (0, utils_1.ApiPropertyOptional)(),
31
+ (0, class_validator_1.IsOptional)(),
32
+ (0, class_validator_1.IsString)(),
33
+ __metadata("design:type", String)
34
+ ], QueryAllCommercialOffer.prototype, "endDate", void 0);
35
+ exports.QueryAllCommercialOffer = QueryAllCommercialOffer;
36
+ class QueryPaginateCommercialOffer {
37
+ }
38
+ __decorate([
39
+ (0, utils_1.ApiPropertyOptional)(),
40
+ (0, class_validator_1.IsOptional)(),
41
+ (0, class_validator_1.IsString)(),
42
+ __metadata("design:type", String)
43
+ ], QueryPaginateCommercialOffer.prototype, "search", void 0);
44
+ __decorate([
45
+ (0, utils_1.ApiPropertyOptional)(),
46
+ (0, class_validator_1.IsOptional)(),
47
+ (0, class_validator_1.IsString)(),
48
+ __metadata("design:type", String)
49
+ ], QueryPaginateCommercialOffer.prototype, "startDate", void 0);
50
+ __decorate([
51
+ (0, utils_1.ApiPropertyOptional)(),
52
+ (0, class_validator_1.IsOptional)(),
53
+ (0, class_validator_1.IsString)(),
54
+ __metadata("design:type", String)
55
+ ], QueryPaginateCommercialOffer.prototype, "endDate", void 0);
56
+ __decorate([
57
+ (0, utils_1.ApiProperty)(),
58
+ (0, class_validator_1.IsInt)(),
59
+ (0, class_validator_1.Min)(1),
60
+ __metadata("design:type", Number)
61
+ ], QueryPaginateCommercialOffer.prototype, "page", void 0);
62
+ __decorate([
63
+ (0, utils_1.ApiProperty)(),
64
+ (0, class_validator_1.IsInt)(),
65
+ (0, class_validator_1.Min)(1),
66
+ __metadata("design:type", Number)
67
+ ], QueryPaginateCommercialOffer.prototype, "limit", void 0);
68
+ exports.QueryPaginateCommercialOffer = QueryPaginateCommercialOffer;
69
+ //# 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,qDAAmE;AACnE,6CAAqE;AAErE,MAAa,uBAAuB;CAenC;AAdC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACO;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACU;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACQ;AAdrB,0DAeC;AAED,MAAa,4BAA4B;CAyBxC;AAxBC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACO;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+DACU;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6DACQ;AAEnB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;0DACQ;AAEf;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;2DACS;AAxBlB,oEAyBC","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,77 @@
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.QueryUpdatePrestation = exports.QueryCreatePrestation = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const utils_1 = require("../../../../utils");
15
+ class QueryCreatePrestation {
16
+ }
17
+ __decorate([
18
+ (0, utils_1.ApiProperty)(),
19
+ (0, class_validator_1.IsObject)(),
20
+ __metadata("design:type", Object)
21
+ ], QueryCreatePrestation.prototype, "prestation", void 0);
22
+ __decorate([
23
+ (0, utils_1.ApiProperty)(),
24
+ (0, class_validator_1.IsObject)(),
25
+ __metadata("design:type", Object)
26
+ ], QueryCreatePrestation.prototype, "exercicePrestation", void 0);
27
+ __decorate([
28
+ (0, utils_1.ApiPropertyOptional)(),
29
+ (0, class_validator_1.IsArray)(),
30
+ __metadata("design:type", Array)
31
+ ], QueryCreatePrestation.prototype, "options", void 0);
32
+ __decorate([
33
+ (0, utils_1.ApiPropertyOptional)(),
34
+ (0, class_validator_1.IsArray)(),
35
+ __metadata("design:type", Array)
36
+ ], QueryCreatePrestation.prototype, "commercialOffers", void 0);
37
+ exports.QueryCreatePrestation = QueryCreatePrestation;
38
+ class QueryUpdatePrestation {
39
+ }
40
+ __decorate([
41
+ (0, utils_1.ApiPropertyOptional)(),
42
+ (0, class_validator_1.IsOptional)(),
43
+ (0, class_validator_1.IsString)(),
44
+ __metadata("design:type", String)
45
+ ], QueryUpdatePrestation.prototype, "commentPdf", void 0);
46
+ __decorate([
47
+ (0, utils_1.ApiPropertyOptional)(),
48
+ (0, class_validator_1.IsOptional)(),
49
+ (0, class_validator_1.IsObject)(),
50
+ __metadata("design:type", Object)
51
+ ], QueryUpdatePrestation.prototype, "exercice", void 0);
52
+ __decorate([
53
+ (0, utils_1.ApiPropertyOptional)(),
54
+ (0, class_validator_1.IsOptional)(),
55
+ (0, class_validator_1.IsObject)(),
56
+ __metadata("design:type", Object)
57
+ ], QueryUpdatePrestation.prototype, "exercicePrestation", void 0);
58
+ __decorate([
59
+ (0, utils_1.ApiPropertyOptional)(),
60
+ (0, class_validator_1.IsOptional)(),
61
+ (0, class_validator_1.IsArray)(),
62
+ __metadata("design:type", Array)
63
+ ], QueryUpdatePrestation.prototype, "options", void 0);
64
+ __decorate([
65
+ (0, utils_1.ApiPropertyOptional)(),
66
+ (0, class_validator_1.IsOptional)(),
67
+ (0, class_validator_1.IsNumber)(),
68
+ __metadata("design:type", Number)
69
+ ], QueryUpdatePrestation.prototype, "idExercicePrestation", void 0);
70
+ __decorate([
71
+ (0, utils_1.ApiPropertyOptional)(),
72
+ (0, class_validator_1.IsOptional)(),
73
+ (0, class_validator_1.IsArray)(),
74
+ __metadata("design:type", Array)
75
+ ], QueryUpdatePrestation.prototype, "commercialOffers", void 0);
76
+ exports.QueryUpdatePrestation = QueryUpdatePrestation;
77
+ //# 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,qDAAoF;AACpF,6CAAqE;AAMrE,MAAa,qBAAqB;CAgBjC;AAfC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yDACe;AAE1B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;iEACwC;AAEnD;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;;sDACU;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;;+DAC6B;AAfzC,sDAgBC;AAED,MAAa,qBAAqB;CA8BjC;AA7BC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACU;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACoB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iEACwC;AAEnD;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;sDACU;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mEACoB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;+DAC6B;AA7BzC,sDA8BC","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"}
@@ -69,6 +69,12 @@ __decorate([
69
69
  (0, class_validator_1.IsOptional)(),
70
70
  __metadata("design:type", Boolean)
71
71
  ], QueryUpdatePrestations.prototype, "isBack", void 0);
72
+ __decorate([
73
+ (0, utils_1.ApiPropertyOptional)(),
74
+ (0, class_validator_1.IsNumber)(),
75
+ (0, class_validator_1.IsOptional)(),
76
+ __metadata("design:type", Number)
77
+ ], QueryUpdatePrestations.prototype, "minimumPrice", void 0);
72
78
  __decorate([
73
79
  (0, utils_1.ApiPropertyOptional)(),
74
80
  (0, class_validator_1.IsNumber)(),
@@ -1 +1 @@
1
- {"version":3,"file":"QueryUpdate.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestations/QueryUpdate.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAwD;AACxD,sFAA2E;AAG3E,MAAa,sBAAsB;CAkGlC;AAjGC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACG;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACK;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACW;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACW;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACQ;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACa;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACa;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AAEnB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACS;AAEtB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AAEnB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACe;AAE5B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACgB;AAE7B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;qDACK;AAjGpB,wDAkGC","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,qDAEyB;AACzB,6CAAwD;AACxD,sFAA2E;AAG3E,MAAa,sBAAsB;CAuGlC;AAtGC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACG;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACK;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACW;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACW;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACQ;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACa;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACa;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AAEnB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACW;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACS;AAEtB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AAEnB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACe;AAE5B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACgB;AAE7B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACI;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;qDACK;AAtGpB,wDAuGC","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"}
@@ -40,27 +40,27 @@ __decorate([
40
40
  (0, class_validator_1.IsDate)(),
41
41
  __metadata("design:type", Date)
42
42
  ], CreateBusinessPartnersAndUsersParamsUser.prototype, "birthdate", void 0);
43
- exports.CreateBusinessPartnersAndUsersParamsUser = CreateBusinessPartnersAndUsersParamsUser;
44
- class CreateBusinessPartnersAndUsersParams {
45
- }
46
43
  __decorate([
47
44
  (0, decorators_1.ApiPropertyOptional)(),
48
45
  (0, class_validator_1.IsOptional)(),
49
46
  (0, class_validator_1.IsString)(),
50
47
  __metadata("design:type", String)
51
- ], CreateBusinessPartnersAndUsersParams.prototype, "cityOfBirth", void 0);
48
+ ], CreateBusinessPartnersAndUsersParamsUser.prototype, "cityOfBirth", void 0);
52
49
  __decorate([
53
50
  (0, decorators_1.ApiPropertyOptional)(),
54
51
  (0, class_validator_1.IsOptional)(),
55
52
  (0, class_validator_1.IsEnum)(Country_1.CountryId),
56
53
  __metadata("design:type", Number)
57
- ], CreateBusinessPartnersAndUsersParams.prototype, "idCountryBirth", void 0);
54
+ ], CreateBusinessPartnersAndUsersParamsUser.prototype, "idCountryBirth", void 0);
58
55
  __decorate([
59
56
  (0, decorators_1.ApiPropertyOptional)(),
60
57
  (0, class_validator_1.IsOptional)(),
61
58
  (0, class_validator_1.IsInt)(),
62
59
  __metadata("design:type", Number)
63
- ], CreateBusinessPartnersAndUsersParams.prototype, "idNationality", void 0);
60
+ ], CreateBusinessPartnersAndUsersParamsUser.prototype, "idNationality", void 0);
61
+ exports.CreateBusinessPartnersAndUsersParamsUser = CreateBusinessPartnersAndUsersParamsUser;
62
+ class CreateBusinessPartnersAndUsersParams {
63
+ }
64
64
  __decorate([
65
65
  (0, decorators_1.ApiPropertyOptional)(),
66
66
  (0, class_validator_1.IsOptional)(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBusinessPartnersAndUsersParams.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6DAAgF;AAChF,mDAAkD;AAClD,sFAA2E;AAE3E,MAAa,wCAAwC;CAoBpD;AAnBC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wEACO;AAElB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2EACU;AAErB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0EACS;AAEpB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACK,IAAI;2EAAC;AAnBrB,4FAoBC;AAED,MAAa,oCAAoC;CA6BhD;AA5BC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yEACY;AAEvB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,mBAAS,CAAC;;4EACW;AAE7B;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2EACiB;AAEzB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;wEACW;AAEvB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wEACc;AAEtB;IAAC,IAAA,wBAAW,GAAE;8BACL,wCAAwC;kEAAC;AA5BpD,oFA6BC","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,qDAEyB;AACzB,6DAAgF;AAChF,mDAAkD;AAClD,sFAA2E;AAE3E,MAAa,wCAAwC;CAmCpD;AAlCC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wEACO;AAElB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2EACU;AAErB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0EACS;AAEpB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACK,IAAI;2EAAC;AAEnB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6EACY;AAEvB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,mBAAS,CAAC;;gFACW;AAE7B;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+EACiB;AAlC3B,4FAmCC;AAED,MAAa,oCAAoC;CAehD;AAbC;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;wEACW;AAEvB;IAAC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wEACc;AAEtB;IAAC,IAAA,wBAAW,GAAE;8BACL,wCAAwC;kEAAC;AAdpD,oFAeC","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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# 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":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTaxDeadline.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":";;;AAeA,MAAa,eAAe;CAqC3B;AArCD,0CAqCC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AACD,MAAa,yBAAyB;CAGrC;AAHD,8DAGC;AAED,MAAa,kCAAkC;CAM9C;AAND,gFAMC;AAED,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AAED,MAAa,eAAe;CAa3B;AAbD,0CAaC","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,MAAa,eAAe;CAqC3B;AArCD,0CAqCC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AACD,MAAa,yBAAyB;CAGrC;AAHD,8DAGC;AAED,MAAa,kCAAkC;CAM9C;AAND,gFAMC;AAED,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AAED,MAAa,eAAe;CAa3B;AAbD,0CAaC","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"}
@@ -57,5 +57,12 @@ __decorate([
57
57
  (0, boolean_transform_1.ToBoolean)(),
58
58
  __metadata("design:type", Boolean)
59
59
  ], ParamsGetAllUserWithRoles.prototype, "withWorkingSchedules", void 0);
60
+ __decorate([
61
+ (0, utils_1.ApiPropertyOptional)(),
62
+ (0, class_validator_1.IsOptional)(),
63
+ (0, class_validator_1.IsBoolean)(),
64
+ (0, boolean_transform_1.ToBoolean)(),
65
+ __metadata("design:type", Boolean)
66
+ ], ParamsGetAllUserWithRoles.prototype, "usersNotInBusinessPartner", void 0);
60
67
  exports.ParamsGetAllUserWithRoles = ParamsGetAllUserWithRoles;
61
68
  //# sourceMappingURL=ParamsGetAllUserWithRoles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParamsGetAllUserWithRoles.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAEyB;AACzB,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,yBAAyB;CAoCrC;AAnCC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;;wDACO;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4DACY;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;2DACS;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAA,sBAAI,EAAC,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DAChB;AAEtB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;6DACsB;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;uEACqB;AAnCnC,8DAoCC","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,qDAEyB;AACzB,6CAAqE;AACrE,sFAA2E;AAE3E,MAAa,yBAAyB;CA0CrC;AAzCC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;;wDACO;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4DACY;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;2DACS;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAA,sBAAI,EAAC,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DAChB;AAEtB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;6DACsB;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;uEACqB;AAEjC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;4EAC0B;AAzCxC,8DA0CC","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"}
@@ -11,6 +11,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.QueryGetAllFromSociety = void 0;
13
13
  const utils_1 = require("../../../../utils");
14
+ const class_validator_1 = require("class-validator");
15
+ const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
14
16
  class QueryGetAllFromSociety {
15
17
  }
16
18
  __decorate([
@@ -31,5 +33,12 @@ __decorate([
31
33
  }),
32
34
  __metadata("design:type", Array)
33
35
  ], QueryGetAllFromSociety.prototype, "roles", void 0);
36
+ __decorate([
37
+ (0, utils_1.ApiPropertyOptional)(),
38
+ (0, class_validator_1.IsOptional)(),
39
+ (0, class_validator_1.IsBoolean)(),
40
+ (0, boolean_transform_1.ToBoolean)(),
41
+ __metadata("design:type", Boolean)
42
+ ], QueryGetAllFromSociety.prototype, "usersNotInBusinessPartner", void 0);
34
43
  exports.QueryGetAllFromSociety = QueryGetAllFromSociety;
35
44
  //# sourceMappingURL=QueryGetAllFromSociety.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryGetAllFromSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgD;AAEhD,MAAa,sBAAsB;CAgBlC;AAfC;IAAC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;yDACkB;AAEpB;IAAC,IAAA,mBAAW,EAAC;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;AAfpB,wDAgBC","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,6CAAqE;AACrE,qDAEyB;AACzB,sFAA2E;AAE3E,MAAa,sBAAsB;CAsBlC;AArBC;IAAC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;yDACkB;AAEpB;IAAC,IAAA,mBAAW,EAAC;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,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;yEAC0B;AArBxC,wDAsBC","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,26 @@
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.QueryGetAllWithoutBp = void 0;
13
+ const utils_1 = require("../../../../utils");
14
+ class QueryGetAllWithoutBp {
15
+ }
16
+ __decorate([
17
+ (0, utils_1.ApiProperty)({
18
+ description: 'id of the specified society',
19
+ required: true,
20
+ type: Number,
21
+ example: 100,
22
+ }),
23
+ __metadata("design:type", Number)
24
+ ], QueryGetAllWithoutBp.prototype, "idSociety", void 0);
25
+ exports.QueryGetAllWithoutBp = QueryGetAllWithoutBp;
26
+ //# 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,6CAAgD;AAEhD,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG;KACb,CAAC;;uDACkB;AAPtB,oDAQC","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}"]}
@@ -1,42 +1,36 @@
1
- import { ICountry } from './ICountry';
2
1
  import { IGedFile } from './IGedFile';
3
- import { INationality } from './INationality';
4
2
  import { ISociety } from './ISociety';
5
3
  import { IUser } from './IUser';
6
4
  export interface IBusinessPartner {
7
5
  id?: number;
8
6
  isPhysical: boolean;
9
- address: string | null;
10
- zipCodeBirth: string | null;
11
- birthPlace: string | null;
12
- departmentBirth: string | null;
13
- idCountryBirth: number | null;
14
- birthname: string | null;
15
- cityOfBirth: string | null;
16
- sharesHeld: number | null;
17
- idCountry: number | null;
18
- idNationality: number | null;
19
- reason: string | null;
20
- reasonQuality: string | null;
21
- identityDocument: string | null;
22
- otherActivities: string | null;
23
- activityBefore: string | null;
24
- maritalStatus: string | null;
25
- idGedFileKbis: number | null;
26
- idGedFileIC: number | null;
27
- idGedFileStatus: number | null;
7
+ sharesHeld?: number;
8
+ reason?: string;
9
+ reasonQuality?: string;
10
+ identityDocument?: string;
11
+ otherActivities?: string;
12
+ activityBefore?: string;
13
+ /**
14
+ * @deprecated
15
+ */
16
+ idGedFileKbis?: number;
17
+ /**
18
+ * @deprecated
19
+ */
20
+ idGedFileIC?: number;
21
+ /**
22
+ * @deprecated
23
+ */
24
+ idGedFileStatus?: number;
28
25
  idSociety: number | null;
29
26
  idUser: number | null;
30
27
  idSocietyParent: number;
31
- idMaritalStatus: number;
28
+ idQuality: number | null;
32
29
  createdAt?: Date | null;
33
30
  updatedAt?: Date | null;
34
- country?: ICountry;
35
- countryLiving?: ICountry;
36
31
  fileKbis?: IGedFile;
37
32
  fileIC?: IGedFile;
38
33
  fileStatus?: IGedFile;
39
- nationality?: INationality;
40
34
  society?: ISociety;
41
35
  user?: IUser;
42
36
  societyParent?: ISociety;