@silexpert/core 1.3.95-2 → 1.3.95-6

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 (362) hide show
  1. package/dist/cjs/api/resources/Exercice.d.ts +1 -1
  2. package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Exercice.js.map +1 -1
  4. package/dist/cjs/api/resources/Inpi.d.ts +3 -3
  5. package/dist/cjs/api/resources/Inpi.d.ts.map +1 -1
  6. package/dist/cjs/api/resources/Inpi.js +1 -1
  7. package/dist/cjs/api/resources/Inpi.js.map +1 -1
  8. package/dist/cjs/api/resources/Qonto.d.ts +1 -11
  9. package/dist/cjs/api/resources/Qonto.d.ts.map +1 -1
  10. package/dist/cjs/api/resources/Qonto.js +0 -29
  11. package/dist/cjs/api/resources/Qonto.js.map +1 -1
  12. package/dist/cjs/api/resources/Sellsy.d.ts +19 -0
  13. package/dist/cjs/api/resources/Sellsy.d.ts.map +1 -0
  14. package/dist/cjs/api/resources/Sellsy.js +20 -0
  15. package/dist/cjs/api/resources/Sellsy.js.map +1 -0
  16. package/dist/cjs/api/resources/Society.d.ts +2 -1
  17. package/dist/cjs/api/resources/Society.d.ts.map +1 -1
  18. package/dist/cjs/api/resources/Society.js +3 -0
  19. package/dist/cjs/api/resources/Society.js.map +1 -1
  20. package/dist/cjs/api/resources/StripePurchase.d.ts +13 -0
  21. package/dist/cjs/api/resources/StripePurchase.d.ts.map +1 -0
  22. package/dist/cjs/api/resources/StripePurchase.js +17 -0
  23. package/dist/cjs/api/resources/StripePurchase.js.map +1 -0
  24. package/dist/cjs/api/resources/Team.d.ts +1 -15
  25. package/dist/cjs/api/resources/Team.d.ts.map +1 -1
  26. package/dist/cjs/api/resources/Team.js +0 -18
  27. package/dist/cjs/api/resources/Team.js.map +1 -1
  28. package/dist/cjs/api/resources/User.js +1 -1
  29. package/dist/cjs/api/resources/User.js.map +1 -1
  30. package/dist/cjs/api/resources.d.ts +4 -0
  31. package/dist/cjs/api/resources.d.ts.map +1 -1
  32. package/dist/cjs/api/resources.js +4 -0
  33. package/dist/cjs/api/resources.js.map +1 -1
  34. package/dist/cjs/types/Enum/BalanceSheet.d.ts +2 -2
  35. package/dist/cjs/types/Enum/BalanceSheet.js +2 -2
  36. package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
  37. package/dist/cjs/types/Enum/BrandClementine.js +5 -5
  38. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  39. package/dist/cjs/types/Enum/BrandComptalib.js +1 -1
  40. package/dist/cjs/types/Enum/BrandComptalib.js.map +1 -1
  41. package/dist/cjs/types/Enum/BrandLegalstart.js +1 -1
  42. package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
  43. package/dist/cjs/types/Enum/BrandPourcentage.js +4 -4
  44. package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
  45. package/dist/cjs/types/Enum/Card.d.ts +20 -12
  46. package/dist/cjs/types/Enum/Card.d.ts.map +1 -1
  47. package/dist/cjs/types/Enum/Card.js +29 -10
  48. package/dist/cjs/types/Enum/Card.js.map +1 -1
  49. package/dist/cjs/types/Enum/InpiType.d.ts +10 -2
  50. package/dist/cjs/types/Enum/InpiType.d.ts.map +1 -1
  51. package/dist/cjs/types/Enum/InpiType.js +12 -4
  52. package/dist/cjs/types/Enum/InpiType.js.map +1 -1
  53. package/dist/cjs/types/Enum/Phone.d.ts +206 -0
  54. package/dist/cjs/types/Enum/Phone.d.ts.map +1 -1
  55. package/dist/cjs/types/Enum/Phone.js +208 -2
  56. package/dist/cjs/types/Enum/Phone.js.map +1 -1
  57. package/dist/cjs/types/Enum/PrestationType.d.ts +2 -1
  58. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  59. package/dist/cjs/types/Enum/PrestationType.js +36 -16
  60. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  61. package/dist/cjs/types/Enum/Stripe.d.ts +4 -0
  62. package/dist/cjs/types/Enum/Stripe.d.ts.map +1 -0
  63. package/dist/cjs/types/Enum/Stripe.js +8 -0
  64. package/dist/cjs/types/Enum/Stripe.js.map +1 -0
  65. package/dist/cjs/types/Form/FormConnector.d.ts +1 -0
  66. package/dist/cjs/types/Form/FormConnector.d.ts.map +1 -1
  67. package/dist/cjs/types/Form/FormConnector.js +83 -0
  68. package/dist/cjs/types/Form/FormConnector.js.map +1 -1
  69. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  70. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  71. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +7 -0
  72. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  73. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
  74. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  75. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +4 -0
  76. package/dist/cjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  77. package/dist/cjs/types/Interface/api/card/Cron.d.ts +8 -0
  78. package/dist/cjs/types/Interface/api/card/Cron.d.ts.map +1 -0
  79. package/dist/cjs/types/Interface/api/card/Cron.js +39 -0
  80. package/dist/cjs/types/Interface/api/card/Cron.js.map +1 -0
  81. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +4 -20
  82. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  83. package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
  84. package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.d.ts +12 -0
  85. package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +1 -0
  86. package/dist/cjs/types/Interface/api/{companeo/CompaneoReturn.js → connector/OAuthTokenRequest.js} +1 -1
  87. package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.js.map +1 -0
  88. package/dist/cjs/types/Interface/api/exercice/Create.d.ts +1 -0
  89. package/dist/cjs/types/Interface/api/exercice/Create.d.ts.map +1 -1
  90. package/dist/cjs/types/Interface/api/exercice/Create.js +7 -0
  91. package/dist/cjs/types/Interface/api/exercice/Create.js.map +1 -1
  92. package/dist/cjs/types/Interface/api/inpiPayment/Query.d.ts +14 -0
  93. package/dist/cjs/types/Interface/api/inpiPayment/Query.d.ts.map +1 -0
  94. package/dist/cjs/types/Interface/api/inpiPayment/Query.js +128 -0
  95. package/dist/cjs/types/Interface/api/inpiPayment/Query.js.map +1 -0
  96. package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
  97. package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  98. package/dist/cjs/types/Interface/api/library/QueryLibrary.js +6 -0
  99. package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
  100. package/dist/cjs/types/Interface/api/qonto/Create.d.ts +0 -34
  101. package/dist/cjs/types/Interface/api/qonto/Create.d.ts.map +1 -1
  102. package/dist/cjs/types/Interface/api/qonto/Create.js +1 -155
  103. package/dist/cjs/types/Interface/api/qonto/Create.js.map +1 -1
  104. package/dist/cjs/types/Interface/api/qonto/Query.d.ts +0 -44
  105. package/dist/cjs/types/Interface/api/qonto/Query.d.ts.map +1 -1
  106. package/dist/cjs/types/Interface/api/qonto/Query.js +1 -4
  107. package/dist/cjs/types/Interface/api/qonto/Query.js.map +1 -1
  108. package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts +1 -0
  109. package/dist/cjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  110. package/dist/cjs/types/Interface/api/registration/CreateRegistration.js +6 -0
  111. package/dist/cjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  112. package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +11 -0
  113. package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +1 -0
  114. package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +3 -0
  115. package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +1 -0
  116. package/dist/cjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts +10 -0
  117. package/dist/cjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts.map +1 -0
  118. package/dist/cjs/types/Interface/api/{team/QueryUpdateUserTeam.js → sellsy/SellsyOauthCallback.js} +17 -9
  119. package/dist/cjs/types/Interface/api/sellsy/SellsyOauthCallback.js.map +1 -0
  120. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts +5 -4
  121. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  122. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +13 -0
  123. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  124. package/dist/cjs/types/Interface/api/society/QueryToArchived.d.ts +5 -0
  125. package/dist/cjs/types/Interface/api/society/QueryToArchived.d.ts.map +1 -0
  126. package/dist/cjs/types/Interface/api/{team/QueryUpdateTeamsForUser.js → society/QueryToArchived.js} +10 -9
  127. package/dist/cjs/types/Interface/api/society/QueryToArchived.js.map +1 -0
  128. package/dist/cjs/types/Interface/api/stripe/Create.d.ts +10 -0
  129. package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  130. package/dist/cjs/types/Interface/api/stripe/Create.js +30 -1
  131. package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
  132. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts +6 -0
  133. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  134. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js +19 -1
  135. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  136. package/dist/cjs/types/Interface/models/IConnector.d.ts +1 -0
  137. package/dist/cjs/types/Interface/models/IConnector.d.ts.map +1 -1
  138. package/dist/cjs/types/Interface/models/IConnector.js.map +1 -1
  139. package/dist/cjs/types/index.d.ts +5 -2
  140. package/dist/cjs/types/index.d.ts.map +1 -1
  141. package/dist/cjs/types/index.js +5 -2
  142. package/dist/cjs/types/index.js.map +1 -1
  143. package/dist/cjs/utils/vat/3517/century23.d.ts.map +1 -1
  144. package/dist/cjs/utils/vat/3517/century23.js +55 -55
  145. package/dist/cjs/utils/vat/3517/century23.js.map +1 -1
  146. package/dist/mjs/api/resources/Exercice.d.ts +1 -1
  147. package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
  148. package/dist/mjs/api/resources/Exercice.js.map +1 -1
  149. package/dist/mjs/api/resources/Inpi.d.ts +3 -3
  150. package/dist/mjs/api/resources/Inpi.d.ts.map +1 -1
  151. package/dist/mjs/api/resources/Inpi.js +1 -1
  152. package/dist/mjs/api/resources/Inpi.js.map +1 -1
  153. package/dist/mjs/api/resources/Qonto.d.ts +1 -11
  154. package/dist/mjs/api/resources/Qonto.d.ts.map +1 -1
  155. package/dist/mjs/api/resources/Qonto.js +0 -29
  156. package/dist/mjs/api/resources/Qonto.js.map +1 -1
  157. package/dist/mjs/api/resources/Sellsy.d.ts +19 -0
  158. package/dist/mjs/api/resources/Sellsy.d.ts.map +1 -0
  159. package/dist/mjs/api/resources/Sellsy.js +16 -0
  160. package/dist/mjs/api/resources/Sellsy.js.map +1 -0
  161. package/dist/mjs/api/resources/Society.d.ts +2 -1
  162. package/dist/mjs/api/resources/Society.d.ts.map +1 -1
  163. package/dist/mjs/api/resources/Society.js +3 -0
  164. package/dist/mjs/api/resources/Society.js.map +1 -1
  165. package/dist/mjs/api/resources/StripePurchase.d.ts +13 -0
  166. package/dist/mjs/api/resources/StripePurchase.d.ts.map +1 -0
  167. package/dist/mjs/api/resources/StripePurchase.js +16 -0
  168. package/dist/mjs/api/resources/StripePurchase.js.map +1 -0
  169. package/dist/mjs/api/resources/Team.d.ts +1 -15
  170. package/dist/mjs/api/resources/Team.d.ts.map +1 -1
  171. package/dist/mjs/api/resources/Team.js +0 -18
  172. package/dist/mjs/api/resources/Team.js.map +1 -1
  173. package/dist/mjs/api/resources/User.js +1 -1
  174. package/dist/mjs/api/resources/User.js.map +1 -1
  175. package/dist/mjs/api/resources.d.ts +4 -0
  176. package/dist/mjs/api/resources.d.ts.map +1 -1
  177. package/dist/mjs/api/resources.js +4 -0
  178. package/dist/mjs/api/resources.js.map +1 -1
  179. package/dist/mjs/types/Enum/BalanceSheet.d.ts +2 -2
  180. package/dist/mjs/types/Enum/BalanceSheet.js +2 -2
  181. package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
  182. package/dist/mjs/types/Enum/BrandClementine.js +5 -5
  183. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  184. package/dist/mjs/types/Enum/BrandComptalib.js +1 -1
  185. package/dist/mjs/types/Enum/BrandComptalib.js.map +1 -1
  186. package/dist/mjs/types/Enum/BrandLegalstart.js +1 -1
  187. package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
  188. package/dist/mjs/types/Enum/BrandPourcentage.js +4 -4
  189. package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
  190. package/dist/mjs/types/Enum/Card.d.ts +20 -12
  191. package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
  192. package/dist/mjs/types/Enum/Card.js +29 -10
  193. package/dist/mjs/types/Enum/Card.js.map +1 -1
  194. package/dist/mjs/types/Enum/InpiType.d.ts +10 -2
  195. package/dist/mjs/types/Enum/InpiType.d.ts.map +1 -1
  196. package/dist/mjs/types/Enum/InpiType.js +12 -4
  197. package/dist/mjs/types/Enum/InpiType.js.map +1 -1
  198. package/dist/mjs/types/Enum/Phone.d.ts +206 -0
  199. package/dist/mjs/types/Enum/Phone.d.ts.map +1 -1
  200. package/dist/mjs/types/Enum/Phone.js +208 -2
  201. package/dist/mjs/types/Enum/Phone.js.map +1 -1
  202. package/dist/mjs/types/Enum/PrestationType.d.ts +2 -1
  203. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  204. package/dist/mjs/types/Enum/PrestationType.js +36 -16
  205. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  206. package/dist/mjs/types/Enum/Stripe.d.ts +4 -0
  207. package/dist/mjs/types/Enum/Stripe.d.ts.map +1 -0
  208. package/dist/mjs/types/Enum/Stripe.js +5 -0
  209. package/dist/mjs/types/Enum/Stripe.js.map +1 -0
  210. package/dist/mjs/types/Form/FormConnector.d.ts +1 -0
  211. package/dist/mjs/types/Form/FormConnector.d.ts.map +1 -1
  212. package/dist/mjs/types/Form/FormConnector.js +84 -11
  213. package/dist/mjs/types/Form/FormConnector.js.map +1 -1
  214. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  215. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  216. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +8 -0
  217. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  218. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
  219. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  220. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +5 -0
  221. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  222. package/dist/mjs/types/Interface/api/card/Cron.d.ts +8 -0
  223. package/dist/mjs/types/Interface/api/card/Cron.d.ts.map +1 -0
  224. package/dist/mjs/types/Interface/api/card/Cron.js +37 -0
  225. package/dist/mjs/types/Interface/api/card/Cron.js.map +1 -0
  226. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +4 -20
  227. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  228. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  229. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts +12 -0
  230. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +1 -0
  231. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js +2 -0
  232. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js.map +1 -0
  233. package/dist/mjs/types/Interface/api/exercice/Create.d.ts +1 -0
  234. package/dist/mjs/types/Interface/api/exercice/Create.d.ts.map +1 -1
  235. package/dist/mjs/types/Interface/api/exercice/Create.js +8 -0
  236. package/dist/mjs/types/Interface/api/exercice/Create.js.map +1 -1
  237. package/dist/mjs/types/Interface/api/inpiPayment/Query.d.ts +14 -0
  238. package/dist/mjs/types/Interface/api/inpiPayment/Query.d.ts.map +1 -0
  239. package/dist/mjs/types/Interface/api/inpiPayment/Query.js +135 -0
  240. package/dist/mjs/types/Interface/api/inpiPayment/Query.js.map +1 -0
  241. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
  242. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  243. package/dist/mjs/types/Interface/api/library/QueryLibrary.js +8 -1
  244. package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
  245. package/dist/mjs/types/Interface/api/qonto/Create.d.ts +0 -34
  246. package/dist/mjs/types/Interface/api/qonto/Create.d.ts.map +1 -1
  247. package/dist/mjs/types/Interface/api/qonto/Create.js +1 -178
  248. package/dist/mjs/types/Interface/api/qonto/Create.js.map +1 -1
  249. package/dist/mjs/types/Interface/api/qonto/Query.d.ts +0 -44
  250. package/dist/mjs/types/Interface/api/qonto/Query.d.ts.map +1 -1
  251. package/dist/mjs/types/Interface/api/qonto/Query.js +0 -9
  252. package/dist/mjs/types/Interface/api/qonto/Query.js.map +1 -1
  253. package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts +1 -0
  254. package/dist/mjs/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  255. package/dist/mjs/types/Interface/api/registration/CreateRegistration.js +7 -0
  256. package/dist/mjs/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  257. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +11 -0
  258. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +1 -0
  259. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +2 -0
  260. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +1 -0
  261. package/dist/mjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts +10 -0
  262. package/dist/mjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts.map +1 -0
  263. package/dist/mjs/types/Interface/api/{team/QueryUpdateUserTeam.js → sellsy/SellsyOauthCallback.js} +19 -10
  264. package/dist/mjs/types/Interface/api/sellsy/SellsyOauthCallback.js.map +1 -0
  265. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts +5 -4
  266. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  267. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js +14 -0
  268. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  269. package/dist/mjs/types/Interface/api/society/QueryToArchived.d.ts +5 -0
  270. package/dist/mjs/types/Interface/api/society/QueryToArchived.d.ts.map +1 -0
  271. package/dist/mjs/types/Interface/api/{team/QueryUpdateTeamsForUser.js → society/QueryToArchived.js} +11 -10
  272. package/dist/mjs/types/Interface/api/society/QueryToArchived.js.map +1 -0
  273. package/dist/mjs/types/Interface/api/stripe/Create.d.ts +10 -0
  274. package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  275. package/dist/mjs/types/Interface/api/stripe/Create.js +34 -1
  276. package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
  277. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts +6 -0
  278. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  279. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js +18 -0
  280. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  281. package/dist/mjs/types/Interface/models/IConnector.d.ts +1 -0
  282. package/dist/mjs/types/Interface/models/IConnector.d.ts.map +1 -1
  283. package/dist/mjs/types/Interface/models/IConnector.js.map +1 -1
  284. package/dist/mjs/types/index.d.ts +5 -2
  285. package/dist/mjs/types/index.d.ts.map +1 -1
  286. package/dist/mjs/types/index.js +5 -2
  287. package/dist/mjs/types/index.js.map +1 -1
  288. package/dist/mjs/utils/vat/3517/century23.d.ts.map +1 -1
  289. package/dist/mjs/utils/vat/3517/century23.js +54 -54
  290. package/dist/mjs/utils/vat/3517/century23.js.map +1 -1
  291. package/package.json +1 -1
  292. package/ts/api/resources/Exercice.ts +1 -1
  293. package/ts/api/resources/Inpi.ts +3 -2
  294. package/ts/api/resources/Qonto.ts +0 -43
  295. package/ts/api/resources/Sellsy.ts +24 -0
  296. package/ts/api/resources/Society.ts +5 -2
  297. package/ts/api/resources/StripePurchase.ts +22 -0
  298. package/ts/api/resources/Team.ts +1 -22
  299. package/ts/api/resources/User.ts +1 -1
  300. package/ts/api/resources.ts +4 -0
  301. package/ts/types/Enum/BalanceSheet.ts +2 -2
  302. package/ts/types/Enum/BrandClementine.ts +5 -5
  303. package/ts/types/Enum/BrandComptalib.ts +1 -1
  304. package/ts/types/Enum/BrandLegalstart.ts +1 -1
  305. package/ts/types/Enum/BrandPourcentage.ts +4 -4
  306. package/ts/types/Enum/Card.ts +30 -11
  307. package/ts/types/Enum/InpiType.ts +13 -4
  308. package/ts/types/Enum/Phone.ts +208 -2
  309. package/ts/types/Enum/PrestationType.ts +36 -16
  310. package/ts/types/Enum/Stripe.ts +3 -0
  311. package/ts/types/Form/FormConnector.ts +39 -11
  312. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +6 -0
  313. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +3 -0
  314. package/ts/types/Interface/api/card/Cron.ts +21 -0
  315. package/ts/types/Interface/api/config/ConfigType.ts +2 -22
  316. package/ts/types/Interface/api/connector/OAuthTokenRequest.ts +12 -0
  317. package/ts/types/Interface/api/exercice/Create.ts +6 -0
  318. package/ts/types/Interface/api/inpiPayment/Query.ts +103 -0
  319. package/ts/types/Interface/api/library/QueryLibrary.ts +6 -1
  320. package/ts/types/Interface/api/qonto/Create.ts +1 -128
  321. package/ts/types/Interface/api/qonto/Query.ts +0 -64
  322. package/ts/types/Interface/api/registration/CreateRegistration.ts +5 -0
  323. package/ts/types/Interface/api/sellsy/SellsyConnectionStatus.ts +10 -0
  324. package/ts/types/Interface/api/sellsy/SellsyOauthCallback.ts +24 -0
  325. package/ts/types/Interface/api/shopify/InvoicesShopify.ts +19 -4
  326. package/ts/types/Interface/api/society/QueryToArchived.ts +10 -0
  327. package/ts/types/Interface/api/stripe/Create.ts +24 -1
  328. package/ts/types/Interface/api/stripe/QueryStripe.ts +14 -0
  329. package/ts/types/Interface/models/IConnector.ts +1 -0
  330. package/ts/types/index.ts +5 -2
  331. package/ts/utils/vat/3517/century23.ts +55 -54
  332. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.d.ts +0 -46
  333. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.d.ts.map +0 -1
  334. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.js.map +0 -1
  335. package/dist/cjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts +0 -4
  336. package/dist/cjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts.map +0 -1
  337. package/dist/cjs/types/Interface/api/team/QueryUpdateTeamsForUser.js.map +0 -1
  338. package/dist/cjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts +0 -5
  339. package/dist/cjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts.map +0 -1
  340. package/dist/cjs/types/Interface/api/team/QueryUpdateUserTeam.js.map +0 -1
  341. package/dist/cjs/types/Interface/api/team/index.d.ts +0 -6
  342. package/dist/cjs/types/Interface/api/team/index.d.ts.map +0 -1
  343. package/dist/cjs/types/Interface/api/team/index.js +0 -22
  344. package/dist/cjs/types/Interface/api/team/index.js.map +0 -1
  345. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.d.ts +0 -46
  346. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.d.ts.map +0 -1
  347. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.js +0 -2
  348. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.js.map +0 -1
  349. package/dist/mjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts +0 -4
  350. package/dist/mjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts.map +0 -1
  351. package/dist/mjs/types/Interface/api/team/QueryUpdateTeamsForUser.js.map +0 -1
  352. package/dist/mjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts +0 -5
  353. package/dist/mjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts.map +0 -1
  354. package/dist/mjs/types/Interface/api/team/QueryUpdateUserTeam.js.map +0 -1
  355. package/dist/mjs/types/Interface/api/team/index.d.ts +0 -6
  356. package/dist/mjs/types/Interface/api/team/index.d.ts.map +0 -1
  357. package/dist/mjs/types/Interface/api/team/index.js +0 -6
  358. package/dist/mjs/types/Interface/api/team/index.js.map +0 -1
  359. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +0 -47
  360. package/ts/types/Interface/api/team/QueryUpdateTeamsForUser.ts +0 -9
  361. package/ts/types/Interface/api/team/QueryUpdateUserTeam.ts +0 -12
  362. package/ts/types/Interface/api/team/index.ts +0 -5
