@linear/sdk 7.0.1 → 8.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-es.js CHANGED
@@ -83456,6 +83456,7 @@ var ProjectUpdateHealthType;
83456
83456
  /** The frequency at which to send project update reminders. */
83457
83457
  var ProjectUpdateReminderFrequency;
83458
83458
  (function (ProjectUpdateReminderFrequency) {
83459
+ ProjectUpdateReminderFrequency["Month"] = "month";
83459
83460
  ProjectUpdateReminderFrequency["Never"] = "never";
83460
83461
  ProjectUpdateReminderFrequency["TwoWeeks"] = "twoWeeks";
83461
83462
  ProjectUpdateReminderFrequency["Week"] = "week";
@@ -83464,6 +83465,8 @@ var ProjectUpdateReminderFrequency;
83464
83465
  var PushSubscriptionType;
83465
83466
  (function (PushSubscriptionType) {
83466
83467
  PushSubscriptionType["Apple"] = "apple";
83468
+ PushSubscriptionType["AppleDevelopment"] = "appleDevelopment";
83469
+ PushSubscriptionType["Firebase"] = "firebase";
83467
83470
  PushSubscriptionType["Web"] = "web";
83468
83471
  })(PushSubscriptionType || (PushSubscriptionType = {}));
83469
83472
  /** Features release channel */
@@ -83474,6 +83477,12 @@ var ReleaseChannel;
83474
83477
  ReleaseChannel["PreRelease"] = "preRelease";
83475
83478
  ReleaseChannel["Public"] = "public";
83476
83479
  })(ReleaseChannel || (ReleaseChannel = {}));
83480
+ /** Which day count to use for SLA calculations */
83481
+ var SlaDayCountType;
83482
+ (function (SlaDayCountType) {
83483
+ SlaDayCountType["All"] = "all";
83484
+ SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
83485
+ })(SlaDayCountType || (SlaDayCountType = {}));
83477
83486
  var SlaStatus;
83478
83487
  (function (SlaStatus) {
83479
83488
  SlaStatus["Breached"] = "Breached";
@@ -83524,6 +83533,11 @@ var UserFlagType;
83524
83533
  UserFlagType["TeamsPageIntroductionDismissed"] = "teamsPageIntroductionDismissed";
83525
83534
  UserFlagType["ThreadedCommentsNudgeIsSeen"] = "threadedCommentsNudgeIsSeen";
83526
83535
  UserFlagType["TriageWelcomeDismissed"] = "triageWelcomeDismissed";
83536
+ UserFlagType["TryCyclesDismissed"] = "tryCyclesDismissed";
83537
+ UserFlagType["TryGithubDismissed"] = "tryGithubDismissed";
83538
+ UserFlagType["TryInvitePeopleDismissed"] = "tryInvitePeopleDismissed";
83539
+ UserFlagType["TryRoadmapsDismissed"] = "tryRoadmapsDismissed";
83540
+ UserFlagType["TryTriageDismissed"] = "tryTriageDismissed";
83527
83541
  UserFlagType["UpdatedSlackThreadSyncIntegration"] = "updatedSlackThreadSyncIntegration";
83528
83542
  })(UserFlagType || (UserFlagType = {}));
83529
83543
  /** Operations that can be applied to UserFlagType */
@@ -83694,6 +83708,7 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
83694
83708
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83695
83709
  },
83696
83710
  },
83711
+ { kind: "Field", name: { kind: "Name", value: "active" } },
83697
83712
  ],
83698
83713
  },
83699
83714
  },
@@ -83771,6 +83786,7 @@ const CycleNotificationSubscriptionFragmentDoc = {
83771
83786
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83772
83787
  },
83773
83788
  },
83789
+ { kind: "Field", name: { kind: "Name", value: "active" } },
83774
83790
  ],
83775
83791
  },
83776
83792
  },
@@ -83789,6 +83805,7 @@ const DocumentContentFragmentDoc = {
83789
83805
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
83790
83806
  { kind: "Field", name: { kind: "Name", value: "contentData" } },
83791
83807
  { kind: "Field", name: { kind: "Name", value: "content" } },
83808
+ { kind: "Field", name: { kind: "Name", value: "contentState" } },
83792
83809
  {
83793
83810
  kind: "Field",
83794
83811
  name: { kind: "Name", value: "issue" },
@@ -83798,6 +83815,14 @@ const DocumentContentFragmentDoc = {
83798
83815
  },
83799
83816
  },
83800
83817
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83818
+ {
83819
+ kind: "Field",
83820
+ name: { kind: "Name", value: "project" },
83821
+ selectionSet: {
83822
+ kind: "SelectionSet",
83823
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83824
+ },
83825
+ },
83801
83826
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83802
83827
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83803
83828
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -83903,6 +83928,28 @@ const IssueArchivePayloadFragmentDoc = {
83903
83928
  },
83904
83929
  ],
83905
83930
  };
83931
+ const ActorBotFragmentDoc = {
83932
+ kind: "Document",
83933
+ definitions: [
83934
+ {
83935
+ kind: "FragmentDefinition",
83936
+ name: { kind: "Name", value: "ActorBot" },
83937
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ActorBot" } },
83938
+ selectionSet: {
83939
+ kind: "SelectionSet",
83940
+ selections: [
83941
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
83942
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
83943
+ { kind: "Field", name: { kind: "Name", value: "name" } },
83944
+ { kind: "Field", name: { kind: "Name", value: "userDisplayName" } },
83945
+ { kind: "Field", name: { kind: "Name", value: "subType" } },
83946
+ { kind: "Field", name: { kind: "Name", value: "type" } },
83947
+ { kind: "Field", name: { kind: "Name", value: "id" } },
83948
+ ],
83949
+ },
83950
+ },
83951
+ ],
83952
+ };
83906
83953
  const IssueNotificationFragmentDoc = {
83907
83954
  kind: "Document",
83908
83955
  definitions: [
@@ -83916,6 +83963,14 @@ const IssueNotificationFragmentDoc = {
83916
83963
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
83917
83964
  { kind: "Field", name: { kind: "Name", value: "reactionEmoji" } },
83918
83965
  { kind: "Field", name: { kind: "Name", value: "type" } },
83966
+ {
83967
+ kind: "Field",
83968
+ name: { kind: "Name", value: "botActor" },
83969
+ selectionSet: {
83970
+ kind: "SelectionSet",
83971
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
83972
+ },
83973
+ },
83919
83974
  {
83920
83975
  kind: "Field",
83921
83976
  name: { kind: "Name", value: "comment" },
@@ -84015,6 +84070,14 @@ const OauthClientApprovalNotificationFragmentDoc = {
84015
84070
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthClientApproval" } }],
84016
84071
  },
84017
84072
  },
84073
+ {
84074
+ kind: "Field",
84075
+ name: { kind: "Name", value: "botActor" },
84076
+ selectionSet: {
84077
+ kind: "SelectionSet",
84078
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84079
+ },
84080
+ },
84018
84081
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84019
84082
  { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
84020
84083
  { kind: "Field", name: { kind: "Name", value: "readAt" } },
@@ -84042,7 +84105,6 @@ const OauthClientApprovalNotificationFragmentDoc = {
84042
84105
  ],
84043
84106
  },
84044
84107
  },
84045
- ...OauthClientApprovalFragmentDoc.definitions,
84046
84108
  ],
84047
84109
  };
84048
84110
  const ProjectNotificationFragmentDoc = {
@@ -84057,6 +84119,14 @@ const ProjectNotificationFragmentDoc = {
84057
84119
  selections: [
84058
84120
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84059
84121
  { kind: "Field", name: { kind: "Name", value: "type" } },
84122
+ {
84123
+ kind: "Field",
84124
+ name: { kind: "Name", value: "botActor" },
84125
+ selectionSet: {
84126
+ kind: "SelectionSet",
84127
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84128
+ },
84129
+ },
84060
84130
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84061
84131
  {
84062
84132
  kind: "Field",
@@ -84114,6 +84184,14 @@ const NotificationFragmentDoc = {
84114
84184
  selections: [
84115
84185
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84116
84186
  { kind: "Field", name: { kind: "Name", value: "type" } },
84187
+ {
84188
+ kind: "Field",
84189
+ name: { kind: "Name", value: "botActor" },
84190
+ selectionSet: {
84191
+ kind: "SelectionSet",
84192
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84193
+ },
84194
+ },
84117
84195
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84118
84196
  { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
84119
84197
  { kind: "Field", name: { kind: "Name", value: "readAt" } },
@@ -84167,9 +84245,6 @@ const NotificationFragmentDoc = {
84167
84245
  ],
84168
84246
  },
84169
84247
  },
84170
- ...IssueNotificationFragmentDoc.definitions,
84171
- ...OauthClientApprovalNotificationFragmentDoc.definitions,
84172
- ...ProjectNotificationFragmentDoc.definitions,
84173
84248
  ],
84174
84249
  };
84175
84250
  const NotificationArchivePayloadFragmentDoc = {
@@ -84196,7 +84271,6 @@ const NotificationArchivePayloadFragmentDoc = {
84196
84271
  ],
84197
84272
  },
84198
84273
  },
84199
- ...NotificationFragmentDoc.definitions,
84200
84274
  ],
84201
84275
  };
84202
84276
  const ProjectArchivePayloadFragmentDoc = {
@@ -84357,14 +84431,6 @@ const ArchivePayloadFragmentDoc = {
84357
84431
  ],
84358
84432
  },
84359
84433
  },
84360
- ...AttachmentArchivePayloadFragmentDoc.definitions,
84361
- ...CycleArchivePayloadFragmentDoc.definitions,
84362
- ...DeletePayloadFragmentDoc.definitions,
84363
- ...IssueArchivePayloadFragmentDoc.definitions,
84364
- ...NotificationArchivePayloadFragmentDoc.definitions,
84365
- ...ProjectArchivePayloadFragmentDoc.definitions,
84366
- ...RoadmapArchivePayloadFragmentDoc.definitions,
84367
- ...WorkflowStateArchivePayloadFragmentDoc.definitions,
84368
84434
  ],
84369
84435
  };
84370
84436
  const LabelNotificationSubscriptionFragmentDoc = {
@@ -84439,6 +84505,7 @@ const LabelNotificationSubscriptionFragmentDoc = {
84439
84505
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84440
84506
  },
84441
84507
  },
84508
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84442
84509
  ],
84443
84510
  },
84444
84511
  },
@@ -84516,6 +84583,7 @@ const ProjectNotificationSubscriptionFragmentDoc = {
84516
84583
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84517
84584
  },
84518
84585
  },
84586
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84519
84587
  ],
84520
84588
  },
84521
84589
  },
@@ -84593,6 +84661,7 @@ const TeamNotificationSubscriptionFragmentDoc = {
84593
84661
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84594
84662
  },
84595
84663
  },
84664
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84596
84665
  ],
84597
84666
  },
84598
84667
  },
@@ -84714,7 +84783,6 @@ const UserAccountFragmentDoc = {
84714
84783
  ],
84715
84784
  },
84716
84785
  },
84717
- ...UserFragmentDoc.definitions,
84718
84786
  ],
84719
84787
  };
84720
84788
  const UserNotificationSubscriptionFragmentDoc = {
@@ -84789,6 +84857,7 @@ const UserNotificationSubscriptionFragmentDoc = {
84789
84857
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84790
84858
  },
84791
84859
  },
84860
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84792
84861
  ],
84793
84862
  },
84794
84863
  },
@@ -84891,7 +84960,6 @@ const GithubOrgFragmentDoc = {
84891
84960
  ],
84892
84961
  },
84893
84962
  },
84894
- ...GithubRepoFragmentDoc.definitions,
84895
84963
  ],
84896
84964
  };
84897
84965
  const GithubOAuthTokenPayloadFragmentDoc = {
@@ -84917,7 +84985,6 @@ const GithubOAuthTokenPayloadFragmentDoc = {
84917
84985
  ],
84918
84986
  },
84919
84987
  },
84920
- ...GithubOrgFragmentDoc.definitions,
84921
84988
  ],
84922
84989
  };
84923
84990
  const UserAuthorizedApplicationFragmentDoc = {
@@ -85004,6 +85071,7 @@ const GitHubSettingsFragmentDoc = {
85004
85071
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85005
85072
  { kind: "Field", name: { kind: "Name", value: "orgLogin" } },
85006
85073
  { kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
85074
+ { kind: "Field", name: { kind: "Name", value: "repositories" } },
85007
85075
  ],
85008
85076
  },
85009
85077
  },
@@ -85117,8 +85185,6 @@ const JiraSettingsFragmentDoc = {
85117
85185
  ],
85118
85186
  },
85119
85187
  },
85120
- ...JiraProjectDataFragmentDoc.definitions,
85121
- ...JiraLinearMappingFragmentDoc.definitions,
85122
85188
  ],
85123
85189
  };
85124
85190
  const NotionSettingsFragmentDoc = {
@@ -85179,7 +85245,6 @@ const PagerDutySettingsFragmentDoc = {
85179
85245
  ],
85180
85246
  },
85181
85247
  },
85182
- ...PagerDutyScheduleMappingFragmentDoc.definitions,
85183
85248
  ],
85184
85249
  };
85185
85250
  const SentrySettingsFragmentDoc = {
@@ -85199,6 +85264,49 @@ const SentrySettingsFragmentDoc = {
85199
85264
  },
85200
85265
  ],
85201
85266
  };
85267
+ const SlackChannelNameMappingFragmentDoc = {
85268
+ kind: "Document",
85269
+ definitions: [
85270
+ {
85271
+ kind: "FragmentDefinition",
85272
+ name: { kind: "Name", value: "SlackChannelNameMapping" },
85273
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelNameMapping" } },
85274
+ selectionSet: {
85275
+ kind: "SelectionSet",
85276
+ selections: [
85277
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85278
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85279
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85280
+ { kind: "Field", name: { kind: "Name", value: "isPrivate" } },
85281
+ ],
85282
+ },
85283
+ },
85284
+ ],
85285
+ };
85286
+ const SlackAsksSettingsFragmentDoc = {
85287
+ kind: "Document",
85288
+ definitions: [
85289
+ {
85290
+ kind: "FragmentDefinition",
85291
+ name: { kind: "Name", value: "SlackAsksSettings" },
85292
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackAsksSettings" } },
85293
+ selectionSet: {
85294
+ kind: "SelectionSet",
85295
+ selections: [
85296
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85297
+ {
85298
+ kind: "Field",
85299
+ name: { kind: "Name", value: "slackChannelMapping" },
85300
+ selectionSet: {
85301
+ kind: "SelectionSet",
85302
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
85303
+ },
85304
+ },
85305
+ ],
85306
+ },
85307
+ },
85308
+ ],
85309
+ };
85202
85310
  const SlackPostSettingsFragmentDoc = {
85203
85311
  kind: "Document",
85204
85312
  definitions: [
@@ -85317,6 +85425,14 @@ const IntegrationSettingsFragmentDoc = {
85317
85425
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SentrySettings" } }],
85318
85426
  },
85319
85427
  },
85428
+ {
85429
+ kind: "Field",
85430
+ name: { kind: "Name", value: "slackAsks" },
85431
+ selectionSet: {
85432
+ kind: "SelectionSet",
85433
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
85434
+ },
85435
+ },
85320
85436
  {
85321
85437
  kind: "Field",
85322
85438
  name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
@@ -85352,16 +85468,6 @@ const IntegrationSettingsFragmentDoc = {
85352
85468
  ],
85353
85469
  },
85354
85470
  },
85355
- ...FrontSettingsFragmentDoc.definitions,
85356
- ...GitHubSettingsFragmentDoc.definitions,
85357
- ...GoogleSheetsSettingsFragmentDoc.definitions,
85358
- ...IntercomSettingsFragmentDoc.definitions,
85359
- ...JiraSettingsFragmentDoc.definitions,
85360
- ...NotionSettingsFragmentDoc.definitions,
85361
- ...PagerDutySettingsFragmentDoc.definitions,
85362
- ...SentrySettingsFragmentDoc.definitions,
85363
- ...SlackPostSettingsFragmentDoc.definitions,
85364
- ...ZendeskSettingsFragmentDoc.definitions,
85365
85471
  ],
85366
85472
  };
85367
85473
  const SamlConfigurationPayloadFragmentDoc = {
@@ -85487,8 +85593,6 @@ const ApiKeyConnectionFragmentDoc = {
85487
85593
  ],
85488
85594
  },
85489
85595
  },
85490
- ...ApiKeyFragmentDoc.definitions,
85491
- ...PageInfoFragmentDoc.definitions,
85492
85596
  ],
85493
85597
  };
85494
85598
  const ApiKeyPayloadFragmentDoc = {
@@ -85515,7 +85619,40 @@ const ApiKeyPayloadFragmentDoc = {
85515
85619
  ],
85516
85620
  },
85517
85621
  },
85518
- ...ApiKeyFragmentDoc.definitions,
85622
+ ],
85623
+ };
85624
+ const AsksChannelConnectPayloadFragmentDoc = {
85625
+ kind: "Document",
85626
+ definitions: [
85627
+ {
85628
+ kind: "FragmentDefinition",
85629
+ name: { kind: "Name", value: "AsksChannelConnectPayload" },
85630
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AsksChannelConnectPayload" } },
85631
+ selectionSet: {
85632
+ kind: "SelectionSet",
85633
+ selections: [
85634
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85635
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
85636
+ {
85637
+ kind: "Field",
85638
+ name: { kind: "Name", value: "integration" },
85639
+ selectionSet: {
85640
+ kind: "SelectionSet",
85641
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85642
+ },
85643
+ },
85644
+ {
85645
+ kind: "Field",
85646
+ name: { kind: "Name", value: "mapping" },
85647
+ selectionSet: {
85648
+ kind: "SelectionSet",
85649
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
85650
+ },
85651
+ },
85652
+ { kind: "Field", name: { kind: "Name", value: "success" } },
85653
+ ],
85654
+ },
85655
+ },
85519
85656
  ],
85520
85657
  };
85521
85658
  const AttachmentFragmentDoc = {
@@ -85591,8 +85728,6 @@ const AttachmentConnectionFragmentDoc = {
85591
85728
  ],
85592
85729
  },
85593
85730
  },
85594
- ...AttachmentFragmentDoc.definitions,
85595
- ...PageInfoFragmentDoc.definitions,
85596
85731
  ],
85597
85732
  };
85598
85733
  const AttachmentPayloadFragmentDoc = {
@@ -85702,8 +85837,6 @@ const AuditEntryConnectionFragmentDoc = {
85702
85837
  ],
85703
85838
  },
85704
85839
  },
85705
- ...AuditEntryFragmentDoc.definitions,
85706
- ...PageInfoFragmentDoc.definitions,
85707
85840
  ],
85708
85841
  };
85709
85842
  const AuditEntryTypeFragmentDoc = {
@@ -85802,7 +85935,6 @@ const OrganizationFragmentDoc = {
85802
85935
  ],
85803
85936
  },
85804
85937
  },
85805
- ...PaidSubscriptionFragmentDoc.definitions,
85806
85938
  ],
85807
85939
  };
85808
85940
  const AuthResolverResponseFragmentDoc = {
@@ -85840,8 +85972,6 @@ const AuthResolverResponseFragmentDoc = {
85840
85972
  ],
85841
85973
  },
85842
85974
  },
85843
- ...OrganizationFragmentDoc.definitions,
85844
- ...UserFragmentDoc.definitions,
85845
85975
  ],
85846
85976
  };
85847
85977
  const CommentFragmentDoc = {
@@ -85857,6 +85987,14 @@ const CommentFragmentDoc = {
85857
85987
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85858
85988
  { kind: "Field", name: { kind: "Name", value: "url" } },
85859
85989
  { kind: "Field", name: { kind: "Name", value: "reactionData" } },
85990
+ {
85991
+ kind: "Field",
85992
+ name: { kind: "Name", value: "botActor" },
85993
+ selectionSet: {
85994
+ kind: "SelectionSet",
85995
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
85996
+ },
85997
+ },
85860
85998
  { kind: "Field", name: { kind: "Name", value: "bodyData" } },
85861
85999
  { kind: "Field", name: { kind: "Name", value: "body" } },
85862
86000
  {
@@ -85923,8 +86061,6 @@ const CommentConnectionFragmentDoc = {
85923
86061
  ],
85924
86062
  },
85925
86063
  },
85926
- ...CommentFragmentDoc.definitions,
85927
- ...PageInfoFragmentDoc.definitions,
85928
86064
  ],
