@linear/sdk 7.0.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-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":"7.0.0"};
12
+ const env = {"npm_package_name":"@linear/sdk","npm_package_version":"8.0.0"};
13
13
  try {
14
14
  if (process) {
15
15
  process.env = Object.assign({}, process.env);
@@ -1440,6 +1440,7 @@
1440
1440
  /** The frequency at which to send project update reminders. */
1441
1441
  var ProjectUpdateReminderFrequency;
1442
1442
  (function (ProjectUpdateReminderFrequency) {
1443
+ ProjectUpdateReminderFrequency["Month"] = "month";
1443
1444
  ProjectUpdateReminderFrequency["Never"] = "never";
1444
1445
  ProjectUpdateReminderFrequency["TwoWeeks"] = "twoWeeks";
1445
1446
  ProjectUpdateReminderFrequency["Week"] = "week";
@@ -1448,6 +1449,8 @@
1448
1449
  var PushSubscriptionType;
1449
1450
  (function (PushSubscriptionType) {
1450
1451
  PushSubscriptionType["Apple"] = "apple";
1452
+ PushSubscriptionType["AppleDevelopment"] = "appleDevelopment";
1453
+ PushSubscriptionType["Firebase"] = "firebase";
1451
1454
  PushSubscriptionType["Web"] = "web";
1452
1455
  })(PushSubscriptionType || (PushSubscriptionType = {}));
1453
1456
  /** Features release channel */
@@ -1458,6 +1461,12 @@
1458
1461
  ReleaseChannel["PreRelease"] = "preRelease";
1459
1462
  ReleaseChannel["Public"] = "public";
1460
1463
  })(ReleaseChannel || (ReleaseChannel = {}));
1464
+ /** Which day count to use for SLA calculations */
1465
+ var SlaDayCountType;
1466
+ (function (SlaDayCountType) {
1467
+ SlaDayCountType["All"] = "all";
1468
+ SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
1469
+ })(SlaDayCountType || (SlaDayCountType = {}));
1461
1470
  var SlaStatus;
1462
1471
  (function (SlaStatus) {
1463
1472
  SlaStatus["Breached"] = "Breached";
@@ -1508,6 +1517,11 @@
1508
1517
  UserFlagType["TeamsPageIntroductionDismissed"] = "teamsPageIntroductionDismissed";
1509
1518
  UserFlagType["ThreadedCommentsNudgeIsSeen"] = "threadedCommentsNudgeIsSeen";
1510
1519
  UserFlagType["TriageWelcomeDismissed"] = "triageWelcomeDismissed";
1520
+ UserFlagType["TryCyclesDismissed"] = "tryCyclesDismissed";
1521
+ UserFlagType["TryGithubDismissed"] = "tryGithubDismissed";
1522
+ UserFlagType["TryInvitePeopleDismissed"] = "tryInvitePeopleDismissed";
1523
+ UserFlagType["TryRoadmapsDismissed"] = "tryRoadmapsDismissed";
1524
+ UserFlagType["TryTriageDismissed"] = "tryTriageDismissed";
1511
1525
  UserFlagType["UpdatedSlackThreadSyncIntegration"] = "updatedSlackThreadSyncIntegration";
1512
1526
  })(UserFlagType || (UserFlagType = {}));
1513
1527
  /** Operations that can be applied to UserFlagType */
@@ -1678,6 +1692,7 @@
1678
1692
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
1679
1693
  },
1680
1694
  },
1695
+ { kind: "Field", name: { kind: "Name", value: "active" } },
1681
1696
  ],
1682
1697
  },
1683
1698
  },
@@ -1755,6 +1770,7 @@
1755
1770
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
1756
1771
  },
1757
1772
  },
1773
+ { kind: "Field", name: { kind: "Name", value: "active" } },
1758
1774
  ],
1759
1775
  },
1760
1776
  },
@@ -1773,6 +1789,7 @@
1773
1789
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
1774
1790
  { kind: "Field", name: { kind: "Name", value: "contentData" } },
1775
1791
  { kind: "Field", name: { kind: "Name", value: "content" } },
1792
+ { kind: "Field", name: { kind: "Name", value: "contentState" } },
1776
1793
  {
1777
1794
  kind: "Field",
1778
1795
  name: { kind: "Name", value: "issue" },
@@ -1782,6 +1799,14 @@
1782
1799
  },
1783
1800
  },
1784
1801
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
1802
+ {
1803
+ kind: "Field",
1804
+ name: { kind: "Name", value: "project" },
1805
+ selectionSet: {
1806
+ kind: "SelectionSet",
1807
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
1808
+ },
1809
+ },
1785
1810
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
1786
1811
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
1787
1812
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -1887,6 +1912,28 @@
1887
1912
  },
1888
1913
  ],
1889
1914
  };
1915
+ const ActorBotFragmentDoc = {
1916
+ kind: "Document",
1917
+ definitions: [
1918
+ {
1919
+ kind: "FragmentDefinition",
1920
+ name: { kind: "Name", value: "ActorBot" },
1921
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ActorBot" } },
1922
+ selectionSet: {
1923
+ kind: "SelectionSet",
1924
+ selections: [
1925
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
1926
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
1927
+ { kind: "Field", name: { kind: "Name", value: "name" } },
1928
+ { kind: "Field", name: { kind: "Name", value: "userDisplayName" } },
1929
+ { kind: "Field", name: { kind: "Name", value: "subType" } },
1930
+ { kind: "Field", name: { kind: "Name", value: "type" } },
1931
+ { kind: "Field", name: { kind: "Name", value: "id" } },
1932
+ ],
1933
+ },
1934
+ },
1935
+ ],
1936
+ };
1890
1937
  const IssueNotificationFragmentDoc = {
1891
1938
  kind: "Document",
1892
1939
  definitions: [
@@ -1900,6 +1947,14 @@
1900
1947
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
1901
1948
  { kind: "Field", name: { kind: "Name", value: "reactionEmoji" } },
1902
1949
  { kind: "Field", name: { kind: "Name", value: "type" } },
1950
+ {
1951
+ kind: "Field",
1952
+ name: { kind: "Name", value: "botActor" },
1953
+ selectionSet: {
1954
+ kind: "SelectionSet",
1955
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
1956
+ },
1957
+ },
1903
1958
  {
1904
1959
  kind: "Field",
1905
1960
  name: { kind: "Name", value: "comment" },
@@ -1999,6 +2054,14 @@
1999
2054
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthClientApproval" } }],
2000
2055
  },
2001
2056
  },
2057
+ {
2058
+ kind: "Field",
2059
+ name: { kind: "Name", value: "botActor" },
2060
+ selectionSet: {
2061
+ kind: "SelectionSet",
2062
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
2063
+ },
2064
+ },
2002
2065
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
2003
2066
  { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
2004
2067
  { kind: "Field", name: { kind: "Name", value: "readAt" } },
@@ -2026,7 +2089,6 @@
2026
2089
  ],
2027
2090
  },
2028
2091
  },
2029
- ...OauthClientApprovalFragmentDoc.definitions,
2030
2092
  ],
2031
2093
  };
2032
2094
  const ProjectNotificationFragmentDoc = {
@@ -2041,6 +2103,14 @@
2041
2103
  selections: [
2042
2104
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
2043
2105
  { kind: "Field", name: { kind: "Name", value: "type" } },
2106
+ {
2107
+ kind: "Field",
2108
+ name: { kind: "Name", value: "botActor" },
2109
+ selectionSet: {
2110
+ kind: "SelectionSet",
2111
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
2112
+ },
2113
+ },
2044
2114
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
2045
2115
  {
2046
2116
  kind: "Field",
@@ -2098,6 +2168,14 @@
2098
2168
  selections: [
2099
2169
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
2100
2170
  { kind: "Field", name: { kind: "Name", value: "type" } },
2171
+ {
2172
+ kind: "Field",
2173
+ name: { kind: "Name", value: "botActor" },
2174
+ selectionSet: {
2175
+ kind: "SelectionSet",
2176
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
2177
+ },
2178
+ },
2101
2179
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
2102
2180
  { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
2103
2181
  { kind: "Field", name: { kind: "Name", value: "readAt" } },
@@ -2151,9 +2229,6 @@
2151
2229
  ],
2152
2230
  },
2153
2231
  },
2154
- ...IssueNotificationFragmentDoc.definitions,
2155
- ...OauthClientApprovalNotificationFragmentDoc.definitions,
2156
- ...ProjectNotificationFragmentDoc.definitions,
2157
2232
  ],
2158
2233
  };
2159
2234
  const NotificationArchivePayloadFragmentDoc = {
@@ -2180,7 +2255,6 @@
2180
2255
  ],
2181
2256
  },
2182
2257
  },
2183
- ...NotificationFragmentDoc.definitions,
2184
2258
  ],
2185
2259
  };
2186
2260
  const ProjectArchivePayloadFragmentDoc = {
@@ -2341,14 +2415,6 @@
2341
2415
  ],
2342
2416
  },
2343
2417
  },
2344
- ...AttachmentArchivePayloadFragmentDoc.definitions,
2345
- ...CycleArchivePayloadFragmentDoc.definitions,
2346
- ...DeletePayloadFragmentDoc.definitions,
2347
- ...IssueArchivePayloadFragmentDoc.definitions,
2348
- ...NotificationArchivePayloadFragmentDoc.definitions,
2349
- ...ProjectArchivePayloadFragmentDoc.definitions,
2350
- ...RoadmapArchivePayloadFragmentDoc.definitions,
2351
- ...WorkflowStateArchivePayloadFragmentDoc.definitions,
2352
2418
  ],
2353
2419
  };
2354
2420
  const LabelNotificationSubscriptionFragmentDoc = {
@@ -2423,6 +2489,7 @@
2423
2489
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2424
2490
  },
2425
2491
  },
2492
+ { kind: "Field", name: { kind: "Name", value: "active" } },
2426
2493
  ],
2427
2494
  },
2428
2495
  },
@@ -2500,6 +2567,7 @@
2500
2567
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2501
2568
  },
2502
2569
  },
2570
+ { kind: "Field", name: { kind: "Name", value: "active" } },
2503
2571
  ],
2504
2572
  },
2505
2573
  },
@@ -2577,6 +2645,7 @@
2577
2645
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2578
2646
  },
2579
2647
  },
2648
+ { kind: "Field", name: { kind: "Name", value: "active" } },
2580
2649
  ],
2581
2650
  },
2582
2651
  },
@@ -2698,7 +2767,6 @@
2698
2767
  ],
2699
2768
  },
2700
2769
  },
2701
- ...UserFragmentDoc.definitions,
2702
2770
  ],
2703
2771
  };
2704
2772
  const UserNotificationSubscriptionFragmentDoc = {
@@ -2773,6 +2841,7 @@
2773
2841
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2774
2842
  },
2775
2843
  },
2844
+ { kind: "Field", name: { kind: "Name", value: "active" } },
2776
2845
  ],
2777
2846
  },
2778
2847
  },
@@ -2875,7 +2944,6 @@
2875
2944
  ],
2876
2945
  },
2877
2946
  },
2878
- ...GithubRepoFragmentDoc.definitions,
2879
2947
  ],
2880
2948
  };
2881
2949
  const GithubOAuthTokenPayloadFragmentDoc = {
@@ -2901,7 +2969,6 @@
2901
2969
  ],
2902
2970
  },
2903
2971
  },
2904
- ...GithubOrgFragmentDoc.definitions,
2905
2972
  ],
2906
2973
  };
2907
2974
  const UserAuthorizedApplicationFragmentDoc = {
@@ -2988,6 +3055,7 @@
2988
3055
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
2989
3056
  { kind: "Field", name: { kind: "Name", value: "orgLogin" } },
2990
3057
  { kind: "Field", name: { kind: "Name", value: "orgAvatarUrl" } },
3058
+ { kind: "Field", name: { kind: "Name", value: "repositories" } },
2991
3059
  ],
2992
3060
  },
2993
3061
  },
@@ -3101,8 +3169,6 @@
3101
3169
  ],
3102
3170
  },
3103
3171
  },
3104
- ...JiraProjectDataFragmentDoc.definitions,
3105
- ...JiraLinearMappingFragmentDoc.definitions,
3106
3172
  ],
3107
3173
  };
3108
3174
  const NotionSettingsFragmentDoc = {
@@ -3163,7 +3229,6 @@
3163
3229
  ],
3164
3230
  },
3165
3231
  },
3166
- ...PagerDutyScheduleMappingFragmentDoc.definitions,
3167
3232
  ],
3168
3233
  };
3169
3234
  const SentrySettingsFragmentDoc = {
@@ -3183,6 +3248,49 @@
3183
3248
  },
3184
3249
  ],
3185
3250
  };
3251
+ const SlackChannelNameMappingFragmentDoc = {
3252
+ kind: "Document",
3253
+ definitions: [
3254
+ {
3255
+ kind: "FragmentDefinition",
3256
+ name: { kind: "Name", value: "SlackChannelNameMapping" },
3257
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackChannelNameMapping" } },
3258
+ selectionSet: {
3259
+ kind: "SelectionSet",
3260
+ selections: [
3261
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3262
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3263
+ { kind: "Field", name: { kind: "Name", value: "name" } },
3264
+ { kind: "Field", name: { kind: "Name", value: "isPrivate" } },
3265
+ ],
3266
+ },
3267
+ },
3268
+ ],
3269
+ };
3270
+ const SlackAsksSettingsFragmentDoc = {
3271
+ kind: "Document",
3272
+ definitions: [
3273
+ {
3274
+ kind: "FragmentDefinition",
3275
+ name: { kind: "Name", value: "SlackAsksSettings" },
3276
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SlackAsksSettings" } },
3277
+ selectionSet: {
3278
+ kind: "SelectionSet",
3279
+ selections: [
3280
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3281
+ {
3282
+ kind: "Field",
3283
+ name: { kind: "Name", value: "slackChannelMapping" },
3284
+ selectionSet: {
3285
+ kind: "SelectionSet",
3286
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
3287
+ },
3288
+ },
3289
+ ],
3290
+ },
3291
+ },
3292
+ ],
3293
+ };
3186
3294
  const SlackPostSettingsFragmentDoc = {
3187
3295
  kind: "Document",
3188
3296
  definitions: [
@@ -3301,6 +3409,14 @@
3301
3409
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SentrySettings" } }],
3302
3410
  },
3303
3411
  },
3412
+ {
3413
+ kind: "Field",
3414
+ name: { kind: "Name", value: "slackAsks" },
3415
+ selectionSet: {
3416
+ kind: "SelectionSet",
3417
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackAsksSettings" } }],
3418
+ },
3419
+ },
3304
3420
  {
3305
3421
  kind: "Field",
3306
3422
  name: { kind: "Name", value: "slackOrgProjectUpdatesPost" },
@@ -3336,16 +3452,6 @@
3336
3452
  ],
3337
3453
  },
3338
3454
  },
3339
- ...FrontSettingsFragmentDoc.definitions,
3340
- ...GitHubSettingsFragmentDoc.definitions,
3341
- ...GoogleSheetsSettingsFragmentDoc.definitions,
3342
- ...IntercomSettingsFragmentDoc.definitions,
3343
- ...JiraSettingsFragmentDoc.definitions,
3344
- ...NotionSettingsFragmentDoc.definitions,
3345
- ...PagerDutySettingsFragmentDoc.definitions,
3346
- ...SentrySettingsFragmentDoc.definitions,
3347
- ...SlackPostSettingsFragmentDoc.definitions,
3348
- ...ZendeskSettingsFragmentDoc.definitions,
3349
3455
  ],
3350
3456
  };
3351
3457
  const SamlConfigurationPayloadFragmentDoc = {
@@ -3471,8 +3577,6 @@
3471
3577
  ],
3472
3578
  },
3473
3579
  },
3474
- ...ApiKeyFragmentDoc.definitions,
3475
- ...PageInfoFragmentDoc.definitions,
3476
3580
  ],
3477
3581
  };
3478
3582
  const ApiKeyPayloadFragmentDoc = {
@@ -3499,7 +3603,40 @@
3499
3603
  ],
3500
3604
  },
3501
3605
  },
3502
- ...ApiKeyFragmentDoc.definitions,
3606
+ ],
3607
+ };
3608
+ const AsksChannelConnectPayloadFragmentDoc = {
3609
+ kind: "Document",
3610
+ definitions: [
3611
+ {
3612
+ kind: "FragmentDefinition",
3613
+ name: { kind: "Name", value: "AsksChannelConnectPayload" },
3614
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AsksChannelConnectPayload" } },
3615
+ selectionSet: {
3616
+ kind: "SelectionSet",
3617
+ selections: [
3618
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3619
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
3620
+ {
3621
+ kind: "Field",
3622
+ name: { kind: "Name", value: "integration" },
3623
+ selectionSet: {
3624
+ kind: "SelectionSet",
3625
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3626
+ },
3627
+ },
3628
+ {
3629
+ kind: "Field",
3630
+ name: { kind: "Name", value: "mapping" },
3631
+ selectionSet: {
3632
+ kind: "SelectionSet",
3633
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
3634
+ },
3635
+ },
3636
+ { kind: "Field", name: { kind: "Name", value: "success" } },
3637
+ ],
3638
+ },
3639
+ },
3503
3640
  ],
3504
3641
  };
3505
3642
  const AttachmentFragmentDoc = {
@@ -3575,8 +3712,6 @@
3575
3712
  ],
3576
3713
  },
3577
3714
  },
3578
- ...AttachmentFragmentDoc.definitions,
3579
- ...PageInfoFragmentDoc.definitions,
3580
3715
  ],
3581
3716
  };
3582
3717
  const AttachmentPayloadFragmentDoc = {
@@ -3605,6 +3740,23 @@
3605
3740
  },
3606
3741
  ],
3607
3742
  };
3743
+ const AttachmentSourcesPayloadFragmentDoc = {
3744
+ kind: "Document",
3745
+ definitions: [
3746
+ {
3747
+ kind: "FragmentDefinition",
3748
+ name: { kind: "Name", value: "AttachmentSourcesPayload" },
3749
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AttachmentSourcesPayload" } },
3750
+ selectionSet: {
3751
+ kind: "SelectionSet",
3752
+ selections: [
3753
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3754
+ { kind: "Field", name: { kind: "Name", value: "sources" } },
3755
+ ],
3756
+ },
3757
+ },
3758
+ ],
3759
+ };
3608
3760
  const AuditEntryFragmentDoc = {
3609
3761
  kind: "Document",
3610
3762
  definitions: [
@@ -3669,8 +3821,6 @@
3669
3821
  ],
3670
3822
  },
3671
3823
  },
3672
- ...AuditEntryFragmentDoc.definitions,
3673
- ...PageInfoFragmentDoc.definitions,
3674
3824
  ],
3675
3825
  };
3676
3826
  const AuditEntryTypeFragmentDoc = {
@@ -3769,7 +3919,6 @@
3769
3919
  ],
3770
3920
  },
3771
3921
  },
3772
- ...PaidSubscriptionFragmentDoc.definitions,
3773
3922
  ],
3774
3923
  };
3775
3924
  const AuthResolverResponseFragmentDoc = {
@@ -3807,8 +3956,6 @@
3807
3956
  ],
3808
3957
  },
