@silexpert/core 1.1.24 → 1.1.26
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/AccountingFiles.d.ts +1 -1
- package/es/api/resources/AccountingFiles.d.ts.map +1 -1
- package/es/api/resources/AccountingFiles.js +4 -1
- package/es/api/resources/AccountingFiles.js.map +1 -1
- package/es/api/resources/CashAndExpense.d.ts +8 -0
- package/es/api/resources/CashAndExpense.d.ts.map +1 -0
- package/es/api/resources/CashAndExpense.js +27 -0
- package/es/api/resources/CashAndExpense.js.map +1 -0
- package/es/api/resources/FIle.d.ts +3 -1
- package/es/api/resources/FIle.d.ts.map +1 -1
- package/es/api/resources/FIle.js +3 -0
- package/es/api/resources/FIle.js.map +1 -1
- package/es/api/resources/Mail.d.ts.map +1 -1
- package/es/api/resources/Mail.js +5 -0
- package/es/api/resources/Mail.js.map +1 -1
- package/es/api/resources/Prestations.d.ts +6 -0
- package/es/api/resources/Prestations.d.ts.map +1 -1
- package/es/api/resources/Prestations.js +8 -0
- package/es/api/resources/Prestations.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +8 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +8 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +1 -1
- package/es/types/Enum/BalanceSheet.js +1 -1
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/BrandClementine.js +2 -2
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/CashDeskTransactionType.d.ts +7 -0
- package/es/types/Enum/CashDeskTransactionType.d.ts.map +1 -0
- package/es/types/Enum/CashDeskTransactionType.js +8 -0
- package/es/types/Enum/CashDeskTransactionType.js.map +1 -0
- package/es/types/Enum/Compensation.d.ts +15 -0
- package/es/types/Enum/Compensation.d.ts.map +1 -0
- package/es/types/Enum/Compensation.js +15 -0
- package/es/types/Enum/Compensation.js.map +1 -0
- package/es/types/Enum/ConstitutionState.d.ts +0 -2
- package/es/types/Enum/ConstitutionState.d.ts.map +1 -1
- package/es/types/Enum/ConstitutionState.js +10 -10
- package/es/types/Enum/ConstitutionState.js.map +1 -1
- package/es/types/Enum/InternalService.d.ts +12 -0
- package/es/types/Enum/InternalService.d.ts.map +1 -1
- package/es/types/Enum/InternalService.js +12 -0
- package/es/types/Enum/InternalService.js.map +1 -1
- package/es/types/Enum/JobTitle.d.ts +7 -1
- package/es/types/Enum/JobTitle.d.ts.map +1 -1
- package/es/types/Enum/JobTitle.js +36 -0
- package/es/types/Enum/JobTitle.js.map +1 -1
- package/es/types/Enum/Log.d.ts +201 -1
- package/es/types/Enum/Log.d.ts.map +1 -1
- package/es/types/Enum/Log.js +200 -0
- package/es/types/Enum/Log.js.map +1 -1
- package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -1
- package/es/types/Enum/MealExpenseThresholds.js +6 -2
- package/es/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/es/types/Enum/PrestationType.js +1 -1
- package/es/types/Enum/PrestationType.js.map +1 -1
- package/es/types/Enum/ReportService.d.ts +9 -4
- package/es/types/Enum/ReportService.d.ts.map +1 -1
- package/es/types/Enum/ReportService.js +17 -6
- package/es/types/Enum/ReportService.js.map +1 -1
- package/es/types/Enum/Role.d.ts +3 -1
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js +2 -0
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Enum/RoleDetail.d.ts +14 -0
- package/es/types/Enum/RoleDetail.d.ts.map +1 -1
- package/es/types/Enum/RoleDetail.js +15 -1
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Enum/TaskResponseType.d.ts +3 -1
- package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/es/types/Enum/TaskResponseType.js +57 -0
- package/es/types/Enum/TaskResponseType.js.map +1 -1
- package/es/types/Enum/ThirdParty.d.ts +7 -0
- package/es/types/Enum/ThirdParty.d.ts.map +1 -0
- package/es/types/Enum/ThirdParty.js +7 -0
- package/es/types/Enum/ThirdParty.js.map +1 -0
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js +5 -1
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +1 -1
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -1
- package/es/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
- package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
- package/es/types/Interface/api/cashAndExpense/Create.d.ts +27 -0
- package/es/types/Interface/api/cashAndExpense/Create.d.ts.map +1 -0
- package/es/types/Interface/api/cashAndExpense/Create.js +91 -0
- package/es/types/Interface/api/cashAndExpense/Create.js.map +1 -0
- package/es/types/Interface/api/file/Query.d.ts +4 -0
- package/es/types/Interface/api/file/Query.d.ts.map +1 -0
- package/es/types/Interface/api/file/Query.js +17 -0
- package/es/types/Interface/api/file/Query.js.map +1 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts +2 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
- package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.d.ts +7 -0
- package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.d.ts.map +1 -0
- package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.js +39 -0
- package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.js.map +1 -0
- package/es/types/Interface/api/report/ReadReportStats.d.ts +1 -0
- package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -1
- package/es/types/Interface/api/report/ReadReportStats.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +9 -4
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +3 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +13 -2
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +2 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +2 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts +1 -0
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +2 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IKilometricAllowanceScale.d.ts +1 -0
- package/es/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -1
- package/es/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
- package/es/types/Interface/models/ILog.d.ts +0 -2
- package/es/types/Interface/models/ILog.d.ts.map +1 -1
- package/es/types/Interface/models/ILog.js.map +1 -1
- package/es/types/Interface/models/IPayment.d.ts +1 -0
- package/es/types/Interface/models/IPayment.d.ts.map +1 -1
- package/es/types/Interface/models/IPayment.js.map +1 -1
- package/es/types/Interface/models/IRegulate.d.ts +5 -3
- package/es/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/es/types/Interface/models/IRegulate.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts +3 -0
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/IThirdPartySociety.d.ts +2 -0
- package/es/types/Interface/models/IThirdPartySociety.d.ts.map +1 -1
- package/es/types/Interface/models/IThirdPartySociety.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/email/templates/signature.d.ts.map +1 -1
- package/es/utils/email/templates/signature.js +6 -7
- package/es/utils/email/templates/signature.js.map +1 -1
- package/es/utils/quotation.d.ts.map +1 -1
- package/es/utils/quotation.js +5 -3
- package/es/utils/quotation.js.map +1 -1
- package/es/utils/vat/3517/century23.js +9 -9
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/es/utils/vat/utils.d.ts.map +1 -1
- package/es/utils/vat/utils.js +1 -3
- package/es/utils/vat/utils.js.map +1 -1
- package/js/api/resources/AccountingFiles.js +4 -1
- package/js/api/resources/AccountingFiles.js.map +1 -1
- package/js/api/resources/CashAndExpense.js +37 -0
- package/js/api/resources/CashAndExpense.js.map +1 -0
- package/js/api/resources/FIle.js +6 -0
- package/js/api/resources/FIle.js.map +1 -1
- package/js/api/resources/Mail.js +5 -0
- package/js/api/resources/Mail.js.map +1 -1
- package/js/api/resources/Prestations.js +8 -0
- package/js/api/resources/Prestations.js.map +1 -1
- package/js/api/resources.js +3 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +8 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +1 -1
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +2 -2
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/CashDeskTransactionType.js +13 -0
- package/js/types/Enum/CashDeskTransactionType.js.map +1 -0
- package/js/types/Enum/Compensation.js +20 -0
- package/js/types/Enum/Compensation.js.map +1 -0
- package/js/types/Enum/ConstitutionState.js +6 -6
- package/js/types/Enum/ConstitutionState.js.map +1 -1
- package/js/types/Enum/InternalService.js +12 -0
- package/js/types/Enum/InternalService.js.map +1 -1
- package/js/types/Enum/JobTitle.js +30 -0
- package/js/types/Enum/JobTitle.js.map +1 -1
- package/js/types/Enum/Log.js +200 -0
- package/js/types/Enum/Log.js.map +1 -1
- package/js/types/Enum/MealExpenseThresholds.js +6 -2
- package/js/types/Enum/MealExpenseThresholds.js.map +1 -1
- package/js/types/Enum/PrestationType.js +1 -1
- package/js/types/Enum/PrestationType.js.map +1 -1
- package/js/types/Enum/ReportService.js +21 -9
- package/js/types/Enum/ReportService.js.map +1 -1
- package/js/types/Enum/Role.js +2 -0
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +15 -1
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Enum/TaskResponseType.js +52 -0
- package/js/types/Enum/TaskResponseType.js.map +1 -1
- package/js/types/Enum/ThirdParty.js +12 -0
- package/js/types/Enum/ThirdParty.js.map +1 -0
- package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js +1 -0
- package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/js/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
- package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
- package/js/types/Interface/api/cashAndExpense/Create.js +44 -0
- package/js/types/Interface/api/cashAndExpense/Create.js.map +1 -0
- package/js/types/Interface/api/file/Query.js +21 -0
- package/js/types/Interface/api/file/Query.js.map +1 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
- package/js/types/Interface/api/prestation/QueryCreatePrestationSocieties.js +30 -0
- package/js/types/Interface/api/prestation/QueryCreatePrestationSocieties.js.map +1 -0
- package/js/types/Interface/api/report/ReadReportStats.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +2 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +3 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/js/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
- package/js/types/Interface/models/ILog.js.map +1 -1
- package/js/types/Interface/models/IPayment.js.map +1 -1
- package/js/types/Interface/models/IRegulate.js.map +1 -1
- package/js/types/Interface/models/IReport.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Interface/models/IThirdPartySociety.js.map +1 -1
- package/js/types/index.js +66 -6
- package/js/types/index.js.map +1 -1
- package/js/utils/email/templates/signature.js +6 -7
- package/js/utils/email/templates/signature.js.map +1 -1
- package/js/utils/quotation.js +5 -3
- package/js/utils/quotation.js.map +1 -1
- package/js/utils/vat/3517/century23.js +9 -9
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/js/utils/vat/utils.js +1 -3
- package/js/utils/vat/utils.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/AccountingFiles.ts +5 -2
- package/ts/api/resources/CashAndExpense.ts +31 -0
- package/ts/api/resources/FIle.ts +5 -0
- package/ts/api/resources/Mail.ts +5 -0
- package/ts/api/resources/Prestations.ts +9 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/BalanceSheet.ts +1 -1
- package/ts/types/Enum/BrandClementine.ts +2 -2
- package/ts/types/Enum/CashDeskTransactionType.ts +6 -0
- package/ts/types/Enum/Compensation.ts +14 -0
- package/ts/types/Enum/ConstitutionState.ts +4 -4
- package/ts/types/Enum/InternalService.ts +12 -0
- package/ts/types/Enum/JobTitle.ts +36 -0
- package/ts/types/Enum/Log.ts +202 -1
- package/ts/types/Enum/MealExpenseThresholds.ts +6 -2
- package/ts/types/Enum/PrestationType.ts +1 -1
- package/ts/types/Enum/ReportService.ts +20 -8
- package/ts/types/Enum/Role.ts +2 -0
- package/ts/types/Enum/RoleDetail.ts +15 -1
- package/ts/types/Enum/TaskResponseType.ts +57 -0
- package/ts/types/Enum/ThirdParty.ts +6 -0
- package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +4 -1
- package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +1 -1
- package/ts/types/Interface/api/cashAndExpense/Create.ts +67 -0
- package/ts/types/Interface/api/file/Query.ts +6 -0
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerAccount.ts +3 -1
- package/ts/types/Interface/api/prestation/QueryCreatePrestationSocieties.ts +27 -0
- package/ts/types/Interface/api/report/ReadReportStats.ts +2 -1
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -3
- package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +11 -2
- package/ts/types/Interface/models/IAccountingTransaction.ts +2 -0
- package/ts/types/Interface/models/IApiError.ts +3 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +1 -0
- package/ts/types/Interface/models/IExercice.ts +2 -0
- package/ts/types/Interface/models/IKilometricAllowanceScale.ts +1 -0
- package/ts/types/Interface/models/ILog.ts +0 -2
- package/ts/types/Interface/models/IPayment.ts +1 -0
- package/ts/types/Interface/models/IRegulate.ts +5 -3
- package/ts/types/Interface/models/IReport.ts +3 -0
- package/ts/types/Interface/models/ISociety.ts +2 -0
- package/ts/types/Interface/models/IThirdPartySociety.ts +5 -0
- package/ts/types/index.ts +6 -0
- package/ts/utils/email/templates/signature.ts +6 -7
- package/ts/utils/quotation.ts +5 -3
- package/ts/utils/vat/3517/century23.ts +9 -9
- package/ts/utils/vat/utils.ts +1 -3
package/js/types/Enum/Log.js
CHANGED
|
@@ -39,8 +39,208 @@ var LogType = exports.LogType = undefined;
|
|
|
39
39
|
LogType[LogType["UNPAID"] = 21] = "UNPAID";
|
|
40
40
|
LogType[LogType["DELETE"] = 22] = "DELETE";
|
|
41
41
|
LogType[LogType["REGULATION_DELETE"] = 23] = "REGULATION_DELETE";
|
|
42
|
+
LogType[LogType["TERMINATION"] = 24] = "TERMINATION";
|
|
43
|
+
LogType[LogType["CHECKLIST"] = 25] = "CHECKLIST";
|
|
42
44
|
LogType[LogType["TRANSACTION_DELETE"] = 26] = "TRANSACTION_DELETE";
|
|
43
45
|
LogType[LogType["INPI_DELETE"] = 27] = "INPI_DELETE";
|
|
44
46
|
LogType[LogType["VALIDATE_CALENDAR"] = 28] = "VALIDATE_CALENDAR";
|
|
47
|
+
LogType[LogType["INACTIVITY"] = 29] = "INACTIVITY";
|
|
48
|
+
LogType[LogType["SOCIAL"] = 30] = "SOCIAL";
|
|
49
|
+
LogType[LogType["CONSTITUTION"] = 31] = "CONSTITUTION";
|
|
50
|
+
LogType[LogType["APPROBATION"] = 32] = "APPROBATION";
|
|
45
51
|
})(LogType || (exports.LogType = LogType = {}));
|
|
52
|
+
const LogTypeDetail = exports.LogTypeDetail = {
|
|
53
|
+
VAT: {
|
|
54
|
+
id: LogType.VAT,
|
|
55
|
+
label: 'TVA',
|
|
56
|
+
color: 'light-blue darken-1',
|
|
57
|
+
icon: null
|
|
58
|
+
},
|
|
59
|
+
TAX: {
|
|
60
|
+
id: LogType.TAX,
|
|
61
|
+
label: 'IS',
|
|
62
|
+
color: 'teal darken-1',
|
|
63
|
+
icon: null
|
|
64
|
+
},
|
|
65
|
+
BALANCESHEET: {
|
|
66
|
+
id: LogType.BALANCESHEET,
|
|
67
|
+
label: 'Bilan',
|
|
68
|
+
color: 'light-greendarken-1',
|
|
69
|
+
icon: null
|
|
70
|
+
},
|
|
71
|
+
SUPERVISION: {
|
|
72
|
+
id: LogType.SUPERVISION,
|
|
73
|
+
label: 'Supervision',
|
|
74
|
+
color: 'amber darken-1',
|
|
75
|
+
icon: null
|
|
76
|
+
},
|
|
77
|
+
TASK: {
|
|
78
|
+
id: LogType.TASK,
|
|
79
|
+
label: 'Tâche',
|
|
80
|
+
color: 'green darken-1',
|
|
81
|
+
icon: null
|
|
82
|
+
},
|
|
83
|
+
COMMENT: {
|
|
84
|
+
id: LogType.COMMENT,
|
|
85
|
+
label: 'Commentaire',
|
|
86
|
+
color: 'blue-grey darken-1',
|
|
87
|
+
icon: null
|
|
88
|
+
},
|
|
89
|
+
MAIL: {
|
|
90
|
+
id: LogType.MAIL,
|
|
91
|
+
label: 'Mail',
|
|
92
|
+
color: 'grey',
|
|
93
|
+
icon: null
|
|
94
|
+
},
|
|
95
|
+
REPORT: {
|
|
96
|
+
id: LogType.REPORT,
|
|
97
|
+
label: 'Signalement',
|
|
98
|
+
color: 'lred darken-2',
|
|
99
|
+
icon: null
|
|
100
|
+
},
|
|
101
|
+
EXPORT: {
|
|
102
|
+
id: LogType.EXPORT,
|
|
103
|
+
label: 'Exportation',
|
|
104
|
+
color: 'cyan darken-1',
|
|
105
|
+
icon: null
|
|
106
|
+
},
|
|
107
|
+
REVISION: {
|
|
108
|
+
id: LogType.REVISION,
|
|
109
|
+
label: 'Révision',
|
|
110
|
+
color: null,
|
|
111
|
+
icon: null
|
|
112
|
+
},
|
|
113
|
+
ARCHIVING: {
|
|
114
|
+
id: LogType.ARCHIVING,
|
|
115
|
+
label: 'Archivage',
|
|
116
|
+
color: 'grey lighten-1',
|
|
117
|
+
icon: null
|
|
118
|
+
},
|
|
119
|
+
UNARCHIVING: {
|
|
120
|
+
id: LogType.UNARCHIVING,
|
|
121
|
+
label: 'Désarchivage',
|
|
122
|
+
color: 'grey lighten-2',
|
|
123
|
+
icon: null
|
|
124
|
+
},
|
|
125
|
+
PAYMENT_DELETED: {
|
|
126
|
+
id: LogType.PAYMENT_DELETED,
|
|
127
|
+
label: 'Paiement supprimé',
|
|
128
|
+
color: 'red',
|
|
129
|
+
icon: null
|
|
130
|
+
},
|
|
131
|
+
LOGIN: {
|
|
132
|
+
id: LogType.LOGIN,
|
|
133
|
+
label: 'Connexion',
|
|
134
|
+
color: 'grey darken-2',
|
|
135
|
+
icon: null
|
|
136
|
+
},
|
|
137
|
+
PAUSE: {
|
|
138
|
+
id: LogType.PAUSE,
|
|
139
|
+
label: 'Pause',
|
|
140
|
+
color: 'grey darken-2',
|
|
141
|
+
icon: null
|
|
142
|
+
},
|
|
143
|
+
DAY_END: {
|
|
144
|
+
id: LogType.DAY_END,
|
|
145
|
+
label: 'Journée terminée',
|
|
146
|
+
color: 'grey darken-2',
|
|
147
|
+
icon: null
|
|
148
|
+
},
|
|
149
|
+
GENERIC_ACCOUNT: {
|
|
150
|
+
id: LogType.GENERIC_ACCOUNT,
|
|
151
|
+
label: 'Plan comptable générique',
|
|
152
|
+
color: 'purple darken-4',
|
|
153
|
+
icon: null
|
|
154
|
+
},
|
|
155
|
+
BANK_ACCOUNT_FUSION: {
|
|
156
|
+
id: LogType.BANK_ACCOUNT_FUSION,
|
|
157
|
+
label: 'Fusion compte bancaire',
|
|
158
|
+
color: 'purple',
|
|
159
|
+
icon: null
|
|
160
|
+
},
|
|
161
|
+
IMPORT: {
|
|
162
|
+
id: LogType.IMPORT,
|
|
163
|
+
label: 'Importation',
|
|
164
|
+
color: 'cyan darken-1',
|
|
165
|
+
icon: null
|
|
166
|
+
},
|
|
167
|
+
PAUSE_END: {
|
|
168
|
+
id: LogType.PAUSE_END,
|
|
169
|
+
label: 'Pause terminée',
|
|
170
|
+
color: 'cyan darken-1',
|
|
171
|
+
icon: null
|
|
172
|
+
},
|
|
173
|
+
UNPAID: {
|
|
174
|
+
id: LogType.UNPAID,
|
|
175
|
+
label: 'Impayé',
|
|
176
|
+
color: 'red lighten-2',
|
|
177
|
+
icon: null
|
|
178
|
+
},
|
|
179
|
+
DELETE: {
|
|
180
|
+
id: LogType.DELETE,
|
|
181
|
+
label: 'Suppression',
|
|
182
|
+
color: 'cyan darken-1',
|
|
183
|
+
icon: null
|
|
184
|
+
},
|
|
185
|
+
REGULATION_DELETE: {
|
|
186
|
+
id: LogType.REGULATION_DELETE,
|
|
187
|
+
label: 'Suppression régule',
|
|
188
|
+
color: '#c21530',
|
|
189
|
+
icon: null
|
|
190
|
+
},
|
|
191
|
+
TERMINATION: {
|
|
192
|
+
id: LogType.TERMINATION,
|
|
193
|
+
label: 'Résiliation',
|
|
194
|
+
color: 'cyan darken-1',
|
|
195
|
+
icon: null
|
|
196
|
+
},
|
|
197
|
+
CHECKLIST: {
|
|
198
|
+
id: LogType.CHECKLIST,
|
|
199
|
+
label: 'Checklist',
|
|
200
|
+
color: 'cyan darken-1',
|
|
201
|
+
icon: null
|
|
202
|
+
},
|
|
203
|
+
TRANSACTION_DELETE: {
|
|
204
|
+
id: LogType.TRANSACTION_DELETE,
|
|
205
|
+
label: 'Suppression de transaction',
|
|
206
|
+
color: 'red darken-3',
|
|
207
|
+
icon: null
|
|
208
|
+
},
|
|
209
|
+
INPI_DELETE: {
|
|
210
|
+
id: LogType.INPI_DELETE,
|
|
211
|
+
label: 'Suppression INPI',
|
|
212
|
+
color: 'red darken-2',
|
|
213
|
+
icon: null
|
|
214
|
+
},
|
|
215
|
+
VALIDATE_CALENDAR: {
|
|
216
|
+
id: LogType.VALIDATE_CALENDAR,
|
|
217
|
+
label: 'Validation de journée',
|
|
218
|
+
color: 'green lighten-1',
|
|
219
|
+
icon: null
|
|
220
|
+
},
|
|
221
|
+
INACTIVITY: {
|
|
222
|
+
id: LogType.INACTIVITY,
|
|
223
|
+
label: 'Inactivité',
|
|
224
|
+
color: 'red darken-2',
|
|
225
|
+
icon: null
|
|
226
|
+
},
|
|
227
|
+
SOCIAL: {
|
|
228
|
+
id: LogType.SOCIAL,
|
|
229
|
+
label: 'Social',
|
|
230
|
+
color: 'cyan darken-2',
|
|
231
|
+
icon: null
|
|
232
|
+
},
|
|
233
|
+
CONSTITUTION: {
|
|
234
|
+
id: LogType.CONSTITUTION,
|
|
235
|
+
label: 'Constitution',
|
|
236
|
+
color: 'blue-grey lighten-1',
|
|
237
|
+
icon: null
|
|
238
|
+
},
|
|
239
|
+
APPROBATION: {
|
|
240
|
+
id: LogType.APPROBATION,
|
|
241
|
+
label: 'Approbation',
|
|
242
|
+
color: 'blue-grey lighten-2',
|
|
243
|
+
icon: null
|
|
244
|
+
}
|
|
245
|
+
};
|
|
46
246
|
//# sourceMappingURL=Log.js.map
|
package/js/types/Enum/Log.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Log.js","names":["ActionType","exports","undefined","Source","LogType"],"sources":["../../../ts/types/Enum/Log.ts"],"sourcesContent":["export enum ActionType {\n POST = 1,\n PUT = 2,\n DELETE = 3,\n}\n\nexport enum Source {\n MY_CLEMENTINE = 1,\n CLEMENTINIER = 2,\n}\n\nexport enum LogType {\n VAT = 1,\n TAX = 2,\n BALANCESHEET = 3,\n SUPERVISION = 4,\n TASK = 5,\n COMMENT = 6,\n MAIL = 7,\n REPORT = 8,\n EXPORT = 9,\n REVISION = 10,\n ARCHIVING = 11,\n UNARCHIVING = 12,\n PAYMENT_DELETED = 13,\n LOGIN = 14,\n PAUSE = 15,\n DAY_END = 16,\n GENERIC_ACCOUNT = 17,\n BANK_ACCOUNT_FUSION = 18,\n IMPORT = 19,\n PAUSE_END = 20,\n UNPAID = 21,\n DELETE = 22,\n REGULATION_DELETE = 23,\n TRANSACTION_DELETE = 26,\n INPI_DELETE = 27,\n VALIDATE_CALENDAR = 28,\n}"],"mappings":";;;;;AAAA,IAAYA,UAIX,GAAAC,OAAA,CAJWD,UAIX,GAAAE,SAAA;AAJD,WAAYF,UAAU;EACpBA,UAAA,CAAAA,UAAA,sBAAQ;EACRA,UAAA,CAAAA,UAAA,oBAAO;EACPA,UAAA,CAAAA,UAAA,0BAAU;AACZ,CAAC,EAJWA,UAAU,KAAAC,OAAA,CAAVD,UAIX,GAJWA,UAAU;AAMtB,IAAYG,MAGX,GAAAF,OAAA,CAHWE,MAGX,GAAAD,SAAA;AAHD,WAAYC,MAAM;EAChBA,MAAA,CAAAA,MAAA,wCAAiB;EACjBA,MAAA,CAAAA,MAAA,sCAAgB;AAClB,CAAC,EAHWA,MAAM,KAAAF,OAAA,CAANE,MAGX,GAHWA,MAAM;AAKlB,IAAYC,OA2BX,GAAAH,OAAA,CA3BWG,OA2BX,GAAAF,SAAA;AA3BD,WAAYE,OAAO;EACjBA,OAAA,CAAAA,OAAA,oBAAO;EACPA,OAAA,CAAAA,OAAA,oBAAO;EACPA,OAAA,CAAAA,OAAA,sCAAgB;EAChBA,OAAA,CAAAA,OAAA,oCAAe;EACfA,OAAA,CAAAA,OAAA,sBAAQ;EACRA,OAAA,CAAAA,OAAA,4BAAW;EACXA,OAAA,CAAAA,OAAA,sBAAQ;EACRA,OAAA,CAAAA,OAAA,0BAAU;EACVA,OAAA,CAAAA,OAAA,0BAAU;EACVA,OAAA,CAAAA,OAAA,+BAAa;EACbA,OAAA,CAAAA,OAAA,iCAAc;EACdA,OAAA,CAAAA,OAAA,qCAAgB;EAChBA,OAAA,CAAAA,OAAA,6CAAoB;EACpBA,OAAA,CAAAA,OAAA,yBAAU;EACVA,OAAA,CAAAA,OAAA,yBAAU;EACVA,OAAA,CAAAA,OAAA,6BAAY;EACZA,OAAA,CAAAA,OAAA,6CAAoB;EACpBA,OAAA,CAAAA,OAAA,qDAAwB;EACxBA,OAAA,CAAAA,OAAA,2BAAW;EACXA,OAAA,CAAAA,OAAA,iCAAc;EACdA,OAAA,CAAAA,OAAA,2BAAW;EACXA,OAAA,CAAAA,OAAA,2BAAW;EACXA,OAAA,CAAAA,OAAA,iDAAsB;EACtBA,OAAA,CAAAA,OAAA,mDAAuB;EACvBA,OAAA,CAAAA,OAAA,qCAAgB;EAChBA,OAAA,CAAAA,OAAA,iDAAsB;AACxB,CAAC,EA3BWA,OAAO,KAAAH,OAAA,CAAPG,OA2BX,GA3BWA,OAAO"}
|
|
1
|
+
{"version":3,"file":"Log.js","names":["ActionType","exports","undefined","Source","LogType","LogTypeDetail","VAT","id","label","color","icon","TAX","BALANCESHEET","SUPERVISION","TASK","COMMENT","MAIL","REPORT","EXPORT","REVISION","ARCHIVING","UNARCHIVING","PAYMENT_DELETED","LOGIN","PAUSE","DAY_END","GENERIC_ACCOUNT","BANK_ACCOUNT_FUSION","IMPORT","PAUSE_END","UNPAID","DELETE","REGULATION_DELETE","TERMINATION","CHECKLIST","TRANSACTION_DELETE","INPI_DELETE","VALIDATE_CALENDAR","INACTIVITY","SOCIAL","CONSTITUTION","APPROBATION"],"sources":["../../../ts/types/Enum/Log.ts"],"sourcesContent":["export enum ActionType {\n POST = 1,\n PUT = 2,\n DELETE = 3,\n}\n\nexport enum Source {\n MY_CLEMENTINE = 1,\n CLEMENTINIER = 2,\n}\n\nexport enum LogType {\n VAT = 1,\n TAX = 2,\n BALANCESHEET = 3,\n SUPERVISION = 4,\n TASK = 5,\n COMMENT = 6,\n MAIL = 7,\n REPORT = 8,\n EXPORT = 9,\n REVISION = 10,\n ARCHIVING = 11,\n UNARCHIVING = 12,\n PAYMENT_DELETED = 13,\n LOGIN = 14,\n PAUSE = 15,\n DAY_END = 16,\n GENERIC_ACCOUNT = 17,\n BANK_ACCOUNT_FUSION = 18,\n IMPORT = 19,\n PAUSE_END = 20,\n UNPAID = 21,\n DELETE = 22,\n REGULATION_DELETE = 23,\n TERMINATION = 24,\n CHECKLIST = 25,\n TRANSACTION_DELETE = 26,\n INPI_DELETE = 27,\n VALIDATE_CALENDAR = 28,\n INACTIVITY = 29,\n SOCIAL = 30,\n CONSTITUTION = 31,\n APPROBATION = 32,\n}\n\nexport const LogTypeDetail = {\n VAT: {\n id: LogType.VAT,\n label: 'TVA',\n color: 'light-blue darken-1',\n icon: null,\n },\n TAX: {\n id: LogType.TAX,\n label: 'IS',\n color: 'teal darken-1',\n icon: null,\n },\n BALANCESHEET: {\n id: LogType.BALANCESHEET,\n label: 'Bilan',\n color: 'light-greendarken-1',\n icon: null,\n },\n SUPERVISION: {\n id: LogType.SUPERVISION,\n label: 'Supervision',\n color: 'amber darken-1',\n icon: null,\n },\n TASK: {\n id: LogType.TASK,\n label: 'Tâche',\n color: 'green darken-1',\n icon: null,\n },\n COMMENT: {\n id: LogType.COMMENT,\n label: 'Commentaire',\n color: 'blue-grey darken-1',\n icon: null,\n },\n MAIL: {\n id: LogType.MAIL,\n label: 'Mail',\n color: 'grey',\n icon: null,\n },\n REPORT: {\n id: LogType.REPORT,\n label: 'Signalement',\n color: 'lred darken-2',\n icon: null,\n },\n EXPORT: {\n id: LogType.EXPORT,\n label: 'Exportation',\n color: 'cyan darken-1',\n icon: null,\n },\n REVISION: {\n id: LogType.REVISION,\n label: 'Révision',\n color: null,\n icon: null,\n },\n ARCHIVING: {\n id: LogType.ARCHIVING,\n label: 'Archivage',\n color: 'grey lighten-1',\n icon: null,\n },\n UNARCHIVING: {\n id: LogType.UNARCHIVING,\n label: 'Désarchivage',\n color: 'grey lighten-2',\n icon: null,\n },\n PAYMENT_DELETED: {\n id: LogType.PAYMENT_DELETED,\n label: 'Paiement supprimé',\n color: 'red',\n icon: null,\n },\n LOGIN: {\n id: LogType.LOGIN,\n label: 'Connexion',\n color: 'grey darken-2',\n icon: null,\n },\n PAUSE: {\n id: LogType.PAUSE,\n label: 'Pause',\n color: 'grey darken-2',\n icon: null,\n },\n DAY_END: {\n id: LogType.DAY_END,\n label: 'Journée terminée',\n color: 'grey darken-2',\n icon: null,\n },\n GENERIC_ACCOUNT: {\n id: LogType.GENERIC_ACCOUNT,\n label: 'Plan comptable générique',\n color: 'purple darken-4',\n icon: null,\n },\n BANK_ACCOUNT_FUSION: {\n id: LogType.BANK_ACCOUNT_FUSION,\n label: 'Fusion compte bancaire',\n color: 'purple',\n icon: null,\n },\n IMPORT: {\n id: LogType.IMPORT,\n label: 'Importation',\n color: 'cyan darken-1',\n icon: null,\n },\n PAUSE_END: {\n id: LogType.PAUSE_END,\n label: 'Pause terminée',\n color: 'cyan darken-1',\n icon: null,\n },\n UNPAID: {\n id: LogType.UNPAID,\n label: 'Impayé',\n color: 'red lighten-2',\n icon: null,\n },\n DELETE: {\n id: LogType.DELETE,\n label: 'Suppression',\n color: 'cyan darken-1',\n icon: null,\n },\n REGULATION_DELETE: {\n id: LogType.REGULATION_DELETE,\n label: 'Suppression régule',\n color: '#c21530',\n icon: null,\n },\n TERMINATION: {\n id: LogType.TERMINATION,\n label: 'Résiliation',\n color: 'cyan darken-1',\n icon: null,\n },\n CHECKLIST: {\n id: LogType.CHECKLIST,\n label: 'Checklist',\n color: 'cyan darken-1',\n icon: null,\n },\n TRANSACTION_DELETE: {\n id: LogType.TRANSACTION_DELETE,\n label: 'Suppression de transaction',\n color: 'red darken-3',\n icon: null,\n },\n INPI_DELETE: {\n id: LogType.INPI_DELETE,\n label: 'Suppression INPI',\n color: 'red darken-2',\n icon: null,\n },\n VALIDATE_CALENDAR: {\n id: LogType.VALIDATE_CALENDAR,\n label: 'Validation de journée',\n color: 'green lighten-1',\n icon: null,\n },\n INACTIVITY: {\n id: LogType.INACTIVITY,\n label: 'Inactivité',\n color: 'red darken-2',\n icon: null,\n },\n SOCIAL: {\n id: LogType.SOCIAL,\n label: 'Social',\n color: 'cyan darken-2',\n icon: null,\n },\n CONSTITUTION: {\n id: LogType.CONSTITUTION,\n label: 'Constitution',\n color: 'blue-grey lighten-1',\n icon: null,\n },\n APPROBATION: {\n id: LogType.APPROBATION,\n label: 'Approbation',\n color: 'blue-grey lighten-2',\n icon: null,\n },\n};"],"mappings":"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"}
|
|
@@ -13,8 +13,12 @@ const MealExpenseThresholds = exports.MealExpenseThresholds = {
|
|
|
13
13
|
max: 19.10
|
|
14
14
|
},
|
|
15
15
|
2022: {
|
|
16
|
-
min:
|
|
17
|
-
max: 19.
|
|
16
|
+
min: 5,
|
|
17
|
+
max: 19.40
|
|
18
|
+
},
|
|
19
|
+
2023: {
|
|
20
|
+
min: 5.2,
|
|
21
|
+
max: 20.20
|
|
18
22
|
}
|
|
19
23
|
};
|
|
20
24
|
//# sourceMappingURL=MealExpenseThresholds.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseThresholds.js","names":["MealExpenseThresholds","exports","min","max"],"sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n 2022: {\n min:
|
|
1
|
+
{"version":3,"file":"MealExpenseThresholds.js","names":["MealExpenseThresholds","exports","min","max"],"sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n 2022: {\n min: 5,\n max: 19.40,\n },\n 2023: {\n min: 5.2,\n max: 20.20,\n },\n};"],"mappings":";;;;;AAOO,MAAMA,qBAAqB,GAAAC,OAAA,CAArBD,qBAAqB,GAA2B;EAC3D,IAAI,EAAE;IACJE,GAAG,EAAE,IAAI;IACTC,GAAG,EAAE;GACN;EACD,IAAI,EAAE;IACJD,GAAG,EAAE,IAAI;IACTC,GAAG,EAAE;GACN;EACD,IAAI,EAAE;IACJD,GAAG,EAAE,CAAC;IACNC,GAAG,EAAE;GACN;EACD,IAAI,EAAE;IACJD,GAAG,EAAE,GAAG;IACRC,GAAG,EAAE;;CAER"}
|