@linear/sdk 77.0.0 → 79.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-CJwmoph1.d.cts → index-CArLFN-t.d.cts} +478 -107
- package/dist/index-CArLFN-t.d.cts.map +1 -0
- package/dist/{index-B5yFZcq7.d.mts → index-ClHDrkhS.d.mts} +478 -107
- package/dist/index-ClHDrkhS.d.mts.map +1 -0
- package/dist/index.cjs +474 -32
- package/dist/index.d.cts +77 -13
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +77 -13
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +469 -33
- 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 +7 -7
- package/dist/index-B5yFZcq7.d.mts.map +0 -1
- package/dist/index-CJwmoph1.d.cts.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1513,11 +1513,13 @@ 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,
|
|
1519
1520
|
AiConversationInvokeMcpToolToolCallFragmentDoc: () => AiConversationInvokeMcpToolToolCallFragmentDoc,
|
|
1520
1521
|
AiConversationPartMetadataFragmentDoc: () => AiConversationPartMetadataFragmentDoc,
|
|
1522
|
+
AiConversationPartPhase: () => AiConversationPartPhase,
|
|
1521
1523
|
AiConversationPartType: () => AiConversationPartType,
|
|
1522
1524
|
AiConversationPromptPartFragmentDoc: () => AiConversationPromptPartFragmentDoc,
|
|
1523
1525
|
AiConversationQueryActivityToolCallArgsFragmentDoc: () => AiConversationQueryActivityToolCallArgsFragmentDoc,
|
|
@@ -1533,6 +1535,8 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
1533
1535
|
AiConversationResearchToolCallArgsFragmentDoc: () => AiConversationResearchToolCallArgsFragmentDoc,
|
|
1534
1536
|
AiConversationResearchToolCallFragmentDoc: () => AiConversationResearchToolCallFragmentDoc,
|
|
1535
1537
|
AiConversationResearchToolCallResultFragmentDoc: () => AiConversationResearchToolCallResultFragmentDoc,
|
|
1538
|
+
AiConversationRestoreEntityToolCallArgsFragmentDoc: () => AiConversationRestoreEntityToolCallArgsFragmentDoc,
|
|
1539
|
+
AiConversationRestoreEntityToolCallFragmentDoc: () => AiConversationRestoreEntityToolCallFragmentDoc,
|
|
1536
1540
|
AiConversationRetrieveEntitiesToolCallArgsFragmentDoc: () => AiConversationRetrieveEntitiesToolCallArgsFragmentDoc,
|
|
1537
1541
|
AiConversationRetrieveEntitiesToolCallFragmentDoc: () => AiConversationRetrieveEntitiesToolCallFragmentDoc,
|
|
1538
1542
|
AiConversationSearchDocumentationToolCallFragmentDoc: () => AiConversationSearchDocumentationToolCallFragmentDoc,
|
|
@@ -2068,6 +2072,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
2068
2072
|
IssueSearchResultFragmentDoc: () => IssueSearchResultFragmentDoc,
|
|
2069
2073
|
IssueSharedAccessDisallowedField: () => IssueSharedAccessDisallowedField,
|
|
2070
2074
|
IssueSharedAccessFragmentDoc: () => IssueSharedAccessFragmentDoc,
|
|
2075
|
+
IssueSharingPolicy: () => IssueSharingPolicy,
|
|
2071
2076
|
IssueSlaWebhookPayloadFragmentDoc: () => IssueSlaWebhookPayloadFragmentDoc,
|
|
2072
2077
|
IssueStateSpanConnectionFragmentDoc: () => IssueStateSpanConnectionFragmentDoc,
|
|
2073
2078
|
IssueStateSpanFragmentDoc: () => IssueStateSpanFragmentDoc,
|
|
@@ -2292,6 +2297,7 @@ var _generated_documents_exports = /* @__PURE__ */ require_webhooks.__export({
|
|
|
2292
2297
|
Project_RelationsDocument: () => Project_RelationsDocument,
|
|
2293
2298
|
Project_TeamsDocument: () => Project_TeamsDocument,
|
|
2294
2299
|
ProjectsDocument: () => ProjectsDocument,
|
|
2300
|
+
PullRequestCheckPresentation: () => PullRequestCheckPresentation,
|
|
2295
2301
|
PullRequestMergeMethod: () => PullRequestMergeMethod,
|
|
2296
2302
|
PullRequestNotificationFragmentDoc: () => PullRequestNotificationFragmentDoc,
|
|
2297
2303
|
PullRequestReviewTool: () => PullRequestReviewTool,
|
|
@@ -2666,6 +2672,22 @@ let AiConversationEntityListWidgetArgsEntitiesType = /* @__PURE__ */ function(Ai
|
|
|
2666
2672
|
AiConversationEntityListWidgetArgsEntitiesType$1["Template"] = "Template";
|
|
2667
2673
|
return AiConversationEntityListWidgetArgsEntitiesType$1;
|
|
2668
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
|
+
}({});
|
|
2685
|
+
/** The phase during which a conversation part was generated. */
|
|
2686
|
+
let AiConversationPartPhase = /* @__PURE__ */ function(AiConversationPartPhase$1) {
|
|
2687
|
+
AiConversationPartPhase$1["Answer"] = "answer";
|
|
2688
|
+
AiConversationPartPhase$1["Commentary"] = "commentary";
|
|
2689
|
+
return AiConversationPartPhase$1;
|
|
2690
|
+
}({});
|
|
2669
2691
|
/** The type of a part in an AI conversation. */
|
|
2670
2692
|
let AiConversationPartType = /* @__PURE__ */ function(AiConversationPartType$1) {
|
|
2671
2693
|
AiConversationPartType$1["Prompt"] = "prompt";
|
|
@@ -2709,6 +2731,7 @@ let AiConversationTool = /* @__PURE__ */ function(AiConversationTool$1) {
|
|
|
2709
2731
|
AiConversationTool$1["QueryUpdates"] = "QueryUpdates";
|
|
2710
2732
|
AiConversationTool$1["QueryView"] = "QueryView";
|
|
2711
2733
|
AiConversationTool$1["Research"] = "Research";
|
|
2734
|
+
AiConversationTool$1["RestoreEntity"] = "RestoreEntity";
|
|
2712
2735
|
AiConversationTool$1["RetrieveEntities"] = "RetrieveEntities";
|
|
2713
2736
|
AiConversationTool$1["SearchDocumentation"] = "SearchDocumentation";
|
|
2714
2737
|
AiConversationTool$1["SearchEntities"] = "SearchEntities";
|
|
@@ -2922,6 +2945,13 @@ let IssueSharedAccessDisallowedField = /* @__PURE__ */ function(IssueSharedAcces
|
|
|
2922
2945
|
IssueSharedAccessDisallowedField$1["TeamId"] = "teamId";
|
|
2923
2946
|
return IssueSharedAccessDisallowedField$1;
|
|
2924
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
|
+
}({});
|
|
2925
2955
|
let IssueSuggestionState = /* @__PURE__ */ function(IssueSuggestionState$1) {
|
|
2926
2956
|
IssueSuggestionState$1["Accepted"] = "accepted";
|
|
2927
2957
|
IssueSuggestionState$1["Active"] = "active";
|
|
@@ -3149,6 +3179,14 @@ let ProjectUpdateReminderFrequency = /* @__PURE__ */ function(ProjectUpdateRemin
|
|
|
3149
3179
|
ProjectUpdateReminderFrequency$1["Week"] = "week";
|
|
3150
3180
|
return ProjectUpdateReminderFrequency$1;
|
|
3151
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
|
+
}({});
|
|
3152
3190
|
/** The method used to merge a pull request. */
|
|
3153
3191
|
let PullRequestMergeMethod = /* @__PURE__ */ function(PullRequestMergeMethod$1) {
|
|
3154
3192
|
PullRequestMergeMethod$1["Merge"] = "MERGE";
|
|
@@ -3279,6 +3317,7 @@ let UserContextViewType = /* @__PURE__ */ function(UserContextViewType$1) {
|
|
|
3279
3317
|
}({});
|
|
3280
3318
|
/** The types of flags that the user can have. */
|
|
3281
3319
|
let UserFlagType = /* @__PURE__ */ function(UserFlagType$1) {
|
|
3320
|
+
UserFlagType$1["AgentExamplesDismissed"] = "agentExamplesDismissed";
|
|
3282
3321
|
UserFlagType$1["All"] = "all";
|
|
3283
3322
|
UserFlagType$1["AnalyticsWelcomeDismissed"] = "analyticsWelcomeDismissed";
|
|
3284
3323
|
UserFlagType$1["CanPlaySnake"] = "canPlaySnake";
|
|
@@ -3322,6 +3361,8 @@ let UserFlagType = /* @__PURE__ */ function(UserFlagType$1) {
|
|
|
3322
3361
|
UserFlagType$1["TeamsPageIntroductionDismissed"] = "teamsPageIntroductionDismissed";
|
|
3323
3362
|
UserFlagType$1["ThreadedCommentsNudgeIsSeen"] = "threadedCommentsNudgeIsSeen";
|
|
3324
3363
|
UserFlagType$1["TriageWelcomeDismissed"] = "triageWelcomeDismissed";
|
|
3364
|
+
UserFlagType$1["TryCodexDismissed"] = "tryCodexDismissed";
|
|
3365
|
+
UserFlagType$1["TryCursorDismissed"] = "tryCursorDismissed";
|
|
3325
3366
|
UserFlagType$1["TryCyclesDismissed"] = "tryCyclesDismissed";
|
|
3326
3367
|
UserFlagType$1["TryGithubDismissed"] = "tryGithubDismissed";
|
|
3327
3368
|
UserFlagType$1["TryInvitePeopleDismissed"] = "tryInvitePeopleDismissed";
|
|
@@ -3398,6 +3439,7 @@ let ViewType = /* @__PURE__ */ function(ViewType$1) {
|
|
|
3398
3439
|
ViewType$1["FeedCreated"] = "feedCreated";
|
|
3399
3440
|
ViewType$1["FeedFollowing"] = "feedFollowing";
|
|
3400
3441
|
ViewType$1["FeedPopular"] = "feedPopular";
|
|
3442
|
+
ViewType$1["Focus"] = "focus";
|
|
3401
3443
|
ViewType$1["Inbox"] = "inbox";
|
|
3402
3444
|
ViewType$1["Initiative"] = "initiative";
|
|
3403
3445
|
ViewType$1["InitiativeOverview"] = "initiativeOverview";
|
|
@@ -3455,9 +3497,10 @@ let WorkflowTriggerType = /* @__PURE__ */ function(WorkflowTriggerType$1) {
|
|
|
3455
3497
|
return WorkflowTriggerType$1;
|
|
3456
3498
|
}({});
|
|
3457
3499
|
let WorkflowType = /* @__PURE__ */ function(WorkflowType$1) {
|
|
3458
|
-
WorkflowType$1["
|
|
3500
|
+
WorkflowType$1["Automation"] = "automation";
|
|
3459
3501
|
WorkflowType$1["Sla"] = "sla";
|
|
3460
3502
|
WorkflowType$1["Triage"] = "triage";
|
|
3503
|
+
WorkflowType$1["TriageAutomation"] = "triageAutomation";
|
|
3461
3504
|
WorkflowType$1["ViewSubscription"] = "viewSubscription";
|
|
3462
3505
|
return WorkflowType$1;
|
|
3463
3506
|
}({});
|
|
@@ -3478,7 +3521,10 @@ const AiConversationPartMetadataFragmentDoc = new TypedDocumentString(`
|
|
|
3478
3521
|
fragment AiConversationPartMetadata on AiConversationPartMetadata {
|
|
3479
3522
|
__typename
|
|
3480
3523
|
feedback
|
|
3524
|
+
endedAt
|
|
3481
3525
|
evalLogId
|
|
3526
|
+
phase
|
|
3527
|
+
startedAt
|
|
3482
3528
|
turnId
|
|
3483
3529
|
}
|
|
3484
3530
|
`, { fragmentName: "AiConversationPartMetadata" });
|
|
@@ -3499,7 +3545,10 @@ const AiConversationPromptPartFragmentDoc = new TypedDocumentString(`
|
|
|
3499
3545
|
fragment AiConversationPartMetadata on AiConversationPartMetadata {
|
|
3500
3546
|
__typename
|
|
3501
3547
|
feedback
|
|
3548
|
+
endedAt
|
|
3502
3549
|
evalLogId
|
|
3550
|
+
phase
|
|
3551
|
+
startedAt
|
|
3503
3552
|
turnId
|
|
3504
3553
|
}`, { fragmentName: "AiConversationPromptPart" });
|
|
3505
3554
|
const AiConversationReasoningPartFragmentDoc = new TypedDocumentString(`
|
|
@@ -3517,7 +3566,10 @@ const AiConversationReasoningPartFragmentDoc = new TypedDocumentString(`
|
|
|
3517
3566
|
fragment AiConversationPartMetadata on AiConversationPartMetadata {
|
|
3518
3567
|
__typename
|
|
3519
3568
|
feedback
|
|
3569
|
+
endedAt
|
|
3520
3570
|
evalLogId
|
|
3571
|
+
phase
|
|
3572
|
+
startedAt
|
|
3521
3573
|
turnId
|
|
3522
3574
|
}`, { fragmentName: "AiConversationReasoningPart" });
|
|
3523
3575
|
const AiConversationTextPartFragmentDoc = new TypedDocumentString(`
|
|
@@ -3534,7 +3586,10 @@ const AiConversationTextPartFragmentDoc = new TypedDocumentString(`
|
|
|
3534
3586
|
fragment AiConversationPartMetadata on AiConversationPartMetadata {
|
|
3535
3587
|
__typename
|
|
3536
3588
|
feedback
|
|
3589
|
+
endedAt
|
|
3537
3590
|
evalLogId
|
|
3591
|
+
phase
|
|
3592
|
+
startedAt
|
|
3538
3593
|
turnId
|
|
3539
3594
|
}`, { fragmentName: "AiConversationTextPart" });
|
|
3540
3595
|
const AiConversationCodeIntelligenceToolCallArgsFragmentDoc = new TypedDocumentString(`
|
|
@@ -4094,6 +4149,50 @@ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
|
|
|
4094
4149
|
inactiveLabel
|
|
4095
4150
|
result
|
|
4096
4151
|
}`, { fragmentName: "AiConversationResearchToolCall" });
|
|
4152
|
+
const AiConversationRestoreEntityToolCallArgsFragmentDoc = new TypedDocumentString(`
|
|
4153
|
+
fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
|
|
4154
|
+
__typename
|
|
4155
|
+
entity {
|
|
4156
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4157
|
+
}
|
|
4158
|
+
}
|
|
4159
|
+
fragment AiConversationSearchEntitiesToolCallResultEntities on AiConversationSearchEntitiesToolCallResultEntities {
|
|
4160
|
+
__typename
|
|
4161
|
+
id
|
|
4162
|
+
type
|
|
4163
|
+
}`, { fragmentName: "AiConversationRestoreEntityToolCallArgs" });
|
|
4164
|
+
const AiConversationRestoreEntityToolCallFragmentDoc = new TypedDocumentString(`
|
|
4165
|
+
fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
|
|
4166
|
+
__typename
|
|
4167
|
+
rawArgs
|
|
4168
|
+
args {
|
|
4169
|
+
...AiConversationRestoreEntityToolCallArgs
|
|
4170
|
+
}
|
|
4171
|
+
name
|
|
4172
|
+
rawResult
|
|
4173
|
+
displayInfo {
|
|
4174
|
+
...AiConversationToolDisplayInfo
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
|
|
4178
|
+
__typename
|
|
4179
|
+
entity {
|
|
4180
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4181
|
+
}
|
|
4182
|
+
}
|
|
4183
|
+
fragment AiConversationSearchEntitiesToolCallResultEntities on AiConversationSearchEntitiesToolCallResultEntities {
|
|
4184
|
+
__typename
|
|
4185
|
+
id
|
|
4186
|
+
type
|
|
4187
|
+
}
|
|
4188
|
+
fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
|
|
4189
|
+
__typename
|
|
4190
|
+
activeLabel
|
|
4191
|
+
detail
|
|
4192
|
+
icon
|
|
4193
|
+
inactiveLabel
|
|
4194
|
+
result
|
|
4195
|
+
}`, { fragmentName: "AiConversationRestoreEntityToolCall" });
|
|
4097
4196
|
const AiConversationRetrieveEntitiesToolCallArgsFragmentDoc = new TypedDocumentString(`
|
|
4098
4197
|
fragment AiConversationRetrieveEntitiesToolCallArgs on AiConversationRetrieveEntitiesToolCallArgs {
|
|
4099
4198
|
__typename
|
|
@@ -4287,6 +4386,9 @@ const AiConversationTranscribeVideoToolCallFragmentDoc = new TypedDocumentString
|
|
|
4287
4386
|
const AiConversationUpdateEntityToolCallArgsFragmentDoc = new TypedDocumentString(`
|
|
4288
4387
|
fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
|
|
4289
4388
|
__typename
|
|
4389
|
+
entities {
|
|
4390
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4391
|
+
}
|
|
4290
4392
|
entity {
|
|
4291
4393
|
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4292
4394
|
}
|
|
@@ -4324,6 +4426,9 @@ fragment AiConversationToolDisplayInfo on AiConversationToolDisplayInfo {
|
|
|
4324
4426
|
}
|
|
4325
4427
|
fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
|
|
4326
4428
|
__typename
|
|
4429
|
+
entities {
|
|
4430
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4431
|
+
}
|
|
4327
4432
|
entity {
|
|
4328
4433
|
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4329
4434
|
}
|
|
@@ -4405,6 +4510,9 @@ const AiConversationToolCallPartFragmentDoc = new TypedDocumentString(`
|
|
|
4405
4510
|
... on AiConversationResearchToolCall {
|
|
4406
4511
|
...AiConversationResearchToolCall
|
|
4407
4512
|
}
|
|
4513
|
+
... on AiConversationRestoreEntityToolCall {
|
|
4514
|
+
...AiConversationRestoreEntityToolCall
|
|
4515
|
+
}
|
|
4408
4516
|
... on AiConversationRetrieveEntitiesToolCall {
|
|
4409
4517
|
...AiConversationRetrieveEntitiesToolCall
|
|
4410
4518
|
}
|
|
@@ -4435,7 +4543,10 @@ const AiConversationToolCallPartFragmentDoc = new TypedDocumentString(`
|
|
|
4435
4543
|
fragment AiConversationPartMetadata on AiConversationPartMetadata {
|
|
4436
4544
|
__typename
|
|
4437
4545
|
feedback
|
|
4546
|
+
endedAt
|
|
4438
4547
|
evalLogId
|
|
4548
|
+
phase
|
|
4549
|
+
startedAt
|
|
4439
4550
|
turnId
|
|
4440
4551
|
}
|
|
4441
4552
|
fragment AiConversationCodeIntelligenceToolCall on AiConversationCodeIntelligenceToolCall {
|
|
@@ -4668,6 +4779,24 @@ fragment AiConversationResearchToolCallResult on AiConversationResearchToolCallR
|
|
|
4668
4779
|
__typename
|
|
4669
4780
|
progressId
|
|
4670
4781
|
}
|
|
4782
|
+
fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
|
|
4783
|
+
__typename
|
|
4784
|
+
rawArgs
|
|
4785
|
+
args {
|
|
4786
|
+
...AiConversationRestoreEntityToolCallArgs
|
|
4787
|
+
}
|
|
4788
|
+
name
|
|
4789
|
+
rawResult
|
|
4790
|
+
displayInfo {
|
|
4791
|
+
...AiConversationToolDisplayInfo
|
|
4792
|
+
}
|
|
4793
|
+
}
|
|
4794
|
+
fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
|
|
4795
|
+
__typename
|
|
4796
|
+
entity {
|
|
4797
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4798
|
+
}
|
|
4799
|
+
}
|
|
4671
4800
|
fragment AiConversationRetrieveEntitiesToolCall on AiConversationRetrieveEntitiesToolCall {
|
|
4672
4801
|
__typename
|
|
4673
4802
|
rawArgs
|
|
@@ -4783,6 +4912,9 @@ fragment AiConversationUpdateEntityToolCall on AiConversationUpdateEntityToolCal
|
|
|
4783
4912
|
}
|
|
4784
4913
|
fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
|
|
4785
4914
|
__typename
|
|
4915
|
+
entities {
|
|
4916
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4917
|
+
}
|
|
4786
4918
|
entity {
|
|
4787
4919
|
...AiConversationSearchEntitiesToolCallResultEntities
|
|
4788
4920
|
}
|
|
@@ -4913,7 +5045,10 @@ const AiConversationWidgetPartFragmentDoc = new TypedDocumentString(`
|
|
|
4913
5045
|
fragment AiConversationPartMetadata on AiConversationPartMetadata {
|
|
4914
5046
|
__typename
|
|
4915
5047
|
feedback
|
|
5048
|
+
endedAt
|
|
4916
5049
|
evalLogId
|
|
5050
|
+
phase
|
|
5051
|
+
startedAt
|
|
4917
5052
|
turnId
|
|
4918
5053
|
}
|
|
4919
5054
|
fragment AiConversationEntityCardWidget on AiConversationEntityCardWidget {
|
|
@@ -5063,6 +5198,9 @@ fragment AiConversationToolCallPart on AiConversationToolCallPart {
|
|
|
5063
5198
|
... on AiConversationResearchToolCall {
|
|
5064
5199
|
...AiConversationResearchToolCall
|
|
5065
5200
|
}
|
|
5201
|
+
... on AiConversationRestoreEntityToolCall {
|
|
5202
|
+
...AiConversationRestoreEntityToolCall
|
|
5203
|
+
}
|
|
5066
5204
|
... on AiConversationRetrieveEntitiesToolCall {
|
|
5067
5205
|
...AiConversationRetrieveEntitiesToolCall
|
|
5068
5206
|
}
|
|
@@ -5109,7 +5247,10 @@ fragment AiConversationWidgetPart on AiConversationWidgetPart {
|
|
|
5109
5247
|
fragment AiConversationPartMetadata on AiConversationPartMetadata {
|
|
5110
5248
|
__typename
|
|
5111
5249
|
feedback
|
|
5250
|
+
endedAt
|
|
5112
5251
|
evalLogId
|
|
5252
|
+
phase
|
|
5253
|
+
startedAt
|
|
5113
5254
|
turnId
|
|
5114
5255
|
}
|
|
5115
5256
|
fragment AiConversationCodeIntelligenceToolCall on AiConversationCodeIntelligenceToolCall {
|
|
@@ -5383,6 +5524,24 @@ fragment AiConversationResearchToolCallResult on AiConversationResearchToolCallR
|
|
|
5383
5524
|
__typename
|
|
5384
5525
|
progressId
|
|
5385
5526
|
}
|
|
5527
|
+
fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
|
|
5528
|
+
__typename
|
|
5529
|
+
rawArgs
|
|
5530
|
+
args {
|
|
5531
|
+
...AiConversationRestoreEntityToolCallArgs
|
|
5532
|
+
}
|
|
5533
|
+
name
|
|
5534
|
+
rawResult
|
|
5535
|
+
displayInfo {
|
|
5536
|
+
...AiConversationToolDisplayInfo
|
|
5537
|
+
}
|
|
5538
|
+
}
|
|
5539
|
+
fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
|
|
5540
|
+
__typename
|
|
5541
|
+
entity {
|
|
5542
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
5543
|
+
}
|
|
5544
|
+
}
|
|
5386
5545
|
fragment AiConversationRetrieveEntitiesToolCall on AiConversationRetrieveEntitiesToolCall {
|
|
5387
5546
|
__typename
|
|
5388
5547
|
rawArgs
|
|
@@ -5498,6 +5657,9 @@ fragment AiConversationUpdateEntityToolCall on AiConversationUpdateEntityToolCal
|
|
|
5498
5657
|
}
|
|
5499
5658
|
fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
|
|
5500
5659
|
__typename
|
|
5660
|
+
entities {
|
|
5661
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
5662
|
+
}
|
|
5501
5663
|
entity {
|
|
5502
5664
|
...AiConversationSearchEntitiesToolCallResultEntities
|
|
5503
5665
|
}
|
|
@@ -8293,6 +8455,7 @@ const OrganizationFragmentDoc = new TypedDocumentString(`
|
|
|
8293
8455
|
allowedAuthServices
|
|
8294
8456
|
allowedFileUploadContentTypes
|
|
8295
8457
|
createdIssueCount
|
|
8458
|
+
authSettings
|
|
8296
8459
|
customersConfiguration
|
|
8297
8460
|
defaultFeedSummarySchedule
|
|
8298
8461
|
gitBranchFormat
|
|
@@ -8865,6 +9028,7 @@ const WorkflowDefinitionFragmentDoc = new TypedDocumentString(`
|
|
|
8865
9028
|
lastUpdatedBy {
|
|
8866
9029
|
id
|
|
8867
9030
|
}
|
|
9031
|
+
slugId
|
|
8868
9032
|
enabled
|
|
8869
9033
|
}
|
|
8870
9034
|
`, { fragmentName: "WorkflowDefinition" });
|
|
@@ -8965,6 +9129,7 @@ fragment WorkflowDefinition on WorkflowDefinition {
|
|
|
8965
9129
|
lastUpdatedBy {
|
|
8966
9130
|
id
|
|
8967
9131
|
}
|
|
9132
|
+
slugId
|
|
8968
9133
|
enabled
|
|
8969
9134
|
}`, { fragmentName: "IssueHistoryTriageRuleMetadata" });
|
|
8970
9135
|
const IssueHistoryWorkflowMetadataFragmentDoc = new TypedDocumentString(`
|
|
@@ -9019,6 +9184,7 @@ const IssueHistoryWorkflowMetadataFragmentDoc = new TypedDocumentString(`
|
|
|
9019
9184
|
lastUpdatedBy {
|
|
9020
9185
|
id
|
|
9021
9186
|
}
|
|
9187
|
+
slugId
|
|
9022
9188
|
enabled
|
|
9023
9189
|
}`, { fragmentName: "IssueHistoryWorkflowMetadata" });
|
|
9024
9190
|
const OauthClientActorWebhookPayloadFragmentDoc = new TypedDocumentString(`
|
|
@@ -11900,6 +12066,9 @@ const AiConversationBaseToolCallFragmentDoc = new TypedDocumentString(`
|
|
|
11900
12066
|
... on AiConversationResearchToolCall {
|
|
11901
12067
|
...AiConversationResearchToolCall
|
|
11902
12068
|
}
|
|
12069
|
+
... on AiConversationRestoreEntityToolCall {
|
|
12070
|
+
...AiConversationRestoreEntityToolCall
|
|
12071
|
+
}
|
|
11903
12072
|
... on AiConversationRetrieveEntitiesToolCall {
|
|
11904
12073
|
...AiConversationRetrieveEntitiesToolCall
|
|
11905
12074
|
}
|
|
@@ -12155,6 +12324,24 @@ fragment AiConversationResearchToolCallResult on AiConversationResearchToolCallR
|
|
|
12155
12324
|
__typename
|
|
12156
12325
|
progressId
|
|
12157
12326
|
}
|
|
12327
|
+
fragment AiConversationRestoreEntityToolCall on AiConversationRestoreEntityToolCall {
|
|
12328
|
+
__typename
|
|
12329
|
+
rawArgs
|
|
12330
|
+
args {
|
|
12331
|
+
...AiConversationRestoreEntityToolCallArgs
|
|
12332
|
+
}
|
|
12333
|
+
name
|
|
12334
|
+
rawResult
|
|
12335
|
+
displayInfo {
|
|
12336
|
+
...AiConversationToolDisplayInfo
|
|
12337
|
+
}
|
|
12338
|
+
}
|
|
12339
|
+
fragment AiConversationRestoreEntityToolCallArgs on AiConversationRestoreEntityToolCallArgs {
|
|
12340
|
+
__typename
|
|
12341
|
+
entity {
|
|
12342
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
12343
|
+
}
|
|
12344
|
+
}
|
|
12158
12345
|
fragment AiConversationRetrieveEntitiesToolCall on AiConversationRetrieveEntitiesToolCall {
|
|
12159
12346
|
__typename
|
|
12160
12347
|
rawArgs
|
|
@@ -12270,6 +12457,9 @@ fragment AiConversationUpdateEntityToolCall on AiConversationUpdateEntityToolCal
|
|
|
12270
12457
|
}
|
|
12271
12458
|
fragment AiConversationUpdateEntityToolCallArgs on AiConversationUpdateEntityToolCallArgs {
|
|
12272
12459
|
__typename
|
|
12460
|
+
entities {
|
|
12461
|
+
...AiConversationSearchEntitiesToolCallResultEntities
|
|
12462
|
+
}
|
|
12273
12463
|
entity {
|
|
12274
12464
|
...AiConversationSearchEntitiesToolCallResultEntities
|
|
12275
12465
|
}
|
|
@@ -12573,6 +12763,7 @@ const AuthOrganizationFragmentDoc = new TypedDocumentString(`
|
|
|
12573
12763
|
__typename
|
|
12574
12764
|
allowedAuthServices
|
|
12575
12765
|
approximateUserCount
|
|
12766
|
+
authSettings
|
|
12576
12767
|
previousUrlKeys
|
|
12577
12768
|
serviceId
|
|
12578
12769
|
releaseChannel
|
|
@@ -12610,6 +12801,7 @@ const AuthUserFragmentDoc = new TypedDocumentString(`
|
|
|
12610
12801
|
__typename
|
|
12611
12802
|
allowedAuthServices
|
|
12612
12803
|
approximateUserCount
|
|
12804
|
+
authSettings
|
|
12613
12805
|
previousUrlKeys
|
|
12614
12806
|
serviceId
|
|
12615
12807
|
releaseChannel
|
|
@@ -12667,6 +12859,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
12667
12859
|
__typename
|
|
12668
12860
|
allowedAuthServices
|
|
12669
12861
|
approximateUserCount
|
|
12862
|
+
authSettings
|
|
12670
12863
|
previousUrlKeys
|
|
12671
12864
|
serviceId
|
|
12672
12865
|
releaseChannel
|
|
@@ -13327,6 +13520,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
13327
13520
|
__typename
|
|
13328
13521
|
allowedAuthServices
|
|
13329
13522
|
approximateUserCount
|
|
13523
|
+
authSettings
|
|
13330
13524
|
previousUrlKeys
|
|
13331
13525
|
serviceId
|
|
13332
13526
|
releaseChannel
|
|
@@ -13373,6 +13567,9 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13373
13567
|
projectGroupingDateResolution
|
|
13374
13568
|
viewOrderingDirection
|
|
13375
13569
|
embeddedCustomerNeedsViewOrdering
|
|
13570
|
+
focusViewGrouping
|
|
13571
|
+
focusViewOrderingDirection
|
|
13572
|
+
focusViewOrdering
|
|
13376
13573
|
inboxViewOrdering
|
|
13377
13574
|
initiativeGrouping
|
|
13378
13575
|
initiativesViewOrdering
|
|
@@ -13394,9 +13591,11 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13394
13591
|
projectLayout
|
|
13395
13592
|
projectViewOrdering
|
|
13396
13593
|
projectSubGrouping
|
|
13594
|
+
releasePipelineGrouping
|
|
13397
13595
|
releasePipelinesViewOrdering
|
|
13398
13596
|
reviewGrouping
|
|
13399
13597
|
reviewViewOrdering
|
|
13598
|
+
scheduledPipelineReleasesViewGrouping
|
|
13400
13599
|
scheduledPipelineReleasesViewOrdering
|
|
13401
13600
|
searchResultType
|
|
13402
13601
|
searchViewOrdering
|
|
@@ -13436,6 +13635,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13436
13635
|
showSupervisedIssues
|
|
13437
13636
|
fieldSla
|
|
13438
13637
|
fieldSentryIssues
|
|
13638
|
+
scheduledPipelineReleaseFieldCompletion
|
|
13439
13639
|
customViewFieldDateCreated
|
|
13440
13640
|
customViewFieldOwner
|
|
13441
13641
|
customViewFieldDateUpdated
|
|
@@ -13454,6 +13654,7 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13454
13654
|
dashboardFieldDateCreated
|
|
13455
13655
|
dashboardFieldOwner
|
|
13456
13656
|
dashboardFieldDateUpdated
|
|
13657
|
+
scheduledPipelineReleaseFieldDescription
|
|
13457
13658
|
fieldDueDate
|
|
13458
13659
|
initiativeFieldHealth
|
|
13459
13660
|
initiativeFieldActivity
|
|
@@ -13535,7 +13736,6 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13535
13736
|
reviewFieldIdentifier
|
|
13536
13737
|
reviewFieldPreviewLinks
|
|
13537
13738
|
reviewFieldRepository
|
|
13538
|
-
scheduledPipelineReleaseFieldStage
|
|
13539
13739
|
teamFieldDateCreated
|
|
13540
13740
|
teamFieldCycle
|
|
13541
13741
|
teamFieldIdentifier
|
|
@@ -13544,8 +13744,10 @@ const ViewPreferencesValuesFragmentDoc = new TypedDocumentString(`
|
|
|
13544
13744
|
teamFieldOwner
|
|
13545
13745
|
teamFieldProjects
|
|
13546
13746
|
teamFieldDateUpdated
|
|
13747
|
+
releasePipelineFieldTeams
|
|
13547
13748
|
fieldTimeInCurrentStatus
|
|
13548
13749
|
releasePipelineFieldType
|
|
13750
|
+
scheduledPipelineReleaseFieldVersion
|
|
13549
13751
|
showTriageIssues
|
|
13550
13752
|
showUnreadItemsFirst
|
|
13551
13753
|
timelineChronologyShowWeekNumbers
|
|
@@ -13595,6 +13797,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13595
13797
|
projectGroupingDateResolution
|
|
13596
13798
|
viewOrderingDirection
|
|
13597
13799
|
embeddedCustomerNeedsViewOrdering
|
|
13800
|
+
focusViewGrouping
|
|
13801
|
+
focusViewOrderingDirection
|
|
13802
|
+
focusViewOrdering
|
|
13598
13803
|
inboxViewOrdering
|
|
13599
13804
|
initiativeGrouping
|
|
13600
13805
|
initiativesViewOrdering
|
|
@@ -13616,9 +13821,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13616
13821
|
projectLayout
|
|
13617
13822
|
projectViewOrdering
|
|
13618
13823
|
projectSubGrouping
|
|
13824
|
+
releasePipelineGrouping
|
|
13619
13825
|
releasePipelinesViewOrdering
|
|
13620
13826
|
reviewGrouping
|
|
13621
13827
|
reviewViewOrdering
|
|
13828
|
+
scheduledPipelineReleasesViewGrouping
|
|
13622
13829
|
scheduledPipelineReleasesViewOrdering
|
|
13623
13830
|
searchResultType
|
|
13624
13831
|
searchViewOrdering
|
|
@@ -13658,6 +13865,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13658
13865
|
showSupervisedIssues
|
|
13659
13866
|
fieldSla
|
|
13660
13867
|
fieldSentryIssues
|
|
13868
|
+
scheduledPipelineReleaseFieldCompletion
|
|
13661
13869
|
customViewFieldDateCreated
|
|
13662
13870
|
customViewFieldOwner
|
|
13663
13871
|
customViewFieldDateUpdated
|
|
@@ -13676,6 +13884,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13676
13884
|
dashboardFieldDateCreated
|
|
13677
13885
|
dashboardFieldOwner
|
|
13678
13886
|
dashboardFieldDateUpdated
|
|
13887
|
+
scheduledPipelineReleaseFieldDescription
|
|
13679
13888
|
fieldDueDate
|
|
13680
13889
|
initiativeFieldHealth
|
|
13681
13890
|
initiativeFieldActivity
|
|
@@ -13757,7 +13966,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13757
13966
|
reviewFieldIdentifier
|
|
13758
13967
|
reviewFieldPreviewLinks
|
|
13759
13968
|
reviewFieldRepository
|
|
13760
|
-
scheduledPipelineReleaseFieldStage
|
|
13761
13969
|
teamFieldDateCreated
|
|
13762
13970
|
teamFieldCycle
|
|
13763
13971
|
teamFieldIdentifier
|
|
@@ -13766,8 +13974,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13766
13974
|
teamFieldOwner
|
|
13767
13975
|
teamFieldProjects
|
|
13768
13976
|
teamFieldDateUpdated
|
|
13977
|
+
releasePipelineFieldTeams
|
|
13769
13978
|
fieldTimeInCurrentStatus
|
|
13770
13979
|
releasePipelineFieldType
|
|
13980
|
+
scheduledPipelineReleaseFieldVersion
|
|
13771
13981
|
showTriageIssues
|
|
13772
13982
|
showUnreadItemsFirst
|
|
13773
13983
|
timelineChronologyShowWeekNumbers
|
|
@@ -13852,6 +14062,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13852
14062
|
projectGroupingDateResolution
|
|
13853
14063
|
viewOrderingDirection
|
|
13854
14064
|
embeddedCustomerNeedsViewOrdering
|
|
14065
|
+
focusViewGrouping
|
|
14066
|
+
focusViewOrderingDirection
|
|
14067
|
+
focusViewOrdering
|
|
13855
14068
|
inboxViewOrdering
|
|
13856
14069
|
initiativeGrouping
|
|
13857
14070
|
initiativesViewOrdering
|
|
@@ -13873,9 +14086,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13873
14086
|
projectLayout
|
|
13874
14087
|
projectViewOrdering
|
|
13875
14088
|
projectSubGrouping
|
|
14089
|
+
releasePipelineGrouping
|
|
13876
14090
|
releasePipelinesViewOrdering
|
|
13877
14091
|
reviewGrouping
|
|
13878
14092
|
reviewViewOrdering
|
|
14093
|
+
scheduledPipelineReleasesViewGrouping
|
|
13879
14094
|
scheduledPipelineReleasesViewOrdering
|
|
13880
14095
|
searchResultType
|
|
13881
14096
|
searchViewOrdering
|
|
@@ -13915,6 +14130,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13915
14130
|
showSupervisedIssues
|
|
13916
14131
|
fieldSla
|
|
13917
14132
|
fieldSentryIssues
|
|
14133
|
+
scheduledPipelineReleaseFieldCompletion
|
|
13918
14134
|
customViewFieldDateCreated
|
|
13919
14135
|
customViewFieldOwner
|
|
13920
14136
|
customViewFieldDateUpdated
|
|
@@ -13933,6 +14149,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
13933
14149
|
dashboardFieldDateCreated
|
|
13934
14150
|
dashboardFieldOwner
|
|
13935
14151
|
dashboardFieldDateUpdated
|
|
14152
|
+
scheduledPipelineReleaseFieldDescription
|
|
13936
14153
|
fieldDueDate
|
|
13937
14154
|
initiativeFieldHealth
|
|
13938
14155
|
initiativeFieldActivity
|
|
@@ -14014,7 +14231,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14014
14231
|
reviewFieldIdentifier
|
|
14015
14232
|
reviewFieldPreviewLinks
|
|
14016
14233
|
reviewFieldRepository
|
|
14017
|
-
scheduledPipelineReleaseFieldStage
|
|
14018
14234
|
teamFieldDateCreated
|
|
14019
14235
|
teamFieldCycle
|
|
14020
14236
|
teamFieldIdentifier
|
|
@@ -14023,8 +14239,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14023
14239
|
teamFieldOwner
|
|
14024
14240
|
teamFieldProjects
|
|
14025
14241
|
teamFieldDateUpdated
|
|
14242
|
+
releasePipelineFieldTeams
|
|
14026
14243
|
fieldTimeInCurrentStatus
|
|
14027
14244
|
releasePipelineFieldType
|
|
14245
|
+
scheduledPipelineReleaseFieldVersion
|
|
14028
14246
|
showTriageIssues
|
|
14029
14247
|
showUnreadItemsFirst
|
|
14030
14248
|
timelineChronologyShowWeekNumbers
|
|
@@ -14125,6 +14343,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14125
14343
|
projectGroupingDateResolution
|
|
14126
14344
|
viewOrderingDirection
|
|
14127
14345
|
embeddedCustomerNeedsViewOrdering
|
|
14346
|
+
focusViewGrouping
|
|
14347
|
+
focusViewOrderingDirection
|
|
14348
|
+
focusViewOrdering
|
|
14128
14349
|
inboxViewOrdering
|
|
14129
14350
|
initiativeGrouping
|
|
14130
14351
|
initiativesViewOrdering
|
|
@@ -14146,9 +14367,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14146
14367
|
projectLayout
|
|
14147
14368
|
projectViewOrdering
|
|
14148
14369
|
projectSubGrouping
|
|
14370
|
+
releasePipelineGrouping
|
|
14149
14371
|
releasePipelinesViewOrdering
|
|
14150
14372
|
reviewGrouping
|
|
14151
14373
|
reviewViewOrdering
|
|
14374
|
+
scheduledPipelineReleasesViewGrouping
|
|
14152
14375
|
scheduledPipelineReleasesViewOrdering
|
|
14153
14376
|
searchResultType
|
|
14154
14377
|
searchViewOrdering
|
|
@@ -14188,6 +14411,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14188
14411
|
showSupervisedIssues
|
|
14189
14412
|
fieldSla
|
|
14190
14413
|
fieldSentryIssues
|
|
14414
|
+
scheduledPipelineReleaseFieldCompletion
|
|
14191
14415
|
customViewFieldDateCreated
|
|
14192
14416
|
customViewFieldOwner
|
|
14193
14417
|
customViewFieldDateUpdated
|
|
@@ -14206,6 +14430,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14206
14430
|
dashboardFieldDateCreated
|
|
14207
14431
|
dashboardFieldOwner
|
|
14208
14432
|
dashboardFieldDateUpdated
|
|
14433
|
+
scheduledPipelineReleaseFieldDescription
|
|
14209
14434
|
fieldDueDate
|
|
14210
14435
|
initiativeFieldHealth
|
|
14211
14436
|
initiativeFieldActivity
|
|
@@ -14287,7 +14512,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14287
14512
|
reviewFieldIdentifier
|
|
14288
14513
|
reviewFieldPreviewLinks
|
|
14289
14514
|
reviewFieldRepository
|
|
14290
|
-
scheduledPipelineReleaseFieldStage
|
|
14291
14515
|
teamFieldDateCreated
|
|
14292
14516
|
teamFieldCycle
|
|
14293
14517
|
teamFieldIdentifier
|
|
@@ -14296,8 +14520,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
14296
14520
|
teamFieldOwner
|
|
14297
14521
|
teamFieldProjects
|
|
14298
14522
|
teamFieldDateUpdated
|
|
14523
|
+
releasePipelineFieldTeams
|
|
14299
14524
|
fieldTimeInCurrentStatus
|
|
14300
14525
|
releasePipelineFieldType
|
|
14526
|
+
scheduledPipelineReleaseFieldVersion
|
|
14301
14527
|
showTriageIssues
|
|
14302
14528
|
showUnreadItemsFirst
|
|
14303
14529
|
timelineChronologyShowWeekNumbers
|
|
@@ -22016,6 +22242,9 @@ const TeamFragmentDoc = new TypedDocumentString(`
|
|
|
22016
22242
|
color
|
|
22017
22243
|
description
|
|
22018
22244
|
name
|
|
22245
|
+
parent {
|
|
22246
|
+
id
|
|
22247
|
+
}
|
|
22019
22248
|
key
|
|
22020
22249
|
archivedAt
|
|
22021
22250
|
createdAt
|
|
@@ -22124,6 +22353,9 @@ const TeamConnectionFragmentDoc = new TypedDocumentString(`
|
|
|
22124
22353
|
color
|
|
22125
22354
|
description
|
|
22126
22355
|
name
|
|
22356
|
+
parent {
|
|
22357
|
+
id
|
|
22358
|
+
}
|
|
22127
22359
|
key
|
|
22128
22360
|
archivedAt
|
|
22129
22361
|
createdAt
|
|
@@ -22689,6 +22921,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22689
22921
|
projectGroupingDateResolution
|
|
22690
22922
|
viewOrderingDirection
|
|
22691
22923
|
embeddedCustomerNeedsViewOrdering
|
|
22924
|
+
focusViewGrouping
|
|
22925
|
+
focusViewOrderingDirection
|
|
22926
|
+
focusViewOrdering
|
|
22692
22927
|
inboxViewOrdering
|
|
22693
22928
|
initiativeGrouping
|
|
22694
22929
|
initiativesViewOrdering
|
|
@@ -22710,9 +22945,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22710
22945
|
projectLayout
|
|
22711
22946
|
projectViewOrdering
|
|
22712
22947
|
projectSubGrouping
|
|
22948
|
+
releasePipelineGrouping
|
|
22713
22949
|
releasePipelinesViewOrdering
|
|
22714
22950
|
reviewGrouping
|
|
22715
22951
|
reviewViewOrdering
|
|
22952
|
+
scheduledPipelineReleasesViewGrouping
|
|
22716
22953
|
scheduledPipelineReleasesViewOrdering
|
|
22717
22954
|
searchResultType
|
|
22718
22955
|
searchViewOrdering
|
|
@@ -22752,6 +22989,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22752
22989
|
showSupervisedIssues
|
|
22753
22990
|
fieldSla
|
|
22754
22991
|
fieldSentryIssues
|
|
22992
|
+
scheduledPipelineReleaseFieldCompletion
|
|
22755
22993
|
customViewFieldDateCreated
|
|
22756
22994
|
customViewFieldOwner
|
|
22757
22995
|
customViewFieldDateUpdated
|
|
@@ -22770,6 +23008,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22770
23008
|
dashboardFieldDateCreated
|
|
22771
23009
|
dashboardFieldOwner
|
|
22772
23010
|
dashboardFieldDateUpdated
|
|
23011
|
+
scheduledPipelineReleaseFieldDescription
|
|
22773
23012
|
fieldDueDate
|
|
22774
23013
|
initiativeFieldHealth
|
|
22775
23014
|
initiativeFieldActivity
|
|
@@ -22851,7 +23090,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22851
23090
|
reviewFieldIdentifier
|
|
22852
23091
|
reviewFieldPreviewLinks
|
|
22853
23092
|
reviewFieldRepository
|
|
22854
|
-
scheduledPipelineReleaseFieldStage
|
|
22855
23093
|
teamFieldDateCreated
|
|
22856
23094
|
teamFieldCycle
|
|
22857
23095
|
teamFieldIdentifier
|
|
@@ -22860,8 +23098,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
22860
23098
|
teamFieldOwner
|
|
22861
23099
|
teamFieldProjects
|
|
22862
23100
|
teamFieldDateUpdated
|
|
23101
|
+
releasePipelineFieldTeams
|
|
22863
23102
|
fieldTimeInCurrentStatus
|
|
22864
23103
|
releasePipelineFieldType
|
|
23104
|
+
scheduledPipelineReleaseFieldVersion
|
|
22865
23105
|
showTriageIssues
|
|
22866
23106
|
showUnreadItemsFirst
|
|
22867
23107
|
timelineChronologyShowWeekNumbers
|
|
@@ -23066,6 +23306,9 @@ const AdministrableTeamsDocument = new TypedDocumentString(`
|
|
|
23066
23306
|
color
|
|
23067
23307
|
description
|
|
23068
23308
|
name
|
|
23309
|
+
parent {
|
|
23310
|
+
id
|
|
23311
|
+
}
|
|
23069
23312
|
key
|
|
23070
23313
|
archivedAt
|
|
23071
23314
|
createdAt
|
|
@@ -25452,6 +25695,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
25452
25695
|
__typename
|
|
25453
25696
|
allowedAuthServices
|
|
25454
25697
|
approximateUserCount
|
|
25698
|
+
authSettings
|
|
25455
25699
|
previousUrlKeys
|
|
25456
25700
|
serviceId
|
|
25457
25701
|
releaseChannel
|
|
@@ -26623,6 +26867,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26623
26867
|
projectGroupingDateResolution
|
|
26624
26868
|
viewOrderingDirection
|
|
26625
26869
|
embeddedCustomerNeedsViewOrdering
|
|
26870
|
+
focusViewGrouping
|
|
26871
|
+
focusViewOrderingDirection
|
|
26872
|
+
focusViewOrdering
|
|
26626
26873
|
inboxViewOrdering
|
|
26627
26874
|
initiativeGrouping
|
|
26628
26875
|
initiativesViewOrdering
|
|
@@ -26644,9 +26891,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26644
26891
|
projectLayout
|
|
26645
26892
|
projectViewOrdering
|
|
26646
26893
|
projectSubGrouping
|
|
26894
|
+
releasePipelineGrouping
|
|
26647
26895
|
releasePipelinesViewOrdering
|
|
26648
26896
|
reviewGrouping
|
|
26649
26897
|
reviewViewOrdering
|
|
26898
|
+
scheduledPipelineReleasesViewGrouping
|
|
26650
26899
|
scheduledPipelineReleasesViewOrdering
|
|
26651
26900
|
searchResultType
|
|
26652
26901
|
searchViewOrdering
|
|
@@ -26686,6 +26935,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26686
26935
|
showSupervisedIssues
|
|
26687
26936
|
fieldSla
|
|
26688
26937
|
fieldSentryIssues
|
|
26938
|
+
scheduledPipelineReleaseFieldCompletion
|
|
26689
26939
|
customViewFieldDateCreated
|
|
26690
26940
|
customViewFieldOwner
|
|
26691
26941
|
customViewFieldDateUpdated
|
|
@@ -26704,6 +26954,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26704
26954
|
dashboardFieldDateCreated
|
|
26705
26955
|
dashboardFieldOwner
|
|
26706
26956
|
dashboardFieldDateUpdated
|
|
26957
|
+
scheduledPipelineReleaseFieldDescription
|
|
26707
26958
|
fieldDueDate
|
|
26708
26959
|
initiativeFieldHealth
|
|
26709
26960
|
initiativeFieldActivity
|
|
@@ -26785,7 +27036,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26785
27036
|
reviewFieldIdentifier
|
|
26786
27037
|
reviewFieldPreviewLinks
|
|
26787
27038
|
reviewFieldRepository
|
|
26788
|
-
scheduledPipelineReleaseFieldStage
|
|
26789
27039
|
teamFieldDateCreated
|
|
26790
27040
|
teamFieldCycle
|
|
26791
27041
|
teamFieldIdentifier
|
|
@@ -26794,8 +27044,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
26794
27044
|
teamFieldOwner
|
|
26795
27045
|
teamFieldProjects
|
|
26796
27046
|
teamFieldDateUpdated
|
|
27047
|
+
releasePipelineFieldTeams
|
|
26797
27048
|
fieldTimeInCurrentStatus
|
|
26798
27049
|
releasePipelineFieldType
|
|
27050
|
+
scheduledPipelineReleaseFieldVersion
|
|
26799
27051
|
showTriageIssues
|
|
26800
27052
|
showUnreadItemsFirst
|
|
26801
27053
|
timelineChronologyShowWeekNumbers
|
|
@@ -27233,6 +27485,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27233
27485
|
projectGroupingDateResolution
|
|
27234
27486
|
viewOrderingDirection
|
|
27235
27487
|
embeddedCustomerNeedsViewOrdering
|
|
27488
|
+
focusViewGrouping
|
|
27489
|
+
focusViewOrderingDirection
|
|
27490
|
+
focusViewOrdering
|
|
27236
27491
|
inboxViewOrdering
|
|
27237
27492
|
initiativeGrouping
|
|
27238
27493
|
initiativesViewOrdering
|
|
@@ -27254,9 +27509,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27254
27509
|
projectLayout
|
|
27255
27510
|
projectViewOrdering
|
|
27256
27511
|
projectSubGrouping
|
|
27512
|
+
releasePipelineGrouping
|
|
27257
27513
|
releasePipelinesViewOrdering
|
|
27258
27514
|
reviewGrouping
|
|
27259
27515
|
reviewViewOrdering
|
|
27516
|
+
scheduledPipelineReleasesViewGrouping
|
|
27260
27517
|
scheduledPipelineReleasesViewOrdering
|
|
27261
27518
|
searchResultType
|
|
27262
27519
|
searchViewOrdering
|
|
@@ -27296,6 +27553,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27296
27553
|
showSupervisedIssues
|
|
27297
27554
|
fieldSla
|
|
27298
27555
|
fieldSentryIssues
|
|
27556
|
+
scheduledPipelineReleaseFieldCompletion
|
|
27299
27557
|
customViewFieldDateCreated
|
|
27300
27558
|
customViewFieldOwner
|
|
27301
27559
|
customViewFieldDateUpdated
|
|
@@ -27314,6 +27572,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27314
27572
|
dashboardFieldDateCreated
|
|
27315
27573
|
dashboardFieldOwner
|
|
27316
27574
|
dashboardFieldDateUpdated
|
|
27575
|
+
scheduledPipelineReleaseFieldDescription
|
|
27317
27576
|
fieldDueDate
|
|
27318
27577
|
initiativeFieldHealth
|
|
27319
27578
|
initiativeFieldActivity
|
|
@@ -27395,7 +27654,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27395
27654
|
reviewFieldIdentifier
|
|
27396
27655
|
reviewFieldPreviewLinks
|
|
27397
27656
|
reviewFieldRepository
|
|
27398
|
-
scheduledPipelineReleaseFieldStage
|
|
27399
27657
|
teamFieldDateCreated
|
|
27400
27658
|
teamFieldCycle
|
|
27401
27659
|
teamFieldIdentifier
|
|
@@ -27404,8 +27662,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27404
27662
|
teamFieldOwner
|
|
27405
27663
|
teamFieldProjects
|
|
27406
27664
|
teamFieldDateUpdated
|
|
27665
|
+
releasePipelineFieldTeams
|
|
27407
27666
|
fieldTimeInCurrentStatus
|
|
27408
27667
|
releasePipelineFieldType
|
|
27668
|
+
scheduledPipelineReleaseFieldVersion
|
|
27409
27669
|
showTriageIssues
|
|
27410
27670
|
showUnreadItemsFirst
|
|
27411
27671
|
timelineChronologyShowWeekNumbers
|
|
@@ -27447,6 +27707,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27447
27707
|
projectGroupingDateResolution
|
|
27448
27708
|
viewOrderingDirection
|
|
27449
27709
|
embeddedCustomerNeedsViewOrdering
|
|
27710
|
+
focusViewGrouping
|
|
27711
|
+
focusViewOrderingDirection
|
|
27712
|
+
focusViewOrdering
|
|
27450
27713
|
inboxViewOrdering
|
|
27451
27714
|
initiativeGrouping
|
|
27452
27715
|
initiativesViewOrdering
|
|
@@ -27468,9 +27731,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27468
27731
|
projectLayout
|
|
27469
27732
|
projectViewOrdering
|
|
27470
27733
|
projectSubGrouping
|
|
27734
|
+
releasePipelineGrouping
|
|
27471
27735
|
releasePipelinesViewOrdering
|
|
27472
27736
|
reviewGrouping
|
|
27473
27737
|
reviewViewOrdering
|
|
27738
|
+
scheduledPipelineReleasesViewGrouping
|
|
27474
27739
|
scheduledPipelineReleasesViewOrdering
|
|
27475
27740
|
searchResultType
|
|
27476
27741
|
searchViewOrdering
|
|
@@ -27510,6 +27775,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27510
27775
|
showSupervisedIssues
|
|
27511
27776
|
fieldSla
|
|
27512
27777
|
fieldSentryIssues
|
|
27778
|
+
scheduledPipelineReleaseFieldCompletion
|
|
27513
27779
|
customViewFieldDateCreated
|
|
27514
27780
|
customViewFieldOwner
|
|
27515
27781
|
customViewFieldDateUpdated
|
|
@@ -27528,6 +27794,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27528
27794
|
dashboardFieldDateCreated
|
|
27529
27795
|
dashboardFieldOwner
|
|
27530
27796
|
dashboardFieldDateUpdated
|
|
27797
|
+
scheduledPipelineReleaseFieldDescription
|
|
27531
27798
|
fieldDueDate
|
|
27532
27799
|
initiativeFieldHealth
|
|
27533
27800
|
initiativeFieldActivity
|
|
@@ -27609,7 +27876,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27609
27876
|
reviewFieldIdentifier
|
|
27610
27877
|
reviewFieldPreviewLinks
|
|
27611
27878
|
reviewFieldRepository
|
|
27612
|
-
scheduledPipelineReleaseFieldStage
|
|
27613
27879
|
teamFieldDateCreated
|
|
27614
27880
|
teamFieldCycle
|
|
27615
27881
|
teamFieldIdentifier
|
|
@@ -27618,8 +27884,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27618
27884
|
teamFieldOwner
|
|
27619
27885
|
teamFieldProjects
|
|
27620
27886
|
teamFieldDateUpdated
|
|
27887
|
+
releasePipelineFieldTeams
|
|
27621
27888
|
fieldTimeInCurrentStatus
|
|
27622
27889
|
releasePipelineFieldType
|
|
27890
|
+
scheduledPipelineReleaseFieldVersion
|
|
27623
27891
|
showTriageIssues
|
|
27624
27892
|
showUnreadItemsFirst
|
|
27625
27893
|
timelineChronologyShowWeekNumbers
|
|
@@ -27870,6 +28138,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27870
28138
|
projectGroupingDateResolution
|
|
27871
28139
|
viewOrderingDirection
|
|
27872
28140
|
embeddedCustomerNeedsViewOrdering
|
|
28141
|
+
focusViewGrouping
|
|
28142
|
+
focusViewOrderingDirection
|
|
28143
|
+
focusViewOrdering
|
|
27873
28144
|
inboxViewOrdering
|
|
27874
28145
|
initiativeGrouping
|
|
27875
28146
|
initiativesViewOrdering
|
|
@@ -27891,9 +28162,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27891
28162
|
projectLayout
|
|
27892
28163
|
projectViewOrdering
|
|
27893
28164
|
projectSubGrouping
|
|
28165
|
+
releasePipelineGrouping
|
|
27894
28166
|
releasePipelinesViewOrdering
|
|
27895
28167
|
reviewGrouping
|
|
27896
28168
|
reviewViewOrdering
|
|
28169
|
+
scheduledPipelineReleasesViewGrouping
|
|
27897
28170
|
scheduledPipelineReleasesViewOrdering
|
|
27898
28171
|
searchResultType
|
|
27899
28172
|
searchViewOrdering
|
|
@@ -27933,6 +28206,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27933
28206
|
showSupervisedIssues
|
|
27934
28207
|
fieldSla
|
|
27935
28208
|
fieldSentryIssues
|
|
28209
|
+
scheduledPipelineReleaseFieldCompletion
|
|
27936
28210
|
customViewFieldDateCreated
|
|
27937
28211
|
customViewFieldOwner
|
|
27938
28212
|
customViewFieldDateUpdated
|
|
@@ -27951,6 +28225,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
27951
28225
|
dashboardFieldDateCreated
|
|
27952
28226
|
dashboardFieldOwner
|
|
27953
28227
|
dashboardFieldDateUpdated
|
|
28228
|
+
scheduledPipelineReleaseFieldDescription
|
|
27954
28229
|
fieldDueDate
|
|
27955
28230
|
initiativeFieldHealth
|
|
27956
28231
|
initiativeFieldActivity
|
|
@@ -28032,7 +28307,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28032
28307
|
reviewFieldIdentifier
|
|
28033
28308
|
reviewFieldPreviewLinks
|
|
28034
28309
|
reviewFieldRepository
|
|
28035
|
-
scheduledPipelineReleaseFieldStage
|
|
28036
28310
|
teamFieldDateCreated
|
|
28037
28311
|
teamFieldCycle
|
|
28038
28312
|
teamFieldIdentifier
|
|
@@ -28041,8 +28315,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28041
28315
|
teamFieldOwner
|
|
28042
28316
|
teamFieldProjects
|
|
28043
28317
|
teamFieldDateUpdated
|
|
28318
|
+
releasePipelineFieldTeams
|
|
28044
28319
|
fieldTimeInCurrentStatus
|
|
28045
28320
|
releasePipelineFieldType
|
|
28321
|
+
scheduledPipelineReleaseFieldVersion
|
|
28046
28322
|
showTriageIssues
|
|
28047
28323
|
showUnreadItemsFirst
|
|
28048
28324
|
timelineChronologyShowWeekNumbers
|
|
@@ -28084,6 +28360,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28084
28360
|
projectGroupingDateResolution
|
|
28085
28361
|
viewOrderingDirection
|
|
28086
28362
|
embeddedCustomerNeedsViewOrdering
|
|
28363
|
+
focusViewGrouping
|
|
28364
|
+
focusViewOrderingDirection
|
|
28365
|
+
focusViewOrdering
|
|
28087
28366
|
inboxViewOrdering
|
|
28088
28367
|
initiativeGrouping
|
|
28089
28368
|
initiativesViewOrdering
|
|
@@ -28105,9 +28384,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28105
28384
|
projectLayout
|
|
28106
28385
|
projectViewOrdering
|
|
28107
28386
|
projectSubGrouping
|
|
28387
|
+
releasePipelineGrouping
|
|
28108
28388
|
releasePipelinesViewOrdering
|
|
28109
28389
|
reviewGrouping
|
|
28110
28390
|
reviewViewOrdering
|
|
28391
|
+
scheduledPipelineReleasesViewGrouping
|
|
28111
28392
|
scheduledPipelineReleasesViewOrdering
|
|
28112
28393
|
searchResultType
|
|
28113
28394
|
searchViewOrdering
|
|
@@ -28147,6 +28428,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28147
28428
|
showSupervisedIssues
|
|
28148
28429
|
fieldSla
|
|
28149
28430
|
fieldSentryIssues
|
|
28431
|
+
scheduledPipelineReleaseFieldCompletion
|
|
28150
28432
|
customViewFieldDateCreated
|
|
28151
28433
|
customViewFieldOwner
|
|
28152
28434
|
customViewFieldDateUpdated
|
|
@@ -28165,6 +28447,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28165
28447
|
dashboardFieldDateCreated
|
|
28166
28448
|
dashboardFieldOwner
|
|
28167
28449
|
dashboardFieldDateUpdated
|
|
28450
|
+
scheduledPipelineReleaseFieldDescription
|
|
28168
28451
|
fieldDueDate
|
|
28169
28452
|
initiativeFieldHealth
|
|
28170
28453
|
initiativeFieldActivity
|
|
@@ -28246,7 +28529,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28246
28529
|
reviewFieldIdentifier
|
|
28247
28530
|
reviewFieldPreviewLinks
|
|
28248
28531
|
reviewFieldRepository
|
|
28249
|
-
scheduledPipelineReleaseFieldStage
|
|
28250
28532
|
teamFieldDateCreated
|
|
28251
28533
|
teamFieldCycle
|
|
28252
28534
|
teamFieldIdentifier
|
|
@@ -28255,8 +28537,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28255
28537
|
teamFieldOwner
|
|
28256
28538
|
teamFieldProjects
|
|
28257
28539
|
teamFieldDateUpdated
|
|
28540
|
+
releasePipelineFieldTeams
|
|
28258
28541
|
fieldTimeInCurrentStatus
|
|
28259
28542
|
releasePipelineFieldType
|
|
28543
|
+
scheduledPipelineReleaseFieldVersion
|
|
28260
28544
|
showTriageIssues
|
|
28261
28545
|
showUnreadItemsFirst
|
|
28262
28546
|
timelineChronologyShowWeekNumbers
|
|
@@ -28296,6 +28580,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28296
28580
|
projectGroupingDateResolution
|
|
28297
28581
|
viewOrderingDirection
|
|
28298
28582
|
embeddedCustomerNeedsViewOrdering
|
|
28583
|
+
focusViewGrouping
|
|
28584
|
+
focusViewOrderingDirection
|
|
28585
|
+
focusViewOrdering
|
|
28299
28586
|
inboxViewOrdering
|
|
28300
28587
|
initiativeGrouping
|
|
28301
28588
|
initiativesViewOrdering
|
|
@@ -28317,9 +28604,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28317
28604
|
projectLayout
|
|
28318
28605
|
projectViewOrdering
|
|
28319
28606
|
projectSubGrouping
|
|
28607
|
+
releasePipelineGrouping
|
|
28320
28608
|
releasePipelinesViewOrdering
|
|
28321
28609
|
reviewGrouping
|
|
28322
28610
|
reviewViewOrdering
|
|
28611
|
+
scheduledPipelineReleasesViewGrouping
|
|
28323
28612
|
scheduledPipelineReleasesViewOrdering
|
|
28324
28613
|
searchResultType
|
|
28325
28614
|
searchViewOrdering
|
|
@@ -28359,6 +28648,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28359
28648
|
showSupervisedIssues
|
|
28360
28649
|
fieldSla
|
|
28361
28650
|
fieldSentryIssues
|
|
28651
|
+
scheduledPipelineReleaseFieldCompletion
|
|
28362
28652
|
customViewFieldDateCreated
|
|
28363
28653
|
customViewFieldOwner
|
|
28364
28654
|
customViewFieldDateUpdated
|
|
@@ -28377,6 +28667,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28377
28667
|
dashboardFieldDateCreated
|
|
28378
28668
|
dashboardFieldOwner
|
|
28379
28669
|
dashboardFieldDateUpdated
|
|
28670
|
+
scheduledPipelineReleaseFieldDescription
|
|
28380
28671
|
fieldDueDate
|
|
28381
28672
|
initiativeFieldHealth
|
|
28382
28673
|
initiativeFieldActivity
|
|
@@ -28458,7 +28749,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28458
28749
|
reviewFieldIdentifier
|
|
28459
28750
|
reviewFieldPreviewLinks
|
|
28460
28751
|
reviewFieldRepository
|
|
28461
|
-
scheduledPipelineReleaseFieldStage
|
|
28462
28752
|
teamFieldDateCreated
|
|
28463
28753
|
teamFieldCycle
|
|
28464
28754
|
teamFieldIdentifier
|
|
@@ -28467,8 +28757,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28467
28757
|
teamFieldOwner
|
|
28468
28758
|
teamFieldProjects
|
|
28469
28759
|
teamFieldDateUpdated
|
|
28760
|
+
releasePipelineFieldTeams
|
|
28470
28761
|
fieldTimeInCurrentStatus
|
|
28471
28762
|
releasePipelineFieldType
|
|
28763
|
+
scheduledPipelineReleaseFieldVersion
|
|
28472
28764
|
showTriageIssues
|
|
28473
28765
|
showUnreadItemsFirst
|
|
28474
28766
|
timelineChronologyShowWeekNumbers
|
|
@@ -28593,6 +28885,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28593
28885
|
projectGroupingDateResolution
|
|
28594
28886
|
viewOrderingDirection
|
|
28595
28887
|
embeddedCustomerNeedsViewOrdering
|
|
28888
|
+
focusViewGrouping
|
|
28889
|
+
focusViewOrderingDirection
|
|
28890
|
+
focusViewOrdering
|
|
28596
28891
|
inboxViewOrdering
|
|
28597
28892
|
initiativeGrouping
|
|
28598
28893
|
initiativesViewOrdering
|
|
@@ -28614,9 +28909,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28614
28909
|
projectLayout
|
|
28615
28910
|
projectViewOrdering
|
|
28616
28911
|
projectSubGrouping
|
|
28912
|
+
releasePipelineGrouping
|
|
28617
28913
|
releasePipelinesViewOrdering
|
|
28618
28914
|
reviewGrouping
|
|
28619
28915
|
reviewViewOrdering
|
|
28916
|
+
scheduledPipelineReleasesViewGrouping
|
|
28620
28917
|
scheduledPipelineReleasesViewOrdering
|
|
28621
28918
|
searchResultType
|
|
28622
28919
|
searchViewOrdering
|
|
@@ -28656,6 +28953,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28656
28953
|
showSupervisedIssues
|
|
28657
28954
|
fieldSla
|
|
28658
28955
|
fieldSentryIssues
|
|
28956
|
+
scheduledPipelineReleaseFieldCompletion
|
|
28659
28957
|
customViewFieldDateCreated
|
|
28660
28958
|
customViewFieldOwner
|
|
28661
28959
|
customViewFieldDateUpdated
|
|
@@ -28674,6 +28972,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28674
28972
|
dashboardFieldDateCreated
|
|
28675
28973
|
dashboardFieldOwner
|
|
28676
28974
|
dashboardFieldDateUpdated
|
|
28975
|
+
scheduledPipelineReleaseFieldDescription
|
|
28677
28976
|
fieldDueDate
|
|
28678
28977
|
initiativeFieldHealth
|
|
28679
28978
|
initiativeFieldActivity
|
|
@@ -28755,7 +29054,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28755
29054
|
reviewFieldIdentifier
|
|
28756
29055
|
reviewFieldPreviewLinks
|
|
28757
29056
|
reviewFieldRepository
|
|
28758
|
-
scheduledPipelineReleaseFieldStage
|
|
28759
29057
|
teamFieldDateCreated
|
|
28760
29058
|
teamFieldCycle
|
|
28761
29059
|
teamFieldIdentifier
|
|
@@ -28764,8 +29062,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
28764
29062
|
teamFieldOwner
|
|
28765
29063
|
teamFieldProjects
|
|
28766
29064
|
teamFieldDateUpdated
|
|
29065
|
+
releasePipelineFieldTeams
|
|
28767
29066
|
fieldTimeInCurrentStatus
|
|
28768
29067
|
releasePipelineFieldType
|
|
29068
|
+
scheduledPipelineReleaseFieldVersion
|
|
28769
29069
|
showTriageIssues
|
|
28770
29070
|
showUnreadItemsFirst
|
|
28771
29071
|
timelineChronologyShowWeekNumbers
|
|
@@ -37940,6 +38240,7 @@ fragment Organization on Organization {
|
|
|
37940
38240
|
allowedAuthServices
|
|
37941
38241
|
allowedFileUploadContentTypes
|
|
37942
38242
|
createdIssueCount
|
|
38243
|
+
authSettings
|
|
37943
38244
|
customersConfiguration
|
|
37944
38245
|
defaultFeedSummarySchedule
|
|
37945
38246
|
gitBranchFormat
|
|
@@ -38269,6 +38570,9 @@ const Organization_TeamsDocument = new TypedDocumentString(`
|
|
|
38269
38570
|
color
|
|
38270
38571
|
description
|
|
38271
38572
|
name
|
|
38573
|
+
parent {
|
|
38574
|
+
id
|
|
38575
|
+
}
|
|
38272
38576
|
key
|
|
38273
38577
|
archivedAt
|
|
38274
38578
|
createdAt
|
|
@@ -40244,6 +40548,9 @@ const Project_TeamsDocument = new TypedDocumentString(`
|
|
|
40244
40548
|
color
|
|
40245
40549
|
description
|
|
40246
40550
|
name
|
|
40551
|
+
parent {
|
|
40552
|
+
id
|
|
40553
|
+
}
|
|
40247
40554
|
key
|
|
40248
40555
|
archivedAt
|
|
40249
40556
|
createdAt
|
|
@@ -42994,6 +43301,9 @@ const TeamDocument = new TypedDocumentString(`
|
|
|
42994
43301
|
color
|
|
42995
43302
|
description
|
|
42996
43303
|
name
|
|
43304
|
+
parent {
|
|
43305
|
+
id
|
|
43306
|
+
}
|
|
42997
43307
|
key
|
|
42998
43308
|
archivedAt
|
|
42999
43309
|
createdAt
|
|
@@ -44079,6 +44389,9 @@ const TeamsDocument = new TypedDocumentString(`
|
|
|
44079
44389
|
color
|
|
44080
44390
|
description
|
|
44081
44391
|
name
|
|
44392
|
+
parent {
|
|
44393
|
+
id
|
|
44394
|
+
}
|
|
44082
44395
|
key
|
|
44083
44396
|
archivedAt
|
|
44084
44397
|
createdAt
|
|
@@ -45397,6 +45710,9 @@ const User_TeamsDocument = new TypedDocumentString(`
|
|
|
45397
45710
|
color
|
|
45398
45711
|
description
|
|
45399
45712
|
name
|
|
45713
|
+
parent {
|
|
45714
|
+
id
|
|
45715
|
+
}
|
|
45400
45716
|
key
|
|
45401
45717
|
archivedAt
|
|
45402
45718
|
createdAt
|
|
@@ -47382,6 +47698,9 @@ const Viewer_TeamsDocument = new TypedDocumentString(`
|
|
|
47382
47698
|
color
|
|
47383
47699
|
description
|
|
47384
47700
|
name
|
|
47701
|
+
parent {
|
|
47702
|
+
id
|
|
47703
|
+
}
|
|
47385
47704
|
key
|
|
47386
47705
|
archivedAt
|
|
47387
47706
|
createdAt
|
|
@@ -48353,6 +48672,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
48353
48672
|
__typename
|
|
48354
48673
|
allowedAuthServices
|
|
48355
48674
|
approximateUserCount
|
|
48675
|
+
authSettings
|
|
48356
48676
|
previousUrlKeys
|
|
48357
48677
|
serviceId
|
|
48358
48678
|
releaseChannel
|
|
@@ -48541,8 +48861,8 @@ const UnarchiveCustomerNeedDocument = new TypedDocumentString(`
|
|
|
48541
48861
|
success
|
|
48542
48862
|
}`);
|
|
48543
48863
|
const UpdateCustomerNeedDocument = new TypedDocumentString(`
|
|
48544
|
-
mutation updateCustomerNeed($id: String!, $input: CustomerNeedUpdateInput!) {
|
|
48545
|
-
customerNeedUpdate(id: $id, input: $input) {
|
|
48864
|
+
mutation updateCustomerNeed($clearAttachment: Boolean, $id: String!, $input: CustomerNeedUpdateInput!) {
|
|
48865
|
+
customerNeedUpdate(clearAttachment: $clearAttachment, id: $id, input: $input) {
|
|
48546
48866
|
...CustomerNeedUpdatePayload
|
|
48547
48867
|
}
|
|
48548
48868
|
}
|
|
@@ -48934,6 +49254,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
48934
49254
|
__typename
|
|
48935
49255
|
allowedAuthServices
|
|
48936
49256
|
approximateUserCount
|
|
49257
|
+
authSettings
|
|
48937
49258
|
previousUrlKeys
|
|
48938
49259
|
serviceId
|
|
48939
49260
|
releaseChannel
|
|
@@ -49324,6 +49645,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
49324
49645
|
__typename
|
|
49325
49646
|
allowedAuthServices
|
|
49326
49647
|
approximateUserCount
|
|
49648
|
+
authSettings
|
|
49327
49649
|
previousUrlKeys
|
|
49328
49650
|
serviceId
|
|
49329
49651
|
releaseChannel
|
|
@@ -51310,6 +51632,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
51310
51632
|
__typename
|
|
51311
51633
|
allowedAuthServices
|
|
51312
51634
|
approximateUserCount
|
|
51635
|
+
authSettings
|
|
51313
51636
|
previousUrlKeys
|
|
51314
51637
|
serviceId
|
|
51315
51638
|
releaseChannel
|
|
@@ -51360,6 +51683,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
51360
51683
|
__typename
|
|
51361
51684
|
allowedAuthServices
|
|
51362
51685
|
approximateUserCount
|
|
51686
|
+
authSettings
|
|
51363
51687
|
previousUrlKeys
|
|
51364
51688
|
serviceId
|
|
51365
51689
|
releaseChannel
|
|
@@ -56068,6 +56392,7 @@ fragment AuthOrganization on AuthOrganization {
|
|
|
56068
56392
|
__typename
|
|
56069
56393
|
allowedAuthServices
|
|
56070
56394
|
approximateUserCount
|
|
56395
|
+
authSettings
|
|
56071
56396
|
previousUrlKeys
|
|
56072
56397
|
serviceId
|
|
56073
56398
|
releaseChannel
|
|
@@ -56576,6 +56901,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56576
56901
|
projectGroupingDateResolution
|
|
56577
56902
|
viewOrderingDirection
|
|
56578
56903
|
embeddedCustomerNeedsViewOrdering
|
|
56904
|
+
focusViewGrouping
|
|
56905
|
+
focusViewOrderingDirection
|
|
56906
|
+
focusViewOrdering
|
|
56579
56907
|
inboxViewOrdering
|
|
56580
56908
|
initiativeGrouping
|
|
56581
56909
|
initiativesViewOrdering
|
|
@@ -56597,9 +56925,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56597
56925
|
projectLayout
|
|
56598
56926
|
projectViewOrdering
|
|
56599
56927
|
projectSubGrouping
|
|
56928
|
+
releasePipelineGrouping
|
|
56600
56929
|
releasePipelinesViewOrdering
|
|
56601
56930
|
reviewGrouping
|
|
56602
56931
|
reviewViewOrdering
|
|
56932
|
+
scheduledPipelineReleasesViewGrouping
|
|
56603
56933
|
scheduledPipelineReleasesViewOrdering
|
|
56604
56934
|
searchResultType
|
|
56605
56935
|
searchViewOrdering
|
|
@@ -56639,6 +56969,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56639
56969
|
showSupervisedIssues
|
|
56640
56970
|
fieldSla
|
|
56641
56971
|
fieldSentryIssues
|
|
56972
|
+
scheduledPipelineReleaseFieldCompletion
|
|
56642
56973
|
customViewFieldDateCreated
|
|
56643
56974
|
customViewFieldOwner
|
|
56644
56975
|
customViewFieldDateUpdated
|
|
@@ -56657,6 +56988,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56657
56988
|
dashboardFieldDateCreated
|
|
56658
56989
|
dashboardFieldOwner
|
|
56659
56990
|
dashboardFieldDateUpdated
|
|
56991
|
+
scheduledPipelineReleaseFieldDescription
|
|
56660
56992
|
fieldDueDate
|
|
56661
56993
|
initiativeFieldHealth
|
|
56662
56994
|
initiativeFieldActivity
|
|
@@ -56738,7 +57070,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56738
57070
|
reviewFieldIdentifier
|
|
56739
57071
|
reviewFieldPreviewLinks
|
|
56740
57072
|
reviewFieldRepository
|
|
56741
|
-
scheduledPipelineReleaseFieldStage
|
|
56742
57073
|
teamFieldDateCreated
|
|
56743
57074
|
teamFieldCycle
|
|
56744
57075
|
teamFieldIdentifier
|
|
@@ -56747,8 +57078,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56747
57078
|
teamFieldOwner
|
|
56748
57079
|
teamFieldProjects
|
|
56749
57080
|
teamFieldDateUpdated
|
|
57081
|
+
releasePipelineFieldTeams
|
|
56750
57082
|
fieldTimeInCurrentStatus
|
|
56751
57083
|
releasePipelineFieldType
|
|
57084
|
+
scheduledPipelineReleaseFieldVersion
|
|
56752
57085
|
showTriageIssues
|
|
56753
57086
|
showUnreadItemsFirst
|
|
56754
57087
|
timelineChronologyShowWeekNumbers
|
|
@@ -56818,6 +57151,9 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56818
57151
|
projectGroupingDateResolution
|
|
56819
57152
|
viewOrderingDirection
|
|
56820
57153
|
embeddedCustomerNeedsViewOrdering
|
|
57154
|
+
focusViewGrouping
|
|
57155
|
+
focusViewOrderingDirection
|
|
57156
|
+
focusViewOrdering
|
|
56821
57157
|
inboxViewOrdering
|
|
56822
57158
|
initiativeGrouping
|
|
56823
57159
|
initiativesViewOrdering
|
|
@@ -56839,9 +57175,11 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56839
57175
|
projectLayout
|
|
56840
57176
|
projectViewOrdering
|
|
56841
57177
|
projectSubGrouping
|
|
57178
|
+
releasePipelineGrouping
|
|
56842
57179
|
releasePipelinesViewOrdering
|
|
56843
57180
|
reviewGrouping
|
|
56844
57181
|
reviewViewOrdering
|
|
57182
|
+
scheduledPipelineReleasesViewGrouping
|
|
56845
57183
|
scheduledPipelineReleasesViewOrdering
|
|
56846
57184
|
searchResultType
|
|
56847
57185
|
searchViewOrdering
|
|
@@ -56881,6 +57219,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56881
57219
|
showSupervisedIssues
|
|
56882
57220
|
fieldSla
|
|
56883
57221
|
fieldSentryIssues
|
|
57222
|
+
scheduledPipelineReleaseFieldCompletion
|
|
56884
57223
|
customViewFieldDateCreated
|
|
56885
57224
|
customViewFieldOwner
|
|
56886
57225
|
customViewFieldDateUpdated
|
|
@@ -56899,6 +57238,7 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56899
57238
|
dashboardFieldDateCreated
|
|
56900
57239
|
dashboardFieldOwner
|
|
56901
57240
|
dashboardFieldDateUpdated
|
|
57241
|
+
scheduledPipelineReleaseFieldDescription
|
|
56902
57242
|
fieldDueDate
|
|
56903
57243
|
initiativeFieldHealth
|
|
56904
57244
|
initiativeFieldActivity
|
|
@@ -56980,7 +57320,6 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56980
57320
|
reviewFieldIdentifier
|
|
56981
57321
|
reviewFieldPreviewLinks
|
|
56982
57322
|
reviewFieldRepository
|
|
56983
|
-
scheduledPipelineReleaseFieldStage
|
|
56984
57323
|
teamFieldDateCreated
|
|
56985
57324
|
teamFieldCycle
|
|
56986
57325
|
teamFieldIdentifier
|
|
@@ -56989,8 +57328,10 @@ fragment ViewPreferencesValues on ViewPreferencesValues {
|
|
|
56989
57328
|
teamFieldOwner
|
|
56990
57329
|
teamFieldProjects
|
|
56991
57330
|
teamFieldDateUpdated
|
|
57331
|
+
releasePipelineFieldTeams
|
|
56992
57332
|
fieldTimeInCurrentStatus
|
|
56993
57333
|
releasePipelineFieldType
|
|
57334
|
+
scheduledPipelineReleaseFieldVersion
|
|
56994
57335
|
showTriageIssues
|
|
56995
57336
|
showUnreadItemsFirst
|
|
56996
57337
|
timelineChronologyShowWeekNumbers
|
|
@@ -58361,16 +58702,25 @@ var AiConversationInvokeMcpToolToolCallArgsTool = class extends Request {
|
|
|
58361
58702
|
var AiConversationPartMetadata = class extends Request {
|
|
58362
58703
|
constructor(request, data) {
|
|
58363
58704
|
super(request);
|
|
58705
|
+
this.endedAt = data.endedAt ?? void 0;
|
|
58364
58706
|
this.evalLogId = data.evalLogId ?? void 0;
|
|
58365
58707
|
this.feedback = data.feedback ?? void 0;
|
|
58708
|
+
this.startedAt = data.startedAt ?? void 0;
|
|
58366
58709
|
this.turnId = data.turnId;
|
|
58710
|
+
this.phase = data.phase ?? void 0;
|
|
58367
58711
|
}
|
|
58712
|
+
/** The ended timestamp of the part. */
|
|
58713
|
+
endedAt;
|
|
58368
58714
|
/** The eval log ID of the part. */
|
|
58369
58715
|
evalLogId;
|
|
58370
58716
|
/** AI feedback state for this part. */
|
|
58371
58717
|
feedback;
|
|
58718
|
+
/** The started timestamp of the part. */
|
|
58719
|
+
startedAt;
|
|
58372
58720
|
/** The turn ID of the part. */
|
|
58373
58721
|
turnId;
|
|
58722
|
+
/** The phase during which the part was generated. */
|
|
58723
|
+
phase;
|
|
58374
58724
|
};
|
|
58375
58725
|
/**
|
|
58376
58726
|
* A prompt part in an AI conversation.
|
|
@@ -58633,6 +58983,44 @@ var AiConversationResearchToolCallResult = class extends Request {
|
|
|
58633
58983
|
progressId;
|
|
58634
58984
|
};
|
|
58635
58985
|
/**
|
|
58986
|
+
* AiConversationRestoreEntityToolCall model
|
|
58987
|
+
*
|
|
58988
|
+
* @param request - function to call the graphql client
|
|
58989
|
+
* @param data - L.AiConversationRestoreEntityToolCallFragment response data
|
|
58990
|
+
*/
|
|
58991
|
+
var AiConversationRestoreEntityToolCall = class extends Request {
|
|
58992
|
+
constructor(request, data) {
|
|
58993
|
+
super(request);
|
|
58994
|
+
this.rawArgs = parseJson(data.rawArgs) ?? void 0;
|
|
58995
|
+
this.rawResult = parseJson(data.rawResult) ?? void 0;
|
|
58996
|
+
this.args = data.args ? new AiConversationRestoreEntityToolCallArgs(request, data.args) : void 0;
|
|
58997
|
+
this.displayInfo = new AiConversationToolDisplayInfo(request, data.displayInfo);
|
|
58998
|
+
this.name = data.name;
|
|
58999
|
+
}
|
|
59000
|
+
/** The arguments of the tool call. */
|
|
59001
|
+
rawArgs;
|
|
59002
|
+
/** The result of the tool call. */
|
|
59003
|
+
rawResult;
|
|
59004
|
+
/** The arguments to the tool call. */
|
|
59005
|
+
args;
|
|
59006
|
+
displayInfo;
|
|
59007
|
+
/** The name of the tool that was called. */
|
|
59008
|
+
name;
|
|
59009
|
+
};
|
|
59010
|
+
/**
|
|
59011
|
+
* AiConversationRestoreEntityToolCallArgs model
|
|
59012
|
+
*
|
|
59013
|
+
* @param request - function to call the graphql client
|
|
59014
|
+
* @param data - L.AiConversationRestoreEntityToolCallArgsFragment response data
|
|
59015
|
+
*/
|
|
59016
|
+
var AiConversationRestoreEntityToolCallArgs = class extends Request {
|
|
59017
|
+
constructor(request, data) {
|
|
59018
|
+
super(request);
|
|
59019
|
+
this.entity = new AiConversationSearchEntitiesToolCallResultEntities(request, data.entity);
|
|
59020
|
+
}
|
|
59021
|
+
entity;
|
|
59022
|
+
};
|
|
59023
|
+
/**
|
|
58636
59024
|
* AiConversationRetrieveEntitiesToolCall model
|
|
58637
59025
|
*
|
|
58638
59026
|
* @param request - function to call the graphql client
|
|
@@ -58951,8 +59339,10 @@ var AiConversationUpdateEntityToolCall = class extends Request {
|
|
|
58951
59339
|
var AiConversationUpdateEntityToolCallArgs = class extends Request {
|
|
58952
59340
|
constructor(request, data) {
|
|
58953
59341
|
super(request);
|
|
58954
|
-
this.entity = new AiConversationSearchEntitiesToolCallResultEntities(request, data.entity);
|
|
59342
|
+
this.entity = data.entity ? new AiConversationSearchEntitiesToolCallResultEntities(request, data.entity) : void 0;
|
|
59343
|
+
this.entities = data.entities ? data.entities.map((node) => new AiConversationSearchEntitiesToolCallResultEntities(request, node)) : void 0;
|
|
58955
59344
|
}
|
|
59345
|
+
entities;
|
|
58956
59346
|
entity;
|
|
58957
59347
|
};
|
|
58958
59348
|
/**
|
|
@@ -59645,6 +60035,7 @@ var AuthOrganization = class extends Request {
|
|
|
59645
60035
|
super(request);
|
|
59646
60036
|
this.allowedAuthServices = data.allowedAuthServices;
|
|
59647
60037
|
this.approximateUserCount = data.approximateUserCount;
|
|
60038
|
+
this.authSettings = data.authSettings;
|
|
59648
60039
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
59649
60040
|
this.deletionRequestedAt = parseDate(data.deletionRequestedAt) ?? void 0;
|
|
59650
60041
|
this.enabled = data.enabled;
|
|
@@ -59665,6 +60056,8 @@ var AuthOrganization = class extends Request {
|
|
|
59665
60056
|
allowedAuthServices;
|
|
59666
60057
|
/** An approximate count of users, updated once per day. */
|
|
59667
60058
|
approximateUserCount;
|
|
60059
|
+
/** Authentication settings for the organization. */
|
|
60060
|
+
authSettings;
|
|
59668
60061
|
/** The time at which the entity was created. */
|
|
59669
60062
|
createdAt;
|
|
59670
60063
|
/** The time at which deletion of the organization was requested. */
|
|
@@ -59865,7 +60258,7 @@ var BaseWebhookPayload = class {
|
|
|
59865
60258
|
webhookTimestamp;
|
|
59866
60259
|
};
|
|
59867
60260
|
/**
|
|
59868
|
-
* A comment associated with an
|
|
60261
|
+
* A comment associated with an entity.
|
|
59869
60262
|
*
|
|
59870
60263
|
* @param request - function to call the graphql client
|
|
59871
60264
|
* @param data - L.CommentFragment response data
|
|
@@ -60874,8 +61267,8 @@ var CustomerNeed = class extends Request {
|
|
|
60874
61267
|
return new UnarchiveCustomerNeedMutation(this._request).fetch(this.id);
|
|
60875
61268
|
}
|
|
60876
61269
|
/** Updates a customer need */
|
|
60877
|
-
update(input) {
|
|
60878
|
-
return new UpdateCustomerNeedMutation(this._request).fetch(this.id, input);
|
|
61270
|
+
update(input, variables) {
|
|
61271
|
+
return new UpdateCustomerNeedMutation(this._request).fetch(this.id, input, variables);
|
|
60879
61272
|
}
|
|
60880
61273
|
};
|
|
60881
61274
|
/**
|
|
@@ -62884,11 +63277,11 @@ var Draft = class extends Request {
|
|
|
62884
63277
|
get customerNeedId() {
|
|
62885
63278
|
return this._customerNeed?.id;
|
|
62886
63279
|
}
|
|
62887
|
-
/** The initiative for which this is a draft initiative update. */
|
|
63280
|
+
/** The initiative for which this is a draft comment or initiative update. */
|
|
62888
63281
|
get initiative() {
|
|
62889
63282
|
return this._initiative?.id ? new InitiativeQuery(this._request).fetch(this._initiative?.id) : void 0;
|
|
62890
63283
|
}
|
|
62891
|
-
/** 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. */
|
|
62892
63285
|
get initiativeId() {
|
|
62893
63286
|
return this._initiative?.id;
|
|
62894
63287
|
}
|
|
@@ -62916,11 +63309,11 @@ var Draft = class extends Request {
|
|
|
62916
63309
|
get parentCommentId() {
|
|
62917
63310
|
return this._parentComment?.id;
|
|
62918
63311
|
}
|
|
62919
|
-
/** The project for which this is a draft project update. */
|
|
63312
|
+
/** The project for which this is a draft comment or project update. */
|
|
62920
63313
|
get project() {
|
|
62921
63314
|
return this._project?.id ? new ProjectQuery(this._request).fetch(this._project?.id) : void 0;
|
|
62922
63315
|
}
|
|
62923
|
-
/** 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. */
|
|
62924
63317
|
get projectId() {
|
|
62925
63318
|
return this._project?.id;
|
|
62926
63319
|
}
|
|
@@ -69668,6 +70061,7 @@ var Organization = class extends Request {
|
|
|
69668
70061
|
this.allowedAuthServices = data.allowedAuthServices;
|
|
69669
70062
|
this.allowedFileUploadContentTypes = data.allowedFileUploadContentTypes ?? void 0;
|
|
69670
70063
|
this.archivedAt = parseDate(data.archivedAt) ?? void 0;
|
|
70064
|
+
this.authSettings = data.authSettings;
|
|
69671
70065
|
this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
|
|
69672
70066
|
this.createdIssueCount = data.createdIssueCount;
|
|
69673
70067
|
this.customerCount = data.customerCount;
|
|
@@ -69726,6 +70120,8 @@ var Organization = class extends Request {
|
|
|
69726
70120
|
allowedFileUploadContentTypes;
|
|
69727
70121
|
/** The time at which the entity was archived. Null if the entity has not been archived. */
|
|
69728
70122
|
archivedAt;
|
|
70123
|
+
/** Authentication settings for the organization. */
|
|
70124
|
+
authSettings;
|
|
69729
70125
|
/** The time at which the entity was created. */
|
|
69730
70126
|
createdAt;
|
|
69731
70127
|
/** Aproximate number of issues in the organization, including archived ones. */
|
|
@@ -73816,6 +74212,7 @@ var Team = class extends Request {
|
|
|
73816
74212
|
_markedAsDuplicateWorkflowState;
|
|
73817
74213
|
_mergeWorkflowState;
|
|
73818
74214
|
_mergeableWorkflowState;
|
|
74215
|
+
_parent;
|
|
73819
74216
|
_reviewWorkflowState;
|
|
73820
74217
|
_startWorkflowState;
|
|
73821
74218
|
_triageIssueState;
|
|
@@ -73884,6 +74281,7 @@ var Team = class extends Request {
|
|
|
73884
74281
|
this._markedAsDuplicateWorkflowState = data.markedAsDuplicateWorkflowState ?? void 0;
|
|
73885
74282
|
this._mergeWorkflowState = data.mergeWorkflowState ?? void 0;
|
|
73886
74283
|
this._mergeableWorkflowState = data.mergeableWorkflowState ?? void 0;
|
|
74284
|
+
this._parent = data.parent ?? void 0;
|
|
73887
74285
|
this._reviewWorkflowState = data.reviewWorkflowState ?? void 0;
|
|
73888
74286
|
this._startWorkflowState = data.startWorkflowState ?? void 0;
|
|
73889
74287
|
this._triageIssueState = data.triageIssueState ?? void 0;
|
|
@@ -74072,6 +74470,14 @@ var Team = class extends Request {
|
|
|
74072
74470
|
get organization() {
|
|
74073
74471
|
return new OrganizationQuery(this._request).fetch();
|
|
74074
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
|
+
}
|
|
74075
74481
|
/** The workflow state into which issues are moved when a review has been requested for the PR. */
|
|
74076
74482
|
get reviewWorkflowState() {
|
|
74077
74483
|
return this._reviewWorkflowState?.id ? new WorkflowStateQuery(this._request).fetch(this._reviewWorkflowState?.id) : void 0;
|
|
@@ -75768,6 +76174,9 @@ var ViewPreferencesValues = class extends Request {
|
|
|
75768
76174
|
this.fieldSla = data.fieldSla ?? void 0;
|
|
75769
76175
|
this.fieldStatus = data.fieldStatus ?? void 0;
|
|
75770
76176
|
this.fieldTimeInCurrentStatus = data.fieldTimeInCurrentStatus ?? void 0;
|
|
76177
|
+
this.focusViewGrouping = data.focusViewGrouping ?? void 0;
|
|
76178
|
+
this.focusViewOrdering = data.focusViewOrdering ?? void 0;
|
|
76179
|
+
this.focusViewOrderingDirection = data.focusViewOrderingDirection ?? void 0;
|
|
75771
76180
|
this.hiddenColumns = data.hiddenColumns ?? void 0;
|
|
75772
76181
|
this.hiddenRows = data.hiddenRows ?? void 0;
|
|
75773
76182
|
this.inboxViewOrdering = data.inboxViewOrdering ?? void 0;
|
|
@@ -75855,7 +76264,9 @@ var ViewPreferencesValues = class extends Request {
|
|
|
75855
76264
|
this.projectZoomLevel = data.projectZoomLevel ?? void 0;
|
|
75856
76265
|
this.releasePipelineFieldLatestRelease = data.releasePipelineFieldLatestRelease ?? void 0;
|
|
75857
76266
|
this.releasePipelineFieldReleases = data.releasePipelineFieldReleases ?? void 0;
|
|
76267
|
+
this.releasePipelineFieldTeams = data.releasePipelineFieldTeams ?? void 0;
|
|
75858
76268
|
this.releasePipelineFieldType = data.releasePipelineFieldType ?? void 0;
|
|
76269
|
+
this.releasePipelineGrouping = data.releasePipelineGrouping ?? void 0;
|
|
75859
76270
|
this.releasePipelinesViewOrdering = data.releasePipelinesViewOrdering ?? void 0;
|
|
75860
76271
|
this.reviewFieldAvatar = data.reviewFieldAvatar ?? void 0;
|
|
75861
76272
|
this.reviewFieldChecks = data.reviewFieldChecks ?? void 0;
|
|
@@ -75864,8 +76275,11 @@ var ViewPreferencesValues = class extends Request {
|
|
|
75864
76275
|
this.reviewFieldRepository = data.reviewFieldRepository ?? void 0;
|
|
75865
76276
|
this.reviewGrouping = data.reviewGrouping ?? void 0;
|
|
75866
76277
|
this.reviewViewOrdering = data.reviewViewOrdering ?? void 0;
|
|
76278
|
+
this.scheduledPipelineReleaseFieldCompletion = data.scheduledPipelineReleaseFieldCompletion ?? void 0;
|
|
76279
|
+
this.scheduledPipelineReleaseFieldDescription = data.scheduledPipelineReleaseFieldDescription ?? void 0;
|
|
75867
76280
|
this.scheduledPipelineReleaseFieldReleaseDate = data.scheduledPipelineReleaseFieldReleaseDate ?? void 0;
|
|
75868
|
-
this.
|
|
76281
|
+
this.scheduledPipelineReleaseFieldVersion = data.scheduledPipelineReleaseFieldVersion ?? void 0;
|
|
76282
|
+
this.scheduledPipelineReleasesViewGrouping = data.scheduledPipelineReleasesViewGrouping ?? void 0;
|
|
75869
76283
|
this.scheduledPipelineReleasesViewOrdering = data.scheduledPipelineReleasesViewOrdering ?? void 0;
|
|
75870
76284
|
this.searchResultType = data.searchResultType ?? void 0;
|
|
75871
76285
|
this.searchViewOrdering = data.searchViewOrdering ?? void 0;
|
|
@@ -76015,6 +76429,12 @@ var ViewPreferencesValues = class extends Request {
|
|
|
76015
76429
|
fieldStatus;
|
|
76016
76430
|
/** Whether to show the time in current status field. */
|
|
76017
76431
|
fieldTimeInCurrentStatus;
|
|
76432
|
+
/** The focus view grouping. */
|
|
76433
|
+
focusViewGrouping;
|
|
76434
|
+
/** The focus view ordering. */
|
|
76435
|
+
focusViewOrdering;
|
|
76436
|
+
/** The focus view ordering direction. */
|
|
76437
|
+
focusViewOrderingDirection;
|
|
76018
76438
|
/** List of column model IDs which should be hidden on a board. */
|
|
76019
76439
|
hiddenColumns;
|
|
76020
76440
|
/** List of row model IDs which should be hidden on a board. */
|
|
@@ -76189,8 +76609,12 @@ var ViewPreferencesValues = class extends Request {
|
|
|
76189
76609
|
releasePipelineFieldLatestRelease;
|
|
76190
76610
|
/** Whether to show the releases field for release pipelines. */
|
|
76191
76611
|
releasePipelineFieldReleases;
|
|
76612
|
+
/** Whether to show the teams field for release pipelines. */
|
|
76613
|
+
releasePipelineFieldTeams;
|
|
76192
76614
|
/** Whether to show the type field for release pipelines. */
|
|
76193
76615
|
releasePipelineFieldType;
|
|
76616
|
+
/** The release pipeline grouping. */
|
|
76617
|
+
releasePipelineGrouping;
|
|
76194
76618
|
/** The release pipelines view ordering. */
|
|
76195
76619
|
releasePipelinesViewOrdering;
|
|
76196
76620
|
/** Whether to show the review avatar field. */
|
|
@@ -76207,10 +76631,16 @@ var ViewPreferencesValues = class extends Request {
|
|
|
76207
76631
|
reviewGrouping;
|
|
76208
76632
|
/** The review view ordering. */
|
|
76209
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;
|
|
76210
76638
|
/** Whether to show the release date field for scheduled pipeline releases. */
|
|
76211
76639
|
scheduledPipelineReleaseFieldReleaseDate;
|
|
76212
|
-
/** Whether to show the
|
|
76213
|
-
|
|
76640
|
+
/** Whether to show the version field for scheduled pipeline releases. */
|
|
76641
|
+
scheduledPipelineReleaseFieldVersion;
|
|
76642
|
+
/** The scheduled pipeline releases view grouping. */
|
|
76643
|
+
scheduledPipelineReleasesViewGrouping;
|
|
76214
76644
|
/** The scheduled pipeline releases view ordering. */
|
|
76215
76645
|
scheduledPipelineReleasesViewOrdering;
|
|
76216
76646
|
/** The search result type filter. */
|
|
@@ -76631,6 +77061,7 @@ var WorkflowDefinition = class extends Request {
|
|
|
76631
77061
|
this.id = data.id;
|
|
76632
77062
|
this.lastExecutedAt = parseDate(data.lastExecutedAt) ?? void 0;
|
|
76633
77063
|
this.name = data.name;
|
|
77064
|
+
this.slugId = data.slugId;
|
|
76634
77065
|
this.sortOrder = data.sortOrder;
|
|
76635
77066
|
this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
|
|
76636
77067
|
this.contextViewType = data.contextViewType ?? void 0;
|
|
@@ -76667,6 +77098,8 @@ var WorkflowDefinition = class extends Request {
|
|
|
76667
77098
|
lastExecutedAt;
|
|
76668
77099
|
/** The name of the workflow. */
|
|
76669
77100
|
name;
|
|
77101
|
+
/** The workflow definition's unique URL slug. */
|
|
77102
|
+
slugId;
|
|
76670
77103
|
/** The sort order of the workflow definition within its siblings. */
|
|
76671
77104
|
sortOrder;
|
|
76672
77105
|
/**
|
|
@@ -80574,12 +81007,14 @@ var UpdateCustomerNeedMutation = class extends Request {
|
|
|
80574
81007
|
*
|
|
80575
81008
|
* @param id - required id to pass to updateCustomerNeed
|
|
80576
81009
|
* @param input - required input to pass to updateCustomerNeed
|
|
81010
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateCustomerNeedMutation
|
|
80577
81011
|
* @returns parsed response from UpdateCustomerNeedMutation
|
|
80578
81012
|
*/
|
|
80579
|
-
async fetch(id, input) {
|
|
81013
|
+
async fetch(id, input, variables) {
|
|
80580
81014
|
const data = (await this._request(UpdateCustomerNeedDocument.toString(), {
|
|
80581
81015
|
id,
|
|
80582
|
-
input
|
|
81016
|
+
input,
|
|
81017
|
+
...variables
|
|
80583
81018
|
})).customerNeedUpdate;
|
|
80584
81019
|
return new CustomerNeedUpdatePayload(this._request, data);
|
|
80585
81020
|
}
|
|
@@ -92297,10 +92732,11 @@ var LinearSdk = class extends Request {
|
|
|
92297
92732
|
*
|
|
92298
92733
|
* @param id - required id to pass to updateCustomerNeed
|
|
92299
92734
|
* @param input - required input to pass to updateCustomerNeed
|
|
92735
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateCustomerNeedMutation
|
|
92300
92736
|
* @returns CustomerNeedUpdatePayload
|
|
92301
92737
|
*/
|
|
92302
|
-
updateCustomerNeed(id, input) {
|
|
92303
|
-
return new UpdateCustomerNeedMutation(this._request).fetch(id, input);
|
|
92738
|
+
updateCustomerNeed(id, input, variables) {
|
|
92739
|
+
return new UpdateCustomerNeedMutation(this._request).fetch(id, input, variables);
|
|
92304
92740
|
}
|
|
92305
92741
|
/**
|
|
92306
92742
|
* Creates a new customer status.
|
|
@@ -94696,11 +95132,13 @@ exports.AiConversationGetPullRequestDiffToolCallArgs = AiConversationGetPullRequ
|
|
|
94696
95132
|
exports.AiConversationGetPullRequestFileToolCall = AiConversationGetPullRequestFileToolCall;
|
|
94697
95133
|
exports.AiConversationGetPullRequestFileToolCallArgs = AiConversationGetPullRequestFileToolCallArgs;
|
|
94698
95134
|
exports.AiConversationGetSlackConversationHistoryToolCall = AiConversationGetSlackConversationHistoryToolCall;
|
|
95135
|
+
exports.AiConversationInitialSource = AiConversationInitialSource;
|
|
94699
95136
|
exports.AiConversationInvokeMcpToolToolCall = AiConversationInvokeMcpToolToolCall;
|
|
94700
95137
|
exports.AiConversationInvokeMcpToolToolCallArgs = AiConversationInvokeMcpToolToolCallArgs;
|
|
94701
95138
|
exports.AiConversationInvokeMcpToolToolCallArgsServer = AiConversationInvokeMcpToolToolCallArgsServer;
|
|
94702
95139
|
exports.AiConversationInvokeMcpToolToolCallArgsTool = AiConversationInvokeMcpToolToolCallArgsTool;
|
|
94703
95140
|
exports.AiConversationPartMetadata = AiConversationPartMetadata;
|
|
95141
|
+
exports.AiConversationPartPhase = AiConversationPartPhase;
|
|
94704
95142
|
exports.AiConversationPartType = AiConversationPartType;
|
|
94705
95143
|
exports.AiConversationPromptPart = AiConversationPromptPart;
|
|
94706
95144
|
exports.AiConversationQueryActivityToolCall = AiConversationQueryActivityToolCall;
|
|
@@ -94716,6 +95154,8 @@ exports.AiConversationReasoningPart = AiConversationReasoningPart;
|
|
|
94716
95154
|
exports.AiConversationResearchToolCall = AiConversationResearchToolCall;
|
|
94717
95155
|
exports.AiConversationResearchToolCallArgs = AiConversationResearchToolCallArgs;
|
|
94718
95156
|
exports.AiConversationResearchToolCallResult = AiConversationResearchToolCallResult;
|
|
95157
|
+
exports.AiConversationRestoreEntityToolCall = AiConversationRestoreEntityToolCall;
|
|
95158
|
+
exports.AiConversationRestoreEntityToolCallArgs = AiConversationRestoreEntityToolCallArgs;
|
|
94719
95159
|
exports.AiConversationRetrieveEntitiesToolCall = AiConversationRetrieveEntitiesToolCall;
|
|
94720
95160
|
exports.AiConversationRetrieveEntitiesToolCallArgs = AiConversationRetrieveEntitiesToolCallArgs;
|
|
94721
95161
|
exports.AiConversationSearchDocumentationToolCall = AiConversationSearchDocumentationToolCall;
|
|
@@ -95260,6 +95700,7 @@ exports.IssueSearchQuery = IssueSearchQuery;
|
|
|
95260
95700
|
exports.IssueSearchResult = IssueSearchResult;
|
|
95261
95701
|
exports.IssueSharedAccess = IssueSharedAccess;
|
|
95262
95702
|
exports.IssueSharedAccessDisallowedField = IssueSharedAccessDisallowedField;
|
|
95703
|
+
exports.IssueSharingPolicy = IssueSharingPolicy;
|
|
95263
95704
|
exports.IssueSlaWebhookPayload = IssueSlaWebhookPayload;
|
|
95264
95705
|
exports.IssueStateSpan = IssueStateSpan;
|
|
95265
95706
|
exports.IssueStateSpanConnection = IssueStateSpanConnection;
|
|
@@ -95501,6 +95942,7 @@ exports.Project_ProjectUpdatesQuery = Project_ProjectUpdatesQuery;
|
|
|
95501
95942
|
exports.Project_RelationsQuery = Project_RelationsQuery;
|
|
95502
95943
|
exports.Project_TeamsQuery = Project_TeamsQuery;
|
|
95503
95944
|
exports.ProjectsQuery = ProjectsQuery;
|
|
95945
|
+
exports.PullRequestCheckPresentation = PullRequestCheckPresentation;
|
|
95504
95946
|
exports.PullRequestMergeMethod = PullRequestMergeMethod;
|
|
95505
95947
|
exports.PullRequestNotification = PullRequestNotification;
|
|
95506
95948
|
exports.PullRequestReviewTool = PullRequestReviewTool;
|