@linear/sdk 21.1.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-umd.js CHANGED
@@ -9,7 +9,7 @@
9
9
  var crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
10
10
 
11
11
  (function() {
12
- const env = {"npm_package_name":"@linear/sdk","npm_package_version":"21.1.0"};
12
+ const env = {"npm_package_name":"@linear/sdk","npm_package_version":"22.0.0"};
13
13
  try {
14
14
  if (process) {
15
15
  process.env = Object.assign({}, process.env);
@@ -1421,16 +1421,29 @@
1421
1421
  GitAutomationStates["Review"] = "review";
1422
1422
  GitAutomationStates["Start"] = "start";
1423
1423
  })(GitAutomationStates || (GitAutomationStates = {}));
1424
+ var GithubOrgType;
1425
+ (function (GithubOrgType) {
1426
+ GithubOrgType["Organization"] = "organization";
1427
+ GithubOrgType["User"] = "user";
1428
+ })(GithubOrgType || (GithubOrgType = {}));
1429
+ var InitiativeStatus;
1430
+ (function (InitiativeStatus) {
1431
+ InitiativeStatus["Active"] = "Active";
1432
+ InitiativeStatus["Completed"] = "Completed";
1433
+ InitiativeStatus["Planned"] = "Planned";
1434
+ })(InitiativeStatus || (InitiativeStatus = {}));
1424
1435
  /** Linear supported integration services. */
1425
1436
  var IntegrationService;
1426
1437
  (function (IntegrationService) {
1427
1438
  IntegrationService["Airbyte"] = "airbyte";
1428
1439
  IntegrationService["Discord"] = "discord";
1440
+ IntegrationService["Email"] = "email";
1429
1441
  IntegrationService["Figma"] = "figma";
1430
1442
  IntegrationService["FigmaPlugin"] = "figmaPlugin";
1431
1443
  IntegrationService["Front"] = "front";
1432
1444
  IntegrationService["Github"] = "github";
1433
1445
  IntegrationService["GithubCommit"] = "githubCommit";
1446
+ IntegrationService["GithubImport"] = "githubImport";
1434
1447
  IntegrationService["GithubPersonal"] = "githubPersonal";
1435
1448
  IntegrationService["Gitlab"] = "gitlab";
1436
1449
  IntegrationService["GoogleCalendarPersonal"] = "googleCalendarPersonal";
@@ -1445,6 +1458,7 @@
1445
1458
  IntegrationService["Sentry"] = "sentry";
1446
1459
  IntegrationService["Slack"] = "slack";
1447
1460
  IntegrationService["SlackAsks"] = "slackAsks";
1461
+ IntegrationService["SlackCustomViewNotifications"] = "slackCustomViewNotifications";
1448
1462
  IntegrationService["SlackOrgProjectUpdatesPost"] = "slackOrgProjectUpdatesPost";
1449
1463
  IntegrationService["SlackPersonal"] = "slackPersonal";
1450
1464
  IntegrationService["SlackPost"] = "slackPost";
@@ -1665,17 +1679,20 @@
1665
1679
  ViewType["CustomRoadmap"] = "customRoadmap";
1666
1680
  ViewType["CustomView"] = "customView";
1667
1681
  ViewType["CustomViews"] = "customViews";
1682
+ ViewType["CustomViewsPersonal"] = "customViewsPersonal";
1668
1683
  ViewType["Cycle"] = "cycle";
1669
1684
  ViewType["Inbox"] = "inbox";
1670
1685
  ViewType["Initiative"] = "initiative";
1671
1686
  ViewType["Initiatives"] = "initiatives";
1687
+ ViewType["InitiativesAll"] = "initiativesAll";
1688
+ ViewType["InitiativesCompleted"] = "initiativesCompleted";
1689
+ ViewType["InitiativesPlanned"] = "initiativesPlanned";
1672
1690
  ViewType["IssueIdentifiers"] = "issueIdentifiers";
1673
1691
  ViewType["Label"] = "label";
1674
1692
  ViewType["MyIssues"] = "myIssues";
1675
1693
  ViewType["MyIssuesActivity"] = "myIssuesActivity";
1676
1694
  ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
1677
1695
  ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
1678
- ViewType["MyViews"] = "myViews";
1679
1696
  ViewType["Project"] = "project";
1680
1697
  ViewType["ProjectDocuments"] = "projectDocuments";
1681
1698
  ViewType["Projects"] = "projects";
@@ -2173,6 +2190,63 @@
2173
2190
  },
2174
2191
  ],
2175
2192
  };
2193
+ const InitiativeNotificationFragmentDoc = {
2194
+ kind: "Document",
2195
+ definitions: [
2196
+ {
2197
+ kind: "FragmentDefinition",
2198
+ name: { kind: "Name", value: "InitiativeNotification" },
2199
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeNotification" } },
2200
+ selectionSet: {
2201
+ kind: "SelectionSet",
2202
+ selections: [
2203
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
2204
+ { kind: "Field", name: { kind: "Name", value: "type" } },
2205
+ {
2206
+ kind: "Field",
2207
+ name: { kind: "Name", value: "botActor" },
2208
+ selectionSet: {
2209
+ kind: "SelectionSet",
2210
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
2211
+ },
2212
+ },
2213
+ {
2214
+ kind: "Field",
2215
+ name: { kind: "Name", value: "externalUserActor" },
2216
+ selectionSet: {
2217
+ kind: "SelectionSet",
2218
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2219
+ },
2220
+ },
2221
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
2222
+ { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
2223
+ { kind: "Field", name: { kind: "Name", value: "readAt" } },
2224
+ { kind: "Field", name: { kind: "Name", value: "unsnoozedAt" } },
2225
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
2226
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
2227
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
2228
+ { kind: "Field", name: { kind: "Name", value: "id" } },
2229
+ {
2230
+ kind: "Field",
2231
+ name: { kind: "Name", value: "actor" },
2232
+ selectionSet: {
2233
+ kind: "SelectionSet",
2234
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2235
+ },
2236
+ },
2237
+ {
2238
+ kind: "Field",
2239
+ name: { kind: "Name", value: "user" },
2240
+ selectionSet: {
2241
+ kind: "SelectionSet",
2242
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2243
+ },
2244
+ },
2245
+ ],
2246
+ },
2247
+ },
2248
+ ],
2249
+ };
2176
2250
  const NotificationSubscriptionFragmentDoc = {
2177
2251
  kind: "Document",
2178
2252
  definitions: [
@@ -2567,6 +2641,14 @@
2567
2641
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentNotification" } }],
2568
2642
  },
2569
2643
  },
2644
+ {
2645
+ kind: "InlineFragment",
2646
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "InitiativeNotification" } },
2647
+ selectionSet: {
2648
+ kind: "SelectionSet",
2649
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "InitiativeNotification" } }],
2650
+ },
2651
+ },
2570
2652
  {
2571
2653
  kind: "InlineFragment",
2572
2654
  typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
@@ -2997,6 +3079,7 @@
2997
3079
  kind: "SelectionSet",
2998
3080
  selections: [
2999
3081
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
3082
+ { kind: "Field", name: { kind: "Name", value: "schedule" } },
3000
3083
  {
3001
3084
  kind: "Field",
3002
3085
  name: { kind: "Name", value: "documentId" },
@@ -3120,6 +3203,68 @@
3120
3203
  },
3121
3204
  ],
3122
3205
  };
3206
+ const TextDraftFragmentDoc = {
3207
+ kind: "Document",
3208
+ definitions: [
3209
+ {
3210
+ kind: "FragmentDefinition",
3211
+ name: { kind: "Name", value: "TextDraft" },
3212
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "TextDraft" } },
3213
+ selectionSet: {
3214
+ kind: "SelectionSet",
3215
+ selections: [
3216
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3217
+ {
3218
+ kind: "Field",
3219
+ name: { kind: "Name", value: "parentComment" },
3220
+ selectionSet: {
3221
+ kind: "SelectionSet",
3222
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3223
+ },
3224
+ },
3225
+ {
3226
+ kind: "Field",
3227
+ name: { kind: "Name", value: "issue" },
3228
+ selectionSet: {
3229
+ kind: "SelectionSet",
3230
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3231
+ },
3232
+ },
3233
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3234
+ {
3235
+ kind: "Field",
3236
+ name: { kind: "Name", value: "project" },
3237
+ selectionSet: {
3238
+ kind: "SelectionSet",
3239
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3240
+ },
3241
+ },
3242
+ {
3243
+ kind: "Field",
3244
+ name: { kind: "Name", value: "projectUpdate" },
3245
+ selectionSet: {
3246
+ kind: "SelectionSet",
3247
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3248
+ },
3249
+ },
3250
+ { kind: "Field", name: { kind: "Name", value: "bodyData" } },
3251
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
3252
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
3253
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3254
+ {
3255
+ kind: "Field",
3256
+ name: { kind: "Name", value: "user" },
3257
+ selectionSet: {
3258
+ kind: "SelectionSet",
3259
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3260
+ },
3261
+ },
3262
+ { kind: "Field", name: { kind: "Name", value: "isAutogenerated" } },
3263
+ ],
3264
+ },
3265
+ },
3266
+ ],
3267
+ };
3123
3268
  const UserAccountFragmentDoc = {
3124
3269
  kind: "Document",
3125
3270
  definitions: [
@@ -3247,6 +3392,7 @@
3247
3392
  { kind: "Field", name: { kind: "Name", value: "id" } },
3248
3393
  { kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
3249
3394
  { kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
3395
+ { kind: "Field", name: { kind: "Name", value: "enabled" } },
3250
3396
  { kind: "Field", name: { kind: "Name", value: "userCount" } },
3251
3397
  ],
3252
3398
  },
@@ -3278,6 +3424,7 @@
3278
3424
  { kind: "Field", name: { kind: "Name", value: "name" } },
3279
3425
  { kind: "Field", name: { kind: "Name", value: "userAccountId" } },
3280
3426
  { kind: "Field", name: { kind: "Name", value: "active" } },
3427
+ { kind: "Field", name: { kind: "Name", value: "role" } },
3281
3428
  { kind: "Field", name: { kind: "Name", value: "id" } },
3282
3429
  ],
3283
3430
  },
@@ -3551,6 +3698,7 @@
3551
3698
  { kind: "Field", name: { kind: "Name", value: "name" } },
3552
3699
  { kind: "Field", name: { kind: "Name", value: "verificationEmail" } },
3553
3700
  { kind: "Field", name: { kind: "Name", value: "verified" } },
3701
+ { kind: "Field", name: { kind: "Name", value: "disableOrganizationCreation" } },
3554
3702
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3555
3703
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
3556
3704
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
@@ -3570,76 +3718,6 @@
3570
3718
  },
3571
3719
  ],
3572
3720
  };
3573
- const GithubRepoFragmentDoc = {
3574
- kind: "Document",
3575
- definitions: [
3576
- {
3577
- kind: "FragmentDefinition",
3578
- name: { kind: "Name", value: "GithubRepo" },
3579
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubRepo" } },
3580
- selectionSet: {
3581
- kind: "SelectionSet",
3582
- selections: [
3583
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
3584
- { kind: "Field", name: { kind: "Name", value: "id" } },
3585
- { kind: "Field", name: { kind: "Name", value: "name" } },
3586
- ],
3587
- },
3588
- },
3589
- ],
3590
- };
3591
- const GithubOrgFragmentDoc = {
3592
- kind: "Document",
3593
- definitions: [
3594
- {
3595
- kind: "FragmentDefinition",
3596
- name: { kind: "Name", value: "GithubOrg" },
3597
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubOrg" } },
3598
- selectionSet: {
3599
- kind: "SelectionSet",
3600
- selections: [
3601
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
3602
- { kind: "Field", name: { kind: "Name", value: "id" } },
3603
- {
3604
- kind: "Field",
3605
- name: { kind: "Name", value: "repositories" },
3606
- selectionSet: {
3607
- kind: "SelectionSet",
3608
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubRepo" } }],
3609
- },
3610
- },
3611
- { kind: "Field", name: { kind: "Name", value: "login" } },
3612
- { kind: "Field", name: { kind: "Name", value: "isPersonal" } },
3613
- ],
3614
- },
3615
- },
3616
- ],
3617
- };
3618
- const GithubOAuthTokenPayloadFragmentDoc = {
3619
- kind: "Document",
3620
- definitions: [
3621
- {
3622
- kind: "FragmentDefinition",
3623
- name: { kind: "Name", value: "GithubOAuthTokenPayload" },
3624
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GithubOAuthTokenPayload" } },
3625
- selectionSet: {
3626
- kind: "SelectionSet",
3627
- selections: [
3628
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
3629
- {
3630
- kind: "Field",
3631
- name: { kind: "Name", value: "organizations" },
3632
- selectionSet: {
3633
- kind: "SelectionSet",
3634
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOrg" } }],
3635
- },
3636
- },
3637
- { kind: "Field", name: { kind: "Name", value: "token" } },
3638
- ],
3639
- },
3640
- },
3641
- ],
3642
- };
3643
3721
  const UserAuthorizedApplicationFragmentDoc = {
3644
3722
  kind: "Document",
3645
3723
  definitions: [
@@ -3690,6 +3768,37 @@
3690
3768
  },
3691
3769
  ],
3692
3770
  };
3771
+ const PasskeyFragmentDoc = {
3772
+ kind: "Document",
3773
+ definitions: [
3774
+ {
3775
+ kind: "FragmentDefinition",
3776
+ name: { kind: "Name", value: "Passkey" },
3777
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Passkey" } },
3778
+ selectionSet: {
3779
+ kind: "SelectionSet",
3780
+ selections: [
3781
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3782
+ { kind: "Field", name: { kind: "Name", value: "userAgent" } },
3783
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3784
+ { kind: "Field", name: { kind: "Name", value: "ip" } },
3785
+ { kind: "Field", name: { kind: "Name", value: "locationCity" } },
3786
+ { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
3787
+ { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
3788
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
3789
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
3790
+ { kind: "Field", name: { kind: "Name", value: "lastUsedAt" } },
3791
+ { kind: "Field", name: { kind: "Name", value: "clientType" } },
3792
+ { kind: "Field", name: { kind: "Name", value: "browserType" } },
3793
+ { kind: "Field", name: { kind: "Name", value: "aaguid" } },
3794
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3795
+ { kind: "Field", name: { kind: "Name", value: "label" } },
3796
+ { kind: "Field", name: { kind: "Name", value: "lastUsedSessionId" } },
3797
+ ],
3798
+ },
3799
+ },
3800
+ ],
3801
+ };
3693
3802
  const SharedSlackSettingsFragmentDoc = {
3694
3803
  kind: "Document",
3695
3804
  definitions: [
@@ -3701,6 +3810,7 @@
3701
3810
  kind: "SelectionSet",
3702
3811
  selections: [
3703
3812
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
3813
+ { kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
3704
3814
  { kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
3705
3815
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
3706
3816
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
@@ -3798,6 +3908,34 @@
3798
3908
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
3799
3909
  },
3800
3910
  },
3911
+ { kind: "Field", name: { kind: "Name", value: "orgType" } },
3912
+ ],
3913
+ },
3914
+ },
3915
+ ],
3916
+ };
3917
+ const GitHubImportSettingsFragmentDoc = {
3918
+ kind: "Document",
3919
+ definitions: [
3920
+ {
3921
+ kind: "FragmentDefinition",
3922
+ name: { kind: "Name", value: "GitHubImportSettings" },
3923
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "GitHubImportSettings" } },
3924
+ selectionSet: {
3925
+ kind: "SelectionSet",
3926
+ selections: [
3927
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3928
+ { kind: "Field", name: { kind: "Name", value: "orgLogin" } },
3929
+ { kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
3930
+ {
3931
+ kind: "Field",
3932
+ name: { kind: "Name", value: "repositories" },
3933
+ selectionSet: {
3934
+ kind: "SelectionSet",
3935
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubRepo" } }],
3936
+ },
3937
+ },
3938
+ { kind: "Field", name: { kind: "Name", value: "orgType" } },
3801
3939
  ],
3802
3940
  },
3803
3941
  },
@@ -3946,7 +4084,9 @@
3946
4084
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraLinearMapping" } }],
3947
4085
  },
3948
4086
  },
4087
+ { kind: "Field", name: { kind: "Name", value: "setupPending" } },
3949
4088
  { kind: "Field", name: { kind: "Name", value: "isJiraServer" } },
4089
+ { kind: "Field", name: { kind: "Name", value: "manualSetup" } },
3950
4090
  ],
3951
4091
  },
3952
4092
  },
@@ -4049,6 +4189,7 @@
4049
4189
  kind: "SelectionSet",
4050
4190
  selections: [
4051
4191
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
4192
+ { kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
4052
4193
  { kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
4053
4194
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
4054
4195
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
@@ -4122,6 +4263,7 @@
4122
4263
  kind: "SelectionSet",
4123
4264
  selections: [
4124
4265
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
4266
+ { kind: "Field", name: { kind: "Name", value: "enterpriseId" } },
4125
4267
  { kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
4126
4268
  { kind: "Field", name: { kind: "Name", value: "teamId" } },
4127
4269
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
@@ -4211,6 +4353,14 @@
4211
4353
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubSettings" } }],
4212
4354
  },
4213
4355
  },
4356
+ {
4357
+ kind: "Field",
4358
+ name: { kind: "Name", value: "gitHubImport" },
4359
+ selectionSet: {
4360
+ kind: "SelectionSet",
4361
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GitHubImportSettings" } }],
4362
+ },
4363
+ },
4214
4364
  {
4215
4365
  kind: "Field",
4216
4366
  name: { kind: "Name", value: "gitHubPersonal" },
@@ -4307,6 +4457,14 @@
4307
4457
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
4308
4458
  },
4309
4459
  },
4460
+ {
4461
+ kind: "Field",
4462
+ name: { kind: "Name", value: "slackCustomViewNotifications" },
4463
+ selectionSet: {
4464
+ kind: "SelectionSet",
4465
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackPostSettings" } }],
4466
+ },
4467
+ },
4310
4468
  {
4311
4469
  kind: "Field",
4312
4470
  name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
@@ -4344,6 +4502,164 @@
4344
4502
  },
4345
4503
  ],
4346
4504
  };
4505
+ const NotificationDeliveryPreferencesDayFragmentDoc = {
4506
+ kind: "Document",
4507
+ definitions: [
4508
+ {
4509
+ kind: "FragmentDefinition",
4510
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
4511
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4512
+ selectionSet: {
4513
+ kind: "SelectionSet",
4514
+ selections: [
4515
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4516
+ { kind: "Field", name: { kind: "Name", value: "end" } },
4517
+ { kind: "Field", name: { kind: "Name", value: "start" } },
4518
+ ],
4519
+ },
4520
+ },
4521
+ ],
4522
+ };
4523
+ const NotificationDeliveryPreferencesScheduleFragmentDoc = {
4524
+ kind: "Document",
4525
+ definitions: [
4526
+ {
4527
+ kind: "FragmentDefinition",
4528
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" },
4529
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" } },
4530
+ selectionSet: {
4531
+ kind: "SelectionSet",
4532
+ selections: [
4533
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4534
+ {
4535
+ kind: "Field",
4536
+ name: { kind: "Name", value: "friday" },
4537
+ selectionSet: {
4538
+ kind: "SelectionSet",
4539
+ selections: [
4540
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4541
+ ],
4542
+ },
4543
+ },
4544
+ {
4545
+ kind: "Field",
4546
+ name: { kind: "Name", value: "monday" },
4547
+ selectionSet: {
4548
+ kind: "SelectionSet",
4549
+ selections: [
4550
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4551
+ ],
4552
+ },
4553
+ },
4554
+ {
4555
+ kind: "Field",
4556
+ name: { kind: "Name", value: "saturday" },
4557
+ selectionSet: {
4558
+ kind: "SelectionSet",
4559
+ selections: [
4560
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4561
+ ],
4562
+ },
4563
+ },
4564
+ {
4565
+ kind: "Field",
4566
+ name: { kind: "Name", value: "sunday" },
4567
+ selectionSet: {
4568
+ kind: "SelectionSet",
4569
+ selections: [
4570
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4571
+ ],
4572
+ },
4573
+ },
4574
+ {
4575
+ kind: "Field",
4576
+ name: { kind: "Name", value: "thursday" },
4577
+ selectionSet: {
4578
+ kind: "SelectionSet",
4579
+ selections: [
4580
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4581
+ ],
4582
+ },
4583
+ },
4584
+ {
4585
+ kind: "Field",
4586
+ name: { kind: "Name", value: "tuesday" },
4587
+ selectionSet: {
4588
+ kind: "SelectionSet",
4589
+ selections: [
4590
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4591
+ ],
4592
+ },
4593
+ },
4594
+ {
4595
+ kind: "Field",
4596
+ name: { kind: "Name", value: "wednesday" },
4597
+ selectionSet: {
4598
+ kind: "SelectionSet",
4599
+ selections: [
4600
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" } },
4601
+ ],
4602
+ },
4603
+ },
4604
+ { kind: "Field", name: { kind: "Name", value: "disabled" } },
4605
+ ],
4606
+ },
4607
+ },
4608
+ ],
4609
+ };
4610
+ const NotificationDeliveryPreferencesChannelFragmentDoc = {
4611
+ kind: "Document",
4612
+ definitions: [
4613
+ {
4614
+ kind: "FragmentDefinition",
4615
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" },
4616
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" } },
4617
+ selectionSet: {
4618
+ kind: "SelectionSet",
4619
+ selections: [
4620
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4621
+ {
4622
+ kind: "Field",
4623
+ name: { kind: "Name", value: "schedule" },
4624
+ selectionSet: {
4625
+ kind: "SelectionSet",
4626
+ selections: [
4627
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" } },
4628
+ ],
4629
+ },
4630
+ },
4631
+ { kind: "Field", name: { kind: "Name", value: "notificationsDisabled" } },
4632
+ ],
4633
+ },
4634
+ },
4635
+ ],
4636
+ };
4637
+ const NotificationDeliveryPreferencesFragmentDoc = {
4638
+ kind: "Document",
4639
+ definitions: [
4640
+ {
4641
+ kind: "FragmentDefinition",
4642
+ name: { kind: "Name", value: "NotificationDeliveryPreferences" },
4643
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
4644
+ selectionSet: {
4645
+ kind: "SelectionSet",
4646
+ selections: [
4647
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4648
+ {
4649
+ kind: "Field",
4650
+ name: { kind: "Name", value: "mobile" },
4651
+ selectionSet: {
4652
+ kind: "SelectionSet",
4653
+ selections: [
4654
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" } },
4655
+ ],
4656
+ },
4657
+ },
4658
+ ],
4659
+ },
4660
+ },
4661
+ ],
4662
+ };
4347
4663
  const UserSettingsFragmentDoc = {
4348
4664
  kind: "Document",
4349
4665
  definitions: [
@@ -4359,6 +4675,16 @@
4359
4675
  { kind: "Field", name: { kind: "Name", value: "unsubscribedFrom" } },
4360
4676
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
4361
4677
  { kind: "Field", name: { kind: "Name", value: "notificationPreferences" } },
4678
+ {
4679
+ kind: "Field",
4680
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
4681
+ selectionSet: {
4682
+ kind: "SelectionSet",
4683
+ selections: [
4684
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
4685
+ ],
4686
+ },
4687
+ },
4362
4688
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
4363
4689
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
4364
4690
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -4414,6 +4740,24 @@
4414
4740
  },
4415
4741
  ],