3809
3958
  },
3810
- ...OrganizationFragmentDoc.definitions,
3811
- ...UserFragmentDoc.definitions,
3812
3959
  ],
3813
3960
  };
3814
3961
  const CommentFragmentDoc = {
@@ -3824,6 +3971,14 @@
3824
3971
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
3825
3972
  { kind: "Field", name: { kind: "Name", value: "url" } },
3826
3973
  { kind: "Field", name: { kind: "Name", value: "reactionData" } },
3974
+ {
3975
+ kind: "Field",
3976
+ name: { kind: "Name", value: "botActor" },
3977
+ selectionSet: {
3978
+ kind: "SelectionSet",
3979
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
3980
+ },
3981
+ },
3827
3982
  { kind: "Field", name: { kind: "Name", value: "bodyData" } },
3828
3983
  { kind: "Field", name: { kind: "Name", value: "body" } },
3829
3984
  {
@@ -3890,8 +4045,6 @@
3890
4045
  ],
3891
4046
  },
3892
4047
  },
3893
- ...CommentFragmentDoc.definitions,
3894
- ...PageInfoFragmentDoc.definitions,
3895
4048
  ],
3896
4049
  };
3897
4050
  const CommentPayloadFragmentDoc = {
@@ -3983,8 +4136,6 @@
3983
4136
  ],
3984
4137
  },
3985
4138
  },
3986
- ...CompanyFragmentDoc.definitions,
3987
- ...PageInfoFragmentDoc.definitions,
3988
4139
  ],
3989
4140
  };
3990
4141
  const ContactPayloadFragmentDoc = {
@@ -4082,6 +4233,14 @@
4082
4233
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4083
4234
  },
4084
4235
  },
4236
+ {
4237
+ kind: "Field",
4238
+ name: { kind: "Name", value: "owner" },
4239
+ selectionSet: {
4240
+ kind: "SelectionSet",
4241
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4242
+ },
4243
+ },
4085
4244
  { kind: "Field", name: { kind: "Name", value: "shared" } },
4086
4245
  ],
4087
4246
  },
@@ -4118,8 +4277,6 @@
4118
4277
  ],
4119
4278
  },
4120
4279
  },
4121
- ...CustomViewFragmentDoc.definitions,
4122
- ...PageInfoFragmentDoc.definitions,
4123
4280
  ],
4124
4281
  };
4125
4282
  const CustomViewPayloadFragmentDoc = {
@@ -4238,8 +4395,6 @@
4238
4395
  ],
4239
4396
  },
4240
4397
  },
4241
- ...CycleFragmentDoc.definitions,
4242
- ...PageInfoFragmentDoc.definitions,
4243
4398
  ],
4244
4399
  };
4245
4400
  const CyclePayloadFragmentDoc = {
@@ -4348,8 +4503,6 @@
4348
4503
  ],
4349
4504
  },
4350
4505
  },
4351
- ...DocumentFragmentDoc.definitions,
4352
- ...PageInfoFragmentDoc.definitions,
4353
4506
  ],
4354
4507
  };
4355
4508
  const DocumentPayloadFragmentDoc = {
@@ -4488,9 +4641,6 @@
4488
4641
  ],
4489
4642
  },
4490
4643
  },
4491
- ...ArchiveResponseFragmentDoc.definitions,
4492
- ...DocumentSearchResultFragmentDoc.definitions,
4493
- ...PageInfoFragmentDoc.definitions,
4494
4644
  ],
4495
4645
  };
4496
4646
  const DocumentSearchResultConnectionFragmentDoc = {
@@ -4523,8 +4673,6 @@
4523
4673
  ],
4524
4674
  },
4525
4675
  },
4526
- ...DocumentSearchResultFragmentDoc.definitions,
4527
- ...PageInfoFragmentDoc.definitions,
4528
4676
  ],
4529
4677
  };
4530
4678
  const EmailUnsubscribePayloadFragmentDoc = {
@@ -4613,7 +4761,6 @@
4613
4761
  ],
4614
4762
  },
4615
4763
  },
4616
- ...EmbedFragmentDoc.definitions,
4617
4764
  ],
4618
4765
  };
4619
4766
  const EmojiFragmentDoc = {
@@ -4677,8 +4824,6 @@
4677
4824
  ],
4678
4825
  },
4679
4826
  },
4680
- ...EmojiFragmentDoc.definitions,
4681
- ...PageInfoFragmentDoc.definitions,
4682
4827
  ],
4683
4828
  };
4684
4829
  const EmojiPayloadFragmentDoc = {
@@ -4857,8 +5002,6 @@
4857
5002
  ],
4858
5003
  },
4859
5004
  },
4860
- ...FavoriteFragmentDoc.definitions,
4861
- ...PageInfoFragmentDoc.definitions,
4862
5005
  ],
4863
5006
  };
4864
5007
  const FavoritePayloadFragmentDoc = {
@@ -4930,7 +5073,6 @@
4930
5073
  ],
4931
5074
  },
4932
5075
  },
4933
- ...FigmaEmbedFragmentDoc.definitions,
4934
5076
  ],
4935
5077
  };
4936
5078
  const FirstResponderScheduleFragmentDoc = {
@@ -4944,8 +5086,6 @@
4944
5086
  kind: "SelectionSet",
4945
5087
  selections: [
4946
5088
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
4947
- { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
4948
- { kind: "Field", name: { kind: "Name", value: "integrationScheduleId" } },
4949
5089
  {
4950
5090
  kind: "Field",
4951
5091
  name: { kind: "Name", value: "integration" },
@@ -4955,6 +5095,7 @@
4955
5095
  },
4956
5096
  },
4957
5097
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5098
+ { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
4958
5099
  {
4959
5100
  kind: "Field",
4960
5101
  name: { kind: "Name", value: "team" },
@@ -5001,8 +5142,6 @@
5001
5142
  ],
5002
5143
  },
5003
5144
  },
5004
- ...FirstResponderScheduleFragmentDoc.definitions,
5005
- ...PageInfoFragmentDoc.definitions,
5006
5145
  ],
5007
5146
  };
5008
5147
  const FrontAttachmentPayloadFragmentDoc = {
@@ -5136,8 +5275,6 @@
5136
5275
  ],
5137
5276
  },
5138
5277
  },
5139
- ...IntegrationFragmentDoc.definitions,
5140
- ...PageInfoFragmentDoc.definitions,
5141
5278
  ],
5142
5279
  };
5143
5280
  const IntegrationPayloadFragmentDoc = {
@@ -5194,6 +5331,7 @@
5194
5331
  kind: "SelectionSet",
5195
5332
  selections: [
5196
5333
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5334
+ { kind: "Field", name: { kind: "Name", value: "foreignEntityId" } },
5197
5335
  {
5198
5336
  kind: "Field",
5199
5337
  name: { kind: "Name", value: "integration" },
@@ -5249,8 +5387,6 @@
5249
5387
  ],
5250
5388
  },
5251
5389
  },
5252
- ...IntegrationTemplateFragmentDoc.definitions,
5253
- ...PageInfoFragmentDoc.definitions,
5254
5390
  ],
5255
5391
  };
5256
5392
  const IntegrationTemplatePayloadFragmentDoc = {
@@ -5355,8 +5491,6 @@
5355
5491
  ],
5356
5492
  },
5357
5493
  },
5358
- ...IntegrationsSettingsFragmentDoc.definitions,
5359
- ...PageInfoFragmentDoc.definitions,
5360
5494
  ],
5361
5495
  };
5362
5496
  const IntegrationsSettingsPayloadFragmentDoc = {
@@ -5533,7 +5667,6 @@
5533
5667
  ],
5534
5668
  },
5535
5669
  },
5536
- ...IssueFragmentDoc.definitions,
5537
5670
  ],
5538
5671
  };
5539
5672
  const IssueConnectionFragmentDoc = {
@@ -5566,8 +5699,6 @@
5566
5699
  ],
5567
5700
  },
5568
5701
  },
5569
- ...IssueFragmentDoc.definitions,
5570
- ...PageInfoFragmentDoc.definitions,
5571
5702
  ],
5572
5703
  };
5573
5704
  const IssueFilterSuggestionPayloadFragmentDoc = {
@@ -5655,6 +5786,14 @@
5655
5786
  },
5656
5787
  { kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
5657
5788
  { kind: "Field", name: { kind: "Name", value: "removedLabelIds" } },
5789
+ {
5790
+ kind: "Field",
5791
+ name: { kind: "Name", value: "botActor" },
5792
+ selectionSet: {
5793
+ kind: "SelectionSet",
5794
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
5795
+ },
5796
+ },
5658
5797
  { kind: "Field", name: { kind: "Name", value: "attachmentId" } },
5659
5798
  { kind: "Field", name: { kind: "Name", value: "toCycleId" } },
5660
5799
  { kind: "Field", name: { kind: "Name", value: "toParentId" } },
@@ -5826,8 +5965,6 @@
5826
5965
  ],
5827
5966
  },
5828
5967
  },
5829
- ...IssueRelationHistoryPayloadFragmentDoc.definitions,
5830
- ...IssueImportFragmentDoc.definitions,
5831
5968
  ],
5832
5969
  };
5833
5970
  const IssueHistoryConnectionFragmentDoc = {
@@ -5860,8 +5997,6 @@
5860
5997
  ],
5861
5998
  },
5862
5999
  },
5863
- ...IssueHistoryFragmentDoc.definitions,
5864
- ...PageInfoFragmentDoc.definitions,
5865
6000
  ],
5866
6001
  };
5867
6002
  const IssueImportCheckPayloadFragmentDoc = {
@@ -5905,7 +6040,6 @@
5905
6040
  ],
5906
6041
  },
5907
6042
  },
5908
- ...IssueImportFragmentDoc.definitions,
5909
6043
  ],
5910
6044
  };
5911
6045
  const IssueImportPayloadFragmentDoc = {
@@ -5932,7 +6066,6 @@
5932
6066
  ],
5933
6067
  },
5934
6068
  },
5935
- ...IssueImportFragmentDoc.definitions,
5936
6069
  ],
5937
6070
  };
5938
6071
  const IssueLabelFragmentDoc = {
@@ -5977,6 +6110,7 @@
5977
6110
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5978
6111
  },
5979
6112
  },
6113
+ { kind: "Field", name: { kind: "Name", value: "isGroup" } },
5980
6114
  ],
5981
6115
  },
5982
6116
  },
@@ -6012,8 +6146,6 @@
6012
6146
  ],
6013
6147
  },
6014
6148
  },
6015
- ...IssueLabelFragmentDoc.definitions,
6016
- ...PageInfoFragmentDoc.definitions,
6017
6149
  ],
6018
6150
  };
6019
6151
  const IssueLabelPayloadFragmentDoc = {
@@ -6153,8 +6285,6 @@
6153
6285
  ],
6154
6286
  },
6155
6287
  },
6156
- ...IssueRelationFragmentDoc.definitions,
6157
- ...PageInfoFragmentDoc.definitions,
6158
6288
  ],
6159
6289
  };
6160
6290
  const IssueRelationPayloadFragmentDoc = {
@@ -6347,9 +6477,6 @@
6347
6477
  ],
6348
6478
  },
6349
6479
  },
6350
- ...ArchiveResponseFragmentDoc.definitions,
6351
- ...IssueSearchResultFragmentDoc.definitions,
6352
- ...PageInfoFragmentDoc.definitions,
6353
6480
  ],
6354
6481
  };
6355
6482
  const IssueSearchResultConnectionFragmentDoc = {
@@ -6382,8 +6509,6 @@
6382
6509
  ],
6383
6510
  },
6384
6511
  },
6385
- ...IssueSearchResultFragmentDoc.definitions,
6386
- ...PageInfoFragmentDoc.definitions,
6387
6512
  ],
6388
6513
  };
6389
6514
  const LogoutResponseFragmentDoc = {
@@ -6444,7 +6569,6 @@
6444
6569
  ],
6445
6570
  },
6446
6571
  },
6447
- ...NotificationFragmentDoc.definitions,
6448
6572
  ],
6449
6573
  };
6450
6574
  const NotificationConnectionFragmentDoc = {
@@ -6477,8 +6601,6 @@
6477
6601
  ],
6478
6602
  },
6479
6603
  },
6480
- ...NotificationFragmentDoc.definitions,
6481
- ...PageInfoFragmentDoc.definitions,
6482
6604
  ],
6483
6605
  };
6484
6606
  const NotificationPayloadFragmentDoc = {
@@ -6505,7 +6627,6 @@
6505
6627
  ],
6506
6628
  },
6507
6629
  },
6508
- ...NotificationFragmentDoc.definitions,
6509
6630
  ],
6510
6631
  };
6511
6632
  const NotificationSubscriptionFragmentDoc = {
@@ -6579,6 +6700,7 @@
6579
6700
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6580
6701
  },
6581
6702
  },
6703
+ { kind: "Field", name: { kind: "Name", value: "active" } },
6582
6704
  ],
6583
6705
  },
6584
6706
  },
@@ -6614,8 +6736,6 @@
6614
6736
  ],
6615
6737
  },
6616
6738
  },
6617
- ...NotificationSubscriptionFragmentDoc.definitions,
6618
- ...PageInfoFragmentDoc.definitions,
6619
6739
  ],
6620
6740
  };
6621
6741
  const NotificationSubscriptionPayloadFragmentDoc = {
@@ -6642,7 +6762,6 @@
6642
6762
  ],
6643
6763
  },
6644
6764
  },
6645
- ...NotificationSubscriptionFragmentDoc.definitions,
6646
6765
  ],
6647
6766
  };
6648
6767
  const OauthClientFragmentDoc = {
@@ -6715,8 +6834,6 @@
6715
6834
  ],
6716
6835
  },
6717
6836
  },
6718
- ...OauthClientFragmentDoc.definitions,
6719
- ...PageInfoFragmentDoc.definitions,
6720
6837
  ],
6721
6838
  };
6722
6839
  const OrganizationCancelDeletePayloadFragmentDoc = {
@@ -6782,6 +6899,7 @@
6782
6899
  kind: "SelectionSet",
6783
6900
  selections: [
6784
6901
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
6902
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
6785
6903
  { kind: "Field", name: { kind: "Name", value: "external" } },
6786
6904
  { kind: "Field", name: { kind: "Name", value: "email" } },
6787
6905
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
@@ -6841,8 +6959,6 @@
6841
6959
  ],
6842
6960
  },
6843
6961
  },
6844
- ...OrganizationInviteFragmentDoc.definitions,
6845
- ...PageInfoFragmentDoc.definitions,
6846
6962
  ],
6847
6963
  };
6848
6964
  const OrganizationInviteFullDetailsPayloadFragmentDoc = {
@@ -6941,6 +7057,7 @@
6941
7057
  kind: "SelectionSet",
6942
7058
  selections: [
6943
7059
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
7060
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
6944
7061
  { kind: "Field", name: { kind: "Name", value: "url" } },
6945
7062
  {
6946
7063
  kind: "Field",
@@ -6976,6 +7093,7 @@
6976
7093
  },
6977
7094
  },
6978
7095
  { kind: "Field", name: { kind: "Name", value: "color" } },
7096
+ { kind: "Field", name: { kind: "Name", value: "content" } },
6979
7097
  { kind: "Field", name: { kind: "Name", value: "description" } },
6980
7098
  { kind: "Field", name: { kind: "Name", value: "name" } },
6981
7099
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -7037,8 +7155,6 @@
7037
7155
  ],
7038
7156
  },
7039
7157
  },
7040
- ...ProjectFragmentDoc.definitions,
7041
- ...PageInfoFragmentDoc.definitions,
7042
7158
  ],
7043
7159
  };
7044
7160
  const ProjectFilterSuggestionPayloadFragmentDoc = {
@@ -7126,8 +7242,6 @@
7126
7242
  ],
7127
7243
  },
7128
7244
  },
7129
- ...ProjectLinkFragmentDoc.definitions,
7130
- ...PageInfoFragmentDoc.definitions,
7131
7245
  ],
7132
7246
  };
7133
7247
  const ProjectLinkPayloadFragmentDoc = {
@@ -7218,8 +7332,6 @@
7218
7332
  ],
7219
7333
  },
7220
7334
  },
7221
- ...ProjectMilestoneFragmentDoc.definitions,
7222
- ...PageInfoFragmentDoc.definitions,
7223
7335
  ],
7224
7336
  };
7225
7337
  const ProjectMilestonePayloadFragmentDoc = {
@@ -7285,6 +7397,7 @@
7285
7397
  kind: "SelectionSet",
7286
7398
  selections: [
7287
7399
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
7400
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
7288
7401
  { kind: "Field", name: { kind: "Name", value: "metadata" } },
7289
7402
  { kind: "Field", name: { kind: "Name", value: "url" } },
7290
7403
  {
@@ -7321,6 +7434,7 @@
7321
7434
  },
7322
7435
  },
7323
7436
  { kind: "Field", name: { kind: "Name", value: "color" } },
7437
+ { kind: "Field", name: { kind: "Name", value: "content" } },
7324
7438
  { kind: "Field", name: { kind: "Name", value: "description" } },
7325
7439
  { kind: "Field", name: { kind: "Name", value: "name" } },
7326
7440
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -7391,9 +7505,6 @@
7391
7505
  ],
7392
7506
  },
7393
7507
  },
7394
- ...ArchiveResponseFragmentDoc.definitions,
7395
- ...ProjectSearchResultFragmentDoc.definitions,
7396
- ...PageInfoFragmentDoc.definitions,
7397
7508
  ],
7398
7509
  };
7399
7510
  const ProjectSearchResultConnectionFragmentDoc = {
@@ -7426,8 +7537,6 @@
7426
7537
  ],
7427
7538
  },
7428
7539
  },
7429
- ...ProjectSearchResultFragmentDoc.definitions,
7430
- ...PageInfoFragmentDoc.definitions,
7431
7540
  ],
7432
7541
  };
7433
7542
  const ProjectUpdateFragmentDoc = {
@@ -7442,6 +7551,7 @@
7442
7551
  selections: [
7443
7552
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
7444
7553
  { kind: "Field", name: { kind: "Name", value: "url" } },
7554
+ { kind: "Field", name: { kind: "Name", value: "diff" } },
7445
7555
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
7446
7556
  {
7447
7557
  kind: "Field",
@@ -7499,8 +7609,6 @@
7499
7609
  ],
7500
7610
  },
7501
7611
  },
7502
- ...ProjectUpdateFragmentDoc.definitions,
7503
- ...PageInfoFragmentDoc.definitions,
7504
7612
  ],
7505
7613
  };
7506
7614
  const ProjectUpdateInteractionFragmentDoc = {
@@ -7570,8 +7678,6 @@
7570
7678
  ],
7571
7679
  },
7572
7680
  },
7573
- ...ProjectUpdateInteractionFragmentDoc.definitions,
7574
- ...PageInfoFragmentDoc.definitions,
7575
7681
  ],
7576
7682
  };
7577
7683
  const ProjectUpdateInteractionPayloadFragmentDoc = {
@@ -7710,8 +7816,6 @@
7710
7816
  ],
7711
7817
  },
7712
7818
  },
7713
- ...PushSubscriptionFragmentDoc.definitions,
7714
- ...PageInfoFragmentDoc.definitions,
7715
7819
  ],
