@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.
- package/es/api/resources/TimeRecorder.d.ts +2 -1
- package/es/api/resources/TimeRecorder.d.ts.map +1 -1
- package/es/api/resources/TimeRecorder.js +3 -0
- package/es/api/resources/TimeRecorder.js.map +1 -1
- package/es/api/resources/statistic/CustomerSuccess.js +1 -1
- package/es/api/resources/statistic/CustomerSuccess.js.map +1 -1
- package/es/types/Enum/TimeRecorderLocation.d.ts +4 -0
- package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
- package/es/types/Enum/TimeRecorderLocation.js +3 -0
- package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.d.ts +2 -0
- package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.js +3 -1
- package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +1 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +6 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +25 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/es/types/index.d.ts +1 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/TimeRecorder.js +5 -0
- package/js/api/resources/TimeRecorder.js.map +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js.map +1 -1
- package/js/types/Enum/TimeRecorderLocation.js +4 -0
- package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
- package/js/types/Interface/api/statistic/QueryInternal.js +4 -2
- package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +1 -0
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +23 -0
- package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/js/types/index.js +10 -20
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/TimeRecorder.ts +4 -1
- package/ts/api/resources/statistic/CustomerSuccess.ts +1 -1
- package/ts/types/Enum/TimeRecorderLocation.ts +4 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +2 -0
- package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +5 -0
- package/ts/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.ts +15 -0
- package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +7 -1
- package/ts/types/index.ts +1 -2
- package/es/types/Interface/models/IInterestedByFeature.d.ts +0 -11
- package/es/types/Interface/models/IInterestedByFeature.d.ts.map +0 -1
- package/es/types/Interface/models/IInterestedByFeature.js +0 -2
- package/es/types/Interface/models/IInterestedByFeature.js.map +0 -1
- package/es/types/Interface/models/IPageView.d.ts +0 -10
- package/es/types/Interface/models/IPageView.d.ts.map +0 -1
- package/es/types/Interface/models/IPageView.js +0 -2
- package/es/types/Interface/models/IPageView.js.map +0 -1
- package/js/types/Interface/models/IInterestedByFeature.js +0 -6
- package/js/types/Interface/models/IInterestedByFeature.js.map +0 -1
- package/js/types/Interface/models/IPageView.js +0 -6
- package/js/types/Interface/models/IPageView.js.map +0 -1
- package/ts/types/Interface/models/IInterestedByFeature.ts +0 -14
- 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;
|