@silexpert/core 0.4.56 → 0.4.57
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/TaxDeadline.d.ts +8 -0
- package/es/api/resources/TaxDeadline.d.ts.map +1 -0
- package/es/api/resources/TaxDeadline.js +10 -0
- package/es/api/resources/TaxDeadline.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +17 -0
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +18 -0
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/Channel.d.ts +5 -0
- package/es/types/Enum/Channel.d.ts.map +1 -0
- package/es/types/Enum/Channel.js +6 -0
- package/es/types/Enum/Channel.js.map +1 -0
- package/es/types/Enum/Comment.d.ts +18 -0
- package/es/types/Enum/Comment.d.ts.map +1 -0
- package/es/types/Enum/Comment.js +19 -0
- package/es/types/Enum/Comment.js.map +1 -0
- package/es/types/Enum/FieldSocietyStat.d.ts +9 -0
- package/es/types/Enum/FieldSocietyStat.d.ts.map +1 -0
- package/es/types/Enum/FieldSocietyStat.js +10 -0
- package/es/types/Enum/FieldSocietyStat.js.map +1 -0
- package/es/types/Enum/Notification.d.ts +5 -0
- package/es/types/Enum/Notification.d.ts.map +1 -0
- package/es/types/Enum/Notification.js +6 -0
- package/es/types/Enum/Notification.js.map +1 -0
- package/es/types/Enum/Prestation.d.ts +7 -0
- package/es/types/Enum/Prestation.d.ts.map +1 -0
- package/es/types/Enum/Prestation.js +8 -0
- package/es/types/Enum/Prestation.js.map +1 -0
- package/es/types/Enum/Supervision.d.ts +10 -0
- package/es/types/Enum/Supervision.d.ts.map +1 -0
- package/es/types/Enum/Supervision.js +11 -0
- package/es/types/Enum/Supervision.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +8 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/society/ReadSociety.d.ts +8 -0
- package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -0
- package/es/types/Interface/api/society/ReadSociety.js +2 -0
- package/es/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +29 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +99 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +77 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js +11 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
- package/es/types/Interface/models/ICustomerTva.d.ts +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/IPrestation.d.ts +2 -2
- package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestation.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +7 -3
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/ISocietyStat.d.ts +2 -2
- package/es/types/Interface/models/ISocietyStat.js.map +1 -1
- package/es/types/Interface/models/ISupervision.d.ts +2 -0
- package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervision.js.map +1 -1
- package/es/types/index.d.ts +9 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +9 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/TaxDeadline.js +30 -0
- package/js/api/resources/TaxDeadline.js.map +1 -0
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +20 -0
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Channel.js +12 -0
- package/js/types/Enum/Channel.js.map +1 -0
- package/js/types/Enum/Comment.js +25 -0
- package/js/types/Enum/Comment.js.map +1 -0
- package/js/types/Enum/FieldSocietyStat.js +16 -0
- package/js/types/Enum/FieldSocietyStat.js.map +1 -0
- package/js/types/Enum/Notification.js +12 -0
- package/js/types/Enum/Notification.js.map +1 -0
- package/js/types/Enum/Prestation.js +14 -0
- package/js/types/Enum/Prestation.js.map +1 -0
- package/js/types/Enum/Supervision.js +17 -0
- package/js/types/Enum/Supervision.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +4 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/society/ReadSociety.js +6 -0
- package/js/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +121 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js +26 -0
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
- package/js/types/index.js +108 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/TaxDeadline.ts +20 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BalanceSheet.ts +18 -0
- package/ts/types/Enum/Channel.ts +4 -0
- package/ts/types/Enum/Comment.ts +17 -0
- package/ts/types/Enum/FieldSocietyStat.ts +8 -0
- package/ts/types/Enum/Notification.ts +4 -0
- package/ts/types/Enum/Prestation.ts +6 -0
- package/ts/types/Enum/Supervision.ts +9 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -0
- package/ts/types/Interface/api/society/ReadSociety.ts +7 -0
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +69 -0
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +73 -0
- package/ts/types/Interface/models/ICustomerTva.ts +1 -1
- package/ts/types/Interface/models/IPrestation.ts +2 -2
- package/ts/types/Interface/models/ISociety.ts +9 -3
- package/ts/types/Interface/models/ISocietyStat.ts +2 -2
- package/ts/types/Interface/models/ISupervision.ts +2 -0
- package/ts/types/index.ts +9 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"names":[],"mappings":"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","sourcesContent":["import { VehicleCerfaFuel } from '../../../Enum/Vehicle';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\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 };\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 }\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | 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 };\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 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 class ParamsGenerate2035 {\n @ApiPropertyOptional()\n isTest?: boolean; // Modifie le chemin du PDF\n\n @ApiProperty()\n isNil: boolean; // Néant\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\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 @ApiProperty()\n isTest?: boolean; // Modifie le chemin du PDF\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 sharesHeld: number;\n year: string;\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n}\nexport interface Cerfa2065 {\n society: Cerfa2065Society;\n period: {\n startDate: Date,\n endDate: Date,\n };\n isSimplifiedRegime: boolean;\n isDeclarationForGroup: boolean;\n isRealRegime: boolean;\n isPME: boolean;\n fillialeText: string | null;\n isTonnageOption: boolean;\n headOffice: { addressFormatted: 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: number;\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 other1: number;\n other2: number;\n other3: number;\n other4: 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 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: number | 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 other1: number | null;\n\n @ApiProperty()\n other2: number | null;\n\n @ApiProperty()\n other3: number | null;\n\n @ApiProperty()\n other4: number | null;\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":";;;;;;;AACA;;;;;;;;;;;;;;AAmRM,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,4BAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,YAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,4BAAA,E,SAAA,E,KAAkB,CAAlB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,YAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,kCAAA,E,KAAiD,CAAjD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,iCAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,sBAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,wBAAA,E,KAAuC,CAAvC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,qBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,oBAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,oBAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAA8C,CAA9C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,qCAAA,E,KAAoD,CAApD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,4BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2CAAA,E,KAA0D,CAA1D,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0BAAA,E,KAAyC,CAAzC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,yBAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gCAAA,E,KAA+C,CAA/C,CAAA;AAGF;;AAEG;;;AACG,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB;;AAgBP,MAAO,mBAAP,CAA0B;;QAAnB,mB,GAAA,mB;;AAQP,MAAO,0BAAP,CAAiC;;QAA1B,0B,GAAA,0B;;AAYP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAeP,MAAO,cAAP,CAAqB;;QAAd,c,GAAA,c;;AAYP,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AASP,MAAO,8BAAP,CAAqC;;QAA9B,8B,GAAA,8B;;AAsBP,MAAO,6BAAP,CAAoC;;QAA7B,6B,GAAA,6B;;AA0BP,MAAO,yBAAP,CAAgC;;QAAzB,yB,GAAA,yB;;AAMP,MAAO,2BAAP,CAAkC;;QAA3B,2B,GAAA,2B;;AAaP,MAAO,qBAAP,CAA4B;;QAArB,qB,GAAA,qB;;AAkEP,MAAO,wBAAP,CAA+B;;QAAxB,wB,GAAA,wB;;AAoBP,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAsBP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AA2BP,MAAO,yBAAP,CAAgC;;QAAzB,yB,GAAA,yB;;AAsBP,MAAO,uBAAP,CAA8B;;QAAvB,uB,GAAA,uB;;AAWP,MAAO,2BAAP,CAAkC;;QAA3B,2B,GAAA,2B;;AAUP,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAKP,MAAO,2BAAP,CAAkC;;QAA3B,2B,GAAA,2B;;AAkBP,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAgGP,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAEX,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,4BAAA,E,OAAA,E,KAAe,CAAf,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2CAAA,E,KAA0D,CAA1D,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,qBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,yBAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gCAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,yBAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0BAAA,E,KAAyC,CAAzC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,kCAAA,E,KAAiD,CAAjD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gCAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,4BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0BAAA,E,KAAyC,CAAzC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0BAAA,E,KAAyC,CAAzC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2BAAA,E,KAA0C,CAA1C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAA8C,CAA9C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,4BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,4BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,sBAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,4BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,qBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,sBAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,kBAAA,E,KAAiC,CAAjC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,oBAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,iBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2BAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,sBAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gCAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAAuC,CAAvC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8BAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0BAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2BAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uCAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,sCAAA,E,KAA8C,CAA9C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,mCAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,oCAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,+CAAA,E,KAAuD,CAAvD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8CAAA,E,KAAsD,CAAtD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2CAAA,E,KAAmD,CAAnD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,4CAAA,E,KAAoD,CAApD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8CAAA,E,KAAsD,CAAtD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6CAAA,E,KAAqD,CAArD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0CAAA,E,KAAkD,CAAlD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2CAAA,E,KAAmD,CAAnD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8CAAA,E,KAAsD,CAAtD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6CAAA,E,KAAqD,CAArD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0CAAA,E,KAAkD,CAAlD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2CAAA,E,KAAmD,CAAnD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAAuC,CAAvC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8BAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2BAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,4BAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,gCAAA,CAAA,E,4BAAA,E,cAAA,E,KAAoD,CAApD,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,2BAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAAuC,CAAvC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,gCAAA,E,KAAwC,CAAxC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0BAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,uBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,kBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,0BAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,aAAA,E,KAAqB,CAArB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,YAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAAuC,CAAvC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,8BAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,4BAAA,E,wBAAA,E,KAAgC,CAAhC,CAAA;;AAGI,MAAO,gBAAP,CAAuB;;QAAhB,gB,GAAA,gB;;AAQP,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAiHP,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAEX,UAAA,CAAA,CADC,gCAAoB;AAAE,EAAA,WAAW,EAAE;AAAf,CAApB,CACD,E,kCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAiB,CAAjB,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAAiC,CAAjC,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,4BAAA,E,YAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY,EAAZ,CACD,E,iCAAA,CAAA,E,4BAAA,E,oBAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,4BAAA,E,aAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,4BAAA,E,aAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,oBAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAAiC,CAAjC,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,iCAAA,CAAA,E,4BAAA,E,qBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,iBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,sBAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,gBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,SAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,SAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,gBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,sBAAA,E,KAAqC,CAArC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,kBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAA6B,CAA7B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,oBAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,iBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,YAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,eAAA,E,KAA8B,CAA9B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,sBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,wBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAAkC,CAAlC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,iBAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAAiC,CAAjC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,4BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,+BAAA,E,KAA8C,CAA9C,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,6BAAA,E,KAA2C,CAA3C,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,mCAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,cAAA,E,KAA4B,CAA5B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,UAAA,E,KAAwB,CAAxB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,QAAA,E,KAAsB,CAAtB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,WAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,aAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,qBAAA,E,KAAmC,CAAnC,CAAA;;AAGA,UAAA,CAAA,CADC,wBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,gCAAA,CAAA,E,4BAAA,E,wBAAA,E,KAAgD,CAAhD,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,aAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,gBAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,qBAAA,E,KAA4B,CAA5B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,kBAAA,E,KAAyB,CAAzB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,yBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,kCAAA,E,KAAyC,CAAzC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,mBAAA,E,KAA0B,CAA1B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,oBAAA,E,KAA2B,CAA3B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,4BAAA,E,qBAAA,E,KAA4B,CAA5B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,4BAAA,E,eAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,kCAAA,CAAA,E,4BAAA,E,WAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { VehicleCerfaFuel } from '../../../Enum/Vehicle';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\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 };\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 }\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | 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 };\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 class ParamsGenerate2035 {\n @ApiPropertyOptional()\n isTest?: boolean; // Modifie le chemin du PDF\n\n @ApiProperty()\n isNil: boolean; // Néant\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\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 @ApiProperty()\n isTest?: boolean; // Modifie le chemin du PDF\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 sharesHeld: number;\n year: string;\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n}\nexport interface Cerfa2065 {\n society: Cerfa2065Society;\n period: {\n startDate: Date,\n endDate: Date,\n };\n isSimplifiedRegime: boolean;\n isDeclarationForGroup: boolean;\n isRealRegime: boolean;\n isPME: boolean;\n fillialeText: string | null;\n isTonnageOption: boolean;\n headOffice: { addressFormatted: 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: number;\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 other1: number;\n other2: number;\n other3: number;\n other4: 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 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: number | 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 other1: number | null;\n\n @ApiProperty()\n other2: number | null;\n\n @ApiProperty()\n other3: number | null;\n\n @ApiProperty()\n other4: number | null;\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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ReadSociety.js"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryTaxDeadlineStatistics = exports.QueryTaxDeadline = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var _ = require("../../..");
|
|
11
|
+
|
|
12
|
+
var _ComptaType = require("../../../Enum/ComptaType");
|
|
13
|
+
|
|
14
|
+
var _TaxSystem = require("../../../Enum/TaxSystem");
|
|
15
|
+
|
|
16
|
+
var _BalanceSheet = require("../../../Enum/BalanceSheet");
|
|
17
|
+
|
|
18
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
19
|
+
var c = arguments.length,
|
|
20
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
21
|
+
d;
|
|
22
|
+
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;
|
|
23
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
class QueryTaxDeadline {}
|
|
31
|
+
|
|
32
|
+
exports.QueryTaxDeadline = QueryTaxDeadline;
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiProperty)({
|
|
35
|
+
description: 'Identifiant du collaborateur'
|
|
36
|
+
}), __metadata("design:type", Number)], QueryTaxDeadline.prototype, "idUser", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
39
|
+
description: 'Chiffre d\'affaires prévisionnel minimum'
|
|
40
|
+
}), __metadata("design:type", Number)], QueryTaxDeadline.prototype, "minimalTurnover", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
43
|
+
description: 'Chiffre d\'affaires prévisionnel maximum'
|
|
44
|
+
}), __metadata("design:type", Number)], QueryTaxDeadline.prototype, "maximalTurnover", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
47
|
+
description: 'Régime de TVA',
|
|
48
|
+
enum: _.VatRegime
|
|
49
|
+
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "idVatRegime", void 0);
|
|
50
|
+
|
|
51
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
52
|
+
description: 'Type de comptabilité',
|
|
53
|
+
enum: _ComptaType.ComptaType
|
|
54
|
+
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "idComptaType", void 0);
|
|
55
|
+
|
|
56
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
57
|
+
description: 'Type de fiscalité',
|
|
58
|
+
enum: _TaxSystem.TaxSystem
|
|
59
|
+
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "idTaxSystem", void 0);
|
|
60
|
+
|
|
61
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
62
|
+
description: 'État du bilan',
|
|
63
|
+
enum: _BalanceSheet.BalanceSheetState
|
|
64
|
+
}), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "idBalanceSheetState", void 0);
|
|
65
|
+
|
|
66
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
67
|
+
description: 'Date de clôture (format MM-DD)'
|
|
68
|
+
}), __metadata("design:type", String)], QueryTaxDeadline.prototype, "closingDate", void 0);
|
|
69
|
+
|
|
70
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
71
|
+
description: 'Année de clôture (format YYYY)'
|
|
72
|
+
}), __metadata("design:type", String)], QueryTaxDeadline.prototype, "year", void 0);
|
|
73
|
+
|
|
74
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QueryTaxDeadline.prototype, "search", void 0);
|
|
75
|
+
|
|
76
|
+
class QueryTaxDeadlineStatistics {}
|
|
77
|
+
|
|
78
|
+
exports.QueryTaxDeadlineStatistics = QueryTaxDeadlineStatistics;
|
|
79
|
+
|
|
80
|
+
__decorate([(0, _utils.ApiProperty)({
|
|
81
|
+
description: 'Identifiant du collaborateur'
|
|
82
|
+
}), __metadata("design:type", Number)], QueryTaxDeadlineStatistics.prototype, "idUser", void 0);
|
|
83
|
+
|
|
84
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
85
|
+
description: 'Chiffre d\'affaires prévisionnel minimum'
|
|
86
|
+
}), __metadata("design:type", Number)], QueryTaxDeadlineStatistics.prototype, "minimalTurnover", void 0);
|
|
87
|
+
|
|
88
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
89
|
+
description: 'Chiffre d\'affaires prévisionnel maximum'
|
|
90
|
+
}), __metadata("design:type", Number)], QueryTaxDeadlineStatistics.prototype, "maximalTurnover", void 0);
|
|
91
|
+
|
|
92
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
93
|
+
description: 'Régime de TVA',
|
|
94
|
+
enum: _.VatRegime
|
|
95
|
+
}), __metadata("design:type", Object)], QueryTaxDeadlineStatistics.prototype, "idVatRegime", void 0);
|
|
96
|
+
|
|
97
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
98
|
+
description: 'Type de comptabilité',
|
|
99
|
+
enum: _ComptaType.ComptaType
|
|
100
|
+
}), __metadata("design:type", Object)], QueryTaxDeadlineStatistics.prototype, "idComptaType", void 0);
|
|
101
|
+
|
|
102
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
103
|
+
description: 'Type de fiscalité',
|
|
104
|
+
enum: _TaxSystem.TaxSystem
|
|
105
|
+
}), __metadata("design:type", Object)], QueryTaxDeadlineStatistics.prototype, "idTaxSystem", void 0);
|
|
106
|
+
|
|
107
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
108
|
+
description: 'État du bilan',
|
|
109
|
+
enum: _BalanceSheet.BalanceSheetState
|
|
110
|
+
}), __metadata("design:type", Object)], QueryTaxDeadlineStatistics.prototype, "idBalanceSheetState", void 0);
|
|
111
|
+
|
|
112
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
113
|
+
description: 'Date de clôture (format MM-DD)'
|
|
114
|
+
}), __metadata("design:type", String)], QueryTaxDeadlineStatistics.prototype, "closingDate", void 0);
|
|
115
|
+
|
|
116
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
117
|
+
description: 'Année de clôture (format YYYY)'
|
|
118
|
+
}), __metadata("design:type", String)], QueryTaxDeadlineStatistics.prototype, "year", void 0);
|
|
119
|
+
|
|
120
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], QueryTaxDeadlineStatistics.prototype, "search", void 0);
|
|
121
|
+
//# sourceMappingURL=QueryTaxDeadline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"names":[],"mappings":"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","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string;\n\n @ApiPropertyOptional()\n search?: string;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string;\n\n @ApiPropertyOptional()\n search?: string;\n}"],"sourceRoot":"","file":"QueryTaxDeadline.js"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
class ReadTaxDeadline {}
|
|
8
|
+
|
|
9
|
+
exports.ReadTaxDeadline = ReadTaxDeadline;
|
|
10
|
+
|
|
11
|
+
class StateDetails {}
|
|
12
|
+
|
|
13
|
+
exports.StateDetails = StateDetails;
|
|
14
|
+
|
|
15
|
+
class ReadTaxDeadlineStatistics {}
|
|
16
|
+
|
|
17
|
+
exports.ReadTaxDeadlineStatistics = ReadTaxDeadlineStatistics;
|
|
18
|
+
|
|
19
|
+
class ComplementaryPrestationTaxDeadline {}
|
|
20
|
+
|
|
21
|
+
exports.ComplementaryPrestationTaxDeadline = ComplementaryPrestationTaxDeadline;
|
|
22
|
+
|
|
23
|
+
class PrestationTaxDeadline {}
|
|
24
|
+
|
|
25
|
+
exports.PrestationTaxDeadline = PrestationTaxDeadline;
|
|
26
|
+
//# sourceMappingURL=ReadTaxDeadline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"names":[],"mappings":";;;;;;AAaM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAqCP,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAGP,MAAO,yBAAP,CAAgC;;QAAzB,yB,GAAA,yB;;AAKP,MAAO,kCAAP,CAAyC;;QAAlC,kC,GAAA,kC;;AAQP,MAAO,qBAAP,CAA4B;;QAArB,qB,GAAA,qB","sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport { UnpaidDetail } from '../../..';\nimport { ICustomerTva } from '../../models/ICustomerTva';\nimport { ISupervisionPendingPoint } from '../../models/ISupervisionPendingPoint';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerTva[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: ISupervisionPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n}"],"sourceRoot":"","file":"ReadTaxDeadline.js"}
|
package/js/types/index.js
CHANGED
|
@@ -4012,6 +4012,78 @@ Object.keys(_FileType).forEach(function (key) {
|
|
|
4012
4012
|
});
|
|
4013
4013
|
});
|
|
4014
4014
|
|
|
4015
|
+
var _FieldSocietyStat = require("./Enum/FieldSocietyStat");
|
|
4016
|
+
|
|
4017
|
+
Object.keys(_FieldSocietyStat).forEach(function (key) {
|
|
4018
|
+
if (key === "default" || key === "__esModule") return;
|
|
4019
|
+
Object.defineProperty(exports, key, {
|
|
4020
|
+
enumerable: true,
|
|
4021
|
+
get: function () {
|
|
4022
|
+
return _FieldSocietyStat[key];
|
|
4023
|
+
}
|
|
4024
|
+
});
|
|
4025
|
+
});
|
|
4026
|
+
|
|
4027
|
+
var _Prestation = require("./Enum/Prestation");
|
|
4028
|
+
|
|
4029
|
+
Object.keys(_Prestation).forEach(function (key) {
|
|
4030
|
+
if (key === "default" || key === "__esModule") return;
|
|
4031
|
+
Object.defineProperty(exports, key, {
|
|
4032
|
+
enumerable: true,
|
|
4033
|
+
get: function () {
|
|
4034
|
+
return _Prestation[key];
|
|
4035
|
+
}
|
|
4036
|
+
});
|
|
4037
|
+
});
|
|
4038
|
+
|
|
4039
|
+
var _Supervision = require("./Enum/Supervision");
|
|
4040
|
+
|
|
4041
|
+
Object.keys(_Supervision).forEach(function (key) {
|
|
4042
|
+
if (key === "default" || key === "__esModule") return;
|
|
4043
|
+
Object.defineProperty(exports, key, {
|
|
4044
|
+
enumerable: true,
|
|
4045
|
+
get: function () {
|
|
4046
|
+
return _Supervision[key];
|
|
4047
|
+
}
|
|
4048
|
+
});
|
|
4049
|
+
});
|
|
4050
|
+
|
|
4051
|
+
var _Notification = require("./Enum/Notification");
|
|
4052
|
+
|
|
4053
|
+
Object.keys(_Notification).forEach(function (key) {
|
|
4054
|
+
if (key === "default" || key === "__esModule") return;
|
|
4055
|
+
Object.defineProperty(exports, key, {
|
|
4056
|
+
enumerable: true,
|
|
4057
|
+
get: function () {
|
|
4058
|
+
return _Notification[key];
|
|
4059
|
+
}
|
|
4060
|
+
});
|
|
4061
|
+
});
|
|
4062
|
+
|
|
4063
|
+
var _Comment = require("./Enum/Comment");
|
|
4064
|
+
|
|
4065
|
+
Object.keys(_Comment).forEach(function (key) {
|
|
4066
|
+
if (key === "default" || key === "__esModule") return;
|
|
4067
|
+
Object.defineProperty(exports, key, {
|
|
4068
|
+
enumerable: true,
|
|
4069
|
+
get: function () {
|
|
4070
|
+
return _Comment[key];
|
|
4071
|
+
}
|
|
4072
|
+
});
|
|
4073
|
+
});
|
|
4074
|
+
|
|
4075
|
+
var _Channel = require("./Enum/Channel");
|
|
4076
|
+
|
|
4077
|
+
Object.keys(_Channel).forEach(function (key) {
|
|
4078
|
+
if (key === "default" || key === "__esModule") return;
|
|
4079
|
+
Object.defineProperty(exports, key, {
|
|
4080
|
+
enumerable: true,
|
|
4081
|
+
get: function () {
|
|
4082
|
+
return _Channel[key];
|
|
4083
|
+
}
|
|
4084
|
+
});
|
|
4085
|
+
});
|
|
4086
|
+
|
|
4015
4087
|
var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
|
|
4016
4088
|
|
|
4017
4089
|
Object.keys(_ReadBusinessPartner).forEach(function (key) {
|
|
@@ -5451,4 +5523,40 @@ Object.keys(_TypeAndAmount).forEach(function (key) {
|
|
|
5451
5523
|
}
|
|
5452
5524
|
});
|
|
5453
5525
|
});
|
|
5526
|
+
|
|
5527
|
+
var _QueryTaxDeadline = require("./Interface/api/taxDeadline/QueryTaxDeadline");
|
|
5528
|
+
|
|
5529
|
+
Object.keys(_QueryTaxDeadline).forEach(function (key) {
|
|
5530
|
+
if (key === "default" || key === "__esModule") return;
|
|
5531
|
+
Object.defineProperty(exports, key, {
|
|
5532
|
+
enumerable: true,
|
|
5533
|
+
get: function () {
|
|
5534
|
+
return _QueryTaxDeadline[key];
|
|
5535
|
+
}
|
|
5536
|
+
});
|
|
5537
|
+
});
|
|
5538
|
+
|
|
5539
|
+
var _ReadTaxDeadline = require("./Interface/api/taxDeadline/ReadTaxDeadline");
|
|
5540
|
+
|
|
5541
|
+
Object.keys(_ReadTaxDeadline).forEach(function (key) {
|
|
5542
|
+
if (key === "default" || key === "__esModule") return;
|
|
5543
|
+
Object.defineProperty(exports, key, {
|
|
5544
|
+
enumerable: true,
|
|
5545
|
+
get: function () {
|
|
5546
|
+
return _ReadTaxDeadline[key];
|
|
5547
|
+
}
|
|
5548
|
+
});
|
|
5549
|
+
});
|
|
5550
|
+
|
|
5551
|
+
var _ReadSociety = require("./Interface/api/society/ReadSociety");
|
|
5552
|
+
|
|
5553
|
+
Object.keys(_ReadSociety).forEach(function (key) {
|
|
5554
|
+
if (key === "default" || key === "__esModule") return;
|
|
5555
|
+
Object.defineProperty(exports, key, {
|
|
5556
|
+
enumerable: true,
|
|
5557
|
+
get: function () {
|
|
5558
|
+
return _ReadSociety[key];
|
|
5559
|
+
}
|
|
5560
|
+
});
|
|
5561
|
+
});
|
|
5454
5562
|
//# sourceMappingURL=index.js.map
|