Skip to content

@linear/sdk 63.0.0

Major Changes

  • 8fd4df9: feat(schema): [breaking] Field 'Customer.revenue' changed type from 'Float' to 'Int' (Customer.revenue)

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

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

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

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Input field 'IssueCollectionFilter.accumulatedStateUpdatedAt' description changed from 'Comparator for the issue's accumulatedStateUpdatedAt date.' to '[Internal] Comparator for the issue's accumulatedStateUpdatedAt date.' (IssueCollectionFilter.accumulatedStateUpdatedAt)

    feat(schema): [non_breaking] Input field 'IssueFilter.accumulatedStateUpdatedAt' description changed from 'Comparator for the issue's accumulatedStateUpdatedAt date.' to '[Internal] Comparator for the issue's accumulatedStateUpdatedAt date.' (IssueFilter.accumulatedStateUpdatedAt)

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

    feat(schema): [non_breaking] Field 'Mutation.userDemoteAdmin' description changed from 'Makes user a regular user. Can only be called by an admin or owner.' to '[DEPRECATED] Makes user a regular user. Can only be called by an admin or owner.' (Mutation.userDemoteAdmin)

    feat(schema): [non_breaking] Field 'Mutation.userDemoteAdmin' is deprecated (Mutation.userDemoteAdmin)

    feat(schema): [non_breaking] Field 'Mutation.userDemoteAdmin' has deprecation reason 'Use userChangeRole instead. This mutation will be removed in a future release.' (Mutation.userDemoteAdmin)

    feat(schema): [non_breaking] Field 'Mutation.userDemoteMember' description changed from 'Makes user a guest. Can only be called by an admin.' to '[DEPRECATED] Makes user a guest. Can only be called by an admin.' (Mutation.userDemoteMember)

    feat(schema): [non_breaking] Field 'Mutation.userDemoteMember' is deprecated (Mutation.userDemoteMember)

    feat(schema): [non_breaking] Field 'Mutation.userDemoteMember' has deprecation reason 'Use userChangeRole instead. This mutation will be removed in a future release.' (Mutation.userDemoteMember)

    feat(schema): [non_breaking] Field 'Mutation.userPromoteAdmin' description changed from 'Makes user an admin. Can only be called by an admin or owner.' to '[DEPRECATED] Makes user an admin. Can only be called by an admin or owner.' (Mutation.userPromoteAdmin)

    feat(schema): [non_breaking] Field 'Mutation.userPromoteAdmin' is deprecated (Mutation.userPromoteAdmin)

    feat(schema): [non_breaking] Field 'Mutation.userPromoteAdmin' has deprecation reason 'Use userChangeRole instead. This mutation will be removed in a future release.' (Mutation.userPromoteAdmin)

    feat(schema): [non_breaking] Field 'Mutation.userPromoteMember' description changed from 'Makes user a regular user. Can only be called by an admin.' to '[DEPRECATED] Makes user a regular user. Can only be called by an admin.' (Mutation.userPromoteMember)

    feat(schema): [non_breaking] Field 'Mutation.userPromoteMember' is deprecated (Mutation.userPromoteMember)

    feat(schema): [non_breaking] Field 'Mutation.userPromoteMember' has deprecation reason 'Use userChangeRole instead. This mutation will be removed in a future release.' (Mutation.userPromoteMember)

    feat(schema): [non_breaking] Field 'Mutation.userSuspend' description changed from 'Suspends a user. Can only be called by an admin.' to 'Suspends a user. Can only be called by an admin or owner.' (Mutation.userSuspend)

    feat(schema): [non_breaking] Field 'Mutation.userUnsuspend' description changed from 'Un-suspends a user. Can only be called by an admin.' to 'Un-suspends a user. Can only be called by an admin or owner.' (Mutation.userUnsuspend)

    feat(schema): [non_breaking] Input field 'NullableIssueFilter.accumulatedStateUpdatedAt' description changed from 'Comparator for the issue's accumulatedStateUpdatedAt date.' to '[Internal] Comparator for the issue's accumulatedStateUpdatedAt date.' (NullableIssueFilter.accumulatedStateUpdatedAt)