@linear/sdk 7.0.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,208 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 878bac2: feat(schema): [breaking] Field 'integrationScheduleId' was removed from object type 'FirstResponderSchedule' (FirstResponderSchedule.integrationScheduleId)
8
+
9
+ feat(schema): [breaking] Field 'FirstResponderSchedule.scheduleData' changed type from 'JSONObject!' to 'JSONObject' (FirstResponderSchedule.scheduleData)
10
+
11
+ feat(schema): [breaking] Field 'integrationPageDutyConnect' was removed from object type 'Mutation' (Mutation.integrationPageDutyConnect)
12
+
13
+ feat(schema): [breaking] Field 'Mutation.projectDelete' changed type from 'DeletePayload!' to 'ProjectArchivePayload!' (Mutation.projectDelete)
14
+
15
+ feat(schema): [dangerous] Input field 'repositories' was added to input object type 'GitHubSettingsInput' (GitHubSettingsInput.repositories)
16
+
17
+ feat(schema): [dangerous] Input field 'inviteLink' was added to input object type 'GoogleUserAccountAuthInput' (GoogleUserAccountAuthInput.inviteLink)
18
+
19
+ feat(schema): [dangerous] Input field 'slackAsks' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.slackAsks)
20
+
21
+ feat(schema): [dangerous] Input field 'foreignEntityId' was added to input object type 'IntegrationTemplateCreateInput' (IntegrationTemplateCreateInput.foreignEntityId)
22
+
23
+ feat(schema): [dangerous] Input field 'preserveSortOrderOnCreate' was added to input object type 'IssueCreateInput' (IssueCreateInput.preserveSortOrderOnCreate)
24
+
25
+ feat(schema): [dangerous] Input field 'inviteLink' was added to input object type 'JoinOrganizationInput' (JoinOrganizationInput.inviteLink)
26
+
27
+ feat(schema): [dangerous] Argument 'createAsUser: String' added to field 'Mutation.attachmentLinkDiscord' (Mutation.attachmentLinkDiscord.createAsUser)
28
+
29
+ feat(schema): [dangerous] Argument 'displayIconUrl: String' added to field 'Mutation.attachmentLinkDiscord' (Mutation.attachmentLinkDiscord.displayIconUrl)
30
+
31
+ feat(schema): [dangerous] Argument 'createAsUser: String' added to field 'Mutation.attachmentLinkFront' (Mutation.attachmentLinkFront.createAsUser)
32
+
33
+ feat(schema): [dangerous] Argument 'displayIconUrl: String' added to field 'Mutation.attachmentLinkFront' (Mutation.attachmentLinkFront.displayIconUrl)
34
+
35
+ feat(schema): [dangerous] Argument 'createAsUser: String' added to field 'Mutation.attachmentLinkIntercom' (Mutation.attachmentLinkIntercom.createAsUser)
36
+
37
+ feat(schema): [dangerous] Argument 'displayIconUrl: String' added to field 'Mutation.attachmentLinkIntercom' (Mutation.attachmentLinkIntercom.displayIconUrl)
38
+
39
+ feat(schema): [dangerous] Argument 'createAsUser: String' added to field 'Mutation.attachmentLinkSlack' (Mutation.attachmentLinkSlack.createAsUser)
40
+
41
+ feat(schema): [dangerous] Argument 'displayIconUrl: String' added to field 'Mutation.attachmentLinkSlack' (Mutation.attachmentLinkSlack.displayIconUrl)
42
+
43
+ feat(schema): [dangerous] Argument 'createAsUser: String' added to field 'Mutation.attachmentLinkURL' (Mutation.attachmentLinkURL.createAsUser)
44
+
45
+ feat(schema): [dangerous] Argument 'displayIconUrl: String' added to field 'Mutation.attachmentLinkURL' (Mutation.attachmentLinkURL.displayIconUrl)
46
+
47
+ feat(schema): [dangerous] Argument 'createAsUser: String' added to field 'Mutation.attachmentLinkZendesk' (Mutation.attachmentLinkZendesk.createAsUser)
48
+
49
+ feat(schema): [dangerous] Argument 'displayIconUrl: String' added to field 'Mutation.attachmentLinkZendesk' (Mutation.attachmentLinkZendesk.displayIconUrl)
50
+
51
+ feat(schema): [dangerous] Argument 'trash: Boolean' added to field 'Mutation.projectArchive' (Mutation.projectArchive.trash)
52
+
53
+ feat(schema): [dangerous] Input field 'active' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.active)
54
+
55
+ feat(schema): [dangerous] Input field 'active' was added to input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.active)
56
+
57
+ feat(schema): [dangerous] Input field 'metadata' was added to input object type 'OrganizationInviteCreateInput' (OrganizationInviteCreateInput.metadata)
58
+
59
+ feat(schema): [dangerous] Enum value 'month' was added to enum 'ProjectUpdateReminderFrequency' (ProjectUpdateReminderFrequency.month)
60
+
61
+ feat(schema): [dangerous] Enum value 'appleDevelopment' was added to enum 'PushSubscriptionType' (PushSubscriptionType.appleDevelopment)
62
+
63
+ feat(schema): [dangerous] Enum value 'firebase' was added to enum 'PushSubscriptionType' (PushSubscriptionType.firebase)
64
+
65
+ feat(schema): [dangerous] Argument 'teamId: String' added to field 'Query.searchDocuments' (Query.searchDocuments.teamId)
66
+
67
+ feat(schema): [dangerous] Argument 'teamId: String' added to field 'Query.searchIssues' (Query.searchIssues.teamId)
68
+
69
+ feat(schema): [dangerous] Argument 'teamId: String' added to field 'Query.searchProjects' (Query.searchProjects.teamId)
70
+
71
+ feat(schema): [dangerous] Input field 'mergeableWorkflowStateId' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.mergeableWorkflowStateId)
72
+
73
+ feat(schema): [dangerous] Input field 'inviteLink' was added to input object type 'TokenUserAccountAuthInput' (TokenUserAccountAuthInput.inviteLink)
74
+
75
+ feat(schema): [dangerous] Input field 'slaDayCount' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.slaDayCount)
76
+
77
+ feat(schema): [dangerous] Enum value 'tryCyclesDismissed' was added to enum 'UserFlagType' (UserFlagType.tryCyclesDismissed)
78
+
79
+ feat(schema): [dangerous] Enum value 'tryGithubDismissed' was added to enum 'UserFlagType' (UserFlagType.tryGithubDismissed)
80
+
81
+ feat(schema): [dangerous] Enum value 'tryInvitePeopleDismissed' was added to enum 'UserFlagType' (UserFlagType.tryInvitePeopleDismissed)
82
+
83
+ feat(schema): [dangerous] Enum value 'tryRoadmapsDismissed' was added to enum 'UserFlagType' (UserFlagType.tryRoadmapsDismissed)
84
+
85
+ feat(schema): [dangerous] Enum value 'tryTriageDismissed' was added to enum 'UserFlagType' (UserFlagType.tryTriageDismissed)
86
+
87
+ feat(schema): [non_breaking] Type 'ActorBot' was added (ActorBot)
88
+
89
+ feat(schema): [non_breaking] Type 'AsksChannelConnectPayload' was added (AsksChannelConnectPayload)
90
+
91
+ feat(schema): [non_breaking] Type 'DocumentContentFilter' was added (DocumentContentFilter)
92
+
93
+ feat(schema): [non_breaking] Type 'NullableDocumentContentFilter' was added (NullableDocumentContentFilter)
94
+
95
+ feat(schema): [non_breaking] Type 'SLADayCountType' was added (SLADayCountType)
96
+
97
+ feat(schema): [non_breaking] Type 'SlackAsksSettings' was added (SlackAsksSettings)
98
+
99
+ feat(schema): [non_breaking] Type 'SlackAsksSettingsInput' was added (SlackAsksSettingsInput)
100
+
101
+ feat(schema): [non_breaking] Type 'SlackChannelNameMapping' was added (SlackChannelNameMapping)
102
+
103
+ feat(schema): [non_breaking] Type 'SlackChannelNameMappingInput' was added (SlackChannelNameMappingInput)
104
+
105
+ feat(schema): [non_breaking] Field 'externalUserCreator' was added to object type 'Attachment' (Attachment.externalUserCreator)
106
+
107
+ feat(schema): [non_breaking] Field 'botActor' was added to object type 'Comment' (Comment.botActor)
108
+
109
+ feat(schema): [non_breaking] Field 'resolvingComment' was added to object type 'Comment' (Comment.resolvingComment)
110
+
111
+ feat(schema): [non_breaking] Field 'resolvingUser' was added to object type 'Comment' (Comment.resolvingUser)
112
+
113
+ feat(schema): [non_breaking] Field 'CustomView.owner' description changed from '[ALPHA] The user who owns the custom view.' to 'The user who owns the custom view.' (CustomView.owner)
114
+
115
+ feat(schema): [non_breaking] Field 'CustomView.owner' changed type from 'User' to 'User!' (CustomView.owner)
116
+
117
+ feat(schema): [non_breaking] Field 'active' was added to object type 'CustomViewNotificationSubscription' (CustomViewNotificationSubscription.active)
118
+
119
+ feat(schema): [non_breaking] Field 'active' was added to object type 'CycleNotificationSubscription' (CycleNotificationSubscription.active)
120
+
121
+ feat(schema): [non_breaking] Field 'contentState' was added to object type 'DocumentContent' (DocumentContent.contentState)
122
+
123
+ feat(schema): [non_breaking] Field 'project' was added to object type 'DocumentContent' (DocumentContent.project)
124
+
125
+ feat(schema): [non_breaking] Field 'FirstResponderSchedule.integration' description changed from 'The integration used for scheduling.' to 'The integration used for time scheduling.' (FirstResponderSchedule.integration)
126
+
127
+ feat(schema): [non_breaking] Field 'FirstResponderSchedule.scheduleData' description changed from 'The current schedule and available schedules.' to 'The schedule information.' (FirstResponderSchedule.scheduleData)
128
+
129
+ feat(schema): [non_breaking] Field 'repositories' was added to object type 'GitHubSettings' (GitHubSettings.repositories)
130
+
131
+ feat(schema): [non_breaking] Field 'slackAsks' was added to object type 'IntegrationSettings' (IntegrationSettings.slackAsks)
132
+
133
+ feat(schema): [non_breaking] Field 'foreignEntityId' was added to object type 'IntegrationTemplate' (IntegrationTemplate.foreignEntityId)
134
+
135
+ feat(schema): [non_breaking] Field 'botActor' was added to object type 'IssueHistory' (IssueHistory.botActor)
136
+
137
+ feat(schema): [non_breaking] Field 'botActor' was added to object type 'IssueNotification' (IssueNotification.botActor)
138
+
139
+ feat(schema): [non_breaking] Input field 'IssueUpdateInput.trashed' description changed from 'Wether the issue has been trashed.' to 'Whether the issue has been trashed.' (IssueUpdateInput.trashed)
140
+
141
+ feat(schema): [non_breaking] Field 'active' was added to object type 'LabelNotificationSubscription' (LabelNotificationSubscription.active)
142
+
143
+ feat(schema): [non_breaking] Field 'commentResolve' was added to object type 'Mutation' (Mutation.commentResolve)
144
+
145
+ feat(schema): [non_breaking] Field 'commentUnresolve' was added to object type 'Mutation' (Mutation.commentUnresolve)
146
+
147
+ feat(schema): [non_breaking] Field 'integrationAsksConnectChannel' was added to object type 'Mutation' (Mutation.integrationAsksConnectChannel)
148
+
149
+ feat(schema): [non_breaking] Field 'integrationPagerDutyConnect' was added to object type 'Mutation' (Mutation.integrationPagerDutyConnect)
150
+
151
+ feat(schema): [non_breaking] Field 'Mutation.notificationSubscriptionDelete' is deprecated (Mutation.notificationSubscriptionDelete)
152
+
153
+ feat(schema): [non_breaking] Field 'Mutation.notificationSubscriptionDelete' has deprecation reason 'Update `notificationSubscription.active` to `false` instead.' (Mutation.notificationSubscriptionDelete)
154
+
155
+ feat(schema): [non_breaking] Field 'Mutation.projectDelete' description changed from 'Deletes a project. All issues will be disassociated from the deleted project.' to 'Deletes (trashes) a project.' (Mutation.projectDelete)
156
+
157
+ feat(schema): [non_breaking] Description for argument 'id' on field 'Mutation.projectDelete' changed from 'The identifier of the project to delete. Also the identifier from the URL is accepted.' to 'The identifier of the project to delete.' (Mutation.projectDelete.id)
158
+
159
+ feat(schema): [non_breaking] Field 'botActor' was added to interface 'Notification' (Notification.botActor)
160
+
161
+ feat(schema): [non_breaking] Field 'active' was added to interface 'NotificationSubscription' (NotificationSubscription.active)
162
+
163
+ feat(schema): [non_breaking] Field 'botActor' was added to object type 'OauthClientApprovalNotification' (OauthClientApprovalNotification.botActor)
164
+
165
+ feat(schema): [non_breaking] Field 'samlSettings' was added to object type 'Organization' (Organization.samlSettings)
166
+
167
+ feat(schema): [non_breaking] Field 'slaDayCount' was added to object type 'Organization' (Organization.slaDayCount)
168
+
169
+ feat(schema): [non_breaking] Field 'metadata' was added to object type 'OrganizationInvite' (OrganizationInvite.metadata)
170
+
171
+ feat(schema): [non_breaking] Field 'content' was added to object type 'Project' (Project.content)
172
+
173
+ feat(schema): [non_breaking] Field 'contentData' was added to object type 'Project' (Project.contentData)
174
+
175
+ feat(schema): [non_breaking] Field 'trashed' was added to object type 'Project' (Project.trashed)
176
+
177
+ feat(schema): [non_breaking] Field 'botActor' was added to object type 'ProjectNotification' (ProjectNotification.botActor)
178
+
179
+ feat(schema): [non_breaking] Field 'active' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.active)
180
+
181
+ feat(schema): [non_breaking] Field 'content' was added to object type 'ProjectSearchResult' (ProjectSearchResult.content)
182
+
183
+ feat(schema): [non_breaking] Field 'contentData' was added to object type 'ProjectSearchResult' (ProjectSearchResult.contentData)
184
+
185
+ feat(schema): [non_breaking] Field 'trashed' was added to object type 'ProjectSearchResult' (ProjectSearchResult.trashed)
186
+
187
+ feat(schema): [non_breaking] Field 'diff' was added to object type 'ProjectUpdate' (ProjectUpdate.diff)
188
+
189
+ feat(schema): [non_breaking] Field 'mergeableWorkflowState' was added to object type 'Team' (Team.mergeableWorkflowState)
190
+
191
+ feat(schema): [non_breaking] Field 'active' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.active)
192
+
193
+ feat(schema): [non_breaking] Field 'active' was added to object type 'UserNotificationSubscription' (UserNotificationSubscription.active)
194
+
195
+ ## 7.0.1
196
+
197
+ ### Patch Changes
198
+
199
+ - bb61209: chore(deps): update dependency patch versions
200
+ - b194ff7: feat(schema): [non_breaking] Type 'AttachmentSourcesPayload' was added (AttachmentSourcesPayload)
201
+
202
+ feat(schema): [non_breaking] Field 'isGroup' was added to object type 'IssueLabel' (IssueLabel.isGroup)
203
+
204
+ feat(schema): [non_breaking] Field 'attachmentSources' was added to object type 'Query' (Query.attachmentSources)
205
+
3
206
  ## 7.0.0
4
207
 
5
208
  ### Major Changes