7716
7820
  };
7717
7821
  const PushSubscriptionPayloadFragmentDoc = {
@@ -7795,7 +7899,6 @@
7795
7899
  ],
7796
7900
  },
7797
7901
  },
7798
- ...RateLimitResultPayloadFragmentDoc.definitions,
7799
7902
  ],
7800
7903
  };
7801
7904
  const ReactionFragmentDoc = {
@@ -7857,8 +7960,6 @@
7857
7960
  ],
7858
7961
  },
7859
7962
  },
7860
- ...ReactionFragmentDoc.definitions,
7861
- ...PageInfoFragmentDoc.definitions,
7862
7963
  ],
7863
7964
  };
7864
7965
  const ReactionPayloadFragmentDoc = {
@@ -7885,7 +7986,6 @@
7885
7986
  ],
7886
7987
  },
7887
7988
  },
7888
- ...ReactionFragmentDoc.definitions,
7889
7989
  ],
7890
7990
  };
7891
7991
  const RoadmapFragmentDoc = {
@@ -7959,8 +8059,6 @@
7959
8059
  ],
7960
8060
  },
7961
8061
  },
7962
- ...RoadmapFragmentDoc.definitions,
7963
- ...PageInfoFragmentDoc.definitions,
7964
8062
  ],
7965
8063
  };
7966
8064
  const RoadmapPayloadFragmentDoc = {
@@ -8056,8 +8154,6 @@
8056
8154
  ],
8057
8155
  },
8058
8156
  },
8059
- ...RoadmapToProjectFragmentDoc.definitions,
8060
- ...PageInfoFragmentDoc.definitions,
8061
8157
  ],
8062
8158
  };
8063
8159
  const RoadmapToProjectPayloadFragmentDoc = {
@@ -8242,6 +8338,14 @@
8242
8338
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
8243
8339
  },
8244
8340
  },
8341
+ {
8342
+ kind: "Field",
8343
+ name: { kind: "Name", value: "mergeableWorkflowState" },
8344
+ selectionSet: {
8345
+ kind: "SelectionSet",
8346
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
8347
+ },
8348
+ },
8245
8349
  {
8246
8350
  kind: "Field",
8247
8351
  name: { kind: "Name", value: "reviewWorkflowState" },
@@ -8315,8 +8419,6 @@
8315
8419
  ],
8316
8420
  },
8317
8421
  },
8318
- ...TeamFragmentDoc.definitions,
8319
- ...PageInfoFragmentDoc.definitions,
8320
8422
  ],
8321
8423
  };
8322
8424
  const TeamMembershipFragmentDoc = {
@@ -8387,8 +8489,6 @@
8387
8489
  ],
8388
8490
  },
8389
8491
  },
8390
- ...TeamMembershipFragmentDoc.definitions,
8391
- ...PageInfoFragmentDoc.definitions,
8392
8492
  ],
8393
8493
  };
8394
8494
  const TeamMembershipPayloadFragmentDoc = {
@@ -8465,7 +8565,6 @@
8465
8565
  ],
8466
8566
  },
8467
8567
  },
8468
- ...PageInfoFragmentDoc.definitions,
8469
8568
  ],
8470
8569
  };
8471
8570
  const TemplatePayloadFragmentDoc = {
@@ -8540,7 +8639,6 @@
8540
8639
  ],
8541
8640
  },
8542
8641
  },
8543
- ...UploadFileHeaderFragmentDoc.definitions,
8544
8642
  ],
8545
8643
  };
8546
8644
  const UploadPayloadFragmentDoc = {
@@ -8567,7 +8665,6 @@
8567
8665
  ],
8568
8666
  },
8569
8667
  },
8570
- ...UploadFileFragmentDoc.definitions,
8571
8668
  ],
8572
8669
  };
8573
8670
  const UserAdminPayloadFragmentDoc = {
@@ -8617,8 +8714,6 @@
8617
8714
  ],
8618
8715
  },
8619
8716
  },
8620
- ...UserFragmentDoc.definitions,
8621
- ...PageInfoFragmentDoc.definitions,
8622
8717
  ],
8623
8718
  };
8624
8719
  const UserPayloadFragmentDoc = {
@@ -8749,7 +8844,6 @@
8749
8844
  ],
8750
8845
  },
8751
8846
  },
8752
- ...ViewPreferencesFragmentDoc.definitions,
8753
8847
  ],
8754
8848
  };
8755
8849
  const WebhookFragmentDoc = {
@@ -8824,8 +8918,6 @@
8824
8918
  ],
8825
8919
  },
8826
8920
  },
8827
- ...WebhookFragmentDoc.definitions,
8828
- ...PageInfoFragmentDoc.definitions,
8829
8921
  ],
8830
8922
  };
8831
8923
  const WebhookPayloadFragmentDoc = {
@@ -8926,8 +9018,6 @@
8926
9018
  ],
8927
9019
  },
8928
9020
  },
8929
- ...WorkflowCronJobDefinitionFragmentDoc.definitions,
8930
- ...PageInfoFragmentDoc.definitions,
8931
9021
  ],
8932
9022
  };
8933
9023
  const WorkflowDefinitionFragmentDoc = {
@@ -9043,8 +9133,6 @@
9043
9133
  ],
9044
9134
  },
9045
9135
  },
9046
- ...WorkflowDefinitionFragmentDoc.definitions,
9047
- ...PageInfoFragmentDoc.definitions,
9048
9136
  ],
9049
9137
  };
9050
9138
  const WorkflowStateFragmentDoc = {
@@ -9110,8 +9198,6 @@
9110
9198
  ],
9111
9199
  },
9112
9200
  },
9113
- ...WorkflowStateFragmentDoc.definitions,
9114
- ...PageInfoFragmentDoc.definitions,
9115
9201
  ],
9116
9202
  };
9117
9203
  const WorkflowStatePayloadFragmentDoc = {
@@ -9220,6 +9306,7 @@
9220
9306
  },
9221
9307
  },
9222
9308
  ...ApiKeyPayloadFragmentDoc.definitions,
9309
+ ...ApiKeyFragmentDoc.definitions,
9223
9310
  ],
9224
9311
  };
9225
9312
  const DeleteApiKeyDocument = {
@@ -9390,6 +9477,16 @@
9390
9477
  variable: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
9391
9478
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9392
9479
  },
9480
+ {
9481
+ kind: "VariableDefinition",
9482
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9483
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9484
+ },
9485
+ {
9486
+ kind: "VariableDefinition",
9487
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9488
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9489
+ },
9393
9490
  {
9394
9491
  kind: "VariableDefinition",
9395
9492
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9418,6 +9515,16 @@
9418
9515
  name: { kind: "Name", value: "channelId" },
9419
9516
  value: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
9420
9517
  },
9518
+ {
9519
+ kind: "Argument",
9520
+ name: { kind: "Name", value: "createAsUser" },
9521
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9522
+ },
9523
+ {
9524
+ kind: "Argument",
9525
+ name: { kind: "Name", value: "displayIconUrl" },
9526
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9527
+ },
9421
9528
  {
9422
9529
  kind: "Argument",
9423
9530
  name: { kind: "Name", value: "issueId" },
@@ -9458,6 +9565,16 @@
9458
9565
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9459
9566
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9460
9567
  },
9568
+ {
9569
+ kind: "VariableDefinition",
9570
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9571
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9572
+ },
9573
+ {
9574
+ kind: "VariableDefinition",
9575
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9576
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9577
+ },
9461
9578
  {
9462
9579
  kind: "VariableDefinition",
9463
9580
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9476,6 +9593,16 @@
9476
9593
  name: { kind: "Name", value: "conversationId" },
9477
9594
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9478
9595
  },
9596
+ {
9597
+ kind: "Argument",
9598
+ name: { kind: "Name", value: "createAsUser" },
9599
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9600
+ },
9601
+ {
9602
+ kind: "Argument",
9603
+ name: { kind: "Name", value: "displayIconUrl" },
9604
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9605
+ },
9479
9606
  {
9480
9607
  kind: "Argument",
9481
9608
  name: { kind: "Name", value: "issueId" },
@@ -9506,6 +9633,16 @@
9506
9633
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9507
9634
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9508
9635
  },
9636
+ {
9637
+ kind: "VariableDefinition",
9638
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9639
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9640
+ },
9641
+ {
9642
+ kind: "VariableDefinition",
9643
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9644
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9645
+ },
9509
9646
  {
9510
9647
  kind: "VariableDefinition",
9511
9648
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9524,6 +9661,16 @@
9524
9661
  name: { kind: "Name", value: "conversationId" },
9525
9662
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9526
9663
  },
9664
+ {
9665
+ kind: "Argument",
9666
+ name: { kind: "Name", value: "createAsUser" },
9667
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9668
+ },
9669
+ {
9670
+ kind: "Argument",
9671
+ name: { kind: "Name", value: "displayIconUrl" },
9672
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9673
+ },
9527
9674
  {
9528
9675
  kind: "Argument",
9529
9676
  name: { kind: "Name", value: "issueId" },
@@ -9602,6 +9749,16 @@
9602
9749
  variable: { kind: "Variable", name: { kind: "Name", value: "channel" } },
9603
9750
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9604
9751
  },
9752
+ {
9753
+ kind: "VariableDefinition",
9754
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9755
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9756
+ },
9757
+ {
9758
+ kind: "VariableDefinition",
9759
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9760
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9761
+ },
9605
9762
  {
9606
9763
  kind: "VariableDefinition",
9607
9764
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -9645,6 +9802,16 @@
9645
9802
  name: { kind: "Name", value: "channel" },
9646
9803
  value: { kind: "Variable", name: { kind: "Name", value: "channel" } },
9647
9804
  },
9805
+ {
9806
+ kind: "Argument",
9807
+ name: { kind: "Name", value: "createAsUser" },
9808
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9809
+ },
9810
+ {
9811
+ kind: "Argument",
9812
+ name: { kind: "Name", value: "displayIconUrl" },
9813
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9814
+ },
9648
9815
  {
9649
9816
  kind: "Argument",
9650
9817
  name: { kind: "Name", value: "id" },
@@ -9695,6 +9862,16 @@
9695
9862
  operation: "mutation",
9696
9863
  name: { kind: "Name", value: "attachmentLinkURL" },
9697
9864
  variableDefinitions: [
9865
+ {
9866
+ kind: "VariableDefinition",
9867
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9868
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9869
+ },
9870
+ {
9871
+ kind: "VariableDefinition",
9872
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9873
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9874
+ },
9698
9875
  {
9699
9876
  kind: "VariableDefinition",
9700
9877
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -9723,6 +9900,16 @@
9723
9900
  kind: "Field",
9724
9901
  name: { kind: "Name", value: "attachmentLinkURL" },
9725
9902
  arguments: [
9903
+ {
9904
+ kind: "Argument",
9905
+ name: { kind: "Name", value: "createAsUser" },
9906
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9907
+ },
9908
+ {
9909
+ kind: "Argument",
9910
+ name: { kind: "Name", value: "displayIconUrl" },
9911
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9912
+ },
9726
9913
  {
9727
9914
  kind: "Argument",
9728
9915
  name: { kind: "Name", value: "id" },
@@ -9763,6 +9950,16 @@
9763
9950
  operation: "mutation",
9764
9951
  name: { kind: "Name", value: "attachmentLinkZendesk" },
9765
9952
  variableDefinitions: [
9953
+ {
9954
+ kind: "VariableDefinition",
9955
+ variable: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9956
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9957
+ },
9958
+ {
9959
+ kind: "VariableDefinition",
9960
+ variable: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9961
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
9962
+ },
9766
9963
  {
9767
9964
  kind: "VariableDefinition",
9768
9965
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9781,6 +9978,16 @@
9781
9978
  kind: "Field",
9782
9979
  name: { kind: "Name", value: "attachmentLinkZendesk" },
9783
9980
  arguments: [
9981
+ {
9982
+ kind: "Argument",
9983
+ name: { kind: "Name", value: "createAsUser" },
9984
+ value: { kind: "Variable", name: { kind: "Name", value: "createAsUser" } },
9985
+ },
9986
+ {
9987
+ kind: "Argument",
9988
+ name: { kind: "Name", value: "displayIconUrl" },
9989
+ value: { kind: "Variable", name: { kind: "Name", value: "displayIconUrl" } },
9990
+ },
9784
9991
  {
9785
9992
  kind: "Argument",
9786
9993
  name: { kind: "Name", value: "issueId" },
@@ -10580,6 +10787,9 @@
10580
10787
  },
10581
10788
  },
10582
10789
  ...AuthResolverResponseFragmentDoc.definitions,
10790
+ ...OrganizationFragmentDoc.definitions,
10791
+ ...PaidSubscriptionFragmentDoc.definitions,
10792
+ ...UserFragmentDoc.definitions,
10583
10793
  ],
10584
10794
  };
10585
10795
  const EmailUnsubscribeDocument = {
@@ -10948,6 +11158,8 @@
10948
11158
  },
10949
11159
  },
10950
11160
  ...UploadPayloadFragmentDoc.definitions,
11161
+ ...UploadFileFragmentDoc.definitions,
11162
+ ...UploadFileHeaderFragmentDoc.definitions,
10951
11163
  ],
10952
11164
  };
10953
11165
  const GoogleUserAccountAuthDocument = {
@@ -10989,6 +11201,9 @@
10989
11201
  },
10990
11202
  },
10991
11203
  ...AuthResolverResponseFragmentDoc.definitions,
11204
+ ...OrganizationFragmentDoc.definitions,
11205
+ ...PaidSubscriptionFragmentDoc.definitions,
11206
+ ...UserFragmentDoc.definitions,
10992
11207
  ],
10993
11208
  };
10994
11209
  const ImageUploadFromUrlDocument = {
@@ -11095,6 +11310,57 @@
11095
11310
  },
11096
11311
  },
11097
11312
  ...UploadPayloadFragmentDoc.definitions,
11313
+ ...UploadFileFragmentDoc.definitions,
11314
+ ...UploadFileHeaderFragmentDoc.definitions,
11315
+ ],
11316
+ };
11317
+ const IntegrationAsksConnectChannelDocument = {
11318
+ kind: "Document",
11319
+ definitions: [
11320
+ {
11321
+ kind: "OperationDefinition",
11322
+ operation: "mutation",
11323
+ name: { kind: "Name", value: "integrationAsksConnectChannel" },
11324
+ variableDefinitions: [
11325
+ {
11326
+ kind: "VariableDefinition",
11327
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
11328
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11329
+ },
11330
+ {
11331
+ kind: "VariableDefinition",
11332
+ variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
11333
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11334
+ },
11335
+ ],
11336
+ selectionSet: {
11337
+ kind: "SelectionSet",
11338
+ selections: [
11339
+ {
11340
+ kind: "Field",
11341
+ name: { kind: "Name", value: "integrationAsksConnectChannel" },
11342
+ arguments: [
11343
+ {
11344
+ kind: "Argument",
11345
+ name: { kind: "Name", value: "code" },
11346
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
11347
+ },
11348
+ {
11349
+ kind: "Argument",
11350
+ name: { kind: "Name", value: "redirectUri" },
11351
+ value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
11352
+ },
11353
+ ],
11354
+ selectionSet: {
11355
+ kind: "SelectionSet",
11356
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AsksChannelConnectPayload" } }],
11357
+ },
11358
+ },
11359
+ ],
11360
+ },
11361
+ },
11362
+ ...AsksChannelConnectPayloadFragmentDoc.definitions,
11363
+ ...SlackChannelNameMappingFragmentDoc.definitions,
11098
11364
  ],
11099
11365
  };
11100
11366
  const DeleteIntegrationDocument = {
@@ -12446,6 +12712,7 @@
12446
12712
  },
12447
12713
  },
12448
12714
  ...IssueBatchPayloadFragmentDoc.definitions,
12715
+ ...IssueFragmentDoc.definitions,
12449
12716
  ],
12450
12717
  };
12451
12718
  const CreateIssueDocument = {
@@ -12630,6 +12897,7 @@
12630
12897
  },
12631
12898
  },
12632
12899
  ...IssueImportPayloadFragmentDoc.definitions,
12900
+ ...IssueImportFragmentDoc.definitions,
12633
12901
  ],
12634
12902
  };
12635
12903
  const IssueImportCreateCsvJiraDocument = {
@@ -12728,6 +12996,7 @@
12728
12996
  },
12729
12997
  },
12730
12998
  ...IssueImportPayloadFragmentDoc.definitions,
12999
+ ...IssueImportFragmentDoc.definitions,
12731
13000
  ],
12732
13001
  };
12733
13002
  const IssueImportCreateClubhouseDocument = {
@@ -12836,6 +13105,7 @@
12836
13105
  },
12837
13106
  },
12838
13107
  ...IssueImportPayloadFragmentDoc.definitions,
13108
+ ...IssueImportFragmentDoc.definitions,
12839
13109
  ],
12840
13110
  };
12841
13111
  const IssueImportCreateGithubDocument = {
@@ -12964,6 +13234,7 @@
12964
13234
  },
12965
13235
  },
12966
13236
  ...IssueImportPayloadFragmentDoc.definitions,
13237
+ ...IssueImportFragmentDoc.definitions,
12967
13238
  ],
12968
13239
  };
12969
13240
  const IssueImportCreateJiraDocument = {
@@ -13092,6 +13363,7 @@
13092
13363
  },
13093
13364
  },
13094
13365
  ...IssueImportPayloadFragmentDoc.definitions,
13366
+ ...IssueImportFragmentDoc.definitions,
13095
13367
  ],
13096
13368
  };
13097
13369
  const DeleteIssueImportDocument = {
@@ -13130,6 +13402,7 @@
13130
13402
  },
13131
13403
  },
13132
13404
  ...IssueImportDeletePayloadFragmentDoc.definitions,
13405
+ ...IssueImportFragmentDoc.definitions,
13133
13406
  ],
13134
13407
  };
13135
13408
  const IssueImportProcessDocument = {
@@ -13178,6 +13451,7 @@
13178
13451
  },
13179
13452
  },
13180
13453
  ...IssueImportPayloadFragmentDoc.definitions,
13454
+ ...IssueImportFragmentDoc.definitions,
13181
13455
  ],
13182
13456
  };
13183
13457
  const UpdateIssueImportDocument = {
@@ -13229,6 +13503,7 @@
13229
13503
  },
13230
13504
  },
13231
13505
  ...IssueImportPayloadFragmentDoc.definitions,
13506
+ ...IssueImportFragmentDoc.definitions,
13232
13507
  ],
13233
13508
  };
13234
13509
  const CreateIssueLabelDocument = {
@@ -13778,6 +14053,12 @@
13778
14053
  },
13779
14054
  },
13780
14055
  ...NotificationArchivePayloadFragmentDoc.definitions,
14056
+ ...NotificationFragmentDoc.definitions,
14057
+ ...ActorBotFragmentDoc.definitions,
14058
+ ...IssueNotificationFragmentDoc.definitions,
14059
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14060
+ ...OauthClientApprovalFragmentDoc.definitions,
14061
+ ...ProjectNotificationFragmentDoc.definitions,
13781
14062
  ],
13782
14063
  };
13783
14064
  const NotificationArchiveAllDocument = {
@@ -13819,6 +14100,12 @@
13819
14100
  },
