@linear/sdk 57.0.0
Major Changes
-
d6d3496: feat(schema): [breaking] Field 'AgentSessionWebhookPayload.creatorId' changed type from 'String!' to 'String' (AgentSessionWebhookPayload.creatorId)
feat(schema): [breaking] Field 'commentId' was removed from object type 'PullRequestNotification' (PullRequestNotification.commentId)
feat(schema): [breaking] Field 'parentCommentId' was removed from object type 'PullRequestNotification' (PullRequestNotification.parentCommentId)
feat(schema): [breaking] Field 'reactionEmoji' was removed from object type 'PullRequestNotification' (PullRequestNotification.reactionEmoji)
feat(schema): [dangerous] Enum value 'slackBotWelcomeMessageShown' was added to enum 'UserFlagType' (UserFlagType.slackBotWelcomeMessageShown)
feat(schema): [non_breaking] Type 'AgentSessionCreateOnComment' was added (AgentSessionCreateOnComment)
feat(schema): [non_breaking] Type 'AgentSessionCreateOnIssue' was added (AgentSessionCreateOnIssue)
feat(schema): [non_breaking] Type 'GuidanceRuleOriginWebhookPayload' was added (GuidanceRuleOriginWebhookPayload)
feat(schema): [non_breaking] Type 'GuidanceRuleWebhookPayload' was added (GuidanceRuleWebhookPayload)
feat(schema): [non_breaking] Type 'OrganizationOriginWebhookPayload' was added (OrganizationOriginWebhookPayload)
feat(schema): [non_breaking] Type 'PullRequestCommit' was added (PullRequestCommit)
feat(schema): [non_breaking] Type 'TeamOriginWebhookPayload' was added (TeamOriginWebhookPayload)
feat(schema): [non_breaking] Type 'TeamWithParentWebhookPayload' was added (TeamWithParentWebhookPayload)
feat(schema): [non_breaking] Field 'guidance' was added to object type 'AgentSessionEventWebhookPayload' (AgentSessionEventWebhookPayload.guidance)
feat(schema): [non_breaking] Field 'AgentSessionEventWebhookPayload.previousComments' description changed from 'The previous comments in the thread before this agent was mentioned and the session was initiated, if any.' to 'The previous comments in the thread before this agent was mentioned and the session was initiated, if any. Present only for
createdevents where the session was initiated by mentioning the agent in a child comment of a thread.' (AgentSessionEventWebhookPayload.previousComments)feat(schema): [non_breaking] Field 'agentSession' was added to object type 'Comment' (Comment.agentSession)
feat(schema): [non_breaking] Field 'agentSessions' was added to object type 'Comment' (Comment.agentSessions)
feat(schema): [non_breaking] Field 'Draft.isAutogenerated' is deprecated (Draft.isAutogenerated)
feat(schema): [non_breaking] Field 'Draft.isAutogenerated' has deprecation reason 'Use 'data.generationMetadata' instead' (Draft.isAutogenerated)
feat(schema): [non_breaking] Field 'variant' was added to object type 'IssueSuggestionMetadata' (IssueSuggestionMetadata.variant)
feat(schema): [non_breaking] Field 'agentSessionCreateOnComment' was added to object type 'Mutation' (Mutation.agentSessionCreateOnComment)
feat(schema): [non_breaking] Field 'agentSessionCreateOnIssue' was added to object type 'Mutation' (Mutation.agentSessionCreateOnIssue)
feat(schema): [non_breaking] Field 'commits' was added to object type 'PullRequest' (PullRequest.commits)
feat(schema): [non_breaking] Field 'pullRequestCommentId' was added to object type 'PullRequestNotification' (PullRequestNotification.pullRequestCommentId)
feat(schema): [non_breaking] Field 'Team.displayName' description changed from 'The name of the team including it's parent team name if it has one.' to 'The name of the team including its parent team name if it has one.' (Team.displayName)
Patch Changes
- ce51e20: chore(deps): update dependency patch versions
- d6d3496: Simplify types for webhook payloads by removing unneeded
Omits