@silexpert/core 0.4.213 → 0.4.214

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 (52) hide show
  1. package/es/types/Enum/Call.d.ts +12 -0
  2. package/es/types/Enum/Call.d.ts.map +1 -0
  3. package/es/types/Enum/Call.js +14 -0
  4. package/es/types/Enum/Call.js.map +1 -0
  5. package/es/types/Enum/TaskResponseType.js +1 -1
  6. package/es/types/Enum/TaskResponseType.js.map +1 -1
  7. package/es/types/Interface/api/3cx/Create3cxLog.d.ts +17 -0
  8. package/es/types/Interface/api/3cx/Create3cxLog.d.ts.map +1 -0
  9. package/es/types/Interface/api/3cx/Create3cxLog.js +80 -0
  10. package/es/types/Interface/api/3cx/Create3cxLog.js.map +1 -0
  11. package/es/types/Interface/api/3cx/Query3cxSearch.d.ts +5 -0
  12. package/es/types/Interface/api/3cx/Query3cxSearch.d.ts.map +1 -0
  13. package/es/types/Interface/api/3cx/Query3cxSearch.js +26 -0
  14. package/es/types/Interface/api/3cx/Query3cxSearch.js.map +1 -0
  15. package/es/types/Interface/api/3cx/Read3cxSearch.d.ts +11 -0
  16. package/es/types/Interface/api/3cx/Read3cxSearch.d.ts.map +1 -0
  17. package/es/types/Interface/api/3cx/Read3cxSearch.js +3 -0
  18. package/es/types/Interface/api/3cx/Read3cxSearch.js.map +1 -0
  19. package/es/types/Interface/api/revision/ReadRevisionTransactionDetail.d.ts +4 -0
  20. package/es/types/Interface/api/revision/ReadRevisionTransactionDetail.d.ts.map +1 -1
  21. package/es/types/Interface/api/revision/ReadRevisionTransactionDetail.js.map +1 -1
  22. package/es/types/Interface/models/ICallHistory.d.ts +20 -0
  23. package/es/types/Interface/models/ICallHistory.d.ts.map +1 -0
  24. package/es/types/Interface/models/ICallHistory.js +2 -0
  25. package/es/types/Interface/models/ICallHistory.js.map +1 -0
  26. package/es/types/index.d.ts +4 -0
  27. package/es/types/index.d.ts.map +1 -1
  28. package/es/types/index.js +4 -0
  29. package/es/types/index.js.map +1 -1
  30. package/js/types/Enum/Call.js +22 -0
  31. package/js/types/Enum/Call.js.map +1 -0
  32. package/js/types/Enum/TaskResponseType.js +1 -1
  33. package/js/types/Enum/TaskResponseType.js.map +1 -1
  34. package/js/types/Interface/api/3cx/Create3cxLog.js +55 -0
  35. package/js/types/Interface/api/3cx/Create3cxLog.js.map +1 -0
  36. package/js/types/Interface/api/3cx/Query3cxSearch.js +31 -0
  37. package/js/types/Interface/api/3cx/Query3cxSearch.js.map +1 -0
  38. package/js/types/Interface/api/3cx/Read3cxSearch.js +10 -0
  39. package/js/types/Interface/api/3cx/Read3cxSearch.js.map +1 -0
  40. package/js/types/Interface/models/ICallHistory.js +6 -0
  41. package/js/types/Interface/models/ICallHistory.js.map +1 -0
  42. package/js/types/index.js +48 -0
  43. package/js/types/index.js.map +1 -1
  44. package/package.json +1 -1
  45. package/ts/types/Enum/Call.ts +12 -0
  46. package/ts/types/Enum/TaskResponseType.ts +1 -1
  47. package/ts/types/Interface/api/3cx/Create3cxLog.ts +57 -0
  48. package/ts/types/Interface/api/3cx/Query3cxSearch.ts +14 -0
  49. package/ts/types/Interface/api/3cx/Read3cxSearch.ts +10 -0
  50. package/ts/types/Interface/api/revision/ReadRevisionTransactionDetail.ts +1 -0
  51. package/ts/types/Interface/models/ICallHistory.ts +20 -0
  52. package/ts/types/index.ts +4 -0
@@ -28,6 +28,7 @@ export interface ReadRevisionTransactionDetail {
28
28
  idEAF: number | null;
29
29
  file: IFile[] | null;
30
30
  accountingEntries: RevisionAccountingEntries[];
31
+ user?: { firstname: string; lastname: string; };
31
32
  }
32
33
 
33
34
  export interface RevisionAccountingEntries {
@@ -0,0 +1,20 @@
1
+ import { CallDirection, CallType } from '../../Enum/Call';
2
+
3
+ export interface ICallHistory {
4
+ id?: number;
5
+ callType: CallType;
6
+ callDirection: CallDirection;
7
+ duration?: string | null;
8
+ startDate: Date;
9
+ endDate: Date;
10
+ phoneNumber?: string | null;
11
+ name?: string | null;
12
+ idEntity?: string | null;
13
+ entityType?: string | null;
14
+ agentNumber?: string | null;
15
+ agentFirstname?: string | null;
16
+ agentLastname?: string | null;
17
+ agentEmail?: string | null;
18
+ createdAt?: Date;
19
+ updatedAt?: Date;
20
+ }
package/ts/types/index.ts CHANGED
@@ -417,6 +417,7 @@ export * from './Enum/NotificationType';
417
417
  export * from './Enum/TaskResponseType';
418
418
  export * from './Enum/InternalService';
419
419
  export * from './Enum/SocietyTypeEvent';
420
+ export * from './Enum/Call';
420
421
 
421
422
  // Interfaces API
422
423
  export * from './Interface/api/jeDeclare/ReadJeDeclare';
@@ -722,6 +723,9 @@ export * from './Interface/api/task/QueryCountTask';
722
723
  export * from './Interface/api/task/QueryStatsByRolesInCsv';
723
724
  export * from './Interface/api/task/QueryStatsByServiceInCsv';
724
725
  export * from './Interface/api/task/QueryStatsByTaskTypeInCsv';
726
+ export * from './Interface/api/3cx/Query3cxSearch';
727
+ export * from './Interface/api/3cx/Read3cxSearch';
728
+ export * from './Interface/api/3cx/Create3cxLog';
725
729
 
726
730
  // Enums types
727
731
  export * from './Interface/enum/Util';