@linear/sdk 3.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,145 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 5bf2b65: feat(schema): [breaking] Type 'PersonalNote' was removed (PersonalNote)
8
+
9
+ feat(schema): [breaking] Field 'suggestedDescription' was removed from object type 'CustomViewSuggestionPayload' (CustomViewSuggestionPayload.suggestedDescription)
10
+
11
+ feat(schema): [breaking] Field 'suggestedIcon' was removed from object type 'CustomViewSuggestionPayload' (CustomViewSuggestionPayload.suggestedIcon)
12
+
13
+ feat(schema): [breaking] Field 'suggestedName' was removed from object type 'CustomViewSuggestionPayload' (CustomViewSuggestionPayload.suggestedName)
14
+
15
+ feat(schema): [breaking] Argument 'clubhouseGroupName: String!' added to field 'Mutation.issueImportCreateClubhouse' (Mutation.issueImportCreateClubhouse.clubhouseGroupName)
16
+
17
+ feat(schema): [breaking] Argument 'clubhouseTeamName: String!' was removed from field 'Mutation.issueImportCreateClubhouse' (Mutation.issueImportCreateClubhouse.clubhouseTeamName)
18
+
19
+ feat(schema): [breaking] Field 'customViewSuggestion' was removed from object type 'Query' (Query.customViewSuggestion)
20
+
21
+ feat(schema): [dangerous] Input field 'ownerId' was added to input object type 'CustomViewCreateInput' (CustomViewCreateInput.ownerId)
22
+
23
+ feat(schema): [dangerous] Input field 'ownerId' was added to input object type 'CustomViewUpdateInput' (CustomViewUpdateInput.ownerId)
24
+
25
+ feat(schema): [dangerous] Input field 'completedAt' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.completedAt)
26
+
27
+ feat(schema): [dangerous] Input field 'searchableContent' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.searchableContent)
28
+
29
+ feat(schema): [dangerous] Input field 'startsWithIgnoreCase' was added to input object type 'NullableStringComparator' (NullableStringComparator.startsWithIgnoreCase)
30
+
31
+ feat(schema): [dangerous] Input field 'completedAt' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.completedAt)
32
+
33
+ feat(schema): [dangerous] Input field 'searchableContent' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.searchableContent)
34
+
35
+ feat(schema): [dangerous] Input field 'completedAt' was added to input object type 'ProjectFilter' (ProjectFilter.completedAt)
36
+
37
+ feat(schema): [dangerous] Input field 'searchableContent' was added to input object type 'ProjectFilter' (ProjectFilter.searchableContent)
38
+
39
+ feat(schema): [dangerous] Input field 'startsWithIgnoreCase' was added to input object type 'SourceTypeComparator' (SourceTypeComparator.startsWithIgnoreCase)
40
+
41
+ feat(schema): [dangerous] Input field 'startsWithIgnoreCase' was added to input object type 'StringComparator' (StringComparator.startsWithIgnoreCase)
42
+
43
+ feat(schema): [dangerous] Input field 'insights' was added to input object type 'ViewPreferencesCreateInput' (ViewPreferencesCreateInput.insights)
44
+
45
+ feat(schema): [dangerous] Input field 'insights' was added to input object type 'ViewPreferencesUpdateInput' (ViewPreferencesUpdateInput.insights)
46
+
47
+ feat(schema): [dangerous] Enum value 'quickView' was added to enum 'ViewType' (ViewType.quickView)
48
+
49
+ feat(schema): [non_breaking] Type 'ArchiveResponse' was added (ArchiveResponse)
50
+
51
+ feat(schema): [non_breaking] Type 'DocumentContent' was added (DocumentContent)
52
+
53
+ feat(schema): [non_breaking] Type 'DocumentSearchPayload' was added (DocumentSearchPayload)
54
+
55
+ feat(schema): [non_breaking] Type 'DocumentSearchResult' was added (DocumentSearchResult)
56
+
57
+ feat(schema): [non_breaking] Type 'DocumentSearchResultConnection' was added (DocumentSearchResultConnection)
58
+
59
+ feat(schema): [non_breaking] Type 'DocumentSearchResultEdge' was added (DocumentSearchResultEdge)
60
+
61
+ feat(schema): [non_breaking] Type 'IssueFilterSuggestionPayload' was added (IssueFilterSuggestionPayload)
62
+
63
+ feat(schema): [non_breaking] Type 'IssueImportCheckPayload' was added (IssueImportCheckPayload)
64
+
65
+ feat(schema): [non_breaking] Type 'IssueSearchPayload' was added (IssueSearchPayload)
66
+
67
+ feat(schema): [non_breaking] Type 'IssueSearchResult' was added (IssueSearchResult)
68
+
69
+ feat(schema): [non_breaking] Type 'IssueSearchResultConnection' was added (IssueSearchResultConnection)
70
+
71
+ feat(schema): [non_breaking] Type 'IssueSearchResultEdge' was added (IssueSearchResultEdge)
72
+
73
+ feat(schema): [non_breaking] Type 'ProjectFilterSuggestionPayload' was added (ProjectFilterSuggestionPayload)
74
+
75
+ feat(schema): [non_breaking] Type 'ProjectSearchPayload' was added (ProjectSearchPayload)
76
+
77
+ feat(schema): [non_breaking] Type 'ProjectSearchResult' was added (ProjectSearchResult)
78
+
79
+ feat(schema): [non_breaking] Type 'ProjectSearchResultConnection' was added (ProjectSearchResultConnection)
80
+
81
+ feat(schema): [non_breaking] Type 'ProjectSearchResultEdge' was added (ProjectSearchResultEdge)
82
+
83
+ feat(schema): [non_breaking] Field 'owner' was added to object type 'CustomView' (CustomView.owner)
84
+
85
+ feat(schema): [non_breaking] Field 'description' was added to object type 'CustomViewSuggestionPayload' (CustomViewSuggestionPayload.description)
86
+
87
+ feat(schema): [non_breaking] Field 'icon' was added to object type 'CustomViewSuggestionPayload' (CustomViewSuggestionPayload.icon)
88
+
89
+ feat(schema): [non_breaking] Field 'name' was added to object type 'CustomViewSuggestionPayload' (CustomViewSuggestionPayload.name)
90
+
91
+ feat(schema): [non_breaking] Field 'Favorite.predefinedViewTeam' description changed from 'The team of the favorited predefiend view.' to 'The team of the favorited predefined view.' (Favorite.predefinedViewTeam)
92
+
93
+ feat(schema): [non_breaking] Field 'Favorite.predefinedViewType' description changed from 'The type of favorited predefiend view.' to 'The type of favorited predefined view.' (Favorite.predefinedViewType)
94
+
95
+ feat(schema): [non_breaking] Field 'favorite' was added to object type 'Issue' (Issue.favorite)
96
+
97
+ feat(schema): [non_breaking] Field 'csvFileUrl' was added to object type 'IssueImport' (IssueImport.csvFileUrl)
98
+
99
+ feat(schema): [non_breaking] Field 'errorMetadata' was added to object type 'IssueImport' (IssueImport.errorMetadata)
100
+
101
+ feat(schema): [non_breaking] Field 'externalUserActor' was added to object type 'IssueNotification' (IssueNotification.externalUserActor)
102
+
103
+ feat(schema): [non_breaking] Field 'IssueNotification.actor' description changed from 'The user that caused the notification. If empty it's Linear itself.' to 'The user that caused the notification.' (IssueNotification.actor)
104
+
105
+ feat(schema): [non_breaking] Field 'importFileUpload' was added to object type 'Mutation' (Mutation.importFileUpload)
106
+
107
+ feat(schema): [non_breaking] Field 'issueImportCreateCSVJira' was added to object type 'Mutation' (Mutation.issueImportCreateCSVJira)
108
+
109
+ feat(schema): [non_breaking] Field 'externalUserActor' was added to interface 'Notification' (Notification.externalUserActor)
110
+
111
+ feat(schema): [non_breaking] Field 'Notification.actor' description changed from 'The user that caused the notification. If empty it's Linear itself.' to 'The user that caused the notification.' (Notification.actor)
112
+
113
+ feat(schema): [non_breaking] Field 'externalUserActor' was added to object type 'OauthClientApprovalNotification' (OauthClientApprovalNotification.externalUserActor)
114
+
115
+ feat(schema): [non_breaking] Field 'OauthClientApprovalNotification.actor' description changed from 'The user that caused the notification. If empty it's Linear itself.' to 'The user that caused the notification.' (OauthClientApprovalNotification.actor)
116
+
117
+ feat(schema): [non_breaking] Field 'externalUserActor' was added to object type 'ProjectNotification' (ProjectNotification.externalUserActor)
118
+
119
+ feat(schema): [non_breaking] Field 'ProjectNotification.actor' description changed from 'The user that caused the notification. If empty it's Linear itself.' to 'The user that caused the notification.' (ProjectNotification.actor)
120
+
121
+ feat(schema): [non_breaking] Field 'customViewDetailsSuggestion' was added to object type 'Query' (Query.customViewDetailsSuggestion)
122
+
123
+ feat(schema): [non_breaking] Field 'issueFigmaFileKeySearch' was added to object type 'Query' (Query.issueFigmaFileKeySearch)
124
+
125
+ feat(schema): [non_breaking] Field 'issueFilterSuggestion' was added to object type 'Query' (Query.issueFilterSuggestion)
126
+
127
+ feat(schema): [non_breaking] Field 'issueImportCheckCSV' was added to object type 'Query' (Query.issueImportCheckCSV)
128
+
129
+ feat(schema): [non_breaking] Field 'projectFilterSuggestion' was added to object type 'Query' (Query.projectFilterSuggestion)
130
+
131
+ feat(schema): [non_breaking] Field 'searchDocuments' was added to object type 'Query' (Query.searchDocuments)
132
+
133
+ feat(schema): [non_breaking] Field 'searchIssues' was added to object type 'Query' (Query.searchIssues)
134
+
135
+ feat(schema): [non_breaking] Field 'searchProjects' was added to object type 'Query' (Query.searchProjects)
136
+
137
+ feat(schema): [non_breaking] Input field 'ViewPreferencesUpdateInput.preferences' changed type from 'JSONObject!' to 'JSONObject' (ViewPreferencesUpdateInput.preferences)
138
+
139
+ ### Patch Changes
140
+
141
+ - f133224: chore(deps): update dependency patch versions
142
+
3
143
  ## 3.0.0
4
144
 
5
145
  ### Major Changes