@silexpert/core 0.4.142 → 0.4.146

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 (143) hide show
  1. package/es/api/resources/Payment.d.ts +6 -0
  2. package/es/api/resources/Payment.d.ts.map +1 -0
  3. package/es/api/resources/Payment.js +13 -0
  4. package/es/api/resources/Payment.js.map +1 -0
  5. package/es/api/resources/User.d.ts +2 -1
  6. package/es/api/resources/User.d.ts.map +1 -1
  7. package/es/api/resources/User.js +3 -0
  8. package/es/api/resources/User.js.map +1 -1
  9. package/es/api/resources/VatDeclaration.d.ts +3 -0
  10. package/es/api/resources/VatDeclaration.d.ts.map +1 -1
  11. package/es/api/resources/VatDeclaration.js +6 -0
  12. package/es/api/resources/VatDeclaration.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/AnswerTypeValue.d.ts +1 -1
  18. package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
  19. package/es/types/Enum/AnswerTypeValue.js +1 -1
  20. package/es/types/Enum/AnswerTypeValue.js.map +1 -1
  21. package/es/types/Enum/BalanceSheetQuestion.d.ts +74 -2
  22. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  23. package/es/types/Enum/BalanceSheetQuestion.js +72 -0
  24. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  25. package/es/types/Enum/BalanceSheetQuestionWording.d.ts +45 -3
  26. package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  27. package/es/types/Enum/BalanceSheetQuestionWording.js +45 -1
  28. package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  29. package/es/types/Enum/JeDeclare.d.ts +2 -2
  30. package/es/types/Enum/JeDeclare.d.ts.map +1 -1
  31. package/es/types/Enum/JeDeclare.js +2 -2
  32. package/es/types/Enum/JeDeclare.js.map +1 -1
  33. package/es/types/Enum/VatDeclarationType.d.ts +15 -0
  34. package/es/types/Enum/VatDeclarationType.d.ts.map +1 -0
  35. package/es/types/Enum/VatDeclarationType.js +238 -0
  36. package/es/types/Enum/VatDeclarationType.js.map +1 -0
  37. package/es/types/Interface/api/cerfa/2033.d.ts +2 -94
  38. package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -1
  39. package/es/types/Interface/api/cerfa/2033.js +1 -373
  40. package/es/types/Interface/api/cerfa/2033.js.map +1 -1
  41. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +1 -1
  42. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  43. package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  44. package/es/types/Interface/api/cerfa/Utils.d.ts +8 -0
  45. package/es/types/Interface/api/cerfa/Utils.d.ts.map +1 -1
  46. package/es/types/Interface/api/cerfa/Utils.js.map +1 -1
  47. package/es/types/Interface/api/jeDeclare/Util.d.ts +1 -1
  48. package/es/types/Interface/api/jeDeclare/Util.d.ts.map +1 -1
  49. package/es/types/Interface/api/jeDeclare/Util.js.map +1 -1
  50. package/es/types/Interface/api/jeDeclare/UtilCFONB.d.ts +0 -2
  51. package/es/types/Interface/api/jeDeclare/UtilCFONB.d.ts.map +1 -1
  52. package/es/types/Interface/api/jeDeclare/UtilCFONB.js +0 -123
  53. package/es/types/Interface/api/jeDeclare/UtilCFONB.js.map +1 -1
  54. package/es/types/Interface/api/payment/QueryMonthlyPayment.d.ts +4 -0
  55. package/es/types/Interface/api/payment/QueryMonthlyPayment.d.ts.map +1 -0
  56. package/es/types/Interface/api/payment/QueryMonthlyPayment.js +24 -0
  57. package/es/types/Interface/api/payment/QueryMonthlyPayment.js.map +1 -0
  58. package/es/types/Interface/api/user/CreateCoworker.d.ts +17 -0
  59. package/es/types/Interface/api/user/CreateCoworker.d.ts.map +1 -0
  60. package/es/types/Interface/api/user/CreateCoworker.js +98 -0
  61. package/es/types/Interface/api/user/CreateCoworker.js.map +1 -0
  62. package/es/types/Interface/api/vatDeclaration/ReadVatVariousOperations.d.ts +10 -0
  63. package/es/types/Interface/api/vatDeclaration/ReadVatVariousOperations.d.ts.map +1 -0
  64. package/es/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js +2 -0
  65. package/es/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js.map +1 -0
  66. package/es/types/Interface/api/vatDeclaration/ResultFormatToEntries.d.ts +6 -0
  67. package/es/types/Interface/api/vatDeclaration/ResultFormatToEntries.d.ts.map +1 -0
  68. package/es/types/Interface/api/vatDeclaration/ResultFormatToEntries.js +2 -0
  69. package/es/types/Interface/api/vatDeclaration/ResultFormatToEntries.js.map +1 -0
  70. package/es/types/Interface/models/IApiError.d.ts +1 -0
  71. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  72. package/es/types/Interface/models/IApiError.js +1 -0
  73. package/es/types/Interface/models/IApiError.js.map +1 -1
  74. package/es/types/Interface/models/IUser.d.ts +50 -50
  75. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  76. package/es/types/Interface/models/IUser.js.map +1 -1
  77. package/es/types/index.d.ts +5 -0
  78. package/es/types/index.d.ts.map +1 -1
  79. package/es/types/index.js +5 -0
  80. package/es/types/index.js.map +1 -1
  81. package/es/utils/brands.d.ts +2 -1
  82. package/es/utils/brands.d.ts.map +1 -1
  83. package/es/utils/brands.js +12 -1
  84. package/es/utils/brands.js.map +1 -1
  85. package/js/api/resources/Payment.js +24 -0
  86. package/js/api/resources/Payment.js.map +1 -0
  87. package/js/api/resources/User.js +4 -0
  88. package/js/api/resources/User.js.map +1 -1
  89. package/js/api/resources/VatDeclaration.js +8 -0
  90. package/js/api/resources/VatDeclaration.js.map +1 -1
  91. package/js/api/resources.js +3 -0
  92. package/js/api/resources.js.map +1 -1
  93. package/js/types/Enum/AnswerTypeValue.js +1 -1
  94. package/js/types/Enum/AnswerTypeValue.js.map +1 -1
  95. package/js/types/Enum/BalanceSheetQuestion.js +73 -0
  96. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  97. package/js/types/Enum/BalanceSheetQuestionWording.js +52 -2
  98. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  99. package/js/types/Enum/JeDeclare.js +2 -2
  100. package/js/types/Enum/JeDeclare.js.map +1 -1
  101. package/js/types/Enum/VatDeclarationType.js +234 -0
  102. package/js/types/Enum/VatDeclarationType.js.map +1 -0
  103. package/js/types/Interface/api/cerfa/2033.js +0 -186
  104. package/js/types/Interface/api/cerfa/2033.js.map +1 -1
  105. package/js/types/Interface/api/jeDeclare/UtilCFONB.js +0 -128
  106. package/js/types/Interface/api/jeDeclare/UtilCFONB.js.map +1 -1
  107. package/js/types/Interface/api/payment/QueryMonthlyPayment.js +34 -0
  108. package/js/types/Interface/api/payment/QueryMonthlyPayment.js.map +1 -0
  109. package/js/types/Interface/api/user/CreateCoworker.js +57 -0
  110. package/js/types/Interface/api/user/CreateCoworker.js.map +1 -0
  111. package/js/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js +6 -0
  112. package/js/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js.map +1 -0
  113. package/js/types/Interface/api/vatDeclaration/ResultFormatToEntries.js +6 -0
  114. package/js/types/Interface/api/vatDeclaration/ResultFormatToEntries.js.map +1 -0
  115. package/js/types/Interface/models/IApiError.js +2 -1
  116. package/js/types/Interface/models/IApiError.js.map +1 -1
  117. package/js/types/index.js +60 -0
  118. package/js/types/index.js.map +1 -1
  119. package/js/utils/brands.js +10 -1
  120. package/js/utils/brands.js.map +1 -1
  121. package/package.json +1 -1
  122. package/ts/api/resources/Payment.ts +14 -0
  123. package/ts/api/resources/User.ts +4 -1
  124. package/ts/api/resources/VatDeclaration.ts +9 -1
  125. package/ts/api/resources.ts +2 -0
  126. package/ts/types/Enum/AnswerTypeValue.ts +1 -1
  127. package/ts/types/Enum/BalanceSheetQuestion.ts +77 -0
  128. package/ts/types/Enum/BalanceSheetQuestionWording.ts +56 -1
  129. package/ts/types/Enum/JeDeclare.ts +2 -2
  130. package/ts/types/Enum/VatDeclarationType.ts +253 -0
  131. package/ts/types/Interface/api/cerfa/2033.ts +3 -281
  132. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +2 -1
  133. package/ts/types/Interface/api/cerfa/Utils.ts +10 -0
  134. package/ts/types/Interface/api/jeDeclare/Util.ts +1 -1
  135. package/ts/types/Interface/api/jeDeclare/UtilCFONB.ts +0 -126
  136. package/ts/types/Interface/api/payment/QueryMonthlyPayment.ts +13 -0
  137. package/ts/types/Interface/api/user/CreateCoworker.ts +76 -0
  138. package/ts/types/Interface/api/vatDeclaration/ReadVatVariousOperations.ts +9 -0
  139. package/ts/types/Interface/api/vatDeclaration/ResultFormatToEntries.ts +5 -0
  140. package/ts/types/Interface/models/IApiError.ts +1 -0
  141. package/ts/types/Interface/models/IUser.ts +50 -50
  142. package/ts/types/index.ts +5 -0
  143. package/ts/utils/brands.ts +9 -1
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { ApiPropertyOptional, ApiProperty } from '../../../..';
10
+ import { ApiPropertyOptional } from '../../../..';
11
11
  export class Cerfa2033Society {
12
12
  }
