@silexpert/core 0.4.26 → 0.4.28

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 (187) hide show
  1. package/es/api/resources/Immobilization.d.ts +6 -1
  2. package/es/api/resources/Immobilization.d.ts.map +1 -1
  3. package/es/api/resources/Immobilization.js +6 -0
  4. package/es/api/resources/Immobilization.js.map +1 -1
  5. package/es/api/resources/PromoCode.d.ts +9 -0
  6. package/es/api/resources/PromoCode.d.ts.map +1 -0
  7. package/es/api/resources/PromoCode.js +16 -0
  8. package/es/api/resources/PromoCode.js.map +1 -0
  9. package/es/api/resources/Society.d.ts +3 -1
  10. package/es/api/resources/Society.d.ts.map +1 -1
  11. package/es/api/resources/Society.js +6 -0
  12. package/es/api/resources/Society.js.map +1 -1
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/Activity.d.ts +7 -0
  18. package/es/types/Enum/Activity.d.ts.map +1 -0
  19. package/es/types/Enum/Activity.js +8 -0
  20. package/es/types/Enum/Activity.js.map +1 -0
  21. package/es/types/Enum/CerfaType.d.ts +15 -0
  22. package/es/types/Enum/CerfaType.d.ts.map +1 -0
  23. package/es/types/Enum/CerfaType.js +15 -0
  24. package/es/types/Enum/CerfaType.js.map +1 -0
  25. package/es/types/Enum/FiscalRegime.d.ts +6 -0
  26. package/es/types/Enum/FiscalRegime.d.ts.map +1 -0
  27. package/es/types/Enum/FiscalRegime.js +7 -0
  28. package/es/types/Enum/FiscalRegime.js.map +1 -0
  29. package/es/types/Enum/GlobalRegime.d.ts +30 -0
  30. package/es/types/Enum/GlobalRegime.d.ts.map +1 -0
  31. package/es/types/Enum/GlobalRegime.js +412 -0
  32. package/es/types/Enum/GlobalRegime.js.map +1 -0
  33. package/es/types/Enum/ImmobilizationType.d.ts +50 -0
  34. package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
  35. package/es/types/Enum/ImmobilizationType.js +51 -0
  36. package/es/types/Enum/ImmobilizationType.js.map +1 -1
  37. package/es/types/Enum/ProfitsType.d.ts +5 -0
  38. package/es/types/Enum/ProfitsType.d.ts.map +1 -0
  39. package/es/types/Enum/ProfitsType.js +6 -0
  40. package/es/types/Enum/ProfitsType.js.map +1 -0
  41. package/es/types/Enum/StockType.d.ts +57 -0
  42. package/es/types/Enum/StockType.d.ts.map +1 -0
  43. package/es/types/Enum/StockType.js +57 -0
  44. package/es/types/Enum/StockType.js.map +1 -0
  45. package/es/types/Enum/TaxSystem.d.ts +6 -0
  46. package/es/types/Enum/TaxSystem.d.ts.map +1 -0
  47. package/es/types/Enum/TaxSystem.js +7 -0
  48. package/es/types/Enum/TaxSystem.js.map +1 -0
  49. package/es/types/Enum/TypeBankConnection.d.ts +6 -0
  50. package/es/types/Enum/TypeBankConnection.d.ts.map +1 -0
  51. package/es/types/Enum/TypeBankConnection.js +7 -0
  52. package/es/types/Enum/TypeBankConnection.js.map +1 -0
  53. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +5 -0
  54. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +1 -0
  55. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +22 -0
  56. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
  57. package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts +20 -0
  58. package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -0
  59. package/es/types/Interface/api/immobilization/CreateImmobilization.js +72 -0
  60. package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
  61. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +1 -0
  62. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -1
  63. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
  64. package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts +12 -0
  65. package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts.map +1 -0
  66. package/es/types/Interface/api/promoCode/CreatePromoCode.js +49 -0
  67. package/es/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
  68. package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts +12 -0
  69. package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts.map +1 -0
  70. package/es/types/Interface/api/promoCode/UpdatePromoCode.js +49 -0
  71. package/es/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
  72. package/es/types/Interface/api/society/UpdateSociety.d.ts +3 -0
  73. package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
  74. package/es/types/Interface/api/society/UpdateSociety.js +12 -0
  75. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
  76. package/es/types/Interface/models/IApiError.d.ts +4 -0
  77. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  78. package/es/types/Interface/models/IApiError.js +4 -0
  79. package/es/types/Interface/models/IApiError.js.map +1 -1
  80. package/es/types/Interface/models/IBankConnection.d.ts +1 -0
  81. package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
  82. package/es/types/Interface/models/IBankConnection.js.map +1 -1
  83. package/es/types/Interface/models/ICustomerTva.d.ts +2 -0
  84. package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
  85. package/es/types/Interface/models/ICustomerTva.js.map +1 -1
  86. package/es/types/Interface/models/IExerciceComment.d.ts +13 -0
  87. package/es/types/Interface/models/IExerciceComment.d.ts.map +1 -0
  88. package/es/types/Interface/models/IExerciceComment.js +2 -0
  89. package/es/types/Interface/models/IExerciceComment.js.map +1 -0
  90. package/es/types/Interface/models/IExerciceDetail.d.ts +2 -0
  91. package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
  92. package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
  93. package/es/types/Interface/models/IImmobilization.d.ts +7 -0
  94. package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
  95. package/es/types/Interface/models/IImmobilization.js.map +1 -1
  96. package/es/types/Interface/models/IPromoCode.d.ts +15 -0
  97. package/es/types/Interface/models/IPromoCode.d.ts.map +1 -0
  98. package/es/types/Interface/models/IPromoCode.js +2 -0
  99. package/es/types/Interface/models/IPromoCode.js.map +1 -0
  100. package/es/types/Interface/models/IRefund.d.ts +3 -3
  101. package/es/types/Interface/models/IRefund.d.ts.map +1 -1
  102. package/es/types/Interface/models/IRefund.js.map +1 -1
  103. package/es/types/Interface/models/ISocietyDetail.d.ts +5 -1
  104. package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  105. package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
  106. package/es/types/Interface/models/IUser.d.ts +1 -0
  107. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  108. package/es/types/Interface/models/IUser.js.map +1 -1
  109. package/es/types/index.d.ts +12 -0
  110. package/es/types/index.d.ts.map +1 -1
  111. package/es/types/index.js +12 -0
  112. package/es/types/index.js.map +1 -1
  113. package/js/api/resources/Immobilization.js +8 -0
  114. package/js/api/resources/Immobilization.js.map +1 -1
  115. package/js/api/resources/PromoCode.js +30 -0
  116. package/js/api/resources/PromoCode.js.map +1 -0
  117. package/js/api/resources/Society.js +8 -0
  118. package/js/api/resources/Society.js.map +1 -1
  119. package/js/api/resources.js +4 -1
  120. package/js/api/resources.js.map +1 -1
  121. package/js/types/Enum/Activity.js +14 -0
  122. package/js/types/Enum/Activity.js.map +1 -0
  123. package/js/types/Enum/CerfaType.js +20 -0
  124. package/js/types/Enum/CerfaType.js.map +1 -0
  125. package/js/types/Enum/FiscalRegime.js +13 -0
  126. package/js/types/Enum/FiscalRegime.js.map +1 -0
  127. package/js/types/Enum/GlobalRegime.js +376 -0
  128. package/js/types/Enum/GlobalRegime.js.map +1 -0
  129. package/js/types/Enum/ImmobilizationType.js +91 -36
  130. package/js/types/Enum/ImmobilizationType.js.map +1 -1
  131. package/js/types/Enum/ProfitsType.js +12 -0
  132. package/js/types/Enum/ProfitsType.js.map +1 -0
  133. package/js/types/Enum/StockType.js +62 -0
  134. package/js/types/Enum/StockType.js.map +1 -0
  135. package/js/types/Enum/TaxSystem.js +13 -0
  136. package/js/types/Enum/TaxSystem.js.map +1 -0
  137. package/js/types/Enum/TypeBankConnection.js +13 -0
  138. package/js/types/Enum/TypeBankConnection.js.map +1 -0
  139. package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +31 -0
  140. package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
  141. package/js/types/Interface/api/immobilization/CreateImmobilization.js +63 -0
  142. package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
  143. package/js/types/Interface/api/promoCode/CreatePromoCode.js +43 -0
  144. package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
  145. package/js/types/Interface/api/promoCode/UpdatePromoCode.js +43 -0
  146. package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
  147. package/js/types/Interface/api/society/UpdateSociety.js +6 -0
  148. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
  149. package/js/types/Interface/models/IApiError.js +5 -1
  150. package/js/types/Interface/models/IApiError.js.map +1 -1
  151. package/js/types/Interface/models/IExerciceComment.js +6 -0
  152. package/js/types/Interface/models/IExerciceComment.js.map +1 -0
  153. package/js/types/Interface/models/IPromoCode.js +6 -0
  154. package/js/types/Interface/models/IPromoCode.js.map +1 -0
  155. package/js/types/index.js +144 -0
  156. package/js/types/index.js.map +1 -1
  157. package/package.json +1 -1
  158. package/ts/api/resources/Immobilization.ts +9 -1
  159. package/ts/api/resources/PromoCode.ts +20 -0
  160. package/ts/api/resources/Society.ts +7 -0
  161. package/ts/api/resources.ts +2 -0
  162. package/ts/types/Enum/Activity.ts +6 -0
  163. package/ts/types/Enum/CerfaType.ts +14 -0
  164. package/ts/types/Enum/FiscalRegime.ts +5 -0
  165. package/ts/types/Enum/GlobalRegime.ts +441 -0
  166. package/ts/types/Enum/ImmobilizationType.ts +52 -0
  167. package/ts/types/Enum/ProfitsType.ts +4 -0
  168. package/ts/types/Enum/StockType.ts +56 -0
  169. package/ts/types/Enum/TaxSystem.ts +5 -0
  170. package/ts/types/Enum/TypeBankConnection.ts +5 -0
  171. package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
  172. package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +48 -0
  173. package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +1 -0
  174. package/ts/types/Interface/api/promoCode/CreatePromoCode.ts +30 -0
  175. package/ts/types/Interface/api/promoCode/UpdatePromoCode.ts +30 -0
  176. package/ts/types/Interface/api/society/UpdateSociety.ts +9 -0
  177. package/ts/types/Interface/models/IApiError.ts +4 -0
  178. package/ts/types/Interface/models/IBankConnection.ts +1 -0
  179. package/ts/types/Interface/models/ICustomerTva.ts +2 -0
  180. package/ts/types/Interface/models/IExerciceComment.ts +16 -0
  181. package/ts/types/Interface/models/IExerciceDetail.ts +2 -0
  182. package/ts/types/Interface/models/IImmobilization.ts +7 -0
  183. package/ts/types/Interface/models/IPromoCode.ts +14 -0
  184. package/ts/types/Interface/models/IRefund.ts +3 -3
  185. package/ts/types/Interface/models/ISocietyDetail.ts +5 -1
  186. package/ts/types/Interface/models/IUser.ts +1 -0
  187. package/ts/types/index.ts +12 -0
