@silexpert/core 0.4.123 → 0.4.125

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 (251) hide show
  1. package/es/api/resources/BankStatement.js +1 -1
  2. package/es/api/resources/BankStatement.js.map +1 -1
  3. package/es/api/resources/Closing.d.ts +6 -0
  4. package/es/api/resources/Closing.d.ts.map +1 -0
  5. package/es/api/resources/Closing.js +7 -0
  6. package/es/api/resources/Closing.js.map +1 -0
  7. package/es/api/resources/FinancialCharge.d.ts +29 -0
  8. package/es/api/resources/FinancialCharge.d.ts.map +1 -0
  9. package/es/api/resources/FinancialCharge.js +34 -0
  10. package/es/api/resources/FinancialCharge.js.map +1 -0
  11. package/es/api/resources/IncomeAllocation.d.ts +2 -2
  12. package/es/api/resources/IncomeAllocation.d.ts.map +1 -1
  13. package/es/api/resources/IncomeAllocation.js.map +1 -1
  14. package/es/api/resources/shareCapital.d.ts +29 -0
  15. package/es/api/resources/shareCapital.d.ts.map +1 -0
  16. package/es/api/resources/shareCapital.js +32 -0
  17. package/es/api/resources/shareCapital.js.map +1 -0
  18. package/es/api/resources.d.ts +4 -0
  19. package/es/api/resources.d.ts.map +1 -1
  20. package/es/api/resources.js +4 -0
  21. package/es/api/resources.js.map +1 -1
  22. package/es/types/Enum/Account.d.ts +8 -0
  23. package/es/types/Enum/Account.d.ts.map +1 -1
  24. package/es/types/Enum/Account.js +8 -0
  25. package/es/types/Enum/Account.js.map +1 -1
  26. package/es/types/Enum/BalanceSheetQuestion.d.ts +2 -1
  27. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  28. package/es/types/Enum/BalanceSheetQuestion.js +1 -0
  29. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  30. package/es/types/Enum/Ocr.d.ts +5 -0
  31. package/es/types/Enum/Ocr.d.ts.map +1 -0
  32. package/es/types/Enum/Ocr.js +6 -0
  33. package/es/types/Enum/Ocr.js.map +1 -0
  34. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +3 -1
  35. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  36. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +18 -1
  37. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  38. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +3 -1
  39. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  40. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
  41. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  42. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +0 -3
  43. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -1
  44. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +1 -5
  45. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  46. package/es/types/Interface/api/cerfa/2031.d.ts +176 -0
  47. package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
  48. package/es/types/Interface/api/cerfa/2031.js +17 -0
  49. package/es/types/Interface/api/cerfa/2031.js.map +1 -0
  50. package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
  51. package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
  52. package/es/types/Interface/api/cerfa/2033.js +429 -0
  53. package/es/types/Interface/api/cerfa/2033.js.map +1 -0
  54. package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
  55. package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
  56. package/es/types/Interface/api/cerfa/2035.js +43 -0
  57. package/es/types/Interface/api/cerfa/2035.js.map +1 -0
  58. package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
  59. package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
  60. package/es/types/Interface/api/cerfa/2050.js +3 -0
  61. package/es/types/Interface/api/cerfa/2050.js.map +1 -0
  62. package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
  63. package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
  64. package/es/types/Interface/api/cerfa/2065.js +21 -0
  65. package/es/types/Interface/api/cerfa/2065.js.map +1 -0
  66. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
  67. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  68. package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
  69. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  70. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
  71. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  72. package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  73. package/es/types/Interface/api/closing/ProcessedClosing.d.ts +6 -0
  74. package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
  75. package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
  76. package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
  77. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts +4 -0
  78. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts.map +1 -0
  79. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +25 -0
  80. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
  81. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts +6 -0
  82. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts.map +1 -0
  83. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +3 -0
  84. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
  85. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts +4 -0
  86. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts.map +1 -0
  87. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +2 -0
  88. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
  89. package/es/types/Interface/api/library/ReadLibraryFile.d.ts +5 -0
  90. package/es/types/Interface/api/library/ReadLibraryFile.d.ts.map +1 -0
  91. package/es/types/Interface/api/library/ReadLibraryFile.js +2 -0
  92. package/es/types/Interface/api/library/ReadLibraryFile.js.map +1 -0
  93. package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
  94. package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
  95. package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
  96. package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
  97. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +2 -3
  98. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
  99. package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
  100. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  101. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
  102. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
  103. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
  104. package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
  105. package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
  106. package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
  107. package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
  108. package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
  109. package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
  110. package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
  111. package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
  112. package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
  113. package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
  114. package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
  115. package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
  116. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
  117. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
  118. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
  119. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
  120. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
  121. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
  122. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
  123. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
  124. package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
  125. package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
  126. package/es/types/Interface/api/society/UpdateSociety.js +4 -0
  127. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
  128. package/es/types/Interface/api/transactions/QueryUnexport.d.ts +2 -1
  129. package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -1
  130. package/es/types/Interface/api/transactions/QueryUnexport.js +24 -2
  131. package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  132. package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
  133. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  134. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  135. package/es/types/Interface/models/IApiError.d.ts +5 -1
  136. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  137. package/es/types/Interface/models/IApiError.js +5 -0
  138. package/es/types/Interface/models/IApiError.js.map +1 -1
  139. package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
  140. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  141. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  142. package/es/types/index.d.ts +12 -0
  143. package/es/types/index.d.ts.map +1 -1
  144. package/es/types/index.js +12 -0
  145. package/es/types/index.js.map +1 -1
  146. package/js/api/resources/BankStatement.js +1 -1
  147. package/js/api/resources/BankStatement.js.map +1 -1
  148. package/js/api/resources/Closing.js +18 -0
  149. package/js/api/resources/Closing.js.map +1 -0
  150. package/js/api/resources/FinancialCharge.js +49 -0
  151. package/js/api/resources/FinancialCharge.js.map +1 -0
  152. package/js/api/resources/IncomeAllocation.js.map +1 -1
  153. package/js/api/resources/shareCapital.js +47 -0
  154. package/js/api/resources/shareCapital.js.map +1 -0
  155. package/js/api/resources.js +7 -1
  156. package/js/api/resources.js.map +1 -1
  157. package/js/types/Enum/Account.js +8 -0
  158. package/js/types/Enum/Account.js.map +1 -1
  159. package/js/types/Enum/BalanceSheetQuestion.js +1 -0
  160. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  161. package/js/types/Enum/Ocr.js +12 -0
  162. package/js/types/Enum/Ocr.js.map +1 -0
  163. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +5 -1
  164. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  165. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
  166. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  167. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -2
  168. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  169. package/js/types/Interface/api/cerfa/2031.js +29 -0
  170. package/js/types/Interface/api/cerfa/2031.js.map +1 -0
  171. package/js/types/Interface/api/cerfa/2033.js +295 -0
  172. package/js/types/Interface/api/cerfa/2033.js.map +1 -0
  173. package/js/types/Interface/api/cerfa/2035.js +47 -0
  174. package/js/types/Interface/api/cerfa/2035.js.map +1 -0
  175. package/js/types/Interface/api/cerfa/2050.js +10 -0
  176. package/js/types/Interface/api/cerfa/2050.js.map +1 -0
  177. package/js/types/Interface/api/cerfa/2065.js +37 -0
  178. package/js/types/Interface/api/cerfa/2065.js.map +1 -0
  179. package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
  180. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  181. package/js/types/Interface/api/closing/ProcessedClosing.js +6 -0
  182. package/js/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
  183. package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +33 -0
  184. package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
  185. package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +10 -0
  186. package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
  187. package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +6 -0
  188. package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
  189. package/js/types/Interface/api/library/ReadLibraryFile.js +6 -0
  190. package/js/types/Interface/api/library/ReadLibraryFile.js.map +1 -0
  191. package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
  192. package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
  193. package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
  194. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  195. package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
  196. package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
  197. package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
  198. package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
  199. package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
  200. package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
  201. package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
  202. package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
  203. package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
  204. package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
  205. package/js/types/Interface/api/society/UpdateSociety.js +2 -0
  206. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
  207. package/js/types/Interface/api/transactions/QueryUnexport.js +17 -3
  208. package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  209. package/js/types/Interface/models/IApiError.js +6 -1
  210. package/js/types/Interface/models/IApiError.js.map +1 -1
  211. package/js/types/index.js +147 -3
  212. package/js/types/index.js.map +1 -1
  213. package/package.json +1 -1
  214. package/ts/api/resources/BankStatement.ts +1 -1
  215. package/ts/api/resources/Closing.ts +8 -0
  216. package/ts/api/resources/FinancialCharge.ts +42 -0
  217. package/ts/api/resources/IncomeAllocation.ts +2 -2
  218. package/ts/api/resources/shareCapital.ts +37 -0
  219. package/ts/api/resources.ts +4 -0
  220. package/ts/types/Enum/Account.ts +8 -0
  221. package/ts/types/Enum/BalanceSheetQuestion.ts +1 -0
  222. package/ts/types/Enum/Ocr.ts +4 -0
  223. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +16 -1
  224. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +16 -1
  225. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +1 -4
  226. package/ts/types/Interface/api/cerfa/2031.ts +173 -0
  227. package/ts/types/Interface/api/cerfa/2033.ts +722 -0
  228. package/ts/types/Interface/api/cerfa/2035.ts +414 -0
  229. package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
  230. package/ts/types/Interface/api/cerfa/2065.ts +128 -0
  231. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
  232. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
  233. package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
  234. package/ts/types/Interface/api/financialCharge/CreateNonDeductibleInterests.ts +16 -0
  235. package/ts/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.ts +6 -0
  236. package/ts/types/Interface/api/financialCharge/ReadFinancialChargesBalance.ts +3 -0
  237. package/ts/types/Interface/api/library/ReadLibraryFile.ts +5 -0
  238. package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
  239. package/ts/types/Interface/api/ocr/OcrTransactions.ts +4 -5
  240. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
  241. package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
  242. package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
  243. package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
  244. package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
  245. package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
  246. package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
  247. package/ts/types/Interface/api/transactions/QueryUnexport.ts +27 -3
  248. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
  249. package/ts/types/Interface/models/IApiError.ts +6 -0
  250. package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
  251. package/ts/types/index.ts +13 -1
