@silexpert/core 2.0.28 → 2.0.29

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 (41) hide show
  1. package/dist/types/Enum/TaskResponseType.d.ts +2 -1
  2. package/dist/types/Enum/TaskResponseType.d.ts.map +1 -1
  3. package/dist/types/Enum/TaskResponseType.js +1 -0
  4. package/dist/types/Enum/TaskResponseType.js.map +1 -1
  5. package/dist/types/Interface/api/cerfa/2031.d.ts +7 -185
  6. package/dist/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  7. package/dist/types/Interface/api/cerfa/2031.js.map +1 -1
  8. package/dist/types/Interface/api/cerfa/2033.d.ts +129 -98
  9. package/dist/types/Interface/api/cerfa/2033.d.ts.map +1 -1
  10. package/dist/types/Interface/api/cerfa/2033.js +0 -218
  11. package/dist/types/Interface/api/cerfa/2033.js.map +1 -1
  12. package/dist/types/Interface/api/cerfa/2035.d.ts +86 -263
  13. package/dist/types/Interface/api/cerfa/2035.d.ts.map +1 -1
  14. package/dist/types/Interface/api/cerfa/2035.js.map +1 -1
  15. package/dist/types/Interface/api/cerfa/2050.d.ts +460 -1
  16. package/dist/types/Interface/api/cerfa/2050.d.ts.map +1 -1
  17. package/dist/types/Interface/api/cerfa/2050.js.map +1 -1
  18. package/dist/types/Interface/api/cerfa/2065.d.ts +4 -126
  19. package/dist/types/Interface/api/cerfa/2065.d.ts.map +1 -1
  20. package/dist/types/Interface/api/cerfa/2065.js +0 -9
  21. package/dist/types/Interface/api/cerfa/2065.js.map +1 -1
  22. package/dist/types/Interface/api/registration/CreateRegistration.d.ts +0 -2
  23. package/dist/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  24. package/dist/types/Interface/api/registration/CreateRegistration.js +0 -16
  25. package/dist/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  26. package/dist/utils/task.d.ts.map +1 -1
  27. package/dist/utils/task.js +1 -0
  28. package/dist/utils/task.js.map +1 -1
  29. package/dist/utils/webmail.d.ts.map +1 -1
  30. package/dist/utils/webmail.js +8 -1
  31. package/dist/utils/webmail.js.map +1 -1
  32. package/package.json +1 -1
  33. package/ts/types/Enum/TaskResponseType.ts +1 -0
  34. package/ts/types/Interface/api/cerfa/2031.ts +14 -177
  35. package/ts/types/Interface/api/cerfa/2033.ts +129 -101
  36. package/ts/types/Interface/api/cerfa/2035.ts +78 -251
  37. package/ts/types/Interface/api/cerfa/2050.ts +455 -1
  38. package/ts/types/Interface/api/cerfa/2065.ts +8 -103
  39. package/ts/types/Interface/api/registration/CreateRegistration.ts +0 -12
  40. package/ts/utils/task.ts +1 -0
  41. package/ts/utils/webmail.ts +7 -1
@@ -8,224 +8,6 @@ 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
10
  import { ApiPropertyOptional } from '@nestjs/swagger';
