@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,128 @@
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.QueryInpiPaymentCreate = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const utils_1 = require("../../../../utils");
15
+ class QueryInpiPaymentCreate {
16
+ }
17
+ exports.QueryInpiPaymentCreate = QueryInpiPaymentCreate;
18
+ __decorate([
19
+ (0, utils_1.ApiProperty)({
20
+ description: 'list of selected cost type',
21
+ required: true,
22
+ type: String,
23
+ example: '[1,2]',
24
+ }),
25
+ (0, class_validator_1.IsString)(),
26
+ __metadata("design:type", String)
27
+ ], QueryInpiPaymentCreate.prototype, "costType", void 0);
28
+ __decorate([
29
+ (0, utils_1.ApiProperty)({
30
+ description: 'file number',
31
+ required: true,
32
+ type: String,
33
+ example: '010234',
34
+ }),
35
+ (0, class_validator_1.IsString)(),
36
+ __metadata("design:type", String)
37
+ ], QueryInpiPaymentCreate.prototype, "fileNumber", void 0);
38
+ __decorate([
39
+ (0, utils_1.ApiProperty)({
40
+ description: 'amount',
41
+ required: true,
42
+ type: Number,
43
+ example: 100.0,
44
+ }),
45
+ (0, class_validator_1.IsNumber)(),
46
+ __metadata("design:type", Number)
47
+ ], QueryInpiPaymentCreate.prototype, "amount", void 0);
48
+ __decorate([
49
+ (0, utils_1.ApiProperty)({
50
+ description: 'commission',
51
+ required: true,
52
+ type: Number,
53
+ example: 100.0,
54
+ }),
55
+ (0, class_validator_1.IsNumber)(),
56
+ __metadata("design:type", Number)
57
+ ], QueryInpiPaymentCreate.prototype, "commission", void 0);
58
+ __decorate([
59
+ (0, utils_1.ApiProperty)({
60
+ description: 'type',
61
+ required: true,
62
+ type: Number,
63
+ example: 1,
64
+ }),
65
+ (0, class_validator_1.IsInt)(),
66
+ __metadata("design:type", Number)
67
+ ], QueryInpiPaymentCreate.prototype, "type", void 0);
68
+ __decorate([
69
+ (0, utils_1.ApiProperty)({
70
+ description: 'state',
71
+ required: true,
72
+ type: Number,
73
+ example: 1,
74
+ }),
75
+ (0, class_validator_1.IsInt)(),
76
+ __metadata("design:type", Number)
77
+ ], QueryInpiPaymentCreate.prototype, "state", void 0);
78
+ __decorate([
79
+ (0, utils_1.ApiProperty)({
80
+ description: 'idSociety',
81
+ required: true,
82
+ type: Number,
83
+ example: 1,
84
+ }),
85
+ (0, class_validator_1.IsInt)(),
86
+ __metadata("design:type", Number)
87
+ ], QueryInpiPaymentCreate.prototype, "idSociety", void 0);
88
+ __decorate([
89
+ (0, utils_1.ApiProperty)({
90
+ description: 'idUserWhoCreated',
91
+ required: true,
92
+ type: Number,
93
+ example: 1,
94
+ }),
95
+ (0, class_validator_1.IsInt)(),
96
+ __metadata("design:type", Number)
97
+ ], QueryInpiPaymentCreate.prototype, "idUserWhoCreated", void 0);
98
+ __decorate([
99
+ (0, utils_1.ApiProperty)({
100
+ description: 'idExercice',
101
+ required: true,
102
+ type: Number,
103
+ example: 1,
104
+ }),
105
+ (0, class_validator_1.IsInt)(),
106
+ __metadata("design:type", Number)
107
+ ], QueryInpiPaymentCreate.prototype, "idExercice", void 0);
108
+ __decorate([
109
+ (0, utils_1.ApiProperty)({
110
+ description: 'idPrestationListRelated',
111
+ required: true,
112
+ type: Number,
113
+ example: 1,
114
+ }),
115
+ (0, class_validator_1.IsInt)(),
116
+ __metadata("design:type", Number)
117
+ ], QueryInpiPaymentCreate.prototype, "idPrestationListRelated", void 0);
118
+ __decorate([
119
+ (0, utils_1.ApiProperty)({
120
+ description: 'datePayment',
121
+ required: true,
122
+ type: Date,
123
+ example: new Date(),
124
+ }),
125
+ (0, class_validator_1.IsDate)(),
126
+ __metadata("design:type", Date)
127
+ ], QueryInpiPaymentCreate.prototype, "datePayment", void 0);
128
+ //# sourceMappingURL=Query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/inpiPayment/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoE;AACpE,6CAAgD;AAEhD,MAAa,sBAAsB;CAmGlC;AAnGD,wDAmGC;AA3FC;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,OAAO;KACjB,CAAC;IACD,IAAA,0BAAQ,GAAE;;wDACM;AASjB;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,0BAAQ,GAAE;;0DACQ;AASnB;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,QAAQ;QACrB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,KAAK;KACf,CAAC;IACD,IAAA,0BAAQ,GAAE;;sDACI;AASf;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,YAAY;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,KAAK;KACf,CAAC;IACD,IAAA,0BAAQ,GAAE;;0DACQ;AASnB;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,MAAM;QACnB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,IAAA,uBAAK,GAAE;;oDACK;AASb;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,OAAO;QACpB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,IAAA,uBAAK,GAAE;;qDACM;AASd;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,WAAW;QACxB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,IAAA,uBAAK,GAAE;;yDACU;AASlB;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,IAAA,uBAAK,GAAE;;gEACiB;AASzB;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,YAAY;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,IAAA,uBAAK,GAAE;;0DACW;AASnB;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,yBAAyB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,IAAA,uBAAK,GAAE;;uEACwB;AAShC;IAPC,IAAA,mBAAW,EAAC;QACX,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,IAAI,IAAI,EAAE;KACpB,CAAC;IACD,IAAA,wBAAM,GAAE;8BACI,IAAI;2DAAC","sourcesContent":["import { IsDate, IsInt, IsNumber, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryInpiPaymentCreate {\n @ApiProperty({\n description: 'list of selected cost type',\n required: true,\n type: String,\n example: '[1,2]',\n })\n @IsString()\n costType: string;\n\n @ApiProperty({\n description: 'file number',\n required: true,\n type: String,\n example: '010234',\n })\n @IsString()\n fileNumber: string;\n\n @ApiProperty({\n description: 'amount',\n required: true,\n type: Number,\n example: 100.0,\n })\n @IsNumber()\n amount: number;\n\n @ApiProperty({\n description: 'commission',\n required: true,\n type: Number,\n example: 100.0,\n })\n @IsNumber()\n commission: number;\n\n @ApiProperty({\n description: 'type',\n required: true,\n type: Number,\n example: 1,\n })\n @IsInt()\n type: number;\n\n @ApiProperty({\n description: 'state',\n required: true,\n type: Number,\n example: 1,\n })\n @IsInt()\n state: number;\n\n @ApiProperty({\n description: 'idSociety',\n required: true,\n type: Number,\n example: 1,\n })\n @IsInt()\n idSociety: number;\n\n @ApiProperty({\n description: 'idUserWhoCreated',\n required: true,\n type: Number,\n example: 1,\n })\n @IsInt()\n idUserWhoCreated: number;\n\n @ApiProperty({\n description: 'idExercice',\n required: true,\n type: Number,\n example: 1,\n })\n @IsInt()\n idExercice: number;\n\n @ApiProperty({\n description: 'idPrestationListRelated',\n required: true,\n type: Number,\n example: 1,\n })\n @IsInt()\n idPrestationListRelated: number;\n\n @ApiProperty({\n description: 'datePayment',\n required: true,\n type: Date,\n example: new Date(),\n })\n @IsDate()\n datePayment: Date;\n}\n"]}
@@ -40,6 +40,7 @@ export declare class QueryLibrarySociety extends RequiredQueryPaginate {
40
40
  search?: string;
41
41
  orderBy?: string;
42
42
  idBankAccount?: number | number[];
43
+ idGedFolders?: GedFolder[];
43
44
  }