85929
86065
  };
85930
86066
  const CommentPayloadFragmentDoc = {
@@ -86016,8 +86152,6 @@ const CompanyConnectionFragmentDoc = {
86016
86152
  ],
86017
86153
  },
86018
86154
  },
86019
- ...CompanyFragmentDoc.definitions,
86020
- ...PageInfoFragmentDoc.definitions,
86021
86155
  ],
86022
86156
  };
86023
86157
  const ContactPayloadFragmentDoc = {
@@ -86115,6 +86249,14 @@ const CustomViewFragmentDoc = {
86115
86249
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86116
86250
  },
86117
86251
  },
86252
+ {
86253
+ kind: "Field",
86254
+ name: { kind: "Name", value: "owner" },
86255
+ selectionSet: {
86256
+ kind: "SelectionSet",
86257
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86258
+ },
86259
+ },
86118
86260
  { kind: "Field", name: { kind: "Name", value: "shared" } },
86119
86261
  ],
86120
86262
  },
@@ -86151,8 +86293,6 @@ const CustomViewConnectionFragmentDoc = {
86151
86293
  ],
86152
86294
  },
86153
86295
  },
86154
- ...CustomViewFragmentDoc.definitions,
86155
- ...PageInfoFragmentDoc.definitions,
86156
86296
  ],
86157
86297
  };
86158
86298
  const CustomViewPayloadFragmentDoc = {
@@ -86271,8 +86411,6 @@ const CycleConnectionFragmentDoc = {
86271
86411
  ],
86272
86412
  },
86273
86413
  },
86274
- ...CycleFragmentDoc.definitions,
86275
- ...PageInfoFragmentDoc.definitions,
86276
86414
  ],
86277
86415
  };
86278
86416
  const CyclePayloadFragmentDoc = {
@@ -86381,8 +86519,6 @@ const DocumentConnectionFragmentDoc = {
86381
86519
  ],
86382
86520
  },
86383
86521
  },
86384
- ...DocumentFragmentDoc.definitions,
86385
- ...PageInfoFragmentDoc.definitions,
86386
86522
  ],
86387
86523
  };
86388
86524
  const DocumentPayloadFragmentDoc = {
@@ -86521,9 +86657,6 @@ const DocumentSearchPayloadFragmentDoc = {
86521
86657
  ],
86522
86658
  },
86523
86659
  },
86524
- ...ArchiveResponseFragmentDoc.definitions,
86525
- ...DocumentSearchResultFragmentDoc.definitions,
86526
- ...PageInfoFragmentDoc.definitions,
86527
86660
  ],
86528
86661
  };
86529
86662
  const DocumentSearchResultConnectionFragmentDoc = {
@@ -86556,8 +86689,6 @@ const DocumentSearchResultConnectionFragmentDoc = {
86556
86689
  ],
86557
86690
  },
86558
86691
  },
86559
- ...DocumentSearchResultFragmentDoc.definitions,
86560
- ...PageInfoFragmentDoc.definitions,
86561
86692
  ],
86562
86693
  };
86563
86694
  const EmailUnsubscribePayloadFragmentDoc = {
@@ -86646,7 +86777,6 @@ const EmbedPayloadFragmentDoc = {
86646
86777
  ],
86647
86778
  },
86648
86779
  },
86649
- ...EmbedFragmentDoc.definitions,
86650
86780
  ],
86651
86781
  };
86652
86782
  const EmojiFragmentDoc = {
@@ -86710,8 +86840,6 @@ const EmojiConnectionFragmentDoc = {
86710
86840
  ],
86711
86841
  },
86712
86842
  },
86713
- ...EmojiFragmentDoc.definitions,
86714
- ...PageInfoFragmentDoc.definitions,
86715
86843
  ],
86716
86844
  };
86717
86845
  const EmojiPayloadFragmentDoc = {
@@ -86890,8 +87018,6 @@ const FavoriteConnectionFragmentDoc = {
86890
87018
  ],
86891
87019
  },
86892
87020
  },
86893
- ...FavoriteFragmentDoc.definitions,
86894
- ...PageInfoFragmentDoc.definitions,
86895
87021
  ],
86896
87022
  };
86897
87023
  const FavoritePayloadFragmentDoc = {
@@ -86963,7 +87089,6 @@ const FigmaEmbedPayloadFragmentDoc = {
86963
87089
  ],
86964
87090
  },
86965
87091
  },
86966
- ...FigmaEmbedFragmentDoc.definitions,
86967
87092
  ],
86968
87093
  };
86969
87094
  const FirstResponderScheduleFragmentDoc = {
@@ -86977,8 +87102,6 @@ const FirstResponderScheduleFragmentDoc = {
86977
87102
  kind: "SelectionSet",
86978
87103
  selections: [
86979
87104
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86980
- { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
86981
- { kind: "Field", name: { kind: "Name", value: "integrationScheduleId" } },
86982
87105
  {
86983
87106
  kind: "Field",
86984
87107
  name: { kind: "Name", value: "integration" },
@@ -86988,6 +87111,7 @@ const FirstResponderScheduleFragmentDoc = {
86988
87111
  },
86989
87112
  },
86990
87113
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87114
+ { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
86991
87115
  {
86992
87116
  kind: "Field",
86993
87117
  name: { kind: "Name", value: "team" },
@@ -87034,8 +87158,6 @@ const FirstResponderScheduleConnectionFragmentDoc = {
87034
87158
  ],
87035
87159
  },
87036
87160
  },
87037
- ...FirstResponderScheduleFragmentDoc.definitions,
87038
- ...PageInfoFragmentDoc.definitions,
87039
87161
  ],
87040
87162
  };
87041
87163
  const FrontAttachmentPayloadFragmentDoc = {
@@ -87169,8 +87291,6 @@ const IntegrationConnectionFragmentDoc = {
87169
87291
  ],
87170
87292
  },
87171
87293
  },
87172
- ...IntegrationFragmentDoc.definitions,
87173
- ...PageInfoFragmentDoc.definitions,
87174
87294
  ],
87175
87295
  };
87176
87296
  const IntegrationPayloadFragmentDoc = {
@@ -87227,6 +87347,7 @@ const IntegrationTemplateFragmentDoc = {
87227
87347
  kind: "SelectionSet",
87228
87348
  selections: [
87229
87349
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
87350
+ { kind: "Field", name: { kind: "Name", value: "foreignEntityId" } },
87230
87351
  {
87231
87352
  kind: "Field",
87232
87353
  name: { kind: "Name", value: "integration" },
@@ -87282,8 +87403,6 @@ const IntegrationTemplateConnectionFragmentDoc = {
87282
87403
  ],
87283
87404
  },
87284
87405
  },
87285
- ...IntegrationTemplateFragmentDoc.definitions,
87286
- ...PageInfoFragmentDoc.definitions,
87287
87406
  ],
87288
87407
  };
87289
87408
  const IntegrationTemplatePayloadFragmentDoc = {
@@ -87388,8 +87507,6 @@ const IntegrationsSettingsConnectionFragmentDoc = {
87388
87507
  ],
87389
87508
  },
87390
87509
  },
87391
- ...IntegrationsSettingsFragmentDoc.definitions,
87392
- ...PageInfoFragmentDoc.definitions,
87393
87510
  ],
87394
87511
  };
87395
87512
  const IntegrationsSettingsPayloadFragmentDoc = {
@@ -87566,7 +87683,6 @@ const IssueBatchPayloadFragmentDoc = {
87566
87683
  ],
87567
87684
  },
87568
87685
  },
87569
- ...IssueFragmentDoc.definitions,
87570
87686
  ],
87571
87687
  };
87572
87688
  const IssueConnectionFragmentDoc = {
@@ -87599,8 +87715,6 @@ const IssueConnectionFragmentDoc = {
87599
87715
  ],
87600
87716
  },
87601
87717
  },
87602
- ...IssueFragmentDoc.definitions,
87603
- ...PageInfoFragmentDoc.definitions,
87604
87718
  ],
87605
87719
  };
87606
87720
  const IssueFilterSuggestionPayloadFragmentDoc = {
@@ -87688,6 +87802,14 @@ const IssueHistoryFragmentDoc = {
87688
87802
  },
87689
87803
  { kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
87690
87804
  { kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
87805
+ {
87806
+ kind: "Field",
87807
+ name: { kind: "Name", value: "botActor" },
87808
+ selectionSet: {
87809
+ kind: "SelectionSet",
87810
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
87811
+ },
87812
+ },
87691
87813
  { kind: "Field", name: { kind: "Name", value: "attachmentId" } },
87692
87814
  { kind: "Field", name: { kind: "Name", value: "toCycleId" } },
87693
87815
  { kind: "Field", name: { kind: "Name", value: "toParentId" } },
@@ -87859,8 +87981,6 @@ const IssueHistoryFragmentDoc = {
87859
87981
  ],
87860
87982
  },
87861
87983
  },
87862
- ...IssueRelationHistoryPayloadFragmentDoc.definitions,
87863
- ...IssueImportFragmentDoc.definitions,
87864
87984
  ],
87865
87985
  };
87866
87986
  const IssueHistoryConnectionFragmentDoc = {
@@ -87893,8 +88013,6 @@ const IssueHistoryConnectionFragmentDoc = {
87893
88013
  ],
87894
88014
  },
87895
88015
  },
87896
- ...IssueHistoryFragmentDoc.definitions,
87897
- ...PageInfoFragmentDoc.definitions,
87898
88016
  ],
87899
88017
  };
87900
88018
  const IssueImportCheckPayloadFragmentDoc = {
@@ -87938,7 +88056,6 @@ const IssueImportDeletePayloadFragmentDoc = {
87938
88056
  ],
87939
88057
  },
87940
88058
  },
87941
- ...IssueImportFragmentDoc.definitions,
87942
88059
  ],
87943
88060
  };
87944
88061
  const IssueImportPayloadFragmentDoc = {
@@ -87965,7 +88082,6 @@ const IssueImportPayloadFragmentDoc = {
87965
88082
  ],
87966
88083
  },
87967
88084
  },
87968
- ...IssueImportFragmentDoc.definitions,
87969
88085
  ],
87970
88086
  };
87971
88087
  const IssueLabelFragmentDoc = {
@@ -88046,8 +88162,6 @@ const IssueLabelConnectionFragmentDoc = {
88046
88162
  ],
88047
88163
  },
88048
88164
  },
88049
- ...IssueLabelFragmentDoc.definitions,
88050
- ...PageInfoFragmentDoc.definitions,
88051
88165
  ],
88052
88166
  };
88053
88167
  const IssueLabelPayloadFragmentDoc = {
@@ -88187,8 +88301,6 @@ const IssueRelationConnectionFragmentDoc = {
88187
88301
  ],
88188
88302
  },
88189
88303
  },
88190
- ...IssueRelationFragmentDoc.definitions,
88191
- ...PageInfoFragmentDoc.definitions,
88192
88304
  ],
88193
88305
  };
88194
88306
  const IssueRelationPayloadFragmentDoc = {
@@ -88381,9 +88493,6 @@ const IssueSearchPayloadFragmentDoc = {
88381
88493
  ],
88382
88494
  },
88383
88495
  },
88384
- ...ArchiveResponseFragmentDoc.definitions,
88385
- ...IssueSearchResultFragmentDoc.definitions,
88386
- ...PageInfoFragmentDoc.definitions,
88387
88496
  ],
88388
88497
  };
88389
88498
  const IssueSearchResultConnectionFragmentDoc = {
@@ -88416,8 +88525,6 @@ const IssueSearchResultConnectionFragmentDoc = {
88416
88525
  ],
88417
88526
  },
88418
88527
  },
88419
- ...IssueSearchResultFragmentDoc.definitions,
88420
- ...PageInfoFragmentDoc.definitions,
88421
88528
  ],
88422
88529
  };
88423
88530
  const LogoutResponseFragmentDoc = {
@@ -88478,7 +88585,6 @@ const NotificationBatchActionPayloadFragmentDoc = {
88478
88585
  ],
88479
88586
  },
88480
88587
  },
88481
- ...NotificationFragmentDoc.definitions,
88482
88588
  ],
88483
88589
  };
88484
88590
  const NotificationConnectionFragmentDoc = {
@@ -88511,8 +88617,6 @@ const NotificationConnectionFragmentDoc = {
88511
88617
  ],
88512
88618
  },
88513
88619
  },
88514
- ...NotificationFragmentDoc.definitions,
88515
- ...PageInfoFragmentDoc.definitions,
88516
88620
  ],
88517
88621
  };
88518
88622
  const NotificationPayloadFragmentDoc = {
@@ -88539,7 +88643,6 @@ const NotificationPayloadFragmentDoc = {
88539
88643
  ],
88540
88644
  },
88541
88645
  },
88542
- ...NotificationFragmentDoc.definitions,
88543
88646
  ],
88544
88647
  };
88545
88648
  const NotificationSubscriptionFragmentDoc = {
@@ -88613,6 +88716,7 @@ const NotificationSubscriptionFragmentDoc = {
88613
88716
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88614
88717
  },
88615
88718
  },
88719
+ { kind: "Field", name: { kind: "Name", value: "active" } },
88616
88720
  ],
88617
88721
  },
88618
88722
  },
@@ -88648,8 +88752,6 @@ const NotificationSubscriptionConnectionFragmentDoc = {
88648
88752
  ],
88649
88753
  },
88650
88754
  },
88651
- ...NotificationSubscriptionFragmentDoc.definitions,
88652
- ...PageInfoFragmentDoc.definitions,
88653
88755
  ],
88654
88756
  };
88655
88757
  const NotificationSubscriptionPayloadFragmentDoc = {
@@ -88676,7 +88778,6 @@ const NotificationSubscriptionPayloadFragmentDoc = {
88676
88778
  ],
88677
88779
  },
88678
88780
  },
88679
- ...NotificationSubscriptionFragmentDoc.definitions,
88680
88781
  ],
88681
88782
  };
88682
88783
  const OauthClientFragmentDoc = {
@@ -88749,8 +88850,6 @@ const OauthClientConnectionFragmentDoc = {
88749
88850
  ],
88750
88851
  },
88751
88852
  },
88752
- ...OauthClientFragmentDoc.definitions,
88753
- ...PageInfoFragmentDoc.definitions,
88754
88853
  ],
88755
88854
  };
88756
88855
  const OrganizationCancelDeletePayloadFragmentDoc = {
@@ -88816,6 +88915,7 @@ const OrganizationInviteFragmentDoc = {
88816
88915
  kind: "SelectionSet",
88817
88916
  selections: [
88818
88917
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88918
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
88819
88919
  { kind: "Field", name: { kind: "Name", value: "external" } },
88820
88920
  { kind: "Field", name: { kind: "Name", value: "email" } },
88821
88921
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
@@ -88875,8 +88975,6 @@ const OrganizationInviteConnectionFragmentDoc = {
88875
88975
  ],
88876
88976
  },
88877
88977
  },
88878
- ...OrganizationInviteFragmentDoc.definitions,
88879
- ...PageInfoFragmentDoc.definitions,
88880
88978
  ],
88881
88979
  };
88882
88980
  const OrganizationInviteFullDetailsPayloadFragmentDoc = {
@@ -88975,6 +89073,7 @@ const ProjectFragmentDoc = {
88975
89073
  kind: "SelectionSet",
88976
89074
  selections: [
88977
89075
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89076
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
88978
89077
  { kind: "Field", name: { kind: "Name", value: "url" } },
88979
89078
  {
88980
89079
  kind: "Field",
@@ -89010,6 +89109,7 @@ const ProjectFragmentDoc = {
89010
89109
  },
89011
89110
  },
89012
89111
  { kind: "Field", name: { kind: "Name", value: "color" } },
89112
+ { kind: "Field", name: { kind: "Name", value: "content" } },
89013
89113
  { kind: "Field", name: { kind: "Name", value: "description" } },
89014
89114
  { kind: "Field", name: { kind: "Name", value: "name" } },
89015
89115
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -89071,8 +89171,6 @@ const ProjectConnectionFragmentDoc = {
89071
89171
  ],
89072
89172
  },
89073
89173
  },
89074
- ...ProjectFragmentDoc.definitions,
89075
- ...PageInfoFragmentDoc.definitions,
89076
89174
  ],
89077
89175
  };
89078
89176
  const ProjectFilterSuggestionPayloadFragmentDoc = {
@@ -89160,8 +89258,6 @@ const ProjectLinkConnectionFragmentDoc = {
89160
89258
  ],
89161
89259
  },
89162
89260
  },
89163
- ...ProjectLinkFragmentDoc.definitions,
89164
- ...PageInfoFragmentDoc.definitions,
89165
89261
  ],
89166
89262
  };
89167
89263
  const ProjectLinkPayloadFragmentDoc = {
@@ -89252,8 +89348,6 @@ const ProjectMilestoneConnectionFragmentDoc = {
89252
89348
  ],
89253
89349
  },
89254
89350
  },
89255
- ...ProjectMilestoneFragmentDoc.definitions,
89256
- ...PageInfoFragmentDoc.definitions,
89257
89351
  ],
89258
89352
  };
89259
89353
  const ProjectMilestonePayloadFragmentDoc = {
@@ -89319,6 +89413,7 @@ const ProjectSearchResultFragmentDoc = {
89319
89413
  kind: "SelectionSet",
89320
89414
  selections: [
89321
89415
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89416
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
89322
89417
  { kind: "Field", name: { kind: "Name", value: "metadata" } },
89323
89418
  { kind: "Field", name: { kind: "Name", value: "url" } },
89324
89419
  {
@@ -89355,6 +89450,7 @@ const ProjectSearchResultFragmentDoc = {
89355
89450
  },
89356
89451
  },
89357
89452
  { kind: "Field", name: { kind: "Name", value: "color" } },
89453
+ { kind: "Field", name: { kind: "Name", value: "content" } },
89358
89454
  { kind: "Field", name: { kind: "Name", value: "description" } },
89359
89455
  { kind: "Field", name: { kind: "Name", value: "name" } },
89360
89456
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -89425,9 +89521,6 @@ const ProjectSearchPayloadFragmentDoc = {
89425
89521
  ],
89426
89522
  },
89427
89523
  },
89428
- ...ArchiveResponseFragmentDoc.definitions,
89429
- ...ProjectSearchResultFragmentDoc.definitions,
89430
- ...PageInfoFragmentDoc.definitions,
89431
89524
  ],
89432
89525
  };
89433
89526
  const ProjectSearchResultConnectionFragmentDoc = {
@@ -89460,8 +89553,6 @@ const ProjectSearchResultConnectionFragmentDoc = {
89460
89553
  ],
89461
89554
  },
89462
89555
  },
89463
- ...ProjectSearchResultFragmentDoc.definitions,
89464
- ...PageInfoFragmentDoc.definitions,
89465
89556
  ],
89466
89557
  };
89467
89558
  const ProjectUpdateFragmentDoc = {
@@ -89476,6 +89567,7 @@ const ProjectUpdateFragmentDoc = {
89476
89567
  selections: [
89477
89568
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89478
89569
  { kind: "Field", name: { kind: "Name", value: "url" } },
89570
+ { kind: "Field", name: { kind: "Name", value: "diff" } },
89479
89571
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89480
89572
  {
89481
89573
  kind: "Field",
@@ -89533,8 +89625,6 @@ const ProjectUpdateConnectionFragmentDoc = {
89533
89625
  ],
89534
89626
  },
89535
89627
  },
89536
- ...ProjectUpdateFragmentDoc.definitions,
89537
- ...PageInfoFragmentDoc.definitions,
89538
89628
  ],
89539
89629
  };
89540
89630
  const ProjectUpdateInteractionFragmentDoc = {
@@ -89604,8 +89694,6 @@ const ProjectUpdateInteractionConnectionFragmentDoc = {
89604
89694
  ],
89605
89695
  },
