@linear/sdk 77.0.0 → 79.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
@@ -1514,11 +1514,13 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1514
1514
  AiConversationGetPullRequestFileToolCallArgsFragmentDoc: () => AiConversationGetPullRequestFileToolCallArgsFragmentDoc,
1515
1515
  AiConversationGetPullRequestFileToolCallFragmentDoc: () => AiConversationGetPullRequestFileToolCallFragmentDoc,
1516
1516
  AiConversationGetSlackConversationHistoryToolCallFragmentDoc: () => AiConversationGetSlackConversationHistoryToolCallFragmentDoc,
1517
+ AiConversationInitialSource: () => AiConversationInitialSource,
1517
1518
  AiConversationInvokeMcpToolToolCallArgsFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsFragmentDoc,
1518
1519
  AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc,
1519
1520
  AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc,
1520
1521
  AiConversationInvokeMcpToolToolCallFragmentDoc: () => AiConversationInvokeMcpToolToolCallFragmentDoc,
1521
1522
  AiConversationPartMetadataFragmentDoc: () => AiConversationPartMetadataFragmentDoc,
1523
+ AiConversationPartPhase: () => AiConversationPartPhase,
1522
1524
  AiConversationPartType: () => AiConversationPartType,
1523
1525
  AiConversationPromptPartFragmentDoc: () => AiConversationPromptPartFragmentDoc,
1524
1526
  AiConversationQueryActivityToolCallArgsFragmentDoc: () => AiConversationQueryActivityToolCallArgsFragmentDoc,
@@ -1534,6 +1536,8 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1534
1536
  AiConversationResearchToolCallArgsFragmentDoc: () => AiConversationResearchToolCallArgsFragmentDoc,
1535
1537
  AiConversationResearchToolCallFragmentDoc: () => AiConversationResearchToolCallFragmentDoc,
1536
1538
  AiConversationResearchToolCallResultFragmentDoc: () => AiConversationResearchToolCallResultFragmentDoc,
1539
+ AiConversationRestoreEntityToolCallArgsFragmentDoc: () => AiConversationRestoreEntityToolCallArgsFragmentDoc,
1540
+ AiConversationRestoreEntityToolCallFragmentDoc: () => AiConversationRestoreEntityToolCallFragmentDoc,
1537
1541
  AiConversationRetrieveEntitiesToolCallArgsFragmentDoc: () => AiConversationRetrieveEntitiesToolCallArgsFragmentDoc,
1538
1542
  AiConversationRetrieveEntitiesToolCallFragmentDoc: () => AiConversationRetrieveEntitiesToolCallFragmentDoc,
1539
1543
  AiConversationSearchDocumentationToolCallFragmentDoc: () => AiConversationSearchDocumentationToolCallFragmentDoc,
@@ -2069,6 +2073,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2069
2073
  IssueSearchResultFragmentDoc: () => IssueSearchResultFragmentDoc,
2070
2074
  IssueSharedAccessDisallowedField: () => IssueSharedAccessDisallowedField,
2071
2075
  IssueSharedAccessFragmentDoc: () => IssueSharedAccessFragmentDoc,
2076
+ IssueSharingPolicy: () => IssueSharingPolicy,
2072
2077
  IssueSlaWebhookPayloadFragmentDoc: () => IssueSlaWebhookPayloadFragmentDoc,
2073
2078
  IssueStateSpanConnectionFragmentDoc: () => IssueStateSpanConnectionFragmentDoc,
2074
2079
  IssueStateSpanFragmentDoc: () => IssueStateSpanFragmentDoc,
@@ -2293,6 +2298,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2293
2298
  Project_RelationsDocument: () => Project_RelationsDocument,
2294
2299
  Project_TeamsDocument: () => Project_TeamsDocument,
2295
2300
  ProjectsDocument: () => ProjectsDocument,
2301
+ PullRequestCheckPresentation: () => PullRequestCheckPresentation,
2296
2302
  PullRequestMergeMethod: () => PullRequestMergeMethod,
2297
2303
  PullRequestNotificationFragmentDoc: () => PullRequestNotificationFragmentDoc,
2298
2304
  PullRequestReviewTool: () => PullRequestReviewTool,
@@ -2667,6 +2673,22 @@ let AiConversationEntityListWidgetArgsEntitiesType = /* @__PURE__ */ function(Ai
2667
2673
  AiConversationEntityListWidgetArgsEntitiesType$1["Template"] = "Template";
2668
2674
  return AiConversationEntityListWidgetArgsEntitiesType$1;
2669
2675
  }({});
2676
+ /** The initial source of an AI conversation. */
2677
+ let AiConversationInitialSource = /* @__PURE__ */ function(AiConversationInitialSource$1) {
2678
+ AiConversationInitialSource$1["Comment"] = "comment";
2679
+ AiConversationInitialSource$1["DirectChat"] = "directChat";
2680
+ AiConversationInitialSource$1["MicrosoftTeams"] = "microsoftTeams";
2681
+ AiConversationInitialSource$1["PullRequestComment"] = "pullRequestComment";
2682
+ AiConversationInitialSource$1["Slack"] = "slack";
2683
+ AiConversationInitialSource$1["Workflow"] = "workflow";
2684
+ return AiConversationInitialSource$1;
2685
+ }({});
2686
+ /** The phase during which a conversation part was generated. */
2687
+ let AiConversationPartPhase = /* @__PURE__ */ function(AiConversationPartPhase$1) {
2688
+ AiConversationPartPhase$1["Answer"] = "answer";
2689
+ AiConversationPartPhase$1["Commentary"] = "commentary";
2690
+ return AiConversationPartPhase$1;
2691
+ }({});
2670
2692
  /** The type of a part in an AI conversation. */