package/ts/types/index.ts CHANGED
@@ -71,6 +71,7 @@ export * from './Interface/models/IEngagementOcrExtraction';
71
71
  export * from './Interface/models/IEstimateInvoiceRepeat';
72
72
  export * from './Interface/models/IEstimateInvoice';
73
73
  export * from './Interface/models/IExerciceDetail';
74
+ export * from './Interface/models/IExerciceComment';
74
75
  export * from './Interface/models/IExercice';
75
76
  export * from './Interface/models/IExercicePrestation';
76
77
  export * from './Interface/models/IFailedLoginAttempt';
@@ -274,6 +275,7 @@ export * from './Interface/models/IField';
274
275
  export * from './Interface/models/IFecFile';
275
276
  export * from './Interface/models/ISuggestion';
276
277
  export * from './Interface/models/ISalariesFile';
278
+ export * from './Interface/models/IPromoCode';
277
279
 
278
280
  // Forms
279
281
  export * from './Form/FormAuthenticate';
@@ -313,12 +315,19 @@ export * from './Enum/DefaultPermissions';
313
315
  export * from './Enum/SponsorshipState';
314
316
  export * from './Enum/Ged';
315
317
  export * from './Enum/SendInBlueList';
318
+ export * from './Enum/TypeBankConnection';
319
+ export * from './Enum/GlobalRegime';
320
+ export * from './Enum/TaxSystem';
321
+ export * from './Enum/FiscalRegime';
322
+ export * from './Enum/Activity';
323
+ export * from './Enum/CerfaType';
316
324
 
317
325
  // Interfaces API
318
326
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
319
327
  export * from './Interface/api/simulation/CreateSimulation';
320
328
  export * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';
321
329
  export * from './Interface/api/immobilization/ReadFormattedImmobilization';
330
+ export * from './Interface/api/immobilization/CreateImmobilization';
322
331
  export * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';
323
332
  export * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';
324
333
  export * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';
@@ -384,3 +393,6 @@ export * from './Interface/api/shine/GetConnect';
384
393
  export * from './Interface/api/shine/CreateShineAccount';
385
394
  export * from './Interface/api/shine/CreateShineTransactions';
386
395
  export * from './Interface/api/shine/ConnectResponse';
396
+ export * from './Interface/api/promoCode/UpdatePromoCode';
397
+ export * from './Interface/api/promoCode/CreatePromoCode';
398
+ export * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';