4416
4742
  };
4743
+ const IssueImportSyncCheckPayloadFragmentDoc = {
4744
+ kind: "Document",
4745
+ definitions: [
4746
+ {
4747
+ kind: "FragmentDefinition",
4748
+ name: { kind: "Name", value: "IssueImportSyncCheckPayload" },
4749
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportSyncCheckPayload" } },
4750
+ selectionSet: {
4751
+ kind: "SelectionSet",
4752
+ selections: [
4753
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4754
+ { kind: "Field", name: { kind: "Name", value: "error" } },
4755
+ { kind: "Field", name: { kind: "Name", value: "canSync" } },
4756
+ ],
4757
+ },
4758
+ },
4759
+ ],
4760
+ };
4417
4761
  const ApiKeyFragmentDoc = {
4418
4762
  kind: "Document",
4419
4763
  definitions: [
@@ -4837,9 +5181,11 @@
4837
5181
  { kind: "Field", name: { kind: "Name", value: "clientSecret" } },
4838
5182
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
4839
5183
  { kind: "Field", name: { kind: "Name", value: "organizationId" } },
5184
+ { kind: "Field", name: { kind: "Name", value: "webhookResourceTypes" } },
4840
5185
  { kind: "Field", name: { kind: "Name", value: "id" } },
4841
5186
  { kind: "Field", name: { kind: "Name", value: "developerUrl" } },
4842
5187
  { kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
5188
+ { kind: "Field", name: { kind: "Name", value: "webhookSecret" } },
4843
5189
  { kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
4844
5190
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
4845
5191
  ],
@@ -4928,6 +5274,7 @@
4928
5274
  kind: "SelectionSet",
4929
5275
  selections: [
4930
5276
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5277
+ { kind: "Field", name: { kind: "Name", value: "disableOrganizationCreation" } },
4931
5278
  { kind: "Field", name: { kind: "Name", value: "id" } },
4932
5279
  { kind: "Field", name: { kind: "Name", value: "authType" } },
4933
5280
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
@@ -5004,6 +5351,14 @@
5004
5351
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
5005
5352
  },
5006
5353
  },
5354
+ {
5355
+ kind: "Field",
5356
+ name: { kind: "Name", value: "lockedUsers" },
5357
+ selectionSet: {
5358
+ kind: "SelectionSet",
5359
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthUser" } }],
5360
+ },
5361
+ },
5007
5362
  {
5008
5363
  kind: "Field",
5009
5364
  name: { kind: "Name", value: "lockedOrganizations" },
@@ -6426,6 +6781,59 @@
6426
6781
  },
6427
6782
  ],
6428
6783
  };
6784
+ const FacetFragmentDoc = {
6785
+ kind: "Document",
6786
+ definitions: [
6787
+ {
6788
+ kind: "FragmentDefinition",
6789
+ name: { kind: "Name", value: "Facet" },
6790
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Facet" } },
6791
+ selectionSet: {
6792
+ kind: "SelectionSet",
6793
+ selections: [
6794
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6795
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
6796
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
6797
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
6798
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
6799
+ { kind: "Field", name: { kind: "Name", value: "id" } },
6800
+ ],
6801
+ },
6802
+ },
6803
+ ],
6804
+ };
6805
+ const FacetConnectionFragmentDoc = {
6806
+ kind: "Document",
6807
+ definitions: [
6808
+ {
6809
+ kind: "FragmentDefinition",
6810
+ name: { kind: "Name", value: "FacetConnection" },
6811
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "FacetConnection" } },
6812
+ selectionSet: {
6813
+ kind: "SelectionSet",
6814
+ selections: [
6815
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6816
+ {
6817
+ kind: "Field",
6818
+ name: { kind: "Name", value: "nodes" },
6819
+ selectionSet: {
6820
+ kind: "SelectionSet",
6821
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Facet" } }],
6822
+ },
6823
+ },
6824
+ {
6825
+ kind: "Field",
6826
+ name: { kind: "Name", value: "pageInfo" },
6827
+ selectionSet: {
6828
+ kind: "SelectionSet",
6829
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
6830
+ },
6831
+ },
6832
+ ],
6833
+ },
6834
+ },
6835
+ ],
6836
+ };
6429
6837
  const FavoriteFragmentDoc = {
6430
6838
  kind: "Document",
6431
6839
  definitions: [
@@ -7411,6 +7819,45 @@
7411
7819
  },
7412
7820
  ],
7413
7821
  };
