@linear/sdk 6.0.0 → 7.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 +352 -0
- package/dist/_generated_documents.d.ts +1404 -285
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +978 -303
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +3276 -856
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +3246 -853
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +3273 -856
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,357 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 7.0.0
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- a6f13f2: feat(schema): [breaking] Type 'EventCreateInput' was removed (EventCreateInput)
|
8
|
+
|
9
|
+
feat(schema): [breaking] Type 'EventPayload' was removed (EventPayload)
|
10
|
+
|
11
|
+
feat(schema): [breaking] Field 'CustomView.owner' changed type from 'User!' to 'User' (CustomView.owner)
|
12
|
+
|
13
|
+
feat(schema): [breaking] Field 'eventCreate' was removed from object type 'Mutation' (Mutation.eventCreate)
|
14
|
+
|
15
|
+
feat(schema): [breaking] Field 'integrationSlackIntake' was removed from object type 'Mutation' (Mutation.integrationSlackIntake)
|
16
|
+
|
17
|
+
feat(schema): [dangerous] Input field 'ownerId' was added to input object type 'CustomViewCreateInput' (CustomViewCreateInput.ownerId)
|
18
|
+
|
19
|
+
feat(schema): [dangerous] Input field 'ownerId' was added to input object type 'CustomViewUpdateInput' (CustomViewUpdateInput.ownerId)
|
20
|
+
|
21
|
+
feat(schema): [dangerous] Input field 'userId' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.userId)
|
22
|
+
|
23
|
+
feat(schema): [dangerous] Input field 'issueId' was added to input object type 'ReactionCreateInput' (ReactionCreateInput.issueId)
|
24
|
+
|
25
|
+
feat(schema): [non_breaking] Type 'NotificationBatchActionPayload' was added (NotificationBatchActionPayload)
|
26
|
+
|
27
|
+
feat(schema): [non_breaking] Type 'NotificationEntityInput' was added (NotificationEntityInput)
|
28
|
+
|
29
|
+
feat(schema): [non_breaking] Type 'UserNotificationSubscription' was added (UserNotificationSubscription)
|
30
|
+
|
31
|
+
feat(schema): [non_breaking] Field 'CustomView.owner' description changed from '[Deprecated] The user who owns the custom view.' to '[ALPHA] The user who owns the custom view.' (CustomView.owner)
|
32
|
+
|
33
|
+
feat(schema): [non_breaking] Field 'attachmentLinkSlack' was added to object type 'Mutation' (Mutation.attachmentLinkSlack)
|
34
|
+
|
35
|
+
feat(schema): [non_breaking] Field 'integrationSlackAsks' was added to object type 'Mutation' (Mutation.integrationSlackAsks)
|
36
|
+
|
37
|
+
feat(schema): [non_breaking] Field 'notificationArchiveAll' was added to object type 'Mutation' (Mutation.notificationArchiveAll)
|
38
|
+
|
39
|
+
feat(schema): [non_breaking] Field 'notificationMarkReadAll' was added to object type 'Mutation' (Mutation.notificationMarkReadAll)
|
40
|
+
|
41
|
+
feat(schema): [non_breaking] Field 'notificationMarkUnreadAll' was added to object type 'Mutation' (Mutation.notificationMarkUnreadAll)
|
42
|
+
|
43
|
+
feat(schema): [non_breaking] Field 'notificationSnoozeAll' was added to object type 'Mutation' (Mutation.notificationSnoozeAll)
|
44
|
+
|
45
|
+
feat(schema): [non_breaking] Field 'notificationUnsnoozeAll' was added to object type 'Mutation' (Mutation.notificationUnsnoozeAll)
|
46
|
+
|
47
|
+
feat(schema): [non_breaking] Field 'Project.startDate' description changed from '[Internal] The estimated start date of the project.' to 'The estimated start date of the project.' (Project.startDate)
|
48
|
+
|
49
|
+
feat(schema): [non_breaking] Field 'ProjectNotificationSubscription.notificationSubscriptionTypes' changed type from '[String!]' to '[String!]!' (ProjectNotificationSubscription.notificationSubscriptionTypes)
|
50
|
+
|
51
|
+
feat(schema): [non_breaking] Field 'ProjectSearchResult.startDate' description changed from '[Internal] The estimated start date of the project.' to 'The estimated start date of the project.' (ProjectSearchResult.startDate)
|
52
|
+
|
53
|
+
feat(schema): [non_breaking] Field 'TeamNotificationSubscription.notificationSubscriptionTypes' changed type from '[String!]' to '[String!]!' (TeamNotificationSubscription.notificationSubscriptionTypes)
|
54
|
+
|
55
|
+
- 87a996c: feat(schema): [breaking] Type 'ProjectNotificationSubscriptionType' was removed (ProjectNotificationSubscriptionType)
|
56
|
+
|
57
|
+
feat(schema): [breaking] 'ArchivePayload' kind changed from 'ObjectTypeDefinition' to 'InterfaceTypeDefinition' (ArchivePayload)
|
58
|
+
|
59
|
+
feat(schema): [breaking] Field 'Favorite.user' changed type from 'User!' to 'User' (Favorite.user)
|
60
|
+
|
61
|
+
feat(schema): [breaking] Input field 'IssueLabelCollectionFilter.team' changed type from 'TeamFilter' to 'NullableTeamFilter' (IssueLabelCollectionFilter.team)
|
62
|
+
|
63
|
+
feat(schema): [breaking] Input field 'IssueLabelFilter.team' changed type from 'TeamFilter' to 'NullableTeamFilter' (IssueLabelFilter.team)
|
64
|
+
|
65
|
+
feat(schema): [breaking] Field 'issueLabelArchive' (deprecated) was removed from object type 'Mutation' (Mutation.issueLabelArchive)
|
66
|
+
|
67
|
+
feat(schema): [breaking] Field 'Mutation.apiKeyDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.apiKeyDelete)
|
68
|
+
|
69
|
+
feat(schema): [breaking] Field 'Mutation.attachmentArchive' changed type from 'ArchivePayload!' to 'AttachmentArchivePayload!' (Mutation.attachmentArchive)
|
70
|
+
|
71
|
+
feat(schema): [breaking] Field 'Mutation.attachmentDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.attachmentDelete)
|
72
|
+
|
73
|
+
feat(schema): [breaking] Field 'Mutation.commentDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.commentDelete)
|
74
|
+
|
75
|
+
feat(schema): [breaking] Field 'Mutation.customViewDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.customViewDelete)
|
76
|
+
|
77
|
+
feat(schema): [breaking] Field 'Mutation.cycleArchive' changed type from 'ArchivePayload!' to 'CycleArchivePayload!' (Mutation.cycleArchive)
|
78
|
+
|
79
|
+
feat(schema): [breaking] Field 'Mutation.documentDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.documentDelete)
|
80
|
+
|
81
|
+
feat(schema): [breaking] Field 'Mutation.emojiDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.emojiDelete)
|
82
|
+
|
83
|
+
feat(schema): [breaking] Field 'Mutation.favoriteDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.favoriteDelete)
|
84
|
+
|
85
|
+
feat(schema): [breaking] Field 'Mutation.integrationDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.integrationDelete)
|
86
|
+
|
87
|
+
feat(schema): [breaking] Field 'Mutation.integrationTemplateDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.integrationTemplateDelete)
|
88
|
+
|
89
|
+
feat(schema): [breaking] Field 'Mutation.issueArchive' changed type from 'ArchivePayload!' to 'IssueArchivePayload!' (Mutation.issueArchive)
|
90
|
+
|
91
|
+
feat(schema): [breaking] Field 'Mutation.issueDelete' changed type from 'ArchivePayload!' to 'IssueArchivePayload!' (Mutation.issueDelete)
|
92
|
+
|
93
|
+
feat(schema): [breaking] Field 'Mutation.issueLabelDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.issueLabelDelete)
|
94
|
+
|
95
|
+
feat(schema): [breaking] Field 'Mutation.issueRelationDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.issueRelationDelete)
|
96
|
+
|
97
|
+
feat(schema): [breaking] Field 'Mutation.issueUnarchive' changed type from 'ArchivePayload!' to 'IssueArchivePayload!' (Mutation.issueUnarchive)
|
98
|
+
|
99
|
+
feat(schema): [breaking] Field 'Mutation.notificationArchive' changed type from 'ArchivePayload!' to 'NotificationArchivePayload!' (Mutation.notificationArchive)
|
100
|
+
|
101
|
+
feat(schema): [breaking] Field 'Mutation.notificationSubscriptionDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.notificationSubscriptionDelete)
|
102
|
+
|
103
|
+
feat(schema): [breaking] Field 'Mutation.notificationUnarchive' changed type from 'ArchivePayload!' to 'NotificationArchivePayload!' (Mutation.notificationUnarchive)
|
104
|
+
|
105
|
+
feat(schema): [breaking] Field 'Mutation.organizationDomainDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.organizationDomainDelete)
|
106
|
+
|
107
|
+
feat(schema): [breaking] Field 'Mutation.organizationInviteDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.organizationInviteDelete)
|
108
|
+
|
109
|
+
feat(schema): [breaking] Field 'Mutation.projectArchive' changed type from 'ArchivePayload!' to 'ProjectArchivePayload!' (Mutation.projectArchive)
|
110
|
+
|
111
|
+
feat(schema): [breaking] Field 'Mutation.projectDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectDelete)
|
112
|
+
|
113
|
+
feat(schema): [breaking] Field 'Mutation.projectLinkDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectLinkDelete)
|
114
|
+
|
115
|
+
feat(schema): [breaking] Field 'Mutation.projectMilestoneDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectMilestoneDelete)
|
116
|
+
|
117
|
+
feat(schema): [breaking] Field 'Mutation.projectUnarchive' changed type from 'ArchivePayload!' to 'ProjectArchivePayload!' (Mutation.projectUnarchive)
|
118
|
+
|
119
|
+
feat(schema): [breaking] Field 'Mutation.projectUpdateDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.projectUpdateDelete)
|
120
|
+
|
121
|
+
feat(schema): [breaking] Field 'Mutation.reactionDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.reactionDelete)
|
122
|
+
|
123
|
+
feat(schema): [breaking] Field 'Mutation.resendOrganizationInvite' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.resendOrganizationInvite)
|
124
|
+
|
125
|
+
feat(schema): [breaking] Field 'Mutation.roadmapArchive' changed type from 'ArchivePayload!' to 'RoadmapArchivePayload!' (Mutation.roadmapArchive)
|
126
|
+
|
127
|
+
feat(schema): [breaking] Field 'Mutation.roadmapDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.roadmapDelete)
|
128
|
+
|
129
|
+
feat(schema): [breaking] Field 'Mutation.roadmapToProjectDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.roadmapToProjectDelete)
|
130
|
+
|
131
|
+
feat(schema): [breaking] Field 'Mutation.roadmapUnarchive' changed type from 'ArchivePayload!' to 'RoadmapArchivePayload!' (Mutation.roadmapUnarchive)
|
132
|
+
|
133
|
+
feat(schema): [breaking] Field 'Mutation.teamDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.teamDelete)
|
134
|
+
|
135
|
+
feat(schema): [breaking] Field 'Mutation.teamKeyDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.teamKeyDelete)
|
136
|
+
|
137
|
+
feat(schema): [breaking] Field 'Mutation.teamMembershipDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.teamMembershipDelete)
|
138
|
+
|
139
|
+
feat(schema): [breaking] Field 'Mutation.templateDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.templateDelete)
|
140
|
+
|
141
|
+
feat(schema): [breaking] Field 'Mutation.viewPreferencesDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.viewPreferencesDelete)
|
142
|
+
|
143
|
+
feat(schema): [breaking] Field 'Mutation.webhookDelete' changed type from 'ArchivePayload!' to 'DeletePayload!' (Mutation.webhookDelete)
|
144
|
+
|
145
|
+
feat(schema): [breaking] Field 'Mutation.workflowStateArchive' changed type from 'ArchivePayload!' to 'WorkflowStateArchivePayload!' (Mutation.workflowStateArchive)
|
146
|
+
|
147
|
+
feat(schema): [breaking] Field 'type' was removed from interface 'NotificationSubscription' (NotificationSubscription.type)
|
148
|
+
|
149
|
+
feat(schema): [breaking] Field 'NotificationSubscription.user' changed type from 'User!' to 'User' (NotificationSubscription.user)
|
150
|
+
|
151
|
+
feat(schema): [breaking] Input field 'projectNotificationSubscriptionType' was removed from input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.projectNotificationSubscriptionType)
|
152
|
+
|
153
|
+
feat(schema): [breaking] Input field 'teamNotificationSubscriptionTypes' was removed from input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.teamNotificationSubscriptionTypes)
|
154
|
+
|
155
|
+
feat(schema): [breaking] Input field 'projectNotificationSubscriptionType' was removed from input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.projectNotificationSubscriptionType)
|
156
|
+
|
157
|
+
feat(schema): [breaking] Input field 'teamNotificationSubscriptionTypes' was removed from input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.teamNotificationSubscriptionTypes)
|
158
|
+
|
159
|
+
feat(schema): [breaking] Field 'projectNotificationSubscriptionType' was removed from object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.projectNotificationSubscriptionType)
|
160
|
+
|
161
|
+
feat(schema): [breaking] Field 'type' was removed from object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.type)
|
162
|
+
|
163
|
+
feat(schema): [breaking] Field 'ProjectNotificationSubscription.user' changed type from 'User!' to 'User' (ProjectNotificationSubscription.user)
|
164
|
+
|
165
|
+
feat(schema): [breaking] Field 'type' was removed from object type 'TeamNotificationSubscription' (TeamNotificationSubscription.type)
|
166
|
+
|
167
|
+
feat(schema): [breaking] Field 'TeamNotificationSubscription.user' changed type from 'User!' to 'User' (TeamNotificationSubscription.user)
|
168
|
+
|
169
|
+
feat(schema): [dangerous] Input field 'companySize' was added to input object type 'ContactSalesCreateInput' (ContactSalesCreateInput.companySize)
|
170
|
+
|
171
|
+
feat(schema): [dangerous] Input field 'userId' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.userId)
|
172
|
+
|
173
|
+
feat(schema): [dangerous] Input field 'pagerDuty' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.pagerDuty)
|
174
|
+
|
175
|
+
feat(schema): [dangerous] Input field 'templateId' was added to input object type 'IssueCreateInput' (IssueCreateInput.templateId)
|
176
|
+
|
177
|
+
feat(schema): [dangerous] Input field 'contextViewType' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.contextViewType)
|
178
|
+
|
179
|
+
feat(schema): [dangerous] Input field 'customViewId' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.customViewId)
|
180
|
+
|
181
|
+
feat(schema): [dangerous] Input field 'cycleId' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.cycleId)
|
182
|
+
|
183
|
+
feat(schema): [dangerous] Input field 'labelId' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.labelId)
|
184
|
+
|
185
|
+
feat(schema): [dangerous] Input field 'notificationSubscriptionTypes' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.notificationSubscriptionTypes)
|
186
|
+
|
187
|
+
feat(schema): [dangerous] Input field 'userContextViewType' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.userContextViewType)
|
188
|
+
|
189
|
+
feat(schema): [dangerous] Input field 'notificationSubscriptionTypes' was added to input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.notificationSubscriptionTypes)
|
190
|
+
|
191
|
+
feat(schema): [dangerous] Input field 'accessibleTeams' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.accessibleTeams)
|
192
|
+
|
193
|
+
feat(schema): [dangerous] Input field 'accessibleTeams' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.accessibleTeams)
|
194
|
+
|
195
|
+
feat(schema): [dangerous] Input field 'accessibleTeams' was added to input object type 'ProjectFilter' (ProjectFilter.accessibleTeams)
|
196
|
+
|
197
|
+
feat(schema): [dangerous] Enum value 'figmaPluginBannerDismissed' was added to enum 'UserFlagType' (UserFlagType.figmaPluginBannerDismissed)
|
198
|
+
|
199
|
+
feat(schema): [dangerous] Enum value 'projectBoardOnboardingIsSeenAndDismissed' was added to enum 'UserFlagType' (UserFlagType.projectBoardOnboardingIsSeenAndDismissed)
|
200
|
+
|
201
|
+
feat(schema): [dangerous] Enum value 'updatedSlackThreadSyncIntegration' was added to enum 'UserFlagType' (UserFlagType.updatedSlackThreadSyncIntegration)
|
202
|
+
|
203
|
+
feat(schema): [dangerous] Input field 'usageWarningHistory' was added to input object type 'UserSettingsUpdateInput' (UserSettingsUpdateInput.usageWarningHistory)
|
204
|
+
|
205
|
+
feat(schema): [dangerous] Enum value 'customViews' was added to enum 'ViewType' (ViewType.customViews)
|
206
|
+
|
207
|
+
feat(schema): [dangerous] Enum value 'viewSubscription' was added to enum 'WorkflowType' (WorkflowType.viewSubscription)
|
208
|
+
|
209
|
+
feat(schema): [non_breaking] Type 'AttachmentArchivePayload' was added (AttachmentArchivePayload)
|
210
|
+
|
211
|
+
feat(schema): [non_breaking] Type 'ContextViewType' was added (ContextViewType)
|
212
|
+
|
213
|
+
feat(schema): [non_breaking] Type 'CustomViewNotificationSubscription' was added (CustomViewNotificationSubscription)
|
214
|
+
|
215
|
+
feat(schema): [non_breaking] Type 'CycleArchivePayload' was added (CycleArchivePayload)
|
216
|
+
|
217
|
+
feat(schema): [non_breaking] Type 'CycleNotificationSubscription' was added (CycleNotificationSubscription)
|
218
|
+
|
219
|
+
feat(schema): [non_breaking] Type 'DeletePayload' was added (DeletePayload)
|
220
|
+
|
221
|
+
feat(schema): [non_breaking] Type 'Embed' was added (Embed)
|
222
|
+
|
223
|
+
feat(schema): [non_breaking] Type 'EmbedPayload' was added (EmbedPayload)
|
224
|
+
|
225
|
+
feat(schema): [non_breaking] Type 'FirstResponderSchedule' was added (FirstResponderSchedule)
|
226
|
+
|
227
|
+
feat(schema): [non_breaking] Type 'FirstResponderScheduleConnection' was added (FirstResponderScheduleConnection)
|
228
|
+
|
229
|
+
feat(schema): [non_breaking] Type 'FirstResponderScheduleEdge' was added (FirstResponderScheduleEdge)
|
230
|
+
|
231
|
+
feat(schema): [non_breaking] Type 'IssueArchivePayload' was added (IssueArchivePayload)
|
232
|
+
|
233
|
+
feat(schema): [non_breaking] Type 'LabelNotificationSubscription' was added (LabelNotificationSubscription)
|
234
|
+
|
235
|
+
feat(schema): [non_breaking] Type 'NotificationArchivePayload' was added (NotificationArchivePayload)
|
236
|
+
|
237
|
+
feat(schema): [non_breaking] Type 'NullableTeamFilter' was added (NullableTeamFilter)
|
238
|
+
|
239
|
+
feat(schema): [non_breaking] Type 'PagerDutyInput' was added (PagerDutyInput)
|
240
|
+
|
241
|
+
feat(schema): [non_breaking] Type 'PagerDutyScheduleMapping' was added (PagerDutyScheduleMapping)
|
242
|
+
|
243
|
+
feat(schema): [non_breaking] Type 'PagerDutyScheduleMappingInput' was added (PagerDutyScheduleMappingInput)
|
244
|
+
|
245
|
+
feat(schema): [non_breaking] Type 'PagerDutySettings' was added (PagerDutySettings)
|
246
|
+
|
247
|
+
feat(schema): [non_breaking] Type 'ProjectArchivePayload' was added (ProjectArchivePayload)
|
248
|
+
|
249
|
+
feat(schema): [non_breaking] Type 'RoadmapArchivePayload' was added (RoadmapArchivePayload)
|
250
|
+
|
251
|
+
feat(schema): [non_breaking] Type 'TeamCollectionFilter' was added (TeamCollectionFilter)
|
252
|
+
|
253
|
+
feat(schema): [non_breaking] Type 'UserContextViewType' was added (UserContextViewType)
|
254
|
+
|
255
|
+
feat(schema): [non_breaking] Type 'WorkflowStateArchivePayload' was added (WorkflowStateArchivePayload)
|
256
|
+
|
257
|
+
feat(schema): [non_breaking] Object type 'ArchivePayload' has description 'A generic payload return from entity archive or deletion mutations.' (ArchivePayload)
|
258
|
+
|
259
|
+
feat(schema): [non_breaking] Field 'updatedBy' was added to object type 'CustomView' (CustomView.updatedBy)
|
260
|
+
|
261
|
+
feat(schema): [non_breaking] Field 'owner' was added to object type 'Favorite' (Favorite.owner)
|
262
|
+
|
263
|
+
feat(schema): [non_breaking] Field 'Favorite.user' description changed from 'The owner of the favorite.' to 'The favorited user.' (Favorite.user)
|
264
|
+
|
265
|
+
feat(schema): [non_breaking] Field 'pagerDuty' was added to object type 'IntegrationSettings' (IntegrationSettings.pagerDuty)
|
266
|
+
|
267
|
+
feat(schema): [non_breaking] Input field 'IssueCreateInput.title' changed type from 'String!' to 'String' (IssueCreateInput.title)
|
268
|
+
|
269
|
+
feat(schema): [non_breaking] Field 'attachmentUnsyncSlack' was added to object type 'Mutation' (Mutation.attachmentUnsyncSlack)
|
270
|
+
|
271
|
+
feat(schema): [non_breaking] Field 'integrationPageDutyConnect' was added to object type 'Mutation' (Mutation.integrationPageDutyConnect)
|
272
|
+
|
273
|
+
feat(schema): [non_breaking] Field 'Mutation.notificationSubscriptionCreate' description changed from 'Creates a new notification subscription for a team or a project.' to 'Creates a new notification subscription for a cycle, custom view, label, project or team.' (Mutation.notificationSubscriptionCreate)
|
274
|
+
|
275
|
+
feat(schema): [non_breaking] Field 'contextViewType' was added to interface 'NotificationSubscription' (NotificationSubscription.contextViewType)
|
276
|
+
|
277
|
+
feat(schema): [non_breaking] Field 'customView' was added to interface 'NotificationSubscription' (NotificationSubscription.customView)
|
278
|
+
|
279
|
+
feat(schema): [non_breaking] Field 'cycle' was added to interface 'NotificationSubscription' (NotificationSubscription.cycle)
|
280
|
+
|
281
|
+
feat(schema): [non_breaking] Field 'label' was added to interface 'NotificationSubscription' (NotificationSubscription.label)
|
282
|
+
|
283
|
+
feat(schema): [non_breaking] Field 'subscriber' was added to interface 'NotificationSubscription' (NotificationSubscription.subscriber)
|
284
|
+
|
285
|
+
feat(schema): [non_breaking] Field 'userContextViewType' was added to interface 'NotificationSubscription' (NotificationSubscription.userContextViewType)
|
286
|
+
|
287
|
+
feat(schema): [non_breaking] Field 'NotificationSubscription.project' description changed from 'Subscribed project.' to 'The contextual project view associated with the notification subscription.' (NotificationSubscription.project)
|
288
|
+
|
289
|
+
feat(schema): [non_breaking] Field 'NotificationSubscription.team' description changed from 'Subscribed team.' to 'The team associated with the notification subscription.' (NotificationSubscription.team)
|
290
|
+
|
291
|
+
feat(schema): [non_breaking] Field 'NotificationSubscription.user' description changed from 'The user associated with notification subscriptions.' to 'The user view associated with the notification subscription.' (NotificationSubscription.user)
|
292
|
+
|
293
|
+
feat(schema): [non_breaking] Field 'contextViewType' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.contextViewType)
|
294
|
+
|
295
|
+
feat(schema): [non_breaking] Field 'customView' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.customView)
|
296
|
+
|
297
|
+
feat(schema): [non_breaking] Field 'cycle' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.cycle)
|
298
|
+
|
299
|
+
feat(schema): [non_breaking] Field 'label' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.label)
|
300
|
+
|
301
|
+
feat(schema): [non_breaking] Field 'notificationSubscriptionTypes' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.notificationSubscriptionTypes)
|
302
|
+
|
303
|
+
feat(schema): [non_breaking] Field 'subscriber' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.subscriber)
|
304
|
+
|
305
|
+
feat(schema): [non_breaking] Field 'userContextViewType' was added to object type 'ProjectNotificationSubscription' (ProjectNotificationSubscription.userContextViewType)
|
306
|
+
|
307
|
+
feat(schema): [non_breaking] Field 'ProjectNotificationSubscription.team' description changed from 'Subscribed team.' to 'The team associated with the notification subscription.' (ProjectNotificationSubscription.team)
|
308
|
+
|
309
|
+
feat(schema): [non_breaking] Field 'ProjectNotificationSubscription.user' description changed from 'The user associated with notification subscriptions.' to 'The user view associated with the notification subscription.' (ProjectNotificationSubscription.user)
|
310
|
+
|
311
|
+
feat(schema): [non_breaking] Field 'embedInfo' was added to object type 'Query' (Query.embedInfo)
|
312
|
+
|
313
|
+
feat(schema): [non_breaking] Field 'templatesForIntegration' was added to object type 'Query' (Query.templatesForIntegration)
|
314
|
+
|
315
|
+
feat(schema): [non_breaking] Field 'Query.issueSearch' description changed from '[ALPHA] Search issues. This query is experimental and is subject to change without notice.' to '[DEPRECATED] Search issues. This endpoint is deprecated and will be removed in the future – use `searchIssues` instead.' (Query.issueSearch)
|
316
|
+
|
317
|
+
feat(schema): [non_breaking] Field 'issueCount' was added to object type 'Team' (Team.issueCount)
|
318
|
+
|
319
|
+
feat(schema): [non_breaking] Field 'contextViewType' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.contextViewType)
|
320
|
+
|
321
|
+
feat(schema): [non_breaking] Field 'customView' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.customView)
|
322
|
+
|
323
|
+
feat(schema): [non_breaking] Field 'cycle' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.cycle)
|
324
|
+
|
325
|
+
feat(schema): [non_breaking] Field 'label' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.label)
|
326
|
+
|
327
|
+
feat(schema): [non_breaking] Field 'notificationSubscriptionTypes' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.notificationSubscriptionTypes)
|
328
|
+
|
329
|
+
feat(schema): [non_breaking] Field 'subscriber' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.subscriber)
|
330
|
+
|
331
|
+
feat(schema): [non_breaking] Field 'userContextViewType' was added to object type 'TeamNotificationSubscription' (TeamNotificationSubscription.userContextViewType)
|
332
|
+
|
333
|
+
feat(schema): [non_breaking] Field 'TeamNotificationSubscription.project' description changed from 'Subscribed project.' to 'The contextual project view associated with the notification subscription.' (TeamNotificationSubscription.project)
|
334
|
+
|
335
|
+
feat(schema): [non_breaking] Field 'TeamNotificationSubscription.user' description changed from 'The user associated with notification subscriptions.' to 'The user view associated with the notification subscription.' (TeamNotificationSubscription.user)
|
336
|
+
|
337
|
+
feat(schema): [non_breaking] Field 'contextViewType' was added to object type 'WorkflowDefinition' (WorkflowDefinition.contextViewType)
|
338
|
+
|
339
|
+
feat(schema): [non_breaking] Field 'customView' was added to object type 'WorkflowDefinition' (WorkflowDefinition.customView)
|
340
|
+
|
341
|
+
feat(schema): [non_breaking] Field 'cycle' was added to object type 'WorkflowDefinition' (WorkflowDefinition.cycle)
|
342
|
+
|
343
|
+
feat(schema): [non_breaking] Field 'label' was added to object type 'WorkflowDefinition' (WorkflowDefinition.label)
|
344
|
+
|
345
|
+
feat(schema): [non_breaking] Field 'project' was added to object type 'WorkflowDefinition' (WorkflowDefinition.project)
|
346
|
+
|
347
|
+
feat(schema): [non_breaking] Field 'user' was added to object type 'WorkflowDefinition' (WorkflowDefinition.user)
|
348
|
+
|
349
|
+
feat(schema): [non_breaking] Field 'userContextViewType' was added to object type 'WorkflowDefinition' (WorkflowDefinition.userContextViewType)
|
350
|
+
|
351
|
+
### Patch Changes
|
352
|
+
|
353
|
+
- 918c617: chore(deps): update dependency patch versions
|
354
|
+
|
3
355
|
## 6.0.0
|
4
356
|
|
5
357
|
### Major Changes
|