Skip to content

@linear/sdk 68.1.0

Minor Changes

  • 4a8c505: feat(schema): [dangerous] Input field 'hipaaComplianceEnabled' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.hipaaComplianceEnabled)

    feat(schema): [non_breaking] Field 'AgentSession.externalLink' is deprecated (AgentSession.externalLink)

    feat(schema): [non_breaking] Field 'AgentSession.externalLink' has deprecation reason 'Use externalUrls instead.' (AgentSession.externalLink)

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

  • 7f5d131: feat(schema): [dangerous] Input field 'externalUrls' was added to input object type 'AgentSessionCreateOnComment' (AgentSessionCreateOnComment.externalUrls)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • 850364f: Represent GraphQL nullable fields using undefined | null, rather than just undefined