@linear/sdk 7.0.1 → 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.1"};
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 = {
@@ -3686,8 +3821,6 @@
3686
3821
  ],
3687
3822
  },
3688
3823
  },
3689
- ...AuditEntryFragmentDoc.definitions,
3690
- ...PageInfoFragmentDoc.definitions,
3691
3824
  ],
3692
3825
  };
3693
3826
  const AuditEntryTypeFragmentDoc = {
@@ -3786,7 +3919,6 @@
3786
3919
  ],
3787
3920
  },
3788
3921
  },
3789
- ...PaidSubscriptionFragmentDoc.definitions,
3790
3922
  ],
3791
3923
  };
3792
3924
  const AuthResolverResponseFragmentDoc = {
@@ -3824,8 +3956,6 @@
3824
3956
  ],
3825
3957
  },
3826
3958
  },
3827
- ...OrganizationFragmentDoc.definitions,
3828
- ...UserFragmentDoc.definitions,
3829
3959
  ],
3830
3960
  };
3831
3961
  const CommentFragmentDoc = {
@@ -3841,6 +3971,14 @@
3841
3971
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
3842
3972
  { kind: "Field", name: { kind: "Name", value: "url" } },
3843
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
+ },
3844
3982
  { kind: "Field", name: { kind: "Name", value: "bodyData" } },
3845
3983
  { kind: "Field", name: { kind: "Name", value: "body" } },
3846
3984
  {
@@ -3907,8 +4045,6 @@
3907
4045
  ],
3908
4046
  },
3909
4047
  },
3910
- ...CommentFragmentDoc.definitions,
3911
- ...PageInfoFragmentDoc.definitions,
3912
4048
  ],
3913
4049
  };
3914
4050
  const CommentPayloadFragmentDoc = {
@@ -4000,8 +4136,6 @@
4000
4136
  ],
4001
4137
  },
4002
4138
  },
4003
- ...CompanyFragmentDoc.definitions,
4004
- ...PageInfoFragmentDoc.definitions,
4005
4139
  ],
4006
4140
  };
4007
4141
  const ContactPayloadFragmentDoc = {
@@ -4099,6 +4233,14 @@
4099
4233
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4100
4234
  },
4101
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
+ },
4102
4244
  { kind: "Field", name: { kind: "Name", value: "shared" } },
4103
4245
  ],
4104
4246
  },
@@ -4135,8 +4277,6 @@
4135
4277
  ],
4136
4278
  },
4137
4279
  },
4138
- ...CustomViewFragmentDoc.definitions,
4139
- ...PageInfoFragmentDoc.definitions,
4140
4280
  ],
4141
4281
  };
4142
4282
  const CustomViewPayloadFragmentDoc = {
@@ -4255,8 +4395,6 @@
4255
4395
  ],
4256
4396
  },
4257
4397
  },
4258
- ...CycleFragmentDoc.definitions,
4259
- ...PageInfoFragmentDoc.definitions,
4260
4398
  ],
4261
4399
  };
4262
4400
  const CyclePayloadFragmentDoc = {
@@ -4365,8 +4503,6 @@
4365
4503
  ],
4366
4504
  },
4367
4505
  },
4368
- ...DocumentFragmentDoc.definitions,
4369
- ...PageInfoFragmentDoc.definitions,
4370
4506
  ],
4371
4507
  };
4372
4508
  const DocumentPayloadFragmentDoc = {
@@ -4505,9 +4641,6 @@
4505
4641
  ],
4506
4642
  },
4507
4643
  },
4508
- ...ArchiveResponseFragmentDoc.definitions,
4509
- ...DocumentSearchResultFragmentDoc.definitions,
4510
- ...PageInfoFragmentDoc.definitions,
4511
4644
  ],
4512
4645
  };
4513
4646
  const DocumentSearchResultConnectionFragmentDoc = {
@@ -4540,8 +4673,6 @@
4540
4673
  ],
4541
4674
  },
4542
4675
  },
4543
- ...DocumentSearchResultFragmentDoc.definitions,
4544
- ...PageInfoFragmentDoc.definitions,
4545
4676
  ],
4546
4677
  };
4547
4678
  const EmailUnsubscribePayloadFragmentDoc = {
@@ -4630,7 +4761,6 @@
4630
4761
  ],
4631
4762
  },
4632
4763
  },
4633
- ...EmbedFragmentDoc.definitions,
4634
4764
  ],
4635
4765
  };
4636
4766
  const EmojiFragmentDoc = {
@@ -4694,8 +4824,6 @@
4694
4824
  ],
4695
4825
  },
4696
4826
  },
4697
- ...EmojiFragmentDoc.definitions,
4698
- ...PageInfoFragmentDoc.definitions,
4699
4827
  ],
4700
4828
  };
4701
4829
  const EmojiPayloadFragmentDoc = {
@@ -4874,8 +5002,6 @@
4874
5002
  ],
4875
5003
  },
4876
5004
  },
4877
- ...FavoriteFragmentDoc.definitions,
4878
- ...PageInfoFragmentDoc.definitions,
4879
5005
  ],
4880
5006
  };
4881
5007
  const FavoritePayloadFragmentDoc = {
@@ -4947,7 +5073,6 @@
4947
5073
  ],
4948
5074
  },
4949
5075
  },
4950
- ...FigmaEmbedFragmentDoc.definitions,
4951
5076
  ],
4952
5077
  };
4953
5078
  const FirstResponderScheduleFragmentDoc = {
@@ -4961,8 +5086,6 @@
4961
5086
  kind: "SelectionSet",
4962
5087
  selections: [
4963
5088
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
4964
- { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
4965
- { kind: "Field", name: { kind: "Name", value: "integrationScheduleId" } },
4966
5089
  {
4967
5090
  kind: "Field",
4968
5091
  name: { kind: "Name", value: "integration" },
@@ -4972,6 +5095,7 @@
4972
5095
  },
4973
5096
  },
4974
5097
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5098
+ { kind: "Field", name: { kind: "Name", value: "scheduleData" } },
4975
5099
  {
4976
5100
  kind: "Field",
4977
5101
  name: { kind: "Name", value: "team" },
@@ -5018,8 +5142,6 @@
5018
5142
  ],
5019
5143
  },
5020
5144
  },
5021
- ...FirstResponderScheduleFragmentDoc.definitions,
5022
- ...PageInfoFragmentDoc.definitions,
5023
5145
  ],
5024
5146
  };
5025
5147
  const FrontAttachmentPayloadFragmentDoc = {
@@ -5153,8 +5275,6 @@
5153
5275
  ],
5154
5276
  },
5155
5277
  },
5156
- ...IntegrationFragmentDoc.definitions,
5157
- ...PageInfoFragmentDoc.definitions,
5158
5278
  ],
5159
5279
  };
5160
5280
  const IntegrationPayloadFragmentDoc = {
@@ -5211,6 +5331,7 @@
5211
5331
  kind: "SelectionSet",
5212
5332
  selections: [
5213
5333
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5334
+ { kind: "Field", name: { kind: "Name", value: "foreignEntityId" } },
5214
5335
  {
5215
5336
  kind: "Field",
5216
5337
  name: { kind: "Name", value: "integration" },
@@ -5266,8 +5387,6 @@
5266
5387
  ],
5267
5388
  },
5268
5389
  },
5269
- ...IntegrationTemplateFragmentDoc.definitions,
5270
- ...PageInfoFragmentDoc.definitions,
5271
5390
  ],
5272
5391
  };
5273
5392
  const IntegrationTemplatePayloadFragmentDoc = {
@@ -5372,8 +5491,6 @@
5372
5491
  ],
5373
5492
  },
5374
5493
  },
5375
- ...IntegrationsSettingsFragmentDoc.definitions,
5376
- ...PageInfoFragmentDoc.definitions,
5377
5494
  ],
5378
5495
  };
5379
5496
  const IntegrationsSettingsPayloadFragmentDoc = {
@@ -5550,7 +5667,6 @@
5550
5667
  ],
5551
5668
  },
5552
5669
  },
5553
- ...IssueFragmentDoc.definitions,
5554
5670
  ],
5555
5671
  };
5556
5672
  const IssueConnectionFragmentDoc = {
@@ -5583,8 +5699,6 @@
5583
5699
  ],
5584
5700
  },
5585
5701
  },
5586
- ...IssueFragmentDoc.definitions,
5587
- ...PageInfoFragmentDoc.definitions,
5588
5702
  ],
5589
5703
  };
5590
5704
  const IssueFilterSuggestionPayloadFragmentDoc = {
@@ -5672,6 +5786,14 @@
5672
5786
  },
5673
5787
  { kind: "Field", name: { kind: "Name", value: "addedLabelIds" } },
5674
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
+ },
5675
5797
  { kind: "Field", name: { kind: "Name", value: "attachmentId" } },
5676
5798
  { kind: "Field", name: { kind: "Name", value: "toCycleId" } },
5677
5799
  { kind: "Field", name: { kind: "Name", value: "toParentId" } },
@@ -5843,8 +5965,6 @@
5843
5965
  ],
5844
5966
  },
5845
5967
  },
5846
- ...IssueRelationHistoryPayloadFragmentDoc.definitions,
5847
- ...IssueImportFragmentDoc.definitions,
5848
5968
  ],
5849
5969
  };
5850
5970
  const IssueHistoryConnectionFragmentDoc = {
@@ -5877,8 +5997,6 @@
5877
5997
  ],
5878
5998
  },
5879
5999
  },
5880
- ...IssueHistoryFragmentDoc.definitions,
5881
- ...PageInfoFragmentDoc.definitions,
5882
6000
  ],
5883
6001
  };
5884
6002
  const IssueImportCheckPayloadFragmentDoc = {
@@ -5922,7 +6040,6 @@
5922
6040
  ],
5923
6041
  },
5924
6042
  },
5925
- ...IssueImportFragmentDoc.definitions,
5926
6043
  ],
5927
6044
  };
5928
6045
  const IssueImportPayloadFragmentDoc = {
@@ -5949,7 +6066,6 @@
5949
6066
  ],
5950
6067
  },
5951
6068
  },
5952
- ...IssueImportFragmentDoc.definitions,
5953
6069
  ],
5954
6070
  };
5955
6071
  const IssueLabelFragmentDoc = {
@@ -6030,8 +6146,6 @@
6030
6146
  ],
6031
6147
  },
6032
6148
  },
6033
- ...IssueLabelFragmentDoc.definitions,
6034
- ...PageInfoFragmentDoc.definitions,
6035
6149
  ],
6036
6150
  };
6037
6151
  const IssueLabelPayloadFragmentDoc = {
@@ -6171,8 +6285,6 @@
6171
6285
  ],
6172
6286
  },
6173
6287
  },
6174
- ...IssueRelationFragmentDoc.definitions,
6175
- ...PageInfoFragmentDoc.definitions,
6176
6288
  ],
6177
6289
  };
6178
6290
  const IssueRelationPayloadFragmentDoc = {
@@ -6365,9 +6477,6 @@
6365
6477
  ],
6366
6478
  },
6367
6479
  },
6368
- ...ArchiveResponseFragmentDoc.definitions,
6369
- ...IssueSearchResultFragmentDoc.definitions,
6370
- ...PageInfoFragmentDoc.definitions,
6371
6480
  ],
6372
6481
  };
6373
6482
  const IssueSearchResultConnectionFragmentDoc = {
@@ -6400,8 +6509,6 @@
6400
6509
  ],
6401
6510
  },
6402
6511
  },
6403
- ...IssueSearchResultFragmentDoc.definitions,
6404
- ...PageInfoFragmentDoc.definitions,
6405
6512
  ],
6406
6513
  };
6407
6514
  const LogoutResponseFragmentDoc = {
@@ -6462,7 +6569,6 @@
6462
6569
  ],
6463
6570
  },
6464
6571
  },
6465
- ...NotificationFragmentDoc.definitions,
6466
6572
  ],
6467
6573
  };
6468
6574
  const NotificationConnectionFragmentDoc = {
@@ -6495,8 +6601,6 @@
6495
6601
  ],
6496
6602
  },
6497
6603
  },
6498
- ...NotificationFragmentDoc.definitions,
6499
- ...PageInfoFragmentDoc.definitions,
6500
6604
  ],
6501
6605
  };
6502
6606
  const NotificationPayloadFragmentDoc = {
@@ -6523,7 +6627,6 @@
6523
6627
  ],
6524
6628
  },
6525
6629
  },
6526
- ...NotificationFragmentDoc.definitions,
6527
6630
  ],
6528
6631
  };
6529
6632
  const NotificationSubscriptionFragmentDoc = {
@@ -6597,6 +6700,7 @@
6597
6700
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6598
6701
  },
6599
6702
  },
6703
+ { kind: "Field", name: { kind: "Name", value: "active" } },
6600
6704
  ],
6601
6705
  },
6602
6706
  },
@@ -6632,8 +6736,6 @@
6632
6736
  ],
6633
6737
  },
6634
6738
  },
6635
- ...NotificationSubscriptionFragmentDoc.definitions,
6636
- ...PageInfoFragmentDoc.definitions,
6637
6739
  ],
6638
6740
  };
6639
6741
  const NotificationSubscriptionPayloadFragmentDoc = {
@@ -6660,7 +6762,6 @@
6660
6762
  ],
6661
6763
  },
6662
6764
  },
6663
- ...NotificationSubscriptionFragmentDoc.definitions,
6664
6765
  ],
6665
6766
  };
6666
6767
  const OauthClientFragmentDoc = {
@@ -6733,8 +6834,6 @@
6733
6834
  ],
6734
6835
  },
6735
6836
  },
6736
- ...OauthClientFragmentDoc.definitions,
6737
- ...PageInfoFragmentDoc.definitions,
6738
6837
  ],
6739
6838
  };
6740
6839
  const OrganizationCancelDeletePayloadFragmentDoc = {
@@ -6800,6 +6899,7 @@
6800
6899
  kind: "SelectionSet",
6801
6900
  selections: [
6802
6901
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
6902
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
6803
6903
  { kind: "Field", name: { kind: "Name", value: "external" } },
6804
6904
  { kind: "Field", name: { kind: "Name", value: "email" } },
6805
6905
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
@@ -6859,8 +6959,6 @@
6859
6959
  ],
6860
6960
  },
6861
6961
  },
6862
- ...OrganizationInviteFragmentDoc.definitions,
6863
- ...PageInfoFragmentDoc.definitions,
6864
6962
  ],
6865
6963
  };
6866
6964
  const OrganizationInviteFullDetailsPayloadFragmentDoc = {
@@ -6959,6 +7057,7 @@
6959
7057
  kind: "SelectionSet",
6960
7058
  selections: [
6961
7059
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
7060
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
6962
7061
  { kind: "Field", name: { kind: "Name", value: "url" } },
6963
7062
  {
6964
7063
  kind: "Field",
@@ -6994,6 +7093,7 @@
6994
7093
  },
6995
7094
  },
6996
7095
  { kind: "Field", name: { kind: "Name", value: "color" } },
7096
+ { kind: "Field", name: { kind: "Name", value: "content" } },
6997
7097
  { kind: "Field", name: { kind: "Name", value: "description" } },
6998
7098
  { kind: "Field", name: { kind: "Name", value: "name" } },
6999
7099
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -7055,8 +7155,6 @@
7055
7155
  ],