7822
+ const UserFragmentDoc = {
7823
+ kind: "Document",
7824
+ definitions: [
7825
+ {
7826
+ kind: "FragmentDefinition",
7827
+ name: { kind: "Name", value: "User" },
7828
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
7829
+ selectionSet: {
7830
+ kind: "SelectionSet",
7831
+ selections: [
7832
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
7833
+ { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
7834
+ { kind: "Field", name: { kind: "Name", value: "description" } },
7835
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
7836
+ { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
7837
+ { kind: "Field", name: { kind: "Name", value: "disableReason" } },
7838
+ { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
7839
+ { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
7840
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
7841
+ { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
7842
+ { kind: "Field", name: { kind: "Name", value: "timezone" } },
7843
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
7844
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
7845
+ { kind: "Field", name: { kind: "Name", value: "id" } },
7846
+ { kind: "Field", name: { kind: "Name", value: "displayName" } },
7847
+ { kind: "Field", name: { kind: "Name", value: "email" } },
7848
+ { kind: "Field", name: { kind: "Name", value: "name" } },
7849
+ { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
7850
+ { kind: "Field", name: { kind: "Name", value: "url" } },
7851
+ { kind: "Field", name: { kind: "Name", value: "active" } },
7852
+ { kind: "Field", name: { kind: "Name", value: "guest" } },
7853
+ { kind: "Field", name: { kind: "Name", value: "admin" } },
7854
+ { kind: "Field", name: { kind: "Name", value: "isMe" } },
7855
+ { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
7856
+ ],
7857
+ },
7858
+ },
7859
+ ],
7860
+ };
7414
7861
  const IssueImportFragmentDoc = {
7415
7862
  kind: "Document",
7416
7863
  definitions: [
@@ -7425,6 +7872,7 @@
7425
7872
  { kind: "Field", name: { kind: "Name", value: "progress" } },
7426
7873
  { kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
7427
7874
  { kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
7875
+ { kind: "Field", name: { kind: "Name", value: "serviceMetadata" } },
7428
7876
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
7429
7877
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
7430
7878
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
@@ -7488,45 +7936,6 @@
7488
7936
  },
7489
7937
  ],
7490
7938
  };
7491
- const UserFragmentDoc = {
7492
- kind: "Document",
7493
- definitions: [
7494
- {
7495
- kind: "FragmentDefinition",
7496
- name: { kind: "Name", value: "User" },
7497
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
7498
- selectionSet: {
7499
- kind: "SelectionSet",
7500
- selections: [
7501
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
7502
- { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
7503
- { kind: "Field", name: { kind: "Name", value: "description" } },
7504
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
7505
- { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
7506
- { kind: "Field", name: { kind: "Name", value: "disableReason" } },
7507
- { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
7508
- { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
7509
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
7510
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
7511
- { kind: "Field", name: { kind: "Name", value: "timezone" } },
7512
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
7513
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
7514
- { kind: "Field", name: { kind: "Name", value: "id" } },
7515
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
7516
- { kind: "Field", name: { kind: "Name", value: "email" } },
7517
- { kind: "Field", name: { kind: "Name", value: "name" } },
7518
- { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
7519
- { kind: "Field", name: { kind: "Name", value: "url" } },
7520
- { kind: "Field", name: { kind: "Name", value: "active" } },
7521
- { kind: "Field", name: { kind: "Name", value: "guest" } },
7522
- { kind: "Field", name: { kind: "Name", value: "admin" } },
7523
- { kind: "Field", name: { kind: "Name", value: "isMe" } },
7524
- { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
7525
- ],
7526
- },
7527
- },
7528
- ],
7529
- };
7530
7939
  const IssueHistoryFragmentDoc = {
7531
7940
  kind: "Document",
7532
7941
  definitions: [
@@ -7548,6 +7957,14 @@
7548
7957
  },
7549
7958
  { kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
7550
7959
  { kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
7960
+ {
7961
+ kind: "Field",
7962
+ name: { kind: "Name", value: "actors" },
7963
+ selectionSet: {
7964
+ kind: "SelectionSet",
7965
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
7966
+ },
7967
+ },
7551
7968
  {
7552
7969
  kind: "Field",
7553
7970
  name: { kind: "Name", value: "botActor" },
@@ -7587,6 +8004,22 @@
7587
8004
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
7588
8005
  },
7589
8006
  },
8007
+ {
8008
+ kind: "Field",
8009
+ name: { kind: "Name", value: "addedLabels" },
8010
+ selectionSet: {
8011
+ kind: "SelectionSet",
8012
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
8013
+ },
8014
+ },
8015
+ {
8016
+ kind: "Field",
8017
+ name: { kind: "Name", value: "removedLabels" },
8018
+ selectionSet: {
8019
+ kind: "SelectionSet",
8020
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
8021
+ },
8022
+ },
7590
8023
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
7591
8024
  {
7592
8025
  kind: "Field",
@@ -7711,6 +8144,14 @@
7711
8144
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
7712
8145
  },
7713
8146
  },
8147
+ {
8148
+ kind: "Field",
8149
+ name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
8150
+ selectionSet: {
8151
+ kind: "SelectionSet",
8152
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
8153
+ },
8154
+ },
7714
8155
  { kind: "Field", name: { kind: "Name", value: "fromDueDate" } },
7715
8156
  { kind: "Field", name: { kind: "Name", value: "toDueDate" } },
7716
8157
  { kind: "Field", name: { kind: "Name", value: "fromEstimate" } },
@@ -7724,30 +8165,6 @@
7724
8165
  { kind: "Field", name: { kind: "Name", value: "autoClosed" } },
7725
8166
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
7726
8167
  { kind: "Field", name: { kind: "Name", value: "updatedDescription" } },
7727
- {
7728
- kind: "Field",
7729
- name: { kind: "Name", value: "addedLabels" },
7730
- selectionSet: {
7731
- kind: "SelectionSet",
7732
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
7733
- },
7734
- },
7735
- {
7736
- kind: "Field",
7737
- name: { kind: "Name", value: "removedLabels" },
7738
- selectionSet: {
7739
- kind: "SelectionSet",
7740
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
7741
- },
7742
- },
7743
- {
7744
- kind: "Field",
7745
- name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
7746
- selectionSet: {
7747
- kind: "SelectionSet",
7748
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
7749
- },
7750
- },
7751
8168
  ],
7752
8169
  },
7753
8170
  },
@@ -8754,6 +9171,24 @@
8754
9171
  },
8755
9172
  ],
8756
9173
  };
9174
+ const OrganizationMetaFragmentDoc = {
9175
+ kind: "Document",
9176
+ definitions: [
9177
+ {
9178
+ kind: "FragmentDefinition",
9179
+ name: { kind: "Name", value: "OrganizationMeta" },
9180
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationMeta" } },
9181
+ selectionSet: {
9182
+ kind: "SelectionSet",
9183
+ selections: [
9184
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
9185
+ { kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
9186
+ { kind: "Field", name: { kind: "Name", value: "region" } },
9187
+ ],
9188
+ },
9189
+ },
9190
+ ],
9191
+ };
8757
9192
  const OrganizationPayloadFragmentDoc = {
8758
9193
  kind: "Document",
8759
9194
  definitions: [
@@ -8790,13 +9225,13 @@
8790
9225
  },
8791
9226
  ],
8792
9227
  };
8793
- const OrganizationStartPlusTrialPayloadFragmentDoc = {
9228
+ const OrganizationStartTrialPayloadFragmentDoc = {
8794
9229
  kind: "Document",
8795
9230
  definitions: [
8796
9231
  {
8797
9232
  kind: "FragmentDefinition",
8798
- name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" },
8799
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" } },
9233
+ name: { kind: "Name", value: "OrganizationStartTrialPayload" },
9234
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationStartTrialPayload" } },
8800
9235
  selectionSet: {
8801
9236
  kind: "SelectionSet",
8802
9237
  selections: [
@@ -8807,6 +9242,24 @@
8807
9242
  },
8808
9243
  ],
8809
9244
  };
9245
+ const PasskeyLoginStartResponseFragmentDoc = {
9246
+ kind: "Document",
9247
+ definitions: [
9248
+ {
9249
+ kind: "FragmentDefinition",
9250
+ name: { kind: "Name", value: "PasskeyLoginStartResponse" },
9251
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PasskeyLoginStartResponse" } },
9252
+ selectionSet: {
9253
+ kind: "SelectionSet",
9254
+ selections: [
9255
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
9256
+ { kind: "Field", name: { kind: "Name", value: "options" } },
9257
+ { kind: "Field", name: { kind: "Name", value: "success" } },
9258
+ ],
9259
+ },
9260
+ },
9261
+ ],
9262
+ };
8810
9263
  const ProjectFragmentDoc = {
8811
9264
  kind: "Document",
8812
9265
  definitions: [
@@ -8942,6 +9395,24 @@
8942
9395
  },
8943
9396
  ],
8944
9397
  };
9398
+ const ProjectDetailSuggestionPayloadFragmentDoc = {
9399
+ kind: "Document",
9400
+ definitions: [
9401
+ {
9402
+ kind: "FragmentDefinition",
9403
+ name: { kind: "Name", value: "ProjectDetailSuggestionPayload" },
9404
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectDetailSuggestionPayload" } },
9405
+ selectionSet: {
9406
+ kind: "SelectionSet",
9407
+ selections: [
9408
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
9409
+ { kind: "Field", name: { kind: "Name", value: "color" } },
9410
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
9411
+ ],
9412
+ },
9413
+ },
9414
+ ],
9415
+ };
8945
9416
  const ProjectFilterSuggestionPayloadFragmentDoc = {
8946
9417
  kind: "Document",
8947
9418
  definitions: [
@@ -10239,6 +10710,24 @@
10239
10710
  },
10240
10711
  ],
10241
10712
  };
10713
+ const SuccessPayloadFragmentDoc = {
10714
+ kind: "Document",
10715
+ definitions: [
10716
+ {
10717
+ kind: "FragmentDefinition",
10718
+ name: { kind: "Name", value: "SuccessPayload" },
10719
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SuccessPayload" } },
10720
+ selectionSet: {
10721
+ kind: "SelectionSet",
10722
+ selections: [
10723
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
10724
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
10725
+ { kind: "Field", name: { kind: "Name", value: "success" } },
10726
+ ],
10727
+ },
10728
+ },
10729
+ ],
10730
+ };
10242
10731
  const SummaryPayloadFragmentDoc = {
10243
10732
  kind: "Document",
10244
10733
  definitions: [
@@ -12467,10 +12956,10 @@
12467
12956
  ...IssueHistoryConnectionFragmentDoc.definitions,
12468
12957
  ...IssueHistoryFragmentDoc.definitions,
12469
12958
  ...IssueRelationHistoryPayloadFragmentDoc.definitions,
12959
+ ...UserFragmentDoc.definitions,
12470
12960
  ...ActorBotFragmentDoc.definitions,
12471
12961
  ...IssueImportFragmentDoc.definitions,
12472
12962
  ...IssueLabelFragmentDoc.definitions,
12473
- ...UserFragmentDoc.definitions,
12474
12963
  ...PageInfoFragmentDoc.definitions,
12475
12964
  ],
12476
12965
  };
@@ -14042,6 +14531,128 @@
14042
14531
  ...ViewPreferencesValuesFragmentDoc.definitions,
14043
14532
  ],
14044
14533
  };
14534
+ const CustomView_ProjectsDocument = {
14535
+ kind: "Document",
14536
+ definitions: [
14537
+ {
14538
+ kind: "OperationDefinition",
14539
+ operation: "query",
14540
+ name: { kind: "Name", value: "customView_projects" },
14541
+ variableDefinitions: [
14542
+ {
14543
+ kind: "VariableDefinition",
14544
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14545
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14546
+ },
14547
+ {
14548
+ kind: "VariableDefinition",
14549
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
14550
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14551
+ },
14552
+ {
14553
+ kind: "VariableDefinition",
14554
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
14555
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14556
+ },
14557
+ {
14558
+ kind: "VariableDefinition",
14559
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14560
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
14561
+ },
14562
+ {
14563
+ kind: "VariableDefinition",
14564
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
14565
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14566
+ },
14567
+ {
14568
+ kind: "VariableDefinition",
14569
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14570
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
14571
+ },
14572
+ {
14573
+ kind: "VariableDefinition",
14574
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
14575
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14576
+ },
14577
+ {
14578
+ kind: "VariableDefinition",
14579
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14580
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
14581
+ },
14582
+ ],
14583
+ selectionSet: {
14584
+ kind: "SelectionSet",
14585
+ selections: [
14586
+ {
14587
+ kind: "Field",
14588
+ name: { kind: "Name", value: "customView" },
14589
+ arguments: [
14590
+ {
14591
+ kind: "Argument",
14592
+ name: { kind: "Name", value: "id" },
14593
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14594
+ },
14595
+ ],
14596
+ selectionSet: {
14597
+ kind: "SelectionSet",
14598
+ selections: [
14599
+ {
14600
+ kind: "Field",
14601
+ name: { kind: "Name", value: "projects" },
14602
+ arguments: [
14603
+ {
14604
+ kind: "Argument",
14605
+ name: { kind: "Name", value: "after" },
14606
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
14607
+ },
14608
+ {
14609
+ kind: "Argument",
14610
+ name: { kind: "Name", value: "before" },
14611
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
14612
+ },
14613
+ {
14614
+ kind: "Argument",
14615
+ name: { kind: "Name", value: "filter" },
14616
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14617
+ },
14618
+ {
14619
+ kind: "Argument",
14620
+ name: { kind: "Name", value: "first" },
14621
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
14622
+ },
14623
+ {
14624
+ kind: "Argument",
14625
+ name: { kind: "Name", value: "includeArchived" },
14626
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14627
+ },
14628
+ {
14629
+ kind: "Argument",
14630
+ name: { kind: "Name", value: "last" },
14631
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
14632
+ },
14633
+ {
14634
+ kind: "Argument",
14635
+ name: { kind: "Name", value: "orderBy" },
14636
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14637
+ },
14638
+ ],
14639
+ selectionSet: {
14640
+ kind: "SelectionSet",
14641
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
14642
+ },
14643
+ },
14644
+ ],
14645
+ },
14646
+ },
14647
+ ],
14648
+ },
14649
+ },
14650
+ ...ProjectConnectionFragmentDoc.definitions,
14651
+ ...ProjectFragmentDoc.definitions,
14652
+ ...ProjectStatusFragmentDoc.definitions,
14653
+ ...PageInfoFragmentDoc.definitions,
14654
+ ],
14655
+ };
14045
14656
  const CustomView_UserViewPreferencesDocument = {
14046
14657
  kind: "Document",
14047
14658
  definitions: [
@@ -16366,10 +16977,10 @@
16366
16977
  ...IssueHistoryConnectionFragmentDoc.definitions,
16367
16978
  ...IssueHistoryFragmentDoc.definitions,
16368
16979
  ...IssueRelationHistoryPayloadFragmentDoc.definitions,
16980
+ ...UserFragmentDoc.definitions,
16369
16981
  ...ActorBotFragmentDoc.definitions,
16370
16982
  ...IssueImportFragmentDoc.definitions,
16371
16983
  ...IssueLabelFragmentDoc.definitions,
16372
- ...UserFragmentDoc.definitions,
16373
16984
  ...PageInfoFragmentDoc.definitions,
16374
16985
  ],
16375
16986
  };
@@ -17044,17 +17655,17 @@
17044
17655
  ...IssueImportCheckPayloadFragmentDoc.definitions,
17045
17656
  ],
17046
17657
  };
17047
- const IssueImportFinishGithubOAuthDocument = {
17658
+ const IssueImportCheckSyncDocument = {
17048
17659
  kind: "Document",
17049
17660
  definitions: [
17050
17661
  {
17051
17662
  kind: "OperationDefinition",
17052
17663
  operation: "query",
17053
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
17664
+ name: { kind: "Name", value: "issueImportCheckSync" },
17054
17665
  variableDefinitions: [
17055
17666
  {
17056
17667
  kind: "VariableDefinition",
17057
- variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
17668
+ variable: { kind: "Variable", name: { kind: "Name", value: "issueImportId" } },
17058
17669
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
17059
17670
  },
17060
17671
  ],
@@ -17063,25 +17674,23 @@
17063
17674
  selections: [
17064
17675
  {
17065
17676
  kind: "Field",
17066
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
17677
+ name: { kind: "Name", value: "issueImportCheckSync" },
17067
17678
  arguments: [
17068
17679
  {
17069
17680
  kind: "Argument",
17070
- name: { kind: "Name", value: "code" },
17071
- value: { kind: "Variable", name: { kind: "Name", value: "code" } },
17681
+ name: { kind: "Name", value: "issueImportId" },
17682
+ value: { kind: "Variable", name: { kind: "Name", value: "issueImportId" } },
17072
17683
  },
17073
17684
  ],
17074
17685
  selectionSet: {
17075
17686
  kind: "SelectionSet",
17076
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
17687
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportSyncCheckPayload" } }],
17077
17688
  },
17078
17689
  },
17079
17690
  ],
17080
17691
  },
17081
17692
  },
17082
- ...GithubOAuthTokenPayloadFragmentDoc.definitions,
17083
- ...GithubOrgFragmentDoc.definitions,
17084
- ...GithubRepoFragmentDoc.definitions,
17693
+ ...IssueImportSyncCheckPayloadFragmentDoc.definitions,
17085
17694
  ],
17086
17695
  };
17087
17696
  const IssueLabelDocument = {
@@ -18289,10 +18898,10 @@
18289
18898
  ...IssueHistoryConnectionFragmentDoc.definitions,
18290
18899
  ...IssueHistoryFragmentDoc.definitions,
18291
18900
  ...IssueRelationHistoryPayloadFragmentDoc.definitions,
18901
+ ...UserFragmentDoc.definitions,
18292
18902
  ...ActorBotFragmentDoc.definitions,
18293
18903
  ...IssueImportFragmentDoc.definitions,
18294
18904
  ...IssueLabelFragmentDoc.definitions,
18295
- ...UserFragmentDoc.definitions,
18296
18905
  ...PageInfoFragmentDoc.definitions,
18297
18906
  ],
18298
18907
  };
@@ -18922,6 +19531,7 @@
18922
19531
  ...NotificationFragmentDoc.definitions,
18923
19532
  ...ActorBotFragmentDoc.definitions,
18924
19533
  ...DocumentNotificationFragmentDoc.definitions,
19534
+ ...InitiativeNotificationFragmentDoc.definitions,
18925
19535
  ...IssueNotificationFragmentDoc.definitions,
18926
19536
  ...NotificationSubscriptionFragmentDoc.definitions,
18927
19537
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -19148,6 +19758,7 @@
19148
19758
  ...NotificationFragmentDoc.definitions,
19149
19759
  ...ActorBotFragmentDoc.definitions,
19150
19760
  ...DocumentNotificationFragmentDoc.definitions,
19761
+ ...InitiativeNotificationFragmentDoc.definitions,
19151
19762
  ...IssueNotificationFragmentDoc.definitions,
19152
19763
  ...NotificationSubscriptionFragmentDoc.definitions,
19153
19764
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -25599,6 +26210,609 @@
25599
26210
  },
25600
26211
  },
25601
26212
  ...UserSettingsFragmentDoc.definitions,
26213
+ ...NotificationDeliveryPreferencesFragmentDoc.definitions,
26214
+ ...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
26215
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
26216
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26217
+ ],
26218
+ };
26219
+ const UserSettings_NotificationDeliveryPreferencesDocument = {
26220
+ kind: "Document",
26221
+ definitions: [
26222
+ {
26223
+ kind: "OperationDefinition",
26224
+ operation: "query",
26225
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences" },
26226
+ selectionSet: {
26227
+ kind: "SelectionSet",
26228
+ selections: [
26229
+ {
26230
+ kind: "Field",
26231
+ name: { kind: "Name", value: "userSettings" },
26232
+ selectionSet: {
26233
+ kind: "SelectionSet",
26234
+ selections: [
26235
+ {
26236
+ kind: "Field",
26237
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26238
+ selectionSet: {
26239
+ kind: "SelectionSet",
26240
+ selections: [
26241
+ { kind: "FragmentSpread", name: { kind: "Name", value: "NotificationDeliveryPreferences" } },
26242
+ ],
26243
+ },
26244
+ },
26245
+ ],
26246
+ },
26247
+ },
26248
+ ],
26249
+ },
26250
+ },
26251
+ ...NotificationDeliveryPreferencesFragmentDoc.definitions,
26252
+ ...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
26253
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
26254
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26255
+ ],
26256
+ };
26257
+ const UserSettings_NotificationDeliveryPreferences_MobileDocument = {
26258
+ kind: "Document",
26259
+ definitions: [
26260
+ {
26261
+ kind: "OperationDefinition",
26262
+ operation: "query",
26263
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile" },
26264
+ selectionSet: {
26265
+ kind: "SelectionSet",
26266
+ selections: [
26267
+ {
26268
+ kind: "Field",
26269
+ name: { kind: "Name", value: "userSettings" },
26270
+ selectionSet: {
26271
+ kind: "SelectionSet",
26272
+ selections: [
26273
+ {
26274
+ kind: "Field",
26275
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26276
+ selectionSet: {
26277
+ kind: "SelectionSet",
26278
+ selections: [
26279
+ {
26280
+ kind: "Field",
26281
+ name: { kind: "Name", value: "mobile" },
26282
+ selectionSet: {
26283
+ kind: "SelectionSet",
26284
+ selections: [
26285
+ {
26286
+ kind: "FragmentSpread",
26287
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesChannel" },
26288
+ },
26289
+ ],
26290
+ },
26291
+ },
26292
+ ],
26293
+ },
26294
+ },
26295
+ ],
26296
+ },
26297
+ },
26298
+ ],
26299
+ },
26300
+ },
26301
+ ...NotificationDeliveryPreferencesChannelFragmentDoc.definitions,
26302
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
26303
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26304
+ ],
26305
+ };
26306
+ const UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument = {
26307
+ kind: "Document",
26308
+ definitions: [
26309
+ {
26310
+ kind: "OperationDefinition",
26311
+ operation: "query",
26312
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule" },
26313
+ selectionSet: {
26314
+ kind: "SelectionSet",
26315
+ selections: [
26316
+ {
26317
+ kind: "Field",
26318
+ name: { kind: "Name", value: "userSettings" },
26319
+ selectionSet: {
26320
+ kind: "SelectionSet",
26321
+ selections: [
26322
+ {
26323
+ kind: "Field",
26324
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26325
+ selectionSet: {
26326
+ kind: "SelectionSet",
26327
+ selections: [
26328
+ {
26329
+ kind: "Field",
26330
+ name: { kind: "Name", value: "mobile" },
26331
+ selectionSet: {
26332
+ kind: "SelectionSet",
26333
+ selections: [
26334
+ {
26335
+ kind: "Field",
26336
+ name: { kind: "Name", value: "schedule" },
26337
+ selectionSet: {
26338
+ kind: "SelectionSet",
26339
+ selections: [
26340
+ {
26341
+ kind: "FragmentSpread",
26342
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesSchedule" },
26343
+ },
26344
+ ],
26345
+ },
26346
+ },
26347
+ ],
26348
+ },
26349
+ },
26350
+ ],
26351
+ },
26352
+ },
26353
+ ],
26354
+ },
26355
+ },
26356
+ ],
26357
+ },
26358
+ },
26359
+ ...NotificationDeliveryPreferencesScheduleFragmentDoc.definitions,
26360
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26361
+ ],
26362
+ };
26363
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument = {
26364
+ kind: "Document",
26365
+ definitions: [
26366
+ {
26367
+ kind: "OperationDefinition",
26368
+ operation: "query",
26369
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_friday" },
26370
+ selectionSet: {
26371
+ kind: "SelectionSet",
26372
+ selections: [
26373
+ {
26374
+ kind: "Field",
26375
+ name: { kind: "Name", value: "userSettings" },
26376
+ selectionSet: {
26377
+ kind: "SelectionSet",
26378
+ selections: [
26379
+ {
26380
+ kind: "Field",
26381
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26382
+ selectionSet: {
26383
+ kind: "SelectionSet",
26384
+ selections: [
26385
+ {
26386
+ kind: "Field",
26387
+ name: { kind: "Name", value: "mobile" },
26388
+ selectionSet: {
26389
+ kind: "SelectionSet",
26390
+ selections: [
26391
+ {
26392
+ kind: "Field",
26393
+ name: { kind: "Name", value: "schedule" },
26394
+ selectionSet: {
26395
+ kind: "SelectionSet",
26396
+ selections: [
26397
+ {
26398
+ kind: "Field",
26399
+ name: { kind: "Name", value: "friday" },
26400
+ selectionSet: {
26401
+ kind: "SelectionSet",
26402
+ selections: [
26403
+ {
26404
+ kind: "FragmentSpread",
26405
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
26406
+ },
26407
+ ],
26408
+ },
26409
+ },
26410
+ ],
26411
+ },
26412
+ },
26413
+ ],
26414
+ },
26415
+ },
26416
+ ],
26417
+ },
26418
+ },
26419
+ ],
26420
+ },
26421
+ },
26422
+ ],
26423
+ },
26424
+ },
26425
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26426
+ ],
26427
+ };
26428
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument = {
26429
+ kind: "Document",
26430
+ definitions: [
26431
+ {
26432
+ kind: "OperationDefinition",
26433
+ operation: "query",
26434
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_monday" },
26435
+ selectionSet: {
26436
+ kind: "SelectionSet",
26437
+ selections: [
26438
+ {
26439
+ kind: "Field",
26440
+ name: { kind: "Name", value: "userSettings" },
26441
+ selectionSet: {
26442
+ kind: "SelectionSet",
26443
+ selections: [
26444
+ {
26445
+ kind: "Field",
26446
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26447
+ selectionSet: {
26448
+ kind: "SelectionSet",
26449
+ selections: [
26450
+ {
26451
+ kind: "Field",
26452
+ name: { kind: "Name", value: "mobile" },
26453
+ selectionSet: {
26454
+ kind: "SelectionSet",
26455
+ selections: [
26456
+ {
26457
+ kind: "Field",
26458
+ name: { kind: "Name", value: "schedule" },
26459
+ selectionSet: {
26460
+ kind: "SelectionSet",
26461
+ selections: [
26462
+ {
26463
+ kind: "Field",
26464
+ name: { kind: "Name", value: "monday" },
26465
+ selectionSet: {
26466
+ kind: "SelectionSet",
26467
+ selections: [
26468
+ {
26469
+ kind: "FragmentSpread",
26470
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
26471
+ },
26472
+ ],
26473
+ },
26474
+ },
26475
+ ],
26476
+ },
26477
+ },
26478
+ ],
26479
+ },
26480
+ },
26481
+ ],
26482
+ },
26483
+ },
26484
+ ],
26485
+ },
26486
+ },
26487
+ ],
26488
+ },
26489
+ },
26490
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26491
+ ],
26492
+ };
26493
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument = {
26494
+ kind: "Document",
26495
+ definitions: [
26496
+ {
26497
+ kind: "OperationDefinition",
26498
+ operation: "query",
26499
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_saturday" },
26500
+ selectionSet: {
26501
+ kind: "SelectionSet",
26502
+ selections: [
26503
+ {
26504
+ kind: "Field",
26505
+ name: { kind: "Name", value: "userSettings" },
26506
+ selectionSet: {
26507
+ kind: "SelectionSet",
26508
+ selections: [
26509
+ {
26510
+ kind: "Field",
26511
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26512
+ selectionSet: {
26513
+ kind: "SelectionSet",
26514
+ selections: [
26515
+ {
26516
+ kind: "Field",
26517
+ name: { kind: "Name", value: "mobile" },
26518
+ selectionSet: {
26519
+ kind: "SelectionSet",
26520
+ selections: [
26521
+ {
26522
+ kind: "Field",
26523
+ name: { kind: "Name", value: "schedule" },
26524
+ selectionSet: {
26525
+ kind: "SelectionSet",
26526
+ selections: [
26527
+ {
26528
+ kind: "Field",
26529
+ name: { kind: "Name", value: "saturday" },
26530
+ selectionSet: {
26531
+ kind: "SelectionSet",
26532
+ selections: [
26533
+ {
26534
+ kind: "FragmentSpread",
26535
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
26536
+ },
26537
+ ],
26538
+ },
26539
+ },
26540
+ ],
26541
+ },
26542
+ },
26543
+ ],
26544
+ },
26545
+ },
26546
+ ],
26547
+ },
26548
+ },
26549
+ ],
26550
+ },
26551
+ },
26552
+ ],
26553
+ },
26554
+ },
26555
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26556
+ ],
26557
+ };
26558
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument = {
26559
+ kind: "Document",
26560
+ definitions: [
26561
+ {
26562
+ kind: "OperationDefinition",
26563
+ operation: "query",
26564
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_sunday" },
26565
+ selectionSet: {
26566
+ kind: "SelectionSet",
26567
+ selections: [
26568
+ {
26569
+ kind: "Field",
26570
+ name: { kind: "Name", value: "userSettings" },
26571
+ selectionSet: {
26572
+ kind: "SelectionSet",
26573
+ selections: [
26574
+ {
26575
+ kind: "Field",
26576
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26577
+ selectionSet: {
26578
+ kind: "SelectionSet",
26579
+ selections: [
26580
+ {
26581
+ kind: "Field",
26582
+ name: { kind: "Name", value: "mobile" },
26583
+ selectionSet: {
26584
+ kind: "SelectionSet",
26585
+ selections: [
26586
+ {
26587
+ kind: "Field",
26588
+ name: { kind: "Name", value: "schedule" },
26589
+ selectionSet: {
26590
+ kind: "SelectionSet",
26591
+ selections: [
26592
+ {
26593
+ kind: "Field",
26594
+ name: { kind: "Name", value: "sunday" },
26595
+ selectionSet: {
26596
+ kind: "SelectionSet",
26597
+ selections: [
26598
+ {
26599
+ kind: "FragmentSpread",
26600
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
26601
+ },
26602
+ ],
26603
+ },
26604
+ },
26605
+ ],
26606
+ },
26607
+ },
26608
+ ],
26609
+ },
26610
+ },
26611
+ ],
26612
+ },
26613
+ },
26614
+ ],
26615
+ },
26616
+ },
26617
+ ],
26618
+ },
26619
+ },
26620
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26621
+ ],
26622
+ };
26623
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument = {
26624
+ kind: "Document",
26625
+ definitions: [
26626
+ {
26627
+ kind: "OperationDefinition",
26628
+ operation: "query",
26629
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_thursday" },
26630
+ selectionSet: {
26631
+ kind: "SelectionSet",
26632
+ selections: [
26633
+ {
26634
+ kind: "Field",
26635
+ name: { kind: "Name", value: "userSettings" },
26636
+ selectionSet: {
26637
+ kind: "SelectionSet",
26638
+ selections: [
26639
+ {
26640
+ kind: "Field",
26641
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26642
+ selectionSet: {
26643
+ kind: "SelectionSet",
26644
+ selections: [
26645
+ {
26646
+ kind: "Field",
26647
+ name: { kind: "Name", value: "mobile" },
26648
+ selectionSet: {
26649
+ kind: "SelectionSet",
26650
+ selections: [
26651
+ {
26652
+ kind: "Field",
26653
+ name: { kind: "Name", value: "schedule" },
26654
+ selectionSet: {
26655
+ kind: "SelectionSet",
26656
+ selections: [
26657
+ {
26658
+ kind: "Field",
26659
+ name: { kind: "Name", value: "thursday" },
26660
+ selectionSet: {
26661
+ kind: "SelectionSet",
26662
+ selections: [
26663
+ {
26664
+ kind: "FragmentSpread",
26665
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
26666
+ },
26667
+ ],
26668
+ },
26669
+ },
26670
+ ],
26671
+ },
26672
+ },
26673
+ ],
26674
+ },
26675
+ },
26676
+ ],
26677
+ },
26678
+ },
26679
+ ],
26680
+ },
26681
+ },
26682
+ ],
26683
+ },
26684
+ },
26685
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26686
+ ],
26687
+ };
26688
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument = {
26689
+ kind: "Document",
26690
+ definitions: [
26691
+ {
26692
+ kind: "OperationDefinition",
26693
+ operation: "query",
26694
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_tuesday" },
26695
+ selectionSet: {
26696
+ kind: "SelectionSet",
26697
+ selections: [
26698
+ {
26699
+ kind: "Field",
26700
+ name: { kind: "Name", value: "userSettings" },
26701
+ selectionSet: {
26702
+ kind: "SelectionSet",
26703
+ selections: [
26704
+ {
26705
+ kind: "Field",
26706
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26707
+ selectionSet: {
26708
+ kind: "SelectionSet",
26709
+ selections: [
26710
+ {
26711
+ kind: "Field",
26712
+ name: { kind: "Name", value: "mobile" },
26713
+ selectionSet: {
26714
+ kind: "SelectionSet",
26715
+ selections: [
26716
+ {
26717
+ kind: "Field",
26718
+ name: { kind: "Name", value: "schedule" },
26719
+ selectionSet: {
26720
+ kind: "SelectionSet",
26721
+ selections: [
26722
+ {
26723
+ kind: "Field",
26724
+ name: { kind: "Name", value: "tuesday" },
26725
+ selectionSet: {
26726
+ kind: "SelectionSet",
26727
+ selections: [
26728
+ {
26729
+ kind: "FragmentSpread",
26730
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
26731
+ },
26732
+ ],
26733
+ },
26734
+ },
26735
+ ],
26736
+ },
26737
+ },
26738
+ ],
26739
+ },
26740
+ },
26741
+ ],
26742
+ },
26743
+ },
26744
+ ],
26745
+ },
26746
+ },
26747
+ ],
26748
+ },
26749
+ },
26750
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
26751
+ ],
26752
+ };
26753
+ const UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument = {
26754
+ kind: "Document",
26755
+ definitions: [
26756
+ {
26757
+ kind: "OperationDefinition",
26758
+ operation: "query",
26759
+ name: { kind: "Name", value: "userSettings_notificationDeliveryPreferences_mobile_schedule_wednesday" },
26760
+ selectionSet: {
26761
+ kind: "SelectionSet",
26762
+ selections: [
26763
+ {
26764
+ kind: "Field",
26765
+ name: { kind: "Name", value: "userSettings" },
26766
+ selectionSet: {
26767
+ kind: "SelectionSet",
26768
+ selections: [
26769
+ {
26770
+ kind: "Field",
26771
+ name: { kind: "Name", value: "notificationDeliveryPreferences" },
26772
+ selectionSet: {
26773
+ kind: "SelectionSet",
26774
+ selections: [
26775
+ {
26776
+ kind: "Field",
26777
+ name: { kind: "Name", value: "mobile" },
26778
+ selectionSet: {
26779
+ kind: "SelectionSet",
26780
+ selections: [
26781
+ {
26782
+ kind: "Field",
26783
+ name: { kind: "Name", value: "schedule" },
26784
+ selectionSet: {
26785
+ kind: "SelectionSet",
26786
+ selections: [
26787
+ {
26788
+ kind: "Field",
26789
+ name: { kind: "Name", value: "wednesday" },
26790
+ selectionSet: {
26791
+ kind: "SelectionSet",
26792
+ selections: [
26793
+ {
26794
+ kind: "FragmentSpread",
26795
+ name: { kind: "Name", value: "NotificationDeliveryPreferencesDay" },
26796
+ },
26797
+ ],
26798
+ },
26799
+ },
26800
+ ],
26801
+ },
26802
+ },
26803
+ ],
26804
+ },
26805
+ },
26806
+ ],
26807
+ },
26808
+ },
26809
+ ],
26810
+ },
26811
+ },
26812
+ ],
26813
+ },
26814
+ },
26815
+ ...NotificationDeliveryPreferencesDayFragmentDoc.definitions,
25602
26816
  ],
25603
26817
  };
25604
26818
  const UsersDocument = {
@@ -26592,86 +27806,6 @@
26592
27806
  ...IntegrationPayloadFragmentDoc.definitions,
26593
27807
  ],
26594
27808
  };