@@ -0,0 +1,4 @@
1
+ export declare enum PurchasePriceType {
2
+ NEW_EXERCICE = "newExercice"
3
+ }
4
+ //# sourceMappingURL=Stripe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stripe.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Stripe.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,YAAY,gBAAgB;CAC7B"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PurchasePriceType = void 0;
4
+ var PurchasePriceType;
5
+ (function (PurchasePriceType) {
6
+ PurchasePriceType["NEW_EXERCICE"] = "newExercice";
7
+ })(PurchasePriceType || (exports.PurchasePriceType = PurchasePriceType = {}));
8
+ //# sourceMappingURL=Stripe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stripe.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Stripe.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAEX;AAFD,WAAY,iBAAiB;IAC3B,iDAA4B,CAAA;AAC9B,CAAC,EAFW,iBAAiB,iCAAjB,iBAAiB,QAE5B","sourcesContent":["export enum PurchasePriceType {\n NEW_EXERCICE = 'newExercice'\n}"]}
@@ -11,5 +11,6 @@ export declare class FormConnector {
11
11
  date?: Date;
12
12
  idTypeConnector: ConnectorType;
13
13
  idSociety?: number;
14
+ expiresIn?: number;
14
15
  }
15
16
  //# sourceMappingURL=FormConnector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormConnector.d.ts","sourceRoot":"","sources":["../../../../ts/types/Form/FormConnector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,qBAAa,aAAa;IAExB,EAAE,CAAC,EAAE,MAAM,CAAC;IAGZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,GAAG,CAAC,EAAE,MAAM,CAAC;IAGb,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,IAAI,CAAC;IAGZ,eAAe,EAAE,aAAa,CAAC;IAG/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"FormConnector.d.ts","sourceRoot":"","sources":["../../../../ts/types/Form/FormConnector.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGtD,qBAAa,aAAa;IAIxB,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,IAAI,CAAC,EAAE,IAAI,CAAC;IAIZ,eAAe,EAAE,aAAa,CAAC;IAK/B,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1,7 +1,90 @@