13820
14101
  },
13821
14102
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14103
+ ...NotificationFragmentDoc.definitions,
14104
+ ...ActorBotFragmentDoc.definitions,
14105
+ ...IssueNotificationFragmentDoc.definitions,
14106
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14107
+ ...OauthClientApprovalFragmentDoc.definitions,
14108
+ ...ProjectNotificationFragmentDoc.definitions,
13822
14109
  ],
13823
14110
  };
13824
14111
  const NotificationMarkReadAllDocument = {
@@ -13870,6 +14157,12 @@
13870
14157
  },
13871
14158
  },
13872
14159
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14160
+ ...NotificationFragmentDoc.definitions,
14161
+ ...ActorBotFragmentDoc.definitions,
14162
+ ...IssueNotificationFragmentDoc.definitions,
14163
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14164
+ ...OauthClientApprovalFragmentDoc.definitions,
14165
+ ...ProjectNotificationFragmentDoc.definitions,
13873
14166
  ],
13874
14167
  };
13875
14168
  const NotificationMarkUnreadAllDocument = {
@@ -13911,6 +14204,12 @@
13911
14204
  },
13912
14205
  },
13913
14206
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14207
+ ...NotificationFragmentDoc.definitions,
14208
+ ...ActorBotFragmentDoc.definitions,
14209
+ ...IssueNotificationFragmentDoc.definitions,
14210
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14211
+ ...OauthClientApprovalFragmentDoc.definitions,
14212
+ ...ProjectNotificationFragmentDoc.definitions,
13914
14213
  ],
13915
14214
  };
13916
14215
  const NotificationSnoozeAllDocument = {
@@ -13962,6 +14261,12 @@
13962
14261
  },
13963
14262
  },
13964
14263
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14264
+ ...NotificationFragmentDoc.definitions,
14265
+ ...ActorBotFragmentDoc.definitions,
14266
+ ...IssueNotificationFragmentDoc.definitions,
14267
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14268
+ ...OauthClientApprovalFragmentDoc.definitions,
14269
+ ...ProjectNotificationFragmentDoc.definitions,
13965
14270
  ],
13966
14271
  };
13967
14272
  const CreateNotificationSubscriptionDocument = {
@@ -14005,6 +14310,7 @@
14005
14310
  },
14006
14311
  },
14007
14312
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
14313
+ ...NotificationSubscriptionFragmentDoc.definitions,
14008
14314
  ],
14009
14315
  };
14010
14316
  const DeleteNotificationSubscriptionDocument = {
@@ -14096,6 +14402,7 @@
14096
14402
  },
14097
14403
  },
14098
14404
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
14405
+ ...NotificationSubscriptionFragmentDoc.definitions,
14099
14406
  ],
14100
14407
  };
14101
14408
  const UnarchiveNotificationDocument = {
@@ -14134,6 +14441,12 @@
14134
14441
  },
14135
14442
  },
14136
14443
  ...NotificationArchivePayloadFragmentDoc.definitions,
14444
+ ...NotificationFragmentDoc.definitions,
14445
+ ...ActorBotFragmentDoc.definitions,
14446
+ ...IssueNotificationFragmentDoc.definitions,
14447
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14448
+ ...OauthClientApprovalFragmentDoc.definitions,
14449
+ ...ProjectNotificationFragmentDoc.definitions,
14137
14450
  ],
14138
14451
  };
14139
14452
  const NotificationUnsnoozeAllDocument = {
@@ -14185,6 +14498,12 @@
14185
14498
  },
14186
14499
  },
14187
14500
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14501
+ ...NotificationFragmentDoc.definitions,
14502
+ ...ActorBotFragmentDoc.definitions,
14503
+ ...IssueNotificationFragmentDoc.definitions,
14504
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14505
+ ...OauthClientApprovalFragmentDoc.definitions,
14506
+ ...ProjectNotificationFragmentDoc.definitions,
14188
14507
  ],
14189
14508
  };
14190
14509
  const UpdateNotificationDocument = {
@@ -14236,6 +14555,12 @@
14236
14555
  },
14237
14556
  },
14238
14557
  ...NotificationPayloadFragmentDoc.definitions,
14558
+ ...NotificationFragmentDoc.definitions,
14559
+ ...ActorBotFragmentDoc.definitions,
14560
+ ...IssueNotificationFragmentDoc.definitions,
14561
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14562
+ ...OauthClientApprovalFragmentDoc.definitions,
14563
+ ...ProjectNotificationFragmentDoc.definitions,
14239
14564
  ],
14240
14565
  };
14241
14566
  const DeleteOrganizationCancelDocument = {
@@ -14577,6 +14902,11 @@
14577
14902
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14578
14903
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14579
14904
  },
14905
+ {
14906
+ kind: "VariableDefinition",
14907
+ variable: { kind: "Variable", name: { kind: "Name", value: "trash" } },
14908
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
14909
+ },
14580
14910
  ],
14581
14911
  selectionSet: {
14582
14912
  kind: "SelectionSet",
@@ -14590,6 +14920,11 @@
14590
14920
  name: { kind: "Name", value: "id" },
14591
14921
  value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14592
14922
  },
14923
+ {
14924
+ kind: "Argument",
14925
+ name: { kind: "Name", value: "trash" },
14926
+ value: { kind: "Variable", name: { kind: "Name", value: "trash" } },
14927
+ },
14593
14928
  ],
14594
14929
  selectionSet: {
14595
14930
  kind: "SelectionSet",
@@ -14672,13 +15007,13 @@
14672
15007
  ],
14673
15008
  selectionSet: {
14674
15009
  kind: "SelectionSet",
14675
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
15010
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectArchivePayload" } }],
14676
15011
  },
14677
15012
  },
14678
15013
  ],
14679
15014
  },
14680
15015
  },
14681
- ...DeletePayloadFragmentDoc.definitions,
15016
+ ...ProjectArchivePayloadFragmentDoc.definitions,
14682
15017
  ],
14683
15018
  };
14684
15019
  const CreateProjectLinkDocument = {
@@ -15361,6 +15696,7 @@
15361
15696
  },
15362
15697
  },
15363
15698
  ...ReactionPayloadFragmentDoc.definitions,
15699
+ ...ReactionFragmentDoc.definitions,
15364
15700
  ],
15365
15701
  };
15366
15702
  const DeleteReactionDocument = {
@@ -15852,6 +16188,9 @@
15852
16188
  },
15853
16189
  },
15854
16190
  ...AuthResolverResponseFragmentDoc.definitions,
16191
+ ...OrganizationFragmentDoc.definitions,
16192
+ ...PaidSubscriptionFragmentDoc.definitions,
16193
+ ...UserFragmentDoc.definitions,
15855
16194
  ],
15856
16195
  };
15857
16196
  const CreateTeamDocument = {
@@ -17020,6 +17359,7 @@
17020
17359
  },
17021
17360
  },
17022
17361
  ...ViewPreferencesPayloadFragmentDoc.definitions,
17362
+ ...ViewPreferencesFragmentDoc.definitions,
17023
17363
  ],
17024
17364
  };
17025
17365
  const DeleteViewPreferencesDocument = {
@@ -17109,6 +17449,7 @@
17109
17449
  },
17110
17450
  },
17111
17451
  ...ViewPreferencesPayloadFragmentDoc.definitions,
17452
+ ...ViewPreferencesFragmentDoc.definitions,
17112
17453
  ],
17113
17454
  };
17114
17455
  const CreateWebhookDocument = {
@@ -17505,6 +17846,8 @@
17505
17846
  },
17506
17847
  },
17507
17848
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
17849
+ ...ProjectMilestoneFragmentDoc.definitions,
17850
+ ...PageInfoFragmentDoc.definitions,
17508
17851
  ],
17509
17852
  };
17510
17853
  const AdministrableTeamsDocument = {
@@ -17603,6 +17946,8 @@
17603
17946
  },
17604
17947
  },
17605
17948
  ...TeamConnectionFragmentDoc.definitions,
17949
+ ...TeamFragmentDoc.definitions,
17950
+ ...PageInfoFragmentDoc.definitions,
17606
17951
  ],
17607
17952
  };
17608
17953
  const ApiKeysDocument = {
@@ -17691,6 +18036,8 @@
17691
18036
  },
17692
18037
  },
17693
18038
  ...ApiKeyConnectionFragmentDoc.definitions,
18039
+ ...ApiKeyFragmentDoc.definitions,
18040
+ ...PageInfoFragmentDoc.definitions,
17694
18041
  ],
17695
18042
  };
17696
18043
  const ApplicationInfoDocument = {
@@ -17998,6 +18345,8 @@
17998
18345
  },
17999
18346
  },
18000
18347
  ...AttachmentConnectionFragmentDoc.definitions,
18348
+ ...AttachmentFragmentDoc.definitions,
18349
+ ...PageInfoFragmentDoc.definitions,
18001
18350
  ],
18002
18351
  };
18003
18352
  const AttachmentIssue_ChildrenDocument = {
@@ -18117,6 +18466,8 @@
18117
18466
  },
18118
18467
  },
18119
18468
  ...IssueConnectionFragmentDoc.definitions,
18469
+ ...IssueFragmentDoc.definitions,
18470
+ ...PageInfoFragmentDoc.definitions,
18120
18471
  ],
18121
18472
  };
18122
18473
  const AttachmentIssue_CommentsDocument = {
@@ -18236,6 +18587,9 @@
18236
18587
  },
18237
18588
  },
18238
18589
  ...CommentConnectionFragmentDoc.definitions,
18590
+ ...CommentFragmentDoc.definitions,
18591
+ ...ActorBotFragmentDoc.definitions,
18592
+ ...PageInfoFragmentDoc.definitions,
18239
18593
  ],
18240
18594
  };
18241
18595
  const AttachmentIssue_HistoryDocument = {
@@ -18345,6 +18699,11 @@
18345
18699
  },
18346
18700
  },
18347
18701
  ...IssueHistoryConnectionFragmentDoc.definitions,
18702
+ ...IssueHistoryFragmentDoc.definitions,
18703
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
18704
+ ...ActorBotFragmentDoc.definitions,
18705
+ ...IssueImportFragmentDoc.definitions,
18706
+ ...PageInfoFragmentDoc.definitions,
18348
18707
  ],
18349
18708
  };
18350
18709
  const AttachmentIssue_InverseRelationsDocument = {
@@ -18454,6 +18813,8 @@
18454
18813
  },
18455
18814
  },
18456
18815
  ...IssueRelationConnectionFragmentDoc.definitions,
18816
+ ...IssueRelationFragmentDoc.definitions,
18817
+ ...PageInfoFragmentDoc.definitions,
18457
18818
  ],
18458
18819
  };
18459
18820
  const AttachmentIssue_LabelsDocument = {
@@ -18573,6 +18934,8 @@
18573
18934
  },
18574
18935
  },
18575
18936
  ...IssueLabelConnectionFragmentDoc.definitions,
18937
+ ...IssueLabelFragmentDoc.definitions,
18938
+ ...PageInfoFragmentDoc.definitions,
18576
18939
  ],
18577
18940
  };
18578
18941
  const AttachmentIssue_RelationsDocument = {
@@ -18682,6 +19045,8 @@
18682
19045
  },
18683
19046
  },
18684
19047
  ...IssueRelationConnectionFragmentDoc.definitions,
19048
+ ...IssueRelationFragmentDoc.definitions,
19049
+ ...PageInfoFragmentDoc.definitions,
18685
19050
  ],
18686
19051
  };
18687
19052
  const AttachmentIssue_SubscribersDocument = {
@@ -18811,6 +19176,8 @@
18811
19176
  },
18812
19177
  },
18813
19178
  ...UserConnectionFragmentDoc.definitions,
19179
+ ...UserFragmentDoc.definitions,
19180
+ ...PageInfoFragmentDoc.definitions,
18814
19181
  ],
18815
19182
  };
18816
19183
  const AttachmentsDocument = {
@@ -18909,6 +19276,8 @@
18909
19276
  },
18910
19277
  },
18911
19278
  ...AttachmentConnectionFragmentDoc.definitions,
19279
+ ...AttachmentFragmentDoc.definitions,
19280
+ ...PageInfoFragmentDoc.definitions,
18912
19281
  ],
18913
19282
  };
18914
19283
  const AttachmentsForUrlDocument = {
@@ -19007,6 +19376,8 @@
19007
19376
  },
19008
19377
  },
19009
19378
  ...AttachmentConnectionFragmentDoc.definitions,
19379
+ ...AttachmentFragmentDoc.definitions,
19380
+ ...PageInfoFragmentDoc.definitions,
19010
19381
  ],
19011
19382
  };
19012
19383
  const AuditEntriesDocument = {
@@ -19105,6 +19476,8 @@
19105
19476
  },
19106
19477
  },
19107
19478
  ...AuditEntryConnectionFragmentDoc.definitions,
19479
+ ...AuditEntryFragmentDoc.definitions,
19480
+ ...PageInfoFragmentDoc.definitions,
19108
19481
  ],
19109
19482
  };
19110
19483
  const AuditEntryTypesDocument = {
@@ -19153,6 +19526,9 @@
19153
19526
  },
19154
19527
  },
19155
19528
  ...AuthResolverResponseFragmentDoc.definitions,
19529
+ ...OrganizationFragmentDoc.definitions,
19530
+ ...PaidSubscriptionFragmentDoc.definitions,
19531
+ ...UserFragmentDoc.definitions,
19156
19532
  ],
19157
19533
  };
19158
19534
  const CommentDocument = {
@@ -19191,6 +19567,54 @@
19191
19567
  },
19192
19568
  },
19193
19569
  ...CommentFragmentDoc.definitions,
19570
+ ...ActorBotFragmentDoc.definitions,
19571
+ ],
19572
+ };
19573
+ const Comment_BotActorDocument = {
19574
+ kind: "Document",
19575
+ definitions: [
19576
+ {
19577
+ kind: "OperationDefinition",
19578
+ operation: "query",
19579
+ name: { kind: "Name", value: "comment_botActor" },
19580
+ variableDefinitions: [
19581
+ {
19582
+ kind: "VariableDefinition",
19583
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
19584
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
19585
+ },
19586
+ ],
19587
+ selectionSet: {
19588
+ kind: "SelectionSet",
19589
+ selections: [
19590
+ {
19591
+ kind: "Field",
19592
+ name: { kind: "Name", value: "comment" },
19593
+ arguments: [
19594
+ {
19595
+ kind: "Argument",
19596
+ name: { kind: "Name", value: "id" },
19597
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
19598
+ },
19599
+ ],
19600
+ selectionSet: {
19601
+ kind: "SelectionSet",
19602
+ selections: [
19603
+ {
19604
+ kind: "Field",
19605
+ name: { kind: "Name", value: "botActor" },
19606
+ selectionSet: {
19607
+ kind: "SelectionSet",
19608
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
19609
+ },
19610
+ },
19611
+ ],
19612
+ },
19613
+ },
19614
+ ],
19615
+ },
19616
+ },
19617
+ ...ActorBotFragmentDoc.definitions,
19194
19618
  ],
19195
19619
  };
19196
19620
  const Comment_ChildrenDocument = {
@@ -19310,6 +19734,9 @@
19310
19734
  },
19311
19735
  },
19312
19736
  ...CommentConnectionFragmentDoc.definitions,
19737
+ ...CommentFragmentDoc.definitions,
19738
+ ...ActorBotFragmentDoc.definitions,
19739
+ ...PageInfoFragmentDoc.definitions,
19313
19740
  ],
19314
19741
  };
19315
19742
  const CommentsDocument = {
@@ -19408,6 +19835,9 @@
19408
19835
  },
19409
19836
  },
19410
19837
  ...CommentConnectionFragmentDoc.definitions,
19838
+ ...CommentFragmentDoc.definitions,
19839
+ ...ActorBotFragmentDoc.definitions,
19840
+ ...PageInfoFragmentDoc.definitions,
19411
19841
  ],
19412
19842
  };
19413
19843
  const CustomViewDocument = {
@@ -19534,6 +19964,8 @@
19534
19964
  },
19535
19965
  },
19536
19966
  ...CustomViewConnectionFragmentDoc.definitions,
19967
+ ...CustomViewFragmentDoc.definitions,
19968
+ ...PageInfoFragmentDoc.definitions,
19537
19969
  ],
19538
19970
  };
19539
19971
  const CycleDocument = {
@@ -19691,6 +20123,8 @@
19691
20123
  },
19692
20124
  },
19693
20125
  ...IssueConnectionFragmentDoc.definitions,
20126
+ ...IssueFragmentDoc.definitions,
20127
+ ...PageInfoFragmentDoc.definitions,
19694
20128
  ],
19695
20129
  };
19696
20130
  const Cycle_UncompletedIssuesUponCloseDocument = {
@@ -19810,6 +20244,8 @@
19810
20244
  },
19811
20245
  },
19812
20246
  ...IssueConnectionFragmentDoc.definitions,
20247
+ ...IssueFragmentDoc.definitions,
20248
+ ...PageInfoFragmentDoc.definitions,
19813
20249
  ],
19814
20250
  };
19815
20251
  const CyclesDocument = {
@@ -19908,6 +20344,8 @@
19908
20344
  },
19909
20345
  },
19910
20346
  ...CycleConnectionFragmentDoc.definitions,
20347
+ ...CycleFragmentDoc.definitions,
20348
+ ...PageInfoFragmentDoc.definitions,
19911
20349
  ],
19912
20350
  };
19913
20351
  const DocumentDocument = {
@@ -20034,6 +20472,8 @@
20034
20472
  },
20035
20473
  },
20036
20474
  ...DocumentConnectionFragmentDoc.definitions,
20475
+ ...DocumentFragmentDoc.definitions,
20476
+ ...PageInfoFragmentDoc.definitions,
20037
20477
  ],
20038
20478
  };
20039
20479
  const EmbedInfoDocument = {
@@ -20072,6 +20512,7 @@
20072
20512
  },
20073
20513
  },
20074
20514
  ...EmbedPayloadFragmentDoc.definitions,
20515
+ ...EmbedFragmentDoc.definitions,
20075
20516
  ],
20076
20517
  };
20077
20518
  const EmbedInfo_EmbedDocument = {
@@ -20245,6 +20686,8 @@
20245
20686
  },
20246
20687
  },
20247
20688
  ...EmojiConnectionFragmentDoc.definitions,
20689
+ ...EmojiFragmentDoc.definitions,
20690
+ ...PageInfoFragmentDoc.definitions,
20248
20691
  ],
20249
20692
  };
20250
20693
  const FavoriteDocument = {
@@ -20392,6 +20835,8 @@
20392
20835
  },
20393
20836
  },
20394
20837
  ...FavoriteConnectionFragmentDoc.definitions,
20838
+ ...FavoriteFragmentDoc.definitions,
20839
+ ...PageInfoFragmentDoc.definitions,
20395
20840
  ],
20396
20841
  };
20397
20842
  const FavoritesDocument = {
@@ -20480,6 +20925,8 @@
20480
20925
  },
20481
20926
  },
20482
20927
  ...FavoriteConnectionFragmentDoc.definitions,
20928
+ ...FavoriteFragmentDoc.definitions,
20929
+ ...PageInfoFragmentDoc.definitions,
20483
20930
  ],
