@linear/sdk 7.0.0 → 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-cjs.js CHANGED
@@ -83469,6 +83469,7 @@ var ProjectUpdateHealthType;
83469
83469
  /** The frequency at which to send project update reminders. */
83470
83470
  var ProjectUpdateReminderFrequency;
83471
83471
  (function (ProjectUpdateReminderFrequency) {
83472
+ ProjectUpdateReminderFrequency["Month"] = "month";
83472
83473
  ProjectUpdateReminderFrequency["Never"] = "never";
83473
83474
  ProjectUpdateReminderFrequency["TwoWeeks"] = "twoWeeks";
83474
83475
  ProjectUpdateReminderFrequency["Week"] = "week";
@@ -83477,6 +83478,8 @@ var ProjectUpdateReminderFrequency;
83477
83478
  var PushSubscriptionType;
83478
83479
  (function (PushSubscriptionType) {
83479
83480
  PushSubscriptionType["Apple"] = "apple";
83481
+ PushSubscriptionType["AppleDevelopment"] = "appleDevelopment";
83482
+ PushSubscriptionType["Firebase"] = "firebase";
83480
83483
  PushSubscriptionType["Web"] = "web";
83481
83484
  })(PushSubscriptionType || (PushSubscriptionType = {}));
83482
83485
  /** Features release channel */
@@ -83487,6 +83490,12 @@ var ReleaseChannel;
83487
83490
  ReleaseChannel["PreRelease"] = "preRelease";
83488
83491
  ReleaseChannel["Public"] = "public";
83489
83492
  })(ReleaseChannel || (ReleaseChannel = {}));
83493
+ /** Which day count to use for SLA calculations */
83494
+ var SlaDayCountType;
83495
+ (function (SlaDayCountType) {
83496
+ SlaDayCountType["All"] = "all";
83497
+ SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
83498
+ })(SlaDayCountType || (SlaDayCountType = {}));
83490
83499
  var SlaStatus;
83491
83500
  (function (SlaStatus) {
83492
83501
  SlaStatus["Breached"] = "Breached";
@@ -83537,6 +83546,11 @@ var UserFlagType;
83537
83546
  UserFlagType["TeamsPageIntroductionDismissed"] = "teamsPageIntroductionDismissed";
83538
83547
  UserFlagType["ThreadedCommentsNudgeIsSeen"] = "threadedCommentsNudgeIsSeen";
83539
83548
  UserFlagType["TriageWelcomeDismissed"] = "triageWelcomeDismissed";
83549
+ UserFlagType["TryCyclesDismissed"] = "tryCyclesDismissed";
83550
+ UserFlagType["TryGithubDismissed"] = "tryGithubDismissed";
83551
+ UserFlagType["TryInvitePeopleDismissed"] = "tryInvitePeopleDismissed";
83552
+ UserFlagType["TryRoadmapsDismissed"] = "tryRoadmapsDismissed";
83553
+ UserFlagType["TryTriageDismissed"] = "tryTriageDismissed";
83540
83554
  UserFlagType["UpdatedSlackThreadSyncIntegration"] = "updatedSlackThreadSyncIntegration";
83541
83555
  })(UserFlagType || (UserFlagType = {}));
83542
83556
  /** Operations that can be applied to UserFlagType */
@@ -83707,6 +83721,7 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
83707
83721
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83708
83722
  },
83709
83723
  },
83724
+ { kind: "Field", name: { kind: "Name", value: "active" } },
83710
83725
  ],
83711
83726
  },
83712
83727
  },
@@ -83784,6 +83799,7 @@ const CycleNotificationSubscriptionFragmentDoc = {
83784
83799
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83785
83800
  },
83786
83801
  },
83802
+ { kind: "Field", name: { kind: "Name", value: "active" } },
83787
83803
  ],
83788
83804
  },
83789
83805
  },
@@ -83802,6 +83818,7 @@ const DocumentContentFragmentDoc = {
83802
83818
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
83803
83819
  { kind: "Field", name: { kind: "Name", value: "contentData" } },
83804
83820
  { kind: "Field", name: { kind: "Name", value: "content" } },
83821
+ { kind: "Field", name: { kind: "Name", value: "contentState" } },
83805
83822
  {
83806
83823
  kind: "Field",
83807
83824
  name: { kind: "Name", value: "issue" },
@@ -83811,6 +83828,14 @@ const DocumentContentFragmentDoc = {
83811
83828
  },
83812
83829
  },
83813
83830
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83831
+ {
83832
+ kind: "Field",
83833
+ name: { kind: "Name", value: "project" },
83834
+ selectionSet: {
83835
+ kind: "SelectionSet",
83836
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83837
+ },
83838
+ },
83814
83839
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83815
83840
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83816
83841
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -83916,6 +83941,28 @@ const IssueArchivePayloadFragmentDoc = {
83916
83941
  },
83917
83942
  ],
83918
83943
  };
83944
+ const ActorBotFragmentDoc = {
83945
+ kind: "Document",
83946
+ definitions: [
83947
+ {
83948
+ kind: "FragmentDefinition",
83949
+ name: { kind: "Name", value: "ActorBot" },
83950
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ActorBot" } },
83951
+ selectionSet: {
83952
+ kind: "SelectionSet",
83953
+ selections: [
83954
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
83955
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
83956
+ { kind: "Field", name: { kind: "Name", value: "name" } },
83957
+ { kind: "Field", name: { kind: "Name", value: "userDisplayName" } },
83958
+ { kind: "Field", name: { kind: "Name", value: "subType" } },
83959
+ { kind: "Field", name: { kind: "Name", value: "type" } },
83960
+ { kind: "Field", name: { kind: "Name", value: "id" } },
83961
+ ],
83962
+ },
83963
+ },
83964
+ ],
83965
+ };
83919
83966
  const IssueNotificationFragmentDoc = {
83920
83967
  kind: "Document",
83921
83968
  definitions: [
@@ -83929,6 +83976,14 @@ const IssueNotificationFragmentDoc = {
83929
83976
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
83930
83977
  { kind: "Field", name: { kind: "Name", value: "reactionEmoji" } },
83931
83978
  { kind: "Field", name: { kind: "Name", value: "type" } },
83979
+ {
83980
+ kind: "Field",
83981
+ name: { kind: "Name", value: "botActor" },
83982
+ selectionSet: {
83983
+ kind: "SelectionSet",
83984
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
83985
+ },
83986
+ },
83932
83987
  {
83933
83988
  kind: "Field",
83934
83989
  name: { kind: "Name", value: "comment" },
@@ -84028,6 +84083,14 @@ const OauthClientApprovalNotificationFragmentDoc = {
84028
84083
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthClientApproval" } }],
84029
84084
  },
84030
84085
  },
84086
+ {
84087
+ kind: "Field",
84088
+ name: { kind: "Name", value: "botActor" },
84089
+ selectionSet: {
84090
+ kind: "SelectionSet",
84091
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84092
+ },
84093
+ },
84031
84094
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84032
84095
  { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
84033
84096
  { kind: "Field", name: { kind: "Name", value: "readAt" } },
@@ -84055,7 +84118,6 @@ const OauthClientApprovalNotificationFragmentDoc = {
84055
84118
  ],
84056
84119
  },
84057
84120
  },
84058
- ...OauthClientApprovalFragmentDoc.definitions,
84059
84121
  ],
84060
84122
  };
84061
84123
  const ProjectNotificationFragmentDoc = {
@@ -84070,6 +84132,14 @@ const ProjectNotificationFragmentDoc = {
84070
84132
  selections: [
84071
84133
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84072
84134
  { kind: "Field", name: { kind: "Name", value: "type" } },
84135
+ {
84136
+ kind: "Field",
84137
+ name: { kind: "Name", value: "botActor" },
84138
+ selectionSet: {
84139
+ kind: "SelectionSet",
84140
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84141
+ },
84142
+ },
84073
84143
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84074
84144
  {
84075
84145
  kind: "Field",
@@ -84127,6 +84197,14 @@ const NotificationFragmentDoc = {
84127
84197
  selections: [
84128
84198
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84129
84199
  { kind: "Field", name: { kind: "Name", value: "type" } },
84200
+ {
84201
+ kind: "Field",
84202
+ name: { kind: "Name", value: "botActor" },
84203
+ selectionSet: {
84204
+ kind: "SelectionSet",
84205
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84206
+ },
84207
+ },
84130
84208
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84131
84209
  { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
84132
84210
  { kind: "Field", name: { kind: "Name", value: "readAt" } },
@@ -84180,9 +84258,6 @@ const NotificationFragmentDoc = {
84180
84258
  ],
84181
84259
  },
84182
84260
  },
84183
- ...IssueNotificationFragmentDoc.definitions,
84184
- ...OauthClientApprovalNotificationFragmentDoc.definitions,
84185
- ...ProjectNotificationFragmentDoc.definitions,
84186
84261
  ],
84187
84262
  };
84188
84263
  const NotificationArchivePayloadFragmentDoc = {
@@ -84209,7 +84284,6 @@ const NotificationArchivePayloadFragmentDoc = {
84209
84284
  ],
84210
84285
  },
84211
84286
  },
84212
- ...NotificationFragmentDoc.definitions,
84213
84287
  ],
84214
84288
  };
84215
84289
  const ProjectArchivePayloadFragmentDoc = {
@@ -84370,14 +84444,6 @@ const ArchivePayloadFragmentDoc = {
84370
84444
  ],
84371
84445
  },
84372
84446
  },
84373
- ...AttachmentArchivePayloadFragmentDoc.definitions,
84374
- ...CycleArchivePayloadFragmentDoc.definitions,
84375
- ...DeletePayloadFragmentDoc.definitions,
84376
- ...IssueArchivePayloadFragmentDoc.definitions,
84377
- ...NotificationArchivePayloadFragmentDoc.definitions,
84378
- ...ProjectArchivePayloadFragmentDoc.definitions,
84379
- ...RoadmapArchivePayloadFragmentDoc.definitions,
84380
- ...WorkflowStateArchivePayloadFragmentDoc.definitions,
84381
84447
  ],
84382
84448
  };
84383
84449
  const LabelNotificationSubscriptionFragmentDoc = {
@@ -84452,6 +84518,7 @@ const LabelNotificationSubscriptionFragmentDoc = {
84452
84518
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84453
84519
  },
84454
84520
  },
84521
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84455
84522
  ],
84456
84523
  },
84457
84524
  },
@@ -84529,6 +84596,7 @@ const ProjectNotificationSubscriptionFragmentDoc = {
84529
84596
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84530
84597
  },
84531
84598
  },
84599
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84532
84600
  ],
84533
84601
  },
84534
84602
  },
@@ -84606,6 +84674,7 @@ const TeamNotificationSubscriptionFragmentDoc = {
84606
84674
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84607
84675
  },
84608
84676
  },
84677
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84609
84678
  ],
84610
84679
  },
84611
84680
  },
@@ -84727,7 +84796,6 @@ const UserAccountFragmentDoc = {
84727
84796
  ],
84728
84797
  },
84729
84798
  },
84730
- ...UserFragmentDoc.definitions,
84731
84799
  ],
84732
84800
  };
84733
84801
  const UserNotificationSubscriptionFragmentDoc = {
@@ -84802,6 +84870,7 @@ const UserNotificationSubscriptionFragmentDoc = {
84802
84870
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84803
84871
  },
84804
84872
  },
84873
+ { kind: "Field", name: { kind: "Name", value: "active" } },
84805
84874
  ],
84806
84875
  },
84807
84876
  },
@@ -84904,7 +84973,6 @@ const GithubOrgFragmentDoc = {
84904
84973
  ],
84905
84974
  },
84906
84975
  },
84907
- ...GithubRepoFragmentDoc.definitions,
84908
84976
  ],
84909
84977
  };
84910
84978
  const GithubOAuthTokenPayloadFragmentDoc = {
@@ -84930,7 +84998,6 @@ const GithubOAuthTokenPayloadFragmentDoc = {
84930
84998
  ],
84931
84999
  },
84932
85000
  },
84933
- ...GithubOrgFragmentDoc.definitions,
84934
85001
  ],
84935
85002
  };
84936
85003
  const UserAuthorizedApplicationFragmentDoc = {
@@ -85017,6 +85084,7 @@ const GitHubSettingsFragmentDoc = {
85017
85084
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85018
85085
  { kind: "Field", name: { kind: "Name", value: "orgLogin" } },
85019
85086
  { kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
85087
+ { kind: "Field", name: { kind: "Name", value: "repositories" } },
85020
85088
  ],
85021
85089
  },
85022
85090
  },
@@ -85130,8 +85198,6 @@ const JiraSettingsFragmentDoc = {
85130
85198
  ],
85131
85199
  },
85132
85200
  },
85133
- ...JiraProjectDataFragmentDoc.definitions,
85134
- ...JiraLinearMappingFragmentDoc.definitions,
85135
85201
  ],
85136
85202
  };
85137
85203
  const NotionSettingsFragmentDoc = {
@@ -85192,7 +85258,6 @@ const PagerDutySettingsFragmentDoc = {
85192
85258
  ],
85193
85259
  },
85194
85260
  },
85195
- ...PagerDutyScheduleMappingFragmentDoc.definitions,
85196
85261
  ],
85197
85262
  };
85198
85263
  const SentrySettingsFragmentDoc = {
@@ -85212,6 +85277,49 @@ const SentrySettingsFragmentDoc = {
85212
85277
  },
85213
85278
  ],
85214
85279
  };
85280
+ const SlackChannelNameMappingFragmentDoc = {
85281
+ kind: "Document",
85282
+ definitions: [
85283
+ {
85284
+ kind: "FragmentDefinition",
85285
+ name: { kind: "Name", value: "SlackChannelNameMapping" },
85286
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelNameMapping" } },
85287
+ selectionSet: {
85288
+ kind: "SelectionSet",
85289
+ selections: [
85290
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85291
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85292
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85293
+ { kind: "Field", name: { kind: "Name", value: "isPrivate" } },
85294
+ ],
85295
+ },
85296
+ },
85297
+ ],
85298
+ };
85299
+ const SlackAsksSettingsFragmentDoc = {
85300
+ kind: "Document",
85301
+ definitions: [
85302
+ {
85303
+ kind: "FragmentDefinition",
85304
+ name: { kind: "Name", value: "SlackAsksSettings" },
85305
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackAsksSettings" } },
85306
+ selectionSet: {
85307
+ kind: "SelectionSet",
85308
+ selections: [
85309
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85310
+ {
85311
+ kind: "Field",
85312
+ name: { kind: "Name", value: "slackChannelMapping" },
85313
+ selectionSet: {
85314
+ kind: "SelectionSet",
85315
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
85316
+ },
85317
+ },
85318
+ ],
85319
+ },
85320
+ },
85321
+ ],
85322
+ };
85215
85323
  const SlackPostSettingsFragmentDoc = {
85216
85324
  kind: "Document",
85217
85325
  definitions: [
@@ -85330,6 +85438,14 @@ const IntegrationSettingsFragmentDoc = {
85330
85438
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SentrySettings" } }],
85331
85439
  },
85332
85440
  },
85441
+ {
85442
+ kind: "Field",
85443
+ name: { kind: "Name", value: "slackAsks" },
85444
+ selectionSet: {
85445
+ kind: "SelectionSet",
85446
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
85447
+ },
85448
+ },
85333
85449
  {
85334
85450
  kind: "Field",
85335
85451
  name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
@@ -85365,16 +85481,6 @@ const IntegrationSettingsFragmentDoc = {
85365
85481
  ],
85366
85482
  },
85367
85483
  },
85368
- ...FrontSettingsFragmentDoc.definitions,
85369
- ...GitHubSettingsFragmentDoc.definitions,
85370
- ...GoogleSheetsSettingsFragmentDoc.definitions,
85371
- ...IntercomSettingsFragmentDoc.definitions,
85372
- ...JiraSettingsFragmentDoc.definitions,
85373
- ...NotionSettingsFragmentDoc.definitions,
85374
- ...PagerDutySettingsFragmentDoc.definitions,
85375
- ...SentrySettingsFragmentDoc.definitions,
85376
- ...SlackPostSettingsFragmentDoc.definitions,
85377
- ...ZendeskSettingsFragmentDoc.definitions,
85378
85484
  ],
85379
85485
  };
85380
85486
  const SamlConfigurationPayloadFragmentDoc = {
@@ -85500,8 +85606,6 @@ const ApiKeyConnectionFragmentDoc = {
85500
85606
  ],
85501
85607
  },
85502
85608
  },
85503
- ...ApiKeyFragmentDoc.definitions,
85504
- ...PageInfoFragmentDoc.definitions,
85505
85609
  ],
85506
85610
  };
85507
85611
  const ApiKeyPayloadFragmentDoc = {
@@ -85528,7 +85632,40 @@ const ApiKeyPayloadFragmentDoc = {
85528
85632
  ],
85529
85633
  },
85530
85634
  },
85531
- ...ApiKeyFragmentDoc.definitions,
85635
+ ],
85636
+ };
85637
+ const AsksChannelConnectPayloadFragmentDoc = {
85638
+ kind: "Document",
85639
+ definitions: [
85640
+ {
85641
+ kind: "FragmentDefinition",
85642
+ name: { kind: "Name", value: "AsksChannelConnectPayload" },
85643
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AsksChannelConnectPayload" } },
85644
+ selectionSet: {
85645
+ kind: "SelectionSet",
85646
+ selections: [
85647
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85648
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
85649
+ {
85650
+ kind: "Field",
85651
+ name: { kind: "Name", value: "integration" },
85652
+ selectionSet: {
85653
+ kind: "SelectionSet",
85654
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85655
+ },
85656
+ },
85657
+ {
85658
+ kind: "Field",
85659
+ name: { kind: "Name", value: "mapping" },
85660
+ selectionSet: {
85661
+ kind: "SelectionSet",
85662
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
85663
+ },
85664
+ },
85665
+ { kind: "Field", name: { kind: "Name", value: "success" } },
85666
+ ],
85667
+ },
85668
+ },
85532
85669
  ],
85533
85670
  };
85534
85671
  const AttachmentFragmentDoc = {
@@ -85604,8 +85741,6 @@ const AttachmentConnectionFragmentDoc = {
85604
85741
  ],
85605
85742
  },
85606
85743
  },
85607
- ...AttachmentFragmentDoc.definitions,
85608
- ...PageInfoFragmentDoc.definitions,
85609
85744
  ],
85610
85745
  };
85611
85746
  const AttachmentPayloadFragmentDoc = {
@@ -85634,6 +85769,23 @@ const AttachmentPayloadFragmentDoc = {
85634
85769
  },
85635
85770
  ],
85636
85771
  };
85772
+ const AttachmentSourcesPayloadFragmentDoc = {
85773
+ kind: "Document",
85774
+ definitions: [
85775
+ {
85776
+ kind: "FragmentDefinition",
85777
+ name: { kind: "Name", value: "AttachmentSourcesPayload" },
85778
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AttachmentSourcesPayload" } },
85779
+ selectionSet: {
85780
+ kind: "SelectionSet",
85781
+ selections: [
85782
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85783
+ { kind: "Field", name: { kind: "Name", value: "sources" } },
85784
+ ],
85785
+ },
85786
+ },
85787
+ ],
85788
+ };
85637
85789
  const AuditEntryFragmentDoc = {
85638
85790
  kind: "Document",
85639
85791
  definitions: [
@@ -85698,8 +85850,6 @@ const AuditEntryConnectionFragmentDoc = {
85698
85850
  ],
85699
85851
  },
85700
85852
  },
85701
- ...AuditEntryFragmentDoc.definitions,
85702
- ...PageInfoFragmentDoc.definitions,
85703
85853
  ],
85704
85854
  };
85705
85855
  const AuditEntryTypeFragmentDoc = {
@@ -85798,7 +85948,6 @@ const OrganizationFragmentDoc = {
85798
85948
  ],
85799
85949
  },
85800
85950
  },
85801
- ...PaidSubscriptionFragmentDoc.definitions,
85802
85951
  ],
85803
85952
  };
85804
85953
  const AuthResolverResponseFragmentDoc = {
@@ -85836,8 +85985,6 @@ const AuthResolverResponseFragmentDoc = {
85836
85985
  ],
85837
85986
  },
85838
85987
  },
85839
- ...OrganizationFragmentDoc.definitions,
85840
- ...UserFragmentDoc.definitions,
85841
85988
  ],
85842
85989
  };
