Skip to content

@linear/sdk 60.0.0

Major Changes

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

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

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

    feat(schema): [dangerous] Field 'Query.semanticSearch' is no longer deprecated (Query.semanticSearch)

    feat(schema): [dangerous] Argument 'filters: SemanticSearchFilters' added to field 'Query.semanticSearch' (Query.semanticSearch.filters)

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

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

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

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

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

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

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

    feat(schema): [non_breaking] Field 'AuthenticationSessionResponse.createdAt' description changed from 'Date when the session was created.' to 'The time at which the entity was created.' (AuthenticationSessionResponse.createdAt)

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

    feat(schema): [non_breaking] Field 'Query.semanticSearch' description changed from '[INTERNAL] Search for various resources using natural language.' to 'Search for various resources using natural language.' (Query.semanticSearch)

    feat(schema): [non_breaking] Deprecation reason was removed from field 'Query.semanticSearch' (Query.semanticSearch)

    feat(schema): [non_breaking] Description for argument 'maxResults' on field 'Query.semanticSearch' changed from 'The maximum number of results to return (default: 10).' to 'The maximum number of results to return (default: 50).' (Query.semanticSearch.maxResults)

    feat(schema): [non_breaking] Field 'SemanticSearchPayload.enabled' has description 'Whether the semantic search is enabled.' (SemanticSearchPayload.enabled)

    feat(schema): [non_breaking] Field 'SemanticSearchPayload.enabled' is deprecated (SemanticSearchPayload.enabled)

    feat(schema): [non_breaking] Field 'SemanticSearchPayload.enabled' has deprecation reason 'Always true.' (SemanticSearchPayload.enabled)

    feat(schema): [non_breaking] Description '[INTERNAL] Payload returned by semantic search.' on type 'SemanticSearchPayload' has changed to 'Payload returned by semantic search.' (SemanticSearchPayload)

    feat(schema): [non_breaking] Description '[INTERNAL] A semantic search result reference.' on type 'SemanticSearchResult' has changed to 'A semantic search result reference.' (SemanticSearchResult)

    feat(schema): [non_breaking] Description '[INTERNAL] The type of the semantic search result.' on type 'SemanticSearchResultType' has changed to 'The type of the semantic search result.' (SemanticSearchResultType)

Patch Changes

  • 7ae1128: chore(deps): update dependency patch versions
  • a8f03ca: Removed a redundant parseData call from handlers returned by LinearWebhookClient.createHandler.