@linear/sdk 80.0.0 → 81.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.mjs CHANGED
@@ -1519,6 +1519,9 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1519
1519
  AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc,
1520
1520
  AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc,
1521
1521
  AiConversationInvokeMcpToolToolCallFragmentDoc: () => AiConversationInvokeMcpToolToolCallFragmentDoc,
1522
+ AiConversationNavigateToPageToolCallArgsFragmentDoc: () => AiConversationNavigateToPageToolCallArgsFragmentDoc,
1523
+ AiConversationNavigateToPageToolCallFragmentDoc: () => AiConversationNavigateToPageToolCallFragmentDoc,
1524
+ AiConversationNavigateToPageToolCallResultFragmentDoc: () => AiConversationNavigateToPageToolCallResultFragmentDoc,
1522
1525
  AiConversationPartMetadataFragmentDoc: () => AiConversationPartMetadataFragmentDoc,
1523
1526
  AiConversationPartPhase: () => AiConversationPartPhase,
1524
1527
  AiConversationPartType: () => AiConversationPartType,
@@ -1982,6 +1985,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1982
1985
  IntegrationIntercomDocument: () => IntegrationIntercomDocument,
1983
1986
  IntegrationJiraPersonalDocument: () => IntegrationJiraPersonalDocument,
1984
1987
  IntegrationLoomDocument: () => IntegrationLoomDocument,
1988
+ IntegrationMicrosoftPersonalConnectDocument: () => IntegrationMicrosoftPersonalConnectDocument,
1989
+ IntegrationMicrosoftTeamsDocument: () => IntegrationMicrosoftTeamsDocument,
1985
1990
  IntegrationPayloadFragmentDoc: () => IntegrationPayloadFragmentDoc,
1986
1991
  IntegrationRequestDocument: () => IntegrationRequestDocument,
1987
1992
  IntegrationRequestPayloadFragmentDoc: () => IntegrationRequestPayloadFragmentDoc,
@@ -2322,11 +2327,14 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2322
2327
  ReleaseChannel: () => ReleaseChannel,
2323
2328
  ReleasePayloadFragmentDoc: () => ReleasePayloadFragmentDoc,
2324
2329
  ReleasePipelineArchivePayloadFragmentDoc: () => ReleasePipelineArchivePayloadFragmentDoc,
2330
+ ReleasePipelineChildWebhookPayloadFragmentDoc: () => ReleasePipelineChildWebhookPayloadFragmentDoc,
2325
2331
  ReleasePipelinePayloadFragmentDoc: () => ReleasePipelinePayloadFragmentDoc,
2326
2332
  ReleasePipelineType: () => ReleasePipelineType,
2327
2333
  ReleaseStageArchivePayloadFragmentDoc: () => ReleaseStageArchivePayloadFragmentDoc,
2334
+ ReleaseStageChildWebhookPayloadFragmentDoc: () => ReleaseStageChildWebhookPayloadFragmentDoc,
2328
2335
  ReleaseStagePayloadFragmentDoc: () => ReleaseStagePayloadFragmentDoc,
2329
2336
  ReleaseStageType: () => ReleaseStageType,
2337
+ ReleaseWebhookPayloadFragmentDoc: () => ReleaseWebhookPayloadFragmentDoc,
2330
2338
  RepositorySuggestionFragmentDoc: () => RepositorySuggestionFragmentDoc,
2331
2339
  RepositorySuggestionsPayloadFragmentDoc: () => RepositorySuggestionsPayloadFragmentDoc,
2332
2340
  ResendOrganizationInviteByEmailDocument: () => ResendOrganizationInviteByEmailDocument,
@@ -2732,6 +2740,7 @@ let AiConversationTool = /* @__PURE__ */ function(AiConversationTool$1) {
2732
2740
  AiConversationTool$1["GetPullRequestFile"] = "GetPullRequestFile";
2733
2741
  AiConversationTool$1["GetSlackConversationHistory"] = "GetSlackConversationHistory";
2734
2742
  AiConversationTool$1["InvokeMcpTool"] = "InvokeMcpTool";
2743
+ AiConversationTool$1["NavigateToPage"] = "NavigateToPage";
2735
2744
  AiConversationTool$1["QueryActivity"] = "QueryActivity";
2736
2745
  AiConversationTool$1["QueryUpdates"] = "QueryUpdates";
2737
2746
  AiConversationTool$1["QueryView"] = "QueryView";
@@ -3525,10 +3534,12 @@ let WorkflowTrigger = /* @__PURE__ */ function(WorkflowTrigger$1) {
3525
3534
  let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
3526
3535
  WorkflowTriggerType$1["Issue"] = "issue";
3527
3536
  WorkflowTriggerType$1["Project"] = "project";
3537
+ WorkflowTriggerType$1["Release"] = "release";
3528
3538
  return WorkflowTriggerType$1;
3529
3539
  }({});
3530
3540
  let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
3531
3541
  WorkflowType$1["Automation"] = "automation";
3542
+ WorkflowType$1["Release"] = "release";
3532
3543
  WorkflowType$1["Sla"] = "sla";
3533
3544
  WorkflowType$1["Triage"] = "triage";
3534
3545
  WorkflowType$1["TriageAutomation"] = "triageAutomation";
@@ -3951,6 +3962,54 @@ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
3951
3962
  inactiveLabel
3952
3963
  result
3953
3964
  }`, { fragmentName: "AiConversationInvokeMcpToolToolCall" });
3965
+ const AiConversationNavigateToPageToolCallArgsFragmentDoc = new TypedDocumentString(`
3966
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
3967
+ __typename
3968
+ entityType
3969
+ identifier
3970
+ }
3971
+ `, { fragmentName: "AiConversationNavigateToPageToolCallArgs" });
3972
+ const AiConversationNavigateToPageToolCallResultFragmentDoc = new TypedDocumentString(`
3973
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
3974
+ __typename
3975
+ newTab
3976
+ url
3977
+ }
3978
+ `, { fragmentName: "AiConversationNavigateToPageToolCallResult" });
3979
+ const AiConversationNavigateToPageToolCallFragmentDoc = new TypedDocumentString(`
3980
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
3981
+ __typename
3982
+ rawArgs
3983
+ args {
3984
+ ...AiConversationNavigateToPageToolCallArgs
3985
+ }
3986
+ name
3987
+ rawResult
3988
+ result {
3989
+ ...AiConversationNavigateToPageToolCallResult
3990
+ }
3991
+ displayInfo {
3992
+ ...AiConversationToolDisplayInfo
3993
+ }
3994
+ }
3995
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
3996
+ __typename
3997
+ entityType
3998
+ identifier
3999
+ }
4000
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
4001
+ __typename
4002
+ newTab
4003
+ url
4004
+ }
4005
+ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
4006
+ __typename
4007
+ activeLabel
4008
+ detail
4009
+ icon
4010
+ inactiveLabel
4011
+ result
4012
+ }`, { fragmentName: "AiConversationNavigateToPageToolCall" });
3954
4013
  const AiConversationQueryActivityToolCallArgsFragmentDoc = new TypedDocumentString(`