2671
2693
  let AiConversationPartType = /* @__PURE__ */ function(AiConversationPartType$1) {
2672
2694
  AiConversationPartType$1["Prompt"] = "prompt";
@@ -2710,6 +2732,7 @@ let AiConversationTool = /* @__PURE__ */ function(AiConversationTool$1) {
2710
2732
  AiConversationTool$1["QueryUpdates"] = "QueryUpdates";
2711
2733
  AiConversationTool$1["QueryView"] = "QueryView";
2712
2734
  AiConversationTool$1["Research"] = "Research";
2735
+ AiConversationTool$1["RestoreEntity"] = "RestoreEntity";
2713
2736
  AiConversationTool$1["RetrieveEntities"] = "RetrieveEntities";
2714
2737
  AiConversationTool$1["SearchDocumentation"] = "SearchDocumentation";
2715
2738
  AiConversationTool$1["SearchEntities"] = "SearchEntities";
@@ -2923,6 +2946,13 @@ let IssueSharedAccessDisallowedField = /* @__PURE__ */ function(IssueSharedAcces
2923
2946
  IssueSharedAccessDisallowedField$1["TeamId"] = "teamId";
2924
2947
  return IssueSharedAccessDisallowedField$1;
2925
2948
  }({});
2949
+ /** Policy controlling whether and by whom issues in a team can be shared with non-team-members. */
2950
+ let IssueSharingPolicy = /* @__PURE__ */ function(IssueSharingPolicy$1) {
2951
+ IssueSharingPolicy$1["AdminsOnly"] = "adminsOnly";
2952
+ IssueSharingPolicy$1["AllMembers"] = "allMembers";
2953
+ IssueSharingPolicy$1["Disabled"] = "disabled";
2954
+ return IssueSharingPolicy$1;
2955
+ }({});
2926
2956
  let IssueSuggestionState = /* @__PURE__ */ function(IssueSuggestionState$1) {
2927
2957
  IssueSuggestionState$1["Accepted"] = "accepted";
2928
2958
  IssueSuggestionState$1["Active"] = "active";
@@ -3150,6 +3180,14 @@ let ProjectUpdateReminderFrequency = /* @__PURE__ */ function(ProjectUpdateRemin
3150
3180
  ProjectUpdateReminderFrequency$1["Week"] = "week";
3151
3181
  return ProjectUpdateReminderFrequency$1;
3152
3182
  }({});
3183
+ /** [ALPHA] How a pull request check should be opened in the client. */
3184
+ let PullRequestCheckPresentation = /* @__PURE__ */ function(PullRequestCheckPresentation$1) {
3185
+ PullRequestCheckPresentation$1["ExternalOnly"] = "externalOnly";
3186
+ PullRequestCheckPresentation$1["JobLogs"] = "jobLogs";
3187
+ PullRequestCheckPresentation$1["Markdown"] = "markdown";
3188
+ PullRequestCheckPresentation$1["RunLogs"] = "runLogs";
3189
+ return PullRequestCheckPresentation$1;
3190
+ }({});
3153
3191
  /** The method used to merge a pull request. */
3154
3192
  let PullRequestMergeMethod = /* @__PURE__ */ function(PullRequestMergeMethod$1) {
3155
3193
  PullRequestMergeMethod$1["Merge"] = "MERGE";
@@ -3280,6 +3318,7 @@ let UserContextViewType = /* @__PURE__ */ function(UserContextViewType$1) {
3280
3318
  }({});
3281
3319
  /** The types of flags that the user can have. */
3282
3320
  let UserFlagType = /* @__PURE__ */ function(UserFlagType$1) {
3321
+ UserFlagType$1["AgentExamplesDismissed"] = "agentExamplesDismissed";
3283
3322
  UserFlagType$1["All"] = "all";
3284
3323
  UserFlagType$1["AnalyticsWelcomeDismissed"] = "analyticsWelcomeDismissed";
3285
3324
  UserFlagType$1["CanPlaySnake"] = "canPlaySnake";
@@ -3323,6 +3362,8 @@ let UserFlagType = /* @__PURE__ */ function(UserFlagType$1) {
3323
3362
  UserFlagType$1["TeamsPageIntroductionDismissed"] = "teamsPageIntroductionDismissed";
3324
3363
  UserFlagType$1["ThreadedCommentsNudgeIsSeen"] = "threadedCommentsNudgeIsSeen";
3325
3364
  UserFlagType$1["TriageWelcomeDismissed"] = "triageWelcomeDismissed";
3365
+ UserFlagType$1["TryCodexDismissed"] = "tryCodexDismissed";
3366
+ UserFlagType$1["TryCursorDismissed"] = "tryCursorDismissed";
3326
3367
  UserFlagType$1["TryCyclesDismissed"] = "tryCyclesDismissed";
3327
3368
  UserFlagType$1["TryGithubDismissed"] = "tryGithubDismissed";
3328
3369
  UserFlagType$1["TryInvitePeopleDismissed"] = "tryInvitePeopleDismissed";
@@ -3399,6 +3440,7 @@ let ViewType = /* @__PURE__ */ function(ViewType$1) {
3399
3440
  ViewType$1["FeedCreated"] = "feedCreated";
3400
3441
  ViewType$1["FeedFollowing"] = "feedFollowing";
3401
3442
  ViewType$1["FeedPopular"] = "feedPopular";
3443
+ ViewType$1["Focus"] = "focus";
3402
3444
  ViewType$1["Inbox"] = "inbox";
3403
3445
  ViewType$1["Initiative"] = "initiative";
3404
3446
  ViewType$1["InitiativeOverview"] = "initiativeOverview";
@@ -3456,9 +3498,10 @@ let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
3456
3498
  return WorkflowTriggerType$1;
3457
3499
  }({});
3458
3500
  let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
3459
- WorkflowType$1["Custom"] = "custom";
3501
+ WorkflowType$1["Automation"] = "automation";
3460
3502
  WorkflowType$1["Sla"] = "sla";
3461
3503
  WorkflowType$1["Triage"] = "triage";
3504
+ WorkflowType$1["TriageAutomation"] = "triageAutomation";
3462
3505
  WorkflowType$1["ViewSubscription"] = "viewSubscription";
3463
3506
  return WorkflowType$1;
3464
3507
  }({});
@@ -3479,7 +3522,10 @@ const AiConversationPartMetadataFragmentDoc = new TypedDocumentString(`
3479
3522
  fragment AiConversationPartMetadata on AiConversationPartMetadata {
3480
3523
  __typename
3481
3524
  feedback
3525
+ endedAt
3482
3526
  evalLogId
3527
+ phase
3528
+ startedAt
3483
3529
  turnId
3484
3530
  }
3485
3531
  `, { fragmentName: "AiConversationPartMetadata" });
@@ -3500,7 +3546,10 @@ const AiConversationPromptPartFragmentDoc = new TypedDocumentString(`
3500
3546
  fragment AiConversationPartMetadata on AiConversationPartMetadata {
3501
3547
  __typename
3502
3548
  feedback
3549
+ endedAt
3503
3550
  evalLogId
3551
+ phase
3552
+ startedAt
3504
3553
  turnId
3505
3554
  }`, { fragmentName: "AiConversationPromptPart" });
3506
3555
  const AiConversationReasoningPartFragmentDoc = new TypedDocumentString(`
@@ -3518,7 +3567,10 @@ const AiConversationReasoningPartFragmentDoc = new TypedDocumentString(`
3518
3567
  fragment AiConversationPartMetadata on AiConversationPartMetadata {
3519
3568
  __typename
3520
3569
  feedback
3570
+ endedAt
3521
3571
  evalLogId
3572
+ phase
3573
+ startedAt
3522
3574
  turnId
3523
3575
  }`, { fragmentName: "AiConversationReasoningPart" });
3524
3576
  const AiConversationTextPartFragmentDoc = new TypedDocumentString(`
@@ -3535,7 +3587,10 @@ const AiConversationTextPartFragmentDoc = new TypedDocumentString(`
3535
3587
  fragment AiConversationPartMetadata on AiConversationPartMetadata {
3536
3588
  __typename
3537
3589
  feedback
3590
+ endedAt
3538
3591
  evalLogId
3592
+ phase
3593
+ startedAt
3539
3594
  turnId
3540
3595
  }`, { fragmentName: "AiConversationTextPart" });
3541
3596
  const AiConversationCodeIntelligenceToolCallArgsFragmentDoc = new TypedDocumentString(`
@@ -4095,6 +4150,50 @@ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
4095
4150
  inactiveLabel
4096
4151
  result
4097
4152
  }`, { fragmentName: "AiConversationResearchToolCall" });
4153
+ const AiConversationRestoreEntityToolCallArgsFragmentDoc = new TypedDocumentString(`
4154
+ fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
4155
+ __typename
4156
+ entity {
4157
+ ...AiConversationSearchEntitiesToolCallResultEntities
4158
+ }
4159
+ }
4160
+ fragment AiConversationSearchEntitiesToolCallResultEntities on AiConversationSearchEntitiesToolCallResultEntities {
4161
+ __typename
4162
+ id
4163
+ type
4164
+ }`, { fragmentName: "AiConversationRestoreEntityToolCallArgs" });
4165
+ const AiConversationRestoreEntityToolCallFragmentDoc = new TypedDocumentString(`
4166
+ fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
4167
+ __typename
4168
+ rawArgs
4169
+ args {
4170
+ ...AiConversationRestoreEntityToolCallArgs
4171
+ }
4172
+ name
4173
+ rawResult
4174
+ displayInfo {
4175
+ ...AiConversationToolDisplayInfo
4176
+ }
4177
+ }
4178
+ fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
4179
+ __typename
4180
+ entity {
4181
+ ...AiConversationSearchEntitiesToolCallResultEntities
4182
+ }
4183
+ }
4184
+ fragment AiConversationSearchEntitiesToolCallResultEntities on AiConversationSearchEntitiesToolCallResultEntities {
4185
+ __typename
4186
+ id
4187
+ type
4188
+ }
4189
+ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
4190
+ __typename
4191
+ activeLabel
4192
+ detail
4193
+ icon
4194
+ inactiveLabel
4195
+ result
4196
+ }`, { fragmentName: "AiConversationRestoreEntityToolCall" });
4098
4197
  const AiConversationRetrieveEntitiesToolCallArgsFragmentDoc = new TypedDocumentString(`
4099
4198
  fragment AiConversationRetrieveEntitiesToolCallArgs on AiConversationRetrieveEntitiesToolCallArgs {
4100
4199
  __typename
@@ -4288,6 +4387,9 @@ const AiConversationTranscribeVideoToolCallFragmentDoc = new TypedDocumentString
4288
4387
  const AiConversationUpdateEntityToolCallArgsFragmentDoc = new TypedDocumentString(`
4289
4388
  fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
4290
4389
  __typename
4390
+ entities {
4391
+ ...AiConversationSearchEntitiesToolCallResultEntities
4392
+ }
4291
4393
  entity {
4292
4394
  ...AiConversationSearchEntitiesToolCallResultEntities
4293
4395
  }
@@ -4325,6 +4427,9 @@ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
4325
4427
  }
4326
4428
  fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
4327
4429
  __typename
4430
+ entities {
4431
+ ...AiConversationSearchEntitiesToolCallResultEntities
4432
+ }
4328
4433
  entity {
4329
4434
  ...AiConversationSearchEntitiesToolCallResultEntities
4330
4435
  }
@@ -4406,6 +4511,9 @@ const AiConversationToolCallPartFragmentDoc = new TypedDocumentString(`
4406
4511
  ... on AiConversationResearchToolCall {
4407
4512
  ...AiConversationResearchToolCall
4408
4513
  }
4514
+ ... on AiConversationRestoreEntityToolCall {
4515
+ ...AiConversationRestoreEntityToolCall
4516
+ }
4409
4517
  ... on AiConversationRetrieveEntitiesToolCall {
4410
4518
  ...AiConversationRetrieveEntitiesToolCall
4411
4519
  }
@@ -4436,7 +4544,10 @@ const AiConversationToolCallPartFragmentDoc = new TypedDocumentString(`
4436
4544
  fragment AiConversationPartMetadata on AiConversationPartMetadata {
4437
4545
  __typename
4438
4546
  feedback
4547
+ endedAt
4439
4548
  evalLogId
4549
+ phase
4550
+ startedAt
4440
4551
  turnId
4441
4552
  }
4442
4553
  fragment AiConversationCodeIntelligenceToolCall on AiConversationCodeIntelligenceToolCall {
@@ -4669,6 +4780,24 @@ fragment AiConversationResearchToolCallResult on AiConversationResearchToolCallR
4669
4780
  __typename
4670
4781
  progressId
4671
4782
  }
4783
+ fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
4784
+ __typename
4785
+ rawArgs
4786
+ args {
4787
+ ...AiConversationRestoreEntityToolCallArgs
4788
+ }
4789
+ name
4790
+ rawResult
4791
+ displayInfo {
4792
+ ...AiConversationToolDisplayInfo
4793
+ }
4794
+ }
4795
+ fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
4796
+ __typename
4797
+ entity {
4798
+ ...AiConversationSearchEntitiesToolCallResultEntities
4799
+ }
4800
+ }
4672
4801
  fragment AiConversationRetrieveEntitiesToolCall on AiConversationRetrieveEntitiesToolCall {
4673
4802
  __typename
4674
4803
  rawArgs
@@ -4784,6 +4913,9 @@ fragment AiConversationUpdateEntityToolCall on AiConversationUpdateEntityToolCal
4784
4913
  }
4785
4914
  fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
4786
4915
  __typename
4916
+ entities {
4917
+ ...AiConversationSearchEntitiesToolCallResultEntities
4918
+ }
4787
4919
  entity {
4788
4920
  ...AiConversationSearchEntitiesToolCallResultEntities
4789
4921
  }
@@ -4914,7 +5046,10 @@ const AiConversationWidgetPartFragmentDoc = new TypedDocumentString(`
4914
5046
  fragment AiConversationPartMetadata on AiConversationPartMetadata {
4915
5047
  __typename
4916
5048
  feedback
5049
+ endedAt
4917
5050
  evalLogId
5051
+ phase
5052
+ startedAt
4918
5053
  turnId
4919
5054
  }
4920
5055
  fragment AiConversationEntityCardWidget on AiConversationEntityCardWidget {
@@ -5064,6 +5199,9 @@ fragment AiConversationToolCallPart on AiConversationToolCallPart {
5064
5199
  ... on AiConversationResearchToolCall {
5065
5200
  ...AiConversationResearchToolCall
5066
5201
  }
5202
+ ... on AiConversationRestoreEntityToolCall {
5203
+ ...AiConversationRestoreEntityToolCall
5204
+ }
5067
5205
  ... on AiConversationRetrieveEntitiesToolCall {
5068
5206
  ...AiConversationRetrieveEntitiesToolCall
5069
5207
  }
@@ -5110,7 +5248,10 @@ fragment AiConversationWidgetPart on AiConversationWidgetPart {
5110
5248
  fragment AiConversationPartMetadata on AiConversationPartMetadata {
5111
5249
  __typename
5112
5250
  feedback
5251
+ endedAt
5113
5252
  evalLogId
5253
+ phase
5254
+ startedAt
5114
5255
  turnId
5115
5256
  }
5116
5257
  fragment AiConversationCodeIntelligenceToolCall on AiConversationCodeIntelligenceToolCall {
@@ -5384,6 +5525,24 @@ fragment AiConversationResearchToolCallResult on AiConversationResearchToolCallR
5384
5525
  __typename
5385
5526
  progressId
5386
5527
  }
5528
+ fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
5529
+ __typename
5530
+ rawArgs
5531
+ args {
5532
+ ...AiConversationRestoreEntityToolCallArgs
5533
+ }
5534
+ name
5535
+ rawResult
5536
+ displayInfo {
5537
+ ...AiConversationToolDisplayInfo
5538
+ }
5539
+ }
5540
+ fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
5541
+ __typename
5542
+ entity {
5543
+ ...AiConversationSearchEntitiesToolCallResultEntities
5544
+ }
5545
+ }
5387
5546
  fragment AiConversationRetrieveEntitiesToolCall on AiConversationRetrieveEntitiesToolCall {
5388
5547
  __typename
5389
5548
  rawArgs
@@ -5499,6 +5658,9 @@ fragment AiConversationUpdateEntityToolCall on AiConversationUpdateEntityToolCal
5499
5658
  }
5500
5659
  fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
5501
5660
  __typename
5661
+ entities {
5662
+ ...AiConversationSearchEntitiesToolCallResultEntities
5663
+ }
5502
5664
  entity {
5503
5665
  ...AiConversationSearchEntitiesToolCallResultEntities
5504
5666
  }
@@ -8294,6 +8456,7 @@ const OrganizationFragmentDoc = new TypedDocumentString(`
8294
8456
  allowedAuthServices
8295
8457
  allowedFileUploadContentTypes
8296
8458
  createdIssueCount
8459
+ authSettings
8297
8460
  customersConfiguration
8298
8461
  defaultFeedSummarySchedule
8299
8462
  gitBranchFormat
@@ -8866,6 +9029,7 @@ const WorkflowDefinitionFragmentDoc = new TypedDocumentString(`
8866
9029
  lastUpdatedBy {
8867
9030
  id
8868
9031
  }
9032
+ slugId
8869
9033
  enabled
8870
9034
  }
8871
9035
  `, { fragmentName: "WorkflowDefinition" });
@@ -8966,6 +9130,7 @@ fragment WorkflowDefinition on WorkflowDefinition {
8966
9130
  lastUpdatedBy {
8967
9131
  id
8968
9132
  }
9133
+ slugId
8969
9134
  enabled
8970
9135
  }`, { fragmentName: "IssueHistoryTriageRuleMetadata" });
8971
9136
  const IssueHistoryWorkflowMetadataFragmentDoc = new TypedDocumentString(`
@@ -9020,6 +9185,7 @@ const IssueHistoryWorkflowMetadataFragmentDoc = new TypedDocumentString(`
9020
9185
  lastUpdatedBy {
9021
9186
  id
9022
9187
  }
9188
+ slugId
9023
9189
  enabled
9024
9190
  }`, { fragmentName: "IssueHistoryWorkflowMetadata" });
9025
9191
  const OauthClientActorWebhookPayloadFragmentDoc = new TypedDocumentString(`
@@ -11901,6 +12067,9 @@ const AiConversationBaseToolCallFragmentDoc = new TypedDocumentString(`
11901
12067
  ... on AiConversationResearchToolCall {
11902
12068
  ...AiConversationResearchToolCall
11903
12069
  }
12070
+ ... on AiConversationRestoreEntityToolCall {
12071
+ ...AiConversationRestoreEntityToolCall
12072
+ }
11904
12073
  ... on AiConversationRetrieveEntitiesToolCall {
11905
12074
  ...AiConversationRetrieveEntitiesToolCall
11906
12075
  }
@@ -12156,6 +12325,24 @@ fragment AiConversationResearchToolCallResult on AiConversationResearchToolCallR
12156
12325
  __typename
12157
12326
  progressId
12158
12327
  }
12328
+ fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
12329
+ __typename
12330
+ rawArgs
12331
+ args {
12332
+ ...AiConversationRestoreEntityToolCallArgs
12333
+ }
12334
+ name
12335
+ rawResult
12336
+ displayInfo {
12337
+ ...AiConversationToolDisplayInfo
12338
+ }
12339
+ }
12340
+ fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
12341
+ __typename
12342
+ entity {
12343
+ ...AiConversationSearchEntitiesToolCallResultEntities
12344
+ }
12345
+ }
12159
12346
  fragment AiConversationRetrieveEntitiesToolCall on AiConversationRetrieveEntitiesToolCall {
12160
12347
  __typename
12161
12348
  rawArgs
@@ -12271,6 +12458,9 @@ fragment AiConversationUpdateEntityToolCall on AiConversationUpdateEntityToolCal
12271
12458
  }
12272
12459
  fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
12273
12460
  __typename
12461
+ entities {
12462
+ ...AiConversationSearchEntitiesToolCallResultEntities
12463
+ }
12274
12464
  entity {
12275
12465
  ...AiConversationSearchEntitiesToolCallResultEntities
12276
12466
  }
@@ -12574,6 +12764,7 @@ const AuthOrganizationFragmentDoc = new TypedDocumentString(`
12574
12764
  __typename
12575
12765
  allowedAuthServices
12576
12766
  approximateUserCount
12767
+ authSettings
12577
12768
  previousUrlKeys
12578
12769
  serviceId
12579
12770
  releaseChannel
@@ -12611,6 +12802,7 @@ const AuthUserFragmentDoc = new TypedDocumentString(`
12611
12802
  __typename
12612
12803
  allowedAuthServices
12613
12804
  approximateUserCount
12805
+ authSettings
12614
12806
  previousUrlKeys
12615
12807
  serviceId
12616
12808
  releaseChannel
@@ -12668,6 +12860,7 @@ fragment AuthOrganization on AuthOrganization {
12668
12860
  __typename
12669
12861
  allowedAuthServices
12670
12862
  approximateUserCount
12863
+ authSettings
12671
12864
  previousUrlKeys
12672
12865
  serviceId
12673
12866
  releaseChannel
@@ -13328,6 +13521,7 @@ fragment AuthOrganization on AuthOrganization {
13328
13521
  __typename
13329
13522
  allowedAuthServices
13330
13523
  approximateUserCount
13524
+ authSettings
13331
13525
  previousUrlKeys
13332
13526
  serviceId
13333
13527
  releaseChannel
@@ -13374,6 +13568,9 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13374
13568
  projectGroupingDateResolution
13375
13569
  viewOrderingDirection
13376
13570
  embeddedCustomerNeedsViewOrdering
13571
+ focusViewGrouping
13572
+ focusViewOrderingDirection
13573
+ focusViewOrdering
13377
13574
  inboxViewOrdering
13378
13575
  initiativeGrouping
13379
13576
  initiativesViewOrdering
@@ -13395,9 +13592,11 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13395
13592
  projectLayout
13396
13593
  projectViewOrdering
13397
13594
  projectSubGrouping
13595
+ releasePipelineGrouping
13398
13596
  releasePipelinesViewOrdering
13399
13597
  reviewGrouping
13400
13598
  reviewViewOrdering
13599
+ scheduledPipelineReleasesViewGrouping
13401
13600
  scheduledPipelineReleasesViewOrdering
13402
13601
  searchResultType
13403
13602
  searchViewOrdering
@@ -13437,6 +13636,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13437
13636
  showSupervisedIssues
13438
13637
  fieldSla
13439
13638
  fieldSentryIssues
13639
+ scheduledPipelineReleaseFieldCompletion
13440
13640
  customViewFieldDateCreated
13441
13641
  customViewFieldOwner
13442
13642
  customViewFieldDateUpdated
@@ -13455,6 +13655,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13455
13655
  dashboardFieldDateCreated
13456
13656
  dashboardFieldOwner
13457
13657
  dashboardFieldDateUpdated
13658
+ scheduledPipelineReleaseFieldDescription
13458
13659
  fieldDueDate
13459
13660
  initiativeFieldHealth
13460
13661
  initiativeFieldActivity
@@ -13536,7 +13737,6 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13536
13737
  reviewFieldIdentifier
13537
13738
  reviewFieldPreviewLinks
13538
13739
  reviewFieldRepository
13539
- scheduledPipelineReleaseFieldStage
13540
13740
  teamFieldDateCreated
13541
13741
  teamFieldCycle
13542
13742
  teamFieldIdentifier
@@ -13545,8 +13745,10 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13545
13745
  teamFieldOwner
13546
13746
  teamFieldProjects
13547
13747
  teamFieldDateUpdated
13748
+ releasePipelineFieldTeams
13548
13749
  fieldTimeInCurrentStatus
13549
13750
  releasePipelineFieldType
13751
+ scheduledPipelineReleaseFieldVersion
13550
13752
  showTriageIssues
13551
13753
  showUnreadItemsFirst
13552
13754
  timelineChronologyShowWeekNumbers
@@ -13596,6 +13798,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13596
13798
  projectGroupingDateResolution
13597
13799
  viewOrderingDirection
13598
13800
  embeddedCustomerNeedsViewOrdering
13801
+ focusViewGrouping
13802
+ focusViewOrderingDirection
13803
+ focusViewOrdering
13599
13804
  inboxViewOrdering
13600
13805
  initiativeGrouping
13601
13806
  initiativesViewOrdering
@@ -13617,9 +13822,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13617
13822
  projectLayout
13618
13823
  projectViewOrdering
13619
13824
  projectSubGrouping
13825
+ releasePipelineGrouping
13620
13826
  releasePipelinesViewOrdering
13621
13827
  reviewGrouping
13622
13828
  reviewViewOrdering
13829
+ scheduledPipelineReleasesViewGrouping
13623
13830
  scheduledPipelineReleasesViewOrdering
13624
13831
  searchResultType
13625
13832
  searchViewOrdering
@@ -13659,6 +13866,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13659
13866
  showSupervisedIssues
13660
13867
  fieldSla
13661
13868
  fieldSentryIssues
13869
+ scheduledPipelineReleaseFieldCompletion
13662
13870
  customViewFieldDateCreated
13663
13871
  customViewFieldOwner
13664
13872
  customViewFieldDateUpdated
@@ -13677,6 +13885,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13677
13885
  dashboardFieldDateCreated
13678
13886
  dashboardFieldOwner
13679
13887
  dashboardFieldDateUpdated
13888
+ scheduledPipelineReleaseFieldDescription
13680
13889
  fieldDueDate
13681
13890
  initiativeFieldHealth
13682
13891
  initiativeFieldActivity
@@ -13758,7 +13967,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13758
13967
  reviewFieldIdentifier
13759
13968
  reviewFieldPreviewLinks
13760
13969
  reviewFieldRepository
13761
- scheduledPipelineReleaseFieldStage
13762
13970
  teamFieldDateCreated
13763
13971
  teamFieldCycle
13764
13972
  teamFieldIdentifier
@@ -13767,8 +13975,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13767
13975
  teamFieldOwner
13768
13976
  teamFieldProjects
13769
13977
  teamFieldDateUpdated
13978
+ releasePipelineFieldTeams
13770
13979
  fieldTimeInCurrentStatus
13771
13980
  releasePipelineFieldType
13981
+ scheduledPipelineReleaseFieldVersion
13772
13982
  showTriageIssues
13773
13983
  showUnreadItemsFirst
13774
13984
  timelineChronologyShowWeekNumbers
@@ -13853,6 +14063,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13853
14063
  projectGroupingDateResolution
13854
14064
  viewOrderingDirection
13855
14065
  embeddedCustomerNeedsViewOrdering
14066
+ focusViewGrouping
14067
+ focusViewOrderingDirection
14068
+ focusViewOrdering
13856
14069
  inboxViewOrdering
13857
14070
  initiativeGrouping
13858
14071
  initiativesViewOrdering
@@ -13874,9 +14087,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13874
14087
  projectLayout
13875
14088
  projectViewOrdering
13876
14089
  projectSubGrouping
14090
+ releasePipelineGrouping
13877
14091
  releasePipelinesViewOrdering
13878
14092
  reviewGrouping
13879
14093
  reviewViewOrdering
14094
+ scheduledPipelineReleasesViewGrouping
13880
14095
  scheduledPipelineReleasesViewOrdering
13881
14096
  searchResultType
13882
14097
  searchViewOrdering
@@ -13916,6 +14131,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13916
14131
  showSupervisedIssues
13917
14132
  fieldSla
13918
14133
  fieldSentryIssues
14134
+ scheduledPipelineReleaseFieldCompletion
13919
14135
  customViewFieldDateCreated
13920
14136
  customViewFieldOwner
13921
14137
  customViewFieldDateUpdated
@@ -13934,6 +14150,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13934
14150
  dashboardFieldDateCreated
13935
14151
  dashboardFieldOwner
13936
14152
  dashboardFieldDateUpdated
14153
+ scheduledPipelineReleaseFieldDescription
13937
14154
  fieldDueDate
13938
14155
  initiativeFieldHealth
13939
14156
  initiativeFieldActivity
@@ -14015,7 +14232,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14015
14232
  reviewFieldIdentifier
14016
14233
  reviewFieldPreviewLinks
14017
14234
  reviewFieldRepository
14018
- scheduledPipelineReleaseFieldStage
14019
14235
  teamFieldDateCreated
14020
14236
  teamFieldCycle
14021
14237
  teamFieldIdentifier
@@ -14024,8 +14240,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14024
14240
  teamFieldOwner
14025
14241
  teamFieldProjects
14026
14242
  teamFieldDateUpdated
14243
+ releasePipelineFieldTeams
14027
14244
  fieldTimeInCurrentStatus
14028
14245
  releasePipelineFieldType
14246
+ scheduledPipelineReleaseFieldVersion
14029
14247
  showTriageIssues
14030
14248
  showUnreadItemsFirst
14031
14249
  timelineChronologyShowWeekNumbers
@@ -14126,6 +14344,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14126
14344
  projectGroupingDateResolution
14127
14345
  viewOrderingDirection
14128
14346
  embeddedCustomerNeedsViewOrdering
14347
+ focusViewGrouping
14348
+ focusViewOrderingDirection
14349
+ focusViewOrdering
14129
14350
  inboxViewOrdering
14130
14351
  initiativeGrouping
14131
14352
  initiativesViewOrdering
@@ -14147,9 +14368,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14147
14368
  projectLayout
14148
14369
  projectViewOrdering
14149
14370
  projectSubGrouping
14371
+ releasePipelineGrouping
14150
14372
  releasePipelinesViewOrdering
14151
14373
  reviewGrouping
14152
14374
  reviewViewOrdering
14375
+ scheduledPipelineReleasesViewGrouping
14153
14376
  scheduledPipelineReleasesViewOrdering
14154
14377
  searchResultType
14155
14378
  searchViewOrdering
@@ -14189,6 +14412,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14189
14412
  showSupervisedIssues
14190
14413
  fieldSla
14191
14414
  fieldSentryIssues
14415
+ scheduledPipelineReleaseFieldCompletion
14192
14416
  customViewFieldDateCreated
14193
14417
  customViewFieldOwner
14194
14418
  customViewFieldDateUpdated
@@ -14207,6 +14431,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14207
14431
  dashboardFieldDateCreated
14208
14432
  dashboardFieldOwner
14209
14433
  dashboardFieldDateUpdated
14434
+ scheduledPipelineReleaseFieldDescription
14210
14435
  fieldDueDate
14211
14436
  initiativeFieldHealth
14212
14437
  initiativeFieldActivity
@@ -14288,7 +14513,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14288
14513
  reviewFieldIdentifier
14289
14514
  reviewFieldPreviewLinks
14290
14515
  reviewFieldRepository
14291
- scheduledPipelineReleaseFieldStage
14292
14516
  teamFieldDateCreated
14293
14517
  teamFieldCycle
14294
14518
  teamFieldIdentifier
@@ -14297,8 +14521,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14297
14521
  teamFieldOwner
14298
14522
  teamFieldProjects
14299
14523
  teamFieldDateUpdated
14524
+ releasePipelineFieldTeams
14300
14525
  fieldTimeInCurrentStatus
14301
14526
  releasePipelineFieldType
14527
+ scheduledPipelineReleaseFieldVersion
14302
14528
  showTriageIssues
14303
14529
  showUnreadItemsFirst
14304
14530
  timelineChronologyShowWeekNumbers
@@ -22017,6 +22243,9 @@ const TeamFragmentDoc = new TypedDocumentString(`
22017
22243
  color
22018
22244
  description
22019
22245
  name
22246
+ parent {
22247
+ id
22248
+ }
22020
22249
  key
22021
22250
  archivedAt
22022
22251
  createdAt
@@ -22125,6 +22354,9 @@ const TeamConnectionFragmentDoc = new TypedDocumentString(`
22125
22354
  color
22126
22355
  description
22127
22356
  name
22357
+ parent {
22358
+ id
22359
+ }
22128
22360
  key
22129
22361
  archivedAt
22130
22362
  createdAt
@@ -22690,6 +22922,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22690
22922
  projectGroupingDateResolution
22691
22923
  viewOrderingDirection
22692
22924
  embeddedCustomerNeedsViewOrdering
22925
+ focusViewGrouping
22926
+ focusViewOrderingDirection
22927
+ focusViewOrdering
22693
22928
  inboxViewOrdering
22694
22929
  initiativeGrouping
22695
22930
  initiativesViewOrdering
@@ -22711,9 +22946,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22711
22946
  projectLayout
22712
22947
  projectViewOrdering
22713
22948
  projectSubGrouping
22949
+ releasePipelineGrouping
22714
22950
  releasePipelinesViewOrdering
22715
22951
  reviewGrouping
22716
22952
  reviewViewOrdering
22953
+ scheduledPipelineReleasesViewGrouping
22717
22954
  scheduledPipelineReleasesViewOrdering
22718
22955
  searchResultType
22719
22956
  searchViewOrdering
@@ -22753,6 +22990,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22753
22990
  showSupervisedIssues
22754
22991
  fieldSla
22755
22992
  fieldSentryIssues
22993
+ scheduledPipelineReleaseFieldCompletion
22756
22994
  customViewFieldDateCreated
22757
22995
  customViewFieldOwner
22758
22996
  customViewFieldDateUpdated
@@ -22771,6 +23009,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22771
23009
  dashboardFieldDateCreated
22772
23010
  dashboardFieldOwner
22773
23011
  dashboardFieldDateUpdated
23012
+ scheduledPipelineReleaseFieldDescription
22774
23013
  fieldDueDate
22775
23014
  initiativeFieldHealth
22776
23015
  initiativeFieldActivity
@@ -22852,7 +23091,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22852
23091
  reviewFieldIdentifier
22853
23092
  reviewFieldPreviewLinks
22854
23093
  reviewFieldRepository
22855
- scheduledPipelineReleaseFieldStage
22856
23094
  teamFieldDateCreated
22857
23095
  teamFieldCycle
22858
23096
  teamFieldIdentifier
@@ -22861,8 +23099,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22861
23099
  teamFieldOwner
22862
23100
  teamFieldProjects
22863
23101
  teamFieldDateUpdated
23102
+ releasePipelineFieldTeams
22864
23103
  fieldTimeInCurrentStatus
22865
23104
  releasePipelineFieldType
23105
+ scheduledPipelineReleaseFieldVersion
22866
23106
  showTriageIssues
22867
23107
  showUnreadItemsFirst
22868
23108
  timelineChronologyShowWeekNumbers
@@ -23067,6 +23307,9 @@ const AdministrableTeamsDocument = new TypedDocumentString(`
23067
23307
  color
23068
23308
  description
23069
23309
  name
23310
+ parent {
23311
+ id
23312
+ }
23070
23313
  key
23071
23314
  archivedAt
23072
23315
  createdAt
@@ -25453,6 +25696,7 @@ fragment AuthOrganization on AuthOrganization {
25453
25696
  __typename
25454
25697
  allowedAuthServices
25455
25698
  approximateUserCount
25699
+ authSettings
25456
25700
  previousUrlKeys
25457
25701
  serviceId
25458
25702
  releaseChannel
@@ -26624,6 +26868,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26624
26868
  projectGroupingDateResolution
26625
26869
  viewOrderingDirection
26626
26870
  embeddedCustomerNeedsViewOrdering
26871
+ focusViewGrouping
26872
+ focusViewOrderingDirection
26873
+ focusViewOrdering
26627
26874
  inboxViewOrdering
26628
26875
  initiativeGrouping
26629
26876
  initiativesViewOrdering
@@ -26645,9 +26892,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26645
26892
  projectLayout
26646
26893
  projectViewOrdering
26647
26894
  projectSubGrouping
26895
+ releasePipelineGrouping
26648
26896
  releasePipelinesViewOrdering
26649
26897
  reviewGrouping
26650
26898
  reviewViewOrdering
26899
+ scheduledPipelineReleasesViewGrouping
26651
26900
  scheduledPipelineReleasesViewOrdering
26652
26901
  searchResultType
26653
26902
  searchViewOrdering
@@ -26687,6 +26936,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26687
26936
  showSupervisedIssues
26688
26937
  fieldSla
26689
26938
  fieldSentryIssues
26939
+ scheduledPipelineReleaseFieldCompletion
26690
26940
  customViewFieldDateCreated
26691
26941
  customViewFieldOwner
26692
26942
  customViewFieldDateUpdated
@@ -26705,6 +26955,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26705
26955
  dashboardFieldDateCreated
26706
26956
  dashboardFieldOwner
26707
26957
  dashboardFieldDateUpdated
26958
+ scheduledPipelineReleaseFieldDescription
26708
26959
  fieldDueDate
26709
26960
  initiativeFieldHealth
26710
26961
  initiativeFieldActivity
@@ -26786,7 +27037,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26786
27037
  reviewFieldIdentifier
26787
27038
  reviewFieldPreviewLinks
26788
27039
  reviewFieldRepository
26789
- scheduledPipelineReleaseFieldStage
26790
27040
  teamFieldDateCreated
26791
27041
  teamFieldCycle
26792
27042
  teamFieldIdentifier
@@ -26795,8 +27045,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26795
27045
  teamFieldOwner
26796
27046
  teamFieldProjects
26797
27047
  teamFieldDateUpdated
27048
+ releasePipelineFieldTeams
26798
27049
  fieldTimeInCurrentStatus
26799
27050
  releasePipelineFieldType
27051
+ scheduledPipelineReleaseFieldVersion
26800
27052
  showTriageIssues
26801
27053
  showUnreadItemsFirst
26802
27054
  timelineChronologyShowWeekNumbers
@@ -27234,6 +27486,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27234
27486
  projectGroupingDateResolution
27235
27487
  viewOrderingDirection
27236
27488
  embeddedCustomerNeedsViewOrdering
27489
+ focusViewGrouping
27490
+ focusViewOrderingDirection
27491
+ focusViewOrdering
27237
27492
  inboxViewOrdering
27238
27493
  initiativeGrouping
27239
27494
  initiativesViewOrdering
@@ -27255,9 +27510,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27255
27510
  projectLayout
27256
27511
  projectViewOrdering
27257
27512
  projectSubGrouping
27513
+ releasePipelineGrouping
27258
27514
  releasePipelinesViewOrdering
27259
27515
  reviewGrouping
27260
27516
  reviewViewOrdering
27517
+ scheduledPipelineReleasesViewGrouping
27261
27518
  scheduledPipelineReleasesViewOrdering
27262
27519
  searchResultType
27263
27520
  searchViewOrdering
@@ -27297,6 +27554,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27297
27554
  showSupervisedIssues
27298
27555
  fieldSla
27299
27556
  fieldSentryIssues
27557
+ scheduledPipelineReleaseFieldCompletion
27300
27558
  customViewFieldDateCreated
27301
27559
  customViewFieldOwner
27302
27560
  customViewFieldDateUpdated
@@ -27315,6 +27573,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27315
27573
  dashboardFieldDateCreated
27316
27574
  dashboardFieldOwner
27317
27575
  dashboardFieldDateUpdated
27576
+ scheduledPipelineReleaseFieldDescription
27318
27577
  fieldDueDate
27319
27578
  initiativeFieldHealth
27320
27579
  initiativeFieldActivity
@@ -27396,7 +27655,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27396
27655
  reviewFieldIdentifier
27397
27656
  reviewFieldPreviewLinks
27398
27657
  reviewFieldRepository
27399
- scheduledPipelineReleaseFieldStage
27400
27658
  teamFieldDateCreated
27401
27659
  teamFieldCycle
27402
27660
  teamFieldIdentifier
@@ -27405,8 +27663,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27405
27663
  teamFieldOwner
27406
27664
  teamFieldProjects
27407
27665
  teamFieldDateUpdated
27666
+ releasePipelineFieldTeams
27408
27667
  fieldTimeInCurrentStatus
27409
27668
  releasePipelineFieldType
27669
+ scheduledPipelineReleaseFieldVersion
27410
27670
  showTriageIssues
27411
27671
  showUnreadItemsFirst
27412
27672
  timelineChronologyShowWeekNumbers
@@ -27448,6 +27708,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27448
27708
  projectGroupingDateResolution
27449
27709
  viewOrderingDirection
27450
27710
  embeddedCustomerNeedsViewOrdering
27711
+ focusViewGrouping
27712
+ focusViewOrderingDirection
27713
+ focusViewOrdering
27451
27714
  inboxViewOrdering
27452
27715
  initiativeGrouping
27453
27716
  initiativesViewOrdering
@@ -27469,9 +27732,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27469
27732
  projectLayout
27470
27733
  projectViewOrdering
27471
27734
  projectSubGrouping
27735
+ releasePipelineGrouping
27472
27736
  releasePipelinesViewOrdering
27473
27737
  reviewGrouping
27474
27738
  reviewViewOrdering
27739
+ scheduledPipelineReleasesViewGrouping
27475
27740
  scheduledPipelineReleasesViewOrdering
27476
27741
  searchResultType
27477
27742
  searchViewOrdering
@@ -27511,6 +27776,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27511
27776
  showSupervisedIssues
27512
27777
  fieldSla
27513
27778
  fieldSentryIssues
27779
+ scheduledPipelineReleaseFieldCompletion
27514
27780
  customViewFieldDateCreated
27515
27781
  customViewFieldOwner
27516
27782
  customViewFieldDateUpdated
@@ -27529,6 +27795,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27529
27795
  dashboardFieldDateCreated
27530
27796
  dashboardFieldOwner
27531
27797
  dashboardFieldDateUpdated
27798
+ scheduledPipelineReleaseFieldDescription
27532
27799
  fieldDueDate
27533
27800
  initiativeFieldHealth
27534
27801
  initiativeFieldActivity
@@ -27610,7 +27877,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27610
27877
  reviewFieldIdentifier
27611
27878
  reviewFieldPreviewLinks
27612
27879
  reviewFieldRepository
27613
- scheduledPipelineReleaseFieldStage
27614
27880
  teamFieldDateCreated
27615
27881
  teamFieldCycle
27616
27882
  teamFieldIdentifier
@@ -27619,8 +27885,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27619
27885
  teamFieldOwner
27620
27886
  teamFieldProjects
27621
27887
  teamFieldDateUpdated
27888
+ releasePipelineFieldTeams
27622
27889
  fieldTimeInCurrentStatus
27623
27890
  releasePipelineFieldType
27891
+ scheduledPipelineReleaseFieldVersion
27624
27892
  showTriageIssues
27625
27893
  showUnreadItemsFirst
27626
27894
  timelineChronologyShowWeekNumbers
@@ -27871,6 +28139,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27871
28139
  projectGroupingDateResolution
27872
28140
  viewOrderingDirection
27873
28141
  embeddedCustomerNeedsViewOrdering
28142
+ focusViewGrouping
28143
+ focusViewOrderingDirection
28144
+ focusViewOrdering
27874
28145
  inboxViewOrdering
27875
28146
  initiativeGrouping
27876
28147
  initiativesViewOrdering
@@ -27892,9 +28163,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27892
28163
  projectLayout
27893
28164
  projectViewOrdering
27894
28165
  projectSubGrouping
28166
+ releasePipelineGrouping
27895
28167
  releasePipelinesViewOrdering
27896
28168
  reviewGrouping
27897
28169
  reviewViewOrdering
28170
+ scheduledPipelineReleasesViewGrouping
27898
28171
  scheduledPipelineReleasesViewOrdering
27899
28172
  searchResultType
27900
28173
  searchViewOrdering
@@ -27934,6 +28207,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27934
28207
  showSupervisedIssues
27935
28208
  fieldSla
27936
28209
  fieldSentryIssues
28210
+ scheduledPipelineReleaseFieldCompletion
27937
28211
  customViewFieldDateCreated
27938
28212
  customViewFieldOwner
27939
28213
  customViewFieldDateUpdated
@@ -27952,6 +28226,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27952
28226
  dashboardFieldDateCreated
27953
28227
  dashboardFieldOwner
27954
28228
  dashboardFieldDateUpdated
28229
+ scheduledPipelineReleaseFieldDescription
27955
28230
  fieldDueDate
27956
28231
  initiativeFieldHealth
27957
28232
  initiativeFieldActivity
@@ -28033,7 +28308,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28033
28308
  reviewFieldIdentifier
28034
28309
  reviewFieldPreviewLinks
28035
28310
  reviewFieldRepository
28036
- scheduledPipelineReleaseFieldStage
28037
28311
  teamFieldDateCreated
28038
28312
  teamFieldCycle
28039
28313
  teamFieldIdentifier
@@ -28042,8 +28316,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28042
28316
  teamFieldOwner
28043
28317
  teamFieldProjects
28044
28318
  teamFieldDateUpdated
28319
+ releasePipelineFieldTeams
28045
28320
  fieldTimeInCurrentStatus
28046
28321
  releasePipelineFieldType
28322
+ scheduledPipelineReleaseFieldVersion
28047
28323
  showTriageIssues
28048
28324
  showUnreadItemsFirst
28049
28325
  timelineChronologyShowWeekNumbers
@@ -28085,6 +28361,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28085
28361
  projectGroupingDateResolution
28086
28362
  viewOrderingDirection
28087
28363
  embeddedCustomerNeedsViewOrdering
28364
+ focusViewGrouping
28365
+ focusViewOrderingDirection
28366
+ focusViewOrdering
28088
28367
  inboxViewOrdering
28089
28368
  initiativeGrouping
28090
28369
  initiativesViewOrdering
@@ -28106,9 +28385,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28106
28385
  projectLayout
28107
28386
  projectViewOrdering
28108
28387
  projectSubGrouping
28388
+ releasePipelineGrouping
28109
28389
  releasePipelinesViewOrdering
28110
28390
  reviewGrouping
28111
28391
  reviewViewOrdering
28392
+ scheduledPipelineReleasesViewGrouping
28112
28393
  scheduledPipelineReleasesViewOrdering
28113
28394
  searchResultType
28114
28395
  searchViewOrdering
@@ -28148,6 +28429,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28148
28429
  showSupervisedIssues
28149
28430
  fieldSla
28150
28431
  fieldSentryIssues
28432
+ scheduledPipelineReleaseFieldCompletion
28151
28433
  customViewFieldDateCreated
28152
28434
  customViewFieldOwner
28153
28435
  customViewFieldDateUpdated
@@ -28166,6 +28448,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28166
28448
  dashboardFieldDateCreated
28167
28449
  dashboardFieldOwner
28168
28450
  dashboardFieldDateUpdated
28451
+ scheduledPipelineReleaseFieldDescription
28169
28452
  fieldDueDate
28170
28453
  initiativeFieldHealth
28171
28454
  initiativeFieldActivity
@@ -28247,7 +28530,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28247
28530
  reviewFieldIdentifier
28248
28531
  reviewFieldPreviewLinks
28249
28532
  reviewFieldRepository
28250
- scheduledPipelineReleaseFieldStage
28251
28533
  teamFieldDateCreated
28252
28534
  teamFieldCycle
28253
28535
  teamFieldIdentifier
@@ -28256,8 +28538,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28256
28538
  teamFieldOwner
28257
28539
  teamFieldProjects
28258
28540
  teamFieldDateUpdated
28541
+ releasePipelineFieldTeams
28259
28542
  fieldTimeInCurrentStatus
28260
28543
  releasePipelineFieldType
28544
+ scheduledPipelineReleaseFieldVersion
28261
28545
  showTriageIssues
28262
28546
  showUnreadItemsFirst
28263
28547
  timelineChronologyShowWeekNumbers
@@ -28297,6 +28581,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28297
28581
  projectGroupingDateResolution
28298
28582
  viewOrderingDirection
28299
28583
  embeddedCustomerNeedsViewOrdering
28584
+ focusViewGrouping
28585
+ focusViewOrderingDirection
28586
+ focusViewOrdering
28300
28587
  inboxViewOrdering
28301
28588
  initiativeGrouping
28302
28589
  initiativesViewOrdering
@@ -28318,9 +28605,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28318
28605
  projectLayout
28319
28606
  projectViewOrdering
28320
28607
  projectSubGrouping
28608
+ releasePipelineGrouping
28321
28609
  releasePipelinesViewOrdering
28322
28610
  reviewGrouping
28323
28611
  reviewViewOrdering
28612
+ scheduledPipelineReleasesViewGrouping
28324
28613
  scheduledPipelineReleasesViewOrdering
28325
28614
  searchResultType
28326
28615
  searchViewOrdering
@@ -28360,6 +28649,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28360
28649
  showSupervisedIssues
28361
28650
  fieldSla
28362
28651
  fieldSentryIssues
28652
+ scheduledPipelineReleaseFieldCompletion
28363
28653
  customViewFieldDateCreated
28364
28654
  customViewFieldOwner
28365
28655
  customViewFieldDateUpdated
@@ -28378,6 +28668,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28378
28668
  dashboardFieldDateCreated
28379
28669
  dashboardFieldOwner
28380
28670
  dashboardFieldDateUpdated
28671
+ scheduledPipelineReleaseFieldDescription
28381
28672
  fieldDueDate
28382
28673
  initiativeFieldHealth
28383
28674
  initiativeFieldActivity
@@ -28459,7 +28750,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28459
28750
  reviewFieldIdentifier
28460
28751
  reviewFieldPreviewLinks
28461
28752
  reviewFieldRepository
28462
- scheduledPipelineReleaseFieldStage
28463
28753
  teamFieldDateCreated
28464
28754
  teamFieldCycle
28465
28755
  teamFieldIdentifier
@@ -28468,8 +28758,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28468
28758
  teamFieldOwner
28469
28759
  teamFieldProjects
28470
28760
  teamFieldDateUpdated
28761
+ releasePipelineFieldTeams
28471
28762
  fieldTimeInCurrentStatus
28472
28763
  releasePipelineFieldType
28764
+ scheduledPipelineReleaseFieldVersion
28473
28765
  showTriageIssues
28474
28766
  showUnreadItemsFirst
28475
28767
  timelineChronologyShowWeekNumbers
@@ -28594,6 +28886,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28594
28886
  projectGroupingDateResolution
28595
28887
  viewOrderingDirection
28596
28888
  embeddedCustomerNeedsViewOrdering
28889
+ focusViewGrouping
28890
+ focusViewOrderingDirection
28891
+ focusViewOrdering
28597
28892
  inboxViewOrdering
28598
28893
  initiativeGrouping
28599
28894
  initiativesViewOrdering
@@ -28615,9 +28910,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28615
28910
  projectLayout
28616
28911
  projectViewOrdering
28617
28912
  projectSubGrouping
28913
+ releasePipelineGrouping
28618
28914
  releasePipelinesViewOrdering
28619
28915
  reviewGrouping
28620
28916
  reviewViewOrdering
28917
+ scheduledPipelineReleasesViewGrouping
28621
28918
  scheduledPipelineReleasesViewOrdering
28622
28919
  searchResultType
28623
28920
  searchViewOrdering
@@ -28657,6 +28954,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28657
28954
  showSupervisedIssues
28658
28955
  fieldSla
28659
28956
  fieldSentryIssues
28957
+ scheduledPipelineReleaseFieldCompletion
28660
28958
  customViewFieldDateCreated
28661
28959
  customViewFieldOwner
28662
28960
  customViewFieldDateUpdated
@@ -28675,6 +28973,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28675
28973
  dashboardFieldDateCreated
28676
28974
  dashboardFieldOwner
28677
28975
  dashboardFieldDateUpdated
28976
+ scheduledPipelineReleaseFieldDescription
28678
28977
  fieldDueDate
28679
28978
  initiativeFieldHealth
28680
28979
  initiativeFieldActivity
@@ -28756,7 +29055,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28756
29055
  reviewFieldIdentifier
28757
29056
  reviewFieldPreviewLinks
28758
29057
  reviewFieldRepository
28759
- scheduledPipelineReleaseFieldStage
28760
29058
  teamFieldDateCreated
28761
29059
  teamFieldCycle
28762
29060
  teamFieldIdentifier
@@ -28765,8 +29063,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28765
29063
  teamFieldOwner
28766
29064
  teamFieldProjects
28767
29065
  teamFieldDateUpdated
29066
+ releasePipelineFieldTeams
28768
29067
  fieldTimeInCurrentStatus
28769
29068
  releasePipelineFieldType
29069
+ scheduledPipelineReleaseFieldVersion
28770
29070
  showTriageIssues
28771
29071
  showUnreadItemsFirst
28772
29072
  timelineChronologyShowWeekNumbers
@@ -37941,6 +38241,7 @@ fragment Organization on Organization {
37941
38241
  allowedAuthServices
37942
38242
  allowedFileUploadContentTypes
37943
38243
  createdIssueCount
38244
+ authSettings
37944
38245
  customersConfiguration
37945
38246
  defaultFeedSummarySchedule
37946
38247
  gitBranchFormat
@@ -38270,6 +38571,9 @@ const Organization_TeamsDocument = new TypedDocumentString(`
38270
38571
  color
38271
38572
  description
38272
38573
  name
38574
+ parent {
38575
+ id
38576
+ }
38273
38577
  key
38274
38578
  archivedAt
38275
38579
  createdAt
@@ -40245,6 +40549,9 @@ const Project_TeamsDocument = new TypedDocumentString(`
40245
40549
  color
40246
40550
  description
40247
40551
  name
40552
+ parent {
40553
+ id
40554
+ }
40248
40555
  key
40249
40556
  archivedAt
40250
40557
  createdAt
@@ -42995,6 +43302,9 @@ const TeamDocument = new TypedDocumentString(`
42995
43302
  color
42996
43303
  description
42997
43304
  name
43305
+ parent {
43306
+ id
43307
+ }
42998
43308
  key
42999
43309
  archivedAt
43000
43310
  createdAt
@@ -44080,6 +44390,9 @@ const TeamsDocument = new TypedDocumentString(`
44080
44390
  color
44081
44391
  description
44082
44392
  name
44393
+ parent {
44394
+ id
44395
+ }
44083
44396
  key
44084
44397
  archivedAt
44085
44398
  createdAt
@@ -45398,6 +45711,9 @@ const User_TeamsDocument = new TypedDocumentString(`
45398
45711
  color
45399
45712
  description
45400
45713
  name
45714
+ parent {
45715
+ id
45716
+ }
45401
45717
  key
45402
45718
  archivedAt
45403
45719
  createdAt
@@ -47383,6 +47699,9 @@ const Viewer_TeamsDocument = new TypedDocumentString(`
47383
47699
  color
47384
47700
  description
47385
47701
  name
47702
+ parent {
47703
+ id
47704
+ }
47386
47705
  key
47387
47706
  archivedAt
47388
47707
  createdAt
@@ -48354,6 +48673,7 @@ fragment AuthOrganization on AuthOrganization {
48354
48673
  __typename
48355
48674
  allowedAuthServices
48356
48675
  approximateUserCount
48676
+ authSettings
48357
48677
  previousUrlKeys
48358
48678
  serviceId
48359
48679
  releaseChannel
@@ -48542,8 +48862,8 @@ const UnarchiveCustomerNeedDocument = new TypedDocumentString(`
48542
48862
  success
48543
48863
  }`);
48544
48864
  const UpdateCustomerNeedDocument = new TypedDocumentString(`
48545
- mutation updateCustomerNeed($id: String!, $input: CustomerNeedUpdateInput!) {
48546
- customerNeedUpdate(id: $id, input: $input) {
48865
+ mutation updateCustomerNeed($clearAttachment: Boolean, $id: String!, $input: CustomerNeedUpdateInput!) {
48866
+ customerNeedUpdate(clearAttachment: $clearAttachment, id: $id, input: $input) {
48547
48867
  ...CustomerNeedUpdatePayload
48548
48868
  }
48549
48869
  }
@@ -48935,6 +49255,7 @@ fragment AuthOrganization on AuthOrganization {
48935
49255
  __typename
48936
49256
  allowedAuthServices
48937
49257
  approximateUserCount
49258
+ authSettings
48938
49259
  previousUrlKeys
48939
49260
  serviceId
48940
49261
  releaseChannel
@@ -49325,6 +49646,7 @@ fragment AuthOrganization on AuthOrganization {
49325
49646
  __typename
49326
49647
  allowedAuthServices
49327
49648
  approximateUserCount
49649
+ authSettings
49328
49650
  previousUrlKeys
49329
49651
  serviceId
49330
49652
  releaseChannel
@@ -51311,6 +51633,7 @@ fragment AuthOrganization on AuthOrganization {
51311
51633
  __typename
51312
51634
  allowedAuthServices
51313
51635
  approximateUserCount
51636
+ authSettings
51314
51637
  previousUrlKeys
51315
51638
  serviceId
51316
51639
  releaseChannel
@@ -51361,6 +51684,7 @@ fragment AuthOrganization on AuthOrganization {
51361
51684
  __typename
51362
51685
  allowedAuthServices
51363
51686
  approximateUserCount
51687
+ authSettings
51364
51688
  previousUrlKeys
51365
51689
  serviceId
51366
51690
  releaseChannel
@@ -56069,6 +56393,7 @@ fragment AuthOrganization on AuthOrganization {
56069
56393
  __typename
56070
56394
  allowedAuthServices
56071
56395
  approximateUserCount
56396
+ authSettings
56072
56397
  previousUrlKeys
56073
56398
  serviceId
56074
56399
  releaseChannel
@@ -56577,6 +56902,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56577
56902
  projectGroupingDateResolution
56578
56903
  viewOrderingDirection
56579
56904
  embeddedCustomerNeedsViewOrdering
56905
+ focusViewGrouping
56906
+ focusViewOrderingDirection
56907
+ focusViewOrdering
56580
56908
  inboxViewOrdering
56581
56909
  initiativeGrouping
56582
56910
  initiativesViewOrdering
@@ -56598,9 +56926,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56598
56926
  projectLayout
56599
56927
  projectViewOrdering
56600
56928
  projectSubGrouping
56929
+ releasePipelineGrouping
56601
56930
  releasePipelinesViewOrdering
56602
56931
  reviewGrouping
56603
56932
  reviewViewOrdering
56933
+ scheduledPipelineReleasesViewGrouping
56604
56934
  scheduledPipelineReleasesViewOrdering
56605
56935
  searchResultType
56606
56936
  searchViewOrdering
@@ -56640,6 +56970,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56640
56970
  showSupervisedIssues
56641
56971
  fieldSla
56642
56972
  fieldSentryIssues
56973
+ scheduledPipelineReleaseFieldCompletion
56643
56974
  customViewFieldDateCreated
56644
56975
  customViewFieldOwner
56645
56976
  customViewFieldDateUpdated
@@ -56658,6 +56989,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56658
56989
  dashboardFieldDateCreated
56659
56990
  dashboardFieldOwner
56660
56991
  dashboardFieldDateUpdated
56992
+ scheduledPipelineReleaseFieldDescription
56661
56993
  fieldDueDate
56662
56994
  initiativeFieldHealth
56663
56995
  initiativeFieldActivity
@@ -56739,7 +57071,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56739
57071
  reviewFieldIdentifier
56740
57072
  reviewFieldPreviewLinks
56741
57073
  reviewFieldRepository
56742
- scheduledPipelineReleaseFieldStage
56743
57074
  teamFieldDateCreated
56744
57075
  teamFieldCycle
56745
57076
  teamFieldIdentifier
@@ -56748,8 +57079,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56748
57079
  teamFieldOwner
56749
57080
  teamFieldProjects
56750
57081
  teamFieldDateUpdated
57082
+ releasePipelineFieldTeams
56751
57083
  fieldTimeInCurrentStatus
56752
57084
  releasePipelineFieldType
57085
+ scheduledPipelineReleaseFieldVersion
56753
57086
  showTriageIssues
56754
57087
  showUnreadItemsFirst
56755
57088
  timelineChronologyShowWeekNumbers
@@ -56819,6 +57152,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56819
57152
  projectGroupingDateResolution
56820
57153
  viewOrderingDirection
56821
57154
  embeddedCustomerNeedsViewOrdering
57155
+ focusViewGrouping
57156
+ focusViewOrderingDirection
57157
+ focusViewOrdering
56822
57158
  inboxViewOrdering
56823
57159
  initiativeGrouping
56824
57160
  initiativesViewOrdering
@@ -56840,9 +57176,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56840
57176
  projectLayout
56841
57177
  projectViewOrdering
56842
57178
  projectSubGrouping
57179
+ releasePipelineGrouping
56843
57180
  releasePipelinesViewOrdering
56844
57181
  reviewGrouping
56845
57182
  reviewViewOrdering
57183
+ scheduledPipelineReleasesViewGrouping
56846
57184
  scheduledPipelineReleasesViewOrdering
56847
57185
  searchResultType
56848
57186
  searchViewOrdering
@@ -56882,6 +57220,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56882
57220
  showSupervisedIssues
56883
57221
  fieldSla
56884
57222
  fieldSentryIssues
57223
+ scheduledPipelineReleaseFieldCompletion
56885
57224
  customViewFieldDateCreated
56886
57225
  customViewFieldOwner
56887
57226
  customViewFieldDateUpdated
@@ -56900,6 +57239,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56900
57239
  dashboardFieldDateCreated
56901
57240
  dashboardFieldOwner
56902
57241
  dashboardFieldDateUpdated
57242
+ scheduledPipelineReleaseFieldDescription
56903
57243
  fieldDueDate
56904
57244
  initiativeFieldHealth
56905
57245
  initiativeFieldActivity
@@ -56981,7 +57321,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56981
57321
  reviewFieldIdentifier
56982
57322
  reviewFieldPreviewLinks
56983
57323
  reviewFieldRepository
56984
- scheduledPipelineReleaseFieldStage
56985
57324
  teamFieldDateCreated
56986
57325
  teamFieldCycle
56987
57326
  teamFieldIdentifier
@@ -56990,8 +57329,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56990
57329
  teamFieldOwner
56991
57330
  teamFieldProjects
56992
57331
  teamFieldDateUpdated
57332
+ releasePipelineFieldTeams
56993
57333
  fieldTimeInCurrentStatus
56994
57334
  releasePipelineFieldType
57335
+ scheduledPipelineReleaseFieldVersion
56995
57336
  showTriageIssues
56996
57337
  showUnreadItemsFirst
56997
57338
  timelineChronologyShowWeekNumbers
@@ -58362,16 +58703,25 @@ var AiConversationInvokeMcpToolToolCallArgsTool = class extends Request {
58362
58703
  var AiConversationPartMetadata = class extends Request {
58363
58704
  constructor(request, data) {
58364
58705
  super(request);
58706
+ this.endedAt = data.endedAt ?? void 0;
58365
58707
  this.evalLogId = data.evalLogId ?? void 0;
58366
58708
  this.feedback = data.feedback ?? void 0;
58709
+ this.startedAt = data.startedAt ?? void 0;
58367
58710
  this.turnId = data.turnId;
58711
+ this.phase = data.phase ?? void 0;
58368
58712
  }
58713
+ /** The ended timestamp of the part. */
58714
+ endedAt;
58369
58715
  /** The eval log ID of the part. */
58370
58716
  evalLogId;
58371
58717
  /** AI feedback state for this part. */
58372
58718
  feedback;
58719
+ /** The started timestamp of the part. */
58720
+ startedAt;
58373
58721
  /** The turn ID of the part. */
58374
58722
  turnId;
58723
+ /** The phase during which the part was generated. */
58724
+ phase;
58375
58725
  };
58376
58726
  /**
58377
58727
  * A prompt part in an AI conversation.
@@ -58634,6 +58984,44 @@ var AiConversationResearchToolCallResult = class extends Request {
58634
58984
  progressId;
58635
58985
  };
58636
58986
  /**
58987
+ * AiConversationRestoreEntityToolCall model
58988
+ *
58989
+ * @param request - function to call the graphql client
58990
+ * @param data - L.AiConversationRestoreEntityToolCallFragment response data
58991
+ */
58992
+ var AiConversationRestoreEntityToolCall = class extends Request {
58993
+ constructor(request, data) {
58994
+ super(request);
58995
+ this.rawArgs = parseJson(data.rawArgs) ?? void 0;
58996
+ this.rawResult = parseJson(data.rawResult) ?? void 0;
58997
+ this.args = data.args ? new AiConversationRestoreEntityToolCallArgs(request, data.args) : void 0;
58998
+ this.displayInfo = new AiConversationToolDisplayInfo(request, data.displayInfo);
58999
+ this.name = data.name;
59000
+ }
59001
+ /** The arguments of the tool call. */
59002
+ rawArgs;
59003
+ /** The result of the tool call. */
59004
+ rawResult;
59005
+ /** The arguments to the tool call. */
59006
+ args;
59007
+ displayInfo;
59008
+ /** The name of the tool that was called. */
59009
+ name;
59010
+ };
59011
+ /**
59012
+ * AiConversationRestoreEntityToolCallArgs model
59013
+ *
59014
+ * @param request - function to call the graphql client
59015
+ * @param data - L.AiConversationRestoreEntityToolCallArgsFragment response data
59016
+ */
59017
+ var AiConversationRestoreEntityToolCallArgs = class extends Request {
59018
+ constructor(request, data) {
59019
+ super(request);
59020
+ this.entity = new AiConversationSearchEntitiesToolCallResultEntities(request, data.entity);
59021
+ }
59022
+ entity;
59023
+ };
59024
+ /**
58637
59025
  * AiConversationRetrieveEntitiesToolCall model
58638
59026
  *
58639
59027
  * @param request - function to call the graphql client
@@ -58952,8 +59340,10 @@ var AiConversationUpdateEntityToolCall = class extends Request {
58952
59340
  var AiConversationUpdateEntityToolCallArgs = class extends Request {
58953
59341
  constructor(request, data) {
58954
59342
  super(request);
58955
- this.entity = new AiConversationSearchEntitiesToolCallResultEntities(request, data.entity);
59343
+ this.entity = data.entity ? new AiConversationSearchEntitiesToolCallResultEntities(request, data.entity) : void 0;
59344
+ this.entities = data.entities ? data.entities.map((node) => new AiConversationSearchEntitiesToolCallResultEntities(request, node)) : void 0;
58956
59345
  }
59346
+ entities;
58957
59347
  entity;
58958
59348
  };
58959
59349
  /**
@@ -59646,6 +60036,7 @@ var AuthOrganization = class extends Request {
59646
60036
  super(request);
59647
60037
  this.allowedAuthServices = data.allowedAuthServices;
59648
60038
  this.approximateUserCount = data.approximateUserCount;
60039
+ this.authSettings = data.authSettings;
59649
60040
  this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
59650
60041
  this.deletionRequestedAt = parseDate(data.deletionRequestedAt) ?? void 0;
59651
60042
  this.enabled = data.enabled;
@@ -59666,6 +60057,8 @@ var AuthOrganization = class extends Request {
59666
60057
  allowedAuthServices;
59667
60058
  /** An approximate count of users, updated once per day. */
59668
60059
  approximateUserCount;
60060
+ /** Authentication settings for the organization. */
60061
+ authSettings;
59669
60062
  /** The time at which the entity was created. */
59670
60063
  createdAt;
59671
60064
  /** The time at which deletion of the organization was requested. */
@@ -59866,7 +60259,7 @@ var BaseWebhookPayload = class {
59866
60259
  webhookTimestamp;
59867
60260
  };
59868
60261
  /**
59869
- * A comment associated with an issue.
60262
+ * A comment associated with an entity.
59870
60263
  *
59871
60264
  * @param request - function to call the graphql client
59872
60265
  * @param data - L.CommentFragment response data
@@ -60875,8 +61268,8 @@ var CustomerNeed = class extends Request {
60875
61268
  return new UnarchiveCustomerNeedMutation(this._request).fetch(this.id);
60876
61269
  }
60877
61270
  /** Updates a customer need */
60878
- update(input) {
60879
- return new UpdateCustomerNeedMutation(this._request).fetch(this.id, input);
61271
+ update(input, variables) {
61272
+ return new UpdateCustomerNeedMutation(this._request).fetch(this.id, input, variables);
60880
61273
  }
60881
61274
  };
60882
61275
  /**
@@ -62885,11 +63278,11 @@ var Draft = class extends Request {
62885
63278
  get customerNeedId() {
62886
63279
  return this._customerNeed?.id;
62887
63280
  }
62888
- /** The initiative for which this is a draft initiative update. */
63281
+ /** The initiative for which this is a draft comment or initiative update. */
62889
63282
  get initiative() {
62890
63283
  return this._initiative?.id ? new InitiativeQuery(this._request).fetch(this._initiative?.id) : void 0;
62891
63284
  }
62892
- /** The ID of initiative for which this is a draft initiative update. */
63285
+ /** The ID of initiative for which this is a draft comment or initiative update. */
62893
63286
  get initiativeId() {
62894
63287
  return this._initiative?.id;
62895
63288
  }
@@ -62917,11 +63310,11 @@ var Draft = class extends Request {
62917
63310
  get parentCommentId() {
62918
63311
  return this._parentComment?.id;
62919
63312
  }
62920
- /** The project for which this is a draft project update. */
63313
+ /** The project for which this is a draft comment or project update. */
62921
63314
  get project() {
62922
63315
  return this._project?.id ? new ProjectQuery(this._request).fetch(this._project?.id) : void 0;
62923
63316
  }
62924
- /** The ID of project for which this is a draft project update. */
63317
+ /** The ID of project for which this is a draft comment or project update. */
62925
63318
  get projectId() {
62926
63319
  return this._project?.id;
62927
63320
  }
@@ -69669,6 +70062,7 @@ var Organization = class extends Request {
69669
70062
  this.allowedAuthServices = data.allowedAuthServices;
69670
70063
  this.allowedFileUploadContentTypes = data.allowedFileUploadContentTypes ?? void 0;
69671
70064
  this.archivedAt = parseDate(data.archivedAt) ?? void 0;
70065
+ this.authSettings = data.authSettings;
69672
70066
  this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
69673
70067
  this.createdIssueCount = data.createdIssueCount;
69674
70068
  this.customerCount = data.customerCount;
@@ -69727,6 +70121,8 @@ var Organization = class extends Request {
69727
70121
  allowedFileUploadContentTypes;
69728
70122
  /** The time at which the entity was archived. Null if the entity has not been archived. */
69729
70123
  archivedAt;
70124
+ /** Authentication settings for the organization. */
70125
+ authSettings;
69730
70126
  /** The time at which the entity was created. */
69731
70127
  createdAt;
69732
70128
  /** Aproximate number of issues in the organization, including archived ones. */
@@ -73817,6 +74213,7 @@ var Team = class extends Request {
73817
74213
  _markedAsDuplicateWorkflowState;
73818
74214
  _mergeWorkflowState;
73819
74215
  _mergeableWorkflowState;
74216
+ _parent;
73820
74217
  _reviewWorkflowState;
73821
74218
  _startWorkflowState;
73822
74219
  _triageIssueState;
@@ -73885,6 +74282,7 @@ var Team = class extends Request {
73885
74282
  this._markedAsDuplicateWorkflowState = data.markedAsDuplicateWorkflowState ?? void 0;
73886
74283
  this._mergeWorkflowState = data.mergeWorkflowState ?? void 0;
73887
74284
  this._mergeableWorkflowState = data.mergeableWorkflowState ?? void 0;
74285
+ this._parent = data.parent ?? void 0;
73888
74286
  this._reviewWorkflowState = data.reviewWorkflowState ?? void 0;
73889
74287
  this._startWorkflowState = data.startWorkflowState ?? void 0;
73890
74288
  this._triageIssueState = data.triageIssueState ?? void 0;
@@ -74073,6 +74471,14 @@ var Team = class extends Request {
74073
74471
  get organization() {
74074
74472
  return new OrganizationQuery(this._request).fetch();
74075
74473
  }
74474
+ /** The team's parent team. */
74475
+ get parent() {
74476
+ return this._parent?.id ? new TeamQuery(this._request).fetch(this._parent?.id) : void 0;
74477
+ }
74478
+ /** The ID of team's parent team. */
74479
+ get parentId() {
74480
+ return this._parent?.id;
74481
+ }
74076
74482
  /** The workflow state into which issues are moved when a review has been requested for the PR. */
74077
74483
  get reviewWorkflowState() {
74078
74484
  return this._reviewWorkflowState?.id ? new WorkflowStateQuery(this._request).fetch(this._reviewWorkflowState?.id) : void 0;
@@ -75769,6 +76175,9 @@ var ViewPreferencesValues = class extends Request {
75769
76175
  this.fieldSla = data.fieldSla ?? void 0;
75770
76176
  this.fieldStatus = data.fieldStatus ?? void 0;
75771
76177
  this.fieldTimeInCurrentStatus = data.fieldTimeInCurrentStatus ?? void 0;
76178
+ this.focusViewGrouping = data.focusViewGrouping ?? void 0;
76179
+ this.focusViewOrdering = data.focusViewOrdering ?? void 0;
76180
+ this.focusViewOrderingDirection = data.focusViewOrderingDirection ?? void 0;
75772
76181
  this.hiddenColumns = data.hiddenColumns ?? void 0;
75773
76182
  this.hiddenRows = data.hiddenRows ?? void 0;
75774
76183
  this.inboxViewOrdering = data.inboxViewOrdering ?? void 0;
@@ -75856,7 +76265,9 @@ var ViewPreferencesValues = class extends Request {
75856
76265
  this.projectZoomLevel = data.projectZoomLevel ?? void 0;
75857
76266
  this.releasePipelineFieldLatestRelease = data.releasePipelineFieldLatestRelease ?? void 0;
75858
76267
  this.releasePipelineFieldReleases = data.releasePipelineFieldReleases ?? void 0;
76268
+ this.releasePipelineFieldTeams = data.releasePipelineFieldTeams ?? void 0;
75859
76269
  this.releasePipelineFieldType = data.releasePipelineFieldType ?? void 0;
76270
+ this.releasePipelineGrouping = data.releasePipelineGrouping ?? void 0;
75860
76271
  this.releasePipelinesViewOrdering = data.releasePipelinesViewOrdering ?? void 0;
75861
76272
  this.reviewFieldAvatar = data.reviewFieldAvatar ?? void 0;
75862
76273
  this.reviewFieldChecks = data.reviewFieldChecks ?? void 0;
@@ -75865,8 +76276,11 @@ var ViewPreferencesValues = class extends Request {
75865
76276
  this.reviewFieldRepository = data.reviewFieldRepository ?? void 0;
75866
76277
  this.reviewGrouping = data.reviewGrouping ?? void 0;
75867
76278
  this.reviewViewOrdering = data.reviewViewOrdering ?? void 0;
76279
+ this.scheduledPipelineReleaseFieldCompletion = data.scheduledPipelineReleaseFieldCompletion ?? void 0;
76280
+ this.scheduledPipelineReleaseFieldDescription = data.scheduledPipelineReleaseFieldDescription ?? void 0;
75868
76281
  this.scheduledPipelineReleaseFieldReleaseDate = data.scheduledPipelineReleaseFieldReleaseDate ?? void 0;
75869
- this.scheduledPipelineReleaseFieldStage = data.scheduledPipelineReleaseFieldStage ?? void 0;
76282
+ this.scheduledPipelineReleaseFieldVersion = data.scheduledPipelineReleaseFieldVersion ?? void 0;
76283
+ this.scheduledPipelineReleasesViewGrouping = data.scheduledPipelineReleasesViewGrouping ?? void 0;
75870
76284
  this.scheduledPipelineReleasesViewOrdering = data.scheduledPipelineReleasesViewOrdering ?? void 0;
75871
76285
  this.searchResultType = data.searchResultType ?? void 0;
75872
76286
  this.searchViewOrdering = data.searchViewOrdering ?? void 0;
@@ -76016,6 +76430,12 @@ var ViewPreferencesValues = class extends Request {
76016
76430
  fieldStatus;
76017
76431
  /** Whether to show the time in current status field. */
76018
76432
  fieldTimeInCurrentStatus;
76433
+ /** The focus view grouping. */
76434
+ focusViewGrouping;
76435
+ /** The focus view ordering. */
76436
+ focusViewOrdering;
76437
+ /** The focus view ordering direction. */
76438
+ focusViewOrderingDirection;
76019
76439
  /** List of column model IDs which should be hidden on a board. */
76020
76440
  hiddenColumns;
76021
76441
  /** List of row model IDs which should be hidden on a board. */
@@ -76190,8 +76610,12 @@ var ViewPreferencesValues = class extends Request {
76190
76610
  releasePipelineFieldLatestRelease;
76191
76611
  /** Whether to show the releases field for release pipelines. */
76192
76612
  releasePipelineFieldReleases;
76613
+ /** Whether to show the teams field for release pipelines. */
76614
+ releasePipelineFieldTeams;
76193
76615
  /** Whether to show the type field for release pipelines. */
76194
76616
  releasePipelineFieldType;
76617
+ /** The release pipeline grouping. */
76618
+ releasePipelineGrouping;
76195
76619
  /** The release pipelines view ordering. */
76196
76620
  releasePipelinesViewOrdering;
76197
76621
  /** Whether to show the review avatar field. */
@@ -76208,10 +76632,16 @@ var ViewPreferencesValues = class extends Request {
76208
76632
  reviewGrouping;
76209
76633
  /** The review view ordering. */
76210
76634
  reviewViewOrdering;
76635
+ /** Whether to show the completion field for scheduled pipeline releases. */
76636
+ scheduledPipelineReleaseFieldCompletion;
76637
+ /** Whether to show the description field for scheduled pipeline releases. */
76638
+ scheduledPipelineReleaseFieldDescription;
76211
76639
  /** Whether to show the release date field for scheduled pipeline releases. */
76212
76640
  scheduledPipelineReleaseFieldReleaseDate;
76213
- /** Whether to show the stage field for scheduled pipeline releases. */
76214
- scheduledPipelineReleaseFieldStage;
76641
+ /** Whether to show the version field for scheduled pipeline releases. */
76642
+ scheduledPipelineReleaseFieldVersion;
76643
+ /** The scheduled pipeline releases view grouping. */
76644
+ scheduledPipelineReleasesViewGrouping;
76215
76645
  /** The scheduled pipeline releases view ordering. */
76216
76646
  scheduledPipelineReleasesViewOrdering;
76217
76647
  /** The search result type filter. */
@@ -76632,6 +77062,7 @@ var WorkflowDefinition = class extends Request {
76632
77062
  this.id = data.id;
76633
77063
  this.lastExecutedAt = parseDate(data.lastExecutedAt) ?? void 0;
76634
77064
  this.name = data.name;
77065
+ this.slugId = data.slugId;
76635
77066
  this.sortOrder = data.sortOrder;
76636
77067
  this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
76637
77068
  this.contextViewType = data.contextViewType ?? void 0;
@@ -76668,6 +77099,8 @@ var WorkflowDefinition = class extends Request {
76668
77099
  lastExecutedAt;
76669
77100
  /** The name of the workflow. */
76670
77101
  name;
77102
+ /** The workflow definition's unique URL slug. */
77103
+ slugId;
76671
77104
  /** The sort order of the workflow definition within its siblings. */
76672
77105
  sortOrder;
76673
77106
  /**
@@ -80575,12 +81008,14 @@ var UpdateCustomerNeedMutation = class extends Request {
80575
81008
  *
80576
81009
  * @param id - required id to pass to updateCustomerNeed
80577
81010
  * @param input - required input to pass to updateCustomerNeed
81011
+ * @param variables - variables without 'id', 'input' to pass into the UpdateCustomerNeedMutation
80578
81012
  * @returns parsed response from UpdateCustomerNeedMutation
80579
81013
  */
80580
- async fetch(id, input) {
81014
+ async fetch(id, input, variables) {
80581
81015
  const data = (await this._request(UpdateCustomerNeedDocument.toString(), {
80582
81016
  id,
80583
- input
81017
+ input,
81018
+ ...variables
80584
81019
  })).customerNeedUpdate;
80585
81020
  return new CustomerNeedUpdatePayload(this._request, data);
80586
81021
  }
@@ -92298,10 +92733,11 @@ var LinearSdk = class extends Request {
92298
92733
  *
92299
92734
  * @param id - required id to pass to updateCustomerNeed
92300
92735
  * @param input - required input to pass to updateCustomerNeed
92736
+ * @param variables - variables without 'id', 'input' to pass into the UpdateCustomerNeedMutation
92301
92737
  * @returns CustomerNeedUpdatePayload
92302
92738
  */
92303
- updateCustomerNeed(id, input) {
92304
- return new UpdateCustomerNeedMutation(this._request).fetch(id, input);
92739
+ updateCustomerNeed(id, input, variables) {
92740
+ return new UpdateCustomerNeedMutation(this._request).fetch(id, input, variables);
92305
92741
  }
92306
92742
  /**
92307
92743
  * Creates a new customer status.
@@ -94641,5 +95077,5 @@ var LinearClient = class extends LinearSdk {
94641
95077
  const LinearWebhooks = LinearWebhookClient;
94642
95078
 
94643
95079
  //#endregion
94644
- 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, AiConversationInvokeMcpToolToolCall, AiConversationInvokeMcpToolToolCallArgs, AiConversationInvokeMcpToolToolCallArgsServer, AiConversationInvokeMcpToolToolCallArgsTool, AiConversationPartMetadata, AiConversationPartType, AiConversationPromptPart, AiConversationQueryActivityToolCall, AiConversationQueryActivityToolCallArgs, AiConversationQueryUpdatesToolCall, AiConversationQueryUpdatesToolCallArgs, AiConversationQueryUpdatesToolCallArgsUpdateType, AiConversationQueryViewToolCall, AiConversationQueryViewToolCallArgs, AiConversationQueryViewToolCallArgsMode, AiConversationQueryViewToolCallArgsView, AiConversationReasoningPart, AiConversationResearchToolCall, AiConversationResearchToolCallArgs, AiConversationResearchToolCallResult, AiConversationRetrieveEntitiesToolCall, AiConversationRetrieveEntitiesToolCallArgs, AiConversationSearchDocumentationToolCall, AiConversationSearchEntitiesToolCall, AiConversationSearchEntitiesToolCallArgs, AiConversationSearchEntitiesToolCallResult, AiConversationSearchEntitiesToolCallResultEntities, AiConversationStatus, AiConversationSuggestValuesToolCall, AiConversationSuggestValuesToolCallArgs, AiConversationTextPart, AiConversationTool, AiConversationToolCallPart, AiConversationToolDisplayInfo, AiConversationTranscribeMediaToolCall, AiConversationTranscribeVideoToolCall, AiConversationUpdateEntityToolCall, AiConversationUpdateEntityToolCallArgs, AiConversationWebSearchToolCall, AiConversationWebSearchToolCallArgs, AiConversationWidgetDisplayInfo, AiConversationWidgetName, AiConversationWidgetPart, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_DocumentsQuery, AttachmentIssue_FormerAttachmentsQuery, AttachmentIssue_FormerNeedsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_NeedsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_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, 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, 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, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, RotateSecretWebhookMutation, SLADayCountType, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SemanticSearchPayload, SemanticSearchQuery, SemanticSearchResult, SemanticSearchResultType, SendStrategy, SesDomainIdentity, SesDomainIdentityDnsRecord, SlaStatus, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackChannelType, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, Summary, SummaryGenerationStatus, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRetirementSubTeamHandling, TeamRoleType, TeamWithParentWebhookPayload, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, 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 };
95080
+ 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, AiPromptRules, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_DocumentsQuery, AttachmentIssue_FormerAttachmentsQuery, AttachmentIssue_FormerNeedsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_NeedsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_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, 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, 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 };
94645
95081
  //# sourceMappingURL=index.mjs.map