26595
- const CreateApiKeyDocument = {
26596
- kind: "Document",
26597
- definitions: [
26598
- {
26599
- kind: "OperationDefinition",
26600
- operation: "mutation",
26601
- name: { kind: "Name", value: "createApiKey" },
26602
- variableDefinitions: [
26603
- {
26604
- kind: "VariableDefinition",
26605
- variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
26606
- type: {
26607
- kind: "NonNullType",
26608
- type: { kind: "NamedType", name: { kind: "Name", value: "ApiKeyCreateInput" } },
26609
- },
26610
- },
26611
- ],
26612
- selectionSet: {
26613
- kind: "SelectionSet",
26614
- selections: [
26615
- {
26616
- kind: "Field",
26617
- name: { kind: "Name", value: "apiKeyCreate" },
26618
- arguments: [
26619
- {
26620
- kind: "Argument",
26621
- name: { kind: "Name", value: "input" },
26622
- value: { kind: "Variable", name: { kind: "Name", value: "input" } },
26623
- },
26624
- ],
26625
- selectionSet: {
26626
- kind: "SelectionSet",
26627
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ApiKeyPayload" } }],
26628
- },
26629
- },
26630
- ],
26631
- },
26632
- },
26633
- ...ApiKeyPayloadFragmentDoc.definitions,
26634
- ...ApiKeyFragmentDoc.definitions,
26635
- ],
26636
- };
26637
- const DeleteApiKeyDocument = {
26638
- kind: "Document",
26639
- definitions: [
26640
- {
26641
- kind: "OperationDefinition",
26642
- operation: "mutation",
26643
- name: { kind: "Name", value: "deleteApiKey" },
26644
- variableDefinitions: [
26645
- {
26646
- kind: "VariableDefinition",
26647
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
26648
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
26649
- },
26650
- ],
26651
- selectionSet: {
26652
- kind: "SelectionSet",
26653
- selections: [
26654
- {
26655
- kind: "Field",
26656
- name: { kind: "Name", value: "apiKeyDelete" },
26657
- arguments: [
26658
- {
26659
- kind: "Argument",
26660
- name: { kind: "Name", value: "id" },
26661
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
26662
- },
26663
- ],
26664
- selectionSet: {
26665
- kind: "SelectionSet",
26666
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
26667
- },
26668
- },
26669
- ],
26670
- },
26671
- },
26672
- ...DeletePayloadFragmentDoc.definitions,
26673
- ],
26674
- };
26675
27809
  const ArchiveAttachmentDocument = {
26676
27810
  kind: "Document",
26677
27811
  definitions: [
@@ -27739,6 +28873,44 @@
27739
28873
  ...AttachmentPayloadFragmentDoc.definitions,
27740
28874
  ],
27741
28875
  };
28876
+ const AttachmentSyncToSlackDocument = {
28877
+ kind: "Document",
28878
+ definitions: [
28879
+ {
28880
+ kind: "OperationDefinition",
28881
+ operation: "mutation",
28882
+ name: { kind: "Name", value: "attachmentSyncToSlack" },
28883
+ variableDefinitions: [
28884
+ {
28885
+ kind: "VariableDefinition",
28886
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
28887
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
28888
+ },
28889
+ ],
28890
+ selectionSet: {
28891
+ kind: "SelectionSet",
28892
+ selections: [
28893
+ {
28894
+ kind: "Field",
28895
+ name: { kind: "Name", value: "attachmentSyncToSlack" },
28896
+ arguments: [
28897
+ {
28898
+ kind: "Argument",
28899
+ name: { kind: "Name", value: "id" },
28900
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
28901
+ },
28902
+ ],
28903
+ selectionSet: {
28904
+ kind: "SelectionSet",
28905
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AttachmentPayload" } }],
28906
+ },
28907
+ },
28908
+ ],
28909
+ },
28910
+ },
28911
+ ...AttachmentPayloadFragmentDoc.definitions,
28912
+ ],
28913
+ };
27742
28914
  const UpdateAttachmentDocument = {
27743
28915
  kind: "Document",
27744
28916
  definitions: [
@@ -28695,54 +29867,6 @@
28695
29867
  ...DeletePayloadFragmentDoc.definitions,
28696
29868
  ],
28697
29869
  };
28698
- const DocumentReminderDocument = {
28699
- kind: "Document",
28700
- definitions: [
28701
- {
28702
- kind: "OperationDefinition",
28703
- operation: "mutation",
28704
- name: { kind: "Name", value: "documentReminder" },
28705
- variableDefinitions: [
28706
- {
28707
- kind: "VariableDefinition",
28708
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
28709
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
28710
- },
28711
- {
28712
- kind: "VariableDefinition",
28713
- variable: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
28714
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } } },
28715
- },
28716
- ],
28717
- selectionSet: {
28718
- kind: "SelectionSet",
28719
- selections: [
28720
- {
28721
- kind: "Field",
28722
- name: { kind: "Name", value: "documentReminder" },
28723
- arguments: [
28724
- {
28725
- kind: "Argument",
28726
- name: { kind: "Name", value: "id" },
28727
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
28728
- },
28729
- {
28730
- kind: "Argument",
28731
- name: { kind: "Name", value: "reminderAt" },
28732
- value: { kind: "Variable", name: { kind: "Name", value: "reminderAt" } },
28733
- },
28734
- ],
28735
- selectionSet: {
28736
- kind: "SelectionSet",
28737
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentPayload" } }],
28738
- },
28739
- },
28740
- ],
28741
- },
28742
- },
28743
- ...DocumentPayloadFragmentDoc.definitions,
28744
- ],
28745
- };
28746
29870
  const UpdateDocumentDocument = {
28747
29871
  kind: "Document",
28748
29872
  definitions: [
@@ -30299,6 +31423,44 @@
30299
31423
  ...IntegrationPayloadFragmentDoc.definitions,
30300
31424
  ],
30301
31425
  };
31426
+ const IntegrationGithubImportConnectDocument = {
31427
+ kind: "Document",
31428
+ definitions: [
31429
+ {
31430
+ kind: "OperationDefinition",
31431
+ operation: "mutation",
31432
+ name: { kind: "Name", value: "integrationGithubImportConnect" },
31433
+ variableDefinitions: [
31434
+ {
31435
+ kind: "VariableDefinition",
31436
+ variable: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
31437
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
31438
+ },
31439
+ ],
31440
+ selectionSet: {
31441
+ kind: "SelectionSet",
31442
+ selections: [
31443
+ {
31444
+ kind: "Field",
31445
+ name: { kind: "Name", value: "integrationGithubImportConnect" },
31446
+ arguments: [
31447
+ {
31448
+ kind: "Argument",
31449
+ name: { kind: "Name", value: "installationId" },
31450
+ value: { kind: "Variable", name: { kind: "Name", value: "installationId" } },
31451
+ },
31452
+ ],
31453
+ selectionSet: {
31454
+ kind: "SelectionSet",
31455
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
31456
+ },
31457
+ },
31458
+ ],
31459
+ },
31460
+ },
31461
+ ...IntegrationPayloadFragmentDoc.definitions,
31462
+ ],
31463
+ };
30302
31464
  const IntegrationGitlabConnectDocument = {
30303
31465
  kind: "Document",
30304
31466
  definitions: [
@@ -30785,6 +31947,64 @@
30785
31947
  ...IntegrationPayloadFragmentDoc.definitions,
30786
31948
  ],
30787
31949
  };
