@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
@@ -190,6 +190,7 @@ export enum PrestationType {
190
190
  EI = 236,
191
191
  MICRO = 237,
192
192
  GESTION_IMMO = 238,
193
+ TERMINATION_FEES = 239,
193
194
  }
194
195
 
195
196
  // Liste des prestations avec une lettre de mission à signer
@@ -1150,7 +1151,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1150
1151
  },
1151
1152
  CESSION_ACTIONS: {
1152
1153
  id: 51,
1153
- name: 'Cession d\'actions',
1154
+ name: "Cession d'actions",
1154
1155
  isComptable: false,
1155
1156
  isJuridique: true,
1156
1157
  isSocial: false,
@@ -1207,7 +1208,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1207
1208
  },
1208
1209
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL: {
1209
1210
  id: 54,
1210
- name: 'Modification d\'un dirigeant ou d\'un commissaire aux compte (SASU / EURL)',
1211
+ name: "Modification d'un dirigeant ou d'un commissaire aux compte (SASU / EURL)",
1211
1212
  isComptable: false,
1212
1213
  isJuridique: true,
1213
1214
  isSocial: false,
@@ -1359,7 +1360,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1359
1360
  },
1360
1361
  MODIFICATION_OBJET_SOCIAL_EURL_SASU: {
1361
1362
  id: 62,
1362
- name: 'Modification de l\'objet social (EURL/SASU)',
1363
+ name: "Modification de l'objet social (EURL/SASU)",
1363
1364
  isComptable: false,
1364
1365
  isJuridique: true,
1365
1366
  isSocial: false,
@@ -1701,7 +1702,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1701
1702
  },
1702
1703
  CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
1703
1704
  id: 80,
1704
- name: 'Création d\'un dossier informatique par salarié',
1705
+ name: "Création d'un dossier informatique par salarié",
1705
1706
  isComptable: false,
1706
1707
  isJuridique: false,
1707
1708
  isSocial: true,
@@ -1720,7 +1721,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1720
1721
  },
1721
1722
  ETABLISSEMENT_CONTRAT_TRAVAIL: {
1722
1723
  id: 81,
1723
- name: 'Etablissement d\'un contrat de travail',
1724
+ name: "Etablissement d'un contrat de travail",
1724
1725
  isComptable: false,
1725
1726
  isJuridique: false,
1726
1727
  isSocial: true,
@@ -1777,7 +1778,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1777
1778
  },
1778
1779
  TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
1779
1780
  id: 84,
1780
- name: 'Taxe d\'apprentissage et formation continue',
1781
+ name: "Taxe d'apprentissage et formation continue",
1781
1782
  isComptable: false,
1782
1783
  isJuridique: false,
1783
1784
  isSocial: true,
@@ -2006,7 +2007,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2006
2007
  },
2007
2008
  ATTESTATION_CA: {
2008
2009
  id: 97,
2009
- name: 'Attestation de chiffre d\'affaires',
2010
+ name: "Attestation de chiffre d'affaires",
2010
2011
  isComptable: true,
2011
2012
  isJuridique: false,
2012
2013
  isSocial: false,
@@ -2044,7 +2045,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2044
2045
  },
2045
2046
  MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS: {
2046
2047
  id: 99,
2047
- name: 'Mise à jour de l\'adresse personnelle du dirigeant sur le Kbis',
2048
+ name: "Mise à jour de l'adresse personnelle du dirigeant sur le Kbis",
2048
2049
  isComptable: false,
2049
2050
  isJuridique: true,
2050
2051
  isSocial: false,
@@ -2082,7 +2083,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2082
2083
  },
2083
2084
  MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI: {
2084
2085
  id: 103,
2085
- name: 'Modification de l\'objet social (SARL/SAS/SCI)',
2086
+ name: "Modification de l'objet social (SARL/SAS/SCI)",
2086
2087
  isComptable: false,
2087
2088
  isJuridique: true,
2088
2089
  isSocial: false,
@@ -2139,7 +2140,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2139
2140
  },
