@silexpert/core 0.4.123 → 0.4.125
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/BankStatement.js +1 -1
- package/es/api/resources/BankStatement.js.map +1 -1
- 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/FinancialCharge.d.ts +29 -0
- package/es/api/resources/FinancialCharge.d.ts.map +1 -0
- package/es/api/resources/FinancialCharge.js +34 -0
- package/es/api/resources/FinancialCharge.js.map +1 -0
- package/es/api/resources/IncomeAllocation.d.ts +2 -2
- package/es/api/resources/IncomeAllocation.d.ts.map +1 -1
- package/es/api/resources/IncomeAllocation.js.map +1 -1
- 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/BalanceSheetQuestion.d.ts +2 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +1 -0
- package/es/types/Enum/BalanceSheetQuestion.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 +3 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +18 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +3 -1
- 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/bankStatement/QueryTransactionBankStatement.d.ts +0 -3
- package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -1
- package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +1 -5
- package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
- package/es/types/Interface/api/cerfa/2031.d.ts +176 -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/financialCharge/CreateNonDeductibleInterests.d.ts +4 -0
- package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts.map +1 -0
- package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +25 -0
- package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
- package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts +6 -0
- package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts.map +1 -0
- package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +3 -0
- package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
- package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts +4 -0
- package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts.map +1 -0
- package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +2 -0
- package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
- package/es/types/Interface/api/library/ReadLibraryFile.d.ts +5 -0
- package/es/types/Interface/api/library/ReadLibraryFile.d.ts.map +1 -0
- package/es/types/Interface/api/library/ReadLibraryFile.js +2 -0
- package/es/types/Interface/api/library/ReadLibraryFile.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 +2 -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/api/transactions/QueryUnexport.d.ts +2 -1
- package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -1
- package/es/types/Interface/api/transactions/QueryUnexport.js +24 -2
- package/es/types/Interface/api/transactions/QueryUnexport.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 +5 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +5 -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/index.d.ts +12 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +12 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BankStatement.js +1 -1
- package/js/api/resources/BankStatement.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/FinancialCharge.js +49 -0
- package/js/api/resources/FinancialCharge.js.map +1 -0
- package/js/api/resources/IncomeAllocation.js.map +1 -1
- 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/BalanceSheetQuestion.js +1 -0
- package/js/types/Enum/BalanceSheetQuestion.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 +5 -1
- 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/bankStatement/QueryTransactionBankStatement.js +0 -2
- package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.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/api/closing/ProcessedClosing.js +6 -0
- package/js/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
- package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +33 -0
- package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
- package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +10 -0
- package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
- package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +6 -0
- package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
- package/js/types/Interface/api/library/ReadLibraryFile.js +6 -0
- package/js/types/Interface/api/library/ReadLibraryFile.js.map +1 -0
- 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/api/transactions/QueryUnexport.js +17 -3
- package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +6 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +147 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BankStatement.ts +1 -1
- package/ts/api/resources/Closing.ts +8 -0
- package/ts/api/resources/FinancialCharge.ts +42 -0
- package/ts/api/resources/IncomeAllocation.ts +2 -2
- 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/BalanceSheetQuestion.ts +1 -0
- package/ts/types/Enum/Ocr.ts +4 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +16 -1
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +16 -1
- package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +1 -4
- package/ts/types/Interface/api/cerfa/2031.ts +173 -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/financialCharge/CreateNonDeductibleInterests.ts +16 -0
- package/ts/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.ts +6 -0
- package/ts/types/Interface/api/financialCharge/ReadFinancialChargesBalance.ts +3 -0
- package/ts/types/Interface/api/library/ReadLibraryFile.ts +5 -0
- package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +4 -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/api/transactions/QueryUnexport.ts +27 -3
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +6 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
- package/ts/types/index.ts +13 -1
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { ApiPropertyOptional } from '../../../..';
|
|
2
|
+
|
|
3
|
+
export type BusinessPartnersValue = {
|
|
4
|
+
idBusinessPartner: number,
|
|
5
|
+
amount: number;
|
|
6
|
+
indemnities: number;
|
|
7
|
+
refund: number;
|
|
8
|
+
indemnities2: number;
|
|
9
|
+
refunds2: number;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export class ParamsGenerate2065 {
|
|
13
|
+
@ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
|
|
14
|
+
isTest?: boolean;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export class Cerfa2065Society {
|
|
18
|
+
name: string;
|
|
19
|
+
addressFormatted: string;
|
|
20
|
+
siret: string;
|
|
21
|
+
email: string;
|
|
22
|
+
oldAddress: string | null;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export class Cerfa2065Remunerations {
|
|
26
|
+
name: string;
|
|
27
|
+
address: { country: string; address: string; countryCode: string | null; };
|
|
28
|
+
sharesHeld: number;
|
|
29
|
+
year: string;
|
|
30
|
+
amount: number;
|
|
31
|
+
indemnities: number;
|
|
32
|
+
refund: number;
|
|
33
|
+
indemnities2: number;
|
|
34
|
+
refunds2: number;
|
|
35
|
+
reason: string;
|
|
36
|
+
}
|
|
37
|
+
export interface Cerfa2065 {
|
|
38
|
+
isNil?: boolean;
|
|
39
|
+
society: Cerfa2065Society;
|
|
40
|
+
period: {
|
|
41
|
+
startDate: Date,
|
|
42
|
+
endDate: Date,
|
|
43
|
+
months: string;
|
|
44
|
+
};
|
|
45
|
+
isSimplifiedRegime: boolean;
|
|
46
|
+
isDeclarationForGroup: boolean;
|
|
47
|
+
isRealRegime: boolean;
|
|
48
|
+
isPME: boolean;
|
|
49
|
+
fillialeText: string | null;
|
|
50
|
+
isTonnageOption: boolean;
|
|
51
|
+
headOffice: { addressFormatted: string; country: string; countryCode: string | null; street: string; zipCode: string; city: string; }
|
|
52
|
+
incomeDate: Date | null;
|
|
53
|
+
siret: string | null;
|
|
54
|
+
activity: string;
|
|
55
|
+
hasActivityChanged: boolean;
|
|
56
|
+
benefit31: number;
|
|
57
|
+
benefit28: number;
|
|
58
|
+
deficit: number;
|
|
59
|
+
benefit15: number;
|
|
60
|
+
resultNet: number;
|
|
61
|
+
addedValues15: number;
|
|
62
|
+
addedValues19: number;
|
|
63
|
+
exoneration: number;
|
|
64
|
+
otherAddedValues19: number;
|
|
65
|
+
otherAddedValues0: number;
|
|
66
|
+
isNewBusinessSexies: boolean;
|
|
67
|
+
isYoungBusiness: boolean;
|
|
68
|
+
isNewBusinessSepties: boolean;
|
|
69
|
+
isActivityZone: boolean;
|
|
70
|
+
isRestructuration: boolean;
|
|
71
|
+
isUrbanToDynamise: boolean;
|
|
72
|
+
isUrban: boolean;
|
|
73
|
+
isOther: boolean;
|
|
74
|
+
isPriorityZone: boolean;
|
|
75
|
+
isInvestmentBusiness: boolean;
|
|
76
|
+
benefitOrDeficit: string;
|
|
77
|
+
exoneration15: number;
|
|
78
|
+
isImpositionDOMTOM: boolean;
|
|
79
|
+
furnitureIncome: number;
|
|
80
|
+
icomeOther: number;
|
|
81
|
+
income2Dot5: number;
|
|
82
|
+
isSocietyHead: boolean;
|
|
83
|
+
otherSocietyHead: { name: string; number: string };
|
|
84
|
+
isSocietyDesigned: boolean;
|
|
85
|
+
societyHead: { name: string; number: string };
|
|
86
|
+
hasAccountancyComputerized: boolean;
|
|
87
|
+
hasNotAccountancyComputerized: boolean;
|
|
88
|
+
accountancyComputerizedName: string;
|
|
89
|
+
accountant: {
|
|
90
|
+
name: string;
|
|
91
|
+
phone: string;
|
|
92
|
+
};
|
|
93
|
+
hasOGA: boolean;
|
|
94
|
+
hasViewer: boolean;
|
|
95
|
+
OGA: { name: string; number: string };
|
|
96
|
+
ecf: boolean;
|
|
97
|
+
ecfName: string;
|
|
98
|
+
council: {
|
|
99
|
+
name: string;
|
|
100
|
+
phone: string;
|
|
101
|
+
};
|
|
102
|
+
declarer: {
|
|
103
|
+
date: string;
|
|
104
|
+
place: string;
|
|
105
|
+
name: string;
|
|
106
|
+
}
|
|
107
|
+
distributionAmount: { bySociety: number; byEstablishment: number };
|
|
108
|
+
remuneration: number;
|
|
109
|
+
advances: number;
|
|
110
|
+
others: Array<{ label: string; amount: number; }>;
|
|
111
|
+
elligible: number;
|
|
112
|
+
noElligible: number;
|
|
113
|
+
amountRemunerations: number;
|
|
114
|
+
remunerations: Cerfa2065Remunerations[],
|
|
115
|
+
diverse: {
|
|
116
|
+
name: string;
|
|
117
|
+
address: string;
|
|
118
|
+
otherAddress: string;
|
|
119
|
+
}
|
|
120
|
+
simplified: {
|
|
121
|
+
amount: number;
|
|
122
|
+
retrocessions: number;
|
|
123
|
+
remainingExerciceStart: number;
|
|
124
|
+
imputed: number;
|
|
125
|
+
realized: number;
|
|
126
|
+
remaining: number;
|
|
127
|
+
}
|
|
128
|
+
}
|