@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/es/types/Enum/Log.d.ts
CHANGED
|
@@ -31,8 +31,208 @@ export declare enum LogType {
|
|
|
31
31
|
UNPAID = 21,
|
|
32
32
|
DELETE = 22,
|
|
33
33
|
REGULATION_DELETE = 23,
|
|
34
|
+
TERMINATION = 24,
|
|
35
|
+
CHECKLIST = 25,
|
|
34
36
|
TRANSACTION_DELETE = 26,
|
|
35
37
|
INPI_DELETE = 27,
|
|
36
|
-
VALIDATE_CALENDAR = 28
|
|
38
|
+
VALIDATE_CALENDAR = 28,
|
|
39
|
+
INACTIVITY = 29,
|
|
40
|
+
SOCIAL = 30,
|
|
41
|
+
CONSTITUTION = 31,
|
|
42
|
+
APPROBATION = 32
|
|
37
43
|
}
|
|
44
|
+
export declare const LogTypeDetail: {
|
|
45
|
+
VAT: {
|
|
46
|
+
id: LogType;
|
|
47
|
+
label: string;
|
|
48
|
+
color: string;
|
|
49
|
+
icon: null;
|
|
50
|
+
};
|
|
51
|
+
TAX: {
|
|
52
|
+
id: LogType;
|
|
53
|
+
label: string;
|
|
54
|
+
color: string;
|
|
55
|
+
icon: null;
|
|
56
|
+
};
|
|
57
|
+
BALANCESHEET: {
|
|
58
|
+
id: LogType;
|
|
59
|
+
label: string;
|
|
60
|
+
color: string;
|
|
61
|
+
icon: null;
|
|
62
|
+
};
|
|
63
|
+
SUPERVISION: {
|
|
64
|
+
id: LogType;
|
|
65
|
+
label: string;
|
|
66
|
+
color: string;
|
|
67
|
+
icon: null;
|
|
68
|
+
};
|
|
69
|
+
TASK: {
|
|
70
|
+
id: LogType;
|
|
71
|
+
label: string;
|
|
72
|
+
color: string;
|
|
73
|
+
icon: null;
|
|
74
|
+
};
|
|
75
|
+
COMMENT: {
|
|
76
|
+
id: LogType;
|
|
77
|
+
label: string;
|
|
78
|
+
color: string;
|
|
79
|
+
icon: null;
|
|
80
|
+
};
|
|
81
|
+
MAIL: {
|
|
82
|
+
id: LogType;
|
|
83
|
+
label: string;
|
|
84
|
+
color: string;
|
|
85
|
+
icon: null;
|
|
86
|
+
};
|
|
87
|
+
REPORT: {
|
|
88
|
+
id: LogType;
|
|
89
|
+
label: string;
|
|
90
|
+
color: string;
|
|
91
|
+
icon: null;
|
|
92
|
+
};
|
|
93
|
+
EXPORT: {
|
|
94
|
+
id: LogType;
|
|
95
|
+
label: string;
|
|
96
|
+
color: string;
|
|
97
|
+
icon: null;
|
|
98
|
+
};
|
|
99
|
+
REVISION: {
|
|
100
|
+
id: LogType;
|
|
101
|
+
label: string;
|
|
102
|
+
color: null;
|
|
103
|
+
icon: null;
|
|
104
|
+
};
|
|
105
|
+
ARCHIVING: {
|
|
106
|
+
id: LogType;
|
|
107
|
+
label: string;
|
|
108
|
+
color: string;
|
|
109
|
+
icon: null;
|
|
110
|
+
};
|
|
111
|
+
UNARCHIVING: {
|
|
112
|
+
id: LogType;
|
|
113
|
+
label: string;
|
|
114
|
+
color: string;
|
|
115
|
+
icon: null;
|
|
116
|
+
};
|
|
117
|
+
PAYMENT_DELETED: {
|
|
118
|
+
id: LogType;
|
|
119
|
+
label: string;
|
|
120
|
+
color: string;
|
|
121
|
+
icon: null;
|
|
122
|
+
};
|
|
123
|
+
LOGIN: {
|
|
124
|
+
id: LogType;
|
|
125
|
+
label: string;
|
|
126
|
+
color: string;
|
|
127
|
+
icon: null;
|
|
128
|
+
};
|
|
129
|
+
PAUSE: {
|
|
130
|
+
id: LogType;
|
|
131
|
+
label: string;
|
|
132
|
+
color: string;
|
|
133
|
+
icon: null;
|
|
134
|
+
};
|
|
135
|
+
DAY_END: {
|
|
136
|
+
id: LogType;
|
|
137
|
+
label: string;
|
|
138
|
+
color: string;
|
|
139
|
+
icon: null;
|
|
140
|
+
};
|
|
141
|
+
GENERIC_ACCOUNT: {
|
|
142
|
+
id: LogType;
|
|
143
|
+
label: string;
|
|
144
|
+
color: string;
|
|
145
|
+
icon: null;
|
|
146
|
+
};
|
|
147
|
+
BANK_ACCOUNT_FUSION: {
|
|
148
|
+
id: LogType;
|
|
149
|
+
label: string;
|
|
150
|
+
color: string;
|
|
151
|
+
icon: null;
|
|
152
|
+
};
|
|
153
|
+
IMPORT: {
|
|
154
|
+
id: LogType;
|
|
155
|
+
label: string;
|
|
156
|
+
color: string;
|
|
157
|
+
icon: null;
|
|
158
|
+
};
|
|
159
|
+
PAUSE_END: {
|
|
160
|
+
id: LogType;
|
|
161
|
+
label: string;
|
|
162
|
+
color: string;
|
|
163
|
+
icon: null;
|
|
164
|
+
};
|
|
165
|
+
UNPAID: {
|
|
166
|
+
id: LogType;
|
|
167
|
+
label: string;
|
|
168
|
+
color: string;
|
|
169
|
+
icon: null;
|
|
170
|
+
};
|
|
171
|
+
DELETE: {
|
|
172
|
+
id: LogType;
|
|
173
|
+
label: string;
|
|
174
|
+
color: string;
|
|
175
|
+
icon: null;
|
|
176
|
+
};
|
|
177
|
+
REGULATION_DELETE: {
|
|
178
|
+
id: LogType;
|
|
179
|
+
label: string;
|
|
180
|
+
color: string;
|
|
181
|
+
icon: null;
|
|
182
|
+
};
|
|
183
|
+
TERMINATION: {
|
|
184
|
+
id: LogType;
|
|
185
|
+
label: string;
|
|
186
|
+
color: string;
|
|
187
|
+
icon: null;
|
|
188
|
+
};
|
|
189
|
+
CHECKLIST: {
|
|
190
|
+
id: LogType;
|
|
191
|
+
label: string;
|
|
192
|
+
color: string;
|
|
193
|
+
icon: null;
|
|
194
|
+
};
|
|
195
|
+
TRANSACTION_DELETE: {
|
|
196
|
+
id: LogType;
|
|
197
|
+
label: string;
|
|
198
|
+
color: string;
|
|
199
|
+
icon: null;
|
|
200
|
+
};
|
|
201
|
+
INPI_DELETE: {
|
|
202
|
+
id: LogType;
|
|
203
|
+
label: string;
|
|
204
|
+
color: string;
|
|
205
|
+
icon: null;
|
|
206
|
+
};
|
|
207
|
+
VALIDATE_CALENDAR: {
|
|
208
|
+
id: LogType;
|
|
209
|
+
label: string;
|
|
210
|
+
color: string;
|
|
211
|
+
icon: null;
|
|
212
|
+
};
|
|
213
|
+
INACTIVITY: {
|
|
214
|
+
id: LogType;
|
|
215
|
+
label: string;
|
|
216
|
+
color: string;
|
|
217
|
+
icon: null;
|
|
218
|
+
};
|
|
219
|
+
SOCIAL: {
|
|
220
|
+
id: LogType;
|
|
221
|
+
label: string;
|
|
222
|
+
color: string;
|
|
223
|
+
icon: null;
|
|
224
|
+
};
|
|
225
|
+
CONSTITUTION: {
|
|
226
|
+
id: LogType;
|
|
227
|
+
label: string;
|
|
228
|
+
color: string;
|
|
229
|
+
icon: null;
|
|
230
|
+
};
|
|
231
|
+
APPROBATION: {
|
|
232
|
+
id: LogType;
|
|
233
|
+
label: string;
|
|
234
|
+
color: string;
|
|
235
|
+
icon: null;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
38
238
|
//# sourceMappingURL=Log.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,GAAG,IAAI;IACP,MAAM,IAAI;CACX;AAED,oBAAY,MAAM;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;CACjB;AAED,oBAAY,OAAO;IACjB,GAAG,IAAI;IACP,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,IAAI,IAAI;IACR,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,WAAW,KAAK;IAChB,eAAe,KAAK;IACpB,KAAK,KAAK;IACV,KAAK,KAAK;IACV,OAAO,KAAK;IACZ,eAAe,KAAK;IACpB,mBAAmB,KAAK;IACxB,MAAM,KAAK;IACX,SAAS,KAAK;IACd,MAAM,KAAK;IACX,MAAM,KAAK;IACX,iBAAiB,KAAK;IACtB,kBAAkB,KAAK;IACvB,WAAW,KAAK;IAChB,iBAAiB,KAAK;
|
|
1
|
+
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,GAAG,IAAI;IACP,MAAM,IAAI;CACX;AAED,oBAAY,MAAM;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;CACjB;AAED,oBAAY,OAAO;IACjB,GAAG,IAAI;IACP,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,IAAI,IAAI;IACR,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,WAAW,KAAK;IAChB,eAAe,KAAK;IACpB,KAAK,KAAK;IACV,KAAK,KAAK;IACV,OAAO,KAAK;IACZ,eAAe,KAAK;IACpB,mBAAmB,KAAK;IACxB,MAAM,KAAK;IACX,SAAS,KAAK;IACd,MAAM,KAAK;IACX,MAAM,KAAK;IACX,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,SAAS,KAAK;IACd,kBAAkB,KAAK;IACvB,WAAW,KAAK;IAChB,iBAAiB,KAAK;IACtB,UAAU,KAAK;IACf,MAAM,KAAK;IACX,YAAY,KAAK;IACjB,WAAW,KAAK;CACjB;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiMzB,CAAC"}
|
package/es/types/Enum/Log.js
CHANGED
|
@@ -34,8 +34,208 @@ export var LogType;
|
|
|
34
34
|
LogType[LogType["UNPAID"] = 21] = "UNPAID";
|
|
35
35
|
LogType[LogType["DELETE"] = 22] = "DELETE";
|
|
36
36
|
LogType[LogType["REGULATION_DELETE"] = 23] = "REGULATION_DELETE";
|
|
37
|
+
LogType[LogType["TERMINATION"] = 24] = "TERMINATION";
|
|
38
|
+
LogType[LogType["CHECKLIST"] = 25] = "CHECKLIST";
|
|
37
39
|
LogType[LogType["TRANSACTION_DELETE"] = 26] = "TRANSACTION_DELETE";
|
|
38
40
|
LogType[LogType["INPI_DELETE"] = 27] = "INPI_DELETE";
|
|
39
41
|
LogType[LogType["VALIDATE_CALENDAR"] = 28] = "VALIDATE_CALENDAR";
|
|
42
|
+
LogType[LogType["INACTIVITY"] = 29] = "INACTIVITY";
|
|
43
|
+
LogType[LogType["SOCIAL"] = 30] = "SOCIAL";
|
|
44
|
+
LogType[LogType["CONSTITUTION"] = 31] = "CONSTITUTION";
|
|
45
|
+
LogType[LogType["APPROBATION"] = 32] = "APPROBATION";
|
|
40
46
|
})(LogType || (LogType = {}));
|
|
47
|
+
export const LogTypeDetail = {
|
|
48
|
+
VAT: {
|
|
49
|
+
id: LogType.VAT,
|
|
50
|
+
label: 'TVA',
|
|
51
|
+
color: 'light-blue darken-1',
|
|
52
|
+
icon: null,
|
|
53
|
+
},
|
|
54
|
+
TAX: {
|
|
55
|
+
id: LogType.TAX,
|
|
56
|
+
label: 'IS',
|
|
57
|
+
color: 'teal darken-1',
|
|
58
|
+
icon: null,
|
|
59
|
+
},
|
|
60
|
+
BALANCESHEET: {
|
|
61
|
+
id: LogType.BALANCESHEET,
|
|
62
|
+
label: 'Bilan',
|
|
63
|
+
color: 'light-greendarken-1',
|
|
64
|
+
icon: null,
|
|
65
|
+
},
|
|
66
|
+
SUPERVISION: {
|
|
67
|
+
id: LogType.SUPERVISION,
|
|
68
|
+
label: 'Supervision',
|
|
69
|
+
color: 'amber darken-1',
|
|
70
|
+
icon: null,
|
|
71
|
+
},
|
|
72
|
+
TASK: {
|
|
73
|
+
id: LogType.TASK,
|
|
74
|
+
label: 'Tâche',
|
|
75
|
+
color: 'green darken-1',
|
|
76
|
+
icon: null,
|
|
77
|
+
},
|
|
78
|
+
COMMENT: {
|
|
79
|
+
id: LogType.COMMENT,
|
|
80
|
+
label: 'Commentaire',
|
|
81
|
+
color: 'blue-grey darken-1',
|
|
82
|
+
icon: null,
|
|
83
|
+
},
|
|
84
|
+
MAIL: {
|
|
85
|
+
id: LogType.MAIL,
|
|
86
|
+
label: 'Mail',
|
|
87
|
+
color: 'grey',
|
|
88
|
+
icon: null,
|
|
89
|
+
},
|
|
90
|
+
REPORT: {
|
|
91
|
+
id: LogType.REPORT,
|
|
92
|
+
label: 'Signalement',
|
|
93
|
+
color: 'lred darken-2',
|
|
94
|
+
icon: null,
|
|
95
|
+
},
|
|
96
|
+
EXPORT: {
|
|
97
|
+
id: LogType.EXPORT,
|
|
98
|
+
label: 'Exportation',
|
|
99
|
+
color: 'cyan darken-1',
|
|
100
|
+
icon: null,
|
|
101
|
+
},
|
|
102
|
+
REVISION: {
|
|
103
|
+
id: LogType.REVISION,
|
|
104
|
+
label: 'Révision',
|
|
105
|
+
color: null,
|
|
106
|
+
icon: null,
|
|
107
|
+
},
|
|
108
|
+
ARCHIVING: {
|
|
109
|
+
id: LogType.ARCHIVING,
|
|
110
|
+
label: 'Archivage',
|
|
111
|
+
color: 'grey lighten-1',
|
|
112
|
+
icon: null,
|
|
113
|
+
},
|
|
114
|
+
UNARCHIVING: {
|
|
115
|
+
id: LogType.UNARCHIVING,
|
|
116
|
+
label: 'Désarchivage',
|
|
117
|
+
color: 'grey lighten-2',
|
|
118
|
+
icon: null,
|
|
119
|
+
},
|
|
120
|
+
PAYMENT_DELETED: {
|
|
121
|
+
id: LogType.PAYMENT_DELETED,
|
|
122
|
+
label: 'Paiement supprimé',
|
|
123
|
+
color: 'red',
|
|
124
|
+
icon: null,
|
|
125
|
+
},
|
|
126
|
+
LOGIN: {
|
|
127
|
+
id: LogType.LOGIN,
|
|
128
|
+
label: 'Connexion',
|
|
129
|
+
color: 'grey darken-2',
|
|
130
|
+
icon: null,
|
|
131
|
+
},
|
|
132
|
+
PAUSE: {
|
|
133
|
+
id: LogType.PAUSE,
|
|
134
|
+
label: 'Pause',
|
|
135
|
+
color: 'grey darken-2',
|
|
136
|
+
icon: null,
|
|
137
|
+
},
|
|
138
|
+
DAY_END: {
|
|
139
|
+
id: LogType.DAY_END,
|
|
140
|
+
label: 'Journée terminée',
|
|
141
|
+
color: 'grey darken-2',
|
|
142
|
+
icon: null,
|
|
143
|
+
},
|
|
144
|
+
GENERIC_ACCOUNT: {
|
|
145
|
+
id: LogType.GENERIC_ACCOUNT,
|
|
146
|
+
label: 'Plan comptable générique',
|
|
147
|
+
color: 'purple darken-4',
|
|
148
|
+
icon: null,
|
|
149
|
+
},
|
|
150
|
+
BANK_ACCOUNT_FUSION: {
|
|
151
|
+
id: LogType.BANK_ACCOUNT_FUSION,
|
|
152
|
+
label: 'Fusion compte bancaire',
|
|
153
|
+
color: 'purple',
|
|
154
|
+
icon: null,
|
|
155
|
+
},
|
|
156
|
+
IMPORT: {
|
|
157
|
+
id: LogType.IMPORT,
|
|
158
|
+
label: 'Importation',
|
|
159
|
+
color: 'cyan darken-1',
|
|
160
|
+
icon: null,
|
|
161
|
+
},
|
|
162
|
+
PAUSE_END: {
|
|
163
|
+
id: LogType.PAUSE_END,
|
|
164
|
+
label: 'Pause terminée',
|
|
165
|
+
color: 'cyan darken-1',
|
|
166
|
+
icon: null,
|
|
167
|
+
},
|
|
168
|
+
UNPAID: {
|
|
169
|
+
id: LogType.UNPAID,
|
|
170
|
+
label: 'Impayé',
|
|
171
|
+
color: 'red lighten-2',
|
|
172
|
+
icon: null,
|
|
173
|
+
},
|
|
174
|
+
DELETE: {
|
|
175
|
+
id: LogType.DELETE,
|
|
176
|
+
label: 'Suppression',
|
|
177
|
+
color: 'cyan darken-1',
|
|
178
|
+
icon: null,
|
|
179
|
+
},
|
|
180
|
+
REGULATION_DELETE: {
|
|
181
|
+
id: LogType.REGULATION_DELETE,
|
|
182
|
+
label: 'Suppression régule',
|
|
183
|
+
color: '#c21530',
|
|
184
|
+
icon: null,
|
|
185
|
+
},
|
|
186
|
+
TERMINATION: {
|
|
187
|
+
id: LogType.TERMINATION,
|
|
188
|
+
label: 'Résiliation',
|
|
189
|
+
color: 'cyan darken-1',
|
|
190
|
+
icon: null,
|
|
191
|
+
},
|
|
192
|
+
CHECKLIST: {
|
|
193
|
+
id: LogType.CHECKLIST,
|
|
194
|
+
label: 'Checklist',
|
|
195
|
+
color: 'cyan darken-1',
|
|
196
|
+
icon: null,
|
|
197
|
+
},
|
|
198
|
+
TRANSACTION_DELETE: {
|
|
199
|
+
id: LogType.TRANSACTION_DELETE,
|
|
200
|
+
label: 'Suppression de transaction',
|
|
201
|
+
color: 'red darken-3',
|
|
202
|
+
icon: null,
|
|
203
|
+
},
|
|
204
|
+
INPI_DELETE: {
|
|
205
|
+
id: LogType.INPI_DELETE,
|
|
206
|
+
label: 'Suppression INPI',
|
|
207
|
+
color: 'red darken-2',
|
|
208
|
+
icon: null,
|
|
209
|
+
},
|
|
210
|
+
VALIDATE_CALENDAR: {
|
|
211
|
+
id: LogType.VALIDATE_CALENDAR,
|
|
212
|
+
label: 'Validation de journée',
|
|
213
|
+
color: 'green lighten-1',
|
|
214
|
+
icon: null,
|
|
215
|
+
},
|
|
216
|
+
INACTIVITY: {
|
|
217
|
+
id: LogType.INACTIVITY,
|
|
218
|
+
label: 'Inactivité',
|
|
219
|
+
color: 'red darken-2',
|
|
220
|
+
icon: null,
|
|
221
|
+
},
|
|
222
|
+
SOCIAL: {
|
|
223
|
+
id: LogType.SOCIAL,
|
|
224
|
+
label: 'Social',
|
|
225
|
+
color: 'cyan darken-2',
|
|
226
|
+
icon: null,
|
|
227
|
+
},
|
|
228
|
+
CONSTITUTION: {
|
|
229
|
+
id: LogType.CONSTITUTION,
|
|
230
|
+
label: 'Constitution',
|
|
231
|
+
color: 'blue-grey lighten-1',
|
|
232
|
+
icon: null,
|
|
233
|
+
},
|
|
234
|
+
APPROBATION: {
|
|
235
|
+
id: LogType.APPROBATION,
|
|
236
|
+
label: 'Approbation',
|
|
237
|
+
color: 'blue-grey lighten-2',
|
|
238
|
+
icon: null,
|
|
239
|
+
},
|
|
240
|
+
};
|
|
41
241
|
//# sourceMappingURL=Log.js.map
|
package/es/types/Enum/Log.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Log.js","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,2CAAQ,CAAA;IACR,yCAAO,CAAA;IACP,+CAAU,CAAA;AACZ,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB;AAED,MAAM,CAAN,IAAY,MAGX;AAHD,WAAY,MAAM;IAChB,qDAAiB,CAAA;IACjB,mDAAgB,CAAA;AAClB,CAAC,EAHW,MAAM,KAAN,MAAM,QAGjB;AAED,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"Log.js","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"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","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};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseThresholds.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAA;CACF;AAED,eAAO,MAAM,qBAAqB,EAAE,
|
|
1
|
+
{"version":3,"file":"MealExpenseThresholds.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAA;CACF;AAED,eAAO,MAAM,qBAAqB,EAAE,sBAiBnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseThresholds.js","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":"AAOA,MAAM,CAAC,MAAM,qBAAqB,GAA2B;IAC3D,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,EAAE;KACR;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;
|
|
1
|
+
{"version":3,"file":"MealExpenseThresholds.js","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":"AAOA,MAAM,CAAC,MAAM,qBAAqB,GAA2B;IAC3D,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,EAAE;KACR;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,KAAK;KACX;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,GAAG;QACR,GAAG,EAAE,KAAK;KACX;CACF,CAAC","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};"]}
|