shuttlepro-shared 1.4.18 → 1.4.19

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.
@@ -282,6 +282,7 @@ class CallRepository {
282
282
  // Stats grouped by agent
283
283
  // Stats grouped by agent
284
284
  async getAgentStats({ from, to }, filters = {}) {
285
+ console.log({ from, to }, filters);
285
286
  const result = await Call.aggregate([
286
287
  {
287
288
  $match: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {