@linear/sdk 21.0.0 → 22.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
@@ -83434,16 +83434,29 @@ var GitAutomationStates;
83434
83434
  GitAutomationStates["Review"] = "review";
83435
83435
  GitAutomationStates["Start"] = "start";
83436
83436
  })(GitAutomationStates || (GitAutomationStates = {}));
83437
+ var GithubOrgType;
83438
+ (function (GithubOrgType) {
83439
+ GithubOrgType["Organization"] = "organization";
83440
+ GithubOrgType["User"] = "user";
83441
+ })(GithubOrgType || (GithubOrgType = {}));
83442
+ var InitiativeStatus;
83443
+ (function (InitiativeStatus) {
83444
+ InitiativeStatus["Active"] = "Active";
83445
+ InitiativeStatus["Completed"] = "Completed";
83446
+ InitiativeStatus["Planned"] = "Planned";
83447
+ })(InitiativeStatus || (InitiativeStatus = {}));
83437
83448
  /** Linear supported integration services. */
83438
83449
  var IntegrationService;
83439
83450
  (function (IntegrationService) {
83440
83451
  IntegrationService["Airbyte"] = "airbyte";
83441
83452
  IntegrationService["Discord"] = "discord";
83453
+ IntegrationService["Email"] = "email";
83442
83454
  IntegrationService["Figma"] = "figma";
83443
83455
  IntegrationService["FigmaPlugin"] = "figmaPlugin";
83444
83456
  IntegrationService["Front"] = "front";
83445
83457
  IntegrationService["Github"] = "github";
83446
83458
  IntegrationService["GithubCommit"] = "githubCommit";
83459
+ IntegrationService["GithubImport"] = "githubImport";
83447
83460
  IntegrationService["GithubPersonal"] = "githubPersonal";
83448
83461
  IntegrationService["Gitlab"] = "gitlab";
83449
83462
  IntegrationService["GoogleCalendarPersonal"] = "googleCalendarPersonal";
@@ -83458,6 +83471,7 @@ var IntegrationService;
83458
83471
  IntegrationService["Sentry"] = "sentry";
83459
83472
  IntegrationService["Slack"] = "slack";
83460
83473
  IntegrationService["SlackAsks"] = "slackAsks";
83474
+ IntegrationService["SlackCustomViewNotifications"] = "slackCustomViewNotifications";
83461
83475
  IntegrationService["SlackOrgProjectUpdatesPost"] = "slackOrgProjectUpdatesPost";
83462
83476
  IntegrationService["SlackPersonal"] = "slackPersonal";
83463
83477
  IntegrationService["SlackPost"] = "slackPost";
@@ -83678,17 +83692,20 @@ var ViewType;
83678
83692
  ViewType["CustomRoadmap"] = "customRoadmap";
83679
83693
  ViewType["CustomView"] = "customView";
83680
83694
  ViewType["CustomViews"] = "customViews";
83695
+ ViewType["CustomViewsPersonal"] = "customViewsPersonal";
83681
83696
  ViewType["Cycle"] = "cycle";
83682
83697
  ViewType["Inbox"] = "inbox";
83683
83698
  ViewType["Initiative"] = "initiative";
83684
83699
  ViewType["Initiatives"] = "initiatives";
83700
+ ViewType["InitiativesAll"] = "initiativesAll";
83701
+ ViewType["InitiativesCompleted"] = "initiativesCompleted";
83702
+ ViewType["InitiativesPlanned"] = "initiativesPlanned";
83685
83703
  ViewType["IssueIdentifiers"] = "issueIdentifiers";
83686
83704
  ViewType["Label"] = "label";
83687
83705
  ViewType["MyIssues"] = "myIssues";
83688
83706
  ViewType["MyIssuesActivity"] = "myIssuesActivity";
83689
83707
  ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
83690
83708
  ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
83691
- ViewType["MyViews"] = "myViews";
83692
83709
  ViewType["Project"] = "project";
83693
83710
  ViewType["ProjectDocuments"] = "projectDocuments";
83694
83711
  ViewType["Projects"] = "projects";
@@ -84186,6 +84203,63 @@ const DocumentNotificationFragmentDoc = {
84186
84203
  },
84187
84204
  ],
84188
84205
  };