1
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
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  exports.FormConnector = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const ConnectorType_1 = require("../Enum/ConnectorType");
15
+ const utils_1 = require("../../utils");
4
16
  class FormConnector {
5
17
  }
6
18
  exports.FormConnector = FormConnector;
19
+ __decorate([
20
+ (0, utils_1.ApiPropertyOptional)(),
21
+ (0, class_validator_1.IsOptional)(),
22
+ (0, class_validator_1.IsNumber)(),
23
+ __metadata("design:type", Number)
24
+ ], FormConnector.prototype, "id", void 0);
25
+ __decorate([
26
+ (0, utils_1.ApiPropertyOptional)(),
27
+ (0, class_validator_1.IsOptional)(),
28
+ (0, class_validator_1.IsString)(),
29
+ __metadata("design:type", String)
30
+ ], FormConnector.prototype, "username", void 0);
31
+ __decorate([
32
+ (0, utils_1.ApiPropertyOptional)(),
33
+ (0, class_validator_1.IsOptional)(),
34
+ (0, class_validator_1.IsString)(),
35
+ __metadata("design:type", String)
36
+ ], FormConnector.prototype, "pass", void 0);
37
+ __decorate([
38
+ (0, utils_1.ApiPropertyOptional)(),
39
+ (0, class_validator_1.IsOptional)(),
40
+ (0, class_validator_1.IsString)(),
41
+ __metadata("design:type", String)
42
+ ], FormConnector.prototype, "url", void 0);
43
+ __decorate([
44
+ (0, utils_1.ApiPropertyOptional)(),
45
+ (0, class_validator_1.IsOptional)(),
46
+ (0, class_validator_1.IsString)(),
47
+ __metadata("design:type", String)
48
+ ], FormConnector.prototype, "token", void 0);
49
+ __decorate([
50
+ (0, utils_1.ApiPropertyOptional)(),
51
+ (0, class_validator_1.IsOptional)(),
52
+ (0, class_validator_1.IsString)(),
53
+ __metadata("design:type", String)
54
+ ], FormConnector.prototype, "token2", void 0);
55
+ __decorate([
56
+ (0, utils_1.ApiPropertyOptional)(),
57
+ (0, class_validator_1.IsOptional)(),
58
+ (0, class_validator_1.IsString)(),
59
+ __metadata("design:type", String)
60
+ ], FormConnector.prototype, "token3", void 0);
61
+ __decorate([
62
+ (0, utils_1.ApiPropertyOptional)(),
63
+ (0, class_validator_1.IsOptional)(),
64
+ (0, class_validator_1.IsString)(),
65
+ __metadata("design:type", String)
66
+ ], FormConnector.prototype, "token4", void 0);
67
+ __decorate([
68
+ (0, utils_1.ApiPropertyOptional)(),
69
+ (0, class_validator_1.IsOptional)(),
70
+ (0, class_validator_1.IsDate)(),
71
+ __metadata("design:type", Date)
72
+ ], FormConnector.prototype, "date", void 0);
73
+ __decorate([
74
+ (0, utils_1.ApiProperty)(),
75
+ (0, class_validator_1.IsEnum)(ConnectorType_1.ConnectorType),
76
+ __metadata("design:type", Number)
77
+ ], FormConnector.prototype, "idTypeConnector", void 0);
78
+ __decorate([
79
+ (0, utils_1.ApiPropertyOptional)(),
80
+ (0, class_validator_1.IsOptional)(),
81
+ (0, class_validator_1.IsNumber)(),
82
+ __metadata("design:type", Number)
83
+ ], FormConnector.prototype, "idSociety", void 0);
84
+ __decorate([
85
+ (0, utils_1.ApiPropertyOptional)(),
86
+ (0, class_validator_1.IsOptional)(),
87
+ (0, class_validator_1.IsNumber)(),
88
+ __metadata("design:type", Number)
89
+ ], FormConnector.prototype, "expiresIn", void 0);
7
90
  //# sourceMappingURL=FormConnector.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormConnector.js","sourceRoot":"","sources":["../../../../ts/types/Form/FormConnector.ts"],"names":[],"mappings":";;;AAEA,MAAa,aAAa;CAiCzB;AAjCD,sCAiCC","sourcesContent":["import { ConnectorType } from '../Enum/ConnectorType';\n\nexport class FormConnector {\n // @ApiProperty()\n id?: number;\n\n // @ApiProperty()\n username?: string;\n\n // @ApiProperty()\n pass?: string;\n\n // @ApiProperty()\n url?: string;\n\n // @ApiProperty()\n token?: string;\n\n // @ApiProperty()\n token2?: string;\n\n // @ApiProperty()\n token3?: string;\n\n // @ApiProperty()\n token4?: string;\n\n // @ApiProperty()\n date?: Date;\n\n // @ApiProperty()\n idTypeConnector: ConnectorType;\n\n // @ApiProperty()\n idSociety?: number;\n}\n"]}