2140
2141
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI: {
2141
2142
  id: 106,
2142
- name: 'Modification d’un dirigeant ou d\'un commissaire aux compte (SAS / SARL / SCI)',
2143
+ name: "Modification d’un dirigeant ou d'un commissaire aux compte (SAS / SARL / SCI)",
2143
2144
  isComptable: false,
2144
2145
  isJuridique: true,
2145
2146
  isSocial: false,
@@ -2709,7 +2710,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2709
2710
  },
2710
2711
  CONTRAT_APPORT_EN_NATURE: {
2711
2712
  id: 138,
2712
- name: 'Contrat d\'apport en nature',
2713
+ name: "Contrat d'apport en nature",
2713
2714
  isComptable: false,
2714
2715
  isJuridique: true,
2715
2716
  isSocial: false,
@@ -3298,7 +3299,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3298
3299
  },
3299
3300
  DECLARATION_IR: {
3300
3301
  id: 206,
3301
- name: 'Déclaration d\'IR',
3302
+ name: "Déclaration d'IR",
3302
3303
  isComptable: true,
3303
3304
  isJuridique: false,
3304
3305
  isSocial: false,
@@ -3412,7 +3413,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3412
3413
  },
3413
3414
  STATUTS_FREE: {
3414
3415
  id: PrestationType.STATUTS_FREE,
3415
- name: 'Statuts - Just\' Statuts',
3416
+ name: "Statuts - Just' Statuts",
3416
3417
  isComptable: true,
3417
3418
  isJuridique: true,
3418
3419
  isSocial: false,
@@ -3431,7 +3432,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3431
3432
  },
3432
3433
  STATUTS_OPTION_1: {
3433
3434
  id: PrestationType.STATUTS_OPTION_1,
3434
- name: 'Statuts - Just\' Création',
3435
+ name: "Statuts - Just' Création",
3435
3436
  isComptable: true,
3436
3437
  isJuridique: true,
3437
3438
  isSocial: false,
@@ -3450,7 +3451,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3450
3451
  },
3451
3452
  STATUTS_OPTION_2: {
3452
3453
  id: PrestationType.STATUTS_OPTION_2,
3453
- name: 'Statuts - Full\'Créa',
3454
+ name: "Statuts - Full'Créa",
3454
3455
  isComptable: true,
3455
3456
  isJuridique: true,
3456
3457
  isSocial: false,
@@ -3636,7 +3637,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3636
3637
  isComplementary: false,
3637
3638
  signaturePosition: '400,54,569,90',
3638
3639
  signaturePage: null,
3639
- point: 100,
3640
+ point: 0,
3640
3641
  },
3641
3642
  CONSULTING_HOUR: {
3642
3643
  id: PrestationType.CONSULTING_HOUR,
@@ -3869,4 +3870,23 @@ export const PrestationDetail: PrestationDetailEnum = {
3869
3870
  signaturePage: 7, //???
3870
3871
  point: 200, //???
3871
3872
  },
3873
+ TERMINATION_FEES: {
3874
+ id: PrestationType.TERMINATION_FEES,
3875
+ name: 'Frais de résiliation',
3876
+ isComptable: true,
3877
+ isJuridique: false,
3878
+ isSocial: false,
3879
+ isAttestation: false,
3880
+ inAverageCart: false,
3881
+ isBack: false,
3882
+ minimumPrice: null,
3883
+ price: null,
3884
+ isCatalog: true,
3885
+ isPlannable: false,
3886
+ hidden: false,
3887
+ isComplementary: false,
3888
+ signaturePosition: null,
3889
+ signaturePage: null,
3890
+ point: 0,
3891
+ },
3872
3892
  };