31950
+ const IntegrationSlackCustomViewNotificationsDocument = {
31951
+ kind: "Document",
31952
+ definitions: [
31953
+ {
31954
+ kind: "OperationDefinition",
31955
+ operation: "mutation",
31956
+ name: { kind: "Name", value: "integrationSlackCustomViewNotifications" },
31957
+ variableDefinitions: [
31958
+ {
31959
+ kind: "VariableDefinition",
31960
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
31961
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
31962
+ },
31963
+ {
31964
+ kind: "VariableDefinition",
31965
+ variable: { kind: "Variable", name: { kind: "Name", value: "customViewId" } },
31966
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
31967
+ },
31968
+ {
31969
+ kind: "VariableDefinition",
31970
+ variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
31971
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
31972
+ },
31973
+ ],
31974
+ selectionSet: {
31975
+ kind: "SelectionSet",
31976
+ selections: [
31977
+ {
31978
+ kind: "Field",
31979
+ name: { kind: "Name", value: "integrationSlackCustomViewNotifications" },
31980
+ arguments: [
31981
+ {
31982
+ kind: "Argument",
31983
+ name: { kind: "Name", value: "code" },
31984
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
31985
+ },
31986
+ {
31987
+ kind: "Argument",
31988
+ name: { kind: "Name", value: "customViewId" },
31989
+ value: { kind: "Variable", name: { kind: "Name", value: "customViewId" } },
31990
+ },
31991
+ {
31992
+ kind: "Argument",
31993
+ name: { kind: "Name", value: "redirectUri" },
31994
+ value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
31995
+ },
31996
+ ],
31997
+ selectionSet: {
31998
+ kind: "SelectionSet",
31999
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelConnectPayload" } }],
32000
+ },
32001
+ },
32002
+ ],
32003
+ },
32004
+ },
32005
+ ...SlackChannelConnectPayloadFragmentDoc.definitions,
32006
+ ],
32007
+ };
30788
32008
  const IntegrationSlackImportEmojisDocument = {
30789
32009
  kind: "Document",
30790
32010
  definitions: [
@@ -31905,15 +33125,28 @@
31905
33125
  operation: "mutation",
31906
33126
  name: { kind: "Name", value: "issueImportCreateGithub" },
31907
33127
  variableDefinitions: [
33128
+ {
33129
+ kind: "VariableDefinition",
33130
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoId" } },
33131
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
33132
+ },
33133
+ {
33134
+ kind: "VariableDefinition",
33135
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoIds" } },
33136
+ type: {
33137
+ kind: "ListType",
33138
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
33139
+ },
33140
+ },
31908
33141
  {
31909
33142
  kind: "VariableDefinition",
31910
33143
  variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
31911
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
33144
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
31912
33145
  },
31913
33146
  {
31914
33147
  kind: "VariableDefinition",
31915
33148
  variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
31916
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
33149
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
31917
33150
  },
31918
33151
  {
31919
33152
  kind: "VariableDefinition",
@@ -31923,11 +33156,6 @@
31923
33156
  {
31924
33157
  kind: "VariableDefinition",
31925
33158
  variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
31926
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
31927
- },
31928
- {
31929
- kind: "VariableDefinition",
31930
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
31931
33159
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
31932
33160
  },
31933
33161
  {
@@ -31940,6 +33168,11 @@
31940
33168
  variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
31941
33169
  type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
31942
33170
  },
33171
+ {
33172
+ kind: "VariableDefinition",
33173
+ variable: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
33174
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
33175
+ },
31943
33176
  {
31944
33177
  kind: "VariableDefinition",
31945
33178
  variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
@@ -31963,6 +33196,16 @@
31963
33196
  kind: "Field",
31964
33197
  name: { kind: "Name", value: "issueImportCreateGithub" },
31965
33198
  arguments: [
33199
+ {
33200
+ kind: "Argument",
33201
+ name: { kind: "Name", value: "githubRepoId" },
33202
+ value: { kind: "Variable", name: { kind: "Name", value: "githubRepoId" } },
33203
+ },
33204
+ {
33205
+ kind: "Argument",
33206
+ name: { kind: "Name", value: "githubRepoIds" },
33207
+ value: { kind: "Variable", name: { kind: "Name", value: "githubRepoIds" } },
33208
+ },
31966
33209
  {
31967
33210
  kind: "Argument",
31968
33211
  name: { kind: "Name", value: "githubRepoName" },
@@ -31983,11 +33226,6 @@
31983
33226
  name: { kind: "Name", value: "githubToken" },
31984
33227
  value: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
31985
33228
  },
31986
- {
31987
- kind: "Argument",
31988
- name: { kind: "Name", value: "id" },
31989
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
31990
- },
31991
33229
  {
31992
33230
  kind: "Argument",
31993
33231
  name: { kind: "Name", value: "includeClosedIssues" },
@@ -31998,6 +33236,11 @@
31998
33236
  name: { kind: "Name", value: "instantProcess" },
31999
33237
  value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
32000
33238
  },
33239
+ {
33240
+ kind: "Argument",
33241
+ name: { kind: "Name", value: "integrationId" },
33242
+ value: { kind: "Variable", name: { kind: "Name", value: "integrationId" } },
33243
+ },
32001
33244
  {
32002
33245
  kind: "Argument",
32003
33246
  name: { kind: "Name", value: "organizationId" },
@@ -32461,6 +33704,11 @@
32461
33704
  type: { kind: "NamedType", name: { kind: "Name", value: "IssueRelationCreateInput" } },
32462
33705
  },
32463
33706
  },
33707
+ {
33708
+ kind: "VariableDefinition",
33709
+ variable: { kind: "Variable", name: { kind: "Name", value: "overrideCreatedAt" } },
33710
+ type: { kind: "NamedType", name: { kind: "Name", value: "DateTime" } },
33711
+ },
32464
33712
  ],
32465
33713
  selectionSet: {
32466
33714
  kind: "SelectionSet",
@@ -32474,6 +33722,11 @@
32474
33722
  name: { kind: "Name", value: "input" },
32475
33723
  value: { kind: "Variable", name: { kind: "Name", value: "input" } },
32476
33724
  },
33725
+ {
33726
+ kind: "Argument",
33727
+ name: { kind: "Name", value: "overrideCreatedAt" },
33728
+ value: { kind: "Variable", name: { kind: "Name", value: "overrideCreatedAt" } },
33729
+ },
32477
33730
  ],
32478
33731
  selectionSet: {
32479
33732
  kind: "SelectionSet",
@@ -33089,6 +34342,7 @@
33089
34342
  ...NotificationFragmentDoc.definitions,
33090
34343
  ...ActorBotFragmentDoc.definitions,
33091
34344
  ...DocumentNotificationFragmentDoc.definitions,
34345
+ ...InitiativeNotificationFragmentDoc.definitions,
33092
34346
  ...IssueNotificationFragmentDoc.definitions,
33093
34347
  ...NotificationSubscriptionFragmentDoc.definitions,
33094
34348
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33138,6 +34392,7 @@
33138
34392
  ...NotificationFragmentDoc.definitions,
33139
34393
  ...ActorBotFragmentDoc.definitions,
33140
34394
  ...DocumentNotificationFragmentDoc.definitions,
34395
+ ...InitiativeNotificationFragmentDoc.definitions,
33141
34396
  ...IssueNotificationFragmentDoc.definitions,
33142
34397
  ...NotificationSubscriptionFragmentDoc.definitions,
33143
34398
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33197,6 +34452,7 @@
33197
34452
  ...NotificationFragmentDoc.definitions,
33198
34453
  ...ActorBotFragmentDoc.definitions,
33199
34454
  ...DocumentNotificationFragmentDoc.definitions,
34455
+ ...InitiativeNotificationFragmentDoc.definitions,
33200
34456
  ...IssueNotificationFragmentDoc.definitions,
33201
34457
  ...NotificationSubscriptionFragmentDoc.definitions,
33202
34458
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33246,6 +34502,7 @@
33246
34502
  ...NotificationFragmentDoc.definitions,
33247
34503
  ...ActorBotFragmentDoc.definitions,
33248
34504
  ...DocumentNotificationFragmentDoc.definitions,
34505
+ ...InitiativeNotificationFragmentDoc.definitions,
33249
34506
  ...IssueNotificationFragmentDoc.definitions,
33250
34507
  ...NotificationSubscriptionFragmentDoc.definitions,
33251
34508
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33305,6 +34562,7 @@
33305
34562
  ...NotificationFragmentDoc.definitions,
33306
34563
  ...ActorBotFragmentDoc.definitions,
33307
34564
  ...DocumentNotificationFragmentDoc.definitions,
34565
+ ...InitiativeNotificationFragmentDoc.definitions,
33308
34566
  ...IssueNotificationFragmentDoc.definitions,
33309
34567
  ...NotificationSubscriptionFragmentDoc.definitions,
33310
34568
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33487,6 +34745,7 @@
33487
34745
  ...NotificationFragmentDoc.definitions,
33488
34746
  ...ActorBotFragmentDoc.definitions,
33489
34747
  ...DocumentNotificationFragmentDoc.definitions,
34748
+ ...InitiativeNotificationFragmentDoc.definitions,
33490
34749
  ...IssueNotificationFragmentDoc.definitions,
33491
34750
  ...NotificationSubscriptionFragmentDoc.definitions,
33492
34751
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33546,6 +34805,7 @@
33546
34805
  ...NotificationFragmentDoc.definitions,
33547
34806
  ...ActorBotFragmentDoc.definitions,
33548
34807
  ...DocumentNotificationFragmentDoc.definitions,
34808
+ ...InitiativeNotificationFragmentDoc.definitions,
33549
34809
  ...IssueNotificationFragmentDoc.definitions,
33550
34810
  ...NotificationSubscriptionFragmentDoc.definitions,
33551
34811
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33605,6 +34865,7 @@
33605
34865
  ...NotificationFragmentDoc.definitions,
33606
34866
  ...ActorBotFragmentDoc.definitions,
33607
34867
  ...DocumentNotificationFragmentDoc.definitions,
34868
+ ...InitiativeNotificationFragmentDoc.definitions,
33608
34869
  ...IssueNotificationFragmentDoc.definitions,
33609
34870
  ...NotificationSubscriptionFragmentDoc.definitions,
33610
34871
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -33871,30 +35132,28 @@
33871
35132
  ...OrganizationInvitePayloadFragmentDoc.definitions,
33872
35133
  ],
33873
35134
  };
33874
- const OrganizationStartPlusTrialDocument = {
35135
+ const OrganizationStartTrialDocument = {
33875
35136
  kind: "Document",
33876
35137
  definitions: [
33877
35138
  {
33878
35139
  kind: "OperationDefinition",
33879
35140
  operation: "mutation",
33880
- name: { kind: "Name", value: "organizationStartPlusTrial" },
35141
+ name: { kind: "Name", value: "organizationStartTrial" },
33881
35142
  selectionSet: {
33882
35143
  kind: "SelectionSet",
33883
35144
  selections: [
33884
35145
  {
33885
35146
  kind: "Field",
33886
- name: { kind: "Name", value: "organizationStartPlusTrial" },
35147
+ name: { kind: "Name", value: "organizationStartTrial" },
33887
35148
  selectionSet: {
33888
35149
  kind: "SelectionSet",
33889
- selections: [
33890
- { kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" } },
33891
- ],
35150
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationStartTrialPayload" } }],
33892
35151
  },
33893
35152
  },
33894
35153
  ],
33895
35154
  },
33896
35155
  },
33897
- ...OrganizationStartPlusTrialPayloadFragmentDoc.definitions,
35156
+ ...OrganizationStartTrialPayloadFragmentDoc.definitions,
33898
35157
  ],
33899
35158
  };
33900
35159
  const UpdateOrganizationDocument = {
@@ -37055,6 +38314,8 @@
37055
38314
  get DateResolutionType () { return DateResolutionType; },
37056
38315
  get Day () { return Day; },
37057
38316
  get GitAutomationStates () { return GitAutomationStates; },
38317
+ get GithubOrgType () { return GithubOrgType; },
38318
+ get InitiativeStatus () { return InitiativeStatus; },
37058
38319
  get IntegrationService () { return IntegrationService; },
37059
38320
  get IssueRelationType () { return IssueRelationType; },
37060
38321
  get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
@@ -37095,6 +38356,7 @@
37095
38356
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
37096
38357
  ActorBotFragmentDoc: ActorBotFragmentDoc,
37097
38358
  DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
38359
+ InitiativeNotificationFragmentDoc: InitiativeNotificationFragmentDoc,
37098
38360
  NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
37099
38361
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
37100
38362
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
@@ -37111,6 +38373,7 @@
37111
38373
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
37112
38374
  ReminderFragmentDoc: ReminderFragmentDoc,
37113
38375
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
38376
+ TextDraftFragmentDoc: TextDraftFragmentDoc,
37114
38377
  UserAccountFragmentDoc: UserAccountFragmentDoc,
37115
38378
  UserNotificationSubscriptionFragmentDoc: UserNotificationSubscriptionFragmentDoc,
37116
38379
  AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
@@ -37124,16 +38387,15 @@
37124
38387
  AuthOauthClientWithMembershipsFragmentDoc: AuthOauthClientWithMembershipsFragmentDoc,
37125
38388
  AuthenticationSessionResponseFragmentDoc: AuthenticationSessionResponseFragmentDoc,
37126
38389
  OrganizationDomainFragmentDoc: OrganizationDomainFragmentDoc,
37127
- GithubRepoFragmentDoc: GithubRepoFragmentDoc,
37128
- GithubOrgFragmentDoc: GithubOrgFragmentDoc,
37129
- GithubOAuthTokenPayloadFragmentDoc: GithubOAuthTokenPayloadFragmentDoc,
37130
38390
  UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
37131
38391
  ApplicationFragmentDoc: ApplicationFragmentDoc,
38392
+ PasskeyFragmentDoc: PasskeyFragmentDoc,
37132
38393
  SharedSlackSettingsFragmentDoc: SharedSlackSettingsFragmentDoc,
37133
38394
  FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
37134
38395
  TeamRepoMappingFragmentDoc: TeamRepoMappingFragmentDoc,
37135
38396
  GitHubRepoFragmentDoc: GitHubRepoFragmentDoc,
37136
38397
  GitHubSettingsFragmentDoc: GitHubSettingsFragmentDoc,
38398
+ GitHubImportSettingsFragmentDoc: GitHubImportSettingsFragmentDoc,
37137
38399
  GitHubPersonalSettingsFragmentDoc: GitHubPersonalSettingsFragmentDoc,
37138
38400
  GitLabSettingsFragmentDoc: GitLabSettingsFragmentDoc,
37139
38401
  GoogleSheetsSettingsFragmentDoc: GoogleSheetsSettingsFragmentDoc,
@@ -37153,8 +38415,13 @@
37153
38415
  SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
37154
38416
  ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
37155
38417
  IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
38418
+ NotificationDeliveryPreferencesDayFragmentDoc: NotificationDeliveryPreferencesDayFragmentDoc,
38419
+ NotificationDeliveryPreferencesScheduleFragmentDoc: NotificationDeliveryPreferencesScheduleFragmentDoc,
38420
+ NotificationDeliveryPreferencesChannelFragmentDoc: NotificationDeliveryPreferencesChannelFragmentDoc,
38421
+ NotificationDeliveryPreferencesFragmentDoc: NotificationDeliveryPreferencesFragmentDoc,
37156
38422
  UserSettingsFragmentDoc: UserSettingsFragmentDoc,
37157
38423
  AuthenticationSessionFragmentDoc: AuthenticationSessionFragmentDoc,
38424
+ IssueImportSyncCheckPayloadFragmentDoc: IssueImportSyncCheckPayloadFragmentDoc,
37158
38425
  ApiKeyFragmentDoc: ApiKeyFragmentDoc,
37159
38426
  PageInfoFragmentDoc: PageInfoFragmentDoc,
37160
38427
  ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
@@ -37221,6 +38488,8 @@
37221
38488
  EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
37222
38489
  ExternalUserFragmentDoc: ExternalUserFragmentDoc,
37223
38490
  ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
38491
+ FacetFragmentDoc: FacetFragmentDoc,
38492
+ FacetConnectionFragmentDoc: FacetConnectionFragmentDoc,
37224
38493
  FavoriteFragmentDoc: FavoriteFragmentDoc,
37225
38494
  FavoriteConnectionFragmentDoc: FavoriteConnectionFragmentDoc,
37226
38495
  FavoritePayloadFragmentDoc: FavoritePayloadFragmentDoc,
@@ -37248,9 +38517,9 @@
37248
38517
  IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
37249
38518
  IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
37250
38519
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
38520
+ UserFragmentDoc: UserFragmentDoc,
37251
38521
  IssueImportFragmentDoc: IssueImportFragmentDoc,
37252
38522
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
37253
- UserFragmentDoc: UserFragmentDoc,
37254
38523
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
37255
38524
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
37256
38525
  IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
@@ -37284,11 +38553,14 @@
37284
38553
  OrganizationInviteFullDetailsPayloadFragmentDoc: OrganizationInviteFullDetailsPayloadFragmentDoc,
37285
38554
  OrganizationInviteLinkDetailsPayloadFragmentDoc: OrganizationInviteLinkDetailsPayloadFragmentDoc,
37286
38555
  OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
38556
+ OrganizationMetaFragmentDoc: OrganizationMetaFragmentDoc,
37287
38557
  OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
37288
38558
  OrganizationRegionResponseFragmentDoc: OrganizationRegionResponseFragmentDoc,
37289
- OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
38559
+ OrganizationStartTrialPayloadFragmentDoc: OrganizationStartTrialPayloadFragmentDoc,
38560
+ PasskeyLoginStartResponseFragmentDoc: PasskeyLoginStartResponseFragmentDoc,
37290
38561
  ProjectFragmentDoc: ProjectFragmentDoc,
37291
38562
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
38563
+ ProjectDetailSuggestionPayloadFragmentDoc: ProjectDetailSuggestionPayloadFragmentDoc,
37292
38564
  ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
37293
38565
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
37294
38566
  ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
@@ -37329,6 +38601,7 @@
37329
38601
  RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
37330
38602
  SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
37331
38603
  SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
38604
+ SuccessPayloadFragmentDoc: SuccessPayloadFragmentDoc,
37332
38605
  SummaryPayloadFragmentDoc: SummaryPayloadFragmentDoc,
37333
38606
  SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
37334
38607
  TeamFragmentDoc: TeamFragmentDoc,
@@ -37398,6 +38671,7 @@
37398
38671
  CustomView_IssuesDocument: CustomView_IssuesDocument,
37399
38672
  CustomView_OrganizationViewPreferencesDocument: CustomView_OrganizationViewPreferencesDocument,
37400
38673
  CustomView_OrganizationViewPreferences_PreferencesDocument: CustomView_OrganizationViewPreferences_PreferencesDocument,
38674
+ CustomView_ProjectsDocument: CustomView_ProjectsDocument,
37401
38675
  CustomView_UserViewPreferencesDocument: CustomView_UserViewPreferencesDocument,
37402
38676
  CustomView_UserViewPreferences_PreferencesDocument: CustomView_UserViewPreferences_PreferencesDocument,
37403
38677
  CustomView_ViewPreferencesValuesDocument: CustomView_ViewPreferencesValuesDocument,
@@ -37438,7 +38712,7 @@
37438
38712
  IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
37439
38713
  IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
37440
38714
  IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
37441
- IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
38715
+ IssueImportCheckSyncDocument: IssueImportCheckSyncDocument,
37442
38716
  IssueLabelDocument: IssueLabelDocument,
37443
38717
  IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
37444
38718
  IssueLabel_IssuesDocument: IssueLabel_IssuesDocument,
@@ -37537,6 +38811,16 @@
37537
38811
  User_TeamMembershipsDocument: User_TeamMembershipsDocument,
37538
38812
  User_TeamsDocument: User_TeamsDocument,
37539
38813
  UserSettingsDocument: UserSettingsDocument,
38814
+ UserSettings_NotificationDeliveryPreferencesDocument: UserSettings_NotificationDeliveryPreferencesDocument,
38815
+ UserSettings_NotificationDeliveryPreferences_MobileDocument: UserSettings_NotificationDeliveryPreferences_MobileDocument,
38816
+ UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument: UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument,
38817
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument,
38818
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument,
38819
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument,
38820
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument,
38821
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument,
38822
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument,
38823
+ UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument: UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument,
37540
38824
  UsersDocument: UsersDocument,
37541
38825
  ViewerDocument: ViewerDocument,
37542
38826
  Viewer_AssignedIssuesDocument: Viewer_AssignedIssuesDocument,
@@ -37549,8 +38833,6 @@
37549
38833
  WorkflowState_IssuesDocument: WorkflowState_IssuesDocument,
37550
38834
  WorkflowStatesDocument: WorkflowStatesDocument,
37551
38835
  AirbyteIntegrationConnectDocument: AirbyteIntegrationConnectDocument,
37552
- CreateApiKeyDocument: CreateApiKeyDocument,
37553
- DeleteApiKeyDocument: DeleteApiKeyDocument,
37554
38836
  ArchiveAttachmentDocument: ArchiveAttachmentDocument,
37555
38837
  CreateAttachmentDocument: CreateAttachmentDocument,
37556
38838
  DeleteAttachmentDocument: DeleteAttachmentDocument,
@@ -37564,6 +38846,7 @@
37564
38846
  AttachmentLinkSlackDocument: AttachmentLinkSlackDocument,
37565
38847
  AttachmentLinkUrlDocument: AttachmentLinkUrlDocument,
37566
38848
  AttachmentLinkZendeskDocument: AttachmentLinkZendeskDocument,
38849
+ AttachmentSyncToSlackDocument: AttachmentSyncToSlackDocument,
37567
38850
  UpdateAttachmentDocument: UpdateAttachmentDocument,
37568
38851
  CreateCommentDocument: CreateCommentDocument,
37569
38852
  DeleteCommentDocument: DeleteCommentDocument,
@@ -37586,7 +38869,6 @@
37586
38869
  UpdateDiaryEntryDocument: UpdateDiaryEntryDocument,
37587
38870
  CreateDocumentDocument: CreateDocumentDocument,
37588
38871
  DeleteDocumentDocument: DeleteDocumentDocument,
37589
- DocumentReminderDocument: DocumentReminderDocument,
37590
38872
  UpdateDocumentDocument: UpdateDocumentDocument,
37591
38873
  CreateEmailIntakeAddressDocument: CreateEmailIntakeAddressDocument,
37592
38874
  DeleteEmailIntakeAddressDocument: DeleteEmailIntakeAddressDocument,
@@ -37622,6 +38904,7 @@
37622
38904
  IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
37623
38905
  CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
37624
38906
  IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
38907
+ IntegrationGithubImportConnectDocument: IntegrationGithubImportConnectDocument,
37625
38908
  IntegrationGitlabConnectDocument: IntegrationGitlabConnectDocument,
37626
38909
  IntegrationGoogleSheetsDocument: IntegrationGoogleSheetsDocument,
37627
38910
  IntegrationIntercomDocument: IntegrationIntercomDocument,
@@ -37633,6 +38916,7 @@
37633
38916
  IntegrationSentryConnectDocument: IntegrationSentryConnectDocument,
37634
38917
  IntegrationSlackDocument: IntegrationSlackDocument,
37635
38918
  IntegrationSlackAsksDocument: IntegrationSlackAsksDocument,
38919
+ IntegrationSlackCustomViewNotificationsDocument: IntegrationSlackCustomViewNotificationsDocument,
37636
38920
  IntegrationSlackImportEmojisDocument: IntegrationSlackImportEmojisDocument,
37637
38921
  IntegrationSlackOrgProjectUpdatesPostDocument: IntegrationSlackOrgProjectUpdatesPostDocument,
37638
38922
  IntegrationSlackPersonalDocument: IntegrationSlackPersonalDocument,
@@ -37693,7 +38977,7 @@
37693
38977
  CreateOrganizationInviteDocument: CreateOrganizationInviteDocument,
37694
38978
  DeleteOrganizationInviteDocument: DeleteOrganizationInviteDocument,
37695
38979
  UpdateOrganizationInviteDocument: UpdateOrganizationInviteDocument,
37696
- OrganizationStartPlusTrialDocument: OrganizationStartPlusTrialDocument,
38980
+ OrganizationStartTrialDocument: OrganizationStartTrialDocument,
37697
38981
  UpdateOrganizationDocument: UpdateOrganizationDocument,
37698
38982
  ArchiveProjectDocument: ArchiveProjectDocument,
37699
38983
  CreateProjectDocument: CreateProjectDocument,
@@ -37947,14 +39231,6 @@
37947
39231
  this.label = data.label;
37948
39232
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
37949
39233
  }
37950
- /** Creates a new API key. */
37951
- create(input) {
37952
- return new CreateApiKeyMutation(this._request).fetch(input);
37953
- }
37954
- /** Deletes an API key. */
37955
- delete() {
37956
- return new DeleteApiKeyMutation(this._request).fetch(this.id);
37957
- }
37958
39234
  }
37959
39235
  /**
37960
39236
  * ApiKeyConnection model
@@ -38289,7 +39565,7 @@
38289
39565
  */
38290
39566
  class AuthOauthClient extends Request {
38291
39567
  constructor(request, data) {
38292
- var _a, _b, _c, _d;
39568
+ var _a, _b, _c, _d, _e;
38293
39569
  super(request);
38294
39570
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38295
39571
  this.clientId = data.clientId;
@@ -38304,7 +39580,9 @@
38304
39580
  this.organizationId = data.organizationId;
38305
39581
  this.publicEnabled = data.publicEnabled;
38306
39582
  this.redirectUris = data.redirectUris;
38307
- this.webhookUrl = (_d = data.webhookUrl) !== null && _d !== void 0 ? _d : undefined;
39583
+ this.webhookResourceTypes = data.webhookResourceTypes;
39584
+ this.webhookSecret = (_d = data.webhookSecret) !== null && _d !== void 0 ? _d : undefined;
39585
+ this.webhookUrl = (_e = data.webhookUrl) !== null && _e !== void 0 ? _e : undefined;
38308
39586
  }
38309
39587
  }
38310
39588
  /**
@@ -38369,6 +39647,7 @@
38369
39647
  super(request);
38370
39648
  this.allowedAuthServices = data.allowedAuthServices;
38371
39649
  this.deletionRequestedAt = (_a = parseDate(data.deletionRequestedAt)) !== null && _a !== void 0 ? _a : undefined;
39650
+ this.enabled = data.enabled;
38372
39651
  this.id = data.id;
38373
39652
  this.logoUrl = (_b = data.logoUrl) !== null && _b !== void 0 ? _b : undefined;
38374
39653
  this.name = data.name;
@@ -38390,9 +39669,10 @@
38390
39669
  */
38391
39670
  class AuthOrganizationDomain extends Request {
38392
39671
  constructor(request, data) {
38393
- var _a;
39672
+ var _a, _b;
38394
39673
  super(request);
38395
39674
  this.claimed = (_a = data.claimed) !== null && _a !== void 0 ? _a : undefined;
39675
+ this.disableOrganizationCreation = (_b = data.disableOrganizationCreation) !== null && _b !== void 0 ? _b : undefined;
38396
39676
  this.id = data.id;
38397
39677
  this.name = data.name;
38398
39678
  this.organizationId = data.organizationId;
@@ -38461,6 +39741,7 @@
38461
39741
  this.lockedOrganizations = data.lockedOrganizations
38462
39742
  ? data.lockedOrganizations.map(node => new AuthOrganization(request, node))
38463
39743
  : undefined;
39744
+ this.lockedUsers = data.lockedUsers.map(node => new AuthUser(request, node));
38464
39745
  this.users = data.users.map(node => new AuthUser(request, node));
38465
39746
  }
38466
39747
  }
@@ -38494,6 +39775,7 @@
38494
39775
  this.name = data.name;
38495
39776
  this.userAccountId = data.userAccountId;
38496
39777
  this.organization = new AuthOrganization(request, data.organization);
39778
+ this.role = data.role;
38497
39779
  }
38498
39780
  }
38499
39781
  /**
@@ -38827,6 +40109,10 @@
38827
40109
  issues(variables) {
38828
40110
  return new CustomView_IssuesQuery(this._request, this.id, variables).fetch(variables);
38829
40111
  }
40112
+ /** Projects associated with the custom view. */
40113
+ projects(variables) {
40114
+ return new CustomView_ProjectsQuery(this._request, this.id, variables).fetch(variables);
40115
+ }
38830
40116
  /** Creates a new custom view. */
38831
40117
  create(input) {
38832
40118
  return new CreateCustomViewMutation(this._request).fetch(input);
@@ -39777,6 +41063,35 @@
39777
41063
  super(request, fetch, data.nodes.map(node => new ExternalUser(request, node)), new PageInfo(request, data.pageInfo));
39778
41064
  }
39779
41065
  }
41066
+ /**
41067
+ * 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.
41068
+ *
41069
+ * @param request - function to call the graphql client
41070
+ * @param data - L.FacetFragment response data
41071
+ */
41072
+ class Facet extends Request {
41073
+ constructor(request, data) {
41074
+ var _a, _b, _c;
41075
+ super(request);
41076
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
41077
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
41078
+ this.id = data.id;
41079
+ this.sortOrder = data.sortOrder;
41080
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
41081
+ }
41082
+ }
41083
+ /**
41084
+ * FacetConnection model
41085
+ *
41086
+ * @param request - function to call the graphql client
41087
+ * @param fetch - function to trigger a refetch of this FacetConnection model
41088
+ * @param data - FacetConnection response data
41089
+ */
41090
+ class FacetConnection extends Connection {
41091
+ constructor(request, fetch, data) {
41092
+ super(request, fetch, data.nodes.map(node => new Facet(request, node)), new PageInfo(request, data.pageInfo));
41093
+ }
41094
+ }
39780
41095
  /**
39781
41096
  * User favorites presented in the sidebar.
39782
41097
  *
@@ -40083,6 +41398,21 @@
40083
41398
  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;
40084
41399
  }
40085
41400
  }
41401
+ /**
41402
+ * Metadata and settings for a GitHub import integration.
41403
+ *
41404
+ * @param request - function to call the graphql client
41405
+ * @param data - L.GitHubImportSettingsFragment response data
41406
+ */
41407
+ class GitHubImportSettings extends Request {
41408
+ constructor(request, data) {
41409
+ super(request);
41410
+ this.orgAvatarUrl = data.orgAvatarUrl;
41411
+ this.orgLogin = data.orgLogin;
41412
+ this.repositories = data.repositories.map(node => new GitHubRepo(request, node));
41413
+ this.orgType = data.orgType;
41414
+ }
41415
+ }
40086
41416
  /**
40087
41417
  * Metadata and settings for a GitHub Personal integration.
40088
41418
  *
@@ -40116,6 +41446,7 @@
40116
41446
  */
40117
41447
  class GitHubSettings extends Request {
40118
41448
  constructor(request, data) {
41449
+ var _a;
40119
41450
  super(request);
40120
41451
  this.orgAvatarUrl = data.orgAvatarUrl;
40121
41452
  this.orgLogin = data.orgLogin;
@@ -40123,6 +41454,7 @@
40123
41454
  this.repositoriesMapping = data.repositoriesMapping
40124
41455
  ? data.repositoriesMapping.map(node => new TeamRepoMapping(request, node))
40125
41456
  : undefined;
41457
+ this.orgType = (_a = data.orgType) !== null && _a !== void 0 ? _a : undefined;
40126
41458
  }
40127
41459
  }
40128
41460
  /**
@@ -40140,49 +41472,6 @@
40140
41472
  this.url = (_c = data.url) !== null && _c !== void 0 ? _c : undefined;
40141
41473
  }
40142
41474
  }
40143
- /**
40144
- * GitHub OAuth token, plus information about the organizations the user is a member of.
40145
- *
40146
- * @param request - function to call the graphql client
40147
- * @param data - L.GithubOAuthTokenPayloadFragment response data
40148
- */
40149
- class GithubOAuthTokenPayload extends Request {
40150
- constructor(request, data) {
40151
- var _a;
40152
- super(request);
40153
- this.token = (_a = data.token) !== null && _a !== void 0 ? _a : undefined;
40154
- this.organizations = data.organizations ? data.organizations.map(node => new GithubOrg(request, node)) : undefined;
40155
- }
40156
- }
40157
- /**
40158
- * Relevant information for the GitHub organization.
40159
- *
40160
- * @param request - function to call the graphql client
40161
- * @param data - L.GithubOrgFragment response data
40162
- */
40163
- class GithubOrg extends Request {
40164
- constructor(request, data) {
40165
- var _a;
40166
- super(request);
40167
- this.id = data.id;
40168
- this.isPersonal = (_a = data.isPersonal) !== null && _a !== void 0 ? _a : undefined;
40169
- this.login = data.login;
40170
- this.repositories = data.repositories.map(node => new GithubRepo(request, node));
40171
- }
40172
- }
40173
- /**
40174
- * Relevant information for the GitHub repository.
40175
- *
40176
- * @param request - function to call the graphql client
40177
- * @param data - L.GithubRepoFragment response data
40178
- */
40179
- class GithubRepo extends Request {
40180
- constructor(request, data) {
40181
- super(request);
40182
- this.id = data.id;
40183
- this.name = data.name;
40184
- }
40185
- }
40186
41475
  /**
40187
41476
  * Google Sheets specific settings.
40188
41477
  *
@@ -40227,6 +41516,47 @@
40227
41516
  this.success = data.success;
40228
41517
  }
40229
41518
  }
41519
+ /**
41520
+ * An initiative related notification.
41521
+ *
41522
+ * @param request - function to call the graphql client
41523
+ * @param data - L.InitiativeNotificationFragment response data
41524
+ */
41525
+ class InitiativeNotification extends Request {
41526
+ constructor(request, data) {
41527
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
41528
+ super(request);
41529
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
41530
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
41531
+ this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
41532
+ this.id = data.id;
41533
+ this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
41534
+ this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
41535
+ this.type = data.type;
41536
+ this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
41537
+ this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
41538
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
41539
+ this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
41540
+ this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
41541
+ this._user = data.user;
41542
+ }
41543
+ /** The user that caused the notification. */
41544
+ get actor() {
41545
+ var _a, _b;
41546
+ 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;
41547
+ }
41548
+ /** The external user that caused the notification. */
41549
+ get externalUserActor() {
41550
+ var _a, _b;
41551
+ return ((_a = this._externalUserActor) === null || _a === void 0 ? void 0 : _a.id)
41552
+ ? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
41553
+ : undefined;
41554
+ }
41555
+ /** The user that received the notification. */
41556
+ get user() {
41557
+ return new UserQuery(this._request).fetch(this._user.id);
41558
+ }
41559
+ }
40230
41560
  /**
40231
41561
  * An integration with an external service.
40232
41562
  *
@@ -40336,6 +41666,7 @@
40336
41666
  super(request);
40337
41667
  this.front = data.front ? new FrontSettings(request, data.front) : undefined;
40338
41668
  this.gitHub = data.gitHub ? new GitHubSettings(request, data.gitHub) : undefined;
41669
+ this.gitHubImport = data.gitHubImport ? new GitHubImportSettings(request, data.gitHubImport) : undefined;
40339
41670
  this.gitHubPersonal = data.gitHubPersonal ? new GitHubPersonalSettings(request, data.gitHubPersonal) : undefined;
40340
41671
  this.gitLab = data.gitLab ? new GitLabSettings(request, data.gitLab) : undefined;
40341
41672
  this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
@@ -40348,6 +41679,9 @@
40348
41679
  this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
40349
41680
  this.slack = data.slack ? new SlackSettings(request, data.slack) : undefined;
40350
41681
  this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
41682
+ this.slackCustomViewNotifications = data.slackCustomViewNotifications
41683
+ ? new SlackPostSettings(request, data.slackCustomViewNotifications)
41684
+ : undefined;
40351
41685
  this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
40352
41686
  ? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
40353
41687
  : undefined;
@@ -40798,6 +42132,7 @@
40798
42132
  this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
40799
42133
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
40800
42134
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
42135
+ this.actors = data.actors.map(node => new User(request, node));
40801
42136
  this.addedLabels = data.addedLabels ? data.addedLabels.map(node => new IssueLabel(request, node)) : undefined;
40802
42137
  this.relationChanges = data.relationChanges
40803
42138
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
@@ -40925,7 +42260,7 @@
40925
42260
  */
