@linear/sdk 67.0.0 → 68.1.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-BUUA3N-U.d.mts → index-THroZq4-.d.mts} +250 -44
- package/dist/index-THroZq4-.d.mts.map +1 -0
- package/dist/{index-D2OpN-qp.d.cts → index-wEtH5Hmq.d.cts} +250 -44
- package/dist/index-wEtH5Hmq.d.cts.map +1 -0
- package/dist/index.cjs +557 -0
- package/dist/index.d.cts +1068 -956
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1068 -956
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +554 -1
- 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 +2 -2
- package/dist/index-BUUA3N-U.d.mts.map +0 -1
- package/dist/index-D2OpN-qp.d.cts.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -457,6 +457,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
457
457
|
AgentSessionFragmentDoc: () => AgentSessionFragmentDoc,
|
|
458
458
|
AgentSessionPayloadFragmentDoc: () => AgentSessionPayloadFragmentDoc,
|
|
459
459
|
AgentSessionStatus: () => AgentSessionStatus,
|
|
460
|
+
AgentSessionToPullRequestConnectionFragmentDoc: () => AgentSessionToPullRequestConnectionFragmentDoc,
|
|
461
|
+
AgentSessionToPullRequestFragmentDoc: () => AgentSessionToPullRequestFragmentDoc,
|
|
460
462
|
AgentSessionType: () => AgentSessionType,
|
|
461
463
|
AgentSessionUpdateExternalUrlDocument: () => AgentSessionUpdateExternalUrlDocument,
|
|
462
464
|
AgentSessionWebhookPayloadFragmentDoc: () => AgentSessionWebhookPayloadFragmentDoc,
|
|
@@ -483,6 +485,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
|
|
|
483
485
|
ArchiveRoadmapDocument: () => ArchiveRoadmapDocument,
|
|
484
486
|
ArchiveWorkflowStateDocument: () => ArchiveWorkflowStateDocument,
|
|
485
487
|
AsksChannelConnectPayloadFragmentDoc: () => AsksChannelConnectPayloadFragmentDoc,
|
|
488
|
+
AsksWebFormsAuthDocument: () => AsksWebFormsAuthDocument,
|
|
489
|
+
AsksWebFormsAuthResponseFragmentDoc: () => AsksWebFormsAuthResponseFragmentDoc,
|
|
486
490
|
AttachmentConnectionFragmentDoc: () => AttachmentConnectionFragmentDoc,
|
|
487
491
|
AttachmentDocument: () => AttachmentDocument,
|
|
488
492
|
AttachmentFragmentDoc: () => AttachmentFragmentDoc,
|
|
@@ -9660,12 +9664,26 @@ const BaseWebhookPayloadFragmentDoc = {
|
|
|
9660
9664
|
value: "organizationId"
|
|
9661
9665
|
}
|
|
9662
9666
|
},
|
|
9667
|
+
{
|
|
9668
|
+
kind: "Field",
|
|
9669
|
+
name: {
|
|
9670
|
+
kind: "Name",
|
|
9671
|
+
value: "webhookId"
|
|
9672
|
+
}
|
|
9673
|
+
},
|
|
9663
9674
|
{
|
|
9664
9675
|
kind: "Field",
|
|
9665
9676
|
name: {
|
|
9666
9677
|
kind: "Name",
|
|
9667
9678
|
value: "createdAt"
|
|
9668
9679
|
}
|
|
9680
|
+
},
|
|
9681
|
+
{
|
|
9682
|
+
kind: "Field",
|
|
9683
|
+
name: {
|
|
9684
|
+
kind: "Name",
|
|
9685
|
+
value: "webhookTimestamp"
|
|
9686
|
+
}
|
|
9669
9687
|
}
|
|
9670
9688
|
]
|
|
9671
9689
|
}
|
|
@@ -11160,6 +11178,13 @@ const OAuthAppWebhookPayloadFragmentDoc = {
|
|
|
11160
11178
|
value: "oauthClientId"
|
|
11161
11179
|
}
|
|
11162
11180
|
},
|
|
11181
|
+
{
|
|
11182
|
+
kind: "Field",
|
|
11183
|
+
name: {
|
|
11184
|
+
kind: "Name",
|
|
11185
|
+
value: "webhookId"
|
|
11186
|
+
}
|
|
11187
|
+
},
|
|
11163
11188
|
{
|
|
11164
11189
|
kind: "Field",
|
|
11165
11190
|
name: {
|
|
@@ -11180,6 +11205,13 @@ const OAuthAppWebhookPayloadFragmentDoc = {
|
|
|
11180
11205
|
kind: "Name",
|
|
11181
11206
|
value: "type"
|
|
11182
11207
|
}
|
|
11208
|
+
},
|
|
11209
|
+
{
|
|
11210
|
+
kind: "Field",
|
|
11211
|
+
name: {
|
|
11212
|
+
kind: "Name",
|
|
11213
|
+
value: "webhookTimestamp"
|
|
11214
|
+
}
|
|
11183
11215
|
}
|
|
11184
11216
|
]
|
|
11185
11217
|
}
|
|
@@ -11308,6 +11340,13 @@ const OAuthAuthorizationWebhookPayloadFragmentDoc = {
|
|
|
11308
11340
|
value: "userId"
|
|
11309
11341
|
}
|
|
11310
11342
|
},
|
|
11343
|
+
{
|
|
11344
|
+
kind: "Field",
|
|
11345
|
+
name: {
|
|
11346
|
+
kind: "Name",
|
|
11347
|
+
value: "webhookId"
|
|
11348
|
+
}
|
|
11349
|
+
},
|
|
11311
11350
|
{
|
|
11312
11351
|
kind: "Field",
|
|
11313
11352
|
name: {
|
|
@@ -11335,6 +11374,13 @@ const OAuthAuthorizationWebhookPayloadFragmentDoc = {
|
|
|
11335
11374
|
kind: "Name",
|
|
11336
11375
|
value: "type"
|
|
11337
11376
|
}
|
|
11377
|
+
},
|
|
11378
|
+
{
|
|
11379
|
+
kind: "Field",
|
|
11380
|
+
name: {
|
|
11381
|
+
kind: "Name",
|
|
11382
|
+
value: "webhookTimestamp"
|
|
11383
|
+
}
|
|
11338
11384
|
}
|
|
11339
11385
|
]
|
|
11340
11386
|
}
|
|
@@ -14475,6 +14521,13 @@ const AgentSessionEventWebhookPayloadFragmentDoc = {
|
|
|
14475
14521
|
value: "__typename"
|
|
14476
14522
|
}
|
|
14477
14523
|
},
|
|
14524
|
+
{
|
|
14525
|
+
kind: "Field",
|
|
14526
|
+
name: {
|
|
14527
|
+
kind: "Name",
|
|
14528
|
+
value: "promptContext"
|
|
14529
|
+
}
|
|
14530
|
+
},
|
|
14478
14531
|
{
|
|
14479
14532
|
kind: "Field",
|
|
14480
14533
|
name: {
|
|
@@ -14513,6 +14566,13 @@ const AgentSessionEventWebhookPayloadFragmentDoc = {
|
|
|
14513
14566
|
value: "organizationId"
|
|
14514
14567
|
}
|
|
14515
14568
|
},
|
|
14569
|
+
{
|
|
14570
|
+
kind: "Field",
|
|
14571
|
+
name: {
|
|
14572
|
+
kind: "Name",
|
|
14573
|
+
value: "webhookId"
|
|
14574
|
+
}
|
|
14575
|
+
},
|
|
14516
14576
|
{
|
|
14517
14577
|
kind: "Field",
|
|
14518
14578
|
name: {
|
|
@@ -14584,6 +14644,13 @@ const AgentSessionEventWebhookPayloadFragmentDoc = {
|
|
|
14584
14644
|
kind: "Name",
|
|
14585
14645
|
value: "type"
|
|
14586
14646
|
}
|
|
14647
|
+
},
|
|
14648
|
+
{
|
|
14649
|
+
kind: "Field",
|
|
14650
|
+
name: {
|
|
14651
|
+
kind: "Name",
|
|
14652
|
+
value: "webhookTimestamp"
|
|
14653
|
+
}
|
|
14587
14654
|
}
|
|
14588
14655
|
]
|
|
14589
14656
|
}
|
|
@@ -16375,6 +16442,13 @@ const AppUserNotificationWebhookPayloadFragmentDoc = {
|
|
|
16375
16442
|
value: "organizationId"
|
|
16376
16443
|
}
|
|
16377
16444
|
},
|
|
16445
|
+
{
|
|
16446
|
+
kind: "Field",
|
|
16447
|
+
name: {
|
|
16448
|
+
kind: "Name",
|
|
16449
|
+
value: "webhookId"
|
|
16450
|
+
}
|
|
16451
|
+
},
|
|
16378
16452
|
{
|
|
16379
16453
|
kind: "Field",
|
|
16380
16454
|
name: {
|
|
@@ -16395,6 +16469,13 @@ const AppUserNotificationWebhookPayloadFragmentDoc = {
|
|
|
16395
16469
|
kind: "Name",
|
|
16396
16470
|
value: "type"
|
|
16397
16471
|
}
|
|
16472
|
+
},
|
|
16473
|
+
{
|
|
16474
|
+
kind: "Field",
|
|
16475
|
+
name: {
|
|
16476
|
+
kind: "Name",
|
|
16477
|
+
value: "webhookTimestamp"
|
|
16478
|
+
}
|
|
16398
16479
|
}
|
|
16399
16480
|
]
|
|
16400
16481
|
}
|
|
@@ -16460,6 +16541,13 @@ const AppUserTeamAccessChangedWebhookPayloadFragmentDoc = {
|
|
|
16460
16541
|
value: "removedTeamIds"
|
|
16461
16542
|
}
|
|
16462
16543
|
},
|
|
16544
|
+
{
|
|
16545
|
+
kind: "Field",
|
|
16546
|
+
name: {
|
|
16547
|
+
kind: "Name",
|
|
16548
|
+
value: "webhookId"
|
|
16549
|
+
}
|
|
16550
|
+
},
|
|
16463
16551
|
{
|
|
16464
16552
|
kind: "Field",
|
|
16465
16553
|
name: {
|
|
@@ -16481,6 +16569,13 @@ const AppUserTeamAccessChangedWebhookPayloadFragmentDoc = {
|
|
|
16481
16569
|
value: "type"
|
|
16482
16570
|
}
|
|
16483
16571
|
},
|
|
16572
|
+
{
|
|
16573
|
+
kind: "Field",
|
|
16574
|
+
name: {
|
|
16575
|
+
kind: "Name",
|
|
16576
|
+
value: "webhookTimestamp"
|
|
16577
|
+
}
|
|
16578
|
+
},
|
|
16484
16579
|
{
|
|
16485
16580
|
kind: "Field",
|
|
16486
16581
|
name: {
|
|
@@ -16524,6 +16619,13 @@ const CustomResourceWebhookPayloadFragmentDoc = {
|
|
|
16524
16619
|
value: "organizationId"
|
|
16525
16620
|
}
|
|
16526
16621
|
},
|
|
16622
|
+
{
|
|
16623
|
+
kind: "Field",
|
|
16624
|
+
name: {
|
|
16625
|
+
kind: "Name",
|
|
16626
|
+
value: "webhookId"
|
|
16627
|
+
}
|
|
16628
|
+
},
|
|
16527
16629
|
{
|
|
16528
16630
|
kind: "Field",
|
|
16529
16631
|
name: {
|
|
@@ -16544,6 +16646,13 @@ const CustomResourceWebhookPayloadFragmentDoc = {
|
|
|
16544
16646
|
kind: "Name",
|
|
16545
16647
|
value: "type"
|
|
16546
16648
|
}
|
|
16649
|
+
},
|
|
16650
|
+
{
|
|
16651
|
+
kind: "Field",
|
|
16652
|
+
name: {
|
|
16653
|
+
kind: "Name",
|
|
16654
|
+
value: "webhookTimestamp"
|
|
16655
|
+
}
|
|
16547
16656
|
}
|
|
16548
16657
|
]
|
|
16549
16658
|
}
|
|
@@ -16588,6 +16697,13 @@ const EntityWebhookPayloadFragmentDoc = {
|
|
|
16588
16697
|
value: "updatedFrom"
|
|
16589
16698
|
}
|
|
16590
16699
|
},
|
|
16700
|
+
{
|
|
16701
|
+
kind: "Field",
|
|
16702
|
+
name: {
|
|
16703
|
+
kind: "Name",
|
|
16704
|
+
value: "webhookId"
|
|
16705
|
+
}
|
|
16706
|
+
},
|
|
16591
16707
|
{
|
|
16592
16708
|
kind: "Field",
|
|
16593
16709
|
name: {
|
|
@@ -16615,6 +16731,13 @@ const EntityWebhookPayloadFragmentDoc = {
|
|
|
16615
16731
|
kind: "Name",
|
|
16616
16732
|
value: "url"
|
|
16617
16733
|
}
|
|
16734
|
+
},
|
|
16735
|
+
{
|
|
16736
|
+
kind: "Field",
|
|
16737
|
+
name: {
|
|
16738
|
+
kind: "Name",
|
|
16739
|
+
value: "webhookTimestamp"
|
|
16740
|
+
}
|
|
16618
16741
|
}
|
|
16619
16742
|
]
|
|
16620
16743
|
}
|
|
@@ -17407,6 +17530,13 @@ const IssueSlaWebhookPayloadFragmentDoc = {
|
|
|
17407
17530
|
value: "organizationId"
|
|
17408
17531
|
}
|
|
17409
17532
|
},
|
|
17533
|
+
{
|
|
17534
|
+
kind: "Field",
|
|
17535
|
+
name: {
|
|
17536
|
+
kind: "Name",
|
|
17537
|
+
value: "webhookId"
|
|
17538
|
+
}
|
|
17539
|
+
},
|
|
17410
17540
|
{
|
|
17411
17541
|
kind: "Field",
|
|
17412
17542
|
name: {
|
|
@@ -17451,6 +17581,13 @@ const IssueSlaWebhookPayloadFragmentDoc = {
|
|
|
17451
17581
|
kind: "Name",
|
|
17452
17582
|
value: "url"
|
|
17453
17583
|
}
|
|
17584
|
+
},
|
|
17585
|
+
{
|
|
17586
|
+
kind: "Field",
|
|
17587
|
+
name: {
|
|
17588
|
+
kind: "Name",
|
|
17589
|
+
value: "webhookTimestamp"
|
|
17590
|
+
}
|
|
17454
17591
|
}
|
|
17455
17592
|
]
|
|
17456
17593
|
}
|
|
@@ -20252,6 +20389,13 @@ const AgentSessionFragmentDoc = {
|
|
|
20252
20389
|
}
|
|
20253
20390
|
}]
|
|
20254
20391
|
}
|
|
20392
|
+
},
|
|
20393
|
+
{
|
|
20394
|
+
kind: "Field",
|
|
20395
|
+
name: {
|
|
20396
|
+
kind: "Name",
|
|
20397
|
+
value: "externalUrls"
|
|
20398
|
+
}
|
|
20255
20399
|
}
|
|
20256
20400
|
]
|
|
20257
20401
|
}
|
|
@@ -20380,6 +20524,143 @@ const AgentSessionPayloadFragmentDoc = {
|
|
|
20380
20524
|
}
|
|
20381
20525
|
}]
|
|
20382
20526
|
};
|
|
20527
|
+
const AgentSessionToPullRequestFragmentDoc = {
|
|
20528
|
+
kind: "Document",
|
|
20529
|
+
definitions: [{
|
|
20530
|
+
kind: "FragmentDefinition",
|
|
20531
|
+
name: {
|
|
20532
|
+
kind: "Name",
|
|
20533
|
+
value: "AgentSessionToPullRequest"
|
|
20534
|
+
},
|
|
20535
|
+
typeCondition: {
|
|
20536
|
+
kind: "NamedType",
|
|
20537
|
+
name: {
|
|
20538
|
+
kind: "Name",
|
|
20539
|
+
value: "AgentSessionToPullRequest"
|
|
20540
|
+
}
|
|
20541
|
+
},
|
|
20542
|
+
selectionSet: {
|
|
20543
|
+
kind: "SelectionSet",
|
|
20544
|
+
selections: [
|
|
20545
|
+
{
|
|
20546
|
+
kind: "Field",
|
|
20547
|
+
name: {
|
|
20548
|
+
kind: "Name",
|
|
20549
|
+
value: "__typename"
|
|
20550
|
+
}
|
|
20551
|
+
},
|
|
20552
|
+
{
|
|
20553
|
+
kind: "Field",
|
|
20554
|
+
name: {
|
|
20555
|
+
kind: "Name",
|
|
20556
|
+
value: "agentSession"
|
|
20557
|
+
},
|
|
20558
|
+
selectionSet: {
|
|
20559
|
+
kind: "SelectionSet",
|
|
20560
|
+
selections: [{
|
|
20561
|
+
kind: "Field",
|
|
20562
|
+
name: {
|
|
20563
|
+
kind: "Name",
|
|
20564
|
+
value: "id"
|
|
20565
|
+
}
|
|
20566
|
+
}]
|
|
20567
|
+
}
|
|
20568
|
+
},
|
|
20569
|
+
{
|
|
20570
|
+
kind: "Field",
|
|
20571
|
+
name: {
|
|
20572
|
+
kind: "Name",
|
|
20573
|
+
value: "updatedAt"
|
|
20574
|
+
}
|
|
20575
|
+
},
|
|
20576
|
+
{
|
|
20577
|
+
kind: "Field",
|
|
20578
|
+
name: {
|
|
20579
|
+
kind: "Name",
|
|
20580
|
+
value: "archivedAt"
|
|
20581
|
+
}
|
|
20582
|
+
},
|
|
20583
|
+
{
|
|
20584
|
+
kind: "Field",
|
|
20585
|
+
name: {
|
|
20586
|
+
kind: "Name",
|
|
20587
|
+
value: "createdAt"
|
|
20588
|
+
}
|
|
20589
|
+
},
|
|
20590
|
+
{
|
|
20591
|
+
kind: "Field",
|
|
20592
|
+
name: {
|
|
20593
|
+
kind: "Name",
|
|
20594
|
+
value: "id"
|
|
20595
|
+
}
|
|
20596
|
+
}
|
|
20597
|
+
]
|
|
20598
|
+
}
|
|
20599
|
+
}]
|
|
20600
|
+
};
|
|
20601
|
+
const AgentSessionToPullRequestConnectionFragmentDoc = {
|
|
20602
|
+
kind: "Document",
|
|
20603
|
+
definitions: [{
|
|
20604
|
+
kind: "FragmentDefinition",
|
|
20605
|
+
name: {
|
|
20606
|
+
kind: "Name",
|
|
20607
|
+
value: "AgentSessionToPullRequestConnection"
|
|
20608
|
+
},
|
|
20609
|
+
typeCondition: {
|
|
20610
|
+
kind: "NamedType",
|
|
20611
|
+
name: {
|
|
20612
|
+
kind: "Name",
|
|
20613
|
+
value: "AgentSessionToPullRequestConnection"
|
|
20614
|
+
}
|
|
20615
|
+
},
|
|
20616
|
+
selectionSet: {
|
|
20617
|
+
kind: "SelectionSet",
|
|
20618
|
+
selections: [
|
|
20619
|
+
{
|
|
20620
|
+
kind: "Field",
|
|
20621
|
+
name: {
|
|
20622
|
+
kind: "Name",
|
|
20623
|
+
value: "__typename"
|
|
20624
|
+
}
|
|
20625
|
+
},
|
|
20626
|
+
{
|
|
20627
|
+
kind: "Field",
|
|
20628
|
+
name: {
|
|
20629
|
+
kind: "Name",
|
|
20630
|
+
value: "nodes"
|
|
20631
|
+
},
|
|
20632
|
+
selectionSet: {
|
|
20633
|
+
kind: "SelectionSet",
|
|
20634
|
+
selections: [{
|
|
20635
|
+
kind: "FragmentSpread",
|
|
20636
|
+
name: {
|
|
20637
|
+
kind: "Name",
|
|
20638
|
+
value: "AgentSessionToPullRequest"
|
|
20639
|
+
}
|
|
20640
|
+
}]
|
|
20641
|
+
}
|
|
20642
|
+
},
|
|
20643
|
+
{
|
|
20644
|
+
kind: "Field",
|
|
20645
|
+
name: {
|
|
20646
|
+
kind: "Name",
|
|
20647
|
+
value: "pageInfo"
|
|
20648
|
+
},
|
|
20649
|
+
selectionSet: {
|
|
20650
|
+
kind: "SelectionSet",
|
|
20651
|
+
selections: [{
|
|
20652
|
+
kind: "FragmentSpread",
|
|
20653
|
+
name: {
|
|
20654
|
+
kind: "Name",
|
|
20655
|
+
value: "PageInfo"
|
|
20656
|
+
}
|
|
20657
|
+
}]
|
|
20658
|
+
}
|
|
20659
|
+
}
|
|
20660
|
+
]
|
|
20661
|
+
}
|
|
20662
|
+
}]
|
|
20663
|
+
};
|
|
20383
20664
|
const SlackAsksTeamSettingsFragmentDoc = {
|
|
20384
20665
|
kind: "Document",
|
|
20385
20666
|
definitions: [{
|
|
@@ -20644,6 +20925,49 @@ const AsksChannelConnectPayloadFragmentDoc = {
|
|
|
20644
20925
|
}
|
|
20645
20926
|
}]
|
|
20646
20927
|
};
|
|
20928
|
+
const AsksWebFormsAuthResponseFragmentDoc = {
|
|
20929
|
+
kind: "Document",
|
|
20930
|
+
definitions: [{
|
|
20931
|
+
kind: "FragmentDefinition",
|
|
20932
|
+
name: {
|
|
20933
|
+
kind: "Name",
|
|
20934
|
+
value: "AsksWebFormsAuthResponse"
|
|
20935
|
+
},
|
|
20936
|
+
typeCondition: {
|
|
20937
|
+
kind: "NamedType",
|
|
20938
|
+
name: {
|
|
20939
|
+
kind: "Name",
|
|
20940
|
+
value: "AsksWebFormsAuthResponse"
|
|
20941
|
+
}
|
|
20942
|
+
},
|
|
20943
|
+
selectionSet: {
|
|
20944
|
+
kind: "SelectionSet",
|
|
20945
|
+
selections: [
|
|
20946
|
+
{
|
|
20947
|
+
kind: "Field",
|
|
20948
|
+
name: {
|
|
20949
|
+
kind: "Name",
|
|
20950
|
+
value: "__typename"
|
|
20951
|
+
}
|
|
20952
|
+
},
|
|
20953
|
+
{
|
|
20954
|
+
kind: "Field",
|
|
20955
|
+
name: {
|
|
20956
|
+
kind: "Name",
|
|
20957
|
+
value: "name"
|
|
20958
|
+
}
|
|
20959
|
+
},
|
|
20960
|
+
{
|
|
20961
|
+
kind: "Field",
|
|
20962
|
+
name: {
|
|
20963
|
+
kind: "Name",
|
|
20964
|
+
value: "email"
|
|
20965
|
+
}
|
|
20966
|
+
}
|
|
20967
|
+
]
|
|
20968
|
+
}
|
|
20969
|
+
}]
|
|
20970
|
+
};
|
|
20647
20971
|
const AttachmentFragmentDoc = {
|
|
20648
20972
|
kind: "Document",
|
|
20649
20973
|
definitions: [{
|
|
@@ -23032,6 +23356,13 @@ const ViewPreferencesValuesFragmentDoc = {
|
|
|
23032
23356
|
value: "viewOrdering"
|
|
23033
23357
|
}
|
|
23034
23358
|
},
|
|
23359
|
+
{
|
|
23360
|
+
kind: "Field",
|
|
23361
|
+
name: {
|
|
23362
|
+
kind: "Name",
|
|
23363
|
+
value: "issueSubGrouping"
|
|
23364
|
+
}
|
|
23365
|
+
},
|
|
23035
23366
|
{
|
|
23036
23367
|
kind: "Field",
|
|
23037
23368
|
name: {
|
|
@@ -95960,6 +96291,71 @@ const AirbyteIntegrationConnectDocument = {
|
|
|
95960
96291
|
}
|
|
95961
96292
|
}, ...IntegrationPayloadFragmentDoc.definitions]
|
|
95962
96293
|
};
|
|
96294
|
+
const AsksWebFormsAuthDocument = {
|
|
96295
|
+
kind: "Document",
|
|
96296
|
+
definitions: [{
|
|
96297
|
+
kind: "OperationDefinition",
|
|
96298
|
+
operation: "mutation",
|
|
96299
|
+
name: {
|
|
96300
|
+
kind: "Name",
|
|
96301
|
+
value: "asksWebFormsAuth"
|
|
96302
|
+
},
|
|
96303
|
+
variableDefinitions: [{
|
|
96304
|
+
kind: "VariableDefinition",
|
|
96305
|
+
variable: {
|
|
96306
|
+
kind: "Variable",
|
|
96307
|
+
name: {
|
|
96308
|
+
kind: "Name",
|
|
96309
|
+
value: "token"
|
|
96310
|
+
}
|
|
96311
|
+
},
|
|
96312
|
+
type: {
|
|
96313
|
+
kind: "NonNullType",
|
|
96314
|
+
type: {
|
|
96315
|
+
kind: "NamedType",
|
|
96316
|
+
name: {
|
|
96317
|
+
kind: "Name",
|
|
96318
|
+
value: "String"
|
|
96319
|
+
}
|
|
96320
|
+
}
|
|
96321
|
+
}
|
|
96322
|
+
}],
|
|
96323
|
+
selectionSet: {
|
|
96324
|
+
kind: "SelectionSet",
|
|
96325
|
+
selections: [{
|
|
96326
|
+
kind: "Field",
|
|
96327
|
+
name: {
|
|
96328
|
+
kind: "Name",
|
|
96329
|
+
value: "asksWebFormsAuth"
|
|
96330
|
+
},
|
|
96331
|
+
arguments: [{
|
|
96332
|
+
kind: "Argument",
|
|
96333
|
+
name: {
|
|
96334
|
+
kind: "Name",
|
|
96335
|
+
value: "token"
|
|
96336
|
+
},
|
|
96337
|
+
value: {
|
|
96338
|
+
kind: "Variable",
|
|
96339
|
+
name: {
|
|
96340
|
+
kind: "Name",
|
|
96341
|
+
value: "token"
|
|
96342
|
+
}
|
|
96343
|
+
}
|
|
96344
|
+
}],
|
|
96345
|
+
selectionSet: {
|
|
96346
|
+
kind: "SelectionSet",
|
|
96347
|
+
selections: [{
|
|
96348
|
+
kind: "FragmentSpread",
|
|
96349
|
+
name: {
|
|
96350
|
+
kind: "Name",
|
|
96351
|
+
value: "AsksWebFormsAuthResponse"
|
|
96352
|
+
}
|
|
96353
|
+
}]
|
|
96354
|
+
}
|
|
96355
|
+
}]
|
|
96356
|
+
}
|
|
96357
|
+
}, ...AsksWebFormsAuthResponseFragmentDoc.definitions]
|
|
96358
|
+
};
|
|
95963
96359
|
const CreateAttachmentDocument = {
|
|
95964
96360
|
kind: "Document",
|
|
95965
96361
|
definitions: [{
|
|
@@ -121732,6 +122128,7 @@ var AgentSession = class extends Request {
|
|
|
121732
122128
|
this.dismissedAt = parseDate(data.dismissedAt) ?? void 0;
|
|
121733
122129
|
this.endedAt = parseDate(data.endedAt) ?? void 0;
|
|
121734
122130
|
this.externalLink = data.externalLink ?? void 0;
|
|
122131
|
+
this.externalUrls = parseJson(data.externalUrls) ?? {};
|
|
121735
122132
|
this.id = data.id;
|
|
121736
122133
|
this.plan = parseJson(data.plan) ?? void 0;
|
|
121737
122134
|
this.sourceMetadata = parseJson(data.sourceMetadata) ?? void 0;
|
|
@@ -121757,6 +122154,8 @@ var AgentSession = class extends Request {
|
|
|
121757
122154
|
endedAt;
|
|
121758
122155
|
/** The URL of an external agent-hosted page associated with this session. */
|
|
121759
122156
|
externalLink;
|
|
122157
|
+
/** URLs of external resources associated with this session. */
|
|
122158
|
+
externalUrls;
|
|
121760
122159
|
/** The unique identifier of the entity. */
|
|
121761
122160
|
id;
|
|
121762
122161
|
/** A dynamically updated list of the agent's execution strategy. */
|
|
@@ -121857,7 +122256,10 @@ var AgentSessionEventWebhookPayload = class {
|
|
|
121857
122256
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
121858
122257
|
this.oauthClientId = data.oauthClientId;
|
|
121859
122258
|
this.organizationId = data.organizationId;
|
|
122259
|
+
this.promptContext = data.promptContext ?? void 0;
|
|
121860
122260
|
this.type = data.type;
|
|
122261
|
+
this.webhookId = data.webhookId;
|
|
122262
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
121861
122263
|
this.agentActivity = data.agentActivity ? new AgentActivityWebhookPayload(data.agentActivity) : void 0;
|
|
121862
122264
|
this.agentSession = new AgentSessionWebhookPayload(data.agentSession);
|
|
121863
122265
|
this.guidance = data.guidance ? data.guidance.map((node) => new GuidanceRuleWebhookPayload(node)) : void 0;
|
|
@@ -121873,8 +122275,14 @@ var AgentSessionEventWebhookPayload = class {
|
|
|
121873
122275
|
oauthClientId;
|
|
121874
122276
|
/** ID of the organization for which the webhook belongs to. */
|
|
121875
122277
|
organizationId;
|
|
122278
|
+
/** A formatted prompt string containing the relevant context for the agent session, including issue details, comments, and guidance. Present only for `created` events. */
|
|
122279
|
+
promptContext;
|
|
121876
122280
|
/** The type of resource. */
|
|
121877
122281
|
type;
|
|
122282
|
+
/** The ID of the webhook that sent this event. */
|
|
122283
|
+
webhookId;
|
|
122284
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
122285
|
+
webhookTimestamp;
|
|
121878
122286
|
/** Guidance to inform the agent's behavior, which comes from configuration at the level of the workspace, parent teams, and/or current team for this session. The nearest team-specific guidance should take highest precendence. */
|
|
121879
122287
|
guidance;
|
|
121880
122288
|
/** The previous comments in the thread before this agent was mentioned and the session was initiated, if any. Present only for `created` events where the session was initiated by mentioning the agent in a child comment of a thread. */
|
|
@@ -121912,6 +122320,54 @@ var AgentSessionPayload = class extends Request {
|
|
|
121912
122320
|
}
|
|
121913
122321
|
};
|
|
121914
122322
|
/**
|
|
122323
|
+
* Join table between agent sessions and pull requests.
|
|
122324
|
+
*
|
|
122325
|
+
* @param request - function to call the graphql client
|
|
122326
|
+
* @param data - L.AgentSessionToPullRequestFragment response data
|
|
122327
|
+
*/
|
|
122328
|
+
var AgentSessionToPullRequest = class extends Request {
|
|
122329
|
+
_agentSession;
|
|
122330
|
+
constructor(request, data) {
|
|
122331
|
+
super(request);
|
|
122332
|
+
this.archivedAt = parseDate(data.archivedAt) ?? void 0;
|
|
122333
|
+
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
122334
|
+
this.id = data.id;
|
|
122335
|
+
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
122336
|
+
this._agentSession = data.agentSession;
|
|
122337
|
+
}
|
|
122338
|
+
/** The time at which the entity was archived. Null if the entity has not been archived. */
|
|
122339
|
+
archivedAt;
|
|
122340
|
+
/** The time at which the entity was created. */
|
|
122341
|
+
createdAt;
|
|
122342
|
+
/** The unique identifier of the entity. */
|
|
122343
|
+
id;
|
|
122344
|
+
/**
|
|
122345
|
+
* The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
|
|
122346
|
+
* been updated after creation.
|
|
122347
|
+
*/
|
|
122348
|
+
updatedAt;
|
|
122349
|
+
/** The agent session that the pull request is associated with. */
|
|
122350
|
+
get agentSession() {
|
|
122351
|
+
return new AgentSessionQuery(this._request).fetch(this._agentSession.id);
|
|
122352
|
+
}
|
|
122353
|
+
/** The ID of agent session that the pull request is associated with. */
|
|
122354
|
+
get agentSessionId() {
|
|
122355
|
+
return this._agentSession?.id;
|
|
122356
|
+
}
|
|
122357
|
+
};
|
|
122358
|
+
/**
|
|
122359
|
+
* AgentSessionToPullRequestConnection model
|
|
122360
|
+
*
|
|
122361
|
+
* @param request - function to call the graphql client
|
|
122362
|
+
* @param fetch - function to trigger a refetch of this AgentSessionToPullRequestConnection model
|
|
122363
|
+
* @param data - AgentSessionToPullRequestConnection response data
|
|
122364
|
+
*/
|
|
122365
|
+
var AgentSessionToPullRequestConnection = class extends Connection {
|
|
122366
|
+
constructor(request, fetch$1, data) {
|
|
122367
|
+
super(request, fetch$1, data.nodes.map((node) => new AgentSessionToPullRequest(request, node)), new PageInfo(request, data.pageInfo));
|
|
122368
|
+
}
|
|
122369
|
+
};
|
|
122370
|
+
/**
|
|
121915
122371
|
* Payload for an agent session webhook.
|
|
121916
122372
|
*
|
|
121917
122373
|
* @param data - L.AgentSessionWebhookPayloadFragment response data
|
|
@@ -122026,6 +122482,8 @@ var AppUserNotificationWebhookPayload = class {
|
|
|
122026
122482
|
this.oauthClientId = data.oauthClientId;
|
|
122027
122483
|
this.organizationId = data.organizationId;
|
|
122028
122484
|
this.type = data.type;
|
|
122485
|
+
this.webhookId = data.webhookId;
|
|
122486
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
122029
122487
|
}
|
|
122030
122488
|
/** The type of action that triggered the webhook. */
|
|
122031
122489
|
action;
|
|
@@ -122039,6 +122497,10 @@ var AppUserNotificationWebhookPayload = class {
|
|
|
122039
122497
|
organizationId;
|
|
122040
122498
|
/** The type of resource. */
|
|
122041
122499
|
type;
|
|
122500
|
+
/** The ID of the webhook that sent this event. */
|
|
122501
|
+
webhookId;
|
|
122502
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
122503
|
+
webhookTimestamp;
|
|
122042
122504
|
};
|
|
122043
122505
|
/**
|
|
122044
122506
|
* Payload for app user team access change webhook events.
|
|
@@ -122056,6 +122518,8 @@ var AppUserTeamAccessChangedWebhookPayload = class {
|
|
|
122056
122518
|
this.organizationId = data.organizationId;
|
|
122057
122519
|
this.removedTeamIds = data.removedTeamIds;
|
|
122058
122520
|
this.type = data.type;
|
|
122521
|
+
this.webhookId = data.webhookId;
|
|
122522
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
122059
122523
|
}
|
|
122060
122524
|
/** The type of action that triggered the webhook. */
|
|
122061
122525
|
action;
|
|
@@ -122075,6 +122539,10 @@ var AppUserTeamAccessChangedWebhookPayload = class {
|
|
|
122075
122539
|
removedTeamIds;
|
|
122076
122540
|
/** The type of resource. */
|
|
122077
122541
|
type;
|
|
122542
|
+
/** The ID of the webhook that sent this event. */
|
|
122543
|
+
webhookId;
|
|
122544
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
122545
|
+
webhookTimestamp;
|
|
122078
122546
|
};
|
|
122079
122547
|
/**
|
|
122080
122548
|
* Public information of the OAuth application.
|
|
@@ -122182,6 +122650,23 @@ var AsksChannelConnectPayload = class extends Request {
|
|
|
122182
122650
|
}
|
|
122183
122651
|
};
|
|
122184
122652
|
/**
|
|
122653
|
+
* AsksWebFormsAuthResponse model
|
|
122654
|
+
*
|
|
122655
|
+
* @param request - function to call the graphql client
|
|
122656
|
+
* @param data - L.AsksWebFormsAuthResponseFragment response data
|
|
122657
|
+
*/
|
|
122658
|
+
var AsksWebFormsAuthResponse = class extends Request {
|
|
122659
|
+
constructor(request, data) {
|
|
122660
|
+
super(request);
|
|
122661
|
+
this.email = data.email;
|
|
122662
|
+
this.name = data.name;
|
|
122663
|
+
}
|
|
122664
|
+
/** User email. */
|
|
122665
|
+
email;
|
|
122666
|
+
/** User display name. */
|
|
122667
|
+
name;
|
|
122668
|
+
};
|
|
122669
|
+
/**
|
|
122185
122670
|
* Issue attachment (e.g. support ticket, pull request).
|
|
122186
122671
|
*
|
|
122187
122672
|
* @param request - function to call the graphql client
|
|
@@ -122773,11 +123258,17 @@ var BaseWebhookPayload = class {
|
|
|
122773
123258
|
constructor(data) {
|
|
122774
123259
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
122775
123260
|
this.organizationId = data.organizationId;
|
|
123261
|
+
this.webhookId = data.webhookId;
|
|
123262
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
122776
123263
|
}
|
|
122777
123264
|
/** The time the payload was created. */
|
|
122778
123265
|
createdAt;
|
|
122779
123266
|
/** ID of the organization for which the webhook belongs to. */
|
|
122780
123267
|
organizationId;
|
|
123268
|
+
/** The ID of the webhook that sent this event. */
|
|
123269
|
+
webhookId;
|
|
123270
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
123271
|
+
webhookTimestamp;
|
|
122781
123272
|
};
|
|
122782
123273
|
/**
|
|
122783
123274
|
* A comment associated with an issue.
|
|
@@ -123162,6 +123653,8 @@ var CustomResourceWebhookPayload = class {
|
|
|
123162
123653
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
123163
123654
|
this.organizationId = data.organizationId;
|
|
123164
123655
|
this.type = data.type;
|
|
123656
|
+
this.webhookId = data.webhookId;
|
|
123657
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
123165
123658
|
}
|
|
123166
123659
|
/** The type of action that triggered the webhook. */
|
|
123167
123660
|
action;
|
|
@@ -123171,6 +123664,10 @@ var CustomResourceWebhookPayload = class {
|
|
|
123171
123664
|
organizationId;
|
|
123172
123665
|
/** The type of resource. */
|
|
123173
123666
|
type;
|
|
123667
|
+
/** The ID of the webhook that sent this event. */
|
|
123668
|
+
webhookId;
|
|
123669
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
123670
|
+
webhookTimestamp;
|
|
123174
123671
|
};
|
|
123175
123672
|
/**
|
|
123176
123673
|
* A custom view that has been saved by a user.
|
|
@@ -126277,6 +126774,8 @@ var EntityWebhookPayload = class {
|
|
|
126277
126774
|
this.type = data.type;
|
|
126278
126775
|
this.updatedFrom = data.updatedFrom ?? void 0;
|
|
126279
126776
|
this.url = data.url ?? void 0;
|
|
126777
|
+
this.webhookId = data.webhookId;
|
|
126778
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
126280
126779
|
}
|
|
126281
126780
|
/** The type of action that triggered the webhook. */
|
|
126282
126781
|
action;
|
|
@@ -126290,6 +126789,10 @@ var EntityWebhookPayload = class {
|
|
|
126290
126789
|
updatedFrom;
|
|
126291
126790
|
/** URL for the entity. */
|
|
126292
126791
|
url;
|
|
126792
|
+
/** The ID of the webhook that sent this event. */
|
|
126793
|
+
webhookId;
|
|
126794
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
126795
|
+
webhookTimestamp;
|
|
126293
126796
|
};
|
|
126294
126797
|
/**
|
|
126295
126798
|
* Information about an external entity.
|
|
@@ -130859,6 +131362,8 @@ var IssueSlaWebhookPayload = class {
|
|
|
130859
131362
|
this.organizationId = data.organizationId;
|
|
130860
131363
|
this.type = data.type;
|
|
130861
131364
|
this.url = data.url ?? void 0;
|
|
131365
|
+
this.webhookId = data.webhookId;
|
|
131366
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
130862
131367
|
this.issueData = new IssueWebhookPayload(data.issueData);
|
|
130863
131368
|
}
|
|
130864
131369
|
/** The type of action that triggered the webhook. */
|
|
@@ -130871,6 +131376,10 @@ var IssueSlaWebhookPayload = class {
|
|
|
130871
131376
|
type;
|
|
130872
131377
|
/** URL for the issue. */
|
|
130873
131378
|
url;
|
|
131379
|
+
/** The ID of the webhook that sent this event. */
|
|
131380
|
+
webhookId;
|
|
131381
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
131382
|
+
webhookTimestamp;
|
|
130874
131383
|
/** The issue that the SLA event is about. */
|
|
130875
131384
|
issueData;
|
|
130876
131385
|
};
|
|
@@ -132045,6 +132554,8 @@ var OAuthAppWebhookPayload = class {
|
|
|
132045
132554
|
this.oauthClientId = data.oauthClientId;
|
|
132046
132555
|
this.organizationId = data.organizationId;
|
|
132047
132556
|
this.type = data.type;
|
|
132557
|
+
this.webhookId = data.webhookId;
|
|
132558
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
132048
132559
|
}
|
|
132049
132560
|
/** The type of action that triggered the webhook. */
|
|
132050
132561
|
action;
|
|
@@ -132056,6 +132567,10 @@ var OAuthAppWebhookPayload = class {
|
|
|
132056
132567
|
organizationId;
|
|
132057
132568
|
/** The type of resource. */
|
|
132058
132569
|
type;
|
|
132570
|
+
/** The ID of the webhook that sent this event. */
|
|
132571
|
+
webhookId;
|
|
132572
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
132573
|
+
webhookTimestamp;
|
|
132059
132574
|
};
|
|
132060
132575
|
/**
|
|
132061
132576
|
* Payload for OAuth authorization webhook events.
|
|
@@ -132071,6 +132586,8 @@ var OAuthAuthorizationWebhookPayload = class {
|
|
|
132071
132586
|
this.organizationId = data.organizationId;
|
|
132072
132587
|
this.type = data.type;
|
|
132073
132588
|
this.userId = data.userId;
|
|
132589
|
+
this.webhookId = data.webhookId;
|
|
132590
|
+
this.webhookTimestamp = data.webhookTimestamp;
|
|
132074
132591
|
this.oauthClient = new OauthClientChildWebhookPayload(data.oauthClient);
|
|
132075
132592
|
this.user = new UserChildWebhookPayload(data.user);
|
|
132076
132593
|
}
|
|
@@ -132088,6 +132605,10 @@ var OAuthAuthorizationWebhookPayload = class {
|
|
|
132088
132605
|
type;
|
|
132089
132606
|
/** ID of the user that the authorization belongs to. */
|
|
132090
132607
|
userId;
|
|
132608
|
+
/** The ID of the webhook that sent this event. */
|
|
132609
|
+
webhookId;
|
|
132610
|
+
/** Unix timestamp in milliseconds when the webhook was sent. */
|
|
132611
|
+
webhookTimestamp;
|
|
132091
132612
|
/** Details of the OAuth client the authorization belongs to. */
|
|
132092
132613
|
oauthClient;
|
|
132093
132614
|
/** Details of the user that the authorization belongs to. */
|
|
@@ -138205,11 +138726,14 @@ var ViewPreferencesValues = class extends Request {
|
|
|
138205
138726
|
constructor(request, data) {
|
|
138206
138727
|
super(request);
|
|
138207
138728
|
this.issueGrouping = data.issueGrouping ?? void 0;
|
|
138729
|
+
this.issueSubGrouping = data.issueSubGrouping ?? void 0;
|
|
138208
138730
|
this.showCompletedIssues = data.showCompletedIssues ?? void 0;
|
|
138209
138731
|
this.viewOrdering = data.viewOrdering ?? void 0;
|
|
138210
138732
|
}
|
|
138211
138733
|
/** The issue grouping. */
|
|
138212
138734
|
issueGrouping;
|
|
138735
|
+
/** The issue sub grouping. */
|
|
138736
|
+
issueSubGrouping;
|
|
138213
138737
|
/** Whether to show completed issues. */
|
|
138214
138738
|
showCompletedIssues;
|
|
138215
138739
|
/** The issue ordering. */
|
|
@@ -141289,6 +141813,26 @@ var AirbyteIntegrationConnectMutation = class extends Request {
|
|
|
141289
141813
|
}
|
|
141290
141814
|
};
|
|
141291
141815
|
/**
|
|
141816
|
+
* A fetchable AsksWebFormsAuth Mutation
|
|
141817
|
+
*
|
|
141818
|
+
* @param request - function to call the graphql client
|
|
141819
|
+
*/
|
|
141820
|
+
var AsksWebFormsAuthMutation = class extends Request {
|
|
141821
|
+
constructor(request) {
|
|
141822
|
+
super(request);
|
|
141823
|
+
}
|
|
141824
|
+
/**
|
|
141825
|
+
* Call the AsksWebFormsAuth mutation and return a AsksWebFormsAuthResponse
|
|
141826
|
+
*
|
|
141827
|
+
* @param token - required token to pass to asksWebFormsAuth
|
|
141828
|
+
* @returns parsed response from AsksWebFormsAuthMutation
|
|
141829
|
+
*/
|
|
141830
|
+
async fetch(token) {
|
|
141831
|
+
const data = (await this._request(AsksWebFormsAuthDocument, { token })).asksWebFormsAuth;
|
|
141832
|
+
return new AsksWebFormsAuthResponse(this._request, data);
|
|
141833
|
+
}
|
|
141834
|
+
};
|
|
141835
|
+
/**
|
|
141292
141836
|
* A fetchable CreateAttachment Mutation
|
|
141293
141837
|
*
|
|
141294
141838
|
* @param request - function to call the graphql client
|
|
@@ -153114,6 +153658,15 @@ var LinearSdk = class extends Request {
|
|
|
153114
153658
|
return new AirbyteIntegrationConnectMutation(this._request).fetch(input);
|
|
153115
153659
|
}
|
|
153116
153660
|
/**
|
|
153661
|
+
* Authenticate a user to the Asks web forms app.
|
|
153662
|
+
*
|
|
153663
|
+
* @param token - required token to pass to asksWebFormsAuth
|
|
153664
|
+
* @returns AsksWebFormsAuthResponse
|
|
153665
|
+
*/
|
|
153666
|
+
asksWebFormsAuth(token) {
|
|
153667
|
+
return new AsksWebFormsAuthMutation(this._request).fetch(token);
|
|
153668
|
+
}
|
|
153669
|
+
/**
|
|
153117
153670
|
* Creates a new attachment, or updates existing if the same `url` and `issueId` is used.
|
|
153118
153671
|
*
|
|
153119
153672
|
* @param input - required input to pass to createAttachment
|
|
@@ -155809,5 +156362,5 @@ var LinearClient = class extends LinearSdk {
|
|
|
155809
156362
|
const LinearWebhooks = LinearWebhookClient;
|
|
155810
156363
|
|
|
155811
156364
|
//#endregion
|
|
155812
|
-
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, 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, 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, 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, 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, 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, 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_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, 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, 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, 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, UserRoleType, 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, WebhooksQuery, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, parseLinearError };
|
|
156365
|
+
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, AsksWebFormsAuthMutation, AsksWebFormsAuthResponse, 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, 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, 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, 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, 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_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, 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, 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, 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, UserRoleType, 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, WebhooksQuery, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, parseLinearError };
|
|
155813
156366
|
//# sourceMappingURL=index.mjs.map
|