feat: Add June events for linear integration (#11007)
Fixes https://linear.app/chatwoot/issue/CW-3415/june-sdk-events
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user