@silexpert/core 0.4.117 → 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/Provision.d.ts +12 -0
- package/es/api/resources/Provision.d.ts.map +1 -0
- package/es/api/resources/Provision.js +19 -0
- package/es/api/resources/Provision.js.map +1 -0
- package/es/api/resources.d.ts +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -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/Enum/ProvisionType.d.ts +12 -0
- package/es/types/Enum/ProvisionType.d.ts.map +1 -0
- package/es/types/Enum/ProvisionType.js +115 -0
- package/es/types/Enum/ProvisionType.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/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/bankStatement/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/Interface/api/provision/CreateProvisionForm.d.ts +8 -0
- package/es/types/Interface/api/provision/CreateProvisionForm.d.ts.map +1 -0
- package/es/types/Interface/api/provision/CreateProvisionForm.js +38 -0
- package/es/types/Interface/api/provision/CreateProvisionForm.js.map +1 -0
- package/es/types/Interface/api/provision/QueryGetProvisions.d.ts +6 -0
- package/es/types/Interface/api/provision/QueryGetProvisions.d.ts.map +1 -0
- package/es/types/Interface/api/provision/QueryGetProvisions.js +28 -0
- package/es/types/Interface/api/provision/QueryGetProvisions.js.map +1 -0
- package/es/types/Interface/api/provision/QueryProvisions.d.ts +8 -0
- package/es/types/Interface/api/provision/QueryProvisions.d.ts.map +1 -0
- package/es/types/Interface/api/provision/QueryProvisions.js +47 -0
- package/es/types/Interface/api/provision/QueryProvisions.js.map +1 -0
- package/es/types/Interface/api/provision/ReadProvision.d.ts +11 -0
- package/es/types/Interface/api/provision/ReadProvision.d.ts.map +1 -0
- package/es/types/Interface/api/provision/ReadProvision.js +3 -0
- package/es/types/Interface/api/provision/ReadProvision.js.map +1 -0
- package/es/types/Interface/api/provision/UpdateProvisionForm.d.ts +7 -0
- package/es/types/Interface/api/provision/UpdateProvisionForm.d.ts.map +1 -0
- package/es/types/Interface/api/provision/UpdateProvisionForm.js +35 -0
- package/es/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -0
- 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/IBalanceSheet.d.ts +4 -2
- package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts +0 -6
- package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetHistory.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/IExercicePrestation.d.ts +3 -6
- package/es/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
- package/es/types/Interface/models/IExercicePrestation.js.map +1 -1
- package/es/types/Interface/models/IRelatedAccountingTransaction.d.ts +12 -0
- package/es/types/Interface/models/IRelatedAccountingTransaction.d.ts.map +1 -0
- package/es/types/Interface/models/IRelatedAccountingTransaction.js +2 -0
- package/es/types/Interface/models/IRelatedAccountingTransaction.js.map +1 -0
- package/es/types/Interface/models/ISupervision.d.ts +5 -7
- package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervision.js.map +1 -1
- package/es/types/index.d.ts +13 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +13 -3
- 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/Provision.js +36 -0
- package/js/api/resources/Provision.js.map +1 -0
- package/js/api/resources.js +10 -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/Enum/ProvisionType.js +120 -0
- package/js/types/Enum/ProvisionType.js.map +1 -0
- package/js/types/Interface/{models/IBalanceSheetPartial.js → api/accountingIncome/ReadAccountingIncome.js} +1 -1
- package/js/types/Interface/{models/IBalanceSheetPartial.js.map → api/accountingIncome/ReadAccountingIncome.js.map} +1 -1
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/bankStatement/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/{models/IBalanceSheetLiquidation.js → api/ocr/OcrTypeTransactions.js} +1 -1
- package/js/types/Interface/{models/IBalanceSheetLiquidation.js.map → api/ocr/OcrTypeTransactions.js.map} +1 -1
- package/js/types/Interface/api/provision/CreateProvisionForm.js +39 -0
- package/js/types/Interface/api/provision/CreateProvisionForm.js.map +1 -0
- package/js/types/Interface/api/provision/QueryGetProvisions.js +33 -0
- package/js/types/Interface/api/provision/QueryGetProvisions.js.map +1 -0
- package/js/types/Interface/api/provision/QueryProvisions.js +41 -0
- package/js/types/Interface/api/provision/QueryProvisions.js.map +1 -0
- package/js/types/Interface/api/provision/ReadProvision.js +10 -0
- package/js/types/Interface/api/provision/ReadProvision.js.map +1 -0
- package/js/types/Interface/api/provision/UpdateProvisionForm.js +37 -0
- package/js/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -0
- package/js/types/Interface/models/IRelatedAccountingTransaction.js +6 -0
- package/js/types/Interface/models/IRelatedAccountingTransaction.js.map +1 -0
- package/js/types/index.js +147 -27
- 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/Provision.ts +26 -0
- package/ts/api/resources.ts +6 -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/Enum/ProvisionType.ts +126 -0
- package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/bankStatement/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/Interface/api/provision/CreateProvisionForm.ts +27 -0
- package/ts/types/Interface/api/provision/QueryGetProvisions.ts +15 -0
- package/ts/types/Interface/api/provision/QueryProvisions.ts +34 -0
- package/ts/types/Interface/api/provision/ReadProvision.ts +11 -0
- package/ts/types/Interface/api/provision/UpdateProvisionForm.ts +25 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +2 -0
- package/ts/types/Interface/models/IBalanceSheet.ts +4 -2
- package/ts/types/Interface/models/IBalanceSheetHistory.ts +0 -6
- package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
- package/ts/types/Interface/models/IExercicePrestation.ts +3 -6
- package/ts/types/Interface/models/IRelatedAccountingTransaction.ts +15 -0
- package/ts/types/Interface/models/ISupervision.ts +5 -7
- package/ts/types/index.ts +13 -3
- package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
- package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
- package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts +0 -14
- package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts.map +0 -1
- package/es/types/Interface/models/IBalanceSheetLiquidation.js +0 -2
- package/es/types/Interface/models/IBalanceSheetLiquidation.js.map +0 -1
- package/es/types/Interface/models/IBalanceSheetPartial.d.ts +0 -14
- package/es/types/Interface/models/IBalanceSheetPartial.d.ts.map +0 -1
- package/es/types/Interface/models/IBalanceSheetPartial.js +0 -2
- package/es/types/Interface/models/IBalanceSheetPartial.js.map +0 -1
- package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
- package/ts/types/Interface/models/IBalanceSheetLiquidation.ts +0 -17
- package/ts/types/Interface/models/IBalanceSheetPartial.ts +0 -17
- /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
2
|
import { ICalendarEvent } from './ICalendarEvent';
|
|
3
|
+
import { ISupervision } from './ISupervision';
|
|
3
4
|
|
|
4
5
|
// balanceSheet
|
|
5
6
|
export interface IBalanceSheet {
|
|
@@ -13,6 +14,7 @@ export interface IBalanceSheet {
|
|
|
13
14
|
updatedAt?: Date | null;
|
|
14
15
|
|
|
15
16
|
// Associations
|
|
16
|
-
exercice
|
|
17
|
-
calendarEvent
|
|
17
|
+
exercice?: IExercice;
|
|
18
|
+
calendarEvent?: ICalendarEvent;
|
|
19
|
+
supervision: ISupervision;
|
|
18
20
|
}
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
import { IBalanceSheet } from './IBalanceSheet';
|
|
2
|
-
import { IBalanceSheetPartial } from './IBalanceSheetPartial';
|
|
3
|
-
import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
|
|
4
2
|
|
|
5
3
|
// balanceSheetHistory
|
|
6
4
|
export interface IBalanceSheetHistory {
|
|
7
5
|
id?: number;
|
|
8
6
|
idState: number;
|
|
9
7
|
idBalanceSheet: number | null;
|
|
10
|
-
idBalanceSheetPartial: number | null;
|
|
11
|
-
idBalanceSheetLiquidation: number | null;
|
|
12
8
|
createdAt?: Date | null;
|
|
13
9
|
updatedAt?: Date | null;
|
|
14
10
|
|
|
15
11
|
// Associations
|
|
16
12
|
balanceSheet: IBalanceSheet;
|
|
17
|
-
balanceSheetPartial: IBalanceSheetPartial;
|
|
18
|
-
balanceSheetLiquidation: IBalanceSheetLiquidation;
|
|
19
13
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { IPrestation } from './IPrestation';
|
|
2
|
-
import {
|
|
3
|
-
import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
|
|
2
|
+
import { IBalanceSheet } from './IBalanceSheet';
|
|
4
3
|
|
|
5
4
|
// exercicesPrestations
|
|
6
5
|
export interface IExercicePrestation {
|
|
@@ -11,8 +10,7 @@ export interface IExercicePrestation {
|
|
|
11
10
|
amountSocial: number | null;
|
|
12
11
|
monthOffers: number | null;
|
|
13
12
|
isInCA: boolean;
|
|
14
|
-
|
|
15
|
-
idBalanceSheetLiquidation: number | null;
|
|
13
|
+
idBalanceSheet: number | null;
|
|
16
14
|
createdAt?: Date | null;
|
|
17
15
|
updatedAt?: Date | null;
|
|
18
16
|
idExercice: number | null;
|
|
@@ -20,6 +18,5 @@ export interface IExercicePrestation {
|
|
|
20
18
|
|
|
21
19
|
// Associations
|
|
22
20
|
prestation: IPrestation;
|
|
23
|
-
|
|
24
|
-
balanceSheetLiquidation: IBalanceSheetLiquidation;
|
|
21
|
+
balanceSheet?: IBalanceSheet;
|
|
25
22
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
2
|
+
|
|
3
|
+
// accountingTransactions
|
|
4
|
+
export interface IRelatedAccountingTransaction {
|
|
5
|
+
id?: number;
|
|
6
|
+
idChild:number;
|
|
7
|
+
idParent:number
|
|
8
|
+
createdAt?: Date | null;
|
|
9
|
+
updatedAt?: Date | null;
|
|
10
|
+
deletedAt?: Date | null;
|
|
11
|
+
|
|
12
|
+
// Associations
|
|
13
|
+
parent?: IAccountingTransaction
|
|
14
|
+
child?: IAccountingTransaction
|
|
15
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
2
|
import { ISupervisionJob } from './ISupervisionJob';
|
|
3
3
|
import { IUser } from './IUser';
|
|
4
|
-
import {
|
|
5
|
-
import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
|
|
4
|
+
import { IBalanceSheet } from './IBalanceSheet';
|
|
6
5
|
import { IFile } from './IFile';
|
|
7
6
|
import { IPendingPoint } from './IPendingPoint';
|
|
8
7
|
import { IJob } from './IJob';
|
|
8
|
+
import { ILetter } from './ILetter';
|
|
9
9
|
|
|
10
10
|
// supervisions
|
|
11
11
|
export interface ISupervision {
|
|
@@ -22,8 +22,7 @@ export interface ISupervision {
|
|
|
22
22
|
idFile: number | null;
|
|
23
23
|
idLetter: number | null;
|
|
24
24
|
checkDateRecommandation: Date | null;
|
|
25
|
-
|
|
26
|
-
idBalanceSheetLiquidation: number | null;
|
|
25
|
+
idBalanceSheet: number | null;
|
|
27
26
|
createdAt?: Date | null;
|
|
28
27
|
updatedAt?: Date | null;
|
|
29
28
|
|
|
@@ -33,10 +32,9 @@ export interface ISupervision {
|
|
|
33
32
|
supervisionUsers: IUser;
|
|
34
33
|
supervisionExpertUsers: IUser;
|
|
35
34
|
supervisionAccountant: IUser;
|
|
36
|
-
|
|
37
|
-
balanceSheetLiquidation: IBalanceSheetLiquidation;
|
|
35
|
+
balanceSheet: IBalanceSheet;
|
|
38
36
|
file: IFile;
|
|
39
|
-
letter:
|
|
37
|
+
letter: ILetter;
|
|
40
38
|
pendingPoints: IPendingPoint[];
|
|
41
39
|
jobs: IJob[];
|
|
42
40
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -29,8 +29,6 @@ export * from './Interface/models/IAutoLoginToken';
|
|
|
29
29
|
export * from './Interface/models/IBalanceBankAccount';
|
|
30
30
|
export * from './Interface/models/IBalanceSheet';
|
|
31
31
|
export * from './Interface/models/IBalanceSheetHistory';
|
|
32
|
-
export * from './Interface/models/IBalanceSheetLiquidation';
|
|
33
|
-
export * from './Interface/models/IBalanceSheetPartial';
|
|
34
32
|
export * from './Interface/models/IBankAccountSynchroHistory';
|
|
35
33
|
export * from './Interface/models/IBankAccount';
|
|
36
34
|
export * from './Interface/models/IBankConnection';
|
|
@@ -295,6 +293,7 @@ export * from './Interface/models/IAnswerType';
|
|
|
295
293
|
export * from './Interface/models/IAnswerTypeValue';
|
|
296
294
|
export * from './Interface/models/IBalanceSheetQuestion';
|
|
297
295
|
export * from './Interface/models/IExerciceQuestion';
|
|
296
|
+
export * from './Interface/models/IRelatedAccountingTransaction';
|
|
298
297
|
|
|
299
298
|
// Forms
|
|
300
299
|
export * from './Form/FormAuthenticate';
|
|
@@ -373,11 +372,12 @@ export * from './Enum/PartneredAccountantServiceState';
|
|
|
373
372
|
export * from './Enum/AccountsSectors';
|
|
374
373
|
export * from './Enum/ProductType';
|
|
375
374
|
export * from './Enum/Unit';
|
|
376
|
-
export * from './Enum/
|
|
375
|
+
export * from './Enum/MealExpenseThresholds';
|
|
377
376
|
export * from './Enum/MimeType';
|
|
378
377
|
export * from './Enum/BalanceSheetQuestion';
|
|
379
378
|
export * from './Enum/AnswerTypeValue';
|
|
380
379
|
export * from './Enum/PartneredAccountantServiceType';
|
|
380
|
+
export * from './Enum/ProvisionType';
|
|
381
381
|
|
|
382
382
|
// Interfaces API
|
|
383
383
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -453,6 +453,12 @@ export * from './Interface/api/internalInvoicing/CreateInternalInvoicing';
|
|
|
453
453
|
export * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';
|
|
454
454
|
export * from './Interface/api/exercice/QueryExercice';
|
|
455
455
|
export * from './Interface/api/exercice/CreateExercice';
|
|
456
|
+
export * from './Interface/api/accountingIncome/ReadAccountingIncome';
|
|
457
|
+
export * from './Interface/api/ocr/OcrTransactions';
|
|
458
|
+
export * from './Interface/api/bankStatement/QueryBankStatement';
|
|
459
|
+
export * from './Interface/api/bankStatement/QueryTransactionBankStatement';
|
|
460
|
+
export * from './Interface/api/ocr/OcrTypeTransactions';
|
|
461
|
+
export * from './Interface/api/bankStatement/ReadBankStatement';
|
|
456
462
|
|
|
457
463
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
458
464
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -568,3 +574,7 @@ export * from './Interface/api/mealExpense/CreateMealExpense';
|
|
|
568
574
|
export * from './Interface/api/mealExpense/ReadMealExpense';
|
|
569
575
|
export * from './Interface/api/exerciceQuestion/QueryQuestion';
|
|
570
576
|
export * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';
|
|
577
|
+
export * from './Interface/api/provision/ReadProvision';
|
|
578
|
+
export * from './Interface/api/provision/CreateProvisionForm';
|
|
579
|
+
export * from './Interface/api/provision/UpdateProvisionForm';
|
|
580
|
+
export * from './Interface/api/provision/QueryGetProvisions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseTresholds.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseTresholds.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,sBASnC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MealExpenseTresholds.js","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseTresholds.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;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};"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ICalendarEvent } from './ICalendarEvent';
|
|
2
|
-
import { ISupervision } from './ISupervision';
|
|
3
|
-
export interface IBalanceSheetLiquidation {
|
|
4
|
-
id?: number;
|
|
5
|
-
dateEnd: Date | null;
|
|
6
|
-
state: number;
|
|
7
|
-
deadline: Date | null;
|
|
8
|
-
idCalendarEvent: number | null;
|
|
9
|
-
createdAt?: Date | null;
|
|
10
|
-
updatedAt?: Date | null;
|
|
11
|
-
calendarEvent: ICalendarEvent;
|
|
12
|
-
supervision: ISupervision;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=IBalanceSheetLiquidation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBalanceSheetLiquidation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetLiquidation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,EAAE,cAAc,CAAC;IAC9B,WAAW,EAAE,YAAY,CAAC;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBalanceSheetLiquidation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetLiquidation.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { ISupervision } from './ISupervision';\n\n// balanceSheetLiquidation\nexport interface IBalanceSheetLiquidation {\n id?: number;\n dateEnd: Date | null;\n state: number;\n deadline: Date | null;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n calendarEvent: ICalendarEvent;\n supervision: ISupervision;\n}\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ICalendarEvent } from './ICalendarEvent';
|
|
2
|
-
import { ISupervision } from './ISupervision';
|
|
3
|
-
export interface IBalanceSheetPartial {
|
|
4
|
-
id?: number;
|
|
5
|
-
dateEnd: Date | null;
|
|
6
|
-
state: number;
|
|
7
|
-
deadline: Date | null;
|
|
8
|
-
idCalendarEvent: number | null;
|
|
9
|
-
createdAt?: Date | null;
|
|
10
|
-
updatedAt?: Date | null;
|
|
11
|
-
calendarEvent: ICalendarEvent;
|
|
12
|
-
supervision: ISupervision;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=IBalanceSheetPartial.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBalanceSheetPartial.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetPartial.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,EAAE,cAAc,CAAC;IAC9B,WAAW,EAAE,YAAY,CAAC;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IBalanceSheetPartial.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetPartial.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { ISupervision } from './ISupervision';\n\n// balanceSheetPartial\nexport interface IBalanceSheetPartial {\n id?: number;\n dateEnd: Date | null;\n state: number;\n deadline: Date | null;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n calendarEvent: ICalendarEvent;\n supervision: ISupervision;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/MealExpenseTresholds.ts"],"names":[],"mappings":";;;;;AAOO,MAAM,qBAAqB,WAArB,qBAAqB,GAA2B;AAC3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD,GADqD;AAK3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD;AALqD,CAAtD","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};"],"sourceRoot":"","file":"MealExpenseTresholds.js"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ICalendarEvent } from './ICalendarEvent';
|
|
2
|
-
import { ISupervision } from './ISupervision';
|
|
3
|
-
|
|
4
|
-
// balanceSheetLiquidation
|
|
5
|
-
export interface IBalanceSheetLiquidation {
|
|
6
|
-
id?: number;
|
|
7
|
-
dateEnd: Date | null;
|
|
8
|
-
state: number;
|
|
9
|
-
deadline: Date | null;
|
|
10
|
-
idCalendarEvent: number | null;
|
|
11
|
-
createdAt?: Date | null;
|
|
12
|
-
updatedAt?: Date | null;
|
|
13
|
-
|
|
14
|
-
// Associations
|
|
15
|
-
calendarEvent: ICalendarEvent;
|
|
16
|
-
supervision: ISupervision;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ICalendarEvent } from './ICalendarEvent';
|
|
2
|
-
import { ISupervision } from './ISupervision';
|
|
3
|
-
|
|
4
|
-
// balanceSheetPartial
|
|
5
|
-
export interface IBalanceSheetPartial {
|
|
6
|
-
id?: number;
|
|
7
|
-
dateEnd: Date | null;
|
|
8
|
-
state: number;
|
|
9
|
-
deadline: Date | null;
|
|
10
|
-
idCalendarEvent: number | null;
|
|
11
|
-
createdAt?: Date | null;
|
|
12
|
-
updatedAt?: Date | null;
|
|
13
|
-
|
|
14
|
-
// Associations
|
|
15
|
-
calendarEvent: ICalendarEvent;
|
|
16
|
-
supervision: ISupervision;
|
|
17
|
-
}
|
|
File without changes
|