85843
85990
  const CommentFragmentDoc = {
@@ -85853,6 +86000,14 @@ const CommentFragmentDoc = {
85853
86000
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85854
86001
  { kind: "Field", name: { kind: "Name", value: "url" } },
85855
86002
  { kind: "Field", name: { kind: "Name", value: "reactionData" } },
86003
+ {
86004
+ kind: "Field",
86005
+ name: { kind: "Name", value: "botActor" },
86006
+ selectionSet: {
86007
+ kind: "SelectionSet",
86008
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
86009
+ },
86010
+ },
85856
86011
  { kind: "Field", name: { kind: "Name", value: "bodyData" } },
85857
86012
  { kind: "Field", name: { kind: "Name", value: "body" } },
85858
86013
  {
@@ -85919,8 +86074,6 @@ const CommentConnectionFragmentDoc = {
85919
86074
  ],
85920
86075
  },
85921
86076
  },
85922
- ...CommentFragmentDoc.definitions,
85923
- ...PageInfoFragmentDoc.definitions,
85924
86077
  ],
85925
86078
  };
85926
86079
  const CommentPayloadFragmentDoc = {
@@ -86012,8 +86165,6 @@ const CompanyConnectionFragmentDoc = {
86012
86165
  ],
86013
86166
  },
86014
86167
  },
86015
- ...CompanyFragmentDoc.definitions,
86016
- ...PageInfoFragmentDoc.definitions,
86017
86168
  ],
86018
86169
  };
86019
86170
  const ContactPayloadFragmentDoc = {
@@ -86111,6 +86262,14 @@ const CustomViewFragmentDoc = {
86111
86262
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86112
86263
  },
86113
86264
  },
86265
+ {
86266
+ kind: "Field",
86267
+ name: { kind: "Name", value: "owner" },
86268
+ selectionSet: {
86269
+ kind: "SelectionSet",
86270
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86271
+ },
86272
+ },
86114
86273
  { kind: "Field", name: { kind: "Name", value: "shared" } },
86115
86274
  ],
86116
86275
  },
@@ -86147,8 +86306,6 @@ const CustomViewConnectionFragmentDoc = {
86147
86306
  ],
86148
86307
  },
86149
86308
  },
86150
- ...CustomViewFragmentDoc.definitions,
86151
- ...PageInfoFragmentDoc.definitions,
86152
86309
  ],
86153
86310
  };
86154
86311
  const CustomViewPayloadFragmentDoc = {
@@ -86267,8 +86424,6 @@ const CycleConnectionFragmentDoc = {
86267
86424
  ],
86268
86425
  },
86269
86426
  },
86270
- ...CycleFragmentDoc.definitions,
86271
- ...PageInfoFragmentDoc.definitions,
86272
86427
  ],
86273
86428
  };
86274
86429
  const CyclePayloadFragmentDoc = {
@@ -86377,8 +86532,6 @@ const DocumentConnectionFragmentDoc = {
86377
86532
  ],
86378
86533
  },
86379
86534
  },
86380
- ...DocumentFragmentDoc.definitions,
86381
- ...PageInfoFragmentDoc.definitions,
86382
86535
  ],
86383
86536
  };
86384
86537
  const DocumentPayloadFragmentDoc = {
@@ -86517,9 +86670,6 @@ const DocumentSearchPayloadFragmentDoc = {
86517
86670
  ],
86518
86671
  },
86519
86672
  },
86520
- ...ArchiveResponseFragmentDoc.definitions,
86521
- ...DocumentSearchResultFragmentDoc.definitions,
86522
- ...PageInfoFragmentDoc.definitions,
86523
86673
  ],
86524
86674
  };
86525
86675
  const DocumentSearchResultConnectionFragmentDoc = {
@@ -86552,8 +86702,6 @@ const DocumentSearchResultConnectionFragmentDoc = {
86552
86702
  ],
86553
86703
  },
86554
86704
  },
86555
- ...DocumentSearchResultFragmentDoc.definitions,
86556
- ...PageInfoFragmentDoc.definitions,
86557
86705
  ],
86558
86706
  };
86559
86707
  const EmailUnsubscribePayloadFragmentDoc = {
@@ -86642,7 +86790,6 @@ const EmbedPayloadFragmentDoc = {
86642
86790
  ],
86643
86791
  },
86644
86792
  },
86645
- ...EmbedFragmentDoc.definitions,
86646
86793
  ],
86647
86794
  };
86648
86795
  const EmojiFragmentDoc = {
@@ -86706,8 +86853,6 @@ const EmojiConnectionFragmentDoc = {
86706
86853
  ],
86707
86854
  },
86708
86855
  },
86709
- ...EmojiFragmentDoc.definitions,
86710
- ...PageInfoFragmentDoc.definitions,
86711
86856
  ],
86712
86857
  };
86713
86858
  const EmojiPayloadFragmentDoc = {
@@ -86886,8 +87031,6 @@ const FavoriteConnectionFragmentDoc = {
86886
87031
  ],
86887
87032
  },
86888
87033
  },
86889
- ...FavoriteFragmentDoc.definitions,
86890
- ...PageInfoFragmentDoc.definitions,
86891
87034
  ],
86892
87035
  };
86893
87036
  const FavoritePayloadFragmentDoc = {
@@ -86959,7 +87102,6 @@ const FigmaEmbedPayloadFragmentDoc = {
86959
87102
  ],
86960
87103
  },
86961
87104
  },
86962
- ...FigmaEmbedFragmentDoc.definitions,
86963
87105
  ],
86964
87106
  };
86965
87107
  const FirstResponderScheduleFragmentDoc = {
@@ -86973,8 +87115,6 @@ const FirstResponderScheduleFragmentDoc = {
86973
87115
  kind: "SelectionSet",
86974
87116
  selections: [
86975
87117
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86976
- { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
86977
- { kind: "Field", name: { kind: "Name", value: "integrationScheduleId" } },
86978
87118
  {
86979
87119
  kind: "Field",
86980
87120
  name: { kind: "Name", value: "integration" },
@@ -86984,6 +87124,7 @@ const FirstResponderScheduleFragmentDoc = {
86984
87124
  },
86985
87125
  },
86986
87126
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87127
+ { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
86987
87128
  {
86988
87129
  kind: "Field",
86989
87130
  name: { kind: "Name", value: "team" },
@@ -87030,8 +87171,6 @@ const FirstResponderScheduleConnectionFragmentDoc = {
87030
87171
  ],
87031
87172
  },
87032
87173
  },
87033
- ...FirstResponderScheduleFragmentDoc.definitions,
87034
- ...PageInfoFragmentDoc.definitions,
87035
87174
  ],
87036
87175
  };
87037
87176
  const FrontAttachmentPayloadFragmentDoc = {
@@ -87165,8 +87304,6 @@ const IntegrationConnectionFragmentDoc = {
87165
87304
  ],
87166
87305
  },
87167
87306
  },
87168
- ...IntegrationFragmentDoc.definitions,
87169
- ...PageInfoFragmentDoc.definitions,
87170
87307
  ],
87171
87308
  };
87172
87309
  const IntegrationPayloadFragmentDoc = {
@@ -87223,6 +87360,7 @@ const IntegrationTemplateFragmentDoc = {
87223
87360
  kind: "SelectionSet",
87224
87361
  selections: [
87225
87362
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
87363
+ { kind: "Field", name: { kind: "Name", value: "foreignEntityId" } },
87226
87364
  {
87227
87365
  kind: "Field",
87228
87366
  name: { kind: "Name", value: "integration" },
@@ -87278,8 +87416,6 @@ const IntegrationTemplateConnectionFragmentDoc = {
87278
87416
  ],
87279
87417
  },
87280
87418
  },
87281
- ...IntegrationTemplateFragmentDoc.definitions,
87282
- ...PageInfoFragmentDoc.definitions,
87283
87419
  ],
87284
87420
  };
87285
87421
  const IntegrationTemplatePayloadFragmentDoc = {
@@ -87384,8 +87520,6 @@ const IntegrationsSettingsConnectionFragmentDoc = {
87384
87520
  ],
87385
87521
  },
87386
87522
  },
87387
- ...IntegrationsSettingsFragmentDoc.definitions,
87388
- ...PageInfoFragmentDoc.definitions,
87389
87523
  ],
87390
87524
  };
87391
87525
  const IntegrationsSettingsPayloadFragmentDoc = {
@@ -87562,7 +87696,6 @@ const IssueBatchPayloadFragmentDoc = {
87562
87696
  ],
87563
87697
  },
87564
87698
  },
87565
- ...IssueFragmentDoc.definitions,
87566
87699
  ],
87567
87700
  };
87568
87701
  const IssueConnectionFragmentDoc = {
@@ -87595,8 +87728,6 @@ const IssueConnectionFragmentDoc = {
87595
87728
  ],
87596
87729
  },
87597
87730
  },
87598
- ...IssueFragmentDoc.definitions,
87599
- ...PageInfoFragmentDoc.definitions,
87600
87731
  ],
87601
87732
  };
87602
87733
  const IssueFilterSuggestionPayloadFragmentDoc = {
@@ -87684,6 +87815,14 @@ const IssueHistoryFragmentDoc = {
87684
87815
  },
87685
87816
  { kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
87686
87817
  { kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
87818
+ {
87819
+ kind: "Field",
87820
+ name: { kind: "Name", value: "botActor" },
87821
+ selectionSet: {
87822
+ kind: "SelectionSet",
87823
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
87824
+ },
87825
+ },
87687
87826
  { kind: "Field", name: { kind: "Name", value: "attachmentId" } },
87688
87827
  { kind: "Field", name: { kind: "Name", value: "toCycleId" } },
87689
87828
  { kind: "Field", name: { kind: "Name", value: "toParentId" } },
@@ -87855,8 +87994,6 @@ const IssueHistoryFragmentDoc = {
87855
87994
  ],
87856
87995
  },
87857
87996
  },
87858
- ...IssueRelationHistoryPayloadFragmentDoc.definitions,
87859
- ...IssueImportFragmentDoc.definitions,
87860
87997
  ],
87861
87998
  };
87862
87999
  const IssueHistoryConnectionFragmentDoc = {
@@ -87889,8 +88026,6 @@ const IssueHistoryConnectionFragmentDoc = {
87889
88026
  ],
87890
88027
  },
87891
88028
  },
87892
- ...IssueHistoryFragmentDoc.definitions,
87893
- ...PageInfoFragmentDoc.definitions,
87894
88029
  ],
87895
88030
  };
87896
88031
  const IssueImportCheckPayloadFragmentDoc = {
@@ -87934,7 +88069,6 @@ const IssueImportDeletePayloadFragmentDoc = {
87934
88069
  ],
87935
88070
  },
87936
88071
  },
87937
- ...IssueImportFragmentDoc.definitions,
87938
88072
  ],
87939
88073
  };
87940
88074
  const IssueImportPayloadFragmentDoc = {
@@ -87961,7 +88095,6 @@ const IssueImportPayloadFragmentDoc = {
87961
88095
  ],
87962
88096
  },
87963
88097
  },
87964
- ...IssueImportFragmentDoc.definitions,
87965
88098
  ],
87966
88099
  };
87967
88100
  const IssueLabelFragmentDoc = {
@@ -88006,6 +88139,7 @@ const IssueLabelFragmentDoc = {
88006
88139
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88007
88140
  },
88008
88141
  },
88142
+ { kind: "Field", name: { kind: "Name", value: "isGroup" } },
88009
88143
  ],
88010
88144
  },
88011
88145
  },
@@ -88041,8 +88175,6 @@ const IssueLabelConnectionFragmentDoc = {
88041
88175
  ],
88042
88176
  },
88043
88177
  },
88044
- ...IssueLabelFragmentDoc.definitions,
88045
- ...PageInfoFragmentDoc.definitions,
88046
88178
  ],
88047
88179
  };
88048
88180
  const IssueLabelPayloadFragmentDoc = {
@@ -88182,8 +88314,6 @@ const IssueRelationConnectionFragmentDoc = {
88182
88314
  ],
88183
88315
  },
88184
88316
  },
88185
- ...IssueRelationFragmentDoc.definitions,
88186
- ...PageInfoFragmentDoc.definitions,
88187
88317
  ],
88188
88318
  };
88189
88319
  const IssueRelationPayloadFragmentDoc = {
@@ -88376,9 +88506,6 @@ const IssueSearchPayloadFragmentDoc = {
88376
88506
  ],
88377
88507
  },
88378
88508
  },
88379
- ...ArchiveResponseFragmentDoc.definitions,
88380
- ...IssueSearchResultFragmentDoc.definitions,
88381
- ...PageInfoFragmentDoc.definitions,
88382
88509
  ],
88383
88510
  };
88384
88511
  const IssueSearchResultConnectionFragmentDoc = {
@@ -88411,8 +88538,6 @@ const IssueSearchResultConnectionFragmentDoc = {
88411
88538
  ],
88412
88539
  },
88413
88540
  },
88414
- ...IssueSearchResultFragmentDoc.definitions,
88415
- ...PageInfoFragmentDoc.definitions,
88416
88541
  ],
88417
88542
  };
88418
88543
  const LogoutResponseFragmentDoc = {
@@ -88473,7 +88598,6 @@ const NotificationBatchActionPayloadFragmentDoc = {
88473
88598
  ],
88474
88599
  },
88475
88600
  },
88476
- ...NotificationFragmentDoc.definitions,
88477
88601
  ],
88478
88602
  };
88479
88603
  const NotificationConnectionFragmentDoc = {
@@ -88506,8 +88630,6 @@ const NotificationConnectionFragmentDoc = {
88506
88630
  ],
88507
88631
  },
88508
88632
  },
88509
- ...NotificationFragmentDoc.definitions,
88510
- ...PageInfoFragmentDoc.definitions,
88511
88633
  ],
88512
88634
  };
88513
88635
  const NotificationPayloadFragmentDoc = {
@@ -88534,7 +88656,6 @@ const NotificationPayloadFragmentDoc = {
88534
88656
  ],
88535
88657
  },
88536
88658
  },
88537
- ...NotificationFragmentDoc.definitions,
88538
88659
  ],
88539
88660
  };
88540
88661
  const NotificationSubscriptionFragmentDoc = {
@@ -88608,6 +88729,7 @@ const NotificationSubscriptionFragmentDoc = {
88608
88729
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88609
88730
  },
88610
88731
  },
88732
+ { kind: "Field", name: { kind: "Name", value: "active" } },
88611
88733
  ],
88612
88734
  },
88613
88735
  },
@@ -88643,8 +88765,6 @@ const NotificationSubscriptionConnectionFragmentDoc = {
88643
88765
  ],
88644
88766
  },
88645
88767
  },
88646
- ...NotificationSubscriptionFragmentDoc.definitions,
88647
- ...PageInfoFragmentDoc.definitions,
88648
88768
  ],
88649
88769
  };
88650
88770
  const NotificationSubscriptionPayloadFragmentDoc = {
@@ -88671,7 +88791,6 @@ const NotificationSubscriptionPayloadFragmentDoc = {
88671
88791
  ],
88672
88792
  },
88673
88793
  },
88674
- ...NotificationSubscriptionFragmentDoc.definitions,
88675
88794
  ],
88676
88795
  };
88677
88796
  const OauthClientFragmentDoc = {
@@ -88744,8 +88863,6 @@ const OauthClientConnectionFragmentDoc = {
88744
88863
  ],
88745
88864
  },
88746
88865
  },
88747
- ...OauthClientFragmentDoc.definitions,
88748
- ...PageInfoFragmentDoc.definitions,
88749
88866
  ],
88750
88867
  };
88751
88868
  const OrganizationCancelDeletePayloadFragmentDoc = {
@@ -88811,6 +88928,7 @@ const OrganizationInviteFragmentDoc = {
88811
88928
  kind: "SelectionSet",
88812
88929
  selections: [
88813
88930
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88931
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
88814
88932
  { kind: "Field", name: { kind: "Name", value: "external" } },
88815
88933
  { kind: "Field", name: { kind: "Name", value: "email" } },
88816
88934
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
@@ -88870,8 +88988,6 @@ const OrganizationInviteConnectionFragmentDoc = {
88870
88988
  ],
88871
88989
  },
88872
88990
  },
88873
- ...OrganizationInviteFragmentDoc.definitions,
88874
- ...PageInfoFragmentDoc.definitions,
88875
88991
  ],
88876
88992
  };
88877
88993
  const OrganizationInviteFullDetailsPayloadFragmentDoc = {
@@ -88970,6 +89086,7 @@ const ProjectFragmentDoc = {
88970
89086
  kind: "SelectionSet",
88971
89087
  selections: [
88972
89088
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89089
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
88973
89090
  { kind: "Field", name: { kind: "Name", value: "url" } },
88974
89091
  {
88975
89092
  kind: "Field",
@@ -89005,6 +89122,7 @@ const ProjectFragmentDoc = {
89005
89122
  },
89006
89123
  },
89007
89124
  { kind: "Field", name: { kind: "Name", value: "color" } },
89125
+ { kind: "Field", name: { kind: "Name", value: "content" } },
89008
89126
  { kind: "Field", name: { kind: "Name", value: "description" } },
89009
89127
  { kind: "Field", name: { kind: "Name", value: "name" } },
89010
89128
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -89066,8 +89184,6 @@ const ProjectConnectionFragmentDoc = {
89066
89184
  ],
89067
89185
  },
89068
89186
  },
89069
- ...ProjectFragmentDoc.definitions,
89070
- ...PageInfoFragmentDoc.definitions,
89071
89187
  ],
89072
89188
  };
89073
89189
  const ProjectFilterSuggestionPayloadFragmentDoc = {
@@ -89155,8 +89271,6 @@ const ProjectLinkConnectionFragmentDoc = {
89155
89271
  ],
89156
89272
  },
89157
89273
  },
89158
- ...ProjectLinkFragmentDoc.definitions,
89159
- ...PageInfoFragmentDoc.definitions,
89160
89274
  ],
89161
89275
  };
89162
89276
  const ProjectLinkPayloadFragmentDoc = {
@@ -89247,8 +89361,6 @@ const ProjectMilestoneConnectionFragmentDoc = {
89247
89361
  ],
89248
89362
  },
89249
89363
  },
89250
- ...ProjectMilestoneFragmentDoc.definitions,
89251
- ...PageInfoFragmentDoc.definitions,
89252
89364
  ],
89253
89365
  };
89254
89366
  const ProjectMilestonePayloadFragmentDoc = {
@@ -89314,6 +89426,7 @@ const ProjectSearchResultFragmentDoc = {
89314
89426
  kind: "SelectionSet",
89315
89427
  selections: [
89316
89428
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89429
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
89317
89430
  { kind: "Field", name: { kind: "Name", value: "metadata" } },
89318
89431
  { kind: "Field", name: { kind: "Name", value: "url" } },
89319
89432
  {
@@ -89350,6 +89463,7 @@ const ProjectSearchResultFragmentDoc = {
89350
89463
  },
89351
89464
  },
89352
89465
  { kind: "Field", name: { kind: "Name", value: "color" } },
89466
+ { kind: "Field", name: { kind: "Name", value: "content" } },
89353
89467
  { kind: "Field", name: { kind: "Name", value: "description" } },
89354
89468
  { kind: "Field", name: { kind: "Name", value: "name" } },
89355
89469
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -89420,9 +89534,6 @@ const ProjectSearchPayloadFragmentDoc = {
89420
89534
  ],
89421
89535
  },
89422
89536
  },
89423
- ...ArchiveResponseFragmentDoc.definitions,
89424
- ...ProjectSearchResultFragmentDoc.definitions,
89425
- ...PageInfoFragmentDoc.definitions,
89426
89537
  ],
89427
89538
  };
89428
89539
  const ProjectSearchResultConnectionFragmentDoc = {
@@ -89455,8 +89566,6 @@ const ProjectSearchResultConnectionFragmentDoc = {
89455
89566
  ],
89456
89567
  },
89457
89568
  },
89458
- ...ProjectSearchResultFragmentDoc.definitions,
89459
- ...PageInfoFragmentDoc.definitions,
89460
89569
  ],
89461
89570
  };
89462
89571
  const ProjectUpdateFragmentDoc = {
@@ -89471,6 +89580,7 @@ const ProjectUpdateFragmentDoc = {
89471
89580
  selections: [
89472
89581
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89473
89582
  { kind: "Field", name: { kind: "Name", value: "url" } },
89583
+ { kind: "Field", name: { kind: "Name", value: "diff" } },
89474
89584
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89475
89585
  {
89476
89586
  kind: "Field",
@@ -89528,8 +89638,6 @@ const ProjectUpdateConnectionFragmentDoc = {
89528
89638
  ],
89529
89639
  },
89530
89640
  },
89531
- ...ProjectUpdateFragmentDoc.definitions,
89532
- ...PageInfoFragmentDoc.definitions,
89533
89641
  ],
89534
89642
  };
89535
89643
  const ProjectUpdateInteractionFragmentDoc = {
@@ -89599,8 +89707,6 @@ const ProjectUpdateInteractionConnectionFragmentDoc = {
89599
89707
  ],
89600
89708
  },
89601
89709
  },