20484
20931
  };
20485
20932
  const FigmaEmbedInfoDocument = {
@@ -20528,6 +20975,7 @@
20528
20975
  },
20529
20976
  },
20530
20977
  ...FigmaEmbedPayloadFragmentDoc.definitions,
20978
+ ...FigmaEmbedFragmentDoc.definitions,
20531
20979
  ],
20532
20980
  };
20533
20981
  const FigmaEmbedInfo_FigmaEmbedDocument = {
@@ -20749,6 +21197,8 @@
20749
21197
  },
20750
21198
  },
20751
21199
  ...IntegrationTemplateConnectionFragmentDoc.definitions,
21200
+ ...IntegrationTemplateFragmentDoc.definitions,
21201
+ ...PageInfoFragmentDoc.definitions,
20752
21202
  ],
20753
21203
  };
20754
21204
  const IntegrationsDocument = {
@@ -20837,6 +21287,8 @@
20837
21287
  },
20838
21288
  },
20839
21289
  ...IntegrationConnectionFragmentDoc.definitions,
21290
+ ...IntegrationFragmentDoc.definitions,
21291
+ ...PageInfoFragmentDoc.definitions,
20840
21292
  ],
20841
21293
  };
20842
21294
  const IntegrationsSettingsDocument = {
@@ -21032,6 +21484,8 @@
21032
21484
  },
21033
21485
  },
21034
21486
  ...AttachmentConnectionFragmentDoc.definitions,
21487
+ ...AttachmentFragmentDoc.definitions,
21488
+ ...PageInfoFragmentDoc.definitions,
21035
21489
  ],
21036
21490
  };
21037
21491
  const Issue_ChildrenDocument = {
@@ -21151,6 +21605,8 @@
21151
21605
  },
21152
21606
  },
21153
21607
  ...IssueConnectionFragmentDoc.definitions,
21608
+ ...IssueFragmentDoc.definitions,
21609
+ ...PageInfoFragmentDoc.definitions,
21154
21610
  ],
21155
21611
  };
21156
21612
  const Issue_CommentsDocument = {
@@ -21270,6 +21726,9 @@
21270
21726
  },
21271
21727
  },
21272
21728
  ...CommentConnectionFragmentDoc.definitions,
21729
+ ...CommentFragmentDoc.definitions,
21730
+ ...ActorBotFragmentDoc.definitions,
21731
+ ...PageInfoFragmentDoc.definitions,
21273
21732
  ],
21274
21733
  };
21275
21734
  const Issue_HistoryDocument = {
@@ -21379,6 +21838,11 @@
21379
21838
  },
21380
21839
  },
21381
21840
  ...IssueHistoryConnectionFragmentDoc.definitions,
21841
+ ...IssueHistoryFragmentDoc.definitions,
21842
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
21843
+ ...ActorBotFragmentDoc.definitions,
21844
+ ...IssueImportFragmentDoc.definitions,
21845
+ ...PageInfoFragmentDoc.definitions,
21382
21846
  ],
21383
21847
  };
21384
21848
  const Issue_InverseRelationsDocument = {
@@ -21488,6 +21952,8 @@
21488
21952
  },
21489
21953
  },
21490
21954
  ...IssueRelationConnectionFragmentDoc.definitions,
21955
+ ...IssueRelationFragmentDoc.definitions,
21956
+ ...PageInfoFragmentDoc.definitions,
21491
21957
  ],
21492
21958
  };
21493
21959
  const Issue_LabelsDocument = {
@@ -21607,6 +22073,8 @@
21607
22073
  },
21608
22074
  },
21609
22075
  ...IssueLabelConnectionFragmentDoc.definitions,
22076
+ ...IssueLabelFragmentDoc.definitions,
22077
+ ...PageInfoFragmentDoc.definitions,
21610
22078
  ],
21611
22079
  };
21612
22080
  const Issue_RelationsDocument = {
@@ -21716,6 +22184,8 @@
21716
22184
  },
21717
22185
  },
21718
22186
  ...IssueRelationConnectionFragmentDoc.definitions,
22187
+ ...IssueRelationFragmentDoc.definitions,
22188
+ ...PageInfoFragmentDoc.definitions,
21719
22189
  ],
21720
22190
  };
21721
22191
  const Issue_SubscribersDocument = {
@@ -21845,6 +22315,8 @@
21845
22315
  },
21846
22316
  },
21847
22317
  ...UserConnectionFragmentDoc.definitions,
22318
+ ...UserFragmentDoc.definitions,
22319
+ ...PageInfoFragmentDoc.definitions,
21848
22320
  ],
21849
22321
  };
21850
22322
  const IssueFigmaFileKeySearchDocument = {
@@ -21943,6 +22415,8 @@
21943
22415
  },
21944
22416
  },
21945
22417
  ...IssueConnectionFragmentDoc.definitions,
22418
+ ...IssueFragmentDoc.definitions,
22419
+ ...PageInfoFragmentDoc.definitions,
21946
22420
  ],
21947
22421
  };
21948
22422
  const IssueFilterSuggestionDocument = {
@@ -22067,6 +22541,8 @@
22067
22541
  },
22068
22542
  },
22069
22543
  ...GithubOAuthTokenPayloadFragmentDoc.definitions,
22544
+ ...GithubOrgFragmentDoc.definitions,
22545
+ ...GithubRepoFragmentDoc.definitions,
22070
22546
  ],
22071
22547
  };
22072
22548
  const IssueLabelDocument = {
@@ -22224,6 +22700,8 @@
22224
22700
  },
22225
22701
  },
22226
22702
  ...IssueLabelConnectionFragmentDoc.definitions,
22703
+ ...IssueLabelFragmentDoc.definitions,
22704
+ ...PageInfoFragmentDoc.definitions,
22227
22705
  ],
22228
22706
  };
22229
22707
  const IssueLabel_IssuesDocument = {
@@ -22343,6 +22821,8 @@
22343
22821
  },
22344
22822
  },
22345
22823
  ...IssueConnectionFragmentDoc.definitions,
22824
+ ...IssueFragmentDoc.definitions,
22825
+ ...PageInfoFragmentDoc.definitions,
22346
22826
  ],
22347
22827
  };
22348
22828
  const IssueLabelsDocument = {
@@ -22441,6 +22921,8 @@
22441
22921
  },
22442
22922
  },
22443
22923
  ...IssueLabelConnectionFragmentDoc.definitions,
22924
+ ...IssueLabelFragmentDoc.definitions,
22925
+ ...PageInfoFragmentDoc.definitions,
22444
22926
  ],
22445
22927
  };
22446
22928
  const IssuePriorityValuesDocument = {
@@ -22591,6 +23073,8 @@
22591
23073
  },
22592
23074
  },
22593
23075
  ...IssueRelationConnectionFragmentDoc.definitions,
23076
+ ...IssueRelationFragmentDoc.definitions,
23077
+ ...PageInfoFragmentDoc.definitions,
22594
23078
  ],
22595
23079
  };
22596
23080
  const IssueSearchDocument = {
@@ -22699,6 +23183,8 @@
22699
23183
  },
22700
23184
  },
22701
23185
  ...IssueConnectionFragmentDoc.definitions,
23186
+ ...IssueFragmentDoc.definitions,
23187
+ ...PageInfoFragmentDoc.definitions,
22702
23188
  ],
22703
23189
  };
22704
23190
  const IssueVcsBranchSearchDocument = {
@@ -22856,6 +23342,8 @@
22856
23342
  },
22857
23343
  },
22858
23344
  ...AttachmentConnectionFragmentDoc.definitions,
23345
+ ...AttachmentFragmentDoc.definitions,
23346
+ ...PageInfoFragmentDoc.definitions,
22859
23347
  ],
22860
23348
  };
22861
23349
  const IssueVcsBranchSearch_ChildrenDocument = {
@@ -22975,6 +23463,8 @@
22975
23463
  },
22976
23464
  },
22977
23465
  ...IssueConnectionFragmentDoc.definitions,
23466
+ ...IssueFragmentDoc.definitions,
23467
+ ...PageInfoFragmentDoc.definitions,
22978
23468
  ],
22979
23469
  };
22980
23470
  const IssueVcsBranchSearch_CommentsDocument = {
@@ -23094,6 +23584,9 @@
23094
23584
  },
23095
23585
  },
23096
23586
  ...CommentConnectionFragmentDoc.definitions,
23587
+ ...CommentFragmentDoc.definitions,
23588
+ ...ActorBotFragmentDoc.definitions,
23589
+ ...PageInfoFragmentDoc.definitions,
23097
23590
  ],
23098
23591
  };
23099
23592
  const IssueVcsBranchSearch_HistoryDocument = {
@@ -23203,6 +23696,11 @@
23203
23696
  },
23204
23697
  },
23205
23698
  ...IssueHistoryConnectionFragmentDoc.definitions,
23699
+ ...IssueHistoryFragmentDoc.definitions,
23700
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
23701
+ ...ActorBotFragmentDoc.definitions,
23702
+ ...IssueImportFragmentDoc.definitions,
23703
+ ...PageInfoFragmentDoc.definitions,
23206
23704
  ],
23207
23705
  };
23208
23706
  const IssueVcsBranchSearch_InverseRelationsDocument = {
@@ -23312,6 +23810,8 @@
23312
23810
  },
23313
23811
  },
23314
23812
  ...IssueRelationConnectionFragmentDoc.definitions,
23813
+ ...IssueRelationFragmentDoc.definitions,
23814
+ ...PageInfoFragmentDoc.definitions,
23315
23815
  ],
23316
23816
  };
23317
23817
  const IssueVcsBranchSearch_LabelsDocument = {
@@ -23431,6 +23931,8 @@
23431
23931
  },
23432
23932
  },
23433
23933
  ...IssueLabelConnectionFragmentDoc.definitions,
23934
+ ...IssueLabelFragmentDoc.definitions,
23935
+ ...PageInfoFragmentDoc.definitions,
23434
23936
  ],
23435
23937
  };
23436
23938
  const IssueVcsBranchSearch_RelationsDocument = {
@@ -23540,6 +24042,8 @@
23540
24042
  },
23541
24043
  },
23542
24044
  ...IssueRelationConnectionFragmentDoc.definitions,
24045
+ ...IssueRelationFragmentDoc.definitions,
24046
+ ...PageInfoFragmentDoc.definitions,
23543
24047
  ],
23544
24048
  };
23545
24049
  const IssueVcsBranchSearch_SubscribersDocument = {
@@ -23669,6 +24173,8 @@
23669
24173
  },
23670
24174
  },
23671
24175
  ...UserConnectionFragmentDoc.definitions,
24176
+ ...UserFragmentDoc.definitions,
24177
+ ...PageInfoFragmentDoc.definitions,
23672
24178
  ],
23673
24179
  };
23674
24180
  const IssuesDocument = {
@@ -23767,6 +24273,8 @@
23767
24273
  },
23768
24274
  },
23769
24275
  ...IssueConnectionFragmentDoc.definitions,
24276
+ ...IssueFragmentDoc.definitions,
24277
+ ...PageInfoFragmentDoc.definitions,
23770
24278
  ],
23771
24279
  };
23772
24280
  const NotificationDocument = {
@@ -23805,6 +24313,11 @@
23805
24313
  },
23806
24314
  },
23807
24315
  ...NotificationFragmentDoc.definitions,
24316
+ ...ActorBotFragmentDoc.definitions,
24317
+ ...IssueNotificationFragmentDoc.definitions,
24318
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
24319
+ ...OauthClientApprovalFragmentDoc.definitions,
24320
+ ...ProjectNotificationFragmentDoc.definitions,
23808
24321
  ],
23809
24322
  };
23810
24323
  const NotificationSubscriptionDocument = {
@@ -23933,6 +24446,8 @@
23933
24446
  },
23934
24447
  },
23935
24448
  ...NotificationSubscriptionConnectionFragmentDoc.definitions,
24449
+ ...NotificationSubscriptionFragmentDoc.definitions,
24450
+ ...PageInfoFragmentDoc.definitions,
23936
24451
  ],
23937
24452
  };
23938
24453
  const NotificationsDocument = {
@@ -24021,6 +24536,13 @@
24021
24536
  },
24022
24537
  },
24023
24538
  ...NotificationConnectionFragmentDoc.definitions,
24539
+ ...NotificationFragmentDoc.definitions,
24540
+ ...ActorBotFragmentDoc.definitions,
24541
+ ...IssueNotificationFragmentDoc.definitions,
24542
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
24543
+ ...OauthClientApprovalFragmentDoc.definitions,
24544
+ ...ProjectNotificationFragmentDoc.definitions,
24545
+ ...PageInfoFragmentDoc.definitions,
24024
24546
  ],
24025
24547
  };
24026
24548
  const OrganizationDocument = {
@@ -24045,6 +24567,7 @@
24045
24567
  },
24046
24568
  },
24047
24569
  ...OrganizationFragmentDoc.definitions,
24570
+ ...PaidSubscriptionFragmentDoc.definitions,
24048
24571
  ],
24049
24572
  };
24050
24573
  const Organization_IntegrationsDocument = {
@@ -24142,6 +24665,8 @@
24142
24665
  },
24143
24666
  },
24144
24667
  ...IntegrationConnectionFragmentDoc.definitions,
24668
+ ...IntegrationFragmentDoc.definitions,
24669
+ ...PageInfoFragmentDoc.definitions,
24145
24670
  ],
24146
24671
  };
24147
24672
  const Organization_LabelsDocument = {
@@ -24249,6 +24774,8 @@
24249
24774
  },
24250
24775
  },
24251
24776
  ...IssueLabelConnectionFragmentDoc.definitions,
24777
+ ...IssueLabelFragmentDoc.definitions,
24778
+ ...PageInfoFragmentDoc.definitions,
24252
24779
  ],
24253
24780
  };
24254
24781
  const Organization_SubscriptionDocument = {
@@ -24389,6 +24916,8 @@
24389
24916
  },
24390
24917
  },
24391
24918
  ...TeamConnectionFragmentDoc.definitions,
24919
+ ...TeamFragmentDoc.definitions,
24920
+ ...PageInfoFragmentDoc.definitions,
24392
24921
  ],
24393
24922
  };
24394
24923
  const Organization_TemplatesDocument = {
@@ -24486,6 +25015,7 @@
24486
25015
  },
24487
25016
  },
24488
25017
  ...TemplateConnectionFragmentDoc.definitions,
25018
+ ...PageInfoFragmentDoc.definitions,
24489
25019
  ],
24490
25020
  };
24491
25021
  const Organization_UsersDocument = {
@@ -24593,6 +25123,8 @@
24593
25123
  },
24594
25124
  },
24595
25125
  ...UserConnectionFragmentDoc.definitions,
25126
+ ...UserFragmentDoc.definitions,
25127
+ ...PageInfoFragmentDoc.definitions,
24596
25128
  ],
24597
25129
  };
24598
25130
  const OrganizationExistsDocument = {
@@ -24757,6 +25289,8 @@
24757
25289
  },
24758
25290
  },
24759
25291
  ...OrganizationInviteConnectionFragmentDoc.definitions,
25292
+ ...OrganizationInviteFragmentDoc.definitions,
25293
+ ...PageInfoFragmentDoc.definitions,
24760
25294
  ],
24761
25295
  };
24762
25296
  const ProjectDocument = {
@@ -24904,6 +25438,8 @@
24904
25438
  },
24905
25439
  },
24906
25440
  ...DocumentConnectionFragmentDoc.definitions,
25441
+ ...DocumentFragmentDoc.definitions,
25442
+ ...PageInfoFragmentDoc.definitions,
24907
25443
  ],
24908
25444
  };
24909
25445
  const Project_IssuesDocument = {
@@ -25023,6 +25559,8 @@
25023
25559
  },
25024
25560
  },
25025
25561
  ...IssueConnectionFragmentDoc.definitions,
25562
+ ...IssueFragmentDoc.definitions,
25563
+ ...PageInfoFragmentDoc.definitions,
25026
25564
  ],
25027
25565
  };
25028
25566
  const Project_LinksDocument = {
@@ -25132,6 +25670,8 @@
25132
25670
  },
25133
25671
  },
25134
25672
  ...ProjectLinkConnectionFragmentDoc.definitions,
25673
+ ...ProjectLinkFragmentDoc.definitions,
25674
+ ...PageInfoFragmentDoc.definitions,
25135
25675
  ],
25136
25676
  };
25137
25677
  const Project_MembersDocument = {
@@ -25261,6 +25801,8 @@
25261
25801
  },
25262
25802
  },
25263
25803
  ...UserConnectionFragmentDoc.definitions,
25804
+ ...UserFragmentDoc.definitions,
25805
+ ...PageInfoFragmentDoc.definitions,
25264
25806
  ],
25265
25807
  };
25266
25808
  const Project_ProjectMilestonesDocument = {
@@ -25372,6 +25914,8 @@
25372
25914
  },
25373
25915
  },
25374
25916
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
25917
+ ...ProjectMilestoneFragmentDoc.definitions,
25918
+ ...PageInfoFragmentDoc.definitions,
25375
25919
  ],
25376
25920
  };
25377
25921
  const Project_ProjectUpdatesDocument = {
@@ -25481,6 +26025,8 @@
25481
26025
  },
25482
26026
  },
25483
26027
  ...ProjectUpdateConnectionFragmentDoc.definitions,
26028
+ ...ProjectUpdateFragmentDoc.definitions,
26029
+ ...PageInfoFragmentDoc.definitions,
25484
26030
  ],
25485
26031
  };
25486
26032
  const Project_TeamsDocument = {
@@ -25600,6 +26146,8 @@
25600
26146
  },
25601
26147
  },
25602
26148
  ...TeamConnectionFragmentDoc.definitions,
26149
+ ...TeamFragmentDoc.definitions,
26150
+ ...PageInfoFragmentDoc.definitions,
25603
26151
  ],
25604
26152
  };
25605
26153
  const ProjectFilterSuggestionDocument = {
@@ -25764,6 +26312,8 @@
25764
26312
  },
25765
26313
  },
25766
26314
  ...ProjectLinkConnectionFragmentDoc.definitions,
26315
+ ...ProjectLinkFragmentDoc.definitions,
26316
+ ...PageInfoFragmentDoc.definitions,
25767
26317
  ],
25768
26318
  };
25769
26319
  const ProjectUpdateDocument = {
@@ -25930,6 +26480,8 @@
25930
26480
  },
25931
26481
  },
25932
26482
  ...ProjectUpdateInteractionConnectionFragmentDoc.definitions,
26483
+ ...ProjectUpdateInteractionFragmentDoc.definitions,
26484
+ ...PageInfoFragmentDoc.definitions,
25933
26485
  ],
25934
26486
  };
25935
26487
  const ProjectUpdatesDocument = {
@@ -26018,6 +26570,8 @@
26018
26570
  },
26019
26571
  },
26020
26572
  ...ProjectUpdateConnectionFragmentDoc.definitions,
26573
+ ...ProjectUpdateFragmentDoc.definitions,
26574
+ ...PageInfoFragmentDoc.definitions,
26021
26575
  ],
26022
26576
  };
26023
26577
  const ProjectsDocument = {
@@ -26116,6 +26670,8 @@
26116
26670
  },