11
- export class Cerfa2033Society {
12
- name;
13
- address;
14
- addressFormatted;
15
- siret;
16
- siren;
17
- zipCode;
18
- city;
19
- }
20
- export class Cerfa2033FixedAsset {
21
- intangibleAssetsCommercialFunds;
22
- intangibleAssetsOther;
23
- tangibleFixedAssets;
24
- financialFixedAssets;
25
- total;
26
- }
27
- export class Cerfa2033CirculatingActive {
28
- rawMaterials;
29
- merchandise;
30
- advancesAndDeposit;
31
- claimsCustomers;
32
- claimsOthers;
33
- investmentSecurities;
34
- availabilities;
35
- prepaidExpenses;
36
- total;
37
- }
38
- export class Cerfa2033Equity {
39
- shareCapital;
40
- revaluationDifferences;
41
- legalReserve;
42
- reglemented;
43
- otherReserve;
44
- deferralAgain;
45
- resultOfTheExercise;
46
- regulatedProvisions;
47
- total;
48
- }
49
- export class Cerfa2033Equity_2024 {
50
- shareCapital;
51
- revaluationDifferences;
52
- legalReserve;
53
- reglemented;
54
- otherReserve;
55
- deferralAgain;
56
- resultOfTheExercise;
57
- regulatedProvisions;
58
- investment;
59
- total;
60
- }
61
- export class Cerfa2033Debts {
62
- loansAndSimilarDebts;
63
- advances;
64
- accountsPayable;
65
- otherDebts;
66
- prepaid;
67
- total;
68
- }
69
- export class Cerfa2033Debts_2024 {
70
- loansAndSimilarDebts;
71
- advances;
72
- accountsPayable;
73
- prepaid;
74
- total;
75
- fiscalAndSocial;
76
- associatesCurrentAccount;
77
- other;
78
- }
79
- export class Cerfa2033Referrals {
80
- fixedAssets;
81
- debtsMoreThanOneYear;
82
- claims; // créances
83
- currentAccount;
84
- costOfAcquired;
85
- sellPriceWithoutVat;
86
- }
87
- export class Cerfa2033ExeploitationProducts {
88
- saleOfMerchandise;
89
- saleOfProduction;
90
- stockedProduction;
91
- immobilizedProduction;
92
- operatingGrants;
93
- otherProducts;
94
- total;
95
- }
96
- export class Cerfa2033ExploitationExpenses {
97
- purchaseOfMerchandise;
98
- stockVariationMerchandise;
99
- purchaseOfRawMaterials;
100
- stockVariationRawMaterials;
101
- otherExternalExpenses;
102
- tax;
103
- remunerations;
104
- social;
105
- amortization;
106
- provisions;
107
- otherExpenses;
108
- total;
109
- }
110
- export class Cerfa2033ExploitationExpenses_2024 {
111
- purchaseOfMerchandise;
112
- stockVariationMerchandise;
113
- purchaseOfRawMaterials;
114
- stockVariationRawMaterials;
115
- otherExternalExpenses;
116
- tax;
117
- remunerations;
118
- social;
119
- amortization;
120
- provisions;
121
- otherExpenses;
122
- total;
123
- }
124
- export class Cerfa2033AccountingIncome {
125
- isIncomeTax;
126
- exploitationProducts;
127
- exploitationExpenses;
128
- }
129
- export class Cerfa2033AccountingIncome_2024 {
130
- isIncomeTax;
131
- exploitationProducts;
132
- exploitationExpenses;
133
- }
134
- export class Cerfa2033ExploitationResult {
135
- total;
136
- financialProducts;
137
- financialExpenses;
138
- exceptionalProducts;
139
- exceptionalExpenses;
140
- benefitTax;
141
- }
142
- export class Cerfa2033FiscalResult {
143
- reinstatements;
144
- deductions;
145
- }
146
- export class Cerfa2033FiscalResult_2025 {
147
- reinstatements;
148
- deductions;
149
- }
150
- export class Cerfa2033Immobilizations {
151
- commercialFunds;
152
- other;
153
- land;
154
- constructions;
155
- technicalInstallations;
156
- generalInstallations;
157
- equipmentTransportation;
158
- bodily;
159
- financial;
160
- total;
161
- }
162
- export class Cerfa2033Amortizations {
163
- commercial;
164
- intangible;
165
- lands;
166
- constructions;
167
- technicalInstallations;
168
- generalInstallations;
169
- equipmentTransportation;
170
- bodily;
171
- total;
172
- }
173
- export class Cerfa2033Values {
174
- natures;
175
- immobilizations;
176
- taxableGains;
177
- total;
178
- }
179
- export class Cerfa2033ProvisionNatures {
180
- amortizations;
181
- majorations;
182
- other;
183
- risk;
184
- immobilizations;
185
- stock;
186
- clientAccounts;
187
- depreviation;
188
- total;
189
- }
190
- export class Cerfa2033ProvisionMoves {
191
- commercial;
192
- bodily;
193
- land;
194
- constructions;
195
- technicalInstallations;
196
- generalInstallations;
197
- equipmentTransportation;
198
- other;
199
- total;
200
- }
201
- export class Cerfa2033ReportableDeficits {
202
- remaining;
203
- transferred;
204
- operations;
205
- imputed;
206
- reportable;
207
- exercise;
208
- total;
209
- }
210
- export class Cerfa2033ApplicationDeficits {
211
- result;
212
- stranger;
213
- }
214
- export class Cerfa2033ApplicationDiverse {
215
- bonuses;
216
- cotisations;
217
- approvedManagementCenter;
218
- vatCollected;
219
- vatDeductible;
220
- specimens;
221
- aidReceived;
222
- investment;
223
- }
224
- export class Cerfa2033WorkForce {
225
- declaration;
226
- addedValue;
227
- CVAE;
228
- }
229
11
  export class ParamsGenerate2033 {
230
12
  isTest;
231
13
  }
