@linear/sdk 69.0.0 → 70.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-BRQsFerc.d.cts → index-Bm4jA7_4.d.cts} +25 -18
- package/dist/index-Bm4jA7_4.d.cts.map +1 -0
- package/dist/{index-Bg44R1lb.d.mts → index-CExL-wAi.d.mts} +25 -18
- package/dist/index-CExL-wAi.d.mts.map +1 -0
- package/dist/index.cjs +14 -22
- package/dist/index.d.cts +5 -9
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +5 -9
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +14 -22
- 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-BRQsFerc.d.cts.map +0 -1
- package/dist/index-Bg44R1lb.d.mts.map +0 -1
|
@@ -281,6 +281,8 @@ type AgentSession = Node & {
|
|
|
281
281
|
archivedAt?: Maybe<Scalars["DateTime"]>;
|
|
282
282
|
/** The comment this agent session is associated with. */
|
|
283
283
|
comment?: Maybe<Comment>;
|
|
284
|
+
/** Serialized JSON representing the contexts this session is related to, for direct chat sessions. */
|
|
285
|
+
context: Scalars["JSON"];
|
|
284
286
|
/** The time at which the entity was created. */
|
|
285
287
|
createdAt: Scalars["DateTime"];
|
|
286
288
|
/** The human user responsible for the agent session. Null if the session was initiated via automation or by an agent user, with no responsible human user. */
|
|
@@ -318,8 +320,11 @@ type AgentSession = Node & {
|
|
|
318
320
|
status: AgentSessionStatus;
|
|
319
321
|
/** A summary of the activities in this session. */
|
|
320
322
|
summary?: Maybe<Scalars["String"]>;
|
|
321
|
-
/**
|
|
322
|
-
|
|
323
|
+
/**
|
|
324
|
+
* [DEPRECATED] The type of the agent session.
|
|
325
|
+
* @deprecated This field is slated for removal.
|
|
326
|
+
*/
|
|
327
|
+
type?: Maybe<AgentSessionType>;
|
|
323
328
|
/**
|
|
324
329
|
* The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
|
|
325
330
|
* been updated after creation.
|
|
@@ -354,6 +359,8 @@ type AgentSessionConnection = {
|
|
|
354
359
|
type AgentSessionCreateInput = {
|
|
355
360
|
/** The app user (agent) to create a session for. */
|
|
356
361
|
appUserId: Scalars["String"];
|
|
362
|
+
/** Serialized JSON representing the page contexts this session is related to. Used for direct chat sessions to provide context about the current page (e.g., Issue, Project). */
|
|
363
|
+
context?: InputMaybe<Scalars["JSONObject"]>;
|
|
357
364
|
/** The identifier in UUID v4 format. If none is provided, the backend will generate one. */
|
|
358
365
|
id?: InputMaybe<Scalars["String"]>;
|
|
359
366
|
/** The issue that this session will be associated with. Can be a UUID or issue identifier (e.g., 'LIN-123'). */
|
|
@@ -413,8 +420,8 @@ type AgentSessionEventWebhookPayload = {
|
|
|
413
420
|
};
|
|
414
421
|
/** Input for an external URL associated with an agent session. */
|
|
415
422
|
type AgentSessionExternalUrlInput = {
|
|
416
|
-
/**
|
|
417
|
-
label
|
|
423
|
+
/** Label for the URL. */
|
|
424
|
+
label: Scalars["String"];
|
|
418
425
|
/** The URL of the external resource. */
|
|
419
426
|
url: Scalars["String"];
|
|
420
427
|
};
|
|
@@ -467,7 +474,7 @@ type AgentSessionToPullRequestEdge = {
|
|
|
467
474
|
cursor: Scalars["String"];
|
|
468
475
|
node: AgentSessionToPullRequest;
|
|
469
476
|
};
|
|
470
|
-
/** The type of an agent session. */
|
|
477
|
+
/** [DEPRECATED] The type of an agent session. */
|
|
471
478
|
declare enum AgentSessionType {
|
|
472
479
|
CommentThread = "commentThread",
|
|
473
480
|
}
|
|
@@ -3781,20 +3788,14 @@ type EmailIntakeAddress = Node & {
|
|
|
3781
3788
|
id: Scalars["ID"];
|
|
3782
3789
|
/** The auto-reply message for issue canceled. If not set, the default reply will be used. */
|
|
3783
3790
|
issueCanceledAutoReply?: Maybe<Scalars["String"]>;
|
|
3784
|
-
/** The auto-reply ProseMirror JSON for issue canceled. If not set, the default reply will be used. */
|
|
3785
|
-
issueCanceledAutoReplyData?: Maybe<Scalars["JSONObject"]>;
|
|
3786
3791
|
/** Whether the auto-reply for issue canceled is enabled. */
|
|
3787
3792
|
issueCanceledAutoReplyEnabled: Scalars["Boolean"];
|
|
3788
3793
|
/** The auto-reply message for issue completed. If not set, the default reply will be used. */
|
|
3789
3794
|
issueCompletedAutoReply?: Maybe<Scalars["String"]>;
|
|
3790
|
-
/** The auto-reply ProseMirror JSON for issue completed. If not set, the default reply will be used. */
|
|
3791
|
-
issueCompletedAutoReplyData?: Maybe<Scalars["JSONObject"]>;
|
|
3792
3795
|
/** Whether the auto-reply for issue completed is enabled. */
|
|
3793
3796
|
issueCompletedAutoReplyEnabled: Scalars["Boolean"];
|
|
3794
3797
|
/** The auto-reply message for issue created. If not set, the default reply will be used. */
|
|
3795
3798
|
issueCreatedAutoReply?: Maybe<Scalars["String"]>;
|
|
3796
|
-
/** The auto-reply ProseMirror JSON for issue created. If not set, the default reply will be used. */
|
|
3797
|
-
issueCreatedAutoReplyData?: Maybe<Scalars["JSONObject"]>;
|
|
3798
3799
|
/** Whether the auto-reply for issue created is enabled. */
|
|
3799
3800
|
issueCreatedAutoReplyEnabled: Scalars["Boolean"];
|
|
3800
3801
|
/** The organization that the email address is associated with. */
|
|
@@ -3910,6 +3911,8 @@ type EmailUnsubscribePayload = {
|
|
|
3910
3911
|
success: Scalars["Boolean"];
|
|
3911
3912
|
};
|
|
3912
3913
|
type EmailUserAccountAuthChallengeInput = {
|
|
3914
|
+
/** Response from the login challenge. */
|
|
3915
|
+
challengeResponse?: InputMaybe<Scalars["String"]>;
|
|
3913
3916
|
/** Auth code for the client initiating the sequence. */
|
|
3914
3917
|
clientAuthCode?: InputMaybe<Scalars["String"]>;
|
|
3915
3918
|
/** The email for which to generate the magic login code. */
|
|
@@ -12015,6 +12018,8 @@ type Organization = Node & {
|
|
|
12015
12018
|
aiAddonEnabled: Scalars["Boolean"];
|
|
12016
12019
|
/** Whether the organization has enabled AI discussion summaries for issues. */
|
|
12017
12020
|
aiDiscussionSummariesEnabled: Scalars["Boolean"];
|
|
12021
|
+
/** [INTERNAL] Configure per-modality AI host providers and model families. */
|
|
12022
|
+
aiProviderConfiguration?: Maybe<Scalars["JSONObject"]>;
|
|
12018
12023
|
/** Whether the organization has enabled resolved thread AI summaries. */
|
|
12019
12024
|
aiThreadSummariesEnabled: Scalars["Boolean"];
|
|
12020
12025
|
/**
|
|
@@ -12497,6 +12502,8 @@ type OrganizationUpdateInput = {
|
|
|
12497
12502
|
aiAddonEnabled?: InputMaybe<Scalars["Boolean"]>;
|
|
12498
12503
|
/** Whether the organization has enabled AI discussion summaries for issues. */
|
|
12499
12504
|
aiDiscussionSummariesEnabled?: InputMaybe<Scalars["Boolean"]>;
|
|
12505
|
+
/** [INTERNAL] Configure per-modality AI host providers and model families. */
|
|
12506
|
+
aiProviderConfiguration?: InputMaybe<Scalars["JSONObject"]>;
|
|
12500
12507
|
/** [INTERNAL] Whether the organization has opted in to AI telemetry. */
|
|
12501
12508
|
aiTelemetryEnabled?: InputMaybe<Scalars["Boolean"]>;
|
|
12502
12509
|
/** Whether the organization has enabled resolved thread AI summaries. */
|
|
@@ -22163,7 +22170,7 @@ type SemanticSearchResultFragment = {
|
|
|
22163
22170
|
};
|
|
22164
22171
|
type AgentSessionFragment = {
|
|
22165
22172
|
__typename: "AgentSession";
|
|
22166
|
-
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "
|
|
22173
|
+
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "context" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "id" | "externalUrls" | "type"> & {
|
|
22167
22174
|
appUser: {
|
|
22168
22175
|
__typename?: "User";
|
|
22169
22176
|
} & Pick<User, "id">;
|
|
@@ -22524,7 +22531,7 @@ type AgentActivityFragment = {
|
|
|
22524
22531
|
};
|
|
22525
22532
|
type EmailIntakeAddressFragment = {
|
|
22526
22533
|
__typename: "EmailIntakeAddress";
|
|
22527
|
-
} & Pick<EmailIntakeAddress, "
|
|
22534
|
+
} & Pick<EmailIntakeAddress, "issueCanceledAutoReply" | "issueCompletedAutoReply" | "issueCreatedAutoReply" | "forwardingEmailAddress" | "updatedAt" | "senderName" | "archivedAt" | "createdAt" | "type" | "id" | "address" | "repliesEnabled" | "customerRequestsEnabled" | "issueCanceledAutoReplyEnabled" | "issueCompletedAutoReplyEnabled" | "issueCreatedAutoReplyEnabled" | "useUserNamesInReplies" | "enabled"> & {
|
|
22528
22535
|
sesDomainIdentity?: Maybe<{
|
|
22529
22536
|
__typename: "SesDomainIdentity";
|
|
22530
22537
|
} & Pick<SesDomainIdentity, "region" | "domain" | "updatedAt" | "archivedAt" | "createdAt" | "id" | "canSendFromCustomDomain"> & {
|
|
@@ -24566,7 +24573,7 @@ type AgentSessionConnectionFragment = {
|
|
|
24566
24573
|
} & {
|
|
24567
24574
|
nodes: Array<{
|
|
24568
24575
|
__typename: "AgentSession";
|
|
24569
|
-
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "
|
|
24576
|
+
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "context" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "id" | "externalUrls" | "type"> & {
|
|
24570
24577
|
appUser: {
|
|
24571
24578
|
__typename?: "User";
|
|
24572
24579
|
} & Pick<User, "id">;
|
|
@@ -29488,7 +29495,7 @@ type AgentSessionQuery = {
|
|
|
29488
29495
|
} & {
|
|
29489
29496
|
agentSession: {
|
|
29490
29497
|
__typename: "AgentSession";
|
|
29491
|
-
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "
|
|
29498
|
+
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "context" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "id" | "externalUrls" | "type"> & {
|
|
29492
29499
|
appUser: {
|
|
29493
29500
|
__typename?: "User";
|
|
29494
29501
|
} & Pick<User, "id">;
|
|
@@ -29576,7 +29583,7 @@ type AgentSessionsQuery = {
|
|
|
29576
29583
|
} & {
|
|
29577
29584
|
nodes: Array<{
|
|
29578
29585
|
__typename: "AgentSession";
|
|
29579
|
-
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "
|
|
29586
|
+
} & Pick<AgentSession, "plan" | "summary" | "sourceMetadata" | "context" | "externalLink" | "status" | "updatedAt" | "archivedAt" | "createdAt" | "endedAt" | "startedAt" | "dismissedAt" | "id" | "externalUrls" | "type"> & {
|
|
29580
29587
|
appUser: {
|
|
29581
29588
|
__typename?: "User";
|
|
29582
29589
|
} & Pick<User, "id">;
|
|
@@ -32392,7 +32399,7 @@ type EmailIntakeAddressQuery = {
|
|
|
32392
32399
|
} & {
|
|
32393
32400
|
emailIntakeAddress: {
|
|
32394
32401
|
__typename: "EmailIntakeAddress";
|
|
32395
|
-
} & Pick<EmailIntakeAddress, "
|
|
32402
|
+
} & Pick<EmailIntakeAddress, "issueCanceledAutoReply" | "issueCompletedAutoReply" | "issueCreatedAutoReply" | "forwardingEmailAddress" | "updatedAt" | "senderName" | "archivedAt" | "createdAt" | "type" | "id" | "address" | "repliesEnabled" | "customerRequestsEnabled" | "issueCanceledAutoReplyEnabled" | "issueCompletedAutoReplyEnabled" | "issueCreatedAutoReplyEnabled" | "useUserNamesInReplies" | "enabled"> & {
|
|
32396
32403
|
sesDomainIdentity?: Maybe<{
|
|
32397
32404
|
__typename: "SesDomainIdentity";
|
|
32398
32405
|
} & Pick<SesDomainIdentity, "region" | "domain" | "updatedAt" | "archivedAt" | "createdAt" | "id" | "canSendFromCustomDomain"> & {
|
|
@@ -52597,4 +52604,4 @@ declare class LinearWebhookClient {
|
|
|
52597
52604
|
}
|
|
52598
52605
|
//#endregion
|
|
52599
52606
|
export { AgentSessionPayloadFragment as $, InitiativeRelationCreateInput as $a, NodeFragment as $c, PushSubscriptionType as $d, SsoUrlFromEmailResponseFragment as $f, ExternalSyncService as $i, Organization_ProjectLabelsQueryVariables as $l, WebhookFailureEventFragment as $m, CustomerChildWebhookPayloadFragment as $n, IntegrationTemplatesQueryVariables as $o, UpdateTeamMutationVariables as $p, CyclesQueryVariables as $r, IssueRelationPayloadFragment as $s, AuditEntryConnectionFragment as $t, ProjectRelationsQueryVariables as $u, OAuthAppWebhookPayload$1 as A, GitHubCommitIntegrationPayloadFragment as Aa, IssueVcsBranchSearch_RelationsQueryVariables as Ac, Project_ExternalLinksQueryVariables as Ad, Roadmap_ProjectsQueryVariables as Af, EmailIntakeAddressType as Ai, OrganizationCancelDeletePayloadFragment as Al, UserWebhookPayloadFragment as Am, CreateCsvExportReportPayloadFragment as An, Initiative_ProjectsQueryVariables as Ao, TemplateConnectionFragment as Ap, CustomerTierCreateInput as Ar, IssueImportJqlCheckPayloadFragment as As, AttachmentIssue_InverseRelationsQueryVariables as At, ProjectLabel_ChildrenQueryVariables as Au, AgentActivityFragment as B, ImageUploadFromUrlPayloadFragment as Ba, Issue_HistoryQueryVariables as Bc, Project_ProjectUpdatesQueryVariables as Bd, SemanticSearchPayloadFragment as Bf, EmojisQueryVariables as Bi, OrganizationInvitePayloadFragment as Bl, ViewPreferencesPayloadFragment as Bm, CustomResourceWebhookPayloadFragment as Bn, IntegrationIntercomMutationVariables as Bo, TimeScheduleUpdateInput as Bp, CycleArchivePayloadFragment as Br, IssueLabelWebhookPayloadFragment as Bs, AttachmentLinkIntercomMutationVariables as Bt, ProjectMilestonePayloadFragment as Bu, EntityWebhookPayloadWithUserData as C, GitAutomationStatePayloadFragment as Ca, IssueVcsBranchSearch_DocumentsQueryVariables as Cc, ProjectUpdateUpdateInput as Cd, RoadmapToProjectConnectionFragment as Cf, Document_CommentsQueryVariables as Ci, OAuthAuthorizationWebhookPayloadFragment as Cl, UserSettingsThemeMode as Cm, Comment_DocumentContent_AiPromptRulesQueryVariables as Cn, InitiativeUpdate_CommentsQueryVariables as Co, Team_MembersQueryVariables as Cp, CustomerStatusFragment as Cr, IssueImportCreateAsanaMutationVariables as Cs, AttachmentIssue_AttachmentsQueryVariables as Ct, ProjectLabelChildWebhookPayloadFragment as Cu, LinearWebhookEventTypeMap as D, GitAutomationTargetBranchFragment as Da, IssueVcsBranchSearch_InverseRelationsQueryVariables as Dc, ProjectWebhookPayloadFragment as Dd, RoadmapToProjectUpdateInput as Df, EmailIntakeAddressCreateInput as Di, OauthClientApprovalNotificationFragment as Dl, UserSettings_Theme_CustomQueryVariables as Dm, ContactPayloadFragment as Dn, Initiative_HistoryQueryVariables as Do, Team_TemplatesQueryVariables as Dp, CustomerStatusesQueryVariables as Dr, IssueImportCreateJiraMutationVariables as Ds, AttachmentIssue_FormerAttachmentsQueryVariables as Dt, ProjectLabelPayloadFragment as Du, LinearWebhookEventType as E, GitAutomationTargetBranchCreateInput as Ea, IssueVcsBranchSearch_HistoryQueryVariables as Ec, ProjectUpdatesQueryVariables as Ed, RoadmapToProjectPayloadFragment as Ef, DraftFragment as Ei, OauthClientApprovalFragment as El, UserSettings_ThemeQueryVariables as Em, ContactCreateInput as En, Initiative_DocumentsQueryVariables as Eo, Team_StatesQueryVariables as Ep, CustomerStatusUpdateInput as Er, IssueImportCreateGithubMutationVariables as Es, AttachmentIssue_DocumentsQueryVariables as Et, ProjectLabelFragment as Eu, AgentActivityConnectionFragment as F, GithubOrgType as Fa, Issue_ChildrenQueryVariables as Fc, Project_IssuesQueryVariables as Fd, SearchDocuments_ArchivePayloadQueryVariables as Ff, EmailUserAccountAuthChallengeResponseFragment as Fi, OrganizationFragment as Fl, User_TeamMembershipsQueryVariables as Fm, CreateOrganizationFromOnboardingMutationVariables as Fn, IntegrationConnectionFragment as Fo, TimeScheduleConnectionFragment as Fp, CustomerUpdateInput as Fr, IssueLabelConnectionFragment as Fs, AttachmentLinkDiscordMutationVariables as Ft, ProjectMilestoneCreateInput as Fu, AgentActivityThoughtContentFragment as G, InitiativeCreateInput as Ga, Issue_SubscribersQueryVariables as Gc, PullRequestNotificationFragment as Gd, SesDomainIdentityDnsRecordFragment as Gf, EntityExternalLinkUpdateInput as Gi, OrganizationMetaFragment as Gl, Viewer_AssignedIssuesQueryVariables as Gm, CustomViewNotificationSubscriptionFragment as Gn, IntegrationService as Go, TriageResponsibilityConnectionFragment as Gp, CycleNotificationSubscriptionFragment as Gr, IssueNewCommentNotificationWebhookPayloadFragment as Gs, AttachmentLinkZendeskMutationVariables as Gt, ProjectNotificationFragment as Gu, AgentActivityPromptContentFragment as H, InitiativeArchivePayloadFragment as Ha, Issue_LabelsQueryVariables as Hc, Project_TeamsQueryVariables as Hd, SemanticSearchResultFragment as Hf, EntityExternalLinkCreateInput as Hi, OrganizationInviteUpdateInput as Hl, ViewPreferencesUpdateInput as Hm, CustomViewCreateInput as Hn, IntegrationPayloadFragment as Ho, TokenUserAccountAuthInput as Hp, CycleConnectionFragment as Hr, IssueLabel_IssuesQueryVariables as Hs, AttachmentLinkSalesforceMutationVariables as Ht, ProjectMilestoneUpdateInput as Hu, AgentActivityContent as I, GoogleUserAccountAuthInput as Ia, Issue_CommentsQueryVariables as Ic, Project_LabelsQueryVariables as Id, SearchIssuesQueryVariables as If, EmojiConnectionFragment as Ii, OrganizationInviteConnectionFragment as Il, User_TeamsQueryVariables as Im, CreateOrganizationInput as In, IntegrationFragment as Io, TimeScheduleCreateInput as Ip, CustomerUpsertInput as Ir, IssueLabelCreateInput as Is, AttachmentLinkFrontMutationVariables as It, ProjectMilestoneFragment as Iu, AgentSessionConnectionFragment as J, InitiativeHistoryFragment as Ja, LabelNotificationSubscriptionFragment as Jc, PushSubscriptionCreateInput as Jd, SlackAsksTeamSettingsFragment as Jf, ExternalEntityInfoFragment as Ji, OrganizationStartTrialInput as Jl, Viewer_DraftsQueryVariables as Jm, CustomViewUpdateInput as Jn, IntegrationSlackWorkspaceNamePayloadFragment as Jo, TriageResponsibilityManualSelectionFragment as Jp, CycleShiftAllInput as Jr, IssuePriorityValueFragment as Js, AttachmentUpdateInput as Jt, ProjectRelationConnectionFragment as Ju, AgentActivityType as K, InitiativeFragment as Ka, IssuesQueryVariables as Kc, PullRequestReviewTool as Kd, SesDomainIdentityFragment as Kf, EntityFragment as Ki, OrganizationOriginWebhookPayloadFragment as Kl, Viewer_CreatedIssuesQueryVariables as Km, CustomViewPayloadFragment as Kn, IntegrationSlackMutationVariables as Ko, TriageResponsibilityCreateInput as Kp, CyclePayloadFragment as Kr, IssueNotificationFragment as Ks, AttachmentPayloadFragment as Kt, ProjectNotificationSubscriptionFragment as Ku, AgentActivityCreateInput as L, GuidanceRuleWebhookPayloadFragment as La, Issue_DocumentsQueryVariables as Lc, Project_MembersQueryVariables as Ld, SearchIssues_ArchivePayloadQueryVariables as Lf, EmojiCreateInput as Li, OrganizationInviteCreateInput as Ll, UsersQueryVariables as Lm, CreateProjectMutationVariables as Ln, IntegrationGitHubPersonalMutationVariables as Lo, TimeScheduleEntryFragment as Lp, CustomerVisibilityMode as Lr, IssueLabelFragment as Ls, AttachmentLinkGitHubIssueMutationVariables as Lt, ProjectMilestoneMoveIssueToTeamFragment as Lu, AdministrableTeamsQueryVariables as M, GitHubEnterpriseServerPayloadFragment as Ma, IssueWebhookPayloadFragment as Mc, Project_InitiativeToProjectsQueryVariables as Md, SLADayCountType as Mf, EmailUnsubscribeInput as Mi, OrganizationDomainAuthType as Ml, User_CreatedIssuesQueryVariables as Mm, CreateIssueLabelMutationVariables as Mn, InitiativesQueryVariables as Mo, TemplateFragment as Mp, CustomerTierPayloadFragment as Mr, IssueImportSyncCheckPayloadFragment as Ms, AttachmentIssue_NeedsQueryVariables as Mt, ProjectLabelsQueryVariables as Mu, AgentActivitiesQueryVariables as N, GitLabIntegrationCreatePayloadFragment as Na, IssueWithDescriptionChildWebhookPayloadFragment as Nc, Project_InitiativesQueryVariables as Nd, Scalars as Nf, EmailUnsubscribePayloadFragment as Ni, OrganizationDomainFragment as Nl, User_DelegatedIssuesQueryVariables as Nm, CreateIssueRelationMutationVariables as Nn, IntegrationActorWebhookPayloadFragment as No, TemplatePayloadFragment as Np, CustomerTierUpdateInput as Nr, IssueImportUpdateInput as Ns, AttachmentIssue_RelationsQueryVariables as Nt, ProjectMilestoneChildWebhookPayloadFragment as Nu, LinearWebhookHandler as O, GitAutomationTargetBranchPayloadFragment as Oa, IssueVcsBranchSearch_LabelsQueryVariables as Oc, Project_CommentsQueryVariables as Od, RoadmapToProjectsQueryVariables as Of, EmailIntakeAddressFragment as Oi, OauthClientChildWebhookPayloadFragment as Ol, UserSettings_Theme_Custom_SidebarQueryVariables as Om, ContextViewType as On, Initiative_InitiativeUpdatesQueryVariables as Oo, Team_WebhooksQueryVariables as Op, CustomerTierChildWebhookPayloadFragment as Or, IssueImportDeletePayloadFragment as Os, AttachmentIssue_FormerNeedsQueryVariables as Ot, ProjectLabelUpdateInput as Ou, AgentActivityActionContentFragment as P, GitLinkKind as Pa, Issue_AttachmentsQueryVariables as Pc, Project_InverseRelationsQueryVariables as Pd, SearchDocumentsQueryVariables as Pf, EmailUserAccountAuthChallengeInput as Pi, OrganizationExistsPayloadFragment as Pl, User_DraftsQueryVariables as Pm, CreateOrJoinOrganizationResponseFragment as Pn, IntegrationChildWebhookPayloadFragment as Po, TemplateUpdateInput as Pp, CustomerTiersQueryVariables as Pr, IssueLabelChildWebhookPayloadFragment as Ps, AttachmentIssue_SubscribersQueryVariables as Pt, ProjectMilestoneConnectionFragment as Pu, AgentSessionFragment as Q, InitiativeRelationConnectionFragment as Qa, LogoutResponseFragment as Qc, PushSubscriptionTestQueryVariables as Qd, SsoUrlFromEmailQueryVariables as Qf, ExternalEntitySlackMetadataFragment as Qi, Organization_LabelsQueryVariables as Ql, WebhookCreateInput as Qm, CustomViewsQueryVariables as Qn, IntegrationTemplatePayloadFragment as Qo, UpdateIssueLabelMutationVariables as Qp, Cycle_UncompletedIssuesUponCloseQueryVariables as Qr, IssueRelationHistoryPayloadFragment as Qs, AuditEntriesQueryVariables as Qt, ProjectRelationUpdateInput as Qu, AgentActivityElicitationContentFragment as R, IdentityProviderFragment as Ra, Issue_FormerAttachmentsQueryVariables as Rc, Project_NeedsQueryVariables as Rd, SearchProjectsQueryVariables as Rf, EmojiFragment as Ri, OrganizationInviteFragment as Rl, ViewPreferencesCreateInput as Rm, CreateProjectUpdateReminderMutationVariables as Rn, IntegrationGithubConnectMutationVariables as Ro, TimeScheduleFragment as Rp, CustomerWebhookPayloadFragment as Rr, IssueLabelPayloadFragment as Rs, AttachmentLinkGitHubPrMutationVariables as Rt, ProjectMilestoneMovePayloadFragment as Ru, EntityWebhookPayloadWithUnknownEntityData as S, GitAutomationStateFragment as Sa, IssueVcsBranchSearch_CommentsQueryVariables as Sc, ProjectUpdateReminderPayloadFragment as Sd, RoadmapPayloadFragment as Sf, DocumentWebhookPayloadFragment as Si, OAuthAppWebhookPayloadFragment as Sl, UserSettingsThemeFragment as Sm, Comment_DocumentContentQueryVariables as Sn, InitiativeUpdateWebhookPayloadFragment as So, Team_LabelsQueryVariables as Sp, CustomerStatusCreateInput as Sr, IssueImportCheckPayloadFragment as Ss, AttachmentFragment as St, ProjectHistoryFragment as Su, LinearWebhookEventHandler as T, GitAutomationStates as Ta, IssueVcsBranchSearch_FormerNeedsQueryVariables as Tc, ProjectUpdate_CommentsQueryVariables as Td, RoadmapToProjectFragment as Tf, DraftConnectionFragment as Ti, OauthClientActorWebhookPayloadFragment as Tl, UserSettingsUpdateInput as Tm, CommentsQueryVariables as Tn, InitiativeWebhookPayloadFragment as To, Team_ProjectsQueryVariables as Tp, CustomerStatusType as Tr, IssueImportCreateCsvJiraMutationVariables as Ts, AttachmentIssue_CommentsQueryVariables as Tt, ProjectLabelCreateInput as Tu, AgentActivityResponseContentFragment as U, InitiativeChildWebhookPayloadFragment as Ua, Issue_NeedsQueryVariables as Uc, ProjectsQueryVariables as Ud, SemanticSearchResultType as Uf, EntityExternalLinkFragment as Ui, OrganizationInvitesQueryVariables as Ul, ViewPreferencesValuesFragment as Um, CustomViewFragment as Un, IntegrationRequestInput as Uo, TriageResponsibilitiesQueryVariables as Up, CycleCreateInput as Ur, IssueLabelsQueryVariables as Us, AttachmentLinkSlackMutationVariables as Ut, ProjectMilestone_IssuesQueryVariables as Uu, AgentActivityPayloadFragment as V, ImportFileUploadMutationVariables as Va, Issue_InverseRelationsQueryVariables as Vc, Project_RelationsQueryVariables as Vd, SemanticSearchQueryVariables as Vf, EntityExternalLinkConnectionFragment as Vi, OrganizationInviteStatus as Vl, ViewPreferencesType as Vm, CustomViewConnectionFragment as Vn, IntegrationJiraPersonalMutationVariables as Vo, TimeSchedulesQueryVariables as Vp, CycleChildWebhookPayloadFragment as Vr, IssueLabel_ChildrenQueryVariables as Vs, AttachmentLinkJiraIssueMutationVariables as Vt, ProjectMilestoneStatus as Vu, AgentActivitySignal as W, InitiativeConnectionFragment as Wa, Issue_RelationsQueryVariables as Wc, PullRequestMergeMethod as Wd, SendStrategy as Wf, EntityExternalLinkPayloadFragment as Wi, OrganizationIpRestrictionFragment as Wl, ViewType as Wm, CustomViewHasSubscribersPayloadFragment as Wn, IntegrationRequestPayloadFragment as Wo, TriageResponsibilityAction as Wp, CycleFragment as Wr, IssueMentionNotificationWebhookPayloadFragment as Ws, AttachmentLinkUrlMutationVariables as Wt, ProjectMilestonesQueryVariables as Wu, AgentSessionCreateOnIssue as X, InitiativeNotificationSubscriptionFragment as Xa, LogoutMutationVariables as Xc, PushSubscriptionPayloadFragment as Xd, SlackChannelNameMappingFragment as Xf, ExternalEntityInfoJiraMetadataFragment as Xi, OrganizationUpdateInput as Xl, Viewer_TeamsQueryVariables as Xm, CustomView_IssuesQueryVariables as Xn, IntegrationTemplateCreateInput as Xo, TriageResponsibilityUpdateInput as Xp, CycleWebhookPayloadFragment as Xr, IssueRelationCreateInput as Xs, AttachmentsForUrlQueryVariables as Xt, ProjectRelationFragment as Xu, AgentSessionCreateOnComment as Y, InitiativeNotificationFragment as Ya, LogoutAllSessionsMutationVariables as Yc, PushSubscriptionFragment as Yd, SlackChannelConnectPayloadFragment as Yf, ExternalEntityInfoGithubMetadataFragment as Yi, OrganizationStartTrialPayloadFragment as Yl, Viewer_TeamMembershipsQueryVariables as Ym, CustomView_InitiativesQueryVariables as Yn, IntegrationTemplateConnectionFragment as Yo, TriageResponsibilityPayloadFragment as Yp, CycleUpdateInput as Yr, IssueRelationConnectionFragment as Ys, AttachmentWebhookPayloadFragment as Yt, ProjectRelationCreateInput as Yu, AgentSessionEventWebhookPayloadFragment as Z, InitiativePayloadFragment as Za, LogoutOtherSessionsMutationVariables as Zc, PushSubscriptionTestPayloadFragment as Zd, SlackChannelType as Zf, ExternalEntityInfoMetadata as Zi, Organization_IntegrationsQueryVariables as Zl, WebhookConnectionFragment as Zm, CustomView_ProjectsQueryVariables as Zn, IntegrationTemplateFragment as Zo, UpdateCommentMutationVariables as Zp, Cycle_IssuesQueryVariables as Zr, IssueRelationFragment as Zs, AttachmentsQueryVariables as Zt, ProjectRelationPayloadFragment as Zu, EntityWebhookPayloadWithIssueData as _, FileUploadMutationVariables as _a, IssueUnassignedFromYouNotificationWebhookPayloadFragment as _c, ProjectUpdateFragment as _d, RepositorySuggestionsPayloadFragment as _f, DocumentNotificationFragment as _i, NotificationSubscriptionPayloadFragment as _l, UserSettingsFlagsResetMutationVariables as _m, CommentUpdateInput as _n, InitiativeUpdateHealthType as _o, TeamUpdateInput as _p, CustomerNotificationFragment as _r, IssueFilterSuggestionPayloadFragment as _s, ArchiveResponseFragment as _t, ProjectConnectionFragment as _u, AppUserNotificationWebhookPayloadWithNotification as a, FacetFragment as aa, IssueSearchResultFragment as ac, ProjectStatusCountPayloadFragment as ad, ReactionWebhookPayloadFragment as af, WorkflowStateChildWebhookPayloadFragment as ah, DeleteOrganizationInput as ai, NotificationChannelPreferencesFragment as al, UserChildWebhookPayloadFragment as am, AuthResolverResponseFragment as an, InitiativeTab as ao, TeamCreateInput as ap, CustomerNeedConnectionFragment as ar, IntercomSettingsInput as as, AgentSessionUpdateInput as at, PageInfoFragment as au, EntityWebhookPayloadWithProjectUpdateData as b, GitAutomationStateConnectionFragment as ba, IssueVcsBranchSearch_AttachmentsQueryVariables as bc, ProjectUpdatePayloadFragment as bd, RoadmapCreateInput as bf, DocumentSearchResultFragment as bi, NotificationUpdateInput as bl, UserSettingsPayloadFragment as bm, Comment_ChildrenQueryVariables as bn, InitiativeUpdateReminderPayloadFragment as bo, Team_GitAutomationStatesQueryVariables as bp, CustomerStatusChildWebhookPayloadFragment as br, IssueHistoryConnectionFragment as bs, AttachmentConnectionFragment as bt, ProjectFragment as bu, EntityWebhookPayloadWithAuditEntryData as c, FavoriteCreateInput as ca, IssueStateSpanFragment as cc, ProjectStatusPayloadFragment as cd, ReleaseChannel as cf, WorkflowStateFragment as ch, DocumentArchivePayloadFragment as ci, NotificationDeliveryPreferencesDayFragment as cl, UserFlagType as cm, AuthenticationSessionType as cn, InitiativeToProjectFragment as co, TeamMembershipCreateInput as cp, CustomerNeedFragment as cr, IssueBatchCreateInput as cs, AgentSessionsQueryVariables as ct, PaginationSortOrder as cu, EntityWebhookPayloadWithCustomerNeedData as d, FavoriteUpdateInput as da, IssueSuggestionConnectionFragment as dc, ProjectStatusesQueryVariables as dd, ReleasePipelinePayloadFragment as df, WorkflowState_IssuesQueryVariables as dh, DocumentContentChildWebhookPayloadFragment as di, NotificationEntityInput as dl, UserNotificationSubscriptionFragment as dm, CommentConnectionFragment as dn, InitiativeToProjectsQueryVariables as do, TeamMembershipUpdateInput as dp, CustomerNeedQueryVariables as dr, IssueCommentMentionNotificationWebhookPayloadFragment as ds, AppUserNotificationWebhookPayloadFragment as dt, PostNotificationFragment as du, ExternalUserChildWebhookPayloadFragment as ea, IssueRelationType as ec, ProjectSearchPayloadFragment as ed, RateLimitPayloadFragment as ef, WebhookFragment as eh, DateResolutionType as ei, NotificationArchivePayloadFragment as el, UploadFileFragment as em, AuditEntryFragment as en, InitiativeRelationFragment as eo, SuccessPayloadFragment as ep, CustomerConnectionFragment as er, IntegrationsQueryVariables as es, AgentSessionStatus as et, Organization_TeamsQueryVariables as eu, EntityWebhookPayloadWithCycleData as f, Favorite_ChildrenQueryVariables as fa, IssueSuggestionFragment as fc, ProjectTab as fd, ReleasePipelineType as ff, WorkflowStatesQueryVariables as fh, DocumentContentFragment as fi, NotificationFragment as fl, UserPayloadFragment as fm, CommentCreateInput as fn, InitiativeUpdateArchivePayloadFragment as fo, TeamMembershipsQueryVariables as fp, CustomerNeedUpdateInput as fr, IssueCommentReactionNotificationWebhookPayloadFragment as fs, AppUserTeamAccessChangedWebhookPayloadFragment as ft, PostType as fu, EntityWebhookPayloadWithInitiativeUpdateData as g, FileUploadDeletePayloadFragment as ga, IssueTitleSuggestionFromCustomerRequestPayloadFragment as gc, ProjectUpdateCreateInput as gd, RepositorySuggestionFragment as gf, DocumentFragment as gi, NotificationSubscriptionFragment as gl, UserSettingsFlagPayloadFragment as gm, CommentResolveMutationVariables as gn, InitiativeUpdateFragment as go, TeamRoleType as gp, CustomerNeedsQueryVariables as gr, IssueFigmaFileKeySearchQueryVariables as gs, ArchiveProjectMutationVariables as gt, ProjectChildWebhookPayloadFragment as gu, EntityWebhookPayloadWithInitiativeData as h, FetchDataPayloadFragment as ha, IssueSuggestionType as hc, ProjectUpdateConnectionFragment as hd, ReleaseStageType as hf, DocumentCreateInput as hi, NotificationSubscriptionCreateInput as hl, UserSettingsCustomThemeFragment as hm, CommentQueryVariables as hn, InitiativeUpdateCreateInput as ho, TeamPayloadFragment as hp, CustomerNeed_ProjectAttachmentQueryVariables as hr, IssueEmojiReactionNotificationWebhookPayloadFragment as hs, ArchivePayloadFragment as ht, ProjectAttachmentFragment as hu, AgentSessionEventWebhookPayload$1 as i, FacetConnectionFragment as ia, IssueSearchQueryVariables as ic, ProjectStatusConnectionFragment as id, ReactionPayloadFragment as if, WorkflowStateArchivePayloadFragment as ih, DeleteIssueMutationVariables as ii, NotificationChannel as il, UserAdminPayloadFragment as im, AuthOrganizationFragment as in, InitiativeStatus as io, TeamConnectionFragment as ip, CustomerNeedChildWebhookPayloadFragment as ir, IntegrationsSettingsUpdateInput as is, AgentSessionUpdateExternalUrlInput as it, OtherNotificationWebhookPayloadFragment as iu, ActorBotFragment as j, GitHubEnterpriseServerInstallVerificationPayloadFragment as ja, IssueVcsBranchSearch_SubscribersQueryVariables as jc, Project_HistoryQueryVariables as jd, RoadmapsQueryVariables as jf, EmailIntakeAddressUpdateInput as ji, OrganizationDeletePayloadFragment as jl, User_AssignedIssuesQueryVariables as jm, CreateInitiativeUpdateReminderMutationVariables as jn, Initiative_SubInitiativesQueryVariables as jo, TemplateCreateInput as jp, CustomerTierFragment as jr, IssueImportPayloadFragment as js, AttachmentIssue_LabelsQueryVariables as jt, ProjectLabel_ProjectsQueryVariables as ju, LinearWebhookPayload as k, GitAutomationTargetBranchUpdateInput as ka, IssueVcsBranchSearch_NeedsQueryVariables as kc, Project_DocumentsQueryVariables as kd, RoadmapUpdateInput as kf, EmailIntakeAddressPayloadFragment as ki, OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment as kl, UserUpdateInput as km, CreateCsvExportReportMutationVariables as kn, Initiative_LinksQueryVariables as ko, TeamsQueryVariables as kp, CustomerTierConnectionFragment as kr, IssueImportFragment as ks, AttachmentIssue_HistoryQueryVariables as kt, ProjectLabelWebhookPayloadFragment as ku, EntityWebhookPayloadWithCommentData as l, FavoriteFragment as la, IssueStatusChangedNotificationWebhookPayloadFragment as lc, ProjectStatusType as ld, ReleasePayloadFragment as lf, WorkflowStatePayloadFragment as lh, DocumentChildWebhookPayloadFragment as li, NotificationDeliveryPreferencesFragment as ll, UserFlagUpdateOperation as lm, BaseWebhookPayloadFragment as ln, InitiativeToProjectPayloadFragment as lo, TeamMembershipFragment as lp, CustomerNeedNotificationFragment as lr, IssueBatchPayloadFragment as ls, AiPromptRulesFragment as lt, PaidSubscriptionFragment as lu, EntityWebhookPayloadWithEntityData as m, FeedSummarySchedule as ma, IssueSuggestionState as mc, ProjectUpdateChildWebhookPayloadFragment as md, ReleaseStagePayloadFragment as mf, DocumentContentHistoryTypeFragment as mi, NotificationSubscriptionConnectionFragment as ml, UserSettingsCustomSidebarThemeFragment as mm, CommentPayloadFragment as mn, InitiativeUpdateConnectionFragment as mo, TeamOriginWebhookPayloadFragment as mp, CustomerNeedWebhookPayloadFragment as mr, IssueCreateInput as ms, ArchiveIssueMutationVariables as mt, ProjectArchivePayloadFragment as mu, LINEAR_WEBHOOK_TS_FIELD as n, ExternalUserFragment as na, IssueRelationsQueryVariables as nc, ProjectStatusArchivePayloadFragment as nd, ReactionCreateInput as nf, WebhookUpdateInput as nh, DeleteCustomerNeedMutationVariables as ni, NotificationCategory as nl, UploadPayloadFragment as nm, AuditEntryWebhookPayloadFragment as nn, InitiativeRelationUpdateInput as no, TeamArchivePayloadFragment as np, CustomerFragment as nr, IntegrationsSettingsFragment as ns, AgentSessionToPullRequestFragment as nt, Organization_UsersQueryVariables as nu, AppUserTeamAccessChangedWebhookPayload$1 as o, FacetPageSource as oa, IssueSlaWebhookPayloadFragment as oc, ProjectStatusCreateInput as od, RefreshGoogleSheetsDataMutationVariables as of, WorkflowStateConnectionFragment as oh, DeletePayloadFragment as oi, NotificationConnectionFragment as ol, UserConnectionFragment as om, AuthUserFragment as on, InitiativeToProjectConnectionFragment as oo, TeamFragment as op, CustomerNeedCreateFromAttachmentInput as or, IssueArchivePayloadFragment as os, AgentSessionWebhookPayloadFragment as ot, PaginationNulls as ou, EntityWebhookPayloadWithDocumentData as p, FavoritesQueryVariables as pa, IssueSuggestionMetadataFragment as pc, ProjectUpdateArchivePayloadFragment as pd, ReleaseStageArchivePayloadFragment as pf, _generated_documents_d_exports as ph, DocumentContentHistoryPayloadFragment as pi, NotificationPayloadFragment as pl, UserRoleType as pm, CommentFragment as pn, InitiativeUpdateChildWebhookPayloadFragment as po, TeamNotificationSubscriptionFragment as pp, CustomerNeedUpdatePayloadFragment as pr, IssueConnectionFragment as ps, ApplicationFragment as pt, ProductIntelligenceScope as pu, AgentActivityWebhookPayloadFragment as q, InitiativeHistoryConnectionFragment as qa, JoinOrganizationInput as qc, PullRequestStatus as qd, SlaStatus as qf, EntityWebhookPayloadFragment as qi, OrganizationPayloadFragment as ql, Viewer_DelegatedIssuesQueryVariables as qm, CustomViewSuggestionPayloadFragment as qn, IntegrationSlackPostMutationVariables as qo, TriageResponsibilityFragment as qp, CyclePeriod as qr, IssuePayloadFragment as qs, AttachmentSourcesPayloadFragment as qt, ProjectPayloadFragment as qu, LinearWebhookClient as r, ExternalUsersQueryVariables as ra, IssueSearchPayloadFragment as rc, ProjectStatusChildWebhookPayloadFragment as rd, ReactionFragment as rf, WebhooksQueryVariables as rh, DeleteIntegrationMutationVariables as ri, NotificationCategoryPreferencesFragment as rl, UserActorWebhookPayloadFragment as rm, AuthIdentityProviderFragment as rn, InitiativeRelationsQueryVariables as ro, TeamChildWebhookPayloadFragment as rp, CustomerNeedArchivePayloadFragment as rr, IntegrationsSettingsPayloadFragment as rs, AgentSessionType as rt, OtherNotificationType as ru, EntityWebhookPayloadWithAttachmentData as s, FavoriteConnectionFragment as sa, IssueStateSpanConnectionFragment as sc, ProjectStatusFragment as sd, ReleaseArchivePayloadFragment as sf, WorkflowStateCreateInput as sh, DeleteTeamMembershipMutationVariables as si, NotificationDeliveryPreferencesChannelFragment as sl, UserContextViewType as sm, AuthenticationSessionResponseFragment as sn, InitiativeToProjectCreateInput as so, TeamMembershipConnectionFragment as sp, CustomerNeedCreateInput as sr, IssueAssignedToYouNotificationWebhookPayloadFragment as ss, AgentSession_ActivitiesQueryVariables as st, PaginationOrderBy as su, LINEAR_WEBHOOK_SIGNATURE_HEADER as t, ExternalUserConnectionFragment as ta, IssueRelationUpdateInput as tc, ProjectSearchResultFragment as td, RateLimitResultPayloadFragment as tf, WebhookPayloadFragment as th, Day as ti, NotificationBatchActionPayloadFragment as tl, UploadFileHeaderFragment as tm, AuditEntryTypeFragment as tn, InitiativeRelationPayloadFragment as to, SyncedExternalThreadFragment as tp, CustomerCreateInput as tr, IntegrationsSettingsCreateInput as ts, AgentSessionToPullRequestConnectionFragment as tt, Organization_TemplatesQueryVariables as tu, EntityWebhookPayloadWithCustomerData as u, FavoritePayloadFragment as ua, IssueSubscribeMutationVariables as uc, ProjectStatusUpdateInput as ud, ReleasePipelineArchivePayloadFragment as uf, WorkflowStateUpdateInput as uh, DocumentConnectionFragment as ui, NotificationDeliveryPreferencesScheduleFragment as ul, UserFragment as um, CommentChildWebhookPayloadFragment as un, InitiativeToProjectUpdateInput as uo, TeamMembershipPayloadFragment as up, CustomerNeedPayloadFragment as ur, IssueChildWebhookPayloadFragment as us, AirbyteConfigurationInput as ut, PasskeyLoginStartResponseFragment as uu, EntityWebhookPayloadWithIssueLabelData as v, FrequencyResolutionType as va, IssueUnsubscribeMutationVariables as vc, ProjectUpdateHealthType as vd, RoadmapArchivePayloadFragment as vf, DocumentPayloadFragment as vi, NotificationSubscriptionUpdateInput as vl, UserSettingsFlagsResetPayloadFragment as vm, CommentWebhookPayloadFragment as vn, InitiativeUpdateInput as vo, TeamWithParentWebhookPayloadFragment as vp, CustomerNotificationSubscriptionFragment as vr, IssueFilterSuggestionQueryVariables as vs, AsksChannelConnectPayloadFragment as vt, ProjectCreateInput as vu, IssueSlaWebhookPayload$1 as w, GitAutomationStateUpdateInput as wa, IssueVcsBranchSearch_FormerAttachmentsQueryVariables as wc, ProjectUpdateWebhookPayloadFragment as wd, RoadmapToProjectCreateInput as wf, DocumentsQueryVariables as wi, OAuthClientApprovalStatus as wl, UserSettingsThemePreset as wm, Comment_ExternalThreadQueryVariables as wn, InitiativeUpdatesQueryVariables as wo, Team_MembershipsQueryVariables as wp, CustomerStatusPayloadFragment as wr, IssueImportCreateClubhouseMutationVariables as ws, AttachmentIssue_ChildrenQueryVariables as wt, ProjectLabelConnectionFragment as wu, EntityWebhookPayloadWithReactionData as x, GitAutomationStateCreateInput as xa, IssueVcsBranchSearch_ChildrenQueryVariables as xc, ProjectUpdateReminderFrequency as xd, RoadmapFragment as xf, DocumentUpdateInput as xi, NotificationsQueryVariables as xl, UserSettingsThemeDeviceType as xm, Comment_CreatedIssuesQueryVariables as xn, InitiativeUpdateUpdateInput as xo, Team_IssuesQueryVariables as xp, CustomerStatusConnectionFragment as xr, IssueHistoryFragment as xs, AttachmentCreateInput as xt, ProjectHistoryConnectionFragment as xu, EntityWebhookPayloadWithProjectData as y, FrontAttachmentPayloadFragment as ya, IssueUpdateInput as yc, ProjectUpdateInput as yd, RoadmapConnectionFragment as yf, DocumentSearchPayloadFragment as yi, NotificationSubscriptionsQueryVariables as yl, UserSettingsFragment as ym, Comment_BotActorQueryVariables as yn, InitiativeUpdatePayloadFragment as yo, Team_CyclesQueryVariables as yp, CustomerPayloadFragment as yr, IssueFragment as ys, AsksWebFormsAuthResponseFragment as yt, ProjectFilterSuggestionPayloadFragment as yu, AgentActivityErrorContentFragment as z, IdentityProviderType as za, Issue_FormerNeedsQueryVariables as zc, Project_ProjectMilestonesQueryVariables as zd, SearchProjects_ArchivePayloadQueryVariables as zf, EmojiPayloadFragment as zi, OrganizationInviteFullDetailsPayloadFragment as zl, ViewPreferencesFragment as zm, CreateTeamMutationVariables as zn, IntegrationHasScopesPayloadFragment as zo, TimeSchedulePayloadFragment as zp, CustomersQueryVariables as zr, IssueLabelUpdateInput as zs, AttachmentLinkGitLabMrMutationVariables as zt, ProjectMilestoneMoveProjectTeamsFragment as zu };
|
|
52600
|
-
//# sourceMappingURL=index-
|
|
52607
|
+
//# sourceMappingURL=index-Bm4jA7_4.d.cts.map
|