@silexpert/core 0.4.122 → 0.4.124
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.
- package/es/api/resources/Closing.d.ts +6 -0
- package/es/api/resources/Closing.d.ts.map +1 -0
- package/es/api/resources/Closing.js +7 -0
- package/es/api/resources/Closing.js.map +1 -0
- package/es/api/resources/shareCapital.d.ts +29 -0
- package/es/api/resources/shareCapital.d.ts.map +1 -0
- package/es/api/resources/shareCapital.js +32 -0
- package/es/api/resources/shareCapital.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +8 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +8 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ocr.d.ts +5 -0
- package/es/types/Enum/Ocr.d.ts.map +1 -0
- package/es/types/Enum/Ocr.js +6 -0
- package/es/types/Enum/Ocr.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +6 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +21 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +6 -4
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/2031.d.ts +157 -0
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2031.js +17 -0
- package/es/types/Interface/api/cerfa/2031.js.map +1 -0
- package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
- package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2033.js +429 -0
- package/es/types/Interface/api/cerfa/2033.js.map +1 -0
- package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
- package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2035.js +43 -0
- package/es/types/Interface/api/cerfa/2035.js.map +1 -0
- package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
- package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2050.js +3 -0
- package/es/types/Interface/api/cerfa/2050.js.map +1 -0
- package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
- package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2065.js +21 -0
- package/es/types/Interface/api/cerfa/2065.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts +6 -0
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
- package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts +1 -3
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
- package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +4 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +3 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +3 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySocial.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Closing.js +18 -0
- package/js/api/resources/Closing.js.map +1 -0
- package/js/api/resources/shareCapital.js +47 -0
- package/js/api/resources/shareCapital.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +8 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ocr.js +12 -0
- package/js/types/Enum/Ocr.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +6 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/2031.js +29 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -0
- package/js/types/Interface/api/cerfa/2033.js +295 -0
- package/js/types/Interface/api/cerfa/2033.js.map +1 -0
- package/js/types/Interface/api/cerfa/2035.js +47 -0
- package/js/types/Interface/api/cerfa/2035.js.map +1 -0
- package/js/types/Interface/api/cerfa/2050.js +10 -0
- package/js/types/Interface/api/cerfa/2050.js.map +1 -0
- package/js/types/Interface/api/cerfa/2065.js +37 -0
- package/js/types/Interface/api/cerfa/2065.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js → api/closing/ProcessedClosing.js} +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js.map → api/closing/ProcessedClosing.js.map} +1 -1
- package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
- package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +2 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +4 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +99 -15
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +8 -0
- package/ts/api/resources/shareCapital.ts +37 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/Ocr.ts +4 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +19 -4
- package/ts/types/Interface/api/cerfa/2031.ts +154 -0
- package/ts/types/Interface/api/cerfa/2033.ts +722 -0
- package/ts/types/Interface/api/cerfa/2035.ts +414 -0
- package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
- package/ts/types/Interface/api/cerfa/2065.ts +128 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
- package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
- package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +3 -5
- package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
- package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
- package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
- package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
- package/ts/types/Interface/models/ISocietySocial.ts +2 -2
- package/ts/types/index.ts +9 -2
- package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
- package/es/types/Interface/models/IPrestationSocial.js +0 -2
- package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
- package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
|
@@ -3,351 +3,64 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.ParamsGenerate2065 = exports.Cerfa2065Remunerations = exports.Cerfa2065Society = exports.ParamsGenerate2033 = exports.Cerfa2033WorkForce = exports.Cerfa2033ApplicationDiverse = exports.Cerfa2033ApplicationDeficits = exports.Cerfa2033ReportableDeficits = exports.Cerfa2033ProvisionMoves = exports.Cerfa2033ProvisionNatures = exports.Cerfa2033Values = exports.Cerfa2033Amortizations = exports.Cerfa2033Immobilizations = exports.Cerfa2033FiscalResult = exports.Cerfa2033ExploitationResult = exports.Cerfa2033AccountingIncome = exports.Cerfa2033ExploitationExpenses = exports.Cerfa2033ExeploitationProducts = exports.Cerfa2033Referrals = exports.Cerfa2033Debts = exports.Cerfa2033Equity = exports.Cerfa2033CirculatingActive = exports.Cerfa2033FixedAsset = exports.Cerfa2033Society = exports.ParamsGenerate2035FullDocument = exports.ParamsGenerate2035 = exports.ParamsGenerate2050 = exports.ParamsGenerate2031 = undefined;
|
|
7
6
|
|
|
8
|
-
var
|
|
7
|
+
var _ = require("./2031");
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
class ParamsGenerate2031 {}
|
|
27
|
-
|
|
28
|
-
exports.ParamsGenerate2031 = ParamsGenerate2031;
|
|
29
|
-
|
|
30
|
-
__decorate([(0, _utils.ApiProperty)({
|
|
31
|
-
description: 'Formulaire à néant'
|
|
32
|
-
}), __metadata("design:type", Boolean)], ParamsGenerate2031.prototype, "isNil", void 0);
|
|
33
|
-
|
|
34
|
-
class ParamsGenerate2050 {}
|
|
35
|
-
|
|
36
|
-
exports.ParamsGenerate2050 = ParamsGenerate2050;
|
|
37
|
-
|
|
38
|
-
class ParamsGenerate2035 {}
|
|
39
|
-
|
|
40
|
-
exports.ParamsGenerate2035 = ParamsGenerate2035;
|
|
41
|
-
|
|
42
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "isNil", void 0);
|
|
43
|
-
|
|
44
|
-
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
45
|
-
description: 'Modifie le chemin du PDF'
|
|
46
|
-
}), (0, _boolean.ToBoolean)(), (0, _classValidator.IsBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "isTest", void 0);
|
|
47
|
-
|
|
48
|
-
class ParamsGenerate2035FullDocument {}
|
|
49
|
-
|
|
50
|
-
exports.ParamsGenerate2035FullDocument = ParamsGenerate2035FullDocument;
|
|
51
|
-
|
|
52
|
-
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
53
|
-
description: 'Modifie le chemin du PDF'
|
|
54
|
-
}), __metadata("design:type", Boolean)], ParamsGenerate2035FullDocument.prototype, "isTest", void 0);
|
|
55
|
-
|
|
56
|
-
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", ParamsGenerate2035)], ParamsGenerate2035FullDocument.prototype, "cerfa2035", void 0);
|
|
57
|
-
|
|
58
|
-
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2035FullDocument.prototype, "cerfa2035WithSuites", void 0);
|
|
59
|
-
/**
|
|
60
|
-
* CERFA 2033 TYPES
|
|
61
|
-
*/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
class Cerfa2033Society {}
|
|
65
|
-
|
|
66
|
-
exports.Cerfa2033Society = Cerfa2033Society;
|
|
67
|
-
|
|
68
|
-
class Cerfa2033FixedAsset {}
|
|
69
|
-
|
|
70
|
-
exports.Cerfa2033FixedAsset = Cerfa2033FixedAsset;
|
|
71
|
-
|
|
72
|
-
class Cerfa2033CirculatingActive {}
|
|
73
|
-
|
|
74
|
-
exports.Cerfa2033CirculatingActive = Cerfa2033CirculatingActive;
|
|
75
|
-
|
|
76
|
-
class Cerfa2033Equity {}
|
|
77
|
-
|
|
78
|
-
exports.Cerfa2033Equity = Cerfa2033Equity;
|
|
79
|
-
|
|
80
|
-
class Cerfa2033Debts {}
|
|
81
|
-
|
|
82
|
-
exports.Cerfa2033Debts = Cerfa2033Debts;
|
|
83
|
-
|
|
84
|
-
class Cerfa2033Referrals {}
|
|
85
|
-
|
|
86
|
-
exports.Cerfa2033Referrals = Cerfa2033Referrals;
|
|
87
|
-
|
|
88
|
-
class Cerfa2033ExeploitationProducts {}
|
|
89
|
-
|
|
90
|
-
exports.Cerfa2033ExeploitationProducts = Cerfa2033ExeploitationProducts;
|
|
91
|
-
|
|
92
|
-
class Cerfa2033ExploitationExpenses {}
|
|
93
|
-
|
|
94
|
-
exports.Cerfa2033ExploitationExpenses = Cerfa2033ExploitationExpenses;
|
|
95
|
-
|
|
96
|
-
class Cerfa2033AccountingIncome {}
|
|
97
|
-
|
|
98
|
-
exports.Cerfa2033AccountingIncome = Cerfa2033AccountingIncome;
|
|
99
|
-
|
|
100
|
-
class Cerfa2033ExploitationResult {}
|
|
101
|
-
|
|
102
|
-
exports.Cerfa2033ExploitationResult = Cerfa2033ExploitationResult;
|
|
103
|
-
|
|
104
|
-
class Cerfa2033FiscalResult {}
|
|
105
|
-
|
|
106
|
-
exports.Cerfa2033FiscalResult = Cerfa2033FiscalResult;
|
|
107
|
-
|
|
108
|
-
class Cerfa2033Immobilizations {}
|
|
109
|
-
|
|
110
|
-
exports.Cerfa2033Immobilizations = Cerfa2033Immobilizations;
|
|
111
|
-
|
|
112
|
-
class Cerfa2033Amortizations {}
|
|
113
|
-
|
|
114
|
-
exports.Cerfa2033Amortizations = Cerfa2033Amortizations;
|
|
115
|
-
|
|
116
|
-
class Cerfa2033Values {}
|
|
117
|
-
|
|
118
|
-
exports.Cerfa2033Values = Cerfa2033Values;
|
|
119
|
-
|
|
120
|
-
class Cerfa2033ProvisionNatures {}
|
|
121
|
-
|
|
122
|
-
exports.Cerfa2033ProvisionNatures = Cerfa2033ProvisionNatures;
|
|
123
|
-
|
|
124
|
-
class Cerfa2033ProvisionMoves {}
|
|
125
|
-
|
|
126
|
-
exports.Cerfa2033ProvisionMoves = Cerfa2033ProvisionMoves;
|
|
127
|
-
|
|
128
|
-
class Cerfa2033ReportableDeficits {}
|
|
129
|
-
|
|
130
|
-
exports.Cerfa2033ReportableDeficits = Cerfa2033ReportableDeficits;
|
|
131
|
-
|
|
132
|
-
class Cerfa2033ApplicationDeficits {}
|
|
133
|
-
|
|
134
|
-
exports.Cerfa2033ApplicationDeficits = Cerfa2033ApplicationDeficits;
|
|
135
|
-
|
|
136
|
-
class Cerfa2033ApplicationDiverse {}
|
|
137
|
-
|
|
138
|
-
exports.Cerfa2033ApplicationDiverse = Cerfa2033ApplicationDiverse;
|
|
139
|
-
|
|
140
|
-
class Cerfa2033WorkForce {}
|
|
141
|
-
|
|
142
|
-
exports.Cerfa2033WorkForce = Cerfa2033WorkForce;
|
|
143
|
-
|
|
144
|
-
class ParamsGenerate2033 {}
|
|
145
|
-
|
|
146
|
-
exports.ParamsGenerate2033 = ParamsGenerate2033;
|
|
147
|
-
|
|
148
|
-
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
149
|
-
description: 'Modifie le chemin du PDF'
|
|
150
|
-
}), __metadata("design:type", Boolean)], ParamsGenerate2033.prototype, "isTest", void 0);
|
|
151
|
-
|
|
152
|
-
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], ParamsGenerate2033.prototype, "isNil", void 0);
|
|
153
|
-
|
|
154
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "equityOtherReservePurchaseOfOriginalWorks", void 0);
|
|
155
|
-
|
|
156
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "referralFixedAssets", void 0);
|
|
157
|
-
|
|
158
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "referralDebtsMoreThanOneYear", void 0);
|
|
159
|
-
|
|
160
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "referralClaims", void 0);
|
|
161
|
-
|
|
162
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "saleOfMerchandiseExport", void 0);
|
|
163
|
-
|
|
164
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "saleOfProductionGoodsExport", void 0);
|
|
165
|
-
|
|
166
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "saleOfProductionServicesExport", void 0);
|
|
167
|
-
|
|
168
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "otherExpensesProvisions", void 0);
|
|
169
|
-
|
|
170
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "otherExpensesCotisations", void 0);
|
|
171
|
-
|
|
172
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalExpensesSubscriptions", void 0);
|
|
173
|
-
|
|
174
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalExpensesExceptional", void 0);
|
|
175
|
-
|
|
176
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsRemuneration", void 0);
|
|
177
|
-
|
|
178
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsAmortizations", void 0);
|
|
179
|
-
|
|
180
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsProvisions", void 0);
|
|
181
|
-
|
|
182
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsDiverse", void 0);
|
|
183
|
-
|
|
184
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsDeviations", void 0);
|
|
185
|
-
|
|
186
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsShareOfRent", void 0);
|
|
187
|
-
|
|
188
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsFractionOfRents", void 0);
|
|
189
|
-
|
|
190
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsRelatedCharges", void 0);
|
|
191
|
-
|
|
192
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsFiscalResult", void 0);
|
|
193
|
-
|
|
194
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "maritimeTransportDeduction", void 0);
|
|
195
|
-
|
|
196
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "newBusinessDeduction", void 0);
|
|
197
|
-
|
|
198
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZFUDeduction", void 0);
|
|
199
|
-
|
|
200
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "difficultBusinessDeduction", void 0);
|
|
201
|
-
|
|
202
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "JEIDeduction", void 0);
|
|
203
|
-
|
|
204
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZRDDeduction", void 0);
|
|
205
|
-
|
|
206
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZRRDeduction", void 0);
|
|
207
|
-
|
|
208
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "revitalizeDeduction", void 0);
|
|
209
|
-
|
|
210
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "overseasInvestmentDeduction", void 0);
|
|
211
|
-
|
|
212
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZFANGDeduction", void 0);
|
|
213
|
-
|
|
214
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "BUDDeduction", void 0);
|
|
215
|
-
|
|
216
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "priorityDevelopmentDeduction", void 0);
|
|
217
|
-
|
|
218
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "diverseDebts", void 0);
|
|
219
|
-
|
|
220
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeduction", void 0);
|
|
221
|
-
|
|
222
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionA", void 0);
|
|
223
|
-
|
|
224
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionB", void 0);
|
|
225
|
-
|
|
226
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionC", void 0);
|
|
227
|
-
|
|
228
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionD", void 0);
|
|
229
|
-
|
|
230
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionE", void 0);
|
|
231
|
-
|
|
232
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionF", void 0);
|
|
233
|
-
|
|
234
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionG", void 0);
|
|
235
|
-
|
|
236
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "deficitsExercise", void 0);
|
|
237
|
-
|
|
238
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "deficitsReportable", void 0);
|
|
239
|
-
|
|
240
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "deficitsImputed", void 0);
|
|
241
|
-
|
|
242
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], ParamsGenerate2033.prototype, "addedValueNatures", void 0);
|
|
243
|
-
|
|
244
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "majorationsBeginingAmount", void 0);
|
|
245
|
-
|
|
246
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "majorationsIncreases", void 0);
|
|
247
|
-
|
|
248
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "majorationsDiminution", void 0);
|
|
249
|
-
|
|
250
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesBodilyDotations", void 0);
|
|
251
|
-
|
|
252
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesBodilyRevivals", void 0);
|
|
253
|
-
|
|
254
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesBodilyAmount", void 0);
|
|
255
|
-
|
|
256
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandDotations", void 0);
|
|
257
|
-
|
|
258
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandRevivals", void 0);
|
|
259
|
-
|
|
260
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandLabel", void 0);
|
|
261
|
-
|
|
262
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandAmount", void 0);
|
|
263
|
-
|
|
264
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsDotations", void 0);
|
|
265
|
-
|
|
266
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsRevivals", void 0);
|
|
267
|
-
|
|
268
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsLabel", void 0);
|
|
269
|
-
|
|
270
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsAmount", void 0);
|
|
271
|
-
|
|
272
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsDotations", void 0);
|
|
273
|
-
|
|
274
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsRevivals", void 0);
|
|
275
|
-
|
|
276
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsLabel", void 0);
|
|
277
|
-
|
|
278
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsAmount", void 0);
|
|
279
|
-
|
|
280
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsDotations", void 0);
|
|
281
|
-
|
|
282
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsRevivals", void 0);
|
|
283
|
-
|
|
284
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsLabel", void 0);
|
|
285
|
-
|
|
286
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsAmount", void 0);
|
|
287
|
-
|
|
288
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionDotations", void 0);
|
|
289
|
-
|
|
290
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionRevivals", void 0);
|
|
291
|
-
|
|
292
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionLabel", void 0);
|
|
293
|
-
|
|
294
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionAmount", void 0);
|
|
295
|
-
|
|
296
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherDotations", void 0);
|
|
297
|
-
|
|
298
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherRevivals", void 0);
|
|
299
|
-
|
|
300
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherLabel", void 0);
|
|
301
|
-
|
|
302
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherAmount", void 0);
|
|
303
|
-
|
|
304
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Array)], ParamsGenerate2033.prototype, "ventilations", void 0);
|
|
305
|
-
|
|
306
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsResult", void 0);
|
|
307
|
-
|
|
308
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsStranger", void 0);
|
|
309
|
-
|
|
310
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsDeductible", void 0);
|
|
311
|
-
|
|
312
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsCotisations", void 0);
|
|
313
|
-
|
|
314
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsTotal", void 0);
|
|
315
|
-
|
|
316
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "cotisationsDeductible", void 0);
|
|
317
|
-
|
|
318
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "cotisationsTotal", void 0);
|
|
319
|
-
|
|
320
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "approvedManagementCenter", void 0);
|
|
321
|
-
|
|
322
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "vatCollected", void 0);
|
|
323
|
-
|
|
324
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "vatDeductible", void 0);
|
|
325
|
-
|
|
326
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "specimens", void 0);
|
|
327
|
-
|
|
328
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "aidReceived", void 0);
|
|
329
|
-
|
|
330
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "investment", void 0);
|
|
331
|
-
|
|
332
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "reportableDeficitsTransferred", void 0);
|
|
333
|
-
|
|
334
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "reportableDeficitsOperations", void 0);
|
|
9
|
+
Object.keys(_).forEach(function (key) {
|
|
10
|
+
if (key === "default" || key === "__esModule") return;
|
|
11
|
+
Object.defineProperty(exports, key, {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () {
|
|
14
|
+
return _[key];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
335
18
|
|
|
336
|
-
|
|
19
|
+
var _2 = require("./2033");
|
|
337
20
|
|
|
338
|
-
|
|
21
|
+
Object.keys(_2).forEach(function (key) {
|
|
22
|
+
if (key === "default" || key === "__esModule") return;
|
|
23
|
+
Object.defineProperty(exports, key, {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () {
|
|
26
|
+
return _2[key];
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
});
|
|
339
30
|
|
|
340
|
-
|
|
31
|
+
var _3 = require("./2035");
|
|
341
32
|
|
|
342
|
-
|
|
33
|
+
Object.keys(_3).forEach(function (key) {
|
|
34
|
+
if (key === "default" || key === "__esModule") return;
|
|
35
|
+
Object.defineProperty(exports, key, {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () {
|
|
38
|
+
return _3[key];
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
});
|
|
343
42
|
|
|
344
|
-
|
|
43
|
+
var _4 = require("./2050");
|
|
345
44
|
|
|
346
|
-
|
|
45
|
+
Object.keys(_4).forEach(function (key) {
|
|
46
|
+
if (key === "default" || key === "__esModule") return;
|
|
47
|
+
Object.defineProperty(exports, key, {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () {
|
|
50
|
+
return _4[key];
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
});
|
|
347
54
|
|
|
348
|
-
|
|
55
|
+
var _5 = require("./2065");
|
|
349
56
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
57
|
+
Object.keys(_5).forEach(function (key) {
|
|
58
|
+
if (key === "default" || key === "__esModule") return;
|
|
59
|
+
Object.defineProperty(exports, key, {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () {
|
|
62
|
+
return _5[key];
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
});
|
|
353
66
|
//# sourceMappingURL=CreateCerfa.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { VehicleCerfaFuel } from '../../../Enum/Vehicle';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport interface DeterminedResult {\n incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »\n debts: boolean; // d'après les règles « créances-dettes »\n}\n\nexport type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';\nexport type CerfaCivility = 'M' | 'Mme' | 'Mlle';\n\nexport interface AccreditedOrganization {\n isMember: boolean;\n memberSince: Date;\n numberOfEmployees: string;\n netWagesReceived: number; // Salaires nets perçus\n}\n\ninterface Vehicle {\n name: string;\n type: string;\n fiscalPower: number;\n isBNCScale: boolean;\n isBICScale: boolean;\n fuel: VehicleCerfaFuel;\n professionalKilometers: number;\n deductible: number;\n depreciationPracticedAtReintegrate: number;\n}\n\nexport interface MoralShareholder {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n shares: number;\n address: {\n number: number | undefined;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\nexport interface PhysicShareholder {\n civility: CerfaCivility;\n firstname: string;\n lastname: string;\n percentShares: number;\n marriedName: string | null | undefined;\n shares: number | null;\n birth: {\n date: string;\n department: string | undefined;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n },\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | undefined;\n countryCode: string | null | undefined;\n number: string | undefined;\n }\n}\n\nexport interface Subsidiarie {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n address: {\n number: number;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: Date, endDate: Date };\n cessationDate: Date;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: Date, endDate: Date, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport interface Cerfa2035WithSuites {\n header: {\n siret: string;\n mail: string;\n phone: string;\n name: string;\n change: {\n st: string;\n nd: string;\n },\n declarantAddress: string;\n activityType: string;\n activityStartDate: string;\n privateSocietyAddress: string;\n civilSocietyAddress: string;\n informationsStartingPeriod: string;\n informationsEndingPeriod: string;\n address: {\n st: string;\n nd: string;\n city: string;\n country: string;\n countryCode: string | null;\n },\n secondaryPracticeAddress: string;\n },\n taxation: {\n profitResult: number;\n deficitResult: number;\n exemptCharges: number;\n depreciationCharges: number;\n addedValueProducts: number;\n portfolioCapitalIncome: number;\n taxedNetTotal: number;\n longTermTaxableAddedValue: number;\n longTermDefferedAddedValue: number;\n quintiesNewCompany: boolean;\n sexiesNewCompany: boolean;\n exemptInnovatingActivity: boolean;\n urbanZoneActivity: boolean;\n othersExemption: boolean;\n relatedCreationDate: string;\n relatedActivityStartingDate: string;\n nonProfessionnalProfit: number;\n nonProfessionnalAddedValue: number;\n nonProfessionnalProfitExemptions: number;\n nonProfessionnalDeficit: number;\n nonProfessionnalLongTermAddedValue: number;\n nonProfessionnalYoungArtistsExemptions: number;\n nonProfessionnalShortTermAddedValue: number;\n productsAddedValue: { duodecies: number; }\n chargesDeprecatedValue: { duodecies: number; };\n accountantInfos: number;\n committeeInfos: number;\n certifiedAssociation: number;\n serviceProvider: number;\n ecf: boolean;\n declarantSignature: string;\n signatureDate: string;\n signaturePlace: string;\n accountingSoftwareName: string;\n isAccountingAccounterised: {\n yes: boolean;\n no: boolean;\n }\n certifiedAccountingProfessionnal: string;\n aaOrOmga: boolean;\n aaOmgaAgreementNumber: string;\n longTermExemptAddedValue151: number;\n longTermExemptAddedValue151A: number;\n longTermExemptAddedValue238: number;\n longTermExemptAddedValue151B: number;\n profitExoneration: number;\n addedValueExoneration: number;\n },\n declaration: {\n paidService: string[];\n incomesAmount: number;\n employees: {\n total: number;\n disabled: number;\n apprentice: number;\n }\n grossAmountSalary: number;\n employeesCivilSociety: number;\n netSalaryShare: number;\n fixedAssets: {\n currentYearPartDepreciation: number;\n pastAssociatedPartDepreciation: number;\n grossPriceTotal: number;\n grossPriceLastAnnexTotal: number;\n depreciableBaseTotal: number;\n currentAssociatedPartDepreciation: number;\n depreciableBaseLastAnnexTotal: number;\n pastDepreciationsAmountsTotal: number;\n pastDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsTotal: number;\n currentYearTotal: number;\n vehicules: number;\n currentYearNetGrant: number;\n grossPriceDepreciationFraction: number;\n vatAmountDepreciationFraction: number;\n vatAmountTotal: number;\n vatAmountLastAnnexTotal: number;\n depreciableBaseDepreciationFraction: number;\n list: Array<{\n purchaseDate: string;\n grossPrice: number;\n vatAmount: number;\n depreciableBase: number;\n depreciationType: string;\n pastDepreciationsAmounts: number;\n currentYearDepreciationsAmounts: number;\n type: string;\n }>,\n total: number;\n },\n addedValueEstablishing: {\n list: Array<{\n type: string;\n purchaseDate: string;\n transferDate: string;\n originalValue: number;\n depreciations: number;\n residualValue: number;\n handoverPrice: number;\n shortTermValue: number;\n longTermValue: number;\n longTermSpread: number;\n }>,\n shortTermExemptArt151: number;\n shortTermExemptArt151A: number;\n shortTermExemptArt238: number;\n longTermExemptArt151: number;\n longTermExemptArt151A: number;\n longTermExemptArt238: number;\n longTermExemptArt151B: number;\n shortTermValue: { toReport: number }\n longTermSpread: number;\n shortTermSpread: number;\n },\n resultsDistribution: {\n slicePercentage: {\n annexTotal: number\n },\n resultShare: {\n annexTotal: number\n },\n individualProCharges: {\n annexTotal: number\n },\n netAmount: {\n annexTotal: number\n },\n longTermAddedValue: {\n annexTotal: number\n }\n list: Array<{\n basicInfos: string;\n managerPartner: boolean;\n slicePercentage: number;\n resultShare: number;\n individualProCharges: number;\n netAmount: number;\n longTermAddedValue: number\n birthdate?: string;\n birthplace?: string;\n birthCountry?: string;\n birthCountryCode: string | null;\n birthDepartment?: string;\n siren?: string;\n fiscalNumber?: string;\n name: string;\n address: string;\n isPhysic: boolean\n city?: string;\n country?: string;\n countryCode?: string;\n }>\n }\n name: string;\n siret: string;\n }\n}\n\nexport class ParamsGenerate2031 {\n @ApiProperty({ description: 'Formulaire à néant' })\n isNil: boolean;\n}\n\nexport class ParamsGenerate2050 {\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isNil?: boolean;\n\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class ParamsGenerate2035FullDocument {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n cerfa2035?: ParamsGenerate2035;\n\n @ApiProperty()\n cerfa2035WithSuites?: ParamsGenerate2035WithSuites;\n\n // @ApiPropertyOptional()\n // withoutTax?: boolean;\n\n // @ApiPropertyOptional()\n // withTax?: boolean;\n\n // @ApiPropertyOptional()\n // disbursements?: number | null; // Débours payés pour le compte des clients\n\n // @ApiPropertyOptional()\n // supplement?: number | null; // Honoraires rétrocédés (dont suppléments rétrocédés)\n\n // @ApiPropertyOptional()\n // activityCode?: string | null; // Code activité pour les praticiens médicaux\n\n // @ApiPropertyOptional()\n // valueAddedTax?: number | null; // Impôts et taxes : Taxe sur la valeur ajoutée\n\n // @ApiPropertyOptional()\n // equipmentRentalCollaborationFees?: number | null; // Location de matériel et de mobilier – dont redevances de collaboration\n\n // @ApiPropertyOptional()\n // lumpSumAssessment?: boolean | null; // Frais de véhicules - (cocher la case si évaluation forfaitaire)\n\n // @ApiPropertyOptional()\n // personalSocialChargesObligatory?: number | null; // Charges sociales personnelles - dont obligatoires\n\n // @ApiPropertyOptional()\n // contributionsMadelin?: number | null; // Charges sociales personnelles - dont cotisations facultatives Madelin\n\n // @ApiPropertyOptional()\n // retirementSavingsPlans?: number | null; // Dont facultatives aux nouveaux plans d’épargne retraite\n\n // @ApiPropertyOptional()\n // miscellaneousToBeReinstated?: number | null; // Divers à réintégrer\n\n // @ApiPropertyOptional()\n // civilSocietyBenefit?: number | null; // Bénéfice Société civile de moyen\n\n // @ApiPropertyOptional()\n // administrationFees?: number | null; // Frais d'établissement\n\n // @ApiPropertyOptional()\n // mtbdFreeZoneAmount?: number | null; // dont exonération sur le bénéfice « zone franche urbaine territoire entrepreneur »\n\n // @ApiPropertyOptional()\n // mtbdNewBusinessAmount?: number | null; // dont exonération sur le bénéfice « entreprise nouvelle »\n\n // @ApiPropertyOptional()\n // mtbdInnovativeCompaniesAmount?: number | null; // dont exonération « jeunes entreprises innovantes »\n\n // @ApiPropertyOptional()\n // mtbdInnovativeCompaniesYoungArtists?: number | null; // dont exonération sur le bénéfice « jeunes artistes »\n\n // @ApiPropertyOptional()\n // mtbdDoctorsExemptionAmount?: number | null; // dont exonération médecins « zones déficitaires en offre de soins »\n\n // @ApiPropertyOptional()\n // mtbdDoctorsExemptionSectorApprovedDoctors?: number | null; // dont déductions « médecins conventionnés de secteur I »\n\n // @ApiPropertyOptional()\n // grossReceipts?: number | null; // Montant de la TVA afférente aux recettes brutes\n\n // @ApiPropertyOptional()\n // relatedToPurchasesAmount?: number | null; // Montant de la TVA afférente aux achats (biens et services autres qu'immobilisations) :\n\n // @ApiPropertyOptional()\n // retrocededFees?: number | null; // dont montant de la TVA afférente aux honoraires rétrocédés\n\n // @ApiPropertyOptional()\n // territorialContribution?: number | null; // Recettes provenant d'activités exonérées à titre permanent\n\n // @ApiPropertyOptional()\n // miscellaneousToBeDeductedTotal?: number | null; // Divers à déduire (CL)\n}\n\nexport type ParamsGenerate2035WithSuites = Record<string, unknown>;\n/**\n * CERFA 2033 TYPES\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 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 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 isNil: boolean;\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 society: Cerfa2033Society;\n period: {\n startDate: Date,\n endDate: Date,\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 applicationDeficits: Cerfa2033ApplicationDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[], isSubsidiariesNil: 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}\n\nexport class Cerfa2065Society {\n name: string;\n addressFormatted: string;\n siret: string;\n email: string;\n oldAddress: string | null;\n}\n\nexport class Cerfa2065Remunerations {\n name: string;\n address: { country: string; address: string; countryCode: string | null; };\n sharesHeld: number;\n year: string;\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n reason: string;\n}\nexport interface Cerfa2065 {\n isNil?: boolean;\n society: Cerfa2065Society;\n period: {\n startDate: Date,\n endDate: Date,\n months: string;\n };\n isSimplifiedRegime: boolean;\n isDeclarationForGroup: boolean;\n isRealRegime: boolean;\n isPME: boolean;\n fillialeText: string | null;\n isTonnageOption: boolean;\n headOffice: { addressFormatted: string; country: string; countryCode: string | null; street: string; zipCode: string; city: string; }\n incomeDate: Date | null;\n siret: string | null;\n activity: string;\n hasActivityChanged: boolean;\n benefit31: number;\n benefit28: number;\n deficit: number;\n benefit15: number;\n resultNet: number;\n addedValues15: number;\n addedValues19: number;\n exoneration: number;\n otherAddedValues19: number;\n otherAddedValues0: number;\n isNewBusinessSexies: boolean;\n isYoungBusiness: boolean;\n isNewBusinessSepties: boolean;\n isActivityZone: boolean;\n isRestructuration: boolean;\n isUrbanToDynamise: boolean;\n isUrban: boolean;\n isOther: boolean;\n isPriorityZone: boolean;\n isInvestmentBusiness: boolean;\n benefitOrDeficit: string;\n exoneration15: number;\n isImpositionDOMTOM: boolean;\n furnitureIncome: number;\n icomeOther: number;\n income2Dot5: number;\n isSocietyHead: boolean;\n otherSocietyHead: { name: string; number: string };\n isSocietyDesigned: boolean;\n societyHead: { name: string; number: string };\n hasAccountancyComputerized: boolean;\n hasNotAccountancyComputerized: boolean;\n accountancyComputerizedName: string;\n accountant: {\n name: string;\n phone: string;\n };\n hasOGA: boolean;\n hasViewer: boolean;\n OGA: { name: string; number: string };\n ecf: boolean;\n ecfName: string;\n council: {\n name: string;\n phone: string;\n };\n declarer: {\n date: string;\n place: string;\n name: string;\n }\n distributionAmount: { bySociety: number; byEstablishment: number };\n remuneration: number;\n advances: number;\n others: Array<{ label: string; amount: number; }>;\n elligible: number;\n noElligible: number;\n amountRemunerations: number;\n remunerations: Cerfa2065Remunerations[],\n diverse: {\n name: string;\n address: string;\n otherAddress: string;\n }\n simplified: {\n amount: number;\n retrocessions: number;\n remainingExerciceStart: number;\n imputed: number;\n realized: number;\n remaining: number;\n }\n}\n\nexport type Cerfa2050 = Record<string, unknown>;\n\nexport interface Cerfa2031 {\n period: { months: number; },\n header: {\n opening: string;\n closure: string;\n realSystem: boolean,\n simplifiedAccounting: boolean,\n vat: boolean,\n tonnageTaxation: boolean,\n simplifiedSystem: boolean\n },\n identification: {\n companyDenomination: string;\n companyAddress: string;\n phoneNumber: string;\n email: string;\n siren: string;\n declarantEmail: string;\n declarantAddress: string;\n lastAddress: string;\n },\n miscellaneous: {\n activities: string;\n onJobList: boolean;\n ownerInfos: string;\n otherEstablishmentsAddresses : string;\n },\n recapitulation: {\n column2: number;\n cdSum: number;\n col1: { total: number; };\n col2: { total: number; };\n taxableBenefit: number;\n deductibleDeficit: number;\n netHandoverResult: number;\n incomeTaxSubjectEarnings: number;\n netExemptIncome: number;\n shareToDeduce: number;\n incomeTaxExemptEarnings: number;\n shortTermDepreciation: number;\n column1: number;\n creditTaxOption: number;\n shareEquipmentGrant: number;\n partnershipFiscalResult: number;\n publicAccountant: boolean;\n addedValue: {\n privateTaxed: number;\n longTermDiffered: number;\n exonerated: number;\n longTermExonerated: number;\n shortTermExonerated: number;\n }\n exemption: {\n newCompanyArt: boolean;\n zfuArt: boolean;\n zrrArt: boolean;\n reorganisationArt: boolean;\n freeZoneActivityArt: boolean;\n others: boolean;\n youngCompaniesArt: boolean;\n budArt: boolean;\n developmentZoneArt: boolean;\n taxableAddedValue: number;\n professionnalProfit: number;\n },\n industrialBenefits: {\n benefits: number;\n deficit: number;\n taxableBenefitIncome: {\n shortTermGrant: number;\n shortTermDepreciation: number;\n },\n addedValue: {\n longTermNet: number;\n nonProfessionalBenefitExemption: number;\n }\n },\n computerizedAccounting?: {\n yes: boolean;\n no: boolean;\n softwareName: string;\n omga: boolean;\n omgaInfos: string;\n approvalNumber: string;\n professionalAccountantInfos: string;\n declarantIdentity: string;\n place: string;\n date: string;\n declarantOccupation: string;\n signature: string;\n ecf: boolean;\n serviceProvider: string;\n };\n },\n benefitsDeficitsRepartition: {\n list: Array<{\n managerPartner: string;\n industrialBenefits: string;\n share0: string;\n share1: string;\n taxableAddedValueShare: string;\n label: string;\n }>,\n distributedBenefitsAmount: {\n taxableAddedValueShare: number;\n share: number;\n }\n },\n generalExpensesList: {\n receptionExpenses: number;\n gift: number\n },\n simplifiedTaxationSystemCompanies: {\n grossSalary: string;\n retrocessingFee: string;\n directDebitAmount: string;\n capitalSupplyAmount: string;\n list: Array<{\n nonDepreciableImmobilization: number;\n reassessValue: number;\n purchaseValue: number;\n addedValue: number;\n }>\n },\n nonProfessionalIndustrialBenefits: {\n rentalPropretySocialContribution: {\n benefit: number;\n deficit: number;\n },\n rentalProprety: {\n benefit: number;\n deficit: number\n };\n leaseManagement: {\n benefit: number;\n deficit: number\n },\n collectiveRaceHorseOwnership: {\n benefit: number;\n deficit: number;\n },\n others: {\n benefit: number;\n deficit: number;\n }\n }\n}\n\nexport type BusinessPartnersValue = {\n idBusinessPartner: number,\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n};\n\nexport class ParamsGenerate2065 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n // @ApiProperty({ description: 'Adresse du siège social' })\n // headOfficeAddress: string | null;\n\n // @ApiProperty({ description: 'Adresse du principal établissement' })\n // principalEstablishmentAddress: string | null;\n\n // @ApiProperty({ description: 'Ancienne adresse en cas de changement:' })\n // oldAddress: string | null;\n\n // @ApiProperty({})\n // hasChangedActivity: boolean | null;\n\n // @ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })\n // income2Dot5: number | null;\n\n // @ApiProperty()\n // addedValues15: number | null;\n\n // @ApiProperty()\n // addedValues19: number | null;\n\n // @ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })\n // exoneration: number | null;\n\n // @ApiProperty()\n // otherAddedValues19: number | null;\n\n // @ApiProperty()\n // otherAddedValues0: number | null;\n\n // @ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })\n // isNewBusinessSexies: boolean | null;\n\n // @ApiProperty()\n // isYoungBusiness: boolean | null;\n\n // @ApiProperty()\n // isNewBusinessSepties: boolean | null;\n\n // @ApiProperty()\n // isActivityZone: boolean | null;\n\n // @ApiProperty()\n // isRestructuration: boolean | null;\n\n // @ApiProperty()\n // isUrbanToDynamise: boolean | null;\n\n // @ApiProperty()\n // isUrban: boolean | null;\n\n // @ApiProperty()\n // isOther: boolean | null;\n\n // @ApiProperty()\n // isPriorityZone: boolean | null;\n\n // @ApiProperty()\n // isInvestmentBusiness: boolean | null;\n\n // @ApiProperty()\n // benefitOrDeficit: string | null;\n\n // @ApiProperty()\n // exoneration15: number | null;\n\n // @ApiProperty()\n // isImpositionDOMTOM: boolean | null;\n\n // @ApiProperty()\n // furnitureIncome: number | null;\n\n // @ApiProperty()\n // icomeOther: number | null;\n\n // @ApiProperty()\n // isSocietyHead: boolean | null;\n\n // @ApiProperty()\n // otherSocietyHeadName: string | null;\n\n // @ApiProperty()\n // otherSocietyHeadNumber: string | null;\n\n // @ApiProperty()\n // isSocietyDesigned: boolean | null;\n\n // @ApiProperty()\n // societyHeadName: string | null;\n\n // @ApiProperty()\n // societyHeadNumber: string | null;\n\n // @ApiProperty()\n // hasAccountancyComputerized: boolean | null;\n\n // @ApiProperty()\n // hasNotAccountancyComputerized: boolean | null;\n\n // @ApiProperty()\n // accountancyComputerizedName: string | null;\n\n // @ApiProperty()\n // distributionAmountBySociety: number | null;\n\n // @ApiProperty()\n // distributionAmountByEstablishment: number| null;\n\n // @ApiProperty()\n // remuneration: number | null;\n\n // @ApiProperty()\n // advances: number | null;\n\n // @ApiProperty()\n // others: Array<{ label: string; amount: number; }>;\n\n // @ApiProperty()\n // elligible: number | null;\n\n // @ApiProperty()\n // noElligible: number | null;\n\n // @ApiProperty()\n // amountRemunerations: number | null;\n\n // @ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })\n // businessPartnersValues: BusinessPartnersValue[];\n\n // @ApiProperty()\n // diverseName: string;\n\n // @ApiProperty()\n // diverseAddress: string;\n\n // @ApiProperty()\n // diverseOtherAddress: string;\n\n // @ApiProperty()\n // simplifiedAmount: number;\n\n // @ApiProperty()\n // simplifiedRetrocessions: number;\n\n // @ApiProperty()\n // simplifiedRemainingExerciceStart: number;\n\n // @ApiProperty()\n // simplifiedImputed: number;\n\n // @ApiProperty()\n // simplifiedRealized: number;\n\n // @ApiProperty()\n // simplifiedRemaining: number;\n\n // @ApiProperty()\n // hasReduceRate: boolean;\n\n // @ApiProperty()\n // hasViewer: boolean;\n}\n"],"sourceRoot":"","file":"CreateCerfa.js"}
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"names":[],"mappings":";;;;;;;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["import { VehicleCerfaFuel } from '../../../Enum/Vehicle';\n\nexport * from './2031';\nexport * from './2033';\nexport * from './2035';\nexport * from './2050';\nexport * from './2065';\n\nexport interface DeterminedResult {\n incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »\n debts: boolean; // d'après les règles « créances-dettes »\n}\n\nexport type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';\nexport type CerfaCivility = 'M' | 'Mme' | 'Mlle';\n\nexport interface AccreditedOrganization {\n isMember: boolean;\n memberSince: Date;\n numberOfEmployees: string;\n netWagesReceived: number; // Salaires nets perçus\n}\n\nexport interface Vehicle {\n name: string;\n type: string;\n fiscalPower: number;\n isBNCScale: boolean;\n isBICScale: boolean;\n fuel: VehicleCerfaFuel;\n professionalKilometers: number;\n deductible: number;\n depreciationPracticedAtReintegrate: number;\n}\n\nexport interface MoralShareholder {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n shares: number;\n address: {\n number: number | undefined;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\nexport interface PhysicShareholder {\n civility: CerfaCivility;\n firstname: string;\n lastname: string;\n percentShares: number;\n marriedName: string | null | undefined;\n shares: number | null;\n birth: {\n date: string;\n department: string | undefined;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n },\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | undefined;\n countryCode: string | null | undefined;\n number: string | undefined;\n }\n}\n\nexport interface Subsidiarie {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n address: {\n number: number;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}"],"sourceRoot":"","file":"CreateCerfa.js"}
|
package/js/types/Interface/{models/IPrestationSocial.js.map → api/closing/ProcessedClosing.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ProcessedClosing.js"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateOcr = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class CreateOcr {}
|
|
23
|
+
|
|
24
|
+
exports.CreateOcr = CreateOcr;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "Type", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "MessageId", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "Token", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "TopicArn", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "Message", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "SubscribeURL", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "Timestamp", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "SignatureVersion", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "Signature", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], CreateOcr.prototype, "SigningCertURL", void 0);
|
|
45
|
+
//# sourceMappingURL=CreateOcr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/ocr/CreateOcr.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,SAAP,CAAgB;;QAAT,S,GAAA,S;;AAEX,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,MAAA,E,KAAa,CAAb,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,UAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,SAAA,E,KAAgB,CAAhB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,cAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,kBAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,WAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,mBAAA,E,gBAAA,E,KAAuB,CAAvB,CAAA","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateOcr {\n @ApiPropertyOptional()\n Type: string;\n\n @ApiPropertyOptional()\n MessageId: string;\n\n @ApiPropertyOptional()\n Token: string;\n\n @ApiPropertyOptional()\n TopicArn: string;\n\n @ApiPropertyOptional()\n Message: string;\n\n @ApiPropertyOptional()\n SubscribeURL: string;\n\n @ApiPropertyOptional()\n Timestamp: string;\n\n @ApiPropertyOptional()\n SignatureVersion: string;\n\n @ApiPropertyOptional()\n Signature: string;\n\n @ApiPropertyOptional()\n SigningCertURL: string;\n}"],"sourceRoot":"","file":"CreateOcr.js"}
|
|
@@ -27,7 +27,7 @@ class OcrTransactions {}
|
|
|
27
27
|
|
|
28
28
|
exports.OcrTransactions = OcrTransactions;
|
|
29
29
|
|
|
30
|
-
__decorate([(0, _.
|
|
30
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], OcrTransactions.prototype, "file", void 0);
|
|
31
31
|
|
|
32
32
|
__decorate([(0, _.ApiProperty)(), __metadata("design:type", Array)], OcrTransactions.prototype, "transactions", void 0);
|
|
33
33
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;AAAA;;
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAGM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAEX,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,yBAAA,E,MAAA,E,KAEE,CAFF,CAAA;;AAKA,UAAA,CAAA,CADC,oBACD,E,gCAAA,CAAA,E,yBAAA,E,cAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,yBAAA,E,eAAA,E,KAAsB,CAAtB,CAAA;;AAKA,UAAA,CAAA,CAHC,yBAGD,EAFC,gCAED,EADC,oBACD,E,kCAAA,CAAA,E,yBAAA,E,OAAA,E,KAAe,CAAf,CAAA","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number,\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n}"],"sourceRoot":"","file":"OcrTransactions.js"}
|