89606
89696
  },
89607
- ...ProjectUpdateInteractionFragmentDoc.definitions,
89608
- ...PageInfoFragmentDoc.definitions,
89609
89697
  ],
89610
89698
  };
89611
89699
  const ProjectUpdateInteractionPayloadFragmentDoc = {
@@ -89744,8 +89832,6 @@ const PushSubscriptionConnectionFragmentDoc = {
89744
89832
  ],
89745
89833
  },
89746
89834
  },
89747
- ...PushSubscriptionFragmentDoc.definitions,
89748
- ...PageInfoFragmentDoc.definitions,
89749
89835
  ],
89750
89836
  };
89751
89837
  const PushSubscriptionPayloadFragmentDoc = {
@@ -89829,7 +89915,6 @@ const RateLimitPayloadFragmentDoc = {
89829
89915
  ],
89830
89916
  },
89831
89917
  },
89832
- ...RateLimitResultPayloadFragmentDoc.definitions,
89833
89918
  ],
89834
89919
  };
89835
89920
  const ReactionFragmentDoc = {
@@ -89891,8 +89976,6 @@ const ReactionConnectionFragmentDoc = {
89891
89976
  ],
89892
89977
  },
89893
89978
  },
89894
- ...ReactionFragmentDoc.definitions,
89895
- ...PageInfoFragmentDoc.definitions,
89896
89979
  ],
89897
89980
  };
89898
89981
  const ReactionPayloadFragmentDoc = {
@@ -89919,7 +90002,6 @@ const ReactionPayloadFragmentDoc = {
89919
90002
  ],
89920
90003
  },
89921
90004
  },
89922
- ...ReactionFragmentDoc.definitions,
89923
90005
  ],
89924
90006
  };
89925
90007
  const RoadmapFragmentDoc = {
@@ -89993,8 +90075,6 @@ const RoadmapConnectionFragmentDoc = {
89993
90075
  ],
89994
90076
  },
89995
90077
  },
89996
- ...RoadmapFragmentDoc.definitions,
89997
- ...PageInfoFragmentDoc.definitions,
89998
90078
  ],
89999
90079
  };
90000
90080
  const RoadmapPayloadFragmentDoc = {
@@ -90090,8 +90170,6 @@ const RoadmapToProjectConnectionFragmentDoc = {
90090
90170
  ],
90091
90171
  },
90092
90172
  },
90093
- ...RoadmapToProjectFragmentDoc.definitions,
90094
- ...PageInfoFragmentDoc.definitions,
90095
90173
  ],
90096
90174
  };
90097
90175
  const RoadmapToProjectPayloadFragmentDoc = {
@@ -90276,6 +90354,14 @@ const TeamFragmentDoc = {
90276
90354
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
90277
90355
  },
90278
90356
  },
90357
+ {
90358
+ kind: "Field",
90359
+ name: { kind: "Name", value: "mergeableWorkflowState" },
90360
+ selectionSet: {
90361
+ kind: "SelectionSet",
90362
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
90363
+ },
90364
+ },
90279
90365
  {
90280
90366
  kind: "Field",
90281
90367
  name: { kind: "Name", value: "reviewWorkflowState" },
@@ -90349,8 +90435,6 @@ const TeamConnectionFragmentDoc = {
90349
90435
  ],
90350
90436
  },
90351
90437
  },
90352
- ...TeamFragmentDoc.definitions,
90353
- ...PageInfoFragmentDoc.definitions,
90354
90438
  ],
90355
90439
  };
90356
90440
  const TeamMembershipFragmentDoc = {
@@ -90421,8 +90505,6 @@ const TeamMembershipConnectionFragmentDoc = {
90421
90505
  ],
90422
90506
  },
90423
90507
  },
90424
- ...TeamMembershipFragmentDoc.definitions,
90425
- ...PageInfoFragmentDoc.definitions,
90426
90508
  ],
90427
90509
  };
90428
90510
  const TeamMembershipPayloadFragmentDoc = {
@@ -90499,7 +90581,6 @@ const TemplateConnectionFragmentDoc = {
90499
90581
  ],
90500
90582
  },
90501
90583
  },
90502
- ...PageInfoFragmentDoc.definitions,
90503
90584
  ],
90504
90585
  };
90505
90586
  const TemplatePayloadFragmentDoc = {
@@ -90574,7 +90655,6 @@ const UploadFileFragmentDoc = {
90574
90655
  ],
90575
90656
  },
90576
90657
  },
90577
- ...UploadFileHeaderFragmentDoc.definitions,
90578
90658
  ],
90579
90659
  };
90580
90660
  const UploadPayloadFragmentDoc = {
@@ -90601,7 +90681,6 @@ const UploadPayloadFragmentDoc = {
90601
90681
  ],
90602
90682
  },
90603
90683
  },
90604
- ...UploadFileFragmentDoc.definitions,
90605
90684
  ],
90606
90685
  };
90607
90686
  const UserAdminPayloadFragmentDoc = {
@@ -90651,8 +90730,6 @@ const UserConnectionFragmentDoc = {
90651
90730
  ],
90652
90731
  },
90653
90732
  },
90654
- ...UserFragmentDoc.definitions,
90655
- ...PageInfoFragmentDoc.definitions,
90656
90733
  ],
90657
90734
  };
90658
90735
  const UserPayloadFragmentDoc = {
@@ -90783,7 +90860,6 @@ const ViewPreferencesPayloadFragmentDoc = {
90783
90860
  ],
90784
90861
  },
90785
90862
  },
90786
- ...ViewPreferencesFragmentDoc.definitions,
90787
90863
  ],
90788
90864
  };
90789
90865
  const WebhookFragmentDoc = {
@@ -90858,8 +90934,6 @@ const WebhookConnectionFragmentDoc = {
90858
90934
  ],
90859
90935
  },
90860
90936
  },
90861
- ...WebhookFragmentDoc.definitions,
90862
- ...PageInfoFragmentDoc.definitions,
90863
90937
  ],
90864
90938
  };
90865
90939
  const WebhookPayloadFragmentDoc = {
@@ -90960,8 +91034,6 @@ const WorkflowCronJobDefinitionConnectionFragmentDoc = {
90960
91034
  ],
90961
91035
  },
90962
91036
  },
90963
- ...WorkflowCronJobDefinitionFragmentDoc.definitions,
90964
- ...PageInfoFragmentDoc.definitions,
90965
91037
  ],
90966
91038
  };
90967
91039
  const WorkflowDefinitionFragmentDoc = {
@@ -91077,8 +91149,6 @@ const WorkflowDefinitionConnectionFragmentDoc = {
91077
91149
  ],
91078
91150
  },
91079
91151
  },
91080
- ...WorkflowDefinitionFragmentDoc.definitions,
91081
- ...PageInfoFragmentDoc.definitions,
91082
91152
  ],
91083
91153
  };
91084
91154
  const WorkflowStateFragmentDoc = {
@@ -91144,8 +91214,6 @@ const WorkflowStateConnectionFragmentDoc = {
91144
91214
  ],
91145
91215
  },
91146
91216
  },
91147
- ...WorkflowStateFragmentDoc.definitions,
91148
- ...PageInfoFragmentDoc.definitions,
91149
91217
  ],
91150
91218
  };
91151
91219
  const WorkflowStatePayloadFragmentDoc = {
@@ -91254,6 +91322,7 @@ const CreateApiKeyDocument = {
91254
91322
  },
91255
91323
  },
91256
91324
  ...ApiKeyPayloadFragmentDoc.definitions,
91325
+ ...ApiKeyFragmentDoc.definitions,
91257
91326
  ],
91258
91327
  };
91259
91328
  const DeleteApiKeyDocument = {
@@ -91424,6 +91493,16 @@ const AttachmentLinkDiscordDocument = {
91424
91493
  variable: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
91425
91494
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91426
91495
  },
91496
+ {
91497
+ kind: "VariableDefinition",
91498
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91499
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91500
+ },
91501
+ {
91502
+ kind: "VariableDefinition",
91503
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91504
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91505
+ },
91427
91506
  {
91428
91507
  kind: "VariableDefinition",
91429
91508
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91452,6 +91531,16 @@ const AttachmentLinkDiscordDocument = {
91452
91531
  name: { kind: "Name", value: "channelId" },
91453
91532
  value: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
91454
91533
  },
91534
+ {
91535
+ kind: "Argument",
91536
+ name: { kind: "Name", value: "createAsUser" },
91537
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91538
+ },
91539
+ {
91540
+ kind: "Argument",
91541
+ name: { kind: "Name", value: "displayIconUrl" },
91542
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91543
+ },
91455
91544
  {
91456
91545
  kind: "Argument",
91457
91546
  name: { kind: "Name", value: "issueId" },
@@ -91492,6 +91581,16 @@ const AttachmentLinkFrontDocument = {
91492
91581
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91493
91582
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91494
91583
  },
91584
+ {
91585
+ kind: "VariableDefinition",
91586
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91587
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91588
+ },
91589
+ {
91590
+ kind: "VariableDefinition",
91591
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91592
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91593
+ },
91495
91594
  {
91496
91595
  kind: "VariableDefinition",
91497
91596
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91510,6 +91609,16 @@ const AttachmentLinkFrontDocument = {
91510
91609
  name: { kind: "Name", value: "conversationId" },
91511
91610
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91512
91611
  },
91612
+ {
91613
+ kind: "Argument",
91614
+ name: { kind: "Name", value: "createAsUser" },
91615
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91616
+ },
91617
+ {
91618
+ kind: "Argument",
91619
+ name: { kind: "Name", value: "displayIconUrl" },
91620
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91621
+ },
91513
91622
  {
91514
91623
  kind: "Argument",
91515
91624
  name: { kind: "Name", value: "issueId" },
@@ -91540,6 +91649,16 @@ const AttachmentLinkIntercomDocument = {
91540
91649
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91541
91650
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91542
91651
  },
91652
+ {
91653
+ kind: "VariableDefinition",
91654
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91655
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91656
+ },
91657
+ {
91658
+ kind: "VariableDefinition",
91659
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91660
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91661
+ },
91543
91662
  {
91544
91663
  kind: "VariableDefinition",
91545
91664
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91558,6 +91677,16 @@ const AttachmentLinkIntercomDocument = {
91558
91677
  name: { kind: "Name", value: "conversationId" },
91559
91678
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91560
91679
  },
91680
+ {
91681
+ kind: "Argument",
91682
+ name: { kind: "Name", value: "createAsUser" },
91683
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91684
+ },
91685
+ {
91686
+ kind: "Argument",
91687
+ name: { kind: "Name", value: "displayIconUrl" },
91688
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91689
+ },
91561
91690
  {
91562
91691
  kind: "Argument",
91563
91692
  name: { kind: "Name", value: "issueId" },
@@ -91636,6 +91765,16 @@ const AttachmentLinkSlackDocument = {
91636
91765
  variable: { kind: "Variable", name: { kind: "Name", value: "channel" } },
91637
91766
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91638
91767
  },
91768
+ {
91769
+ kind: "VariableDefinition",
91770
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91771
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91772
+ },
91773
+ {
91774
+ kind: "VariableDefinition",
91775
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91776
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91777
+ },
91639
91778
  {
91640
91779
  kind: "VariableDefinition",
91641
91780
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -91679,6 +91818,16 @@ const AttachmentLinkSlackDocument = {
91679
91818
  name: { kind: "Name", value: "channel" },
91680
91819
  value: { kind: "Variable", name: { kind: "Name", value: "channel" } },
91681
91820
  },
91821
+ {
91822
+ kind: "Argument",
91823
+ name: { kind: "Name", value: "createAsUser" },
91824
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91825
+ },
91826
+ {
91827
+ kind: "Argument",
91828
+ name: { kind: "Name", value: "displayIconUrl" },
91829
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91830
+ },
91682
91831
  {
91683
91832
  kind: "Argument",
91684
91833
  name: { kind: "Name", value: "id" },
@@ -91729,6 +91878,16 @@ const AttachmentLinkUrlDocument = {
91729
91878
  operation: "mutation",
91730
91879
  name: { kind: "Name", value: "attachmentLinkURL" },
91731
91880
  variableDefinitions: [
91881
+ {
91882
+ kind: "VariableDefinition",
91883
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91884
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91885
+ },
91886
+ {
91887
+ kind: "VariableDefinition",
91888
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91889
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91890
+ },
91732
91891
  {
91733
91892
  kind: "VariableDefinition",
91734
91893
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -91757,6 +91916,16 @@ const AttachmentLinkUrlDocument = {
91757
91916
  kind: "Field",
91758
91917
  name: { kind: "Name", value: "attachmentLinkURL" },
91759
91918
  arguments: [
91919
+ {
91920
+ kind: "Argument",
91921
+ name: { kind: "Name", value: "createAsUser" },
91922
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91923
+ },
91924
+ {
91925
+ kind: "Argument",
91926
+ name: { kind: "Name", value: "displayIconUrl" },
91927
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91928
+ },
91760
91929
  {
91761
91930
  kind: "Argument",
91762
91931
  name: { kind: "Name", value: "id" },
@@ -91797,6 +91966,16 @@ const AttachmentLinkZendeskDocument = {
91797
91966
  operation: "mutation",
91798
91967
  name: { kind: "Name", value: "attachmentLinkZendesk" },
91799
91968
  variableDefinitions: [
91969
+ {
91970
+ kind: "VariableDefinition",
91971
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91972
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91973
+ },
91974
+ {
91975
+ kind: "VariableDefinition",
91976
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91977
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91978
+ },
91800
91979
  {
91801
91980
  kind: "VariableDefinition",
91802
91981
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91815,6 +91994,16 @@ const AttachmentLinkZendeskDocument = {
91815
91994
  kind: "Field",
91816
91995
  name: { kind: "Name", value: "attachmentLinkZendesk" },
91817
91996
  arguments: [
91997
+ {
91998
+ kind: "Argument",
91999
+ name: { kind: "Name", value: "createAsUser" },
92000
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
92001
+ },
92002
+ {
92003
+ kind: "Argument",
92004
+ name: { kind: "Name", value: "displayIconUrl" },
92005
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
92006
+ },
91818
92007
  {
91819
92008
  kind: "Argument",
91820
92009
  name: { kind: "Name", value: "issueId" },
@@ -92614,6 +92803,9 @@ const EmailTokenUserAccountAuthDocument = {
92614
92803
  },
92615
92804
  },
92616
92805
  ...AuthResolverResponseFragmentDoc.definitions,
92806
+ ...OrganizationFragmentDoc.definitions,
92807
+ ...PaidSubscriptionFragmentDoc.definitions,
92808
+ ...UserFragmentDoc.definitions,
92617
92809
  ],
92618
92810
  };
92619
92811
  const EmailUnsubscribeDocument = {
@@ -92982,6 +93174,8 @@ const FileUploadDocument = {
92982
93174
  },
92983
93175
  },
92984
93176
  ...UploadPayloadFragmentDoc.definitions,
93177
+ ...UploadFileFragmentDoc.definitions,
93178
+ ...UploadFileHeaderFragmentDoc.definitions,
92985
93179
  ],
92986
93180
  };
92987
93181
  const GoogleUserAccountAuthDocument = {
@@ -93023,6 +93217,9 @@ const GoogleUserAccountAuthDocument = {
93023
93217
  },
93024
93218
  },
93025
93219
  ...AuthResolverResponseFragmentDoc.definitions,
93220
+ ...OrganizationFragmentDoc.definitions,
93221
+ ...PaidSubscriptionFragmentDoc.definitions,
93222
+ ...UserFragmentDoc.definitions,
93026
93223
  ],
93027
93224
  };
93028
93225
  const ImageUploadFromUrlDocument = {
@@ -93129,6 +93326,57 @@ const ImportFileUploadDocument = {
93129
93326
  },
93130
93327
  },
93131
93328
  ...UploadPayloadFragmentDoc.definitions,
93329
+ ...UploadFileFragmentDoc.definitions,
93330
+ ...UploadFileHeaderFragmentDoc.definitions,
93331
+ ],
93332
+ };
93333
+ const IntegrationAsksConnectChannelDocument = {
93334
+ kind: "Document",
93335
+ definitions: [
93336
+ {
93337
+ kind: "OperationDefinition",
93338
+ operation: "mutation",
93339
+ name: { kind: "Name", value: "integrationAsksConnectChannel" },
93340
+ variableDefinitions: [
93341
+ {
93342
+ kind: "VariableDefinition",
93343
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
93344
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93345
+ },
93346
+ {
93347
+ kind: "VariableDefinition",
93348
+ variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
93349
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93350
+ },
93351
+ ],
93352
+ selectionSet: {
93353
+ kind: "SelectionSet",
93354
+ selections: [
93355
+ {
93356
+ kind: "Field",
93357
+ name: { kind: "Name", value: "integrationAsksConnectChannel" },
93358
+ arguments: [
93359
+ {
93360
+ kind: "Argument",
93361
+ name: { kind: "Name", value: "code" },
93362
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
93363
+ },
93364
+ {
93365
+ kind: "Argument",
93366
+ name: { kind: "Name", value: "redirectUri" },
93367
+ value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
93368
+ },
93369
+ ],
93370
+ selectionSet: {
93371
+ kind: "SelectionSet",
93372
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AsksChannelConnectPayload" } }],
93373
+ },
93374
+ },
93375
+ ],
93376
+ },
93377
+ },
93378
+ ...AsksChannelConnectPayloadFragmentDoc.definitions,
93379
+ ...SlackChannelNameMappingFragmentDoc.definitions,
93132
93380
  ],
93133
93381
  };
93134
93382
  const DeleteIntegrationDocument = {
@@ -94480,6 +94728,7 @@ const UpdateIssueBatchDocument = {
94480
94728
  },
94481
94729
  },
94482
94730
  ...IssueBatchPayloadFragmentDoc.definitions,
94731
+ ...IssueFragmentDoc.definitions,
94483
94732
  ],
94484
94733
  };
94485
94734
  const CreateIssueDocument = {
@@ -94664,6 +94913,7 @@ const IssueImportCreateAsanaDocument = {
94664
94913
  },
94665
94914
  },
94666
94915
  ...IssueImportPayloadFragmentDoc.definitions,
94916
+ ...IssueImportFragmentDoc.definitions,
94667
94917
  ],
94668
94918
  };
94669
94919
  const IssueImportCreateCsvJiraDocument = {
@@ -94762,6 +95012,7 @@ const IssueImportCreateCsvJiraDocument = {
94762
95012
  },
94763
95013
  },
94764
95014
  ...IssueImportPayloadFragmentDoc.definitions,
95015
+ ...IssueImportFragmentDoc.definitions,
94765
95016
  ],
94766
95017
  };
94767
95018
  const IssueImportCreateClubhouseDocument = {
@@ -94870,6 +95121,7 @@ const IssueImportCreateClubhouseDocument = {
94870
95121
  },
94871
95122
  },
94872
95123
  ...IssueImportPayloadFragmentDoc.definitions,
95124
+ ...IssueImportFragmentDoc.definitions,
94873
95125
  ],
94874
95126
  };
94875
95127
  const IssueImportCreateGithubDocument = {
@@ -94998,6 +95250,7 @@ const IssueImportCreateGithubDocument = {
94998
95250
  },
94999
95251
  },
95000
95252
  ...IssueImportPayloadFragmentDoc.definitions,
95253
+ ...IssueImportFragmentDoc.definitions,
95001
95254
  ],
95002
95255
  };
95003
95256
  const IssueImportCreateJiraDocument = {
@@ -95126,6 +95379,7 @@ const IssueImportCreateJiraDocument = {
95126
95379
  },
95127
95380
  },
95128
95381
  ...IssueImportPayloadFragmentDoc.definitions,
95382
+ ...IssueImportFragmentDoc.definitions,
95129
95383
  ],
95130
95384
  };
95131
95385
  const DeleteIssueImportDocument = {
@@ -95164,6 +95418,7 @@ const DeleteIssueImportDocument = {
95164
95418
  },
95165
95419
  },
95166
95420
  ...IssueImportDeletePayloadFragmentDoc.definitions,