84206
+ const InitiativeNotificationFragmentDoc = {
84207
+ kind: "Document",
84208
+ definitions: [
84209
+ {
84210
+ kind: "FragmentDefinition",
84211
+ name: { kind: "Name", value: "InitiativeNotification" },
84212
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeNotification" } },
84213
+ selectionSet: {
84214
+ kind: "SelectionSet",
84215
+ selections: [
84216
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
84217
+ { kind: "Field", name: { kind: "Name", value: "type" } },
84218
+ {
84219
+ kind: "Field",
84220
+ name: { kind: "Name", value: "botActor" },
84221
+ selectionSet: {
84222
+ kind: "SelectionSet",
84223
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84224
+ },
84225
+ },
84226
+ {
84227
+ kind: "Field",
84228
+ name: { kind: "Name", value: "externalUserActor" },
84229
+ selectionSet: {
84230
+ kind: "SelectionSet",
84231
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84232
+ },
84233
+ },
84234
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84235
+ { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
84236
+ { kind: "Field", name: { kind: "Name", value: "readAt" } },
84237
+ { kind: "Field", name: { kind: "Name", value: "unsnoozedAt" } },
84238
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84239
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84240
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
84241
+ { kind: "Field", name: { kind: "Name", value: "id" } },
84242
+ {
84243
+ kind: "Field",
84244
+ name: { kind: "Name", value: "actor" },
84245
+ selectionSet: {
84246
+ kind: "SelectionSet",
84247
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84248
+ },
84249
+ },
84250
+ {
84251
+ kind: "Field",
84252
+ name: { kind: "Name", value: "user" },
84253
+ selectionSet: {
84254
+ kind: "SelectionSet",
84255
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84256
+ },
84257
+ },
84258
+ ],
84259
+ },
84260
+ },
84261
+ ],
84262
+ };
84189
84263
  const NotificationSubscriptionFragmentDoc = {
84190
84264
  kind: "Document",
84191
84265
  definitions: [
@@ -84580,6 +84654,14 @@ const NotificationFragmentDoc = {
84580
84654
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentNotification" } }],
84581
84655
  },
84582
84656
  },
84657
+ {
84658
+ kind: "InlineFragment",
84659
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeNotification" } },
84660
+ selectionSet: {
84661
+ kind: "SelectionSet",
84662
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeNotification" } }],
84663
+ },
84664
+ },
84583
84665
  {
84584
84666
  kind: "InlineFragment",
84585
84667
  typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
@@ -85010,6 +85092,7 @@ const ReminderFragmentDoc = {
85010
85092
  kind: "SelectionSet",
85011
85093
  selections: [
85012
85094
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85095
+ { kind: "Field", name: { kind: "Name", value: "schedule" } },
85013
85096
  {
85014
85097
  kind: "Field",
85015
85098
  name: { kind: "Name", value: "documentId" },
@@ -85133,6 +85216,68 @@ const TeamNotificationSubscriptionFragmentDoc = {
85133
85216
  },
85134
85217
  ],
85135
85218
  };
85219
+ const TextDraftFragmentDoc = {
85220
+ kind: "Document",
85221
+ definitions: [
85222
+ {
85223
+ kind: "FragmentDefinition",
85224
+ name: { kind: "Name", value: "TextDraft" },
85225
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TextDraft" } },
85226
+ selectionSet: {
85227
+ kind: "SelectionSet",
85228
+ selections: [
85229
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85230
+ {
85231
+ kind: "Field",
85232
+ name: { kind: "Name", value: "parentComment" },
85233
+ selectionSet: {
85234
+ kind: "SelectionSet",
85235
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85236
+ },
85237
+ },
85238
+ {
85239
+ kind: "Field",
85240
+ name: { kind: "Name", value: "issue" },
85241
+ selectionSet: {
85242
+ kind: "SelectionSet",
85243
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85244
+ },
85245
+ },
85246
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85247
+ {
85248
+ kind: "Field",
85249
+ name: { kind: "Name", value: "project" },
85250
+ selectionSet: {
85251
+ kind: "SelectionSet",
85252
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85253
+ },
85254
+ },
85255
+ {
85256
+ kind: "Field",
85257
+ name: { kind: "Name", value: "projectUpdate" },
85258
+ selectionSet: {
85259
+ kind: "SelectionSet",
85260
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85261
+ },
85262
+ },
85263
+ { kind: "Field", name: { kind: "Name", value: "bodyData" } },
85264
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85265
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85266
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85267
+ {
85268
+ kind: "Field",
85269
+ name: { kind: "Name", value: "user" },
85270
+ selectionSet: {
85271
+ kind: "SelectionSet",
85272
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85273
+ },
85274
+ },
85275
+ { kind: "Field", name: { kind: "Name", value: "isAutogenerated" } },
85276
+ ],
85277
+ },
85278
+ },
85279
+ ],
85280
+ };
85136
85281
  const UserAccountFragmentDoc = {
85137
85282
  kind: "Document",
85138
85283
  definitions: [
@@ -85260,6 +85405,7 @@ const AuthOrganizationFragmentDoc = {
85260
85405
  { kind: "Field", name: { kind: "Name", value: "id" } },
85261
85406
  { kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
85262
85407
  { kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
85408
+ { kind: "Field", name: { kind: "Name", value: "enabled" } },
85263
85409
  { kind: "Field", name: { kind: "Name", value: "userCount" } },
85264
85410
  ],
85265
85411
  },
@@ -85291,6 +85437,7 @@ const AuthUserFragmentDoc = {
85291
85437
  { kind: "Field", name: { kind: "Name", value: "name" } },
85292
85438
  { kind: "Field", name: { kind: "Name", value: "userAccountId" } },
85293
85439
  { kind: "Field", name: { kind: "Name", value: "active" } },
85440
+ { kind: "Field", name: { kind: "Name", value: "role" } },
85294
85441
  { kind: "Field", name: { kind: "Name", value: "id" } },
85295
85442
  ],
85296
85443
  },
@@ -85564,6 +85711,7 @@ const OrganizationDomainFragmentDoc = {
85564
85711
  { kind: "Field", name: { kind: "Name", value: "name" } },
85565
85712
  { kind: "Field", name: { kind: "Name", value: "verificationEmail" } },
85566
85713
  { kind: "Field", name: { kind: "Name", value: "verified" } },
85714
+ { kind: "Field", name: { kind: "Name", value: "disableOrganizationCreation" } },
85567
85715
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85568
85716
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85569
85717
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
@@ -85583,76 +85731,6 @@ const OrganizationDomainFragmentDoc = {
85583
85731
  },
85584
85732
  ],
85585
85733
  };
85586
- const GithubRepoFragmentDoc = {
85587
- kind: "Document",
85588
- definitions: [
85589
- {
85590
- kind: "FragmentDefinition",
85591
- name: { kind: "Name", value: "GithubRepo" },
85592
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubRepo" } },
85593
- selectionSet: {
85594
- kind: "SelectionSet",
85595
- selections: [
85596
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
85597
- { kind: "Field", name: { kind: "Name", value: "id" } },
85598
- { kind: "Field", name: { kind: "Name", value: "name" } },
85599
- ],
85600
- },
85601
- },
85602
- ],
85603
- };
85604
- const GithubOrgFragmentDoc = {
85605
- kind: "Document",
85606
- definitions: [
85607
- {
85608
- kind: "FragmentDefinition",
85609
- name: { kind: "Name", value: "GithubOrg" },
85610
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubOrg" } },
85611
- selectionSet: {
85612
- kind: "SelectionSet",
85613
- selections: [
85614
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
85615
- { kind: "Field", name: { kind: "Name", value: "id" } },
85616
- {
85617
- kind: "Field",
85618
- name: { kind: "Name", value: "repositories" },
85619
- selectionSet: {
85620
- kind: "SelectionSet",
85621
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubRepo" } }],
85622
- },
85623
- },
85624
- { kind: "Field", name: { kind: "Name", value: "login" } },
85625
- { kind: "Field", name: { kind: "Name", value: "isPersonal" } },
85626
- ],
85627
- },
85628
- },
85629
- ],
85630
- };
85631
- const GithubOAuthTokenPayloadFragmentDoc = {
85632
- kind: "Document",
85633
- definitions: [
85634
- {
85635
- kind: "FragmentDefinition",
85636
- name: { kind: "Name", value: "GithubOAuthTokenPayload" },
85637
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubOAuthTokenPayload" } },
85638
- selectionSet: {
85639
- kind: "SelectionSet",
85640
- selections: [
85641
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
85642
- {
85643
- kind: "Field",
85644
- name: { kind: "Name", value: "organizations" },
85645
- selectionSet: {
85646
- kind: "SelectionSet",
85647
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOrg" } }],
85648
- },
85649
- },
85650
- { kind: "Field", name: { kind: "Name", value: "token" } },
85651
- ],
85652
- },
85653
- },
85654
- ],
85655
- };
85656
85734
  const UserAuthorizedApplicationFragmentDoc = {
85657
85735
  kind: "Document",
85658
85736
  definitions: [
@@ -85703,6 +85781,37 @@ const ApplicationFragmentDoc = {
85703
85781
  },
85704
85782
  ],
85705
85783
  };
85784
+ const PasskeyFragmentDoc = {
85785
+ kind: "Document",
85786
+ definitions: [
85787
+ {
85788
+ kind: "FragmentDefinition",
85789
+ name: { kind: "Name", value: "Passkey" },
85790
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Passkey" } },
85791
+ selectionSet: {
85792
+ kind: "SelectionSet",
85793
+ selections: [
85794
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85795
+ { kind: "Field", name: { kind: "Name", value: "userAgent" } },
85796
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85797
+ { kind: "Field", name: { kind: "Name", value: "ip" } },
85798
+ { kind: "Field", name: { kind: "Name", value: "locationCity" } },
85799
+ { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
85800
+ { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
85801
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
85802
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85803
+ { kind: "Field", name: { kind: "Name", value: "lastUsedAt" } },
85804
+ { kind: "Field", name: { kind: "Name", value: "clientType" } },
85805
+ { kind: "Field", name: { kind: "Name", value: "browserType" } },
85806
+ { kind: "Field", name: { kind: "Name", value: "aaguid" } },
85807
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85808
+ { kind: "Field", name: { kind: "Name", value: "label" } },
85809
+ { kind: "Field", name: { kind: "Name", value: "lastUsedSessionId" } },
85810
+ ],
85811
+ },
85812
+ },
85813
+ ],
85814
+ };
85706
85815
  const SharedSlackSettingsFragmentDoc = {
85707
85816
  kind: "Document",
85708
85817
  definitions: [
@@ -85714,6 +85823,7 @@ const SharedSlackSettingsFragmentDoc = {
85714
85823
  kind: "SelectionSet",
85715
85824
  selections: [
85716
85825
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85826
+ { kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
85717
85827
  { kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
85718
85828
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
85719
85829
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
@@ -85811,6 +85921,34 @@ const GitHubSettingsFragmentDoc = {
85811
85921
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
85812
85922
  },
85813
85923
  },
85924
+ { kind: "Field", name: { kind: "Name", value: "orgType" } },
85925
+ ],
85926
+ },
85927
+ },
85928
+ ],
85929
+ };
85930
+ const GitHubImportSettingsFragmentDoc = {
85931
+ kind: "Document",
85932
+ definitions: [
85933
+ {
85934
+ kind: "FragmentDefinition",
85935
+ name: { kind: "Name", value: "GitHubImportSettings" },
85936
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubImportSettings" } },
85937
+ selectionSet: {
85938
+ kind: "SelectionSet",
85939
+ selections: [
85940
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85941
+ { kind: "Field", name: { kind: "Name", value: "orgLogin" } },
85942
+ { kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
85943
+ {
85944
+ kind: "Field",
85945
+ name: { kind: "Name", value: "repositories" },
85946
+ selectionSet: {
85947
+ kind: "SelectionSet",
85948
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
85949
+ },
85950
+ },
85951
+ { kind: "Field", name: { kind: "Name", value: "orgType" } },
85814
85952
  ],
85815
85953
  },
85816
85954
  },
@@ -85959,7 +86097,9 @@ const JiraSettingsFragmentDoc = {
85959
86097
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraLinearMapping" } }],
85960
86098
  },
85961
86099
  },
86100
+ { kind: "Field", name: { kind: "Name", value: "setupPending" } },
85962
86101
  { kind: "Field", name: { kind: "Name", value: "isJiraServer" } },
86102
+ { kind: "Field", name: { kind: "Name", value: "manualSetup" } },
85963
86103
  ],
85964
86104
  },
85965
86105
  },
@@ -86062,6 +86202,7 @@ const SlackSettingsFragmentDoc = {
86062
86202
  kind: "SelectionSet",
86063
86203
  selections: [
86064
86204
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86205
+ { kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
86065
86206
  { kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
86066
86207
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
86067
86208
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
@@ -86135,6 +86276,7 @@ const SlackAsksSettingsFragmentDoc = {
86135
86276
  kind: "SelectionSet",
86136
86277
  selections: [
86137
86278
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86279
+ { kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
86138
86280
  { kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
86139
86281
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
86140
86282
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
@@ -86224,6 +86366,14 @@ const IntegrationSettingsFragmentDoc = {
86224
86366
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubSettings" } }],
86225
86367
  },
86226
86368
  },
86369
+ {
86370
+ kind: "Field",
86371
+ name: { kind: "Name", value: "gitHubImport" },
86372
+ selectionSet: {
86373
+ kind: "SelectionSet",
86374
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubImportSettings" } }],
86375
+ },
86376
+ },
86227
86377
  {
86228
86378
  kind: "Field",
86229
86379
  name: { kind: "Name", value: "gitHubPersonal" },
@@ -86320,6 +86470,14 @@ const IntegrationSettingsFragmentDoc = {
86320
86470
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
86321
86471
  },
86322
86472
  },
86473
+ {
86474
+ kind: "Field",
86475
+ name: { kind: "Name", value: "slackCustomViewNotifications" },
86476
+ selectionSet: {
86477
+ kind: "SelectionSet",
86478
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackPostSettings" } }],
86479
+ },
86480
+ },
86323
86481
  {
86324
86482
  kind: "Field",
86325
86483
  name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
@@ -86357,6 +86515,164 @@ const IntegrationSettingsFragmentDoc = {
86357
86515
  },
86358
86516
  ],
86359
86517
  };
86518
+ const NotificationDeliveryPreferencesDayFragmentDoc = {
86519
+ kind: "Document",
86520
+ definitions: [
86521
+ {
86522
+ kind: "FragmentDefinition",
86523
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
86524
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86525
+ selectionSet: {
86526
+ kind: "SelectionSet",
86527
+ selections: [
86528
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86529
+ { kind: "Field", name: { kind: "Name", value: "end" } },
86530
+ { kind: "Field", name: { kind: "Name", value: "start" } },
86531
+ ],
86532
+ },
86533
+ },
86534
+ ],
86535
+ };
86536
+ const NotificationDeliveryPreferencesScheduleFragmentDoc = {
86537
+ kind: "Document",
86538
+ definitions: [
86539
+ {
86540
+ kind: "FragmentDefinition",
86541
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" },
86542
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" } },
86543
+ selectionSet: {
86544
+ kind: "SelectionSet",
86545
+ selections: [
86546
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86547
+ {
86548
+ kind: "Field",
86549
+ name: { kind: "Name", value: "friday" },
86550
+ selectionSet: {
86551
+ kind: "SelectionSet",
86552
+ selections: [
86553
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86554
+ ],
86555
+ },
86556
+ },
86557
+ {
86558
+ kind: "Field",
86559
+ name: { kind: "Name", value: "monday" },
86560
+ selectionSet: {
86561
+ kind: "SelectionSet",
86562
+ selections: [
86563
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86564
+ ],
86565
+ },
86566
+ },
86567
+ {
86568
+ kind: "Field",
86569
+ name: { kind: "Name", value: "saturday" },
86570
+ selectionSet: {
86571
+ kind: "SelectionSet",
86572
+ selections: [
86573
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86574
+ ],
86575
+ },
86576
+ },
86577
+ {
86578
+ kind: "Field",
86579
+ name: { kind: "Name", value: "sunday" },
86580
+ selectionSet: {
86581
+ kind: "SelectionSet",
86582
+ selections: [
86583
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86584
+ ],
86585
+ },
86586
+ },
86587
+ {
86588
+ kind: "Field",
86589
+ name: { kind: "Name", value: "thursday" },
86590
+ selectionSet: {
86591
+ kind: "SelectionSet",
86592
+ selections: [
86593
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86594
+ ],
86595
+ },
86596
+ },
86597
+ {
86598
+ kind: "Field",
86599
+ name: { kind: "Name", value: "tuesday" },
86600
+ selectionSet: {
86601
+ kind: "SelectionSet",
86602
+ selections: [
86603
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86604
+ ],
86605
+ },
86606
+ },
86607
+ {
86608
+ kind: "Field",
86609
+ name: { kind: "Name", value: "wednesday" },
86610
+ selectionSet: {
86611
+ kind: "SelectionSet",
86612
+ selections: [
86613
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
86614
+ ],
86615
+ },
86616
+ },
86617
+ { kind: "Field", name: { kind: "Name", value: "disabled" } },
86618
+ ],
86619
+ },
86620
+ },
86621
+ ],
86622
+ };
86623
+ const NotificationDeliveryPreferencesChannelFragmentDoc = {
86624
+ kind: "Document",
86625
+ definitions: [
86626
+ {
86627
+ kind: "FragmentDefinition",
86628
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" },
86629
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" } },
86630
+ selectionSet: {
86631
+ kind: "SelectionSet",
86632
+ selections: [
86633
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86634
+ {
86635
+ kind: "Field",
86636
+ name: { kind: "Name", value: "schedule" },
86637
+ selectionSet: {
86638
+ kind: "SelectionSet",
86639
+ selections: [
86640
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" } },
86641
+ ],
86642
+ },
86643
+ },
86644
+ { kind: "Field", name: { kind: "Name", value: "notificationsDisabled" } },
86645
+ ],
86646
+ },
86647
+ },
86648
+ ],
86649
+ };
86650
+ const NotificationDeliveryPreferencesFragmentDoc = {
86651
+ kind: "Document",
86652
+ definitions: [
86653
+ {
86654
+ kind: "FragmentDefinition",
86655
+ name: { kind: "Name", value: "NotificationDeliveryPreferences" },
86656
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
86657
+ selectionSet: {
86658
+ kind: "SelectionSet",
86659
+ selections: [
86660
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86661
+ {
86662
+ kind: "Field",
86663
+ name: { kind: "Name", value: "mobile" },
86664
+ selectionSet: {
86665
+ kind: "SelectionSet",
86666
+ selections: [
86667
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" } },
86668
+ ],
86669
+ },
86670
+ },
86671
+ ],
86672
+ },
86673
+ },
86674
+ ],
86675
+ };
86360
86676
  const UserSettingsFragmentDoc = {
86361
86677
  kind: "Document",
86362
86678
  definitions: [
@@ -86372,6 +86688,16 @@ const UserSettingsFragmentDoc = {
86372
86688
  { kind: "Field", name: { kind: "Name", value: "unsubscribedFrom" } },
86373
86689
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
86374
86690
  { kind: "Field", name: { kind: "Name", value: "notificationPreferences" } },
86691
+ {
86692
+ kind: "Field",
86693
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
86694
+ selectionSet: {
86695
+ kind: "SelectionSet",
86696
+ selections: [
86697
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
86698
+ ],
86699
+ },
86700
+ },
86375
86701
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
86376
86702
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
86377
86703
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -86427,6 +86753,24 @@ const AuthenticationSessionFragmentDoc = {
86427
86753
  },
86428
86754
  ],
86429
86755
  };
86756
+ const IssueImportSyncCheckPayloadFragmentDoc = {
86757
+ kind: "Document",
86758
+ definitions: [
86759
+ {
86760
+ kind: "FragmentDefinition",
86761
+ name: { kind: "Name", value: "IssueImportSyncCheckPayload" },
86762
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportSyncCheckPayload" } },
86763
+ selectionSet: {
86764
+ kind: "SelectionSet",
86765
+ selections: [
86766
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86767
+ { kind: "Field", name: { kind: "Name", value: "error" } },
86768
+ { kind: "Field", name: { kind: "Name", value: "canSync" } },
86769
+ ],
86770
+ },
86771
+ },
86772
+ ],
86773
+ };
86430
86774
  const ApiKeyFragmentDoc = {
86431
86775
  kind: "Document",
86432
86776
  definitions: [
@@ -86850,9 +87194,11 @@ const AuthOauthClientFragmentDoc = {
86850
87194
  { kind: "Field", name: { kind: "Name", value: "clientSecret" } },
86851
87195
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
86852
87196
  { kind: "Field", name: { kind: "Name", value: "organizationId" } },
87197
+ { kind: "Field", name: { kind: "Name", value: "webhookResourceTypes" } },
86853
87198
  { kind: "Field", name: { kind: "Name", value: "id" } },
86854
87199
  { kind: "Field", name: { kind: "Name", value: "developerUrl" } },
86855
87200
  { kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
87201
+ { kind: "Field", name: { kind: "Name", value: "webhookSecret" } },
86856
87202
  { kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
86857
87203
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
86858
87204
  ],
@@ -86941,6 +87287,7 @@ const AuthOrganizationDomainFragmentDoc = {
86941
87287
  kind: "SelectionSet",
86942
87288
  selections: [
86943
87289
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
87290
+ { kind: "Field", name: { kind: "Name", value: "disableOrganizationCreation" } },
86944
87291
  { kind: "Field", name: { kind: "Name", value: "id" } },
86945
87292
  { kind: "Field", name: { kind: "Name", value: "authType" } },
86946
87293
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
@@ -87017,6 +87364,14 @@ const AuthResolverResponseFragmentDoc = {
87017
87364
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
87018
87365
  },
87019
87366
  },
87367
+ {
87368
+ kind: "Field",
87369
+ name: { kind: "Name", value: "lockedUsers" },
87370
+ selectionSet: {
87371
+ kind: "SelectionSet",
87372
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
87373
+ },
87374
+ },
87020
87375
  {
87021
87376
  kind: "Field",
87022
87377
  name: { kind: "Name", value: "lockedOrganizations" },
@@ -88439,6 +88794,59 @@ const ExternalUserConnectionFragmentDoc = {
88439
88794
  },
88440
88795
  ],
88441
88796
  };
88797
+ const FacetFragmentDoc = {
88798
+ kind: "Document",
88799
+ definitions: [
88800
+ {
88801
+ kind: "FragmentDefinition",
88802
+ name: { kind: "Name", value: "Facet" },
88803
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Facet" } },
88804
+ selectionSet: {
88805
+ kind: "SelectionSet",
88806
+ selections: [
88807
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88808
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88809
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
88810
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
88811
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
88812
+ { kind: "Field", name: { kind: "Name", value: "id" } },
88813
+ ],
88814
+ },
88815
+ },
88816
+ ],
88817
+ };
88818
+ const FacetConnectionFragmentDoc = {
88819
+ kind: "Document",
88820
+ definitions: [
88821
+ {
88822
+ kind: "FragmentDefinition",
88823
+ name: { kind: "Name", value: "FacetConnection" },
88824
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FacetConnection" } },
88825
+ selectionSet: {
88826
+ kind: "SelectionSet",
88827
+ selections: [
88828
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88829
+ {
88830
+ kind: "Field",
88831
+ name: { kind: "Name", value: "nodes" },
88832
+ selectionSet: {
88833
+ kind: "SelectionSet",
88834
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Facet" } }],
88835
+ },
88836
+ },
88837
+ {
88838
+ kind: "Field",
88839
+ name: { kind: "Name", value: "pageInfo" },
88840
+ selectionSet: {
88841
+ kind: "SelectionSet",
88842
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88843
+ },
88844
+ },
88845
+ ],
88846
+ },
88847
+ },
88848
+ ],
88849
+ };
88442
88850
  const FavoriteFragmentDoc = {
88443
88851
  kind: "Document",
88444
88852
  definitions: [
@@ -89424,6 +89832,45 @@ const IssueRelationHistoryPayloadFragmentDoc = {
89424
89832
  },
89425
89833
  ],
89426
89834
  };
89835
+ const UserFragmentDoc = {
89836
+ kind: "Document",
89837
+ definitions: [
89838
+ {
89839
+ kind: "FragmentDefinition",
89840
+ name: { kind: "Name", value: "User" },
89841
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
89842
+ selectionSet: {
89843
+ kind: "SelectionSet",
89844
+ selections: [
89845
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
89846
+ { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
89847
+ { kind: "Field", name: { kind: "Name", value: "description" } },
89848
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
89849
+ { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
89850
+ { kind: "Field", name: { kind: "Name", value: "disableReason" } },
89851
+ { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
89852
+ { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
89853
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89854
+ { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
89855
+ { kind: "Field", name: { kind: "Name", value: "timezone" } },
89856
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
89857
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
89858
+ { kind: "Field", name: { kind: "Name", value: "id" } },
89859
+ { kind: "Field", name: { kind: "Name", value: "displayName" } },
89860
+ { kind: "Field", name: { kind: "Name", value: "email" } },
89861
+ { kind: "Field", name: { kind: "Name", value: "name" } },
89862
+ { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
89863
+ { kind: "Field", name: { kind: "Name", value: "url" } },
89864
+ { kind: "Field", name: { kind: "Name", value: "active" } },
89865
+ { kind: "Field", name: { kind: "Name", value: "guest" } },
89866
+ { kind: "Field", name: { kind: "Name", value: "admin" } },
89867
+ { kind: "Field", name: { kind: "Name", value: "isMe" } },
89868
+ { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
89869
+ ],
89870
+ },
89871
+ },
89872
+ ],
89873
+ };
89427
89874
  const IssueImportFragmentDoc = {
89428
89875
  kind: "Document",
89429
89876
  definitions: [
@@ -89438,6 +89885,7 @@ const IssueImportFragmentDoc = {
89438
89885
  { kind: "Field", name: { kind: "Name", value: "progress" } },
89439
89886
  { kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
89440
89887
  { kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
89888
+ { kind: "Field", name: { kind: "Name", value: "serviceMetadata" } },
89441
89889
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
89442
89890
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
89443
89891
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
@@ -89501,45 +89949,6 @@ const IssueLabelFragmentDoc = {
89501
89949
  },
89502
89950
  ],
89503
89951
  };
89504
- const UserFragmentDoc = {
89505
- kind: "Document",
89506
- definitions: [
89507
- {
89508
- kind: "FragmentDefinition",
89509
- name: { kind: "Name", value: "User" },
89510
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
89511
- selectionSet: {
89512
- kind: "SelectionSet",
89513
- selections: [
89514
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
89515
- { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
89516
- { kind: "Field", name: { kind: "Name", value: "description" } },
89517
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
89518
- { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
89519
- { kind: "Field", name: { kind: "Name", value: "disableReason" } },
89520
- { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
89521
- { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
89522
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89523
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
89524
- { kind: "Field", name: { kind: "Name", value: "timezone" } },
89525
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
89526
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
89527
- { kind: "Field", name: { kind: "Name", value: "id" } },
89528
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
89529
- { kind: "Field", name: { kind: "Name", value: "email" } },
89530
- { kind: "Field", name: { kind: "Name", value: "name" } },
89531
- { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
89532
- { kind: "Field", name: { kind: "Name", value: "url" } },
89533
- { kind: "Field", name: { kind: "Name", value: "active" } },
89534
- { kind: "Field", name: { kind: "Name", value: "guest" } },
89535
- { kind: "Field", name: { kind: "Name", value: "admin" } },
89536
- { kind: "Field", name: { kind: "Name", value: "isMe" } },
89537
- { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
89538
- ],
89539
- },
89540
- },
89541
- ],
89542
- };
89543
89952
  const IssueHistoryFragmentDoc = {
89544
89953
  kind: "Document",
89545
89954
  definitions: [
@@ -89561,6 +89970,14 @@ const IssueHistoryFragmentDoc = {
89561
89970
  },
89562
89971
  { kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
89563
89972
  { kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
89973
+ {
89974
+ kind: "Field",
89975
+ name: { kind: "Name", value: "actors" },
89976
+ selectionSet: {
89977
+ kind: "SelectionSet",
89978
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
89979
+ },
89980
+ },
89564
89981
  {
89565
89982
  kind: "Field",
89566
89983
  name: { kind: "Name", value: "botActor" },
@@ -89600,6 +90017,22 @@ const IssueHistoryFragmentDoc = {
89600
90017
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89601
90018
  },
89602
90019
  },
90020
+ {
90021
+ kind: "Field",
90022
+ name: { kind: "Name", value: "addedLabels" },
90023
+ selectionSet: {
90024
+ kind: "SelectionSet",
90025
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
90026
+ },
90027
+ },
90028
+ {
90029
+ kind: "Field",
90030
+ name: { kind: "Name", value: "removedLabels" },
90031
+ selectionSet: {
90032
+ kind: "SelectionSet",
90033
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
90034
+ },
90035
+ },
89603
90036
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89604
90037
  {
89605
90038
  kind: "Field",
@@ -89724,6 +90157,14 @@ const IssueHistoryFragmentDoc = {
89724
90157
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
89725
90158
  },
89726
90159
  },
90160
+ {
90161
+ kind: "Field",
90162
+ name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
90163
+ selectionSet: {
90164
+ kind: "SelectionSet",
90165
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
90166
+ },
90167
+ },
89727
90168
  { kind: "Field", name: { kind: "Name", value: "fromDueDate" } },
89728
90169
  { kind: "Field", name: { kind: "Name", value: "toDueDate" } },
89729
90170
  { kind: "Field", name: { kind: "Name", value: "fromEstimate" } },
@@ -89737,30 +90178,6 @@ const IssueHistoryFragmentDoc = {
89737
90178
  { kind: "Field", name: { kind: "Name", value: "autoClosed" } },
89738
90179
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
89739
90180
  { kind: "Field", name: { kind: "Name", value: "updatedDescription" } },
89740
- {
89741
- kind: "Field",
89742
- name: { kind: "Name", value: "addedLabels" },
89743
- selectionSet: {
89744
- kind: "SelectionSet",
89745
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
89746
- },
89747
- },
89748
- {
89749
- kind: "Field",
89750
- name: { kind: "Name", value: "removedLabels" },
89751
- selectionSet: {
89752
- kind: "SelectionSet",
89753
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
89754
- },
89755
- },
89756
- {
89757
- kind: "Field",
89758
- name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
89759
- selectionSet: {
89760
- kind: "SelectionSet",
89761
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
89762
- },
89763
- },
89764
90181
  ],
89765
90182
  },
89766
90183
  },
@@ -90767,6 +91184,24 @@ const OrganizationInvitePayloadFragmentDoc = {
90767
91184
  },
90768
91185
  ],
90769
91186
  };
91187
+ const OrganizationMetaFragmentDoc = {
91188
+ kind: "Document",
91189
+ definitions: [
91190
+ {
91191
+ kind: "FragmentDefinition",
91192
+ name: { kind: "Name", value: "OrganizationMeta" },
91193
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationMeta" } },
91194
+ selectionSet: {
91195
+ kind: "SelectionSet",
91196
+ selections: [
91197
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91198
+ { kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
91199
+ { kind: "Field", name: { kind: "Name", value: "region" } },
91200
+ ],
91201
+ },
91202
+ },
91203
+ ],
91204
+ };
90770
91205
  const OrganizationPayloadFragmentDoc = {
90771
91206
  kind: "Document",
90772
91207
  definitions: [
@@ -90803,13 +91238,13 @@ const OrganizationRegionResponseFragmentDoc = {
90803
91238
  },
90804
91239
  ],
90805
91240
  };
90806
- const OrganizationStartPlusTrialPayloadFragmentDoc = {
91241
+ const OrganizationStartTrialPayloadFragmentDoc = {
90807
91242
  kind: "Document",
90808
91243
  definitions: [
90809
91244
  {
90810
91245
  kind: "FragmentDefinition",
90811
- name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" },
90812
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" } },
91246
+ name: { kind: "Name", value: "OrganizationStartTrialPayload" },
91247
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationStartTrialPayload" } },
90813
91248
  selectionSet: {
90814
91249
  kind: "SelectionSet",
90815
91250
  selections: [
@@ -90820,6 +91255,24 @@ const OrganizationStartPlusTrialPayloadFragmentDoc = {
90820
91255
  },
90821
91256
  ],
90822
91257
  };
91258
+ const PasskeyLoginStartResponseFragmentDoc = {
91259
+ kind: "Document",
91260
+ definitions: [
91261
+ {
91262
+ kind: "FragmentDefinition",
91263
+ name: { kind: "Name", value: "PasskeyLoginStartResponse" },
91264
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PasskeyLoginStartResponse" } },
91265
+ selectionSet: {
91266
+ kind: "SelectionSet",
91267
+ selections: [
91268
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91269
+ { kind: "Field", name: { kind: "Name", value: "options" } },
91270
+ { kind: "Field", name: { kind: "Name", value: "success" } },
91271
+ ],
91272
+ },
91273
+ },
91274
+ ],
91275
+ };
90823
91276
  const ProjectFragmentDoc = {
90824
91277
  kind: "Document",
90825
91278
  definitions: [
@@ -90955,6 +91408,24 @@ const ProjectConnectionFragmentDoc = {
90955
91408
  },
90956
91409
  ],
90957
91410
  };
91411
+ const ProjectDetailSuggestionPayloadFragmentDoc = {
91412
+ kind: "Document",
91413
+ definitions: [
91414
+ {
91415
+ kind: "FragmentDefinition",
91416
+ name: { kind: "Name", value: "ProjectDetailSuggestionPayload" },
91417
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectDetailSuggestionPayload" } },
91418
+ selectionSet: {
91419
+ kind: "SelectionSet",
91420
+ selections: [
91421
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91422
+ { kind: "Field", name: { kind: "Name", value: "color" } },
91423
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
91424
+ ],
91425
+ },
91426
+ },
91427
+ ],
91428
+ };
90958
91429
  const ProjectFilterSuggestionPayloadFragmentDoc = {
90959
91430
  kind: "Document",
90960
91431
  definitions: [
@@ -92252,6 +92723,24 @@ const SsoUrlFromEmailResponseFragmentDoc = {
92252
92723
  },
92253
92724
  ],
92254
92725
  };
92726
+ const SuccessPayloadFragmentDoc = {
92727
+ kind: "Document",
92728
+ definitions: [
92729
+ {
92730
+ kind: "FragmentDefinition",
92731
+ name: { kind: "Name", value: "SuccessPayload" },
92732
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SuccessPayload" } },
92733
+ selectionSet: {
92734
+ kind: "SelectionSet",
92735
+ selections: [
92736
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
92737
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
92738
+ { kind: "Field", name: { kind: "Name", value: "success" } },
92739
+ ],
92740
+ },
92741
+ },
92742
+ ],
92743
+ };
92255
92744
  const SummaryPayloadFragmentDoc = {
92256
92745
  kind: "Document",
92257
92746
  definitions: [
@@ -94480,10 +94969,10 @@ const AttachmentIssue_HistoryDocument = {
94480
94969
  ...IssueHistoryConnectionFragmentDoc.definitions,
94481
94970
  ...IssueHistoryFragmentDoc.definitions,
94482
94971
  ...IssueRelationHistoryPayloadFragmentDoc.definitions,
94972
+ ...UserFragmentDoc.definitions,
94483
94973
  ...ActorBotFragmentDoc.definitions,
94484
94974
  ...IssueImportFragmentDoc.definitions,
94485
94975
  ...IssueLabelFragmentDoc.definitions,
94486
- ...UserFragmentDoc.definitions,
94487
94976
  ...PageInfoFragmentDoc.definitions,
94488
94977
  ],
94489
94978
  };
@@ -96055,6 +96544,128 @@ const CustomView_OrganizationViewPreferences_PreferencesDocument = {
96055
96544
  ...ViewPreferencesValuesFragmentDoc.definitions,
96056
96545
  ],
96057
96546
  };
96547
+ const CustomView_ProjectsDocument = {
96548
+ kind: "Document",
96549
+ definitions: [
96550
+ {
96551
+ kind: "OperationDefinition",
96552
+ operation: "query",
96553
+ name: { kind: "Name", value: "customView_projects" },
96554
+ variableDefinitions: [
96555
+ {
96556
+ kind: "VariableDefinition",
96557
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96558
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96559
+ },
96560
+ {
96561
+ kind: "VariableDefinition",
96562
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
96563
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96564
+ },
96565
+ {
96566
+ kind: "VariableDefinition",
96567
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
96568
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96569
+ },
96570
+ {
96571
+ kind: "VariableDefinition",
96572
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96573
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
96574
+ },
96575
+ {
96576
+ kind: "VariableDefinition",
96577
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
96578
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96579
+ },
96580
+ {
96581
+ kind: "VariableDefinition",
96582
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96583
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96584
+ },
96585
+ {
96586
+ kind: "VariableDefinition",
96587
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
96588
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96589
+ },
96590
+ {
96591
+ kind: "VariableDefinition",
96592
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96593
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
96594
+ },
96595
+ ],
96596
+ selectionSet: {
96597
+ kind: "SelectionSet",
96598
+ selections: [
96599
+ {
96600
+ kind: "Field",
96601
+ name: { kind: "Name", value: "customView" },
96602
+ arguments: [
96603
+ {
96604
+ kind: "Argument",
96605
+ name: { kind: "Name", value: "id" },
96606
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96607
+ },
96608
+ ],
96609
+ selectionSet: {
96610
+ kind: "SelectionSet",
96611
+ selections: [
96612
+ {
96613
+ kind: "Field",
96614
+ name: { kind: "Name", value: "projects" },
96615
+ arguments: [
96616
+ {
96617
+ kind: "Argument",
96618
+ name: { kind: "Name", value: "after" },
96619
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
96620
+ },
96621
+ {
96622
+ kind: "Argument",
96623
+ name: { kind: "Name", value: "before" },
96624
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
96625
+ },
96626
+ {
96627
+ kind: "Argument",
96628
+ name: { kind: "Name", value: "filter" },
96629
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96630
+ },
96631
+ {
96632
+ kind: "Argument",
96633
+ name: { kind: "Name", value: "first" },
96634
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
96635
+ },
96636
+ {
96637
+ kind: "Argument",
96638
+ name: { kind: "Name", value: "includeArchived" },
96639
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96640
+ },
96641
+ {
96642
+ kind: "Argument",
96643
+ name: { kind: "Name", value: "last" },
96644
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
96645
+ },
96646
+ {
96647
+ kind: "Argument",
96648
+ name: { kind: "Name", value: "orderBy" },
96649
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96650
+ },
96651
+ ],
96652
+ selectionSet: {
96653
+ kind: "SelectionSet",
96654
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
96655
+ },
96656
+ },
96657
+ ],
96658
+ },
96659
+ },
96660
+ ],
96661
+ },
96662
+ },
96663
+ ...ProjectConnectionFragmentDoc.definitions,
96664
+ ...ProjectFragmentDoc.definitions,
96665
+ ...ProjectStatusFragmentDoc.definitions,
96666
+ ...PageInfoFragmentDoc.definitions,
96667
+ ],
96668
+ };
96058
96669
  const CustomView_UserViewPreferencesDocument = {
96059
96670
  kind: "Document",
96060
96671
  definitions: [
@@ -98379,10 +98990,10 @@ const Issue_HistoryDocument = {
98379
98990
  ...IssueHistoryConnectionFragmentDoc.definitions,
98380
98991
  ...IssueHistoryFragmentDoc.definitions,
98381
98992
  ...IssueRelationHistoryPayloadFragmentDoc.definitions,
98993
+ ...UserFragmentDoc.definitions,
98382
98994
  ...ActorBotFragmentDoc.definitions,
98383
98995
  ...IssueImportFragmentDoc.definitions,
98384
98996
  ...IssueLabelFragmentDoc.definitions,
98385
- ...UserFragmentDoc.definitions,
98386
98997
  ...PageInfoFragmentDoc.definitions,
98387
98998
  ],
98388
98999
  };
@@ -99057,17 +99668,17 @@ const IssueImportCheckCsvDocument = {
99057
99668
  ...IssueImportCheckPayloadFragmentDoc.definitions,
99058
99669
  ],
99059
99670
  };
99060
- const IssueImportFinishGithubOAuthDocument = {
99671
+ const IssueImportCheckSyncDocument = {
99061
99672
  kind: "Document",
99062
99673
  definitions: [
99063
99674
  {
99064
99675
  kind: "OperationDefinition",
99065
99676
  operation: "query",
99066
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
99677
+ name: { kind: "Name", value: "issueImportCheckSync" },
99067
99678
  variableDefinitions: [
99068
99679
  {
99069
99680
  kind: "VariableDefinition",
99070
- variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
99681
+ variable: { kind: "Variable", name: { kind: "Name", value: "issueImportId" } },
99071
99682
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
99072
99683
  },
99073
99684
  ],
@@ -99076,25 +99687,23 @@ const IssueImportFinishGithubOAuthDocument = {
99076
99687
  selections: [
99077
99688
  {
99078
99689
  kind: "Field",
99079
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
99690
+ name: { kind: "Name", value: "issueImportCheckSync" },
99080
99691
  arguments: [
99081
99692
  {
99082
99693
  kind: "Argument",
99083
- name: { kind: "Name", value: "code" },
99084
- value: { kind: "Variable", name: { kind: "Name", value: "code" } },
99694
+ name: { kind: "Name", value: "issueImportId" },
99695
+ value: { kind: "Variable", name: { kind: "Name", value: "issueImportId" } },
99085
99696
  },
99086
99697
  ],
99087
99698
  selectionSet: {
99088
99699
  kind: "SelectionSet",
99089
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
99700
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportSyncCheckPayload" } }],
99090
99701
  },
99091
99702
  },
99092
99703
  ],
99093
99704
  },
99094
99705
  },
99095
- ...GithubOAuthTokenPayloadFragmentDoc.definitions,
99096
- ...GithubOrgFragmentDoc.definitions,
99097
- ...GithubRepoFragmentDoc.definitions,
99706
+ ...IssueImportSyncCheckPayloadFragmentDoc.definitions,
99098
99707
  ],
99099
99708
  };
99100
99709
  const IssueLabelDocument = {
@@ -100302,10 +100911,10 @@ const IssueVcsBranchSearch_HistoryDocument = {
100302
100911
  ...IssueHistoryConnectionFragmentDoc.definitions,
100303
100912
  ...IssueHistoryFragmentDoc.definitions,
100304
100913
  ...IssueRelationHistoryPayloadFragmentDoc.definitions,
100914
+ ...UserFragmentDoc.definitions,
100305
100915
  ...ActorBotFragmentDoc.definitions,
100306
100916
  ...IssueImportFragmentDoc.definitions,
100307
100917
  ...IssueLabelFragmentDoc.definitions,
100308
- ...UserFragmentDoc.definitions,
100309
100918
  ...PageInfoFragmentDoc.definitions,
100310
100919
  ],
100311
100920
  };
@@ -100935,6 +101544,7 @@ const NotificationDocument = {
100935
101544
  ...NotificationFragmentDoc.definitions,
100936
101545
  ...ActorBotFragmentDoc.definitions,
100937
101546
  ...DocumentNotificationFragmentDoc.definitions,
101547
+ ...InitiativeNotificationFragmentDoc.definitions,
100938
101548
  ...IssueNotificationFragmentDoc.definitions,
100939
101549
  ...NotificationSubscriptionFragmentDoc.definitions,
100940
101550
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -101161,6 +101771,7 @@ const NotificationsDocument = {
101161
101771
  ...NotificationFragmentDoc.definitions,
101162
101772
  ...ActorBotFragmentDoc.definitions,
101163
101773
  ...DocumentNotificationFragmentDoc.definitions,
101774
+ ...InitiativeNotificationFragmentDoc.definitions,
101164
101775
  ...IssueNotificationFragmentDoc.definitions,
101165
101776
  ...NotificationSubscriptionFragmentDoc.definitions,
101166
101777
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -107612,6 +108223,609 @@ const UserSettingsDocument = {
107612
108223
  },
107613
108224
  },
107614
108225
  ...UserSettingsFragmentDoc.definitions,
108226
+ ...NotificationDeliveryPreferencesFragmentDoc.definitions,
108227
+ ...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
108228
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
108229
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108230
+ ],
108231
+ };
108232
+ const UserSettings_NotificationDeliveryPreferencesDocument = {
108233
+ kind: "Document",
108234
+ definitions: [
108235
+ {
108236
+ kind: "OperationDefinition",
108237
+ operation: "query",
108238
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences" },
108239
+ selectionSet: {
108240
+ kind: "SelectionSet",
108241
+ selections: [
108242
+ {
108243
+ kind: "Field",
108244
+ name: { kind: "Name", value: "userSettings" },
108245
+ selectionSet: {
108246
+ kind: "SelectionSet",
108247
+ selections: [
108248
+ {
108249
+ kind: "Field",
108250
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108251
+ selectionSet: {
108252
+ kind: "SelectionSet",
108253
+ selections: [
108254
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
108255
+ ],
108256
+ },
108257
+ },
108258
+ ],
108259
+ },
108260
+ },
108261
+ ],
108262
+ },
108263
+ },
108264
+ ...NotificationDeliveryPreferencesFragmentDoc.definitions,
108265
+ ...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
108266
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
108267
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108268
+ ],
108269
+ };
108270
+ const UserSettings_NotificationDeliveryPreferences_MobileDocument = {
108271
+ kind: "Document",
108272
+ definitions: [
108273
+ {
108274
+ kind: "OperationDefinition",
108275
+ operation: "query",
108276
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile" },
108277
+ selectionSet: {
108278
+ kind: "SelectionSet",
108279
+ selections: [
108280
+ {
108281
+ kind: "Field",
108282
+ name: { kind: "Name", value: "userSettings" },
108283
+ selectionSet: {
108284
+ kind: "SelectionSet",
108285
+ selections: [
108286
+ {
108287
+ kind: "Field",
108288
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108289
+ selectionSet: {
108290
+ kind: "SelectionSet",
108291
+ selections: [
108292
+ {
108293
+ kind: "Field",
108294
+ name: { kind: "Name", value: "mobile" },
108295
+ selectionSet: {
108296
+ kind: "SelectionSet",
108297
+ selections: [
108298
+ {
108299
+ kind: "FragmentSpread",
108300
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" },
108301
+ },
108302
+ ],
108303
+ },
108304
+ },
108305
+ ],
108306
+ },
108307
+ },
108308
+ ],
108309
+ },
108310
+ },
108311
+ ],
108312
+ },
108313
+ },
108314
+ ...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
108315
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
108316
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108317
+ ],
108318
+ };
108319
+ const UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument = {
108320
+ kind: "Document",
108321
+ definitions: [
108322
+ {
108323
+ kind: "OperationDefinition",
108324
+ operation: "query",
108325
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule" },
108326
+ selectionSet: {
108327
+ kind: "SelectionSet",
108328
+ selections: [
108329
+ {
108330
+ kind: "Field",
108331
+ name: { kind: "Name", value: "userSettings" },
108332
+ selectionSet: {
108333
+ kind: "SelectionSet",
108334
+ selections: [
108335
+ {
108336
+ kind: "Field",
108337
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108338
+ selectionSet: {
108339
+ kind: "SelectionSet",
108340
+ selections: [
108341
+ {
108342
+ kind: "Field",
108343
+ name: { kind: "Name", value: "mobile" },
108344
+ selectionSet: {
108345
+ kind: "SelectionSet",
108346
+ selections: [
108347
+ {
108348
+ kind: "Field",
108349
+ name: { kind: "Name", value: "schedule" },
108350
+ selectionSet: {
108351
+ kind: "SelectionSet",
108352
+ selections: [
108353
+ {
108354
+ kind: "FragmentSpread",
108355
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" },
108356
+ },
108357
+ ],
108358
+ },
108359
+ },
108360
+ ],
108361
+ },
108362
+ },
108363
+ ],
108364
+ },
108365
+ },
108366
+ ],
108367
+ },
108368
+ },
108369
+ ],
108370
+ },
108371
+ },
108372
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
108373
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108374
+ ],
108375
+ };
108376
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument = {
108377
+ kind: "Document",
108378
+ definitions: [
108379
+ {
108380
+ kind: "OperationDefinition",
108381
+ operation: "query",
108382
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_friday" },
108383
+ selectionSet: {
108384
+ kind: "SelectionSet",
108385
+ selections: [
108386
+ {
108387
+ kind: "Field",
108388
+ name: { kind: "Name", value: "userSettings" },
108389
+ selectionSet: {
108390
+ kind: "SelectionSet",
108391
+ selections: [
108392
+ {
108393
+ kind: "Field",
108394
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108395
+ selectionSet: {
108396
+ kind: "SelectionSet",
108397
+ selections: [
108398
+ {
108399
+ kind: "Field",
108400
+ name: { kind: "Name", value: "mobile" },
108401
+ selectionSet: {
108402
+ kind: "SelectionSet",
108403
+ selections: [
108404
+ {
108405
+ kind: "Field",
108406
+ name: { kind: "Name", value: "schedule" },
108407
+ selectionSet: {
108408
+ kind: "SelectionSet",
108409
+ selections: [
108410
+ {
108411
+ kind: "Field",
108412
+ name: { kind: "Name", value: "friday" },
108413
+ selectionSet: {
108414
+ kind: "SelectionSet",
108415
+ selections: [
108416
+ {
108417
+ kind: "FragmentSpread",
108418
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
108419
+ },
108420
+ ],
108421
+ },
108422
+ },
108423
+ ],
108424
+ },
108425
+ },
108426
+ ],
108427
+ },
108428
+ },
108429
+ ],
108430
+ },
108431
+ },
108432
+ ],
108433
+ },
108434
+ },
108435
+ ],
108436
+ },
108437
+ },
108438
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108439
+ ],
108440
+ };
108441
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument = {
108442
+ kind: "Document",
108443
+ definitions: [
108444
+ {
108445
+ kind: "OperationDefinition",
108446
+ operation: "query",
108447
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_monday" },
108448
+ selectionSet: {
108449
+ kind: "SelectionSet",
108450
+ selections: [
108451
+ {
108452
+ kind: "Field",
108453
+ name: { kind: "Name", value: "userSettings" },
108454
+ selectionSet: {
108455
+ kind: "SelectionSet",
108456
+ selections: [
108457
+ {
108458
+ kind: "Field",
108459
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108460
+ selectionSet: {
108461
+ kind: "SelectionSet",
108462
+ selections: [
108463
+ {
108464
+ kind: "Field",
108465
+ name: { kind: "Name", value: "mobile" },
108466
+ selectionSet: {
108467
+ kind: "SelectionSet",
108468
+ selections: [
108469
+ {
108470
+ kind: "Field",
108471
+ name: { kind: "Name", value: "schedule" },
108472
+ selectionSet: {
108473
+ kind: "SelectionSet",
108474
+ selections: [
108475
+ {
108476
+ kind: "Field",
108477
+ name: { kind: "Name", value: "monday" },
108478
+ selectionSet: {
108479
+ kind: "SelectionSet",
108480
+ selections: [
108481
+ {
108482
+ kind: "FragmentSpread",
108483
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
108484
+ },
108485
+ ],
108486
+ },
108487
+ },
108488
+ ],
108489
+ },
108490
+ },
108491
+ ],
108492
+ },
108493
+ },
108494
+ ],
108495
+ },
108496
+ },
108497
+ ],
108498
+ },
108499
+ },
108500
+ ],
108501
+ },
108502
+ },
108503
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108504
+ ],
108505
+ };
108506
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument = {
108507
+ kind: "Document",
108508
+ definitions: [
108509
+ {
108510
+ kind: "OperationDefinition",
108511
+ operation: "query",
108512
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_saturday" },
108513
+ selectionSet: {
108514
+ kind: "SelectionSet",
108515
+ selections: [
108516
+ {
108517
+ kind: "Field",
108518
+ name: { kind: "Name", value: "userSettings" },
108519
+ selectionSet: {
108520
+ kind: "SelectionSet",
108521
+ selections: [
108522
+ {
108523
+ kind: "Field",
108524
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108525
+ selectionSet: {
108526
+ kind: "SelectionSet",
108527
+ selections: [
108528
+ {
108529
+ kind: "Field",
108530
+ name: { kind: "Name", value: "mobile" },
108531
+ selectionSet: {
108532
+ kind: "SelectionSet",
108533
+ selections: [
108534
+ {
108535
+ kind: "Field",
108536
+ name: { kind: "Name", value: "schedule" },
108537
+ selectionSet: {
108538
+ kind: "SelectionSet",
108539
+ selections: [
108540
+ {
108541
+ kind: "Field",
108542
+ name: { kind: "Name", value: "saturday" },
108543
+ selectionSet: {
108544
+ kind: "SelectionSet",
108545
+ selections: [
108546
+ {
108547
+ kind: "FragmentSpread",
108548
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
108549
+ },
108550
+ ],
108551
+ },
108552
+ },
108553
+ ],
108554
+ },
108555
+ },
108556
+ ],
108557
+ },
108558
+ },
108559
+ ],
108560
+ },
108561
+ },
108562
+ ],
108563
+ },
108564
+ },
108565
+ ],
108566
+ },
108567
+ },
108568
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108569
+ ],
108570
+ };
108571
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument = {
108572
+ kind: "Document",
108573
+ definitions: [
108574
+ {
108575
+ kind: "OperationDefinition",
108576
+ operation: "query",
108577
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_sunday" },
108578
+ selectionSet: {
108579
+ kind: "SelectionSet",
108580
+ selections: [
108581
+ {
108582
+ kind: "Field",
108583
+ name: { kind: "Name", value: "userSettings" },
108584
+ selectionSet: {
108585
+ kind: "SelectionSet",
108586
+ selections: [
108587
+ {
108588
+ kind: "Field",
108589
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108590
+ selectionSet: {
108591
+ kind: "SelectionSet",
108592
+ selections: [
108593
+ {
108594
+ kind: "Field",
108595
+ name: { kind: "Name", value: "mobile" },
108596
+ selectionSet: {
108597
+ kind: "SelectionSet",
108598
+ selections: [
108599
+ {
108600
+ kind: "Field",
108601
+ name: { kind: "Name", value: "schedule" },
108602
+ selectionSet: {
108603
+ kind: "SelectionSet",
108604
+ selections: [
108605
+ {
108606
+ kind: "Field",
108607
+ name: { kind: "Name", value: "sunday" },
108608
+ selectionSet: {
108609
+ kind: "SelectionSet",
108610
+ selections: [
108611
+ {
108612
+ kind: "FragmentSpread",
108613
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
108614
+ },
108615
+ ],
108616
+ },
108617
+ },
108618
+ ],
108619
+ },
108620
+ },
108621
+ ],
108622
+ },
108623
+ },
108624
+ ],
108625
+ },
108626
+ },
108627
+ ],
108628
+ },
108629
+ },
108630
+ ],
108631
+ },
108632
+ },
108633
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108634
+ ],
108635
+ };
108636
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument = {
108637
+ kind: "Document",
108638
+ definitions: [
108639
+ {
108640
+ kind: "OperationDefinition",
108641
+ operation: "query",
108642
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_thursday" },
108643
+ selectionSet: {
108644
+ kind: "SelectionSet",
108645
+ selections: [
108646
+ {
108647
+ kind: "Field",
108648
+ name: { kind: "Name", value: "userSettings" },
108649
+ selectionSet: {
108650
+ kind: "SelectionSet",
108651
+ selections: [
108652
+ {
108653
+ kind: "Field",
108654
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108655
+ selectionSet: {
108656
+ kind: "SelectionSet",
108657
+ selections: [
108658
+ {
108659
+ kind: "Field",
108660
+ name: { kind: "Name", value: "mobile" },
108661
+ selectionSet: {
108662
+ kind: "SelectionSet",
108663
+ selections: [
108664
+ {
108665
+ kind: "Field",
108666
+ name: { kind: "Name", value: "schedule" },
108667
+ selectionSet: {
108668
+ kind: "SelectionSet",
108669
+ selections: [
108670
+ {
108671
+ kind: "Field",
108672
+ name: { kind: "Name", value: "thursday" },
108673
+ selectionSet: {
108674
+ kind: "SelectionSet",
108675
+ selections: [
108676
+ {
108677
+ kind: "FragmentSpread",
108678
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
108679
+ },
108680
+ ],
108681
+ },
108682
+ },
108683
+ ],
108684
+ },
108685
+ },
108686
+ ],
108687
+ },
108688
+ },
108689
+ ],
108690
+ },
108691
+ },
108692
+ ],
108693
+ },
108694
+ },
108695
+ ],
108696
+ },
108697
+ },
108698
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108699
+ ],
108700
+ };
108701
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument = {
108702
+ kind: "Document",
108703
+ definitions: [
108704
+ {
108705
+ kind: "OperationDefinition",
108706
+ operation: "query",
108707
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_tuesday" },
108708
+ selectionSet: {
108709
+ kind: "SelectionSet",
108710
+ selections: [
108711
+ {
108712
+ kind: "Field",
108713
+ name: { kind: "Name", value: "userSettings" },
108714
+ selectionSet: {
108715
+ kind: "SelectionSet",
108716
+ selections: [
108717
+ {
108718
+ kind: "Field",
108719
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108720
+ selectionSet: {
108721
+ kind: "SelectionSet",
108722
+ selections: [
108723
+ {
108724
+ kind: "Field",
108725
+ name: { kind: "Name", value: "mobile" },
108726
+ selectionSet: {
108727
+ kind: "SelectionSet",
108728
+ selections: [
108729
+ {
108730
+ kind: "Field",
108731
+ name: { kind: "Name", value: "schedule" },
108732
+ selectionSet: {
108733
+ kind: "SelectionSet",
108734
+ selections: [
108735
+ {
108736
+ kind: "Field",
108737
+ name: { kind: "Name", value: "tuesday" },
108738
+ selectionSet: {
108739
+ kind: "SelectionSet",
108740
+ selections: [
108741
+ {
108742
+ kind: "FragmentSpread",
108743
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
108744
+ },
108745
+ ],
108746
+ },
108747
+ },
108748
+ ],
108749
+ },
108750
+ },
108751
+ ],
108752
+ },
108753
+ },
108754
+ ],
108755
+ },
108756
+ },
108757
+ ],
108758
+ },
108759
+ },
108760
+ ],
108761
+ },
108762
+ },
108763
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
108764
+ ],
108765
+ };
108766
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument = {
108767
+ kind: "Document",
108768
+ definitions: [
108769
+ {
108770
+ kind: "OperationDefinition",
108771
+ operation: "query",
108772
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_wednesday" },
108773
+ selectionSet: {
108774
+ kind: "SelectionSet",
108775
+ selections: [
108776
+ {
108777
+ kind: "Field",
108778
+ name: { kind: "Name", value: "userSettings" },
108779
+ selectionSet: {
108780
+ kind: "SelectionSet",
108781
+ selections: [
108782
+ {
108783
+ kind: "Field",
108784
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
108785
+ selectionSet: {
108786
+ kind: "SelectionSet",
108787
+ selections: [
108788
+ {
108789
+ kind: "Field",
108790
+ name: { kind: "Name", value: "mobile" },
108791
+ selectionSet: {
108792
+ kind: "SelectionSet",
108793
+ selections: [
108794
+ {
108795
+ kind: "Field",
108796
+ name: { kind: "Name", value: "schedule" },
108797
+ selectionSet: {
108798
+ kind: "SelectionSet",
108799
+ selections: [
108800
+ {
108801
+ kind: "Field",
108802
+ name: { kind: "Name", value: "wednesday" },
108803
+ selectionSet: {
108804
+ kind: "SelectionSet",
108805
+ selections: [
108806
+ {
108807
+ kind: "FragmentSpread",
108808
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
108809
+ },
108810
+ ],
108811
+ },
108812
+ },
108813
+ ],
108814
+ },
108815
+ },
108816
+ ],
108817
+ },
108818
+ },
108819
+ ],
108820
+ },
108821
+ },
108822
+ ],
108823
+ },
108824
+ },
108825
+ ],
108826
+ },
108827
+ },
108828
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
107615
108829
  ],
107616
108830
  };
107617
108831
  const UsersDocument = {
@@ -108605,86 +109819,6 @@ const AirbyteIntegrationConnectDocument = {
108605
109819
  ...IntegrationPayloadFragmentDoc.definitions,
108606
109820
  ],
108607
109821
  };
108608
- const CreateApiKeyDocument = {
108609
- kind: "Document",
108610
- definitions: [
108611
- {
108612
- kind: "OperationDefinition",
108613
- operation: "mutation",
108614
- name: { kind: "Name", value: "createApiKey" },
108615
- variableDefinitions: [
108616
- {
108617
- kind: "VariableDefinition",
108618
- variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
108619
- type: {
108620
- kind: "NonNullType",
108621
- type: { kind: "NamedType", name: { kind: "Name", value: "ApiKeyCreateInput" } },
108622
- },
108623
- },
108624
- ],
108625
- selectionSet: {
108626
- kind: "SelectionSet",
108627
- selections: [
108628
- {
108629
- kind: "Field",
108630
- name: { kind: "Name", value: "apiKeyCreate" },
108631
- arguments: [
108632
- {
108633
- kind: "Argument",
108634
- name: { kind: "Name", value: "input" },
108635
- value: { kind: "Variable", name: { kind: "Name", value: "input" } },
108636
- },
108637
- ],
108638
- selectionSet: {
108639
- kind: "SelectionSet",
108640
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ApiKeyPayload" } }],
108641
- },
108642
- },
108643
- ],
108644
- },
108645
- },
108646
- ...ApiKeyPayloadFragmentDoc.definitions,
108647
- ...ApiKeyFragmentDoc.definitions,
108648
- ],
108649
- };
108650
- const DeleteApiKeyDocument = {
108651
- kind: "Document",
108652
- definitions: [
108653
- {
108654
- kind: "OperationDefinition",
108655
- operation: "mutation",
108656
- name: { kind: "Name", value: "deleteApiKey" },
108657
- variableDefinitions: [
108658
- {
108659
- kind: "VariableDefinition",
108660
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
108661
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
108662
- },
108663
- ],
108664
- selectionSet: {
108665
- kind: "SelectionSet",
108666
- selections: [
108667
- {
108668
- kind: "Field",
108669
- name: { kind: "Name", value: "apiKeyDelete" },
108670
- arguments: [
108671
- {
108672
- kind: "Argument",
108673
- name: { kind: "Name", value: "id" },
108674
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
108675
- },
108676
- ],
108677
- selectionSet: {
108678
- kind: "SelectionSet",
108679
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
108680
- },
108681
- },
108682
- ],
108683
- },
108684
- },
108685
- ...DeletePayloadFragmentDoc.definitions,
108686
- ],
108687
- };
108688
109822
  const ArchiveAttachmentDocument = {
108689
109823
  kind: "Document",
108690
109824
  definitions: [
@@ -109752,6 +110886,44 @@ const AttachmentLinkZendeskDocument = {
109752
110886
  ...AttachmentPayloadFragmentDoc.definitions,
109753
110887
  ],
109754
110888
  };
110889
+ const AttachmentSyncToSlackDocument = {
110890
+ kind: "Document",
110891
+ definitions: [
110892
+ {
110893
+ kind: "OperationDefinition",
110894
+ operation: "mutation",
110895
+ name: { kind: "Name", value: "attachmentSyncToSlack" },
110896
+ variableDefinitions: [
110897
+ {
110898
+ kind: "VariableDefinition",
110899
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
110900
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
110901
+ },
110902
+ ],
110903
+ selectionSet: {
110904
+ kind: "SelectionSet",
110905
+ selections: [
110906
+ {
110907
+ kind: "Field",
110908
+ name: { kind: "Name", value: "attachmentSyncToSlack" },
110909
+ arguments: [
110910
+ {
110911
+ kind: "Argument",
110912
+ name: { kind: "Name", value: "id" },
110913
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
110914
+ },
110915
+ ],
110916
+ selectionSet: {
110917
+ kind: "SelectionSet",
110918
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AttachmentPayload" } }],
110919
+ },
110920
+ },
110921
+ ],
110922
+ },
110923
+ },
110924
+ ...AttachmentPayloadFragmentDoc.definitions,
110925
+ ],
110926
+ };
109755
110927
  const UpdateAttachmentDocument = {
109756
110928
  kind: "Document",
109757
110929
  definitions: [
@@ -110708,54 +111880,6 @@ const DeleteDocumentDocument = {
110708
111880
  ...DeletePayloadFragmentDoc.definitions,
110709
111881
  ],
110710
111882
  };
110711
- const DocumentReminderDocument = {
110712
- kind: "Document",
110713
- definitions: [
110714
- {
110715
- kind: "OperationDefinition",
110716
- operation: "mutation",
110717
- name: { kind: "Name", value: "documentReminder" },
110718
- variableDefinitions: [
110719
- {
110720
- kind: "VariableDefinition",
110721
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
110722
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
110723
- },
110724
- {
110725
- kind: "VariableDefinition",
110726
- variable: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
110727
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } } },
110728
- },
110729
- ],
110730
- selectionSet: {
110731
- kind: "SelectionSet",
110732
- selections: [
110733
- {
110734
- kind: "Field",
110735
- name: { kind: "Name", value: "documentReminder" },
110736
- arguments: [
110737
- {
110738
- kind: "Argument",
110739
- name: { kind: "Name", value: "id" },
110740
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
110741
- },
110742
- {
110743
- kind: "Argument",
110744
- name: { kind: "Name", value: "reminderAt" },
110745
- value: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
110746
- },
110747
- ],
110748
- selectionSet: {
110749
- kind: "SelectionSet",
110750
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentPayload" } }],
110751
- },
110752
- },
110753
- ],
110754
- },
110755
- },
110756
- ...DocumentPayloadFragmentDoc.definitions,
110757
- ],
110758
- };
110759
111883
  const UpdateDocumentDocument = {
110760
111884
  kind: "Document",
110761
111885
  definitions: [
@@ -112312,6 +113436,44 @@ const IntegrationGithubConnectDocument = {
112312
113436
  ...IntegrationPayloadFragmentDoc.definitions,
112313
113437
  ],
112314
113438
  };
113439
+ const IntegrationGithubImportConnectDocument = {
113440
+ kind: "Document",
113441
+ definitions: [
113442
+ {
113443
+ kind: "OperationDefinition",
113444
+ operation: "mutation",
113445
+ name: { kind: "Name", value: "integrationGithubImportConnect" },
113446
+ variableDefinitions: [
113447
+ {
113448
+ kind: "VariableDefinition",
113449
+ variable: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
113450
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
113451
+ },
113452
+ ],
113453
+ selectionSet: {
113454
+ kind: "SelectionSet",
113455
+ selections: [
113456
+ {
113457
+ kind: "Field",
113458
+ name: { kind: "Name", value: "integrationGithubImportConnect" },
113459
+ arguments: [
113460
+ {
113461
+ kind: "Argument",
113462
+ name: { kind: "Name", value: "installationId" },
113463
+ value: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
113464
+ },
113465
+ ],
113466
+ selectionSet: {
113467
+ kind: "SelectionSet",
113468
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
113469
+ },
113470
+ },
113471
+ ],
113472
+ },
113473
+ },
113474
+ ...IntegrationPayloadFragmentDoc.definitions,
113475
+ ],
113476
+ };
112315
113477
  const IntegrationGitlabConnectDocument = {
112316
113478
  kind: "Document",
112317
113479
  definitions: [
@@ -112798,6 +113960,64 @@ const IntegrationSlackAsksDocument = {
112798
113960
  ...IntegrationPayloadFragmentDoc.definitions,
112799
113961
  ],
112800
113962
  };
113963
+ const IntegrationSlackCustomViewNotificationsDocument = {
113964
+ kind: "Document",
113965
+ definitions: [
113966
+ {
113967
+ kind: "OperationDefinition",
113968
+ operation: "mutation",
113969
+ name: { kind: "Name", value: "integrationSlackCustomViewNotifications" },
113970
+ variableDefinitions: [
113971
+ {
113972
+ kind: "VariableDefinition",
113973
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
113974
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
113975
+ },
113976
+ {
113977
+ kind: "VariableDefinition",
113978
+ variable: { kind: "Variable", name: { kind: "Name", value: "customViewId" } },
113979
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
113980
+ },
113981
+ {
113982
+ kind: "VariableDefinition",
113983
+ variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
113984
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
113985
+ },
113986
+ ],
113987
+ selectionSet: {
113988
+ kind: "SelectionSet",
113989
+ selections: [
113990
+ {
113991
+ kind: "Field",
113992
+ name: { kind: "Name", value: "integrationSlackCustomViewNotifications" },
113993
+ arguments: [
113994
+ {
113995
+ kind: "Argument",
113996
+ name: { kind: "Name", value: "code" },
113997
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
113998
+ },
113999
+ {
114000
+ kind: "Argument",
114001
+ name: { kind: "Name", value: "customViewId" },
114002
+ value: { kind: "Variable", name: { kind: "Name", value: "customViewId" } },
114003
+ },
114004
+ {
114005
+ kind: "Argument",
114006
+ name: { kind: "Name", value: "redirectUri" },
114007
+ value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
114008
+ },
114009
+ ],
114010
+ selectionSet: {
114011
+ kind: "SelectionSet",
114012
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
114013
+ },
114014
+ },
114015
+ ],
114016
+ },
114017
+ },
114018
+ ...SlackChannelConnectPayloadFragmentDoc.definitions,
114019
+ ],
114020
+ };
112801
114021
  const IntegrationSlackImportEmojisDocument = {
112802
114022
  kind: "Document",
112803
114023
  definitions: [
@@ -113918,15 +115138,28 @@ const IssueImportCreateGithubDocument = {
113918
115138
  operation: "mutation",
113919
115139
  name: { kind: "Name", value: "issueImportCreateGithub" },
113920
115140
  variableDefinitions: [
115141
+ {
115142
+ kind: "VariableDefinition",
115143
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoId" } },
115144
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
115145
+ },
115146
+ {
115147
+ kind: "VariableDefinition",
115148
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoIds" } },
115149
+ type: {
115150
+ kind: "ListType",
115151
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
115152
+ },
115153
+ },
113921
115154
  {
113922
115155
  kind: "VariableDefinition",
113923
115156
  variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
113924
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
115157
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
113925
115158
  },
113926
115159
  {
113927
115160
  kind: "VariableDefinition",
113928
115161
  variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
113929
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
115162
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
113930
115163
  },
113931
115164
  {
113932
115165
  kind: "VariableDefinition",
@@ -113936,11 +115169,6 @@ const IssueImportCreateGithubDocument = {
113936
115169
  {
113937
115170
  kind: "VariableDefinition",
113938
115171
  variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
113939
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
113940
- },
113941
- {
113942
- kind: "VariableDefinition",
113943
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
113944
115172
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
113945
115173
  },
113946
115174
  {
@@ -113953,6 +115181,11 @@ const IssueImportCreateGithubDocument = {
113953
115181
  variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
113954
115182
  type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
113955
115183
  },
115184
+ {
115185
+ kind: "VariableDefinition",
115186
+ variable: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
115187
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
115188
+ },
113956
115189
  {
113957
115190
  kind: "VariableDefinition",
113958
115191
  variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
@@ -113976,6 +115209,16 @@ const IssueImportCreateGithubDocument = {
113976
115209
  kind: "Field",
113977
115210
  name: { kind: "Name", value: "issueImportCreateGithub" },
113978
115211
  arguments: [
115212
+ {
115213
+ kind: "Argument",
115214
+ name: { kind: "Name", value: "githubRepoId" },
115215
+ value: { kind: "Variable", name: { kind: "Name", value: "githubRepoId" } },
115216
+ },
115217
+ {
115218
+ kind: "Argument",
115219
+ name: { kind: "Name", value: "githubRepoIds" },
115220
+ value: { kind: "Variable", name: { kind: "Name", value: "githubRepoIds" } },
115221
+ },
113979
115222
  {
113980
115223
  kind: "Argument",
113981
115224
  name: { kind: "Name", value: "githubRepoName" },
@@ -113996,11 +115239,6 @@ const IssueImportCreateGithubDocument = {
113996
115239
  name: { kind: "Name", value: "githubToken" },
113997
115240
  value: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
113998
115241
  },
113999
- {
114000
- kind: "Argument",
114001
- name: { kind: "Name", value: "id" },
114002
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
114003
- },
114004
115242
  {
114005
115243
  kind: "Argument",
114006
115244
  name: { kind: "Name", value: "includeClosedIssues" },
@@ -114011,6 +115249,11 @@ const IssueImportCreateGithubDocument = {
114011
115249
  name: { kind: "Name", value: "instantProcess" },
114012
115250
  value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
114013
115251
  },
115252
+ {
115253
+ kind: "Argument",
115254
+ name: { kind: "Name", value: "integrationId" },
115255
+ value: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
115256
+ },
114014
115257
  {
114015
115258
  kind: "Argument",
114016
115259
  name: { kind: "Name", value: "organizationId" },
@@ -114474,6 +115717,11 @@ const CreateIssueRelationDocument = {
114474
115717
  type: { kind: "NamedType", name: { kind: "Name", value: "IssueRelationCreateInput" } },
114475
115718
  },
114476
115719
  },
115720
+ {
115721
+ kind: "VariableDefinition",
115722
+ variable: { kind: "Variable", name: { kind: "Name", value: "overrideCreatedAt" } },
115723
+ type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } },
115724
+ },
114477
115725
  ],
114478
115726
  selectionSet: {
114479
115727
  kind: "SelectionSet",
@@ -114487,6 +115735,11 @@ const CreateIssueRelationDocument = {
114487
115735
  name: { kind: "Name", value: "input" },
114488
115736
  value: { kind: "Variable", name: { kind: "Name", value: "input" } },
114489
115737
  },
115738
+ {
115739
+ kind: "Argument",
115740
+ name: { kind: "Name", value: "overrideCreatedAt" },
115741
+ value: { kind: "Variable", name: { kind: "Name", value: "overrideCreatedAt" } },
115742
+ },
114490
115743
  ],
114491
115744
  selectionSet: {
114492
115745
  kind: "SelectionSet",
@@ -115102,6 +116355,7 @@ const ArchiveNotificationDocument = {
115102
116355
  ...NotificationFragmentDoc.definitions,
115103
116356
  ...ActorBotFragmentDoc.definitions,
115104
116357
  ...DocumentNotificationFragmentDoc.definitions,
116358
+ ...InitiativeNotificationFragmentDoc.definitions,
115105
116359
  ...IssueNotificationFragmentDoc.definitions,
115106
116360
  ...NotificationSubscriptionFragmentDoc.definitions,
115107
116361
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115151,6 +116405,7 @@ const NotificationArchiveAllDocument = {
115151
116405
  ...NotificationFragmentDoc.definitions,
115152
116406
  ...ActorBotFragmentDoc.definitions,
115153
116407
  ...DocumentNotificationFragmentDoc.definitions,
116408
+ ...InitiativeNotificationFragmentDoc.definitions,
115154
116409
  ...IssueNotificationFragmentDoc.definitions,
115155
116410
  ...NotificationSubscriptionFragmentDoc.definitions,
115156
116411
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115210,6 +116465,7 @@ const NotificationMarkReadAllDocument = {
115210
116465
  ...NotificationFragmentDoc.definitions,
115211
116466
  ...ActorBotFragmentDoc.definitions,
115212
116467
  ...DocumentNotificationFragmentDoc.definitions,
116468
+ ...InitiativeNotificationFragmentDoc.definitions,
115213
116469
  ...IssueNotificationFragmentDoc.definitions,
115214
116470
  ...NotificationSubscriptionFragmentDoc.definitions,
115215
116471
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115259,6 +116515,7 @@ const NotificationMarkUnreadAllDocument = {
115259
116515
  ...NotificationFragmentDoc.definitions,
115260
116516
  ...ActorBotFragmentDoc.definitions,
115261
116517
  ...DocumentNotificationFragmentDoc.definitions,
116518
+ ...InitiativeNotificationFragmentDoc.definitions,
115262
116519
  ...IssueNotificationFragmentDoc.definitions,
115263
116520
  ...NotificationSubscriptionFragmentDoc.definitions,
115264
116521
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115318,6 +116575,7 @@ const NotificationSnoozeAllDocument = {
115318
116575
  ...NotificationFragmentDoc.definitions,
115319
116576
  ...ActorBotFragmentDoc.definitions,
115320
116577
  ...DocumentNotificationFragmentDoc.definitions,
116578
+ ...InitiativeNotificationFragmentDoc.definitions,
115321
116579
  ...IssueNotificationFragmentDoc.definitions,
115322
116580
  ...NotificationSubscriptionFragmentDoc.definitions,
115323
116581
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115500,6 +116758,7 @@ const UnarchiveNotificationDocument = {
115500
116758
  ...NotificationFragmentDoc.definitions,
115501
116759
  ...ActorBotFragmentDoc.definitions,
115502
116760
  ...DocumentNotificationFragmentDoc.definitions,
116761
+ ...InitiativeNotificationFragmentDoc.definitions,
115503
116762
  ...IssueNotificationFragmentDoc.definitions,
115504
116763
  ...NotificationSubscriptionFragmentDoc.definitions,
115505
116764
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115559,6 +116818,7 @@ const NotificationUnsnoozeAllDocument = {
115559
116818
  ...NotificationFragmentDoc.definitions,
115560
116819
  ...ActorBotFragmentDoc.definitions,
115561
116820
  ...DocumentNotificationFragmentDoc.definitions,
116821
+ ...InitiativeNotificationFragmentDoc.definitions,
115562
116822
  ...IssueNotificationFragmentDoc.definitions,
115563
116823
  ...NotificationSubscriptionFragmentDoc.definitions,
115564
116824
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115618,6 +116878,7 @@ const UpdateNotificationDocument = {
115618
116878
  ...NotificationFragmentDoc.definitions,
115619
116879
  ...ActorBotFragmentDoc.definitions,
115620
116880
  ...DocumentNotificationFragmentDoc.definitions,
116881
+ ...InitiativeNotificationFragmentDoc.definitions,
115621
116882
  ...IssueNotificationFragmentDoc.definitions,
115622
116883
  ...NotificationSubscriptionFragmentDoc.definitions,
115623
116884
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -115884,30 +117145,28 @@ const UpdateOrganizationInviteDocument = {
115884
117145
  ...OrganizationInvitePayloadFragmentDoc.definitions,
115885
117146
  ],
115886
117147
  };
115887
- const OrganizationStartPlusTrialDocument = {
117148
+ const OrganizationStartTrialDocument = {
115888
117149
  kind: "Document",
115889
117150
  definitions: [
115890
117151
  {
115891
117152
  kind: "OperationDefinition",
115892
117153
  operation: "mutation",
115893
- name: { kind: "Name", value: "organizationStartPlusTrial" },
117154
+ name: { kind: "Name", value: "organizationStartTrial" },
115894
117155
  selectionSet: {
115895
117156
  kind: "SelectionSet",
115896
117157
  selections: [
115897
117158
  {
115898
117159
  kind: "Field",
115899
- name: { kind: "Name", value: "organizationStartPlusTrial" },
117160
+ name: { kind: "Name", value: "organizationStartTrial" },
115900
117161
  selectionSet: {
115901
117162
  kind: "SelectionSet",
115902
- selections: [
115903
- { kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" } },
115904
- ],
117163
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationStartTrialPayload" } }],
115905
117164
  },
115906
117165
  },
115907
117166
  ],
115908
117167
  },
115909
117168
  },
115910
- ...OrganizationStartPlusTrialPayloadFragmentDoc.definitions,
117169
+ ...OrganizationStartTrialPayloadFragmentDoc.definitions,
115911
117170
  ],
115912
117171
  };
115913
117172
  const UpdateOrganizationDocument = {
@@ -119068,6 +120327,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119068
120327
  get DateResolutionType () { return DateResolutionType; },
119069
120328
  get Day () { return Day; },
119070
120329
  get GitAutomationStates () { return GitAutomationStates; },
120330
+ get GithubOrgType () { return GithubOrgType; },
120331
+ get InitiativeStatus () { return InitiativeStatus; },
119071
120332
  get IntegrationService () { return IntegrationService; },
119072
120333
  get IssueRelationType () { return IssueRelationType; },
119073
120334
  get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
@@ -119108,6 +120369,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119108
120369
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
119109
120370
  ActorBotFragmentDoc: ActorBotFragmentDoc,
119110
120371
  DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
120372
+ InitiativeNotificationFragmentDoc: InitiativeNotificationFragmentDoc,
119111
120373
  NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
119112
120374
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
119113
120375
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
@@ -119124,6 +120386,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119124
120386
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
119125
120387
  ReminderFragmentDoc: ReminderFragmentDoc,
119126
120388
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
120389
+ TextDraftFragmentDoc: TextDraftFragmentDoc,
119127
120390
  UserAccountFragmentDoc: UserAccountFragmentDoc,
119128
120391
  UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
119129
120392
  AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
@@ -119137,16 +120400,15 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119137
120400
  AuthOauthClientWithMembershipsFragmentDoc: AuthOauthClientWithMembershipsFragmentDoc,
119138
120401
  AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
119139
120402
  OrganizationDomainFragmentDoc: OrganizationDomainFragmentDoc,
119140
- GithubRepoFragmentDoc: GithubRepoFragmentDoc,
119141
- GithubOrgFragmentDoc: GithubOrgFragmentDoc,
119142
- GithubOAuthTokenPayloadFragmentDoc: GithubOAuthTokenPayloadFragmentDoc,
119143
120403
  UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
119144
120404
  ApplicationFragmentDoc: ApplicationFragmentDoc,
120405
+ PasskeyFragmentDoc: PasskeyFragmentDoc,
119145
120406
  SharedSlackSettingsFragmentDoc: SharedSlackSettingsFragmentDoc,
119146
120407
  FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
119147
120408
  TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
119148
120409
  GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
119149
120410
  GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
120411
+ GitHubImportSettingsFragmentDoc: GitHubImportSettingsFragmentDoc,
119150
120412
  GitHubPersonalSettingsFragmentDoc: GitHubPersonalSettingsFragmentDoc,
119151
120413
  GitLabSettingsFragmentDoc: GitLabSettingsFragmentDoc,
119152
120414
  GoogleSheetsSettingsFragmentDoc: GoogleSheetsSettingsFragmentDoc,
@@ -119166,8 +120428,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119166
120428
  SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
119167
120429
  ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
119168
120430
  IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
120431
+ NotificationDeliveryPreferencesDayFragmentDoc: NotificationDeliveryPreferencesDayFragmentDoc,
120432
+ NotificationDeliveryPreferencesScheduleFragmentDoc: NotificationDeliveryPreferencesScheduleFragmentDoc,
120433
+ NotificationDeliveryPreferencesChannelFragmentDoc: NotificationDeliveryPreferencesChannelFragmentDoc,
120434
+ NotificationDeliveryPreferencesFragmentDoc: NotificationDeliveryPreferencesFragmentDoc,
119169
120435
  UserSettingsFragmentDoc: UserSettingsFragmentDoc,
119170
120436
  AuthenticationSessionFragmentDoc: AuthenticationSessionFragmentDoc,
120437
+ IssueImportSyncCheckPayloadFragmentDoc: IssueImportSyncCheckPayloadFragmentDoc,
119171
120438
  ApiKeyFragmentDoc: ApiKeyFragmentDoc,
119172
120439
  PageInfoFragmentDoc: PageInfoFragmentDoc,
119173
120440
  ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
@@ -119234,6 +120501,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119234
120501
  EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
119235
120502
  ExternalUserFragmentDoc: ExternalUserFragmentDoc,
119236
120503
  ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
120504
+ FacetFragmentDoc: FacetFragmentDoc,
120505
+ FacetConnectionFragmentDoc: FacetConnectionFragmentDoc,
119237
120506
  FavoriteFragmentDoc: FavoriteFragmentDoc,
119238
120507
  FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
119239
120508
  FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
@@ -119261,9 +120530,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119261
120530
  IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
119262
120531
  IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
119263
120532
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
120533
+ UserFragmentDoc: UserFragmentDoc,
119264
120534
  IssueImportFragmentDoc: IssueImportFragmentDoc,
119265
120535
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
119266
- UserFragmentDoc: UserFragmentDoc,
119267
120536
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
119268
120537
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
119269
120538
  IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
@@ -119297,11 +120566,14 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119297
120566
  OrganizationInviteFullDetailsPayloadFragmentDoc: OrganizationInviteFullDetailsPayloadFragmentDoc,
119298
120567
  OrganizationInviteLinkDetailsPayloadFragmentDoc: OrganizationInviteLinkDetailsPayloadFragmentDoc,
119299
120568
  OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
120569
+ OrganizationMetaFragmentDoc: OrganizationMetaFragmentDoc,
119300
120570
  OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
119301
120571
  OrganizationRegionResponseFragmentDoc: OrganizationRegionResponseFragmentDoc,
119302
- OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
120572
+ OrganizationStartTrialPayloadFragmentDoc: OrganizationStartTrialPayloadFragmentDoc,
120573
+ PasskeyLoginStartResponseFragmentDoc: PasskeyLoginStartResponseFragmentDoc,
119303
120574
  ProjectFragmentDoc: ProjectFragmentDoc,
119304
120575
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
120576
+ ProjectDetailSuggestionPayloadFragmentDoc: ProjectDetailSuggestionPayloadFragmentDoc,
119305
120577
  ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
119306
120578
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
119307
120579
  ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
@@ -119342,6 +120614,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119342
120614
  RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
119343
120615
  SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
119344
120616
  SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
120617
+ SuccessPayloadFragmentDoc: SuccessPayloadFragmentDoc,
119345
120618
  SummaryPayloadFragmentDoc: SummaryPayloadFragmentDoc,
119346
120619
  SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
119347
120620
  TeamFragmentDoc: TeamFragmentDoc,
@@ -119411,6 +120684,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119411
120684
  CustomView_IssuesDocument: CustomView_IssuesDocument,
119412
120685
  CustomView_OrganizationViewPreferencesDocument: CustomView_OrganizationViewPreferencesDocument,
119413
120686
  CustomView_OrganizationViewPreferences_PreferencesDocument: CustomView_OrganizationViewPreferences_PreferencesDocument,
120687
+ CustomView_ProjectsDocument: CustomView_ProjectsDocument,
119414
120688
  CustomView_UserViewPreferencesDocument: CustomView_UserViewPreferencesDocument,
119415
120689
  CustomView_UserViewPreferences_PreferencesDocument: CustomView_UserViewPreferences_PreferencesDocument,
119416
120690
  CustomView_ViewPreferencesValuesDocument: CustomView_ViewPreferencesValuesDocument,
@@ -119451,7 +120725,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119451
120725
  IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
119452
120726
  IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
119453
120727
  IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
119454
- IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
120728
+ IssueImportCheckSyncDocument: IssueImportCheckSyncDocument,
119455
120729
  IssueLabelDocument: IssueLabelDocument,
119456
120730
  IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
119457
120731
  IssueLabel_IssuesDocument: IssueLabel_IssuesDocument,
@@ -119550,6 +120824,16 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119550
120824
  User_TeamMembershipsDocument: User_TeamMembershipsDocument,
119551
120825
  User_TeamsDocument: User_TeamsDocument,
119552
120826
  UserSettingsDocument: UserSettingsDocument,
120827
+ UserSettings_NotificationDeliveryPreferencesDocument: UserSettings_NotificationDeliveryPreferencesDocument,
120828
+ UserSettings_NotificationDeliveryPreferences_MobileDocument: UserSettings_NotificationDeliveryPreferences_MobileDocument,
120829
+ UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument: UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument,
120830
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument,
120831
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument,
120832
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument,
120833
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument,
120834
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument,
120835
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument,
120836
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument,
119553
120837
  UsersDocument: UsersDocument,
119554
120838
  ViewerDocument: ViewerDocument,
119555
120839
  Viewer_AssignedIssuesDocument: Viewer_AssignedIssuesDocument,
@@ -119562,8 +120846,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119562
120846
  WorkflowState_IssuesDocument: WorkflowState_IssuesDocument,
119563
120847
  WorkflowStatesDocument: WorkflowStatesDocument,
119564
120848
  AirbyteIntegrationConnectDocument: AirbyteIntegrationConnectDocument,
119565
- CreateApiKeyDocument: CreateApiKeyDocument,
119566
- DeleteApiKeyDocument: DeleteApiKeyDocument,
119567
120849
  ArchiveAttachmentDocument: ArchiveAttachmentDocument,
119568
120850
  CreateAttachmentDocument: CreateAttachmentDocument,
119569
120851
  DeleteAttachmentDocument: DeleteAttachmentDocument,
@@ -119577,6 +120859,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119577
120859
  AttachmentLinkSlackDocument: AttachmentLinkSlackDocument,
119578
120860
  AttachmentLinkUrlDocument: AttachmentLinkUrlDocument,
119579
120861
  AttachmentLinkZendeskDocument: AttachmentLinkZendeskDocument,
120862
+ AttachmentSyncToSlackDocument: AttachmentSyncToSlackDocument,
119580
120863
  UpdateAttachmentDocument: UpdateAttachmentDocument,
119581
120864
  CreateCommentDocument: CreateCommentDocument,
119582
120865
  DeleteCommentDocument: DeleteCommentDocument,
@@ -119599,7 +120882,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119599
120882
  UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
119600
120883
  CreateDocumentDocument: CreateDocumentDocument,
119601
120884
  DeleteDocumentDocument: DeleteDocumentDocument,
119602
- DocumentReminderDocument: DocumentReminderDocument,
119603
120885
  UpdateDocumentDocument: UpdateDocumentDocument,
119604
120886
  CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
119605
120887
  DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
@@ -119635,6 +120917,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119635
120917
  IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
119636
120918
  CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
119637
120919
  IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
120920
+ IntegrationGithubImportConnectDocument: IntegrationGithubImportConnectDocument,
119638
120921
  IntegrationGitlabConnectDocument: IntegrationGitlabConnectDocument,
119639
120922
  IntegrationGoogleSheetsDocument: IntegrationGoogleSheetsDocument,
119640
120923
  IntegrationIntercomDocument: IntegrationIntercomDocument,
@@ -119646,6 +120929,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119646
120929
  IntegrationSentryConnectDocument: IntegrationSentryConnectDocument,
119647
120930
  IntegrationSlackDocument: IntegrationSlackDocument,
119648
120931
  IntegrationSlackAsksDocument: IntegrationSlackAsksDocument,
120932
+ IntegrationSlackCustomViewNotificationsDocument: IntegrationSlackCustomViewNotificationsDocument,
119649
120933
  IntegrationSlackImportEmojisDocument: IntegrationSlackImportEmojisDocument,
119650
120934
  IntegrationSlackOrgProjectUpdatesPostDocument: IntegrationSlackOrgProjectUpdatesPostDocument,
119651
120935
  IntegrationSlackPersonalDocument: IntegrationSlackPersonalDocument,
@@ -119706,7 +120990,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
119706
120990
  CreateOrganizationInviteDocument: CreateOrganizationInviteDocument,
119707
120991
  DeleteOrganizationInviteDocument: DeleteOrganizationInviteDocument,
119708
120992
  UpdateOrganizationInviteDocument: UpdateOrganizationInviteDocument,
119709
- OrganizationStartPlusTrialDocument: OrganizationStartPlusTrialDocument,
120993
+ OrganizationStartTrialDocument: OrganizationStartTrialDocument,
119710
120994
  UpdateOrganizationDocument: UpdateOrganizationDocument,
119711
120995
  ArchiveProjectDocument: ArchiveProjectDocument,
119712
120996
  CreateProjectDocument: CreateProjectDocument,
@@ -119960,14 +121244,6 @@ class ApiKey extends Request {
119960
121244
  this.label = data.label;
119961
121245
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
119962
121246
  }
119963
- /** Creates a new API key. */
119964
- create(input) {
119965
- return new CreateApiKeyMutation(this._request).fetch(input);
119966
- }
119967
- /** Deletes an API key. */
119968
- delete() {
119969
- return new DeleteApiKeyMutation(this._request).fetch(this.id);
119970
- }
119971
121247
  }
119972
121248
  /**
119973
121249
  * ApiKeyConnection model
@@ -120302,7 +121578,7 @@ class AuthIntegration extends Request {
120302
121578
  */
120303
121579
  class AuthOauthClient extends Request {
120304
121580
  constructor(request, data) {
120305
- var _a, _b, _c, _d;
121581
+ var _a, _b, _c, _d, _e;
120306
121582
  super(request);
120307
121583
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120308
121584
  this.clientId = data.clientId;
@@ -120317,7 +121593,9 @@ class AuthOauthClient extends Request {
120317
121593
  this.organizationId = data.organizationId;
120318
121594
  this.publicEnabled = data.publicEnabled;
120319
121595
  this.redirectUris = data.redirectUris;
120320
- this.webhookUrl = (_d = data.webhookUrl) !== null && _d !== void 0 ? _d : undefined;
121596
+ this.webhookResourceTypes = data.webhookResourceTypes;
121597
+ this.webhookSecret = (_d = data.webhookSecret) !== null && _d !== void 0 ? _d : undefined;
121598
+ this.webhookUrl = (_e = data.webhookUrl) !== null && _e !== void 0 ? _e : undefined;
120321
121599
  }
120322
121600
  }
120323
121601
  /**
@@ -120382,6 +121660,7 @@ class AuthOrganization extends Request {
120382
121660
  super(request);
120383
121661
  this.allowedAuthServices = data.allowedAuthServices;
120384
121662
  this.deletionRequestedAt = (_a = parseDate(data.deletionRequestedAt)) !== null && _a !== void 0 ? _a : undefined;
121663
+ this.enabled = data.enabled;
120385
121664
  this.id = data.id;
120386
121665
  this.logoUrl = (_b = data.logoUrl) !== null && _b !== void 0 ? _b : undefined;
120387
121666
  this.name = data.name;
@@ -120403,9 +121682,10 @@ class AuthOrganization extends Request {
120403
121682
  */
120404
121683
  class AuthOrganizationDomain extends Request {
120405
121684
  constructor(request, data) {
120406
- var _a;
121685
+ var _a, _b;
120407
121686
  super(request);
120408
121687
  this.claimed = (_a = data.claimed) !== null && _a !== void 0 ? _a : undefined;
121688
+ this.disableOrganizationCreation = (_b = data.disableOrganizationCreation) !== null && _b !== void 0 ? _b : undefined;
120409
121689
  this.id = data.id;
120410
121690
  this.name = data.name;
120411
121691
  this.organizationId = data.organizationId;
@@ -120474,6 +121754,7 @@ class AuthResolverResponse extends Request {
120474
121754
  this.lockedOrganizations = data.lockedOrganizations
120475
121755
  ? data.lockedOrganizations.map(node => new AuthOrganization(request, node))
120476
121756
  : undefined;
121757
+ this.lockedUsers = data.lockedUsers.map(node => new AuthUser(request, node));
120477
121758
  this.users = data.users.map(node => new AuthUser(request, node));
120478
121759
  }
120479
121760
  }
@@ -120507,6 +121788,7 @@ class AuthUser extends Request {
120507
121788
  this.name = data.name;
120508
121789
  this.userAccountId = data.userAccountId;
120509
121790
  this.organization = new AuthOrganization(request, data.organization);
121791
+ this.role = data.role;
120510
121792
  }
120511
121793
  }
120512
121794
  /**
@@ -120840,6 +122122,10 @@ class CustomView extends Request {
120840
122122
  issues(variables) {
120841
122123
  return new CustomView_IssuesQuery(this._request, this.id, variables).fetch(variables);
120842
122124
  }
122125
+ /** Projects associated with the custom view. */
122126
+ projects(variables) {
122127
+ return new CustomView_ProjectsQuery(this._request, this.id, variables).fetch(variables);
122128
+ }
120843
122129
  /** Creates a new custom view. */
120844
122130
  create(input) {
120845
122131
  return new CreateCustomViewMutation(this._request).fetch(input);
@@ -121790,6 +123076,35 @@ class ExternalUserConnection extends Connection {
121790
123076
  super(request, fetch, data.nodes.map(node => new ExternalUser(request, node)), new PageInfo(request, data.pageInfo));
121791
123077
  }
121792
123078
  }
123079
+ /**
123080
+ * A facet. Facets are joins between entities. A facet can tie a custom view to a project, or a a project to a roadmap for example.
123081
+ *
123082
+ * @param request - function to call the graphql client
123083
+ * @param data - L.FacetFragment response data
123084
+ */
123085
+ class Facet extends Request {
123086
+ constructor(request, data) {
123087
+ var _a, _b, _c;
123088
+ super(request);
123089
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123090
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
123091
+ this.id = data.id;
123092
+ this.sortOrder = data.sortOrder;
123093
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123094
+ }
123095
+ }
123096
+ /**
123097
+ * FacetConnection model
123098
+ *
123099
+ * @param request - function to call the graphql client
123100
+ * @param fetch - function to trigger a refetch of this FacetConnection model
123101
+ * @param data - FacetConnection response data
123102
+ */
123103
+ class FacetConnection extends Connection {
123104
+ constructor(request, fetch, data) {
123105
+ super(request, fetch, data.nodes.map(node => new Facet(request, node)), new PageInfo(request, data.pageInfo));
123106
+ }
123107
+ }
121793
123108
  /**
121794
123109
  * User favorites presented in the sidebar.
121795
123110
  *
@@ -122096,6 +123411,21 @@ class GitHubCommitIntegrationPayload extends Request {
122096
123411
  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;
122097
123412
  }
122098
123413
  }
123414
+ /**
123415
+ * Metadata and settings for a GitHub import integration.
123416
+ *
123417
+ * @param request - function to call the graphql client
123418
+ * @param data - L.GitHubImportSettingsFragment response data
123419
+ */
123420
+ class GitHubImportSettings extends Request {
123421
+ constructor(request, data) {
123422
+ super(request);
123423
+ this.orgAvatarUrl = data.orgAvatarUrl;
123424
+ this.orgLogin = data.orgLogin;
123425
+ this.repositories = data.repositories.map(node => new GitHubRepo(request, node));
123426
+ this.orgType = data.orgType;
123427
+ }
123428
+ }
122099
123429
  /**
122100
123430
  * Metadata and settings for a GitHub Personal integration.
122101
123431
  *
@@ -122129,6 +123459,7 @@ class GitHubRepo extends Request {
122129
123459
  */
122130
123460
  class GitHubSettings extends Request {
122131
123461
  constructor(request, data) {
123462
+ var _a;
122132
123463
  super(request);
122133
123464
  this.orgAvatarUrl = data.orgAvatarUrl;
122134
123465
  this.orgLogin = data.orgLogin;
@@ -122136,6 +123467,7 @@ class GitHubSettings extends Request {
122136
123467
  this.repositoriesMapping = data.repositoriesMapping
122137
123468
  ? data.repositoriesMapping.map(node => new TeamRepoMapping(request, node))
122138
123469
  : undefined;
123470
+ this.orgType = (_a = data.orgType) !== null && _a !== void 0 ? _a : undefined;
122139
123471
  }
122140
123472
  }
122141
123473
  /**
@@ -122153,49 +123485,6 @@ class GitLabSettings extends Request {
122153
123485
  this.url = (_c = data.url) !== null && _c !== void 0 ? _c : undefined;
122154
123486
  }
122155
123487
  }
122156
- /**
122157
- * GitHub OAuth token, plus information about the organizations the user is a member of.
122158
- *
122159
- * @param request - function to call the graphql client
122160
- * @param data - L.GithubOAuthTokenPayloadFragment response data
122161
- */
122162
- class GithubOAuthTokenPayload extends Request {
122163
- constructor(request, data) {
122164
- var _a;
122165
- super(request);
122166
- this.token = (_a = data.token) !== null && _a !== void 0 ? _a : undefined;
122167
- this.organizations = data.organizations ? data.organizations.map(node => new GithubOrg(request, node)) : undefined;
122168
- }
122169
- }
122170
- /**
122171
- * Relevant information for the GitHub organization.
122172
- *
122173
- * @param request - function to call the graphql client
122174
- * @param data - L.GithubOrgFragment response data
122175
- */
122176
- class GithubOrg extends Request {
122177
- constructor(request, data) {
122178
- var _a;
122179
- super(request);
122180
- this.id = data.id;
122181
- this.isPersonal = (_a = data.isPersonal) !== null && _a !== void 0 ? _a : undefined;
122182
- this.login = data.login;
122183
- this.repositories = data.repositories.map(node => new GithubRepo(request, node));
122184
- }
122185
- }
122186
- /**
122187
- * Relevant information for the GitHub repository.
122188
- *
122189
- * @param request - function to call the graphql client
122190
- * @param data - L.GithubRepoFragment response data
122191
- */
122192
- class GithubRepo extends Request {
122193
- constructor(request, data) {
122194
- super(request);
122195
- this.id = data.id;
122196
- this.name = data.name;
122197
- }
122198
- }
122199
123488
  /**
122200
123489
  * Google Sheets specific settings.
122201
123490
  *
@@ -122240,6 +123529,47 @@ class InitiativeArchivePayload extends Request {
122240
123529
  this.success = data.success;
122241
123530
  }
122242
123531
  }
123532
+ /**
123533
+ * An initiative related notification.
123534
+ *
123535
+ * @param request - function to call the graphql client
123536
+ * @param data - L.InitiativeNotificationFragment response data
123537
+ */
123538
+ class InitiativeNotification extends Request {
123539
+ constructor(request, data) {
123540
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
123541
+ super(request);
123542
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123543
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
123544
+ this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
123545
+ this.id = data.id;
123546
+ this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
123547
+ this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
123548
+ this.type = data.type;
123549
+ this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
123550
+ this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
123551
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
123552
+ this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
123553
+ this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
123554
+ this._user = data.user;
123555
+ }
123556
+ /** The user that caused the notification. */
123557
+ get actor() {
123558
+ var _a, _b;
123559
+ return ((_a = this._actor) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._actor) === null || _b === void 0 ? void 0 : _b.id) : undefined;
123560
+ }
123561
+ /** The external user that caused the notification. */
123562
+ get externalUserActor() {
123563
+ var _a, _b;
123564
+ return ((_a = this._externalUserActor) === null || _a === void 0 ? void 0 : _a.id)
123565
+ ? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
123566
+ : undefined;
123567
+ }
123568
+ /** The user that received the notification. */
123569
+ get user() {
123570
+ return new UserQuery(this._request).fetch(this._user.id);
123571
+ }
123572
+ }
122243
123573
  /**
122244
123574
  * An integration with an external service.
122245
123575
  *
@@ -122349,6 +123679,7 @@ class IntegrationSettings extends Request {
122349
123679
  super(request);
122350
123680
  this.front = data.front ? new FrontSettings(request, data.front) : undefined;
122351
123681
  this.gitHub = data.gitHub ? new GitHubSettings(request, data.gitHub) : undefined;
123682
+ this.gitHubImport = data.gitHubImport ? new GitHubImportSettings(request, data.gitHubImport) : undefined;
122352
123683
  this.gitHubPersonal = data.gitHubPersonal ? new GitHubPersonalSettings(request, data.gitHubPersonal) : undefined;
122353
123684
  this.gitLab = data.gitLab ? new GitLabSettings(request, data.gitLab) : undefined;
122354
123685
  this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
@@ -122361,6 +123692,9 @@ class IntegrationSettings extends Request {
122361
123692
  this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
122362
123693
  this.slack = data.slack ? new SlackSettings(request, data.slack) : undefined;
122363
123694
  this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
123695
+ this.slackCustomViewNotifications = data.slackCustomViewNotifications
123696
+ ? new SlackPostSettings(request, data.slackCustomViewNotifications)
123697
+ : undefined;
122364
123698
  this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
122365
123699
  ? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
122366
123700
  : undefined;
@@ -122811,6 +124145,7 @@ class IssueHistory extends Request {
122811
124145
  this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
122812
124146
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
122813
124147
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
124148
+ this.actors = data.actors.map(node => new User(request, node));
122814
124149
  this.addedLabels = data.addedLabels ? data.addedLabels.map(node => new IssueLabel(request, node)) : undefined;
122815
124150
  this.relationChanges = data.relationChanges
122816
124151
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
@@ -122938,7 +124273,7 @@ class IssueHistoryConnection extends Connection {
122938
124273
  */
122939
124274
  class IssueImport extends Request {
122940
124275
  constructor(request, data) {
122941
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
124276
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
122942
124277
  super(request);
122943
124278
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
122944
124279
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -122950,9 +124285,10 @@ class IssueImport extends Request {
122950
124285
  this.mapping = (_f = data.mapping) !== null && _f !== void 0 ? _f : undefined;
122951
124286
  this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
122952
124287
  this.service = data.service;
124288
+ this.serviceMetadata = (_h = data.serviceMetadata) !== null && _h !== void 0 ? _h : undefined;
122953
124289
  this.status = data.status;
122954
- this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
122955
- this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
124290
+ this.teamName = (_j = data.teamName) !== null && _j !== void 0 ? _j : undefined;
124291
+ this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
122956
124292
  }
122957
124293
  /** Deletes an import job. */
122958
124294
  delete(issueImportId) {
@@ -123003,6 +124339,20 @@ class IssueImportPayload extends Request {
123003
124339
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
123004
124340
  }
123005
124341
  }
124342
+ /**
124343
+ * Whether an issue import can be synced at the end of an import or not
124344
+ *
124345
+ * @param request - function to call the graphql client
124346
+ * @param data - L.IssueImportSyncCheckPayloadFragment response data
124347
+ */
124348
+ class IssueImportSyncCheckPayload extends Request {
124349
+ constructor(request, data) {
124350
+ var _a;
124351
+ super(request);
124352
+ this.canSync = data.canSync;
124353
+ this.error = (_a = data.error) !== null && _a !== void 0 ? _a : undefined;
124354
+ }
124355
+ }
123006
124356
  /**
123007
124357
  * Labels that can be associated with issues.
123008
124358
  *
@@ -123215,8 +124565,8 @@ class IssueRelation extends Request {
123215
124565
  return new IssueQuery(this._request).fetch(this._relatedIssue.id);
123216
124566
  }
123217
124567
  /** Creates a new issue relation. */
123218
- create(input) {
123219
- return new CreateIssueRelationMutation(this._request).fetch(input);
124568
+ create(input, variables) {
124569
+ return new CreateIssueRelationMutation(this._request).fetch(input, variables);
123220
124570
  }
123221
124571
  /** Deletes an issue relation. */
123222
124572
  delete() {
@@ -123476,9 +124826,11 @@ class JiraProjectData extends Request {
123476
124826
  */
123477
124827
  class JiraSettings extends Request {
123478
124828
  constructor(request, data) {
123479
- var _a;
124829
+ var _a, _b, _c;
123480
124830
  super(request);
123481
124831
  this.isJiraServer = (_a = data.isJiraServer) !== null && _a !== void 0 ? _a : undefined;
124832
+ this.manualSetup = (_b = data.manualSetup) !== null && _b !== void 0 ? _b : undefined;
124833
+ this.setupPending = (_c = data.setupPending) !== null && _c !== void 0 ? _c : undefined;
123482
124834
  this.projectMapping = data.projectMapping
123483
124835
  ? data.projectMapping.map(node => new JiraLinearMapping(request, node))
123484
124836
  : undefined;
@@ -123662,6 +125014,8 @@ class NotificationConnection extends Connection {
123662
125014
  switch (node.__typename) {
123663
125015
  case "DocumentNotification":
123664
125016
  return new DocumentNotification(request, node);
125017
+ case "InitiativeNotification":
125018
+ return new InitiativeNotification(request, node);
123665
125019
  case "IssueNotification":
123666
125020
  return new IssueNotification(request, node);
123667
125021
  case "OauthClientApprovalNotification":
@@ -123674,6 +125028,66 @@ class NotificationConnection extends Connection {
123674
125028
  }), new PageInfo(request, data.pageInfo));
123675
125029
  }
123676
125030
  }
125031
+ /**
125032
+ * A user's notification delivery preferences.
125033
+ *
125034
+ * @param request - function to call the graphql client
125035
+ * @param data - L.NotificationDeliveryPreferencesFragment response data
125036
+ */
125037
+ class NotificationDeliveryPreferences extends Request {
125038
+ constructor(request, data) {
125039
+ super(request);
125040
+ this.mobile = data.mobile ? new NotificationDeliveryPreferencesChannel(request, data.mobile) : undefined;
125041
+ }
125042
+ }
125043
+ /**
125044
+ * A user's notification delivery preferences.
125045
+ *
125046
+ * @param request - function to call the graphql client
125047
+ * @param data - L.NotificationDeliveryPreferencesChannelFragment response data
125048
+ */
125049
+ class NotificationDeliveryPreferencesChannel extends Request {
125050
+ constructor(request, data) {
125051
+ var _a;
125052
+ super(request);
125053
+ this.notificationsDisabled = (_a = data.notificationsDisabled) !== null && _a !== void 0 ? _a : undefined;
125054
+ this.schedule = new NotificationDeliveryPreferencesSchedule(request, data.schedule);
125055
+ }
125056
+ }
125057
+ /**
125058
+ * A user's notification delivery schedule for a particular day.
125059
+ *
125060
+ * @param request - function to call the graphql client
125061
+ * @param data - L.NotificationDeliveryPreferencesDayFragment response data
125062
+ */
125063
+ class NotificationDeliveryPreferencesDay extends Request {
125064
+ constructor(request, data) {
125065
+ var _a, _b;
125066
+ super(request);
125067
+ this.end = (_a = data.end) !== null && _a !== void 0 ? _a : undefined;
125068
+ this.start = (_b = data.start) !== null && _b !== void 0 ? _b : undefined;
125069
+ }
125070
+ }
125071
+ /**
125072
+ * A user's notification delivery schedule for a particular day.
125073
+ *
125074
+ * @param request - function to call the graphql client
125075
+ * @param data - L.NotificationDeliveryPreferencesScheduleFragment response data
125076
+ */
125077
+ class NotificationDeliveryPreferencesSchedule extends Request {
125078
+ constructor(request, data) {
125079
+ var _a;
125080
+ super(request);
125081
+ this.disabled = (_a = data.disabled) !== null && _a !== void 0 ? _a : undefined;
125082
+ this.friday = new NotificationDeliveryPreferencesDay(request, data.friday);
125083
+ this.monday = new NotificationDeliveryPreferencesDay(request, data.monday);
125084
+ this.saturday = new NotificationDeliveryPreferencesDay(request, data.saturday);
125085
+ this.sunday = new NotificationDeliveryPreferencesDay(request, data.sunday);
125086
+ this.thursday = new NotificationDeliveryPreferencesDay(request, data.thursday);
125087
+ this.tuesday = new NotificationDeliveryPreferencesDay(request, data.tuesday);
125088
+ this.wednesday = new NotificationDeliveryPreferencesDay(request, data.wednesday);
125089
+ }
125090
+ }
123677
125091
  /**
123678
125092
  * NotificationPayload model
123679
125093
  *
@@ -124074,18 +125488,19 @@ class OrganizationDeletePayload extends Request {
124074
125488
  */
124075
125489
  class OrganizationDomain extends Request {
124076
125490
  constructor(request, data) {
124077
- var _a, _b, _c, _d, _e, _f;
125491
+ var _a, _b, _c, _d, _e, _f, _g;
124078
125492
  super(request);
124079
125493
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
124080
125494
  this.claimed = (_b = data.claimed) !== null && _b !== void 0 ? _b : undefined;
124081
125495
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
125496
+ this.disableOrganizationCreation = (_d = data.disableOrganizationCreation) !== null && _d !== void 0 ? _d : undefined;
124082
125497
  this.id = data.id;
124083
125498
  this.name = data.name;
124084
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
124085
- this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
125499
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
125500
+ this.verificationEmail = (_f = data.verificationEmail) !== null && _f !== void 0 ? _f : undefined;
124086
125501
  this.verified = data.verified;
124087
125502
  this.authType = data.authType;
124088
- this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
125503
+ this._creator = (_g = data.creator) !== null && _g !== void 0 ? _g : undefined;
124089
125504
  }
124090
125505
  /** The user who added the domain. */
124091
125506
  get creator() {
@@ -124230,6 +125645,19 @@ class OrganizationInvitePayload extends Request {
124230
125645
  return new OrganizationInviteQuery(this._request).fetch(this._organizationInvite.id);
124231
125646
  }
124232
125647
  }
125648
+ /**
125649
+ * OrganizationMeta model
125650
+ *
125651
+ * @param request - function to call the graphql client
125652
+ * @param data - L.OrganizationMetaFragment response data
125653
+ */
125654
+ class OrganizationMeta extends Request {
125655
+ constructor(request, data) {
125656
+ super(request);
125657
+ this.allowedAuthServices = data.allowedAuthServices;
125658
+ this.region = data.region;
125659
+ }
125660
+ }
124233
125661
  /**
124234
125662
  * OrganizationPayload model
124235
125663
  *
@@ -124262,12 +125690,12 @@ class OrganizationRegionResponse extends Request {
124262
125690
  }
124263
125691
  }
124264
125692
  /**
124265
- * OrganizationStartPlusTrialPayload model
125693
+ * OrganizationStartTrialPayload model
124266
125694
  *
124267
125695
  * @param request - function to call the graphql client
124268
- * @param data - L.OrganizationStartPlusTrialPayloadFragment response data
125696
+ * @param data - L.OrganizationStartTrialPayloadFragment response data
124269
125697
  */
124270
- class OrganizationStartPlusTrialPayload extends Request {
125698
+ class OrganizationStartTrialPayload extends Request {
124271
125699
  constructor(request, data) {
124272
125700
  super(request);
124273
125701
  this.success = data.success;
@@ -124336,6 +125764,46 @@ class PaidSubscription extends Request {
124336
125764
  return new OrganizationQuery(this._request).fetch();
124337
125765
  }
124338
125766
  }
125767
+ /**
125768
+ * Registered passkey for authentication.
125769
+ *
125770
+ * @param request - function to call the graphql client
125771
+ * @param data - L.PasskeyFragment response data
125772
+ */
125773
+ class Passkey extends Request {
125774
+ constructor(request, data) {
125775
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
125776
+ super(request);
125777
+ this.aaguid = data.aaguid;
125778
+ this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
125779
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
125780
+ this.id = data.id;
125781
+ this.ip = (_c = data.ip) !== null && _c !== void 0 ? _c : undefined;
125782
+ this.label = data.label;
125783
+ this.lastUsedAt = (_d = parseDate(data.lastUsedAt)) !== null && _d !== void 0 ? _d : new Date();
125784
+ this.lastUsedSessionId = (_e = data.lastUsedSessionId) !== null && _e !== void 0 ? _e : undefined;
125785
+ this.locationCity = (_f = data.locationCity) !== null && _f !== void 0 ? _f : undefined;
125786
+ this.locationCountry = (_g = data.locationCountry) !== null && _g !== void 0 ? _g : undefined;
125787
+ this.locationCountryCode = (_h = data.locationCountryCode) !== null && _h !== void 0 ? _h : undefined;
125788
+ this.locationRegionCode = (_j = data.locationRegionCode) !== null && _j !== void 0 ? _j : undefined;
125789
+ this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
125790
+ this.userAgent = (_l = data.userAgent) !== null && _l !== void 0 ? _l : undefined;
125791
+ this.clientType = data.clientType;
125792
+ }
125793
+ }
125794
+ /**
125795
+ * PasskeyLoginStartResponse model
125796
+ *
125797
+ * @param request - function to call the graphql client
125798
+ * @param data - L.PasskeyLoginStartResponseFragment response data
125799
+ */
125800
+ class PasskeyLoginStartResponse extends Request {
125801
+ constructor(request, data) {
125802
+ super(request);
125803
+ this.options = data.options;
125804
+ this.success = data.success;
125805
+ }
125806
+ }
124339
125807
  /**
124340
125808
  * A project.
124341
125809
  *
@@ -124500,6 +125968,20 @@ class ProjectConnection extends Connection {
124500
125968
  super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
124501
125969
  }
124502
125970
  }
125971
+ /**
125972
+ * ProjectDetailSuggestionPayload model
125973
+ *
125974
+ * @param request - function to call the graphql client
125975
+ * @param data - L.ProjectDetailSuggestionPayloadFragment response data
125976
+ */
125977
+ class ProjectDetailSuggestionPayload extends Request {
125978
+ constructor(request, data) {
125979
+ var _a, _b;
125980
+ super(request);
125981
+ this.color = (_a = data.color) !== null && _a !== void 0 ? _a : undefined;
125982
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
125983
+ }
125984
+ }
124503
125985
  /**
124504
125986
  * ProjectFilterSuggestionPayload model
124505
125987
  *
@@ -125362,17 +126844,18 @@ class ReactionPayload extends Request {
125362
126844
  */
125363
126845
  class Reminder extends Request {
125364
126846
  constructor(request, data) {
125365
- var _a, _b, _c, _d, _e, _f, _g, _h;
126847
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
125366
126848
  super(request);
125367
126849
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
125368
126850
  this.comment = (_b = data.comment) !== null && _b !== void 0 ? _b : undefined;
125369
126851
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
125370
126852
  this.id = data.id;
125371
- this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : new Date();
125372
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
125373
- this._documentId = (_f = data.documentId) !== null && _f !== void 0 ? _f : undefined;
125374
- this._issueId = (_g = data.issueId) !== null && _g !== void 0 ? _g : undefined;
125375
- this._projectId = (_h = data.projectId) !== null && _h !== void 0 ? _h : undefined;
126853
+ this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : undefined;
126854
+ this.schedule = (_e = data.schedule) !== null && _e !== void 0 ? _e : undefined;
126855
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
126856
+ this._documentId = (_g = data.documentId) !== null && _g !== void 0 ? _g : undefined;
126857
+ this._issueId = (_h = data.issueId) !== null && _h !== void 0 ? _h : undefined;
126858
+ this._projectId = (_j = data.projectId) !== null && _j !== void 0 ? _j : undefined;
125376
126859
  this._user = data.user;
125377
126860
  }
125378
126861
  /** The document that the reminder is associated with. */
@@ -125594,12 +127077,13 @@ class SentrySettings extends Request {
125594
127077
  */
125595
127078
  class SharedSlackSettings extends Request {
125596
127079
  constructor(request, data) {
125597
- var _a, _b, _c, _d;
127080
+ var _a, _b, _c, _d, _e;
125598
127081
  super(request);
125599
- this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
125600
- this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
125601
- this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
125602
- this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
127082
+ this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
127083
+ this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
127084
+ this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
127085
+ this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
127086
+ this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
125603
127087
  }
125604
127088
  }
125605
127089
  /**
@@ -125610,12 +127094,13 @@ class SharedSlackSettings extends Request {
125610
127094
  */
125611
127095
  class SlackAsksSettings extends Request {
125612
127096
  constructor(request, data) {
125613
- var _a, _b, _c, _d;
127097
+ var _a, _b, _c, _d, _e;
125614
127098
  super(request);
125615
- this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
125616
- this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
125617
- this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
125618
- this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
127099
+ this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
127100
+ this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
127101
+ this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
127102
+ this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
127103
+ this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
125619
127104
  this.slackChannelMapping = data.slackChannelMapping
125620
127105
  ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
125621
127106
  : undefined;
@@ -125705,13 +127190,14 @@ class SlackPostSettings extends Request {
125705
127190
  */
125706
127191
  class SlackSettings extends Request {
125707
127192
  constructor(request, data) {
125708
- var _a, _b, _c, _d;
127193
+ var _a, _b, _c, _d, _e;
125709
127194
  super(request);
125710
- this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
127195
+ this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
127196
+ this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
125711
127197
  this.linkOnIssueIdMention = data.linkOnIssueIdMention;
125712
- this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
125713
- this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
125714
- this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
127198
+ this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
127199
+ this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
127200
+ this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
125715
127201
  }
125716
127202
  }
125717
127203
  /**
@@ -125727,6 +127213,19 @@ class SsoUrlFromEmailResponse extends Request {
125727
127213
  this.success = data.success;
125728
127214
  }
125729
127215
  }
127216
+ /**
127217
+ * SuccessPayload model
127218
+ *
127219
+ * @param request - function to call the graphql client
127220
+ * @param data - L.SuccessPayloadFragment response data
127221
+ */
127222
+ class SuccessPayload extends Request {
127223
+ constructor(request, data) {
127224
+ super(request);
127225
+ this.lastSyncId = data.lastSyncId;
127226
+ this.success = data.success;
127227
+ }
127228
+ }
125730
127229
  /**
125731
127230
  * SummaryPayload model
125732
127231
  *
@@ -126261,6 +127760,53 @@ class TemplatePayload extends Request {
126261
127760
  return new TemplateQuery(this._request).fetch(this._template.id);
126262
127761
  }
126263
127762
  }
127763
+ /**
127764
+ * A text draft, used for comments and project updates.
127765
+ *
127766
+ * @param request - function to call the graphql client
127767
+ * @param data - L.TextDraftFragment response data
127768
+ */
127769
+ class TextDraft extends Request {
127770
+ constructor(request, data) {
127771
+ var _a, _b, _c, _d, _e, _f, _g, _h;
127772
+ super(request);
127773
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
127774
+ this.bodyData = (_b = parseJson(data.bodyData)) !== null && _b !== void 0 ? _b : {};
127775
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
127776
+ this.id = data.id;
127777
+ this.isAutogenerated = data.isAutogenerated;
127778
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
127779
+ this._issue = (_e = data.issue) !== null && _e !== void 0 ? _e : undefined;
127780
+ this._parentComment = (_f = data.parentComment) !== null && _f !== void 0 ? _f : undefined;
127781
+ this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
127782
+ this._projectUpdate = (_h = data.projectUpdate) !== null && _h !== void 0 ? _h : undefined;
127783
+ this._user = data.user;
127784
+ }
127785
+ /** The issue for which this is a draft comment. */
127786
+ get issue() {
127787
+ var _a, _b;
127788
+ 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;
127789
+ }
127790
+ /** The comment for which this is a draft comment reply. */
127791
+ get parentComment() {
127792
+ var _a, _b;
127793
+ return ((_a = this._parentComment) === null || _a === void 0 ? void 0 : _a.id) ? new CommentQuery(this._request).fetch({ id: (_b = this._parentComment) === null || _b === void 0 ? void 0 : _b.id }) : undefined;
127794
+ }
127795
+ /** The project for which this is a draft project update. */
127796
+ get project() {
127797
+ var _a, _b;
127798
+ return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
127799
+ }
127800
+ /** The project update for which this is a draft comment. */
127801
+ get projectUpdate() {
127802
+ var _a, _b;
127803
+ 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;
127804
+ }
127805
+ /** The user who created the draft. */
127806
+ get user() {
127807
+ return new UserQuery(this._request).fetch(this._user.id);
127808
+ }
127809
+ }
126264
127810
  /**
126265
127811
  * A time schedule.
126266
127812
  *
@@ -126721,6 +128267,7 @@ class UserSettings extends Request {
126721
128267
  this.subscribedToUnreadNotificationsReminder = data.subscribedToUnreadNotificationsReminder;
126722
128268
  this.unsubscribedFrom = data.unsubscribedFrom;
126723
128269
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
128270
+ this.notificationDeliveryPreferences = new NotificationDeliveryPreferences(request, data.notificationDeliveryPreferences);
126724
128271
  this._user = data.user;
126725
128272
  }
126726
128273
  /** The user associated with these settings. */
@@ -128120,27 +129667,27 @@ class IssueImportCheckCsvQuery extends Request {
128120
129667
  }
128121
129668
  }
128122
129669
  /**
128123
- * A fetchable IssueImportFinishGithubOAuth Query
129670
+ * A fetchable IssueImportCheckSync Query
128124
129671
  *
128125
129672
  * @param request - function to call the graphql client
128126
129673
  */
128127
- class IssueImportFinishGithubOAuthQuery extends Request {
129674
+ class IssueImportCheckSyncQuery extends Request {
128128
129675
  constructor(request) {
128129
129676
  super(request);
128130
129677
  }
128131
129678
  /**
128132
- * Call the IssueImportFinishGithubOAuth query and return a GithubOAuthTokenPayload
129679
+ * Call the IssueImportCheckSync query and return a IssueImportSyncCheckPayload
128133
129680
  *
128134
- * @param code - required code to pass to issueImportFinishGithubOAuth
128135
- * @returns parsed response from IssueImportFinishGithubOAuthQuery
129681
+ * @param issueImportId - required issueImportId to pass to issueImportCheckSync
129682
+ * @returns parsed response from IssueImportCheckSyncQuery
128136
129683
  */
128137
- fetch(code) {
129684
+ fetch(issueImportId) {
128138
129685
  return __awaiter(this, void 0, void 0, function* () {
128139
- const response = yield this._request(IssueImportFinishGithubOAuthDocument, {
128140
- code,
129686
+ const response = yield this._request(IssueImportCheckSyncDocument, {
129687
+ issueImportId,
128141
129688
  });
128142
- const data = response.issueImportFinishGithubOAuth;
128143
- return new GithubOAuthTokenPayload(this._request, data);
129689
+ const data = response.issueImportCheckSync;
129690
+ return new IssueImportSyncCheckPayload(this._request, data);
128144
129691
  });
128145
129692
  }
128146
129693
  }
@@ -128359,6 +129906,8 @@ class NotificationQuery extends Request {
128359
129906
  switch (data.__typename) {
128360
129907
  case "DocumentNotification":
128361
129908
  return new DocumentNotification(this._request, data);
129909
+ case "InitiativeNotification":
129910
+ return new InitiativeNotification(this._request, data);
128362
129911
  case "IssueNotification":
128363
129912
  return new IssueNotification(this._request, data);
128364
129913
  case "OauthClientApprovalNotification":
@@ -129583,56 +131132,6 @@ class AirbyteIntegrationConnectMutation extends Request {
129583
131132
  });
129584
131133
  }
129585
131134
  }
129586
- /**
129587
- * A fetchable CreateApiKey Mutation
129588
- *
129589
- * @param request - function to call the graphql client
129590
- */
129591
- class CreateApiKeyMutation extends Request {
129592
- constructor(request) {
129593
- super(request);
129594
- }
129595
- /**
129596
- * Call the CreateApiKey mutation and return a ApiKeyPayload
129597
- *
129598
- * @param input - required input to pass to createApiKey
129599
- * @returns parsed response from CreateApiKeyMutation
129600
- */
129601
- fetch(input) {
129602
- return __awaiter(this, void 0, void 0, function* () {
129603
- const response = yield this._request(CreateApiKeyDocument, {
129604
- input,
129605
- });
129606
- const data = response.apiKeyCreate;
129607
- return new ApiKeyPayload(this._request, data);
129608
- });
129609
- }
129610
- }
129611
- /**
129612
- * A fetchable DeleteApiKey Mutation
129613
- *
129614
- * @param request - function to call the graphql client
129615
- */
129616
- class DeleteApiKeyMutation extends Request {
129617
- constructor(request) {
129618
- super(request);
129619
- }
129620
- /**
129621
- * Call the DeleteApiKey mutation and return a DeletePayload
129622
- *
129623
- * @param id - required id to pass to deleteApiKey
129624
- * @returns parsed response from DeleteApiKeyMutation
129625
- */
129626
- fetch(id) {
129627
- return __awaiter(this, void 0, void 0, function* () {
129628
- const response = yield this._request(DeleteApiKeyDocument, {
129629
- id,
129630
- });
129631
- const data = response.apiKeyDelete;
129632
- return new DeletePayload(this._request, data);
129633
- });
129634
- }
129635
- }
129636
131135
  /**
129637
131136
  * A fetchable ArchiveAttachment Mutation
129638
131137
  *
@@ -129977,6 +131476,31 @@ class AttachmentLinkZendeskMutation extends Request {
129977
131476
  });
129978
131477
  }
129979
131478
  }
131479
+ /**
131480
+ * A fetchable AttachmentSyncToSlack Mutation
131481
+ *
131482
+ * @param request - function to call the graphql client
131483
+ */
131484
+ class AttachmentSyncToSlackMutation extends Request {
131485
+ constructor(request) {
131486
+ super(request);
131487
+ }
131488
+ /**
131489
+ * Call the AttachmentSyncToSlack mutation and return a AttachmentPayload
131490
+ *
131491
+ * @param id - required id to pass to attachmentSyncToSlack
131492
+ * @returns parsed response from AttachmentSyncToSlackMutation
131493
+ */
131494
+ fetch(id) {
131495
+ return __awaiter(this, void 0, void 0, function* () {
131496
+ const response = yield this._request(AttachmentSyncToSlackDocument, {
131497
+ id,
131498
+ });
131499
+ const data = response.attachmentSyncToSlack;
131500
+ return new AttachmentPayload(this._request, data);
131501
+ });
131502
+ }
131503
+ }
129980
131504
  /**
129981
131505
  * A fetchable UpdateAttachment Mutation
129982
131506
  *
@@ -130532,33 +132056,6 @@ class DeleteDocumentMutation extends Request {
130532
132056
  });
130533
132057
  }
130534
132058
  }
130535
- /**
130536
- * A fetchable DocumentReminder Mutation
130537
- *
130538
- * @param request - function to call the graphql client
130539
- */
130540
- class DocumentReminderMutation extends Request {
130541
- constructor(request) {
130542
- super(request);
130543
- }
130544
- /**
130545
- * Call the DocumentReminder mutation and return a DocumentPayload
130546
- *
130547
- * @param id - required id to pass to documentReminder
130548
- * @param reminderAt - required reminderAt to pass to documentReminder
130549
- * @returns parsed response from DocumentReminderMutation
130550
- */
130551
- fetch(id, reminderAt) {
130552
- return __awaiter(this, void 0, void 0, function* () {
130553
- const response = yield this._request(DocumentReminderDocument, {
130554
- id,
130555
- reminderAt,
130556
- });
130557
- const data = response.documentReminder;
130558
- return new DocumentPayload(this._request, data);
130559
- });
130560
- }
130561
- }
130562
132059
  /**
130563
132060
  * A fetchable UpdateDocument Mutation
130564
132061
  *
@@ -131457,6 +132954,31 @@ class IntegrationGithubConnectMutation extends Request {
131457
132954
  });
131458
132955
  }
131459
132956
  }
132957
+ /**
132958
+ * A fetchable IntegrationGithubImportConnect Mutation
132959
+ *
132960
+ * @param request - function to call the graphql client
132961
+ */
132962
+ class IntegrationGithubImportConnectMutation extends Request {
132963
+ constructor(request) {
132964
+ super(request);
132965
+ }
132966
+ /**
132967
+ * Call the IntegrationGithubImportConnect mutation and return a IntegrationPayload
132968
+ *
132969
+ * @param installationId - required installationId to pass to integrationGithubImportConnect
132970
+ * @returns parsed response from IntegrationGithubImportConnectMutation
132971
+ */
132972
+ fetch(installationId) {
132973
+ return __awaiter(this, void 0, void 0, function* () {
132974
+ const response = yield this._request(IntegrationGithubImportConnectDocument, {
132975
+ installationId,
132976
+ });
132977
+ const data = response.integrationGithubImportConnect;
132978
+ return new IntegrationPayload(this._request, data);
132979
+ });
132980
+ }
132981
+ }
131460
132982
  /**
131461
132983
  * A fetchable IntegrationGitlabConnect Mutation
131462
132984
  *
@@ -131734,6 +133256,35 @@ class IntegrationSlackAsksMutation extends Request {
131734
133256
  });
131735
133257
  }
131736
133258
  }
133259
+ /**
133260
+ * A fetchable IntegrationSlackCustomViewNotifications Mutation
133261
+ *
133262
+ * @param request - function to call the graphql client
133263
+ */
133264
+ class IntegrationSlackCustomViewNotificationsMutation extends Request {
133265
+ constructor(request) {
133266
+ super(request);
133267
+ }
133268
+ /**
133269
+ * Call the IntegrationSlackCustomViewNotifications mutation and return a SlackChannelConnectPayload
133270
+ *
133271
+ * @param code - required code to pass to integrationSlackCustomViewNotifications
133272
+ * @param customViewId - required customViewId to pass to integrationSlackCustomViewNotifications
133273
+ * @param redirectUri - required redirectUri to pass to integrationSlackCustomViewNotifications
133274
+ * @returns parsed response from IntegrationSlackCustomViewNotificationsMutation
133275
+ */
133276
+ fetch(code, customViewId, redirectUri) {
133277
+ return __awaiter(this, void 0, void 0, function* () {
133278
+ const response = yield this._request(IntegrationSlackCustomViewNotificationsDocument, {
133279
+ code,
133280
+ customViewId,
133281
+ redirectUri,
133282
+ });
133283
+ const data = response.integrationSlackCustomViewNotifications;
133284
+ return new SlackChannelConnectPayload(this._request, data);
133285
+ });
133286
+ }
133287
+ }
131737
133288
  /**
131738
133289
  * A fetchable IntegrationSlackImportEmojis Mutation
131739
133290
  *
@@ -132250,17 +133801,13 @@ class IssueImportCreateGithubMutation extends Request {
132250
133801
  /**
132251
133802
  * Call the IssueImportCreateGithub mutation and return a IssueImportPayload
132252
133803
  *
132253
- * @param githubRepoName - required githubRepoName to pass to issueImportCreateGithub
132254
- * @param githubRepoOwner - required githubRepoOwner to pass to issueImportCreateGithub
132255
- * @param githubToken - required githubToken to pass to issueImportCreateGithub
132256
- * @param variables - variables without 'githubRepoName', 'githubRepoOwner', 'githubToken' to pass into the IssueImportCreateGithubMutation
133804
+ * @param integrationId - required integrationId to pass to issueImportCreateGithub
133805
+ * @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
132257
133806
  * @returns parsed response from IssueImportCreateGithubMutation
132258
133807
  */
132259
- fetch(githubRepoName, githubRepoOwner, githubToken, variables) {
133808
+ fetch(integrationId, variables) {
132260
133809
  return __awaiter(this, void 0, void 0, function* () {
132261
- const response = yield this._request(IssueImportCreateGithubDocument, Object.assign({ githubRepoName,
132262
- githubRepoOwner,
132263
- githubToken }, variables));
133810
+ const response = yield this._request(IssueImportCreateGithubDocument, Object.assign({ integrationId }, variables));
132264
133811
  const data = response.issueImportCreateGithub;
132265
133812
  return new IssueImportPayload(this._request, data);
132266
133813
  });
@@ -132463,13 +134010,12 @@ class CreateIssueRelationMutation extends Request {
132463
134010
  * Call the CreateIssueRelation mutation and return a IssueRelationPayload
132464
134011
  *
132465
134012
  * @param input - required input to pass to createIssueRelation
134013
+ * @param variables - variables without 'input' to pass into the CreateIssueRelationMutation
132466
134014
  * @returns parsed response from CreateIssueRelationMutation
132467
134015
  */
132468
- fetch(input) {
134016
+ fetch(input, variables) {
132469
134017
  return __awaiter(this, void 0, void 0, function* () {
132470
- const response = yield this._request(CreateIssueRelationDocument, {
132471
- input,
132472
- });
134018
+ const response = yield this._request(CreateIssueRelationDocument, Object.assign({ input }, variables));
132473
134019
  const data = response.issueRelationCreate;
132474
134020
  return new IssueRelationPayload(this._request, data);
132475
134021
  });
@@ -133279,24 +134825,24 @@ class UpdateOrganizationInviteMutation extends Request {
133279
134825
  }
133280
134826
  }
133281
134827
  /**
133282
- * A fetchable OrganizationStartPlusTrial Mutation
134828
+ * A fetchable OrganizationStartTrial Mutation
133283
134829
  *
133284
134830
  * @param request - function to call the graphql client
133285
134831
  */
133286
- class OrganizationStartPlusTrialMutation extends Request {
134832
+ class OrganizationStartTrialMutation extends Request {
133287
134833
  constructor(request) {
133288
134834
  super(request);
133289
134835
  }
133290
134836
  /**
133291
- * Call the OrganizationStartPlusTrial mutation and return a OrganizationStartPlusTrialPayload
134837
+ * Call the OrganizationStartTrial mutation and return a OrganizationStartTrialPayload
133292
134838
  *
133293
- * @returns parsed response from OrganizationStartPlusTrialMutation
134839
+ * @returns parsed response from OrganizationStartTrialMutation
133294
134840
  */
133295
134841
  fetch() {
133296
134842
  return __awaiter(this, void 0, void 0, function* () {
133297
- const response = yield this._request(OrganizationStartPlusTrialDocument, {});
133298
- const data = response.organizationStartPlusTrial;
133299
- return new OrganizationStartPlusTrialPayload(this._request, data);
134843
+ const response = yield this._request(OrganizationStartTrialDocument, {});
134844
+ const data = response.organizationStartTrial;
134845
+ return new OrganizationStartTrialPayload(this._request, data);
133300
134846
  });
133301
134847
  }
133302
134848
  }
@@ -135553,6 +137099,33 @@ class CustomView_OrganizationViewPreferencesQuery extends Request {
135553
137099
  });
135554
137100
  }
135555
137101
  }
137102
+ /**
137103
+ * A fetchable CustomView_Projects Query
137104
+ *
137105
+ * @param request - function to call the graphql client
137106
+ * @param id - required id to pass to customView
137107
+ * @param variables - variables without 'id' to pass into the CustomView_ProjectsQuery
137108
+ */
137109
+ class CustomView_ProjectsQuery extends Request {
137110
+ constructor(request, id, variables) {
137111
+ super(request);
137112
+ this._id = id;
137113
+ this._variables = variables;
137114
+ }
137115
+ /**
137116
+ * Call the CustomView_Projects query and return a ProjectConnection
137117
+ *
137118
+ * @param variables - variables without 'id' to pass into the CustomView_ProjectsQuery
137119
+ * @returns parsed response from CustomView_ProjectsQuery
137120
+ */
137121
+ fetch(variables) {
137122
+ return __awaiter(this, void 0, void 0, function* () {
137123
+ const response = yield this._request(CustomView_ProjectsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
137124
+ const data = response.customView.projects;
137125
+ return new ProjectConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
137126
+ });
137127
+ }
137128
+ }
135556
137129
  /**
135557
137130
  * A fetchable CustomView_UserViewPreferences Query
135558
137131
  *
@@ -137255,6 +138828,234 @@ class User_TeamsQuery extends Request {
137255
138828
  });
137256
138829
  }
137257
138830
  }
138831
+ /**
138832
+ * A fetchable UserSettings_NotificationDeliveryPreferences Query
138833
+ *
138834
+ * @param request - function to call the graphql client
138835
+ */
138836
+ class UserSettings_NotificationDeliveryPreferencesQuery extends Request {
138837
+ constructor(request) {
138838
+ super(request);
138839
+ }
138840
+ /**
138841
+ * Call the UserSettings_NotificationDeliveryPreferences query and return a NotificationDeliveryPreferences
138842
+ *
138843
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferencesQuery
138844
+ */
138845
+ fetch() {
138846
+ return __awaiter(this, void 0, void 0, function* () {
138847
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferencesDocument, {});
138848
+ const data = response.userSettings.notificationDeliveryPreferences;
138849
+ return new NotificationDeliveryPreferences(this._request, data);
138850
+ });
138851
+ }
138852
+ }
138853
+ /**
138854
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile Query
138855
+ *
138856
+ * @param request - function to call the graphql client
138857
+ */
138858
+ class UserSettings_NotificationDeliveryPreferences_MobileQuery extends Request {
138859
+ constructor(request) {
138860
+ super(request);
138861
+ }
138862
+ /**
138863
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile query and return a NotificationDeliveryPreferencesChannel
138864
+ *
138865
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_MobileQuery
138866
+ */
138867
+ fetch() {
138868
+ return __awaiter(this, void 0, void 0, function* () {
138869
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_MobileDocument, {});
138870
+ const data = response.userSettings.notificationDeliveryPreferences.mobile;
138871
+ return data ? new NotificationDeliveryPreferencesChannel(this._request, data) : undefined;
138872
+ });
138873
+ }
138874
+ }
138875
+ /**
138876
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule Query
138877
+ *
138878
+ * @param request - function to call the graphql client
138879
+ */
138880
+ class UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery extends Request {
138881
+ constructor(request) {
138882
+ super(request);
138883
+ }
138884
+ /**
138885
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule query and return a NotificationDeliveryPreferencesSchedule
138886
+ *
138887
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery
138888
+ */
138889
+ fetch() {
138890
+ var _a;
138891
+ return __awaiter(this, void 0, void 0, function* () {
138892
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument, {});
138893
+ const data = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule;
138894
+ return data ? new NotificationDeliveryPreferencesSchedule(this._request, data) : undefined;
138895
+ });
138896
+ }
138897
+ }
138898
+ /**
138899
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Friday Query
138900
+ *
138901
+ * @param request - function to call the graphql client
138902
+ */
138903
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery extends Request {
138904
+ constructor(request) {
138905
+ super(request);
138906
+ }
138907
+ /**
138908
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Friday query and return a NotificationDeliveryPreferencesDay
138909
+ *
138910
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery
138911
+ */
138912
+ fetch() {
138913
+ var _a, _b;
138914
+ return __awaiter(this, void 0, void 0, function* () {
138915
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument, {});
138916
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.friday;
138917
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
138918
+ });
138919
+ }
138920
+ }
138921
+ /**
138922
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Monday Query
138923
+ *
138924
+ * @param request - function to call the graphql client
138925
+ */
138926
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery extends Request {
138927
+ constructor(request) {
138928
+ super(request);
138929
+ }
138930
+ /**
138931
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Monday query and return a NotificationDeliveryPreferencesDay
138932
+ *
138933
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery
138934
+ */
138935
+ fetch() {
138936
+ var _a, _b;
138937
+ return __awaiter(this, void 0, void 0, function* () {
138938
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument, {});
138939
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.monday;
138940
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
138941
+ });
138942
+ }
138943
+ }
138944
+ /**
138945
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Saturday Query
138946
+ *
138947
+ * @param request - function to call the graphql client
138948
+ */
138949
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery extends Request {
138950
+ constructor(request) {
138951
+ super(request);
138952
+ }
138953
+ /**
138954
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Saturday query and return a NotificationDeliveryPreferencesDay
138955
+ *
138956
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery
138957
+ */
138958
+ fetch() {
138959
+ var _a, _b;
138960
+ return __awaiter(this, void 0, void 0, function* () {
138961
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument, {});
138962
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.saturday;
138963
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
138964
+ });
138965
+ }
138966
+ }
138967
+ /**
138968
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Sunday Query
138969
+ *
138970
+ * @param request - function to call the graphql client
138971
+ */
138972
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery extends Request {
138973
+ constructor(request) {
138974
+ super(request);
138975
+ }
138976
+ /**
138977
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Sunday query and return a NotificationDeliveryPreferencesDay
138978
+ *
138979
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery
138980
+ */
138981
+ fetch() {
138982
+ var _a, _b;
138983
+ return __awaiter(this, void 0, void 0, function* () {
138984
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument, {});
138985
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.sunday;
138986
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
138987
+ });
138988
+ }
138989
+ }
138990
+ /**
138991
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Thursday Query
138992
+ *
138993
+ * @param request - function to call the graphql client
138994
+ */
138995
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery extends Request {
138996
+ constructor(request) {
138997
+ super(request);
138998
+ }
138999
+ /**
139000
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Thursday query and return a NotificationDeliveryPreferencesDay
139001
+ *
139002
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery
139003
+ */
139004
+ fetch() {
139005
+ var _a, _b;
139006
+ return __awaiter(this, void 0, void 0, function* () {
139007
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument, {});
139008
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.thursday;
139009
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
139010
+ });
139011
+ }
139012
+ }
139013
+ /**
139014
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Tuesday Query
139015
+ *
139016
+ * @param request - function to call the graphql client
139017
+ */
139018
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery extends Request {
139019
+ constructor(request) {
139020
+ super(request);
139021
+ }
139022
+ /**
139023
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Tuesday query and return a NotificationDeliveryPreferencesDay
139024
+ *
139025
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery
139026
+ */
139027
+ fetch() {
139028
+ var _a, _b;
139029
+ return __awaiter(this, void 0, void 0, function* () {
139030
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument, {});
139031
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.tuesday;
139032
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
139033
+ });
139034
+ }
139035
+ }
139036
+ /**
139037
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Wednesday Query
139038
+ *
139039
+ * @param request - function to call the graphql client
139040
+ */
139041
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery extends Request {
139042
+ constructor(request) {
139043
+ super(request);
139044
+ }
139045
+ /**
139046
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Wednesday query and return a NotificationDeliveryPreferencesDay
139047
+ *
139048
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery
139049
+ */
139050
+ fetch() {
139051
+ var _a, _b;
139052
+ return __awaiter(this, void 0, void 0, function* () {
139053
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument, {});
139054
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.wednesday;
139055
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
139056
+ });
139057
+ }
139058
+ }
137258
139059
  /**
137259
139060
  * A fetchable Viewer_AssignedIssues Query
137260
139061
  *
@@ -137759,13 +139560,13 @@ class LinearSdk extends Request {
137759
139560
  return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
137760
139561
  }
137761
139562
  /**
137762
- * Fetches the GitHub token, completing the OAuth flow.
139563
+ * Checks whether it will be possible to setup sync for this project or repository at the end of import
137763
139564
  *
137764
- * @param code - required code to pass to issueImportFinishGithubOAuth
137765
- * @returns GithubOAuthTokenPayload
139565
+ * @param issueImportId - required issueImportId to pass to issueImportCheckSync
139566
+ * @returns IssueImportSyncCheckPayload
137766
139567
  */
137767
- issueImportFinishGithubOAuth(code) {
137768
- return new IssueImportFinishGithubOAuthQuery(this._request).fetch(code);
139568
+ issueImportCheckSync(issueImportId) {
139569
+ return new IssueImportCheckSyncQuery(this._request).fetch(issueImportId);
137769
139570
  }
137770
139571
  /**
137771
139572
  * One specific label.
@@ -138296,24 +140097,6 @@ class LinearSdk extends Request {
138296
140097
  airbyteIntegrationConnect(input) {
138297
140098
  return new AirbyteIntegrationConnectMutation(this._request).fetch(input);
138298
140099
  }
138299
- /**
138300
- * Creates a new API key.
138301
- *
138302
- * @param input - required input to pass to createApiKey
138303
- * @returns ApiKeyPayload
138304
- */
138305
- createApiKey(input) {
138306
- return new CreateApiKeyMutation(this._request).fetch(input);
138307
- }
138308
- /**
138309
- * Deletes an API key.
138310
- *
138311
- * @param id - required id to pass to deleteApiKey
138312
- * @returns DeletePayload
138313
- */
138314
- deleteApiKey(id) {
138315
- return new DeleteApiKeyMutation(this._request).fetch(id);
138316
- }
138317
140100
  /**
138318
140101
  * [DEPRECATED] Archives an issue attachment.
138319
140102
  *
@@ -138454,6 +140237,15 @@ class LinearSdk extends Request {
138454
140237
  attachmentLinkZendesk(issueId, ticketId, variables) {
138455
140238
  return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
138456
140239
  }
140240
+ /**
140241
+ * Begin syncing the thread for an existing Slack message attachment with a comment thread on its issue.
140242
+ *
140243
+ * @param id - required id to pass to attachmentSyncToSlack
140244
+ * @returns AttachmentPayload
140245
+ */
140246
+ attachmentSyncToSlack(id) {
140247
+ return new AttachmentSyncToSlackMutation(this._request).fetch(id);
140248
+ }
138457
140249
  /**
138458
140250
  * Updates an existing issue attachment.
138459
140251
  *
@@ -138660,16 +140452,6 @@ class LinearSdk extends Request {
138660
140452
  deleteDocument(id) {
138661
140453
  return new DeleteDocumentMutation(this._request).fetch(id);
138662
140454
  }
138663
- /**
138664
- * Adds a document reminder. Will cause a notification to be sent when the issue reminder time is reached.
138665
- *
138666
- * @param id - required id to pass to documentReminder
138667
- * @param reminderAt - required reminderAt to pass to documentReminder
138668
- * @returns DocumentPayload
138669
- */
138670
- documentReminder(id, reminderAt) {
138671
- return new DocumentReminderMutation(this._request).fetch(id, reminderAt);
138672
- }
138673
140455
  /**
138674
140456
  * Updates a document.
138675
140457
  *
@@ -139000,6 +140782,15 @@ class LinearSdk extends Request {
139000
140782
  integrationGithubConnect(installationId) {
139001
140783
  return new IntegrationGithubConnectMutation(this._request).fetch(installationId);
139002
140784
  }
140785
+ /**
140786
+ * Connects the organization with the GitHub Import App.
140787
+ *
140788
+ * @param installationId - required installationId to pass to integrationGithubImportConnect
140789
+ * @returns IntegrationPayload
140790
+ */
140791
+ integrationGithubImportConnect(installationId) {
140792
+ return new IntegrationGithubImportConnectMutation(this._request).fetch(installationId);
140793
+ }
139003
140794
  /**
139004
140795
  * Connects the organization with a GitLab Access Token.
139005
140796
  *
@@ -139105,6 +140896,17 @@ class LinearSdk extends Request {
139105
140896
  integrationSlackAsks(code, redirectUri) {
139106
140897
  return new IntegrationSlackAsksMutation(this._request).fetch(code, redirectUri);
139107
140898
  }
140899
+ /**
140900
+ * Slack integration for custom view notifications.
140901
+ *
140902
+ * @param code - required code to pass to integrationSlackCustomViewNotifications
140903
+ * @param customViewId - required customViewId to pass to integrationSlackCustomViewNotifications
140904
+ * @param redirectUri - required redirectUri to pass to integrationSlackCustomViewNotifications
140905
+ * @returns SlackChannelConnectPayload
140906
+ */
140907
+ integrationSlackCustomViewNotifications(code, customViewId, redirectUri) {
140908
+ return new IntegrationSlackCustomViewNotificationsMutation(this._request).fetch(code, customViewId, redirectUri);
140909
+ }
139108
140910
  /**
139109
140911
  * Imports custom emojis from your Slack workspace.
139110
140912
  *
@@ -139301,14 +141103,12 @@ class LinearSdk extends Request {
139301
141103
  /**
139302
141104
  * Kicks off a GitHub import job.
139303
141105
  *
139304
- * @param githubRepoName - required githubRepoName to pass to issueImportCreateGithub
139305
- * @param githubRepoOwner - required githubRepoOwner to pass to issueImportCreateGithub
139306
- * @param githubToken - required githubToken to pass to issueImportCreateGithub
139307
- * @param variables - variables without 'githubRepoName', 'githubRepoOwner', 'githubToken' to pass into the IssueImportCreateGithubMutation
141106
+ * @param integrationId - required integrationId to pass to issueImportCreateGithub
141107
+ * @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
139308
141108
  * @returns IssueImportPayload
139309
141109
  */
139310
- issueImportCreateGithub(githubRepoName, githubRepoOwner, githubToken, variables) {
139311
- return new IssueImportCreateGithubMutation(this._request).fetch(githubRepoName, githubRepoOwner, githubToken, variables);
141110
+ issueImportCreateGithub(integrationId, variables) {
141111
+ return new IssueImportCreateGithubMutation(this._request).fetch(integrationId, variables);
139312
141112
  }
139313
141113
  /**
139314
141114
  * Kicks off a Jira import job.
@@ -139386,10 +141186,11 @@ class LinearSdk extends Request {
139386
141186
  * Creates a new issue relation.
139387
141187
  *
139388
141188
  * @param input - required input to pass to createIssueRelation
141189
+ * @param variables - variables without 'input' to pass into the CreateIssueRelationMutation
139389
141190
  * @returns IssueRelationPayload
139390
141191
  */
139391
- createIssueRelation(input) {
139392
- return new CreateIssueRelationMutation(this._request).fetch(input);
141192
+ createIssueRelation(input, variables) {
141193
+ return new CreateIssueRelationMutation(this._request).fetch(input, variables);
139393
141194
  }
139394
141195
  /**
139395
141196
  * Deletes an issue relation.
@@ -139687,12 +141488,12 @@ class LinearSdk extends Request {
139687
141488
  return new UpdateOrganizationInviteMutation(this._request).fetch(id, input);
139688
141489
  }
139689
141490
  /**
139690
- * Starts a plus trial for the organization. Administrator privileges required.
141491
+ * Starts a trial for the organization. Administrator privileges required.
139691
141492
  *
139692
- * @returns OrganizationStartPlusTrialPayload
141493
+ * @returns OrganizationStartTrialPayload
139693
141494
  */
139694
- get organizationStartPlusTrial() {
139695
- return new OrganizationStartPlusTrialMutation(this._request).fetch();
141495
+ get organizationStartTrial() {
141496
+ return new OrganizationStartTrialMutation(this._request).fetch();
139696
141497
  }
139697
141498
  /**
139698
141499
  * Updates the user's organization.
@@ -140465,5 +142266,5 @@ class LinearWebhooks {
140465
142266
  }
140466
142267
  }
140467
142268
 
140468
- export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, 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, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, 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, CreateDiaryEntryMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDiaryEntryMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, 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, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, DiaryEntry, DiaryEntryConnection, DiaryEntryPayload, DiaryEntryQuery, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentReminderMutation, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, 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, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Reminder, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDiaryEntryMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, 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, ViewPreferencesValues, 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 };
142269
+ export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, 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, AttachmentSyncToSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, 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, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDiaryEntryMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateTimeScheduleMutation, CreateTriageResponsibilityMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_ProjectsQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDiaryEntryMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, 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, DeleteTimeScheduleMutation, DeleteTriageResponsibilityMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, DiaryEntry, DiaryEntryConnection, DiaryEntryPayload, DiaryEntryQuery, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Facet, FacetConnection, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubImportSettings, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, InitiativeNotification, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubImportConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackCustomViewNotificationsMutation, 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, IssueImportCheckSyncQuery, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportPayload, IssueImportProcessMutation, IssueImportSyncCheckPayload, 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, NotificationDeliveryPreferences, NotificationDeliveryPreferencesChannel, NotificationDeliveryPreferencesDay, NotificationDeliveryPreferencesSchedule, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationMeta, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartTrialMutation, OrganizationStartTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Passkey, PasskeyLoginStartResponse, Project, ProjectArchivePayload, ProjectConnection, ProjectDetailSuggestionPayload, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Reminder, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuccessPayload, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TextDraft, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TimeScheduleQuery, TimeScheduleRefreshIntegrationScheduleMutation, TimeScheduleUpsertExternalMutation, TimeSchedulesQuery, TriageResponsibilitiesQuery, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, TriageResponsibilityQuery, TriageResponsibility_ManualSelectionQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDiaryEntryMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateTimeScheduleMutation, UpdateTriageResponsibilityMutation, 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, UserSettings_NotificationDeliveryPreferencesQuery, UserSettings_NotificationDeliveryPreferences_MobileQuery, UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery, UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, 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 };
140469
142270
  //# sourceMappingURL=index-es.js.map