@silexpert/core 0.4.259 → 0.4.262
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/types/Enum/BrandClementine.d.ts +3 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +1 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/InternalService.d.ts +6 -5
- package/es/types/Enum/InternalService.d.ts.map +1 -1
- package/es/types/Enum/InternalService.js +6 -5
- package/es/types/Enum/InternalService.js.map +1 -1
- package/es/types/Enum/TaskResponseType.d.ts +77 -228
- package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/es/types/Enum/TaskResponseType.js +245 -279
- package/es/types/Enum/TaskResponseType.js.map +1 -1
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts +1 -0
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +7 -1
- package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
- package/es/types/Interface/api/task/QueryCreateTask.d.ts +1 -0
- package/es/types/Interface/api/task/QueryCreateTask.d.ts.map +1 -1
- package/es/types/Interface/api/task/QueryCreateTask.js +5 -1
- package/es/types/Interface/api/task/QueryCreateTask.js.map +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.js +1 -1
- package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/es/types/Interface/api/thirdParty/QueryThirdParty.d.ts +1 -0
- package/es/types/Interface/api/thirdParty/QueryThirdParty.d.ts.map +1 -1
- package/es/types/Interface/api/thirdParty/QueryThirdParty.js +7 -1
- package/es/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +4 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +13 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/es/types/Interface/models/ILoan.d.ts +2 -0
- package/es/types/Interface/models/ILoan.d.ts.map +1 -1
- package/es/types/Interface/models/ILoan.js.map +1 -1
- package/es/types/Interface/models/ITask.d.ts +5 -0
- package/es/types/Interface/models/ITask.d.ts.map +1 -1
- package/es/types/Interface/models/ITask.js.map +1 -1
- package/es/types/Interface/models/ITaskAttachment.d.ts +12 -0
- package/es/types/Interface/models/ITaskAttachment.d.ts.map +1 -0
- package/es/types/Interface/models/ITaskAttachment.js +2 -0
- package/es/types/Interface/models/ITaskAttachment.js.map +1 -0
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +1 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/InternalService.js +9 -5
- package/js/types/Enum/InternalService.js.map +1 -1
- package/js/types/Enum/TaskResponseType.js +225 -279
- package/js/types/Enum/TaskResponseType.js.map +1 -1
- package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +2 -0
- package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
- package/js/types/Interface/api/task/QueryCreateTask.js +2 -0
- package/js/types/Interface/api/task/QueryCreateTask.js.map +1 -1
- package/js/types/Interface/api/task/QueryPaginatedTask.js +1 -1
- package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
- package/js/types/Interface/api/thirdParty/QueryThirdParty.js +2 -0
- package/js/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -1
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +9 -1
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/js/types/Interface/models/ITaskAttachment.js +6 -0
- package/js/types/Interface/models/ITaskAttachment.js.map +1 -0
- package/js/types/index.js +12 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/BrandClementine.ts +1 -0
- package/ts/types/Enum/InternalService.ts +7 -5
- package/ts/types/Enum/TaskResponseType.ts +248 -279
- package/ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts +6 -1
- package/ts/types/Interface/api/task/QueryCreateTask.ts +4 -1
- package/ts/types/Interface/api/task/QueryPaginatedTask.ts +1 -1
- package/ts/types/Interface/api/thirdParty/QueryThirdParty.ts +8 -1
- package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +10 -0
- package/ts/types/Interface/models/ILoan.ts +2 -0
- package/ts/types/Interface/models/ITask.ts +5 -0
- package/ts/types/Interface/models/ITaskAttachment.ts +15 -0
- package/ts/types/index.ts +1 -0
|
@@ -5,9 +5,12 @@ import { INotification } from './INotification';
|
|
|
5
5
|
import { IRole } from './IRole';
|
|
6
6
|
import { ISociety } from './ISociety';
|
|
7
7
|
import { IUser } from './IUser';
|
|
8
|
+
import { TFile } from '../api/file/TFile';
|
|
9
|
+
import { ITaskAttachment } from './ITaskAttachment';
|
|
8
10
|
|
|
9
11
|
export interface ITask {
|
|
10
12
|
id?: number,
|
|
13
|
+
isIntern?: boolean | null,
|
|
11
14
|
idTaskType: number,
|
|
12
15
|
idUserWhoCreated: number,
|
|
13
16
|
idSociety: number,
|
|
@@ -20,6 +23,7 @@ export interface ITask {
|
|
|
20
23
|
idUserWhoRefused?: number,
|
|
21
24
|
processedAt?: Date,
|
|
22
25
|
responseType?: number,
|
|
26
|
+
files?: TFile[],
|
|
23
27
|
|
|
24
28
|
// Associations
|
|
25
29
|
userWhoCreated?: IUser;
|
|
@@ -32,4 +36,5 @@ export interface ITask {
|
|
|
32
36
|
comments?: IComment[];
|
|
33
37
|
mail?: IMail;
|
|
34
38
|
notifications?: INotification[];
|
|
39
|
+
attachments?: ITaskAttachment[];
|
|
35
40
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IFile } from './IFile';
|
|
2
|
+
import { ITask } from './ITask';
|
|
3
|
+
|
|
4
|
+
// taskAttachment
|
|
5
|
+
export interface ITaskAttachment {
|
|
6
|
+
id?: number;
|
|
7
|
+
idFile: number;
|
|
8
|
+
idTask: number;
|
|
9
|
+
createdAt?: Date | null;
|
|
10
|
+
updatedAt?: Date | null;
|
|
11
|
+
|
|
12
|
+
// Associations
|
|
13
|
+
task?: ITask;
|
|
14
|
+
file?: IFile;
|
|
15
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -269,6 +269,7 @@ export * from './Interface/models/IVatDeclarationCertificate';
|
|
|
269
269
|
export * from './Interface/models/IVatDeclarationSocietyDetail';
|
|
270
270
|
export * from './Interface/models/IMail';
|
|
271
271
|
export * from './Interface/models/IMailAttachment';
|
|
272
|
+
export * from './Interface/models/ITaskAttachment';
|
|
272
273
|
export * from './Interface/models/IMailContent';
|
|
273
274
|
export * from './Interface/models/IWebMail';
|
|
274
275
|
export * from './Interface/models/IWebMailAttachment';
|