95421
+ ...IssueImportFragmentDoc.definitions,
95167
95422
  ],
95168
95423
  };
95169
95424
  const IssueImportProcessDocument = {
@@ -95212,6 +95467,7 @@ const IssueImportProcessDocument = {
95212
95467
  },
95213
95468
  },
95214
95469
  ...IssueImportPayloadFragmentDoc.definitions,
95470
+ ...IssueImportFragmentDoc.definitions,
95215
95471
  ],
95216
95472
  };
95217
95473
  const UpdateIssueImportDocument = {
@@ -95263,6 +95519,7 @@ const UpdateIssueImportDocument = {
95263
95519
  },
95264
95520
  },
95265
95521
  ...IssueImportPayloadFragmentDoc.definitions,
95522
+ ...IssueImportFragmentDoc.definitions,
95266
95523
  ],
95267
95524
  };
95268
95525
  const CreateIssueLabelDocument = {
@@ -95812,6 +96069,12 @@ const ArchiveNotificationDocument = {
95812
96069
  },
95813
96070
  },
95814
96071
  ...NotificationArchivePayloadFragmentDoc.definitions,
96072
+ ...NotificationFragmentDoc.definitions,
96073
+ ...ActorBotFragmentDoc.definitions,
96074
+ ...IssueNotificationFragmentDoc.definitions,
96075
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96076
+ ...OauthClientApprovalFragmentDoc.definitions,
96077
+ ...ProjectNotificationFragmentDoc.definitions,
95815
96078
  ],
95816
96079
  };
95817
96080
  const NotificationArchiveAllDocument = {
@@ -95853,6 +96116,12 @@ const NotificationArchiveAllDocument = {
95853
96116
  },
95854
96117
  },
95855
96118
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96119
+ ...NotificationFragmentDoc.definitions,
96120
+ ...ActorBotFragmentDoc.definitions,
96121
+ ...IssueNotificationFragmentDoc.definitions,
96122
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96123
+ ...OauthClientApprovalFragmentDoc.definitions,
96124
+ ...ProjectNotificationFragmentDoc.definitions,
95856
96125
  ],
95857
96126
  };
95858
96127
  const NotificationMarkReadAllDocument = {
@@ -95904,6 +96173,12 @@ const NotificationMarkReadAllDocument = {
95904
96173
  },
95905
96174
  },
95906
96175
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96176
+ ...NotificationFragmentDoc.definitions,
96177
+ ...ActorBotFragmentDoc.definitions,
96178
+ ...IssueNotificationFragmentDoc.definitions,
96179
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96180
+ ...OauthClientApprovalFragmentDoc.definitions,
96181
+ ...ProjectNotificationFragmentDoc.definitions,
95907
96182
  ],
95908
96183
  };
95909
96184
  const NotificationMarkUnreadAllDocument = {
@@ -95945,6 +96220,12 @@ const NotificationMarkUnreadAllDocument = {
95945
96220
  },
95946
96221
  },
95947
96222
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96223
+ ...NotificationFragmentDoc.definitions,
96224
+ ...ActorBotFragmentDoc.definitions,
96225
+ ...IssueNotificationFragmentDoc.definitions,
96226
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96227
+ ...OauthClientApprovalFragmentDoc.definitions,
96228
+ ...ProjectNotificationFragmentDoc.definitions,
95948
96229
  ],
95949
96230
  };
95950
96231
  const NotificationSnoozeAllDocument = {
@@ -95996,6 +96277,12 @@ const NotificationSnoozeAllDocument = {
95996
96277
  },
95997
96278
  },
95998
96279
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96280
+ ...NotificationFragmentDoc.definitions,
96281
+ ...ActorBotFragmentDoc.definitions,
96282
+ ...IssueNotificationFragmentDoc.definitions,
96283
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96284
+ ...OauthClientApprovalFragmentDoc.definitions,
96285
+ ...ProjectNotificationFragmentDoc.definitions,
95999
96286
  ],
96000
96287
  };
96001
96288
  const CreateNotificationSubscriptionDocument = {
@@ -96039,6 +96326,7 @@ const CreateNotificationSubscriptionDocument = {
96039
96326
  },
96040
96327
  },
96041
96328
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
96329
+ ...NotificationSubscriptionFragmentDoc.definitions,
96042
96330
  ],
96043
96331
  };
96044
96332
  const DeleteNotificationSubscriptionDocument = {
@@ -96130,6 +96418,7 @@ const UpdateNotificationSubscriptionDocument = {
96130
96418
  },
96131
96419
  },
96132
96420
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
96421
+ ...NotificationSubscriptionFragmentDoc.definitions,
96133
96422
  ],
96134
96423
  };
96135
96424
  const UnarchiveNotificationDocument = {
@@ -96168,6 +96457,12 @@ const UnarchiveNotificationDocument = {
96168
96457
  },
96169
96458
  },
96170
96459
  ...NotificationArchivePayloadFragmentDoc.definitions,
96460
+ ...NotificationFragmentDoc.definitions,
96461
+ ...ActorBotFragmentDoc.definitions,
96462
+ ...IssueNotificationFragmentDoc.definitions,
96463
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96464
+ ...OauthClientApprovalFragmentDoc.definitions,
96465
+ ...ProjectNotificationFragmentDoc.definitions,
96171
96466
  ],
96172
96467
  };
96173
96468
  const NotificationUnsnoozeAllDocument = {
@@ -96219,6 +96514,12 @@ const NotificationUnsnoozeAllDocument = {
96219
96514
  },
96220
96515
  },
96221
96516
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96517
+ ...NotificationFragmentDoc.definitions,
96518
+ ...ActorBotFragmentDoc.definitions,
96519
+ ...IssueNotificationFragmentDoc.definitions,
96520
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96521
+ ...OauthClientApprovalFragmentDoc.definitions,
96522
+ ...ProjectNotificationFragmentDoc.definitions,
96222
96523
  ],
96223
96524
  };
96224
96525
  const UpdateNotificationDocument = {
@@ -96270,6 +96571,12 @@ const UpdateNotificationDocument = {
96270
96571
  },
96271
96572
  },
96272
96573
  ...NotificationPayloadFragmentDoc.definitions,
96574
+ ...NotificationFragmentDoc.definitions,
96575
+ ...ActorBotFragmentDoc.definitions,
96576
+ ...IssueNotificationFragmentDoc.definitions,
96577
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96578
+ ...OauthClientApprovalFragmentDoc.definitions,
96579
+ ...ProjectNotificationFragmentDoc.definitions,
96273
96580
  ],
96274
96581
  };
96275
96582
  const DeleteOrganizationCancelDocument = {
@@ -96611,6 +96918,11 @@ const ArchiveProjectDocument = {
96611
96918
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96612
96919
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96613
96920
  },
96921
+ {
96922
+ kind: "VariableDefinition",
96923
+ variable: { kind: "Variable", name: { kind: "Name", value: "trash" } },
96924
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96925
+ },
96614
96926
  ],
96615
96927
  selectionSet: {
96616
96928
  kind: "SelectionSet",
@@ -96624,6 +96936,11 @@ const ArchiveProjectDocument = {
96624
96936
  name: { kind: "Name", value: "id" },
96625
96937
  value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96626
96938
  },
96939
+ {
96940
+ kind: "Argument",
96941
+ name: { kind: "Name", value: "trash" },
96942
+ value: { kind: "Variable", name: { kind: "Name", value: "trash" } },
96943
+ },
96627
96944
  ],
96628
96945
  selectionSet: {
96629
96946
  kind: "SelectionSet",
@@ -96706,13 +97023,13 @@ const DeleteProjectDocument = {
96706
97023
  ],
96707
97024
  selectionSet: {
96708
97025
  kind: "SelectionSet",
96709
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
97026
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectArchivePayload" } }],
96710
97027
  },
96711
97028
  },
96712
97029
  ],
96713
97030
  },
96714
97031
  },
96715
- ...DeletePayloadFragmentDoc.definitions,
97032
+ ...ProjectArchivePayloadFragmentDoc.definitions,
96716
97033
  ],
96717
97034
  };
96718
97035
  const CreateProjectLinkDocument = {
@@ -97395,6 +97712,7 @@ const CreateReactionDocument = {
97395
97712
  },
97396
97713
  },
97397
97714
  ...ReactionPayloadFragmentDoc.definitions,
97715
+ ...ReactionFragmentDoc.definitions,
97398
97716
  ],
97399
97717
  };
97400
97718
  const DeleteReactionDocument = {
@@ -97886,6 +98204,9 @@ const SamlTokenUserAccountAuthDocument = {
97886
98204
  },
97887
98205
  },
97888
98206
  ...AuthResolverResponseFragmentDoc.definitions,
98207
+ ...OrganizationFragmentDoc.definitions,
98208
+ ...PaidSubscriptionFragmentDoc.definitions,
98209
+ ...UserFragmentDoc.definitions,
97889
98210
  ],
97890
98211
  };
97891
98212
  const CreateTeamDocument = {
@@ -99054,6 +99375,7 @@ const CreateViewPreferencesDocument = {
99054
99375
  },
99055
99376
  },
99056
99377
  ...ViewPreferencesPayloadFragmentDoc.definitions,
99378
+ ...ViewPreferencesFragmentDoc.definitions,
99057
99379
  ],
99058
99380
  };
99059
99381
  const DeleteViewPreferencesDocument = {
@@ -99143,6 +99465,7 @@ const UpdateViewPreferencesDocument = {
99143
99465
  },
99144
99466
  },
99145
99467
  ...ViewPreferencesPayloadFragmentDoc.definitions,
99468
+ ...ViewPreferencesFragmentDoc.definitions,
99146
99469
  ],
99147
99470
  };
99148
99471
  const CreateWebhookDocument = {
@@ -99539,6 +99862,8 @@ const ProjectMilestonesDocument = {
99539
99862
  },
99540
99863
  },
99541
99864
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
99865
+ ...ProjectMilestoneFragmentDoc.definitions,
99866
+ ...PageInfoFragmentDoc.definitions,
99542
99867
  ],
99543
99868
  };
99544
99869
  const AdministrableTeamsDocument = {
@@ -99637,6 +99962,8 @@ const AdministrableTeamsDocument = {
99637
99962
  },
99638
99963
  },
99639
99964
  ...TeamConnectionFragmentDoc.definitions,
99965
+ ...TeamFragmentDoc.definitions,
99966
+ ...PageInfoFragmentDoc.definitions,
99640
99967
  ],
99641
99968
  };
99642
99969
  const ApiKeysDocument = {
@@ -99725,6 +100052,8 @@ const ApiKeysDocument = {
99725
100052
  },
99726
100053
  },
99727
100054
  ...ApiKeyConnectionFragmentDoc.definitions,
100055
+ ...ApiKeyFragmentDoc.definitions,
100056
+ ...PageInfoFragmentDoc.definitions,
99728
100057
  ],
99729
100058
  };
99730
100059
  const ApplicationInfoDocument = {
@@ -100032,6 +100361,8 @@ const AttachmentIssue_AttachmentsDocument = {
100032
100361
  },
100033
100362
  },
100034
100363
  ...AttachmentConnectionFragmentDoc.definitions,
100364
+ ...AttachmentFragmentDoc.definitions,
100365
+ ...PageInfoFragmentDoc.definitions,
100035
100366
  ],
100036
100367
  };
100037
100368
  const AttachmentIssue_ChildrenDocument = {
@@ -100151,6 +100482,8 @@ const AttachmentIssue_ChildrenDocument = {
100151
100482
  },
100152
100483
  },
100153
100484
  ...IssueConnectionFragmentDoc.definitions,
100485
+ ...IssueFragmentDoc.definitions,
100486
+ ...PageInfoFragmentDoc.definitions,
100154
100487
  ],
100155
100488
  };
100156
100489
  const AttachmentIssue_CommentsDocument = {
@@ -100270,6 +100603,9 @@ const AttachmentIssue_CommentsDocument = {
100270
100603
  },
100271
100604
  },
100272
100605
  ...CommentConnectionFragmentDoc.definitions,
100606
+ ...CommentFragmentDoc.definitions,
100607
+ ...ActorBotFragmentDoc.definitions,
100608
+ ...PageInfoFragmentDoc.definitions,
100273
100609
  ],
100274
100610
  };
100275
100611
  const AttachmentIssue_HistoryDocument = {
@@ -100379,6 +100715,11 @@ const AttachmentIssue_HistoryDocument = {
100379
100715
  },
100380
100716
  },
100381
100717
  ...IssueHistoryConnectionFragmentDoc.definitions,
100718
+ ...IssueHistoryFragmentDoc.definitions,
100719
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
100720
+ ...ActorBotFragmentDoc.definitions,
100721
+ ...IssueImportFragmentDoc.definitions,
100722
+ ...PageInfoFragmentDoc.definitions,
100382
100723
  ],
100383
100724
  };
100384
100725
  const AttachmentIssue_InverseRelationsDocument = {
@@ -100488,6 +100829,8 @@ const AttachmentIssue_InverseRelationsDocument = {
100488
100829
  },
100489
100830
  },
100490
100831
  ...IssueRelationConnectionFragmentDoc.definitions,
100832
+ ...IssueRelationFragmentDoc.definitions,
100833
+ ...PageInfoFragmentDoc.definitions,
100491
100834
  ],
100492
100835
  };
100493
100836
  const AttachmentIssue_LabelsDocument = {
@@ -100607,6 +100950,8 @@ const AttachmentIssue_LabelsDocument = {
100607
100950
  },
100608
100951
  },
100609
100952
  ...IssueLabelConnectionFragmentDoc.definitions,
100953
+ ...IssueLabelFragmentDoc.definitions,
100954
+ ...PageInfoFragmentDoc.definitions,
100610
100955
  ],
100611
100956
  };
100612
100957
  const AttachmentIssue_RelationsDocument = {
@@ -100716,6 +101061,8 @@ const AttachmentIssue_RelationsDocument = {
100716
101061
  },
100717
101062
  },
100718
101063
  ...IssueRelationConnectionFragmentDoc.definitions,
101064
+ ...IssueRelationFragmentDoc.definitions,
101065
+ ...PageInfoFragmentDoc.definitions,
100719
101066
  ],
100720
101067
  };
100721
101068
  const AttachmentIssue_SubscribersDocument = {
@@ -100845,6 +101192,8 @@ const AttachmentIssue_SubscribersDocument = {
100845
101192
  },
100846
101193
  },
100847
101194
  ...UserConnectionFragmentDoc.definitions,
101195
+ ...UserFragmentDoc.definitions,
101196
+ ...PageInfoFragmentDoc.definitions,
100848
101197
  ],
100849
101198
  };
100850
101199
  const AttachmentsDocument = {
@@ -100943,6 +101292,8 @@ const AttachmentsDocument = {
100943
101292
  },
100944
101293
  },
100945
101294
  ...AttachmentConnectionFragmentDoc.definitions,
101295
+ ...AttachmentFragmentDoc.definitions,
101296
+ ...PageInfoFragmentDoc.definitions,
100946
101297
  ],
100947
101298
  };
100948
101299
  const AttachmentsForUrlDocument = {
@@ -101041,6 +101392,8 @@ const AttachmentsForUrlDocument = {
101041
101392
  },
101042
101393
  },
101043
101394
  ...AttachmentConnectionFragmentDoc.definitions,
101395
+ ...AttachmentFragmentDoc.definitions,
101396
+ ...PageInfoFragmentDoc.definitions,
101044
101397
  ],
101045
101398
  };
101046
101399
  const AuditEntriesDocument = {
@@ -101139,6 +101492,8 @@ const AuditEntriesDocument = {
101139
101492
  },
101140
101493
  },
101141
101494
  ...AuditEntryConnectionFragmentDoc.definitions,
101495
+ ...AuditEntryFragmentDoc.definitions,
101496
+ ...PageInfoFragmentDoc.definitions,
101142
101497
  ],
101143
101498
  };
101144
101499
  const AuditEntryTypesDocument = {
@@ -101187,6 +101542,9 @@ const AvailableUsersDocument = {
101187
101542
  },
101188
101543
  },
101189
101544
  ...AuthResolverResponseFragmentDoc.definitions,
101545
+ ...OrganizationFragmentDoc.definitions,
101546
+ ...PaidSubscriptionFragmentDoc.definitions,
101547
+ ...UserFragmentDoc.definitions,
101190
101548
  ],
101191
101549
  };
101192
101550
  const CommentDocument = {
@@ -101225,6 +101583,54 @@ const CommentDocument = {
101225
101583
  },
101226
101584
  },
101227
101585
  ...CommentFragmentDoc.definitions,
101586
+ ...ActorBotFragmentDoc.definitions,
101587
+ ],
101588
+ };
101589
+ const Comment_BotActorDocument = {
101590
+ kind: "Document",
101591
+ definitions: [
101592
+ {
101593
+ kind: "OperationDefinition",
101594
+ operation: "query",
101595
+ name: { kind: "Name", value: "comment_botActor" },
101596
+ variableDefinitions: [
101597
+ {
101598
+ kind: "VariableDefinition",
101599
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
101600
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
101601
+ },
101602
+ ],
101603
+ selectionSet: {
101604
+ kind: "SelectionSet",
101605
+ selections: [
101606
+ {
101607
+ kind: "Field",
101608
+ name: { kind: "Name", value: "comment" },
101609
+ arguments: [
101610
+ {
101611
+ kind: "Argument",
101612
+ name: { kind: "Name", value: "id" },
101613
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
101614
+ },
101615
+ ],
101616
+ selectionSet: {
101617
+ kind: "SelectionSet",
101618
+ selections: [
101619
+ {
101620
+ kind: "Field",
101621
+ name: { kind: "Name", value: "botActor" },
101622
+ selectionSet: {
101623
+ kind: "SelectionSet",
101624
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
101625
+ },
101626
+ },
101627
+ ],
101628
+ },
101629
+ },
101630
+ ],
101631
+ },
101632
+ },
101633
+ ...ActorBotFragmentDoc.definitions,
101228
101634
  ],
101229
101635
  };
101230
101636
  const Comment_ChildrenDocument = {
@@ -101344,6 +101750,9 @@ const Comment_ChildrenDocument = {
101344
101750
  },
101345
101751
  },
101346
101752
  ...CommentConnectionFragmentDoc.definitions,
101753
+ ...CommentFragmentDoc.definitions,
101754
+ ...ActorBotFragmentDoc.definitions,
101755
+ ...PageInfoFragmentDoc.definitions,
101347
101756
  ],
101348
101757
  };
101349
101758
  const CommentsDocument = {
@@ -101442,6 +101851,9 @@ const CommentsDocument = {
101442
101851
  },
101443
101852
  },
101444
101853
  ...CommentConnectionFragmentDoc.definitions,
101854
+ ...CommentFragmentDoc.definitions,
101855
+ ...ActorBotFragmentDoc.definitions,
101856
+ ...PageInfoFragmentDoc.definitions,
101445
101857
  ],
101446
101858
  };
101447
101859
  const CustomViewDocument = {
@@ -101568,6 +101980,8 @@ const CustomViewsDocument = {
101568
101980
  },
101569
101981
  },
101570
101982
  ...CustomViewConnectionFragmentDoc.definitions,
101983
+ ...CustomViewFragmentDoc.definitions,
101984
+ ...PageInfoFragmentDoc.definitions,
101571
101985
  ],
101572
101986
  };
101573
101987
  const CycleDocument = {
@@ -101725,6 +102139,8 @@ const Cycle_IssuesDocument = {
101725
102139
  },
101726
102140
  },
101727
102141
  ...IssueConnectionFragmentDoc.definitions,
102142
+ ...IssueFragmentDoc.definitions,
102143
+ ...PageInfoFragmentDoc.definitions,
101728
102144
  ],
101729
102145
  };
101730
102146
  const Cycle_UncompletedIssuesUponCloseDocument = {
@@ -101844,6 +102260,8 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
101844
102260
  },
101845
102261
  },
101846
102262
  ...IssueConnectionFragmentDoc.definitions,
102263
+ ...IssueFragmentDoc.definitions,
102264
+ ...PageInfoFragmentDoc.definitions,
101847
102265
  ],
