@silexpert/core 1.0.175 → 1.0.177

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 (67) hide show
  1. package/es/api/resources/TimeRecorder.d.ts +2 -1
  2. package/es/api/resources/TimeRecorder.d.ts.map +1 -1
  3. package/es/api/resources/TimeRecorder.js +3 -0
  4. package/es/api/resources/TimeRecorder.js.map +1 -1
  5. package/es/api/resources/statistic/CustomerSuccess.js +1 -1
  6. package/es/api/resources/statistic/CustomerSuccess.js.map +1 -1
  7. package/es/types/Enum/TimeRecorderLocation.d.ts +4 -0
  8. package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
  9. package/es/types/Enum/TimeRecorderLocation.js +3 -0
  10. package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
  11. package/es/types/Interface/api/statistic/QueryInternal.d.ts +2 -0
  12. package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
  13. package/es/types/Interface/api/statistic/QueryInternal.js +3 -1
  14. package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  15. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +1 -0
  16. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -1
  17. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +6 -0
  18. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
  19. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts +5 -0
  20. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts.map +1 -0
  21. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +25 -0
  22. package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
  23. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +5 -0
  24. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
  25. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  26. package/es/types/index.d.ts +1 -2
  27. package/es/types/index.d.ts.map +1 -1
  28. package/es/types/index.js +1 -2
  29. package/es/types/index.js.map +1 -1
  30. package/js/api/resources/TimeRecorder.js +5 -0
  31. package/js/api/resources/TimeRecorder.js.map +1 -1
  32. package/js/api/resources/statistic/CustomerSuccess.js +1 -1
  33. package/js/api/resources/statistic/CustomerSuccess.js.map +1 -1
  34. package/js/types/Enum/TimeRecorderLocation.js +4 -0
  35. package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
  36. package/js/types/Interface/api/statistic/QueryInternal.js +4 -2
  37. package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  38. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +1 -0
  39. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
  40. package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +23 -0
  41. package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
  42. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  43. package/js/types/index.js +10 -20
  44. package/js/types/index.js.map +1 -1
  45. package/package.json +1 -1
  46. package/ts/api/resources/TimeRecorder.ts +4 -1
  47. package/ts/api/resources/statistic/CustomerSuccess.ts +1 -1
  48. package/ts/types/Enum/TimeRecorderLocation.ts +4 -0
  49. package/ts/types/Interface/api/statistic/QueryInternal.ts +2 -0
  50. package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +5 -0
  51. package/ts/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.ts +15 -0
  52. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +7 -1
  53. package/ts/types/index.ts +1 -2
  54. package/es/types/Interface/models/IInterestedByFeature.d.ts +0 -11
  55. package/es/types/Interface/models/IInterestedByFeature.d.ts.map +0 -1
  56. package/es/types/Interface/models/IInterestedByFeature.js +0 -2
  57. package/es/types/Interface/models/IInterestedByFeature.js.map +0 -1
  58. package/es/types/Interface/models/IPageView.d.ts +0 -10
  59. package/es/types/Interface/models/IPageView.d.ts.map +0 -1
  60. package/es/types/Interface/models/IPageView.js +0 -2
  61. package/es/types/Interface/models/IPageView.js.map +0 -1
  62. package/js/types/Interface/models/IInterestedByFeature.js +0 -6
  63. package/js/types/Interface/models/IInterestedByFeature.js.map +0 -1
  64. package/js/types/Interface/models/IPageView.js +0 -6
  65. package/js/types/Interface/models/IPageView.js.map +0 -1
  66. package/ts/types/Interface/models/IInterestedByFeature.ts +0 -14
  67. package/ts/types/Interface/models/IPageView.ts +0 -13
