@linear/sdk 12.0.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-es.js CHANGED
@@ -83406,6 +83406,14 @@ var ContextViewType;
83406
83406
  ContextViewType["Triage"] = "triage";
83407
83407
  ContextViewType["UpcomingCycle"] = "upcomingCycle";
83408
83408
  })(ContextViewType || (ContextViewType = {}));
83409
+ /** [INTERNAL] By which resolution is a date defined. */
83410
+ var DateResolutionType;
83411
+ (function (DateResolutionType) {
83412
+ DateResolutionType["HalfYear"] = "halfYear";
83413
+ DateResolutionType["Month"] = "month";
83414
+ DateResolutionType["Quarter"] = "quarter";
83415
+ DateResolutionType["Year"] = "year";
83416
+ })(DateResolutionType || (DateResolutionType = {}));
83409
83417
  /** The day of the week. */
83410
83418
  var Day;
83411
83419
  (function (Day) {
@@ -83417,6 +83425,15 @@ var Day;
83417
83425
  Day["Tuesday"] = "Tuesday";
83418
83426
  Day["Wednesday"] = "Wednesday";
83419
83427
  })(Day || (Day = {}));
83428
+ /** The various states of a pull/merge request. */
83429
+ var GitAutomationStates;
83430
+ (function (GitAutomationStates) {
83431
+ GitAutomationStates["Draft"] = "draft";
83432
+ GitAutomationStates["Merge"] = "merge";
83433
+ GitAutomationStates["Mergeable"] = "mergeable";
83434
+ GitAutomationStates["Review"] = "review";
83435
+ GitAutomationStates["Start"] = "start";
83436
+ })(GitAutomationStates || (GitAutomationStates = {}));
83420
83437
  /** Linear supported integration services. */
83421
83438
  var IntegrationService;
83422
83439
  (function (IntegrationService) {
@@ -83425,7 +83442,6 @@ var IntegrationService;
83425
83442
  IntegrationService["Figma"] = "figma";
83426
83443
  IntegrationService["FigmaPlugin"] = "figmaPlugin";
83427
83444
  IntegrationService["Front"] = "front";
83428
- IntegrationService["GitHubSync"] = "gitHubSync";
83429
83445
  IntegrationService["Github"] = "github";
83430
83446
  IntegrationService["GithubCommit"] = "githubCommit";
83431
83447
  IntegrationService["GithubPersonal"] = "githubPersonal";
@@ -83481,6 +83497,13 @@ var PaginationOrderBy;
83481
83497
  PaginationOrderBy["CreatedAt"] = "createdAt";
83482
83498
  PaginationOrderBy["UpdatedAt"] = "updatedAt";
83483
83499
  })(PaginationOrderBy || (PaginationOrderBy = {}));
83500
+ /** Different tabs available inside a project. */
83501
+ var ProjectTab;
83502
+ (function (ProjectTab) {
83503
+ ProjectTab["Activity"] = "activity";
83504
+ ProjectTab["Documents"] = "documents";
83505
+ ProjectTab["Issues"] = "issues";
83506
+ })(ProjectTab || (ProjectTab = {}));
83484
83507
  /** The health type of a project when the update is created. */
83485
83508
  var ProjectUpdateHealthType;
83486
83509
  (function (ProjectUpdateHealthType) {
@@ -83518,6 +83541,13 @@ var SlaDayCountType;
83518
83541
  SlaDayCountType["All"] = "all";
83519
83542
  SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
83520
83543
  })(SlaDayCountType || (SlaDayCountType = {}));
83544
+ var SendStrategy;
83545
+ (function (SendStrategy) {
83546
+ SendStrategy["Desktop"] = "desktop";
83547
+ SendStrategy["DesktopAndPush"] = "desktopAndPush";
83548
+ SendStrategy["DesktopThenPush"] = "desktopThenPush";
83549
+ SendStrategy["Push"] = "push";
83550
+ })(SendStrategy || (SendStrategy = {}));
83521
83551
  var SlaStatus;
83522
83552
  (function (SlaStatus) {
83523
83553
  SlaStatus["Breached"] = "Breached";
@@ -83528,6 +83558,13 @@ var SlaStatus;
83528
83558
  SlaStatus["MediumRisk"] = "MediumRisk";
83529
83559
  SlaStatus["Paused"] = "Paused";
83530
83560
  })(SlaStatus || (SlaStatus = {}));
83561
+ var SlackChannelType;
83562
+ (function (SlackChannelType) {
83563
+ SlackChannelType["DirectMessage"] = "DirectMessage";
83564
+ SlackChannelType["MultiPersonDirectMessage"] = "MultiPersonDirectMessage";
83565
+ SlackChannelType["Private"] = "Private";
83566
+ SlackChannelType["Public"] = "Public";
83567
+ })(SlackChannelType || (SlackChannelType = {}));
83531
83568
  /** Which action should be taken after an issue is added to triage. */
83532
83569
  var TriageResponsibilityAction;
83533
83570
  (function (TriageResponsibilityAction) {
@@ -83624,6 +83661,7 @@ var ViewType;
83624
83661
  ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
83625
83662
  ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
83626
83663
  ViewType["Project"] = "project";
83664
+ ViewType["ProjectDocuments"] = "projectDocuments";
83627
83665
  ViewType["Projects"] = "projects";
83628
83666
  ViewType["ProjectsAll"] = "projectsAll";
83629
83667
  ViewType["ProjectsBacklog"] = "projectsBacklog";
@@ -84499,6 +84537,32 @@ const RoadmapArchivePayloadFragmentDoc = {
84499
84537
  },
84500
84538
  ],
84501
84539
  };
84540
+ const TeamArchivePayloadFragmentDoc = {
84541
+ kind: "Document",
84542
+ definitions: [
84543
+ {
84544
+ kind: "FragmentDefinition",
84545
+ name: { kind: "Name", value: "TeamArchivePayload" },
84546
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TeamArchivePayload" } },
84547
+ selectionSet: {
84548
+ kind: "SelectionSet",
84549
+ selections: [
84550
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
84551
+ {
84552
+ kind: "Field",
84553
+ name: { kind: "Name", value: "entity" },
84554
+ selectionSet: {
84555
+ kind: "SelectionSet",
84556
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84557
+ },
84558
+ },
84559
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
84560
+ { kind: "Field", name: { kind: "Name", value: "success" } },
84561
+ ],
84562
+ },
84563
+ },
84564
+ ],
84565
+ };
84502
84566
  const WorkflowStateArchivePayloadFragmentDoc = {
84503
84567
  kind: "Document",
84504
84568
  definitions: [
@@ -84594,6 +84658,14 @@ const ArchivePayloadFragmentDoc = {
84594
84658
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapArchivePayload" } }],
84595
84659
  },
84596
84660
  },
84661
+ {
84662
+ kind: "InlineFragment",
84663
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TeamArchivePayload" } },
84664
+ selectionSet: {
84665
+ kind: "SelectionSet",
84666
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamArchivePayload" } }],
84667
+ },
84668
+ },
84597
84669
  {
84598
84670
  kind: "InlineFragment",
84599
84671
  typeCondition: { kind: "NamedType", name: { kind: "Name", value: "WorkflowStateArchivePayload" } },
@@ -84841,54 +84913,6 @@ const TeamNotificationSubscriptionFragmentDoc = {
84841
84913
  },
84842
84914
  ],
84843
84915
  };
84844
- const TemplateFragmentDoc = {
84845
- kind: "Document",
84846
- definitions: [
84847
- {
84848
- kind: "FragmentDefinition",
84849
- name: { kind: "Name", value: "Template" },
84850
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Template" } },
84851
- selectionSet: {
84852
- kind: "SelectionSet",
84853
- selections: [
84854
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
84855
- { kind: "Field", name: { kind: "Name", value: "templateData" } },
84856
- { kind: "Field", name: { kind: "Name", value: "description" } },
84857
- { kind: "Field", name: { kind: "Name", value: "type" } },
84858
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84859
- { kind: "Field", name: { kind: "Name", value: "name" } },
84860
- {
84861
- kind: "Field",
84862
- name: { kind: "Name", value: "team" },
84863
- selectionSet: {
84864
- kind: "SelectionSet",
84865
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84866
- },
84867
- },
84868
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84869
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84870
- { kind: "Field", name: { kind: "Name", value: "id" } },
84871
- {
84872
- kind: "Field",
84873
- name: { kind: "Name", value: "creator" },
84874
- selectionSet: {
84875
- kind: "SelectionSet",
84876
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84877
- },
84878
- },
84879
- {
84880
- kind: "Field",
84881
- name: { kind: "Name", value: "lastUpdatedBy" },
84882
- selectionSet: {
84883
- kind: "SelectionSet",
84884
- selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84885
- },
84886
- },
84887
- ],
84888
- },
84889
- },
84890
- ],
84891
- };
84892
84916
  const UserAccountFragmentDoc = {
84893
84917
  kind: "Document",
84894
84918
  definitions: [
@@ -84990,6 +85014,44 @@ const UserNotificationSubscriptionFragmentDoc = {
84990
85014
  },
84991
85015
  ],
84992
85016
  };
