@linear/sdk 78.0.0 → 80.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,6 +1514,7 @@ 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,
@@ -1560,7 +1561,9 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1560
1561
  AiConversationWidgetDisplayInfoFragmentDoc: () => AiConversationWidgetDisplayInfoFragmentDoc,
1561
1562
  AiConversationWidgetName: () => AiConversationWidgetName,
1562
1563
  AiConversationWidgetPartFragmentDoc: () => AiConversationWidgetPartFragmentDoc,
1564
+ AiPromptProgressStatus: () => AiPromptProgressStatus,
1563
1565
  AiPromptRulesFragmentDoc: () => AiPromptRulesFragmentDoc,
1566
+ AiPromptType: () => AiPromptType,
1564
1567
  AirbyteIntegrationConnectDocument: () => AirbyteIntegrationConnectDocument,
1565
1568
  AppUserNotificationWebhookPayloadFragmentDoc: () => AppUserNotificationWebhookPayloadFragmentDoc,
1566
1569
  AppUserTeamAccessChangedWebhookPayloadFragmentDoc: () => AppUserTeamAccessChangedWebhookPayloadFragmentDoc,
@@ -1828,6 +1831,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
1828
1831
  DocumentChildWebhookPayloadFragmentDoc: () => DocumentChildWebhookPayloadFragmentDoc,
1829
1832
  DocumentConnectionFragmentDoc: () => DocumentConnectionFragmentDoc,
1830
1833
  DocumentContentChildWebhookPayloadFragmentDoc: () => DocumentContentChildWebhookPayloadFragmentDoc,
1834
+ DocumentContentDraftFragmentDoc: () => DocumentContentDraftFragmentDoc,
1831
1835
  DocumentContentFragmentDoc: () => DocumentContentFragmentDoc,
1832
1836
  DocumentContentHistoryDocument: () => DocumentContentHistoryDocument,
1833
1837
  DocumentContentHistoryPayloadFragmentDoc: () => DocumentContentHistoryPayloadFragmentDoc,
@@ -2072,6 +2076,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2072
2076
  IssueSearchResultFragmentDoc: () => IssueSearchResultFragmentDoc,
2073
2077
  IssueSharedAccessDisallowedField: () => IssueSharedAccessDisallowedField,
2074
2078
  IssueSharedAccessFragmentDoc: () => IssueSharedAccessFragmentDoc,
2079
+ IssueSharingPolicy: () => IssueSharingPolicy,
2075
2080
  IssueSlaWebhookPayloadFragmentDoc: () => IssueSlaWebhookPayloadFragmentDoc,
2076
2081
  IssueStateSpanConnectionFragmentDoc: () => IssueStateSpanConnectionFragmentDoc,
2077
2082
  IssueStateSpanFragmentDoc: () => IssueStateSpanFragmentDoc,
@@ -2296,6 +2301,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2296
2301
  Project_RelationsDocument: () => Project_RelationsDocument,
2297
2302
  Project_TeamsDocument: () => Project_TeamsDocument,
2298
2303
  ProjectsDocument: () => ProjectsDocument,
2304
+ PullRequestCheckPresentation: () => PullRequestCheckPresentation,
2299
2305
  PullRequestMergeMethod: () => PullRequestMergeMethod,
2300
2306
  PullRequestNotificationFragmentDoc: () => PullRequestNotificationFragmentDoc,
2301
2307
  PullRequestReviewTool: () => PullRequestReviewTool,