1
+ {"version":3,"file":"FormConnector.js","sourceRoot":"","sources":["../../../../ts/types/Form/FormConnector.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiF;AACjF,yDAAsD;AACtD,uCAA+D;AAE/D,MAAa,aAAa;CA2DzB;AA3DD,sCA2DC;AAvDC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yCACC;AAKZ;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACO;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACG;AAKd;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0CACE;AAKb;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACI;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACK;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACK;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACK;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACF,IAAI;2CAAC;AAIZ;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,EAAC,6BAAa,CAAC;;sDACS;AAK/B;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACQ;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACQ","sourcesContent":["import { IsString, IsOptional, IsNumber, IsDate, IsEnum } from 'class-validator';\nimport { ConnectorType } from '../Enum/ConnectorType';\nimport { ApiProperty, ApiPropertyOptional } from '../../utils';\n\nexport class FormConnector {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n username?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n pass?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n url?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token2?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token3?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token4?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n date?: Date;\n\n @ApiProperty()\n @IsEnum(ConnectorType)\n idTypeConnector: ConnectorType;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n expiresIn?: number;\n}\n"]}
@@ -24,5 +24,6 @@ export declare class QueryPaginatedAccountingFile {
24
24
  descending?: boolean;
25
25
  startDate?: string;
26
26
  endDate?: string;
27
+ notAttached?: boolean;
27
28
  }
28
29
  //# sourceMappingURL=queryAccountingFiles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"queryAccountingFiles.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts"],"names":[],"mappings":"AAIA,qBAAa,oBAAoB;IAE/B,gBAAgB,EAAE,MAAM,CAAC;IAIzB,KAAK,EAAE,OAAO,CAAC;IAIf,UAAU,EAAE,OAAO,CAAC;IAIpB,SAAS,EAAE,OAAO,CAAC;IAGnB,KAAK,EAAE,IAAI,EAAE,CAAC;IAGd,YAAY,CAAC,EAAE,MAAM,CAAC;IAMtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,sBAAuB,SAAQ,oBAAoB;IAE9D,SAAS,EAAE,MAAM,CAAC;IAGlB,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,qBAAa,4BAA4B;IAGvC,oBAAoB,EAAE,MAAM,CAAC;IAI7B,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,qBAAa,4BAA4B;IAGvC,IAAI,EAAE,MAAM,CAAC;IAIb,KAAK,EAAE,MAAM,CAAC;IAGd,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAKhC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"queryAccountingFiles.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts"],"names":[],"mappings":"AAIA,qBAAa,oBAAoB;IAE/B,gBAAgB,EAAE,MAAM,CAAC;IAIzB,KAAK,EAAE,OAAO,CAAC;IAIf,UAAU,EAAE,OAAO,CAAC;IAIpB,SAAS,EAAE,OAAO,CAAC;IAGnB,KAAK,EAAE,IAAI,EAAE,CAAC;IAGd,YAAY,CAAC,EAAE,MAAM,CAAC;IAMtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,qBAAa,sBAAuB,SAAQ,oBAAoB;IAE9D,SAAS,EAAE,MAAM,CAAC;IAGlB,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,qBAAa,4BAA4B;IAGvC,oBAAoB,EAAE,MAAM,CAAC;IAI7B,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,qBAAa,4BAA4B;IAGvC,IAAI,EAAE,MAAM,CAAC;IAIb,KAAK,EAAE,MAAM,CAAC;IAGd,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAKhC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,UAAU,CAAC,EAAE,OAAO,CAAC;IAKrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAMjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
@@ -122,4 +122,11 @@ __decorate([
122
122
  (0, class_validator_1.IsOptional)(),
123
123
  __metadata("design:type", String)
124
124
  ], QueryPaginatedAccountingFile.prototype, "endDate", void 0);
125
+ __decorate([
126
+ (0, utils_1.ApiPropertyOptional)(),
127
+ (0, class_validator_1.IsBoolean)(),
128
+ (0, boolean_transform_1.ToBoolean)(),
129
+ (0, class_validator_1.IsOptional)(),
130
+ __metadata("design:type", Boolean)
131
+ ], QueryPaginatedAccountingFile.prototype, "notAttached", void 0);
125
132
  //# sourceMappingURL=queryAccountingFiles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"queryAccountingFiles.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AACrE,sFAA2E;AAC3E,qDAAuF;AAEvF,MAAa,oBAAoB;CA2BhC;AA3BD,oDA2BC;AAzBC;IADC,IAAA,mBAAW,GAAE;;8DACW;AAIzB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,6BAAS,GAAE;;mDACG;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,6BAAS,GAAE;;wDACQ;AAIpB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,6BAAS,GAAE;;uDACO;AAGnB;IADC,IAAA,mBAAW,GAAE;;mDACA;AAGd;IADC,IAAA,2BAAmB,GAAE;;0DACA;AAMtB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACc;AAG7B,MAAa,sBAAuB,SAAQ,oBAAoB;CAM/D;AAND,wDAMC;AAJC;IADC,IAAA,mBAAW,GAAE;;yDACI;AAGlB;IADC,IAAA,2BAAmB,GAAE;;uEACW;AAGnC,MAAa,4BAA4B;CAQxC;AARD,oEAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;0EACqB;AAI7B;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kEACa;AAG5B,MAAa,4BAA4B;CAqCxC;AArCD,oEAqCC;AAlCC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;0DACK;AAIb;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;2DACM;AAGd;IADC,IAAA,2BAAmB,GAAE;;0EACU;AAKhC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;4DACG;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACG;AAMhB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACQ;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;+DACM;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;6DACI","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { IsBoolean, IsDateString, IsInt, IsOptional, IsString } from 'class-validator';\n\nexport class QueryAccountingFiles {\n @ApiProperty()\n idAccountingType: number;\n\n @ApiProperty()\n @ToBoolean()\n split: boolean;\n\n @ApiProperty()\n @ToBoolean()\n isPayPerso: boolean;\n\n @ApiProperty()\n @ToBoolean()\n bypassOcr: boolean;\n\n @ApiProperty()\n files: File[];\n\n @ApiPropertyOptional()\n emissionDate?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withSocketReturn?: boolean;\n}\n\nexport class QueryAccountingFilesV2 extends QueryAccountingFiles {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idAccountingTransaction?: number;\n}\n\nexport class CreateAccountingFileFromFile {\n @ApiProperty()\n @IsInt()\n idAccountingFileType: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n emissionDate: Date | null;\n}\n\nexport class QueryPaginatedAccountingFile {\n @ApiProperty()\n @IsInt()\n page: number;\n\n @ApiProperty()\n @IsInt()\n limit: number;\n\n @ApiPropertyOptional()\n idAccountingFileType?: number[];\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n}\n"]}
1
+ {"version":3,"file":"queryAccountingFiles.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqE;AACrE,sFAA2E;AAC3E,qDAAuF;AAEvF,MAAa,oBAAoB;CA2BhC;AA3BD,oDA2BC;AAzBC;IADC,IAAA,mBAAW,GAAE;;8DACW;AAIzB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,6BAAS,GAAE;;mDACG;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,6BAAS,GAAE;;wDACQ;AAIpB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,6BAAS,GAAE;;uDACO;AAGnB;IADC,IAAA,mBAAW,GAAE;;mDACA;AAGd;IADC,IAAA,2BAAmB,GAAE;;0DACA;AAMtB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACc;AAG7B,MAAa,sBAAuB,SAAQ,oBAAoB;CAM/D;AAND,wDAMC;AAJC;IADC,IAAA,mBAAW,GAAE;;yDACI;AAGlB;IADC,IAAA,2BAAmB,GAAE;;uEACW;AAGnC,MAAa,4BAA4B;CAQxC;AARD,oEAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;0EACqB;AAI7B;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kEACa;AAG5B,MAAa,4BAA4B;CA2CxC;AA3CD,oEA2CC;AAxCC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;0DACK;AAIb;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;2DACM;AAGd;IADC,IAAA,2BAAmB,GAAE;;0EACU;AAKhC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;4DACG;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACG;AAMhB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACQ;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;+DACM;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;6DACI;AAMjB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACS","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { IsBoolean, IsDateString, IsInt, IsOptional, IsString } from 'class-validator';\n\nexport class QueryAccountingFiles {\n @ApiProperty()\n idAccountingType: number;\n\n @ApiProperty()\n @ToBoolean()\n split: boolean;\n\n @ApiProperty()\n @ToBoolean()\n isPayPerso: boolean;\n\n @ApiProperty()\n @ToBoolean()\n bypassOcr: boolean;\n\n @ApiProperty()\n files: File[];\n\n @ApiPropertyOptional()\n emissionDate?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withSocketReturn?: boolean;\n}\n\nexport class QueryAccountingFilesV2 extends QueryAccountingFiles {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idAccountingTransaction?: number;\n}\n\nexport class CreateAccountingFileFromFile {\n @ApiProperty()\n @IsInt()\n idAccountingFileType: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n emissionDate: Date | null;\n}\n\nexport class QueryPaginatedAccountingFile {\n @ApiProperty()\n @IsInt()\n page: number;\n\n @ApiProperty()\n @IsInt()\n limit: number;\n\n @ApiPropertyOptional()\n idAccountingFileType?: number[];\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n notAttached?: boolean;\n}\n"]}
@@ -11,6 +11,7 @@ export declare class UpdateCalendarEvent {
11
11
  idType?: number;
12
12
  idTimeCounterType?: number;
13
13
  idUser?: number;
14
+ idUserToUpdate?: number;
14
15
  typeComptable?: number;
15
16
  isDone?: boolean;
16
17
  callState?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"updateCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,SAAS,CAAC,EAAE,IAAI,CAAC;IAGjB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;CACpB"}
