feat: integration sync logs

This commit is contained in:
Daniel Hougaard
2024-09-15 19:51:38 +04:00
parent 75034f9350
commit d081077273
3 changed files with 72 additions and 5 deletions

View File

@@ -91,6 +91,8 @@ export type TQueueJobTypes = {
[QueueName.IntegrationSync]: {
name: QueueJobs.IntegrationSync;
payload: {
isManual?: boolean;
actorId?: string;
projectId: string;
environment: string;
secretPath: string;