44
45
  export declare class QueryLastFileOfType {
45
46
  idSociety: number;
@@ -1 +1 @@
1
- {"version":3,"file":"QueryLibrary.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,gBAAgB;IAE3B,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,CAAC,EAAE,SAAS,CAAC;IAGxB,aAAa,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IAG5C,aAAa,CAAC,EAAE,WAAW,CAAC;IAG5B,aAAa,CAAC,EAAE,SAAS,EAAE,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGlC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,QAAQ,CAAC,EAAE,OAAO,CAAS;IAO3B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAKtB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,KAAK,CAAC,EAAE,MAAM,CAAC;IAQf,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,iBAAiB;IAE5B,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAEhC,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,qBAAa,mBAAoB,SAAQ,qBAAqB;IAE5D,eAAe,EAAE,WAAW,EAAE,CAAC;IAK/B,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACnC;AACD,qBAAa,mBAAmB;IAG9B,SAAS,EAAE,MAAM,CAAC;IAGlB,aAAa,EAAE,WAAW,CAAC;IAI3B,qBAAqB,EAAE,MAAM,CAAC;IAQ9B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,0BAA0B;IAIrC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,qBAAqB;IAEhC,IAAI,EAAE,KAAK,CAAC;IAIZ,UAAU,EAAE,MAAM,CAAC;IAKnB,MAAM,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"QueryLibrary.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,gBAAgB;IAE3B,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,CAAC,EAAE,SAAS,CAAC;IAGxB,aAAa,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;IAG5C,aAAa,CAAC,EAAE,WAAW,CAAC;IAG5B,aAAa,CAAC,EAAE,SAAS,EAAE,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGlC,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,QAAQ,CAAC,EAAE,OAAO,CAAS;IAO3B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAKtB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,KAAK,CAAC,EAAE,MAAM,CAAC;IAQf,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,iBAAiB;IAE5B,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,qBAAqB;IAEhC,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,qBAAa,mBAAoB,SAAQ,qBAAqB;IAE5D,eAAe,EAAE,WAAW,EAAE,CAAC;IAK/B,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAKlC,YAAY,CAAC,EAAE,SAAS,EAAE,CAAC;CAC5B;AACD,qBAAa,mBAAmB;IAG9B,SAAS,EAAE,MAAM,CAAC;IAGlB,aAAa,EAAE,WAAW,CAAC;IAI3B,qBAAqB,EAAE,MAAM,CAAC;IAQ9B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,qBAAa,0BAA0B;IAIrC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,qBAAqB;IAEhC,IAAI,EAAE,KAAK,CAAC;IAIZ,UAAU,EAAE,MAAM,CAAC;IAKnB,MAAM,EAAE,MAAM,CAAC;IAKf,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -181,6 +181,12 @@ __decorate([
181
181
  (0, class_validator_1.IsOptional)(),
182
182
  __metadata("design:type", Object)
183
183
  ], QueryLibrarySociety.prototype, "idBankAccount", void 0);
184
+ __decorate([
185
+ (0, utils_1.ApiPropertyOptional)(),
186
+ (0, class_validator_1.IsOptional)(),
187
+ (0, class_validator_1.IsArray)(),
188
+ __metadata("design:type", Array)
189
+ ], QueryLibrarySociety.prototype, "idGedFolders", void 0);
184
190
  class QueryLastFileOfType {
185
191
  }
186
192
  exports.QueryLastFileOfType = QueryLastFileOfType;
@@ -1 +1 @@
1
- {"version":3,"file":"QueryLibrary.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsIn, IsOptional, IsString, IsNumber, IsBoolean, IsInt, IsDateString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType, GedCategory } from '../../../Enum/Ged';\nimport { RequiredQueryPaginate } from '../BasePaginate';\nimport { TFile } from '../file/TFile';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType | GedFileType[];\n\n @ApiPropertyOptional()\n idGedCategory?: GedCategory;\n\n @ApiPropertyOptional()\n typeGedFolder?: GedFolder[];\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n idBankAccount?: number | number[];\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n findSign?: boolean = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n page?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n limit?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed', 'user', 'bankAccount'], { each: true })\n include?: string[];\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}\n\nexport class QueryLibrarySociety extends RequiredQueryPaginate {\n @ApiProperty()\n idGedCategories: GedCategory[];\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n orderBy?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n idBankAccount?: number | number[];\n}\nexport class QueryLastFileOfType {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n idTypeGedFile: GedFileType;\n\n @ApiPropertyOptional()\n @IsOptional()\n idDocumentSectionType: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed', 'user'], { each: true })\n include?: string[];\n}\n\nexport class QueryProcessCommercialFile {\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idGedFile?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n idSocietyLike?: string;\n\n @ApiPropertyOptional({ default: 15 })\n @IsOptional()\n @IsInt()\n limit?: number;\n}\n\nexport class ConvertFilePdfToImage {\n @ApiProperty()\n file: TFile;\n\n @ApiProperty()\n @IsString()\n returnType: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n format: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n density?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n saveFilename?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n savePath?: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n width?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n height?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n numberOfPage?: number;\n}\n"]}
1
+ {"version":3,"file":"QueryLibrary.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsIn, IsOptional, IsString, IsNumber, IsBoolean, IsInt, IsDateString, IsArray } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType, GedCategory } from '../../../Enum/Ged';\nimport { RequiredQueryPaginate } from '../BasePaginate';\nimport { TFile } from '../file/TFile';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType | GedFileType[];\n\n @ApiPropertyOptional()\n idGedCategory?: GedCategory;\n\n @ApiPropertyOptional()\n typeGedFolder?: GedFolder[];\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n idBankAccount?: number | number[];\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n findSign?: boolean = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n page?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n limit?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed', 'user', 'bankAccount'], { each: true })\n include?: string[];\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}\n\nexport class QueryLibrarySociety extends RequiredQueryPaginate {\n @ApiProperty()\n idGedCategories: GedCategory[];\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n orderBy?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n idBankAccount?: number | number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idGedFolders?: GedFolder[];\n}\nexport class QueryLastFileOfType {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n idTypeGedFile: GedFileType;\n\n @ApiPropertyOptional()\n @IsOptional()\n idDocumentSectionType: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed', 'user'], { each: true })\n include?: string[];\n}\n\nexport class QueryProcessCommercialFile {\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idGedFile?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n idSocietyLike?: string;\n\n @ApiPropertyOptional({ default: 15 })\n @IsOptional()\n @IsInt()\n limit?: number;\n}\n\nexport class ConvertFilePdfToImage {\n @ApiProperty()\n file: TFile;\n\n @ApiProperty()\n @IsString()\n returnType: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n format: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n density?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n saveFilename?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n savePath?: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n width?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n height?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n numberOfPage?: number;\n}\n"]}
@@ -1,5 +1,3 @@
1
- import { RegistrationFileType, ReadStakeHolders } from './Query';
2
- import { TFile } from '../file/TFile';
3
1
  export declare class CreateImportation {
4
2
  minDate?: string;
5
3
  maxDate?: string;
@@ -12,36 +10,4 @@ export declare class ProcessBankAccount {
12
10
  idsSlugToAdd: Array<string>;
13
11
  idsSlugToRemove: Array<string>;
14
12
  }
15
- export declare class CreateQontoRegistration {
16
- legalFlow: 'company_creation' | 'existing_company';
17
- locale: 'en' | 'fr' | 'it' | 'es' | 'de';
18
- firstName?: string | null;
19
- lastName?: string | null;
20
- email?: string | null;
21
- entityType: 'freelancer' | 'company';
22
- legalName?: string | null;
23
- legalForm?: string | null;
24
- number?: string | null;
25
- sector?: string | null;
26
- registrationDate?: string | null;
27
- vatNumber?: string | null;
28
- addressStreet?: string | null;
29
- addressStreet2?: string | null;
30
- postalCode?: string | null;
31
- city?: string | null;
32
- country?: string | null;
33
- totalCapitalAmount: string;
34
- stakeHolders: ReadStakeHolders;
35
- idSociety: number;
36
- }
37
- export declare class CreateRegistrationFile {
38
- file: TFile;
39
- fileType: RegistrationFileType;
40
- stakeholderId?: string;
41
- }
42
- export declare class CreateWebhookConfig {
43
- callbackUrl: string;
44
- secret: string;
45
- enabled: boolean;
46
- }
47
13
  //# sourceMappingURL=Create.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Create.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAGtC,qBAAa,iBAAiB;IAI5B,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,qBAAqB;IAGhC,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,kBAAkB;IAG7B,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAI5B,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC;AAED,qBAAa,uBAAuB;IAGlC,SAAS,EAAE,kBAAkB,GAAG,kBAAkB,CAAC;IAInD,MAAM,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAKzC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAItB,UAAU,EAAE,YAAY,GAAG,SAAS,CAAC;IAKrC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKvB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKjC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK9B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK3B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIxB,kBAAkB,EAAE,MAAM,CAAC;IAG3B,YAAY,EAAE,gBAAgB,CAAC;IAI/B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qBAAa,sBAAsB;IAEjC,IAAI,EAAE,KAAK,CAAC;IAGZ,QAAQ,EAAE,oBAAoB,CAAC;IAK/B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,qBAAa,mBAAmB;IAG9B,WAAW,EAAE,MAAM,CAAC;IAIpB,MAAM,EAAE,MAAM,CAAC;IAMf,OAAO,EAAE,OAAO,CAAC;CAClB"}
1
+ {"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Create.ts"],"names":[],"mappings":"AAGA,qBAAa,iBAAiB;IAI5B,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,qBAAqB;IAGhC,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,kBAAkB;IAG7B,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAI5B,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
@@ -9,10 +9,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.CreateWebhookConfig = exports.CreateRegistrationFile = exports.CreateQontoRegistration = exports.ProcessBankAccount = exports.CreateQontoConnection = exports.CreateImportation = void 0;
12
+ exports.ProcessBankAccount = exports.CreateQontoConnection = exports.CreateImportation = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const utils_1 = require("../../../../utils");
15
- const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
16
15
  class CreateImportation {
17
16
  }
18
17
  exports.CreateImportation = CreateImportation;
@@ -54,157 +53,4 @@ __decorate([
54
53
  (0, class_validator_1.IsArray)(),
55
54
  __metadata("design:type", Array)
56
55
  ], ProcessBankAccount.prototype, "idsSlugToRemove", void 0);
57
- class CreateQontoRegistration {
58
- }
59
- exports.CreateQontoRegistration = CreateQontoRegistration;
60
- __decorate([
61
- (0, utils_1.ApiProperty)(),
62
- (0, class_validator_1.IsString)(),
63
- __metadata("design:type", String)
64
- ], CreateQontoRegistration.prototype, "legalFlow", void 0);
65
- __decorate([
66
- (0, utils_1.ApiProperty)(),
67
- (0, class_validator_1.IsString)(),
68
- __metadata("design:type", String)
69
- ], CreateQontoRegistration.prototype, "locale", void 0);
70
- __decorate([
71
- (0, utils_1.ApiPropertyOptional)(),
72
- (0, class_validator_1.IsString)(),
73
- (0, class_validator_1.IsOptional)(),
74
- __metadata("design:type", Object)
75
- ], CreateQontoRegistration.prototype, "firstName", void 0);
76
- __decorate([
77
- (0, utils_1.ApiPropertyOptional)(),
78
- (0, class_validator_1.IsString)(),
79
- (0, class_validator_1.IsOptional)(),
80
- __metadata("design:type", Object)
81
- ], CreateQontoRegistration.prototype, "lastName", void 0);
82
- __decorate([
83
- (0, utils_1.ApiPropertyOptional)(),
84
- (0, class_validator_1.IsString)(),
85
- (0, class_validator_1.IsOptional)(),
86
- __metadata("design:type", Object)
87
- ], CreateQontoRegistration.prototype, "email", void 0);
88
- __decorate([
89
- (0, utils_1.ApiProperty)(),
90
- (0, class_validator_1.IsString)(),
91
- __metadata("design:type", String)
92
- ], CreateQontoRegistration.prototype, "entityType", void 0);
93
- __decorate([
94
- (0, utils_1.ApiPropertyOptional)(),
95
- (0, class_validator_1.IsString)(),
96
- (0, class_validator_1.IsOptional)(),
97
- __metadata("design:type", Object)
98
- ], CreateQontoRegistration.prototype, "legalName", void 0);
99
- __decorate([
100
- (0, utils_1.ApiPropertyOptional)(),
101
- (0, class_validator_1.IsString)(),
102
- (0, class_validator_1.IsOptional)(),
103
- __metadata("design:type", Object)
104
- ], CreateQontoRegistration.prototype, "legalForm", void 0);
105
- __decorate([
106
- (0, utils_1.ApiPropertyOptional)(),
107
- (0, class_validator_1.IsString)(),
108
- (0, class_validator_1.IsOptional)(),
109
- __metadata("design:type", Object)
110
- ], CreateQontoRegistration.prototype, "number", void 0);
111
- __decorate([
112
- (0, utils_1.ApiPropertyOptional)(),
113
- (0, class_validator_1.IsString)(),
114
- (0, class_validator_1.IsOptional)(),
115
- __metadata("design:type", Object)
116
- ], CreateQontoRegistration.prototype, "sector", void 0);
117
- __decorate([
118
- (0, utils_1.ApiPropertyOptional)(),
119
- (0, class_validator_1.IsString)(),
120
- (0, class_validator_1.IsOptional)(),
121
- __metadata("design:type", Object)
122
- ], CreateQontoRegistration.prototype, "registrationDate", void 0);
123
- __decorate([
124
- (0, utils_1.ApiPropertyOptional)(),
125
- (0, class_validator_1.IsString)(),
126
- (0, class_validator_1.IsOptional)(),
127
- __metadata("design:type", Object)
128
- ], CreateQontoRegistration.prototype, "vatNumber", void 0);
129
- __decorate([
130
- (0, utils_1.ApiPropertyOptional)(),
131
- (0, class_validator_1.IsString)(),
132
- (0, class_validator_1.IsOptional)(),
133
- __metadata("design:type", Object)
134
- ], CreateQontoRegistration.prototype, "addressStreet", void 0);
135
- __decorate([
136
- (0, utils_1.ApiPropertyOptional)(),
137
- (0, class_validator_1.IsString)(),
138
- (0, class_validator_1.IsOptional)(),
139
- __metadata("design:type", Object)
140
- ], CreateQontoRegistration.prototype, "addressStreet2", void 0);
141
- __decorate([
142
- (0, utils_1.ApiPropertyOptional)(),
143
- (0, class_validator_1.IsString)(),
144
- (0, class_validator_1.IsOptional)(),
145
- __metadata("design:type", Object)
146
- ], CreateQontoRegistration.prototype, "postalCode", void 0);
147
- __decorate([
148
- (0, utils_1.ApiPropertyOptional)(),
149
- (0, class_validator_1.IsString)(),
150
- (0, class_validator_1.IsOptional)(),
151
- __metadata("design:type", Object)
152
- ], CreateQontoRegistration.prototype, "city", void 0);
153
- __decorate([
154
- (0, utils_1.ApiPropertyOptional)(),
155
- (0, class_validator_1.IsString)(),
156
- (0, class_validator_1.IsOptional)(),
157
- __metadata("design:type", Object)
158
- ], CreateQontoRegistration.prototype, "country", void 0);
159
- __decorate([
160
- (0, utils_1.ApiProperty)(),
161
- (0, class_validator_1.IsString)(),
162
- __metadata("design:type", String)
163
- ], CreateQontoRegistration.prototype, "totalCapitalAmount", void 0);
164
- __decorate([
165
- (0, utils_1.ApiProperty)(),
166
- __metadata("design:type", Array)
167
- ], CreateQontoRegistration.prototype, "stakeHolders", void 0);
168
- __decorate([
169
- (0, utils_1.ApiProperty)(),
170
- (0, class_validator_1.IsNumber)(),
171
- __metadata("design:type", Number)
172
- ], CreateQontoRegistration.prototype, "idSociety", void 0);
173
- class CreateRegistrationFile {
174
- }
175
- exports.CreateRegistrationFile = CreateRegistrationFile;
176
- __decorate([
177
- (0, utils_1.ApiProperty)(),
178
- __metadata("design:type", Object)
179
- ], CreateRegistrationFile.prototype, "file", void 0);
180
- __decorate([
181
- (0, utils_1.ApiProperty)(),
182
- __metadata("design:type", String)
183
- ], CreateRegistrationFile.prototype, "fileType", void 0);
184
- __decorate([
185
- (0, utils_1.ApiPropertyOptional)(),
186
- (0, class_validator_1.IsString)(),
187
- (0, class_validator_1.IsOptional)(),
188
- __metadata("design:type", String)
189
- ], CreateRegistrationFile.prototype, "stakeholderId", void 0);
190
- class CreateWebhookConfig {
191
- }
192
- exports.CreateWebhookConfig = CreateWebhookConfig;
193
- __decorate([
194
- (0, utils_1.ApiProperty)(),
195
- (0, class_validator_1.IsString)(),
196
- __metadata("design:type", String)
197
- ], CreateWebhookConfig.prototype, "callbackUrl", void 0);
198
- __decorate([
199
- (0, utils_1.ApiProperty)(),
200
- (0, class_validator_1.IsString)(),
201
- __metadata("design:type", String)
202
- ], CreateWebhookConfig.prototype, "secret", void 0);
203
- __decorate([
204
- (0, utils_1.ApiPropertyOptional)(),
205
- (0, class_validator_1.IsBoolean)(),
206
- (0, boolean_transform_1.ToBoolean)(),
207
- (0, class_validator_1.IsOptional)(),
208
- __metadata("design:type", Boolean)
209
- ], CreateWebhookConfig.prototype, "enabled", void 0);
210
56
  //# sourceMappingURL=Create.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Create.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsDateString, IsOptional, IsString, IsArray, IsBoolean, IsNumber } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { RegistrationFileType, ReadStakeHolders } from './Query';\nimport { TFile } from '../file/TFile';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateImportation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n minDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n maxDate?: string;\n}\n\nexport class CreateQontoConnection {\n @ApiProperty()\n @IsString()\n login: string;\n\n @ApiProperty()\n @IsString()\n password: string;\n}\n\nexport class ProcessBankAccount {\n @ApiProperty()\n @IsArray()\n idsSlugToAdd: Array<string>;\n\n @ApiProperty()\n @IsArray()\n idsSlugToRemove: Array<string>;\n}\n\nexport class CreateQontoRegistration {\n @ApiProperty()\n @IsString()\n legalFlow: 'company_creation' | 'existing_company';\n\n @ApiProperty()\n @IsString()\n locale: 'en' | 'fr' | 'it' | 'es' | 'de';\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n firstName?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n lastName?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n email?: string | null;\n\n @ApiProperty()\n @IsString()\n entityType: 'freelancer' | 'company';\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n legalName?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n legalForm?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n number?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n sector?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n registrationDate?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n vatNumber?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n addressStreet?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n addressStreet2?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n postalCode?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n country?: string | null;\n\n @ApiProperty()\n @IsString()\n totalCapitalAmount: string;\n\n @ApiProperty()\n stakeHolders: ReadStakeHolders;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n}\n\nexport class CreateRegistrationFile {\n @ApiProperty()\n file: TFile;\n\n @ApiProperty()\n fileType: RegistrationFileType;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n stakeholderId?: string;\n}\n\nexport class CreateWebhookConfig {\n @ApiProperty()\n @IsString()\n callbackUrl: string;\n\n @ApiProperty()\n @IsString()\n secret: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n enabled: boolean;\n}\n"]}
1
+ {"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAC9E,6CAAqE;AAErE,MAAa,iBAAiB;CAU7B;AAVD,8CAUC;AANC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;kDACE;AAKjB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;kDACE;AAGnB,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;oDACG;AAId;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uDACM;AAGnB,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;8BACI,KAAK;wDAAS;AAI5B;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;8BACO,KAAK;2DAAS","sourcesContent":["import { IsDateString, IsOptional, IsString, IsArray } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class CreateImportation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n minDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n maxDate?: string;\n}\n\nexport class CreateQontoConnection {\n @ApiProperty()\n @IsString()\n login: string;\n\n @ApiProperty()\n @IsString()\n password: string;\n}\n\nexport class ProcessBankAccount {\n @ApiProperty()\n @IsArray()\n idsSlugToAdd: Array<string>;\n\n @ApiProperty()\n @IsArray()\n idsSlugToRemove: Array<string>;\n}\n"]}
@@ -74,32 +74,6 @@ export type GetQontoAttachment = {
74
74
  url: string | null;
75
75
  };
76
76
  };