1
+ {"version":3,"file":"updateCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,SAAS,CAAC,EAAE,IAAI,CAAC;IAGjB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;CACpB"}
@@ -62,6 +62,10 @@ __decorate([
62
62
  (0, utils_1.ApiPropertyOptional)(),
63
63
  __metadata("design:type", Number)
64
64
  ], UpdateCalendarEvent.prototype, "idUser", void 0);
65
+ __decorate([
66
+ (0, utils_1.ApiPropertyOptional)(),
67
+ __metadata("design:type", Number)
68
+ ], UpdateCalendarEvent.prototype, "idUserToUpdate", void 0);
65
69
  __decorate([
66
70
  (0, utils_1.ApiPropertyOptional)(),
67
71
  __metadata("design:type", Number)
@@ -1 +1 @@
1
- {"version":3,"file":"updateCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,mBAAmB;CAsD/B;AAtDD,kDAsDC;AApDC;IADC,IAAA,2BAAmB,GAAE;;kDACP;AAGf;IADC,IAAA,2BAAmB,GAAE;8BACV,IAAI;sDAAC;AAGjB;IADC,IAAA,2BAAmB,GAAE;8BACZ,IAAI;oDAAC;AAGf;IADC,IAAA,2BAAmB,GAAE;;oDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;;mDACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;sDACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;oDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;;sDACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;uDACF;AAGpB;IADC,IAAA,2BAAmB,GAAE;;mDACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;8DACK;AAG3B;IADC,IAAA,2BAAmB,GAAE;;mDACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;0DACC;AAGvB;IADC,IAAA,2BAAmB,GAAE;;mDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;;sDACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;yDACA;AAGtB;IADC,IAAA,2BAAmB,GAAE;;oDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;8BACR,IAAI;wDAAC","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateCalendarEvent {\n @ApiPropertyOptional()\n title?: string;\n\n @ApiPropertyOptional()\n dateStart?: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiPropertyOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiPropertyOptional()\n createdBy?: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}\n"]}
1
+ {"version":3,"file":"updateCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AAExD,MAAa,mBAAmB;CAyD/B;AAzDD,kDAyDC;AAvDC;IADC,IAAA,2BAAmB,GAAE;;kDACP;AAGf;IADC,IAAA,2BAAmB,GAAE;8BACV,IAAI;sDAAC;AAGjB;IADC,IAAA,2BAAmB,GAAE;8BACZ,IAAI;oDAAC;AAGf;IADC,IAAA,2BAAmB,GAAE;;oDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;;mDACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;sDACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;oDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;;sDACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;uDACF;AAGpB;IADC,IAAA,2BAAmB,GAAE;;mDACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;8DACK;AAG3B;IADC,IAAA,2BAAmB,GAAE;;mDACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;2DACE;AAGxB;IADC,IAAA,2BAAmB,GAAE;;0DACC;AAGvB;IADC,IAAA,2BAAmB,GAAE;;mDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;;sDACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;yDACA;AAGtB;IADC,IAAA,2BAAmB,GAAE;;oDACL;AAGjB;IADC,IAAA,2BAAmB,GAAE;8BACR,IAAI;wDAAC","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateCalendarEvent {\n @ApiPropertyOptional()\n title?: string;\n\n @ApiPropertyOptional()\n dateStart?: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiPropertyOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiPropertyOptional()\n createdBy?: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idUserToUpdate?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ export declare class GenerateVatCard {
2
+ idSociety?: number;
3
+ }
4
+ export declare class GenerateAdvanceISCard {
5
+ idSociety?: number;
6
+ month?: number;
7
+ }
8
+ //# sourceMappingURL=Cron.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cron.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/Cron.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAI1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,qBAAqB;IAIhC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,39 @@
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.GenerateAdvanceISCard = exports.GenerateVatCard = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const utils_1 = require("../../../../utils");
15
+ class GenerateVatCard {
16
+ }
17
+ exports.GenerateVatCard = GenerateVatCard;
18
+ __decorate([
19
+ (0, utils_1.ApiPropertyOptional)(),
20
+ (0, class_validator_1.IsOptional)(),
21
+ (0, class_validator_1.IsInt)(),
22
+ __metadata("design:type", Number)
23
+ ], GenerateVatCard.prototype, "idSociety", void 0);
24
+ class GenerateAdvanceISCard {
25
+ }
26
+ exports.GenerateAdvanceISCard = GenerateAdvanceISCard;
27
+ __decorate([
28
+ (0, utils_1.ApiPropertyOptional)(),
29
+ (0, class_validator_1.IsOptional)(),
30
+ (0, class_validator_1.IsInt)(),
31
+ __metadata("design:type", Number)
32
+ ], GenerateAdvanceISCard.prototype, "idSociety", void 0);
33
+ __decorate([
34
+ (0, utils_1.ApiPropertyOptional)(),
35
+ (0, class_validator_1.IsOptional)(),
36
+ (0, class_validator_1.IsInt)(),
37
+ __metadata("design:type", Number)
38
+ ], GenerateAdvanceISCard.prototype, "month", void 0);
39
+ //# sourceMappingURL=Cron.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cron.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/Cron.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AACpD,6CAAwD;AAExD,MAAa,eAAe;CAK3B;AALD,0CAKC;AADC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;kDACW;AAGrB,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AANC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACW;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oDACO","sourcesContent":["import { IsInt, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class GenerateVatCard {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n}\n\nexport class GenerateAdvanceISCard {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n month?: number;\n}"]}
@@ -17,11 +17,11 @@ export interface ConfigType {
17
17
  brand: ConfigBrand;
18
18
  ocr: Ocr;
19
19
  jeDeclare: JeDeclare;
20
- notification: Notification;
21
20
  pdfizer: Pdfizer;
22
21
  iDocus: IDocus;
23
- imageMagick: LambdaInfos;
24
- companeo: Companeo;
22
+ imageMagick: {
23
+ url: string;
24
+ };
25
25
  inpi: Inpi;
26
26
  brevo: Brevo;
27
27
  tinyurl: LambdaInfos;
@@ -32,14 +32,13 @@ export interface ConfigType {
32
32
  pdftkizer: LambdaInfos;
33
33
  sharper: LambdaInfos;
34
34
  chartizer: LambdaInfos;
35
- authentication: Authentication;
35
+ authentication?: Authentication;
36
36
  }
37
37
  interface Authentication {
38
38
  token: string;
39
39
  }
40
40
  interface LambdaInfos {
41
41
  url: string;
42
- key: string;
43
42
  }
44
43
  interface Mongodb {
45
44
  username: string;
@@ -106,7 +105,6 @@ interface Shine {
106
105
  hostV3: string;
107
106
  publicHost: string;
108
107
  clientId: string;
109
- clientSecret: string;
110
108
  redirect_uris: string[];
111
109
  status: string;
112
110
  scope: string;
@@ -127,7 +125,6 @@ interface DefaultPermissions {
127
125
  }
128
126
  interface Crisp {
129
127
  identifier: string;
130
- key: string;
131
128
  }
132
129
  interface ConfigBrand {
133
130
  name: string;
@@ -150,7 +147,6 @@ interface Access2 {
150
147
  }
151
148
  interface Test {
152
149
  login: string;
153
- password: string;
154
150
  editor: string;
155
151
  software: string;
156
152
  wsdl: Wsdl;
@@ -160,7 +156,6 @@ interface Wsdl {
160
156
  }
161
157
  interface Production {
162
158
  login: string;
163
- password: string;
164
159
  editor: string;
165
160
  software: string;
166
161
  wsdl: Wsdl2;
@@ -168,25 +163,15 @@ interface Production {
168
163
  interface Wsdl2 {
169
164
  url: string;
170
165
  }
171
- export interface Notification {
172
- hookToken: string;
173
- }
174
166
  interface Pdfizer {
175
167
  url: string;
176
- key: string;
177
168
  }
178
169
  interface IDocus {
179
170
  baseUrl: string;
180
171
  callbackurl: string;
181
- authorizationKey: string;
182
- }
183
- interface Companeo {
184
- username: string;
185
- pass: string;
186
172
  }
187
173
  interface Inpi {
188
174
  username: string;
189
- password: string;
190
175
  }
191
176
  interface Brevo {
192
177
  lists: {
@@ -199,7 +184,6 @@ interface Brevo {
199
184
  interface Echo {
200
185
  url: string;
201
186
  accountid: string;
202
- apikey: string;
203
187
  }
204
188
  export {};
205
189
  //# sourceMappingURL=ConfigType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigType.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ConfigType.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n caarl: Caarl;\n yousign: Yousign;\n awsClementine: AwsClementine;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n notification: Notification;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: LambdaInfos;\n companeo: Companeo;\n inpi: Inpi;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication: Authentication;\n}\n\ninterface Authentication {\n token: string;\n}\n\ninterface LambdaInfos {\n url: string;\n key: string;\n}\n\ninterface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\ninterface MachineLearning {\n transactionAnnotation: string;\n}\n\ninterface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\ninterface Redis {\n host: string;\n port: number;\n}\n\ninterface RedisPrimary {\n replicationGroupId: string;\n}\n\ninterface Caarl {\n api: string;\n bundle: string;\n}\n\ninterface Yousign {\n workspaceId: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\ninterface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\ninterface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\ninterface Client {\n host: string;\n hostFull: string;\n}\n\ninterface Twilio {\n accountSID: string;\n number: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\ninterface Pappers {\n token: string;\n url: string;\n}\n\ninterface Shine {\n host: string;\n hostV3: string;\n publicHost: string;\n clientId: string;\n clientSecret: string;\n redirect_uris: string[];\n status: string;\n scope: string;\n}\n\ninterface DefaultPermissions {\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n}\n\ninterface Crisp {\n identifier: string;\n key: string;\n}\n\ninterface ConfigBrand {\n name: string;\n api: string;\n api2: string;\n api2Clementine: string;\n api2Legalstart: string;\n}\n\nexport interface Ocr {\n URL: string;\n}\n\ninterface JeDeclare {\n access: Access2[];\n serviceVersion: string;\n}\n\ninterface Access2 {\n name: string;\n test: Test;\n production: Production;\n}\n\ninterface Test {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: Wsdl;\n}\n\ninterface Wsdl {\n url: string;\n}\n\ninterface Production {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: Wsdl2;\n}\n\ninterface Wsdl2 {\n url: string;\n}\n\nexport interface Notification {\n hookToken: string;\n}\n\ninterface Pdfizer {\n url: string;\n key: string;\n}\n\ninterface IDocus {\n baseUrl: string;\n callbackurl: string;\n authorizationKey: string;\n}\n\ninterface Companeo {\n username: string;\n pass: string;\n}\n\ninterface Inpi {\n username: string;\n password: string;\n}\n\ninterface Brevo {\n lists: {\n hot: number;\n paying: number;\n cold: number;\n churned: number;\n };\n}\n\ninterface Echo {\n url: string;\n accountid: string;\n apikey: string;\n}\n"]}
1
+ {"version":3,"file":"ConfigType.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/config/ConfigType.ts"],"names":[],"mappings":"","sourcesContent":["export interface ConfigType {\n port: number;\n db: Db;\n hostS3: string;\n redis: Redis;\n redisPrimary: RedisPrimary;\n caarl: Caarl;\n yousign: Yousign;\n awsClementine: AwsClementine;\n mail: Mail;\n client: Client;\n twilio: Twilio;\n pappers: Pappers;\n shine: Shine;\n defaultPermissions: DefaultPermissions;\n crisp: Crisp;\n brand: ConfigBrand;\n ocr: Ocr;\n jeDeclare: JeDeclare;\n pdfizer: Pdfizer;\n iDocus: IDocus;\n imageMagick: { url: string };\n inpi: Inpi;\n brevo: Brevo;\n tinyurl: LambdaInfos;\n machineLearning: MachineLearning;\n echo: Echo;\n compressPdf: LambdaInfos;\n mongodb: Mongodb;\n pdftkizer: LambdaInfos;\n sharper: LambdaInfos;\n chartizer: LambdaInfos;\n authentication?: Authentication;\n}\n\ninterface Authentication {\n token: string;\n}\n\ninterface LambdaInfos {\n url: string;\n}\n\ninterface Mongodb {\n username: string;\n password: string;\n host: string;\n}\n\ninterface MachineLearning {\n transactionAnnotation: string;\n}\n\ninterface Db {\n username: string;\n password: string;\n database: string;\n port: string;\n host: string;\n dialect: string;\n}\n\ninterface Redis {\n host: string;\n port: number;\n}\n\ninterface RedisPrimary {\n replicationGroupId: string;\n}\n\ninterface Caarl {\n api: string;\n bundle: string;\n}\n\ninterface Yousign {\n workspaceId: string;\n}\n\nexport type BucketName =\n | 'resources-local-dev'\n | 'resources-anytime'\n | 'resources-comptalib'\n | 'resources-eunomia'\n | 'resources-legalstart'\n | 'resources-pourcentage'\n | 'resources-statuts-express'\n | 'resources-clementine'\n | 'resources-comptalib-staging'\n | 'clementine-website'\n | 'resources-internal'\n | 'sales-contract';\n\ninterface AwsClementine {\n accessKeyId: string;\n secretAccessKey: string;\n clementineBucketName: BucketName;\n apiVersion: string;\n}\n\ninterface Mail {\n user: string;\n password: string;\n host: string;\n port: number;\n tls: boolean;\n}\n\ninterface Client {\n host: string;\n hostFull: string;\n}\n\ninterface Twilio {\n accountSID: string;\n number: string;\n}\n\nexport interface Access {\n login: string;\n password: string;\n}\n\ninterface Pappers {\n token: string;\n url: string;\n}\n\ninterface Shine {\n host: string;\n hostV3: string;\n publicHost: string;\n clientId: string;\n redirect_uris: string[];\n status: string;\n scope: string;\n}\n\ninterface DefaultPermissions {\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n}\n\ninterface Crisp {\n identifier: string;\n}\n\ninterface ConfigBrand {\n name: string;\n api: string;\n api2: string;\n api2Clementine: string;\n api2Legalstart: string;\n}\n\nexport interface Ocr {\n URL: string;\n}\n\ninterface JeDeclare {\n access: Access2[];\n serviceVersion: string;\n}\n\ninterface Access2 {\n name: string;\n test: Test;\n production: Production;\n}\n\ninterface Test {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl;\n}\n\ninterface Wsdl {\n url: string;\n}\n\ninterface Production {\n login: string;\n editor: string;\n software: string;\n wsdl: Wsdl2;\n}\n\ninterface Wsdl2 {\n url: string;\n}\n\ninterface Pdfizer {\n url: string;\n}\n\ninterface IDocus {\n baseUrl: string;\n callbackurl: string;\n}\n\ninterface Inpi {\n username: string;\n}\n\ninterface Brevo {\n lists: {\n hot: number;\n paying: number;\n cold: number;\n churned: number;\n };\n}\n\ninterface Echo {\n url: string;\n accountid: string;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ export interface OAuthTokenRequest {
2
+ clientId: string;
3
+ redirectUri: string;
4
+ codeVerifier: string;
5
+ code: string;
6
+ }
7
+ export interface SellsyTokenResponse {
8
+ access_token: string;
9
+ refresh_token: string;
10
+ expires_in: number;
11
+ }
12
+ //# sourceMappingURL=OAuthTokenRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OAuthTokenRequest.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/connector/OAuthTokenRequest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,mBAAmB;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CompaneoReturn.js.map
3
+ //# sourceMappingURL=OAuthTokenRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OAuthTokenRequest.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/connector/OAuthTokenRequest.ts"],"names":[],"mappings":"","sourcesContent":["export interface OAuthTokenRequest {\n clientId: string;\n redirectUri: string;\n codeVerifier: string;\n code: string;\n}\n\nexport interface SellsyTokenResponse {\n access_token: string;\n refresh_token: string;\n expires_in: number;\n}\n"]}
@@ -14,6 +14,7 @@ export declare class CreateExercice {
14
14
  processClossingExercice?: boolean;
15
15
  idSociety: number;
16
16
  isDefault?: boolean;
17
+ isBlankMode?: boolean;
17
18
  }
18
19
  export declare class CreateProjectExercice {
19
20
  withCA12: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/Create.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,cAAc;IAGzB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAMd,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAMhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAMlB,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAM3B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAM9B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAKlC,SAAS,EAAE,MAAM,CAAC;IAMlB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,qBAAa,qBAAqB;IAIhC,QAAQ,EAAE,OAAO,CAAC;IAKlB,QAAQ,EAAE,OAAO,CAAC;IAIlB,MAAM,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,UAAU,EAAE,MAAM,CAAC;IAKnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;CACjB"}
1
+ {"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/Create.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,cAAc;IAGzB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAMd,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAMhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAMlB,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAM3B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAM9B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAKlC,SAAS,EAAE,MAAM,CAAC;IAMlB,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,qBAAa,qBAAqB;IAIhC,QAAQ,EAAE,OAAO,CAAC;IAKlB,QAAQ,EAAE,OAAO,CAAC;IAIlB,MAAM,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,UAAU,EAAE,MAAM,CAAC;IAKnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;CACjB"}
@@ -109,6 +109,13 @@ __decorate([
109
109
  (0, class_validator_1.IsOptional)(),
110
110
  __metadata("design:type", Boolean)
111
111
  ], CreateExercice.prototype, "isDefault", void 0);
112
+ __decorate([
113
+ (0, decorators_1.ApiPropertyOptional)({ description: 'Simulate exercise creation, return null if it is ok' }),
114
+ (0, class_validator_1.IsBoolean)(),
115
+ (0, boolean_transform_1.ToBoolean)(),
116
+ (0, class_validator_1.IsOptional)(),
117
+ __metadata("design:type", Boolean)
118
+ ], CreateExercice.prototype, "isBlankMode", void 0);
112
119
  class CreateProjectExercice {
113
120
  }
114
121
  exports.CreateProjectExercice = CreateProjectExercice;
@@ -1 +1 @@
1
- {"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoF;AACpF,6DAAgF;AAChF,sFAA2E;AAG3E,MAAa,cAAc;CA+E1B;AA/ED,wCA+EC;AA5EC;IAFC,IAAA,wBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACE,IAAI;iDAAC;AAIhB;IAFC,IAAA,wBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACA,IAAI;+CAAC;AAMd;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8CACI;AAMjB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6CACG;AAMhB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACO;AAMpB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+CACK;AAMlB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACU;AAMvB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACS;AAMtB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACS;AAMtB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACc;AAM3B;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACiB;AAM9B;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACqB;AAKlC;IAHC,IAAA,gCAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACK;AAMlB;IAJC,IAAA,gCAAmB,GAAE;IACrB,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACO;AAGtB,MAAa,qBAAqB;CAgCjC;AAhCD,sDAgCC;AA5BC;IAHC,IAAA,wBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;uDACM;AAKlB;IAHC,IAAA,wBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;uDACM;AAIlB;IAFC,IAAA,wBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACI;AAKf;IAHC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACK;AAIhB;IAFC,IAAA,wBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yDACQ;AAKnB;IAHC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6DACa;AAIxB;IAFC,IAAA,gCAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;oDACG","sourcesContent":["import { IsBoolean, IsDate, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { TFile } from '../file/TFile';\n\nexport class CreateExercice {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n close?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n allAnnote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n current?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withApproval?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reviewGuide?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n summaryNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n receiptJeDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n annualFolderEdition?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n processClossingExercice?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isDefault?: boolean;\n}\n\nexport class CreateProjectExercice {\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n withCA12: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n with2572: boolean;\n\n @ApiProperty()\n @IsString()\n mailTo: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n mailCc?: string;\n\n @ApiProperty()\n @IsString()\n mailObject: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n files?: TFile[];\n}\n"]}
1
+ {"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/exercice/Create.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsDate, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { TFile } from '../file/TFile';\n\nexport class CreateExercice {\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n close?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n allAnnote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n current?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withApproval?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reviewGuide?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n summaryNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n receiptJeDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n annualFolderEdition?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n processClossingExercice?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isDefault?: boolean;\n\n @ApiPropertyOptional({ description: 'Simulate exercise creation, return null if it is ok' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBlankMode?: boolean;\n}\n\nexport class CreateProjectExercice {\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n withCA12: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n with2572: boolean;\n\n @ApiProperty()\n @IsString()\n mailTo: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n mailCc?: string;\n\n @ApiProperty()\n @IsString()\n mailObject: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n files?: TFile[];\n}\n"]}
@@ -0,0 +1,14 @@
1
+ export declare class QueryInpiPaymentCreate {
2
+ costType: string;
3
+ fileNumber: string;
4
+ amount: number;
5
+ commission: number;
6
+ type: number;
7
+ state: number;
8
+ idSociety: number;
9
+ idUserWhoCreated: number;
10
+ idExercice: number;
11
+ idPrestationListRelated: number;
12
+ datePayment: Date;
13
+ }
14
+ //# sourceMappingURL=Query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/inpiPayment/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,sBAAsB;IAQjC,QAAQ,EAAE,MAAM,CAAC;IASjB,UAAU,EAAE,MAAM,CAAC;IASnB,MAAM,EAAE,MAAM,CAAC;IASf,UAAU,EAAE,MAAM,CAAC;IASnB,IAAI,EAAE,MAAM,CAAC;IASb,KAAK,EAAE,MAAM,CAAC;IASd,SAAS,EAAE,MAAM,CAAC;IASlB,gBAAgB,EAAE,MAAM,CAAC;IASzB,UAAU,EAAE,MAAM,CAAC;IASnB,uBAAuB,EAAE,MAAM,CAAC;IAShC,WAAW,EAAE,IAAI,CAAC;CACnB"}