@silexpert/core 0.4.276 → 0.4.279

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 (176) hide show
  1. package/es/api/resources/BudgetInsight.d.ts +0 -7
  2. package/es/api/resources/BudgetInsight.d.ts.map +1 -1
  3. package/es/api/resources/BudgetInsight.js +0 -8
  4. package/es/api/resources/BudgetInsight.js.map +1 -1
  5. package/es/api/resources/Loan.js +1 -1
  6. package/es/api/resources/Loan.js.map +1 -1
  7. package/es/api/resources/SocietyConfig.d.ts +7 -0
  8. package/es/api/resources/SocietyConfig.d.ts.map +1 -0
  9. package/es/api/resources/SocietyConfig.js +10 -0
  10. package/es/api/resources/SocietyConfig.js.map +1 -0
  11. package/es/api/resources/Wallet.d.ts +8 -0
  12. package/es/api/resources/Wallet.d.ts.map +1 -0
  13. package/es/api/resources/Wallet.js +7 -0
  14. package/es/api/resources/Wallet.js.map +1 -0
  15. package/es/api/resources/statistic/Accountant.d.ts +53 -0
  16. package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
  17. package/es/api/resources/statistic/Accountant.js +77 -0
  18. package/es/api/resources/statistic/Accountant.js.map +1 -0
  19. package/es/api/resources/statistic/Direction.d.ts +11 -0
  20. package/es/api/resources/statistic/Direction.d.ts.map +1 -0
  21. package/es/api/resources/statistic/Direction.js +14 -0
  22. package/es/api/resources/statistic/Direction.js.map +1 -0
  23. package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
  24. package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
  25. package/es/api/resources/statistic/ExpertAccountant.js +41 -0
  26. package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
  27. package/es/api/resources.d.ts +10 -0
  28. package/es/api/resources.d.ts.map +1 -1
  29. package/es/api/resources.js +10 -0
  30. package/es/api/resources.js.map +1 -1
  31. package/es/types/Enum/AdditionnalSells.d.ts +7 -0
  32. package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
  33. package/es/types/Enum/AdditionnalSells.js +8 -0
  34. package/es/types/Enum/AdditionnalSells.js.map +1 -0
  35. package/es/types/Enum/RoleDetail.d.ts +7 -0
  36. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  37. package/es/types/Enum/RoleDetail.js +7 -0
  38. package/es/types/Enum/RoleDetail.js.map +1 -1
  39. package/es/types/Enum/StatisticType.d.ts +15 -0
  40. package/es/types/Enum/StatisticType.d.ts.map +1 -0
  41. package/es/types/Enum/StatisticType.js +16 -0
  42. package/es/types/Enum/StatisticType.js.map +1 -0
  43. package/es/types/Enum/Vat.d.ts +17 -0
  44. package/es/types/Enum/Vat.d.ts.map +1 -1
  45. package/es/types/Enum/Vat.js +18 -0
  46. package/es/types/Enum/Vat.js.map +1 -1
  47. package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
  48. package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
  49. package/es/types/Interface/api/societyConfig/update.js +131 -0
  50. package/es/types/Interface/api/societyConfig/update.js.map +1 -0
  51. package/es/types/Interface/api/statistic/ExitRequest.d.ts +98 -0
  52. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
  53. package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
  54. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  55. package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
  56. package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
  57. package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
  58. package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  59. package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
  60. package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
  61. package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
  62. package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  63. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
  64. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
  65. package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
  66. package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  67. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
  68. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
  69. package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
  70. package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  71. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
  72. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
  73. package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
  74. package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  75. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
  76. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
  77. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
  78. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  79. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
  80. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
  81. package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
  82. package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  83. package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
  84. package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
  85. package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
  86. package/es/types/Interface/models/IExercice.d.ts +1 -0
  87. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  88. package/es/types/Interface/models/IExercice.js.map +1 -1
  89. package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
  90. package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
  91. package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
  92. package/es/types/Interface/models/ISociety.d.ts +2 -1
  93. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  94. package/es/types/Interface/models/ISociety.js.map +1 -1
  95. package/es/types/Interface/models/IStatistic.d.ts +11 -0
  96. package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
  97. package/es/types/Interface/models/IStatistic.js +2 -0
  98. package/es/types/Interface/models/IStatistic.js.map +1 -0
  99. package/es/types/index.d.ts +12 -0
  100. package/es/types/index.d.ts.map +1 -1
  101. package/es/types/index.js +12 -0
  102. package/es/types/index.js.map +1 -1
  103. package/js/api/resources/BudgetInsight.js +0 -10
  104. package/js/api/resources/BudgetInsight.js.map +1 -1
  105. package/js/api/resources/Loan.js +1 -1
  106. package/js/api/resources/Loan.js.map +1 -1
  107. package/js/api/resources/SocietyConfig.js +22 -0
  108. package/js/api/resources/SocietyConfig.js.map +1 -0
  109. package/js/api/resources/Wallet.js +18 -0
  110. package/js/api/resources/Wallet.js.map +1 -0
  111. package/js/api/resources/statistic/Accountant.js +135 -0
  112. package/js/api/resources/statistic/Accountant.js.map +1 -0
  113. package/js/api/resources/statistic/Direction.js +30 -0
  114. package/js/api/resources/statistic/Direction.js.map +1 -0
  115. package/js/api/resources/statistic/ExpertAccountant.js +75 -0
  116. package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
  117. package/js/api/resources.js +16 -1
  118. package/js/api/resources.js.map +1 -1
  119. package/js/types/Enum/AdditionnalSells.js +14 -0
  120. package/js/types/Enum/AdditionnalSells.js.map +1 -0
  121. package/js/types/Enum/RoleDetail.js +7 -0
  122. package/js/types/Enum/RoleDetail.js.map +1 -1
  123. package/js/types/Enum/StatisticType.js +22 -0
  124. package/js/types/Enum/StatisticType.js.map +1 -0
  125. package/js/types/Enum/Vat.js +19 -0
  126. package/js/types/Enum/Vat.js.map +1 -1
  127. package/js/types/Interface/api/societyConfig/update.js +65 -0
  128. package/js/types/Interface/api/societyConfig/update.js.map +1 -0
  129. package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
  130. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  131. package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
  132. package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  133. package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
  134. package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  135. package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
  136. package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  137. package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
  138. package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  139. package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
  140. package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  141. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
  142. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  143. package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
  144. package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  145. package/js/types/Interface/models/IStatistic.js +6 -0
  146. package/js/types/Interface/models/IStatistic.js.map +1 -0
  147. package/js/types/index.js +144 -0
  148. package/js/types/index.js.map +1 -1
  149. package/package.json +1 -1
  150. package/ts/api/resources/BudgetInsight.ts +0 -13
  151. package/ts/api/resources/Loan.ts +1 -1
  152. package/ts/api/resources/SocietyConfig.ts +12 -0
  153. package/ts/api/resources/Wallet.ts +8 -0
  154. package/ts/api/resources/statistic/Accountant.ts +108 -0
  155. package/ts/api/resources/statistic/Direction.ts +17 -0
  156. package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
  157. package/ts/api/resources.ts +10 -0
  158. package/ts/types/Enum/AdditionnalSells.ts +6 -0
  159. package/ts/types/Enum/RoleDetail.ts +7 -0
  160. package/ts/types/Enum/StatisticType.ts +14 -0
  161. package/ts/types/Enum/Vat.ts +19 -1
  162. package/ts/types/Interface/api/societyConfig/update.ts +103 -0
  163. package/ts/types/Interface/api/statistic/ExitRequest.ts +108 -0
  164. package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
  165. package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
  166. package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
  167. package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
  168. package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
  169. package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
  170. package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
  171. package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
  172. package/ts/types/Interface/models/IExercice.ts +1 -0
  173. package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
  174. package/ts/types/Interface/models/ISociety.ts +2 -1
  175. package/ts/types/Interface/models/IStatistic.ts +13 -0
  176. package/ts/types/index.ts +12 -0