40926
42261
  class IssueImport extends Request {
40927
42262
  constructor(request, data) {
40928
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
42263
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
40929
42264
  super(request);
40930
42265
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
40931
42266
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -40937,9 +42272,10 @@
40937
42272
  this.mapping = (_f = data.mapping) !== null && _f !== void 0 ? _f : undefined;
40938
42273
  this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
40939
42274
  this.service = data.service;
42275
+ this.serviceMetadata = (_h = data.serviceMetadata) !== null && _h !== void 0 ? _h : undefined;
40940
42276
  this.status = data.status;
40941
- this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
40942
- this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
42277
+ this.teamName = (_j = data.teamName) !== null && _j !== void 0 ? _j : undefined;
42278
+ this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
40943
42279
  }
40944
42280
  /** Deletes an import job. */
40945
42281
  delete(issueImportId) {
@@ -40990,6 +42326,20 @@
40990
42326
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
40991
42327
  }
40992
42328
  }
42329
+ /**
42330
+ * Whether an issue import can be synced at the end of an import or not
42331
+ *
42332
+ * @param request - function to call the graphql client
42333
+ * @param data - L.IssueImportSyncCheckPayloadFragment response data
42334
+ */
42335
+ class IssueImportSyncCheckPayload extends Request {
42336
+ constructor(request, data) {
42337
+ var _a;
42338
+ super(request);
42339
+ this.canSync = data.canSync;
42340
+ this.error = (_a = data.error) !== null && _a !== void 0 ? _a : undefined;
42341
+ }
42342
+ }
40993
42343
  /**
40994
42344
  * Labels that can be associated with issues.
40995
42345
  *
@@ -41202,8 +42552,8 @@
41202
42552
  return new IssueQuery(this._request).fetch(this._relatedIssue.id);
41203
42553
  }
41204
42554
  /** Creates a new issue relation. */
41205
- create(input) {
41206
- return new CreateIssueRelationMutation(this._request).fetch(input);
42555
+ create(input, variables) {
42556
+ return new CreateIssueRelationMutation(this._request).fetch(input, variables);
41207
42557
  }
41208
42558
  /** Deletes an issue relation. */
41209
42559
  delete() {
@@ -41463,9 +42813,11 @@
41463
42813
  */
41464
42814
  class JiraSettings extends Request {
41465
42815
  constructor(request, data) {
41466
- var _a;
42816
+ var _a, _b, _c;
41467
42817
  super(request);
41468
42818
  this.isJiraServer = (_a = data.isJiraServer) !== null && _a !== void 0 ? _a : undefined;
42819
+ this.manualSetup = (_b = data.manualSetup) !== null && _b !== void 0 ? _b : undefined;
42820
+ this.setupPending = (_c = data.setupPending) !== null && _c !== void 0 ? _c : undefined;
41469
42821
  this.projectMapping = data.projectMapping
41470
42822
  ? data.projectMapping.map(node => new JiraLinearMapping(request, node))
41471
42823
  : undefined;
@@ -41649,6 +43001,8 @@
41649
43001
  switch (node.__typename) {
41650
43002
  case "DocumentNotification":
41651
43003
  return new DocumentNotification(request, node);
43004
+ case "InitiativeNotification":
43005
+ return new InitiativeNotification(request, node);
41652
43006
  case "IssueNotification":
41653
43007
  return new IssueNotification(request, node);
41654
43008
  case "OauthClientApprovalNotification":
@@ -41661,6 +43015,66 @@
41661
43015
  }), new PageInfo(request, data.pageInfo));
41662
43016
  }
41663
43017
  }
43018
+ /**
43019
+ * A user's notification delivery preferences.
43020
+ *
43021
+ * @param request - function to call the graphql client
43022
+ * @param data - L.NotificationDeliveryPreferencesFragment response data
43023
+ */
43024
+ class NotificationDeliveryPreferences extends Request {
43025
+ constructor(request, data) {
43026
+ super(request);
43027
+ this.mobile = data.mobile ? new NotificationDeliveryPreferencesChannel(request, data.mobile) : undefined;
43028
+ }
43029
+ }
43030
+ /**
43031
+ * A user's notification delivery preferences.
43032
+ *
43033
+ * @param request - function to call the graphql client
43034
+ * @param data - L.NotificationDeliveryPreferencesChannelFragment response data
43035
+ */
43036
+ class NotificationDeliveryPreferencesChannel extends Request {
43037
+ constructor(request, data) {
43038
+ var _a;
43039
+ super(request);
43040
+ this.notificationsDisabled = (_a = data.notificationsDisabled) !== null && _a !== void 0 ? _a : undefined;
43041
+ this.schedule = new NotificationDeliveryPreferencesSchedule(request, data.schedule);
43042
+ }
43043
+ }
43044
+ /**
43045
+ * A user's notification delivery schedule for a particular day.
43046
+ *
43047
+ * @param request - function to call the graphql client
43048
+ * @param data - L.NotificationDeliveryPreferencesDayFragment response data
43049
+ */
43050
+ class NotificationDeliveryPreferencesDay extends Request {
43051
+ constructor(request, data) {
43052
+ var _a, _b;
43053
+ super(request);
43054
+ this.end = (_a = data.end) !== null && _a !== void 0 ? _a : undefined;
43055
+ this.start = (_b = data.start) !== null && _b !== void 0 ? _b : undefined;
43056
+ }
43057
+ }
43058
+ /**
43059
+ * A user's notification delivery schedule for a particular day.
43060
+ *
43061
+ * @param request - function to call the graphql client
43062
+ * @param data - L.NotificationDeliveryPreferencesScheduleFragment response data
43063
+ */
43064
+ class NotificationDeliveryPreferencesSchedule extends Request {
43065
+ constructor(request, data) {
43066
+ var _a;
43067
+ super(request);
43068
+ this.disabled = (_a = data.disabled) !== null && _a !== void 0 ? _a : undefined;
43069
+ this.friday = new NotificationDeliveryPreferencesDay(request, data.friday);
43070
+ this.monday = new NotificationDeliveryPreferencesDay(request, data.monday);
43071
+ this.saturday = new NotificationDeliveryPreferencesDay(request, data.saturday);
43072
+ this.sunday = new NotificationDeliveryPreferencesDay(request, data.sunday);
43073
+ this.thursday = new NotificationDeliveryPreferencesDay(request, data.thursday);
43074
+ this.tuesday = new NotificationDeliveryPreferencesDay(request, data.tuesday);
43075
+ this.wednesday = new NotificationDeliveryPreferencesDay(request, data.wednesday);
43076
+ }
43077
+ }
41664
43078
  /**
41665
43079
  * NotificationPayload model
41666
43080
  *
@@ -42061,18 +43475,19 @@
42061
43475
  */
42062
43476
  class OrganizationDomain extends Request {
42063
43477
  constructor(request, data) {
42064
- var _a, _b, _c, _d, _e, _f;
43478
+ var _a, _b, _c, _d, _e, _f, _g;
42065
43479
  super(request);
42066
43480
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
42067
43481
  this.claimed = (_b = data.claimed) !== null && _b !== void 0 ? _b : undefined;
42068
43482
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
43483
+ this.disableOrganizationCreation = (_d = data.disableOrganizationCreation) !== null && _d !== void 0 ? _d : undefined;
42069
43484
  this.id = data.id;
42070
43485
  this.name = data.name;
42071
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
42072
- this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
43486
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
43487
+ this.verificationEmail = (_f = data.verificationEmail) !== null && _f !== void 0 ? _f : undefined;
42073
43488
  this.verified = data.verified;
42074
43489
  this.authType = data.authType;
42075
- this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
43490
+ this._creator = (_g = data.creator) !== null && _g !== void 0 ? _g : undefined;
42076
43491
  }
42077
43492
  /** The user who added the domain. */
42078
43493
  get creator() {
@@ -42217,6 +43632,19 @@
42217
43632
  return new OrganizationInviteQuery(this._request).fetch(this._organizationInvite.id);
42218
43633
  }
42219
43634
  }
43635
+ /**
43636
+ * OrganizationMeta model
43637
+ *
43638
+ * @param request - function to call the graphql client
43639
+ * @param data - L.OrganizationMetaFragment response data
43640
+ */
43641
+ class OrganizationMeta extends Request {
43642
+ constructor(request, data) {
43643
+ super(request);
43644
+ this.allowedAuthServices = data.allowedAuthServices;
43645
+ this.region = data.region;
43646
+ }
43647
+ }
42220
43648
  /**
42221
43649
  * OrganizationPayload model
42222
43650
  *
@@ -42249,12 +43677,12 @@
42249
43677
  }
42250
43678
  }
42251
43679
  /**
42252
- * OrganizationStartPlusTrialPayload model
43680
+ * OrganizationStartTrialPayload model
42253
43681
  *
42254
43682
  * @param request - function to call the graphql client
42255
- * @param data - L.OrganizationStartPlusTrialPayloadFragment response data
43683
+ * @param data - L.OrganizationStartTrialPayloadFragment response data
42256
43684
  */
