@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.
Files changed (77) hide show
  1. package/es/types/Enum/BrandClementine.d.ts +3 -0
  2. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  3. package/es/types/Enum/BrandClementine.js +1 -0
  4. package/es/types/Enum/BrandClementine.js.map +1 -1
  5. package/es/types/Enum/InternalService.d.ts +6 -5
  6. package/es/types/Enum/InternalService.d.ts.map +1 -1
  7. package/es/types/Enum/InternalService.js +6 -5
  8. package/es/types/Enum/InternalService.js.map +1 -1
  9. package/es/types/Enum/TaskResponseType.d.ts +77 -228
  10. package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
  11. package/es/types/Enum/TaskResponseType.js +245 -279
  12. package/es/types/Enum/TaskResponseType.js.map +1 -1
  13. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts +1 -0
  14. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts.map +1 -1
  15. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +7 -1
  16. package/es/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
  17. package/es/types/Interface/api/task/QueryCreateTask.d.ts +1 -0
  18. package/es/types/Interface/api/task/QueryCreateTask.d.ts.map +1 -1
  19. package/es/types/Interface/api/task/QueryCreateTask.js +5 -1
  20. package/es/types/Interface/api/task/QueryCreateTask.js.map +1 -1
  21. package/es/types/Interface/api/task/QueryPaginatedTask.js +1 -1
  22. package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  23. package/es/types/Interface/api/thirdParty/QueryThirdParty.d.ts +1 -0
  24. package/es/types/Interface/api/thirdParty/QueryThirdParty.d.ts.map +1 -1
  25. package/es/types/Interface/api/thirdParty/QueryThirdParty.js +7 -1
  26. package/es/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -1
  27. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +4 -0
  28. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
  29. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +13 -0
  30. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
  31. package/es/types/Interface/models/ILoan.d.ts +2 -0
  32. package/es/types/Interface/models/ILoan.d.ts.map +1 -1
  33. package/es/types/Interface/models/ILoan.js.map +1 -1
  34. package/es/types/Interface/models/ITask.d.ts +5 -0
  35. package/es/types/Interface/models/ITask.d.ts.map +1 -1
  36. package/es/types/Interface/models/ITask.js.map +1 -1
  37. package/es/types/Interface/models/ITaskAttachment.d.ts +12 -0
  38. package/es/types/Interface/models/ITaskAttachment.d.ts.map +1 -0
  39. package/es/types/Interface/models/ITaskAttachment.js +2 -0
  40. package/es/types/Interface/models/ITaskAttachment.js.map +1 -0
  41. package/es/types/index.d.ts +1 -0
  42. package/es/types/index.d.ts.map +1 -1
  43. package/es/types/index.js +1 -0
  44. package/es/types/index.js.map +1 -1
  45. package/js/types/Enum/BrandClementine.js +1 -0
  46. package/js/types/Enum/BrandClementine.js.map +1 -1
  47. package/js/types/Enum/InternalService.js +9 -5
  48. package/js/types/Enum/InternalService.js.map +1 -1
  49. package/js/types/Enum/TaskResponseType.js +225 -279
  50. package/js/types/Enum/TaskResponseType.js.map +1 -1
  51. package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +2 -0
  52. package/js/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +1 -1
  53. package/js/types/Interface/api/task/QueryCreateTask.js +2 -0
  54. package/js/types/Interface/api/task/QueryCreateTask.js.map +1 -1
  55. package/js/types/Interface/api/task/QueryPaginatedTask.js +1 -1
  56. package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -1
  57. package/js/types/Interface/api/thirdParty/QueryThirdParty.js +2 -0
  58. package/js/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -1
  59. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +9 -1
  60. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
  61. package/js/types/Interface/models/ITaskAttachment.js +6 -0
  62. package/js/types/Interface/models/ITaskAttachment.js.map +1 -0
  63. package/js/types/index.js +12 -0
  64. package/js/types/index.js.map +1 -1
  65. package/package.json +1 -1
  66. package/ts/types/Enum/BrandClementine.ts +1 -0
  67. package/ts/types/Enum/InternalService.ts +7 -5
  68. package/ts/types/Enum/TaskResponseType.ts +248 -279
  69. package/ts/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.ts +6 -1
  70. package/ts/types/Interface/api/task/QueryCreateTask.ts +4 -1
  71. package/ts/types/Interface/api/task/QueryPaginatedTask.ts +1 -1
  72. package/ts/types/Interface/api/thirdParty/QueryThirdParty.ts +8 -1
  73. package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +10 -0
  74. package/ts/types/Interface/models/ILoan.ts +2 -0
  75. package/ts/types/Interface/models/ITask.ts +5 -0
  76. package/ts/types/Interface/models/ITaskAttachment.ts +15 -0
  77. 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';