@silexpert/core 0.4.189 → 0.4.193
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/Employee.d.ts +2 -2
- package/es/api/resources/Employee.d.ts.map +1 -1
- package/es/api/resources/Employee.js +1 -1
- package/es/api/resources/Employee.js.map +1 -1
- package/es/api/resources/Mail.d.ts +1 -0
- package/es/api/resources/Mail.d.ts.map +1 -1
- package/es/api/resources/Mail.js +3 -0
- package/es/api/resources/Mail.js.map +1 -1
- package/es/api/resources/NafCode.d.ts +6 -0
- package/es/api/resources/NafCode.d.ts.map +1 -0
- package/es/api/resources/NafCode.js +10 -0
- package/es/api/resources/NafCode.js.map +1 -0
- package/es/api/resources/SheetMonthSchedule.d.ts +1 -2
- package/es/api/resources/SheetMonthSchedule.d.ts.map +1 -1
- package/es/api/resources/SheetMonthSchedule.js +1 -4
- package/es/api/resources/SheetMonthSchedule.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/MailAuto.d.ts +112 -0
- package/es/types/Enum/MailAuto.d.ts.map +1 -0
- package/es/types/Enum/MailAuto.js +113 -0
- package/es/types/Enum/MailAuto.js.map +1 -0
- package/es/types/Enum/SalariesType.d.ts.map +1 -1
- package/es/types/Enum/SalariesType.js +8 -2
- package/es/types/Enum/SalariesType.js.map +1 -1
- package/es/types/Enum/TypeBankConnection.d.ts +2 -1
- package/es/types/Enum/TypeBankConnection.d.ts.map +1 -1
- package/es/types/Enum/TypeBankConnection.js +1 -0
- package/es/types/Enum/TypeBankConnection.js.map +1 -1
- package/es/types/Interface/api/budgetInsight/Query.d.ts +7 -0
- package/es/types/Interface/api/budgetInsight/Query.d.ts.map +1 -1
- package/es/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +18 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +73 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts +7 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.d.ts +10 -0
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.d.ts.map +1 -0
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js +2 -0
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js.map +1 -0
- package/es/types/Interface/models/IAttestation.d.ts +3 -3
- package/es/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/es/types/Interface/models/IAttestation.js.map +1 -1
- package/es/types/Interface/models/IBusinessLineUser.d.ts +8 -0
- package/es/types/Interface/models/IBusinessLineUser.d.ts.map +1 -0
- package/es/types/Interface/models/IBusinessLineUser.js +2 -0
- package/es/types/Interface/models/IBusinessLineUser.js.map +1 -0
- package/es/types/Interface/models/ICustomerTva.d.ts +2 -2
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/ILetter.d.ts +3 -0
- package/es/types/Interface/models/ILetter.d.ts.map +1 -1
- package/es/types/Interface/models/ILetter.js.map +1 -1
- package/es/types/Interface/models/INafCode.d.ts +11 -0
- package/es/types/Interface/models/INafCode.d.ts.map +1 -0
- package/es/types/Interface/models/INafCode.js +2 -0
- package/es/types/Interface/models/INafCode.js.map +1 -0
- package/es/types/Interface/models/IReport.d.ts +1 -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/ISheetMonthScheduleDetails.d.ts +2 -0
- package/es/types/Interface/models/ISheetMonthScheduleDetails.d.ts.map +1 -1
- package/es/types/Interface/models/ISheetMonthScheduleDetails.js.map +1 -1
- package/es/types/index.d.ts +4 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Employee.js +1 -1
- package/js/api/resources/Employee.js.map +1 -1
- package/js/api/resources/Mail.js +6 -0
- package/js/api/resources/Mail.js.map +1 -1
- package/js/api/resources/NafCode.js +22 -0
- package/js/api/resources/NafCode.js.map +1 -0
- package/js/api/resources/SheetMonthSchedule.js +1 -5
- package/js/api/resources/SheetMonthSchedule.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/MailAuto.js +119 -0
- package/js/types/Enum/MailAuto.js.map +1 -0
- package/js/types/Enum/SalariesType.js +3 -2
- package/js/types/Enum/SalariesType.js.map +1 -1
- package/js/types/Enum/TypeBankConnection.js +1 -0
- package/js/types/Enum/TypeBankConnection.js.map +1 -1
- package/js/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +55 -0
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js +6 -0
- package/js/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js.map +1 -0
- package/js/types/Interface/models/IBusinessLineUser.js +6 -0
- package/js/types/Interface/models/IBusinessLineUser.js.map +1 -0
- package/js/types/Interface/models/INafCode.js +6 -0
- package/js/types/Interface/models/INafCode.js.map +1 -0
- package/js/types/index.js +48 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Employee.ts +2 -2
- package/ts/api/resources/Mail.ts +4 -0
- package/ts/api/resources/NafCode.ts +10 -0
- package/ts/api/resources/SheetMonthSchedule.ts +1 -5
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/MailAuto.ts +111 -0
- package/ts/types/Enum/SalariesType.ts +10 -2
- package/ts/types/Enum/TypeBankConnection.ts +1 -0
- package/ts/types/Interface/api/budgetInsight/Query.ts +8 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +48 -0
- package/ts/types/Interface/api/mail/CreateMailParams.ts +7 -0
- package/ts/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.ts +10 -0
- package/ts/types/Interface/models/IAttestation.ts +3 -3
- package/ts/types/Interface/models/IBusinessLineUser.ts +8 -0
- package/ts/types/Interface/models/ICustomerTva.ts +2 -2
- package/ts/types/Interface/models/ILetter.ts +3 -0
- package/ts/types/Interface/models/INafCode.ts +12 -0
- package/ts/types/Interface/models/IReport.ts +1 -0
- package/ts/types/Interface/models/ISheetMonthScheduleDetails.ts +2 -1
- package/ts/types/index.ts +4 -0
|
@@ -177,4 +177,12 @@ type BudgetInsightConnection = {
|
|
|
177
177
|
export type BudgetInsightConnectionSyncedQuery = {
|
|
178
178
|
user: BudgetInsightUser;
|
|
179
179
|
connection: BudgetInsightConnection & { connector: any; sources: any; accounts: any; };
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
export type BudgetEditBankAccount = {
|
|
183
|
+
display?: boolean;// Whether the bank account should be deisplayed and included in aggregated metrics.
|
|
184
|
+
name?: string; // Display name of the account.
|
|
185
|
+
disabled?: boolean; // Whether the bank account should be synchronized.
|
|
186
|
+
bookmarked?: boolean; // Whether the bank account is bookmarked.
|
|
187
|
+
usage?:BudgetInsightBankAccountUsage // Account usage.
|
|
180
188
|
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class createCalendarEvent {
|
|
4
|
+
@ApiProperty()
|
|
5
|
+
title: string;
|
|
6
|
+
|
|
7
|
+
@ApiProperty()
|
|
8
|
+
dateStart: Date;
|
|
9
|
+
|
|
10
|
+
@ApiProperty()
|
|
11
|
+
dateEnd: Date;
|
|
12
|
+
|
|
13
|
+
@ApiProperty()
|
|
14
|
+
comment: string;
|
|
15
|
+
|
|
16
|
+
@ApiPropertyOptional()
|
|
17
|
+
idRoom?: number;
|
|
18
|
+
|
|
19
|
+
@ApiProperty()
|
|
20
|
+
createdBy: number;
|
|
21
|
+
|
|
22
|
+
@ApiPropertyOptional()
|
|
23
|
+
idColor?: number;
|
|
24
|
+
|
|
25
|
+
@ApiProperty()
|
|
26
|
+
idSociety: number;
|
|
27
|
+
|
|
28
|
+
@ApiPropertyOptional()
|
|
29
|
+
idExercice?: number;
|
|
30
|
+
|
|
31
|
+
@ApiPropertyOptional()
|
|
32
|
+
idType?: number;
|
|
33
|
+
|
|
34
|
+
@ApiPropertyOptional()
|
|
35
|
+
typeComptable?: number;
|
|
36
|
+
|
|
37
|
+
@ApiProperty()
|
|
38
|
+
isDone: boolean;
|
|
39
|
+
|
|
40
|
+
@ApiPropertyOptional()
|
|
41
|
+
callState?: number;
|
|
42
|
+
|
|
43
|
+
@ApiPropertyOptional()
|
|
44
|
+
idRecurrence?: number;
|
|
45
|
+
|
|
46
|
+
@ApiPropertyOptional()
|
|
47
|
+
idPlace?: number;
|
|
48
|
+
}
|
|
@@ -7,4 +7,11 @@ export interface CreateMailParams extends IMail{
|
|
|
7
7
|
textHtml?: string;
|
|
8
8
|
isAnswerProcessed?: boolean;
|
|
9
9
|
idMailParent?: number;
|
|
10
|
+
dateEvent?: Date;
|
|
11
|
+
dateEventEnd?: Date;
|
|
12
|
+
dayEvent?: string;
|
|
13
|
+
hourEvent?: string;
|
|
14
|
+
idAccountantEvent?: number;
|
|
15
|
+
idReport?: number;
|
|
16
|
+
idLetter?: number;
|
|
10
17
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IWorkingSchedule } from '../../models/IWorkingSchedule';
|
|
2
|
+
|
|
3
|
+
type wotkingScheduleModified = Omit<IWorkingSchedule, 'idEmployee' | 'morningStart' | 'morningEnd' | 'afternoonStart' | 'afternoonEnd' >;
|
|
4
|
+
|
|
5
|
+
export interface UpdateOrCreateWorkingSchedule extends wotkingScheduleModified {
|
|
6
|
+
morningStart: string | null;
|
|
7
|
+
morningEnd: string | null;
|
|
8
|
+
afternoonStart: string | null;
|
|
9
|
+
afternoonEnd: string | null;
|
|
10
|
+
}
|
|
@@ -4,7 +4,7 @@ import { IPaymentExpectation } from './IPaymentExpectation';
|
|
|
4
4
|
import { IFile } from './IFile';
|
|
5
5
|
import { ISociety } from './ISociety';
|
|
6
6
|
import { IExercice } from './IExercice';
|
|
7
|
-
import {
|
|
7
|
+
import { IMail } from './IMail';
|
|
8
8
|
|
|
9
9
|
// attestations
|
|
10
10
|
export interface IAttestation {
|
|
@@ -35,6 +35,6 @@ export interface IAttestation {
|
|
|
35
35
|
attestationFiles: IFile;
|
|
36
36
|
society: ISociety;
|
|
37
37
|
exercices: IExercice;
|
|
38
|
-
paymentMail:
|
|
39
|
-
validationMail:
|
|
38
|
+
paymentMail: IMail;
|
|
39
|
+
validationMail: IMail;
|
|
40
40
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
|
-
import {
|
|
2
|
+
import { IMail } from './IMail';
|
|
3
3
|
import { IChecklist } from './IChecklist';
|
|
4
4
|
import { IVatDeclaration } from './IVatDeclaration';
|
|
5
5
|
|
|
@@ -26,7 +26,7 @@ export interface ICustomerTva {
|
|
|
26
26
|
|
|
27
27
|
// Associations
|
|
28
28
|
exercice: IExercice;
|
|
29
|
-
|
|
29
|
+
mail: IMail;
|
|
30
30
|
checklist: IChecklist;
|
|
31
31
|
vatDeclaration: IVatDeclaration;
|
|
32
32
|
}
|
|
@@ -3,6 +3,7 @@ import { ISociety } from './ISociety';
|
|
|
3
3
|
import { ILetterType } from './ILetterType';
|
|
4
4
|
import { IFile } from './IFile';
|
|
5
5
|
import { IReport } from './IReport';
|
|
6
|
+
import { IMail } from './IMail';
|
|
6
7
|
|
|
7
8
|
// letters
|
|
8
9
|
export interface ILetter {
|
|
@@ -19,6 +20,7 @@ export interface ILetter {
|
|
|
19
20
|
idResponseFile?: number | null;
|
|
20
21
|
idSociety: number;
|
|
21
22
|
idReport?: number;
|
|
23
|
+
idMail?: number;
|
|
22
24
|
idAccountant?: number;
|
|
23
25
|
createdAt?: Date | null;
|
|
24
26
|
updatedAt?: Date | null;
|
|
@@ -27,6 +29,7 @@ export interface ILetter {
|
|
|
27
29
|
user?: IUser;
|
|
28
30
|
society?: ISociety;
|
|
29
31
|
report?: IReport;
|
|
32
|
+
mail?: IMail;
|
|
30
33
|
typeLetter?: ILetterType;
|
|
31
34
|
receivedFile?: IFile;
|
|
32
35
|
responseFile?: IFile;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
// sheetMonthScheduleDetails
|
|
2
1
|
export interface ISheetMonthScheduleDetail {
|
|
3
2
|
id?: number;
|
|
4
3
|
idDetailType: number;
|
|
5
4
|
startDate: Date;
|
|
6
5
|
endDate: Date;
|
|
7
6
|
idSheetMonthSchedule: number;
|
|
7
|
+
name?: string | null;
|
|
8
|
+
amount?: string | null;
|
|
8
9
|
createdAt?: Date | null;
|
|
9
10
|
updatedAt?: Date | null;
|
|
10
11
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -302,6 +302,7 @@ export * from './Interface/models/IBalanceSheetModule2';
|
|
|
302
302
|
export * from './Interface/models/IBalanceSheetStatus';
|
|
303
303
|
export * from './Interface/models/IBalanceSheetCompletion';
|
|
304
304
|
export * from './Interface/models/IDefaultPromotion';
|
|
305
|
+
export * from './Interface/models/INafCode';
|
|
305
306
|
|
|
306
307
|
// Forms
|
|
307
308
|
export * from './Form/FormAuthenticate';
|
|
@@ -317,6 +318,7 @@ export * from './Enum/Log';
|
|
|
317
318
|
export * from './Enum/Quality';
|
|
318
319
|
export * from './Enum/Role';
|
|
319
320
|
export * from './Enum/RoleDetail';
|
|
321
|
+
export * from './Enum/MailAuto';
|
|
320
322
|
export * from './Enum/Simulation';
|
|
321
323
|
export * from './Enum/Country';
|
|
322
324
|
export * from './Enum/ComptaType';
|
|
@@ -536,6 +538,7 @@ export * from './Interface/api/log/QueryLogPagination';
|
|
|
536
538
|
export * from './Interface/api/employee/QueryEmployeeSearch';
|
|
537
539
|
export * from './Interface/api/employee/QueryCreateEmployee';
|
|
538
540
|
export * from './Interface/api/employee/QueryUpdateEmployee';
|
|
541
|
+
export * from './Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule';
|
|
539
542
|
|
|
540
543
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
541
544
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -683,6 +686,7 @@ export * from './Interface/api/balanceSheetModule/PrepareModulesAndCompletions';
|
|
|
683
686
|
export * from './Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions';
|
|
684
687
|
export * from './Interface/api/bankAccount/ReadExpiredBankAccount';
|
|
685
688
|
export * from './Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule';
|
|
689
|
+
export * from './Interface/api/calendarEvent/createCalendarEvent';
|
|
686
690
|
|
|
687
691
|
// Enums types
|
|
688
692
|
export * from './Interface/enum/Util';
|