@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/_generated_sdk.d.ts
CHANGED
@@ -608,7 +608,7 @@ export declare class AuthUser extends Request {
|
|
608
608
|
id: string;
|
609
609
|
/** The user's full name. */
|
610
610
|
name: string;
|
611
|
-
/** User account
|
611
|
+
/** User account ID the user belongs to. */
|
612
612
|
userAccountId: string;
|
613
613
|
/** Organization the user belongs to. */
|
614
614
|
organization: AuthOrganization;
|
@@ -5125,6 +5125,8 @@ export declare class Team extends Request {
|
|
5125
5125
|
issueEstimationType: string;
|
5126
5126
|
/** Whether issues without priority should be sorted first. */
|
5127
5127
|
issueOrderingNoPriorityFirst: boolean;
|
5128
|
+
/** [DEPRECATED] Whether to move issues to bottom of the column when changing state. */
|
5129
|
+
issueSortOrderDefaultToBottom: boolean;
|
5128
5130
|
/** The team's unique key. The key is used in URLs. */
|
5129
5131
|
key: string;
|
5130
5132
|
/** The team's name. */
|
@@ -5871,6 +5873,16 @@ export declare class UserSettings extends Request {
|
|
5871
5873
|
notificationPreferences: L.Scalars["JSONObject"];
|
5872
5874
|
/** Whether to show full user names instead of display names. */
|
5873
5875
|
showFullUserNames: boolean;
|
5876
|
+
/** Whether this user is subscribed to changelog email or not. */
|
5877
|
+
subscribedToChangelog: boolean;
|
5878
|
+
/** Whether this user is subscribed to DPA emails or not. */
|
5879
|
+
subscribedToDPA: boolean;
|
5880
|
+
/** Whether this user is subscribed to invite accepted emails or not. */
|
5881
|
+
subscribedToInviteAccepted: boolean;
|
5882
|
+
/** Whether this user is subscribed to privacy and legal update emails or not. */
|
5883
|
+
subscribedToPrivacyLegalUpdates: boolean;
|
5884
|
+
/** Whether this user is subscribed to unread notifications reminder emails or not. */
|
5885
|
+
subscribedToUnreadNotificationsReminder: boolean;
|
5874
5886
|
/** The email types the user has unsubscribed from. */
|
5875
5887
|
unsubscribedFrom: string[];
|
5876
5888
|
/**
|
@@ -12971,7 +12983,7 @@ export declare class LinearSdk extends Request {
|
|
12971
12983
|
*/
|
12972
12984
|
attachmentLinkZendesk(issueId: string, ticketId: string, variables?: Omit<L.AttachmentLinkZendeskMutationVariables, "issueId" | "ticketId">): LinearFetch<AttachmentPayload>;
|
12973
12985
|
/**
|
12974
|
-
* Unsyncs an existing synced Slack attachment.
|
12986
|
+
* [DEPRECATED] Unsyncs an existing synced Slack attachment.
|
12975
12987
|
*
|
12976
12988
|
* @param id - required id to pass to attachmentUnsyncSlack
|
12977
12989
|
* @returns AttachmentPayload
|