85017
+ const EmailIntakeAddressFragmentDoc = {
85018
+ kind: "Document",
85019
+ definitions: [
85020
+ {
85021
+ kind: "FragmentDefinition",
85022
+ name: { kind: "Name", value: "EmailIntakeAddress" },
85023
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EmailIntakeAddress" } },
85024
+ selectionSet: {
85025
+ kind: "SelectionSet",
85026
+ selections: [
85027
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85028
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85029
+ {
85030
+ kind: "Field",
85031
+ name: { kind: "Name", value: "team" },
85032
+ selectionSet: {
85033
+ kind: "SelectionSet",
85034
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85035
+ },
85036
+ },
85037
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85038
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85039
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85040
+ {
85041
+ kind: "Field",
85042
+ name: { kind: "Name", value: "creator" },
85043
+ selectionSet: {
85044
+ kind: "SelectionSet",
85045
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85046
+ },
85047
+ },
85048
+ { kind: "Field", name: { kind: "Name", value: "address" } },
85049
+ { kind: "Field", name: { kind: "Name", value: "enabled" } },
85050
+ ],
85051
+ },
85052
+ },
85053
+ ],
85054
+ };
84993
85055
  const PaidSubscriptionFragmentDoc = {
84994
85056
  kind: "Document",
84995
85057
  definitions: [
@@ -85045,6 +85107,7 @@ const OrganizationFragmentDoc = {
85045
85107
  { kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
85046
85108
  { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
85047
85109
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85110
+ { kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
85048
85111
  { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
85049
85112
  { kind: "Field", name: { kind: "Name", value: "name" } },
85050
85113
  {
@@ -85072,22 +85135,78 @@ const OrganizationFragmentDoc = {
85072
85135
  },
85073
85136
  ],
85074
85137
  };
85075
- const SyncResponseFragmentDoc = {
85138
+ const AuthOauthClientWithScopeFragmentDoc = {
85076
85139
  kind: "Document",
85077
85140
  definitions: [
85078
85141
  {
85079
85142
  kind: "FragmentDefinition",
85080
- name: { kind: "Name", value: "SyncResponse" },
85081
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SyncResponse" } },
85143
+ name: { kind: "Name", value: "AuthOauthClientWithScope" },
85144
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithScope" } },
85082
85145
  selectionSet: {
85083
85146
  kind: "SelectionSet",
85084
85147
  selections: [
85085
85148
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85086
- { kind: "Field", name: { kind: "Name", value: "delta" } },
85087
- { kind: "Field", name: { kind: "Name", value: "state" } },
85088
- { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
85089
- { kind: "Field", name: { kind: "Name", value: "subscribedSyncGroups" } },
85090
- { kind: "Field", name: { kind: "Name", value: "databaseVersion" } },
85149
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85150
+ { kind: "Field", name: { kind: "Name", value: "imageUrl" } },
85151
+ { kind: "Field", name: { kind: "Name", value: "appId" } },
85152
+ { kind: "Field", name: { kind: "Name", value: "clientId" } },
85153
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
85154
+ { kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
85155
+ ],
85156
+ },
85157
+ },
85158
+ ],
85159
+ };
85160
+ const AuthOauthClientWithMembershipsFragmentDoc = {
85161
+ kind: "Document",
85162
+ definitions: [
85163
+ {
85164
+ kind: "FragmentDefinition",
85165
+ name: { kind: "Name", value: "AuthOauthClientWithMemberships" },
85166
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithMemberships" } },
85167
+ selectionSet: {
85168
+ kind: "SelectionSet",
85169
+ selections: [
85170
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85171
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85172
+ { kind: "Field", name: { kind: "Name", value: "imageUrl" } },
85173
+ { kind: "Field", name: { kind: "Name", value: "appId" } },
85174
+ { kind: "Field", name: { kind: "Name", value: "clientId" } },
85175
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
85176
+ { kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
85177
+ { kind: "Field", name: { kind: "Name", value: "totalMembers" } },
85178
+ ],
85179
+ },
85180
+ },
85181
+ ],
85182
+ };
85183
+ const AuthenticationSessionResponseFragmentDoc = {
85184
+ kind: "Document",
85185
+ definitions: [
85186
+ {
85187
+ kind: "FragmentDefinition",
85188
+ name: { kind: "Name", value: "AuthenticationSessionResponse" },
85189
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthenticationSessionResponse" } },
85190
+ selectionSet: {
85191
+ kind: "SelectionSet",
85192
+ selections: [
85193
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85194
+ { kind: "Field", name: { kind: "Name", value: "client" } },
85195
+ { kind: "Field", name: { kind: "Name", value: "countryCodes" } },
85196
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85197
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85198
+ { kind: "Field", name: { kind: "Name", value: "location" } },
85199
+ { kind: "Field", name: { kind: "Name", value: "ip" } },
85200
+ { kind: "Field", name: { kind: "Name", value: "isCurrentSession" } },
85201
+ { kind: "Field", name: { kind: "Name", value: "locationCity" } },
85202
+ { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
85203
+ { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
85204
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85205
+ { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
85206
+ { kind: "Field", name: { kind: "Name", value: "userAgent" } },
85207
+ { kind: "Field", name: { kind: "Name", value: "browserType" } },
85208
+ { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
85209
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85091
85210
  ],
85092
85211
  },
85093
85212
  },
@@ -85267,25 +85386,6 @@ const FrontSettingsFragmentDoc = {
85267
85386
  },
85268
85387
  ],
85269
85388
  };
85270
- const GitHubSettingsFragmentDoc = {
85271
- kind: "Document",
85272
- definitions: [
85273
- {
85274
- kind: "FragmentDefinition",
85275
- name: { kind: "Name", value: "GitHubSettings" },
85276
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSettings" } },
85277
- selectionSet: {
85278
- kind: "SelectionSet",
85279
- selections: [
85280
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
85281
- { kind: "Field", name: { kind: "Name", value: "orgLogin" } },
85282
- { kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
85283
- { kind: "Field", name: { kind: "Name", value: "repositories" } },
85284
- ],
85285
- },
85286
- },
85287
- ],
85288
- };
85289
85389
  const TeamRepoMappingFragmentDoc = {
85290
85390
  kind: "Document",
85291
85391
  definitions: [
@@ -85304,13 +85404,13 @@ const TeamRepoMappingFragmentDoc = {
85304
85404
  },
85305
85405
  ],
85306
85406
  };
85307
- const GitHubSyncRepoFragmentDoc = {
85407
+ const GitHubRepoFragmentDoc = {
85308
85408
  kind: "Document",
85309
85409
  definitions: [
85310
85410
  {
85311
85411
  kind: "FragmentDefinition",
85312
- name: { kind: "Name", value: "GitHubSyncRepo" },
85313
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSyncRepo" } },
85412
+ name: { kind: "Name", value: "GitHubRepo" },
85413
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubRepo" } },
85314
85414
  selectionSet: {
85315
85415
  kind: "SelectionSet",
85316
85416
  selections: [
@@ -85322,31 +85422,33 @@ const GitHubSyncRepoFragmentDoc = {
85322
85422
  },
85323
85423
  ],
85324
85424
  };
85325
- const GitHubSyncSettingsFragmentDoc = {
85425
+ const GitHubSettingsFragmentDoc = {
85326
85426
  kind: "Document",
85327
85427
  definitions: [
85328
85428
  {
85329
85429
  kind: "FragmentDefinition",
85330
- name: { kind: "Name", value: "GitHubSyncSettings" },
85331
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSyncSettings" } },
85430
+ name: { kind: "Name", value: "GitHubSettings" },
85431
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubSettings" } },
85332
85432
  selectionSet: {
85333
85433
  kind: "SelectionSet",
85334
85434
  selections: [
85335
85435
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85336
85436
  {
85337
85437
  kind: "Field",
85338
- name: { kind: "Name", value: "repoMapping" },
85438
+ name: { kind: "Name", value: "repositoriesMapping" },
85339
85439
  selectionSet: {
85340
85440
  kind: "SelectionSet",
85341
85441
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamRepoMapping" } }],
85342
85442
  },
85343
85443
  },
85444
+ { kind: "Field", name: { kind: "Name", value: "orgLogin" } },
85445
+ { kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
85344
85446
  {
85345
85447
  kind: "Field",
85346
- name: { kind: "Name", value: "repos" },
85448
+ name: { kind: "Name", value: "repositories" },
85347
85449
  selectionSet: {
85348
85450
  kind: "SelectionSet",
85349
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubSyncRepo" } }],
85451
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
85350
85452
  },
85351
85453
  },
85352
85454
  ],
@@ -85354,6 +85456,23 @@ const GitHubSyncSettingsFragmentDoc = {
85354
85456
  },
85355
85457
  ],
85356
85458
  };
85459
+ const GitHubPersonalSettingsFragmentDoc = {
85460
+ kind: "Document",
85461
+ definitions: [
85462
+ {
85463
+ kind: "FragmentDefinition",
85464
+ name: { kind: "Name", value: "GitHubPersonalSettings" },
85465
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubPersonalSettings" } },
85466
+ selectionSet: {
85467
+ kind: "SelectionSet",
85468
+ selections: [
85469
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85470
+ { kind: "Field", name: { kind: "Name", value: "login" } },
85471
+ ],
85472
+ },
85473
+ },
85474
+ ],
85475
+ };
85357
85476
  const GitLabSettingsFragmentDoc = {
85358
85477
  kind: "Document",
85359
85478
  definitions: [
@@ -85447,6 +85566,7 @@ const JiraLinearMappingFragmentDoc = {
85447
85566
  { kind: "Field", name: { kind: "Name", value: "jiraProjectId" } },
85448
85567
  { kind: "Field", name: { kind: "Name", value: "linearTeamId" } },
85449
85568
  { kind: "Field", name: { kind: "Name", value: "bidirectional" } },
85569
+ { kind: "Field", name: { kind: "Name", value: "default" } },
85450
85570
  ],
85451
85571
  },
85452
85572
  },
@@ -85479,6 +85599,7 @@ const JiraSettingsFragmentDoc = {
85479
85599
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraLinearMapping" } }],
85480
85600
  },
85481
85601
  },
85602
+ { kind: "Field", name: { kind: "Name", value: "isJiraServer" } },
85482
85603
  ],
85483
85604
  },
85484
85605
  },
@@ -85627,6 +85748,7 @@ const SlackChannelNameMappingFragmentDoc = {
85627
85748
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85628
85749
  { kind: "Field", name: { kind: "Name", value: "id" } },
85629
85750
  { kind: "Field", name: { kind: "Name", value: "name" } },
85751
+ { kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
85630
85752
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
85631
85753
  { kind: "Field", name: { kind: "Name", value: "isPrivate" } },
85632
85754
  { kind: "Field", name: { kind: "Name", value: "isShared" } },
@@ -85742,10 +85864,10 @@ const IntegrationSettingsFragmentDoc = {
85742
85864
  },
85743
85865
  {
85744
85866
  kind: "Field",
85745
- name: { kind: "Name", value: "gitHubSync" },
85867
+ name: { kind: "Name", value: "gitHubPersonal" },
85746
85868
  selectionSet: {
85747
85869
  kind: "SelectionSet",
85748
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubSyncSettings" } }],
85870
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubPersonalSettings" } }],
85749
85871
  },
85750
85872
  },
85751
85873
  {
@@ -86284,23 +86406,6 @@ const AuditEntryTypeFragmentDoc = {
86284
86406
  },
86285
86407
  ],
86286
86408
  };
86287
- const AuthApiKeyDeletePayloadFragmentDoc = {
86288
- kind: "Document",
86289
- definitions: [
86290
- {
86291
- kind: "FragmentDefinition",
86292
- name: { kind: "Name", value: "AuthApiKeyDeletePayload" },
86293
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthApiKeyDeletePayload" } },
86294
- selectionSet: {
86295
- kind: "SelectionSet",
86296
- selections: [
86297
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
86298
- { kind: "Field", name: { kind: "Name", value: "success" } },
86299
- ],
86300
- },
86301
- },
86302
- ],
86303
- };
86304
86409
  const AuthApiKeyFragmentDoc = {
86305
86410
  kind: "Document",
86306
86411
  definitions: [
@@ -86343,43 +86448,6 @@ const AuthApiKeyPayloadFragmentDoc = {
86343
86448
  },
86344
86449
  ],
86345
86450
  };
86346
- const AuthIntegrationFragmentDoc = {
86347
- kind: "Document",
86348
- definitions: [
86349
- {
86350
- kind: "FragmentDefinition",
86351
- name: { kind: "Name", value: "AuthIntegration" },
86352
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthIntegration" } },
86353
- selectionSet: {
86354
- kind: "SelectionSet",
86355
- selections: [
86356
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
86357
- { kind: "Field", name: { kind: "Name", value: "id" } },
86358
- ],
86359
- },
86360
- },
86361
- ],
86362
- };
86363
- const AuthOauthClientFragmentDoc = {
86364
- kind: "Document",
86365
- definitions: [
86366
- {
86367
- kind: "FragmentDefinition",
86368
- name: { kind: "Name", value: "AuthOauthClient" },
86369
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClient" } },
86370
- selectionSet: {
86371
- kind: "SelectionSet",
86372
- selections: [
86373
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
86374
- { kind: "Field", name: { kind: "Name", value: "redirectUris" } },
86375
- { kind: "Field", name: { kind: "Name", value: "clientId" } },
86376
- { kind: "Field", name: { kind: "Name", value: "clientSecret" } },
86377
- { kind: "Field", name: { kind: "Name", value: "id" } },
86378
- ],
86379
- },
86380
- },
86381
- ],
86382
- };
86383
86451
  const AuthOrganizationFragmentDoc = {
86384
86452
  kind: "Document",
86385
86453
  definitions: [
@@ -86397,8 +86465,9 @@ const AuthOrganizationFragmentDoc = {
86397
86465
  { kind: "Field", name: { kind: "Name", value: "name" } },
86398
86466
  { kind: "Field", name: { kind: "Name", value: "urlKey" } },
86399
86467
  { kind: "Field", name: { kind: "Name", value: "deletionRequestedAt" } },
86400
- { kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
86401
86468
  { kind: "Field", name: { kind: "Name", value: "id" } },
86469
+ { kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
86470
+ { kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
86402
86471
  { kind: "Field", name: { kind: "Name", value: "userCount" } },
86403
86472
  ],
86404
86473
  },
@@ -86428,6 +86497,170 @@ const AuthUserFragmentDoc = {
86428
86497
  { kind: "Field", name: { kind: "Name", value: "displayName" } },
86429
86498
  { kind: "Field", name: { kind: "Name", value: "email" } },
86430
86499
  { kind: "Field", name: { kind: "Name", value: "name" } },
86500
+ { kind: "Field", name: { kind: "Name", value: "active" } },
86501
+ { kind: "Field", name: { kind: "Name", value: "id" } },
86502
+ ],
86503
+ },
86504
+ },
86505
+ ],
86506
+ };
86507
+ const AuthCreateOrJoinOrganizationResponseFragmentDoc = {
86508
+ kind: "Document",
86509
+ definitions: [
86510
+ {
86511
+ kind: "FragmentDefinition",
86512
+ name: { kind: "Name", value: "AuthCreateOrJoinOrganizationResponse" },
86513
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthCreateOrJoinOrganizationResponse" } },
86514
+ selectionSet: {
86515
+ kind: "SelectionSet",
86516
+ selections: [
86517
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86518
+ {
86519
+ kind: "Field",
86520
+ name: { kind: "Name", value: "authOrganization" },
86521
+ selectionSet: {
86522
+ kind: "SelectionSet",
86523
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
86524
+ },
86525
+ },
86526
+ {
86527
+ kind: "Field",
86528
+ name: { kind: "Name", value: "authUser" },
86529
+ selectionSet: {
86530
+ kind: "SelectionSet",
86531
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
86532
+ },
86533
+ },
86534
+ { kind: "Field", name: { kind: "Name", value: "grantDomainAccess" } },
86535
+ {
86536
+ kind: "Field",
86537
+ name: { kind: "Name", value: "organization" },
86538
+ selectionSet: {
86539
+ kind: "SelectionSet",
86540
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
86541
+ },
86542
+ },
86543
+ {
86544
+ kind: "Field",
86545
+ name: { kind: "Name", value: "user" },
86546
+ selectionSet: {
86547
+ kind: "SelectionSet",
86548
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
86549
+ },
86550
+ },
86551
+ ],
86552
+ },
86553
+ },
86554
+ ],
86555
+ };
86556
+ const AuthIntegrationFragmentDoc = {
86557
+ kind: "Document",
86558
+ definitions: [
86559
+ {
86560
+ kind: "FragmentDefinition",
86561
+ name: { kind: "Name", value: "AuthIntegration" },
86562
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthIntegration" } },
86563
+ selectionSet: {
86564
+ kind: "SelectionSet",
86565
+ selections: [
86566
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86567
+ { kind: "Field", name: { kind: "Name", value: "id" } },
86568
+ ],
86569
+ },
86570
+ },
86571
+ ],
86572
+ };
86573
+ const AuthOauthClientFragmentDoc = {
86574
+ kind: "Document",
86575
+ definitions: [
86576
+ {
86577
+ kind: "FragmentDefinition",
86578
+ name: { kind: "Name", value: "AuthOauthClient" },
86579
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClient" } },
86580
+ selectionSet: {
86581
+ kind: "SelectionSet",
86582
+ selections: [
86583
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86584
+ { kind: "Field", name: { kind: "Name", value: "imageUrl" } },
86585
+ { kind: "Field", name: { kind: "Name", value: "description" } },
86586
+ { kind: "Field", name: { kind: "Name", value: "redirectUris" } },
86587
+ { kind: "Field", name: { kind: "Name", value: "developer" } },
86588
+ { kind: "Field", name: { kind: "Name", value: "clientId" } },
86589
+ { kind: "Field", name: { kind: "Name", value: "name" } },
86590
+ { kind: "Field", name: { kind: "Name", value: "clientSecret" } },
86591
+ { kind: "Field", name: { kind: "Name", value: "creatorId" } },
86592
+ { kind: "Field", name: { kind: "Name", value: "organizationId" } },
86593
+ { kind: "Field", name: { kind: "Name", value: "id" } },
86594
+ { kind: "Field", name: { kind: "Name", value: "developerUrl" } },
86595
+ { kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
86596
+ { kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
86597
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
86598
+ ],
86599
+ },
86600
+ },
86601
+ ],
86602
+ };
86603
+ const OauthTokenFragmentDoc = {
86604
+ kind: "Document",
86605
+ definitions: [
86606
+ {
86607
+ kind: "FragmentDefinition",
86608
+ name: { kind: "Name", value: "OauthToken" },
86609
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OauthToken" } },
86610
+ selectionSet: {
86611
+ kind: "SelectionSet",
86612
+ selections: [
86613
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86614
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
86615
+ { kind: "Field", name: { kind: "Name", value: "id" } },
86616
+ ],
86617
+ },
86618
+ },
86619
+ ],
86620
+ };
86621
+ const AuthOauthClientWithTokensFragmentDoc = {
86622
+ kind: "Document",
86623
+ definitions: [
86624
+ {
86625
+ kind: "FragmentDefinition",
86626
+ name: { kind: "Name", value: "AuthOauthClientWithTokens" },
86627
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClientWithTokens" } },
86628
+ selectionSet: {
86629
+ kind: "SelectionSet",
86630
+ selections: [
86631
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86632
+ {
86633
+ kind: "Field",
86634
+ name: { kind: "Name", value: "client" },
86635
+ selectionSet: {
86636
+ kind: "SelectionSet",
86637
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
86638
+ },
86639
+ },
86640
+ {
86641
+ kind: "Field",
86642
+ name: { kind: "Name", value: "tokens" },
86643
+ selectionSet: {
86644
+ kind: "SelectionSet",
86645
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthToken" } }],
86646
+ },
86647
+ },
86648
+ ],
86649
+ },
86650
+ },
86651
+ ],
86652
+ };
86653
+ const AuthOrganizationDomainFragmentDoc = {
86654
+ kind: "Document",
86655
+ definitions: [
86656
+ {
86657
+ kind: "FragmentDefinition",
86658
+ name: { kind: "Name", value: "AuthOrganizationDomain" },
86659
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationDomain" } },
86660
+ selectionSet: {
86661
+ kind: "SelectionSet",
86662
+ selections: [
86663
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86431
86664
  { kind: "Field", name: { kind: "Name", value: "id" } },
86432
86665
  ],
86433
86666
  },
@@ -86479,33 +86712,39 @@ const AuthResolverResponseFragmentDoc = {
86479
86712
  },
86480
86713
  ],
86481
86714
  };
86482
- const AuthenticationSessionResponseFragmentDoc = {
86715
+ const AuthSuccessPayloadFragmentDoc = {
86483
86716
  kind: "Document",
86484
86717
  definitions: [
86485
86718
  {
86486
86719
  kind: "FragmentDefinition",
86487
- name: { kind: "Name", value: "AuthenticationSessionResponse" },
86488
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthenticationSessionResponse" } },
86720
+ name: { kind: "Name", value: "AuthSuccessPayload" },
86721
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthSuccessPayload" } },
86722
+ selectionSet: {
86723
+ kind: "SelectionSet",
86724
+ selections: [
86725
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86726
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86727
+ ],
86728
+ },
86729
+ },
86730
+ ],
86731
+ };
86732
+ const AuthorizedApplicationBaseFragmentDoc = {
86733
+ kind: "Document",
86734
+ definitions: [
86735
+ {
86736
+ kind: "FragmentDefinition",
86737
+ name: { kind: "Name", value: "AuthorizedApplicationBase" },
86738
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthorizedApplicationBase" } },
86489
86739
  selectionSet: {
86490
86740
  kind: "SelectionSet",
86491
86741
  selections: [
86492
86742
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86493
- { kind: "Field", name: { kind: "Name", value: "client" } },
86494
- { kind: "Field", name: { kind: "Name", value: "countryCodes" } },
86495
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
86496
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
86497
- { kind: "Field", name: { kind: "Name", value: "location" } },
86498
- { kind: "Field", name: { kind: "Name", value: "ip" } },
86499
- { kind: "Field", name: { kind: "Name", value: "isCurrentSession" } },
86500
- { kind: "Field", name: { kind: "Name", value: "locationCity" } },
86501
- { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
86502
- { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
86503
86743
  { kind: "Field", name: { kind: "Name", value: "name" } },
86504
- { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
86505
- { kind: "Field", name: { kind: "Name", value: "userAgent" } },
86506
- { kind: "Field", name: { kind: "Name", value: "browserType" } },
86507
- { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
86508
- { kind: "Field", name: { kind: "Name", value: "id" } },
86744
+ { kind: "Field", name: { kind: "Name", value: "imageUrl" } },
86745
+ { kind: "Field", name: { kind: "Name", value: "appId" } },
86746
+ { kind: "Field", name: { kind: "Name", value: "clientId" } },
86747
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
86509
86748
  ],
86510
86749
  },
86511
86750
  },
@@ -86566,6 +86805,14 @@ const CommentFragmentDoc = {
86566
86805
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86567
86806
  },
86568
86807
  },
86808
+ {
86809
+ kind: "Field",
86810
+ name: { kind: "Name", value: "projectUpdate" },
86811
+ selectionSet: {
86812
+ kind: "SelectionSet",
86813
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86814
+ },
86815
+ },
86569
86816
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
86570
86817
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
86571
86818
  { kind: "Field", name: { kind: "Name", value: "resolvedAt" } },
@@ -87052,6 +87299,7 @@ const DocumentFragmentDoc = {
87052
87299
  },
87053
87300
  },
87054
87301
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87302
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
87055
87303
  {
87056
87304
  kind: "Field",
87057
87305
  name: { kind: "Name", value: "project" },
@@ -87234,6 +87482,7 @@ const DocumentSearchResultFragmentDoc = {
87234
87482
  },
87235
87483
  },
87236
87484
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87485
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
87237
87486
  {
87238
87487
  kind: "Field",
87239
87488
  name: { kind: "Name", value: "project" },
@@ -87659,6 +87908,101 @@ const FrontAttachmentPayloadFragmentDoc = {
87659
87908
  },
87660
87909
  ],
87661
87910
  };
87911
+ const GitAutomationStateFragmentDoc = {
87912
+ kind: "Document",
87913
+ definitions: [
87914
+ {
87915
+ kind: "FragmentDefinition",
87916
+ name: { kind: "Name", value: "GitAutomationState" },
87917
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationState" } },
87918
+ selectionSet: {
87919
+ kind: "SelectionSet",
87920
+ selections: [
87921
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87922
+ {
87923
+ kind: "Field",
87924
+ name: { kind: "Name", value: "state" },
87925
+ selectionSet: {
87926
+ kind: "SelectionSet",
87927
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87928
+ },
87929
+ },
87930
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87931
+ { kind: "Field", name: { kind: "Name", value: "branchPattern" } },
87932
+ {
87933
+ kind: "Field",
87934
+ name: { kind: "Name", value: "team" },
87935
+ selectionSet: {
87936
+ kind: "SelectionSet",
87937
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87938
+ },
87939
+ },
87940
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
87941
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87942
+ { kind: "Field", name: { kind: "Name", value: "id" } },
87943
+ ],
87944
+ },
87945
+ },
87946
+ ],
87947
+ };
87948
+ const GitAutomationStateConnectionFragmentDoc = {
87949
+ kind: "Document",
87950
+ definitions: [
87951
+ {
87952
+ kind: "FragmentDefinition",
87953
+ name: { kind: "Name", value: "GitAutomationStateConnection" },
87954
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateConnection" } },
87955
+ selectionSet: {
87956
+ kind: "SelectionSet",
87957
+ selections: [
87958
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87959
+ {
87960
+ kind: "Field",
87961
+ name: { kind: "Name", value: "nodes" },
87962
+ selectionSet: {
87963
+ kind: "SelectionSet",
87964
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationState" } }],
87965
+ },
87966
+ },
87967
+ {
87968
+ kind: "Field",
87969
+ name: { kind: "Name", value: "pageInfo" },
87970
+ selectionSet: {
87971
+ kind: "SelectionSet",
87972
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87973
+ },
87974
+ },
87975
+ ],
87976
+ },
87977
+ },
87978
+ ],
87979
+ };
87980
+ const GitAutomationStatePayloadFragmentDoc = {
87981
+ kind: "Document",
87982
+ definitions: [
87983
+ {
87984
+ kind: "FragmentDefinition",
87985
+ name: { kind: "Name", value: "GitAutomationStatePayload" },
87986
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStatePayload" } },
87987
+ selectionSet: {
87988
+ kind: "SelectionSet",
87989
+ selections: [
87990
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87991
+ {
87992
+ kind: "Field",
87993
+ name: { kind: "Name", value: "gitAutomationState" },
87994
+ selectionSet: {
87995
+ kind: "SelectionSet",
87996
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationState" } }],
87997
+ },
87998
+ },
87999
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
88000
+ { kind: "Field", name: { kind: "Name", value: "success" } },
88001
+ ],
88002
+ },
88003
+ },
88004
+ ],
88005
+ };
87662
88006
  const GitHubCommitIntegrationPayloadFragmentDoc = {
87663
88007
  kind: "Document",
87664
88008
  definitions: [
@@ -88028,12 +88372,21 @@ const IssueFragmentDoc = {
88028
88372
  selections: [
88029
88373
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88030
88374
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
88375
+ { kind: "Field", name: { kind: "Name", value: "labelIds" } },
88031
88376
  { kind: "Field", name: { kind: "Name", value: "url" } },
88032
88377
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
88033
88378
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
88034
88379
  { kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
88035
88380
  { kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
88036
88381
  { kind: "Field", name: { kind: "Name", value: "branchName" } },
88382
+ {
88383
+ kind: "Field",
88384
+ name: { kind: "Name", value: "botActor" },
88385
+ selectionSet: {
88386
+ kind: "SelectionSet",
88387
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
88388
+ },
88389
+ },
88037
88390
  {
88038
88391
  kind: "Field",
88039
88392
  name: { kind: "Name", value: "cycle" },
@@ -88846,6 +89199,7 @@ const IssueSearchResultFragmentDoc = {
88846
89199
  selections: [
88847
89200
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88848
89201
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
89202
+ { kind: "Field", name: { kind: "Name", value: "labelIds" } },
88849
89203
  { kind: "Field", name: { kind: "Name", value: "url" } },
88850
89204
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
88851
89205
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -88853,6 +89207,14 @@ const IssueSearchResultFragmentDoc = {
88853
89207
  { kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
88854
89208
  { kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
88855
89209
  { kind: "Field", name: { kind: "Name", value: "branchName" } },
89210
+ {
89211
+ kind: "Field",
89212
+ name: { kind: "Name", value: "botActor" },
89213
+ selectionSet: {
89214
+ kind: "SelectionSet",
89215
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
89216
+ },
89217
+ },
88856
89218
  {
88857
89219
  kind: "Field",
88858
89220
  name: { kind: "Name", value: "cycle" },
@@ -89648,6 +90010,7 @@ const ProjectLinkFragmentDoc = {
89648
90010
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89649
90011
  { kind: "Field", name: { kind: "Name", value: "url" } },
89650
90012
  { kind: "Field", name: { kind: "Name", value: "label" } },
90013
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
89651
90014
  {
89652
90015
  kind: "Field",
89653
90016
  name: { kind: "Name", value: "project" },
@@ -90408,7 +90771,31 @@ const ReactionFragmentDoc = {
90408
90771
  selections: [
90409
90772
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
90410
90773
  { kind: "Field", name: { kind: "Name", value: "emoji" } },
90774
+ {
90775
+ kind: "Field",
90776
+ name: { kind: "Name", value: "comment" },
90777
+ selectionSet: {
90778
+ kind: "SelectionSet",
90779
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
90780
+ },
90781
+ },
90782
+ {
90783
+ kind: "Field",
90784
+ name: { kind: "Name", value: "issue" },
90785
+ selectionSet: {
90786
+ kind: "SelectionSet",
90787
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
90788
+ },
90789
+ },
90411
90790
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
90791
+ {
90792
+ kind: "Field",
90793
+ name: { kind: "Name", value: "projectUpdate" },
90794
+ selectionSet: {
90795
+ kind: "SelectionSet",
90796
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
90797
+ },
90798
+ },
90412
90799
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
90413
90800
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
90414
90801
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -90698,6 +91085,35 @@ const SamlConfigurationFragmentDoc = {
90698
91085
  },
90699
91086
  ],
90700
91087
  };
91088
+ const SlackChannelConnectPayloadFragmentDoc = {
91089
+ kind: "Document",
91090
+ definitions: [
91091
+ {
91092
+ kind: "FragmentDefinition",
91093
+ name: { kind: "Name", value: "SlackChannelConnectPayload" },
91094
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelConnectPayload" } },
91095
+ selectionSet: {
91096
+ kind: "SelectionSet",
91097
+ selections: [
91098
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91099
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
91100
+ {
91101
+ kind: "Field",
91102
+ name: { kind: "Name", value: "integration" },
91103
+ selectionSet: {
91104
+ kind: "SelectionSet",
91105
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91106
+ },
91107
+ },
91108
+ { kind: "Field", name: { kind: "Name", value: "nudgeToConnectMainSlackIntegration" } },
91109
+ { kind: "Field", name: { kind: "Name", value: "nudgeToUpdateMainSlackIntegration" } },
91110
+ { kind: "Field", name: { kind: "Name", value: "addBot" } },
91111
+ { kind: "Field", name: { kind: "Name", value: "success" } },
91112
+ ],
91113
+ },
91114
+ },
91115
+ ],
91116
+ };
90701
91117
  const SsoUrlFromEmailResponseFragmentDoc = {
90702
91118
  kind: "Document",
90703
91119
  definitions: [
@@ -90875,6 +91291,7 @@ const TeamFragmentDoc = {
90875
91291
  },
90876
91292
  { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
90877
91293
  { kind: "Field", name: { kind: "Name", value: "defaultIssueEstimate" } },
91294
+ { kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
90878
91295
  { kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
90879
91296
  { kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
90880
91297
  { kind: "Field", name: { kind: "Name", value: "private" } },
@@ -90882,11 +91299,11 @@ const TeamFragmentDoc = {
90882
91299
  { kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
90883
91300
  { kind: "Field", name: { kind: "Name", value: "issueEstimationAllowZero" } },
90884
91301
  { kind: "Field", name: { kind: "Name", value: "groupIssueHistory" } },
90885
- { kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
90886
91302
  { kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
90887
91303
  { kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
90888
91304
  { kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
90889
91305
  { kind: "Field", name: { kind: "Name", value: "triageEnabled" } },
91306
+ { kind: "Field", name: { kind: "Name", value: "issueSortOrderDefaultToBottom" } },
90890
91307
  ],
90891
91308
  },
90892
91309
  },
@@ -91046,6 +91463,54 @@ const TeamPayloadFragmentDoc = {
91046
91463
  },
91047
91464
  ],
91048
91465
  };
91466
+ const TemplateFragmentDoc = {
91467
+ kind: "Document",
91468
+ definitions: [
91469
+ {
91470
+ kind: "FragmentDefinition",
91471
+ name: { kind: "Name", value: "Template" },
91472
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Template" } },
91473
+ selectionSet: {
91474
+ kind: "SelectionSet",
91475
+ selections: [
91476
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91477
+ { kind: "Field", name: { kind: "Name", value: "templateData" } },
91478
+ { kind: "Field", name: { kind: "Name", value: "description" } },
91479
+ { kind: "Field", name: { kind: "Name", value: "type" } },
91480
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
91481
+ { kind: "Field", name: { kind: "Name", value: "name" } },
91482
+ {
91483
+ kind: "Field",
91484
+ name: { kind: "Name", value: "team" },
91485
+ selectionSet: {
91486
+ kind: "SelectionSet",
91487
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91488
+ },
91489
+ },
91490
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
91491
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
91492
+ { kind: "Field", name: { kind: "Name", value: "id" } },
91493
+ {
91494
+ kind: "Field",
91495
+ name: { kind: "Name", value: "creator" },
91496
+ selectionSet: {
91497
+ kind: "SelectionSet",
91498
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91499
+ },
91500
+ },
91501
+ {
91502
+ kind: "Field",
91503
+ name: { kind: "Name", value: "lastUpdatedBy" },
91504
+ selectionSet: {
91505
+ kind: "SelectionSet",
91506
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91507
+ },
91508
+ },
91509
+ ],
91510
+ },
91511
+ },
91512
+ ],
91513
+ };
91049
91514
  const TemplateConnectionFragmentDoc = {
91050
91515
  kind: "Document",
91051
91516
  definitions: [
@@ -91057,6 +91522,14 @@ const TemplateConnectionFragmentDoc = {
91057
91522
  kind: "SelectionSet",
91058
91523
  selections: [
91059
91524
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
91525
+ {
91526
+ kind: "Field",
91527
+ name: { kind: "Name", value: "nodes" },
91528
+ selectionSet: {
91529
+ kind: "SelectionSet",
91530
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Template" } }],
91531
+ },
91532
+ },
91060
91533
  {
91061
91534
  kind: "Field",
91062
91535
  name: { kind: "Name", value: "pageInfo" },
@@ -92214,6 +92687,7 @@ const AttachmentIssueDocument = {
92214
92687
  },
92215
92688
  },
92216
92689
  ...IssueFragmentDoc.definitions,
92690
+ ...ActorBotFragmentDoc.definitions,
92217
92691
  ],
92218
92692
  };
92219
92693
  const AttachmentIssue_AttachmentsDocument = {
@@ -92337,6 +92811,53 @@ const AttachmentIssue_AttachmentsDocument = {
92337
92811
  ...PageInfoFragmentDoc.definitions,
92338
92812
  ],
92339
92813
  };
92814
+ const AttachmentIssue_BotActorDocument = {
92815
+ kind: "Document",
92816
+ definitions: [
92817
+ {
92818
+ kind: "OperationDefinition",
92819
+ operation: "query",
92820
+ name: { kind: "Name", value: "attachmentIssue_botActor" },
92821
+ variableDefinitions: [
92822
+ {
92823
+ kind: "VariableDefinition",
92824
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
92825
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92826
+ },
92827
+ ],
92828
+ selectionSet: {
92829
+ kind: "SelectionSet",
92830
+ selections: [
92831
+ {
92832
+ kind: "Field",
92833
+ name: { kind: "Name", value: "attachmentIssue" },
92834
+ arguments: [
92835
+ {
92836
+ kind: "Argument",
92837
+ name: { kind: "Name", value: "id" },
92838
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
92839
+ },
92840
+ ],
92841
+ selectionSet: {
92842
+ kind: "SelectionSet",
92843
+ selections: [
92844
+ {
92845
+ kind: "Field",
92846
+ name: { kind: "Name", value: "botActor" },
92847
+ selectionSet: {
92848
+ kind: "SelectionSet",
92849
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
92850
+ },
92851
+ },
92852
+ ],
92853
+ },
92854
+ },
92855
+ ],
92856
+ },
92857
+ },
92858
+ ...ActorBotFragmentDoc.definitions,
92859
+ ],
92860
+ };
92340
92861
  const AttachmentIssue_ChildrenDocument = {
92341
92862
  kind: "Document",
92342
92863
  definitions: [
@@ -92455,6 +92976,7 @@ const AttachmentIssue_ChildrenDocument = {
92455
92976
  },
92456
92977
  ...IssueConnectionFragmentDoc.definitions,
92457
92978
  ...IssueFragmentDoc.definitions,
92979
+ ...ActorBotFragmentDoc.definitions,
92458
92980
  ...PageInfoFragmentDoc.definitions,
92459
92981
  ],
92460
92982
  };
@@ -94227,6 +94749,7 @@ const Cycle_IssuesDocument = {
94227
94749
  },
94228
94750
  ...IssueConnectionFragmentDoc.definitions,
94229
94751
  ...IssueFragmentDoc.definitions,
94752
+ ...ActorBotFragmentDoc.definitions,
94230
94753
  ...PageInfoFragmentDoc.definitions,
94231
94754
  ],
94232
94755
  };
@@ -94348,6 +94871,7 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
94348
94871
  },
94349
94872
  ...IssueConnectionFragmentDoc.definitions,
94350
94873
  ...IssueFragmentDoc.definitions,
94874
+ ...ActorBotFragmentDoc.definitions,
94351
94875
  ...PageInfoFragmentDoc.definitions,
94352
94876
  ],
94353
94877
  };
@@ -95315,6 +95839,7 @@ const IssueDocument = {
95315
95839
  },
95316
95840
  },
95317
95841
  ...IssueFragmentDoc.definitions,
95842
+ ...ActorBotFragmentDoc.definitions,
95318
95843
  ],
95319
95844
  };
95320
95845
  const Issue_AttachmentsDocument = {
@@ -95438,54 +95963,19 @@ const Issue_AttachmentsDocument = {
95438
95963
  ...PageInfoFragmentDoc.definitions,
95439
95964
  ],
95440
95965
  };
95441
- const Issue_ChildrenDocument = {
95966
+ const Issue_BotActorDocument = {
95442
95967
  kind: "Document",
95443
95968
  definitions: [
95444
95969
  {
95445
95970
  kind: "OperationDefinition",
95446
95971
  operation: "query",
95447
- name: { kind: "Name", value: "issue_children" },
95972
+ name: { kind: "Name", value: "issue_botActor" },
95448
95973
  variableDefinitions: [
95449
95974
  {
95450
95975
  kind: "VariableDefinition",
95451
95976
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
95452
95977
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
95453
95978
  },
95454
- {
95455
- kind: "VariableDefinition",
95456
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
95457
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
95458
- },
95459
- {
95460
- kind: "VariableDefinition",
95461
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
95462
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
95463
- },
95464
- {
95465
- kind: "VariableDefinition",
95466
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
95467
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
95468
- },
95469
- {
95470
- kind: "VariableDefinition",
95471
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
95472
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
95473
- },
95474
- {
95475
- kind: "VariableDefinition",
95476
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
95477
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
95478
- },
95479
- {
95480
- kind: "VariableDefinition",
95481
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
95482
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
95483
- },
95484
- {
95485
- kind: "VariableDefinition",
95486
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
95487
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
95488
- },
95489
95979
  ],
95490
95980
  selectionSet: {
95491
95981
  kind: "SelectionSet",
@@ -95505,47 +95995,10 @@ const Issue_ChildrenDocument = {
95505
95995
  selections: [
95506
95996
  {
95507
95997
  kind: "Field",
95508
- name: { kind: "Name", value: "children" },
95509
- arguments: [
95510
- {
95511
- kind: "Argument",
95512
- name: { kind: "Name", value: "after" },
95513
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
95514
- },
95515
- {
95516
- kind: "Argument",
95517
- name: { kind: "Name", value: "before" },
95518
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
95519
- },
95520
- {
95521
- kind: "Argument",
95522
- name: { kind: "Name", value: "filter" },
95523
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
95524
- },
95525
- {
95526
- kind: "Argument",
95527
- name: { kind: "Name", value: "first" },
95528
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
95529
- },
95530
- {
95531
- kind: "Argument",
95532
- name: { kind: "Name", value: "includeArchived" },
95533
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
95534
- },
95535
- {
95536
- kind: "Argument",
95537
- name: { kind: "Name", value: "last" },
95538
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
95539
- },
95540
- {
95541
- kind: "Argument",
95542
- name: { kind: "Name", value: "orderBy" },
95543
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
95544
- },
95545
- ],
95998
+ name: { kind: "Name", value: "botActor" },
95546
95999
  selectionSet: {
95547
96000
  kind: "SelectionSet",
95548
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
96001
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
95549
96002
  },
95550
96003
  },
95551
96004
  ],
@@ -95554,18 +96007,16 @@ const Issue_ChildrenDocument = {
95554
96007
  ],
95555
96008
  },
95556
96009
  },
95557
- ...IssueConnectionFragmentDoc.definitions,
95558
- ...IssueFragmentDoc.definitions,
95559
- ...PageInfoFragmentDoc.definitions,
96010
+ ...ActorBotFragmentDoc.definitions,
95560
96011
  ],
95561
96012
  };
95562
- const Issue_CommentsDocument = {
96013
+ const Issue_ChildrenDocument = {
95563
96014
  kind: "Document",
95564
96015
  definitions: [
95565
96016
  {
95566
96017
  kind: "OperationDefinition",
95567
96018
  operation: "query",
95568
- name: { kind: "Name", value: "issue_comments" },
96019
+ name: { kind: "Name", value: "issue_children" },
95569
96020
  variableDefinitions: [
95570
96021
  {
95571
96022
  kind: "VariableDefinition",
@@ -95585,7 +96036,129 @@ const Issue_CommentsDocument = {
95585
96036
  {
95586
96037
  kind: "VariableDefinition",
95587
96038
  variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
95588
- type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
96039
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
96040
+ },
96041
+ {
96042
+ kind: "VariableDefinition",
96043
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
96044
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96045
+ },
96046
+ {
96047
+ kind: "VariableDefinition",
96048
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96049
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96050
+ },
96051
+ {
96052
+ kind: "VariableDefinition",
96053
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
96054
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96055
+ },
96056
+ {
96057
+ kind: "VariableDefinition",
96058
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96059
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
96060
+ },
96061
+ ],
96062
+ selectionSet: {
96063
+ kind: "SelectionSet",
96064
+ selections: [
96065
+ {
96066
+ kind: "Field",
96067
+ name: { kind: "Name", value: "issue" },
96068
+ arguments: [
96069
+ {
96070
+ kind: "Argument",
96071
+ name: { kind: "Name", value: "id" },
96072
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96073
+ },
96074
+ ],
96075
+ selectionSet: {
96076
+ kind: "SelectionSet",
96077
+ selections: [
96078
+ {
96079
+ kind: "Field",
96080
+ name: { kind: "Name", value: "children" },
96081
+ arguments: [
96082
+ {
96083
+ kind: "Argument",
96084
+ name: { kind: "Name", value: "after" },
96085
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
96086
+ },
96087
+ {
96088
+ kind: "Argument",
96089
+ name: { kind: "Name", value: "before" },
96090
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
96091
+ },
96092
+ {
96093
+ kind: "Argument",
96094
+ name: { kind: "Name", value: "filter" },
96095
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96096
+ },
96097
+ {
96098
+ kind: "Argument",
96099
+ name: { kind: "Name", value: "first" },
96100
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
96101
+ },
96102
+ {
96103
+ kind: "Argument",
96104
+ name: { kind: "Name", value: "includeArchived" },
96105
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96106
+ },
96107
+ {
96108
+ kind: "Argument",
96109
+ name: { kind: "Name", value: "last" },
96110
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
96111
+ },
96112
+ {
96113
+ kind: "Argument",
96114
+ name: { kind: "Name", value: "orderBy" },
96115
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96116
+ },
96117
+ ],
96118
+ selectionSet: {
96119
+ kind: "SelectionSet",
96120
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
96121
+ },
96122
+ },
96123
+ ],
96124
+ },
96125
+ },
96126
+ ],
96127
+ },
96128
+ },
96129
+ ...IssueConnectionFragmentDoc.definitions,
96130
+ ...IssueFragmentDoc.definitions,
96131
+ ...ActorBotFragmentDoc.definitions,
96132
+ ...PageInfoFragmentDoc.definitions,
96133
+ ],
96134
+ };
96135
+ const Issue_CommentsDocument = {
96136
+ kind: "Document",
96137
+ definitions: [
96138
+ {
96139
+ kind: "OperationDefinition",
96140
+ operation: "query",
96141
+ name: { kind: "Name", value: "issue_comments" },
96142
+ variableDefinitions: [
96143
+ {
96144
+ kind: "VariableDefinition",
96145
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96146
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96147
+ },
96148
+ {
96149
+ kind: "VariableDefinition",
96150
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
96151
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96152
+ },
96153
+ {
96154
+ kind: "VariableDefinition",
96155
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
96156
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96157
+ },
96158
+ {
96159
+ kind: "VariableDefinition",
96160
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96161
+ type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
95589
96162
  },
95590
96163
  {
95591
96164
  kind: "VariableDefinition",
@@ -96368,6 +96941,7 @@ const IssueFigmaFileKeySearchDocument = {
96368
96941
  },
96369
96942
  ...IssueConnectionFragmentDoc.definitions,
96370
96943
  ...IssueFragmentDoc.definitions,
96944
+ ...ActorBotFragmentDoc.definitions,
96371
96945
  ...PageInfoFragmentDoc.definitions,
96372
96946
  ],
96373
96947
  };
@@ -96774,6 +97348,7 @@ const IssueLabel_IssuesDocument = {
96774
97348
  },
96775
97349
  ...IssueConnectionFragmentDoc.definitions,
96776
97350
  ...IssueFragmentDoc.definitions,
97351
+ ...ActorBotFragmentDoc.definitions,
96777
97352
  ...PageInfoFragmentDoc.definitions,
96778
97353
  ],
96779
97354
  };
@@ -97136,6 +97711,7 @@ const IssueSearchDocument = {
97136
97711
  },
97137
97712
  ...IssueConnectionFragmentDoc.definitions,
97138
97713
  ...IssueFragmentDoc.definitions,
97714
+ ...ActorBotFragmentDoc.definitions,
97139
97715
  ...PageInfoFragmentDoc.definitions,
97140
97716
  ],
97141
97717
  };
@@ -97175,6 +97751,7 @@ const IssueVcsBranchSearchDocument = {
97175
97751
  },
97176
97752
  },
97177
97753
  ...IssueFragmentDoc.definitions,
97754
+ ...ActorBotFragmentDoc.definitions,
97178
97755
  ],
97179
97756
  };
97180
97757
  const IssueVcsBranchSearch_AttachmentsDocument = {
@@ -97298,6 +97875,53 @@ const IssueVcsBranchSearch_AttachmentsDocument = {
97298
97875
  ...PageInfoFragmentDoc.definitions,
97299
97876
  ],
97300
97877
  };
97878
+ const IssueVcsBranchSearch_BotActorDocument = {
97879
+ kind: "Document",
97880
+ definitions: [
97881
+ {
97882
+ kind: "OperationDefinition",
97883
+ operation: "query",
97884
+ name: { kind: "Name", value: "issueVcsBranchSearch_botActor" },
97885
+ variableDefinitions: [
97886
+ {
97887
+ kind: "VariableDefinition",
97888
+ variable: { kind: "Variable", name: { kind: "Name", value: "branchName" } },
97889
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
97890
+ },
97891
+ ],
97892
+ selectionSet: {
97893
+ kind: "SelectionSet",
97894
+ selections: [
97895
+ {
97896
+ kind: "Field",
97897
+ name: { kind: "Name", value: "issueVcsBranchSearch" },
97898
+ arguments: [
97899
+ {
97900
+ kind: "Argument",
97901
+ name: { kind: "Name", value: "branchName" },
97902
+ value: { kind: "Variable", name: { kind: "Name", value: "branchName" } },
97903
+ },
97904
+ ],
97905
+ selectionSet: {
97906
+ kind: "SelectionSet",
97907
+ selections: [
97908
+ {
97909
+ kind: "Field",
97910
+ name: { kind: "Name", value: "botActor" },
97911
+ selectionSet: {
97912
+ kind: "SelectionSet",
97913
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
97914
+ },
97915
+ },
97916
+ ],
97917
+ },
97918
+ },
97919
+ ],
97920
+ },
97921
+ },
97922
+ ...ActorBotFragmentDoc.definitions,
97923
+ ],
97924
+ };
97301
97925
  const IssueVcsBranchSearch_ChildrenDocument = {
97302
97926
  kind: "Document",
97303
97927
  definitions: [
@@ -97416,6 +98040,7 @@ const IssueVcsBranchSearch_ChildrenDocument = {
97416
98040
  },
97417
98041
  ...IssueConnectionFragmentDoc.definitions,
97418
98042
  ...IssueFragmentDoc.definitions,
98043
+ ...ActorBotFragmentDoc.definitions,
97419
98044
  ...PageInfoFragmentDoc.definitions,
97420
98045
  ],
97421
98046
  };
@@ -98228,6 +98853,7 @@ const IssuesDocument = {
98228
98853
  },
98229
98854
  ...IssueConnectionFragmentDoc.definitions,
98230
98855
  ...IssueFragmentDoc.definitions,
98856
+ ...ActorBotFragmentDoc.definitions,
98231
98857
  ...PageInfoFragmentDoc.definitions,
98232
98858
  ],
98233
98859
  };
@@ -98971,6 +99597,7 @@ const Organization_TemplatesDocument = {
98971
99597
  },
98972
99598
  },
98973
99599
  ...TemplateConnectionFragmentDoc.definitions,
99600
+ ...TemplateFragmentDoc.definitions,
98974
99601
  ...PageInfoFragmentDoc.definitions,
98975
99602
  ],
98976
99603
  };
@@ -99516,6 +100143,7 @@ const Project_IssuesDocument = {
99516
100143
  },
99517
100144
  ...IssueConnectionFragmentDoc.definitions,
99518
100145
  ...IssueFragmentDoc.definitions,
100146
+ ...ActorBotFragmentDoc.definitions,
99519
100147
  ...PageInfoFragmentDoc.definitions,
99520
100148
  ],
99521
100149
  };
@@ -100785,12 +101413,36 @@ const PushSubscriptionTestDocument = {
100785
101413
  kind: "OperationDefinition",
100786
101414
  operation: "query",
100787
101415
  name: { kind: "Name", value: "pushSubscriptionTest" },
101416
+ variableDefinitions: [
101417
+ {
101418
+ kind: "VariableDefinition",
101419
+ variable: { kind: "Variable", name: { kind: "Name", value: "sendStrategy" } },
101420
+ type: { kind: "NamedType", name: { kind: "Name", value: "SendStrategy" } },
101421
+ },
101422
+ {
101423
+ kind: "VariableDefinition",
101424
+ variable: { kind: "Variable", name: { kind: "Name", value: "targetMobile" } },
101425
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
101426
+ },
101427
+ ],
100788
101428
  selectionSet: {
100789
101429
  kind: "SelectionSet",
100790
101430
  selections: [
100791
101431
  {
100792
101432
  kind: "Field",
100793
101433
  name: { kind: "Name", value: "pushSubscriptionTest" },
101434
+ arguments: [
101435
+ {
101436
+ kind: "Argument",
101437
+ name: { kind: "Name", value: "sendStrategy" },
101438
+ value: { kind: "Variable", name: { kind: "Name", value: "sendStrategy" } },
101439
+ },
101440
+ {
101441
+ kind: "Argument",
101442
+ name: { kind: "Name", value: "targetMobile" },
101443
+ value: { kind: "Variable", name: { kind: "Name", value: "targetMobile" } },
101444
+ },
101445
+ ],
100794
101446
  selectionSet: {
100795
101447
  kind: "SelectionSet",
100796
101448
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
@@ -101580,6 +102232,7 @@ const SearchIssuesDocument = {
101580
102232
  ...IssueSearchPayloadFragmentDoc.definitions,
101581
102233
  ...ArchiveResponseFragmentDoc.definitions,
101582
102234
  ...IssueSearchResultFragmentDoc.definitions,
102235
+ ...ActorBotFragmentDoc.definitions,
101583
102236
  ...PageInfoFragmentDoc.definitions,
101584
102237
  ],
101585
102238
  };
@@ -102054,6 +102707,119 @@ const TeamDocument = {
102054
102707
  ...TeamFragmentDoc.definitions,
102055
102708
  ],
102056
102709
  };
102710
+ const Team_AutomationStatesDocument = {
102711
+ kind: "Document",
102712
+ definitions: [
102713
+ {
102714
+ kind: "OperationDefinition",
102715
+ operation: "query",
102716
+ name: { kind: "Name", value: "team_automationStates" },
102717
+ variableDefinitions: [
102718
+ {
102719
+ kind: "VariableDefinition",
102720
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
102721
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102722
+ },
102723
+ {
102724
+ kind: "VariableDefinition",
102725
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
102726
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102727
+ },
102728
+ {
102729
+ kind: "VariableDefinition",
102730
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
102731
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102732
+ },
102733
+ {
102734
+ kind: "VariableDefinition",
102735
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
102736
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102737
+ },
102738
+ {
102739
+ kind: "VariableDefinition",
102740
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102741
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
102742
+ },
102743
+ {
102744
+ kind: "VariableDefinition",
102745
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
102746
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102747
+ },
102748
+ {
102749
+ kind: "VariableDefinition",
102750
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102751
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
102752
+ },
102753
+ ],
102754
+ selectionSet: {
102755
+ kind: "SelectionSet",
102756
+ selections: [
102757
+ {
102758
+ kind: "Field",
102759
+ name: { kind: "Name", value: "team" },
102760
+ arguments: [
102761
+ {
102762
+ kind: "Argument",
102763
+ name: { kind: "Name", value: "id" },
102764
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
102765
+ },
102766
+ ],
102767
+ selectionSet: {
102768
+ kind: "SelectionSet",
102769
+ selections: [
102770
+ {
102771
+ kind: "Field",
102772
+ name: { kind: "Name", value: "automationStates" },
102773
+ arguments: [
102774
+ {
102775
+ kind: "Argument",
102776
+ name: { kind: "Name", value: "after" },
102777
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
102778
+ },
102779
+ {
102780
+ kind: "Argument",
102781
+ name: { kind: "Name", value: "before" },
102782
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
102783
+ },
102784
+ {
102785
+ kind: "Argument",
102786
+ name: { kind: "Name", value: "first" },
102787
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
102788
+ },
102789
+ {
102790
+ kind: "Argument",
102791
+ name: { kind: "Name", value: "includeArchived" },
102792
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102793
+ },
102794
+ {
102795
+ kind: "Argument",
102796
+ name: { kind: "Name", value: "last" },
102797
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
102798
+ },
102799
+ {
102800
+ kind: "Argument",
102801
+ name: { kind: "Name", value: "orderBy" },
102802
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102803
+ },
102804
+ ],
102805
+ selectionSet: {
102806
+ kind: "SelectionSet",
102807
+ selections: [
102808
+ { kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStateConnection" } },
102809
+ ],
102810
+ },
102811
+ },
102812
+ ],
102813
+ },
102814
+ },
102815
+ ],
102816
+ },
102817
+ },
102818
+ ...GitAutomationStateConnectionFragmentDoc.definitions,
102819
+ ...GitAutomationStateFragmentDoc.definitions,
102820
+ ...PageInfoFragmentDoc.definitions,
102821
+ ],
102822
+ };
102057
102823
  const Team_CyclesDocument = {
102058
102824
  kind: "Document",
102059
102825
  definitions: [
@@ -102293,6 +103059,7 @@ const Team_IssuesDocument = {
102293
103059
  },
102294
103060
  ...IssueConnectionFragmentDoc.definitions,
102295
103061
  ...IssueFragmentDoc.definitions,
103062
+ ...ActorBotFragmentDoc.definitions,
102296
103063
  ...PageInfoFragmentDoc.definitions,
102297
103064
  ],
102298
103065
  };
@@ -103008,6 +103775,7 @@ const Team_TemplatesDocument = {
103008
103775
  },
103009
103776
  },
103010
103777
  ...TemplateConnectionFragmentDoc.definitions,
103778
+ ...TemplateFragmentDoc.definitions,
103011
103779
  ...PageInfoFragmentDoc.definitions,
103012
103780
  ],
103013
103781
  };
@@ -103606,6 +104374,7 @@ const User_AssignedIssuesDocument = {
103606
104374
  },
103607
104375
  ...IssueConnectionFragmentDoc.definitions,
103608
104376
  ...IssueFragmentDoc.definitions,
104377
+ ...ActorBotFragmentDoc.definitions,
103609
104378
  ...PageInfoFragmentDoc.definitions,
103610
104379
  ],
103611
104380
  };
@@ -103727,6 +104496,7 @@ const User_CreatedIssuesDocument = {
103727
104496
  },
103728
104497
  ...IssueConnectionFragmentDoc.definitions,
103729
104498
  ...IssueFragmentDoc.definitions,
104499
+ ...ActorBotFragmentDoc.definitions,
103730
104500
  ...PageInfoFragmentDoc.definitions,
103731
104501
  ],
103732
104502
  };
@@ -104226,6 +104996,7 @@ const Viewer_AssignedIssuesDocument = {
104226
104996
  },
104227
104997
  ...IssueConnectionFragmentDoc.definitions,
104228
104998
  ...IssueFragmentDoc.definitions,
104999
+ ...ActorBotFragmentDoc.definitions,
104229
105000
  ...PageInfoFragmentDoc.definitions,
104230
105001
  ],
104231
105002
  };
@@ -104335,6 +105106,7 @@ const Viewer_CreatedIssuesDocument = {
104335
105106
  },
104336
105107
  ...IssueConnectionFragmentDoc.definitions,
104337
105108
  ...IssueFragmentDoc.definitions,
105109
+ ...ActorBotFragmentDoc.definitions,
104338
105110
  ...PageInfoFragmentDoc.definitions,
104339
105111
  ],
104340
105112
  };
@@ -104830,6 +105602,7 @@ const WorkflowState_IssuesDocument = {
104830
105602
  },
104831
105603
  ...IssueConnectionFragmentDoc.definitions,
104832
105604
  ...IssueFragmentDoc.definitions,
105605
+ ...ActorBotFragmentDoc.definitions,
104833
105606
  ...PageInfoFragmentDoc.definitions,
104834
105607
  ],
104835
105608
  };
@@ -105347,6 +106120,84 @@ const AttachmentLinkFrontDocument = {
105347
106120
  ...FrontAttachmentPayloadFragmentDoc.definitions,
105348
106121
  ],
105349
106122
  };
106123
+ const AttachmentLinkGitHubIssueDocument = {
106124
+ kind: "Document",
106125
+ definitions: [
106126
+ {
106127
+ kind: "OperationDefinition",
106128
+ operation: "mutation",
106129
+ name: { kind: "Name", value: "attachmentLinkGitHubIssue" },
106130
+ variableDefinitions: [
106131
+ {
106132
+ kind: "VariableDefinition",
106133
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
106134
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106135
+ },
106136
+ {
106137
+ kind: "VariableDefinition",
106138
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
106139
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106140
+ },
106141
+ {
106142
+ kind: "VariableDefinition",
106143
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106144
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106145
+ },
106146
+ {
106147
+ kind: "VariableDefinition",
106148
+ variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
106149
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106150
+ },
106151
+ {
106152
+ kind: "VariableDefinition",
106153
+ variable: { kind: "Variable", name: { kind: "Name", value: "url" } },
106154
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106155
+ },
106156
+ ],
106157
+ selectionSet: {
106158
+ kind: "SelectionSet",
106159
+ selections: [
106160
+ {
106161
+ kind: "Field",
106162
+ name: { kind: "Name", value: "attachmentLinkGitHubIssue" },
106163
+ arguments: [
106164
+ {
106165
+ kind: "Argument",
106166
+ name: { kind: "Name", value: "createAsUser" },
106167
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
106168
+ },
106169
+ {
106170
+ kind: "Argument",
106171
+ name: { kind: "Name", value: "displayIconUrl" },
106172
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
106173
+ },
106174
+ {
106175
+ kind: "Argument",
106176
+ name: { kind: "Name", value: "id" },
106177
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106178
+ },
106179
+ {
106180
+ kind: "Argument",
106181
+ name: { kind: "Name", value: "issueId" },
106182
+ value: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
106183
+ },
106184
+ {
106185
+ kind: "Argument",
106186
+ name: { kind: "Name", value: "url" },
106187
+ value: { kind: "Variable", name: { kind: "Name", value: "url" } },
106188
+ },
106189
+ ],
106190
+ selectionSet: {
106191
+ kind: "SelectionSet",
106192
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AttachmentPayload" } }],
106193
+ },
106194
+ },
106195
+ ],
106196
+ },
106197
+ },
106198
+ ...AttachmentPayloadFragmentDoc.definitions,
106199
+ ],
106200
+ };
105350
106201
  const AttachmentLinkGitHubPrDocument = {
105351
106202
  kind: "Document",
105352
106203
  definitions: [
@@ -105378,17 +106229,17 @@ const AttachmentLinkGitHubPrDocument = {
105378
106229
  {
105379
106230
  kind: "VariableDefinition",
105380
106231
  variable: { kind: "Variable", name: { kind: "Name", value: "number" } },
105381
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Float" } } },
106232
+ type: { kind: "NamedType", name: { kind: "Name", value: "Float" } },
105382
106233
  },
105383
106234
  {
105384
106235
  kind: "VariableDefinition",
105385
106236
  variable: { kind: "Variable", name: { kind: "Name", value: "owner" } },
105386
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106237
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105387
106238
  },
105388
106239
  {
105389
106240
  kind: "VariableDefinition",
105390
106241
  variable: { kind: "Variable", name: { kind: "Name", value: "repo" } },
105391
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106242
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105392
106243
  },
105393
106244
  {
105394
106245
  kind: "VariableDefinition",
@@ -106659,6 +107510,47 @@ const CreateCycleDocument = {
106659
107510
  ...CyclePayloadFragmentDoc.definitions,
106660
107511
  ],
106661
107512
  };
107513
+ const CycleShiftAllDocument = {
107514
+ kind: "Document",
107515
+ definitions: [
107516
+ {
107517
+ kind: "OperationDefinition",
107518
+ operation: "mutation",
107519
+ name: { kind: "Name", value: "cycleShiftAll" },
107520
+ variableDefinitions: [
107521
+ {
107522
+ kind: "VariableDefinition",
107523
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
107524
+ type: {
107525
+ kind: "NonNullType",
107526
+ type: { kind: "NamedType", name: { kind: "Name", value: "CycleShiftAllInput" } },
107527
+ },
107528
+ },
107529
+ ],
107530
+ selectionSet: {
107531
+ kind: "SelectionSet",
107532
+ selections: [
107533
+ {
107534
+ kind: "Field",
107535
+ name: { kind: "Name", value: "cycleShiftAll" },
107536
+ arguments: [
107537
+ {
107538
+ kind: "Argument",
107539
+ name: { kind: "Name", value: "input" },
107540
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
107541
+ },
107542
+ ],
107543
+ selectionSet: {
107544
+ kind: "SelectionSet",
107545
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CyclePayload" } }],
107546
+ },
107547
+ },
107548
+ ],
107549
+ },
107550
+ },
107551
+ ...CyclePayloadFragmentDoc.definitions,
107552
+ ],
107553
+ };
106662
107554
  const UpdateCycleDocument = {
106663
107555
  kind: "Document",
106664
107556
  definitions: [
@@ -107250,6 +108142,138 @@ const FileUploadDocument = {
107250
108142
  ...UploadFileHeaderFragmentDoc.definitions,
107251
108143
  ],
107252
108144
  };
108145
+ const CreateGitAutomationStateDocument = {
108146
+ kind: "Document",
108147
+ definitions: [
108148
+ {
108149
+ kind: "OperationDefinition",
108150
+ operation: "mutation",
108151
+ name: { kind: "Name", value: "createGitAutomationState" },
108152
+ variableDefinitions: [
108153
+ {
108154
+ kind: "VariableDefinition",
108155
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
108156
+ type: {
108157
+ kind: "NonNullType",
108158
+ type: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateCreateInput" } },
108159
+ },
108160
+ },
108161
+ ],
108162
+ selectionSet: {
108163
+ kind: "SelectionSet",
108164
+ selections: [
108165
+ {
108166
+ kind: "Field",
108167
+ name: { kind: "Name", value: "gitAutomationStateCreate" },
108168
+ arguments: [
108169
+ {
108170
+ kind: "Argument",
108171
+ name: { kind: "Name", value: "input" },
108172
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
108173
+ },
108174
+ ],
108175
+ selectionSet: {
108176
+ kind: "SelectionSet",
108177
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStatePayload" } }],
108178
+ },
108179
+ },
108180
+ ],
108181
+ },
108182
+ },
108183
+ ...GitAutomationStatePayloadFragmentDoc.definitions,
108184
+ ...GitAutomationStateFragmentDoc.definitions,
108185
+ ],
108186
+ };
108187
+ const DeleteGitAutomationStateDocument = {
108188
+ kind: "Document",
108189
+ definitions: [
108190
+ {
108191
+ kind: "OperationDefinition",
108192
+ operation: "mutation",
108193
+ name: { kind: "Name", value: "deleteGitAutomationState" },
108194
+ variableDefinitions: [
108195
+ {
108196
+ kind: "VariableDefinition",
108197
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
108198
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
108199
+ },
108200
+ ],
108201
+ selectionSet: {
108202
+ kind: "SelectionSet",
108203
+ selections: [
108204
+ {
108205
+ kind: "Field",
108206
+ name: { kind: "Name", value: "gitAutomationStateDelete" },
108207
+ arguments: [
108208
+ {
108209
+ kind: "Argument",
108210
+ name: { kind: "Name", value: "id" },
108211
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
108212
+ },
108213
+ ],
108214
+ selectionSet: {
108215
+ kind: "SelectionSet",
108216
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
108217
+ },
108218
+ },
108219
+ ],
108220
+ },
108221
+ },
108222
+ ...DeletePayloadFragmentDoc.definitions,
108223
+ ],
108224
+ };
108225
+ const UpdateGitAutomationStateDocument = {
108226
+ kind: "Document",
108227
+ definitions: [
108228
+ {
108229
+ kind: "OperationDefinition",
108230
+ operation: "mutation",
108231
+ name: { kind: "Name", value: "updateGitAutomationState" },
108232
+ variableDefinitions: [
108233
+ {
108234
+ kind: "VariableDefinition",
108235
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
108236
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
108237
+ },
108238
+ {
108239
+ kind: "VariableDefinition",
108240
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
108241
+ type: {
108242
+ kind: "NonNullType",
108243
+ type: { kind: "NamedType", name: { kind: "Name", value: "GitAutomationStateUpdateInput" } },
108244
+ },
108245
+ },
108246
+ ],
108247
+ selectionSet: {
108248
+ kind: "SelectionSet",
108249
+ selections: [
108250
+ {
108251
+ kind: "Field",
108252
+ name: { kind: "Name", value: "gitAutomationStateUpdate" },
108253
+ arguments: [
108254
+ {
108255
+ kind: "Argument",
108256
+ name: { kind: "Name", value: "id" },
108257
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
108258
+ },
108259
+ {
108260
+ kind: "Argument",
108261
+ name: { kind: "Name", value: "input" },
108262
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
108263
+ },
108264
+ ],
108265
+ selectionSet: {
108266
+ kind: "SelectionSet",
108267
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitAutomationStatePayload" } }],
108268
+ },
108269
+ },
108270
+ ],
108271
+ },
108272
+ },
108273
+ ...GitAutomationStatePayloadFragmentDoc.definitions,
108274
+ ...GitAutomationStateFragmentDoc.definitions,
108275
+ ],
108276
+ };
107253
108277
  const GoogleUserAccountAuthDocument = {
107254
108278
  kind: "Document",
107255
108279
  definitions: [
@@ -107733,44 +108757,6 @@ const IntegrationGithubConnectDocument = {
107733
108757
  ...IntegrationPayloadFragmentDoc.definitions,
107734
108758
  ],
107735
108759
  };
107736
- const IntegrationGithubSyncConnectDocument = {
107737
- kind: "Document",
107738
- definitions: [
107739
- {
107740
- kind: "OperationDefinition",
107741
- operation: "mutation",
107742
- name: { kind: "Name", value: "integrationGithubSyncConnect" },
107743
- variableDefinitions: [
107744
- {
107745
- kind: "VariableDefinition",
107746
- variable: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
107747
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107748
- },
107749
- ],
107750
- selectionSet: {
107751
- kind: "SelectionSet",
107752
- selections: [
107753
- {
107754
- kind: "Field",
107755
- name: { kind: "Name", value: "integrationGithubSyncConnect" },
107756
- arguments: [
107757
- {
107758
- kind: "Argument",
107759
- name: { kind: "Name", value: "installationId" },
107760
- value: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
107761
- },
107762
- ],
107763
- selectionSet: {
107764
- kind: "SelectionSet",
107765
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
107766
- },
107767
- },
107768
- ],
107769
- },
107770
- },
107771
- ...IntegrationPayloadFragmentDoc.definitions,
107772
- ],
107773
- };
107774
108760
  const IntegrationGitlabConnectDocument = {
107775
108761
  kind: "Document",
107776
108762
  definitions: [
@@ -107988,10 +108974,15 @@ const IntegrationJiraPersonalDocument = {
107988
108974
  operation: "mutation",
107989
108975
  name: { kind: "Name", value: "integrationJiraPersonal" },
107990
108976
  variableDefinitions: [
108977
+ {
108978
+ kind: "VariableDefinition",
108979
+ variable: { kind: "Variable", name: { kind: "Name", value: "accessToken" } },
108980
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
108981
+ },
107991
108982
  {
107992
108983
  kind: "VariableDefinition",
107993
108984
  variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
107994
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
108985
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107995
108986
  },
107996
108987
  ],
107997
108988
  selectionSet: {
@@ -108001,6 +108992,11 @@ const IntegrationJiraPersonalDocument = {
108001
108992
  kind: "Field",
108002
108993
  name: { kind: "Name", value: "integrationJiraPersonal" },
108003
108994
  arguments: [
108995
+ {
108996
+ kind: "Argument",
108997
+ name: { kind: "Name", value: "accessToken" },
108998
+ value: { kind: "Variable", name: { kind: "Name", value: "accessToken" } },
108999
+ },
108004
109000
  {
108005
109001
  kind: "Argument",
108006
109002
  name: { kind: "Name", value: "code" },
@@ -108334,13 +109330,13 @@ const IntegrationSlackOrgProjectUpdatesPostDocument = {
108334
109330
  ],
108335
109331
  selectionSet: {
108336
109332
  kind: "SelectionSet",
108337
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
109333
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
108338
109334
  },
108339
109335
  },
108340
109336
  ],
108341
109337
  },
108342
109338
  },
108343
- ...IntegrationPayloadFragmentDoc.definitions,
109339
+ ...SlackChannelConnectPayloadFragmentDoc.definitions,
108344
109340
  ],
108345
109341
  };
108346
109342
  const IntegrationSlackPersonalDocument = {
@@ -108450,13 +109446,13 @@ const IntegrationSlackPostDocument = {
108450
109446
  ],
108451
109447
  selectionSet: {
108452
109448
  kind: "SelectionSet",
108453
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
109449
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
108454
109450
  },
108455
109451
  },
108456
109452
  ],
108457
109453
  },
108458
109454
  },
108459
- ...IntegrationPayloadFragmentDoc.definitions,
109455
+ ...SlackChannelConnectPayloadFragmentDoc.definitions,
108460
109456
  ],
108461
109457
  };
108462
109458
  const IntegrationSlackProjectPostDocument = {
@@ -108518,13 +109514,13 @@ const IntegrationSlackProjectPostDocument = {
108518
109514
  ],
108519
109515
  selectionSet: {
108520
109516
  kind: "SelectionSet",
108521
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
109517
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
108522
109518
  },
108523
109519
  },
108524
109520
  ],
108525
109521
  },
108526
109522
  },
108527
- ...IntegrationPayloadFragmentDoc.definitions,
109523
+ ...SlackChannelConnectPayloadFragmentDoc.definitions,
108528
109524
  ],
108529
109525
  };
108530
109526
  const CreateIntegrationTemplateDocument = {
@@ -108963,6 +109959,7 @@ const UpdateIssueBatchDocument = {
108963
109959
  },
108964
109960
  ...IssueBatchPayloadFragmentDoc.definitions,
108965
109961
  ...IssueFragmentDoc.definitions,
109962
+ ...ActorBotFragmentDoc.definitions,
108966
109963
  ],
108967
109964
  };
108968
109965
  const CreateIssueDocument = {
@@ -111437,6 +112434,11 @@ const CreateProjectDocument = {
111437
112434
  operation: "mutation",
111438
112435
  name: { kind: "Name", value: "createProject" },
111439
112436
  variableDefinitions: [
112437
+ {
112438
+ kind: "VariableDefinition",
112439
+ variable: { kind: "Variable", name: { kind: "Name", value: "connectSlackChannel" } },
112440
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
112441
+ },
111440
112442
  {
111441
112443
  kind: "VariableDefinition",
111442
112444
  variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
@@ -111453,6 +112455,11 @@ const CreateProjectDocument = {
111453
112455
  kind: "Field",
111454
112456
  name: { kind: "Name", value: "projectCreate" },
111455
112457
  arguments: [
112458
+ {
112459
+ kind: "Argument",
112460
+ name: { kind: "Name", value: "connectSlackChannel" },
112461
+ value: { kind: "Variable", name: { kind: "Name", value: "connectSlackChannel" } },
112462
+ },
111456
112463
  {
111457
112464
  kind: "Argument",
111458
112465
  name: { kind: "Name", value: "input" },
@@ -112978,6 +113985,44 @@ const UpdateTeamMembershipDocument = {
112978
113985
  ...TeamMembershipPayloadFragmentDoc.definitions,
112979
113986
  ],
112980
113987
  };
113988
+ const UnarchiveTeamDocument = {
113989
+ kind: "Document",
113990
+ definitions: [
113991
+ {
113992
+ kind: "OperationDefinition",
113993
+ operation: "mutation",
113994
+ name: { kind: "Name", value: "unarchiveTeam" },
113995
+ variableDefinitions: [
113996
+ {
113997
+ kind: "VariableDefinition",
113998
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
113999
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
114000
+ },
114001
+ ],
114002
+ selectionSet: {
114003
+ kind: "SelectionSet",
114004
+ selections: [
114005
+ {
114006
+ kind: "Field",
114007
+ name: { kind: "Name", value: "teamUnarchive" },
114008
+ arguments: [
114009
+ {
114010
+ kind: "Argument",
114011
+ name: { kind: "Name", value: "id" },
114012
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114013
+ },
114014
+ ],
114015
+ selectionSet: {
114016
+ kind: "SelectionSet",
114017
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamArchivePayload" } }],
114018
+ },
114019
+ },
114020
+ ],
114021
+ },
114022
+ },
114023
+ ...TeamArchivePayloadFragmentDoc.definitions,
114024
+ ],
114025
+ };
112981
114026
  const UpdateTeamDocument = {
112982
114027
  kind: "Document",
112983
114028
  definitions: [
@@ -113369,82 +114414,6 @@ const UpdateUserFlagDocument = {
113369
114414
  ...UserSettingsFlagPayloadFragmentDoc.definitions,
113370
114415
  ],
113371
114416
  };
113372
- const UserGitHubConnectDocument = {
113373
- kind: "Document",
113374
- definitions: [
113375
- {
113376
- kind: "OperationDefinition",
113377
- operation: "mutation",
113378
- name: { kind: "Name", value: "userGitHubConnect" },
113379
- variableDefinitions: [
113380
- {
113381
- kind: "VariableDefinition",
113382
- variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
113383
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
113384
- },
113385
- ],
113386
- selectionSet: {
113387
- kind: "SelectionSet",
113388
- selections: [
113389
- {
113390
- kind: "Field",
113391
- name: { kind: "Name", value: "userGitHubConnect" },
113392
- arguments: [
113393
- {
113394
- kind: "Argument",
113395
- name: { kind: "Name", value: "code" },
113396
- value: { kind: "Variable", name: { kind: "Name", value: "code" } },
113397
- },
113398
- ],
113399
- selectionSet: {
113400
- kind: "SelectionSet",
113401
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
113402
- },
113403
- },
113404
- ],
113405
- },
113406
- },
113407
- ...UserPayloadFragmentDoc.definitions,
113408
- ],
113409
- };
113410
- const UserJiraConnectDocument = {
113411
- kind: "Document",
113412
- definitions: [
113413
- {
113414
- kind: "OperationDefinition",
113415
- operation: "mutation",
113416
- name: { kind: "Name", value: "userJiraConnect" },
113417
- variableDefinitions: [
113418
- {
113419
- kind: "VariableDefinition",
113420
- variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
113421
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
113422
- },
113423
- ],
113424
- selectionSet: {
113425
- kind: "SelectionSet",
113426
- selections: [
113427
- {
113428
- kind: "Field",
113429
- name: { kind: "Name", value: "userJiraConnect" },
113430
- arguments: [
113431
- {
113432
- kind: "Argument",
113433
- name: { kind: "Name", value: "code" },
113434
- value: { kind: "Variable", name: { kind: "Name", value: "code" } },
113435
- },
113436
- ],
113437
- selectionSet: {
113438
- kind: "SelectionSet",
113439
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
113440
- },
113441
- },
113442
- ],
113443
- },
113444
- },
113445
- ...UserPayloadFragmentDoc.definitions,
113446
- ],
113447
- };
113448
114417
  const UserPromoteAdminDocument = {
113449
114418
  kind: "Document",
113450
114419
  definitions: [
@@ -114172,19 +115141,24 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114172
115141
  __proto__: null,
114173
115142
  get AuthenticationSessionType () { return AuthenticationSessionType; },
114174
115143
  get ContextViewType () { return ContextViewType; },
115144
+ get DateResolutionType () { return DateResolutionType; },
114175
115145
  get Day () { return Day; },
115146
+ get GitAutomationStates () { return GitAutomationStates; },
114176
115147
  get IntegrationService () { return IntegrationService; },
114177
115148
  get IssueRelationType () { return IssueRelationType; },
114178
115149
  get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
114179
115150
  get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
114180
115151
  get OrganizationInviteStatus () { return OrganizationInviteStatus; },
114181
115152
  get PaginationOrderBy () { return PaginationOrderBy; },
115153
+ get ProjectTab () { return ProjectTab; },
114182
115154
  get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
114183
115155
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
114184
115156
  get PushSubscriptionType () { return PushSubscriptionType; },
114185
115157
  get ReleaseChannel () { return ReleaseChannel; },
114186
115158
  get SlaDayCountType () { return SlaDayCountType; },
115159
+ get SendStrategy () { return SendStrategy; },
114187
115160
  get SlaStatus () { return SlaStatus; },
115161
+ get SlackChannelType () { return SlackChannelType; },
114188
115162
  get TriageResponsibilityAction () { return TriageResponsibilityAction; },
114189
115163
  get UserContextViewType () { return UserContextViewType; },
114190
115164
  get UserFlagType () { return UserFlagType; },
@@ -114214,17 +115188,20 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114214
115188
  NotificationArchivePayloadFragmentDoc: NotificationArchivePayloadFragmentDoc,
114215
115189
  ProjectArchivePayloadFragmentDoc: ProjectArchivePayloadFragmentDoc,
114216
115190
  RoadmapArchivePayloadFragmentDoc: RoadmapArchivePayloadFragmentDoc,
115191
+ TeamArchivePayloadFragmentDoc: TeamArchivePayloadFragmentDoc,
114217
115192
  WorkflowStateArchivePayloadFragmentDoc: WorkflowStateArchivePayloadFragmentDoc,
114218
115193
  ArchivePayloadFragmentDoc: ArchivePayloadFragmentDoc,
114219
115194
  LabelNotificationSubscriptionFragmentDoc: LabelNotificationSubscriptionFragmentDoc,
114220
115195
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
114221
115196
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
114222
- TemplateFragmentDoc: TemplateFragmentDoc,
114223
115197
  UserAccountFragmentDoc: UserAccountFragmentDoc,
114224
115198
  UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
115199
+ EmailIntakeAddressFragmentDoc: EmailIntakeAddressFragmentDoc,
114225
115200
  PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
114226
115201
  OrganizationFragmentDoc: OrganizationFragmentDoc,
114227
- SyncResponseFragmentDoc: SyncResponseFragmentDoc,
115202
+ AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
115203
+ AuthOauthClientWithMembershipsFragmentDoc: AuthOauthClientWithMembershipsFragmentDoc,
115204
+ AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
114228
115205
  OrganizationDomainFragmentDoc: OrganizationDomainFragmentDoc,
114229
115206
  GithubRepoFragmentDoc: GithubRepoFragmentDoc,
114230
115207
  GithubOrgFragmentDoc: GithubOrgFragmentDoc,
@@ -114232,10 +115209,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114232
115209
  UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
114233
115210
  ApplicationFragmentDoc: ApplicationFragmentDoc,
114234
115211
  FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
114235
- GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
114236
115212
  TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
114237
- GitHubSyncRepoFragmentDoc: GitHubSyncRepoFragmentDoc,
114238
- GitHubSyncSettingsFragmentDoc: GitHubSyncSettingsFragmentDoc,
115213
+ GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
115214
+ GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
115215
+ GitHubPersonalSettingsFragmentDoc: GitHubPersonalSettingsFragmentDoc,
114239
115216
  GitLabSettingsFragmentDoc: GitLabSettingsFragmentDoc,
114240
115217
  GoogleSheetsSettingsFragmentDoc: GoogleSheetsSettingsFragmentDoc,
114241
115218
  IntercomSettingsFragmentDoc: IntercomSettingsFragmentDoc,
@@ -114269,15 +115246,19 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114269
115246
  AuditEntryFragmentDoc: AuditEntryFragmentDoc,
114270
115247
  AuditEntryConnectionFragmentDoc: AuditEntryConnectionFragmentDoc,
114271
115248
  AuditEntryTypeFragmentDoc: AuditEntryTypeFragmentDoc,
114272
- AuthApiKeyDeletePayloadFragmentDoc: AuthApiKeyDeletePayloadFragmentDoc,
114273
115249
  AuthApiKeyFragmentDoc: AuthApiKeyFragmentDoc,
114274
115250
  AuthApiKeyPayloadFragmentDoc: AuthApiKeyPayloadFragmentDoc,
114275
- AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
114276
- AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
114277
115251
  AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
114278
115252
  AuthUserFragmentDoc: AuthUserFragmentDoc,
115253
+ AuthCreateOrJoinOrganizationResponseFragmentDoc: AuthCreateOrJoinOrganizationResponseFragmentDoc,
115254
+ AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
115255
+ AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
115256
+ OauthTokenFragmentDoc: OauthTokenFragmentDoc,
115257
+ AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
115258
+ AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
114279
115259
  AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
114280
- AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
115260
+ AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
115261
+ AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
114281
115262
  CommentFragmentDoc: CommentFragmentDoc,
114282
115263
  CommentConnectionFragmentDoc: CommentConnectionFragmentDoc,
114283
115264
  CommentPayloadFragmentDoc: CommentPayloadFragmentDoc,
@@ -114312,6 +115293,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114312
115293
  FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
114313
115294
  FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
114314
115295
  FrontAttachmentPayloadFragmentDoc: FrontAttachmentPayloadFragmentDoc,
115296
+ GitAutomationStateFragmentDoc: GitAutomationStateFragmentDoc,
115297
+ GitAutomationStateConnectionFragmentDoc: GitAutomationStateConnectionFragmentDoc,
115298
+ GitAutomationStatePayloadFragmentDoc: GitAutomationStatePayloadFragmentDoc,
114315
115299
  GitHubCommitIntegrationPayloadFragmentDoc: GitHubCommitIntegrationPayloadFragmentDoc,
114316
115300
  ImageUploadFromUrlPayloadFragmentDoc: ImageUploadFromUrlPayloadFragmentDoc,
114317
115301
  IntegrationFragmentDoc: IntegrationFragmentDoc,
@@ -114401,6 +115385,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114401
115385
  RoadmapToProjectConnectionFragmentDoc: RoadmapToProjectConnectionFragmentDoc,
114402
115386
  RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
114403
115387
  SamlConfigurationFragmentDoc: SamlConfigurationFragmentDoc,
115388
+ SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
114404
115389
  SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
114405
115390
  SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
114406
115391
  TeamFragmentDoc: TeamFragmentDoc,
@@ -114409,6 +115394,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114409
115394
  TeamMembershipConnectionFragmentDoc: TeamMembershipConnectionFragmentDoc,
114410
115395
  TeamMembershipPayloadFragmentDoc: TeamMembershipPayloadFragmentDoc,
114411
115396
  TeamPayloadFragmentDoc: TeamPayloadFragmentDoc,
115397
+ TemplateFragmentDoc: TemplateFragmentDoc,
114412
115398
  TemplateConnectionFragmentDoc: TemplateConnectionFragmentDoc,
114413
115399
  TemplatePayloadFragmentDoc: TemplatePayloadFragmentDoc,
114414
115400
  TriageResponsibilityFragmentDoc: TriageResponsibilityFragmentDoc,
@@ -114442,6 +115428,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114442
115428
  AttachmentDocument: AttachmentDocument,
114443
115429
  AttachmentIssueDocument: AttachmentIssueDocument,
114444
115430
  AttachmentIssue_AttachmentsDocument: AttachmentIssue_AttachmentsDocument,
115431
+ AttachmentIssue_BotActorDocument: AttachmentIssue_BotActorDocument,
114445
115432
  AttachmentIssue_ChildrenDocument: AttachmentIssue_ChildrenDocument,
114446
115433
  AttachmentIssue_CommentsDocument: AttachmentIssue_CommentsDocument,
114447
115434
  AttachmentIssue_HistoryDocument: AttachmentIssue_HistoryDocument,
@@ -114482,6 +115469,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114482
115469
  IntegrationsSettingsDocument: IntegrationsSettingsDocument,
114483
115470
  IssueDocument: IssueDocument,
114484
115471
  Issue_AttachmentsDocument: Issue_AttachmentsDocument,
115472
+ Issue_BotActorDocument: Issue_BotActorDocument,
114485
115473
  Issue_ChildrenDocument: Issue_ChildrenDocument,
114486
115474
  Issue_CommentsDocument: Issue_CommentsDocument,
114487
115475
  Issue_HistoryDocument: Issue_HistoryDocument,
@@ -114503,6 +115491,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114503
115491
  IssueSearchDocument: IssueSearchDocument,
114504
115492
  IssueVcsBranchSearchDocument: IssueVcsBranchSearchDocument,
114505
115493
  IssueVcsBranchSearch_AttachmentsDocument: IssueVcsBranchSearch_AttachmentsDocument,
115494
+ IssueVcsBranchSearch_BotActorDocument: IssueVcsBranchSearch_BotActorDocument,
114506
115495
  IssueVcsBranchSearch_ChildrenDocument: IssueVcsBranchSearch_ChildrenDocument,
114507
115496
  IssueVcsBranchSearch_CommentsDocument: IssueVcsBranchSearch_CommentsDocument,
114508
115497
  IssueVcsBranchSearch_HistoryDocument: IssueVcsBranchSearch_HistoryDocument,
@@ -114558,6 +115547,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114558
115547
  SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
114559
115548
  SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
114560
115549
  TeamDocument: TeamDocument,
115550
+ Team_AutomationStatesDocument: Team_AutomationStatesDocument,
114561
115551
  Team_CyclesDocument: Team_CyclesDocument,
114562
115552
  Team_IssuesDocument: Team_IssuesDocument,
114563
115553
  Team_LabelsDocument: Team_LabelsDocument,
@@ -114598,6 +115588,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114598
115588
  DeleteAttachmentDocument: DeleteAttachmentDocument,
114599
115589
  AttachmentLinkDiscordDocument: AttachmentLinkDiscordDocument,
114600
115590
  AttachmentLinkFrontDocument: AttachmentLinkFrontDocument,
115591
+ AttachmentLinkGitHubIssueDocument: AttachmentLinkGitHubIssueDocument,
114601
115592
  AttachmentLinkGitHubPrDocument: AttachmentLinkGitHubPrDocument,
114602
115593
  AttachmentLinkGitLabMrDocument: AttachmentLinkGitLabMrDocument,
114603
115594
  AttachmentLinkIntercomDocument: AttachmentLinkIntercomDocument,
@@ -114621,6 +115612,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114621
115612
  UpdateCustomViewDocument: UpdateCustomViewDocument,
114622
115613
  ArchiveCycleDocument: ArchiveCycleDocument,
114623
115614
  CreateCycleDocument: CreateCycleDocument,
115615
+ CycleShiftAllDocument: CycleShiftAllDocument,
114624
115616
  UpdateCycleDocument: UpdateCycleDocument,
114625
115617
  CreateDocumentDocument: CreateDocumentDocument,
114626
115618
  DeleteDocumentDocument: DeleteDocumentDocument,
@@ -114634,6 +115626,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114634
115626
  DeleteFavoriteDocument: DeleteFavoriteDocument,
114635
115627
  UpdateFavoriteDocument: UpdateFavoriteDocument,
114636
115628
  FileUploadDocument: FileUploadDocument,
115629
+ CreateGitAutomationStateDocument: CreateGitAutomationStateDocument,
115630
+ DeleteGitAutomationStateDocument: DeleteGitAutomationStateDocument,
115631
+ UpdateGitAutomationStateDocument: UpdateGitAutomationStateDocument,
114637
115632
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
114638
115633
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
114639
115634
  ImportFileUploadDocument: ImportFileUploadDocument,
@@ -114645,7 +115640,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114645
115640
  IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
114646
115641
  CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
114647
115642
  IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
114648
- IntegrationGithubSyncConnectDocument: IntegrationGithubSyncConnectDocument,
114649
115643
  IntegrationGitlabConnectDocument: IntegrationGitlabConnectDocument,
114650
115644
  IntegrationGoogleSheetsDocument: IntegrationGoogleSheetsDocument,
114651
115645
  IntegrationIntercomDocument: IntegrationIntercomDocument,
@@ -114757,6 +115751,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114757
115751
  CreateTeamMembershipDocument: CreateTeamMembershipDocument,
114758
115752
  DeleteTeamMembershipDocument: DeleteTeamMembershipDocument,
114759
115753
  UpdateTeamMembershipDocument: UpdateTeamMembershipDocument,
115754
+ UnarchiveTeamDocument: UnarchiveTeamDocument,
114760
115755
  UpdateTeamDocument: UpdateTeamDocument,
114761
115756
  CreateTemplateDocument: CreateTemplateDocument,
114762
115757
  DeleteTemplateDocument: DeleteTemplateDocument,
@@ -114766,8 +115761,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114766
115761
  UserDiscordConnectDocument: UserDiscordConnectDocument,
114767
115762
  UserExternalUserDisconnectDocument: UserExternalUserDisconnectDocument,
114768
115763
  UpdateUserFlagDocument: UpdateUserFlagDocument,
114769
- UserGitHubConnectDocument: UserGitHubConnectDocument,
114770
- UserJiraConnectDocument: UserJiraConnectDocument,
114771
115764
  UserPromoteAdminDocument: UserPromoteAdminDocument,
114772
115765
  UserPromoteMemberDocument: UserPromoteMemberDocument,
114773
115766
  UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
@@ -115059,20 +116052,20 @@ class AsksChannelConnectPayload extends Request {
115059
116052
  */
115060
116053
  class Attachment extends Request {
115061
116054
  constructor(request, data) {
115062
- var _a, _b, _c, _d, _e, _f, _g, _h;
116055
+ var _a, _b, _c, _d, _e, _f, _g;
115063
116056
  super(request);
115064
116057
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115065
116058
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115066
116059
  this.groupBySource = data.groupBySource;
115067
116060
  this.id = data.id;
115068
- this.metadata = (_c = parseJson(data.metadata)) !== null && _c !== void 0 ? _c : {};
115069
- this.source = (_d = parseJson(data.source)) !== null && _d !== void 0 ? _d : undefined;
115070
- this.sourceType = (_e = data.sourceType) !== null && _e !== void 0 ? _e : undefined;
115071
- this.subtitle = (_f = data.subtitle) !== null && _f !== void 0 ? _f : undefined;
116061
+ this.metadata = data.metadata;
116062
+ this.source = (_c = data.source) !== null && _c !== void 0 ? _c : undefined;
116063
+ this.sourceType = (_d = data.sourceType) !== null && _d !== void 0 ? _d : undefined;
116064
+ this.subtitle = (_e = data.subtitle) !== null && _e !== void 0 ? _e : undefined;
115072
116065
  this.title = data.title;
115073
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
116066
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
115074
116067
  this.url = data.url;
115075
- this._creator = (_h = data.creator) !== null && _h !== void 0 ? _h : undefined;
116068
+ this._creator = (_g = data.creator) !== null && _g !== void 0 ? _g : undefined;
115076
116069
  this._issue = data.issue;
115077
116070
  }
115078
116071
  /** The creator of the attachment. */
@@ -115159,9 +116152,8 @@ class AttachmentPayload extends Request {
115159
116152
  */
115160
116153
  class AttachmentSourcesPayload extends Request {
115161
116154
  constructor(request, data) {
115162
- var _a;
115163
116155
  super(request);
115164
- this.sources = (_a = parseJson(data.sources)) !== null && _a !== void 0 ? _a : {};
116156
+ this.sources = data.sources;
115165
116157
  }
115166
116158
  }
115167
116159
  /**
@@ -115180,8 +116172,8 @@ class AuditEntry extends Request {
115180
116172
  this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
115181
116173
  this.id = data.id;
115182
116174
  this.ip = (_e = data.ip) !== null && _e !== void 0 ? _e : undefined;
115183
- this.metadata = (_f = parseJson(data.metadata)) !== null && _f !== void 0 ? _f : undefined;
115184
- this.requestInformation = (_g = parseJson(data.requestInformation)) !== null && _g !== void 0 ? _g : undefined;
116175
+ this.metadata = (_f = data.metadata) !== null && _f !== void 0 ? _f : undefined;
116176
+ this.requestInformation = (_g = data.requestInformation) !== null && _g !== void 0 ? _g : undefined;
115185
116177
  this.type = data.type;
115186
116178
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
115187
116179
  this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
@@ -115234,28 +116226,33 @@ class AuthApiKey extends Request {
115234
116226
  }
115235
116227
  }
115236
116228
  /**
115237
- * AuthApiKeyDeletePayload model
116229
+ * AuthApiKeyPayload model
115238
116230
  *
115239
116231
  * @param request - function to call the graphql client
115240
- * @param data - L.AuthApiKeyDeletePayloadFragment response data
116232
+ * @param data - L.AuthApiKeyPayloadFragment response data
115241
116233
  */
115242
- class AuthApiKeyDeletePayload extends Request {
116234
+ class AuthApiKeyPayload extends Request {
115243
116235
  constructor(request, data) {
115244
116236
  super(request);
115245
116237
  this.success = data.success;
116238
+ this.authApiKey = new AuthApiKey(request, data.authApiKey);
115246
116239
  }
115247
116240
  }
115248
116241
  /**
115249
- * AuthApiKeyPayload model
116242
+ * AuthCreateOrJoinOrganizationResponse model
115250
116243
  *
115251
116244
  * @param request - function to call the graphql client
115252
- * @param data - L.AuthApiKeyPayloadFragment response data
116245
+ * @param data - L.AuthCreateOrJoinOrganizationResponseFragment response data
115253
116246
  */
115254
- class AuthApiKeyPayload extends Request {
116247
+ class AuthCreateOrJoinOrganizationResponse extends Request {
115255
116248
  constructor(request, data) {
116249
+ var _a;
115256
116250
  super(request);
115257
- this.success = data.success;
115258
- this.authApiKey = new AuthApiKey(request, data.authApiKey);
116251
+ this.grantDomainAccess = (_a = data.grantDomainAccess) !== null && _a !== void 0 ? _a : undefined;
116252
+ this.authOrganization = new AuthOrganization(request, data.authOrganization);
116253
+ this.authUser = new AuthUser(request, data.authUser);
116254
+ this.organization = new AuthOrganization(request, data.organization);
116255
+ this.user = new AuthUser(request, data.user);
115259
116256
  }
115260
116257
  }
115261
116258
  /**
@@ -115278,11 +116275,72 @@ class AuthIntegration extends Request {
115278
116275
  */
115279
116276
  class AuthOauthClient extends Request {
115280
116277
  constructor(request, data) {
116278
+ var _a, _b, _c, _d;
115281
116279
  super(request);
116280
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115282
116281
  this.clientId = data.clientId;
115283
116282
  this.clientSecret = data.clientSecret;
116283
+ this.creatorId = data.creatorId;
116284
+ this.description = (_b = data.description) !== null && _b !== void 0 ? _b : undefined;
116285
+ this.developer = data.developer;
116286
+ this.developerUrl = data.developerUrl;
115284
116287
  this.id = data.id;
116288
+ this.imageUrl = (_c = data.imageUrl) !== null && _c !== void 0 ? _c : undefined;
116289
+ this.name = data.name;
116290
+ this.organizationId = data.organizationId;
116291
+ this.publicEnabled = data.publicEnabled;
115285
116292
  this.redirectUris = data.redirectUris;
116293
+ this.webhookUrl = (_d = data.webhookUrl) !== null && _d !== void 0 ? _d : undefined;
116294
+ }
116295
+ }
116296
+ /**
116297
+ * AuthOauthClient with token creator IDs and counts (memberships), for use in the GraphQL API.
116298
+ *
116299
+ * @param request - function to call the graphql client
116300
+ * @param data - L.AuthOauthClientWithMembershipsFragment response data
116301
+ */
116302
+ class AuthOauthClientWithMemberships extends Request {
116303
+ constructor(request, data) {
116304
+ var _a, _b;
116305
+ super(request);
116306
+ this.appId = data.appId;
116307
+ this.clientId = data.clientId;
116308
+ this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
116309
+ this.name = data.name;
116310
+ this.scope = data.scope;
116311
+ this.totalMembers = data.totalMembers;
116312
+ this.webhookUrl = (_b = data.webhookUrl) !== null && _b !== void 0 ? _b : undefined;
116313
+ }
116314
+ }
116315
+ /**
116316
+ * AuthOauthClient with scope from OauthToken, for use in the GraphQL API.
116317
+ *
116318
+ * @param request - function to call the graphql client
116319
+ * @param data - L.AuthOauthClientWithScopeFragment response data
116320
+ */
116321
+ class AuthOauthClientWithScope extends Request {
116322
+ constructor(request, data) {
116323
+ var _a, _b;
116324
+ super(request);
116325
+ this.appId = data.appId;
116326
+ this.clientId = data.clientId;
116327
+ this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
116328
+ this.name = data.name;
116329
+ this.scope = data.scope;
116330
+ this.webhookUrl = (_b = data.webhookUrl) !== null && _b !== void 0 ? _b : undefined;
116331
+ }
116332
+ }
116333
+ /**
116334
+ * AuthOauthClientWithTokens model
116335
+ *
116336
+ * @param request - function to call the graphql client
116337
+ * @param data - L.AuthOauthClientWithTokensFragment response data
116338
+ */
116339
+ class AuthOauthClientWithTokens extends Request {
116340
+ constructor(request, data) {
116341
+ super(request);
116342
+ this.client = new AuthOauthClient(request, data.client);
116343
+ this.tokens = data.tokens.map(node => new OauthToken(request, node));
115286
116344
  }
115287
116345
  }
115288
116346
  /**
@@ -115302,10 +116360,23 @@ class AuthOrganization extends Request {
115302
116360
  this.name = data.name;
115303
116361
  this.previousUrlKeys = data.previousUrlKeys;
115304
116362
  this.samlEnabled = data.samlEnabled;
116363
+ this.scimEnabled = data.scimEnabled;
115305
116364
  this.urlKey = data.urlKey;
115306
116365
  this.userCount = data.userCount;
115307
116366
  }
115308
116367
  }
116368
+ /**
116369
+ * AuthOrganizationDomain model
116370
+ *
116371
+ * @param request - function to call the graphql client
116372
+ * @param data - L.AuthOrganizationDomainFragment response data
116373
+ */
116374
+ class AuthOrganizationDomain extends Request {
116375
+ constructor(request, data) {
116376
+ super(request);
116377
+ this.id = data.id;
116378
+ }
116379
+ }
115309
116380
  /**
115310
116381
  * AuthResolverResponse model
115311
116382
  *
@@ -115330,6 +116401,18 @@ class AuthResolverResponse extends Request {
115330
116401
  this.users = data.users.map(node => new AuthUser(request, node));
115331
116402
  }
115332
116403
  }
116404
+ /**
116405
+ * AuthSuccessPayload model
116406
+ *
116407
+ * @param request - function to call the graphql client
116408
+ * @param data - L.AuthSuccessPayloadFragment response data
116409
+ */
116410
+ class AuthSuccessPayload extends Request {
116411
+ constructor(request, data) {
116412
+ super(request);
116413
+ this.success = data.success;
116414
+ }
116415
+ }
115333
116416
  /**
115334
116417
  * A user that has access to the the resources of an organization.
115335
116418
  *
@@ -115340,6 +116423,7 @@ class AuthUser extends Request {
115340
116423
  constructor(request, data) {
115341
116424
  var _a;
115342
116425
  super(request);
116426
+ this.active = data.active;
115343
116427
  this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
115344
116428
  this.displayName = data.displayName;
115345
116429
  this.email = data.email;
@@ -115376,7 +116460,7 @@ class AuthenticationSession extends Request {
115376
116460
  }
115377
116461
  }
115378
116462
  /**
115379
- * AuthenticationSessionResponse model
116463
+ * Authentication session information
115380
116464
  *
115381
116465
  * @param request - function to call the graphql client
115382
116466
  * @param data - L.AuthenticationSessionResponseFragment response data
@@ -115403,6 +116487,23 @@ class AuthenticationSessionResponse extends Request {
115403
116487
  this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
115404
116488
  }
115405
116489
  }
116490
+ /**
116491
+ * AuthorizedApplicationBase model
116492
+ *
116493
+ * @param request - function to call the graphql client
116494
+ * @param data - L.AuthorizedApplicationBaseFragment response data
116495
+ */
116496
+ class AuthorizedApplicationBase extends Request {
116497
+ constructor(request, data) {
116498
+ var _a;
116499
+ super(request);
116500
+ this.appId = data.appId;
116501
+ this.clientId = data.clientId;
116502
+ this.imageUrl = (_a = data.imageUrl) !== null && _a !== void 0 ? _a : undefined;
116503
+ this.name = data.name;
116504
+ this.scope = data.scope;
116505
+ }
116506
+ }
115406
116507
  /**
115407
116508
  * A comment associated with an issue.
115408
116509
  *
@@ -115411,34 +116512,41 @@ class AuthenticationSessionResponse extends Request {
115411
116512
  */
115412
116513
  class Comment extends Request {
115413
116514
  constructor(request, data) {
115414
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
116515
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
115415
116516
  super(request);
115416
116517
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115417
116518
  this.body = data.body;
115418
116519
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115419
116520
  this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
115420
116521
  this.id = data.id;
115421
- this.reactionData = (_d = parseJson(data.reactionData)) !== null && _d !== void 0 ? _d : {};
115422
- this.resolvedAt = (_e = parseDate(data.resolvedAt)) !== null && _e !== void 0 ? _e : undefined;
115423
- this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
116522
+ this.reactionData = data.reactionData;
116523
+ this.resolvedAt = (_d = parseDate(data.resolvedAt)) !== null && _d !== void 0 ? _d : undefined;
116524
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
115424
116525
  this.url = data.url;
115425
116526
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115426
116527
  this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
115427
- this._issue = data.issue;
116528
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
115428
116529
  this._parent = (_g = data.parent) !== null && _g !== void 0 ? _g : undefined;
115429
- this._resolvingComment = (_h = data.resolvingComment) !== null && _h !== void 0 ? _h : undefined;
115430
- this._resolvingUser = (_j = data.resolvingUser) !== null && _j !== void 0 ? _j : undefined;
115431
- this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
116530
+ this._projectUpdate = (_h = data.projectUpdate) !== null && _h !== void 0 ? _h : undefined;
116531
+ this._resolvingComment = (_j = data.resolvingComment) !== null && _j !== void 0 ? _j : undefined;
116532
+ this._resolvingUser = (_k = data.resolvingUser) !== null && _k !== void 0 ? _k : undefined;
116533
+ this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
115432
116534
  }
115433
116535
  /** The issue that the comment is associated with. */
115434
116536
  get issue() {
115435
- return new IssueQuery(this._request).fetch(this._issue.id);
116537
+ var _a, _b;
116538
+ 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;
115436
116539
  }
115437
116540
  /** The parent comment under which the current comment is nested. */
115438
116541
  get parent() {
115439
116542
  var _a, _b;
115440
116543
  return ((_a = this._parent) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch((_b = this._parent) === null || _b === void 0 ? void 0 : _b.id) : undefined;
115441
116544
  }
116545
+ /** The project update that the comment is associated with. */
116546
+ get projectUpdate() {
116547
+ var _a, _b;
116548
+ return ((_a = this._projectUpdate) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectUpdateQuery(this._request).fetch((_b = this._projectUpdate) === null || _b === void 0 ? void 0 : _b.id) : undefined;
116549
+ }
115442
116550
  /** The comment that resolved the thread. */
115443
116551
  get resolvingComment() {
115444
116552
  var _a, _b;
@@ -115509,17 +116617,17 @@ class CommentPayload extends Request {
115509
116617
  */
115510
116618
  class Company extends Request {
115511
116619
  constructor(request, data) {
115512
- var _a, _b, _c, _d, _e, _f;
116620
+ var _a, _b, _c, _d, _e;
115513
116621
  super(request);
115514
116622
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115515
- this.companyProperties = (_b = parseJson(data.companyProperties)) !== null && _b !== void 0 ? _b : {};
115516
- this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
116623
+ this.companyProperties = data.companyProperties;
116624
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115517
116625
  this.externalId = data.externalId;
115518
116626
  this.id = data.id;
115519
- this.logoUrl = (_d = data.logoUrl) !== null && _d !== void 0 ? _d : undefined;
116627
+ this.logoUrl = (_c = data.logoUrl) !== null && _c !== void 0 ? _c : undefined;
115520
116628
  this.name = data.name;
115521
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
115522
- this.websiteUrl = (_f = data.websiteUrl) !== null && _f !== void 0 ? _f : undefined;
116629
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
116630
+ this.websiteUrl = (_e = data.websiteUrl) !== null && _e !== void 0 ? _e : undefined;
115523
116631
  this._creator = data.creator;
115524
116632
  }
115525
116633
  /** The user who added the company. */
@@ -115588,23 +116696,23 @@ class CreateOrJoinOrganizationResponse extends Request {
115588
116696
  */
115589
116697
  class CustomView extends Request {
115590
116698
  constructor(request, data) {
115591
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
116699
+ var _a, _b, _c, _d, _e, _f, _g;
115592
116700
  super(request);
115593
116701
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115594
116702
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
115595
116703
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
115596
116704
  this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
115597
- this.filterData = (_e = parseJson(data.filterData)) !== null && _e !== void 0 ? _e : {};
115598
- this.filters = (_f = parseJson(data.filters)) !== null && _f !== void 0 ? _f : {};
115599
- this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
116705
+ this.filterData = data.filterData;
116706
+ this.filters = data.filters;
116707
+ this.icon = (_e = data.icon) !== null && _e !== void 0 ? _e : undefined;
115600
116708
  this.id = data.id;
115601
116709
  this.modelName = data.modelName;
115602
116710
  this.name = data.name;
115603
116711
  this.shared = data.shared;
115604
- this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
116712
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
115605
116713
  this._creator = data.creator;
115606
116714
  this._owner = data.owner;
115607
- this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
116715
+ this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
115608
116716
  }
115609
116717
  /** The user who created the custom view. */
115610
116718
  get creator() {
@@ -115947,6 +117055,7 @@ class Document extends Request {
115947
117055
  this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
115948
117056
  this.id = data.id;
115949
117057
  this.slugId = data.slugId;
117058
+ this.sortOrder = data.sortOrder;
115950
117059
  this.title = data.title;
115951
117060
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
115952
117061
  this._creator = data.creator;
@@ -116124,7 +117233,7 @@ class DocumentSearchPayload extends Request {
116124
117233
  */
116125
117234
  class DocumentSearchResult extends Request {
116126
117235
  constructor(request, data) {
116127
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
117236
+ var _a, _b, _c, _d, _e, _f, _g, _h;
116128
117237
  super(request);
116129
117238
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
116130
117239
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
@@ -116133,12 +117242,13 @@ class DocumentSearchResult extends Request {
116133
117242
  this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
116134
117243
  this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
116135
117244
  this.id = data.id;
116136
- this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
117245
+ this.metadata = data.metadata;
116137
117246
  this.slugId = data.slugId;
117247
+ this.sortOrder = data.sortOrder;
116138
117248
  this.title = data.title;
116139
- this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
117249
+ this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
116140
117250
  this._creator = data.creator;
116141
- this._lastAppliedTemplate = (_j = data.lastAppliedTemplate) !== null && _j !== void 0 ? _j : undefined;
117251
+ this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
116142
117252
  this._project = data.project;
116143
117253
  this._updatedBy = data.updatedBy;
116144
117254
  }
@@ -116174,6 +117284,35 @@ class DocumentSearchResultConnection extends Connection {
116174
117284
  super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
116175
117285
  }
116176
117286
  }
117287
+ /**
117288
+ * An email address that can be used for submitting issues
117289
+ *
117290
+ * @param request - function to call the graphql client
117291
+ * @param data - L.EmailIntakeAddressFragment response data
117292
+ */
117293
+ class EmailIntakeAddress extends Request {
117294
+ constructor(request, data) {
117295
+ var _a, _b, _c, _d;
117296
+ super(request);
117297
+ this.address = data.address;
117298
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117299
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
117300
+ this.enabled = data.enabled;
117301
+ this.id = data.id;
117302
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
117303
+ this._creator = (_d = data.creator) !== null && _d !== void 0 ? _d : undefined;
117304
+ this._team = data.team;
117305
+ }
117306
+ /** The user who created the email intake address. */
117307
+ get creator() {
117308
+ var _a, _b;
117309
+ return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
117310
+ }
117311
+ /** The team that the email address is associated with. */
117312
+ get team() {
117313
+ return new TeamQuery(this._request).fetch(this._team.id);
117314
+ }
117315
+ }
116177
117316
  /**
116178
117317
  * EmailUnsubscribePayload model
116179
117318
  *
@@ -116448,6 +117587,72 @@ class FrontSettings extends Request {
116448
117587
  this.sendNoteOnStatusChange = (_e = data.sendNoteOnStatusChange) !== null && _e !== void 0 ? _e : undefined;
116449
117588
  }
116450
117589
  }
117590
+ /**
117591
+ * A trigger that updates the issue status according to Git automations.
117592
+ *
117593
+ * @param request - function to call the graphql client
117594
+ * @param data - L.GitAutomationStateFragment response data
117595
+ */
117596
+ class GitAutomationState extends Request {
117597
+ constructor(request, data) {
117598
+ var _a, _b, _c, _d;
117599
+ super(request);
117600
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117601
+ this.branchPattern = data.branchPattern;
117602
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
117603
+ this.id = data.id;
117604
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
117605
+ this._state = (_d = data.state) !== null && _d !== void 0 ? _d : undefined;
117606
+ this._team = data.team;
117607
+ }
117608
+ /** The associated workflow state. */
117609
+ get state() {
117610
+ var _a, _b;
117611
+ return ((_a = this._state) === null || _a === void 0 ? void 0 : _a.id) ? new WorkflowStateQuery(this._request).fetch((_b = this._state) === null || _b === void 0 ? void 0 : _b.id) : undefined;
117612
+ }
117613
+ /** The team to which this automation state belongs. */
117614
+ get team() {
117615
+ return new TeamQuery(this._request).fetch(this._team.id);
117616
+ }
117617
+ /** Creates a new automation state. */
117618
+ create(input) {
117619
+ return new CreateGitAutomationStateMutation(this._request).fetch(input);
117620
+ }
117621
+ /** Archives an automation state. */
117622
+ delete() {
117623
+ return new DeleteGitAutomationStateMutation(this._request).fetch(this.id);
117624
+ }
117625
+ /** Updates an existing state. */
117626
+ update(input) {
117627
+ return new UpdateGitAutomationStateMutation(this._request).fetch(this.id, input);
117628
+ }
117629
+ }
117630
+ /**
117631
+ * GitAutomationStateConnection model
117632
+ *
117633
+ * @param request - function to call the graphql client
117634
+ * @param fetch - function to trigger a refetch of this GitAutomationStateConnection model
117635
+ * @param data - GitAutomationStateConnection response data
117636
+ */
117637
+ class GitAutomationStateConnection extends Connection {
117638
+ constructor(request, fetch, data) {
117639
+ super(request, fetch, data.nodes.map(node => new GitAutomationState(request, node)), new PageInfo(request, data.pageInfo));
117640
+ }
117641
+ }
117642
+ /**
117643
+ * GitAutomationStatePayload model
117644
+ *
117645
+ * @param request - function to call the graphql client
117646
+ * @param data - L.GitAutomationStatePayloadFragment response data
117647
+ */
117648
+ class GitAutomationStatePayload extends Request {
117649
+ constructor(request, data) {
117650
+ super(request);
117651
+ this.lastSyncId = data.lastSyncId;
117652
+ this.success = data.success;
117653
+ this.gitAutomationState = new GitAutomationState(request, data.gitAutomationState);
117654
+ }
117655
+ }
116451
117656
  /**
116452
117657
  * GitHubCommitIntegrationPayload model
116453
117658
  *
@@ -116470,27 +117675,24 @@ class GitHubCommitIntegrationPayload extends Request {
116470
117675
  }
116471
117676
  }
116472
117677
  /**
116473
- * Metadata and settings for a GitHub integration.
117678
+ * Metadata and settings for a GitHub Personal integration.
116474
117679
  *
116475
117680
  * @param request - function to call the graphql client
116476
- * @param data - L.GitHubSettingsFragment response data
117681
+ * @param data - L.GitHubPersonalSettingsFragment response data
116477
117682
  */
116478
- class GitHubSettings extends Request {
117683
+ class GitHubPersonalSettings extends Request {
116479
117684
  constructor(request, data) {
116480
- var _a;
116481
117685
  super(request);
116482
- this.orgAvatarUrl = data.orgAvatarUrl;
116483
- this.orgLogin = data.orgLogin;
116484
- this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
117686
+ this.login = data.login;
116485
117687
  }
116486
117688
  }
116487
117689
  /**
116488
117690
  * GitHub repos available to sync.
116489
117691
  *
116490
117692
  * @param request - function to call the graphql client
116491
- * @param data - L.GitHubSyncRepoFragment response data
117693
+ * @param data - L.GitHubRepoFragment response data
116492
117694
  */
116493
- class GitHubSyncRepo extends Request {
117695
+ class GitHubRepo extends Request {
116494
117696
  constructor(request, data) {
116495
117697
  super(request);
116496
117698
  this.fullName = data.fullName;
@@ -116498,16 +117700,20 @@ class GitHubSyncRepo extends Request {
116498
117700
  }
116499
117701
  }
116500
117702
  /**
116501
- * Metadata and settings for a GitHub Sync integration.
117703
+ * Metadata and settings for a GitHub integration.
116502
117704
  *
116503
117705
  * @param request - function to call the graphql client
116504
- * @param data - L.GitHubSyncSettingsFragment response data
117706
+ * @param data - L.GitHubSettingsFragment response data
116505
117707
  */
116506
- class GitHubSyncSettings extends Request {
117708
+ class GitHubSettings extends Request {
116507
117709
  constructor(request, data) {
116508
117710
  super(request);
116509
- this.repoMapping = data.repoMapping ? data.repoMapping.map(node => new TeamRepoMapping(request, node)) : undefined;
116510
- this.repos = data.repos ? data.repos.map(node => new GitHubSyncRepo(request, node)) : undefined;
117711
+ this.orgAvatarUrl = data.orgAvatarUrl;
117712
+ this.orgLogin = data.orgLogin;
117713
+ this.repositories = data.repositories ? data.repositories.map(node => new GitHubRepo(request, node)) : undefined;
117714
+ this.repositoriesMapping = data.repositoriesMapping
117715
+ ? data.repositoriesMapping.map(node => new TeamRepoMapping(request, node))
117716
+ : undefined;
116511
117717
  }
116512
117718
  }
116513
117719
  /**
@@ -116691,7 +117897,7 @@ class IntegrationSettings extends Request {
116691
117897
  super(request);
116692
117898
  this.front = data.front ? new FrontSettings(request, data.front) : undefined;
116693
117899
  this.gitHub = data.gitHub ? new GitHubSettings(request, data.gitHub) : undefined;
116694
- this.gitHubSync = data.gitHubSync ? new GitHubSyncSettings(request, data.gitHubSync) : undefined;
117900
+ this.gitHubPersonal = data.gitHubPersonal ? new GitHubPersonalSettings(request, data.gitHubPersonal) : undefined;
116695
117901
  this.gitLab = data.gitLab ? new GitLabSettings(request, data.gitLab) : undefined;
116696
117902
  this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
116697
117903
  this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
@@ -116892,6 +118098,7 @@ class Issue extends Request {
116892
118098
  this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
116893
118099
  this.id = data.id;
116894
118100
  this.identifier = data.identifier;
118101
+ this.labelIds = data.labelIds;
116895
118102
  this.number = data.number;
116896
118103
  this.previousIdentifiers = data.previousIdentifiers;
116897
118104
  this.priority = data.priority;
@@ -116906,6 +118113,7 @@ class Issue extends Request {
116906
118113
  this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
116907
118114
  this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
116908
118115
  this.url = data.url;
118116
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
116909
118117
  this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
116910
118118
  this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
116911
118119
  this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
@@ -117076,7 +118284,7 @@ class IssueFilterSuggestionPayload extends Request {
117076
118284
  constructor(request, data) {
117077
118285
  var _a;
117078
118286
  super(request);
117079
- this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
118287
+ this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
117080
118288
  }
117081
118289
  }
117082
118290
  /**
@@ -117256,9 +118464,9 @@ class IssueImport extends Request {
117256
118464
  this.creatorId = data.creatorId;
117257
118465
  this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
117258
118466
  this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
117259
- this.errorMetadata = (_e = parseJson(data.errorMetadata)) !== null && _e !== void 0 ? _e : undefined;
118467
+ this.errorMetadata = (_e = data.errorMetadata) !== null && _e !== void 0 ? _e : undefined;
117260
118468
  this.id = data.id;
117261
- this.mapping = (_f = parseJson(data.mapping)) !== null && _f !== void 0 ? _f : undefined;
118469
+ this.mapping = (_f = data.mapping) !== null && _f !== void 0 ? _f : undefined;
117262
118470
  this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
117263
118471
  this.service = data.service;
117264
118472
  this.status = data.status;
@@ -117596,7 +118804,7 @@ class IssueSearchPayload extends Request {
117596
118804
  */
117597
118805
  class IssueSearchResult extends Request {
117598
118806
  constructor(request, data) {
117599
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0;
118807
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
117600
118808
  super(request);
117601
118809
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
117602
118810
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -117612,29 +118820,31 @@ class IssueSearchResult extends Request {
117612
118820
  this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
117613
118821
  this.id = data.id;
117614
118822
  this.identifier = data.identifier;
117615
- this.metadata = (_k = parseJson(data.metadata)) !== null && _k !== void 0 ? _k : {};
118823
+ this.labelIds = data.labelIds;
118824
+ this.metadata = data.metadata;
117616
118825
  this.number = data.number;
117617
118826
  this.previousIdentifiers = data.previousIdentifiers;
117618
118827
  this.priority = data.priority;
117619
118828
  this.priorityLabel = data.priorityLabel;
117620
- this.snoozedUntilAt = (_l = parseDate(data.snoozedUntilAt)) !== null && _l !== void 0 ? _l : undefined;
118829
+ this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
117621
118830
  this.sortOrder = data.sortOrder;
117622
- this.startedAt = (_m = parseDate(data.startedAt)) !== null && _m !== void 0 ? _m : undefined;
117623
- this.startedTriageAt = (_o = parseDate(data.startedTriageAt)) !== null && _o !== void 0 ? _o : undefined;
117624
- this.subIssueSortOrder = (_p = data.subIssueSortOrder) !== null && _p !== void 0 ? _p : undefined;
118831
+ this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
118832
+ this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
118833
+ this.subIssueSortOrder = (_o = data.subIssueSortOrder) !== null && _o !== void 0 ? _o : undefined;
117625
118834
  this.title = data.title;
117626
- this.trashed = (_q = data.trashed) !== null && _q !== void 0 ? _q : undefined;
117627
- this.triagedAt = (_r = parseDate(data.triagedAt)) !== null && _r !== void 0 ? _r : undefined;
117628
- this.updatedAt = (_s = parseDate(data.updatedAt)) !== null && _s !== void 0 ? _s : new Date();
118835
+ this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
118836
+ this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
118837
+ this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
117629
118838
  this.url = data.url;
117630
- this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
117631
- this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
117632
- this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
117633
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
117634
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
117635
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
117636
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
117637
- this._snoozedBy = (_0 = data.snoozedBy) !== null && _0 !== void 0 ? _0 : undefined;
118839
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
118840
+ this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
118841
+ this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
118842
+ this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
118843
+ this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
118844
+ this._lastAppliedTemplate = (_w = data.lastAppliedTemplate) !== null && _w !== void 0 ? _w : undefined;
118845
+ this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
118846
+ this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
118847
+ this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
117638
118848
  this._state = data.state;
117639
118849
  this._team = data.team;
117640
118850
  }
@@ -117709,9 +118919,10 @@ class IssueSearchResultConnection extends Connection {
117709
118919
  */
117710
118920
  class JiraLinearMapping extends Request {
117711
118921
  constructor(request, data) {
117712
- var _a;
118922
+ var _a, _b;
117713
118923
  super(request);
117714
118924
  this.bidirectional = (_a = data.bidirectional) !== null && _a !== void 0 ? _a : undefined;
118925
+ this.default = (_b = data.default) !== null && _b !== void 0 ? _b : undefined;
117715
118926
  this.jiraProjectId = data.jiraProjectId;
117716
118927
  this.linearTeamId = data.linearTeamId;
117717
118928
  }
@@ -117751,7 +118962,9 @@ class JiraProjectData extends Request {
117751
118962
  */
117752
118963
  class JiraSettings extends Request {
117753
118964
  constructor(request, data) {
118965
+ var _a;
117754
118966
  super(request);
118967
+ this.isJiraServer = (_a = data.isJiraServer) !== null && _a !== void 0 ? _a : undefined;
117755
118968
  this.projectMapping = data.projectMapping
117756
118969
  ? data.projectMapping.map(node => new JiraLinearMapping(request, node))
117757
118970
  : undefined;
@@ -118178,6 +119391,20 @@ class OauthClientConnection extends Connection {
118178
119391
  super(request, fetch, data.nodes.map(node => new OauthClient(request, node)), new PageInfo(request, data.pageInfo));
118179
119392
  }
118180
119393
  }
119394
+ /**
119395
+ * OauthToken model
119396
+ *
119397
+ * @param request - function to call the graphql client
119398
+ * @param data - L.OauthTokenFragment response data
119399
+ */
119400
+ class OauthToken extends Request {
119401
+ constructor(request, data) {
119402
+ var _a;
119403
+ super(request);
119404
+ this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
119405
+ this.id = data.id;
119406
+ }
119407
+ }
118181
119408
  /**
118182
119409
  * An organization. Organizations are root-level objects that contain user accounts and teams.
118183
119410
  *
@@ -118194,6 +119421,7 @@ class Organization extends Request {
118194
119421
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
118195
119422
  this.createdIssueCount = data.createdIssueCount;
118196
119423
  this.deletionRequestedAt = (_d = parseDate(data.deletionRequestedAt)) !== null && _d !== void 0 ? _d : undefined;
119424
+ this.fiscalYearStartMonth = data.fiscalYearStartMonth;
118197
119425
  this.gitBranchFormat = (_e = data.gitBranchFormat) !== null && _e !== void 0 ? _e : undefined;
118198
119426
  this.gitLinkbackMessagesEnabled = data.gitLinkbackMessagesEnabled;
118199
119427
  this.gitPublicLinkbackMessagesEnabled = data.gitPublicLinkbackMessagesEnabled;
@@ -118316,7 +119544,7 @@ class OrganizationExistsPayload extends Request {
118316
119544
  */
118317
119545
  class OrganizationInvite extends Request {
118318
119546
  constructor(request, data) {
118319
- var _a, _b, _c, _d, _e, _f, _g;
119547
+ var _a, _b, _c, _d, _e, _f;
118320
119548
  super(request);
118321
119549
  this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
118322
119550
  this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -118325,9 +119553,9 @@ class OrganizationInvite extends Request {
118325
119553
  this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
118326
119554
  this.external = data.external;
118327
119555
  this.id = data.id;
118328
- this.metadata = (_e = parseJson(data.metadata)) !== null && _e !== void 0 ? _e : {};
118329
- this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
118330
- this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
119556
+ this.metadata = data.metadata;
119557
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
119558
+ this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
118331
119559
  this._inviter = data.inviter;
118332
119560
  }
118333
119561
  /** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
@@ -118519,7 +119747,7 @@ class PaidSubscription extends Request {
118519
119747
  */
118520
119748
  class Project extends Request {
118521
119749
  constructor(request, data) {
118522
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
119750
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
118523
119751
  super(request);
118524
119752
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
118525
119753
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -118553,10 +119781,10 @@ class Project extends Request {
118553
119781
  this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
118554
119782
  this.url = data.url;
118555
119783
  this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
118556
- this._creator = data.creator;
118557
- this._integrationsSettings = (_q = data.integrationsSettings) !== null && _q !== void 0 ? _q : undefined;
118558
- this._lastAppliedTemplate = (_r = data.lastAppliedTemplate) !== null && _r !== void 0 ? _r : undefined;
118559
- this._lead = (_s = data.lead) !== null && _s !== void 0 ? _s : undefined;
119784
+ this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
119785
+ this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
119786
+ this._lastAppliedTemplate = (_s = data.lastAppliedTemplate) !== null && _s !== void 0 ? _s : undefined;
119787
+ this._lead = (_t = data.lead) !== null && _t !== void 0 ? _t : undefined;
118560
119788
  }
118561
119789
  /** The project was created based on this issue. */
118562
119790
  get convertedFromIssue() {
@@ -118565,7 +119793,8 @@ class Project extends Request {
118565
119793
  }
118566
119794
  /** The user who created the project. */
118567
119795
  get creator() {
118568
- return new UserQuery(this._request).fetch(this._creator.id);
119796
+ var _a, _b;
119797
+ return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
118569
119798
  }
118570
119799
  /** Settings for all integrations associated with that project. */
118571
119800
  get integrationsSettings() {
@@ -118619,8 +119848,8 @@ class Project extends Request {
118619
119848
  return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
118620
119849
  }
118621
119850
  /** Creates a new project. */
118622
- create(input) {
118623
- return new CreateProjectMutation(this._request).fetch(input);
119851
+ create(input, variables) {
119852
+ return new CreateProjectMutation(this._request).fetch(input, variables);
118624
119853
  }
118625
119854
  /** Deletes (trashes) a project. */
118626
119855
  delete() {
@@ -118677,7 +119906,7 @@ class ProjectFilterSuggestionPayload extends Request {
118677
119906
  constructor(request, data) {
118678
119907
  var _a;
118679
119908
  super(request);
118680
- this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
119909
+ this.filter = (_a = data.filter) !== null && _a !== void 0 ? _a : undefined;
118681
119910
  }
118682
119911
  }
118683
119912
  /**
@@ -118694,6 +119923,7 @@ class ProjectLink extends Request {
118694
119923
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
118695
119924
  this.id = data.id;
118696
119925
  this.label = data.label;
119926
+ this.sortOrder = data.sortOrder;
118697
119927
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
118698
119928
  this.url = data.url;
118699
119929
  this._creator = data.creator;
@@ -118973,10 +120203,10 @@ class ProjectSearchResult extends Request {
118973
120203
  this.id = data.id;
118974
120204
  this.inProgressScopeHistory = data.inProgressScopeHistory;
118975
120205
  this.issueCountHistory = data.issueCountHistory;
118976
- this.metadata = (_h = parseJson(data.metadata)) !== null && _h !== void 0 ? _h : {};
120206
+ this.metadata = data.metadata;
118977
120207
  this.name = data.name;
118978
120208
  this.progress = data.progress;
118979
- this.projectUpdateRemindersPausedUntilAt = (_j = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _j !== void 0 ? _j : undefined;
120209
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
118980
120210
  this.scope = data.scope;
118981
120211
  this.scopeHistory = data.scopeHistory;
118982
120212
  this.slackIssueComments = data.slackIssueComments;
@@ -118984,15 +120214,15 @@ class ProjectSearchResult extends Request {
118984
120214
  this.slackNewIssue = data.slackNewIssue;
118985
120215
  this.slugId = data.slugId;
118986
120216
  this.sortOrder = data.sortOrder;
118987
- this.startDate = (_k = data.startDate) !== null && _k !== void 0 ? _k : undefined;
118988
- this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
120217
+ this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
120218
+ this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
118989
120219
  this.state = data.state;
118990
- this.targetDate = (_m = data.targetDate) !== null && _m !== void 0 ? _m : undefined;
118991
- this.trashed = (_o = data.trashed) !== null && _o !== void 0 ? _o : undefined;
118992
- this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
120220
+ this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
120221
+ this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
120222
+ this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
118993
120223
  this.url = data.url;
118994
- this._convertedFromIssue = (_q = data.convertedFromIssue) !== null && _q !== void 0 ? _q : undefined;
118995
- this._creator = data.creator;
120224
+ this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
120225
+ this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
118996
120226
  this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
118997
120227
  this._lastAppliedTemplate = (_s = data.lastAppliedTemplate) !== null && _s !== void 0 ? _s : undefined;
118998
120228
  this._lead = (_t = data.lead) !== null && _t !== void 0 ? _t : undefined;
@@ -119004,7 +120234,8 @@ class ProjectSearchResult extends Request {
119004
120234
  }
119005
120235
  /** The user who created the project. */
119006
120236
  get creator() {
119007
- return new UserQuery(this._request).fetch(this._creator.id);
120237
+ var _a, _b;
120238
+ return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
119008
120239
  }
119009
120240
  /** Settings for all integrations associated with that project. */
119010
120241
  get integrationsSettings() {
@@ -119310,16 +120541,34 @@ class RateLimitResultPayload extends Request {
119310
120541
  */
119311
120542
  class Reaction extends Request {
119312
120543
  constructor(request, data) {
119313
- var _a, _b, _c, _d;
120544
+ var _a, _b, _c, _d, _e, _f, _g;
119314
120545
  super(request);
119315
120546
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119316
120547
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
119317
120548
  this.emoji = data.emoji;
119318
120549
  this.id = data.id;
119319
120550
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
119320
- this._user = (_d = data.user) !== null && _d !== void 0 ? _d : undefined;
120551
+ this._comment = (_d = data.comment) !== null && _d !== void 0 ? _d : undefined;
120552
+ this._issue = (_e = data.issue) !== null && _e !== void 0 ? _e : undefined;
120553
+ this._projectUpdate = (_f = data.projectUpdate) !== null && _f !== void 0 ? _f : undefined;
120554
+ this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
119321
120555
  }
119322
- /** The user who reacted. */
120556
+ /** The comment that the reaction is associated with. */
120557
+ get comment() {
120558
+ var _a, _b;
120559
+ return ((_a = this._comment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch((_b = this._comment) === null || _b === void 0 ? void 0 : _b.id) : undefined;
120560
+ }
120561
+ /** The issue that the reaction is associated with. */
120562
+ get issue() {
120563
+ var _a, _b;
120564
+ 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;
120565
+ }
120566
+ /** The project update that the reaction is associated with. */
120567
+ get projectUpdate() {
120568
+ var _a, _b;
120569
+ return ((_a = this._projectUpdate) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectUpdateQuery(this._request).fetch((_b = this._projectUpdate) === null || _b === void 0 ? void 0 : _b.id) : undefined;
120570
+ }
120571
+ /** The user that created the reaction. */
119323
120572
  get user() {
119324
120573
  var _a, _b;
119325
120574
  return ((_a = this._user) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._user) === null || _b === void 0 ? void 0 : _b.id) : undefined;
@@ -119609,6 +120858,29 @@ class SlackAsksTeamSettings extends Request {
119609
120858
  this.id = data.id;
119610
120859
  }
119611
120860
  }
120861
+ /**
120862
+ * SlackChannelConnectPayload model
120863
+ *
120864
+ * @param request - function to call the graphql client
120865
+ * @param data - L.SlackChannelConnectPayloadFragment response data
120866
+ */
120867
+ class SlackChannelConnectPayload extends Request {
120868
+ constructor(request, data) {
120869
+ var _a, _b, _c;
120870
+ super(request);
120871
+ this.addBot = data.addBot;
120872
+ this.lastSyncId = data.lastSyncId;
120873
+ this.nudgeToConnectMainSlackIntegration = (_a = data.nudgeToConnectMainSlackIntegration) !== null && _a !== void 0 ? _a : undefined;
120874
+ this.nudgeToUpdateMainSlackIntegration = (_b = data.nudgeToUpdateMainSlackIntegration) !== null && _b !== void 0 ? _b : undefined;
120875
+ this.success = data.success;
120876
+ this._integration = (_c = data.integration) !== null && _c !== void 0 ? _c : undefined;
120877
+ }
120878
+ /** The integration that was created or updated. */
120879
+ get integration() {
120880
+ var _a, _b;
120881
+ 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;
120882
+ }
120883
+ }
119612
120884
  /**
119613
120885
  * Object for mapping Slack channel IDs to names and other settings
119614
120886
  *
@@ -119617,15 +120889,16 @@ class SlackAsksTeamSettings extends Request {
119617
120889
  */
119618
120890
  class SlackChannelNameMapping extends Request {
119619
120891
  constructor(request, data) {
119620
- var _a, _b, _c, _d, _e, _f;
120892
+ var _a, _b, _c, _d, _e, _f, _g;
119621
120893
  super(request);
119622
120894
  this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
119623
120895
  this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
119624
120896
  this.autoCreateOnMessage = (_c = data.autoCreateOnMessage) !== null && _c !== void 0 ? _c : undefined;
119625
- this.botAdded = (_d = data.botAdded) !== null && _d !== void 0 ? _d : undefined;
120897
+ this.autoCreateTemplateId = (_d = data.autoCreateTemplateId) !== null && _d !== void 0 ? _d : undefined;
120898
+ this.botAdded = (_e = data.botAdded) !== null && _e !== void 0 ? _e : undefined;
119626
120899
  this.id = data.id;
119627
- this.isPrivate = (_e = data.isPrivate) !== null && _e !== void 0 ? _e : undefined;
119628
- this.isShared = (_f = data.isShared) !== null && _f !== void 0 ? _f : undefined;
120900
+ this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
120901
+ this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
119629
120902
  this.name = data.name;
119630
120903
  this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
119631
120904
  }
@@ -119669,23 +120942,6 @@ class SsoUrlFromEmailResponse extends Request {
119669
120942
  this.success = data.success;
119670
120943
  }
119671
120944
  }
119672
- /**
119673
- * Contains either the full serialized state of the application or delta packets that the requester can apply to the local data set in order to be up-to-date.
119674
- *
119675
- * @param request - function to call the graphql client
119676
- * @param data - L.SyncResponseFragment response data
119677
- */
119678
- class SyncResponse extends Request {
119679
- constructor(request, data) {
119680
- var _a, _b;
119681
- super(request);
119682
- this.databaseVersion = data.databaseVersion;
119683
- this.delta = (_a = data.delta) !== null && _a !== void 0 ? _a : undefined;
119684
- this.lastSyncId = data.lastSyncId;
119685
- this.state = (_b = data.state) !== null && _b !== void 0 ? _b : undefined;
119686
- this.subscribedSyncGroups = data.subscribedSyncGroups;
119687
- }
119688
- }
119689
120945
  /**
119690
120946
  * SynchronizedPayload model
119691
120947
  *
@@ -119740,6 +120996,7 @@ class Team extends Request {
119740
120996
  this.name = data.name;
119741
120997
  this.private = data.private;
119742
120998
  this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
120999
+ this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
119743
121000
  this.slackIssueComments = data.slackIssueComments;
119744
121001
  this.slackIssueStatuses = data.slackIssueStatuses;
119745
121002
  this.slackNewIssue = data.slackNewIssue;
@@ -119854,6 +121111,10 @@ class Team extends Request {
119854
121111
  ? new WorkflowStateQuery(this._request).fetch((_b = this._triageIssueState) === null || _b === void 0 ? void 0 : _b.id)
119855
121112
  : undefined;
119856
121113
  }
121114
+ /** The automation states for the team. */
121115
+ automationStates(variables) {
121116
+ return new Team_AutomationStatesQuery(this._request, this.id, variables).fetch(variables);
121117
+ }
119857
121118
  /** Cycles associated with the team. */
119858
121119
  cycles(variables) {
119859
121120
  return new Team_CyclesQuery(this._request, this.id, variables).fetch(variables);
@@ -119898,11 +121159,35 @@ class Team extends Request {
119898
121159
  delete() {
119899
121160
  return new DeleteTeamMutation(this._request).fetch(this.id);
119900
121161
  }
121162
+ /** Unarchives a team and cancels deletion. */
121163
+ unarchive() {
121164
+ return new UnarchiveTeamMutation(this._request).fetch(this.id);
121165
+ }
119901
121166
  /** Updates a team. */
119902
121167
  update(input) {
119903
121168
  return new UpdateTeamMutation(this._request).fetch(this.id, input);
119904
121169
  }
119905
121170
  }
121171
+ /**
121172
+ * A generic payload return from entity archive mutations.
121173
+ *
121174
+ * @param request - function to call the graphql client
121175
+ * @param data - L.TeamArchivePayloadFragment response data
121176
+ */
121177
+ class TeamArchivePayload extends Request {
121178
+ constructor(request, data) {
121179
+ var _a;
121180
+ super(request);
121181
+ this.lastSyncId = data.lastSyncId;
121182
+ this.success = data.success;
121183
+ this._entity = (_a = data.entity) !== null && _a !== void 0 ? _a : undefined;
121184
+ }
121185
+ /** The archived/unarchived entity. Null if entity was deleted. */
121186
+ get entity() {
121187
+ var _a, _b;
121188
+ return ((_a = this._entity) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._entity) === null || _b === void 0 ? void 0 : _b.id) : undefined;
121189
+ }
121190
+ }
119906
121191
  /**
119907
121192
  * TeamConnection model
119908
121193
  *
@@ -120138,15 +121423,12 @@ class Template extends Request {
120138
121423
  * TemplateConnection model
120139
121424
  *
120140
121425
  * @param request - function to call the graphql client
120141
- * @param data - L.TemplateConnectionFragment response data
121426
+ * @param fetch - function to trigger a refetch of this TemplateConnection model
121427
+ * @param data - TemplateConnection response data
120142
121428
  */
120143
- class TemplateConnection extends Request {
120144
- constructor(request, data) {
120145
- super(request);
120146
- this.pageInfo = new PageInfo(request, data.pageInfo);
120147
- }
120148
- get nodes() {
120149
- return new TemplatesQuery(this._request).fetch();
121429
+ class TemplateConnection extends Connection {
121430
+ constructor(request, fetch, data) {
121431
+ super(request, fetch, data.nodes.map(node => new Template(request, node)), new PageInfo(request, data.pageInfo));
120150
121432
  }
120151
121433
  }
120152
121434
  /**
@@ -120180,8 +121462,8 @@ class TriageResponsibility extends Request {
120180
121462
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120181
121463
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
120182
121464
  this.id = data.id;
120183
- this.manualSelection = (_c = parseJson(data.manualSelection)) !== null && _c !== void 0 ? _c : undefined;
120184
- this.schedule = (_d = parseJson(data.schedule)) !== null && _d !== void 0 ? _d : undefined;
121465
+ this.manualSelection = (_c = data.manualSelection) !== null && _c !== void 0 ? _c : undefined;
121466
+ this.schedule = (_d = data.schedule) !== null && _d !== void 0 ? _d : undefined;
120185
121467
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
120186
121468
  this._integration = data.integration;
120187
121469
  this._team = data.team;
@@ -120220,7 +121502,7 @@ class UploadFile extends Request {
120220
121502
  this.assetUrl = data.assetUrl;
120221
121503
  this.contentType = data.contentType;
120222
121504
  this.filename = data.filename;
120223
- this.metaData = (_a = parseJson(data.metaData)) !== null && _a !== void 0 ? _a : undefined;
121505
+ this.metaData = (_a = data.metaData) !== null && _a !== void 0 ? _a : undefined;
120224
121506
  this.size = data.size;
120225
121507
  this.uploadUrl = data.uploadUrl;
120226
121508
  this.headers = data.headers.map(node => new UploadFileHeader(request, node));
@@ -120472,16 +121754,16 @@ class UserPayload extends Request {
120472
121754
  */
120473
121755
  class UserSettings extends Request {
120474
121756
  constructor(request, data) {
120475
- var _a, _b, _c, _d, _e;
121757
+ var _a, _b, _c, _d;
120476
121758
  super(request);
120477
121759
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120478
121760
  this.calendarHash = (_b = data.calendarHash) !== null && _b !== void 0 ? _b : undefined;
120479
121761
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
120480
121762
  this.id = data.id;
120481
- this.notificationPreferences = (_d = parseJson(data.notificationPreferences)) !== null && _d !== void 0 ? _d : {};
121763
+ this.notificationPreferences = data.notificationPreferences;
120482
121764
  this.showFullUserNames = data.showFullUserNames;
120483
121765
  this.unsubscribedFrom = data.unsubscribedFrom;
120484
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
121766
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
120485
121767
  this._user = data.user;
120486
121768
  }
120487
121769
  /** The user associated with these settings. */
@@ -120666,18 +121948,18 @@ class WebhookPayload extends Request {
120666
121948
  */
120667
121949
  class WorkflowCronJobDefinition extends Request {
120668
121950
  constructor(request, data) {
120669
- var _a, _b, _c, _d, _e, _f;
121951
+ var _a, _b, _c, _d;
120670
121952
  super(request);
120671
- this.activities = (_a = parseJson(data.activities)) !== null && _a !== void 0 ? _a : {};
120672
- this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
120673
- this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
120674
- this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
121953
+ this.activities = data.activities;
121954
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
121955
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
121956
+ this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
120675
121957
  this.enabled = data.enabled;
120676
121958
  this.id = data.id;
120677
121959
  this.name = data.name;
120678
- this.schedule = (_e = parseJson(data.schedule)) !== null && _e !== void 0 ? _e : {};
121960
+ this.schedule = data.schedule;
120679
121961
  this.sortOrder = data.sortOrder;
120680
- this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
121962
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
120681
121963
  this._creator = data.creator;
120682
121964
  this._team = data.team;
120683
121965
  }
@@ -120710,26 +121992,26 @@ class WorkflowCronJobDefinitionConnection extends Connection {
120710
121992
  */
120711
121993
  class WorkflowDefinition extends Request {
120712
121994
  constructor(request, data) {
120713
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
121995
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
120714
121996
  super(request);
120715
- this.activities = (_a = parseJson(data.activities)) !== null && _a !== void 0 ? _a : {};
120716
- this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
120717
- this.conditions = (_c = parseJson(data.conditions)) !== null && _c !== void 0 ? _c : {};
120718
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
120719
- this.description = (_e = data.description) !== null && _e !== void 0 ? _e : undefined;
121997
+ this.activities = data.activities;
121998
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
121999
+ this.conditions = data.conditions;
122000
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
122001
+ this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
120720
122002
  this.enabled = data.enabled;
120721
- this.groupName = (_f = data.groupName) !== null && _f !== void 0 ? _f : undefined;
122003
+ this.groupName = (_d = data.groupName) !== null && _d !== void 0 ? _d : undefined;
120722
122004
  this.id = data.id;
120723
122005
  this.name = data.name;
120724
122006
  this.sortOrder = data.sortOrder;
120725
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
122007
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
120726
122008
  this._creator = data.creator;
120727
- this._customView = (_h = data.customView) !== null && _h !== void 0 ? _h : undefined;
120728
- this._cycle = (_j = data.cycle) !== null && _j !== void 0 ? _j : undefined;
120729
- this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
120730
- this._project = (_l = data.project) !== null && _l !== void 0 ? _l : undefined;
120731
- this._team = (_m = data.team) !== null && _m !== void 0 ? _m : undefined;
120732
- this._user = (_o = data.user) !== null && _o !== void 0 ? _o : undefined;
122009
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
122010
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
122011
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
122012
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
122013
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
122014
+ this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
120733
122015
  }
120734
122016
  /** The user who created the workflow. */
120735
122017
  get creator() {
@@ -122445,11 +123727,12 @@ class PushSubscriptionTestQuery extends Request {
122445
123727
  /**
122446
123728
  * Call the PushSubscriptionTest query and return a PushSubscriptionTestPayload
122447
123729
  *
123730
+ * @param variables - variables to pass into the PushSubscriptionTestQuery
122448
123731
  * @returns parsed response from PushSubscriptionTestQuery
122449
123732
  */
122450
- fetch() {
123733
+ fetch(variables) {
122451
123734
  return __awaiter(this, void 0, void 0, function* () {
122452
- const response = yield this._request(PushSubscriptionTestDocument, {});
123735
+ const response = yield this._request(PushSubscriptionTestDocument, variables);
122453
123736
  const data = response.pushSubscriptionTest;
122454
123737
  return new PushSubscriptionTestPayload(this._request, data);
122455
123738
  });
@@ -123235,6 +124518,32 @@ class AttachmentLinkFrontMutation extends Request {
123235
124518
  });
123236
124519
  }
123237
124520
  }
124521
+ /**
124522
+ * A fetchable AttachmentLinkGitHubIssue Mutation
124523
+ *
124524
+ * @param request - function to call the graphql client
124525
+ */
124526
+ class AttachmentLinkGitHubIssueMutation extends Request {
124527
+ constructor(request) {
124528
+ super(request);
124529
+ }
124530
+ /**
124531
+ * Call the AttachmentLinkGitHubIssue mutation and return a AttachmentPayload
124532
+ *
124533
+ * @param issueId - required issueId to pass to attachmentLinkGitHubIssue
124534
+ * @param url - required url to pass to attachmentLinkGitHubIssue
124535
+ * @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubIssueMutation
124536
+ * @returns parsed response from AttachmentLinkGitHubIssueMutation
124537
+ */
124538
+ fetch(issueId, url, variables) {
124539
+ return __awaiter(this, void 0, void 0, function* () {
124540
+ const response = yield this._request(AttachmentLinkGitHubIssueDocument, Object.assign({ issueId,
124541
+ url }, variables));
124542
+ const data = response.attachmentLinkGitHubIssue;
124543
+ return new AttachmentPayload(this._request, data);
124544
+ });
124545
+ }
124546
+ }
123238
124547
  /**
123239
124548
  * A fetchable AttachmentLinkGitHubPr Mutation
123240
124549
  *
@@ -123248,19 +124557,13 @@ class AttachmentLinkGitHubPrMutation extends Request {
123248
124557
  * Call the AttachmentLinkGitHubPr mutation and return a AttachmentPayload
123249
124558
  *
123250
124559
  * @param issueId - required issueId to pass to attachmentLinkGitHubPR
123251
- * @param number - required number to pass to attachmentLinkGitHubPR
123252
- * @param owner - required owner to pass to attachmentLinkGitHubPR
123253
- * @param repo - required repo to pass to attachmentLinkGitHubPR
123254
124560
  * @param url - required url to pass to attachmentLinkGitHubPR
123255
- * @param variables - variables without 'issueId', 'number', 'owner', 'repo', 'url' to pass into the AttachmentLinkGitHubPrMutation
124561
+ * @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
123256
124562
  * @returns parsed response from AttachmentLinkGitHubPrMutation
123257
124563
  */
123258
- fetch(issueId, number, owner, repo, url, variables) {
124564
+ fetch(issueId, url, variables) {
123259
124565
  return __awaiter(this, void 0, void 0, function* () {
123260
124566
  const response = yield this._request(AttachmentLinkGitHubPrDocument, Object.assign({ issueId,
123261
- number,
123262
- owner,
123263
- repo,
123264
124567
  url }, variables));
123265
124568
  const data = response.attachmentLinkGitHubPR;
123266
124569
  return new AttachmentPayload(this._request, data);
@@ -123833,6 +125136,31 @@ class CreateCycleMutation extends Request {
123833
125136
  });
123834
125137
  }
123835
125138
  }
125139
+ /**
125140
+ * A fetchable CycleShiftAll Mutation
125141
+ *
125142
+ * @param request - function to call the graphql client
125143
+ */
125144
+ class CycleShiftAllMutation extends Request {
125145
+ constructor(request) {
125146
+ super(request);
125147
+ }
125148
+ /**
125149
+ * Call the CycleShiftAll mutation and return a CyclePayload
125150
+ *
125151
+ * @param input - required input to pass to cycleShiftAll
125152
+ * @returns parsed response from CycleShiftAllMutation
125153
+ */
125154
+ fetch(input) {
125155
+ return __awaiter(this, void 0, void 0, function* () {
125156
+ const response = yield this._request(CycleShiftAllDocument, {
125157
+ input,
125158
+ });
125159
+ const data = response.cycleShiftAll;
125160
+ return new CyclePayload(this._request, data);
125161
+ });
125162
+ }
125163
+ }
123836
125164
  /**
123837
125165
  * A fetchable UpdateCycle Mutation
123838
125166
  *
@@ -124167,6 +125495,83 @@ class FileUploadMutation extends Request {
124167
125495
  });
124168
125496
  }
124169
125497
  }
125498
+ /**
125499
+ * A fetchable CreateGitAutomationState Mutation
125500
+ *
125501
+ * @param request - function to call the graphql client
125502
+ */
125503
+ class CreateGitAutomationStateMutation extends Request {
125504
+ constructor(request) {
125505
+ super(request);
125506
+ }
125507
+ /**
125508
+ * Call the CreateGitAutomationState mutation and return a GitAutomationStatePayload
125509
+ *
125510
+ * @param input - required input to pass to createGitAutomationState
125511
+ * @returns parsed response from CreateGitAutomationStateMutation
125512
+ */
125513
+ fetch(input) {
125514
+ return __awaiter(this, void 0, void 0, function* () {
125515
+ const response = yield this._request(CreateGitAutomationStateDocument, {
125516
+ input,
125517
+ });
125518
+ const data = response.gitAutomationStateCreate;
125519
+ return new GitAutomationStatePayload(this._request, data);
125520
+ });
125521
+ }
125522
+ }
125523
+ /**
125524
+ * A fetchable DeleteGitAutomationState Mutation
125525
+ *
125526
+ * @param request - function to call the graphql client
125527
+ */
125528
+ class DeleteGitAutomationStateMutation extends Request {
125529
+ constructor(request) {
125530
+ super(request);
125531
+ }
125532
+ /**
125533
+ * Call the DeleteGitAutomationState mutation and return a DeletePayload
125534
+ *
125535
+ * @param id - required id to pass to deleteGitAutomationState
125536
+ * @returns parsed response from DeleteGitAutomationStateMutation
125537
+ */
125538
+ fetch(id) {
125539
+ return __awaiter(this, void 0, void 0, function* () {
125540
+ const response = yield this._request(DeleteGitAutomationStateDocument, {
125541
+ id,
125542
+ });
125543
+ const data = response.gitAutomationStateDelete;
125544
+ return new DeletePayload(this._request, data);
125545
+ });
125546
+ }
125547
+ }
125548
+ /**
125549
+ * A fetchable UpdateGitAutomationState Mutation
125550
+ *
125551
+ * @param request - function to call the graphql client
125552
+ */
125553
+ class UpdateGitAutomationStateMutation extends Request {
125554
+ constructor(request) {
125555
+ super(request);
125556
+ }
125557
+ /**
125558
+ * Call the UpdateGitAutomationState mutation and return a GitAutomationStatePayload
125559
+ *
125560
+ * @param id - required id to pass to updateGitAutomationState
125561
+ * @param input - required input to pass to updateGitAutomationState
125562
+ * @returns parsed response from UpdateGitAutomationStateMutation
125563
+ */
125564
+ fetch(id, input) {
125565
+ return __awaiter(this, void 0, void 0, function* () {
125566
+ const response = yield this._request(UpdateGitAutomationStateDocument, {
125567
+ id,
125568
+ input,
125569
+ });
125570
+ const data = response.gitAutomationStateUpdate;
125571
+ return new GitAutomationStatePayload(this._request, data);
125572
+ });
125573
+ }
125574
+ }
124170
125575
  /**
124171
125576
  * A fetchable GoogleUserAccountAuth Mutation
124172
125577
  *
@@ -124450,31 +125855,6 @@ class IntegrationGithubConnectMutation extends Request {
124450
125855
  });
124451
125856
  }
124452
125857
  }
124453
- /**
124454
- * A fetchable IntegrationGithubSyncConnect Mutation
124455
- *
124456
- * @param request - function to call the graphql client
124457
- */
124458
- class IntegrationGithubSyncConnectMutation extends Request {
124459
- constructor(request) {
124460
- super(request);
124461
- }
124462
- /**
124463
- * Call the IntegrationGithubSyncConnect mutation and return a IntegrationPayload
124464
- *
124465
- * @param installationId - required installationId to pass to integrationGithubSyncConnect
124466
- * @returns parsed response from IntegrationGithubSyncConnectMutation
124467
- */
124468
- fetch(installationId) {
124469
- return __awaiter(this, void 0, void 0, function* () {
124470
- const response = yield this._request(IntegrationGithubSyncConnectDocument, {
124471
- installationId,
124472
- });
124473
- const data = response.integrationGithubSyncConnect;
124474
- return new IntegrationPayload(this._request, data);
124475
- });
124476
- }
124477
- }
124478
125858
  /**
124479
125859
  * A fetchable IntegrationGitlabConnect Mutation
124480
125860
  *
@@ -124612,14 +125992,12 @@ class IntegrationJiraPersonalMutation extends Request {
124612
125992
  /**
124613
125993
  * Call the IntegrationJiraPersonal mutation and return a IntegrationPayload
124614
125994
  *
124615
- * @param code - required code to pass to integrationJiraPersonal
125995
+ * @param variables - variables to pass into the IntegrationJiraPersonalMutation
124616
125996
  * @returns parsed response from IntegrationJiraPersonalMutation
124617
125997
  */
124618
- fetch(code) {
125998
+ fetch(variables) {
124619
125999
  return __awaiter(this, void 0, void 0, function* () {
124620
- const response = yield this._request(IntegrationJiraPersonalDocument, {
124621
- code,
124622
- });
126000
+ const response = yield this._request(IntegrationJiraPersonalDocument, variables);
124623
126001
  const data = response.integrationJiraPersonal;
124624
126002
  return new IntegrationPayload(this._request, data);
124625
126003
  });
@@ -124791,7 +126169,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
124791
126169
  super(request);
124792
126170
  }
124793
126171
  /**
124794
- * Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a IntegrationPayload
126172
+ * Call the IntegrationSlackOrgProjectUpdatesPost mutation and return a SlackChannelConnectPayload
124795
126173
  *
124796
126174
  * @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
124797
126175
  * @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
@@ -124804,7 +126182,7 @@ class IntegrationSlackOrgProjectUpdatesPostMutation extends Request {
124804
126182
  redirectUri,
124805
126183
  });
124806
126184
  const data = response.integrationSlackOrgProjectUpdatesPost;
124807
- return new IntegrationPayload(this._request, data);
126185
+ return new SlackChannelConnectPayload(this._request, data);
124808
126186
  });
124809
126187
  }
124810
126188
  }
@@ -124845,7 +126223,7 @@ class IntegrationSlackPostMutation extends Request {
124845
126223
  super(request);
124846
126224
  }
124847
126225
  /**
124848
- * Call the IntegrationSlackPost mutation and return a IntegrationPayload
126226
+ * Call the IntegrationSlackPost mutation and return a SlackChannelConnectPayload
124849
126227
  *
124850
126228
  * @param code - required code to pass to integrationSlackPost
124851
126229
  * @param redirectUri - required redirectUri to pass to integrationSlackPost
@@ -124859,7 +126237,7 @@ class IntegrationSlackPostMutation extends Request {
124859
126237
  redirectUri,
124860
126238
  teamId }, variables));
124861
126239
  const data = response.integrationSlackPost;
124862
- return new IntegrationPayload(this._request, data);
126240
+ return new SlackChannelConnectPayload(this._request, data);
124863
126241
  });
124864
126242
  }
124865
126243
  }
@@ -124873,7 +126251,7 @@ class IntegrationSlackProjectPostMutation extends Request {
124873
126251
  super(request);
124874
126252
  }
124875
126253
  /**
124876
- * Call the IntegrationSlackProjectPost mutation and return a IntegrationPayload
126254
+ * Call the IntegrationSlackProjectPost mutation and return a SlackChannelConnectPayload
124877
126255
  *
124878
126256
  * @param code - required code to pass to integrationSlackProjectPost
124879
126257
  * @param projectId - required projectId to pass to integrationSlackProjectPost
@@ -124890,7 +126268,7 @@ class IntegrationSlackProjectPostMutation extends Request {
124890
126268
  service,
124891
126269
  });
124892
126270
  const data = response.integrationSlackProjectPost;
124893
- return new IntegrationPayload(this._request, data);
126271
+ return new SlackChannelConnectPayload(this._request, data);
124894
126272
  });
124895
126273
  }
124896
126274
  }
@@ -126383,13 +127761,12 @@ class CreateProjectMutation extends Request {
126383
127761
  * Call the CreateProject mutation and return a ProjectPayload
126384
127762
  *
126385
127763
  * @param input - required input to pass to createProject
127764
+ * @param variables - variables without 'input' to pass into the CreateProjectMutation
126386
127765
  * @returns parsed response from CreateProjectMutation
126387
127766
  */
126388
- fetch(input) {
127767
+ fetch(input, variables) {
126389
127768
  return __awaiter(this, void 0, void 0, function* () {
126390
- const response = yield this._request(CreateProjectDocument, {
126391
- input,
126392
- });
127769
+ const response = yield this._request(CreateProjectDocument, Object.assign({ input }, variables));
126393
127770
  const data = response.projectCreate;
126394
127771
  return new ProjectPayload(this._request, data);
126395
127772
  });
@@ -127308,6 +128685,31 @@ class UpdateTeamMembershipMutation extends Request {
127308
128685
  });
127309
128686
  }
127310
128687
  }
128688
+ /**
128689
+ * A fetchable UnarchiveTeam Mutation
128690
+ *
128691
+ * @param request - function to call the graphql client
128692
+ */
128693
+ class UnarchiveTeamMutation extends Request {
128694
+ constructor(request) {
128695
+ super(request);
128696
+ }
128697
+ /**
128698
+ * Call the UnarchiveTeam mutation and return a TeamArchivePayload
128699
+ *
128700
+ * @param id - required id to pass to unarchiveTeam
128701
+ * @returns parsed response from UnarchiveTeamMutation
128702
+ */
128703
+ fetch(id) {
128704
+ return __awaiter(this, void 0, void 0, function* () {
128705
+ const response = yield this._request(UnarchiveTeamDocument, {
128706
+ id,
128707
+ });
128708
+ const data = response.teamUnarchive;
128709
+ return new TeamArchivePayload(this._request, data);
128710
+ });
128711
+ }
128712
+ }
127311
128713
  /**
127312
128714
  * A fetchable UpdateTeam Mutation
127313
128715
  *
@@ -127541,56 +128943,6 @@ class UpdateUserFlagMutation extends Request {
127541
128943
  });
127542
128944
  }
127543
128945
  }
127544
- /**
127545
- * A fetchable UserGitHubConnect Mutation
127546
- *
127547
- * @param request - function to call the graphql client
127548
- */
127549
- class UserGitHubConnectMutation extends Request {
127550
- constructor(request) {
127551
- super(request);
127552
- }
127553
- /**
127554
- * Call the UserGitHubConnect mutation and return a UserPayload
127555
- *
127556
- * @param code - required code to pass to userGitHubConnect
127557
- * @returns parsed response from UserGitHubConnectMutation
127558
- */
127559
- fetch(code) {
127560
- return __awaiter(this, void 0, void 0, function* () {
127561
- const response = yield this._request(UserGitHubConnectDocument, {
127562
- code,
127563
- });
127564
- const data = response.userGitHubConnect;
127565
- return new UserPayload(this._request, data);
127566
- });
127567
- }
127568
- }
127569
- /**
127570
- * A fetchable UserJiraConnect Mutation
127571
- *
127572
- * @param request - function to call the graphql client
127573
- */
127574
- class UserJiraConnectMutation extends Request {
127575
- constructor(request) {
127576
- super(request);
127577
- }
127578
- /**
127579
- * Call the UserJiraConnect mutation and return a UserPayload
127580
- *
127581
- * @param code - required code to pass to userJiraConnect
127582
- * @returns parsed response from UserJiraConnectMutation
127583
- */
127584
- fetch(code) {
127585
- return __awaiter(this, void 0, void 0, function* () {
127586
- const response = yield this._request(UserJiraConnectDocument, {
127587
- code,
127588
- });
127589
- const data = response.userJiraConnect;
127590
- return new UserPayload(this._request, data);
127591
- });
127592
- }
127593
- }
127594
128946
  /**
127595
128947
  * A fetchable UserPromoteAdmin Mutation
127596
128948
  *
@@ -128051,6 +129403,32 @@ class AttachmentIssue_AttachmentsQuery extends Request {
128051
129403
  });
128052
129404
  }
128053
129405
  }
129406
+ /**
129407
+ * A fetchable AttachmentIssue_BotActor Query
129408
+ *
129409
+ * @param request - function to call the graphql client
129410
+ * @param id - required id to pass to attachmentIssue
129411
+ */
129412
+ class AttachmentIssue_BotActorQuery extends Request {
129413
+ constructor(request, id) {
129414
+ super(request);
129415
+ this._id = id;
129416
+ }
129417
+ /**
129418
+ * Call the AttachmentIssue_BotActor query and return a ActorBot
129419
+ *
129420
+ * @returns parsed response from AttachmentIssue_BotActorQuery
129421
+ */
129422
+ fetch() {
129423
+ return __awaiter(this, void 0, void 0, function* () {
129424
+ const response = yield this._request(AttachmentIssue_BotActorDocument, {
129425
+ id: this._id,
129426
+ });
129427
+ const data = response.attachmentIssue.botActor;
129428
+ return data ? new ActorBot(this._request, data) : undefined;
129429
+ });
129430
+ }
129431
+ }
128054
129432
  /**
128055
129433
  * A fetchable AttachmentIssue_Children Query
128056
129434
  *
@@ -128427,6 +129805,32 @@ class Issue_AttachmentsQuery extends Request {
128427
129805
  });
128428
129806
  }
128429
129807
  }
129808
+ /**
129809
+ * A fetchable Issue_BotActor Query
129810
+ *
129811
+ * @param request - function to call the graphql client
129812
+ * @param id - required id to pass to issue
129813
+ */
129814
+ class Issue_BotActorQuery extends Request {
129815
+ constructor(request, id) {
129816
+ super(request);
129817
+ this._id = id;
129818
+ }
129819
+ /**
129820
+ * Call the Issue_BotActor query and return a ActorBot
129821
+ *
129822
+ * @returns parsed response from Issue_BotActorQuery
129823
+ */
129824
+ fetch() {
129825
+ return __awaiter(this, void 0, void 0, function* () {
129826
+ const response = yield this._request(Issue_BotActorDocument, {
129827
+ id: this._id,
129828
+ });
129829
+ const data = response.issue.botActor;
129830
+ return data ? new ActorBot(this._request, data) : undefined;
129831
+ });
129832
+ }
129833
+ }
128430
129834
  /**
128431
129835
  * A fetchable Issue_Children Query
128432
129836
  *
@@ -128703,6 +130107,33 @@ class IssueVcsBranchSearch_AttachmentsQuery extends Request {
128703
130107
  });
128704
130108
  }
128705
130109
  }
130110
+ /**
130111
+ * A fetchable IssueVcsBranchSearch_BotActor Query
130112
+ *
130113
+ * @param request - function to call the graphql client
130114
+ * @param branchName - required branchName to pass to issueVcsBranchSearch
130115
+ */
130116
+ class IssueVcsBranchSearch_BotActorQuery extends Request {
130117
+ constructor(request, branchName) {
130118
+ super(request);
130119
+ this._branchName = branchName;
130120
+ }
130121
+ /**
130122
+ * Call the IssueVcsBranchSearch_BotActor query and return a ActorBot
130123
+ *
130124
+ * @returns parsed response from IssueVcsBranchSearch_BotActorQuery
130125
+ */
130126
+ fetch() {
130127
+ var _a;
130128
+ return __awaiter(this, void 0, void 0, function* () {
130129
+ const response = yield this._request(IssueVcsBranchSearch_BotActorDocument, {
130130
+ branchName: this._branchName,
130131
+ });
130132
+ const data = (_a = response.issueVcsBranchSearch) === null || _a === void 0 ? void 0 : _a.botActor;
130133
+ return data ? new ActorBot(this._request, data) : undefined;
130134
+ });
130135
+ }
130136
+ }
128706
130137
  /**
128707
130138
  * A fetchable IssueVcsBranchSearch_Children Query
128708
130139
  *
@@ -129052,7 +130483,7 @@ class Organization_TemplatesQuery extends Request {
129052
130483
  return __awaiter(this, void 0, void 0, function* () {
129053
130484
  const response = yield this._request(Organization_TemplatesDocument, variables);
129054
130485
  const data = response.organization.templates;
129055
- return new TemplateConnection(this._request, data);
130486
+ return new TemplateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
129056
130487
  });
129057
130488
  }
129058
130489
  }
@@ -129378,6 +130809,33 @@ class SearchProjects_ArchivePayloadQuery extends Request {
129378
130809
  });
129379
130810
  }
129380
130811
  }
130812
+ /**
130813
+ * A fetchable Team_AutomationStates Query
130814
+ *
130815
+ * @param request - function to call the graphql client
130816
+ * @param id - required id to pass to team
130817
+ * @param variables - variables without 'id' to pass into the Team_AutomationStatesQuery
130818
+ */
130819
+ class Team_AutomationStatesQuery extends Request {
130820
+ constructor(request, id, variables) {
130821
+ super(request);
130822
+ this._id = id;
130823
+ this._variables = variables;
130824
+ }
130825
+ /**
130826
+ * Call the Team_AutomationStates query and return a GitAutomationStateConnection
130827
+ *
130828
+ * @param variables - variables without 'id' to pass into the Team_AutomationStatesQuery
130829
+ * @returns parsed response from Team_AutomationStatesQuery
130830
+ */
130831
+ fetch(variables) {
130832
+ return __awaiter(this, void 0, void 0, function* () {
130833
+ const response = yield this._request(Team_AutomationStatesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
130834
+ const data = response.team.automationStates;
130835
+ return new GitAutomationStateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
130836
+ });
130837
+ }
130838
+ }
129381
130839
  /**
129382
130840
  * A fetchable Team_Cycles Query
129383
130841
  *
@@ -129590,7 +131048,7 @@ class Team_TemplatesQuery extends Request {
129590
131048
  return __awaiter(this, void 0, void 0, function* () {
129591
131049
  const response = yield this._request(Team_TemplatesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
129592
131050
  const data = response.team.templates;
129593
- return new TemplateConnection(this._request, data);
131051
+ return new TemplateConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
129594
131052
  });
129595
131053
  }
129596
131054
  }
@@ -130438,10 +131896,11 @@ class LinearSdk extends Request {
130438
131896
  /**
130439
131897
  * Sends a test push message.
130440
131898
  *
131899
+ * @param variables - variables to pass into the PushSubscriptionTestQuery
130441
131900
  * @returns PushSubscriptionTestPayload
130442
131901
  */
130443
- get pushSubscriptionTest() {
130444
- return new PushSubscriptionTestQuery(this._request).fetch();
131902
+ pushSubscriptionTest(variables) {
131903
+ return new PushSubscriptionTestQuery(this._request).fetch(variables);
130445
131904
  }
130446
131905
  /**
130447
131906
  * The status of the rate limiter.
@@ -130738,18 +132197,26 @@ class LinearSdk extends Request {
130738
132197
  return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
130739
132198
  }
130740
132199
  /**
130741
- * Link an existing GitHub PR to an issue.
132200
+ * Link a GitHub issue to a Linear issue.
132201
+ *
132202
+ * @param issueId - required issueId to pass to attachmentLinkGitHubIssue
132203
+ * @param url - required url to pass to attachmentLinkGitHubIssue
132204
+ * @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubIssueMutation
132205
+ * @returns AttachmentPayload
132206
+ */
132207
+ attachmentLinkGitHubIssue(issueId, url, variables) {
132208
+ return new AttachmentLinkGitHubIssueMutation(this._request).fetch(issueId, url, variables);
132209
+ }
132210
+ /**
132211
+ * Link a GitHub pull request to an issue.
130742
132212
  *
130743
132213
  * @param issueId - required issueId to pass to attachmentLinkGitHubPR
130744
- * @param number - required number to pass to attachmentLinkGitHubPR
130745
- * @param owner - required owner to pass to attachmentLinkGitHubPR
130746
- * @param repo - required repo to pass to attachmentLinkGitHubPR
130747
132214
  * @param url - required url to pass to attachmentLinkGitHubPR
130748
- * @param variables - variables without 'issueId', 'number', 'owner', 'repo', 'url' to pass into the AttachmentLinkGitHubPrMutation
132215
+ * @param variables - variables without 'issueId', 'url' to pass into the AttachmentLinkGitHubPrMutation
130749
132216
  * @returns AttachmentPayload
130750
132217
  */
130751
- attachmentLinkGitHubPR(issueId, number, owner, repo, url, variables) {
130752
- return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId, number, owner, repo, url, variables);
132218
+ attachmentLinkGitHubPR(issueId, url, variables) {
132219
+ return new AttachmentLinkGitHubPrMutation(this._request).fetch(issueId, url, variables);
130753
132220
  }
130754
132221
  /**
130755
132222
  * Link an existing GitLab MR to an issue.
@@ -130970,6 +132437,15 @@ class LinearSdk extends Request {
130970
132437
  createCycle(input) {
130971
132438
  return new CreateCycleMutation(this._request).fetch(input);
130972
132439
  }
132440
+ /**
132441
+ * Shifts all cycles starts by a certain number of weeks.
132442
+ *
132443
+ * @param input - required input to pass to cycleShiftAll
132444
+ * @returns CyclePayload
132445
+ */
132446
+ cycleShiftAll(input) {
132447
+ return new CycleShiftAllMutation(this._request).fetch(input);
132448
+ }
130973
132449
  /**
130974
132450
  * Updates a cycle.
130975
132451
  *
@@ -131093,6 +132569,34 @@ class LinearSdk extends Request {
131093
132569
  fileUpload(contentType, filename, size, variables) {
131094
132570
  return new FileUploadMutation(this._request).fetch(contentType, filename, size, variables);
131095
132571
  }
132572
+ /**
132573
+ * Creates a new automation state.
132574
+ *
132575
+ * @param input - required input to pass to createGitAutomationState
132576
+ * @returns GitAutomationStatePayload
132577
+ */
132578
+ createGitAutomationState(input) {
132579
+ return new CreateGitAutomationStateMutation(this._request).fetch(input);
132580
+ }
132581
+ /**
132582
+ * Archives an automation state.
132583
+ *
132584
+ * @param id - required id to pass to deleteGitAutomationState
132585
+ * @returns DeletePayload
132586
+ */
132587
+ deleteGitAutomationState(id) {
132588
+ return new DeleteGitAutomationStateMutation(this._request).fetch(id);
132589
+ }
132590
+ /**
132591
+ * Updates an existing state.
132592
+ *
132593
+ * @param id - required id to pass to updateGitAutomationState
132594
+ * @param input - required input to pass to updateGitAutomationState
132595
+ * @returns GitAutomationStatePayload
132596
+ */
132597
+ updateGitAutomationState(id, input) {
132598
+ return new UpdateGitAutomationStateMutation(this._request).fetch(id, input);
132599
+ }
131096
132600
  /**
131097
132601
  * Authenticate user account through Google OAuth. This is the 2nd step of OAuth flow.
131098
132602
  *
@@ -131198,15 +132702,6 @@ class LinearSdk extends Request {
131198
132702
  integrationGithubConnect(installationId) {
131199
132703
  return new IntegrationGithubConnectMutation(this._request).fetch(installationId);
131200
132704
  }
131201
- /**
131202
- * Connects the organization with the GitHub Sync App.
131203
- *
131204
- * @param installationId - required installationId to pass to integrationGithubSyncConnect
131205
- * @returns IntegrationPayload
131206
- */
131207
- integrationGithubSyncConnect(installationId) {
131208
- return new IntegrationGithubSyncConnectMutation(this._request).fetch(installationId);
131209
- }
131210
132705
  /**
131211
132706
  * Connects the organization with a GitLab Access Token.
131212
132707
  *
@@ -131257,11 +132752,11 @@ class LinearSdk extends Request {
131257
132752
  /**
131258
132753
  * Connect your Jira account to Linear.
131259
132754
  *
131260
- * @param code - required code to pass to integrationJiraPersonal
132755
+ * @param variables - variables to pass into the IntegrationJiraPersonalMutation
131261
132756
  * @returns IntegrationPayload
131262
132757
  */
131263
- integrationJiraPersonal(code) {
131264
- return new IntegrationJiraPersonalMutation(this._request).fetch(code);
132758
+ integrationJiraPersonal(variables) {
132759
+ return new IntegrationJiraPersonalMutation(this._request).fetch(variables);
131265
132760
  }
131266
132761
  /**
131267
132762
  * Enables Loom integration for the organization.
@@ -131327,7 +132822,7 @@ class LinearSdk extends Request {
131327
132822
  *
131328
132823
  * @param code - required code to pass to integrationSlackOrgProjectUpdatesPost
131329
132824
  * @param redirectUri - required redirectUri to pass to integrationSlackOrgProjectUpdatesPost
131330
- * @returns IntegrationPayload
132825
+ * @returns SlackChannelConnectPayload
131331
132826
  */
131332
132827
  integrationSlackOrgProjectUpdatesPost(code, redirectUri) {
131333
132828
  return new IntegrationSlackOrgProjectUpdatesPostMutation(this._request).fetch(code, redirectUri);
@@ -131349,7 +132844,7 @@ class LinearSdk extends Request {
131349
132844
  * @param redirectUri - required redirectUri to pass to integrationSlackPost
131350
132845
  * @param teamId - required teamId to pass to integrationSlackPost
131351
132846
  * @param variables - variables without 'code', 'redirectUri', 'teamId' to pass into the IntegrationSlackPostMutation
131352
- * @returns IntegrationPayload
132847
+ * @returns SlackChannelConnectPayload
131353
132848
  */
131354
132849
  integrationSlackPost(code, redirectUri, teamId, variables) {
131355
132850
  return new IntegrationSlackPostMutation(this._request).fetch(code, redirectUri, teamId, variables);
@@ -131361,7 +132856,7 @@ class LinearSdk extends Request {
131361
132856
  * @param projectId - required projectId to pass to integrationSlackProjectPost
131362
132857
  * @param redirectUri - required redirectUri to pass to integrationSlackProjectPost
131363
132858
  * @param service - required service to pass to integrationSlackProjectPost
131364
- * @returns IntegrationPayload
132859
+ * @returns SlackChannelConnectPayload
131365
132860
  */
131366
132861
  integrationSlackProjectPost(code, projectId, redirectUri, service) {
131367
132862
  return new IntegrationSlackProjectPostMutation(this._request).fetch(code, projectId, redirectUri, service);
@@ -131923,10 +133418,11 @@ class LinearSdk extends Request {
131923
133418
  * Creates a new project.
131924
133419
  *
131925
133420
  * @param input - required input to pass to createProject
133421
+ * @param variables - variables without 'input' to pass into the CreateProjectMutation
131926
133422
  * @returns ProjectPayload
131927
133423
  */
131928
- createProject(input) {
131929
- return new CreateProjectMutation(this._request).fetch(input);
133424
+ createProject(input, variables) {
133425
+ return new CreateProjectMutation(this._request).fetch(input, variables);
131930
133426
  }
131931
133427
  /**
131932
133428
  * Deletes (trashes) a project.
@@ -132260,6 +133756,15 @@ class LinearSdk extends Request {
132260
133756
  updateTeamMembership(id, input) {
132261
133757
  return new UpdateTeamMembershipMutation(this._request).fetch(id, input);
132262
133758
  }
133759
+ /**
133760
+ * Unarchives a team and cancels deletion.
133761
+ *
133762
+ * @param id - required id to pass to unarchiveTeam
133763
+ * @returns TeamArchivePayload
133764
+ */
133765
+ unarchiveTeam(id) {
133766
+ return new UnarchiveTeamMutation(this._request).fetch(id);
133767
+ }
132263
133768
  /**
132264
133769
  * Updates a team.
132265
133770
  *
@@ -132345,24 +133850,6 @@ class LinearSdk extends Request {
132345
133850
  updateUserFlag(flag, operation) {
132346
133851
  return new UpdateUserFlagMutation(this._request).fetch(flag, operation);
132347
133852
  }
132348
- /**
132349
- * [DEPRECATED] Connects the GitHub user to this Linear account via OAuth2.
132350
- *
132351
- * @param code - required code to pass to userGitHubConnect
132352
- * @returns UserPayload
132353
- */
132354
- userGitHubConnect(code) {
132355
- return new UserGitHubConnectMutation(this._request).fetch(code);
132356
- }
132357
- /**
132358
- * [DEPRECATED] Connects the Jira user to this Linear account via OAuth2.
132359
- *
132360
- * @param code - required code to pass to userJiraConnect
132361
- * @returns UserPayload
132362
- */
132363
- userJiraConnect(code) {
132364
- return new UserJiraConnectMutation(this._request).fetch(code);
132365
- }
132366
133853
  /**
132367
133854
  * Makes user an admin. Can only be called by an admin.
132368
133855
  *
@@ -132604,5 +134091,5 @@ class LinearWebhooks {
132604
134091
  }
132605
134092
  }
132606
134093
 
132607
- export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyDeletePayload, AuthApiKeyPayload, AuthIntegration, AuthOauthClient, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GitHubSyncRepo, GitHubSyncSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubSyncConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TriageResponsibility, TriageResponsibilityConnection, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserJiraConnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
134094
+ export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthCreateOrJoinOrganizationResponse, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_AutomationStatesQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TriageResponsibility, TriageResponsibilityConnection, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
132608
134095
  //# sourceMappingURL=index-es.js.map