@linear/sdk 16.0.0 → 17.0.1
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/dist/_generated_documents.d.ts +36 -19
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +14 -2
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +26 -1
- 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 +26 -1
- 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 +27 -2
- 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/dist/index-es.js
CHANGED
@@ -86078,6 +86078,11 @@ const UserSettingsFragmentDoc = {
|
|
86078
86078
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86079
86079
|
},
|
86080
86080
|
},
|
86081
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToDPA" } },
|
86082
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToChangelog" } },
|
86083
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToInviteAccepted" } },
|
86084
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToPrivacyLegalUpdates" } },
|
86085
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToUnreadNotificationsReminder" } },
|
86081
86086
|
{ kind: "Field", name: { kind: "Name", value: "showFullUserNames" } },
|
86082
86087
|
],
|
86083
86088
|
},
|
@@ -91563,6 +91568,7 @@ const TeamFragmentDoc = {
|
|
91563
91568
|
{ kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
|
91564
91569
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
|
91565
91570
|
{ kind: "Field", name: { kind: "Name", value: "triageEnabled" } },
|
91571
|
+
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
91566
91572
|
],
|
91567
91573
|
},
|
91568
91574
|
},
|
@@ -95026,6 +95032,14 @@ const CustomView_IssuesDocument = {
|
|
95026
95032
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95027
95033
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
95028
95034
|
},
|
95035
|
+
{
|
95036
|
+
kind: "VariableDefinition",
|
95037
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "sort" } },
|
95038
|
+
type: {
|
95039
|
+
kind: "ListType",
|
95040
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "IssueSortInput" } } },
|
95041
|
+
},
|
95042
|
+
},
|
95029
95043
|
],
|
95030
95044
|
selectionSet: {
|
95031
95045
|
kind: "SelectionSet",
|
@@ -95082,6 +95096,11 @@ const CustomView_IssuesDocument = {
|
|
95082
95096
|
name: { kind: "Name", value: "orderBy" },
|
95083
95097
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95084
95098
|
},
|
95099
|
+
{
|
95100
|
+
kind: "Argument",
|
95101
|
+
name: { kind: "Name", value: "sort" },
|
95102
|
+
value: { kind: "Variable", name: { kind: "Name", value: "sort" } },
|
95103
|
+
},
|
95085
95104
|
],
|
95086
95105
|
selectionSet: {
|
95087
95106
|
kind: "SelectionSet",
|
@@ -122727,6 +122746,7 @@ class Team extends Request {
|
|
122727
122746
|
this.issueEstimationExtended = data.issueEstimationExtended;
|
122728
122747
|
this.issueEstimationType = data.issueEstimationType;
|
122729
122748
|
this.issueOrderingNoPriorityFirst = data.issueOrderingNoPriorityFirst;
|
122749
|
+
this.issueSortOrderDefaultToBottom = data.issueSortOrderDefaultToBottom;
|
122730
122750
|
this.key = data.key;
|
122731
122751
|
this.name = data.name;
|
122732
122752
|
this.private = data.private;
|
@@ -123599,6 +123619,11 @@ class UserSettings extends Request {
|
|
123599
123619
|
this.id = data.id;
|
123600
123620
|
this.notificationPreferences = data.notificationPreferences;
|
123601
123621
|
this.showFullUserNames = data.showFullUserNames;
|
123622
|
+
this.subscribedToChangelog = data.subscribedToChangelog;
|
123623
|
+
this.subscribedToDPA = data.subscribedToDPA;
|
123624
|
+
this.subscribedToInviteAccepted = data.subscribedToInviteAccepted;
|
123625
|
+
this.subscribedToPrivacyLegalUpdates = data.subscribedToPrivacyLegalUpdates;
|
123626
|
+
this.subscribedToUnreadNotificationsReminder = data.subscribedToUnreadNotificationsReminder;
|
123602
123627
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
123603
123628
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
123604
123629
|
this._user = data.user;
|
@@ -134480,7 +134505,7 @@ class LinearSdk extends Request {
|
|
134480
134505
|
return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
|
134481
134506
|
}
|
134482
134507
|
/**
|
134483
|
-
* Unsyncs an existing synced Slack attachment.
|
134508
|
+
* [DEPRECATED] Unsyncs an existing synced Slack attachment.
|
134484
134509
|
*
|
134485
134510
|
* @param id - required id to pass to attachmentUnsyncSlack
|
134486
134511
|
* @returns AttachmentPayload
|