@linear/sdk 18.1.0
Minor Changes
-
d9818fd: feat(schema): [dangerous] Input field 'currentCycleFirst' was added to input object type 'CycleSort' (CycleSort.currentCycleFirst)
feat(schema): [dangerous] Input field 'hiddenAt' was added to input object type 'DocumentUpdateInput' (DocumentUpdateInput.hiddenAt)
feat(schema): [dangerous] Input field 'enterpriseName' was added to input object type 'SharedSlackSettingsInput' (SharedSlackSettingsInput.enterpriseName)
feat(schema): [dangerous] Input field 'enterpriseName' was added to input object type 'SlackAsksSettingsInput' (SlackAsksSettingsInput.enterpriseName)
feat(schema): [dangerous] Input field 'enterpriseName' was added to input object type 'SlackSettingsInput' (SlackSettingsInput.enterpriseName)
feat(schema): [dangerous] Enum value 'issueIdentifiers' was added to enum 'ViewType' (ViewType.issueIdentifiers)
feat(schema): [non_breaking] Type 'AuthEmailIntakeAddress' was added (AuthEmailIntakeAddress)
feat(schema): [non_breaking] Type 'OrganizationInviteLinkDetailsPayload' was added (OrganizationInviteLinkDetailsPayload)
feat(schema): [non_breaking] Type 'OrganizationRegionResponse' was added (OrganizationRegionResponse)
feat(schema): [non_breaking] Field 'region' was added to object type 'AuthOrganization' (AuthOrganization.region)
feat(schema): [non_breaking] Field 'hiddenAt' was added to object type 'Document' (Document.hiddenAt)
feat(schema): [non_breaking] Field 'hiddenAt' was added to object type 'DocumentSearchResult' (DocumentSearchResult.hiddenAt)
feat(schema): [non_breaking] Field 'Mutation.emailUnsubscribe' description changed from 'Unsubscribes the user from one type of emails.' to 'Unsubscribes the user from one type of email.' (Mutation.emailUnsubscribe)
feat(schema): [non_breaking] Input field 'NullableProjectFilter.state' description changed from 'Comparator for the project state.' to '[DEPRECATED] Comparator for the project state.' (NullableProjectFilter.state)
feat(schema): [non_breaking] Input field 'NullableProjectFilter.status' description changed from '[Internal] Filters that the project's status must satisfy.' to 'Filters that the project's status must satisfy.' (NullableProjectFilter.status)
feat(schema): [non_breaking] Field 'allowedAuthServices' was added to object type 'OrganizationInviteFullDetailsPayload' (OrganizationInviteFullDetailsPayload.allowedAuthServices)
feat(schema): [non_breaking] Field 'favorite' was added to object type 'Project' (Project.favorite)
feat(schema): [non_breaking] Field 'Project.state' description changed from 'The type of the state.' to '[DEPRECATED] The type of the state.' (Project.state)
feat(schema): [non_breaking] Field 'Project.state' is deprecated (Project.state)
feat(schema): [non_breaking] Field 'Project.state' has deprecation reason 'Use project.status instead' (Project.state)
feat(schema): [non_breaking] Field 'Project.status' description changed from '[Internal] The status that the project is associated with.' to 'The status that the project is associated with.' (Project.status)
feat(schema): [non_breaking] Input field 'ProjectCollectionFilter.state' description changed from 'Comparator for the project state.' to '[DEPRECATED] Comparator for the project state.' (ProjectCollectionFilter.state)
feat(schema): [non_breaking] Input field 'ProjectCollectionFilter.status' description changed from '[Internal] Filters that the project's status must satisfy.' to 'Filters that the project's status must satisfy.' (ProjectCollectionFilter.status)
feat(schema): [non_breaking] Input field 'ProjectCreateInput.state' description changed from 'The state of the project.' to '[DEPRECATED] The state of the project.' (ProjectCreateInput.state)
feat(schema): [non_breaking] Input field 'ProjectCreateInput.statusId' description changed from '[INTERNAL] The ID of the project status.' to 'The ID of the project status.' (ProjectCreateInput.statusId)
feat(schema): [non_breaking] Input field 'ProjectFilter.state' description changed from 'Comparator for the project state.' to '[DEPRECATED] Comparator for the project state.' (ProjectFilter.state)
feat(schema): [non_breaking] Input field 'ProjectFilter.status' description changed from '[Internal] Filters that the project's status must satisfy.' to 'Filters that the project's status must satisfy.' (ProjectFilter.status)
feat(schema): [non_breaking] Field 'favorite' was added to object type 'ProjectSearchResult' (ProjectSearchResult.favorite)
feat(schema): [non_breaking] Field 'ProjectSearchResult.state' description changed from 'The type of the state.' to '[DEPRECATED] The type of the state.' (ProjectSearchResult.state)
feat(schema): [non_breaking] Field 'ProjectSearchResult.state' is deprecated (ProjectSearchResult.state)
feat(schema): [non_breaking] Field 'ProjectSearchResult.state' has deprecation reason 'Use project.status instead' (ProjectSearchResult.state)
feat(schema): [non_breaking] Field 'ProjectSearchResult.status' description changed from '[Internal] The status that the project is associated with.' to 'The status that the project is associated with.' (ProjectSearchResult.status)
feat(schema): [non_breaking] Field 'ProjectStatus.type' changed type from 'ProjectStatusType' to 'ProjectStatusType!' (ProjectStatus.type)
feat(schema): [non_breaking] Input field 'ProjectUpdateInput.state' description changed from 'The state of the project.' to '[DEPRECATED] The state of the project.' (ProjectUpdateInput.state)
feat(schema): [non_breaking] Input field 'ProjectUpdateInput.statusId' description changed from '[INTERNAL] The ID of the project status.' to 'The ID of the project status.' (ProjectUpdateInput.statusId)
feat(schema): [non_breaking] Field 'organizationRegion' was added to object type 'Query' (Query.organizationRegion)
feat(schema): [non_breaking] Field 'enterpriseName' was added to object type 'SharedSlackSettings' (SharedSlackSettings.enterpriseName)
feat(schema): [non_breaking] Field 'enterpriseName' was added to object type 'SlackAsksSettings' (SlackAsksSettings.enterpriseName)
feat(schema): [non_breaking] Field 'enterpriseName' was added to object type 'SlackSettings' (SlackSettings.enterpriseName)
feat(schema): [non_breaking] Deprecation reason on field 'UserSettings.unsubscribedFrom' has changed from 'Use individual subscription fields instead.' to 'Use individual subscription fields instead. This field's value is now outdated.' (UserSettings.unsubscribedFrom)
-
42627d3: feat: add pagination helper
Patch Changes
- c68d487: chore(deps): update dependency patch versions