@silexpert/core 0.4.89 → 0.4.90

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 (144) hide show
  1. package/es/api/resources/BudgetInsight.d.ts +11 -0
  2. package/es/api/resources/BudgetInsight.d.ts.map +1 -0
  3. package/es/api/resources/BudgetInsight.js +10 -0
  4. package/es/api/resources/BudgetInsight.js.map +1 -0
  5. package/es/api/resources/FecFile.d.ts +1 -0
  6. package/es/api/resources/FecFile.d.ts.map +1 -1
  7. package/es/api/resources/FecFile.js +3 -0
  8. package/es/api/resources/FecFile.js.map +1 -1
  9. package/es/api/resources/QuotesAccount.d.ts +6 -0
  10. package/es/api/resources/QuotesAccount.d.ts.map +1 -0
  11. package/es/api/resources/QuotesAccount.js +8 -0
  12. package/es/api/resources/QuotesAccount.js.map +1 -0
  13. package/es/api/resources/SalariesFile.d.ts +14 -0
  14. package/es/api/resources/SalariesFile.d.ts.map +1 -1
  15. package/es/api/resources/SalariesFile.js +14 -0
  16. package/es/api/resources/SalariesFile.js.map +1 -1
  17. package/es/api/resources/Transaction.d.ts +2 -1
  18. package/es/api/resources/Transaction.d.ts.map +1 -1
  19. package/es/api/resources/Transaction.js +3 -0
  20. package/es/api/resources/Transaction.js.map +1 -1
  21. package/es/types/Enum/BrandClementine.d.ts +5 -0
  22. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  23. package/es/types/Enum/BrandClementine.js +3 -0
  24. package/es/types/Enum/BrandClementine.js.map +1 -1
  25. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  26. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  27. package/es/types/Enum/BrandComptalib.js +2 -0
  28. package/es/types/Enum/BrandComptalib.js.map +1 -1
  29. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  30. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  31. package/es/types/Enum/BrandLegalstart.js +1 -0
  32. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  33. package/es/types/Enum/RevisionGuide.d.ts +1 -1
  34. package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
  35. package/es/types/Enum/RevisionGuide.js +1 -1
  36. package/es/types/Enum/RevisionGuide.js.map +1 -1
  37. package/es/types/Interface/api/accountant/ReadAccountantBalance.d.ts +6 -0
  38. package/es/types/Interface/api/accountant/ReadAccountantBalance.d.ts.map +1 -0
  39. package/es/types/Interface/api/accountant/ReadAccountantBalance.js +3 -0
  40. package/es/types/Interface/api/accountant/ReadAccountantBalance.js.map +1 -0
  41. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.d.ts +5 -0
  42. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.d.ts.map +1 -0
  43. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js +21 -0
  44. package/es/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +1 -0
  45. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts +6 -0
  46. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +1 -0
  47. package/es/types/Interface/api/quotes/QueryQuotesAccount.js +25 -0
  48. package/es/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -0
  49. package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts +4 -0
  50. package/es/types/Interface/api/salariesFile/ReadSalariesFile.d.ts.map +1 -1
  51. package/es/types/Interface/api/salariesFile/ReadSalariesFile.js.map +1 -1
  52. package/es/types/Interface/api/society/CreateSociety.d.ts +1 -1
  53. package/es/types/Interface/api/society/CreateSociety.js +1 -1
  54. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  55. package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -1
  56. package/es/types/Interface/api/society/UpdateSociety.js +1 -1
  57. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
  58. package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts +13 -0
  59. package/es/types/Interface/api/sponsorship/ReadSponsorship.d.ts.map +1 -0
  60. package/es/types/Interface/api/sponsorship/ReadSponsorship.js +3 -0
  61. package/es/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -0
  62. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +4 -0
  63. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  64. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +18 -2
  65. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  66. package/es/types/Interface/models/IApiError.d.ts +7 -1
  67. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  68. package/es/types/Interface/models/IApiError.js +6 -0
  69. package/es/types/Interface/models/IApiError.js.map +1 -1
  70. package/es/types/Interface/models/IBankAccount.d.ts +1 -0
  71. package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
  72. package/es/types/Interface/models/IBankAccount.js.map +1 -1
  73. package/es/types/Interface/models/IBankConnection.d.ts +1 -0
  74. package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
  75. package/es/types/Interface/models/IBankConnection.js.map +1 -1
  76. package/es/types/Interface/models/ILastUpdateConnection.d.ts +11 -0
  77. package/es/types/Interface/models/ILastUpdateConnection.d.ts.map +1 -0
  78. package/es/types/Interface/models/ILastUpdateConnection.js +2 -0
  79. package/es/types/Interface/models/ILastUpdateConnection.js.map +1 -0
  80. package/es/types/index.d.ts +5 -0
  81. package/es/types/index.d.ts.map +1 -1
  82. package/es/types/index.js +5 -0
  83. package/es/types/index.js.map +1 -1
  84. package/js/api/resources/BudgetInsight.js +22 -0
  85. package/js/api/resources/BudgetInsight.js.map +1 -0
  86. package/js/api/resources/FecFile.js +6 -0
  87. package/js/api/resources/FecFile.js.map +1 -1
  88. package/js/api/resources/QuotesAccount.js +22 -0
  89. package/js/api/resources/QuotesAccount.js.map +1 -0
  90. package/js/api/resources/SalariesFile.js +17 -0
  91. package/js/api/resources/SalariesFile.js.map +1 -1
  92. package/js/api/resources/Transaction.js +4 -0
  93. package/js/api/resources/Transaction.js.map +1 -1
  94. package/js/types/Enum/BrandClementine.js +3 -0
  95. package/js/types/Enum/BrandClementine.js.map +1 -1
  96. package/js/types/Enum/BrandComptalib.js +2 -0
  97. package/js/types/Enum/BrandComptalib.js.map +1 -1
  98. package/js/types/Enum/BrandLegalstart.js +1 -0
  99. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  100. package/js/types/Enum/RevisionGuide.js +1 -1
  101. package/js/types/Enum/RevisionGuide.js.map +1 -1
  102. package/js/types/Interface/api/accountant/ReadAccountantBalance.js +10 -0
  103. package/js/types/Interface/api/accountant/ReadAccountantBalance.js.map +1 -0
  104. package/js/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js +29 -0
  105. package/js/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +1 -0
  106. package/js/types/Interface/api/quotes/QueryQuotesAccount.js +31 -0
  107. package/js/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -0
  108. package/js/types/Interface/api/society/CreateSociety.js +1 -1
  109. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  110. package/js/types/Interface/api/society/UpdateSociety.js +1 -1
  111. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
  112. package/js/types/Interface/api/sponsorship/ReadSponsorship.js +10 -0
  113. package/js/types/Interface/api/sponsorship/ReadSponsorship.js.map +1 -0
  114. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +22 -2
  115. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  116. package/js/types/Interface/models/IApiError.js +7 -1
  117. package/js/types/Interface/models/IApiError.js.map +1 -1
  118. package/js/types/Interface/models/ILastUpdateConnection.js +6 -0
  119. package/js/types/Interface/models/ILastUpdateConnection.js.map +1 -0
  120. package/js/types/index.js +60 -0
  121. package/js/types/index.js.map +1 -1
  122. package/package.json +1 -1
  123. package/ts/api/resources/BudgetInsight.ts +14 -0
  124. package/ts/api/resources/FecFile.ts +4 -0
  125. package/ts/api/resources/QuotesAccount.ts +11 -0
  126. package/ts/api/resources/SalariesFile.ts +17 -5
  127. package/ts/api/resources/Transaction.ts +6 -2
  128. package/ts/types/Enum/BrandClementine.ts +3 -0
  129. package/ts/types/Enum/BrandComptalib.ts +2 -0
  130. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  131. package/ts/types/Enum/RevisionGuide.ts +1 -1
  132. package/ts/types/Interface/api/accountant/ReadAccountantBalance.ts +5 -0
  133. package/ts/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.ts +9 -0
  134. package/ts/types/Interface/api/quotes/QueryQuotesAccount.ts +12 -0
  135. package/ts/types/Interface/api/salariesFile/ReadSalariesFile.ts +5 -1
  136. package/ts/types/Interface/api/society/CreateSociety.ts +1 -1
  137. package/ts/types/Interface/api/society/UpdateSociety.ts +1 -1
  138. package/ts/types/Interface/api/sponsorship/ReadSponsorship.ts +5 -0
  139. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +14 -2
  140. package/ts/types/Interface/models/IApiError.ts +6 -0
  141. package/ts/types/Interface/models/IBankAccount.ts +1 -0
  142. package/ts/types/Interface/models/IBankConnection.ts +1 -0
  143. package/ts/types/Interface/models/ILastUpdateConnection.ts +13 -0
  144. package/ts/types/index.ts +5 -0
