@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.
Files changed (109) hide show
  1. package/es/api/resources/BankStatement.js +1 -1
  2. package/es/api/resources/BankStatement.js.map +1 -1
  3. package/es/api/resources/FinancialCharge.d.ts +29 -0
  4. package/es/api/resources/FinancialCharge.d.ts.map +1 -0
  5. package/es/api/resources/FinancialCharge.js +34 -0
  6. package/es/api/resources/FinancialCharge.js.map +1 -0
  7. package/es/api/resources/IncomeAllocation.d.ts +2 -2
  8. package/es/api/resources/IncomeAllocation.d.ts.map +1 -1
  9. package/es/api/resources/IncomeAllocation.js.map +1 -1
  10. package/es/types/Enum/BalanceSheetQuestion.d.ts +2 -1
  11. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  12. package/es/types/Enum/BalanceSheetQuestion.js +1 -0
  13. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  14. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  15. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  16. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  17. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  18. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  19. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  20. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  21. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  22. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +0 -3
  23. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -1
  24. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +1 -5
  25. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  26. package/es/types/Interface/api/cerfa/2031.d.ts +21 -2
  27. package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  28. package/es/types/Interface/api/cerfa/2031.js.map +1 -1
  29. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts +4 -0
  30. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts.map +1 -0
  31. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +25 -0
  32. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
  33. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts +6 -0
  34. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts.map +1 -0
  35. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +3 -0
  36. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
  37. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts +4 -0
  38. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts.map +1 -0
  39. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +2 -0
  40. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
  41. package/es/types/Interface/api/library/ReadLibraryFile.d.ts +5 -0
  42. package/es/types/Interface/api/library/ReadLibraryFile.d.ts.map +1 -0
  43. package/es/types/Interface/api/library/ReadLibraryFile.js +2 -0
  44. package/es/types/Interface/api/library/ReadLibraryFile.js.map +1 -0
  45. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +1 -0
  46. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
  47. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  48. package/es/types/Interface/api/transactions/QueryUnexport.d.ts +2 -1
  49. package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -1
  50. package/es/types/Interface/api/transactions/QueryUnexport.js +16 -2
  51. package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  52. package/es/types/Interface/models/IApiError.d.ts +2 -0
  53. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  54. package/es/types/Interface/models/IApiError.js +2 -0
  55. package/es/types/Interface/models/IApiError.js.map +1 -1
  56. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  57. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  58. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  59. package/es/types/index.d.ts +4 -0
  60. package/es/types/index.d.ts.map +1 -1
  61. package/es/types/index.js +4 -0
  62. package/es/types/index.js.map +1 -1
  63. package/js/api/resources/BankStatement.js +1 -1
  64. package/js/api/resources/BankStatement.js.map +1 -1
  65. package/js/api/resources/FinancialCharge.js +49 -0
  66. package/js/api/resources/FinancialCharge.js.map +1 -0
  67. package/js/api/resources/IncomeAllocation.js.map +1 -1
  68. package/js/types/Enum/BalanceSheetQuestion.js +1 -0
  69. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  70. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  71. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  72. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  73. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  74. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -2
  75. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  76. package/js/types/Interface/api/cerfa/2031.js.map +1 -1
  77. package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +33 -0
  78. package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
  79. package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +10 -0
  80. package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
  81. package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +6 -0
  82. package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
  83. package/js/types/Interface/api/library/ReadLibraryFile.js +6 -0
  84. package/js/types/Interface/api/library/ReadLibraryFile.js.map +1 -0
  85. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  86. package/js/types/Interface/api/transactions/QueryUnexport.js +11 -3
  87. package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  88. package/js/types/Interface/models/IApiError.js +2 -0
  89. package/js/types/Interface/models/IApiError.js.map +1 -1
  90. package/js/types/index.js +48 -0
  91. package/js/types/index.js.map +1 -1
  92. package/package.json +1 -1
  93. package/ts/api/resources/BankStatement.ts +1 -1
  94. package/ts/api/resources/FinancialCharge.ts +42 -0
  95. package/ts/api/resources/IncomeAllocation.ts +2 -2
  96. package/ts/types/Enum/BalanceSheetQuestion.ts +1 -0
  97. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  98. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  99. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +1 -4
  100. package/ts/types/Interface/api/cerfa/2031.ts +21 -2
  101. package/ts/types/Interface/api/financialCharge/CreateNonDeductibleInterests.ts +16 -0
  102. package/ts/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.ts +6 -0
  103. package/ts/types/Interface/api/financialCharge/ReadFinancialChargesBalance.ts +3 -0
  104. package/ts/types/Interface/api/library/ReadLibraryFile.ts +5 -0
  105. package/ts/types/Interface/api/ocr/OcrTransactions.ts +1 -0
  106. package/ts/types/Interface/api/transactions/QueryUnexport.ts +18 -3
  107. package/ts/types/Interface/models/IApiError.ts +2 -0
  108. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  109. 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';