3955
4014
  fragment AiConversationQueryActivityToolCallArgs on AiConversationQueryActivityToolCallArgs {
3956
4015
  __typename
@@ -4529,6 +4588,9 @@ const AiConversationToolCallPartFragmentDoc = new TypedDocumentString(`
4529
4588
  ... on AiConversationInvokeMcpToolToolCall {
4530
4589
  ...AiConversationInvokeMcpToolToolCall
4531
4590
  }
4591
+ ... on AiConversationNavigateToPageToolCall {
4592
+ ...AiConversationNavigateToPageToolCall
4593
+ }
4532
4594
  ... on AiConversationQueryActivityToolCall {
4533
4595
  ...AiConversationQueryActivityToolCall
4534
4596
  }
@@ -4718,6 +4780,31 @@ fragment AiConversationInvokeMcpToolToolCallArgsTool on AiConversationInvokeMcpT
4718
4780
  name
4719
4781
  title
4720
4782
  }
4783
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
4784
+ __typename
4785
+ rawArgs
4786
+ args {
4787
+ ...AiConversationNavigateToPageToolCallArgs
4788
+ }
4789
+ name
4790
+ rawResult
4791
+ result {
4792
+ ...AiConversationNavigateToPageToolCallResult
4793
+ }
4794
+ displayInfo {
4795
+ ...AiConversationToolDisplayInfo
4796
+ }
4797
+ }
4798
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
4799
+ __typename
4800
+ entityType
4801
+ identifier
4802
+ }
4803
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
4804
+ __typename
4805
+ newTab
4806
+ url
4807
+ }
4721
4808
  fragment AiConversationQueryActivityToolCall on AiConversationQueryActivityToolCall {
4722
4809
  __typename
4723
4810
  rawArgs
@@ -5217,6 +5304,9 @@ fragment AiConversationToolCallPart on AiConversationToolCallPart {
5217
5304
  ... on AiConversationInvokeMcpToolToolCall {
5218
5305
  ...AiConversationInvokeMcpToolToolCall
5219
5306
  }
5307
+ ... on AiConversationNavigateToPageToolCall {
5308
+ ...AiConversationNavigateToPageToolCall
5309
+ }
5220
5310
  ... on AiConversationQueryActivityToolCall {
5221
5311
  ...AiConversationQueryActivityToolCall
5222
5312
  }
@@ -5463,6 +5553,31 @@ fragment AiConversationInvokeMcpToolToolCallArgsTool on AiConversationInvokeMcpT
5463
5553
  name
5464
5554
  title
5465
5555
  }
5556
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
5557
+ __typename
5558
+ rawArgs
5559
+ args {
5560
+ ...AiConversationNavigateToPageToolCallArgs
5561
+ }
5562
+ name
5563
+ rawResult
5564
+ result {
5565
+ ...AiConversationNavigateToPageToolCallResult
5566
+ }
5567
+ displayInfo {
5568
+ ...AiConversationToolDisplayInfo
5569
+ }
5570
+ }
5571
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
5572
+ __typename
5573
+ entityType
5574
+ identifier
5575
+ }
5576
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
5577
+ __typename
5578
+ newTab
5579
+ url
5580
+ }
5466
5581
  fragment AiConversationQueryActivityToolCall on AiConversationQueryActivityToolCall {
5467
5582
  __typename
5468
5583
  rawArgs
@@ -9945,6 +10060,91 @@ fragment IssueChildWebhookPayload on IssueChildWebhookPayload {
9945
10060
  identifier
9946
10061
  title
9947
10062
  }`, { fragmentName: "ReactionWebhookPayload" });
10063
+ const ReleaseStageChildWebhookPayloadFragmentDoc = new TypedDocumentString(`
10064
+ fragment ReleaseStageChildWebhookPayload on ReleaseStageChildWebhookPayload {
10065
+ __typename
10066
+ id
10067
+ color
10068
+ name
10069
+ position
10070
+ type
10071
+ }
10072
+ `, { fragmentName: "ReleaseStageChildWebhookPayload" });
10073
+ const ReleasePipelineChildWebhookPayloadFragmentDoc = new TypedDocumentString(`
10074
+ fragment ReleasePipelineChildWebhookPayload on ReleasePipelineChildWebhookPayload {
10075
+ __typename
10076
+ id
10077
+ url
10078
+ name
10079
+ slugId
10080
+ type
10081
+ }
10082
+ `, { fragmentName: "ReleasePipelineChildWebhookPayload" });
10083
+ const ReleaseWebhookPayloadFragmentDoc = new TypedDocumentString(`
10084
+ fragment ReleaseWebhookPayload on ReleaseWebhookPayload {
10085
+ __typename
10086
+ stageId
10087
+ id
10088
+ pipelineId
10089
+ creatorId
10090
+ url
10091
+ commitSha
10092
+ stage {
10093
+ ...ReleaseStageChildWebhookPayload
10094
+ }
10095
+ targetDate
10096
+ startDate
10097
+ issues {
10098
+ ...IssueChildWebhookPayload
10099
+ }
10100
+ name
10101
+ pipeline {
10102
+ ...ReleasePipelineChildWebhookPayload
10103
+ }
10104
+ description
10105
+ slugId
10106
+ archivedAt
10107
+ createdAt
10108
+ updatedAt
10109
+ canceledAt
10110
+ completedAt
10111
+ startedAt
10112
+ version
10113
+ trashed
10114
+ }
10115
+ fragment ReleasePipelineChildWebhookPayload on ReleasePipelineChildWebhookPayload {
10116
+ __typename
10117
+ id
10118
+ url
10119
+ name
10120
+ slugId
10121
+ type
10122
+ }
10123
+ fragment ReleaseStageChildWebhookPayload on ReleaseStageChildWebhookPayload {
10124
+ __typename
10125
+ id
10126
+ color
10127
+ name
10128
+ position
10129
+ type
10130
+ }
10131
+ fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10132
+ __typename
10133
+ id
10134
+ key
10135
+ name
10136
+ }
10137
+ fragment IssueChildWebhookPayload on IssueChildWebhookPayload {
10138
+ __typename
10139
+ id
10140
+ team {
10141
+ ...TeamChildWebhookPayload
10142
+ }
10143
+ teamId
10144
+ url
10145
+ identifier
10146
+ title
10147
+ }`, { fragmentName: "ReleaseWebhookPayload" });
9948
10148
  const IssueStatusChangedNotificationWebhookPayloadFragmentDoc = new TypedDocumentString(`
9949
10149
  fragment IssueStatusChangedNotificationWebhookPayload on IssueStatusChangedNotificationWebhookPayload {
9950
10150
  __typename
@@ -12085,6 +12285,9 @@ const AiConversationBaseToolCallFragmentDoc = new TypedDocumentString(`
12085
12285
  ... on AiConversationInvokeMcpToolToolCall {
12086
12286
  ...AiConversationInvokeMcpToolToolCall
12087
12287
  }
12288
+ ... on AiConversationNavigateToPageToolCall {
12289
+ ...AiConversationNavigateToPageToolCall
12290
+ }
12088
12291
  ... on AiConversationQueryActivityToolCall {
12089
12292
  ...AiConversationQueryActivityToolCall
12090
12293
  }
@@ -12263,6 +12466,31 @@ fragment AiConversationInvokeMcpToolToolCallArgsTool on AiConversationInvokeMcpT
12263
12466
  name
12264
12467
  title
12265
12468
  }
12469
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
12470
+ __typename
12471
+ rawArgs
12472
+ args {
12473
+ ...AiConversationNavigateToPageToolCallArgs
12474
+ }
12475
+ name
12476
+ rawResult
12477
+ result {
12478
+ ...AiConversationNavigateToPageToolCallResult
12479
+ }
12480
+ displayInfo {
12481
+ ...AiConversationToolDisplayInfo
12482
+ }
12483
+ }
12484
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
12485
+ __typename
12486
+ entityType
12487
+ identifier
12488
+ }
12489
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
12490
+ __typename
12491
+ newTab
12492
+ url
12493
+ }
12266
12494
  fragment AiConversationQueryActivityToolCall on AiConversationQueryActivityToolCall {
12267
12495
  __typename
12268
12496
  rawArgs
@@ -16841,6 +17069,7 @@ const UserFragmentDoc = new TypedDocumentString(`
16841
17069
  displayName
16842
17070
  email
16843
17071
  name
17072
+ title
16844
17073
  url
16845
17074
  active
16846
17075
  guest
@@ -16888,6 +17117,7 @@ const IssueSharedAccessFragmentDoc = new TypedDocumentString(`
16888
17117
  displayName
16889
17118
  email
16890
17119
  name
17120
+ title
16891
17121
  url
16892
17122
  active
16893
17123
  guest
@@ -17008,6 +17238,7 @@ const IssueFragmentDoc = new TypedDocumentString(`
17008
17238
  state {
17009
17239
  id
17010
17240
  }
17241
+ inheritsSharedAccess
17011
17242
  }
17012
17243
  fragment ActorBot on ActorBot {
17013
17244
  __typename
@@ -17065,6 +17296,7 @@ fragment User on User {
17065
17296
  displayName
17066
17297
  email
17067
17298
  name
17299
+ title
17068
17300
  url
17069
17301
  active
17070
17302
  guest
@@ -17189,6 +17421,7 @@ fragment User on User {
17189
17421
  displayName
17190
17422
  email
17191
17423
  name
17424
+ title
17192
17425
  url
17193
17426
  active
17194
17427
  guest
@@ -17308,6 +17541,7 @@ fragment Issue on Issue {
17308
17541
  state {
17309
17542
  id
17310
17543
  }
17544
+ inheritsSharedAccess
17311
17545
  }
17312
17546
  fragment ExternalEntityInfo on ExternalEntityInfo {
17313
17547
  __typename
@@ -17420,6 +17654,7 @@ fragment User on User {
17420
17654
  displayName
17421
17655
  email
17422
17656
  name
17657
+ title
17423
17658
  url
17424
17659
  active
17425
17660
  guest
@@ -17539,6 +17774,7 @@ fragment Issue on Issue {
17539
17774
  state {
17540
17775
  id
17541
17776
  }
17777
+ inheritsSharedAccess
17542
17778
  }
17543
17779
  fragment ExternalEntityInfo on ExternalEntityInfo {
17544
17780
  __typename
@@ -17791,6 +18027,7 @@ fragment User on User {
17791
18027
  displayName
17792
18028
  email
17793
18029
  name
18030
+ title
17794
18031
  url
17795
18032
  active
17796
18033
  guest
@@ -18029,6 +18266,7 @@ fragment User on User {
18029
18266
  displayName
18030
18267
  email
18031
18268
  name
18269
+ title
18032
18270
  url
18033
18271
  active
18034
18272
  guest
@@ -18395,6 +18633,7 @@ const IssueSearchResultFragmentDoc = new TypedDocumentString(`
18395
18633
  state {
18396
18634
  id
18397
18635
  }
18636
+ inheritsSharedAccess
18398
18637
  }
18399
18638
  fragment ActorBot on ActorBot {
18400
18639
  __typename
@@ -18452,6 +18691,7 @@ fragment User on User {
18452
18691
  displayName
18453
18692
  email
18454
18693
  name
18694
+ title
18455
18695
  url
18456
18696
  active
18457
18697
  guest
@@ -18581,6 +18821,7 @@ fragment User on User {
18581
18821
  displayName
18582
18822
  email
18583
18823
  name
18824
+ title
18584
18825
  url
18585
18826
  active
18586
18827
  guest
@@ -18743,6 +18984,7 @@ fragment IssueSearchResult on IssueSearchResult {
18743
18984
  state {
18744
18985
  id
18745
18986
  }
18987
+ inheritsSharedAccess
18746
18988
  }
18747
18989
  fragment IssueSharedAccess on IssueSharedAccess {
18748
18990
  __typename
@@ -22337,6 +22579,12 @@ const SubscriptionFragmentDoc = new TypedDocumentString(`
22337
22579
  documentContentDraftUpdated {
22338
22580
  ...DocumentContentDraft
22339
22581
  }
22582
+ documentContentCreated {
22583
+ ...DocumentContent
22584
+ }
22585
+ documentContentUpdated {
22586
+ ...DocumentContent
22587
+ }
22340
22588
  documentArchived {
22341
22589
  id
22342
22590
  }
@@ -22989,6 +23237,7 @@ fragment User on User {
22989
23237
  displayName
22990
23238
  email
22991
23239
  name
23240
+ title
22992
23241
  url
22993
23242
  active
22994
23243
  guest
@@ -23902,6 +24151,7 @@ const UserConnectionFragmentDoc = new TypedDocumentString(`
23902
24151
  displayName
23903
24152
  email
23904
24153
  name
24154
+ title
23905
24155
  url
23906
24156
  active
23907
24157
  guest
@@ -24979,6 +25229,7 @@ fragment User on User {
24979
25229
  displayName
24980
25230
  email
24981
25231
  name
25232
+ title
24982
25233
  url
24983
25234
  active
24984
25235
  guest
@@ -25098,6 +25349,7 @@ fragment Issue on Issue {
25098
25349
  state {
25099
25350
  id
25100
25351
  }
25352
+ inheritsSharedAccess
25101
25353
  }
25102
25354
  fragment ExternalEntityInfo on ExternalEntityInfo {
25103
25355
  __typename
@@ -25292,6 +25544,7 @@ fragment User on User {
25292
25544
  displayName
25293
25545
  email
25294
25546
  name
25547
+ title
25295
25548
  url
25296
25549
  active
25297
25550
  guest
@@ -25411,6 +25664,7 @@ fragment Issue on Issue {
25411
25664
  state {
25412
25665
  id
25413
25666
  }
25667
+ inheritsSharedAccess
25414
25668
  }
25415
25669
  fragment ExternalEntityInfo on ExternalEntityInfo {
25416
25670
  __typename
@@ -26088,6 +26342,7 @@ fragment User on User {
26088
26342
  displayName
26089
26343
  email
26090
26344
  name
26345
+ title
26091
26346
  url
26092
26347
  active
26093
26348
  guest
@@ -26428,6 +26683,7 @@ const AttachmentIssue_SharedAccessDocument = new TypedDocumentString(`
26428
26683
  displayName
26429
26684
  email
26430
26685
  name
26686
+ title
26431
26687
  url
26432
26688
  active
26433
26689
  guest
@@ -26524,6 +26780,7 @@ const AttachmentIssue_SubscribersDocument = new TypedDocumentString(`
26524
26780
  displayName
26525
26781
  email
26526
26782
  name
26783
+ title
26527
26784
  url
26528
26785
  active
26529
26786
  guest
@@ -27335,6 +27592,7 @@ fragment User on User {
27335
27592
  displayName
27336
27593
  email
27337
27594
  name
27595
+ title
27338
27596
  url
27339
27597
  active
27340
27598
  guest
@@ -27454,6 +27712,7 @@ fragment Issue on Issue {
27454
27712
  state {
27455
27713
  id
27456
27714
  }
27715
+ inheritsSharedAccess
27457
27716
  }
27458
27717
  fragment ExternalEntityInfo on ExternalEntityInfo {
27459
27718
  __typename
@@ -28340,6 +28599,7 @@ fragment User on User {
28340
28599
  displayName
28341
28600
  email
28342
28601
  name
28602
+ title
28343
28603
  url
28344
28604
  active
28345
28605
  guest
@@ -28459,6 +28719,7 @@ fragment Issue on Issue {
28459
28719
  state {
28460
28720
  id
28461
28721
  }
28722
+ inheritsSharedAccess
28462
28723
  }
28463
28724
  fragment ExternalEntityInfo on ExternalEntityInfo {
28464
28725
  __typename
@@ -30745,6 +31006,7 @@ fragment User on User {
30745
31006
  displayName
30746
31007
  email
30747
31008
  name
31009
+ title
30748
31010
  url
30749
31011
  active
30750
31012
  guest
@@ -30864,6 +31126,7 @@ fragment Issue on Issue {
30864
31126
  state {
30865
31127
  id
30866
31128
  }
31129
+ inheritsSharedAccess
30867
31130
  }
30868
31131
  fragment ExternalEntityInfo on ExternalEntityInfo {
30869
31132
  __typename
@@ -30998,6 +31261,7 @@ fragment User on User {
30998
31261
  displayName
30999
31262
  email
31000
31263
  name
31264
+ title
31001
31265
  url
31002
31266
  active
31003
31267
  guest
@@ -31117,6 +31381,7 @@ fragment Issue on Issue {
31117
31381
  state {
31118
31382
  id
31119
31383
  }
31384
+ inheritsSharedAccess
31120
31385
  }
31121
31386
  fragment ExternalEntityInfo on ExternalEntityInfo {
31122
31387
  __typename
@@ -33718,6 +33983,7 @@ fragment User on User {
33718
33983
  displayName
33719
33984
  email
33720
33985
  name
33986
+ title
33721
33987
  url
33722
33988
  active
33723
33989
  guest
@@ -33837,6 +34103,7 @@ fragment Issue on Issue {
33837
34103
  state {
33838
34104
  id
33839
34105
  }
34106
+ inheritsSharedAccess
33840
34107
  }
33841
34108
  fragment ExternalEntityInfo on ExternalEntityInfo {
33842
34109
  __typename
@@ -34031,6 +34298,7 @@ fragment User on User {
34031
34298
  displayName
34032
34299
  email
34033
34300
  name
34301
+ title
34034
34302
  url
34035
34303
  active
34036
34304
  guest
@@ -34150,6 +34418,7 @@ fragment Issue on Issue {
34150
34418
  state {
34151
34419
  id
34152
34420
  }
34421
+ inheritsSharedAccess
34153
34422
  }
34154
34423
  fragment ExternalEntityInfo on ExternalEntityInfo {
34155
34424
  __typename
@@ -34827,6 +35096,7 @@ fragment User on User {
34827
35096
  displayName
34828
35097
  email
34829
35098
  name
35099
+ title
34830
35100
  url
34831
35101
  active
34832
35102
  guest
@@ -35167,6 +35437,7 @@ const Issue_SharedAccessDocument = new TypedDocumentString(`
35167
35437
  displayName
35168
35438
  email
35169
35439
  name
35440
+ title
35170
35441
  url
35171
35442
  active
35172
35443
  guest
@@ -35263,6 +35534,7 @@ const Issue_SubscribersDocument = new TypedDocumentString(`
35263
35534
  displayName
35264
35535
  email
35265
35536
  name
35537
+ title
35266
35538
  url
35267
35539
  active
35268
35540
  guest
@@ -35363,6 +35635,7 @@ fragment User on User {
35363
35635
  displayName
35364
35636
  email
35365
35637
  name
35638
+ title
35366
35639
  url
35367
35640
  active
35368
35641
  guest
@@ -35482,6 +35755,7 @@ fragment Issue on Issue {
35482
35755
  state {
35483
35756
  id
35484
35757
  }
35758
+ inheritsSharedAccess
35485
35759
  }
35486
35760
  fragment ExternalEntityInfo on ExternalEntityInfo {
35487
35761
  __typename
@@ -35758,6 +36032,7 @@ fragment User on User {
35758
36032
  displayName
35759
36033
  email
35760
36034
  name
36035
+ title
35761
36036
  url
35762
36037
  active
35763
36038
  guest
@@ -35877,6 +36152,7 @@ fragment Issue on Issue {
35877
36152
  state {
35878
36153
  id
35879
36154
  }
36155
+ inheritsSharedAccess
35880
36156
  }
35881
36157
  fragment ExternalEntityInfo on ExternalEntityInfo {
35882
36158
  __typename
@@ -36163,6 +36439,7 @@ fragment User on User {
36163
36439
  displayName
36164
36440
  email
36165
36441
  name
36442
+ title
36166
36443
  url
36167
36444
  active
36168
36445
  guest
@@ -36282,6 +36559,7 @@ fragment Issue on Issue {
36282
36559
  state {
36283
36560
  id
36284
36561
  }
36562
+ inheritsSharedAccess
36285
36563
  }
36286
36564
  fragment ExternalEntityInfo on ExternalEntityInfo {
36287
36565
  __typename
@@ -36417,6 +36695,7 @@ fragment User on User {
36417
36695
  displayName
36418
36696
  email
36419
36697
  name
36698
+ title
36420
36699
  url
36421
36700
  active
36422
36701
  guest
@@ -36536,6 +36815,7 @@ fragment Issue on Issue {
36536
36815
  state {
36537
36816
  id
36538
36817
  }
36818
+ inheritsSharedAccess
36539
36819
  }
36540
36820
  fragment ExternalEntityInfo on ExternalEntityInfo {
36541
36821
  __typename
@@ -36730,6 +37010,7 @@ fragment User on User {
36730
37010
  displayName
36731
37011
  email
36732
37012
  name
37013
+ title
36733
37014
  url
36734
37015
  active
36735
37016
  guest
@@ -36849,6 +37130,7 @@ fragment Issue on Issue {
36849
37130
  state {
36850
37131
  id
36851
37132
  }
37133
+ inheritsSharedAccess
36852
37134
  }
36853
37135
  fragment ExternalEntityInfo on ExternalEntityInfo {
36854
37136
  __typename
@@ -37526,6 +37808,7 @@ fragment User on User {
37526
37808
  displayName
37527
37809
  email
37528
37810
  name
37811
+ title
37529
37812
  url
37530
37813
  active
37531
37814
  guest
@@ -37866,6 +38149,7 @@ const IssueVcsBranchSearch_SharedAccessDocument = new TypedDocumentString(`
37866
38149
  displayName
37867
38150
  email
37868
38151
  name
38152
+ title
37869
38153
  url
37870
38154
  active
37871
38155
  guest
@@ -37962,6 +38246,7 @@ const IssueVcsBranchSearch_SubscribersDocument = new TypedDocumentString(`
37962
38246
  displayName
37963
38247
  email
37964
38248
  name
38249
+ title
37965
38250
  url
37966
38251
  active
37967
38252
  guest
@@ -38063,6 +38348,7 @@ fragment User on User {
38063
38348
  displayName
38064
38349
  email
38065
38350
  name
38351
+ title
38066
38352
  url
38067
38353
  active
38068
38354
  guest
@@ -38182,6 +38468,7 @@ fragment Issue on Issue {
38182
38468
  state {
38183
38469
  id
38184
38470
  }
38471
+ inheritsSharedAccess
38185
38472
  }
38186
38473
  fragment ExternalEntityInfo on ExternalEntityInfo {
38187
38474
  __typename
@@ -39819,6 +40106,7 @@ const Organization_UsersDocument = new TypedDocumentString(`
39819
40106
  displayName
39820
40107
  email
39821
40108
  name
40109
+ title
39822
40110
  url
39823
40111
  active
39824
40112
  guest
@@ -40941,6 +41229,7 @@ fragment User on User {
40941
41229
  displayName
40942
41230
  email
40943
41231
  name
41232
+ title
40944
41233
  url
40945
41234
  active
40946
41235
  guest
@@ -41060,6 +41349,7 @@ fragment Issue on Issue {
41060
41349
  state {
41061
41350
  id
41062
41351
  }
41352
+ inheritsSharedAccess
41063
41353
  }
41064
41354
  fragment ExternalEntityInfo on ExternalEntityInfo {
41065
41355
  __typename
@@ -41213,6 +41503,7 @@ const Project_MembersDocument = new TypedDocumentString(`
41213
41503
  displayName
41214
41504
  email
41215
41505
  name
41506
+ title
41216
41507
  url
41217
41508
  active
41218
41509
  guest
@@ -42294,6 +42585,7 @@ fragment User on User {
42294
42585
  displayName
42295
42586
  email
42296
42587
  name
42588
+ title
42297
42589
  url
42298
42590
  active
42299
42591
  guest
@@ -42413,6 +42705,7 @@ fragment Issue on Issue {
42413
42705
  state {
42414
42706
  id
42415
42707
  }
42708
+ inheritsSharedAccess
42416
42709
  }
42417
42710
  fragment ExternalEntityInfo on ExternalEntityInfo {
42418
42711
  __typename
@@ -43832,6 +44125,7 @@ fragment User on User {
43832
44125
  displayName
43833
44126
  email
43834
44127
  name
44128
+ title
43835
44129
  url
43836
44130
  active
43837
44131
  guest
@@ -44007,6 +44301,7 @@ fragment IssueSearchResult on IssueSearchResult {
44007
44301
  state {
44008
44302
  id
44009
44303
  }
44304
+ inheritsSharedAccess
44010
44305
  }
44011
44306
  fragment IssueSharedAccess on IssueSharedAccess {
44012
44307
  __typename
@@ -44635,6 +44930,7 @@ fragment User on User {
44635
44930
  displayName
44636
44931
  email
44637
44932
  name
44933
+ title
44638
44934
  url
44639
44935
  active
44640
44936
  guest
@@ -44754,6 +45050,7 @@ fragment Issue on Issue {
44754
45050
  state {
44755
45051
  id
44756
45052
  }
45053
+ inheritsSharedAccess
44757
45054
  }
44758
45055
  fragment ExternalEntityInfo on ExternalEntityInfo {
44759
45056
  __typename
@@ -44913,6 +45210,7 @@ const Team_MembersDocument = new TypedDocumentString(`
44913
45210
  displayName
44914
45211
  email
44915
45212
  name
45213
+ title
44916
45214
  url
44917
45215
  active
44918
45216
  guest
@@ -45844,6 +46142,7 @@ const UserDocument = new TypedDocumentString(`
45844
46142
  displayName
45845
46143
  email
45846
46144
  name
46145
+ title
45847
46146
  url
45848
46147
  active
45849
46148
  guest
@@ -45930,6 +46229,7 @@ fragment User on User {
45930
46229
  displayName
45931
46230
  email
45932
46231
  name
46232
+ title
45933
46233
  url
45934
46234
  active
45935
46235
  guest
@@ -46049,6 +46349,7 @@ fragment Issue on Issue {
46049
46349
  state {
46050
46350
  id
46051
46351
  }
46352
+ inheritsSharedAccess
46052
46353
  }
46053
46354
  fragment ExternalEntityInfo on ExternalEntityInfo {
46054
46355
  __typename
@@ -46183,6 +46484,7 @@ fragment User on User {
46183
46484
  displayName
46184
46485
  email
46185
46486
  name
46487
+ title
46186
46488
  url
46187
46489
  active
46188
46490
  guest
@@ -46302,6 +46604,7 @@ fragment Issue on Issue {
46302
46604
  state {
46303
46605
  id
46304
46606
  }
46607
+ inheritsSharedAccess
46305
46608
  }
46306
46609
  fragment ExternalEntityInfo on ExternalEntityInfo {
46307
46610
  __typename
@@ -46436,6 +46739,7 @@ fragment User on User {
46436
46739
  displayName
46437
46740
  email
46438
46741
  name
46742
+ title
46439
46743
  url
46440
46744
  active
46441
46745
  guest
@@ -46555,6 +46859,7 @@ fragment Issue on Issue {
46555
46859
  state {
46556
46860
  id
46557
46861
  }
46862
+ inheritsSharedAccess
46558
46863
  }
46559
46864
  fragment ExternalEntityInfo on ExternalEntityInfo {
46560
46865
  __typename
@@ -47765,6 +48070,7 @@ const UsersDocument = new TypedDocumentString(`
47765
48070
  displayName
47766
48071
  email
47767
48072
  name
48073
+ title
47768
48074
  url
47769
48075
  active
47770
48076
  guest
@@ -47832,6 +48138,7 @@ const ViewerDocument = new TypedDocumentString(`
47832
48138
  displayName
47833
48139
  email
47834
48140
  name
48141
+ title
47835
48142
  url
47836
48143
  active
47837
48144
  guest
@@ -47918,6 +48225,7 @@ fragment User on User {
47918
48225
  displayName
47919
48226
  email
47920
48227
  name
48228
+ title
47921
48229
  url
47922
48230
  active
47923
48231
  guest
@@ -48037,6 +48345,7 @@ fragment Issue on Issue {
48037
48345
  state {
48038
48346
  id
48039
48347
  }
48348
+ inheritsSharedAccess
48040
48349
  }
48041
48350
  fragment ExternalEntityInfo on ExternalEntityInfo {
48042
48351
  __typename
@@ -48171,6 +48480,7 @@ fragment User on User {
48171
48480
  displayName
48172
48481
  email
48173
48482
  name
48483
+ title
48174
48484
  url
48175
48485
  active
48176
48486
  guest
@@ -48290,6 +48600,7 @@ fragment Issue on Issue {
48290
48600
  state {
48291
48601
  id
48292
48602
  }
48603
+ inheritsSharedAccess
48293
48604
  }
48294
48605
  fragment ExternalEntityInfo on ExternalEntityInfo {
48295
48606
  __typename
@@ -48424,6 +48735,7 @@ fragment User on User {
48424
48735
  displayName
48425
48736
  email
48426
48737
  name
48738
+ title
48427
48739
  url
48428
48740
  active
48429
48741
  guest
@@ -48543,6 +48855,7 @@ fragment Issue on Issue {
48543
48855
  state {
48544
48856
  id
48545
48857
  }
48858
+ inheritsSharedAccess
48546
48859
  }
48547
48860
  fragment ExternalEntityInfo on ExternalEntityInfo {
48548
48861
  __typename
@@ -49020,6 +49333,7 @@ fragment User on User {
49020
49333
  displayName
49021
49334
  email
49022
49335
  name
49336
+ title
49023
49337
  url
49024
49338
  active
49025
49339
  guest
@@ -49139,6 +49453,7 @@ fragment Issue on Issue {
49139
49453
  state {
49140
49454
  id
49141
49455
  }
49456
+ inheritsSharedAccess
49142
49457
  }
49143
49458
  fragment ExternalEntityInfo on ExternalEntityInfo {
49144
49459
  __typename
@@ -51374,6 +51689,34 @@ const IntegrationLoomDocument = new TypedDocumentString(`
51374
51689
  }
51375
51690
  success
51376
51691
  }`);
51692
+ const IntegrationMicrosoftPersonalConnectDocument = new TypedDocumentString(`
51693
+ mutation integrationMicrosoftPersonalConnect($code: String!, $redirectUri: String!) {
51694
+ integrationMicrosoftPersonalConnect(code: $code, redirectUri: $redirectUri) {
51695
+ ...IntegrationPayload
51696
+ }
51697
+ }
51698
+ fragment IntegrationPayload on IntegrationPayload {
51699
+ __typename
51700
+ lastSyncId
51701
+ integration {
51702
+ id
51703
+ }
51704
+ success
51705
+ }`);
51706
+ const IntegrationMicrosoftTeamsDocument = new TypedDocumentString(`
51707
+ mutation integrationMicrosoftTeams($code: String!, $redirectUri: String!) {
51708
+ integrationMicrosoftTeams(code: $code, redirectUri: $redirectUri) {
51709
+ ...IntegrationPayload
51710
+ }
51711
+ }
51712
+ fragment IntegrationPayload on IntegrationPayload {
51713
+ __typename
51714
+ lastSyncId
51715
+ integration {
51716
+ id
51717
+ }
51718
+ success
51719
+ }`);
51377
51720
  const IntegrationRequestDocument = new TypedDocumentString(`
51378
51721
  mutation integrationRequest($input: IntegrationRequestInput!) {
51379
51722
  integrationRequest(input: $input) {
@@ -51751,6 +52094,7 @@ fragment User on User {
51751
52094
  displayName
51752
52095
  email
51753
52096
  name
52097
+ title
51754
52098
  url
51755
52099
  active
51756
52100
  guest
@@ -51870,6 +52214,7 @@ fragment Issue on Issue {
51870
52214
  state {
51871
52215
  id
51872
52216
  }
52217
+ inheritsSharedAccess
51873
52218
  }
51874
52219
  fragment ExternalEntityInfo on ExternalEntityInfo {
51875
52220
  __typename
@@ -51986,6 +52331,7 @@ fragment User on User {
51986
52331
  displayName
51987
52332
  email
51988
52333
  name
52334
+ title
51989
52335
  url
51990
52336
  active
51991
52337
  guest
@@ -52105,6 +52451,7 @@ fragment Issue on Issue {
52105
52451
  state {
52106
52452
  id
52107
52453
  }
52454
+ inheritsSharedAccess
52108
52455
  }
52109
52456
  fragment ExternalEntityInfo on ExternalEntityInfo {
52110
52457
  __typename
@@ -59777,6 +60124,64 @@ var AiConversationInvokeMcpToolToolCallArgsTool = class extends Request {
59777
60124
  title;
59778
60125
  };
59779
60126
  /**
60127
+ * AiConversationNavigateToPageToolCall model
60128
+ *
60129
+ * @param request - function to call the graphql client
60130
+ * @param data - L.AiConversationNavigateToPageToolCallFragment response data
60131
+ */
60132
+ var AiConversationNavigateToPageToolCall = class extends Request {
60133
+ constructor(request, data) {
60134
+ super(request);
60135
+ this.rawArgs = parseJson(data.rawArgs) ?? void 0;
60136
+ this.rawResult = parseJson(data.rawResult) ?? void 0;
60137
+ this.args = data.args ? new AiConversationNavigateToPageToolCallArgs(request, data.args) : void 0;
60138
+ this.displayInfo = new AiConversationToolDisplayInfo(request, data.displayInfo);
60139
+ this.result = data.result ? new AiConversationNavigateToPageToolCallResult(request, data.result) : void 0;
60140
+ this.name = data.name;
60141
+ }
60142
+ /** The arguments of the tool call. */
60143
+ rawArgs;
60144
+ /** The result of the tool call. */
60145
+ rawResult;
60146
+ /** The arguments to the tool call. */
60147
+ args;
60148
+ displayInfo;
60149
+ /** The result of the tool call. */
60150
+ result;
60151
+ /** The name of the tool that was called. */
60152
+ name;
60153
+ };
60154
+ /**
60155
+ * AiConversationNavigateToPageToolCallArgs model
60156
+ *
60157
+ * @param request - function to call the graphql client
60158
+ * @param data - L.AiConversationNavigateToPageToolCallArgsFragment response data
60159
+ */
60160
+ var AiConversationNavigateToPageToolCallArgs = class extends Request {
60161
+ constructor(request, data) {
60162
+ super(request);
60163
+ this.entityType = data.entityType ?? void 0;
60164
+ this.identifier = data.identifier ?? void 0;
60165
+ }
60166
+ entityType;
60167
+ identifier;
60168
+ };
60169
+ /**
60170
+ * AiConversationNavigateToPageToolCallResult model
60171
+ *
60172
+ * @param request - function to call the graphql client
60173
+ * @param data - L.AiConversationNavigateToPageToolCallResultFragment response data
60174
+ */
60175
+ var AiConversationNavigateToPageToolCallResult = class extends Request {
60176
+ constructor(request, data) {
60177
+ super(request);
60178
+ this.newTab = data.newTab ?? void 0;
60179
+ this.url = data.url;
60180
+ }
60181
+ newTab;
60182
+ url;
60183
+ };
60184
+ /**
59780
60185
  * Metadata about a part in an AI conversation.
59781
60186
  *
59782
60187
  * @param request - function to call the graphql client
@@ -67526,6 +67931,7 @@ var Issue = class extends Request {
67526
67931
  this.estimate = data.estimate ?? void 0;
67527
67932
  this.id = data.id;
67528
67933
  this.identifier = data.identifier;
67934
+ this.inheritsSharedAccess = data.inheritsSharedAccess;
67529
67935
  this.labelIds = data.labelIds;
67530
67936
  this.number = data.number;
67531
67937
  this.previousIdentifiers = data.previousIdentifiers;
@@ -67605,13 +68011,15 @@ var Issue = class extends Request {
67605
68011
  id;
67606
68012
  /** Issue's human readable identifier (e.g. ENG-123). */
67607
68013
  identifier;
68014
+ /** Whether this issue inherits shared access from its parent issue. */
68015
+ inheritsSharedAccess;
67608
68016
  /** Id of the labels associated with this issue. */
67609
68017
  labelIds;
67610
68018
  /** The issue's unique number. */
67611
68019
  number;
67612
68020
  /** Previous identifiers of the issue if it has been moved between teams. */
67613
68021
  previousIdentifiers;
67614
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
68022
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
67615
68023
  priority;
67616
68024
  /** Label for the priority. */
67617
68025
  priorityLabel;
@@ -69399,6 +69807,7 @@ var IssueSearchResult = class extends Request {
69399
69807
  this.estimate = data.estimate ?? void 0;
69400
69808
  this.id = data.id;
69401
69809
  this.identifier = data.identifier;
69810
+ this.inheritsSharedAccess = data.inheritsSharedAccess;
69402
69811
  this.labelIds = data.labelIds;
69403
69812
  this.metadata = data.metadata;
69404
69813
  this.number = data.number;
@@ -69479,6 +69888,8 @@ var IssueSearchResult = class extends Request {
69479
69888
  id;
69480
69889
  /** Issue's human readable identifier (e.g. ENG-123). */
69481
69890
  identifier;
69891
+ /** Whether this issue inherits shared access from its parent issue. */
69892
+ inheritsSharedAccess;
69482
69893
  /** Id of the labels associated with this issue. */
69483
69894
  labelIds;
69484
69895
  /** Metadata related to search result. */
@@ -69487,7 +69898,7 @@ var IssueSearchResult = class extends Request {
69487
69898
  number;
69488
69899
  /** Previous identifiers of the issue if it has been moved between teams. */
69489
69900
  previousIdentifiers;
69490
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
69901
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
69491
69902
  priority;
69492
69903
  /** Label for the priority. */
69493
69904
  priorityLabel;
@@ -70121,7 +70532,7 @@ var IssueWebhookPayload = class {
70121
70532
  parentId;
70122
70533
  /** Previous identifiers of the issue if it has been moved between teams. */
70123
70534
  previousIdentifiers;
70124
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
70535
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
70125
70536
  priority;
70126
70537
  /** The label of the issue's priority. */
70127
70538
  priorityLabel;
@@ -72125,7 +72536,7 @@ var Project = class extends Request {
72125
72536
  labelIds;
72126
72537
  /** The project's name. */
72127
72538
  name;
72128
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
72539
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
72129
72540
  priority;
72130
72541
  /** The priority of the project as a label. */
72131
72542
  priorityLabel;
@@ -73469,7 +73880,7 @@ var ProjectSearchResult = class extends Request {
73469
73880
  metadata;
73470
73881
  /** The project's name. */
73471
73882
  name;
73472
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
73883
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
73473
73884
  priority;
73474
73885
  /** The priority of the project as a label. */
73475
73886
  priorityLabel;
@@ -74133,7 +74544,7 @@ var ProjectWebhookPayload = class {
74133
74544
  memberIds;
74134
74545
  /** The project's name. */
74135
74546
  name;
74136
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
74547
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
74137
74548
  priority;
74138
74549
  /** The sort order for the project within the organization, when ordered by priority. */
74139
74550
  prioritySortOrder;
@@ -74603,6 +75014,30 @@ var ReleasePipelineArchivePayload = class extends Request {
74603
75014
  success;
74604
75015
  };
74605
75016
  /**
75017
+ * Certain properties of a release pipeline.
75018
+ *
75019
+ * @param data - L.ReleasePipelineChildWebhookPayloadFragment response data
75020
+ */
75021
+ var ReleasePipelineChildWebhookPayload = class {
75022
+ constructor(data) {
75023
+ this.id = data.id;
75024
+ this.name = data.name;
75025
+ this.slugId = data.slugId;
75026
+ this.type = data.type;
75027
+ this.url = data.url;
75028
+ }
75029
+ /** The ID of the release pipeline. */
75030
+ id;
75031
+ /** The name of the release pipeline. */
75032
+ name;
75033
+ /** The pipeline's unique slug identifier. */
75034
+ slugId;
75035
+ /** The type of the release pipeline. */
75036
+ type;
75037
+ /** The URL of the release pipeline. */
75038
+ url;
75039
+ };
75040
+ /**
74606
75041
  * ReleasePipelinePayload model
74607
75042
  *
74608
75043
  * @param request - function to call the graphql client
@@ -74637,6 +75072,30 @@ var ReleaseStageArchivePayload = class extends Request {
74637
75072
  success;
74638
75073
  };
74639
75074
  /**
75075
+ * Certain properties of a release stage.
75076
+ *
75077
+ * @param data - L.ReleaseStageChildWebhookPayloadFragment response data
75078
+ */
75079
+ var ReleaseStageChildWebhookPayload = class {
75080
+ constructor(data) {
75081
+ this.color = data.color;
75082
+ this.id = data.id;
75083
+ this.name = data.name;
75084
+ this.position = data.position;
75085
+ this.type = data.type;
75086
+ }
75087
+ /** The UI color of the stage as a HEX string. */
75088
+ color;
75089
+ /** The ID of the release stage. */
75090
+ id;
75091
+ /** The name of the stage. */
75092
+ name;
75093
+ /** The position of the stage. */
75094
+ position;
75095
+ /** The type of the stage. */
75096
+ type;
75097
+ };
75098
+ /**
74640
75099
  * ReleaseStagePayload model
74641
75100
  *
74642
75101
  * @param request - function to call the graphql client
@@ -74654,6 +75113,81 @@ var ReleaseStagePayload = class extends Request {
74654
75113
  success;
74655
75114
  };
74656
75115
  /**
75116
+ * Payload for a release webhook.
75117
+ *
75118
+ * @param data - L.ReleaseWebhookPayloadFragment response data
75119
+ */
75120
+ var ReleaseWebhookPayload = class {
75121
+ constructor(data) {
75122
+ this.archivedAt = data.archivedAt ?? void 0;
75123
+ this.canceledAt = data.canceledAt ?? void 0;
75124
+ this.commitSha = data.commitSha ?? void 0;
75125
+ this.completedAt = data.completedAt ?? void 0;
75126
+ this.createdAt = data.createdAt;
75127
+ this.creatorId = data.creatorId ?? void 0;
75128
+ this.description = data.description ?? void 0;
75129
+ this.id = data.id;
75130
+ this.name = data.name;
75131
+ this.pipelineId = data.pipelineId;
75132
+ this.slugId = data.slugId;
75133
+ this.stageId = data.stageId;
75134
+ this.startDate = data.startDate ?? void 0;
75135
+ this.startedAt = data.startedAt ?? void 0;
75136
+ this.targetDate = data.targetDate ?? void 0;
75137
+ this.trashed = data.trashed ?? void 0;
75138
+ this.updatedAt = data.updatedAt;
75139
+ this.url = data.url;
75140
+ this.version = data.version ?? void 0;
75141
+ this.pipeline = data.pipeline ? new ReleasePipelineChildWebhookPayload(data.pipeline) : void 0;
75142
+ this.stage = data.stage ? new ReleaseStageChildWebhookPayload(data.stage) : void 0;
75143
+ this.issues = data.issues ? data.issues.map((node) => new IssueChildWebhookPayload(node)) : void 0;
75144
+ }
75145
+ /** The time at which the entity was archived. */
75146
+ archivedAt;
75147
+ /** The time at which the release was canceled. */
75148
+ canceledAt;
75149
+ /** The commit SHA associated with this release. */
75150
+ commitSha;
75151
+ /** The time at which the release was completed. */
75152
+ completedAt;
75153
+ /** The time at which the entity was created. */
75154
+ createdAt;
75155
+ /** The ID of the user who created the release. */
75156
+ creatorId;
75157
+ /** The release's description. */
75158
+ description;
75159
+ /** The ID of the entity. */
75160
+ id;
75161
+ /** The name of the release. */
75162
+ name;
75163
+ /** The ID of the pipeline this release belongs to. */
75164
+ pipelineId;
75165
+ /** The release's unique URL slug. */
75166
+ slugId;
75167
+ /** The ID of the current stage of the release. */
75168
+ stageId;
75169
+ /** The estimated start date of the release. */
75170
+ startDate;
75171
+ /** The time at which the release was started. */
75172
+ startedAt;
75173
+ /** The estimated completion date of the release. */
75174
+ targetDate;
75175
+ /** Whether the release is in the trash bin. */
75176
+ trashed;
75177
+ /** The time at which the entity was updated. */
75178
+ updatedAt;
75179
+ /** The URL of the release. */
75180
+ url;
75181
+ /** The version of the release. */
75182
+ version;
75183
+ /** The issues associated with the release. */
75184
+ issues;
75185
+ /** The pipeline this release belongs to. */
75186
+ pipeline;
75187
+ /** The current stage of the release. */
75188
+ stage;
75189
+ };
75190
+ /**
74657
75191
  * RepositorySuggestion model
74658
75192
  *
74659
75193
  * @param request - function to call the graphql client
@@ -75278,9 +75812,11 @@ var Subscription = class extends Request {
75278
75812
  _workflowStateUpdated;
75279
75813
  constructor(request, data) {
75280
75814
  super(request);
75815
+ this.documentContentCreated = new DocumentContent(request, data.documentContentCreated);
75281
75816
  this.documentContentDraftCreated = new DocumentContentDraft(request, data.documentContentDraftCreated);
75282
75817
  this.documentContentDraftDeleted = new DocumentContentDraft(request, data.documentContentDraftDeleted);
75283
75818
  this.documentContentDraftUpdated = new DocumentContentDraft(request, data.documentContentDraftUpdated);
75819
+ this.documentContentUpdated = new DocumentContent(request, data.documentContentUpdated);
75284
75820
  this.draftCreated = new Draft(request, data.draftCreated);
75285
75821
  this.draftDeleted = new Draft(request, data.draftDeleted);
75286
75822
  this.draftUpdated = new Draft(request, data.draftUpdated);
@@ -75340,12 +75876,16 @@ var Subscription = class extends Request {
75340
75876
  this._workflowStateCreated = data.workflowStateCreated;
75341
75877
  this._workflowStateUpdated = data.workflowStateUpdated;
75342
75878
  }
75879
+ /** Triggered when a document content is created */
75880
+ documentContentCreated;
75343
75881
  /** Triggered when a document content draft is created */
75344
75882
  documentContentDraftCreated;
75345
75883
  /** Triggered when a document content draft is deleted */
75346
75884
  documentContentDraftDeleted;
75347
75885
  /** Triggered when a document content draft is updated */
75348
75886
  documentContentDraftUpdated;
75887
+ /** Triggered when a document content is updated */
75888
+ documentContentUpdated;
75349
75889
  /** Triggered when a draft is created */
75350
75890
  draftCreated;
75351
75891
  /** Triggered when a draft is deleted */
@@ -75987,7 +76527,7 @@ var Team = class extends Request {
75987
76527
  allMembersCanJoin;
75988
76528
  /** The time at which the entity was archived. Null if the entity has not been archived. */
75989
76529
  archivedAt;
75990
- /** Period after which automatically closed and completed issues are automatically archived in months. */
76530
+ /** Period after which automatically closed, completed, and duplicate issues are automatically archived in months. */
75991
76531
  autoArchivePeriod;
75992
76532
  /** Whether child issues should automatically close when their parent issue is closed */
75993
76533
  autoCloseChildIssues;
@@ -77115,6 +77655,7 @@ var User = class extends Request {
77115
77655
  this.statusUntilAt = parseDate(data.statusUntilAt) ?? void 0;
77116
77656
  this.supportsAgentSessions = data.supportsAgentSessions;
77117
77657
  this.timezone = data.timezone ?? void 0;
77658
+ this.title = data.title ?? void 0;
77118
77659
  this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
77119
77660
  this.url = data.url;
77120
77661
  }
@@ -77178,6 +77719,8 @@ var User = class extends Request {
77178
77719
  supportsAgentSessions;
77179
77720
  /** The local timezone of the user. */
77180
77721
  timezone;
77722
+ /** The user's job title. */
77723
+ title;
77181
77724
  /**
77182
77725
  * The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
77183
77726
  * been updated after creation.
@@ -84413,6 +84956,54 @@ var IntegrationLoomMutation = class extends Request {
84413
84956
  }
84414
84957
  };
84415
84958
  /**
84959
+ * A fetchable IntegrationMicrosoftPersonalConnect Mutation
84960
+ *
84961
+ * @param request - function to call the graphql client
84962
+ */
84963
+ var IntegrationMicrosoftPersonalConnectMutation = class extends Request {
84964
+ constructor(request) {
84965
+ super(request);
84966
+ }
84967
+ /**
84968
+ * Call the IntegrationMicrosoftPersonalConnect mutation and return a IntegrationPayload
84969
+ *
84970
+ * @param code - required code to pass to integrationMicrosoftPersonalConnect
84971
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftPersonalConnect
84972
+ * @returns parsed response from IntegrationMicrosoftPersonalConnectMutation
84973
+ */
84974
+ async fetch(code, redirectUri) {
84975
+ const data = (await this._request(IntegrationMicrosoftPersonalConnectDocument.toString(), {
84976
+ code,
84977
+ redirectUri
84978
+ })).integrationMicrosoftPersonalConnect;
84979
+ return new IntegrationPayload(this._request, data);
84980
+ }
84981
+ };
84982
+ /**
84983
+ * A fetchable IntegrationMicrosoftTeams Mutation
84984
+ *
84985
+ * @param request - function to call the graphql client
84986
+ */
84987
+ var IntegrationMicrosoftTeamsMutation = class extends Request {
84988
+ constructor(request) {
84989
+ super(request);
84990
+ }
84991
+ /**
84992
+ * Call the IntegrationMicrosoftTeams mutation and return a IntegrationPayload
84993
+ *
84994
+ * @param code - required code to pass to integrationMicrosoftTeams
84995
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftTeams
84996
+ * @returns parsed response from IntegrationMicrosoftTeamsMutation
84997
+ */
84998
+ async fetch(code, redirectUri) {
84999
+ const data = (await this._request(IntegrationMicrosoftTeamsDocument.toString(), {
85000
+ code,
85001
+ redirectUri
85002
+ })).integrationMicrosoftTeams;
85003
+ return new IntegrationPayload(this._request, data);
85004
+ }
85005
+ };
85006
+ /**
84416
85007
  * A fetchable IntegrationRequest Mutation
84417
85008
  *
84418
85009
  * @param request - function to call the graphql client
@@ -95173,6 +95764,26 @@ var LinearSdk = class extends Request {
95173
95764
  return new IntegrationLoomMutation(this._request).fetch();
95174
95765
  }
95175
95766
  /**
95767
+ * Connects the user's personal Microsoft account to Linear.
95768
+ *
95769
+ * @param code - required code to pass to integrationMicrosoftPersonalConnect
95770
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftPersonalConnect
95771
+ * @returns IntegrationPayload
95772
+ */
95773
+ integrationMicrosoftPersonalConnect(code, redirectUri) {
95774
+ return new IntegrationMicrosoftPersonalConnectMutation(this._request).fetch(code, redirectUri);
95775
+ }
95776
+ /**
95777
+ * Integrates the organization with Microsoft Teams.
95778
+ *
95779
+ * @param code - required code to pass to integrationMicrosoftTeams
95780
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftTeams
95781
+ * @returns IntegrationPayload
95782
+ */
95783
+ integrationMicrosoftTeams(code, redirectUri) {
95784
+ return new IntegrationMicrosoftTeamsMutation(this._request).fetch(code, redirectUri);
95785
+ }
95786
+ /**
95176
95787
  * Requests a currently unavailable integration.
95177
95788
  *
95178
95789
  * @param input - required input to pass to integrationRequest
@@ -96768,5 +97379,5 @@ var LinearClient = class extends LinearSdk {
96768
97379
  const LinearWebhooks = LinearWebhookClient;
96769
97380
 
96770
97381
  //#endregion
96771
- 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, AiConversationBasePart, AiConversationBaseToolCall, AiConversationBaseWidget, AiConversationCodeIntelligenceToolCall, AiConversationCodeIntelligenceToolCallArgs, AiConversationCreateEntityToolCall, AiConversationCreateEntityToolCallArgs, AiConversationDeleteEntityToolCall, AiConversationDeleteEntityToolCallArgs, AiConversationEntityCardWidget, AiConversationEntityCardWidgetArgs, AiConversationEntityCardWidgetArgsAction, AiConversationEntityCardWidgetArgsType, AiConversationEntityListWidget, AiConversationEntityListWidgetArgs, AiConversationEntityListWidgetArgsAction, AiConversationEntityListWidgetArgsEntities, AiConversationEntityListWidgetArgsEntitiesType, AiConversationGetMicrosoftTeamsConversationHistoryToolCall, AiConversationGetPullRequestDiffToolCall, AiConversationGetPullRequestDiffToolCallArgs, AiConversationGetPullRequestFileToolCall, AiConversationGetPullRequestFileToolCallArgs, AiConversationGetSlackConversationHistoryToolCall, AiConversationInitialSource, AiConversationInvokeMcpToolToolCall, AiConversationInvokeMcpToolToolCallArgs, AiConversationInvokeMcpToolToolCallArgsServer, AiConversationInvokeMcpToolToolCallArgsTool, AiConversationPartMetadata, AiConversationPartPhase, AiConversationPartType, AiConversationPromptPart, AiConversationQueryActivityToolCall, AiConversationQueryActivityToolCallArgs, AiConversationQueryUpdatesToolCall, AiConversationQueryUpdatesToolCallArgs, AiConversationQueryUpdatesToolCallArgsUpdateType, AiConversationQueryViewToolCall, AiConversationQueryViewToolCallArgs, AiConversationQueryViewToolCallArgsMode, AiConversationQueryViewToolCallArgsView, AiConversationReasoningPart, AiConversationResearchToolCall, AiConversationResearchToolCallArgs, AiConversationResearchToolCallResult, AiConversationRestoreEntityToolCall, AiConversationRestoreEntityToolCallArgs, AiConversationRetrieveEntitiesToolCall, AiConversationRetrieveEntitiesToolCallArgs, AiConversationSearchDocumentationToolCall, AiConversationSearchEntitiesToolCall, AiConversationSearchEntitiesToolCallArgs, AiConversationSearchEntitiesToolCallResult, AiConversationSearchEntitiesToolCallResultEntities, AiConversationStatus, AiConversationSuggestValuesToolCall, AiConversationSuggestValuesToolCallArgs, AiConversationTextPart, AiConversationTool, AiConversationToolCallPart, AiConversationToolDisplayInfo, AiConversationTranscribeMediaToolCall, AiConversationTranscribeVideoToolCall, AiConversationUpdateEntityToolCall, AiConversationUpdateEntityToolCallArgs, AiConversationWebSearchToolCall, AiConversationWebSearchToolCallArgs, AiConversationWidgetDisplayInfo, AiConversationWidgetName, AiConversationWidgetPart, AiPromptProgressStatus, AiPromptRules, AiPromptType, 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_SharedAccessQuery, 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_DocumentContent_WelcomeMessageQuery, 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, DocumentContentDraft, 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, EventTrackingPayload, 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_DocumentContent_WelcomeMessageQuery, 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, IssueHistoryWorkflowMetadata, 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, IssueSharedAccess, IssueSharedAccessDisallowedField, IssueSharingPolicy, 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_SharedAccessQuery, 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_SharedAccessQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JiraFetchProjectStatusesPayload, 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, ProjectAttachmentConnection, 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_DocumentContent_WelcomeMessageQuery, 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_AttachmentsQuery, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentContent_WelcomeMessageQuery, 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, PullRequestCheckPresentation, 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, Subscription, 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, TrackAnonymousEventMutation, 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, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, 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, ViewPreferencesProjectLabelGroupColumn, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhookRotateSecretPayload, WebhooksQuery, WelcomeMessage, WelcomeMessageNotification, WorkflowDefinition, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, WorkflowTrigger, WorkflowTriggerType, WorkflowType, parseLinearError };
97382
+ 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, AiConversationBasePart, AiConversationBaseToolCall, AiConversationBaseWidget, AiConversationCodeIntelligenceToolCall, AiConversationCodeIntelligenceToolCallArgs, AiConversationCreateEntityToolCall, AiConversationCreateEntityToolCallArgs, AiConversationDeleteEntityToolCall, AiConversationDeleteEntityToolCallArgs, AiConversationEntityCardWidget, AiConversationEntityCardWidgetArgs, AiConversationEntityCardWidgetArgsAction, AiConversationEntityCardWidgetArgsType, AiConversationEntityListWidget, AiConversationEntityListWidgetArgs, AiConversationEntityListWidgetArgsAction, AiConversationEntityListWidgetArgsEntities, AiConversationEntityListWidgetArgsEntitiesType, AiConversationGetMicrosoftTeamsConversationHistoryToolCall, AiConversationGetPullRequestDiffToolCall, AiConversationGetPullRequestDiffToolCallArgs, AiConversationGetPullRequestFileToolCall, AiConversationGetPullRequestFileToolCallArgs, AiConversationGetSlackConversationHistoryToolCall, AiConversationInitialSource, AiConversationInvokeMcpToolToolCall, AiConversationInvokeMcpToolToolCallArgs, AiConversationInvokeMcpToolToolCallArgsServer, AiConversationInvokeMcpToolToolCallArgsTool, AiConversationNavigateToPageToolCall, AiConversationNavigateToPageToolCallArgs, AiConversationNavigateToPageToolCallResult, AiConversationPartMetadata, AiConversationPartPhase, AiConversationPartType, AiConversationPromptPart, AiConversationQueryActivityToolCall, AiConversationQueryActivityToolCallArgs, AiConversationQueryUpdatesToolCall, AiConversationQueryUpdatesToolCallArgs, AiConversationQueryUpdatesToolCallArgsUpdateType, AiConversationQueryViewToolCall, AiConversationQueryViewToolCallArgs, AiConversationQueryViewToolCallArgsMode, AiConversationQueryViewToolCallArgsView, AiConversationReasoningPart, AiConversationResearchToolCall, AiConversationResearchToolCallArgs, AiConversationResearchToolCallResult, AiConversationRestoreEntityToolCall, AiConversationRestoreEntityToolCallArgs, AiConversationRetrieveEntitiesToolCall, AiConversationRetrieveEntitiesToolCallArgs, AiConversationSearchDocumentationToolCall, AiConversationSearchEntitiesToolCall, AiConversationSearchEntitiesToolCallArgs, AiConversationSearchEntitiesToolCallResult, AiConversationSearchEntitiesToolCallResultEntities, AiConversationStatus, AiConversationSuggestValuesToolCall, AiConversationSuggestValuesToolCallArgs, AiConversationTextPart, AiConversationTool, AiConversationToolCallPart, AiConversationToolDisplayInfo, AiConversationTranscribeMediaToolCall, AiConversationTranscribeVideoToolCall, AiConversationUpdateEntityToolCall, AiConversationUpdateEntityToolCallArgs, AiConversationWebSearchToolCall, AiConversationWebSearchToolCallArgs, AiConversationWidgetDisplayInfo, AiConversationWidgetName, AiConversationWidgetPart, AiPromptProgressStatus, AiPromptRules, AiPromptType, 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_SharedAccessQuery, 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_DocumentContent_WelcomeMessageQuery, 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, DocumentContentDraft, 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, EventTrackingPayload, 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_DocumentContent_WelcomeMessageQuery, 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, IntegrationMicrosoftPersonalConnectMutation, IntegrationMicrosoftTeamsMutation, 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, IssueHistoryWorkflowMetadata, 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, IssueSharedAccess, IssueSharedAccessDisallowedField, IssueSharingPolicy, 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_SharedAccessQuery, 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_SharedAccessQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JiraFetchProjectStatusesPayload, 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, ProjectAttachmentConnection, 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_DocumentContent_WelcomeMessageQuery, 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_AttachmentsQuery, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentContent_WelcomeMessageQuery, 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, PullRequestCheckPresentation, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelineChildWebhookPayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStageChildWebhookPayload, ReleaseStagePayload, ReleaseStageType, ReleaseWebhookPayload, 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, Subscription, 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, TrackAnonymousEventMutation, 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, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, 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, ViewPreferencesProjectLabelGroupColumn, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhookRotateSecretPayload, WebhooksQuery, WelcomeMessage, WelcomeMessageNotification, WorkflowDefinition, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, WorkflowTrigger, WorkflowTriggerType, WorkflowType, parseLinearError };
96772
97383
  //# sourceMappingURL=index.mjs.map