package/ts/types/index.ts CHANGED
@@ -285,6 +285,7 @@ export * from './Interface/models/IAccountingTransaction_new';
285
285
  export * from './Interface/models/IExerciceNote';
286
286
  export * from './Interface/models/IRevisionGuide';
287
287
  export * from './Interface/models/ISponsorshipWithSponsorInfo';
288
+ export * from './Interface/models/ILastUpdateConnection';
288
289
 
289
290
  // Forms
290
291
  export * from './Form/FormAuthenticate';
@@ -414,6 +415,8 @@ export * from './Interface/api/dashboard/ReadTopBuys';
414
415
  export * from './Interface/api/dashboard/ReadTopProviders';
415
416
  export * from './Interface/api/dashboard/ReadGescom';
416
417
  export * from './Interface/api/dashboard/ReadDeadline';
418
+ export * from './Interface/api/accountant/ReadAccountantBalance';
419
+ export * from './Interface/api/quotes/QueryQuotesAccount';
417
420
 
418
421
  // export * from './Interface/api/survey/QuerySurvey';
419
422
  export * from './Interface/api/survey/ReadSurvey';
@@ -490,3 +493,5 @@ export * from './Interface/api/taxDeadline/ReadTaxDeadline';
490
493
  export * from './Interface/api/society/ReadSociety';
491
494
  export * from './Interface/api/exerciceNote/QueryExerciceNote';
492
495
  export * from './Interface/api/exerciceNote/CreateExerciceNote';
496
+ export * from './Interface/api/sponsorship/ReadSponsorship';
497
+ export * from './Interface/api/budgetInsight/UpdateBudgetPermanentToken';