101848
102266
  };
101849
102267
  const CyclesDocument = {
@@ -101942,6 +102360,8 @@ const CyclesDocument = {
101942
102360
  },
101943
102361
  },
101944
102362
  ...CycleConnectionFragmentDoc.definitions,
102363
+ ...CycleFragmentDoc.definitions,
102364
+ ...PageInfoFragmentDoc.definitions,
101945
102365
  ],
101946
102366
  };
101947
102367
  const DocumentDocument = {
@@ -102068,6 +102488,8 @@ const DocumentsDocument = {
102068
102488
  },
102069
102489
  },
102070
102490
  ...DocumentConnectionFragmentDoc.definitions,
102491
+ ...DocumentFragmentDoc.definitions,
102492
+ ...PageInfoFragmentDoc.definitions,
102071
102493
  ],
102072
102494
  };
102073
102495
  const EmbedInfoDocument = {
@@ -102106,6 +102528,7 @@ const EmbedInfoDocument = {
102106
102528
  },
102107
102529
  },
102108
102530
  ...EmbedPayloadFragmentDoc.definitions,
102531
+ ...EmbedFragmentDoc.definitions,
102109
102532
  ],
102110
102533
  };
102111
102534
  const EmbedInfo_EmbedDocument = {
@@ -102279,6 +102702,8 @@ const EmojisDocument = {
102279
102702
  },
102280
102703
  },
102281
102704
  ...EmojiConnectionFragmentDoc.definitions,
102705
+ ...EmojiFragmentDoc.definitions,
102706
+ ...PageInfoFragmentDoc.definitions,
102282
102707
  ],
102283
102708
  };
102284
102709
  const FavoriteDocument = {
@@ -102426,6 +102851,8 @@ const Favorite_ChildrenDocument = {
102426
102851
  },
102427
102852
  },
102428
102853
  ...FavoriteConnectionFragmentDoc.definitions,
102854
+ ...FavoriteFragmentDoc.definitions,
102855
+ ...PageInfoFragmentDoc.definitions,
102429
102856
  ],
102430
102857
  };
102431
102858
  const FavoritesDocument = {
@@ -102514,6 +102941,8 @@ const FavoritesDocument = {
102514
102941
  },
102515
102942
  },
102516
102943
  ...FavoriteConnectionFragmentDoc.definitions,
102944
+ ...FavoriteFragmentDoc.definitions,
102945
+ ...PageInfoFragmentDoc.definitions,
102517
102946
  ],
102518
102947
  };
102519
102948
  const FigmaEmbedInfoDocument = {
@@ -102562,6 +102991,7 @@ const FigmaEmbedInfoDocument = {
102562
102991
  },
102563
102992
  },
102564
102993
  ...FigmaEmbedPayloadFragmentDoc.definitions,
102994
+ ...FigmaEmbedFragmentDoc.definitions,
102565
102995
  ],
102566
102996
  };
102567
102997
  const FigmaEmbedInfo_FigmaEmbedDocument = {
@@ -102783,6 +103213,8 @@ const IntegrationTemplatesDocument = {
102783
103213
  },
102784
103214
  },
102785
103215
  ...IntegrationTemplateConnectionFragmentDoc.definitions,
103216
+ ...IntegrationTemplateFragmentDoc.definitions,
103217
+ ...PageInfoFragmentDoc.definitions,
102786
103218
  ],
102787
103219
  };
102788
103220
  const IntegrationsDocument = {
@@ -102871,6 +103303,8 @@ const IntegrationsDocument = {
102871
103303
  },
102872
103304
  },
102873
103305
  ...IntegrationConnectionFragmentDoc.definitions,
103306
+ ...IntegrationFragmentDoc.definitions,
103307
+ ...PageInfoFragmentDoc.definitions,
102874
103308
  ],
102875
103309
  };
102876
103310
  const IntegrationsSettingsDocument = {
@@ -103066,6 +103500,8 @@ const Issue_AttachmentsDocument = {
103066
103500
  },
103067
103501
  },
103068
103502
  ...AttachmentConnectionFragmentDoc.definitions,
103503
+ ...AttachmentFragmentDoc.definitions,
103504
+ ...PageInfoFragmentDoc.definitions,
103069
103505
  ],
103070
103506
  };
103071
103507
  const Issue_ChildrenDocument = {
@@ -103185,6 +103621,8 @@ const Issue_ChildrenDocument = {
103185
103621
  },
103186
103622
  },
103187
103623
  ...IssueConnectionFragmentDoc.definitions,
103624
+ ...IssueFragmentDoc.definitions,
103625
+ ...PageInfoFragmentDoc.definitions,
103188
103626
  ],
103189
103627
  };
103190
103628
  const Issue_CommentsDocument = {
@@ -103304,6 +103742,9 @@ const Issue_CommentsDocument = {
103304
103742
  },
103305
103743
  },
103306
103744
  ...CommentConnectionFragmentDoc.definitions,
103745
+ ...CommentFragmentDoc.definitions,
103746
+ ...ActorBotFragmentDoc.definitions,
103747
+ ...PageInfoFragmentDoc.definitions,
103307
103748
  ],
103308
103749
  };
103309
103750
  const Issue_HistoryDocument = {
@@ -103413,6 +103854,11 @@ const Issue_HistoryDocument = {
103413
103854
  },
103414
103855
  },
103415
103856
  ...IssueHistoryConnectionFragmentDoc.definitions,
103857
+ ...IssueHistoryFragmentDoc.definitions,
103858
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
103859
+ ...ActorBotFragmentDoc.definitions,
103860
+ ...IssueImportFragmentDoc.definitions,
103861
+ ...PageInfoFragmentDoc.definitions,
103416
103862
  ],
103417
103863
  };
103418
103864
  const Issue_InverseRelationsDocument = {
@@ -103522,6 +103968,8 @@ const Issue_InverseRelationsDocument = {
103522
103968
  },
103523
103969
  },
103524
103970
  ...IssueRelationConnectionFragmentDoc.definitions,
103971
+ ...IssueRelationFragmentDoc.definitions,
103972
+ ...PageInfoFragmentDoc.definitions,
103525
103973
  ],
103526
103974
  };
103527
103975
  const Issue_LabelsDocument = {
@@ -103641,6 +104089,8 @@ const Issue_LabelsDocument = {
103641
104089
  },
103642
104090
  },
103643
104091
  ...IssueLabelConnectionFragmentDoc.definitions,
104092
+ ...IssueLabelFragmentDoc.definitions,
104093
+ ...PageInfoFragmentDoc.definitions,
103644
104094
  ],
103645
104095
  };
103646
104096
  const Issue_RelationsDocument = {
@@ -103750,6 +104200,8 @@ const Issue_RelationsDocument = {
103750
104200
  },
103751
104201
  },
103752
104202
  ...IssueRelationConnectionFragmentDoc.definitions,
104203
+ ...IssueRelationFragmentDoc.definitions,
104204
+ ...PageInfoFragmentDoc.definitions,
103753
104205
  ],
103754
104206
  };
103755
104207
  const Issue_SubscribersDocument = {
@@ -103879,6 +104331,8 @@ const Issue_SubscribersDocument = {
103879
104331
  },
103880
104332
  },
103881
104333
  ...UserConnectionFragmentDoc.definitions,
104334
+ ...UserFragmentDoc.definitions,
104335
+ ...PageInfoFragmentDoc.definitions,
103882
104336
  ],
103883
104337
  };
103884
104338
  const IssueFigmaFileKeySearchDocument = {
@@ -103977,6 +104431,8 @@ const IssueFigmaFileKeySearchDocument = {
103977
104431
  },
103978
104432
  },
103979
104433
  ...IssueConnectionFragmentDoc.definitions,
104434
+ ...IssueFragmentDoc.definitions,
104435
+ ...PageInfoFragmentDoc.definitions,
103980
104436
  ],
103981
104437
  };
103982
104438
  const IssueFilterSuggestionDocument = {
@@ -104101,6 +104557,8 @@ const IssueImportFinishGithubOAuthDocument = {
104101
104557
  },
104102
104558
  },
104103
104559
  ...GithubOAuthTokenPayloadFragmentDoc.definitions,
104560
+ ...GithubOrgFragmentDoc.definitions,
104561
+ ...GithubRepoFragmentDoc.definitions,
104104
104562
  ],
104105
104563
  };
104106
104564
  const IssueLabelDocument = {
@@ -104258,6 +104716,8 @@ const IssueLabel_ChildrenDocument = {
104258
104716
  },
104259
104717
  },
104260
104718
  ...IssueLabelConnectionFragmentDoc.definitions,
104719
+ ...IssueLabelFragmentDoc.definitions,
104720
+ ...PageInfoFragmentDoc.definitions,
104261
104721
  ],
104262
104722
  };
104263
104723
  const IssueLabel_IssuesDocument = {
@@ -104377,6 +104837,8 @@ const IssueLabel_IssuesDocument = {
104377
104837
  },
104378
104838
  },
104379
104839
  ...IssueConnectionFragmentDoc.definitions,
104840
+ ...IssueFragmentDoc.definitions,
104841
+ ...PageInfoFragmentDoc.definitions,
104380
104842
  ],
104381
104843
  };
104382
104844
  const IssueLabelsDocument = {
@@ -104475,6 +104937,8 @@ const IssueLabelsDocument = {
104475
104937
  },
104476
104938
  },
104477
104939
  ...IssueLabelConnectionFragmentDoc.definitions,
104940
+ ...IssueLabelFragmentDoc.definitions,
104941
+ ...PageInfoFragmentDoc.definitions,
104478
104942
  ],
104479
104943
  };
104480
104944
  const IssuePriorityValuesDocument = {
@@ -104625,6 +105089,8 @@ const IssueRelationsDocument = {
104625
105089
  },
104626
105090
  },
104627
105091
  ...IssueRelationConnectionFragmentDoc.definitions,
105092
+ ...IssueRelationFragmentDoc.definitions,
105093
+ ...PageInfoFragmentDoc.definitions,
104628
105094
  ],
104629
105095
  };
104630
105096
  const IssueSearchDocument = {
@@ -104733,6 +105199,8 @@ const IssueSearchDocument = {
104733
105199
  },
104734
105200
  },
104735
105201
  ...IssueConnectionFragmentDoc.definitions,
105202
+ ...IssueFragmentDoc.definitions,
105203
+ ...PageInfoFragmentDoc.definitions,
104736
105204
  ],
104737
105205
  };
104738
105206
  const IssueVcsBranchSearchDocument = {
@@ -104890,6 +105358,8 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
104890
105358
  },
104891
105359
  },
104892
105360
  ...AttachmentConnectionFragmentDoc.definitions,
105361
+ ...AttachmentFragmentDoc.definitions,
105362
+ ...PageInfoFragmentDoc.definitions,
104893
105363
  ],
104894
105364
  };
104895
105365
  const IssueVcsBranchSearch_ChildrenDocument = {
@@ -105009,6 +105479,8 @@ const IssueVcsBranchSearch_ChildrenDocument = {
105009
105479
  },
105010
105480
  },
105011
105481
  ...IssueConnectionFragmentDoc.definitions,
105482
+ ...IssueFragmentDoc.definitions,
105483
+ ...PageInfoFragmentDoc.definitions,
105012
105484
  ],
105013
105485
  };
105014
105486
  const IssueVcsBranchSearch_CommentsDocument = {
@@ -105128,6 +105600,9 @@ const IssueVcsBranchSearch_CommentsDocument = {
105128
105600
  },
105129
105601
  },
105130
105602
  ...CommentConnectionFragmentDoc.definitions,
105603
+ ...CommentFragmentDoc.definitions,
105604
+ ...ActorBotFragmentDoc.definitions,
105605
+ ...PageInfoFragmentDoc.definitions,
105131
105606
  ],
105132
105607
  };
105133
105608
  const IssueVcsBranchSearch_HistoryDocument = {
@@ -105237,6 +105712,11 @@ const IssueVcsBranchSearch_HistoryDocument = {
105237
105712
  },
105238
105713
  },
105239
105714
  ...IssueHistoryConnectionFragmentDoc.definitions,
105715
+ ...IssueHistoryFragmentDoc.definitions,
105716
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
105717
+ ...ActorBotFragmentDoc.definitions,
105718
+ ...IssueImportFragmentDoc.definitions,
105719
+ ...PageInfoFragmentDoc.definitions,
105240
105720
  ],
105241
105721
  };
105242
105722
  const IssueVcsBranchSearch_InverseRelationsDocument = {
@@ -105346,6 +105826,8 @@ const IssueVcsBranchSearch_InverseRelationsDocument = {
105346
105826
  },
105347
105827
  },
105348
105828
  ...IssueRelationConnectionFragmentDoc.definitions,
105829
+ ...IssueRelationFragmentDoc.definitions,
105830
+ ...PageInfoFragmentDoc.definitions,
105349
105831
  ],
105350
105832
  };
105351
105833
  const IssueVcsBranchSearch_LabelsDocument = {
@@ -105465,6 +105947,8 @@ const IssueVcsBranchSearch_LabelsDocument = {
105465
105947
  },
105466
105948
  },
105467
105949
  ...IssueLabelConnectionFragmentDoc.definitions,
105950
+ ...IssueLabelFragmentDoc.definitions,
105951
+ ...PageInfoFragmentDoc.definitions,
105468
105952
  ],
105469
105953
  };
105470
105954
  const IssueVcsBranchSearch_RelationsDocument = {
@@ -105574,6 +106058,8 @@ const IssueVcsBranchSearch_RelationsDocument = {
105574
106058
  },
105575
106059
  },
105576
106060
  ...IssueRelationConnectionFragmentDoc.definitions,
106061
+ ...IssueRelationFragmentDoc.definitions,
106062
+ ...PageInfoFragmentDoc.definitions,
105577
106063
  ],
105578
106064
  };
105579
106065
  const IssueVcsBranchSearch_SubscribersDocument = {
@@ -105703,6 +106189,8 @@ const IssueVcsBranchSearch_SubscribersDocument = {
105703
106189
  },
105704
106190
  },
105705
106191
  ...UserConnectionFragmentDoc.definitions,
106192
+ ...UserFragmentDoc.definitions,
106193
+ ...PageInfoFragmentDoc.definitions,
105706
106194
  ],
105707
106195
  };
105708
106196
  const IssuesDocument = {
@@ -105801,6 +106289,8 @@ const IssuesDocument = {
105801
106289
  },
105802
106290
  },
105803
106291
  ...IssueConnectionFragmentDoc.definitions,
106292
+ ...IssueFragmentDoc.definitions,
106293
+ ...PageInfoFragmentDoc.definitions,
105804
106294
  ],
105805
106295
  };
105806
106296
  const NotificationDocument = {
@@ -105839,6 +106329,11 @@ const NotificationDocument = {
105839
106329
  },
105840
106330
  },
105841
106331
  ...NotificationFragmentDoc.definitions,
106332
+ ...ActorBotFragmentDoc.definitions,
106333
+ ...IssueNotificationFragmentDoc.definitions,
106334
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
106335
+ ...OauthClientApprovalFragmentDoc.definitions,
106336
+ ...ProjectNotificationFragmentDoc.definitions,
105842
106337
  ],
105843
106338
  };
105844
106339
  const NotificationSubscriptionDocument = {
@@ -105967,6 +106462,8 @@ const NotificationSubscriptionsDocument = {
105967
106462
  },
105968
106463
  },
105969
106464
  ...NotificationSubscriptionConnectionFragmentDoc.definitions,
106465
+ ...NotificationSubscriptionFragmentDoc.definitions,
106466
+ ...PageInfoFragmentDoc.definitions,
105970
106467
  ],
105971
106468
  };
105972
106469
  const NotificationsDocument = {
@@ -106055,6 +106552,13 @@ const NotificationsDocument = {
106055
106552
  },
106056
106553
  },
106057
106554
  ...NotificationConnectionFragmentDoc.definitions,
106555
+ ...NotificationFragmentDoc.definitions,
106556
+ ...ActorBotFragmentDoc.definitions,
106557
+ ...IssueNotificationFragmentDoc.definitions,
106558
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
106559
+ ...OauthClientApprovalFragmentDoc.definitions,
106560
+ ...ProjectNotificationFragmentDoc.definitions,
106561
+ ...PageInfoFragmentDoc.definitions,
106058
106562
  ],
106059
106563
  };
106060
106564
  const OrganizationDocument = {
@@ -106079,6 +106583,7 @@ const OrganizationDocument = {
106079
106583
  },
106080
106584
  },
106081
106585
  ...OrganizationFragmentDoc.definitions,
106586
+ ...PaidSubscriptionFragmentDoc.definitions,
106082
106587
  ],
106083
106588
  };
106084
106589
  const Organization_IntegrationsDocument = {
@@ -106176,6 +106681,8 @@ const Organization_IntegrationsDocument = {
106176
106681
  },
106177
106682
  },
106178
106683
  ...IntegrationConnectionFragmentDoc.definitions,
106684
+ ...IntegrationFragmentDoc.definitions,
106685
+ ...PageInfoFragmentDoc.definitions,
106179
106686
  ],
106180
106687
  };
106181
106688
  const Organization_LabelsDocument = {
@@ -106283,6 +106790,8 @@ const Organization_LabelsDocument = {
106283
106790
  },
106284
106791
  },
106285
106792
  ...IssueLabelConnectionFragmentDoc.definitions,
106793
+ ...IssueLabelFragmentDoc.definitions,
106794
+ ...PageInfoFragmentDoc.definitions,
106286
106795
  ],
106287
106796
  };
106288
106797
  const Organization_SubscriptionDocument = {
@@ -106423,6 +106932,8 @@ const Organization_TeamsDocument = {
106423
106932
  },
106424
106933
  },
106425
106934
  ...TeamConnectionFragmentDoc.definitions,
106935
+ ...TeamFragmentDoc.definitions,
106936
+ ...PageInfoFragmentDoc.definitions,
106426
106937
  ],
106427
106938
  };
106428
106939
  const Organization_TemplatesDocument = {
@@ -106520,6 +107031,7 @@ const Organization_TemplatesDocument = {
106520
107031
  },
106521
107032
  },
106522
107033
  ...TemplateConnectionFragmentDoc.definitions,
107034
+ ...PageInfoFragmentDoc.definitions,
106523
107035
  ],
106524
107036
  };
106525
107037
  const Organization_UsersDocument = {
@@ -106627,6 +107139,8 @@ const Organization_UsersDocument = {
106627
107139
  },
106628
107140
  },
106629
107141
  ...UserConnectionFragmentDoc.definitions,
107142
+ ...UserFragmentDoc.definitions,
107143
+ ...PageInfoFragmentDoc.definitions,
106630
107144
  ],
106631
107145
  };
106632
107146
  const OrganizationExistsDocument = {
@@ -106791,6 +107305,8 @@ const OrganizationInvitesDocument = {
106791
107305
  },
106792
107306
  },
106793
107307
  ...OrganizationInviteConnectionFragmentDoc.definitions,
107308
+ ...OrganizationInviteFragmentDoc.definitions,
107309
+ ...PageInfoFragmentDoc.definitions,
106794
107310
  ],
106795
107311
  };
106796
107312
  const ProjectDocument = {
@@ -106938,6 +107454,8 @@ const Project_DocumentsDocument = {
106938
107454
  },
106939
107455
  },
106940
107456
  ...DocumentConnectionFragmentDoc.definitions,
107457
+ ...DocumentFragmentDoc.definitions,
107458
+ ...PageInfoFragmentDoc.definitions,
106941
107459
  ],
106942
107460
  };
106943
107461
  const Project_IssuesDocument = {
@@ -107057,6 +107575,8 @@ const Project_IssuesDocument = {
107057
107575
  },
107058
107576
  },
107059
107577
  ...IssueConnectionFragmentDoc.definitions,
107578
+ ...IssueFragmentDoc.definitions,
107579
+ ...PageInfoFragmentDoc.definitions,
107060
107580
  ],
107061
107581
  };
107062
107582
  const Project_LinksDocument = {
@@ -107166,6 +107686,8 @@ const Project_LinksDocument = {
107166
107686
  },
107167
107687
  },
