@silexpert/core 1.3.95-3 → 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 (353) 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/{team/QueryUpdateTeamsForUser.js → card/Cron.js} +21 -14
  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/sellsy/SellsyConnectionStatus.d.ts +11 -0
  109. package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +1 -0
  110. package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +3 -0
  111. package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +1 -0
  112. package/dist/cjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts +10 -0
  113. package/dist/cjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts.map +1 -0
  114. package/dist/cjs/types/Interface/api/sellsy/SellsyOauthCallback.js +36 -0
  115. package/dist/cjs/types/Interface/api/sellsy/SellsyOauthCallback.js.map +1 -0
  116. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts +5 -4
  117. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  118. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js +13 -0
  119. package/dist/cjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  120. package/dist/cjs/types/Interface/api/society/QueryToArchived.d.ts +5 -0
  121. package/dist/cjs/types/Interface/api/society/QueryToArchived.d.ts.map +1 -0
  122. package/dist/cjs/types/Interface/api/{team/QueryUpdateUserTeam.js → society/QueryToArchived.js} +10 -13
  123. package/dist/cjs/types/Interface/api/society/QueryToArchived.js.map +1 -0
  124. package/dist/cjs/types/Interface/api/stripe/Create.d.ts +10 -0
  125. package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  126. package/dist/cjs/types/Interface/api/stripe/Create.js +30 -1
  127. package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
  128. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts +6 -0
  129. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  130. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js +19 -1
  131. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  132. package/dist/cjs/types/Interface/models/IConnector.d.ts +1 -0
  133. package/dist/cjs/types/Interface/models/IConnector.d.ts.map +1 -1
  134. package/dist/cjs/types/Interface/models/IConnector.js.map +1 -1
  135. package/dist/cjs/types/index.d.ts +5 -2
  136. package/dist/cjs/types/index.d.ts.map +1 -1
  137. package/dist/cjs/types/index.js +5 -2
  138. package/dist/cjs/types/index.js.map +1 -1
  139. package/dist/cjs/utils/vat/3517/century23.d.ts.map +1 -1
  140. package/dist/cjs/utils/vat/3517/century23.js +55 -55
  141. package/dist/cjs/utils/vat/3517/century23.js.map +1 -1
  142. package/dist/mjs/api/resources/Exercice.d.ts +1 -1
  143. package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
  144. package/dist/mjs/api/resources/Exercice.js.map +1 -1
  145. package/dist/mjs/api/resources/Inpi.d.ts +3 -3
  146. package/dist/mjs/api/resources/Inpi.d.ts.map +1 -1
  147. package/dist/mjs/api/resources/Inpi.js +1 -1
  148. package/dist/mjs/api/resources/Inpi.js.map +1 -1
  149. package/dist/mjs/api/resources/Qonto.d.ts +1 -11
  150. package/dist/mjs/api/resources/Qonto.d.ts.map +1 -1
  151. package/dist/mjs/api/resources/Qonto.js +0 -29
  152. package/dist/mjs/api/resources/Qonto.js.map +1 -1
  153. package/dist/mjs/api/resources/Sellsy.d.ts +19 -0
  154. package/dist/mjs/api/resources/Sellsy.d.ts.map +1 -0
  155. package/dist/mjs/api/resources/Sellsy.js +16 -0
  156. package/dist/mjs/api/resources/Sellsy.js.map +1 -0
  157. package/dist/mjs/api/resources/Society.d.ts +2 -1
  158. package/dist/mjs/api/resources/Society.d.ts.map +1 -1
  159. package/dist/mjs/api/resources/Society.js +3 -0
  160. package/dist/mjs/api/resources/Society.js.map +1 -1
  161. package/dist/mjs/api/resources/StripePurchase.d.ts +13 -0
  162. package/dist/mjs/api/resources/StripePurchase.d.ts.map +1 -0
  163. package/dist/mjs/api/resources/StripePurchase.js +16 -0
  164. package/dist/mjs/api/resources/StripePurchase.js.map +1 -0
  165. package/dist/mjs/api/resources/Team.d.ts +1 -15
  166. package/dist/mjs/api/resources/Team.d.ts.map +1 -1
  167. package/dist/mjs/api/resources/Team.js +0 -18
  168. package/dist/mjs/api/resources/Team.js.map +1 -1
  169. package/dist/mjs/api/resources/User.js +1 -1
  170. package/dist/mjs/api/resources/User.js.map +1 -1
  171. package/dist/mjs/api/resources.d.ts +4 -0
  172. package/dist/mjs/api/resources.d.ts.map +1 -1
  173. package/dist/mjs/api/resources.js +4 -0
  174. package/dist/mjs/api/resources.js.map +1 -1
  175. package/dist/mjs/types/Enum/BalanceSheet.d.ts +2 -2
  176. package/dist/mjs/types/Enum/BalanceSheet.js +2 -2
  177. package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
  178. package/dist/mjs/types/Enum/BrandClementine.js +5 -5
  179. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  180. package/dist/mjs/types/Enum/BrandComptalib.js +1 -1
  181. package/dist/mjs/types/Enum/BrandComptalib.js.map +1 -1
  182. package/dist/mjs/types/Enum/BrandLegalstart.js +1 -1
  183. package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
  184. package/dist/mjs/types/Enum/BrandPourcentage.js +4 -4
  185. package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
  186. package/dist/mjs/types/Enum/Card.d.ts +20 -12
  187. package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
  188. package/dist/mjs/types/Enum/Card.js +29 -10
  189. package/dist/mjs/types/Enum/Card.js.map +1 -1
  190. package/dist/mjs/types/Enum/InpiType.d.ts +10 -2
  191. package/dist/mjs/types/Enum/InpiType.d.ts.map +1 -1
  192. package/dist/mjs/types/Enum/InpiType.js +12 -4
  193. package/dist/mjs/types/Enum/InpiType.js.map +1 -1
  194. package/dist/mjs/types/Enum/Phone.d.ts +206 -0
  195. package/dist/mjs/types/Enum/Phone.d.ts.map +1 -1
  196. package/dist/mjs/types/Enum/Phone.js +208 -2
  197. package/dist/mjs/types/Enum/Phone.js.map +1 -1
  198. package/dist/mjs/types/Enum/PrestationType.d.ts +2 -1
  199. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  200. package/dist/mjs/types/Enum/PrestationType.js +36 -16
  201. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  202. package/dist/mjs/types/Enum/Stripe.d.ts +4 -0
  203. package/dist/mjs/types/Enum/Stripe.d.ts.map +1 -0
  204. package/dist/mjs/types/Enum/Stripe.js +5 -0
  205. package/dist/mjs/types/Enum/Stripe.js.map +1 -0
  206. package/dist/mjs/types/Form/FormConnector.d.ts +1 -0
  207. package/dist/mjs/types/Form/FormConnector.d.ts.map +1 -1
  208. package/dist/mjs/types/Form/FormConnector.js +84 -11
  209. package/dist/mjs/types/Form/FormConnector.js.map +1 -1
  210. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  211. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  212. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +8 -0
  213. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  214. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
  215. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  216. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js +5 -0
  217. package/dist/mjs/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  218. package/dist/mjs/types/Interface/api/card/Cron.d.ts +8 -0
  219. package/dist/mjs/types/Interface/api/card/Cron.d.ts.map +1 -0
  220. package/dist/mjs/types/Interface/api/{team/QueryUpdateTeamsForUser.js → card/Cron.js} +23 -16
  221. package/dist/mjs/types/Interface/api/card/Cron.js.map +1 -0
  222. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +4 -20
  223. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  224. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  225. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts +12 -0
  226. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +1 -0
  227. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js +2 -0
  228. package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js.map +1 -0
  229. package/dist/mjs/types/Interface/api/exercice/Create.d.ts +1 -0
  230. package/dist/mjs/types/Interface/api/exercice/Create.d.ts.map +1 -1
  231. package/dist/mjs/types/Interface/api/exercice/Create.js +8 -0
  232. package/dist/mjs/types/Interface/api/exercice/Create.js.map +1 -1
  233. package/dist/mjs/types/Interface/api/inpiPayment/Query.d.ts +14 -0
  234. package/dist/mjs/types/Interface/api/inpiPayment/Query.d.ts.map +1 -0
  235. package/dist/mjs/types/Interface/api/inpiPayment/Query.js +135 -0
  236. package/dist/mjs/types/Interface/api/inpiPayment/Query.js.map +1 -0
  237. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
  238. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  239. package/dist/mjs/types/Interface/api/library/QueryLibrary.js +8 -1
  240. package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
  241. package/dist/mjs/types/Interface/api/qonto/Create.d.ts +0 -34
  242. package/dist/mjs/types/Interface/api/qonto/Create.d.ts.map +1 -1
  243. package/dist/mjs/types/Interface/api/qonto/Create.js +1 -178
  244. package/dist/mjs/types/Interface/api/qonto/Create.js.map +1 -1
  245. package/dist/mjs/types/Interface/api/qonto/Query.d.ts +0 -44
  246. package/dist/mjs/types/Interface/api/qonto/Query.d.ts.map +1 -1
  247. package/dist/mjs/types/Interface/api/qonto/Query.js +0 -9
  248. package/dist/mjs/types/Interface/api/qonto/Query.js.map +1 -1
  249. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +11 -0
  250. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +1 -0
  251. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +2 -0
  252. package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +1 -0
  253. package/dist/mjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts +10 -0
  254. package/dist/mjs/types/Interface/api/sellsy/SellsyOauthCallback.d.ts.map +1 -0
  255. package/dist/mjs/types/Interface/api/sellsy/SellsyOauthCallback.js +35 -0
  256. package/dist/mjs/types/Interface/api/sellsy/SellsyOauthCallback.js.map +1 -0
  257. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts +5 -4
  258. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.d.ts.map +1 -1
  259. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js +14 -0
  260. package/dist/mjs/types/Interface/api/shopify/InvoicesShopify.js.map +1 -1
  261. package/dist/mjs/types/Interface/api/society/QueryToArchived.d.ts +5 -0
  262. package/dist/mjs/types/Interface/api/society/QueryToArchived.d.ts.map +1 -0
  263. package/dist/mjs/types/Interface/api/{team/QueryUpdateUserTeam.js → society/QueryToArchived.js} +11 -15
  264. package/dist/mjs/types/Interface/api/society/QueryToArchived.js.map +1 -0
  265. package/dist/mjs/types/Interface/api/stripe/Create.d.ts +10 -0
  266. package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  267. package/dist/mjs/types/Interface/api/stripe/Create.js +34 -1
  268. package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
  269. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts +6 -0
  270. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  271. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js +18 -0
  272. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  273. package/dist/mjs/types/Interface/models/IConnector.d.ts +1 -0
  274. package/dist/mjs/types/Interface/models/IConnector.d.ts.map +1 -1
  275. package/dist/mjs/types/Interface/models/IConnector.js.map +1 -1
  276. package/dist/mjs/types/index.d.ts +5 -2
  277. package/dist/mjs/types/index.d.ts.map +1 -1
  278. package/dist/mjs/types/index.js +5 -2
  279. package/dist/mjs/types/index.js.map +1 -1
  280. package/dist/mjs/utils/vat/3517/century23.d.ts.map +1 -1
  281. package/dist/mjs/utils/vat/3517/century23.js +54 -54
  282. package/dist/mjs/utils/vat/3517/century23.js.map +1 -1
  283. package/package.json +1 -1
  284. package/ts/api/resources/Exercice.ts +1 -1
  285. package/ts/api/resources/Inpi.ts +3 -2
  286. package/ts/api/resources/Qonto.ts +0 -43
  287. package/ts/api/resources/Sellsy.ts +24 -0
  288. package/ts/api/resources/Society.ts +5 -0
  289. package/ts/api/resources/StripePurchase.ts +22 -0
  290. package/ts/api/resources/Team.ts +1 -22
  291. package/ts/api/resources/User.ts +1 -1
  292. package/ts/api/resources.ts +4 -0
  293. package/ts/types/Enum/BalanceSheet.ts +2 -2
  294. package/ts/types/Enum/BrandClementine.ts +5 -5
  295. package/ts/types/Enum/BrandComptalib.ts +1 -1
  296. package/ts/types/Enum/BrandLegalstart.ts +1 -1
  297. package/ts/types/Enum/BrandPourcentage.ts +4 -4
  298. package/ts/types/Enum/Card.ts +30 -11
  299. package/ts/types/Enum/InpiType.ts +13 -4
  300. package/ts/types/Enum/Phone.ts +208 -2
  301. package/ts/types/Enum/PrestationType.ts +36 -16
  302. package/ts/types/Enum/Stripe.ts +3 -0
  303. package/ts/types/Form/FormConnector.ts +39 -11
  304. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +6 -0
  305. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +3 -0
  306. package/ts/types/Interface/api/card/Cron.ts +21 -0
  307. package/ts/types/Interface/api/config/ConfigType.ts +2 -22
  308. package/ts/types/Interface/api/connector/OAuthTokenRequest.ts +12 -0
  309. package/ts/types/Interface/api/exercice/Create.ts +6 -0
  310. package/ts/types/Interface/api/inpiPayment/Query.ts +103 -0
  311. package/ts/types/Interface/api/library/QueryLibrary.ts +6 -1
  312. package/ts/types/Interface/api/qonto/Create.ts +1 -128
  313. package/ts/types/Interface/api/qonto/Query.ts +0 -64
  314. package/ts/types/Interface/api/sellsy/SellsyConnectionStatus.ts +10 -0
  315. package/ts/types/Interface/api/sellsy/SellsyOauthCallback.ts +24 -0
  316. package/ts/types/Interface/api/shopify/InvoicesShopify.ts +19 -4
  317. package/ts/types/Interface/api/society/QueryToArchived.ts +10 -0
  318. package/ts/types/Interface/api/stripe/Create.ts +24 -1
  319. package/ts/types/Interface/api/stripe/QueryStripe.ts +14 -0
  320. package/ts/types/Interface/models/IConnector.ts +1 -0
  321. package/ts/types/index.ts +5 -2
  322. package/ts/utils/vat/3517/century23.ts +55 -54
  323. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.d.ts +0 -46
  324. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.d.ts.map +0 -1
  325. package/dist/cjs/types/Interface/api/companeo/CompaneoReturn.js.map +0 -1
  326. package/dist/cjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts +0 -5
  327. package/dist/cjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts.map +0 -1
  328. package/dist/cjs/types/Interface/api/team/QueryUpdateTeamsForUser.js.map +0 -1
  329. package/dist/cjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts +0 -5
  330. package/dist/cjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts.map +0 -1
  331. package/dist/cjs/types/Interface/api/team/QueryUpdateUserTeam.js.map +0 -1
  332. package/dist/cjs/types/Interface/api/team/index.d.ts +0 -6
  333. package/dist/cjs/types/Interface/api/team/index.d.ts.map +0 -1
  334. package/dist/cjs/types/Interface/api/team/index.js +0 -22
  335. package/dist/cjs/types/Interface/api/team/index.js.map +0 -1
  336. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.d.ts +0 -46
  337. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.d.ts.map +0 -1
  338. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.js +0 -2
  339. package/dist/mjs/types/Interface/api/companeo/CompaneoReturn.js.map +0 -1
  340. package/dist/mjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts +0 -5
  341. package/dist/mjs/types/Interface/api/team/QueryUpdateTeamsForUser.d.ts.map +0 -1
  342. package/dist/mjs/types/Interface/api/team/QueryUpdateTeamsForUser.js.map +0 -1
  343. package/dist/mjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts +0 -5
  344. package/dist/mjs/types/Interface/api/team/QueryUpdateUserTeam.d.ts.map +0 -1
  345. package/dist/mjs/types/Interface/api/team/QueryUpdateUserTeam.js.map +0 -1
  346. package/dist/mjs/types/Interface/api/team/index.d.ts +0 -6
  347. package/dist/mjs/types/Interface/api/team/index.d.ts.map +0 -1
  348. package/dist/mjs/types/Interface/api/team/index.js +0 -6
  349. package/dist/mjs/types/Interface/api/team/index.js.map +0 -1
  350. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +0 -47
  351. package/ts/types/Interface/api/team/QueryUpdateTeamsForUser.ts +0 -16
  352. package/ts/types/Interface/api/team/QueryUpdateUserTeam.ts +0 -12
  353. package/ts/types/Interface/api/team/index.ts +0 -5