89602
- ...ProjectUpdateInteractionFragmentDoc.definitions,
89603
- ...PageInfoFragmentDoc.definitions,
89604
89710
  ],
89605
89711
  };
89606
89712
  const ProjectUpdateInteractionPayloadFragmentDoc = {
@@ -89739,8 +89845,6 @@ const PushSubscriptionConnectionFragmentDoc = {
89739
89845
  ],
89740
89846
  },
89741
89847
  },
89742
- ...PushSubscriptionFragmentDoc.definitions,
89743
- ...PageInfoFragmentDoc.definitions,
89744
89848
  ],
89745
89849
  };
89746
89850
  const PushSubscriptionPayloadFragmentDoc = {
@@ -89824,7 +89928,6 @@ const RateLimitPayloadFragmentDoc = {
89824
89928
  ],
89825
89929
  },
89826
89930
  },
89827
- ...RateLimitResultPayloadFragmentDoc.definitions,
89828
89931
  ],
89829
89932
  };
89830
89933
  const ReactionFragmentDoc = {
@@ -89886,8 +89989,6 @@ const ReactionConnectionFragmentDoc = {
89886
89989
  ],
89887
89990
  },
89888
89991
  },
89889
- ...ReactionFragmentDoc.definitions,
89890
- ...PageInfoFragmentDoc.definitions,
89891
89992
  ],
89892
89993
  };
89893
89994
  const ReactionPayloadFragmentDoc = {
@@ -89914,7 +90015,6 @@ const ReactionPayloadFragmentDoc = {
89914
90015
  ],
89915
90016
  },
89916
90017
  },
89917
- ...ReactionFragmentDoc.definitions,
89918
90018
  ],
89919
90019
  };
89920
90020
  const RoadmapFragmentDoc = {
@@ -89988,8 +90088,6 @@ const RoadmapConnectionFragmentDoc = {
89988
90088
  ],
89989
90089
  },
89990
90090
  },
89991
- ...RoadmapFragmentDoc.definitions,
89992
- ...PageInfoFragmentDoc.definitions,
89993
90091
  ],
89994
90092
  };
89995
90093
  const RoadmapPayloadFragmentDoc = {
@@ -90085,8 +90183,6 @@ const RoadmapToProjectConnectionFragmentDoc = {
90085
90183
  ],
90086
90184
  },
90087
90185
  },
90088
- ...RoadmapToProjectFragmentDoc.definitions,
90089
- ...PageInfoFragmentDoc.definitions,
90090
90186
  ],
90091
90187
  };
90092
90188
  const RoadmapToProjectPayloadFragmentDoc = {
@@ -90271,6 +90367,14 @@ const TeamFragmentDoc = {
90271
90367
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
90272
90368
  },
90273
90369
  },
90370
+ {
90371
+ kind: "Field",
90372
+ name: { kind: "Name", value: "mergeableWorkflowState" },
90373
+ selectionSet: {
90374
+ kind: "SelectionSet",
90375
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
90376
+ },
90377
+ },
90274
90378
  {
90275
90379
  kind: "Field",
90276
90380
  name: { kind: "Name", value: "reviewWorkflowState" },
@@ -90344,8 +90448,6 @@ const TeamConnectionFragmentDoc = {
90344
90448
  ],
90345
90449
  },
90346
90450
  },
90347
- ...TeamFragmentDoc.definitions,
90348
- ...PageInfoFragmentDoc.definitions,
90349
90451
  ],
90350
90452
  };
90351
90453
  const TeamMembershipFragmentDoc = {
@@ -90416,8 +90518,6 @@ const TeamMembershipConnectionFragmentDoc = {
90416
90518
  ],
90417
90519
  },
90418
90520
  },
90419
- ...TeamMembershipFragmentDoc.definitions,
90420
- ...PageInfoFragmentDoc.definitions,
90421
90521
  ],
90422
90522
  };
90423
90523
  const TeamMembershipPayloadFragmentDoc = {
@@ -90494,7 +90594,6 @@ const TemplateConnectionFragmentDoc = {
90494
90594
  ],
90495
90595
  },
90496
90596
  },
90497
- ...PageInfoFragmentDoc.definitions,
90498
90597
  ],
90499
90598
  };
90500
90599
  const TemplatePayloadFragmentDoc = {
@@ -90569,7 +90668,6 @@ const UploadFileFragmentDoc = {
90569
90668
  ],
90570
90669
  },
90571
90670
  },
90572
- ...UploadFileHeaderFragmentDoc.definitions,
90573
90671
  ],
90574
90672
  };
90575
90673
  const UploadPayloadFragmentDoc = {
@@ -90596,7 +90694,6 @@ const UploadPayloadFragmentDoc = {
90596
90694
  ],
90597
90695
  },
90598
90696
  },
90599
- ...UploadFileFragmentDoc.definitions,
90600
90697
  ],
90601
90698
  };
90602
90699
  const UserAdminPayloadFragmentDoc = {
@@ -90646,8 +90743,6 @@ const UserConnectionFragmentDoc = {
90646
90743
  ],
90647
90744
  },
90648
90745
  },
90649
- ...UserFragmentDoc.definitions,
90650
- ...PageInfoFragmentDoc.definitions,
90651
90746
  ],
90652
90747
  };
90653
90748
  const UserPayloadFragmentDoc = {
@@ -90778,7 +90873,6 @@ const ViewPreferencesPayloadFragmentDoc = {
90778
90873
  ],
90779
90874
  },
90780
90875
  },
90781
- ...ViewPreferencesFragmentDoc.definitions,
90782
90876
  ],
90783
90877
  };
90784
90878
  const WebhookFragmentDoc = {
@@ -90853,8 +90947,6 @@ const WebhookConnectionFragmentDoc = {
90853
90947
  ],
90854
90948
  },
90855
90949
  },
90856
- ...WebhookFragmentDoc.definitions,
90857
- ...PageInfoFragmentDoc.definitions,
90858
90950
  ],
90859
90951
  };
90860
90952
  const WebhookPayloadFragmentDoc = {
@@ -90955,8 +91047,6 @@ const WorkflowCronJobDefinitionConnectionFragmentDoc = {
90955
91047
  ],
90956
91048
  },
90957
91049
  },
90958
- ...WorkflowCronJobDefinitionFragmentDoc.definitions,
90959
- ...PageInfoFragmentDoc.definitions,
90960
91050
  ],
90961
91051
  };
90962
91052
  const WorkflowDefinitionFragmentDoc = {
@@ -91072,8 +91162,6 @@ const WorkflowDefinitionConnectionFragmentDoc = {
91072
91162
  ],
91073
91163
  },
91074
91164
  },
91075
- ...WorkflowDefinitionFragmentDoc.definitions,
91076
- ...PageInfoFragmentDoc.definitions,
91077
91165
  ],
91078
91166
  };
91079
91167
  const WorkflowStateFragmentDoc = {
@@ -91139,8 +91227,6 @@ const WorkflowStateConnectionFragmentDoc = {
91139
91227
  ],
91140
91228
  },
91141
91229
  },
91142
- ...WorkflowStateFragmentDoc.definitions,
91143
- ...PageInfoFragmentDoc.definitions,
91144
91230
  ],
91145
91231
  };
91146
91232
  const WorkflowStatePayloadFragmentDoc = {
@@ -91249,6 +91335,7 @@ const CreateApiKeyDocument = {
91249
91335
  },
91250
91336
  },
91251
91337
  ...ApiKeyPayloadFragmentDoc.definitions,
91338
+ ...ApiKeyFragmentDoc.definitions,
91252
91339
  ],
91253
91340
  };
91254
91341
  const DeleteApiKeyDocument = {
@@ -91419,6 +91506,16 @@ const AttachmentLinkDiscordDocument = {
91419
91506
  variable: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
91420
91507
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91421
91508
  },
91509
+ {
91510
+ kind: "VariableDefinition",
91511
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91512
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91513
+ },
91514
+ {
91515
+ kind: "VariableDefinition",
91516
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91517
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91518
+ },
91422
91519
  {
91423
91520
  kind: "VariableDefinition",
91424
91521
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91447,6 +91544,16 @@ const AttachmentLinkDiscordDocument = {
91447
91544
  name: { kind: "Name", value: "channelId" },
91448
91545
  value: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
91449
91546
  },
91547
+ {
91548
+ kind: "Argument",
91549
+ name: { kind: "Name", value: "createAsUser" },
91550
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91551
+ },
91552
+ {
91553
+ kind: "Argument",
91554
+ name: { kind: "Name", value: "displayIconUrl" },
91555
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91556
+ },
91450
91557
  {
91451
91558
  kind: "Argument",
91452
91559
  name: { kind: "Name", value: "issueId" },
@@ -91487,6 +91594,16 @@ const AttachmentLinkFrontDocument = {
91487
91594
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91488
91595
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91489
91596
  },
91597
+ {
91598
+ kind: "VariableDefinition",
91599
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91600
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91601
+ },
91602
+ {
91603
+ kind: "VariableDefinition",
91604
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91605
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91606
+ },
91490
91607
  {
91491
91608
  kind: "VariableDefinition",
91492
91609
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91505,6 +91622,16 @@ const AttachmentLinkFrontDocument = {
91505
91622
  name: { kind: "Name", value: "conversationId" },
91506
91623
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91507
91624
  },
91625
+ {
91626
+ kind: "Argument",
91627
+ name: { kind: "Name", value: "createAsUser" },
91628
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91629
+ },
91630
+ {
91631
+ kind: "Argument",
91632
+ name: { kind: "Name", value: "displayIconUrl" },
91633
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91634
+ },
91508
91635
  {
91509
91636
  kind: "Argument",
91510
91637
  name: { kind: "Name", value: "issueId" },
@@ -91535,6 +91662,16 @@ const AttachmentLinkIntercomDocument = {
91535
91662
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91536
91663
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91537
91664
  },
91665
+ {
91666
+ kind: "VariableDefinition",
91667
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91668
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91669
+ },
91670
+ {
91671
+ kind: "VariableDefinition",
91672
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91673
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91674
+ },
91538
91675
  {
91539
91676
  kind: "VariableDefinition",
91540
91677
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91553,6 +91690,16 @@ const AttachmentLinkIntercomDocument = {
91553
91690
  name: { kind: "Name", value: "conversationId" },
91554
91691
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
91555
91692
  },
91693
+ {
91694
+ kind: "Argument",
91695
+ name: { kind: "Name", value: "createAsUser" },
91696
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91697
+ },
91698
+ {
91699
+ kind: "Argument",
91700
+ name: { kind: "Name", value: "displayIconUrl" },
91701
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91702
+ },
91556
91703
  {
91557
91704
  kind: "Argument",
91558
91705
  name: { kind: "Name", value: "issueId" },
@@ -91631,6 +91778,16 @@ const AttachmentLinkSlackDocument = {
91631
91778
  variable: { kind: "Variable", name: { kind: "Name", value: "channel" } },
91632
91779
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91633
91780
  },
91781
+ {
91782
+ kind: "VariableDefinition",
91783
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91784
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91785
+ },
91786
+ {
91787
+ kind: "VariableDefinition",
91788
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91789
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91790
+ },
91634
91791
  {
91635
91792
  kind: "VariableDefinition",
91636
91793
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -91674,6 +91831,16 @@ const AttachmentLinkSlackDocument = {
91674
91831
  name: { kind: "Name", value: "channel" },
91675
91832
  value: { kind: "Variable", name: { kind: "Name", value: "channel" } },
91676
91833
  },
91834
+ {
91835
+ kind: "Argument",
91836
+ name: { kind: "Name", value: "createAsUser" },
91837
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91838
+ },
91839
+ {
91840
+ kind: "Argument",
91841
+ name: { kind: "Name", value: "displayIconUrl" },
91842
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91843
+ },
91677
91844
  {
91678
91845
  kind: "Argument",
91679
91846
  name: { kind: "Name", value: "id" },
@@ -91724,6 +91891,16 @@ const AttachmentLinkUrlDocument = {
91724
91891
  operation: "mutation",
91725
91892
  name: { kind: "Name", value: "attachmentLinkURL" },
91726
91893
  variableDefinitions: [
91894
+ {
91895
+ kind: "VariableDefinition",
91896
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91897
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91898
+ },
91899
+ {
91900
+ kind: "VariableDefinition",
91901
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91902
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91903
+ },
91727
91904
  {
91728
91905
  kind: "VariableDefinition",
91729
91906
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -91752,6 +91929,16 @@ const AttachmentLinkUrlDocument = {
91752
91929
  kind: "Field",
91753
91930
  name: { kind: "Name", value: "attachmentLinkURL" },
91754
91931
  arguments: [
91932
+ {
91933
+ kind: "Argument",
91934
+ name: { kind: "Name", value: "createAsUser" },
91935
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91936
+ },
91937
+ {
91938
+ kind: "Argument",
91939
+ name: { kind: "Name", value: "displayIconUrl" },
91940
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91941
+ },
91755
91942
  {
91756
91943
  kind: "Argument",
91757
91944
  name: { kind: "Name", value: "id" },
@@ -91792,6 +91979,16 @@ const AttachmentLinkZendeskDocument = {
91792
91979
  operation: "mutation",
91793
91980
  name: { kind: "Name", value: "attachmentLinkZendesk" },
91794
91981
  variableDefinitions: [
91982
+ {
91983
+ kind: "VariableDefinition",
91984
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
91985
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91986
+ },
91987
+ {
91988
+ kind: "VariableDefinition",
91989
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
91990
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
91991
+ },
91795
91992
  {
91796
91993
  kind: "VariableDefinition",
91797
91994
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -91810,6 +92007,16 @@ const AttachmentLinkZendeskDocument = {
91810
92007
  kind: "Field",
91811
92008
  name: { kind: "Name", value: "attachmentLinkZendesk" },
91812
92009
  arguments: [
92010
+ {
92011
+ kind: "Argument",
92012
+ name: { kind: "Name", value: "createAsUser" },
92013
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
92014
+ },
92015
+ {
92016
+ kind: "Argument",
92017
+ name: { kind: "Name", value: "displayIconUrl" },
92018
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
92019
+ },
91813
92020
  {
91814
92021
  kind: "Argument",
91815
92022
  name: { kind: "Name", value: "issueId" },
@@ -92609,6 +92816,9 @@ const EmailTokenUserAccountAuthDocument = {
92609
92816
  },
92610
92817
  },
92611
92818
  ...AuthResolverResponseFragmentDoc.definitions,
92819
+ ...OrganizationFragmentDoc.definitions,
92820
+ ...PaidSubscriptionFragmentDoc.definitions,
92821
+ ...UserFragmentDoc.definitions,
92612
92822
  ],
92613
92823
  };
92614
92824
  const EmailUnsubscribeDocument = {
@@ -92977,6 +93187,8 @@ const FileUploadDocument = {
92977
93187
  },
92978
93188
  },
92979
93189
  ...UploadPayloadFragmentDoc.definitions,
93190
+ ...UploadFileFragmentDoc.definitions,
93191
+ ...UploadFileHeaderFragmentDoc.definitions,
92980
93192
  ],
92981
93193
  };
92982
93194
  const GoogleUserAccountAuthDocument = {
@@ -93018,6 +93230,9 @@ const GoogleUserAccountAuthDocument = {
93018
93230
  },
93019
93231
  },
93020
93232
  ...AuthResolverResponseFragmentDoc.definitions,
93233
+ ...OrganizationFragmentDoc.definitions,
93234
+ ...PaidSubscriptionFragmentDoc.definitions,
93235
+ ...UserFragmentDoc.definitions,
93021
93236
  ],
93022
93237
  };
93023
93238
  const ImageUploadFromUrlDocument = {
@@ -93124,6 +93339,57 @@ const ImportFileUploadDocument = {
93124
93339
  },
93125
93340
  },
93126
93341
  ...UploadPayloadFragmentDoc.definitions,
93342
+ ...UploadFileFragmentDoc.definitions,
93343
+ ...UploadFileHeaderFragmentDoc.definitions,
93344
+ ],
93345
+ };
93346
+ const IntegrationAsksConnectChannelDocument = {
93347
+ kind: "Document",
93348
+ definitions: [
93349
+ {
93350
+ kind: "OperationDefinition",
93351
+ operation: "mutation",
93352
+ name: { kind: "Name", value: "integrationAsksConnectChannel" },
93353
+ variableDefinitions: [
93354
+ {
93355
+ kind: "VariableDefinition",
93356
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
93357
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93358
+ },
93359
+ {
93360
+ kind: "VariableDefinition",
93361
+ variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
93362
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93363
+ },
93364
+ ],
93365
+ selectionSet: {
93366
+ kind: "SelectionSet",
93367
+ selections: [
93368
+ {
93369
+ kind: "Field",
93370
+ name: { kind: "Name", value: "integrationAsksConnectChannel" },
93371
+ arguments: [
93372
+ {
93373
+ kind: "Argument",
93374
+ name: { kind: "Name", value: "code" },
93375
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
93376
+ },
93377
+ {
93378
+ kind: "Argument",
93379
+ name: { kind: "Name", value: "redirectUri" },
93380
+ value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
93381
+ },
93382
+ ],
93383
+ selectionSet: {
93384
+ kind: "SelectionSet",
93385
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AsksChannelConnectPayload" } }],
93386
+ },
93387
+ },
93388
+ ],
93389
+ },
93390
+ },
93391
+ ...AsksChannelConnectPayloadFragmentDoc.definitions,
93392
+ ...SlackChannelNameMappingFragmentDoc.definitions,
93127
93393
  ],
93128
93394
  };
93129
93395
  const DeleteIntegrationDocument = {
@@ -94475,6 +94741,7 @@ const UpdateIssueBatchDocument = {
94475
94741
  },
94476
94742
  },
94477
94743
  ...IssueBatchPayloadFragmentDoc.definitions,
94744
+ ...IssueFragmentDoc.definitions,
94478
94745
  ],
94479
94746
  };
94480
94747
  const CreateIssueDocument = {
@@ -94659,6 +94926,7 @@ const IssueImportCreateAsanaDocument = {
94659
94926
  },
94660
94927
  },
94661
94928
  ...IssueImportPayloadFragmentDoc.definitions,
94929
+ ...IssueImportFragmentDoc.definitions,
94662
94930
  ],
94663
94931
  };
94664
94932
  const IssueImportCreateCsvJiraDocument = {
@@ -94757,6 +95025,7 @@ const IssueImportCreateCsvJiraDocument = {
94757
95025
  },
94758
95026
  },
94759
95027
  ...IssueImportPayloadFragmentDoc.definitions,
95028
+ ...IssueImportFragmentDoc.definitions,
94760
95029
  ],
94761
95030
  };
94762
95031
  const IssueImportCreateClubhouseDocument = {
@@ -94865,6 +95134,7 @@ const IssueImportCreateClubhouseDocument = {
94865
95134
  },
94866
95135
  },
94867
95136
  ...IssueImportPayloadFragmentDoc.definitions,
95137
+ ...IssueImportFragmentDoc.definitions,
94868
95138
  ],
94869
95139
  };
94870
95140
  const IssueImportCreateGithubDocument = {
@@ -94993,6 +95263,7 @@ const IssueImportCreateGithubDocument = {
94993
95263
  },
94994
95264
  },
94995
95265
  ...IssueImportPayloadFragmentDoc.definitions,
95266
+ ...IssueImportFragmentDoc.definitions,
94996
95267
  ],
94997
95268
  };
94998
95269
  const IssueImportCreateJiraDocument = {
@@ -95121,6 +95392,7 @@ const IssueImportCreateJiraDocument = {
95121
95392
  },
95122
95393
  },
95123
95394
  ...IssueImportPayloadFragmentDoc.definitions,
95395
+ ...IssueImportFragmentDoc.definitions,
95124
95396
  ],
95125
95397
  };
95126
95398
  const DeleteIssueImportDocument = {
@@ -95159,6 +95431,7 @@ const DeleteIssueImportDocument = {
95159
95431
  },
95160
95432
  },
95161
95433
  ...IssueImportDeletePayloadFragmentDoc.definitions,
95434
+ ...IssueImportFragmentDoc.definitions,
95162
95435
  ],
95163
95436
  };
95164
95437
  const IssueImportProcessDocument = {
@@ -95207,6 +95480,7 @@ const IssueImportProcessDocument = {
95207
95480
  },
95208
95481
  },
95209
95482
  ...IssueImportPayloadFragmentDoc.definitions,
95483
+ ...IssueImportFragmentDoc.definitions,
95210
95484
  ],
95211
95485
  };
95212
95486
  const UpdateIssueImportDocument = {
@@ -95258,6 +95532,7 @@ const UpdateIssueImportDocument = {
95258
95532
  },
95259
95533
  },
95260
95534
  ...IssueImportPayloadFragmentDoc.definitions,