7056
7156
  },
7057
7157
  },
7058
- ...ProjectFragmentDoc.definitions,
7059
- ...PageInfoFragmentDoc.definitions,
7060
7158
  ],
7061
7159
  };
7062
7160
  const ProjectFilterSuggestionPayloadFragmentDoc = {
@@ -7144,8 +7242,6 @@
7144
7242
  ],
7145
7243
  },
7146
7244
  },
7147
- ...ProjectLinkFragmentDoc.definitions,
7148
- ...PageInfoFragmentDoc.definitions,
7149
7245
  ],
7150
7246
  };
7151
7247
  const ProjectLinkPayloadFragmentDoc = {
@@ -7236,8 +7332,6 @@
7236
7332
  ],
7237
7333
  },
7238
7334
  },
7239
- ...ProjectMilestoneFragmentDoc.definitions,
7240
- ...PageInfoFragmentDoc.definitions,
7241
7335
  ],
7242
7336
  };
7243
7337
  const ProjectMilestonePayloadFragmentDoc = {
@@ -7303,6 +7397,7 @@
7303
7397
  kind: "SelectionSet",
7304
7398
  selections: [
7305
7399
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
7400
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
7306
7401
  { kind: "Field", name: { kind: "Name", value: "metadata" } },
7307
7402
  { kind: "Field", name: { kind: "Name", value: "url" } },
7308
7403
  {
@@ -7339,6 +7434,7 @@
7339
7434
  },
7340
7435
  },
7341
7436
  { kind: "Field", name: { kind: "Name", value: "color" } },
7437
+ { kind: "Field", name: { kind: "Name", value: "content" } },
7342
7438
  { kind: "Field", name: { kind: "Name", value: "description" } },
7343
7439
  { kind: "Field", name: { kind: "Name", value: "name" } },
7344
7440
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -7409,9 +7505,6 @@
7409
7505
  ],
7410
7506
  },
7411
7507
  },
7412
- ...ArchiveResponseFragmentDoc.definitions,
7413
- ...ProjectSearchResultFragmentDoc.definitions,
7414
- ...PageInfoFragmentDoc.definitions,
7415
7508
  ],
7416
7509
  };
7417
7510
  const ProjectSearchResultConnectionFragmentDoc = {
@@ -7444,8 +7537,6 @@
7444
7537
  ],
7445
7538
  },
7446
7539
  },
7447
- ...ProjectSearchResultFragmentDoc.definitions,
7448
- ...PageInfoFragmentDoc.definitions,
7449
7540
  ],
7450
7541
  };
7451
7542
  const ProjectUpdateFragmentDoc = {
@@ -7460,6 +7551,7 @@
7460
7551
  selections: [
7461
7552
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
7462
7553
  { kind: "Field", name: { kind: "Name", value: "url" } },
7554
+ { kind: "Field", name: { kind: "Name", value: "diff" } },
7463
7555
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
7464
7556
  {
7465
7557
  kind: "Field",
@@ -7517,8 +7609,6 @@
7517
7609
  ],
7518
7610
  },
7519
7611
  },
7520
- ...ProjectUpdateFragmentDoc.definitions,
7521
- ...PageInfoFragmentDoc.definitions,
7522
7612
  ],
7523
7613
  };
7524
7614
  const ProjectUpdateInteractionFragmentDoc = {
@@ -7588,8 +7678,6 @@
7588
7678
  ],
7589
7679
  },
7590
7680
  },
7591
- ...ProjectUpdateInteractionFragmentDoc.definitions,
7592
- ...PageInfoFragmentDoc.definitions,
7593
7681
  ],
7594
7682
  };
7595
7683
  const ProjectUpdateInteractionPayloadFragmentDoc = {
@@ -7728,8 +7816,6 @@
7728
7816
  ],
7729
7817
  },
7730
7818
  },
7731
- ...PushSubscriptionFragmentDoc.definitions,
7732
- ...PageInfoFragmentDoc.definitions,
7733
7819
  ],
7734
7820
  };
7735
7821
  const PushSubscriptionPayloadFragmentDoc = {
@@ -7813,7 +7899,6 @@
7813
7899
  ],
7814
7900
  },
7815
7901
  },
7816
- ...RateLimitResultPayloadFragmentDoc.definitions,
7817
7902
  ],
7818
7903
  };
7819
7904
  const ReactionFragmentDoc = {
@@ -7875,8 +7960,6 @@
7875
7960
  ],
7876
7961
  },
7877
7962
  },
7878
- ...ReactionFragmentDoc.definitions,
7879
- ...PageInfoFragmentDoc.definitions,
7880
7963
  ],
7881
7964
  };
7882
7965
  const ReactionPayloadFragmentDoc = {
@@ -7903,7 +7986,6 @@
7903
7986
  ],
7904
7987
  },
7905
7988
  },
7906
- ...ReactionFragmentDoc.definitions,
7907
7989
  ],
7908
7990
  };
7909
7991
  const RoadmapFragmentDoc = {
@@ -7977,8 +8059,6 @@
7977
8059
  ],
7978
8060
  },
7979
8061
  },
7980
- ...RoadmapFragmentDoc.definitions,
7981
- ...PageInfoFragmentDoc.definitions,
7982
8062
  ],
7983
8063
  };
7984
8064
  const RoadmapPayloadFragmentDoc = {
@@ -8074,8 +8154,6 @@
8074
8154
  ],
8075
8155
  },
8076
8156
  },
8077
- ...RoadmapToProjectFragmentDoc.definitions,
8078
- ...PageInfoFragmentDoc.definitions,
8079
8157
  ],
8080
8158
  };
8081
8159
  const RoadmapToProjectPayloadFragmentDoc = {
@@ -8260,6 +8338,14 @@
8260
8338
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
8261
8339
  },
8262
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
+ },
8263
8349
  {
8264
8350
  kind: "Field",
8265
8351
  name: { kind: "Name", value: "reviewWorkflowState" },
@@ -8333,8 +8419,6 @@
8333
8419
  ],
8334
8420
  },
8335
8421
  },
8336
- ...TeamFragmentDoc.definitions,
8337
- ...PageInfoFragmentDoc.definitions,
8338
8422
  ],
8339
8423
  };
8340
8424
  const TeamMembershipFragmentDoc = {
@@ -8405,8 +8489,6 @@
8405
8489
  ],
8406
8490
  },
8407
8491
  },
8408
- ...TeamMembershipFragmentDoc.definitions,
8409
- ...PageInfoFragmentDoc.definitions,
8410
8492
  ],
8411
8493
  };
8412
8494
  const TeamMembershipPayloadFragmentDoc = {
@@ -8483,7 +8565,6 @@
8483
8565
  ],
8484
8566
  },
8485
8567
  },
8486
- ...PageInfoFragmentDoc.definitions,
8487
8568
  ],
8488
8569
  };
8489
8570
  const TemplatePayloadFragmentDoc = {
@@ -8558,7 +8639,6 @@
8558
8639
  ],
8559
8640
  },
8560
8641
  },
8561
- ...UploadFileHeaderFragmentDoc.definitions,
8562
8642
  ],
8563
8643
  };
8564
8644
  const UploadPayloadFragmentDoc = {
@@ -8585,7 +8665,6 @@
8585
8665
  ],
8586
8666
  },
8587
8667
  },
8588
- ...UploadFileFragmentDoc.definitions,
8589
8668
  ],
8590
8669
  };
8591
8670
  const UserAdminPayloadFragmentDoc = {
@@ -8635,8 +8714,6 @@
8635
8714
  ],
8636
8715
  },
8637
8716
  },
8638
- ...UserFragmentDoc.definitions,
8639
- ...PageInfoFragmentDoc.definitions,
8640
8717
  ],
8641
8718
  };
8642
8719
  const UserPayloadFragmentDoc = {
@@ -8767,7 +8844,6 @@
8767
8844
  ],
8768
8845
  },
8769
8846
  },
8770
- ...ViewPreferencesFragmentDoc.definitions,
8771
8847
  ],
8772
8848
  };
8773
8849
  const WebhookFragmentDoc = {
@@ -8842,8 +8918,6 @@
8842
8918
  ],
8843
8919
  },
8844
8920
  },
8845
- ...WebhookFragmentDoc.definitions,
8846
- ...PageInfoFragmentDoc.definitions,
8847
8921
  ],
8848
8922
  };
8849
8923
  const WebhookPayloadFragmentDoc = {
@@ -8944,8 +9018,6 @@
8944
9018
  ],
8945
9019
  },
8946
9020
  },
8947
- ...WorkflowCronJobDefinitionFragmentDoc.definitions,
8948
- ...PageInfoFragmentDoc.definitions,
8949
9021
  ],
8950
9022
  };
8951
9023
  const WorkflowDefinitionFragmentDoc = {
@@ -9061,8 +9133,6 @@
9061
9133
  ],
9062
9134
  },
9063
9135
  },
9064
- ...WorkflowDefinitionFragmentDoc.definitions,
9065
- ...PageInfoFragmentDoc.definitions,
9066
9136
  ],
9067
9137
  };
9068
9138
  const WorkflowStateFragmentDoc = {
@@ -9128,8 +9198,6 @@
9128
9198
  ],
9129
9199
  },
9130
9200
  },
9131
- ...WorkflowStateFragmentDoc.definitions,
9132
- ...PageInfoFragmentDoc.definitions,
9133
9201
  ],
9134
9202
  };
9135
9203
  const WorkflowStatePayloadFragmentDoc = {
@@ -9238,6 +9306,7 @@
9238
9306
  },
9239
9307
  },
9240
9308
  ...ApiKeyPayloadFragmentDoc.definitions,
9309
+ ...ApiKeyFragmentDoc.definitions,
9241
9310
  ],
9242
9311
  };
9243
9312
  const DeleteApiKeyDocument = {
@@ -9408,6 +9477,16 @@
9408
9477
  variable: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
9409
9478
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9410
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
+ },
9411
9490
  {
9412
9491
  kind: "VariableDefinition",
9413
9492
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9436,6 +9515,16 @@
9436
9515
  name: { kind: "Name", value: "channelId" },
9437
9516
  value: { kind: "Variable", name: { kind: "Name", value: "channelId" } },
9438
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
+ },
9439
9528
  {
9440
9529
  kind: "Argument",
9441
9530
  name: { kind: "Name", value: "issueId" },
@@ -9476,6 +9565,16 @@
9476
9565
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9477
9566
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9478
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
+ },
9479
9578
  {
9480
9579
  kind: "VariableDefinition",
9481
9580
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9494,6 +9593,16 @@
9494
9593
  name: { kind: "Name", value: "conversationId" },
9495
9594
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9496
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
+ },
9497
9606
  {
9498
9607
  kind: "Argument",
9499
9608
  name: { kind: "Name", value: "issueId" },
@@ -9524,6 +9633,16 @@
9524
9633
  variable: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9525
9634
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9526
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
+ },
9527
9646
  {
9528
9647
  kind: "VariableDefinition",
9529
9648
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9542,6 +9661,16 @@
9542
9661
  name: { kind: "Name", value: "conversationId" },
9543
9662
  value: { kind: "Variable", name: { kind: "Name", value: "conversationId" } },
9544
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
+ },
9545
9674
  {
9546
9675
  kind: "Argument",
9547
9676
  name: { kind: "Name", value: "issueId" },
@@ -9620,6 +9749,16 @@
9620
9749
  variable: { kind: "Variable", name: { kind: "Name", value: "channel" } },
9621
9750
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9622
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
+ },
9623
9762
  {
9624
9763
  kind: "VariableDefinition",
9625
9764
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -9663,6 +9802,16 @@
9663
9802
  name: { kind: "Name", value: "channel" },
9664
9803
  value: { kind: "Variable", name: { kind: "Name", value: "channel" } },
9665
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
+ },
9666
9815
  {
9667
9816
  kind: "Argument",
9668
9817
  name: { kind: "Name", value: "id" },
@@ -9713,6 +9862,16 @@
9713
9862
  operation: "mutation",
9714
9863
  name: { kind: "Name", value: "attachmentLinkURL" },
9715
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
+ },
9716
9875
  {
9717
9876
  kind: "VariableDefinition",
9718
9877
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
@@ -9741,6 +9900,16 @@
9741
9900
  kind: "Field",
9742
9901
  name: { kind: "Name", value: "attachmentLinkURL" },
9743
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
+ },
9744
9913
  {
9745
9914
  kind: "Argument",
9746
9915
  name: { kind: "Name", value: "id" },
@@ -9781,6 +9950,16 @@
9781
9950
  operation: "mutation",
9782
9951
  name: { kind: "Name", value: "attachmentLinkZendesk" },
9783
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
+ },
9784
9963
  {
9785
9964
  kind: "VariableDefinition",
9786
9965
  variable: { kind: "Variable", name: { kind: "Name", value: "issueId" } },
@@ -9799,6 +9978,16 @@
9799
9978
  kind: "Field",
9800
9979
  name: { kind: "Name", value: "attachmentLinkZendesk" },
9801
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
+ },
9802
9991
  {
9803
9992
  kind: "Argument",
9804
9993
  name: { kind: "Name", value: "issueId" },
@@ -10598,6 +10787,9 @@
10598
10787
  },
10599
10788
  },
10600
10789
  ...AuthResolverResponseFragmentDoc.definitions,
10790
+ ...OrganizationFragmentDoc.definitions,
10791
+ ...PaidSubscriptionFragmentDoc.definitions,
10792
+ ...UserFragmentDoc.definitions,
10601
10793
  ],
10602
10794
  };
10603
10795
  const EmailUnsubscribeDocument = {
@@ -10966,6 +11158,8 @@
10966
11158
  },
10967
11159
  },
10968
11160
  ...UploadPayloadFragmentDoc.definitions,
11161
+ ...UploadFileFragmentDoc.definitions,
11162
+ ...UploadFileHeaderFragmentDoc.definitions,
10969
11163
  ],
10970
11164
  };
10971
11165
  const GoogleUserAccountAuthDocument = {
@@ -11007,6 +11201,9 @@
11007
11201
  },
11008
11202
  },
11009
11203
  ...AuthResolverResponseFragmentDoc.definitions,
11204
+ ...OrganizationFragmentDoc.definitions,
11205
+ ...PaidSubscriptionFragmentDoc.definitions,
11206
+ ...UserFragmentDoc.definitions,
11010
11207
  ],
11011
11208
  };
11012
11209
  const ImageUploadFromUrlDocument = {
@@ -11113,6 +11310,57 @@
11113
11310
  },
11114
11311
  },
11115
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,
11116
11364
  ],
11117
11365
  };
11118
11366
  const DeleteIntegrationDocument = {
@@ -12464,6 +12712,7 @@
12464
12712
  },
12465
12713
  },