13
13
  export class Cerfa2033FixedAsset {
@@ -54,376 +54,4 @@ __decorate([
54
54
  ApiPropertyOptional({ description: 'Modifie le chemin du PDF' }),
55
55
  __metadata("design:type", Boolean)
56
56
  ], ParamsGenerate2033.prototype, "isTest", void 0);
57
- __decorate([
58
- ApiProperty(),
59
- __metadata("design:type", Boolean)
60
- ], ParamsGenerate2033.prototype, "isNil", void 0);
61
- __decorate([
62
- ApiPropertyOptional(),
63
- __metadata("design:type", Object)
64
- ], ParamsGenerate2033.prototype, "equityOtherReservePurchaseOfOriginalWorks", void 0);
65
- __decorate([
66
- ApiPropertyOptional(),
67
- __metadata("design:type", Object)
68
- ], ParamsGenerate2033.prototype, "referralFixedAssets", void 0);
69
- __decorate([
70
- ApiPropertyOptional(),
71
- __metadata("design:type", Object)
72
- ], ParamsGenerate2033.prototype, "referralDebtsMoreThanOneYear", void 0);
73
- __decorate([
74
- ApiPropertyOptional(),
75
- __metadata("design:type", Object)
76
- ], ParamsGenerate2033.prototype, "referralClaims", void 0);
77
- __decorate([
78
- ApiPropertyOptional(),
79
- __metadata("design:type", Object)
80
- ], ParamsGenerate2033.prototype, "saleOfMerchandiseExport", void 0);
81
- __decorate([
82
- ApiPropertyOptional(),
83
- __metadata("design:type", Object)
84
- ], ParamsGenerate2033.prototype, "saleOfProductionGoodsExport", void 0);
85
- __decorate([
86
- ApiPropertyOptional(),
87
- __metadata("design:type", Object)
88
- ], ParamsGenerate2033.prototype, "saleOfProductionServicesExport", void 0);
89
- __decorate([
90
- ApiPropertyOptional(),
91
- __metadata("design:type", Object)
92
- ], ParamsGenerate2033.prototype, "otherExpensesProvisions", void 0);
93
- __decorate([
94
- ApiPropertyOptional(),
95
- __metadata("design:type", Object)
96
- ], ParamsGenerate2033.prototype, "otherExpensesCotisations", void 0);
97
- __decorate([
98
- ApiPropertyOptional(),
99
- __metadata("design:type", Object)
100
- ], ParamsGenerate2033.prototype, "exceptionalExpensesSubscriptions", void 0);
101
- __decorate([
102
- ApiPropertyOptional(),
103
- __metadata("design:type", Object)
104
- ], ParamsGenerate2033.prototype, "exceptionalExpensesExceptional", void 0);
105
- __decorate([
106
- ApiPropertyOptional(),
107
- __metadata("design:type", Object)
108
- ], ParamsGenerate2033.prototype, "reinstatementsRemuneration", void 0);
109
- __decorate([
110
- ApiPropertyOptional(),
111
- __metadata("design:type", Object)
112
- ], ParamsGenerate2033.prototype, "reinstatementsAmortizations", void 0);
113
- __decorate([
114
- ApiPropertyOptional(),
115
- __metadata("design:type", Object)
116
- ], ParamsGenerate2033.prototype, "reinstatementsProvisions", void 0);
117
- __decorate([
118
- ApiPropertyOptional(),
119
- __metadata("design:type", Object)
120
- ], ParamsGenerate2033.prototype, "reinstatementsDiverse", void 0);
121
- __decorate([
122
- ApiPropertyOptional(),
123
- __metadata("design:type", Object)
124
- ], ParamsGenerate2033.prototype, "reinstatementsDeviations", void 0);
125
- __decorate([
126
- ApiPropertyOptional(),
127
- __metadata("design:type", Object)
128
- ], ParamsGenerate2033.prototype, "reinstatementsShareOfRent", void 0);
129
- __decorate([
130
- ApiPropertyOptional(),
131
- __metadata("design:type", Object)
132
- ], ParamsGenerate2033.prototype, "reinstatementsFractionOfRents", void 0);
133
- __decorate([
134
- ApiPropertyOptional(),
135
- __metadata("design:type", Object)
136
- ], ParamsGenerate2033.prototype, "reinstatementsRelatedCharges", void 0);
137
- __decorate([
138
- ApiPropertyOptional(),
139
- __metadata("design:type", Object)
140
- ], ParamsGenerate2033.prototype, "reinstatementsFiscalResult", void 0);
141
- __decorate([
142
- ApiPropertyOptional(),
143
- __metadata("design:type", Object)
144
- ], ParamsGenerate2033.prototype, "maritimeTransportDeduction", void 0);
145
- __decorate([
146
- ApiPropertyOptional(),
147
- __metadata("design:type", Object)
148
- ], ParamsGenerate2033.prototype, "newBusinessDeduction", void 0);
149
- __decorate([
150
- ApiPropertyOptional(),
151
- __metadata("design:type", Object)
152
- ], ParamsGenerate2033.prototype, "ZFUDeduction", void 0);
153
- __decorate([
154
- ApiPropertyOptional(),
155
- __metadata("design:type", Object)
156
- ], ParamsGenerate2033.prototype, "difficultBusinessDeduction", void 0);
157
- __decorate([
158
- ApiPropertyOptional(),
159
- __metadata("design:type", Object)
160
- ], ParamsGenerate2033.prototype, "JEIDeduction", void 0);
161
- __decorate([
162
- ApiPropertyOptional(),
163
- __metadata("design:type", Object)
164
- ], ParamsGenerate2033.prototype, "ZRDDeduction", void 0);
165
- __decorate([
166
- ApiPropertyOptional(),
167
- __metadata("design:type", Object)
168
- ], ParamsGenerate2033.prototype, "ZRRDeduction", void 0);
169
- __decorate([
170
- ApiPropertyOptional(),
171
- __metadata("design:type", Object)
172
- ], ParamsGenerate2033.prototype, "revitalizeDeduction", void 0);
173
- __decorate([
174
- ApiPropertyOptional(),
175
- __metadata("design:type", Object)
176
- ], ParamsGenerate2033.prototype, "overseasInvestmentDeduction", void 0);
177
- __decorate([
178
- ApiPropertyOptional(),
179
- __metadata("design:type", Object)
180
- ], ParamsGenerate2033.prototype, "ZFANGDeduction", void 0);
181
- __decorate([
182
- ApiPropertyOptional(),
183
- __metadata("design:type", Object)
184
- ], ParamsGenerate2033.prototype, "BUDDeduction", void 0);
185
- __decorate([
186
- ApiPropertyOptional(),
187
- __metadata("design:type", Object)
188
- ], ParamsGenerate2033.prototype, "priorityDevelopmentDeduction", void 0);
189
- __decorate([
190
- ApiPropertyOptional(),
191
- __metadata("design:type", Object)
192
- ], ParamsGenerate2033.prototype, "diverseDebts", void 0);
193
- __decorate([
194
- ApiPropertyOptional(),
195
- __metadata("design:type", Object)
196
- ], ParamsGenerate2033.prototype, "exceptionalDeduction", void 0);
197
- __decorate([
198
- ApiPropertyOptional(),
199
- __metadata("design:type", Object)
200
- ], ParamsGenerate2033.prototype, "exceptionalDeductionA", void 0);
201
- __decorate([
202
- ApiPropertyOptional(),
203
- __metadata("design:type", Object)
204
- ], ParamsGenerate2033.prototype, "exceptionalDeductionB", void 0);
205
- __decorate([
206
- ApiPropertyOptional(),
207
- __metadata("design:type", Object)
208
- ], ParamsGenerate2033.prototype, "exceptionalDeductionC", void 0);
209
- __decorate([
210
- ApiPropertyOptional(),
211
- __metadata("design:type", Object)
212
- ], ParamsGenerate2033.prototype, "exceptionalDeductionD", void 0);
213
- __decorate([
214
- ApiPropertyOptional(),
215
- __metadata("design:type", Object)
216
- ], ParamsGenerate2033.prototype, "exceptionalDeductionE", void 0);
217
- __decorate([
218
- ApiPropertyOptional(),
219
- __metadata("design:type", Object)
220
- ], ParamsGenerate2033.prototype, "exceptionalDeductionF", void 0);
221
- __decorate([
222
- ApiPropertyOptional(),
223
- __metadata("design:type", Object)
224
- ], ParamsGenerate2033.prototype, "exceptionalDeductionG", void 0);
225
- __decorate([
226
- ApiPropertyOptional(),
227
- __metadata("design:type", Object)
228
- ], ParamsGenerate2033.prototype, "deficitsExercise", void 0);
229
- __decorate([
230
- ApiPropertyOptional(),
231
- __metadata("design:type", Object)
232
- ], ParamsGenerate2033.prototype, "deficitsReportable", void 0);
233
- __decorate([
234
- ApiPropertyOptional(),
235
- __metadata("design:type", Object)
236
- ], ParamsGenerate2033.prototype, "deficitsImputed", void 0);
237
- __decorate([
238
- ApiPropertyOptional(),
239
- __metadata("design:type", Array)
240
- ], ParamsGenerate2033.prototype, "addedValueNatures", void 0);
241
- __decorate([
242
- ApiPropertyOptional(),
243
- __metadata("design:type", Number)
244
- ], ParamsGenerate2033.prototype, "majorationsBeginingAmount", void 0);
245
- __decorate([
246
- ApiPropertyOptional(),
247
- __metadata("design:type", Number)
248
- ], ParamsGenerate2033.prototype, "majorationsIncreases", void 0);
249
- __decorate([
250
- ApiPropertyOptional(),
251
- __metadata("design:type", Number)
252
- ], ParamsGenerate2033.prototype, "majorationsDiminution", void 0);
253
- __decorate([
254
- ApiPropertyOptional(),
255
- __metadata("design:type", Number)
256
- ], ParamsGenerate2033.prototype, "provisionsMovesBodilyDotations", void 0);
257
- __decorate([
258
- ApiPropertyOptional(),
259
- __metadata("design:type", Number)
260
- ], ParamsGenerate2033.prototype, "provisionsMovesBodilyRevivals", void 0);
261
- __decorate([
262
- ApiPropertyOptional(),
263
- __metadata("design:type", Number)
264
- ], ParamsGenerate2033.prototype, "provisionsMovesBodilyAmount", void 0);
265
- __decorate([
266
- ApiPropertyOptional(),
267
- __metadata("design:type", Number)
268
- ], ParamsGenerate2033.prototype, "provisionsMovesLandDotations", void 0);
269
- __decorate([
270
- ApiPropertyOptional(),
271
- __metadata("design:type", Number)
272
- ], ParamsGenerate2033.prototype, "provisionsMovesLandRevivals", void 0);
273
- __decorate([
274
- ApiPropertyOptional(),
275
- __metadata("design:type", Number)
276
- ], ParamsGenerate2033.prototype, "provisionsMovesLandLabel", void 0);
277
- __decorate([
278
- ApiPropertyOptional(),
279
- __metadata("design:type", Number)
280
- ], ParamsGenerate2033.prototype, "provisionsMovesLandAmount", void 0);
281
- __decorate([
282
- ApiPropertyOptional(),
283
- __metadata("design:type", Number)
284
- ], ParamsGenerate2033.prototype, "provisionsMovesConstructionsDotations", void 0);
285
- __decorate([
286
- ApiPropertyOptional(),
287
- __metadata("design:type", Number)
288
- ], ParamsGenerate2033.prototype, "provisionsMovesConstructionsRevivals", void 0);
289
- __decorate([
290
- ApiPropertyOptional(),
291
- __metadata("design:type", Number)
292
- ], ParamsGenerate2033.prototype, "provisionsMovesConstructionsLabel", void 0);
293
- __decorate([
294
- ApiPropertyOptional(),
295
- __metadata("design:type", Number)
296
- ], ParamsGenerate2033.prototype, "provisionsMovesConstructionsAmount", void 0);
297
- __decorate([
298
- ApiPropertyOptional(),
299
- __metadata("design:type", Number)
300
- ], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsDotations", void 0);
301
- __decorate([
302
- ApiPropertyOptional(),
303
- __metadata("design:type", Number)
304
- ], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsRevivals", void 0);
305
- __decorate([
306
- ApiPropertyOptional(),
307
- __metadata("design:type", Number)
308
- ], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsLabel", void 0);
309
- __decorate([
310
- ApiPropertyOptional(),
311
- __metadata("design:type", Number)
312
- ], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsAmount", void 0);
313
- __decorate([
314
- ApiPropertyOptional(),
315
- __metadata("design:type", Number)
316
- ], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsDotations", void 0);
317
- __decorate([
318
- ApiPropertyOptional(),
319
- __metadata("design:type", Number)
320
- ], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsRevivals", void 0);
321
- __decorate([
322
- ApiPropertyOptional(),
323
- __metadata("design:type", Number)
324
- ], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsLabel", void 0);
325
- __decorate([
326
- ApiPropertyOptional(),
327
- __metadata("design:type", Number)
328
- ], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsAmount", void 0);
329
- __decorate([
330
- ApiPropertyOptional(),
331
- __metadata("design:type", Number)
332
- ], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionDotations", void 0);
333
- __decorate([
334
- ApiPropertyOptional(),
335
- __metadata("design:type", Number)
336
- ], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionRevivals", void 0);
337
- __decorate([
338
- ApiPropertyOptional(),
339
- __metadata("design:type", Number)
340
- ], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionLabel", void 0);
341
- __decorate([
342
- ApiPropertyOptional(),
343
- __metadata("design:type", Number)
344
- ], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionAmount", void 0);
345
- __decorate([
346
- ApiPropertyOptional(),
347
- __metadata("design:type", Number)
348
- ], ParamsGenerate2033.prototype, "provisionsMovesOtherDotations", void 0);
349
- __decorate([
350
- ApiPropertyOptional(),
351
- __metadata("design:type", Number)
352
- ], ParamsGenerate2033.prototype, "provisionsMovesOtherRevivals", void 0);
353
- __decorate([
354
- ApiPropertyOptional(),
355
- __metadata("design:type", Number)
356
- ], ParamsGenerate2033.prototype, "provisionsMovesOtherLabel", void 0);
357
- __decorate([
358
- ApiPropertyOptional(),
359
- __metadata("design:type", Number)
360
- ], ParamsGenerate2033.prototype, "provisionsMovesOtherAmount", void 0);
361
- __decorate([
362
- ApiPropertyOptional(),
363
- __metadata("design:type", Array)
364
- ], ParamsGenerate2033.prototype, "ventilations", void 0);
365
- __decorate([
366
- ApiPropertyOptional(),
367
- __metadata("design:type", Number)
368
- ], ParamsGenerate2033.prototype, "applicationDeficitsResult", void 0);
369
- __decorate([
370
- ApiPropertyOptional(),
371
- __metadata("design:type", Number)
372
- ], ParamsGenerate2033.prototype, "applicationDeficitsStranger", void 0);
373
- __decorate([
374
- ApiPropertyOptional(),
375
- __metadata("design:type", Number)
376
- ], ParamsGenerate2033.prototype, "applicationDeficitsDeductible", void 0);
377
- __decorate([
378
- ApiPropertyOptional(),
379
- __metadata("design:type", Number)
380
- ], ParamsGenerate2033.prototype, "applicationDeficitsCotisations", void 0);
381
- __decorate([
382
- ApiPropertyOptional(),
383
- __metadata("design:type", Number)
384
- ], ParamsGenerate2033.prototype, "applicationDeficitsTotal", void 0);
385
- __decorate([
386
- ApiPropertyOptional(),
387
- __metadata("design:type", Number)
388
- ], ParamsGenerate2033.prototype, "cotisationsDeductible", void 0);
389
- __decorate([
390
- ApiPropertyOptional(),
391
- __metadata("design:type", Number)
392
- ], ParamsGenerate2033.prototype, "cotisationsTotal", void 0);
393
- __decorate([
394
- ApiPropertyOptional(),
395
- __metadata("design:type", Number)
396
- ], ParamsGenerate2033.prototype, "approvedManagementCenter", void 0);
397
- __decorate([
398
- ApiPropertyOptional(),
399
- __metadata("design:type", Number)
400
- ], ParamsGenerate2033.prototype, "vatCollected", void 0);
401
- __decorate([
402
- ApiPropertyOptional(),
403
- __metadata("design:type", Number)
404
- ], ParamsGenerate2033.prototype, "vatDeductible", void 0);
405
- __decorate([
406
- ApiPropertyOptional(),
407
- __metadata("design:type", Number)
408
- ], ParamsGenerate2033.prototype, "specimens", void 0);
409
- __decorate([
410
- ApiPropertyOptional(),
411
- __metadata("design:type", Number)
412
- ], ParamsGenerate2033.prototype, "aidReceived", void 0);
413
- __decorate([
414
- ApiPropertyOptional(),
415
- __metadata("design:type", Number)
416
- ], ParamsGenerate2033.prototype, "investment", void 0);
417
- __decorate([
418
- ApiPropertyOptional(),
419
- __metadata("design:type", Number)
420
- ], ParamsGenerate2033.prototype, "reportableDeficitsTransferred", void 0);
421
- __decorate([
422
- ApiPropertyOptional(),
423
- __metadata("design:type", Number)
424
- ], ParamsGenerate2033.prototype, "reportableDeficitsOperations", void 0);
425
- __decorate([
426
- ApiPropertyOptional(),
427
- __metadata("design:type", Number)
428
- ], ParamsGenerate2033.prototype, "deductionsDiverseTotal", void 0);
429
57
  //# sourceMappingURL=2033.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"2033.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2033.ts"],"names":[],"mappings":"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","sourcesContent":["import { ApiPropertyOptional, ApiProperty } from '../../../..';\nimport { PhysicShareholder, MoralShareholder, Subsidiarie } from './CreateCerfa';\n\nexport class Cerfa2033Society {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n}\n\nexport type Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\nexport class Cerfa2033FixedAsset {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033CirculatingActive {\n rawMaterials: Cerfa2033ActiveValues;\n merchandise: Cerfa2033ActiveValues;\n advancesAndDeposit: Cerfa2033ActiveValues;\n claimsCustomers: Cerfa2033ActiveValues;\n claimsOthers: Cerfa2033ActiveValues;\n investmentSecurities: Cerfa2033ActiveValues;\n availabilities: Cerfa2033ActiveValues;\n prepaidExpenses: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033Equity {\n shareCapital: number;\n revaluationDifferences: number;\n legalReserve: number;\n reglemented: number;\n otherReserve: {\n purchaseOfOriginalWorks: number;\n total: number;\n };\n deferralAgain: number;\n resultOfTheExercise: number;\n regulatedProvisions: number;\n total: number;\n}\n\nexport class Cerfa2033Debts {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n otherDebts: {\n partnerCurrentAccount: number;\n total: number;\n };\n prepaid: number;\n total: number;\n}\n\nexport class Cerfa2033Referrals {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n}\n\nexport class Cerfa2033ExeploitationProducts {\n saleOfMerchandise: {\n export: number;\n total: number;\n };\n saleOfProduction: {\n goods: {\n export: number;\n total: number;\n };\n services: {\n export: number;\n total: number;\n };\n };\n stockedProduction: number;\n immobilizedProduction: number;\n operatingGrants: number;\n otherProducts: number;\n total: number;\n}\n\nexport class Cerfa2033ExploitationExpenses {\n purchaseOfMerchandise: number;\n stockVariationMerchandise: number;\n purchaseOfRawMaterials: number;\n stockVariationRawMaterials: number;\n otherExternalExpenses: {\n loanFurniture: number;\n loanRealEstate: number;\n total: number;\n };\n tax: {\n CFEandCVAE: number;\n total: number;\n };\n remunerations: number;\n social: number;\n amortization: number;\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n}\n\nexport class Cerfa2033AccountingIncome {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses;\n}\n\nexport class Cerfa2033ExploitationResult {\n total: number;\n financialProducts: number;\n financialExpenses: number;\n exceptionalProducts: number;\n exceptionalExpenses: {\n subscriptions: number;\n exceptional: number;\n total: number\n };\n benefitTax: number;\n}\n\nexport class Cerfa2033FiscalResult {\n reinstatements: {\n benefitIncome: number;\n deficitIncome: number;\n remunerations: number;\n amortizations: number;\n provisions: number;\n tax: number;\n diverse: number;\n deviations: number;\n line330: number;\n fractionOfRents: number;\n shareOfRent: number;\n relatedCharges: number;\n fiscalResult: number;\n };\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n difficultBusiness: number;\n JEI: number;\n ZRD: number;\n ZRR: number;\n revitalize: number;\n overseasInvestment: number;\n ZFANG: number;\n BUD: number;\n priorityDevelopment: number;\n total: number;\n diverse: {\n debt: number;\n exceptionalDeduction: number;\n exceptionalDeductionA: number;\n exceptionalDeductionB: number;\n exceptionalDeductionC: number;\n exceptionalDeductionD: number;\n exceptionalDeductionE: number;\n exceptionalDeductionF: number;\n exceptionalDeductionG: number;\n total: number;\n };\n resultBeforeImputation: {\n benefit: number;\n deficit: number;\n };\n deficits: {\n exercise: number;\n reportable: number;\n imputed: number;\n };\n fiscalResultAfterImputation: {\n benefit: number;\n deficit: number;\n }\n };\n}\n\nexport type ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\nexport class Cerfa2033Immobilizations {\n commercialFunds: ImmobilizationsArray;\n other: ImmobilizationsArray;\n land: ImmobilizationsArray;\n constructions: ImmobilizationsArray;\n technicalInstallations: ImmobilizationsArray;\n generalInstallations: ImmobilizationsArray;\n equipmentTransportation: ImmobilizationsArray;\n bodily: ImmobilizationsArray;\n financial: ImmobilizationsArray;\n total: ImmobilizationsArray;\n}\n\nexport type AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\nexport class Cerfa2033Amortizations {\n commercial: AmortizationArray;\n intangible: AmortizationArray;\n lands: AmortizationArray;\n constructions: AmortizationArray;\n technicalInstallations: AmortizationArray;\n generalInstallations: AmortizationArray;\n equipmentTransportation: AmortizationArray;\n bodily: AmortizationArray;\n total: AmortizationArray;\n}\n\nexport type Cerfa2033TaxableValues = {\n active: number;\n amortizations: number;\n residualValue: number;\n salePrice: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n};\n\nexport class Cerfa2033Values {\n natures: string[];\n immobilizations: {\n list: Cerfa2033TaxableValues[];\n total: Cerfa2033TaxableValues;\n };\n taxableGains: {\n residualValue: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n total: {\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n}\n\nexport type Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\nexport class Cerfa2033ProvisionNatures {\n amortizations: Cerfa2033ProvisionNaturesArray;\n majorations: Cerfa2033ProvisionNaturesArray;\n other: Cerfa2033ProvisionNaturesArray;\n risk: Cerfa2033ProvisionNaturesArray;\n immobilizations: Cerfa2033ProvisionNaturesArray;\n stock: Cerfa2033ProvisionNaturesArray;\n clientAccounts: Cerfa2033ProvisionNaturesArray;\n depreviation: Cerfa2033ProvisionNaturesArray;\n total: Cerfa2033ProvisionNaturesArray;\n}\n\nexport type Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\nexport type Cerfa2033ProvisionMovesVentilation = {\n label: number;\n amount: number;\n};\n\nexport class Cerfa2033ProvisionMoves {\n commercial: Cerfa2033ProvisionMovesDotationsAndRevivals;\n bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;\n land: Cerfa2033ProvisionMovesDotationsAndRevivals;\n constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;\n technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;\n other: Cerfa2033ProvisionMovesDotationsAndRevivals;\n total: Cerfa2033ProvisionMovesDotationsAndRevivals;\n}\n\nexport class Cerfa2033ReportableDeficits {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n}\n\nexport class Cerfa2033ApplicationDeficits {\n result: number;\n stranger: number;\n}\n\nexport class Cerfa2033ApplicationDiverse {\n bonuses: {\n deductible: number;\n cotisations: number;\n total: number;\n };\n cotisations: {\n deductible: number;\n total: number;\n };\n approvedManagementCenter: number;\n vatCollected: number;\n vatDeductible: number;\n specimens: number;\n aidReceived: number;\n investment: number;\n}\n\nexport class Cerfa2033WorkForce {\n declaration?: {\n average: number;\n apprentices: number;\n handicapped: number;\n artisanal: number;\n };\n addedValue?: {\n saleOfProducts: number;\n licences: number;\n saleOfImmobilizations: number;\n expensesTransfert: number;\n total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: number;\n deductibleExpensesTransfert: number;\n debts: number;\n total2: number;\n purchases: number;\n negativeVariation: number;\n services: number;\n rents: number;\n taxes: number;\n otherManagementExpenses: number;\n deductibleExpenses: number;\n deductibleFraction: number;\n lessValues: number;\n total3: number;\n addValue: number;\n cotisation: number;\n };\n CVAE?: {\n isEstablishment: boolean;\n turnover: number;\n workforce: number;\n turnoverGroup: number;\n period: {\n startDate: string;\n endDate: string;\n };\n cessationDate: string;\n };\n}\nexport interface Cerfa2033ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n}\n\nexport interface Cerfa2033 {\n isNil: boolean;\n isPageCNil: boolean;\n isPageDNil: boolean;\n society: Cerfa2033Society;\n period: {\n startDate: string,\n endDate: string,\n endDay: string,\n endMonth: string,\n endYear: string,\n months: string,\n previousExerciceMonths: string\n };\n fixedAsset: Cerfa2033FixedAsset;\n circulatingActive: Cerfa2033CirculatingActive;\n totalActive: Cerfa2033ActiveValues;\n equity: Cerfa2033Equity;\n provisionsForRisks: number;\n debts: Cerfa2033Debts;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult;\n immobilizations: Cerfa2033Immobilizations;\n amortizations: Cerfa2033Amortizations;\n values: Cerfa2033Values;\n provisions: Cerfa2033ProvisionNatures;\n provisionsMoves: Cerfa2033ProvisionMoves;\n ventilations: {\n list: Cerfa2033ProvisionMovesVentilation[],\n total: number;\n },\n reportableDeficits: Cerfa2033ReportableDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n isPageGNil: boolean;\n isPageFNil: boolean;\n isPageENil: boolean;\n}\n\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n isNil: boolean; // Néant\n\n @ApiPropertyOptional()\n equityOtherReservePurchaseOfOriginalWorks?: number | null; // Passif > Capitaux propres > Autres réserves (ligne 131)\n\n @ApiPropertyOptional()\n referralFixedAssets?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 193)\n\n @ApiPropertyOptional()\n referralDebtsMoreThanOneYear?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 195)\n\n @ApiPropertyOptional()\n referralClaims?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 197)\n\n @ApiPropertyOptional()\n saleOfMerchandiseExport?: number | null; // Résultat comptable > Produits d'exploitation > Ventes de marchandises > Dont export (ligne 209)\n\n @ApiPropertyOptional()\n saleOfProductionGoodsExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - biens > Dont export (ligne 215)\n\n @ApiPropertyOptional()\n saleOfProductionServicesExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - services > Dont export (ligne 217)\n\n @ApiPropertyOptional()\n otherExpensesProvisions?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 259)\n\n @ApiPropertyOptional()\n otherExpensesCotisations?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 260)\n\n @ApiPropertyOptional()\n exceptionalExpensesSubscriptions?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements des souscriptions\n\n @ApiPropertyOptional()\n exceptionalExpensesExceptional?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements exceptionnels\n\n @ApiPropertyOptional()\n reinstatementsRemuneration?: number | null; // Résultat fiscal > Rémunérations et avantages personnels non déductibles (ligne 316)\n\n @ApiPropertyOptional()\n reinstatementsAmortizations?: number | null; // Résultat fiscal > Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles (ligne 318)\n\n @ApiPropertyOptional()\n reinstatementsProvisions?: number | null; // Résultat fiscal > Provisions non déductibles (ligne 322)\n\n @ApiPropertyOptional()\n reinstatementsDiverse?: number | null; // Résultat fiscal > Réintégrations (ligne 247)\n\n @ApiPropertyOptional()\n reinstatementsDeviations?: number | null; // Résultat fiscal > Réintégrations (ligne 248)\n\n @ApiPropertyOptional()\n reinstatementsShareOfRent?: number | null; // Résultat fiscal > Réintégrations (ligne )\n\n @ApiPropertyOptional()\n reinstatementsFractionOfRents?: number | null; // Résultat fiscal > Réintégrations (ligne 249)\n\n @ApiPropertyOptional()\n reinstatementsRelatedCharges?: number | null; // Résultat fiscal > Réintégrations (ligne 998)\n\n @ApiPropertyOptional()\n reinstatementsFiscalResult?: number | null; // Résultat fiscal > Réintégrations (ligne 999)\n\n @ApiPropertyOptional()\n maritimeTransportDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 997)\n\n @ApiPropertyOptional()\n newBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 986)\n\n @ApiPropertyOptional()\n ZFUDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 987)\n\n @ApiPropertyOptional()\n difficultBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 981)\n\n @ApiPropertyOptional()\n JEIDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 989)\n\n @ApiPropertyOptional()\n ZRDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 127)\n\n @ApiPropertyOptional()\n ZRRDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 138)\n\n @ApiPropertyOptional()\n revitalizeDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 991)\n\n @ApiPropertyOptional()\n overseasInvestmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 344)\n\n @ApiPropertyOptional()\n ZFANGDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 345)\n\n @ApiPropertyOptional()\n BUDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 992)\n\n @ApiPropertyOptional()\n priorityDevelopmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 993)\n\n @ApiPropertyOptional()\n diverseDebts?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeduction?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionA?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionB?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionC?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionD?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionE?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionF?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionG?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n deficitsExercise?: number | null; // Déficit de l'exercice reporté en arrière\n\n @ApiPropertyOptional()\n deficitsReportable?: number | null; // Déficits antérieurs reportables\n\n @ApiPropertyOptional()\n deficitsImputed?: number | null; // dont imputés sur le résultat\n\n @ApiPropertyOptional()\n 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é\n\n @ApiPropertyOptional()\n majorationsBeginingAmount?: number;\n\n @ApiPropertyOptional()\n majorationsIncreases?: number;\n\n @ApiPropertyOptional()\n majorationsDiminution?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherAmount?: number;\n\n @ApiPropertyOptional()\n ventilations?: Cerfa2033ProvisionMovesVentilation[];\n\n @ApiPropertyOptional()\n applicationDeficitsResult?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsStranger?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsDeductible?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsCotisations?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsTotal?: number;\n\n @ApiPropertyOptional()\n cotisationsDeductible?: number;\n\n @ApiPropertyOptional()\n cotisationsTotal?: number;\n\n @ApiPropertyOptional()\n approvedManagementCenter?: number;\n\n @ApiPropertyOptional()\n vatCollected?: number;\n\n @ApiPropertyOptional()\n vatDeductible?: number;\n\n @ApiPropertyOptional()\n specimens?: number;\n\n @ApiPropertyOptional()\n aidReceived?: number;\n\n @ApiPropertyOptional()\n investment?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsTransferred?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsOperations?: number;\n\n @ApiPropertyOptional()\n deductionsDiverseTotal?: number;\n}"]}
1
+ {"version":3,"file":"2033.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2033.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGlD,MAAM,OAAO,gBAAgB;CAQ5B;AAQD,MAAM,OAAO,mBAAmB;CAM/B;AAED,MAAM,OAAO,0BAA0B;CAUtC;AAED,MAAM,OAAO,eAAe;CAa3B;AAED,MAAM,OAAO,cAAc;CAU1B;AAED,MAAM,OAAO,kBAAkB;CAO9B;AAED,MAAM,OAAO,8BAA8B;CAoB1C;AAED,MAAM,OAAO,6BAA6B;CAwBzC;AAED,MAAM,OAAO,yBAAyB;CAIrC;AAED,MAAM,OAAO,2BAA2B;CAWvC;AAED,MAAM,OAAO,qBAAqB;CAwDjC;AAUD,MAAM,OAAO,wBAAwB;CAWpC;AASD,MAAM,OAAO,sBAAsB;CAUlC;AAaD,MAAM,OAAO,eAAe;CAmB3B;AAQD,MAAM,OAAO,yBAAyB;CAUrC;AAYD,MAAM,OAAO,uBAAuB;CAUnC;AAED,MAAM,OAAO,2BAA2B;CAQvC;AAED,MAAM,OAAO,4BAA4B;CAGxC;AAED,MAAM,OAAO,2BAA2B;CAgBvC;AAED,MAAM,OAAO,kBAAkB;CA4C9B;AAwDD,MAAM,OAAO,kBAAkB;CAG9B;AADC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;;kDAChD","sourcesContent":["import { ApiPropertyOptional } from '../../../..';\nimport { PhysicShareholder, MoralShareholder, Subsidiarie } from './CreateCerfa';\n\nexport class Cerfa2033Society {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n}\n\nexport type Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\nexport class Cerfa2033FixedAsset {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033CirculatingActive {\n rawMaterials: Cerfa2033ActiveValues;\n merchandise: Cerfa2033ActiveValues;\n advancesAndDeposit: Cerfa2033ActiveValues;\n claimsCustomers: Cerfa2033ActiveValues;\n claimsOthers: Cerfa2033ActiveValues;\n investmentSecurities: Cerfa2033ActiveValues;\n availabilities: Cerfa2033ActiveValues;\n prepaidExpenses: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033Equity {\n shareCapital: number;\n revaluationDifferences: number;\n legalReserve: number;\n reglemented: number;\n otherReserve: {\n purchaseOfOriginalWorks: number;\n total: number;\n };\n deferralAgain: number;\n resultOfTheExercise: number;\n regulatedProvisions: number;\n total: number;\n}\n\nexport class Cerfa2033Debts {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n otherDebts: {\n partnerCurrentAccount: number;\n total: number;\n };\n prepaid: number;\n total: number;\n}\n\nexport class Cerfa2033Referrals {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n}\n\nexport class Cerfa2033ExeploitationProducts {\n saleOfMerchandise: {\n export: number;\n total: number;\n };\n saleOfProduction: {\n goods: {\n export: number;\n total: number;\n };\n services: {\n export: number;\n total: number;\n };\n };\n stockedProduction: number;\n immobilizedProduction: number;\n operatingGrants: number;\n otherProducts: number;\n total: number;\n}\n\nexport class Cerfa2033ExploitationExpenses {\n purchaseOfMerchandise: number;\n stockVariationMerchandise: number;\n purchaseOfRawMaterials: number;\n stockVariationRawMaterials: number;\n otherExternalExpenses: {\n loanFurniture: number;\n loanRealEstate: number;\n total: number;\n };\n tax: {\n CFEandCVAE: number;\n total: number;\n };\n remunerations: number;\n social: number;\n amortization: number;\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n}\n\nexport class Cerfa2033AccountingIncome {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses;\n}\n\nexport class Cerfa2033ExploitationResult {\n total: number;\n financialProducts: number;\n financialExpenses: number;\n exceptionalProducts: number;\n exceptionalExpenses: {\n subscriptions: number;\n exceptional: number;\n total: number\n };\n benefitTax: number;\n}\n\nexport class Cerfa2033FiscalResult {\n reinstatements: {\n benefitIncome: number;\n deficitIncome: number;\n remunerations: number;\n amortizations: number;\n provisions: number;\n tax: number;\n diverse: number;\n deviations: number;\n line330: number;\n fractionOfRents: number;\n shareOfRent: number;\n relatedCharges: number;\n fiscalResult: number;\n };\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n difficultBusiness: number;\n JEI: number;\n ZRD: number;\n ZRR: number;\n revitalize: number;\n overseasInvestment: number;\n ZFANG: number;\n BUD: number;\n priorityDevelopment: number;\n total: number;\n diverse: {\n debt: number;\n exceptionalDeduction: number;\n exceptionalDeductionA: number;\n exceptionalDeductionB: number;\n exceptionalDeductionC: number;\n exceptionalDeductionD: number;\n exceptionalDeductionE: number;\n exceptionalDeductionF: number;\n exceptionalDeductionG: number;\n total: number;\n };\n resultBeforeImputation: {\n benefit: number;\n deficit: number;\n };\n deficits: {\n exercise: number;\n reportable: number;\n imputed: number;\n };\n fiscalResultAfterImputation: {\n benefit: number;\n deficit: number;\n }\n };\n}\n\nexport type ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\nexport class Cerfa2033Immobilizations {\n commercialFunds: ImmobilizationsArray;\n other: ImmobilizationsArray;\n land: ImmobilizationsArray;\n constructions: ImmobilizationsArray;\n technicalInstallations: ImmobilizationsArray;\n generalInstallations: ImmobilizationsArray;\n equipmentTransportation: ImmobilizationsArray;\n bodily: ImmobilizationsArray;\n financial: ImmobilizationsArray;\n total: ImmobilizationsArray;\n}\n\nexport type AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\nexport class Cerfa2033Amortizations {\n commercial: AmortizationArray;\n intangible: AmortizationArray;\n lands: AmortizationArray;\n constructions: AmortizationArray;\n technicalInstallations: AmortizationArray;\n generalInstallations: AmortizationArray;\n equipmentTransportation: AmortizationArray;\n bodily: AmortizationArray;\n total: AmortizationArray;\n}\n\nexport type Cerfa2033TaxableValues = {\n active: number;\n amortizations: number;\n residualValue: number;\n salePrice: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n};\n\nexport class Cerfa2033Values {\n natures: string[];\n immobilizations: {\n list: Cerfa2033TaxableValues[];\n total: Cerfa2033TaxableValues;\n };\n taxableGains: {\n residualValue: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n total: {\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n}\n\nexport type Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\nexport class Cerfa2033ProvisionNatures {\n amortizations: Cerfa2033ProvisionNaturesArray;\n majorations: Cerfa2033ProvisionNaturesArray;\n other: Cerfa2033ProvisionNaturesArray;\n risk: Cerfa2033ProvisionNaturesArray;\n immobilizations: Cerfa2033ProvisionNaturesArray;\n stock: Cerfa2033ProvisionNaturesArray;\n clientAccounts: Cerfa2033ProvisionNaturesArray;\n depreviation: Cerfa2033ProvisionNaturesArray;\n total: Cerfa2033ProvisionNaturesArray;\n}\n\nexport type Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\nexport type Cerfa2033ProvisionMovesVentilation = {\n label: string;\n amount: number;\n};\n\nexport class Cerfa2033ProvisionMoves {\n commercial: Cerfa2033ProvisionMovesDotationsAndRevivals;\n bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;\n land: Cerfa2033ProvisionMovesDotationsAndRevivals;\n constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;\n technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;\n other: Cerfa2033ProvisionMovesDotationsAndRevivals;\n total: Cerfa2033ProvisionMovesDotationsAndRevivals;\n}\n\nexport class Cerfa2033ReportableDeficits {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n}\n\nexport class Cerfa2033ApplicationDeficits {\n result: number;\n stranger: number;\n}\n\nexport class Cerfa2033ApplicationDiverse {\n bonuses: {\n deductible: number;\n cotisations: number;\n total: number;\n };\n cotisations: {\n deductible: number;\n total: number;\n };\n approvedManagementCenter: number;\n vatCollected: number;\n vatDeductible: number;\n specimens: number;\n aidReceived: number;\n investment: number;\n}\n\nexport class Cerfa2033WorkForce {\n declaration?: {\n average: number;\n apprentices: number;\n handicapped: number;\n artisanal: number;\n };\n addedValue?: {\n saleOfProducts: number;\n licences: number;\n saleOfImmobilizations: number;\n expensesTransfert: number;\n total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: number;\n deductibleExpensesTransfert: number;\n debts: number;\n total2: number;\n purchases: number;\n negativeVariation: number;\n services: number;\n rents: number;\n taxes: number;\n otherManagementExpenses: number;\n deductibleExpenses: number;\n deductibleFraction: number;\n lessValues: number;\n total3: number;\n addValue: number;\n cotisation: number;\n };\n CVAE?: {\n isEstablishment: boolean;\n turnover: number;\n workforce: number;\n turnoverGroup: number;\n period: {\n startDate: string;\n endDate: string;\n };\n cessationDate: string;\n };\n}\nexport interface Cerfa2033ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n}\n\nexport interface Cerfa2033 {\n isNil: boolean;\n isPageBNil: boolean;\n isPageCNil: boolean;\n isPageDNil: boolean;\n society: Cerfa2033Society;\n period: {\n startDate: string,\n endDate: string,\n endDay: string,\n endMonth: string,\n endYear: string,\n months: string,\n previousExerciceMonths: string\n };\n fixedAsset: Cerfa2033FixedAsset;\n circulatingActive: Cerfa2033CirculatingActive;\n totalActive: Cerfa2033ActiveValues;\n equity: Cerfa2033Equity;\n provisionsForRisks: number;\n debts: Cerfa2033Debts;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult;\n immobilizations: Cerfa2033Immobilizations;\n amortizations: Cerfa2033Amortizations;\n values: Cerfa2033Values;\n provisions: Cerfa2033ProvisionNatures;\n provisionsMoves: Cerfa2033ProvisionMoves;\n ventilations: {\n list: Cerfa2033ProvisionMovesVentilation[],\n total: number;\n },\n reportableDeficits: Cerfa2033ReportableDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n isPageGNil: boolean;\n isPageFNil: boolean;\n isPageENil: boolean;\n}\n\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n}"]}
@@ -45,7 +45,7 @@ export interface CerfaAddress {
45
45
  full: string;
46
46
  }
47
47
  export declare type CerfaAnswers = {
48
- [key in keyof typeof QuestionWording | keyof typeof Question | 'OTHER_TAX_DEDUCTION_AMOUNT_1' | 'OTHER_TAX_DEDUCTION_AMOUNT_2' | 'OTHER_TAX_DEDUCTION_AMOUNT_3' | 'OTHER_TAX_DEDUCTION_AMOUNT_4' | 'OTHER_TAX_DEDUCTION_AMOUNT_5' | 'OTHER_ADDITION_AMOUNT_1' | 'OTHER_ADDITION_AMOUNT_2' | 'OTHER_ADDITION_AMOUNT_3' | 'OTHER_ADDITION_AMOUNT_4' | 'OTHER_ADDITION_AMOUNT_5' | '39_DECIES' | '39_DECIES_A' | '39_DECIES_B' | '39_DECIES_C' | '39_DECIES_D' | '39_DECIES_E' | '39_DECIES_F' | '39_DECIES_G']: any;
48
+ [key in keyof typeof QuestionWording | keyof typeof Question]: any;
49
49
  };
50
50
  export declare type Termination = {
51
51
  type: TerminationType;
@@ -1 +1 @@
1
- {"version":3,"file":"ReadCerfa.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,mBAAmB;IAClC,WAAW,EAAE,SAAS,CAAC;IACvB,KAAK,EAAE,SAAS,GAAG,IAAI,CAAA;CACxB;AACD,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,GAAG,CAAC;CACd;AACD,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,YAAY,CAAC;CACvB;AACD,MAAM,WAAW,cAAc;IAC7B,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,YAAY,CAAC;CACvB;AACD,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,YAAY,CAAC;CACvB;AACD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,YAAY,CAAA;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AACD,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;KACpB,CAAA;IACD,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oBAAY,YAAY,GAAG;KACxB,GAAG,IAAI,MAAM,OAAO,eAAe,GAAG,MAAM,OAAO,QAAQ,GAAG,8BAA8B,GAAG,8BAA8B,GAAE,8BAA8B,GAAG,8BAA8B,GAAE,8BAA8B,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,WAAW,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,GAAG;CAChf,CAAC;AAEF,oBAAY,WAAW,GAAG;IACxB,IAAI,EAAE,eAAe,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CACpB,CAAC"}
1
+ {"version":3,"file":"ReadCerfa.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,mBAAmB;IAClC,WAAW,EAAE,SAAS,CAAC;IACvB,KAAK,EAAE,SAAS,GAAG,IAAI,CAAA;CACxB;AACD,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,GAAG,CAAC;CACd;AACD,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,YAAY,CAAC;CACvB;AACD,MAAM,WAAW,cAAc;IAC7B,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,YAAY,CAAC;CACvB;AACD,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,YAAY,CAAC;CACvB;AACD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,YAAY,CAAA;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AACD,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;KACpB,CAAA;IACD,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oBAAY,YAAY,GAAG;KACxB,GAAG,IAAI,MAAM,OAAO,eAAe,GAClC,MAAM,OAAO,QAAQ,GAAG,GAAG;CAC9B,CAAC;AAEF,oBAAY,WAAW,GAAG;IACxB,IAAI,EAAE,eAAe,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CACpB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\nimport { QuestionWording } from '../../..';\nimport { Question } from '../../../Enum/BalanceSheetQuestion';\nimport { TerminationType } from '../../../Enum/AnswerTypeValue';\n\nexport interface ReadCerfaToComplete {\n declaration: CerfaType;\n annex: CerfaType | null\n}\nexport interface ReadCerfaDocument {\n file: any;\n payload: any;\n}\nexport interface Accountant {\n has: boolean;\n name: string | null;\n phone: string | null;\n address: CerfaAddress;\n}\nexport interface CouncilDetails {\n has: boolean;\n name: string | null;\n phone: string | null;\n address: CerfaAddress;\n}\nexport interface EcfDetails {\n has: boolean;\n name: string | null;\n address: CerfaAddress;\n}\nexport interface ViewerDetails {\n has: boolean;\n name: string;\n address: CerfaAddress\n number: string | null;\n}\nexport interface CerfaAddress {\n number: string;\n street: string;\n zipCode: string;\n city: string;\n country: {\n name: string | null,\n code: string | null\n }\n full: string;\n}\n\nexport type CerfaAnswers = {\n [key in keyof typeof QuestionWording | keyof typeof Question | 'OTHER_TAX_DEDUCTION_AMOUNT_1' | 'OTHER_TAX_DEDUCTION_AMOUNT_2'| 'OTHER_TAX_DEDUCTION_AMOUNT_3' | 'OTHER_TAX_DEDUCTION_AMOUNT_4'| 'OTHER_TAX_DEDUCTION_AMOUNT_5' | 'OTHER_ADDITION_AMOUNT_1' | 'OTHER_ADDITION_AMOUNT_2' | 'OTHER_ADDITION_AMOUNT_3' | 'OTHER_ADDITION_AMOUNT_4' | 'OTHER_ADDITION_AMOUNT_5' | '39_DECIES' | '39_DECIES_A' | '39_DECIES_B' | '39_DECIES_C' | '39_DECIES_D' | '39_DECIES_E' | '39_DECIES_F' | '39_DECIES_G']: any\n};\n\nexport type Termination = {\n type: TerminationType,\n date: string | null\n};"]}
1
+ {"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\nimport { QuestionWording } from '../../..';\nimport { Question } from '../../../Enum/BalanceSheetQuestion';\nimport { TerminationType } from '../../../Enum/AnswerTypeValue';\n\nexport interface ReadCerfaToComplete {\n declaration: CerfaType;\n annex: CerfaType | null\n}\nexport interface ReadCerfaDocument {\n file: any;\n payload: any;\n}\nexport interface Accountant {\n has: boolean;\n name: string | null;\n phone: string | null;\n address: CerfaAddress;\n}\nexport interface CouncilDetails {\n has: boolean;\n name: string | null;\n phone: string | null;\n address: CerfaAddress;\n}\nexport interface EcfDetails {\n has: boolean;\n name: string | null;\n address: CerfaAddress;\n}\nexport interface ViewerDetails {\n has: boolean;\n name: string;\n address: CerfaAddress\n number: string | null;\n}\nexport interface CerfaAddress {\n number: string;\n street: string;\n zipCode: string;\n city: string;\n country: {\n name: string | null,\n code: string | null\n }\n full: string;\n}\n\nexport type CerfaAnswers = {\n [key in keyof typeof QuestionWording\n | keyof typeof Question]: any\n};\n\nexport type Termination = {\n type: TerminationType,\n date: string | null\n};"]}
@@ -71,4 +71,12 @@ export interface LabelAndAmount {
71
71
  amount: number;
72
72
  label: string;
73
73
  }
74
+ export interface OtherAllocation {
75
+ amount: number;
76
+ label: string;
77
+ }
78
+ export interface ImmobilizationSelected {
79
+ id: number;
80
+ label: string;
81
+ }
74
82
  //# sourceMappingURL=Utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Utils.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,wBAAwB,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,4BAA4B;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,wBAAwB,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB,8BAA8B,EAAE,MAAM,CAAC;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,mBAAmB,EAAE,CAAC;IACrC,cAAc,EAAE,qBAAqB,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,wBAAwB,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf"}
1
+ {"version":3,"file":"Utils.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,wBAAwB,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,4BAA4B;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,wBAAwB,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB,8BAA8B,EAAE,MAAM,CAAC;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,mBAAmB,EAAE,CAAC;IACrC,cAAc,EAAE,qBAAqB,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,wBAAwB,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1 +1 @@
1
- {"version":3,"file":"Utils.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"","sourcesContent":["export interface PartnersLegalEntity {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n shareNumber: number;\n siret: string;\n isParentCompany?: boolean;\n}\n\nexport interface PartnersNaturalPersonPayment {\n paymentYear: number;\n emolumentsAndCompensations?: number;\n fixedCompensations?: number;\n reimbursements?: number;\n}\n\nexport interface PartnersNaturalPerson {\n address: CerfaAddressFromQuestion;\n birthDate: string;\n birthDepartment: string;\n birthPlace: string;\n firstname: string;\n holdingPercent: number;\n\n /**\n * Should be an id from the country list\n */\n idBirthCountry: number;\n\n /**\n * Should be an id from the civility list\n */\n idCivility: number;\n individualProfessionalExpenses: number;\n isOwner: boolean;\n lastname: string;\n marriedName: string;\n payments?: PartnersNaturalPersonPayment[];\n shareNumber: number;\n taxNumber: string;\n}\n\nexport interface CerfaPartners {\n legalEntities: PartnersLegalEntity[];\n naturalPersons: PartnersNaturalPerson[];\n}\n\nexport interface CerfaAddressFromQuestion {\n city: string;\n idCountry: number;\n number: string;\n street: string;\n zipCode: string;\n}\n\nexport interface NameAndAddress {\n city: string;\n idCountry: number;\n name: string;\n number: string;\n street: string;\n zipCode: string;\n}\n\nexport interface Affiliate {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n siret: string;\n}\n\nexport interface OtherActivity {\n legalForm: string;\n name: string;\n salary: number;\n}\n\nexport interface LabelAndAmount {\n amount: number;\n label: string;\n}\n"]}
1
+ {"version":3,"file":"Utils.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/Utils.ts"],"names":[],"mappings":"","sourcesContent":["export interface PartnersLegalEntity {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n shareNumber: number;\n siret: string;\n isParentCompany?: boolean;\n}\n\nexport interface PartnersNaturalPersonPayment {\n paymentYear: number;\n emolumentsAndCompensations?: number;\n fixedCompensations?: number;\n reimbursements?: number;\n}\n\nexport interface PartnersNaturalPerson {\n address: CerfaAddressFromQuestion;\n birthDate: string;\n birthDepartment: string;\n birthPlace: string;\n firstname: string;\n holdingPercent: number;\n\n /**\n * Should be an id from the country list\n */\n idBirthCountry: number;\n\n /**\n * Should be an id from the civility list\n */\n idCivility: number;\n individualProfessionalExpenses: number;\n isOwner: boolean;\n lastname: string;\n marriedName: string;\n payments?: PartnersNaturalPersonPayment[];\n shareNumber: number;\n taxNumber: string;\n}\n\nexport interface CerfaPartners {\n legalEntities: PartnersLegalEntity[];\n naturalPersons: PartnersNaturalPerson[];\n}\n\nexport interface CerfaAddressFromQuestion {\n city: string;\n idCountry: number;\n number: string;\n street: string;\n zipCode: string;\n}\n\nexport interface NameAndAddress {\n city: string;\n idCountry: number;\n name: string;\n number: string;\n street: string;\n zipCode: string;\n}\n\nexport interface Affiliate {\n address: CerfaAddressFromQuestion;\n holdingPercent: number;\n legalForm: string;\n name: string;\n siret: string;\n}\n\nexport interface OtherActivity {\n legalForm: string;\n name: string;\n salary: number;\n}\n\nexport interface LabelAndAmount {\n amount: number;\n label: string;\n}\n\nexport interface OtherAllocation {\n amount: number;\n label: string;\n}\n\nexport interface ImmobilizationSelected {\n id: number;\n label: string;\n}"]}
@@ -49,7 +49,7 @@ declare type UsableBankStatementTransaction = {
49
49
  };
50
50
  declare type BankStatementData = {
51
51
  balance: number;
52
- dateBalance?: string;
52
+ dateBalance: string;
53
53
  };
54
54
  export declare type UsableBankStatement = {
55
55
  iban: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"Util.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/Util.ts"],"names":[],"mappings":"AAAA,aAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,aAAa,CAAC;CACrB,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,oBAAY,wBAAwB,GAAG,oBAAoB,EAAE,CAAC;AAE9D,oBAAY,oBAAoB,GAAG;IACjC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B,CAAC;AAEF,oBAAY,2BAA2B,GAAG;IACxC,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;KAAE,GAAG,IAAI,CAAC;IAClD,YAAY,EAAE,aAAa,EAAE,CAAC;IAC9B,IAAI,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;KAAE,GAAG,IAAI,CAAC;CAC/C,CAAC;AAEF,oBAAY,2BAA2B,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CAAE,GAAG,IAAI,CAAC;AAClF,oBAAY,aAAa,GAAG,2BAA2B,GAAG;IACxD,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;KAAE,GAAG,IAAI,CAAC;CACjD,CAAC;AAEF,oBAAY,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;AAEpE,aAAK,8BAA8B,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,aAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,8BAA8B,EAAE,CAAC;CAChD,CAAC;AAEF,oBAAY,kBAAkB,GAAG;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC"}
1
+ {"version":3,"file":"Util.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/Util.ts"],"names":[],"mappings":"AAAA,aAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,aAAa,CAAC;CACrB,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,oBAAY,wBAAwB,GAAG,oBAAoB,EAAE,CAAC;AAE9D,oBAAY,oBAAoB,GAAG;IACjC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B,CAAC;AAEF,oBAAY,2BAA2B,GAAG;IACxC,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;KAAE,GAAG,IAAI,CAAC;IAClD,YAAY,EAAE,aAAa,EAAE,CAAC;IAC9B,IAAI,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;KAAE,GAAG,IAAI,CAAC;CAC/C,CAAC;AAEF,oBAAY,2BAA2B,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CAAE,GAAG,IAAI,CAAC;AAClF,oBAAY,aAAa,GAAG,2BAA2B,GAAG;IACxD,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;KAAE,GAAG,IAAI,CAAC;CACjD,CAAC;AAEF,oBAAY,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;AAEpE,aAAK,8BAA8B,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,aAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,8BAA8B,EAAE,CAAC;CAChD,CAAC;AAEF,oBAAY,kBAAkB,GAAG;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Util.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/Util.ts"],"names":[],"mappings":"","sourcesContent":["type WSDLJeDeClare = {\n url: string;\n};\n\nexport type AccessKeysJeDeclare = {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: WSDLJeDeClare;\n};\n\nexport type GetDocumentParams = {\n itemStatus: string;\n procedureType: string;\n listType: string;\n forceTestMode?: boolean;\n};\n\nexport type ListDocumentAvailability = DocumentAvailability[];\n\nexport type DocumentAvailability = {\n 'ns2:numero': string[];\n 'ns2:statut': string[];\n 'ns2:typeDePiece': string[];\n};\n\nexport type BankStatementCFONBStructure = {\n previous: { [key: string]: string | null } | null;\n transactions: LineStructure[];\n last: { [key: string]: string | null } | null;\n};\n\nexport type LineStructureUnknowProperty = { [key: string]: string | null } | null;\nexport type LineStructure = LineStructureUnknowProperty & {\n detail: { [key: string]: string | null } | null;\n};\n\nexport type AmountType = 'credit' | 'debit' | 'neutral' | 'unknown';\n\ntype UsableBankStatementTransaction = {\n dateValue?: string;\n id?: number;\n label: string | null;\n debit: number;\n credit: number;\n idCurrency: number | null;\n complementaryLabel: string | null;\n};\n\ntype BankStatementData = {\n balance: number;\n dateBalance?: string;\n};\n\nexport type UsableBankStatement = {\n iban: string | null;\n previous: BankStatementData;\n next: BankStatementData;\n name: string | null;\n transactions: UsableBankStatementTransaction[];\n};\n\nexport type GetDocumentsParams = {\n itemStatus: string;\n procedureType: string;\n listType: string;\n forceTestMode?: boolean;\n};"]}
1
+ {"version":3,"file":"Util.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/Util.ts"],"names":[],"mappings":"","sourcesContent":["type WSDLJeDeClare = {\n url: string;\n};\n\nexport type AccessKeysJeDeclare = {\n login: string;\n password: string;\n editor: string;\n software: string;\n wsdl: WSDLJeDeClare;\n};\n\nexport type GetDocumentParams = {\n itemStatus: string;\n procedureType: string;\n listType: string;\n forceTestMode?: boolean;\n};\n\nexport type ListDocumentAvailability = DocumentAvailability[];\n\nexport type DocumentAvailability = {\n 'ns2:numero': string[];\n 'ns2:statut': string[];\n 'ns2:typeDePiece': string[];\n};\n\nexport type BankStatementCFONBStructure = {\n previous: { [key: string]: string | null } | null;\n transactions: LineStructure[];\n last: { [key: string]: string | null } | null;\n};\n\nexport type LineStructureUnknowProperty = { [key: string]: string | null } | null;\nexport type LineStructure = LineStructureUnknowProperty & {\n detail: { [key: string]: string | null } | null;\n};\n\nexport type AmountType = 'credit' | 'debit' | 'neutral' | 'unknown';\n\ntype UsableBankStatementTransaction = {\n dateValue?: string;\n id?: number;\n label: string | null;\n debit: number;\n credit: number;\n idCurrency: number | null;\n complementaryLabel: string | null;\n};\n\ntype BankStatementData = {\n balance: number;\n dateBalance: string;\n};\n\nexport type UsableBankStatement = {\n iban: string | null;\n previous: BankStatementData;\n next: BankStatementData;\n name: string | null;\n transactions: UsableBankStatementTransaction[];\n};\n\nexport type GetDocumentsParams = {\n itemStatus: string;\n procedureType: string;\n listType: string;\n forceTestMode?: boolean;\n};"]}
@@ -1,4 +1,3 @@
1
- import { AmountType } from './Util';
2
1
  export declare const CFONB_START_LINE = 0;
3
2
  export declare const CFONB_START_LINE_LENGTH = 2;
4
3
  export declare const CFFONB_LINE_LENGHT = 120;
@@ -19,5 +18,4 @@ export declare const CFONB_NEW_BALANCE: CFONBStructureObejct;
19
18
  export declare function initializeCFONBStructreObject(structure: CFONBStructureObejct): {
20
19
  [key: string]: string | null;
21
20
  } | null;
22
- export declare function codeInterbankToTypeAmount(code: string | null): AmountType;
23
21
  //# sourceMappingURL=UtilCFONB.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UtilCFONB.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/UtilCFONB.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,uBAAuB,IAAI,CAAC;AACzC,eAAO,MAAM,kBAAkB,MAAM,CAAC;AACtC,eAAO,MAAM,2BAA2B,OAAO,CAAC;AAChD,eAAO,MAAM,uBAAuB,OAAO,CAAC;AAC5C,eAAO,MAAM,8BAA8B,OAAO,CAAC;AACnD,eAAO,MAAM,sBAAsB,OAAO,CAAC;AAE3C,oBAAY,oBAAoB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAAE,CAAC;AAE1F,eAAO,MAAM,sBAAsB,EAAE,oBAqDpC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,oBA6EhC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,oBAqDvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,oBAqD/B,CAAC;AAEF,wBAAgB,6BAA6B,CAAC,SAAS,EAAC,oBAAoB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CAAE,GAAG,IAAI,CAMrH;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,UAAU,CA0HzE"}
1
+ {"version":3,"file":"UtilCFONB.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/jeDeclare/UtilCFONB.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,uBAAuB,IAAI,CAAC;AACzC,eAAO,MAAM,kBAAkB,MAAM,CAAC;AACtC,eAAO,MAAM,2BAA2B,OAAO,CAAC;AAChD,eAAO,MAAM,uBAAuB,OAAO,CAAC;AAC5C,eAAO,MAAM,8BAA8B,OAAO,CAAC;AACnD,eAAO,MAAM,sBAAsB,OAAO,CAAC;AAE3C,oBAAY,oBAAoB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAAE,CAAC;AAE1F,eAAO,MAAM,sBAAsB,EAAE,oBAqDpC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,oBA6EhC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,oBAqDvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,oBAqD/B,CAAC;AAEF,wBAAgB,6BAA6B,CAAC,SAAS,EAAC,oBAAoB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CAAE,GAAG,IAAI,CAMrH"}