42257
- class OrganizationStartPlusTrialPayload extends Request {
43685
+ class OrganizationStartTrialPayload extends Request {
42258
43686
  constructor(request, data) {
42259
43687
  super(request);
42260
43688
  this.success = data.success;
@@ -42323,6 +43751,46 @@
42323
43751
  return new OrganizationQuery(this._request).fetch();
42324
43752
  }
42325
43753
  }
43754
+ /**
43755
+ * Registered passkey for authentication.
43756
+ *
43757
+ * @param request - function to call the graphql client
43758
+ * @param data - L.PasskeyFragment response data
43759
+ */
43760
+ class Passkey extends Request {
43761
+ constructor(request, data) {
43762
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
43763
+ super(request);
43764
+ this.aaguid = data.aaguid;
43765
+ this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
43766
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
43767
+ this.id = data.id;
43768
+ this.ip = (_c = data.ip) !== null && _c !== void 0 ? _c : undefined;
43769
+ this.label = data.label;
43770
+ this.lastUsedAt = (_d = parseDate(data.lastUsedAt)) !== null && _d !== void 0 ? _d : new Date();
43771
+ this.lastUsedSessionId = (_e = data.lastUsedSessionId) !== null && _e !== void 0 ? _e : undefined;
43772
+ this.locationCity = (_f = data.locationCity) !== null && _f !== void 0 ? _f : undefined;
43773
+ this.locationCountry = (_g = data.locationCountry) !== null && _g !== void 0 ? _g : undefined;
43774
+ this.locationCountryCode = (_h = data.locationCountryCode) !== null && _h !== void 0 ? _h : undefined;
43775
+ this.locationRegionCode = (_j = data.locationRegionCode) !== null && _j !== void 0 ? _j : undefined;
43776
+ this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
43777
+ this.userAgent = (_l = data.userAgent) !== null && _l !== void 0 ? _l : undefined;
43778
+ this.clientType = data.clientType;
43779
+ }
43780
+ }
43781
+ /**
43782
+ * PasskeyLoginStartResponse model
43783
+ *
43784
+ * @param request - function to call the graphql client
43785
+ * @param data - L.PasskeyLoginStartResponseFragment response data
43786
+ */
43787
+ class PasskeyLoginStartResponse extends Request {
43788
+ constructor(request, data) {
43789
+ super(request);
43790
+ this.options = data.options;
43791
+ this.success = data.success;
43792
+ }
43793
+ }
42326
43794
  /**
42327
43795
  * A project.
42328
43796
  *
@@ -42487,6 +43955,20 @@
42487
43955
  super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
42488
43956
  }
42489
43957
  }
43958
+ /**
43959
+ * ProjectDetailSuggestionPayload model
43960
+ *
43961
+ * @param request - function to call the graphql client
43962
+ * @param data - L.ProjectDetailSuggestionPayloadFragment response data
43963
+ */
43964
+ class ProjectDetailSuggestionPayload extends Request {
43965
+ constructor(request, data) {
43966
+ var _a, _b;
43967
+ super(request);
43968
+ this.color = (_a = data.color) !== null && _a !== void 0 ? _a : undefined;
43969
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
43970
+ }
43971
+ }
42490
43972
  /**
42491
43973
  * ProjectFilterSuggestionPayload model
42492
43974
  *
@@ -43349,17 +44831,18 @@
43349
44831
  */
43350
44832
  class Reminder extends Request {
43351
44833
  constructor(request, data) {
43352
- var _a, _b, _c, _d, _e, _f, _g, _h;
44834
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
43353
44835
  super(request);
43354
44836
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
43355
44837
  this.comment = (_b = data.comment) !== null && _b !== void 0 ? _b : undefined;
43356
44838
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
43357
44839
  this.id = data.id;
43358
- this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : new Date();
43359
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
43360
- this._documentId = (_f = data.documentId) !== null && _f !== void 0 ? _f : undefined;
43361
- this._issueId = (_g = data.issueId) !== null && _g !== void 0 ? _g : undefined;
43362
- this._projectId = (_h = data.projectId) !== null && _h !== void 0 ? _h : undefined;
44840
+ this.remindAt = (_d = parseDate(data.remindAt)) !== null && _d !== void 0 ? _d : undefined;
44841
+ this.schedule = (_e = data.schedule) !== null && _e !== void 0 ? _e : undefined;
44842
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
44843
+ this._documentId = (_g = data.documentId) !== null && _g !== void 0 ? _g : undefined;
44844
+ this._issueId = (_h = data.issueId) !== null && _h !== void 0 ? _h : undefined;
44845
+ this._projectId = (_j = data.projectId) !== null && _j !== void 0 ? _j : undefined;
43363
44846
  this._user = data.user;
43364
44847
  }
43365
44848
  /** The document that the reminder is associated with. */
@@ -43581,12 +45064,13 @@
43581
45064
  */
43582
45065
  class SharedSlackSettings extends Request {
43583
45066
  constructor(request, data) {
43584
- var _a, _b, _c, _d;
45067
+ var _a, _b, _c, _d, _e;
43585
45068
  super(request);
43586
- this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
43587
- this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
43588
- this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
43589
- this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
45069
+ this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
45070
+ this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
45071
+ this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
45072
+ this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
45073
+ this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
43590
45074
  }
43591
45075
  }
43592
45076
  /**
@@ -43597,12 +45081,13 @@
43597
45081
  */
43598
45082
  class SlackAsksSettings extends Request {
43599
45083
  constructor(request, data) {
43600
- var _a, _b, _c, _d;
45084
+ var _a, _b, _c, _d, _e;
43601
45085
  super(request);
43602
- this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
43603
- this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
43604
- this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
43605
- this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
45086
+ this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
45087
+ this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
45088
+ this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
45089
+ this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
45090
+ this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
43606
45091
  this.slackChannelMapping = data.slackChannelMapping
43607
45092
  ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
43608
45093
  : undefined;
@@ -43692,13 +45177,14 @@
43692
45177
  */
43693
45178
  class SlackSettings extends Request {
43694
45179
  constructor(request, data) {
43695
- var _a, _b, _c, _d;
45180
+ var _a, _b, _c, _d, _e;
43696
45181
  super(request);
43697
- this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
45182
+ this.enterpriseId = (_a = data.enterpriseId) !== null && _a !== void 0 ? _a : undefined;
45183
+ this.enterpriseName = (_b = data.enterpriseName) !== null && _b !== void 0 ? _b : undefined;
43698
45184
  this.linkOnIssueIdMention = data.linkOnIssueIdMention;
43699
- this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
43700
- this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
43701
- this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
45185
+ this.shouldUnfurl = (_c = data.shouldUnfurl) !== null && _c !== void 0 ? _c : undefined;
45186
+ this.teamId = (_d = data.teamId) !== null && _d !== void 0 ? _d : undefined;
45187
+ this.teamName = (_e = data.teamName) !== null && _e !== void 0 ? _e : undefined;
43702
45188
  }
43703
45189
  }
43704
45190
  /**
@@ -43714,6 +45200,19 @@
43714
45200
  this.success = data.success;
43715
45201
  }
43716
45202
  }
45203
+ /**
45204
+ * SuccessPayload model
45205
+ *
45206
+ * @param request - function to call the graphql client
45207
+ * @param data - L.SuccessPayloadFragment response data
45208
+ */
45209
+ class SuccessPayload extends Request {
45210
+ constructor(request, data) {
45211
+ super(request);
45212
+ this.lastSyncId = data.lastSyncId;
45213
+ this.success = data.success;
45214
+ }
45215
+ }
43717
45216
  /**
43718
45217
  * SummaryPayload model
43719
45218
  *
@@ -44248,6 +45747,53 @@
44248
45747
  return new TemplateQuery(this._request).fetch(this._template.id);
44249
45748
  }
44250
45749
  }
45750
+ /**
45751
+ * A text draft, used for comments and project updates.
45752
+ *
45753
+ * @param request - function to call the graphql client
45754
+ * @param data - L.TextDraftFragment response data
45755
+ */
45756
+ class TextDraft extends Request {
45757
+ constructor(request, data) {
45758
+ var _a, _b, _c, _d, _e, _f, _g, _h;
45759
+ super(request);
45760
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
45761
+ this.bodyData = (_b = parseJson(data.bodyData)) !== null && _b !== void 0 ? _b : {};
45762
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
45763
+ this.id = data.id;
45764
+ this.isAutogenerated = data.isAutogenerated;
45765
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
45766
+ this._issue = (_e = data.issue) !== null && _e !== void 0 ? _e : undefined;
45767
+ this._parentComment = (_f = data.parentComment) !== null && _f !== void 0 ? _f : undefined;
45768
+ this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
45769
+ this._projectUpdate = (_h = data.projectUpdate) !== null && _h !== void 0 ? _h : undefined;
45770
+ this._user = data.user;
45771
+ }
45772
+ /** The issue for which this is a draft comment. */
45773
+ get issue() {
45774
+ var _a, _b;
45775
+ 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;
45776
+ }
45777
+ /** The comment for which this is a draft comment reply. */
45778
+ get parentComment() {
45779
+ var _a, _b;
45780
+ 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;
45781
+ }
45782
+ /** The project for which this is a draft project update. */
45783
+ get project() {
45784
+ var _a, _b;
45785
+ 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;
45786
+ }
45787
+ /** The project update for which this is a draft comment. */
45788
+ get projectUpdate() {
45789
+ var _a, _b;
45790
+ 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;
45791
+ }
45792
+ /** The user who created the draft. */
45793
+ get user() {
45794
+ return new UserQuery(this._request).fetch(this._user.id);
45795
+ }
45796
+ }
44251
45797
  /**
44252
45798
  * A time schedule.
44253
45799
  *
@@ -44708,6 +46254,7 @@
44708
46254
  this.subscribedToUnreadNotificationsReminder = data.subscribedToUnreadNotificationsReminder;
44709
46255
  this.unsubscribedFrom = data.unsubscribedFrom;
44710
46256
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
46257
+ this.notificationDeliveryPreferences = new NotificationDeliveryPreferences(request, data.notificationDeliveryPreferences);
44711
46258
  this._user = data.user;
44712
46259
  }
44713
46260
  /** The user associated with these settings. */
@@ -46107,27 +47654,27 @@
46107
47654
  }
46108
47655
  }
46109
47656
  /**
46110
- * A fetchable IssueImportFinishGithubOAuth Query
47657
+ * A fetchable IssueImportCheckSync Query
46111
47658
  *
46112
47659
  * @param request - function to call the graphql client
46113
47660
  */
46114
- class IssueImportFinishGithubOAuthQuery extends Request {
47661
+ class IssueImportCheckSyncQuery extends Request {
46115
47662
  constructor(request) {
46116
47663
  super(request);
46117
47664
  }
46118
47665
  /**
46119
- * Call the IssueImportFinishGithubOAuth query and return a GithubOAuthTokenPayload
47666
+ * Call the IssueImportCheckSync query and return a IssueImportSyncCheckPayload
46120
47667
  *
46121
- * @param code - required code to pass to issueImportFinishGithubOAuth
46122
- * @returns parsed response from IssueImportFinishGithubOAuthQuery
47668
+ * @param issueImportId - required issueImportId to pass to issueImportCheckSync
47669
+ * @returns parsed response from IssueImportCheckSyncQuery
46123
47670
  */
46124
- fetch(code) {
47671
+ fetch(issueImportId) {
46125
47672
  return __awaiter(this, void 0, void 0, function* () {
46126
- const response = yield this._request(IssueImportFinishGithubOAuthDocument, {
46127
- code,
47673
+ const response = yield this._request(IssueImportCheckSyncDocument, {
47674
+ issueImportId,
46128
47675
  });
46129
- const data = response.issueImportFinishGithubOAuth;
46130
- return new GithubOAuthTokenPayload(this._request, data);
47676
+ const data = response.issueImportCheckSync;
47677
+ return new IssueImportSyncCheckPayload(this._request, data);
46131
47678
  });
46132
47679
  }
46133
47680
  }
@@ -46346,6 +47893,8 @@
46346
47893
  switch (data.__typename) {
46347
47894
  case "DocumentNotification":
46348
47895
  return new DocumentNotification(this._request, data);
47896
+ case "InitiativeNotification":
47897
+ return new InitiativeNotification(this._request, data);
46349
47898
  case "IssueNotification":
46350
47899
  return new IssueNotification(this._request, data);
46351
47900
  case "OauthClientApprovalNotification":
@@ -47570,56 +49119,6 @@
47570
49119
  });
47571
49120
  }
47572
49121
  }
47573
- /**
47574
- * A fetchable CreateApiKey Mutation
47575
- *
47576
- * @param request - function to call the graphql client
47577
- */
47578
- class CreateApiKeyMutation extends Request {
47579
- constructor(request) {
47580
- super(request);
47581
- }
47582
- /**
47583
- * Call the CreateApiKey mutation and return a ApiKeyPayload
47584
- *
47585
- * @param input - required input to pass to createApiKey
47586
- * @returns parsed response from CreateApiKeyMutation
47587
- */
47588
- fetch(input) {
47589
- return __awaiter(this, void 0, void 0, function* () {
47590
- const response = yield this._request(CreateApiKeyDocument, {
47591
- input,
47592
- });
47593
- const data = response.apiKeyCreate;
47594
- return new ApiKeyPayload(this._request, data);
47595
- });
47596
- }
47597
- }
47598
- /**
47599
- * A fetchable DeleteApiKey Mutation
47600
- *
47601
- * @param request - function to call the graphql client
47602
- */
47603
- class DeleteApiKeyMutation extends Request {
47604
- constructor(request) {
47605
- super(request);
47606
- }
47607
- /**
47608
- * Call the DeleteApiKey mutation and return a DeletePayload
47609
- *
47610
- * @param id - required id to pass to deleteApiKey
47611
- * @returns parsed response from DeleteApiKeyMutation
47612
- */
47613
- fetch(id) {
47614
- return __awaiter(this, void 0, void 0, function* () {
47615
- const response = yield this._request(DeleteApiKeyDocument, {
47616
- id,
47617
- });
47618
- const data = response.apiKeyDelete;
47619
- return new DeletePayload(this._request, data);
47620
- });
47621
- }
47622
- }
47623
49122
  /**
47624
49123
  * A fetchable ArchiveAttachment Mutation
47625
49124
  *
@@ -47964,6 +49463,31 @@
47964
49463
  });
47965
49464
  }
47966
49465
  }
49466
+ /**
49467
+ * A fetchable AttachmentSyncToSlack Mutation
49468
+ *
49469
+ * @param request - function to call the graphql client
49470
+ */
49471
+ class AttachmentSyncToSlackMutation extends Request {
49472
+ constructor(request) {
49473
+ super(request);
49474
+ }
49475
+ /**
49476
+ * Call the AttachmentSyncToSlack mutation and return a AttachmentPayload
49477
+ *
49478
+ * @param id - required id to pass to attachmentSyncToSlack
49479
+ * @returns parsed response from AttachmentSyncToSlackMutation
49480
+ */
49481
+ fetch(id) {
49482
+ return __awaiter(this, void 0, void 0, function* () {
49483
+ const response = yield this._request(AttachmentSyncToSlackDocument, {
49484
+ id,
49485
+ });
49486
+ const data = response.attachmentSyncToSlack;
49487
+ return new AttachmentPayload(this._request, data);
49488
+ });
49489
+ }
49490
+ }
47967
49491
  /**
47968
49492
  * A fetchable UpdateAttachment Mutation
47969
49493
  *
@@ -48519,33 +50043,6 @@
48519
50043
  });
48520
50044
  }
48521
50045
  }
48522
- /**
48523
- * A fetchable DocumentReminder Mutation
48524
- *
48525
- * @param request - function to call the graphql client
48526
- */
48527
- class DocumentReminderMutation extends Request {
48528
- constructor(request) {
48529
- super(request);
48530
- }
48531
- /**
48532
- * Call the DocumentReminder mutation and return a DocumentPayload
48533
- *
48534
- * @param id - required id to pass to documentReminder
48535
- * @param reminderAt - required reminderAt to pass to documentReminder
48536
- * @returns parsed response from DocumentReminderMutation
48537
- */
48538
- fetch(id, reminderAt) {
48539
- return __awaiter(this, void 0, void 0, function* () {
48540
- const response = yield this._request(DocumentReminderDocument, {
48541
- id,
48542
- reminderAt,
48543
- });
48544
- const data = response.documentReminder;
48545
- return new DocumentPayload(this._request, data);
48546
- });
48547
- }
48548
- }
48549
50046
  /**
48550
50047
  * A fetchable UpdateDocument Mutation
48551
50048
  *
@@ -49444,6 +50941,31 @@
49444
50941
  });
49445
50942
  }
49446
50943
  }
50944
+ /**
50945
+ * A fetchable IntegrationGithubImportConnect Mutation
50946
+ *
50947
+ * @param request - function to call the graphql client
50948
+ */
50949
+ class IntegrationGithubImportConnectMutation extends Request {
50950
+ constructor(request) {
50951
+ super(request);
50952
+ }
50953
+ /**
50954
+ * Call the IntegrationGithubImportConnect mutation and return a IntegrationPayload
50955
+ *
50956
+ * @param installationId - required installationId to pass to integrationGithubImportConnect
50957
+ * @returns parsed response from IntegrationGithubImportConnectMutation
50958
+ */
50959
+ fetch(installationId) {
50960
+ return __awaiter(this, void 0, void 0, function* () {
50961
+ const response = yield this._request(IntegrationGithubImportConnectDocument, {
50962
+ installationId,
50963
+ });
50964
+ const data = response.integrationGithubImportConnect;
50965
+ return new IntegrationPayload(this._request, data);
50966
+ });
50967
+ }
50968
+ }
49447
50969
  /**
49448
50970
  * A fetchable IntegrationGitlabConnect Mutation
49449
50971
  *
@@ -49721,6 +51243,35 @@
49721
51243
  });
49722
51244
  }
49723
51245
  }
51246
+ /**
51247
+ * A fetchable IntegrationSlackCustomViewNotifications Mutation
51248
+ *
51249
+ * @param request - function to call the graphql client
51250
+ */
51251
+ class IntegrationSlackCustomViewNotificationsMutation extends Request {
51252
+ constructor(request) {
51253
+ super(request);
51254
+ }
51255
+ /**
51256
+ * Call the IntegrationSlackCustomViewNotifications mutation and return a SlackChannelConnectPayload
51257
+ *
51258
+ * @param code - required code to pass to integrationSlackCustomViewNotifications
51259
+ * @param customViewId - required customViewId to pass to integrationSlackCustomViewNotifications
51260
+ * @param redirectUri - required redirectUri to pass to integrationSlackCustomViewNotifications
51261
+ * @returns parsed response from IntegrationSlackCustomViewNotificationsMutation
51262
+ */
51263
+ fetch(code, customViewId, redirectUri) {
51264
+ return __awaiter(this, void 0, void 0, function* () {
51265
+ const response = yield this._request(IntegrationSlackCustomViewNotificationsDocument, {
51266
+ code,
51267
+ customViewId,
51268
+ redirectUri,
51269
+ });
51270
+ const data = response.integrationSlackCustomViewNotifications;
51271
+ return new SlackChannelConnectPayload(this._request, data);
51272
+ });
51273
+ }
51274
+ }
49724
51275
  /**
49725
51276
  * A fetchable IntegrationSlackImportEmojis Mutation
49726
51277
  *
@@ -50237,17 +51788,13 @@
50237
51788
  /**
50238
51789
  * Call the IssueImportCreateGithub mutation and return a IssueImportPayload
50239
51790
  *
50240
- * @param githubRepoName - required githubRepoName to pass to issueImportCreateGithub
50241
- * @param githubRepoOwner - required githubRepoOwner to pass to issueImportCreateGithub
50242
- * @param githubToken - required githubToken to pass to issueImportCreateGithub
50243
- * @param variables - variables without 'githubRepoName', 'githubRepoOwner', 'githubToken' to pass into the IssueImportCreateGithubMutation
51791
+ * @param integrationId - required integrationId to pass to issueImportCreateGithub
51792
+ * @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
50244
51793
  * @returns parsed response from IssueImportCreateGithubMutation
50245
51794
  */
50246
- fetch(githubRepoName, githubRepoOwner, githubToken, variables) {
51795
+ fetch(integrationId, variables) {
50247
51796
  return __awaiter(this, void 0, void 0, function* () {
50248
- const response = yield this._request(IssueImportCreateGithubDocument, Object.assign({ githubRepoName,
50249
- githubRepoOwner,
50250
- githubToken }, variables));
51797
+ const response = yield this._request(IssueImportCreateGithubDocument, Object.assign({ integrationId }, variables));
50251
51798
  const data = response.issueImportCreateGithub;
50252
51799
  return new IssueImportPayload(this._request, data);
50253
51800
  });
@@ -50450,13 +51997,12 @@
50450
51997
  * Call the CreateIssueRelation mutation and return a IssueRelationPayload
50451
51998
  *
50452
51999
  * @param input - required input to pass to createIssueRelation
52000
+ * @param variables - variables without 'input' to pass into the CreateIssueRelationMutation
50453
52001
  * @returns parsed response from CreateIssueRelationMutation
50454
52002
  */
50455
- fetch(input) {
52003
+ fetch(input, variables) {
50456
52004
  return __awaiter(this, void 0, void 0, function* () {
50457
- const response = yield this._request(CreateIssueRelationDocument, {
50458
- input,
50459
- });
52005
+ const response = yield this._request(CreateIssueRelationDocument, Object.assign({ input }, variables));
50460
52006
  const data = response.issueRelationCreate;
50461
52007
  return new IssueRelationPayload(this._request, data);
50462
52008
  });
@@ -51266,24 +52812,24 @@
51266
52812
  }
51267
52813
  }
51268
52814
  /**
51269
- * A fetchable OrganizationStartPlusTrial Mutation
52815
+ * A fetchable OrganizationStartTrial Mutation
51270
52816
  *
51271
52817
  * @param request - function to call the graphql client
51272
52818
  */
51273
- class OrganizationStartPlusTrialMutation extends Request {
52819
+ class OrganizationStartTrialMutation extends Request {
51274
52820
  constructor(request) {
51275
52821
  super(request);
51276
52822
  }
51277
52823
  /**
51278
- * Call the OrganizationStartPlusTrial mutation and return a OrganizationStartPlusTrialPayload
52824
+ * Call the OrganizationStartTrial mutation and return a OrganizationStartTrialPayload
51279
52825
  *
51280
- * @returns parsed response from OrganizationStartPlusTrialMutation
52826
+ * @returns parsed response from OrganizationStartTrialMutation
51281
52827
  */
51282
52828
  fetch() {
51283
52829
  return __awaiter(this, void 0, void 0, function* () {
51284
- const response = yield this._request(OrganizationStartPlusTrialDocument, {});
51285
- const data = response.organizationStartPlusTrial;
51286
- return new OrganizationStartPlusTrialPayload(this._request, data);
52830
+ const response = yield this._request(OrganizationStartTrialDocument, {});
52831
+ const data = response.organizationStartTrial;
52832
+ return new OrganizationStartTrialPayload(this._request, data);
51287
52833
  });
51288
52834
  }
51289
52835
  }
@@ -53540,6 +55086,33 @@
53540
55086
  });
53541
55087
  }
53542
55088
  }
55089
+ /**
55090
+ * A fetchable CustomView_Projects Query
55091
+ *
55092
+ * @param request - function to call the graphql client
55093
+ * @param id - required id to pass to customView
55094
+ * @param variables - variables without 'id' to pass into the CustomView_ProjectsQuery
55095
+ */
55096
+ class CustomView_ProjectsQuery extends Request {
55097
+ constructor(request, id, variables) {
55098
+ super(request);
55099
+ this._id = id;
55100
+ this._variables = variables;
55101
+ }
55102
+ /**
55103
+ * Call the CustomView_Projects query and return a ProjectConnection
55104
+ *
55105
+ * @param variables - variables without 'id' to pass into the CustomView_ProjectsQuery
55106
+ * @returns parsed response from CustomView_ProjectsQuery
55107
+ */
55108
+ fetch(variables) {
55109
+ return __awaiter(this, void 0, void 0, function* () {
55110
+ const response = yield this._request(CustomView_ProjectsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
55111
+ const data = response.customView.projects;
55112
+ return new ProjectConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
55113
+ });
55114
+ }
55115
+ }
53543
55116
  /**
53544
55117
  * A fetchable CustomView_UserViewPreferences Query
53545
55118
  *
@@ -55242,6 +56815,234 @@
55242
56815
  });
55243
56816
  }
55244
56817
  }
56818
+ /**
56819
+ * A fetchable UserSettings_NotificationDeliveryPreferences Query
56820
+ *
56821
+ * @param request - function to call the graphql client
56822
+ */
56823
+ class UserSettings_NotificationDeliveryPreferencesQuery extends Request {
56824
+ constructor(request) {
56825
+ super(request);
56826
+ }
56827
+ /**
56828
+ * Call the UserSettings_NotificationDeliveryPreferences query and return a NotificationDeliveryPreferences
56829
+ *
56830
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferencesQuery
56831
+ */
56832
+ fetch() {
56833
+ return __awaiter(this, void 0, void 0, function* () {
56834
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferencesDocument, {});
56835
+ const data = response.userSettings.notificationDeliveryPreferences;
56836
+ return new NotificationDeliveryPreferences(this._request, data);
56837
+ });
56838
+ }
56839
+ }
56840
+ /**
56841
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile Query
56842
+ *
56843
+ * @param request - function to call the graphql client
56844
+ */
56845
+ class UserSettings_NotificationDeliveryPreferences_MobileQuery extends Request {
56846
+ constructor(request) {
56847
+ super(request);
56848
+ }
56849
+ /**
56850
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile query and return a NotificationDeliveryPreferencesChannel
56851
+ *
56852
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_MobileQuery
56853
+ */
56854
+ fetch() {
56855
+ return __awaiter(this, void 0, void 0, function* () {
56856
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_MobileDocument, {});
56857
+ const data = response.userSettings.notificationDeliveryPreferences.mobile;
56858
+ return data ? new NotificationDeliveryPreferencesChannel(this._request, data) : undefined;
56859
+ });
56860
+ }
56861
+ }
56862
+ /**
56863
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule Query
56864
+ *
56865
+ * @param request - function to call the graphql client
56866
+ */
56867
+ class UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery extends Request {
56868
+ constructor(request) {
56869
+ super(request);
56870
+ }
56871
+ /**
56872
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule query and return a NotificationDeliveryPreferencesSchedule
56873
+ *
56874
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery
56875
+ */
56876
+ fetch() {
56877
+ var _a;
56878
+ return __awaiter(this, void 0, void 0, function* () {
56879
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleDocument, {});
56880
+ const data = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule;
56881
+ return data ? new NotificationDeliveryPreferencesSchedule(this._request, data) : undefined;
56882
+ });
56883
+ }
56884
+ }
56885
+ /**
56886
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Friday Query
56887
+ *
56888
+ * @param request - function to call the graphql client
56889
+ */
56890
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery extends Request {
56891
+ constructor(request) {
56892
+ super(request);
56893
+ }
56894
+ /**
56895
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Friday query and return a NotificationDeliveryPreferencesDay
56896
+ *
56897
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery
56898
+ */
56899
+ fetch() {
56900
+ var _a, _b;
56901
+ return __awaiter(this, void 0, void 0, function* () {
56902
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayDocument, {});
56903
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.friday;
56904
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
56905
+ });
56906
+ }
56907
+ }
56908
+ /**
56909
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Monday Query
56910
+ *
56911
+ * @param request - function to call the graphql client
56912
+ */
56913
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery extends Request {
56914
+ constructor(request) {
56915
+ super(request);
56916
+ }
56917
+ /**
56918
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Monday query and return a NotificationDeliveryPreferencesDay
56919
+ *
56920
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery
56921
+ */
56922
+ fetch() {
56923
+ var _a, _b;
56924
+ return __awaiter(this, void 0, void 0, function* () {
56925
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayDocument, {});
56926
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.monday;
56927
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
56928
+ });
56929
+ }
56930
+ }
56931
+ /**
56932
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Saturday Query
56933
+ *
56934
+ * @param request - function to call the graphql client
56935
+ */
56936
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery extends Request {
56937
+ constructor(request) {
56938
+ super(request);
56939
+ }
56940
+ /**
56941
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Saturday query and return a NotificationDeliveryPreferencesDay
56942
+ *
56943
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery
56944
+ */
56945
+ fetch() {
56946
+ var _a, _b;
56947
+ return __awaiter(this, void 0, void 0, function* () {
56948
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayDocument, {});
56949
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.saturday;
56950
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
56951
+ });
56952
+ }
56953
+ }
56954
+ /**
56955
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Sunday Query
56956
+ *
56957
+ * @param request - function to call the graphql client
56958
+ */
56959
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery extends Request {
56960
+ constructor(request) {
56961
+ super(request);
56962
+ }
56963
+ /**
56964
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Sunday query and return a NotificationDeliveryPreferencesDay
56965
+ *
56966
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery
56967
+ */
56968
+ fetch() {
56969
+ var _a, _b;
56970
+ return __awaiter(this, void 0, void 0, function* () {
56971
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayDocument, {});
56972
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.sunday;
56973
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
56974
+ });
56975
+ }
56976
+ }
56977
+ /**
56978
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Thursday Query
56979
+ *
56980
+ * @param request - function to call the graphql client
56981
+ */
56982
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery extends Request {
56983
+ constructor(request) {
56984
+ super(request);
56985
+ }
56986
+ /**
56987
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Thursday query and return a NotificationDeliveryPreferencesDay
56988
+ *
56989
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery
56990
+ */
56991
+ fetch() {
56992
+ var _a, _b;
56993
+ return __awaiter(this, void 0, void 0, function* () {
56994
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayDocument, {});
56995
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.thursday;
56996
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
56997
+ });
56998
+ }
56999
+ }
57000
+ /**
57001
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Tuesday Query
57002
+ *
57003
+ * @param request - function to call the graphql client
57004
+ */
57005
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery extends Request {
57006
+ constructor(request) {
57007
+ super(request);
57008
+ }
57009
+ /**
57010
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Tuesday query and return a NotificationDeliveryPreferencesDay
57011
+ *
57012
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery
57013
+ */
57014
+ fetch() {
57015
+ var _a, _b;
57016
+ return __awaiter(this, void 0, void 0, function* () {
57017
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayDocument, {});
57018
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.tuesday;
57019
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
57020
+ });
57021
+ }
57022
+ }
57023
+ /**
57024
+ * A fetchable UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Wednesday Query
57025
+ *
57026
+ * @param request - function to call the graphql client
57027
+ */
57028
+ class UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery extends Request {
57029
+ constructor(request) {
57030
+ super(request);
57031
+ }
57032
+ /**
57033
+ * Call the UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_Wednesday query and return a NotificationDeliveryPreferencesDay
57034
+ *
57035
+ * @returns parsed response from UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery
57036
+ */
57037
+ fetch() {
57038
+ var _a, _b;
57039
+ return __awaiter(this, void 0, void 0, function* () {
57040
+ const response = yield this._request(UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayDocument, {});
57041
+ const data = (_b = (_a = response.userSettings.notificationDeliveryPreferences.mobile) === null || _a === void 0 ? void 0 : _a.schedule) === null || _b === void 0 ? void 0 : _b.wednesday;
57042
+ return data ? new NotificationDeliveryPreferencesDay(this._request, data) : undefined;
57043
+ });
57044
+ }
57045
+ }
55245
57046
  /**
55246
57047
  * A fetchable Viewer_AssignedIssues Query
55247
57048
  *
@@ -55746,13 +57547,13 @@
55746
57547
  return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
55747
57548
  }
55748
57549
  /**
55749
- * Fetches the GitHub token, completing the OAuth flow.
57550
+ * Checks whether it will be possible to setup sync for this project or repository at the end of import
55750
57551
  *
55751
- * @param code - required code to pass to issueImportFinishGithubOAuth
55752
- * @returns GithubOAuthTokenPayload
57552
+ * @param issueImportId - required issueImportId to pass to issueImportCheckSync
57553
+ * @returns IssueImportSyncCheckPayload
55753
57554
  */