@@ -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 } from '@nestjs/swagger';\nimport { PhysicShareholder, MoralShareholder, Subsidiarie } from './CreateCerfa.js';\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 Cerfa2033Equity_2024 {\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 investment: 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 Cerfa2033Debts_2024 {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n prepaid: number;\n total: number;\n fiscalAndSocial: {\n vat: number;\n total: number;\n };\n associatesCurrentAccount: number;\n other: 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 Cerfa2033ExploitationExpenses_2024 {\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: {\n article: number;\n total: number;\n };\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 Cerfa2033AccountingIncome_2024 {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses_2024;\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\ntype Cerfa2033FiscalResultReinstatements = {\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\nexport class Cerfa2033FiscalResult {\n reinstatements: Cerfa2033FiscalResultReinstatements;\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 class Cerfa2033FiscalResult_2025 {\n reinstatements: Cerfa2033FiscalResultReinstatements;\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n franceRurality: 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 interface Cerfa2033_2024 {\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_2024;\n provisionsForRisks: number;\n debts: Cerfa2033Debts_2024;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome_2024;\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 interface Cerfa2033_2025 {\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_2024;\n provisionsForRisks: number;\n debts: Cerfa2033Debts_2024;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome_2024;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult_2025;\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 & { totalAssociates: number; totalShares: number };\n subsidiaries: { total: number; list: Subsidiarie[] };\n isPageGNil: boolean;\n isPageFNil: boolean;\n isPageENil: boolean;\n}\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n}\n\nexport type AnyCerfa2033Century = Cerfa2033 | Cerfa2033_2024 | Cerfa2033_2025;\n"]}
1
+ {"version":3,"file":"2033.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/2033.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAmqBtD,MAAM,OAAO,kBAAkB;IAE7B,MAAM,CAAW;CAClB;AADC;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;;kDAChD","sourcesContent":["import { ApiPropertyOptional } from '@nestjs/swagger';\nimport { PhysicShareholder, MoralShareholder, Subsidiarie } from './CreateCerfa.js';\n\ntype Cerfa2033Society = {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n};\n\ntype Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\ntype Cerfa2033FixedAsset = {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n};\n\ntype 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\ntype Cerfa2033Equity_2024 = {\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 investment: number;\n total: number;\n};\n\ntype Cerfa2033Debts_2024 = {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n prepaid: number;\n total: number;\n fiscalAndSocial: {\n vat: number;\n total: number;\n };\n associatesCurrentAccount: number;\n other: number;\n};\n\ntype Cerfa2033Referrals = {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n};\n\ntype 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\ntype Cerfa2033ExploitationExpenses_2024 = {\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: {\n article: number;\n total: number;\n };\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n};\n\ntype Cerfa2033ExploitationExpenses_2025 = {\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: {\n cotisation: number;\n total: number;\n };\n amortization: {\n article: number;\n total: number;\n };\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n};\n\ntype Cerfa2033AccountingIncome_2024 = {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses_2024;\n};\n\ntype Cerfa2033AccountingIncome_2025 = {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses_2025;\n};\n\ntype 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\ntype Cerfa2033FiscalResultReinstatements = {\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\ntype Cerfa2033FiscalResult = {\n reinstatements: Cerfa2033FiscalResultReinstatements;\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\ntype Cerfa2033FiscalResult_2025 = {\n reinstatements: Cerfa2033FiscalResultReinstatements;\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n franceRurality: 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\ntype ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\ntype 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\ntype AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\ntype 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\ntype 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\ntype 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\ntype Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\n\ntype 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\ntype Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\ntype Cerfa2033ProvisionMovesVentilation = {\n label: string;\n amount: number;\n};\n\nexport type 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\ntype Cerfa2033ReportableDeficits = {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n};\n\ntype 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\ntype 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};\n\ntype Cerfa2033WorkForce_2026 = {\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 total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: 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};\n\ntype Cerfa2033ShareCapital = {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n};\n\nexport interface Cerfa2033_2024 {\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_2024;\n provisionsForRisks: number;\n debts: Cerfa2033Debts_2024;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome_2024;\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 interface Cerfa2033_2025 {\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_2024;\n provisionsForRisks: number;\n debts: Cerfa2033Debts_2024;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome_2024;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult_2025;\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 & { totalAssociates: number; totalShares: number };\n subsidiaries: { total: number; list: Subsidiarie[] };\n isPageGNil: boolean;\n isPageFNil: boolean;\n isPageENil: boolean;\n}\n\nexport interface Cerfa2033_2026 {\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_2024;\n provisionsForRisks: number;\n debts: Cerfa2033Debts_2024;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome_2025;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult_2025;\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: Omit<Omit<Cerfa2033ApplicationDiverse, 'cotisations'>, 'approvedManagementCenter'>;\n workForce: Cerfa2033WorkForce_2026;\n shareCapital: Cerfa2033ShareCapital & { totalAssociates: number; totalShares: number };\n subsidiaries: { total: number; list: Subsidiarie[] };\n independantWorkers: {\n reintegration: number;\n deduce: number;\n socialRevenue: {\n negative: number;\n positive: number;\n };\n };\n isPageGNil: boolean;\n isPageFNil: boolean;\n isPageENil: boolean;\n}\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n}\n\nexport type AnyCerfa2033Century = Cerfa2033_2024 | Cerfa2033_2025 | Cerfa2033_2026;\n"]}