12466
12714
  ...IssueBatchPayloadFragmentDoc.definitions,
12715
+ ...IssueFragmentDoc.definitions,
12467
12716
  ],
12468
12717
  };
12469
12718
  const CreateIssueDocument = {
@@ -12648,6 +12897,7 @@
12648
12897
  },
12649
12898
  },
12650
12899
  ...IssueImportPayloadFragmentDoc.definitions,
12900
+ ...IssueImportFragmentDoc.definitions,
12651
12901
  ],
12652
12902
  };
12653
12903
  const IssueImportCreateCsvJiraDocument = {
@@ -12746,6 +12996,7 @@
12746
12996
  },
12747
12997
  },
12748
12998
  ...IssueImportPayloadFragmentDoc.definitions,
12999
+ ...IssueImportFragmentDoc.definitions,
12749
13000
  ],
12750
13001
  };
12751
13002
  const IssueImportCreateClubhouseDocument = {
@@ -12854,6 +13105,7 @@
12854
13105
  },
12855
13106
  },
12856
13107
  ...IssueImportPayloadFragmentDoc.definitions,
13108
+ ...IssueImportFragmentDoc.definitions,
12857
13109
  ],
12858
13110
  };
12859
13111
  const IssueImportCreateGithubDocument = {
@@ -12982,6 +13234,7 @@
12982
13234
  },
12983
13235
  },
12984
13236
  ...IssueImportPayloadFragmentDoc.definitions,
13237
+ ...IssueImportFragmentDoc.definitions,
12985
13238
  ],
12986
13239
  };
12987
13240
  const IssueImportCreateJiraDocument = {
@@ -13110,6 +13363,7 @@
13110
13363
  },
13111
13364
  },
13112
13365
  ...IssueImportPayloadFragmentDoc.definitions,
13366
+ ...IssueImportFragmentDoc.definitions,
13113
13367
  ],
13114
13368
  };
13115
13369
  const DeleteIssueImportDocument = {
@@ -13148,6 +13402,7 @@
13148
13402
  },
13149
13403
  },
13150
13404
  ...IssueImportDeletePayloadFragmentDoc.definitions,
13405
+ ...IssueImportFragmentDoc.definitions,
13151
13406
  ],
13152
13407
  };
13153
13408
  const IssueImportProcessDocument = {
@@ -13196,6 +13451,7 @@
13196
13451
  },
13197
13452
  },
13198
13453
  ...IssueImportPayloadFragmentDoc.definitions,
13454
+ ...IssueImportFragmentDoc.definitions,
13199
13455
  ],
13200
13456
  };
13201
13457
  const UpdateIssueImportDocument = {
@@ -13247,6 +13503,7 @@
13247
13503
  },
13248
13504
  },
13249
13505
  ...IssueImportPayloadFragmentDoc.definitions,
13506
+ ...IssueImportFragmentDoc.definitions,
13250
13507
  ],
13251
13508
  };
13252
13509
  const CreateIssueLabelDocument = {
@@ -13796,6 +14053,12 @@
13796
14053
  },
13797
14054
  },
13798
14055
  ...NotificationArchivePayloadFragmentDoc.definitions,
14056
+ ...NotificationFragmentDoc.definitions,
14057
+ ...ActorBotFragmentDoc.definitions,
14058
+ ...IssueNotificationFragmentDoc.definitions,
14059
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14060
+ ...OauthClientApprovalFragmentDoc.definitions,
14061
+ ...ProjectNotificationFragmentDoc.definitions,
13799
14062
  ],
13800
14063
  };
13801
14064
  const NotificationArchiveAllDocument = {
@@ -13837,6 +14100,12 @@
13837
14100
  },
13838
14101
  },
13839
14102
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14103
+ ...NotificationFragmentDoc.definitions,
14104
+ ...ActorBotFragmentDoc.definitions,
14105
+ ...IssueNotificationFragmentDoc.definitions,
14106
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14107
+ ...OauthClientApprovalFragmentDoc.definitions,
14108
+ ...ProjectNotificationFragmentDoc.definitions,
13840
14109
  ],
13841
14110
  };
13842
14111
  const NotificationMarkReadAllDocument = {
@@ -13888,6 +14157,12 @@
13888
14157
  },
13889
14158
  },
13890
14159
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14160
+ ...NotificationFragmentDoc.definitions,
14161
+ ...ActorBotFragmentDoc.definitions,
14162
+ ...IssueNotificationFragmentDoc.definitions,
14163
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14164
+ ...OauthClientApprovalFragmentDoc.definitions,
14165
+ ...ProjectNotificationFragmentDoc.definitions,
13891
14166
  ],
13892
14167
  };
13893
14168
  const NotificationMarkUnreadAllDocument = {
@@ -13929,6 +14204,12 @@
13929
14204
  },
13930
14205
  },
13931
14206
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14207
+ ...NotificationFragmentDoc.definitions,
14208
+ ...ActorBotFragmentDoc.definitions,
14209
+ ...IssueNotificationFragmentDoc.definitions,
14210
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14211
+ ...OauthClientApprovalFragmentDoc.definitions,
14212
+ ...ProjectNotificationFragmentDoc.definitions,
13932
14213
  ],
13933
14214
  };
13934
14215
  const NotificationSnoozeAllDocument = {
@@ -13980,6 +14261,12 @@
13980
14261
  },
13981
14262
  },
13982
14263
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14264
+ ...NotificationFragmentDoc.definitions,
14265
+ ...ActorBotFragmentDoc.definitions,
14266
+ ...IssueNotificationFragmentDoc.definitions,
14267
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14268
+ ...OauthClientApprovalFragmentDoc.definitions,
14269
+ ...ProjectNotificationFragmentDoc.definitions,
13983
14270
  ],
13984
14271
  };
13985
14272
  const CreateNotificationSubscriptionDocument = {
@@ -14023,6 +14310,7 @@
14023
14310
  },
14024
14311
  },
14025
14312
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
14313
+ ...NotificationSubscriptionFragmentDoc.definitions,
14026
14314
  ],
14027
14315
  };
14028
14316
  const DeleteNotificationSubscriptionDocument = {
@@ -14114,6 +14402,7 @@
14114
14402
  },
14115
14403
  },
14116
14404
  ...NotificationSubscriptionPayloadFragmentDoc.definitions,
14405
+ ...NotificationSubscriptionFragmentDoc.definitions,
14117
14406
  ],
14118
14407
  };
14119
14408
  const UnarchiveNotificationDocument = {
@@ -14152,6 +14441,12 @@
14152
14441
  },
14153
14442
  },
14154
14443
  ...NotificationArchivePayloadFragmentDoc.definitions,
14444
+ ...NotificationFragmentDoc.definitions,
14445
+ ...ActorBotFragmentDoc.definitions,
14446
+ ...IssueNotificationFragmentDoc.definitions,
14447
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14448
+ ...OauthClientApprovalFragmentDoc.definitions,
14449
+ ...ProjectNotificationFragmentDoc.definitions,
14155
14450
  ],
14156
14451
  };
14157
14452
  const NotificationUnsnoozeAllDocument = {
@@ -14203,6 +14498,12 @@
14203
14498
  },
14204
14499
  },
14205
14500
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
14501
+ ...NotificationFragmentDoc.definitions,
14502
+ ...ActorBotFragmentDoc.definitions,
14503
+ ...IssueNotificationFragmentDoc.definitions,
14504
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14505
+ ...OauthClientApprovalFragmentDoc.definitions,
14506
+ ...ProjectNotificationFragmentDoc.definitions,
14206
14507
  ],
14207
14508
  };
14208
14509
  const UpdateNotificationDocument = {
@@ -14254,6 +14555,12 @@
14254
14555
  },
14255
14556
  },
14256
14557
  ...NotificationPayloadFragmentDoc.definitions,
14558
+ ...NotificationFragmentDoc.definitions,
14559
+ ...ActorBotFragmentDoc.definitions,
14560
+ ...IssueNotificationFragmentDoc.definitions,
14561
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
14562
+ ...OauthClientApprovalFragmentDoc.definitions,
14563
+ ...ProjectNotificationFragmentDoc.definitions,
14257
14564
  ],
14258
14565
  };
14259
14566
  const DeleteOrganizationCancelDocument = {
@@ -14595,6 +14902,11 @@
14595
14902
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14596
14903
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14597
14904
  },
14905
+ {
14906
+ kind: "VariableDefinition",
14907
+ variable: { kind: "Variable", name: { kind: "Name", value: "trash" } },
14908
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
14909
+ },
14598
14910
  ],
14599
14911
  selectionSet: {
14600
14912
  kind: "SelectionSet",
@@ -14608,6 +14920,11 @@
14608
14920
  name: { kind: "Name", value: "id" },
14609
14921
  value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14610
14922
  },
14923
+ {
14924
+ kind: "Argument",
14925
+ name: { kind: "Name", value: "trash" },
14926
+ value: { kind: "Variable", name: { kind: "Name", value: "trash" } },
14927
+ },
14611
14928
  ],
14612
14929
  selectionSet: {
14613
14930
  kind: "SelectionSet",
@@ -14690,13 +15007,13 @@
14690
15007
  ],
14691
15008
  selectionSet: {
14692
15009
  kind: "SelectionSet",
14693
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
15010
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectArchivePayload" } }],
14694
15011
  },
14695
15012
  },
14696
15013
  ],
14697
15014
  },
14698
15015
  },
14699
- ...DeletePayloadFragmentDoc.definitions,
15016
+ ...ProjectArchivePayloadFragmentDoc.definitions,
14700
15017
  ],
14701
15018
  };
14702
15019
  const CreateProjectLinkDocument = {
@@ -15379,6 +15696,7 @@
15379
15696
  },
15380
15697
  },
15381
15698
  ...ReactionPayloadFragmentDoc.definitions,
15699
+ ...ReactionFragmentDoc.definitions,
15382
15700
  ],
15383
15701
  };
15384
15702
  const DeleteReactionDocument = {
@@ -15870,6 +16188,9 @@
15870
16188
  },
15871
16189
  },
15872
16190
  ...AuthResolverResponseFragmentDoc.definitions,
16191
+ ...OrganizationFragmentDoc.definitions,
16192
+ ...PaidSubscriptionFragmentDoc.definitions,
16193
+ ...UserFragmentDoc.definitions,
15873
16194
  ],
15874
16195
  };
15875
16196
  const CreateTeamDocument = {
@@ -17038,6 +17359,7 @@
17038
17359
  },
17039
17360
  },
17040
17361
  ...ViewPreferencesPayloadFragmentDoc.definitions,
17362
+ ...ViewPreferencesFragmentDoc.definitions,
17041
17363
  ],
17042
17364
  };
17043
17365
  const DeleteViewPreferencesDocument = {
@@ -17127,6 +17449,7 @@
17127
17449
  },
17128
17450
  },
17129
17451
  ...ViewPreferencesPayloadFragmentDoc.definitions,
17452
+ ...ViewPreferencesFragmentDoc.definitions,
17130
17453
  ],
17131
17454
  };
17132
17455
  const CreateWebhookDocument = {
@@ -17523,6 +17846,8 @@
17523
17846
  },
17524
17847
  },
17525
17848
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
17849
+ ...ProjectMilestoneFragmentDoc.definitions,
17850
+ ...PageInfoFragmentDoc.definitions,
17526
17851
  ],
17527
17852
  };
17528
17853
  const AdministrableTeamsDocument = {
@@ -17621,6 +17946,8 @@
17621
17946
  },
17622
17947
  },
17623
17948
  ...TeamConnectionFragmentDoc.definitions,
17949
+ ...TeamFragmentDoc.definitions,
17950
+ ...PageInfoFragmentDoc.definitions,
17624
17951
  ],
17625
17952
  };
17626
17953
  const ApiKeysDocument = {
@@ -17709,6 +18036,8 @@
17709
18036
  },
17710
18037
  },
17711
18038
  ...ApiKeyConnectionFragmentDoc.definitions,
18039
+ ...ApiKeyFragmentDoc.definitions,
18040
+ ...PageInfoFragmentDoc.definitions,
17712
18041
  ],
17713
18042
  };
17714
18043
  const ApplicationInfoDocument = {
@@ -18016,6 +18345,8 @@
18016
18345
  },
18017
18346
  },
18018
18347
  ...AttachmentConnectionFragmentDoc.definitions,
18348
+ ...AttachmentFragmentDoc.definitions,
18349
+ ...PageInfoFragmentDoc.definitions,
18019
18350
  ],
18020
18351
  };
18021
18352
  const AttachmentIssue_ChildrenDocument = {
@@ -18135,6 +18466,8 @@
18135
18466
  },
18136
18467
  },
18137
18468
  ...IssueConnectionFragmentDoc.definitions,
18469
+ ...IssueFragmentDoc.definitions,
18470
+ ...PageInfoFragmentDoc.definitions,
18138
18471
  ],
18139
18472
  };
18140
18473
  const AttachmentIssue_CommentsDocument = {
@@ -18254,6 +18587,9 @@
18254
18587
  },
18255
18588
  },
18256
18589
  ...CommentConnectionFragmentDoc.definitions,
18590
+ ...CommentFragmentDoc.definitions,
18591
+ ...ActorBotFragmentDoc.definitions,
18592
+ ...PageInfoFragmentDoc.definitions,
18257
18593
  ],
18258
18594
  };
18259
18595
  const AttachmentIssue_HistoryDocument = {
@@ -18363,6 +18699,11 @@
18363
18699
  },
18364
18700
  },
18365
18701
  ...IssueHistoryConnectionFragmentDoc.definitions,
18702
+ ...IssueHistoryFragmentDoc.definitions,
18703
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
18704
+ ...ActorBotFragmentDoc.definitions,
18705
+ ...IssueImportFragmentDoc.definitions,
18706
+ ...PageInfoFragmentDoc.definitions,
18366
18707
  ],
18367
18708
  };
18368
18709
  const AttachmentIssue_InverseRelationsDocument = {
@@ -18472,6 +18813,8 @@
18472
18813
  },
18473
18814
  },
18474
18815
  ...IssueRelationConnectionFragmentDoc.definitions,
18816
+ ...IssueRelationFragmentDoc.definitions,
18817
+ ...PageInfoFragmentDoc.definitions,
18475
18818
  ],
18476
18819
  };
18477
18820
  const AttachmentIssue_LabelsDocument = {
@@ -18591,6 +18934,8 @@
18591
18934
  },
18592
18935
  },
18593
18936
  ...IssueLabelConnectionFragmentDoc.definitions,
18937
+ ...IssueLabelFragmentDoc.definitions,
18938
+ ...PageInfoFragmentDoc.definitions,
18594
18939
  ],
18595
18940
  };
18596
18941
  const AttachmentIssue_RelationsDocument = {
@@ -18700,6 +19045,8 @@
18700
19045
  },
18701
19046
  },
18702
19047
  ...IssueRelationConnectionFragmentDoc.definitions,
19048
+ ...IssueRelationFragmentDoc.definitions,
19049
+ ...PageInfoFragmentDoc.definitions,
18703
19050
  ],
