@silexpert/core 0.4.118 → 0.4.119
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/AccountingIncome.d.ts +6 -0
- package/es/api/resources/AccountingIncome.d.ts.map +1 -0
- package/es/api/resources/AccountingIncome.js +7 -0
- package/es/api/resources/AccountingIncome.js.map +1 -0
- package/es/api/resources/BankStatement.d.ts +7 -0
- package/es/api/resources/BankStatement.d.ts.map +1 -0
- package/es/api/resources/BankStatement.js +15 -0
- package/es/api/resources/BankStatement.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/BalanceSheetQuestion.d.ts +122 -2
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +122 -0
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +5 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +5 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +2 -0
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +2 -0
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +1 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +1 -0
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +2 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +2 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/{MealExpenseTresholds.d.ts → MealExpenseThresholds.d.ts} +1 -1
- package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -0
- package/es/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
- package/es/types/Enum/MealExpenseThresholds.js.map +1 -0
- package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +4 -0
- package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +1 -0
- package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js +2 -0
- package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
- package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts +6 -0
- package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +1 -0
- package/es/types/Interface/api/bankStatement/QueryBankStatement.js +25 -0
- package/es/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
- package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +9 -0
- package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -0
- package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +27 -0
- package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
- package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts +6 -0
- package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +1 -0
- package/es/types/Interface/api/bankStatement/ReadBankStatement.js +3 -0
- package/es/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts +12 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.js +33 -0
- package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +7 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js +2 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
- package/es/types/index.d.ts +7 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +7 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/AccountingIncome.js +18 -0
- package/js/api/resources/AccountingIncome.js.map +1 -0
- package/js/api/resources/BankStatement.js +30 -0
- package/js/api/resources/BankStatement.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js +122 -0
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +7 -2
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +2 -0
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +1 -0
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/Ged.js +4 -3
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
- package/js/types/Enum/MealExpenseThresholds.js.map +1 -0
- package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js +6 -0
- package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
- package/js/types/Interface/api/bankStatement/QueryBankStatement.js +31 -0
- package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
- package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +33 -0
- package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
- package/js/types/Interface/api/bankStatement/ReadBankStatement.js +10 -0
- package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js +37 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTypeTransactions.js +6 -0
- package/js/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
- package/js/types/index.js +75 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/AccountingIncome.ts +8 -0
- package/ts/api/resources/BankStatement.ts +20 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/BalanceSheetQuestion.ts +192 -0
- package/ts/types/Enum/BrandClementine.ts +5 -0
- package/ts/types/Enum/BrandComptalib.ts +2 -0
- package/ts/types/Enum/BrandLegalstart.ts +1 -0
- package/ts/types/Enum/Ged.ts +2 -1
- package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
- package/ts/types/Interface/api/bankStatement/QueryBankStatement.ts +15 -0
- package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +15 -0
- package/ts/types/Interface/api/bankStatement/ReadBankStatement.ts +6 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +24 -0
- package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +6 -0
- package/ts/types/index.ts +7 -1
- package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
- package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
- package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
- /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
package/es/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uCAAuC,CAAC;AACtD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yCAAyC,CAAC;AACxD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kDAAkD,CAAC;AACjE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uCAAuC,CAAC;AACtD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC;AACzC,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC;AACxD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,wCAAwC,CAAC;AACvD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iDAAiD,CAAC;AAChE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC;AAEjE,QAAQ;AACR,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AAErC,QAAQ;AACR,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sCAAsC,CAAC;AACrD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,sBAAsB,CAAC;AAErC,iBAAiB;AACjB,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,cAAc,+DAA+D,CAAC;AAC9E,cAAc,mDAAmD,CAAC;AAClE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,qDAAqD,CAAC;AACpE,cAAc,2EAA2E,CAAC;AAC1F,cAAc,4EAA4E,CAAC;AAC3F,cAAc,6EAA6E,CAAC;AAC5F,cAAc,6EAA6E,CAAC;AAC5F,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wDAAwD,CAAC;AACvE,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,kDAAkD,CAAC;AACjE,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oDAAoD,CAAC;AACnE,cAAc,uDAAuD,CAAC;AACtE,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,2EAA2E,CAAC;AAC1F,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2DAA2D,CAAC;AAC1E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,0CAA0C,CAAC;AACzD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qDAAqD,CAAC;AACpE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,sDAAsD,CAAC;AACrE,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,sDAAsD;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sDAAsD,CAAC;AACrE,cAAc,qDAAqD,CAAC;AACpE,cAAc,yCAAyC,CAAC;AACxD,cAAc,mDAAmD,CAAC;AAClE,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kDAAkD,CAAC;AACjE,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC;AACjE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,2DAA2D,CAAC;AAC1E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AAExD,sDAAsD;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,oEAAoE;AACpE,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,kDAAkD,CAAC;AACjE,cAAc,sDAAsD,CAAC;AACrE,cAAc,qDAAqD,CAAC;AACpE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iDAAiD,CAAC;AAChE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iDAAiD,CAAC;AAChE,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AACtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mEAAmE,CAAC;AAClF,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,sDAAsD;AACtD,cAAc,yDAAyD,CAAC;AACxE,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC;AACrD,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,0DAA0D,CAAC;AACzE,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,iDAAiD,CAAC;AAChE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yDAAyD,CAAC;AACxE,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mDAAmD,CAAC;AAClE,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0DAA0D,CAAC;AACzE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,uEAAuE,CAAC;AACtF,cAAc,oEAAoE,CAAC;AACnF,cAAc,2EAA2E,CAAC;AAC1F,cAAc,kFAAkF,CAAC;AACjG,cAAc,6EAA6E,CAAC;AAC5F,cAAc,+EAA+E,CAAC;AAC9F,cAAc,sFAAsF,CAAC;AACrG,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,0EAA0E,CAAC;AACzF,cAAc,kFAAkF,CAAC;AACjG,cAAc,qEAAqE,CAAC;AACpF,cAAc,+DAA+D,CAAC;AAC9E,cAAc,uEAAuE,CAAC;AACtF,cAAc,oEAAoE,CAAC;AACnF,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,0DAA0D,CAAC;AACzE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,yDAAyD,CAAC;AACxE,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,8CAA8C,CAAC","sourcesContent":["// Interfaces\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IProductInvoice';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPartneredAccountant';\nexport * from './Interface/models/IPartneredAccountantCompanyService';\nexport * from './Interface/models/IPartneredAccountantPicture';\nexport * from './Interface/models/IPartneredAccountantService';\nexport * from './Interface/models/IPartneredAccountantServiceIcon';\nexport * from './Interface/models/IPartneredAccountantTag';\nexport * from './Interface/models/IPartneredAccountantToTag';\nexport * from './Interface/models/IPartneredAccountantToSociety';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceding';\nexport * from './Interface/models/ISocietyRelance';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFollowedQualityMailType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\nexport * from './Interface/models/IAccountingTransaction_new';\nexport * from './Interface/models/IExerciceNote';\nexport * from './Interface/models/IRevisionGuide';\nexport * from './Interface/models/ISponsorshipWithSponsorInfo';\nexport * from './Interface/models/ILastUpdateConnection';\nexport * from './Interface/models/IAccountsSectors';\nexport * from './Interface/models/IAnswerType';\nexport * from './Interface/models/IAnswerTypeValue';\nexport * from './Interface/models/IBalanceSheetQuestion';\nexport * from './Interface/models/IExerciceQuestion';\nexport * from './Interface/models/IRelatedAccountingTransaction';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Tax';\nexport * from './Enum/ProfitsType';\nexport * from './Enum/RegistrationSource';\nexport * from './Enum/Log';\nexport * from './Enum/Quality';\nexport * from './Enum/Role';\nexport * from './Enum/Simulation';\nexport * from './Enum/Country';\nexport * from './Enum/ComptaType';\nexport * from './Enum/SubscriptionType';\nexport * from './Enum/Sector';\nexport * from './Enum/LegalForm';\nexport * from './Enum/VatRegime';\nexport * from './Enum/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/PaymentMethod';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/Proceding';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\nexport * from './Enum/Account';\nexport * from './Enum/TypeCustomerProviderOperation';\nexport * from './Enum/EstimateInvoice';\nexport * from './Enum/Gescom';\nexport * from './Enum/TypeIncomeAllocation';\nexport * from './Enum/AccountingFileType';\nexport * from './Enum/FileType';\nexport * from './Enum/RevisionGuide';\nexport * from './Enum/Util';\nexport * from './Enum/RegisterCategory';\nexport * from './Enum/FieldSocietyStat';\nexport * from './Enum/Prestation';\nexport * from './Enum/Supervision';\nexport * from './Enum/Notification';\nexport * from './Enum/Comment';\nexport * from './Enum/Channel';\nexport * from './Enum/ExerciceNoteType';\nexport * from './Enum/BrandClementine';\nexport * from './Enum/BrandLegalstart';\nexport * from './Enum/BrandComptalib';\nexport * from './Enum/PartneredAccountantServiceState';\nexport * from './Enum/AccountsSectors';\nexport * from './Enum/ProductType';\nexport * from './Enum/Unit';\nexport * from './Enum/MealExpenseTresholds';\nexport * from './Enum/MimeType';\nexport * from './Enum/BalanceSheetQuestion';\nexport * from './Enum/AnswerTypeValue';\nexport * from './Enum/PartneredAccountantServiceType';\nexport * from './Enum/ProvisionType';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/cerfa/ReadCerfa';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/accountingEntry/CreateManualEntry';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/balanceSheet/ReadFreelanceTurnover';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/customerProviderOperation/CreateCustomerProviderOperation';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/QuerySociety';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/society/ListUserSociety';\nexport * from './Interface/api/society/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/society/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/society/ReadSocietyUsers';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\nexport * from './Interface/api/accountingFiles/queryAccountingFiles';\nexport * from './Interface/api/accountingFiles/Ocr';\nexport * from './Interface/api/accountingFiles/OcrPayload';\nexport * from './Interface/api/accountingFiles/OcrValue';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryVat';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryGescom';\nexport * from './Interface/api/dashboard/QueryDeadline';\nexport * from './Interface/api/dashboard/ReadVat';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/ReadGescom';\nexport * from './Interface/api/dashboard/ReadDeadline';\nexport * from './Interface/api/accountant/ReadAccountantBalance';\nexport * from './Interface/api/quotes/QueryQuotesAccount';\nexport * from './Interface/api/quotes/CreateQuoteAccount';\nexport * from './Interface/api/account/ReadQuoteAccount';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';\nexport * from './Interface/api/exercice/QueryExercice';\nexport * from './Interface/api/exercice/CreateExercice';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/UpdateReport';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/ReadReportStats';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/report/QueryReportsStats';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/DeleteFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\nexport * from './Interface/api/shopify/ShopifyOrder';\nexport * from './Interface/api/shopify/address';\nexport * from './Interface/api/shopify/InvoicesShopify';\nexport * from './Interface/api/shopify/line_item';\nexport * from './Interface/api/shopify/tax_line';\nexport * from './Interface/api/shopify/shipping_line';\nexport * from './Interface/api/prestashop/PSOrder';\nexport * from './Interface/api/prestashop/PSAddress';\nexport * from './Interface/api/prestashop/PSCountry';\nexport * from './Interface/api/prestashop/InvoicesPrestashop';\nexport * from './Interface/api/woocommerce/WCOrder';\nexport * from './Interface/api/woocommerce/WCBilling';\nexport * from './Interface/api/woocommerce/InvoicesWoocommerce';\nexport * from './Interface/api/transactions/QueryUnexport';\nexport * from './Interface/api/crisp/GetCrisp';\nexport * from './Interface/api/incomeAllocation/CreateIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/ReadIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/TypeAndAmount';\nexport * from './Interface/api/revisionGuide/CreateRevisionGuide';\nexport * from './Interface/api/library/QueryLibrary';\nexport * from './Interface/api/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\nexport * from './Interface/api/tax/ReadTax';\nexport * from './Interface/api/tax/CreateTax';\nexport * from './Interface/api/society/ReadSociety';\nexport * from './Interface/api/exerciceNote/QueryExerciceNote';\nexport * from './Interface/api/exerciceNote/CreateExerciceNote';\nexport * from './Interface/api/sponsorship/ReadSponsorship';\nexport * from './Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountant';\nexport * from './Interface/api/partneredAccountant/QueryPartneredAccountantSocieties';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantService';\nexport * from './Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';\nexport * from './Interface/api/partneredAccountant/InvitePartneredAccountant';\nexport * from './Interface/api/partneredAccountant/CreatedPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantInvoice';\nexport * from './Interface/api/log/CreateLog';\nexport * from './Interface/api/vehicle/CreateSocietyVehicle';\nexport * from './Interface/api/vehicle/UpdateSocietyVehicle';\nexport * from './Interface/api/fecFile/QueryFecFile';\nexport * from './Interface/api/product/CreateProduct';\nexport * from './Interface/api/product/UpdateProduct';\nexport * from './Interface/api/product/QueryProduct';\nexport * from './Interface/api/registration/ReadRegistration';\nexport * from './Interface/api/registration/CreateRegistration';\nexport * from './Interface/api/journal/Journals';\nexport * from './Interface/api/journal/QueryJournal';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';\nexport * from './Interface/api/mealExpense/CreateMealExpense';\nexport * from './Interface/api/mealExpense/ReadMealExpense';\nexport * from './Interface/api/exerciceQuestion/QueryQuestion';\nexport * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';\nexport * from './Interface/api/provision/ReadProvision';\nexport * from './Interface/api/provision/CreateProvisionForm';\nexport * from './Interface/api/provision/UpdateProvisionForm';\nexport * from './Interface/api/provision/QueryGetProvisions';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Interfaces\nexport * from './Interface/models/IApiError';\nexport * from './Interface/models/ISms';\nexport * from './Interface/models/IAccessToken';\nexport * from './Interface/models/IAccountDetail';\nexport * from './Interface/models/IAccountHelp';\nexport * from './Interface/models/IAccountingEntry';\nexport * from './Interface/models/IAccountingFile';\nexport * from './Interface/models/IAccountingJournal';\nexport * from './Interface/models/IAccountingStateType';\nexport * from './Interface/models/IAccountingState';\nexport * from './Interface/models/IAccountingTransaction';\nexport * from './Interface/models/IAccount';\nexport * from './Interface/models/IAccountExtend';\nexport * from './Interface/models/IAccountsSocieties';\nexport * from './Interface/models/IActivity';\nexport * from './Interface/models/IAdditionalBalance';\nexport * from './Interface/models/IAlert';\nexport * from './Interface/models/IAllowedIp';\nexport * from './Interface/models/IAnalyticsUtm';\nexport * from './Interface/models/IAppConfig';\nexport * from './Interface/models/IAreasInvoice';\nexport * from './Interface/models/IAskAbsence';\nexport * from './Interface/models/IAskAbsenceTimes';\nexport * from './Interface/models/IAttachmentFile';\nexport * from './Interface/models/IAttestation';\nexport * from './Interface/models/IAttributionHistory';\nexport * from './Interface/models/IAutoLoginToken';\nexport * from './Interface/models/IBalanceBankAccount';\nexport * from './Interface/models/IBalanceSheet';\nexport * from './Interface/models/IBalanceSheetHistory';\nexport * from './Interface/models/IBankAccountSynchroHistory';\nexport * from './Interface/models/IBankAccount';\nexport * from './Interface/models/IBankConnection';\nexport * from './Interface/models/IBankList';\nexport * from './Interface/models/IBankTransaction';\nexport * from './Interface/models/IBusinessLine';\nexport * from './Interface/models/IBusinessPartner';\nexport * from './Interface/models/ICalendarEvent';\nexport * from './Interface/models/ICalendarEventUser';\nexport * from './Interface/models/ICallDirectly';\nexport * from './Interface/models/ICategory';\nexport * from './Interface/models/ICerfaType';\nexport * from './Interface/models/ICerfaValue';\nexport * from './Interface/models/IChangeLog';\nexport * from './Interface/models/IChecklist';\nexport * from './Interface/models/IChecklistDetail';\nexport * from './Interface/models/ICivility';\nexport * from './Interface/models/IErrorCode';\nexport * from './Interface/models/IColor';\nexport * from './Interface/models/IComment';\nexport * from './Interface/models/IConnector';\nexport * from './Interface/models/ICotation';\nexport * from './Interface/models/ICountry';\nexport * from './Interface/models/ICurrency';\nexport * from './Interface/models/ICustomerIsRegime';\nexport * from './Interface/models/ICustomerSignature';\nexport * from './Interface/models/ICustomerTva';\nexport * from './Interface/models/ICustomisation';\nexport * from './Interface/models/ICycle';\nexport * from './Interface/models/IDay';\nexport * from './Interface/models/IDetailedLogBi';\nexport * from './Interface/models/IDirectDebitHistory';\nexport * from './Interface/models/IEmployee';\nexport * from './Interface/models/IEngagementAccountingEntry';\nexport * from './Interface/models/IEngagementAccountingFile';\nexport * from './Interface/models/IEngagementBankTransaction';\nexport * from './Interface/models/IEngagementOcrExtraction';\nexport * from './Interface/models/IEstimateInvoiceRepeat';\nexport * from './Interface/models/IEstimateInvoice';\nexport * from './Interface/models/IExerciceDetail';\nexport * from './Interface/models/IExerciceComment';\nexport * from './Interface/models/IExercice';\nexport * from './Interface/models/IExercicePrestation';\nexport * from './Interface/models/IFailedLoginAttempt';\nexport * from './Interface/models/IFaqCategory';\nexport * from './Interface/models/IFaq';\nexport * from './Interface/models/IFileType';\nexport * from './Interface/models/IFile';\nexport * from './Interface/models/IFileMissing';\nexport * from './Interface/models/IFiscalRegime';\nexport * from './Interface/models/IFolderFile';\nexport * from './Interface/models/IFollowedQualityMail';\nexport * from './Interface/models/IFollow';\nexport * from './Interface/models/IFollowList';\nexport * from './Interface/models/IFormalismValue';\nexport * from './Interface/models/IFormalism';\nexport * from './Interface/models/IFrequency';\nexport * from './Interface/models/IFuel';\nexport * from './Interface/models/IGedCategory';\nexport * from './Interface/models/IGedFile';\nexport * from './Interface/models/IGedFolder';\nexport * from './Interface/models/IIdentification';\nexport * from './Interface/models/IIndependentReview';\nexport * from './Interface/models/IInterestedByFeature';\nexport * from './Interface/models/IInternalEstimate';\nexport * from './Interface/models/IIpTmpBlocked';\nexport * from './Interface/models/IProductInvoice';\nexport * from './Interface/models/IJobCategory';\nexport * from './Interface/models/IImmobilization';\nexport * from './Interface/models/IJob';\nexport * from './Interface/models/IKilometricAllowanceScale';\nexport * from './Interface/models/ILabelPaymentWaiting';\nexport * from './Interface/models/ILegalForm';\nexport * from './Interface/models/ILegalNotice';\nexport * from './Interface/models/ILettering';\nexport * from './Interface/models/ILetter';\nexport * from './Interface/models/ILogBi';\nexport * from './Interface/models/ILog';\nexport * from './Interface/models/IMailSociety';\nexport * from './Interface/models/IMailAuto';\nexport * from './Interface/models/IMailAutoType';\nexport * from './Interface/models/IMonth';\nexport * from './Interface/models/INationality';\nexport * from './Interface/models/INature';\nexport * from './Interface/models/INote';\nexport * from './Interface/models/INotification';\nexport * from './Interface/models/IOldExpertInfo';\nexport * from './Interface/models/IOperationLegalNotice';\nexport * from './Interface/models/IPageView';\nexport * from './Interface/models/IPartneredAccountant';\nexport * from './Interface/models/IPartneredAccountantCompanyService';\nexport * from './Interface/models/IPartneredAccountantPicture';\nexport * from './Interface/models/IPartneredAccountantService';\nexport * from './Interface/models/IPartneredAccountantServiceIcon';\nexport * from './Interface/models/IPartneredAccountantTag';\nexport * from './Interface/models/IPartneredAccountantToTag';\nexport * from './Interface/models/IPartneredAccountantToSociety';\nexport * from './Interface/models/IPayPlan';\nexport * from './Interface/models/IPartnerTransaction';\nexport * from './Interface/models/IPaymentDelay';\nexport * from './Interface/models/IPaymentSchedule';\nexport * from './Interface/models/IPayment';\nexport * from './Interface/models/IPaymentExpectation';\nexport * from './Interface/models/IPaymentExpectationCustomer';\nexport * from './Interface/models/IPaymentMethod';\nexport * from './Interface/models/IPaymentWaiting';\nexport * from './Interface/models/IPenalty';\nexport * from './Interface/models/IPendingPoint';\nexport * from './Interface/models/IPermission';\nexport * from './Interface/models/IPhoneNumber';\nexport * from './Interface/models/IPhonePrefix';\nexport * from './Interface/models/IPhonePrefixChild';\nexport * from './Interface/models/IPrestationSocial';\nexport * from './Interface/models/IPrestation';\nexport * from './Interface/models/IPrestationComplementary';\nexport * from './Interface/models/IPrestationList';\nexport * from './Interface/models/IProcedure';\nexport * from './Interface/models/IProduct';\nexport * from './Interface/models/IQuality';\nexport * from './Interface/models/IQuotaLead';\nexport * from './Interface/models/IRating';\nexport * from './Interface/models/IReasonTermination';\nexport * from './Interface/models/IReason';\nexport * from './Interface/models/IRecontactHistory';\nexport * from './Interface/models/IRefund';\nexport * from './Interface/models/IRefundMotif';\nexport * from './Interface/models/IRegion';\nexport * from './Interface/models/IRegisterCategory';\nexport * from './Interface/models/IRegulate';\nexport * from './Interface/models/IRegulation';\nexport * from './Interface/models/IReport';\nexport * from './Interface/models/IRole';\nexport * from './Interface/models/IRoleUser';\nexport * from './Interface/models/IRoom';\nexport * from './Interface/models/IRule';\nexport * from './Interface/models/ISchedule';\nexport * from './Interface/models/ISector';\nexport * from './Interface/models/ISendMethod';\nexport * from './Interface/models/IService';\nexport * from './Interface/models/ISheetMonthSchedule';\nexport * from './Interface/models/ISimulation';\nexport * from './Interface/models/ISimulationAdditionalFinance';\nexport * from './Interface/models/ISimulationColor';\nexport * from './Interface/models/ISimulationElement';\nexport * from './Interface/models/ISimulationHasBankAccount';\nexport * from './Interface/models/ISimulationPeriod';\nexport * from './Interface/models/ISimulationSummary';\nexport * from './Interface/models/ISocialDetail';\nexport * from './Interface/models/ISociety';\nexport * from './Interface/models/ISocietyApproval';\nexport * from './Interface/models/ISocietyBank';\nexport * from './Interface/models/ISocietyBudgetConnection';\nexport * from './Interface/models/ISocietyCgv';\nexport * from './Interface/models/ISocietyConfig';\nexport * from './Interface/models/ISocietyConfigBalanceSheet';\nexport * from './Interface/models/ISocietyDetail';\nexport * from './Interface/models/ISocietyFile';\nexport * from './Interface/models/ISocietyGescom';\nexport * from './Interface/models/ISocietyJuridical';\nexport * from './Interface/models/ISocietyNote';\nexport * from './Interface/models/ISocietyPartner';\nexport * from './Interface/models/ISocietyProceding';\nexport * from './Interface/models/ISocietyRelance';\nexport * from './Interface/models/ISocietySocial';\nexport * from './Interface/models/ISocietySoftware';\nexport * from './Interface/models/ISocietyStat';\nexport * from './Interface/models/ISocietyVehicle';\nexport * from './Interface/models/ISoftwareCompta';\nexport * from './Interface/models/ISource';\nexport * from './Interface/models/ISpecialOperation';\nexport * from './Interface/models/ISponsorshipLink';\nexport * from './Interface/models/ISponsorship';\nexport * from './Interface/models/ISponsorshipCheck';\nexport * from './Interface/models/IStatusSignature';\nexport * from './Interface/models/IStripeEvent';\nexport * from './Interface/models/ISupervision';\nexport * from './Interface/models/ISupervisionJob';\nexport * from './Interface/models/ISupervisionPendingPoint';\nexport * from './Interface/models/ISurvey';\nexport * from './Interface/models/ITag';\nexport * from './Interface/models/ITask';\nexport * from './Interface/models/ITaxSystem';\nexport * from './Interface/models/ITeamBusinessLine';\nexport * from './Interface/models/ITeam';\nexport * from './Interface/models/ITerminationList';\nexport * from './Interface/models/ITicketSupport';\nexport * from './Interface/models/ITicketSupportFollow';\nexport * from './Interface/models/IThirdParty';\nexport * from './Interface/models/IThirdPartySociety';\nexport * from './Interface/models/ITimeTracking';\nexport * from './Interface/models/ITimeTrackingSource';\nexport * from './Interface/models/ITmpValidationToken';\nexport * from './Interface/models/IAccountantTracker';\nexport * from './Interface/models/IVatMargin';\nexport * from './Interface/models/IVatRegime';\nexport * from './Interface/models/IVat';\nexport * from './Interface/models/IAbsenceType';\nexport * from './Interface/models/IAccountType';\nexport * from './Interface/models/IAccountingFileType';\nexport * from './Interface/models/IBrandType';\nexport * from './Interface/models/ICashDeskTransactionType';\nexport * from './Interface/models/IChannelType';\nexport * from './Interface/models/IChecklistType';\nexport * from './Interface/models/IChecklistCategoryType';\nexport * from './Interface/models/ICommentType';\nexport * from './Interface/models/IComptaType';\nexport * from './Interface/models/IComptaHistoryType';\nexport * from './Interface/models/IConnectorType';\nexport * from './Interface/models/IContractType';\nexport * from './Interface/models/ICustomizationType';\nexport * from './Interface/models/IDocumentWaitingType';\nexport * from './Interface/models/IEstimateInvoiceType';\nexport * from './Interface/models/IFollowedQualityMailType';\nexport * from './Interface/models/IFirstStep';\nexport * from './Interface/models/IGedFileType';\nexport * from './Interface/models/ILetterType';\nexport * from './Interface/models/ILogType';\nexport * from './Interface/models/INotificationCodeType';\nexport * from './Interface/models/INotificationType';\nexport * from './Interface/models/IPartnerTransactionType';\nexport * from './Interface/models/IPenaltyType';\nexport * from './Interface/models/IRepeatType';\nexport * from './Interface/models/IReportType';\nexport * from './Interface/models/ISmsType';\nexport * from './Interface/models/IStripeEventType';\nexport * from './Interface/models/ISubscriptionType';\nexport * from './Interface/models/IThirdPartyType';\nexport * from './Interface/models/IVehicleType';\nexport * from './Interface/models/IUser';\nexport * from './Interface/models/IUserNotification';\nexport * from './Interface/models/IUserSocietyPermission';\nexport * from './Interface/models/IUserSocietyTicketSupport';\nexport * from './Interface/models/IUserTeam';\nexport * from './Interface/models/IUserTest';\nexport * from './Interface/models/IVatDeclaration';\nexport * from './Interface/models/IVatDeclarationCertificate';\nexport * from './Interface/models/IVatDeclarationSocietyDetail';\nexport * from './Interface/models/IWebMail';\nexport * from './Interface/models/IWebMailAttachment';\nexport * from './Interface/models/IWebMailSpam';\nexport * from './Interface/models/IWebMailStat';\nexport * from './Interface/models/IWebMailType';\nexport * from './Interface/models/IWebMailSpamType';\nexport * from './Interface/models/IWorkingSchedule';\nexport * from './Interface/models/IField';\nexport * from './Interface/models/IFecFile';\nexport * from './Interface/models/ISuggestion';\nexport * from './Interface/models/ISalariesFile';\nexport * from './Interface/models/IPromoCode';\nexport * from './Interface/models/ILoan';\nexport * from './Interface/models/IBalanceSheetModule';\nexport * from './Interface/models/IStock';\nexport * from './Interface/models/ISocietyPromoCode';\nexport * from './Interface/models/IZTicket';\nexport * from './Interface/models/IAccountingTransaction_new';\nexport * from './Interface/models/IExerciceNote';\nexport * from './Interface/models/IRevisionGuide';\nexport * from './Interface/models/ISponsorshipWithSponsorInfo';\nexport * from './Interface/models/ILastUpdateConnection';\nexport * from './Interface/models/IAccountsSectors';\nexport * from './Interface/models/IAnswerType';\nexport * from './Interface/models/IAnswerTypeValue';\nexport * from './Interface/models/IBalanceSheetQuestion';\nexport * from './Interface/models/IExerciceQuestion';\nexport * from './Interface/models/IRelatedAccountingTransaction';\n\n// Forms\nexport * from './Form/FormAuthenticate';\nexport * from './Form/FormConnector';\n\n// Enums\nexport * from './Enum/Tax';\nexport * from './Enum/ProfitsType';\nexport * from './Enum/RegistrationSource';\nexport * from './Enum/Log';\nexport * from './Enum/Quality';\nexport * from './Enum/Role';\nexport * from './Enum/Simulation';\nexport * from './Enum/Country';\nexport * from './Enum/ComptaType';\nexport * from './Enum/SubscriptionType';\nexport * from './Enum/Sector';\nexport * from './Enum/LegalForm';\nexport * from './Enum/VatRegime';\nexport * from './Enum/AccountType';\nexport * from './Enum/BankAccountType';\nexport * from './Enum/ConnectorType';\nexport * from './Enum/Vat';\nexport * from './Enum/AccountingJournal';\nexport * from './Enum/ImmobilizationType';\nexport * from './Enum/Nature';\nexport * from './Enum/SurveyType';\nexport * from './Enum/SurveyTypeDatas';\nexport * from './Enum/PaymentMethod';\nexport * from './Enum/ReportType';\nexport * from './Enum/ReportState';\nexport * from './Enum/Proceding';\nexport * from './Enum/LetterType';\nexport * from './Enum/PartnerType';\nexport * from './Enum/ThirdPartyType';\nexport * from './Enum/FecFileDelimiter';\nexport * from './Enum/IncomeStatement';\nexport * from './Enum/PartnerTransactionType';\nexport * from './Enum/Vehicle';\nexport * from './Enum/VehicleType';\nexport * from './Enum/BalanceSheet';\nexport * from './Enum/LetterState';\nexport * from './Enum/SponsorshipState';\nexport * from './Enum/Ged';\nexport * from './Enum/SendInBlueList';\nexport * from './Enum/TypeBankConnection';\nexport * from './Enum/GlobalRegime';\nexport * from './Enum/TaxSystem';\nexport * from './Enum/FiscalRegime';\nexport * from './Enum/Activity';\nexport * from './Enum/CerfaType';\nexport * from './Enum/StockType';\nexport * from './Enum/SaleType';\nexport * from './Enum/TypePayment';\nexport * from './Enum/Account';\nexport * from './Enum/TypeCustomerProviderOperation';\nexport * from './Enum/EstimateInvoice';\nexport * from './Enum/Gescom';\nexport * from './Enum/TypeIncomeAllocation';\nexport * from './Enum/AccountingFileType';\nexport * from './Enum/FileType';\nexport * from './Enum/RevisionGuide';\nexport * from './Enum/Util';\nexport * from './Enum/RegisterCategory';\nexport * from './Enum/FieldSocietyStat';\nexport * from './Enum/Prestation';\nexport * from './Enum/Supervision';\nexport * from './Enum/Notification';\nexport * from './Enum/Comment';\nexport * from './Enum/Channel';\nexport * from './Enum/ExerciceNoteType';\nexport * from './Enum/BrandClementine';\nexport * from './Enum/BrandLegalstart';\nexport * from './Enum/BrandComptalib';\nexport * from './Enum/PartneredAccountantServiceState';\nexport * from './Enum/AccountsSectors';\nexport * from './Enum/ProductType';\nexport * from './Enum/Unit';\nexport * from './Enum/MealExpenseThresholds';\nexport * from './Enum/MimeType';\nexport * from './Enum/BalanceSheetQuestion';\nexport * from './Enum/AnswerTypeValue';\nexport * from './Enum/PartneredAccountantServiceType';\nexport * from './Enum/ProvisionType';\n\n// Interfaces API\nexport * from './Interface/api/businessPartner/ReadBusinessPartner';\nexport * from './Interface/api/simulation/CreateSimulation';\nexport * from './Interface/api/cerfa/ReadCerfa';\nexport * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';\nexport * from './Interface/api/accountingEntry/CreateManualEntry';\nexport * from './Interface/api/immobilization/ReadFormattedImmobilization';\nexport * from './Interface/api/immobilization/CreateImmobilization';\nexport * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';\nexport * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';\nexport * from './Interface/api/accountType/ReadAccountType';\nexport * from './Interface/api/account/QueryAccounts';\nexport * from './Interface/api/account/CreateAccountSociety';\nexport * from './Interface/api/account/UpdateAccountSociety';\nexport * from './Interface/api/account/QueryAccountSociety';\nexport * from './Interface/api/account/QueryGenericAccount';\nexport * from './Interface/api/accountingTransaction/QueryTransaction';\nexport * from './Interface/api/user/QueryConfirm';\nexport * from './Interface/api/user/QuerySocieties';\nexport * from './Interface/api/user/QueryResendConfirmationLink';\nexport * from './Interface/api/user/CreateUser';\nexport * from './Interface/api/user/QueryUserSmsConfirmation';\nexport * from './Interface/api/user/Permissions';\nexport * from './Interface/api/account/ReadAccounts';\nexport * from './Interface/api/balanceSheet/ReadFreelanceTurnover';\nexport * from './Interface/api/simulationColors/ReadSimulationColors';\nexport * from './Interface/api/survey/QuerySurveys';\nexport * from './Interface/api/file/TFile';\nexport * from './Interface/api/cerfa/CreateCerfa';\nexport * from './Interface/api/customerProviderOperation/CreateCustomerProviderOperation';\nexport * from './Interface/api/society/LegalFormSiren';\nexport * from './Interface/api/society/QuerySociety';\nexport * from './Interface/api/society/GetDataSociety';\nexport * from './Interface/api/society/CreateSociety';\nexport * from './Interface/api/society/UpdateSociety';\nexport * from './Interface/api/society/ListUserSociety';\nexport * from './Interface/api/society/CreateUserToSocietyWithPermission';\nexport * from './Interface/api/society/UpdateUserToSocietyWithPermission';\nexport * from './Interface/api/society/ReadSocietyUsers';\nexport * from './Interface/api/BasePaginate';\nexport * from './Interface/api/BaseRequest';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccount';\nexport * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';\nexport * from './Interface/api/accountingFiles/queryAccountingFiles';\nexport * from './Interface/api/accountingFiles/Ocr';\nexport * from './Interface/api/accountingFiles/OcrPayload';\nexport * from './Interface/api/accountingFiles/OcrValue';\n// export * from './Interface/api/stock/stockEntries';\nexport * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';\nexport * from './Interface/api/dashboard/ReadTurnOverProfitAndLoss';\nexport * from './Interface/api/pdf/BillingDocumentData';\nexport * from './Interface/api/dashboard/QueryBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryVat';\nexport * from './Interface/api/dashboard/QueryTopBuys';\nexport * from './Interface/api/dashboard/QueryTopProviders';\nexport * from './Interface/api/dashboard/ReadBalanceBankAccount';\nexport * from './Interface/api/dashboard/QueryGescom';\nexport * from './Interface/api/dashboard/QueryDeadline';\nexport * from './Interface/api/dashboard/ReadVat';\nexport * from './Interface/api/dashboard/ReadTopBuys';\nexport * from './Interface/api/dashboard/ReadTopProviders';\nexport * from './Interface/api/dashboard/ReadGescom';\nexport * from './Interface/api/dashboard/ReadDeadline';\nexport * from './Interface/api/accountant/ReadAccountantBalance';\nexport * from './Interface/api/quotes/QueryQuotesAccount';\nexport * from './Interface/api/quotes/CreateQuoteAccount';\nexport * from './Interface/api/account/ReadQuoteAccount';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing';\nexport * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';\nexport * from './Interface/api/exercice/QueryExercice';\nexport * from './Interface/api/exercice/CreateExercice';\nexport * from './Interface/api/accountingIncome/ReadAccountingIncome';\nexport * from './Interface/api/ocr/OcrTransactions';\nexport * from './Interface/api/bankStatement/QueryBankStatement';\nexport * from './Interface/api/bankStatement/QueryTransactionBankStatement';\nexport * from './Interface/api/ocr/OcrTypeTransactions';\nexport * from './Interface/api/bankStatement/ReadBankStatement';\n\n// export * from './Interface/api/survey/QuerySurvey';\nexport * from './Interface/api/survey/ReadSurvey';\nexport * from './Interface/api/survey/UpdateSurvey';\nexport * from './Interface/api/survey/CreateSurvey';\nexport * from './Interface/api/report/UpdateReport';\nexport * from './Interface/api/report/ReadReport';\nexport * from './Interface/api/report/ReadReportStats';\nexport * from './Interface/api/report/CreateReport';\nexport * from './Interface/api/report/DeleteReport';\nexport * from './Interface/api/report/QueryReports';\nexport * from './Interface/api/report/QueryReportsStats';\nexport * from './Interface/api/letter/CreateLetter';\nexport * from './Interface/api/mailInvoice/CreateInvoiceMail';\nexport * from './Interface/api/mailInvoice/UpdateInvoiceMail';\nexport * from './Interface/api/partner/CreatePartner';\nexport * from './Interface/api/partner/GetPartners';\n// export * from './Interface/api/generalLedger/GeneralLedgerQuery';\nexport * from './Interface/api/fecFile/CreateFecFile';\nexport * from './Interface/api/fecFile/DeleteFecFile';\nexport * from './Interface/api/fecFile/ReadFecFile';\nexport * from './Interface/api/generalLedger/QueryGeneralLedger';\nexport * from './Interface/api/incomeStatement/QueryIncomeStatement';\nexport * from './Interface/api/incomeStatement/ReadIncomeStatement';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheet';\nexport * from './Interface/api/pappers/QueryPappers';\nexport * from './Interface/api/pappers/ReadPappers';\nexport * from './Interface/api/sponsorship/SendSponsorshipLink';\nexport * from './Interface/api/sponsorship/CreateSponsorship';\nexport * from './Interface/api/sponsorship/QuerySponsorship';\nexport * from './Interface/api/pappers/CreatePappers';\nexport * from './Interface/api/bankAccount/DeleteTransaction';\nexport * from './Interface/api/stripe/QueryStripe';\nexport * from './Interface/api/stripe/ReadStripe';\nexport * from './Interface/api/salariesFile/ReadSalariesFile';\nexport * from './Interface/api/salariesFile/CreateSalariesFile';\nexport * from './Interface/api/shine/CreateShine';\nexport * from './Interface/api/shine/GetConnect';\nexport * from './Interface/api/shine/CreateShineAccount';\nexport * from './Interface/api/shine/CreateShineTransactions';\nexport * from './Interface/api/shine/ConnectResponse';\nexport * from './Interface/api/promoCode/UpdatePromoCode';\nexport * from './Interface/api/promoCode/CreatePromoCode';\nexport * from './Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount';\nexport * from './Interface/api/loan/CreateLoan';\nexport * from './Interface/api/stock/StocksType';\n// export * from './Interface/api/stock/StockEntries';\nexport * from './Interface/api/societyPromoCode/CreateSocietyPromoCode';\nexport * from './Interface/api/loan/UpdateLoan';\nexport * from './Interface/api/zticket/CreateZTicket';\nexport * from './Interface/api/zticket/QueryZTicket';\nexport * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/UpdateBalanceSheetModule';\nexport * from './Interface/api/balanceSheetModule/GetBalanceSheetModule';\nexport * from './Interface/api/shopify/ShopifyOrder';\nexport * from './Interface/api/shopify/address';\nexport * from './Interface/api/shopify/InvoicesShopify';\nexport * from './Interface/api/shopify/line_item';\nexport * from './Interface/api/shopify/tax_line';\nexport * from './Interface/api/shopify/shipping_line';\nexport * from './Interface/api/prestashop/PSOrder';\nexport * from './Interface/api/prestashop/PSAddress';\nexport * from './Interface/api/prestashop/PSCountry';\nexport * from './Interface/api/prestashop/InvoicesPrestashop';\nexport * from './Interface/api/woocommerce/WCOrder';\nexport * from './Interface/api/woocommerce/WCBilling';\nexport * from './Interface/api/woocommerce/InvoicesWoocommerce';\nexport * from './Interface/api/transactions/QueryUnexport';\nexport * from './Interface/api/crisp/GetCrisp';\nexport * from './Interface/api/incomeAllocation/CreateIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/ReadIncomeAllocation';\nexport * from './Interface/api/incomeAllocation/TypeAndAmount';\nexport * from './Interface/api/revisionGuide/CreateRevisionGuide';\nexport * from './Interface/api/library/QueryLibrary';\nexport * from './Interface/api/taxDeadline/QueryTaxDeadline';\nexport * from './Interface/api/taxDeadline/ReadTaxDeadline';\nexport * from './Interface/api/tax/ReadTax';\nexport * from './Interface/api/tax/CreateTax';\nexport * from './Interface/api/society/ReadSociety';\nexport * from './Interface/api/exerciceNote/QueryExerciceNote';\nexport * from './Interface/api/exerciceNote/CreateExerciceNote';\nexport * from './Interface/api/sponsorship/ReadSponsorship';\nexport * from './Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountant';\nexport * from './Interface/api/partneredAccountant/QueryPartneredAccountantSocieties';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantService';\nexport * from './Interface/api/partneredAccountant/QueryParteneredAccountantSoldServices';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServicesPaginated';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedService';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantRequestedServiceExpress';\nexport * from './Interface/api/partneredAccountant/CreatePartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantSoldService';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics';\nexport * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';\nexport * from './Interface/api/partneredAccountant/InvitePartneredAccountant';\nexport * from './Interface/api/partneredAccountant/CreatedPartneredAccountantSociety';\nexport * from './Interface/api/partneredAccountant/ReadPartneredAccountantInvoice';\nexport * from './Interface/api/log/CreateLog';\nexport * from './Interface/api/vehicle/CreateSocietyVehicle';\nexport * from './Interface/api/vehicle/UpdateSocietyVehicle';\nexport * from './Interface/api/fecFile/QueryFecFile';\nexport * from './Interface/api/product/CreateProduct';\nexport * from './Interface/api/product/UpdateProduct';\nexport * from './Interface/api/product/QueryProduct';\nexport * from './Interface/api/registration/ReadRegistration';\nexport * from './Interface/api/registration/CreateRegistration';\nexport * from './Interface/api/journal/Journals';\nexport * from './Interface/api/journal/QueryJournal';\nexport * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';\nexport * from './Interface/api/mealExpense/CreateMealExpense';\nexport * from './Interface/api/mealExpense/ReadMealExpense';\nexport * from './Interface/api/exerciceQuestion/QueryQuestion';\nexport * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';\nexport * from './Interface/api/provision/ReadProvision';\nexport * from './Interface/api/provision/CreateProvisionForm';\nexport * from './Interface/api/provision/UpdateProvisionForm';\nexport * from './Interface/api/provision/QueryGetProvisions';\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AccountingIncome = undefined;
|
|
7
|
+
|
|
8
|
+
var _Resource = require("../Resource");
|
|
9
|
+
|
|
10
|
+
class AccountingIncome extends _Resource.Resource {
|
|
11
|
+
get(idExercice) {
|
|
12
|
+
return this.axios.$get(`/exercice/${idExercice}/accounting-income`);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
exports.AccountingIncome = AccountingIncome;
|
|
18
|
+
//# sourceMappingURL=AccountingIncome.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/api/resources/AccountingIncome.ts"],"names":[],"mappings":";;;;;;;AACA;;AAEM,MAAO,gBAAP,SAAgC,kBAAhC,CAAwC;AAC5C,EAAA,GAAG,CAAC,UAAD,EAAmB;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,aAAa,UAAU,oBAAvC,CAAP;AACD;;AAH2C;;QAAjC,gB,GAAA,gB","sourcesContent":["import { ReadAccountingIncome } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class AccountingIncome extends Resource {\n get(idExercice: number): Promise<ReadAccountingIncome> {\n return this.axios.$get(`/exercice/${idExercice}/accounting-income`);\n }\n}"],"sourceRoot":"","file":"AccountingIncome.js"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BankStatement = undefined;
|
|
7
|
+
|
|
8
|
+
var _Resource = require("../Resource");
|
|
9
|
+
|
|
10
|
+
class BankStatement extends _Resource.Resource {
|
|
11
|
+
upload(params) {
|
|
12
|
+
const sendAccountingFiles = new FormData();
|
|
13
|
+
if (params.tokenCsv) sendAccountingFiles.append('tokenCsv', params.tokenCsv);
|
|
14
|
+
sendAccountingFiles.append('idBankAccount', params.idBankAccount.toString());
|
|
15
|
+
sendAccountingFiles.append('file', params.file);
|
|
16
|
+
return this.axios.$post('/bank-statements/upload', params, {
|
|
17
|
+
headers: {
|
|
18
|
+
'Content-Type': 'multipart/form-data'
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
createTransactions(params) {
|
|
24
|
+
return this.axios.$post('/bank-statements/transactions', params);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
exports.BankStatement = BankStatement;
|
|
30
|
+
//# sourceMappingURL=BankStatement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/api/resources/BankStatement.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,aAAP,SAA6B,kBAA7B,CAAqC;AACzC,EAAA,MAAM,CAAC,MAAD,EAA4B;AAChC,UAAM,mBAAmB,GAAG,IAAI,QAAJ,EAA5B;AAEA,QAAI,MAAM,CAAC,QAAX,EAAqB,mBAAmB,CAAC,MAApB,CAA2B,UAA3B,EAAuC,MAAM,CAAC,QAA9C;AACrB,IAAA,mBAAmB,CAAC,MAApB,CAA2B,eAA3B,EAA4C,MAAM,CAAC,aAAP,CAAqB,QAArB,EAA5C;AACA,IAAA,mBAAmB,CAAC,MAApB,CAA2B,MAA3B,EAAmC,MAAM,CAAC,IAA1C;AAEA,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,yBAAjB,EAA4C,MAA5C,EAAoD;AAAE,MAAA,OAAO,EAAE;AAAE,wBAAgB;AAAlB;AAAX,KAApD,CAAP;AACD;;AAED,EAAA,kBAAkB,CAAC,MAAD,EAAsC;AACtD,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,+BAAjB,EAAkD,MAAlD,CAAP;AACD;;AAbwC;;QAA9B,a,GAAA,a","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IAccountingTransaction, UploadBankStatement, QueryTransactionBankStatement, ReadBankStatement,\n} from '../../types';\n\nexport class BankStatement extends Resource {\n upload(params: UploadBankStatement): Promise<ReadBankStatement> {\n const sendAccountingFiles = new FormData();\n\n if (params.tokenCsv) sendAccountingFiles.append('tokenCsv', params.tokenCsv);\n sendAccountingFiles.append('idBankAccount', params.idBankAccount.toString());\n sendAccountingFiles.append('file', params.file);\n\n return this.axios.$post('/bank-statements/upload', params, { headers: { 'Content-Type': 'multipart/form-data' } });\n }\n\n createTransactions(params: QueryTransactionBankStatement): Promise<IAccountingTransaction[]> {\n return this.axios.$post('/bank-statements/transactions', params);\n }\n}\n"],"sourceRoot":"","file":"BankStatement.js"}
|
package/js/api/resources.js
CHANGED
|
@@ -111,6 +111,10 @@ var _VatControl = require("./resources/VatControl");
|
|
|
111
111
|
|
|
112
112
|
var _Provision = require("./resources/Provision");
|
|
113
113
|
|
|
114
|
+
var _AccountingIncome = require("./resources/AccountingIncome");
|
|
115
|
+
|
|
116
|
+
var _BankStatement = require("./resources/BankStatement");
|
|
117
|
+
|
|
114
118
|
const resources = exports.resources = {
|
|
115
119
|
simulation: _Simulation.Simulation,
|
|
116
120
|
country: _Country.Country,
|
|
@@ -164,6 +168,8 @@ const resources = exports.resources = {
|
|
|
164
168
|
mealExpense: _MealExpense.MealExpense,
|
|
165
169
|
balanceSheetQuestion: _BalanceSheetQuestion.BalanceSheetQuestion,
|
|
166
170
|
exerciceQuestion: _ExerciceQuestion.ExerciceQuestion,
|
|
167
|
-
vatControl: _VatControl.VatControl
|
|
171
|
+
vatControl: _VatControl.VatControl,
|
|
172
|
+
accountingIncome: _AccountingIncome.AccountingIncome,
|
|
173
|
+
bankStatement: _BankStatement.BankStatement
|
|
168
174
|
};
|
|
169
175
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,iBAAiB,EAAE,oCAnBI;AAoBvB,EAAA,YAAY,EAAE,0BApBS;AAqBvB,EAAA,kBAAkB,EAAE,sCArBG;AAsBvB,EAAA,KAAK,EAAE,YAtBgB;AAuBvB,EAAA,SAAS,EAAE,oBAvBY;AAwBvB,EAAA,YAAY,EAAE,0BAxBS;AAyBvB,EAAA,MAAM,EAAE,cAzBe;AA0BvB,EAAA,YAAY,EAAE,0BA1BS;AA2BvB,EAAA,YAAY,EAAE,0BA3BS;AA4BvB,EAAA,KAAK,EAAE,YA5BgB;AA6BvB,EAAA,SAAS,EAAE,oBA7BY;AA8BvB,EAAA,MAAM,EAAE,cA9Be;AA+BvB,EAAA,IAAI,EAAE,UA/BiB;AAgCvB,EAAA,SAAS,EAAE,oBAhCY;AAiCvB,EAAA,gBAAgB,EAAE,kCAjCK;AAkCvB,EAAA,SAAS,EAAE,oBAlCY;AAmCvB,EAAA,OAAO,EAAE,gBAnCc;AAoCvB,EAAA,gBAAgB,EAAE,kCApCK;AAqCvB,EAAA,yBAAyB,EAAE,oDArCJ;AAsCvB,EAAA,KAAK,EAAE,WAtCgB;AAuCvB,EAAA,aAAa,EAAE,4BAvCQ;AAwCvB,EAAA,OAAO,EAAE,gBAxCc;AAyCvB,EAAA,WAAW,EAAE,wBAzCU;AA0CvB,EAAA,YAAY,EAAE,0BA1CS;AA2CvB,EAAA,SAAS,EAAE,oBA3CY;AA4CvB,EAAA,mBAAmB,EAAE,wCA5CE;AA6CvB,EAAA,GAAG,EAAE,QA7CkB;AA8CvB,EAAA,aAAa,EAAE,4BA9CQ;AA+CvB,EAAA,YAAY,EAAE,0BA/CS;AAgDvB,EAAA,OAAO,EAAE,gBAhDc;AAiDvB,EAAA,OAAO,EAAE,gBAjDc;AAkDvB,EAAA,WAAW,EAAE,wBAlDU;AAmDvB,EAAA,oBAAoB,EAAE,0CAnDC;AAoDvB,EAAA,gBAAgB,EAAE,kCApDK;AAqDvB,EAAA,UAAU,EAAE;
|
|
1
|
+
{"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,iBAAiB,EAAE,oCAnBI;AAoBvB,EAAA,YAAY,EAAE,0BApBS;AAqBvB,EAAA,kBAAkB,EAAE,sCArBG;AAsBvB,EAAA,KAAK,EAAE,YAtBgB;AAuBvB,EAAA,SAAS,EAAE,oBAvBY;AAwBvB,EAAA,YAAY,EAAE,0BAxBS;AAyBvB,EAAA,MAAM,EAAE,cAzBe;AA0BvB,EAAA,YAAY,EAAE,0BA1BS;AA2BvB,EAAA,YAAY,EAAE,0BA3BS;AA4BvB,EAAA,KAAK,EAAE,YA5BgB;AA6BvB,EAAA,SAAS,EAAE,oBA7BY;AA8BvB,EAAA,MAAM,EAAE,cA9Be;AA+BvB,EAAA,IAAI,EAAE,UA/BiB;AAgCvB,EAAA,SAAS,EAAE,oBAhCY;AAiCvB,EAAA,gBAAgB,EAAE,kCAjCK;AAkCvB,EAAA,SAAS,EAAE,oBAlCY;AAmCvB,EAAA,OAAO,EAAE,gBAnCc;AAoCvB,EAAA,gBAAgB,EAAE,kCApCK;AAqCvB,EAAA,yBAAyB,EAAE,oDArCJ;AAsCvB,EAAA,KAAK,EAAE,WAtCgB;AAuCvB,EAAA,aAAa,EAAE,4BAvCQ;AAwCvB,EAAA,OAAO,EAAE,gBAxCc;AAyCvB,EAAA,WAAW,EAAE,wBAzCU;AA0CvB,EAAA,YAAY,EAAE,0BA1CS;AA2CvB,EAAA,SAAS,EAAE,oBA3CY;AA4CvB,EAAA,mBAAmB,EAAE,wCA5CE;AA6CvB,EAAA,GAAG,EAAE,QA7CkB;AA8CvB,EAAA,aAAa,EAAE,4BA9CQ;AA+CvB,EAAA,YAAY,EAAE,0BA/CS;AAgDvB,EAAA,OAAO,EAAE,gBAhDc;AAiDvB,EAAA,OAAO,EAAE,gBAjDc;AAkDvB,EAAA,WAAW,EAAE,wBAlDU;AAmDvB,EAAA,oBAAoB,EAAE,0CAnDC;AAoDvB,EAAA,gBAAgB,EAAE,kCApDK;AAqDvB,EAAA,UAAU,EAAE,sBArDW;AAsDvB,EAAA,gBAAgB,EAAE,kCAtDK;AAuDvB,EAAA,aAAa,EAAE;AAvDQ,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n};\n"],"sourceRoot":"","file":"resources.js"}
|
|
@@ -8,6 +8,7 @@ var QuestionTheme = exports.QuestionTheme = undefined;
|
|
|
8
8
|
(function (QuestionTheme) {
|
|
9
9
|
QuestionTheme["CAPITAL"] = "CAPITAL";
|
|
10
10
|
QuestionTheme["VAT_CONTROL"] = "VAT_CONTROL";
|
|
11
|
+
QuestionTheme["IS_2033"] = "IS_2033";
|
|
11
12
|
})(QuestionTheme || (exports.QuestionTheme = QuestionTheme = {}));
|
|
12
13
|
|
|
13
14
|
var Question = exports.Question = undefined;
|
|
@@ -18,5 +19,126 @@ var Question = exports.Question = undefined;
|
|
|
18
19
|
Question["VERIFIED_DEDUCTIBLE_VAT"] = "TVA d\u00E9ductible";
|
|
19
20
|
Question["VERIFIED_COLLECTED_VAT"] = "TVA collect\u00E9e";
|
|
20
21
|
Question["VERIFIED_DEDUCTIBLE_VAT_FROM_RETROCESSION_FEES"] = "Dont TVA d\u00E9ductible aff\u00E9rente aux honoraires retroc\u00E9d\u00E9s";
|
|
22
|
+
Question["NON_DEDUCTIBLE_PROVISION"] = "Provisions et charges \u00E0 payer non d\u00E9ductibles (cf. tableau n\u00B02058-B, cadre III)";
|
|
23
|
+
Question["NON_DEDUCTIBLE_PROVISION_AMOUNT"] = "Provisions et charges \u00E0 payer non d\u00E9ductibles (cf. tableau n\u00B02058-B, cadre III) #Montant#";
|
|
24
|
+
Question["NON_DEDUCTIBLE_COMPENSATION"] = "Avez-vous des r\u00E9mun\u00E9rations et avantages personnels non d\u00E9ductibles ?";
|
|
25
|
+
Question["NON_DEDUCTIBLE_COMPENSATION_AMOUNT"] = "Avez-vous des r\u00E9mun\u00E9rations et avantages personnels non d\u00E9ductibles ? #Montant#";
|
|
26
|
+
Question["NON_DEDUCTIBLE_EXCESS_DEPRECIATION"] = "Amortissements exc\u00E9dentaires et autres amortissements non d\u00E9ductibles";
|
|
27
|
+
Question["NON_DEDUCTIBLE_EXCESS_DEPRECIATION_AMOUNT"] = "Amortissements exc\u00E9dentaires et autres amortissements non d\u00E9ductibles #Montant#";
|
|
28
|
+
Question["NON_DEDUCTIBLE_TAXES"] = "Imp\u00F4ts et taxes non d\u00E9ductibles";
|
|
29
|
+
Question["NON_DEDUCTIBLE_TAXES_AMOUNT"] = "Imp\u00F4ts et taxes non d\u00E9ductibles #Montant#";
|
|
30
|
+
Question["EXPENSES_OPTIONAL_TAXATION_SHIPPING_COMPANIES"] = "Charges de l'activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage - transport maritime";
|
|
31
|
+
Question["EXPENSES_OPTIONAL_TAXATION_SHIPPING_COMPANIES_AMOUNT"] = "Charges de l'activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage - transport maritime #Montant#";
|
|
32
|
+
Question["DIFFERENCES_OPCVM"] = "\u00C9carts de valeurs liquidatives sur OPCVM";
|
|
33
|
+
Question["DIFFERENCES_OPCVM_AMOUNT"] = "\u00C9carts de valeurs liquidatives sur OPCVM #Montant#";
|
|
34
|
+
Question["EXCESS_INTEREST_ASSOCIATES"] = "Int\u00E9r\u00EAts exc\u00E9dentaires des comptes courants d\u2019associ\u00E9s";
|
|
35
|
+
Question["EXCESS_INTEREST_ASSOCIATES_AMOUNT"] = "Int\u00E9r\u00EAts exc\u00E9dentaires des comptes courants d\u2019associ\u00E9s #Montant#";
|
|
36
|
+
Question["REAL_ESTATE_LEASING_AND_FUNDRAISING"] = "Fractions de loyer \u00E0 r\u00E9int\u00E9grer dans le cadre d\u2019un cr\u00E9dit-bail immobilier et de lev\u00E9e de fonds";
|
|
37
|
+
Question["REAL_ESTATE_LEASING_AND_FUNDRAISING_AMOUNT"] = "Fractions de loyer \u00E0 r\u00E9int\u00E9grer dans le cadre d\u2019un cr\u00E9dit-bail immobilier et de lev\u00E9e de fonds #Montant#";
|
|
38
|
+
Question["REAL_ESTATE_LEASING_AND_FUNDRAISING_AMOUNT_RENT"] = "Fractions de loyer \u00E0 r\u00E9int\u00E9grer dans le cadre d\u2019un cr\u00E9dit-bail immobilier et de lev\u00E9e de fonds #Parts de loyers dispens\u00E9es#";
|
|
39
|
+
Question["RECEIVABLE_DUE_DEFICIT_CARRY_BACK"] = "Cr\u00E9ances dues au titre du report en arri\u00E8re du d\u00E9ficit";
|
|
40
|
+
Question["RECEIVABLE_DUE_DEFICIT_CARRY_BACK_AMOUNT"] = "Cr\u00E9ances dues au titre du report en arri\u00E8re du d\u00E9ficit #Montant#";
|
|
41
|
+
Question["OPTIONAL_TAX_SHIPPING_COMPANIES_DEDUCTIBLE"] = "Produits de l\u2019activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage (transport maritime)";
|
|
42
|
+
Question["OPTIONAL_TAX_SHIPPING_COMPANIES_DEDUCTIBLE_AMOUNT"] = "Montant";
|
|
43
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_NEW_SOCIETY_AMOUNT"] = "Entreprises nouvelles (art. 44 sexies) #Montant#";
|
|
44
|
+
Question["ENTITY_TAX_ADVANTAGE_ZFUTE"] = "Zone Franche Urbaine-Territoire Entrepreneurs (art. 44 octies et octies A)";
|
|
45
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_ZFUTE_AMOUNT"] = "Zone Franche Urbaine-Territoire Entrepreneurs (art. 44 octies et octies A) #Montant#";
|
|
46
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_STRUGGLING_SOCIETY_AMOUNT"] = "Reprise d\u2019entreprises en difficult\u00E9s (art. 44 septies) #Montant#";
|
|
47
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_JEI_AMOUNT"] = "Jeune Entreprise Innovante (art. 44 sexies A) #Montant#";
|
|
48
|
+
Question["ENTITY_TAX_ADVANTAGE_ZRD_AMOUNT"] = "Zone de Restructuration de la D\u00E9fense (art. 44 terdecies) #Montant#";
|
|
49
|
+
Question["ENTITY_TAX_ADVANTAGE_ZRR_AMOUNT"] = "Zone de Revitalisation Rurale (art. 44 quindecies) #Montant#";
|
|
50
|
+
Question["ENTITY_TAX_ADVANTAGE_BER_AMOUNT"] = "Bassins d\u2019emploi \u00E0 redynamiser (art. 44 duodecies) #Montant#";
|
|
51
|
+
Question["ENTITY_TAX_ADVANTAGE_ZFANG_AMOUNT"] = "Zone franche d\u2019Activit\u00E9 Nouvelle G\u00E9n\u00E9ration (art. 44 quaterdecies) #Montant#";
|
|
52
|
+
Question["ENTITY_TAX_ADVANTAGE_BUG_AMOUNT"] = "Bassin urbain \u00E0 Dynamiser (art. 44 sexdecies) #Montant#"; // PRIORITY_DEV_ZONE
|
|
53
|
+
// ENTITY_TAX_ADVANTAGE = 'Zone de développement prioritaire (art. 44 septdecies)',
|
|
54
|
+
|
|
55
|
+
Question["ENTITY_TAX_ADVANTAGE_ZDP_AMOUNT"] = "Zone de D\u00E9veloppement Prioritaire (art. 44 septdecies) #Montant#";
|
|
56
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_ZRR_AMOUNT"] = "Zone de Revitalisation Rurale (art. 44 quindecies) #Montant#";
|
|
57
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_BER_AMOUNT"] = "Bassins d\u2019emploi \u00E0 redynamiser (art. 44 duodecies) #Montant#";
|
|
58
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_OVERSEAS_INVESTMENTS_AMOUNT"] = "Investissements outre-mer #Montant#";
|
|
59
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_ZFANG_AMOUNT"] = "Zone franche d\u2019Activit\u00E9 Nouvelle G\u00E9n\u00E9ration (art. 44 quaterdecies) #Montant#";
|
|
60
|
+
Question["ENTITY_SPECIFIC_TAX_BENEFIT_BUD_AMOUNT"] = "Bassin urbain \u00E0 Dynamiser (art. 44 sexdecies) #Montant#";
|
|
61
|
+
Question["ENTITY_SPECIFIC_TAX_PRIORITY_ZONE_DEVELOP"] = "Zone de d\u00E9veloppement prioritaire (art. 44 septdecies)";
|
|
62
|
+
Question["ENTITY_SPECIFIC_TAX_PRIORITY_ZONE_DEVELOP_AMOUNT"] = "Zone de d\u00E9veloppement prioritaire (art. 44 septdecies) #Montant#";
|
|
63
|
+
Question["CARRY_BACK_DEFICIT_REPORT"] = "Avez-vous un d\u00E9ficit report\u00E9 en arri\u00E8re ?";
|
|
64
|
+
Question["CARRY_BACK_DEFICIT_REPORT_AMOUNT"] = "Avez-vous un d\u00E9ficit report\u00E9 en arri\u00E8re ? #Montant#";
|
|
65
|
+
Question["CARRIED_FORWARD_PREVIOUS_DEFICIT"] = "Avez-vous des d\u00E9ficits ant\u00E9rieurs reportables ?";
|
|
66
|
+
Question["CARRIED_FORWARD_PREVIOUS_DEFICIT_AMOUNT"] = "Avez-vous des d\u00E9ficits ant\u00E9rieurs reportables ? #Montant#";
|
|
67
|
+
Question["NON_DEDUCTIBLE_PERSONAL_RENUMERATION_AND_BENEFIT"] = "Avantages personnels non d\u00E9ductibles (sauf amortissements)";
|
|
68
|
+
Question["NON_DEDUCTIBLE_PERSONAL_RENUMERATION_AND_BENEFIT_AMOUNT"] = "Avantages personnels non d\u00E9ductibles (sauf amortissements) #Montant#";
|
|
69
|
+
Question["NON_DEDUCTIBLE_EXCESS_DEPRECIATION_AND_OTHER"] = "Amortissements exc\u00E9dentaires (art. 39-4 du CGI) et autres amortissements non d\u00E9ductibles";
|
|
70
|
+
Question["NON_DEDUCTIBLE_EXCESS_DEPRECIATION_AND_OTHER_AOMUNT"] = "Amortissements exc\u00E9dentaires (art. 39-4 du CGI) et autres amortissements non d\u00E9ductibles #Montant#";
|
|
71
|
+
Question["OTHER_VARIOUS_TAX_REINTEGRATIONS_FINES_PENALITIES_AMOUNT"] = "Amendes et p\u00E9nalit\u00E9s #Montant#";
|
|
72
|
+
Question["OTHER_VARIOUS_TAX_REINTEGRATIONS"] = "R\u00E9int\u00E9grations pr\u00E9vues \u00E0 l\u2019article 155 du CGI #Montant#";
|
|
73
|
+
Question["NON_DEDUCTIBLE_IMPOT_AND_TAXES"] = "Imp\u00F4ts et taxes";
|
|
74
|
+
Question["NON_DEDUCTIBLE_IMPOT_AND_TAXES_AMOUNT"] = "Imp\u00F4ts et taxes #Montant#";
|
|
75
|
+
Question["EXCESS_INTEREST_ASSOCIATES_ACCOUNT"] = "Int\u00E9r\u00EAts exc\u00E9dentaires (art. 39-1-3\u00E8me et 212 du CGI)";
|
|
76
|
+
Question["EXCESS_INTEREST_ASSOCIATES_ACCOUNT_AMOUNT"] = "Int\u00E9r\u00EAts exc\u00E9dentaires (art. 39-1-3\u00E8me et 212 du CGI) #Montant#";
|
|
77
|
+
Question["CAPITAL_75_PERCENT_PERSON"] = "Le capital a-t-il \u00E9t\u00E9 enti\u00E8rement revers\u00E9 et est-il d\u00E9tenu \u00E0 au moins 75% par des personnes physiques (ou par une soci\u00E9t\u00E9 appliquant ce crit\u00E8re) ?";
|
|
78
|
+
Question["FREE_SOCIAL_CAPITAL"] = "Le capital social a-t-il \u00E9t\u00E9 enti\u00E8rement lib\u00E9r\u00E9 ?";
|
|
79
|
+
Question["NEW_SOCIETY"] = "Entreprises nouvelles (art. 44 sexies) ?";
|
|
80
|
+
Question["STRUGGLING_SOCIETY"] = "Reprise d\u2019entreprises en difficult\u00E9s (art. 44 septies) ?";
|
|
81
|
+
Question["NEW_INNOVATIVE_SOCIETY"] = "Jeune Entreprise Innovante (art. 44 sexies A) ?";
|
|
82
|
+
Question["ZONE_ZRE"] = "Zone de Restructuration de la D\u00E9fense (art. 44 terdecies)";
|
|
83
|
+
Question["ZONE_ZRR"] = "Zone de Revitalisation Rurale (art. 44 quindecies)";
|
|
84
|
+
Question["ZONE_BER"] = "Bassins d\u2019emploi \u00E0 redynamiser (art. 44 duodecies)";
|
|
85
|
+
Question["OVERSEAS_INVEST"] = "Investissements outre-mer";
|
|
86
|
+
Question["ZONE_ZNG"] = "Zone franche d\u2019Activit\u00E9 Nouvelle G\u00E9n\u00E9ration (art. 44 quaterdecies)";
|
|
87
|
+
Question["ZONE_BUD"] = "Bassin urbain \u00E0 Dynamiser (art. 44 sexdecies)";
|
|
88
|
+
Question["PERSONAL_ADVANTAGE"] = "R\u00E9mun\u00E9rations et avantages personnels";
|
|
89
|
+
Question["PERSONAL_ADVANTAGE_AMOUNT"] = "R\u00E9mun\u00E9rations et avantages personnels #Montant#";
|
|
90
|
+
Question["OTHER_CHARGES_AND_EXCHANGES"] = "Autres charges et d\u00E9penses somptuaires (art. 39-4 du CGI)";
|
|
91
|
+
Question["OTHER_CHARGES_AND_EXCHANGES_AMOUNT"] = "Autres charges et d\u00E9penses somptuaires (art. 39-4 du CGI) #Montant";
|
|
92
|
+
Question["SOCIETY_CAR_TAXES"] = "Taxe sur les v\u00E9hicules des soci\u00E9t\u00E9s (entreprises \u00E0 l\u2019IS)";
|
|
93
|
+
Question["SOCIETY_CAR_TAXES_AMOUNT"] = "Taxe sur les v\u00E9hicules des soci\u00E9t\u00E9s (entreprises \u00E0 l\u2019IS) #Montant";
|
|
94
|
+
Question["NON_DEDUCTIBLE_CHARGES_TO_PAY"] = "Charges \u00E0 payer li\u00E9es \u00E0 des \u00E9tats et territoires non coop\u00E9ratifs non d\u00E9ductibles (cf. 2067-bis)";
|
|
95
|
+
Question["NON_DEDUCTIBLE_CHARGES_TO_PAY_AMOUNT"] = "Charges \u00E0 payer li\u00E9es \u00E0 des \u00E9tats et territoires non coop\u00E9ratifs non d\u00E9ductibles (cf. 2067-bis) #Montant#";
|
|
96
|
+
Question["FINES_PENALTIES"] = "Amendes et p\u00E9nalit\u00E9s";
|
|
97
|
+
Question["FINANCIAL_CHARGE"] = "Charges financi\u00E8res (art. 39-1-3\u00B0 et 212 bis du CGI)";
|
|
98
|
+
Question["QUOTE_PART_PLUS_VALUE_SOCIETY_OR_GIE"] = "Quote-part de b\u00E9n\u00E9fices r\u00E9alis\u00E9s par une soci\u00E9t\u00E9 de personnes ou un G.I.E";
|
|
99
|
+
Question["QUOTE_PART_PLUS_VALUE_SOCIETY_OR_GIE_AMOUNT"] = "Quote-part de b\u00E9n\u00E9fices r\u00E9alis\u00E9s par une soci\u00E9t\u00E9 de personnes ou un G.I.E #Montant#";
|
|
100
|
+
Question["REINTEGRATE_PLANIFIED"] = "R\u00E9int\u00E9grations pr\u00E9vues \u00E0 l\u2019article 155 du CGI";
|
|
101
|
+
Question["REINTEGRATE_PLANIFIED_AOMUNT"] = "R\u00E9int\u00E9grations pr\u00E9vues \u00E0 l\u2019article 155 du CGI #Montant#";
|
|
102
|
+
Question["NET_LESS_VALUE_LONG_TERM_15_OR_19_PERCENT"] = "nettes \u00E0 long terme impos\u00E9es aux taux de 15% ou 19% (12,80% pour les entreprises \u00E0 l\u2019IR)";
|
|
103
|
+
Question["NET_LESS_VALUE_LONG_TERM_15_OR_19_PERCENT_AMOUNT"] = "Moins-values nettes \u00E0 long terme impos\u00E9es aux taux de 15% ou 19% (12,80% pour les entreprises \u00E0 l\u2019IR) #Montant#";
|
|
104
|
+
Question["NET_LESS_VALUE_LONG_TERM_0_PERCENT"] = "Moins-values nettes \u00E0 long terme impos\u00E9es au taux de 0%";
|
|
105
|
+
Question["NET_LESS_VALUE_LONG_TERM_0_PERCENT_AMOUNT"] = "Moins-values nettes \u00E0 long terme impos\u00E9es au taux de 0% #Montant#";
|
|
106
|
+
Question["IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES"] = "Fraction imposable des plus-values r\u00E9alis\u00E9es au cours des exercices ant\u00E9rieurs : plus-values nettes \u00E0 court terme";
|
|
107
|
+
Question["IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES_AMOUNT"] = "Fraction imposable des plus-values r\u00E9alis\u00E9es au cours des exercices ant\u00E9rieurs : plus-values nettes \u00E0 court terme #Montant#";
|
|
108
|
+
Question["IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES_FUSION"] = "Fraction imposable des plus-values r\u00E9alis\u00E9es au cours des exercices ant\u00E9rieurs : plus-values soumises au r\u00E9gime des fusions";
|
|
109
|
+
Question["IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES_FUSION_AMOUNT"] = "Fraction imposable des plus-values r\u00E9alis\u00E9es au cours des exercices ant\u00E9rieurs : plus-values soumises au r\u00E9gime des fusions #Montant#";
|
|
110
|
+
Question["SOCIETY_ZONE"] = "Zone d\u2019entreprises (activit\u00E9s exon\u00E9r\u00E9es)";
|
|
111
|
+
Question["SOCIETY_ZONE_AMOUNT"] = "Zone d\u2019entreprises (activit\u00E9s exon\u00E9r\u00E9es) #Montant#";
|
|
112
|
+
Question["DEFICIT_OUTSIDER_PME"] = "D\u00E9ficits \u00E9trangers ant\u00E9rieurement d\u00E9duits par les PME (art. 209 C)";
|
|
113
|
+
Question["DEFICIT_OUTSIDER_PME_AMOUNT"] = "D\u00E9ficits \u00E9trangers ant\u00E9rieurement d\u00E9duits par les PME (art. 209 C) #Montant#";
|
|
114
|
+
Question["QUOTE_PART_12_PERCENT_PLUS_VALUE"] = "Quote-part de 12% des plus-values \u00E0 taux z\u00E9ro";
|
|
115
|
+
Question["QUOTE_PART_12_PERCENT_PLUS_VALUE_AMOUNT"] = "Quote-part de 12% des plus-values \u00E0 taux z\u00E9ro #Montant#";
|
|
116
|
+
Question["NET_PLUS_VALUE_LONG_TERM_0_PERCENT"] = "Plus-values nettes \u00E0 long terme impos\u00E9es au taux de 0%";
|
|
117
|
+
Question["NET_PLUS_VALUE_LONG_TERM_0_PERCENT_AMOUNT"] = "Plus-values nettes \u00E0 long terme impos\u00E9es au taux de 0% #Montant#";
|
|
118
|
+
Question["NET_PLUS_VALUE_LONG_TERM_FOR_LESS_VALUE"] = "Plus-values nettes \u00E0 long terme imput\u00E9es sur les moins-values nettes \u00E0 long terme ant\u00E9rieures";
|
|
119
|
+
Question["NET_PLUS_VALUE_LONG_TERM_FOR_LESS_VALUE_AMOUNT"] = "Plus-values nettes \u00E0 long terme imput\u00E9es sur les moins-values nettes \u00E0 long terme ant\u00E9rieures #Montant#";
|
|
120
|
+
Question["NET_PLUS_VALUE_LONG_TERM_DEFICIT_BACK"] = "Plus-values nettes \u00E0 long terme imput\u00E9es sur les d\u00E9ficits ant\u00E9rieurs";
|
|
121
|
+
Question["NET_PLUS_VALUE_LONG_TERM_DEFICIT_BACK_AMOUNT"] = "Plus-values nettes \u00E0 long terme imput\u00E9es sur les d\u00E9ficits ant\u00E9rieurs #Montant#";
|
|
122
|
+
Question["OTHER_IMPOSABLE_PLUS_VALUE"] = "Autres plus-values impos\u00E9es au taux de 19%";
|
|
123
|
+
Question["OTHER_IMPOSABLE_PLUS_VALUE_AMOUNT"] = "Autres plus-values impos\u00E9es au taux de 19% #Montant#";
|
|
124
|
+
Question["FRACTION_PLUS_VALUE_SHORT_TERM"] = "Fraction des plus-values nettes \u00E0 court terme de l\u2019exercice dont l\u2019imposition est diff\u00E9r\u00E9e";
|
|
125
|
+
Question["FRACTION_PLUS_VALUE_SHORT_TERM_AMOUNT"] = "Fraction des plus-values nettes \u00E0 court terme de l\u2019exercice dont l\u2019imposition est diff\u00E9r\u00E9e #Montant#";
|
|
126
|
+
Question["HQ_SUBDISIARY_SHARE_INTEREST"] = "R\u00E9gime des soci\u00E9t\u00E9s m\u00E8res et des filiales / produits net des actions et parts d\u2019int\u00E9r\u00EAts";
|
|
127
|
+
Question["HQ_SUBDISIARY_SHARE_INTEREST_AMOUNT"] = "R\u00E9gime des soci\u00E9t\u00E9s m\u00E8res et des filiales / produits net des actions et parts d\u2019int\u00E9r\u00EAts #Montant#";
|
|
128
|
+
Question["HQ_SUBDISIARY_SHARE_INTEREST_IMPOSABLE_AMOUNT"] = "R\u00E9gime des soci\u00E9t\u00E9s m\u00E8res et des filiales / produits net des actions et parts d\u2019int\u00E9r\u00EAts #dont quote-part de frais et charges imposables#";
|
|
129
|
+
Question["NOT_ELIGIBLE_PRODUCT_99_PERCENT"] = "Produits de participations in\u00E9ligibles au r\u00E9gime des soci\u00E9t\u00E9s m\u00E8res d\u00E9ductibles \u00E0 hauteur de 99% (art. 233 B du CGI)";
|
|
130
|
+
Question["NOT_ELIGIBLE_PRODUCT_99_PERCENT_AMOUNT"] = "Produits de participations in\u00E9ligibles au r\u00E9gime des soci\u00E9t\u00E9s m\u00E8res d\u00E9ductibles \u00E0 hauteur de 99% (art. 233 B du CGI) #Montant#";
|
|
131
|
+
Question["DEDUCTIVE_INVEST_OVERSEAS"] = "D\u00E9duction autoris\u00E9e au titre des investissements r\u00E9alis\u00E9s dans les collectivit\u00E9s d\u2019outre-mer";
|
|
132
|
+
Question["DEDUCTIVE_INVEST_OVERSEAS_AMOUNT"] = "D\u00E9duction autoris\u00E9e au titre des investissements r\u00E9alis\u00E9s dans les collectivit\u00E9s d\u2019outre-mer";
|
|
133
|
+
Question["MAJOR_AMORTIZATION"] = "Majoration d\u2019amortissement";
|
|
134
|
+
Question["MAJOR_AMORTIZATION_AMOUNT"] = "Majoration d\u2019amortissement #Montant#";
|
|
135
|
+
Question["QUOTE_PART_LOSE_GIE"] = "Quote-parts dans les pertes subies par une soci\u00E9t\u00E9 de personne ou un G.I.E";
|
|
136
|
+
Question["QUOTE_PART_LOSE_GIE_AMOUNT"] = "Quote-parts dans les pertes subies par une soci\u00E9t\u00E9 de personne ou un G.I.E #Montant#";
|
|
137
|
+
Question["NON_DEDUCTIBLE_CHARGE_PROVISIONS_TAX_REINTEGRATE"] = "Provisions et charges \u00E0 payer non d\u00E9ductibles, ant\u00E9rieurement tax\u00E9es et r\u00E9int\u00E9gr\u00E9es";
|
|
138
|
+
Question["NON_DEDUCTIBLE_CHARGE_PROVISIONS_TAX_REINTEGRATE_AMOUNT"] = "Provisions et charges \u00E0 payer non d\u00E9ductibles, ant\u00E9rieurement tax\u00E9es et r\u00E9int\u00E9gr\u00E9es #Montant#";
|
|
139
|
+
Question["TONNAGE_TAX_PRODUCT_ACTIVITY"] = "Produits de l\u2019activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage";
|
|
140
|
+
Question["TONNAGE_TAX_PRODUCT_ACTIVITY_AMOUNT"] = "Produits de l\u2019activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage (transport maritime) #Montant#";
|
|
141
|
+
Question["SIIC"] = "S.I.I.C. (art 208 C)";
|
|
142
|
+
Question["SIIC_AMOUNT"] = "S.I.I.C. (art 208 C) #Montant#";
|
|
21
143
|
})(Question || (exports.Question = Question = {}));
|
|
22
144
|
//# sourceMappingURL=BalanceSheetQuestion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/BalanceSheetQuestion.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,aAGX,WAHW,aAGX,YAHD;;AAAA,CAAA,UAAY,aAAZ,EAAyB;AACvB,EAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,GAAA,aAAA;AACD,CAHD,EAAY,aAAa,aAAb,aAAa,GAAb,aAAa,GAAA,EAAA,CAAzB;;AAKA,IAAY,QAMX,WANW,QAMX,YAND;;AAAA,CAAA,UAAY,QAAZ,EAAoB;AAClB,EAAA,QAAA,CAAA,sBAAA,CAAA,GAAA,2IAAA;AACA,EAAA,QAAA,CAAA,uBAAA,CAAA,GAAA,sEAAA;AACA,EAAA,QAAA,CAAA,yBAAA,CAAA,GAAA,qBAAA;AACA,EAAA,QAAA,CAAA,wBAAA,CAAA,GAAA,oBAAA;AACA,EAAA,QAAA,CAAA,gDAAA,CAAA,GAAA,6EAAA;AACD,CAND,EAAY,QAAQ,aAAR,QAAQ,GAAR,QAAQ,GAAA,EAAA,CAApB","sourcesContent":["export enum QuestionTheme {\n CAPITAL = 'CAPITAL',\n VAT_CONTROL = 'VAT_CONTROL',\n}\n\nexport enum Question {\n CAPITAL_FULLY_REPAID = 'Est ce que le capital a été entièrement reversé et est détenu à au moins 75 % par des personnes physiques ?',\n CAPITAL_FULLY_PAID_UP = 'Est ce que le capital social est entièrement libéré ?',\n VERIFIED_DEDUCTIBLE_VAT = 'TVA déductible',\n VERIFIED_COLLECTED_VAT = 'TVA collectée',\n VERIFIED_DEDUCTIBLE_VAT_FROM_RETROCESSION_FEES = 'Dont TVA déductible afférente aux honoraires retrocédés',\n}"],"sourceRoot":"","file":"BalanceSheetQuestion.js"}
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/BalanceSheetQuestion.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,aAIX,WAJW,aAIX,YAJD;;AAAA,CAAA,UAAY,aAAZ,EAAyB;AACvB,EAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,GAAA,aAAA;AACA,EAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAA;AACD,CAJD,EAAY,aAAa,aAAb,aAAa,GAAb,aAAa,GAAA,EAAA,CAAzB;;AAMA,IAAY,QAqMX,WArMW,QAqMX,YArMD;;AAAA,CAAA,UAAY,QAAZ,EAAoB;AAClB,EAAA,QAAA,CAAA,sBAAA,CAAA,GAAA,2IAAA;AACA,EAAA,QAAA,CAAA,uBAAA,CAAA,GAAA,sEAAA;AACA,EAAA,QAAA,CAAA,yBAAA,CAAA,GAAA,qBAAA;AACA,EAAA,QAAA,CAAA,wBAAA,CAAA,GAAA,oBAAA;AACA,EAAA,QAAA,CAAA,gDAAA,CAAA,GAAA,6EAAA;AACA,EAAA,QAAA,CAAA,0BAAA,CAAA,GAAA,gGAAA;AACA,EAAA,QAAA,CAAA,iCAAA,CAAA,GAAA,0GAAA;AAEA,EAAA,QAAA,CAAA,6BAAA,CAAA,GAAA,sFAAA;AACA,EAAA,QAAA,CAAA,oCAAA,CAAA,GAAA,gGAAA;AAEA,EAAA,QAAA,CAAA,oCAAA,CAAA,GAAA,iFAAA;AACA,EAAA,QAAA,CAAA,2CAAA,CAAA,GAAA,2FAAA;AAEA,EAAA,QAAA,CAAA,sBAAA,CAAA,GAAA,2CAAA;AACA,EAAA,QAAA,CAAA,6BAAA,CAAA,GAAA,qDAAA;AAEA,EAAA,QAAA,CAAA,+CAAA,CAAA,GAAA,0GAAA;AACA,EAAA,QAAA,CAAA,sDAAA,CAAA,GAAA,oHAAA;AAEA,EAAA,QAAA,CAAA,mBAAA,CAAA,GAAA,+CAAA;AACA,EAAA,QAAA,CAAA,0BAAA,CAAA,GAAA,yDAAA;AAEA,EAAA,QAAA,CAAA,4BAAA,CAAA,GAAA,iFAAA;AACA,EAAA,QAAA,CAAA,mCAAA,CAAA,GAAA,2FAAA;AAEA,EAAA,QAAA,CAAA,qCAAA,CAAA,GAAA,8HAAA;AACA,EAAA,QAAA,CAAA,4CAAA,CAAA,GAAA,wIAAA;AACA,EAAA,QAAA,CAAA,iDAAA,CAAA,GAAA,gKAAA;AAEA,EAAA,QAAA,CAAA,mCAAA,CAAA,GAAA,uEAAA;AACA,EAAA,QAAA,CAAA,0CAAA,CAAA,GAAA,iFAAA;AAEA,EAAA,QAAA,CAAA,4CAAA,CAAA,GAAA,gHAAA;AACA,EAAA,QAAA,CAAA,mDAAA,CAAA,GAAA,SAAA;AAEA,EAAA,QAAA,CAAA,gDAAA,CAAA,GAAA,kDAAA;AAEA,EAAA,QAAA,CAAA,4BAAA,CAAA,GAAA,4EAAA;AACA,EAAA,QAAA,CAAA,0CAAA,CAAA,GAAA,sFAAA;AAEA,EAAA,QAAA,CAAA,uDAAA,CAAA,GAAA,4EAAA;AAEA,EAAA,QAAA,CAAA,wCAAA,CAAA,GAAA,yDAAA;AAEA,EAAA,QAAA,CAAA,iCAAA,CAAA,GAAA,0EAAA;AAEA,EAAA,QAAA,CAAA,iCAAA,CAAA,GAAA,8DAAA;AAEA,EAAA,QAAA,CAAA,iCAAA,CAAA,GAAA,wEAAA;AAEA,EAAA,QAAA,CAAA,mCAAA,CAAA,GAAA,kGAAA;AAEA,EAAA,QAAA,CAAA,iCAAA,CAAA,GAAA,+DAAA,CAtDkB,CAwDlB;AACA;;AACA,EAAA,QAAA,CAAA,iCAAA,CAAA,GAAA,wEAAA;AAEA,EAAA,QAAA,CAAA,wCAAA,CAAA,GAAA,+DAAA;AAEA,EAAA,QAAA,CAAA,wCAAA,CAAA,GAAA,wEAAA;AAEA,EAAA,QAAA,CAAA,yDAAA,CAAA,GAAA,sCAAA;AAEA,EAAA,QAAA,CAAA,0CAAA,CAAA,GAAA,kGAAA;AAEA,EAAA,QAAA,CAAA,wCAAA,CAAA,GAAA,8DAAA;AAEA,EAAA,QAAA,CAAA,2CAAA,CAAA,GAAA,6DAAA;AACA,EAAA,QAAA,CAAA,kDAAA,CAAA,GAAA,uEAAA;AAEA,EAAA,QAAA,CAAA,2BAAA,CAAA,GAAA,0DAAA;AACA,EAAA,QAAA,CAAA,kCAAA,CAAA,GAAA,oEAAA;AAEA,EAAA,QAAA,CAAA,kCAAA,CAAA,GAAA,2DAAA;AACA,EAAA,QAAA,CAAA,yCAAA,CAAA,GAAA,qEAAA;AAEA,EAAA,QAAA,CAAA,kDAAA,CAAA,GAAA,iEAAA;AACA,EAAA,QAAA,CAAA,yDAAA,CAAA,GAAA,2EAAA;AAEA,EAAA,QAAA,CAAA,8CAAA,CAAA,GAAA,oGAAA;AACA,EAAA,QAAA,CAAA,qDAAA,CAAA,GAAA,8GAAA;AAEA,EAAA,QAAA,CAAA,0DAAA,CAAA,GAAA,0CAAA;AAEA,EAAA,QAAA,CAAA,kCAAA,CAAA,GAAA,kFAAA;AAEA,EAAA,QAAA,CAAA,gCAAA,CAAA,GAAA,sBAAA;AACA,EAAA,QAAA,CAAA,uCAAA,CAAA,GAAA,gCAAA;AAEA,EAAA,QAAA,CAAA,oCAAA,CAAA,GAAA,2EAAA;AACA,EAAA,QAAA,CAAA,2CAAA,CAAA,GAAA,qFAAA;AAEA,EAAA,QAAA,CAAA,2BAAA,CAAA,GAAA,iMAAA;AAEA,EAAA,QAAA,CAAA,qBAAA,CAAA,GAAA,4EAAA;AAEA,EAAA,QAAA,CAAA,aAAA,CAAA,GAAA,0CAAA;AACA,EAAA,QAAA,CAAA,oBAAA,CAAA,GAAA,oEAAA;AAEA,EAAA,QAAA,CAAA,wBAAA,CAAA,GAAA,iDAAA;AAEA,EAAA,QAAA,CAAA,UAAA,CAAA,GAAA,gEAAA;AAEA,EAAA,QAAA,CAAA,UAAA,CAAA,GAAA,oDAAA;AAEA,EAAA,QAAA,CAAA,UAAA,CAAA,GAAA,8DAAA;AAEA,EAAA,QAAA,CAAA,iBAAA,CAAA,GAAA,2BAAA;AAEA,EAAA,QAAA,CAAA,UAAA,CAAA,GAAA,wFAAA;AAEA,EAAA,QAAA,CAAA,UAAA,CAAA,GAAA,oDAAA;AAEA,EAAA,QAAA,CAAA,oBAAA,CAAA,GAAA,iDAAA;AACA,EAAA,QAAA,CAAA,2BAAA,CAAA,GAAA,2DAAA;AAEA,EAAA,QAAA,CAAA,6BAAA,CAAA,GAAA,gEAAA;AACA,EAAA,QAAA,CAAA,oCAAA,CAAA,GAAA,yEAAA;AAEA,EAAA,QAAA,CAAA,mBAAA,CAAA,GAAA,mFAAA;AACA,EAAA,QAAA,CAAA,0BAAA,CAAA,GAAA,4FAAA;AAEA,EAAA,QAAA,CAAA,+BAAA,CAAA,GAAA,+HAAA;AACA,EAAA,QAAA,CAAA,sCAAA,CAAA,GAAA,yIAAA;AAEA,EAAA,QAAA,CAAA,iBAAA,CAAA,GAAA,gCAAA;AACA,EAAA,QAAA,CAAA,kBAAA,CAAA,GAAA,gEAAA;AAEA,EAAA,QAAA,CAAA,sCAAA,CAAA,GAAA,yGAAA;AACA,EAAA,QAAA,CAAA,6CAAA,CAAA,GAAA,mHAAA;AAEA,EAAA,QAAA,CAAA,uBAAA,CAAA,GAAA,wEAAA;AACA,EAAA,QAAA,CAAA,8BAAA,CAAA,GAAA,kFAAA;AAEA,EAAA,QAAA,CAAA,2CAAA,CAAA,GAAA,8GAAA;AACA,EAAA,QAAA,CAAA,kDAAA,CAAA,GAAA,qIAAA;AAEA,EAAA,QAAA,CAAA,oCAAA,CAAA,GAAA,mEAAA;AACA,EAAA,QAAA,CAAA,2CAAA,CAAA,GAAA,6EAAA;AAEA,EAAA,QAAA,CAAA,kDAAA,CAAA,GAAA,uIAAA;AACA,EAAA,QAAA,CAAA,yDAAA,CAAA,GAAA,iJAAA;AAEA,EAAA,QAAA,CAAA,yDAAA,CAAA,GAAA,iJAAA;AACA,EAAA,QAAA,CAAA,gEAAA,CAAA,GAAA,2JAAA;AAEA,EAAA,QAAA,CAAA,cAAA,CAAA,GAAA,8DAAA;AACA,EAAA,QAAA,CAAA,qBAAA,CAAA,GAAA,wEAAA;AAEA,EAAA,QAAA,CAAA,sBAAA,CAAA,GAAA,wFAAA;AACA,EAAA,QAAA,CAAA,6BAAA,CAAA,GAAA,kGAAA;AAEA,EAAA,QAAA,CAAA,kCAAA,CAAA,GAAA,yDAAA;AACA,EAAA,QAAA,CAAA,yCAAA,CAAA,GAAA,mEAAA;AAEA,EAAA,QAAA,CAAA,oCAAA,CAAA,GAAA,kEAAA;AACA,EAAA,QAAA,CAAA,2CAAA,CAAA,GAAA,4EAAA;AAEA,EAAA,QAAA,CAAA,yCAAA,CAAA,GAAA,mHAAA;AACA,EAAA,QAAA,CAAA,gDAAA,CAAA,GAAA,6HAAA;AAEA,EAAA,QAAA,CAAA,uCAAA,CAAA,GAAA,0FAAA;AACA,EAAA,QAAA,CAAA,8CAAA,CAAA,GAAA,oGAAA;AAEA,EAAA,QAAA,CAAA,4BAAA,CAAA,GAAA,iDAAA;AACA,EAAA,QAAA,CAAA,mCAAA,CAAA,GAAA,2DAAA;AAEA,EAAA,QAAA,CAAA,gCAAA,CAAA,GAAA,qHAAA;AACA,EAAA,QAAA,CAAA,uCAAA,CAAA,GAAA,+HAAA;AAEA,EAAA,QAAA,CAAA,8BAAA,CAAA,GAAA,6HAAA;AACA,EAAA,QAAA,CAAA,qCAAA,CAAA,GAAA,uIAAA;AACA,EAAA,QAAA,CAAA,+CAAA,CAAA,GAAA,8KAAA;AAEA,EAAA,QAAA,CAAA,iCAAA,CAAA,GAAA,yJAAA;AACA,EAAA,QAAA,CAAA,wCAAA,CAAA,GAAA,mKAAA;AAEA,EAAA,QAAA,CAAA,2BAAA,CAAA,GAAA,4HAAA;AACA,EAAA,QAAA,CAAA,kCAAA,CAAA,GAAA,4HAAA;AAEA,EAAA,QAAA,CAAA,oBAAA,CAAA,GAAA,iCAAA;AACA,EAAA,QAAA,CAAA,2BAAA,CAAA,GAAA,2CAAA;AAEA,EAAA,QAAA,CAAA,qBAAA,CAAA,GAAA,sFAAA;AACA,EAAA,QAAA,CAAA,4BAAA,CAAA,GAAA,gGAAA;AAEA,EAAA,QAAA,CAAA,kDAAA,CAAA,GAAA,wHAAA;AACA,EAAA,QAAA,CAAA,yDAAA,CAAA,GAAA,kIAAA;AAEA,EAAA,QAAA,CAAA,8BAAA,CAAA,GAAA,2FAAA;AACA,EAAA,QAAA,CAAA,qCAAA,CAAA,GAAA,0HAAA;AAEA,EAAA,QAAA,CAAA,MAAA,CAAA,GAAA,sBAAA;AACA,EAAA,QAAA,CAAA,aAAA,CAAA,GAAA,gCAAA;AACD,CArMD,EAAY,QAAQ,aAAR,QAAQ,GAAR,QAAQ,GAAA,EAAA,CAApB","sourcesContent":["export enum QuestionTheme {\n CAPITAL = 'CAPITAL',\n VAT_CONTROL = 'VAT_CONTROL',\n IS_2033 = 'IS_2033',\n}\n\nexport enum Question {\n CAPITAL_FULLY_REPAID = 'Est ce que le capital a été entièrement reversé et est détenu à au moins 75 % par des personnes physiques ?',\n CAPITAL_FULLY_PAID_UP = 'Est ce que le capital social est entièrement libéré ?',\n VERIFIED_DEDUCTIBLE_VAT = 'TVA déductible',\n VERIFIED_COLLECTED_VAT = 'TVA collectée',\n VERIFIED_DEDUCTIBLE_VAT_FROM_RETROCESSION_FEES = 'Dont TVA déductible afférente aux honoraires retrocédés',\n NON_DEDUCTIBLE_PROVISION = 'Provisions et charges à payer non déductibles (cf. tableau n°2058-B, cadre III)',\n NON_DEDUCTIBLE_PROVISION_AMOUNT = 'Provisions et charges à payer non déductibles (cf. tableau n°2058-B, cadre III) #Montant#',\n\n NON_DEDUCTIBLE_COMPENSATION = 'Avez-vous des rémunérations et avantages personnels non déductibles ?',\n NON_DEDUCTIBLE_COMPENSATION_AMOUNT = 'Avez-vous des rémunérations et avantages personnels non déductibles ? #Montant#',\n\n NON_DEDUCTIBLE_EXCESS_DEPRECIATION = 'Amortissements excédentaires et autres amortissements non déductibles',\n NON_DEDUCTIBLE_EXCESS_DEPRECIATION_AMOUNT = 'Amortissements excédentaires et autres amortissements non déductibles #Montant#',\n\n NON_DEDUCTIBLE_TAXES = 'Impôts et taxes non déductibles',\n NON_DEDUCTIBLE_TAXES_AMOUNT = 'Impôts et taxes non déductibles #Montant#',\n\n EXPENSES_OPTIONAL_TAXATION_SHIPPING_COMPANIES = 'Charges de l\\'activité relevant du régime optionnel de taxation au tonnage - transport maritime', //\n EXPENSES_OPTIONAL_TAXATION_SHIPPING_COMPANIES_AMOUNT = 'Charges de l\\'activité relevant du régime optionnel de taxation au tonnage - transport maritime #Montant#',\n\n DIFFERENCES_OPCVM = 'Écarts de valeurs liquidatives sur OPCVM',\n DIFFERENCES_OPCVM_AMOUNT = 'Écarts de valeurs liquidatives sur OPCVM #Montant#',\n\n EXCESS_INTEREST_ASSOCIATES = 'Intérêts excédentaires des comptes courants d’associés',\n EXCESS_INTEREST_ASSOCIATES_AMOUNT = 'Intérêts excédentaires des comptes courants d’associés #Montant#',\n\n REAL_ESTATE_LEASING_AND_FUNDRAISING = 'Fractions de loyer à réintégrer dans le cadre d’un crédit-bail immobilier et de levée de fonds',\n REAL_ESTATE_LEASING_AND_FUNDRAISING_AMOUNT = 'Fractions de loyer à réintégrer dans le cadre d’un crédit-bail immobilier et de levée de fonds #Montant#',\n REAL_ESTATE_LEASING_AND_FUNDRAISING_AMOUNT_RENT = 'Fractions de loyer à réintégrer dans le cadre d’un crédit-bail immobilier et de levée de fonds #Parts de loyers dispensées#',\n\n RECEIVABLE_DUE_DEFICIT_CARRY_BACK = 'Créances dues au titre du report en arrière du déficit', //\n RECEIVABLE_DUE_DEFICIT_CARRY_BACK_AMOUNT = 'Créances dues au titre du report en arrière du déficit #Montant#',\n\n OPTIONAL_TAX_SHIPPING_COMPANIES_DEDUCTIBLE = 'Produits de l’activité relevant du régime optionnel de taxation au tonnage (transport maritime)', //\n OPTIONAL_TAX_SHIPPING_COMPANIES_DEDUCTIBLE_AMOUNT = 'Montant',\n\n ENTITY_SPECIFIC_TAX_BENEFIT_NEW_SOCIETY_AMOUNT = 'Entreprises nouvelles (art. 44 sexies) #Montant#', //\n\n ENTITY_TAX_ADVANTAGE_ZFUTE = 'Zone Franche Urbaine-Territoire Entrepreneurs (art. 44 octies et octies A)',\n ENTITY_SPECIFIC_TAX_BENEFIT_ZFUTE_AMOUNT = 'Zone Franche Urbaine-Territoire Entrepreneurs (art. 44 octies et octies A) #Montant#', //\n\n ENTITY_SPECIFIC_TAX_BENEFIT_STRUGGLING_SOCIETY_AMOUNT = 'Reprise d’entreprises en difficultés (art. 44 septies) #Montant#', //\n\n ENTITY_SPECIFIC_TAX_BENEFIT_JEI_AMOUNT = 'Jeune Entreprise Innovante (art. 44 sexies A) #Montant#',\n\n ENTITY_TAX_ADVANTAGE_ZRD_AMOUNT = 'Zone de Restructuration de la Défense (art. 44 terdecies) #Montant#',\n\n ENTITY_TAX_ADVANTAGE_ZRR_AMOUNT = 'Zone de Revitalisation Rurale (art. 44 quindecies) #Montant#',\n\n ENTITY_TAX_ADVANTAGE_BER_AMOUNT = 'Bassins d’emploi à redynamiser (art. 44 duodecies) #Montant#',\n\n ENTITY_TAX_ADVANTAGE_ZFANG_AMOUNT = 'Zone franche d’Activité Nouvelle Génération (art. 44 quaterdecies) #Montant#',\n\n ENTITY_TAX_ADVANTAGE_BUG_AMOUNT = 'Bassin urbain à Dynamiser (art. 44 sexdecies) #Montant#',\n\n // PRIORITY_DEV_ZONE\n // ENTITY_TAX_ADVANTAGE = 'Zone de développement prioritaire (art. 44 septdecies)',\n ENTITY_TAX_ADVANTAGE_ZDP_AMOUNT = 'Zone de Développement Prioritaire (art. 44 septdecies) #Montant#',\n\n ENTITY_SPECIFIC_TAX_BENEFIT_ZRR_AMOUNT = 'Zone de Revitalisation Rurale (art. 44 quindecies) #Montant#',\n\n ENTITY_SPECIFIC_TAX_BENEFIT_BER_AMOUNT = 'Bassins d’emploi à redynamiser (art. 44 duodecies) #Montant#',\n\n ENTITY_SPECIFIC_TAX_BENEFIT_OVERSEAS_INVESTMENTS_AMOUNT = 'Investissements outre-mer #Montant#',\n\n ENTITY_SPECIFIC_TAX_BENEFIT_ZFANG_AMOUNT = 'Zone franche d’Activité Nouvelle Génération (art. 44 quaterdecies) #Montant#',\n\n ENTITY_SPECIFIC_TAX_BENEFIT_BUD_AMOUNT = 'Bassin urbain à Dynamiser (art. 44 sexdecies) #Montant#',\n\n ENTITY_SPECIFIC_TAX_PRIORITY_ZONE_DEVELOP = 'Zone de développement prioritaire (art. 44 septdecies)',\n ENTITY_SPECIFIC_TAX_PRIORITY_ZONE_DEVELOP_AMOUNT = 'Zone de développement prioritaire (art. 44 septdecies) #Montant#',\n\n CARRY_BACK_DEFICIT_REPORT = 'Avez-vous un déficit reporté en arrière ?',\n CARRY_BACK_DEFICIT_REPORT_AMOUNT = 'Avez-vous un déficit reporté en arrière ? #Montant#',\n\n CARRIED_FORWARD_PREVIOUS_DEFICIT = 'Avez-vous des déficits antérieurs reportables ?',\n CARRIED_FORWARD_PREVIOUS_DEFICIT_AMOUNT = 'Avez-vous des déficits antérieurs reportables ? #Montant#',\n\n NON_DEDUCTIBLE_PERSONAL_RENUMERATION_AND_BENEFIT = 'Avantages personnels non déductibles (sauf amortissements)',\n NON_DEDUCTIBLE_PERSONAL_RENUMERATION_AND_BENEFIT_AMOUNT = 'Avantages personnels non déductibles (sauf amortissements) #Montant#',\n\n NON_DEDUCTIBLE_EXCESS_DEPRECIATION_AND_OTHER = 'Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles', //\n NON_DEDUCTIBLE_EXCESS_DEPRECIATION_AND_OTHER_AOMUNT = 'Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles #Montant#',\n\n OTHER_VARIOUS_TAX_REINTEGRATIONS_FINES_PENALITIES_AMOUNT = 'Amendes et pénalités #Montant#',\n\n OTHER_VARIOUS_TAX_REINTEGRATIONS = 'Réintégrations prévues à l’article 155 du CGI #Montant#',\n\n NON_DEDUCTIBLE_IMPOT_AND_TAXES = 'Impôts et taxes',\n NON_DEDUCTIBLE_IMPOT_AND_TAXES_AMOUNT = 'Impôts et taxes #Montant#',\n\n EXCESS_INTEREST_ASSOCIATES_ACCOUNT = 'Intérêts excédentaires (art. 39-1-3ème et 212 du CGI)', //\n EXCESS_INTEREST_ASSOCIATES_ACCOUNT_AMOUNT = 'Intérêts excédentaires (art. 39-1-3ème et 212 du CGI) #Montant#',\n\n CAPITAL_75_PERCENT_PERSON = 'Le capital a-t-il été entièrement reversé et est-il détenu à au moins 75% par des personnes physiques (ou par une société appliquant ce critère) ?',\n\n FREE_SOCIAL_CAPITAL = 'Le capital social a-t-il été entièrement libéré ?',\n\n NEW_SOCIETY = 'Entreprises nouvelles (art. 44 sexies) ?',\n STRUGGLING_SOCIETY = 'Reprise d’entreprises en difficultés (art. 44 septies) ?',\n\n NEW_INNOVATIVE_SOCIETY = 'Jeune Entreprise Innovante (art. 44 sexies A) ?',\n\n ZONE_ZRE = 'Zone de Restructuration de la Défense (art. 44 terdecies)',\n\n ZONE_ZRR = 'Zone de Revitalisation Rurale (art. 44 quindecies)',\n\n ZONE_BER = 'Bassins d’emploi à redynamiser (art. 44 duodecies)',\n\n OVERSEAS_INVEST = 'Investissements outre-mer',\n\n ZONE_ZNG = 'Zone franche d’Activité Nouvelle Génération (art. 44 quaterdecies)',\n\n ZONE_BUD = 'Bassin urbain à Dynamiser (art. 44 sexdecies)',\n\n PERSONAL_ADVANTAGE = 'Rémunérations et avantages personnels',\n PERSONAL_ADVANTAGE_AMOUNT = 'Rémunérations et avantages personnels #Montant#',\n\n OTHER_CHARGES_AND_EXCHANGES = 'Autres charges et dépenses somptuaires (art. 39-4 du CGI)',\n OTHER_CHARGES_AND_EXCHANGES_AMOUNT = 'Autres charges et dépenses somptuaires (art. 39-4 du CGI) #Montant',\n\n SOCIETY_CAR_TAXES = 'Taxe sur les véhicules des sociétés (entreprises à l’IS)',\n SOCIETY_CAR_TAXES_AMOUNT = 'Taxe sur les véhicules des sociétés (entreprises à l’IS) #Montant',\n\n NON_DEDUCTIBLE_CHARGES_TO_PAY = 'Charges à payer liées à des états et territoires non coopératifs non déductibles (cf. 2067-bis)',\n NON_DEDUCTIBLE_CHARGES_TO_PAY_AMOUNT = 'Charges à payer liées à des états et territoires non coopératifs non déductibles (cf. 2067-bis) #Montant#',\n\n FINES_PENALTIES = 'Amendes et pénalités',\n FINANCIAL_CHARGE = 'Charges financières (art. 39-1-3° et 212 bis du CGI)',\n\n QUOTE_PART_PLUS_VALUE_SOCIETY_OR_GIE = 'Quote-part de bénéfices réalisés par une société de personnes ou un G.I.E',\n QUOTE_PART_PLUS_VALUE_SOCIETY_OR_GIE_AMOUNT = 'Quote-part de bénéfices réalisés par une société de personnes ou un G.I.E #Montant#',\n\n REINTEGRATE_PLANIFIED = 'Réintégrations prévues à l’article 155 du CGI',\n REINTEGRATE_PLANIFIED_AOMUNT = 'Réintégrations prévues à l’article 155 du CGI #Montant#',\n\n NET_LESS_VALUE_LONG_TERM_15_OR_19_PERCENT = 'nettes à long terme imposées aux taux de 15% ou 19% (12,80% pour les entreprises à l’IR)',\n NET_LESS_VALUE_LONG_TERM_15_OR_19_PERCENT_AMOUNT = 'Moins-values nettes à long terme imposées aux taux de 15% ou 19% (12,80% pour les entreprises à l’IR) #Montant#',\n\n NET_LESS_VALUE_LONG_TERM_0_PERCENT = 'Moins-values nettes à long terme imposées au taux de 0%',\n NET_LESS_VALUE_LONG_TERM_0_PERCENT_AMOUNT = 'Moins-values nettes à long terme imposées au taux de 0% #Montant#',\n\n IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES = 'Fraction imposable des plus-values réalisées au cours des exercices antérieurs : plus-values nettes à court terme',\n IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES_AMOUNT = 'Fraction imposable des plus-values réalisées au cours des exercices antérieurs : plus-values nettes à court terme #Montant#',\n\n IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES_FUSION = 'Fraction imposable des plus-values réalisées au cours des exercices antérieurs : plus-values soumises au régime des fusions',\n IMPOSABLE_FRACTION_PLUS_VALUE_ANTERIOR_EXERCICES_FUSION_AMOUNT = 'Fraction imposable des plus-values réalisées au cours des exercices antérieurs : plus-values soumises au régime des fusions #Montant#',\n\n SOCIETY_ZONE = 'Zone d’entreprises (activités exonérées)',\n SOCIETY_ZONE_AMOUNT = 'Zone d’entreprises (activités exonérées) #Montant#',\n\n DEFICIT_OUTSIDER_PME = 'Déficits étrangers antérieurement déduits par les PME (art. 209 C)',\n DEFICIT_OUTSIDER_PME_AMOUNT = 'Déficits étrangers antérieurement déduits par les PME (art. 209 C) #Montant#',\n\n QUOTE_PART_12_PERCENT_PLUS_VALUE = 'Quote-part de 12% des plus-values à taux zéro',\n QUOTE_PART_12_PERCENT_PLUS_VALUE_AMOUNT = 'Quote-part de 12% des plus-values à taux zéro #Montant#',\n\n NET_PLUS_VALUE_LONG_TERM_0_PERCENT = 'Plus-values nettes à long terme imposées au taux de 0%',\n NET_PLUS_VALUE_LONG_TERM_0_PERCENT_AMOUNT = 'Plus-values nettes à long terme imposées au taux de 0% #Montant#',\n\n NET_PLUS_VALUE_LONG_TERM_FOR_LESS_VALUE = 'Plus-values nettes à long terme imputées sur les moins-values nettes à long terme antérieures',\n NET_PLUS_VALUE_LONG_TERM_FOR_LESS_VALUE_AMOUNT = 'Plus-values nettes à long terme imputées sur les moins-values nettes à long terme antérieures #Montant#',\n\n NET_PLUS_VALUE_LONG_TERM_DEFICIT_BACK = 'Plus-values nettes à long terme imputées sur les déficits antérieurs',\n NET_PLUS_VALUE_LONG_TERM_DEFICIT_BACK_AMOUNT = 'Plus-values nettes à long terme imputées sur les déficits antérieurs #Montant#',\n\n OTHER_IMPOSABLE_PLUS_VALUE = 'Autres plus-values imposées au taux de 19%',\n OTHER_IMPOSABLE_PLUS_VALUE_AMOUNT = 'Autres plus-values imposées au taux de 19% #Montant#',\n\n FRACTION_PLUS_VALUE_SHORT_TERM = 'Fraction des plus-values nettes à court terme de l’exercice dont l’imposition est différée',\n FRACTION_PLUS_VALUE_SHORT_TERM_AMOUNT = 'Fraction des plus-values nettes à court terme de l’exercice dont l’imposition est différée #Montant#',\n\n HQ_SUBDISIARY_SHARE_INTEREST = 'Régime des sociétés mères et des filiales / produits net des actions et parts d’intérêts',\n HQ_SUBDISIARY_SHARE_INTEREST_AMOUNT = 'Régime des sociétés mères et des filiales / produits net des actions et parts d’intérêts #Montant#',\n HQ_SUBDISIARY_SHARE_INTEREST_IMPOSABLE_AMOUNT = 'Régime des sociétés mères et des filiales / produits net des actions et parts d’intérêts #dont quote-part de frais et charges imposables#',\n\n NOT_ELIGIBLE_PRODUCT_99_PERCENT = 'Produits de participations inéligibles au régime des sociétés mères déductibles à hauteur de 99% (art. 233 B du CGI)',\n NOT_ELIGIBLE_PRODUCT_99_PERCENT_AMOUNT = 'Produits de participations inéligibles au régime des sociétés mères déductibles à hauteur de 99% (art. 233 B du CGI) #Montant#',\n\n DEDUCTIVE_INVEST_OVERSEAS = 'Déduction autorisée au titre des investissements réalisés dans les collectivités d’outre-mer',\n DEDUCTIVE_INVEST_OVERSEAS_AMOUNT = 'Déduction autorisée au titre des investissements réalisés dans les collectivités d’outre-mer',\n\n MAJOR_AMORTIZATION = 'Majoration d’amortissement',\n MAJOR_AMORTIZATION_AMOUNT = 'Majoration d’amortissement #Montant#',\n\n QUOTE_PART_LOSE_GIE = 'Quote-parts dans les pertes subies par une société de personne ou un G.I.E',\n QUOTE_PART_LOSE_GIE_AMOUNT = 'Quote-parts dans les pertes subies par une société de personne ou un G.I.E #Montant#',\n\n NON_DEDUCTIBLE_CHARGE_PROVISIONS_TAX_REINTEGRATE = 'Provisions et charges à payer non déductibles, antérieurement taxées et réintégrées',\n NON_DEDUCTIBLE_CHARGE_PROVISIONS_TAX_REINTEGRATE_AMOUNT = 'Provisions et charges à payer non déductibles, antérieurement taxées et réintégrées #Montant#',\n\n TONNAGE_TAX_PRODUCT_ACTIVITY = 'Produits de l’activité relevant du régime optionnel de taxation au tonnage',\n TONNAGE_TAX_PRODUCT_ACTIVITY_AMOUNT = 'Produits de l’activité relevant du régime optionnel de taxation au tonnage (transport maritime) #Montant#',\n\n SIIC = 'S.I.I.C. (art 208 C)',\n SIIC_AMOUNT = 'S.I.I.C. (art 208 C) #Montant#',\n}"],"sourceRoot":"","file":"BalanceSheetQuestion.js"}
|