@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.cjs CHANGED
@@ -2510,7 +2510,7 @@ let AgentSessionStatus = /* @__PURE__ */ function(AgentSessionStatus$1) {
2510
2510
  AgentSessionStatus$1["Stale"] = "stale";
2511
2511
  return AgentSessionStatus$1;
2512
2512
  }({});
2513
- /** The type of an agent session. */
2513
+ /** [DEPRECATED] The type of an agent session. */
2514
2514
  let AgentSessionType = /* @__PURE__ */ function(AgentSessionType$1) {
2515
2515
  AgentSessionType$1["CommentThread"] = "commentThread";
2516
2516
  return AgentSessionType$1;
@@ -5674,9 +5674,6 @@ const EmailIntakeAddressFragmentDoc = new TypedDocumentString(`
5674
5674
  sesDomainIdentity {
5675
5675
  ...SesDomainIdentity
5676
5676
  }
5677
- issueCanceledAutoReplyData
5678
- issueCompletedAutoReplyData
5679
- issueCreatedAutoReplyData
5680
5677
  issueCanceledAutoReply
5681
5678
  issueCompletedAutoReply
5682
5679
  issueCreatedAutoReply
@@ -8941,6 +8938,7 @@ const AgentSessionFragmentDoc = new TypedDocumentString(`
8941
8938
  plan
8942
8939
  summary
8943
8940
  sourceMetadata
8941
+ context
8944
8942
  externalLink
8945
8943
  appUser {
8946
8944
  id
@@ -8964,12 +8962,12 @@ const AgentSessionFragmentDoc = new TypedDocumentString(`
8964
8962
  endedAt
8965
8963
  startedAt
8966
8964
  dismissedAt
8967
- type
8968
8965
  id
8969
8966
  dismissedBy {
8970
8967
  id
8971
8968
  }
8972
8969
  externalUrls
8970
+ type
8973
8971
  }
8974
8972
  `, { fragmentName: "AgentSession" });
8975
8973
  const AgentSessionConnectionFragmentDoc = new TypedDocumentString(`
@@ -8987,6 +8985,7 @@ const AgentSessionConnectionFragmentDoc = new TypedDocumentString(`
8987
8985
  plan
8988
8986
  summary
8989
8987
  sourceMetadata
8988
+ context
8990
8989
  externalLink
8991
8990
  appUser {
8992
8991
  id
@@ -9010,12 +9009,12 @@ const AgentSessionConnectionFragmentDoc = new TypedDocumentString(`
9010
9009
  endedAt
9011
9010
  startedAt
9012
9011
  dismissedAt
9013
- type
9014
9012
  id
9015
9013
  dismissedBy {
9016
9014
  id
9017
9015
  }
9018
9016
  externalUrls
9017
+ type
9019
9018
  }
9020
9019
  fragment PageInfo on PageInfo {
9021
9020
  __typename
@@ -18154,6 +18153,7 @@ const AgentSessionDocument = new TypedDocumentString(`
18154
18153
  plan
18155
18154
  summary
18156
18155
  sourceMetadata
18156
+ context
18157
18157
  externalLink
18158
18158
  appUser {
18159
18159
  id
@@ -18177,12 +18177,12 @@ const AgentSessionDocument = new TypedDocumentString(`
18177
18177
  endedAt
18178
18178
  startedAt
18179
18179
  dismissedAt
18180
- type
18181
18180
  id
18182
18181
  dismissedBy {
18183
18182
  id
18184
18183
  }
18185
18184
  externalUrls
18185
+ type
18186
18186
  }`);
18187
18187
  const AgentSession_ActivitiesDocument = new TypedDocumentString(`
18188
18188
  query agentSession_activities($id: String!, $after: String, $before: String, $filter: AgentActivityFilter, $first: Int, $includeArchived: Boolean, $last: Int, $orderBy: PaginationOrderBy) {
@@ -18306,6 +18306,7 @@ const AgentSessionsDocument = new TypedDocumentString(`
18306
18306
  plan
18307
18307
  summary
18308
18308
  sourceMetadata
18309
+ context
18309
18310
  externalLink
18310
18311
  appUser {
18311
18312
  id
@@ -18329,12 +18330,12 @@ const AgentSessionsDocument = new TypedDocumentString(`
18329
18330
  endedAt
18330
18331
  startedAt
18331
18332
  dismissedAt
18332
- type
18333
18333
  id
18334
18334
  dismissedBy {
18335
18335
  id
18336
18336
  }
18337
18337
  externalUrls
18338
+ type
18338
18339
  }
18339
18340
  fragment AgentSessionConnection on AgentSessionConnection {
18340
18341
  __typename
@@ -22979,9 +22980,6 @@ fragment EmailIntakeAddress on EmailIntakeAddress {
22979
22980
  sesDomainIdentity {
22980
22981
  ...SesDomainIdentity
22981
22982
  }
22982
- issueCanceledAutoReplyData
22983
- issueCompletedAutoReplyData
22984
- issueCreatedAutoReplyData
22985
22983
  issueCanceledAutoReply
22986
22984
  issueCompletedAutoReply
22987
22985
  issueCreatedAutoReply
@@ -47574,6 +47572,7 @@ var AgentSession = class extends Request {
47574
47572
  constructor(request, data) {
47575
47573
  super(request);
47576
47574
  this.archivedAt = parseDate(data.archivedAt) ?? void 0;
47575
+ this.context = parseJson(data.context) ?? {};
47577
47576
  this.createdAt = parseDate(data.createdAt) ?? /* @__PURE__ */ new Date();
47578
47577
  this.dismissedAt = parseDate(data.dismissedAt) ?? void 0;
47579
47578
  this.endedAt = parseDate(data.endedAt) ?? void 0;
@@ -47586,7 +47585,7 @@ var AgentSession = class extends Request {
47586
47585
  this.summary = data.summary ?? void 0;
47587
47586
  this.updatedAt = parseDate(data.updatedAt) ?? /* @__PURE__ */ new Date();
47588
47587
  this.status = data.status;
47589
- this.type = data.type;
47588
+ this.type = data.type ?? void 0;
47590
47589
  this._appUser = data.appUser;
47591
47590
  this._comment = data.comment ?? void 0;
47592
47591
  this._creator = data.creator ?? void 0;
@@ -47596,6 +47595,8 @@ var AgentSession = class extends Request {
47596
47595
  }
47597
47596
  /** The time at which the entity was archived. Null if the entity has not been archived. */
47598
47597
  archivedAt;
47598
+ /** Serialized JSON representing the contexts this session is related to, for direct chat sessions. */
47599
+ context;
47599
47600
  /** The time at which the entity was created. */
47600
47601
  createdAt;
47601
47602
  /** The time the agent session was dismissed. */
@@ -47623,7 +47624,7 @@ var AgentSession = class extends Request {
47623
47624
  updatedAt;
47624
47625
  /** The current status of the agent session. */
47625
47626
  status;
47626
- /** The type of the agent session. */
47627
+ /** [DEPRECATED] The type of the agent session. */
47627
47628
  type;
47628
47629
  /** The agent user that is associated with this agent session. */
47629
47630
  get appUser() {
@@ -51828,13 +51829,10 @@ var EmailIntakeAddress = class extends Request {
51828
51829
  this.forwardingEmailAddress = data.forwardingEmailAddress ?? void 0;
51829
51830
  this.id = data.id;
51830
51831
  this.issueCanceledAutoReply = data.issueCanceledAutoReply ?? void 0;
51831
- this.issueCanceledAutoReplyData = data.issueCanceledAutoReplyData ?? void 0;
51832
51832
  this.issueCanceledAutoReplyEnabled = data.issueCanceledAutoReplyEnabled;
51833
51833
  this.issueCompletedAutoReply = data.issueCompletedAutoReply ?? void 0;
51834
- this.issueCompletedAutoReplyData = data.issueCompletedAutoReplyData ?? void 0;
51835
51834
  this.issueCompletedAutoReplyEnabled = data.issueCompletedAutoReplyEnabled;
51836
51835
  this.issueCreatedAutoReply = data.issueCreatedAutoReply ?? void 0;
51837
- this.issueCreatedAutoReplyData = data.issueCreatedAutoReplyData ?? void 0;
51838
51836
  this.issueCreatedAutoReplyEnabled = data.issueCreatedAutoReplyEnabled;
51839
51837
  this.repliesEnabled = data.repliesEnabled;
51840
51838
  this.senderName = data.senderName ?? void 0;
@@ -51862,20 +51860,14 @@ var EmailIntakeAddress = class extends Request {
51862
51860
  id;
51863
51861
  /** The auto-reply message for issue canceled. If not set, the default reply will be used. */
51864
51862
  issueCanceledAutoReply;
51865
- /** The auto-reply ProseMirror JSON for issue canceled. If not set, the default reply will be used. */
51866
- issueCanceledAutoReplyData;
51867
51863
  /** Whether the auto-reply for issue canceled is enabled. */
51868
51864
  issueCanceledAutoReplyEnabled;
51869
51865
  /** The auto-reply message for issue completed. If not set, the default reply will be used. */
51870
51866
  issueCompletedAutoReply;
51871
- /** The auto-reply ProseMirror JSON for issue completed. If not set, the default reply will be used. */
51872
- issueCompletedAutoReplyData;
51873
51867
  /** Whether the auto-reply for issue completed is enabled. */
51874
51868
  issueCompletedAutoReplyEnabled;
51875
51869
  /** The auto-reply message for issue created. If not set, the default reply will be used. */
51876
51870
  issueCreatedAutoReply;
51877
- /** The auto-reply ProseMirror JSON for issue created. If not set, the default reply will be used. */
51878
- issueCreatedAutoReplyData;
51879
51871
  /** Whether the auto-reply for issue created is enabled. */
51880
51872
  issueCreatedAutoReplyEnabled;
51881
51873
  /** Whether email replies are enabled. */
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { $ as AgentSessionPayloadFragment, $a as InitiativeRelationCreateInput, $c as NodeFragment, $d as PushSubscriptionType, $f as SsoUrlFromEmailResponseFragment, $i as ExternalSyncService, $l as Organization_ProjectLabelsQueryVariables, $m as WebhookFailureEventFragment, $n as CustomerChildWebhookPayloadFragment, $o as IntegrationTemplatesQueryVariables, $p as UpdateTeamMutationVariables, $r as CyclesQueryVariables, $s as IssueRelationPayloadFragment, $t as AuditEntryConnectionFragment, $u as ProjectRelationsQueryVariables, Aa as GitHubCommitIntegrationPayloadFragment, Ac as IssueVcsBranchSearch_RelationsQueryVariables, Ad as Project_ExternalLinksQueryVariables, Af as Roadmap_ProjectsQueryVariables, Ai as EmailIntakeAddressType, Al as OrganizationCancelDeletePayloadFragment, Am as UserWebhookPayloadFragment, An as CreateCsvExportReportPayloadFragment, Ao as Initiative_ProjectsQueryVariables, Ap as TemplateConnectionFragment, Ar as CustomerTierCreateInput, As as IssueImportJqlCheckPayloadFragment, At as AttachmentIssue_InverseRelationsQueryVariables, Au as ProjectLabel_ChildrenQueryVariables, B as AgentActivityFragment, Ba as ImageUploadFromUrlPayloadFragment, Bc as Issue_HistoryQueryVariables, Bd as Project_ProjectUpdatesQueryVariables, Bf as SemanticSearchPayloadFragment, Bi as EmojisQueryVariables, Bl as OrganizationInvitePayloadFragment, Bm as ViewPreferencesPayloadFragment, Bn as CustomResourceWebhookPayloadFragment, Bo as IntegrationIntercomMutationVariables, Bp as TimeScheduleUpdateInput, Br as CycleArchivePayloadFragment, Bs as IssueLabelWebhookPayloadFragment, Bt as AttachmentLinkIntercomMutationVariables, Bu as ProjectMilestonePayloadFragment, C as EntityWebhookPayloadWithUserData, Ca as GitAutomationStatePayloadFragment, Cc as IssueVcsBranchSearch_DocumentsQueryVariables, Cd as ProjectUpdateUpdateInput, Cf as RoadmapToProjectConnectionFragment, Ci as Document_CommentsQueryVariables, Cl as OAuthAuthorizationWebhookPayloadFragment, Cm as UserSettingsThemeMode, Cn as Comment_DocumentContent_AiPromptRulesQueryVariables, Co as InitiativeUpdate_CommentsQueryVariables, Cp as Team_MembersQueryVariables, Cr as CustomerStatusFragment, Cs as IssueImportCreateAsanaMutationVariables, Ct as AttachmentIssue_AttachmentsQueryVariables, Cu as ProjectLabelChildWebhookPayloadFragment, Da as GitAutomationTargetBranchFragment, Dc as IssueVcsBranchSearch_InverseRelationsQueryVariables, Dd as ProjectWebhookPayloadFragment, Df as RoadmapToProjectUpdateInput, Di as EmailIntakeAddressCreateInput, Dl as OauthClientApprovalNotificationFragment, Dm as UserSettings_Theme_CustomQueryVariables, Dn as ContactPayloadFragment, Do as Initiative_HistoryQueryVariables, Dp as Team_TemplatesQueryVariables, Dr as CustomerStatusesQueryVariables, Ds as IssueImportCreateJiraMutationVariables, Dt as AttachmentIssue_FormerAttachmentsQueryVariables, Du as ProjectLabelPayloadFragment, Ea as GitAutomationTargetBranchCreateInput, Ec as IssueVcsBranchSearch_HistoryQueryVariables, Ed as ProjectUpdatesQueryVariables, Ef as RoadmapToProjectPayloadFragment, Ei as DraftFragment, El as OauthClientApprovalFragment, Em as UserSettings_ThemeQueryVariables, En as ContactCreateInput, Eo as Initiative_DocumentsQueryVariables, Ep as Team_StatesQueryVariables, Er as CustomerStatusUpdateInput, Es as IssueImportCreateGithubMutationVariables, Et as AttachmentIssue_DocumentsQueryVariables, Eu as ProjectLabelFragment, F as AgentActivityConnectionFragment, Fa as GithubOrgType, Fc as Issue_ChildrenQueryVariables, Fd as Project_IssuesQueryVariables, Ff as SearchDocuments_ArchivePayloadQueryVariables, Fi as EmailUserAccountAuthChallengeResponseFragment, Fl as OrganizationFragment, Fm as User_TeamMembershipsQueryVariables, Fn as CreateOrganizationFromOnboardingMutationVariables, Fo as IntegrationConnectionFragment, Fp as TimeScheduleConnectionFragment, Fr as CustomerUpdateInput, Fs as IssueLabelConnectionFragment, Ft as AttachmentLinkDiscordMutationVariables, Fu as ProjectMilestoneCreateInput, G as AgentActivityThoughtContentFragment, Ga as InitiativeCreateInput, Gc as Issue_SubscribersQueryVariables, Gd as PullRequestNotificationFragment, Gf as SesDomainIdentityDnsRecordFragment, Gi as EntityExternalLinkUpdateInput, Gl as OrganizationMetaFragment, Gm as Viewer_AssignedIssuesQueryVariables, Gn as CustomViewNotificationSubscriptionFragment, Go as IntegrationService, Gp as TriageResponsibilityConnectionFragment, Gr as CycleNotificationSubscriptionFragment, Gs as IssueNewCommentNotificationWebhookPayloadFragment, Gt as AttachmentLinkZendeskMutationVariables, Gu as ProjectNotificationFragment, H as AgentActivityPromptContentFragment, Ha as InitiativeArchivePayloadFragment, Hc as Issue_LabelsQueryVariables, Hd as Project_TeamsQueryVariables, Hf as SemanticSearchResultFragment, Hi as EntityExternalLinkCreateInput, Hl as OrganizationInviteUpdateInput, Hm as ViewPreferencesUpdateInput, Hn as CustomViewCreateInput, Ho as IntegrationPayloadFragment, Hp as TokenUserAccountAuthInput, Hr as CycleConnectionFragment, Hs as IssueLabel_IssuesQueryVariables, Ht as AttachmentLinkSalesforceMutationVariables, Hu as ProjectMilestoneUpdateInput, I as AgentActivityContent, Ia as GoogleUserAccountAuthInput, Ic as Issue_CommentsQueryVariables, Id as Project_LabelsQueryVariables, If as SearchIssuesQueryVariables, Ii as EmojiConnectionFragment, Il as OrganizationInviteConnectionFragment, Im as User_TeamsQueryVariables, In as CreateOrganizationInput, Io as IntegrationFragment, Ip as TimeScheduleCreateInput, Ir as CustomerUpsertInput, Is as IssueLabelCreateInput, It as AttachmentLinkFrontMutationVariables, Iu as ProjectMilestoneFragment, J as AgentSessionConnectionFragment, Ja as InitiativeHistoryFragment, Jc as LabelNotificationSubscriptionFragment, Jd as PushSubscriptionCreateInput, Jf as SlackAsksTeamSettingsFragment, Ji as ExternalEntityInfoFragment, Jl as OrganizationStartTrialInput, Jm as Viewer_DraftsQueryVariables, Jn as CustomViewUpdateInput, Jo as IntegrationSlackWorkspaceNamePayloadFragment, Jp as TriageResponsibilityManualSelectionFragment, Jr as CycleShiftAllInput, Js as IssuePriorityValueFragment, Jt as AttachmentUpdateInput, Ju as ProjectRelationConnectionFragment, K as AgentActivityType, Ka as InitiativeFragment, Kc as IssuesQueryVariables, Kd as PullRequestReviewTool, Kf as SesDomainIdentityFragment, Ki as EntityFragment, Kl as OrganizationOriginWebhookPayloadFragment, Km as Viewer_CreatedIssuesQueryVariables, Kn as CustomViewPayloadFragment, Ko as IntegrationSlackMutationVariables, Kp as TriageResponsibilityCreateInput, Kr as CyclePayloadFragment, Ks as IssueNotificationFragment, Kt as AttachmentPayloadFragment, Ku as ProjectNotificationSubscriptionFragment, L as AgentActivityCreateInput, La as GuidanceRuleWebhookPayloadFragment, Lc as Issue_DocumentsQueryVariables, Ld as Project_MembersQueryVariables, Lf as SearchIssues_ArchivePayloadQueryVariables, Li as EmojiCreateInput, Ll as OrganizationInviteCreateInput, Lm as UsersQueryVariables, Ln as CreateProjectMutationVariables, Lo as IntegrationGitHubPersonalMutationVariables, Lp as TimeScheduleEntryFragment, Lr as CustomerVisibilityMode, Ls as IssueLabelFragment, Lt as AttachmentLinkGitHubIssueMutationVariables, Lu as ProjectMilestoneMoveIssueToTeamFragment, M as AdministrableTeamsQueryVariables, Ma as GitHubEnterpriseServerPayloadFragment, Mc as IssueWebhookPayloadFragment, Md as Project_InitiativeToProjectsQueryVariables, Mf as SLADayCountType, Mi as EmailUnsubscribeInput, Ml as OrganizationDomainAuthType, Mm as User_CreatedIssuesQueryVariables, Mn as CreateIssueLabelMutationVariables, Mo as InitiativesQueryVariables, Mp as TemplateFragment, Mr as CustomerTierPayloadFragment, Ms as IssueImportSyncCheckPayloadFragment, Mt as AttachmentIssue_NeedsQueryVariables, Mu as ProjectLabelsQueryVariables, N as AgentActivitiesQueryVariables, Na as GitLabIntegrationCreatePayloadFragment, Nc as IssueWithDescriptionChildWebhookPayloadFragment, Nd as Project_InitiativesQueryVariables, Nf as Scalars, Ni as EmailUnsubscribePayloadFragment, Nl as OrganizationDomainFragment, Nm as User_DelegatedIssuesQueryVariables, Nn as CreateIssueRelationMutationVariables, No as IntegrationActorWebhookPayloadFragment, Np as TemplatePayloadFragment, Nr as CustomerTierUpdateInput, Ns as IssueImportUpdateInput, Nt as AttachmentIssue_RelationsQueryVariables, Nu as ProjectMilestoneChildWebhookPayloadFragment, Oa as GitAutomationTargetBranchPayloadFragment, Oc as IssueVcsBranchSearch_LabelsQueryVariables, Od as Project_CommentsQueryVariables, Of as RoadmapToProjectsQueryVariables, Oi as EmailIntakeAddressFragment, Ol as OauthClientChildWebhookPayloadFragment, Om as UserSettings_Theme_Custom_SidebarQueryVariables, On as ContextViewType, Oo as Initiative_InitiativeUpdatesQueryVariables, Op as Team_WebhooksQueryVariables, Or as CustomerTierChildWebhookPayloadFragment, Os as IssueImportDeletePayloadFragment, Ot as AttachmentIssue_FormerNeedsQueryVariables, Ou as ProjectLabelUpdateInput, P as AgentActivityActionContentFragment, Pa as GitLinkKind, Pc as Issue_AttachmentsQueryVariables, Pd as Project_InverseRelationsQueryVariables, Pf as SearchDocumentsQueryVariables, Pi as EmailUserAccountAuthChallengeInput, Pl as OrganizationExistsPayloadFragment, Pm as User_DraftsQueryVariables, Pn as CreateOrJoinOrganizationResponseFragment, Po as IntegrationChildWebhookPayloadFragment, Pp as TemplateUpdateInput, Pr as CustomerTiersQueryVariables, Ps as IssueLabelChildWebhookPayloadFragment, Pt as AttachmentIssue_SubscribersQueryVariables, Pu as ProjectMilestoneConnectionFragment, Q as AgentSessionFragment, Qa as InitiativeRelationConnectionFragment, Qc as LogoutResponseFragment, Qd as PushSubscriptionTestQueryVariables, Qf as SsoUrlFromEmailQueryVariables, Qi as ExternalEntitySlackMetadataFragment, Ql as Organization_LabelsQueryVariables, Qm as WebhookCreateInput, Qn as CustomViewsQueryVariables, Qo as IntegrationTemplatePayloadFragment, Qp as UpdateIssueLabelMutationVariables, Qr as Cycle_UncompletedIssuesUponCloseQueryVariables, Qs as IssueRelationHistoryPayloadFragment, Qt as AuditEntriesQueryVariables, Qu as ProjectRelationUpdateInput, R as AgentActivityElicitationContentFragment, Ra as IdentityProviderFragment, Rc as Issue_FormerAttachmentsQueryVariables, Rd as Project_NeedsQueryVariables, Rf as SearchProjectsQueryVariables, Ri as EmojiFragment, Rl as OrganizationInviteFragment, Rm as ViewPreferencesCreateInput, Rn as CreateProjectUpdateReminderMutationVariables, Ro as IntegrationGithubConnectMutationVariables, Rp as TimeScheduleFragment, Rr as CustomerWebhookPayloadFragment, Rs as IssueLabelPayloadFragment, Rt as AttachmentLinkGitHubPrMutationVariables, Ru as ProjectMilestoneMovePayloadFragment, S as EntityWebhookPayloadWithUnknownEntityData, Sa as GitAutomationStateFragment, Sc as IssueVcsBranchSearch_CommentsQueryVariables, Sd as ProjectUpdateReminderPayloadFragment, Sf as RoadmapPayloadFragment, Si as DocumentWebhookPayloadFragment, Sl as OAuthAppWebhookPayloadFragment, Sm as UserSettingsThemeFragment, Sn as Comment_DocumentContentQueryVariables, So as InitiativeUpdateWebhookPayloadFragment, Sp as Team_LabelsQueryVariables, Sr as CustomerStatusCreateInput, Ss as IssueImportCheckPayloadFragment, St as AttachmentFragment, Su as ProjectHistoryFragment, Ta as GitAutomationStates, Tc as IssueVcsBranchSearch_FormerNeedsQueryVariables, Td as ProjectUpdate_CommentsQueryVariables, Tf as RoadmapToProjectFragment, Ti as DraftConnectionFragment, Tl as OauthClientActorWebhookPayloadFragment, Tm as UserSettingsUpdateInput, Tn as CommentsQueryVariables, To as InitiativeWebhookPayloadFragment, Tp as Team_ProjectsQueryVariables, Tr as CustomerStatusType, Ts as IssueImportCreateCsvJiraMutationVariables, Tt as AttachmentIssue_CommentsQueryVariables, Tu as ProjectLabelCreateInput, U as AgentActivityResponseContentFragment, Ua as InitiativeChildWebhookPayloadFragment, Uc as Issue_NeedsQueryVariables, Ud as ProjectsQueryVariables, Uf as SemanticSearchResultType, Ui as EntityExternalLinkFragment, Ul as OrganizationInvitesQueryVariables, Um as ViewPreferencesValuesFragment, Un as CustomViewFragment, Uo as IntegrationRequestInput, Up as TriageResponsibilitiesQueryVariables, Ur as CycleCreateInput, Us as IssueLabelsQueryVariables, Ut as AttachmentLinkSlackMutationVariables, Uu as ProjectMilestone_IssuesQueryVariables, V as AgentActivityPayloadFragment, Va as ImportFileUploadMutationVariables, Vc as Issue_InverseRelationsQueryVariables, Vd as Project_RelationsQueryVariables, Vf as SemanticSearchQueryVariables, Vi as EntityExternalLinkConnectionFragment, Vl as OrganizationInviteStatus, Vm as ViewPreferencesType, Vn as CustomViewConnectionFragment, Vo as IntegrationJiraPersonalMutationVariables, Vp as TimeSchedulesQueryVariables, Vr as CycleChildWebhookPayloadFragment, Vs as IssueLabel_ChildrenQueryVariables, Vt as AttachmentLinkJiraIssueMutationVariables, Vu as ProjectMilestoneStatus, W as AgentActivitySignal, Wa as InitiativeConnectionFragment, Wc as Issue_RelationsQueryVariables, Wd as PullRequestMergeMethod, Wf as SendStrategy, Wi as EntityExternalLinkPayloadFragment, Wl as OrganizationIpRestrictionFragment, Wm as ViewType, Wn as CustomViewHasSubscribersPayloadFragment, Wo as IntegrationRequestPayloadFragment, Wp as TriageResponsibilityAction, Wr as CycleFragment, Ws as IssueMentionNotificationWebhookPayloadFragment, Wt as AttachmentLinkUrlMutationVariables, Wu as ProjectMilestonesQueryVariables, X as AgentSessionCreateOnIssue, Xa as InitiativeNotificationSubscriptionFragment, Xc as LogoutMutationVariables, Xd as PushSubscriptionPayloadFragment, Xf as SlackChannelNameMappingFragment, Xi as ExternalEntityInfoJiraMetadataFragment, Xl as OrganizationUpdateInput, Xm as Viewer_TeamsQueryVariables, Xn as CustomView_IssuesQueryVariables, Xo as IntegrationTemplateCreateInput, Xp as TriageResponsibilityUpdateInput, Xr as CycleWebhookPayloadFragment, Xs as IssueRelationCreateInput, Xt as AttachmentsForUrlQueryVariables, Xu as ProjectRelationFragment, Y as AgentSessionCreateOnComment, Ya as InitiativeNotificationFragment, Yc as LogoutAllSessionsMutationVariables, Yd as PushSubscriptionFragment, Yf as SlackChannelConnectPayloadFragment, Yi as ExternalEntityInfoGithubMetadataFragment, Yl as OrganizationStartTrialPayloadFragment, Ym as Viewer_TeamMembershipsQueryVariables, Yn as CustomView_InitiativesQueryVariables, Yo as IntegrationTemplateConnectionFragment, Yp as TriageResponsibilityPayloadFragment, Yr as CycleUpdateInput, Ys as IssueRelationConnectionFragment, Yt as AttachmentWebhookPayloadFragment, Yu as ProjectRelationCreateInput, Z as AgentSessionEventWebhookPayloadFragment, Za as InitiativePayloadFragment, Zc as LogoutOtherSessionsMutationVariables, Zd as PushSubscriptionTestPayloadFragment, Zf as SlackChannelType, Zi as ExternalEntityInfoMetadata, Zl as Organization_IntegrationsQueryVariables, Zm as WebhookConnectionFragment, Zn as CustomView_ProjectsQueryVariables, Zo as IntegrationTemplateFragment, Zp as UpdateCommentMutationVariables, Zr as Cycle_IssuesQueryVariables, Zs as IssueRelationFragment, Zt as AttachmentsQueryVariables, Zu as ProjectRelationPayloadFragment, _ as EntityWebhookPayloadWithIssueData, _a as FileUploadMutationVariables, _c as IssueUnassignedFromYouNotificationWebhookPayloadFragment, _d as ProjectUpdateFragment, _f as RepositorySuggestionsPayloadFragment, _i as DocumentNotificationFragment, _l as NotificationSubscriptionPayloadFragment, _m as UserSettingsFlagsResetMutationVariables, _n as CommentUpdateInput, _o as InitiativeUpdateHealthType, _p as TeamUpdateInput, _r as CustomerNotificationFragment, _s as IssueFilterSuggestionPayloadFragment, _t as ArchiveResponseFragment, _u as ProjectConnectionFragment, a as AppUserNotificationWebhookPayloadWithNotification, aa as FacetFragment, ac as IssueSearchResultFragment, ad as ProjectStatusCountPayloadFragment, af as ReactionWebhookPayloadFragment, ah as WorkflowStateChildWebhookPayloadFragment, ai as DeleteOrganizationInput, al as NotificationChannelPreferencesFragment, am as UserChildWebhookPayloadFragment, an as AuthResolverResponseFragment, ao as InitiativeTab, ap as TeamCreateInput, ar as CustomerNeedConnectionFragment, as as IntercomSettingsInput, at as AgentSessionUpdateInput, au as PageInfoFragment, b as EntityWebhookPayloadWithProjectUpdateData, ba as GitAutomationStateConnectionFragment, bc as IssueVcsBranchSearch_AttachmentsQueryVariables, bd as ProjectUpdatePayloadFragment, bf as RoadmapCreateInput, bi as DocumentSearchResultFragment, bl as NotificationUpdateInput, bm as UserSettingsPayloadFragment, bn as Comment_ChildrenQueryVariables, bo as InitiativeUpdateReminderPayloadFragment, bp as Team_GitAutomationStatesQueryVariables, br as CustomerStatusChildWebhookPayloadFragment, bs as IssueHistoryConnectionFragment, bt as AttachmentConnectionFragment, bu as ProjectFragment, c as EntityWebhookPayloadWithAuditEntryData, ca as FavoriteCreateInput, cc as IssueStateSpanFragment, cd as ProjectStatusPayloadFragment, cf as ReleaseChannel, ch as WorkflowStateFragment, ci as DocumentArchivePayloadFragment, cl as NotificationDeliveryPreferencesDayFragment, cm as UserFlagType, cn as AuthenticationSessionType, co as InitiativeToProjectFragment, cp as TeamMembershipCreateInput, cr as CustomerNeedFragment, cs as IssueBatchCreateInput, ct as AgentSessionsQueryVariables, cu as PaginationSortOrder, d as EntityWebhookPayloadWithCustomerNeedData, da as FavoriteUpdateInput, dc as IssueSuggestionConnectionFragment, dd as ProjectStatusesQueryVariables, df as ReleasePipelinePayloadFragment, dh as WorkflowState_IssuesQueryVariables, di as DocumentContentChildWebhookPayloadFragment, dl as NotificationEntityInput, dm as UserNotificationSubscriptionFragment, dn as CommentConnectionFragment, do as InitiativeToProjectsQueryVariables, dp as TeamMembershipUpdateInput, dr as CustomerNeedQueryVariables, ds as IssueCommentMentionNotificationWebhookPayloadFragment, dt as AppUserNotificationWebhookPayloadFragment, du as PostNotificationFragment, ea as ExternalUserChildWebhookPayloadFragment, ec as IssueRelationType, ed as ProjectSearchPayloadFragment, ef as RateLimitPayloadFragment, eh as WebhookFragment, ei as DateResolutionType, el as NotificationArchivePayloadFragment, em as UploadFileFragment, en as AuditEntryFragment, eo as InitiativeRelationFragment, ep as SuccessPayloadFragment, er as CustomerConnectionFragment, es as IntegrationsQueryVariables, et as AgentSessionStatus, eu as Organization_TeamsQueryVariables, f as EntityWebhookPayloadWithCycleData, fa as Favorite_ChildrenQueryVariables, fc as IssueSuggestionFragment, fd as ProjectTab, ff as ReleasePipelineType, fh as WorkflowStatesQueryVariables, fi as DocumentContentFragment, fl as NotificationFragment, fm as UserPayloadFragment, fn as CommentCreateInput, fo as InitiativeUpdateArchivePayloadFragment, fp as TeamMembershipsQueryVariables, fr as CustomerNeedUpdateInput, fs as IssueCommentReactionNotificationWebhookPayloadFragment, ft as AppUserTeamAccessChangedWebhookPayloadFragment, fu as PostType, g as EntityWebhookPayloadWithInitiativeUpdateData, ga as FileUploadDeletePayloadFragment, gc as IssueTitleSuggestionFromCustomerRequestPayloadFragment, gd as ProjectUpdateCreateInput, gf as RepositorySuggestionFragment, gi as DocumentFragment, gl as NotificationSubscriptionFragment, gm as UserSettingsFlagPayloadFragment, gn as CommentResolveMutationVariables, go as InitiativeUpdateFragment, gp as TeamRoleType, gr as CustomerNeedsQueryVariables, gs as IssueFigmaFileKeySearchQueryVariables, gt as ArchiveProjectMutationVariables, gu as ProjectChildWebhookPayloadFragment, h as EntityWebhookPayloadWithInitiativeData, ha as FetchDataPayloadFragment, hc as IssueSuggestionType, hd as ProjectUpdateConnectionFragment, hf as ReleaseStageType, hi as DocumentCreateInput, hl as NotificationSubscriptionCreateInput, hm as UserSettingsCustomThemeFragment, hn as CommentQueryVariables, ho as InitiativeUpdateCreateInput, hp as TeamPayloadFragment, hr as CustomerNeed_ProjectAttachmentQueryVariables, hs as IssueEmojiReactionNotificationWebhookPayloadFragment, ht as ArchivePayloadFragment, hu as ProjectAttachmentFragment, ia as FacetConnectionFragment, ic as IssueSearchQueryVariables, id as ProjectStatusConnectionFragment, if as ReactionPayloadFragment, ih as WorkflowStateArchivePayloadFragment, ii as DeleteIssueMutationVariables, il as NotificationChannel, im as UserAdminPayloadFragment, in as AuthOrganizationFragment, io as InitiativeStatus, ip as TeamConnectionFragment, ir as CustomerNeedChildWebhookPayloadFragment, is as IntegrationsSettingsUpdateInput, it as AgentSessionUpdateExternalUrlInput, iu as OtherNotificationWebhookPayloadFragment, j as ActorBotFragment, ja as GitHubEnterpriseServerInstallVerificationPayloadFragment, jc as IssueVcsBranchSearch_SubscribersQueryVariables, jd as Project_HistoryQueryVariables, jf as RoadmapsQueryVariables, ji as EmailIntakeAddressUpdateInput, jl as OrganizationDeletePayloadFragment, jm as User_AssignedIssuesQueryVariables, jn as CreateInitiativeUpdateReminderMutationVariables, jo as Initiative_SubInitiativesQueryVariables, jp as TemplateCreateInput, jr as CustomerTierFragment, js as IssueImportPayloadFragment, jt as AttachmentIssue_LabelsQueryVariables, ju as ProjectLabel_ProjectsQueryVariables, ka as GitAutomationTargetBranchUpdateInput, kc as IssueVcsBranchSearch_NeedsQueryVariables, kd as Project_DocumentsQueryVariables, kf as RoadmapUpdateInput, ki as EmailIntakeAddressPayloadFragment, kl as OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment, km as UserUpdateInput, kn as CreateCsvExportReportMutationVariables, ko as Initiative_LinksQueryVariables, kp as TeamsQueryVariables, kr as CustomerTierConnectionFragment, ks as IssueImportFragment, kt as AttachmentIssue_HistoryQueryVariables, ku as ProjectLabelWebhookPayloadFragment, l as EntityWebhookPayloadWithCommentData, la as FavoriteFragment, lc as IssueStatusChangedNotificationWebhookPayloadFragment, ld as ProjectStatusType, lf as ReleasePayloadFragment, lh as WorkflowStatePayloadFragment, li as DocumentChildWebhookPayloadFragment, ll as NotificationDeliveryPreferencesFragment, lm as UserFlagUpdateOperation, ln as BaseWebhookPayloadFragment, lo as InitiativeToProjectPayloadFragment, lp as TeamMembershipFragment, lr as CustomerNeedNotificationFragment, ls as IssueBatchPayloadFragment, lt as AiPromptRulesFragment, lu as PaidSubscriptionFragment, m as EntityWebhookPayloadWithEntityData, ma as FeedSummarySchedule, mc as IssueSuggestionState, md as ProjectUpdateChildWebhookPayloadFragment, mf as ReleaseStagePayloadFragment, mi as DocumentContentHistoryTypeFragment, ml as NotificationSubscriptionConnectionFragment, mm as UserSettingsCustomSidebarThemeFragment, mn as CommentPayloadFragment, mo as InitiativeUpdateConnectionFragment, mp as TeamOriginWebhookPayloadFragment, mr as CustomerNeedWebhookPayloadFragment, ms as IssueCreateInput, mt as ArchiveIssueMutationVariables, mu as ProjectArchivePayloadFragment, na as ExternalUserFragment, nc as IssueRelationsQueryVariables, nd as ProjectStatusArchivePayloadFragment, nf as ReactionCreateInput, nh as WebhookUpdateInput, ni as DeleteCustomerNeedMutationVariables, nl as NotificationCategory, nm as UploadPayloadFragment, nn as AuditEntryWebhookPayloadFragment, no as InitiativeRelationUpdateInput, np as TeamArchivePayloadFragment, nr as CustomerFragment, ns as IntegrationsSettingsFragment, nt as AgentSessionToPullRequestFragment, nu as Organization_UsersQueryVariables, oa as FacetPageSource, oc as IssueSlaWebhookPayloadFragment, od as ProjectStatusCreateInput, of as RefreshGoogleSheetsDataMutationVariables, oh as WorkflowStateConnectionFragment, oi as DeletePayloadFragment, ol as NotificationConnectionFragment, om as UserConnectionFragment, on as AuthUserFragment, oo as InitiativeToProjectConnectionFragment, op as TeamFragment, or as CustomerNeedCreateFromAttachmentInput, os as IssueArchivePayloadFragment, ot as AgentSessionWebhookPayloadFragment, ou as PaginationNulls, p as EntityWebhookPayloadWithDocumentData, pa as FavoritesQueryVariables, pc as IssueSuggestionMetadataFragment, pd as ProjectUpdateArchivePayloadFragment, pf as ReleaseStageArchivePayloadFragment, ph as _generated_documents_d_exports, pi as DocumentContentHistoryPayloadFragment, pl as NotificationPayloadFragment, pm as UserRoleType, pn as CommentFragment, po as InitiativeUpdateChildWebhookPayloadFragment, pp as TeamNotificationSubscriptionFragment, pr as CustomerNeedUpdatePayloadFragment, ps as IssueConnectionFragment, pt as ApplicationFragment, pu as ProductIntelligenceScope, q as AgentActivityWebhookPayloadFragment, qa as InitiativeHistoryConnectionFragment, qc as JoinOrganizationInput, qd as PullRequestStatus, qf as SlaStatus, qi as EntityWebhookPayloadFragment, ql as OrganizationPayloadFragment, qm as Viewer_DelegatedIssuesQueryVariables, qn as CustomViewSuggestionPayloadFragment, qo as IntegrationSlackPostMutationVariables, qp as TriageResponsibilityFragment, qr as CyclePeriod, qs as IssuePayloadFragment, qt as AttachmentSourcesPayloadFragment, qu as ProjectPayloadFragment, r as LinearWebhookClient, ra as ExternalUsersQueryVariables, rc as IssueSearchPayloadFragment, rd as ProjectStatusChildWebhookPayloadFragment, rf as ReactionFragment, rh as WebhooksQueryVariables, ri as DeleteIntegrationMutationVariables, rl as NotificationCategoryPreferencesFragment, rm as UserActorWebhookPayloadFragment, rn as AuthIdentityProviderFragment, ro as InitiativeRelationsQueryVariables, rp as TeamChildWebhookPayloadFragment, rr as CustomerNeedArchivePayloadFragment, rs as IntegrationsSettingsPayloadFragment, rt as AgentSessionType, ru as OtherNotificationType, s as EntityWebhookPayloadWithAttachmentData, sa as FavoriteConnectionFragment, sc as IssueStateSpanConnectionFragment, sd as ProjectStatusFragment, sf as ReleaseArchivePayloadFragment, sh as WorkflowStateCreateInput, si as DeleteTeamMembershipMutationVariables, sl as NotificationDeliveryPreferencesChannelFragment, sm as UserContextViewType, sn as AuthenticationSessionResponseFragment, so as InitiativeToProjectCreateInput, sp as TeamMembershipConnectionFragment, sr as CustomerNeedCreateInput, ss as IssueAssignedToYouNotificationWebhookPayloadFragment, st as AgentSession_ActivitiesQueryVariables, su as PaginationOrderBy, ta as ExternalUserConnectionFragment, tc as IssueRelationUpdateInput, td as ProjectSearchResultFragment, tf as RateLimitResultPayloadFragment, th as WebhookPayloadFragment, ti as Day, tl as NotificationBatchActionPayloadFragment, tm as UploadFileHeaderFragment, tn as AuditEntryTypeFragment, to as InitiativeRelationPayloadFragment, tp as SyncedExternalThreadFragment, tr as CustomerCreateInput, ts as IntegrationsSettingsCreateInput, tt as AgentSessionToPullRequestConnectionFragment, tu as Organization_TemplatesQueryVariables, u as EntityWebhookPayloadWithCustomerData, ua as FavoritePayloadFragment, uc as IssueSubscribeMutationVariables, ud as ProjectStatusUpdateInput, uf as ReleasePipelineArchivePayloadFragment, uh as WorkflowStateUpdateInput, ui as DocumentConnectionFragment, ul as NotificationDeliveryPreferencesScheduleFragment, um as UserFragment, un as CommentChildWebhookPayloadFragment, uo as InitiativeToProjectUpdateInput, up as TeamMembershipPayloadFragment, ur as CustomerNeedPayloadFragment, us as IssueChildWebhookPayloadFragment, ut as AirbyteConfigurationInput, uu as PasskeyLoginStartResponseFragment, v as EntityWebhookPayloadWithIssueLabelData, va as FrequencyResolutionType, vc as IssueUnsubscribeMutationVariables, vd as ProjectUpdateHealthType, vf as RoadmapArchivePayloadFragment, vi as DocumentPayloadFragment, vl as NotificationSubscriptionUpdateInput, vm as UserSettingsFlagsResetPayloadFragment, vn as CommentWebhookPayloadFragment, vo as InitiativeUpdateInput, vp as TeamWithParentWebhookPayloadFragment, vr as CustomerNotificationSubscriptionFragment, vs as IssueFilterSuggestionQueryVariables, vt as AsksChannelConnectPayloadFragment, vu as ProjectCreateInput, wa as GitAutomationStateUpdateInput, wc as IssueVcsBranchSearch_FormerAttachmentsQueryVariables, wd as ProjectUpdateWebhookPayloadFragment, wf as RoadmapToProjectCreateInput, wi as DocumentsQueryVariables, wl as OAuthClientApprovalStatus, wm as UserSettingsThemePreset, wn as Comment_ExternalThreadQueryVariables, wo as InitiativeUpdatesQueryVariables, wp as Team_MembershipsQueryVariables, wr as CustomerStatusPayloadFragment, ws as IssueImportCreateClubhouseMutationVariables, wt as AttachmentIssue_ChildrenQueryVariables, wu as ProjectLabelConnectionFragment, x as EntityWebhookPayloadWithReactionData, xa as GitAutomationStateCreateInput, xc as IssueVcsBranchSearch_ChildrenQueryVariables, xd as ProjectUpdateReminderFrequency, xf as RoadmapFragment, xi as DocumentUpdateInput, xl as NotificationsQueryVariables, xm as UserSettingsThemeDeviceType, xn as Comment_CreatedIssuesQueryVariables, xo as InitiativeUpdateUpdateInput, xp as Team_IssuesQueryVariables, xr as CustomerStatusConnectionFragment, xs as IssueHistoryFragment, xt as AttachmentCreateInput, xu as ProjectHistoryConnectionFragment, y as EntityWebhookPayloadWithProjectData, ya as FrontAttachmentPayloadFragment, yc as IssueUpdateInput, yd as ProjectUpdateInput, yf as RoadmapConnectionFragment, yi as DocumentSearchPayloadFragment, yl as NotificationSubscriptionsQueryVariables, ym as UserSettingsFragment, yn as Comment_BotActorQueryVariables, yo as InitiativeUpdatePayloadFragment, yp as Team_CyclesQueryVariables, yr as CustomerPayloadFragment, ys as IssueFragment, yt as AsksWebFormsAuthResponseFragment, yu as ProjectFilterSuggestionPayloadFragment, z as AgentActivityErrorContentFragment, za as IdentityProviderType, zc as Issue_FormerNeedsQueryVariables, zd as Project_ProjectMilestonesQueryVariables, zf as SearchProjects_ArchivePayloadQueryVariables, zi as EmojiPayloadFragment, zl as OrganizationInviteFullDetailsPayloadFragment, zm as ViewPreferencesFragment, zn as CreateTeamMutationVariables, zo as IntegrationHasScopesPayloadFragment, zp as TimeSchedulePayloadFragment, zr as CustomersQueryVariables, zs as IssueLabelUpdateInput, zt as AttachmentLinkGitLabMrMutationVariables, zu as ProjectMilestoneMoveProjectTeamsFragment } from "./index-BRQsFerc.cjs";
1
+ import { $ as AgentSessionPayloadFragment, $a as InitiativeRelationCreateInput, $c as NodeFragment, $d as PushSubscriptionType, $f as SsoUrlFromEmailResponseFragment, $i as ExternalSyncService, $l as Organization_ProjectLabelsQueryVariables, $m as WebhookFailureEventFragment, $n as CustomerChildWebhookPayloadFragment, $o as IntegrationTemplatesQueryVariables, $p as UpdateTeamMutationVariables, $r as CyclesQueryVariables, $s as IssueRelationPayloadFragment, $t as AuditEntryConnectionFragment, $u as ProjectRelationsQueryVariables, Aa as GitHubCommitIntegrationPayloadFragment, Ac as IssueVcsBranchSearch_RelationsQueryVariables, Ad as Project_ExternalLinksQueryVariables, Af as Roadmap_ProjectsQueryVariables, Ai as EmailIntakeAddressType, Al as OrganizationCancelDeletePayloadFragment, Am as UserWebhookPayloadFragment, An as CreateCsvExportReportPayloadFragment, Ao as Initiative_ProjectsQueryVariables, Ap as TemplateConnectionFragment, Ar as CustomerTierCreateInput, As as IssueImportJqlCheckPayloadFragment, At as AttachmentIssue_InverseRelationsQueryVariables, Au as ProjectLabel_ChildrenQueryVariables, B as AgentActivityFragment, Ba as ImageUploadFromUrlPayloadFragment, Bc as Issue_HistoryQueryVariables, Bd as Project_ProjectUpdatesQueryVariables, Bf as SemanticSearchPayloadFragment, Bi as EmojisQueryVariables, Bl as OrganizationInvitePayloadFragment, Bm as ViewPreferencesPayloadFragment, Bn as CustomResourceWebhookPayloadFragment, Bo as IntegrationIntercomMutationVariables, Bp as TimeScheduleUpdateInput, Br as CycleArchivePayloadFragment, Bs as IssueLabelWebhookPayloadFragment, Bt as AttachmentLinkIntercomMutationVariables, Bu as ProjectMilestonePayloadFragment, C as EntityWebhookPayloadWithUserData, Ca as GitAutomationStatePayloadFragment, Cc as IssueVcsBranchSearch_DocumentsQueryVariables, Cd as ProjectUpdateUpdateInput, Cf as RoadmapToProjectConnectionFragment, Ci as Document_CommentsQueryVariables, Cl as OAuthAuthorizationWebhookPayloadFragment, Cm as UserSettingsThemeMode, Cn as Comment_DocumentContent_AiPromptRulesQueryVariables, Co as InitiativeUpdate_CommentsQueryVariables, Cp as Team_MembersQueryVariables, Cr as CustomerStatusFragment, Cs as IssueImportCreateAsanaMutationVariables, Ct as AttachmentIssue_AttachmentsQueryVariables, Cu as ProjectLabelChildWebhookPayloadFragment, Da as GitAutomationTargetBranchFragment, Dc as IssueVcsBranchSearch_InverseRelationsQueryVariables, Dd as ProjectWebhookPayloadFragment, Df as RoadmapToProjectUpdateInput, Di as EmailIntakeAddressCreateInput, Dl as OauthClientApprovalNotificationFragment, Dm as UserSettings_Theme_CustomQueryVariables, Dn as ContactPayloadFragment, Do as Initiative_HistoryQueryVariables, Dp as Team_TemplatesQueryVariables, Dr as CustomerStatusesQueryVariables, Ds as IssueImportCreateJiraMutationVariables, Dt as AttachmentIssue_FormerAttachmentsQueryVariables, Du as ProjectLabelPayloadFragment, Ea as GitAutomationTargetBranchCreateInput, Ec as IssueVcsBranchSearch_HistoryQueryVariables, Ed as ProjectUpdatesQueryVariables, Ef as RoadmapToProjectPayloadFragment, Ei as DraftFragment, El as OauthClientApprovalFragment, Em as UserSettings_ThemeQueryVariables, En as ContactCreateInput, Eo as Initiative_DocumentsQueryVariables, Ep as Team_StatesQueryVariables, Er as CustomerStatusUpdateInput, Es as IssueImportCreateGithubMutationVariables, Et as AttachmentIssue_DocumentsQueryVariables, Eu as ProjectLabelFragment, F as AgentActivityConnectionFragment, Fa as GithubOrgType, Fc as Issue_ChildrenQueryVariables, Fd as Project_IssuesQueryVariables, Ff as SearchDocuments_ArchivePayloadQueryVariables, Fi as EmailUserAccountAuthChallengeResponseFragment, Fl as OrganizationFragment, Fm as User_TeamMembershipsQueryVariables, Fn as CreateOrganizationFromOnboardingMutationVariables, Fo as IntegrationConnectionFragment, Fp as TimeScheduleConnectionFragment, Fr as CustomerUpdateInput, Fs as IssueLabelConnectionFragment, Ft as AttachmentLinkDiscordMutationVariables, Fu as ProjectMilestoneCreateInput, G as AgentActivityThoughtContentFragment, Ga as InitiativeCreateInput, Gc as Issue_SubscribersQueryVariables, Gd as PullRequestNotificationFragment, Gf as SesDomainIdentityDnsRecordFragment, Gi as EntityExternalLinkUpdateInput, Gl as OrganizationMetaFragment, Gm as Viewer_AssignedIssuesQueryVariables, Gn as CustomViewNotificationSubscriptionFragment, Go as IntegrationService, Gp as TriageResponsibilityConnectionFragment, Gr as CycleNotificationSubscriptionFragment, Gs as IssueNewCommentNotificationWebhookPayloadFragment, Gt as AttachmentLinkZendeskMutationVariables, Gu as ProjectNotificationFragment, H as AgentActivityPromptContentFragment, Ha as InitiativeArchivePayloadFragment, Hc as Issue_LabelsQueryVariables, Hd as Project_TeamsQueryVariables, Hf as SemanticSearchResultFragment, Hi as EntityExternalLinkCreateInput, Hl as OrganizationInviteUpdateInput, Hm as ViewPreferencesUpdateInput, Hn as CustomViewCreateInput, Ho as IntegrationPayloadFragment, Hp as TokenUserAccountAuthInput, Hr as CycleConnectionFragment, Hs as IssueLabel_IssuesQueryVariables, Ht as AttachmentLinkSalesforceMutationVariables, Hu as ProjectMilestoneUpdateInput, I as AgentActivityContent, Ia as GoogleUserAccountAuthInput, Ic as Issue_CommentsQueryVariables, Id as Project_LabelsQueryVariables, If as SearchIssuesQueryVariables, Ii as EmojiConnectionFragment, Il as OrganizationInviteConnectionFragment, Im as User_TeamsQueryVariables, In as CreateOrganizationInput, Io as IntegrationFragment, Ip as TimeScheduleCreateInput, Ir as CustomerUpsertInput, Is as IssueLabelCreateInput, It as AttachmentLinkFrontMutationVariables, Iu as ProjectMilestoneFragment, J as AgentSessionConnectionFragment, Ja as InitiativeHistoryFragment, Jc as LabelNotificationSubscriptionFragment, Jd as PushSubscriptionCreateInput, Jf as SlackAsksTeamSettingsFragment, Ji as ExternalEntityInfoFragment, Jl as OrganizationStartTrialInput, Jm as Viewer_DraftsQueryVariables, Jn as CustomViewUpdateInput, Jo as IntegrationSlackWorkspaceNamePayloadFragment, Jp as TriageResponsibilityManualSelectionFragment, Jr as CycleShiftAllInput, Js as IssuePriorityValueFragment, Jt as AttachmentUpdateInput, Ju as ProjectRelationConnectionFragment, K as AgentActivityType, Ka as InitiativeFragment, Kc as IssuesQueryVariables, Kd as PullRequestReviewTool, Kf as SesDomainIdentityFragment, Ki as EntityFragment, Kl as OrganizationOriginWebhookPayloadFragment, Km as Viewer_CreatedIssuesQueryVariables, Kn as CustomViewPayloadFragment, Ko as IntegrationSlackMutationVariables, Kp as TriageResponsibilityCreateInput, Kr as CyclePayloadFragment, Ks as IssueNotificationFragment, Kt as AttachmentPayloadFragment, Ku as ProjectNotificationSubscriptionFragment, L as AgentActivityCreateInput, La as GuidanceRuleWebhookPayloadFragment, Lc as Issue_DocumentsQueryVariables, Ld as Project_MembersQueryVariables, Lf as SearchIssues_ArchivePayloadQueryVariables, Li as EmojiCreateInput, Ll as OrganizationInviteCreateInput, Lm as UsersQueryVariables, Ln as CreateProjectMutationVariables, Lo as IntegrationGitHubPersonalMutationVariables, Lp as TimeScheduleEntryFragment, Lr as CustomerVisibilityMode, Ls as IssueLabelFragment, Lt as AttachmentLinkGitHubIssueMutationVariables, Lu as ProjectMilestoneMoveIssueToTeamFragment, M as AdministrableTeamsQueryVariables, Ma as GitHubEnterpriseServerPayloadFragment, Mc as IssueWebhookPayloadFragment, Md as Project_InitiativeToProjectsQueryVariables, Mf as SLADayCountType, Mi as EmailUnsubscribeInput, Ml as OrganizationDomainAuthType, Mm as User_CreatedIssuesQueryVariables, Mn as CreateIssueLabelMutationVariables, Mo as InitiativesQueryVariables, Mp as TemplateFragment, Mr as CustomerTierPayloadFragment, Ms as IssueImportSyncCheckPayloadFragment, Mt as AttachmentIssue_NeedsQueryVariables, Mu as ProjectLabelsQueryVariables, N as AgentActivitiesQueryVariables, Na as GitLabIntegrationCreatePayloadFragment, Nc as IssueWithDescriptionChildWebhookPayloadFragment, Nd as Project_InitiativesQueryVariables, Nf as Scalars, Ni as EmailUnsubscribePayloadFragment, Nl as OrganizationDomainFragment, Nm as User_DelegatedIssuesQueryVariables, Nn as CreateIssueRelationMutationVariables, No as IntegrationActorWebhookPayloadFragment, Np as TemplatePayloadFragment, Nr as CustomerTierUpdateInput, Ns as IssueImportUpdateInput, Nt as AttachmentIssue_RelationsQueryVariables, Nu as ProjectMilestoneChildWebhookPayloadFragment, Oa as GitAutomationTargetBranchPayloadFragment, Oc as IssueVcsBranchSearch_LabelsQueryVariables, Od as Project_CommentsQueryVariables, Of as RoadmapToProjectsQueryVariables, Oi as EmailIntakeAddressFragment, Ol as OauthClientChildWebhookPayloadFragment, Om as UserSettings_Theme_Custom_SidebarQueryVariables, On as ContextViewType, Oo as Initiative_InitiativeUpdatesQueryVariables, Op as Team_WebhooksQueryVariables, Or as CustomerTierChildWebhookPayloadFragment, Os as IssueImportDeletePayloadFragment, Ot as AttachmentIssue_FormerNeedsQueryVariables, Ou as ProjectLabelUpdateInput, P as AgentActivityActionContentFragment, Pa as GitLinkKind, Pc as Issue_AttachmentsQueryVariables, Pd as Project_InverseRelationsQueryVariables, Pf as SearchDocumentsQueryVariables, Pi as EmailUserAccountAuthChallengeInput, Pl as OrganizationExistsPayloadFragment, Pm as User_DraftsQueryVariables, Pn as CreateOrJoinOrganizationResponseFragment, Po as IntegrationChildWebhookPayloadFragment, Pp as TemplateUpdateInput, Pr as CustomerTiersQueryVariables, Ps as IssueLabelChildWebhookPayloadFragment, Pt as AttachmentIssue_SubscribersQueryVariables, Pu as ProjectMilestoneConnectionFragment, Q as AgentSessionFragment, Qa as InitiativeRelationConnectionFragment, Qc as LogoutResponseFragment, Qd as PushSubscriptionTestQueryVariables, Qf as SsoUrlFromEmailQueryVariables, Qi as ExternalEntitySlackMetadataFragment, Ql as Organization_LabelsQueryVariables, Qm as WebhookCreateInput, Qn as CustomViewsQueryVariables, Qo as IntegrationTemplatePayloadFragment, Qp as UpdateIssueLabelMutationVariables, Qr as Cycle_UncompletedIssuesUponCloseQueryVariables, Qs as IssueRelationHistoryPayloadFragment, Qt as AuditEntriesQueryVariables, Qu as ProjectRelationUpdateInput, R as AgentActivityElicitationContentFragment, Ra as IdentityProviderFragment, Rc as Issue_FormerAttachmentsQueryVariables, Rd as Project_NeedsQueryVariables, Rf as SearchProjectsQueryVariables, Ri as EmojiFragment, Rl as OrganizationInviteFragment, Rm as ViewPreferencesCreateInput, Rn as CreateProjectUpdateReminderMutationVariables, Ro as IntegrationGithubConnectMutationVariables, Rp as TimeScheduleFragment, Rr as CustomerWebhookPayloadFragment, Rs as IssueLabelPayloadFragment, Rt as AttachmentLinkGitHubPrMutationVariables, Ru as ProjectMilestoneMovePayloadFragment, S as EntityWebhookPayloadWithUnknownEntityData, Sa as GitAutomationStateFragment, Sc as IssueVcsBranchSearch_CommentsQueryVariables, Sd as ProjectUpdateReminderPayloadFragment, Sf as RoadmapPayloadFragment, Si as DocumentWebhookPayloadFragment, Sl as OAuthAppWebhookPayloadFragment, Sm as UserSettingsThemeFragment, Sn as Comment_DocumentContentQueryVariables, So as InitiativeUpdateWebhookPayloadFragment, Sp as Team_LabelsQueryVariables, Sr as CustomerStatusCreateInput, Ss as IssueImportCheckPayloadFragment, St as AttachmentFragment, Su as ProjectHistoryFragment, Ta as GitAutomationStates, Tc as IssueVcsBranchSearch_FormerNeedsQueryVariables, Td as ProjectUpdate_CommentsQueryVariables, Tf as RoadmapToProjectFragment, Ti as DraftConnectionFragment, Tl as OauthClientActorWebhookPayloadFragment, Tm as UserSettingsUpdateInput, Tn as CommentsQueryVariables, To as InitiativeWebhookPayloadFragment, Tp as Team_ProjectsQueryVariables, Tr as CustomerStatusType, Ts as IssueImportCreateCsvJiraMutationVariables, Tt as AttachmentIssue_CommentsQueryVariables, Tu as ProjectLabelCreateInput, U as AgentActivityResponseContentFragment, Ua as InitiativeChildWebhookPayloadFragment, Uc as Issue_NeedsQueryVariables, Ud as ProjectsQueryVariables, Uf as SemanticSearchResultType, Ui as EntityExternalLinkFragment, Ul as OrganizationInvitesQueryVariables, Um as ViewPreferencesValuesFragment, Un as CustomViewFragment, Uo as IntegrationRequestInput, Up as TriageResponsibilitiesQueryVariables, Ur as CycleCreateInput, Us as IssueLabelsQueryVariables, Ut as AttachmentLinkSlackMutationVariables, Uu as ProjectMilestone_IssuesQueryVariables, V as AgentActivityPayloadFragment, Va as ImportFileUploadMutationVariables, Vc as Issue_InverseRelationsQueryVariables, Vd as Project_RelationsQueryVariables, Vf as SemanticSearchQueryVariables, Vi as EntityExternalLinkConnectionFragment, Vl as OrganizationInviteStatus, Vm as ViewPreferencesType, Vn as CustomViewConnectionFragment, Vo as IntegrationJiraPersonalMutationVariables, Vp as TimeSchedulesQueryVariables, Vr as CycleChildWebhookPayloadFragment, Vs as IssueLabel_ChildrenQueryVariables, Vt as AttachmentLinkJiraIssueMutationVariables, Vu as ProjectMilestoneStatus, W as AgentActivitySignal, Wa as InitiativeConnectionFragment, Wc as Issue_RelationsQueryVariables, Wd as PullRequestMergeMethod, Wf as SendStrategy, Wi as EntityExternalLinkPayloadFragment, Wl as OrganizationIpRestrictionFragment, Wm as ViewType, Wn as CustomViewHasSubscribersPayloadFragment, Wo as IntegrationRequestPayloadFragment, Wp as TriageResponsibilityAction, Wr as CycleFragment, Ws as IssueMentionNotificationWebhookPayloadFragment, Wt as AttachmentLinkUrlMutationVariables, Wu as ProjectMilestonesQueryVariables, X as AgentSessionCreateOnIssue, Xa as InitiativeNotificationSubscriptionFragment, Xc as LogoutMutationVariables, Xd as PushSubscriptionPayloadFragment, Xf as SlackChannelNameMappingFragment, Xi as ExternalEntityInfoJiraMetadataFragment, Xl as OrganizationUpdateInput, Xm as Viewer_TeamsQueryVariables, Xn as CustomView_IssuesQueryVariables, Xo as IntegrationTemplateCreateInput, Xp as TriageResponsibilityUpdateInput, Xr as CycleWebhookPayloadFragment, Xs as IssueRelationCreateInput, Xt as AttachmentsForUrlQueryVariables, Xu as ProjectRelationFragment, Y as AgentSessionCreateOnComment, Ya as InitiativeNotificationFragment, Yc as LogoutAllSessionsMutationVariables, Yd as PushSubscriptionFragment, Yf as SlackChannelConnectPayloadFragment, Yi as ExternalEntityInfoGithubMetadataFragment, Yl as OrganizationStartTrialPayloadFragment, Ym as Viewer_TeamMembershipsQueryVariables, Yn as CustomView_InitiativesQueryVariables, Yo as IntegrationTemplateConnectionFragment, Yp as TriageResponsibilityPayloadFragment, Yr as CycleUpdateInput, Ys as IssueRelationConnectionFragment, Yt as AttachmentWebhookPayloadFragment, Yu as ProjectRelationCreateInput, Z as AgentSessionEventWebhookPayloadFragment, Za as InitiativePayloadFragment, Zc as LogoutOtherSessionsMutationVariables, Zd as PushSubscriptionTestPayloadFragment, Zf as SlackChannelType, Zi as ExternalEntityInfoMetadata, Zl as Organization_IntegrationsQueryVariables, Zm as WebhookConnectionFragment, Zn as CustomView_ProjectsQueryVariables, Zo as IntegrationTemplateFragment, Zp as UpdateCommentMutationVariables, Zr as Cycle_IssuesQueryVariables, Zs as IssueRelationFragment, Zt as AttachmentsQueryVariables, Zu as ProjectRelationPayloadFragment, _ as EntityWebhookPayloadWithIssueData, _a as FileUploadMutationVariables, _c as IssueUnassignedFromYouNotificationWebhookPayloadFragment, _d as ProjectUpdateFragment, _f as RepositorySuggestionsPayloadFragment, _i as DocumentNotificationFragment, _l as NotificationSubscriptionPayloadFragment, _m as UserSettingsFlagsResetMutationVariables, _n as CommentUpdateInput, _o as InitiativeUpdateHealthType, _p as TeamUpdateInput, _r as CustomerNotificationFragment, _s as IssueFilterSuggestionPayloadFragment, _t as ArchiveResponseFragment, _u as ProjectConnectionFragment, a as AppUserNotificationWebhookPayloadWithNotification, aa as FacetFragment, ac as IssueSearchResultFragment, ad as ProjectStatusCountPayloadFragment, af as ReactionWebhookPayloadFragment, ah as WorkflowStateChildWebhookPayloadFragment, ai as DeleteOrganizationInput, al as NotificationChannelPreferencesFragment, am as UserChildWebhookPayloadFragment, an as AuthResolverResponseFragment, ao as InitiativeTab, ap as TeamCreateInput, ar as CustomerNeedConnectionFragment, as as IntercomSettingsInput, at as AgentSessionUpdateInput, au as PageInfoFragment, b as EntityWebhookPayloadWithProjectUpdateData, ba as GitAutomationStateConnectionFragment, bc as IssueVcsBranchSearch_AttachmentsQueryVariables, bd as ProjectUpdatePayloadFragment, bf as RoadmapCreateInput, bi as DocumentSearchResultFragment, bl as NotificationUpdateInput, bm as UserSettingsPayloadFragment, bn as Comment_ChildrenQueryVariables, bo as InitiativeUpdateReminderPayloadFragment, bp as Team_GitAutomationStatesQueryVariables, br as CustomerStatusChildWebhookPayloadFragment, bs as IssueHistoryConnectionFragment, bt as AttachmentConnectionFragment, bu as ProjectFragment, c as EntityWebhookPayloadWithAuditEntryData, ca as FavoriteCreateInput, cc as IssueStateSpanFragment, cd as ProjectStatusPayloadFragment, cf as ReleaseChannel, ch as WorkflowStateFragment, ci as DocumentArchivePayloadFragment, cl as NotificationDeliveryPreferencesDayFragment, cm as UserFlagType, cn as AuthenticationSessionType, co as InitiativeToProjectFragment, cp as TeamMembershipCreateInput, cr as CustomerNeedFragment, cs as IssueBatchCreateInput, ct as AgentSessionsQueryVariables, cu as PaginationSortOrder, d as EntityWebhookPayloadWithCustomerNeedData, da as FavoriteUpdateInput, dc as IssueSuggestionConnectionFragment, dd as ProjectStatusesQueryVariables, df as ReleasePipelinePayloadFragment, dh as WorkflowState_IssuesQueryVariables, di as DocumentContentChildWebhookPayloadFragment, dl as NotificationEntityInput, dm as UserNotificationSubscriptionFragment, dn as CommentConnectionFragment, do as InitiativeToProjectsQueryVariables, dp as TeamMembershipUpdateInput, dr as CustomerNeedQueryVariables, ds as IssueCommentMentionNotificationWebhookPayloadFragment, dt as AppUserNotificationWebhookPayloadFragment, du as PostNotificationFragment, ea as ExternalUserChildWebhookPayloadFragment, ec as IssueRelationType, ed as ProjectSearchPayloadFragment, ef as RateLimitPayloadFragment, eh as WebhookFragment, ei as DateResolutionType, el as NotificationArchivePayloadFragment, em as UploadFileFragment, en as AuditEntryFragment, eo as InitiativeRelationFragment, ep as SuccessPayloadFragment, er as CustomerConnectionFragment, es as IntegrationsQueryVariables, et as AgentSessionStatus, eu as Organization_TeamsQueryVariables, f as EntityWebhookPayloadWithCycleData, fa as Favorite_ChildrenQueryVariables, fc as IssueSuggestionFragment, fd as ProjectTab, ff as ReleasePipelineType, fh as WorkflowStatesQueryVariables, fi as DocumentContentFragment, fl as NotificationFragment, fm as UserPayloadFragment, fn as CommentCreateInput, fo as InitiativeUpdateArchivePayloadFragment, fp as TeamMembershipsQueryVariables, fr as CustomerNeedUpdateInput, fs as IssueCommentReactionNotificationWebhookPayloadFragment, ft as AppUserTeamAccessChangedWebhookPayloadFragment, fu as PostType, g as EntityWebhookPayloadWithInitiativeUpdateData, ga as FileUploadDeletePayloadFragment, gc as IssueTitleSuggestionFromCustomerRequestPayloadFragment, gd as ProjectUpdateCreateInput, gf as RepositorySuggestionFragment, gi as DocumentFragment, gl as NotificationSubscriptionFragment, gm as UserSettingsFlagPayloadFragment, gn as CommentResolveMutationVariables, go as InitiativeUpdateFragment, gp as TeamRoleType, gr as CustomerNeedsQueryVariables, gs as IssueFigmaFileKeySearchQueryVariables, gt as ArchiveProjectMutationVariables, gu as ProjectChildWebhookPayloadFragment, h as EntityWebhookPayloadWithInitiativeData, ha as FetchDataPayloadFragment, hc as IssueSuggestionType, hd as ProjectUpdateConnectionFragment, hf as ReleaseStageType, hi as DocumentCreateInput, hl as NotificationSubscriptionCreateInput, hm as UserSettingsCustomThemeFragment, hn as CommentQueryVariables, ho as InitiativeUpdateCreateInput, hp as TeamPayloadFragment, hr as CustomerNeed_ProjectAttachmentQueryVariables, hs as IssueEmojiReactionNotificationWebhookPayloadFragment, ht as ArchivePayloadFragment, hu as ProjectAttachmentFragment, ia as FacetConnectionFragment, ic as IssueSearchQueryVariables, id as ProjectStatusConnectionFragment, if as ReactionPayloadFragment, ih as WorkflowStateArchivePayloadFragment, ii as DeleteIssueMutationVariables, il as NotificationChannel, im as UserAdminPayloadFragment, in as AuthOrganizationFragment, io as InitiativeStatus, ip as TeamConnectionFragment, ir as CustomerNeedChildWebhookPayloadFragment, is as IntegrationsSettingsUpdateInput, it as AgentSessionUpdateExternalUrlInput, iu as OtherNotificationWebhookPayloadFragment, j as ActorBotFragment, ja as GitHubEnterpriseServerInstallVerificationPayloadFragment, jc as IssueVcsBranchSearch_SubscribersQueryVariables, jd as Project_HistoryQueryVariables, jf as RoadmapsQueryVariables, ji as EmailIntakeAddressUpdateInput, jl as OrganizationDeletePayloadFragment, jm as User_AssignedIssuesQueryVariables, jn as CreateInitiativeUpdateReminderMutationVariables, jo as Initiative_SubInitiativesQueryVariables, jp as TemplateCreateInput, jr as CustomerTierFragment, js as IssueImportPayloadFragment, jt as AttachmentIssue_LabelsQueryVariables, ju as ProjectLabel_ProjectsQueryVariables, ka as GitAutomationTargetBranchUpdateInput, kc as IssueVcsBranchSearch_NeedsQueryVariables, kd as Project_DocumentsQueryVariables, kf as RoadmapUpdateInput, ki as EmailIntakeAddressPayloadFragment, kl as OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment, km as UserUpdateInput, kn as CreateCsvExportReportMutationVariables, ko as Initiative_LinksQueryVariables, kp as TeamsQueryVariables, kr as CustomerTierConnectionFragment, ks as IssueImportFragment, kt as AttachmentIssue_HistoryQueryVariables, ku as ProjectLabelWebhookPayloadFragment, l as EntityWebhookPayloadWithCommentData, la as FavoriteFragment, lc as IssueStatusChangedNotificationWebhookPayloadFragment, ld as ProjectStatusType, lf as ReleasePayloadFragment, lh as WorkflowStatePayloadFragment, li as DocumentChildWebhookPayloadFragment, ll as NotificationDeliveryPreferencesFragment, lm as UserFlagUpdateOperation, ln as BaseWebhookPayloadFragment, lo as InitiativeToProjectPayloadFragment, lp as TeamMembershipFragment, lr as CustomerNeedNotificationFragment, ls as IssueBatchPayloadFragment, lt as AiPromptRulesFragment, lu as PaidSubscriptionFragment, m as EntityWebhookPayloadWithEntityData, ma as FeedSummarySchedule, mc as IssueSuggestionState, md as ProjectUpdateChildWebhookPayloadFragment, mf as ReleaseStagePayloadFragment, mi as DocumentContentHistoryTypeFragment, ml as NotificationSubscriptionConnectionFragment, mm as UserSettingsCustomSidebarThemeFragment, mn as CommentPayloadFragment, mo as InitiativeUpdateConnectionFragment, mp as TeamOriginWebhookPayloadFragment, mr as CustomerNeedWebhookPayloadFragment, ms as IssueCreateInput, mt as ArchiveIssueMutationVariables, mu as ProjectArchivePayloadFragment, na as ExternalUserFragment, nc as IssueRelationsQueryVariables, nd as ProjectStatusArchivePayloadFragment, nf as ReactionCreateInput, nh as WebhookUpdateInput, ni as DeleteCustomerNeedMutationVariables, nl as NotificationCategory, nm as UploadPayloadFragment, nn as AuditEntryWebhookPayloadFragment, no as InitiativeRelationUpdateInput, np as TeamArchivePayloadFragment, nr as CustomerFragment, ns as IntegrationsSettingsFragment, nt as AgentSessionToPullRequestFragment, nu as Organization_UsersQueryVariables, oa as FacetPageSource, oc as IssueSlaWebhookPayloadFragment, od as ProjectStatusCreateInput, of as RefreshGoogleSheetsDataMutationVariables, oh as WorkflowStateConnectionFragment, oi as DeletePayloadFragment, ol as NotificationConnectionFragment, om as UserConnectionFragment, on as AuthUserFragment, oo as InitiativeToProjectConnectionFragment, op as TeamFragment, or as CustomerNeedCreateFromAttachmentInput, os as IssueArchivePayloadFragment, ot as AgentSessionWebhookPayloadFragment, ou as PaginationNulls, p as EntityWebhookPayloadWithDocumentData, pa as FavoritesQueryVariables, pc as IssueSuggestionMetadataFragment, pd as ProjectUpdateArchivePayloadFragment, pf as ReleaseStageArchivePayloadFragment, ph as _generated_documents_d_exports, pi as DocumentContentHistoryPayloadFragment, pl as NotificationPayloadFragment, pm as UserRoleType, pn as CommentFragment, po as InitiativeUpdateChildWebhookPayloadFragment, pp as TeamNotificationSubscriptionFragment, pr as CustomerNeedUpdatePayloadFragment, ps as IssueConnectionFragment, pt as ApplicationFragment, pu as ProductIntelligenceScope, q as AgentActivityWebhookPayloadFragment, qa as InitiativeHistoryConnectionFragment, qc as JoinOrganizationInput, qd as PullRequestStatus, qf as SlaStatus, qi as EntityWebhookPayloadFragment, ql as OrganizationPayloadFragment, qm as Viewer_DelegatedIssuesQueryVariables, qn as CustomViewSuggestionPayloadFragment, qo as IntegrationSlackPostMutationVariables, qp as TriageResponsibilityFragment, qr as CyclePeriod, qs as IssuePayloadFragment, qt as AttachmentSourcesPayloadFragment, qu as ProjectPayloadFragment, r as LinearWebhookClient, ra as ExternalUsersQueryVariables, rc as IssueSearchPayloadFragment, rd as ProjectStatusChildWebhookPayloadFragment, rf as ReactionFragment, rh as WebhooksQueryVariables, ri as DeleteIntegrationMutationVariables, rl as NotificationCategoryPreferencesFragment, rm as UserActorWebhookPayloadFragment, rn as AuthIdentityProviderFragment, ro as InitiativeRelationsQueryVariables, rp as TeamChildWebhookPayloadFragment, rr as CustomerNeedArchivePayloadFragment, rs as IntegrationsSettingsPayloadFragment, rt as AgentSessionType, ru as OtherNotificationType, s as EntityWebhookPayloadWithAttachmentData, sa as FavoriteConnectionFragment, sc as IssueStateSpanConnectionFragment, sd as ProjectStatusFragment, sf as ReleaseArchivePayloadFragment, sh as WorkflowStateCreateInput, si as DeleteTeamMembershipMutationVariables, sl as NotificationDeliveryPreferencesChannelFragment, sm as UserContextViewType, sn as AuthenticationSessionResponseFragment, so as InitiativeToProjectCreateInput, sp as TeamMembershipConnectionFragment, sr as CustomerNeedCreateInput, ss as IssueAssignedToYouNotificationWebhookPayloadFragment, st as AgentSession_ActivitiesQueryVariables, su as PaginationOrderBy, ta as ExternalUserConnectionFragment, tc as IssueRelationUpdateInput, td as ProjectSearchResultFragment, tf as RateLimitResultPayloadFragment, th as WebhookPayloadFragment, ti as Day, tl as NotificationBatchActionPayloadFragment, tm as UploadFileHeaderFragment, tn as AuditEntryTypeFragment, to as InitiativeRelationPayloadFragment, tp as SyncedExternalThreadFragment, tr as CustomerCreateInput, ts as IntegrationsSettingsCreateInput, tt as AgentSessionToPullRequestConnectionFragment, tu as Organization_TemplatesQueryVariables, u as EntityWebhookPayloadWithCustomerData, ua as FavoritePayloadFragment, uc as IssueSubscribeMutationVariables, ud as ProjectStatusUpdateInput, uf as ReleasePipelineArchivePayloadFragment, uh as WorkflowStateUpdateInput, ui as DocumentConnectionFragment, ul as NotificationDeliveryPreferencesScheduleFragment, um as UserFragment, un as CommentChildWebhookPayloadFragment, uo as InitiativeToProjectUpdateInput, up as TeamMembershipPayloadFragment, ur as CustomerNeedPayloadFragment, us as IssueChildWebhookPayloadFragment, ut as AirbyteConfigurationInput, uu as PasskeyLoginStartResponseFragment, v as EntityWebhookPayloadWithIssueLabelData, va as FrequencyResolutionType, vc as IssueUnsubscribeMutationVariables, vd as ProjectUpdateHealthType, vf as RoadmapArchivePayloadFragment, vi as DocumentPayloadFragment, vl as NotificationSubscriptionUpdateInput, vm as UserSettingsFlagsResetPayloadFragment, vn as CommentWebhookPayloadFragment, vo as InitiativeUpdateInput, vp as TeamWithParentWebhookPayloadFragment, vr as CustomerNotificationSubscriptionFragment, vs as IssueFilterSuggestionQueryVariables, vt as AsksChannelConnectPayloadFragment, vu as ProjectCreateInput, wa as GitAutomationStateUpdateInput, wc as IssueVcsBranchSearch_FormerAttachmentsQueryVariables, wd as ProjectUpdateWebhookPayloadFragment, wf as RoadmapToProjectCreateInput, wi as DocumentsQueryVariables, wl as OAuthClientApprovalStatus, wm as UserSettingsThemePreset, wn as Comment_ExternalThreadQueryVariables, wo as InitiativeUpdatesQueryVariables, wp as Team_MembershipsQueryVariables, wr as CustomerStatusPayloadFragment, ws as IssueImportCreateClubhouseMutationVariables, wt as AttachmentIssue_ChildrenQueryVariables, wu as ProjectLabelConnectionFragment, x as EntityWebhookPayloadWithReactionData, xa as GitAutomationStateCreateInput, xc as IssueVcsBranchSearch_ChildrenQueryVariables, xd as ProjectUpdateReminderFrequency, xf as RoadmapFragment, xi as DocumentUpdateInput, xl as NotificationsQueryVariables, xm as UserSettingsThemeDeviceType, xn as Comment_CreatedIssuesQueryVariables, xo as InitiativeUpdateUpdateInput, xp as Team_IssuesQueryVariables, xr as CustomerStatusConnectionFragment, xs as IssueHistoryFragment, xt as AttachmentCreateInput, xu as ProjectHistoryConnectionFragment, y as EntityWebhookPayloadWithProjectData, ya as FrontAttachmentPayloadFragment, yc as IssueUpdateInput, yd as ProjectUpdateInput, yf as RoadmapConnectionFragment, yi as DocumentSearchPayloadFragment, yl as NotificationSubscriptionsQueryVariables, ym as UserSettingsFragment, yn as Comment_BotActorQueryVariables, yo as InitiativeUpdatePayloadFragment, yp as Team_CyclesQueryVariables, yr as CustomerPayloadFragment, ys as IssueFragment, yt as AsksWebFormsAuthResponseFragment, yu as ProjectFilterSuggestionPayloadFragment, z as AgentActivityErrorContentFragment, za as IdentityProviderType, zc as Issue_FormerNeedsQueryVariables, zd as Project_ProjectMilestonesQueryVariables, zf as SearchProjects_ArchivePayloadQueryVariables, zi as EmojiPayloadFragment, zl as OrganizationInviteFullDetailsPayloadFragment, zm as ViewPreferencesFragment, zn as CreateTeamMutationVariables, zo as IntegrationHasScopesPayloadFragment, zp as TimeSchedulePayloadFragment, zr as CustomersQueryVariables, zs as IssueLabelUpdateInput, zt as AttachmentLinkGitLabMrMutationVariables, zu as ProjectMilestoneMoveProjectTeamsFragment } from "./index-Bm4jA7_4.cjs";
2
2
 
3
3
  //#region src/types.d.ts
4
4
  /**
@@ -415,6 +415,8 @@ declare class AgentSession extends Request {
415
415
  constructor(request: LinearRequest, data: AgentSessionFragment);
416
416
  /** The time at which the entity was archived. Null if the entity has not been archived. */
417
417
  archivedAt?: Date | null;
418
+ /** Serialized JSON representing the contexts this session is related to, for direct chat sessions. */
419
+ context: Record<string, unknown>;
418
420
  /** The time at which the entity was created. */
419
421
  createdAt: Date;
420
422
  /** The time the agent session was dismissed. */
@@ -442,8 +444,8 @@ declare class AgentSession extends Request {
442
444
  updatedAt: Date;
443
445
  /** The current status of the agent session. */
444
446
  status: AgentSessionStatus;
445
- /** The type of the agent session. */
446
- type: AgentSessionType;
447
+ /** [DEPRECATED] The type of the agent session. */
448
+ type?: AgentSessionType | null;
447
449
  /** The agent user that is associated with this agent session. */
448
450
  get appUser(): LinearFetch<User> | undefined;
449
451
  /** The ID of agent user that is associated with this agent session. */
@@ -3222,20 +3224,14 @@ declare class EmailIntakeAddress extends Request {
3222
3224
  id: string;
3223
3225
  /** The auto-reply message for issue canceled. If not set, the default reply will be used. */
3224
3226
  issueCanceledAutoReply?: string | null;
3225
- /** The auto-reply ProseMirror JSON for issue canceled. If not set, the default reply will be used. */
3226
- issueCanceledAutoReplyData?: Scalars["JSONObject"] | null;
3227
3227
  /** Whether the auto-reply for issue canceled is enabled. */
3228
3228
  issueCanceledAutoReplyEnabled: boolean;
3229
3229
  /** The auto-reply message for issue completed. If not set, the default reply will be used. */
3230
3230
  issueCompletedAutoReply?: string | null;
3231
- /** The auto-reply ProseMirror JSON for issue completed. If not set, the default reply will be used. */
3232
- issueCompletedAutoReplyData?: Scalars["JSONObject"] | null;
3233
3231
  /** Whether the auto-reply for issue completed is enabled. */
3234
3232
  issueCompletedAutoReplyEnabled: boolean;
3235
3233
  /** The auto-reply message for issue created. If not set, the default reply will be used. */
3236
3234
  issueCreatedAutoReply?: string | null;
3237
- /** The auto-reply ProseMirror JSON for issue created. If not set, the default reply will be used. */
3238
- issueCreatedAutoReplyData?: Scalars["JSONObject"] | null;
3239
3235
  /** Whether the auto-reply for issue created is enabled. */
3240
3236
  issueCreatedAutoReplyEnabled: boolean;
3241
3237
  /** Whether email replies are enabled. */