@linear/sdk 2.1.0 → 2.2.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 +484 -0
- package/dist/_generated_documents.d.ts +4596 -4609
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +2734 -2787
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +14427 -14688
- 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 +14417 -14675
- 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 +14425 -14688
- 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,489 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 2.2.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 8c5225b: feat(schema): [breaking] Type 'Initiative' was removed (Initiative)
|
8
|
+
|
9
|
+
feat(schema): [breaking] Type 'InitiativeConnection' was removed (InitiativeConnection)
|
10
|
+
|
11
|
+
feat(schema): [breaking] Type 'InitiativeEdge' was removed (InitiativeEdge)
|
12
|
+
|
13
|
+
feat(schema): [breaking] Type 'Milestone' was removed (Milestone)
|
14
|
+
|
15
|
+
feat(schema): [breaking] Type 'MilestoneConnection' was removed (MilestoneConnection)
|
16
|
+
|
17
|
+
feat(schema): [breaking] Type 'MilestoneCreateInput' was removed (MilestoneCreateInput)
|
18
|
+
|
19
|
+
feat(schema): [breaking] Type 'MilestoneEdge' was removed (MilestoneEdge)
|
20
|
+
|
21
|
+
feat(schema): [breaking] Type 'MilestoneMigrationPayload' was removed (MilestoneMigrationPayload)
|
22
|
+
|
23
|
+
feat(schema): [breaking] Type 'MilestonePayload' was removed (MilestonePayload)
|
24
|
+
|
25
|
+
feat(schema): [breaking] Type 'MilestoneUpdateInput' was removed (MilestoneUpdateInput)
|
26
|
+
|
27
|
+
feat(schema): [breaking] Type 'MilestonesMigrateInput' was removed (MilestonesMigrateInput)
|
28
|
+
|
29
|
+
feat(schema): [breaking] Type 'NestedStringComparator' was removed (NestedStringComparator)
|
30
|
+
|
31
|
+
feat(schema): [breaking] Type 'UserAccountEmailChangeFindPayload' was removed (UserAccountEmailChangeFindPayload)
|
32
|
+
|
33
|
+
feat(schema): [breaking] Type 'UserAccountEmailChangeVerifyCodePayload' was removed (UserAccountEmailChangeVerifyCodePayload)
|
34
|
+
|
35
|
+
feat(schema): [breaking] Type 'UserAccountEmailVerificationPayload' was removed (UserAccountEmailVerificationPayload)
|
36
|
+
|
37
|
+
feat(schema): [breaking] Type 'WorkflowConditions' was removed (WorkflowConditions)
|
38
|
+
|
39
|
+
feat(schema): [breaking] Type 'WorkflowEntityPropertyMatcher' was removed (WorkflowEntityPropertyMatcher)
|
40
|
+
|
41
|
+
feat(schema): [breaking] Input field 'AttachmentCollectionFilter.sourceType' changed type from 'NestedStringComparator' to 'SourceTypeComparator' (AttachmentCollectionFilter.sourceType)
|
42
|
+
|
43
|
+
feat(schema): [breaking] Input field 'AttachmentFilter.sourceType' changed type from 'NestedStringComparator' to 'SourceTypeComparator' (AttachmentFilter.sourceType)
|
44
|
+
|
45
|
+
feat(schema): [breaking] Field 'slackProjectUpdateCreatedToMilestone' was removed from object type 'IntegrationsSettings' (IntegrationsSettings.slackProjectUpdateCreatedToMilestone)
|
46
|
+
|
47
|
+
feat(schema): [breaking] Input field 'slackProjectUpdateCreatedToMilestone' was removed from input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackProjectUpdateCreatedToMilestone)
|
48
|
+
|
49
|
+
feat(schema): [breaking] Input field 'slackProjectUpdateCreatedToMilestone' was removed from input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackProjectUpdateCreatedToMilestone)
|
50
|
+
|
51
|
+
feat(schema): [breaking] Field 'migrateMilestonesToRoadmaps' was removed from object type 'Mutation' (Mutation.migrateMilestonesToRoadmaps)
|
52
|
+
|
53
|
+
feat(schema): [breaking] Field 'milestoneCreate' (deprecated) was removed from object type 'Mutation' (Mutation.milestoneCreate)
|
54
|
+
|
55
|
+
feat(schema): [breaking] Field 'milestoneDelete' (deprecated) was removed from object type 'Mutation' (Mutation.milestoneDelete)
|
56
|
+
|
57
|
+
feat(schema): [breaking] Field 'milestoneUpdate' (deprecated) was removed from object type 'Mutation' (Mutation.milestoneUpdate)
|
58
|
+
|
59
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeCancel' was removed from object type 'Mutation' (Mutation.userAccountEmailChangeCancel)
|
60
|
+
|
61
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeCreate' was removed from object type 'Mutation' (Mutation.userAccountEmailChangeCreate)
|
62
|
+
|
63
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeVerifyCode' was removed from object type 'Mutation' (Mutation.userAccountEmailChangeVerifyCode)
|
64
|
+
|
65
|
+
feat(schema): [breaking] Field 'initiative' was removed from object type 'Project' (Project.initiative)
|
66
|
+
|
67
|
+
feat(schema): [breaking] Field 'milestone' (deprecated) was removed from object type 'Project' (Project.milestone)
|
68
|
+
|
69
|
+
feat(schema): [breaking] Input field 'milestoneId' was removed from input object type 'ProjectCreateInput' (ProjectCreateInput.milestoneId)
|
70
|
+
|
71
|
+
feat(schema): [breaking] Input field 'milestoneId' was removed from input object type 'ProjectUpdateInput' (ProjectUpdateInput.milestoneId)
|
72
|
+
|
73
|
+
feat(schema): [breaking] Field 'milestone' (deprecated) was removed from object type 'Query' (Query.milestone)
|
74
|
+
|
75
|
+
feat(schema): [breaking] Field 'milestones' (deprecated) was removed from object type 'Query' (Query.milestones)
|
76
|
+
|
77
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeFind' was removed from object type 'Query' (Query.userAccountEmailChangeFind)
|
78
|
+
|
79
|
+
feat(schema): [breaking] Field 'organization' was removed from object type 'WorkflowDefinition' (WorkflowDefinition.organization)
|
80
|
+
|
81
|
+
feat(schema): [breaking] Field 'WorkflowDefinition.team' changed type from 'Team!' to 'Team' (WorkflowDefinition.team)
|
82
|
+
|
83
|
+
feat(schema): [breaking] Field 'WorkflowDefinition.trigger' changed type from 'WorkflowTriggerType!' to 'WorkflowTrigger!' (WorkflowDefinition.trigger)
|
84
|
+
|
85
|
+
feat(schema): [breaking] Enum value 'cron' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.cron)
|
86
|
+
|
87
|
+
feat(schema): [breaking] Enum value 'issueCreated' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.issueCreated)
|
88
|
+
|
89
|
+
feat(schema): [breaking] Enum value 'issueDeleted' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.issueDeleted)
|
90
|
+
|
91
|
+
feat(schema): [breaking] Enum value 'issueUpdated' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.issueUpdated)
|
92
|
+
|
93
|
+
feat(schema): [dangerous] Input field 'doNotSubscribeToIssue' was added to input object type 'CommentCreateInput' (CommentCreateInput.doNotSubscribeToIssue)
|
94
|
+
|
95
|
+
feat(schema): [dangerous] Input field 'notion' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.notion)
|
96
|
+
|
97
|
+
feat(schema): [dangerous] Input field 'slackIssueAddedToTriage' was added to input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackIssueAddedToTriage)
|
98
|
+
|
99
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaBreached' was added to input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackIssueSlaBreached)
|
100
|
+
|
101
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaHighRisk' was added to input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackIssueSlaHighRisk)
|
102
|
+
|
103
|
+
feat(schema): [dangerous] Input field 'slackIssueAddedToTriage' was added to input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackIssueAddedToTriage)
|
104
|
+
|
105
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaBreached' was added to input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackIssueSlaBreached)
|
106
|
+
|
107
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaHighRisk' was added to input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackIssueSlaHighRisk)
|
108
|
+
|
109
|
+
feat(schema): [dangerous] Input field 'slaStatus' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.slaStatus)
|
110
|
+
|
111
|
+
feat(schema): [dangerous] Input field 'projectMilestoneId' was added to input object type 'IssueCreateInput' (IssueCreateInput.projectMilestoneId)
|
112
|
+
|
113
|
+
feat(schema): [dangerous] Input field 'slaStatus' was added to input object type 'IssueFilter' (IssueFilter.slaStatus)
|
114
|
+
|
115
|
+
feat(schema): [dangerous] Input field 'projectMilestoneId' was added to input object type 'IssueUpdateInput' (IssueUpdateInput.projectMilestoneId)
|
116
|
+
|
117
|
+
feat(schema): [dangerous] Input field 'slaBreachesAt' was added to input object type 'IssueUpdateInput' (IssueUpdateInput.slaBreachesAt)
|
118
|
+
|
119
|
+
feat(schema): [dangerous] Argument 'id: String' added to field 'Mutation.attachmentLinkURL' (Mutation.attachmentLinkURL.id)
|
120
|
+
|
121
|
+
feat(schema): [dangerous] Input field 'teamNotificationSubscriptionTypes' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.teamNotificationSubscriptionTypes)
|
122
|
+
|
123
|
+
feat(schema): [dangerous] Input field 'teamNotificationSubscriptionTypes' was added to input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.teamNotificationSubscriptionTypes)
|
124
|
+
|
125
|
+
feat(schema): [dangerous] Input field 'slaStatus' was added to input object type 'NullableIssueFilter' (NullableIssueFilter.slaStatus)
|
126
|
+
|
127
|
+
feat(schema): [dangerous] Input field 'requirePriorityToLeaveTriage' was added to input object type 'TeamCreateInput' (TeamCreateInput.requirePriorityToLeaveTriage)
|
128
|
+
|
129
|
+
feat(schema): [dangerous] Input field 'requirePriorityToLeaveTriage' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.requirePriorityToLeaveTriage)
|
130
|
+
|
131
|
+
feat(schema): [dangerous] Input field 'slaEnabled' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.slaEnabled)
|
132
|
+
|
133
|
+
feat(schema): [dangerous] Enum value 'myIssuesActivity' was added to enum 'ViewType' (ViewType.myIssuesActivity)
|
134
|
+
|
135
|
+
feat(schema): [dangerous] Enum value 'myIssuesTouchedByMe' was added to enum 'ViewType' (ViewType.myIssuesTouchedByMe)
|
136
|
+
|
137
|
+
feat(schema): [dangerous] Enum value 'issue' was added to enum 'WorkflowTriggerType' (WorkflowTriggerType.issue)
|
138
|
+
|
139
|
+
feat(schema): [dangerous] Enum value 'project' was added to enum 'WorkflowTriggerType' (WorkflowTriggerType.project)
|
140
|
+
|
141
|
+
feat(schema): [dangerous] Enum value 'sla' was added to enum 'WorkflowType' (WorkflowType.sla)
|
142
|
+
|
143
|
+
feat(schema): [non_breaking] Type 'IssueDraft' was added (IssueDraft)
|
144
|
+
|
145
|
+
feat(schema): [non_breaking] Type 'NotionSettings' was added (NotionSettings)
|
146
|
+
|
147
|
+
feat(schema): [non_breaking] Type 'NotionSettingsInput' was added (NotionSettingsInput)
|
148
|
+
|
149
|
+
feat(schema): [non_breaking] Type 'PersonalNote' was added (PersonalNote)
|
150
|
+
|
151
|
+
feat(schema): [non_breaking] Type 'ProjectMilestone' was added (ProjectMilestone)
|
152
|
+
|
153
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneConnection' was added (ProjectMilestoneConnection)
|
154
|
+
|
155
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneCreateInput' was added (ProjectMilestoneCreateInput)
|
156
|
+
|
157
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneEdge' was added (ProjectMilestoneEdge)
|
158
|
+
|
159
|
+
feat(schema): [non_breaking] Type 'ProjectMilestonePayload' was added (ProjectMilestonePayload)
|
160
|
+
|
161
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneUpdateInput' was added (ProjectMilestoneUpdateInput)
|
162
|
+
|
163
|
+
feat(schema): [non_breaking] Type 'SlaStatus' was added (SlaStatus)
|
164
|
+
|
165
|
+
feat(schema): [non_breaking] Type 'SlaStatusComparator' was added (SlaStatusComparator)
|
166
|
+
|
167
|
+
feat(schema): [non_breaking] Type 'SourceTypeComparator' was added (SourceTypeComparator)
|
168
|
+
|
169
|
+
feat(schema): [non_breaking] Type 'WorkflowCondition' was added (WorkflowCondition)
|
170
|
+
|
171
|
+
feat(schema): [non_breaking] Type 'WorkflowDefinitionConnection' was added (WorkflowDefinitionConnection)
|
172
|
+
|
173
|
+
feat(schema): [non_breaking] Type 'WorkflowDefinitionEdge' was added (WorkflowDefinitionEdge)
|
174
|
+
|
175
|
+
feat(schema): [non_breaking] Type 'WorkflowTrigger' was added (WorkflowTrigger)
|
176
|
+
|
177
|
+
feat(schema): [non_breaking] Field 'organization' was added to object type 'AuditEntry' (AuditEntry.organization)
|
178
|
+
|
179
|
+
feat(schema): [non_breaking] Field 'Comment.parent' description changed from 'The parent of the comment.' to 'The parent comment under which the current comment is nested.' (Comment.parent)
|
180
|
+
|
181
|
+
feat(schema): [non_breaking] Input field 'CommentCreateInput.parentId' description changed from '[Internal] The parent under which to nest the comment.' to 'The parent comment under which to nest a current comment.' (CommentCreateInput.parentId)
|
182
|
+
|
183
|
+
feat(schema): [non_breaking] Field 'notion' was added to object type 'IntegrationSettings' (IntegrationSettings.notion)
|
184
|
+
|
185
|
+
feat(schema): [non_breaking] Field 'slackIssueAddedToTriage' was added to object type 'IntegrationsSettings' (IntegrationsSettings.slackIssueAddedToTriage)
|
186
|
+
|
187
|
+
feat(schema): [non_breaking] Field 'slackIssueSlaBreached' was added to object type 'IntegrationsSettings' (IntegrationsSettings.slackIssueSlaBreached)
|
188
|
+
|
189
|
+
feat(schema): [non_breaking] Field 'slackIssueSlaHighRisk' was added to object type 'IntegrationsSettings' (IntegrationsSettings.slackIssueSlaHighRisk)
|
190
|
+
|
191
|
+
feat(schema): [non_breaking] Field 'projectMilestone' was added to object type 'Issue' (Issue.projectMilestone)
|
192
|
+
|
193
|
+
feat(schema): [non_breaking] Field 'slaBreachesAt' was added to object type 'Issue' (Issue.slaBreachesAt)
|
194
|
+
|
195
|
+
feat(schema): [non_breaking] Field 'slaStartedAt' was added to object type 'Issue' (Issue.slaStartedAt)
|
196
|
+
|
197
|
+
feat(schema): [non_breaking] Field 'startedTriageAt' was added to object type 'Issue' (Issue.startedTriageAt)
|
198
|
+
|
199
|
+
feat(schema): [non_breaking] Field 'changes' was added to object type 'IssueHistory' (IssueHistory.changes)
|
200
|
+
|
201
|
+
feat(schema): [non_breaking] Field 'issueDescriptionUpdateFromFront' was added to object type 'Mutation' (Mutation.issueDescriptionUpdateFromFront)
|
202
|
+
|
203
|
+
feat(schema): [non_breaking] Field 'projectMilestoneCreate' was added to object type 'Mutation' (Mutation.projectMilestoneCreate)
|
204
|
+
|
205
|
+
feat(schema): [non_breaking] Field 'projectMilestoneDelete' was added to object type 'Mutation' (Mutation.projectMilestoneDelete)
|
206
|
+
|
207
|
+
feat(schema): [non_breaking] Field 'projectMilestoneUpdate' was added to object type 'Mutation' (Mutation.projectMilestoneUpdate)
|
208
|
+
|
209
|
+
feat(schema): [non_breaking] Input field 'NotificationSubscriptionUpdateInput.projectNotificationSubscriptionType' changed type from 'ProjectNotificationSubscriptionType!' to 'ProjectNotificationSubscriptionType' (NotificationSubscriptionUpdateInput.projectNotificationSubscriptionType)
|
210
|
+
|
211
|
+
feat(schema): [non_breaking] Field 'PaidSubscription.seatsMaximum' description changed from 'The maximum number of seats that can be added to the subscription.' to 'The maximum number of seats that will be billed in the subscription.' (PaidSubscription.seatsMaximum)
|
212
|
+
|
213
|
+
feat(schema): [non_breaking] Field 'projectMilestones' was added to object type 'Project' (Project.projectMilestones)
|
214
|
+
|
215
|
+
feat(schema): [non_breaking] Field 'Project.sortOrder' description changed from 'The sort order for the project within its milestone/initiative.' to 'The sort order for the project within the organizion.' (Project.sortOrder)
|
216
|
+
|
217
|
+
feat(schema): [non_breaking] Field 'ProjectMilestone' was added to object type 'Query' (Query.ProjectMilestone)
|
218
|
+
|
219
|
+
feat(schema): [non_breaking] Field 'ProjectMilestones' was added to object type 'Query' (Query.ProjectMilestones)
|
220
|
+
|
221
|
+
feat(schema): [non_breaking] Input field 'RoadmapToProjectCreateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within its organization.' (RoadmapToProjectCreateInput.sortOrder)
|
222
|
+
|
223
|
+
feat(schema): [non_breaking] Input field 'RoadmapToProjectUpdateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within its organization.' (RoadmapToProjectUpdateInput.sortOrder)
|
224
|
+
|
225
|
+
feat(schema): [non_breaking] Field 'requirePriorityToLeaveTriage' was added to object type 'Team' (Team.requirePriorityToLeaveTriage)
|
226
|
+
|
227
|
+
feat(schema): [non_breaking] Field 'groupName' was added to object type 'WorkflowDefinition' (WorkflowDefinition.groupName)
|
228
|
+
|
229
|
+
feat(schema): [non_breaking] Field 'sortOrder' was added to object type 'WorkflowDefinition' (WorkflowDefinition.sortOrder)
|
230
|
+
|
231
|
+
feat(schema): [non_breaking] Field 'triggerType' was added to object type 'WorkflowDefinition' (WorkflowDefinition.triggerType)
|
232
|
+
|
233
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.conditions' description changed from 'One or more conditions that need to be true for workflow to be triggered.' to 'The conditions that need to be match for the workflow to be triggered.' (WorkflowDefinition.conditions)
|
234
|
+
|
235
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.description' description changed from 'The workflow description.' to 'The description of the workflow.' (WorkflowDefinition.description)
|
236
|
+
|
237
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.team' description changed from 'The team associated with the workflow.' to 'The team associated with the workflow. If not set, the workflow is associated with the entire organization.' (WorkflowDefinition.team)
|
238
|
+
|
239
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.trigger' description changed from 'The type of the trigger that kicks off the workflow.' to 'The type of the event that triggers off the workflow.' (WorkflowDefinition.trigger)
|
240
|
+
|
241
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.type' description changed from 'The type of the workflow' to 'The type of the workflow.' (WorkflowDefinition.type)
|
242
|
+
|
243
|
+
- 9917a58: feat(schema): [non_breaking] Field 'failureReason' was added to object type 'UserAccountEmailVerificationPayload' (UserAccountEmailVerificationPayload.failureReason)
|
244
|
+
- 8c5225b: feat(schema): [breaking] Type 'Initiative' was removed (Initiative)
|
245
|
+
|
246
|
+
feat(schema): [breaking] Type 'InitiativeConnection' was removed (InitiativeConnection)
|
247
|
+
|
248
|
+
feat(schema): [breaking] Type 'InitiativeEdge' was removed (InitiativeEdge)
|
249
|
+
|
250
|
+
feat(schema): [breaking] Type 'Milestone' was removed (Milestone)
|
251
|
+
|
252
|
+
feat(schema): [breaking] Type 'MilestoneConnection' was removed (MilestoneConnection)
|
253
|
+
|
254
|
+
feat(schema): [breaking] Type 'MilestoneCreateInput' was removed (MilestoneCreateInput)
|
255
|
+
|
256
|
+
feat(schema): [breaking] Type 'MilestoneEdge' was removed (MilestoneEdge)
|
257
|
+
|
258
|
+
feat(schema): [breaking] Type 'MilestoneMigrationPayload' was removed (MilestoneMigrationPayload)
|
259
|
+
|
260
|
+
feat(schema): [breaking] Type 'MilestonePayload' was removed (MilestonePayload)
|
261
|
+
|
262
|
+
feat(schema): [breaking] Type 'MilestoneUpdateInput' was removed (MilestoneUpdateInput)
|
263
|
+
|
264
|
+
feat(schema): [breaking] Type 'MilestonesMigrateInput' was removed (MilestonesMigrateInput)
|
265
|
+
|
266
|
+
feat(schema): [breaking] Type 'NestedStringComparator' was removed (NestedStringComparator)
|
267
|
+
|
268
|
+
feat(schema): [breaking] Type 'UserAccountEmailChangeFindPayload' was removed (UserAccountEmailChangeFindPayload)
|
269
|
+
|
270
|
+
feat(schema): [breaking] Type 'UserAccountEmailChangeVerifyCodePayload' was removed (UserAccountEmailChangeVerifyCodePayload)
|
271
|
+
|
272
|
+
feat(schema): [breaking] Type 'UserAccountEmailVerificationPayload' was removed (UserAccountEmailVerificationPayload)
|
273
|
+
|
274
|
+
feat(schema): [breaking] Type 'WorkflowConditions' was removed (WorkflowConditions)
|
275
|
+
|
276
|
+
feat(schema): [breaking] Type 'WorkflowEntityPropertyMatcher' was removed (WorkflowEntityPropertyMatcher)
|
277
|
+
|
278
|
+
feat(schema): [breaking] Input field 'AttachmentCollectionFilter.sourceType' changed type from 'NestedStringComparator' to 'SourceTypeComparator' (AttachmentCollectionFilter.sourceType)
|
279
|
+
|
280
|
+
feat(schema): [breaking] Input field 'AttachmentFilter.sourceType' changed type from 'NestedStringComparator' to 'SourceTypeComparator' (AttachmentFilter.sourceType)
|
281
|
+
|
282
|
+
feat(schema): [breaking] Field 'slackProjectUpdateCreatedToMilestone' was removed from object type 'IntegrationsSettings' (IntegrationsSettings.slackProjectUpdateCreatedToMilestone)
|
283
|
+
|
284
|
+
feat(schema): [breaking] Input field 'slackProjectUpdateCreatedToMilestone' was removed from input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackProjectUpdateCreatedToMilestone)
|
285
|
+
|
286
|
+
feat(schema): [breaking] Input field 'slackProjectUpdateCreatedToMilestone' was removed from input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackProjectUpdateCreatedToMilestone)
|
287
|
+
|
288
|
+
feat(schema): [breaking] Field 'migrateMilestonesToRoadmaps' was removed from object type 'Mutation' (Mutation.migrateMilestonesToRoadmaps)
|
289
|
+
|
290
|
+
feat(schema): [breaking] Field 'milestoneCreate' (deprecated) was removed from object type 'Mutation' (Mutation.milestoneCreate)
|
291
|
+
|
292
|
+
feat(schema): [breaking] Field 'milestoneDelete' (deprecated) was removed from object type 'Mutation' (Mutation.milestoneDelete)
|
293
|
+
|
294
|
+
feat(schema): [breaking] Field 'milestoneUpdate' (deprecated) was removed from object type 'Mutation' (Mutation.milestoneUpdate)
|
295
|
+
|
296
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeCancel' was removed from object type 'Mutation' (Mutation.userAccountEmailChangeCancel)
|
297
|
+
|
298
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeCreate' was removed from object type 'Mutation' (Mutation.userAccountEmailChangeCreate)
|
299
|
+
|
300
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeVerifyCode' was removed from object type 'Mutation' (Mutation.userAccountEmailChangeVerifyCode)
|
301
|
+
|
302
|
+
feat(schema): [breaking] Field 'initiative' was removed from object type 'Project' (Project.initiative)
|
303
|
+
|
304
|
+
feat(schema): [breaking] Field 'milestone' (deprecated) was removed from object type 'Project' (Project.milestone)
|
305
|
+
|
306
|
+
feat(schema): [breaking] Input field 'milestoneId' was removed from input object type 'ProjectCreateInput' (ProjectCreateInput.milestoneId)
|
307
|
+
|
308
|
+
feat(schema): [breaking] Input field 'milestoneId' was removed from input object type 'ProjectUpdateInput' (ProjectUpdateInput.milestoneId)
|
309
|
+
|
310
|
+
feat(schema): [breaking] Field 'milestone' (deprecated) was removed from object type 'Query' (Query.milestone)
|
311
|
+
|
312
|
+
feat(schema): [breaking] Field 'milestones' (deprecated) was removed from object type 'Query' (Query.milestones)
|
313
|
+
|
314
|
+
feat(schema): [breaking] Field 'userAccountEmailChangeFind' was removed from object type 'Query' (Query.userAccountEmailChangeFind)
|
315
|
+
|
316
|
+
feat(schema): [breaking] Field 'organization' was removed from object type 'WorkflowDefinition' (WorkflowDefinition.organization)
|
317
|
+
|
318
|
+
feat(schema): [breaking] Field 'WorkflowDefinition.team' changed type from 'Team!' to 'Team' (WorkflowDefinition.team)
|
319
|
+
|
320
|
+
feat(schema): [breaking] Field 'WorkflowDefinition.trigger' changed type from 'WorkflowTriggerType!' to 'WorkflowTrigger!' (WorkflowDefinition.trigger)
|
321
|
+
|
322
|
+
feat(schema): [breaking] Enum value 'cron' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.cron)
|
323
|
+
|
324
|
+
feat(schema): [breaking] Enum value 'issueCreated' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.issueCreated)
|
325
|
+
|
326
|
+
feat(schema): [breaking] Enum value 'issueDeleted' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.issueDeleted)
|
327
|
+
|
328
|
+
feat(schema): [breaking] Enum value 'issueUpdated' was removed from enum 'WorkflowTriggerType' (WorkflowTriggerType.issueUpdated)
|
329
|
+
|
330
|
+
feat(schema): [dangerous] Input field 'doNotSubscribeToIssue' was added to input object type 'CommentCreateInput' (CommentCreateInput.doNotSubscribeToIssue)
|
331
|
+
|
332
|
+
feat(schema): [dangerous] Input field 'notion' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.notion)
|
333
|
+
|
334
|
+
feat(schema): [dangerous] Input field 'slackIssueAddedToTriage' was added to input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackIssueAddedToTriage)
|
335
|
+
|
336
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaBreached' was added to input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackIssueSlaBreached)
|
337
|
+
|
338
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaHighRisk' was added to input object type 'IntegrationsSettingsCreateInput' (IntegrationsSettingsCreateInput.slackIssueSlaHighRisk)
|
339
|
+
|
340
|
+
feat(schema): [dangerous] Input field 'slackIssueAddedToTriage' was added to input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackIssueAddedToTriage)
|
341
|
+
|
342
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaBreached' was added to input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackIssueSlaBreached)
|
343
|
+
|
344
|
+
feat(schema): [dangerous] Input field 'slackIssueSlaHighRisk' was added to input object type 'IntegrationsSettingsUpdateInput' (IntegrationsSettingsUpdateInput.slackIssueSlaHighRisk)
|
345
|
+
|
346
|
+
feat(schema): [dangerous] Input field 'slaStatus' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.slaStatus)
|
347
|
+
|
348
|
+
feat(schema): [dangerous] Input field 'projectMilestoneId' was added to input object type 'IssueCreateInput' (IssueCreateInput.projectMilestoneId)
|
349
|
+
|
350
|
+
feat(schema): [dangerous] Input field 'slaStatus' was added to input object type 'IssueFilter' (IssueFilter.slaStatus)
|
351
|
+
|
352
|
+
feat(schema): [dangerous] Input field 'projectMilestoneId' was added to input object type 'IssueUpdateInput' (IssueUpdateInput.projectMilestoneId)
|
353
|
+
|
354
|
+
feat(schema): [dangerous] Input field 'slaBreachesAt' was added to input object type 'IssueUpdateInput' (IssueUpdateInput.slaBreachesAt)
|
355
|
+
|
356
|
+
feat(schema): [dangerous] Argument 'id: String' added to field 'Mutation.attachmentLinkURL' (Mutation.attachmentLinkURL.id)
|
357
|
+
|
358
|
+
feat(schema): [dangerous] Input field 'teamNotificationSubscriptionTypes' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.teamNotificationSubscriptionTypes)
|
359
|
+
|
360
|
+
feat(schema): [dangerous] Input field 'teamNotificationSubscriptionTypes' was added to input object type 'NotificationSubscriptionUpdateInput' (NotificationSubscriptionUpdateInput.teamNotificationSubscriptionTypes)
|
361
|
+
|
362
|
+
feat(schema): [dangerous] Input field 'slaStatus' was added to input object type 'NullableIssueFilter' (NullableIssueFilter.slaStatus)
|
363
|
+
|
364
|
+
feat(schema): [dangerous] Input field 'requirePriorityToLeaveTriage' was added to input object type 'TeamCreateInput' (TeamCreateInput.requirePriorityToLeaveTriage)
|
365
|
+
|
366
|
+
feat(schema): [dangerous] Input field 'requirePriorityToLeaveTriage' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.requirePriorityToLeaveTriage)
|
367
|
+
|
368
|
+
feat(schema): [dangerous] Input field 'slaEnabled' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.slaEnabled)
|
369
|
+
|
370
|
+
feat(schema): [dangerous] Enum value 'myIssuesActivity' was added to enum 'ViewType' (ViewType.myIssuesActivity)
|
371
|
+
|
372
|
+
feat(schema): [dangerous] Enum value 'myIssuesTouchedByMe' was added to enum 'ViewType' (ViewType.myIssuesTouchedByMe)
|
373
|
+
|
374
|
+
feat(schema): [dangerous] Enum value 'issue' was added to enum 'WorkflowTriggerType' (WorkflowTriggerType.issue)
|
375
|
+
|
376
|
+
feat(schema): [dangerous] Enum value 'project' was added to enum 'WorkflowTriggerType' (WorkflowTriggerType.project)
|
377
|
+
|
378
|
+
feat(schema): [dangerous] Enum value 'sla' was added to enum 'WorkflowType' (WorkflowType.sla)
|
379
|
+
|
380
|
+
feat(schema): [non_breaking] Type 'IssueDraft' was added (IssueDraft)
|
381
|
+
|
382
|
+
feat(schema): [non_breaking] Type 'NotionSettings' was added (NotionSettings)
|
383
|
+
|
384
|
+
feat(schema): [non_breaking] Type 'NotionSettingsInput' was added (NotionSettingsInput)
|
385
|
+
|
386
|
+
feat(schema): [non_breaking] Type 'PersonalNote' was added (PersonalNote)
|
387
|
+
|
388
|
+
feat(schema): [non_breaking] Type 'ProjectMilestone' was added (ProjectMilestone)
|
389
|
+
|
390
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneConnection' was added (ProjectMilestoneConnection)
|
391
|
+
|
392
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneCreateInput' was added (ProjectMilestoneCreateInput)
|
393
|
+
|
394
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneEdge' was added (ProjectMilestoneEdge)
|
395
|
+
|
396
|
+
feat(schema): [non_breaking] Type 'ProjectMilestonePayload' was added (ProjectMilestonePayload)
|
397
|
+
|
398
|
+
feat(schema): [non_breaking] Type 'ProjectMilestoneUpdateInput' was added (ProjectMilestoneUpdateInput)
|
399
|
+
|
400
|
+
feat(schema): [non_breaking] Type 'SlaStatus' was added (SlaStatus)
|
401
|
+
|
402
|
+
feat(schema): [non_breaking] Type 'SlaStatusComparator' was added (SlaStatusComparator)
|
403
|
+
|
404
|
+
feat(schema): [non_breaking] Type 'SourceTypeComparator' was added (SourceTypeComparator)
|
405
|
+
|
406
|
+
feat(schema): [non_breaking] Type 'WorkflowCondition' was added (WorkflowCondition)
|
407
|
+
|
408
|
+
feat(schema): [non_breaking] Type 'WorkflowDefinitionConnection' was added (WorkflowDefinitionConnection)
|
409
|
+
|
410
|
+
feat(schema): [non_breaking] Type 'WorkflowDefinitionEdge' was added (WorkflowDefinitionEdge)
|
411
|
+
|
412
|
+
feat(schema): [non_breaking] Type 'WorkflowTrigger' was added (WorkflowTrigger)
|
413
|
+
|
414
|
+
feat(schema): [non_breaking] Field 'organization' was added to object type 'AuditEntry' (AuditEntry.organization)
|
415
|
+
|
416
|
+
feat(schema): [non_breaking] Field 'Comment.parent' description changed from 'The parent of the comment.' to 'The parent comment under which the current comment is nested.' (Comment.parent)
|
417
|
+
|
418
|
+
feat(schema): [non_breaking] Input field 'CommentCreateInput.parentId' description changed from '[Internal] The parent under which to nest the comment.' to 'The parent comment under which to nest a current comment.' (CommentCreateInput.parentId)
|
419
|
+
|
420
|
+
feat(schema): [non_breaking] Field 'notion' was added to object type 'IntegrationSettings' (IntegrationSettings.notion)
|
421
|
+
|
422
|
+
feat(schema): [non_breaking] Field 'slackIssueAddedToTriage' was added to object type 'IntegrationsSettings' (IntegrationsSettings.slackIssueAddedToTriage)
|
423
|
+
|
424
|
+
feat(schema): [non_breaking] Field 'slackIssueSlaBreached' was added to object type 'IntegrationsSettings' (IntegrationsSettings.slackIssueSlaBreached)
|
425
|
+
|
426
|
+
feat(schema): [non_breaking] Field 'slackIssueSlaHighRisk' was added to object type 'IntegrationsSettings' (IntegrationsSettings.slackIssueSlaHighRisk)
|
427
|
+
|
428
|
+
feat(schema): [non_breaking] Field 'projectMilestone' was added to object type 'Issue' (Issue.projectMilestone)
|
429
|
+
|
430
|
+
feat(schema): [non_breaking] Field 'slaBreachesAt' was added to object type 'Issue' (Issue.slaBreachesAt)
|
431
|
+
|
432
|
+
feat(schema): [non_breaking] Field 'slaStartedAt' was added to object type 'Issue' (Issue.slaStartedAt)
|
433
|
+
|
434
|
+
feat(schema): [non_breaking] Field 'startedTriageAt' was added to object type 'Issue' (Issue.startedTriageAt)
|
435
|
+
|
436
|
+
feat(schema): [non_breaking] Field 'changes' was added to object type 'IssueHistory' (IssueHistory.changes)
|
437
|
+
|
438
|
+
feat(schema): [non_breaking] Field 'issueDescriptionUpdateFromFront' was added to object type 'Mutation' (Mutation.issueDescriptionUpdateFromFront)
|
439
|
+
|
440
|
+
feat(schema): [non_breaking] Field 'projectMilestoneCreate' was added to object type 'Mutation' (Mutation.projectMilestoneCreate)
|
441
|
+
|
442
|
+
feat(schema): [non_breaking] Field 'projectMilestoneDelete' was added to object type 'Mutation' (Mutation.projectMilestoneDelete)
|
443
|
+
|
444
|
+
feat(schema): [non_breaking] Field 'projectMilestoneUpdate' was added to object type 'Mutation' (Mutation.projectMilestoneUpdate)
|
445
|
+
|
446
|
+
feat(schema): [non_breaking] Input field 'NotificationSubscriptionUpdateInput.projectNotificationSubscriptionType' changed type from 'ProjectNotificationSubscriptionType!' to 'ProjectNotificationSubscriptionType' (NotificationSubscriptionUpdateInput.projectNotificationSubscriptionType)
|
447
|
+
|
448
|
+
feat(schema): [non_breaking] Field 'PaidSubscription.seatsMaximum' description changed from 'The maximum number of seats that can be added to the subscription.' to 'The maximum number of seats that will be billed in the subscription.' (PaidSubscription.seatsMaximum)
|
449
|
+
|
450
|
+
feat(schema): [non_breaking] Field 'projectMilestones' was added to object type 'Project' (Project.projectMilestones)
|
451
|
+
|
452
|
+
feat(schema): [non_breaking] Field 'Project.sortOrder' description changed from 'The sort order for the project within its milestone/initiative.' to 'The sort order for the project within the organizion.' (Project.sortOrder)
|
453
|
+
|
454
|
+
feat(schema): [non_breaking] Field 'ProjectMilestone' was added to object type 'Query' (Query.ProjectMilestone)
|
455
|
+
|
456
|
+
feat(schema): [non_breaking] Field 'ProjectMilestones' was added to object type 'Query' (Query.ProjectMilestones)
|
457
|
+
|
458
|
+
feat(schema): [non_breaking] Input field 'RoadmapToProjectCreateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within its organization.' (RoadmapToProjectCreateInput.sortOrder)
|
459
|
+
|
460
|
+
feat(schema): [non_breaking] Input field 'RoadmapToProjectUpdateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within its organization.' (RoadmapToProjectUpdateInput.sortOrder)
|
461
|
+
|
462
|
+
feat(schema): [non_breaking] Field 'requirePriorityToLeaveTriage' was added to object type 'Team' (Team.requirePriorityToLeaveTriage)
|
463
|
+
|
464
|
+
feat(schema): [non_breaking] Field 'groupName' was added to object type 'WorkflowDefinition' (WorkflowDefinition.groupName)
|
465
|
+
|
466
|
+
feat(schema): [non_breaking] Field 'sortOrder' was added to object type 'WorkflowDefinition' (WorkflowDefinition.sortOrder)
|
467
|
+
|
468
|
+
feat(schema): [non_breaking] Field 'triggerType' was added to object type 'WorkflowDefinition' (WorkflowDefinition.triggerType)
|
469
|
+
|
470
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.conditions' description changed from 'One or more conditions that need to be true for workflow to be triggered.' to 'The conditions that need to be match for the workflow to be triggered.' (WorkflowDefinition.conditions)
|
471
|
+
|
472
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.description' description changed from 'The workflow description.' to 'The description of the workflow.' (WorkflowDefinition.description)
|
473
|
+
|
474
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.team' description changed from 'The team associated with the workflow.' to 'The team associated with the workflow. If not set, the workflow is associated with the entire organization.' (WorkflowDefinition.team)
|
475
|
+
|
476
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.trigger' description changed from 'The type of the trigger that kicks off the workflow.' to 'The type of the event that triggers off the workflow.' (WorkflowDefinition.trigger)
|
477
|
+
|
478
|
+
feat(schema): [non_breaking] Field 'WorkflowDefinition.type' description changed from 'The type of the workflow' to 'The type of the workflow.' (WorkflowDefinition.type)
|
479
|
+
|
480
|
+
- 8c5225b: Do not generate tests for skip comments
|
481
|
+
|
482
|
+
### Patch Changes
|
483
|
+
|
484
|
+
- e9489d3: chore(deps): update dependency patch versions
|
485
|
+
- 4254b6a: Edit rollup config for dev
|
486
|
+
|
3
487
|
## 2.1.0
|
4
488
|
|
5
489
|
### Minor Changes
|