@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/index-umd.js CHANGED
@@ -9,7 +9,7 @@
9
9
  var crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
10
10
 
11
11
  (function() {
12
- const env = {"npm_package_name":"@linear/sdk","npm_package_version":"16.0.0"};
12
+ const env = {"npm_package_name":"@linear/sdk","npm_package_version":"17.0.1"};
13
13
  try {
14
14
  if (process) {
15
15
  process.env = Object.assign({}, process.env);
@@ -4065,6 +4065,11 @@
4065
4065
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4066
4066
  },
4067
4067
  },
4068
+ { kind: "Field", name: { kind: "Name", value: "subscribedToDPA" } },
4069
+ { kind: "Field", name: { kind: "Name", value: "subscribedToChangelog" } },
4070
+ { kind: "Field", name: { kind: "Name", value: "subscribedToInviteAccepted" } },
4071
+ { kind: "Field", name: { kind: "Name", value: "subscribedToPrivacyLegalUpdates" } },
4072
+ { kind: "Field", name: { kind: "Name", value: "subscribedToUnreadNotificationsReminder" } },
4068
4073
  { kind: "Field", name: { kind: "Name", value: "showFullUserNames" } },
4069
4074
  ],
4070
4075
  },
@@ -9550,6 +9555,7 @@
9550
9555
  { kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
9551
9556
  { kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
9552
9557
  { kind: "Field", name: { kind: "Name", value: "triageEnabled" } },
9558
+ { kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
9553
9559
  ],
9554
9560
  },
9555
9561
  },
@@ -13013,6 +13019,14 @@
13013
13019
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
13014
13020
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
13015
13021
  },
13022
+ {
13023
+ kind: "VariableDefinition",
13024
+ variable: { kind: "Variable", name: { kind: "Name", value: "sort" } },
13025
+ type: {
13026
+ kind: "ListType",
13027
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "IssueSortInput" } } },
13028
+ },
13029
+ },
13016
13030
  ],
13017
13031
  selectionSet: {
13018
13032
  kind: "SelectionSet",
@@ -13069,6 +13083,11 @@
13069
13083
  name: { kind: "Name", value: "orderBy" },
13070
13084
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
13071
13085
  },
13086
+ {
13087
+ kind: "Argument",
13088
+ name: { kind: "Name", value: "sort" },
13089
+ value: { kind: "Variable", name: { kind: "Name", value: "sort" } },
13090
+ },
13072
13091
  ],
13073
13092
  selectionSet: {
13074
13093
  kind: "SelectionSet",
@@ -40714,6 +40733,7 @@
40714
40733
  this.issueEstimationExtended = data.issueEstimationExtended;
40715
40734
  this.issueEstimationType = data.issueEstimationType;
40716
40735
  this.issueOrderingNoPriorityFirst = data.issueOrderingNoPriorityFirst;
40736
+ this.issueSortOrderDefaultToBottom = data.issueSortOrderDefaultToBottom;
40717
40737
  this.key = data.key;
40718
40738
  this.name = data.name;
40719
40739
  this.private = data.private;
@@ -41586,6 +41606,11 @@
41586
41606
  this.id = data.id;
41587
41607
  this.notificationPreferences = data.notificationPreferences;
41588
41608
  this.showFullUserNames = data.showFullUserNames;
41609
+ this.subscribedToChangelog = data.subscribedToChangelog;
41610
+ this.subscribedToDPA = data.subscribedToDPA;
41611
+ this.subscribedToInviteAccepted = data.subscribedToInviteAccepted;
41612
+ this.subscribedToPrivacyLegalUpdates = data.subscribedToPrivacyLegalUpdates;
41613
+ this.subscribedToUnreadNotificationsReminder = data.subscribedToUnreadNotificationsReminder;
41589
41614
  this.unsubscribedFrom = data.unsubscribedFrom;
41590
41615
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
41591
41616
  this._user = data.user;
@@ -52467,7 +52492,7 @@
52467
52492
  return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
52468
52493
  }
52469
52494
  /**
52470
- * Unsyncs an existing synced Slack attachment.
52495
+ * [DEPRECATED] Unsyncs an existing synced Slack attachment.
52471
52496
  *
52472
52497
  * @param id - required id to pass to attachmentUnsyncSlack
52473
52498
  * @returns AttachmentPayload