@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
@@ -0,0 +1,412 @@
1
+ import { Activity } from './Activity';
2
+ import { CerfaType } from './CerfaType';
3
+ import { FiscalRegime } from './FiscalRegime';
4
+ import { LegalForm } from './LegalForm';
5
+ import { ProfitsType } from './ProfitsType';
6
+ import { TaxSystem } from './TaxSystem';
7
+ export const GlobalRegime = {
8
+ ENTREPRISE_INDIVIDUELLE: {
9
+ name: 'Entreprise Individuelle',
10
+ id: 1,
11
+ idLegalForms: [LegalForm.EI.id],
12
+ choices: [
13
+ {
14
+ name: 'artisans - commerçants - IR - BIC - déclaration 2031',
15
+ idActivity: Activity.COMMERCANT,
16
+ idTaxSystem: TaxSystem.IR,
17
+ profitsType: ProfitsType.BIC,
18
+ idFiscalRegime: FiscalRegime.NA,
19
+ declaration: CerfaType[2031],
20
+ },
21
+ {
22
+ name: 'Presta de services - IR - BIC - déclaration 2031',
23
+ idActivity: Activity.PRESTA_SERVICE,
24
+ idTaxSystem: TaxSystem.IR,
25
+ profitsType: ProfitsType.BIC,
26
+ idFiscalRegime: FiscalRegime.NA,
27
+ declaration: CerfaType[2031],
28
+ },
29
+ {
30
+ name: 'professions libérales - IR - BNC - déclaration 2035',
31
+ idActivity: Activity.PROF_LIB,
32
+ idTaxSystem: TaxSystem.IR,
33
+ profitsType: ProfitsType.BNC,
34
+ idFiscalRegime: FiscalRegime.NA,
35
+ declaration: CerfaType[2035],
36
+ },
37
+ ],
38
+ },
39
+ EIRL: {
40
+ name: 'EIRL',
41
+ id: 2,
42
+ idLegalForms: [LegalForm.EIRL.id],
43
+ choices: [
44
+ {
45
+ name: 'artisans - commerçants : IR - BIC - déclaration 2031',
46
+ idActivity: Activity.COMMERCANT,
47
+ idTaxSystem: TaxSystem.IR,
48
+ profitsType: ProfitsType.BIC,
49
+ idFiscalRegime: FiscalRegime.NA,
50
+ declaration: CerfaType[2031],
51
+ },
52
+ {
53
+ name: 'professions libérales : IR - BNC - déclaration 2035',
54
+ idActivity: Activity.PROF_LIB,
55
+ idTaxSystem: TaxSystem.IR,
56
+ profitsType: ProfitsType.BNC,
57
+ idFiscalRegime: FiscalRegime.NA,
58
+ declaration: CerfaType[2035],
59
+ },
60
+ {
61
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
62
+ idActivity: Activity.COMMERCANT,
63
+ idTaxSystem: TaxSystem.IS,
64
+ profitsType: ProfitsType.BIC,
65
+ idFiscalRegime: FiscalRegime.RS,
66
+ declaration: CerfaType[2065],
67
+ annexe: CerfaType[2033],
68
+ },
69
+ {
70
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
71
+ idActivity: Activity.COMMERCANT,
72
+ idTaxSystem: TaxSystem.IS,
73
+ profitsType: ProfitsType.BIC,
74
+ idFiscalRegime: FiscalRegime.RS,
75
+ declaration: CerfaType[2065],
76
+ annexe: CerfaType[2050],
77
+ },
78
+ {
79
+ name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',
80
+ idActivity: Activity.PROF_LIB,
81
+ idTaxSystem: TaxSystem.IS,
82
+ profitsType: ProfitsType.BNC,
83
+ idFiscalRegime: FiscalRegime.RN,
84
+ declaration: CerfaType[2065],
85
+ annexe: CerfaType[2033],
86
+ },
87
+ {
88
+ name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 2050',
89
+ idActivity: Activity.PROF_LIB,
90
+ idTaxSystem: TaxSystem.IS,
91
+ profitsType: ProfitsType.BNC,
92
+ idFiscalRegime: FiscalRegime.NA,
93
+ declaration: CerfaType[2065],
94
+ annexe: CerfaType[2050],
95
+ },
96
+ ],
97
+ },
98
+ AUTO_MICRO_ENTREPRENEUR: {
99
+ name: 'Auto-entrepreneur / micro-entreprise',
100
+ id: 3,
101
+ idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],
102
+ choices: [
103
+ {
104
+ name: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\'hébergement : BIC - déclaration 2042-C-Pro',
105
+ idActivity: Activity.COMMERCANT,
106
+ idTaxSystem: TaxSystem.NA,
107
+ profitsType: ProfitsType.BIC,
108
+ idFiscalRegime: FiscalRegime.NA,
109
+ declaration: CerfaType['2042_C_Pro'],
110
+ },
111
+ {
112
+ name: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 2042-C-Pro',
113
+ idActivity: Activity.PRESTA_SERVICE,
114
+ idTaxSystem: TaxSystem.NA,
115
+ profitsType: ProfitsType.BIC,
116
+ idFiscalRegime: FiscalRegime.NA,
117
+ declaration: CerfaType['2042_C_Pro'],
118
+ },
119
+ {
120
+ name: 'micro-BNC : profession libérale déclaration 2042-C-Pro',
121
+ idActivity: Activity.PROF_LIB,
122
+ idTaxSystem: TaxSystem.NA,
123
+ profitsType: ProfitsType.BNC,
124
+ idFiscalRegime: FiscalRegime.NA,
125
+ declaration: CerfaType['2042_C_Pro'],
126
+ },
127
+ ],
128
+ },
129
+ ASSOCIATION: {
130
+ name: 'Association',
131
+ id: 4,
132
+ idLegalForms: [LegalForm.ASSOCIATION.id],
133
+ choices: [
134
+ {
135
+ name: 'non fiscalisée si revenus de capitaux : déclaration 2070',
136
+ idActivity: Activity.AUTRES,
137
+ idTaxSystem: TaxSystem.IS,
138
+ idFiscalRegime: FiscalRegime.NA,
139
+ declaration: CerfaType[2070],
140
+ },
141
+ {
142
+ name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 2033',
143
+ idActivity: Activity.AUTRES,
144
+ idTaxSystem: TaxSystem.IS,
145
+ profitsType: ProfitsType.BIC,
146
+ idFiscalRegime: FiscalRegime.RS,
147
+ declaration: CerfaType[2065],
148
+ annexe: CerfaType[2033],
149
+ },
150
+ {
151
+ name: 'fiscalisée - IS - RN - BIC : déclaration 2065 et annexes 2050',
152
+ idActivity: Activity.AUTRES,
153
+ idTaxSystem: TaxSystem.IS,
154
+ profitsType: ProfitsType.BIC,
155
+ idFiscalRegime: FiscalRegime.RN,
156
+ declaration: CerfaType[2065],
157
+ annexe: CerfaType[2050],
158
+ },
159
+ ],
160
+ },
161
+ EURL_SARL: {
162
+ name: 'EURL / SARL',
163
+ id: 5,
164
+ idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],
165
+ choices: [
166
+ {
167
+ name: 'artisans - commerçants : IR - BIC - déclaration 2031',
168
+ idActivity: Activity.COMMERCANT,
169
+ idTaxSystem: TaxSystem.IR,
170
+ profitsType: ProfitsType.BIC,
171
+ idFiscalRegime: FiscalRegime.NA,
172
+ declaration: CerfaType[2031],
173
+ },
174
+ {
175
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
176
+ idActivity: Activity.COMMERCANT,
177
+ idTaxSystem: TaxSystem.IS,
178
+ profitsType: ProfitsType.BIC,
179
+ idFiscalRegime: FiscalRegime.RS,
180
+ declaration: CerfaType[2065],
181
+ annexe: CerfaType[2033],
182
+ },
183
+ {
184
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
185
+ idActivity: Activity.COMMERCANT,
186
+ idTaxSystem: TaxSystem.IS,
187
+ profitsType: ProfitsType.BIC,
188
+ idFiscalRegime: FiscalRegime.RN,
189
+ declaration: CerfaType[2065],
190
+ annexe: CerfaType[2050],
191
+ },
192
+ {
193
+ name: 'Presta de services : IR - BIC - déclaration 2031',
194
+ idActivity: Activity.PRESTA_SERVICE,
195
+ idTaxSystem: TaxSystem.IR,
196
+ profitsType: ProfitsType.BIC,
197
+ idFiscalRegime: FiscalRegime.NA,
198
+ declaration: CerfaType[2031],
199
+ },
200
+ {
201
+ name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
202
+ idActivity: Activity.PRESTA_SERVICE,
203
+ idTaxSystem: TaxSystem.IS,
204
+ profitsType: ProfitsType.BIC,
205
+ idFiscalRegime: FiscalRegime.RS,
206
+ declaration: CerfaType[2065],
207
+ annexe: CerfaType[2033],
208
+ },
209
+ {
210
+ name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
211
+ idActivity: Activity.PRESTA_SERVICE,
212
+ idTaxSystem: TaxSystem.IS,
213
+ profitsType: ProfitsType.BIC,
214
+ idFiscalRegime: FiscalRegime.RN,
215
+ declaration: CerfaType[2065],
216
+ annexe: CerfaType[2050],
217
+ },
218
+ ],
219
+ },
220
+ SAS_SASU: {
221
+ name: 'SAS / SASU',
222
+ id: 6,
223
+ idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],
224
+ choices: [
225
+ {
226
+ name: 'artisans - commerçants : IR - BIC - déclaration 2031',
227
+ idActivity: Activity.COMMERCANT,
228
+ idTaxSystem: TaxSystem.IR,
229
+ profitsType: ProfitsType.BIC,
230
+ idFiscalRegime: FiscalRegime.NA,
231
+ declaration: CerfaType[2031],
232
+ },
233
+ {
234
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
235
+ idActivity: Activity.COMMERCANT,
236
+ idTaxSystem: TaxSystem.IS,
237
+ profitsType: ProfitsType.BIC,
238
+ idFiscalRegime: FiscalRegime.RS,
239
+ declaration: CerfaType[2065],
240
+ annexe: CerfaType[2033],
241
+ },
242
+ {
243
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
244
+ idActivity: Activity.COMMERCANT,
245
+ idTaxSystem: TaxSystem.IS,
246
+ profitsType: ProfitsType.BIC,
247
+ idFiscalRegime: FiscalRegime.RN,
248
+ declaration: CerfaType[2065],
249
+ annexe: CerfaType[2050],
250
+ },
251
+ {
252
+ name: 'Presta de services : IR - BIC - déclaration 2031',
253
+ idActivity: Activity.PRESTA_SERVICE,
254
+ idTaxSystem: TaxSystem.IR,
255
+ profitsType: ProfitsType.BIC,
256
+ idFiscalRegime: FiscalRegime.NA,
257
+ declaration: CerfaType[2031],
258
+ },
259
+ {
260
+ name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
261
+ idActivity: Activity.PRESTA_SERVICE,
262
+ idTaxSystem: TaxSystem.IS,
263
+ profitsType: ProfitsType.BIC,
264
+ idFiscalRegime: FiscalRegime.RS,
265
+ declaration: CerfaType[2065],
266
+ annexe: CerfaType[2033],
267
+ },
268
+ {
269
+ name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
270
+ idActivity: Activity.PRESTA_SERVICE,
271
+ idTaxSystem: TaxSystem.IS,
272
+ profitsType: ProfitsType.BIC,
273
+ idFiscalRegime: FiscalRegime.RN,
274
+ declaration: CerfaType[2065],
275
+ annexe: CerfaType[2050],
276
+ },
277
+ ],
278
+ },
279
+ SA: {
280
+ name: 'SA',
281
+ id: 7,
282
+ idLegalForms: [LegalForm.SA.id],
283
+ choices: [
284
+ {
285
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
286
+ idActivity: Activity.COMMERCANT,
287
+ idTaxSystem: TaxSystem.IS,
288
+ profitsType: ProfitsType.BIC,
289
+ idFiscalRegime: FiscalRegime.RS,
290
+ declaration: CerfaType[2065],
291
+ annexe: CerfaType[2033],
292
+ },
293
+ {
294
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
295
+ idActivity: Activity.COMMERCANT,
296
+ idTaxSystem: TaxSystem.IS,
297
+ profitsType: ProfitsType.BIC,
298
+ idFiscalRegime: FiscalRegime.RN,
299
+ declaration: CerfaType[2065],
300
+ annexe: CerfaType[2050],
301
+ },
302
+ {
303
+ name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
304
+ idActivity: Activity.PRESTA_SERVICE,
305
+ idTaxSystem: TaxSystem.IS,
306
+ profitsType: ProfitsType.BIC,
307
+ idFiscalRegime: FiscalRegime.RS,
308
+ declaration: CerfaType[2065],
309
+ annexe: CerfaType[2033],
310
+ },
311
+ {
312
+ name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
313
+ idActivity: Activity.PRESTA_SERVICE,
314
+ idTaxSystem: TaxSystem.IS,
315
+ profitsType: ProfitsType.BIC,
316
+ idFiscalRegime: FiscalRegime.RN,
317
+ declaration: CerfaType[2065],
318
+ annexe: CerfaType[2050],
319
+ },
320
+ ],
321
+ },
322
+ SCI: {
323
+ name: 'SCI',
324
+ id: 8,
325
+ idLegalForms: [LegalForm.SCI.id],
326
+ choices: [
327
+ {
328
+ name: 'Presta de services - IR - BNC : déclaration 2044',
329
+ idActivity: Activity.PRESTA_SERVICE,
330
+ idTaxSystem: TaxSystem.IR,
331
+ profitsType: ProfitsType.BNC,
332
+ idFiscalRegime: FiscalRegime.NA,
333
+ declaration: CerfaType[2044],
334
+ },
335
+ {
336
+ name: 'Presta de services - IS - BNC - déclaration 2072',
337
+ idActivity: Activity.PRESTA_SERVICE,
338
+ idTaxSystem: TaxSystem.IS,
339
+ profitsType: ProfitsType.BNC,
340
+ idFiscalRegime: FiscalRegime.NA,
341
+ declaration: CerfaType[2072],
342
+ },
343
+ ],
344
+ },
345
+ SCP: {
346
+ name: 'SCP',
347
+ id: 9,
348
+ idLegalForms: [LegalForm.SCP.id],
349
+ choices: [
350
+ {
351
+ name: 'Presta de services - IR - BNC : déclaration 2035',
352
+ idActivity: Activity.PRESTA_SERVICE,
353
+ idTaxSystem: TaxSystem.IR,
354
+ profitsType: ProfitsType.BNC,
355
+ idFiscalRegime: FiscalRegime.NA,
356
+ declaration: CerfaType[2035],
357
+ },
358
+ {
359
+ name: 'Presta de services - IS - RSI - BIC - déclaration 2065 et annexes 2033',
360
+ idActivity: Activity.PRESTA_SERVICE,
361
+ idTaxSystem: TaxSystem.IS,
362
+ profitsType: ProfitsType.BIC,
363
+ idFiscalRegime: FiscalRegime.RS,
364
+ declaration: CerfaType[2065],
365
+ annexe: CerfaType[2033],
366
+ },
367
+ {
368
+ name: 'Presta de services - IS - RN - BIC - déclaration 2065 et annexes 2050',
369
+ idActivity: Activity.PRESTA_SERVICE,
370
+ idTaxSystem: TaxSystem.IS,
371
+ profitsType: ProfitsType.BIC,
372
+ idFiscalRegime: FiscalRegime.RN,
373
+ declaration: CerfaType[2065],
374
+ annexe: CerfaType[2050],
375
+ },
376
+ ],
377
+ },
378
+ SELARL: {
379
+ name: 'SELARL',
380
+ id: 10,
381
+ idLegalForms: [LegalForm.SELARL.id],
382
+ choices: [
383
+ {
384
+ name: 'Profession libérale - IR - BNC : déclaration 2035',
385
+ idActivity: Activity.PROF_LIB,
386
+ idTaxSystem: TaxSystem.IR,
387
+ profitsType: ProfitsType.BNC,
388
+ idFiscalRegime: FiscalRegime.NA,
389
+ declaration: CerfaType[2035],
390
+ },
391
+ {
392
+ name: 'Profession libérale - IS - RSI - BIC - déclaration 2065 et annexes 2033',
393
+ idActivity: Activity.PROF_LIB,
394
+ idTaxSystem: TaxSystem.IS,
395
+ profitsType: ProfitsType.BIC,
396
+ idFiscalRegime: FiscalRegime.RS,
397
+ declaration: CerfaType[2065],
398
+ annexe: CerfaType[2033],
399
+ },
400
+ {
401
+ name: 'Profession libérale - IS - RN - BIC - déclaration 2065 et annexes 2050',
402
+ idActivity: Activity.PROF_LIB,
403
+ idTaxSystem: TaxSystem.IS,
404
+ profitsType: ProfitsType.BIC,
405
+ idFiscalRegime: FiscalRegime.RN,
406
+ declaration: CerfaType[2065],
407
+ annexe: CerfaType[2050],
408
+ },
409
+ ],
410
+ },
411
+ };
412
+ //# sourceMappingURL=GlobalRegime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlobalRegime.js","sourceRoot":"","sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\n\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\n\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'artisans - commerçants - IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services - IR - BIC - déclaration 2031',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'professions libérales - IR - BNC - déclaration 2035',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'artisans - commerçants : IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'professions libérales : IR - BNC - déclaration 2035',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\\'hébergement : BIC - déclaration 2042-C-Pro',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 2042-C-Pro',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'micro-BNC : profession libérale déclaration 2042-C-Pro',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n {\n name: 'non fiscalisée si revenus de capitaux : déclaration 2070',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2070],\n },\n {\n name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 2033',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'fiscalisée - IS - RN - BIC : déclaration 2065 et annexes 2050',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'artisans - commerçants : IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services : IR - BIC - déclaration 2031',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'artisans - commerçants : IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services : IR - BIC - déclaration 2031',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n\n },\n {\n name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services - IR - BNC : déclaration 2044',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2044],\n },\n {\n name: 'Presta de services - IS - BNC - déclaration 2072',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2072],\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services - IR - BNC : déclaration 2035',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Presta de services - IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services - IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale - IR - BNC : déclaration 2035',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Profession libérale - IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Profession libérale - IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n};"]}