26117
26671
  },
26118
26672
  ...ProjectConnectionFragmentDoc.definitions,
26673
+ ...ProjectFragmentDoc.definitions,
26674
+ ...PageInfoFragmentDoc.definitions,
26119
26675
  ],
26120
26676
  };
26121
26677
  const PushSubscriptionTestDocument = {
@@ -26164,6 +26720,7 @@
26164
26720
  },
26165
26721
  },
26166
26722
  ...RateLimitPayloadFragmentDoc.definitions,
26723
+ ...RateLimitResultPayloadFragmentDoc.definitions,
26167
26724
  ],
26168
26725
  };
26169
26726
  const RoadmapDocument = {
@@ -26321,6 +26878,8 @@
26321
26878
  },
26322
26879
  },
26323
26880
  ...ProjectConnectionFragmentDoc.definitions,
26881
+ ...ProjectFragmentDoc.definitions,
26882
+ ...PageInfoFragmentDoc.definitions,
26324
26883
  ],
26325
26884
  };
26326
26885
  const RoadmapToProjectDocument = {
@@ -26447,6 +27006,8 @@
26447
27006
  },
26448
27007
  },
26449
27008
  ...RoadmapToProjectConnectionFragmentDoc.definitions,
27009
+ ...RoadmapToProjectFragmentDoc.definitions,
27010
+ ...PageInfoFragmentDoc.definitions,
26450
27011
  ],
26451
27012
  };
26452
27013
  const RoadmapsDocument = {
@@ -26535,6 +27096,8 @@
26535
27096
  },
26536
27097
  },
26537
27098
  ...RoadmapConnectionFragmentDoc.definitions,
27099
+ ...RoadmapFragmentDoc.definitions,
27100
+ ...PageInfoFragmentDoc.definitions,
26538
27101
  ],
26539
27102
  };
26540
27103
  const SearchDocumentsDocument = {
@@ -26575,6 +27138,11 @@
26575
27138
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26576
27139
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26577
27140
  },
27141
+ {
27142
+ kind: "VariableDefinition",
27143
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27144
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27145
+ },
26578
27146
  {
26579
27147
  kind: "VariableDefinition",
26580
27148
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26618,6 +27186,11 @@
26618
27186
  name: { kind: "Name", value: "orderBy" },
26619
27187
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26620
27188
  },
27189
+ {
27190
+ kind: "Argument",
27191
+ name: { kind: "Name", value: "teamId" },
27192
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27193
+ },
26621
27194
  {
26622
27195
  kind: "Argument",
26623
27196
  name: { kind: "Name", value: "term" },
@@ -26633,6 +27206,9 @@
26633
27206
  },
26634
27207
  },
26635
27208
  ...DocumentSearchPayloadFragmentDoc.definitions,
27209
+ ...ArchiveResponseFragmentDoc.definitions,
27210
+ ...DocumentSearchResultFragmentDoc.definitions,
27211
+ ...PageInfoFragmentDoc.definitions,
26636
27212
  ],
26637
27213
  };
26638
27214
  const SearchDocuments_ArchivePayloadDocument = {
@@ -26673,6 +27249,11 @@
26673
27249
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26674
27250
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26675
27251
  },
27252
+ {
27253
+ kind: "VariableDefinition",
27254
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27255
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27256
+ },
26676
27257
  {
26677
27258
  kind: "VariableDefinition",
26678
27259
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26716,6 +27297,11 @@
26716
27297
  name: { kind: "Name", value: "orderBy" },
26717
27298
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26718
27299
  },
27300
+ {
27301
+ kind: "Argument",
27302
+ name: { kind: "Name", value: "teamId" },
27303
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27304
+ },
26719
27305
  {
26720
27306
  kind: "Argument",
26721
27307
  name: { kind: "Name", value: "term" },
@@ -26785,6 +27371,11 @@
26785
27371
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26786
27372
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26787
27373
  },
27374
+ {
27375
+ kind: "VariableDefinition",
27376
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27377
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27378
+ },
26788
27379
  {
26789
27380
  kind: "VariableDefinition",
26790
27381
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26833,6 +27424,11 @@
26833
27424
  name: { kind: "Name", value: "orderBy" },
26834
27425
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26835
27426
  },
27427
+ {
27428
+ kind: "Argument",
27429
+ name: { kind: "Name", value: "teamId" },
27430
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27431
+ },
26836
27432
  {
26837
27433
  kind: "Argument",
26838
27434
  name: { kind: "Name", value: "term" },
@@ -26848,6 +27444,9 @@
26848
27444
  },
26849
27445
  },
26850
27446
  ...IssueSearchPayloadFragmentDoc.definitions,
27447
+ ...ArchiveResponseFragmentDoc.definitions,
27448
+ ...IssueSearchResultFragmentDoc.definitions,
27449
+ ...PageInfoFragmentDoc.definitions,
26851
27450
  ],
26852
27451
  };
26853
27452
  const SearchIssues_ArchivePayloadDocument = {
@@ -26893,6 +27492,11 @@
26893
27492
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26894
27493
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26895
27494
  },
27495
+ {
27496
+ kind: "VariableDefinition",
27497
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27498
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27499
+ },
26896
27500
  {
26897
27501
  kind: "VariableDefinition",
26898
27502
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26941,6 +27545,11 @@
26941
27545
  name: { kind: "Name", value: "orderBy" },
26942
27546
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26943
27547
  },
27548
+ {
27549
+ kind: "Argument",
27550
+ name: { kind: "Name", value: "teamId" },
27551
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27552
+ },
26944
27553
  {
26945
27554
  kind: "Argument",
26946
27555
  name: { kind: "Name", value: "term" },
@@ -27005,6 +27614,11 @@
27005
27614
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27006
27615
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
27007
27616
  },
27617
+ {
27618
+ kind: "VariableDefinition",
27619
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27620
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27621
+ },
27008
27622
  {
27009
27623
  kind: "VariableDefinition",
27010
27624
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -27048,6 +27662,11 @@
27048
27662
  name: { kind: "Name", value: "orderBy" },
27049
27663
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27050
27664
  },
27665
+ {
27666
+ kind: "Argument",
27667
+ name: { kind: "Name", value: "teamId" },
27668
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27669
+ },
27051
27670
  {
27052
27671
  kind: "Argument",
27053
27672
  name: { kind: "Name", value: "term" },
@@ -27063,6 +27682,9 @@
27063
27682
  },
27064
27683
  },
27065
27684
  ...ProjectSearchPayloadFragmentDoc.definitions,
27685
+ ...ArchiveResponseFragmentDoc.definitions,
27686
+ ...ProjectSearchResultFragmentDoc.definitions,
27687
+ ...PageInfoFragmentDoc.definitions,
27066
27688
  ],
27067
27689
  };
27068
27690
  const SearchProjects_ArchivePayloadDocument = {
@@ -27103,6 +27725,11 @@
27103
27725
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27104
27726
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
27105
27727
  },
27728
+ {
27729
+ kind: "VariableDefinition",
27730
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27731
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27732
+ },
27106
27733
  {
27107
27734
  kind: "VariableDefinition",
27108
27735
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -27146,6 +27773,11 @@
27146
27773
  name: { kind: "Name", value: "orderBy" },
27147
27774
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27148
27775
  },
27776
+ {
27777
+ kind: "Argument",
27778
+ name: { kind: "Name", value: "teamId" },
27779
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27780
+ },
27149
27781
  {
27150
27782
  kind: "Argument",
27151
27783
  name: { kind: "Name", value: "term" },
@@ -27375,6 +28007,8 @@
27375
28007
  },
27376
28008
  },
27377
28009
  ...CycleConnectionFragmentDoc.definitions,
28010
+ ...CycleFragmentDoc.definitions,
28011
+ ...PageInfoFragmentDoc.definitions,
27378
28012
  ],
27379
28013
  };
27380
28014
  const Team_IssuesDocument = {
@@ -27494,6 +28128,8 @@
27494
28128
  },
27495
28129
  },
27496
28130
  ...IssueConnectionFragmentDoc.definitions,
28131
+ ...IssueFragmentDoc.definitions,
28132
+ ...PageInfoFragmentDoc.definitions,
27497
28133
  ],
27498
28134
  };
27499
28135
  const Team_LabelsDocument = {
@@ -27613,6 +28249,8 @@
27613
28249
  },
27614
28250
  },
27615
28251
  ...IssueLabelConnectionFragmentDoc.definitions,
28252
+ ...IssueLabelFragmentDoc.definitions,
28253
+ ...PageInfoFragmentDoc.definitions,
27616
28254
  ],
27617
28255
  };
27618
28256
  const Team_MembersDocument = {
@@ -27742,6 +28380,8 @@
27742
28380
  },
27743
28381
  },
27744
28382
  ...UserConnectionFragmentDoc.definitions,
28383
+ ...UserFragmentDoc.definitions,
28384
+ ...PageInfoFragmentDoc.definitions,
27745
28385
  ],
27746
28386
  };
27747
28387
  const Team_MembershipsDocument = {
@@ -27851,6 +28491,8 @@
27851
28491
  },
27852
28492
  },
27853
28493
  ...TeamMembershipConnectionFragmentDoc.definitions,
28494
+ ...TeamMembershipFragmentDoc.definitions,
28495
+ ...PageInfoFragmentDoc.definitions,
27854
28496
  ],
27855
28497
  };
27856
28498
  const Team_ProjectsDocument = {
@@ -27970,6 +28612,8 @@
27970
28612
  },
27971
28613
  },
27972
28614
  ...ProjectConnectionFragmentDoc.definitions,
28615
+ ...ProjectFragmentDoc.definitions,
28616
+ ...PageInfoFragmentDoc.definitions,
27973
28617
  ],
27974
28618
  };
27975
28619
  const Team_StatesDocument = {
@@ -28089,6 +28733,8 @@
28089
28733
  },
28090
28734
  },
28091
28735
  ...WorkflowStateConnectionFragmentDoc.definitions,
28736
+ ...WorkflowStateFragmentDoc.definitions,
28737
+ ...PageInfoFragmentDoc.definitions,
28092
28738
  ],
28093
28739
  };
28094
28740
  const Team_TemplatesDocument = {
@@ -28198,6 +28844,7 @@
28198
28844
  },
28199
28845
  },
28200
28846
  ...TemplateConnectionFragmentDoc.definitions,
28847
+ ...PageInfoFragmentDoc.definitions,
28201
28848
  ],
28202
28849
  };
28203
28850
  const Team_WebhooksDocument = {
@@ -28307,6 +28954,8 @@
28307
28954
  },
28308
28955
  },
28309
28956
  ...WebhookConnectionFragmentDoc.definitions,
28957
+ ...WebhookFragmentDoc.definitions,
28958
+ ...PageInfoFragmentDoc.definitions,
28310
28959
  ],
28311
28960
  };
28312
28961
  const TeamMembershipDocument = {
@@ -28433,6 +29082,8 @@
28433
29082
  },
28434
29083
  },
28435
29084
  ...TeamMembershipConnectionFragmentDoc.definitions,
29085
+ ...TeamMembershipFragmentDoc.definitions,
29086
+ ...PageInfoFragmentDoc.definitions,
28436
29087
  ],
28437
29088
  };
28438
29089
  const TeamsDocument = {
@@ -28531,6 +29182,8 @@
28531
29182
  },
28532
29183
  },
28533
29184
  ...TeamConnectionFragmentDoc.definitions,
29185
+ ...TeamFragmentDoc.definitions,
29186
+ ...PageInfoFragmentDoc.definitions,
28534
29187
  ],
28535
29188
  };
28536
29189
  const TemplateDocument = {
@@ -28788,6 +29441,8 @@
28788
29441
  },
28789
29442
  },
28790
29443
  ...IssueConnectionFragmentDoc.definitions,
29444
+ ...IssueFragmentDoc.definitions,
29445
+ ...PageInfoFragmentDoc.definitions,
28791
29446
  ],
28792
29447
  };
28793
29448
  const User_CreatedIssuesDocument = {
@@ -28907,6 +29562,8 @@
28907
29562
  },
28908
29563
  },
28909
29564
  ...IssueConnectionFragmentDoc.definitions,
29565
+ ...IssueFragmentDoc.definitions,
29566
+ ...PageInfoFragmentDoc.definitions,
28910
29567
  ],
28911
29568
  };
28912
29569
  const User_TeamMembershipsDocument = {
@@ -29016,6 +29673,8 @@
29016
29673
  },
29017
29674
  },
29018
29675
  ...TeamMembershipConnectionFragmentDoc.definitions,
29676
+ ...TeamMembershipFragmentDoc.definitions,
29677
+ ...PageInfoFragmentDoc.definitions,
29019
29678
  ],
29020
29679
  };
29021
29680
  const User_TeamsDocument = {
@@ -29135,6 +29794,8 @@
29135
29794
  },
29136
29795
  },
29137
29796
  ...TeamConnectionFragmentDoc.definitions,
29797
+ ...TeamFragmentDoc.definitions,
29798
+ ...PageInfoFragmentDoc.definitions,
29138
29799
  ],
29139
29800
  };
29140
29801
  const UserSettingsDocument = {
@@ -29267,6 +29928,8 @@
29267
29928
  },
29268
29929
  },
29269
29930
  ...UserConnectionFragmentDoc.definitions,
29931
+ ...UserFragmentDoc.definitions,
29932
+ ...PageInfoFragmentDoc.definitions,
29270
29933
  ],
29271
29934
  };
29272
29935
  const ViewerDocument = {
@@ -29398,6 +30061,8 @@
29398
30061
  },
29399
30062
  },
29400
30063
  ...IssueConnectionFragmentDoc.definitions,
30064
+ ...IssueFragmentDoc.definitions,
30065
+ ...PageInfoFragmentDoc.definitions,
29401
30066
  ],
29402
30067
  };
29403
30068
  const Viewer_CreatedIssuesDocument = {
@@ -29505,6 +30170,8 @@
29505
30170
  },
29506
30171
  },
29507
30172
  ...IssueConnectionFragmentDoc.definitions,
30173
+ ...IssueFragmentDoc.definitions,
30174
+ ...PageInfoFragmentDoc.definitions,
29508
30175
  ],
29509
30176
  };
29510
30177
  const Viewer_TeamMembershipsDocument = {
@@ -29602,6 +30269,8 @@
29602
30269
  },
29603
30270
  },
29604
30271
  ...TeamMembershipConnectionFragmentDoc.definitions,
30272
+ ...TeamMembershipFragmentDoc.definitions,
30273
+ ...PageInfoFragmentDoc.definitions,
29605
30274
  ],
29606
30275
  };
29607
30276
  const Viewer_TeamsDocument = {
@@ -29709,6 +30378,8 @@
29709
30378
  },
29710
30379
  },
29711
30380
  ...TeamConnectionFragmentDoc.definitions,
30381
+ ...TeamFragmentDoc.definitions,
30382
+ ...PageInfoFragmentDoc.definitions,
29712
30383
  ],
29713
30384
  };
29714
30385
  const WebhookDocument = {
@@ -29835,6 +30506,8 @@
29835
30506
  },
29836
30507
  },
29837
30508
  ...WebhookConnectionFragmentDoc.definitions,
30509
+ ...WebhookFragmentDoc.definitions,
30510
+ ...PageInfoFragmentDoc.definitions,
29838
30511
  ],
29839
30512
  };
29840
30513
  const WorkflowStateDocument = {
@@ -29992,6 +30665,8 @@
29992
30665
  },
29993
30666
  },
29994
30667
  ...IssueConnectionFragmentDoc.definitions,
30668
+ ...IssueFragmentDoc.definitions,
30669
+ ...PageInfoFragmentDoc.definitions,
29995
30670
  ],
29996
30671
  };
29997
30672
  const WorkflowStatesDocument = {
@@ -30090,6 +30765,8 @@
30090
30765
  },
30091
30766
  },
30092
30767
  ...WorkflowStateConnectionFragmentDoc.definitions,
30768
+ ...WorkflowStateFragmentDoc.definitions,
30769
+ ...PageInfoFragmentDoc.definitions,
30093
30770
  ],
30094
30771
  };
30095
30772
 
@@ -30106,6 +30783,7 @@
30106
30783
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
30107
30784
  get PushSubscriptionType () { return PushSubscriptionType; },
30108
30785
  get ReleaseChannel () { return ReleaseChannel; },
30786
+ get SlaDayCountType () { return SlaDayCountType; },
30109
30787
  get SlaStatus () { return SlaStatus; },
30110
30788
  get UserContextViewType () { return UserContextViewType; },
30111
30789
  get UserFlagType () { return UserFlagType; },
@@ -30124,6 +30802,7 @@
30124
30802
  CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
30125
30803
  DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
30126
30804
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
30805
+ ActorBotFragmentDoc: ActorBotFragmentDoc,
30127
30806
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
30128
30807
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
30129
30808
  OauthClientApprovalNotificationFragmentDoc: OauthClientApprovalNotificationFragmentDoc,
@@ -30159,6 +30838,8 @@
30159
30838
  PagerDutyScheduleMappingFragmentDoc: PagerDutyScheduleMappingFragmentDoc,
30160
30839
  PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
30161
30840
  SentrySettingsFragmentDoc: SentrySettingsFragmentDoc,
30841
+ SlackChannelNameMappingFragmentDoc: SlackChannelNameMappingFragmentDoc,
30842
+ SlackAsksSettingsFragmentDoc: SlackAsksSettingsFragmentDoc,
30162
30843
  SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
30163
30844
  ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
30164
30845
  IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
@@ -30168,9 +30849,11 @@
30168
30849
  PageInfoFragmentDoc: PageInfoFragmentDoc,
30169
30850
  ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
30170
30851
  ApiKeyPayloadFragmentDoc: ApiKeyPayloadFragmentDoc,
30852
+ AsksChannelConnectPayloadFragmentDoc: AsksChannelConnectPayloadFragmentDoc,
30171
30853
  AttachmentFragmentDoc: AttachmentFragmentDoc,
30172
30854
  AttachmentConnectionFragmentDoc: AttachmentConnectionFragmentDoc,
30173
30855
  AttachmentPayloadFragmentDoc: AttachmentPayloadFragmentDoc,
30856
+ AttachmentSourcesPayloadFragmentDoc: AttachmentSourcesPayloadFragmentDoc,
30174
30857
  AuditEntryFragmentDoc: AuditEntryFragmentDoc,
30175
30858
  AuditEntryConnectionFragmentDoc: AuditEntryConnectionFragmentDoc,
30176
30859
  AuditEntryTypeFragmentDoc: AuditEntryTypeFragmentDoc,
@@ -30376,6 +31059,7 @@
30376
31059
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
30377
31060
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
30378
31061
  ImportFileUploadDocument: ImportFileUploadDocument,
31062
+ IntegrationAsksConnectChannelDocument: IntegrationAsksConnectChannelDocument,
30379
31063
  DeleteIntegrationDocument: DeleteIntegrationDocument,
30380
31064
  IntegrationDiscordDocument: IntegrationDiscordDocument,
30381
31065
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -30536,6 +31220,7 @@
30536
31220
  AuditEntryTypesDocument: AuditEntryTypesDocument,
30537
31221
  AvailableUsersDocument: AvailableUsersDocument,
30538
31222
  CommentDocument: CommentDocument,
