@linear/sdk 16.0.0 → 18.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/dist/_generated_documents.d.ts +109 -57
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +41 -24
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +99 -76
- 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 +99 -76
- 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 +100 -77
- 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
@@ -85429,6 +85429,24 @@ const ApplicationFragmentDoc = {
|
|
85429
85429
|
},
|
85430
85430
|
],
|
85431
85431
|
};
|
85432
|
+
const SharedSlackSettingsFragmentDoc = {
|
85433
|
+
kind: "Document",
|
85434
|
+
definitions: [
|
85435
|
+
{
|
85436
|
+
kind: "FragmentDefinition",
|
85437
|
+
name: { kind: "Name", value: "SharedSlackSettings" },
|
85438
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SharedSlackSettings" } },
|
85439
|
+
selectionSet: {
|
85440
|
+
kind: "SelectionSet",
|
85441
|
+
selections: [
|
85442
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85443
|
+
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
85444
|
+
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
85445
|
+
],
|
85446
|
+
},
|
85447
|
+
},
|
85448
|
+
],
|
85449
|
+
};
|
85432
85450
|
const FrontSettingsFragmentDoc = {
|
85433
85451
|
kind: "Document",
|
85434
85452
|
definitions: [
|
@@ -85768,6 +85786,8 @@ const SlackSettingsFragmentDoc = {
|
|
85768
85786
|
kind: "SelectionSet",
|
85769
85787
|
selections: [
|
85770
85788
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85789
|
+
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
85790
|
+
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
85771
85791
|
{ kind: "Field", name: { kind: "Name", value: "linkOnIssueIdMention" } },
|
85772
85792
|
],
|
85773
85793
|
},
|
@@ -85836,6 +85856,8 @@ const SlackAsksSettingsFragmentDoc = {
|
|
85836
85856
|
kind: "SelectionSet",
|
85837
85857
|
selections: [
|
85838
85858
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85859
|
+
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
85860
|
+
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
85839
85861
|
{
|
85840
85862
|
kind: "Field",
|
85841
85863
|
name: { kind: "Name", value: "slackChannelMapping" },
|
@@ -86078,6 +86100,11 @@ const UserSettingsFragmentDoc = {
|
|
86078
86100
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86079
86101
|
},
|
86080
86102
|
},
|
86103
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToDPA" } },
|
86104
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToChangelog" } },
|
86105
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToInviteAccepted" } },
|
86106
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToPrivacyLegalUpdates" } },
|
86107
|
+
{ kind: "Field", name: { kind: "Name", value: "subscribedToUnreadNotificationsReminder" } },
|
86081
86108
|
{ kind: "Field", name: { kind: "Name", value: "showFullUserNames" } },
|
86082
86109
|
],
|
86083
86110
|
},
|
@@ -88643,6 +88670,14 @@ const IssueFragmentDoc = {
|
|
88643
88670
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
88644
88671
|
},
|
88645
88672
|
},
|
88673
|
+
{
|
88674
|
+
kind: "Field",
|
88675
|
+
name: { kind: "Name", value: "sourceComment" },
|
88676
|
+
selectionSet: {
|
88677
|
+
kind: "SelectionSet",
|
88678
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88679
|
+
},
|
88680
|
+
},
|
88646
88681
|
{
|
88647
88682
|
kind: "Field",
|
88648
88683
|
name: { kind: "Name", value: "cycle" },
|
@@ -89479,6 +89514,14 @@ const IssueSearchResultFragmentDoc = {
|
|
89479
89514
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
89480
89515
|
},
|
89481
89516
|
},
|
89517
|
+
{
|
89518
|
+
kind: "Field",
|
89519
|
+
name: { kind: "Name", value: "sourceComment" },
|
89520
|
+
selectionSet: {
|
89521
|
+
kind: "SelectionSet",
|
89522
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89523
|
+
},
|
89524
|
+
},
|
89482
89525
|
{
|
89483
89526
|
kind: "Field",
|
89484
89527
|
name: { kind: "Name", value: "cycle" },
|
@@ -91563,6 +91606,7 @@ const TeamFragmentDoc = {
|
|
91563
91606
|
{ kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
|
91564
91607
|
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
|
91565
91608
|
{ kind: "Field", name: { kind: "Name", value: "triageEnabled" } },
|
91609
|
+
{ kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
|
91566
91610
|
],
|
91567
91611
|
},
|
91568
91612
|
},
|
@@ -95026,6 +95070,14 @@ const CustomView_IssuesDocument = {
|
|
95026
95070
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95027
95071
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
95028
95072
|
},
|
95073
|
+
{
|
95074
|
+
kind: "VariableDefinition",
|
95075
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "sort" } },
|
95076
|
+
type: {
|
95077
|
+
kind: "ListType",
|
95078
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "IssueSortInput" } } },
|
95079
|
+
},
|
95080
|
+
},
|
95029
95081
|
],
|
95030
95082
|
selectionSet: {
|
95031
95083
|
kind: "SelectionSet",
|
@@ -95082,6 +95134,11 @@ const CustomView_IssuesDocument = {
|
|
95082
95134
|
name: { kind: "Name", value: "orderBy" },
|
95083
95135
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95084
95136
|
},
|
95137
|
+
{
|
95138
|
+
kind: "Argument",
|
95139
|
+
name: { kind: "Name", value: "sort" },
|
95140
|
+
value: { kind: "Variable", name: { kind: "Name", value: "sort" } },
|
95141
|
+
},
|
95085
95142
|
],
|
95086
95143
|
selectionSet: {
|
95087
95144
|
kind: "SelectionSet",
|
@@ -107939,44 +107996,6 @@ const AttachmentLinkZendeskDocument = {
|
|
107939
107996
|
...AttachmentPayloadFragmentDoc.definitions,
|
107940
107997
|
],
|
107941
107998
|
};
|
107942
|
-
const AttachmentUnsyncSlackDocument = {
|
107943
|
-
kind: "Document",
|
107944
|
-
definitions: [
|
107945
|
-
{
|
107946
|
-
kind: "OperationDefinition",
|
107947
|
-
operation: "mutation",
|
107948
|
-
name: { kind: "Name", value: "attachmentUnsyncSlack" },
|
107949
|
-
variableDefinitions: [
|
107950
|
-
{
|
107951
|
-
kind: "VariableDefinition",
|
107952
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107953
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107954
|
-
},
|
107955
|
-
],
|
107956
|
-
selectionSet: {
|
107957
|
-
kind: "SelectionSet",
|
107958
|
-
selections: [
|
107959
|
-
{
|
107960
|
-
kind: "Field",
|
107961
|
-
name: { kind: "Name", value: "attachmentUnsyncSlack" },
|
107962
|
-
arguments: [
|
107963
|
-
{
|
107964
|
-
kind: "Argument",
|
107965
|
-
name: { kind: "Name", value: "id" },
|
107966
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
107967
|
-
},
|
107968
|
-
],
|
107969
|
-
selectionSet: {
|
107970
|
-
kind: "SelectionSet",
|
107971
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AttachmentPayload" } }],
|
107972
|
-
},
|
107973
|
-
},
|
107974
|
-
],
|
107975
|
-
},
|
107976
|
-
},
|
107977
|
-
...AttachmentPayloadFragmentDoc.definitions,
|
107978
|
-
],
|
107979
|
-
};
|
107980
107999
|
const UpdateAttachmentDocument = {
|
107981
108000
|
kind: "Document",
|
107982
108001
|
definitions: [
|
@@ -116684,6 +116703,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116684
116703
|
GithubOAuthTokenPayloadFragmentDoc: GithubOAuthTokenPayloadFragmentDoc,
|
116685
116704
|
UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
|
116686
116705
|
ApplicationFragmentDoc: ApplicationFragmentDoc,
|
116706
|
+
SharedSlackSettingsFragmentDoc: SharedSlackSettingsFragmentDoc,
|
116687
116707
|
FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
|
116688
116708
|
TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
|
116689
116709
|
GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
|
@@ -117087,7 +117107,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117087
117107
|
AttachmentLinkSlackDocument: AttachmentLinkSlackDocument,
|
117088
117108
|
AttachmentLinkUrlDocument: AttachmentLinkUrlDocument,
|
117089
117109
|
AttachmentLinkZendeskDocument: AttachmentLinkZendeskDocument,
|
117090
|
-
AttachmentUnsyncSlackDocument: AttachmentUnsyncSlackDocument,
|
117091
117110
|
UpdateAttachmentDocument: UpdateAttachmentDocument,
|
117092
117111
|
CreateCommentDocument: CreateCommentDocument,
|
117093
117112
|
DeleteCommentDocument: DeleteCommentDocument,
|
@@ -119772,7 +119791,7 @@ class IntercomSettings extends Request {
|
|
119772
119791
|
*/
|
119773
119792
|
class Issue extends Request {
|
119774
119793
|
constructor(request, data) {
|
119775
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1;
|
119794
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
|
119776
119795
|
super(request);
|
119777
119796
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119778
119797
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -119814,6 +119833,7 @@ class Issue extends Request {
|
|
119814
119833
|
this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
|
119815
119834
|
this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
|
119816
119835
|
this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
|
119836
|
+
this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
|
119817
119837
|
this._state = data.state;
|
119818
119838
|
this._team = data.team;
|
119819
119839
|
}
|
@@ -119873,6 +119893,11 @@ class Issue extends Request {
|
|
119873
119893
|
var _a, _b;
|
119874
119894
|
return ((_a = this._snoozedBy) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._snoozedBy) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
119875
119895
|
}
|
119896
|
+
/** The comment that this issue was created from. */
|
119897
|
+
get sourceComment() {
|
119898
|
+
var _a, _b;
|
119899
|
+
return ((_a = this._sourceComment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch({ id: (_b = this._sourceComment) === null || _b === void 0 ? void 0 : _b.id }) : undefined;
|
119900
|
+
}
|
119876
119901
|
/** The workflow state that the issue is associated with. */
|
119877
119902
|
get state() {
|
119878
119903
|
return new WorkflowStateQuery(this._request).fetch(this._state.id);
|
@@ -120518,7 +120543,7 @@ class IssueSearchPayload extends Request {
|
|
120518
120543
|
*/
|
120519
120544
|
class IssueSearchResult extends Request {
|
120520
120545
|
constructor(request, data) {
|
120521
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1;
|
120546
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
|
120522
120547
|
super(request);
|
120523
120548
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120524
120549
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120561,6 +120586,7 @@ class IssueSearchResult extends Request {
|
|
120561
120586
|
this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
|
120562
120587
|
this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
|
120563
120588
|
this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
|
120589
|
+
this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
|
120564
120590
|
this._state = data.state;
|
120565
120591
|
this._team = data.team;
|
120566
120592
|
}
|
@@ -120620,6 +120646,11 @@ class IssueSearchResult extends Request {
|
|
120620
120646
|
var _a, _b;
|
120621
120647
|
return ((_a = this._snoozedBy) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._snoozedBy) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
120622
120648
|
}
|
120649
|
+
/** The comment that this issue was created from. */
|
120650
|
+
get sourceComment() {
|
120651
|
+
var _a, _b;
|
120652
|
+
return ((_a = this._sourceComment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch({ id: (_b = this._sourceComment) === null || _b === void 0 ? void 0 : _b.id }) : undefined;
|
120653
|
+
}
|
120623
120654
|
/** The workflow state that the issue is associated with. */
|
120624
120655
|
get state() {
|
120625
120656
|
return new WorkflowStateQuery(this._request).fetch(this._state.id);
|
@@ -122567,6 +122598,20 @@ class SentrySettings extends Request {
|
|
122567
122598
|
this.organizationSlug = data.organizationSlug;
|
122568
122599
|
}
|
122569
122600
|
}
|
122601
|
+
/**
|
122602
|
+
* Shared Slack integration settings.
|
122603
|
+
*
|
122604
|
+
* @param request - function to call the graphql client
|
122605
|
+
* @param data - L.SharedSlackSettingsFragment response data
|
122606
|
+
*/
|
122607
|
+
class SharedSlackSettings extends Request {
|
122608
|
+
constructor(request, data) {
|
122609
|
+
var _a, _b;
|
122610
|
+
super(request);
|
122611
|
+
this.teamId = (_a = data.teamId) !== null && _a !== void 0 ? _a : undefined;
|
122612
|
+
this.teamName = (_b = data.teamName) !== null && _b !== void 0 ? _b : undefined;
|
122613
|
+
}
|
122614
|
+
}
|
122570
122615
|
/**
|
122571
122616
|
* Slack Asks specific settings.
|
122572
122617
|
*
|
@@ -122575,7 +122620,10 @@ class SentrySettings extends Request {
|
|
122575
122620
|
*/
|
122576
122621
|
class SlackAsksSettings extends Request {
|
122577
122622
|
constructor(request, data) {
|
122623
|
+
var _a, _b;
|
122578
122624
|
super(request);
|
122625
|
+
this.teamId = (_a = data.teamId) !== null && _a !== void 0 ? _a : undefined;
|
122626
|
+
this.teamName = (_b = data.teamName) !== null && _b !== void 0 ? _b : undefined;
|
122579
122627
|
this.slackChannelMapping = data.slackChannelMapping
|
122580
122628
|
? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
|
122581
122629
|
: undefined;
|
@@ -122661,8 +122709,11 @@ class SlackPostSettings extends Request {
|
|
122661
122709
|
*/
|
122662
122710
|
class SlackSettings extends Request {
|
122663
122711
|
constructor(request, data) {
|
122712
|
+
var _a, _b;
|
122664
122713
|
super(request);
|
122665
122714
|
this.linkOnIssueIdMention = data.linkOnIssueIdMention;
|
122715
|
+
this.teamId = (_a = data.teamId) !== null && _a !== void 0 ? _a : undefined;
|
122716
|
+
this.teamName = (_b = data.teamName) !== null && _b !== void 0 ? _b : undefined;
|
122666
122717
|
}
|
122667
122718
|
}
|
122668
122719
|
/**
|
@@ -122727,6 +122778,7 @@ class Team extends Request {
|
|
122727
122778
|
this.issueEstimationExtended = data.issueEstimationExtended;
|
122728
122779
|
this.issueEstimationType = data.issueEstimationType;
|
122729
122780
|
this.issueOrderingNoPriorityFirst = data.issueOrderingNoPriorityFirst;
|
122781
|
+
this.issueSortOrderDefaultToBottom = data.issueSortOrderDefaultToBottom;
|
122730
122782
|
this.key = data.key;
|
122731
122783
|
this.name = data.name;
|
122732
122784
|
this.private = data.private;
|
@@ -123599,6 +123651,11 @@ class UserSettings extends Request {
|
|
123599
123651
|
this.id = data.id;
|
123600
123652
|
this.notificationPreferences = data.notificationPreferences;
|
123601
123653
|
this.showFullUserNames = data.showFullUserNames;
|
123654
|
+
this.subscribedToChangelog = data.subscribedToChangelog;
|
123655
|
+
this.subscribedToDPA = data.subscribedToDPA;
|
123656
|
+
this.subscribedToInviteAccepted = data.subscribedToInviteAccepted;
|
123657
|
+
this.subscribedToPrivacyLegalUpdates = data.subscribedToPrivacyLegalUpdates;
|
123658
|
+
this.subscribedToUnreadNotificationsReminder = data.subscribedToUnreadNotificationsReminder;
|
123602
123659
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
123603
123660
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
123604
123661
|
this._user = data.user;
|
@@ -126644,31 +126701,6 @@ class AttachmentLinkZendeskMutation extends Request {
|
|
126644
126701
|
});
|
126645
126702
|
}
|
126646
126703
|
}
|
126647
|
-
/**
|
126648
|
-
* A fetchable AttachmentUnsyncSlack Mutation
|
126649
|
-
*
|
126650
|
-
* @param request - function to call the graphql client
|
126651
|
-
*/
|
126652
|
-
class AttachmentUnsyncSlackMutation extends Request {
|
126653
|
-
constructor(request) {
|
126654
|
-
super(request);
|
126655
|
-
}
|
126656
|
-
/**
|
126657
|
-
* Call the AttachmentUnsyncSlack mutation and return a AttachmentPayload
|
126658
|
-
*
|
126659
|
-
* @param id - required id to pass to attachmentUnsyncSlack
|
126660
|
-
* @returns parsed response from AttachmentUnsyncSlackMutation
|
126661
|
-
*/
|
126662
|
-
fetch(id) {
|
126663
|
-
return __awaiter(this, void 0, void 0, function* () {
|
126664
|
-
const response = yield this._request(AttachmentUnsyncSlackDocument, {
|
126665
|
-
id,
|
126666
|
-
});
|
126667
|
-
const data = response.attachmentUnsyncSlack;
|
126668
|
-
return new AttachmentPayload(this._request, data);
|
126669
|
-
});
|
126670
|
-
}
|
126671
|
-
}
|
126672
126704
|
/**
|
126673
126705
|
* A fetchable UpdateAttachment Mutation
|
126674
126706
|
*
|
@@ -134479,15 +134511,6 @@ class LinearSdk extends Request {
|
|
134479
134511
|
attachmentLinkZendesk(issueId, ticketId, variables) {
|
134480
134512
|
return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
|
134481
134513
|
}
|
134482
|
-
/**
|
134483
|
-
* Unsyncs an existing synced Slack attachment.
|
134484
|
-
*
|
134485
|
-
* @param id - required id to pass to attachmentUnsyncSlack
|
134486
|
-
* @returns AttachmentPayload
|
134487
|
-
*/
|
134488
|
-
attachmentUnsyncSlack(id) {
|
134489
|
-
return new AttachmentUnsyncSlackMutation(this._request).fetch(id);
|
134490
|
-
}
|
134491
134514
|
/**
|
134492
134515
|
* Updates an existing issue attachment.
|
134493
134516
|
*
|
@@ -136357,5 +136380,5 @@ class LinearWebhooks {
|
|
136357
136380
|
}
|
136358
136381
|
}
|
136359
136382
|
|
136360
|
-
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationInvite, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
136383
|
+
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationInvite, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
136361
136384
|
//# sourceMappingURL=index-es.js.map
|