107168
107688
  ...ProjectLinkConnectionFragmentDoc.definitions,
107689
+ ...ProjectLinkFragmentDoc.definitions,
107690
+ ...PageInfoFragmentDoc.definitions,
107169
107691
  ],
107170
107692
  };
107171
107693
  const Project_MembersDocument = {
@@ -107295,6 +107817,8 @@ const Project_MembersDocument = {
107295
107817
  },
107296
107818
  },
107297
107819
  ...UserConnectionFragmentDoc.definitions,
107820
+ ...UserFragmentDoc.definitions,
107821
+ ...PageInfoFragmentDoc.definitions,
107298
107822
  ],
107299
107823
  };
107300
107824
  const Project_ProjectMilestonesDocument = {
@@ -107406,6 +107930,8 @@ const Project_ProjectMilestonesDocument = {
107406
107930
  },
107407
107931
  },
107408
107932
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
107933
+ ...ProjectMilestoneFragmentDoc.definitions,
107934
+ ...PageInfoFragmentDoc.definitions,
107409
107935
  ],
107410
107936
  };
107411
107937
  const Project_ProjectUpdatesDocument = {
@@ -107515,6 +108041,8 @@ const Project_ProjectUpdatesDocument = {
107515
108041
  },
107516
108042
  },
107517
108043
  ...ProjectUpdateConnectionFragmentDoc.definitions,
108044
+ ...ProjectUpdateFragmentDoc.definitions,
108045
+ ...PageInfoFragmentDoc.definitions,
107518
108046
  ],
107519
108047
  };
107520
108048
  const Project_TeamsDocument = {
@@ -107634,6 +108162,8 @@ const Project_TeamsDocument = {
107634
108162
  },
107635
108163
  },
107636
108164
  ...TeamConnectionFragmentDoc.definitions,
108165
+ ...TeamFragmentDoc.definitions,
108166
+ ...PageInfoFragmentDoc.definitions,
107637
108167
  ],
107638
108168
  };
107639
108169
  const ProjectFilterSuggestionDocument = {
@@ -107798,6 +108328,8 @@ const ProjectLinksDocument = {
107798
108328
  },
107799
108329
  },
107800
108330
  ...ProjectLinkConnectionFragmentDoc.definitions,
108331
+ ...ProjectLinkFragmentDoc.definitions,
108332
+ ...PageInfoFragmentDoc.definitions,
107801
108333
  ],
107802
108334
  };
107803
108335
  const ProjectUpdateDocument = {
@@ -107964,6 +108496,8 @@ const ProjectUpdateInteractionsDocument = {
107964
108496
  },
107965
108497
  },
107966
108498
  ...ProjectUpdateInteractionConnectionFragmentDoc.definitions,
108499
+ ...ProjectUpdateInteractionFragmentDoc.definitions,
108500
+ ...PageInfoFragmentDoc.definitions,
107967
108501
  ],
107968
108502
  };
107969
108503
  const ProjectUpdatesDocument = {
@@ -108052,6 +108586,8 @@ const ProjectUpdatesDocument = {
108052
108586
  },
108053
108587
  },
108054
108588
  ...ProjectUpdateConnectionFragmentDoc.definitions,
108589
+ ...ProjectUpdateFragmentDoc.definitions,
108590
+ ...PageInfoFragmentDoc.definitions,
108055
108591
  ],
108056
108592
  };
108057
108593
  const ProjectsDocument = {
@@ -108150,6 +108686,8 @@ const ProjectsDocument = {
108150
108686
  },
108151
108687
  },
108152
108688
  ...ProjectConnectionFragmentDoc.definitions,
108689
+ ...ProjectFragmentDoc.definitions,
108690
+ ...PageInfoFragmentDoc.definitions,
108153
108691
  ],
108154
108692
  };
108155
108693
  const PushSubscriptionTestDocument = {
@@ -108198,6 +108736,7 @@ const RateLimitStatusDocument = {
108198
108736
  },
108199
108737
  },
108200
108738
  ...RateLimitPayloadFragmentDoc.definitions,
108739
+ ...RateLimitResultPayloadFragmentDoc.definitions,
108201
108740
  ],
108202
108741
  };
108203
108742
  const RoadmapDocument = {
@@ -108355,6 +108894,8 @@ const Roadmap_ProjectsDocument = {
108355
108894
  },
108356
108895
  },
108357
108896
  ...ProjectConnectionFragmentDoc.definitions,
108897
+ ...ProjectFragmentDoc.definitions,
108898
+ ...PageInfoFragmentDoc.definitions,
108358
108899
  ],
108359
108900
  };
108360
108901
  const RoadmapToProjectDocument = {
@@ -108481,6 +109022,8 @@ const RoadmapToProjectsDocument = {
108481
109022
  },
108482
109023
  },
108483
109024
  ...RoadmapToProjectConnectionFragmentDoc.definitions,
109025
+ ...RoadmapToProjectFragmentDoc.definitions,
109026
+ ...PageInfoFragmentDoc.definitions,
108484
109027
  ],
108485
109028
  };
108486
109029
  const RoadmapsDocument = {
@@ -108569,6 +109112,8 @@ const RoadmapsDocument = {
108569
109112
  },
108570
109113
  },
108571
109114
  ...RoadmapConnectionFragmentDoc.definitions,
109115
+ ...RoadmapFragmentDoc.definitions,
109116
+ ...PageInfoFragmentDoc.definitions,
108572
109117
  ],
108573
109118
  };
108574
109119
  const SearchDocumentsDocument = {
@@ -108609,6 +109154,11 @@ const SearchDocumentsDocument = {
108609
109154
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108610
109155
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108611
109156
  },
109157
+ {
109158
+ kind: "VariableDefinition",
109159
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109160
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109161
+ },
108612
109162
  {
108613
109163
  kind: "VariableDefinition",
108614
109164
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108652,6 +109202,11 @@ const SearchDocumentsDocument = {
108652
109202
  name: { kind: "Name", value: "orderBy" },
108653
109203
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108654
109204
  },
109205
+ {
109206
+ kind: "Argument",
109207
+ name: { kind: "Name", value: "teamId" },
109208
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109209
+ },
108655
109210
  {
108656
109211
  kind: "Argument",
108657
109212
  name: { kind: "Name", value: "term" },
@@ -108667,6 +109222,9 @@ const SearchDocumentsDocument = {
108667
109222
  },
108668
109223
  },
108669
109224
  ...DocumentSearchPayloadFragmentDoc.definitions,
109225
+ ...ArchiveResponseFragmentDoc.definitions,
109226
+ ...DocumentSearchResultFragmentDoc.definitions,
109227
+ ...PageInfoFragmentDoc.definitions,
108670
109228
  ],
108671
109229
  };
108672
109230
  const SearchDocuments_ArchivePayloadDocument = {
@@ -108707,6 +109265,11 @@ const SearchDocuments_ArchivePayloadDocument = {
108707
109265
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108708
109266
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108709
109267
  },
109268
+ {
109269
+ kind: "VariableDefinition",
109270
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109271
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109272
+ },
108710
109273
  {
108711
109274
  kind: "VariableDefinition",
108712
109275
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108750,6 +109313,11 @@ const SearchDocuments_ArchivePayloadDocument = {
108750
109313
  name: { kind: "Name", value: "orderBy" },
108751
109314
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108752
109315
  },
109316
+ {
109317
+ kind: "Argument",
109318
+ name: { kind: "Name", value: "teamId" },
109319
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109320
+ },
108753
109321
  {
108754
109322
  kind: "Argument",
108755
109323
  name: { kind: "Name", value: "term" },
@@ -108819,6 +109387,11 @@ const SearchIssuesDocument = {
108819
109387
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108820
109388
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108821
109389
  },
109390
+ {
109391
+ kind: "VariableDefinition",
109392
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109393
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109394
+ },
108822
109395
  {
108823
109396
  kind: "VariableDefinition",
108824
109397
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108867,6 +109440,11 @@ const SearchIssuesDocument = {
108867
109440
  name: { kind: "Name", value: "orderBy" },
108868
109441
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108869
109442
  },
109443
+ {
109444
+ kind: "Argument",
109445
+ name: { kind: "Name", value: "teamId" },
109446
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109447
+ },
108870
109448
  {
108871
109449
  kind: "Argument",
108872
109450
  name: { kind: "Name", value: "term" },
@@ -108882,6 +109460,9 @@ const SearchIssuesDocument = {
108882
109460
  },
108883
109461
  },
108884
109462
  ...IssueSearchPayloadFragmentDoc.definitions,
109463
+ ...ArchiveResponseFragmentDoc.definitions,
109464
+ ...IssueSearchResultFragmentDoc.definitions,
109465
+ ...PageInfoFragmentDoc.definitions,
108885
109466
  ],
108886
109467
  };
108887
109468
  const SearchIssues_ArchivePayloadDocument = {
@@ -108927,6 +109508,11 @@ const SearchIssues_ArchivePayloadDocument = {
108927
109508
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108928
109509
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108929
109510
  },
109511
+ {
109512
+ kind: "VariableDefinition",
109513
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109514
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109515
+ },
108930
109516
  {
108931
109517
  kind: "VariableDefinition",
108932
109518
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108975,6 +109561,11 @@ const SearchIssues_ArchivePayloadDocument = {
108975
109561
  name: { kind: "Name", value: "orderBy" },
108976
109562
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108977
109563
  },
109564
+ {
109565
+ kind: "Argument",
109566
+ name: { kind: "Name", value: "teamId" },
109567
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109568
+ },
108978
109569
  {
108979
109570
  kind: "Argument",
108980
109571
  name: { kind: "Name", value: "term" },
@@ -109039,6 +109630,11 @@ const SearchProjectsDocument = {
109039
109630
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109040
109631
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
109041
109632
  },
109633
+ {
109634
+ kind: "VariableDefinition",
109635
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109636
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109637
+ },
109042
109638
  {
109043
109639
  kind: "VariableDefinition",
109044
109640
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -109082,6 +109678,11 @@ const SearchProjectsDocument = {
109082
109678
  name: { kind: "Name", value: "orderBy" },
109083
109679
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109084
109680
  },
109681
+ {
109682
+ kind: "Argument",
109683
+ name: { kind: "Name", value: "teamId" },
109684
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109685
+ },
109085
109686
  {
109086
109687
  kind: "Argument",
109087
109688
  name: { kind: "Name", value: "term" },
@@ -109097,6 +109698,9 @@ const SearchProjectsDocument = {
109097
109698
  },
109098
109699
  },
109099
109700
  ...ProjectSearchPayloadFragmentDoc.definitions,
109701
+ ...ArchiveResponseFragmentDoc.definitions,
109702
+ ...ProjectSearchResultFragmentDoc.definitions,
109703
+ ...PageInfoFragmentDoc.definitions,
109100
109704
  ],
109101
109705
  };
109102
109706
  const SearchProjects_ArchivePayloadDocument = {
@@ -109137,6 +109741,11 @@ const SearchProjects_ArchivePayloadDocument = {
109137
109741
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109138
109742
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
109139
109743
  },
109744
+ {
109745
+ kind: "VariableDefinition",
109746
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109747
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109748
+ },
109140
109749
  {
109141
109750
  kind: "VariableDefinition",
109142
109751
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -109180,6 +109789,11 @@ const SearchProjects_ArchivePayloadDocument = {
109180
109789
  name: { kind: "Name", value: "orderBy" },
109181
109790
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109182
109791
  },
109792
+ {
109793
+ kind: "Argument",
109794
+ name: { kind: "Name", value: "teamId" },
109795
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109796
+ },
109183
109797
  {
109184
109798
  kind: "Argument",
109185
109799
  name: { kind: "Name", value: "term" },
@@ -109409,6 +110023,8 @@ const Team_CyclesDocument = {
109409
110023
  },
109410
110024
  },
109411
110025
  ...CycleConnectionFragmentDoc.definitions,
110026
+ ...CycleFragmentDoc.definitions,
110027
+ ...PageInfoFragmentDoc.definitions,
109412
110028
  ],
109413
110029
  };
109414
110030
  const Team_IssuesDocument = {
@@ -109528,6 +110144,8 @@ const Team_IssuesDocument = {
109528
110144
  },
109529
110145
  },
109530
110146
  ...IssueConnectionFragmentDoc.definitions,
110147
+ ...IssueFragmentDoc.definitions,
110148
+ ...PageInfoFragmentDoc.definitions,
109531
110149
  ],
109532
110150
  };
109533
110151
  const Team_LabelsDocument = {
@@ -109647,6 +110265,8 @@ const Team_LabelsDocument = {
109647
110265
  },
109648
110266
  },
109649
110267
  ...IssueLabelConnectionFragmentDoc.definitions,
110268
+ ...IssueLabelFragmentDoc.definitions,
110269
+ ...PageInfoFragmentDoc.definitions,
109650
110270
  ],
109651
110271
  };
109652
110272
  const Team_MembersDocument = {
@@ -109776,6 +110396,8 @@ const Team_MembersDocument = {
109776
110396
  },
109777
110397
  },
109778
110398
  ...UserConnectionFragmentDoc.definitions,
110399
+ ...UserFragmentDoc.definitions,
110400
+ ...PageInfoFragmentDoc.definitions,
109779
110401
  ],
109780
110402
  };
109781
110403
  const Team_MembershipsDocument = {
@@ -109885,6 +110507,8 @@ const Team_MembershipsDocument = {
109885
110507
  },
109886
110508
  },
109887
110509
  ...TeamMembershipConnectionFragmentDoc.definitions,
110510
+ ...TeamMembershipFragmentDoc.definitions,
110511
+ ...PageInfoFragmentDoc.definitions,
109888
110512
  ],
109889
110513
  };
109890
110514
  const Team_ProjectsDocument = {
@@ -110004,6 +110628,8 @@ const Team_ProjectsDocument = {
110004
110628
  },
110005
110629
  },
110006
110630
  ...ProjectConnectionFragmentDoc.definitions,
110631
+ ...ProjectFragmentDoc.definitions,
110632
+ ...PageInfoFragmentDoc.definitions,
110007
110633
  ],
110008
110634
  };
110009
110635
  const Team_StatesDocument = {
@@ -110123,6 +110749,8 @@ const Team_StatesDocument = {
110123
110749
  },
110124
110750
  },
110125
110751
  ...WorkflowStateConnectionFragmentDoc.definitions,
110752
+ ...WorkflowStateFragmentDoc.definitions,
110753
+ ...PageInfoFragmentDoc.definitions,
110126
110754
  ],
110127
110755
  };
110128
110756
  const Team_TemplatesDocument = {
@@ -110232,6 +110860,7 @@ const Team_TemplatesDocument = {
110232
110860
  },
110233
110861
  },
110234
110862
  ...TemplateConnectionFragmentDoc.definitions,
110863
+ ...PageInfoFragmentDoc.definitions,
110235
110864
  ],
110236
110865
  };
110237
110866
  const Team_WebhooksDocument = {
@@ -110341,6 +110970,8 @@ const Team_WebhooksDocument = {
110341
110970
  },
110342
110971
  },
110343
110972
  ...WebhookConnectionFragmentDoc.definitions,
110973
+ ...WebhookFragmentDoc.definitions,
110974
+ ...PageInfoFragmentDoc.definitions,
110344
110975
  ],
110345
110976
  };
110346
110977
  const TeamMembershipDocument = {
@@ -110467,6 +111098,8 @@ const TeamMembershipsDocument = {
110467
111098
  },
110468
111099
  },
110469
111100
  ...TeamMembershipConnectionFragmentDoc.definitions,
111101
+ ...TeamMembershipFragmentDoc.definitions,
111102
+ ...PageInfoFragmentDoc.definitions,
110470
111103
  ],
110471
111104
  };
110472
111105
  const TeamsDocument = {
@@ -110565,6 +111198,8 @@ const TeamsDocument = {
110565
111198
  },
110566
111199
  },
110567
111200
  ...TeamConnectionFragmentDoc.definitions,
111201
+ ...TeamFragmentDoc.definitions,
111202
+ ...PageInfoFragmentDoc.definitions,
110568
111203
  ],
110569
111204
  };
110570
111205
  const TemplateDocument = {
@@ -110822,6 +111457,8 @@ const User_AssignedIssuesDocument = {
110822
111457
  },
110823
111458
  },
110824
111459
  ...IssueConnectionFragmentDoc.definitions,
111460
+ ...IssueFragmentDoc.definitions,
111461
+ ...PageInfoFragmentDoc.definitions,
110825
111462
  ],
110826
111463
  };
110827
111464
  const User_CreatedIssuesDocument = {
@@ -110941,6 +111578,8 @@ const User_CreatedIssuesDocument = {
110941
111578
  },
110942
111579
  },
110943
111580
  ...IssueConnectionFragmentDoc.definitions,
111581
+ ...IssueFragmentDoc.definitions,
111582
+ ...PageInfoFragmentDoc.definitions,
110944
111583
  ],
110945
111584
  };
110946
111585
  const User_TeamMembershipsDocument = {
@@ -111050,6 +111689,8 @@ const User_TeamMembershipsDocument = {
111050
111689
  },
111051
111690
  },
111052
111691
  ...TeamMembershipConnectionFragmentDoc.definitions,
111692
+ ...TeamMembershipFragmentDoc.definitions,
111693
+ ...PageInfoFragmentDoc.definitions,
111053
111694
  ],
111054
111695
  };
111055
111696
  const User_TeamsDocument = {
@@ -111169,6 +111810,8 @@ const User_TeamsDocument = {
111169
111810
  },
111170
111811
  },
111171
111812
  ...TeamConnectionFragmentDoc.definitions,
111813
+ ...TeamFragmentDoc.definitions,
111814
+ ...PageInfoFragmentDoc.definitions,
111172
111815
  ],
111173
111816
  };
111174
111817
  const UserSettingsDocument = {
@@ -111301,6 +111944,8 @@ const UsersDocument = {
111301
111944
  },
111302
111945
  },
111303
111946
  ...UserConnectionFragmentDoc.definitions,
111947
+ ...UserFragmentDoc.definitions,
111948
+ ...PageInfoFragmentDoc.definitions,
111304
111949
  ],
111305
111950
  };
111306
111951
  const ViewerDocument = {
@@ -111432,6 +112077,8 @@ const Viewer_AssignedIssuesDocument = {
111432
112077
  },
111433
112078
  },
111434
112079
  ...IssueConnectionFragmentDoc.definitions,
112080
+ ...IssueFragmentDoc.definitions,
112081
+ ...PageInfoFragmentDoc.definitions,
111435
112082
  ],
111436
112083
  };
111437
112084
  const Viewer_CreatedIssuesDocument = {
@@ -111539,6 +112186,8 @@ const Viewer_CreatedIssuesDocument = {
111539
112186
  },
111540
112187
  },
111541
112188
  ...IssueConnectionFragmentDoc.definitions,
112189
+ ...IssueFragmentDoc.definitions,
112190
+ ...PageInfoFragmentDoc.definitions,
111542
112191
  ],
111543
112192
  };
111544
112193
  const Viewer_TeamMembershipsDocument = {
@@ -111636,6 +112285,8 @@ const Viewer_TeamMembershipsDocument = {
111636
112285
  },
111637
112286
  },
111638
112287
  ...TeamMembershipConnectionFragmentDoc.definitions,
112288
+ ...TeamMembershipFragmentDoc.definitions,
112289
+ ...PageInfoFragmentDoc.definitions,
111639
112290
  ],
111640
112291
  };
111641
112292
  const Viewer_TeamsDocument = {
@@ -111743,6 +112394,8 @@ const Viewer_TeamsDocument = {
111743
112394
  },
111744
112395
  },
111745
112396
  ...TeamConnectionFragmentDoc.definitions,
112397
+ ...TeamFragmentDoc.definitions,
112398
+ ...PageInfoFragmentDoc.definitions,
111746
112399
  ],
111747
112400
  };
111748
112401
  const WebhookDocument = {
@@ -111869,6 +112522,8 @@ const WebhooksDocument = {
111869
112522
  },
111870
112523
  },
111871
112524
  ...WebhookConnectionFragmentDoc.definitions,