@@ -0,0 +1,135 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDate, IsInt, IsNumber, IsString } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class QueryInpiPaymentCreate {
13
+ costType;
14
+ fileNumber;
15
+ amount;
16
+ commission;
17
+ type;
18
+ state;
19
+ idSociety;
20
+ idUserWhoCreated;
21
+ idExercice;
22
+ idPrestationListRelated;
23
+ datePayment;
24
+ }
25
+ __decorate([
26
+ ApiProperty({
27
+ description: 'list of selected cost type',
28
+ required: true,
29
+ type: String,
30
+ example: '[1,2]',
31
+ }),
32
+ IsString(),
33
+ __metadata("design:type", String)
34
+ ], QueryInpiPaymentCreate.prototype, "costType", void 0);
35
+ __decorate([
36
+ ApiProperty({
37
+ description: 'file number',
38
+ required: true,
39
+ type: String,
40
+ example: '010234',
41
+ }),
42
+ IsString(),
43
+ __metadata("design:type", String)
44
+ ], QueryInpiPaymentCreate.prototype, "fileNumber", void 0);
45
+ __decorate([
46
+ ApiProperty({
47
+ description: 'amount',
48
+ required: true,
49
+ type: Number,
50
+ example: 100.0,
51
+ }),
52
+ IsNumber(),
53
+ __metadata("design:type", Number)
54
+ ], QueryInpiPaymentCreate.prototype, "amount", void 0);
55
+ __decorate([
56
+ ApiProperty({
57
+ description: 'commission',
58
+ required: true,
59
+ type: Number,
60
+ example: 100.0,
61
+ }),
62
+ IsNumber(),
63
+ __metadata("design:type", Number)
64
+ ], QueryInpiPaymentCreate.prototype, "commission", void 0);
65
+ __decorate([
66
+ ApiProperty({
67
+ description: 'type',
68
+ required: true,
69
+ type: Number,
70
+ example: 1,
71
+ }),
72
+ IsInt(),
73
+ __metadata("design:type", Number)
74
+ ], QueryInpiPaymentCreate.prototype, "type", void 0);
75
+ __decorate([
76
+ ApiProperty({
77
+ description: 'state',
78
+ required: true,
79
+ type: Number,
80
+ example: 1,
81
+ }),
82
+ IsInt(),
83
+ __metadata("design:type", Number)
84
+ ], QueryInpiPaymentCreate.prototype, "state", void 0);
85
+ __decorate([
86
+ ApiProperty({
87
+ description: 'idSociety',
88
+ required: true,
89
+ type: Number,
90
+ example: 1,
91
+ }),
92
+ IsInt(),
93
+ __metadata("design:type", Number)
94
+ ], QueryInpiPaymentCreate.prototype, "idSociety", void 0);
95
+ __decorate([
96
+ ApiProperty({
97
+ description: 'idUserWhoCreated',
98
+ required: true,
99
+ type: Number,
100
+ example: 1,
101
+ }),
102
+ IsInt(),
103
+ __metadata("design:type", Number)
104
+ ], QueryInpiPaymentCreate.prototype, "idUserWhoCreated", void 0);
105
+ __decorate([
106
+ ApiProperty({
107
+ description: 'idExercice',
108
+ required: true,
109
+ type: Number,
110
+ example: 1,
111
+ }),
112
+ IsInt(),
113
+ __metadata("design:type", Number)
114
+ ], QueryInpiPaymentCreate.prototype, "idExercice", void 0);
115
+ __decorate([
116
+ ApiProperty({
117
+ description: 'idPrestationListRelated',
118
+ required: true,
119
+ type: Number,
120
+ example: 1,
121
+ }),
122
+ IsInt(),
123
+ __metadata("design:type", Number)
124
+ ], QueryInpiPaymentCreate.prototype, "idPrestationListRelated", void 0);
125
+ __decorate([
126
+ ApiProperty({
127
+ description: 'datePayment',
128
+ required: true,
129
+ type: Date,
130
+ example: new Date(),
131
+ }),
132
+ IsDate(),
133
+ __metadata("design:type", Date)
134
+ ], QueryInpiPaymentCreate.prototype, "datePayment", void 0);
135
+ //# 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,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,sBAAsB;IAQjC,QAAQ,CAAS;IASjB,UAAU,CAAS;IASnB,MAAM,CAAS;IASf,UAAU,CAAS;IASnB,IAAI,CAAS;IASb,KAAK,CAAS;IASd,SAAS,CAAS;IASlB,gBAAgB,CAAS;IASzB,UAAU,CAAS;IASnB,uBAAuB,CAAS;IAShC,WAAW,CAAO;CACnB;AA3FC;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,OAAO;KACjB,CAAC;IACD,QAAQ,EAAE;;wDACM;AASjB;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,QAAQ;KAClB,CAAC;IACD,QAAQ,EAAE;;0DACQ;AASnB;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,QAAQ;QACrB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,KAAK;KACf,CAAC;IACD,QAAQ,EAAE;;sDACI;AASf;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,YAAY;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,KAAK;KACf,CAAC;IACD,QAAQ,EAAE;;0DACQ;AASnB;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,MAAM;QACnB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,KAAK,EAAE;;oDACK;AASb;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,OAAO;QACpB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,KAAK,EAAE;;qDACM;AASd;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,WAAW;QACxB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,KAAK,EAAE;;yDACU;AASlB;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,KAAK,EAAE;;gEACiB;AASzB;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,YAAY;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,KAAK,EAAE;;0DACW;AASnB;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,yBAAyB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;IACD,KAAK,EAAE;;uEACwB;AAShC;IAPC,WAAW,CAAC;QACX,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,IAAI,IAAI,EAAE;KACpB,CAAC;IACD,MAAM,EAAE;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"}
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsIn, IsOptional, IsString, IsNumber, IsBoolean, IsInt, IsDateString } from 'class-validator';
10
+ import { IsIn, IsOptional, IsString, IsNumber, IsBoolean, IsInt, IsDateString, IsArray } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  import { GedFolder, GedFileType, GedCategory } from '../../../Enum/Ged';
13
13
  import { RequiredQueryPaginate } from '../BasePaginate';
