Skip to content

@linear/sdk 7.0.0

Major Changes

  • a6f13f2: feat(schema): [breaking] Type 'EventCreateInput' was removed (EventCreateInput)

    feat(schema): [breaking] Type 'EventPayload' was removed (EventPayload)

    feat(schema): [breaking] Field 'CustomView.owner' changed type from 'User!' to 'User' (CustomView.owner)

    feat(schema): [breaking] Field 'eventCreate' was removed from object type 'Mutation' (Mutation.eventCreate)

    feat(schema): [breaking] Field 'integrationSlackIntake' was removed from object type 'Mutation' (Mutation.integrationSlackIntake)

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Field 'CustomView.owner' description changed from '[Deprecated] The user who owns the custom view.' to '[ALPHA] The user who owns the custom view.' (CustomView.owner)

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Field 'Project.startDate' description changed from '[Internal] The estimated start date of the project.' to 'The estimated start date of the project.' (Project.startDate)

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

    feat(schema): [non_breaking] Field 'ProjectSearchResult.startDate' description changed from '[Internal] The estimated start date of the project.' to 'The estimated start date of the project.' (ProjectSearchResult.startDate)

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

  • 87a996c: feat(schema): [breaking] Type 'ProjectNotificationSubscriptionType' was removed (ProjectNotificationSubscriptionType)

    feat(schema): [breaking] 'ArchivePayload' kind changed from 'ObjectTypeDefinition' to 'InterfaceTypeDefinition' (ArchivePayload)

    feat(schema): [breaking] Field 'Favorite.user' changed type from 'User!' to 'User' (Favorite.user)

    feat(schema): [breaking] Input field 'IssueLabelCollectionFilter.team' changed type from 'TeamFilter' to 'NullableTeamFilter' (IssueLabelCollectionFilter.team)

    feat(schema): [breaking] Input field 'IssueLabelFilter.team' changed type from 'TeamFilter' to 'NullableTeamFilter' (IssueLabelFilter.team)

    feat(schema): [breaking] Field 'issueLabelArchive' (deprecated) was removed from object type 'Mutation' (Mutation.issueLabelArchive)

    feat(schema): [breaking] Field 'Mutation.apiKeyDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.apiKeyDelete)

    feat(schema): [breaking] Field 'Mutation.attachmentArchive' changed type from 'ArchivePayload!' to 'AttachmentArchivePayload!' (Mutation.attachmentArchive)

    feat(schema): [breaking] Field 'Mutation.attachmentDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.attachmentDelete)

    feat(schema): [breaking] Field 'Mutation.commentDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.commentDelete)

    feat(schema): [breaking] Field 'Mutation.customViewDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.customViewDelete)

    feat(schema): [breaking] Field 'Mutation.cycleArchive' changed type from 'ArchivePayload!' to 'CycleArchivePayload!' (Mutation.cycleArchive)

    feat(schema): [breaking] Field 'Mutation.documentDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.documentDelete)

    feat(schema): [breaking] Field 'Mutation.emojiDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.emojiDelete)

    feat(schema): [breaking] Field 'Mutation.favoriteDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.favoriteDelete)

    feat(schema): [breaking] Field 'Mutation.integrationDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.integrationDelete)

    feat(schema): [breaking] Field 'Mutation.integrationTemplateDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.integrationTemplateDelete)

    feat(schema): [breaking] Field 'Mutation.issueArchive' changed type from 'ArchivePayload!' to 'IssueArchivePayload!' (Mutation.issueArchive)

    feat(schema): [breaking] Field 'Mutation.issueDelete' changed type from 'ArchivePayload!' to 'IssueArchivePayload!' (Mutation.issueDelete)

    feat(schema): [breaking] Field 'Mutation.issueLabelDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.issueLabelDelete)

    feat(schema): [breaking] Field 'Mutation.issueRelationDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.issueRelationDelete)

    feat(schema): [breaking] Field 'Mutation.issueUnarchive' changed type from 'ArchivePayload!' to 'IssueArchivePayload!' (Mutation.issueUnarchive)

    feat(schema): [breaking] Field 'Mutation.notificationArchive' changed type from 'ArchivePayload!' to 'NotificationArchivePayload!' (Mutation.notificationArchive)

    feat(schema): [breaking] Field 'Mutation.notificationSubscriptionDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.notificationSubscriptionDelete)

    feat(schema): [breaking] Field 'Mutation.notificationUnarchive' changed type from 'ArchivePayload!' to 'NotificationArchivePayload!' (Mutation.notificationUnarchive)

    feat(schema): [breaking] Field 'Mutation.organizationDomainDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.organizationDomainDelete)

    feat(schema): [breaking] Field 'Mutation.organizationInviteDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.organizationInviteDelete)

    feat(schema): [breaking] Field 'Mutation.projectArchive' changed type from 'ArchivePayload!' to 'ProjectArchivePayload!' (Mutation.projectArchive)

    feat(schema): [breaking] Field 'Mutation.projectDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectDelete)

    feat(schema): [breaking] Field 'Mutation.projectLinkDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectLinkDelete)

    feat(schema): [breaking] Field 'Mutation.projectMilestoneDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectMilestoneDelete)

    feat(schema): [breaking] Field 'Mutation.projectUnarchive' changed type from 'ArchivePayload!' to 'ProjectArchivePayload!' (Mutation.projectUnarchive)

    feat(schema): [breaking] Field 'Mutation.projectUpdateDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectUpdateDelete)

    feat(schema): [breaking] Field 'Mutation.reactionDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.reactionDelete)

    feat(schema): [breaking] Field 'Mutation.resendOrganizationInvite' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.resendOrganizationInvite)

    feat(schema): [breaking] Field 'Mutation.roadmapArchive' changed type from 'ArchivePayload!' to 'RoadmapArchivePayload!' (Mutation.roadmapArchive)

    feat(schema): [breaking] Field 'Mutation.roadmapDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.roadmapDelete)

    feat(schema): [breaking] Field 'Mutation.roadmapToProjectDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.roadmapToProjectDelete)

    feat(schema): [breaking] Field 'Mutation.roadmapUnarchive' changed type from 'ArchivePayload!' to 'RoadmapArchivePayload!' (Mutation.roadmapUnarchive)

    feat(schema): [breaking] Field 'Mutation.teamDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.teamDelete)

    feat(schema): [breaking] Field 'Mutation.teamKeyDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.teamKeyDelete)

    feat(schema): [breaking] Field 'Mutation.teamMembershipDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.teamMembershipDelete)

    feat(schema): [breaking] Field 'Mutation.templateDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.templateDelete)

    feat(schema): [breaking] Field 'Mutation.viewPreferencesDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.viewPreferencesDelete)

    feat(schema): [breaking] Field 'Mutation.webhookDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.webhookDelete)

    feat(schema): [breaking] Field 'Mutation.workflowStateArchive' changed type from 'ArchivePayload!' to 'WorkflowStateArchivePayload!' (Mutation.workflowStateArchive)

    feat(schema): [breaking] Field 'type' was removed from interface 'NotificationSubscription' (NotificationSubscription.type)

    feat(schema): [breaking] Field 'NotificationSubscription.user' changed type from 'User!' to 'User' (NotificationSubscription.user)

    feat(schema): [breaking] Input field 'projectNotificationSubscriptionType' was removed from input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.projectNotificationSubscriptionType)

    feat(schema): [breaking] Input field 'teamNotificationSubscriptionTypes' was removed from input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.teamNotificationSubscriptionTypes)

    feat(schema): [breaking] Input field 'projectNotificationSubscriptionType' was removed from input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.projectNotificationSubscriptionType)

    feat(schema): [breaking] Input field 'teamNotificationSubscriptionTypes' was removed from input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.teamNotificationSubscriptionTypes)

    feat(schema): [breaking] Field 'projectNotificationSubscriptionType' was removed from object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.projectNotificationSubscriptionType)

    feat(schema): [breaking] Field 'type' was removed from object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.type)

    feat(schema): [breaking] Field 'ProjectNotificationSubscription.user' changed type from 'User!' to 'User' (ProjectNotificationSubscription.user)

    feat(schema): [breaking] Field 'type' was removed from object type 'TeamNotificationSubscription' (TeamNotificationSubscription.type)

    feat(schema): [breaking] Field 'TeamNotificationSubscription.user' changed type from 'User!' to 'User' (TeamNotificationSubscription.user)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Object type 'ArchivePayload' has description 'A generic payload return from entity archive or deletion mutations.' (ArchivePayload)

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

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

    feat(schema): [non_breaking] Field 'Favorite.user' description changed from 'The owner of the favorite.' to 'The favorited user.' (Favorite.user)

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

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

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

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

    feat(schema): [non_breaking] Field 'Mutation.notificationSubscriptionCreate' description changed from 'Creates a new notification subscription for a team or a project.' to 'Creates a new notification subscription for a cycle, custom view, label, project or team.' (Mutation.notificationSubscriptionCreate)

    feat(schema): [non_breaking] Field 'contextViewType' was added to interface 'NotificationSubscription' (NotificationSubscription.contextViewType)

    feat(schema): [non_breaking] Field 'customView' was added to interface 'NotificationSubscription' (NotificationSubscription.customView)

    feat(schema): [non_breaking] Field 'cycle' was added to interface 'NotificationSubscription' (NotificationSubscription.cycle)

    feat(schema): [non_breaking] Field 'label' was added to interface 'NotificationSubscription' (NotificationSubscription.label)

    feat(schema): [non_breaking] Field 'subscriber' was added to interface 'NotificationSubscription' (NotificationSubscription.subscriber)

    feat(schema): [non_breaking] Field 'userContextViewType' was added to interface 'NotificationSubscription' (NotificationSubscription.userContextViewType)

    feat(schema): [non_breaking] Field 'NotificationSubscription.project' description changed from 'Subscribed project.' to 'The contextual project view associated with the notification subscription.' (NotificationSubscription.project)

    feat(schema): [non_breaking] Field 'NotificationSubscription.team' description changed from 'Subscribed team.' to 'The team associated with the notification subscription.' (NotificationSubscription.team)

    feat(schema): [non_breaking] Field 'NotificationSubscription.user' description changed from 'The user associated with notification subscriptions.' to 'The user view associated with the notification subscription.' (NotificationSubscription.user)

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Field 'ProjectNotificationSubscription.team' description changed from 'Subscribed team.' to 'The team associated with the notification subscription.' (ProjectNotificationSubscription.team)

    feat(schema): [non_breaking] Field 'ProjectNotificationSubscription.user' description changed from 'The user associated with notification subscriptions.' to 'The user view associated with the notification subscription.' (ProjectNotificationSubscription.user)

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

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

    feat(schema): [non_breaking] Field 'Query.issueSearch' description changed from '[ALPHA] Search issues. This query is experimental and is subject to change without notice.' to '[DEPRECATED] Search issues. This endpoint is deprecated and will be removed in the future – use searchIssues instead.' (Query.issueSearch)

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

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Field 'TeamNotificationSubscription.project' description changed from 'Subscribed project.' to 'The contextual project view associated with the notification subscription.' (TeamNotificationSubscription.project)

    feat(schema): [non_breaking] Field 'TeamNotificationSubscription.user' description changed from 'The user associated with notification subscriptions.' to 'The user view associated with the notification subscription.' (TeamNotificationSubscription.user)

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

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

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

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

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

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

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

Patch Changes

  • 918c617: chore(deps): update dependency patch versions