Skip to content

@linear/sdk 43.0.0

Major Changes

  • 3ea227f: feat(schema): [breaking] Field 'CycleChildWebhookPayload.name' changed type from 'String!' to 'String' (CycleChildWebhookPayload.name)

    feat(schema): [breaking] Enum value 'issueCommentMention' was removed from enum 'OtherNotificationType' (OtherNotificationType.issueCommentMention)

    feat(schema): [breaking] Enum value 'issueCommentReaction' was removed from enum 'OtherNotificationType' (OtherNotificationType.issueCommentReaction)

    feat(schema): [breaking] Enum value 'issueEmojiReaction' was removed from enum 'OtherNotificationType' (OtherNotificationType.issueEmojiReaction)

    feat(schema): [breaking] Enum value 'issueNewComment' was removed from enum 'OtherNotificationType' (OtherNotificationType.issueNewComment)

    feat(schema): [breaking] Enum value 'issueStatusChangedDone' was removed from enum 'OtherNotificationType' (OtherNotificationType.issueStatusChangedDone)

    feat(schema): [breaking] Enum value 'issueUnassignedFromYou' was removed from enum 'OtherNotificationType' (OtherNotificationType.issueUnassignedFromYou)

    feat(schema): [dangerous] Input field 'displayName' was added to input object type 'CustomerStatusCreateInput' (CustomerStatusCreateInput.displayName)

    feat(schema): [dangerous] Input field 'displayName' was added to input object type 'CustomerStatusUpdateInput' (CustomerStatusUpdateInput.displayName)

    feat(schema): [dangerous] Member 'IssueCommentMentionNotificationWebhookPayload' was added to Union type 'NotificationWebhookPayload' (NotificationWebhookPayload)

    feat(schema): [dangerous] Member 'IssueCommentReactionNotificationWebhookPayload' was added to Union type 'NotificationWebhookPayload' (NotificationWebhookPayload)

    feat(schema): [dangerous] Member 'IssueEmojiReactionNotificationWebhookPayload' was added to Union type 'NotificationWebhookPayload' (NotificationWebhookPayload)

    feat(schema): [dangerous] Member 'IssueNewCommentNotificationWebhookPayload' was added to Union type 'NotificationWebhookPayload' (NotificationWebhookPayload)

    feat(schema): [dangerous] Member 'IssueStatusChangedNotificationWebhookPayload' was added to Union type 'NotificationWebhookPayload' (NotificationWebhookPayload)

    feat(schema): [dangerous] Member 'IssueUnassignedFromYouNotificationWebhookPayload' was added to Union type 'NotificationWebhookPayload' (NotificationWebhookPayload)

    feat(schema): [non_breaking] Type 'CustomerChildWebhookPayload' was added (CustomerChildWebhookPayload)

    feat(schema): [non_breaking] Type 'CustomerNeedChildWebhookPayload' was added (CustomerNeedChildWebhookPayload)

    feat(schema): [non_breaking] Type 'CustomerNeedWebhookPayload' was added (CustomerNeedWebhookPayload)

    feat(schema): [non_breaking] Type 'CustomerWebhookPayload' was added (CustomerWebhookPayload)

    feat(schema): [non_breaking] Type 'CycleWebhookPayload' was added (CycleWebhookPayload)

    feat(schema): [non_breaking] Type 'IssueCommentMentionNotificationType' was added (IssueCommentMentionNotificationType)

    feat(schema): [non_breaking] Type 'IssueCommentMentionNotificationWebhookPayload' was added (IssueCommentMentionNotificationWebhookPayload)

    feat(schema): [non_breaking] Type 'IssueCommentReactionNotificationType' was added (IssueCommentReactionNotificationType)

    feat(schema): [non_breaking] Type 'IssueCommentReactionNotificationWebhookPayload' was added (IssueCommentReactionNotificationWebhookPayload)

    feat(schema): [non_breaking] Type 'IssueEmojiReactionNotificationType' was added (IssueEmojiReactionNotificationType)

    feat(schema): [non_breaking] Type 'IssueEmojiReactionNotificationWebhookPayload' was added (IssueEmojiReactionNotificationWebhookPayload)

    feat(schema): [non_breaking] Type 'IssueNewCommentNotificationType' was added (IssueNewCommentNotificationType)

    feat(schema): [non_breaking] Type 'IssueNewCommentNotificationWebhookPayload' was added (IssueNewCommentNotificationWebhookPayload)

    feat(schema): [non_breaking] Type 'IssueStatusChangedNotificationType' was added (IssueStatusChangedNotificationType)

    feat(schema): [non_breaking] Type 'IssueStatusChangedNotificationWebhookPayload' was added (IssueStatusChangedNotificationWebhookPayload)

    feat(schema): [non_breaking] Type 'IssueUnassignedFromYouNotificationType' was added (IssueUnassignedFromYouNotificationType)

    feat(schema): [non_breaking] Type 'IssueUnassignedFromYouNotificationWebhookPayload' was added (IssueUnassignedFromYouNotificationWebhookPayload)

    feat(schema): [non_breaking] Field 'CustomerStatus.displayName' changed type from 'String' to 'String!' (CustomerStatus.displayName)

    feat(schema): [non_breaking] Input field 'CustomerStatusCreateInput.name' changed type from 'String!' to 'String' (CustomerStatusCreateInput.name)

    feat(schema): [non_breaking] Field 'externalUserActorId' was added to object type 'IssueAssignedToYouNotificationWebhookPayload' (IssueAssignedToYouNotificationWebhookPayload.externalUserActorId)

    feat(schema): [non_breaking] Field 'externalUserActorId' was added to object type 'IssueMentionNotificationWebhookPayload' (IssueMentionNotificationWebhookPayload.externalUserActorId)

    feat(schema): [non_breaking] Field 'externalUserActorId' was added to object type 'OtherNotificationWebhookPayload' (OtherNotificationWebhookPayload.externalUserActorId)

Minor Changes

  • 3ea227f: Adds additional webhook payloads