112525
+ ...WebhookFragmentDoc.definitions,
112526
+ ...PageInfoFragmentDoc.definitions,
111872
112527
  ],
111873
112528
  };
111874
112529
  const WorkflowStateDocument = {
@@ -112026,6 +112681,8 @@ const WorkflowState_IssuesDocument = {
112026
112681
  },
112027
112682
  },
112028
112683
  ...IssueConnectionFragmentDoc.definitions,
112684
+ ...IssueFragmentDoc.definitions,
112685
+ ...PageInfoFragmentDoc.definitions,
112029
112686
  ],
112030
112687
  };
112031
112688
  const WorkflowStatesDocument = {
@@ -112124,6 +112781,8 @@ const WorkflowStatesDocument = {
112124
112781
  },
112125
112782
  },
112126
112783
  ...WorkflowStateConnectionFragmentDoc.definitions,
112784
+ ...WorkflowStateFragmentDoc.definitions,
112785
+ ...PageInfoFragmentDoc.definitions,
112127
112786
  ],
112128
112787
  };
112129
112788
 
@@ -112140,6 +112799,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112140
112799
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
112141
112800
  get PushSubscriptionType () { return PushSubscriptionType; },
112142
112801
  get ReleaseChannel () { return ReleaseChannel; },
112802
+ get SlaDayCountType () { return SlaDayCountType; },
112143
112803
  get SlaStatus () { return SlaStatus; },
112144
112804
  get UserContextViewType () { return UserContextViewType; },
112145
112805
  get UserFlagType () { return UserFlagType; },
@@ -112158,6 +112818,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112158
112818
  CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
112159
112819
  DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
112160
112820
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
112821
+ ActorBotFragmentDoc: ActorBotFragmentDoc,
112161
112822
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
112162
112823
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
112163
112824
  OauthClientApprovalNotificationFragmentDoc: OauthClientApprovalNotificationFragmentDoc,
@@ -112193,6 +112854,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112193
112854
  PagerDutyScheduleMappingFragmentDoc: PagerDutyScheduleMappingFragmentDoc,
112194
112855
  PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
112195
112856
  SentrySettingsFragmentDoc: SentrySettingsFragmentDoc,
112857
+ SlackChannelNameMappingFragmentDoc: SlackChannelNameMappingFragmentDoc,
112858
+ SlackAsksSettingsFragmentDoc: SlackAsksSettingsFragmentDoc,
112196
112859
  SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
112197
112860
  ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
112198
112861
  IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
@@ -112202,6 +112865,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112202
112865
  PageInfoFragmentDoc: PageInfoFragmentDoc,
112203
112866
  ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
112204
112867
  ApiKeyPayloadFragmentDoc: ApiKeyPayloadFragmentDoc,
112868
+ AsksChannelConnectPayloadFragmentDoc: AsksChannelConnectPayloadFragmentDoc,
112205
112869
  AttachmentFragmentDoc: AttachmentFragmentDoc,
112206
112870
  AttachmentConnectionFragmentDoc: AttachmentConnectionFragmentDoc,
112207
112871
  AttachmentPayloadFragmentDoc: AttachmentPayloadFragmentDoc,
@@ -112411,6 +113075,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112411
113075
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
112412
113076
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
112413
113077
  ImportFileUploadDocument: ImportFileUploadDocument,
113078
+ IntegrationAsksConnectChannelDocument: IntegrationAsksConnectChannelDocument,
112414
113079
  DeleteIntegrationDocument: DeleteIntegrationDocument,
112415
113080
  IntegrationDiscordDocument: IntegrationDiscordDocument,
112416
113081
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -112571,6 +113236,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112571
113236
  AuditEntryTypesDocument: AuditEntryTypesDocument,
112572
113237
  AvailableUsersDocument: AvailableUsersDocument,
112573
113238
  CommentDocument: CommentDocument,
113239
+ Comment_BotActorDocument: Comment_BotActorDocument,
112574
113240
  Comment_ChildrenDocument: Comment_ChildrenDocument,
112575
113241
  CommentsDocument: CommentsDocument,
112576
113242
  CustomViewDocument: CustomViewDocument,
@@ -112831,6 +113497,24 @@ function parseJson(value) {
112831
113497
  return undefined;
112832
113498
  }
112833
113499
  }
113500
+ /**
113501
+ * A bot actor is an actor that is not a user, but an application or integration.
113502
+ *
113503
+ * @param request - function to call the graphql client
113504
+ * @param data - L.ActorBotFragment response data
113505
+ */
113506
+ class ActorBot extends Request {
113507
+ constructor(request, data) {
113508
+ var _a, _b, _c, _d;
113509
+ super(request);
113510
+ this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
113511
+ this.id = data.id;
113512
+ this.name = (_b = data.name) !== null && _b !== void 0 ? _b : undefined;
113513
+ this.subType = (_c = data.subType) !== null && _c !== void 0 ? _c : undefined;
113514
+ this.type = data.type;
113515
+ this.userDisplayName = (_d = data.userDisplayName) !== null && _d !== void 0 ? _d : undefined;
113516
+ }
113517
+ }
112834
113518
  /**
112835
113519
  * An API key. Grants access to the user's resources.
112836
113520
  *
@@ -112929,6 +113613,27 @@ class ArchiveResponse extends Request {
112929
113613
  this.totalCount = data.totalCount;
112930
113614
  }
112931
113615
  }
113616
+ /**
113617
+ * AsksChannelConnectPayload model
113618
+ *
113619
+ * @param request - function to call the graphql client
113620
+ * @param data - L.AsksChannelConnectPayloadFragment response data
113621
+ */
113622
+ class AsksChannelConnectPayload extends Request {
113623
+ constructor(request, data) {
113624
+ var _a;
113625
+ super(request);
113626
+ this.lastSyncId = data.lastSyncId;
113627
+ this.success = data.success;
113628
+ this.mapping = new SlackChannelNameMapping(request, data.mapping);
113629
+ this._integration = (_a = data.integration) !== null && _a !== void 0 ? _a : undefined;
113630
+ }
113631
+ /** The integration that was created or updated. */
113632
+ get integration() {
113633
+ var _a, _b;
113634
+ return ((_a = this._integration) === null || _a === void 0 ? void 0 : _a.id) ? new IntegrationQuery(this._request).fetch((_b = this._integration) === null || _b === void 0 ? void 0 : _b.id) : undefined;
113635
+ }
113636
+ }
112932
113637
  /**
112933
113638
  * Issue attachment (e.g. support ticket, pull request).
112934
113639
  *
@@ -113139,6 +113844,7 @@ class Comment extends Request {
113139
113844
  this.reactionData = (_d = parseJson(data.reactionData)) !== null && _d !== void 0 ? _d : {};
113140
113845
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
113141
113846
  this.url = data.url;
113847
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
113142
113848
  this._issue = data.issue;
113143
113849
  this._parent = (_f = data.parent) !== null && _f !== void 0 ? _f : undefined;
113144
113850
  this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
@@ -113310,6 +114016,7 @@ class CustomView extends Request {
113310
114016
  this.shared = data.shared;
113311
114017
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
113312
114018
  this._creator = data.creator;
114019
+ this._owner = data.owner;
113313
114020
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
113314
114021
  }
113315
114022
  /** The user who created the custom view. */