18704
19051
  };
18705
19052
  const AttachmentIssue_SubscribersDocument = {
@@ -18829,6 +19176,8 @@
18829
19176
  },
18830
19177
  },
18831
19178
  ...UserConnectionFragmentDoc.definitions,
19179
+ ...UserFragmentDoc.definitions,
19180
+ ...PageInfoFragmentDoc.definitions,
18832
19181
  ],
18833
19182
  };
18834
19183
  const AttachmentsDocument = {
@@ -18927,6 +19276,8 @@
18927
19276
  },
18928
19277
  },
18929
19278
  ...AttachmentConnectionFragmentDoc.definitions,
19279
+ ...AttachmentFragmentDoc.definitions,
19280
+ ...PageInfoFragmentDoc.definitions,
18930
19281
  ],
18931
19282
  };
18932
19283
  const AttachmentsForUrlDocument = {
@@ -19025,6 +19376,8 @@
19025
19376
  },
19026
19377
  },
19027
19378
  ...AttachmentConnectionFragmentDoc.definitions,
19379
+ ...AttachmentFragmentDoc.definitions,
19380
+ ...PageInfoFragmentDoc.definitions,
19028
19381
  ],
19029
19382
  };
19030
19383
  const AuditEntriesDocument = {
@@ -19123,6 +19476,8 @@
19123
19476
  },
19124
19477
  },
19125
19478
  ...AuditEntryConnectionFragmentDoc.definitions,
19479
+ ...AuditEntryFragmentDoc.definitions,
19480
+ ...PageInfoFragmentDoc.definitions,
19126
19481
  ],
19127
19482
  };
19128
19483
  const AuditEntryTypesDocument = {
@@ -19171,6 +19526,9 @@
19171
19526
  },
19172
19527
  },
19173
19528
  ...AuthResolverResponseFragmentDoc.definitions,
19529
+ ...OrganizationFragmentDoc.definitions,
19530
+ ...PaidSubscriptionFragmentDoc.definitions,
19531
+ ...UserFragmentDoc.definitions,
19174
19532
  ],
19175
19533
  };
19176
19534
  const CommentDocument = {
@@ -19209,6 +19567,54 @@
19209
19567
  },
19210
19568
  },
19211
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,
19212
19618
  ],
19213
19619
  };
19214
19620
  const Comment_ChildrenDocument = {
@@ -19328,6 +19734,9 @@
19328
19734
  },
19329
19735
  },
19330
19736
  ...CommentConnectionFragmentDoc.definitions,
19737
+ ...CommentFragmentDoc.definitions,
19738
+ ...ActorBotFragmentDoc.definitions,
19739
+ ...PageInfoFragmentDoc.definitions,
19331
19740
  ],
19332
19741
  };
19333
19742
  const CommentsDocument = {
@@ -19426,6 +19835,9 @@
19426
19835
  },
19427
19836
  },
19428
19837
  ...CommentConnectionFragmentDoc.definitions,
19838
+ ...CommentFragmentDoc.definitions,
19839
+ ...ActorBotFragmentDoc.definitions,
19840
+ ...PageInfoFragmentDoc.definitions,
19429
19841
  ],
19430
19842
  };
19431
19843
  const CustomViewDocument = {
@@ -19552,6 +19964,8 @@
19552
19964
  },
19553
19965
  },
19554
19966
  ...CustomViewConnectionFragmentDoc.definitions,
19967
+ ...CustomViewFragmentDoc.definitions,
19968
+ ...PageInfoFragmentDoc.definitions,
19555
19969
  ],
19556
19970
  };
19557
19971
  const CycleDocument = {
@@ -19709,6 +20123,8 @@
19709
20123
  },
19710
20124
  },
19711
20125
  ...IssueConnectionFragmentDoc.definitions,
20126
+ ...IssueFragmentDoc.definitions,
20127
+ ...PageInfoFragmentDoc.definitions,
19712
20128
  ],
19713
20129
  };
19714
20130
  const Cycle_UncompletedIssuesUponCloseDocument = {
@@ -19828,6 +20244,8 @@
19828
20244
  },
19829
20245
  },
19830
20246
  ...IssueConnectionFragmentDoc.definitions,
20247
+ ...IssueFragmentDoc.definitions,
20248
+ ...PageInfoFragmentDoc.definitions,
19831
20249
  ],
19832
20250
  };
19833
20251
  const CyclesDocument = {
@@ -19926,6 +20344,8 @@
19926
20344
  },
19927
20345
  },
19928
20346
  ...CycleConnectionFragmentDoc.definitions,
20347
+ ...CycleFragmentDoc.definitions,
20348
+ ...PageInfoFragmentDoc.definitions,
19929
20349
  ],
19930
20350
  };
19931
20351
  const DocumentDocument = {
@@ -20052,6 +20472,8 @@
20052
20472
  },
20053
20473
  },
20054
20474
  ...DocumentConnectionFragmentDoc.definitions,
20475
+ ...DocumentFragmentDoc.definitions,
20476
+ ...PageInfoFragmentDoc.definitions,
20055
20477
  ],
20056
20478
  };
20057
20479
  const EmbedInfoDocument = {
@@ -20090,6 +20512,7 @@
20090
20512
  },
20091
20513
  },
20092
20514
  ...EmbedPayloadFragmentDoc.definitions,
20515
+ ...EmbedFragmentDoc.definitions,
20093
20516
  ],
20094
20517
  };
20095
20518
  const EmbedInfo_EmbedDocument = {
@@ -20263,6 +20686,8 @@
20263
20686
  },
20264
20687
  },
20265
20688
  ...EmojiConnectionFragmentDoc.definitions,
20689
+ ...EmojiFragmentDoc.definitions,
20690
+ ...PageInfoFragmentDoc.definitions,
20266
20691
  ],
20267
20692
  };
20268
20693
  const FavoriteDocument = {
@@ -20410,6 +20835,8 @@
20410
20835
  },
20411
20836
  },
20412
20837
  ...FavoriteConnectionFragmentDoc.definitions,
20838
+ ...FavoriteFragmentDoc.definitions,
20839
+ ...PageInfoFragmentDoc.definitions,
20413
20840
  ],
20414
20841
  };
20415
20842
  const FavoritesDocument = {
@@ -20498,6 +20925,8 @@
20498
20925
  },
20499
20926
  },
20500
20927
  ...FavoriteConnectionFragmentDoc.definitions,
20928
+ ...FavoriteFragmentDoc.definitions,
20929
+ ...PageInfoFragmentDoc.definitions,
20501
20930
  ],
20502
20931
  };
20503
20932
  const FigmaEmbedInfoDocument = {
@@ -20546,6 +20975,7 @@
20546
20975
  },
20547
20976
  },
20548
20977
  ...FigmaEmbedPayloadFragmentDoc.definitions,
20978
+ ...FigmaEmbedFragmentDoc.definitions,
20549
20979
  ],
20550
20980
  };
20551
20981
  const FigmaEmbedInfo_FigmaEmbedDocument = {
@@ -20767,6 +21197,8 @@
20767
21197
  },
20768
21198
  },
20769
21199
  ...IntegrationTemplateConnectionFragmentDoc.definitions,
21200
+ ...IntegrationTemplateFragmentDoc.definitions,
21201
+ ...PageInfoFragmentDoc.definitions,
20770
21202
  ],
20771
21203
  };
20772
21204
  const IntegrationsDocument = {
@@ -20855,6 +21287,8 @@
20855
21287
  },
20856
21288
  },
20857
21289
  ...IntegrationConnectionFragmentDoc.definitions,
21290
+ ...IntegrationFragmentDoc.definitions,
21291
+ ...PageInfoFragmentDoc.definitions,
20858
21292
  ],
20859
21293
  };
20860
21294
  const IntegrationsSettingsDocument = {
@@ -21050,6 +21484,8 @@
21050
21484
  },
21051
21485
  },
21052
21486
  ...AttachmentConnectionFragmentDoc.definitions,
21487
+ ...AttachmentFragmentDoc.definitions,
21488
+ ...PageInfoFragmentDoc.definitions,
21053
21489
  ],
21054
21490
  };
21055
21491
  const Issue_ChildrenDocument = {
@@ -21169,6 +21605,8 @@
21169
21605
  },
21170
21606
  },
21171
21607
  ...IssueConnectionFragmentDoc.definitions,
21608
+ ...IssueFragmentDoc.definitions,
21609
+ ...PageInfoFragmentDoc.definitions,
21172
21610
  ],
21173
21611
  };
21174
21612
  const Issue_CommentsDocument = {
@@ -21288,6 +21726,9 @@
21288
21726
  },
21289
21727
  },
21290
21728
  ...CommentConnectionFragmentDoc.definitions,
21729
+ ...CommentFragmentDoc.definitions,
21730
+ ...ActorBotFragmentDoc.definitions,
21731
+ ...PageInfoFragmentDoc.definitions,
21291
21732
  ],
21292
21733
  };
21293
21734
  const Issue_HistoryDocument = {
@@ -21397,6 +21838,11 @@
21397
21838
  },
21398
21839
  },
21399
21840
  ...IssueHistoryConnectionFragmentDoc.definitions,
21841
+ ...IssueHistoryFragmentDoc.definitions,
21842
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
21843
+ ...ActorBotFragmentDoc.definitions,
21844
+ ...IssueImportFragmentDoc.definitions,
21845
+ ...PageInfoFragmentDoc.definitions,
21400
21846
  ],
21401
21847
  };
21402
21848
  const Issue_InverseRelationsDocument = {
@@ -21506,6 +21952,8 @@
21506
21952
  },
21507
21953
  },
21508
21954
  ...IssueRelationConnectionFragmentDoc.definitions,
21955
+ ...IssueRelationFragmentDoc.definitions,
21956
+ ...PageInfoFragmentDoc.definitions,
21509
21957
  ],
21510
21958
  };
21511
21959
  const Issue_LabelsDocument = {
@@ -21625,6 +22073,8 @@
21625
22073
  },
21626
22074
  },
21627
22075
  ...IssueLabelConnectionFragmentDoc.definitions,
22076
+ ...IssueLabelFragmentDoc.definitions,
22077
+ ...PageInfoFragmentDoc.definitions,
21628
22078
  ],
21629
22079
  };
21630
22080
  const Issue_RelationsDocument = {
@@ -21734,6 +22184,8 @@
21734
22184
  },
21735
22185
  },
21736
22186
  ...IssueRelationConnectionFragmentDoc.definitions,
22187
+ ...IssueRelationFragmentDoc.definitions,
22188
+ ...PageInfoFragmentDoc.definitions,
21737
22189
  ],
21738
22190
  };
21739
22191
  const Issue_SubscribersDocument = {
@@ -21863,6 +22315,8 @@
21863
22315
  },
21864
22316
  },
21865
22317
  ...UserConnectionFragmentDoc.definitions,
22318
+ ...UserFragmentDoc.definitions,
22319
+ ...PageInfoFragmentDoc.definitions,
21866
22320
  ],
21867
22321
  };
21868
22322
  const IssueFigmaFileKeySearchDocument = {
@@ -21961,6 +22415,8 @@
21961
22415
  },
21962
22416
  },
21963
22417
  ...IssueConnectionFragmentDoc.definitions,
22418
+ ...IssueFragmentDoc.definitions,
22419
+ ...PageInfoFragmentDoc.definitions,
21964
22420
  ],
21965
22421
  };
21966
22422
  const IssueFilterSuggestionDocument = {
@@ -22085,6 +22541,8 @@
22085
22541
  },
22086
22542
  },
22087
22543
  ...GithubOAuthTokenPayloadFragmentDoc.definitions,
22544
+ ...GithubOrgFragmentDoc.definitions,
22545
+ ...GithubRepoFragmentDoc.definitions,
22088
22546
  ],
22089
22547
  };
22090
22548
  const IssueLabelDocument = {
@@ -22242,6 +22700,8 @@
22242
22700
  },
22243
22701
  },
22244
22702
  ...IssueLabelConnectionFragmentDoc.definitions,
22703
+ ...IssueLabelFragmentDoc.definitions,
22704
+ ...PageInfoFragmentDoc.definitions,
22245
22705
  ],
22246
22706
  };
22247
22707
  const IssueLabel_IssuesDocument = {
@@ -22361,6 +22821,8 @@
22361
22821
  },
22362
22822
  },
22363
22823
  ...IssueConnectionFragmentDoc.definitions,
22824
+ ...IssueFragmentDoc.definitions,
22825
+ ...PageInfoFragmentDoc.definitions,
22364
22826
  ],
22365
22827
  };
22366
22828
  const IssueLabelsDocument = {
@@ -22459,6 +22921,8 @@
22459
22921
  },
22460
22922
  },
22461
22923
  ...IssueLabelConnectionFragmentDoc.definitions,
22924
+ ...IssueLabelFragmentDoc.definitions,
22925
+ ...PageInfoFragmentDoc.definitions,
22462
22926
  ],
22463
22927
  };
22464
22928
  const IssuePriorityValuesDocument = {
@@ -22609,6 +23073,8 @@
22609
23073
  },
22610
23074
  },
22611
23075
  ...IssueRelationConnectionFragmentDoc.definitions,
23076
+ ...IssueRelationFragmentDoc.definitions,
23077
+ ...PageInfoFragmentDoc.definitions,
22612
23078
  ],
22613
23079
  };
22614
23080
  const IssueSearchDocument = {
@@ -22717,6 +23183,8 @@
22717
23183
  },
22718
23184
  },
22719
23185
  ...IssueConnectionFragmentDoc.definitions,
23186
+ ...IssueFragmentDoc.definitions,
23187
+ ...PageInfoFragmentDoc.definitions,
22720
23188
  ],
22721
23189
  };
22722
23190
  const IssueVcsBranchSearchDocument = {
@@ -22874,6 +23342,8 @@
22874
23342
  },
22875
23343
  },
22876
23344
  ...AttachmentConnectionFragmentDoc.definitions,
23345
+ ...AttachmentFragmentDoc.definitions,
23346
+ ...PageInfoFragmentDoc.definitions,
22877
23347
  ],
22878
23348
  };
22879
23349
  const IssueVcsBranchSearch_ChildrenDocument = {
@@ -22993,6 +23463,8 @@
22993
23463
  },
22994
23464
  },
22995
23465
  ...IssueConnectionFragmentDoc.definitions,
23466
+ ...IssueFragmentDoc.definitions,
23467
+ ...PageInfoFragmentDoc.definitions,
22996
23468
  ],
22997
23469
  };
22998
23470
  const IssueVcsBranchSearch_CommentsDocument = {
@@ -23112,6 +23584,9 @@
23112
23584
  },
23113
23585
  },
23114
23586
  ...CommentConnectionFragmentDoc.definitions,
23587
+ ...CommentFragmentDoc.definitions,
23588
+ ...ActorBotFragmentDoc.definitions,
23589
+ ...PageInfoFragmentDoc.definitions,
23115
23590
  ],
23116
23591
  };