31223
+ Comment_BotActorDocument: Comment_BotActorDocument,
30539
31224
  Comment_ChildrenDocument: Comment_ChildrenDocument,
30540
31225
  CommentsDocument: CommentsDocument,
30541
31226
  CustomViewDocument: CustomViewDocument,
@@ -30796,6 +31481,24 @@
30796
31481
  return undefined;
30797
31482
  }
30798
31483
  }
31484
+ /**
31485
+ * A bot actor is an actor that is not a user, but an application or integration.
31486
+ *
31487
+ * @param request - function to call the graphql client
31488
+ * @param data - L.ActorBotFragment response data
31489
+ */
31490
+ class ActorBot extends Request {
31491
+ constructor(request, data) {
31492
+ var _a, _b, _c, _d;
31493
+ super(request);
31494
+ this.avatarUrl = (_a = data.avatarUrl) !== null && _a !== void 0 ? _a : undefined;
31495
+ this.id = data.id;
31496
+ this.name = (_b = data.name) !== null && _b !== void 0 ? _b : undefined;
31497
+ this.subType = (_c = data.subType) !== null && _c !== void 0 ? _c : undefined;
31498
+ this.type = data.type;
31499
+ this.userDisplayName = (_d = data.userDisplayName) !== null && _d !== void 0 ? _d : undefined;
31500
+ }
31501
+ }
30799
31502
  /**
30800
31503
  * An API key. Grants access to the user's resources.
30801
31504
  *
@@ -30894,6 +31597,27 @@
30894
31597
  this.totalCount = data.totalCount;
30895
31598
  }
30896
31599
  }
31600
+ /**
31601
+ * AsksChannelConnectPayload model
31602
+ *
31603
+ * @param request - function to call the graphql client
31604
+ * @param data - L.AsksChannelConnectPayloadFragment response data
31605
+ */
31606
+ class AsksChannelConnectPayload extends Request {
31607
+ constructor(request, data) {
31608
+ var _a;
31609
+ super(request);
31610
+ this.lastSyncId = data.lastSyncId;
31611
+ this.success = data.success;
31612
+ this.mapping = new SlackChannelNameMapping(request, data.mapping);
31613
+ this._integration = (_a = data.integration) !== null && _a !== void 0 ? _a : undefined;
31614
+ }
31615
+ /** The integration that was created or updated. */
31616
+ get integration() {
31617
+ var _a, _b;
31618
+ 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;
31619
+ }
31620
+ }
30897
31621
  /**
30898
31622
  * Issue attachment (e.g. support ticket, pull request).
30899
31623
  *
@@ -30994,6 +31718,19 @@
30994
31718
  return new AttachmentQuery(this._request).fetch(this._attachment.id);
30995
31719
  }
30996
31720
  }
31721
+ /**
31722
+ * AttachmentSourcesPayload model
31723
+ *
31724
+ * @param request - function to call the graphql client
31725
+ * @param data - L.AttachmentSourcesPayloadFragment response data
31726
+ */
31727
+ class AttachmentSourcesPayload extends Request {
31728
+ constructor(request, data) {
31729
+ var _a;
31730
+ super(request);
31731
+ this.sources = (_a = parseJson(data.sources)) !== null && _a !== void 0 ? _a : {};
31732
+ }
31733
+ }
30997
31734
  /**
30998
31735
  * Workspace audit log entry object.
30999
31736
  *
@@ -31091,6 +31828,7 @@
31091
31828
  this.reactionData = (_d = parseJson(data.reactionData)) !== null && _d !== void 0 ? _d : {};
31092
31829
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
31093
31830
  this.url = data.url;
31831
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
31094
31832
  this._issue = data.issue;
31095
31833
  this._parent = (_f = data.parent) !== null && _f !== void 0 ? _f : undefined;
31096
31834
  this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
@@ -31262,6 +32000,7 @@
31262
32000
  this.shared = data.shared;
31263
32001
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
31264
32002
  this._creator = data.creator;
32003
+ this._owner = data.owner;
31265
32004
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
31266
32005
  }
31267
32006
  /** The user who created the custom view. */
@@ -31272,6 +32011,10 @@
31272
32011
  get organization() {
31273
32012
  return new OrganizationQuery(this._request).fetch();
31274
32013
  }
32014
+ /** The user who owns the custom view. */
32015
+ get owner() {
32016
+ return new UserQuery(this._request).fetch(this._owner.id);
32017
+ }
31275
32018
  /** The team associated with the custom view. */
