@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.cjs CHANGED
@@ -1518,6 +1518,9 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
1518
1518
  AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc,
1519
1519
  AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc,
1520
1520
  AiConversationInvokeMcpToolToolCallFragmentDoc: () => AiConversationInvokeMcpToolToolCallFragmentDoc,
1521
+ AiConversationNavigateToPageToolCallArgsFragmentDoc: () => AiConversationNavigateToPageToolCallArgsFragmentDoc,
1522
+ AiConversationNavigateToPageToolCallFragmentDoc: () => AiConversationNavigateToPageToolCallFragmentDoc,
1523
+ AiConversationNavigateToPageToolCallResultFragmentDoc: () => AiConversationNavigateToPageToolCallResultFragmentDoc,
1521
1524
  AiConversationPartMetadataFragmentDoc: () => AiConversationPartMetadataFragmentDoc,
1522
1525
  AiConversationPartPhase: () => AiConversationPartPhase,
1523
1526
  AiConversationPartType: () => AiConversationPartType,
@@ -1981,6 +1984,8 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
1981
1984
  IntegrationIntercomDocument: () => IntegrationIntercomDocument,
1982
1985
  IntegrationJiraPersonalDocument: () => IntegrationJiraPersonalDocument,
1983
1986
  IntegrationLoomDocument: () => IntegrationLoomDocument,
1987
+ IntegrationMicrosoftPersonalConnectDocument: () => IntegrationMicrosoftPersonalConnectDocument,
1988
+ IntegrationMicrosoftTeamsDocument: () => IntegrationMicrosoftTeamsDocument,
1984
1989
  IntegrationPayloadFragmentDoc: () => IntegrationPayloadFragmentDoc,
1985
1990
  IntegrationRequestDocument: () => IntegrationRequestDocument,
1986
1991
  IntegrationRequestPayloadFragmentDoc: () => IntegrationRequestPayloadFragmentDoc,
@@ -2321,11 +2326,14 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
2321
2326
  ReleaseChannel: () => ReleaseChannel,
2322
2327
  ReleasePayloadFragmentDoc: () => ReleasePayloadFragmentDoc,
2323
2328
  ReleasePipelineArchivePayloadFragmentDoc: () => ReleasePipelineArchivePayloadFragmentDoc,
2329
+ ReleasePipelineChildWebhookPayloadFragmentDoc: () => ReleasePipelineChildWebhookPayloadFragmentDoc,
2324
2330
  ReleasePipelinePayloadFragmentDoc: () => ReleasePipelinePayloadFragmentDoc,
2325
2331
  ReleasePipelineType: () => ReleasePipelineType,
2326
2332
  ReleaseStageArchivePayloadFragmentDoc: () => ReleaseStageArchivePayloadFragmentDoc,
2333
+ ReleaseStageChildWebhookPayloadFragmentDoc: () => ReleaseStageChildWebhookPayloadFragmentDoc,
2327
2334
  ReleaseStagePayloadFragmentDoc: () => ReleaseStagePayloadFragmentDoc,
2328
2335
  ReleaseStageType: () => ReleaseStageType,
2336
+ ReleaseWebhookPayloadFragmentDoc: () => ReleaseWebhookPayloadFragmentDoc,
2329
2337
  RepositorySuggestionFragmentDoc: () => RepositorySuggestionFragmentDoc,
2330
2338
  RepositorySuggestionsPayloadFragmentDoc: () => RepositorySuggestionsPayloadFragmentDoc,
2331
2339
  ResendOrganizationInviteByEmailDocument: () => ResendOrganizationInviteByEmailDocument,
@@ -2731,6 +2739,7 @@ let AiConversationTool = /* @__PURE__ */ function(AiConversationTool$1) {
2731
2739
  AiConversationTool$1["GetPullRequestFile"] = "GetPullRequestFile";
2732
2740
  AiConversationTool$1["GetSlackConversationHistory"] = "GetSlackConversationHistory";
2733
2741
  AiConversationTool$1["InvokeMcpTool"] = "InvokeMcpTool";
2742
+ AiConversationTool$1["NavigateToPage"] = "NavigateToPage";
2734
2743
  AiConversationTool$1["QueryActivity"] = "QueryActivity";
2735
2744
  AiConversationTool$1["QueryUpdates"] = "QueryUpdates";
2736
2745
  AiConversationTool$1["QueryView"] = "QueryView";
@@ -3524,10 +3533,12 @@ let WorkflowTrigger = /* @__PURE__ */ function(WorkflowTrigger$1) {
3524
3533
  let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
3525
3534
  WorkflowTriggerType$1["Issue"] = "issue";
3526
3535
  WorkflowTriggerType$1["Project"] = "project";
3536
+ WorkflowTriggerType$1["Release"] = "release";
3527
3537
  return WorkflowTriggerType$1;
3528
3538
  }({});
3529
3539
  let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
3530
3540
  WorkflowType$1["Automation"] = "automation";
3541
+ WorkflowType$1["Release"] = "release";
3531
3542
  WorkflowType$1["Sla"] = "sla";
3532
3543
  WorkflowType$1["Triage"] = "triage";
3533
3544
  WorkflowType$1["TriageAutomation"] = "triageAutomation";
@@ -3950,6 +3961,54 @@ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
3950
3961
  inactiveLabel
3951
3962
  result
3952
3963
  }`, { fragmentName: "AiConversationInvokeMcpToolToolCall" });
3964
+ const AiConversationNavigateToPageToolCallArgsFragmentDoc = new TypedDocumentString(`
3965
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
3966
+ __typename
3967
+ entityType
3968
+ identifier
3969
+ }
3970
+ `, { fragmentName: "AiConversationNavigateToPageToolCallArgs" });
3971
+ const AiConversationNavigateToPageToolCallResultFragmentDoc = new TypedDocumentString(`
3972
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
3973
+ __typename
3974
+ newTab
3975
+ url
3976
+ }
3977
+ `, { fragmentName: "AiConversationNavigateToPageToolCallResult" });
3978
+ const AiConversationNavigateToPageToolCallFragmentDoc = new TypedDocumentString(`
3979
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
3980
+ __typename
3981
+ rawArgs
3982
+ args {
3983
+ ...AiConversationNavigateToPageToolCallArgs
3984
+ }
3985
+ name
3986
+ rawResult
3987
+ result {
3988
+ ...AiConversationNavigateToPageToolCallResult
3989
+ }
3990
+ displayInfo {
3991
+ ...AiConversationToolDisplayInfo
3992
+ }
3993
+ }
3994
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
3995
+ __typename
3996
+ entityType
3997
+ identifier
3998
+ }
3999
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
4000
+ __typename
4001
+ newTab
4002
+ url
4003
+ }
4004
+ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
4005
+ __typename
4006
+ activeLabel
4007
+ detail
4008
+ icon
4009
+ inactiveLabel
4010
+ result
4011
+ }`, { fragmentName: "AiConversationNavigateToPageToolCall" });
3953
4012
  const AiConversationQueryActivityToolCallArgsFragmentDoc = new TypedDocumentString(`