23117
23592
  const IssueVcsBranchSearch_HistoryDocument = {
@@ -23221,6 +23696,11 @@
23221
23696
  },
23222
23697
  },
23223
23698
  ...IssueHistoryConnectionFragmentDoc.definitions,
23699
+ ...IssueHistoryFragmentDoc.definitions,
23700
+ ...IssueRelationHistoryPayloadFragmentDoc.definitions,
23701
+ ...ActorBotFragmentDoc.definitions,
23702
+ ...IssueImportFragmentDoc.definitions,
23703
+ ...PageInfoFragmentDoc.definitions,
23224
23704
  ],
23225
23705
  };
23226
23706
  const IssueVcsBranchSearch_InverseRelationsDocument = {
@@ -23330,6 +23810,8 @@
23330
23810
  },
23331
23811
  },
23332
23812
  ...IssueRelationConnectionFragmentDoc.definitions,
23813
+ ...IssueRelationFragmentDoc.definitions,
23814
+ ...PageInfoFragmentDoc.definitions,
23333
23815
  ],
23334
23816
  };
23335
23817
  const IssueVcsBranchSearch_LabelsDocument = {
@@ -23449,6 +23931,8 @@
23449
23931
  },
23450
23932
  },
23451
23933
  ...IssueLabelConnectionFragmentDoc.definitions,
23934
+ ...IssueLabelFragmentDoc.definitions,
23935
+ ...PageInfoFragmentDoc.definitions,
23452
23936
  ],
23453
23937
  };
23454
23938
  const IssueVcsBranchSearch_RelationsDocument = {
@@ -23558,6 +24042,8 @@
23558
24042
  },
23559
24043
  },
23560
24044
  ...IssueRelationConnectionFragmentDoc.definitions,
24045
+ ...IssueRelationFragmentDoc.definitions,
24046
+ ...PageInfoFragmentDoc.definitions,
23561
24047
  ],
23562
24048
  };
23563
24049
  const IssueVcsBranchSearch_SubscribersDocument = {
@@ -23687,6 +24173,8 @@
23687
24173
  },
23688
24174
  },
23689
24175
  ...UserConnectionFragmentDoc.definitions,
24176
+ ...UserFragmentDoc.definitions,
24177
+ ...PageInfoFragmentDoc.definitions,
23690
24178
  ],
23691
24179
  };
23692
24180
  const IssuesDocument = {
@@ -23785,6 +24273,8 @@
23785
24273
  },
23786
24274
  },
23787
24275
  ...IssueConnectionFragmentDoc.definitions,
24276
+ ...IssueFragmentDoc.definitions,
24277
+ ...PageInfoFragmentDoc.definitions,
23788
24278
  ],
23789
24279
  };
23790
24280
  const NotificationDocument = {
@@ -23823,6 +24313,11 @@
23823
24313
  },
23824
24314
  },
23825
24315
  ...NotificationFragmentDoc.definitions,
24316
+ ...ActorBotFragmentDoc.definitions,
24317
+ ...IssueNotificationFragmentDoc.definitions,
24318
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
24319
+ ...OauthClientApprovalFragmentDoc.definitions,
24320
+ ...ProjectNotificationFragmentDoc.definitions,
23826
24321
  ],
23827
24322
  };
23828
24323
  const NotificationSubscriptionDocument = {
@@ -23951,6 +24446,8 @@
23951
24446
  },
23952
24447
  },
23953
24448
  ...NotificationSubscriptionConnectionFragmentDoc.definitions,
24449
+ ...NotificationSubscriptionFragmentDoc.definitions,
24450
+ ...PageInfoFragmentDoc.definitions,
23954
24451
  ],
23955
24452
  };
23956
24453
  const NotificationsDocument = {
@@ -24039,6 +24536,13 @@
24039
24536
  },
24040
24537
  },
24041
24538
  ...NotificationConnectionFragmentDoc.definitions,
24539
+ ...NotificationFragmentDoc.definitions,
24540
+ ...ActorBotFragmentDoc.definitions,
24541
+ ...IssueNotificationFragmentDoc.definitions,
24542
+ ...OauthClientApprovalNotificationFragmentDoc.definitions,
24543
+ ...OauthClientApprovalFragmentDoc.definitions,
24544
+ ...ProjectNotificationFragmentDoc.definitions,
24545
+ ...PageInfoFragmentDoc.definitions,
24042
24546
  ],
24043
24547
  };
24044
24548
  const OrganizationDocument = {
@@ -24063,6 +24567,7 @@
24063
24567
  },
24064
24568
  },
24065
24569
  ...OrganizationFragmentDoc.definitions,
24570
+ ...PaidSubscriptionFragmentDoc.definitions,
24066
24571
  ],
24067
24572
  };
24068
24573
  const Organization_IntegrationsDocument = {
@@ -24160,6 +24665,8 @@
24160
24665
  },
24161
24666
  },
24162
24667
  ...IntegrationConnectionFragmentDoc.definitions,
24668
+ ...IntegrationFragmentDoc.definitions,
24669
+ ...PageInfoFragmentDoc.definitions,
24163
24670
  ],
24164
24671
  };
24165
24672
  const Organization_LabelsDocument = {
@@ -24267,6 +24774,8 @@
24267
24774
  },
24268
24775
  },
24269
24776
  ...IssueLabelConnectionFragmentDoc.definitions,
24777
+ ...IssueLabelFragmentDoc.definitions,
24778
+ ...PageInfoFragmentDoc.definitions,
24270
24779
  ],
24271
24780
  };
24272
24781
  const Organization_SubscriptionDocument = {
@@ -24407,6 +24916,8 @@
24407
24916
  },
24408
24917
  },
24409
24918
  ...TeamConnectionFragmentDoc.definitions,
24919
+ ...TeamFragmentDoc.definitions,
24920
+ ...PageInfoFragmentDoc.definitions,
24410
24921
  ],
24411
24922
  };
24412
24923
  const Organization_TemplatesDocument = {
@@ -24504,6 +25015,7 @@
24504
25015
  },
24505
25016
  },
24506
25017
  ...TemplateConnectionFragmentDoc.definitions,
25018
+ ...PageInfoFragmentDoc.definitions,
24507
25019
  ],
24508
25020
  };
24509
25021
  const Organization_UsersDocument = {
@@ -24611,6 +25123,8 @@
24611
25123
  },
24612
25124
  },
24613
25125
  ...UserConnectionFragmentDoc.definitions,
25126
+ ...UserFragmentDoc.definitions,
25127
+ ...PageInfoFragmentDoc.definitions,
24614
25128
  ],
24615
25129
  };
24616
25130
  const OrganizationExistsDocument = {
@@ -24775,6 +25289,8 @@
24775
25289
  },
24776
25290
  },
24777
25291
  ...OrganizationInviteConnectionFragmentDoc.definitions,
25292
+ ...OrganizationInviteFragmentDoc.definitions,
25293
+ ...PageInfoFragmentDoc.definitions,
24778
25294
  ],
24779
25295
  };
24780
25296
  const ProjectDocument = {
@@ -24922,6 +25438,8 @@
24922
25438
  },
24923
25439
  },
24924
25440
  ...DocumentConnectionFragmentDoc.definitions,
25441
+ ...DocumentFragmentDoc.definitions,
25442
+ ...PageInfoFragmentDoc.definitions,
24925
25443
  ],
24926
25444
  };
24927
25445
  const Project_IssuesDocument = {
@@ -25041,6 +25559,8 @@
25041
25559
  },
25042
25560
  },
25043
25561
  ...IssueConnectionFragmentDoc.definitions,
25562
+ ...IssueFragmentDoc.definitions,
25563
+ ...PageInfoFragmentDoc.definitions,
25044
25564
  ],
25045
25565
  };
25046
25566
  const Project_LinksDocument = {
@@ -25150,6 +25670,8 @@
25150
25670
  },
25151
25671
  },
25152
25672
  ...ProjectLinkConnectionFragmentDoc.definitions,
25673
+ ...ProjectLinkFragmentDoc.definitions,
25674
+ ...PageInfoFragmentDoc.definitions,
25153
25675
  ],
25154
25676
  };
25155
25677
  const Project_MembersDocument = {
@@ -25279,6 +25801,8 @@
25279
25801
  },
25280
25802
  },
25281
25803
  ...UserConnectionFragmentDoc.definitions,
25804
+ ...UserFragmentDoc.definitions,
25805
+ ...PageInfoFragmentDoc.definitions,
25282
25806
  ],
25283
25807
  };
25284
25808
  const Project_ProjectMilestonesDocument = {
@@ -25390,6 +25914,8 @@
25390
25914
  },
25391
25915
  },
25392
25916
  ...ProjectMilestoneConnectionFragmentDoc.definitions,
25917
+ ...ProjectMilestoneFragmentDoc.definitions,
25918
+ ...PageInfoFragmentDoc.definitions,
25393
25919
  ],
25394
25920
  };
25395
25921
  const Project_ProjectUpdatesDocument = {
@@ -25499,6 +26025,8 @@
25499
26025
  },
25500
26026
  },
25501
26027
  ...ProjectUpdateConnectionFragmentDoc.definitions,
26028
+ ...ProjectUpdateFragmentDoc.definitions,
26029
+ ...PageInfoFragmentDoc.definitions,
25502
26030
  ],
25503
26031
  };
25504
26032
  const Project_TeamsDocument = {
@@ -25618,6 +26146,8 @@
25618
26146
  },
25619
26147
  },
25620
26148
  ...TeamConnectionFragmentDoc.definitions,
26149
+ ...TeamFragmentDoc.definitions,
26150
+ ...PageInfoFragmentDoc.definitions,
25621
26151
  ],
25622
26152
  };
25623
26153
  const ProjectFilterSuggestionDocument = {
@@ -25782,6 +26312,8 @@
25782
26312
  },
25783
26313
  },
25784
26314
  ...ProjectLinkConnectionFragmentDoc.definitions,
26315
+ ...ProjectLinkFragmentDoc.definitions,
26316
+ ...PageInfoFragmentDoc.definitions,
25785
26317
  ],
25786
26318
  };
25787
26319
  const ProjectUpdateDocument = {
@@ -25948,6 +26480,8 @@
25948
26480
  },
25949
26481
  },
25950
26482
  ...ProjectUpdateInteractionConnectionFragmentDoc.definitions,
26483
+ ...ProjectUpdateInteractionFragmentDoc.definitions,
26484
+ ...PageInfoFragmentDoc.definitions,
25951
26485
  ],
25952
26486
  };
25953
26487
  const ProjectUpdatesDocument = {
@@ -26036,6 +26570,8 @@
26036
26570
  },
26037
26571
  },
26038
26572
  ...ProjectUpdateConnectionFragmentDoc.definitions,
26573
+ ...ProjectUpdateFragmentDoc.definitions,
26574
+ ...PageInfoFragmentDoc.definitions,
26039
26575
  ],
26040
26576
  };
26041
26577
  const ProjectsDocument = {
@@ -26134,6 +26670,8 @@
26134
26670
  },
26135
26671
  },
26136
26672
  ...ProjectConnectionFragmentDoc.definitions,
26673
+ ...ProjectFragmentDoc.definitions,
26674
+ ...PageInfoFragmentDoc.definitions,
26137
26675
  ],
26138
26676
  };
26139
26677
  const PushSubscriptionTestDocument = {
@@ -26182,6 +26720,7 @@
26182
26720
  },
26183
26721
  },
26184
26722
  ...RateLimitPayloadFragmentDoc.definitions,
26723
+ ...RateLimitResultPayloadFragmentDoc.definitions,
26185
26724
  ],
26186
26725
  };
26187
26726
  const RoadmapDocument = {
@@ -26339,6 +26878,8 @@
26339
26878
  },
26340
26879
  },
26341
26880
  ...ProjectConnectionFragmentDoc.definitions,
26881
+ ...ProjectFragmentDoc.definitions,
26882
+ ...PageInfoFragmentDoc.definitions,
26342
26883
  ],
26343
26884
  };
26344
26885
  const RoadmapToProjectDocument = {
@@ -26465,6 +27006,8 @@
26465
27006
  },
26466
27007
  },
26467
27008
  ...RoadmapToProjectConnectionFragmentDoc.definitions,
27009
+ ...RoadmapToProjectFragmentDoc.definitions,
27010
+ ...PageInfoFragmentDoc.definitions,
26468
27011
  ],
26469
27012
  };
26470
27013
  const RoadmapsDocument = {
@@ -26553,6 +27096,8 @@
26553
27096
  },
26554
27097
  },
26555
27098
  ...RoadmapConnectionFragmentDoc.definitions,
27099
+ ...RoadmapFragmentDoc.definitions,
27100
+ ...PageInfoFragmentDoc.definitions,
26556
27101
  ],
26557
27102
  };
26558
27103
  const SearchDocumentsDocument = {
@@ -26593,6 +27138,11 @@
26593
27138
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26594
27139
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26595
27140
  },
27141
+ {
27142
+ kind: "VariableDefinition",
27143
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27144
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27145
+ },
26596
27146
  {
26597
27147
  kind: "VariableDefinition",
26598
27148
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26636,6 +27186,11 @@
26636
27186
  name: { kind: "Name", value: "orderBy" },
26637
27187
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26638
27188
  },
27189
+ {
27190
+ kind: "Argument",
27191
+ name: { kind: "Name", value: "teamId" },
27192
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27193
+ },
26639
27194
  {
26640
27195
  kind: "Argument",
26641
27196
  name: { kind: "Name", value: "term" },
@@ -26651,6 +27206,9 @@
26651
27206
  },
26652
27207
  },
26653
27208
  ...DocumentSearchPayloadFragmentDoc.definitions,
27209
+ ...ArchiveResponseFragmentDoc.definitions,
27210
+ ...DocumentSearchResultFragmentDoc.definitions,
27211
+ ...PageInfoFragmentDoc.definitions,
26654
27212
  ],
26655
27213
  };
26656
27214
  const SearchDocuments_ArchivePayloadDocument = {
@@ -26691,6 +27249,11 @@
26691
27249
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26692
27250
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26693
27251
  },
27252
+ {
27253
+ kind: "VariableDefinition",
27254
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27255
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27256
+ },
26694
27257
  {
26695
27258
  kind: "VariableDefinition",
26696
27259
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26734,6 +27297,11 @@
26734
27297
  name: { kind: "Name", value: "orderBy" },
26735
27298
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26736
27299
  },
27300
+ {
27301
+ kind: "Argument",
27302
+ name: { kind: "Name", value: "teamId" },
27303
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27304
+ },
26737
27305
  {
26738
27306
  kind: "Argument",
26739
27307
  name: { kind: "Name", value: "term" },
@@ -26803,6 +27371,11 @@
26803
27371
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26804
27372
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26805
27373
  },
27374
+ {
27375
+ kind: "VariableDefinition",
27376
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27377
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27378
+ },
26806
27379
  {
26807
27380
  kind: "VariableDefinition",
26808
27381
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26851,6 +27424,11 @@
26851
27424
  name: { kind: "Name", value: "orderBy" },
26852
27425
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26853
27426
  },