@@ -0,0 +1,722 @@
1
+ import { ApiPropertyOptional, ApiProperty } from '../../../..';
2
+ import { PhysicShareholder, MoralShareholder, Subsidiarie } from './CreateCerfa';
3
+
4
+ export class Cerfa2033Society {
5
+ name: string;
6
+ address: string;
7
+ addressFormatted: string;
8
+ siret: string;
9
+ siren: string;
10
+ zipCode: string;
11
+ city: string;
12
+ }
13
+
14
+ export type Cerfa2033ActiveValues = {
15
+ gross: number;
16
+ amortization: number;
17
+ net: number;
18
+ };
19
+
20
+ export class Cerfa2033FixedAsset {
21
+ intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;
22
+ intangibleAssetsOther: Cerfa2033ActiveValues;
23
+ tangibleFixedAssets: Cerfa2033ActiveValues;
24
+ financialFixedAssets: Cerfa2033ActiveValues;
25
+ total: Cerfa2033ActiveValues;
26
+ }
27
+
28
+ export class Cerfa2033CirculatingActive {
29
+ rawMaterials: Cerfa2033ActiveValues;
30
+ merchandise: Cerfa2033ActiveValues;
31
+ advancesAndDeposit: Cerfa2033ActiveValues;
32
+ claimsCustomers: Cerfa2033ActiveValues;
33
+ claimsOthers: Cerfa2033ActiveValues;
34
+ investmentSecurities: Cerfa2033ActiveValues;
35
+ availabilities: Cerfa2033ActiveValues;
36
+ prepaidExpenses: Cerfa2033ActiveValues;
37
+ total: Cerfa2033ActiveValues;
38
+ }
39
+
40
+ export class Cerfa2033Equity {
41
+ shareCapital: number;
42
+ revaluationDifferences: number;
43
+ legalReserve: number;
44
+ reglemented: number;
45
+ otherReserve: {
46
+ purchaseOfOriginalWorks: number;
47
+ total: number;
48
+ };
49
+ deferralAgain: number;
50
+ resultOfTheExercise: number;
51
+ regulatedProvisions: number;
52
+ total: number;
53
+ }
54
+
55
+ export class Cerfa2033Debts {
56
+ loansAndSimilarDebts: number;
57
+ advances: number;
58
+ accountsPayable: number;
59
+ otherDebts: {
60
+ partnerCurrentAccount: number;
61
+ total: number;
62
+ };
63
+ prepaid: number;
64
+ total: number;
65
+ }
66
+
67
+ export class Cerfa2033Referrals {
68
+ fixedAssets: number;
69
+ debtsMoreThanOneYear: number;
70
+ claims: number; // créances
71
+ currentAccount: number;
72
+ costOfAcquired: number;
73
+ sellPriceWithoutVat: number;
74
+ }
75
+
76
+ export class Cerfa2033ExeploitationProducts {
77
+ saleOfMerchandise: {
78
+ export: number;
79
+ total: number;
80
+ };
81
+ saleOfProduction: {
82
+ goods: {
83
+ export: number;
84
+ total: number;
85
+ };
86
+ services: {
87
+ export: number;
88
+ total: number;
89
+ };
90
+ };
91
+ stockedProduction: number;
92
+ immobilizedProduction: number;
93
+ operatingGrants: number;
94
+ otherProducts: number;
95
+ total: number;
96
+ }
97
+
98
+ export class Cerfa2033ExploitationExpenses {
99
+ purchaseOfMerchandise: number;
100
+ stockVariationMerchandise: number;
101
+ purchaseOfRawMaterials: number;
102
+ stockVariationRawMaterials: number;
103
+ otherExternalExpenses: {
104
+ loanFurniture: number;
105
+ loanRealEstate: number;
106
+ total: number;
107
+ };
108
+ tax: {
109
+ CFEandCVAE: number;
110
+ total: number;
111
+ };
112
+ remunerations: number;
113
+ social: number;
114
+ amortization: number;
115
+ provisions: number;
116
+ otherExpenses: {
117
+ provisions: number;
118
+ cotisations: number;
119
+ total: number;
120
+ };
121
+ total: number;
122
+ }
123
+
124
+ export class Cerfa2033AccountingIncome {
125
+ isIncomeTax: boolean;
126
+ exploitationProducts: Cerfa2033ExeploitationProducts;
127
+ exploitationExpenses: Cerfa2033ExploitationExpenses;
128
+ }
129
+
130
+ export class Cerfa2033ExploitationResult {
131
+ total: number;
132
+ financialProducts: number;
133
+ financialExpenses: number;
134
+ exceptionalProducts: number;
135
+ exceptionalExpenses: {
136
+ subscriptions: number;
137
+ exceptional: number;
138
+ total: number
139
+ };
140
+ benefitTax: number;
141
+ }
142
+
143
+ export class Cerfa2033FiscalResult {
144
+ reinstatements: {
145
+ benefitIncome: number;
146
+ deficitIncome: number;
147
+ remunerations: number;
148
+ amortizations: number;
149
+ provisions: number;
150
+ tax: number;
151
+ diverse: number;
152
+ deviations: number;
153
+ line330: number;
154
+ fractionOfRents: number;
155
+ shareOfRent: number;
156
+ relatedCharges: number;
157
+ fiscalResult: number;
158
+ };
159
+ deductions: {
160
+ maritimeTransport: number;
161
+ newBusiness: number;
162
+ ZFU: number;
163
+ difficultBusiness: number;
164
+ JEI: number;
165
+ ZRD: number;
166
+ ZRR: number;
167
+ revitalize: number;
168
+ overseasInvestment: number;
169
+ ZFANG: number;
170
+ BUD: number;
171
+ priorityDevelopment: number;
172
+ total: number;
173
+ diverse: {
174
+ debt: number;
175
+ exceptionalDeduction: number;
176
+ exceptionalDeductionA: number;
177
+ exceptionalDeductionB: number;
178
+ exceptionalDeductionC: number;
179
+ exceptionalDeductionD: number;
180
+ exceptionalDeductionE: number;
181
+ exceptionalDeductionF: number;
182
+ exceptionalDeductionG: number;
183
+ total: number;
184
+ };
185
+ resultBeforeImputation: {
186
+ benefit: number;
187
+ deficit: number;
188
+ };
189
+ deficits: {
190
+ exercise: number;
191
+ reportable: number;
192
+ imputed: number;
193
+ };
194
+ fiscalResultAfterImputation: {
195
+ benefit: number;
196
+ deficit: number;
197
+ }
198
+ };
199
+ }
200
+
201
+ export type ImmobilizationsArray = {
202
+ grossValueOfExerciseBegining: number;
203
+ increases: number;
204
+ decreases: number;
205
+ grossValueOfExerciseFinishing: number;
206
+ legalReevaluation: number;
207
+ };
208
+
209
+ export class Cerfa2033Immobilizations {
210
+ commercialFunds: ImmobilizationsArray;
211
+ other: ImmobilizationsArray;
212
+ land: ImmobilizationsArray;
213
+ constructions: ImmobilizationsArray;
214
+ technicalInstallations: ImmobilizationsArray;
215
+ generalInstallations: ImmobilizationsArray;
216
+ equipmentTransportation: ImmobilizationsArray;
217
+ bodily: ImmobilizationsArray;
218
+ financial: ImmobilizationsArray;
219
+ total: ImmobilizationsArray;
220
+ }
221
+
222
+ export type AmortizationArray = {
223
+ exerciseBegining: number;
224
+ increases: number;
225
+ diminution: number;
226
+ exerciseFinishing: number;
227
+ };
228
+
229
+ export class Cerfa2033Amortizations {
230
+ intangible: AmortizationArray;
231
+ lands: AmortizationArray;
232
+ constructions: AmortizationArray;
233
+ technicalInstallations: AmortizationArray;
234
+ generalInstallations: AmortizationArray;
235
+ equipmentTransportation: AmortizationArray;
236
+ bodily: AmortizationArray;
237
+ total: AmortizationArray;
238
+ }
239
+
240
+ export type Cerfa2033TaxableValues = {
241
+ active: number;
242
+ amortizations: number;
243
+ residualValue: number;
244
+ salePrice: number;
245
+ shortTerm: number;
246
+ longTerm19: number;
247
+ longTerm15or128: number;
248
+ longTerm0: number;
249
+ };
250
+
251
+ export class Cerfa2033Values {
252
+ natures: string[];
253
+ immobilizations: {
254
+ list: Cerfa2033TaxableValues[];
255
+ total: Cerfa2033TaxableValues;
256
+ };
257
+ taxableGains: {
258
+ residualValue: number;
259
+ shortTerm: number;
260
+ longTerm19: number;
261
+ longTerm15or128: number;
262
+ longTerm0: number;
263
+ };
264
+ total: {
265
+ shortTerm: number;
266
+ longTerm19: number;
267
+ longTerm15or128: number;
268
+ longTerm0: number;
269
+ };
270
+ }
271
+
272
+ export type Cerfa2033ProvisionNaturesArray = {
273
+ beginingAmount: number;
274
+ increases: number;
275
+ diminution: number;
276
+ finishingAmount: number;
277
+ };
278
+ export class Cerfa2033ProvisionNatures {
279
+ amortizations: Cerfa2033ProvisionNaturesArray;
280
+ majorations: Cerfa2033ProvisionNaturesArray;
281
+ other: Cerfa2033ProvisionNaturesArray;
282
+ risk: Cerfa2033ProvisionNaturesArray;
283
+ immobilizations: Cerfa2033ProvisionNaturesArray;
284
+ stock: Cerfa2033ProvisionNaturesArray;
285
+ clientAccounts: Cerfa2033ProvisionNaturesArray;
286
+ depreviation: Cerfa2033ProvisionNaturesArray;
287
+ total: Cerfa2033ProvisionNaturesArray;
288
+ }
289
+
290
+ export type Cerfa2033ProvisionMovesDotationsAndRevivals = {
291
+ dotations: number;
292
+ revivals: number;
293
+ };
294
+
295
+ export type Cerfa2033ProvisionMovesVentilation = {
296
+ label: number;
297
+ amount: number;
298
+ };
299
+
300
+ export class Cerfa2033ProvisionMoves {
301
+ bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;
302
+ land: Cerfa2033ProvisionMovesDotationsAndRevivals;
303
+ constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;
304
+ technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;
305
+ generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;
306
+ equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;
307
+ other: Cerfa2033ProvisionMovesDotationsAndRevivals;
308
+ total: Cerfa2033ProvisionMovesDotationsAndRevivals;
309
+ }
310
+
311
+ export class Cerfa2033ReportableDeficits {
312
+ remaining: number;
313
+ transferred: number;
314
+ operations: number;
315
+ imputed: number;
316
+ reportable: number;
317
+ exercise: number;
318
+ total: number;
319
+ }
320
+
321
+ export class Cerfa2033ApplicationDeficits {
322
+ result: number;
323
+ stranger: number;
324
+ }
325
+
326
+ export class Cerfa2033ApplicationDiverse {
327
+ bonuses: {
328
+ deductible: number;
329
+ cotisations: number;
330
+ total: number;
331
+ };
332
+ cotisations: {
333
+ deductible: number;
334
+ total: number;
335
+ };
336
+ approvedManagementCenter: number;
337
+ vatCollected: number;
338
+ vatDeductible: number;
339
+ specimens: number;
340
+ aidReceived: number;
341
+ investment: number;
342
+ }
343
+
344
+ export class Cerfa2033WorkForce {
345
+ isNil: boolean;
346
+ declaration?: {
347
+ average: number;
348
+ apprentices: number;
349
+ handicapped: number;
350
+ artisanal: number;
351
+ };
352
+ addedValue?: {
353
+ saleOfProducts: number;
354
+ licences: number;
355
+ saleOfImmobilizations: number;
356
+ expensesTransfert: number;
357
+ total1: number;
358
+ otherProducts: number;
359
+ production: number;
360
+ subventions: number;
361
+ positiveVariation: number;
362
+ deductibleExpensesTransfert: number;
363
+ debts: number;
364
+ total2: number;
365
+ purchases: number;
366
+ negativeVariation: number;
367
+ services: number;
368
+ rents: number;
369
+ taxes: number;
370
+ otherManagementExpenses: number;
371
+ deductibleExpenses: number;
372
+ deductibleFraction: number;
373
+ lessValues: number;
374
+ total3: number;
375
+ addValue: number;
376
+ cotisation: number;
377
+ };
378
+ CVAE?: {
379
+ isEstablishment: boolean;
380
+ turnover: number;
381
+ workforce: number;
382
+ turnoverGroup: number;
383
+ period: {
384
+ startDate: string;
385
+ endDate: string;
386
+ };
387
+ cessationDate: string;
388
+ };
389
+ }
390
+ export interface Cerfa2033ShareCapital {
391
+ moralAssociates: number;
392
+ moralAssociatesShares: number;
393
+ physicAssociates: number;
394
+ physicAssociatesShares: number;
395
+ moralShareholder: MoralShareholder[];
396
+ physicShareholder: PhysicShareholder[];
397
+ }
398
+
399
+ export interface Cerfa2033 {
400
+ isNil: boolean;
401
+ society: Cerfa2033Society;
402
+ period: {
403
+ startDate: Date,
404
+ endDate: Date,
405
+ endDay: string,
406
+ endMonth: string,
407
+ endYear: string,
408
+ months: string,
409
+ previousExerciceMonths: string
410
+ };
411
+ fixedAsset: Cerfa2033FixedAsset;
412
+ circulatingActive: Cerfa2033CirculatingActive;
413
+ totalActive: Cerfa2033ActiveValues;
414
+ equity: Cerfa2033Equity;
415
+ provisionsForRisks: number;
416
+ debts: Cerfa2033Debts;
417
+ generalTotal: number;
418
+ referrals: Cerfa2033Referrals;
419
+ accountingIncome: Cerfa2033AccountingIncome;
420
+ exploitationResult: Cerfa2033ExploitationResult;
421
+ benefitsOrLoses: number;
422
+ fiscalResult: Cerfa2033FiscalResult;
423
+ immobilizations: Cerfa2033Immobilizations;
424
+ amortizations: Cerfa2033Amortizations;
425
+ values: Cerfa2033Values;
426
+ provisions: Cerfa2033ProvisionNatures;
427
+ provisionsMoves: Cerfa2033ProvisionMoves;
428
+ ventilations: {
429
+ list: Cerfa2033ProvisionMovesVentilation[],
430
+ total: number;
431
+ },
432
+ reportableDeficits: Cerfa2033ReportableDeficits;
433
+ applicationDeficits: Cerfa2033ApplicationDeficits;
434
+ diverse: Cerfa2033ApplicationDiverse;
435
+ workForce: Cerfa2033WorkForce;
436
+ shareCapital: Cerfa2033ShareCapital;
437
+ subsidiaries: { total: number, list: Subsidiarie[], isSubsidiariesNil: boolean };
438
+ }
439
+
440
+ export class ParamsGenerate2033 {
441
+ @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
442
+ isTest?: boolean;
443
+
444
+ @ApiProperty()
445
+ isNil: boolean; // Néant
446
+
447
+ @ApiPropertyOptional()
448
+ equityOtherReservePurchaseOfOriginalWorks?: number | null; // Passif > Capitaux propres > Autres réserves (ligne 131)
449
+
450
+ @ApiPropertyOptional()
451
+ referralFixedAssets?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 193)
452
+
453
+ @ApiPropertyOptional()
454
+ referralDebtsMoreThanOneYear?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 195)
455
+
456
+ @ApiPropertyOptional()
457
+ referralClaims?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 197)
458
+
459
+ @ApiPropertyOptional()
460
+ saleOfMerchandiseExport?: number | null; // Résultat comptable > Produits d'exploitation > Ventes de marchandises > Dont export (ligne 209)
461
+
462
+ @ApiPropertyOptional()
463
+ saleOfProductionGoodsExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - biens > Dont export (ligne 215)
464
+
465
+ @ApiPropertyOptional()
466
+ saleOfProductionServicesExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - services > Dont export (ligne 217)
467
+
468
+ @ApiPropertyOptional()
469
+ otherExpensesProvisions?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 259)
470
+
471
+ @ApiPropertyOptional()
472
+ otherExpensesCotisations?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 260)
473
+
474
+ @ApiPropertyOptional()
475
+ exceptionalExpensesSubscriptions?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements des souscriptions
476
+
477
+ @ApiPropertyOptional()
478
+ exceptionalExpensesExceptional?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements exceptionnels
479
+
480
+ @ApiPropertyOptional()
481
+ reinstatementsRemuneration?: number | null; // Résultat fiscal > Rémunérations et avantages personnels non déductibles (ligne 316)
482
+
483
+ @ApiPropertyOptional()
484
+ reinstatementsAmortizations?: number | null; // Résultat fiscal > Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles (ligne 318)
485
+
486
+ @ApiPropertyOptional()
487
+ reinstatementsProvisions?: number | null; // Résultat fiscal > Provisions non déductibles (ligne 322)
488
+
489
+ @ApiPropertyOptional()
490
+ reinstatementsDiverse?: number | null; // Résultat fiscal > Réintégrations (ligne 247)
491
+
492
+ @ApiPropertyOptional()
493
+ reinstatementsDeviations?: number | null; // Résultat fiscal > Réintégrations (ligne 248)
494
+
495
+ @ApiPropertyOptional()
496
+ reinstatementsShareOfRent?: number | null; // Résultat fiscal > Réintégrations (ligne )
497
+
498
+ @ApiPropertyOptional()
499
+ reinstatementsFractionOfRents?: number | null; // Résultat fiscal > Réintégrations (ligne 249)
500
+
501
+ @ApiPropertyOptional()
502
+ reinstatementsRelatedCharges?: number | null; // Résultat fiscal > Réintégrations (ligne 998)
503
+
504
+ @ApiPropertyOptional()
505
+ reinstatementsFiscalResult?: number | null; // Résultat fiscal > Réintégrations (ligne 999)
506
+
507
+ @ApiPropertyOptional()
508
+ maritimeTransportDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 997)
509
+
510
+ @ApiPropertyOptional()
511
+ newBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 986)
512
+
513
+ @ApiPropertyOptional()
514
+ ZFUDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 987)
515
+
516
+ @ApiPropertyOptional()
517
+ difficultBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 981)
518
+
519
+ @ApiPropertyOptional()
520
+ JEIDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 989)
521
+
522
+ @ApiPropertyOptional()
523
+ ZRDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 127)
524
+
525
+ @ApiPropertyOptional()
526
+ ZRRDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 138)
527
+
528
+ @ApiPropertyOptional()
529
+ revitalizeDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 991)
530
+
531
+ @ApiPropertyOptional()
532
+ overseasInvestmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 344)
533
+
534
+ @ApiPropertyOptional()
535
+ ZFANGDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 345)
536
+
537
+ @ApiPropertyOptional()
538
+ BUDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 992)
539
+
540
+ @ApiPropertyOptional()
541
+ priorityDevelopmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 993)
542
+
543
+ @ApiPropertyOptional()
544
+ diverseDebts?: number | null; // Résultat fiscal > Divers
545
+
546
+ @ApiPropertyOptional()
547
+ exceptionalDeduction?: number | null; // Résultat fiscal > Divers
548
+
549
+ @ApiPropertyOptional()
550
+ exceptionalDeductionA?: number | null; // Résultat fiscal > Divers
551
+
552
+ @ApiPropertyOptional()
553
+ exceptionalDeductionB?: number | null; // Résultat fiscal > Divers
554
+
555
+ @ApiPropertyOptional()
556
+ exceptionalDeductionC?: number | null; // Résultat fiscal > Divers
557
+
558
+ @ApiPropertyOptional()
559
+ exceptionalDeductionD?: number | null; // Résultat fiscal > Divers
560
+
561
+ @ApiPropertyOptional()
562
+ exceptionalDeductionE?: number | null; // Résultat fiscal > Divers
563
+
564
+ @ApiPropertyOptional()
565
+ exceptionalDeductionF?: number | null; // Résultat fiscal > Divers
566
+
567
+ @ApiPropertyOptional()
568
+ exceptionalDeductionG?: number | null; // Résultat fiscal > Divers
569
+
570
+ @ApiPropertyOptional()
571
+ deficitsExercise?: number | null; // Déficit de l'exercice reporté en arrière
572
+
573
+ @ApiPropertyOptional()
574
+ deficitsReportable?: number | null; // Déficits antérieurs reportables
575
+
576
+ @ApiPropertyOptional()
577
+ deficitsImputed?: number | null; // dont imputés sur le résultat
578
+
579
+ @ApiPropertyOptional()
580
+ addedValueNatures?: string[]; // Nature des immobilisations cédées virées de poste à poste, mise hors service ou réintégrées dans le patrimoine privé
581
+
582
+ @ApiPropertyOptional()
583
+ majorationsBeginingAmount?: number;
584
+
585
+ @ApiPropertyOptional()
586
+ majorationsIncreases?: number;
587
+
588
+ @ApiPropertyOptional()
589
+ majorationsDiminution?: number;
590
+
591
+ @ApiPropertyOptional()
592
+ provisionsMovesBodilyDotations?: number;
593
+
594
+ @ApiPropertyOptional()
595
+ provisionsMovesBodilyRevivals?: number;
596
+
597
+ @ApiPropertyOptional()
598
+ provisionsMovesBodilyAmount?: number;
599
+
600
+ @ApiPropertyOptional()
601
+ provisionsMovesLandDotations?: number;
602
+
603
+ @ApiPropertyOptional()
604
+ provisionsMovesLandRevivals?: number;
605
+
606
+ @ApiPropertyOptional()
607
+ provisionsMovesLandLabel?: number;
608
+
609
+ @ApiPropertyOptional()
610
+ provisionsMovesLandAmount?: number;
611
+
612
+ @ApiPropertyOptional()
613
+ provisionsMovesConstructionsDotations?: number;
614
+
615
+ @ApiPropertyOptional()
616
+ provisionsMovesConstructionsRevivals?: number;
617
+
618
+ @ApiPropertyOptional()
619
+ provisionsMovesConstructionsLabel?: number;
620
+
621
+ @ApiPropertyOptional()
622
+ provisionsMovesConstructionsAmount?: number;
623
+
624
+ @ApiPropertyOptional()
625
+ provisionsMovesTechicalInstallationsDotations?: number;
626
+
627
+ @ApiPropertyOptional()
628
+ provisionsMovesTechicalInstallationsRevivals?: number;
629
+
630
+ @ApiPropertyOptional()
631
+ provisionsMovesTechicalInstallationsLabel?: number;
632
+
633
+ @ApiPropertyOptional()
634
+ provisionsMovesTechicalInstallationsAmount?: number;
635
+
636
+ @ApiPropertyOptional()
637
+ provisionsMovesGeneralInstallationsDotations?: number;
638
+
639
+ @ApiPropertyOptional()
640
+ provisionsMovesGeneralInstallationsRevivals?: number;
641
+
642
+ @ApiPropertyOptional()
643
+ provisionsMovesGeneralInstallationsLabel?: number;
644
+
645
+ @ApiPropertyOptional()
646
+ provisionsMovesGeneralInstallationsAmount?: number;
647
+
648
+ @ApiPropertyOptional()
649
+ provisionsMovesEquipmentTransactionDotations?: number;
650
+
651
+ @ApiPropertyOptional()
652
+ provisionsMovesEquipmentTransactionRevivals?: number;
653
+
654
+ @ApiPropertyOptional()
655
+ provisionsMovesEquipmentTransactionLabel?: number;
656
+
657
+ @ApiPropertyOptional()
658
+ provisionsMovesEquipmentTransactionAmount?: number;
659
+
660
+ @ApiPropertyOptional()
661
+ provisionsMovesOtherDotations?: number;
662
+
663
+ @ApiPropertyOptional()
664
+ provisionsMovesOtherRevivals?: number;
665
+
666
+ @ApiPropertyOptional()
667
+ provisionsMovesOtherLabel?: number;
668
+
669
+ @ApiPropertyOptional()
670
+ provisionsMovesOtherAmount?: number;
671
+
672
+ @ApiPropertyOptional()
673
+ ventilations?: Cerfa2033ProvisionMovesVentilation[];
674
+
675
+ @ApiPropertyOptional()
676
+ applicationDeficitsResult?: number;
677
+
678
+ @ApiPropertyOptional()
679
+ applicationDeficitsStranger?: number;
680
+
681
+ @ApiPropertyOptional()
682
+ applicationDeficitsDeductible?: number;
683
+
684
+ @ApiPropertyOptional()
685
+ applicationDeficitsCotisations?: number;
686
+
687
+ @ApiPropertyOptional()
688
+ applicationDeficitsTotal?: number;
689
+
690
+ @ApiPropertyOptional()
691
+ cotisationsDeductible?: number;
692
+
693
+ @ApiPropertyOptional()
694
+ cotisationsTotal?: number;
695
+
696
+ @ApiPropertyOptional()
697
+ approvedManagementCenter?: number;
698
+
699
+ @ApiPropertyOptional()
700
+ vatCollected?: number;
701
+
702
+ @ApiPropertyOptional()
703
+ vatDeductible?: number;
704
+
705
+ @ApiPropertyOptional()
706
+ specimens?: number;
707
+
708
+ @ApiPropertyOptional()
709
+ aidReceived?: number;
710
+
711
+ @ApiPropertyOptional()
712
+ investment?: number;
713
+
714
+ @ApiPropertyOptional()
715
+ reportableDeficitsTransferred?: number;
716
+
717
+ @ApiPropertyOptional()
718
+ reportableDeficitsOperations?: number;
719
+
720
+ @ApiPropertyOptional()
721
+ deductionsDiverseTotal?: number;
722
+ }