|
8579
|
2026-05-08T08:30:44.617188+00:00
|
03da4156-9bc1-4c59-86f8-3b937ccacca2
|
7498361
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
27749
|
NULL
|
NULL
|
AXTextArea
|
Editor for ReportController.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Http\Controllers\Webhook;
use Carbon\Carbon;
use Illuminate\Contracts\Bus\Dispatcher as BusDispatcher;
use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Jiminny\Events\AutomatedReports\AutomatedReportGenerated;
use Jiminny\Exceptions\ModelNotFoundException;
use Jiminny\Http\Controllers\AbstractController;
use Jiminny\Jobs\AutomatedReports\SendReportJob;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsCallbackService;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Psr\Log\LoggerInterface;
use Throwable;
class ReportController extends AbstractController
{
/**
* Log prefix for all log messages
*/
private const string LOG_PREFIX = '[Report Ready]';
public function __construct(
private readonly AutomatedReportsService $automatedReportsService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
8612
|
2026-05-08T08:31:30.733663+00:00
|
03da4156-9bc1-4c59-86f8-3b937ccacca2
|
7544476
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
27749
|
NULL
|
NULL
|
AXTextArea
|
Editor for ReportController.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Http\Controllers\Webhook;
use Carbon\Carbon;
use Illuminate\Contracts\Bus\Dispatcher as BusDispatcher;
use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Jiminny\Events\AutomatedReports\AutomatedReportGenerated;
use Jiminny\Exceptions\ModelNotFoundException;
use Jiminny\Http\Controllers\AbstractController;
use Jiminny\Jobs\AutomatedReports\SendReportJob;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsCallbackService;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Psr\Log\LoggerInterface;
use Throwable;
class ReportController extends AbstractController
{
/**
* Log prefix for all log messages
*/
private const string LOG_PREFIX = '[Report Ready]';
public function __construct(
private readonly AutomatedReportsService $automatedReportsService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
8631
|
2026-05-08T08:32:04.844380+00:00
|
03da4156-9bc1-4c59-86f8-3b937ccacca2
|
7578585
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
27749
|
NULL
|
NULL
|
AXTextArea
|
Editor for ReportController.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Http\Controllers\Webhook;
use Carbon\Carbon;
use Illuminate\Contracts\Bus\Dispatcher as BusDispatcher;
use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Jiminny\Events\AutomatedReports\AutomatedReportGenerated;
use Jiminny\Exceptions\ModelNotFoundException;
use Jiminny\Http\Controllers\AbstractController;
use Jiminny\Jobs\AutomatedReports\SendReportJob;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsCallbackService;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Psr\Log\LoggerInterface;
use Throwable;
class ReportController extends AbstractController
{
/**
* Log prefix for all log messages
*/
private const string LOG_PREFIX = '[Report Ready]';
public function __construct(
private readonly AutomatedReportsService $automatedReportsService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
8658
|
2026-05-08T08:32:52.059605+00:00
|
03da4156-9bc1-4c59-86f8-3b937ccacca2
|
7625781
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
27749
|
NULL
|
NULL
|
AXTextArea
|
Editor for ReportController.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Http\Controllers\Webhook;
use Carbon\Carbon;
use Illuminate\Contracts\Bus\Dispatcher as BusDispatcher;
use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Jiminny\Events\AutomatedReports\AutomatedReportGenerated;
use Jiminny\Exceptions\ModelNotFoundException;
use Jiminny\Http\Controllers\AbstractController;
use Jiminny\Jobs\AutomatedReports\SendReportJob;
use Jiminny\Models\AutomatedReportResult;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsCallbackService;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Psr\Log\LoggerInterface;
use Throwable;
class ReportController extends AbstractController
{
/**
* Log prefix for all log messages
*/
private const string LOG_PREFIX = '[Report Ready]';
public function __construct(
private readonly AutomatedReportsService $automatedReportsService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49507
|
2026-05-14T14:40:57.471795+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29757495
|
click
|
675
|
533
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RemoteWriteAccessor.php
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49509
|
2026-05-14T14:40:58.541720+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29758564
|
click
|
684
|
575
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RemoteWriteAccessor.php
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49522
|
2026-05-14T14:41:30.833361+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29790855
|
click
|
962
|
546
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RemoteWriteAccessor.php
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49524
|
2026-05-14T14:41:33.757861+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29793780
|
click
|
684
|
590
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RemoteWriteAccessor.php
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49526
|
2026-05-14T14:41:37.258646+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29797281
|
click
|
947
|
543
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RemoteWriteAccessor.php
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49543
|
2026-05-14T14:42:06.434586+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29826456
|
click
|
608
|
580
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49545
|
2026-05-14T14:42:07.879240+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29827901
|
click
|
708
|
578
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49547
|
2026-05-14T14:42:08.084182+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29828106
|
click
|
947
|
574
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49549
|
2026-05-14T14:42:09.067903+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29829089
|
click
|
701
|
600
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49560
|
2026-05-14T14:42:25.767780+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29845789
|
click
|
958
|
561
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49562
|
2026-05-14T14:42:30.676151+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29850697
|
click
|
684
|
566
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49564
|
2026-05-14T14:42:31.687019+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29851708
|
click
|
715
|
600
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49566
|
2026-05-14T14:42:35.905120+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29855926
|
click
|
773
|
803
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
49571
|
2026-05-14T14:43:27.997392+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
29908017
|
click
|
909
|
772
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
iTerm2
|
NULL
|
ec2-user@ip-10-30-145-148:~
|
NULL
|
AXTextArea
|
Editor for RemoteWriteAccessor.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Services\Crm\IntegrationApp\Accessors;
use Jiminny\Services\Crm\IntegrationApp\Api\ActionUrl;
/**
* Helper trait to group remote manipulation - create & update methods
*
* @TODO: Implement all methods
*/
trait RemoteWriteAccessor
{
public function createTask(array $taskPayload = []): array
{
$requestBuilder = $this->getRequestBuilder(ActionUrl::CREATE_TASK, $taskPayload);
return $this->requestExecute->entity($re......
|
Editor for RemoteWriteAccessor.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47524
|
2026-05-14T13:22:54.850093+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25075103
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
22412
|
NULL
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
CrmObject::LEAD,
CrmObject::OPPORTUNITY,
CrmObject::CONTACT,
CrmObject::ACCOUNT,
];
public function __construct(
private LoggerInterface $logger,
) {
}
public function handle(DetachActivityObject $event): void
{
$crmObject = $event->getCrmObject();
$activity = $event->getActivity();
if ($activity->trashed()) {
$this->logger->info('[RematchActivityOnCrmObjectDetach] Skipping rematch for soft-deleted act......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47530
|
2026-05-14T13:23:17.366371+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25097619
|
click
|
849
|
713
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
Slack
|
NULL
|
Huddle: @Aneliya Angelova - Jiminny Inc - Slack
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47531
|
2026-05-14T13:23:17.557121+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25097809
|
click
|
851
|
711
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
Slack
|
NULL
|
Huddle: @Aneliya Angelova - Jiminny Inc - Slack
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47533
|
2026-05-14T13:23:26.603019+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25106855
|
click
|
557
|
525
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47546
|
2026-05-14T13:24:10.330843+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25150582
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
22412
|
NULL
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
CrmObject::LEAD,
CrmObject::OPPORTUNITY,
CrmObject::CONTACT,
CrmObject::ACCOUNT,
];
public function __construct(
private LoggerInterface $logger,
) {
}
public function handle(DetachActivityObject $event): void
{
$crmObject = $event->getCrmObject();
$activity = $event->getActivity();
if ($activity->trashed()) {
$this->logger->info('[RematchActivityOnCrmObjectDetach] Skipping rematch for soft-deleted act......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47563
|
2026-05-14T13:25:08.524791+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25208774
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
22412
|
NULL
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
CrmObject::LEAD,
CrmObject::OPPORTUNITY,
CrmObject::CONTACT,
CrmObject::ACCOUNT,
];
public function __construct(
private LoggerInterface $logger,
) {
}
public function handle(DetachActivityObject $event): void
{
$crmObject = $event->getCrmObject();
$activity = $event->getActivity();
if ($activity->trashed()) {
$this->logger->info('[RematchActivityOnCrmObjectDetach] Skipping rematch for soft-deleted act......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47566
|
2026-05-14T13:25:50.953567+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25251202
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
22412
|
NULL
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
CrmObject::LEAD,
CrmObject::OPPORTUNITY,
CrmObject::CONTACT,
CrmObject::ACCOUNT,
];
public function __construct(
private LoggerInterface $logger,
) {
}
public function handle(DetachActivityObject $event): void
{
$crmObject = $event->getCrmObject();
$activity = $event->getActivity();
if ($activity->trashed()) {
$this->logger->info('[RematchActivityOnCrmObjectDetach] Skipping rematch for soft-deleted act......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47568
|
2026-05-14T13:25:55.675682+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25255924
|
click
|
544
|
535
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47570
|
2026-05-14T13:25:55.857411+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25256105
|
click
|
544
|
535
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47572
|
2026-05-14T13:26:02.785318+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25263033
|
click
|
557
|
641
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47574
|
2026-05-14T13:26:02.924265+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25263172
|
click
|
557
|
641
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47576
|
2026-05-14T13:26:03.816441+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25264064
|
click
|
745
|
723
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47578
|
2026-05-14T13:26:04.713687+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25264961
|
click
|
549
|
702
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47580
|
2026-05-14T13:26:05.426153+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25265674
|
click
|
553
|
646
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47582
|
2026-05-14T13:26:05.639568+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25265887
|
click
|
553
|
646
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47584
|
2026-05-14T13:26:09.052961+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25269300
|
click
|
869
|
591
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47597
|
2026-05-14T13:26:25.758375+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
25286005
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
22412
|
NULL
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
CrmObject::LEAD,
CrmObject::OPPORTUNITY,
CrmObject::CONTACT,
CrmObject::ACCOUNT,
];
public function __construct(
private LoggerInterface $logger,
) {
}
public function handle(DetachActivityObject $event): void
{
$crmObject = $event->getCrmObject();
$activity = $event->getActivity();
if ($activity->trashed()) {
$this->logger->info('[RematchActivityOnCrmObjectDetach] Skipping rematch for soft-deleted act......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47919
|
2026-05-14T13:42:49.844889+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
26270072
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
22412
|
NULL
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
CrmObject::LEAD,
CrmObject::OPPORTUNITY,
CrmObject::CONTACT,
CrmObject::ACCOUNT,
];
public function __construct(
private LoggerInterface $logger,
) {
}
public function handle(DetachActivityObject $event): void
{
$crmObject = $event->getCrmObject();
$activity = $event->getActivity();
if ($activity->trashed()) {
$this->logger->info('[RematchActivityOnCrmObjectDetach] Skipping rematch for soft-deleted act......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
47980
|
2026-05-14T13:45:40.143789+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
26440367
|
click
|
738
|
492
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – console [QAI PROD]
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
48025
|
2026-05-14T13:46:47.350577+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
26507572
|
click
|
727
|
435
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
Firefox
|
NULL
|
CloudWatch | us-east-2 — Work
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
48346
|
2026-05-14T13:58:07.242984+00:00
|
25f92ee5-c210-4bb0-aa44-4054d2351b03
|
27187405
|
click
|
546
|
603
|
NULL
|
NULL
|
0
|
0
|
NULL
|
0
|
NULL
|
NULL
|
PhpStorm
|
NULL
|
faVsco.js – RematchActivityOnCrmObjectDetach.php
|
NULL
|
AXTextArea
|
Editor for RematchActivityOnCrmObjectDetach.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Listeners\Crm;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Bus;
use Jiminny\Enums\CrmObject;
use Jiminny\Events\Crm\DetachActivityObject;
use Jiminny\Jobs\Crm\CheckAndRetryRemoteMatch;
use Jiminny\Jobs\Crm\MatchActivityCrmData;
use Jiminny\Models\Activity;
use Psr\Log\LoggerInterface;
readonly class RematchActivityOnCrmObjectDetach implements ShouldQueue
{
private const array SUPPORTED_OBJECTS = [
......
|
Editor for RematchActivityOnCrmObjectDetach.php
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
1001
|
2026-05-07T08:19:18.878387+00:00
|
fdb3b7a3-88d3-4983-9faf-3a493cf2f0d9
|
5636065
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
27749
|
NULL
|
NULL
|
AXTextArea
|
Editor for RateLimitAware.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Component\Queue\Job;
use DateTimeInterface;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Jiminny\Jobs\Job as BaseJob;
use Jiminny\Jobs\Middleware\RateLimited;
/**
* Class RateLimitedJob
*
* @package Jiminny\Component\Queue
*/
abstract class RateLimitAware extends BaseJob implements ShouldQueue
{
use InteractsWithQueue;
abstract public function retryUntil(): DateTimeInterface;
abstract protected function getRateLimitKey(): string;
abstract protected function getRateLimitJobs(): int;
abstract protected function getRateLimitSeconds(): int;
protected function getRateLimitReleaseSeconds(): int
{
return 10;
}
public function middleware(): array
{
$rateLimitedMiddleware = (new RateLimited($this->getRateLimitKey()))
->allow($this->getRateLimitJobs())
->everySeconds($this->getRateLimitSeconds())
->r......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
1303
|
2026-05-07T08:43:27.740999+00:00
|
fdb3b7a3-88d3-4983-9faf-3a493cf2f0d9
|
7084894
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
27749
|
NULL
|
NULL
|
AXTextArea
|
Editor for RateLimitAware.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Component\Queue\Job;
use DateTimeInterface;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Jiminny\Jobs\Job as BaseJob;
use Jiminny\Jobs\Middleware\RateLimited;
/**
* Class RateLimitedJob
*
* @package Jiminny\Component\Queue
*/
abstract class RateLimitAware extends BaseJob implements ShouldQueue
{
use InteractsWithQueue;
abstract public function retryUntil(): DateTimeInterface;
abstract protected function getRateLimitKey(): string;
abstract protected function getRateLimitJobs(): int;
abstract protected function getRateLimitSeconds(): int;
protected function getRateLimitReleaseSeconds(): int
{
return 10;
}
public function middleware(): array
{
$rateLimitedMiddleware = (new RateLimited($this->getRateLimitKey()))
->allow($this->getRateLimitJobs())
->everySeconds($this->getRateLimitSeconds())
->r......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
7910
|
2026-05-08T07:18:30.509052+00:00
|
03da4156-9bc1-4c59-86f8-3b937ccacca2
|
3164545
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
27749
|
NULL
|
NULL
|
AXTextArea
|
Editor for ProviderRateLimiter.php
|
<?php
declare(strict_types=1);
namespace Jimi <?php
declare(strict_types=1);
namespace Jiminny\Component\Utility\Service;
use Illuminate\Cache\RateLimiter;
use Jiminny\Contracts\Http\RateLimited;
use Jiminny\Contracts\Http\RateLimitInterface;
class ProviderRateLimiter
{
protected RateLimiter $rateLimiter;
public function __construct(RateLimiter $rateLimiter)
{
$this->rateLimiter = $rateLimiter;
}
public function canMakeRequest(RateLimited $provider): bool
{
/** @var RateLimitInterface $rateLimit */
foreach ($provider->getRateLimits() as $rateLimit) {
$key = $rateLimit->getKey();
if ($this->rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) {
return false;
}
}
return true;
}
public function requestAvailableIn(RateLimited $provider): int
{
return $provider->getRateLimits()->isNotEmpty()
? $provider->getRateLimits()
->map(fn (RateLimitInterface $rateLi......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
67180
|
2026-05-21T08:48:16.316995+00:00
|
f6b2b47e-01eb-4dbd-81eb-34da08d6242a
|
5806123
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
43894
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlaybookCategory.php
|
<?php
namespace Jiminny\Models;
use Illuminat <?php
namespace Jiminny\Models;
use Illuminate\Database\Eloquent\Attributes\Scope;
use Carbon\Carbon;
use Illuminate\Database;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Jiminny\Component\Eloquent\Builder;
use Jiminny\Models;
use Jiminny\Models\Scorecard\Scorecard;
use Jiminny\Traits\Enums;
use Jiminny\Traits\RequiresUUID;
use Illuminate\Database\Eloquent\Relations;
/**
* Jiminny\Models\PlaybookCategory
*
* @property int $id
* @property mixed $uuid
* @property int $playbook_id
* @property string $type
* @property string $name
* @property string $ai_prompt_descriptions
* @property bool $is_selectable
* @property int $sequence
* @property bool $was_answered
* @property bool $is_default
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \Illuminate\Database\Eloquent\Collection<int, \Jiminny\Models\Activity> $activities
* @p......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
19979
|
2026-05-11T09:23:18.873248+00:00
|
d42b8b31-1886-4817-bb21-01c53354434e
|
11821899
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
40465
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlaybackController.php
|
<?php
namespace Jiminny\Http\Controllers;
use <?php
namespace Jiminny\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Http\RedirectResponse;
use Illuminate\Auth\Access\AuthorizationException;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Notifications\DatabaseNotification;
use Illuminate\Support\Facades\Log;
use Jiminny\Component\PlaybackPage\Download\Services\DownloadActivityService;
use Jiminny\Http\Serializers\JsonSerializer;
use Jiminny\Http\Transformers\PlaybackPageTransformer;
use Jiminny\Models\User;
use Jiminny\Models;
use Jiminny\Models\Activity;
use Jiminny\Models\Track;
use Jiminny\Services\PlanhatService;
use Jiminny\Services\PlaybackService;
use JsonException;
use Spatie\Fractal\Fractal;
use Illuminate\Support\Facades\Cookie;
final class PlaybackController extends FrontendController
{
use AuthorizesRequests;
public function __construct(
private readonly PlaybackService $playbackService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
25528
|
2026-05-12T07:14:17.032174+00:00
|
eee53fe6-52d6-4c4e-a7e5-11ede410f444
|
3186364
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
40465
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlaybackController.php
|
<?php
namespace Jiminny\Http\Controllers;
use <?php
namespace Jiminny\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Http\RedirectResponse;
use Illuminate\Auth\Access\AuthorizationException;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Notifications\DatabaseNotification;
use Illuminate\Support\Facades\Log;
use Jiminny\Component\PlaybackPage\Download\Services\DownloadActivityService;
use Jiminny\Http\Serializers\JsonSerializer;
use Jiminny\Http\Transformers\PlaybackPageTransformer;
use Jiminny\Models\User;
use Jiminny\Models;
use Jiminny\Models\Activity;
use Jiminny\Models\Track;
use Jiminny\Services\PlanhatService;
use Jiminny\Services\PlaybackService;
use JsonException;
use Spatie\Fractal\Fractal;
use Illuminate\Support\Facades\Cookie;
final class PlaybackController extends FrontendController
{
use AuthorizesRequests;
public function __construct(
private readonly PlaybackService $playbackService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
25558
|
2026-05-12T07:15:25.708311+00:00
|
eee53fe6-52d6-4c4e-a7e5-11ede410f444
|
3255042
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
40465
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlaybackController.php
|
<?php
namespace Jiminny\Http\Controllers;
use <?php
namespace Jiminny\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Http\RedirectResponse;
use Illuminate\Auth\Access\AuthorizationException;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Notifications\DatabaseNotification;
use Illuminate\Support\Facades\Log;
use Jiminny\Component\PlaybackPage\Download\Services\DownloadActivityService;
use Jiminny\Http\Serializers\JsonSerializer;
use Jiminny\Http\Transformers\PlaybackPageTransformer;
use Jiminny\Models\User;
use Jiminny\Models;
use Jiminny\Models\Activity;
use Jiminny\Models\Track;
use Jiminny\Services\PlanhatService;
use Jiminny\Services\PlaybackService;
use JsonException;
use Spatie\Fractal\Fractal;
use Illuminate\Support\Facades\Cookie;
final class PlaybackController extends FrontendController
{
use AuthorizesRequests;
public function __construct(
private readonly PlaybackService $playbackService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
25711
|
2026-05-12T07:22:07.185625+00:00
|
eee53fe6-52d6-4c4e-a7e5-11ede410f444
|
3656528
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
40465
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlaybackController.php
|
<?php
namespace Jiminny\Http\Controllers;
use <?php
namespace Jiminny\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Http\RedirectResponse;
use Illuminate\Auth\Access\AuthorizationException;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Notifications\DatabaseNotification;
use Illuminate\Support\Facades\Log;
use Jiminny\Component\PlaybackPage\Download\Services\DownloadActivityService;
use Jiminny\Http\Serializers\JsonSerializer;
use Jiminny\Http\Transformers\PlaybackPageTransformer;
use Jiminny\Models\User;
use Jiminny\Models;
use Jiminny\Models\Activity;
use Jiminny\Models\Track;
use Jiminny\Services\PlanhatService;
use Jiminny\Services\PlaybackService;
use JsonException;
use Spatie\Fractal\Fractal;
use Illuminate\Support\Facades\Cookie;
final class PlaybackController extends FrontendController
{
use AuthorizesRequests;
public function __construct(
private readonly PlaybackService $playbackService,
......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
25790
|
2026-05-12T07:27:04.728054+00:00
|
eee53fe6-52d6-4c4e-a7e5-11ede410f444
|
3954077
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
40465
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlanhatService.php
|
<?php
namespace Jiminny\Services;
use Carbon\ <?php
namespace Jiminny\Services;
use Carbon\Carbon;
use Exception;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Contracts\Container\BindingResolutionException;
use Illuminate\Http\Client\Response;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Log;
use Jiminny\Component\BillingManagement\Repositories\RoleStatsRepository;
use Jiminny\Models\Partner;
use Jiminny\Models\Team;
use Jiminny\Models\User;
readonly class PlanhatService
{
public function __construct(
private RoleStatsRepository $roleStatsRepository,
) {
}
/** @throws GuzzleException */
public function track(User $user, string $event, array $payload = []): void
{
if (! $this->serviceIsAvailable($user->getTeam()->getPartnerId())) {
return;
}
$user->load('team');
$data = [
'name' => $user->getName(),
'email' => $user->getEmailAddress(),
'externa......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
26103
|
2026-05-12T07:41:41.953296+00:00
|
eee53fe6-52d6-4c4e-a7e5-11ede410f444
|
4831323
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
40465
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlanhatService.php
|
<?php
namespace Jiminny\Services;
use Carbon\ <?php
namespace Jiminny\Services;
use Carbon\Carbon;
use Exception;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Contracts\Container\BindingResolutionException;
use Illuminate\Http\Client\Response;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Log;
use Jiminny\Component\BillingManagement\Repositories\RoleStatsRepository;
use Jiminny\Models\Partner;
use Jiminny\Models\Team;
use Jiminny\Models\User;
readonly class PlanhatService
{
public function __construct(
private RoleStatsRepository $roleStatsRepository,
) {
}
/** @throws GuzzleException */
public function track(User $user, string $event, array $payload = []): void
{
if (! $this->serviceIsAvailable($user->getTeam()->getPartnerId())) {
return;
}
$user->load('team');
$data = [
'name' => $user->getName(),
'email' => $user->getEmailAddress(),
'externa......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
|
26131
|
2026-05-12T07:42:18.701090+00:00
|
eee53fe6-52d6-4c4e-a7e5-11ede410f444
|
4868072
|
app_switch
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
PhpStorm
|
8
|
PhpStorm
|
40465
|
NULL
|
NULL
|
AXTextArea
|
Editor for PlanhatService.php
|
<?php
namespace Jiminny\Services;
use Carbon\ <?php
namespace Jiminny\Services;
use Carbon\Carbon;
use Exception;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Contracts\Container\BindingResolutionException;
use Illuminate\Http\Client\Response;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Log;
use Jiminny\Component\BillingManagement\Repositories\RoleStatsRepository;
use Jiminny\Models\Partner;
use Jiminny\Models\Team;
use Jiminny\Models\User;
readonly class PlanhatService
{
public function __construct(
private RoleStatsRepository $roleStatsRepository,
) {
}
/** @throws GuzzleException */
public function track(User $user, string $event, array $payload = []): void
{
if (! $this->serviceIsAvailable($user->getTeam()->getPartnerId())) {
return;
}
$user->load('team');
$data = [
'name' => $user->getName(),
'email' => $user->getEmailAddress(),
'externa......
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|