@silexpert/core 1.3.29 → 1.3.30-1

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 (272) hide show
  1. package/dist/cjs/api/resources/Ai.d.ts +2 -2
  2. package/dist/cjs/api/resources/Ai.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Ai.js +2 -2
  4. package/dist/cjs/api/resources/Ai.js.map +1 -1
  5. package/dist/cjs/api/resources/AnalyticsUtm.d.ts +10 -0
  6. package/dist/cjs/api/resources/AnalyticsUtm.d.ts.map +1 -0
  7. package/dist/cjs/api/resources/AnalyticsUtm.js +16 -0
  8. package/dist/cjs/api/resources/AnalyticsUtm.js.map +1 -0
  9. package/dist/cjs/api/resources/PaymentExpectation.d.ts +16 -1
  10. package/dist/cjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/PaymentExpectation.js +20 -0
  12. package/dist/cjs/api/resources/PaymentExpectation.js.map +1 -1
  13. package/dist/cjs/api/resources/Subscription.d.ts +25 -4
  14. package/dist/cjs/api/resources/Subscription.d.ts.map +1 -1
  15. package/dist/cjs/api/resources/Subscription.js +34 -8
  16. package/dist/cjs/api/resources/Subscription.js.map +1 -1
  17. package/dist/cjs/api/resources/statistic/Legal.d.ts +11 -0
  18. package/dist/cjs/api/resources/statistic/Legal.d.ts.map +1 -0
  19. package/dist/cjs/api/resources/statistic/Legal.js +16 -0
  20. package/dist/cjs/api/resources/statistic/Legal.js.map +1 -0
  21. package/dist/cjs/api/resources.d.ts +4 -0
  22. package/dist/cjs/api/resources.d.ts.map +1 -1
  23. package/dist/cjs/api/resources.js +4 -0
  24. package/dist/cjs/api/resources.js.map +1 -1
  25. package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
  26. package/dist/cjs/types/Enum/BrandClementine.js +16 -0
  27. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  28. package/dist/cjs/types/Enum/StatisticType.d.ts +2 -1
  29. package/dist/cjs/types/Enum/StatisticType.d.ts.map +1 -1
  30. package/dist/cjs/types/Enum/StatisticType.js +1 -0
  31. package/dist/cjs/types/Enum/StatisticType.js.map +1 -1
  32. package/dist/cjs/types/Enum/TimeSlot.js +1 -1
  33. package/dist/cjs/types/Enum/TimeSlot.js.map +1 -1
  34. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -1
  35. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +1 -1
  36. package/dist/cjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  37. package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +1 -1
  38. package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js +1 -1
  39. package/dist/cjs/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  40. package/dist/cjs/types/Interface/api/ai/AskQuestionCollaborator.d.ts +6 -0
  41. package/dist/cjs/types/Interface/api/ai/AskQuestionCollaborator.d.ts.map +1 -1
  42. package/dist/cjs/types/Interface/api/ai/AskQuestionCollaborator.js +29 -1
  43. package/dist/cjs/types/Interface/api/ai/AskQuestionCollaborator.js.map +1 -1
  44. package/dist/cjs/types/Interface/api/cerfa/2031.d.ts +1 -0
  45. package/dist/cjs/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  46. package/dist/cjs/types/Interface/api/cerfa/2031.js.map +1 -1
  47. package/dist/cjs/types/Interface/api/cerfa/2035.d.ts +1 -0
  48. package/dist/cjs/types/Interface/api/cerfa/2035.d.ts.map +1 -1
  49. package/dist/cjs/types/Interface/api/cerfa/2035.js.map +1 -1
  50. package/dist/cjs/types/Interface/api/cerfa/2065.d.ts +1 -0
  51. package/dist/cjs/types/Interface/api/cerfa/2065.d.ts.map +1 -1
  52. package/dist/cjs/types/Interface/api/cerfa/2065.js.map +1 -1
  53. package/dist/cjs/types/Interface/api/cerfa/2069RCI.d.ts +1 -0
  54. package/dist/cjs/types/Interface/api/cerfa/2069RCI.d.ts.map +1 -1
  55. package/dist/cjs/types/Interface/api/cerfa/2069RCI.js.map +1 -1
  56. package/dist/cjs/types/Interface/api/cerfa/2571.d.ts +1 -0
  57. package/dist/cjs/types/Interface/api/cerfa/2571.d.ts.map +1 -1
  58. package/dist/cjs/types/Interface/api/cerfa/2571.js.map +1 -1
  59. package/dist/cjs/types/Interface/api/cerfa/2572.d.ts +1 -0
  60. package/dist/cjs/types/Interface/api/cerfa/2572.d.ts.map +1 -1
  61. package/dist/cjs/types/Interface/api/cerfa/2572.js.map +1 -1
  62. package/dist/cjs/types/Interface/api/cerfa/2573.d.ts +1 -0
  63. package/dist/cjs/types/Interface/api/cerfa/2573.d.ts.map +1 -1
  64. package/dist/cjs/types/Interface/api/cerfa/2573.js.map +1 -1
  65. package/dist/cjs/types/Interface/api/commercialManagement/Create.d.ts +6 -2
  66. package/dist/cjs/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  67. package/dist/cjs/types/Interface/api/commercialManagement/Create.js +5 -1
  68. package/dist/cjs/types/Interface/api/commercialManagement/Create.js.map +1 -1
  69. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +0 -13
  70. package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  71. package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
  72. package/dist/cjs/types/Interface/api/promoCode/CreateDefaultPromoCode.d.ts.map +1 -1
  73. package/dist/cjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js +3 -0
  74. package/dist/cjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js.map +1 -1
  75. package/dist/cjs/types/Interface/api/statistic/QueryInternal.d.ts +3 -0
  76. package/dist/cjs/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
  77. package/dist/cjs/types/Interface/api/statistic/QueryInternal.js +10 -1
  78. package/dist/cjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  79. package/dist/cjs/types/Interface/api/statistic/QueryLegal.d.ts +6 -0
  80. package/dist/cjs/types/Interface/api/statistic/QueryLegal.d.ts.map +1 -0
  81. package/dist/cjs/types/Interface/api/statistic/QueryLegal.js +33 -0
  82. package/dist/cjs/types/Interface/api/statistic/QueryLegal.js.map +1 -0
  83. package/dist/cjs/types/Interface/api/stripe/Create.d.ts +12 -1
  84. package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  85. package/dist/cjs/types/Interface/api/stripe/Create.js +36 -3
  86. package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
  87. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts +3 -0
  88. package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  89. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js +11 -1
  90. package/dist/cjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  91. package/dist/cjs/types/Interface/api/user/CreateCoworker.d.ts.map +1 -1
  92. package/dist/cjs/types/Interface/api/user/CreateCoworker.js +11 -7
  93. package/dist/cjs/types/Interface/api/user/CreateCoworker.js.map +1 -1
  94. package/dist/cjs/types/Interface/api/user/Query.d.ts.map +1 -1
  95. package/dist/cjs/types/Interface/api/user/Query.js +1 -0
  96. package/dist/cjs/types/Interface/api/user/Query.js.map +1 -1
  97. package/dist/cjs/types/Interface/models/IAIConversation.d.ts +11 -0
  98. package/dist/cjs/types/Interface/models/IAIConversation.d.ts.map +1 -0
  99. package/dist/cjs/types/Interface/models/IAIConversation.js +3 -0
  100. package/dist/cjs/types/Interface/models/IAIConversation.js.map +1 -0
  101. package/dist/cjs/types/Interface/models/IAIQuestion.d.ts +5 -5
  102. package/dist/cjs/types/Interface/models/IAIQuestion.d.ts.map +1 -1
  103. package/dist/cjs/types/Interface/models/IAIQuestion.js.map +1 -1
  104. package/dist/cjs/types/Interface/models/IPrestationComplementary.d.ts +2 -0
  105. package/dist/cjs/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
  106. package/dist/cjs/types/Interface/models/IPrestationComplementary.js.map +1 -1
  107. package/dist/cjs/types/Interface/models/ISociety.d.ts +2 -1
  108. package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
  109. package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
  110. package/dist/cjs/types/index.d.ts +2 -0
  111. package/dist/cjs/types/index.d.ts.map +1 -1
  112. package/dist/cjs/types/index.js +2 -0
  113. package/dist/cjs/types/index.js.map +1 -1
  114. package/dist/cjs/utils/commercialManagement/document.d.ts.map +1 -1
  115. package/dist/cjs/utils/commercialManagement/document.js +19 -18
  116. package/dist/cjs/utils/commercialManagement/document.js.map +1 -1
  117. package/dist/cjs/utils/commercialManagement/templates/common.js +1 -1
  118. package/dist/cjs/utils/commercialManagement/templates/common.js.map +1 -1
  119. package/dist/mjs/api/resources/Ai.d.ts +2 -2
  120. package/dist/mjs/api/resources/Ai.d.ts.map +1 -1
  121. package/dist/mjs/api/resources/Ai.js +2 -2
  122. package/dist/mjs/api/resources/Ai.js.map +1 -1
  123. package/dist/mjs/api/resources/AnalyticsUtm.d.ts +10 -0
  124. package/dist/mjs/api/resources/AnalyticsUtm.d.ts.map +1 -0
  125. package/dist/mjs/api/resources/AnalyticsUtm.js +12 -0
  126. package/dist/mjs/api/resources/AnalyticsUtm.js.map +1 -0
  127. package/dist/mjs/api/resources/PaymentExpectation.d.ts +16 -1
  128. package/dist/mjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  129. package/dist/mjs/api/resources/PaymentExpectation.js +20 -0
  130. package/dist/mjs/api/resources/PaymentExpectation.js.map +1 -1
  131. package/dist/mjs/api/resources/Subscription.d.ts +25 -4
  132. package/dist/mjs/api/resources/Subscription.d.ts.map +1 -1
  133. package/dist/mjs/api/resources/Subscription.js +34 -8
  134. package/dist/mjs/api/resources/Subscription.js.map +1 -1
  135. package/dist/mjs/api/resources/statistic/Legal.d.ts +11 -0
  136. package/dist/mjs/api/resources/statistic/Legal.d.ts.map +1 -0
  137. package/dist/mjs/api/resources/statistic/Legal.js +15 -0
  138. package/dist/mjs/api/resources/statistic/Legal.js.map +1 -0
  139. package/dist/mjs/api/resources.d.ts +4 -0
  140. package/dist/mjs/api/resources.d.ts.map +1 -1
  141. package/dist/mjs/api/resources.js +4 -0
  142. package/dist/mjs/api/resources.js.map +1 -1
  143. package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
  144. package/dist/mjs/types/Enum/BrandClementine.js +16 -0
  145. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  146. package/dist/mjs/types/Enum/StatisticType.d.ts +2 -1
  147. package/dist/mjs/types/Enum/StatisticType.d.ts.map +1 -1
  148. package/dist/mjs/types/Enum/StatisticType.js +1 -0
  149. package/dist/mjs/types/Enum/StatisticType.js.map +1 -1
  150. package/dist/mjs/types/Enum/TimeSlot.js +1 -1
  151. package/dist/mjs/types/Enum/TimeSlot.js.map +1 -1
  152. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -1
  153. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js +2 -2
  154. package/dist/mjs/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  155. package/dist/mjs/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +1 -1
  156. package/dist/mjs/types/Interface/api/accountingTransaction/QueryTransaction.js +2 -2
  157. package/dist/mjs/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  158. package/dist/mjs/types/Interface/api/ai/AskQuestionCollaborator.d.ts +6 -0
  159. package/dist/mjs/types/Interface/api/ai/AskQuestionCollaborator.d.ts.map +1 -1
  160. package/dist/mjs/types/Interface/api/ai/AskQuestionCollaborator.js +33 -2
  161. package/dist/mjs/types/Interface/api/ai/AskQuestionCollaborator.js.map +1 -1
  162. package/dist/mjs/types/Interface/api/cerfa/2031.d.ts +1 -0
  163. package/dist/mjs/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  164. package/dist/mjs/types/Interface/api/cerfa/2031.js.map +1 -1
  165. package/dist/mjs/types/Interface/api/cerfa/2035.d.ts +1 -0
  166. package/dist/mjs/types/Interface/api/cerfa/2035.d.ts.map +1 -1
  167. package/dist/mjs/types/Interface/api/cerfa/2035.js.map +1 -1
  168. package/dist/mjs/types/Interface/api/cerfa/2065.d.ts +1 -0
  169. package/dist/mjs/types/Interface/api/cerfa/2065.d.ts.map +1 -1
  170. package/dist/mjs/types/Interface/api/cerfa/2065.js.map +1 -1
  171. package/dist/mjs/types/Interface/api/cerfa/2069RCI.d.ts +1 -0
  172. package/dist/mjs/types/Interface/api/cerfa/2069RCI.d.ts.map +1 -1
  173. package/dist/mjs/types/Interface/api/cerfa/2069RCI.js.map +1 -1
  174. package/dist/mjs/types/Interface/api/cerfa/2571.d.ts +1 -0
  175. package/dist/mjs/types/Interface/api/cerfa/2571.d.ts.map +1 -1
  176. package/dist/mjs/types/Interface/api/cerfa/2571.js.map +1 -1
  177. package/dist/mjs/types/Interface/api/cerfa/2572.d.ts +1 -0
  178. package/dist/mjs/types/Interface/api/cerfa/2572.d.ts.map +1 -1
  179. package/dist/mjs/types/Interface/api/cerfa/2572.js.map +1 -1
  180. package/dist/mjs/types/Interface/api/cerfa/2573.d.ts +1 -0
  181. package/dist/mjs/types/Interface/api/cerfa/2573.d.ts.map +1 -1
  182. package/dist/mjs/types/Interface/api/cerfa/2573.js.map +1 -1
  183. package/dist/mjs/types/Interface/api/commercialManagement/Create.d.ts +6 -2
  184. package/dist/mjs/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  185. package/dist/mjs/types/Interface/api/commercialManagement/Create.js +9 -1
  186. package/dist/mjs/types/Interface/api/commercialManagement/Create.js.map +1 -1
  187. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +0 -13
  188. package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  189. package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
  190. package/dist/mjs/types/Interface/api/promoCode/CreateDefaultPromoCode.d.ts.map +1 -1
  191. package/dist/mjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js +4 -1
  192. package/dist/mjs/types/Interface/api/promoCode/CreateDefaultPromoCode.js.map +1 -1
  193. package/dist/mjs/types/Interface/api/statistic/QueryInternal.d.ts +3 -0
  194. package/dist/mjs/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
  195. package/dist/mjs/types/Interface/api/statistic/QueryInternal.js +9 -0
  196. package/dist/mjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  197. package/dist/mjs/types/Interface/api/statistic/QueryLegal.d.ts +6 -0
  198. package/dist/mjs/types/Interface/api/statistic/QueryLegal.d.ts.map +1 -0
  199. package/dist/mjs/types/Interface/api/statistic/QueryLegal.js +32 -0
  200. package/dist/mjs/types/Interface/api/statistic/QueryLegal.js.map +1 -0
  201. package/dist/mjs/types/Interface/api/stripe/Create.d.ts +12 -1
  202. package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  203. package/dist/mjs/types/Interface/api/stripe/Create.js +38 -3
  204. package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
  205. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts +3 -0
  206. package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  207. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js +11 -1
  208. package/dist/mjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  209. package/dist/mjs/types/Interface/api/user/CreateCoworker.d.ts.map +1 -1
  210. package/dist/mjs/types/Interface/api/user/CreateCoworker.js +11 -7
  211. package/dist/mjs/types/Interface/api/user/CreateCoworker.js.map +1 -1
  212. package/dist/mjs/types/Interface/api/user/Query.d.ts.map +1 -1
  213. package/dist/mjs/types/Interface/api/user/Query.js +1 -0
  214. package/dist/mjs/types/Interface/api/user/Query.js.map +1 -1
  215. package/dist/mjs/types/Interface/models/IAIConversation.d.ts +11 -0
  216. package/dist/mjs/types/Interface/models/IAIConversation.d.ts.map +1 -0
  217. package/dist/mjs/types/Interface/models/IAIConversation.js +2 -0
  218. package/dist/mjs/types/Interface/models/IAIConversation.js.map +1 -0
  219. package/dist/mjs/types/Interface/models/IAIQuestion.d.ts +5 -5
  220. package/dist/mjs/types/Interface/models/IAIQuestion.d.ts.map +1 -1
  221. package/dist/mjs/types/Interface/models/IAIQuestion.js.map +1 -1
  222. package/dist/mjs/types/Interface/models/IPrestationComplementary.d.ts +2 -0
  223. package/dist/mjs/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
  224. package/dist/mjs/types/Interface/models/IPrestationComplementary.js.map +1 -1
  225. package/dist/mjs/types/Interface/models/ISociety.d.ts +2 -1
  226. package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
  227. package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
  228. package/dist/mjs/types/index.d.ts +2 -0
  229. package/dist/mjs/types/index.d.ts.map +1 -1
  230. package/dist/mjs/types/index.js +2 -0
  231. package/dist/mjs/types/index.js.map +1 -1
  232. package/dist/mjs/utils/commercialManagement/document.d.ts.map +1 -1
  233. package/dist/mjs/utils/commercialManagement/document.js +3 -2
  234. package/dist/mjs/utils/commercialManagement/document.js.map +1 -1
  235. package/dist/mjs/utils/commercialManagement/templates/common.js +1 -1
  236. package/dist/mjs/utils/commercialManagement/templates/common.js.map +1 -1
  237. package/package.json +1 -1
  238. package/ts/api/resources/Ai.ts +3 -3
  239. package/ts/api/resources/AnalyticsUtm.ts +12 -0
  240. package/ts/api/resources/PaymentExpectation.ts +27 -0
  241. package/ts/api/resources/Subscription.ts +41 -11
  242. package/ts/api/resources/statistic/Legal.ts +16 -0
  243. package/ts/api/resources.ts +4 -0
  244. package/ts/types/Enum/BrandClementine.ts +16 -0
  245. package/ts/types/Enum/StatisticType.ts +1 -0
  246. package/ts/types/Enum/TimeSlot.ts +1 -1
  247. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +1 -1
  248. package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +1 -1
  249. package/ts/types/Interface/api/ai/AskQuestionCollaborator.ts +25 -2
  250. package/ts/types/Interface/api/cerfa/2031.ts +1 -0
  251. package/ts/types/Interface/api/cerfa/2035.ts +6 -1
  252. package/ts/types/Interface/api/cerfa/2065.ts +1 -0
  253. package/ts/types/Interface/api/cerfa/2069RCI.ts +1 -0
  254. package/ts/types/Interface/api/cerfa/2571.ts +1 -0
  255. package/ts/types/Interface/api/cerfa/2572.ts +1 -0
  256. package/ts/types/Interface/api/cerfa/2573.ts +1 -0
  257. package/ts/types/Interface/api/commercialManagement/Create.ts +8 -2
  258. package/ts/types/Interface/api/config/ConfigType.ts +0 -16
  259. package/ts/types/Interface/api/promoCode/CreateDefaultPromoCode.ts +4 -1
  260. package/ts/types/Interface/api/statistic/QueryInternal.ts +7 -0
  261. package/ts/types/Interface/api/statistic/QueryLegal.ts +16 -0
  262. package/ts/types/Interface/api/stripe/Create.ts +29 -4
  263. package/ts/types/Interface/api/stripe/QueryStripe.ts +8 -1
  264. package/ts/types/Interface/api/user/CreateCoworker.ts +11 -7
  265. package/ts/types/Interface/api/user/Query.ts +7 -6
  266. package/ts/types/Interface/models/IAIConversation.ts +13 -0
  267. package/ts/types/Interface/models/IAIQuestion.ts +5 -5
  268. package/ts/types/Interface/models/IPrestationComplementary.ts +2 -0
  269. package/ts/types/Interface/models/ISociety.ts +2 -0
  270. package/ts/types/index.ts +2 -0
  271. package/ts/utils/commercialManagement/document.ts +3 -2
  272. package/ts/utils/commercialManagement/templates/common.ts +1 -1