@@ -1 +1 @@
1
- {"version":3,"file":"ReadPaginatedDelays.js","names":[],"sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts"],"sourcesContent":["export interface Delay {\n date: string;\n sumDelays?: number;\n sumForgottenDisconnections?: number;\n sumRealWorkingHours: string;\n sumTheoricalWorkingHours: string;\n}\nexport interface DelaysByDay {\n Monday?: Delay;\n Tuesday?: Delay;\n Wednesday?: Delay;\n Thursday?: Delay;\n Friday?: Delay;\n}\n\nexport interface ReadPaginatedDelays {\n idUser: number;\n firstname: string;\n lastname: string;\n days: DelaysByDay\n}"],"mappings":""}
1
+ {"version":3,"file":"ReadPaginatedDelays.js","names":[],"sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts"],"sourcesContent":["export interface Delay {\n date: string;\n sumDelays?: number;\n sumForgottenDisconnections?: number;\n sumRealWorkingHours: string;\n sumTheoricalWorkingHours: string;\n}\nexport interface DelaysByDay {\n Monday?: Delay;\n Tuesday?: Delay;\n Wednesday?: Delay;\n Thursday?: Delay;\n Friday?: Delay;\n}\n\nexport interface ReadPaginatedDelays {\n idUser: number;\n firstname: string;\n lastname: string;\n days: DelaysByDay\n}\n\nexport type ReadPlaceToWork = Array< {\n location: string;\n id: number;\n value: number;\n}>;"],"mappings":""}
package/js/types/index.js CHANGED
@@ -943,16 +943,6 @@ Object.keys(_IIndependentReview).forEach(function (key) {
943
943
  }
944
944
  });
945
945
  });
946
- var _IInterestedByFeature = require("./Interface/models/IInterestedByFeature");
947
- Object.keys(_IInterestedByFeature).forEach(function (key) {
948
- if (key === "default" || key === "__esModule") return;
949
- Object.defineProperty(exports, key, {
950
- enumerable: true,
951
- get: function () {
952
- return _IInterestedByFeature[key];
953
- }
954
- });
955
- });
956
946
  var _IInternalEstimate = require("./Interface/models/IInternalEstimate");
957
947
  Object.keys(_IInternalEstimate).forEach(function (key) {
958
948
  if (key === "default" || key === "__esModule") return;
@@ -1203,16 +1193,6 @@ Object.keys(_IOperationLegalNotice).forEach(function (key) {
1203
1193
  }
1204
1194
  });
1205
1195
  });
1206
- var _IPageView = require("./Interface/models/IPageView");
1207
- Object.keys(_IPageView).forEach(function (key) {
1208
- if (key === "default" || key === "__esModule") return;
1209
- Object.defineProperty(exports, key, {
1210
- enumerable: true,
1211
- get: function () {
1212
- return _IPageView[key];
1213
- }
1214
- });
1215
- });
1216
1196
  var _IPartneredAccountant = require("./Interface/models/IPartneredAccountant");
1217
1197
  Object.keys(_IPartneredAccountant).forEach(function (key) {
1218
1198
  if (key === "default" || key === "__esModule") return;
@@ -6333,6 +6313,16 @@ Object.keys(_QueryPaginatedDelays).forEach(function (key) {
6333
6313
  }
6334
6314
  });
6335
6315
  });
6316
+ var _QueryTimeRecorderGetStats = require("./Interface/api/timeRecorder/QueryTimeRecorderGetStats");
6317
+ Object.keys(_QueryTimeRecorderGetStats).forEach(function (key) {
6318
+ if (key === "default" || key === "__esModule") return;
6319
+ Object.defineProperty(exports, key, {
6320
+ enumerable: true,
6321
+ get: function () {
6322
+ return _QueryTimeRecorderGetStats[key];
6323
+ }
6324
+ });
6325
+ });
6336
6326
  var _ReadAttendanceHours = require("./Interface/api/timeRecorder/ReadAttendanceHours");
6337
6327
  Object.keys(_ReadAttendanceHours).forEach(function (key) {
6338
6328
  if (key === "default" || key === "__esModule") return;