@linear/sdk 1.21.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 +310 -0
- package/dist/_generated_documents.d.ts +1046 -162
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +669 -184
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2801 -899
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +2 -2
- 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 +2770 -891
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +2 -2
- 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 +2802 -900
- 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,315 @@
|
|
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
|
+
|
3
313
|
## 1.21.0
|
4
314
|
|
5
315
|
### Minor Changes
|