@@ -113320,6 +114027,10 @@ class CustomView extends Request {
113320
114027
  get organization() {
113321
114028
  return new OrganizationQuery(this._request).fetch();
113322
114029
  }
114030
+ /** The user who owns the custom view. */
114031
+ get owner() {
114032
+ return new UserQuery(this._request).fetch(this._owner.id);
114033
+ }
113323
114034
  /** The team associated with the custom view. */
113324
114035
  get team() {
113325
114036
  var _a, _b;
@@ -113360,6 +114071,7 @@ class CustomViewNotificationSubscription extends Request {
113360
114071
  constructor(request, data) {
113361
114072
  var _a, _b, _c, _d, _e, _f, _g, _h;
113362
114073
  super(request);
114074
+ this.active = data.active;
113363
114075
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113364
114076
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
113365
114077
  this.id = data.id;
@@ -113536,6 +114248,7 @@ class CycleNotificationSubscription extends Request {
113536
114248
  constructor(request, data) {
113537
114249
  var _a, _b, _c, _d, _e, _f, _g, _h;
113538
114250
  super(request);
114251
+ this.active = data.active;
113539
114252
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113540
114253
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
113541
114254
  this.id = data.id;
@@ -113686,21 +114399,28 @@ class DocumentConnection extends Connection {
113686
114399
  */
113687
114400
  class DocumentContent extends Request {
113688
114401
  constructor(request, data) {
113689
- var _a, _b, _c, _d, _e, _f;
114402
+ var _a, _b, _c, _d, _e, _f, _g, _h;
113690
114403
  super(request);
113691
114404
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113692
114405
  this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
113693
114406
  this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
113694
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
114407
+ this.contentState = (_d = parseJson(data.contentState)) !== null && _d !== void 0 ? _d : undefined;
114408
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
113695
114409
  this.id = data.id;
113696
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
113697
- this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
114410
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
114411
+ this._issue = (_g = data.issue) !== null && _g !== void 0 ? _g : undefined;
114412
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
113698
114413
  }
113699
114414
  /** The issue that the document is associated with. */
113700
114415
  get issue() {
113701
114416
  var _a, _b;
113702
114417
  return ((_a = this._issue) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._issue) === null || _b === void 0 ? void 0 : _b.id) : undefined;
113703
114418
  }
114419
+ /** The project that the document is associated with. */
114420
+ get project() {
114421
+ var _a, _b;
114422
+ return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
114423
+ }
113704
114424
  }
113705
114425
  /**
113706
114426
  * DocumentPayload model
@@ -114103,18 +114823,17 @@ class FigmaEmbedPayload extends Request {
114103
114823
  */
114104
114824
  class FirstResponderSchedule extends Request {
114105
114825
  constructor(request, data) {
114106
- var _a, _b, _c, _d, _e;
114826
+ var _a, _b, _c, _d;
114107
114827
  super(request);
114108
114828
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
114109
114829
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
114110
114830
  this.id = data.id;
114111
- this.integrationScheduleId = (_c = data.integrationScheduleId) !== null && _c !== void 0 ? _c : undefined;
114112
- this.scheduleData = (_d = parseJson(data.scheduleData)) !== null && _d !== void 0 ? _d : {};
114113
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
114831
+ this.scheduleData = (_c = parseJson(data.scheduleData)) !== null && _c !== void 0 ? _c : undefined;
114832
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
114114
114833
  this._integration = data.integration;
114115
114834
  this._team = data.team;
114116
114835
  }
114117
- /** The integration used for scheduling. */
114836
+ /** The integration used for time scheduling. */
114118
114837
  get integration() {
114119
114838
  return new IntegrationQuery(this._request).fetch(this._integration.id);
114120
114839
  }
@@ -114194,9 +114913,11 @@ class GitHubCommitIntegrationPayload extends Request {
114194
114913
  */
114195
114914
  class GitHubSettings extends Request {
114196
114915
  constructor(request, data) {
114916
+ var _a;
114197
114917
  super(request);
114198
114918
  this.orgAvatarUrl = data.orgAvatarUrl;
114199
114919
  this.orgLogin = data.orgLogin;
114920
+ this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
114200
114921
  }
114201
114922
  }
114202
114923
  /**
@@ -114371,6 +115092,7 @@ class IntegrationSettings extends Request {
114371
115092
  this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
114372
115093
  this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
114373
115094
  this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
115095
+ this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
114374
115096
  this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
114375
115097
  ? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
114376
115098
  : undefined;
@@ -114387,12 +115109,13 @@ class IntegrationSettings extends Request {
114387
115109
  */
114388
115110
  class IntegrationTemplate extends Request {
114389
115111
  constructor(request, data) {
114390
- var _a, _b, _c;
115112
+ var _a, _b, _c, _d;
114391
115113
  super(request);
114392
115114
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
114393
115115
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115116
+ this.foreignEntityId = (_c = data.foreignEntityId) !== null && _c !== void 0 ? _c : undefined;
114394
115117
  this.id = data.id;
114395
- this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
115118
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
114396
115119
  this._integration = data.integration;
114397
115120
  this._template = data.template;
114398
115121
  }
@@ -114791,6 +115514,7 @@ class IssueHistory extends Request {
114791
115514
  this.trashed = (_6 = data.trashed) !== null && _6 !== void 0 ? _6 : undefined;
114792
115515
  this.updatedAt = (_7 = parseDate(data.updatedAt)) !== null && _7 !== void 0 ? _7 : new Date();
114793
115516
  this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
115517
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
114794
115518
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
114795
115519
  this.relationChanges = data.relationChanges
114796
115520
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
@@ -115090,6 +115814,7 @@ class IssueNotification extends Request {
115090
115814
  this.type = data.type;
115091
115815
  this.unsnoozedAt = (_g = parseDate(data.unsnoozedAt)) !== null && _g !== void 0 ? _g : undefined;
115092
115816
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
115817
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115093
115818
  this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
115094
115819
  this._comment = (_k = data.comment) !== null && _k !== void 0 ? _k : undefined;
115095
115820
  this._issue = data.issue;
@@ -115414,6 +116139,7 @@ class LabelNotificationSubscription extends Request {
115414
116139
  constructor(request, data) {
115415
116140
  var _a, _b, _c, _d, _e, _f, _g, _h;
115416
116141
  super(request);
116142
+ this.active = data.active;
115417
116143
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115418
116144
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115419
116145
  this.id = data.id;
@@ -115504,6 +116230,7 @@ class Notification extends Request {
115504
116230
  this.type = data.type;
115505
116231
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
115506
116232
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
116233
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115507
116234
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
115508
116235
  this._user = data.user;
115509
116236
  }
@@ -115602,6 +116329,7 @@ class NotificationSubscription extends Request {
115602
116329
  constructor(request, data) {
115603
116330
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
115604
116331
  super(request);
116332
+ this.active = data.active;
115605
116333
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115606
116334
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115607
116335
  this.id = data.id;
@@ -115794,6 +116522,7 @@ class OauthClientApprovalNotification extends Request {
115794
116522
  this.type = data.type;
115795
116523
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
115796
116524
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
116525
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115797
116526
  this.oauthClientApproval = new OauthClientApproval(request, data.oauthClientApproval);
115798
116527
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
115799
116528
  this._user = data.user;
@@ -115957,7 +116686,7 @@ class OrganizationExistsPayload extends Request {
115957
116686
  */
115958
116687
  class OrganizationInvite extends Request {
115959
116688
  constructor(request, data) {
115960
- var _a, _b, _c, _d, _e, _f;
116689
+ var _a, _b, _c, _d, _e, _f, _g;
115961
116690
  super(request);
115962
116691
  this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
115963
116692
  this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -115966,8 +116695,9 @@ class OrganizationInvite extends Request {
115966
116695
  this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
115967
116696
  this.external = data.external;
115968
116697
  this.id = data.id;
115969
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
115970
- this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
116698
+ this.metadata = (_e = parseJson(data.metadata)) !== null && _e !== void 0 ? _e : {};
116699
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
116700
+ this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
115971
116701
  this._inviter = data.inviter;
115972
116702
  }
115973
116703
  /** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
@@ -116157,7 +116887,7 @@ class PaidSubscription extends Request {
116157
116887
  */
116158
116888
  class Project extends Request {
116159
116889
  constructor(request, data) {
116160
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
116890
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
116161
116891
  super(request);
116162
116892
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116163
116893
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -116166,15 +116896,16 @@ class Project extends Request {
116166
116896
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
116167
116897
  this.completedIssueCountHistory = data.completedIssueCountHistory;
116168
116898
  this.completedScopeHistory = data.completedScopeHistory;
116169
- this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
116899
+ this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
116900
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
116170
116901
  this.description = data.description;
116171
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
116902
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
116172
116903
  this.id = data.id;
116173
116904
  this.inProgressScopeHistory = data.inProgressScopeHistory;
116174
116905
  this.issueCountHistory = data.issueCountHistory;
116175
116906
  this.name = data.name;
116176
116907
  this.progress = data.progress;
116177
- this.projectUpdateRemindersPausedUntilAt = (_g = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _g !== void 0 ? _g : undefined;
116908
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
116178
116909
  this.scope = data.scope;
116179
116910
  this.scopeHistory = data.scopeHistory;
116180
116911
  this.slackIssueComments = data.slackIssueComments;
@@ -116182,16 +116913,17 @@ class Project extends Request {
116182
116913
  this.slackNewIssue = data.slackNewIssue;
116183
116914
  this.slugId = data.slugId;
116184
116915
  this.sortOrder = data.sortOrder;
116185
- this.startDate = (_h = data.startDate) !== null && _h !== void 0 ? _h : undefined;
116186
- this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
116916
+ this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
116917
+ this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
116187
116918
  this.state = data.state;
116188
- this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
116189
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
116919
+ this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
116920
+ this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
116921
+ this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
116190
116922
  this.url = data.url;
116191
- this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
116923
+ this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
116192
116924
  this._creator = data.creator;
116193
- this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
116194
- this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
116925
+ this._integrationsSettings = (_q = data.integrationsSettings) !== null && _q !== void 0 ? _q : undefined;
116926
+ this._lead = (_r = data.lead) !== null && _r !== void 0 ? _r : undefined;
116195
116927
  }
116196
116928
  /** The project was created based on this issue. */
116197
116929
  get convertedFromIssue() {
@@ -116243,14 +116975,14 @@ class Project extends Request {
116243
116975
  return new Project_TeamsQuery(this._request, this.id, variables).fetch(variables);
116244
116976
  }
116245
116977
  /** Archives a project. */
116246
- archive() {
116247
- return new ArchiveProjectMutation(this._request).fetch(this.id);
116978
+ archive(variables) {
116979
+ return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
116248
116980
  }
116249
116981
  /** Creates a new project. */
116250
116982
  create(input) {
116251
116983
  return new CreateProjectMutation(this._request).fetch(input);
116252
116984
  }
116253
- /** Deletes a project. All issues will be disassociated from the deleted project. */
116985
+ /** Deletes (trashes) a project. */
116254
116986
  delete() {
116255
116987
  return new DeleteProjectMutation(this._request).fetch(this.id);
116256
116988
  }
@@ -116464,6 +117196,7 @@ class ProjectNotification extends Request {
116464
117196
  this.type = data.type;
116465
117197
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
116466
117198
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
117199
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
116467
117200
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
116468
117201
  this._project = data.project;
116469
117202
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
@@ -116498,6 +117231,7 @@ class ProjectNotificationSubscription extends Request {
116498
117231
  constructor(request, data) {
116499
117232
  var _a, _b, _c, _d, _e, _f, _g, _h;
116500
117233
  super(request);
117234
+ this.active = data.active;
116501
117235
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116502
117236
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
116503
117237
  this.id = data.id;
@@ -116588,7 +117322,7 @@ class ProjectSearchPayload extends Request {
116588
117322
  */
116589
117323
  class ProjectSearchResult extends Request {
116590
117324
  constructor(request, data) {
116591
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
117325
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
116592
117326
  super(request);
116593
117327
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116594
117328
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -116597,16 +117331,17 @@ class ProjectSearchResult extends Request {
116597
117331
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
116598
117332
  this.completedIssueCountHistory = data.completedIssueCountHistory;
116599
117333
  this.completedScopeHistory = data.completedScopeHistory;
116600
- this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
117334
+ this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
117335
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
116601
117336
  this.description = data.description;
116602
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
117337
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
116603
117338
  this.id = data.id;
116604
117339
  this.inProgressScopeHistory = data.inProgressScopeHistory;
116605
117340
  this.issueCountHistory = data.issueCountHistory;
116606
- this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
117341
+ this.metadata = (_h = parseJson(data.metadata)) !== null && _h !== void 0 ? _h : {};
116607
117342
  this.name = data.name;
116608
117343
  this.progress = data.progress;
116609
- this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
117344
+ this.projectUpdateRemindersPausedUntilAt = (_j = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _j !== void 0 ? _j : undefined;
116610
117345
  this.scope = data.scope;
116611
117346
  this.scopeHistory = data.scopeHistory;
116612
117347
  this.slackIssueComments = data.slackIssueComments;
@@ -116614,16 +117349,17 @@ class ProjectSearchResult extends Request {
116614
117349
  this.slackNewIssue = data.slackNewIssue;
116615
117350
  this.slugId = data.slugId;
116616
117351
  this.sortOrder = data.sortOrder;
116617
- this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
116618
- this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
117352
+ this.startDate = (_k = data.startDate) !== null && _k !== void 0 ? _k : undefined;
117353
+ this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
116619
117354
  this.state = data.state;
116620
- this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
116621
- this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
117355
+ this.targetDate = (_m = data.targetDate) !== null && _m !== void 0 ? _m : undefined;
117356
+ this.trashed = (_o = data.trashed) !== null && _o !== void 0 ? _o : undefined;
117357
+ this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
116622
117358
  this.url = data.url;
116623
- this._convertedFromIssue = (_o = data.convertedFromIssue) !== null && _o !== void 0 ? _o : undefined;
117359
+ this._convertedFromIssue = (_q = data.convertedFromIssue) !== null && _q !== void 0 ? _q : undefined;
116624
117360
  this._creator = data.creator;
116625
- this._integrationsSettings = (_p = data.integrationsSettings) !== null && _p !== void 0 ? _p : undefined;
116626
- this._lead = (_q = data.lead) !== null && _q !== void 0 ? _q : undefined;
117361
+ this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
117362
+ this._lead = (_s = data.lead) !== null && _s !== void 0 ? _s : undefined;
116627
117363
  }
116628
117364
  /** The project was created based on this issue. */
116629
117365
  get convertedFromIssue() {
@@ -116667,14 +117403,15 @@ class ProjectSearchResultConnection extends Connection {
116667
117403
  */
116668
117404
  class ProjectUpdate extends Request {
116669
117405
  constructor(request, data) {
116670
- var _a, _b, _c, _d;
117406
+ var _a, _b, _c, _d, _e;
116671
117407
  super(request);
116672
117408
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116673
117409
  this.body = data.body;
116674
117410
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
116675
- this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
117411
+ this.diff = (_c = parseJson(data.diff)) !== null && _c !== void 0 ? _c : undefined;
117412
+ this.editedAt = (_d = parseDate(data.editedAt)) !== null && _d !== void 0 ? _d : undefined;
116676
117413
  this.id = data.id;
116677
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
117414
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
116678
117415
  this.url = data.url;
116679
117416
  this._project = data.project;
116680
117417
  this._user = data.user;
@@ -117187,6 +117924,35 @@ class SentrySettings extends Request {
117187
117924
  this.organizationSlug = data.organizationSlug;
117188
117925
  }
117189
117926
  }
117927
+ /**
117928
+ * Slack Asks specific settings.
117929
+ *
117930
+ * @param request - function to call the graphql client
117931
+ * @param data - L.SlackAsksSettingsFragment response data
117932
+ */
117933
+ class SlackAsksSettings extends Request {
117934
+ constructor(request, data) {
117935
+ super(request);
117936
+ this.slackChannelMapping = data.slackChannelMapping
117937
+ ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
117938
+ : undefined;
117939
+ }
117940
+ }
117941
+ /**
117942
+ * Tuple for mapping Slack channel IDs to names
117943
+ *
117944
+ * @param request - function to call the graphql client
117945
+ * @param data - L.SlackChannelNameMappingFragment response data
117946
+ */
117947
+ class SlackChannelNameMapping extends Request {
117948
+ constructor(request, data) {
117949
+ var _a;
117950
+ super(request);
117951
+ this.id = data.id;
117952
+ this.isPrivate = (_a = data.isPrivate) !== null && _a !== void 0 ? _a : undefined;
117953
+ this.name = data.name;
117954
+ }
117955
+ }
117190
117956
  /**
117191
117957
  * Slack notification specific settings.
117192
117958
  *
@@ -117252,7 +118018,7 @@ class SynchronizedPayload extends Request {
117252
118018
  */
117253
118019
  class Team extends Request {
117254
118020
  constructor(request, data) {
117255
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
118021
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
117256
118022
  super(request);
117257
118023
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117258
118024
  this.autoArchivePeriod = data.autoArchivePeriod;
@@ -117301,9 +118067,10 @@ class Team extends Request {
117301
118067
  this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
117302
118068
  this._markedAsDuplicateWorkflowState = (_s = data.markedAsDuplicateWorkflowState) !== null && _s !== void 0 ? _s : undefined;
117303
118069
  this._mergeWorkflowState = (_t = data.mergeWorkflowState) !== null && _t !== void 0 ? _t : undefined;
117304
- this._reviewWorkflowState = (_u = data.reviewWorkflowState) !== null && _u !== void 0 ? _u : undefined;
117305
- this._startWorkflowState = (_v = data.startWorkflowState) !== null && _v !== void 0 ? _v : undefined;
117306
- this._triageIssueState = (_w = data.triageIssueState) !== null && _w !== void 0 ? _w : undefined;
118070
+ this._mergeableWorkflowState = (_u = data.mergeableWorkflowState) !== null && _u !== void 0 ? _u : undefined;
118071
+ this._reviewWorkflowState = (_v = data.reviewWorkflowState) !== null && _v !== void 0 ? _v : undefined;
118072
+ this._startWorkflowState = (_w = data.startWorkflowState) !== null && _w !== void 0 ? _w : undefined;
118073
+ this._triageIssueState = (_x = data.triageIssueState) !== null && _x !== void 0 ? _x : undefined;
117307
118074
  }
117308
118075
  /** Team's currently active cycle. */
117309
118076
  get activeCycle() {
@@ -117359,6 +118126,13 @@ class Team extends Request {
117359
118126
  ? new WorkflowStateQuery(this._request).fetch((_b = this._mergeWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
117360
118127
  : undefined;
117361
118128
  }
118129
+ /** The workflow state into which issues are moved when a PR is ready to be merged. */
118130
+ get mergeableWorkflowState() {
118131
+ var _a, _b;
118132
+ return ((_a = this._mergeableWorkflowState) === null || _a === void 0 ? void 0 : _a.id)
118133
+ ? new WorkflowStateQuery(this._request).fetch((_b = this._mergeableWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
118134
+ : undefined;
118135
+ }
117362
118136
  /** The organization that the team is associated with. */
117363
118137
  get organization() {
117364
118138
  return new OrganizationQuery(this._request).fetch();
@@ -117529,6 +118303,7 @@ class TeamNotificationSubscription extends Request {
117529
118303
  constructor(request, data) {
117530
118304
  var _a, _b, _c, _d, _e, _f, _g, _h;
117531
118305
  super(request);
118306
+ this.active = data.active;
117532
118307
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117533
118308
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
117534
118309
  this.id = data.id;
@@ -117873,6 +118648,7 @@ class UserNotificationSubscription extends Request {
117873
118648
  constructor(request, data) {
117874
118649
  var _a, _b, _c, _d, _e, _f, _g, _h;
117875
118650
  super(request);
118651
+ this.active = data.active;
117876
118652
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117877
118653
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
117878
118654
  this.id = data.id;
@@ -118532,16 +119308,15 @@ class AttachmentLinkDiscordMutation extends Request {
118532
119308
  * @param issueId - required issueId to pass to attachmentLinkDiscord
118533
119309
  * @param messageId - required messageId to pass to attachmentLinkDiscord
118534
119310
  * @param url - required url to pass to attachmentLinkDiscord
119311
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
118535
119312
  * @returns parsed response from AttachmentLinkDiscordMutation
118536
119313
  */
118537
- fetch(channelId, issueId, messageId, url) {
119314
+ fetch(channelId, issueId, messageId, url, variables) {
118538
119315
  return __awaiter(this, void 0, void 0, function* () {
118539
- const response = yield this._request(AttachmentLinkDiscordDocument, {
118540
- channelId,
119316
+ const response = yield this._request(AttachmentLinkDiscordDocument, Object.assign({ channelId,
118541
119317
  issueId,
118542
119318
  messageId,
118543
- url,
118544
- });
119319
+ url }, variables));
118545
119320
  const data = response.attachmentLinkDiscord;
118546
119321
  return new AttachmentPayload(this._request, data);
118547
119322
  });
@@ -118561,14 +119336,13 @@ class AttachmentLinkFrontMutation extends Request {
118561
119336
  *
118562
119337
  * @param conversationId - required conversationId to pass to attachmentLinkFront
118563
119338
  * @param issueId - required issueId to pass to attachmentLinkFront
119339
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
118564
119340
  * @returns parsed response from AttachmentLinkFrontMutation
118565
119341
  */
118566
- fetch(conversationId, issueId) {
119342
+ fetch(conversationId, issueId, variables) {
118567
119343
  return __awaiter(this, void 0, void 0, function* () {
118568
- const response = yield this._request(AttachmentLinkFrontDocument, {
118569
- conversationId,
118570
- issueId,
118571
- });
119344
+ const response = yield this._request(AttachmentLinkFrontDocument, Object.assign({ conversationId,
119345
+ issueId }, variables));
118572
119346
  const data = response.attachmentLinkFront;
118573
119347
  return new FrontAttachmentPayload(this._request, data);
118574
119348
  });
@@ -118588,14 +119362,13 @@ class AttachmentLinkIntercomMutation extends Request {
118588
119362
  *
118589
119363
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
118590
119364
  * @param issueId - required issueId to pass to attachmentLinkIntercom
119365
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
118591
119366
  * @returns parsed response from AttachmentLinkIntercomMutation
118592
119367
  */
118593
- fetch(conversationId, issueId) {
119368
+ fetch(conversationId, issueId, variables) {
118594
119369
  return __awaiter(this, void 0, void 0, function* () {
118595
- const response = yield this._request(AttachmentLinkIntercomDocument, {
118596
- conversationId,
118597
- issueId,
118598
- });
119370
+ const response = yield this._request(AttachmentLinkIntercomDocument, Object.assign({ conversationId,
119371
+ issueId }, variables));
118599
119372
  const data = response.attachmentLinkIntercom;
118600
119373
  return new AttachmentPayload(this._request, data);
118601
119374
  });
@@ -118698,14 +119471,13 @@ class AttachmentLinkZendeskMutation extends Request {
118698
119471
  *
118699
119472
  * @param issueId - required issueId to pass to attachmentLinkZendesk
118700
119473
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
119474
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
118701
119475
  * @returns parsed response from AttachmentLinkZendeskMutation
118702
119476
  */
118703
- fetch(issueId, ticketId) {
119477
+ fetch(issueId, ticketId, variables) {
118704
119478
  return __awaiter(this, void 0, void 0, function* () {
118705
- const response = yield this._request(AttachmentLinkZendeskDocument, {
118706
- issueId,
118707
- ticketId,
118708
- });
119479
+ const response = yield this._request(AttachmentLinkZendeskDocument, Object.assign({ issueId,
119480
+ ticketId }, variables));
118709
119481
  const data = response.attachmentLinkZendesk;
118710
119482
  return new AttachmentPayload(this._request, data);
118711
119483
  });
@@ -119451,6 +120223,33 @@ class ImportFileUploadMutation extends Request {
119451
120223
  });
119452
120224
  }
119453
120225
  }
120226
+ /**
120227
+ * A fetchable IntegrationAsksConnectChannel Mutation
120228
+ *
120229
+ * @param request - function to call the graphql client
120230
+ */
120231
+ class IntegrationAsksConnectChannelMutation extends Request {
120232
+ constructor(request) {
120233
+ super(request);
120234
+ }
120235
+ /**
120236
+ * Call the IntegrationAsksConnectChannel mutation and return a AsksChannelConnectPayload
120237
+ *
120238
+ * @param code - required code to pass to integrationAsksConnectChannel
120239
+ * @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
120240
+ * @returns parsed response from IntegrationAsksConnectChannelMutation
120241
+ */
120242
+ fetch(code, redirectUri) {
120243
+ return __awaiter(this, void 0, void 0, function* () {
120244
+ const response = yield this._request(IntegrationAsksConnectChannelDocument, {
120245
+ code,
120246
+ redirectUri,
120247
+ });
120248
+ const data = response.integrationAsksConnectChannel;
120249
+ return new AsksChannelConnectPayload(this._request, data);
120250
+ });
120251
+ }
120252
+ }
119454
120253
  /**
119455
120254
  * A fetchable DeleteIntegration Mutation
119456
120255
  *
@@ -121292,13 +122091,12 @@ class ArchiveProjectMutation extends Request {
121292
122091
  * Call the ArchiveProject mutation and return a ProjectArchivePayload
121293
122092
  *
121294
122093
  * @param id - required id to pass to archiveProject
122094
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
121295
122095
  * @returns parsed response from ArchiveProjectMutation
121296
122096
  */
121297
- fetch(id) {
122097
+ fetch(id, variables) {
121298
122098
  return __awaiter(this, void 0, void 0, function* () {
121299
- const response = yield this._request(ArchiveProjectDocument, {
121300
- id,
121301
- });
122099
+ const response = yield this._request(ArchiveProjectDocument, Object.assign({ id }, variables));
121302
122100
  const data = response.projectArchive;
121303
122101
  return new ProjectArchivePayload(this._request, data);
121304
122102
  });
@@ -121339,7 +122137,7 @@ class DeleteProjectMutation extends Request {
121339
122137
  super(request);
121340
122138
  }
121341
122139
  /**
121342
- * Call the DeleteProject mutation and return a DeletePayload
122140
+ * Call the DeleteProject mutation and return a ProjectArchivePayload
121343
122141
  *
121344
122142
  * @param id - required id to pass to deleteProject
121345
122143
  * @returns parsed response from DeleteProjectMutation
@@ -121350,7 +122148,7 @@ class DeleteProjectMutation extends Request {
121350
122148
  id,
121351
122149
  });
121352
122150
  const data = response.projectDelete;
121353
- return new DeletePayload(this._request, data);
122151
+ return new ProjectArchivePayload(this._request, data);
121354
122152
  });
121355
122153
  }
121356
122154
  }
@@ -125313,6 +126111,32 @@ class AttachmentIssue_SubscribersQuery extends Request {
125313
126111
  });
125314
126112
  }
125315
126113
  }
126114
+ /**
126115
+ * A fetchable Comment_BotActor Query
126116
+ *
126117
+ * @param request - function to call the graphql client
126118
+ * @param id - required id to pass to comment
126119
+ */
126120
+ class Comment_BotActorQuery extends Request {
126121
+ constructor(request, id) {
126122
+ super(request);
126123
+ this._id = id;
126124
+ }
126125
+ /**
126126
+ * Call the Comment_BotActor query and return a ActorBot
126127
+ *
126128
+ * @returns parsed response from Comment_BotActorQuery
126129
+ */
126130
+ fetch() {
126131
+ return __awaiter(this, void 0, void 0, function* () {
126132
+ const response = yield this._request(Comment_BotActorDocument, {
126133
+ id: this._id,
126134
+ });
126135
+ const data = response.comment.botActor;
126136
+ return data ? new ActorBot(this._request, data) : undefined;
126137
+ });
126138
+ }
126139
+ }
125316
126140
  /**
125317
126141
  * A fetchable Comment_Children Query
125318
126142
  *
@@ -127000,30 +127824,33 @@ class LinearSdk extends Request {
127000
127824
  * @param issueId - required issueId to pass to attachmentLinkDiscord
127001
127825
  * @param messageId - required messageId to pass to attachmentLinkDiscord
127002
127826
  * @param url - required url to pass to attachmentLinkDiscord
127827
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
127003
127828
  * @returns AttachmentPayload
127004
127829
  */
127005
- attachmentLinkDiscord(channelId, issueId, messageId, url) {
127006
- return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url);
127830
+ attachmentLinkDiscord(channelId, issueId, messageId, url, variables) {
127831
+ return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url, variables);
127007
127832
  }
127008
127833
  /**
127009
127834
  * Link an existing Front conversation to an issue.
127010
127835
  *
127011
127836
  * @param conversationId - required conversationId to pass to attachmentLinkFront
127012
127837
  * @param issueId - required issueId to pass to attachmentLinkFront
127838
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
127013
127839
  * @returns FrontAttachmentPayload
127014
127840
  */
127015
- attachmentLinkFront(conversationId, issueId) {
127016
- return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId);
127841
+ attachmentLinkFront(conversationId, issueId, variables) {
127842
+ return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
127017
127843
  }
127018
127844
  /**
127019
127845
  * Link an existing Intercom conversation to an issue.
127020
127846
  *
127021
127847
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
127022
127848
  * @param issueId - required issueId to pass to attachmentLinkIntercom
127849
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
127023
127850
  * @returns AttachmentPayload
127024
127851
  */
127025
- attachmentLinkIntercom(conversationId, issueId) {
127026
- return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId);
127852
+ attachmentLinkIntercom(conversationId, issueId, variables) {
127853
+ return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId, variables);
127027
127854
  }
127028
127855
  /**
127029
127856
  * Link an existing Jira issue to an issue.
@@ -127064,10 +127891,11 @@ class LinearSdk extends Request {
127064
127891
  *
127065
127892
  * @param issueId - required issueId to pass to attachmentLinkZendesk
127066
127893
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
127894
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
127067
127895
  * @returns AttachmentPayload
127068
127896
  */
127069
- attachmentLinkZendesk(issueId, ticketId) {
127070
- return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId);
127897
+ attachmentLinkZendesk(issueId, ticketId, variables) {
127898
+ return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
127071
127899
  }
127072
127900
  /**
127073
127901
  * Unsyncs an existing synced Slack attachment.
@@ -127343,6 +128171,16 @@ class LinearSdk extends Request {
127343
128171
  importFileUpload(contentType, filename, size, variables) {
127344
128172
  return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
127345
128173
  }
128174
+ /**
128175
+ * Connect a Slack channel to Asks.
128176
+ *
128177
+ * @param code - required code to pass to integrationAsksConnectChannel
128178
+ * @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
128179
+ * @returns AsksChannelConnectPayload
128180
+ */
128181
+ integrationAsksConnectChannel(code, redirectUri) {
128182
+ return new IntegrationAsksConnectChannelMutation(this._request).fetch(code, redirectUri);
128183
+ }
127346
128184
  /**
127347
128185
  * Deletes an integration.
127348
128186
  *
@@ -128031,10 +128869,11 @@ class LinearSdk extends Request {
128031
128869
  * Archives a project.
128032
128870
  *
128033
128871
  * @param id - required id to pass to archiveProject
128872
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
128034
128873
  * @returns ProjectArchivePayload
128035
128874
  */
128036
- archiveProject(id) {
128037
- return new ArchiveProjectMutation(this._request).fetch(id);
128875
+ archiveProject(id, variables) {
128876
+ return new ArchiveProjectMutation(this._request).fetch(id, variables);
128038
128877
  }
128039
128878
  /**
128040
128879
  * Creates a new project.
@@ -128046,10 +128885,10 @@ class LinearSdk extends Request {
128046
128885
  return new CreateProjectMutation(this._request).fetch(input);
128047
128886
  }
128048
128887
  /**
128049
- * Deletes a project. All issues will be disassociated from the deleted project.
128888
+ * Deletes (trashes) a project.
128050
128889
  *
128051
128890
  * @param id - required id to pass to deleteProject
128052
- * @returns DeletePayload
128891
+ * @returns ProjectArchivePayload
128053
128892
  */
128054
128893
  deleteProject(id) {
128055
128894
  return new DeleteProjectMutation(this._request).fetch(id);
@@ -129517,5 +130356,5 @@ class LinearWebhooks {
129517
130356
  }
129518
130357
  }
129519
130358
 
129520
- export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Embed, EmbedInfoQuery, EmbedInfo_EmbedQuery, EmbedPayload, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, FirstResponderSchedule, FirstResponderScheduleConnection, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleMapping, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserJiraConnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
130359
+ export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_BotActorQuery, Comment_ChildrenQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Embed, EmbedInfoQuery, EmbedInfo_EmbedQuery, EmbedPayload, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, FirstResponderSchedule, FirstResponderScheduleConnection, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleMapping, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackChannelNameMapping, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserJiraConnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
129521
130360
  //# sourceMappingURL=index-es.js.map