@@ -0,0 +1,3 @@
1
+ export enum PurchasePriceType {
2
+ NEW_EXERCICE = 'newExercice'
3
+ }
@@ -1,36 +1,64 @@
1
+ import { IsString, IsOptional, IsNumber, IsDate, IsEnum } from 'class-validator';
1
2
  import { ConnectorType } from '../Enum/ConnectorType';
3
+ import { ApiProperty, ApiPropertyOptional } from '../../utils';
2
4
 
3
5
  export class FormConnector {
4
- // @ApiProperty()
6
+ @ApiPropertyOptional()
7
+ @IsOptional()
8
+ @IsNumber()
5
9
  id?: number;
6
10
 
7
- // @ApiProperty()
11
+ @ApiPropertyOptional()
12
+ @IsOptional()
13
+ @IsString()
8
14
  username?: string;
9
15
 
10
- // @ApiProperty()
16
+ @ApiPropertyOptional()
17
+ @IsOptional()
18
+ @IsString()
11
19
  pass?: string;
12
20
 
13
- // @ApiProperty()
21
+ @ApiPropertyOptional()
22
+ @IsOptional()
23
+ @IsString()
14
24
  url?: string;
15
25
 
16
- // @ApiProperty()
26
+ @ApiPropertyOptional()
27
+ @IsOptional()
28
+ @IsString()
17
29
  token?: string;
18
30
 
19
- // @ApiProperty()
31
+ @ApiPropertyOptional()
32
+ @IsOptional()
33
+ @IsString()
20
34
  token2?: string;
21
35
 
22
- // @ApiProperty()
36
+ @ApiPropertyOptional()
37
+ @IsOptional()
38
+ @IsString()
23
39
  token3?: string;
24
40
 
25
- // @ApiProperty()
41
+ @ApiPropertyOptional()
42
+ @IsOptional()
43
+ @IsString()
26
44
  token4?: string;
27
45
 
28
- // @ApiProperty()
46
+ @ApiPropertyOptional()
47
+ @IsOptional()
48
+ @IsDate()
29
49
  date?: Date;
30
50
 
31
- // @ApiProperty()
51
+ @ApiProperty()
52
+ @IsEnum(ConnectorType)
32
53
  idTypeConnector: ConnectorType;
33
54
 
34
- // @ApiProperty()
55
+ @ApiPropertyOptional()
56
+ @IsOptional()
57
+ @IsNumber()
35
58
  idSociety?: number;
59
+
60
+ @ApiPropertyOptional()
61
+ @IsOptional()
62
+ @IsNumber()
63
+ expiresIn?: number;
36
64
  }
@@ -86,4 +86,10 @@ export class QueryPaginatedAccountingFile {
86
86
  @IsDateString()
87
87
  @IsOptional()
88
88
  endDate?: string;
89
+
90
+ @ApiPropertyOptional()
91
+ @IsBoolean()
92
+ @ToBoolean()
93
+ @IsOptional()
94
+ notAttached?: boolean;
89
95
  }
