@linear/sdk 19.0.0
Major Changes
-
81aec6f: feat(schema): [breaking] Field 'organizationRegion' was removed from object type 'Query' (Query.organizationRegion)
feat(schema): [non_breaking] Description for argument 'channel' on field 'Mutation.attachmentLinkSlack' changed from 'The Slack channel ID for the message to link.' to '[DEPRECATED] The Slack channel ID for the message to link.' (Mutation.attachmentLinkSlack.channel)
feat(schema): [non_breaking] Type for argument 'channel' on field 'Mutation.attachmentLinkSlack' changed from 'String!' to 'String' (Mutation.attachmentLinkSlack.channel)
feat(schema): [non_breaking] Description for argument 'latest' on field 'Mutation.attachmentLinkSlack' changed from 'The latest timestamp for the Slack message.' to '[DEPRECATED] The latest timestamp for the Slack message.' (Mutation.attachmentLinkSlack.latest)
feat(schema): [non_breaking] Type for argument 'latest' on field 'Mutation.attachmentLinkSlack' changed from 'String!' to 'String' (Mutation.attachmentLinkSlack.latest)
feat(schema): [non_breaking] Description for argument 'ts' on field 'Mutation.attachmentLinkSlack' changed from 'Unique identifier of either a thread's parent message or a message in the thread.' to '[DEPRECATED] Unique identifier of either a thread's parent message or a message in the thread.' (Mutation.attachmentLinkSlack.ts)
Minor Changes
- 2c7168c: fix: move pagination helper into
Requestclass
Patch Changes
- 15bb49c: chore(deps): update dependency patch versions