@linear/sdk 1.18.0 → 1.22.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,709 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4e2964b: feat(schema): [breaking] Field 'Mutation.attachmentLinkFront' changed type from 'AttachmentPayload!' to 'FrontAttachmentPayload!' (Mutation.attachmentLinkFront)
8
+
9
+ feat(schema): [dangerous] Input field 'commentBody' was added to input object type 'AttachmentCreateInput' (AttachmentCreateInput.commentBody)
10
+
11
+ feat(schema): [dangerous] Input field 'commentBodyData' was added to input object type 'AttachmentCreateInput' (AttachmentCreateInput.commentBodyData)
12
+
13
+ feat(schema): [dangerous] Input field 'filterData' was added to input object type 'CustomViewCreateInput' (CustomViewCreateInput.filterData)
14
+
15
+ feat(schema): [dangerous] Input field 'filterData' was added to input object type 'CustomViewUpdateInput' (CustomViewUpdateInput.filterData)
16
+
17
+ feat(schema): [dangerous] Input field 'documentId' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.documentId)
18
+
19
+ feat(schema): [dangerous] Argument 'includeClosedIssues: Boolean' added to field 'Mutation.issueImportCreateAsana' (Mutation.issueImportCreateAsana.includeClosedIssues)
20
+
21
+ feat(schema): [dangerous] Argument 'includeClosedIssues: Boolean' added to field 'Mutation.issueImportCreateClubhouse' (Mutation.issueImportCreateClubhouse.includeClosedIssues)
22
+
23
+ feat(schema): [dangerous] Argument 'includeClosedIssues: Boolean' added to field 'Mutation.issueImportCreateGithub' (Mutation.issueImportCreateGithub.includeClosedIssues)
24
+
25
+ feat(schema): [dangerous] Argument 'includeClosedIssues: Boolean' added to field 'Mutation.issueImportCreateJira' (Mutation.issueImportCreateJira.includeClosedIssues)
26
+
27
+ feat(schema): [dangerous] Input field 'cycleEnabledStartWeek' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.cycleEnabledStartWeek)
28
+
29
+ feat(schema): [dangerous] Enum value 'slackCommentReactionTipShown' was added to enum 'UserFlagType' (UserFlagType.slackCommentReactionTipShown)
30
+
31
+ feat(schema): [non_breaking] Type 'AuditEntry' was added (AuditEntry)
32
+
33
+ feat(schema): [non_breaking] Type 'AuditEntryConnection' was added (AuditEntryConnection)
34
+
35
+ feat(schema): [non_breaking] Type 'AuditEntryEdge' was added (AuditEntryEdge)
36
+
37
+ feat(schema): [non_breaking] Type 'AuditEntryFilter' was added (AuditEntryFilter)
38
+
39
+ feat(schema): [non_breaking] Type 'AuditEntryType' was added (AuditEntryType)
40
+
41
+ feat(schema): [non_breaking] Type 'BatchRequest' was added (BatchRequest)
42
+
43
+ feat(schema): [non_breaking] Type 'Document' was added (Document)
44
+
45
+ feat(schema): [non_breaking] Type 'DocumentConnection' was added (DocumentConnection)
46
+
47
+ feat(schema): [non_breaking] Type 'DocumentCreateInput' was added (DocumentCreateInput)
48
+
49
+ feat(schema): [non_breaking] Type 'DocumentEdge' was added (DocumentEdge)
50
+
51
+ feat(schema): [non_breaking] Type 'DocumentPayload' was added (DocumentPayload)
52
+
53
+ feat(schema): [non_breaking] Type 'DocumentUpdateInput' was added (DocumentUpdateInput)
54
+
55
+ feat(schema): [non_breaking] Type 'DocumentVersion' was added (DocumentVersion)
56
+
57
+ feat(schema): [non_breaking] Type 'DocumentVersionConnection' was added (DocumentVersionConnection)
58
+
59
+ feat(schema): [non_breaking] Type 'DocumentVersionEdge' was added (DocumentVersionEdge)
60
+
61
+ feat(schema): [non_breaking] Type 'DocumentationSearchPayload' was added (DocumentationSearchPayload)
62
+
63
+ feat(schema): [non_breaking] Type 'FrontAttachmentPayload' was added (FrontAttachmentPayload)
64
+
65
+ feat(schema): [non_breaking] Type 'IssueBatchPayload' was added (IssueBatchPayload)
66
+
67
+ feat(schema): [non_breaking] Type 'JiraConfigurationInput' was added (JiraConfigurationInput)
68
+
69
+ feat(schema): [non_breaking] Type 'SyncBatchResponse' was added (SyncBatchResponse)
70
+
71
+ feat(schema): [non_breaking] Type 'UUID' was added (UUID)
72
+
73
+ feat(schema): [non_breaking] Field 'webhooksEnabled' was added to object type 'AuthorizedApplication' (AuthorizedApplication.webhooksEnabled)
74
+
75
+ feat(schema): [non_breaking] Field 'filterData' was added to object type 'CustomView' (CustomView.filterData)
76
+
77
+ feat(schema): [non_breaking] Field 'CustomView.filters' is deprecated (CustomView.filters)
78
+
79
+ feat(schema): [non_breaking] Field 'CustomView.filters' has deprecation reason 'Will be replaced by `filterData` in a future update' (CustomView.filters)
80
+
81
+ feat(schema): [non_breaking] Field 'DependencyResponse.dependencies' description changed from 'A JSON serialized collection of model objects loaded from the archive' to 'A JSON serialized collection of dependencies.' (DependencyResponse.dependencies)
82
+
83
+ feat(schema): [non_breaking] Field 'document' was added to object type 'Favorite' (Favorite.document)
84
+
85
+ feat(schema): [non_breaking] Field 'documentCreate' was added to object type 'Mutation' (Mutation.documentCreate)
86
+
87
+ feat(schema): [non_breaking] Field 'documentDelete' was added to object type 'Mutation' (Mutation.documentDelete)
88
+
89
+ feat(schema): [non_breaking] Field 'documentUpdate' was added to object type 'Mutation' (Mutation.documentUpdate)
90
+
91
+ feat(schema): [non_breaking] Field 'issueBatchUpdate' was added to object type 'Mutation' (Mutation.issueBatchUpdate)
92
+
93
+ feat(schema): [non_breaking] Field 'jiraIntegrationConnect' was added to object type 'Mutation' (Mutation.jiraIntegrationConnect)
94
+
95
+ feat(schema): [non_breaking] Field 'Mutation.subscriptionArchive' description changed from 'Archives a subscription.' to '[Internal] Archives a subscription.' (Mutation.subscriptionArchive)
96
+
97
+ feat(schema): [non_breaking] Field 'Mutation.subscriptionSessionCreate' description changed from 'Creates a subscription session. Used internally to integrate with Stripe.' to '[Internal] Creates a subscription session. Used internally to integrate with Stripe.' (Mutation.subscriptionSessionCreate)
98
+
99
+ feat(schema): [non_breaking] Field 'Mutation.subscriptionUpdate' description changed from 'Updates a subscription.' to '[Internal] Updates a subscription.' (Mutation.subscriptionUpdate)
100
+
101
+ feat(schema): [non_breaking] Field 'Mutation.subscriptionUpdateSessionCreate' description changed from 'Creates a subscription update session. Used internally to integrate with Stripe.' to '[Internal] Creates a subscription update session. Used internally to integrate with Stripe.' (Mutation.subscriptionUpdateSessionCreate)
102
+
103
+ feat(schema): [non_breaking] Field 'Mutation.subscriptionUpgrade' description changed from 'Upgrades a subscription plan.' to '[Internal] Upgrades a subscription plan.' (Mutation.subscriptionUpgrade)
104
+
105
+ feat(schema): [non_breaking] Field 'documents' was added to object type 'Project' (Project.documents)
106
+
107
+ feat(schema): [non_breaking] Field 'administrableTeams' was added to object type 'Query' (Query.administrableTeams)
108
+
109
+ feat(schema): [non_breaking] Field 'auditEntries' was added to object type 'Query' (Query.auditEntries)
110
+
111
+ feat(schema): [non_breaking] Field 'auditEntryTypes' was added to object type 'Query' (Query.auditEntryTypes)
112
+
113
+ feat(schema): [non_breaking] Field 'document' was added to object type 'Query' (Query.document)
114
+
115
+ feat(schema): [non_breaking] Field 'documentationSearch' was added to object type 'Query' (Query.documentationSearch)
116
+
117
+ feat(schema): [non_breaking] Field 'documents' was added to object type 'Query' (Query.documents)
118
+
119
+ feat(schema): [non_breaking] Field 'syncBatch' was added to object type 'Query' (Query.syncBatch)
120
+
121
+ feat(schema): [non_breaking] Field 'Query.teams' description changed from 'All teams.' to 'All teams whose issues can be accessed by the user. This might be different from `administrableTeams`, which also includes teams whose settings can be changed by the user.' (Query.teams)
122
+
123
+ feat(schema): [non_breaking] Field 'defaultTemplateForMembers' was added to object type 'Team' (Team.defaultTemplateForMembers)
124
+
125
+ feat(schema): [non_breaking] Field 'defaultTemplateForNonMembers' was added to object type 'Team' (Team.defaultTemplateForNonMembers)
126
+
127
+ feat(schema): [non_breaking] Field 'Team.cycleCalenderUrl' description changed from 'Calender feed (iCal) for cycles.' to 'Calendar feed URL (iCal) for cycles.' (Team.cycleCalenderUrl)
128
+
129
+ feat(schema): [non_breaking] Field 'Team.defaultTemplateForMembersId' description changed from 'The default template to use for new issues created by members of the team.' to 'The id of the default template to use for new issues created by members of the team.' (Team.defaultTemplateForMembersId)
130
+
131
+ feat(schema): [non_breaking] Field 'Team.defaultTemplateForMembersId' is deprecated (Team.defaultTemplateForMembersId)
132
+
133
+ feat(schema): [non_breaking] Field 'Team.defaultTemplateForMembersId' has deprecation reason 'Use defaultTemplateForMembers instead' (Team.defaultTemplateForMembersId)
134
+
135
+ feat(schema): [non_breaking] Field 'Team.defaultTemplateForNonMembersId' description changed from 'The default template to use for new issues created by non-members of the team.' to 'The id of the default template to use for new issues created by non-members of the team.' (Team.defaultTemplateForNonMembersId)
136
+
137
+ feat(schema): [non_breaking] Field 'Team.defaultTemplateForNonMembersId' is deprecated (Team.defaultTemplateForNonMembersId)
138
+
139
+ feat(schema): [non_breaking] Field 'Team.defaultTemplateForNonMembersId' has deprecation reason 'Use defaultTemplateForNonMembers instead' (Team.defaultTemplateForNonMembersId)
140
+
141
+ feat(schema): [non_breaking] Field 'User.organization' description changed from 'Organization in which the user belongs to.' to 'Organization the user belongs to.' (User.organization)
142
+
143
+ - 90706af: feat(schema): [breaking] Type 'DocumentationSearchPayload' was removed (DocumentationSearchPayload)
144
+
145
+ feat(schema): [breaking] Type 'SearchResultPayload' was removed (SearchResultPayload)
146
+
147
+ feat(schema): [breaking] Field 'IssueLabel.team' changed type from 'Team!' to 'Team' (IssueLabel.team)
148
+
149
+ feat(schema): [breaking] Field 'integrationJiraSettingsUpdate' was removed from object type 'Mutation' (Mutation.integrationJiraSettingsUpdate)
150
+
151
+ feat(schema): [breaking] Field 'documentationSearch' was removed from object type 'Query' (Query.documentationSearch)
152
+
153
+ feat(schema): [breaking] Field 'search' was removed from object type 'Query' (Query.search)
154
+
155
+ feat(schema): [breaking] Field 'Template.organization' changed type from 'Organization!' to 'Organization' (Template.organization)
156
+
157
+ feat(schema): [breaking] Field 'Template.team' changed type from 'Team!' to 'Team' (Template.team)
158
+
159
+ feat(schema): [dangerous] Argument 'replaceTeamLabels: Boolean' added to field 'Mutation.issueLabelCreate' (Mutation.issueLabelCreate.replaceTeamLabels)
160
+
161
+ feat(schema): [dangerous] Input field 'containsIgnoreCase' was added to input object type 'NestedStringComparator' (NestedStringComparator.containsIgnoreCase)
162
+
163
+ feat(schema): [dangerous] Input field 'eqIgnoreCase' was added to input object type 'NestedStringComparator' (NestedStringComparator.eqIgnoreCase)
164
+
165
+ feat(schema): [dangerous] Input field 'neqIgnoreCase' was added to input object type 'NestedStringComparator' (NestedStringComparator.neqIgnoreCase)
166
+
167
+ feat(schema): [dangerous] Input field 'notContainsIgnoreCase' was added to input object type 'NestedStringComparator' (NestedStringComparator.notContainsIgnoreCase)
168
+
169
+ feat(schema): [dangerous] Input field 'containsIgnoreCase' was added to input object type 'NullableStringComparator' (NullableStringComparator.containsIgnoreCase)
170
+
171
+ feat(schema): [dangerous] Input field 'eqIgnoreCase' was added to input object type 'NullableStringComparator' (NullableStringComparator.eqIgnoreCase)
172
+
173
+ feat(schema): [dangerous] Input field 'neqIgnoreCase' was added to input object type 'NullableStringComparator' (NullableStringComparator.neqIgnoreCase)
174
+
175
+ feat(schema): [dangerous] Input field 'notContainsIgnoreCase' was added to input object type 'NullableStringComparator' (NullableStringComparator.notContainsIgnoreCase)
176
+
177
+ feat(schema): [dangerous] Input field 'isMe' was added to input object type 'NullableUserFilter' (NullableUserFilter.isMe)
178
+
179
+ feat(schema): [dangerous] Input field 'containsIgnoreCase' was added to input object type 'StringComparator' (StringComparator.containsIgnoreCase)
180
+
181
+ feat(schema): [dangerous] Input field 'eqIgnoreCase' was added to input object type 'StringComparator' (StringComparator.eqIgnoreCase)
182
+
183
+ feat(schema): [dangerous] Input field 'neqIgnoreCase' was added to input object type 'StringComparator' (StringComparator.neqIgnoreCase)
184
+
185
+ feat(schema): [dangerous] Input field 'notContainsIgnoreCase' was added to input object type 'StringComparator' (StringComparator.notContainsIgnoreCase)
186
+
187
+ feat(schema): [dangerous] Input field 'color' was added to input object type 'TeamCreateInput' (TeamCreateInput.color)
188
+
189
+ feat(schema): [dangerous] Input field 'icon' was added to input object type 'TeamCreateInput' (TeamCreateInput.icon)
190
+
191
+ feat(schema): [dangerous] Input field 'color' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.color)
192
+
193
+ feat(schema): [dangerous] Input field 'icon' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.icon)
194
+
195
+ feat(schema): [dangerous] Input field 'teamId' was added to input object type 'TemplateUpdateInput' (TemplateUpdateInput.teamId)
196
+
197
+ feat(schema): [dangerous] Input field 'reducedPersonalInformation' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.reducedPersonalInformation)
198
+
199
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'UpdateUserInput' (UpdateUserInput.description)
200
+
201
+ feat(schema): [dangerous] Input field 'statusEmoji' was added to input object type 'UpdateUserInput' (UpdateUserInput.statusEmoji)
202
+
203
+ feat(schema): [dangerous] Input field 'statusLabel' was added to input object type 'UpdateUserInput' (UpdateUserInput.statusLabel)
204
+
205
+ feat(schema): [dangerous] Input field 'statusUntilAt' was added to input object type 'UpdateUserInput' (UpdateUserInput.statusUntilAt)
206
+
207
+ feat(schema): [dangerous] Input field 'timezone' was added to input object type 'UpdateUserInput' (UpdateUserInput.timezone)
208
+
209
+ feat(schema): [dangerous] Input field 'isMe' was added to input object type 'UserFilter' (UserFilter.isMe)
210
+
211
+ feat(schema): [dangerous] Enum value 'canPlayTetris' was added to enum 'UserFlagType' (UserFlagType.canPlayTetris)
212
+
213
+ feat(schema): [non_breaking] Type 'GitHubCommitIntegrationPayload' was added (GitHubCommitIntegrationPayload)
214
+
215
+ feat(schema): [non_breaking] Type 'GoogleSheetsSettingsInput' was added (GoogleSheetsSettingsInput)
216
+
217
+ feat(schema): [non_breaking] Type 'IntegrationSettingsInput' was added (IntegrationSettingsInput)
218
+
219
+ feat(schema): [non_breaking] Type 'ProjectLinkUpdateInput' was added (ProjectLinkUpdateInput)
220
+
221
+ feat(schema): [non_breaking] Type 'SentrySettingsInput' was added (SentrySettingsInput)
222
+
223
+ feat(schema): [non_breaking] Type 'SlackPostSettingsInput' was added (SlackPostSettingsInput)
224
+
225
+ feat(schema): [non_breaking] Type 'ZendeskSettingsInput' was added (ZendeskSettingsInput)
226
+
227
+ feat(schema): [non_breaking] Field 'contentData' was added to object type 'Document' (Document.contentData)
228
+
229
+ feat(schema): [non_breaking] Input field 'DocumentCreateInput.contentData' description changed from 'The document content as a Prosemirror document.' to '[Internal] The document content as a Prosemirror document.' (DocumentCreateInput.contentData)
230
+
231
+ feat(schema): [non_breaking] Input field 'DocumentUpdateInput.contentData' description changed from 'The document content as a Prosemirror document.' to '[Internal] The document content as a Prosemirror document.' (DocumentUpdateInput.contentData)
232
+
233
+ feat(schema): [non_breaking] Field 'organization' was added to object type 'IssueLabel' (IssueLabel.organization)
234
+
235
+ feat(schema): [non_breaking] Field 'IssueLabel.team' description changed from 'The team to which the label belongs to.' to 'The team that the label is associated with. If null, the label is associated with the global workspace..' (IssueLabel.team)
236
+
237
+ feat(schema): [non_breaking] Input field 'IssueLabelCreateInput.teamId' description changed from 'The team associated with the label.' to 'The team associated with the label. If not given, the label will be associated with the entire workspace.' (IssueLabelCreateInput.teamId)
238
+
239
+ feat(schema): [non_breaking] Input field 'IssueLabelCreateInput.teamId' changed type from 'String!' to 'String' (IssueLabelCreateInput.teamId)
240
+
241
+ feat(schema): [non_breaking] Field 'attachmentLinkJiraIssue' was added to object type 'Mutation' (Mutation.attachmentLinkJiraIssue)
242
+
243
+ feat(schema): [non_breaking] Field 'debugCreateSubscription' was added to object type 'Mutation' (Mutation.debugCreateSubscription)
244
+
245
+ feat(schema): [non_breaking] Field 'integrationGithubCommitCreate' was added to object type 'Mutation' (Mutation.integrationGithubCommitCreate)
246
+
247
+ feat(schema): [non_breaking] Field 'integrationSettingsUpdate' was added to object type 'Mutation' (Mutation.integrationSettingsUpdate)
248
+
249
+ feat(schema): [non_breaking] Field 'projectLinkUpdate' was added to object type 'Mutation' (Mutation.projectLinkUpdate)
250
+
251
+ feat(schema): [non_breaking] Field 'Mutation.debugCreateOAuthApps' description changed from 'Create the OAuth test applications in development.' to '[Internal] Create the OAuth test applications in development.' (Mutation.debugCreateOAuthApps)
252
+
253
+ feat(schema): [non_breaking] Field 'Mutation.debugCreateSAMLOrg' description changed from 'Create the SAML test organization in development.' to '[Internal] Create the SAML test organization in development.' (Mutation.debugCreateSAMLOrg)
254
+
255
+ feat(schema): [non_breaking] Field 'Mutation.debugFailWithWarning' description changed from 'Always logs an error to Sentry as warning. Used to debug logging.' to '[Internal] Always logs an error to Sentry as warning. Used to debug logging.' (Mutation.debugFailWithWarning)
256
+
257
+ feat(schema): [non_breaking] Field 'Mutation.integrationIntercomSettingsUpdate' description changed from 'Updates settings on the Intercom integration.' to '[DEPRECATED] Updates settings on the Intercom integration.' (Mutation.integrationIntercomSettingsUpdate)
258
+
259
+ feat(schema): [non_breaking] Field 'Mutation.integrationIntercomSettingsUpdate' is deprecated (Mutation.integrationIntercomSettingsUpdate)
260
+
261
+ feat(schema): [non_breaking] Field 'Mutation.integrationIntercomSettingsUpdate' has deprecation reason 'This mutation is deprecated, please use `integrationSettingsUpdate` instead' (Mutation.integrationIntercomSettingsUpdate)
262
+
263
+ feat(schema): [non_breaking] Field 'labels' was added to object type 'Organization' (Organization.labels)
264
+
265
+ feat(schema): [non_breaking] Field 'templates' was added to object type 'Organization' (Organization.templates)
266
+
267
+ feat(schema): [non_breaking] Field 'color' was added to object type 'Team' (Team.color)
268
+
269
+ feat(schema): [non_breaking] Field 'icon' was added to object type 'Team' (Team.icon)
270
+
271
+ feat(schema): [non_breaking] Description 'A template object used for creating new issues faster.' on type 'Template' has changed to 'A template object used for creating entities faster.' (Template)
272
+
273
+ feat(schema): [non_breaking] Input field 'TemplateCreateInput.teamId' description changed from 'The identifier or key of the team associated with the template.' to 'The identifier or key of the team associated with the template. If not given, the template will be shared across all teams.' (TemplateCreateInput.teamId)
274
+
275
+ feat(schema): [non_breaking] Input field 'TemplateCreateInput.teamId' changed type from 'String!' to 'String' (TemplateCreateInput.teamId)
276
+
277
+ feat(schema): [non_breaking] Field 'description' was added to object type 'User' (User.description)
278
+
279
+ feat(schema): [non_breaking] Field 'isMe' was added to object type 'User' (User.isMe)
280
+
281
+ feat(schema): [non_breaking] Field 'statusEmoji' was added to object type 'User' (User.statusEmoji)
282
+
283
+ feat(schema): [non_breaking] Field 'statusLabel' was added to object type 'User' (User.statusLabel)
284
+
285
+ feat(schema): [non_breaking] Field 'statusUntilAt' was added to object type 'User' (User.statusUntilAt)
286
+
287
+ feat(schema): [non_breaking] Field 'timezone' was added to object type 'User' (User.timezone)
288
+
289
+ - 9e25007: feat(schema): [breaking] Field 'Webhook.url' changed type from 'String!' to 'String' (Webhook.url)
290
+
291
+ feat(schema): [non_breaking] Type 'JiraLinearMapping' was added (JiraLinearMapping)
292
+
293
+ feat(schema): [non_breaking] Type 'JiraLinearMappingInput' was added (JiraLinearMappingInput)
294
+
295
+ feat(schema): [non_breaking] Type 'JiraProjectData' was added (JiraProjectData)
296
+
297
+ feat(schema): [non_breaking] Type 'JiraProjectDataInput' was added (JiraProjectDataInput)
298
+
299
+ feat(schema): [non_breaking] Type 'JiraSettings' was added (JiraSettings)
300
+
301
+ feat(schema): [non_breaking] Type 'JiraSettingsInput' was added (JiraSettingsInput)
302
+
303
+ feat(schema): [non_breaking] Field 'updatedBy' was added to object type 'Document' (Document.updatedBy)
304
+
305
+ feat(schema): [non_breaking] Field 'jira' was added to object type 'IntegrationSettings' (IntegrationSettings.jira)
306
+
307
+ feat(schema): [non_breaking] Field 'integrationJiraSettingsUpdate' was added to object type 'Mutation' (Mutation.integrationJiraSettingsUpdate)
308
+
309
+ feat(schema): [non_breaking] Field 'organization' was added to object type 'Template' (Template.organization)
310
+
311
+ feat(schema): [non_breaking] Field 'Template.team' description changed from 'The team that the template is associated with.' to 'The team that the template is associated with. If null, the template is global to the workspace.' (Template.team)
312
+
313
+ ## 1.21.0
314
+
315
+ ### Minor Changes
316
+
317
+ - 91374ca: feat(schema): [breaking] Type 'TimelessDateScalar' was removed (TimelessDateScalar)
318
+
319
+ feat(schema): [breaking] Input field 'filterMatchValue' was removed from input object type 'AttachmentFilter' (AttachmentFilter.filterMatchValue)
320
+
321
+ feat(schema): [breaking] Field 'Favorite.projectTeam' changed type from 'Project' to 'Team' (Favorite.projectTeam)
322
+
323
+ feat(schema): [breaking] Field 'Invoice.dueDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (Invoice.dueDate)
324
+
325
+ feat(schema): [breaking] Field 'Issue.dueDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (Issue.dueDate)
326
+
327
+ feat(schema): [breaking] Input field 'IssueCreateInput.dueDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (IssueCreateInput.dueDate)
328
+
329
+ feat(schema): [breaking] Input field 'comment' was removed from input object type 'IssueFilter' (IssueFilter.comment)
330
+
331
+ feat(schema): [breaking] Input field 'IssueFilter.autoArchivedAt' changed type from 'DateComparator' to 'NullableDateComparator' (IssueFilter.autoArchivedAt)
332
+
333
+ feat(schema): [breaking] Input field 'IssueFilter.autoClosedAt' changed type from 'DateComparator' to 'NullableDateComparator' (IssueFilter.autoClosedAt)
334
+
335
+ feat(schema): [breaking] Input field 'IssueFilter.canceledAt' changed type from 'DateComparator' to 'NullableDateComparator' (IssueFilter.canceledAt)
336
+
337
+ feat(schema): [breaking] Input field 'IssueFilter.children' changed type from 'IssueFilter' to 'IssueCollectionFilter' (IssueFilter.children)
338
+
339
+ feat(schema): [breaking] Input field 'IssueFilter.completedAt' changed type from 'DateComparator' to 'NullableDateComparator' (IssueFilter.completedAt)
340
+
341
+ feat(schema): [breaking] Input field 'IssueFilter.dueDate' changed type from 'TimelessDateComparator' to 'NullableTimelessDateComparator' (IssueFilter.dueDate)
342
+
343
+ feat(schema): [breaking] Input field 'IssueFilter.labels' changed type from 'IssueLabelFilter' to 'IssueLabelCollectionFilter' (IssueFilter.labels)
344
+
345
+ feat(schema): [breaking] Input field 'IssueFilter.priority' changed type from 'NumberComparator' to 'NullableNumberComparator' (IssueFilter.priority)
346
+
347
+ feat(schema): [breaking] Input field 'IssueFilter.snoozedUntilAt' changed type from 'DateComparator' to 'NullableDateComparator' (IssueFilter.snoozedUntilAt)
348
+
349
+ feat(schema): [breaking] Input field 'IssueFilter.startedAt' changed type from 'DateComparator' to 'NullableDateComparator' (IssueFilter.startedAt)
350
+
351
+ feat(schema): [breaking] Field 'IssueHistory.fromDueDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (IssueHistory.fromDueDate)
352
+
353
+ feat(schema): [breaking] Field 'IssueHistory.toDueDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (IssueHistory.toDueDate)
354
+
355
+ feat(schema): [breaking] Input field 'IssueUpdateInput.dueDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (IssueUpdateInput.dueDate)
356
+
357
+ feat(schema): [breaking] Input field 'MilestoneFilter.projects' changed type from 'UserFilter' to 'ProjectCollectionFilter' (MilestoneFilter.projects)
358
+
359
+ feat(schema): [breaking] Input field 'MilestoneFilter.sortOrder' changed type from 'StringComparator' to 'NumberComparator' (MilestoneFilter.sortOrder)
360
+
361
+ feat(schema): [breaking] Input field 'NullableMilestoneFilter.projects' changed type from 'UserFilter' to 'ProjectCollectionFilter' (NullableMilestoneFilter.projects)
362
+
363
+ feat(schema): [breaking] Input field 'NullableMilestoneFilter.sortOrder' changed type from 'StringComparator' to 'NumberComparator' (NullableMilestoneFilter.sortOrder)
364
+
365
+ feat(schema): [breaking] Input field 'NullableProjectFilter.startDate' changed type from 'DateComparator' to 'NullableDateComparator' (NullableProjectFilter.startDate)
366
+
367
+ feat(schema): [breaking] Input field 'NullableProjectFilter.targetDate' changed type from 'DateComparator' to 'NullableDateComparator' (NullableProjectFilter.targetDate)
368
+
369
+ feat(schema): [breaking] Input field 'verified' was removed from input object type 'OrganizationDomainCreateInput' (OrganizationDomainCreateInput.verified)
370
+
371
+ feat(schema): [breaking] Field 'Project.startDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (Project.startDate)
372
+
373
+ feat(schema): [breaking] Field 'Project.targetDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (Project.targetDate)
374
+
375
+ feat(schema): [breaking] Input field 'ProjectCreateInput.startDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (ProjectCreateInput.startDate)
376
+
377
+ feat(schema): [breaking] Input field 'ProjectCreateInput.targetDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (ProjectCreateInput.targetDate)
378
+
379
+ feat(schema): [breaking] Input field 'ProjectFilter.startDate' changed type from 'DateComparator' to 'NullableDateComparator' (ProjectFilter.startDate)
380
+
381
+ feat(schema): [breaking] Input field 'ProjectFilter.targetDate' changed type from 'DateComparator' to 'NullableDateComparator' (ProjectFilter.targetDate)
382
+
383
+ feat(schema): [breaking] Input field 'ProjectUpdateInput.startDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (ProjectUpdateInput.startDate)
384
+
385
+ feat(schema): [breaking] Input field 'ProjectUpdateInput.targetDate' changed type from 'TimelessDateScalar' to 'TimelessDate' (ProjectUpdateInput.targetDate)
386
+
387
+ feat(schema): [breaking] Input field 'TeamFilter.description' changed type from 'StringComparator' to 'NullableStringComparator' (TeamFilter.description)
388
+
389
+ feat(schema): [breaking] Input field 'TimelessDateComparator.eq' changed type from 'TimelessDateScalar' to 'TimelessDate' (TimelessDateComparator.eq)
390
+
391
+ feat(schema): [breaking] Input field 'TimelessDateComparator.gt' changed type from 'TimelessDateScalar' to 'TimelessDate' (TimelessDateComparator.gt)
392
+
393
+ feat(schema): [breaking] Input field 'TimelessDateComparator.gte' changed type from 'TimelessDateScalar' to 'TimelessDate' (TimelessDateComparator.gte)
394
+
395
+ feat(schema): [breaking] Input field 'TimelessDateComparator.in' changed type from '[TimelessDateScalar!]' to '[TimelessDate!]' (TimelessDateComparator.in)
396
+
397
+ feat(schema): [breaking] Input field 'TimelessDateComparator.lt' changed type from 'TimelessDateScalar' to 'TimelessDate' (TimelessDateComparator.lt)
398
+
399
+ feat(schema): [breaking] Input field 'TimelessDateComparator.lte' changed type from 'TimelessDateScalar' to 'TimelessDate' (TimelessDateComparator.lte)
400
+
401
+ feat(schema): [breaking] Input field 'TimelessDateComparator.neq' changed type from 'TimelessDateScalar' to 'TimelessDate' (TimelessDateComparator.neq)
402
+
403
+ feat(schema): [breaking] Input field 'TimelessDateComparator.nin' changed type from '[TimelessDateScalar!]' to '[TimelessDate!]' (TimelessDateComparator.nin)
404
+
405
+ feat(schema): [dangerous] Input field 'creator' was added to input object type 'AttachmentFilter' (AttachmentFilter.creator)
406
+
407
+ feat(schema): [dangerous] Input field 'sourceType' was added to input object type 'AttachmentFilter' (AttachmentFilter.sourceType)
408
+
409
+ feat(schema): [dangerous] Input field 'subtitle' was added to input object type 'AttachmentFilter' (AttachmentFilter.subtitle)
410
+
411
+ feat(schema): [dangerous] Input field 'title' was added to input object type 'AttachmentFilter' (AttachmentFilter.title)
412
+
413
+ feat(schema): [dangerous] Input field 'url' was added to input object type 'AttachmentFilter' (AttachmentFilter.url)
414
+
415
+ feat(schema): [dangerous] Input field 'issue' was added to input object type 'CommentFilter' (CommentFilter.issue)
416
+
417
+ feat(schema): [dangerous] Input field 'issues' was added to input object type 'CycleFilter' (CycleFilter.issues)
418
+
419
+ feat(schema): [dangerous] Input field 'folderName' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.folderName)
420
+
421
+ feat(schema): [dangerous] Input field 'parentId' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.parentId)
422
+
423
+ feat(schema): [dangerous] Input field 'parentId' was added to input object type 'FavoriteUpdateInput' (FavoriteUpdateInput.parentId)
424
+
425
+ feat(schema): [dangerous] Input field 'comments' was added to input object type 'IssueFilter' (IssueFilter.comments)
426
+
427
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'IssueFilter' (IssueFilter.description)
428
+
429
+ feat(schema): [dangerous] Argument 'coupon: String' added to field 'Mutation.subscriptionSessionCreate' (Mutation.subscriptionSessionCreate.coupon)
430
+
431
+ feat(schema): [dangerous] Input field 'issues' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.issues)
432
+
433
+ feat(schema): [dangerous] Input field 'issues' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.issues)
434
+
435
+ feat(schema): [dangerous] Input field 'assignedIssues' was added to input object type 'NullableUserFilter' (NullableUserFilter.assignedIssues)
436
+
437
+ feat(schema): [dangerous] Input field 'issues' was added to input object type 'ProjectFilter' (ProjectFilter.issues)
438
+
439
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'Query.issueSearch' (Query.issueSearch.filter)
440
+
441
+ feat(schema): [dangerous] Input field 'issuerEntityId' was added to input object type 'SamlConfigurationInput' (SamlConfigurationInput.issuerEntityId)
442
+
443
+ feat(schema): [dangerous] Input field 'notContains' was added to input object type 'StringComparator' (StringComparator.notContains)
444
+
445
+ feat(schema): [dangerous] Input field 'notEndsWith' was added to input object type 'StringComparator' (StringComparator.notEndsWith)
446
+
447
+ feat(schema): [dangerous] Input field 'notStartsWith' was added to input object type 'StringComparator' (StringComparator.notStartsWith)
448
+
449
+ feat(schema): [dangerous] Input field 'issues' was added to input object type 'TeamFilter' (TeamFilter.issues)
450
+
451
+ feat(schema): [dangerous] Input field 'assignedIssues' was added to input object type 'UserFilter' (UserFilter.assignedIssues)
452
+
453
+ feat(schema): [dangerous] Input field 'issues' was added to input object type 'WorkflowStateFilter' (WorkflowStateFilter.issues)
454
+
455
+ feat(schema): [non_breaking] Type 'BooleanComparator' was added (BooleanComparator)
456
+
457
+ feat(schema): [non_breaking] Type 'CommentCollectionFilter' was added (CommentCollectionFilter)
458
+
459
+ feat(schema): [non_breaking] Type 'IssueCollectionFilter' was added (IssueCollectionFilter)
460
+
461
+ feat(schema): [non_breaking] Type 'IssueLabelCollectionFilter' was added (IssueLabelCollectionFilter)
462
+
463
+ feat(schema): [non_breaking] Type 'NestedStringComparator' was added (NestedStringComparator)
464
+
465
+ feat(schema): [non_breaking] Type 'NullableDateComparator' was added (NullableDateComparator)
466
+
467
+ feat(schema): [non_breaking] Type 'NullableNumberComparator' was added (NullableNumberComparator)
468
+
469
+ feat(schema): [non_breaking] Type 'NullableStringComparator' was added (NullableStringComparator)
470
+
471
+ feat(schema): [non_breaking] Type 'NullableTimelessDateComparator' was added (NullableTimelessDateComparator)
472
+
473
+ feat(schema): [non_breaking] Type 'ProjectCollectionFilter' was added (ProjectCollectionFilter)
474
+
475
+ feat(schema): [non_breaking] Type 'TimelessDate' was added (TimelessDate)
476
+
477
+ feat(schema): [non_breaking] Field 'creator' was added to object type 'Attachment' (Attachment.creator)
478
+
479
+ feat(schema): [non_breaking] Field 'sourceType' was added to object type 'Attachment' (Attachment.sourceType)
480
+
481
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'AttachmentFilter' has changed to '[Alpha] Attachment filtering options.' (AttachmentFilter)
482
+
483
+ feat(schema): [non_breaking] Object type 'DateComparator' has description 'Comparator for dates.' (DateComparator)
484
+
485
+ feat(schema): [non_breaking] Description 'The javascript `Date` as string. Type represents date and time as the ISO Date string.' on type 'DateTime' has changed to 'Represents a date and time in ISO 8601 format. Accepts shortcuts like `2021` to represent midnight Fri Jan 01 2021. Also accepts ISO 8601 durations strings which are added to the current date to create the represented date (e.g '-P2W1D' represents the date that was two weeks and 1 day ago)' (DateTime)
486
+
487
+ feat(schema): [non_breaking] Field 'children' was added to object type 'Favorite' (Favorite.children)
488
+
489
+ feat(schema): [non_breaking] Field 'customView' was added to object type 'Favorite' (Favorite.customView)
490
+
491
+ feat(schema): [non_breaking] Field 'folderName' was added to object type 'Favorite' (Favorite.folderName)
492
+
493
+ feat(schema): [non_breaking] Field 'parent' was added to object type 'Favorite' (Favorite.parent)
494
+
495
+ feat(schema): [non_breaking] Field 'Favorite.cycle' description changed from 'Favorited cycle.' to 'The favorited cycle.' (Favorite.cycle)
496
+
497
+ feat(schema): [non_breaking] Field 'Favorite.issue' description changed from 'Favorited issue.' to 'The favorited issue.' (Favorite.issue)
498
+
499
+ feat(schema): [non_breaking] Field 'Favorite.label' description changed from 'Favorited issue label.' to 'The favorited label.' (Favorite.label)
500
+
501
+ feat(schema): [non_breaking] Field 'Favorite.project' description changed from 'Favorited project.' to 'The favorited project.' (Favorite.project)
502
+
503
+ feat(schema): [non_breaking] Field 'Favorite.projectTeam' description changed from 'Favorited project team.' to 'The favorited team of the project.' (Favorite.projectTeam)
504
+
505
+ feat(schema): [non_breaking] Object type 'IDComparator' has description 'Comparator for identifiers.' (IDComparator)
506
+
507
+ feat(schema): [non_breaking] Input field 'IssueFilter.labels' description changed from 'Filters that at least one label on the issue must satisfy.' to 'Filters that issue labels must satisfy.' (IssueFilter.labels)
508
+
509
+ feat(schema): [non_breaking] Object type 'NumberComparator' has description 'Comparator for numbers.' (NumberComparator)
510
+
511
+ feat(schema): [non_breaking] Field 'issuerEntityId' was added to object type 'SamlConfiguration' (SamlConfiguration.issuerEntityId)
512
+
513
+ feat(schema): [non_breaking] Input field 'StringComparator.contains' description changed from 'Has constraint. Matches any value that contains the given string.' to 'Contains constraint. Matches any values that contain the given string.' (StringComparator.contains)
514
+
515
+ feat(schema): [non_breaking] Input field 'StringComparator.endsWith' description changed from 'Ends with constraint. Matches any value that ends with the given string.' to 'Ends with constraint. Matches any values that end with the given string.' (StringComparator.endsWith)
516
+
517
+ feat(schema): [non_breaking] Input field 'StringComparator.startsWith' description changed from 'Starts with constraint. Matches any value that starts with the given string.' to 'Starts with constraint. Matches any values that start with the given string.' (StringComparator.startsWith)
518
+
519
+ feat(schema): [non_breaking] Object type 'StringComparator' has description 'Comparator for strings.' (StringComparator)
520
+
521
+ feat(schema): [non_breaking] Object type 'TimelessDateComparator' has description 'Comparator for timeless dates.' (TimelessDateComparator)
522
+
523
+ ## 1.20.0
524
+
525
+ ### Minor Changes
526
+
527
+ - 9476c32: feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'Cycle.issues' (Cycle.issues.filter)
528
+
529
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'Cycle.uncompletedIssuesUponClose' (Cycle.uncompletedIssuesUponClose.filter)
530
+
531
+ feat(schema): [dangerous] Argument 'filter: AttachmentFilter' added to field 'Issue.attachments' (Issue.attachments.filter)
532
+
533
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'Issue.children' (Issue.children.filter)
534
+
535
+ feat(schema): [dangerous] Argument 'filter: CommentFilter' added to field 'Issue.comments' (Issue.comments.filter)
536
+
537
+ feat(schema): [dangerous] Argument 'filter: IssueLabelFilter' added to field 'Issue.labels' (Issue.labels.filter)
538
+
539
+ feat(schema): [dangerous] Argument 'filter: UserFilter' added to field 'Issue.subscribers' (Issue.subscribers.filter)
540
+
541
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'IssueLabel.issues' (IssueLabel.issues.filter)
542
+
543
+ feat(schema): [dangerous] Argument 'filter: ProjectFilter' added to field 'Milestone.projects' (Milestone.projects.filter)
544
+
545
+ feat(schema): [dangerous] Argument 'filter: MilestoneFilter' added to field 'Organization.milestones' (Organization.milestones.filter)
546
+
547
+ feat(schema): [dangerous] Argument 'filter: TeamFilter' added to field 'Organization.teams' (Organization.teams.filter)
548
+
549
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'Project.issues' (Project.issues.filter)
550
+
551
+ feat(schema): [dangerous] Argument 'filter: UserFilter' added to field 'Project.members' (Project.members.filter)
552
+
553
+ feat(schema): [dangerous] Argument 'filter: TeamFilter' added to field 'Project.teams' (Project.teams.filter)
554
+
555
+ feat(schema): [dangerous] Argument 'filter: AttachmentFilter' added to field 'Query.attachments' (Query.attachments.filter)
556
+
557
+ feat(schema): [dangerous] Argument 'filter: CommentFilter' added to field 'Query.comments' (Query.comments.filter)
558
+
559
+ feat(schema): [dangerous] Argument 'filter: CycleFilter' added to field 'Query.cycles' (Query.cycles.filter)
560
+
561
+ feat(schema): [dangerous] Argument 'filter: IssueLabelFilter' added to field 'Query.issueLabels' (Query.issueLabels.filter)
562
+
563
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'Query.issues' (Query.issues.filter)
564
+
565
+ feat(schema): [dangerous] Argument 'filter: MilestoneFilter' added to field 'Query.milestones' (Query.milestones.filter)
566
+
567
+ feat(schema): [dangerous] Argument 'filter: ProjectFilter' added to field 'Query.projects' (Query.projects.filter)
568
+
569
+ feat(schema): [dangerous] Argument 'filter: TeamFilter' added to field 'Query.teams' (Query.teams.filter)
570
+
571
+ feat(schema): [dangerous] Argument 'filter: UserFilter' added to field 'Query.users' (Query.users.filter)
572
+
573
+ feat(schema): [dangerous] Argument 'filter: WorkflowStateFilter' added to field 'Query.workflowStates' (Query.workflowStates.filter)
574
+
575
+ feat(schema): [dangerous] Argument 'filter: CycleFilter' added to field 'Team.cycles' (Team.cycles.filter)
576
+
577
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'Team.issues' (Team.issues.filter)
578
+
579
+ feat(schema): [dangerous] Argument 'filter: IssueLabelFilter' added to field 'Team.labels' (Team.labels.filter)
580
+
581
+ feat(schema): [dangerous] Argument 'filter: UserFilter' added to field 'Team.members' (Team.members.filter)
582
+
583
+ feat(schema): [dangerous] Argument 'filter: ProjectFilter' added to field 'Team.projects' (Team.projects.filter)
584
+
585
+ feat(schema): [dangerous] Argument 'filter: WorkflowStateFilter' added to field 'Team.states' (Team.states.filter)
586
+
587
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'User.assignedIssues' (User.assignedIssues.filter)
588
+
589
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'User.createdIssues' (User.createdIssues.filter)
590
+
591
+ feat(schema): [dangerous] Argument 'filter: TeamFilter' added to field 'User.teams' (User.teams.filter)
592
+
593
+ feat(schema): [dangerous] Argument 'filter: IssueFilter' added to field 'WorkflowState.issues' (WorkflowState.issues.filter)
594
+
595
+ feat(schema): [non_breaking] Type 'AttachmentFilter' was added (AttachmentFilter)
596
+
597
+ feat(schema): [non_breaking] Type 'CommentFilter' was added (CommentFilter)
598
+
599
+ feat(schema): [non_breaking] Type 'CycleFilter' was added (CycleFilter)
600
+
601
+ feat(schema): [non_breaking] Type 'DateComparator' was added (DateComparator)
602
+
603
+ feat(schema): [non_breaking] Type 'IDComparator' was added (IDComparator)
604
+
605
+ feat(schema): [non_breaking] Type 'IssueFilter' was added (IssueFilter)
606
+
607
+ feat(schema): [non_breaking] Type 'IssueLabelFilter' was added (IssueLabelFilter)
608
+
609
+ feat(schema): [non_breaking] Type 'MilestoneFilter' was added (MilestoneFilter)
610
+
611
+ feat(schema): [non_breaking] Type 'NullableCycleFilter' was added (NullableCycleFilter)
612
+
613
+ feat(schema): [non_breaking] Type 'NullableMilestoneFilter' was added (NullableMilestoneFilter)
614
+
615
+ feat(schema): [non_breaking] Type 'NullableProjectFilter' was added (NullableProjectFilter)
616
+
617
+ feat(schema): [non_breaking] Type 'NullableUserFilter' was added (NullableUserFilter)
618
+
619
+ feat(schema): [non_breaking] Type 'NumberComparator' was added (NumberComparator)
620
+
621
+ feat(schema): [non_breaking] Type 'ProjectFilter' was added (ProjectFilter)
622
+
623
+ feat(schema): [non_breaking] Type 'StringComparator' was added (StringComparator)
624
+
625
+ feat(schema): [non_breaking] Type 'TeamFilter' was added (TeamFilter)
626
+
627
+ feat(schema): [non_breaking] Type 'TimelessDateComparator' was added (TimelessDateComparator)
628
+
629
+ feat(schema): [non_breaking] Type 'UserFilter' was added (UserFilter)
630
+
631
+ feat(schema): [non_breaking] Type 'WorkflowStateFilter' was added (WorkflowStateFilter)
632
+
633
+ ## 1.19.0
634
+
635
+ ### Minor Changes
636
+
637
+ - e0ac1be: feat(schema): [breaking] Type 'InviteData' was removed (InviteData)
638
+
639
+ feat(schema): [breaking] Type 'InvitePagePayload' was removed (InvitePagePayload)
640
+
641
+ feat(schema): [breaking] Field 'resentOrganizationInvite' was removed from object type 'Mutation' (Mutation.resentOrganizationInvite)
642
+
643
+ feat(schema): [breaking] Input field 'webhookResourceTypes' was added to input object type 'OauthClientCreateInput' (OauthClientCreateInput.webhookResourceTypes)
644
+
645
+ feat(schema): [breaking] Field 'inviteInfo' was removed from object type 'Query' (Query.inviteInfo)
646
+
647
+ feat(schema): [breaking] Field 'Query.organizationInvite' changed type from 'IssueLabel!' to 'OrganizationInvite!' (Query.organizationInvite)
648
+
649
+ feat(schema): [dangerous] Input field 'sortOrder' was added to input object type 'IssueCreateInput' (IssueCreateInput.sortOrder)
650
+
651
+ feat(schema): [dangerous] Input field 'sortOrder' was added to input object type 'IssueUpdateInput' (IssueUpdateInput.sortOrder)
652
+
653
+ feat(schema): [dangerous] Input field 'webhookUrl' was added to input object type 'OauthClientCreateInput' (OauthClientCreateInput.webhookUrl)
654
+
655
+ feat(schema): [dangerous] Input field 'webhookResourceTypes' was added to input object type 'OauthClientUpdateInput' (OauthClientUpdateInput.webhookResourceTypes)
656
+
657
+ feat(schema): [dangerous] Input field 'webhookUrl' was added to input object type 'OauthClientUpdateInput' (OauthClientUpdateInput.webhookUrl)
658
+
659
+ feat(schema): [dangerous] Enum value 'issueMovePromptCompleted' was added to enum 'UserFlagType' (UserFlagType.issueMovePromptCompleted)
660
+
661
+ feat(schema): [dangerous] Input field 'allPublicTeams' was added to input object type 'WebhookCreateInput' (WebhookCreateInput.allPublicTeams)
662
+
663
+ feat(schema): [non_breaking] Type 'EmailSubscribeInput' was added (EmailSubscribeInput)
664
+
665
+ feat(schema): [non_breaking] Type 'EmailSubscribePayload' was added (EmailSubscribePayload)
666
+
667
+ feat(schema): [non_breaking] Type 'IssueImportUpdateInput' was added (IssueImportUpdateInput)
668
+
669
+ feat(schema): [non_breaking] Type 'OrganizationInviteDetailsPayload' was added (OrganizationInviteDetailsPayload)
670
+
671
+ feat(schema): [non_breaking] Field 'sortOrder' was added to object type 'Issue' (Issue.sortOrder)
672
+
673
+ feat(schema): [non_breaking] Field 'Issue.boardOrder' is deprecated (Issue.boardOrder)
674
+
675
+ feat(schema): [non_breaking] Field 'Issue.boardOrder' has deprecation reason 'Will be removed in near future, please use `sortOrder` instead' (Issue.boardOrder)
676
+
677
+ feat(schema): [non_breaking] Field 'debugCreateOAuthApps' was added to object type 'Mutation' (Mutation.debugCreateOAuthApps)
678
+
679
+ feat(schema): [non_breaking] Field 'emailSubscribe' was added to object type 'Mutation' (Mutation.emailSubscribe)
680
+
681
+ feat(schema): [non_breaking] Field 'issueImportUpdate' was added to object type 'Mutation' (Mutation.issueImportUpdate)
682
+
683
+ feat(schema): [non_breaking] Field 'resendOrganizationInvite' was added to object type 'Mutation' (Mutation.resendOrganizationInvite)
684
+
685
+ feat(schema): [non_breaking] Field 'webhookResourceTypes' was added to object type 'OauthClient' (OauthClient.webhookResourceTypes)
686
+
687
+ feat(schema): [non_breaking] Field 'webhookUrl' was added to object type 'OauthClient' (OauthClient.webhookUrl)
688
+
689
+ feat(schema): [non_breaking] Field 'organizationInviteDetails' was added to object type 'Query' (Query.organizationInviteDetails)
690
+
691
+ feat(schema): [non_breaking] Field 'Team.autoArchivePeriod' description changed from 'Period after which automatically closed and completed issues are automatically archived in months. Null/undefined means disabled.' to 'Period after which automatically closed and completed issues are automatically archived in months.' (Team.autoArchivePeriod)
692
+
693
+ feat(schema): [non_breaking] Field 'Team.autoArchivePeriod' changed type from 'Float' to 'Float!' (Team.autoArchivePeriod)
694
+
695
+ feat(schema): [non_breaking] Field 'webhooksEnabled' was added to object type 'UserAuthorizedApplication' (UserAuthorizedApplication.webhooksEnabled)
696
+
697
+ feat(schema): [non_breaking] Field 'UserAuthorizedApplication.createdByLinear' description changed from 'Whether the application was created by Linear' to 'Whether the application was created by Linear.' (UserAuthorizedApplication.createdByLinear)
698
+
699
+ feat(schema): [non_breaking] Field 'Webhook.teamIds' is deprecated (Webhook.teamIds)
700
+
701
+ feat(schema): [non_breaking] Field 'Webhook.teamIds' has deprecation reason 'This field will no longer be used, and will return an empty array.' (Webhook.teamIds)
702
+
703
+ feat(schema): [non_breaking] Input field 'WebhookCreateInput.teamId' changed type from 'String!' to 'String' (WebhookCreateInput.teamId)
704
+
705
+ - a5b9970: fix(pagination): default first and last variables if required
706
+
3
707
  ## 1.18.0
4
708
 
5
709
  ### Minor Changes