95535
+ ...IssueImportFragmentDoc.definitions,
95261
95536
  ],
95262
95537
  };
95263
95538
  const CreateIssueLabelDocument = {
@@ -95807,6 +96082,12 @@ const ArchiveNotificationDocument = {
95807
96082
  },
95808
96083
  },
95809
96084
  ...NotificationArchivePayloadFragmentDoc.definitions,
96085
+ ...NotificationFragmentDoc.definitions,
96086
+ ...ActorBotFragmentDoc.definitions,
96087
+ ...IssueNotificationFragmentDoc.definitions,
96088
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96089
+ ...OauthClientApprovalFragmentDoc.definitions,
96090
+ ...ProjectNotificationFragmentDoc.definitions,
95810
96091
  ],
95811
96092
  };
95812
96093
  const NotificationArchiveAllDocument = {
@@ -95848,6 +96129,12 @@ const NotificationArchiveAllDocument = {
95848
96129
  },
95849
96130
  },
95850
96131
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96132
+ ...NotificationFragmentDoc.definitions,
96133
+ ...ActorBotFragmentDoc.definitions,
96134
+ ...IssueNotificationFragmentDoc.definitions,
96135
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96136
+ ...OauthClientApprovalFragmentDoc.definitions,
96137
+ ...ProjectNotificationFragmentDoc.definitions,
95851
96138
  ],
95852
96139
  };
95853
96140
  const NotificationMarkReadAllDocument = {
@@ -95899,6 +96186,12 @@ const NotificationMarkReadAllDocument = {
95899
96186
  },
95900
96187
  },
95901
96188
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96189
+ ...NotificationFragmentDoc.definitions,
96190
+ ...ActorBotFragmentDoc.definitions,
96191
+ ...IssueNotificationFragmentDoc.definitions,
96192
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96193
+ ...OauthClientApprovalFragmentDoc.definitions,
96194
+ ...ProjectNotificationFragmentDoc.definitions,
95902
96195
  ],
95903
96196
  };
95904
96197
  const NotificationMarkUnreadAllDocument = {
@@ -95940,6 +96233,12 @@ const NotificationMarkUnreadAllDocument = {
95940
96233
  },
95941
96234
  },
95942
96235
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96236
+ ...NotificationFragmentDoc.definitions,
96237
+ ...ActorBotFragmentDoc.definitions,
96238
+ ...IssueNotificationFragmentDoc.definitions,
96239
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96240
+ ...OauthClientApprovalFragmentDoc.definitions,
96241
+ ...ProjectNotificationFragmentDoc.definitions,
95943
96242
  ],
95944
96243
  };
95945
96244
  const NotificationSnoozeAllDocument = {
@@ -95991,6 +96290,12 @@ const NotificationSnoozeAllDocument = {
95991
96290
  },
95992
96291
  },
95993
96292
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96293
+ ...NotificationFragmentDoc.definitions,
96294
+ ...ActorBotFragmentDoc.definitions,
96295
+ ...IssueNotificationFragmentDoc.definitions,
96296
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96297
+ ...OauthClientApprovalFragmentDoc.definitions,
96298
+ ...ProjectNotificationFragmentDoc.definitions,
95994
96299
  ],
95995
96300
  };
95996
96301
  const CreateNotificationSubscriptionDocument = {
@@ -96034,6 +96339,7 @@ const CreateNotificationSubscriptionDocument = {
96034
96339
  },
96035
96340
  },
96036
96341
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
96342
+ ...NotificationSubscriptionFragmentDoc.definitions,
96037
96343
  ],
96038
96344
  };
96039
96345
  const DeleteNotificationSubscriptionDocument = {
@@ -96125,6 +96431,7 @@ const UpdateNotificationSubscriptionDocument = {
96125
96431
  },
96126
96432
  },
96127
96433
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
96434
+ ...NotificationSubscriptionFragmentDoc.definitions,
96128
96435
  ],
96129
96436
  };
96130
96437
  const UnarchiveNotificationDocument = {
@@ -96163,6 +96470,12 @@ const UnarchiveNotificationDocument = {
96163
96470
  },
96164
96471
  },
96165
96472
  ...NotificationArchivePayloadFragmentDoc.definitions,
96473
+ ...NotificationFragmentDoc.definitions,
96474
+ ...ActorBotFragmentDoc.definitions,
96475
+ ...IssueNotificationFragmentDoc.definitions,
96476
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96477
+ ...OauthClientApprovalFragmentDoc.definitions,
96478
+ ...ProjectNotificationFragmentDoc.definitions,
96166
96479
  ],
96167
96480
  };
96168
96481
  const NotificationUnsnoozeAllDocument = {
@@ -96214,6 +96527,12 @@ const NotificationUnsnoozeAllDocument = {
96214
96527
  },
96215
96528
  },
96216
96529
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
96530
+ ...NotificationFragmentDoc.definitions,
96531
+ ...ActorBotFragmentDoc.definitions,
96532
+ ...IssueNotificationFragmentDoc.definitions,
96533
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96534
+ ...OauthClientApprovalFragmentDoc.definitions,
96535
+ ...ProjectNotificationFragmentDoc.definitions,
96217
96536
  ],
96218
96537
  };
96219
96538
  const UpdateNotificationDocument = {
@@ -96265,6 +96584,12 @@ const UpdateNotificationDocument = {
96265
96584
  },
96266
96585
  },
96267
96586
  ...NotificationPayloadFragmentDoc.definitions,
96587
+ ...NotificationFragmentDoc.definitions,
96588
+ ...ActorBotFragmentDoc.definitions,
96589
+ ...IssueNotificationFragmentDoc.definitions,
96590
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
96591
+ ...OauthClientApprovalFragmentDoc.definitions,
96592
+ ...ProjectNotificationFragmentDoc.definitions,
96268
96593
  ],
96269
96594
  };
96270
96595
  const DeleteOrganizationCancelDocument = {
@@ -96606,6 +96931,11 @@ const ArchiveProjectDocument = {
96606
96931
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96607
96932
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96608
96933
  },
96934
+ {
96935
+ kind: "VariableDefinition",
96936
+ variable: { kind: "Variable", name: { kind: "Name", value: "trash" } },
96937
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96938
+ },
96609
96939
  ],
96610
96940
  selectionSet: {
96611
96941
  kind: "SelectionSet",
@@ -96619,6 +96949,11 @@ const ArchiveProjectDocument = {
96619
96949
  name: { kind: "Name", value: "id" },
96620
96950
  value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96621
96951
  },
96952
+ {
96953
+ kind: "Argument",
96954
+ name: { kind: "Name", value: "trash" },
96955
+ value: { kind: "Variable", name: { kind: "Name", value: "trash" } },
96956
+ },
96622
96957
  ],
96623
96958
  selectionSet: {
96624
96959
  kind: "SelectionSet",
@@ -96701,13 +97036,13 @@ const DeleteProjectDocument = {
96701
97036
  ],
96702
97037
  selectionSet: {
96703
97038
  kind: "SelectionSet",
96704
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
97039
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectArchivePayload" } }],
96705
97040
  },
96706
97041
  },
96707
97042
  ],
96708
97043
  },
96709
97044
  },
96710
- ...DeletePayloadFragmentDoc.definitions,
97045
+ ...ProjectArchivePayloadFragmentDoc.definitions,
96711
97046
  ],
96712
97047
  };
96713
97048
  const CreateProjectLinkDocument = {
@@ -97390,6 +97725,7 @@ const CreateReactionDocument = {
97390
97725
  },
97391
97726
  },
97392
97727
  ...ReactionPayloadFragmentDoc.definitions,
97728
+ ...ReactionFragmentDoc.definitions,
97393
97729
  ],
97394
97730
  };
97395
97731
  const DeleteReactionDocument = {
@@ -97881,6 +98217,9 @@ const SamlTokenUserAccountAuthDocument = {
97881
98217
  },
97882
98218
  },
97883
98219
  ...AuthResolverResponseFragmentDoc.definitions,
98220
+ ...OrganizationFragmentDoc.definitions,
98221
+ ...PaidSubscriptionFragmentDoc.definitions,
98222
+ ...UserFragmentDoc.definitions,
97884
98223
  ],
97885
98224
  };
97886
98225
  const CreateTeamDocument = {
@@ -99049,6 +99388,7 @@ const CreateViewPreferencesDocument = {
99049
99388
  },
99050
99389
  },
99051
99390
  ...ViewPreferencesPayloadFragmentDoc.definitions,
99391
+ ...ViewPreferencesFragmentDoc.definitions,
99052
99392
  ],
99053
99393
  };
99054
99394
  const DeleteViewPreferencesDocument = {
@@ -99138,6 +99478,7 @@ const UpdateViewPreferencesDocument = {
99138
99478
  },
99139
99479
  },
99140
99480
  ...ViewPreferencesPayloadFragmentDoc.definitions,
99481
+ ...ViewPreferencesFragmentDoc.definitions,
99141
99482
  ],
99142
99483
  };
99143
99484
  const CreateWebhookDocument = {
@@ -99534,6 +99875,8 @@ const ProjectMilestonesDocument = {
99534
99875
  },
99535
99876
  },
99536
99877
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
99878
+ ...ProjectMilestoneFragmentDoc.definitions,
99879
+ ...PageInfoFragmentDoc.definitions,
99537
99880
  ],
99538
99881
  };
99539
99882
  const AdministrableTeamsDocument = {
@@ -99632,6 +99975,8 @@ const AdministrableTeamsDocument = {
99632
99975
  },
99633
99976
  },
99634
99977
  ...TeamConnectionFragmentDoc.definitions,
99978
+ ...TeamFragmentDoc.definitions,
99979
+ ...PageInfoFragmentDoc.definitions,
99635
99980
  ],
99636
99981
  };
99637
99982
  const ApiKeysDocument = {
@@ -99720,6 +100065,8 @@ const ApiKeysDocument = {
99720
100065
  },
99721
100066
  },
99722
100067
  ...ApiKeyConnectionFragmentDoc.definitions,
100068
+ ...ApiKeyFragmentDoc.definitions,
100069
+ ...PageInfoFragmentDoc.definitions,
99723
100070
  ],
99724
100071
  };
99725
100072
  const ApplicationInfoDocument = {
@@ -100027,6 +100374,8 @@ const AttachmentIssue_AttachmentsDocument = {
100027
100374
  },
100028
100375
  },
100029
100376
  ...AttachmentConnectionFragmentDoc.definitions,
100377
+ ...AttachmentFragmentDoc.definitions,
100378
+ ...PageInfoFragmentDoc.definitions,
100030
100379
  ],
100031
100380
  };
100032
100381
  const AttachmentIssue_ChildrenDocument = {
@@ -100146,6 +100495,8 @@ const AttachmentIssue_ChildrenDocument = {
100146
100495
  },
100147
100496
  },
100148
100497
  ...IssueConnectionFragmentDoc.definitions,
100498
+ ...IssueFragmentDoc.definitions,
100499
+ ...PageInfoFragmentDoc.definitions,
100149
100500
  ],
100150
100501
  };
100151
100502
  const AttachmentIssue_CommentsDocument = {
@@ -100265,6 +100616,9 @@ const AttachmentIssue_CommentsDocument = {
100265
100616
  },
100266
100617
  },
100267
100618
  ...CommentConnectionFragmentDoc.definitions,
100619
+ ...CommentFragmentDoc.definitions,
100620
+ ...ActorBotFragmentDoc.definitions,
100621
+ ...PageInfoFragmentDoc.definitions,
100268
100622
  ],
100269
100623
  };
100270
100624
  const AttachmentIssue_HistoryDocument = {
@@ -100374,6 +100728,11 @@ const AttachmentIssue_HistoryDocument = {
100374
100728
  },
100375
100729
  },
100376
100730
  ...IssueHistoryConnectionFragmentDoc.definitions,
100731
+ ...IssueHistoryFragmentDoc.definitions,
100732
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
100733
+ ...ActorBotFragmentDoc.definitions,
100734
+ ...IssueImportFragmentDoc.definitions,
100735
+ ...PageInfoFragmentDoc.definitions,
100377
100736
  ],
100378
100737
  };
100379
100738
  const AttachmentIssue_InverseRelationsDocument = {
@@ -100483,6 +100842,8 @@ const AttachmentIssue_InverseRelationsDocument = {
100483
100842
  },
100484
100843
  },
100485
100844
  ...IssueRelationConnectionFragmentDoc.definitions,
100845
+ ...IssueRelationFragmentDoc.definitions,
100846
+ ...PageInfoFragmentDoc.definitions,
100486
100847
  ],
100487
100848
  };
100488
100849
  const AttachmentIssue_LabelsDocument = {
@@ -100602,6 +100963,8 @@ const AttachmentIssue_LabelsDocument = {
100602
100963
  },
100603
100964
  },
100604
100965
  ...IssueLabelConnectionFragmentDoc.definitions,
100966
+ ...IssueLabelFragmentDoc.definitions,
100967
+ ...PageInfoFragmentDoc.definitions,
100605
100968
  ],
100606
100969
  };
100607
100970
  const AttachmentIssue_RelationsDocument = {
@@ -100711,6 +101074,8 @@ const AttachmentIssue_RelationsDocument = {
100711
101074
  },
100712
101075
  },
100713
101076
  ...IssueRelationConnectionFragmentDoc.definitions,
101077
+ ...IssueRelationFragmentDoc.definitions,
101078
+ ...PageInfoFragmentDoc.definitions,
100714
101079
  ],
100715
101080
  };
100716
101081
  const AttachmentIssue_SubscribersDocument = {
@@ -100840,6 +101205,8 @@ const AttachmentIssue_SubscribersDocument = {
100840
101205
  },
100841
101206
  },
100842
101207
  ...UserConnectionFragmentDoc.definitions,
101208
+ ...UserFragmentDoc.definitions,
101209
+ ...PageInfoFragmentDoc.definitions,
100843
101210
  ],
100844
101211
  };
100845
101212
  const AttachmentsDocument = {
@@ -100938,6 +101305,8 @@ const AttachmentsDocument = {
100938
101305
  },
100939
101306
  },
100940
101307
  ...AttachmentConnectionFragmentDoc.definitions,
101308
+ ...AttachmentFragmentDoc.definitions,
101309
+ ...PageInfoFragmentDoc.definitions,
100941
101310
  ],
100942
101311
  };
100943
101312
  const AttachmentsForUrlDocument = {
@@ -101036,6 +101405,8 @@ const AttachmentsForUrlDocument = {
101036
101405
  },
101037
101406
  },
101038
101407
  ...AttachmentConnectionFragmentDoc.definitions,
101408
+ ...AttachmentFragmentDoc.definitions,
101409
+ ...PageInfoFragmentDoc.definitions,
101039
101410
  ],
101040
101411
  };
101041
101412
  const AuditEntriesDocument = {
@@ -101134,6 +101505,8 @@ const AuditEntriesDocument = {
101134
101505
  },
101135
101506
  },
101136
101507
  ...AuditEntryConnectionFragmentDoc.definitions,
101508
+ ...AuditEntryFragmentDoc.definitions,
101509
+ ...PageInfoFragmentDoc.definitions,
101137
101510
  ],
101138
101511
  };
101139
101512
  const AuditEntryTypesDocument = {
@@ -101182,6 +101555,9 @@ const AvailableUsersDocument = {
101182
101555
  },
101183
101556
  },
101184
101557
  ...AuthResolverResponseFragmentDoc.definitions,
101558
+ ...OrganizationFragmentDoc.definitions,
101559
+ ...PaidSubscriptionFragmentDoc.definitions,
101560
+ ...UserFragmentDoc.definitions,
101185
101561
  ],
101186
101562
  };
101187
101563
  const CommentDocument = {
@@ -101220,6 +101596,54 @@ const CommentDocument = {
101220
101596
  },
101221
101597
  },
101222
101598
  ...CommentFragmentDoc.definitions,
101599
+ ...ActorBotFragmentDoc.definitions,
101600
+ ],
101601
+ };
101602
+ const Comment_BotActorDocument = {
101603
+ kind: "Document",
101604
+ definitions: [
101605
+ {
101606
+ kind: "OperationDefinition",
101607
+ operation: "query",
101608
+ name: { kind: "Name", value: "comment_botActor" },
101609
+ variableDefinitions: [
101610
+ {
101611
+ kind: "VariableDefinition",
101612
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
101613
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
101614
+ },
101615
+ ],
101616
+ selectionSet: {
101617
+ kind: "SelectionSet",
101618
+ selections: [
101619
+ {
101620
+ kind: "Field",
101621
+ name: { kind: "Name", value: "comment" },
101622
+ arguments: [
101623
+ {
101624
+ kind: "Argument",
101625
+ name: { kind: "Name", value: "id" },
101626
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
101627
+ },
101628
+ ],
101629
+ selectionSet: {
101630
+ kind: "SelectionSet",
101631
+ selections: [
101632
+ {
101633
+ kind: "Field",
101634
+ name: { kind: "Name", value: "botActor" },
101635
+ selectionSet: {
101636
+ kind: "SelectionSet",
101637
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
101638
+ },
101639
+ },
101640
+ ],
101641
+ },
101642
+ },
101643
+ ],
101644
+ },
101645
+ },
101646
+ ...ActorBotFragmentDoc.definitions,
101223
101647
  ],
101224
101648
  };
101225
101649
  const Comment_ChildrenDocument = {
@@ -101339,6 +101763,9 @@ const Comment_ChildrenDocument = {
101339
101763
  },
101340
101764
  },
101341
101765
  ...CommentConnectionFragmentDoc.definitions,
101766
+ ...CommentFragmentDoc.definitions,
101767
+ ...ActorBotFragmentDoc.definitions,
101768
+ ...PageInfoFragmentDoc.definitions,
101342
101769
  ],
101343
101770
  };
101344
101771
  const CommentsDocument = {
@@ -101437,6 +101864,9 @@ const CommentsDocument = {
101437
101864
  },
101438
101865
  },
101439
101866
  ...CommentConnectionFragmentDoc.definitions,
101867
+ ...CommentFragmentDoc.definitions,
101868
+ ...ActorBotFragmentDoc.definitions,
101869
+ ...PageInfoFragmentDoc.definitions,
101440
101870
  ],
101441
101871
  };
101442
101872
  const CustomViewDocument = {
@@ -101563,6 +101993,8 @@ const CustomViewsDocument = {
101563
101993
  },
101564
101994
  },
101565
101995
  ...CustomViewConnectionFragmentDoc.definitions,
101996
+ ...CustomViewFragmentDoc.definitions,
101997
+ ...PageInfoFragmentDoc.definitions,
101566
101998
  ],
101567
101999
  };
101568
102000
  const CycleDocument = {
@@ -101720,6 +102152,8 @@ const Cycle_IssuesDocument = {
101720
102152
  },
101721
102153
  },
101722
102154
  ...IssueConnectionFragmentDoc.definitions,
102155
+ ...IssueFragmentDoc.definitions,
102156
+ ...PageInfoFragmentDoc.definitions,
101723
102157
  ],
101724
102158
  };
101725
102159
  const Cycle_UncompletedIssuesUponCloseDocument = {
@@ -101839,6 +102273,8 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
101839
102273
  },
101840
102274
  },
101841
102275
  ...IssueConnectionFragmentDoc.definitions,
102276
+ ...IssueFragmentDoc.definitions,
102277
+ ...PageInfoFragmentDoc.definitions,
101842
102278
  ],
101843
102279
  };
101844
102280
  const CyclesDocument = {
@@ -101937,6 +102373,8 @@ const CyclesDocument = {
101937
102373
  },
101938
102374
  },
101939
102375
  ...CycleConnectionFragmentDoc.definitions,
102376
+ ...CycleFragmentDoc.definitions,
102377
+ ...PageInfoFragmentDoc.definitions,
101940
102378
  ],
101941
102379
  };
101942
102380
  const DocumentDocument = {
@@ -102063,6 +102501,8 @@ const DocumentsDocument = {
102063
102501
  },
102064
102502
  },
102065
102503
  ...DocumentConnectionFragmentDoc.definitions,
102504
+ ...DocumentFragmentDoc.definitions,
102505
+ ...PageInfoFragmentDoc.definitions,
102066
102506
  ],
102067
102507
  };
102068
102508
  const EmbedInfoDocument = {
@@ -102101,6 +102541,7 @@ const EmbedInfoDocument = {
102101
102541
  },
102102
102542
  },
102103
102543
  ...EmbedPayloadFragmentDoc.definitions,
102544
+ ...EmbedFragmentDoc.definitions,
102104
102545
  ],
102105
102546
  };
102106
102547
  const EmbedInfo_EmbedDocument = {
@@ -102274,6 +102715,8 @@ const EmojisDocument = {
102274
102715
  },
102275
102716
  },