3954
4013
  fragment AiConversationQueryActivityToolCallArgs on AiConversationQueryActivityToolCallArgs {
3955
4014
  __typename
@@ -4528,6 +4587,9 @@ const AiConversationToolCallPartFragmentDoc = new TypedDocumentString(`
4528
4587
  ... on AiConversationInvokeMcpToolToolCall {
4529
4588
  ...AiConversationInvokeMcpToolToolCall
4530
4589
  }
4590
+ ... on AiConversationNavigateToPageToolCall {
4591
+ ...AiConversationNavigateToPageToolCall
4592
+ }
4531
4593
  ... on AiConversationQueryActivityToolCall {
4532
4594
  ...AiConversationQueryActivityToolCall
4533
4595
  }
@@ -4717,6 +4779,31 @@ fragment AiConversationInvokeMcpToolToolCallArgsTool on AiConversationInvokeMcpT
4717
4779
  name
4718
4780
  title
4719
4781
  }
4782
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
4783
+ __typename
4784
+ rawArgs
4785
+ args {
4786
+ ...AiConversationNavigateToPageToolCallArgs
4787
+ }
4788
+ name
4789
+ rawResult
4790
+ result {
4791
+ ...AiConversationNavigateToPageToolCallResult
4792
+ }
4793
+ displayInfo {
4794
+ ...AiConversationToolDisplayInfo
4795
+ }
4796
+ }
4797
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
4798
+ __typename
4799
+ entityType
4800
+ identifier
4801
+ }
4802
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
4803
+ __typename
4804
+ newTab
4805
+ url
4806
+ }
4720
4807
  fragment AiConversationQueryActivityToolCall on AiConversationQueryActivityToolCall {
4721
4808
  __typename
4722
4809
  rawArgs
@@ -5216,6 +5303,9 @@ fragment AiConversationToolCallPart on AiConversationToolCallPart {
5216
5303
  ... on AiConversationInvokeMcpToolToolCall {
5217
5304
  ...AiConversationInvokeMcpToolToolCall
5218
5305
  }
5306
+ ... on AiConversationNavigateToPageToolCall {
5307
+ ...AiConversationNavigateToPageToolCall
5308
+ }
5219
5309
  ... on AiConversationQueryActivityToolCall {
5220
5310
  ...AiConversationQueryActivityToolCall
5221
5311
  }
@@ -5462,6 +5552,31 @@ fragment AiConversationInvokeMcpToolToolCallArgsTool on AiConversationInvokeMcpT
5462
5552
  name
5463
5553
  title
5464
5554
  }
5555
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
5556
+ __typename
5557
+ rawArgs
5558
+ args {
5559
+ ...AiConversationNavigateToPageToolCallArgs
5560
+ }
5561
+ name
5562
+ rawResult
5563
+ result {
5564
+ ...AiConversationNavigateToPageToolCallResult
5565
+ }
5566
+ displayInfo {
5567
+ ...AiConversationToolDisplayInfo
5568
+ }
5569
+ }
5570
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
5571
+ __typename
5572
+ entityType
5573
+ identifier
5574
+ }
5575
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
5576
+ __typename
5577
+ newTab
5578
+ url
5579
+ }
5465
5580
  fragment AiConversationQueryActivityToolCall on AiConversationQueryActivityToolCall {
5466
5581
  __typename
5467
5582
  rawArgs
@@ -9944,6 +10059,91 @@ fragment IssueChildWebhookPayload on IssueChildWebhookPayload {
9944
10059
  identifier
9945
10060
  title
9946
10061
  }`, { fragmentName: "ReactionWebhookPayload" });
10062
+ const ReleaseStageChildWebhookPayloadFragmentDoc = new TypedDocumentString(`
10063
+ fragment ReleaseStageChildWebhookPayload on ReleaseStageChildWebhookPayload {
10064
+ __typename
10065
+ id
10066
+ color
10067
+ name
10068
+ position
10069
+ type
10070
+ }
10071
+ `, { fragmentName: "ReleaseStageChildWebhookPayload" });
10072
+ const ReleasePipelineChildWebhookPayloadFragmentDoc = new TypedDocumentString(`
10073
+ fragment ReleasePipelineChildWebhookPayload on ReleasePipelineChildWebhookPayload {
10074
+ __typename
10075
+ id
10076
+ url
10077
+ name
10078
+ slugId
10079
+ type
10080
+ }
10081
+ `, { fragmentName: "ReleasePipelineChildWebhookPayload" });
10082
+ const ReleaseWebhookPayloadFragmentDoc = new TypedDocumentString(`
10083
+ fragment ReleaseWebhookPayload on ReleaseWebhookPayload {
10084
+ __typename
10085
+ stageId
10086
+ id
10087
+ pipelineId
10088
+ creatorId
10089
+ url
10090
+ commitSha
10091
+ stage {
10092
+ ...ReleaseStageChildWebhookPayload
10093
+ }
10094
+ targetDate
10095
+ startDate
10096
+ issues {
10097
+ ...IssueChildWebhookPayload
10098
+ }
10099
+ name
10100
+ pipeline {
10101
+ ...ReleasePipelineChildWebhookPayload
10102
+ }
10103
+ description
10104
+ slugId
10105
+ archivedAt
10106
+ createdAt
10107
+ updatedAt
10108
+ canceledAt
10109
+ completedAt
10110
+ startedAt
10111
+ version
10112
+ trashed
10113
+ }
10114
+ fragment ReleasePipelineChildWebhookPayload on ReleasePipelineChildWebhookPayload {
10115
+ __typename
10116
+ id
10117
+ url
10118
+ name
10119
+ slugId
10120
+ type
10121
+ }
10122
+ fragment ReleaseStageChildWebhookPayload on ReleaseStageChildWebhookPayload {
10123
+ __typename
10124
+ id
10125
+ color
10126
+ name
10127
+ position
10128
+ type
10129
+ }
10130
+ fragment TeamChildWebhookPayload on TeamChildWebhookPayload {
10131
+ __typename
10132
+ id
10133
+ key
10134
+ name
10135
+ }
10136
+ fragment IssueChildWebhookPayload on IssueChildWebhookPayload {
10137
+ __typename
10138
+ id
10139
+ team {
10140
+ ...TeamChildWebhookPayload
10141
+ }
10142
+ teamId
10143
+ url
10144
+ identifier
10145
+ title
10146
+ }`, { fragmentName: "ReleaseWebhookPayload" });
9947
10147
  const IssueStatusChangedNotificationWebhookPayloadFragmentDoc = new TypedDocumentString(`
9948
10148
  fragment IssueStatusChangedNotificationWebhookPayload on IssueStatusChangedNotificationWebhookPayload {
9949
10149
  __typename
@@ -12084,6 +12284,9 @@ const AiConversationBaseToolCallFragmentDoc = new TypedDocumentString(`
12084
12284
  ... on AiConversationInvokeMcpToolToolCall {
12085
12285
  ...AiConversationInvokeMcpToolToolCall
12086
12286
  }
12287
+ ... on AiConversationNavigateToPageToolCall {
12288
+ ...AiConversationNavigateToPageToolCall
12289
+ }
12087
12290
  ... on AiConversationQueryActivityToolCall {
12088
12291
  ...AiConversationQueryActivityToolCall
12089
12292
  }
@@ -12262,6 +12465,31 @@ fragment AiConversationInvokeMcpToolToolCallArgsTool on AiConversationInvokeMcpT
12262
12465
  name
12263
12466
  title
12264
12467
  }
12468
+ fragment AiConversationNavigateToPageToolCall on AiConversationNavigateToPageToolCall {
12469
+ __typename
12470
+ rawArgs
12471
+ args {
12472
+ ...AiConversationNavigateToPageToolCallArgs
12473
+ }
12474
+ name
12475
+ rawResult
12476
+ result {
12477
+ ...AiConversationNavigateToPageToolCallResult
12478
+ }
12479
+ displayInfo {
12480
+ ...AiConversationToolDisplayInfo
12481
+ }
12482
+ }
12483
+ fragment AiConversationNavigateToPageToolCallArgs on AiConversationNavigateToPageToolCallArgs {
12484
+ __typename
12485
+ entityType
12486
+ identifier
12487
+ }
12488
+ fragment AiConversationNavigateToPageToolCallResult on AiConversationNavigateToPageToolCallResult {
12489
+ __typename
12490
+ newTab
12491
+ url
12492
+ }
12265
12493
  fragment AiConversationQueryActivityToolCall on AiConversationQueryActivityToolCall {
12266
12494
  __typename
12267
12495
  rawArgs
@@ -16840,6 +17068,7 @@ const UserFragmentDoc = new TypedDocumentString(`
16840
17068
  displayName
16841
17069
  email
16842
17070
  name
17071
+ title
16843
17072
  url
16844
17073
  active
16845
17074
  guest
@@ -16887,6 +17116,7 @@ const IssueSharedAccessFragmentDoc = new TypedDocumentString(`
16887
17116
  displayName
16888
17117
  email
16889
17118
  name
17119
+ title
16890
17120
  url
16891
17121
  active
16892
17122
  guest
@@ -17007,6 +17237,7 @@ const IssueFragmentDoc = new TypedDocumentString(`
17007
17237
  state {
17008
17238
  id
17009
17239
  }
17240
+ inheritsSharedAccess
17010
17241
  }
17011
17242
  fragment ActorBot on ActorBot {
17012
17243
  __typename
@@ -17064,6 +17295,7 @@ fragment User on User {
17064
17295
  displayName
17065
17296
  email
17066
17297
  name
17298
+ title
17067
17299
  url
17068
17300
  active
17069
17301
  guest
@@ -17188,6 +17420,7 @@ fragment User on User {
17188
17420
  displayName
17189
17421
  email
17190
17422
  name
17423
+ title
17191
17424
  url
17192
17425
  active
17193
17426
  guest
@@ -17307,6 +17540,7 @@ fragment Issue on Issue {
17307
17540
  state {
17308
17541
  id
17309
17542
  }
17543
+ inheritsSharedAccess
17310
17544
  }
17311
17545
  fragment ExternalEntityInfo on ExternalEntityInfo {
17312
17546
  __typename
@@ -17419,6 +17653,7 @@ fragment User on User {
17419
17653
  displayName
17420
17654
  email
17421
17655
  name
17656
+ title
17422
17657
  url
17423
17658
  active
17424
17659
  guest
@@ -17538,6 +17773,7 @@ fragment Issue on Issue {
17538
17773
  state {
17539
17774
  id
17540
17775
  }
17776
+ inheritsSharedAccess
17541
17777
  }
17542
17778
  fragment ExternalEntityInfo on ExternalEntityInfo {
17543
17779
  __typename
@@ -17790,6 +18026,7 @@ fragment User on User {
17790
18026
  displayName
17791
18027
  email
17792
18028
  name
18029
+ title
17793
18030
  url
17794
18031
  active
17795
18032
  guest
@@ -18028,6 +18265,7 @@ fragment User on User {
18028
18265
  displayName
18029
18266
  email
18030
18267
  name
18268
+ title
18031
18269
  url
18032
18270
  active
18033
18271
  guest
@@ -18394,6 +18632,7 @@ const IssueSearchResultFragmentDoc = new TypedDocumentString(`
18394
18632
  state {
18395
18633
  id
18396
18634
  }
18635
+ inheritsSharedAccess
18397
18636
  }
18398
18637
  fragment ActorBot on ActorBot {
18399
18638
  __typename
@@ -18451,6 +18690,7 @@ fragment User on User {
18451
18690
  displayName
18452
18691
  email
18453
18692
  name
18693
+ title
18454
18694
  url
18455
18695
  active
18456
18696
  guest
@@ -18580,6 +18820,7 @@ fragment User on User {
18580
18820
  displayName
18581
18821
  email
18582
18822
  name
18823
+ title
18583
18824
  url
18584
18825
  active
18585
18826
  guest
@@ -18742,6 +18983,7 @@ fragment IssueSearchResult on IssueSearchResult {
18742
18983
  state {
18743
18984
  id
18744
18985
  }
18986
+ inheritsSharedAccess
18745
18987
  }
18746
18988
  fragment IssueSharedAccess on IssueSharedAccess {
18747
18989
  __typename
@@ -22336,6 +22578,12 @@ const SubscriptionFragmentDoc = new TypedDocumentString(`
22336
22578
  documentContentDraftUpdated {
22337
22579
  ...DocumentContentDraft
22338
22580
  }
22581
+ documentContentCreated {
22582
+ ...DocumentContent
22583
+ }
22584
+ documentContentUpdated {
22585
+ ...DocumentContent
22586
+ }
22339
22587
  documentArchived {
22340
22588
  id
22341
22589
  }
@@ -22988,6 +23236,7 @@ fragment User on User {
22988
23236
  displayName
22989
23237
  email
22990
23238
  name
23239
+ title
22991
23240
  url
22992
23241
  active
22993
23242
  guest
@@ -23901,6 +24150,7 @@ const UserConnectionFragmentDoc = new TypedDocumentString(`
23901
24150
  displayName
23902
24151
  email
23903
24152
  name
24153
+ title
23904
24154
  url
23905
24155
  active
23906
24156
  guest
@@ -24978,6 +25228,7 @@ fragment User on User {
24978
25228
  displayName
24979
25229
  email
24980
25230
  name
25231
+ title
24981
25232
  url
24982
25233
  active
24983
25234
  guest
@@ -25097,6 +25348,7 @@ fragment Issue on Issue {
25097
25348
  state {
25098
25349
  id
25099
25350
  }
25351
+ inheritsSharedAccess
25100
25352
  }
25101
25353
  fragment ExternalEntityInfo on ExternalEntityInfo {
25102
25354
  __typename
@@ -25291,6 +25543,7 @@ fragment User on User {
25291
25543
  displayName
25292
25544
  email
25293
25545
  name
25546
+ title
25294
25547
  url
25295
25548
  active
25296
25549
  guest
@@ -25410,6 +25663,7 @@ fragment Issue on Issue {
25410
25663
  state {
25411
25664
  id
25412
25665
  }
25666
+ inheritsSharedAccess
25413
25667
  }
25414
25668
  fragment ExternalEntityInfo on ExternalEntityInfo {
25415
25669
  __typename
@@ -26087,6 +26341,7 @@ fragment User on User {
26087
26341
  displayName
26088
26342
  email
26089
26343
  name
26344
+ title
26090
26345
  url
26091
26346
  active
26092
26347
  guest
@@ -26427,6 +26682,7 @@ const AttachmentIssue_SharedAccessDocument = new TypedDocumentString(`
26427
26682
  displayName
26428
26683
  email
26429
26684
  name
26685
+ title
26430
26686
  url
26431
26687
  active
26432
26688
  guest
@@ -26523,6 +26779,7 @@ const AttachmentIssue_SubscribersDocument = new TypedDocumentString(`
26523
26779
  displayName
26524
26780
  email
26525
26781
  name
26782
+ title
26526
26783
  url
26527
26784
  active
26528
26785
  guest
@@ -27334,6 +27591,7 @@ fragment User on User {
27334
27591
  displayName
27335
27592
  email
27336
27593
  name
27594
+ title
27337
27595
  url
27338
27596
  active
27339
27597
  guest
@@ -27453,6 +27711,7 @@ fragment Issue on Issue {
27453
27711
  state {
27454
27712
  id
27455
27713
  }
27714
+ inheritsSharedAccess
27456
27715
  }
27457
27716
  fragment ExternalEntityInfo on ExternalEntityInfo {
27458
27717
  __typename
@@ -28339,6 +28598,7 @@ fragment User on User {
28339
28598
  displayName
28340
28599
  email
28341
28600
  name
28601
+ title
28342
28602
  url
28343
28603
  active
28344
28604
  guest
@@ -28458,6 +28718,7 @@ fragment Issue on Issue {
28458
28718
  state {
28459
28719
  id
28460
28720
  }
28721
+ inheritsSharedAccess
28461
28722
  }
28462
28723
  fragment ExternalEntityInfo on ExternalEntityInfo {
28463
28724
  __typename
@@ -30744,6 +31005,7 @@ fragment User on User {
30744
31005
  displayName
30745
31006
  email
30746
31007
  name
31008
+ title
30747
31009
  url
30748
31010
  active
30749
31011
  guest
@@ -30863,6 +31125,7 @@ fragment Issue on Issue {
30863
31125
  state {
30864
31126
  id
30865
31127
  }
31128
+ inheritsSharedAccess
30866
31129
  }
30867
31130
  fragment ExternalEntityInfo on ExternalEntityInfo {
30868
31131
  __typename
@@ -30997,6 +31260,7 @@ fragment User on User {
30997
31260
  displayName
30998
31261
  email
30999
31262
  name
31263
+ title
31000
31264
  url
31001
31265
  active
31002
31266
  guest
@@ -31116,6 +31380,7 @@ fragment Issue on Issue {
31116
31380
  state {
31117
31381
  id
31118
31382
  }
31383
+ inheritsSharedAccess
31119
31384
  }
31120
31385
  fragment ExternalEntityInfo on ExternalEntityInfo {
31121
31386
  __typename
@@ -33717,6 +33982,7 @@ fragment User on User {
33717
33982
  displayName
33718
33983
  email
33719
33984
  name
33985
+ title
33720
33986
  url
33721
33987
  active
33722
33988
  guest
@@ -33836,6 +34102,7 @@ fragment Issue on Issue {
33836
34102
  state {
33837
34103
  id
33838
34104
  }
34105
+ inheritsSharedAccess
33839
34106
  }
33840
34107
  fragment ExternalEntityInfo on ExternalEntityInfo {
33841
34108
  __typename
@@ -34030,6 +34297,7 @@ fragment User on User {
34030
34297
  displayName
34031
34298
  email
34032
34299
  name
34300
+ title
34033
34301
  url
34034
34302
  active
34035
34303
  guest
@@ -34149,6 +34417,7 @@ fragment Issue on Issue {
34149
34417
  state {
34150
34418
  id
34151
34419
  }
34420
+ inheritsSharedAccess
34152
34421
  }
34153
34422
  fragment ExternalEntityInfo on ExternalEntityInfo {
34154
34423
  __typename
@@ -34826,6 +35095,7 @@ fragment User on User {
34826
35095
  displayName
34827
35096
  email
34828
35097
  name
35098
+ title
34829
35099
  url
34830
35100
  active
34831
35101
  guest
@@ -35166,6 +35436,7 @@ const Issue_SharedAccessDocument = new TypedDocumentString(`
35166
35436
  displayName
35167
35437
  email
35168
35438
  name
35439
+ title
35169
35440
  url
35170
35441
  active
35171
35442
  guest
@@ -35262,6 +35533,7 @@ const Issue_SubscribersDocument = new TypedDocumentString(`
35262
35533
  displayName
35263
35534
  email
35264
35535
  name
35536
+ title
35265
35537
  url
35266
35538
  active
35267
35539
  guest
@@ -35362,6 +35634,7 @@ fragment User on User {
35362
35634
  displayName
35363
35635
  email
35364
35636
  name
35637
+ title
35365
35638
  url
35366
35639
  active
35367
35640
  guest
@@ -35481,6 +35754,7 @@ fragment Issue on Issue {
35481
35754
  state {
35482
35755
  id
35483
35756
  }
35757
+ inheritsSharedAccess
35484
35758
  }
35485
35759
  fragment ExternalEntityInfo on ExternalEntityInfo {
35486
35760
  __typename
@@ -35757,6 +36031,7 @@ fragment User on User {
35757
36031
  displayName
35758
36032
  email
35759
36033
  name
36034
+ title
35760
36035
  url
35761
36036
  active
35762
36037
  guest
@@ -35876,6 +36151,7 @@ fragment Issue on Issue {
35876
36151
  state {
35877
36152
  id
35878
36153
  }
36154
+ inheritsSharedAccess
35879
36155
  }
35880
36156
  fragment ExternalEntityInfo on ExternalEntityInfo {
35881
36157
  __typename
@@ -36162,6 +36438,7 @@ fragment User on User {
36162
36438
  displayName
36163
36439
  email
36164
36440
  name
36441
+ title
36165
36442
  url
36166
36443
  active
36167
36444
  guest
@@ -36281,6 +36558,7 @@ fragment Issue on Issue {
36281
36558
  state {
36282
36559
  id
36283
36560
  }
36561
+ inheritsSharedAccess
36284
36562
  }
36285
36563
  fragment ExternalEntityInfo on ExternalEntityInfo {
36286
36564
  __typename
@@ -36416,6 +36694,7 @@ fragment User on User {
36416
36694
  displayName
36417
36695
  email
36418
36696
  name
36697
+ title
36419
36698
  url
36420
36699
  active
36421
36700
  guest
@@ -36535,6 +36814,7 @@ fragment Issue on Issue {
36535
36814
  state {
36536
36815
  id
36537
36816
  }
36817
+ inheritsSharedAccess
36538
36818
  }
36539
36819
  fragment ExternalEntityInfo on ExternalEntityInfo {
36540
36820
  __typename
@@ -36729,6 +37009,7 @@ fragment User on User {
36729
37009
  displayName
36730
37010
  email
36731
37011
  name
37012
+ title
36732
37013
  url
36733
37014
  active
36734
37015
  guest
@@ -36848,6 +37129,7 @@ fragment Issue on Issue {
36848
37129
  state {
36849
37130
  id
36850
37131
  }
37132
+ inheritsSharedAccess
36851
37133
  }
36852
37134
  fragment ExternalEntityInfo on ExternalEntityInfo {
36853
37135
  __typename
@@ -37525,6 +37807,7 @@ fragment User on User {
37525
37807
  displayName
37526
37808
  email
37527
37809
  name
37810
+ title
37528
37811
  url
37529
37812
  active
37530
37813
  guest
@@ -37865,6 +38148,7 @@ const IssueVcsBranchSearch_SharedAccessDocument = new TypedDocumentString(`
37865
38148
  displayName
37866
38149
  email
37867
38150
  name
38151
+ title
37868
38152
  url
37869
38153
  active
37870
38154
  guest
@@ -37961,6 +38245,7 @@ const IssueVcsBranchSearch_SubscribersDocument = new TypedDocumentString(`
37961
38245
  displayName
37962
38246
  email
37963
38247
  name
38248
+ title
37964
38249
  url
37965
38250
  active
37966
38251
  guest
@@ -38062,6 +38347,7 @@ fragment User on User {
38062
38347
  displayName
38063
38348
  email
38064
38349
  name
38350
+ title
38065
38351
  url
38066
38352
  active
38067
38353
  guest
@@ -38181,6 +38467,7 @@ fragment Issue on Issue {
38181
38467
  state {
38182
38468
  id
38183
38469
  }
38470
+ inheritsSharedAccess
38184
38471
  }
38185
38472
  fragment ExternalEntityInfo on ExternalEntityInfo {
38186
38473
  __typename
@@ -39818,6 +40105,7 @@ const Organization_UsersDocument = new TypedDocumentString(`
39818
40105
  displayName
39819
40106
  email
39820
40107
  name
40108
+ title
39821
40109
  url
39822
40110
  active
39823
40111
  guest
@@ -40940,6 +41228,7 @@ fragment User on User {
40940
41228
  displayName
40941
41229
  email
40942
41230
  name
41231
+ title
40943
41232
  url
40944
41233
  active
40945
41234
  guest
@@ -41059,6 +41348,7 @@ fragment Issue on Issue {
41059
41348
  state {
41060
41349
  id
41061
41350
  }
41351
+ inheritsSharedAccess
41062
41352
  }
41063
41353
  fragment ExternalEntityInfo on ExternalEntityInfo {
41064
41354
  __typename
@@ -41212,6 +41502,7 @@ const Project_MembersDocument = new TypedDocumentString(`
41212
41502
  displayName
41213
41503
  email
41214
41504
  name
41505
+ title
41215
41506
  url
41216
41507
  active
41217
41508
  guest
@@ -42293,6 +42584,7 @@ fragment User on User {
42293
42584
  displayName
42294
42585
  email
42295
42586
  name
42587
+ title
42296
42588
  url
42297
42589
  active
42298
42590
  guest
@@ -42412,6 +42704,7 @@ fragment Issue on Issue {
42412
42704
  state {
42413
42705
  id
42414
42706
  }
42707
+ inheritsSharedAccess
42415
42708
  }
42416
42709
  fragment ExternalEntityInfo on ExternalEntityInfo {
42417
42710
  __typename
@@ -43831,6 +44124,7 @@ fragment User on User {
43831
44124
  displayName
43832
44125
  email
43833
44126
  name
44127
+ title
43834
44128
  url
43835
44129
  active
43836
44130
  guest
@@ -44006,6 +44300,7 @@ fragment IssueSearchResult on IssueSearchResult {
44006
44300
  state {
44007
44301
  id
44008
44302
  }
44303
+ inheritsSharedAccess
44009
44304
  }
44010
44305
  fragment IssueSharedAccess on IssueSharedAccess {
44011
44306
  __typename
@@ -44634,6 +44929,7 @@ fragment User on User {
44634
44929
  displayName
44635
44930
  email
44636
44931
  name
44932
+ title
44637
44933
  url
44638
44934
  active
44639
44935
  guest
@@ -44753,6 +45049,7 @@ fragment Issue on Issue {
44753
45049
  state {
44754
45050
  id
44755
45051
  }
45052
+ inheritsSharedAccess
44756
45053
  }
44757
45054
  fragment ExternalEntityInfo on ExternalEntityInfo {
44758
45055
  __typename
@@ -44912,6 +45209,7 @@ const Team_MembersDocument = new TypedDocumentString(`
44912
45209
  displayName
44913
45210
  email
44914
45211
  name
45212
+ title
44915
45213
  url
44916
45214
  active
44917
45215
  guest
@@ -45843,6 +46141,7 @@ const UserDocument = new TypedDocumentString(`
45843
46141
  displayName
45844
46142
  email
45845
46143
  name
46144
+ title
45846
46145
  url
45847
46146
  active
45848
46147
  guest
@@ -45929,6 +46228,7 @@ fragment User on User {
45929
46228
  displayName
45930
46229
  email
45931
46230
  name
46231
+ title
45932
46232
  url
45933
46233
  active
45934
46234
  guest
@@ -46048,6 +46348,7 @@ fragment Issue on Issue {
46048
46348
  state {
46049
46349
  id
46050
46350
  }
46351
+ inheritsSharedAccess
46051
46352
  }
46052
46353
  fragment ExternalEntityInfo on ExternalEntityInfo {
46053
46354
  __typename
@@ -46182,6 +46483,7 @@ fragment User on User {
46182
46483
  displayName
46183
46484
  email
46184
46485
  name
46486
+ title
46185
46487
  url
46186
46488
  active
46187
46489
  guest
@@ -46301,6 +46603,7 @@ fragment Issue on Issue {
46301
46603
  state {
46302
46604
  id
46303
46605
  }
46606
+ inheritsSharedAccess
46304
46607
  }
46305
46608
  fragment ExternalEntityInfo on ExternalEntityInfo {
46306
46609
  __typename
@@ -46435,6 +46738,7 @@ fragment User on User {
46435
46738
  displayName
46436
46739
  email
46437
46740
  name
46741
+ title
46438
46742
  url
46439
46743
  active
46440
46744
  guest
@@ -46554,6 +46858,7 @@ fragment Issue on Issue {
46554
46858
  state {
46555
46859
  id
46556
46860
  }
46861
+ inheritsSharedAccess
46557
46862
  }
46558
46863
  fragment ExternalEntityInfo on ExternalEntityInfo {
46559
46864
  __typename
@@ -47764,6 +48069,7 @@ const UsersDocument = new TypedDocumentString(`
47764
48069
  displayName
47765
48070
  email
47766
48071
  name
48072
+ title
47767
48073
  url
47768
48074
  active
47769
48075
  guest
@@ -47831,6 +48137,7 @@ const ViewerDocument = new TypedDocumentString(`
47831
48137
  displayName
47832
48138
  email
47833
48139
  name
48140
+ title
47834
48141
  url
47835
48142
  active
47836
48143
  guest
@@ -47917,6 +48224,7 @@ fragment User on User {
47917
48224
  displayName
47918
48225
  email
47919
48226
  name
48227
+ title
47920
48228
  url
47921
48229
  active
47922
48230
  guest
@@ -48036,6 +48344,7 @@ fragment Issue on Issue {
48036
48344
  state {
48037
48345
  id
48038
48346
  }
48347
+ inheritsSharedAccess
48039
48348
  }
48040
48349
  fragment ExternalEntityInfo on ExternalEntityInfo {
48041
48350
  __typename
@@ -48170,6 +48479,7 @@ fragment User on User {
48170
48479
  displayName
48171
48480
  email
48172
48481
  name
48482
+ title
48173
48483
  url
48174
48484
  active
48175
48485
  guest
@@ -48289,6 +48599,7 @@ fragment Issue on Issue {
48289
48599
  state {
48290
48600
  id
48291
48601
  }
48602
+ inheritsSharedAccess
48292
48603
  }
48293
48604
  fragment ExternalEntityInfo on ExternalEntityInfo {
48294
48605
  __typename
@@ -48423,6 +48734,7 @@ fragment User on User {
48423
48734
  displayName
48424
48735
  email
48425
48736
  name
48737
+ title
48426
48738
  url
48427
48739
  active
48428
48740
  guest
@@ -48542,6 +48854,7 @@ fragment Issue on Issue {
48542
48854
  state {
48543
48855
  id
48544
48856
  }
48857
+ inheritsSharedAccess
48545
48858
  }
48546
48859
  fragment ExternalEntityInfo on ExternalEntityInfo {
48547
48860
  __typename
@@ -49019,6 +49332,7 @@ fragment User on User {
49019
49332
  displayName
49020
49333
  email
49021
49334
  name
49335
+ title
49022
49336
  url
49023
49337
  active
49024
49338
  guest
@@ -49138,6 +49452,7 @@ fragment Issue on Issue {
49138
49452
  state {
49139
49453
  id
49140
49454
  }
49455
+ inheritsSharedAccess
49141
49456
  }
49142
49457
  fragment ExternalEntityInfo on ExternalEntityInfo {
49143
49458
  __typename
@@ -51373,6 +51688,34 @@ const IntegrationLoomDocument = new TypedDocumentString(`
51373
51688
  }
51374
51689
  success
51375
51690
  }`);
51691
+ const IntegrationMicrosoftPersonalConnectDocument = new TypedDocumentString(`
51692
+ mutation integrationMicrosoftPersonalConnect($code: String!, $redirectUri: String!) {
51693
+ integrationMicrosoftPersonalConnect(code: $code, redirectUri: $redirectUri) {
51694
+ ...IntegrationPayload
51695
+ }
51696
+ }
51697
+ fragment IntegrationPayload on IntegrationPayload {
51698
+ __typename
51699
+ lastSyncId
51700
+ integration {
51701
+ id
51702
+ }
51703
+ success
51704
+ }`);
51705
+ const IntegrationMicrosoftTeamsDocument = new TypedDocumentString(`
51706
+ mutation integrationMicrosoftTeams($code: String!, $redirectUri: String!) {
51707
+ integrationMicrosoftTeams(code: $code, redirectUri: $redirectUri) {
51708
+ ...IntegrationPayload
51709
+ }
51710
+ }
51711
+ fragment IntegrationPayload on IntegrationPayload {
51712
+ __typename
51713
+ lastSyncId
51714
+ integration {
51715
+ id
51716
+ }
51717
+ success
51718
+ }`);
51376
51719
  const IntegrationRequestDocument = new TypedDocumentString(`
51377
51720
  mutation integrationRequest($input: IntegrationRequestInput!) {
51378
51721
  integrationRequest(input: $input) {
@@ -51750,6 +52093,7 @@ fragment User on User {
51750
52093
  displayName
51751
52094
  email
51752
52095
  name
52096
+ title
51753
52097
  url
51754
52098
  active
51755
52099
  guest
@@ -51869,6 +52213,7 @@ fragment Issue on Issue {
51869
52213
  state {
51870
52214
  id
51871
52215
  }
52216
+ inheritsSharedAccess
51872
52217
  }
51873
52218
  fragment ExternalEntityInfo on ExternalEntityInfo {
51874
52219
  __typename
@@ -51985,6 +52330,7 @@ fragment User on User {
51985
52330
  displayName
51986
52331
  email
51987
52332
  name
52333
+ title
51988
52334
  url
51989
52335
  active
51990
52336
  guest
@@ -52104,6 +52450,7 @@ fragment Issue on Issue {
52104
52450
  state {
52105
52451
  id
52106
52452
  }
52453
+ inheritsSharedAccess
52107
52454
  }
52108
52455
  fragment ExternalEntityInfo on ExternalEntityInfo {
52109
52456
  __typename
@@ -59776,6 +60123,64 @@ var AiConversationInvokeMcpToolToolCallArgsTool = class extends Request {
59776
60123
  title;
59777
60124
  };
59778
60125
  /**
60126
+ * AiConversationNavigateToPageToolCall model
60127
+ *
60128
+ * @param request - function to call the graphql client
60129
+ * @param data - L.AiConversationNavigateToPageToolCallFragment response data
60130
+ */
60131
+ var AiConversationNavigateToPageToolCall = class extends Request {
60132
+ constructor(request, data) {
60133
+ super(request);
60134
+ this.rawArgs = parseJson(data.rawArgs) ?? void 0;
60135
+ this.rawResult = parseJson(data.rawResult) ?? void 0;
60136
+ this.args = data.args ? new AiConversationNavigateToPageToolCallArgs(request, data.args) : void 0;
60137
+ this.displayInfo = new AiConversationToolDisplayInfo(request, data.displayInfo);
60138
+ this.result = data.result ? new AiConversationNavigateToPageToolCallResult(request, data.result) : void 0;
60139
+ this.name = data.name;
60140
+ }
60141
+ /** The arguments of the tool call. */
60142
+ rawArgs;
60143
+ /** The result of the tool call. */
60144
+ rawResult;
60145
+ /** The arguments to the tool call. */
60146
+ args;
60147
+ displayInfo;
60148
+ /** The result of the tool call. */
60149
+ result;
60150
+ /** The name of the tool that was called. */
60151
+ name;
60152
+ };
60153
+ /**
60154
+ * AiConversationNavigateToPageToolCallArgs model
60155
+ *
60156
+ * @param request - function to call the graphql client
60157
+ * @param data - L.AiConversationNavigateToPageToolCallArgsFragment response data
60158
+ */
60159
+ var AiConversationNavigateToPageToolCallArgs = class extends Request {
60160
+ constructor(request, data) {
60161
+ super(request);
60162
+ this.entityType = data.entityType ?? void 0;
60163
+ this.identifier = data.identifier ?? void 0;
60164
+ }
60165
+ entityType;
60166
+ identifier;
60167
+ };
60168
+ /**
60169
+ * AiConversationNavigateToPageToolCallResult model
60170
+ *
60171
+ * @param request - function to call the graphql client
60172
+ * @param data - L.AiConversationNavigateToPageToolCallResultFragment response data
60173
+ */
60174
+ var AiConversationNavigateToPageToolCallResult = class extends Request {
60175
+ constructor(request, data) {
60176
+ super(request);
60177
+ this.newTab = data.newTab ?? void 0;
60178
+ this.url = data.url;
60179
+ }
60180
+ newTab;
60181
+ url;
60182
+ };
60183
+ /**
59779
60184
  * Metadata about a part in an AI conversation.
59780
60185
  *
59781
60186
  * @param request - function to call the graphql client
@@ -67525,6 +67930,7 @@ var Issue = class extends Request {
67525
67930
  this.estimate = data.estimate ?? void 0;
67526
67931
  this.id = data.id;
67527
67932
  this.identifier = data.identifier;
67933
+ this.inheritsSharedAccess = data.inheritsSharedAccess;
67528
67934
  this.labelIds = data.labelIds;
67529
67935
  this.number = data.number;
67530
67936
  this.previousIdentifiers = data.previousIdentifiers;
@@ -67604,13 +68010,15 @@ var Issue = class extends Request {
67604
68010
  id;
67605
68011
  /** Issue's human readable identifier (e.g. ENG-123). */
67606
68012
  identifier;
68013
+ /** Whether this issue inherits shared access from its parent issue. */
68014
+ inheritsSharedAccess;
67607
68015
  /** Id of the labels associated with this issue. */
67608
68016
  labelIds;
67609
68017
  /** The issue's unique number. */
67610
68018
  number;
67611
68019
  /** Previous identifiers of the issue if it has been moved between teams. */
67612
68020
  previousIdentifiers;
67613
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
68021
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
67614
68022
  priority;
67615
68023
  /** Label for the priority. */
67616
68024
  priorityLabel;
@@ -69398,6 +69806,7 @@ var IssueSearchResult = class extends Request {
69398
69806
  this.estimate = data.estimate ?? void 0;
69399
69807
  this.id = data.id;
69400
69808
  this.identifier = data.identifier;
69809
+ this.inheritsSharedAccess = data.inheritsSharedAccess;
69401
69810
  this.labelIds = data.labelIds;
69402
69811
  this.metadata = data.metadata;
69403
69812
  this.number = data.number;
@@ -69478,6 +69887,8 @@ var IssueSearchResult = class extends Request {
69478
69887
  id;
69479
69888
  /** Issue's human readable identifier (e.g. ENG-123). */
69480
69889
  identifier;
69890
+ /** Whether this issue inherits shared access from its parent issue. */
69891
+ inheritsSharedAccess;
69481
69892
  /** Id of the labels associated with this issue. */
69482
69893
  labelIds;
69483
69894
  /** Metadata related to search result. */
@@ -69486,7 +69897,7 @@ var IssueSearchResult = class extends Request {
69486
69897
  number;
69487
69898
  /** Previous identifiers of the issue if it has been moved between teams. */
69488
69899
  previousIdentifiers;
69489
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
69900
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
69490
69901
  priority;
69491
69902
  /** Label for the priority. */
69492
69903
  priorityLabel;
@@ -70120,7 +70531,7 @@ var IssueWebhookPayload = class {
70120
70531
  parentId;
70121
70532
  /** Previous identifiers of the issue if it has been moved between teams. */
70122
70533
  previousIdentifiers;
70123
- /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
70534
+ /** The priority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
70124
70535
  priority;
70125
70536
  /** The label of the issue's priority. */
70126
70537
  priorityLabel;
@@ -72124,7 +72535,7 @@ var Project = class extends Request {
72124
72535
  labelIds;
72125
72536
  /** The project's name. */
72126
72537
  name;
72127
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
72538
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
72128
72539
  priority;
72129
72540
  /** The priority of the project as a label. */
72130
72541
  priorityLabel;
@@ -73468,7 +73879,7 @@ var ProjectSearchResult = class extends Request {
73468
73879
  metadata;
73469
73880
  /** The project's name. */
73470
73881
  name;
73471
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
73882
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
73472
73883
  priority;
73473
73884
  /** The priority of the project as a label. */
73474
73885
  priorityLabel;
@@ -74132,7 +74543,7 @@ var ProjectWebhookPayload = class {
74132
74543
  memberIds;
74133
74544
  /** The project's name. */
74134
74545
  name;
74135
- /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low. */
74546
+ /** The priority of the project. 0 = No priority, 1 = Urgent, 2 = High, 3 = Medium, 4 = Low. */
74136
74547
  priority;
74137
74548
  /** The sort order for the project within the organization, when ordered by priority. */
74138
74549
  prioritySortOrder;
@@ -74602,6 +75013,30 @@ var ReleasePipelineArchivePayload = class extends Request {
74602
75013
  success;
74603
75014
  };
74604
75015
  /**
75016
+ * Certain properties of a release pipeline.
75017
+ *
75018
+ * @param data - L.ReleasePipelineChildWebhookPayloadFragment response data
75019
+ */
75020
+ var ReleasePipelineChildWebhookPayload = class {
75021
+ constructor(data) {
75022
+ this.id = data.id;
75023
+ this.name = data.name;
75024
+ this.slugId = data.slugId;
75025
+ this.type = data.type;
75026
+ this.url = data.url;
75027
+ }
75028
+ /** The ID of the release pipeline. */
75029
+ id;
75030
+ /** The name of the release pipeline. */
75031
+ name;
75032
+ /** The pipeline's unique slug identifier. */
75033
+ slugId;
75034
+ /** The type of the release pipeline. */
75035
+ type;
75036
+ /** The URL of the release pipeline. */
75037
+ url;
75038
+ };
75039
+ /**
74605
75040
  * ReleasePipelinePayload model
74606
75041
  *
74607
75042
  * @param request - function to call the graphql client
@@ -74636,6 +75071,30 @@ var ReleaseStageArchivePayload = class extends Request {
74636
75071
  success;
74637
75072
  };
74638
75073
  /**
75074
+ * Certain properties of a release stage.
75075
+ *
75076
+ * @param data - L.ReleaseStageChildWebhookPayloadFragment response data
75077
+ */
75078
+ var ReleaseStageChildWebhookPayload = class {
75079
+ constructor(data) {
75080
+ this.color = data.color;
75081
+ this.id = data.id;
75082
+ this.name = data.name;
75083
+ this.position = data.position;
75084
+ this.type = data.type;
75085
+ }
75086
+ /** The UI color of the stage as a HEX string. */
75087
+ color;
75088
+ /** The ID of the release stage. */
75089
+ id;
75090
+ /** The name of the stage. */
75091
+ name;
75092
+ /** The position of the stage. */
75093
+ position;
75094
+ /** The type of the stage. */
75095
+ type;
75096
+ };
75097
+ /**
74639
75098
  * ReleaseStagePayload model
74640
75099
  *
74641
75100
  * @param request - function to call the graphql client
@@ -74653,6 +75112,81 @@ var ReleaseStagePayload = class extends Request {
74653
75112
  success;
74654
75113
  };
74655
75114
  /**
75115
+ * Payload for a release webhook.
75116
+ *
75117
+ * @param data - L.ReleaseWebhookPayloadFragment response data
75118
+ */
75119
+ var ReleaseWebhookPayload = class {
75120
+ constructor(data) {
75121
+ this.archivedAt = data.archivedAt ?? void 0;
75122
+ this.canceledAt = data.canceledAt ?? void 0;
75123
+ this.commitSha = data.commitSha ?? void 0;
75124
+ this.completedAt = data.completedAt ?? void 0;
75125
+ this.createdAt = data.createdAt;
75126
+ this.creatorId = data.creatorId ?? void 0;
75127
+ this.description = data.description ?? void 0;
75128
+ this.id = data.id;
75129
+ this.name = data.name;
75130
+ this.pipelineId = data.pipelineId;
75131
+ this.slugId = data.slugId;
75132
+ this.stageId = data.stageId;
75133
+ this.startDate = data.startDate ?? void 0;
75134
+ this.startedAt = data.startedAt ?? void 0;
75135
+ this.targetDate = data.targetDate ?? void 0;
75136
+ this.trashed = data.trashed ?? void 0;
75137
+ this.updatedAt = data.updatedAt;
75138
+ this.url = data.url;
75139
+ this.version = data.version ?? void 0;
75140
+ this.pipeline = data.pipeline ? new ReleasePipelineChildWebhookPayload(data.pipeline) : void 0;
75141
+ this.stage = data.stage ? new ReleaseStageChildWebhookPayload(data.stage) : void 0;
75142
+ this.issues = data.issues ? data.issues.map((node) => new IssueChildWebhookPayload(node)) : void 0;
75143
+ }
75144
+ /** The time at which the entity was archived. */
75145
+ archivedAt;
75146
+ /** The time at which the release was canceled. */
75147
+ canceledAt;
75148
+ /** The commit SHA associated with this release. */
75149
+ commitSha;
75150
+ /** The time at which the release was completed. */
75151
+ completedAt;
75152
+ /** The time at which the entity was created. */
75153
+ createdAt;
75154
+ /** The ID of the user who created the release. */
75155
+ creatorId;
75156
+ /** The release's description. */
75157
+ description;
75158
+ /** The ID of the entity. */
75159
+ id;
75160
+ /** The name of the release. */
75161
+ name;
75162
+ /** The ID of the pipeline this release belongs to. */
75163
+ pipelineId;
75164
+ /** The release's unique URL slug. */
75165
+ slugId;
75166
+ /** The ID of the current stage of the release. */
75167
+ stageId;
75168
+ /** The estimated start date of the release. */
75169
+ startDate;
75170
+ /** The time at which the release was started. */
75171
+ startedAt;
75172
+ /** The estimated completion date of the release. */
75173
+ targetDate;
75174
+ /** Whether the release is in the trash bin. */
75175
+ trashed;
75176
+ /** The time at which the entity was updated. */
75177
+ updatedAt;
75178
+ /** The URL of the release. */
75179
+ url;
75180
+ /** The version of the release. */
75181
+ version;
75182
+ /** The issues associated with the release. */
75183
+ issues;
75184
+ /** The pipeline this release belongs to. */
75185
+ pipeline;
75186
+ /** The current stage of the release. */
75187
+ stage;
75188
+ };
75189
+ /**
74656
75190
  * RepositorySuggestion model
74657
75191
  *
74658
75192
  * @param request - function to call the graphql client
@@ -75277,9 +75811,11 @@ var Subscription = class extends Request {
75277
75811
  _workflowStateUpdated;
75278
75812
  constructor(request, data) {
75279
75813
  super(request);
75814
+ this.documentContentCreated = new DocumentContent(request, data.documentContentCreated);
75280
75815
  this.documentContentDraftCreated = new DocumentContentDraft(request, data.documentContentDraftCreated);
75281
75816
  this.documentContentDraftDeleted = new DocumentContentDraft(request, data.documentContentDraftDeleted);
75282
75817
  this.documentContentDraftUpdated = new DocumentContentDraft(request, data.documentContentDraftUpdated);
75818
+ this.documentContentUpdated = new DocumentContent(request, data.documentContentUpdated);
75283
75819
  this.draftCreated = new Draft(request, data.draftCreated);
75284
75820
  this.draftDeleted = new Draft(request, data.draftDeleted);
75285
75821
  this.draftUpdated = new Draft(request, data.draftUpdated);
@@ -75339,12 +75875,16 @@ var Subscription = class extends Request {
75339
75875
  this._workflowStateCreated = data.workflowStateCreated;
75340
75876
  this._workflowStateUpdated = data.workflowStateUpdated;
75341
75877
  }
75878
+ /** Triggered when a document content is created */
75879
+ documentContentCreated;
75342
75880
  /** Triggered when a document content draft is created */
75343
75881
  documentContentDraftCreated;
75344
75882
  /** Triggered when a document content draft is deleted */
75345
75883
  documentContentDraftDeleted;
75346
75884
  /** Triggered when a document content draft is updated */
75347
75885
  documentContentDraftUpdated;
75886
+ /** Triggered when a document content is updated */
75887
+ documentContentUpdated;
75348
75888
  /** Triggered when a draft is created */
75349
75889
  draftCreated;
75350
75890
  /** Triggered when a draft is deleted */
@@ -75986,7 +76526,7 @@ var Team = class extends Request {
75986
76526
  allMembersCanJoin;
75987
76527
  /** The time at which the entity was archived. Null if the entity has not been archived. */
75988
76528
  archivedAt;
75989
- /** Period after which automatically closed and completed issues are automatically archived in months. */
76529
+ /** Period after which automatically closed, completed, and duplicate issues are automatically archived in months. */
75990
76530
  autoArchivePeriod;
75991
76531
  /** Whether child issues should automatically close when their parent issue is closed */
75992
76532
  autoCloseChildIssues;
@@ -77114,6 +77654,7 @@ var User = class extends Request {
77114
77654
  this.statusUntilAt = parseDate(data.statusUntilAt) ?? void 0;
77115
77655
  this.supportsAgentSessions = data.supportsAgentSessions;
77116
77656
  this.timezone = data.timezone ?? void 0;
77657
+ this.title = data.title ?? void 0;
77117
77658
  this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
77118
77659
  this.url = data.url;
77119
77660
  }
@@ -77177,6 +77718,8 @@ var User = class extends Request {
77177
77718
  supportsAgentSessions;
77178
77719
  /** The local timezone of the user. */
77179
77720
  timezone;
77721
+ /** The user's job title. */
77722
+ title;
77180
77723
  /**
77181
77724
  * The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
77182
77725
  * been updated after creation.
@@ -84412,6 +84955,54 @@ var IntegrationLoomMutation = class extends Request {
84412
84955
  }
84413
84956
  };
84414
84957
  /**
84958
+ * A fetchable IntegrationMicrosoftPersonalConnect Mutation
84959
+ *
84960
+ * @param request - function to call the graphql client
84961
+ */
84962
+ var IntegrationMicrosoftPersonalConnectMutation = class extends Request {
84963
+ constructor(request) {
84964
+ super(request);
84965
+ }
84966
+ /**
84967
+ * Call the IntegrationMicrosoftPersonalConnect mutation and return a IntegrationPayload
84968
+ *
84969
+ * @param code - required code to pass to integrationMicrosoftPersonalConnect
84970
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftPersonalConnect
84971
+ * @returns parsed response from IntegrationMicrosoftPersonalConnectMutation
84972
+ */
84973
+ async fetch(code, redirectUri) {
84974
+ const data = (await this._request(IntegrationMicrosoftPersonalConnectDocument.toString(), {
84975
+ code,
84976
+ redirectUri
84977
+ })).integrationMicrosoftPersonalConnect;
84978
+ return new IntegrationPayload(this._request, data);
84979
+ }
84980
+ };
84981
+ /**
84982
+ * A fetchable IntegrationMicrosoftTeams Mutation
84983
+ *
84984
+ * @param request - function to call the graphql client
84985
+ */
84986
+ var IntegrationMicrosoftTeamsMutation = class extends Request {
84987
+ constructor(request) {
84988
+ super(request);
84989
+ }
84990
+ /**
84991
+ * Call the IntegrationMicrosoftTeams mutation and return a IntegrationPayload
84992
+ *
84993
+ * @param code - required code to pass to integrationMicrosoftTeams
84994
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftTeams
84995
+ * @returns parsed response from IntegrationMicrosoftTeamsMutation
84996
+ */
84997
+ async fetch(code, redirectUri) {
84998
+ const data = (await this._request(IntegrationMicrosoftTeamsDocument.toString(), {
84999
+ code,
85000
+ redirectUri
85001
+ })).integrationMicrosoftTeams;
85002
+ return new IntegrationPayload(this._request, data);
85003
+ }
85004
+ };
85005
+ /**
84415
85006
  * A fetchable IntegrationRequest Mutation
84416
85007
  *
84417
85008
  * @param request - function to call the graphql client
@@ -95172,6 +95763,26 @@ var LinearSdk = class extends Request {
95172
95763
  return new IntegrationLoomMutation(this._request).fetch();
95173
95764
  }
95174
95765
  /**
95766
+ * Connects the user's personal Microsoft account to Linear.
95767
+ *
95768
+ * @param code - required code to pass to integrationMicrosoftPersonalConnect
95769
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftPersonalConnect
95770
+ * @returns IntegrationPayload
95771
+ */
95772
+ integrationMicrosoftPersonalConnect(code, redirectUri) {
95773
+ return new IntegrationMicrosoftPersonalConnectMutation(this._request).fetch(code, redirectUri);
95774
+ }
95775
+ /**
95776
+ * Integrates the organization with Microsoft Teams.
95777
+ *
95778
+ * @param code - required code to pass to integrationMicrosoftTeams
95779
+ * @param redirectUri - required redirectUri to pass to integrationMicrosoftTeams
95780
+ * @returns IntegrationPayload
95781
+ */
95782
+ integrationMicrosoftTeams(code, redirectUri) {
95783
+ return new IntegrationMicrosoftTeamsMutation(this._request).fetch(code, redirectUri);
95784
+ }
95785
+ /**
95175
95786
  * Requests a currently unavailable integration.
95176
95787
  *
95177
95788
  * @param input - required input to pass to integrationRequest
@@ -96828,6 +97439,9 @@ exports.AiConversationInvokeMcpToolToolCall = AiConversationInvokeMcpToolToolCal
96828
97439
  exports.AiConversationInvokeMcpToolToolCallArgs = AiConversationInvokeMcpToolToolCallArgs;
96829
97440
  exports.AiConversationInvokeMcpToolToolCallArgsServer = AiConversationInvokeMcpToolToolCallArgsServer;
96830
97441
  exports.AiConversationInvokeMcpToolToolCallArgsTool = AiConversationInvokeMcpToolToolCallArgsTool;
97442
+ exports.AiConversationNavigateToPageToolCall = AiConversationNavigateToPageToolCall;
97443
+ exports.AiConversationNavigateToPageToolCallArgs = AiConversationNavigateToPageToolCallArgs;
97444
+ exports.AiConversationNavigateToPageToolCallResult = AiConversationNavigateToPageToolCallResult;
96831
97445
  exports.AiConversationPartMetadata = AiConversationPartMetadata;
96832
97446
  exports.AiConversationPartPhase = AiConversationPartPhase;
96833
97447
  exports.AiConversationPartType = AiConversationPartType;
@@ -97297,6 +97911,8 @@ exports.IntegrationHasScopesQuery = IntegrationHasScopesQuery;
97297
97911
  exports.IntegrationIntercomMutation = IntegrationIntercomMutation;
97298
97912
  exports.IntegrationJiraPersonalMutation = IntegrationJiraPersonalMutation;
97299
97913
  exports.IntegrationLoomMutation = IntegrationLoomMutation;
97914
+ exports.IntegrationMicrosoftPersonalConnectMutation = IntegrationMicrosoftPersonalConnectMutation;
97915
+ exports.IntegrationMicrosoftTeamsMutation = IntegrationMicrosoftTeamsMutation;
97300
97916
  exports.IntegrationPayload = IntegrationPayload;
97301
97917
  exports.IntegrationQuery = IntegrationQuery;
97302
97918
  exports.IntegrationRequestMutation = IntegrationRequestMutation;
@@ -97658,11 +98274,14 @@ exports.ReleaseArchivePayload = ReleaseArchivePayload;
97658
98274
  exports.ReleaseChannel = ReleaseChannel;
97659
98275
  exports.ReleasePayload = ReleasePayload;
97660
98276
  exports.ReleasePipelineArchivePayload = ReleasePipelineArchivePayload;
98277
+ exports.ReleasePipelineChildWebhookPayload = ReleasePipelineChildWebhookPayload;
97661
98278
  exports.ReleasePipelinePayload = ReleasePipelinePayload;
97662
98279
  exports.ReleasePipelineType = ReleasePipelineType;
97663
98280
  exports.ReleaseStageArchivePayload = ReleaseStageArchivePayload;
98281
+ exports.ReleaseStageChildWebhookPayload = ReleaseStageChildWebhookPayload;
97664
98282
  exports.ReleaseStagePayload = ReleaseStagePayload;
97665
98283
  exports.ReleaseStageType = ReleaseStageType;
98284
+ exports.ReleaseWebhookPayload = ReleaseWebhookPayload;
97666
98285
  exports.RepositorySuggestion = RepositorySuggestion;
97667
98286
  exports.RepositorySuggestionsPayload = RepositorySuggestionsPayload;
97668
98287
  exports.Request = Request;