@silexpert/core 0.4.122 → 0.4.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Closing.d.ts +6 -0
- package/es/api/resources/Closing.d.ts.map +1 -0
- package/es/api/resources/Closing.js +7 -0
- package/es/api/resources/Closing.js.map +1 -0
- package/es/api/resources/shareCapital.d.ts +29 -0
- package/es/api/resources/shareCapital.d.ts.map +1 -0
- package/es/api/resources/shareCapital.js +32 -0
- package/es/api/resources/shareCapital.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +8 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +8 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ocr.d.ts +5 -0
- package/es/types/Enum/Ocr.d.ts.map +1 -0
- package/es/types/Enum/Ocr.js +6 -0
- package/es/types/Enum/Ocr.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +6 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +21 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +6 -4
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/2031.d.ts +157 -0
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2031.js +17 -0
- package/es/types/Interface/api/cerfa/2031.js.map +1 -0
- package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
- package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2033.js +429 -0
- package/es/types/Interface/api/cerfa/2033.js.map +1 -0
- package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
- package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2035.js +43 -0
- package/es/types/Interface/api/cerfa/2035.js.map +1 -0
- package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
- package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2050.js +3 -0
- package/es/types/Interface/api/cerfa/2050.js.map +1 -0
- package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
- package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2065.js +21 -0
- package/es/types/Interface/api/cerfa/2065.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts +6 -0
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
- package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts +1 -3
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
- package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +4 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +3 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +3 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySocial.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Closing.js +18 -0
- package/js/api/resources/Closing.js.map +1 -0
- package/js/api/resources/shareCapital.js +47 -0
- package/js/api/resources/shareCapital.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +8 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ocr.js +12 -0
- package/js/types/Enum/Ocr.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +6 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/2031.js +29 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -0
- package/js/types/Interface/api/cerfa/2033.js +295 -0
- package/js/types/Interface/api/cerfa/2033.js.map +1 -0
- package/js/types/Interface/api/cerfa/2035.js +47 -0
- package/js/types/Interface/api/cerfa/2035.js.map +1 -0
- package/js/types/Interface/api/cerfa/2050.js +10 -0
- package/js/types/Interface/api/cerfa/2050.js.map +1 -0
- package/js/types/Interface/api/cerfa/2065.js +37 -0
- package/js/types/Interface/api/cerfa/2065.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js → api/closing/ProcessedClosing.js} +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js.map → api/closing/ProcessedClosing.js.map} +1 -1
- package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
- package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +2 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +4 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +99 -15
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +8 -0
- package/ts/api/resources/shareCapital.ts +37 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/Ocr.ts +4 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +19 -4
- package/ts/types/Interface/api/cerfa/2031.ts +154 -0
- package/ts/types/Interface/api/cerfa/2033.ts +722 -0
- package/ts/types/Interface/api/cerfa/2035.ts +414 -0
- package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
- package/ts/types/Interface/api/cerfa/2065.ts +128 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
- package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
- package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +3 -5
- package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
- package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
- package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
- package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
- package/ts/types/Interface/models/ISocietySocial.ts +2 -2
- package/ts/types/index.ts +9 -2
- package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
- package/es/types/Interface/models/IPrestationSocial.js +0 -2
- package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
- package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { VehicleCerfaFuel } from '../../../Enum/Vehicle';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport interface DeterminedResult {\n incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »\n debts: boolean; // d'après les règles « créances-dettes »\n}\n\nexport type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';\nexport type CerfaCivility = 'M' | 'Mme' | 'Mlle';\n\nexport interface AccreditedOrganization {\n isMember: boolean;\n memberSince: Date;\n numberOfEmployees: string;\n netWagesReceived: number; // Salaires nets perçus\n}\n\ninterface Vehicle {\n name: string;\n type: string;\n fiscalPower: number;\n isBNCScale: boolean;\n isBICScale: boolean;\n fuel: VehicleCerfaFuel;\n professionalKilometers: number;\n deductible: number;\n depreciationPracticedAtReintegrate: number;\n}\n\nexport interface MoralShareholder {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n shares: number;\n address: {\n number: number | undefined;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\nexport interface PhysicShareholder {\n civility: CerfaCivility;\n firstname: string;\n lastname: string;\n percentShares: number;\n marriedName: string | null | undefined;\n shares: number | null;\n birth: {\n date: string;\n department: string | undefined;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n },\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | undefined;\n countryCode: string | null | undefined;\n number: string | undefined;\n }\n}\n\nexport interface Subsidiarie {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n address: {\n number: number;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: Date, endDate: Date };\n cessationDate: Date;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: Date, endDate: Date, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport interface Cerfa2035WithSuites {\n header: {\n siret: string;\n mail: string;\n phone: string;\n name: string;\n change: {\n st: string;\n nd: string;\n },\n declarantAddress: string;\n activityType: string;\n activityStartDate: string;\n privateSocietyAddress: string;\n civilSocietyAddress: string;\n informationsStartingPeriod: string;\n informationsEndingPeriod: string;\n address: {\n st: string;\n nd: string;\n city: string;\n country: string;\n countryCode: string | null;\n },\n secondaryPracticeAddress: string;\n },\n taxation: {\n profitResult: number;\n deficitResult: number;\n exemptCharges: number;\n depreciationCharges: number;\n addedValueProducts: number;\n portfolioCapitalIncome: number;\n taxedNetTotal: number;\n longTermTaxableAddedValue: number;\n longTermDefferedAddedValue: number;\n quintiesNewCompany: boolean;\n sexiesNewCompany: boolean;\n exemptInnovatingActivity: boolean;\n urbanZoneActivity: boolean;\n othersExemption: boolean;\n relatedCreationDate: string;\n relatedActivityStartingDate: string;\n nonProfessionnalProfit: number;\n nonProfessionnalAddedValue: number;\n nonProfessionnalProfitExemptions: number;\n nonProfessionnalDeficit: number;\n nonProfessionnalLongTermAddedValue: number;\n nonProfessionnalYoungArtistsExemptions: number;\n nonProfessionnalShortTermAddedValue: number;\n productsAddedValue: { duodecies: number; }\n chargesDeprecatedValue: { duodecies: number; };\n accountantInfos: number;\n committeeInfos: number;\n certifiedAssociation: number;\n serviceProvider: number;\n ecf: boolean;\n declarantSignature: string;\n signatureDate: string;\n signaturePlace: string;\n accountingSoftwareName: string;\n isAccountingAccounterised: {\n yes: boolean;\n no: boolean;\n }\n certifiedAccountingProfessionnal: string;\n aaOrOmga: boolean;\n aaOmgaAgreementNumber: string;\n longTermExemptAddedValue151: number;\n longTermExemptAddedValue151A: number;\n longTermExemptAddedValue238: number;\n longTermExemptAddedValue151B: number;\n profitExoneration: number;\n addedValueExoneration: number;\n },\n declaration: {\n paidService: string[];\n incomesAmount: number;\n employees: {\n total: number;\n disabled: number;\n apprentice: number;\n }\n grossAmountSalary: number;\n employeesCivilSociety: number;\n netSalaryShare: number;\n fixedAssets: {\n currentYearPartDepreciation: number;\n pastAssociatedPartDepreciation: number;\n grossPriceTotal: number;\n grossPriceLastAnnexTotal: number;\n depreciableBaseTotal: number;\n currentAssociatedPartDepreciation: number;\n depreciableBaseLastAnnexTotal: number;\n pastDepreciationsAmountsTotal: number;\n pastDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsTotal: number;\n currentYearTotal: number;\n vehicules: number;\n currentYearNetGrant: number;\n grossPriceDepreciationFraction: number;\n vatAmountDepreciationFraction: number;\n vatAmountTotal: number;\n vatAmountLastAnnexTotal: number;\n depreciableBaseDepreciationFraction: number;\n list: Array<{\n purchaseDate: string;\n grossPrice: number;\n vatAmount: number;\n depreciableBase: number;\n depreciationType: string;\n pastDepreciationsAmounts: number;\n currentYearDepreciationsAmounts: number;\n type: string;\n }>,\n total: number;\n },\n addedValueEstablishing: {\n list: Array<{\n type: string;\n purchaseDate: string;\n transferDate: string;\n originalValue: number;\n depreciations: number;\n residualValue: number;\n handoverPrice: number;\n shortTermValue: number;\n longTermValue: number;\n longTermSpread: number;\n }>,\n shortTermExemptArt151: number;\n shortTermExemptArt151A: number;\n shortTermExemptArt238: number;\n longTermExemptArt151: number;\n longTermExemptArt151A: number;\n longTermExemptArt238: number;\n longTermExemptArt151B: number;\n shortTermValue: { toReport: number }\n longTermSpread: number;\n shortTermSpread: number;\n },\n resultsDistribution: {\n slicePercentage: {\n annexTotal: number\n },\n resultShare: {\n annexTotal: number\n },\n individualProCharges: {\n annexTotal: number\n },\n netAmount: {\n annexTotal: number\n },\n longTermAddedValue: {\n annexTotal: number\n }\n list: Array<{\n basicInfos: string;\n managerPartner: boolean;\n slicePercentage: number;\n resultShare: number;\n individualProCharges: number;\n netAmount: number;\n longTermAddedValue: number\n birthdate?: string;\n birthplace?: string;\n birthCountry?: string;\n birthCountryCode: string | null;\n birthDepartment?: string;\n siren?: string;\n fiscalNumber?: string;\n name: string;\n address: string;\n isPhysic: boolean\n city?: string;\n country?: string;\n countryCode?: string;\n }>\n }\n name: string;\n siret: string;\n }\n}\n\nexport class ParamsGenerate2031 {\n @ApiProperty({ description: 'Formulaire à néant' })\n isNil: boolean;\n}\n\nexport class ParamsGenerate2050 {\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isNil?: boolean;\n\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class ParamsGenerate2035FullDocument {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n cerfa2035?: ParamsGenerate2035;\n\n @ApiProperty()\n cerfa2035WithSuites?: ParamsGenerate2035WithSuites;\n\n // @ApiPropertyOptional()\n // withoutTax?: boolean;\n\n // @ApiPropertyOptional()\n // withTax?: boolean;\n\n // @ApiPropertyOptional()\n // disbursements?: number | null; // Débours payés pour le compte des clients\n\n // @ApiPropertyOptional()\n // supplement?: number | null; // Honoraires rétrocédés (dont suppléments rétrocédés)\n\n // @ApiPropertyOptional()\n // activityCode?: string | null; // Code activité pour les praticiens médicaux\n\n // @ApiPropertyOptional()\n // valueAddedTax?: number | null; // Impôts et taxes : Taxe sur la valeur ajoutée\n\n // @ApiPropertyOptional()\n // equipmentRentalCollaborationFees?: number | null; // Location de matériel et de mobilier – dont redevances de collaboration\n\n // @ApiPropertyOptional()\n // lumpSumAssessment?: boolean | null; // Frais de véhicules - (cocher la case si évaluation forfaitaire)\n\n // @ApiPropertyOptional()\n // personalSocialChargesObligatory?: number | null; // Charges sociales personnelles - dont obligatoires\n\n // @ApiPropertyOptional()\n // contributionsMadelin?: number | null; // Charges sociales personnelles - dont cotisations facultatives Madelin\n\n // @ApiPropertyOptional()\n // retirementSavingsPlans?: number | null; // Dont facultatives aux nouveaux plans d’épargne retraite\n\n // @ApiPropertyOptional()\n // miscellaneousToBeReinstated?: number | null; // Divers à réintégrer\n\n // @ApiPropertyOptional()\n // civilSocietyBenefit?: number | null; // Bénéfice Société civile de moyen\n\n // @ApiPropertyOptional()\n // administrationFees?: number | null; // Frais d'établissement\n\n // @ApiPropertyOptional()\n // mtbdFreeZoneAmount?: number | null; // dont exonération sur le bénéfice « zone franche urbaine territoire entrepreneur »\n\n // @ApiPropertyOptional()\n // mtbdNewBusinessAmount?: number | null; // dont exonération sur le bénéfice « entreprise nouvelle »\n\n // @ApiPropertyOptional()\n // mtbdInnovativeCompaniesAmount?: number | null; // dont exonération « jeunes entreprises innovantes »\n\n // @ApiPropertyOptional()\n // mtbdInnovativeCompaniesYoungArtists?: number | null; // dont exonération sur le bénéfice « jeunes artistes »\n\n // @ApiPropertyOptional()\n // mtbdDoctorsExemptionAmount?: number | null; // dont exonération médecins « zones déficitaires en offre de soins »\n\n // @ApiPropertyOptional()\n // mtbdDoctorsExemptionSectorApprovedDoctors?: number | null; // dont déductions « médecins conventionnés de secteur I »\n\n // @ApiPropertyOptional()\n // grossReceipts?: number | null; // Montant de la TVA afférente aux recettes brutes\n\n // @ApiPropertyOptional()\n // relatedToPurchasesAmount?: number | null; // Montant de la TVA afférente aux achats (biens et services autres qu'immobilisations) :\n\n // @ApiPropertyOptional()\n // retrocededFees?: number | null; // dont montant de la TVA afférente aux honoraires rétrocédés\n\n // @ApiPropertyOptional()\n // territorialContribution?: number | null; // Recettes provenant d'activités exonérées à titre permanent\n\n // @ApiPropertyOptional()\n // miscellaneousToBeDeductedTotal?: number | null; // Divers à déduire (CL)\n}\n\nexport type ParamsGenerate2035WithSuites = Record<string, unknown>;\n/**\n * CERFA 2033 TYPES\n */\nexport class Cerfa2033Society {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n}\n\nexport type Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\nexport class Cerfa2033FixedAsset {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033CirculatingActive {\n rawMaterials: Cerfa2033ActiveValues;\n merchandise: Cerfa2033ActiveValues;\n advancesAndDeposit: Cerfa2033ActiveValues;\n claimsCustomers: Cerfa2033ActiveValues;\n claimsOthers: Cerfa2033ActiveValues;\n investmentSecurities: Cerfa2033ActiveValues;\n availabilities: Cerfa2033ActiveValues;\n prepaidExpenses: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033Equity {\n shareCapital: number;\n revaluationDifferences: number;\n legalReserve: number;\n reglemented: number;\n otherReserve: {\n purchaseOfOriginalWorks: number;\n total: number;\n };\n deferralAgain: number;\n resultOfTheExercise: number;\n regulatedProvisions: number;\n total: number;\n}\n\nexport class Cerfa2033Debts {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n otherDebts: {\n partnerCurrentAccount: number;\n total: number;\n };\n prepaid: number;\n total: number;\n}\n\nexport class Cerfa2033Referrals {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n}\n\nexport class Cerfa2033ExeploitationProducts {\n saleOfMerchandise: {\n export: number;\n total: number;\n };\n saleOfProduction: {\n goods: {\n export: number;\n total: number;\n };\n services: {\n export: number;\n total: number;\n };\n };\n stockedProduction: number;\n immobilizedProduction: number;\n operatingGrants: number;\n otherProducts: number;\n total: number;\n}\n\nexport class Cerfa2033ExploitationExpenses {\n purchaseOfMerchandise: number;\n stockVariationMerchandise: number;\n purchaseOfRawMaterials: number;\n stockVariationRawMaterials: number;\n otherExternalExpenses: {\n loanFurniture: number;\n loanRealEstate: number;\n total: number;\n };\n tax: {\n CFEandCVAE: number;\n total: number;\n };\n remunerations: number;\n social: number;\n amortization: number;\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n}\n\nexport class Cerfa2033AccountingIncome {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses;\n}\n\nexport class Cerfa2033ExploitationResult {\n total: number;\n financialProducts: number;\n financialExpenses: number;\n exceptionalProducts: number;\n exceptionalExpenses: {\n subscriptions: number;\n exceptional: number;\n total: number\n };\n benefitTax: number;\n}\n\nexport class Cerfa2033FiscalResult {\n reinstatements: {\n benefitIncome: number;\n deficitIncome: number;\n remunerations: number;\n amortizations: number;\n provisions: number;\n tax: number;\n diverse: number;\n deviations: number;\n line330: number;\n fractionOfRents: number;\n shareOfRent: number;\n relatedCharges: number;\n fiscalResult: number;\n };\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n difficultBusiness: number;\n JEI: number;\n ZRD: number;\n ZRR: number;\n revitalize: number;\n overseasInvestment: number;\n ZFANG: number;\n BUD: number;\n priorityDevelopment: number;\n total: number;\n diverse: {\n debt: number;\n exceptionalDeduction: number;\n exceptionalDeductionA: number;\n exceptionalDeductionB: number;\n exceptionalDeductionC: number;\n exceptionalDeductionD: number;\n exceptionalDeductionE: number;\n exceptionalDeductionF: number;\n exceptionalDeductionG: number;\n total: number;\n };\n resultBeforeImputation: {\n benefit: number;\n deficit: number;\n };\n deficits: {\n exercise: number;\n reportable: number;\n imputed: number;\n };\n fiscalResultAfterImputation: {\n benefit: number;\n deficit: number;\n }\n };\n}\n\nexport type ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\nexport class Cerfa2033Immobilizations {\n commercialFunds: ImmobilizationsArray;\n other: ImmobilizationsArray;\n land: ImmobilizationsArray;\n constructions: ImmobilizationsArray;\n technicalInstallations: ImmobilizationsArray;\n generalInstallations: ImmobilizationsArray;\n equipmentTransportation: ImmobilizationsArray;\n bodily: ImmobilizationsArray;\n financial: ImmobilizationsArray;\n total: ImmobilizationsArray;\n}\n\nexport type AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\nexport class Cerfa2033Amortizations {\n intangible: AmortizationArray;\n lands: AmortizationArray;\n constructions: AmortizationArray;\n technicalInstallations: AmortizationArray;\n generalInstallations: AmortizationArray;\n equipmentTransportation: AmortizationArray;\n bodily: AmortizationArray;\n total: AmortizationArray;\n}\n\nexport type Cerfa2033TaxableValues = {\n active: number;\n amortizations: number;\n residualValue: number;\n salePrice: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n};\n\nexport class Cerfa2033Values {\n natures: string[];\n immobilizations: {\n list: Cerfa2033TaxableValues[];\n total: Cerfa2033TaxableValues;\n };\n taxableGains: {\n residualValue: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n total: {\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n}\n\nexport type Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\nexport class Cerfa2033ProvisionNatures {\n amortizations: Cerfa2033ProvisionNaturesArray;\n majorations: Cerfa2033ProvisionNaturesArray;\n other: Cerfa2033ProvisionNaturesArray;\n risk: Cerfa2033ProvisionNaturesArray;\n immobilizations: Cerfa2033ProvisionNaturesArray;\n stock: Cerfa2033ProvisionNaturesArray;\n clientAccounts: Cerfa2033ProvisionNaturesArray;\n depreviation: Cerfa2033ProvisionNaturesArray;\n total: Cerfa2033ProvisionNaturesArray;\n}\n\nexport type Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\nexport type Cerfa2033ProvisionMovesVentilation = {\n label: number;\n amount: number;\n};\n\nexport class Cerfa2033ProvisionMoves {\n bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;\n land: Cerfa2033ProvisionMovesDotationsAndRevivals;\n constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;\n technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;\n other: Cerfa2033ProvisionMovesDotationsAndRevivals;\n total: Cerfa2033ProvisionMovesDotationsAndRevivals;\n}\n\nexport class Cerfa2033ReportableDeficits {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n}\n\nexport class Cerfa2033ApplicationDeficits {\n result: number;\n stranger: number;\n}\n\nexport class Cerfa2033ApplicationDiverse {\n bonuses: {\n deductible: number;\n cotisations: number;\n total: number;\n };\n cotisations: {\n deductible: number;\n total: number;\n };\n approvedManagementCenter: number;\n vatCollected: number;\n vatDeductible: number;\n specimens: number;\n aidReceived: number;\n investment: number;\n}\n\nexport class Cerfa2033WorkForce {\n isNil: boolean;\n declaration?: {\n average: number;\n apprentices: number;\n handicapped: number;\n artisanal: number;\n };\n addedValue?: {\n saleOfProducts: number;\n licences: number;\n saleOfImmobilizations: number;\n expensesTransfert: number;\n total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: number;\n deductibleExpensesTransfert: number;\n debts: number;\n total2: number;\n purchases: number;\n negativeVariation: number;\n services: number;\n rents: number;\n taxes: number;\n otherManagementExpenses: number;\n deductibleExpenses: number;\n deductibleFraction: number;\n lessValues: number;\n total3: number;\n addValue: number;\n cotisation: number;\n };\n CVAE?: {\n isEstablishment: boolean;\n turnover: number;\n workforce: number;\n turnoverGroup: number;\n period: {\n startDate: string;\n endDate: string;\n };\n cessationDate: string;\n };\n}\nexport interface Cerfa2033ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n}\n\nexport interface Cerfa2033 {\n isNil: boolean;\n society: Cerfa2033Society;\n period: {\n startDate: Date,\n endDate: Date,\n endDay: string,\n endMonth: string,\n endYear: string,\n months: string,\n previousExerciceMonths: string\n };\n fixedAsset: Cerfa2033FixedAsset;\n circulatingActive: Cerfa2033CirculatingActive;\n totalActive: Cerfa2033ActiveValues;\n equity: Cerfa2033Equity;\n provisionsForRisks: number;\n debts: Cerfa2033Debts;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult;\n immobilizations: Cerfa2033Immobilizations;\n amortizations: Cerfa2033Amortizations;\n values: Cerfa2033Values;\n provisions: Cerfa2033ProvisionNatures;\n provisionsMoves: Cerfa2033ProvisionMoves;\n ventilations: {\n list: Cerfa2033ProvisionMovesVentilation[],\n total: number;\n },\n reportableDeficits: Cerfa2033ReportableDeficits;\n applicationDeficits: Cerfa2033ApplicationDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[], isSubsidiariesNil: boolean };\n}\n\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n isNil: boolean; // Néant\n\n @ApiPropertyOptional()\n equityOtherReservePurchaseOfOriginalWorks?: number | null; // Passif > Capitaux propres > Autres réserves (ligne 131)\n\n @ApiPropertyOptional()\n referralFixedAssets?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 193)\n\n @ApiPropertyOptional()\n referralDebtsMoreThanOneYear?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 195)\n\n @ApiPropertyOptional()\n referralClaims?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 197)\n\n @ApiPropertyOptional()\n saleOfMerchandiseExport?: number | null; // Résultat comptable > Produits d'exploitation > Ventes de marchandises > Dont export (ligne 209)\n\n @ApiPropertyOptional()\n saleOfProductionGoodsExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - biens > Dont export (ligne 215)\n\n @ApiPropertyOptional()\n saleOfProductionServicesExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - services > Dont export (ligne 217)\n\n @ApiPropertyOptional()\n otherExpensesProvisions?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 259)\n\n @ApiPropertyOptional()\n otherExpensesCotisations?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 260)\n\n @ApiPropertyOptional()\n exceptionalExpensesSubscriptions?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements des souscriptions\n\n @ApiPropertyOptional()\n exceptionalExpensesExceptional?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements exceptionnels\n\n @ApiPropertyOptional()\n reinstatementsRemuneration?: number | null; // Résultat fiscal > Rémunérations et avantages personnels non déductibles (ligne 316)\n\n @ApiPropertyOptional()\n reinstatementsAmortizations?: number | null; // Résultat fiscal > Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles (ligne 318)\n\n @ApiPropertyOptional()\n reinstatementsProvisions?: number | null; // Résultat fiscal > Provisions non déductibles (ligne 322)\n\n @ApiPropertyOptional()\n reinstatementsDiverse?: number | null; // Résultat fiscal > Réintégrations (ligne 247)\n\n @ApiPropertyOptional()\n reinstatementsDeviations?: number | null; // Résultat fiscal > Réintégrations (ligne 248)\n\n @ApiPropertyOptional()\n reinstatementsShareOfRent?: number | null; // Résultat fiscal > Réintégrations (ligne )\n\n @ApiPropertyOptional()\n reinstatementsFractionOfRents?: number | null; // Résultat fiscal > Réintégrations (ligne 249)\n\n @ApiPropertyOptional()\n reinstatementsRelatedCharges?: number | null; // Résultat fiscal > Réintégrations (ligne 998)\n\n @ApiPropertyOptional()\n reinstatementsFiscalResult?: number | null; // Résultat fiscal > Réintégrations (ligne 999)\n\n @ApiPropertyOptional()\n maritimeTransportDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 997)\n\n @ApiPropertyOptional()\n newBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 986)\n\n @ApiPropertyOptional()\n ZFUDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 987)\n\n @ApiPropertyOptional()\n difficultBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 981)\n\n @ApiPropertyOptional()\n JEIDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 989)\n\n @ApiPropertyOptional()\n ZRDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 127)\n\n @ApiPropertyOptional()\n ZRRDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 138)\n\n @ApiPropertyOptional()\n revitalizeDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 991)\n\n @ApiPropertyOptional()\n overseasInvestmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 344)\n\n @ApiPropertyOptional()\n ZFANGDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 345)\n\n @ApiPropertyOptional()\n BUDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 992)\n\n @ApiPropertyOptional()\n priorityDevelopmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 993)\n\n @ApiPropertyOptional()\n diverseDebts?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeduction?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionA?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionB?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionC?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionD?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionE?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionF?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionG?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n deficitsExercise?: number | null; // Déficit de l'exercice reporté en arrière\n\n @ApiPropertyOptional()\n deficitsReportable?: number | null; // Déficits antérieurs reportables\n\n @ApiPropertyOptional()\n deficitsImputed?: number | null; // dont imputés sur le résultat\n\n @ApiPropertyOptional()\n addedValueNatures?: string[]; // Nature des immobilisations cédées virées de poste à poste, mise hors service ou réintégrées dans le patrimoine privé\n\n @ApiPropertyOptional()\n majorationsBeginingAmount?: number;\n\n @ApiPropertyOptional()\n majorationsIncreases?: number;\n\n @ApiPropertyOptional()\n majorationsDiminution?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherAmount?: number;\n\n @ApiPropertyOptional()\n ventilations?: Cerfa2033ProvisionMovesVentilation[];\n\n @ApiPropertyOptional()\n applicationDeficitsResult?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsStranger?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsDeductible?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsCotisations?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsTotal?: number;\n\n @ApiPropertyOptional()\n cotisationsDeductible?: number;\n\n @ApiPropertyOptional()\n cotisationsTotal?: number;\n\n @ApiPropertyOptional()\n approvedManagementCenter?: number;\n\n @ApiPropertyOptional()\n vatCollected?: number;\n\n @ApiPropertyOptional()\n vatDeductible?: number;\n\n @ApiPropertyOptional()\n specimens?: number;\n\n @ApiPropertyOptional()\n aidReceived?: number;\n\n @ApiPropertyOptional()\n investment?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsTransferred?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsOperations?: number;\n\n @ApiPropertyOptional()\n deductionsDiverseTotal?: number;\n}\n\nexport class Cerfa2065Society {\n name: string;\n addressFormatted: string;\n siret: string;\n email: string;\n oldAddress: string | null;\n}\n\nexport class Cerfa2065Remunerations {\n name: string;\n address: { country: string; address: string; countryCode: string | null; };\n sharesHeld: number;\n year: string;\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n reason: string;\n}\nexport interface Cerfa2065 {\n isNil?: boolean;\n society: Cerfa2065Society;\n period: {\n startDate: Date,\n endDate: Date,\n months: string;\n };\n isSimplifiedRegime: boolean;\n isDeclarationForGroup: boolean;\n isRealRegime: boolean;\n isPME: boolean;\n fillialeText: string | null;\n isTonnageOption: boolean;\n headOffice: { addressFormatted: string; country: string; countryCode: string | null; street: string; zipCode: string; city: string; }\n incomeDate: Date | null;\n siret: string | null;\n activity: string;\n hasActivityChanged: boolean;\n benefit31: number;\n benefit28: number;\n deficit: number;\n benefit15: number;\n resultNet: number;\n addedValues15: number;\n addedValues19: number;\n exoneration: number;\n otherAddedValues19: number;\n otherAddedValues0: number;\n isNewBusinessSexies: boolean;\n isYoungBusiness: boolean;\n isNewBusinessSepties: boolean;\n isActivityZone: boolean;\n isRestructuration: boolean;\n isUrbanToDynamise: boolean;\n isUrban: boolean;\n isOther: boolean;\n isPriorityZone: boolean;\n isInvestmentBusiness: boolean;\n benefitOrDeficit: string;\n exoneration15: number;\n isImpositionDOMTOM: boolean;\n furnitureIncome: number;\n icomeOther: number;\n income2Dot5: number;\n isSocietyHead: boolean;\n otherSocietyHead: { name: string; number: string };\n isSocietyDesigned: boolean;\n societyHead: { name: string; number: string };\n hasAccountancyComputerized: boolean;\n hasNotAccountancyComputerized: boolean;\n accountancyComputerizedName: string;\n accountant: {\n name: string;\n phone: string;\n };\n hasOGA: boolean;\n hasViewer: boolean;\n OGA: { name: string; number: string };\n ecf: boolean;\n ecfName: string;\n council: {\n name: string;\n phone: string;\n };\n declarer: {\n date: string;\n place: string;\n name: string;\n }\n distributionAmount: { bySociety: number; byEstablishment: number };\n remuneration: number;\n advances: number;\n others: Array<{ label: string; amount: number; }>;\n elligible: number;\n noElligible: number;\n amountRemunerations: number;\n remunerations: Cerfa2065Remunerations[],\n diverse: {\n name: string;\n address: string;\n otherAddress: string;\n }\n simplified: {\n amount: number;\n retrocessions: number;\n remainingExerciceStart: number;\n imputed: number;\n realized: number;\n remaining: number;\n }\n}\n\nexport type Cerfa2050 = Record<string, unknown>;\n\nexport interface Cerfa2031 {\n period: { months: number; },\n header: {\n opening: string;\n closure: string;\n realSystem: boolean,\n simplifiedAccounting: boolean,\n vat: boolean,\n tonnageTaxation: boolean,\n simplifiedSystem: boolean\n },\n identification: {\n companyDenomination: string;\n companyAddress: string;\n phoneNumber: string;\n email: string;\n siren: string;\n declarantEmail: string;\n declarantAddress: string;\n lastAddress: string;\n },\n miscellaneous: {\n activities: string;\n onJobList: boolean;\n ownerInfos: string;\n otherEstablishmentsAddresses : string;\n },\n recapitulation: {\n column2: number;\n cdSum: number;\n col1: { total: number; };\n col2: { total: number; };\n taxableBenefit: number;\n deductibleDeficit: number;\n netHandoverResult: number;\n incomeTaxSubjectEarnings: number;\n netExemptIncome: number;\n shareToDeduce: number;\n incomeTaxExemptEarnings: number;\n shortTermDepreciation: number;\n column1: number;\n creditTaxOption: number;\n shareEquipmentGrant: number;\n partnershipFiscalResult: number;\n publicAccountant: boolean;\n addedValue: {\n privateTaxed: number;\n longTermDiffered: number;\n exonerated: number;\n longTermExonerated: number;\n shortTermExonerated: number;\n }\n exemption: {\n newCompanyArt: boolean;\n zfuArt: boolean;\n zrrArt: boolean;\n reorganisationArt: boolean;\n freeZoneActivityArt: boolean;\n others: boolean;\n youngCompaniesArt: boolean;\n budArt: boolean;\n developmentZoneArt: boolean;\n taxableAddedValue: number;\n professionnalProfit: number;\n },\n industrialBenefits: {\n benefits: number;\n deficit: number;\n taxableBenefitIncome: {\n shortTermGrant: number;\n shortTermDepreciation: number;\n },\n addedValue: {\n longTermNet: number;\n nonProfessionalBenefitExemption: number;\n }\n },\n computerizedAccounting?: {\n yes: boolean;\n no: boolean;\n softwareName: string;\n omga: boolean;\n omgaInfos: string;\n approvalNumber: string;\n professionalAccountantInfos: string;\n declarantIdentity: string;\n place: string;\n date: string;\n declarantOccupation: string;\n signature: string;\n ecf: boolean;\n serviceProvider: string;\n };\n },\n benefitsDeficitsRepartition: {\n list: Array<{\n managerPartner: string;\n industrialBenefits: string;\n share0: string;\n share1: string;\n taxableAddedValueShare: string;\n label: string;\n }>,\n distributedBenefitsAmount: {\n taxableAddedValueShare: number;\n share: number;\n }\n },\n generalExpensesList: {\n receptionExpenses: number;\n gift: number\n },\n simplifiedTaxationSystemCompanies: {\n grossSalary: string;\n retrocessingFee: string;\n directDebitAmount: string;\n capitalSupplyAmount: string;\n list: Array<{\n nonDepreciableImmobilization: number;\n reassessValue: number;\n purchaseValue: number;\n addedValue: number;\n }>\n },\n nonProfessionalIndustrialBenefits: {\n rentalPropretySocialContribution: {\n benefit: number;\n deficit: number;\n },\n rentalProprety: {\n benefit: number;\n deficit: number\n };\n leaseManagement: {\n benefit: number;\n deficit: number\n },\n collectiveRaceHorseOwnership: {\n benefit: number;\n deficit: number;\n },\n others: {\n benefit: number;\n deficit: number;\n }\n }\n}\n\nexport type BusinessPartnersValue = {\n idBusinessPartner: number,\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n};\n\nexport class ParamsGenerate2065 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n // @ApiProperty({ description: 'Adresse du siège social' })\n // headOfficeAddress: string | null;\n\n // @ApiProperty({ description: 'Adresse du principal établissement' })\n // principalEstablishmentAddress: string | null;\n\n // @ApiProperty({ description: 'Ancienne adresse en cas de changement:' })\n // oldAddress: string | null;\n\n // @ApiProperty({})\n // hasChangedActivity: boolean | null;\n\n // @ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })\n // income2Dot5: number | null;\n\n // @ApiProperty()\n // addedValues15: number | null;\n\n // @ApiProperty()\n // addedValues19: number | null;\n\n // @ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })\n // exoneration: number | null;\n\n // @ApiProperty()\n // otherAddedValues19: number | null;\n\n // @ApiProperty()\n // otherAddedValues0: number | null;\n\n // @ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })\n // isNewBusinessSexies: boolean | null;\n\n // @ApiProperty()\n // isYoungBusiness: boolean | null;\n\n // @ApiProperty()\n // isNewBusinessSepties: boolean | null;\n\n // @ApiProperty()\n // isActivityZone: boolean | null;\n\n // @ApiProperty()\n // isRestructuration: boolean | null;\n\n // @ApiProperty()\n // isUrbanToDynamise: boolean | null;\n\n // @ApiProperty()\n // isUrban: boolean | null;\n\n // @ApiProperty()\n // isOther: boolean | null;\n\n // @ApiProperty()\n // isPriorityZone: boolean | null;\n\n // @ApiProperty()\n // isInvestmentBusiness: boolean | null;\n\n // @ApiProperty()\n // benefitOrDeficit: string | null;\n\n // @ApiProperty()\n // exoneration15: number | null;\n\n // @ApiProperty()\n // isImpositionDOMTOM: boolean | null;\n\n // @ApiProperty()\n // furnitureIncome: number | null;\n\n // @ApiProperty()\n // icomeOther: number | null;\n\n // @ApiProperty()\n // isSocietyHead: boolean | null;\n\n // @ApiProperty()\n // otherSocietyHeadName: string | null;\n\n // @ApiProperty()\n // otherSocietyHeadNumber: string | null;\n\n // @ApiProperty()\n // isSocietyDesigned: boolean | null;\n\n // @ApiProperty()\n // societyHeadName: string | null;\n\n // @ApiProperty()\n // societyHeadNumber: string | null;\n\n // @ApiProperty()\n // hasAccountancyComputerized: boolean | null;\n\n // @ApiProperty()\n // hasNotAccountancyComputerized: boolean | null;\n\n // @ApiProperty()\n // accountancyComputerizedName: string | null;\n\n // @ApiProperty()\n // distributionAmountBySociety: number | null;\n\n // @ApiProperty()\n // distributionAmountByEstablishment: number| null;\n\n // @ApiProperty()\n // remuneration: number | null;\n\n // @ApiProperty()\n // advances: number | null;\n\n // @ApiProperty()\n // others: Array<{ label: string; amount: number; }>;\n\n // @ApiProperty()\n // elligible: number | null;\n\n // @ApiProperty()\n // noElligible: number | null;\n\n // @ApiProperty()\n // amountRemunerations: number | null;\n\n // @ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })\n // businessPartnersValues: BusinessPartnersValue[];\n\n // @ApiProperty()\n // diverseName: string;\n\n // @ApiProperty()\n // diverseAddress: string;\n\n // @ApiProperty()\n // diverseOtherAddress: string;\n\n // @ApiProperty()\n // simplifiedAmount: number;\n\n // @ApiProperty()\n // simplifiedRetrocessions: number;\n\n // @ApiProperty()\n // simplifiedRemainingExerciceStart: number;\n\n // @ApiProperty()\n // simplifiedImputed: number;\n\n // @ApiProperty()\n // simplifiedRealized: number;\n\n // @ApiProperty()\n // simplifiedRemaining: number;\n\n // @ApiProperty()\n // hasReduceRate: boolean;\n\n // @ApiProperty()\n // hasViewer: boolean;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"CreateCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"names":[],"mappings":"AAEA,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC","sourcesContent":["import { VehicleCerfaFuel } from '../../../Enum/Vehicle';\n\nexport * from './2031';\nexport * from './2033';\nexport * from './2035';\nexport * from './2050';\nexport * from './2065';\n\nexport interface DeterminedResult {\n incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »\n debts: boolean; // d'après les règles « créances-dettes »\n}\n\nexport type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';\nexport type CerfaCivility = 'M' | 'Mme' | 'Mlle';\n\nexport interface AccreditedOrganization {\n isMember: boolean;\n memberSince: Date;\n numberOfEmployees: string;\n netWagesReceived: number; // Salaires nets perçus\n}\n\nexport interface Vehicle {\n name: string;\n type: string;\n fiscalPower: number;\n isBNCScale: boolean;\n isBICScale: boolean;\n fuel: VehicleCerfaFuel;\n professionalKilometers: number;\n deductible: number;\n depreciationPracticedAtReintegrate: number;\n}\n\nexport interface MoralShareholder {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n shares: number;\n address: {\n number: number | undefined;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\nexport interface PhysicShareholder {\n civility: CerfaCivility;\n firstname: string;\n lastname: string;\n percentShares: number;\n marriedName: string | null | undefined;\n shares: number | null;\n birth: {\n date: string;\n department: string | undefined;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n },\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | undefined;\n countryCode: string | null | undefined;\n number: string | undefined;\n }\n}\n\nexport interface Subsidiarie {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n address: {\n number: number;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}"]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CerfaType } from '../../../Enum/CerfaType';
|
|
2
|
+
import { QuestionWording } from '../../..';
|
|
2
3
|
export interface ReadCerfaToComplete {
|
|
3
4
|
declaration: CerfaType;
|
|
4
5
|
annex: CerfaType | null;
|
|
@@ -7,4 +8,7 @@ export interface ReadCerfaDocument {
|
|
|
7
8
|
file: any;
|
|
8
9
|
payload: any;
|
|
9
10
|
}
|
|
11
|
+
export declare type CerfaAnswers = {
|
|
12
|
+
[key in keyof typeof QuestionWording | 'OTHER_TAX_DEDUCTION_AMOUNT_1' | 'OTHER_TAX_DEDUCTION_AMOUNT_2' | 'OTHER_TAX_DEDUCTION_AMOUNT_3' | 'OTHER_TAX_DEDUCTION_AMOUNT_4' | 'OTHER_TAX_DEDUCTION_AMOUNT_5' | 'OTHER_ADDITION_AMOUNT_1' | 'OTHER_ADDITION_AMOUNT_2' | 'OTHER_ADDITION_AMOUNT_3' | 'OTHER_ADDITION_AMOUNT_4' | 'OTHER_ADDITION_AMOUNT_5' | '39_DECIES' | '39_DECIES_A' | '39_DECIES_B' | '39_DECIES_C' | '39_DECIES_D' | '39_DECIES_E' | '39_DECIES_F' | '39_DECIES_G']: number;
|
|
13
|
+
};
|
|
10
14
|
//# sourceMappingURL=ReadCerfa.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadCerfa.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"ReadCerfa.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,WAAW,mBAAmB;IAClC,WAAW,EAAE,SAAS,CAAC;IACvB,KAAK,EAAE,SAAS,GAAG,IAAI,CAAA;CACxB;AACD,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,GAAG,CAAC;CACd;AAED,oBAAY,YAAY,GAAG;KACxB,GAAG,IAAI,MAAM,OAAO,eAAe,GAAG,8BAA8B,GAAG,8BAA8B,GAAE,8BAA8B,GAAG,8BAA8B,GAAE,8BAA8B,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,WAAW,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,aAAa,GAAG,MAAM;CAC3d,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\n\nexport interface ReadCerfaToComplete {\n declaration: CerfaType;\n annex: CerfaType | null\n}\nexport interface ReadCerfaDocument {\n file: any;\n payload: any;\n}"]}
|
|
1
|
+
{"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\nimport { QuestionWording } from '../../..';\n\nexport interface ReadCerfaToComplete {\n declaration: CerfaType;\n annex: CerfaType | null\n}\nexport interface ReadCerfaDocument {\n file: any;\n payload: any;\n}\n\nexport type CerfaAnswers = {\n [key in keyof typeof QuestionWording | 'OTHER_TAX_DEDUCTION_AMOUNT_1' | 'OTHER_TAX_DEDUCTION_AMOUNT_2'| 'OTHER_TAX_DEDUCTION_AMOUNT_3' | 'OTHER_TAX_DEDUCTION_AMOUNT_4'| 'OTHER_TAX_DEDUCTION_AMOUNT_5' | 'OTHER_ADDITION_AMOUNT_1' | 'OTHER_ADDITION_AMOUNT_2' | 'OTHER_ADDITION_AMOUNT_3' | 'OTHER_ADDITION_AMOUNT_4' | 'OTHER_ADDITION_AMOUNT_5' | '39_DECIES' | '39_DECIES_A' | '39_DECIES_B' | '39_DECIES_C' | '39_DECIES_D' | '39_DECIES_E' | '39_DECIES_F' | '39_DECIES_G']: number\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProcessedClosing.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/closing/ProcessedClosing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE7D,MAAM,WAAW,gBAAgB;IAC/B,YAAY,EAAE,SAAS,CAAC;IACxB,uBAAuB,EAAE,sBAAsB,CAAC;CACjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProcessedClosing.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/closing/ProcessedClosing.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountingTransaction, IExercice } from '../../..';\n\nexport interface ProcessedClosing {\n nextExercice: IExercice,\n carryForwardTransaction: IAccountingTransaction,\n}"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class CreateOcr {
|
|
2
|
+
Type: string;
|
|
3
|
+
MessageId: string;
|
|
4
|
+
Token: string;
|
|
5
|
+
TopicArn: string;
|
|
6
|
+
Message: string;
|
|
7
|
+
SubscribeURL: string;
|
|
8
|
+
Timestamp: string;
|
|
9
|
+
SignatureVersion: string;
|
|
10
|
+
Signature: string;
|
|
11
|
+
SigningCertURL: string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=CreateOcr.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateOcr.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/CreateOcr.ts"],"names":[],"mappings":"AAEA,qBAAa,SAAS;IAEpB,IAAI,EAAE,MAAM,CAAC;IAGb,SAAS,EAAE,MAAM,CAAC;IAGlB,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,MAAM,CAAC;IAGjB,OAAO,EAAE,MAAM,CAAC;IAGhB,YAAY,EAAE,MAAM,CAAC;IAGrB,SAAS,EAAE,MAAM,CAAC;IAGlB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,SAAS,EAAE,MAAM,CAAC;IAGlB,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class CreateOcr {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], CreateOcr.prototype, "Type", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], CreateOcr.prototype, "MessageId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], CreateOcr.prototype, "Token", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], CreateOcr.prototype, "TopicArn", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], CreateOcr.prototype, "Message", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiPropertyOptional(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], CreateOcr.prototype, "SubscribeURL", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CreateOcr.prototype, "Timestamp", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiPropertyOptional(),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], CreateOcr.prototype, "SignatureVersion", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiPropertyOptional(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], CreateOcr.prototype, "Signature", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], CreateOcr.prototype, "SigningCertURL", void 0);
|
|
53
|
+
//# sourceMappingURL=CreateOcr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateOcr.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/CreateOcr.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,SAAS;CA8BrB;AA5BC;IADC,mBAAmB,EAAE;;uCACT;AAGb;IADC,mBAAmB,EAAE;;4CACJ;AAGlB;IADC,mBAAmB,EAAE;;wCACR;AAGd;IADC,mBAAmB,EAAE;;2CACL;AAGjB;IADC,mBAAmB,EAAE;;0CACN;AAGhB;IADC,mBAAmB,EAAE;;+CACD;AAGrB;IADC,mBAAmB,EAAE;;4CACJ;AAGlB;IADC,mBAAmB,EAAE;;mDACG;AAGzB;IADC,mBAAmB,EAAE;;4CACJ;AAGlB;IADC,mBAAmB,EAAE;;iDACC","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateOcr {\n @ApiPropertyOptional()\n Type: string;\n\n @ApiPropertyOptional()\n MessageId: string;\n\n @ApiPropertyOptional()\n Token: string;\n\n @ApiPropertyOptional()\n TopicArn: string;\n\n @ApiPropertyOptional()\n Message: string;\n\n @ApiPropertyOptional()\n SubscribeURL: string;\n\n @ApiPropertyOptional()\n Timestamp: string;\n\n @ApiPropertyOptional()\n SignatureVersion: string;\n\n @ApiPropertyOptional()\n Signature: string;\n\n @ApiPropertyOptional()\n SigningCertURL: string;\n}"]}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { IFile } from '../../..';
|
|
2
1
|
import { OcrTransactionDetails } from './OcrTypeTransactions';
|
|
3
2
|
export declare class OcrTransactions {
|
|
4
|
-
|
|
3
|
+
file?: {
|
|
5
4
|
id: number;
|
|
6
|
-
file: Partial<IFile>;
|
|
7
5
|
};
|
|
8
6
|
transactions: OcrTransactionDetails[];
|
|
9
7
|
idBankAccount: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OcrTransactions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OcrTransactions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,qBAAa,eAAe;IAE1B,IAAI,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;IAGF,YAAY,EAAE,qBAAqB,EAAE,CAAC;IAGtC,aAAa,EAAE,MAAM,CAAC;IAKtB,KAAK,EAAE,OAAO,CAAC;CAChB"}
|
|
@@ -13,9 +13,9 @@ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
|
13
13
|
export class OcrTransactions {
|
|
14
14
|
}
|
|
15
15
|
__decorate([
|
|
16
|
-
|
|
16
|
+
ApiPropertyOptional(),
|
|
17
17
|
__metadata("design:type", Object)
|
|
18
|
-
], OcrTransactions.prototype, "
|
|
18
|
+
], OcrTransactions.prototype, "file", void 0);
|
|
19
19
|
__decorate([
|
|
20
20
|
ApiProperty(),
|
|
21
21
|
__metadata("design:type", Array)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"OcrTransactions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTransactions.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAG3E,MAAM,OAAO,eAAe;CAgB3B;AAdC;IADC,mBAAmB,EAAE;;6CAGpB;AAGF;IADC,WAAW,EAAE;;qDACwB;AAGtC;IADC,mBAAmB,EAAE;;sDACA;AAKtB;IAHC,SAAS,EAAE;IACX,SAAS,EAAE;IACX,WAAW,EAAE;;8CACC","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { OcrTransactionDetails } from './OcrTypeTransactions';\n\nexport class OcrTransactions {\n @ApiPropertyOptional()\n file?: {\n id: number,\n };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiPropertyOptional()\n idBankAccount: number;\n\n @ToBoolean()\n @IsBoolean()\n @ApiProperty()\n isPdf: boolean;\n}"]}
|
|
@@ -1,7 +1,24 @@
|
|
|
1
|
+
import { OcrType } from '../../../Enum/Ocr';
|
|
1
2
|
export declare type OcrTransactionDetails = {
|
|
2
3
|
dateValue: Date;
|
|
3
4
|
label: string | null;
|
|
4
5
|
debit: number;
|
|
5
6
|
credit: number;
|
|
6
7
|
};
|
|
8
|
+
export declare type OcrResponseMessage = {
|
|
9
|
+
metadata: string;
|
|
10
|
+
s3_file_name: string;
|
|
11
|
+
};
|
|
12
|
+
export declare type OcrResponseParsed = {
|
|
13
|
+
Type: OcrType;
|
|
14
|
+
MessageId: string;
|
|
15
|
+
TopicArn: string;
|
|
16
|
+
Message: string;
|
|
17
|
+
Timestamp: string;
|
|
18
|
+
SignatureVersion: string;
|
|
19
|
+
Signature: string;
|
|
20
|
+
SigningCertURL: string;
|
|
21
|
+
UnsubscribeURL: string;
|
|
22
|
+
SubscribeURL?: string;
|
|
23
|
+
};
|
|
7
24
|
//# sourceMappingURL=OcrTypeTransactions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OcrTypeTransactions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB,GAAG;IAClC,SAAS,EAAE,IAAI,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
1
|
+
{"version":3,"file":"OcrTypeTransactions.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,oBAAY,qBAAqB,GAAG;IAClC,SAAS,EAAE,IAAI,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OcrTypeTransactions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"OcrTypeTransactions.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/ocr/OcrTypeTransactions.ts"],"names":[],"mappings":"","sourcesContent":["import { OcrType } from '../../../Enum/Ocr';\n\nexport type OcrTransactionDetails = {\n dateValue: Date,\n label: string | null,\n debit: number,\n credit: number,\n};\n\nexport type OcrResponseMessage = {\n metadata: string,\n s3_file_name: string,\n};\n\nexport type OcrResponseParsed = {\n Type: OcrType;\n MessageId: string;\n TopicArn: string;\n Message: string;\n Timestamp: string;\n SignatureVersion: string;\n Signature: string;\n SigningCertURL: string;\n UnsubscribeURL: string;\n SubscribeURL?: string;\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateInKindContribution.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateInKindContribution.ts"],"names":[],"mappings":"AAGA,qBAAa,wBAAwB;IAMnC,MAAM,EAAE,MAAM,CAAC;IAIf,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsNumber, IsString, Min } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../..';
|
|
12
|
+
export class CreateInKindContribution {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsNumber(),
|
|
17
|
+
Min(0, {
|
|
18
|
+
message: 'Amount should be positive',
|
|
19
|
+
}),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], CreateInKindContribution.prototype, "amount", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiProperty(),
|
|
24
|
+
IsString(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], CreateInKindContribution.prototype, "designation", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
ApiProperty(),
|
|
29
|
+
IsNumber(),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], CreateInKindContribution.prototype, "idAccount", void 0);
|
|
32
|
+
//# sourceMappingURL=CreateInKindContribution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateInKindContribution.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateInKindContribution.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,OAAO,wBAAwB;CAepC;AATC;IALC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,2BAA2B;KACrC,CAAC;;wDACa;AAIf;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;6DACS;AAIpB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;2DACO","sourcesContent":["import { IsNumber, IsString, Min } from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateInKindContribution {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount: number;\n\n @ApiProperty()\n @IsString()\n designation: string;\n\n @ApiProperty()\n @IsNumber()\n idAccount: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateShareCapital.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateShareCapital.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,kBAAkB;IAM7B,kBAAkB,EAAE,MAAM,CAAC;IAK3B,mBAAmB,EAAE,wBAAwB,EAAE,CAAC;CACjD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsArray, IsNumber, Min } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../..';
|
|
12
|
+
export class CreateShareCapital {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsNumber(),
|
|
17
|
+
Min(0, {
|
|
18
|
+
message: 'amount should be positive',
|
|
19
|
+
}),
|
|
20
|
+
__metadata("design:type", Number)
|
|
21
|
+
], CreateShareCapital.prototype, "unpaidShareCapital", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
ApiProperty(),
|
|
24
|
+
IsArray({}),
|
|
25
|
+
__metadata("design:type", Array)
|
|
26
|
+
], CreateShareCapital.prototype, "inKindContributions", void 0);
|
|
27
|
+
//# sourceMappingURL=CreateShareCapital.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateShareCapital.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateShareCapital.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG1C,MAAM,OAAO,kBAAkB;CAY9B;AANC;IALC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,2BAA2B;KACrC,CAAC;;8DACyB;AAK3B;IAHC,WAAW,EAAE;IACb,OAAO,CAAC,EACR,CAAC;;+DAC8C","sourcesContent":["import { IsArray, IsNumber, Min } from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { CreateInKindContribution } from './CreateInKindContribution';\n\nexport class CreateShareCapital {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'amount should be positive',\n })\n unpaidShareCapital: number;\n\n @ApiProperty()\n @IsArray({\n })\n inKindContributions: CreateInKindContribution[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadShareCapital.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/ReadShareCapital.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,uBAAuB,EAAE,MAAM,CAAC;IAChC,oBAAoB,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadShareCapital.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/ReadShareCapital.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,gBAAgB;CAK5B","sourcesContent":["export class ReadShareCapital {\n shareCapital: number;\n unpaidShareCapital: number;\n totalInKindContribution: number;\n totalProvidedCapital: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadShareCapitalProvided.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts"],"names":[],"mappings":"AAAA,qBAAa,wBAAwB;IACnC,oBAAoB,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadShareCapitalProvided.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,wBAAwB;CAEpC","sourcesContent":["export class ReadShareCapitalProvided {\n providedShareCapital: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResultCreateShareCapital.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts"],"names":[],"mappings":"AAAA,qBAAa,wBAAwB;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,uBAAuB,EAAE,MAAM,CAAC;IAChC,oBAAoB,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResultCreateShareCapital.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,wBAAwB;CAKpC","sourcesContent":["export class ResultCreateShareCapital {\n shareCapital: number;\n unpaidShareCapital: number;\n totalInKindContribution: number;\n totalProvidedCapital: number;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBAAa,aAAa;IAExB,YAAY,EAAE,MAAM,CAAC;IAGrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,WAAW,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBAAa,aAAa;IAExB,YAAY,EAAE,MAAM,CAAC;IAGrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,cAAc,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAGhD,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,qBAAa,oBAAoB;IAE/B,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;CAC5B"}
|
|
@@ -66,6 +66,10 @@ __decorate([
|
|
|
66
66
|
ApiPropertyOptional(),
|
|
67
67
|
__metadata("design:type", String)
|
|
68
68
|
], UpdateSociety.prototype, "confirmedAt", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
ApiPropertyOptional(),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], UpdateSociety.prototype, "socialCapital", void 0);
|
|
69
73
|
export class UpdateSocietyPayload {
|
|
70
74
|
}
|
|
71
75
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,aAAa;
|
|
1
|
+
{"version":3,"file":"UpdateSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/UpdateSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,aAAa;CA6CzB;AA3CC;IADC,WAAW,EAAE;;mDACO;AAGrB;IADC,mBAAmB,EAAE;;6CACN;AAGhB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;8CACL;AAGjB;IADC,mBAAmB,EAAE;;2CACR;AAGd;IADC,mBAAmB,EAAE;;gDACH;AAGnB;IADC,mBAAmB,EAAE;;iDACF;AAGpB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;qDAC0B;AAGhD;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;oDACC;AAGzB,MAAM,OAAO,oBAAoB;CAGhC;AADC;IADC,mBAAmB,EAAE;;qDACK","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ISociety } from '../../models/ISociety';\n\nexport class UpdateSociety {\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idVatRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n socialCapital?: string;\n}\n\nexport class UpdateSocietyPayload {\n @ApiPropertyOptional()\n society: Partial<ISociety>;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n isManual?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idLettering?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n lettering?: ILettering;\n partnersTransaction: IPartnerTransaction | null;\n parents?: IAccountingTransaction[];\n childs?: IAccountingTransaction[];\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IAccountingTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { ILettering } from './ILettering';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n closingDate?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n isManual?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idLettering?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n lettering?: ILettering;\n partnersTransaction: IPartnerTransaction | null;\n parents?: IAccountingTransaction[];\n childs?: IAccountingTransaction[];\n}\n"]}
|
|
@@ -109,7 +109,9 @@ export declare enum Code {
|
|
|
109
109
|
udpateTokenFailed = "update_token_failed",
|
|
110
110
|
GENERIC_ACCOUNT_NOT_FOUND = "GENERIC_ACCOUNT_NOT_FOUND",
|
|
111
111
|
UNKNOWN_ANSWER_VALUE = "UNKNOWN_ANSWER_VALUE",
|
|
112
|
-
QUESTION_ALREADY_EXISTS_IN_EXERCICE = "QUESTION_ALREADY_EXISTS_IN_EXERCICE"
|
|
112
|
+
QUESTION_ALREADY_EXISTS_IN_EXERCICE = "QUESTION_ALREADY_EXISTS_IN_EXERCICE",
|
|
113
|
+
EXERCICE_ALREADY_CLOSED = "EXERCICE_ALREADY_CLOSED",
|
|
114
|
+
MISSING_ANNOTATIONS = "MISSING_ANNOTATIONS"
|
|
113
115
|
}
|
|
114
116
|
export interface IApiError {
|
|
115
117
|
type: ErrorType;
|