@pisell/pisellos 2.2.114 → 2.2.116
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.
|
@@ -594,11 +594,15 @@ export var SalesImpl = /*#__PURE__*/function (_BaseModule) {
|
|
|
594
594
|
bookings: bookings
|
|
595
595
|
});
|
|
596
596
|
});
|
|
597
|
-
this.logger.
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
597
|
+
this.logger.addLog({
|
|
598
|
+
type: 'info',
|
|
599
|
+
title: 'getResourceBookingList',
|
|
600
|
+
metadata: {
|
|
601
|
+
currentTime: currentTime,
|
|
602
|
+
bookingList: bookingList,
|
|
603
|
+
deviceTime: deviceTime,
|
|
604
|
+
list: list
|
|
605
|
+
}
|
|
602
606
|
});
|
|
603
607
|
return _context3.abrupt("return", list);
|
|
604
608
|
case 21:
|
|
@@ -439,11 +439,15 @@ var SalesImpl = class extends import_BaseModule.BaseModule {
|
|
|
439
439
|
bookings
|
|
440
440
|
};
|
|
441
441
|
});
|
|
442
|
-
this.logger.
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
442
|
+
this.logger.addLog({
|
|
443
|
+
type: "info",
|
|
444
|
+
title: "getResourceBookingList",
|
|
445
|
+
metadata: {
|
|
446
|
+
currentTime,
|
|
447
|
+
bookingList,
|
|
448
|
+
deviceTime,
|
|
449
|
+
list
|
|
450
|
+
}
|
|
447
451
|
});
|
|
448
452
|
return list;
|
|
449
453
|
}
|