package/ts/types/index.ts CHANGED
@@ -293,6 +293,7 @@ export * from './Interface/models/IAccountingTransaction_new';
293
293
  export * from './Interface/models/IExerciceNote';
294
294
  export * from './Interface/models/IRevisionGuide';
295
295
  export * from './Interface/models/ISponsorshipWithSponsorInfo';
296
+ export * from './Interface/models/IStatistic';
296
297
  export * from './Interface/models/ILastUpdateConnection';
297
298
  export * from './Interface/models/IAccountsSectors';
298
299
  export * from './Interface/models/IAnswerType';
@@ -372,7 +373,9 @@ export * from './Enum/GlobalRegime';
372
373
  export * from './Enum/TaxSystem';
373
374
  export * from './Enum/FiscalRegime';
374
375
  export * from './Enum/Activity';
376
+ export * from './Enum/AdditionnalSells';
375
377
  export * from './Enum/CerfaType';
378
+ export * from './Enum/StatisticType';
376
379
  export * from './Enum/StockType';
377
380
  export * from './Enum/SaleType';
378
381
  export * from './Enum/TypePayment';
@@ -618,6 +621,13 @@ export * from './Interface/api/pappers/ReadPappers';
618
621
  export * from './Interface/api/sponsorship/SendSponsorshipLink';
619
622
  export * from './Interface/api/sponsorship/CreateSponsorship';
620
623
  export * from './Interface/api/sponsorship/QuerySponsorship';
624
+ export * from './Interface/api/statistic/ExitRequest';
625
+ export * from './Interface/api/statistic/QueryExpertAccountant';
626
+ export * from './Interface/api/statistic/QueryGetExpertAccountant';
627
+ export * from './Interface/api/statistic/QueryAccountant';
628
+ export * from './Interface/api/statistic/QueryGetAccountant';
629
+ export * from './Interface/api/statistic/QueryDirection';
630
+ export * from './Interface/api/statistic/QueryGetDirection';
621
631
  export * from './Interface/api/pappers/CreatePappers';
622
632
  export * from './Interface/api/bankAccount/DeleteTransaction';
623
633
  export * from './Interface/api/stripe/QueryStripe';
@@ -776,6 +786,8 @@ export * from './Interface/api/qonto/CreateQontoConnection';
776
786
  export * from './Interface/api/qonto/GetConnectionInformation';
777
787
  export * from './Interface/api/qonto/ProcessBankAccount';
778
788
  export * from './Interface/api/qonto/ReadCreateConnection';
789
+ export * from './Interface/api/societyConfig/update';
790
+ export * from './Interface/api/wallet/UpdateAttribution';
779
791
 
780
792
  // Enums types
781
793
  export * from './Interface/enum/Util';