@@ -37,6 +37,9 @@ export class UpdateCalendarEvent {
37
37
  @ApiPropertyOptional()
38
38
  idUser?: number;
39
39
 
40
+ @ApiPropertyOptional()
41
+ idUserToUpdate?: number;
42
+
40
43
  @ApiPropertyOptional()
41
44
  typeComptable?: number;
42
45
 
@@ -0,0 +1,21 @@
1
+ import { IsInt, IsOptional } from 'class-validator';
2
+ import { ApiPropertyOptional } from '../../../../utils';
3
+
4
+ export class GenerateVatCard {
5
+ @ApiPropertyOptional()
6
+ @IsOptional()
7
+ @IsInt()
8
+ idSociety?: number;
9
+ }
10
+
11
+ export class GenerateAdvanceISCard {
12
+ @ApiPropertyOptional()
13
+ @IsOptional()
14
+ @IsInt()
15
+ idSociety?: number;
16
+
17
+ @ApiPropertyOptional()
18
+ @IsOptional()
19
+ @IsInt()
20
+ month?: number;
21
+ }
@@ -17,11 +17,9 @@ export interface ConfigType {
17
17
  brand: ConfigBrand;
18
18
  ocr: Ocr;
19
19
  jeDeclare: JeDeclare;
20
- notification: Notification;
21
20
  pdfizer: Pdfizer;
22
21
  iDocus: IDocus;
23
- imageMagick: LambdaInfos;
24
- companeo: Companeo;
22
+ imageMagick: { url: string };
25
23
  inpi: Inpi;
26
24
  brevo: Brevo;
27
25
  tinyurl: LambdaInfos;
@@ -32,7 +30,7 @@ export interface ConfigType {
32
30
  pdftkizer: LambdaInfos;
33
31
  sharper: LambdaInfos;
34
32
  chartizer: LambdaInfos;
35
- authentication: Authentication;
33
+ authentication?: Authentication;
36
34
  }
37
35
 
38
36
  interface Authentication {
@@ -41,7 +39,6 @@ interface Authentication {
41
39
 
42
40
  interface LambdaInfos {
43
41
  url: string;
44
- key: string;
45
42
  }
46
43
 
47
44
  interface Mongodb {
@@ -135,7 +132,6 @@ interface Shine {
135
132
  hostV3: string;
136
133
  publicHost: string;
137
134
  clientId: string;
138
- clientSecret: string;
139
135
  redirect_uris: string[];
140
136
  status: string;
141
137
  scope: string;
@@ -158,7 +154,6 @@ interface DefaultPermissions {
158
154
 
159
155
  interface Crisp {
160
156
  identifier: string;
161
- key: string;
162
157
  }
163
158
 
164
159
  interface ConfigBrand {
@@ -186,7 +181,6 @@ interface Access2 {
186
181
 
187
182
  interface Test {
188
183
  login: string;
189
- password: string;
190
184
  editor: string;
191
185
  software: string;
192
186
  wsdl: Wsdl;
@@ -198,7 +192,6 @@ interface Wsdl {
198
192
 
199
193
  interface Production {
200
194
  login: string;
201
- password: string;
202
195
  editor: string;
203
196
  software: string;
204
197
  wsdl: Wsdl2;
@@ -208,29 +201,17 @@ interface Wsdl2 {
208
201
  url: string;
209
202
  }
210
203
 
211
- export interface Notification {
212
- hookToken: string;
213
- }
214
-
215
204
  interface Pdfizer {
216
205
  url: string;
217
- key: string;
218
206
  }
219
207
 
220
208
  interface IDocus {
221
209
  baseUrl: string;
222
210
  callbackurl: string;
223
- authorizationKey: string;
224
- }
225
-
226
- interface Companeo {
227
- username: string;
228
- pass: string;
229
211
  }
230
212
 
231
213
  interface Inpi {
232
214
  username: string;
233
- password: string;
234
215
  }
235
216
 
236
217
  interface Brevo {
@@ -245,5 +226,4 @@ interface Brevo {
245
226
  interface Echo {
246
227
  url: string;
247
228
  accountid: string;
248
- apikey: string;
249
229
  }
@@ -0,0 +1,12 @@
1
+ export interface OAuthTokenRequest {
2
+ clientId: string;
3
+ redirectUri: string;
4
+ codeVerifier: string;
5
+ code: string;
6
+ }
7
+
8
+ export interface SellsyTokenResponse {
9
+ access_token: string;
10
+ refresh_token: string;
11
+ expires_in: number;
12
+ }
@@ -82,6 +82,12 @@ export class CreateExercice {
82
82
  @ToBoolean()
83
83
  @IsOptional()
84
84
  isDefault?: boolean;
85
+
86
+ @ApiPropertyOptional({ description: 'Simulate exercise creation, return null if it is ok' })
87
+ @IsBoolean()
88
+ @ToBoolean()
89
+ @IsOptional()
90
+ isBlankMode?: boolean;
85
91
  }
86
92
 
87
93
  export class CreateProjectExercice {
@@ -0,0 +1,103 @@
1
+ import { IsDate, IsInt, IsNumber, IsString } from 'class-validator';
2
+ import { ApiProperty } from '../../../../utils';
3
+
4
+ export class QueryInpiPaymentCreate {
5
+ @ApiProperty({
6
+ description: 'list of selected cost type',
7
+ required: true,
8
+ type: String,
9
+ example: '[1,2]',
10
+ })
11
+ @IsString()
12
+ costType: string;
13
+
14
+ @ApiProperty({
15
+ description: 'file number',
16
+ required: true,
17
+ type: String,
18
+ example: '010234',
19
+ })
20
+ @IsString()
21
+ fileNumber: string;
22
+
23
+ @ApiProperty({
24
+ description: 'amount',
25
+ required: true,
26
+ type: Number,
27
+ example: 100.0,
28
+ })
29
+ @IsNumber()
30
+ amount: number;
31
+
32
+ @ApiProperty({
33
+ description: 'commission',
34
+ required: true,
35
+ type: Number,
36
+ example: 100.0,
37
+ })
38
+ @IsNumber()
39
+ commission: number;
40
+
41
+ @ApiProperty({
42
+ description: 'type',
43
+ required: true,
44
+ type: Number,
45
+ example: 1,
46
+ })
47
+ @IsInt()
48
+ type: number;
49
+
50
+ @ApiProperty({
51
+ description: 'state',
52
+ required: true,
53
+ type: Number,
54
+ example: 1,
55
+ })
56
+ @IsInt()
57
+ state: number;
58
+
59
+ @ApiProperty({
60
+ description: 'idSociety',
61
+ required: true,
62
+ type: Number,
63
+ example: 1,
64
+ })
65
+ @IsInt()
66
+ idSociety: number;
67
+
68
+ @ApiProperty({
69
+ description: 'idUserWhoCreated',
70
+ required: true,
71
+ type: Number,
72
+ example: 1,
73
+ })
74
+ @IsInt()
75
+ idUserWhoCreated: number;
76
+
77
+ @ApiProperty({
78
+ description: 'idExercice',
79
+ required: true,
80
+ type: Number,
81
+ example: 1,
82
+ })
83
+ @IsInt()
84
+ idExercice: number;
85
+
86
+ @ApiProperty({
87
+ description: 'idPrestationListRelated',
88
+ required: true,
89
+ type: Number,
90
+ example: 1,
91
+ })
92
+ @IsInt()
93
+ idPrestationListRelated: number;
94
+
95
+ @ApiProperty({
96
+ description: 'datePayment',
97
+ required: true,
98
+ type: Date,
99
+ example: new Date(),
100
+ })
101
+ @IsDate()
102
+ datePayment: Date;
103
+ }
@@ -1,4 +1,4 @@
1
- import { IsIn, IsOptional, IsString, IsNumber, IsBoolean, IsInt, IsDateString } from 'class-validator';
1
+ import { IsIn, IsOptional, IsString, IsNumber, IsBoolean, IsInt, IsDateString, IsArray } from 'class-validator';
2
2
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
3
  import { GedFolder, GedFileType, GedCategory } from '../../../Enum/Ged';
4
4
  import { RequiredQueryPaginate } from '../BasePaginate';
@@ -130,6 +130,11 @@ export class QueryLibrarySociety extends RequiredQueryPaginate {
130
130
  @ApiPropertyOptional()
131
131
  @IsOptional()
132
132
  idBankAccount?: number | number[];
133
+
134
+ @ApiPropertyOptional()
135
+ @IsOptional()
136
+ @IsArray()
137
+ idGedFolders?: GedFolder[];
133
138
  }
134
139
  export class QueryLastFileOfType {
135
140
  @ApiProperty()
@@ -1,8 +1,5 @@
1
- import { IsDateString, IsOptional, IsString, IsArray, IsBoolean, IsNumber } from 'class-validator';
1
+ import { IsDateString, IsOptional, IsString, IsArray } from 'class-validator';
2
2
  import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
3
- import { RegistrationFileType, ReadStakeHolders } from './Query';
4
- import { TFile } from '../file/TFile';
5
- import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
6
3
 
7
4
  export class CreateImportation {
8
5
  @ApiPropertyOptional()
@@ -35,127 +32,3 @@ export class ProcessBankAccount {
35
32
  @IsArray()
36
33
  idsSlugToRemove: Array<string>;
37
34
  }
38
-
39
- export class CreateQontoRegistration {
40
- @ApiProperty()
41
- @IsString()
42
- legalFlow: 'company_creation' | 'existing_company';
43
-
44
- @ApiProperty()
45
- @IsString()
46
- locale: 'en' | 'fr' | 'it' | 'es' | 'de';
47
-
48
- @ApiPropertyOptional()
49
- @IsString()
50
- @IsOptional()
51
- firstName?: string | null;
52
-
53
- @ApiPropertyOptional()
54
- @IsString()
55
- @IsOptional()
56
- lastName?: string | null;
57
-
58
- @ApiPropertyOptional()
59
- @IsString()
60
- @IsOptional()
61
- email?: string | null;
62
-
63
- @ApiProperty()
64
- @IsString()
65
- entityType: 'freelancer' | 'company';
66
-
67
- @ApiPropertyOptional()
68
- @IsString()
69
- @IsOptional()
70
- legalName?: string | null;
71
-
72
- @ApiPropertyOptional()
73
- @IsString()
74
- @IsOptional()
75
- legalForm?: string | null;
76
-
77
- @ApiPropertyOptional()
78
- @IsString()
79
- @IsOptional()
80
- number?: string | null;
81
-
82
- @ApiPropertyOptional()
83
- @IsString()
84
- @IsOptional()
85
- sector?: string | null;
86
-
87
- @ApiPropertyOptional()
88
- @IsString()
89
- @IsOptional()
90
- registrationDate?: string | null;
91
-
92
- @ApiPropertyOptional()
93
- @IsString()
94
- @IsOptional()
95
- vatNumber?: string | null;
96
-
97
- @ApiPropertyOptional()
98
- @IsString()
99
- @IsOptional()
100
- addressStreet?: string | null;
101
-
102
- @ApiPropertyOptional()
103
- @IsString()
104
- @IsOptional()
105
- addressStreet2?: string | null;
106
-
107
- @ApiPropertyOptional()
108
- @IsString()
109
- @IsOptional()
110
- postalCode?: string | null;
111
-
112
- @ApiPropertyOptional()
113
- @IsString()
114
- @IsOptional()
115
- city?: string | null;
116
-
117
- @ApiPropertyOptional()
118
- @IsString()
119
- @IsOptional()
120
- country?: string | null;
121
-
122
- @ApiProperty()
123
- @IsString()
124
- totalCapitalAmount: string;
125
-
126
- @ApiProperty()
127
- stakeHolders: ReadStakeHolders;
128
-
129
- @ApiProperty()
130
- @IsNumber()
131
- idSociety: number;
132
- }
133
-
134
- export class CreateRegistrationFile {
135
- @ApiProperty()
136
- file: TFile;
137
-
138
- @ApiProperty()
139
- fileType: RegistrationFileType;
140
-
141
- @ApiPropertyOptional()
142
- @IsString()
143
- @IsOptional()
144
- stakeholderId?: string;
145
- }
146
-
147
- export class CreateWebhookConfig {
148
- @ApiProperty()
149
- @IsString()
150
- callbackUrl: string;
151
-
152
- @ApiProperty()
153
- @IsString()
154
- secret: string;
155
-
156
- @ApiPropertyOptional()
157
- @IsBoolean()
158
- @ToBoolean()
159
- @IsOptional()
160
- enabled: boolean;
161
- }