102276
102717
  ...EmojiConnectionFragmentDoc.definitions,
102718
+ ...EmojiFragmentDoc.definitions,
102719
+ ...PageInfoFragmentDoc.definitions,
102277
102720
  ],
102278
102721
  };
102279
102722
  const FavoriteDocument = {
@@ -102421,6 +102864,8 @@ const Favorite_ChildrenDocument = {
102421
102864
  },
102422
102865
  },
102423
102866
  ...FavoriteConnectionFragmentDoc.definitions,
102867
+ ...FavoriteFragmentDoc.definitions,
102868
+ ...PageInfoFragmentDoc.definitions,
102424
102869
  ],
102425
102870
  };
102426
102871
  const FavoritesDocument = {
@@ -102509,6 +102954,8 @@ const FavoritesDocument = {
102509
102954
  },
102510
102955
  },
102511
102956
  ...FavoriteConnectionFragmentDoc.definitions,
102957
+ ...FavoriteFragmentDoc.definitions,
102958
+ ...PageInfoFragmentDoc.definitions,
102512
102959
  ],
102513
102960
  };
102514
102961
  const FigmaEmbedInfoDocument = {
@@ -102557,6 +103004,7 @@ const FigmaEmbedInfoDocument = {
102557
103004
  },
102558
103005
  },
102559
103006
  ...FigmaEmbedPayloadFragmentDoc.definitions,
103007
+ ...FigmaEmbedFragmentDoc.definitions,
102560
103008
  ],
102561
103009
  };
102562
103010
  const FigmaEmbedInfo_FigmaEmbedDocument = {
@@ -102778,6 +103226,8 @@ const IntegrationTemplatesDocument = {
102778
103226
  },
102779
103227
  },
102780
103228
  ...IntegrationTemplateConnectionFragmentDoc.definitions,
103229
+ ...IntegrationTemplateFragmentDoc.definitions,
103230
+ ...PageInfoFragmentDoc.definitions,
102781
103231
  ],
102782
103232
  };
102783
103233
  const IntegrationsDocument = {
@@ -102866,6 +103316,8 @@ const IntegrationsDocument = {
102866
103316
  },
102867
103317
  },
102868
103318
  ...IntegrationConnectionFragmentDoc.definitions,
103319
+ ...IntegrationFragmentDoc.definitions,
103320
+ ...PageInfoFragmentDoc.definitions,
102869
103321
  ],
102870
103322
  };
102871
103323
  const IntegrationsSettingsDocument = {
@@ -103061,6 +103513,8 @@ const Issue_AttachmentsDocument = {
103061
103513
  },
103062
103514
  },
103063
103515
  ...AttachmentConnectionFragmentDoc.definitions,
103516
+ ...AttachmentFragmentDoc.definitions,
103517
+ ...PageInfoFragmentDoc.definitions,
103064
103518
  ],
103065
103519
  };
103066
103520
  const Issue_ChildrenDocument = {
@@ -103180,6 +103634,8 @@ const Issue_ChildrenDocument = {
103180
103634
  },
103181
103635
  },
103182
103636
  ...IssueConnectionFragmentDoc.definitions,
103637
+ ...IssueFragmentDoc.definitions,
103638
+ ...PageInfoFragmentDoc.definitions,
103183
103639
  ],
103184
103640
  };
103185
103641
  const Issue_CommentsDocument = {
@@ -103299,6 +103755,9 @@ const Issue_CommentsDocument = {
103299
103755
  },
103300
103756
  },
103301
103757
  ...CommentConnectionFragmentDoc.definitions,
103758
+ ...CommentFragmentDoc.definitions,
103759
+ ...ActorBotFragmentDoc.definitions,
103760
+ ...PageInfoFragmentDoc.definitions,
103302
103761
  ],
103303
103762
  };
103304
103763
  const Issue_HistoryDocument = {
@@ -103408,6 +103867,11 @@ const Issue_HistoryDocument = {
103408
103867
  },
103409
103868
  },
103410
103869
  ...IssueHistoryConnectionFragmentDoc.definitions,
103870
+ ...IssueHistoryFragmentDoc.definitions,
103871
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
103872
+ ...ActorBotFragmentDoc.definitions,
103873
+ ...IssueImportFragmentDoc.definitions,
103874
+ ...PageInfoFragmentDoc.definitions,
103411
103875
  ],
103412
103876
  };
103413
103877
  const Issue_InverseRelationsDocument = {
@@ -103517,6 +103981,8 @@ const Issue_InverseRelationsDocument = {
103517
103981
  },
103518
103982
  },
103519
103983
  ...IssueRelationConnectionFragmentDoc.definitions,
103984
+ ...IssueRelationFragmentDoc.definitions,
103985
+ ...PageInfoFragmentDoc.definitions,
103520
103986
  ],
103521
103987
  };
103522
103988
  const Issue_LabelsDocument = {
@@ -103636,6 +104102,8 @@ const Issue_LabelsDocument = {
103636
104102
  },
103637
104103
  },
103638
104104
  ...IssueLabelConnectionFragmentDoc.definitions,
104105
+ ...IssueLabelFragmentDoc.definitions,
104106
+ ...PageInfoFragmentDoc.definitions,
103639
104107
  ],
103640
104108
  };
103641
104109
  const Issue_RelationsDocument = {
@@ -103745,6 +104213,8 @@ const Issue_RelationsDocument = {
103745
104213
  },
103746
104214
  },
103747
104215
  ...IssueRelationConnectionFragmentDoc.definitions,
104216
+ ...IssueRelationFragmentDoc.definitions,
104217
+ ...PageInfoFragmentDoc.definitions,
103748
104218
  ],
103749
104219
  };
103750
104220
  const Issue_SubscribersDocument = {
@@ -103874,6 +104344,8 @@ const Issue_SubscribersDocument = {
103874
104344
  },
103875
104345
  },
103876
104346
  ...UserConnectionFragmentDoc.definitions,
104347
+ ...UserFragmentDoc.definitions,
104348
+ ...PageInfoFragmentDoc.definitions,
103877
104349
  ],
103878
104350
  };
103879
104351
  const IssueFigmaFileKeySearchDocument = {
@@ -103972,6 +104444,8 @@ const IssueFigmaFileKeySearchDocument = {
103972
104444
  },
103973
104445
  },
103974
104446
  ...IssueConnectionFragmentDoc.definitions,
104447
+ ...IssueFragmentDoc.definitions,
104448
+ ...PageInfoFragmentDoc.definitions,
103975
104449
  ],
103976
104450
  };
103977
104451
  const IssueFilterSuggestionDocument = {
@@ -104096,6 +104570,8 @@ const IssueImportFinishGithubOAuthDocument = {
104096
104570
  },
104097
104571
  },
104098
104572
  ...GithubOAuthTokenPayloadFragmentDoc.definitions,
104573
+ ...GithubOrgFragmentDoc.definitions,
104574
+ ...GithubRepoFragmentDoc.definitions,
104099
104575
  ],
104100
104576
  };
104101
104577
  const IssueLabelDocument = {
@@ -104253,6 +104729,8 @@ const IssueLabel_ChildrenDocument = {
104253
104729
  },
104254
104730
  },
104255
104731
  ...IssueLabelConnectionFragmentDoc.definitions,
104732
+ ...IssueLabelFragmentDoc.definitions,
104733
+ ...PageInfoFragmentDoc.definitions,
104256
104734
  ],
104257
104735
  };
104258
104736
  const IssueLabel_IssuesDocument = {
@@ -104372,6 +104850,8 @@ const IssueLabel_IssuesDocument = {
104372
104850
  },
104373
104851
  },
104374
104852
  ...IssueConnectionFragmentDoc.definitions,
104853
+ ...IssueFragmentDoc.definitions,
104854
+ ...PageInfoFragmentDoc.definitions,
104375
104855
  ],
104376
104856
  };
104377
104857
  const IssueLabelsDocument = {
@@ -104470,6 +104950,8 @@ const IssueLabelsDocument = {
104470
104950
  },
104471
104951
  },
104472
104952
  ...IssueLabelConnectionFragmentDoc.definitions,
104953
+ ...IssueLabelFragmentDoc.definitions,
104954
+ ...PageInfoFragmentDoc.definitions,
104473
104955
  ],
104474
104956
  };
104475
104957
  const IssuePriorityValuesDocument = {
@@ -104620,6 +105102,8 @@ const IssueRelationsDocument = {
104620
105102
  },
104621
105103
  },
104622
105104
  ...IssueRelationConnectionFragmentDoc.definitions,
105105
+ ...IssueRelationFragmentDoc.definitions,
105106
+ ...PageInfoFragmentDoc.definitions,
104623
105107
  ],
104624
105108
  };
104625
105109
  const IssueSearchDocument = {
@@ -104728,6 +105212,8 @@ const IssueSearchDocument = {
104728
105212
  },
104729
105213
  },
104730
105214
  ...IssueConnectionFragmentDoc.definitions,
105215
+ ...IssueFragmentDoc.definitions,
105216
+ ...PageInfoFragmentDoc.definitions,
104731
105217
  ],
104732
105218
  };
104733
105219
  const IssueVcsBranchSearchDocument = {
@@ -104885,6 +105371,8 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
104885
105371
  },
104886
105372
  },
104887
105373
  ...AttachmentConnectionFragmentDoc.definitions,
105374
+ ...AttachmentFragmentDoc.definitions,
105375
+ ...PageInfoFragmentDoc.definitions,
104888
105376
  ],
104889
105377
  };
104890
105378
  const IssueVcsBranchSearch_ChildrenDocument = {
@@ -105004,6 +105492,8 @@ const IssueVcsBranchSearch_ChildrenDocument = {
105004
105492
  },
105005
105493
  },
105006
105494
  ...IssueConnectionFragmentDoc.definitions,
105495
+ ...IssueFragmentDoc.definitions,
105496
+ ...PageInfoFragmentDoc.definitions,
105007
105497
  ],
105008
105498
  };
105009
105499
  const IssueVcsBranchSearch_CommentsDocument = {
@@ -105123,6 +105613,9 @@ const IssueVcsBranchSearch_CommentsDocument = {
105123
105613
  },
105124
105614
  },
105125
105615
  ...CommentConnectionFragmentDoc.definitions,
105616
+ ...CommentFragmentDoc.definitions,
105617
+ ...ActorBotFragmentDoc.definitions,
105618
+ ...PageInfoFragmentDoc.definitions,
105126
105619
  ],
105127
105620
  };
105128
105621
  const IssueVcsBranchSearch_HistoryDocument = {
@@ -105232,6 +105725,11 @@ const IssueVcsBranchSearch_HistoryDocument = {
105232
105725
  },
105233
105726
  },
105234
105727
  ...IssueHistoryConnectionFragmentDoc.definitions,
105728
+ ...IssueHistoryFragmentDoc.definitions,
105729
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
105730
+ ...ActorBotFragmentDoc.definitions,
105731
+ ...IssueImportFragmentDoc.definitions,
105732
+ ...PageInfoFragmentDoc.definitions,
105235
105733
  ],
105236
105734
  };
105237
105735
  const IssueVcsBranchSearch_InverseRelationsDocument = {
@@ -105341,6 +105839,8 @@ const IssueVcsBranchSearch_InverseRelationsDocument = {
105341
105839
  },
105342
105840
  },
105343
105841
  ...IssueRelationConnectionFragmentDoc.definitions,
105842
+ ...IssueRelationFragmentDoc.definitions,
105843
+ ...PageInfoFragmentDoc.definitions,
105344
105844
  ],
105345
105845
  };
105346
105846
  const IssueVcsBranchSearch_LabelsDocument = {
@@ -105460,6 +105960,8 @@ const IssueVcsBranchSearch_LabelsDocument = {
105460
105960
  },
105461
105961
  },
105462
105962
  ...IssueLabelConnectionFragmentDoc.definitions,
105963
+ ...IssueLabelFragmentDoc.definitions,
105964
+ ...PageInfoFragmentDoc.definitions,
105463
105965
  ],
105464
105966
  };
105465
105967
  const IssueVcsBranchSearch_RelationsDocument = {
@@ -105569,6 +106071,8 @@ const IssueVcsBranchSearch_RelationsDocument = {
105569
106071
  },
105570
106072
  },
105571
106073
  ...IssueRelationConnectionFragmentDoc.definitions,
106074
+ ...IssueRelationFragmentDoc.definitions,
106075
+ ...PageInfoFragmentDoc.definitions,
105572
106076
  ],
105573
106077
  };
105574
106078
  const IssueVcsBranchSearch_SubscribersDocument = {
@@ -105698,6 +106202,8 @@ const IssueVcsBranchSearch_SubscribersDocument = {
105698
106202
  },
105699
106203
  },
105700
106204
  ...UserConnectionFragmentDoc.definitions,
106205
+ ...UserFragmentDoc.definitions,
106206
+ ...PageInfoFragmentDoc.definitions,
105701
106207
  ],
105702
106208
  };
105703
106209
  const IssuesDocument = {
@@ -105796,6 +106302,8 @@ const IssuesDocument = {
105796
106302
  },
105797
106303
  },
105798
106304
  ...IssueConnectionFragmentDoc.definitions,
106305
+ ...IssueFragmentDoc.definitions,
106306
+ ...PageInfoFragmentDoc.definitions,
105799
106307
  ],
105800
106308
  };
105801
106309
  const NotificationDocument = {
@@ -105834,6 +106342,11 @@ const NotificationDocument = {
105834
106342
  },
105835
106343
  },
105836
106344
  ...NotificationFragmentDoc.definitions,
106345
+ ...ActorBotFragmentDoc.definitions,
106346
+ ...IssueNotificationFragmentDoc.definitions,
106347
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
106348
+ ...OauthClientApprovalFragmentDoc.definitions,
106349
+ ...ProjectNotificationFragmentDoc.definitions,
105837
106350
  ],
105838
106351
  };
105839
106352
  const NotificationSubscriptionDocument = {
@@ -105962,6 +106475,8 @@ const NotificationSubscriptionsDocument = {
105962
106475
  },
105963
106476
  },
105964
106477
  ...NotificationSubscriptionConnectionFragmentDoc.definitions,
106478
+ ...NotificationSubscriptionFragmentDoc.definitions,
106479
+ ...PageInfoFragmentDoc.definitions,
105965
106480
  ],
105966
106481
  };
105967
106482
  const NotificationsDocument = {
@@ -106050,6 +106565,13 @@ const NotificationsDocument = {
106050
106565
  },
106051
106566
  },
106052
106567
  ...NotificationConnectionFragmentDoc.definitions,
106568
+ ...NotificationFragmentDoc.definitions,
106569
+ ...ActorBotFragmentDoc.definitions,
106570
+ ...IssueNotificationFragmentDoc.definitions,
106571
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
106572
+ ...OauthClientApprovalFragmentDoc.definitions,
106573
+ ...ProjectNotificationFragmentDoc.definitions,
106574
+ ...PageInfoFragmentDoc.definitions,
106053
106575
  ],
106054
106576
  };
106055
106577
  const OrganizationDocument = {
@@ -106074,6 +106596,7 @@ const OrganizationDocument = {
106074
106596
  },
106075
106597
  },
106076
106598
  ...OrganizationFragmentDoc.definitions,
106599
+ ...PaidSubscriptionFragmentDoc.definitions,
106077
106600
  ],
106078
106601
  };
106079
106602
  const Organization_IntegrationsDocument = {
@@ -106171,6 +106694,8 @@ const Organization_IntegrationsDocument = {
106171
106694
  },
106172
106695
  },
106173
106696
  ...IntegrationConnectionFragmentDoc.definitions,
106697
+ ...IntegrationFragmentDoc.definitions,
106698
+ ...PageInfoFragmentDoc.definitions,
106174
106699
  ],
106175
106700
  };
106176
106701
  const Organization_LabelsDocument = {
@@ -106278,6 +106803,8 @@ const Organization_LabelsDocument = {
106278
106803
  },
106279
106804
  },
106280
106805
  ...IssueLabelConnectionFragmentDoc.definitions,
106806
+ ...IssueLabelFragmentDoc.definitions,
106807
+ ...PageInfoFragmentDoc.definitions,
106281
106808
  ],
106282
106809
  };
106283
106810
  const Organization_SubscriptionDocument = {
@@ -106418,6 +106945,8 @@ const Organization_TeamsDocument = {
106418
106945
  },
106419
106946
  },
106420
106947
  ...TeamConnectionFragmentDoc.definitions,
106948
+ ...TeamFragmentDoc.definitions,
106949
+ ...PageInfoFragmentDoc.definitions,
106421
106950
  ],
106422
106951
  };
106423
106952
  const Organization_TemplatesDocument = {
@@ -106515,6 +107044,7 @@ const Organization_TemplatesDocument = {
106515
107044
  },
106516
107045
  },
106517
107046
  ...TemplateConnectionFragmentDoc.definitions,
107047
+ ...PageInfoFragmentDoc.definitions,
106518
107048
  ],
106519
107049
  };
106520
107050
  const Organization_UsersDocument = {
@@ -106622,6 +107152,8 @@ const Organization_UsersDocument = {
106622
107152
  },
106623
107153
  },
106624
107154
  ...UserConnectionFragmentDoc.definitions,
107155
+ ...UserFragmentDoc.definitions,
107156
+ ...PageInfoFragmentDoc.definitions,
106625
107157
  ],
106626
107158
  };
106627
107159
  const OrganizationExistsDocument = {
@@ -106786,6 +107318,8 @@ const OrganizationInvitesDocument = {
106786
107318
  },
106787
107319
  },
106788
107320
  ...OrganizationInviteConnectionFragmentDoc.definitions,
107321
+ ...OrganizationInviteFragmentDoc.definitions,
107322
+ ...PageInfoFragmentDoc.definitions,
106789
107323
  ],
106790
107324
  };
106791
107325
  const ProjectDocument = {
@@ -106933,6 +107467,8 @@ const Project_DocumentsDocument = {
106933
107467
  },
106934
107468
  },
106935
107469
  ...DocumentConnectionFragmentDoc.definitions,
107470
+ ...DocumentFragmentDoc.definitions,
107471
+ ...PageInfoFragmentDoc.definitions,
106936
107472
  ],
106937
107473
  };
106938
107474
  const Project_IssuesDocument = {
@@ -107052,6 +107588,8 @@ const Project_IssuesDocument = {
107052
107588
  },
107053
107589
  },
107054
107590
  ...IssueConnectionFragmentDoc.definitions,
107591
+ ...IssueFragmentDoc.definitions,
107592
+ ...PageInfoFragmentDoc.definitions,
107055
107593
  ],
107056
107594
  };
107057
107595
  const Project_LinksDocument = {
@@ -107161,6 +107699,8 @@ const Project_LinksDocument = {
107161
107699
  },
107162
107700
  },
107163
107701
  ...ProjectLinkConnectionFragmentDoc.definitions,
107702
+ ...ProjectLinkFragmentDoc.definitions,
107703
+ ...PageInfoFragmentDoc.definitions,
107164
107704
  ],
107165
107705
  };
107166
107706
  const Project_MembersDocument = {
@@ -107290,6 +107830,8 @@ const Project_MembersDocument = {
107290
107830
  },
107291
107831
  },
107292
107832
  ...UserConnectionFragmentDoc.definitions,
107833
+ ...UserFragmentDoc.definitions,
107834
+ ...PageInfoFragmentDoc.definitions,
107293
107835
  ],
107294
107836
  };
107295
107837
  const Project_ProjectMilestonesDocument = {
@@ -107401,6 +107943,8 @@ const Project_ProjectMilestonesDocument = {
107401
107943
  },
107402
107944
  },
107403
107945
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
107946
+ ...ProjectMilestoneFragmentDoc.definitions,
107947
+ ...PageInfoFragmentDoc.definitions,
107404
107948
  ],
107405
107949
  };
107406
107950
  const Project_ProjectUpdatesDocument = {
@@ -107510,6 +108054,8 @@ const Project_ProjectUpdatesDocument = {
107510
108054
  },
107511
108055
  },
107512
108056
  ...ProjectUpdateConnectionFragmentDoc.definitions,
108057
+ ...ProjectUpdateFragmentDoc.definitions,
108058
+ ...PageInfoFragmentDoc.definitions,
107513
108059
  ],
107514
108060
  };
107515
108061
  const Project_TeamsDocument = {
@@ -107629,6 +108175,8 @@ const Project_TeamsDocument = {
107629
108175
  },
107630
108176
  },
107631
108177
  ...TeamConnectionFragmentDoc.definitions,
108178
+ ...TeamFragmentDoc.definitions,
108179
+ ...PageInfoFragmentDoc.definitions,
107632
108180
  ],
107633
108181
  };
107634
108182
  const ProjectFilterSuggestionDocument = {
@@ -107793,6 +108341,8 @@ const ProjectLinksDocument = {
107793
108341
  },
107794
108342
  },
