@silexpert/core 0.4.152 → 0.4.154

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 (128) hide show
  1. package/es/api/resources/Dashboard.d.ts +2 -3
  2. package/es/api/resources/Dashboard.d.ts.map +1 -1
  3. package/es/api/resources/Dashboard.js +2 -5
  4. package/es/api/resources/Dashboard.js.map +1 -1
  5. package/es/api/resources/Qonto.d.ts +6 -0
  6. package/es/api/resources/Qonto.d.ts.map +1 -0
  7. package/es/api/resources/Qonto.js +7 -0
  8. package/es/api/resources/Qonto.js.map +1 -0
  9. package/es/api/resources/Transaction.d.ts +3 -1
  10. package/es/api/resources/Transaction.d.ts.map +1 -1
  11. package/es/api/resources/Transaction.js +6 -0
  12. package/es/api/resources/Transaction.js.map +1 -1
  13. package/es/api/resources/VatControl.d.ts +1 -2
  14. package/es/api/resources/VatControl.d.ts.map +1 -1
  15. package/es/api/resources/VatControl.js +0 -3
  16. package/es/api/resources/VatControl.js.map +1 -1
  17. package/es/api/resources.d.ts +2 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +2 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/AccountingJournal.d.ts +12 -0
  22. package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
  23. package/es/types/Enum/AccountingJournal.js +12 -0
  24. package/es/types/Enum/AccountingJournal.js.map +1 -1
  25. package/es/types/Enum/BalanceSheetQuestion.d.ts +38 -1
  26. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  27. package/es/types/Enum/BalanceSheetQuestion.js +38 -0
  28. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  29. package/es/types/Enum/BalanceSheetQuestionWording.d.ts +177 -92
  30. package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  31. package/es/types/Enum/BalanceSheetQuestionWording.js +176 -91
  32. package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  33. package/es/types/Enum/GlobalRegime.d.ts +1 -0
  34. package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
  35. package/es/types/Enum/GlobalRegime.js +59 -23
  36. package/es/types/Enum/GlobalRegime.js.map +1 -1
  37. package/es/types/Enum/LegalForm.d.ts.map +1 -1
  38. package/es/types/Enum/LegalForm.js +9 -0
  39. package/es/types/Enum/LegalForm.js.map +1 -1
  40. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts +5 -0
  41. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts.map +1 -0
  42. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +30 -0
  43. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -0
  44. package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts +13 -0
  45. package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts.map +1 -0
  46. package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +3 -0
  47. package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -0
  48. package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts +10 -0
  49. package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts.map +1 -0
  50. package/es/types/Interface/api/{dashboard/QueryVat.js → accountingTransaction/QueryBankAccountSum.js} +19 -9
  51. package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -0
  52. package/es/types/Interface/api/cerfa/2031.d.ts +6 -6
  53. package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  54. package/es/types/Interface/api/cerfa/2031.js.map +1 -1
  55. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts +31 -0
  56. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts.map +1 -0
  57. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js +13 -0
  58. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -0
  59. package/es/types/index.d.ts +4 -3
  60. package/es/types/index.d.ts.map +1 -1
  61. package/es/types/index.js +4 -4
  62. package/es/types/index.js.map +1 -1
  63. package/js/api/resources/Dashboard.js +2 -8
  64. package/js/api/resources/Dashboard.js.map +1 -1
  65. package/js/api/resources/Qonto.js +18 -0
  66. package/js/api/resources/Qonto.js.map +1 -0
  67. package/js/api/resources/Transaction.js +12 -0
  68. package/js/api/resources/Transaction.js.map +1 -1
  69. package/js/api/resources/VatControl.js +0 -6
  70. package/js/api/resources/VatControl.js.map +1 -1
  71. package/js/api/resources.js +4 -1
  72. package/js/api/resources.js.map +1 -1
  73. package/js/types/Enum/AccountingJournal.js +13 -0
  74. package/js/types/Enum/AccountingJournal.js.map +1 -1
  75. package/js/types/Enum/BalanceSheetQuestion.js +40 -1
  76. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  77. package/js/types/Enum/BalanceSheetQuestionWording.js +177 -91
  78. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  79. package/js/types/Enum/GlobalRegime.js +99 -65
  80. package/js/types/Enum/GlobalRegime.js.map +1 -1
  81. package/js/types/Enum/LegalForm.js +9 -0
  82. package/js/types/Enum/LegalForm.js.map +1 -1
  83. package/js/types/Interface/api/{dashboard/QueryVat.js → SocietyTransaction/QuerySocietyTransactionCount.js} +12 -6
  84. package/js/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -0
  85. package/js/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +10 -0
  86. package/js/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -0
  87. package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +33 -0
  88. package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -0
  89. package/js/types/Interface/api/cerfa/2031.js.map +1 -1
  90. package/js/types/Interface/api/dashboard/{ReadTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLossAndVats.js} +13 -1
  91. package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -0
  92. package/js/types/index.js +39 -27
  93. package/js/types/index.js.map +1 -1
  94. package/package.json +1 -1
  95. package/ts/api/resources/Dashboard.ts +4 -10
  96. package/ts/api/resources/Qonto.ts +10 -0
  97. package/ts/api/resources/Transaction.ts +12 -1
  98. package/ts/api/resources/VatControl.ts +1 -5
  99. package/ts/api/resources.ts +2 -0
  100. package/ts/types/Enum/AccountingJournal.ts +14 -1
  101. package/ts/types/Enum/BalanceSheetQuestion.ts +40 -0
  102. package/ts/types/Enum/BalanceSheetQuestionWording.ts +181 -92
  103. package/ts/types/Enum/GlobalRegime.ts +61 -24
  104. package/ts/types/Enum/LegalForm.ts +9 -0
  105. package/ts/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.ts +21 -0
  106. package/ts/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.ts +12 -0
  107. package/ts/types/Interface/api/accountingTransaction/QueryBankAccountSum.ts +25 -0
  108. package/ts/types/Interface/api/cerfa/2031.ts +6 -6
  109. package/ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.ts +35 -0
  110. package/ts/types/index.ts +4 -4
  111. package/es/types/Interface/api/dashboard/QueryVat.d.ts +0 -5
  112. package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +0 -1
  113. package/es/types/Interface/api/dashboard/QueryVat.js.map +0 -1
  114. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts +0 -17
  115. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +0 -1
  116. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +0 -7
  117. package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +0 -1
  118. package/es/types/Interface/api/dashboard/ReadVat.d.ts +0 -11
  119. package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +0 -1
  120. package/es/types/Interface/api/dashboard/ReadVat.js +0 -5
  121. package/es/types/Interface/api/dashboard/ReadVat.js.map +0 -1
  122. package/js/types/Interface/api/dashboard/QueryVat.js.map +0 -1
  123. package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +0 -1
  124. package/js/types/Interface/api/dashboard/ReadVat.js +0 -14
  125. package/js/types/Interface/api/dashboard/ReadVat.js.map +0 -1
  126. package/ts/types/Interface/api/dashboard/QueryVat.ts +0 -9
  127. package/ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.ts +0 -18
  128. package/ts/types/Interface/api/dashboard/ReadVat.ts +0 -11
@@ -1,9 +0,0 @@
1
- import { ApiProperty } from '../../../../utils';
2
-
3
- export class QueryVat {
4
- @ApiProperty()
5
- startDate: string | Date;
6
-
7
- @ApiProperty()
8
- endDate: string | Date;
9
- }
@@ -1,18 +0,0 @@
1
- export class ReadTurnoverProfitAndLoss {
2
- data: any;
3
- chart: {
4
- labels: Array<string>;
5
- dataSets: Array<Chart>;
6
- periodicity: Periocidity;
7
- };
8
- }
9
-
10
- export class Chart {
11
- label: string;
12
- data: Array<number>;
13
- }
14
-
15
- export class Periocidity {
16
- type: 'month' | 'day';
17
- intervales: number;
18
- }
@@ -1,11 +0,0 @@
1
- export class ReadVat {
2
- tvas: Array<VatData>;
3
- totalAmount: number;
4
- isDebitor: boolean;
5
- }
6
-
7
- export class VatData {
8
- label: string;
9
- dataCollectible: number;
10
- dataDeductible: number;
11
- }