feat: Add June events for linear integration (#11007)

Fixes https://linear.app/chatwoot/issue/CW-3415/june-sdk-events
This commit is contained in:
Muhsin Keloth
2025-03-03 13:33:11 +05:30
committed by GitHub
parent ecfa6bf6a2
commit bca8c99148
4 changed files with 15 additions and 0 deletions

View File

@@ -124,3 +124,9 @@ export const SLA_EVENTS = Object.freeze({
UPDATE: 'Updated an SLA',
DELETED: 'Deleted an SLA',
});
export const LINEAR_EVENTS = Object.freeze({
CREATE_ISSUE: 'Created a linear issue',
LINK_ISSUE: 'Linked a linear issue',
UNLINK_ISSUE: 'Unlinked a linear issue',
});