@silexpert/core 0.4.124 → 0.4.126
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/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/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/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
- 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 +21 -2
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/2031.js.map +1 -1
- 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/OcrTransactions.d.ts +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTransactions.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 +16 -2
- package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +2 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -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 +4 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -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/FinancialCharge.js +49 -0
- package/js/api/resources/FinancialCharge.js.map +1 -0
- package/js/api/resources/IncomeAllocation.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js +1 -0
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
- 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.map +1 -1
- 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/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/transactions/QueryUnexport.js +11 -3
- package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +48 -0
- 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/FinancialCharge.ts +42 -0
- package/ts/api/resources/IncomeAllocation.ts +2 -2
- package/ts/types/Enum/BalanceSheetQuestion.ts +1 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +1 -4
- package/ts/types/Interface/api/cerfa/2031.ts +21 -2
- 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/OcrTransactions.ts +1 -0
- package/ts/types/Interface/api/transactions/QueryUnexport.ts +18 -3
- package/ts/types/Interface/models/IApiError.ts +2 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
- package/ts/types/index.ts +4 -0
|
@@ -142,6 +142,8 @@ export enum Code {
|
|
|
142
142
|
|
|
143
143
|
// Balance Sheet Questions
|
|
144
144
|
UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',
|
|
145
|
+
QUESTION_NOT_FOUND = 'QUESTION_NOT_FOUND',
|
|
146
|
+
QUESTION_DO_NOT_MATCH = 'QUESTION_DO_NOT_MATCH',
|
|
145
147
|
QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',
|
|
146
148
|
|
|
147
149
|
// Fiscal period closing
|
|
@@ -19,6 +19,7 @@ export interface IBalanceSheetModule {
|
|
|
19
19
|
hasManualEntryToDeclare?: boolean | null;
|
|
20
20
|
hasLaundryFees?: boolean | null;
|
|
21
21
|
hasMealExpenses?: boolean | null;
|
|
22
|
+
hasFinancialCharges?: boolean | null;
|
|
22
23
|
hasCheckedVAT?: boolean | null;
|
|
23
24
|
hasCheckedCompanyTax?: boolean | null;
|
|
24
25
|
idSociety: number;
|
package/ts/types/index.ts
CHANGED
|
@@ -540,6 +540,7 @@ export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
|
|
|
540
540
|
export * from './Interface/api/incomeAllocation/TypeAndAmount';
|
|
541
541
|
export * from './Interface/api/revisionGuide/CreateRevisionGuide';
|
|
542
542
|
export * from './Interface/api/library/QueryLibrary';
|
|
543
|
+
export * from './Interface/api/library/ReadLibraryFile';
|
|
543
544
|
export * from './Interface/api/taxDeadline/QueryTaxDeadline';
|
|
544
545
|
export * from './Interface/api/taxDeadline/ReadTaxDeadline';
|
|
545
546
|
export * from './Interface/api/tax/ReadTax';
|
|
@@ -592,5 +593,8 @@ export * from './Interface/api/shareCapital/ReadShareCapitalProvided';
|
|
|
592
593
|
export * from './Interface/api/shareCapital/ReadShareCapital';
|
|
593
594
|
export * from './Interface/api/shareCapital/ResultCreateShareCapital';
|
|
594
595
|
export * from './Interface/api/closing/ProcessedClosing';
|
|
596
|
+
export * from './Interface/api/financialCharge/ReadFinancialChargesBalance';
|
|
597
|
+
export * from './Interface/api/financialCharge/CreateNonDeductibleInterests';
|
|
598
|
+
export * from './Interface/api/financialCharge/CreatedNonDeductibleInterests';
|
|
595
599
|
|
|
596
600
|
export * from '../utils/cerfa';
|