@@ -171,6 +171,7 @@ export class QueryLibrarySociety extends RequiredQueryPaginate {
171
171
  search;
172
172
  orderBy;
173
173
  idBankAccount;
174
+ idGedFolders;
174
175
  }
175
176
  __decorate([
176
177
  ApiProperty(),
@@ -203,6 +204,12 @@ __decorate([
203
204
  IsOptional(),
204
205
  __metadata("design:type", Object)
205
206
  ], QueryLibrarySociety.prototype, "idBankAccount", void 0);
207
+ __decorate([
208
+ ApiPropertyOptional(),
209
+ IsOptional(),
210
+ IsArray(),
211
+ __metadata("design:type", Array)
212
+ ], QueryLibrarySociety.prototype, "idGedFolders", void 0);
206
213
  export class QueryLastFileOfType {
207
214
  idSociety;
208
215
  idTypeGedFile;
@@ -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":";;;;;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAChH,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAGxD,MAAM,OAAO,gBAAgB;IAE3B,SAAS,CAAS;IAGlB,WAAW,CAAa;IAGxB,aAAa,CAA+B;IAG5C,aAAa,CAAe;IAG5B,aAAa,CAAe;IAG5B,UAAU,CAAU;IAGpB,cAAc,CAAU;IAGxB,aAAa,CAAqB;IAGlC,MAAM,CAAU;IAKhB,QAAQ,CAAU;IAKlB,QAAQ,GAAa,KAAK,CAAC;IAO3B,UAAU,CAAY;IAKtB,IAAI,CAAU;IAKd,KAAK,CAAU;IAQf,OAAO,CAAY;CACpB;AA5DC;IADC,WAAW,EAAE;;mDACI;AAGlB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;uDACsB;AAG5C;IADC,mBAAmB,EAAE;;uDACM;AAG5B;IADC,mBAAmB,EAAE;;uDACM;AAG5B;IADC,mBAAmB,EAAE;;oDACF;AAGpB;IADC,mBAAmB,EAAE;;wDACE;AAGxB;IADC,mBAAmB,EAAE;;uDACY;AAGlC;IADC,mBAAmB,EAAE;;gDACN;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACK;AAKlB;IAHC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,UAAU,EAAE;;kDACc;AAO3B;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;oDACoB;AAKtB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACC;AAKd;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;+CACE;AAQf;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iDAC5F;AAGrB,MAAM,OAAO,iBAAiB;IAE5B,UAAU,CAAS;IAGnB,KAAK,CAAS;IAGd,MAAM,CAAU;IAGhB,MAAM,CAAU;CACjB;AAVC;IADC,WAAW,EAAE;;qDACK;AAGnB;IADC,WAAW,EAAE;;gDACA;AAGd;IADC,mBAAmB,EAAE;;iDACN;AAGhB;IADC,mBAAmB,EAAE;;iDACN;AAGlB,MAAM,OAAO,qBAAqB;IAEhC,MAAM,CAAS;IAGf,YAAY,CAAQ;IAGpB,MAAM,CAAU;IAGhB,WAAW,CAAS;IAGpB,SAAS,CAAU;IAGnB,UAAU,CAAU;IAGpB,aAAa,CAAU;CACxB;AAnBC;IADC,WAAW,EAAE;;qDACC;AAGf;IADC,mBAAmB,EAAE;8BACP,IAAI;2DAAC;AAGpB;IADC,mBAAmB,EAAE;;qDACN;AAGhB;IADC,WAAW,EAAE;;0DACM;AAGpB;IADC,mBAAmB,EAAE;;wDACH;AAGnB;IADC,mBAAmB,EAAE;;yDACF;AAGpB;IADC,mBAAmB,EAAE;;4DACC;AAGzB,MAAM,OAAO,mBAAoB,SAAQ,qBAAqB;IAE5D,eAAe,CAAgB;IAK/B,SAAS,CAAU;IAKnB,OAAO,CAAU;IAKjB,MAAM,CAAU;IAGhB,OAAO,CAAU;IAIjB,aAAa,CAAqB;IAKlC,YAAY,CAAe;CAC5B;AA5BC;IADC,WAAW,EAAE;;4DACiB;AAK/B;IAHC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;sDACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,YAAY,EAAE;IACd,UAAU,EAAE;;oDACI;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;mDACK;AAGhB;IADC,mBAAmB,EAAE;;oDACL;AAIjB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;0DACqB;AAKlC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;yDACiB;AAE7B,MAAM,OAAO,mBAAmB;IAG9B,SAAS,CAAS;IAGlB,aAAa,CAAc;IAI3B,qBAAqB,CAAS;IAQ9B,OAAO,CAAY;CACpB;AAhBC;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;sDACU;AAGlB;IADC,WAAW,EAAE;;0DACa;AAI3B;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kEACiB;AAQ9B;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;oDAC7E;AAGrB,MAAM,OAAO,0BAA0B;IAIrC,SAAS,CAAU;IAKnB,aAAa,CAAU;IAKvB,KAAK,CAAU;CAChB;AAXC;IAHC,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;6DACM;AAKnB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;iEACU;AAKvB;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IACpC,UAAU,EAAE;IACZ,KAAK,EAAE;;yDACO;AAGjB,MAAM,OAAO,qBAAqB;IAEhC,IAAI,CAAQ;IAIZ,UAAU,CAAS;IAKnB,MAAM,CAAS;IAKf,OAAO,CAAU;IAKjB,YAAY,CAAU;IAKtB,QAAQ,CAAU;IAKlB,KAAK,CAAU;IAKf,MAAM,CAAU;IAKhB,YAAY,CAAU;CACvB;AAxCC;IADC,WAAW,EAAE;;mDACF;AAIZ;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;yDACQ;AAKnB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;qDACE;AAKf;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;sDACI;AAKjB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;2DACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;uDACK;AAKlB;IAHC,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;oDACE;AAKf;IAHC,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;qDACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;2DACS","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"}
@@ -7,9 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsDateString, IsOptional, IsString, IsArray, IsBoolean, IsNumber } from 'class-validator';
10
+ import { IsDateString, IsOptional, IsString, IsArray } from 'class-validator';
11
11
  import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
- import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
12
  export class CreateImportation {
14
13
  minDate;
15
14
  maxDate;
@@ -54,180 +53,4 @@ __decorate([
54
53
  IsArray(),
55
54
  __metadata("design:type", Array)
56
55
  ], ProcessBankAccount.prototype, "idsSlugToRemove", void 0);
57
- export class CreateQontoRegistration {
58
- legalFlow;
59
- locale;
60
- firstName;
61
- lastName;
62
- email;
63
- entityType;
64
- legalName;
65
- legalForm;
66
- number;
67
- sector;
68
- registrationDate;
69
- vatNumber;
70
- addressStreet;
71
- addressStreet2;
72
- postalCode;
73
- city;
74
- country;
75
- totalCapitalAmount;
76
- stakeHolders;
77
- idSociety;
78
- }
79
- __decorate([
80
- ApiProperty(),
81
- IsString(),
82
- __metadata("design:type", String)
83
- ], CreateQontoRegistration.prototype, "legalFlow", void 0);
84
- __decorate([
85
- ApiProperty(),
86
- IsString(),
87
- __metadata("design:type", String)
88
- ], CreateQontoRegistration.prototype, "locale", void 0);
89
- __decorate([
90
- ApiPropertyOptional(),
91
- IsString(),
92
- IsOptional(),
93
- __metadata("design:type", Object)
94
- ], CreateQontoRegistration.prototype, "firstName", void 0);
95
- __decorate([
96
- ApiPropertyOptional(),
97
- IsString(),
98
- IsOptional(),
99
- __metadata("design:type", Object)
100
- ], CreateQontoRegistration.prototype, "lastName", void 0);
101
- __decorate([
102
- ApiPropertyOptional(),
103
- IsString(),
104
- IsOptional(),
105
- __metadata("design:type", Object)
106
- ], CreateQontoRegistration.prototype, "email", void 0);
107
- __decorate([
108
- ApiProperty(),
109
- IsString(),
110
- __metadata("design:type", String)
111
- ], CreateQontoRegistration.prototype, "entityType", void 0);
112
- __decorate([
113
- ApiPropertyOptional(),
114
- IsString(),
115
- IsOptional(),
116
- __metadata("design:type", Object)
117
- ], CreateQontoRegistration.prototype, "legalName", void 0);
118
- __decorate([
119
- ApiPropertyOptional(),
120
- IsString(),
121
- IsOptional(),
122
- __metadata("design:type", Object)
123
- ], CreateQontoRegistration.prototype, "legalForm", void 0);
124
- __decorate([
125
- ApiPropertyOptional(),
126
- IsString(),
127
- IsOptional(),
128
- __metadata("design:type", Object)
129
- ], CreateQontoRegistration.prototype, "number", void 0);
130
- __decorate([
131
- ApiPropertyOptional(),
132
- IsString(),
133
- IsOptional(),
134
- __metadata("design:type", Object)
135
- ], CreateQontoRegistration.prototype, "sector", void 0);
136
- __decorate([
137
- ApiPropertyOptional(),
138
- IsString(),
139
- IsOptional(),
140
- __metadata("design:type", Object)
141
- ], CreateQontoRegistration.prototype, "registrationDate", void 0);
142
- __decorate([
143
- ApiPropertyOptional(),
144
- IsString(),
145
- IsOptional(),
146
- __metadata("design:type", Object)
147
- ], CreateQontoRegistration.prototype, "vatNumber", void 0);
148
- __decorate([
149
- ApiPropertyOptional(),
150
- IsString(),
151
- IsOptional(),
152
- __metadata("design:type", Object)
153
- ], CreateQontoRegistration.prototype, "addressStreet", void 0);
154
- __decorate([
155
- ApiPropertyOptional(),
156
- IsString(),
157
- IsOptional(),
158
- __metadata("design:type", Object)
159
- ], CreateQontoRegistration.prototype, "addressStreet2", void 0);
160
- __decorate([
161
- ApiPropertyOptional(),
162
- IsString(),
163
- IsOptional(),
164
- __metadata("design:type", Object)
165
- ], CreateQontoRegistration.prototype, "postalCode", void 0);
166
- __decorate([
167
- ApiPropertyOptional(),
168
- IsString(),
169
- IsOptional(),
170
- __metadata("design:type", Object)
171
- ], CreateQontoRegistration.prototype, "city", void 0);
172
- __decorate([
173
- ApiPropertyOptional(),
174
- IsString(),
175
- IsOptional(),
176
- __metadata("design:type", Object)
177
- ], CreateQontoRegistration.prototype, "country", void 0);
178
- __decorate([
179
- ApiProperty(),
180
- IsString(),
181
- __metadata("design:type", String)
182
- ], CreateQontoRegistration.prototype, "totalCapitalAmount", void 0);
183
- __decorate([
184
- ApiProperty(),
185
- __metadata("design:type", Array)
186
- ], CreateQontoRegistration.prototype, "stakeHolders", void 0);
187
- __decorate([
188
- ApiProperty(),
189
- IsNumber(),
190
- __metadata("design:type", Number)
191
- ], CreateQontoRegistration.prototype, "idSociety", void 0);
192
- export class CreateRegistrationFile {
193
- file;
194
- fileType;
195
- stakeholderId;
196
- }
197
- __decorate([
198
- ApiProperty(),
199
- __metadata("design:type", Object)
200
- ], CreateRegistrationFile.prototype, "file", void 0);
201
- __decorate([
202
- ApiProperty(),
203
- __metadata("design:type", String)
204
- ], CreateRegistrationFile.prototype, "fileType", void 0);
205
- __decorate([
206
- ApiPropertyOptional(),
207
- IsString(),
208
- IsOptional(),
209
- __metadata("design:type", String)
210
- ], CreateRegistrationFile.prototype, "stakeholderId", void 0);
211
- export class CreateWebhookConfig {
212
- callbackUrl;
213
- secret;
214
- enabled;
215
- }
216
- __decorate([
217
- ApiProperty(),
218
- IsString(),
219
- __metadata("design:type", String)
220
- ], CreateWebhookConfig.prototype, "callbackUrl", void 0);
221
- __decorate([
222
- ApiProperty(),
223
- IsString(),
224
- __metadata("design:type", String)
225
- ], CreateWebhookConfig.prototype, "secret", void 0);
226
- __decorate([
227
- ApiPropertyOptional(),
228
- IsBoolean(),
229
- ToBoolean(),
230
- IsOptional(),
231
- __metadata("design:type", Boolean)
232
- ], CreateWebhookConfig.prototype, "enabled", void 0);
233
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,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,iBAAiB;IAI5B,OAAO,CAAU;IAKjB,OAAO,CAAU;CAClB;AANC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;kDACE;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;kDACE;AAGnB,MAAM,OAAO,qBAAqB;IAGhC,KAAK,CAAS;IAId,QAAQ,CAAS;CAClB;AALC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;oDACG;AAId;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;uDACM;AAGnB,MAAM,OAAO,kBAAkB;IAG7B,YAAY,CAAgB;IAI5B,eAAe,CAAgB;CAChC;AALC;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;8BACI,KAAK;wDAAS;AAI5B;IAFC,WAAW,EAAE;IACb,OAAO,EAAE;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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"}
@@ -13,13 +13,4 @@ export class ReadStakeHolder {
13
13
  residence_address;
14
14
  shareholding_type;
15
15
  }
16
- export class ReadQontoRegistrationFile {
17
- id;
18
- filename;
19
- filesize_bytes;
20
- url; // TTL of 2 hours
21
- created_at;
22
- file_type;
23
- stakeholder_id;
24
- }
25
16
  //# sourceMappingURL=Query.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/qonto/Query.ts"],"names":[],"mappings":"AA4IA,MAAM,OAAO,eAAe;IAC1B,EAAE,CAAU;IACZ,cAAc,CAGZ;IACF,QAAQ,CAAiB;IACzB,UAAU,CAAgB;IAC1B,SAAS,CAAgB;IACzB,KAAK,CAAgB;IACrB,MAAM,CAAqC;IAC3C,YAAY,CAAgB;IAC5B,WAAW,CAAgB,CAAC,mBAAmB;IAC/C,UAAU,CAAgB;IAC1B,aAAa,CAIX;IACF,iBAAiB,CAKf;IACF,iBAAiB,CAAoB;CACtC;AAID,MAAM,OAAO,yBAAyB;IACpC,EAAE,CAAS;IACX,QAAQ,CAAS;IACjB,cAAc,CAAS;IACvB,GAAG,CAAS,CAAC,iBAAiB;IAC9B,UAAU,CAAS;IACnB,SAAS,CAAS;IAClB,cAAc,CAAgB;CAC/B","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,MAAM,OAAO,eAAe;IAC1B,EAAE,CAAU;IACZ,cAAc,CAGZ;IACF,QAAQ,CAAiB;IACzB,UAAU,CAAgB;IAC1B,SAAS,CAAgB;IACzB,KAAK,CAAgB;IACrB,MAAM,CAAqC;IAC3C,YAAY,CAAgB;IAC5B,WAAW,CAAgB,CAAC,mBAAmB;IAC/C,UAAU,CAAgB;IAC1B,aAAa,CAIX;IACF,iBAAiB,CAKf;IACF,iBAAiB,CAAoB;CACtC","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"]}
@@ -0,0 +1,11 @@
1
+ export interface SellsyConnectionStatus {
2
+ connected: boolean;
3
+ refreshed?: boolean;
4
+ needReauth?: boolean;
5
+ lastSync?: Date | string;
6
+ expiresAt?: Date;
7
+ expiresIn?: number;
8
+ message?: string;
9
+ error?: string;
10
+ }
11
+ //# sourceMappingURL=SellsyConnectionStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SellsyConnectionStatus.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/sellsy/SellsyConnectionStatus.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SellsyConnectionStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SellsyConnectionStatus.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/sellsy/SellsyConnectionStatus.ts"],"names":[],"mappings":"","sourcesContent":["export interface SellsyConnectionStatus {\n connected: boolean;\n refreshed?: boolean;\n needReauth?: boolean;\n lastSync?: Date | string;\n expiresAt?: Date;\n expiresIn?: number;\n message?: string;\n error?: string;\n}\n"]}
@@ -0,0 +1,10 @@
1
+ export declare class SellsyOauthCallback {
2
+ code: string;
3
+ codeVerifier: string;
4
+ idSociety: number;
5
+ }
6
+ export interface SellsyOauthCallbackResponse {
7
+ message: string;
8
+ success: true;
9
+ }
10
+ //# sourceMappingURL=SellsyOauthCallback.d.ts.map