27427
+ {
27428
+ kind: "Argument",
27429
+ name: { kind: "Name", value: "teamId" },
27430
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27431
+ },
26854
27432
  {
26855
27433
  kind: "Argument",
26856
27434
  name: { kind: "Name", value: "term" },
@@ -26866,6 +27444,9 @@
26866
27444
  },
26867
27445
  },
26868
27446
  ...IssueSearchPayloadFragmentDoc.definitions,
27447
+ ...ArchiveResponseFragmentDoc.definitions,
27448
+ ...IssueSearchResultFragmentDoc.definitions,
27449
+ ...PageInfoFragmentDoc.definitions,
26869
27450
  ],
26870
27451
  };
26871
27452
  const SearchIssues_ArchivePayloadDocument = {
@@ -26911,6 +27492,11 @@
26911
27492
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26912
27493
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
26913
27494
  },
27495
+ {
27496
+ kind: "VariableDefinition",
27497
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27498
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27499
+ },
26914
27500
  {
26915
27501
  kind: "VariableDefinition",
26916
27502
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -26959,6 +27545,11 @@
26959
27545
  name: { kind: "Name", value: "orderBy" },
26960
27546
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
26961
27547
  },
27548
+ {
27549
+ kind: "Argument",
27550
+ name: { kind: "Name", value: "teamId" },
27551
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27552
+ },
26962
27553
  {
26963
27554
  kind: "Argument",
26964
27555
  name: { kind: "Name", value: "term" },
@@ -27023,6 +27614,11 @@
27023
27614
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27024
27615
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
27025
27616
  },
27617
+ {
27618
+ kind: "VariableDefinition",
27619
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27620
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27621
+ },
27026
27622
  {
27027
27623
  kind: "VariableDefinition",
27028
27624
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -27066,6 +27662,11 @@
27066
27662
  name: { kind: "Name", value: "orderBy" },
27067
27663
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27068
27664
  },
27665
+ {
27666
+ kind: "Argument",
27667
+ name: { kind: "Name", value: "teamId" },
27668
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27669
+ },
27069
27670
  {
27070
27671
  kind: "Argument",
27071
27672
  name: { kind: "Name", value: "term" },
@@ -27081,6 +27682,9 @@
27081
27682
  },
27082
27683
  },
27083
27684
  ...ProjectSearchPayloadFragmentDoc.definitions,
27685
+ ...ArchiveResponseFragmentDoc.definitions,
27686
+ ...ProjectSearchResultFragmentDoc.definitions,
27687
+ ...PageInfoFragmentDoc.definitions,
27084
27688
  ],
27085
27689
  };
27086
27690
  const SearchProjects_ArchivePayloadDocument = {
@@ -27121,6 +27725,11 @@
27121
27725
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27122
27726
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
27123
27727
  },
27728
+ {
27729
+ kind: "VariableDefinition",
27730
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27731
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
27732
+ },
27124
27733
  {
27125
27734
  kind: "VariableDefinition",
27126
27735
  variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
@@ -27164,6 +27773,11 @@
27164
27773
  name: { kind: "Name", value: "orderBy" },
27165
27774
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
27166
27775
  },
27776
+ {
27777
+ kind: "Argument",
27778
+ name: { kind: "Name", value: "teamId" },
27779
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
27780
+ },
27167
27781
  {
27168
27782
  kind: "Argument",
27169
27783
  name: { kind: "Name", value: "term" },
@@ -27393,6 +28007,8 @@
27393
28007
  },
27394
28008
  },
27395
28009
  ...CycleConnectionFragmentDoc.definitions,
28010
+ ...CycleFragmentDoc.definitions,
28011
+ ...PageInfoFragmentDoc.definitions,
27396
28012
  ],
27397
28013
  };
27398
28014
  const Team_IssuesDocument = {
@@ -27512,6 +28128,8 @@
27512
28128
  },
27513
28129
  },
27514
28130
  ...IssueConnectionFragmentDoc.definitions,
28131
+ ...IssueFragmentDoc.definitions,
28132
+ ...PageInfoFragmentDoc.definitions,
27515
28133
  ],
27516
28134
  };
27517
28135
  const Team_LabelsDocument = {
@@ -27631,6 +28249,8 @@
27631
28249
  },
27632
28250
  },
27633
28251
  ...IssueLabelConnectionFragmentDoc.definitions,
28252
+ ...IssueLabelFragmentDoc.definitions,
28253
+ ...PageInfoFragmentDoc.definitions,
27634
28254
  ],
27635
28255
  };
27636
28256
  const Team_MembersDocument = {
@@ -27760,6 +28380,8 @@
27760
28380
  },
27761
28381
  },
27762
28382
  ...UserConnectionFragmentDoc.definitions,
28383
+ ...UserFragmentDoc.definitions,
28384
+ ...PageInfoFragmentDoc.definitions,
27763
28385
  ],
27764
28386
  };
27765
28387
  const Team_MembershipsDocument = {
@@ -27869,6 +28491,8 @@
27869
28491
  },
27870
28492
  },
27871
28493
  ...TeamMembershipConnectionFragmentDoc.definitions,
28494
+ ...TeamMembershipFragmentDoc.definitions,
28495
+ ...PageInfoFragmentDoc.definitions,
27872
28496
  ],
27873
28497
  };
27874
28498
  const Team_ProjectsDocument = {
@@ -27988,6 +28612,8 @@
27988
28612
  },
27989
28613
  },
27990
28614
  ...ProjectConnectionFragmentDoc.definitions,
28615
+ ...ProjectFragmentDoc.definitions,
28616
+ ...PageInfoFragmentDoc.definitions,
27991
28617
  ],
27992
28618
  };
27993
28619
  const Team_StatesDocument = {
@@ -28107,6 +28733,8 @@
28107
28733
  },
28108
28734
  },
28109
28735
  ...WorkflowStateConnectionFragmentDoc.definitions,
28736
+ ...WorkflowStateFragmentDoc.definitions,
28737
+ ...PageInfoFragmentDoc.definitions,
28110
28738
  ],
28111
28739
  };
28112
28740
  const Team_TemplatesDocument = {
@@ -28216,6 +28844,7 @@
28216
28844
  },
28217
28845
  },
28218
28846
  ...TemplateConnectionFragmentDoc.definitions,
28847
+ ...PageInfoFragmentDoc.definitions,
28219
28848
  ],
28220
28849
  };
28221
28850
  const Team_WebhooksDocument = {
@@ -28325,6 +28954,8 @@
28325
28954
  },
28326
28955
  },
28327
28956
  ...WebhookConnectionFragmentDoc.definitions,
28957
+ ...WebhookFragmentDoc.definitions,
28958
+ ...PageInfoFragmentDoc.definitions,
28328
28959
  ],
28329
28960
  };
28330
28961
  const TeamMembershipDocument = {
@@ -28451,6 +29082,8 @@
28451
29082
  },
28452
29083
  },
28453
29084
  ...TeamMembershipConnectionFragmentDoc.definitions,
29085
+ ...TeamMembershipFragmentDoc.definitions,
29086
+ ...PageInfoFragmentDoc.definitions,
28454
29087
  ],
28455
29088
  };
28456
29089
  const TeamsDocument = {
@@ -28549,6 +29182,8 @@
28549
29182
  },
28550
29183
  },
28551
29184
  ...TeamConnectionFragmentDoc.definitions,
29185
+ ...TeamFragmentDoc.definitions,
29186
+ ...PageInfoFragmentDoc.definitions,
28552
29187
  ],
28553
29188
  };
28554
29189
  const TemplateDocument = {
@@ -28806,6 +29441,8 @@
28806
29441
  },
28807
29442
  },
28808
29443
  ...IssueConnectionFragmentDoc.definitions,
29444
+ ...IssueFragmentDoc.definitions,
29445
+ ...PageInfoFragmentDoc.definitions,
28809
29446
  ],
28810
29447
  };
28811
29448
  const User_CreatedIssuesDocument = {
@@ -28925,6 +29562,8 @@
28925
29562
  },
28926
29563
  },
28927
29564
  ...IssueConnectionFragmentDoc.definitions,
29565
+ ...IssueFragmentDoc.definitions,
29566
+ ...PageInfoFragmentDoc.definitions,
28928
29567
  ],
28929
29568
  };
28930
29569
  const User_TeamMembershipsDocument = {
@@ -29034,6 +29673,8 @@
29034
29673
  },
29035
29674
  },
29036
29675
  ...TeamMembershipConnectionFragmentDoc.definitions,
29676
+ ...TeamMembershipFragmentDoc.definitions,
29677
+ ...PageInfoFragmentDoc.definitions,
29037
29678
  ],
29038
29679
  };
29039
29680
  const User_TeamsDocument = {
@@ -29153,6 +29794,8 @@
29153
29794
  },
29154
29795
  },
29155
29796
  ...TeamConnectionFragmentDoc.definitions,
29797
+ ...TeamFragmentDoc.definitions,
29798
+ ...PageInfoFragmentDoc.definitions,
29156
29799
  ],
29157
29800
  };
29158
29801
  const UserSettingsDocument = {
@@ -29285,6 +29928,8 @@
29285
29928
  },
29286
29929
  },
29287
29930
  ...UserConnectionFragmentDoc.definitions,
29931
+ ...UserFragmentDoc.definitions,
29932
+ ...PageInfoFragmentDoc.definitions,
29288
29933
  ],
29289
29934
  };
29290
29935
  const ViewerDocument = {
@@ -29416,6 +30061,8 @@
29416
30061
  },
29417
30062
  },
29418
30063
  ...IssueConnectionFragmentDoc.definitions,
30064
+ ...IssueFragmentDoc.definitions,
30065
+ ...PageInfoFragmentDoc.definitions,
29419
30066
  ],
29420
30067
  };
29421
30068
  const Viewer_CreatedIssuesDocument = {
@@ -29523,6 +30170,8 @@
29523
30170
  },
29524
30171
  },
29525
30172
  ...IssueConnectionFragmentDoc.definitions,
30173
+ ...IssueFragmentDoc.definitions,
30174
+ ...PageInfoFragmentDoc.definitions,
29526
30175
  ],
29527
30176
  };
29528
30177
  const Viewer_TeamMembershipsDocument = {
@@ -29620,6 +30269,8 @@
29620
30269
  },
29621
30270
  },
29622
30271
  ...TeamMembershipConnectionFragmentDoc.definitions,
30272
+ ...TeamMembershipFragmentDoc.definitions,
30273
+ ...PageInfoFragmentDoc.definitions,
29623
30274
  ],
29624
30275
  };
29625
30276
  const Viewer_TeamsDocument = {
@@ -29727,6 +30378,8 @@
29727
30378
  },
29728
30379
  },
29729
30380
  ...TeamConnectionFragmentDoc.definitions,
30381
+ ...TeamFragmentDoc.definitions,
30382
+ ...PageInfoFragmentDoc.definitions,
29730
30383
  ],
29731
30384
  };
29732
30385
  const WebhookDocument = {
@@ -29853,6 +30506,8 @@
29853
30506
  },
29854
30507
  },
29855
30508
  ...WebhookConnectionFragmentDoc.definitions,
30509
+ ...WebhookFragmentDoc.definitions,
30510
+ ...PageInfoFragmentDoc.definitions,
29856
30511
  ],
29857
30512
  };
29858
30513
  const WorkflowStateDocument = {
@@ -30010,6 +30665,8 @@
30010
30665
  },
30011
30666
  },
30012
30667
  ...IssueConnectionFragmentDoc.definitions,
30668
+ ...IssueFragmentDoc.definitions,
30669
+ ...PageInfoFragmentDoc.definitions,
30013
30670
  ],
30014
30671
  };
30015
30672
  const WorkflowStatesDocument = {
@@ -30108,6 +30765,8 @@
30108
30765
  },
30109
30766
  },
30110
30767
  ...WorkflowStateConnectionFragmentDoc.definitions,
30768
+ ...WorkflowStateFragmentDoc.definitions,
30769
+ ...PageInfoFragmentDoc.definitions,
30111
30770
  ],
30112
30771
  };
30113
30772
 
@@ -30124,6 +30783,7 @@
30124
30783
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
30125
30784
  get PushSubscriptionType () { return PushSubscriptionType; },
30126
30785
  get ReleaseChannel () { return ReleaseChannel; },
30786
+ get SlaDayCountType () { return SlaDayCountType; },
30127
30787
  get SlaStatus () { return SlaStatus; },
30128
30788
  get UserContextViewType () { return UserContextViewType; },
30129
30789
  get UserFlagType () { return UserFlagType; },
@@ -30142,6 +30802,7 @@
30142
30802
  CycleArchivePayloadFragmentDoc: CycleArchivePayloadFragmentDoc,
30143
30803
  DeletePayloadFragmentDoc: DeletePayloadFragmentDoc,
30144
30804
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
30805
+ ActorBotFragmentDoc: ActorBotFragmentDoc,
30145
30806
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
30146
30807
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
30147
30808
  OauthClientApprovalNotificationFragmentDoc: OauthClientApprovalNotificationFragmentDoc,
@@ -30177,6 +30838,8 @@
30177
30838
  PagerDutyScheduleMappingFragmentDoc: PagerDutyScheduleMappingFragmentDoc,
30178
30839
  PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
30179
30840
  SentrySettingsFragmentDoc: SentrySettingsFragmentDoc,
30841
+ SlackChannelNameMappingFragmentDoc: SlackChannelNameMappingFragmentDoc,
30842
+ SlackAsksSettingsFragmentDoc: SlackAsksSettingsFragmentDoc,
30180
30843
  SlackPostSettingsFragmentDoc: SlackPostSettingsFragmentDoc,
30181
30844
  ZendeskSettingsFragmentDoc: ZendeskSettingsFragmentDoc,
30182
30845
  IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
@@ -30186,6 +30849,7 @@
30186
30849
  PageInfoFragmentDoc: PageInfoFragmentDoc,
30187
30850
  ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
30188
30851
  ApiKeyPayloadFragmentDoc: ApiKeyPayloadFragmentDoc,
30852
+ AsksChannelConnectPayloadFragmentDoc: AsksChannelConnectPayloadFragmentDoc,
30189
30853
  AttachmentFragmentDoc: AttachmentFragmentDoc,
30190
30854
  AttachmentConnectionFragmentDoc: AttachmentConnectionFragmentDoc,
30191
30855
  AttachmentPayloadFragmentDoc: AttachmentPayloadFragmentDoc,
@@ -30395,6 +31059,7 @@
30395
31059
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
30396
31060
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
30397
31061
  ImportFileUploadDocument: ImportFileUploadDocument,
31062
+ IntegrationAsksConnectChannelDocument: IntegrationAsksConnectChannelDocument,
30398
31063
  DeleteIntegrationDocument: DeleteIntegrationDocument,
30399
31064
  IntegrationDiscordDocument: IntegrationDiscordDocument,
30400
31065
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -30555,6 +31220,7 @@
30555
31220
  AuditEntryTypesDocument: AuditEntryTypesDocument,