107795
108343
  ...ProjectLinkConnectionFragmentDoc.definitions,
108344
+ ...ProjectLinkFragmentDoc.definitions,
108345
+ ...PageInfoFragmentDoc.definitions,
107796
108346
  ],
107797
108347
  };
107798
108348
  const ProjectUpdateDocument = {
@@ -107959,6 +108509,8 @@ const ProjectUpdateInteractionsDocument = {
107959
108509
  },
107960
108510
  },
107961
108511
  ...ProjectUpdateInteractionConnectionFragmentDoc.definitions,
108512
+ ...ProjectUpdateInteractionFragmentDoc.definitions,
108513
+ ...PageInfoFragmentDoc.definitions,
107962
108514
  ],
107963
108515
  };
107964
108516
  const ProjectUpdatesDocument = {
@@ -108047,6 +108599,8 @@ const ProjectUpdatesDocument = {
108047
108599
  },
108048
108600
  },
108049
108601
  ...ProjectUpdateConnectionFragmentDoc.definitions,
108602
+ ...ProjectUpdateFragmentDoc.definitions,
108603
+ ...PageInfoFragmentDoc.definitions,
108050
108604
  ],
108051
108605
  };
108052
108606
  const ProjectsDocument = {
@@ -108145,6 +108699,8 @@ const ProjectsDocument = {
108145
108699
  },
108146
108700
  },
108147
108701
  ...ProjectConnectionFragmentDoc.definitions,
108702
+ ...ProjectFragmentDoc.definitions,
108703
+ ...PageInfoFragmentDoc.definitions,
108148
108704
  ],
108149
108705
  };
108150
108706
  const PushSubscriptionTestDocument = {
@@ -108193,6 +108749,7 @@ const RateLimitStatusDocument = {
108193
108749
  },
108194
108750
  },
108195
108751
  ...RateLimitPayloadFragmentDoc.definitions,
108752
+ ...RateLimitResultPayloadFragmentDoc.definitions,
108196
108753
  ],
108197
108754
  };
108198
108755
  const RoadmapDocument = {
@@ -108350,6 +108907,8 @@ const Roadmap_ProjectsDocument = {
108350
108907
  },
108351
108908
  },
108352
108909
  ...ProjectConnectionFragmentDoc.definitions,
108910
+ ...ProjectFragmentDoc.definitions,
108911
+ ...PageInfoFragmentDoc.definitions,
108353
108912
  ],
108354
108913
  };
108355
108914
  const RoadmapToProjectDocument = {
@@ -108476,6 +109035,8 @@ const RoadmapToProjectsDocument = {
108476
109035
  },
108477
109036
  },
108478
109037
  ...RoadmapToProjectConnectionFragmentDoc.definitions,
109038
+ ...RoadmapToProjectFragmentDoc.definitions,
109039
+ ...PageInfoFragmentDoc.definitions,
108479
109040
  ],
108480
109041
  };
108481
109042
  const RoadmapsDocument = {
@@ -108564,6 +109125,8 @@ const RoadmapsDocument = {
108564
109125
  },
108565
109126
  },
108566
109127
  ...RoadmapConnectionFragmentDoc.definitions,
109128
+ ...RoadmapFragmentDoc.definitions,
109129
+ ...PageInfoFragmentDoc.definitions,
108567
109130
  ],
108568
109131
  };
108569
109132
  const SearchDocumentsDocument = {
@@ -108604,6 +109167,11 @@ const SearchDocumentsDocument = {
108604
109167
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108605
109168
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108606
109169
  },
109170
+ {
109171
+ kind: "VariableDefinition",
109172
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109173
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109174
+ },
108607
109175
  {
108608
109176
  kind: "VariableDefinition",
108609
109177
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108647,6 +109215,11 @@ const SearchDocumentsDocument = {
108647
109215
  name: { kind: "Name", value: "orderBy" },
108648
109216
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108649
109217
  },
109218
+ {
109219
+ kind: "Argument",
109220
+ name: { kind: "Name", value: "teamId" },
109221
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109222
+ },
108650
109223
  {
108651
109224
  kind: "Argument",
108652
109225
  name: { kind: "Name", value: "term" },
@@ -108662,6 +109235,9 @@ const SearchDocumentsDocument = {
108662
109235
  },
108663
109236
  },
108664
109237
  ...DocumentSearchPayloadFragmentDoc.definitions,
109238
+ ...ArchiveResponseFragmentDoc.definitions,
109239
+ ...DocumentSearchResultFragmentDoc.definitions,
109240
+ ...PageInfoFragmentDoc.definitions,
108665
109241
  ],
108666
109242
  };
108667
109243
  const SearchDocuments_ArchivePayloadDocument = {
@@ -108702,6 +109278,11 @@ const SearchDocuments_ArchivePayloadDocument = {
108702
109278
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108703
109279
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108704
109280
  },
109281
+ {
109282
+ kind: "VariableDefinition",
109283
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109284
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109285
+ },
108705
109286
  {
108706
109287
  kind: "VariableDefinition",
108707
109288
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108745,6 +109326,11 @@ const SearchDocuments_ArchivePayloadDocument = {
108745
109326
  name: { kind: "Name", value: "orderBy" },
108746
109327
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108747
109328
  },
109329
+ {
109330
+ kind: "Argument",
109331
+ name: { kind: "Name", value: "teamId" },
109332
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109333
+ },
108748
109334
  {
108749
109335
  kind: "Argument",
108750
109336
  name: { kind: "Name", value: "term" },
@@ -108814,6 +109400,11 @@ const SearchIssuesDocument = {
108814
109400
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108815
109401
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108816
109402
  },
109403
+ {
109404
+ kind: "VariableDefinition",
109405
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109406
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109407
+ },
108817
109408
  {
108818
109409
  kind: "VariableDefinition",
108819
109410
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108862,6 +109453,11 @@ const SearchIssuesDocument = {
108862
109453
  name: { kind: "Name", value: "orderBy" },
108863
109454
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108864
109455
  },
109456
+ {
109457
+ kind: "Argument",
109458
+ name: { kind: "Name", value: "teamId" },
109459
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109460
+ },
108865
109461
  {
108866
109462
  kind: "Argument",
108867
109463
  name: { kind: "Name", value: "term" },
@@ -108877,6 +109473,9 @@ const SearchIssuesDocument = {
108877
109473
  },
108878
109474
  },
108879
109475
  ...IssueSearchPayloadFragmentDoc.definitions,
109476
+ ...ArchiveResponseFragmentDoc.definitions,
109477
+ ...IssueSearchResultFragmentDoc.definitions,
109478
+ ...PageInfoFragmentDoc.definitions,
108880
109479
  ],
108881
109480
  };
108882
109481
  const SearchIssues_ArchivePayloadDocument = {
@@ -108922,6 +109521,11 @@ const SearchIssues_ArchivePayloadDocument = {
108922
109521
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108923
109522
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
108924
109523
  },
109524
+ {
109525
+ kind: "VariableDefinition",
109526
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109527
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109528
+ },
108925
109529
  {
108926
109530
  kind: "VariableDefinition",
108927
109531
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -108970,6 +109574,11 @@ const SearchIssues_ArchivePayloadDocument = {
108970
109574
  name: { kind: "Name", value: "orderBy" },
108971
109575
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
108972
109576
  },
109577
+ {
109578
+ kind: "Argument",
109579
+ name: { kind: "Name", value: "teamId" },
109580
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109581
+ },
108973
109582
  {
108974
109583
  kind: "Argument",
108975
109584
  name: { kind: "Name", value: "term" },
@@ -109034,6 +109643,11 @@ const SearchProjectsDocument = {
109034
109643
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109035
109644
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
109036
109645
  },
109646
+ {
109647
+ kind: "VariableDefinition",
109648
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109649
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109650
+ },
109037
109651
  {
109038
109652
  kind: "VariableDefinition",
109039
109653
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -109077,6 +109691,11 @@ const SearchProjectsDocument = {
109077
109691
  name: { kind: "Name", value: "orderBy" },
109078
109692
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109079
109693
  },
109694
+ {
109695
+ kind: "Argument",
109696
+ name: { kind: "Name", value: "teamId" },
109697
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109698
+ },
109080
109699
  {
109081
109700
  kind: "Argument",
109082
109701
  name: { kind: "Name", value: "term" },
@@ -109092,6 +109711,9 @@ const SearchProjectsDocument = {
109092
109711
  },
109093
109712
  },
109094
109713
  ...ProjectSearchPayloadFragmentDoc.definitions,
109714
+ ...ArchiveResponseFragmentDoc.definitions,
109715
+ ...ProjectSearchResultFragmentDoc.definitions,
109716
+ ...PageInfoFragmentDoc.definitions,
109095
109717
  ],
109096
109718
  };
109097
109719
  const SearchProjects_ArchivePayloadDocument = {
@@ -109132,6 +109754,11 @@ const SearchProjects_ArchivePayloadDocument = {
109132
109754
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109133
109755
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
109134
109756
  },
109757
+ {
109758
+ kind: "VariableDefinition",
109759
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109760
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
109761
+ },
109135
109762
  {
109136
109763
  kind: "VariableDefinition",
109137
109764
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -109175,6 +109802,11 @@ const SearchProjects_ArchivePayloadDocument = {
109175
109802
  name: { kind: "Name", value: "orderBy" },
109176
109803
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
109177
109804
  },
109805
+ {
109806
+ kind: "Argument",
109807
+ name: { kind: "Name", value: "teamId" },
109808
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
109809
+ },
109178
109810
  {
109179
109811
  kind: "Argument",
109180
109812
  name: { kind: "Name", value: "term" },
@@ -109404,6 +110036,8 @@ const Team_CyclesDocument = {
109404
110036
  },
109405
110037
  },
109406
110038
  ...CycleConnectionFragmentDoc.definitions,
110039
+ ...CycleFragmentDoc.definitions,
110040
+ ...PageInfoFragmentDoc.definitions,
109407
110041
  ],
109408
110042
  };
109409
110043
  const Team_IssuesDocument = {
@@ -109523,6 +110157,8 @@ const Team_IssuesDocument = {
109523
110157
  },
109524
110158
  },
109525
110159
  ...IssueConnectionFragmentDoc.definitions,
110160
+ ...IssueFragmentDoc.definitions,
110161
+ ...PageInfoFragmentDoc.definitions,
109526
110162
  ],
109527
110163
  };
109528
110164
  const Team_LabelsDocument = {
@@ -109642,6 +110278,8 @@ const Team_LabelsDocument = {
109642
110278
  },
109643
110279
  },
109644
110280
  ...IssueLabelConnectionFragmentDoc.definitions,
110281
+ ...IssueLabelFragmentDoc.definitions,
110282
+ ...PageInfoFragmentDoc.definitions,
109645
110283
  ],
109646
110284
  };
109647
110285
  const Team_MembersDocument = {
@@ -109771,6 +110409,8 @@ const Team_MembersDocument = {
109771
110409
  },
109772
110410
  },
109773
110411
  ...UserConnectionFragmentDoc.definitions,
110412
+ ...UserFragmentDoc.definitions,
110413
+ ...PageInfoFragmentDoc.definitions,
109774
110414
  ],
109775
110415
  };
109776
110416
  const Team_MembershipsDocument = {
@@ -109880,6 +110520,8 @@ const Team_MembershipsDocument = {
109880
110520
  },
109881
110521
  },
109882
110522
  ...TeamMembershipConnectionFragmentDoc.definitions,
110523
+ ...TeamMembershipFragmentDoc.definitions,
110524
+ ...PageInfoFragmentDoc.definitions,
109883
110525
  ],
109884
110526
  };
109885
110527
  const Team_ProjectsDocument = {
@@ -109999,6 +110641,8 @@ const Team_ProjectsDocument = {
109999
110641
  },
110000
110642
  },
110001
110643
  ...ProjectConnectionFragmentDoc.definitions,
110644
+ ...ProjectFragmentDoc.definitions,
110645
+ ...PageInfoFragmentDoc.definitions,
110002
110646
  ],
110003
110647
  };
110004
110648
  const Team_StatesDocument = {
@@ -110118,6 +110762,8 @@ const Team_StatesDocument = {
110118
110762
  },
110119
110763
  },
110120
110764
  ...WorkflowStateConnectionFragmentDoc.definitions,
110765
+ ...WorkflowStateFragmentDoc.definitions,
110766
+ ...PageInfoFragmentDoc.definitions,
110121
110767
  ],
110122
110768
  };
110123
110769
  const Team_TemplatesDocument = {
@@ -110227,6 +110873,7 @@ const Team_TemplatesDocument = {
110227
110873
  },
110228
110874
  },
110229
110875
  ...TemplateConnectionFragmentDoc.definitions,
110876
+ ...PageInfoFragmentDoc.definitions,
110230
110877
  ],
110231
110878
  };
110232
110879
  const Team_WebhooksDocument = {
@@ -110336,6 +110983,8 @@ const Team_WebhooksDocument = {
110336
110983
  },
110337
110984
  },
110338
110985
  ...WebhookConnectionFragmentDoc.definitions,
110986
+ ...WebhookFragmentDoc.definitions,
110987
+ ...PageInfoFragmentDoc.definitions,
110339
110988
  ],
110340
110989
  };
110341
110990
  const TeamMembershipDocument = {
@@ -110462,6 +111111,8 @@ const TeamMembershipsDocument = {
110462
111111
  },
110463
111112
  },
110464
111113
  ...TeamMembershipConnectionFragmentDoc.definitions,
111114
+ ...TeamMembershipFragmentDoc.definitions,
111115
+ ...PageInfoFragmentDoc.definitions,
110465
111116
  ],
110466
111117
  };
110467
111118
  const TeamsDocument = {
@@ -110560,6 +111211,8 @@ const TeamsDocument = {
110560
111211
  },
110561
111212
  },
110562
111213
  ...TeamConnectionFragmentDoc.definitions,
111214
+ ...TeamFragmentDoc.definitions,
111215
+ ...PageInfoFragmentDoc.definitions,
110563
111216
  ],
110564
111217
  };
110565
111218
  const TemplateDocument = {
@@ -110817,6 +111470,8 @@ const User_AssignedIssuesDocument = {
110817
111470
  },
110818
111471
  },
110819
111472
  ...IssueConnectionFragmentDoc.definitions,
111473
+ ...IssueFragmentDoc.definitions,
111474
+ ...PageInfoFragmentDoc.definitions,
110820
111475
  ],
110821
111476
  };
110822
111477
  const User_CreatedIssuesDocument = {
@@ -110936,6 +111591,8 @@ const User_CreatedIssuesDocument = {
110936
111591
  },
110937
111592
  },
110938
111593
  ...IssueConnectionFragmentDoc.definitions,
111594
+ ...IssueFragmentDoc.definitions,
111595
+ ...PageInfoFragmentDoc.definitions,
110939
111596
  ],
110940
111597
  };
110941
111598
  const User_TeamMembershipsDocument = {
@@ -111045,6 +111702,8 @@ const User_TeamMembershipsDocument = {
111045
111702
  },
111046
111703
  },
111047
111704
  ...TeamMembershipConnectionFragmentDoc.definitions,
111705
+ ...TeamMembershipFragmentDoc.definitions,
111706
+ ...PageInfoFragmentDoc.definitions,
111048
111707
  ],
111049
111708
  };
111050
111709
  const User_TeamsDocument = {
@@ -111164,6 +111823,8 @@ const User_TeamsDocument = {
111164
111823
  },
111165
111824
  },
111166
111825
  ...TeamConnectionFragmentDoc.definitions,
111826
+ ...TeamFragmentDoc.definitions,
111827
+ ...PageInfoFragmentDoc.definitions,
111167
111828
  ],
111168
111829
  };
111169
111830
  const UserSettingsDocument = {
@@ -111296,6 +111957,8 @@ const UsersDocument = {
111296
111957
  },
111297
111958
  },
111298
111959
  ...UserConnectionFragmentDoc.definitions,
111960
+ ...UserFragmentDoc.definitions,
111961
+ ...PageInfoFragmentDoc.definitions,
111299
111962
  ],
111300
111963
  };
111301
111964
  const ViewerDocument = {
@@ -111427,6 +112090,8 @@ const Viewer_AssignedIssuesDocument = {
111427
112090
  },
111428
112091
  },
111429
112092
  ...IssueConnectionFragmentDoc.definitions,
112093
+ ...IssueFragmentDoc.definitions,
112094
+ ...PageInfoFragmentDoc.definitions,
111430
112095
  ],
111431
112096
  };
111432
112097
  const Viewer_CreatedIssuesDocument = {
@@ -111534,6 +112199,8 @@ const Viewer_CreatedIssuesDocument = {
111534
112199
  },
111535
112200
  },
111536
112201
  ...IssueConnectionFragmentDoc.definitions,
112202
+ ...IssueFragmentDoc.definitions,
112203
+ ...PageInfoFragmentDoc.definitions,
111537
112204
  ],
111538
112205
  };
111539
112206
  const Viewer_TeamMembershipsDocument = {
@@ -111631,6 +112298,8 @@ const Viewer_TeamMembershipsDocument = {
111631
112298
  },
111632
112299
  },
111633
112300
  ...TeamMembershipConnectionFragmentDoc.definitions,
112301
+ ...TeamMembershipFragmentDoc.definitions,
112302
+ ...PageInfoFragmentDoc.definitions,
111634
112303
  ],
111635
112304
  };
111636
112305
  const Viewer_TeamsDocument = {
@@ -111738,6 +112407,8 @@ const Viewer_TeamsDocument = {
111738
112407
  },
111739
112408
  },
111740
112409
  ...TeamConnectionFragmentDoc.definitions,
112410
+ ...TeamFragmentDoc.definitions,
112411
+ ...PageInfoFragmentDoc.definitions,
111741
112412
  ],
111742
112413
  };
111743
112414
  const WebhookDocument = {
@@ -111864,6 +112535,8 @@ const WebhooksDocument = {
111864
112535
  },
111865
112536
  },
111866
112537
  ...WebhookConnectionFragmentDoc.definitions,
112538
+ ...WebhookFragmentDoc.definitions,
112539
+ ...PageInfoFragmentDoc.definitions,
111867
112540
  ],
111868
112541
  };
111869
112542
  const WorkflowStateDocument = {
@@ -112021,6 +112694,8 @@ const WorkflowState_IssuesDocument = {
112021
112694
  },
112022
112695
  },
112023
112696
  ...IssueConnectionFragmentDoc.definitions,
112697
+ ...IssueFragmentDoc.definitions,
112698
+ ...PageInfoFragmentDoc.definitions,
112024
112699
  ],
112025
112700
  };
112026
112701
  const WorkflowStatesDocument = {
@@ -112119,6 +112794,8 @@ const WorkflowStatesDocument = {
112119
112794
  },
112120
112795
  },
112121
112796
  ...WorkflowStateConnectionFragmentDoc.definitions,
112797
+ ...WorkflowStateFragmentDoc.definitions,
112798
+ ...PageInfoFragmentDoc.definitions,
112122
112799
  ],
112123
112800
  };
112124
112801
 
@@ -112135,6 +112812,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112135
112812
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
112136
112813
  get PushSubscriptionType () { return PushSubscriptionType; },
112137
112814
  get ReleaseChannel () { return ReleaseChannel; },
112815
+ get SlaDayCountType () { return SlaDayCountType; },
112138
112816
  get SlaStatus () { return SlaStatus; },
112139
112817
  get UserContextViewType () { return UserContextViewType; },
112140
112818
  get UserFlagType () { return UserFlagType; },
@@ -112153,6 +112831,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112153
112831
  CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
112154
112832
  DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
112155
112833
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
112834
+ ActorBotFragmentDoc: ActorBotFragmentDoc,
112156
112835
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
112157
112836
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
112158
112837
  OauthClientApprovalNotificationFragmentDoc: OauthClientApprovalNotificationFragmentDoc,
@@ -112188,6 +112867,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112188
112867
  PagerDutyScheduleMappingFragmentDoc: PagerDutyScheduleMappingFragmentDoc,
112189
112868
  PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
112190
112869
  SentrySettingsFragmentDoc: SentrySettingsFragmentDoc,
112870
+ SlackChannelNameMappingFragmentDoc: SlackChannelNameMappingFragmentDoc,
112871
+ SlackAsksSettingsFragmentDoc: SlackAsksSettingsFragmentDoc,
112191
112872
  SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
112192
112873
  ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
112193
112874
  IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
@@ -112197,9 +112878,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112197
112878
  PageInfoFragmentDoc: PageInfoFragmentDoc,
112198
112879
  ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
112199
112880
  ApiKeyPayloadFragmentDoc: ApiKeyPayloadFragmentDoc,