@@ -1,11 +1,15 @@
1
1
  import {
2
2
  BasePaginate,
3
3
  CreatePaymentExpecation,
4
+ CreatePaymentIntent,
5
+ CreateSubscriptionSessionOff,
4
6
  IPaymentExpectation,
5
7
  QueryGetPaymentExpectation,
6
8
  QueryGetPaymentExpectationPaginated,
9
+ RetrievePaymentMethodsParams,
7
10
  } from '../../types';
8
11
  import { Resource } from '../Resource';
12
+ import Stripe from 'stripe';
9
13
 
10
14
  export class PaymentExpectation extends Resource {
11
15
  get(params: QueryGetPaymentExpectation): Promise<PaymentExpectation> {
@@ -40,4 +44,27 @@ export class PaymentExpectation extends Resource {
40
44
  updateByPrestation(idPrestation: number, payload: Partial<IPaymentExpectation>): Promise<IPaymentExpectation> {
41
45
  return this.axios.$patch(`/prestations/${idPrestation}/payment-expectations`, payload);
42
46
  }
47
+
48
+ /**
49
+ * Retourne les type de paiements Stripe
50
+ */
51
+ getAllPaymentMethods(params: RetrievePaymentMethodsParams): Promise<Stripe.PaymentMethod[]> {
52
+ return this.axios.$get('/stripe/payments/methods', { params });
53
+ }
54
+
55
+ /**
56
+ * Créé une session Stripe avec les informations client
57
+ * Attention : les montants sont retournés x100
58
+ */
59
+ createSessionOff(payload: CreateSubscriptionSessionOff): Promise<Stripe.Response<Stripe.Checkout.Session>> {
60
+ return this.axios.$post('/stripe/payments/sessions-off', payload);
61
+ }
62
+
63
+ /**
64
+ * Crée une intention de paiement Stripe avec les informations de notre client
65
+ * Attention : les montants sont retournés x100
66
+ */
67
+ createStripePaymentIntent(body: CreatePaymentIntent): Promise<Stripe.Response<Stripe.PaymentIntent>> {
68
+ return this.axios.$post('/stripe/payments/intents', body);
69
+ }
43
70
  }
@@ -3,27 +3,57 @@ import {
3
3
  RetrieveUpcomingInvoiceParams,
4
4
  ReadUpcomingInvoice,
5
5
  QueryStripeSession,
6
+ CreateSubscriptionSession,
6
7
  CreateStripePortals,
7
8
  } from '../../types';
8
9
  import Stripe from 'stripe';
9
10
 
10
11
  export class Subscription extends Resource {
11
- retrieveUpcomingInvoice(params: RetrieveUpcomingInvoiceParams): Promise<ReadUpcomingInvoice> {
12
- return this.axios.$get('/subscription/next-invoice', { params });
12
+ /**
13
+ * Retourne les offres Stripe actives
14
+ * Attention : les montants sont retournés x100
15
+ */
16
+ getAllOffers(): Promise<Stripe.Price[]> {
17
+ return this.axios.$get('/stripe/subscriptions/offers');
13
18
  }
14
19
 
15
- getBySociety(idSociety: number): Promise<Stripe.Response<Stripe.Subscription> | null> {
16
- return this.axios.$get(`/societies/${idSociety}/subscriptions`);
20
+ /**
21
+ * Créé une session Stripe avec les informations client
22
+ * Attention : les montants sont retournés x100
23
+ */
24
+ createSession(payload: CreateSubscriptionSession): Promise<Stripe.Response<Stripe.Checkout.Session>> {
25
+ return this.axios.$post('/stripe/subscriptions/sessions', payload);
17
26
  }
18
27
 
19
- createSession(idSociety: number, body: QueryStripeSession): Promise<Stripe.Response<Stripe.Checkout.Session>> {
20
- return this.axios.$post(`/societies/${idSociety}/subscriptions/sessions`, body);
28
+ /**
29
+ * Créé un portail Stripe permettant de gérer l'abonnement
30
+ * Attention : les montants sont retournés x100
31
+ */
32
+ createPortal(payload: CreateStripePortals): Promise<string> {
33
+ return this.axios.$post('/stripe/subscriptions/portals', payload);
21
34
  }
22
35
 
23
- createPortalSession(
24
- idUser: number,
25
- body: CreateStripePortals,
26
- ): Promise<Stripe.Response<Stripe.BillingPortal.Session>> {
27
- return this.axios.$post(`/subscriptions/users/${idUser}/portals`, body);
36
+ /**
37
+ * Retourne l'abonnement Stripe de la société courante
38
+ * Attention : les montants sont retournés x100
39
+ */
40
+ get(): Promise<Stripe.Response<Stripe.Subscription> | null> {
41
+ return this.axios.$get('/stripe/subscriptions');
42
+ }
43
+
44
+ /**
45
+ * Retourne les informations de la prochaine facture Stripe
46
+ */
47
+ retrieveUpcomingInvoice(params: RetrieveUpcomingInvoiceParams): Promise<ReadUpcomingInvoice> {
48
+ return this.axios.$get('/stripe/subscriptions/next-invoice', { params });
49
+ }
50
+
51
+ /* -------------- */
52
+
53
+ createComptalibSession(
54
+ idSociety: number,
55
+ body: QueryStripeSession,
56
+ ): Promise<Stripe.Response<Stripe.Checkout.Session>> {
57
+ return this.axios.$post(`/societies/${idSociety}/subscriptions/sessions`, body);
28
58
  }
29
59
  }
@@ -0,0 +1,16 @@
1
+ import { Resource } from '../../Resource';
2
+ import { QueryLegal } from '../../../types';
3
+
4
+ export class StatisticLegal extends Resource {
5
+ /**
6
+ * Retourne les statistiques de juriste pour un utilisateur
7
+ * @param { QueryLegal } params
8
+ * @returns { JSON }
9
+ */
10
+ public get(params: QueryLegal, signal?: AbortSignal): Promise<JSON> {
11
+ return this.axios.$get('/statistic-legal', {
12
+ ...(signal ? { signal } : {}),
13
+ params,
14
+ });
15
+ }
16
+ }
@@ -177,6 +177,8 @@ import { Follow } from './resources/Follow';
177
177
  import { AbsenceRequest } from './resources/AbsenceRequest';
178
178
  import { CompanyMarketingInformation } from './resources/CompanyMarketingInformation';
179
179
  import { Ai } from './resources/Ai';
180
+ import { StatisticLegal } from './resources/statistic/Legal';
181
+ import { AnalyticsUtm } from './resources/AnalyticsUtm';
180
182
 
181
183
  export const resources = {
182
184
  budgetInsight: BudgetInsight,
@@ -358,4 +360,6 @@ export const resources = {
358
360
  absenceRequest: AbsenceRequest,
359
361
  companyMarketingInformation: CompanyMarketingInformation,
360
362
  ai: Ai,
363
+ statisticLegal: StatisticLegal,
364
+ analyticsUtm: AnalyticsUtm,
361
365
  };
@@ -266,6 +266,22 @@ export const BrandClementine: Brand[] = [
266
266
  vatIntracom: 'FR47752566687',
267
267
  email: 'facturation@clementine.fr',
268
268
  },
269
+ companyInformation: {
270
+ ape: '6920Z',
271
+ bp: 'CS 31029',
272
+ city: 'LAXOU CEDEX',
273
+ montantCapital: '500 000',
274
+ nomRaisonSociale: 'EXPERTISE CHOIX B',
275
+ ECName: 'M. Jean-Louis BOICHÉ',
276
+ ECOrderCity: 'Nancy',
277
+ ECDepartment: 'Lorraine',
278
+ ECPosition: 'Président',
279
+ phone: '03 83 93 14 14',
280
+ postalAddress: '9 AVENUE DU RHIN',
281
+ rcs: '752 566 687',
282
+ statut: 'SAS',
283
+ zipCode: '54 521',
284
+ },
269
285
  },
270
286
  {
271
287
  idTypeBrand: 6,
@@ -16,4 +16,5 @@ export enum StatisticType {
16
16
  DATA_OFFICER = 15,
17
17
  SALESMAN = 16,
18
18
  MARKETING = 17,
19
+ LEGAL = 18,
19
20
  }
@@ -315,7 +315,7 @@ export const TimeSlotDetail: TimeSlotDetailType[] = [
315
315
  internalName: 'Rdv droit des sociétés et multi-modifications',
316
316
  category: TimeSlotCategoryDetail.find((c) => c.id === TimeSlotCategory.JURIDIC)?.name,
317
317
  duration: 60,
318
- idRole: [Role.JURIDIC, Role.MANAGER],
318
+ idRole: [Role.JURIDIC],
319
319
  idRoleExcluded: [Role.DIRECTOR],
320
320
  forWholeService: true,
321
321
  idTimeCounterType: TimeCounterType.CALENDLY.id,
@@ -59,7 +59,7 @@ export class QueryPaginatedAccountingFile {
59
59
  limit: number;
60
60
 
61
61
  @ApiPropertyOptional()
62
- idTypeAccountingFile?: number[];
62
+ idAccountingFileType?: number[];
63
63
 
64
64
  @ApiPropertyOptional()
65
65
  @IsInt()
@@ -16,7 +16,7 @@ export class QueryTransaction {
16
16
  idAccountingJournal: number[];
17
17
 
18
18
  @ApiPropertyOptional()
19
- idTypeAccountingFile?: number[];
19
+ idAccountingFileType?: number[];
20
20
 
21
21
  @ApiPropertyOptional()
22
22
  idBankAccount?: number[];
@@ -1,9 +1,32 @@
1
- import { IsNotEmpty, IsString } from 'class-validator';
2
- import { ApiProperty } from '../../../../utils';
1
+ import { IsArray, IsIn, IsInt, IsNotEmpty, IsOptional, IsString, ValidateNested } from 'class-validator';
2
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
+
4
+ export class AskHistoryCollaborator {
5
+ @ApiProperty()
6
+ @IsString()
7
+ @IsIn(['assistant', 'user'])
8
+ role: 'assistant' | 'user';
9
+
10
+ @ApiProperty()
11
+ @IsString()
12
+ @IsNotEmpty()
13
+ content: string;
14
+ }
3
15
 
4
16
  export class AskQuestionCollaborator {
5
17
  @ApiProperty()
6
18
  @IsString()
7
19
  @IsNotEmpty()
8
20
  question: string;
21
+
22
+ @ApiPropertyOptional()
23
+ @IsOptional()
24
+ @IsArray()
25
+ @ValidateNested({ each: true })
26
+ history?: AskHistoryCollaborator[];
27
+
28
+ @ApiPropertyOptional()
29
+ @IsOptional()
30
+ @IsInt()
31
+ idConversation?: number;
9
32
  }
@@ -538,6 +538,7 @@ export interface Cerfa2031_2025 {
538
538
  export type Prepare2031Params = {
539
539
  idSociety: number;
540
540
  idExercice: number;
541
+ idUser: number;
541
542
  values: {
542
543
  cerfa2031: Cerfa2031 | Cerfa2031_2024;
543
544
  cerfa2033: AnyCerfa2033Century;
@@ -52,7 +52,12 @@ export type FullCerfa2035_2025 = Cerfa2035_2025 & Cerfa2035WithSuites_2025;
52
52
 
53
53
  export type AnyCerfa2035Century = FullCerfa2035 | FullCerfa2035_2024 | FullCerfa2035_2025;
54
54
 
55
- export type Prepare2035Params = { idSociety: number; idExercice: number; values: FullCerfa2035 | FullCerfa2035_2024 };
55
+ export type Prepare2035Params = {
56
+ idSociety: number;
57
+ idUser: number;
58
+ idExercice: number;
59
+ values: FullCerfa2035 | FullCerfa2035_2024;
60
+ };
56
61
 
57
62
  export interface Cerfa2035ProfessionalRecipes {
58
63
  collected: number;
@@ -256,6 +256,7 @@ export interface Cerfa2065_2024 {
256
256
  export type PrepareCerfa2065 = {
257
257
  idExercice: number;
258
258
  idSociety: number;
259
+ idUser: number;
259
260
  values: { cerfa2065: AnyCerfa2065Century; cerfa2033: AnyCerfa2033Century };
260
261
  };
261
262
 
@@ -189,5 +189,6 @@ export type ReadCerfa2069RCIInputs = {
189
189
  export type PrepareCerfa2069RCI = {
190
190
  idExercice: number;
191
191
  idSociety: number;
192
+ idUser: number;
192
193
  values: { cerfa2069RCI: Cerfa2069RCI_2024 };
193
194
  };
@@ -147,6 +147,7 @@ export class Cerfa2571_2024 {
147
147
 
148
148
  export type Prepare2571Params = {
149
149
  idSociety: number;
150
+ idUser: number;
150
151
  idExercice: number;
151
152
  idRegistration: number;
152
153
  };
@@ -398,6 +398,7 @@ export class Cerfa2572_2025 {
398
398
  export type Prepare2572Params = {
399
399
  idSociety: number;
400
400
  idExercice: number;
401
+ idUser: number;
401
402
  idRegistration: number;
402
403
  };
403
404
 
@@ -64,6 +64,7 @@ export type Cerfa2573_2024 = {
64
64
  export type Prepare2573Params = {
65
65
  idSociety: number;
66
66
  idExercice: number;
67
+ idUser: number;
67
68
  values: Cerfa2573_2024;
68
69
  };
69
70
 
@@ -331,7 +331,7 @@ export class CreateCommercialSetting {
331
331
  @ApiPropertyOptional()
332
332
  @IsOptional()
333
333
  @IsString()
334
- logoUrl?: string;
334
+ logoUrl?: string | null;
335
335
 
336
336
  @ApiPropertyOptional()
337
337
  @IsOptional()
@@ -457,7 +457,13 @@ export class CommercialDocumentInputs {
457
457
  generalDiscount2: number | null;
458
458
 
459
459
  @ApiProperty({ description: 'Indemnité forfaitaire' })
460
- compensation: string | null;
460
+ recoveryCost: string | null;
461
+
462
+ /**
463
+ * @deprecated use recoveryCost instead (exists just for old mobile version)
464
+ */
465
+ @ApiPropertyOptional({ description: 'Indemnité forfaitaire ' })
466
+ compensation?: string | null;
461
467
 
462
468
  @ApiProperty()
463
469
  vatMention: string | null;
@@ -13,9 +13,6 @@ export interface ConfigType {
13
13
  comptaclementineTest: ComptaclementineTest;
14
14
  bred: Bred;
15
15
  awsClementine: AwsClementine;
16
- stripe: Stripe;
17
- stripeECB: StripeEcb;
18
- stripeStatuts: StripeStatuts;
19
16
  mail: Mail;
20
17
  client: Client;
21
18
  twilio: Twilio;
@@ -155,19 +152,6 @@ export interface AwsClementine {
155
152
  apiVersion: string;
156
153
  }
157
154
 
158
- export interface Stripe {
159
- secretKey: string;
160
- secretKeyTestToDelete: string;
161
- }
162
-
163
- export interface StripeEcb {
164
- secretKey: string;
165
- }
166
-
167
- export interface StripeStatuts {
168
- secretKey: string;
169
- }
170
-
171
155
  export interface Mail {
172
156
  user: string;
173
157
  password: string;
@@ -1,4 +1,4 @@
1
- import { IsBoolean, IsDate, IsJSON, IsString } from 'class-validator';
1
+ import { IsBoolean, IsDate, IsJSON, IsOptional, IsString } from 'class-validator';
2
2
  import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
3
3
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
4
 
@@ -8,10 +8,12 @@ export class CreateDefaultPromoCode {
8
8
  label: string;
9
9
 
10
10
  @ApiPropertyOptional()
11
+ @IsOptional()
11
12
  @IsDate()
12
13
  startDate?: Date | null;
13
14
 
14
15
  @ApiPropertyOptional()
16
+ @IsOptional()
15
17
  @IsDate()
16
18
  endDate?: Date | null;
17
19
 
@@ -46,6 +48,7 @@ export class CreateDefaultPromoCode {
46
48
  isTest: boolean;
47
49
 
48
50
  @ApiPropertyOptional()
51
+ @IsOptional()
49
52
  @IsJSON()
50
53
  // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
51
54
  metadata?: any | null;
@@ -33,3 +33,10 @@ export class QueryInternalMarketing {
33
33
  @IsArray()
34
34
  idUsers?: number[];
35
35
  }
36
+
37
+ export class QueryInternalLegal {
38
+ @ApiPropertyOptional()
39
+ @IsOptional()
40
+ @IsArray()
41
+ idUsers?: number[];
42
+ }
@@ -0,0 +1,16 @@
1
+ import { IsNumber, IsDate } from 'class-validator';
2
+ import { ApiProperty } from '../../../../utils';
3
+
4
+ export class QueryLegal {
5
+ @ApiProperty()
6
+ @IsNumber()
7
+ idUser: number;
8
+
9
+ @ApiProperty()
10
+ @IsDate()
11
+ startDate: Date;
12
+
13
+ @ApiProperty()
14
+ @IsDate()
15
+ endDate: Date;
16
+ }
@@ -1,4 +1,4 @@
1
- import { IsDate, IsOptional, IsString } from 'class-validator';
1
+ import { IsDate, IsInt, IsOptional, IsString } from 'class-validator';
2
2
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
3
 
4
4
  export class CreateStripeConnection {
@@ -8,10 +8,9 @@ export class CreateStripeConnection {
8
8
  }
9
9
 
10
10
  export class CreateStripePortals {
11
- @ApiPropertyOptional()
11
+ @ApiProperty()
12
12
  @IsString()
13
- @IsOptional()
14
- stripeCustomerId?: string;
13
+ stripeCustomerId: string;
15
14
  }
16
15
 
17
16
  export class CreateImportTransactionForSociety {
@@ -25,3 +24,29 @@ export class CreateImportTransactionForSociety {
25
24
  @IsOptional()
26
25
  endDate?: Date;
27
26
  }
27
+
28
+ export class CreateSubscriptionSession {
29
+ @ApiProperty()
30
+ @IsString()
31
+ priceId: string;
32
+ }
33
+
34
+ export class CreateSubscriptionSessionOff {
35
+ @ApiProperty()
36
+ @IsString()
37
+ stripeCustomerId: string;
38
+ }
39
+
40
+ export class CreatePaymentIntent {
41
+ @ApiProperty()
42
+ @IsString()
43
+ stripeCustomerId: string;
44
+
45
+ @ApiProperty()
46
+ @IsString()
47
+ paymentMethodId: string;
48
+
49
+ @ApiProperty()
50
+ @IsInt()
51
+ amountInCents: number;
52
+ }
@@ -1,14 +1,21 @@
1
- import { IsBoolean, IsOptional } from 'class-validator';
1
+ import { IsBoolean, IsOptional, IsString } from 'class-validator';
2
2
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
3
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
4
 
5
5
  export class RetrieveUpcomingInvoiceParams {
6
6
  @ApiProperty()
7
+ @IsString()
7
8
  customerId: string;
8
9
 
9
10
  @ApiProperty()
11
+ @IsString()
10
12
  subscriptionId: string;
11
13
  }
14
+ export class RetrievePaymentMethodsParams {
15
+ @ApiProperty()
16
+ @IsString()
17
+ customerId: string;
18
+ }
12
19
 
13
20
  export class QueryStripeSession {
14
21
  @ApiPropertyOptional()
@@ -52,16 +52,17 @@ export class CreateCoworker {
52
52
  idCivility?: number;
53
53
 
54
54
  @ApiProperty({ default: true })
55
- @IsDefined()
55
+ @IsBoolean()
56
56
  @ToBoolean()
57
57
  active: boolean;
58
58
 
59
59
  @ApiProperty({ default: false })
60
- @IsDefined()
60
+ @IsBoolean()
61
61
  @ToBoolean()
62
62
  flexitime: boolean;
63
63
 
64
64
  @ApiPropertyOptional({ default: true })
65
+ @IsOptional()
65
66
  @IsBoolean()
66
67
  @ToBoolean()
67
68
  isThemeLight?: boolean;
@@ -79,6 +80,7 @@ export class CreateCoworker {
79
80
  @ApiPropertyOptional()
80
81
  @IsOptional()
81
82
  @IsBoolean()
83
+ @ToBoolean()
82
84
  apprentice?: boolean;
83
85
 
84
86
  @ApiPropertyOptional()
@@ -106,20 +108,22 @@ export class CreateCoworker {
106
108
  @IsEnum(EntityType)
107
109
  entity: EntityType;
108
110
 
109
- @ApiProperty()
110
- @IsDefined()
111
+ @ApiPropertyOptional()
112
+ @IsOptional()
111
113
  @IsArray()
112
114
  @IsInt({ each: true })
113
115
  idRoles?: number[];
114
116
 
115
- @ApiProperty()
117
+ @ApiPropertyOptional()
118
+ @IsOptional()
116
119
  @IsDefined()
117
120
  @IsArray()
118
121
  idTeams?: number[];
119
122
 
120
- @ApiProperty()
121
- @IsDefined()
123
+ @ApiPropertyOptional()
124
+ @IsOptional()
122
125
  @IsArray()
126
+ @IsInt({ each: true })
123
127
  idUsersBrands?: number[];
124
128
 
125
129
  @ApiPropertyOptional()
@@ -61,6 +61,7 @@ export class QueryGetAllFromSociety {
61
61
  type: [Number],
62
62
  example: [1, 13],
63
63
  })
64
+ @IsArray()
64
65
  roles: number[];
65
66
 
66
67
  @ApiPropertyOptional()
@@ -90,13 +91,13 @@ export class GetSocietyFromUser {
90
91
  @IsOptional()
91
92
  @IsNumber()
92
93
  idSubscriptionType?: SubscriptionType;
93
-
94
+
94
95
  @ApiPropertyOptional()
95
96
  @IsOptional()
96
97
  @IsBoolean()
97
98
  @ToBoolean()
98
99
  displayArchived?: boolean;
99
-
100
+
100
101
  @ApiPropertyOptional()
101
102
  @IsOptional()
102
103
  @IsBoolean()
@@ -105,17 +106,17 @@ export class GetSocietyFromUser {
105
106
 
106
107
  @ApiPropertyOptional()
107
108
  @IsOptional()
108
- @IsString({each: true})
109
+ @IsString({ each: true })
109
110
  attributes?: Extract<keyof ISociety, string>[];
110
111
 
111
- @ApiPropertyOptional({
112
- default: ['societyConfig','brandType','societyGescom','oldExpertInfo','activity','follows','compta','subscriptionType','connector','permissions']
112
+ @ApiPropertyOptional({
113
+ default: ['societyConfig', 'brandType', 'societyGescom', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'connector', 'permissions']
113
114
  })
114
115
  @IsOptional()
115
116
  @IsString({
116
117
  each: true,
117
118
  })
118
- @IsIn(['societyConfig','brandType','societyGescom','oldExpertInfo','activity','follows','compta','subscriptionType','connector','permissions','societyDetails'], { each: true })
119
+ @IsIn(['societyConfig', 'brandType', 'societyGescom', 'oldExpertInfo', 'activity', 'follows', 'compta', 'subscriptionType', 'connector', 'permissions', 'societyDetails'], { each: true })
119
120
  include?: string[];
120
121
 
121
122
  @ApiPropertyOptional()
@@ -0,0 +1,13 @@
1
+ import { IAIQuestion } from './IAIQuestion';
2
+ import { IUser } from './IUser';
3
+
4
+ export interface IAIConversation {
5
+ id: number;
6
+ idUser: number;
7
+ createdAt?: Date;
8
+ updatedAt?: Date;
9
+
10
+ // Associations
11
+ user?: IUser;
12
+ questions?: IAIQuestion[];
13
+ }
@@ -1,4 +1,4 @@
1
- import { IUser } from './IUser';
1
+ import { IAIConversation } from './IAIConversation';
2
2
 
3
3
  export interface IAIQuestion {
4
4
  id: number;
@@ -8,10 +8,10 @@ export interface IAIQuestion {
8
8
  category: string;
9
9
  subCategory: string;
10
10
  totalTokens: number;
11
- idUser: number;
12
- createdAt?: Date | string;
13
- updatedAt?: Date | string;
11
+ idConversation: number | null; // Nullable for the first questions generated by the AI without conversation
12
+ createdAt?: Date;
13
+ updatedAt?: Date;
14
14
 
15
15
  // Associations
16
- user?: IUser;
16
+ conversation?: IAIConversation;
17
17
  }
@@ -3,6 +3,7 @@ import { IPaymentExpectation } from './IPaymentExpectation';
3
3
  import { IGedFile } from './IGedFile';
4
4
  import { IPrestation } from './IPrestation';
5
5
  import { AcceptationAdmin } from '../../Enum/AdditionnalSells';
6
+ import { IPrestationComplementaryHistory } from './IPrestationComplementaryHistory';
6
7
 
7
8
  // prestationsCompl
8
9
  export interface IPrestationComplementary {
@@ -33,4 +34,5 @@ export interface IPrestationComplementary {
33
34
  prestationPaymentExpectation?: IPaymentExpectation;
34
35
  prestationGedFile?: IGedFile;
35
36
  prestation?: IPrestation;
37
+ prestationComplementaryHistory?: IPrestationComplementaryHistory[];
36
38
  }
@@ -66,6 +66,7 @@ import {
66
66
  ICalendarEvent,
67
67
  IRegulation,
68
68
  IGeneralConditionOfSale,
69
+ IConstitutionHistory,
69
70
  } from '../..';
70
71
  import { IBrandType } from './IBrandType';
71
72
  import { IFile } from './IFile';
@@ -250,4 +251,5 @@ export interface ISociety {
250
251
  accountingFiles?: IAccountingFile[];
251
252
  businessSectors?: IBusinessSector[];
252
253
  calendarEvents?: ICalendarEvent[];
254
+ constitutionHistories?: IConstitutionHistory[];
253
255
  }