@linear/sdk 78.0.0 → 79.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-WIxhBqz5.d.cts → index-CArLFN-t.d.cts} +158 -31
- package/dist/index-CArLFN-t.d.cts.map +1 -0
- package/dist/{index-ZingMK-8.d.mts → index-ClHDrkhS.d.mts} +158 -31
- package/dist/index-ClHDrkhS.d.mts.map +1 -0
- package/dist/index.cjs +177 -22
- package/dist/index.d.cts +23 -8
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +23 -8
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +175 -23
- package/dist/index.mjs.map +1 -1
- package/dist/webhooks/index.d.cts +1 -1
- package/dist/webhooks/index.d.mts +1 -1
- package/package.json +3 -3
- package/dist/index-WIxhBqz5.d.cts.map +0 -1
- package/dist/index-ZingMK-8.d.mts.map +0 -1
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,
|
|
@@ -2071,6 +2072,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
2071
2072
|
IssueSearchResultFragmentDoc: () => IssueSearchResultFragmentDoc,
|
|
2072
2073
|
IssueSharedAccessDisallowedField: () => IssueSharedAccessDisallowedField,
|
|
2073
2074
|
IssueSharedAccessFragmentDoc: () => IssueSharedAccessFragmentDoc,
|
|
2075
|
+
IssueSharingPolicy: () => IssueSharingPolicy,
|
|
2074
2076
|
IssueSlaWebhookPayloadFragmentDoc: () => IssueSlaWebhookPayloadFragmentDoc,
|
|
2075
2077
|
IssueStateSpanConnectionFragmentDoc: () => IssueStateSpanConnectionFragmentDoc,
|
|
2076
2078
|
IssueStateSpanFragmentDoc: () => IssueStateSpanFragmentDoc,
|
|
@@ -2295,6 +2297,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
2295
2297
|
Project_RelationsDocument: () => Project_RelationsDocument,
|
|
2296
2298
|
Project_TeamsDocument: () => Project_TeamsDocument,
|
|
2297
2299
|
ProjectsDocument: () => ProjectsDocument,
|
|
2300
|
+
PullRequestCheckPresentation: () => PullRequestCheckPresentation,
|
|
2298
2301
|
PullRequestMergeMethod: () => PullRequestMergeMethod,
|
|
2299
2302
|
PullRequestNotificationFragmentDoc: () => PullRequestNotificationFragmentDoc,
|
|
2300
2303
|
PullRequestReviewTool: () => PullRequestReviewTool,
|
|
@@ -2669,6 +2672,16 @@ let AiConversationEntityListWidgetArgsEntitiesType = /* @__PURE__ */ function(Ai
|
|
|
2669
2672
|
AiConversationEntityListWidgetArgsEntitiesType$1["Template"] = "Template";
|
|
2670
2673
|
return AiConversationEntityListWidgetArgsEntitiesType$1;
|
|
2671
2674
|
}({});
|
|
2675
|
+
/** The initial source of an AI conversation. */
|
|
2676
|
+
let AiConversationInitialSource = /* @__PURE__ */ function(AiConversationInitialSource$1) {
|
|
2677
|
+
AiConversationInitialSource$1["Comment"] = "comment";
|
|
2678
|
+
AiConversationInitialSource$1["DirectChat"] = "directChat";
|
|
2679
|
+
AiConversationInitialSource$1["MicrosoftTeams"] = "microsoftTeams";
|
|
2680
|
+
AiConversationInitialSource$1["PullRequestComment"] = "pullRequestComment";
|
|
2681
|
+
AiConversationInitialSource$1["Slack"] = "slack";
|
|
2682
|
+
AiConversationInitialSource$1["Workflow"] = "workflow";
|
|
2683
|
+
return AiConversationInitialSource$1;
|
|
2684
|
+
}({});
|
|
2672
2685
|
/** The phase during which a conversation part was generated. */
|
|
2673
2686
|
let AiConversationPartPhase = /* @__PURE__ */ function(AiConversationPartPhase$1) {
|
|
2674
2687
|
AiConversationPartPhase$1["Answer"] = "answer";
|
|
@@ -2932,6 +2945,13 @@ let IssueSharedAccessDisallowedField = /* @__PURE__ */ function(IssueSharedAcces
|
|
|
2932
2945
|
IssueSharedAccessDisallowedField$1["TeamId"] = "teamId";
|
|
2933
2946
|
return IssueSharedAccessDisallowedField$1;
|
|
2934
2947
|
}({});
|
|
2948
|
+
/** Policy controlling whether and by whom issues in a team can be shared with non-team-members. */
|
|
2949
|
+
let IssueSharingPolicy = /* @__PURE__ */ function(IssueSharingPolicy$1) {
|
|
2950
|
+
IssueSharingPolicy$1["AdminsOnly"] = "adminsOnly";
|
|
2951
|
+
IssueSharingPolicy$1["AllMembers"] = "allMembers";
|
|
2952
|
+
IssueSharingPolicy$1["Disabled"] = "disabled";
|
|
2953
|
+
return IssueSharingPolicy$1;
|
|
2954
|
+
}({});
|
|
2935
2955
|
let IssueSuggestionState = /* @__PURE__ */ function(IssueSuggestionState$1) {
|
|
2936
2956
|
IssueSuggestionState$1["Accepted"] = "accepted";
|
|
2937
2957
|
IssueSuggestionState$1["Active"] = "active";
|
|
@@ -3159,6 +3179,14 @@ let ProjectUpdateReminderFrequency = /* @__PURE__ */ function(ProjectUpdateRemin
|
|
|
3159
3179
|
ProjectUpdateReminderFrequency$1["Week"] = "week";
|
|
3160
3180
|
return ProjectUpdateReminderFrequency$1;
|
|
3161
3181
|
}({});
|
|
3182
|
+
/** [ALPHA] How a pull request check should be opened in the client. */
|
|
3183
|
+
let PullRequestCheckPresentation = /* @__PURE__ */ function(PullRequestCheckPresentation$1) {
|
|
3184
|
+
PullRequestCheckPresentation$1["ExternalOnly"] = "externalOnly";
|
|
3185
|
+
PullRequestCheckPresentation$1["JobLogs"] = "jobLogs";
|
|
3186
|
+
PullRequestCheckPresentation$1["Markdown"] = "markdown";
|
|
3187
|
+
PullRequestCheckPresentation$1["RunLogs"] = "runLogs";
|
|
3188
|
+
return PullRequestCheckPresentation$1;
|
|
3189
|
+
}({});
|
|
3162
3190
|
/** The method used to merge a pull request. */
|
|
3163
3191
|
let PullRequestMergeMethod = /* @__PURE__ */ function(PullRequestMergeMethod$1) {
|
|
3164
3192
|
PullRequestMergeMethod$1["Merge"] = "MERGE";
|
|
@@ -3289,6 +3317,7 @@ let UserContextViewType = /* @__PURE__ */ function(UserContextViewType$1) {
|
|
|
3289
3317
|
}({});
|
|
3290
3318
|
/** The types of flags that the user can have. */
|
|
3291
3319
|
let UserFlagType = /* @__PURE__ */ function(UserFlagType$1) {
|
|
3320
|
+
UserFlagType$1["AgentExamplesDismissed"] = "agentExamplesDismissed";
|
|
3292
3321
|
UserFlagType$1["All"] = "all";
|
|
3293
3322
|
UserFlagType$1["AnalyticsWelcomeDismissed"] = "analyticsWelcomeDismissed";
|
|
3294
3323
|
UserFlagType$1["CanPlaySnake"] = "canPlaySnake";
|
|
@@ -3468,9 +3497,10 @@ let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
|
|
|
3468
3497
|
return WorkflowTriggerType$1;
|
|
3469
3498
|
}({});
|
|
3470
3499
|
let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
|
|
3471
|
-
WorkflowType$1["
|
|
3500
|
+
WorkflowType$1["Automation"] = "automation";
|
|
3472
3501
|
WorkflowType$1["Sla"] = "sla";
|
|
3473
3502
|
WorkflowType$1["Triage"] = "triage";
|
|
3503
|
+
WorkflowType$1["TriageAutomation"] = "triageAutomation";
|
|
3474
3504
|
WorkflowType$1["ViewSubscription"] = "viewSubscription";
|
|
3475
3505
|
return WorkflowType$1;
|
|
3476
3506
|
}({});
|
|
@@ -13561,9 +13591,11 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13561
13591
|
projectLayout
|
|
13562
13592
|
projectViewOrdering
|
|
13563
13593
|
projectSubGrouping
|
|
13594
|
+
releasePipelineGrouping
|
|
13564
13595
|
releasePipelinesViewOrdering
|
|
13565
13596
|
reviewGrouping
|
|
13566
13597
|
reviewViewOrdering
|
|
13598
|
+
scheduledPipelineReleasesViewGrouping
|
|
13567
13599
|
scheduledPipelineReleasesViewOrdering
|
|
13568
13600
|
searchResultType
|
|
13569
13601
|
searchViewOrdering
|
|
@@ -13603,6 +13635,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13603
13635
|
showSupervisedIssues
|
|
13604
13636
|
fieldSla
|
|
13605
13637
|
fieldSentryIssues
|
|
13638
|
+
scheduledPipelineReleaseFieldCompletion
|
|
13606
13639
|
customViewFieldDateCreated
|
|
13607
13640
|
customViewFieldOwner
|
|
13608
13641
|
customViewFieldDateUpdated
|
|
@@ -13621,6 +13654,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13621
13654
|
dashboardFieldDateCreated
|
|
13622
13655
|
dashboardFieldOwner
|
|
13623
13656
|
dashboardFieldDateUpdated
|
|
13657
|
+
scheduledPipelineReleaseFieldDescription
|
|
13624
13658
|
fieldDueDate
|
|
13625
13659
|
initiativeFieldHealth
|
|
13626
13660
|
initiativeFieldActivity
|
|
@@ -13702,7 +13736,6 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13702
13736
|
reviewFieldIdentifier
|
|
13703
13737
|
reviewFieldPreviewLinks
|
|
13704
13738
|
reviewFieldRepository
|
|
13705
|
-
scheduledPipelineReleaseFieldStage
|
|
13706
13739
|
teamFieldDateCreated
|
|
13707
13740
|
teamFieldCycle
|
|
13708
13741
|
teamFieldIdentifier
|
|
@@ -13711,8 +13744,10 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13711
13744
|
teamFieldOwner
|
|
13712
13745
|
teamFieldProjects
|
|
13713
13746
|
teamFieldDateUpdated
|
|
13747
|
+
releasePipelineFieldTeams
|
|
13714
13748
|
fieldTimeInCurrentStatus
|
|
13715
13749
|
releasePipelineFieldType
|
|
13750
|
+
scheduledPipelineReleaseFieldVersion
|
|
13716
13751
|
showTriageIssues
|
|
13717
13752
|
showUnreadItemsFirst
|
|
13718
13753
|
timelineChronologyShowWeekNumbers
|
|
@@ -13786,9 +13821,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13786
13821
|
projectLayout
|
|
13787
13822
|
projectViewOrdering
|
|
13788
13823
|
projectSubGrouping
|
|
13824
|
+
releasePipelineGrouping
|
|
13789
13825
|
releasePipelinesViewOrdering
|
|
13790
13826
|
reviewGrouping
|
|
13791
13827
|
reviewViewOrdering
|
|
13828
|
+
scheduledPipelineReleasesViewGrouping
|
|
13792
13829
|
scheduledPipelineReleasesViewOrdering
|
|
13793
13830
|
searchResultType
|
|
13794
13831
|
searchViewOrdering
|
|
@@ -13828,6 +13865,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13828
13865
|
showSupervisedIssues
|
|
13829
13866
|
fieldSla
|
|
13830
13867
|
fieldSentryIssues
|
|
13868
|
+
scheduledPipelineReleaseFieldCompletion
|
|
13831
13869
|
customViewFieldDateCreated
|
|
13832
13870
|
customViewFieldOwner
|
|
13833
13871
|
customViewFieldDateUpdated
|
|
@@ -13846,6 +13884,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13846
13884
|
dashboardFieldDateCreated
|
|
13847
13885
|
dashboardFieldOwner
|
|
13848
13886
|
dashboardFieldDateUpdated
|
|
13887
|
+
scheduledPipelineReleaseFieldDescription
|
|
13849
13888
|
fieldDueDate
|
|
13850
13889
|
initiativeFieldHealth
|
|
13851
13890
|
initiativeFieldActivity
|
|
@@ -13927,7 +13966,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13927
13966
|
reviewFieldIdentifier
|
|
13928
13967
|
reviewFieldPreviewLinks
|
|
13929
13968
|
reviewFieldRepository
|
|
13930
|
-
scheduledPipelineReleaseFieldStage
|
|
13931
13969
|
teamFieldDateCreated
|
|
13932
13970
|
teamFieldCycle
|
|
13933
13971
|
teamFieldIdentifier
|
|
@@ -13936,8 +13974,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13936
13974
|
teamFieldOwner
|
|
13937
13975
|
teamFieldProjects
|
|
13938
13976
|
teamFieldDateUpdated
|
|
13977
|
+
releasePipelineFieldTeams
|
|
13939
13978
|
fieldTimeInCurrentStatus
|
|
13940
13979
|
releasePipelineFieldType
|
|
13980
|
+
scheduledPipelineReleaseFieldVersion
|
|
13941
13981
|
showTriageIssues
|
|
13942
13982
|
showUnreadItemsFirst
|
|
13943
13983
|
timelineChronologyShowWeekNumbers
|
|
@@ -14046,9 +14086,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14046
14086
|
projectLayout
|
|
14047
14087
|
projectViewOrdering
|
|
14048
14088
|
projectSubGrouping
|
|
14089
|
+
releasePipelineGrouping
|
|
14049
14090
|
releasePipelinesViewOrdering
|
|
14050
14091
|
reviewGrouping
|
|
14051
14092
|
reviewViewOrdering
|
|
14093
|
+
scheduledPipelineReleasesViewGrouping
|
|
14052
14094
|
scheduledPipelineReleasesViewOrdering
|
|
14053
14095
|
searchResultType
|
|
14054
14096
|
searchViewOrdering
|
|
@@ -14088,6 +14130,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14088
14130
|
showSupervisedIssues
|
|
14089
14131
|
fieldSla
|
|
14090
14132
|
fieldSentryIssues
|
|
14133
|
+
scheduledPipelineReleaseFieldCompletion
|
|
14091
14134
|
customViewFieldDateCreated
|
|
14092
14135
|
customViewFieldOwner
|
|
14093
14136
|
customViewFieldDateUpdated
|
|
@@ -14106,6 +14149,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14106
14149
|
dashboardFieldDateCreated
|
|
14107
14150
|
dashboardFieldOwner
|
|
14108
14151
|
dashboardFieldDateUpdated
|
|
14152
|
+
scheduledPipelineReleaseFieldDescription
|
|
14109
14153
|
fieldDueDate
|
|
14110
14154
|
initiativeFieldHealth
|
|
14111
14155
|
initiativeFieldActivity
|
|
@@ -14187,7 +14231,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14187
14231
|
reviewFieldIdentifier
|
|
14188
14232
|
reviewFieldPreviewLinks
|
|
14189
14233
|
reviewFieldRepository
|
|
14190
|
-
scheduledPipelineReleaseFieldStage
|
|
14191
14234
|
teamFieldDateCreated
|
|
14192
14235
|
teamFieldCycle
|
|
14193
14236
|
teamFieldIdentifier
|
|
@@ -14196,8 +14239,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14196
14239
|
teamFieldOwner
|
|
14197
14240
|
teamFieldProjects
|
|
14198
14241
|
teamFieldDateUpdated
|
|
14242
|
+
releasePipelineFieldTeams
|
|
14199
14243
|
fieldTimeInCurrentStatus
|
|
14200
14244
|
releasePipelineFieldType
|
|
14245
|
+
scheduledPipelineReleaseFieldVersion
|
|
14201
14246
|
showTriageIssues
|
|
14202
14247
|
showUnreadItemsFirst
|
|
14203
14248
|
timelineChronologyShowWeekNumbers
|
|
@@ -14322,9 +14367,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14322
14367
|
projectLayout
|
|
14323
14368
|
projectViewOrdering
|
|
14324
14369
|
projectSubGrouping
|
|
14370
|
+
releasePipelineGrouping
|
|
14325
14371
|
releasePipelinesViewOrdering
|
|
14326
14372
|
reviewGrouping
|
|
14327
14373
|
reviewViewOrdering
|
|
14374
|
+
scheduledPipelineReleasesViewGrouping
|
|
14328
14375
|
scheduledPipelineReleasesViewOrdering
|
|
14329
14376
|
searchResultType
|
|
14330
14377
|
searchViewOrdering
|
|
@@ -14364,6 +14411,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14364
14411
|
showSupervisedIssues
|
|
14365
14412
|
fieldSla
|
|
14366
14413
|
fieldSentryIssues
|
|
14414
|
+
scheduledPipelineReleaseFieldCompletion
|
|
14367
14415
|
customViewFieldDateCreated
|
|
14368
14416
|
customViewFieldOwner
|
|
14369
14417
|
customViewFieldDateUpdated
|
|
@@ -14382,6 +14430,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14382
14430
|
dashboardFieldDateCreated
|
|
14383
14431
|
dashboardFieldOwner
|
|
14384
14432
|
dashboardFieldDateUpdated
|
|
14433
|
+
scheduledPipelineReleaseFieldDescription
|
|
14385
14434
|
fieldDueDate
|
|
14386
14435
|
initiativeFieldHealth
|
|
14387
14436
|
initiativeFieldActivity
|
|
@@ -14463,7 +14512,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14463
14512
|
reviewFieldIdentifier
|
|
14464
14513
|
reviewFieldPreviewLinks
|
|
14465
14514
|
reviewFieldRepository
|
|
14466
|
-
scheduledPipelineReleaseFieldStage
|
|
14467
14515
|
teamFieldDateCreated
|
|
14468
14516
|
teamFieldCycle
|
|
14469
14517
|
teamFieldIdentifier
|
|
@@ -14472,8 +14520,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14472
14520
|
teamFieldOwner
|
|
14473
14521
|
teamFieldProjects
|
|
14474
14522
|
teamFieldDateUpdated
|
|
14523
|
+
releasePipelineFieldTeams
|
|
14475
14524
|
fieldTimeInCurrentStatus
|
|
14476
14525
|
releasePipelineFieldType
|
|
14526
|
+
scheduledPipelineReleaseFieldVersion
|
|
14477
14527
|
showTriageIssues
|
|
14478
14528
|
showUnreadItemsFirst
|
|
14479
14529
|
timelineChronologyShowWeekNumbers
|
|
@@ -22192,6 +22242,9 @@ const TeamFragmentDoc = new TypedDocumentString(`
|
|
|
22192
22242
|
color
|
|
22193
22243
|
description
|
|
22194
22244
|
name
|
|
22245
|
+
parent {
|
|
22246
|
+
id
|
|
22247
|
+
}
|
|
22195
22248
|
key
|
|
22196
22249
|
archivedAt
|
|
22197
22250
|
createdAt
|
|
@@ -22300,6 +22353,9 @@ const TeamConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
22300
22353
|
color
|
|
22301
22354
|
description
|
|
22302
22355
|
name
|
|
22356
|
+
parent {
|
|
22357
|
+
id
|
|
22358
|
+
}
|
|
22303
22359
|
key
|
|
22304
22360
|
archivedAt
|
|
22305
22361
|
createdAt
|
|
@@ -22889,9 +22945,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22889
22945
|
projectLayout
|
|
22890
22946
|
projectViewOrdering
|
|
22891
22947
|
projectSubGrouping
|
|
22948
|
+
releasePipelineGrouping
|
|
22892
22949
|
releasePipelinesViewOrdering
|
|
22893
22950
|
reviewGrouping
|
|
22894
22951
|
reviewViewOrdering
|
|
22952
|
+
scheduledPipelineReleasesViewGrouping
|
|
22895
22953
|
scheduledPipelineReleasesViewOrdering
|
|
22896
22954
|
searchResultType
|
|
22897
22955
|
searchViewOrdering
|
|
@@ -22931,6 +22989,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22931
22989
|
showSupervisedIssues
|
|
22932
22990
|
fieldSla
|
|
22933
22991
|
fieldSentryIssues
|
|
22992
|
+
scheduledPipelineReleaseFieldCompletion
|
|
22934
22993
|
customViewFieldDateCreated
|
|
22935
22994
|
customViewFieldOwner
|
|
22936
22995
|
customViewFieldDateUpdated
|
|
@@ -22949,6 +23008,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22949
23008
|
dashboardFieldDateCreated
|
|
22950
23009
|
dashboardFieldOwner
|
|
22951
23010
|
dashboardFieldDateUpdated
|
|
23011
|
+
scheduledPipelineReleaseFieldDescription
|
|
22952
23012
|
fieldDueDate
|
|
22953
23013
|
initiativeFieldHealth
|
|
22954
23014
|
initiativeFieldActivity
|
|
@@ -23030,7 +23090,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
23030
23090
|
reviewFieldIdentifier
|
|
23031
23091
|
reviewFieldPreviewLinks
|
|
23032
23092
|
reviewFieldRepository
|
|
23033
|
-
scheduledPipelineReleaseFieldStage
|
|
23034
23093
|
teamFieldDateCreated
|
|
23035
23094
|
teamFieldCycle
|
|
23036
23095
|
teamFieldIdentifier
|
|
@@ -23039,8 +23098,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
23039
23098
|
teamFieldOwner
|
|
23040
23099
|
teamFieldProjects
|
|
23041
23100
|
teamFieldDateUpdated
|
|
23101
|
+
releasePipelineFieldTeams
|
|
23042
23102
|
fieldTimeInCurrentStatus
|
|
23043
23103
|
releasePipelineFieldType
|
|
23104
|
+
scheduledPipelineReleaseFieldVersion
|
|
23044
23105
|
showTriageIssues
|
|
23045
23106
|
showUnreadItemsFirst
|
|
23046
23107
|
timelineChronologyShowWeekNumbers
|
|
@@ -23245,6 +23306,9 @@ const AdministrableTeamsDocument = new TypedDocumentString(`
|
|
|
23245
23306
|
color
|
|
23246
23307
|
description
|
|
23247
23308
|
name
|
|
23309
|
+
parent {
|
|
23310
|
+
id
|
|
23311
|
+
}
|
|
23248
23312
|
key
|
|
23249
23313
|
archivedAt
|
|
23250
23314
|
createdAt
|
|
@@ -26827,9 +26891,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26827
26891
|
projectLayout
|
|
26828
26892
|
projectViewOrdering
|
|
26829
26893
|
projectSubGrouping
|
|
26894
|
+
releasePipelineGrouping
|
|
26830
26895
|
releasePipelinesViewOrdering
|
|
26831
26896
|
reviewGrouping
|
|
26832
26897
|
reviewViewOrdering
|
|
26898
|
+
scheduledPipelineReleasesViewGrouping
|
|
26833
26899
|
scheduledPipelineReleasesViewOrdering
|
|
26834
26900
|
searchResultType
|
|
26835
26901
|
searchViewOrdering
|
|
@@ -26869,6 +26935,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26869
26935
|
showSupervisedIssues
|
|
26870
26936
|
fieldSla
|
|
26871
26937
|
fieldSentryIssues
|
|
26938
|
+
scheduledPipelineReleaseFieldCompletion
|
|
26872
26939
|
customViewFieldDateCreated
|
|
26873
26940
|
customViewFieldOwner
|
|
26874
26941
|
customViewFieldDateUpdated
|
|
@@ -26887,6 +26954,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26887
26954
|
dashboardFieldDateCreated
|
|
26888
26955
|
dashboardFieldOwner
|
|
26889
26956
|
dashboardFieldDateUpdated
|
|
26957
|
+
scheduledPipelineReleaseFieldDescription
|
|
26890
26958
|
fieldDueDate
|
|
26891
26959
|
initiativeFieldHealth
|
|
26892
26960
|
initiativeFieldActivity
|
|
@@ -26968,7 +27036,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26968
27036
|
reviewFieldIdentifier
|
|
26969
27037
|
reviewFieldPreviewLinks
|
|
26970
27038
|
reviewFieldRepository
|
|
26971
|
-
scheduledPipelineReleaseFieldStage
|
|
26972
27039
|
teamFieldDateCreated
|
|
26973
27040
|
teamFieldCycle
|
|
26974
27041
|
teamFieldIdentifier
|
|
@@ -26977,8 +27044,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26977
27044
|
teamFieldOwner
|
|
26978
27045
|
teamFieldProjects
|
|
26979
27046
|
teamFieldDateUpdated
|
|
27047
|
+
releasePipelineFieldTeams
|
|
26980
27048
|
fieldTimeInCurrentStatus
|
|
26981
27049
|
releasePipelineFieldType
|
|
27050
|
+
scheduledPipelineReleaseFieldVersion
|
|
26982
27051
|
showTriageIssues
|
|
26983
27052
|
showUnreadItemsFirst
|
|
26984
27053
|
timelineChronologyShowWeekNumbers
|
|
@@ -27440,9 +27509,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27440
27509
|
projectLayout
|
|
27441
27510
|
projectViewOrdering
|
|
27442
27511
|
projectSubGrouping
|
|
27512
|
+
releasePipelineGrouping
|
|
27443
27513
|
releasePipelinesViewOrdering
|
|
27444
27514
|
reviewGrouping
|
|
27445
27515
|
reviewViewOrdering
|
|
27516
|
+
scheduledPipelineReleasesViewGrouping
|
|
27446
27517
|
scheduledPipelineReleasesViewOrdering
|
|
27447
27518
|
searchResultType
|
|
27448
27519
|
searchViewOrdering
|
|
@@ -27482,6 +27553,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27482
27553
|
showSupervisedIssues
|
|
27483
27554
|
fieldSla
|
|
27484
27555
|
fieldSentryIssues
|
|
27556
|
+
scheduledPipelineReleaseFieldCompletion
|
|
27485
27557
|
customViewFieldDateCreated
|
|
27486
27558
|
customViewFieldOwner
|
|
27487
27559
|
customViewFieldDateUpdated
|
|
@@ -27500,6 +27572,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27500
27572
|
dashboardFieldDateCreated
|
|
27501
27573
|
dashboardFieldOwner
|
|
27502
27574
|
dashboardFieldDateUpdated
|
|
27575
|
+
scheduledPipelineReleaseFieldDescription
|
|
27503
27576
|
fieldDueDate
|
|
27504
27577
|
initiativeFieldHealth
|
|
27505
27578
|
initiativeFieldActivity
|
|
@@ -27581,7 +27654,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27581
27654
|
reviewFieldIdentifier
|
|
27582
27655
|
reviewFieldPreviewLinks
|
|
27583
27656
|
reviewFieldRepository
|
|
27584
|
-
scheduledPipelineReleaseFieldStage
|
|
27585
27657
|
teamFieldDateCreated
|
|
27586
27658
|
teamFieldCycle
|
|
27587
27659
|
teamFieldIdentifier
|
|
@@ -27590,8 +27662,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27590
27662
|
teamFieldOwner
|
|
27591
27663
|
teamFieldProjects
|
|
27592
27664
|
teamFieldDateUpdated
|
|
27665
|
+
releasePipelineFieldTeams
|
|
27593
27666
|
fieldTimeInCurrentStatus
|
|
27594
27667
|
releasePipelineFieldType
|
|
27668
|
+
scheduledPipelineReleaseFieldVersion
|
|
27595
27669
|
showTriageIssues
|
|
27596
27670
|
showUnreadItemsFirst
|
|
27597
27671
|
timelineChronologyShowWeekNumbers
|
|
@@ -27657,9 +27731,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27657
27731
|
projectLayout
|
|
27658
27732
|
projectViewOrdering
|
|
27659
27733
|
projectSubGrouping
|
|
27734
|
+
releasePipelineGrouping
|
|
27660
27735
|
releasePipelinesViewOrdering
|
|
27661
27736
|
reviewGrouping
|
|
27662
27737
|
reviewViewOrdering
|
|
27738
|
+
scheduledPipelineReleasesViewGrouping
|
|
27663
27739
|
scheduledPipelineReleasesViewOrdering
|
|
27664
27740
|
searchResultType
|
|
27665
27741
|
searchViewOrdering
|
|
@@ -27699,6 +27775,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27699
27775
|
showSupervisedIssues
|
|
27700
27776
|
fieldSla
|
|
27701
27777
|
fieldSentryIssues
|
|
27778
|
+
scheduledPipelineReleaseFieldCompletion
|
|
27702
27779
|
customViewFieldDateCreated
|
|
27703
27780
|
customViewFieldOwner
|
|
27704
27781
|
customViewFieldDateUpdated
|
|
@@ -27717,6 +27794,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27717
27794
|
dashboardFieldDateCreated
|
|
27718
27795
|
dashboardFieldOwner
|
|
27719
27796
|
dashboardFieldDateUpdated
|
|
27797
|
+
scheduledPipelineReleaseFieldDescription
|
|
27720
27798
|
fieldDueDate
|
|
27721
27799
|
initiativeFieldHealth
|
|
27722
27800
|
initiativeFieldActivity
|
|
@@ -27798,7 +27876,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27798
27876
|
reviewFieldIdentifier
|
|
27799
27877
|
reviewFieldPreviewLinks
|
|
27800
27878
|
reviewFieldRepository
|
|
27801
|
-
scheduledPipelineReleaseFieldStage
|
|
27802
27879
|
teamFieldDateCreated
|
|
27803
27880
|
teamFieldCycle
|
|
27804
27881
|
teamFieldIdentifier
|
|
@@ -27807,8 +27884,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27807
27884
|
teamFieldOwner
|
|
27808
27885
|
teamFieldProjects
|
|
27809
27886
|
teamFieldDateUpdated
|
|
27887
|
+
releasePipelineFieldTeams
|
|
27810
27888
|
fieldTimeInCurrentStatus
|
|
27811
27889
|
releasePipelineFieldType
|
|
27890
|
+
scheduledPipelineReleaseFieldVersion
|
|
27812
27891
|
showTriageIssues
|
|
27813
27892
|
showUnreadItemsFirst
|
|
27814
27893
|
timelineChronologyShowWeekNumbers
|
|
@@ -28083,9 +28162,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28083
28162
|
projectLayout
|
|
28084
28163
|
projectViewOrdering
|
|
28085
28164
|
projectSubGrouping
|
|
28165
|
+
releasePipelineGrouping
|
|
28086
28166
|
releasePipelinesViewOrdering
|
|
28087
28167
|
reviewGrouping
|
|
28088
28168
|
reviewViewOrdering
|
|
28169
|
+
scheduledPipelineReleasesViewGrouping
|
|
28089
28170
|
scheduledPipelineReleasesViewOrdering
|
|
28090
28171
|
searchResultType
|
|
28091
28172
|
searchViewOrdering
|
|
@@ -28125,6 +28206,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28125
28206
|
showSupervisedIssues
|
|
28126
28207
|
fieldSla
|
|
28127
28208
|
fieldSentryIssues
|
|
28209
|
+
scheduledPipelineReleaseFieldCompletion
|
|
28128
28210
|
customViewFieldDateCreated
|
|
28129
28211
|
customViewFieldOwner
|
|
28130
28212
|
customViewFieldDateUpdated
|
|
@@ -28143,6 +28225,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28143
28225
|
dashboardFieldDateCreated
|
|
28144
28226
|
dashboardFieldOwner
|
|
28145
28227
|
dashboardFieldDateUpdated
|
|
28228
|
+
scheduledPipelineReleaseFieldDescription
|
|
28146
28229
|
fieldDueDate
|
|
28147
28230
|
initiativeFieldHealth
|
|
28148
28231
|
initiativeFieldActivity
|
|
@@ -28224,7 +28307,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28224
28307
|
reviewFieldIdentifier
|
|
28225
28308
|
reviewFieldPreviewLinks
|
|
28226
28309
|
reviewFieldRepository
|
|
28227
|
-
scheduledPipelineReleaseFieldStage
|
|
28228
28310
|
teamFieldDateCreated
|
|
28229
28311
|
teamFieldCycle
|
|
28230
28312
|
teamFieldIdentifier
|
|
@@ -28233,8 +28315,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28233
28315
|
teamFieldOwner
|
|
28234
28316
|
teamFieldProjects
|
|
28235
28317
|
teamFieldDateUpdated
|
|
28318
|
+
releasePipelineFieldTeams
|
|
28236
28319
|
fieldTimeInCurrentStatus
|
|
28237
28320
|
releasePipelineFieldType
|
|
28321
|
+
scheduledPipelineReleaseFieldVersion
|
|
28238
28322
|
showTriageIssues
|
|
28239
28323
|
showUnreadItemsFirst
|
|
28240
28324
|
timelineChronologyShowWeekNumbers
|
|
@@ -28300,9 +28384,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28300
28384
|
projectLayout
|
|
28301
28385
|
projectViewOrdering
|
|
28302
28386
|
projectSubGrouping
|
|
28387
|
+
releasePipelineGrouping
|
|
28303
28388
|
releasePipelinesViewOrdering
|
|
28304
28389
|
reviewGrouping
|
|
28305
28390
|
reviewViewOrdering
|
|
28391
|
+
scheduledPipelineReleasesViewGrouping
|
|
28306
28392
|
scheduledPipelineReleasesViewOrdering
|
|
28307
28393
|
searchResultType
|
|
28308
28394
|
searchViewOrdering
|
|
@@ -28342,6 +28428,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28342
28428
|
showSupervisedIssues
|
|
28343
28429
|
fieldSla
|
|
28344
28430
|
fieldSentryIssues
|
|
28431
|
+
scheduledPipelineReleaseFieldCompletion
|
|
28345
28432
|
customViewFieldDateCreated
|
|
28346
28433
|
customViewFieldOwner
|
|
28347
28434
|
customViewFieldDateUpdated
|
|
@@ -28360,6 +28447,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28360
28447
|
dashboardFieldDateCreated
|
|
28361
28448
|
dashboardFieldOwner
|
|
28362
28449
|
dashboardFieldDateUpdated
|
|
28450
|
+
scheduledPipelineReleaseFieldDescription
|
|
28363
28451
|
fieldDueDate
|
|
28364
28452
|
initiativeFieldHealth
|
|
28365
28453
|
initiativeFieldActivity
|
|
@@ -28441,7 +28529,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28441
28529
|
reviewFieldIdentifier
|
|
28442
28530
|
reviewFieldPreviewLinks
|
|
28443
28531
|
reviewFieldRepository
|
|
28444
|
-
scheduledPipelineReleaseFieldStage
|
|
28445
28532
|
teamFieldDateCreated
|
|
28446
28533
|
teamFieldCycle
|
|
28447
28534
|
teamFieldIdentifier
|
|
@@ -28450,8 +28537,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28450
28537
|
teamFieldOwner
|
|
28451
28538
|
teamFieldProjects
|
|
28452
28539
|
teamFieldDateUpdated
|
|
28540
|
+
releasePipelineFieldTeams
|
|
28453
28541
|
fieldTimeInCurrentStatus
|
|
28454
28542
|
releasePipelineFieldType
|
|
28543
|
+
scheduledPipelineReleaseFieldVersion
|
|
28455
28544
|
showTriageIssues
|
|
28456
28545
|
showUnreadItemsFirst
|
|
28457
28546
|
timelineChronologyShowWeekNumbers
|
|
@@ -28515,9 +28604,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28515
28604
|
projectLayout
|
|
28516
28605
|
projectViewOrdering
|
|
28517
28606
|
projectSubGrouping
|
|
28607
|
+
releasePipelineGrouping
|
|
28518
28608
|
releasePipelinesViewOrdering
|
|
28519
28609
|
reviewGrouping
|
|
28520
28610
|
reviewViewOrdering
|
|
28611
|
+
scheduledPipelineReleasesViewGrouping
|
|
28521
28612
|
scheduledPipelineReleasesViewOrdering
|
|
28522
28613
|
searchResultType
|
|
28523
28614
|
searchViewOrdering
|
|
@@ -28557,6 +28648,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28557
28648
|
showSupervisedIssues
|
|
28558
28649
|
fieldSla
|
|
28559
28650
|
fieldSentryIssues
|
|
28651
|
+
scheduledPipelineReleaseFieldCompletion
|
|
28560
28652
|
customViewFieldDateCreated
|
|
28561
28653
|
customViewFieldOwner
|
|
28562
28654
|
customViewFieldDateUpdated
|
|
@@ -28575,6 +28667,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28575
28667
|
dashboardFieldDateCreated
|
|
28576
28668
|
dashboardFieldOwner
|
|
28577
28669
|
dashboardFieldDateUpdated
|
|
28670
|
+
scheduledPipelineReleaseFieldDescription
|
|
28578
28671
|
fieldDueDate
|
|
28579
28672
|
initiativeFieldHealth
|
|
28580
28673
|
initiativeFieldActivity
|
|
@@ -28656,7 +28749,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28656
28749
|
reviewFieldIdentifier
|
|
28657
28750
|
reviewFieldPreviewLinks
|
|
28658
28751
|
reviewFieldRepository
|
|
28659
|
-
scheduledPipelineReleaseFieldStage
|
|
28660
28752
|
teamFieldDateCreated
|
|
28661
28753
|
teamFieldCycle
|
|
28662
28754
|
teamFieldIdentifier
|
|
@@ -28665,8 +28757,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28665
28757
|
teamFieldOwner
|
|
28666
28758
|
teamFieldProjects
|
|
28667
28759
|
teamFieldDateUpdated
|
|
28760
|
+
releasePipelineFieldTeams
|
|
28668
28761
|
fieldTimeInCurrentStatus
|
|
28669
28762
|
releasePipelineFieldType
|
|
28763
|
+
scheduledPipelineReleaseFieldVersion
|
|
28670
28764
|
showTriageIssues
|
|
28671
28765
|
showUnreadItemsFirst
|
|
28672
28766
|
timelineChronologyShowWeekNumbers
|
|
@@ -28815,9 +28909,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28815
28909
|
projectLayout
|
|
28816
28910
|
projectViewOrdering
|
|
28817
28911
|
projectSubGrouping
|
|
28912
|
+
releasePipelineGrouping
|
|
28818
28913
|
releasePipelinesViewOrdering
|
|
28819
28914
|
reviewGrouping
|
|
28820
28915
|
reviewViewOrdering
|
|
28916
|
+
scheduledPipelineReleasesViewGrouping
|
|
28821
28917
|
scheduledPipelineReleasesViewOrdering
|
|
28822
28918
|
searchResultType
|
|
28823
28919
|
searchViewOrdering
|
|
@@ -28857,6 +28953,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28857
28953
|
showSupervisedIssues
|
|
28858
28954
|
fieldSla
|
|
28859
28955
|
fieldSentryIssues
|
|
28956
|
+
scheduledPipelineReleaseFieldCompletion
|
|
28860
28957
|
customViewFieldDateCreated
|
|
28861
28958
|
customViewFieldOwner
|
|
28862
28959
|
customViewFieldDateUpdated
|
|
@@ -28875,6 +28972,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28875
28972
|
dashboardFieldDateCreated
|
|
28876
28973
|
dashboardFieldOwner
|
|
28877
28974
|
dashboardFieldDateUpdated
|
|
28975
|
+
scheduledPipelineReleaseFieldDescription
|
|
28878
28976
|
fieldDueDate
|
|
28879
28977
|
initiativeFieldHealth
|
|
28880
28978
|
initiativeFieldActivity
|
|
@@ -28956,7 +29054,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28956
29054
|
reviewFieldIdentifier
|
|
28957
29055
|
reviewFieldPreviewLinks
|
|
28958
29056
|
reviewFieldRepository
|
|
28959
|
-
scheduledPipelineReleaseFieldStage
|
|
28960
29057
|
teamFieldDateCreated
|
|
28961
29058
|
teamFieldCycle
|
|
28962
29059
|
teamFieldIdentifier
|
|
@@ -28965,8 +29062,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28965
29062
|
teamFieldOwner
|
|
28966
29063
|
teamFieldProjects
|
|
28967
29064
|
teamFieldDateUpdated
|
|
29065
|
+
releasePipelineFieldTeams
|
|
28968
29066
|
fieldTimeInCurrentStatus
|
|
28969
29067
|
releasePipelineFieldType
|
|
29068
|
+
scheduledPipelineReleaseFieldVersion
|
|
28970
29069
|
showTriageIssues
|
|
28971
29070
|
showUnreadItemsFirst
|
|
28972
29071
|
timelineChronologyShowWeekNumbers
|
|
@@ -38471,6 +38570,9 @@ const Organization_TeamsDocument = new TypedDocumentString(`
|
|
|
38471
38570
|
color
|
|
38472
38571
|
description
|
|
38473
38572
|
name
|
|
38573
|
+
parent {
|
|
38574
|
+
id
|
|
38575
|
+
}
|
|
38474
38576
|
key
|
|
38475
38577
|
archivedAt
|
|
38476
38578
|
createdAt
|
|
@@ -40446,6 +40548,9 @@ const Project_TeamsDocument = new TypedDocumentString(`
|
|
|
40446
40548
|
color
|
|
40447
40549
|
description
|
|
40448
40550
|
name
|
|
40551
|
+
parent {
|
|
40552
|
+
id
|
|
40553
|
+
}
|
|
40449
40554
|
key
|
|
40450
40555
|
archivedAt
|
|
40451
40556
|
createdAt
|
|
@@ -43196,6 +43301,9 @@ const TeamDocument = new TypedDocumentString(`
|
|
|
43196
43301
|
color
|
|
43197
43302
|
description
|
|
43198
43303
|
name
|
|
43304
|
+
parent {
|
|
43305
|
+
id
|
|
43306
|
+
}
|
|
43199
43307
|
key
|
|
43200
43308
|
archivedAt
|
|
43201
43309
|
createdAt
|
|
@@ -44281,6 +44389,9 @@ const TeamsDocument = new TypedDocumentString(`
|
|
|
44281
44389
|
color
|
|
44282
44390
|
description
|
|
44283
44391
|
name
|
|
44392
|
+
parent {
|
|
44393
|
+
id
|
|
44394
|
+
}
|
|
44284
44395
|
key
|
|
44285
44396
|
archivedAt
|
|
44286
44397
|
createdAt
|
|
@@ -45599,6 +45710,9 @@ const User_TeamsDocument = new TypedDocumentString(`
|
|
|
45599
45710
|
color
|
|
45600
45711
|
description
|
|
45601
45712
|
name
|
|
45713
|
+
parent {
|
|
45714
|
+
id
|
|
45715
|
+
}
|
|
45602
45716
|
key
|
|
45603
45717
|
archivedAt
|
|
45604
45718
|
createdAt
|
|
@@ -47584,6 +47698,9 @@ const Viewer_TeamsDocument = new TypedDocumentString(`
|
|
|
47584
47698
|
color
|
|
47585
47699
|
description
|
|
47586
47700
|
name
|
|
47701
|
+
parent {
|
|
47702
|
+
id
|
|
47703
|
+
}
|
|
47587
47704
|
key
|
|
47588
47705
|
archivedAt
|
|
47589
47706
|
createdAt
|
|
@@ -56808,9 +56925,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56808
56925
|
projectLayout
|
|
56809
56926
|
projectViewOrdering
|
|
56810
56927
|
projectSubGrouping
|
|
56928
|
+
releasePipelineGrouping
|
|
56811
56929
|
releasePipelinesViewOrdering
|
|
56812
56930
|
reviewGrouping
|
|
56813
56931
|
reviewViewOrdering
|
|
56932
|
+
scheduledPipelineReleasesViewGrouping
|
|
56814
56933
|
scheduledPipelineReleasesViewOrdering
|
|
56815
56934
|
searchResultType
|
|
56816
56935
|
searchViewOrdering
|
|
@@ -56850,6 +56969,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56850
56969
|
showSupervisedIssues
|
|
56851
56970
|
fieldSla
|
|
56852
56971
|
fieldSentryIssues
|
|
56972
|
+
scheduledPipelineReleaseFieldCompletion
|
|
56853
56973
|
customViewFieldDateCreated
|
|
56854
56974
|
customViewFieldOwner
|
|
56855
56975
|
customViewFieldDateUpdated
|
|
@@ -56868,6 +56988,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56868
56988
|
dashboardFieldDateCreated
|
|
56869
56989
|
dashboardFieldOwner
|
|
56870
56990
|
dashboardFieldDateUpdated
|
|
56991
|
+
scheduledPipelineReleaseFieldDescription
|
|
56871
56992
|
fieldDueDate
|
|
56872
56993
|
initiativeFieldHealth
|
|
56873
56994
|
initiativeFieldActivity
|
|
@@ -56949,7 +57070,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56949
57070
|
reviewFieldIdentifier
|
|
56950
57071
|
reviewFieldPreviewLinks
|
|
56951
57072
|
reviewFieldRepository
|
|
56952
|
-
scheduledPipelineReleaseFieldStage
|
|
56953
57073
|
teamFieldDateCreated
|
|
56954
57074
|
teamFieldCycle
|
|
56955
57075
|
teamFieldIdentifier
|
|
@@ -56958,8 +57078,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56958
57078
|
teamFieldOwner
|
|
56959
57079
|
teamFieldProjects
|
|
56960
57080
|
teamFieldDateUpdated
|
|
57081
|
+
releasePipelineFieldTeams
|
|
56961
57082
|
fieldTimeInCurrentStatus
|
|
56962
57083
|
releasePipelineFieldType
|
|
57084
|
+
scheduledPipelineReleaseFieldVersion
|
|
56963
57085
|
showTriageIssues
|
|
56964
57086
|
showUnreadItemsFirst
|
|
56965
57087
|
timelineChronologyShowWeekNumbers
|
|
@@ -57053,9 +57175,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
57053
57175
|
projectLayout
|
|
57054
57176
|
projectViewOrdering
|
|
57055
57177
|
projectSubGrouping
|
|
57178
|
+
releasePipelineGrouping
|
|
57056
57179
|
releasePipelinesViewOrdering
|
|
57057
57180
|
reviewGrouping
|
|
57058
57181
|
reviewViewOrdering
|
|
57182
|
+
scheduledPipelineReleasesViewGrouping
|
|
57059
57183
|
scheduledPipelineReleasesViewOrdering
|
|
57060
57184
|
searchResultType
|
|
57061
57185
|
searchViewOrdering
|
|
@@ -57095,6 +57219,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
57095
57219
|
showSupervisedIssues
|
|
57096
57220
|
fieldSla
|
|
57097
57221
|
fieldSentryIssues
|
|
57222
|
+
scheduledPipelineReleaseFieldCompletion
|
|
57098
57223
|
customViewFieldDateCreated
|
|
57099
57224
|
customViewFieldOwner
|
|
57100
57225
|
customViewFieldDateUpdated
|
|
@@ -57113,6 +57238,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
57113
57238
|
dashboardFieldDateCreated
|
|
57114
57239
|
dashboardFieldOwner
|
|
57115
57240
|
dashboardFieldDateUpdated
|
|
57241
|
+
scheduledPipelineReleaseFieldDescription
|
|
57116
57242
|
fieldDueDate
|
|
57117
57243
|
initiativeFieldHealth
|
|
57118
57244
|
initiativeFieldActivity
|
|
@@ -57194,7 +57320,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
57194
57320
|
reviewFieldIdentifier
|
|
57195
57321
|
reviewFieldPreviewLinks
|
|
57196
57322
|
reviewFieldRepository
|
|
57197
|
-
scheduledPipelineReleaseFieldStage
|
|
57198
57323
|
teamFieldDateCreated
|
|
57199
57324
|
teamFieldCycle
|
|
57200
57325
|
teamFieldIdentifier
|
|
@@ -57203,8 +57328,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
57203
57328
|
teamFieldOwner
|
|
57204
57329
|
teamFieldProjects
|
|
57205
57330
|
teamFieldDateUpdated
|
|
57331
|
+
releasePipelineFieldTeams
|
|
57206
57332
|
fieldTimeInCurrentStatus
|
|
57207
57333
|
releasePipelineFieldType
|
|
57334
|
+
scheduledPipelineReleaseFieldVersion
|
|
57208
57335
|
showTriageIssues
|
|
57209
57336
|
showUnreadItemsFirst
|
|
57210
57337
|
timelineChronologyShowWeekNumbers
|
|
@@ -63150,11 +63277,11 @@ var Draft = class extends Request {
|
|
|
63150
63277
|
get customerNeedId() {
|
|
63151
63278
|
return this._customerNeed?.id;
|
|
63152
63279
|
}
|
|
63153
|
-
/** The initiative for which this is a draft initiative update. */
|
|
63280
|
+
/** The initiative for which this is a draft comment or initiative update. */
|
|
63154
63281
|
get initiative() {
|
|
63155
63282
|
return this._initiative?.id ? new InitiativeQuery(this._request).fetch(this._initiative?.id) : void 0;
|
|
63156
63283
|
}
|
|
63157
|
-
/** The ID of initiative for which this is a draft initiative update. */
|
|
63284
|
+
/** The ID of initiative for which this is a draft comment or initiative update. */
|
|
63158
63285
|
get initiativeId() {
|
|
63159
63286
|
return this._initiative?.id;
|
|
63160
63287
|
}
|
|
@@ -63182,11 +63309,11 @@ var Draft = class extends Request {
|
|
|
63182
63309
|
get parentCommentId() {
|
|
63183
63310
|
return this._parentComment?.id;
|
|
63184
63311
|
}
|
|
63185
|
-
/** The project for which this is a draft project update. */
|
|
63312
|
+
/** The project for which this is a draft comment or project update. */
|
|
63186
63313
|
get project() {
|
|
63187
63314
|
return this._project?.id ? new ProjectQuery(this._request).fetch(this._project?.id) : void 0;
|
|
63188
63315
|
}
|
|
63189
|
-
/** The ID of project for which this is a draft project update. */
|
|
63316
|
+
/** The ID of project for which this is a draft comment or project update. */
|
|
63190
63317
|
get projectId() {
|
|
63191
63318
|
return this._project?.id;
|
|
63192
63319
|
}
|
|
@@ -74085,6 +74212,7 @@ var Team = class extends Request {
|
|
|
74085
74212
|
_markedAsDuplicateWorkflowState;
|
|
74086
74213
|
_mergeWorkflowState;
|
|
74087
74214
|
_mergeableWorkflowState;
|
|
74215
|
+
_parent;
|
|
74088
74216
|
_reviewWorkflowState;
|
|
74089
74217
|
_startWorkflowState;
|
|
74090
74218
|
_triageIssueState;
|
|
@@ -74153,6 +74281,7 @@ var Team = class extends Request {
|
|
|
74153
74281
|
this._markedAsDuplicateWorkflowState = data.markedAsDuplicateWorkflowState ?? void 0;
|
|
74154
74282
|
this._mergeWorkflowState = data.mergeWorkflowState ?? void 0;
|
|
74155
74283
|
this._mergeableWorkflowState = data.mergeableWorkflowState ?? void 0;
|
|
74284
|
+
this._parent = data.parent ?? void 0;
|
|
74156
74285
|
this._reviewWorkflowState = data.reviewWorkflowState ?? void 0;
|
|
74157
74286
|
this._startWorkflowState = data.startWorkflowState ?? void 0;
|
|
74158
74287
|
this._triageIssueState = data.triageIssueState ?? void 0;
|
|
@@ -74341,6 +74470,14 @@ var Team = class extends Request {
|
|
|
74341
74470
|
get organization() {
|
|
74342
74471
|
return new OrganizationQuery(this._request).fetch();
|
|
74343
74472
|
}
|
|
74473
|
+
/** The team's parent team. */
|
|
74474
|
+
get parent() {
|
|
74475
|
+
return this._parent?.id ? new TeamQuery(this._request).fetch(this._parent?.id) : void 0;
|
|
74476
|
+
}
|
|
74477
|
+
/** The ID of team's parent team. */
|
|
74478
|
+
get parentId() {
|
|
74479
|
+
return this._parent?.id;
|
|
74480
|
+
}
|
|
74344
74481
|
/** The workflow state into which issues are moved when a review has been requested for the PR. */
|
|
74345
74482
|
get reviewWorkflowState() {
|
|
74346
74483
|
return this._reviewWorkflowState?.id ? new WorkflowStateQuery(this._request).fetch(this._reviewWorkflowState?.id) : void 0;
|
|
@@ -76127,7 +76264,9 @@ var ViewPreferencesValues = class extends Request {
|
|
|
76127
76264
|
this.projectZoomLevel = data.projectZoomLevel ?? void 0;
|
|
76128
76265
|
this.releasePipelineFieldLatestRelease = data.releasePipelineFieldLatestRelease ?? void 0;
|
|
76129
76266
|
this.releasePipelineFieldReleases = data.releasePipelineFieldReleases ?? void 0;
|
|
76267
|
+
this.releasePipelineFieldTeams = data.releasePipelineFieldTeams ?? void 0;
|
|
76130
76268
|
this.releasePipelineFieldType = data.releasePipelineFieldType ?? void 0;
|
|
76269
|
+
this.releasePipelineGrouping = data.releasePipelineGrouping ?? void 0;
|
|
76131
76270
|
this.releasePipelinesViewOrdering = data.releasePipelinesViewOrdering ?? void 0;
|
|
76132
76271
|
this.reviewFieldAvatar = data.reviewFieldAvatar ?? void 0;
|
|
76133
76272
|
this.reviewFieldChecks = data.reviewFieldChecks ?? void 0;
|
|
@@ -76136,8 +76275,11 @@ var ViewPreferencesValues = class extends Request {
|
|
|
76136
76275
|
this.reviewFieldRepository = data.reviewFieldRepository ?? void 0;
|
|
76137
76276
|
this.reviewGrouping = data.reviewGrouping ?? void 0;
|
|
76138
76277
|
this.reviewViewOrdering = data.reviewViewOrdering ?? void 0;
|
|
76278
|
+
this.scheduledPipelineReleaseFieldCompletion = data.scheduledPipelineReleaseFieldCompletion ?? void 0;
|
|
76279
|
+
this.scheduledPipelineReleaseFieldDescription = data.scheduledPipelineReleaseFieldDescription ?? void 0;
|
|
76139
76280
|
this.scheduledPipelineReleaseFieldReleaseDate = data.scheduledPipelineReleaseFieldReleaseDate ?? void 0;
|
|
76140
|
-
this.
|
|
76281
|
+
this.scheduledPipelineReleaseFieldVersion = data.scheduledPipelineReleaseFieldVersion ?? void 0;
|
|
76282
|
+
this.scheduledPipelineReleasesViewGrouping = data.scheduledPipelineReleasesViewGrouping ?? void 0;
|
|
76141
76283
|
this.scheduledPipelineReleasesViewOrdering = data.scheduledPipelineReleasesViewOrdering ?? void 0;
|
|
76142
76284
|
this.searchResultType = data.searchResultType ?? void 0;
|
|
76143
76285
|
this.searchViewOrdering = data.searchViewOrdering ?? void 0;
|
|
@@ -76467,8 +76609,12 @@ var ViewPreferencesValues = class extends Request {
|
|
|
76467
76609
|
releasePipelineFieldLatestRelease;
|
|
76468
76610
|
/** Whether to show the releases field for release pipelines. */
|
|
76469
76611
|
releasePipelineFieldReleases;
|
|
76612
|
+
/** Whether to show the teams field for release pipelines. */
|
|
76613
|
+
releasePipelineFieldTeams;
|
|
76470
76614
|
/** Whether to show the type field for release pipelines. */
|
|
76471
76615
|
releasePipelineFieldType;
|
|
76616
|
+
/** The release pipeline grouping. */
|
|
76617
|
+
releasePipelineGrouping;
|
|
76472
76618
|
/** The release pipelines view ordering. */
|
|
76473
76619
|
releasePipelinesViewOrdering;
|
|
76474
76620
|
/** Whether to show the review avatar field. */
|
|
@@ -76485,10 +76631,16 @@ var ViewPreferencesValues = class extends Request {
|
|
|
76485
76631
|
reviewGrouping;
|
|
76486
76632
|
/** The review view ordering. */
|
|
76487
76633
|
reviewViewOrdering;
|
|
76634
|
+
/** Whether to show the completion field for scheduled pipeline releases. */
|
|
76635
|
+
scheduledPipelineReleaseFieldCompletion;
|
|
76636
|
+
/** Whether to show the description field for scheduled pipeline releases. */
|
|
76637
|
+
scheduledPipelineReleaseFieldDescription;
|
|
76488
76638
|
/** Whether to show the release date field for scheduled pipeline releases. */
|
|
76489
76639
|
scheduledPipelineReleaseFieldReleaseDate;
|
|
76490
|
-
/** Whether to show the
|
|
76491
|
-
|
|
76640
|
+
/** Whether to show the version field for scheduled pipeline releases. */
|
|
76641
|
+
scheduledPipelineReleaseFieldVersion;
|
|
76642
|
+
/** The scheduled pipeline releases view grouping. */
|
|
76643
|
+
scheduledPipelineReleasesViewGrouping;
|
|
76492
76644
|
/** The scheduled pipeline releases view ordering. */
|
|
76493
76645
|
scheduledPipelineReleasesViewOrdering;
|
|
76494
76646
|
/** The search result type filter. */
|
|
@@ -94980,6 +95132,7 @@ exports.AiConversationGetPullRequestDiffToolCallArgs = AiConversationGetPullRequ
|
|
|
94980
95132
|
exports.AiConversationGetPullRequestFileToolCall = AiConversationGetPullRequestFileToolCall;
|
|
94981
95133
|
exports.AiConversationGetPullRequestFileToolCallArgs = AiConversationGetPullRequestFileToolCallArgs;
|
|
94982
95134
|
exports.AiConversationGetSlackConversationHistoryToolCall = AiConversationGetSlackConversationHistoryToolCall;
|
|
95135
|
+
exports.AiConversationInitialSource = AiConversationInitialSource;
|
|
94983
95136
|
exports.AiConversationInvokeMcpToolToolCall = AiConversationInvokeMcpToolToolCall;
|
|
94984
95137
|
exports.AiConversationInvokeMcpToolToolCallArgs = AiConversationInvokeMcpToolToolCallArgs;
|
|
94985
95138
|
exports.AiConversationInvokeMcpToolToolCallArgsServer = AiConversationInvokeMcpToolToolCallArgsServer;
|
|
@@ -95547,6 +95700,7 @@ exports.IssueSearchQuery = IssueSearchQuery;
|
|
|
95547
95700
|
exports.IssueSearchResult = IssueSearchResult;
|
|
95548
95701
|
exports.IssueSharedAccess = IssueSharedAccess;
|
|
95549
95702
|
exports.IssueSharedAccessDisallowedField = IssueSharedAccessDisallowedField;
|
|
95703
|
+
exports.IssueSharingPolicy = IssueSharingPolicy;
|
|
95550
95704
|
exports.IssueSlaWebhookPayload = IssueSlaWebhookPayload;
|
|
95551
95705
|
exports.IssueStateSpan = IssueStateSpan;
|
|
95552
95706
|
exports.IssueStateSpanConnection = IssueStateSpanConnection;
|
|
@@ -95788,6 +95942,7 @@ exports.Project_ProjectUpdatesQuery = Project_ProjectUpdatesQuery;
|
|
|
95788
95942
|
exports.Project_RelationsQuery = Project_RelationsQuery;
|
|
95789
95943
|
exports.Project_TeamsQuery = Project_TeamsQuery;
|
|
95790
95944
|
exports.ProjectsQuery = ProjectsQuery;
|
|
95945
|
+
exports.PullRequestCheckPresentation = PullRequestCheckPresentation;
|
|
95791
95946
|
exports.PullRequestMergeMethod = PullRequestMergeMethod;
|
|
95792
95947
|
exports.PullRequestNotification = PullRequestNotification;
|
|
95793
95948
|
exports.PullRequestReviewTool = PullRequestReviewTool;
|