31276
32019
  get team() {
31277
32020
  var _a, _b;
@@ -31312,6 +32055,7 @@
31312
32055
  constructor(request, data) {
31313
32056
  var _a, _b, _c, _d, _e, _f, _g, _h;
31314
32057
  super(request);
32058
+ this.active = data.active;
31315
32059
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31316
32060
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
31317
32061
  this.id = data.id;
@@ -31488,6 +32232,7 @@
31488
32232
  constructor(request, data) {
31489
32233
  var _a, _b, _c, _d, _e, _f, _g, _h;
31490
32234
  super(request);
32235
+ this.active = data.active;
31491
32236
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31492
32237
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
31493
32238
  this.id = data.id;
@@ -31638,21 +32383,28 @@
31638
32383
  */
31639
32384
  class DocumentContent extends Request {
31640
32385
  constructor(request, data) {
31641
- var _a, _b, _c, _d, _e, _f;
32386
+ var _a, _b, _c, _d, _e, _f, _g, _h;
31642
32387
  super(request);
31643
32388
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31644
32389
  this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
31645
32390
  this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
31646
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
32391
+ this.contentState = (_d = parseJson(data.contentState)) !== null && _d !== void 0 ? _d : undefined;
32392
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
31647
32393
  this.id = data.id;
31648
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
31649
- this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
32394
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
32395
+ this._issue = (_g = data.issue) !== null && _g !== void 0 ? _g : undefined;
32396
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
31650
32397
  }
31651
32398
  /** The issue that the document is associated with. */
31652
32399
  get issue() {
31653
32400
  var _a, _b;
31654
32401
  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;
31655
32402
  }
32403
+ /** The project that the document is associated with. */
32404
+ get project() {
32405
+ var _a, _b;
32406
+ 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;
32407
+ }
31656
32408
  }
31657
32409
  /**
31658
32410
  * DocumentPayload model
@@ -32055,18 +32807,17 @@
32055
32807
  */
32056
32808
  class FirstResponderSchedule extends Request {
32057
32809
  constructor(request, data) {
32058
- var _a, _b, _c, _d, _e;
32810
+ var _a, _b, _c, _d;
32059
32811
  super(request);
32060
32812
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
32061
32813
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
32062
32814
  this.id = data.id;
32063
- this.integrationScheduleId = (_c = data.integrationScheduleId) !== null && _c !== void 0 ? _c : undefined;
32064
- this.scheduleData = (_d = parseJson(data.scheduleData)) !== null && _d !== void 0 ? _d : {};
32065
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
32815
+ this.scheduleData = (_c = parseJson(data.scheduleData)) !== null && _c !== void 0 ? _c : undefined;
32816
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
32066
32817
  this._integration = data.integration;
32067
32818
  this._team = data.team;
32068
32819
  }
32069
- /** The integration used for scheduling. */
32820
+ /** The integration used for time scheduling. */
32070
32821
  get integration() {
32071
32822
  return new IntegrationQuery(this._request).fetch(this._integration.id);
32072
32823
  }
@@ -32146,9 +32897,11 @@
32146
32897
  */
32147
32898
  class GitHubSettings extends Request {
32148
32899
  constructor(request, data) {
32900
+ var _a;
32149
32901
  super(request);
32150
32902
  this.orgAvatarUrl = data.orgAvatarUrl;
32151
32903
  this.orgLogin = data.orgLogin;
32904
+ this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
32152
32905
  }
32153
32906
  }
32154
32907
  /**
@@ -32323,6 +33076,7 @@
32323
33076
  this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
32324
33077
  this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
32325
33078
  this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
33079
+ this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
32326
33080
  this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
32327
33081
  ? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
32328
33082
  : undefined;
@@ -32339,12 +33093,13 @@
32339
33093
  */
32340
33094
  class IntegrationTemplate extends Request {
32341
33095
  constructor(request, data) {
32342
- var _a, _b, _c;
33096
+ var _a, _b, _c, _d;
32343
33097
  super(request);
32344
33098
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
32345
33099
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
33100
+ this.foreignEntityId = (_c = data.foreignEntityId) !== null && _c !== void 0 ? _c : undefined;
32346
33101
  this.id = data.id;
32347
- this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
33102
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
32348
33103
  this._integration = data.integration;
32349
33104
  this._template = data.template;
32350
33105
  }
@@ -32743,6 +33498,7 @@
32743
33498
  this.trashed = (_6 = data.trashed) !== null && _6 !== void 0 ? _6 : undefined;
32744
33499
  this.updatedAt = (_7 = parseDate(data.updatedAt)) !== null && _7 !== void 0 ? _7 : new Date();
32745
33500
  this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
33501
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
32746
33502
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
32747
33503
  this.relationChanges = data.relationChanges
32748
33504
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
@@ -32946,6 +33702,7 @@
32946
33702
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
32947
33703
  this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
32948
33704
  this.id = data.id;
33705
+ this.isGroup = data.isGroup;
32949
33706
  this.name = data.name;
32950
33707
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
32951
33708
  this._creator = (_e = data.creator) !== null && _e !== void 0 ? _e : undefined;
@@ -33041,6 +33798,7 @@
33041
33798
  this.type = data.type;
33042
33799
  this.unsnoozedAt = (_g = parseDate(data.unsnoozedAt)) !== null && _g !== void 0 ? _g : undefined;
33043
33800
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
33801
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
33044
33802
  this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
33045
33803
  this._comment = (_k = data.comment) !== null && _k !== void 0 ? _k : undefined;
33046
33804
  this._issue = data.issue;
@@ -33365,6 +34123,7 @@
33365
34123
  constructor(request, data) {
33366
34124
  var _a, _b, _c, _d, _e, _f, _g, _h;
33367
34125
  super(request);
34126
+ this.active = data.active;
33368
34127
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
33369
34128
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
33370
34129
  this.id = data.id;
@@ -33455,6 +34214,7 @@
33455
34214
  this.type = data.type;
33456
34215
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
33457
34216
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
34217
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
33458
34218
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
33459
34219
  this._user = data.user;
33460
34220
  }
@@ -33553,6 +34313,7 @@
33553
34313
  constructor(request, data) {
33554
34314
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
33555
34315
  super(request);
34316
+ this.active = data.active;
33556
34317
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
33557
34318
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
33558
34319
  this.id = data.id;
@@ -33745,6 +34506,7 @@
33745
34506
  this.type = data.type;
33746
34507
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
33747
34508
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
34509
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
33748
34510
  this.oauthClientApproval = new OauthClientApproval(request, data.oauthClientApproval);
33749
34511
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
33750
34512
  this._user = data.user;
@@ -33908,7 +34670,7 @@
33908
34670
  */
33909
34671
  class OrganizationInvite extends Request {
33910
34672
  constructor(request, data) {
33911
- var _a, _b, _c, _d, _e, _f;
34673
+ var _a, _b, _c, _d, _e, _f, _g;
33912
34674
  super(request);
33913
34675
  this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
33914
34676
  this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -33917,8 +34679,9 @@
33917
34679
  this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
33918
34680
  this.external = data.external;
33919
34681
  this.id = data.id;
33920
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
33921
- this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
34682
+ this.metadata = (_e = parseJson(data.metadata)) !== null && _e !== void 0 ? _e : {};
34683
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
34684
+ this._invitee = (_g = data.invitee) !== null && _g !== void 0 ? _g : undefined;
33922
34685
  this._inviter = data.inviter;
33923
34686
  }
33924
34687
  /** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
@@ -34108,7 +34871,7 @@
34108
34871
  */
34109
34872
  class Project extends Request {
34110
34873
  constructor(request, data) {
34111
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
34874
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
34112
34875
  super(request);
34113
34876
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34114
34877
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -34117,15 +34880,16 @@
34117
34880
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
34118
34881
  this.completedIssueCountHistory = data.completedIssueCountHistory;
34119
34882
  this.completedScopeHistory = data.completedScopeHistory;
34120
- this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
34883
+ this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
34884
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
34121
34885
  this.description = data.description;
34122
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
34886
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
34123
34887
  this.id = data.id;
34124
34888
  this.inProgressScopeHistory = data.inProgressScopeHistory;
34125
34889
  this.issueCountHistory = data.issueCountHistory;
34126
34890
  this.name = data.name;
34127
34891
  this.progress = data.progress;
34128
- this.projectUpdateRemindersPausedUntilAt = (_g = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _g !== void 0 ? _g : undefined;
34892
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
34129
34893
  this.scope = data.scope;
34130
34894
  this.scopeHistory = data.scopeHistory;
34131
34895
  this.slackIssueComments = data.slackIssueComments;
@@ -34133,16 +34897,17 @@
34133
34897
  this.slackNewIssue = data.slackNewIssue;
34134
34898
  this.slugId = data.slugId;
34135
34899
  this.sortOrder = data.sortOrder;
34136
- this.startDate = (_h = data.startDate) !== null && _h !== void 0 ? _h : undefined;
34137
- this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
34900
+ this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
34901
+ this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
34138
34902
  this.state = data.state;
34139
- this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
34140
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
34903
+ this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
34904
+ this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
34905
+ this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
34141
34906
  this.url = data.url;
34142
- this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
34907
+ this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
34143
34908
  this._creator = data.creator;
34144
- this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
34145
- this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
34909
+ this._integrationsSettings = (_q = data.integrationsSettings) !== null && _q !== void 0 ? _q : undefined;
34910
+ this._lead = (_r = data.lead) !== null && _r !== void 0 ? _r : undefined;
34146
34911
  }
34147
34912
  /** The project was created based on this issue. */
34148
34913
  get convertedFromIssue() {
@@ -34194,14 +34959,14 @@
34194
34959
  return new Project_TeamsQuery(this._request, this.id, variables).fetch(variables);
34195
34960
  }
34196
34961
  /** Archives a project. */
34197
- archive() {
34198
- return new ArchiveProjectMutation(this._request).fetch(this.id);
34962
+ archive(variables) {
34963
+ return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
34199
34964
  }
34200
34965
  /** Creates a new project. */
34201
34966
  create(input) {
34202
34967
  return new CreateProjectMutation(this._request).fetch(input);
34203
34968
  }
34204
- /** Deletes a project. All issues will be disassociated from the deleted project. */
34969
+ /** Deletes (trashes) a project. */
34205
34970
  delete() {
34206
34971
  return new DeleteProjectMutation(this._request).fetch(this.id);
34207
34972
  }
@@ -34415,6 +35180,7 @@
34415
35180
  this.type = data.type;
34416
35181
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
34417
35182
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
35183
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
34418
35184
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
34419
35185
  this._project = data.project;
34420
35186
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
@@ -34449,6 +35215,7 @@
34449
35215
  constructor(request, data) {
34450
35216
  var _a, _b, _c, _d, _e, _f, _g, _h;
34451
35217
  super(request);
35218
+ this.active = data.active;
34452
35219
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34453
35220
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
34454
35221
  this.id = data.id;
@@ -34539,7 +35306,7 @@
34539
35306
  */
34540
35307
  class ProjectSearchResult extends Request {
34541
35308
  constructor(request, data) {
34542
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
35309
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
34543
35310
  super(request);
34544
35311
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34545
35312
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -34548,16 +35315,17 @@
34548
35315
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
34549
35316
  this.completedIssueCountHistory = data.completedIssueCountHistory;
34550
35317
  this.completedScopeHistory = data.completedScopeHistory;
34551
- this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
35318
+ this.content = (_e = data.content) !== null && _e !== void 0 ? _e : undefined;
35319
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
34552
35320
  this.description = data.description;
34553
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
35321
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
34554
35322
  this.id = data.id;
34555
35323
  this.inProgressScopeHistory = data.inProgressScopeHistory;
34556
35324
  this.issueCountHistory = data.issueCountHistory;
34557
- this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
35325
+ this.metadata = (_h = parseJson(data.metadata)) !== null && _h !== void 0 ? _h : {};
34558
35326
  this.name = data.name;
34559
35327
  this.progress = data.progress;
34560
- this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
35328
+ this.projectUpdateRemindersPausedUntilAt = (_j = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _j !== void 0 ? _j : undefined;
34561
35329
  this.scope = data.scope;
34562
35330
  this.scopeHistory = data.scopeHistory;
34563
35331
  this.slackIssueComments = data.slackIssueComments;
@@ -34565,16 +35333,17 @@
34565
35333
  this.slackNewIssue = data.slackNewIssue;
34566
35334
  this.slugId = data.slugId;
34567
35335
  this.sortOrder = data.sortOrder;
34568
- this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
34569
- this.startedAt = (_k = parseDate(data.startedAt)) !== null && _k !== void 0 ? _k : undefined;
35336
+ this.startDate = (_k = data.startDate) !== null && _k !== void 0 ? _k : undefined;
35337
+ this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
34570
35338
  this.state = data.state;
34571
- this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
34572
- this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
35339
+ this.targetDate = (_m = data.targetDate) !== null && _m !== void 0 ? _m : undefined;
35340
+ this.trashed = (_o = data.trashed) !== null && _o !== void 0 ? _o : undefined;
35341
+ this.updatedAt = (_p = parseDate(data.updatedAt)) !== null && _p !== void 0 ? _p : new Date();
34573
35342
  this.url = data.url;
34574
- this._convertedFromIssue = (_o = data.convertedFromIssue) !== null && _o !== void 0 ? _o : undefined;
35343
+ this._convertedFromIssue = (_q = data.convertedFromIssue) !== null && _q !== void 0 ? _q : undefined;
34575
35344
  this._creator = data.creator;
34576
- this._integrationsSettings = (_p = data.integrationsSettings) !== null && _p !== void 0 ? _p : undefined;
34577
- this._lead = (_q = data.lead) !== null && _q !== void 0 ? _q : undefined;
35345
+ this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
35346
+ this._lead = (_s = data.lead) !== null && _s !== void 0 ? _s : undefined;
34578
35347
  }
34579
35348
  /** The project was created based on this issue. */
34580
35349
  get convertedFromIssue() {
@@ -34618,14 +35387,15 @@
34618
35387
  */
34619
35388
  class ProjectUpdate extends Request {
34620
35389
  constructor(request, data) {
34621
- var _a, _b, _c, _d;
35390
+ var _a, _b, _c, _d, _e;
34622
35391
  super(request);
34623
35392
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34624
35393
  this.body = data.body;
34625
35394
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
34626
- this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
35395
+ this.diff = (_c = parseJson(data.diff)) !== null && _c !== void 0 ? _c : undefined;
35396
+ this.editedAt = (_d = parseDate(data.editedAt)) !== null && _d !== void 0 ? _d : undefined;
34627
35397
  this.id = data.id;
34628
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
35398
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
34629
35399
  this.url = data.url;
34630
35400
  this._project = data.project;
34631
35401
  this._user = data.user;
@@ -35138,6 +35908,35 @@
35138
35908
  this.organizationSlug = data.organizationSlug;
35139
35909
  }
35140
35910
  }
35911
+ /**
35912
+ * Slack Asks specific settings.
35913
+ *
35914
+ * @param request - function to call the graphql client
35915
+ * @param data - L.SlackAsksSettingsFragment response data
35916
+ */
35917
+ class SlackAsksSettings extends Request {
35918
+ constructor(request, data) {
35919
+ super(request);
35920
+ this.slackChannelMapping = data.slackChannelMapping
35921
+ ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
35922
+ : undefined;
35923
+ }
35924
+ }
35925
+ /**
35926
+ * Tuple for mapping Slack channel IDs to names
35927
+ *
35928
+ * @param request - function to call the graphql client
35929
+ * @param data - L.SlackChannelNameMappingFragment response data
35930
+ */
35931
+ class SlackChannelNameMapping extends Request {
35932
+ constructor(request, data) {
35933
+ var _a;
35934
+ super(request);
35935
+ this.id = data.id;
35936
+ this.isPrivate = (_a = data.isPrivate) !== null && _a !== void 0 ? _a : undefined;
35937
+ this.name = data.name;
35938
+ }
35939
+ }
35141
35940
  /**
35142
35941
  * Slack notification specific settings.
35143
35942
  *
@@ -35203,7 +36002,7 @@
35203
36002
  */
35204
36003
  class Team extends Request {
35205
36004
  constructor(request, data) {
35206
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
36005
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
35207
36006
  super(request);
35208
36007
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
35209
36008
  this.autoArchivePeriod = data.autoArchivePeriod;
@@ -35252,9 +36051,10 @@
35252
36051
  this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
35253
36052
  this._markedAsDuplicateWorkflowState = (_s = data.markedAsDuplicateWorkflowState) !== null && _s !== void 0 ? _s : undefined;
35254
36053
  this._mergeWorkflowState = (_t = data.mergeWorkflowState) !== null && _t !== void 0 ? _t : undefined;
35255
- this._reviewWorkflowState = (_u = data.reviewWorkflowState) !== null && _u !== void 0 ? _u : undefined;
35256
- this._startWorkflowState = (_v = data.startWorkflowState) !== null && _v !== void 0 ? _v : undefined;
35257
- this._triageIssueState = (_w = data.triageIssueState) !== null && _w !== void 0 ? _w : undefined;
36054
+ this._mergeableWorkflowState = (_u = data.mergeableWorkflowState) !== null && _u !== void 0 ? _u : undefined;
36055
+ this._reviewWorkflowState = (_v = data.reviewWorkflowState) !== null && _v !== void 0 ? _v : undefined;
36056
+ this._startWorkflowState = (_w = data.startWorkflowState) !== null && _w !== void 0 ? _w : undefined;
36057
+ this._triageIssueState = (_x = data.triageIssueState) !== null && _x !== void 0 ? _x : undefined;
35258
36058
  }
35259
36059
  /** Team's currently active cycle. */
35260
36060
  get activeCycle() {
@@ -35310,6 +36110,13 @@
35310
36110
  ? new WorkflowStateQuery(this._request).fetch((_b = this._mergeWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
35311
36111
  : undefined;
35312
36112
  }
36113
+ /** The workflow state into which issues are moved when a PR is ready to be merged. */
36114
+ get mergeableWorkflowState() {
36115
+ var _a, _b;
36116
+ return ((_a = this._mergeableWorkflowState) === null || _a === void 0 ? void 0 : _a.id)
36117
+ ? new WorkflowStateQuery(this._request).fetch((_b = this._mergeableWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
36118
+ : undefined;
36119
+ }
35313
36120
  /** The organization that the team is associated with. */
35314
36121
  get organization() {
35315
36122
  return new OrganizationQuery(this._request).fetch();
@@ -35480,6 +36287,7 @@
35480
36287
  constructor(request, data) {
35481
36288
  var _a, _b, _c, _d, _e, _f, _g, _h;
35482
36289
  super(request);
36290
+ this.active = data.active;
35483
36291
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
35484
36292
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
35485
36293
  this.id = data.id;
@@ -35824,6 +36632,7 @@
35824
36632
  constructor(request, data) {
35825
36633
  var _a, _b, _c, _d, _e, _f, _g, _h;
35826
36634
  super(request);
36635
+ this.active = data.active;
35827
36636
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
35828
36637
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
35829
36638
  this.id = data.id;
@@ -36483,16 +37292,15 @@
36483
37292
  * @param issueId - required issueId to pass to attachmentLinkDiscord
36484
37293
  * @param messageId - required messageId to pass to attachmentLinkDiscord
36485
37294
  * @param url - required url to pass to attachmentLinkDiscord
37295
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
36486
37296
  * @returns parsed response from AttachmentLinkDiscordMutation
36487
37297
  */
36488
- fetch(channelId, issueId, messageId, url) {
37298
+ fetch(channelId, issueId, messageId, url, variables) {
36489
37299
  return __awaiter(this, void 0, void 0, function* () {
36490
- const response = yield this._request(AttachmentLinkDiscordDocument, {
36491
- channelId,
37300
+ const response = yield this._request(AttachmentLinkDiscordDocument, Object.assign({ channelId,
36492
37301
  issueId,
36493
37302
  messageId,
36494
- url,
36495
- });
37303
+ url }, variables));
36496
37304
  const data = response.attachmentLinkDiscord;
36497
37305
  return new AttachmentPayload(this._request, data);
36498
37306
  });
@@ -36512,14 +37320,13 @@
36512
37320
  *
36513
37321
  * @param conversationId - required conversationId to pass to attachmentLinkFront
36514
37322
  * @param issueId - required issueId to pass to attachmentLinkFront
37323
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
36515
37324
  * @returns parsed response from AttachmentLinkFrontMutation
36516
37325
  */
36517
- fetch(conversationId, issueId) {
37326
+ fetch(conversationId, issueId, variables) {
36518
37327
  return __awaiter(this, void 0, void 0, function* () {
36519
- const response = yield this._request(AttachmentLinkFrontDocument, {
36520
- conversationId,
36521
- issueId,
36522
- });
37328
+ const response = yield this._request(AttachmentLinkFrontDocument, Object.assign({ conversationId,
37329
+ issueId }, variables));
36523
37330
  const data = response.attachmentLinkFront;
36524
37331
  return new FrontAttachmentPayload(this._request, data);
36525
37332
  });
@@ -36539,14 +37346,13 @@
36539
37346
  *
36540
37347
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
36541
37348
  * @param issueId - required issueId to pass to attachmentLinkIntercom
37349
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
36542
37350
  * @returns parsed response from AttachmentLinkIntercomMutation
36543
37351
  */
36544
- fetch(conversationId, issueId) {
37352
+ fetch(conversationId, issueId, variables) {
36545
37353
  return __awaiter(this, void 0, void 0, function* () {
36546
- const response = yield this._request(AttachmentLinkIntercomDocument, {
36547
- conversationId,
36548
- issueId,
36549
- });
37354
+ const response = yield this._request(AttachmentLinkIntercomDocument, Object.assign({ conversationId,
37355
+ issueId }, variables));
36550
37356
  const data = response.attachmentLinkIntercom;
36551
37357
  return new AttachmentPayload(this._request, data);
36552
37358
  });
@@ -36649,14 +37455,13 @@
36649
37455
  *
36650
37456
  * @param issueId - required issueId to pass to attachmentLinkZendesk
36651
37457
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
37458
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
36652
37459
  * @returns parsed response from AttachmentLinkZendeskMutation
36653
37460
  */
36654
- fetch(issueId, ticketId) {
37461
+ fetch(issueId, ticketId, variables) {
36655
37462
  return __awaiter(this, void 0, void 0, function* () {
36656
- const response = yield this._request(AttachmentLinkZendeskDocument, {
36657
- issueId,
36658
- ticketId,
36659
- });
37463
+ const response = yield this._request(AttachmentLinkZendeskDocument, Object.assign({ issueId,
37464
+ ticketId }, variables));
36660
37465
  const data = response.attachmentLinkZendesk;
36661
37466
  return new AttachmentPayload(this._request, data);
36662
37467
  });
@@ -37402,6 +38207,33 @@
37402
38207
  });
37403
38208
  }
37404
38209
  }
38210
+ /**
38211
+ * A fetchable IntegrationAsksConnectChannel Mutation
38212
+ *
38213
+ * @param request - function to call the graphql client
38214
+ */
38215
+ class IntegrationAsksConnectChannelMutation extends Request {
38216
+ constructor(request) {
38217
+ super(request);
38218
+ }
38219
+ /**
38220
+ * Call the IntegrationAsksConnectChannel mutation and return a AsksChannelConnectPayload
38221
+ *
38222
+ * @param code - required code to pass to integrationAsksConnectChannel
38223
+ * @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
38224
+ * @returns parsed response from IntegrationAsksConnectChannelMutation
38225
+ */
38226
+ fetch(code, redirectUri) {
38227
+ return __awaiter(this, void 0, void 0, function* () {
38228
+ const response = yield this._request(IntegrationAsksConnectChannelDocument, {
38229
+ code,
38230
+ redirectUri,
38231
+ });
38232
+ const data = response.integrationAsksConnectChannel;
38233
+ return new AsksChannelConnectPayload(this._request, data);
38234
+ });
38235
+ }
38236
+ }
37405
38237
  /**
37406
38238
  * A fetchable DeleteIntegration Mutation
37407
38239
  *
@@ -39243,13 +40075,12 @@
39243
40075
  * Call the ArchiveProject mutation and return a ProjectArchivePayload
39244
40076
  *
39245
40077
  * @param id - required id to pass to archiveProject
40078
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
39246
40079
  * @returns parsed response from ArchiveProjectMutation
39247
40080
  */
39248
- fetch(id) {
40081
+ fetch(id, variables) {
39249
40082
  return __awaiter(this, void 0, void 0, function* () {
39250
- const response = yield this._request(ArchiveProjectDocument, {
39251
- id,
39252
- });
40083
+ const response = yield this._request(ArchiveProjectDocument, Object.assign({ id }, variables));
39253
40084
  const data = response.projectArchive;
39254
40085
  return new ProjectArchivePayload(this._request, data);
39255
40086
  });
@@ -39290,7 +40121,7 @@
39290
40121
  super(request);
39291
40122
  }
39292
40123
  /**
39293
- * Call the DeleteProject mutation and return a DeletePayload
40124
+ * Call the DeleteProject mutation and return a ProjectArchivePayload
39294
40125
  *
39295
40126
  * @param id - required id to pass to deleteProject
39296
40127
  * @returns parsed response from DeleteProjectMutation
@@ -39301,7 +40132,7 @@
39301
40132
  id,
39302
40133
  });
39303
40134
  const data = response.projectDelete;
39304
- return new DeletePayload(this._request, data);
40135
+ return new ProjectArchivePayload(this._request, data);
39305
40136
  });
39306
40137
  }
39307
40138
  }
@@ -43264,6 +44095,32 @@
43264
44095
  });
43265
44096
  }
43266
44097
  }
44098
+ /**
44099
+ * A fetchable Comment_BotActor Query
44100
+ *
44101
+ * @param request - function to call the graphql client
44102
+ * @param id - required id to pass to comment
44103
+ */
44104
+ class Comment_BotActorQuery extends Request {
44105
+ constructor(request, id) {
44106
+ super(request);
44107
+ this._id = id;
44108
+ }
44109
+ /**
44110
+ * Call the Comment_BotActor query and return a ActorBot
44111
+ *
44112
+ * @returns parsed response from Comment_BotActorQuery
44113
+ */
44114
+ fetch() {
44115
+ return __awaiter(this, void 0, void 0, function* () {
44116
+ const response = yield this._request(Comment_BotActorDocument, {
44117
+ id: this._id,
44118
+ });
44119
+ const data = response.comment.botActor;
44120
+ return data ? new ActorBot(this._request, data) : undefined;
44121
+ });
44122
+ }
44123
+ }
43267
44124
  /**
43268
44125
  * A fetchable Comment_Children Query
43269
44126
  *
@@ -44951,30 +45808,33 @@
44951
45808
  * @param issueId - required issueId to pass to attachmentLinkDiscord
44952
45809
  * @param messageId - required messageId to pass to attachmentLinkDiscord
44953
45810
  * @param url - required url to pass to attachmentLinkDiscord
45811
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
44954
45812
  * @returns AttachmentPayload
44955
45813
  */
44956
- attachmentLinkDiscord(channelId, issueId, messageId, url) {
44957
- return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url);
45814
+ attachmentLinkDiscord(channelId, issueId, messageId, url, variables) {
45815
+ return new AttachmentLinkDiscordMutation(this._request).fetch(channelId, issueId, messageId, url, variables);
44958
45816
  }
44959
45817
  /**
44960
45818
  * Link an existing Front conversation to an issue.
44961
45819
  *
44962
45820
  * @param conversationId - required conversationId to pass to attachmentLinkFront
44963
45821
  * @param issueId - required issueId to pass to attachmentLinkFront
45822
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
44964
45823
  * @returns FrontAttachmentPayload
44965
45824
  */
44966
- attachmentLinkFront(conversationId, issueId) {
44967
- return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId);
45825
+ attachmentLinkFront(conversationId, issueId, variables) {
45826
+ return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
44968
45827
  }
44969
45828
  /**
44970
45829
  * Link an existing Intercom conversation to an issue.
44971
45830
  *
44972
45831
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
44973
45832
  * @param issueId - required issueId to pass to attachmentLinkIntercom
45833
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
44974
45834
  * @returns AttachmentPayload
44975
45835
  */
44976
- attachmentLinkIntercom(conversationId, issueId) {
44977
- return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId);
45836
+ attachmentLinkIntercom(conversationId, issueId, variables) {
45837
+ return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId, variables);
44978
45838
  }
44979
45839
  /**
44980
45840
  * Link an existing Jira issue to an issue.
@@ -45015,10 +45875,11 @@
45015
45875
  *
45016
45876
  * @param issueId - required issueId to pass to attachmentLinkZendesk
45017
45877
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
45878
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
45018
45879
  * @returns AttachmentPayload
45019
45880
  */
45020
- attachmentLinkZendesk(issueId, ticketId) {
45021
- return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId);
45881
+ attachmentLinkZendesk(issueId, ticketId, variables) {
45882
+ return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
45022
45883
  }
45023
45884
  /**
45024
45885
  * Unsyncs an existing synced Slack attachment.
@@ -45294,6 +46155,16 @@
45294
46155
  importFileUpload(contentType, filename, size, variables) {
45295
46156
  return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
45296
46157
  }
46158
+ /**
46159
+ * Connect a Slack channel to Asks.
46160
+ *
46161
+ * @param code - required code to pass to integrationAsksConnectChannel
46162
+ * @param redirectUri - required redirectUri to pass to integrationAsksConnectChannel
46163
+ * @returns AsksChannelConnectPayload
46164
+ */
46165
+ integrationAsksConnectChannel(code, redirectUri) {
46166
+ return new IntegrationAsksConnectChannelMutation(this._request).fetch(code, redirectUri);
46167
+ }
45297
46168
  /**
45298
46169
  * Deletes an integration.
45299
46170
  *
@@ -45982,10 +46853,11 @@
45982
46853
  * Archives a project.
45983
46854
  *
45984
46855
  * @param id - required id to pass to archiveProject
46856
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
45985
46857
  * @returns ProjectArchivePayload
45986
46858
  */
45987
- archiveProject(id) {
45988
- return new ArchiveProjectMutation(this._request).fetch(id);
46859
+ archiveProject(id, variables) {
46860
+ return new ArchiveProjectMutation(this._request).fetch(id, variables);
45989
46861
  }
45990
46862
  /**
45991
46863
  * Creates a new project.
@@ -45997,10 +46869,10 @@
45997
46869
  return new CreateProjectMutation(this._request).fetch(input);
45998
46870
  }
45999
46871
  /**
46000
- * Deletes a project. All issues will be disassociated from the deleted project.
46872
+ * Deletes (trashes) a project.
46001
46873
  *
46002
46874
  * @param id - required id to pass to deleteProject
46003
- * @returns DeletePayload
46875
+ * @returns ProjectArchivePayload
46004
46876
  */
46005
46877
  deleteProject(id) {
46006
46878
  return new DeleteProjectMutation(this._request).fetch(id);
@@ -47468,6 +48340,7 @@
47468
48340
  }
47469
48341
  }
47470
48342
 
48343
+ exports.ActorBot = ActorBot;
47471
48344
  exports.AdministrableTeamsQuery = AdministrableTeamsQuery;
47472
48345
  exports.AirbyteIntegrationConnectMutation = AirbyteIntegrationConnectMutation;
47473
48346
  exports.ApiKey = ApiKey;
@@ -47486,6 +48359,7 @@
47486
48359
  exports.ArchiveResponse = ArchiveResponse;
47487
48360
  exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
47488
48361
  exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
48362
+ exports.AsksChannelConnectPayload = AsksChannelConnectPayload;
47489
48363
  exports.Attachment = Attachment;
47490
48364
  exports.AttachmentArchivePayload = AttachmentArchivePayload;
47491
48365
  exports.AttachmentConnection = AttachmentConnection;
@@ -47507,6 +48381,7 @@
47507
48381
  exports.AttachmentLinkZendeskMutation = AttachmentLinkZendeskMutation;
47508
48382
  exports.AttachmentPayload = AttachmentPayload;
47509
48383
  exports.AttachmentQuery = AttachmentQuery;
48384
+ exports.AttachmentSourcesPayload = AttachmentSourcesPayload;
47510
48385
  exports.AttachmentUnsyncSlackMutation = AttachmentUnsyncSlackMutation;
47511
48386
  exports.AttachmentsForUrlQuery = AttachmentsForUrlQuery;
47512
48387
  exports.AttachmentsQuery = AttachmentsQuery;
@@ -47523,6 +48398,7 @@
47523
48398
  exports.CommentConnection = CommentConnection;
47524
48399
  exports.CommentPayload = CommentPayload;
47525
48400
  exports.CommentQuery = CommentQuery;
48401
+ exports.Comment_BotActorQuery = Comment_BotActorQuery;
47526
48402
  exports.Comment_ChildrenQuery = Comment_ChildrenQuery;
47527
48403
  exports.CommentsQuery = CommentsQuery;
47528
48404
  exports.Company = Company;
@@ -47670,6 +48546,7 @@
47670
48546
  exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
47671
48547
  exports.ImportFileUploadMutation = ImportFileUploadMutation;
47672
48548
  exports.Integration = Integration;
48549
+ exports.IntegrationAsksConnectChannelMutation = IntegrationAsksConnectChannelMutation;
47673
48550
  exports.IntegrationConnection = IntegrationConnection;
47674
48551
  exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
47675
48552
  exports.IntegrationFigmaMutation = IntegrationFigmaMutation;
@@ -47919,6 +48796,8 @@
47919
48796
  exports.SearchProjectsQuery = SearchProjectsQuery;
47920
48797
  exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
47921
48798
  exports.SentrySettings = SentrySettings;
48799
+ exports.SlackAsksSettings = SlackAsksSettings;
48800
+ exports.SlackChannelNameMapping = SlackChannelNameMapping;
47922
48801
  exports.SlackPostSettings = SlackPostSettings;
47923
48802
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
47924
48803
  exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;