55754
- issueImportFinishGithubOAuth(code) {
55755
- return new IssueImportFinishGithubOAuthQuery(this._request).fetch(code);
57555
+ issueImportCheckSync(issueImportId) {
57556
+ return new IssueImportCheckSyncQuery(this._request).fetch(issueImportId);
55756
57557
  }
55757
57558
  /**
55758
57559
  * One specific label.
@@ -56283,24 +58084,6 @@
56283
58084
  airbyteIntegrationConnect(input) {
56284
58085
  return new AirbyteIntegrationConnectMutation(this._request).fetch(input);
56285
58086
  }
56286
- /**
56287
- * Creates a new API key.
56288
- *
56289
- * @param input - required input to pass to createApiKey
56290
- * @returns ApiKeyPayload
56291
- */
56292
- createApiKey(input) {
56293
- return new CreateApiKeyMutation(this._request).fetch(input);
56294
- }
56295
- /**
56296
- * Deletes an API key.
56297
- *
56298
- * @param id - required id to pass to deleteApiKey
56299
- * @returns DeletePayload
56300
- */
56301
- deleteApiKey(id) {
56302
- return new DeleteApiKeyMutation(this._request).fetch(id);
56303
- }
56304
58087
  /**
56305
58088
  * [DEPRECATED] Archives an issue attachment.
56306
58089
  *
@@ -56441,6 +58224,15 @@
56441
58224
  attachmentLinkZendesk(issueId, ticketId, variables) {
56442
58225
  return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
56443
58226
  }
58227
+ /**
58228
+ * Begin syncing the thread for an existing Slack message attachment with a comment thread on its issue.
58229
+ *
58230
+ * @param id - required id to pass to attachmentSyncToSlack
58231
+ * @returns AttachmentPayload
58232
+ */
58233
+ attachmentSyncToSlack(id) {
58234
+ return new AttachmentSyncToSlackMutation(this._request).fetch(id);
58235
+ }
56444
58236
  /**
56445
58237
  * Updates an existing issue attachment.
56446
58238
  *
@@ -56647,16 +58439,6 @@
56647
58439
  deleteDocument(id) {
56648
58440
  return new DeleteDocumentMutation(this._request).fetch(id);
56649
58441
  }
56650
- /**
56651
- * Adds a document reminder. Will cause a notification to be sent when the issue reminder time is reached.
56652
- *
56653
- * @param id - required id to pass to documentReminder
56654
- * @param reminderAt - required reminderAt to pass to documentReminder
56655
- * @returns DocumentPayload
56656
- */
56657
- documentReminder(id, reminderAt) {
56658
- return new DocumentReminderMutation(this._request).fetch(id, reminderAt);
56659
- }
56660
58442
  /**
56661
58443
  * Updates a document.
56662
58444
  *
@@ -56987,6 +58769,15 @@
56987
58769
  integrationGithubConnect(installationId) {
56988
58770
  return new IntegrationGithubConnectMutation(this._request).fetch(installationId);
56989
58771
  }
58772
+ /**
58773
+ * Connects the organization with the GitHub Import App.
58774
+ *
58775
+ * @param installationId - required installationId to pass to integrationGithubImportConnect
58776
+ * @returns IntegrationPayload
58777
+ */
58778
+ integrationGithubImportConnect(installationId) {
58779
+ return new IntegrationGithubImportConnectMutation(this._request).fetch(installationId);
58780
+ }
56990
58781
  /**
56991
58782
  * Connects the organization with a GitLab Access Token.
56992
58783
  *
@@ -57092,6 +58883,17 @@
57092
58883
  integrationSlackAsks(code, redirectUri) {
57093
58884
  return new IntegrationSlackAsksMutation(this._request).fetch(code, redirectUri);
57094
58885
  }
58886
+ /**
58887
+ * Slack integration for custom view notifications.
58888
+ *
58889
+ * @param code - required code to pass to integrationSlackCustomViewNotifications
58890
+ * @param customViewId - required customViewId to pass to integrationSlackCustomViewNotifications
58891
+ * @param redirectUri - required redirectUri to pass to integrationSlackCustomViewNotifications
58892
+ * @returns SlackChannelConnectPayload
58893
+ */
58894
+ integrationSlackCustomViewNotifications(code, customViewId, redirectUri) {
58895
+ return new IntegrationSlackCustomViewNotificationsMutation(this._request).fetch(code, customViewId, redirectUri);
58896
+ }
57095
58897
  /**
57096
58898
  * Imports custom emojis from your Slack workspace.
57097
58899
  *
@@ -57288,14 +59090,12 @@
57288
59090
  /**
57289
59091
  * Kicks off a GitHub import job.
57290
59092
  *
57291
- * @param githubRepoName - required githubRepoName to pass to issueImportCreateGithub
57292
- * @param githubRepoOwner - required githubRepoOwner to pass to issueImportCreateGithub
57293
- * @param githubToken - required githubToken to pass to issueImportCreateGithub
57294
- * @param variables - variables without 'githubRepoName', 'githubRepoOwner', 'githubToken' to pass into the IssueImportCreateGithubMutation
59093
+ * @param integrationId - required integrationId to pass to issueImportCreateGithub
59094
+ * @param variables - variables without 'integrationId' to pass into the IssueImportCreateGithubMutation
57295
59095
  * @returns IssueImportPayload
57296
59096
  */
57297
- issueImportCreateGithub(githubRepoName, githubRepoOwner, githubToken, variables) {
57298
- return new IssueImportCreateGithubMutation(this._request).fetch(githubRepoName, githubRepoOwner, githubToken, variables);
59097
+ issueImportCreateGithub(integrationId, variables) {
59098
+ return new IssueImportCreateGithubMutation(this._request).fetch(integrationId, variables);
57299
59099
  }
57300
59100
  /**
57301
59101
  * Kicks off a Jira import job.
@@ -57373,10 +59173,11 @@
57373
59173
  * Creates a new issue relation.
57374
59174
  *
57375
59175
  * @param input - required input to pass to createIssueRelation
59176
+ * @param variables - variables without 'input' to pass into the CreateIssueRelationMutation
57376
59177
  * @returns IssueRelationPayload
57377
59178
  */
57378
- createIssueRelation(input) {
57379
- return new CreateIssueRelationMutation(this._request).fetch(input);
59179
+ createIssueRelation(input, variables) {
59180
+ return new CreateIssueRelationMutation(this._request).fetch(input, variables);
57380
59181
  }
57381
59182
  /**
57382
59183
  * Deletes an issue relation.
@@ -57674,12 +59475,12 @@
57674
59475
  return new UpdateOrganizationInviteMutation(this._request).fetch(id, input);
57675
59476
  }
57676
59477
  /**
57677
- * Starts a plus trial for the organization. Administrator privileges required.
59478
+ * Starts a trial for the organization. Administrator privileges required.
57678
59479
  *
57679
- * @returns OrganizationStartPlusTrialPayload
59480
+ * @returns OrganizationStartTrialPayload
57680
59481
  */
57681
- get organizationStartPlusTrial() {
57682
- return new OrganizationStartPlusTrialMutation(this._request).fetch();
59482
+ get organizationStartTrial() {
59483
+ return new OrganizationStartTrialMutation(this._request).fetch();
57683
59484
  }
57684
59485
  /**
57685
59486
  * Updates the user's organization.
@@ -58499,6 +60300,7 @@
58499
60300
  exports.AttachmentPayload = AttachmentPayload;
58500
60301
  exports.AttachmentQuery = AttachmentQuery;
58501
60302
  exports.AttachmentSourcesPayload = AttachmentSourcesPayload;
60303
+ exports.AttachmentSyncToSlackMutation = AttachmentSyncToSlackMutation;
58502
60304
  exports.AttachmentsForUrlQuery = AttachmentsForUrlQuery;
58503
60305
  exports.AttachmentsQuery = AttachmentsQuery;
58504
60306
  exports.AuditEntriesQuery = AuditEntriesQuery;
@@ -58543,7 +60345,6 @@
58543
60345
  exports.CompanyConnection = CompanyConnection;
58544
60346
  exports.Connection = Connection;
58545
60347
  exports.ContactPayload = ContactPayload;
58546
- exports.CreateApiKeyMutation = CreateApiKeyMutation;
58547
60348
  exports.CreateAttachmentMutation = CreateAttachmentMutation;
58548
60349
  exports.CreateCommentMutation = CreateCommentMutation;
58549
60350
  exports.CreateContactMutation = CreateContactMutation;
@@ -58598,6 +60399,7 @@
58598
60399
  exports.CustomView_IssuesQuery = CustomView_IssuesQuery;
58599
60400
  exports.CustomView_OrganizationViewPreferencesQuery = CustomView_OrganizationViewPreferencesQuery;
58600
60401
  exports.CustomView_OrganizationViewPreferences_PreferencesQuery = CustomView_OrganizationViewPreferences_PreferencesQuery;
60402
+ exports.CustomView_ProjectsQuery = CustomView_ProjectsQuery;
58601
60403
  exports.CustomView_UserViewPreferencesQuery = CustomView_UserViewPreferencesQuery;
58602
60404
  exports.CustomView_UserViewPreferences_PreferencesQuery = CustomView_UserViewPreferences_PreferencesQuery;
58603
60405
  exports.CustomView_ViewPreferencesValuesQuery = CustomView_ViewPreferencesValuesQuery;
@@ -58612,7 +60414,6 @@
58612
60414
  exports.Cycle_IssuesQuery = Cycle_IssuesQuery;
58613
60415
  exports.Cycle_UncompletedIssuesUponCloseQuery = Cycle_UncompletedIssuesUponCloseQuery;
58614
60416
  exports.CyclesQuery = CyclesQuery;
58615
- exports.DeleteApiKeyMutation = DeleteApiKeyMutation;
58616
60417
  exports.DeleteAttachmentMutation = DeleteAttachmentMutation;
58617
60418
  exports.DeleteCommentMutation = DeleteCommentMutation;
58618
60419
  exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
@@ -58668,7 +60469,6 @@
58668
60469
  exports.DocumentNotification = DocumentNotification;
58669
60470
  exports.DocumentPayload = DocumentPayload;
58670
60471
  exports.DocumentQuery = DocumentQuery;
58671
- exports.DocumentReminderMutation = DocumentReminderMutation;
58672
60472
  exports.DocumentSearchPayload = DocumentSearchPayload;
58673
60473
  exports.DocumentSearchResult = DocumentSearchResult;
58674
60474
  exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
@@ -58695,6 +60495,8 @@
58695
60495
  exports.ExternalUserConnection = ExternalUserConnection;
58696
60496
  exports.ExternalUserQuery = ExternalUserQuery;
58697
60497
  exports.ExternalUsersQuery = ExternalUsersQuery;
60498
+ exports.Facet = Facet;
60499
+ exports.FacetConnection = FacetConnection;
58698
60500
  exports.Favorite = Favorite;
58699
60501
  exports.FavoriteConnection = FavoriteConnection;
58700
60502
  exports.FavoritePayload = FavoritePayload;
@@ -58712,13 +60514,11 @@
58712
60514
  exports.GitAutomationTargetBranch = GitAutomationTargetBranch;
58713
60515
  exports.GitAutomationTargetBranchPayload = GitAutomationTargetBranchPayload;
58714
60516
  exports.GitHubCommitIntegrationPayload = GitHubCommitIntegrationPayload;
60517
+ exports.GitHubImportSettings = GitHubImportSettings;
58715
60518
  exports.GitHubPersonalSettings = GitHubPersonalSettings;
58716
60519
  exports.GitHubRepo = GitHubRepo;
58717
60520
  exports.GitHubSettings = GitHubSettings;
58718
60521
  exports.GitLabSettings = GitLabSettings;
58719
- exports.GithubOAuthTokenPayload = GithubOAuthTokenPayload;
58720
- exports.GithubOrg = GithubOrg;
58721
- exports.GithubRepo = GithubRepo;
58722
60522
  exports.GoogleSheetsSettings = GoogleSheetsSettings;
58723
60523
  exports.GoogleUserAccountAuthMutation = GoogleUserAccountAuthMutation;
58724
60524
  exports.GraphQLClientError = GraphQLClientError;
@@ -58727,6 +60527,7 @@
58727
60527
  exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
58728
60528
  exports.ImportFileUploadMutation = ImportFileUploadMutation;
58729
60529
  exports.InitiativeArchivePayload = InitiativeArchivePayload;
60530
+ exports.InitiativeNotification = InitiativeNotification;
58730
60531
  exports.Integration = Integration;
58731
60532
  exports.IntegrationAsksConnectChannelMutation = IntegrationAsksConnectChannelMutation;
58732
60533
  exports.IntegrationConnection = IntegrationConnection;
@@ -58735,6 +60536,7 @@
58735
60536
  exports.IntegrationFrontMutation = IntegrationFrontMutation;
58736
60537
  exports.IntegrationGitHubPersonalMutation = IntegrationGitHubPersonalMutation;
58737
60538
  exports.IntegrationGithubConnectMutation = IntegrationGithubConnectMutation;
60539
+ exports.IntegrationGithubImportConnectMutation = IntegrationGithubImportConnectMutation;
58738
60540
  exports.IntegrationGitlabConnectMutation = IntegrationGitlabConnectMutation;
58739
60541
  exports.IntegrationGoogleSheetsMutation = IntegrationGoogleSheetsMutation;
58740
60542
  exports.IntegrationHasScopesPayload = IntegrationHasScopesPayload;
@@ -58749,6 +60551,7 @@
58749
60551
  exports.IntegrationSentryConnectMutation = IntegrationSentryConnectMutation;
58750
60552
  exports.IntegrationSettings = IntegrationSettings;
58751
60553
  exports.IntegrationSlackAsksMutation = IntegrationSlackAsksMutation;
60554
+ exports.IntegrationSlackCustomViewNotificationsMutation = IntegrationSlackCustomViewNotificationsMutation;
58752
60555
  exports.IntegrationSlackImportEmojisMutation = IntegrationSlackImportEmojisMutation;
58753
60556
  exports.IntegrationSlackMutation = IntegrationSlackMutation;
58754
60557
  exports.IntegrationSlackOrgProjectUpdatesPostMutation = IntegrationSlackOrgProjectUpdatesPostMutation;
@@ -58783,15 +60586,16 @@
58783
60586
  exports.IssueImport = IssueImport;
58784
60587
  exports.IssueImportCheckCsvQuery = IssueImportCheckCsvQuery;
58785
60588
  exports.IssueImportCheckPayload = IssueImportCheckPayload;
60589
+ exports.IssueImportCheckSyncQuery = IssueImportCheckSyncQuery;
58786
60590
  exports.IssueImportCreateAsanaMutation = IssueImportCreateAsanaMutation;
58787
60591
  exports.IssueImportCreateClubhouseMutation = IssueImportCreateClubhouseMutation;
58788
60592
  exports.IssueImportCreateCsvJiraMutation = IssueImportCreateCsvJiraMutation;
58789
60593
  exports.IssueImportCreateGithubMutation = IssueImportCreateGithubMutation;
58790
60594
  exports.IssueImportCreateJiraMutation = IssueImportCreateJiraMutation;
58791
60595
  exports.IssueImportDeletePayload = IssueImportDeletePayload;
58792
- exports.IssueImportFinishGithubOAuthQuery = IssueImportFinishGithubOAuthQuery;
58793
60596
  exports.IssueImportPayload = IssueImportPayload;
58794
60597
  exports.IssueImportProcessMutation = IssueImportProcessMutation;
60598
+ exports.IssueImportSyncCheckPayload = IssueImportSyncCheckPayload;
58795
60599
  exports.IssueLabel = IssueLabel;
58796
60600
  exports.IssueLabelConnection = IssueLabelConnection;
58797
60601
  exports.IssueLabelPayload = IssueLabelPayload;
@@ -58868,6 +60672,10 @@
58868
60672
  exports.NotificationArchivePayload = NotificationArchivePayload;
58869
60673
  exports.NotificationBatchActionPayload = NotificationBatchActionPayload;
58870
60674
  exports.NotificationConnection = NotificationConnection;
60675
+ exports.NotificationDeliveryPreferences = NotificationDeliveryPreferences;
60676
+ exports.NotificationDeliveryPreferencesChannel = NotificationDeliveryPreferencesChannel;
60677
+ exports.NotificationDeliveryPreferencesDay = NotificationDeliveryPreferencesDay;
60678
+ exports.NotificationDeliveryPreferencesSchedule = NotificationDeliveryPreferencesSchedule;
58871
60679
  exports.NotificationMarkReadAllMutation = NotificationMarkReadAllMutation;
58872
60680
  exports.NotificationMarkUnreadAllMutation = NotificationMarkUnreadAllMutation;
58873
60681
  exports.NotificationPayload = NotificationPayload;
@@ -58902,11 +60710,12 @@
58902
60710
  exports.OrganizationInvitePayload = OrganizationInvitePayload;
58903
60711
  exports.OrganizationInviteQuery = OrganizationInviteQuery;
58904
60712
  exports.OrganizationInvitesQuery = OrganizationInvitesQuery;
60713
+ exports.OrganizationMeta = OrganizationMeta;
58905
60714
  exports.OrganizationPayload = OrganizationPayload;
58906
60715
  exports.OrganizationQuery = OrganizationQuery;
58907
60716
  exports.OrganizationRegionResponse = OrganizationRegionResponse;
58908
- exports.OrganizationStartPlusTrialMutation = OrganizationStartPlusTrialMutation;
58909
- exports.OrganizationStartPlusTrialPayload = OrganizationStartPlusTrialPayload;
60717
+ exports.OrganizationStartTrialMutation = OrganizationStartTrialMutation;
60718
+ exports.OrganizationStartTrialPayload = OrganizationStartTrialPayload;
58910
60719
  exports.Organization_IntegrationsQuery = Organization_IntegrationsQuery;
58911
60720
  exports.Organization_LabelsQuery = Organization_LabelsQuery;
58912
60721
  exports.Organization_SubscriptionQuery = Organization_SubscriptionQuery;
@@ -58917,9 +60726,12 @@
58917
60726
  exports.PageInfo = PageInfo;
58918
60727
  exports.PagerDutySettings = PagerDutySettings;
58919
60728
  exports.PaidSubscription = PaidSubscription;
60729
+ exports.Passkey = Passkey;
60730
+ exports.PasskeyLoginStartResponse = PasskeyLoginStartResponse;
58920
60731
  exports.Project = Project;
58921
60732
  exports.ProjectArchivePayload = ProjectArchivePayload;
58922
60733
  exports.ProjectConnection = ProjectConnection;
60734
+ exports.ProjectDetailSuggestionPayload = ProjectDetailSuggestionPayload;
58923
60735
  exports.ProjectFilterSuggestionPayload = ProjectFilterSuggestionPayload;
58924
60736
  exports.ProjectFilterSuggestionQuery = ProjectFilterSuggestionQuery;
58925
60737
  exports.ProjectLink = ProjectLink;
@@ -59015,6 +60827,7 @@
59015
60827
  exports.SlackSettings = SlackSettings;
59016
60828
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
59017
60829
  exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;
60830
+ exports.SuccessPayload = SuccessPayload;
59018
60831
  exports.SummaryPayload = SummaryPayload;
59019
60832
  exports.SuspendUserMutation = SuspendUserMutation;
59020
60833
  exports.SynchronizedPayload = SynchronizedPayload;
@@ -59047,6 +60860,7 @@
59047
60860
  exports.TemplateQuery = TemplateQuery;
59048
60861
  exports.TemplatesForIntegrationQuery = TemplatesForIntegrationQuery;
59049
60862
  exports.TemplatesQuery = TemplatesQuery;
60863
+ exports.TextDraft = TextDraft;
59050
60864
  exports.TimeSchedule = TimeSchedule;
59051
60865
  exports.TimeScheduleConnection = TimeScheduleConnection;
59052
60866
  exports.TimeScheduleEntry = TimeScheduleEntry;
@@ -59133,6 +60947,16 @@
59133
60947
  exports.UserSettingsFlagsResetPayload = UserSettingsFlagsResetPayload;
59134
60948
  exports.UserSettingsPayload = UserSettingsPayload;
59135
60949
  exports.UserSettingsQuery = UserSettingsQuery;
60950
+ exports.UserSettings_NotificationDeliveryPreferencesQuery = UserSettings_NotificationDeliveryPreferencesQuery;
60951
+ exports.UserSettings_NotificationDeliveryPreferences_MobileQuery = UserSettings_NotificationDeliveryPreferences_MobileQuery;
60952
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery = UserSettings_NotificationDeliveryPreferences_Mobile_ScheduleQuery;
60953
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_FridayQuery;
60954
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_MondayQuery;
60955
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SaturdayQuery;
60956
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_SundayQuery;
60957
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_ThursdayQuery;
60958
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_TuesdayQuery;
60959
+ exports.UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery = UserSettings_NotificationDeliveryPreferences_Mobile_Schedule_WednesdayQuery;
59136
60960
  exports.User_AssignedIssuesQuery = User_AssignedIssuesQuery;
59137
60961
  exports.User_CreatedIssuesQuery = User_CreatedIssuesQuery;
59138
60962
  exports.User_TeamMembershipsQuery = User_TeamMembershipsQuery;