export class ActivityLogFilterDataConstants { static USERS_FILTER_ARRAY = [ { "id": 2, "name": "Dispatch", "count": 4, "users": [ { "id": 123, "fullName": "Ognjen Misic", "avatarFile": { "fileId": 884, "fileName": "userAvatar.png", "url": "https://s3.carriera.io:9000/devcarriera/User avatar/37/47/365de7d1-7838-48d3-8ed8-7a597c9ac49a-userAvatar.png", "fileSize": 32030, "tags": null, "tagGeneratedByUser": false, "updatedAt": null }, "count": 1 }, { "id": 98, "fullName": "Slavisa Markovic", "avatarFile": { "fileId": 1272, "fileName": "userAvatar.png", "url": "https://s3.carriera.io:9000/devcarriera/User avatar/37/3/bffdded6-048a-4530-a07f-ca8bc099238a-userAvatar.png", "fileSize": 55352, "tags": null, "tagGeneratedByUser": false, "updatedAt": null }, "count": 17 } ] }, { "id": 8, "name": "CompanyOwner", "count": 1, "users": [ { "id": 9, "fullName": "Ivan Stoiljkovic", "avatarFile": { "fileId": 880, "fileName": "userAvatar.png", "url": "https://s3.carriera.io:9000/devcarriera/User avatar/37/9/ba3aad62-26ad-458c-b6a1-9221d2616bc9-userAvatar.png", "fileSize": 67263, "tags": null, "tagGeneratedByUser": false, "updatedAt": null }, "count": 15 } ] } ] static MODULES_FILTER_ARRAY = [ { "activityLogType": { "id": 5, "companyId": 9, "name": "Truck", "logoName": "ic_truck.svg" }, "count": 17 }, { "activityLogType": { "id": 4, "companyId": 9, "name": "Driver", "logoName": "ic_driver.svg" }, "count": 16 }, ] static ACTIONS_FILTER_ARRAY = [ { "logoName": "action_add.svg", "name": "Add/Create", "actionLogs": [ { "name": "Created", "id": 1 } ], "count": 12 }, { "logoName": "action_recheck.svg", "name": "Edit/Update", "actionLogs": [ { "name": "Updated", "id": 3 } ], "count": 13 }, { "logoName": "action_x.svg", "name": "Delete", "actionLogs": [ { "name": "Deleted", "id": 16 } ], "count": 7 }, { "logoName": "action_stop.svg", "name": "Activate-Deactivate", "actionLogs": [ { "name": "Activated", "id": 14 }, { "name": "Deactivated", "id": 15 } ], "count": 1 } ] }