30556
31221
  AvailableUsersDocument: AvailableUsersDocument,
30557
31222
  CommentDocument: CommentDocument,
31223
+ Comment_BotActorDocument: Comment_BotActorDocument,
30558
31224
  Comment_ChildrenDocument: Comment_ChildrenDocument,
30559
31225
  CommentsDocument: CommentsDocument,
30560
31226
  CustomViewDocument: CustomViewDocument,
@@ -30815,6 +31481,24 @@
30815
31481
  return undefined;
30816
31482
  }
30817
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
+ }
30818
31502
  /**
30819
31503
  * An API key. Grants access to the user's resources.
30820
31504
  *
@@ -30913,6 +31597,27 @@
30913
31597
  this.totalCount = data.totalCount;
30914
31598
  }
30915
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
+ }
30916
31621
  /**
30917
31622
  * Issue attachment (e.g. support ticket, pull request).
30918
31623
  *
@@ -31123,6 +31828,7 @@
31123
31828
  this.reactionData = (_d = parseJson(data.reactionData)) !== null && _d !== void 0 ? _d : {};
31124
31829
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
31125
31830
  this.url = data.url;
31831
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
31126
31832
  this._issue = data.issue;
31127
31833
  this._parent = (_f = data.parent) !== null && _f !== void 0 ? _f : undefined;
31128
31834
  this._user = (_g = data.user) !== null && _g !== void 0 ? _g : undefined;
@@ -31294,6 +32000,7 @@
31294
32000
  this.shared = data.shared;
31295
32001
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
31296
32002
  this._creator = data.creator;
32003
+ this._owner = data.owner;
31297
32004
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
31298
32005
  }
31299
32006
  /** The user who created the custom view. */
@@ -31304,6 +32011,10 @@
31304
32011
  get organization() {
31305
32012
  return new OrganizationQuery(this._request).fetch();
31306
32013
  }
32014
+ /** The user who owns the custom view. */
32015
+ get owner() {
32016
+ return new UserQuery(this._request).fetch(this._owner.id);
32017
+ }
31307
32018
  /** The team associated with the custom view. */