@@ -2360,6 +2366,7 @@ var _generated_documents_exports = /* @__PURE__ */ __export({
2360
2366
  SlackChannelType: () => SlackChannelType,
2361
2367
  SsoUrlFromEmailDocument: () => SsoUrlFromEmailDocument,
2362
2368
  SsoUrlFromEmailResponseFragmentDoc: () => SsoUrlFromEmailResponseFragmentDoc,
2369
+ SubscriptionFragmentDoc: () => SubscriptionFragmentDoc,
2363
2370
  SuccessPayloadFragmentDoc: () => SuccessPayloadFragmentDoc,
2364
2371
  SummaryFragmentDoc: () => SummaryFragmentDoc,
2365
2372
  SummaryGenerationStatus: () => SummaryGenerationStatus,
@@ -2670,6 +2677,16 @@ let AiConversationEntityListWidgetArgsEntitiesType = /* @__PURE__ */ function(Ai
2670
2677
  AiConversationEntityListWidgetArgsEntitiesType$1["Template"] = "Template";
2671
2678
  return AiConversationEntityListWidgetArgsEntitiesType$1;
2672
2679
  }({});
2680
+ /** The initial source of an AI conversation. */
2681
+ let AiConversationInitialSource = /* @__PURE__ */ function(AiConversationInitialSource$1) {
2682
+ AiConversationInitialSource$1["Comment"] = "comment";
2683
+ AiConversationInitialSource$1["DirectChat"] = "directChat";
2684
+ AiConversationInitialSource$1["MicrosoftTeams"] = "microsoftTeams";
2685
+ AiConversationInitialSource$1["PullRequestComment"] = "pullRequestComment";
2686
+ AiConversationInitialSource$1["Slack"] = "slack";
2687
+ AiConversationInitialSource$1["Workflow"] = "workflow";
2688
+ return AiConversationInitialSource$1;
2689
+ }({});
2673
2690
  /** The phase during which a conversation part was generated. */
2674
2691
  let AiConversationPartPhase = /* @__PURE__ */ function(AiConversationPartPhase$1) {
2675
2692
  AiConversationPartPhase$1["Answer"] = "answer";
@@ -2736,6 +2753,32 @@ let AiConversationWidgetName = /* @__PURE__ */ function(AiConversationWidgetName
2736
2753
  AiConversationWidgetName$1["EntityList"] = "EntityList";
2737
2754
  return AiConversationWidgetName$1;
2738
2755
  }({});
2756
+ /** [Internal] The status of a prompt workflow. */
2757
+ let AiPromptProgressStatus = /* @__PURE__ */ function(AiPromptProgressStatus$1) {
2758
+ AiPromptProgressStatus$1["Canceled"] = "canceled";
2759
+ AiPromptProgressStatus$1["Created"] = "created";
2760
+ AiPromptProgressStatus$1["Failed"] = "failed";
2761
+ AiPromptProgressStatus$1["Finished"] = "finished";
2762
+ AiPromptProgressStatus$1["InProgress"] = "inProgress";
2763
+ return AiPromptProgressStatus$1;
2764
+ }({});
2765
+ /** The type of AI prompt workflow. */
2766
+ let AiPromptType = /* @__PURE__ */ function(AiPromptType$1) {
2767
+ AiPromptType$1["AgentGuidance"] = "agentGuidance";
2768
+ AiPromptType$1["AiConversation"] = "aiConversation";
2769
+ AiPromptType$1["CodeIntelligence"] = "codeIntelligence";
2770
+ AiPromptType$1["GongIssueIntake"] = "gongIssueIntake";
2771
+ AiPromptType$1["InitiativeUpdates"] = "initiativeUpdates";
2772
+ AiPromptType$1["IntercomIssueIntake"] = "intercomIssueIntake";
2773
+ AiPromptType$1["InternalResearch"] = "internalResearch";
2774
+ AiPromptType$1["MicrosoftTeamsIssueIntake"] = "microsoftTeamsIssueIntake";
2775
+ AiPromptType$1["ProductIntelligence"] = "productIntelligence";
2776
+ AiPromptType$1["ProjectUpdates"] = "projectUpdates";
2777
+ AiPromptType$1["SlackIssueIntake"] = "slackIssueIntake";
2778
+ AiPromptType$1["TriageAgent"] = "triageAgent";
2779
+ AiPromptType$1["ZendeskIssueIntake"] = "zendeskIssueIntake";
2780
+ return AiPromptType$1;
2781
+ }({});
2739
2782
  let AuthenticationSessionType = /* @__PURE__ */ function(AuthenticationSessionType$1) {
2740
2783
  AuthenticationSessionType$1["Android"] = "android";
2741
2784
  AuthenticationSessionType$1["Desktop"] = "desktop";
@@ -2933,6 +2976,13 @@ let IssueSharedAccessDisallowedField = /* @__PURE__ */ function(IssueSharedAcces
2933
2976
  IssueSharedAccessDisallowedField$1["TeamId"] = "teamId";
2934
2977
  return IssueSharedAccessDisallowedField$1;
2935
2978
  }({});
2979
+ /** Policy controlling whether and by whom issues in a team can be shared with non-team-members. */
2980
+ let IssueSharingPolicy = /* @__PURE__ */ function(IssueSharingPolicy$1) {
2981
+ IssueSharingPolicy$1["AdminsOnly"] = "adminsOnly";
2982
+ IssueSharingPolicy$1["AllMembers"] = "allMembers";
2983
+ IssueSharingPolicy$1["Disabled"] = "disabled";
2984
+ return IssueSharingPolicy$1;
2985
+ }({});
2936
2986
  let IssueSuggestionState = /* @__PURE__ */ function(IssueSuggestionState$1) {
2937
2987
  IssueSuggestionState$1["Accepted"] = "accepted";
2938
2988
  IssueSuggestionState$1["Active"] = "active";
@@ -3160,6 +3210,14 @@ let ProjectUpdateReminderFrequency = /* @__PURE__ */ function(ProjectUpdateRemin
3160
3210
  ProjectUpdateReminderFrequency$1["Week"] = "week";
3161
3211
  return ProjectUpdateReminderFrequency$1;
3162
3212
  }({});
3213
+ /** [ALPHA] How a pull request check should be opened in the client. */
3214
+ let PullRequestCheckPresentation = /* @__PURE__ */ function(PullRequestCheckPresentation$1) {
3215
+ PullRequestCheckPresentation$1["ExternalOnly"] = "externalOnly";
3216
+ PullRequestCheckPresentation$1["JobLogs"] = "jobLogs";
3217
+ PullRequestCheckPresentation$1["Markdown"] = "markdown";
3218
+ PullRequestCheckPresentation$1["RunLogs"] = "runLogs";
3219
+ return PullRequestCheckPresentation$1;
3220
+ }({});
3163
3221
  /** The method used to merge a pull request. */
3164
3222
  let PullRequestMergeMethod = /* @__PURE__ */ function(PullRequestMergeMethod$1) {
3165
3223
  PullRequestMergeMethod$1["Merge"] = "MERGE";
@@ -3290,6 +3348,7 @@ let UserContextViewType = /* @__PURE__ */ function(UserContextViewType$1) {
3290
3348
  }({});
3291
3349
  /** The types of flags that the user can have. */
3292
3350
  let UserFlagType = /* @__PURE__ */ function(UserFlagType$1) {
3351
+ UserFlagType$1["AgentExamplesDismissed"] = "agentExamplesDismissed";
3293
3352
  UserFlagType$1["All"] = "all";
3294
3353
  UserFlagType$1["AnalyticsWelcomeDismissed"] = "analyticsWelcomeDismissed";
3295
3354
  UserFlagType$1["CanPlaySnake"] = "canPlaySnake";
@@ -3469,9 +3528,10 @@ let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
3469
3528
  return WorkflowTriggerType$1;
3470
3529
  }({});
3471
3530
  let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
3472
- WorkflowType$1["Custom"] = "custom";
3531
+ WorkflowType$1["Automation"] = "automation";
3473
3532
  WorkflowType$1["Sla"] = "sla";
3474
3533
  WorkflowType$1["Triage"] = "triage";
3534
+ WorkflowType$1["TriageAutomation"] = "triageAutomation";
3475
3535
  WorkflowType$1["ViewSubscription"] = "viewSubscription";
3476
3536
  return WorkflowType$1;
3477
3537
  }({});
@@ -13562,9 +13622,11 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13562
13622
  projectLayout
13563
13623
  projectViewOrdering
13564
13624
  projectSubGrouping
13625
+ releasePipelineGrouping
13565
13626
  releasePipelinesViewOrdering
13566
13627
  reviewGrouping
13567
13628
  reviewViewOrdering
13629
+ scheduledPipelineReleasesViewGrouping
13568
13630
  scheduledPipelineReleasesViewOrdering
13569
13631
  searchResultType
13570
13632
  searchViewOrdering
@@ -13604,6 +13666,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13604
13666
  showSupervisedIssues
13605
13667
  fieldSla
13606
13668
  fieldSentryIssues
13669
+ scheduledPipelineReleaseFieldCompletion
13607
13670
  customViewFieldDateCreated
13608
13671
  customViewFieldOwner
13609
13672
  customViewFieldDateUpdated
@@ -13622,6 +13685,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13622
13685
  dashboardFieldDateCreated
13623
13686
  dashboardFieldOwner
13624
13687
  dashboardFieldDateUpdated
13688
+ scheduledPipelineReleaseFieldDescription
13625
13689
  fieldDueDate
13626
13690
  initiativeFieldHealth
13627
13691
  initiativeFieldActivity
@@ -13703,7 +13767,6 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13703
13767
  reviewFieldIdentifier
13704
13768
  reviewFieldPreviewLinks
13705
13769
  reviewFieldRepository
13706
- scheduledPipelineReleaseFieldStage
13707
13770
  teamFieldDateCreated
13708
13771
  teamFieldCycle
13709
13772
  teamFieldIdentifier
@@ -13712,8 +13775,10 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13712
13775
  teamFieldOwner
13713
13776
  teamFieldProjects
13714
13777
  teamFieldDateUpdated
13778
+ releasePipelineFieldTeams
13715
13779
  fieldTimeInCurrentStatus
13716
13780
  releasePipelineFieldType
13781
+ scheduledPipelineReleaseFieldVersion
13717
13782
  showTriageIssues
13718
13783
  showUnreadItemsFirst
13719
13784
  timelineChronologyShowWeekNumbers
@@ -13787,9 +13852,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13787
13852
  projectLayout
13788
13853
  projectViewOrdering
13789
13854
  projectSubGrouping
13855
+ releasePipelineGrouping
13790
13856
  releasePipelinesViewOrdering
13791
13857
  reviewGrouping
13792
13858
  reviewViewOrdering
13859
+ scheduledPipelineReleasesViewGrouping
13793
13860
  scheduledPipelineReleasesViewOrdering
13794
13861
  searchResultType
13795
13862
  searchViewOrdering
@@ -13829,6 +13896,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13829
13896
  showSupervisedIssues
13830
13897
  fieldSla
13831
13898
  fieldSentryIssues
13899
+ scheduledPipelineReleaseFieldCompletion
13832
13900
  customViewFieldDateCreated
13833
13901
  customViewFieldOwner
13834
13902
  customViewFieldDateUpdated
@@ -13847,6 +13915,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13847
13915
  dashboardFieldDateCreated
13848
13916
  dashboardFieldOwner
13849
13917
  dashboardFieldDateUpdated
13918
+ scheduledPipelineReleaseFieldDescription
13850
13919
  fieldDueDate
13851
13920
  initiativeFieldHealth
13852
13921
  initiativeFieldActivity
@@ -13928,7 +13997,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13928
13997
  reviewFieldIdentifier
13929
13998
  reviewFieldPreviewLinks
13930
13999
  reviewFieldRepository
13931
- scheduledPipelineReleaseFieldStage
13932
14000
  teamFieldDateCreated
13933
14001
  teamFieldCycle
13934
14002
  teamFieldIdentifier
@@ -13937,8 +14005,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13937
14005
  teamFieldOwner
13938
14006
  teamFieldProjects
13939
14007
  teamFieldDateUpdated
14008
+ releasePipelineFieldTeams
13940
14009
  fieldTimeInCurrentStatus
13941
14010
  releasePipelineFieldType
14011
+ scheduledPipelineReleaseFieldVersion
13942
14012
  showTriageIssues
13943
14013
  showUnreadItemsFirst
13944
14014
  timelineChronologyShowWeekNumbers
@@ -14047,9 +14117,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14047
14117
  projectLayout
14048
14118
  projectViewOrdering
14049
14119
  projectSubGrouping
14120
+ releasePipelineGrouping
14050
14121
  releasePipelinesViewOrdering
14051
14122
  reviewGrouping
14052
14123
  reviewViewOrdering
14124
+ scheduledPipelineReleasesViewGrouping
14053
14125
  scheduledPipelineReleasesViewOrdering
14054
14126
  searchResultType
14055
14127
  searchViewOrdering
@@ -14089,6 +14161,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14089
14161
  showSupervisedIssues
14090
14162
  fieldSla
14091
14163
  fieldSentryIssues
14164
+ scheduledPipelineReleaseFieldCompletion
14092
14165
  customViewFieldDateCreated
14093
14166
  customViewFieldOwner
14094
14167
  customViewFieldDateUpdated
@@ -14107,6 +14180,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14107
14180
  dashboardFieldDateCreated
14108
14181
  dashboardFieldOwner
14109
14182
  dashboardFieldDateUpdated
14183
+ scheduledPipelineReleaseFieldDescription
14110
14184
  fieldDueDate
14111
14185
  initiativeFieldHealth
14112
14186
  initiativeFieldActivity
@@ -14188,7 +14262,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14188
14262
  reviewFieldIdentifier
14189
14263
  reviewFieldPreviewLinks
14190
14264
  reviewFieldRepository
14191
- scheduledPipelineReleaseFieldStage
14192
14265
  teamFieldDateCreated
14193
14266
  teamFieldCycle
14194
14267
  teamFieldIdentifier
@@ -14197,8 +14270,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14197
14270
  teamFieldOwner
14198
14271
  teamFieldProjects
14199
14272
  teamFieldDateUpdated
14273
+ releasePipelineFieldTeams
14200
14274
  fieldTimeInCurrentStatus
14201
14275
  releasePipelineFieldType
14276
+ scheduledPipelineReleaseFieldVersion
14202
14277
  showTriageIssues
14203
14278
  showUnreadItemsFirst
14204
14279
  timelineChronologyShowWeekNumbers
@@ -14323,9 +14398,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14323
14398
  projectLayout
14324
14399
  projectViewOrdering
14325
14400
  projectSubGrouping
14401
+ releasePipelineGrouping
14326
14402
  releasePipelinesViewOrdering
14327
14403
  reviewGrouping
14328
14404
  reviewViewOrdering
14405
+ scheduledPipelineReleasesViewGrouping
14329
14406
  scheduledPipelineReleasesViewOrdering
14330
14407
  searchResultType
14331
14408
  searchViewOrdering
@@ -14365,6 +14442,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14365
14442
  showSupervisedIssues
14366
14443
  fieldSla
14367
14444
  fieldSentryIssues
14445
+ scheduledPipelineReleaseFieldCompletion
14368
14446
  customViewFieldDateCreated
14369
14447
  customViewFieldOwner
14370
14448
  customViewFieldDateUpdated
@@ -14383,6 +14461,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14383
14461
  dashboardFieldDateCreated
14384
14462
  dashboardFieldOwner
14385
14463
  dashboardFieldDateUpdated
14464
+ scheduledPipelineReleaseFieldDescription
14386
14465
  fieldDueDate
14387
14466
  initiativeFieldHealth
14388
14467
  initiativeFieldActivity
@@ -14464,7 +14543,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14464
14543
  reviewFieldIdentifier
14465
14544
  reviewFieldPreviewLinks
14466
14545
  reviewFieldRepository
14467
- scheduledPipelineReleaseFieldStage
14468
14546
  teamFieldDateCreated
14469
14547
  teamFieldCycle
14470
14548
  teamFieldIdentifier
@@ -14473,8 +14551,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14473
14551
  teamFieldOwner
14474
14552
  teamFieldProjects
14475
14553
  teamFieldDateUpdated
14554
+ releasePipelineFieldTeams
14476
14555
  fieldTimeInCurrentStatus
14477
14556
  releasePipelineFieldType
14557
+ scheduledPipelineReleaseFieldVersion
14478
14558
  showTriageIssues
14479
14559
  showUnreadItemsFirst
14480
14560
  timelineChronologyShowWeekNumbers
@@ -21848,297 +21928,1349 @@ const ProjectUpdatePayloadFragmentDoc = new TypedDocumentString(`
21848
21928
  projectUpdate {
21849
21929
  id
21850
21930
  }
21851
- success
21852
- }
21853
- `, { fragmentName: "ProjectUpdatePayload" });
21854
- const ProjectUpdateReminderPayloadFragmentDoc = new TypedDocumentString(`
21855
- fragment ProjectUpdateReminderPayload on ProjectUpdateReminderPayload {
21856
- __typename
21857
- lastSyncId
21858
- success
21931
+ success
21932
+ }
21933
+ `, { fragmentName: "ProjectUpdatePayload" });
21934
+ const ProjectUpdateReminderPayloadFragmentDoc = new TypedDocumentString(`
21935
+ fragment ProjectUpdateReminderPayload on ProjectUpdateReminderPayload {
21936
+ __typename
21937
+ lastSyncId
21938
+ success
21939
+ }
21940
+ `, { fragmentName: "ProjectUpdateReminderPayload" });
21941
+ const PushSubscriptionFragmentDoc = new TypedDocumentString(`
21942
+ fragment PushSubscription on PushSubscription {
21943
+ __typename
21944
+ updatedAt
21945
+ archivedAt
21946
+ createdAt
21947
+ id
21948
+ }
21949
+ `, { fragmentName: "PushSubscription" });
21950
+ const PushSubscriptionPayloadFragmentDoc = new TypedDocumentString(`
21951
+ fragment PushSubscriptionPayload on PushSubscriptionPayload {
21952
+ __typename
21953
+ lastSyncId
21954
+ entity {
21955
+ ...PushSubscription
21956
+ }
21957
+ success
21958
+ }
21959
+ fragment PushSubscription on PushSubscription {
21960
+ __typename
21961
+ updatedAt
21962
+ archivedAt
21963
+ createdAt
21964
+ id
21965
+ }`, { fragmentName: "PushSubscriptionPayload" });
21966
+ const PushSubscriptionTestPayloadFragmentDoc = new TypedDocumentString(`
21967
+ fragment PushSubscriptionTestPayload on PushSubscriptionTestPayload {
21968
+ __typename
21969
+ success
21970
+ }
21971
+ `, { fragmentName: "PushSubscriptionTestPayload" });
21972
+ const RateLimitResultPayloadFragmentDoc = new TypedDocumentString(`
21973
+ fragment RateLimitResultPayload on RateLimitResultPayload {
21974
+ __typename
21975
+ period
21976
+ remainingAmount
21977
+ requestedAmount
21978
+ reset
21979
+ allowedAmount
21980
+ type
21981
+ }
21982
+ `, { fragmentName: "RateLimitResultPayload" });
21983
+ const RateLimitPayloadFragmentDoc = new TypedDocumentString(`
21984
+ fragment RateLimitPayload on RateLimitPayload {
21985
+ __typename
21986
+ identifier
21987
+ kind
21988
+ limits {
21989
+ ...RateLimitResultPayload
21990
+ }
21991
+ }
21992
+ fragment RateLimitResultPayload on RateLimitResultPayload {
21993
+ __typename
21994
+ period
21995
+ remainingAmount
21996
+ requestedAmount
21997
+ reset
21998
+ allowedAmount
21999
+ type
22000
+ }`, { fragmentName: "RateLimitPayload" });
22001
+ const ReactionPayloadFragmentDoc = new TypedDocumentString(`
22002
+ fragment ReactionPayload on ReactionPayload {
22003
+ __typename
22004
+ lastSyncId
22005
+ reaction {
22006
+ ...Reaction
22007
+ }
22008
+ success
22009
+ }
22010
+ fragment Reaction on Reaction {
22011
+ __typename
22012
+ emoji
22013
+ comment {
22014
+ id
22015
+ }
22016
+ externalUser {
22017
+ id
22018
+ }
22019
+ initiativeUpdate {
22020
+ id
22021
+ }
22022
+ issue {
22023
+ id
22024
+ }
22025
+ updatedAt
22026
+ projectUpdate {
22027
+ id
22028
+ }
22029
+ archivedAt
22030
+ createdAt
22031
+ id
22032
+ user {
22033
+ id
22034
+ }
22035
+ }`, { fragmentName: "ReactionPayload" });
22036
+ const ReleasePayloadFragmentDoc = new TypedDocumentString(`
22037
+ fragment ReleasePayload on ReleasePayload {
22038
+ __typename
22039
+ lastSyncId
22040
+ success
22041
+ }
22042
+ `, { fragmentName: "ReleasePayload" });
22043
+ const ReleasePipelinePayloadFragmentDoc = new TypedDocumentString(`
22044
+ fragment ReleasePipelinePayload on ReleasePipelinePayload {
22045
+ __typename
22046
+ lastSyncId
22047
+ success
22048
+ }
22049
+ `, { fragmentName: "ReleasePipelinePayload" });
22050
+ const ReleaseStagePayloadFragmentDoc = new TypedDocumentString(`
22051
+ fragment ReleaseStagePayload on ReleaseStagePayload {
22052
+ __typename
22053
+ lastSyncId
22054
+ success
22055
+ }
22056
+ `, { fragmentName: "ReleaseStagePayload" });
22057
+ const RepositorySuggestionFragmentDoc = new TypedDocumentString(`
22058
+ fragment RepositorySuggestion on RepositorySuggestion {
22059
+ __typename
22060
+ confidence
22061
+ hostname
22062
+ repositoryFullName
22063
+ }
22064
+ `, { fragmentName: "RepositorySuggestion" });
22065
+ const RepositorySuggestionsPayloadFragmentDoc = new TypedDocumentString(`
22066
+ fragment RepositorySuggestionsPayload on RepositorySuggestionsPayload {
22067
+ __typename
22068
+ suggestions {
22069
+ ...RepositorySuggestion
22070
+ }
22071
+ }
22072
+ fragment RepositorySuggestion on RepositorySuggestion {
22073
+ __typename
22074
+ confidence
22075
+ hostname
22076
+ repositoryFullName
22077
+ }`, { fragmentName: "RepositorySuggestionsPayload" });
22078
+ const RoadmapFragmentDoc = new TypedDocumentString(`
22079
+ fragment Roadmap on Roadmap {
22080
+ __typename
22081
+ url
22082
+ description
22083
+ updatedAt
22084
+ name
22085
+ color
22086
+ slugId
22087
+ sortOrder
22088
+ archivedAt
22089
+ createdAt
22090
+ id
22091
+ creator {
22092
+ id
22093
+ }
22094
+ owner {
22095
+ id
22096
+ }
22097
+ }
22098
+ `, { fragmentName: "Roadmap" });
22099
+ const RoadmapConnectionFragmentDoc = new TypedDocumentString(`
22100
+ fragment RoadmapConnection on RoadmapConnection {
22101
+ __typename
22102
+ nodes {
22103
+ ...Roadmap
22104
+ }
22105
+ pageInfo {
22106
+ ...PageInfo
22107
+ }
22108
+ }
22109
+ fragment Roadmap on Roadmap {
22110
+ __typename
22111
+ url
22112
+ description
22113
+ updatedAt
22114
+ name
22115
+ color
22116
+ slugId
22117
+ sortOrder
22118
+ archivedAt
22119
+ createdAt
22120
+ id
22121
+ creator {
22122
+ id
22123
+ }
22124
+ owner {
22125
+ id
22126
+ }
22127
+ }
22128
+ fragment PageInfo on PageInfo {
22129
+ __typename
22130
+ startCursor
22131
+ endCursor
22132
+ hasPreviousPage
22133
+ hasNextPage
22134
+ }`, { fragmentName: "RoadmapConnection" });
22135
+ const RoadmapPayloadFragmentDoc = new TypedDocumentString(`
22136
+ fragment RoadmapPayload on RoadmapPayload {
22137
+ __typename
22138
+ lastSyncId
22139
+ roadmap {
22140
+ id
22141
+ }
22142
+ success
22143
+ }
22144
+ `, { fragmentName: "RoadmapPayload" });
22145
+ const RoadmapToProjectFragmentDoc = new TypedDocumentString(`
22146
+ fragment RoadmapToProject on RoadmapToProject {
22147
+ __typename
22148
+ updatedAt
22149
+ project {
22150
+ id
22151
+ }
22152
+ roadmap {
22153
+ id
22154
+ }
22155
+ sortOrder
22156
+ archivedAt
22157
+ createdAt
22158
+ id
22159
+ }
22160
+ `, { fragmentName: "RoadmapToProject" });
22161
+ const RoadmapToProjectConnectionFragmentDoc = new TypedDocumentString(`
22162
+ fragment RoadmapToProjectConnection on RoadmapToProjectConnection {
22163
+ __typename
22164
+ nodes {
22165
+ ...RoadmapToProject
22166
+ }
22167
+ pageInfo {
22168
+ ...PageInfo
22169
+ }
22170
+ }
22171
+ fragment RoadmapToProject on RoadmapToProject {
22172
+ __typename
22173
+ updatedAt
22174
+ project {
22175
+ id
22176
+ }
22177
+ roadmap {
22178
+ id
22179
+ }
22180
+ sortOrder
22181
+ archivedAt
22182
+ createdAt
22183
+ id
22184
+ }
22185
+ fragment PageInfo on PageInfo {
22186
+ __typename
22187
+ startCursor
22188
+ endCursor
22189
+ hasPreviousPage
22190
+ hasNextPage
22191
+ }`, { fragmentName: "RoadmapToProjectConnection" });
22192
+ const RoadmapToProjectPayloadFragmentDoc = new TypedDocumentString(`
22193
+ fragment RoadmapToProjectPayload on RoadmapToProjectPayload {
22194
+ __typename
22195
+ lastSyncId
22196
+ roadmapToProject {
22197
+ id
22198
+ }
22199
+ success
22200
+ }
22201
+ `, { fragmentName: "RoadmapToProjectPayload" });
22202
+ const SlackChannelConnectPayloadFragmentDoc = new TypedDocumentString(`
22203
+ fragment SlackChannelConnectPayload on SlackChannelConnectPayload {
22204
+ __typename
22205
+ lastSyncId
22206
+ integration {
22207
+ id
22208
+ }
22209
+ nudgeToConnectMainSlackIntegration
22210
+ nudgeToUpdateMainSlackIntegration
22211
+ addBot
22212
+ success
22213
+ }
22214
+ `, { fragmentName: "SlackChannelConnectPayload" });
22215
+ const SsoUrlFromEmailResponseFragmentDoc = new TypedDocumentString(`
22216
+ fragment SsoUrlFromEmailResponse on SsoUrlFromEmailResponse {
22217
+ __typename
22218
+ samlSsoUrl
22219
+ success
22220
+ }
22221
+ `, { fragmentName: "SsoUrlFromEmailResponse" });
22222
+ const DocumentContentDraftFragmentDoc = new TypedDocumentString(`
22223
+ fragment DocumentContentDraft on DocumentContentDraft {
22224
+ __typename
22225
+ contentState
22226
+ updatedAt
22227
+ archivedAt
22228
+ createdAt
22229
+ id
22230
+ documentContent {
22231
+ ...DocumentContent
22232
+ }
22233
+ documentContentId
22234
+ user {
22235
+ id
22236
+ }
22237
+ userId
22238
+ }
22239
+ fragment DocumentContent on DocumentContent {
22240
+ __typename
22241
+ aiPromptRules {
22242
+ ...AiPromptRules
22243
+ }
22244
+ content
22245
+ contentState
22246
+ document {
22247
+ id
22248
+ }
22249
+ initiative {
22250
+ id
22251
+ }
22252
+ issue {
22253
+ id
22254
+ }
22255
+ updatedAt
22256
+ projectMilestone {
22257
+ id
22258
+ }
22259
+ project {
22260
+ id
22261
+ }
22262
+ restoredAt
22263
+ archivedAt
22264
+ createdAt
22265
+ id
22266
+ welcomeMessage {
22267
+ ...WelcomeMessage
22268
+ }
22269
+ }
22270
+ fragment WelcomeMessage on WelcomeMessage {
22271
+ __typename
22272
+ updatedAt
22273
+ archivedAt
22274
+ createdAt
22275
+ title
22276
+ id
22277
+ updatedBy {
22278
+ id
22279
+ }
22280
+ enabled
22281
+ }
22282
+ fragment AiPromptRules on AiPromptRules {
22283
+ __typename
22284
+ updatedAt
22285
+ archivedAt
22286
+ createdAt
22287
+ id
22288
+ updatedBy {
22289
+ id
22290
+ }
22291
+ }`, { fragmentName: "DocumentContentDraft" });
22292
+ const SubscriptionFragmentDoc = new TypedDocumentString(`
22293
+ fragment Subscription on Subscription {
22294
+ __typename
22295
+ commentUnarchived {
22296
+ id
22297
+ }
22298
+ documentUnarchived {
22299
+ id
22300
+ }
22301
+ notificationUnarchived {
22302
+ ...Notification
22303
+ }
22304
+ projectUnarchived {
22305
+ id
22306
+ }
22307
+ issueUnarchived {
22308
+ id
22309
+ }
22310
+ commentArchived {
22311
+ id
22312
+ }
22313
+ commentCreated {
22314
+ id
22315
+ }
22316
+ commentDeleted {
22317
+ id
22318
+ }
22319
+ commentUpdated {
22320
+ id
22321
+ }
22322
+ cycleArchived {
22323
+ id
22324
+ }
22325
+ cycleCreated {
22326
+ id
22327
+ }
22328
+ cycleUpdated {
22329
+ id
22330
+ }
22331
+ documentContentDraftCreated {
22332
+ ...DocumentContentDraft
22333
+ }
22334
+ documentContentDraftDeleted {
22335
+ ...DocumentContentDraft
22336
+ }
22337
+ documentContentDraftUpdated {
22338
+ ...DocumentContentDraft
22339
+ }
22340
+ documentArchived {
22341
+ id
22342
+ }
22343
+ documentCreated {
22344
+ id
22345
+ }
22346
+ documentUpdated {
22347
+ id
22348
+ }
22349
+ draftCreated {
22350
+ ...Draft
22351
+ }
22352
+ draftDeleted {
22353
+ ...Draft
22354
+ }
22355
+ draftUpdated {
22356
+ ...Draft
22357
+ }
22358
+ favoriteCreated {
22359
+ id
22360
+ }
22361
+ favoriteDeleted {
22362
+ id
22363
+ }
22364
+ favoriteUpdated {
22365
+ id
22366
+ }
22367
+ notificationArchived {
22368
+ ...Notification
22369
+ }
22370
+ notificationCreated {
22371
+ ...Notification
22372
+ }
22373
+ notificationDeleted {
22374
+ ...Notification
22375
+ }
22376
+ notificationUpdated {
22377
+ ...Notification
22378
+ }
22379
+ projectArchived {
22380
+ id
22381
+ }
22382
+ projectCreated {
22383
+ id
22384
+ }
22385
+ projectUpdated {
22386
+ id
22387
+ }
22388
+ projectUpdateCreated {
22389
+ id
22390
+ }
22391
+ projectUpdateDeleted {
22392
+ id
22393
+ }
22394
+ projectUpdateUpdated {
22395
+ id
22396
+ }
22397
+ roadmapCreated {
22398
+ id
22399
+ }
22400
+ roadmapDeleted {
22401
+ id
22402
+ }
22403
+ roadmapUpdated {
22404
+ id
22405
+ }
22406
+ teamCreated {
22407
+ id
22408
+ }
22409
+ teamDeleted {
22410
+ id
22411
+ }
22412
+ teamUpdated {
22413
+ id
22414
+ }
22415
+ teamMembershipCreated {
22416
+ id
22417
+ }
22418
+ teamMembershipDeleted {
22419
+ id
22420
+ }
22421
+ teamMembershipUpdated {
22422
+ id
22423
+ }
22424
+ workflowStateArchived {
22425
+ id
22426
+ }
22427
+ workflowStateCreated {
22428
+ id
22429
+ }
22430
+ workflowStateUpdated {
22431
+ id
22432
+ }
22433
+ agentActivityCreated {
22434
+ id
22435
+ }
22436
+ agentActivityUpdated {
22437
+ id
22438
+ }
22439
+ agentSessionCreated {
22440
+ id
22441
+ }
22442
+ agentSessionUpdated {
22443
+ id
22444
+ }
22445
+ initiativeCreated {
22446
+ id
22447
+ }
22448
+ initiativeDeleted {
22449
+ id
22450
+ }
22451
+ initiativeUpdated {
22452
+ id
22453
+ }
22454
+ issueHistoryCreated {
22455
+ ...IssueHistory
22456
+ }
22457
+ issueHistoryUpdated {
22458
+ ...IssueHistory
22459
+ }
22460
+ issueArchived {
22461
+ id
22462
+ }
22463
+ issueCreated {
22464
+ id
22465
+ }
22466
+ issueUpdated {
22467
+ id
22468
+ }
22469
+ issueLabelCreated {
22470
+ id
22471
+ }
22472
+ issueLabelDeleted {
22473
+ id
22474
+ }
22475
+ issueLabelUpdated {
22476
+ id
22477
+ }
22478
+ issueRelationCreated {
22479
+ id
22480
+ }
22481
+ issueRelationDeleted {
22482
+ id
22483
+ }
22484
+ issueRelationUpdated {
22485
+ id
22486
+ }
22487
+ userCreated {
22488
+ id
22489
+ }
22490
+ userUpdated {
22491
+ id
22492
+ }
22493
+ }
22494
+ fragment ActorBot on ActorBot {
22495
+ __typename
22496
+ avatarUrl
22497
+ name
22498
+ userDisplayName
22499
+ subType
22500
+ type
22501
+ id
22502
+ }
22503
+ fragment CustomerNeedNotification on CustomerNeedNotification {
22504
+ __typename
22505
+ type
22506
+ customerNeedId
22507
+ botActor {
22508
+ ...ActorBot
22509
+ }
22510
+ category
22511
+ customerNeed {
22512
+ id
22513
+ }
22514
+ externalUserActor {
22515
+ id
22516
+ }
22517
+ relatedIssue {
22518
+ id
22519
+ }
22520
+ updatedAt
22521
+ relatedProject {
22522
+ id
22523
+ }
22524
+ emailedAt
22525
+ readAt
22526
+ unsnoozedAt
22527
+ archivedAt
22528
+ createdAt
22529
+ snoozedUntilAt
22530
+ id
22531
+ actor {
22532
+ id
22533
+ }
22534
+ user {
22535
+ id
22536
+ }
22537
+ }
22538
+ fragment CustomerNotification on CustomerNotification {
22539
+ __typename
22540
+ type
22541
+ customerId
22542
+ botActor {
22543
+ ...ActorBot
22544
+ }
22545
+ category
22546
+ customer {
22547
+ id
22548
+ }
22549
+ externalUserActor {
22550
+ id
22551
+ }
22552
+ updatedAt
22553
+ emailedAt
22554
+ readAt
22555
+ unsnoozedAt
22556
+ archivedAt
22557
+ createdAt
22558
+ snoozedUntilAt
22559
+ id
22560
+ actor {
22561
+ id
22562
+ }
22563
+ user {
22564
+ id
22565
+ }
22566
+ }
22567
+ fragment DocumentContent on DocumentContent {
22568
+ __typename
22569
+ aiPromptRules {
22570
+ ...AiPromptRules
22571
+ }
22572
+ content
22573
+ contentState
22574
+ document {
22575
+ id
22576
+ }
22577
+ initiative {
22578
+ id
22579
+ }
22580
+ issue {
22581
+ id
22582
+ }
22583
+ updatedAt
22584
+ projectMilestone {
22585
+ id
22586
+ }
22587
+ project {
22588
+ id
22589
+ }
22590
+ restoredAt
22591
+ archivedAt
22592
+ createdAt
22593
+ id
22594
+ welcomeMessage {
22595
+ ...WelcomeMessage
22596
+ }
22597
+ }
22598
+ fragment DocumentNotification on DocumentNotification {
22599
+ __typename
22600
+ reactionEmoji
22601
+ type
22602
+ commentId
22603
+ documentId
22604
+ parentCommentId
22605
+ botActor {
22606
+ ...ActorBot
22607
+ }
22608
+ category
22609
+ externalUserActor {
22610
+ id
22611
+ }
22612
+ updatedAt
22613
+ emailedAt
22614
+ readAt
22615
+ unsnoozedAt
22616
+ archivedAt
22617
+ createdAt
22618
+ snoozedUntilAt
22619
+ id
22620
+ actor {
22621
+ id
22622
+ }
22623
+ user {
22624
+ id
22625
+ }
22626
+ }
22627
+ fragment DocumentContentDraft on DocumentContentDraft {
22628
+ __typename
22629
+ contentState
22630
+ updatedAt
22631
+ archivedAt
22632
+ createdAt
22633
+ id
22634
+ documentContent {
22635
+ ...DocumentContent
22636
+ }
22637
+ documentContentId
22638
+ user {
22639
+ id
22640
+ }
22641
+ userId
22642
+ }
22643
+ fragment Draft on Draft {
22644
+ __typename
22645
+ data
22646
+ parentComment {
22647
+ id
22648
+ }
22649
+ customerNeed {
22650
+ id
22651
+ }
22652
+ initiative {
22653
+ id
22654
+ }
22655
+ initiativeUpdate {
22656
+ id
22657
+ }
22658
+ issue {
22659
+ id
22660
+ }
22661
+ updatedAt
22662
+ project {
22663
+ id
22664
+ }
22665
+ projectUpdate {
22666
+ id
22667
+ }
22668
+ team {
22669
+ id
22670
+ }
22671
+ bodyData
22672
+ archivedAt
22673
+ createdAt
22674
+ id
22675
+ user {
22676
+ id
22677
+ }
22678
+ isAutogenerated
22679
+ }
22680
+ fragment Notification on Notification {
22681
+ __typename
22682
+ type
22683
+ botActor {
22684
+ ...ActorBot
22685
+ }
22686
+ category
22687
+ externalUserActor {
22688
+ id
22689
+ }
22690
+ updatedAt
22691
+ emailedAt
22692
+ readAt
22693
+ unsnoozedAt
22694
+ archivedAt
22695
+ createdAt
22696
+ snoozedUntilAt
22697
+ id
22698
+ actor {
22699
+ id
22700
+ }
22701
+ user {
22702
+ id
22703
+ }
22704
+ ... on CustomerNeedNotification {
22705
+ ...CustomerNeedNotification
22706
+ }
22707
+ ... on CustomerNotification {
22708
+ ...CustomerNotification
22709
+ }
22710
+ ... on DocumentNotification {
22711
+ ...DocumentNotification
22712
+ }
22713
+ ... on InitiativeNotification {
22714
+ ...InitiativeNotification
22715
+ }
22716
+ ... on IssueNotification {
22717
+ ...IssueNotification
22718
+ }
22719
+ ... on OauthClientApprovalNotification {
22720
+ ...OauthClientApprovalNotification
22721
+ }
22722
+ ... on PostNotification {
22723
+ ...PostNotification
22724
+ }
22725
+ ... on ProjectNotification {
22726
+ ...ProjectNotification
22727
+ }
22728
+ ... on PullRequestNotification {
22729
+ ...PullRequestNotification
22730
+ }
22731
+ ... on WelcomeMessageNotification {
22732
+ ...WelcomeMessageNotification
22733
+ }
22734
+ }
22735
+ fragment PostNotification on PostNotification {
22736
+ __typename
22737
+ reactionEmoji
22738
+ type
22739
+ commentId
22740
+ parentCommentId
22741
+ postId
22742
+ botActor {
22743
+ ...ActorBot
22744
+ }
22745
+ category
22746
+ externalUserActor {
22747
+ id
22748
+ }
22749
+ updatedAt
22750
+ emailedAt
22751
+ readAt
22752
+ unsnoozedAt
22753
+ archivedAt
22754
+ createdAt
22755
+ snoozedUntilAt
22756
+ id
22757
+ actor {
22758
+ id
22759
+ }
22760
+ user {
22761
+ id
22762
+ }
22763
+ }
22764
+ fragment ProjectNotification on ProjectNotification {
22765
+ __typename
22766
+ reactionEmoji
22767
+ type
22768
+ commentId
22769
+ parentCommentId
22770
+ projectId
22771
+ projectMilestoneId
22772
+ projectUpdateId
22773
+ botActor {
22774
+ ...ActorBot
22775
+ }
22776
+ category
22777
+ comment {
22778
+ id
22779
+ }
22780
+ document {
22781
+ id
22782
+ }
22783
+ externalUserActor {
22784
+ id
22785
+ }
22786
+ updatedAt
22787
+ parentComment {
22788
+ id
22789
+ }
22790
+ project {
22791
+ id
22792
+ }
22793
+ projectUpdate {
22794
+ id
22795
+ }
22796
+ emailedAt
22797
+ readAt
22798
+ unsnoozedAt
22799
+ archivedAt
22800
+ createdAt
22801
+ snoozedUntilAt
22802
+ id
22803
+ actor {
22804
+ id
22805
+ }
22806
+ user {
22807
+ id
22808
+ }
22809
+ }
22810
+ fragment PullRequestNotification on PullRequestNotification {
22811
+ __typename
22812
+ type
22813
+ pullRequestCommentId
22814
+ pullRequestId
22815
+ botActor {
22816
+ ...ActorBot
22817
+ }
22818
+ category
22819
+ externalUserActor {
22820
+ id
22821
+ }
22822
+ updatedAt
22823
+ emailedAt
22824
+ readAt
22825
+ unsnoozedAt
22826
+ archivedAt
22827
+ createdAt
22828
+ snoozedUntilAt
22829
+ id
22830
+ actor {
22831
+ id
22832
+ }
22833
+ user {
22834
+ id
22835
+ }
22836
+ }
22837
+ fragment IssueHistory on IssueHistory {
22838
+ __typename
22839
+ triageResponsibilityAutoAssigned
22840
+ relationChanges {
22841
+ ...IssueRelationHistoryPayload
22842
+ }
22843
+ addedLabelIds
22844
+ removedLabelIds
22845
+ toSlaBreachesAt
22846
+ fromSlaBreachesAt
22847
+ actor {
22848
+ id
22849
+ }
22850
+ descriptionUpdatedBy {
22851
+ ...User
22852
+ }
22853
+ actors {
22854
+ ...User
22855
+ }
22856
+ fromDelegate {
22857
+ id
22858
+ }
22859
+ toDelegate {
22860
+ id
22861
+ }
22862
+ botActor {
22863
+ ...ActorBot
22864
+ }
22865
+ fromCycle {
22866
+ id
22867
+ }
22868
+ toCycle {
22869
+ id
22870
+ }
22871
+ attachmentId
22872
+ customerNeedId
22873
+ toCycleId
22874
+ toParentId
22875
+ toConvertedProjectId
22876
+ toProjectId
22877
+ toStateId
22878
+ fromCycleId
22879
+ fromParentId
22880
+ fromProjectId
22881
+ fromStateId
22882
+ fromTeamId
22883
+ toTeamId
22884
+ fromAssigneeId
22885
+ toAssigneeId
22886
+ actorId
22887
+ issueImport {
22888
+ ...IssueImport
22889
+ }
22890
+ issue {
22891
+ id
22892
+ }
22893
+ addedLabels {
22894
+ ...IssueLabel
22895
+ }
22896
+ removedLabels {
22897
+ ...IssueLabel
22898
+ }
22899
+ updatedAt
22900
+ attachment {
22901
+ id
22902
+ }
22903
+ toConvertedProject {
22904
+ id
22905
+ }
22906
+ fromParent {
22907
+ id
22908
+ }
22909
+ toParent {
22910
+ id
22911
+ }
22912
+ fromProjectMilestone {
22913
+ id
22914
+ }
22915
+ toProjectMilestone {
22916
+ id
22917
+ }
22918
+ fromProject {
22919
+ id
22920
+ }
22921
+ toProject {
22922
+ id
22923
+ }
22924
+ fromState {
22925
+ id
22926
+ }
22927
+ toState {
22928
+ id
22929
+ }
22930
+ fromTeam {
22931
+ id
22932
+ }
22933
+ toTeam {
22934
+ id
22935
+ }
22936
+ triageResponsibilityTeam {
22937
+ id
22938
+ }
22939
+ archivedAt
22940
+ createdAt
22941
+ toSlaStartedAt
22942
+ fromSlaStartedAt
22943
+ toSlaType
22944
+ fromSlaType
22945
+ id
22946
+ toAssignee {
22947
+ id
22948
+ }
22949
+ fromAssignee {
22950
+ id
22951
+ }
22952
+ triageResponsibilityNotifiedUsers {
22953
+ ...User
22954
+ }
22955
+ fromDueDate
22956
+ toDueDate
22957
+ fromEstimate
22958
+ toEstimate
22959
+ fromPriority
22960
+ toPriority
22961
+ fromTitle
22962
+ toTitle
22963
+ fromSlaBreached
22964
+ toSlaBreached
22965
+ archived
22966
+ autoArchived
22967
+ autoClosed
22968
+ trashed
22969
+ updatedDescription
22970
+ }
22971
+ fragment User on User {
22972
+ __typename
22973
+ statusUntilAt
22974
+ description
22975
+ avatarUrl
22976
+ createdIssueCount
22977
+ disableReason
22978
+ avatarBackgroundColor
22979
+ statusEmoji
22980
+ initials
22981
+ statusLabel
22982
+ updatedAt
22983
+ lastSeen
22984
+ timezone
22985
+ archivedAt
22986
+ createdAt
22987
+ id
22988
+ gitHubUserId
22989
+ displayName
22990
+ email
22991
+ name
22992
+ url
22993
+ active
22994
+ guest
22995
+ app
22996
+ admin
22997
+ owner
22998
+ isAssignable
22999
+ isMentionable
23000
+ isMe
23001
+ supportsAgentSessions
23002
+ canAccessAnyPublicTeam
23003
+ calendarHash
23004
+ inviteHash
23005
+ }
23006
+ fragment WelcomeMessage on WelcomeMessage {
23007
+ __typename
23008
+ updatedAt
23009
+ archivedAt
23010
+ createdAt
23011
+ title
23012
+ id
23013
+ updatedBy {
23014
+ id
23015
+ }
23016
+ enabled
23017
+ }
23018
+ fragment WelcomeMessageNotification on WelcomeMessageNotification {
23019
+ __typename
23020
+ type
23021
+ welcomeMessageId
23022
+ botActor {
23023
+ ...ActorBot
23024
+ }
23025
+ category
23026
+ externalUserActor {
23027
+ id
23028
+ }
23029
+ updatedAt
23030
+ emailedAt
23031
+ readAt
23032
+ unsnoozedAt
23033
+ archivedAt
23034
+ createdAt
23035
+ snoozedUntilAt
23036
+ id
23037
+ actor {
23038
+ id
23039
+ }
23040
+ user {
23041
+ id
23042
+ }
21859
23043
  }
21860
- `, { fragmentName: "ProjectUpdateReminderPayload" });
21861
- const PushSubscriptionFragmentDoc = new TypedDocumentString(`
21862
- fragment PushSubscription on PushSubscription {
23044
+ fragment AiPromptRules on AiPromptRules {
21863
23045
  __typename
21864
23046
  updatedAt
21865
23047
  archivedAt
21866
23048
  createdAt
21867
23049
  id
21868
- }
21869
- `, { fragmentName: "PushSubscription" });
21870
- const PushSubscriptionPayloadFragmentDoc = new TypedDocumentString(`
21871
- fragment PushSubscriptionPayload on PushSubscriptionPayload {
21872
- __typename
21873
- lastSyncId
21874
- entity {
21875
- ...PushSubscription
23050
+ updatedBy {
23051
+ id
21876
23052
  }
21877
- success
21878
23053
  }
21879
- fragment PushSubscription on PushSubscription {
23054
+ fragment IssueImport on IssueImport {
21880
23055
  __typename
23056
+ progress
23057
+ errorMetadata
23058
+ csvFileUrl
23059
+ serviceMetadata
23060
+ teamName
23061
+ mapping
23062
+ displayName
23063
+ creatorId
21881
23064
  updatedAt
23065
+ service
23066
+ status
21882
23067
  archivedAt
21883
23068
  createdAt
21884
23069
  id
21885
- }`, { fragmentName: "PushSubscriptionPayload" });
21886
- const PushSubscriptionTestPayloadFragmentDoc = new TypedDocumentString(`
21887
- fragment PushSubscriptionTestPayload on PushSubscriptionTestPayload {
21888
- __typename
21889
- success
21890
- }
21891
- `, { fragmentName: "PushSubscriptionTestPayload" });
21892
- const RateLimitResultPayloadFragmentDoc = new TypedDocumentString(`
21893
- fragment RateLimitResultPayload on RateLimitResultPayload {
21894
- __typename
21895
- period
21896
- remainingAmount
21897
- requestedAmount
21898
- reset
21899
- allowedAmount
21900
- type
21901
- }
21902
- `, { fragmentName: "RateLimitResultPayload" });
21903
- const RateLimitPayloadFragmentDoc = new TypedDocumentString(`
21904
- fragment RateLimitPayload on RateLimitPayload {
21905
- __typename
21906
- identifier
21907
- kind
21908
- limits {
21909
- ...RateLimitResultPayload
21910
- }
23070
+ error
21911
23071
  }
21912
- fragment RateLimitResultPayload on RateLimitResultPayload {
23072
+ fragment InitiativeNotification on InitiativeNotification {
21913
23073
  __typename
21914
- period
21915
- remainingAmount
21916
- requestedAmount
21917
- reset
21918
- allowedAmount
23074
+ reactionEmoji
21919
23075
  type
21920
- }`, { fragmentName: "RateLimitPayload" });
21921
- const ReactionPayloadFragmentDoc = new TypedDocumentString(`
21922
- fragment ReactionPayload on ReactionPayload {
21923
- __typename
21924
- lastSyncId
21925
- reaction {
21926
- ...Reaction
23076
+ commentId
23077
+ initiativeId
23078
+ initiativeUpdateId
23079
+ parentCommentId
23080
+ botActor {
23081
+ ...ActorBot
21927
23082
  }
21928
- success
21929
- }
21930
- fragment Reaction on Reaction {
21931
- __typename
21932
- emoji
23083
+ category
21933
23084
  comment {
21934
23085
  id
21935
23086
  }
21936
- externalUser {
23087
+ document {
21937
23088
  id
21938
23089
  }
21939
- initiativeUpdate {
23090
+ externalUserActor {
21940
23091
  id
21941
23092
  }
21942
- issue {
23093
+ initiative {
23094
+ id
23095
+ }
23096
+ initiativeUpdate {
21943
23097
  id
21944
23098
  }
21945
23099
  updatedAt
21946
- projectUpdate {
23100
+ parentComment {
21947
23101
  id
21948
23102
  }
23103
+ emailedAt
23104
+ readAt
23105
+ unsnoozedAt
21949
23106
  archivedAt
21950
23107
  createdAt
23108
+ snoozedUntilAt
21951
23109
  id
23110
+ actor {
23111
+ id
23112
+ }
21952
23113
  user {
21953
23114
  id
21954
23115
  }
21955
- }`, { fragmentName: "ReactionPayload" });
21956
- const ReleasePayloadFragmentDoc = new TypedDocumentString(`
21957
- fragment ReleasePayload on ReleasePayload {
21958
- __typename
21959
- lastSyncId
21960
- success
21961
- }
21962
- `, { fragmentName: "ReleasePayload" });
21963
- const ReleasePipelinePayloadFragmentDoc = new TypedDocumentString(`
21964
- fragment ReleasePipelinePayload on ReleasePipelinePayload {
21965
- __typename
21966
- lastSyncId
21967
- success
21968
- }
21969
- `, { fragmentName: "ReleasePipelinePayload" });
21970
- const ReleaseStagePayloadFragmentDoc = new TypedDocumentString(`
21971
- fragment ReleaseStagePayload on ReleaseStagePayload {
21972
- __typename
21973
- lastSyncId
21974
- success
21975
- }
21976
- `, { fragmentName: "ReleaseStagePayload" });
21977
- const RepositorySuggestionFragmentDoc = new TypedDocumentString(`
21978
- fragment RepositorySuggestion on RepositorySuggestion {
21979
- __typename
21980
- confidence
21981
- hostname
21982
- repositoryFullName
21983
23116
  }
21984
- `, { fragmentName: "RepositorySuggestion" });
21985
- const RepositorySuggestionsPayloadFragmentDoc = new TypedDocumentString(`
21986
- fragment RepositorySuggestionsPayload on RepositorySuggestionsPayload {
23117
+ fragment IssueNotification on IssueNotification {
21987
23118
  __typename
21988
- suggestions {
21989
- ...RepositorySuggestion
23119
+ reactionEmoji
23120
+ type
23121
+ commentId
23122
+ issueId
23123
+ parentCommentId
23124
+ botActor {
23125
+ ...ActorBot
23126
+ }
23127
+ category
23128
+ comment {
23129
+ id
23130
+ }
23131
+ externalUserActor {
23132
+ id
23133
+ }
23134
+ issue {
23135
+ id
21990
23136
  }
21991
- }
21992
- fragment RepositorySuggestion on RepositorySuggestion {
21993
- __typename
21994
- confidence
21995
- hostname
21996
- repositoryFullName
21997
- }`, { fragmentName: "RepositorySuggestionsPayload" });
21998
- const RoadmapFragmentDoc = new TypedDocumentString(`
21999
- fragment Roadmap on Roadmap {
22000
- __typename
22001
- url
22002
- description
22003
23137
  updatedAt
22004
- name
22005
- color
22006
- slugId
22007
- sortOrder
23138
+ parentComment {
23139
+ id
23140
+ }
23141
+ subscriptions {
23142
+ ...NotificationSubscription
23143
+ }
23144
+ team {
23145
+ id
23146
+ }
23147
+ emailedAt
23148
+ readAt
23149
+ unsnoozedAt
22008
23150
  archivedAt
22009
23151
  createdAt
23152
+ snoozedUntilAt
22010
23153
  id
22011
- creator {
23154
+ actor {
22012
23155
  id
22013
23156
  }
22014
- owner {
23157
+ user {
22015
23158
  id
22016
23159
  }
22017
23160
  }
22018
- `, { fragmentName: "Roadmap" });
22019
- const RoadmapConnectionFragmentDoc = new TypedDocumentString(`
22020
- fragment RoadmapConnection on RoadmapConnection {
23161
+ fragment OauthClientApprovalNotification on OauthClientApprovalNotification {
22021
23162
  __typename
22022
- nodes {
22023
- ...Roadmap
23163
+ type
23164
+ oauthClientApprovalId
23165
+ oauthClientApproval {
23166
+ ...OauthClientApproval
22024
23167
  }
22025
- pageInfo {
22026
- ...PageInfo
23168
+ botActor {
23169
+ ...ActorBot
23170
+ }
23171
+ category
23172
+ externalUserActor {
23173
+ id
22027
23174
  }
22028
- }
22029
- fragment Roadmap on Roadmap {
22030
- __typename
22031
- url
22032
- description
22033
23175
  updatedAt
22034
- name
22035
- color
22036
- slugId
22037
- sortOrder
23176
+ emailedAt
23177
+ readAt
23178
+ unsnoozedAt
22038
23179
  archivedAt
22039
23180
  createdAt
23181
+ snoozedUntilAt
22040
23182
  id
22041
- creator {
23183
+ actor {
22042
23184
  id
22043
23185
  }
22044
- owner {
23186
+ user {
22045
23187
  id
22046
23188
  }
22047
23189
  }
22048
- fragment PageInfo on PageInfo {
22049
- __typename
22050
- startCursor
22051
- endCursor
22052
- hasPreviousPage
22053
- hasNextPage
22054
- }`, { fragmentName: "RoadmapConnection" });
22055
- const RoadmapPayloadFragmentDoc = new TypedDocumentString(`
22056
- fragment RoadmapPayload on RoadmapPayload {
23190
+ fragment IssueRelationHistoryPayload on IssueRelationHistoryPayload {
22057
23191
  __typename
22058
- lastSyncId
22059
- roadmap {
22060
- id
22061
- }
22062
- success
23192
+ identifier
23193
+ type
22063
23194
  }
22064
- `, { fragmentName: "RoadmapPayload" });
22065
- const RoadmapToProjectFragmentDoc = new TypedDocumentString(`
22066
- fragment RoadmapToProject on RoadmapToProject {
23195
+ fragment IssueLabel on IssueLabel {
22067
23196
  __typename
23197
+ lastAppliedAt
23198
+ color
23199
+ description
23200
+ name
22068
23201
  updatedAt
22069
- project {
23202
+ inheritedFrom {
22070
23203
  id
22071
23204
  }
22072
- roadmap {
23205
+ parent {
23206
+ id
23207
+ }
23208
+ team {
22073
23209
  id
22074
23210
  }
22075
- sortOrder
22076
23211
  archivedAt
22077
23212
  createdAt
22078
23213
  id
22079
- }
22080
- `, { fragmentName: "RoadmapToProject" });
22081
- const RoadmapToProjectConnectionFragmentDoc = new TypedDocumentString(`
22082
- fragment RoadmapToProjectConnection on RoadmapToProjectConnection {
22083
- __typename
22084
- nodes {
22085
- ...RoadmapToProject
23214
+ creator {
23215
+ id
22086
23216
  }
22087
- pageInfo {
22088
- ...PageInfo
23217
+ retiredBy {
23218
+ id
22089
23219
  }
23220
+ isGroup
22090
23221
  }
22091
- fragment RoadmapToProject on RoadmapToProject {
23222
+ fragment NotificationSubscription on NotificationSubscription {
22092
23223
  __typename
22093
- updatedAt
23224
+ customView {
23225
+ id
23226
+ }
23227
+ cycle {
23228
+ id
23229
+ }
23230
+ initiative {
23231
+ id
23232
+ }
23233
+ label {
23234
+ id
23235
+ }
22094
23236
  project {
22095
23237
  id
22096
23238
  }
22097
- roadmap {
23239
+ customer {
23240
+ id
23241
+ }
23242
+ updatedAt
23243
+ team {
22098
23244
  id
22099
23245
  }
22100
- sortOrder
22101
23246
  archivedAt
22102
23247
  createdAt
23248
+ userContextViewType
23249
+ contextViewType
22103
23250
  id
22104
- }
22105
- fragment PageInfo on PageInfo {
22106
- __typename
22107
- startCursor
22108
- endCursor
22109
- hasPreviousPage
22110
- hasNextPage
22111
- }`, { fragmentName: "RoadmapToProjectConnection" });
22112
- const RoadmapToProjectPayloadFragmentDoc = new TypedDocumentString(`
22113
- fragment RoadmapToProjectPayload on RoadmapToProjectPayload {
22114
- __typename
22115
- lastSyncId
22116
- roadmapToProject {
23251
+ subscriber {
22117
23252
  id
22118
23253
  }
22119
- success
22120
- }
22121
- `, { fragmentName: "RoadmapToProjectPayload" });
22122
- const SlackChannelConnectPayloadFragmentDoc = new TypedDocumentString(`
22123
- fragment SlackChannelConnectPayload on SlackChannelConnectPayload {
22124
- __typename
22125
- lastSyncId
22126
- integration {
23254
+ user {
22127
23255
  id
22128
23256
  }
22129
- nudgeToConnectMainSlackIntegration
22130
- nudgeToUpdateMainSlackIntegration
22131
- addBot
22132
- success
23257
+ active
22133
23258
  }
22134
- `, { fragmentName: "SlackChannelConnectPayload" });
22135
- const SsoUrlFromEmailResponseFragmentDoc = new TypedDocumentString(`
22136
- fragment SsoUrlFromEmailResponse on SsoUrlFromEmailResponse {
23259
+ fragment OauthClientApproval on OauthClientApproval {
22137
23260
  __typename
22138
- samlSsoUrl
22139
- success
22140
- }
22141
- `, { fragmentName: "SsoUrlFromEmailResponse" });
23261
+ newlyRequestedScopes
23262
+ updatedAt
23263
+ requesterId
23264
+ responderId
23265
+ requestReason
23266
+ denyReason
23267
+ scopes
23268
+ status
23269
+ archivedAt
23270
+ createdAt
23271
+ id
23272
+ oauthClientId
23273
+ }`, { fragmentName: "Subscription" });
22142
23274
  const SuccessPayloadFragmentDoc = new TypedDocumentString(`
22143
23275
  fragment SuccessPayload on SuccessPayload {
22144
23276
  __typename
@@ -22193,6 +23325,9 @@ const TeamFragmentDoc = new TypedDocumentString(`
22193
23325
  color
22194
23326
  description
22195
23327
  name
23328
+ parent {
23329
+ id
23330
+ }
22196
23331
  key
22197
23332
  archivedAt
22198
23333
  createdAt
@@ -22301,6 +23436,9 @@ const TeamConnectionFragmentDoc = new TypedDocumentString(`
22301
23436
  color
22302
23437
  description
22303
23438
  name
23439
+ parent {
23440
+ id
23441
+ }
22304
23442
  key
22305
23443
  archivedAt
22306
23444
  createdAt
@@ -22890,9 +24028,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22890
24028
  projectLayout
22891
24029
  projectViewOrdering
22892
24030
  projectSubGrouping
24031
+ releasePipelineGrouping
22893
24032
  releasePipelinesViewOrdering
22894
24033
  reviewGrouping
22895
24034
  reviewViewOrdering
24035
+ scheduledPipelineReleasesViewGrouping
22896
24036
  scheduledPipelineReleasesViewOrdering
22897
24037
  searchResultType
22898
24038
  searchViewOrdering
@@ -22932,6 +24072,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22932
24072
  showSupervisedIssues
22933
24073
  fieldSla
22934
24074
  fieldSentryIssues
24075
+ scheduledPipelineReleaseFieldCompletion
22935
24076
  customViewFieldDateCreated
22936
24077
  customViewFieldOwner
22937
24078
  customViewFieldDateUpdated
@@ -22950,6 +24091,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22950
24091
  dashboardFieldDateCreated
22951
24092
  dashboardFieldOwner
22952
24093
  dashboardFieldDateUpdated
24094
+ scheduledPipelineReleaseFieldDescription
22953
24095
  fieldDueDate
22954
24096
  initiativeFieldHealth
22955
24097
  initiativeFieldActivity
@@ -23031,7 +24173,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
23031
24173
  reviewFieldIdentifier
23032
24174
  reviewFieldPreviewLinks
23033
24175
  reviewFieldRepository
23034
- scheduledPipelineReleaseFieldStage
23035
24176
  teamFieldDateCreated
23036
24177
  teamFieldCycle
23037
24178
  teamFieldIdentifier
@@ -23040,8 +24181,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
23040
24181
  teamFieldOwner
23041
24182
  teamFieldProjects
23042
24183
  teamFieldDateUpdated
24184
+ releasePipelineFieldTeams
23043
24185
  fieldTimeInCurrentStatus
23044
24186
  releasePipelineFieldType
24187
+ scheduledPipelineReleaseFieldVersion
23045
24188
  showTriageIssues
23046
24189
  showUnreadItemsFirst
23047
24190
  timelineChronologyShowWeekNumbers
@@ -23246,6 +24389,9 @@ const AdministrableTeamsDocument = new TypedDocumentString(`
23246
24389
  color
23247
24390
  description
23248
24391
  name
24392
+ parent {
24393
+ id
24394
+ }
23249
24395
  key
23250
24396
  archivedAt
23251
24397
  createdAt
@@ -26828,9 +27974,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26828
27974
  projectLayout
26829
27975
  projectViewOrdering
26830
27976
  projectSubGrouping
27977
+ releasePipelineGrouping
26831
27978
  releasePipelinesViewOrdering
26832
27979
  reviewGrouping
26833
27980
  reviewViewOrdering
27981
+ scheduledPipelineReleasesViewGrouping
26834
27982
  scheduledPipelineReleasesViewOrdering
26835
27983
  searchResultType
26836
27984
  searchViewOrdering
@@ -26870,6 +28018,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26870
28018
  showSupervisedIssues
26871
28019
  fieldSla
26872
28020
  fieldSentryIssues
28021
+ scheduledPipelineReleaseFieldCompletion
26873
28022
  customViewFieldDateCreated
26874
28023
  customViewFieldOwner
26875
28024
  customViewFieldDateUpdated
@@ -26888,6 +28037,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26888
28037
  dashboardFieldDateCreated
26889
28038
  dashboardFieldOwner
26890
28039
  dashboardFieldDateUpdated
28040
+ scheduledPipelineReleaseFieldDescription
26891
28041
  fieldDueDate
26892
28042
  initiativeFieldHealth
26893
28043
  initiativeFieldActivity
@@ -26969,7 +28119,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26969
28119
  reviewFieldIdentifier
26970
28120
  reviewFieldPreviewLinks
26971
28121
  reviewFieldRepository
26972
- scheduledPipelineReleaseFieldStage
26973
28122
  teamFieldDateCreated
26974
28123
  teamFieldCycle
26975
28124
  teamFieldIdentifier
@@ -26978,8 +28127,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26978
28127
  teamFieldOwner
26979
28128
  teamFieldProjects
26980
28129
  teamFieldDateUpdated
28130
+ releasePipelineFieldTeams
26981
28131
  fieldTimeInCurrentStatus
26982
28132
  releasePipelineFieldType
28133
+ scheduledPipelineReleaseFieldVersion
26983
28134
  showTriageIssues
26984
28135
  showUnreadItemsFirst
26985
28136
  timelineChronologyShowWeekNumbers
@@ -27441,9 +28592,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27441
28592
  projectLayout
27442
28593
  projectViewOrdering
27443
28594
  projectSubGrouping
28595
+ releasePipelineGrouping
27444
28596
  releasePipelinesViewOrdering
27445
28597
  reviewGrouping
27446
28598
  reviewViewOrdering
28599
+ scheduledPipelineReleasesViewGrouping
27447
28600
  scheduledPipelineReleasesViewOrdering
27448
28601
  searchResultType
27449
28602
  searchViewOrdering
@@ -27483,6 +28636,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27483
28636
  showSupervisedIssues
27484
28637
  fieldSla
27485
28638
  fieldSentryIssues
28639
+ scheduledPipelineReleaseFieldCompletion
27486
28640
  customViewFieldDateCreated
27487
28641
  customViewFieldOwner
27488
28642
  customViewFieldDateUpdated
@@ -27501,6 +28655,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27501
28655
  dashboardFieldDateCreated
27502
28656
  dashboardFieldOwner
27503
28657
  dashboardFieldDateUpdated
28658
+ scheduledPipelineReleaseFieldDescription
27504
28659
  fieldDueDate
27505
28660
  initiativeFieldHealth
27506
28661
  initiativeFieldActivity
@@ -27582,7 +28737,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27582
28737
  reviewFieldIdentifier
27583
28738
  reviewFieldPreviewLinks
27584
28739
  reviewFieldRepository
27585
- scheduledPipelineReleaseFieldStage
27586
28740
  teamFieldDateCreated
27587
28741
  teamFieldCycle
27588
28742
  teamFieldIdentifier
@@ -27591,8 +28745,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27591
28745
  teamFieldOwner
27592
28746
  teamFieldProjects
27593
28747
  teamFieldDateUpdated
28748
+ releasePipelineFieldTeams
27594
28749
  fieldTimeInCurrentStatus
27595
28750
  releasePipelineFieldType
28751
+ scheduledPipelineReleaseFieldVersion
27596
28752
  showTriageIssues
27597
28753
  showUnreadItemsFirst
27598
28754
  timelineChronologyShowWeekNumbers
@@ -27658,9 +28814,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27658
28814
  projectLayout
27659
28815
  projectViewOrdering
27660
28816
  projectSubGrouping
28817
+ releasePipelineGrouping
27661
28818
  releasePipelinesViewOrdering
27662
28819
  reviewGrouping
27663
28820
  reviewViewOrdering
28821
+ scheduledPipelineReleasesViewGrouping
27664
28822
  scheduledPipelineReleasesViewOrdering
27665
28823
  searchResultType
27666
28824
  searchViewOrdering
@@ -27700,6 +28858,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27700
28858
  showSupervisedIssues
27701
28859
  fieldSla
27702
28860
  fieldSentryIssues
28861
+ scheduledPipelineReleaseFieldCompletion
27703
28862
  customViewFieldDateCreated
27704
28863
  customViewFieldOwner
27705
28864
  customViewFieldDateUpdated
@@ -27718,6 +28877,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27718
28877
  dashboardFieldDateCreated
27719
28878
  dashboardFieldOwner
27720
28879
  dashboardFieldDateUpdated
28880
+ scheduledPipelineReleaseFieldDescription
27721
28881
  fieldDueDate
27722
28882
  initiativeFieldHealth
27723
28883
  initiativeFieldActivity
@@ -27799,7 +28959,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27799
28959
  reviewFieldIdentifier
27800
28960
  reviewFieldPreviewLinks
27801
28961
  reviewFieldRepository
27802
- scheduledPipelineReleaseFieldStage
27803
28962
  teamFieldDateCreated
27804
28963
  teamFieldCycle
27805
28964
  teamFieldIdentifier
@@ -27808,8 +28967,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27808
28967
  teamFieldOwner
27809
28968
  teamFieldProjects
27810
28969
  teamFieldDateUpdated
28970
+ releasePipelineFieldTeams
27811
28971
  fieldTimeInCurrentStatus
27812
28972
  releasePipelineFieldType
28973
+ scheduledPipelineReleaseFieldVersion
27813
28974
  showTriageIssues
27814
28975
  showUnreadItemsFirst
27815
28976
  timelineChronologyShowWeekNumbers
@@ -28084,9 +29245,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28084
29245
  projectLayout
28085
29246
  projectViewOrdering
28086
29247
  projectSubGrouping
29248
+ releasePipelineGrouping
28087
29249
  releasePipelinesViewOrdering
28088
29250
  reviewGrouping
28089
29251
  reviewViewOrdering
29252
+ scheduledPipelineReleasesViewGrouping
28090
29253
  scheduledPipelineReleasesViewOrdering
28091
29254
  searchResultType
28092
29255
  searchViewOrdering
@@ -28126,6 +29289,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28126
29289
  showSupervisedIssues
28127
29290
  fieldSla
28128
29291
  fieldSentryIssues
29292
+ scheduledPipelineReleaseFieldCompletion
28129
29293
  customViewFieldDateCreated
28130
29294
  customViewFieldOwner
28131
29295
  customViewFieldDateUpdated
@@ -28144,6 +29308,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28144
29308
  dashboardFieldDateCreated
28145
29309
  dashboardFieldOwner
28146
29310
  dashboardFieldDateUpdated
29311
+ scheduledPipelineReleaseFieldDescription
28147
29312
  fieldDueDate
28148
29313
  initiativeFieldHealth
28149
29314
  initiativeFieldActivity
@@ -28225,7 +29390,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28225
29390
  reviewFieldIdentifier
28226
29391
  reviewFieldPreviewLinks
28227
29392
  reviewFieldRepository
28228
- scheduledPipelineReleaseFieldStage
28229
29393
  teamFieldDateCreated
28230
29394
  teamFieldCycle
28231
29395
  teamFieldIdentifier
@@ -28234,8 +29398,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28234
29398
  teamFieldOwner
28235
29399
  teamFieldProjects
28236
29400
  teamFieldDateUpdated
29401
+ releasePipelineFieldTeams
28237
29402
  fieldTimeInCurrentStatus
28238
29403
  releasePipelineFieldType
29404
+ scheduledPipelineReleaseFieldVersion
28239
29405
  showTriageIssues
28240
29406
  showUnreadItemsFirst
28241
29407
  timelineChronologyShowWeekNumbers
@@ -28301,9 +29467,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28301
29467
  projectLayout
28302
29468
  projectViewOrdering
28303
29469
  projectSubGrouping
29470
+ releasePipelineGrouping
28304
29471
  releasePipelinesViewOrdering
28305
29472
  reviewGrouping
28306
29473
  reviewViewOrdering
29474
+ scheduledPipelineReleasesViewGrouping
28307
29475
  scheduledPipelineReleasesViewOrdering
28308
29476
  searchResultType
28309
29477
  searchViewOrdering
@@ -28343,6 +29511,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28343
29511
  showSupervisedIssues
28344
29512
  fieldSla
28345
29513
  fieldSentryIssues
29514
+ scheduledPipelineReleaseFieldCompletion
28346
29515
  customViewFieldDateCreated
28347
29516
  customViewFieldOwner
28348
29517
  customViewFieldDateUpdated
@@ -28361,6 +29530,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28361
29530
  dashboardFieldDateCreated
28362
29531
  dashboardFieldOwner
28363
29532
  dashboardFieldDateUpdated
29533
+ scheduledPipelineReleaseFieldDescription
28364
29534
  fieldDueDate
28365
29535
  initiativeFieldHealth
28366
29536
  initiativeFieldActivity
@@ -28442,7 +29612,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28442
29612
  reviewFieldIdentifier
28443
29613
  reviewFieldPreviewLinks
28444
29614
  reviewFieldRepository
28445
- scheduledPipelineReleaseFieldStage
28446
29615
  teamFieldDateCreated
28447
29616
  teamFieldCycle
28448
29617
  teamFieldIdentifier
@@ -28451,8 +29620,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28451
29620
  teamFieldOwner
28452
29621
  teamFieldProjects
28453
29622
  teamFieldDateUpdated
29623
+ releasePipelineFieldTeams
28454
29624
  fieldTimeInCurrentStatus
28455
29625
  releasePipelineFieldType
29626
+ scheduledPipelineReleaseFieldVersion
28456
29627
  showTriageIssues
28457
29628
  showUnreadItemsFirst
28458
29629
  timelineChronologyShowWeekNumbers
@@ -28516,9 +29687,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28516
29687
  projectLayout
28517
29688
  projectViewOrdering
28518
29689
  projectSubGrouping
29690
+ releasePipelineGrouping
28519
29691
  releasePipelinesViewOrdering
28520
29692
  reviewGrouping
28521
29693
  reviewViewOrdering
29694
+ scheduledPipelineReleasesViewGrouping
28522
29695
  scheduledPipelineReleasesViewOrdering
28523
29696
  searchResultType
28524
29697
  searchViewOrdering
@@ -28558,6 +29731,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28558
29731
  showSupervisedIssues
28559
29732
  fieldSla
28560
29733
  fieldSentryIssues
29734
+ scheduledPipelineReleaseFieldCompletion
28561
29735
  customViewFieldDateCreated
28562
29736
  customViewFieldOwner
28563
29737
  customViewFieldDateUpdated
@@ -28576,6 +29750,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28576
29750
  dashboardFieldDateCreated
28577
29751
  dashboardFieldOwner
28578
29752
  dashboardFieldDateUpdated
29753
+ scheduledPipelineReleaseFieldDescription
28579
29754
  fieldDueDate
28580
29755
  initiativeFieldHealth
28581
29756
  initiativeFieldActivity
@@ -28657,7 +29832,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28657
29832
  reviewFieldIdentifier
28658
29833
  reviewFieldPreviewLinks
28659
29834
  reviewFieldRepository
28660
- scheduledPipelineReleaseFieldStage
28661
29835
  teamFieldDateCreated
28662
29836
  teamFieldCycle
28663
29837
  teamFieldIdentifier
@@ -28666,8 +29840,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28666
29840
  teamFieldOwner
28667
29841
  teamFieldProjects
28668
29842
  teamFieldDateUpdated
29843
+ releasePipelineFieldTeams
28669
29844
  fieldTimeInCurrentStatus
28670
29845
  releasePipelineFieldType
29846
+ scheduledPipelineReleaseFieldVersion
28671
29847
  showTriageIssues
28672
29848
  showUnreadItemsFirst
28673
29849
  timelineChronologyShowWeekNumbers
@@ -28816,9 +29992,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28816
29992
  projectLayout
28817
29993
  projectViewOrdering
28818
29994
  projectSubGrouping
29995
+ releasePipelineGrouping
28819
29996
  releasePipelinesViewOrdering
28820
29997
  reviewGrouping
28821
29998
  reviewViewOrdering
29999
+ scheduledPipelineReleasesViewGrouping
28822
30000
  scheduledPipelineReleasesViewOrdering
28823
30001
  searchResultType
28824
30002
  searchViewOrdering
@@ -28858,6 +30036,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28858
30036
  showSupervisedIssues
28859
30037
  fieldSla
28860
30038
  fieldSentryIssues
30039
+ scheduledPipelineReleaseFieldCompletion
28861
30040
  customViewFieldDateCreated
28862
30041
  customViewFieldOwner
28863
30042
  customViewFieldDateUpdated
@@ -28876,6 +30055,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28876
30055
  dashboardFieldDateCreated
28877
30056
  dashboardFieldOwner
28878
30057
  dashboardFieldDateUpdated
30058
+ scheduledPipelineReleaseFieldDescription
28879
30059
  fieldDueDate
28880
30060
  initiativeFieldHealth
28881
30061
  initiativeFieldActivity
@@ -28957,7 +30137,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28957
30137
  reviewFieldIdentifier
28958
30138
  reviewFieldPreviewLinks
28959
30139
  reviewFieldRepository
28960
- scheduledPipelineReleaseFieldStage
28961
30140
  teamFieldDateCreated
28962
30141
  teamFieldCycle
28963
30142
  teamFieldIdentifier
@@ -28966,8 +30145,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28966
30145
  teamFieldOwner
28967
30146
  teamFieldProjects
28968
30147
  teamFieldDateUpdated
30148
+ releasePipelineFieldTeams
28969
30149
  fieldTimeInCurrentStatus
28970
30150
  releasePipelineFieldType
30151
+ scheduledPipelineReleaseFieldVersion
28971
30152
  showTriageIssues
28972
30153
  showUnreadItemsFirst
28973
30154
  timelineChronologyShowWeekNumbers
@@ -38472,6 +39653,9 @@ const Organization_TeamsDocument = new TypedDocumentString(`
38472
39653
  color
38473
39654
  description
38474
39655
  name
39656
+ parent {
39657
+ id
39658
+ }
38475
39659
  key
38476
39660
  archivedAt
38477
39661
  createdAt
@@ -40447,6 +41631,9 @@ const Project_TeamsDocument = new TypedDocumentString(`
40447
41631
  color
40448
41632
  description
40449
41633
  name
41634
+ parent {
41635
+ id
41636
+ }
40450
41637
  key
40451
41638
  archivedAt
40452
41639
  createdAt
@@ -43197,6 +44384,9 @@ const TeamDocument = new TypedDocumentString(`
43197
44384
  color
43198
44385
  description
43199
44386
  name
44387
+ parent {
44388
+ id
44389
+ }
43200
44390
  key
43201
44391
  archivedAt
43202
44392
  createdAt
@@ -44282,6 +45472,9 @@ const TeamsDocument = new TypedDocumentString(`
44282
45472
  color
44283
45473
  description
44284
45474
  name
45475
+ parent {
45476
+ id
45477
+ }
44285
45478
  key
44286
45479
  archivedAt
44287
45480
  createdAt
@@ -45600,6 +46793,9 @@ const User_TeamsDocument = new TypedDocumentString(`
45600
46793
  color
45601
46794
  description
45602
46795
  name
46796
+ parent {
46797
+ id
46798
+ }
45603
46799
  key
45604
46800
  archivedAt
45605
46801
  createdAt
@@ -47585,6 +48781,9 @@ const Viewer_TeamsDocument = new TypedDocumentString(`
47585
48781
  color
47586
48782
  description
47587
48783
  name
48784
+ parent {
48785
+ id
48786
+ }
47588
48787
  key
47589
48788
  archivedAt
47590
48789
  createdAt
@@ -56809,9 +58008,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56809
58008
  projectLayout
56810
58009
  projectViewOrdering
56811
58010
  projectSubGrouping
58011
+ releasePipelineGrouping
56812
58012
  releasePipelinesViewOrdering
56813
58013
  reviewGrouping
56814
58014
  reviewViewOrdering
58015
+ scheduledPipelineReleasesViewGrouping
56815
58016
  scheduledPipelineReleasesViewOrdering
56816
58017
  searchResultType
56817
58018
  searchViewOrdering
@@ -56851,6 +58052,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56851
58052
  showSupervisedIssues
56852
58053
  fieldSla
56853
58054
  fieldSentryIssues
58055
+ scheduledPipelineReleaseFieldCompletion
56854
58056
  customViewFieldDateCreated
56855
58057
  customViewFieldOwner
56856
58058
  customViewFieldDateUpdated
@@ -56869,6 +58071,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56869
58071
  dashboardFieldDateCreated
56870
58072
  dashboardFieldOwner
56871
58073
  dashboardFieldDateUpdated
58074
+ scheduledPipelineReleaseFieldDescription
56872
58075
  fieldDueDate
56873
58076
  initiativeFieldHealth
56874
58077
  initiativeFieldActivity
@@ -56950,7 +58153,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56950
58153
  reviewFieldIdentifier
56951
58154
  reviewFieldPreviewLinks
56952
58155
  reviewFieldRepository
56953
- scheduledPipelineReleaseFieldStage
56954
58156
  teamFieldDateCreated
56955
58157
  teamFieldCycle
56956
58158
  teamFieldIdentifier
@@ -56959,8 +58161,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56959
58161
  teamFieldOwner
56960
58162
  teamFieldProjects
56961
58163
  teamFieldDateUpdated
58164
+ releasePipelineFieldTeams
56962
58165
  fieldTimeInCurrentStatus
56963
58166
  releasePipelineFieldType
58167
+ scheduledPipelineReleaseFieldVersion
56964
58168
  showTriageIssues
56965
58169
  showUnreadItemsFirst
56966
58170
  timelineChronologyShowWeekNumbers
@@ -57054,9 +58258,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57054
58258
  projectLayout
57055
58259
  projectViewOrdering
57056
58260
  projectSubGrouping
58261
+ releasePipelineGrouping
57057
58262
  releasePipelinesViewOrdering
57058
58263
  reviewGrouping
57059
58264
  reviewViewOrdering
58265
+ scheduledPipelineReleasesViewGrouping
57060
58266
  scheduledPipelineReleasesViewOrdering
57061
58267
  searchResultType
57062
58268
  searchViewOrdering
@@ -57096,6 +58302,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57096
58302
  showSupervisedIssues
57097
58303
  fieldSla
57098
58304
  fieldSentryIssues
58305
+ scheduledPipelineReleaseFieldCompletion
57099
58306
  customViewFieldDateCreated
57100
58307
  customViewFieldOwner
57101
58308
  customViewFieldDateUpdated
@@ -57114,6 +58321,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57114
58321
  dashboardFieldDateCreated
57115
58322
  dashboardFieldOwner
57116
58323
  dashboardFieldDateUpdated
58324
+ scheduledPipelineReleaseFieldDescription
57117
58325
  fieldDueDate
57118
58326
  initiativeFieldHealth
57119
58327
  initiativeFieldActivity
@@ -57195,7 +58403,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57195
58403
  reviewFieldIdentifier
57196
58404
  reviewFieldPreviewLinks
57197
58405
  reviewFieldRepository
57198
- scheduledPipelineReleaseFieldStage
57199
58406
  teamFieldDateCreated
57200
58407
  teamFieldCycle
57201
58408
  teamFieldIdentifier
@@ -57204,8 +58411,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57204
58411
  teamFieldOwner
57205
58412
  teamFieldProjects
57206
58413
  teamFieldDateUpdated
58414
+ releasePipelineFieldTeams
57207
58415
  fieldTimeInCurrentStatus
57208
58416
  releasePipelineFieldType
58417
+ scheduledPipelineReleaseFieldVersion
57209
58418
  showTriageIssues
57210
58419
  showUnreadItemsFirst
57211
58420
  timelineChronologyShowWeekNumbers
@@ -62721,6 +63930,46 @@ var DocumentContentChildWebhookPayload = class {
62721
63930
  project;
62722
63931
  };
62723
63932
  /**
63933
+ * A draft revision of document content, pending user review.
63934
+ *
63935
+ * @param request - function to call the graphql client
63936
+ * @param data - L.DocumentContentDraftFragment response data
63937
+ */
63938
+ var DocumentContentDraft = class extends Request {
63939
+ _user;
63940
+ constructor(request, data) {
63941
+ super(request);
63942
+ this.archivedAt = parseDate(data.archivedAt) ?? void 0;
63943
+ this.contentState = data.contentState;
63944
+ this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
63945
+ this.documentContentId = data.documentContentId;
63946
+ this.id = data.id;
63947
+ this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
63948
+ this.userId = data.userId;
63949
+ this.documentContent = new DocumentContent(request, data.documentContent);
63950
+ this._user = data.user;
63951
+ }
63952
+ /** The time at which the entity was archived. Null if the entity has not been archived. */
63953
+ archivedAt;
63954
+ /** The draft content state as a base64 encoded Yjs state update. */
63955
+ contentState;
63956
+ /** The time at which the entity was created. */
63957
+ createdAt;
63958
+ documentContentId;
63959
+ /** The unique identifier of the entity. */
63960
+ id;
63961
+ /**
63962
+ * The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
63963
+ * been updated after creation.
63964
+ */
63965
+ updatedAt;
63966
+ userId;
63967
+ documentContent;
63968
+ get user() {
63969
+ return new UserQuery(this._request).fetch(this._user.id);
63970
+ }
63971
+ };
63972
+ /**
62724
63973
  * DocumentContentHistoryPayload model
62725
63974
  *
62726
63975
  * @param request - function to call the graphql client
@@ -63151,11 +64400,11 @@ var Draft = class extends Request {
63151
64400
  get customerNeedId() {
63152
64401
  return this._customerNeed?.id;
63153
64402
  }
63154
- /** The initiative for which this is a draft initiative update. */
64403
+ /** The initiative for which this is a draft comment or initiative update. */
63155
64404
  get initiative() {
63156
64405
  return this._initiative?.id ? new InitiativeQuery(this._request).fetch(this._initiative?.id) : void 0;
63157
64406
  }
63158
- /** The ID of initiative for which this is a draft initiative update. */
64407
+ /** The ID of initiative for which this is a draft comment or initiative update. */
63159
64408
  get initiativeId() {
63160
64409
  return this._initiative?.id;
63161
64410
  }
@@ -63183,11 +64432,11 @@ var Draft = class extends Request {
63183
64432
  get parentCommentId() {
63184
64433
  return this._parentComment?.id;
63185
64434
  }
63186
- /** The project for which this is a draft project update. */
64435
+ /** The project for which this is a draft comment or project update. */
63187
64436
  get project() {
63188
64437
  return this._project?.id ? new ProjectQuery(this._request).fetch(this._project?.id) : void 0;
63189
64438
  }
63190
- /** The ID of project for which this is a draft project update. */
64439
+ /** The ID of project for which this is a draft comment or project update. */
63191
64440
  get projectId() {
63192
64441
  return this._project?.id;
63193
64442
  }
@@ -73968,6 +75217,575 @@ var SsoUrlFromEmailResponse = class extends Request {
73968
75217
  success;
73969
75218
  };
73970
75219
  /**
75220
+ * Subscription model
75221
+ *
75222
+ * @param request - function to call the graphql client
75223
+ * @param data - L.SubscriptionFragment response data
75224
+ */
75225
+ var Subscription = class extends Request {
75226
+ _agentActivityCreated;
75227
+ _agentActivityUpdated;
75228
+ _agentSessionCreated;
75229
+ _agentSessionUpdated;
75230
+ _commentArchived;
75231
+ _commentCreated;
75232
+ _commentDeleted;
75233
+ _commentUnarchived;
75234
+ _commentUpdated;
75235
+ _cycleArchived;
75236
+ _cycleCreated;
75237
+ _cycleUpdated;
75238
+ _documentArchived;
75239
+ _documentCreated;
75240
+ _documentUnarchived;
75241
+ _documentUpdated;
75242
+ _favoriteCreated;
75243
+ _favoriteDeleted;
75244
+ _favoriteUpdated;
75245
+ _initiativeCreated;
75246
+ _initiativeDeleted;
75247
+ _initiativeUpdated;
75248
+ _issueArchived;
75249
+ _issueCreated;
75250
+ _issueLabelCreated;
75251
+ _issueLabelDeleted;
75252
+ _issueLabelUpdated;
75253
+ _issueRelationCreated;
75254
+ _issueRelationDeleted;
75255
+ _issueRelationUpdated;
75256
+ _issueUnarchived;
75257
+ _issueUpdated;
75258
+ _projectArchived;
75259
+ _projectCreated;
75260
+ _projectUnarchived;
75261
+ _projectUpdateCreated;
75262
+ _projectUpdateDeleted;
75263
+ _projectUpdateUpdated;
75264
+ _projectUpdated;
75265
+ _roadmapCreated;
75266
+ _roadmapDeleted;
75267
+ _roadmapUpdated;
75268
+ _teamCreated;
75269
+ _teamDeleted;
75270
+ _teamMembershipCreated;
75271
+ _teamMembershipDeleted;
75272
+ _teamMembershipUpdated;
75273
+ _teamUpdated;
75274
+ _userCreated;
75275
+ _userUpdated;
75276
+ _workflowStateArchived;
75277
+ _workflowStateCreated;
75278
+ _workflowStateUpdated;
75279
+ constructor(request, data) {
75280
+ super(request);
75281
+ this.documentContentDraftCreated = new DocumentContentDraft(request, data.documentContentDraftCreated);
75282
+ this.documentContentDraftDeleted = new DocumentContentDraft(request, data.documentContentDraftDeleted);
75283
+ this.documentContentDraftUpdated = new DocumentContentDraft(request, data.documentContentDraftUpdated);
75284
+ this.draftCreated = new Draft(request, data.draftCreated);
75285
+ this.draftDeleted = new Draft(request, data.draftDeleted);
75286
+ this.draftUpdated = new Draft(request, data.draftUpdated);
75287
+ this.issueHistoryCreated = new IssueHistory(request, data.issueHistoryCreated);
75288
+ this.issueHistoryUpdated = new IssueHistory(request, data.issueHistoryUpdated);
75289
+ this._agentActivityCreated = data.agentActivityCreated;
75290
+ this._agentActivityUpdated = data.agentActivityUpdated;
75291
+ this._agentSessionCreated = data.agentSessionCreated;
75292
+ this._agentSessionUpdated = data.agentSessionUpdated;
75293
+ this._commentArchived = data.commentArchived;
75294
+ this._commentCreated = data.commentCreated;
75295
+ this._commentDeleted = data.commentDeleted;
75296
+ this._commentUnarchived = data.commentUnarchived;
75297
+ this._commentUpdated = data.commentUpdated;
75298
+ this._cycleArchived = data.cycleArchived;
75299
+ this._cycleCreated = data.cycleCreated;
75300
+ this._cycleUpdated = data.cycleUpdated;
75301
+ this._documentArchived = data.documentArchived;
75302
+ this._documentCreated = data.documentCreated;
75303
+ this._documentUnarchived = data.documentUnarchived;
75304
+ this._documentUpdated = data.documentUpdated;
75305
+ this._favoriteCreated = data.favoriteCreated;
75306
+ this._favoriteDeleted = data.favoriteDeleted;
75307
+ this._favoriteUpdated = data.favoriteUpdated;
75308
+ this._initiativeCreated = data.initiativeCreated;
75309
+ this._initiativeDeleted = data.initiativeDeleted;
75310
+ this._initiativeUpdated = data.initiativeUpdated;
75311
+ this._issueArchived = data.issueArchived;
75312
+ this._issueCreated = data.issueCreated;
75313
+ this._issueLabelCreated = data.issueLabelCreated;
75314
+ this._issueLabelDeleted = data.issueLabelDeleted;
75315
+ this._issueLabelUpdated = data.issueLabelUpdated;
75316
+ this._issueRelationCreated = data.issueRelationCreated;
75317
+ this._issueRelationDeleted = data.issueRelationDeleted;
75318
+ this._issueRelationUpdated = data.issueRelationUpdated;
75319
+ this._issueUnarchived = data.issueUnarchived;
75320
+ this._issueUpdated = data.issueUpdated;
75321
+ this._projectArchived = data.projectArchived;
75322
+ this._projectCreated = data.projectCreated;
75323
+ this._projectUnarchived = data.projectUnarchived;
75324
+ this._projectUpdateCreated = data.projectUpdateCreated;
75325
+ this._projectUpdateDeleted = data.projectUpdateDeleted;
75326
+ this._projectUpdateUpdated = data.projectUpdateUpdated;
75327
+ this._projectUpdated = data.projectUpdated;
75328
+ this._roadmapCreated = data.roadmapCreated;
75329
+ this._roadmapDeleted = data.roadmapDeleted;
75330
+ this._roadmapUpdated = data.roadmapUpdated;
75331
+ this._teamCreated = data.teamCreated;
75332
+ this._teamDeleted = data.teamDeleted;
75333
+ this._teamMembershipCreated = data.teamMembershipCreated;
75334
+ this._teamMembershipDeleted = data.teamMembershipDeleted;
75335
+ this._teamMembershipUpdated = data.teamMembershipUpdated;
75336
+ this._teamUpdated = data.teamUpdated;
75337
+ this._userCreated = data.userCreated;
75338
+ this._userUpdated = data.userUpdated;
75339
+ this._workflowStateArchived = data.workflowStateArchived;
75340
+ this._workflowStateCreated = data.workflowStateCreated;
75341
+ this._workflowStateUpdated = data.workflowStateUpdated;
75342
+ }
75343
+ /** Triggered when a document content draft is created */
75344
+ documentContentDraftCreated;
75345
+ /** Triggered when a document content draft is deleted */
75346
+ documentContentDraftDeleted;
75347
+ /** Triggered when a document content draft is updated */
75348
+ documentContentDraftUpdated;
75349
+ /** Triggered when a draft is created */
75350
+ draftCreated;
75351
+ /** Triggered when a draft is deleted */
75352
+ draftDeleted;
75353
+ /** Triggered when a draft is updated */
75354
+ draftUpdated;
75355
+ /** Triggered when an issue history is created */
75356
+ issueHistoryCreated;
75357
+ /** Triggered when an issue history is updated */
75358
+ issueHistoryUpdated;
75359
+ /** Triggered when an agent activity is created */
75360
+ get agentActivityCreated() {
75361
+ return new AgentActivityQuery(this._request).fetch(this._agentActivityCreated.id);
75362
+ }
75363
+ /** The ID of triggered when an agent activity is created */
75364
+ get agentActivityCreatedId() {
75365
+ return this._agentActivityCreated?.id;
75366
+ }
75367
+ /** Triggered when an agent activity is updated */
75368
+ get agentActivityUpdated() {
75369
+ return new AgentActivityQuery(this._request).fetch(this._agentActivityUpdated.id);
75370
+ }
75371
+ /** The ID of triggered when an agent activity is updated */
75372
+ get agentActivityUpdatedId() {
75373
+ return this._agentActivityUpdated?.id;
75374
+ }
75375
+ /** Triggered when an agent session is created */
75376
+ get agentSessionCreated() {
75377
+ return new AgentSessionQuery(this._request).fetch(this._agentSessionCreated.id);
75378
+ }
75379
+ /** The ID of triggered when an agent session is created */
75380
+ get agentSessionCreatedId() {
75381
+ return this._agentSessionCreated?.id;
75382
+ }
75383
+ /** Triggered when an agent session is updated */
75384
+ get agentSessionUpdated() {
75385
+ return new AgentSessionQuery(this._request).fetch(this._agentSessionUpdated.id);
75386
+ }
75387
+ /** The ID of triggered when an agent session is updated */
75388
+ get agentSessionUpdatedId() {
75389
+ return this._agentSessionUpdated?.id;
75390
+ }
75391
+ /** Triggered when a comment is archived */
75392
+ get commentArchived() {
75393
+ return new CommentQuery(this._request).fetch({ id: this._commentArchived.id });
75394
+ }
75395
+ /** The ID of triggered when a comment is archived */
75396
+ get commentArchivedId() {
75397
+ return this._commentArchived?.id;
75398
+ }
75399
+ /** Triggered when a comment is created */
75400
+ get commentCreated() {
75401
+ return new CommentQuery(this._request).fetch({ id: this._commentCreated.id });
75402
+ }
75403
+ /** The ID of triggered when a comment is created */
75404
+ get commentCreatedId() {
75405
+ return this._commentCreated?.id;
75406
+ }
75407
+ /** Triggered when a comment is deleted */
75408
+ get commentDeleted() {
75409
+ return new CommentQuery(this._request).fetch({ id: this._commentDeleted.id });
75410
+ }
75411
+ /** The ID of triggered when a comment is deleted */
75412
+ get commentDeletedId() {
75413
+ return this._commentDeleted?.id;
75414
+ }
75415
+ /** Triggered when a a comment is unarchived */
75416
+ get commentUnarchived() {
75417
+ return new CommentQuery(this._request).fetch({ id: this._commentUnarchived.id });
75418
+ }
75419
+ /** The ID of triggered when a a comment is unarchived */
75420
+ get commentUnarchivedId() {
75421
+ return this._commentUnarchived?.id;
75422
+ }
75423
+ /** Triggered when a comment is updated */
75424
+ get commentUpdated() {
75425
+ return new CommentQuery(this._request).fetch({ id: this._commentUpdated.id });
75426
+ }
75427
+ /** The ID of triggered when a comment is updated */
75428
+ get commentUpdatedId() {
75429
+ return this._commentUpdated?.id;
75430
+ }
75431
+ /** Triggered when a cycle is archived */
75432
+ get cycleArchived() {
75433
+ return new CycleQuery(this._request).fetch(this._cycleArchived.id);
75434
+ }
75435
+ /** The ID of triggered when a cycle is archived */
75436
+ get cycleArchivedId() {
75437
+ return this._cycleArchived?.id;
75438
+ }
75439
+ /** Triggered when a cycle is created */
75440
+ get cycleCreated() {
75441
+ return new CycleQuery(this._request).fetch(this._cycleCreated.id);
75442
+ }
75443
+ /** The ID of triggered when a cycle is created */
75444
+ get cycleCreatedId() {
75445
+ return this._cycleCreated?.id;
75446
+ }
75447
+ /** Triggered when a cycle is updated */
75448
+ get cycleUpdated() {
75449
+ return new CycleQuery(this._request).fetch(this._cycleUpdated.id);
75450
+ }
75451
+ /** The ID of triggered when a cycle is updated */
75452
+ get cycleUpdatedId() {
75453
+ return this._cycleUpdated?.id;
75454
+ }
75455
+ /** Triggered when a document is archived */
75456
+ get documentArchived() {
75457
+ return new DocumentQuery(this._request).fetch(this._documentArchived.id);
75458
+ }
75459
+ /** The ID of triggered when a document is archived */
75460
+ get documentArchivedId() {
75461
+ return this._documentArchived?.id;
75462
+ }
75463
+ /** Triggered when a document is created */
75464
+ get documentCreated() {
75465
+ return new DocumentQuery(this._request).fetch(this._documentCreated.id);
75466
+ }
75467
+ /** The ID of triggered when a document is created */
75468
+ get documentCreatedId() {
75469
+ return this._documentCreated?.id;
75470
+ }
75471
+ /** Triggered when a a document is unarchived */
75472
+ get documentUnarchived() {
75473
+ return new DocumentQuery(this._request).fetch(this._documentUnarchived.id);
75474
+ }
75475
+ /** The ID of triggered when a a document is unarchived */
75476
+ get documentUnarchivedId() {
75477
+ return this._documentUnarchived?.id;
75478
+ }
75479
+ /** Triggered when a document is updated */
75480
+ get documentUpdated() {
75481
+ return new DocumentQuery(this._request).fetch(this._documentUpdated.id);
75482
+ }
75483
+ /** The ID of triggered when a document is updated */
75484
+ get documentUpdatedId() {
75485
+ return this._documentUpdated?.id;
75486
+ }
75487
+ /** Triggered when a favorite is created */
75488
+ get favoriteCreated() {
75489
+ return new FavoriteQuery(this._request).fetch(this._favoriteCreated.id);
75490
+ }
75491
+ /** The ID of triggered when a favorite is created */
75492
+ get favoriteCreatedId() {
75493
+ return this._favoriteCreated?.id;
75494
+ }
75495
+ /** Triggered when a favorite is deleted */
75496
+ get favoriteDeleted() {
75497
+ return new FavoriteQuery(this._request).fetch(this._favoriteDeleted.id);
75498
+ }
75499
+ /** The ID of triggered when a favorite is deleted */
75500
+ get favoriteDeletedId() {
75501
+ return this._favoriteDeleted?.id;
75502
+ }
75503
+ /** Triggered when a favorite is updated */
75504
+ get favoriteUpdated() {
75505
+ return new FavoriteQuery(this._request).fetch(this._favoriteUpdated.id);
75506
+ }
75507
+ /** The ID of triggered when a favorite is updated */
75508
+ get favoriteUpdatedId() {
75509
+ return this._favoriteUpdated?.id;
75510
+ }
75511
+ /** Triggered when an initiative is created */
75512
+ get initiativeCreated() {
75513
+ return new InitiativeQuery(this._request).fetch(this._initiativeCreated.id);
75514
+ }
75515
+ /** The ID of triggered when an initiative is created */
75516
+ get initiativeCreatedId() {
75517
+ return this._initiativeCreated?.id;
75518
+ }
75519
+ /** Triggered when an initiative is deleted */
75520
+ get initiativeDeleted() {
75521
+ return new InitiativeQuery(this._request).fetch(this._initiativeDeleted.id);
75522
+ }
75523
+ /** The ID of triggered when an initiative is deleted */
75524
+ get initiativeDeletedId() {
75525
+ return this._initiativeDeleted?.id;
75526
+ }
75527
+ /** Triggered when an initiative is updated */
75528
+ get initiativeUpdated() {
75529
+ return new InitiativeQuery(this._request).fetch(this._initiativeUpdated.id);
75530
+ }
75531
+ /** The ID of triggered when an initiative is updated */
75532
+ get initiativeUpdatedId() {
75533
+ return this._initiativeUpdated?.id;
75534
+ }
75535
+ /** Triggered when an issue is archived */
75536
+ get issueArchived() {
75537
+ return new IssueQuery(this._request).fetch(this._issueArchived.id);
75538
+ }
75539
+ /** The ID of triggered when an issue is archived */
75540
+ get issueArchivedId() {
75541
+ return this._issueArchived?.id;
75542
+ }
75543
+ /** Triggered when an issue is created */
75544
+ get issueCreated() {
75545
+ return new IssueQuery(this._request).fetch(this._issueCreated.id);
75546
+ }
75547
+ /** The ID of triggered when an issue is created */
75548
+ get issueCreatedId() {
75549
+ return this._issueCreated?.id;
75550
+ }
75551
+ /** Triggered when an issue label is created */
75552
+ get issueLabelCreated() {
75553
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelCreated.id);
75554
+ }
75555
+ /** The ID of triggered when an issue label is created */
75556
+ get issueLabelCreatedId() {
75557
+ return this._issueLabelCreated?.id;
75558
+ }
75559
+ /** Triggered when an issue label is deleted */
75560
+ get issueLabelDeleted() {
75561
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelDeleted.id);
75562
+ }
75563
+ /** The ID of triggered when an issue label is deleted */
75564
+ get issueLabelDeletedId() {
75565
+ return this._issueLabelDeleted?.id;
75566
+ }
75567
+ /** Triggered when an issue label is updated */
75568
+ get issueLabelUpdated() {
75569
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelUpdated.id);
75570
+ }
75571
+ /** The ID of triggered when an issue label is updated */
75572
+ get issueLabelUpdatedId() {
75573
+ return this._issueLabelUpdated?.id;
75574
+ }
75575
+ /** Triggered when an issue relation is created */
75576
+ get issueRelationCreated() {
75577
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationCreated.id);
75578
+ }
75579
+ /** The ID of triggered when an issue relation is created */
75580
+ get issueRelationCreatedId() {
75581
+ return this._issueRelationCreated?.id;
75582
+ }
75583
+ /** Triggered when an issue relation is deleted */
75584
+ get issueRelationDeleted() {
75585
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationDeleted.id);
75586
+ }
75587
+ /** The ID of triggered when an issue relation is deleted */
75588
+ get issueRelationDeletedId() {
75589
+ return this._issueRelationDeleted?.id;
75590
+ }
75591
+ /** Triggered when an issue relation is updated */
75592
+ get issueRelationUpdated() {
75593
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationUpdated.id);
75594
+ }
75595
+ /** The ID of triggered when an issue relation is updated */
75596
+ get issueRelationUpdatedId() {
75597
+ return this._issueRelationUpdated?.id;
75598
+ }
75599
+ /** Triggered when a an issue is unarchived */
75600
+ get issueUnarchived() {
75601
+ return new IssueQuery(this._request).fetch(this._issueUnarchived.id);
75602
+ }
75603
+ /** The ID of triggered when a an issue is unarchived */
75604
+ get issueUnarchivedId() {
75605
+ return this._issueUnarchived?.id;
75606
+ }
75607
+ /** Triggered when an issue is updated */
75608
+ get issueUpdated() {
75609
+ return new IssueQuery(this._request).fetch(this._issueUpdated.id);
75610
+ }
75611
+ /** The ID of triggered when an issue is updated */
75612
+ get issueUpdatedId() {
75613
+ return this._issueUpdated?.id;
75614
+ }
75615
+ /** Triggered when an organization is updated */
75616
+ get organizationUpdated() {
75617
+ return new OrganizationQuery(this._request).fetch();
75618
+ }
75619
+ /** Triggered when a project is archived */
75620
+ get projectArchived() {
75621
+ return new ProjectQuery(this._request).fetch(this._projectArchived.id);
75622
+ }
75623
+ /** The ID of triggered when a project is archived */
75624
+ get projectArchivedId() {
75625
+ return this._projectArchived?.id;
75626
+ }
75627
+ /** Triggered when a project is created */
75628
+ get projectCreated() {
75629
+ return new ProjectQuery(this._request).fetch(this._projectCreated.id);
75630
+ }
75631
+ /** The ID of triggered when a project is created */
75632
+ get projectCreatedId() {
75633
+ return this._projectCreated?.id;
75634
+ }
75635
+ /** Triggered when a a project is unarchived */
75636
+ get projectUnarchived() {
75637
+ return new ProjectQuery(this._request).fetch(this._projectUnarchived.id);
75638
+ }
75639
+ /** The ID of triggered when a a project is unarchived */
75640
+ get projectUnarchivedId() {
75641
+ return this._projectUnarchived?.id;
75642
+ }
75643
+ /** Triggered when a project update is created */
75644
+ get projectUpdateCreated() {
75645
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateCreated.id);
75646
+ }
75647
+ /** The ID of triggered when a project update is created */
75648
+ get projectUpdateCreatedId() {
75649
+ return this._projectUpdateCreated?.id;
75650
+ }
75651
+ /** Triggered when a project update is deleted */
75652
+ get projectUpdateDeleted() {
75653
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateDeleted.id);
75654
+ }
75655
+ /** The ID of triggered when a project update is deleted */
75656
+ get projectUpdateDeletedId() {
75657
+ return this._projectUpdateDeleted?.id;
75658
+ }
75659
+ /** Triggered when a project update is updated */
75660
+ get projectUpdateUpdated() {
75661
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateUpdated.id);
75662
+ }
75663
+ /** The ID of triggered when a project update is updated */
75664
+ get projectUpdateUpdatedId() {
75665
+ return this._projectUpdateUpdated?.id;
75666
+ }
75667
+ /** Triggered when a project is updated */
75668
+ get projectUpdated() {
75669
+ return new ProjectQuery(this._request).fetch(this._projectUpdated.id);
75670
+ }
75671
+ /** The ID of triggered when a project is updated */
75672
+ get projectUpdatedId() {
75673
+ return this._projectUpdated?.id;
75674
+ }
75675
+ /** Triggered when a roadmap is created */
75676
+ get roadmapCreated() {
75677
+ return new RoadmapQuery(this._request).fetch(this._roadmapCreated.id);
75678
+ }
75679
+ /** The ID of triggered when a roadmap is created */
75680
+ get roadmapCreatedId() {
75681
+ return this._roadmapCreated?.id;
75682
+ }
75683
+ /** Triggered when a roadmap is deleted */
75684
+ get roadmapDeleted() {
75685
+ return new RoadmapQuery(this._request).fetch(this._roadmapDeleted.id);
75686
+ }
75687
+ /** The ID of triggered when a roadmap is deleted */
75688
+ get roadmapDeletedId() {
75689
+ return this._roadmapDeleted?.id;
75690
+ }
75691
+ /** Triggered when a roadmap is updated */
75692
+ get roadmapUpdated() {
75693
+ return new RoadmapQuery(this._request).fetch(this._roadmapUpdated.id);
75694
+ }
75695
+ /** The ID of triggered when a roadmap is updated */
75696
+ get roadmapUpdatedId() {
75697
+ return this._roadmapUpdated?.id;
75698
+ }
75699
+ /** Triggered when a team is created */
75700
+ get teamCreated() {
75701
+ return new TeamQuery(this._request).fetch(this._teamCreated.id);
75702
+ }
75703
+ /** The ID of triggered when a team is created */
75704
+ get teamCreatedId() {
75705
+ return this._teamCreated?.id;
75706
+ }
75707
+ /** Triggered when a team is deleted */
75708
+ get teamDeleted() {
75709
+ return new TeamQuery(this._request).fetch(this._teamDeleted.id);
75710
+ }
75711
+ /** The ID of triggered when a team is deleted */
75712
+ get teamDeletedId() {
75713
+ return this._teamDeleted?.id;
75714
+ }
75715
+ /** Triggered when a team membership is created */
75716
+ get teamMembershipCreated() {
75717
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipCreated.id);
75718
+ }
75719
+ /** The ID of triggered when a team membership is created */
75720
+ get teamMembershipCreatedId() {
75721
+ return this._teamMembershipCreated?.id;
75722
+ }
75723
+ /** Triggered when a team membership is deleted */
75724
+ get teamMembershipDeleted() {
75725
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipDeleted.id);
75726
+ }
75727
+ /** The ID of triggered when a team membership is deleted */
75728
+ get teamMembershipDeletedId() {
75729
+ return this._teamMembershipDeleted?.id;
75730
+ }
75731
+ /** Triggered when a team membership is updated */
75732
+ get teamMembershipUpdated() {
75733
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipUpdated.id);
75734
+ }
75735
+ /** The ID of triggered when a team membership is updated */
75736
+ get teamMembershipUpdatedId() {
75737
+ return this._teamMembershipUpdated?.id;
75738
+ }
75739
+ /** Triggered when a team is updated */
75740
+ get teamUpdated() {
75741
+ return new TeamQuery(this._request).fetch(this._teamUpdated.id);
75742
+ }
75743
+ /** The ID of triggered when a team is updated */
75744
+ get teamUpdatedId() {
75745
+ return this._teamUpdated?.id;
75746
+ }
75747
+ /** Triggered when an user is created */
75748
+ get userCreated() {
75749
+ return new UserQuery(this._request).fetch(this._userCreated.id);
75750
+ }
75751
+ /** The ID of triggered when an user is created */
75752
+ get userCreatedId() {
75753
+ return this._userCreated?.id;
75754
+ }
75755
+ /** Triggered when an user is updated */
75756
+ get userUpdated() {
75757
+ return new UserQuery(this._request).fetch(this._userUpdated.id);
75758
+ }
75759
+ /** The ID of triggered when an user is updated */
75760
+ get userUpdatedId() {
75761
+ return this._userUpdated?.id;
75762
+ }
75763
+ /** Triggered when a workflow state is archived */
75764
+ get workflowStateArchived() {
75765
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateArchived.id);
75766
+ }
75767
+ /** The ID of triggered when a workflow state is archived */
75768
+ get workflowStateArchivedId() {
75769
+ return this._workflowStateArchived?.id;
75770
+ }
75771
+ /** Triggered when a workflow state is created */
75772
+ get workflowStateCreated() {
75773
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateCreated.id);
75774
+ }
75775
+ /** The ID of triggered when a workflow state is created */
75776
+ get workflowStateCreatedId() {
75777
+ return this._workflowStateCreated?.id;
75778
+ }
75779
+ /** Triggered when a workflow state is updated */
75780
+ get workflowStateUpdated() {
75781
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateUpdated.id);
75782
+ }
75783
+ /** The ID of triggered when a workflow state is updated */
75784
+ get workflowStateUpdatedId() {
75785
+ return this._workflowStateUpdated?.id;
75786
+ }
75787
+ };
75788
+ /**
73971
75789
  * SuccessPayload model
73972
75790
  *
73973
75791
  * @param request - function to call the graphql client
@@ -74086,6 +75904,7 @@ var Team = class extends Request {
74086
75904
  _markedAsDuplicateWorkflowState;
74087
75905
  _mergeWorkflowState;
74088
75906
  _mergeableWorkflowState;
75907
+ _parent;
74089
75908
  _reviewWorkflowState;
74090
75909
  _startWorkflowState;
74091
75910
  _triageIssueState;
@@ -74154,6 +75973,7 @@ var Team = class extends Request {
74154
75973
  this._markedAsDuplicateWorkflowState = data.markedAsDuplicateWorkflowState ?? void 0;
74155
75974
  this._mergeWorkflowState = data.mergeWorkflowState ?? void 0;
74156
75975
  this._mergeableWorkflowState = data.mergeableWorkflowState ?? void 0;
75976
+ this._parent = data.parent ?? void 0;
74157
75977
  this._reviewWorkflowState = data.reviewWorkflowState ?? void 0;
74158
75978
  this._startWorkflowState = data.startWorkflowState ?? void 0;
74159
75979
  this._triageIssueState = data.triageIssueState ?? void 0;
@@ -74342,6 +76162,14 @@ var Team = class extends Request {
74342
76162
  get organization() {
74343
76163
  return new OrganizationQuery(this._request).fetch();
74344
76164
  }
76165
+ /** The team's parent team. */
76166
+ get parent() {
76167
+ return this._parent?.id ? new TeamQuery(this._request).fetch(this._parent?.id) : void 0;
76168
+ }
76169
+ /** The ID of team's parent team. */
76170
+ get parentId() {
76171
+ return this._parent?.id;
76172
+ }
74345
76173
  /** The workflow state into which issues are moved when a review has been requested for the PR. */
74346
76174
  get reviewWorkflowState() {
74347
76175
  return this._reviewWorkflowState?.id ? new WorkflowStateQuery(this._request).fetch(this._reviewWorkflowState?.id) : void 0;
@@ -76128,7 +77956,9 @@ var ViewPreferencesValues = class extends Request {
76128
77956
  this.projectZoomLevel = data.projectZoomLevel ?? void 0;
76129
77957
  this.releasePipelineFieldLatestRelease = data.releasePipelineFieldLatestRelease ?? void 0;
76130
77958
  this.releasePipelineFieldReleases = data.releasePipelineFieldReleases ?? void 0;
77959
+ this.releasePipelineFieldTeams = data.releasePipelineFieldTeams ?? void 0;
76131
77960
  this.releasePipelineFieldType = data.releasePipelineFieldType ?? void 0;
77961
+ this.releasePipelineGrouping = data.releasePipelineGrouping ?? void 0;
76132
77962
  this.releasePipelinesViewOrdering = data.releasePipelinesViewOrdering ?? void 0;
76133
77963
  this.reviewFieldAvatar = data.reviewFieldAvatar ?? void 0;
76134
77964
  this.reviewFieldChecks = data.reviewFieldChecks ?? void 0;
@@ -76137,8 +77967,11 @@ var ViewPreferencesValues = class extends Request {
76137
77967
  this.reviewFieldRepository = data.reviewFieldRepository ?? void 0;
76138
77968
  this.reviewGrouping = data.reviewGrouping ?? void 0;
76139
77969
  this.reviewViewOrdering = data.reviewViewOrdering ?? void 0;
77970
+ this.scheduledPipelineReleaseFieldCompletion = data.scheduledPipelineReleaseFieldCompletion ?? void 0;
77971
+ this.scheduledPipelineReleaseFieldDescription = data.scheduledPipelineReleaseFieldDescription ?? void 0;
76140
77972
  this.scheduledPipelineReleaseFieldReleaseDate = data.scheduledPipelineReleaseFieldReleaseDate ?? void 0;
76141
- this.scheduledPipelineReleaseFieldStage = data.scheduledPipelineReleaseFieldStage ?? void 0;
77973
+ this.scheduledPipelineReleaseFieldVersion = data.scheduledPipelineReleaseFieldVersion ?? void 0;
77974
+ this.scheduledPipelineReleasesViewGrouping = data.scheduledPipelineReleasesViewGrouping ?? void 0;
76142
77975
  this.scheduledPipelineReleasesViewOrdering = data.scheduledPipelineReleasesViewOrdering ?? void 0;
76143
77976
  this.searchResultType = data.searchResultType ?? void 0;
76144
77977
  this.searchViewOrdering = data.searchViewOrdering ?? void 0;
@@ -76468,8 +78301,12 @@ var ViewPreferencesValues = class extends Request {
76468
78301
  releasePipelineFieldLatestRelease;
76469
78302
  /** Whether to show the releases field for release pipelines. */
76470
78303
  releasePipelineFieldReleases;
78304
+ /** Whether to show the teams field for release pipelines. */
78305
+ releasePipelineFieldTeams;
76471
78306
  /** Whether to show the type field for release pipelines. */
76472
78307
  releasePipelineFieldType;
78308
+ /** The release pipeline grouping. */
78309
+ releasePipelineGrouping;
76473
78310
  /** The release pipelines view ordering. */
76474
78311
  releasePipelinesViewOrdering;
76475
78312
  /** Whether to show the review avatar field. */
@@ -76486,10 +78323,16 @@ var ViewPreferencesValues = class extends Request {
76486
78323
  reviewGrouping;
76487
78324
  /** The review view ordering. */
76488
78325
  reviewViewOrdering;
78326
+ /** Whether to show the completion field for scheduled pipeline releases. */
78327
+ scheduledPipelineReleaseFieldCompletion;
78328
+ /** Whether to show the description field for scheduled pipeline releases. */
78329
+ scheduledPipelineReleaseFieldDescription;
76489
78330
  /** Whether to show the release date field for scheduled pipeline releases. */
76490
78331
  scheduledPipelineReleaseFieldReleaseDate;
76491
- /** Whether to show the stage field for scheduled pipeline releases. */
76492
- scheduledPipelineReleaseFieldStage;
78332
+ /** Whether to show the version field for scheduled pipeline releases. */
78333
+ scheduledPipelineReleaseFieldVersion;
78334
+ /** The scheduled pipeline releases view grouping. */
78335
+ scheduledPipelineReleasesViewGrouping;
76493
78336
  /** The scheduled pipeline releases view ordering. */
76494
78337
  scheduledPipelineReleasesViewOrdering;
76495
78338
  /** The search result type filter. */
@@ -94925,5 +96768,5 @@ var LinearClient = class extends LinearSdk {
94925
96768
  const LinearWebhooks = LinearWebhookClient;
94926
96769
 
94927
96770
  //#endregion
94928
- 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, 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, 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 };
96771
+ export { ActorBot, AdministrableTeamsQuery, AgentActivitiesQuery, AgentActivity, AgentActivityActionContent, AgentActivityConnection, AgentActivityElicitationContent, AgentActivityErrorContent, AgentActivityPayload, AgentActivityPromptContent, AgentActivityQuery, AgentActivityResponseContent, AgentActivitySignal, AgentActivityThoughtContent, AgentActivityType, AgentActivityWebhookPayload, AgentSession, AgentSessionConnection, AgentSessionCreateOnCommentMutation, AgentSessionCreateOnIssueMutation, AgentSessionEventWebhookPayload, AgentSessionExternalLink, AgentSessionPayload, AgentSessionQuery, AgentSessionStatus, AgentSessionToPullRequest, AgentSessionToPullRequestConnection, AgentSessionType, AgentSessionUpdateExternalUrlMutation, AgentSessionWebhookPayload, AgentSession_ActivitiesQuery, AgentSessionsQuery, AiConversationBasePart, AiConversationBaseToolCall, AiConversationBaseWidget, AiConversationCodeIntelligenceToolCall, AiConversationCodeIntelligenceToolCallArgs, AiConversationCreateEntityToolCall, AiConversationCreateEntityToolCallArgs, AiConversationDeleteEntityToolCall, AiConversationDeleteEntityToolCallArgs, AiConversationEntityCardWidget, AiConversationEntityCardWidgetArgs, AiConversationEntityCardWidgetArgsAction, AiConversationEntityCardWidgetArgsType, AiConversationEntityListWidget, AiConversationEntityListWidgetArgs, AiConversationEntityListWidgetArgsAction, AiConversationEntityListWidgetArgsEntities, AiConversationEntityListWidgetArgsEntitiesType, AiConversationGetMicrosoftTeamsConversationHistoryToolCall, AiConversationGetPullRequestDiffToolCall, AiConversationGetPullRequestDiffToolCallArgs, AiConversationGetPullRequestFileToolCall, AiConversationGetPullRequestFileToolCallArgs, AiConversationGetSlackConversationHistoryToolCall, AiConversationInitialSource, AiConversationInvokeMcpToolToolCall, AiConversationInvokeMcpToolToolCallArgs, AiConversationInvokeMcpToolToolCallArgsServer, AiConversationInvokeMcpToolToolCallArgsTool, AiConversationPartMetadata, AiConversationPartPhase, AiConversationPartType, AiConversationPromptPart, AiConversationQueryActivityToolCall, AiConversationQueryActivityToolCallArgs, AiConversationQueryUpdatesToolCall, AiConversationQueryUpdatesToolCallArgs, AiConversationQueryUpdatesToolCallArgsUpdateType, AiConversationQueryViewToolCall, AiConversationQueryViewToolCallArgs, AiConversationQueryViewToolCallArgsMode, AiConversationQueryViewToolCallArgsView, AiConversationReasoningPart, AiConversationResearchToolCall, AiConversationResearchToolCallArgs, AiConversationResearchToolCallResult, AiConversationRestoreEntityToolCall, AiConversationRestoreEntityToolCallArgs, AiConversationRetrieveEntitiesToolCall, AiConversationRetrieveEntitiesToolCallArgs, AiConversationSearchDocumentationToolCall, AiConversationSearchEntitiesToolCall, AiConversationSearchEntitiesToolCallArgs, AiConversationSearchEntitiesToolCallResult, AiConversationSearchEntitiesToolCallResultEntities, AiConversationStatus, AiConversationSuggestValuesToolCall, AiConversationSuggestValuesToolCallArgs, AiConversationTextPart, AiConversationTool, AiConversationToolCallPart, AiConversationToolDisplayInfo, AiConversationTranscribeMediaToolCall, AiConversationTranscribeVideoToolCall, AiConversationUpdateEntityToolCall, AiConversationUpdateEntityToolCallArgs, AiConversationWebSearchToolCall, AiConversationWebSearchToolCallArgs, AiConversationWidgetDisplayInfo, AiConversationWidgetName, AiConversationWidgetPart, AiPromptProgressStatus, AiPromptRules, AiPromptType, AirbyteIntegrationConnectMutation, AppUserNotificationWebhookPayload, AppUserTeamAccessChangedWebhookPayload, Application, ApplicationInfoQuery, ArchiveCustomerNeedMutation, ArchiveCycleMutation, ArchiveInitiativeMutation, ArchiveInitiativeUpdateMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveProjectStatusMutation, ArchiveProjectUpdateMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_DocumentsQuery, AttachmentIssue_FormerAttachmentsQuery, AttachmentIssue_FormerNeedsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_NeedsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SharedAccessQuery, AttachmentIssue_StateHistoryQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSalesforceMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentSyncToSlackMutation, AttachmentWebhookPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuditEntryWebhookPayload, AuthIdentityProvider, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSessionResponse, AuthenticationSessionType, AuthenticationSessionsQuery, AvailableUsersQuery, BaseWebhookPayload, BootstrapLinearError, Comment, CommentChildWebhookPayload, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, CommentWebhookPayload, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_CreatedIssuesQuery, Comment_DocumentContentQuery, Comment_DocumentContent_AiPromptRulesQuery, Comment_DocumentContent_WelcomeMessageQuery, Comment_ExternalThreadQuery, CommentsQuery, Connection, ContactPayload, ContextViewType, CreateAgentActivityMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCustomerMutation, CreateCustomerNeedMutation, CreateCustomerStatusMutation, CreateCustomerTierMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateInitiativeMutation, CreateInitiativeRelationMutation, CreateInitiativeToProjectMutation, CreateInitiativeUpdateMutation, CreateInitiativeUpdateReminderMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueBatchMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLabelMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectRelationMutation, CreateProjectStatusMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomResourceWebhookPayload, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_InitiativesQuery, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Customer, CustomerChildWebhookPayload, CustomerConnection, CustomerMergeMutation, CustomerNeed, CustomerNeedArchivePayload, CustomerNeedChildWebhookPayload, CustomerNeedConnection, CustomerNeedCreateFromAttachmentMutation, CustomerNeedNotification, CustomerNeedPayload, CustomerNeedQuery, CustomerNeedUpdatePayload, CustomerNeedWebhookPayload, CustomerNeed_ProjectAttachmentQuery, CustomerNeedsQuery, CustomerNotification, CustomerNotificationSubscription, CustomerPayload, CustomerQuery, CustomerStatus, CustomerStatusChildWebhookPayload, CustomerStatusConnection, CustomerStatusPayload, CustomerStatusQuery, CustomerStatusType, CustomerStatusesQuery, CustomerTier, CustomerTierChildWebhookPayload, CustomerTierConnection, CustomerTierPayload, CustomerTierQuery, CustomerTiersQuery, CustomerUnsyncMutation, CustomerUpsertMutation, CustomerVisibilityMode, CustomerWebhookPayload, CustomersQuery, Cycle, CycleArchivePayload, CycleChildWebhookPayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CyclePeriod, CycleQuery, CycleShiftAllMutation, CycleStartUpcomingCycleTodayMutation, CycleWebhookPayload, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DateResolutionType, Day, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteCustomerMutation, DeleteCustomerNeedMutation, DeleteCustomerStatusMutation, DeleteCustomerTierMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteInitiativeMutation, DeleteInitiativeRelationMutation, DeleteInitiativeToProjectMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLabelMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectRelationMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentArchivePayload, DocumentChildWebhookPayload, DocumentConnection, DocumentContent, DocumentContentChildWebhookPayload, DocumentContentDraft, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentWebhookPayload, Document_CommentsQuery, DocumentsQuery, Draft, DraftConnection, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressQuery, EmailIntakeAddressRotateMutation, EmailIntakeAddressType, EmailIntakeAddress_SesDomainIdentityQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, EntityWebhookPayload, EventTrackingPayload, ExternalEntityInfo, ExternalEntityInfoGithubMetadata, ExternalEntityInfoJiraMetadata, ExternalEntitySlackMetadata, ExternalSyncService, ExternalUser, ExternalUserChildWebhookPayload, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, FacetPageSource, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FeedSummarySchedule, FetchDataPayload, FileUploadDeletePayload, FileUploadMutation, ForbiddenLinearError, FrequencyResolutionType, FrontAttachmentPayload, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationStates, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubEnterpriseServerInstallVerificationPayload, GitHubEnterpriseServerPayload, GitLabIntegrationCreatePayload, GitLabTestConnectionPayload, GitLinkKind, GithubOrgType, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, GuidanceRuleWebhookPayload, IdentityProvider, IdentityProviderType, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Initiative, InitiativeArchivePayload, InitiativeChildWebhookPayload, InitiativeConnection, InitiativeHistory, InitiativeHistoryConnection, InitiativeNotification, InitiativeNotificationSubscription, InitiativePayload, InitiativeQuery, InitiativeRelation, InitiativeRelationConnection, InitiativeRelationPayload, InitiativeRelationQuery, InitiativeRelationsQuery, InitiativeStatus, InitiativeTab, InitiativeToProject, InitiativeToProjectConnection, InitiativeToProjectPayload, InitiativeToProjectQuery, InitiativeToProjectsQuery, InitiativeUpdate, InitiativeUpdateArchivePayload, InitiativeUpdateChildWebhookPayload, InitiativeUpdateConnection, InitiativeUpdateHealthType, InitiativeUpdatePayload, InitiativeUpdateQuery, InitiativeUpdateReminderPayload, InitiativeUpdateWebhookPayload, InitiativeUpdate_CommentsQuery, InitiativeUpdatesQuery, InitiativeWebhookPayload, Initiative_DocumentContentQuery, Initiative_DocumentContent_AiPromptRulesQuery, Initiative_DocumentContent_WelcomeMessageQuery, Initiative_DocumentsQuery, Initiative_HistoryQuery, Initiative_InitiativeUpdatesQuery, Initiative_LinksQuery, Initiative_ProjectsQuery, Initiative_SubInitiativesQuery, InitiativesQuery, Integration, IntegrationActorWebhookPayload, IntegrationAsksConnectChannelMutation, IntegrationChildWebhookPayload, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubEnterpriseServerConnectMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGithubImportRefreshMutation, IntegrationGitlabConnectMutation, IntegrationGitlabTestConnectionMutation, IntegrationGongMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSalesforceMutation, IntegrationSentryConnectMutation, IntegrationService, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, IntegrationSlackCustomerChannelLinkMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrAsksUpdateSlackTeamNameMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationSlackWorkspaceNamePayload, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsPayload, IntegrationsSettingsQuery, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueAssignedToYouNotificationWebhookPayload, IssueBatchPayload, IssueChildWebhookPayload, IssueCommentMentionNotificationWebhookPayload, IssueCommentReactionNotificationWebhookPayload, IssueConnection, IssueEmojiReactionNotificationWebhookPayload, IssueExternalSyncDisableMutation, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueHistoryTriageRuleError, IssueHistoryTriageRuleMetadata, IssueHistoryWorkflowMetadata, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportJqlCheckPayload, IssueImportJqlCheckQuery, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, IssueLabel, IssueLabelChildWebhookPayload, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabelRestoreMutation, IssueLabelRetireMutation, IssueLabelWebhookPayload, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueMentionNotificationWebhookPayload, IssueNewCommentNotificationWebhookPayload, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationType, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueRepositorySuggestionsQuery, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSharedAccess, IssueSharedAccessDisallowedField, IssueSharingPolicy, IssueSlaWebhookPayload, IssueStateSpan, IssueStateSpanConnection, IssueStatusChangedNotificationWebhookPayload, IssueSubscribeMutation, IssueSuggestion, IssueSuggestionConnection, IssueSuggestionMetadata, IssueSuggestionState, IssueSuggestionType, IssueTitleSuggestionFromCustomerRequestPayload, IssueTitleSuggestionFromCustomerRequestQuery, IssueUnassignedFromYouNotificationWebhookPayload, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_DocumentsQuery, IssueVcsBranchSearch_FormerAttachmentsQuery, IssueVcsBranchSearch_FormerNeedsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_NeedsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SharedAccessQuery, IssueVcsBranchSearch_StateHistoryQuery, IssueVcsBranchSearch_SubscribersQuery, IssueWebhookPayload, IssueWithDescriptionChildWebhookPayload, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_DocumentsQuery, Issue_FormerAttachmentsQuery, Issue_FormerNeedsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_NeedsQuery, Issue_RelationsQuery, Issue_SharedAccessQuery, Issue_StateHistoryQuery, Issue_SubscribersQuery, IssuesQuery, JiraFetchProjectStatusesPayload, JoinOrganizationFromOnboardingMutation, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents_exports as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationCategory, NotificationCategoryPreferences, NotificationChannel, NotificationChannelPreferences, NotificationConnection, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, OAuthAppWebhookPayload, OAuthAuthorizationWebhookPayload, OAuthClientApprovalStatus, OauthClientActorWebhookPayload, OauthClientApproval, OauthClientApprovalNotification, OauthClientChildWebhookPayload, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationDomainAuthType, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInviteStatus, OrganizationInvitesQuery, OrganizationIpRestriction, OrganizationMeta, OrganizationOriginWebhookPayload, OrganizationPayload, OrganizationQuery, OrganizationStartTrialForPlanMutation, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_ProjectLabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, OtherNotificationType, OtherNotificationWebhookPayload, PageInfo, PaginationNulls, PaginationOrderBy, PaginationSortOrder, PaidSubscription, PasskeyLoginStartResponse, PostNotification, PostType, ProductIntelligenceScope, Project, ProjectAddLabelMutation, ProjectArchivePayload, ProjectAttachment, ProjectAttachmentConnection, ProjectChildWebhookPayload, ProjectConnection, ProjectExternalSyncDisableMutation, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectHistory, ProjectHistoryConnection, ProjectLabel, ProjectLabelChildWebhookPayload, ProjectLabelConnection, ProjectLabelPayload, ProjectLabelQuery, ProjectLabelRestoreMutation, ProjectLabelRetireMutation, ProjectLabelWebhookPayload, ProjectLabel_ChildrenQuery, ProjectLabel_ProjectsQuery, ProjectLabelsQuery, ProjectMilestone, ProjectMilestoneChildWebhookPayload, ProjectMilestoneConnection, ProjectMilestoneMoveIssueToTeam, ProjectMilestoneMovePayload, ProjectMilestoneMoveProjectTeams, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestoneStatus, ProjectMilestone_DocumentContentQuery, ProjectMilestone_DocumentContent_AiPromptRulesQuery, ProjectMilestone_DocumentContent_WelcomeMessageQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectRemoveLabelMutation, ProjectSearchPayload, ProjectSearchResult, ProjectStatus, ProjectStatusArchivePayload, ProjectStatusChildWebhookPayload, ProjectStatusConnection, ProjectStatusCountPayload, ProjectStatusPayload, ProjectStatusQuery, ProjectStatusType, ProjectStatusesQuery, ProjectTab, ProjectUpdate, ProjectUpdateArchivePayload, ProjectUpdateChildWebhookPayload, ProjectUpdateConnection, ProjectUpdateHealthType, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderFrequency, ProjectUpdateReminderPayload, ProjectUpdateWebhookPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, ProjectWebhookPayload, Project_AttachmentsQuery, Project_CommentsQuery, Project_DocumentContentQuery, Project_DocumentContent_AiPromptRulesQuery, Project_DocumentContent_WelcomeMessageQuery, Project_DocumentsQuery, Project_ExternalLinksQuery, Project_HistoryQuery, Project_InitiativeToProjectsQuery, Project_InitiativesQuery, Project_InverseRelationsQuery, Project_IssuesQuery, Project_LabelsQuery, Project_MembersQuery, Project_NeedsQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_RelationsQuery, Project_TeamsQuery, ProjectsQuery, PullRequestCheckPresentation, PullRequestMergeMethod, PullRequestNotification, PullRequestReviewTool, PullRequestStatus, PushSubscription, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, PushSubscriptionType, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionPayload, ReactionWebhookPayload, RefreshGoogleSheetsDataMutation, ReleaseArchivePayload, ReleaseChannel, ReleasePayload, ReleasePipelineArchivePayload, ReleasePipelinePayload, ReleasePipelineType, ReleaseStageArchivePayload, ReleaseStagePayload, ReleaseStageType, RepositorySuggestion, RepositorySuggestionsPayload, Request, ResendOrganizationInviteByEmailMutation, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, RotateSecretWebhookMutation, SLADayCountType, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SemanticSearchPayload, SemanticSearchQuery, SemanticSearchResult, SemanticSearchResultType, SendStrategy, SesDomainIdentity, SesDomainIdentityDnsRecord, SlaStatus, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackChannelType, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, Subscription, SuccessPayload, Summary, SummaryGenerationStatus, SuspendUserMutation, SyncedExternalThread, Team, TeamArchivePayload, TeamChildWebhookPayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamOriginWebhookPayload, TeamPayload, TeamQuery, TeamRetirementSubTeamHandling, TeamRoleType, TeamWithParentWebhookPayload, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TrackAnonymousEventMutation, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityAction, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, TriageRuleErrorType, UnarchiveCustomerNeedMutation, UnarchiveDocumentMutation, UnarchiveInitiativeMutation, UnarchiveInitiativeUpdateMutation, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveProjectStatusMutation, UnarchiveProjectUpdateMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAgentSessionMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCustomerMutation, UpdateCustomerNeedMutation, UpdateCustomerStatusMutation, UpdateCustomerTierMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateInitiativeMutation, UpdateInitiativeRelationMutation, UpdateInitiativeToProjectMutation, UpdateInitiativeUpdateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationCategoryChannelSubscriptionMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLabelMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectRelationMutation, UpdateProjectStatusMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, UsageLimitExceededLinearError, User, UserActorWebhookPayload, UserAdminPayload, UserChangeRoleMutation, UserChildWebhookPayload, UserConnection, UserContextViewType, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserFlagType, UserFlagUpdateOperation, UserLinearError, UserNotificationSubscription, UserPayload, UserQuery, UserRevokeAllSessionsMutation, UserRevokeSessionMutation, UserRoleType, UserSessionsQuery, UserSettings, UserSettingsCustomSidebarTheme, UserSettingsCustomTheme, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, UserSettingsTheme, UserSettingsThemeDeviceType, UserSettingsThemeMode, UserSettingsThemePreset, UserSettings_NotificationCategoryPreferencesQuery, UserSettings_NotificationCategoryPreferences_AppsAndIntegrationsQuery, UserSettings_NotificationCategoryPreferences_AssignmentsQuery, UserSettings_NotificationCategoryPreferences_CommentsAndRepliesQuery, UserSettings_NotificationCategoryPreferences_CustomersQuery, UserSettings_NotificationCategoryPreferences_DocumentChangesQuery, UserSettings_NotificationCategoryPreferences_FeedQuery, UserSettings_NotificationCategoryPreferences_MentionsQuery, UserSettings_NotificationCategoryPreferences_PostsAndUpdatesQuery, UserSettings_NotificationCategoryPreferences_ReactionsQuery, UserSettings_NotificationCategoryPreferences_RemindersQuery, UserSettings_NotificationCategoryPreferences_ReviewsQuery, UserSettings_NotificationCategoryPreferences_StatusChangesQuery, UserSettings_NotificationCategoryPreferences_SubscriptionsQuery, UserSettings_NotificationCategoryPreferences_SystemQuery, UserSettings_NotificationCategoryPreferences_TriageQuery, UserSettings_NotificationChannelPreferencesQuery, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, UserSettings_ThemeQuery, UserSettings_Theme_CustomQuery, UserSettings_Theme_Custom_SidebarQuery, UserUnlinkFromIdentityProviderMutation, UserWebhookPayload, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_DelegatedIssuesQuery, User_DraftsQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, VerifyGitHubEnterpriseServerInstallationQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesProjectLabelGroupColumn, ViewPreferencesType, ViewPreferencesValues, ViewType, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_DelegatedIssuesQuery, Viewer_DraftsQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookFailureEvent, WebhookPayload, WebhookQuery, WebhookRotateSecretPayload, WebhooksQuery, WelcomeMessage, WelcomeMessageNotification, WorkflowDefinition, WorkflowState, WorkflowStateArchivePayload, WorkflowStateChildWebhookPayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, WorkflowTrigger, WorkflowTriggerType, WorkflowType, parseLinearError };
94929
96772
  //# sourceMappingURL=index.mjs.map