Skip to content

@linear/sdk 55.1.0

Minor Changes

  • 913358f: feat(schema): [dangerous] Input field 'signal' was added to input object type 'AgentActivityCreateInput' (AgentActivityCreateInput.signal)

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

    feat(schema): [dangerous] Enum value 'updates' was added to enum 'InitiativeTab' (InitiativeTab.updates)

    feat(schema): [dangerous] Enum value 'updates' was added to enum 'ProjectTab' (ProjectTab.updates)

    feat(schema): [dangerous] Argument 'sort: [UserSortInput!]' added to field 'Query.users' (Query.users.sort)

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

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Object type 'AgentActivityCreatePromptInput' has description '[Internal] Input for creating prompt-type agent activities (created by users).' (AgentActivityCreatePromptInput)

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

    feat(schema): [non_breaking] Field 'Issue.suggestions' description changed from '[Internal] Product intelligence suggestions for the issue.' to '[Internal] Product Intelligence suggestions for the issue.' (Issue.suggestions)

    feat(schema): [non_breaking] Field 'IssueSearchResult.suggestions' description changed from '[Internal] Product intelligence suggestions for the issue.' to '[Internal] Product Intelligence suggestions for the issue.' (IssueSearchResult.suggestions)

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

    feat(schema): [non_breaking] Field 'Mutation.agentActivityCreatePrompt' description changed from 'Creates a prompt agent activity from Linear user input.' to '[Internal] Creates a prompt agent activity from Linear user input.' (Mutation.agentActivityCreatePrompt)

    feat(schema): [non_breaking] Description '[INTERNAL] Project attachment' on type 'ProjectAttachment' has changed to 'Project attachment' (ProjectAttachment)

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

  • 12c47d3: Fix import resolution from node ESM contexts

Patch Changes

  • 1c5ed69: chore(deps): update dependency patch versions