31308
32019
  get team() {
31309
32020
  var _a, _b;
@@ -31344,6 +32055,7 @@
31344
32055
  constructor(request, data) {
31345
32056
  var _a, _b, _c, _d, _e, _f, _g, _h;
31346
32057
  super(request);
32058
+ this.active = data.active;
31347
32059
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31348
32060
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
31349
32061
  this.id = data.id;
@@ -31520,6 +32232,7 @@
31520
32232
  constructor(request, data) {
31521
32233
  var _a, _b, _c, _d, _e, _f, _g, _h;
31522
32234
  super(request);
32235
+ this.active = data.active;
31523
32236
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31524
32237
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
31525
32238
  this.id = data.id;
@@ -31670,21 +32383,28 @@
31670
32383
  */
31671
32384
  class DocumentContent extends Request {
31672
32385
  constructor(request, data) {
31673
- var _a, _b, _c, _d, _e, _f;
32386
+ var _a, _b, _c, _d, _e, _f, _g, _h;
31674
32387
  super(request);
31675
32388
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31676
32389
  this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
31677
32390
  this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
31678
- 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();
31679
32393
  this.id = data.id;
31680
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
31681
- 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;
31682
32397
  }
31683
32398
  /** The issue that the document is associated with. */
31684
32399
  get issue() {
31685
32400
  var _a, _b;
31686
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;
31687
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
+ }
31688
32408
  }
31689
32409
  /**
31690
32410
  * DocumentPayload model
@@ -32087,18 +32807,17 @@
32087
32807
  */
32088
32808
  class FirstResponderSchedule extends Request {
32089
32809
  constructor(request, data) {
32090
- var _a, _b, _c, _d, _e;
32810
+ var _a, _b, _c, _d;
32091
32811
  super(request);
32092
32812
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
32093
32813
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
32094
32814
  this.id = data.id;
32095
- this.integrationScheduleId = (_c = data.integrationScheduleId) !== null && _c !== void 0 ? _c : undefined;
32096
- this.scheduleData = (_d = parseJson(data.scheduleData)) !== null && _d !== void 0 ? _d : {};
32097
- 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();
32098
32817
  this._integration = data.integration;
32099
32818
  this._team = data.team;
32100
32819
  }
32101
- /** The integration used for scheduling. */
32820
+ /** The integration used for time scheduling. */
32102
32821
  get integration() {
32103
32822
  return new IntegrationQuery(this._request).fetch(this._integration.id);
32104
32823
  }
@@ -32178,9 +32897,11 @@
32178
32897
  */
32179
32898
  class GitHubSettings extends Request {
32180
32899
  constructor(request, data) {
32900
+ var _a;
32181
32901
  super(request);
32182
32902
  this.orgAvatarUrl = data.orgAvatarUrl;
32183
32903
  this.orgLogin = data.orgLogin;
32904
+ this.repositories = (_a = data.repositories) !== null && _a !== void 0 ? _a : undefined;
32184
32905
  }
32185
32906
  }
32186
32907
  /**
@@ -32355,6 +33076,7 @@
32355
33076
  this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
32356
33077
  this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
32357
33078
  this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
33079
+ this.slackAsks = data.slackAsks ? new SlackAsksSettings(request, data.slackAsks) : undefined;
32358
33080
  this.slackOrgProjectUpdatesPost = data.slackOrgProjectUpdatesPost
32359
33081
  ? new SlackPostSettings(request, data.slackOrgProjectUpdatesPost)
32360
33082
  : undefined;
@@ -32371,12 +33093,13 @@
32371
33093
  */
32372
33094
  class IntegrationTemplate extends Request {
32373
33095
  constructor(request, data) {
32374
- var _a, _b, _c;
33096
+ var _a, _b, _c, _d;
32375
33097
  super(request);
32376
33098
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
32377
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;
32378
33101
  this.id = data.id;
32379
- 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();
32380
33103
  this._integration = data.integration;
32381
33104
  this._template = data.template;
32382
33105
  }
@@ -32775,6 +33498,7 @@
32775
33498
  this.trashed = (_6 = data.trashed) !== null && _6 !== void 0 ? _6 : undefined;
32776
33499
  this.updatedAt = (_7 = parseDate(data.updatedAt)) !== null && _7 !== void 0 ? _7 : new Date();
32777
33500
  this.updatedDescription = (_8 = data.updatedDescription) !== null && _8 !== void 0 ? _8 : undefined;
33501
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
32778
33502
  this.issueImport = data.issueImport ? new IssueImport(request, data.issueImport) : undefined;
32779
33503
  this.relationChanges = data.relationChanges
32780
33504
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
@@ -33074,6 +33798,7 @@
33074
33798
  this.type = data.type;
33075
33799
  this.unsnoozedAt = (_g = parseDate(data.unsnoozedAt)) !== null && _g !== void 0 ? _g : undefined;
33076
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;
33077
33802
  this._actor = (_j = data.actor) !== null && _j !== void 0 ? _j : undefined;
33078
33803
  this._comment = (_k = data.comment) !== null && _k !== void 0 ? _k : undefined;
33079
33804
  this._issue = data.issue;
@@ -33398,6 +34123,7 @@
33398
34123
  constructor(request, data) {
33399
34124
  var _a, _b, _c, _d, _e, _f, _g, _h;
33400
34125
  super(request);
34126
+ this.active = data.active;
33401
34127
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
33402
34128
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
33403
34129
  this.id = data.id;
@@ -33488,6 +34214,7 @@
33488
34214
  this.type = data.type;
33489
34215
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
33490
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;
33491
34218
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
33492
34219
  this._user = data.user;
33493
34220
  }
@@ -33586,6 +34313,7 @@
33586
34313
  constructor(request, data) {
33587
34314
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
33588
34315
  super(request);
34316
+ this.active = data.active;
33589
34317
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
33590
34318
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
33591
34319
  this.id = data.id;
@@ -33778,6 +34506,7 @@
33778
34506
  this.type = data.type;
33779
34507
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
33780
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;
33781
34510
  this.oauthClientApproval = new OauthClientApproval(request, data.oauthClientApproval);
33782
34511
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
33783
34512
  this._user = data.user;
@@ -33941,7 +34670,7 @@
33941
34670
  */
33942
34671
  class OrganizationInvite extends Request {
33943
34672
  constructor(request, data) {
33944
- var _a, _b, _c, _d, _e, _f;
34673
+ var _a, _b, _c, _d, _e, _f, _g;
33945
34674
  super(request);
33946
34675
  this.acceptedAt = (_a = parseDate(data.acceptedAt)) !== null && _a !== void 0 ? _a : undefined;
33947
34676
  this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -33950,8 +34679,9 @@
33950
34679
  this.expiresAt = (_d = parseDate(data.expiresAt)) !== null && _d !== void 0 ? _d : undefined;
33951
34680
  this.external = data.external;
33952
34681
  this.id = data.id;
33953
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
33954
- 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;
33955
34685
  this._inviter = data.inviter;
33956
34686
  }
33957
34687
  /** The user who has accepted the invite. Null, if the invite hasn't been accepted. */
@@ -34141,7 +34871,7 @@
34141
34871
  */
34142
34872
  class Project extends Request {
34143
34873
  constructor(request, data) {
34144
- 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;
34145
34875
  super(request);
34146
34876
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34147
34877
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -34150,15 +34880,16 @@
34150
34880
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
34151
34881
  this.completedIssueCountHistory = data.completedIssueCountHistory;
34152
34882
  this.completedScopeHistory = data.completedScopeHistory;
34153
- 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();
34154
34885
  this.description = data.description;
34155
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
34886
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
34156
34887
  this.id = data.id;
34157
34888
  this.inProgressScopeHistory = data.inProgressScopeHistory;
34158
34889
  this.issueCountHistory = data.issueCountHistory;
34159
34890
  this.name = data.name;
34160
34891
  this.progress = data.progress;
34161
- 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;
34162
34893
  this.scope = data.scope;
34163
34894
  this.scopeHistory = data.scopeHistory;
34164
34895
  this.slackIssueComments = data.slackIssueComments;
@@ -34166,16 +34897,17 @@
34166
34897
  this.slackNewIssue = data.slackNewIssue;
34167
34898
  this.slugId = data.slugId;
34168
34899
  this.sortOrder = data.sortOrder;
34169
- this.startDate = (_h = data.startDate) !== null && _h !== void 0 ? _h : undefined;
34170
- 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;
34171
34902
  this.state = data.state;
34172
- this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
34173
- 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();
34174
34906
  this.url = data.url;
34175
- this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
34907
+ this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
34176
34908
  this._creator = data.creator;
34177
- this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
34178
- 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;
34179
34911
  }
34180
34912
  /** The project was created based on this issue. */
34181
34913
  get convertedFromIssue() {
@@ -34227,14 +34959,14 @@
34227
34959
  return new Project_TeamsQuery(this._request, this.id, variables).fetch(variables);
34228
34960
  }
34229
34961
  /** Archives a project. */
34230
- archive() {
34231
- return new ArchiveProjectMutation(this._request).fetch(this.id);
34962
+ archive(variables) {
34963
+ return new ArchiveProjectMutation(this._request).fetch(this.id, variables);
34232
34964
  }
34233
34965
  /** Creates a new project. */
34234
34966
  create(input) {
34235
34967
  return new CreateProjectMutation(this._request).fetch(input);
34236
34968
  }
34237
- /** Deletes a project. All issues will be disassociated from the deleted project. */
34969
+ /** Deletes (trashes) a project. */
34238
34970
  delete() {
34239
34971
  return new DeleteProjectMutation(this._request).fetch(this.id);
34240
34972
  }
@@ -34448,6 +35180,7 @@
34448
35180
  this.type = data.type;
34449
35181
  this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
34450
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;
34451
35184
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
34452
35185
  this._project = data.project;
34453
35186
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
@@ -34482,6 +35215,7 @@
34482
35215
  constructor(request, data) {
34483
35216
  var _a, _b, _c, _d, _e, _f, _g, _h;
34484
35217
  super(request);
35218
+ this.active = data.active;
34485
35219
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34486
35220
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
34487
35221
  this.id = data.id;
@@ -34572,7 +35306,7 @@
34572
35306
  */
34573
35307
  class ProjectSearchResult extends Request {
34574
35308
  constructor(request, data) {
34575
- 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;
34576
35310
  super(request);
34577
35311
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34578
35312
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -34581,16 +35315,17 @@
34581
35315
  this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
34582
35316
  this.completedIssueCountHistory = data.completedIssueCountHistory;
34583
35317
  this.completedScopeHistory = data.completedScopeHistory;
34584
- 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();
34585
35320
  this.description = data.description;
34586
- this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
35321
+ this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
34587
35322
  this.id = data.id;
34588
35323
  this.inProgressScopeHistory = data.inProgressScopeHistory;
34589
35324
  this.issueCountHistory = data.issueCountHistory;
34590
- this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
35325
+ this.metadata = (_h = parseJson(data.metadata)) !== null && _h !== void 0 ? _h : {};
34591
35326
  this.name = data.name;
34592
35327
  this.progress = data.progress;
34593
- 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;
34594
35329
  this.scope = data.scope;
34595
35330
  this.scopeHistory = data.scopeHistory;
34596
35331
  this.slackIssueComments = data.slackIssueComments;
@@ -34598,16 +35333,17 @@
34598
35333
  this.slackNewIssue = data.slackNewIssue;
34599
35334
  this.slugId = data.slugId;
34600
35335
  this.sortOrder = data.sortOrder;
34601
- this.startDate = (_j = data.startDate) !== null && _j !== void 0 ? _j : undefined;
34602
- 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;
34603
35338
  this.state = data.state;
34604
- this.targetDate = (_l = data.targetDate) !== null && _l !== void 0 ? _l : undefined;
34605
- 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();
34606
35342
  this.url = data.url;
34607
- this._convertedFromIssue = (_o = data.convertedFromIssue) !== null && _o !== void 0 ? _o : undefined;
35343
+ this._convertedFromIssue = (_q = data.convertedFromIssue) !== null && _q !== void 0 ? _q : undefined;
34608
35344
  this._creator = data.creator;
34609
- this._integrationsSettings = (_p = data.integrationsSettings) !== null && _p !== void 0 ? _p : undefined;
34610
- 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;
34611
35347
  }
34612
35348
  /** The project was created based on this issue. */
34613
35349
  get convertedFromIssue() {
@@ -34651,14 +35387,15 @@
34651
35387
  */
34652
35388
  class ProjectUpdate extends Request {
34653
35389
  constructor(request, data) {
34654
- var _a, _b, _c, _d;
35390
+ var _a, _b, _c, _d, _e;
34655
35391
  super(request);
34656
35392
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
34657
35393
  this.body = data.body;
34658
35394
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
34659
- 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;
34660
35397
  this.id = data.id;
34661
- 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();
34662
35399
  this.url = data.url;
34663
35400
  this._project = data.project;
34664
35401
  this._user = data.user;
@@ -35171,6 +35908,35 @@
35171
35908
  this.organizationSlug = data.organizationSlug;
35172
35909
  }
35173
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
+ }
35174
35940
  /**
35175
35941
  * Slack notification specific settings.
35176
35942
  *
@@ -35236,7 +36002,7 @@
35236
36002
  */
35237
36003
  class Team extends Request {
35238
36004
  constructor(request, data) {
35239
- 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;
35240
36006
  super(request);
35241
36007
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
35242
36008
  this.autoArchivePeriod = data.autoArchivePeriod;
@@ -35285,9 +36051,10 @@
35285
36051
  this._integrationsSettings = (_r = data.integrationsSettings) !== null && _r !== void 0 ? _r : undefined;
35286
36052
  this._markedAsDuplicateWorkflowState = (_s = data.markedAsDuplicateWorkflowState) !== null && _s !== void 0 ? _s : undefined;
35287
36053
  this._mergeWorkflowState = (_t = data.mergeWorkflowState) !== null && _t !== void 0 ? _t : undefined;
35288
- this._reviewWorkflowState = (_u = data.reviewWorkflowState) !== null && _u !== void 0 ? _u : undefined;
35289
- this._startWorkflowState = (_v = data.startWorkflowState) !== null && _v !== void 0 ? _v : undefined;
35290
- 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;
35291
36058
  }
35292
36059
  /** Team's currently active cycle. */
35293
36060
  get activeCycle() {
@@ -35343,6 +36110,13 @@
35343
36110
  ? new WorkflowStateQuery(this._request).fetch((_b = this._mergeWorkflowState) === null || _b === void 0 ? void 0 : _b.id)
35344
36111
  : undefined;
35345
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
+ }
35346
36120
  /** The organization that the team is associated with. */
35347
36121
  get organization() {
35348
36122
  return new OrganizationQuery(this._request).fetch();
@@ -35513,6 +36287,7 @@
35513
36287
  constructor(request, data) {
35514
36288
  var _a, _b, _c, _d, _e, _f, _g, _h;
35515
36289
  super(request);
36290
+ this.active = data.active;
35516
36291
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
35517
36292
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
35518
36293
  this.id = data.id;
@@ -35857,6 +36632,7 @@
35857
36632
  constructor(request, data) {
35858
36633
  var _a, _b, _c, _d, _e, _f, _g, _h;
35859
36634
  super(request);
36635
+ this.active = data.active;
35860
36636
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
35861
36637
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
35862
36638
  this.id = data.id;
@@ -36516,16 +37292,15 @@
36516
37292
  * @param issueId - required issueId to pass to attachmentLinkDiscord
36517
37293
  * @param messageId - required messageId to pass to attachmentLinkDiscord
36518
37294
  * @param url - required url to pass to attachmentLinkDiscord
37295
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
36519
37296
  * @returns parsed response from AttachmentLinkDiscordMutation
36520
37297
  */
36521
- fetch(channelId, issueId, messageId, url) {
37298
+ fetch(channelId, issueId, messageId, url, variables) {
36522
37299
  return __awaiter(this, void 0, void 0, function* () {
36523
- const response = yield this._request(AttachmentLinkDiscordDocument, {
36524
- channelId,
37300
+ const response = yield this._request(AttachmentLinkDiscordDocument, Object.assign({ channelId,
36525
37301
  issueId,
36526
37302
  messageId,
36527
- url,
36528
- });
37303
+ url }, variables));
36529
37304
  const data = response.attachmentLinkDiscord;
36530
37305
  return new AttachmentPayload(this._request, data);
36531
37306
  });
@@ -36545,14 +37320,13 @@
36545
37320
  *
36546
37321
  * @param conversationId - required conversationId to pass to attachmentLinkFront
36547
37322
  * @param issueId - required issueId to pass to attachmentLinkFront
37323
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
36548
37324
  * @returns parsed response from AttachmentLinkFrontMutation
36549
37325
  */
36550
- fetch(conversationId, issueId) {
37326
+ fetch(conversationId, issueId, variables) {
36551
37327
  return __awaiter(this, void 0, void 0, function* () {
36552
- const response = yield this._request(AttachmentLinkFrontDocument, {
36553
- conversationId,
36554
- issueId,
36555
- });
37328
+ const response = yield this._request(AttachmentLinkFrontDocument, Object.assign({ conversationId,
37329
+ issueId }, variables));
36556
37330
  const data = response.attachmentLinkFront;
36557
37331
  return new FrontAttachmentPayload(this._request, data);
36558
37332
  });
@@ -36572,14 +37346,13 @@
36572
37346
  *
36573
37347
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
36574
37348
  * @param issueId - required issueId to pass to attachmentLinkIntercom
37349
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
36575
37350
  * @returns parsed response from AttachmentLinkIntercomMutation
36576
37351
  */
36577
- fetch(conversationId, issueId) {
37352
+ fetch(conversationId, issueId, variables) {
36578
37353
  return __awaiter(this, void 0, void 0, function* () {
36579
- const response = yield this._request(AttachmentLinkIntercomDocument, {
36580
- conversationId,
36581
- issueId,
36582
- });
37354
+ const response = yield this._request(AttachmentLinkIntercomDocument, Object.assign({ conversationId,
37355
+ issueId }, variables));
36583
37356
  const data = response.attachmentLinkIntercom;
36584
37357
  return new AttachmentPayload(this._request, data);
36585
37358
  });
@@ -36682,14 +37455,13 @@
36682
37455
  *
36683
37456
  * @param issueId - required issueId to pass to attachmentLinkZendesk
36684
37457
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
37458
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
36685
37459
  * @returns parsed response from AttachmentLinkZendeskMutation
36686
37460
  */
36687
- fetch(issueId, ticketId) {
37461
+ fetch(issueId, ticketId, variables) {
36688
37462
  return __awaiter(this, void 0, void 0, function* () {
36689
- const response = yield this._request(AttachmentLinkZendeskDocument, {
36690
- issueId,
36691
- ticketId,
36692
- });
37463
+ const response = yield this._request(AttachmentLinkZendeskDocument, Object.assign({ issueId,
37464
+ ticketId }, variables));
36693
37465
  const data = response.attachmentLinkZendesk;
36694
37466
  return new AttachmentPayload(this._request, data);
36695
37467
  });
@@ -37435,6 +38207,33 @@
37435
38207
  });
37436
38208
  }
37437
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
+ }
37438
38237
  /**
37439
38238
  * A fetchable DeleteIntegration Mutation
37440
38239
  *
@@ -39276,13 +40075,12 @@
39276
40075
  * Call the ArchiveProject mutation and return a ProjectArchivePayload
39277
40076
  *
39278
40077
  * @param id - required id to pass to archiveProject
40078
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
39279
40079
  * @returns parsed response from ArchiveProjectMutation
39280
40080
  */
39281
- fetch(id) {
40081
+ fetch(id, variables) {
39282
40082
  return __awaiter(this, void 0, void 0, function* () {
39283
- const response = yield this._request(ArchiveProjectDocument, {
39284
- id,
39285
- });
40083
+ const response = yield this._request(ArchiveProjectDocument, Object.assign({ id }, variables));
39286
40084
  const data = response.projectArchive;
39287
40085
  return new ProjectArchivePayload(this._request, data);
39288
40086
  });
@@ -39323,7 +40121,7 @@
39323
40121
  super(request);
39324
40122
  }
39325
40123
  /**
39326
- * Call the DeleteProject mutation and return a DeletePayload
40124
+ * Call the DeleteProject mutation and return a ProjectArchivePayload
39327
40125
  *
39328
40126
  * @param id - required id to pass to deleteProject
39329
40127
  * @returns parsed response from DeleteProjectMutation
@@ -39334,7 +40132,7 @@
39334
40132
  id,
39335
40133
  });
39336
40134
  const data = response.projectDelete;
39337
- return new DeletePayload(this._request, data);
40135
+ return new ProjectArchivePayload(this._request, data);
39338
40136
  });
39339
40137
  }
39340
40138
  }
@@ -43297,6 +44095,32 @@
43297
44095
  });
43298
44096
  }
43299
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
+ }
43300
44124
  /**
43301
44125
  * A fetchable Comment_Children Query
43302
44126
  *
@@ -44984,30 +45808,33 @@
44984
45808
  * @param issueId - required issueId to pass to attachmentLinkDiscord
44985
45809
  * @param messageId - required messageId to pass to attachmentLinkDiscord
44986
45810
  * @param url - required url to pass to attachmentLinkDiscord
45811
+ * @param variables - variables without 'channelId', 'issueId', 'messageId', 'url' to pass into the AttachmentLinkDiscordMutation
44987
45812
  * @returns AttachmentPayload
44988
45813
  */
44989
- attachmentLinkDiscord(channelId, issueId, messageId, url) {
44990
- 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);
44991
45816
  }
44992
45817
  /**
44993
45818
  * Link an existing Front conversation to an issue.
44994
45819
  *
44995
45820
  * @param conversationId - required conversationId to pass to attachmentLinkFront
44996
45821
  * @param issueId - required issueId to pass to attachmentLinkFront
45822
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkFrontMutation
44997
45823
  * @returns FrontAttachmentPayload
44998
45824
  */
44999
- attachmentLinkFront(conversationId, issueId) {
45000
- return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId);
45825
+ attachmentLinkFront(conversationId, issueId, variables) {
45826
+ return new AttachmentLinkFrontMutation(this._request).fetch(conversationId, issueId, variables);
45001
45827
  }
45002
45828
  /**
45003
45829
  * Link an existing Intercom conversation to an issue.
45004
45830
  *
45005
45831
  * @param conversationId - required conversationId to pass to attachmentLinkIntercom
45006
45832
  * @param issueId - required issueId to pass to attachmentLinkIntercom
45833
+ * @param variables - variables without 'conversationId', 'issueId' to pass into the AttachmentLinkIntercomMutation
45007
45834
  * @returns AttachmentPayload
45008
45835
  */
45009
- attachmentLinkIntercom(conversationId, issueId) {
45010
- return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId);
45836
+ attachmentLinkIntercom(conversationId, issueId, variables) {
45837
+ return new AttachmentLinkIntercomMutation(this._request).fetch(conversationId, issueId, variables);
45011
45838
  }
45012
45839
  /**
45013
45840
  * Link an existing Jira issue to an issue.
@@ -45048,10 +45875,11 @@
45048
45875
  *
45049
45876
  * @param issueId - required issueId to pass to attachmentLinkZendesk
45050
45877
  * @param ticketId - required ticketId to pass to attachmentLinkZendesk
45878
+ * @param variables - variables without 'issueId', 'ticketId' to pass into the AttachmentLinkZendeskMutation
45051
45879
  * @returns AttachmentPayload
45052
45880
  */
45053
- attachmentLinkZendesk(issueId, ticketId) {
45054
- return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId);
45881
+ attachmentLinkZendesk(issueId, ticketId, variables) {
45882
+ return new AttachmentLinkZendeskMutation(this._request).fetch(issueId, ticketId, variables);
45055
45883
  }
45056
45884
  /**
45057
45885
  * Unsyncs an existing synced Slack attachment.
@@ -45327,6 +46155,16 @@
45327
46155
  importFileUpload(contentType, filename, size, variables) {
45328
46156
  return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
45329
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
+ }
45330
46168
  /**
45331
46169
  * Deletes an integration.
45332
46170
  *
@@ -46015,10 +46853,11 @@
46015
46853
  * Archives a project.
46016
46854
  *
46017
46855
  * @param id - required id to pass to archiveProject
46856
+ * @param variables - variables without 'id' to pass into the ArchiveProjectMutation
46018
46857
  * @returns ProjectArchivePayload
46019
46858
  */
46020
- archiveProject(id) {
46021
- return new ArchiveProjectMutation(this._request).fetch(id);
46859
+ archiveProject(id, variables) {
46860
+ return new ArchiveProjectMutation(this._request).fetch(id, variables);
46022
46861
  }
46023
46862
  /**
46024
46863
  * Creates a new project.
@@ -46030,10 +46869,10 @@
46030
46869
  return new CreateProjectMutation(this._request).fetch(input);
46031
46870
  }
46032
46871
  /**
46033
- * Deletes a project. All issues will be disassociated from the deleted project.
46872
+ * Deletes (trashes) a project.
46034
46873
  *
46035
46874
  * @param id - required id to pass to deleteProject
46036
- * @returns DeletePayload
46875
+ * @returns ProjectArchivePayload
46037
46876
  */
46038
46877
  deleteProject(id) {
46039
46878
  return new DeleteProjectMutation(this._request).fetch(id);
@@ -47501,6 +48340,7 @@
47501
48340
  }
47502
48341
  }
47503
48342
 
48343
+ exports.ActorBot = ActorBot;
47504
48344
  exports.AdministrableTeamsQuery = AdministrableTeamsQuery;
47505
48345
  exports.AirbyteIntegrationConnectMutation = AirbyteIntegrationConnectMutation;
47506
48346
  exports.ApiKey = ApiKey;
@@ -47519,6 +48359,7 @@
47519
48359
  exports.ArchiveResponse = ArchiveResponse;
47520
48360
  exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
47521
48361
  exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
48362
+ exports.AsksChannelConnectPayload = AsksChannelConnectPayload;
47522
48363
  exports.Attachment = Attachment;
47523
48364
  exports.AttachmentArchivePayload = AttachmentArchivePayload;
47524
48365
  exports.AttachmentConnection = AttachmentConnection;
@@ -47557,6 +48398,7 @@
47557
48398
  exports.CommentConnection = CommentConnection;
47558
48399
  exports.CommentPayload = CommentPayload;
47559
48400
  exports.CommentQuery = CommentQuery;
48401
+ exports.Comment_BotActorQuery = Comment_BotActorQuery;
47560
48402
  exports.Comment_ChildrenQuery = Comment_ChildrenQuery;
47561
48403
  exports.CommentsQuery = CommentsQuery;
47562
48404
  exports.Company = Company;
@@ -47704,6 +48546,7 @@
47704
48546
  exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
47705
48547
  exports.ImportFileUploadMutation = ImportFileUploadMutation;
47706
48548
  exports.Integration = Integration;
48549
+ exports.IntegrationAsksConnectChannelMutation = IntegrationAsksConnectChannelMutation;
47707
48550
  exports.IntegrationConnection = IntegrationConnection;
47708
48551
  exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
47709
48552
  exports.IntegrationFigmaMutation = IntegrationFigmaMutation;
@@ -47953,6 +48796,8 @@
47953
48796
  exports.SearchProjectsQuery = SearchProjectsQuery;
47954
48797
  exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
47955
48798
  exports.SentrySettings = SentrySettings;
48799
+ exports.SlackAsksSettings = SlackAsksSettings;
48800
+ exports.SlackChannelNameMapping = SlackChannelNameMapping;
47956
48801
  exports.SlackPostSettings = SlackPostSettings;
47957
48802
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
47958
48803
  exports.SsoUrlFromEmailResponse = SsoUrlFromEmailResponse;