112881
+ AsksChannelConnectPayloadFragmentDoc: AsksChannelConnectPayloadFragmentDoc,
112200
112882
  AttachmentFragmentDoc: AttachmentFragmentDoc,
112201
112883
  AttachmentConnectionFragmentDoc: AttachmentConnectionFragmentDoc,
112202
112884
  AttachmentPayloadFragmentDoc: AttachmentPayloadFragmentDoc,
112885
+ AttachmentSourcesPayloadFragmentDoc: AttachmentSourcesPayloadFragmentDoc,
112203
112886
  AuditEntryFragmentDoc: AuditEntryFragmentDoc,
112204
112887
  AuditEntryConnectionFragmentDoc: AuditEntryConnectionFragmentDoc,
112205
112888
  AuditEntryTypeFragmentDoc: AuditEntryTypeFragmentDoc,
@@ -112405,6 +113088,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112405
113088
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
112406
113089
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
112407
113090
  ImportFileUploadDocument: ImportFileUploadDocument,
113091
+ IntegrationAsksConnectChannelDocument: IntegrationAsksConnectChannelDocument,
112408
113092
  DeleteIntegrationDocument: DeleteIntegrationDocument,
112409
113093
  IntegrationDiscordDocument: IntegrationDiscordDocument,
112410
113094
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -112565,6 +113249,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
112565
113249
  AuditEntryTypesDocument: AuditEntryTypesDocument,
112566
113250
  AvailableUsersDocument: AvailableUsersDocument,
112567
113251
  CommentDocument: CommentDocument,
113252
+ Comment_BotActorDocument: Comment_BotActorDocument,
112568
113253
  Comment_ChildrenDocument: Comment_ChildrenDocument,
112569
113254
  CommentsDocument: CommentsDocument,
112570
113255
  CustomViewDocument: CustomViewDocument,
@@ -112825,6 +113510,24 @@ function parseJson(value) {
112825
113510
  return undefined;
112826
113511
  }
112827
113512
  }
113513
+ /**
113514
+ * A bot actor is an actor that is not a user, but an application or integration.
113515
+ *
113516
+ * @param request - function to call the graphql client
113517
+ * @param data - L.ActorBotFragment response data
113518
+ */
113519
+ class ActorBot extends Request {
113520
+ constructor(request, data) {
113521
+ var _a, _b, _c, _d;
113522
+ super(request);
113523
+ this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
113524
+ this.id = data.id;
113525
+ this.name = (_b = data.name) !== null && _b !== void 0 ? _b : undefined;
113526
+ this.subType = (_c = data.subType) !== null && _c !== void 0 ? _c : undefined;
113527
+ this.type = data.type;
113528
+ this.userDisplayName = (_d = data.userDisplayName) !== null && _d !== void 0 ? _d : undefined;
113529
+ }
113530
+ }
112828
113531
  /**
112829
113532
  * An API key. Grants access to the user's resources.
112830
113533
  *
@@ -112923,6 +113626,27 @@ class ArchiveResponse extends Request {
112923
113626
  this.totalCount = data.totalCount;
112924
113627
  }
112925
113628
  }
113629
+ /**
113630
+ * AsksChannelConnectPayload model
113631
+ *
113632
+ * @param request - function to call the graphql client
113633
+ * @param data - L.AsksChannelConnectPayloadFragment response data
113634
+ */
113635
+ class AsksChannelConnectPayload extends Request {
113636
+ constructor(request, data) {
113637
+ var _a;
113638
+ super(request);
113639
+ this.lastSyncId = data.lastSyncId;
113640
+ this.success = data.success;
113641
+ this.mapping = new SlackChannelNameMapping(request, data.mapping);
113642
+ this._integration = (_a = data.integration) !== null && _a !== void 0 ? _a : undefined;
113643
+ }
113644
+ /** The integration that was created or updated. */
113645
+ get integration() {
113646
+ var _a, _b;
113647
+ 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;
113648
+ }
113649
+ }
112926
113650
  /**
112927
113651
  * Issue attachment (e.g. support ticket, pull request).
112928
113652
  *
@@ -113023,6 +113747,19 @@ class AttachmentPayload extends Request {
113023
113747
  return new AttachmentQuery(this._request).fetch(this._attachment.id);
113024
113748
  }
113025
113749
  }
113750
+ /**
113751
+ * AttachmentSourcesPayload model
113752
+ *
113753
+ * @param request - function to call the graphql client
113754
+ * @param data - L.AttachmentSourcesPayloadFragment response data
113755
+ */
113756
+ class AttachmentSourcesPayload extends Request {
113757
+ constructor(request, data) {
113758
+ var _a;
113759
+ super(request);
113760
+ this.sources = (_a = parseJson(data.sources)) !== null && _a !== void 0 ? _a : {};
113761
+ }
113762
+ }
113026
113763
  /**
113027
113764
  * Workspace audit log entry object.
113028
113765
  *
@@ -113120,6 +113857,7 @@ class Comment extends Request {
113120
113857
  this.reactionData = (_d = parseJson(data.reactionData)) !== null && _d !== void 0 ? _d : {};
113121
113858
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
113122
113859
  this.url = data.url;
113860
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
113123
113861
  this._issue = data.issue;
113124
113862
  this._parent = (_f = data.parent) !== null && _f !== void 0 ? _f : undefined;
113125
113863
  this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
@@ -113291,6 +114029,7 @@ class CustomView extends Request {
113291
114029
  this.shared = data.shared;
113292
114030
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
113293
114031
  this._creator = data.creator;
114032
+ this._owner = data.owner;
113294
114033
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
113295
114034
  }
113296
114035
  /** The user who created the custom view. */
