@silexpert/core 1.3.166 → 1.3.168-1
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/dist/cjs/api/resources/DocumentRequest.d.ts +2 -1
- package/dist/cjs/api/resources/DocumentRequest.d.ts.map +1 -1
- package/dist/cjs/api/resources/DocumentRequest.js +3 -0
- package/dist/cjs/api/resources/DocumentRequest.js.map +1 -1
- package/dist/cjs/api/resources/InformationRequest.d.ts +11 -0
- package/dist/cjs/api/resources/InformationRequest.d.ts.map +1 -0
- package/dist/cjs/api/resources/InformationRequest.js +26 -0
- package/dist/cjs/api/resources/InformationRequest.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js +6 -6
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetModule.d.ts +2 -0
- package/dist/cjs/types/Enum/BalanceSheetModule.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetModule.js +23 -1
- package/dist/cjs/types/Enum/BalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +16 -2
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +131 -0
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/InformationRequestState.d.ts +6 -0
- package/dist/cjs/types/Enum/InformationRequestState.d.ts.map +1 -0
- package/dist/cjs/types/Enum/InformationRequestState.js +10 -0
- package/dist/cjs/types/Enum/InformationRequestState.js.map +1 -0
- package/dist/cjs/types/Enum/InformationRequestType.d.ts +16 -0
- package/dist/cjs/types/Enum/InformationRequestType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/InformationRequestType.js +46 -0
- package/dist/cjs/types/Enum/InformationRequestType.js.map +1 -0
- package/dist/cjs/types/Enum/RegistrationSource.d.ts +2 -1
- package/dist/cjs/types/Enum/RegistrationSource.d.ts.map +1 -1
- package/dist/cjs/types/Enum/RegistrationSource.js +1 -0
- package/dist/cjs/types/Enum/RegistrationSource.js.map +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.d.ts +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.js +1 -1
- package/dist/cjs/types/Interface/api/cashAndExpense/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts +4 -0
- package/dist/cjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Create.js +8 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts +3 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Query.js +12 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Update.d.ts +12 -0
- package/dist/cjs/types/Interface/api/documentRequest/Update.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Update.js +63 -0
- package/dist/cjs/types/Interface/api/documentRequest/Update.js.map +1 -0
- package/dist/cjs/types/Interface/api/informationRequest/Create.d.ts +10 -0
- package/dist/cjs/types/Interface/api/informationRequest/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/informationRequest/Create.js +49 -0
- package/dist/cjs/types/Interface/api/informationRequest/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/informationRequest/Query.d.ts +11 -0
- package/dist/cjs/types/Interface/api/informationRequest/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/informationRequest/Query.js +54 -0
- package/dist/cjs/types/Interface/api/informationRequest/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/informationRequest/Update.d.ts +12 -0
- package/dist/cjs/types/Interface/api/informationRequest/Update.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/informationRequest/Update.js +58 -0
- package/dist/cjs/types/Interface/api/informationRequest/Update.js.map +1 -0
- package/dist/cjs/types/Interface/api/payment/Params.d.ts +3 -1
- package/dist/cjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.js +17 -1
- package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/cjs/types/Interface/api/{revenueMovement.d.ts → revenue/revenueMovement.d.ts} +1 -1
- package/dist/cjs/types/Interface/api/revenue/revenueMovement.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{revenueMovement.js → revenue/revenueMovement.js} +2 -2
- package/dist/cjs/types/Interface/api/revenue/revenueMovement.js.map +1 -0
- package/dist/cjs/types/Interface/api/{revenueSnapshot.d.ts → revenue/revenueSnapshot.d.ts} +2 -1
- package/dist/cjs/types/Interface/api/revenue/revenueSnapshot.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/revenue/revenueSnapshot.js.map +1 -0
- package/dist/cjs/types/Interface/api/revenue/revenueSnapshotGenerate.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{revenueSnapshotGenerate.js → revenue/revenueSnapshotGenerate.js} +3 -3
- package/dist/cjs/types/Interface/api/revenue/revenueSnapshotGenerate.js.map +1 -0
- package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts +4 -0
- package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/user/RegisterProspect.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/RegisterWebhook.d.ts +6 -0
- package/dist/cjs/types/Interface/api/user/RegisterWebhook.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/user/RegisterWebhook.js +22 -0
- package/dist/cjs/types/Interface/api/user/RegisterWebhook.js.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheetModule.d.ts +4 -0
- package/dist/cjs/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts +7 -1
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IDocumentRequest.js.map +1 -1
- package/dist/cjs/types/Interface/models/IInformationRequest.d.ts +25 -0
- package/dist/cjs/types/Interface/models/IInformationRequest.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IInformationRequest.js +3 -0
- package/dist/cjs/types/Interface/models/IInformationRequest.js.map +1 -0
- package/dist/cjs/types/Interface/models/ISociety.d.ts +1 -1
- package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/cjs/types/index.d.ts +13 -6
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +13 -7
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/exercice.d.ts +8 -1
- package/dist/cjs/utils/exercice.d.ts.map +1 -1
- package/dist/cjs/utils/exercice.js +11 -1
- package/dist/cjs/utils/exercice.js.map +1 -1
- package/dist/cjs/utils/vat/3517/century25.js +53 -53
- package/dist/cjs/utils/vat/3517/century25.js.map +1 -1
- package/dist/mjs/api/resources/DocumentRequest.d.ts +2 -1
- package/dist/mjs/api/resources/DocumentRequest.d.ts.map +1 -1
- package/dist/mjs/api/resources/DocumentRequest.js +3 -0
- package/dist/mjs/api/resources/DocumentRequest.js.map +1 -1
- package/dist/mjs/api/resources/InformationRequest.d.ts +11 -0
- package/dist/mjs/api/resources/InformationRequest.d.ts.map +1 -0
- package/dist/mjs/api/resources/InformationRequest.js +30 -0
- package/dist/mjs/api/resources/InformationRequest.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js +6 -6
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetModule.d.ts +2 -0
- package/dist/mjs/types/Enum/BalanceSheetModule.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetModule.js +22 -0
- package/dist/mjs/types/Enum/BalanceSheetModule.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +16 -2
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +131 -0
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/InformationRequestState.d.ts +6 -0
- package/dist/mjs/types/Enum/InformationRequestState.d.ts.map +1 -0
- package/dist/mjs/types/Enum/InformationRequestState.js +7 -0
- package/dist/mjs/types/Enum/InformationRequestState.js.map +1 -0
- package/dist/mjs/types/Enum/InformationRequestType.d.ts +16 -0
- package/dist/mjs/types/Enum/InformationRequestType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/InformationRequestType.js +43 -0
- package/dist/mjs/types/Enum/InformationRequestType.js.map +1 -0
- package/dist/mjs/types/Enum/RegistrationSource.d.ts +2 -1
- package/dist/mjs/types/Enum/RegistrationSource.d.ts.map +1 -1
- package/dist/mjs/types/Enum/RegistrationSource.js +1 -0
- package/dist/mjs/types/Enum/RegistrationSource.js.map +1 -1
- package/dist/mjs/types/Interface/api/cashAndExpense/Create.d.ts +1 -1
- package/dist/mjs/types/Interface/api/cashAndExpense/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cashAndExpense/Create.js +1 -1
- package/dist/mjs/types/Interface/api/cashAndExpense/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts +4 -0
- package/dist/mjs/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Create.js +10 -1
- package/dist/mjs/types/Interface/api/documentRequest/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts +3 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Query.js +15 -1
- package/dist/mjs/types/Interface/api/documentRequest/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Update.d.ts +12 -0
- package/dist/mjs/types/Interface/api/documentRequest/Update.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Update.js +66 -0
- package/dist/mjs/types/Interface/api/documentRequest/Update.js.map +1 -0
- package/dist/mjs/types/Interface/api/informationRequest/Create.d.ts +10 -0
- package/dist/mjs/types/Interface/api/informationRequest/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/informationRequest/Create.js +50 -0
- package/dist/mjs/types/Interface/api/informationRequest/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/informationRequest/Query.d.ts +11 -0
- package/dist/mjs/types/Interface/api/informationRequest/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/informationRequest/Query.js +56 -0
- package/dist/mjs/types/Interface/api/informationRequest/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.d.ts +12 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.js +60 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.js.map +1 -0
- package/dist/mjs/types/Interface/api/payment/Params.d.ts +3 -1
- package/dist/mjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.js +18 -2
- package/dist/mjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/mjs/types/Interface/api/{revenueMovement.d.ts → revenue/revenueMovement.d.ts} +1 -1
- package/dist/mjs/types/Interface/api/revenue/revenueMovement.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{revenueMovement.js → revenue/revenueMovement.js} +2 -2
- package/dist/mjs/types/Interface/api/revenue/revenueMovement.js.map +1 -0
- package/dist/mjs/types/Interface/api/{revenueSnapshot.d.ts → revenue/revenueSnapshot.d.ts} +2 -1
- package/dist/mjs/types/Interface/api/revenue/revenueSnapshot.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/revenue/revenueSnapshot.js.map +1 -0
- package/dist/mjs/types/Interface/api/revenue/revenueSnapshotGenerate.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{revenueSnapshotGenerate.js → revenue/revenueSnapshotGenerate.js} +3 -3
- package/dist/mjs/types/Interface/api/revenue/revenueSnapshotGenerate.js.map +1 -0
- package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts +4 -0
- package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/user/RegisterProspect.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/RegisterWebhook.d.ts +6 -0
- package/dist/mjs/types/Interface/api/user/RegisterWebhook.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/user/RegisterWebhook.js +26 -1
- package/dist/mjs/types/Interface/api/user/RegisterWebhook.js.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheetModule.d.ts +4 -0
- package/dist/mjs/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts +7 -1
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IDocumentRequest.js.map +1 -1
- package/dist/mjs/types/Interface/models/IInformationRequest.d.ts +25 -0
- package/dist/mjs/types/Interface/models/IInformationRequest.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IInformationRequest.js +2 -0
- package/dist/mjs/types/Interface/models/IInformationRequest.js.map +1 -0
- package/dist/mjs/types/Interface/models/ISociety.d.ts +1 -1
- package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/mjs/types/index.d.ts +13 -6
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +13 -7
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/exercice.d.ts +8 -1
- package/dist/mjs/utils/exercice.d.ts.map +1 -1
- package/dist/mjs/utils/exercice.js +10 -1
- package/dist/mjs/utils/exercice.js.map +1 -1
- package/dist/mjs/utils/vat/3517/century25.js +53 -53
- package/dist/mjs/utils/vat/3517/century25.js.map +1 -1
- package/package.json +17 -17
- package/ts/api/resources/DocumentRequest.ts +5 -1
- package/ts/api/resources/InformationRequest.ts +36 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BalanceSheet.ts +11 -11
- package/ts/types/Enum/BalanceSheetModule.ts +24 -1
- package/ts/types/Enum/Ged.ts +132 -0
- package/ts/types/Enum/InformationRequestState.ts +5 -0
- package/ts/types/Enum/InformationRequestType.ts +51 -0
- package/ts/types/Enum/RegistrationSource.ts +1 -0
- package/ts/types/Interface/api/cashAndExpense/Create.ts +2 -2
- package/ts/types/Interface/api/config/ConfigType.ts +1 -0
- package/ts/types/Interface/api/documentRequest/Create.ts +8 -1
- package/ts/types/Interface/api/documentRequest/Query.ts +12 -1
- package/ts/types/Interface/api/documentRequest/Update.ts +43 -0
- package/ts/types/Interface/api/informationRequest/Create.ts +31 -0
- package/ts/types/Interface/api/informationRequest/Query.ts +36 -0
- package/ts/types/Interface/api/informationRequest/Update.ts +39 -0
- package/ts/types/Interface/api/payment/Params.ts +15 -3
- package/ts/types/Interface/api/{revenueMovement.ts → revenue/revenueMovement.ts} +2 -2
- package/ts/types/Interface/api/{revenueSnapshot.ts → revenue/revenueSnapshot.ts} +3 -1
- package/ts/types/Interface/api/{revenueSnapshotGenerate.ts → revenue/revenueSnapshotGenerate.ts} +3 -3
- package/ts/types/Interface/api/user/RegisterProspect.ts +4 -0
- package/ts/types/Interface/api/user/RegisterWebhook.ts +19 -1
- package/ts/types/Interface/models/IBalanceSheetModule.ts +7 -1
- package/ts/types/Interface/models/IDocumentRequest.ts +8 -2
- package/ts/types/Interface/models/IInformationRequest.ts +27 -0
- package/ts/types/Interface/models/ISociety.ts +1 -1
- package/ts/types/index.ts +13 -8
- package/ts/utils/exercice.ts +11 -1
- package/ts/utils/vat/3517/century25.ts +53 -53
- package/dist/cjs/types/Interface/api/revenueMovement.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/revenueMovement.js.map +0 -1
- package/dist/cjs/types/Interface/api/revenueSnapshot.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/revenueSnapshot.js.map +0 -1
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.js.map +0 -1
- package/dist/mjs/types/Interface/api/revenueMovement.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/revenueMovement.js.map +0 -1
- package/dist/mjs/types/Interface/api/revenueSnapshot.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/revenueSnapshot.js.map +0 -1
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.js.map +0 -1
- /package/dist/cjs/types/Interface/api/{revenueSnapshot.js → revenue/revenueSnapshot.js} +0 -0
- /package/dist/cjs/types/Interface/api/{revenueSnapshotGenerate.d.ts → revenue/revenueSnapshotGenerate.d.ts} +0 -0
- /package/dist/mjs/types/Interface/api/{revenueSnapshot.js → revenue/revenueSnapshot.js} +0 -0
- /package/dist/mjs/types/Interface/api/{revenueSnapshotGenerate.d.ts → revenue/revenueSnapshotGenerate.d.ts} +0 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { IsArray, IsInt, IsOptional } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { InformationRequestType } from '../../../Enum/InformationRequestType';
|
|
4
|
+
import { InformationRequestState } from '../../../Enum/InformationRequestState';
|
|
5
|
+
|
|
6
|
+
export class QueryInformationRequest {
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
@IsOptional()
|
|
9
|
+
@IsInt()
|
|
10
|
+
idSociety?: number;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsOptional()
|
|
14
|
+
@IsInt()
|
|
15
|
+
idExercice?: number;
|
|
16
|
+
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
@IsOptional()
|
|
19
|
+
@IsInt()
|
|
20
|
+
idBalanceSheet?: number;
|
|
21
|
+
|
|
22
|
+
@ApiPropertyOptional()
|
|
23
|
+
@IsOptional()
|
|
24
|
+
@IsInt()
|
|
25
|
+
idRequestedBy?: number;
|
|
26
|
+
|
|
27
|
+
@ApiPropertyOptional()
|
|
28
|
+
@IsOptional()
|
|
29
|
+
@IsArray()
|
|
30
|
+
type?: InformationRequestType[];
|
|
31
|
+
|
|
32
|
+
@ApiPropertyOptional()
|
|
33
|
+
@IsOptional()
|
|
34
|
+
@IsArray()
|
|
35
|
+
state?: InformationRequestState[];
|
|
36
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IsBoolean, IsEnum, IsInt, IsOptional } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { IInformationRequest } from '../../models/IInformationRequest';
|
|
4
|
+
import { InformationRequestType } from '../../../Enum/InformationRequestType';
|
|
5
|
+
import { InformationRequestState } from '../../../Enum/InformationRequestState';
|
|
6
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
7
|
+
|
|
8
|
+
export class UpdateInformationRequest implements Partial<Omit<IInformationRequest, 'id'>> {
|
|
9
|
+
@ApiPropertyOptional()
|
|
10
|
+
@IsOptional()
|
|
11
|
+
@IsInt()
|
|
12
|
+
idSociety?: number;
|
|
13
|
+
|
|
14
|
+
@ApiPropertyOptional()
|
|
15
|
+
@IsOptional()
|
|
16
|
+
@IsInt()
|
|
17
|
+
idExercice?: number;
|
|
18
|
+
|
|
19
|
+
@ApiPropertyOptional()
|
|
20
|
+
@IsOptional()
|
|
21
|
+
@IsInt()
|
|
22
|
+
idRequestedBy?: number;
|
|
23
|
+
|
|
24
|
+
@ApiPropertyOptional()
|
|
25
|
+
@IsOptional()
|
|
26
|
+
@IsEnum(InformationRequestType)
|
|
27
|
+
type?: InformationRequestType;
|
|
28
|
+
|
|
29
|
+
@ApiPropertyOptional()
|
|
30
|
+
@IsOptional()
|
|
31
|
+
@IsEnum(InformationRequestState)
|
|
32
|
+
state?: InformationRequestState;
|
|
33
|
+
|
|
34
|
+
@ApiPropertyOptional()
|
|
35
|
+
@IsOptional()
|
|
36
|
+
@IsBoolean()
|
|
37
|
+
@ToBoolean()
|
|
38
|
+
isMandatory?: boolean;
|
|
39
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IsBoolean, IsDate, IsInt, IsNumber, IsOptional, IsString, Matches } from 'class-validator';
|
|
1
|
+
import { IsBoolean, IsDate, IsInt, IsNumber, IsOptional, IsString, Matches, Min } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
3
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
4
4
|
|
|
@@ -9,9 +9,10 @@ export class CreatePaymentsAutoBilling {
|
|
|
9
9
|
idSociety?: number;
|
|
10
10
|
}
|
|
11
11
|
export class CreatePaymentsRebilling {
|
|
12
|
-
@
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsOptional()
|
|
13
14
|
@IsInt()
|
|
14
|
-
idSociety
|
|
15
|
+
idSociety?: number;
|
|
15
16
|
|
|
16
17
|
@ApiPropertyOptional()
|
|
17
18
|
@IsOptional()
|
|
@@ -25,6 +26,17 @@ export class CreatePaymentsRebilling {
|
|
|
25
26
|
@IsOptional()
|
|
26
27
|
@IsInt()
|
|
27
28
|
nbExercicesToGenerate?: number = 1;
|
|
29
|
+
|
|
30
|
+
@ApiProperty({ default: 10 })
|
|
31
|
+
@IsInt()
|
|
32
|
+
@Min(1)
|
|
33
|
+
limit?: number = 10;
|
|
34
|
+
|
|
35
|
+
@ApiPropertyOptional({ default: false })
|
|
36
|
+
@IsOptional()
|
|
37
|
+
@IsBoolean()
|
|
38
|
+
@ToBoolean()
|
|
39
|
+
debug?: boolean = false;
|
|
28
40
|
}
|
|
29
41
|
|
|
30
42
|
export class UpdateCollectable {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IsDate, IsInt, IsOptional, IsEnum, IsNumber, IsString, IsObject, IsArray } from 'class-validator';
|
|
2
|
-
import { RevenueMovementType } from '
|
|
3
|
-
import { ApiProperty, ApiPropertyOptional } from '
|
|
2
|
+
import { RevenueMovementType } from '../../../Enum/Revenue';
|
|
3
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* DTO pour créer un mouvement de revenu
|
package/ts/types/Interface/api/{revenueSnapshotGenerate.ts → revenue/revenueSnapshotGenerate.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ApiProperty, ApiPropertyOptional } from '
|
|
1
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
2
|
import { IsOptional, IsString, IsNumber, IsInt } from 'class-validator';
|
|
3
3
|
|
|
4
4
|
export class GenerateSnapshot {
|
|
@@ -22,7 +22,7 @@ export class GenerateSnapshot {
|
|
|
22
22
|
|
|
23
23
|
@ApiProperty({
|
|
24
24
|
required: false,
|
|
25
|
-
description:
|
|
25
|
+
description: "ID de l'exercice",
|
|
26
26
|
example: 123456,
|
|
27
27
|
})
|
|
28
28
|
@IsOptional()
|
|
@@ -52,7 +52,7 @@ export class ManageRetroactivity {
|
|
|
52
52
|
|
|
53
53
|
@ApiPropertyOptional({
|
|
54
54
|
required: false,
|
|
55
|
-
description:
|
|
55
|
+
description: "ID de l'exercice (si non fourni, utilise l'exercice courant)",
|
|
56
56
|
example: 123456,
|
|
57
57
|
})
|
|
58
58
|
@IsOptional()
|
|
@@ -15,6 +15,7 @@ import { Civility } from '../../../Enum/Civility';
|
|
|
15
15
|
import { IAnalyticsUtm } from '../../models/IAnalyticsUtm';
|
|
16
16
|
import { LegalFormTypeEnum } from '../../../Enum/LegalForm';
|
|
17
17
|
import { UpdateOrCreateVisualizedInformation } from '../visualizedInformation/Update';
|
|
18
|
+
import { IPermission } from '../../models/IPermission';
|
|
18
19
|
|
|
19
20
|
/**
|
|
20
21
|
* Response of the register prospect endpoint
|
|
@@ -44,6 +45,8 @@ export interface ProspectSocietyInfo {
|
|
|
44
45
|
idLegalForm?: LegalFormTypeEnum;
|
|
45
46
|
zipCode?: string;
|
|
46
47
|
turnover?: number;
|
|
48
|
+
siret?: string;
|
|
49
|
+
idNafCode?: number;
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
export interface ReferalProgram {
|
|
@@ -61,6 +64,7 @@ export interface RegisterProspect {
|
|
|
61
64
|
idSource?: number;
|
|
62
65
|
sourceAlias?: string;
|
|
63
66
|
idTypeBrand: number;
|
|
67
|
+
permissions?: IPermission;
|
|
64
68
|
analyticsUtm?: Omit<Partial<IAnalyticsUtm>, 'idSociety'>;
|
|
65
69
|
comment?: string;
|
|
66
70
|
}
|
|
@@ -1,6 +1,20 @@
|
|
|
1
|
-
import { IsEmail, IsOptional, IsPhoneNumber, IsString } from 'class-validator';
|
|
1
|
+
import { IsBoolean, IsEmail, IsOptional, IsPhoneNumber, IsString, ValidateNested } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
3
4
|
|
|
5
|
+
class RegisterReadablePermission {
|
|
6
|
+
@ApiPropertyOptional()
|
|
7
|
+
@IsOptional()
|
|
8
|
+
@IsBoolean()
|
|
9
|
+
@ToBoolean()
|
|
10
|
+
social?: boolean;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsOptional()
|
|
14
|
+
@IsBoolean()
|
|
15
|
+
@ToBoolean()
|
|
16
|
+
vat?: boolean;
|
|
17
|
+
}
|
|
4
18
|
export class RegisterWebhookBody {
|
|
5
19
|
@ApiProperty()
|
|
6
20
|
@IsEmail()
|
|
@@ -37,4 +51,8 @@ export class RegisterWebhookBody {
|
|
|
37
51
|
@IsOptional()
|
|
38
52
|
@IsString()
|
|
39
53
|
nafCode?: string;
|
|
54
|
+
|
|
55
|
+
@ApiPropertyOptional()
|
|
56
|
+
@ValidateNested()
|
|
57
|
+
permissions?: RegisterReadablePermission;
|
|
40
58
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { IExercice } from './IExercice';
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
|
|
2
4
|
export interface IBalanceSheetModule {
|
|
3
5
|
id?: number;
|
|
4
6
|
inventory: boolean | null;
|
|
@@ -32,4 +34,8 @@ export interface IBalanceSheetModule {
|
|
|
32
34
|
idExercice: number;
|
|
33
35
|
createdAt?: Date | null;
|
|
34
36
|
updatedAt?: Date | null;
|
|
37
|
+
|
|
38
|
+
// Associations
|
|
39
|
+
society?: ISociety;
|
|
40
|
+
exercice?: IExercice;
|
|
35
41
|
}
|
|
@@ -7,13 +7,19 @@ import { IFile } from './IFile';
|
|
|
7
7
|
import { IGedFile } from './IGedFile';
|
|
8
8
|
|
|
9
9
|
export interface IDocumentRequest {
|
|
10
|
-
id
|
|
10
|
+
id?: number;
|
|
11
11
|
idSociety: number;
|
|
12
12
|
idExercice?: number | null;
|
|
13
13
|
idBalanceSheet?: number | null;
|
|
14
|
-
idRequestedBy: number;
|
|
14
|
+
idRequestedBy: number; // IUser who requested the document
|
|
15
15
|
typeFile: TypeFile;
|
|
16
16
|
comment?: string | null;
|
|
17
|
+
isNotConcerned?: boolean; // This can't be null (default false in db)
|
|
18
|
+
isMandatory?: boolean; // If true, client cannot mark this request as not concerned
|
|
19
|
+
notConcernedAt?: Date | null;
|
|
20
|
+
createdAt?: Date | null;
|
|
21
|
+
updatedAt?: Date | null;
|
|
22
|
+
deletedAt?: Date | null;
|
|
17
23
|
|
|
18
24
|
// Associations
|
|
19
25
|
society?: ISociety;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { InformationRequestType } from '../../Enum/InformationRequestType';
|
|
2
|
+
import { InformationRequestState } from '../../Enum/InformationRequestState';
|
|
3
|
+
import { IUser } from './IUser';
|
|
4
|
+
import { ISociety } from './ISociety';
|
|
5
|
+
import { IExercice } from './IExercice';
|
|
6
|
+
import { IBalanceSheet } from './IBalanceSheet';
|
|
7
|
+
|
|
8
|
+
export interface IInformationRequest {
|
|
9
|
+
id?: number;
|
|
10
|
+
idSociety: number;
|
|
11
|
+
idExercice?: number | null;
|
|
12
|
+
idBalanceSheet?: number | null;
|
|
13
|
+
idRequestedBy: number; // IUser who requested the information
|
|
14
|
+
type: InformationRequestType; // Type of information request
|
|
15
|
+
state: InformationRequestState; // State of the request (pending, completed, not concerned)
|
|
16
|
+
isMandatory?: boolean; // If true, client cannot mark this request as not concerned
|
|
17
|
+
answeredAt?: Date | null; // Date when client answered (completed or marked as not concerned)
|
|
18
|
+
createdAt?: Date | null;
|
|
19
|
+
updatedAt?: Date | null;
|
|
20
|
+
deletedAt?: Date | null;
|
|
21
|
+
|
|
22
|
+
// Associations
|
|
23
|
+
society?: ISociety;
|
|
24
|
+
exercice?: IExercice;
|
|
25
|
+
balanceSheet?: IBalanceSheet;
|
|
26
|
+
requestedBy?: IUser;
|
|
27
|
+
}
|
|
@@ -181,7 +181,7 @@ export interface ISociety {
|
|
|
181
181
|
/** @deprecated */
|
|
182
182
|
hidePartneredAccountantsBubbleLink?: boolean | null;
|
|
183
183
|
cancelCompleteCreationModal?: Date | null;
|
|
184
|
-
isCreatedInApp?:
|
|
184
|
+
isCreatedInApp?: number;
|
|
185
185
|
passwordIsuite?: string | null;
|
|
186
186
|
unpaidState?: number | null;
|
|
187
187
|
|
package/ts/types/index.ts
CHANGED
|
@@ -324,6 +324,9 @@ export * from './Interface/models/IAIQuestion';
|
|
|
324
324
|
export * from './Interface/models/IAIConversation';
|
|
325
325
|
export * from './Interface/models/IPaymentAttempt';
|
|
326
326
|
export * from './Interface/models/IDocumentRequest';
|
|
327
|
+
export * from './Interface/models/IInformationRequest';
|
|
328
|
+
export * from './Interface/models/IRevenueMovement';
|
|
329
|
+
export * from './Interface/models/IRevenueSnapshot';
|
|
327
330
|
|
|
328
331
|
// Schemas
|
|
329
332
|
export * from './Interface/schemas/IRegistrationDetail';
|
|
@@ -555,6 +558,9 @@ export * from './Enum/TeamType';
|
|
|
555
558
|
export * from './Enum/PartneredAccountantServiceType';
|
|
556
559
|
export * from './Enum/PartneredAccountantServiceTypeId';
|
|
557
560
|
export * from './Enum/PaymentAttempt';
|
|
561
|
+
export * from './Enum/InformationRequestType';
|
|
562
|
+
export * from './Enum/InformationRequestState';
|
|
563
|
+
export * from './Enum/Revenue';
|
|
558
564
|
|
|
559
565
|
// Interfaces API
|
|
560
566
|
export * from './Interface/api/authentification/AuthenticationResponse';
|
|
@@ -1140,6 +1146,10 @@ export * from './Interface/api/recurrence/Query';
|
|
|
1140
1146
|
export * from './Interface/api/recurrence/Read';
|
|
1141
1147
|
export * from './Interface/api/documentRequest/Query';
|
|
1142
1148
|
export * from './Interface/api/documentRequest/Create';
|
|
1149
|
+
export * from './Interface/api/documentRequest/Update';
|
|
1150
|
+
export * from './Interface/api/informationRequest/Query';
|
|
1151
|
+
export * from './Interface/api/informationRequest/Create';
|
|
1152
|
+
export * from './Interface/api/informationRequest/Update';
|
|
1143
1153
|
export * from './Interface/api/automaticRegistration/Query';
|
|
1144
1154
|
export * from './Interface/api/automaticRegistration/Read';
|
|
1145
1155
|
|
|
@@ -1181,11 +1191,6 @@ export * from './Interface/api/regulation/Create';
|
|
|
1181
1191
|
export * from './Interface/api/marketing/NewLeadSheet';
|
|
1182
1192
|
export * from './Interface/api/ai/AskQuestionCollaborator';
|
|
1183
1193
|
export * from './Interface/api/refund/QueryRefundPaginated';
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
export * from './Interface/
|
|
1187
|
-
export * from './Interface/models/IRevenueSnapshot';
|
|
1188
|
-
export * from './Interface/api/revenueMovement';
|
|
1189
|
-
export * from './Interface/api/revenueSnapshot';
|
|
1190
|
-
export * from './Interface/api/revenueSnapshotGenerate';
|
|
1191
|
-
export * from './Enum/Revenue';
|
|
1194
|
+
export * from './Interface/api/revenue/revenueMovement';
|
|
1195
|
+
export * from './Interface/api/revenue/revenueSnapshot';
|
|
1196
|
+
export * from './Interface/api/revenue/revenueSnapshotGenerate';
|
package/ts/utils/exercice.ts
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import { IExercice } from '../types';
|
|
2
2
|
import * as dayjs from 'dayjs';
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* Check if the recovery date is before the exercice start date (with a 3 month tolerance)
|
|
6
|
+
* @param recoveryDate - The recovery date from old expert info
|
|
7
|
+
* @param exercice - The exercice to check
|
|
8
|
+
* @returns true if the recovery date is before the exercice start date + 3 months
|
|
9
|
+
*/
|
|
10
|
+
const isExerciceAfterRecoveryDate = (recoveryDate: Date, exercice: IExercice): boolean => {
|
|
11
|
+
return dayjs(recoveryDate).isBefore(dayjs(exercice.startDate).add(3, 'month'), 'day');
|
|
12
|
+
};
|
|
13
|
+
|
|
4
14
|
const exerciceNumber = (endDate: Date, exerciceList: IExercice[]): number => {
|
|
5
15
|
let currentExercice: number = 0;
|
|
6
16
|
exerciceList
|
|
@@ -21,4 +31,4 @@ const exerciceNumber = (endDate: Date, exerciceList: IExercice[]): number => {
|
|
|
21
31
|
return currentExercice;
|
|
22
32
|
};
|
|
23
33
|
|
|
24
|
-
export { exerciceNumber };
|
|
34
|
+
export { exerciceNumber, isExerciceAfterRecoveryDate };
|