@linear/sdk 72.0.0 → 73.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/{index-BBxdiqQK.d.mts → index-CvYRfx0L.d.mts} +313 -14
- package/dist/index-CvYRfx0L.d.mts.map +1 -0
- package/dist/{index-DPQVugF5.d.cts → index-DMxh237_.d.cts} +313 -14
- package/dist/index-DMxh237_.d.cts.map +1 -0
- package/dist/index.cjs +361 -1
- package/dist/index.d.cts +113 -4
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +113 -4
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +356 -2
- package/dist/index.mjs.map +1 -1
- package/dist/webhooks/index.d.cts +1 -1
- package/dist/webhooks/index.d.mts +1 -1
- package/package.json +3 -3
- package/dist/index-BBxdiqQK.d.mts.map +0 -1
- package/dist/index-DPQVugF5.d.cts.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1479,6 +1479,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
1479
1479
|
AgentSessionCreateOnIssueDocument: () => AgentSessionCreateOnIssueDocument,
|
|
1480
1480
|
AgentSessionDocument: () => AgentSessionDocument,
|
|
1481
1481
|
AgentSessionEventWebhookPayloadFragmentDoc: () => AgentSessionEventWebhookPayloadFragmentDoc,
|
|
1482
|
+
AgentSessionExternalLinkFragmentDoc: () => AgentSessionExternalLinkFragmentDoc,
|
|
1482
1483
|
AgentSessionFragmentDoc: () => AgentSessionFragmentDoc,
|
|
1483
1484
|
AgentSessionPayloadFragmentDoc: () => AgentSessionPayloadFragmentDoc,
|
|
1484
1485
|
AgentSessionStatus: () => AgentSessionStatus,
|
|
@@ -1529,6 +1530,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
1529
1530
|
AttachmentIssue_LabelsDocument: () => AttachmentIssue_LabelsDocument,
|
|
1530
1531
|
AttachmentIssue_NeedsDocument: () => AttachmentIssue_NeedsDocument,
|
|
1531
1532
|
AttachmentIssue_RelationsDocument: () => AttachmentIssue_RelationsDocument,
|
|
1533
|
+
AttachmentIssue_StateHistoryDocument: () => AttachmentIssue_StateHistoryDocument,
|
|
1532
1534
|
AttachmentIssue_SubscribersDocument: () => AttachmentIssue_SubscribersDocument,
|
|
1533
1535
|
AttachmentLinkDiscordDocument: () => AttachmentLinkDiscordDocument,
|
|
1534
1536
|
AttachmentLinkFrontDocument: () => AttachmentLinkFrontDocument,
|
|
@@ -2023,6 +2025,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2023
2025
|
IssueVcsBranchSearch_LabelsDocument: () => IssueVcsBranchSearch_LabelsDocument,
|
|
2024
2026
|
IssueVcsBranchSearch_NeedsDocument: () => IssueVcsBranchSearch_NeedsDocument,
|
|
2025
2027
|
IssueVcsBranchSearch_RelationsDocument: () => IssueVcsBranchSearch_RelationsDocument,
|
|
2028
|
+
IssueVcsBranchSearch_StateHistoryDocument: () => IssueVcsBranchSearch_StateHistoryDocument,
|
|
2026
2029
|
IssueVcsBranchSearch_SubscribersDocument: () => IssueVcsBranchSearch_SubscribersDocument,
|
|
2027
2030
|
IssueWebhookPayloadFragmentDoc: () => IssueWebhookPayloadFragmentDoc,
|
|
2028
2031
|
IssueWithDescriptionChildWebhookPayloadFragmentDoc: () => IssueWithDescriptionChildWebhookPayloadFragmentDoc,
|
|
@@ -2038,6 +2041,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2038
2041
|
Issue_LabelsDocument: () => Issue_LabelsDocument,
|
|
2039
2042
|
Issue_NeedsDocument: () => Issue_NeedsDocument,
|
|
2040
2043
|
Issue_RelationsDocument: () => Issue_RelationsDocument,
|
|
2044
|
+
Issue_StateHistoryDocument: () => Issue_StateHistoryDocument,
|
|
2041
2045
|
Issue_SubscribersDocument: () => Issue_SubscribersDocument,
|
|
2042
2046
|
IssuesDocument: () => IssuesDocument,
|
|
2043
2047
|
JoinOrganizationFromOnboardingDocument: () => JoinOrganizationFromOnboardingDocument,
|
|
@@ -2276,6 +2280,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
2276
2280
|
SsoUrlFromEmailDocument: () => SsoUrlFromEmailDocument,
|
|
2277
2281
|
SsoUrlFromEmailResponseFragmentDoc: () => SsoUrlFromEmailResponseFragmentDoc,
|
|
2278
2282
|
SuccessPayloadFragmentDoc: () => SuccessPayloadFragmentDoc,
|
|
2283
|
+
SummaryFragmentDoc: () => SummaryFragmentDoc,
|
|
2284
|
+
SummaryGenerationStatus: () => SummaryGenerationStatus,
|
|
2279
2285
|
SuspendUserDocument: () => SuspendUserDocument,
|
|
2280
2286
|
SyncedExternalThreadFragmentDoc: () => SyncedExternalThreadFragmentDoc,
|
|
2281
2287
|
TeamArchivePayloadFragmentDoc: () => TeamArchivePayloadFragmentDoc,
|
|
@@ -2692,6 +2698,7 @@ let IntegrationService = /* @__PURE__ */ function(IntegrationService$1) {
|
|
|
2692
2698
|
IntegrationService$1["Loom"] = "loom";
|
|
2693
2699
|
IntegrationService$1["McpServer"] = "mcpServer";
|
|
2694
2700
|
IntegrationService$1["McpServerPersonal"] = "mcpServerPersonal";
|
|
2701
|
+
IntegrationService$1["MicrosoftTeams"] = "microsoftTeams";
|
|
2695
2702
|
IntegrationService$1["Notion"] = "notion";
|
|
2696
2703
|
IntegrationService$1["Opsgenie"] = "opsgenie";
|
|
2697
2704
|
IntegrationService$1["PagerDuty"] = "pagerDuty";
|
|
@@ -3036,6 +3043,13 @@ let SlackChannelType = /* @__PURE__ */ function(SlackChannelType$1) {
|
|
|
3036
3043
|
SlackChannelType$1["Public"] = "Public";
|
|
3037
3044
|
return SlackChannelType$1;
|
|
3038
3045
|
}({});
|
|
3046
|
+
/** The generation status of a summary. */
|
|
3047
|
+
let SummaryGenerationStatus = /* @__PURE__ */ function(SummaryGenerationStatus$1) {
|
|
3048
|
+
SummaryGenerationStatus$1["Completed"] = "completed";
|
|
3049
|
+
SummaryGenerationStatus$1["Failed"] = "failed";
|
|
3050
|
+
SummaryGenerationStatus$1["Pending"] = "pending";
|
|
3051
|
+
return SummaryGenerationStatus$1;
|
|
3052
|
+
}({});
|
|
3039
3053
|
/** [Internal] How to handle sub-teams when retiring a parent team. */
|
|
3040
3054
|
let TeamRetirementSubTeamHandling = /* @__PURE__ */ function(TeamRetirementSubTeamHandling$1) {
|
|
3041
3055
|
TeamRetirementSubTeamHandling$1["Retire"] = "retire";
|
|
@@ -3209,6 +3223,7 @@ let ViewType = /* @__PURE__ */ function(ViewType$1) {
|
|
|
3209
3223
|
ViewType$1["ProjectsClosed"] = "projectsClosed";
|
|
3210
3224
|
ViewType$1["QuickView"] = "quickView";
|
|
3211
3225
|
ViewType$1["Release"] = "release";
|
|
3226
|
+
ViewType$1["ReleasePipelines"] = "releasePipelines";
|
|
3212
3227
|
ViewType$1["Reviews"] = "reviews";
|
|
3213
3228
|
ViewType$1["Roadmap"] = "roadmap";
|
|
3214
3229
|
ViewType$1["RoadmapAll"] = "roadmapAll";
|
|
@@ -5688,6 +5703,22 @@ const UserNotificationSubscriptionFragmentDoc = new TypedDocumentString(`
|
|
|
5688
5703
|
active
|
|
5689
5704
|
}
|
|
5690
5705
|
`, { fragmentName: "UserNotificationSubscription" });
|
|
5706
|
+
const SummaryFragmentDoc = new TypedDocumentString(`
|
|
5707
|
+
fragment Summary on Summary {
|
|
5708
|
+
__typename
|
|
5709
|
+
evalLogId
|
|
5710
|
+
generationStatus
|
|
5711
|
+
issue {
|
|
5712
|
+
id
|
|
5713
|
+
}
|
|
5714
|
+
updatedAt
|
|
5715
|
+
content
|
|
5716
|
+
archivedAt
|
|
5717
|
+
createdAt
|
|
5718
|
+
generatedAt
|
|
5719
|
+
id
|
|
5720
|
+
}
|
|
5721
|
+
`, { fragmentName: "Summary" });
|
|
5691
5722
|
const SesDomainIdentityDnsRecordFragmentDoc = new TypedDocumentString(`
|
|
5692
5723
|
fragment SesDomainIdentityDnsRecord on SesDomainIdentityDnsRecord {
|
|
5693
5724
|
__typename
|
|
@@ -9258,12 +9289,22 @@ const AgentActivityPayloadFragmentDoc = new TypedDocumentString(`
|
|
|
9258
9289
|
success
|
|
9259
9290
|
}
|
|
9260
9291
|
`, { fragmentName: "AgentActivityPayload" });
|
|
9292
|
+
const AgentSessionExternalLinkFragmentDoc = new TypedDocumentString(`
|
|
9293
|
+
fragment AgentSessionExternalLink on AgentSessionExternalLink {
|
|
9294
|
+
__typename
|
|
9295
|
+
label
|
|
9296
|
+
url
|
|
9297
|
+
}
|
|
9298
|
+
`, { fragmentName: "AgentSessionExternalLink" });
|
|
9261
9299
|
const AgentSessionFragmentDoc = new TypedDocumentString(`
|
|
9262
9300
|
fragment AgentSession on AgentSession {
|
|
9263
9301
|
__typename
|
|
9264
9302
|
plan
|
|
9265
9303
|
summary
|
|
9266
9304
|
url
|
|
9305
|
+
externalLinks {
|
|
9306
|
+
...AgentSessionExternalLink
|
|
9307
|
+
}
|
|
9267
9308
|
sourceMetadata
|
|
9268
9309
|
context
|
|
9269
9310
|
externalLink
|
|
@@ -9296,7 +9337,11 @@ const AgentSessionFragmentDoc = new TypedDocumentString(`
|
|
|
9296
9337
|
externalUrls
|
|
9297
9338
|
type
|
|
9298
9339
|
}
|
|
9299
|
-
|
|
9340
|
+
fragment AgentSessionExternalLink on AgentSessionExternalLink {
|
|
9341
|
+
__typename
|
|
9342
|
+
label
|
|
9343
|
+
url
|
|
9344
|
+
}`, { fragmentName: "AgentSession" });
|
|
9300
9345
|
const AgentSessionConnectionFragmentDoc = new TypedDocumentString(`
|
|
9301
9346
|
fragment AgentSessionConnection on AgentSessionConnection {
|
|
9302
9347
|
__typename
|
|
@@ -9312,6 +9357,9 @@ const AgentSessionConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
9312
9357
|
plan
|
|
9313
9358
|
summary
|
|
9314
9359
|
url
|
|
9360
|
+
externalLinks {
|
|
9361
|
+
...AgentSessionExternalLink
|
|
9362
|
+
}
|
|
9315
9363
|
sourceMetadata
|
|
9316
9364
|
context
|
|
9317
9365
|
externalLink
|
|
@@ -9344,6 +9392,11 @@ const AgentSessionConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
9344
9392
|
externalUrls
|
|
9345
9393
|
type
|
|
9346
9394
|
}
|
|
9395
|
+
fragment AgentSessionExternalLink on AgentSessionExternalLink {
|
|
9396
|
+
__typename
|
|
9397
|
+
label
|
|
9398
|
+
url
|
|
9399
|
+
}
|
|
9347
9400
|
fragment PageInfo on PageInfo {
|
|
9348
9401
|
__typename
|
|
9349
9402
|
startCursor
|
|
@@ -9691,6 +9744,7 @@ const AuthResolverResponseFragmentDoc = new TypedDocumentString(`
|
|
|
9691
9744
|
...AuthOrganization
|
|
9692
9745
|
}
|
|
9693
9746
|
allowDomainAccess
|
|
9747
|
+
service
|
|
9694
9748
|
id
|
|
9695
9749
|
}
|
|
9696
9750
|
fragment AuthUser on AuthUser {
|
|
@@ -18470,6 +18524,9 @@ const AgentSessionDocument = new TypedDocumentString(`
|
|
|
18470
18524
|
plan
|
|
18471
18525
|
summary
|
|
18472
18526
|
url
|
|
18527
|
+
externalLinks {
|
|
18528
|
+
...AgentSessionExternalLink
|
|
18529
|
+
}
|
|
18473
18530
|
sourceMetadata
|
|
18474
18531
|
context
|
|
18475
18532
|
externalLink
|
|
@@ -18501,6 +18558,11 @@ const AgentSessionDocument = new TypedDocumentString(`
|
|
|
18501
18558
|
}
|
|
18502
18559
|
externalUrls
|
|
18503
18560
|
type
|
|
18561
|
+
}
|
|
18562
|
+
fragment AgentSessionExternalLink on AgentSessionExternalLink {
|
|
18563
|
+
__typename
|
|
18564
|
+
label
|
|
18565
|
+
url
|
|
18504
18566
|
}`);
|
|
18505
18567
|
const AgentSession_ActivitiesDocument = new TypedDocumentString(`
|
|
18506
18568
|
query agentSession_activities($id: String!, $after: String, $before: String, $filter: AgentActivityFilter, $first: Int, $includeArchived: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
@@ -18624,6 +18686,9 @@ const AgentSessionsDocument = new TypedDocumentString(`
|
|
|
18624
18686
|
plan
|
|
18625
18687
|
summary
|
|
18626
18688
|
url
|
|
18689
|
+
externalLinks {
|
|
18690
|
+
...AgentSessionExternalLink
|
|
18691
|
+
}
|
|
18627
18692
|
sourceMetadata
|
|
18628
18693
|
context
|
|
18629
18694
|
externalLink
|
|
@@ -18656,6 +18721,11 @@ const AgentSessionsDocument = new TypedDocumentString(`
|
|
|
18656
18721
|
externalUrls
|
|
18657
18722
|
type
|
|
18658
18723
|
}
|
|
18724
|
+
fragment AgentSessionExternalLink on AgentSessionExternalLink {
|
|
18725
|
+
__typename
|
|
18726
|
+
label
|
|
18727
|
+
url
|
|
18728
|
+
}
|
|
18659
18729
|
fragment AgentSessionConnection on AgentSessionConnection {
|
|
18660
18730
|
__typename
|
|
18661
18731
|
nodes {
|
|
@@ -20144,6 +20214,40 @@ fragment PageInfo on PageInfo {
|
|
|
20144
20214
|
hasPreviousPage
|
|
20145
20215
|
hasNextPage
|
|
20146
20216
|
}`);
|
|
20217
|
+
const AttachmentIssue_StateHistoryDocument = new TypedDocumentString(`
|
|
20218
|
+
query attachmentIssue_stateHistory($id: String!, $after: String, $before: String, $first: Int, $last: Int) {
|
|
20219
|
+
attachmentIssue(id: $id) {
|
|
20220
|
+
stateHistory(after: $after, before: $before, first: $first, last: $last) {
|
|
20221
|
+
...IssueStateSpanConnection
|
|
20222
|
+
}
|
|
20223
|
+
}
|
|
20224
|
+
}
|
|
20225
|
+
fragment IssueStateSpan on IssueStateSpan {
|
|
20226
|
+
__typename
|
|
20227
|
+
startedAt
|
|
20228
|
+
endedAt
|
|
20229
|
+
id
|
|
20230
|
+
state {
|
|
20231
|
+
id
|
|
20232
|
+
}
|
|
20233
|
+
stateId
|
|
20234
|
+
}
|
|
20235
|
+
fragment IssueStateSpanConnection on IssueStateSpanConnection {
|
|
20236
|
+
__typename
|
|
20237
|
+
nodes {
|
|
20238
|
+
...IssueStateSpan
|
|
20239
|
+
}
|
|
20240
|
+
pageInfo {
|
|
20241
|
+
...PageInfo
|
|
20242
|
+
}
|
|
20243
|
+
}
|
|
20244
|
+
fragment PageInfo on PageInfo {
|
|
20245
|
+
__typename
|
|
20246
|
+
startCursor
|
|
20247
|
+
endCursor
|
|
20248
|
+
hasPreviousPage
|
|
20249
|
+
hasNextPage
|
|
20250
|
+
}`);
|
|
20147
20251
|
const AttachmentIssue_SubscribersDocument = new TypedDocumentString(`
|
|
20148
20252
|
query attachmentIssue_subscribers($id: String!, $after: String, $before: String, $filter: UserFilter, $first: Int, $includeArchived: Boolean, $includeDisabled: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
20149
20253
|
attachmentIssue(id: $id) {
|
|
@@ -20469,6 +20573,7 @@ fragment AuthResolverResponse on AuthResolverResponse {
|
|
|
20469
20573
|
...AuthOrganization
|
|
20470
20574
|
}
|
|
20471
20575
|
allowDomainAccess
|
|
20576
|
+
service
|
|
20472
20577
|
id
|
|
20473
20578
|
}`);
|
|
20474
20579
|
const CommentDocument = new TypedDocumentString(`
|
|
@@ -26615,6 +26720,40 @@ fragment PageInfo on PageInfo {
|
|
|
26615
26720
|
hasPreviousPage
|
|
26616
26721
|
hasNextPage
|
|
26617
26722
|
}`);
|
|
26723
|
+
const Issue_StateHistoryDocument = new TypedDocumentString(`
|
|
26724
|
+
query issue_stateHistory($id: String!, $after: String, $before: String, $first: Int, $last: Int) {
|
|
26725
|
+
issue(id: $id) {
|
|
26726
|
+
stateHistory(after: $after, before: $before, first: $first, last: $last) {
|
|
26727
|
+
...IssueStateSpanConnection
|
|
26728
|
+
}
|
|
26729
|
+
}
|
|
26730
|
+
}
|
|
26731
|
+
fragment IssueStateSpan on IssueStateSpan {
|
|
26732
|
+
__typename
|
|
26733
|
+
startedAt
|
|
26734
|
+
endedAt
|
|
26735
|
+
id
|
|
26736
|
+
state {
|
|
26737
|
+
id
|
|
26738
|
+
}
|
|
26739
|
+
stateId
|
|
26740
|
+
}
|
|
26741
|
+
fragment IssueStateSpanConnection on IssueStateSpanConnection {
|
|
26742
|
+
__typename
|
|
26743
|
+
nodes {
|
|
26744
|
+
...IssueStateSpan
|
|
26745
|
+
}
|
|
26746
|
+
pageInfo {
|
|
26747
|
+
...PageInfo
|
|
26748
|
+
}
|
|
26749
|
+
}
|
|
26750
|
+
fragment PageInfo on PageInfo {
|
|
26751
|
+
__typename
|
|
26752
|
+
startCursor
|
|
26753
|
+
endCursor
|
|
26754
|
+
hasPreviousPage
|
|
26755
|
+
hasNextPage
|
|
26756
|
+
}`);
|
|
26618
26757
|
const Issue_SubscribersDocument = new TypedDocumentString(`
|
|
26619
26758
|
query issue_subscribers($id: String!, $after: String, $before: String, $filter: UserFilter, $first: Int, $includeArchived: Boolean, $includeDisabled: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
26620
26759
|
issue(id: $id) {
|
|
@@ -28955,6 +29094,40 @@ fragment PageInfo on PageInfo {
|
|
|
28955
29094
|
hasPreviousPage
|
|
28956
29095
|
hasNextPage
|
|
28957
29096
|
}`);
|
|
29097
|
+
const IssueVcsBranchSearch_StateHistoryDocument = new TypedDocumentString(`
|
|
29098
|
+
query issueVcsBranchSearch_stateHistory($branchName: String!, $after: String, $before: String, $first: Int, $last: Int) {
|
|
29099
|
+
issueVcsBranchSearch(branchName: $branchName) {
|
|
29100
|
+
stateHistory(after: $after, before: $before, first: $first, last: $last) {
|
|
29101
|
+
...IssueStateSpanConnection
|
|
29102
|
+
}
|
|
29103
|
+
}
|
|
29104
|
+
}
|
|
29105
|
+
fragment IssueStateSpan on IssueStateSpan {
|
|
29106
|
+
__typename
|
|
29107
|
+
startedAt
|
|
29108
|
+
endedAt
|
|
29109
|
+
id
|
|
29110
|
+
state {
|
|
29111
|
+
id
|
|
29112
|
+
}
|
|
29113
|
+
stateId
|
|
29114
|
+
}
|
|
29115
|
+
fragment IssueStateSpanConnection on IssueStateSpanConnection {
|
|
29116
|
+
__typename
|
|
29117
|
+
nodes {
|
|
29118
|
+
...IssueStateSpan
|
|
29119
|
+
}
|
|
29120
|
+
pageInfo {
|
|
29121
|
+
...PageInfo
|
|
29122
|
+
}
|
|
29123
|
+
}
|
|
29124
|
+
fragment PageInfo on PageInfo {
|
|
29125
|
+
__typename
|
|
29126
|
+
startCursor
|
|
29127
|
+
endCursor
|
|
29128
|
+
hasPreviousPage
|
|
29129
|
+
hasNextPage
|
|
29130
|
+
}`);
|
|
28958
29131
|
const IssueVcsBranchSearch_SubscribersDocument = new TypedDocumentString(`
|
|
28959
29132
|
query issueVcsBranchSearch_subscribers($branchName: String!, $after: String, $before: String, $filter: UserFilter, $first: Int, $includeArchived: Boolean, $includeDisabled: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
|
|
28960
29133
|
issueVcsBranchSearch(branchName: $branchName) {
|
|
@@ -40193,6 +40366,7 @@ fragment AuthResolverResponse on AuthResolverResponse {
|
|
|
40193
40366
|
...AuthOrganization
|
|
40194
40367
|
}
|
|
40195
40368
|
allowDomainAccess
|
|
40369
|
+
service
|
|
40196
40370
|
id
|
|
40197
40371
|
}`);
|
|
40198
40372
|
const EmailUnsubscribeDocument = new TypedDocumentString(`
|
|
@@ -40581,6 +40755,7 @@ fragment AuthResolverResponse on AuthResolverResponse {
|
|
|
40581
40755
|
...AuthOrganization
|
|
40582
40756
|
}
|
|
40583
40757
|
allowDomainAccess
|
|
40758
|
+
service
|
|
40584
40759
|
id
|
|
40585
40760
|
}`);
|
|
40586
40761
|
const ImageUploadFromUrlDocument = new TypedDocumentString(`
|
|
@@ -46989,6 +47164,7 @@ fragment AuthResolverResponse on AuthResolverResponse {
|
|
|
46989
47164
|
...AuthOrganization
|
|
46990
47165
|
}
|
|
46991
47166
|
allowDomainAccess
|
|
47167
|
+
service
|
|
46992
47168
|
id
|
|
46993
47169
|
}`);
|
|
46994
47170
|
const CreateTeamDocument = new TypedDocumentString(`
|
|
@@ -48072,6 +48248,7 @@ var AgentSession = class extends Request {
|
|
|
48072
48248
|
this.summary = data.summary ?? void 0;
|
|
48073
48249
|
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
48074
48250
|
this.url = data.url ?? void 0;
|
|
48251
|
+
this.externalLinks = data.externalLinks.map((node) => new AgentSessionExternalLink(request, node));
|
|
48075
48252
|
this.status = data.status;
|
|
48076
48253
|
this.type = data.type ?? void 0;
|
|
48077
48254
|
this._appUser = data.appUser;
|
|
@@ -48112,6 +48289,8 @@ var AgentSession = class extends Request {
|
|
|
48112
48289
|
updatedAt;
|
|
48113
48290
|
/** Agent session URL. */
|
|
48114
48291
|
url;
|
|
48292
|
+
/** External links associated with this session. */
|
|
48293
|
+
externalLinks;
|
|
48115
48294
|
/** The current status of the agent session. */
|
|
48116
48295
|
status;
|
|
48117
48296
|
/** [DEPRECATED] The type of the agent session. */
|
|
@@ -48234,6 +48413,23 @@ var AgentSessionEventWebhookPayload = class {
|
|
|
48234
48413
|
agentSession;
|
|
48235
48414
|
};
|
|
48236
48415
|
/**
|
|
48416
|
+
* An external link associated with an agent session.
|
|
48417
|
+
*
|
|
48418
|
+
* @param request - function to call the graphql client
|
|
48419
|
+
* @param data - L.AgentSessionExternalLinkFragment response data
|
|
48420
|
+
*/
|
|
48421
|
+
var AgentSessionExternalLink = class extends Request {
|
|
48422
|
+
constructor(request, data) {
|
|
48423
|
+
super(request);
|
|
48424
|
+
this.label = data.label;
|
|
48425
|
+
this.url = data.url;
|
|
48426
|
+
}
|
|
48427
|
+
/** Label for the link. */
|
|
48428
|
+
label;
|
|
48429
|
+
/** The URL of the external resource. */
|
|
48430
|
+
url;
|
|
48431
|
+
};
|
|
48432
|
+
/**
|
|
48237
48433
|
* AgentSessionPayload model
|
|
48238
48434
|
*
|
|
48239
48435
|
* @param request - function to call the graphql client
|
|
@@ -49103,6 +49299,7 @@ var AuthResolverResponse = class extends Request {
|
|
|
49103
49299
|
this.email = data.email;
|
|
49104
49300
|
this.id = data.id;
|
|
49105
49301
|
this.lastUsedOrganizationId = data.lastUsedOrganizationId ?? void 0;
|
|
49302
|
+
this.service = data.service ?? void 0;
|
|
49106
49303
|
this.token = data.token ?? void 0;
|
|
49107
49304
|
this.availableOrganizations = data.availableOrganizations ? data.availableOrganizations.map((node) => new AuthOrganization(request, node)) : void 0;
|
|
49108
49305
|
this.lockedOrganizations = data.lockedOrganizations ? data.lockedOrganizations.map((node) => new AuthOrganization(request, node)) : void 0;
|
|
@@ -49117,6 +49314,8 @@ var AuthResolverResponse = class extends Request {
|
|
|
49117
49314
|
id;
|
|
49118
49315
|
/** ID of the organization last accessed by the user. */
|
|
49119
49316
|
lastUsedOrganizationId;
|
|
49317
|
+
/** The authentication service used for the current session (e.g., google, email, saml). */
|
|
49318
|
+
service;
|
|
49120
49319
|
/** Application token. */
|
|
49121
49320
|
token;
|
|
49122
49321
|
/** List of organizations allowing this user account to join automatically. */
|
|
@@ -55674,6 +55873,10 @@ var Issue = class extends Request {
|
|
|
55674
55873
|
relations(variables) {
|
|
55675
55874
|
return new Issue_RelationsQuery(this._request, this.id, variables).fetch(variables);
|
|
55676
55875
|
}
|
|
55876
|
+
/** The issue's workflow states over time. */
|
|
55877
|
+
stateHistory(variables) {
|
|
55878
|
+
return new Issue_StateHistoryQuery(this._request, this.id, variables).fetch(variables);
|
|
55879
|
+
}
|
|
55677
55880
|
/** Users who are subscribed to the issue. */
|
|
55678
55881
|
subscribers(variables) {
|
|
55679
55882
|
return new Issue_SubscribersQuery(this._request, this.id, variables).fetch(variables);
|
|
@@ -62887,6 +63090,54 @@ var SuccessPayload = class extends Request {
|
|
|
62887
63090
|
success;
|
|
62888
63091
|
};
|
|
62889
63092
|
/**
|
|
63093
|
+
* An AI-generated summary.
|
|
63094
|
+
*
|
|
63095
|
+
* @param request - function to call the graphql client
|
|
63096
|
+
* @param data - L.SummaryFragment response data
|
|
63097
|
+
*/
|
|
63098
|
+
var Summary = class extends Request {
|
|
63099
|
+
_issue;
|
|
63100
|
+
constructor(request, data) {
|
|
63101
|
+
super(request);
|
|
63102
|
+
this.archivedAt = parseDate(data.archivedAt) ?? void 0;
|
|
63103
|
+
this.content = data.content;
|
|
63104
|
+
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
63105
|
+
this.evalLogId = data.evalLogId ?? void 0;
|
|
63106
|
+
this.generatedAt = parseDate(data.generatedAt) ?? /* @__PURE__ */ new Date();
|
|
63107
|
+
this.id = data.id;
|
|
63108
|
+
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
63109
|
+
this.generationStatus = data.generationStatus;
|
|
63110
|
+
this._issue = data.issue;
|
|
63111
|
+
}
|
|
63112
|
+
/** The time at which the entity was archived. Null if the entity has not been archived. */
|
|
63113
|
+
archivedAt;
|
|
63114
|
+
/** The summary content as a Prosemirror document. */
|
|
63115
|
+
content;
|
|
63116
|
+
/** The time at which the entity was created. */
|
|
63117
|
+
createdAt;
|
|
63118
|
+
/** The evaluation log id for this summary generation. */
|
|
63119
|
+
evalLogId;
|
|
63120
|
+
/** The time at which the summary was generated. */
|
|
63121
|
+
generatedAt;
|
|
63122
|
+
/** The unique identifier of the entity. */
|
|
63123
|
+
id;
|
|
63124
|
+
/**
|
|
63125
|
+
* The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
|
|
63126
|
+
* been updated after creation.
|
|
63127
|
+
*/
|
|
63128
|
+
updatedAt;
|
|
63129
|
+
/** The generation status of the summary. */
|
|
63130
|
+
generationStatus;
|
|
63131
|
+
/** The issue this summary belongs to. */
|
|
63132
|
+
get issue() {
|
|
63133
|
+
return new IssueQuery(this._request).fetch(this._issue.id);
|
|
63134
|
+
}
|
|
63135
|
+
/** The ID of issue this summary belongs to. */
|
|
63136
|
+
get issueId() {
|
|
63137
|
+
return this._issue?.id;
|
|
63138
|
+
}
|
|
63139
|
+
};
|
|
63140
|
+
/**
|
|
62890
63141
|
* A comment thread that is synced with an external source.
|
|
62891
63142
|
*
|
|
62892
63143
|
* @param request - function to call the graphql client
|
|
@@ -74771,6 +75022,40 @@ var AttachmentIssue_RelationsQuery = class extends Request {
|
|
|
74771
75022
|
}
|
|
74772
75023
|
};
|
|
74773
75024
|
/**
|
|
75025
|
+
* A fetchable AttachmentIssue_StateHistory Query
|
|
75026
|
+
*
|
|
75027
|
+
* @param request - function to call the graphql client
|
|
75028
|
+
* @param id - required id to pass to attachmentIssue
|
|
75029
|
+
* @param variables - variables without 'id' to pass into the AttachmentIssue_StateHistoryQuery
|
|
75030
|
+
*/
|
|
75031
|
+
var AttachmentIssue_StateHistoryQuery = class extends Request {
|
|
75032
|
+
_id;
|
|
75033
|
+
_variables;
|
|
75034
|
+
constructor(request, id, variables) {
|
|
75035
|
+
super(request);
|
|
75036
|
+
this._id = id;
|
|
75037
|
+
this._variables = variables;
|
|
75038
|
+
}
|
|
75039
|
+
/**
|
|
75040
|
+
* Call the AttachmentIssue_StateHistory query and return a IssueStateSpanConnection
|
|
75041
|
+
*
|
|
75042
|
+
* @param variables - variables without 'id' to pass into the AttachmentIssue_StateHistoryQuery
|
|
75043
|
+
* @returns parsed response from AttachmentIssue_StateHistoryQuery
|
|
75044
|
+
*/
|
|
75045
|
+
async fetch(variables) {
|
|
75046
|
+
const data = (await this._request(AttachmentIssue_StateHistoryDocument.toString(), {
|
|
75047
|
+
id: this._id,
|
|
75048
|
+
...this._variables,
|
|
75049
|
+
...variables
|
|
75050
|
+
})).attachmentIssue.stateHistory;
|
|
75051
|
+
return new IssueStateSpanConnection(this._request, (connection) => this.fetch(defaultConnection({
|
|
75052
|
+
...this._variables,
|
|
75053
|
+
...variables,
|
|
75054
|
+
...connection
|
|
75055
|
+
})), data);
|
|
75056
|
+
}
|
|
75057
|
+
};
|
|
75058
|
+
/**
|
|
74774
75059
|
* A fetchable AttachmentIssue_Subscribers Query
|
|
74775
75060
|
*
|
|
74776
75061
|
* @param request - function to call the graphql client
|
|
@@ -76022,6 +76307,40 @@ var Issue_RelationsQuery = class extends Request {
|
|
|
76022
76307
|
}
|
|
76023
76308
|
};
|
|
76024
76309
|
/**
|
|
76310
|
+
* A fetchable Issue_StateHistory Query
|
|
76311
|
+
*
|
|
76312
|
+
* @param request - function to call the graphql client
|
|
76313
|
+
* @param id - required id to pass to issue
|
|
76314
|
+
* @param variables - variables without 'id' to pass into the Issue_StateHistoryQuery
|
|
76315
|
+
*/
|
|
76316
|
+
var Issue_StateHistoryQuery = class extends Request {
|
|
76317
|
+
_id;
|
|
76318
|
+
_variables;
|
|
76319
|
+
constructor(request, id, variables) {
|
|
76320
|
+
super(request);
|
|
76321
|
+
this._id = id;
|
|
76322
|
+
this._variables = variables;
|
|
76323
|
+
}
|
|
76324
|
+
/**
|
|
76325
|
+
* Call the Issue_StateHistory query and return a IssueStateSpanConnection
|
|
76326
|
+
*
|
|
76327
|
+
* @param variables - variables without 'id' to pass into the Issue_StateHistoryQuery
|
|
76328
|
+
* @returns parsed response from Issue_StateHistoryQuery
|
|
76329
|
+
*/
|
|
76330
|
+
async fetch(variables) {
|
|
76331
|
+
const data = (await this._request(Issue_StateHistoryDocument.toString(), {
|
|
76332
|
+
id: this._id,
|
|
76333
|
+
...this._variables,
|
|
76334
|
+
...variables
|
|
76335
|
+
})).issue.stateHistory;
|
|
76336
|
+
return new IssueStateSpanConnection(this._request, (connection) => this.fetch(defaultConnection({
|
|
76337
|
+
...this._variables,
|
|
76338
|
+
...variables,
|
|
76339
|
+
...connection
|
|
76340
|
+
})), data);
|
|
76341
|
+
}
|
|
76342
|
+
};
|
|
76343
|
+
/**
|
|
76025
76344
|
* A fetchable Issue_Subscribers Query
|
|
76026
76345
|
*
|
|
76027
76346
|
* @param request - function to call the graphql client
|
|
@@ -76531,6 +76850,41 @@ var IssueVcsBranchSearch_RelationsQuery = class extends Request {
|
|
|
76531
76850
|
}
|
|
76532
76851
|
};
|
|
76533
76852
|
/**
|
|
76853
|
+
* A fetchable IssueVcsBranchSearch_StateHistory Query
|
|
76854
|
+
*
|
|
76855
|
+
* @param request - function to call the graphql client
|
|
76856
|
+
* @param branchName - required branchName to pass to issueVcsBranchSearch
|
|
76857
|
+
* @param variables - variables without 'branchName' to pass into the IssueVcsBranchSearch_StateHistoryQuery
|
|
76858
|
+
*/
|
|
76859
|
+
var IssueVcsBranchSearch_StateHistoryQuery = class extends Request {
|
|
76860
|
+
_branchName;
|
|
76861
|
+
_variables;
|
|
76862
|
+
constructor(request, branchName, variables) {
|
|
76863
|
+
super(request);
|
|
76864
|
+
this._branchName = branchName;
|
|
76865
|
+
this._variables = variables;
|
|
76866
|
+
}
|
|
76867
|
+
/**
|
|
76868
|
+
* Call the IssueVcsBranchSearch_StateHistory query and return a IssueStateSpanConnection
|
|
76869
|
+
*
|
|
76870
|
+
* @param variables - variables without 'branchName' to pass into the IssueVcsBranchSearch_StateHistoryQuery
|
|
76871
|
+
* @returns parsed response from IssueVcsBranchSearch_StateHistoryQuery
|
|
76872
|
+
*/
|
|
76873
|
+
async fetch(variables) {
|
|
76874
|
+
const data = (await this._request(IssueVcsBranchSearch_StateHistoryDocument.toString(), {
|
|
76875
|
+
branchName: this._branchName,
|
|
76876
|
+
...this._variables,
|
|
76877
|
+
...variables
|
|
76878
|
+
})).issueVcsBranchSearch?.stateHistory;
|
|
76879
|
+
if (data) return new IssueStateSpanConnection(this._request, (connection) => this.fetch(defaultConnection({
|
|
76880
|
+
...this._variables,
|
|
76881
|
+
...variables,
|
|
76882
|
+
...connection
|
|
76883
|
+
})), data);
|
|
76884
|
+
else return;
|
|
76885
|
+
}
|
|
76886
|
+
};
|
|
76887
|
+
/**
|
|
76534
76888
|
* A fetchable IssueVcsBranchSearch_Subscribers Query
|
|
76535
76889
|
*
|
|
76536
76890
|
* @param request - function to call the graphql client
|
|
@@ -82873,5 +83227,5 @@ var LinearClient = class extends LinearSdk {
|
|
|
82873
83227
|
const LinearWebhooks = LinearWebhookClient;
|
|
82874
83228
|
|
|
82875
83229
|
//#endregion
|
|
82876
|
-
export { ActorBot, AdministrableTeamsQuery, AgentActivitiesQuery, AgentActivity, AgentActivityActionContent, AgentActivityConnection, AgentActivityElicitationContent, AgentActivityErrorContent, AgentActivityPayload, AgentActivityPromptContent, AgentActivityQuery, AgentActivityResponseContent, AgentActivitySignal, AgentActivityThoughtContent, AgentActivityType, AgentActivityWebhookPayload, AgentSession, AgentSessionConnection, AgentSessionCreateOnCommentMutation, AgentSessionCreateOnIssueMutation, AgentSessionEventWebhookPayload, AgentSessionPayload, AgentSessionQuery, AgentSessionStatus, AgentSessionToPullRequest, AgentSessionToPullRequestConnection, AgentSessionType, AgentSessionUpdateExternalUrlMutation, AgentSessionWebhookPayload, AgentSession_ActivitiesQuery, AgentSessionsQuery, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, AsksWebSettingQuery, AsksWebSetting_IdentityProviderQuery, AsksWebSettings, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_DocumentsQuery, AttachmentIssue_FormerAttachmentsQuery, AttachmentIssue_FormerNeedsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_NeedsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSalesforceMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentWebhookPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuditEntryWebhookPayload, AuthIdentityProvider, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSessionResponse, AuthenticationSessionType, AuthenticationSessionsQuery, AvailableUsersQuery, BaseWebhookPayload, BootstrapLinearError, Comment, CommentChildWebhookPayload, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, CommentWebhookPayload, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_CreatedIssuesQuery, Comment_DocumentContentQuery, Comment_DocumentContent_AiPromptRulesQuery, Comment_ExternalThreadQuery, CommentsQuery, Connection, ContactPayload, ContextViewType, CreateAgentActivityMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCustomerMutation, CreateCustomerNeedMutation, CreateCustomerStatusMutation, CreateCustomerTierMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeRelationMutation, CreateInitiativeToProjectMutation, CreateInitiativeUpdateMutation, CreateInitiativeUpdateReminderMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueBatchMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLabelMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectRelationMutation, CreateProjectStatusMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomResourceWebhookPayload, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_InitiativesQuery, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Customer, CustomerChildWebhookPayload, CustomerConnection, CustomerMergeMutation, CustomerNeed, CustomerNeedArchivePayload, CustomerNeedChildWebhookPayload, CustomerNeedConnection, CustomerNeedCreateFromAttachmentMutation, CustomerNeedNotification, CustomerNeedPayload, CustomerNeedQuery, CustomerNeedUpdatePayload, CustomerNeedWebhookPayload, CustomerNeed_ProjectAttachmentQuery, CustomerNeedsQuery, CustomerNotification, CustomerNotificationSubscription, CustomerPayload, CustomerQuery, CustomerStatus, CustomerStatusChildWebhookPayload, CustomerStatusConnection, CustomerStatusPayload, CustomerStatusQuery, CustomerStatusType, CustomerStatusesQuery, CustomerTier, CustomerTierChildWebhookPayload, CustomerTierConnection, CustomerTierPayload, CustomerTierQuery, CustomerTiersQuery, CustomerUnsyncMutation, CustomerUpsertMutation, CustomerVisibilityMode, CustomerWebhookPayload, CustomersQuery, Cycle, CycleArchivePayload, CycleChildWebhookPayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CyclePeriod, CycleQuery, CycleShiftAllMutation, CycleStartUpcomingCycleTodayMutation, CycleWebhookPayload, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DateResolutionType, Day, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteCustomerMutation, DeleteCustomerNeedMutation, DeleteCustomerStatusMutation, DeleteCustomerTierMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeRelationMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLabelMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectRelationMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentArchivePayload, DocumentChildWebhookPayload, DocumentConnection, DocumentContent, DocumentContentChildWebhookPayload, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentWebhookPayload, Document_CommentsQuery, DocumentsQuery, Draft, DraftConnection, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressQuery, EmailIntakeAddressRotateMutation, EmailIntakeAddressType, EmailIntakeAddress_SesDomainIdentityQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, EntityWebhookPayload, ExternalEntityInfo, ExternalEntityInfoGithubMetadata, ExternalEntityInfoJiraMetadata, ExternalEntitySlackMetadata, ExternalSyncService, ExternalUser, ExternalUserChildWebhookPayload, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, FacetPageSource, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FeedSummarySchedule, FetchDataPayload, FileUploadDeletePayload, FileUploadMutation, ForbiddenLinearError, FrequencyResolutionType, FrontAttachmentPayload, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationStates, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerInstallVerificationPayload, GitHubEnterpriseServerPayload, GitLabIntegrationCreatePayload, GitLabTestConnectionPayload, GitLinkKind, GithubOrgType, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, GuidanceRuleWebhookPayload, IdentityProvider, IdentityProviderType, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeChildWebhookPayload, InitiativeConnection, InitiativeHistory, InitiativeHistoryConnection, InitiativeNotification, InitiativeNotificationSubscription, InitiativePayload, InitiativeQuery, InitiativeRelation, InitiativeRelationConnection, InitiativeRelationPayload, InitiativeRelationQuery, InitiativeRelationsQuery, InitiativeStatus, InitiativeTab, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, InitiativeUpdate, InitiativeUpdateArchivePayload, InitiativeUpdateChildWebhookPayload, InitiativeUpdateConnection, InitiativeUpdateHealthType, InitiativeUpdatePayload, InitiativeUpdateQuery, InitiativeUpdateReminderPayload, InitiativeUpdateWebhookPayload, InitiativeUpdate_CommentsQuery, InitiativeUpdatesQuery, InitiativeWebhookPayload, Initiative_DocumentContentQuery, Initiative_DocumentContent_AiPromptRulesQuery, Initiative_DocumentsQuery, Initiative_HistoryQuery, Initiative_InitiativeUpdatesQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, Initiative_SubInitiativesQuery, InitiativesQuery, Integration, IntegrationActorWebhookPayload, IntegrationAsksConnectChannelMutation, IntegrationChildWebhookPayload, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGithubImportRefreshMutation, IntegrationGitlabConnectMutation, IntegrationGitlabTestConnectionMutation, IntegrationGongMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSalesforceMutation, IntegrationSentryConnectMutation, IntegrationService, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackCustomerChannelLinkMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrAsksUpdateSlackTeamNameMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationSlackWorkspaceNamePayload, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsPayload, IntegrationsSettingsQuery, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueAssignedToYouNotificationWebhookPayload, IssueBatchPayload, IssueChildWebhookPayload, IssueCommentMentionNotificationWebhookPayload, IssueCommentReactionNotificationWebhookPayload, IssueConnection, IssueEmojiReactionNotificationWebhookPayload, IssueExternalSyncDisableMutation, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueHistoryTriageRuleError, IssueHistoryTriageRuleMetadata, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportJqlCheckPayload, IssueImportJqlCheckQuery, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelChildWebhookPayload, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabelRestoreMutation, IssueLabelRetireMutation, IssueLabelWebhookPayload, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueMentionNotificationWebhookPayload, IssueNewCommentNotificationWebhookPayload, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationType, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueRepositorySuggestionsQuery, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSlaWebhookPayload, IssueStateSpan, IssueStateSpanConnection, IssueStatusChangedNotificationWebhookPayload, IssueSubscribeMutation, IssueSuggestion, IssueSuggestionConnection, IssueSuggestionMetadata, IssueSuggestionState, IssueSuggestionType, IssueTitleSuggestionFromCustomerRequestPayload, IssueTitleSuggestionFromCustomerRequestQuery, IssueUnassignedFromYouNotificationWebhookPayload, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_DocumentsQuery, IssueVcsBranchSearch_FormerAttachmentsQuery, IssueVcsBranchSearch_FormerNeedsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_NeedsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, IssueWebhookPayload, IssueWithDescriptionChildWebhookPayload, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_DocumentsQuery, Issue_FormerAttachmentsQuery, Issue_FormerNeedsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_NeedsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JoinOrganizationFromOnboardingMutation, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents_exports as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationCategory, NotificationCategoryPreferences, NotificationChannel, NotificationChannelPreferences, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, OAuthAppWebhookPayload, OAuthAuthorizationWebhookPayload, OAuthClientApprovalStatus, OauthClientActorWebhookPayload, OauthClientApproval, OauthClientApprovalNotification, OauthClientChildWebhookPayload, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationDomainAuthType, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInviteStatus, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationOriginWebhookPayload, OrganizationPayload, OrganizationQuery, OrganizationStartTrialForPlanMutation, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_ProjectLabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, OtherNotificationType, OtherNotificationWebhookPayload, PageInfo, PaginationNulls, PaginationOrderBy, PaginationSortOrder, PaidSubscription, PasskeyLoginStartResponse, PostNotification, PostType, ProductIntelligenceScope, Project, ProjectAddLabelMutation, ProjectArchivePayload, ProjectAttachment, ProjectChildWebhookPayload, ProjectConnection, ProjectExternalSyncDisableMutation, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectHistory, ProjectHistoryConnection, ProjectLabel, ProjectLabelChildWebhookPayload, ProjectLabelConnection, ProjectLabelPayload, ProjectLabelQuery, ProjectLabelRestoreMutation, ProjectLabelRetireMutation, ProjectLabelWebhookPayload, ProjectLabel_ChildrenQuery, ProjectLabel_ProjectsQuery, ProjectLabelsQuery, ProjectMilestone, ProjectMilestoneChildWebhookPayload, ProjectMilestoneConnection, ProjectMilestoneMoveIssueToTeam, ProjectMilestoneMovePayload, ProjectMilestoneMoveProjectTeams, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestoneStatus, ProjectMilestone_DocumentContentQuery, ProjectMilestone_DocumentContent_AiPromptRulesQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectRemoveLabelMutation, ProjectSearchPayload, ProjectSearchResult, ProjectStatus, ProjectStatusArchivePayload, ProjectStatusChildWebhookPayload, ProjectStatusConnection, ProjectStatusCountPayload, ProjectStatusPayload, ProjectStatusQuery, ProjectStatusType, ProjectStatusesQuery, ProjectTab, ProjectUpdate, ProjectUpdateArchivePayload, ProjectUpdateChildWebhookPayload, ProjectUpdateConnection, ProjectUpdateHealthType, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderFrequency, ProjectUpdateReminderPayload, ProjectUpdateWebhookPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, ProjectWebhookPayload, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentsQuery, Project_ExternalLinksQuery, Project_HistoryQuery, Project_InitiativeToProjectsQuery, Project_InitiativesQuery, Project_InverseRelationsQuery, Project_IssuesQuery, Project_LabelsQuery, Project_MembersQuery, Project_NeedsQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_RelationsQuery, Project_TeamsQuery, ProjectsQuery, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, RotateSecretWebhookMutation, SLADayCountType, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SemanticSearchPayload, SemanticSearchQuery, SemanticSearchResult, SemanticSearchResultType, SendStrategy, SesDomainIdentity, SesDomainIdentityDnsRecord, SlaStatus, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackChannelType, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRetirementSubTeamHandling, TeamRoleType, TeamWithParentWebhookPayload, 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, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityAction, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, TriageRuleErrorType, UnarchiveCustomerNeedMutation, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveInitiativeUpdateMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveProjectStatusMutation, UnarchiveProjectUpdateMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAgentSessionMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCustomerMutation, UpdateCustomerNeedMutation, UpdateCustomerStatusMutation, UpdateCustomerTierMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeRelationMutation, UpdateInitiativeToProjectMutation, UpdateInitiativeUpdateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationCategoryChannelSubscriptionMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLabelMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectRelationMutation, UpdateProjectStatusMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, UsageLimitExceededLinearError, User, UserActorWebhookPayload, UserAdminPayload, UserChangeRoleMutation, UserChildWebhookPayload, UserConnection, UserContextViewType, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserRevokeAllSessionsMutation, UserRevokeSessionMutation, UserRoleType, UserSessionsQuery, UserSettings, UserSettingsCustomSidebarTheme, UserSettingsCustomTheme, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettingsTheme, UserSettingsThemeDeviceType, UserSettingsThemeMode, UserSettingsThemePreset, UserSettings_NotificationCategoryPreferencesQuery, UserSettings_NotificationCategoryPreferences_AppsAndIntegrationsQuery, UserSettings_NotificationCategoryPreferences_AssignmentsQuery, UserSettings_NotificationCategoryPreferences_CommentsAndRepliesQuery, UserSettings_NotificationCategoryPreferences_CustomersQuery, UserSettings_NotificationCategoryPreferences_DocumentChangesQuery, UserSettings_NotificationCategoryPreferences_FeedQuery, UserSettings_NotificationCategoryPreferences_MentionsQuery, UserSettings_NotificationCategoryPreferences_PostsAndUpdatesQuery, UserSettings_NotificationCategoryPreferences_ReactionsQuery, UserSettings_NotificationCategoryPreferences_RemindersQuery, UserSettings_NotificationCategoryPreferences_ReviewsQuery, UserSettings_NotificationCategoryPreferences_StatusChangesQuery, UserSettings_NotificationCategoryPreferences_SubscriptionsQuery, UserSettings_NotificationCategoryPreferences_SystemQuery, UserSettings_NotificationCategoryPreferences_TriageQuery, UserSettings_NotificationChannelPreferencesQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, UserSettings_ThemeQuery, UserSettings_Theme_CustomQuery, UserSettings_Theme_Custom_SidebarQuery, UserUnlinkFromIdentityProviderMutation, UserWebhookPayload, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_DelegatedIssuesQuery, User_DraftsQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, VerifyGitHubEnterpriseServerInstallationQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhookRotateSecretPayload, WebhooksQuery, WorkflowDefinition, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, WorkflowTrigger, WorkflowTriggerType, WorkflowType, parseLinearError };
|
|
83230
|
+
export { ActorBot, AdministrableTeamsQuery, AgentActivitiesQuery, AgentActivity, AgentActivityActionContent, AgentActivityConnection, AgentActivityElicitationContent, AgentActivityErrorContent, AgentActivityPayload, AgentActivityPromptContent, AgentActivityQuery, AgentActivityResponseContent, AgentActivitySignal, AgentActivityThoughtContent, AgentActivityType, AgentActivityWebhookPayload, AgentSession, AgentSessionConnection, AgentSessionCreateOnCommentMutation, AgentSessionCreateOnIssueMutation, AgentSessionEventWebhookPayload, AgentSessionExternalLink, AgentSessionPayload, AgentSessionQuery, AgentSessionStatus, AgentSessionToPullRequest, AgentSessionToPullRequestConnection, AgentSessionType, AgentSessionUpdateExternalUrlMutation, AgentSessionWebhookPayload, AgentSession_ActivitiesQuery, AgentSessionsQuery, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, AsksWebSettingQuery, AsksWebSetting_IdentityProviderQuery, AsksWebSettings, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_DocumentsQuery, AttachmentIssue_FormerAttachmentsQuery, AttachmentIssue_FormerNeedsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_NeedsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_StateHistoryQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSalesforceMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentWebhookPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuditEntryWebhookPayload, AuthIdentityProvider, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSessionResponse, AuthenticationSessionType, AuthenticationSessionsQuery, AvailableUsersQuery, BaseWebhookPayload, BootstrapLinearError, Comment, CommentChildWebhookPayload, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, CommentWebhookPayload, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_CreatedIssuesQuery, Comment_DocumentContentQuery, Comment_DocumentContent_AiPromptRulesQuery, Comment_ExternalThreadQuery, CommentsQuery, Connection, ContactPayload, ContextViewType, CreateAgentActivityMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCustomerMutation, CreateCustomerNeedMutation, CreateCustomerStatusMutation, CreateCustomerTierMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeRelationMutation, CreateInitiativeToProjectMutation, CreateInitiativeUpdateMutation, CreateInitiativeUpdateReminderMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueBatchMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLabelMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectRelationMutation, CreateProjectStatusMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomResourceWebhookPayload, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_InitiativesQuery, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Customer, CustomerChildWebhookPayload, CustomerConnection, CustomerMergeMutation, CustomerNeed, CustomerNeedArchivePayload, CustomerNeedChildWebhookPayload, CustomerNeedConnection, CustomerNeedCreateFromAttachmentMutation, CustomerNeedNotification, CustomerNeedPayload, CustomerNeedQuery, CustomerNeedUpdatePayload, CustomerNeedWebhookPayload, CustomerNeed_ProjectAttachmentQuery, CustomerNeedsQuery, CustomerNotification, CustomerNotificationSubscription, CustomerPayload, CustomerQuery, CustomerStatus, CustomerStatusChildWebhookPayload, CustomerStatusConnection, CustomerStatusPayload, CustomerStatusQuery, CustomerStatusType, CustomerStatusesQuery, CustomerTier, CustomerTierChildWebhookPayload, CustomerTierConnection, CustomerTierPayload, CustomerTierQuery, CustomerTiersQuery, CustomerUnsyncMutation, CustomerUpsertMutation, CustomerVisibilityMode, CustomerWebhookPayload, CustomersQuery, Cycle, CycleArchivePayload, CycleChildWebhookPayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CyclePeriod, CycleQuery, CycleShiftAllMutation, CycleStartUpcomingCycleTodayMutation, CycleWebhookPayload, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DateResolutionType, Day, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteCustomerMutation, DeleteCustomerNeedMutation, DeleteCustomerStatusMutation, DeleteCustomerTierMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeRelationMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLabelMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectRelationMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentArchivePayload, DocumentChildWebhookPayload, DocumentConnection, DocumentContent, DocumentContentChildWebhookPayload, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentWebhookPayload, Document_CommentsQuery, DocumentsQuery, Draft, DraftConnection, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressQuery, EmailIntakeAddressRotateMutation, EmailIntakeAddressType, EmailIntakeAddress_SesDomainIdentityQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, EntityWebhookPayload, ExternalEntityInfo, ExternalEntityInfoGithubMetadata, ExternalEntityInfoJiraMetadata, ExternalEntitySlackMetadata, ExternalSyncService, ExternalUser, ExternalUserChildWebhookPayload, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, FacetPageSource, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FeedSummarySchedule, FetchDataPayload, FileUploadDeletePayload, FileUploadMutation, ForbiddenLinearError, FrequencyResolutionType, FrontAttachmentPayload, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationStates, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerInstallVerificationPayload, GitHubEnterpriseServerPayload, GitLabIntegrationCreatePayload, GitLabTestConnectionPayload, GitLinkKind, GithubOrgType, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, GuidanceRuleWebhookPayload, IdentityProvider, IdentityProviderType, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeChildWebhookPayload, InitiativeConnection, InitiativeHistory, InitiativeHistoryConnection, InitiativeNotification, InitiativeNotificationSubscription, InitiativePayload, InitiativeQuery, InitiativeRelation, InitiativeRelationConnection, InitiativeRelationPayload, InitiativeRelationQuery, InitiativeRelationsQuery, InitiativeStatus, InitiativeTab, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, InitiativeUpdate, InitiativeUpdateArchivePayload, InitiativeUpdateChildWebhookPayload, InitiativeUpdateConnection, InitiativeUpdateHealthType, InitiativeUpdatePayload, InitiativeUpdateQuery, InitiativeUpdateReminderPayload, InitiativeUpdateWebhookPayload, InitiativeUpdate_CommentsQuery, InitiativeUpdatesQuery, InitiativeWebhookPayload, Initiative_DocumentContentQuery, Initiative_DocumentContent_AiPromptRulesQuery, Initiative_DocumentsQuery, Initiative_HistoryQuery, Initiative_InitiativeUpdatesQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, Initiative_SubInitiativesQuery, InitiativesQuery, Integration, IntegrationActorWebhookPayload, IntegrationAsksConnectChannelMutation, IntegrationChildWebhookPayload, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGithubImportRefreshMutation, IntegrationGitlabConnectMutation, IntegrationGitlabTestConnectionMutation, IntegrationGongMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSalesforceMutation, IntegrationSentryConnectMutation, IntegrationService, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackCustomerChannelLinkMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrAsksUpdateSlackTeamNameMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationSlackWorkspaceNamePayload, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsPayload, IntegrationsSettingsQuery, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueAssignedToYouNotificationWebhookPayload, IssueBatchPayload, IssueChildWebhookPayload, IssueCommentMentionNotificationWebhookPayload, IssueCommentReactionNotificationWebhookPayload, IssueConnection, IssueEmojiReactionNotificationWebhookPayload, IssueExternalSyncDisableMutation, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueHistoryTriageRuleError, IssueHistoryTriageRuleMetadata, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportJqlCheckPayload, IssueImportJqlCheckQuery, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelChildWebhookPayload, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabelRestoreMutation, IssueLabelRetireMutation, IssueLabelWebhookPayload, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueMentionNotificationWebhookPayload, IssueNewCommentNotificationWebhookPayload, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationType, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueRepositorySuggestionsQuery, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSlaWebhookPayload, IssueStateSpan, IssueStateSpanConnection, IssueStatusChangedNotificationWebhookPayload, IssueSubscribeMutation, IssueSuggestion, IssueSuggestionConnection, IssueSuggestionMetadata, IssueSuggestionState, IssueSuggestionType, IssueTitleSuggestionFromCustomerRequestPayload, IssueTitleSuggestionFromCustomerRequestQuery, IssueUnassignedFromYouNotificationWebhookPayload, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_DocumentsQuery, IssueVcsBranchSearch_FormerAttachmentsQuery, IssueVcsBranchSearch_FormerNeedsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_NeedsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_StateHistoryQuery, IssueVcsBranchSearch_SubscribersQuery, IssueWebhookPayload, IssueWithDescriptionChildWebhookPayload, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_DocumentsQuery, Issue_FormerAttachmentsQuery, Issue_FormerNeedsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_NeedsQuery, Issue_RelationsQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JoinOrganizationFromOnboardingMutation, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents_exports as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationCategory, NotificationCategoryPreferences, NotificationChannel, NotificationChannelPreferences, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, OAuthAppWebhookPayload, OAuthAuthorizationWebhookPayload, OAuthClientApprovalStatus, OauthClientActorWebhookPayload, OauthClientApproval, OauthClientApprovalNotification, OauthClientChildWebhookPayload, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationDomainAuthType, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInviteStatus, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationOriginWebhookPayload, OrganizationPayload, OrganizationQuery, OrganizationStartTrialForPlanMutation, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_ProjectLabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, OtherNotificationType, OtherNotificationWebhookPayload, PageInfo, PaginationNulls, PaginationOrderBy, PaginationSortOrder, PaidSubscription, PasskeyLoginStartResponse, PostNotification, PostType, ProductIntelligenceScope, Project, ProjectAddLabelMutation, ProjectArchivePayload, ProjectAttachment, ProjectChildWebhookPayload, ProjectConnection, ProjectExternalSyncDisableMutation, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectHistory, ProjectHistoryConnection, ProjectLabel, ProjectLabelChildWebhookPayload, ProjectLabelConnection, ProjectLabelPayload, ProjectLabelQuery, ProjectLabelRestoreMutation, ProjectLabelRetireMutation, ProjectLabelWebhookPayload, ProjectLabel_ChildrenQuery, ProjectLabel_ProjectsQuery, ProjectLabelsQuery, ProjectMilestone, ProjectMilestoneChildWebhookPayload, ProjectMilestoneConnection, ProjectMilestoneMoveIssueToTeam, ProjectMilestoneMovePayload, ProjectMilestoneMoveProjectTeams, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestoneStatus, ProjectMilestone_DocumentContentQuery, ProjectMilestone_DocumentContent_AiPromptRulesQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectRemoveLabelMutation, ProjectSearchPayload, ProjectSearchResult, ProjectStatus, ProjectStatusArchivePayload, ProjectStatusChildWebhookPayload, ProjectStatusConnection, ProjectStatusCountPayload, ProjectStatusPayload, ProjectStatusQuery, ProjectStatusType, ProjectStatusesQuery, ProjectTab, ProjectUpdate, ProjectUpdateArchivePayload, ProjectUpdateChildWebhookPayload, ProjectUpdateConnection, ProjectUpdateHealthType, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderFrequency, ProjectUpdateReminderPayload, ProjectUpdateWebhookPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, ProjectWebhookPayload, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentsQuery, Project_ExternalLinksQuery, Project_HistoryQuery, Project_InitiativeToProjectsQuery, Project_InitiativesQuery, Project_InverseRelationsQuery, Project_IssuesQuery, Project_LabelsQuery, Project_MembersQuery, Project_NeedsQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_RelationsQuery, Project_TeamsQuery, ProjectsQuery, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, RotateSecretWebhookMutation, SLADayCountType, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SemanticSearchPayload, SemanticSearchQuery, SemanticSearchResult, SemanticSearchResultType, SendStrategy, SesDomainIdentity, SesDomainIdentityDnsRecord, SlaStatus, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackChannelType, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, Summary, SummaryGenerationStatus, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRetirementSubTeamHandling, TeamRoleType, TeamWithParentWebhookPayload, 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, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityAction, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, TriageRuleErrorType, UnarchiveCustomerNeedMutation, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveInitiativeUpdateMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveProjectStatusMutation, UnarchiveProjectUpdateMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAgentSessionMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCustomerMutation, UpdateCustomerNeedMutation, UpdateCustomerStatusMutation, UpdateCustomerTierMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeRelationMutation, UpdateInitiativeToProjectMutation, UpdateInitiativeUpdateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationCategoryChannelSubscriptionMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLabelMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectRelationMutation, UpdateProjectStatusMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, UsageLimitExceededLinearError, User, UserActorWebhookPayload, UserAdminPayload, UserChangeRoleMutation, UserChildWebhookPayload, UserConnection, UserContextViewType, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserRevokeAllSessionsMutation, UserRevokeSessionMutation, UserRoleType, UserSessionsQuery, UserSettings, UserSettingsCustomSidebarTheme, UserSettingsCustomTheme, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettingsTheme, UserSettingsThemeDeviceType, UserSettingsThemeMode, UserSettingsThemePreset, UserSettings_NotificationCategoryPreferencesQuery, UserSettings_NotificationCategoryPreferences_AppsAndIntegrationsQuery, UserSettings_NotificationCategoryPreferences_AssignmentsQuery, UserSettings_NotificationCategoryPreferences_CommentsAndRepliesQuery, UserSettings_NotificationCategoryPreferences_CustomersQuery, UserSettings_NotificationCategoryPreferences_DocumentChangesQuery, UserSettings_NotificationCategoryPreferences_FeedQuery, UserSettings_NotificationCategoryPreferences_MentionsQuery, UserSettings_NotificationCategoryPreferences_PostsAndUpdatesQuery, UserSettings_NotificationCategoryPreferences_ReactionsQuery, UserSettings_NotificationCategoryPreferences_RemindersQuery, UserSettings_NotificationCategoryPreferences_ReviewsQuery, UserSettings_NotificationCategoryPreferences_StatusChangesQuery, UserSettings_NotificationCategoryPreferences_SubscriptionsQuery, UserSettings_NotificationCategoryPreferences_SystemQuery, UserSettings_NotificationCategoryPreferences_TriageQuery, UserSettings_NotificationChannelPreferencesQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, UserSettings_ThemeQuery, UserSettings_Theme_CustomQuery, UserSettings_Theme_Custom_SidebarQuery, UserUnlinkFromIdentityProviderMutation, UserWebhookPayload, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_DelegatedIssuesQuery, User_DraftsQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, VerifyGitHubEnterpriseServerInstallationQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhookRotateSecretPayload, WebhooksQuery, WorkflowDefinition, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, WorkflowTrigger, WorkflowTriggerType, WorkflowType, parseLinearError };
|
|
82877
83231
|
//# sourceMappingURL=index.mjs.map
|