@@ -113301,6 +114040,10 @@ class CustomView extends Request {
113301
114040
  get organization() {
113302
114041
  return new OrganizationQuery(this._request).fetch();
113303
114042
  }
114043
+ /** The user who owns the custom view. */
114044
+ get owner() {
114045
+ return new UserQuery(this._request).fetch(this._owner.id);
114046
+ }
113304
114047
  /** The team associated with the custom view. */
113305
114048
  get team() {
113306
114049
  var _a, _b;
@@ -113341,6 +114084,7 @@ class CustomViewNotificationSubscription extends Request {
113341
114084
  constructor(request, data) {
113342
114085
  var _a, _b, _c, _d, _e, _f, _g, _h;
113343
114086
  super(request);
114087
+ this.active = data.active;
113344
114088
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113345
114089
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
113346
114090
  this.id = data.id;
@@ -113517,6 +114261,7 @@ class CycleNotificationSubscription extends Request {
113517
114261
  constructor(request, data) {
113518
114262
  var _a, _b, _c, _d, _e, _f, _g, _h;
113519
114263
  super(request);
114264
+ this.active = data.active;
113520
114265
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113521
114266
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
113522
114267
  this.id = data.id;
@@ -113667,21 +114412,28 @@ class DocumentConnection extends Connection {
113667
114412
  */
113668
114413
  class DocumentContent extends Request {
113669
114414
  constructor(request, data) {
113670
- var _a, _b, _c, _d, _e, _f;
114415
+ var _a, _b, _c, _d, _e, _f, _g, _h;
113671
114416
  super(request);
113672
114417
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113673
114418
  this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
113674
114419
  this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
113675
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
114420
+ this.contentState = (_d = parseJson(data.contentState)) !== null && _d !== void 0 ? _d : undefined;
114421
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
113676
114422
  this.id = data.id;
113677
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
113678
- this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
114423
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
114424
+ this._issue = (_g = data.issue) !== null && _g !== void 0 ? _g : undefined;
114425
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
113679
114426
  }
113680
114427
  /** The issue that the document is associated with. */
113681
114428
  get issue() {
113682
114429
  var _a, _b;
113683
114430
  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;
113684
114431
  }
114432
+ /** The project that the document is associated with. */
114433
+ get project() {
114434
+ var _a, _b;
114435
+ 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;
114436
+ }
113685
114437
  }
113686
114438
  /**
113687
114439
  * DocumentPayload model
@@ -114084,18 +114836,17 @@ class FigmaEmbedPayload extends Request {
114084
114836
  */
114085
114837
  class FirstResponderSchedule extends Request {
114086
114838
  constructor(request, data) {
114087
- var _a, _b, _c, _d, _e;
114839
+ var _a, _b, _c, _d;
114088
114840
  super(request);
114089
114841
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
114090
114842
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
114091
114843
  this.id = data.id;
114092
- this.integrationScheduleId = (_c = data.integrationScheduleId) !== null && _c !== void 0 ? _c : undefined;
114093
- this.scheduleData = (_d = parseJson(data.scheduleData)) !== null && _d !== void 0 ? _d : {};
114094
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
114844
+ this.scheduleData = (_c = parseJson(data.scheduleData)) !== null && _c !== void 0 ? _c : undefined;
114845
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
114095
114846
  this._integration = data.integration;
114096
114847
  this._team = data.team;
114097
114848
  }
114098
- /** The integration used for scheduling. */
114849
+ /** The integration used for time scheduling. */
114099
114850
  get integration() {
114100
114851
  return new IntegrationQuery(this._request).fetch(this._integration.id);
114101
114852
  }
@@ -114175,9 +114926,11 @@ class GitHubCommitIntegrationPayload extends Request {
114175
114926
  */
114176
114927
  class GitHubSettings extends Request {
114177
114928
  constructor(request, data) {
114929
+ var _a;
114178
114930
  super(request);
114179
114931
  this.orgAvatarUrl = data.orgAvatarUrl;
114180
114932
  this.orgLogin = data.orgLogin;
114933
+ this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
114181
114934
  }
114182
114935
  }
114183
114936
  /**
@@ -114352,6 +115105,7 @@ class IntegrationSettings extends Request {
114352
115105
  this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
114353
115106
  this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
114354
115107
  this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
115108
+ this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
114355
115109
  this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
114356
115110
  ? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
114357
115111
  : undefined;
@@ -114368,12 +115122,13 @@ class IntegrationSettings extends Request {
114368
115122
  */
114369
115123
  class IntegrationTemplate extends Request {
114370
115124
  constructor(request, data) {
114371
- var _a, _b, _c;
115125
+ var _a, _b, _c, _d;
114372
115126
  super(request);
114373
115127
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
114374
115128
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115129
+ this.foreignEntityId = (_c = data.foreignEntityId) !== null && _c !== void 0 ? _c : undefined;
114375
115130
  this.id = data.id;
114376
- this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
115131
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
114377
115132
  this._integration = data.integration;
114378
115133
  this._template = data.template;
114379
115134
  }
@@ -114772,6 +115527,7 @@ class IssueHistory extends Request {
114772
115527
  this.trashed = (_6 = data.trashed) !== null && _6 !== void 0 ? _6 : undefined;
114773
115528
  this.updatedAt = (_7 = parseDate(data.updatedAt)) !== null && _7 !== void 0 ? _7 : new Date();
114774
115529
  this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
115530
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
114775
115531
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
114776
115532
  this.relationChanges = data.relationChanges
114777
115533
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
@@ -114975,6 +115731,7 @@ class IssueLabel extends Request {
114975
115731
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
114976
115732
  this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
114977
115733
  this.id = data.id;
115734
+ this.isGroup = data.isGroup;
114978
115735
  this.name = data.name;
114979
115736
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
114980
115737
  this._creator = (_e = data.creator) !== null && _e !== void 0 ? _e : undefined;
@@ -115070,6 +115827,7 @@ class IssueNotification extends Request {
115070
115827
  this.type = data.type;
115071
115828
  this.unsnoozedAt = (_g = parseDate(data.unsnoozedAt)) !== null && _g !== void 0 ? _g : undefined;
115072
115829
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
115830
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115073
115831
  this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
115074
115832
  this._comment = (_k = data.comment) !== null && _k !== void 0 ? _k : undefined;
115075
115833
  this._issue = data.issue;
@@ -115394,6 +116152,7 @@ class LabelNotificationSubscription extends Request {
115394
116152
  constructor(request, data) {
115395
116153
  var _a, _b, _c, _d, _e, _f, _g, _h;
115396
116154
  super(request);
116155
+ this.active = data.active;
115397
116156
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115398
116157
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115399
116158
  this.id = data.id;
@@ -115484,6 +116243,7 @@ class Notification extends Request {
115484
116243
  this.type = data.type;
115485
116244
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
115486
116245
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
116246
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115487
116247
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
115488
116248
  this._user = data.user;
115489
116249
  }
@@ -115582,6 +116342,7 @@ class NotificationSubscription extends Request {
115582
116342
  constructor(request, data) {
115583
116343
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
115584
116344
  super(request);
116345
+ this.active = data.active;
115585
116346
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115586
116347
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115587
116348
  this.id = data.id;
@@ -115774,6 +116535,7 @@ class OauthClientApprovalNotification extends Request {
115774
116535
  this.type = data.type;
115775
116536
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
115776
116537
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
116538
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115777
116539
  this.oauthClientApproval = new OauthClientApproval(request, data.oauthClientApproval);
115778
116540
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
115779
116541
  this._user = data.user;
@@ -115937,7 +116699,7 @@ class OrganizationExistsPayload extends Request {
115937
116699
  */
115938
116700
  class OrganizationInvite extends Request {
115939
116701
  constructor(request, data) {
115940
- var _a, _b, _c, _d, _e, _f;
116702
+ var _a, _b, _c, _d, _e, _f, _g;
115941
116703
  super(request);
115942
116704
  this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
115943
116705
  this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -115946,8 +116708,9 @@ class OrganizationInvite extends Request {
115946
116708
  this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
115947
116709
  this.external = data.external;
115948
116710
  this.id = data.id;
115949
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
115950
- this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
116711
+ this.metadata = (_e = parseJson(data.metadata)) !== null && _e !== void 0 ? _e : {};
116712
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
116713
+ this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
115951
116714
  this._inviter = data.inviter;
115952
116715
  }
115953
116716
  /** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
@@ -116137,7 +116900,7 @@ class PaidSubscription extends Request {
116137
116900
  */
116138
116901
  class Project extends Request {
116139
116902
  constructor(request, data) {
116140
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
116903
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
116141
116904
  super(request);
116142
116905
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116143
116906
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -116146,15 +116909,16 @@ class Project extends Request {
116146
116909
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
116147
116910
  this.completedIssueCountHistory = data.completedIssueCountHistory;
116148
116911
  this.completedScopeHistory = data.completedScopeHistory;
116149
- this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
116912
+ this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
116913
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
116150
116914
  this.description = data.description;
116151
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
116915
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
116152
116916
  this.id = data.id;
116153
116917
  this.inProgressScopeHistory = data.inProgressScopeHistory;
116154
116918
  this.issueCountHistory = data.issueCountHistory;
116155
116919
  this.name = data.name;
116156
116920
  this.progress = data.progress;
116157
- this.projectUpdateRemindersPausedUntilAt = (_g = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _g !== void 0 ? _g : undefined;
116921
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
116158
116922
  this.scope = data.scope;
116159
116923
  this.scopeHistory = data.scopeHistory;
116160
116924
  this.slackIssueComments = data.slackIssueComments;
@@ -116162,16 +116926,17 @@ class Project extends Request {
116162
116926
  this.slackNewIssue = data.slackNewIssue;
116163
116927
  this.slugId = data.slugId;
116164
116928
  this.sortOrder = data.sortOrder;
116165
- this.startDate = (_h = data.startDate) !== null && _h !== void 0 ? _h : undefined;
116166
- this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
116929
+ this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
116930
+ this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
116167
116931
  this.state = data.state;
116168
- this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
116169
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
116932
+ this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
116933
+ this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
116934
+ this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
116170
116935
  this.url = data.url;
116171
- this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
116936
+ this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
116172
116937
  this._creator = data.creator;
116173
- this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
116174
- this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
116938
+ this._integrationsSettings = (_q = data.integrationsSettings) !== null && _q !== void 0 ? _q : undefined;
116939
+ this._lead = (_r = data.lead) !== null && _r !== void 0 ? _r : undefined;
116175
116940
  }
116176
116941
  /** The project was created based on this issue. */
116177
116942
  get convertedFromIssue() {
@@ -116223,14 +116988,14 @@ class Project extends Request {
116223
116988
  return new Project_TeamsQuery(this._request, this.id, variables).fetch(variables);
116224
116989
  }
116225
116990
  /** Archives a project. */
116226
- archive() {
116227
- return new ArchiveProjectMutation(this._request).fetch(this.id);
116991
+ archive(variables) {
116992
+ return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
116228
116993
  }
116229
116994
  /** Creates a new project. */
116230
116995
  create(input) {
116231
116996
  return new CreateProjectMutation(this._request).fetch(input);
116232
116997
  }
116233
- /** Deletes a project. All issues will be disassociated from the deleted project. */
116998
+ /** Deletes (trashes) a project. */
116234
116999
  delete() {
116235
117000
  return new DeleteProjectMutation(this._request).fetch(this.id);
116236
117001
  }
@@ -116444,6 +117209,7 @@ class ProjectNotification extends Request {
116444
117209
  this.type = data.type;
116445
117210
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
116446
117211
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
117212
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
116447
117213
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
116448
117214
  this._project = data.project;
116449
117215
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
@@ -116478,6 +117244,7 @@ class ProjectNotificationSubscription extends Request {
116478
117244
  constructor(request, data) {
116479
117245
  var _a, _b, _c, _d, _e, _f, _g, _h;
116480
117246
  super(request);
117247
+ this.active = data.active;
116481
117248
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116482
117249
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
116483
117250
  this.id = data.id;
@@ -116568,7 +117335,7 @@ class ProjectSearchPayload extends Request {
116568
117335
  */
116569
117336
  class ProjectSearchResult extends Request {
116570
117337
  constructor(request, data) {
116571
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
117338
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
116572
117339
  super(request);
116573
117340
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116574
117341
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -116577,16 +117344,17 @@ class ProjectSearchResult extends Request {
116577
117344
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
116578
117345
  this.completedIssueCountHistory = data.completedIssueCountHistory;
116579
117346
  this.completedScopeHistory = data.completedScopeHistory;
116580
- this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
117347
+ this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
117348
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
116581
117349
  this.description = data.description;
116582
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
117350
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
116583
117351
  this.id = data.id;
116584
117352
  this.inProgressScopeHistory = data.inProgressScopeHistory;
116585
117353
  this.issueCountHistory = data.issueCountHistory;
116586
- this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
117354
+ this.metadata = (_h = parseJson(data.metadata)) !== null && _h !== void 0 ? _h : {};
116587
117355
  this.name = data.name;
116588
117356
  this.progress = data.progress;
116589
- this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
117357
+ this.projectUpdateRemindersPausedUntilAt = (_j = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _j !== void 0 ? _j : undefined;
116590
117358
  this.scope = data.scope;
116591
117359
  this.scopeHistory = data.scopeHistory;
116592
117360
  this.slackIssueComments = data.slackIssueComments;
@@ -116594,16 +117362,17 @@ class ProjectSearchResult extends Request {
116594
117362
  this.slackNewIssue = data.slackNewIssue;
116595
117363
  this.slugId = data.slugId;
116596
117364
  this.sortOrder = data.sortOrder;
116597
- this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
116598
- this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
117365
+ this.startDate = (_k = data.startDate) !== null && _k !== void 0 ? _k : undefined;
117366
+ this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
116599
117367
  this.state = data.state;
116600
- this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
116601
- this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
117368
+ this.targetDate = (_m = data.targetDate) !== null && _m !== void 0 ? _m : undefined;
117369
+ this.trashed = (_o = data.trashed) !== null && _o !== void 0 ? _o : undefined;
117370
+ this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
116602
117371
  this.url = data.url;
116603
- this._convertedFromIssue = (_o = data.convertedFromIssue) !== null && _o !== void 0 ? _o : undefined;
117372
+ this._convertedFromIssue = (_q = data.convertedFromIssue) !== null && _q !== void 0 ? _q : undefined;
116604
117373
  this._creator = data.creator;
116605
- this._integrationsSettings = (_p = data.integrationsSettings) !== null && _p !== void 0 ? _p : undefined;
116606
- this._lead = (_q = data.lead) !== null && _q !== void 0 ? _q : undefined;
117374
+ this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
117375
+ this._lead = (_s = data.lead) !== null && _s !== void 0 ? _s : undefined;
116607
117376
  }
116608
117377
  /** The project was created based on this issue. */
116609
117378
  get convertedFromIssue() {
@@ -116647,14 +117416,15 @@ class ProjectSearchResultConnection extends Connection {
116647
117416
  */
116648
117417
  class ProjectUpdate extends Request {
116649
117418
  constructor(request, data) {
116650
- var _a, _b, _c, _d;
117419
+ var _a, _b, _c, _d, _e;
116651
117420
  super(request);
116652
117421
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116653
117422
  this.body = data.body;
116654
117423
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
116655
- this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
117424
+ this.diff = (_c = parseJson(data.diff)) !== null && _c !== void 0 ? _c : undefined;
117425
+ this.editedAt = (_d = parseDate(data.editedAt)) !== null && _d !== void 0 ? _d : undefined;
116656
117426
  this.id = data.id;
116657
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
117427
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
116658
117428
  this.url = data.url;
116659
117429
  this._project = data.project;
116660
117430
  this._user = data.user;
@@ -117167,6 +117937,35 @@ class SentrySettings extends Request {
117167
117937
  this.organizationSlug = data.organizationSlug;
117168
117938
  }
117169
117939
  }
117940
+ /**
117941
+ * Slack Asks specific settings.
117942
+ *
117943
+ * @param request - function to call the graphql client
117944
+ * @param data - L.SlackAsksSettingsFragment response data
117945
+ */
117946
+ class SlackAsksSettings extends Request {
117947
+ constructor(request, data) {
117948
+ super(request);
117949
+ this.slackChannelMapping = data.slackChannelMapping
117950
+ ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
117951
+ : undefined;
117952
+ }
117953
+ }
117954
+ /**
117955
+ * Tuple for mapping Slack channel IDs to names
117956
+ *
117957
+ * @param request - function to call the graphql client
117958
+ * @param data - L.SlackChannelNameMappingFragment response data
117959
+ */
117960
+ class SlackChannelNameMapping extends Request {
117961
+ constructor(request, data) {
117962
+ var _a;
117963
+ super(request);
117964
+ this.id = data.id;
117965
+ this.isPrivate = (_a = data.isPrivate) !== null && _a !== void 0 ? _a : undefined;
117966
+ this.name = data.name;
117967
+ }
117968
+ }
117170
117969
  /**
117171
117970
  * Slack notification specific settings.
117172
117971
  *
@@ -117232,7 +118031,7 @@ class SynchronizedPayload extends Request {
117232
118031
  */
117233
118032
  class Team extends Request {
117234
118033
  constructor(request, data) {
117235
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
118034
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
117236
118035
  super(request);
117237
118036
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117238
118037
  this.autoArchivePeriod = data.autoArchivePeriod;
@@ -117281,9 +118080,10 @@ class Team extends Request {
117281
118080
  this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
117282
118081
  this._markedAsDuplicateWorkflowState = (_s = data.markedAsDuplicateWorkflowState) !== null && _s !== void 0 ? _s : undefined;
117283
118082
  this._mergeWorkflowState = (_t = data.mergeWorkflowState) !== null && _t !== void 0 ? _t : undefined;
117284
- this._reviewWorkflowState = (_u = data.reviewWorkflowState) !== null && _u !== void 0 ? _u : undefined;
117285
- this._startWorkflowState = (_v = data.startWorkflowState) !== null && _v !== void 0 ? _v : undefined;
117286
- this._triageIssueState = (_w = data.triageIssueState) !== null && _w !== void 0 ? _w : undefined;
118083
+ this._mergeableWorkflowState = (_u = data.mergeableWorkflowState) !== null && _u !== void 0 ? _u : undefined;
118084
+ this._reviewWorkflowState = (_v = data.reviewWorkflowState) !== null && _v !== void 0 ? _v : undefined;
118085
+ this._startWorkflowState = (_w = data.startWorkflowState) !== null && _w !== void 0 ? _w : undefined;
118086
+ this._triageIssueState = (_x = data.triageIssueState) !== null && _x !== void 0 ? _x : undefined;
117287
118087
  }
117288
118088
  /** Team's currently active cycle. */
117289
118089
  get activeCycle() {
@@ -117339,6 +118139,13 @@ class Team extends Request {
117339
118139
  ? new WorkflowStateQuery(this._request).fetch((_b = this._mergeWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
117340
118140
  : undefined;
117341
118141
  }
118142
+ /** The workflow state into which issues are moved when a PR is ready to be merged. */
118143
+ get mergeableWorkflowState() {
118144
+ var _a, _b;
118145
+ return ((_a = this._mergeableWorkflowState) === null || _a === void 0 ? void 0 : _a.id)
118146
+ ? new WorkflowStateQuery(this._request).fetch((_b = this._mergeableWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
118147
+ : undefined;
118148
+ }
117342
118149
  /** The organization that the team is associated with. */
117343
118150
  get organization() {
117344
118151
  return new OrganizationQuery(this._request).fetch();
@@ -117509,6 +118316,7 @@ class TeamNotificationSubscription extends Request {
117509
118316
  constructor(request, data) {
117510
118317
  var _a, _b, _c, _d, _e, _f, _g, _h;
117511
118318
  super(request);
118319
+ this.active = data.active;
117512
118320
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117513
118321
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
117514
118322
  this.id = data.id;
@@ -117853,6 +118661,7 @@ class UserNotificationSubscription extends Request {
117853
118661
  constructor(request, data) {
117854
118662
  var _a, _b, _c, _d, _e, _f, _g, _h;
117855
118663
  super(request);
118664
+ this.active = data.active;
117856
118665
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117857
118666
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
117858
118667
  this.id = data.id;
@@ -118512,16 +119321,15 @@ class AttachmentLinkDiscordMutation extends Request {
118512
119321
  * @param issueId - required issueId to pass to attachmentLinkDiscord
118513
119322
  * @param messageId - required messageId to pass to attachmentLinkDiscord
118514
119323
  * @param url - required url to pass to attachmentLinkDiscord
119324
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
118515
119325
  * @returns parsed response from AttachmentLinkDiscordMutation
118516
119326
  */
118517
- fetch(channelId, issueId, messageId, url) {
119327
+ fetch(channelId, issueId, messageId, url, variables) {
118518
119328
  return __awaiter(this, void 0, void 0, function* () {
118519
- const response = yield this._request(AttachmentLinkDiscordDocument, {
118520
- channelId,
119329
+ const response = yield this._request(AttachmentLinkDiscordDocument, Object.assign({ channelId,
118521
119330
  issueId,
118522
119331
  messageId,
118523
- url,
118524
- });
119332
+ url }, variables));
118525
119333
  const data = response.attachmentLinkDiscord;
118526
119334
  return new AttachmentPayload(this._request, data);
118527
119335
  });
@@ -118541,14 +119349,13 @@ class AttachmentLinkFrontMutation extends Request {
118541
119349
  *
118542
119350
  * @param conversationId - required conversationId to pass to attachmentLinkFront
118543
119351
  * @param issueId - required issueId to pass to attachmentLinkFront
119352
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
118544
119353
  * @returns parsed response from AttachmentLinkFrontMutation
118545
119354
  */
118546
- fetch(conversationId, issueId) {
119355
+ fetch(conversationId, issueId, variables) {
118547
119356
  return __awaiter(this, void 0, void 0, function* () {
118548
- const response = yield this._request(AttachmentLinkFrontDocument, {
118549
- conversationId,
118550
- issueId,
118551
- });
119357
+ const response = yield this._request(AttachmentLinkFrontDocument, Object.assign({ conversationId,
119358
+ issueId }, variables));
118552
119359
  const data = response.attachmentLinkFront;
118553
119360
  return new FrontAttachmentPayload(this._request, data);
118554
119361
  });
@@ -118568,14 +119375,13 @@ class AttachmentLinkIntercomMutation extends Request {
118568
119375
  *
118569
119376
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
118570
119377
  * @param issueId - required issueId to pass to attachmentLinkIntercom
119378
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
118571
119379
  * @returns parsed response from AttachmentLinkIntercomMutation
118572
119380
  */
118573
- fetch(conversationId, issueId) {
119381
+ fetch(conversationId, issueId, variables) {
118574
119382
  return __awaiter(this, void 0, void 0, function* () {
118575
- const response = yield this._request(AttachmentLinkIntercomDocument, {
118576
- conversationId,
118577
- issueId,
118578
- });
119383
+ const response = yield this._request(AttachmentLinkIntercomDocument, Object.assign({ conversationId,
119384
+ issueId }, variables));
118579
119385
  const data = response.attachmentLinkIntercom;
118580
119386
  return new AttachmentPayload(this._request, data);
118581
119387
  });
@@ -118678,14 +119484,13 @@ class AttachmentLinkZendeskMutation extends Request {
118678
119484
  *
118679
119485
  * @param issueId - required issueId to pass to attachmentLinkZendesk
118680
119486
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
119487
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
118681
119488
  * @returns parsed response from AttachmentLinkZendeskMutation
118682
119489
  */
118683
- fetch(issueId, ticketId) {
119490
+ fetch(issueId, ticketId, variables) {
118684
119491
  return __awaiter(this, void 0, void 0, function* () {
118685
- const response = yield this._request(AttachmentLinkZendeskDocument, {
118686
- issueId,
118687
- ticketId,
118688
- });
119492
+ const response = yield this._request(AttachmentLinkZendeskDocument, Object.assign({ issueId,
119493
+ ticketId }, variables));
118689
119494
  const data = response.attachmentLinkZendesk;
118690
119495
  return new AttachmentPayload(this._request, data);
118691
119496
  });
@@ -119431,6 +120236,33 @@ class ImportFileUploadMutation extends Request {
119431
120236
  });
119432
120237
  }
119433
120238
  }
120239
+ /**
120240
+ * A fetchable IntegrationAsksConnectChannel Mutation
120241
+ *
120242
+ * @param request - function to call the graphql client
120243
+ */
120244
+ class IntegrationAsksConnectChannelMutation extends Request {
120245
+ constructor(request) {
120246
+ super(request);
120247
+ }
120248
+ /**
120249
+ * Call the IntegrationAsksConnectChannel mutation and return a AsksChannelConnectPayload
120250
+ *
120251
+ * @param code - required code to pass to integrationAsksConnectChannel
120252
+ * @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
120253
+ * @returns parsed response from IntegrationAsksConnectChannelMutation
120254
+ */
120255
+ fetch(code, redirectUri) {
120256
+ return __awaiter(this, void 0, void 0, function* () {
120257
+ const response = yield this._request(IntegrationAsksConnectChannelDocument, {
120258
+ code,
120259
+ redirectUri,
120260
+ });
120261
+ const data = response.integrationAsksConnectChannel;
120262
+ return new AsksChannelConnectPayload(this._request, data);
120263
+ });
120264
+ }
120265
+ }
119434
120266
  /**
119435
120267
  * A fetchable DeleteIntegration Mutation
119436
120268
  *
@@ -121272,13 +122104,12 @@ class ArchiveProjectMutation extends Request {
121272
122104
  * Call the ArchiveProject mutation and return a ProjectArchivePayload
121273
122105
  *
121274
122106
  * @param id - required id to pass to archiveProject
122107
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
121275
122108
  * @returns parsed response from ArchiveProjectMutation
121276
122109
  */
121277
- fetch(id) {
122110
+ fetch(id, variables) {
121278
122111
  return __awaiter(this, void 0, void 0, function* () {
121279
- const response = yield this._request(ArchiveProjectDocument, {
121280
- id,
121281
- });
122112
+ const response = yield this._request(ArchiveProjectDocument, Object.assign({ id }, variables));
121282
122113
  const data = response.projectArchive;
121283
122114
  return new ProjectArchivePayload(this._request, data);
121284
122115
  });
@@ -121319,7 +122150,7 @@ class DeleteProjectMutation extends Request {
121319
122150
  super(request);
121320
122151
  }
121321
122152
  /**
121322
- * Call the DeleteProject mutation and return a DeletePayload
122153
+ * Call the DeleteProject mutation and return a ProjectArchivePayload
121323
122154
  *
121324
122155
  * @param id - required id to pass to deleteProject
121325
122156
  * @returns parsed response from DeleteProjectMutation
@@ -121330,7 +122161,7 @@ class DeleteProjectMutation extends Request {
121330
122161
  id,
121331
122162
  });
121332
122163
  const data = response.projectDelete;
121333
- return new DeletePayload(this._request, data);
122164
+ return new ProjectArchivePayload(this._request, data);
121334
122165
  });
121335
122166
  }
121336
122167
  }
@@ -125293,6 +126124,32 @@ class AttachmentIssue_SubscribersQuery extends Request {
125293
126124
  });
125294
126125
  }
125295
126126
  }
126127
+ /**
126128
+ * A fetchable Comment_BotActor Query
126129
+ *
126130
+ * @param request - function to call the graphql client
126131
+ * @param id - required id to pass to comment
126132
+ */
126133
+ class Comment_BotActorQuery extends Request {
126134
+ constructor(request, id) {
126135
+ super(request);
126136
+ this._id = id;
126137
+ }
126138
+ /**
126139
+ * Call the Comment_BotActor query and return a ActorBot
126140
+ *
126141
+ * @returns parsed response from Comment_BotActorQuery
126142
+ */
126143
+ fetch() {
126144
+ return __awaiter(this, void 0, void 0, function* () {
126145
+ const response = yield this._request(Comment_BotActorDocument, {
126146
+ id: this._id,
126147
+ });
126148
+ const data = response.comment.botActor;
126149
+ return data ? new ActorBot(this._request, data) : undefined;
126150
+ });
126151
+ }
126152
+ }
125296
126153
  /**
125297
126154
  * A fetchable Comment_Children Query
125298
126155
  *
@@ -126980,30 +127837,33 @@ class LinearSdk extends Request {
126980
127837
  * @param issueId - required issueId to pass to attachmentLinkDiscord
126981
127838
  * @param messageId - required messageId to pass to attachmentLinkDiscord
126982
127839
  * @param url - required url to pass to attachmentLinkDiscord
127840
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
126983
127841
  * @returns AttachmentPayload
126984
127842
  */
126985
- attachmentLinkDiscord(channelId, issueId, messageId, url) {
126986
- return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url);
127843
+ attachmentLinkDiscord(channelId, issueId, messageId, url, variables) {
127844
+ return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url, variables);
126987
127845
  }
126988
127846
  /**
126989
127847
  * Link an existing Front conversation to an issue.
126990
127848
  *
126991
127849
  * @param conversationId - required conversationId to pass to attachmentLinkFront
126992
127850
  * @param issueId - required issueId to pass to attachmentLinkFront
127851
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
126993
127852
  * @returns FrontAttachmentPayload
126994
127853
  */
126995
- attachmentLinkFront(conversationId, issueId) {
126996
- return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId);
127854
+ attachmentLinkFront(conversationId, issueId, variables) {
127855
+ return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
126997
127856
  }
126998
127857
  /**
126999
127858
  * Link an existing Intercom conversation to an issue.
127000
127859
  *
127001
127860
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
127002
127861
  * @param issueId - required issueId to pass to attachmentLinkIntercom
127862
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
127003
127863
  * @returns AttachmentPayload
127004
127864
  */
127005
- attachmentLinkIntercom(conversationId, issueId) {
127006
- return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId);
127865
+ attachmentLinkIntercom(conversationId, issueId, variables) {
127866
+ return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId, variables);
127007
127867
  }
127008
127868
  /**
127009
127869
  * Link an existing Jira issue to an issue.
@@ -127044,10 +127904,11 @@ class LinearSdk extends Request {
127044
127904
  *
127045
127905
  * @param issueId - required issueId to pass to attachmentLinkZendesk
127046
127906
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
127907
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
127047
127908
  * @returns AttachmentPayload
127048
127909
  */
127049
- attachmentLinkZendesk(issueId, ticketId) {
127050
- return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId);
127910
+ attachmentLinkZendesk(issueId, ticketId, variables) {
127911
+ return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
127051
127912
  }
127052
127913
  /**
127053
127914
  * Unsyncs an existing synced Slack attachment.
@@ -127323,6 +128184,16 @@ class LinearSdk extends Request {
127323
128184
  importFileUpload(contentType, filename, size, variables) {
127324
128185
  return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
127325
128186
  }
128187
+ /**
128188
+ * Connect a Slack channel to Asks.
128189
+ *
128190
+ * @param code - required code to pass to integrationAsksConnectChannel
128191
+ * @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
128192
+ * @returns AsksChannelConnectPayload
128193
+ */
128194
+ integrationAsksConnectChannel(code, redirectUri) {
128195
+ return new IntegrationAsksConnectChannelMutation(this._request).fetch(code, redirectUri);
128196
+ }
127326
128197
  /**
127327
128198
  * Deletes an integration.
127328
128199
  *
@@ -128011,10 +128882,11 @@ class LinearSdk extends Request {
128011
128882
  * Archives a project.
128012
128883
  *
128013
128884
  * @param id - required id to pass to archiveProject
128885
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
128014
128886
  * @returns ProjectArchivePayload
128015
128887
  */
128016
- archiveProject(id) {
128017
- return new ArchiveProjectMutation(this._request).fetch(id);
128888
+ archiveProject(id, variables) {
128889
+ return new ArchiveProjectMutation(this._request).fetch(id, variables);
128018
128890
  }
128019
128891
  /**
128020
128892
  * Creates a new project.
@@ -128026,10 +128898,10 @@ class LinearSdk extends Request {
128026
128898
  return new CreateProjectMutation(this._request).fetch(input);
128027
128899
  }
128028
128900
  /**
128029
- * Deletes a project. All issues will be disassociated from the deleted project.
128901
+ * Deletes (trashes) a project.
128030
128902
  *
128031
128903
  * @param id - required id to pass to deleteProject
128032
- * @returns DeletePayload
128904
+ * @returns ProjectArchivePayload
128033
128905
  */
128034
128906
  deleteProject(id) {
128035
128907
  return new DeleteProjectMutation(this._request).fetch(id);
@@ -129497,6 +130369,7 @@ class LinearWebhooks {
129497
130369
  }
129498
130370
  }
129499
130371
 
130372
+ exports.ActorBot = ActorBot;
129500
130373
  exports.AdministrableTeamsQuery = AdministrableTeamsQuery;
129501
130374
  exports.AirbyteIntegrationConnectMutation = AirbyteIntegrationConnectMutation;
129502
130375
  exports.ApiKey = ApiKey;
@@ -129515,6 +130388,7 @@ exports.ArchiveProjectMutation = ArchiveProjectMutation;
129515
130388
  exports.ArchiveResponse = ArchiveResponse;
129516
130389
  exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
129517
130390
  exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
130391
+ exports.AsksChannelConnectPayload = AsksChannelConnectPayload;
129518
130392
  exports.Attachment = Attachment;
129519
130393
  exports.AttachmentArchivePayload = AttachmentArchivePayload;
129520
130394
  exports.AttachmentConnection = AttachmentConnection;
@@ -129536,6 +130410,7 @@ exports.AttachmentLinkUrlMutation = AttachmentLinkUrlMutation;
129536
130410
  exports.AttachmentLinkZendeskMutation = AttachmentLinkZendeskMutation;
129537
130411
  exports.AttachmentPayload = AttachmentPayload;
129538
130412
  exports.AttachmentQuery = AttachmentQuery;
130413
+ exports.AttachmentSourcesPayload = AttachmentSourcesPayload;
129539
130414
  exports.AttachmentUnsyncSlackMutation = AttachmentUnsyncSlackMutation;
129540
130415
  exports.AttachmentsForUrlQuery = AttachmentsForUrlQuery;
129541
130416
  exports.AttachmentsQuery = AttachmentsQuery;
@@ -129552,6 +130427,7 @@ exports.Comment = Comment;
129552
130427
  exports.CommentConnection = CommentConnection;
129553
130428
  exports.CommentPayload = CommentPayload;
129554
130429
  exports.CommentQuery = CommentQuery;
130430
+ exports.Comment_BotActorQuery = Comment_BotActorQuery;
129555
130431
  exports.Comment_ChildrenQuery = Comment_ChildrenQuery;
129556
130432
  exports.CommentsQuery = CommentsQuery;
129557
130433
  exports.Company = Company;
@@ -129699,6 +130575,7 @@ exports.ImageUploadFromUrlMutation = ImageUploadFromUrlMutation;
129699
130575
  exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
129700
130576
  exports.ImportFileUploadMutation = ImportFileUploadMutation;
129701
130577
  exports.Integration = Integration;
130578
+ exports.IntegrationAsksConnectChannelMutation = IntegrationAsksConnectChannelMutation;
129702
130579
  exports.IntegrationConnection = IntegrationConnection;
129703
130580
  exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
129704
130581
  exports.IntegrationFigmaMutation = IntegrationFigmaMutation;
@@ -129948,6 +130825,8 @@ exports.SearchIssues_ArchivePayloadQuery = SearchIssues_ArchivePayloadQuery;
129948
130825
  exports.SearchProjectsQuery = SearchProjectsQuery;
129949
130826
  exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
129950
130827
  exports.SentrySettings = SentrySettings;
130828
+ exports.SlackAsksSettings = SlackAsksSettings;
130829
+ exports.SlackChannelNameMapping = SlackChannelNameMapping;
129951
130830
  exports.SlackPostSettings = SlackPostSettings;
129952
130831
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
129953
130832
  exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;