@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.cjs CHANGED
@@ -1513,6 +1513,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
1513
1513
  AiConversationGetPullRequestFileToolCallArgsFragmentDoc: () => AiConversationGetPullRequestFileToolCallArgsFragmentDoc,
1514
1514
  AiConversationGetPullRequestFileToolCallFragmentDoc: () => AiConversationGetPullRequestFileToolCallFragmentDoc,
1515
1515
  AiConversationGetSlackConversationHistoryToolCallFragmentDoc: () => AiConversationGetSlackConversationHistoryToolCallFragmentDoc,
1516
+ AiConversationInitialSource: () => AiConversationInitialSource,
1516
1517
  AiConversationInvokeMcpToolToolCallArgsFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsFragmentDoc,
1517
1518
  AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsServerFragmentDoc,
1518
1519
  AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc: () => AiConversationInvokeMcpToolToolCallArgsToolFragmentDoc,
@@ -1559,7 +1560,9 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
1559
1560
  AiConversationWidgetDisplayInfoFragmentDoc: () => AiConversationWidgetDisplayInfoFragmentDoc,
1560
1561
  AiConversationWidgetName: () => AiConversationWidgetName,
1561
1562
  AiConversationWidgetPartFragmentDoc: () => AiConversationWidgetPartFragmentDoc,
1563
+ AiPromptProgressStatus: () => AiPromptProgressStatus,
1562
1564
  AiPromptRulesFragmentDoc: () => AiPromptRulesFragmentDoc,
1565
+ AiPromptType: () => AiPromptType,
1563
1566
  AirbyteIntegrationConnectDocument: () => AirbyteIntegrationConnectDocument,
1564
1567
  AppUserNotificationWebhookPayloadFragmentDoc: () => AppUserNotificationWebhookPayloadFragmentDoc,
1565
1568
  AppUserTeamAccessChangedWebhookPayloadFragmentDoc: () => AppUserTeamAccessChangedWebhookPayloadFragmentDoc,
@@ -1827,6 +1830,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
1827
1830
  DocumentChildWebhookPayloadFragmentDoc: () => DocumentChildWebhookPayloadFragmentDoc,
1828
1831
  DocumentConnectionFragmentDoc: () => DocumentConnectionFragmentDoc,
1829
1832
  DocumentContentChildWebhookPayloadFragmentDoc: () => DocumentContentChildWebhookPayloadFragmentDoc,
1833
+ DocumentContentDraftFragmentDoc: () => DocumentContentDraftFragmentDoc,
1830
1834
  DocumentContentFragmentDoc: () => DocumentContentFragmentDoc,
1831
1835
  DocumentContentHistoryDocument: () => DocumentContentHistoryDocument,
1832
1836
  DocumentContentHistoryPayloadFragmentDoc: () => DocumentContentHistoryPayloadFragmentDoc,
@@ -2071,6 +2075,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
2071
2075
  IssueSearchResultFragmentDoc: () => IssueSearchResultFragmentDoc,
2072
2076
  IssueSharedAccessDisallowedField: () => IssueSharedAccessDisallowedField,
2073
2077
  IssueSharedAccessFragmentDoc: () => IssueSharedAccessFragmentDoc,
2078
+ IssueSharingPolicy: () => IssueSharingPolicy,
2074
2079
  IssueSlaWebhookPayloadFragmentDoc: () => IssueSlaWebhookPayloadFragmentDoc,
2075
2080
  IssueStateSpanConnectionFragmentDoc: () => IssueStateSpanConnectionFragmentDoc,
2076
2081
  IssueStateSpanFragmentDoc: () => IssueStateSpanFragmentDoc,
@@ -2295,6 +2300,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
2295
2300
  Project_RelationsDocument: () => Project_RelationsDocument,
2296
2301
  Project_TeamsDocument: () => Project_TeamsDocument,
2297
2302
  ProjectsDocument: () => ProjectsDocument,
2303
+ PullRequestCheckPresentation: () => PullRequestCheckPresentation,
2298
2304
  PullRequestMergeMethod: () => PullRequestMergeMethod,
2299
2305
  PullRequestNotificationFragmentDoc: () => PullRequestNotificationFragmentDoc,
2300
2306
  PullRequestReviewTool: () => PullRequestReviewTool,
@@ -2359,6 +2365,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
2359
2365
  SlackChannelType: () => SlackChannelType,
2360
2366
  SsoUrlFromEmailDocument: () => SsoUrlFromEmailDocument,
2361
2367
  SsoUrlFromEmailResponseFragmentDoc: () => SsoUrlFromEmailResponseFragmentDoc,
2368
+ SubscriptionFragmentDoc: () => SubscriptionFragmentDoc,
2362
2369
  SuccessPayloadFragmentDoc: () => SuccessPayloadFragmentDoc,
2363
2370
  SummaryFragmentDoc: () => SummaryFragmentDoc,
2364
2371
  SummaryGenerationStatus: () => SummaryGenerationStatus,
@@ -2669,6 +2676,16 @@ let AiConversationEntityListWidgetArgsEntitiesType = /* @__PURE__ */ function(Ai
2669
2676
  AiConversationEntityListWidgetArgsEntitiesType$1["Template"] = "Template";
2670
2677
  return AiConversationEntityListWidgetArgsEntitiesType$1;
2671
2678
  }({});
2679
+ /** The initial source of an AI conversation. */
2680
+ let AiConversationInitialSource = /* @__PURE__ */ function(AiConversationInitialSource$1) {
2681
+ AiConversationInitialSource$1["Comment"] = "comment";
2682
+ AiConversationInitialSource$1["DirectChat"] = "directChat";
2683
+ AiConversationInitialSource$1["MicrosoftTeams"] = "microsoftTeams";
2684
+ AiConversationInitialSource$1["PullRequestComment"] = "pullRequestComment";
2685
+ AiConversationInitialSource$1["Slack"] = "slack";
2686
+ AiConversationInitialSource$1["Workflow"] = "workflow";
2687
+ return AiConversationInitialSource$1;
2688
+ }({});
2672
2689
  /** The phase during which a conversation part was generated. */