77
- export type ReadQontoRegistration = {
78
- id: string;
79
- legal_flow: string;
80
- flow: {
81
- type: 'manual' | 'seamless';
82
- breakdown: {
83
- code: string;
84
- detail: string;
85
- source: {
86
- pointer: string;
87
- };
88
- } | null;
89
- };
90
- status: 'created' | 'pending' | 'user_started' | 'price_plan_selected' | 'contract_signed' | 'submitted' | 'capital_deposit_activated' | 'capital_deposit_request_signed' | 'capital_deposit_certificate_signed' | 'completed';
91
- redirection_link: string;
92
- created_at: string;
93
- updated_at: string;
94
- locale: string;
95
- partner_user: {
96
- first_name: string | null;
97
- last_name: string | null;
98
- email: string | null;
99
- };
100
- organization: ReadOrganization;
101
- stakeholders: ReadStakeHolder[];
102
- };
103
77
  export type ReadOrganization = {
104
78
  id?: string;
105
79
  entity_type: 'freelancer' | 'company';
@@ -149,22 +123,4 @@ export declare class ReadStakeHolder {
149
123
  shareholding_type: 'physical' | null;
150
124
  }
151
125
  export type ReadStakeHolders = ReadStakeHolder[];
152
- export declare class ReadQontoRegistrationFile {
153
- id: string;
154
- filename: string;
155
- filesize_bytes: number;
156
- url: string;
157
- created_at: string;
158
- file_type: string;
159
- stakeholder_id: string | null;
160
- }
161
- export type ReadQontoWebhookConfig = {
162
- id: string;
163
- created_at: string;
164
- updated_at: string;
165
- callback_url: string;
166
- enabled: boolean;
167
- secret: string;
168
- };
169
- export type RegistrationFileType = 'organization-deposit-certificate' | 'organization-proof-of-address' | 'organization-by-laws' | 'organization-kbis' | 'stakeholder-proof-of-identity' | 'stakeholder-residence-permit';
170
126
  //# sourceMappingURL=Query.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Query.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Query.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReadQontoRegistrationFile = exports.ReadStakeHolder = void 0;
3
+ exports.ReadStakeHolder = void 0;
4
4
  class ReadStakeHolder {
5
5
  }
6
6
  exports.ReadStakeHolder = ReadStakeHolder;
7
- class ReadQontoRegistrationFile {
8
- }
9
- exports.ReadQontoRegistrationFile = ReadQontoRegistrationFile;
10
7
  //# sourceMappingURL=Query.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Query.ts"],"names":[],"mappings":";;;AA4IA,MAAa,eAAe;CA0B3B;AA1BD,0CA0BC;AAID,MAAa,yBAAyB;CAQrC;AARD,8DAQC","sourcesContent":["export type QontoOrganisationBankAccount = {\n slug: string;\n iban: string;\n bic: string | null;\n currency: string;\n balance: number;\n balance_cents: number;\n authorized_balance: number;\n authorized_balance_cents: number;\n updated_at: string;\n status: 'active' | 'closed';\n};\n\nexport type GetQontoOrganization = {\n organization: {\n slug: string;\n legal_name: string | null;\n bank_accounts: QontoOrganisationBankAccount[];\n };\n};\n\nexport type GetQontoTransactionsResponse = {\n transactions: QontoTransaction[];\n meta: {\n current_page: number;\n next_page: number | null;\n prev_page: number | null;\n total_pages: number;\n total_count: number;\n per_page: number;\n };\n};\n\nexport type QontoTransaction = {\n transaction_id: string;\n amount: number;\n amount_cents: number;\n settled_balance: number;\n settled_balance_cents: number;\n attachment_ids: string[];\n local_amount: number;\n local_amount_cents: number;\n side: string;\n operation_type: string;\n currency: string;\n local_currency: string;\n label: string;\n settled_at: string;\n emitted_at: string;\n updated_at: string;\n status: string;\n note: string;\n reference: string | null;\n vat_amount: number | null;\n vat_amount_cents: number | null;\n vat_rate: number | null;\n initiator_id: string | null;\n label_ids: string[];\n attachment_lost: boolean;\n attachment_required: boolean;\n card_last_digits: string | null;\n category: string | null;\n id: string | null;\n};\n\nexport type GetQontoAttachment = {\n id: string;\n created_at: string;\n file_name: string;\n file_size: string;\n file_content_type: string;\n url: string;\n probative_attachment: {\n status: string;\n file_name: string;\n file_content_type: string;\n file_size: string;\n url: string | null;\n };\n};\n\nexport type ReadQontoRegistration = {\n id: string;\n legal_flow: string; // Registration type => company_creation (Company in creation), existing_company (Company already exists)\n flow: {\n type: 'manual' | 'seamless'; // which type of flow the user will be redirected\n breakdown: {\n code: string;\n detail: string;\n source: {\n pointer: string;\n };\n } | null;\n };\n status:\n | 'created'\n | 'pending'\n | 'user_started'\n | 'price_plan_selected'\n | 'contract_signed'\n | 'submitted'\n | 'capital_deposit_activated'\n | 'capital_deposit_request_signed'\n | 'capital_deposit_certificate_signed'\n | 'completed';\n redirection_link: string; // link where the user is redirected\n created_at: string;\n updated_at: string;\n locale: string;\n partner_user: {\n first_name: string | null;\n last_name: string | null;\n email: string | null;\n };\n organization: ReadOrganization;\n stakeholders: ReadStakeHolder[];\n};\n\nexport type ReadOrganization = {\n id?: string;\n entity_type: 'freelancer' | 'company';\n legal_name: string | null;\n legal_form: string | null;\n legal_number?: string | null;\n legal_sector?: string | null;\n legal_registration_date?: string | null;\n legal_vat_number?: string | null;\n address: {\n line_1: string | null;\n line_2?: string | null;\n postal_code: string | null;\n city: string | null;\n country: string | null;\n };\n total_capital_amount: {\n value: string;\n currency: 'EUR';\n };\n};\n\nexport class ReadStakeHolder {\n id?: string;\n capital_amount: {\n value: string;\n currency: 'EUR';\n };\n is_owner: boolean | null;\n first_name: string | null;\n last_name: string | null;\n email: string | null;\n gender: 'male' | 'female' | 'other' | null;\n phone_number: string | null;\n nationality: string | null; // ISO country code\n birth_date: string | null;\n birth_address: {\n postal_code: string | null;\n city: string | null;\n country: string | null;\n };\n residence_address: {\n line_1: string | null;\n postal_code: string | null;\n city: string | null;\n country: string | null;\n };\n shareholding_type: 'physical' | null;\n}\n\nexport type ReadStakeHolders = ReadStakeHolder[];\n\nexport class ReadQontoRegistrationFile {\n id: string;\n filename: string;\n filesize_bytes: number;\n url: string; // TTL of 2 hours\n created_at: string;\n file_type: string;\n stakeholder_id: string | null;\n}\n\nexport type ReadQontoWebhookConfig = {\n id: string;\n created_at: string;\n updated_at: string;\n callback_url: string;\n enabled: boolean;\n secret: string;\n};\n\nexport type RegistrationFileType =\n | 'organization-deposit-certificate'\n | 'organization-proof-of-address'\n | 'organization-by-laws'\n | 'organization-kbis'\n | 'stakeholder-proof-of-identity'\n | 'stakeholder-residence-permit';\n"]}
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Query.ts"],"names":[],"mappings":";;;AAuGA,MAAa,eAAe;CA0B3B;AA1BD,0CA0BC","sourcesContent":["export type QontoOrganisationBankAccount = {\n slug: string;\n iban: string;\n bic: string | null;\n currency: string;\n balance: number;\n balance_cents: number;\n authorized_balance: number;\n authorized_balance_cents: number;\n updated_at: string;\n status: 'active' | 'closed';\n};\n\nexport type GetQontoOrganization = {\n organization: {\n slug: string;\n legal_name: string | null;\n bank_accounts: QontoOrganisationBankAccount[];\n };\n};\n\nexport type GetQontoTransactionsResponse = {\n transactions: QontoTransaction[];\n meta: {\n current_page: number;\n next_page: number | null;\n prev_page: number | null;\n total_pages: number;\n total_count: number;\n per_page: number;\n };\n};\n\nexport type QontoTransaction = {\n transaction_id: string;\n amount: number;\n amount_cents: number;\n settled_balance: number;\n settled_balance_cents: number;\n attachment_ids: string[];\n local_amount: number;\n local_amount_cents: number;\n side: string;\n operation_type: string;\n currency: string;\n local_currency: string;\n label: string;\n settled_at: string;\n emitted_at: string;\n updated_at: string;\n status: string;\n note: string;\n reference: string | null;\n vat_amount: number | null;\n vat_amount_cents: number | null;\n vat_rate: number | null;\n initiator_id: string | null;\n label_ids: string[];\n attachment_lost: boolean;\n attachment_required: boolean;\n card_last_digits: string | null;\n category: string | null;\n id: string | null;\n};\n\nexport type GetQontoAttachment = {\n id: string;\n created_at: string;\n file_name: string;\n file_size: string;\n file_content_type: string;\n url: string;\n probative_attachment: {\n status: string;\n file_name: string;\n file_content_type: string;\n file_size: string;\n url: string | null;\n };\n};\n\nexport type ReadOrganization = {\n id?: string;\n entity_type: 'freelancer' | 'company';\n legal_name: string | null;\n legal_form: string | null;\n legal_number?: string | null;\n legal_sector?: string | null;\n legal_registration_date?: string | null;\n legal_vat_number?: string | null;\n address: {\n line_1: string | null;\n line_2?: string | null;\n postal_code: string | null;\n city: string | null;\n country: string | null;\n };\n total_capital_amount: {\n value: string;\n currency: 'EUR';\n };\n};\n\nexport class ReadStakeHolder {\n id?: string;\n capital_amount: {\n value: string;\n currency: 'EUR';\n };\n is_owner: boolean | null;\n first_name: string | null;\n last_name: string | null;\n email: string | null;\n gender: 'male' | 'female' | 'other' | null;\n phone_number: string | null;\n nationality: string | null; // ISO country code\n birth_date: string | null;\n birth_address: {\n postal_code: string | null;\n city: string | null;\n country: string | null;\n };\n residence_address: {\n line_1: string | null;\n postal_code: string | null;\n city: string | null;\n country: string | null;\n };\n shareholding_type: 'physical' | null;\n}\n\nexport type ReadStakeHolders = ReadStakeHolder[];\n"]}
@@ -78,6 +78,7 @@ export declare class CreateAndSendVatMail {
78
78
  content: string;
79
79
  idSociety: number;
80
80
  idFiles: number[];
81
+ sendByUserId?: number;
81
82
  }
82
83
  export declare class DownloadExternalFile {
83
84
  fileId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"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"}
@@ -283,6 +283,12 @@ __decorate([
283
283
  (0, class_validator_1.IsArray)(),
284
284
  __metadata("design:type", Array)
285
285
  ], CreateAndSendVatMail.prototype, "idFiles", void 0);
286
+ __decorate([
287
+ (0, utils_1.ApiPropertyOptional)(),
288
+ (0, class_validator_1.IsNumber)(),
289
+ (0, class_validator_1.IsOptional)(),
290
+ __metadata("design:type", Number)
291
+ ], CreateAndSendVatMail.prototype, "sendByUserId", void 0);
286
292
  class DownloadExternalFile {
287
293
  }
288
294
  exports.DownloadExternalFile = DownloadExternalFile;