2673
2690
  let AiConversationPartPhase = /* @__PURE__ */ function(AiConversationPartPhase$1) {
2674
2691
  AiConversationPartPhase$1["Answer"] = "answer";
@@ -2735,6 +2752,32 @@ let AiConversationWidgetName = /* @__PURE__ */ function(AiConversationWidgetName
2735
2752
  AiConversationWidgetName$1["EntityList"] = "EntityList";
2736
2753
  return AiConversationWidgetName$1;
2737
2754
  }({});
2755
+ /** [Internal] The status of a prompt workflow. */
2756
+ let AiPromptProgressStatus = /* @__PURE__ */ function(AiPromptProgressStatus$1) {
2757
+ AiPromptProgressStatus$1["Canceled"] = "canceled";
2758
+ AiPromptProgressStatus$1["Created"] = "created";
2759
+ AiPromptProgressStatus$1["Failed"] = "failed";
2760
+ AiPromptProgressStatus$1["Finished"] = "finished";
2761
+ AiPromptProgressStatus$1["InProgress"] = "inProgress";
2762
+ return AiPromptProgressStatus$1;
2763
+ }({});
2764
+ /** The type of AI prompt workflow. */
2765
+ let AiPromptType = /* @__PURE__ */ function(AiPromptType$1) {
2766
+ AiPromptType$1["AgentGuidance"] = "agentGuidance";
2767
+ AiPromptType$1["AiConversation"] = "aiConversation";
2768
+ AiPromptType$1["CodeIntelligence"] = "codeIntelligence";
2769
+ AiPromptType$1["GongIssueIntake"] = "gongIssueIntake";
2770
+ AiPromptType$1["InitiativeUpdates"] = "initiativeUpdates";
2771
+ AiPromptType$1["IntercomIssueIntake"] = "intercomIssueIntake";
2772
+ AiPromptType$1["InternalResearch"] = "internalResearch";
2773
+ AiPromptType$1["MicrosoftTeamsIssueIntake"] = "microsoftTeamsIssueIntake";
2774
+ AiPromptType$1["ProductIntelligence"] = "productIntelligence";
2775
+ AiPromptType$1["ProjectUpdates"] = "projectUpdates";
2776
+ AiPromptType$1["SlackIssueIntake"] = "slackIssueIntake";
2777
+ AiPromptType$1["TriageAgent"] = "triageAgent";
2778
+ AiPromptType$1["ZendeskIssueIntake"] = "zendeskIssueIntake";
2779
+ return AiPromptType$1;
2780
+ }({});
2738
2781
  let AuthenticationSessionType = /* @__PURE__ */ function(AuthenticationSessionType$1) {
2739
2782
  AuthenticationSessionType$1["Android"] = "android";
2740
2783
  AuthenticationSessionType$1["Desktop"] = "desktop";
@@ -2932,6 +2975,13 @@ let IssueSharedAccessDisallowedField = /* @__PURE__ */ function(IssueSharedAcces
2932
2975
  IssueSharedAccessDisallowedField$1["TeamId"] = "teamId";
2933
2976
  return IssueSharedAccessDisallowedField$1;
2934
2977
  }({});
2978
+ /** Policy controlling whether and by whom issues in a team can be shared with non-team-members. */
2979
+ let IssueSharingPolicy = /* @__PURE__ */ function(IssueSharingPolicy$1) {
2980
+ IssueSharingPolicy$1["AdminsOnly"] = "adminsOnly";
2981
+ IssueSharingPolicy$1["AllMembers"] = "allMembers";
2982
+ IssueSharingPolicy$1["Disabled"] = "disabled";
2983
+ return IssueSharingPolicy$1;
2984
+ }({});
2935
2985
  let IssueSuggestionState = /* @__PURE__ */ function(IssueSuggestionState$1) {
2936
2986
  IssueSuggestionState$1["Accepted"] = "accepted";
2937
2987
  IssueSuggestionState$1["Active"] = "active";
@@ -3159,6 +3209,14 @@ let ProjectUpdateReminderFrequency = /* @__PURE__ */ function(ProjectUpdateRemin
3159
3209
  ProjectUpdateReminderFrequency$1["Week"] = "week";
3160
3210
  return ProjectUpdateReminderFrequency$1;
3161
3211
  }({});
3212
+ /** [ALPHA] How a pull request check should be opened in the client. */
3213
+ let PullRequestCheckPresentation = /* @__PURE__ */ function(PullRequestCheckPresentation$1) {
3214
+ PullRequestCheckPresentation$1["ExternalOnly"] = "externalOnly";
3215
+ PullRequestCheckPresentation$1["JobLogs"] = "jobLogs";
3216
+ PullRequestCheckPresentation$1["Markdown"] = "markdown";
3217
+ PullRequestCheckPresentation$1["RunLogs"] = "runLogs";
3218
+ return PullRequestCheckPresentation$1;
3219
+ }({});
3162
3220
  /** The method used to merge a pull request. */
3163
3221
  let PullRequestMergeMethod = /* @__PURE__ */ function(PullRequestMergeMethod$1) {
3164
3222
  PullRequestMergeMethod$1["Merge"] = "MERGE";
@@ -3289,6 +3347,7 @@ let UserContextViewType = /* @__PURE__ */ function(UserContextViewType$1) {
3289
3347
  }({});
3290
3348
  /** The types of flags that the user can have. */
3291
3349
  let UserFlagType = /* @__PURE__ */ function(UserFlagType$1) {
3350
+ UserFlagType$1["AgentExamplesDismissed"] = "agentExamplesDismissed";
3292
3351
  UserFlagType$1["All"] = "all";
3293
3352
  UserFlagType$1["AnalyticsWelcomeDismissed"] = "analyticsWelcomeDismissed";
3294
3353
  UserFlagType$1["CanPlaySnake"] = "canPlaySnake";
@@ -3468,9 +3527,10 @@ let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
3468
3527
  return WorkflowTriggerType$1;
3469
3528
  }({});
3470
3529
  let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
3471
- WorkflowType$1["Custom"] = "custom";
3530
+ WorkflowType$1["Automation"] = "automation";
3472
3531
  WorkflowType$1["Sla"] = "sla";
3473
3532
  WorkflowType$1["Triage"] = "triage";
3533
+ WorkflowType$1["TriageAutomation"] = "triageAutomation";
3474
3534
  WorkflowType$1["ViewSubscription"] = "viewSubscription";
3475
3535
  return WorkflowType$1;
3476
3536
  }({});
@@ -13561,9 +13621,11 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13561
13621
  projectLayout
13562
13622
  projectViewOrdering
13563
13623
  projectSubGrouping
13624
+ releasePipelineGrouping
13564
13625
  releasePipelinesViewOrdering
13565
13626
  reviewGrouping
13566
13627
  reviewViewOrdering
13628
+ scheduledPipelineReleasesViewGrouping
13567
13629
  scheduledPipelineReleasesViewOrdering
13568
13630
  searchResultType
13569
13631
  searchViewOrdering
@@ -13603,6 +13665,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13603
13665
  showSupervisedIssues
13604
13666
  fieldSla
13605
13667
  fieldSentryIssues
13668
+ scheduledPipelineReleaseFieldCompletion
13606
13669
  customViewFieldDateCreated
13607
13670
  customViewFieldOwner
13608
13671
  customViewFieldDateUpdated
@@ -13621,6 +13684,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13621
13684
  dashboardFieldDateCreated
13622
13685
  dashboardFieldOwner
13623
13686
  dashboardFieldDateUpdated
13687
+ scheduledPipelineReleaseFieldDescription
13624
13688
  fieldDueDate
13625
13689
  initiativeFieldHealth
13626
13690
  initiativeFieldActivity
@@ -13702,7 +13766,6 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13702
13766
  reviewFieldIdentifier
13703
13767
  reviewFieldPreviewLinks
13704
13768
  reviewFieldRepository
13705
- scheduledPipelineReleaseFieldStage
13706
13769
  teamFieldDateCreated
13707
13770
  teamFieldCycle
13708
13771
  teamFieldIdentifier
@@ -13711,8 +13774,10 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
13711
13774
  teamFieldOwner
13712
13775
  teamFieldProjects
13713
13776
  teamFieldDateUpdated
13777
+ releasePipelineFieldTeams
13714
13778
  fieldTimeInCurrentStatus
13715
13779
  releasePipelineFieldType
13780
+ scheduledPipelineReleaseFieldVersion
13716
13781
  showTriageIssues
13717
13782
  showUnreadItemsFirst
13718
13783
  timelineChronologyShowWeekNumbers
@@ -13786,9 +13851,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13786
13851
  projectLayout
13787
13852
  projectViewOrdering
13788
13853
  projectSubGrouping
13854
+ releasePipelineGrouping
13789
13855
  releasePipelinesViewOrdering
13790
13856
  reviewGrouping
13791
13857
  reviewViewOrdering
13858
+ scheduledPipelineReleasesViewGrouping
13792
13859
  scheduledPipelineReleasesViewOrdering
13793
13860
  searchResultType
13794
13861
  searchViewOrdering
@@ -13828,6 +13895,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13828
13895
  showSupervisedIssues
13829
13896
  fieldSla
13830
13897
  fieldSentryIssues
13898
+ scheduledPipelineReleaseFieldCompletion
13831
13899
  customViewFieldDateCreated
13832
13900
  customViewFieldOwner
13833
13901
  customViewFieldDateUpdated
@@ -13846,6 +13914,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13846
13914
  dashboardFieldDateCreated
13847
13915
  dashboardFieldOwner
13848
13916
  dashboardFieldDateUpdated
13917
+ scheduledPipelineReleaseFieldDescription
13849
13918
  fieldDueDate
13850
13919
  initiativeFieldHealth
13851
13920
  initiativeFieldActivity
@@ -13927,7 +13996,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13927
13996
  reviewFieldIdentifier
13928
13997
  reviewFieldPreviewLinks
13929
13998
  reviewFieldRepository
13930
- scheduledPipelineReleaseFieldStage
13931
13999
  teamFieldDateCreated
13932
14000
  teamFieldCycle
13933
14001
  teamFieldIdentifier
@@ -13936,8 +14004,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
13936
14004
  teamFieldOwner
13937
14005
  teamFieldProjects
13938
14006
  teamFieldDateUpdated
14007
+ releasePipelineFieldTeams
13939
14008
  fieldTimeInCurrentStatus
13940
14009
  releasePipelineFieldType
14010
+ scheduledPipelineReleaseFieldVersion
13941
14011
  showTriageIssues
13942
14012
  showUnreadItemsFirst
13943
14013
  timelineChronologyShowWeekNumbers
@@ -14046,9 +14116,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14046
14116
  projectLayout
14047
14117
  projectViewOrdering
14048
14118
  projectSubGrouping
14119
+ releasePipelineGrouping
14049
14120
  releasePipelinesViewOrdering
14050
14121
  reviewGrouping
14051
14122
  reviewViewOrdering
14123
+ scheduledPipelineReleasesViewGrouping
14052
14124
  scheduledPipelineReleasesViewOrdering
14053
14125
  searchResultType
14054
14126
  searchViewOrdering
@@ -14088,6 +14160,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14088
14160
  showSupervisedIssues
14089
14161
  fieldSla
14090
14162
  fieldSentryIssues
14163
+ scheduledPipelineReleaseFieldCompletion
14091
14164
  customViewFieldDateCreated
14092
14165
  customViewFieldOwner
14093
14166
  customViewFieldDateUpdated
@@ -14106,6 +14179,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14106
14179
  dashboardFieldDateCreated
14107
14180
  dashboardFieldOwner
14108
14181
  dashboardFieldDateUpdated
14182
+ scheduledPipelineReleaseFieldDescription
14109
14183
  fieldDueDate
14110
14184
  initiativeFieldHealth
14111
14185
  initiativeFieldActivity
@@ -14187,7 +14261,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14187
14261
  reviewFieldIdentifier
14188
14262
  reviewFieldPreviewLinks
14189
14263
  reviewFieldRepository
14190
- scheduledPipelineReleaseFieldStage
14191
14264
  teamFieldDateCreated
14192
14265
  teamFieldCycle
14193
14266
  teamFieldIdentifier
@@ -14196,8 +14269,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14196
14269
  teamFieldOwner
14197
14270
  teamFieldProjects
14198
14271
  teamFieldDateUpdated
14272
+ releasePipelineFieldTeams
14199
14273
  fieldTimeInCurrentStatus
14200
14274
  releasePipelineFieldType
14275
+ scheduledPipelineReleaseFieldVersion
14201
14276
  showTriageIssues
14202
14277
  showUnreadItemsFirst
14203
14278
  timelineChronologyShowWeekNumbers
@@ -14322,9 +14397,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14322
14397
  projectLayout
14323
14398
  projectViewOrdering
14324
14399
  projectSubGrouping
14400
+ releasePipelineGrouping
14325
14401
  releasePipelinesViewOrdering
14326
14402
  reviewGrouping
14327
14403
  reviewViewOrdering
14404
+ scheduledPipelineReleasesViewGrouping
14328
14405
  scheduledPipelineReleasesViewOrdering
14329
14406
  searchResultType
14330
14407
  searchViewOrdering
@@ -14364,6 +14441,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14364
14441
  showSupervisedIssues
14365
14442
  fieldSla
14366
14443
  fieldSentryIssues
14444
+ scheduledPipelineReleaseFieldCompletion
14367
14445
  customViewFieldDateCreated
14368
14446
  customViewFieldOwner
14369
14447
  customViewFieldDateUpdated
@@ -14382,6 +14460,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14382
14460
  dashboardFieldDateCreated
14383
14461
  dashboardFieldOwner
14384
14462
  dashboardFieldDateUpdated
14463
+ scheduledPipelineReleaseFieldDescription
14385
14464
  fieldDueDate
14386
14465
  initiativeFieldHealth
14387
14466
  initiativeFieldActivity
@@ -14463,7 +14542,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14463
14542
  reviewFieldIdentifier
14464
14543
  reviewFieldPreviewLinks
14465
14544
  reviewFieldRepository
14466
- scheduledPipelineReleaseFieldStage
14467
14545
  teamFieldDateCreated
14468
14546
  teamFieldCycle
14469
14547
  teamFieldIdentifier
@@ -14472,8 +14550,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
14472
14550
  teamFieldOwner
14473
14551
  teamFieldProjects
14474
14552
  teamFieldDateUpdated
14553
+ releasePipelineFieldTeams
14475
14554
  fieldTimeInCurrentStatus
14476
14555
  releasePipelineFieldType
14556
+ scheduledPipelineReleaseFieldVersion
14477
14557
  showTriageIssues
14478
14558
  showUnreadItemsFirst
14479
14559
  timelineChronologyShowWeekNumbers
@@ -21847,297 +21927,1349 @@ const ProjectUpdatePayloadFragmentDoc = new TypedDocumentString(`
21847
21927
  projectUpdate {
21848
21928
  id
21849
21929
  }
21850
- success
21851
- }
21852
- `, { fragmentName: "ProjectUpdatePayload" });
21853
- const ProjectUpdateReminderPayloadFragmentDoc = new TypedDocumentString(`
21854
- fragment ProjectUpdateReminderPayload on ProjectUpdateReminderPayload {
21855
- __typename
21856
- lastSyncId
21857
- success
21930
+ success
21931
+ }
21932
+ `, { fragmentName: "ProjectUpdatePayload" });
21933
+ const ProjectUpdateReminderPayloadFragmentDoc = new TypedDocumentString(`
21934
+ fragment ProjectUpdateReminderPayload on ProjectUpdateReminderPayload {
21935
+ __typename
21936
+ lastSyncId
21937
+ success
21938
+ }
21939
+ `, { fragmentName: "ProjectUpdateReminderPayload" });
21940
+ const PushSubscriptionFragmentDoc = new TypedDocumentString(`
21941
+ fragment PushSubscription on PushSubscription {
21942
+ __typename
21943
+ updatedAt
21944
+ archivedAt
21945
+ createdAt
21946
+ id
21947
+ }
21948
+ `, { fragmentName: "PushSubscription" });
21949
+ const PushSubscriptionPayloadFragmentDoc = new TypedDocumentString(`
21950
+ fragment PushSubscriptionPayload on PushSubscriptionPayload {
21951
+ __typename
21952
+ lastSyncId
21953
+ entity {
21954
+ ...PushSubscription
21955
+ }
21956
+ success
21957
+ }
21958
+ fragment PushSubscription on PushSubscription {
21959
+ __typename
21960
+ updatedAt
21961
+ archivedAt
21962
+ createdAt
21963
+ id
21964
+ }`, { fragmentName: "PushSubscriptionPayload" });
21965
+ const PushSubscriptionTestPayloadFragmentDoc = new TypedDocumentString(`
21966
+ fragment PushSubscriptionTestPayload on PushSubscriptionTestPayload {
21967
+ __typename
21968
+ success
21969
+ }
21970
+ `, { fragmentName: "PushSubscriptionTestPayload" });
21971
+ const RateLimitResultPayloadFragmentDoc = new TypedDocumentString(`
21972
+ fragment RateLimitResultPayload on RateLimitResultPayload {
21973
+ __typename
21974
+ period
21975
+ remainingAmount
21976
+ requestedAmount
21977
+ reset
21978
+ allowedAmount
21979
+ type
21980
+ }
21981
+ `, { fragmentName: "RateLimitResultPayload" });
21982
+ const RateLimitPayloadFragmentDoc = new TypedDocumentString(`
21983
+ fragment RateLimitPayload on RateLimitPayload {
21984
+ __typename
21985
+ identifier
21986
+ kind
21987
+ limits {
21988
+ ...RateLimitResultPayload
21989
+ }
21990
+ }
21991
+ fragment RateLimitResultPayload on RateLimitResultPayload {
21992
+ __typename
21993
+ period
21994
+ remainingAmount
21995
+ requestedAmount
21996
+ reset
21997
+ allowedAmount
21998
+ type
21999
+ }`, { fragmentName: "RateLimitPayload" });
22000
+ const ReactionPayloadFragmentDoc = new TypedDocumentString(`
22001
+ fragment ReactionPayload on ReactionPayload {
22002
+ __typename
22003
+ lastSyncId
22004
+ reaction {
22005
+ ...Reaction
22006
+ }
22007
+ success
22008
+ }
22009
+ fragment Reaction on Reaction {
22010
+ __typename
22011
+ emoji
22012
+ comment {
22013
+ id
22014
+ }
22015
+ externalUser {
22016
+ id
22017
+ }
22018
+ initiativeUpdate {
22019
+ id
22020
+ }
22021
+ issue {
22022
+ id
22023
+ }
22024
+ updatedAt
22025
+ projectUpdate {
22026
+ id
22027
+ }
22028
+ archivedAt
22029
+ createdAt
22030
+ id
22031
+ user {
22032
+ id
22033
+ }
22034
+ }`, { fragmentName: "ReactionPayload" });
22035
+ const ReleasePayloadFragmentDoc = new TypedDocumentString(`
22036
+ fragment ReleasePayload on ReleasePayload {
22037
+ __typename
22038
+ lastSyncId
22039
+ success
22040
+ }
22041
+ `, { fragmentName: "ReleasePayload" });
22042
+ const ReleasePipelinePayloadFragmentDoc = new TypedDocumentString(`
22043
+ fragment ReleasePipelinePayload on ReleasePipelinePayload {
22044
+ __typename
22045
+ lastSyncId
22046
+ success
22047
+ }
22048
+ `, { fragmentName: "ReleasePipelinePayload" });
22049
+ const ReleaseStagePayloadFragmentDoc = new TypedDocumentString(`
22050
+ fragment ReleaseStagePayload on ReleaseStagePayload {
22051
+ __typename
22052
+ lastSyncId
22053
+ success
22054
+ }
22055
+ `, { fragmentName: "ReleaseStagePayload" });
22056
+ const RepositorySuggestionFragmentDoc = new TypedDocumentString(`
22057
+ fragment RepositorySuggestion on RepositorySuggestion {
22058
+ __typename
22059
+ confidence
22060
+ hostname
22061
+ repositoryFullName
22062
+ }
22063
+ `, { fragmentName: "RepositorySuggestion" });
22064
+ const RepositorySuggestionsPayloadFragmentDoc = new TypedDocumentString(`
22065
+ fragment RepositorySuggestionsPayload on RepositorySuggestionsPayload {
22066
+ __typename
22067
+ suggestions {
22068
+ ...RepositorySuggestion
22069
+ }
22070
+ }
22071
+ fragment RepositorySuggestion on RepositorySuggestion {
22072
+ __typename
22073
+ confidence
22074
+ hostname
22075
+ repositoryFullName
22076
+ }`, { fragmentName: "RepositorySuggestionsPayload" });
22077
+ const RoadmapFragmentDoc = new TypedDocumentString(`
22078
+ fragment Roadmap on Roadmap {
22079
+ __typename
22080
+ url
22081
+ description
22082
+ updatedAt
22083
+ name
22084
+ color
22085
+ slugId
22086
+ sortOrder
22087
+ archivedAt
22088
+ createdAt
22089
+ id
22090
+ creator {
22091
+ id
22092
+ }
22093
+ owner {
22094
+ id
22095
+ }
22096
+ }
22097
+ `, { fragmentName: "Roadmap" });
22098
+ const RoadmapConnectionFragmentDoc = new TypedDocumentString(`
22099
+ fragment RoadmapConnection on RoadmapConnection {
22100
+ __typename
22101
+ nodes {
22102
+ ...Roadmap
22103
+ }
22104
+ pageInfo {
22105
+ ...PageInfo
22106
+ }
22107
+ }
22108
+ fragment Roadmap on Roadmap {
22109
+ __typename
22110
+ url
22111
+ description
22112
+ updatedAt
22113
+ name
22114
+ color
22115
+ slugId
22116
+ sortOrder
22117
+ archivedAt
22118
+ createdAt
22119
+ id
22120
+ creator {
22121
+ id
22122
+ }
22123
+ owner {
22124
+ id
22125
+ }
22126
+ }
22127
+ fragment PageInfo on PageInfo {
22128
+ __typename
22129
+ startCursor
22130
+ endCursor
22131
+ hasPreviousPage
22132
+ hasNextPage
22133
+ }`, { fragmentName: "RoadmapConnection" });
22134
+ const RoadmapPayloadFragmentDoc = new TypedDocumentString(`
22135
+ fragment RoadmapPayload on RoadmapPayload {
22136
+ __typename
22137
+ lastSyncId
22138
+ roadmap {
22139
+ id
22140
+ }
22141
+ success
22142
+ }
22143
+ `, { fragmentName: "RoadmapPayload" });
22144
+ const RoadmapToProjectFragmentDoc = new TypedDocumentString(`
22145
+ fragment RoadmapToProject on RoadmapToProject {
22146
+ __typename
22147
+ updatedAt
22148
+ project {
22149
+ id
22150
+ }
22151
+ roadmap {
22152
+ id
22153
+ }
22154
+ sortOrder
22155
+ archivedAt
22156
+ createdAt
22157
+ id
22158
+ }
22159
+ `, { fragmentName: "RoadmapToProject" });
22160
+ const RoadmapToProjectConnectionFragmentDoc = new TypedDocumentString(`
22161
+ fragment RoadmapToProjectConnection on RoadmapToProjectConnection {
22162
+ __typename
22163
+ nodes {
22164
+ ...RoadmapToProject
22165
+ }
22166
+ pageInfo {
22167
+ ...PageInfo
22168
+ }
22169
+ }
22170
+ fragment RoadmapToProject on RoadmapToProject {
22171
+ __typename
22172
+ updatedAt
22173
+ project {
22174
+ id
22175
+ }
22176
+ roadmap {
22177
+ id
22178
+ }
22179
+ sortOrder
22180
+ archivedAt
22181
+ createdAt
22182
+ id
22183
+ }
22184
+ fragment PageInfo on PageInfo {
22185
+ __typename
22186
+ startCursor
22187
+ endCursor
22188
+ hasPreviousPage
22189
+ hasNextPage
22190
+ }`, { fragmentName: "RoadmapToProjectConnection" });
22191
+ const RoadmapToProjectPayloadFragmentDoc = new TypedDocumentString(`
22192
+ fragment RoadmapToProjectPayload on RoadmapToProjectPayload {
22193
+ __typename
22194
+ lastSyncId
22195
+ roadmapToProject {
22196
+ id
22197
+ }
22198
+ success
22199
+ }
22200
+ `, { fragmentName: "RoadmapToProjectPayload" });
22201
+ const SlackChannelConnectPayloadFragmentDoc = new TypedDocumentString(`
22202
+ fragment SlackChannelConnectPayload on SlackChannelConnectPayload {
22203
+ __typename
22204
+ lastSyncId
22205
+ integration {
22206
+ id
22207
+ }
22208
+ nudgeToConnectMainSlackIntegration
22209
+ nudgeToUpdateMainSlackIntegration
22210
+ addBot
22211
+ success
22212
+ }
22213
+ `, { fragmentName: "SlackChannelConnectPayload" });
22214
+ const SsoUrlFromEmailResponseFragmentDoc = new TypedDocumentString(`
22215
+ fragment SsoUrlFromEmailResponse on SsoUrlFromEmailResponse {
22216
+ __typename
22217
+ samlSsoUrl
22218
+ success
22219
+ }
22220
+ `, { fragmentName: "SsoUrlFromEmailResponse" });
22221
+ const DocumentContentDraftFragmentDoc = new TypedDocumentString(`
22222
+ fragment DocumentContentDraft on DocumentContentDraft {
22223
+ __typename
22224
+ contentState
22225
+ updatedAt
22226
+ archivedAt
22227
+ createdAt
22228
+ id
22229
+ documentContent {
22230
+ ...DocumentContent
22231
+ }
22232
+ documentContentId
22233
+ user {
22234
+ id
22235
+ }
22236
+ userId
22237
+ }
22238
+ fragment DocumentContent on DocumentContent {
22239
+ __typename
22240
+ aiPromptRules {
22241
+ ...AiPromptRules
22242
+ }
22243
+ content
22244
+ contentState
22245
+ document {
22246
+ id
22247
+ }
22248
+ initiative {
22249
+ id
22250
+ }
22251
+ issue {
22252
+ id
22253
+ }
22254
+ updatedAt
22255
+ projectMilestone {
22256
+ id
22257
+ }
22258
+ project {
22259
+ id
22260
+ }
22261
+ restoredAt
22262
+ archivedAt
22263
+ createdAt
22264
+ id
22265
+ welcomeMessage {
22266
+ ...WelcomeMessage
22267
+ }
22268
+ }
22269
+ fragment WelcomeMessage on WelcomeMessage {
22270
+ __typename
22271
+ updatedAt
22272
+ archivedAt
22273
+ createdAt
22274
+ title
22275
+ id
22276
+ updatedBy {
22277
+ id
22278
+ }
22279
+ enabled
22280
+ }
22281
+ fragment AiPromptRules on AiPromptRules {
22282
+ __typename
22283
+ updatedAt
22284
+ archivedAt
22285
+ createdAt
22286
+ id
22287
+ updatedBy {
22288
+ id
22289
+ }
22290
+ }`, { fragmentName: "DocumentContentDraft" });
22291
+ const SubscriptionFragmentDoc = new TypedDocumentString(`
22292
+ fragment Subscription on Subscription {
22293
+ __typename
22294
+ commentUnarchived {
22295
+ id
22296
+ }
22297
+ documentUnarchived {
22298
+ id
22299
+ }
22300
+ notificationUnarchived {
22301
+ ...Notification
22302
+ }
22303
+ projectUnarchived {
22304
+ id
22305
+ }
22306
+ issueUnarchived {
22307
+ id
22308
+ }
22309
+ commentArchived {
22310
+ id
22311
+ }
22312
+ commentCreated {
22313
+ id
22314
+ }
22315
+ commentDeleted {
22316
+ id
22317
+ }
22318
+ commentUpdated {
22319
+ id
22320
+ }
22321
+ cycleArchived {
22322
+ id
22323
+ }
22324
+ cycleCreated {
22325
+ id
22326
+ }
22327
+ cycleUpdated {
22328
+ id
22329
+ }
22330
+ documentContentDraftCreated {
22331
+ ...DocumentContentDraft
22332
+ }
22333
+ documentContentDraftDeleted {
22334
+ ...DocumentContentDraft
22335
+ }
22336
+ documentContentDraftUpdated {
22337
+ ...DocumentContentDraft
22338
+ }
22339
+ documentArchived {
22340
+ id
22341
+ }
22342
+ documentCreated {
22343
+ id
22344
+ }
22345
+ documentUpdated {
22346
+ id
22347
+ }
22348
+ draftCreated {
22349
+ ...Draft
22350
+ }
22351
+ draftDeleted {
22352
+ ...Draft
22353
+ }
22354
+ draftUpdated {
22355
+ ...Draft
22356
+ }
22357
+ favoriteCreated {
22358
+ id
22359
+ }
22360
+ favoriteDeleted {
22361
+ id
22362
+ }
22363
+ favoriteUpdated {
22364
+ id
22365
+ }
22366
+ notificationArchived {
22367
+ ...Notification
22368
+ }
22369
+ notificationCreated {
22370
+ ...Notification
22371
+ }
22372
+ notificationDeleted {
22373
+ ...Notification
22374
+ }
22375
+ notificationUpdated {
22376
+ ...Notification
22377
+ }
22378
+ projectArchived {
22379
+ id
22380
+ }
22381
+ projectCreated {
22382
+ id
22383
+ }
22384
+ projectUpdated {
22385
+ id
22386
+ }
22387
+ projectUpdateCreated {
22388
+ id
22389
+ }
22390
+ projectUpdateDeleted {
22391
+ id
22392
+ }
22393
+ projectUpdateUpdated {
22394
+ id
22395
+ }
22396
+ roadmapCreated {
22397
+ id
22398
+ }
22399
+ roadmapDeleted {
22400
+ id
22401
+ }
22402
+ roadmapUpdated {
22403
+ id
22404
+ }
22405
+ teamCreated {
22406
+ id
22407
+ }
22408
+ teamDeleted {
22409
+ id
22410
+ }
22411
+ teamUpdated {
22412
+ id
22413
+ }
22414
+ teamMembershipCreated {
22415
+ id
22416
+ }
22417
+ teamMembershipDeleted {
22418
+ id
22419
+ }
22420
+ teamMembershipUpdated {
22421
+ id
22422
+ }
22423
+ workflowStateArchived {
22424
+ id
22425
+ }
22426
+ workflowStateCreated {
22427
+ id
22428
+ }
22429
+ workflowStateUpdated {
22430
+ id
22431
+ }
22432
+ agentActivityCreated {
22433
+ id
22434
+ }
22435
+ agentActivityUpdated {
22436
+ id
22437
+ }
22438
+ agentSessionCreated {
22439
+ id
22440
+ }
22441
+ agentSessionUpdated {
22442
+ id
22443
+ }
22444
+ initiativeCreated {
22445
+ id
22446
+ }
22447
+ initiativeDeleted {
22448
+ id
22449
+ }
22450
+ initiativeUpdated {
22451
+ id
22452
+ }
22453
+ issueHistoryCreated {
22454
+ ...IssueHistory
22455
+ }
22456
+ issueHistoryUpdated {
22457
+ ...IssueHistory
22458
+ }
22459
+ issueArchived {
22460
+ id
22461
+ }
22462
+ issueCreated {
22463
+ id
22464
+ }
22465
+ issueUpdated {
22466
+ id
22467
+ }
22468
+ issueLabelCreated {
22469
+ id
22470
+ }
22471
+ issueLabelDeleted {
22472
+ id
22473
+ }
22474
+ issueLabelUpdated {
22475
+ id
22476
+ }
22477
+ issueRelationCreated {
22478
+ id
22479
+ }
22480
+ issueRelationDeleted {
22481
+ id
22482
+ }
22483
+ issueRelationUpdated {
22484
+ id
22485
+ }
22486
+ userCreated {
22487
+ id
22488
+ }
22489
+ userUpdated {
22490
+ id
22491
+ }
22492
+ }
22493
+ fragment ActorBot on ActorBot {
22494
+ __typename
22495
+ avatarUrl
22496
+ name
22497
+ userDisplayName
22498
+ subType
22499
+ type
22500
+ id
22501
+ }
22502
+ fragment CustomerNeedNotification on CustomerNeedNotification {
22503
+ __typename
22504
+ type
22505
+ customerNeedId
22506
+ botActor {
22507
+ ...ActorBot
22508
+ }
22509
+ category
22510
+ customerNeed {
22511
+ id
22512
+ }
22513
+ externalUserActor {
22514
+ id
22515
+ }
22516
+ relatedIssue {
22517
+ id
22518
+ }
22519
+ updatedAt
22520
+ relatedProject {
22521
+ id
22522
+ }
22523
+ emailedAt
22524
+ readAt
22525
+ unsnoozedAt
22526
+ archivedAt
22527
+ createdAt
22528
+ snoozedUntilAt
22529
+ id
22530
+ actor {
22531
+ id
22532
+ }
22533
+ user {
22534
+ id
22535
+ }
22536
+ }
22537
+ fragment CustomerNotification on CustomerNotification {
22538
+ __typename
22539
+ type
22540
+ customerId
22541
+ botActor {
22542
+ ...ActorBot
22543
+ }
22544
+ category
22545
+ customer {
22546
+ id
22547
+ }
22548
+ externalUserActor {
22549
+ id
22550
+ }
22551
+ updatedAt
22552
+ emailedAt
22553
+ readAt
22554
+ unsnoozedAt
22555
+ archivedAt
22556
+ createdAt
22557
+ snoozedUntilAt
22558
+ id
22559
+ actor {
22560
+ id
22561
+ }
22562
+ user {
22563
+ id
22564
+ }
22565
+ }
22566
+ fragment DocumentContent on DocumentContent {
22567
+ __typename
22568
+ aiPromptRules {
22569
+ ...AiPromptRules
22570
+ }
22571
+ content
22572
+ contentState
22573
+ document {
22574
+ id
22575
+ }
22576
+ initiative {
22577
+ id
22578
+ }
22579
+ issue {
22580
+ id
22581
+ }
22582
+ updatedAt
22583
+ projectMilestone {
22584
+ id
22585
+ }
22586
+ project {
22587
+ id
22588
+ }
22589
+ restoredAt
22590
+ archivedAt
22591
+ createdAt
22592
+ id
22593
+ welcomeMessage {
22594
+ ...WelcomeMessage
22595
+ }
22596
+ }
22597
+ fragment DocumentNotification on DocumentNotification {
22598
+ __typename
22599
+ reactionEmoji
22600
+ type
22601
+ commentId
22602
+ documentId
22603
+ parentCommentId
22604
+ botActor {
22605
+ ...ActorBot
22606
+ }
22607
+ category
22608
+ externalUserActor {
22609
+ id
22610
+ }
22611
+ updatedAt
22612
+ emailedAt
22613
+ readAt
22614
+ unsnoozedAt
22615
+ archivedAt
22616
+ createdAt
22617
+ snoozedUntilAt
22618
+ id
22619
+ actor {
22620
+ id
22621
+ }
22622
+ user {
22623
+ id
22624
+ }
22625
+ }
22626
+ fragment DocumentContentDraft on DocumentContentDraft {
22627
+ __typename
22628
+ contentState
22629
+ updatedAt
22630
+ archivedAt
22631
+ createdAt
22632
+ id
22633
+ documentContent {
22634
+ ...DocumentContent
22635
+ }
22636
+ documentContentId
22637
+ user {
22638
+ id
22639
+ }
22640
+ userId
22641
+ }
22642
+ fragment Draft on Draft {
22643
+ __typename
22644
+ data
22645
+ parentComment {
22646
+ id
22647
+ }
22648
+ customerNeed {
22649
+ id
22650
+ }
22651
+ initiative {
22652
+ id
22653
+ }
22654
+ initiativeUpdate {
22655
+ id
22656
+ }
22657
+ issue {
22658
+ id
22659
+ }
22660
+ updatedAt
22661
+ project {
22662
+ id
22663
+ }
22664
+ projectUpdate {
22665
+ id
22666
+ }
22667
+ team {
22668
+ id
22669
+ }
22670
+ bodyData
22671
+ archivedAt
22672
+ createdAt
22673
+ id
22674
+ user {
22675
+ id
22676
+ }
22677
+ isAutogenerated
22678
+ }
22679
+ fragment Notification on Notification {
22680
+ __typename
22681
+ type
22682
+ botActor {
22683
+ ...ActorBot
22684
+ }
22685
+ category
22686
+ externalUserActor {
22687
+ id
22688
+ }
22689
+ updatedAt
22690
+ emailedAt
22691
+ readAt
22692
+ unsnoozedAt
22693
+ archivedAt
22694
+ createdAt
22695
+ snoozedUntilAt
22696
+ id
22697
+ actor {
22698
+ id
22699
+ }
22700
+ user {
22701
+ id
22702
+ }
22703
+ ... on CustomerNeedNotification {
22704
+ ...CustomerNeedNotification
22705
+ }
22706
+ ... on CustomerNotification {
22707
+ ...CustomerNotification
22708
+ }
22709
+ ... on DocumentNotification {
22710
+ ...DocumentNotification
22711
+ }
22712
+ ... on InitiativeNotification {
22713
+ ...InitiativeNotification
22714
+ }
22715
+ ... on IssueNotification {
22716
+ ...IssueNotification
22717
+ }
22718
+ ... on OauthClientApprovalNotification {
22719
+ ...OauthClientApprovalNotification
22720
+ }
22721
+ ... on PostNotification {
22722
+ ...PostNotification
22723
+ }
22724
+ ... on ProjectNotification {
22725
+ ...ProjectNotification
22726
+ }
22727
+ ... on PullRequestNotification {
22728
+ ...PullRequestNotification
22729
+ }
22730
+ ... on WelcomeMessageNotification {
22731
+ ...WelcomeMessageNotification
22732
+ }
22733
+ }
22734
+ fragment PostNotification on PostNotification {
22735
+ __typename
22736
+ reactionEmoji
22737
+ type
22738
+ commentId
22739
+ parentCommentId
22740
+ postId
22741
+ botActor {
22742
+ ...ActorBot
22743
+ }
22744
+ category
22745
+ externalUserActor {
22746
+ id
22747
+ }
22748
+ updatedAt
22749
+ emailedAt
22750
+ readAt
22751
+ unsnoozedAt
22752
+ archivedAt
22753
+ createdAt
22754
+ snoozedUntilAt
22755
+ id
22756
+ actor {
22757
+ id
22758
+ }
22759
+ user {
22760
+ id
22761
+ }
22762
+ }
22763
+ fragment ProjectNotification on ProjectNotification {
22764
+ __typename
22765
+ reactionEmoji
22766
+ type
22767
+ commentId
22768
+ parentCommentId
22769
+ projectId
22770
+ projectMilestoneId
22771
+ projectUpdateId
22772
+ botActor {
22773
+ ...ActorBot
22774
+ }
22775
+ category
22776
+ comment {
22777
+ id
22778
+ }
22779
+ document {
22780
+ id
22781
+ }
22782
+ externalUserActor {
22783
+ id
22784
+ }
22785
+ updatedAt
22786
+ parentComment {
22787
+ id
22788
+ }
22789
+ project {
22790
+ id
22791
+ }
22792
+ projectUpdate {
22793
+ id
22794
+ }
22795
+ emailedAt
22796
+ readAt
22797
+ unsnoozedAt
22798
+ archivedAt
22799
+ createdAt
22800
+ snoozedUntilAt
22801
+ id
22802
+ actor {
22803
+ id
22804
+ }
22805
+ user {
22806
+ id
22807
+ }
22808
+ }
22809
+ fragment PullRequestNotification on PullRequestNotification {
22810
+ __typename
22811
+ type
22812
+ pullRequestCommentId
22813
+ pullRequestId
22814
+ botActor {
22815
+ ...ActorBot
22816
+ }
22817
+ category
22818
+ externalUserActor {
22819
+ id
22820
+ }
22821
+ updatedAt
22822
+ emailedAt
22823
+ readAt
22824
+ unsnoozedAt
22825
+ archivedAt
22826
+ createdAt
22827
+ snoozedUntilAt
22828
+ id
22829
+ actor {
22830
+ id
22831
+ }
22832
+ user {
22833
+ id
22834
+ }
22835
+ }
22836
+ fragment IssueHistory on IssueHistory {
22837
+ __typename
22838
+ triageResponsibilityAutoAssigned
22839
+ relationChanges {
22840
+ ...IssueRelationHistoryPayload
22841
+ }
22842
+ addedLabelIds
22843
+ removedLabelIds
22844
+ toSlaBreachesAt
22845
+ fromSlaBreachesAt
22846
+ actor {
22847
+ id
22848
+ }
22849
+ descriptionUpdatedBy {
22850
+ ...User
22851
+ }
22852
+ actors {
22853
+ ...User
22854
+ }
22855
+ fromDelegate {
22856
+ id
22857
+ }
22858
+ toDelegate {
22859
+ id
22860
+ }
22861
+ botActor {
22862
+ ...ActorBot
22863
+ }
22864
+ fromCycle {
22865
+ id
22866
+ }
22867
+ toCycle {
22868
+ id
22869
+ }
22870
+ attachmentId
22871
+ customerNeedId
22872
+ toCycleId
22873
+ toParentId
22874
+ toConvertedProjectId
22875
+ toProjectId
22876
+ toStateId
22877
+ fromCycleId
22878
+ fromParentId
22879
+ fromProjectId
22880
+ fromStateId
22881
+ fromTeamId
22882
+ toTeamId
22883
+ fromAssigneeId
22884
+ toAssigneeId
22885
+ actorId
22886
+ issueImport {
22887
+ ...IssueImport
22888
+ }
22889
+ issue {
22890
+ id
22891
+ }
22892
+ addedLabels {
22893
+ ...IssueLabel
22894
+ }
22895
+ removedLabels {
22896
+ ...IssueLabel
22897
+ }
22898
+ updatedAt
22899
+ attachment {
22900
+ id
22901
+ }
22902
+ toConvertedProject {
22903
+ id
22904
+ }
22905
+ fromParent {
22906
+ id
22907
+ }
22908
+ toParent {
22909
+ id
22910
+ }
22911
+ fromProjectMilestone {
22912
+ id
22913
+ }
22914
+ toProjectMilestone {
22915
+ id
22916
+ }
22917
+ fromProject {
22918
+ id
22919
+ }
22920
+ toProject {
22921
+ id
22922
+ }
22923
+ fromState {
22924
+ id
22925
+ }
22926
+ toState {
22927
+ id
22928
+ }
22929
+ fromTeam {
22930
+ id
22931
+ }
22932
+ toTeam {
22933
+ id
22934
+ }
22935
+ triageResponsibilityTeam {
22936
+ id
22937
+ }
22938
+ archivedAt
22939
+ createdAt
22940
+ toSlaStartedAt
22941
+ fromSlaStartedAt
22942
+ toSlaType
22943
+ fromSlaType
22944
+ id
22945
+ toAssignee {
22946
+ id
22947
+ }
22948
+ fromAssignee {
22949
+ id
22950
+ }
22951
+ triageResponsibilityNotifiedUsers {
22952
+ ...User
22953
+ }
22954
+ fromDueDate
22955
+ toDueDate
22956
+ fromEstimate
22957
+ toEstimate
22958
+ fromPriority
22959
+ toPriority
22960
+ fromTitle
22961
+ toTitle
22962
+ fromSlaBreached
22963
+ toSlaBreached
22964
+ archived
22965
+ autoArchived
22966
+ autoClosed
22967
+ trashed
22968
+ updatedDescription
22969
+ }
22970
+ fragment User on User {
22971
+ __typename
22972
+ statusUntilAt
22973
+ description
22974
+ avatarUrl
22975
+ createdIssueCount
22976
+ disableReason
22977
+ avatarBackgroundColor
22978
+ statusEmoji
22979
+ initials
22980
+ statusLabel
22981
+ updatedAt
22982
+ lastSeen
22983
+ timezone
22984
+ archivedAt
22985
+ createdAt
22986
+ id
22987
+ gitHubUserId
22988
+ displayName
22989
+ email
22990
+ name
22991
+ url
22992
+ active
22993
+ guest
22994
+ app
22995
+ admin
22996
+ owner
22997
+ isAssignable
22998
+ isMentionable
22999
+ isMe
23000
+ supportsAgentSessions
23001
+ canAccessAnyPublicTeam
23002
+ calendarHash
23003
+ inviteHash
23004
+ }
23005
+ fragment WelcomeMessage on WelcomeMessage {
23006
+ __typename
23007
+ updatedAt
23008
+ archivedAt
23009
+ createdAt
23010
+ title
23011
+ id
23012
+ updatedBy {
23013
+ id
23014
+ }
23015
+ enabled
23016
+ }
23017
+ fragment WelcomeMessageNotification on WelcomeMessageNotification {
23018
+ __typename
23019
+ type
23020
+ welcomeMessageId
23021
+ botActor {
23022
+ ...ActorBot
23023
+ }
23024
+ category
23025
+ externalUserActor {
23026
+ id
23027
+ }
23028
+ updatedAt
23029
+ emailedAt
23030
+ readAt
23031
+ unsnoozedAt
23032
+ archivedAt
23033
+ createdAt
23034
+ snoozedUntilAt
23035
+ id
23036
+ actor {
23037
+ id
23038
+ }
23039
+ user {
23040
+ id
23041
+ }
21858
23042
  }
21859
- `, { fragmentName: "ProjectUpdateReminderPayload" });
21860
- const PushSubscriptionFragmentDoc = new TypedDocumentString(`
21861
- fragment PushSubscription on PushSubscription {
23043
+ fragment AiPromptRules on AiPromptRules {
21862
23044
  __typename
21863
23045
  updatedAt
21864
23046
  archivedAt
21865
23047
  createdAt
21866
23048
  id
21867
- }
21868
- `, { fragmentName: "PushSubscription" });
21869
- const PushSubscriptionPayloadFragmentDoc = new TypedDocumentString(`
21870
- fragment PushSubscriptionPayload on PushSubscriptionPayload {
21871
- __typename
21872
- lastSyncId
21873
- entity {
21874
- ...PushSubscription
23049
+ updatedBy {
23050
+ id
21875
23051
  }
21876
- success
21877
23052
  }
21878
- fragment PushSubscription on PushSubscription {
23053
+ fragment IssueImport on IssueImport {
21879
23054
  __typename
23055
+ progress
23056
+ errorMetadata
23057
+ csvFileUrl
23058
+ serviceMetadata
23059
+ teamName
23060
+ mapping
23061
+ displayName
23062
+ creatorId
21880
23063
  updatedAt
23064
+ service
23065
+ status
21881
23066
  archivedAt
21882
23067
  createdAt
21883
23068
  id
21884
- }`, { fragmentName: "PushSubscriptionPayload" });
21885
- const PushSubscriptionTestPayloadFragmentDoc = new TypedDocumentString(`
21886
- fragment PushSubscriptionTestPayload on PushSubscriptionTestPayload {
21887
- __typename
21888
- success
21889
- }
21890
- `, { fragmentName: "PushSubscriptionTestPayload" });
21891
- const RateLimitResultPayloadFragmentDoc = new TypedDocumentString(`
21892
- fragment RateLimitResultPayload on RateLimitResultPayload {
21893
- __typename
21894
- period
21895
- remainingAmount
21896
- requestedAmount
21897
- reset
21898
- allowedAmount
21899
- type
21900
- }
21901
- `, { fragmentName: "RateLimitResultPayload" });
21902
- const RateLimitPayloadFragmentDoc = new TypedDocumentString(`
21903
- fragment RateLimitPayload on RateLimitPayload {
21904
- __typename
21905
- identifier
21906
- kind
21907
- limits {
21908
- ...RateLimitResultPayload
21909
- }
23069
+ error
21910
23070
  }
21911
- fragment RateLimitResultPayload on RateLimitResultPayload {
23071
+ fragment InitiativeNotification on InitiativeNotification {
21912
23072
  __typename
21913
- period
21914
- remainingAmount
21915
- requestedAmount
21916
- reset
21917
- allowedAmount
23073
+ reactionEmoji
21918
23074
  type
21919
- }`, { fragmentName: "RateLimitPayload" });
21920
- const ReactionPayloadFragmentDoc = new TypedDocumentString(`
21921
- fragment ReactionPayload on ReactionPayload {
21922
- __typename
21923
- lastSyncId
21924
- reaction {
21925
- ...Reaction
23075
+ commentId
23076
+ initiativeId
23077
+ initiativeUpdateId
23078
+ parentCommentId
23079
+ botActor {
23080
+ ...ActorBot
21926
23081
  }
21927
- success
21928
- }
21929
- fragment Reaction on Reaction {
21930
- __typename
21931
- emoji
23082
+ category
21932
23083
  comment {
21933
23084
  id
21934
23085
  }
21935
- externalUser {
23086
+ document {
21936
23087
  id
21937
23088
  }
21938
- initiativeUpdate {
23089
+ externalUserActor {
21939
23090
  id
21940
23091
  }
21941
- issue {
23092
+ initiative {
23093
+ id
23094
+ }
23095
+ initiativeUpdate {
21942
23096
  id
21943
23097
  }
21944
23098
  updatedAt
21945
- projectUpdate {
23099
+ parentComment {
21946
23100
  id
21947
23101
  }
23102
+ emailedAt
23103
+ readAt
23104
+ unsnoozedAt
21948
23105
  archivedAt
21949
23106
  createdAt
23107
+ snoozedUntilAt
21950
23108
  id
23109
+ actor {
23110
+ id
23111
+ }
21951
23112
  user {
21952
23113
  id
21953
23114
  }
21954
- }`, { fragmentName: "ReactionPayload" });
21955
- const ReleasePayloadFragmentDoc = new TypedDocumentString(`
21956
- fragment ReleasePayload on ReleasePayload {
21957
- __typename
21958
- lastSyncId
21959
- success
21960
- }
21961
- `, { fragmentName: "ReleasePayload" });
21962
- const ReleasePipelinePayloadFragmentDoc = new TypedDocumentString(`
21963
- fragment ReleasePipelinePayload on ReleasePipelinePayload {
21964
- __typename
21965
- lastSyncId
21966
- success
21967
- }
21968
- `, { fragmentName: "ReleasePipelinePayload" });
21969
- const ReleaseStagePayloadFragmentDoc = new TypedDocumentString(`
21970
- fragment ReleaseStagePayload on ReleaseStagePayload {
21971
- __typename
21972
- lastSyncId
21973
- success
21974
- }
21975
- `, { fragmentName: "ReleaseStagePayload" });
21976
- const RepositorySuggestionFragmentDoc = new TypedDocumentString(`
21977
- fragment RepositorySuggestion on RepositorySuggestion {
21978
- __typename
21979
- confidence
21980
- hostname
21981
- repositoryFullName
21982
23115
  }
21983
- `, { fragmentName: "RepositorySuggestion" });
21984
- const RepositorySuggestionsPayloadFragmentDoc = new TypedDocumentString(`
21985
- fragment RepositorySuggestionsPayload on RepositorySuggestionsPayload {
23116
+ fragment IssueNotification on IssueNotification {
21986
23117
  __typename
21987
- suggestions {
21988
- ...RepositorySuggestion
23118
+ reactionEmoji
23119
+ type
23120
+ commentId
23121
+ issueId
23122
+ parentCommentId
23123
+ botActor {
23124
+ ...ActorBot
23125
+ }
23126
+ category
23127
+ comment {
23128
+ id
23129
+ }
23130
+ externalUserActor {
23131
+ id
23132
+ }
23133
+ issue {
23134
+ id
21989
23135
  }
21990
- }
21991
- fragment RepositorySuggestion on RepositorySuggestion {
21992
- __typename
21993
- confidence
21994
- hostname
21995
- repositoryFullName
21996
- }`, { fragmentName: "RepositorySuggestionsPayload" });
21997
- const RoadmapFragmentDoc = new TypedDocumentString(`
21998
- fragment Roadmap on Roadmap {
21999
- __typename
22000
- url
22001
- description
22002
23136
  updatedAt
22003
- name
22004
- color
22005
- slugId
22006
- sortOrder
23137
+ parentComment {
23138
+ id
23139
+ }
23140
+ subscriptions {
23141
+ ...NotificationSubscription
23142
+ }
23143
+ team {
23144
+ id
23145
+ }
23146
+ emailedAt
23147
+ readAt
23148
+ unsnoozedAt
22007
23149
  archivedAt
22008
23150
  createdAt
23151
+ snoozedUntilAt
22009
23152
  id
22010
- creator {
23153
+ actor {
22011
23154
  id
22012
23155
  }
22013
- owner {
23156
+ user {
22014
23157
  id
22015
23158
  }
22016
23159
  }
22017
- `, { fragmentName: "Roadmap" });
22018
- const RoadmapConnectionFragmentDoc = new TypedDocumentString(`
22019
- fragment RoadmapConnection on RoadmapConnection {
23160
+ fragment OauthClientApprovalNotification on OauthClientApprovalNotification {
22020
23161
  __typename
22021
- nodes {
22022
- ...Roadmap
23162
+ type
23163
+ oauthClientApprovalId
23164
+ oauthClientApproval {
23165
+ ...OauthClientApproval
22023
23166
  }
22024
- pageInfo {
22025
- ...PageInfo
23167
+ botActor {
23168
+ ...ActorBot
23169
+ }
23170
+ category
23171
+ externalUserActor {
23172
+ id
22026
23173
  }
22027
- }
22028
- fragment Roadmap on Roadmap {
22029
- __typename
22030
- url
22031
- description
22032
23174
  updatedAt
22033
- name
22034
- color
22035
- slugId
22036
- sortOrder
23175
+ emailedAt
23176
+ readAt
23177
+ unsnoozedAt
22037
23178
  archivedAt
22038
23179
  createdAt
23180
+ snoozedUntilAt
22039
23181
  id
22040
- creator {
23182
+ actor {
22041
23183
  id
22042
23184
  }
22043
- owner {
23185
+ user {
22044
23186
  id
22045
23187
  }
22046
23188
  }
22047
- fragment PageInfo on PageInfo {
22048
- __typename
22049
- startCursor
22050
- endCursor
22051
- hasPreviousPage
22052
- hasNextPage
22053
- }`, { fragmentName: "RoadmapConnection" });
22054
- const RoadmapPayloadFragmentDoc = new TypedDocumentString(`
22055
- fragment RoadmapPayload on RoadmapPayload {
23189
+ fragment IssueRelationHistoryPayload on IssueRelationHistoryPayload {
22056
23190
  __typename
22057
- lastSyncId
22058
- roadmap {
22059
- id
22060
- }
22061
- success
23191
+ identifier
23192
+ type
22062
23193
  }
22063
- `, { fragmentName: "RoadmapPayload" });
22064
- const RoadmapToProjectFragmentDoc = new TypedDocumentString(`
22065
- fragment RoadmapToProject on RoadmapToProject {
23194
+ fragment IssueLabel on IssueLabel {
22066
23195
  __typename
23196
+ lastAppliedAt
23197
+ color
23198
+ description
23199
+ name
22067
23200
  updatedAt
22068
- project {
23201
+ inheritedFrom {
22069
23202
  id
22070
23203
  }
22071
- roadmap {
23204
+ parent {
23205
+ id
23206
+ }
23207
+ team {
22072
23208
  id
22073
23209
  }
22074
- sortOrder
22075
23210
  archivedAt
22076
23211
  createdAt
22077
23212
  id
22078
- }
22079
- `, { fragmentName: "RoadmapToProject" });
22080
- const RoadmapToProjectConnectionFragmentDoc = new TypedDocumentString(`
22081
- fragment RoadmapToProjectConnection on RoadmapToProjectConnection {
22082
- __typename
22083
- nodes {
22084
- ...RoadmapToProject
23213
+ creator {
23214
+ id
22085
23215
  }
22086
- pageInfo {
22087
- ...PageInfo
23216
+ retiredBy {
23217
+ id
22088
23218
  }
23219
+ isGroup
22089
23220
  }
22090
- fragment RoadmapToProject on RoadmapToProject {
23221
+ fragment NotificationSubscription on NotificationSubscription {
22091
23222
  __typename
22092
- updatedAt
23223
+ customView {
23224
+ id
23225
+ }
23226
+ cycle {
23227
+ id
23228
+ }
23229
+ initiative {
23230
+ id
23231
+ }
23232
+ label {
23233
+ id
23234
+ }
22093
23235
  project {
22094
23236
  id
22095
23237
  }
22096
- roadmap {
23238
+ customer {
23239
+ id
23240
+ }
23241
+ updatedAt
23242
+ team {
22097
23243
  id
22098
23244
  }
22099
- sortOrder
22100
23245
  archivedAt
22101
23246
  createdAt
23247
+ userContextViewType
23248
+ contextViewType
22102
23249
  id
22103
- }
22104
- fragment PageInfo on PageInfo {
22105
- __typename
22106
- startCursor
22107
- endCursor
22108
- hasPreviousPage
22109
- hasNextPage
22110
- }`, { fragmentName: "RoadmapToProjectConnection" });
22111
- const RoadmapToProjectPayloadFragmentDoc = new TypedDocumentString(`
22112
- fragment RoadmapToProjectPayload on RoadmapToProjectPayload {
22113
- __typename
22114
- lastSyncId
22115
- roadmapToProject {
23250
+ subscriber {
22116
23251
  id
22117
23252
  }
22118
- success
22119
- }
22120
- `, { fragmentName: "RoadmapToProjectPayload" });
22121
- const SlackChannelConnectPayloadFragmentDoc = new TypedDocumentString(`
22122
- fragment SlackChannelConnectPayload on SlackChannelConnectPayload {
22123
- __typename
22124
- lastSyncId
22125
- integration {
23253
+ user {
22126
23254
  id
22127
23255
  }
22128
- nudgeToConnectMainSlackIntegration
22129
- nudgeToUpdateMainSlackIntegration
22130
- addBot
22131
- success
23256
+ active
22132
23257
  }
22133
- `, { fragmentName: "SlackChannelConnectPayload" });
22134
- const SsoUrlFromEmailResponseFragmentDoc = new TypedDocumentString(`
22135
- fragment SsoUrlFromEmailResponse on SsoUrlFromEmailResponse {
23258
+ fragment OauthClientApproval on OauthClientApproval {
22136
23259
  __typename
22137
- samlSsoUrl
22138
- success
22139
- }
22140
- `, { fragmentName: "SsoUrlFromEmailResponse" });
23260
+ newlyRequestedScopes
23261
+ updatedAt
23262
+ requesterId
23263
+ responderId
23264
+ requestReason
23265
+ denyReason
23266
+ scopes
23267
+ status
23268
+ archivedAt
23269
+ createdAt
23270
+ id
23271
+ oauthClientId
23272
+ }`, { fragmentName: "Subscription" });
22141
23273
  const SuccessPayloadFragmentDoc = new TypedDocumentString(`
22142
23274
  fragment SuccessPayload on SuccessPayload {
22143
23275
  __typename
@@ -22192,6 +23324,9 @@ const TeamFragmentDoc = new TypedDocumentString(`
22192
23324
  color
22193
23325
  description
22194
23326
  name
23327
+ parent {
23328
+ id
23329
+ }
22195
23330
  key
22196
23331
  archivedAt
22197
23332
  createdAt
@@ -22300,6 +23435,9 @@ const TeamConnectionFragmentDoc = new TypedDocumentString(`
22300
23435
  color
22301
23436
  description
22302
23437
  name
23438
+ parent {
23439
+ id
23440
+ }
22303
23441
  key
22304
23442
  archivedAt
22305
23443
  createdAt
@@ -22889,9 +24027,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22889
24027
  projectLayout
22890
24028
  projectViewOrdering
22891
24029
  projectSubGrouping
24030
+ releasePipelineGrouping
22892
24031
  releasePipelinesViewOrdering
22893
24032
  reviewGrouping
22894
24033
  reviewViewOrdering
24034
+ scheduledPipelineReleasesViewGrouping
22895
24035
  scheduledPipelineReleasesViewOrdering
22896
24036
  searchResultType
22897
24037
  searchViewOrdering
@@ -22931,6 +24071,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22931
24071
  showSupervisedIssues
22932
24072
  fieldSla
22933
24073
  fieldSentryIssues
24074
+ scheduledPipelineReleaseFieldCompletion
22934
24075
  customViewFieldDateCreated
22935
24076
  customViewFieldOwner
22936
24077
  customViewFieldDateUpdated
@@ -22949,6 +24090,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
22949
24090
  dashboardFieldDateCreated
22950
24091
  dashboardFieldOwner
22951
24092
  dashboardFieldDateUpdated
24093
+ scheduledPipelineReleaseFieldDescription
22952
24094
  fieldDueDate
22953
24095
  initiativeFieldHealth
22954
24096
  initiativeFieldActivity
@@ -23030,7 +24172,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
23030
24172
  reviewFieldIdentifier
23031
24173
  reviewFieldPreviewLinks
23032
24174
  reviewFieldRepository
23033
- scheduledPipelineReleaseFieldStage
23034
24175
  teamFieldDateCreated
23035
24176
  teamFieldCycle
23036
24177
  teamFieldIdentifier
@@ -23039,8 +24180,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
23039
24180
  teamFieldOwner
23040
24181
  teamFieldProjects
23041
24182
  teamFieldDateUpdated
24183
+ releasePipelineFieldTeams
23042
24184
  fieldTimeInCurrentStatus
23043
24185
  releasePipelineFieldType
24186
+ scheduledPipelineReleaseFieldVersion
23044
24187
  showTriageIssues
23045
24188
  showUnreadItemsFirst
23046
24189
  timelineChronologyShowWeekNumbers
@@ -23245,6 +24388,9 @@ const AdministrableTeamsDocument = new TypedDocumentString(`
23245
24388
  color
23246
24389
  description
23247
24390
  name
24391
+ parent {
24392
+ id
24393
+ }
23248
24394
  key
23249
24395
  archivedAt
23250
24396
  createdAt
@@ -26827,9 +27973,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26827
27973
  projectLayout
26828
27974
  projectViewOrdering
26829
27975
  projectSubGrouping
27976
+ releasePipelineGrouping
26830
27977
  releasePipelinesViewOrdering
26831
27978
  reviewGrouping
26832
27979
  reviewViewOrdering
27980
+ scheduledPipelineReleasesViewGrouping
26833
27981
  scheduledPipelineReleasesViewOrdering
26834
27982
  searchResultType
26835
27983
  searchViewOrdering
@@ -26869,6 +28017,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26869
28017
  showSupervisedIssues
26870
28018
  fieldSla
26871
28019
  fieldSentryIssues
28020
+ scheduledPipelineReleaseFieldCompletion
26872
28021
  customViewFieldDateCreated
26873
28022
  customViewFieldOwner
26874
28023
  customViewFieldDateUpdated
@@ -26887,6 +28036,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26887
28036
  dashboardFieldDateCreated
26888
28037
  dashboardFieldOwner
26889
28038
  dashboardFieldDateUpdated
28039
+ scheduledPipelineReleaseFieldDescription
26890
28040
  fieldDueDate
26891
28041
  initiativeFieldHealth
26892
28042
  initiativeFieldActivity
@@ -26968,7 +28118,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26968
28118
  reviewFieldIdentifier
26969
28119
  reviewFieldPreviewLinks
26970
28120
  reviewFieldRepository
26971
- scheduledPipelineReleaseFieldStage
26972
28121
  teamFieldDateCreated
26973
28122
  teamFieldCycle
26974
28123
  teamFieldIdentifier
@@ -26977,8 +28126,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
26977
28126
  teamFieldOwner
26978
28127
  teamFieldProjects
26979
28128
  teamFieldDateUpdated
28129
+ releasePipelineFieldTeams
26980
28130
  fieldTimeInCurrentStatus
26981
28131
  releasePipelineFieldType
28132
+ scheduledPipelineReleaseFieldVersion
26982
28133
  showTriageIssues
26983
28134
  showUnreadItemsFirst
26984
28135
  timelineChronologyShowWeekNumbers
@@ -27440,9 +28591,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27440
28591
  projectLayout
27441
28592
  projectViewOrdering
27442
28593
  projectSubGrouping
28594
+ releasePipelineGrouping
27443
28595
  releasePipelinesViewOrdering
27444
28596
  reviewGrouping
27445
28597
  reviewViewOrdering
28598
+ scheduledPipelineReleasesViewGrouping
27446
28599
  scheduledPipelineReleasesViewOrdering
27447
28600
  searchResultType
27448
28601
  searchViewOrdering
@@ -27482,6 +28635,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27482
28635
  showSupervisedIssues
27483
28636
  fieldSla
27484
28637
  fieldSentryIssues
28638
+ scheduledPipelineReleaseFieldCompletion
27485
28639
  customViewFieldDateCreated
27486
28640
  customViewFieldOwner
27487
28641
  customViewFieldDateUpdated
@@ -27500,6 +28654,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27500
28654
  dashboardFieldDateCreated
27501
28655
  dashboardFieldOwner
27502
28656
  dashboardFieldDateUpdated
28657
+ scheduledPipelineReleaseFieldDescription
27503
28658
  fieldDueDate
27504
28659
  initiativeFieldHealth
27505
28660
  initiativeFieldActivity
@@ -27581,7 +28736,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27581
28736
  reviewFieldIdentifier
27582
28737
  reviewFieldPreviewLinks
27583
28738
  reviewFieldRepository
27584
- scheduledPipelineReleaseFieldStage
27585
28739
  teamFieldDateCreated
27586
28740
  teamFieldCycle
27587
28741
  teamFieldIdentifier
@@ -27590,8 +28744,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27590
28744
  teamFieldOwner
27591
28745
  teamFieldProjects
27592
28746
  teamFieldDateUpdated
28747
+ releasePipelineFieldTeams
27593
28748
  fieldTimeInCurrentStatus
27594
28749
  releasePipelineFieldType
28750
+ scheduledPipelineReleaseFieldVersion
27595
28751
  showTriageIssues
27596
28752
  showUnreadItemsFirst
27597
28753
  timelineChronologyShowWeekNumbers
@@ -27657,9 +28813,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27657
28813
  projectLayout
27658
28814
  projectViewOrdering
27659
28815
  projectSubGrouping
28816
+ releasePipelineGrouping
27660
28817
  releasePipelinesViewOrdering
27661
28818
  reviewGrouping
27662
28819
  reviewViewOrdering
28820
+ scheduledPipelineReleasesViewGrouping
27663
28821
  scheduledPipelineReleasesViewOrdering
27664
28822
  searchResultType
27665
28823
  searchViewOrdering
@@ -27699,6 +28857,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27699
28857
  showSupervisedIssues
27700
28858
  fieldSla
27701
28859
  fieldSentryIssues
28860
+ scheduledPipelineReleaseFieldCompletion
27702
28861
  customViewFieldDateCreated
27703
28862
  customViewFieldOwner
27704
28863
  customViewFieldDateUpdated
@@ -27717,6 +28876,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27717
28876
  dashboardFieldDateCreated
27718
28877
  dashboardFieldOwner
27719
28878
  dashboardFieldDateUpdated
28879
+ scheduledPipelineReleaseFieldDescription
27720
28880
  fieldDueDate
27721
28881
  initiativeFieldHealth
27722
28882
  initiativeFieldActivity
@@ -27798,7 +28958,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27798
28958
  reviewFieldIdentifier
27799
28959
  reviewFieldPreviewLinks
27800
28960
  reviewFieldRepository
27801
- scheduledPipelineReleaseFieldStage
27802
28961
  teamFieldDateCreated
27803
28962
  teamFieldCycle
27804
28963
  teamFieldIdentifier
@@ -27807,8 +28966,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
27807
28966
  teamFieldOwner
27808
28967
  teamFieldProjects
27809
28968
  teamFieldDateUpdated
28969
+ releasePipelineFieldTeams
27810
28970
  fieldTimeInCurrentStatus
27811
28971
  releasePipelineFieldType
28972
+ scheduledPipelineReleaseFieldVersion
27812
28973
  showTriageIssues
27813
28974
  showUnreadItemsFirst
27814
28975
  timelineChronologyShowWeekNumbers
@@ -28083,9 +29244,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28083
29244
  projectLayout
28084
29245
  projectViewOrdering
28085
29246
  projectSubGrouping
29247
+ releasePipelineGrouping
28086
29248
  releasePipelinesViewOrdering
28087
29249
  reviewGrouping
28088
29250
  reviewViewOrdering
29251
+ scheduledPipelineReleasesViewGrouping
28089
29252
  scheduledPipelineReleasesViewOrdering
28090
29253
  searchResultType
28091
29254
  searchViewOrdering
@@ -28125,6 +29288,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28125
29288
  showSupervisedIssues
28126
29289
  fieldSla
28127
29290
  fieldSentryIssues
29291
+ scheduledPipelineReleaseFieldCompletion
28128
29292
  customViewFieldDateCreated
28129
29293
  customViewFieldOwner
28130
29294
  customViewFieldDateUpdated
@@ -28143,6 +29307,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28143
29307
  dashboardFieldDateCreated
28144
29308
  dashboardFieldOwner
28145
29309
  dashboardFieldDateUpdated
29310
+ scheduledPipelineReleaseFieldDescription
28146
29311
  fieldDueDate
28147
29312
  initiativeFieldHealth
28148
29313
  initiativeFieldActivity
@@ -28224,7 +29389,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28224
29389
  reviewFieldIdentifier
28225
29390
  reviewFieldPreviewLinks
28226
29391
  reviewFieldRepository
28227
- scheduledPipelineReleaseFieldStage
28228
29392
  teamFieldDateCreated
28229
29393
  teamFieldCycle
28230
29394
  teamFieldIdentifier
@@ -28233,8 +29397,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28233
29397
  teamFieldOwner
28234
29398
  teamFieldProjects
28235
29399
  teamFieldDateUpdated
29400
+ releasePipelineFieldTeams
28236
29401
  fieldTimeInCurrentStatus
28237
29402
  releasePipelineFieldType
29403
+ scheduledPipelineReleaseFieldVersion
28238
29404
  showTriageIssues
28239
29405
  showUnreadItemsFirst
28240
29406
  timelineChronologyShowWeekNumbers
@@ -28300,9 +29466,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28300
29466
  projectLayout
28301
29467
  projectViewOrdering
28302
29468
  projectSubGrouping
29469
+ releasePipelineGrouping
28303
29470
  releasePipelinesViewOrdering
28304
29471
  reviewGrouping
28305
29472
  reviewViewOrdering
29473
+ scheduledPipelineReleasesViewGrouping
28306
29474
  scheduledPipelineReleasesViewOrdering
28307
29475
  searchResultType
28308
29476
  searchViewOrdering
@@ -28342,6 +29510,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28342
29510
  showSupervisedIssues
28343
29511
  fieldSla
28344
29512
  fieldSentryIssues
29513
+ scheduledPipelineReleaseFieldCompletion
28345
29514
  customViewFieldDateCreated
28346
29515
  customViewFieldOwner
28347
29516
  customViewFieldDateUpdated
@@ -28360,6 +29529,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28360
29529
  dashboardFieldDateCreated
28361
29530
  dashboardFieldOwner
28362
29531
  dashboardFieldDateUpdated
29532
+ scheduledPipelineReleaseFieldDescription
28363
29533
  fieldDueDate
28364
29534
  initiativeFieldHealth
28365
29535
  initiativeFieldActivity
@@ -28441,7 +29611,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28441
29611
  reviewFieldIdentifier
28442
29612
  reviewFieldPreviewLinks
28443
29613
  reviewFieldRepository
28444
- scheduledPipelineReleaseFieldStage
28445
29614
  teamFieldDateCreated
28446
29615
  teamFieldCycle
28447
29616
  teamFieldIdentifier
@@ -28450,8 +29619,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28450
29619
  teamFieldOwner
28451
29620
  teamFieldProjects
28452
29621
  teamFieldDateUpdated
29622
+ releasePipelineFieldTeams
28453
29623
  fieldTimeInCurrentStatus
28454
29624
  releasePipelineFieldType
29625
+ scheduledPipelineReleaseFieldVersion
28455
29626
  showTriageIssues
28456
29627
  showUnreadItemsFirst
28457
29628
  timelineChronologyShowWeekNumbers
@@ -28515,9 +29686,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28515
29686
  projectLayout
28516
29687
  projectViewOrdering
28517
29688
  projectSubGrouping
29689
+ releasePipelineGrouping
28518
29690
  releasePipelinesViewOrdering
28519
29691
  reviewGrouping
28520
29692
  reviewViewOrdering
29693
+ scheduledPipelineReleasesViewGrouping
28521
29694
  scheduledPipelineReleasesViewOrdering
28522
29695
  searchResultType
28523
29696
  searchViewOrdering
@@ -28557,6 +29730,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28557
29730
  showSupervisedIssues
28558
29731
  fieldSla
28559
29732
  fieldSentryIssues
29733
+ scheduledPipelineReleaseFieldCompletion
28560
29734
  customViewFieldDateCreated
28561
29735
  customViewFieldOwner
28562
29736
  customViewFieldDateUpdated
@@ -28575,6 +29749,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28575
29749
  dashboardFieldDateCreated
28576
29750
  dashboardFieldOwner
28577
29751
  dashboardFieldDateUpdated
29752
+ scheduledPipelineReleaseFieldDescription
28578
29753
  fieldDueDate
28579
29754
  initiativeFieldHealth
28580
29755
  initiativeFieldActivity
@@ -28656,7 +29831,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28656
29831
  reviewFieldIdentifier
28657
29832
  reviewFieldPreviewLinks
28658
29833
  reviewFieldRepository
28659
- scheduledPipelineReleaseFieldStage
28660
29834
  teamFieldDateCreated
28661
29835
  teamFieldCycle
28662
29836
  teamFieldIdentifier
@@ -28665,8 +29839,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28665
29839
  teamFieldOwner
28666
29840
  teamFieldProjects
28667
29841
  teamFieldDateUpdated
29842
+ releasePipelineFieldTeams
28668
29843
  fieldTimeInCurrentStatus
28669
29844
  releasePipelineFieldType
29845
+ scheduledPipelineReleaseFieldVersion
28670
29846
  showTriageIssues
28671
29847
  showUnreadItemsFirst
28672
29848
  timelineChronologyShowWeekNumbers
@@ -28815,9 +29991,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28815
29991
  projectLayout
28816
29992
  projectViewOrdering
28817
29993
  projectSubGrouping
29994
+ releasePipelineGrouping
28818
29995
  releasePipelinesViewOrdering
28819
29996
  reviewGrouping
28820
29997
  reviewViewOrdering
29998
+ scheduledPipelineReleasesViewGrouping
28821
29999
  scheduledPipelineReleasesViewOrdering
28822
30000
  searchResultType
28823
30001
  searchViewOrdering
@@ -28857,6 +30035,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28857
30035
  showSupervisedIssues
28858
30036
  fieldSla
28859
30037
  fieldSentryIssues
30038
+ scheduledPipelineReleaseFieldCompletion
28860
30039
  customViewFieldDateCreated
28861
30040
  customViewFieldOwner
28862
30041
  customViewFieldDateUpdated
@@ -28875,6 +30054,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28875
30054
  dashboardFieldDateCreated
28876
30055
  dashboardFieldOwner
28877
30056
  dashboardFieldDateUpdated
30057
+ scheduledPipelineReleaseFieldDescription
28878
30058
  fieldDueDate
28879
30059
  initiativeFieldHealth
28880
30060
  initiativeFieldActivity
@@ -28956,7 +30136,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28956
30136
  reviewFieldIdentifier
28957
30137
  reviewFieldPreviewLinks
28958
30138
  reviewFieldRepository
28959
- scheduledPipelineReleaseFieldStage
28960
30139
  teamFieldDateCreated
28961
30140
  teamFieldCycle
28962
30141
  teamFieldIdentifier
@@ -28965,8 +30144,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
28965
30144
  teamFieldOwner
28966
30145
  teamFieldProjects
28967
30146
  teamFieldDateUpdated
30147
+ releasePipelineFieldTeams
28968
30148
  fieldTimeInCurrentStatus
28969
30149
  releasePipelineFieldType
30150
+ scheduledPipelineReleaseFieldVersion
28970
30151
  showTriageIssues
28971
30152
  showUnreadItemsFirst
28972
30153
  timelineChronologyShowWeekNumbers
@@ -38471,6 +39652,9 @@ const Organization_TeamsDocument = new TypedDocumentString(`
38471
39652
  color
38472
39653
  description
38473
39654
  name
39655
+ parent {
39656
+ id
39657
+ }
38474
39658
  key
38475
39659
  archivedAt
38476
39660
  createdAt
@@ -40446,6 +41630,9 @@ const Project_TeamsDocument = new TypedDocumentString(`
40446
41630
  color
40447
41631
  description
40448
41632
  name
41633
+ parent {
41634
+ id
41635
+ }
40449
41636
  key
40450
41637
  archivedAt
40451
41638
  createdAt
@@ -43196,6 +44383,9 @@ const TeamDocument = new TypedDocumentString(`
43196
44383
  color
43197
44384
  description
43198
44385
  name
44386
+ parent {
44387
+ id
44388
+ }
43199
44389
  key
43200
44390
  archivedAt
43201
44391
  createdAt
@@ -44281,6 +45471,9 @@ const TeamsDocument = new TypedDocumentString(`
44281
45471
  color
44282
45472
  description
44283
45473
  name
45474
+ parent {
45475
+ id
45476
+ }
44284
45477
  key
44285
45478
  archivedAt
44286
45479
  createdAt
@@ -45599,6 +46792,9 @@ const User_TeamsDocument = new TypedDocumentString(`
45599
46792
  color
45600
46793
  description
45601
46794
  name
46795
+ parent {
46796
+ id
46797
+ }
45602
46798
  key
45603
46799
  archivedAt
45604
46800
  createdAt
@@ -47584,6 +48780,9 @@ const Viewer_TeamsDocument = new TypedDocumentString(`
47584
48780
  color
47585
48781
  description
47586
48782
  name
48783
+ parent {
48784
+ id
48785
+ }
47587
48786
  key
47588
48787
  archivedAt
47589
48788
  createdAt
@@ -56808,9 +58007,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56808
58007
  projectLayout
56809
58008
  projectViewOrdering
56810
58009
  projectSubGrouping
58010
+ releasePipelineGrouping
56811
58011
  releasePipelinesViewOrdering
56812
58012
  reviewGrouping
56813
58013
  reviewViewOrdering
58014
+ scheduledPipelineReleasesViewGrouping
56814
58015
  scheduledPipelineReleasesViewOrdering
56815
58016
  searchResultType
56816
58017
  searchViewOrdering
@@ -56850,6 +58051,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56850
58051
  showSupervisedIssues
56851
58052
  fieldSla
56852
58053
  fieldSentryIssues
58054
+ scheduledPipelineReleaseFieldCompletion
56853
58055
  customViewFieldDateCreated
56854
58056
  customViewFieldOwner
56855
58057
  customViewFieldDateUpdated
@@ -56868,6 +58070,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56868
58070
  dashboardFieldDateCreated
56869
58071
  dashboardFieldOwner
56870
58072
  dashboardFieldDateUpdated
58073
+ scheduledPipelineReleaseFieldDescription
56871
58074
  fieldDueDate
56872
58075
  initiativeFieldHealth
56873
58076
  initiativeFieldActivity
@@ -56949,7 +58152,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56949
58152
  reviewFieldIdentifier
56950
58153
  reviewFieldPreviewLinks
56951
58154
  reviewFieldRepository
56952
- scheduledPipelineReleaseFieldStage
56953
58155
  teamFieldDateCreated
56954
58156
  teamFieldCycle
56955
58157
  teamFieldIdentifier
@@ -56958,8 +58160,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
56958
58160
  teamFieldOwner
56959
58161
  teamFieldProjects
56960
58162
  teamFieldDateUpdated
58163
+ releasePipelineFieldTeams
56961
58164
  fieldTimeInCurrentStatus
56962
58165
  releasePipelineFieldType
58166
+ scheduledPipelineReleaseFieldVersion
56963
58167
  showTriageIssues
56964
58168
  showUnreadItemsFirst
56965
58169
  timelineChronologyShowWeekNumbers
@@ -57053,9 +58257,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57053
58257
  projectLayout
57054
58258
  projectViewOrdering
57055
58259
  projectSubGrouping
58260
+ releasePipelineGrouping
57056
58261
  releasePipelinesViewOrdering
57057
58262
  reviewGrouping
57058
58263
  reviewViewOrdering
58264
+ scheduledPipelineReleasesViewGrouping
57059
58265
  scheduledPipelineReleasesViewOrdering
57060
58266
  searchResultType
57061
58267
  searchViewOrdering
@@ -57095,6 +58301,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57095
58301
  showSupervisedIssues
57096
58302
  fieldSla
57097
58303
  fieldSentryIssues
58304
+ scheduledPipelineReleaseFieldCompletion
57098
58305
  customViewFieldDateCreated
57099
58306
  customViewFieldOwner
57100
58307
  customViewFieldDateUpdated
@@ -57113,6 +58320,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57113
58320
  dashboardFieldDateCreated
57114
58321
  dashboardFieldOwner
57115
58322
  dashboardFieldDateUpdated
58323
+ scheduledPipelineReleaseFieldDescription
57116
58324
  fieldDueDate
57117
58325
  initiativeFieldHealth
57118
58326
  initiativeFieldActivity
@@ -57194,7 +58402,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57194
58402
  reviewFieldIdentifier
57195
58403
  reviewFieldPreviewLinks
57196
58404
  reviewFieldRepository
57197
- scheduledPipelineReleaseFieldStage
57198
58405
  teamFieldDateCreated
57199
58406
  teamFieldCycle
57200
58407
  teamFieldIdentifier
@@ -57203,8 +58410,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
57203
58410
  teamFieldOwner
57204
58411
  teamFieldProjects
57205
58412
  teamFieldDateUpdated
58413
+ releasePipelineFieldTeams
57206
58414
  fieldTimeInCurrentStatus
57207
58415
  releasePipelineFieldType
58416
+ scheduledPipelineReleaseFieldVersion
57208
58417
  showTriageIssues
57209
58418
  showUnreadItemsFirst
57210
58419
  timelineChronologyShowWeekNumbers
@@ -62720,6 +63929,46 @@ var DocumentContentChildWebhookPayload = class {
62720
63929
  project;
62721
63930
  };
62722
63931
  /**
63932
+ * A draft revision of document content, pending user review.
63933
+ *
63934
+ * @param request - function to call the graphql client
63935
+ * @param data - L.DocumentContentDraftFragment response data
63936
+ */
63937
+ var DocumentContentDraft = class extends Request {
63938
+ _user;
63939
+ constructor(request, data) {
63940
+ super(request);
63941
+ this.archivedAt = parseDate(data.archivedAt) ?? void 0;
63942
+ this.contentState = data.contentState;
63943
+ this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
63944
+ this.documentContentId = data.documentContentId;
63945
+ this.id = data.id;
63946
+ this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
63947
+ this.userId = data.userId;
63948
+ this.documentContent = new DocumentContent(request, data.documentContent);
63949
+ this._user = data.user;
63950
+ }
63951
+ /** The time at which the entity was archived. Null if the entity has not been archived. */
63952
+ archivedAt;
63953
+ /** The draft content state as a base64 encoded Yjs state update. */
63954
+ contentState;
63955
+ /** The time at which the entity was created. */
63956
+ createdAt;
63957
+ documentContentId;
63958
+ /** The unique identifier of the entity. */
63959
+ id;
63960
+ /**
63961
+ * The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
63962
+ * been updated after creation.
63963
+ */
63964
+ updatedAt;
63965
+ userId;
63966
+ documentContent;
63967
+ get user() {
63968
+ return new UserQuery(this._request).fetch(this._user.id);
63969
+ }
63970
+ };
63971
+ /**
62723
63972
  * DocumentContentHistoryPayload model
62724
63973
  *
62725
63974
  * @param request - function to call the graphql client
@@ -63150,11 +64399,11 @@ var Draft = class extends Request {
63150
64399
  get customerNeedId() {
63151
64400
  return this._customerNeed?.id;
63152
64401
  }
63153
- /** The initiative for which this is a draft initiative update. */
64402
+ /** The initiative for which this is a draft comment or initiative update. */
63154
64403
  get initiative() {
63155
64404
  return this._initiative?.id ? new InitiativeQuery(this._request).fetch(this._initiative?.id) : void 0;
63156
64405
  }
63157
- /** The ID of initiative for which this is a draft initiative update. */
64406
+ /** The ID of initiative for which this is a draft comment or initiative update. */
63158
64407
  get initiativeId() {
63159
64408
  return this._initiative?.id;
63160
64409
  }
@@ -63182,11 +64431,11 @@ var Draft = class extends Request {
63182
64431
  get parentCommentId() {
63183
64432
  return this._parentComment?.id;
63184
64433
  }
63185
- /** The project for which this is a draft project update. */
64434
+ /** The project for which this is a draft comment or project update. */
63186
64435
  get project() {
63187
64436
  return this._project?.id ? new ProjectQuery(this._request).fetch(this._project?.id) : void 0;
63188
64437
  }
63189
- /** The ID of project for which this is a draft project update. */
64438
+ /** The ID of project for which this is a draft comment or project update. */
63190
64439
  get projectId() {
63191
64440
  return this._project?.id;
63192
64441
  }
@@ -73967,6 +75216,575 @@ var SsoUrlFromEmailResponse = class extends Request {
73967
75216
  success;
73968
75217
  };
73969
75218
  /**
75219
+ * Subscription model
75220
+ *
75221
+ * @param request - function to call the graphql client
75222
+ * @param data - L.SubscriptionFragment response data
75223
+ */
75224
+ var Subscription = class extends Request {
75225
+ _agentActivityCreated;
75226
+ _agentActivityUpdated;
75227
+ _agentSessionCreated;
75228
+ _agentSessionUpdated;
75229
+ _commentArchived;
75230
+ _commentCreated;
75231
+ _commentDeleted;
75232
+ _commentUnarchived;
75233
+ _commentUpdated;
75234
+ _cycleArchived;
75235
+ _cycleCreated;
75236
+ _cycleUpdated;
75237
+ _documentArchived;
75238
+ _documentCreated;
75239
+ _documentUnarchived;
75240
+ _documentUpdated;
75241
+ _favoriteCreated;
75242
+ _favoriteDeleted;
75243
+ _favoriteUpdated;
75244
+ _initiativeCreated;
75245
+ _initiativeDeleted;
75246
+ _initiativeUpdated;
75247
+ _issueArchived;
75248
+ _issueCreated;
75249
+ _issueLabelCreated;
75250
+ _issueLabelDeleted;
75251
+ _issueLabelUpdated;
75252
+ _issueRelationCreated;
75253
+ _issueRelationDeleted;
75254
+ _issueRelationUpdated;
75255
+ _issueUnarchived;
75256
+ _issueUpdated;
75257
+ _projectArchived;
75258
+ _projectCreated;
75259
+ _projectUnarchived;
75260
+ _projectUpdateCreated;
75261
+ _projectUpdateDeleted;
75262
+ _projectUpdateUpdated;
75263
+ _projectUpdated;
75264
+ _roadmapCreated;
75265
+ _roadmapDeleted;
75266
+ _roadmapUpdated;
75267
+ _teamCreated;
75268
+ _teamDeleted;
75269
+ _teamMembershipCreated;
75270
+ _teamMembershipDeleted;
75271
+ _teamMembershipUpdated;
75272
+ _teamUpdated;
75273
+ _userCreated;
75274
+ _userUpdated;
75275
+ _workflowStateArchived;
75276
+ _workflowStateCreated;
75277
+ _workflowStateUpdated;
75278
+ constructor(request, data) {
75279
+ super(request);
75280
+ this.documentContentDraftCreated = new DocumentContentDraft(request, data.documentContentDraftCreated);
75281
+ this.documentContentDraftDeleted = new DocumentContentDraft(request, data.documentContentDraftDeleted);
75282
+ this.documentContentDraftUpdated = new DocumentContentDraft(request, data.documentContentDraftUpdated);
75283
+ this.draftCreated = new Draft(request, data.draftCreated);
75284
+ this.draftDeleted = new Draft(request, data.draftDeleted);
75285
+ this.draftUpdated = new Draft(request, data.draftUpdated);
75286
+ this.issueHistoryCreated = new IssueHistory(request, data.issueHistoryCreated);
75287
+ this.issueHistoryUpdated = new IssueHistory(request, data.issueHistoryUpdated);
75288
+ this._agentActivityCreated = data.agentActivityCreated;
75289
+ this._agentActivityUpdated = data.agentActivityUpdated;
75290
+ this._agentSessionCreated = data.agentSessionCreated;
75291
+ this._agentSessionUpdated = data.agentSessionUpdated;
75292
+ this._commentArchived = data.commentArchived;
75293
+ this._commentCreated = data.commentCreated;
75294
+ this._commentDeleted = data.commentDeleted;
75295
+ this._commentUnarchived = data.commentUnarchived;
75296
+ this._commentUpdated = data.commentUpdated;
75297
+ this._cycleArchived = data.cycleArchived;
75298
+ this._cycleCreated = data.cycleCreated;
75299
+ this._cycleUpdated = data.cycleUpdated;
75300
+ this._documentArchived = data.documentArchived;
75301
+ this._documentCreated = data.documentCreated;
75302
+ this._documentUnarchived = data.documentUnarchived;
75303
+ this._documentUpdated = data.documentUpdated;
75304
+ this._favoriteCreated = data.favoriteCreated;
75305
+ this._favoriteDeleted = data.favoriteDeleted;
75306
+ this._favoriteUpdated = data.favoriteUpdated;
75307
+ this._initiativeCreated = data.initiativeCreated;
75308
+ this._initiativeDeleted = data.initiativeDeleted;
75309
+ this._initiativeUpdated = data.initiativeUpdated;
75310
+ this._issueArchived = data.issueArchived;
75311
+ this._issueCreated = data.issueCreated;
75312
+ this._issueLabelCreated = data.issueLabelCreated;
75313
+ this._issueLabelDeleted = data.issueLabelDeleted;
75314
+ this._issueLabelUpdated = data.issueLabelUpdated;
75315
+ this._issueRelationCreated = data.issueRelationCreated;
75316
+ this._issueRelationDeleted = data.issueRelationDeleted;
75317
+ this._issueRelationUpdated = data.issueRelationUpdated;
75318
+ this._issueUnarchived = data.issueUnarchived;
75319
+ this._issueUpdated = data.issueUpdated;
75320
+ this._projectArchived = data.projectArchived;
75321
+ this._projectCreated = data.projectCreated;
75322
+ this._projectUnarchived = data.projectUnarchived;
75323
+ this._projectUpdateCreated = data.projectUpdateCreated;
75324
+ this._projectUpdateDeleted = data.projectUpdateDeleted;
75325
+ this._projectUpdateUpdated = data.projectUpdateUpdated;
75326
+ this._projectUpdated = data.projectUpdated;
75327
+ this._roadmapCreated = data.roadmapCreated;
75328
+ this._roadmapDeleted = data.roadmapDeleted;
75329
+ this._roadmapUpdated = data.roadmapUpdated;
75330
+ this._teamCreated = data.teamCreated;
75331
+ this._teamDeleted = data.teamDeleted;
75332
+ this._teamMembershipCreated = data.teamMembershipCreated;
75333
+ this._teamMembershipDeleted = data.teamMembershipDeleted;
75334
+ this._teamMembershipUpdated = data.teamMembershipUpdated;
75335
+ this._teamUpdated = data.teamUpdated;
75336
+ this._userCreated = data.userCreated;
75337
+ this._userUpdated = data.userUpdated;
75338
+ this._workflowStateArchived = data.workflowStateArchived;
75339
+ this._workflowStateCreated = data.workflowStateCreated;
75340
+ this._workflowStateUpdated = data.workflowStateUpdated;
75341
+ }
75342
+ /** Triggered when a document content draft is created */
75343
+ documentContentDraftCreated;
75344
+ /** Triggered when a document content draft is deleted */
75345
+ documentContentDraftDeleted;
75346
+ /** Triggered when a document content draft is updated */
75347
+ documentContentDraftUpdated;
75348
+ /** Triggered when a draft is created */
75349
+ draftCreated;
75350
+ /** Triggered when a draft is deleted */
75351
+ draftDeleted;
75352
+ /** Triggered when a draft is updated */
75353
+ draftUpdated;
75354
+ /** Triggered when an issue history is created */
75355
+ issueHistoryCreated;
75356
+ /** Triggered when an issue history is updated */
75357
+ issueHistoryUpdated;
75358
+ /** Triggered when an agent activity is created */
75359
+ get agentActivityCreated() {
75360
+ return new AgentActivityQuery(this._request).fetch(this._agentActivityCreated.id);
75361
+ }
75362
+ /** The ID of triggered when an agent activity is created */
75363
+ get agentActivityCreatedId() {
75364
+ return this._agentActivityCreated?.id;
75365
+ }
75366
+ /** Triggered when an agent activity is updated */
75367
+ get agentActivityUpdated() {
75368
+ return new AgentActivityQuery(this._request).fetch(this._agentActivityUpdated.id);
75369
+ }
75370
+ /** The ID of triggered when an agent activity is updated */
75371
+ get agentActivityUpdatedId() {
75372
+ return this._agentActivityUpdated?.id;
75373
+ }
75374
+ /** Triggered when an agent session is created */
75375
+ get agentSessionCreated() {
75376
+ return new AgentSessionQuery(this._request).fetch(this._agentSessionCreated.id);
75377
+ }
75378
+ /** The ID of triggered when an agent session is created */
75379
+ get agentSessionCreatedId() {
75380
+ return this._agentSessionCreated?.id;
75381
+ }
75382
+ /** Triggered when an agent session is updated */
75383
+ get agentSessionUpdated() {
75384
+ return new AgentSessionQuery(this._request).fetch(this._agentSessionUpdated.id);
75385
+ }
75386
+ /** The ID of triggered when an agent session is updated */
75387
+ get agentSessionUpdatedId() {
75388
+ return this._agentSessionUpdated?.id;
75389
+ }
75390
+ /** Triggered when a comment is archived */
75391
+ get commentArchived() {
75392
+ return new CommentQuery(this._request).fetch({ id: this._commentArchived.id });
75393
+ }
75394
+ /** The ID of triggered when a comment is archived */
75395
+ get commentArchivedId() {
75396
+ return this._commentArchived?.id;
75397
+ }
75398
+ /** Triggered when a comment is created */
75399
+ get commentCreated() {
75400
+ return new CommentQuery(this._request).fetch({ id: this._commentCreated.id });
75401
+ }
75402
+ /** The ID of triggered when a comment is created */
75403
+ get commentCreatedId() {
75404
+ return this._commentCreated?.id;
75405
+ }
75406
+ /** Triggered when a comment is deleted */
75407
+ get commentDeleted() {
75408
+ return new CommentQuery(this._request).fetch({ id: this._commentDeleted.id });
75409
+ }
75410
+ /** The ID of triggered when a comment is deleted */
75411
+ get commentDeletedId() {
75412
+ return this._commentDeleted?.id;
75413
+ }
75414
+ /** Triggered when a a comment is unarchived */
75415
+ get commentUnarchived() {
75416
+ return new CommentQuery(this._request).fetch({ id: this._commentUnarchived.id });
75417
+ }
75418
+ /** The ID of triggered when a a comment is unarchived */
75419
+ get commentUnarchivedId() {
75420
+ return this._commentUnarchived?.id;
75421
+ }
75422
+ /** Triggered when a comment is updated */
75423
+ get commentUpdated() {
75424
+ return new CommentQuery(this._request).fetch({ id: this._commentUpdated.id });
75425
+ }
75426
+ /** The ID of triggered when a comment is updated */
75427
+ get commentUpdatedId() {
75428
+ return this._commentUpdated?.id;
75429
+ }
75430
+ /** Triggered when a cycle is archived */
75431
+ get cycleArchived() {
75432
+ return new CycleQuery(this._request).fetch(this._cycleArchived.id);
75433
+ }
75434
+ /** The ID of triggered when a cycle is archived */
75435
+ get cycleArchivedId() {
75436
+ return this._cycleArchived?.id;
75437
+ }
75438
+ /** Triggered when a cycle is created */
75439
+ get cycleCreated() {
75440
+ return new CycleQuery(this._request).fetch(this._cycleCreated.id);
75441
+ }
75442
+ /** The ID of triggered when a cycle is created */
75443
+ get cycleCreatedId() {
75444
+ return this._cycleCreated?.id;
75445
+ }
75446
+ /** Triggered when a cycle is updated */
75447
+ get cycleUpdated() {
75448
+ return new CycleQuery(this._request).fetch(this._cycleUpdated.id);
75449
+ }
75450
+ /** The ID of triggered when a cycle is updated */
75451
+ get cycleUpdatedId() {
75452
+ return this._cycleUpdated?.id;
75453
+ }
75454
+ /** Triggered when a document is archived */
75455
+ get documentArchived() {
75456
+ return new DocumentQuery(this._request).fetch(this._documentArchived.id);
75457
+ }
75458
+ /** The ID of triggered when a document is archived */
75459
+ get documentArchivedId() {
75460
+ return this._documentArchived?.id;
75461
+ }
75462
+ /** Triggered when a document is created */
75463
+ get documentCreated() {
75464
+ return new DocumentQuery(this._request).fetch(this._documentCreated.id);
75465
+ }
75466
+ /** The ID of triggered when a document is created */
75467
+ get documentCreatedId() {
75468
+ return this._documentCreated?.id;
75469
+ }
75470
+ /** Triggered when a a document is unarchived */
75471
+ get documentUnarchived() {
75472
+ return new DocumentQuery(this._request).fetch(this._documentUnarchived.id);
75473
+ }
75474
+ /** The ID of triggered when a a document is unarchived */
75475
+ get documentUnarchivedId() {
75476
+ return this._documentUnarchived?.id;
75477
+ }
75478
+ /** Triggered when a document is updated */
75479
+ get documentUpdated() {
75480
+ return new DocumentQuery(this._request).fetch(this._documentUpdated.id);
75481
+ }
75482
+ /** The ID of triggered when a document is updated */
75483
+ get documentUpdatedId() {
75484
+ return this._documentUpdated?.id;
75485
+ }
75486
+ /** Triggered when a favorite is created */
75487
+ get favoriteCreated() {
75488
+ return new FavoriteQuery(this._request).fetch(this._favoriteCreated.id);
75489
+ }
75490
+ /** The ID of triggered when a favorite is created */
75491
+ get favoriteCreatedId() {
75492
+ return this._favoriteCreated?.id;
75493
+ }
75494
+ /** Triggered when a favorite is deleted */
75495
+ get favoriteDeleted() {
75496
+ return new FavoriteQuery(this._request).fetch(this._favoriteDeleted.id);
75497
+ }
75498
+ /** The ID of triggered when a favorite is deleted */
75499
+ get favoriteDeletedId() {
75500
+ return this._favoriteDeleted?.id;
75501
+ }
75502
+ /** Triggered when a favorite is updated */
75503
+ get favoriteUpdated() {
75504
+ return new FavoriteQuery(this._request).fetch(this._favoriteUpdated.id);
75505
+ }
75506
+ /** The ID of triggered when a favorite is updated */
75507
+ get favoriteUpdatedId() {
75508
+ return this._favoriteUpdated?.id;
75509
+ }
75510
+ /** Triggered when an initiative is created */
75511
+ get initiativeCreated() {
75512
+ return new InitiativeQuery(this._request).fetch(this._initiativeCreated.id);
75513
+ }
75514
+ /** The ID of triggered when an initiative is created */
75515
+ get initiativeCreatedId() {
75516
+ return this._initiativeCreated?.id;
75517
+ }
75518
+ /** Triggered when an initiative is deleted */
75519
+ get initiativeDeleted() {
75520
+ return new InitiativeQuery(this._request).fetch(this._initiativeDeleted.id);
75521
+ }
75522
+ /** The ID of triggered when an initiative is deleted */
75523
+ get initiativeDeletedId() {
75524
+ return this._initiativeDeleted?.id;
75525
+ }
75526
+ /** Triggered when an initiative is updated */
75527
+ get initiativeUpdated() {
75528
+ return new InitiativeQuery(this._request).fetch(this._initiativeUpdated.id);
75529
+ }
75530
+ /** The ID of triggered when an initiative is updated */
75531
+ get initiativeUpdatedId() {
75532
+ return this._initiativeUpdated?.id;
75533
+ }
75534
+ /** Triggered when an issue is archived */
75535
+ get issueArchived() {
75536
+ return new IssueQuery(this._request).fetch(this._issueArchived.id);
75537
+ }
75538
+ /** The ID of triggered when an issue is archived */
75539
+ get issueArchivedId() {
75540
+ return this._issueArchived?.id;
75541
+ }
75542
+ /** Triggered when an issue is created */
75543
+ get issueCreated() {
75544
+ return new IssueQuery(this._request).fetch(this._issueCreated.id);
75545
+ }
75546
+ /** The ID of triggered when an issue is created */
75547
+ get issueCreatedId() {
75548
+ return this._issueCreated?.id;
75549
+ }
75550
+ /** Triggered when an issue label is created */
75551
+ get issueLabelCreated() {
75552
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelCreated.id);
75553
+ }
75554
+ /** The ID of triggered when an issue label is created */
75555
+ get issueLabelCreatedId() {
75556
+ return this._issueLabelCreated?.id;
75557
+ }
75558
+ /** Triggered when an issue label is deleted */
75559
+ get issueLabelDeleted() {
75560
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelDeleted.id);
75561
+ }
75562
+ /** The ID of triggered when an issue label is deleted */
75563
+ get issueLabelDeletedId() {
75564
+ return this._issueLabelDeleted?.id;
75565
+ }
75566
+ /** Triggered when an issue label is updated */
75567
+ get issueLabelUpdated() {
75568
+ return new IssueLabelQuery(this._request).fetch(this._issueLabelUpdated.id);
75569
+ }
75570
+ /** The ID of triggered when an issue label is updated */
75571
+ get issueLabelUpdatedId() {
75572
+ return this._issueLabelUpdated?.id;
75573
+ }
75574
+ /** Triggered when an issue relation is created */
75575
+ get issueRelationCreated() {
75576
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationCreated.id);
75577
+ }
75578
+ /** The ID of triggered when an issue relation is created */
75579
+ get issueRelationCreatedId() {
75580
+ return this._issueRelationCreated?.id;
75581
+ }
75582
+ /** Triggered when an issue relation is deleted */
75583
+ get issueRelationDeleted() {
75584
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationDeleted.id);
75585
+ }
75586
+ /** The ID of triggered when an issue relation is deleted */
75587
+ get issueRelationDeletedId() {
75588
+ return this._issueRelationDeleted?.id;
75589
+ }
75590
+ /** Triggered when an issue relation is updated */
75591
+ get issueRelationUpdated() {
75592
+ return new IssueRelationQuery(this._request).fetch(this._issueRelationUpdated.id);
75593
+ }
75594
+ /** The ID of triggered when an issue relation is updated */
75595
+ get issueRelationUpdatedId() {
75596
+ return this._issueRelationUpdated?.id;
75597
+ }
75598
+ /** Triggered when a an issue is unarchived */
75599
+ get issueUnarchived() {
75600
+ return new IssueQuery(this._request).fetch(this._issueUnarchived.id);
75601
+ }
75602
+ /** The ID of triggered when a an issue is unarchived */
75603
+ get issueUnarchivedId() {
75604
+ return this._issueUnarchived?.id;
75605
+ }
75606
+ /** Triggered when an issue is updated */
75607
+ get issueUpdated() {
75608
+ return new IssueQuery(this._request).fetch(this._issueUpdated.id);
75609
+ }
75610
+ /** The ID of triggered when an issue is updated */
75611
+ get issueUpdatedId() {
75612
+ return this._issueUpdated?.id;
75613
+ }
75614
+ /** Triggered when an organization is updated */
75615
+ get organizationUpdated() {
75616
+ return new OrganizationQuery(this._request).fetch();
75617
+ }
75618
+ /** Triggered when a project is archived */
75619
+ get projectArchived() {
75620
+ return new ProjectQuery(this._request).fetch(this._projectArchived.id);
75621
+ }
75622
+ /** The ID of triggered when a project is archived */
75623
+ get projectArchivedId() {
75624
+ return this._projectArchived?.id;
75625
+ }
75626
+ /** Triggered when a project is created */
75627
+ get projectCreated() {
75628
+ return new ProjectQuery(this._request).fetch(this._projectCreated.id);
75629
+ }
75630
+ /** The ID of triggered when a project is created */
75631
+ get projectCreatedId() {
75632
+ return this._projectCreated?.id;
75633
+ }
75634
+ /** Triggered when a a project is unarchived */
75635
+ get projectUnarchived() {
75636
+ return new ProjectQuery(this._request).fetch(this._projectUnarchived.id);
75637
+ }
75638
+ /** The ID of triggered when a a project is unarchived */
75639
+ get projectUnarchivedId() {
75640
+ return this._projectUnarchived?.id;
75641
+ }
75642
+ /** Triggered when a project update is created */
75643
+ get projectUpdateCreated() {
75644
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateCreated.id);
75645
+ }
75646
+ /** The ID of triggered when a project update is created */
75647
+ get projectUpdateCreatedId() {
75648
+ return this._projectUpdateCreated?.id;
75649
+ }
75650
+ /** Triggered when a project update is deleted */
75651
+ get projectUpdateDeleted() {
75652
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateDeleted.id);
75653
+ }
75654
+ /** The ID of triggered when a project update is deleted */
75655
+ get projectUpdateDeletedId() {
75656
+ return this._projectUpdateDeleted?.id;
75657
+ }
75658
+ /** Triggered when a project update is updated */
75659
+ get projectUpdateUpdated() {
75660
+ return new ProjectUpdateQuery(this._request).fetch(this._projectUpdateUpdated.id);
75661
+ }
75662
+ /** The ID of triggered when a project update is updated */
75663
+ get projectUpdateUpdatedId() {
75664
+ return this._projectUpdateUpdated?.id;
75665
+ }
75666
+ /** Triggered when a project is updated */
75667
+ get projectUpdated() {
75668
+ return new ProjectQuery(this._request).fetch(this._projectUpdated.id);
75669
+ }
75670
+ /** The ID of triggered when a project is updated */
75671
+ get projectUpdatedId() {
75672
+ return this._projectUpdated?.id;
75673
+ }
75674
+ /** Triggered when a roadmap is created */
75675
+ get roadmapCreated() {
75676
+ return new RoadmapQuery(this._request).fetch(this._roadmapCreated.id);
75677
+ }
75678
+ /** The ID of triggered when a roadmap is created */
75679
+ get roadmapCreatedId() {
75680
+ return this._roadmapCreated?.id;
75681
+ }
75682
+ /** Triggered when a roadmap is deleted */
75683
+ get roadmapDeleted() {
75684
+ return new RoadmapQuery(this._request).fetch(this._roadmapDeleted.id);
75685
+ }
75686
+ /** The ID of triggered when a roadmap is deleted */
75687
+ get roadmapDeletedId() {
75688
+ return this._roadmapDeleted?.id;
75689
+ }
75690
+ /** Triggered when a roadmap is updated */
75691
+ get roadmapUpdated() {
75692
+ return new RoadmapQuery(this._request).fetch(this._roadmapUpdated.id);
75693
+ }
75694
+ /** The ID of triggered when a roadmap is updated */
75695
+ get roadmapUpdatedId() {
75696
+ return this._roadmapUpdated?.id;
75697
+ }
75698
+ /** Triggered when a team is created */
75699
+ get teamCreated() {
75700
+ return new TeamQuery(this._request).fetch(this._teamCreated.id);
75701
+ }
75702
+ /** The ID of triggered when a team is created */
75703
+ get teamCreatedId() {
75704
+ return this._teamCreated?.id;
75705
+ }
75706
+ /** Triggered when a team is deleted */
75707
+ get teamDeleted() {
75708
+ return new TeamQuery(this._request).fetch(this._teamDeleted.id);
75709
+ }
75710
+ /** The ID of triggered when a team is deleted */
75711
+ get teamDeletedId() {
75712
+ return this._teamDeleted?.id;
75713
+ }
75714
+ /** Triggered when a team membership is created */
75715
+ get teamMembershipCreated() {
75716
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipCreated.id);
75717
+ }
75718
+ /** The ID of triggered when a team membership is created */
75719
+ get teamMembershipCreatedId() {
75720
+ return this._teamMembershipCreated?.id;
75721
+ }
75722
+ /** Triggered when a team membership is deleted */
75723
+ get teamMembershipDeleted() {
75724
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipDeleted.id);
75725
+ }
75726
+ /** The ID of triggered when a team membership is deleted */
75727
+ get teamMembershipDeletedId() {
75728
+ return this._teamMembershipDeleted?.id;
75729
+ }
75730
+ /** Triggered when a team membership is updated */
75731
+ get teamMembershipUpdated() {
75732
+ return new TeamMembershipQuery(this._request).fetch(this._teamMembershipUpdated.id);
75733
+ }
75734
+ /** The ID of triggered when a team membership is updated */
75735
+ get teamMembershipUpdatedId() {
75736
+ return this._teamMembershipUpdated?.id;
75737
+ }
75738
+ /** Triggered when a team is updated */
75739
+ get teamUpdated() {
75740
+ return new TeamQuery(this._request).fetch(this._teamUpdated.id);
75741
+ }
75742
+ /** The ID of triggered when a team is updated */
75743
+ get teamUpdatedId() {
75744
+ return this._teamUpdated?.id;
75745
+ }
75746
+ /** Triggered when an user is created */
75747
+ get userCreated() {
75748
+ return new UserQuery(this._request).fetch(this._userCreated.id);
75749
+ }
75750
+ /** The ID of triggered when an user is created */
75751
+ get userCreatedId() {
75752
+ return this._userCreated?.id;
75753
+ }
75754
+ /** Triggered when an user is updated */
75755
+ get userUpdated() {
75756
+ return new UserQuery(this._request).fetch(this._userUpdated.id);
75757
+ }
75758
+ /** The ID of triggered when an user is updated */
75759
+ get userUpdatedId() {
75760
+ return this._userUpdated?.id;
75761
+ }
75762
+ /** Triggered when a workflow state is archived */
75763
+ get workflowStateArchived() {
75764
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateArchived.id);
75765
+ }
75766
+ /** The ID of triggered when a workflow state is archived */
75767
+ get workflowStateArchivedId() {
75768
+ return this._workflowStateArchived?.id;
75769
+ }
75770
+ /** Triggered when a workflow state is created */
75771
+ get workflowStateCreated() {
75772
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateCreated.id);
75773
+ }
75774
+ /** The ID of triggered when a workflow state is created */
75775
+ get workflowStateCreatedId() {
75776
+ return this._workflowStateCreated?.id;
75777
+ }
75778
+ /** Triggered when a workflow state is updated */
75779
+ get workflowStateUpdated() {
75780
+ return new WorkflowStateQuery(this._request).fetch(this._workflowStateUpdated.id);
75781
+ }
75782
+ /** The ID of triggered when a workflow state is updated */
75783
+ get workflowStateUpdatedId() {
75784
+ return this._workflowStateUpdated?.id;
75785
+ }
75786
+ };
75787
+ /**
73970
75788
  * SuccessPayload model
73971
75789
  *
73972
75790
  * @param request - function to call the graphql client
@@ -74085,6 +75903,7 @@ var Team = class extends Request {
74085
75903
  _markedAsDuplicateWorkflowState;
74086
75904
  _mergeWorkflowState;
74087
75905
  _mergeableWorkflowState;
75906
+ _parent;
74088
75907
  _reviewWorkflowState;
74089
75908
  _startWorkflowState;
74090
75909
  _triageIssueState;
@@ -74153,6 +75972,7 @@ var Team = class extends Request {
74153
75972
  this._markedAsDuplicateWorkflowState = data.markedAsDuplicateWorkflowState ?? void 0;
74154
75973
  this._mergeWorkflowState = data.mergeWorkflowState ?? void 0;
74155
75974
  this._mergeableWorkflowState = data.mergeableWorkflowState ?? void 0;
75975
+ this._parent = data.parent ?? void 0;
74156
75976
  this._reviewWorkflowState = data.reviewWorkflowState ?? void 0;
74157
75977
  this._startWorkflowState = data.startWorkflowState ?? void 0;
74158
75978
  this._triageIssueState = data.triageIssueState ?? void 0;
@@ -74341,6 +76161,14 @@ var Team = class extends Request {
74341
76161
  get organization() {
74342
76162
  return new OrganizationQuery(this._request).fetch();
74343
76163
  }
76164
+ /** The team's parent team. */
76165
+ get parent() {
76166
+ return this._parent?.id ? new TeamQuery(this._request).fetch(this._parent?.id) : void 0;
76167
+ }
76168
+ /** The ID of team's parent team. */
76169
+ get parentId() {
76170
+ return this._parent?.id;
76171
+ }
74344
76172
  /** The workflow state into which issues are moved when a review has been requested for the PR. */
74345
76173
  get reviewWorkflowState() {
74346
76174
  return this._reviewWorkflowState?.id ? new WorkflowStateQuery(this._request).fetch(this._reviewWorkflowState?.id) : void 0;
@@ -76127,7 +77955,9 @@ var ViewPreferencesValues = class extends Request {
76127
77955
  this.projectZoomLevel = data.projectZoomLevel ?? void 0;
76128
77956
  this.releasePipelineFieldLatestRelease = data.releasePipelineFieldLatestRelease ?? void 0;
76129
77957
  this.releasePipelineFieldReleases = data.releasePipelineFieldReleases ?? void 0;
77958
+ this.releasePipelineFieldTeams = data.releasePipelineFieldTeams ?? void 0;
76130
77959
  this.releasePipelineFieldType = data.releasePipelineFieldType ?? void 0;
77960
+ this.releasePipelineGrouping = data.releasePipelineGrouping ?? void 0;
76131
77961
  this.releasePipelinesViewOrdering = data.releasePipelinesViewOrdering ?? void 0;
76132
77962
  this.reviewFieldAvatar = data.reviewFieldAvatar ?? void 0;
76133
77963
  this.reviewFieldChecks = data.reviewFieldChecks ?? void 0;
@@ -76136,8 +77966,11 @@ var ViewPreferencesValues = class extends Request {
76136
77966
  this.reviewFieldRepository = data.reviewFieldRepository ?? void 0;
76137
77967
  this.reviewGrouping = data.reviewGrouping ?? void 0;
76138
77968
  this.reviewViewOrdering = data.reviewViewOrdering ?? void 0;
77969
+ this.scheduledPipelineReleaseFieldCompletion = data.scheduledPipelineReleaseFieldCompletion ?? void 0;
77970
+ this.scheduledPipelineReleaseFieldDescription = data.scheduledPipelineReleaseFieldDescription ?? void 0;
76139
77971
  this.scheduledPipelineReleaseFieldReleaseDate = data.scheduledPipelineReleaseFieldReleaseDate ?? void 0;
76140
- this.scheduledPipelineReleaseFieldStage = data.scheduledPipelineReleaseFieldStage ?? void 0;
77972
+ this.scheduledPipelineReleaseFieldVersion = data.scheduledPipelineReleaseFieldVersion ?? void 0;
77973
+ this.scheduledPipelineReleasesViewGrouping = data.scheduledPipelineReleasesViewGrouping ?? void 0;
76141
77974
  this.scheduledPipelineReleasesViewOrdering = data.scheduledPipelineReleasesViewOrdering ?? void 0;
76142
77975
  this.searchResultType = data.searchResultType ?? void 0;
76143
77976
  this.searchViewOrdering = data.searchViewOrdering ?? void 0;
@@ -76467,8 +78300,12 @@ var ViewPreferencesValues = class extends Request {
76467
78300
  releasePipelineFieldLatestRelease;
76468
78301
  /** Whether to show the releases field for release pipelines. */
76469
78302
  releasePipelineFieldReleases;
78303
+ /** Whether to show the teams field for release pipelines. */
78304
+ releasePipelineFieldTeams;
76470
78305
  /** Whether to show the type field for release pipelines. */
76471
78306
  releasePipelineFieldType;
78307
+ /** The release pipeline grouping. */
78308
+ releasePipelineGrouping;
76472
78309
  /** The release pipelines view ordering. */
76473
78310
  releasePipelinesViewOrdering;
76474
78311
  /** Whether to show the review avatar field. */
@@ -76485,10 +78322,16 @@ var ViewPreferencesValues = class extends Request {
76485
78322
  reviewGrouping;
76486
78323
  /** The review view ordering. */
76487
78324
  reviewViewOrdering;
78325
+ /** Whether to show the completion field for scheduled pipeline releases. */
78326
+ scheduledPipelineReleaseFieldCompletion;
78327
+ /** Whether to show the description field for scheduled pipeline releases. */
78328
+ scheduledPipelineReleaseFieldDescription;
76488
78329
  /** Whether to show the release date field for scheduled pipeline releases. */
76489
78330
  scheduledPipelineReleaseFieldReleaseDate;
76490
- /** Whether to show the stage field for scheduled pipeline releases. */
76491
- scheduledPipelineReleaseFieldStage;
78331
+ /** Whether to show the version field for scheduled pipeline releases. */
78332
+ scheduledPipelineReleaseFieldVersion;
78333
+ /** The scheduled pipeline releases view grouping. */
78334
+ scheduledPipelineReleasesViewGrouping;
76492
78335
  /** The scheduled pipeline releases view ordering. */
76493
78336
  scheduledPipelineReleasesViewOrdering;
76494
78337
  /** The search result type filter. */
@@ -94980,6 +96823,7 @@ exports.AiConversationGetPullRequestDiffToolCallArgs = AiConversationGetPullRequ
94980
96823
  exports.AiConversationGetPullRequestFileToolCall = AiConversationGetPullRequestFileToolCall;
94981
96824
  exports.AiConversationGetPullRequestFileToolCallArgs = AiConversationGetPullRequestFileToolCallArgs;
94982
96825
  exports.AiConversationGetSlackConversationHistoryToolCall = AiConversationGetSlackConversationHistoryToolCall;
96826
+ exports.AiConversationInitialSource = AiConversationInitialSource;
94983
96827
  exports.AiConversationInvokeMcpToolToolCall = AiConversationInvokeMcpToolToolCall;
94984
96828
  exports.AiConversationInvokeMcpToolToolCallArgs = AiConversationInvokeMcpToolToolCallArgs;
94985
96829
  exports.AiConversationInvokeMcpToolToolCallArgsServer = AiConversationInvokeMcpToolToolCallArgsServer;
@@ -95026,7 +96870,9 @@ exports.AiConversationWebSearchToolCallArgs = AiConversationWebSearchToolCallArg
95026
96870
  exports.AiConversationWidgetDisplayInfo = AiConversationWidgetDisplayInfo;
95027
96871
  exports.AiConversationWidgetName = AiConversationWidgetName;
95028
96872
  exports.AiConversationWidgetPart = AiConversationWidgetPart;
96873
+ exports.AiPromptProgressStatus = AiPromptProgressStatus;
95029
96874
  exports.AiPromptRules = AiPromptRules;
96875
+ exports.AiPromptType = AiPromptType;
95030
96876
  exports.AirbyteIntegrationConnectMutation = AirbyteIntegrationConnectMutation;
95031
96877
  exports.AppUserNotificationWebhookPayload = AppUserNotificationWebhookPayload;
95032
96878
  exports.AppUserTeamAccessChangedWebhookPayload = AppUserTeamAccessChangedWebhookPayload;
@@ -95299,6 +97145,7 @@ exports.DocumentChildWebhookPayload = DocumentChildWebhookPayload;
95299
97145
  exports.DocumentConnection = DocumentConnection;
95300
97146
  exports.DocumentContent = DocumentContent;
95301
97147
  exports.DocumentContentChildWebhookPayload = DocumentContentChildWebhookPayload;
97148
+ exports.DocumentContentDraft = DocumentContentDraft;
95302
97149
  exports.DocumentContentHistoryPayload = DocumentContentHistoryPayload;
95303
97150
  exports.DocumentContentHistoryQuery = DocumentContentHistoryQuery;
95304
97151
  exports.DocumentContentHistoryType = DocumentContentHistoryType;
@@ -95547,6 +97394,7 @@ exports.IssueSearchQuery = IssueSearchQuery;
95547
97394
  exports.IssueSearchResult = IssueSearchResult;
95548
97395
  exports.IssueSharedAccess = IssueSharedAccess;
95549
97396
  exports.IssueSharedAccessDisallowedField = IssueSharedAccessDisallowedField;
97397
+ exports.IssueSharingPolicy = IssueSharingPolicy;
95550
97398
  exports.IssueSlaWebhookPayload = IssueSlaWebhookPayload;
95551
97399
  exports.IssueStateSpan = IssueStateSpan;
95552
97400
  exports.IssueStateSpanConnection = IssueStateSpanConnection;
@@ -95788,6 +97636,7 @@ exports.Project_ProjectUpdatesQuery = Project_ProjectUpdatesQuery;
95788
97636
  exports.Project_RelationsQuery = Project_RelationsQuery;
95789
97637
  exports.Project_TeamsQuery = Project_TeamsQuery;
95790
97638
  exports.ProjectsQuery = ProjectsQuery;
97639
+ exports.PullRequestCheckPresentation = PullRequestCheckPresentation;
95791
97640
  exports.PullRequestMergeMethod = PullRequestMergeMethod;
95792
97641
  exports.PullRequestNotification = PullRequestNotification;
95793
97642
  exports.PullRequestReviewTool = PullRequestReviewTool;
@@ -95854,6 +97703,7 @@ exports.SlackChannelNameMapping = SlackChannelNameMapping;
95854
97703
  exports.SlackChannelType = SlackChannelType;
95855
97704
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
95856
97705
  exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
97706
+ exports.Subscription = Subscription;
95857
97707
  exports.SuccessPayload = SuccessPayload;
95858
97708
  exports.Summary = Summary;
95859
97709
  exports.SummaryGenerationStatus = SummaryGenerationStatus;