@linear/sdk 19.2.0 → 20.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":"19.2.0"};
12
+ const env = {"npm_package_name":"@linear/sdk","npm_package_version":"20.0.0"};
13
13
  try {
14
14
  if (process) {
15
15
  process.env = Object.assign({}, process.env);
@@ -1546,11 +1546,11 @@
1546
1546
  ReleaseChannel["Public"] = "public";
1547
1547
  })(ReleaseChannel || (ReleaseChannel = {}));
1548
1548
  /** Which day count to use for SLA calculations. */
1549
- var SlaDayCountType;
1550
- (function (SlaDayCountType) {
1551
- SlaDayCountType["All"] = "all";
1552
- SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
1553
- })(SlaDayCountType || (SlaDayCountType = {}));
1549
+ var SLADayCountType;
1550
+ (function (SLADayCountType) {
1551
+ SLADayCountType["All"] = "all";
1552
+ SLADayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
1553
+ })(SLADayCountType || (SLADayCountType = {}));
1554
1554
  var SendStrategy;
1555
1555
  (function (SendStrategy) {
1556
1556
  SendStrategy["Desktop"] = "desktop";
@@ -1598,10 +1598,12 @@
1598
1598
  UserFlagType["DesktopInstalled"] = "desktopInstalled";
1599
1599
  UserFlagType["DesktopTabsOnboardingDismissed"] = "desktopTabsOnboardingDismissed";
1600
1600
  UserFlagType["DueDateShortcutMigration"] = "dueDateShortcutMigration";
1601
+ UserFlagType["EditorSlashCommandUsed"] = "editorSlashCommandUsed";
1601
1602
  UserFlagType["EmptyActiveIssuesDismissed"] = "emptyActiveIssuesDismissed";
1602
1603
  UserFlagType["EmptyBacklogDismissed"] = "emptyBacklogDismissed";
1603
1604
  UserFlagType["EmptyCustomViewsDismissed"] = "emptyCustomViewsDismissed";
1604
1605
  UserFlagType["EmptyMyIssuesDismissed"] = "emptyMyIssuesDismissed";
1606
+ UserFlagType["EmptyParagraphSlashCommandTip"] = "emptyParagraphSlashCommandTip";
1605
1607
  UserFlagType["FigmaPluginBannerDismissed"] = "figmaPluginBannerDismissed";
1606
1608
  UserFlagType["FigmaPromptDismissed"] = "figmaPromptDismissed";
1607
1609
  UserFlagType["HelpIslandFeatureInsightsDismissed"] = "helpIslandFeatureInsightsDismissed";
@@ -1673,6 +1675,7 @@
1673
1675
  ViewType["MyIssuesActivity"] = "myIssuesActivity";
1674
1676
  ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
1675
1677
  ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
1678
+ ViewType["MyViews"] = "myViews";
1676
1679
  ViewType["Project"] = "project";
1677
1680
  ViewType["ProjectDocuments"] = "projectDocuments";
1678
1681
  ViewType["Projects"] = "projects";
@@ -1786,6 +1789,8 @@
1786
1789
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
1787
1790
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
1788
1791
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
1792
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
1793
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
1789
1794
  { kind: "Field", name: { kind: "Name", value: "id" } },
1790
1795
  {
1791
1796
  kind: "Field",
@@ -1864,6 +1869,8 @@
1864
1869
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
1865
1870
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
1866
1871
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
1872
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
1873
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
1867
1874
  { kind: "Field", name: { kind: "Name", value: "id" } },
1868
1875
  {
1869
1876
  kind: "Field",
@@ -2109,6 +2116,63 @@
2109
2116
  },
2110
2117
  ],
2111
2118
  };
2119
+ const DocumentNotificationFragmentDoc = {
2120
+ kind: "Document",
2121
+ definitions: [
2122
+ {
2123
+ kind: "FragmentDefinition",
2124
+ name: { kind: "Name", value: "DocumentNotification" },
2125
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
2126
+ selectionSet: {
2127
+ kind: "SelectionSet",
2128
+ selections: [
2129
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
2130
+ { kind: "Field", name: { kind: "Name", value: "type" } },
2131
+ {
2132
+ kind: "Field",
2133
+ name: { kind: "Name", value: "botActor" },
2134
+ selectionSet: {
2135
+ kind: "SelectionSet",
2136
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
2137
+ },
2138
+ },
2139
+ {
2140
+ kind: "Field",
2141
+ name: { kind: "Name", value: "externalUserActor" },
2142
+ selectionSet: {
2143
+ kind: "SelectionSet",
2144
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2145
+ },
2146
+ },
2147
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
2148
+ { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
2149
+ { kind: "Field", name: { kind: "Name", value: "readAt" } },
2150
+ { kind: "Field", name: { kind: "Name", value: "unsnoozedAt" } },
2151
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
2152
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
2153
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
2154
+ { kind: "Field", name: { kind: "Name", value: "id" } },
2155
+ {
2156
+ kind: "Field",
2157
+ name: { kind: "Name", value: "actor" },
2158
+ selectionSet: {
2159
+ kind: "SelectionSet",
2160
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2161
+ },
2162
+ },
2163
+ {
2164
+ kind: "Field",
2165
+ name: { kind: "Name", value: "user" },
2166
+ selectionSet: {
2167
+ kind: "SelectionSet",
2168
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2169
+ },
2170
+ },
2171
+ ],
2172
+ },
2173
+ },
2174
+ ],
2175
+ };
2112
2176
  const NotificationSubscriptionFragmentDoc = {
2113
2177
  kind: "Document",
2114
2178
  definitions: [
@@ -2163,6 +2227,8 @@
2163
2227
  },
2164
2228
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
2165
2229
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
2230
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
2231
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
2166
2232
  { kind: "Field", name: { kind: "Name", value: "id" } },
2167
2233
  {
2168
2234
  kind: "Field",
@@ -2293,6 +2359,7 @@
2293
2359
  { kind: "Field", name: { kind: "Name", value: "requestReason" } },
2294
2360
  { kind: "Field", name: { kind: "Name", value: "denyReason" } },
2295
2361
  { kind: "Field", name: { kind: "Name", value: "scopes" } },
2362
+ { kind: "Field", name: { kind: "Name", value: "status" } },
2296
2363
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
2297
2364
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
2298
2365
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -2492,6 +2559,14 @@
2492
2559
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2493
2560
  },
2494
2561
  },
2562
+ {
2563
+ kind: "InlineFragment",
2564
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
2565
+ selectionSet: {
2566
+ kind: "SelectionSet",
2567
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentNotification" } }],
2568
+ },
2569
+ },
2495
2570
  {
2496
2571
  kind: "InlineFragment",
2497
2572
  typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
@@ -2806,6 +2881,8 @@
2806
2881
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
2807
2882
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
2808
2883
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
2884
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
2885
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
2809
2886
  { kind: "Field", name: { kind: "Name", value: "id" } },
2810
2887
  {
2811
2888
  kind: "Field",
@@ -2884,6 +2961,8 @@
2884
2961
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
2885
2962
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
2886
2963
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
2964
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
2965
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
2887
2966
  { kind: "Field", name: { kind: "Name", value: "id" } },
2888
2967
  {
2889
2968
  kind: "Field",
@@ -2962,6 +3041,8 @@
2962
3041
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
2963
3042
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
2964
3043
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
3044
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
3045
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
2965
3046
  { kind: "Field", name: { kind: "Name", value: "id" } },
2966
3047
  {
2967
3048
  kind: "Field",
@@ -3064,6 +3145,8 @@
3064
3145
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
3065
3146
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
3066
3147
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
3148
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
3149
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
3067
3150
  { kind: "Field", name: { kind: "Name", value: "id" } },
3068
3151
  {
3069
3152
  kind: "Field",
@@ -3101,6 +3184,7 @@
3101
3184
  { kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
3102
3185
  { kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
3103
3186
  { kind: "Field", name: { kind: "Name", value: "serviceId" } },
3187
+ { kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
3104
3188
  { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
3105
3189
  { kind: "Field", name: { kind: "Name", value: "name" } },
3106
3190
  { kind: "Field", name: { kind: "Name", value: "urlKey" } },
@@ -3199,6 +3283,32 @@
3199
3283
  },
3200
3284
  ],
3201
3285
  };
3286
+ const ProjectStatusFragmentDoc = {
3287
+ kind: "Document",
3288
+ definitions: [
3289
+ {
3290
+ kind: "FragmentDefinition",
3291
+ name: { kind: "Name", value: "ProjectStatus" },
3292
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatus" } },
3293
+ selectionSet: {
3294
+ kind: "SelectionSet",
3295
+ selections: [
3296
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3297
+ { kind: "Field", name: { kind: "Name", value: "description" } },
3298
+ { kind: "Field", name: { kind: "Name", value: "color" } },
3299
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3300
+ { kind: "Field", name: { kind: "Name", value: "name" } },
3301
+ { kind: "Field", name: { kind: "Name", value: "position" } },
3302
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
3303
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
3304
+ { kind: "Field", name: { kind: "Name", value: "type" } },
3305
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3306
+ { kind: "Field", name: { kind: "Name", value: "indefinite" } },
3307
+ ],
3308
+ },
3309
+ },
3310
+ ],
3311
+ };
3202
3312
  const PaidSubscriptionFragmentDoc = {
3203
3313
  kind: "Document",
3204
3314
  definitions: [
@@ -3252,11 +3362,22 @@
3252
3362
  { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
3253
3363
  { kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
3254
3364
  { kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
3365
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersDay" } },
3366
+ { kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
3367
+ { kind: "Field", name: { kind: "Name", value: "projectUpdatesReminderFrequency" } },
3255
3368
  { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
3256
3369
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3257
3370
  { kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
3258
3371
  { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
3259
3372
  { kind: "Field", name: { kind: "Name", value: "name" } },
3373
+ {
3374
+ kind: "Field",
3375
+ name: { kind: "Name", value: "projectStatuses" },
3376
+ selectionSet: {
3377
+ kind: "SelectionSet",
3378
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
3379
+ },
3380
+ },
3260
3381
  {
3261
3382
  kind: "Field",
3262
3383
  name: { kind: "Name", value: "subscription" },
@@ -3277,6 +3398,7 @@
3277
3398
  { kind: "Field", name: { kind: "Name", value: "gitLinkbackMessagesEnabled" } },
3278
3399
  { kind: "Field", name: { kind: "Name", value: "gitPublicLinkbackMessagesEnabled" } },
3279
3400
  { kind: "Field", name: { kind: "Name", value: "roadmapEnabled" } },
3401
+ { kind: "Field", name: { kind: "Name", value: "slaDayCount" } },
3280
3402
  ],
3281
3403
  },
3282
3404
  },
@@ -3348,9 +3470,11 @@
3348
3470
  { kind: "Field", name: { kind: "Name", value: "locationCity" } },
3349
3471
  { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
3350
3472
  { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
3473
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
3351
3474
  { kind: "Field", name: { kind: "Name", value: "name" } },
3352
3475
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
3353
3476
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
3477
+ { kind: "Field", name: { kind: "Name", value: "type" } },
3354
3478
  { kind: "Field", name: { kind: "Name", value: "browserType" } },
3355
3479
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
3356
3480
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -3385,6 +3509,7 @@
3385
3509
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3386
3510
  },
3387
3511
  },
3512
+ { kind: "Field", name: { kind: "Name", value: "authType" } },
3388
3513
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
3389
3514
  ],
3390
3515
  },
@@ -3913,11 +4038,12 @@
3913
4038
  { kind: "Field", name: { kind: "Name", value: "name" } },
3914
4039
  { kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
3915
4040
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
4041
+ { kind: "Field", name: { kind: "Name", value: "postCancellationUpdates" } },
4042
+ { kind: "Field", name: { kind: "Name", value: "botAdded" } },
3916
4043
  { kind: "Field", name: { kind: "Name", value: "isPrivate" } },
3917
4044
  { kind: "Field", name: { kind: "Name", value: "isShared" } },
3918
4045
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
3919
4046
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
3920
- { kind: "Field", name: { kind: "Name", value: "botAdded" } },
3921
4047
  {
3922
4048
  kind: "Field",
3923
4049
  name: { kind: "Name", value: "teams" },
@@ -3953,6 +4079,7 @@
3953
4079
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
3954
4080
  },
3955
4081
  },
4082
+ { kind: "Field", name: { kind: "Name", value: "canAdministrate" } },
3956
4083
  { kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
3957
4084
  ],
3958
4085
  },
@@ -3972,6 +4099,7 @@
3972
4099
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
3973
4100
  { kind: "Field", name: { kind: "Name", value: "channel" } },
3974
4101
  { kind: "Field", name: { kind: "Name", value: "channelId" } },
4102
+ { kind: "Field", name: { kind: "Name", value: "channelType" } },
3975
4103
  { kind: "Field", name: { kind: "Name", value: "configurationUrl" } },
3976
4104
  ],
3977
4105
  },
@@ -4219,9 +4347,11 @@
4219
4347
  { kind: "Field", name: { kind: "Name", value: "locationCity" } },
4220
4348
  { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
4221
4349
  { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
4350
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
4222
4351
  { kind: "Field", name: { kind: "Name", value: "name" } },
4223
4352
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
4224
4353
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
4354
+ { kind: "Field", name: { kind: "Name", value: "type" } },
4225
4355
  { kind: "Field", name: { kind: "Name", value: "browserType" } },
4226
4356
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
4227
4357
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -4691,6 +4821,7 @@
4691
4821
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
4692
4822
  },
4693
4823
  },
4824
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
4694
4825
  { kind: "Field", name: { kind: "Name", value: "clientId" } },
4695
4826
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
4696
4827
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -4744,6 +4875,7 @@
4744
4875
  selections: [
4745
4876
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
4746
4877
  { kind: "Field", name: { kind: "Name", value: "id" } },
4878
+ { kind: "Field", name: { kind: "Name", value: "authType" } },
4747
4879
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
4748
4880
  { kind: "Field", name: { kind: "Name", value: "name" } },
4749
4881
  { kind: "Field", name: { kind: "Name", value: "organizationId" } },
@@ -4753,6 +4885,49 @@
4753
4885
  },
4754
4886
  ],
4755
4887
  };
4888
+ const AuthOrganizationExistsPayloadFragmentDoc = {
4889
+ kind: "Document",
4890
+ definitions: [
4891
+ {
4892
+ kind: "FragmentDefinition",
4893
+ name: { kind: "Name", value: "AuthOrganizationExistsPayload" },
4894
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationExistsPayload" } },
4895
+ selectionSet: {
4896
+ kind: "SelectionSet",
4897
+ selections: [
4898
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4899
+ { kind: "Field", name: { kind: "Name", value: "success" } },
4900
+ { kind: "Field", name: { kind: "Name", value: "exists" } },
4901
+ ],
4902
+ },
4903
+ },
4904
+ ],
4905
+ };
4906
+ const AuthOrganizationPayloadFragmentDoc = {
4907
+ kind: "Document",
4908
+ definitions: [
4909
+ {
4910
+ kind: "FragmentDefinition",
4911
+ name: { kind: "Name", value: "AuthOrganizationPayload" },
4912
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationPayload" } },
4913
+ selectionSet: {
4914
+ kind: "SelectionSet",
4915
+ selections: [
4916
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4917
+ {
4918
+ kind: "Field",
4919
+ name: { kind: "Name", value: "authOrganization" },
4920
+ selectionSet: {
4921
+ kind: "SelectionSet",
4922
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
4923
+ },
4924
+ },
4925
+ { kind: "Field", name: { kind: "Name", value: "success" } },
4926
+ ],
4927
+ },
4928
+ },
4929
+ ],
4930
+ };
4756
4931
  const AuthResolverResponseFragmentDoc = {
4757
4932
  kind: "Document",
4758
4933
  definitions: [
@@ -5123,6 +5298,55 @@
5123
5298
  },
5124
5299
  ],
5125
5300
  };
5301
+ const ViewPreferencesValuesFragmentDoc = {
5302
+ kind: "Document",
5303
+ definitions: [
5304
+ {
5305
+ kind: "FragmentDefinition",
5306
+ name: { kind: "Name", value: "ViewPreferencesValues" },
5307
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferencesValues" } },
5308
+ selectionSet: {
5309
+ kind: "SelectionSet",
5310
+ selections: [
5311
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5312
+ { kind: "Field", name: { kind: "Name", value: "issueGrouping" } },
5313
+ { kind: "Field", name: { kind: "Name", value: "viewOrdering" } },
5314
+ { kind: "Field", name: { kind: "Name", value: "showCompletedIssues" } },
5315
+ ],
5316
+ },
5317
+ },
5318
+ ],
5319
+ };
5320
+ const ViewPreferencesFragmentDoc = {
5321
+ kind: "Document",
5322
+ definitions: [
5323
+ {
5324
+ kind: "FragmentDefinition",
5325
+ name: { kind: "Name", value: "ViewPreferences" },
5326
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
5327
+ selectionSet: {
5328
+ kind: "SelectionSet",
5329
+ selections: [
5330
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5331
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5332
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
5333
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
5334
+ { kind: "Field", name: { kind: "Name", value: "id" } },
5335
+ { kind: "Field", name: { kind: "Name", value: "type" } },
5336
+ {
5337
+ kind: "Field",
5338
+ name: { kind: "Name", value: "preferences" },
5339
+ selectionSet: {
5340
+ kind: "SelectionSet",
5341
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
5342
+ },
5343
+ },
5344
+ { kind: "Field", name: { kind: "Name", value: "viewType" } },
5345
+ ],
5346
+ },
5347
+ },
5348
+ ],
5349
+ };
5126
5350
  const CustomViewFragmentDoc = {
5127
5351
  kind: "Document",
5128
5352
  definitions: [
@@ -5134,7 +5358,23 @@
5134
5358
  kind: "SelectionSet",
5135
5359
  selections: [
5136
5360
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5361
+ {
5362
+ kind: "Field",
5363
+ name: { kind: "Name", value: "viewPreferencesValues" },
5364
+ selectionSet: {
5365
+ kind: "SelectionSet",
5366
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
5367
+ },
5368
+ },
5137
5369
  { kind: "Field", name: { kind: "Name", value: "color" } },
5370
+ {
5371
+ kind: "Field",
5372
+ name: { kind: "Name", value: "userViewPreferences" },
5373
+ selectionSet: {
5374
+ kind: "SelectionSet",
5375
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
5376
+ },
5377
+ },
5138
5378
  { kind: "Field", name: { kind: "Name", value: "description" } },
5139
5379
  { kind: "Field", name: { kind: "Name", value: "filterData" } },
5140
5380
  { kind: "Field", name: { kind: "Name", value: "projectFilterData" } },
@@ -5143,6 +5383,14 @@
5143
5383
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5144
5384
  { kind: "Field", name: { kind: "Name", value: "modelName" } },
5145
5385
  { kind: "Field", name: { kind: "Name", value: "name" } },
5386
+ {
5387
+ kind: "Field",
5388
+ name: { kind: "Name", value: "organizationViewPreferences" },
5389
+ selectionSet: {
5390
+ kind: "SelectionSet",
5391
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
5392
+ },
5393
+ },
5146
5394
  {
5147
5395
  kind: "Field",
5148
5396
  name: { kind: "Name", value: "team" },
@@ -5388,6 +5636,7 @@
5388
5636
  kind: "SelectionSet",
5389
5637
  selections: [
5390
5638
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5639
+ { kind: "Field", name: { kind: "Name", value: "url" } },
5391
5640
  { kind: "Field", name: { kind: "Name", value: "color" } },
5392
5641
  { kind: "Field", name: { kind: "Name", value: "title" } },
5393
5642
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -5571,6 +5820,7 @@
5571
5820
  selections: [
5572
5821
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5573
5822
  { kind: "Field", name: { kind: "Name", value: "metadata" } },
5823
+ { kind: "Field", name: { kind: "Name", value: "url" } },
5574
5824
  { kind: "Field", name: { kind: "Name", value: "color" } },
5575
5825
  { kind: "Field", name: { kind: "Name", value: "title" } },
5576
5826
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -5888,6 +6138,95 @@
5888
6138
  },
5889
6139
  ],
5890
6140
  };
6141
+ const EntityExternalLinkFragmentDoc = {
6142
+ kind: "Document",
6143
+ definitions: [
6144
+ {
6145
+ kind: "FragmentDefinition",
6146
+ name: { kind: "Name", value: "EntityExternalLink" },
6147
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLink" } },
6148
+ selectionSet: {
6149
+ kind: "SelectionSet",
6150
+ selections: [
6151
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6152
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
6153
+ { kind: "Field", name: { kind: "Name", value: "url" } },
6154
+ { kind: "Field", name: { kind: "Name", value: "label" } },
6155
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
6156
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
6157
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
6158
+ { kind: "Field", name: { kind: "Name", value: "id" } },
6159
+ {
6160
+ kind: "Field",
6161
+ name: { kind: "Name", value: "creator" },
6162
+ selectionSet: {
6163
+ kind: "SelectionSet",
6164
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6165
+ },
6166
+ },
6167
+ ],
6168
+ },
6169
+ },
6170
+ ],
6171
+ };
6172
+ const EntityExternalLinkConnectionFragmentDoc = {
6173
+ kind: "Document",
6174
+ definitions: [
6175
+ {
6176
+ kind: "FragmentDefinition",
6177
+ name: { kind: "Name", value: "EntityExternalLinkConnection" },
6178
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkConnection" } },
6179
+ selectionSet: {
6180
+ kind: "SelectionSet",
6181
+ selections: [
6182
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6183
+ {
6184
+ kind: "Field",
6185
+ name: { kind: "Name", value: "nodes" },
6186
+ selectionSet: {
6187
+ kind: "SelectionSet",
6188
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
6189
+ },
6190
+ },
6191
+ {
6192
+ kind: "Field",
6193
+ name: { kind: "Name", value: "pageInfo" },
6194
+ selectionSet: {
6195
+ kind: "SelectionSet",
6196
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
6197
+ },
6198
+ },
6199
+ ],
6200
+ },
6201
+ },
6202
+ ],
6203
+ };
6204
+ const EntityExternalLinkPayloadFragmentDoc = {
6205
+ kind: "Document",
6206
+ definitions: [
6207
+ {
6208
+ kind: "FragmentDefinition",
6209
+ name: { kind: "Name", value: "EntityExternalLinkPayload" },
6210
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkPayload" } },
6211
+ selectionSet: {
6212
+ kind: "SelectionSet",
6213
+ selections: [
6214
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6215
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
6216
+ {
6217
+ kind: "Field",
6218
+ name: { kind: "Name", value: "entityExternalLink" },
6219
+ selectionSet: {
6220
+ kind: "SelectionSet",
6221
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6222
+ },
6223
+ },
6224
+ { kind: "Field", name: { kind: "Name", value: "success" } },
6225
+ ],
6226
+ },
6227
+ },
6228
+ ],
6229
+ };
5891
6230
  const ExternalUserFragmentDoc = {
5892
6231
  kind: "Document",
5893
6232
  definitions: [
@@ -6047,6 +6386,7 @@
6047
6386
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6048
6387
  },
6049
6388
  },
6389
+ { kind: "Field", name: { kind: "Name", value: "projectTab" } },
6050
6390
  {
6051
6391
  kind: "Field",
6052
6392
  name: { kind: "Name", value: "predefinedViewTeam" },
@@ -6190,6 +6530,7 @@
6190
6530
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6191
6531
  },
6192
6532
  },
6533
+ { kind: "Field", name: { kind: "Name", value: "event" } },
6193
6534
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
6194
6535
  {
6195
6536
  kind: "Field",
@@ -6688,6 +7029,7 @@
6688
7029
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
6689
7030
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
6690
7031
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
7032
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
6691
7033
  { kind: "Field", name: { kind: "Name", value: "url" } },
6692
7034
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
6693
7035
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -6785,6 +7127,8 @@
6785
7127
  { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
6786
7128
  { kind: "Field", name: { kind: "Name", value: "completedAt" } },
6787
7129
  { kind: "Field", name: { kind: "Name", value: "startedAt" } },
7130
+ { kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
7131
+ { kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
6788
7132
  { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
6789
7133
  { kind: "Field", name: { kind: "Name", value: "id" } },
6790
7134
  {
@@ -7002,6 +7346,45 @@
7002
7346
  },
7003
7347
  ],
7004
7348
  };
7349
+ const UserFragmentDoc = {
7350
+ kind: "Document",
7351
+ definitions: [
7352
+ {
7353
+ kind: "FragmentDefinition",
7354
+ name: { kind: "Name", value: "User" },
7355
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
7356
+ selectionSet: {
7357
+ kind: "SelectionSet",
7358
+ selections: [
7359
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
7360
+ { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
7361
+ { kind: "Field", name: { kind: "Name", value: "description" } },
7362
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
7363
+ { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
7364
+ { kind: "Field", name: { kind: "Name", value: "disableReason" } },
7365
+ { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
7366
+ { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
7367
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
7368
+ { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
7369
+ { kind: "Field", name: { kind: "Name", value: "timezone" } },
7370
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
7371
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
7372
+ { kind: "Field", name: { kind: "Name", value: "id" } },
7373
+ { kind: "Field", name: { kind: "Name", value: "displayName" } },
7374
+ { kind: "Field", name: { kind: "Name", value: "email" } },
7375
+ { kind: "Field", name: { kind: "Name", value: "name" } },
7376
+ { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
7377
+ { kind: "Field", name: { kind: "Name", value: "url" } },
7378
+ { kind: "Field", name: { kind: "Name", value: "active" } },
7379
+ { kind: "Field", name: { kind: "Name", value: "guest" } },
7380
+ { kind: "Field", name: { kind: "Name", value: "admin" } },
7381
+ { kind: "Field", name: { kind: "Name", value: "isMe" } },
7382
+ { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
7383
+ ],
7384
+ },
7385
+ },
7386
+ ],
7387
+ };
7005
7388
  const IssueHistoryFragmentDoc = {
7006
7389
  kind: "Document",
7007
7390
  definitions: [
@@ -7215,6 +7598,14 @@
7215
7598
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
7216
7599
  },
7217
7600
  },
7601
+ {
7602
+ kind: "Field",
7603
+ name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
7604
+ selectionSet: {
7605
+ kind: "SelectionSet",
7606
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
7607
+ },
7608
+ },
7218
7609
  ],
7219
7610
  },
7220
7611
  },
@@ -7531,6 +7922,7 @@
7531
7922
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
7532
7923
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
7533
7924
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
7925
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
7534
7926
  { kind: "Field", name: { kind: "Name", value: "url" } },
7535
7927
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
7536
7928
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -7629,6 +8021,8 @@
7629
8021
  { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
7630
8022
  { kind: "Field", name: { kind: "Name", value: "completedAt" } },
7631
8023
  { kind: "Field", name: { kind: "Name", value: "startedAt" } },
8024
+ { kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
8025
+ { kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
7632
8026
  { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
7633
8027
  { kind: "Field", name: { kind: "Name", value: "id" } },
7634
8028
  {
@@ -7997,6 +8391,26 @@
7997
8391
  },
7998
8392
  ],
7999
8393
  };
8394
+ const OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc = {
8395
+ kind: "Document",
8396
+ definitions: [
8397
+ {
8398
+ kind: "FragmentDefinition",
8399
+ name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
8400
+ typeCondition: {
8401
+ kind: "NamedType",
8402
+ name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
8403
+ },
8404
+ selectionSet: {
8405
+ kind: "SelectionSet",
8406
+ selections: [
8407
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
8408
+ { kind: "Field", name: { kind: "Name", value: "status" } },
8409
+ ],
8410
+ },
8411
+ },
8412
+ ],
8413
+ };
8000
8414
  const OrganizationCancelDeletePayloadFragmentDoc = {
8001
8415
  kind: "Document",
8002
8416
  definitions: [
@@ -8069,6 +8483,7 @@
8069
8483
  { kind: "Field", name: { kind: "Name", value: "acceptedAt" } },
8070
8484
  { kind: "Field", name: { kind: "Name", value: "expiresAt" } },
8071
8485
  { kind: "Field", name: { kind: "Name", value: "id" } },
8486
+ { kind: "Field", name: { kind: "Name", value: "role" } },
8072
8487
  {
8073
8488
  kind: "Field",
8074
8489
  name: { kind: "Name", value: "inviter" },
@@ -8138,7 +8553,9 @@
8138
8553
  { kind: "Field", name: { kind: "Name", value: "organizationName" } },
8139
8554
  { kind: "Field", name: { kind: "Name", value: "email" } },
8140
8555
  { kind: "Field", name: { kind: "Name", value: "inviter" } },
8556
+ { kind: "Field", name: { kind: "Name", value: "status" } },
8141
8557
  { kind: "Field", name: { kind: "Name", value: "organizationLogoUrl" } },
8558
+ { kind: "Field", name: { kind: "Name", value: "role" } },
8142
8559
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
8143
8560
  { kind: "Field", name: { kind: "Name", value: "accepted" } },
8144
8561
  { kind: "Field", name: { kind: "Name", value: "expired" } },
@@ -8308,6 +8725,14 @@
8308
8725
  { kind: "Field", name: { kind: "Name", value: "name" } },
8309
8726
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
8310
8727
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
8728
+ {
8729
+ kind: "Field",
8730
+ name: { kind: "Name", value: "status" },
8731
+ selectionSet: {
8732
+ kind: "SelectionSet",
8733
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
8734
+ },
8735
+ },
8311
8736
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
8312
8737
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
8313
8738
  { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
@@ -8605,6 +9030,119 @@
8605
9030
  },
8606
9031
  ],
8607
9032
  };
9033
+ const ProjectRelationFragmentDoc = {
9034
+ kind: "Document",
9035
+ definitions: [
9036
+ {
9037
+ kind: "FragmentDefinition",
9038
+ name: { kind: "Name", value: "ProjectRelation" },
9039
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelation" } },
9040
+ selectionSet: {
9041
+ kind: "SelectionSet",
9042
+ selections: [
9043
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
9044
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
9045
+ {
9046
+ kind: "Field",
9047
+ name: { kind: "Name", value: "projectMilestone" },
9048
+ selectionSet: {
9049
+ kind: "SelectionSet",
9050
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
9051
+ },
9052
+ },
9053
+ {
9054
+ kind: "Field",
9055
+ name: { kind: "Name", value: "relatedProjectMilestone" },
9056
+ selectionSet: {
9057
+ kind: "SelectionSet",
9058
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
9059
+ },
9060
+ },
9061
+ {
9062
+ kind: "Field",
9063
+ name: { kind: "Name", value: "project" },
9064
+ selectionSet: {
9065
+ kind: "SelectionSet",
9066
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
9067
+ },
9068
+ },
9069
+ {
9070
+ kind: "Field",
9071
+ name: { kind: "Name", value: "relatedProject" },
9072
+ selectionSet: {
9073
+ kind: "SelectionSet",
9074
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
9075
+ },
9076
+ },
9077
+ { kind: "Field", name: { kind: "Name", value: "type" } },
9078
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
9079
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
9080
+ { kind: "Field", name: { kind: "Name", value: "anchorType" } },
9081
+ { kind: "Field", name: { kind: "Name", value: "relatedAnchorType" } },
9082
+ { kind: "Field", name: { kind: "Name", value: "id" } },
9083
+ ],
9084
+ },
9085
+ },
9086
+ ],
9087
+ };
9088
+ const ProjectRelationConnectionFragmentDoc = {
9089
+ kind: "Document",
9090
+ definitions: [
9091
+ {
9092
+ kind: "FragmentDefinition",
9093
+ name: { kind: "Name", value: "ProjectRelationConnection" },
9094
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationConnection" } },
9095
+ selectionSet: {
9096
+ kind: "SelectionSet",
9097
+ selections: [
9098
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
9099
+ {
9100
+ kind: "Field",
9101
+ name: { kind: "Name", value: "nodes" },
9102
+ selectionSet: {
9103
+ kind: "SelectionSet",
9104
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
9105
+ },
9106
+ },
9107
+ {
9108
+ kind: "Field",
9109
+ name: { kind: "Name", value: "pageInfo" },
9110
+ selectionSet: {
9111
+ kind: "SelectionSet",
9112
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
9113
+ },
9114
+ },
9115
+ ],
9116
+ },
9117
+ },
9118
+ ],
9119
+ };
9120
+ const ProjectRelationPayloadFragmentDoc = {
9121
+ kind: "Document",
9122
+ definitions: [
9123
+ {
9124
+ kind: "FragmentDefinition",
9125
+ name: { kind: "Name", value: "ProjectRelationPayload" },
9126
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationPayload" } },
9127
+ selectionSet: {
9128
+ kind: "SelectionSet",
9129
+ selections: [
9130
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
9131
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
9132
+ {
9133
+ kind: "Field",
9134
+ name: { kind: "Name", value: "projectRelation" },
9135
+ selectionSet: {
9136
+ kind: "SelectionSet",
9137
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
9138
+ },
9139
+ },
9140
+ { kind: "Field", name: { kind: "Name", value: "success" } },
9141
+ ],
9142
+ },
9143
+ },
9144
+ ],
9145
+ };
8608
9146
  const ProjectSearchResultFragmentDoc = {
8609
9147
  kind: "Document",
8610
9148
  definitions: [
@@ -8666,6 +9204,14 @@
8666
9204
  { kind: "Field", name: { kind: "Name", value: "name" } },
8667
9205
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
8668
9206
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
9207
+ {
9208
+ kind: "Field",
9209
+ name: { kind: "Name", value: "status" },
9210
+ selectionSet: {
9211
+ kind: "SelectionSet",
9212
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
9213
+ },
9214
+ },
8669
9215
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
8670
9216
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
8671
9217
  { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
@@ -8774,6 +9320,38 @@
8774
9320
  },
8775
9321
  ],
8776
9322
  };
9323
+ const ProjectStatusConnectionFragmentDoc = {
9324
+ kind: "Document",
9325
+ definitions: [
9326
+ {
9327
+ kind: "FragmentDefinition",
9328
+ name: { kind: "Name", value: "ProjectStatusConnection" },
9329
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatusConnection" } },
9330
+ selectionSet: {
9331
+ kind: "SelectionSet",
9332
+ selections: [
9333
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
9334
+ {
9335
+ kind: "Field",
9336
+ name: { kind: "Name", value: "nodes" },
9337
+ selectionSet: {
9338
+ kind: "SelectionSet",
9339
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
9340
+ },
9341
+ },
9342
+ {
9343
+ kind: "Field",
9344
+ name: { kind: "Name", value: "pageInfo" },
9345
+ selectionSet: {
9346
+ kind: "SelectionSet",
9347
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
9348
+ },
9349
+ },
9350
+ ],
9351
+ },
9352
+ },
9353
+ ],
9354
+ };
8777
9355
  const ProjectUpdateFragmentDoc = {
8778
9356
  kind: "Document",
8779
9357
  definitions: [
@@ -8785,9 +9363,11 @@
8785
9363
  kind: "SelectionSet",
8786
9364
  selections: [
8787
9365
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
9366
+ { kind: "Field", name: { kind: "Name", value: "reactionData" } },
8788
9367
  { kind: "Field", name: { kind: "Name", value: "url" } },
8789
9368
  { kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
8790
9369
  { kind: "Field", name: { kind: "Name", value: "diff" } },
9370
+ { kind: "Field", name: { kind: "Name", value: "health" } },
8791
9371
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
8792
9372
  {
8793
9373
  kind: "Field",
@@ -9286,6 +9866,7 @@
9286
9866
  kind: "SelectionSet",
9287
9867
  selections: [
9288
9868
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
9869
+ { kind: "Field", name: { kind: "Name", value: "url" } },
9289
9870
  { kind: "Field", name: { kind: "Name", value: "description" } },
9290
9871
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
9291
9872
  { kind: "Field", name: { kind: "Name", value: "name" } },
@@ -9703,6 +10284,7 @@
9703
10284
  { kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
9704
10285
  { kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
9705
10286
  { kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
10287
+ { kind: "Field", name: { kind: "Name", value: "scimManaged" } },
9706
10288
  { kind: "Field", name: { kind: "Name", value: "private" } },
9707
10289
  { kind: "Field", name: { kind: "Name", value: "cyclesEnabled" } },
9708
10290
  { kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
@@ -10133,6 +10715,7 @@
10133
10715
  ],
10134
10716
  },
10135
10717
  },
10718
+ { kind: "Field", name: { kind: "Name", value: "action" } },
10136
10719
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
10137
10720
  {
10138
10721
  kind: "Field",
@@ -10315,45 +10898,6 @@
10315
10898
  },
10316
10899
  ],
10317
10900
  };
10318
- const UserFragmentDoc = {
10319
- kind: "Document",
10320
- definitions: [
10321
- {
10322
- kind: "FragmentDefinition",
10323
- name: { kind: "Name", value: "User" },
10324
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
10325
- selectionSet: {
10326
- kind: "SelectionSet",
10327
- selections: [
10328
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
10329
- { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
10330
- { kind: "Field", name: { kind: "Name", value: "description" } },
10331
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
10332
- { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
10333
- { kind: "Field", name: { kind: "Name", value: "disableReason" } },
10334
- { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
10335
- { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
10336
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
10337
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
10338
- { kind: "Field", name: { kind: "Name", value: "timezone" } },
10339
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
10340
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
10341
- { kind: "Field", name: { kind: "Name", value: "id" } },
10342
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
10343
- { kind: "Field", name: { kind: "Name", value: "email" } },
10344
- { kind: "Field", name: { kind: "Name", value: "name" } },
10345
- { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
10346
- { kind: "Field", name: { kind: "Name", value: "url" } },
10347
- { kind: "Field", name: { kind: "Name", value: "active" } },
10348
- { kind: "Field", name: { kind: "Name", value: "guest" } },
10349
- { kind: "Field", name: { kind: "Name", value: "admin" } },
10350
- { kind: "Field", name: { kind: "Name", value: "isMe" } },
10351
- { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
10352
- ],
10353
- },
10354
- },
10355
- ],
10356
- };
10357
10901
  const UserConnectionFragmentDoc = {
10358
10902
  kind: "Document",
10359
10903
  definitions: [
@@ -10468,28 +11012,6 @@
10468
11012
  },
10469
11013
  ],
10470
11014
  };
10471
- const ViewPreferencesFragmentDoc = {
10472
- kind: "Document",
10473
- definitions: [
10474
- {
10475
- kind: "FragmentDefinition",
10476
- name: { kind: "Name", value: "ViewPreferences" },
10477
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
10478
- selectionSet: {
10479
- kind: "SelectionSet",
10480
- selections: [
10481
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
10482
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
10483
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
10484
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
10485
- { kind: "Field", name: { kind: "Name", value: "id" } },
10486
- { kind: "Field", name: { kind: "Name", value: "type" } },
10487
- { kind: "Field", name: { kind: "Name", value: "viewType" } },
10488
- ],
10489
- },
10490
- },
10491
- ],
10492
- };
10493
11015
  const ViewPreferencesPayloadFragmentDoc = {
10494
11016
  kind: "Document",
10495
11017
  definitions: [
@@ -10747,6 +11269,7 @@
10747
11269
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
10748
11270
  { kind: "Field", name: { kind: "Name", value: "groupName" } },
10749
11271
  { kind: "Field", name: { kind: "Name", value: "name" } },
11272
+ { kind: "Field", name: { kind: "Name", value: "triggerType" } },
10750
11273
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
10751
11274
  {
10752
11275
  kind: "Field",
@@ -10758,6 +11281,10 @@
10758
11281
  },
10759
11282
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
10760
11283
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
11284
+ { kind: "Field", name: { kind: "Name", value: "trigger" } },
11285
+ { kind: "Field", name: { kind: "Name", value: "type" } },
11286
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
11287
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
10761
11288
  { kind: "Field", name: { kind: "Name", value: "id" } },
10762
11289
  {
10763
11290
  kind: "Field",
@@ -11800,6 +12327,7 @@
11800
12327
  ...ActorBotFragmentDoc.definitions,
11801
12328
  ...IssueImportFragmentDoc.definitions,
11802
12329
  ...IssueLabelFragmentDoc.definitions,
12330
+ ...UserFragmentDoc.definitions,
11803
12331
  ...PageInfoFragmentDoc.definitions,
11804
12332
  ],
11805
12333
  };
@@ -13126,6 +13654,8 @@
13126
13654
  },
13127
13655
  },
13128
13656
  ...CustomViewFragmentDoc.definitions,
13657
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13658
+ ...ViewPreferencesFragmentDoc.definitions,
13129
13659
  ],
13130
13660
  };
13131
13661
  const CustomView_IssuesDocument = {
@@ -13263,13 +13793,13 @@
13263
13793
  ...PageInfoFragmentDoc.definitions,
13264
13794
  ],
13265
13795
  };
13266
- const CustomViewHasSubscribersDocument = {
13796
+ const CustomView_OrganizationViewPreferencesDocument = {
13267
13797
  kind: "Document",
13268
13798
  definitions: [
13269
13799
  {
13270
13800
  kind: "OperationDefinition",
13271
13801
  operation: "query",
13272
- name: { kind: "Name", value: "customViewHasSubscribers" },
13802
+ name: { kind: "Name", value: "customView_organizationViewPreferences" },
13273
13803
  variableDefinitions: [
13274
13804
  {
13275
13805
  kind: "VariableDefinition",
@@ -13282,7 +13812,7 @@
13282
13812
  selections: [
13283
13813
  {
13284
13814
  kind: "Field",
13285
- name: { kind: "Name", value: "customViewHasSubscribers" },
13815
+ name: { kind: "Name", value: "customView" },
13286
13816
  arguments: [
13287
13817
  {
13288
13818
  kind: "Argument",
@@ -13293,53 +13823,36 @@
13293
13823
  selectionSet: {
13294
13824
  kind: "SelectionSet",
13295
13825
  selections: [
13296
- { kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewHasSubscribersPayload" } },
13826
+ {
13827
+ kind: "Field",
13828
+ name: { kind: "Name", value: "organizationViewPreferences" },
13829
+ selectionSet: {
13830
+ kind: "SelectionSet",
13831
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
13832
+ },
13833
+ },
13297
13834
  ],
13298
13835
  },
13299
13836
  },
13300
13837
  ],
13301
13838
  },
13302
13839
  },
13303
- ...CustomViewHasSubscribersPayloadFragmentDoc.definitions,
13840
+ ...ViewPreferencesFragmentDoc.definitions,
13841
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13304
13842
  ],
13305
13843
  };
13306
- const CustomViewsDocument = {
13844
+ const CustomView_OrganizationViewPreferences_PreferencesDocument = {
13307
13845
  kind: "Document",
13308
13846
  definitions: [
13309
13847
  {
13310
13848
  kind: "OperationDefinition",
13311
13849
  operation: "query",
13312
- name: { kind: "Name", value: "customViews" },
13850
+ name: { kind: "Name", value: "customView_organizationViewPreferences_preferences" },
13313
13851
  variableDefinitions: [
13314
13852
  {
13315
13853
  kind: "VariableDefinition",
13316
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
13317
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
13318
- },
13319
- {
13320
- kind: "VariableDefinition",
13321
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
13322
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
13323
- },
13324
- {
13325
- kind: "VariableDefinition",
13326
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
13327
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
13328
- },
13329
- {
13330
- kind: "VariableDefinition",
13331
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
13332
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
13333
- },
13334
- {
13335
- kind: "VariableDefinition",
13336
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
13337
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
13338
- },
13339
- {
13340
- kind: "VariableDefinition",
13341
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
13342
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
13854
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
13855
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
13343
13856
  },
13344
13857
  ],
13345
13858
  selectionSet: {
@@ -13347,59 +13860,52 @@
13347
13860
  selections: [
13348
13861
  {
13349
13862
  kind: "Field",
13350
- name: { kind: "Name", value: "customViews" },
13863
+ name: { kind: "Name", value: "customView" },
13351
13864
  arguments: [
13352
13865
  {
13353
13866
  kind: "Argument",
13354
- name: { kind: "Name", value: "after" },
13355
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
13356
- },
13357
- {
13358
- kind: "Argument",
13359
- name: { kind: "Name", value: "before" },
13360
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
13361
- },
13362
- {
13363
- kind: "Argument",
13364
- name: { kind: "Name", value: "first" },
13365
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
13366
- },
13367
- {
13368
- kind: "Argument",
13369
- name: { kind: "Name", value: "includeArchived" },
13370
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
13371
- },
13372
- {
13373
- kind: "Argument",
13374
- name: { kind: "Name", value: "last" },
13375
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
13376
- },
13377
- {
13378
- kind: "Argument",
13379
- name: { kind: "Name", value: "orderBy" },
13380
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
13867
+ name: { kind: "Name", value: "id" },
13868
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
13381
13869
  },
13382
13870
  ],
13383
13871
  selectionSet: {
13384
13872
  kind: "SelectionSet",
13385
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewConnection" } }],
13873
+ selections: [
13874
+ {
13875
+ kind: "Field",
13876
+ name: { kind: "Name", value: "organizationViewPreferences" },
13877
+ selectionSet: {
13878
+ kind: "SelectionSet",
13879
+ selections: [
13880
+ {
13881
+ kind: "Field",
13882
+ name: { kind: "Name", value: "preferences" },
13883
+ selectionSet: {
13884
+ kind: "SelectionSet",
13885
+ selections: [
13886
+ { kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
13887
+ ],
13888
+ },
13889
+ },
13890
+ ],
13891
+ },
13892
+ },
13893
+ ],
13386
13894
  },
13387
13895
  },
13388
13896
  ],
13389
13897
  },
13390
13898
  },
13391
- ...CustomViewConnectionFragmentDoc.definitions,
13392
- ...CustomViewFragmentDoc.definitions,
13393
- ...PageInfoFragmentDoc.definitions,
13899
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13394
13900
  ],
13395
13901
  };
13396
- const CycleDocument = {
13902
+ const CustomView_UserViewPreferencesDocument = {
13397
13903
  kind: "Document",
13398
13904
  definitions: [
13399
13905
  {
13400
13906
  kind: "OperationDefinition",
13401
13907
  operation: "query",
13402
- name: { kind: "Name", value: "cycle" },
13908
+ name: { kind: "Name", value: "customView_userViewPreferences" },
13403
13909
  variableDefinitions: [
13404
13910
  {
13405
13911
  kind: "VariableDefinition",
@@ -13412,7 +13918,7 @@
13412
13918
  selections: [
13413
13919
  {
13414
13920
  kind: "Field",
13415
- name: { kind: "Name", value: "cycle" },
13921
+ name: { kind: "Name", value: "customView" },
13416
13922
  arguments: [
13417
13923
  {
13418
13924
  kind: "Argument",
@@ -13422,62 +13928,95 @@
13422
13928
  ],
13423
13929
  selectionSet: {
13424
13930
  kind: "SelectionSet",
13425
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Cycle" } }],
13931
+ selections: [
13932
+ {
13933
+ kind: "Field",
13934
+ name: { kind: "Name", value: "userViewPreferences" },
13935
+ selectionSet: {
13936
+ kind: "SelectionSet",
13937
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
13938
+ },
13939
+ },
13940
+ ],
13426
13941
  },
13427
13942
  },
13428
13943
  ],
13429
13944
  },
13430
13945
  },
13431
- ...CycleFragmentDoc.definitions,
13946
+ ...ViewPreferencesFragmentDoc.definitions,
13947
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13432
13948
  ],
13433
13949
  };
13434
- const Cycle_IssuesDocument = {
13950
+ const CustomView_UserViewPreferences_PreferencesDocument = {
13435
13951
  kind: "Document",
13436
13952
  definitions: [
13437
13953
  {
13438
13954
  kind: "OperationDefinition",
13439
13955
  operation: "query",
13440
- name: { kind: "Name", value: "cycle_issues" },
13956
+ name: { kind: "Name", value: "customView_userViewPreferences_preferences" },
13441
13957
  variableDefinitions: [
13442
13958
  {
13443
13959
  kind: "VariableDefinition",
13444
13960
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
13445
13961
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
13446
13962
  },
13963
+ ],
13964
+ selectionSet: {
13965
+ kind: "SelectionSet",
13966
+ selections: [
13967
+ {
13968
+ kind: "Field",
13969
+ name: { kind: "Name", value: "customView" },
13970
+ arguments: [
13971
+ {
13972
+ kind: "Argument",
13973
+ name: { kind: "Name", value: "id" },
13974
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
13975
+ },
13976
+ ],
13977
+ selectionSet: {
13978
+ kind: "SelectionSet",
13979
+ selections: [
13980
+ {
13981
+ kind: "Field",
13982
+ name: { kind: "Name", value: "userViewPreferences" },
13983
+ selectionSet: {
13984
+ kind: "SelectionSet",
13985
+ selections: [
13986
+ {
13987
+ kind: "Field",
13988
+ name: { kind: "Name", value: "preferences" },
13989
+ selectionSet: {
13990
+ kind: "SelectionSet",
13991
+ selections: [
13992
+ { kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
13993
+ ],
13994
+ },
13995
+ },
13996
+ ],
13997
+ },
13998
+ },
13999
+ ],
14000
+ },
14001
+ },
14002
+ ],
14003
+ },
14004
+ },
14005
+ ...ViewPreferencesValuesFragmentDoc.definitions,
14006
+ ],
14007
+ };
14008
+ const CustomView_ViewPreferencesValuesDocument = {
14009
+ kind: "Document",
14010
+ definitions: [
14011
+ {
14012
+ kind: "OperationDefinition",
14013
+ operation: "query",
14014
+ name: { kind: "Name", value: "customView_viewPreferencesValues" },
14015
+ variableDefinitions: [
13447
14016
  {
13448
14017
  kind: "VariableDefinition",
13449
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
13450
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
13451
- },
13452
- {
13453
- kind: "VariableDefinition",
13454
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
13455
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
13456
- },
13457
- {
13458
- kind: "VariableDefinition",
13459
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
13460
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
13461
- },
13462
- {
13463
- kind: "VariableDefinition",
13464
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
13465
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
13466
- },
13467
- {
13468
- kind: "VariableDefinition",
13469
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
13470
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
13471
- },
13472
- {
13473
- kind: "VariableDefinition",
13474
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
13475
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
13476
- },
13477
- {
13478
- kind: "VariableDefinition",
13479
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
13480
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
14018
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14019
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
13481
14020
  },
13482
14021
  ],
13483
14022
  selectionSet: {
@@ -13485,7 +14024,7 @@
13485
14024
  selections: [
13486
14025
  {
13487
14026
  kind: "Field",
13488
- name: { kind: "Name", value: "cycle" },
14027
+ name: { kind: "Name", value: "customView" },
13489
14028
  arguments: [
13490
14029
  {
13491
14030
  kind: "Argument",
@@ -13498,47 +14037,10 @@
13498
14037
  selections: [
13499
14038
  {
13500
14039
  kind: "Field",
13501
- name: { kind: "Name", value: "issues" },
13502
- arguments: [
13503
- {
13504
- kind: "Argument",
13505
- name: { kind: "Name", value: "after" },
13506
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
13507
- },
13508
- {
13509
- kind: "Argument",
13510
- name: { kind: "Name", value: "before" },
13511
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
13512
- },
13513
- {
13514
- kind: "Argument",
13515
- name: { kind: "Name", value: "filter" },
13516
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
13517
- },
13518
- {
13519
- kind: "Argument",
13520
- name: { kind: "Name", value: "first" },
13521
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
13522
- },
13523
- {
13524
- kind: "Argument",
13525
- name: { kind: "Name", value: "includeArchived" },
13526
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
13527
- },
13528
- {
13529
- kind: "Argument",
13530
- name: { kind: "Name", value: "last" },
13531
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
13532
- },
13533
- {
13534
- kind: "Argument",
13535
- name: { kind: "Name", value: "orderBy" },
13536
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
13537
- },
13538
- ],
14040
+ name: { kind: "Name", value: "viewPreferencesValues" },
13539
14041
  selectionSet: {
13540
14042
  kind: "SelectionSet",
13541
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
14043
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
13542
14044
  },
13543
14045
  },
13544
14046
  ],
@@ -13547,25 +14049,57 @@
13547
14049
  ],
13548
14050
  },
13549
14051
  },
13550
- ...IssueConnectionFragmentDoc.definitions,
13551
- ...IssueFragmentDoc.definitions,
13552
- ...ActorBotFragmentDoc.definitions,
13553
- ...PageInfoFragmentDoc.definitions,
14052
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13554
14053
  ],
13555
14054
  };
13556
- const Cycle_UncompletedIssuesUponCloseDocument = {
14055
+ const CustomViewHasSubscribersDocument = {
13557
14056
  kind: "Document",
13558
14057
  definitions: [
13559
14058
  {
13560
14059
  kind: "OperationDefinition",
13561
14060
  operation: "query",
13562
- name: { kind: "Name", value: "cycle_uncompletedIssuesUponClose" },
14061
+ name: { kind: "Name", value: "customViewHasSubscribers" },
13563
14062
  variableDefinitions: [
13564
14063
  {
13565
14064
  kind: "VariableDefinition",
13566
14065
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
13567
14066
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
13568
14067
  },
14068
+ ],
14069
+ selectionSet: {
14070
+ kind: "SelectionSet",
14071
+ selections: [
14072
+ {
14073
+ kind: "Field",
14074
+ name: { kind: "Name", value: "customViewHasSubscribers" },
14075
+ arguments: [
14076
+ {
14077
+ kind: "Argument",
14078
+ name: { kind: "Name", value: "id" },
14079
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14080
+ },
14081
+ ],
14082
+ selectionSet: {
14083
+ kind: "SelectionSet",
14084
+ selections: [
14085
+ { kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewHasSubscribersPayload" } },
14086
+ ],
14087
+ },
14088
+ },
14089
+ ],
14090
+ },
14091
+ },
14092
+ ...CustomViewHasSubscribersPayloadFragmentDoc.definitions,
14093
+ ],
14094
+ };
14095
+ const CustomViewsDocument = {
14096
+ kind: "Document",
14097
+ definitions: [
14098
+ {
14099
+ kind: "OperationDefinition",
14100
+ operation: "query",
14101
+ name: { kind: "Name", value: "customViews" },
14102
+ variableDefinitions: [
13569
14103
  {
13570
14104
  kind: "VariableDefinition",
13571
14105
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -13576,11 +14110,268 @@
13576
14110
  variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
13577
14111
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
13578
14112
  },
13579
- {
13580
- kind: "VariableDefinition",
13581
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
13582
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
13583
- },
14113
+ {
14114
+ kind: "VariableDefinition",
14115
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
14116
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14117
+ },
14118
+ {
14119
+ kind: "VariableDefinition",
14120
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14121
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
14122
+ },
14123
+ {
14124
+ kind: "VariableDefinition",
14125
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
14126
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14127
+ },
14128
+ {
14129
+ kind: "VariableDefinition",
14130
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14131
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
14132
+ },
14133
+ ],
14134
+ selectionSet: {
14135
+ kind: "SelectionSet",
14136
+ selections: [
14137
+ {
14138
+ kind: "Field",
14139
+ name: { kind: "Name", value: "customViews" },
14140
+ arguments: [
14141
+ {
14142
+ kind: "Argument",
14143
+ name: { kind: "Name", value: "after" },
14144
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
14145
+ },
14146
+ {
14147
+ kind: "Argument",
14148
+ name: { kind: "Name", value: "before" },
14149
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
14150
+ },
14151
+ {
14152
+ kind: "Argument",
14153
+ name: { kind: "Name", value: "first" },
14154
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
14155
+ },
14156
+ {
14157
+ kind: "Argument",
14158
+ name: { kind: "Name", value: "includeArchived" },
14159
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14160
+ },
14161
+ {
14162
+ kind: "Argument",
14163
+ name: { kind: "Name", value: "last" },
14164
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
14165
+ },
14166
+ {
14167
+ kind: "Argument",
14168
+ name: { kind: "Name", value: "orderBy" },
14169
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14170
+ },
14171
+ ],
14172
+ selectionSet: {
14173
+ kind: "SelectionSet",
14174
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewConnection" } }],
14175
+ },
14176
+ },
14177
+ ],
14178
+ },
14179
+ },
14180
+ ...CustomViewConnectionFragmentDoc.definitions,
14181
+ ...CustomViewFragmentDoc.definitions,
14182
+ ...ViewPreferencesValuesFragmentDoc.definitions,
14183
+ ...ViewPreferencesFragmentDoc.definitions,
14184
+ ...PageInfoFragmentDoc.definitions,
14185
+ ],
14186
+ };
14187
+ const CycleDocument = {
14188
+ kind: "Document",
14189
+ definitions: [
14190
+ {
14191
+ kind: "OperationDefinition",
14192
+ operation: "query",
14193
+ name: { kind: "Name", value: "cycle" },
14194
+ variableDefinitions: [
14195
+ {
14196
+ kind: "VariableDefinition",
14197
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14198
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14199
+ },
14200
+ ],
14201
+ selectionSet: {
14202
+ kind: "SelectionSet",
14203
+ selections: [
14204
+ {
14205
+ kind: "Field",
14206
+ name: { kind: "Name", value: "cycle" },
14207
+ arguments: [
14208
+ {
14209
+ kind: "Argument",
14210
+ name: { kind: "Name", value: "id" },
14211
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14212
+ },
14213
+ ],
14214
+ selectionSet: {
14215
+ kind: "SelectionSet",
14216
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Cycle" } }],
14217
+ },
14218
+ },
14219
+ ],
14220
+ },
14221
+ },
14222
+ ...CycleFragmentDoc.definitions,
14223
+ ],
14224
+ };
14225
+ const Cycle_IssuesDocument = {
14226
+ kind: "Document",
14227
+ definitions: [
14228
+ {
14229
+ kind: "OperationDefinition",
14230
+ operation: "query",
14231
+ name: { kind: "Name", value: "cycle_issues" },
14232
+ variableDefinitions: [
14233
+ {
14234
+ kind: "VariableDefinition",
14235
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14236
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14237
+ },
14238
+ {
14239
+ kind: "VariableDefinition",
14240
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
14241
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14242
+ },
14243
+ {
14244
+ kind: "VariableDefinition",
14245
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
14246
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14247
+ },
14248
+ {
14249
+ kind: "VariableDefinition",
14250
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14251
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
14252
+ },
14253
+ {
14254
+ kind: "VariableDefinition",
14255
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
14256
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14257
+ },
14258
+ {
14259
+ kind: "VariableDefinition",
14260
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14261
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
14262
+ },
14263
+ {
14264
+ kind: "VariableDefinition",
14265
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
14266
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
14267
+ },
14268
+ {
14269
+ kind: "VariableDefinition",
14270
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14271
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
14272
+ },
14273
+ ],
14274
+ selectionSet: {
14275
+ kind: "SelectionSet",
14276
+ selections: [
14277
+ {
14278
+ kind: "Field",
14279
+ name: { kind: "Name", value: "cycle" },
14280
+ arguments: [
14281
+ {
14282
+ kind: "Argument",
14283
+ name: { kind: "Name", value: "id" },
14284
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14285
+ },
14286
+ ],
14287
+ selectionSet: {
14288
+ kind: "SelectionSet",
14289
+ selections: [
14290
+ {
14291
+ kind: "Field",
14292
+ name: { kind: "Name", value: "issues" },
14293
+ arguments: [
14294
+ {
14295
+ kind: "Argument",
14296
+ name: { kind: "Name", value: "after" },
14297
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
14298
+ },
14299
+ {
14300
+ kind: "Argument",
14301
+ name: { kind: "Name", value: "before" },
14302
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
14303
+ },
14304
+ {
14305
+ kind: "Argument",
14306
+ name: { kind: "Name", value: "filter" },
14307
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14308
+ },
14309
+ {
14310
+ kind: "Argument",
14311
+ name: { kind: "Name", value: "first" },
14312
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
14313
+ },
14314
+ {
14315
+ kind: "Argument",
14316
+ name: { kind: "Name", value: "includeArchived" },
14317
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
14318
+ },
14319
+ {
14320
+ kind: "Argument",
14321
+ name: { kind: "Name", value: "last" },
14322
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
14323
+ },
14324
+ {
14325
+ kind: "Argument",
14326
+ name: { kind: "Name", value: "orderBy" },
14327
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
14328
+ },
14329
+ ],
14330
+ selectionSet: {
14331
+ kind: "SelectionSet",
14332
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
14333
+ },
14334
+ },
14335
+ ],
14336
+ },
14337
+ },
14338
+ ],
14339
+ },
14340
+ },
14341
+ ...IssueConnectionFragmentDoc.definitions,
14342
+ ...IssueFragmentDoc.definitions,
14343
+ ...ActorBotFragmentDoc.definitions,
14344
+ ...PageInfoFragmentDoc.definitions,
14345
+ ],
14346
+ };
14347
+ const Cycle_UncompletedIssuesUponCloseDocument = {
14348
+ kind: "Document",
14349
+ definitions: [
14350
+ {
14351
+ kind: "OperationDefinition",
14352
+ operation: "query",
14353
+ name: { kind: "Name", value: "cycle_uncompletedIssuesUponClose" },
14354
+ variableDefinitions: [
14355
+ {
14356
+ kind: "VariableDefinition",
14357
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14358
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14359
+ },
14360
+ {
14361
+ kind: "VariableDefinition",
14362
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
14363
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14364
+ },
14365
+ {
14366
+ kind: "VariableDefinition",
14367
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
14368
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
14369
+ },
14370
+ {
14371
+ kind: "VariableDefinition",
14372
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
14373
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
14374
+ },
13584
14375
  {
13585
14376
  kind: "VariableDefinition",
13586
14377
  variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
@@ -14080,6 +14871,44 @@
14080
14871
  ...PageInfoFragmentDoc.definitions,
14081
14872
  ],
14082
14873
  };
14874
+ const EntityExternalLinkDocument = {
14875
+ kind: "Document",
14876
+ definitions: [
14877
+ {
14878
+ kind: "OperationDefinition",
14879
+ operation: "query",
14880
+ name: { kind: "Name", value: "entityExternalLink" },
14881
+ variableDefinitions: [
14882
+ {
14883
+ kind: "VariableDefinition",
14884
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14885
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14886
+ },
14887
+ ],
14888
+ selectionSet: {
14889
+ kind: "SelectionSet",
14890
+ selections: [
14891
+ {
14892
+ kind: "Field",
14893
+ name: { kind: "Name", value: "entityExternalLink" },
14894
+ arguments: [
14895
+ {
14896
+ kind: "Argument",
14897
+ name: { kind: "Name", value: "id" },
14898
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14899
+ },
14900
+ ],
14901
+ selectionSet: {
14902
+ kind: "SelectionSet",
14903
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
14904
+ },
14905
+ },
14906
+ ],
14907
+ },
14908
+ },
14909
+ ...EntityExternalLinkFragmentDoc.definitions,
14910
+ ],
14911
+ };
14083
14912
  const ExternalUserDocument = {
14084
14913
  kind: "Document",
14085
14914
  definitions: [
@@ -15359,6 +16188,7 @@
15359
16188
  ...ActorBotFragmentDoc.definitions,
15360
16189
  ...IssueImportFragmentDoc.definitions,
15361
16190
  ...IssueLabelFragmentDoc.definitions,
16191
+ ...UserFragmentDoc.definitions,
15362
16192
  ...PageInfoFragmentDoc.definitions,
15363
16193
  ],
15364
16194
  };
@@ -17281,6 +18111,7 @@
17281
18111
  ...ActorBotFragmentDoc.definitions,
17282
18112
  ...IssueImportFragmentDoc.definitions,
17283
18113
  ...IssueLabelFragmentDoc.definitions,
18114
+ ...UserFragmentDoc.definitions,
17284
18115
  ...PageInfoFragmentDoc.definitions,
17285
18116
  ],
17286
18117
  };
@@ -17909,6 +18740,7 @@
17909
18740
  },
17910
18741
  ...NotificationFragmentDoc.definitions,
17911
18742
  ...ActorBotFragmentDoc.definitions,
18743
+ ...DocumentNotificationFragmentDoc.definitions,
17912
18744
  ...IssueNotificationFragmentDoc.definitions,
17913
18745
  ...NotificationSubscriptionFragmentDoc.definitions,
17914
18746
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -18134,6 +18966,7 @@
18134
18966
  ...NotificationConnectionFragmentDoc.definitions,
18135
18967
  ...NotificationFragmentDoc.definitions,
18136
18968
  ...ActorBotFragmentDoc.definitions,
18969
+ ...DocumentNotificationFragmentDoc.definitions,
18137
18970
  ...IssueNotificationFragmentDoc.definitions,
18138
18971
  ...NotificationSubscriptionFragmentDoc.definitions,
18139
18972
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -18164,6 +18997,7 @@
18164
18997
  },
18165
18998
  },
18166
18999
  ...OrganizationFragmentDoc.definitions,
19000
+ ...ProjectStatusFragmentDoc.definitions,
18167
19001
  ...PaidSubscriptionFragmentDoc.definitions,
18168
19002
  ],
18169
19003
  };
@@ -18927,6 +19761,7 @@
18927
19761
  },
18928
19762
  },
18929
19763
  ...ProjectFragmentDoc.definitions,
19764
+ ...ProjectStatusFragmentDoc.definitions,
18930
19765
  ],
18931
19766
  };
18932
19767
  const Project_DocumentsDocument = {
@@ -19648,6 +20483,53 @@
19648
20483
  ...PageInfoFragmentDoc.definitions,
19649
20484
  ],
19650
20485
  };
20486
+ const Project_StatusDocument = {
20487
+ kind: "Document",
20488
+ definitions: [
20489
+ {
20490
+ kind: "OperationDefinition",
20491
+ operation: "query",
20492
+ name: { kind: "Name", value: "project_status" },
20493
+ variableDefinitions: [
20494
+ {
20495
+ kind: "VariableDefinition",
20496
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
20497
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20498
+ },
20499
+ ],
20500
+ selectionSet: {
20501
+ kind: "SelectionSet",
20502
+ selections: [
20503
+ {
20504
+ kind: "Field",
20505
+ name: { kind: "Name", value: "project" },
20506
+ arguments: [
20507
+ {
20508
+ kind: "Argument",
20509
+ name: { kind: "Name", value: "id" },
20510
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
20511
+ },
20512
+ ],
20513
+ selectionSet: {
20514
+ kind: "SelectionSet",
20515
+ selections: [
20516
+ {
20517
+ kind: "Field",
20518
+ name: { kind: "Name", value: "status" },
20519
+ selectionSet: {
20520
+ kind: "SelectionSet",
20521
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
20522
+ },
20523
+ },
20524
+ ],
20525
+ },
20526
+ },
20527
+ ],
20528
+ },
20529
+ },
20530
+ ...ProjectStatusFragmentDoc.definitions,
20531
+ ],
20532
+ };
19651
20533
  const Project_TeamsDocument = {
19652
20534
  kind: "Document",
19653
20535
  definitions: [
@@ -20195,6 +21077,134 @@
20195
21077
  ...PageInfoFragmentDoc.definitions,
20196
21078
  ],
20197
21079
  };
21080
+ const ProjectRelationDocument = {
21081
+ kind: "Document",
21082
+ definitions: [
21083
+ {
21084
+ kind: "OperationDefinition",
21085
+ operation: "query",
21086
+ name: { kind: "Name", value: "projectRelation" },
21087
+ variableDefinitions: [
21088
+ {
21089
+ kind: "VariableDefinition",
21090
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
21091
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
21092
+ },
21093
+ ],
21094
+ selectionSet: {
21095
+ kind: "SelectionSet",
21096
+ selections: [
21097
+ {
21098
+ kind: "Field",
21099
+ name: { kind: "Name", value: "projectRelation" },
21100
+ arguments: [
21101
+ {
21102
+ kind: "Argument",
21103
+ name: { kind: "Name", value: "id" },
21104
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
21105
+ },
21106
+ ],
21107
+ selectionSet: {
21108
+ kind: "SelectionSet",
21109
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
21110
+ },
21111
+ },
21112
+ ],
21113
+ },
21114
+ },
21115
+ ...ProjectRelationFragmentDoc.definitions,
21116
+ ],
21117
+ };
21118
+ const ProjectRelationsDocument = {
21119
+ kind: "Document",
21120
+ definitions: [
21121
+ {
21122
+ kind: "OperationDefinition",
21123
+ operation: "query",
21124
+ name: { kind: "Name", value: "projectRelations" },
21125
+ variableDefinitions: [
21126
+ {
21127
+ kind: "VariableDefinition",
21128
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
21129
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
21130
+ },
21131
+ {
21132
+ kind: "VariableDefinition",
21133
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
21134
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
21135
+ },
21136
+ {
21137
+ kind: "VariableDefinition",
21138
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
21139
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
21140
+ },
21141
+ {
21142
+ kind: "VariableDefinition",
21143
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
21144
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
21145
+ },
21146
+ {
21147
+ kind: "VariableDefinition",
21148
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
21149
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
21150
+ },
21151
+ {
21152
+ kind: "VariableDefinition",
21153
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
21154
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
21155
+ },
21156
+ ],
21157
+ selectionSet: {
21158
+ kind: "SelectionSet",
21159
+ selections: [
21160
+ {
21161
+ kind: "Field",
21162
+ name: { kind: "Name", value: "projectRelations" },
21163
+ arguments: [
21164
+ {
21165
+ kind: "Argument",
21166
+ name: { kind: "Name", value: "after" },
21167
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
21168
+ },
21169
+ {
21170
+ kind: "Argument",
21171
+ name: { kind: "Name", value: "before" },
21172
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
21173
+ },
21174
+ {
21175
+ kind: "Argument",
21176
+ name: { kind: "Name", value: "first" },
21177
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
21178
+ },
21179
+ {
21180
+ kind: "Argument",
21181
+ name: { kind: "Name", value: "includeArchived" },
21182
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
21183
+ },
21184
+ {
21185
+ kind: "Argument",
21186
+ name: { kind: "Name", value: "last" },
21187
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
21188
+ },
21189
+ {
21190
+ kind: "Argument",
21191
+ name: { kind: "Name", value: "orderBy" },
21192
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
21193
+ },
21194
+ ],
21195
+ selectionSet: {
21196
+ kind: "SelectionSet",
21197
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelationConnection" } }],
21198
+ },
21199
+ },
21200
+ ],
21201
+ },
21202
+ },
21203
+ ...ProjectRelationConnectionFragmentDoc.definitions,
21204
+ ...ProjectRelationFragmentDoc.definitions,
21205
+ ...PageInfoFragmentDoc.definitions,
21206
+ ],
21207
+ };
20198
21208
  const ProjectUpdateDocument = {
20199
21209
  kind: "Document",
20200
21210
  definitions: [
@@ -20233,6 +21243,129 @@
20233
21243
  ...ProjectUpdateFragmentDoc.definitions,
20234
21244
  ],
20235
21245
  };
21246
+ const ProjectUpdate_CommentsDocument = {
21247
+ kind: "Document",
21248
+ definitions: [
21249
+ {
21250
+ kind: "OperationDefinition",
21251
+ operation: "query",
21252
+ name: { kind: "Name", value: "projectUpdate_comments" },
21253
+ variableDefinitions: [
21254
+ {
21255
+ kind: "VariableDefinition",
21256
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
21257
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
21258
+ },
21259
+ {
21260
+ kind: "VariableDefinition",
21261
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
21262
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
21263
+ },
21264
+ {
21265
+ kind: "VariableDefinition",
21266
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
21267
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
21268
+ },
21269
+ {
21270
+ kind: "VariableDefinition",
21271
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
21272
+ type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
21273
+ },
21274
+ {
21275
+ kind: "VariableDefinition",
21276
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
21277
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
21278
+ },
21279
+ {
21280
+ kind: "VariableDefinition",
21281
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
21282
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
21283
+ },
21284
+ {
21285
+ kind: "VariableDefinition",
21286
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
21287
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
21288
+ },
21289
+ {
21290
+ kind: "VariableDefinition",
21291
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
21292
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
21293
+ },
21294
+ ],
21295
+ selectionSet: {
21296
+ kind: "SelectionSet",
21297
+ selections: [
21298
+ {
21299
+ kind: "Field",
21300
+ name: { kind: "Name", value: "projectUpdate" },
21301
+ arguments: [
21302
+ {
21303
+ kind: "Argument",
21304
+ name: { kind: "Name", value: "id" },
21305
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
21306
+ },
21307
+ ],
21308
+ selectionSet: {
21309
+ kind: "SelectionSet",
21310
+ selections: [
21311
+ {
21312
+ kind: "Field",
21313
+ name: { kind: "Name", value: "comments" },
21314
+ arguments: [
21315
+ {
21316
+ kind: "Argument",
21317
+ name: { kind: "Name", value: "after" },
21318
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
21319
+ },
21320
+ {
21321
+ kind: "Argument",
21322
+ name: { kind: "Name", value: "before" },
21323
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
21324
+ },
21325
+ {
21326
+ kind: "Argument",
21327
+ name: { kind: "Name", value: "filter" },
21328
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
21329
+ },
21330
+ {
21331
+ kind: "Argument",
21332
+ name: { kind: "Name", value: "first" },
21333
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
21334
+ },
21335
+ {
21336
+ kind: "Argument",
21337
+ name: { kind: "Name", value: "includeArchived" },
21338
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
21339
+ },
21340
+ {
21341
+ kind: "Argument",
21342
+ name: { kind: "Name", value: "last" },
21343
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
21344
+ },
21345
+ {
21346
+ kind: "Argument",
21347
+ name: { kind: "Name", value: "orderBy" },
21348
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
21349
+ },
21350
+ ],
21351
+ selectionSet: {
21352
+ kind: "SelectionSet",
21353
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CommentConnection" } }],
21354
+ },
21355
+ },
21356
+ ],
21357
+ },
21358
+ },
21359
+ ],
21360
+ },
21361
+ },
21362
+ ...CommentConnectionFragmentDoc.definitions,
21363
+ ...CommentFragmentDoc.definitions,
21364
+ ...ActorBotFragmentDoc.definitions,
21365
+ ...DocumentContentFragmentDoc.definitions,
21366
+ ...PageInfoFragmentDoc.definitions,
21367
+ ],
21368
+ };
20236
21369
  const ProjectUpdateInteractionDocument = {
20237
21370
  kind: "Document",
20238
21371
  definitions: [
@@ -20560,6 +21693,7 @@
20560
21693
  },
20561
21694
  ...ProjectConnectionFragmentDoc.definitions,
20562
21695
  ...ProjectFragmentDoc.definitions,
21696
+ ...ProjectStatusFragmentDoc.definitions,
20563
21697
  ...PageInfoFragmentDoc.definitions,
20564
21698
  ],
20565
21699
  };
@@ -20792,6 +21926,7 @@
20792
21926
  },
20793
21927
  ...ProjectConnectionFragmentDoc.definitions,
20794
21928
  ...ProjectFragmentDoc.definitions,
21929
+ ...ProjectStatusFragmentDoc.definitions,
20795
21930
  ...PageInfoFragmentDoc.definitions,
20796
21931
  ],
20797
21932
  };
@@ -21698,6 +22833,7 @@
21698
22833
  ...ProjectSearchPayloadFragmentDoc.definitions,
21699
22834
  ...ArchiveResponseFragmentDoc.definitions,
21700
22835
  ...ProjectSearchResultFragmentDoc.definitions,
22836
+ ...ProjectStatusFragmentDoc.definitions,
21701
22837
  ...PageInfoFragmentDoc.definitions,
21702
22838
  ],
21703
22839
  };
@@ -22762,6 +23898,7 @@
22762
23898
  },
22763
23899
  ...ProjectConnectionFragmentDoc.definitions,
22764
23900
  ...ProjectFragmentDoc.definitions,
23901
+ ...ProjectStatusFragmentDoc.definitions,
22765
23902
  ...PageInfoFragmentDoc.definitions,
22766
23903
  ],
22767
23904
  };
@@ -25846,6 +26983,11 @@
25846
26983
  variable: { kind: "Variable", name: { kind: "Name", value: "latest" } },
25847
26984
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25848
26985
  },
26986
+ {
26987
+ kind: "VariableDefinition",
26988
+ variable: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
26989
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
26990
+ },
25849
26991
  {
25850
26992
  kind: "VariableDefinition",
25851
26993
  variable: { kind: "Variable", name: { kind: "Name", value: "title" } },
@@ -25899,6 +27041,11 @@
25899
27041
  name: { kind: "Name", value: "latest" },
25900
27042
  value: { kind: "Variable", name: { kind: "Name", value: "latest" } },
25901
27043
  },
27044
+ {
27045
+ kind: "Argument",
27046
+ name: { kind: "Name", value: "syncToCommentThread" },
27047
+ value: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
27048
+ },
25902
27049
  {
25903
27050
  kind: "Argument",
25904
27051
  name: { kind: "Name", value: "title" },
@@ -27353,6 +28500,136 @@
27353
28500
  ...DeletePayloadFragmentDoc.definitions,
27354
28501
  ],
27355
28502
  };
28503
+ const CreateEntityExternalLinkDocument = {
28504
+ kind: "Document",
28505
+ definitions: [
28506
+ {
28507
+ kind: "OperationDefinition",
28508
+ operation: "mutation",
28509
+ name: { kind: "Name", value: "createEntityExternalLink" },
28510
+ variableDefinitions: [
28511
+ {
28512
+ kind: "VariableDefinition",
28513
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
28514
+ type: {
28515
+ kind: "NonNullType",
28516
+ type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkCreateInput" } },
28517
+ },
28518
+ },
28519
+ ],
28520
+ selectionSet: {
28521
+ kind: "SelectionSet",
28522
+ selections: [
28523
+ {
28524
+ kind: "Field",
28525
+ name: { kind: "Name", value: "entityExternalLinkCreate" },
28526
+ arguments: [
28527
+ {
28528
+ kind: "Argument",
28529
+ name: { kind: "Name", value: "input" },
28530
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
28531
+ },
28532
+ ],
28533
+ selectionSet: {
28534
+ kind: "SelectionSet",
28535
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
28536
+ },
28537
+ },
28538
+ ],
28539
+ },
28540
+ },
28541
+ ...EntityExternalLinkPayloadFragmentDoc.definitions,
28542
+ ],
28543
+ };
28544
+ const DeleteEntityExternalLinkDocument = {
28545
+ kind: "Document",
28546
+ definitions: [
28547
+ {
28548
+ kind: "OperationDefinition",
28549
+ operation: "mutation",
28550
+ name: { kind: "Name", value: "deleteEntityExternalLink" },
28551
+ variableDefinitions: [
28552
+ {
28553
+ kind: "VariableDefinition",
28554
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
28555
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
28556
+ },
28557
+ ],
28558
+ selectionSet: {
28559
+ kind: "SelectionSet",
28560
+ selections: [
28561
+ {
28562
+ kind: "Field",
28563
+ name: { kind: "Name", value: "entityExternalLinkDelete" },
28564
+ arguments: [
28565
+ {
28566
+ kind: "Argument",
28567
+ name: { kind: "Name", value: "id" },
28568
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
28569
+ },
28570
+ ],
28571
+ selectionSet: {
28572
+ kind: "SelectionSet",
28573
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
28574
+ },
28575
+ },
28576
+ ],
28577
+ },
28578
+ },
28579
+ ...DeletePayloadFragmentDoc.definitions,
28580
+ ],
28581
+ };
28582
+ const UpdateEntityExternalLinkDocument = {
28583
+ kind: "Document",
28584
+ definitions: [
28585
+ {
28586
+ kind: "OperationDefinition",
28587
+ operation: "mutation",
28588
+ name: { kind: "Name", value: "updateEntityExternalLink" },
28589
+ variableDefinitions: [
28590
+ {
28591
+ kind: "VariableDefinition",
28592
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
28593
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
28594
+ },
28595
+ {
28596
+ kind: "VariableDefinition",
28597
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
28598
+ type: {
28599
+ kind: "NonNullType",
28600
+ type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkUpdateInput" } },
28601
+ },
28602
+ },
28603
+ ],
28604
+ selectionSet: {
28605
+ kind: "SelectionSet",
28606
+ selections: [
28607
+ {
28608
+ kind: "Field",
28609
+ name: { kind: "Name", value: "entityExternalLinkUpdate" },
28610
+ arguments: [
28611
+ {
28612
+ kind: "Argument",
28613
+ name: { kind: "Name", value: "id" },
28614
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
28615
+ },
28616
+ {
28617
+ kind: "Argument",
28618
+ name: { kind: "Name", value: "input" },
28619
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
28620
+ },
28621
+ ],
28622
+ selectionSet: {
28623
+ kind: "SelectionSet",
28624
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
28625
+ },
28626
+ },
28627
+ ],
28628
+ },
28629
+ },
28630
+ ...EntityExternalLinkPayloadFragmentDoc.definitions,
28631
+ ],
28632
+ };
27356
28633
  const CreateFavoriteDocument = {
27357
28634
  kind: "Document",
27358
28635
  definitions: [
@@ -30460,6 +31737,11 @@
30460
31737
  type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelUpdateInput" } },
30461
31738
  },
30462
31739
  },
31740
+ {
31741
+ kind: "VariableDefinition",
31742
+ variable: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
31743
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
31744
+ },
30463
31745
  ],
30464
31746
  selectionSet: {
30465
31747
  kind: "SelectionSet",
@@ -30478,6 +31760,11 @@
30478
31760
  name: { kind: "Name", value: "input" },
30479
31761
  value: { kind: "Variable", name: { kind: "Name", value: "input" } },
30480
31762
  },
31763
+ {
31764
+ kind: "Argument",
31765
+ name: { kind: "Name", value: "replaceTeamLabels" },
31766
+ value: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
31767
+ },
30481
31768
  ],
30482
31769
  selectionSet: {
30483
31770
  kind: "SelectionSet",
@@ -31133,6 +32420,7 @@
31133
32420
  ...NotificationArchivePayloadFragmentDoc.definitions,
31134
32421
  ...NotificationFragmentDoc.definitions,
31135
32422
  ...ActorBotFragmentDoc.definitions,
32423
+ ...DocumentNotificationFragmentDoc.definitions,
31136
32424
  ...IssueNotificationFragmentDoc.definitions,
31137
32425
  ...NotificationSubscriptionFragmentDoc.definitions,
31138
32426
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31181,6 +32469,7 @@
31181
32469
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31182
32470
  ...NotificationFragmentDoc.definitions,
31183
32471
  ...ActorBotFragmentDoc.definitions,
32472
+ ...DocumentNotificationFragmentDoc.definitions,
31184
32473
  ...IssueNotificationFragmentDoc.definitions,
31185
32474
  ...NotificationSubscriptionFragmentDoc.definitions,
31186
32475
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31239,6 +32528,7 @@
31239
32528
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31240
32529
  ...NotificationFragmentDoc.definitions,
31241
32530
  ...ActorBotFragmentDoc.definitions,
32531
+ ...DocumentNotificationFragmentDoc.definitions,
31242
32532
  ...IssueNotificationFragmentDoc.definitions,
31243
32533
  ...NotificationSubscriptionFragmentDoc.definitions,
31244
32534
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31287,6 +32577,7 @@
31287
32577
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31288
32578
  ...NotificationFragmentDoc.definitions,
31289
32579
  ...ActorBotFragmentDoc.definitions,
32580
+ ...DocumentNotificationFragmentDoc.definitions,
31290
32581
  ...IssueNotificationFragmentDoc.definitions,
31291
32582
  ...NotificationSubscriptionFragmentDoc.definitions,
31292
32583
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31345,6 +32636,7 @@
31345
32636
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31346
32637
  ...NotificationFragmentDoc.definitions,
31347
32638
  ...ActorBotFragmentDoc.definitions,
32639
+ ...DocumentNotificationFragmentDoc.definitions,
31348
32640
  ...IssueNotificationFragmentDoc.definitions,
31349
32641
  ...NotificationSubscriptionFragmentDoc.definitions,
31350
32642
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31526,6 +32818,7 @@
31526
32818
  ...NotificationArchivePayloadFragmentDoc.definitions,
31527
32819
  ...NotificationFragmentDoc.definitions,
31528
32820
  ...ActorBotFragmentDoc.definitions,
32821
+ ...DocumentNotificationFragmentDoc.definitions,
31529
32822
  ...IssueNotificationFragmentDoc.definitions,
31530
32823
  ...NotificationSubscriptionFragmentDoc.definitions,
31531
32824
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31584,6 +32877,7 @@
31584
32877
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31585
32878
  ...NotificationFragmentDoc.definitions,
31586
32879
  ...ActorBotFragmentDoc.definitions,
32880
+ ...DocumentNotificationFragmentDoc.definitions,
31587
32881
  ...IssueNotificationFragmentDoc.definitions,
31588
32882
  ...NotificationSubscriptionFragmentDoc.definitions,
31589
32883
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31642,6 +32936,7 @@
31642
32936
  ...NotificationPayloadFragmentDoc.definitions,
31643
32937
  ...NotificationFragmentDoc.definitions,
31644
32938
  ...ActorBotFragmentDoc.definitions,
32939
+ ...DocumentNotificationFragmentDoc.definitions,
31645
32940
  ...IssueNotificationFragmentDoc.definitions,
31646
32941
  ...NotificationSubscriptionFragmentDoc.definitions,
31647
32942
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -34381,6 +35676,7 @@
34381
35676
  },
34382
35677
  ...ViewPreferencesPayloadFragmentDoc.definitions,
34383
35678
  ...ViewPreferencesFragmentDoc.definitions,
35679
+ ...ViewPreferencesValuesFragmentDoc.definitions,
34384
35680
  ],
34385
35681
  };
34386
35682
  const DeleteViewPreferencesDocument = {
@@ -34471,6 +35767,7 @@
34471
35767
  },
34472
35768
  ...ViewPreferencesPayloadFragmentDoc.definitions,
34473
35769
  ...ViewPreferencesFragmentDoc.definitions,
35770
+ ...ViewPreferencesValuesFragmentDoc.definitions,
34474
35771
  ],
34475
35772
  };
34476
35773
  const CreateWebhookDocument = {
@@ -34755,7 +36052,7 @@
34755
36052
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
34756
36053
  get PushSubscriptionType () { return PushSubscriptionType; },
34757
36054
  get ReleaseChannel () { return ReleaseChannel; },
34758
- get SlaDayCountType () { return SlaDayCountType; },
36055
+ get SLADayCountType () { return SLADayCountType; },
34759
36056
  get SendStrategy () { return SendStrategy; },
34760
36057
  get SlaStatus () { return SlaStatus; },
34761
36058
  get SlackChannelType () { return SlackChannelType; },
@@ -34780,6 +36077,7 @@
34780
36077
  InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
34781
36078
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
34782
36079
  ActorBotFragmentDoc: ActorBotFragmentDoc,
36080
+ DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
34783
36081
  NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
34784
36082
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
34785
36083
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
@@ -34801,6 +36099,7 @@
34801
36099
  AuthUserFragmentDoc: AuthUserFragmentDoc,
34802
36100
  AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
34803
36101
  AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
36102
+ ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
34804
36103
  PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
34805
36104
  OrganizationFragmentDoc: OrganizationFragmentDoc,
34806
36105
  AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
@@ -34857,6 +36156,8 @@
34857
36156
  OauthTokenFragmentDoc: OauthTokenFragmentDoc,
34858
36157
  AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
34859
36158
  AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
36159
+ AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
36160
+ AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
34860
36161
  AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
34861
36162
  AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
34862
36163
  AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
@@ -34868,6 +36169,8 @@
34868
36169
  ContactPayloadFragmentDoc: ContactPayloadFragmentDoc,
34869
36170
  CreateCsvExportReportPayloadFragmentDoc: CreateCsvExportReportPayloadFragmentDoc,
34870
36171
  CreateOrJoinOrganizationResponseFragmentDoc: CreateOrJoinOrganizationResponseFragmentDoc,
36172
+ ViewPreferencesValuesFragmentDoc: ViewPreferencesValuesFragmentDoc,
36173
+ ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
34871
36174
  CustomViewFragmentDoc: CustomViewFragmentDoc,
34872
36175
  CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
34873
36176
  CustomViewHasSubscribersPayloadFragmentDoc: CustomViewHasSubscribersPayloadFragmentDoc,
@@ -34892,6 +36195,9 @@
34892
36195
  EmojiFragmentDoc: EmojiFragmentDoc,
34893
36196
  EmojiConnectionFragmentDoc: EmojiConnectionFragmentDoc,
34894
36197
  EmojiPayloadFragmentDoc: EmojiPayloadFragmentDoc,
36198
+ EntityExternalLinkFragmentDoc: EntityExternalLinkFragmentDoc,
36199
+ EntityExternalLinkConnectionFragmentDoc: EntityExternalLinkConnectionFragmentDoc,
36200
+ EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
34895
36201
  ExternalUserFragmentDoc: ExternalUserFragmentDoc,
34896
36202
  ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
34897
36203
  FavoriteFragmentDoc: FavoriteFragmentDoc,
@@ -34923,6 +36229,7 @@
34923
36229
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
34924
36230
  IssueImportFragmentDoc: IssueImportFragmentDoc,
34925
36231
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
36232
+ UserFragmentDoc: UserFragmentDoc,
34926
36233
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
34927
36234
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
34928
36235
  IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
@@ -34947,6 +36254,7 @@
34947
36254
  NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
34948
36255
  OauthClientFragmentDoc: OauthClientFragmentDoc,
34949
36256
  OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
36257
+ OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc,
34950
36258
  OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
34951
36259
  OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
34952
36260
  OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
@@ -34968,9 +36276,13 @@
34968
36276
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
34969
36277
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
34970
36278
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
36279
+ ProjectRelationFragmentDoc: ProjectRelationFragmentDoc,
36280
+ ProjectRelationConnectionFragmentDoc: ProjectRelationConnectionFragmentDoc,
36281
+ ProjectRelationPayloadFragmentDoc: ProjectRelationPayloadFragmentDoc,
34971
36282
  ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
34972
36283
  ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
34973
36284
  ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
36285
+ ProjectStatusConnectionFragmentDoc: ProjectStatusConnectionFragmentDoc,
34974
36286
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
34975
36287
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
34976
36288
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -35019,13 +36331,11 @@
35019
36331
  UploadFileFragmentDoc: UploadFileFragmentDoc,
35020
36332
  UploadPayloadFragmentDoc: UploadPayloadFragmentDoc,
35021
36333
  UserAdminPayloadFragmentDoc: UserAdminPayloadFragmentDoc,
35022
- UserFragmentDoc: UserFragmentDoc,
35023
36334
  UserConnectionFragmentDoc: UserConnectionFragmentDoc,
35024
36335
  UserPayloadFragmentDoc: UserPayloadFragmentDoc,
35025
36336
  UserSettingsFlagPayloadFragmentDoc: UserSettingsFlagPayloadFragmentDoc,
35026
36337
  UserSettingsFlagsResetPayloadFragmentDoc: UserSettingsFlagsResetPayloadFragmentDoc,
35027
36338
  UserSettingsPayloadFragmentDoc: UserSettingsPayloadFragmentDoc,
35028
- ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
35029
36339
  ViewPreferencesPayloadFragmentDoc: ViewPreferencesPayloadFragmentDoc,
35030
36340
  WebhookFragmentDoc: WebhookFragmentDoc,
35031
36341
  WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
@@ -35065,6 +36375,11 @@
35065
36375
  CommentsDocument: CommentsDocument,
35066
36376
  CustomViewDocument: CustomViewDocument,
35067
36377
  CustomView_IssuesDocument: CustomView_IssuesDocument,
36378
+ CustomView_OrganizationViewPreferencesDocument: CustomView_OrganizationViewPreferencesDocument,
36379
+ CustomView_OrganizationViewPreferences_PreferencesDocument: CustomView_OrganizationViewPreferences_PreferencesDocument,
36380
+ CustomView_UserViewPreferencesDocument: CustomView_UserViewPreferencesDocument,
36381
+ CustomView_UserViewPreferences_PreferencesDocument: CustomView_UserViewPreferences_PreferencesDocument,
36382
+ CustomView_ViewPreferencesValuesDocument: CustomView_ViewPreferencesValuesDocument,
35068
36383
  CustomViewHasSubscribersDocument: CustomViewHasSubscribersDocument,
35069
36384
  CustomViewsDocument: CustomViewsDocument,
35070
36385
  CycleDocument: CycleDocument,
@@ -35076,6 +36391,7 @@
35076
36391
  DocumentsDocument: DocumentsDocument,
35077
36392
  EmojiDocument: EmojiDocument,
35078
36393
  EmojisDocument: EmojisDocument,
36394
+ EntityExternalLinkDocument: EntityExternalLinkDocument,
35079
36395
  ExternalUserDocument: ExternalUserDocument,
35080
36396
  ExternalUsersDocument: ExternalUsersDocument,
35081
36397
  FavoriteDocument: FavoriteDocument,
@@ -35141,6 +36457,7 @@
35141
36457
  Project_MembersDocument: Project_MembersDocument,
35142
36458
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
35143
36459
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
36460
+ Project_StatusDocument: Project_StatusDocument,
35144
36461
  Project_TeamsDocument: Project_TeamsDocument,
35145
36462
  ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
35146
36463
  ProjectLinkDocument: ProjectLinkDocument,
@@ -35148,7 +36465,10 @@
35148
36465
  ProjectMilestoneDocument: ProjectMilestoneDocument,
35149
36466
  ProjectMilestone_IssuesDocument: ProjectMilestone_IssuesDocument,
35150
36467
  ProjectMilestonesDocument: ProjectMilestonesDocument,
36468
+ ProjectRelationDocument: ProjectRelationDocument,
36469
+ ProjectRelationsDocument: ProjectRelationsDocument,
35151
36470
  ProjectUpdateDocument: ProjectUpdateDocument,
36471
+ ProjectUpdate_CommentsDocument: ProjectUpdate_CommentsDocument,
35152
36472
  ProjectUpdateInteractionDocument: ProjectUpdateInteractionDocument,
35153
36473
  ProjectUpdateInteractionsDocument: ProjectUpdateInteractionsDocument,
35154
36474
  ProjectUpdatesDocument: ProjectUpdatesDocument,
@@ -35246,6 +36566,9 @@
35246
36566
  EmailUserAccountAuthChallengeDocument: EmailUserAccountAuthChallengeDocument,
35247
36567
  CreateEmojiDocument: CreateEmojiDocument,
35248
36568
  DeleteEmojiDocument: DeleteEmojiDocument,
36569
+ CreateEntityExternalLinkDocument: CreateEntityExternalLinkDocument,
36570
+ DeleteEntityExternalLinkDocument: DeleteEntityExternalLinkDocument,
36571
+ UpdateEntityExternalLinkDocument: UpdateEntityExternalLinkDocument,
35249
36572
  CreateFavoriteDocument: CreateFavoriteDocument,
35250
36573
  DeleteFavoriteDocument: DeleteFavoriteDocument,
35251
36574
  UpdateFavoriteDocument: UpdateFavoriteDocument,
@@ -36017,6 +37340,7 @@
36017
37340
  this.serviceId = data.serviceId;
36018
37341
  this.urlKey = data.urlKey;
36019
37342
  this.userCount = data.userCount;
37343
+ this.releaseChannel = data.releaseChannel;
36020
37344
  }
36021
37345
  }
36022
37346
  /**
@@ -36034,6 +37358,20 @@
36034
37358
  this.name = data.name;
36035
37359
  this.organizationId = data.organizationId;
36036
37360
  this.verified = data.verified;
37361
+ this.authType = data.authType;
37362
+ }
37363
+ }
37364
+ /**
37365
+ * AuthOrganizationExistsPayload model
37366
+ *
37367
+ * @param request - function to call the graphql client
37368
+ * @param data - L.AuthOrganizationExistsPayloadFragment response data
37369
+ */
37370
+ class AuthOrganizationExistsPayload extends Request {
37371
+ constructor(request, data) {
37372
+ super(request);
37373
+ this.exists = data.exists;
37374
+ this.success = data.success;
36037
37375
  }
36038
37376
  }
36039
37377
  /**
@@ -36050,6 +37388,19 @@
36050
37388
  this.id = data.id;
36051
37389
  }
36052
37390
  }
37391
+ /**
37392
+ * AuthOrganizationPayload model
37393
+ *
37394
+ * @param request - function to call the graphql client
37395
+ * @param data - L.AuthOrganizationPayloadFragment response data
37396
+ */
37397
+ class AuthOrganizationPayload extends Request {
37398
+ constructor(request, data) {
37399
+ super(request);
37400
+ this.success = data.success;
37401
+ this.authOrganization = new AuthOrganization(request, data.authOrganization);
37402
+ }
37403
+ }
36053
37404
  /**
36054
37405
  * AuthResolverResponse model
36055
37406
  *
@@ -36114,7 +37465,7 @@
36114
37465
  */
36115
37466
  class AuthenticationSession extends Request {
36116
37467
  constructor(request, data) {
36117
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
37468
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
36118
37469
  super(request);
36119
37470
  this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
36120
37471
  this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
@@ -36127,10 +37478,12 @@
36127
37478
  this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
36128
37479
  this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
36129
37480
  this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
37481
+ this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
36130
37482
  this.name = data.name;
36131
- this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
36132
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
36133
- this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
37483
+ this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
37484
+ this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
37485
+ this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
37486
+ this.type = data.type;
36134
37487
  }
36135
37488
  }
36136
37489
  /**
@@ -36141,7 +37494,7 @@
36141
37494
  */
36142
37495
  class AuthenticationSessionResponse extends Request {
36143
37496
  constructor(request, data) {
36144
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
37497
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
36145
37498
  super(request);
36146
37499
  this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
36147
37500
  this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
@@ -36155,10 +37508,12 @@
36155
37508
  this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
36156
37509
  this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
36157
37510
  this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
37511
+ this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
36158
37512
  this.name = data.name;
36159
- this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
36160
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
36161
- this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
37513
+ this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
37514
+ this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
37515
+ this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
37516
+ this.type = data.type;
36162
37517
  }
36163
37518
  }
36164
37519
  /**
@@ -36394,6 +37749,15 @@
36394
37749
  this.projectFilterData = (_f = data.projectFilterData) !== null && _f !== void 0 ? _f : undefined;
36395
37750
  this.shared = data.shared;
36396
37751
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
37752
+ this.organizationViewPreferences = data.organizationViewPreferences
37753
+ ? new ViewPreferences(request, data.organizationViewPreferences)
37754
+ : undefined;
37755
+ this.userViewPreferences = data.userViewPreferences
37756
+ ? new ViewPreferences(request, data.userViewPreferences)
37757
+ : undefined;
37758
+ this.viewPreferencesValues = data.viewPreferencesValues
37759
+ ? new ViewPreferencesValues(request, data.viewPreferencesValues)
37760
+ : undefined;
36397
37761
  this._creator = data.creator;
36398
37762
  this._owner = data.owner;
36399
37763
  this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
@@ -36469,7 +37833,7 @@
36469
37833
  */
36470
37834
  class CustomViewNotificationSubscription extends Request {
36471
37835
  constructor(request, data) {
36472
- var _a, _b, _c, _d, _e, _f, _g, _h;
37836
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
36473
37837
  super(request);
36474
37838
  this.active = data.active;
36475
37839
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -36477,13 +37841,15 @@
36477
37841
  this.id = data.id;
36478
37842
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
36479
37843
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
37844
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
37845
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
36480
37846
  this._customView = data.customView;
36481
- this._cycle = (_d = data.cycle) !== null && _d !== void 0 ? _d : undefined;
36482
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
36483
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
37847
+ this._cycle = (_f = data.cycle) !== null && _f !== void 0 ? _f : undefined;
37848
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
37849
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
36484
37850
  this._subscriber = data.subscriber;
36485
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
36486
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
37851
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
37852
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
36487
37853
  }
36488
37854
  /** The custom view subscribed to. */
36489
37855
  get customView() {
@@ -36646,7 +38012,7 @@
36646
38012
  */
36647
38013
  class CycleNotificationSubscription extends Request {
36648
38014
  constructor(request, data) {
36649
- var _a, _b, _c, _d, _e, _f, _g, _h;
38015
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
36650
38016
  super(request);
36651
38017
  this.active = data.active;
36652
38018
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -36654,13 +38020,15 @@
36654
38020
  this.id = data.id;
36655
38021
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
36656
38022
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
36657
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
38023
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
38024
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
38025
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
36658
38026
  this._cycle = data.cycle;
36659
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
36660
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
38027
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
38028
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
36661
38029
  this._subscriber = data.subscriber;
36662
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
36663
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
38030
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
38031
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
36664
38032
  }
36665
38033
  /** The contextual custom view associated with the notification subscription. */
36666
38034
  get customView() {
@@ -36731,14 +38099,14 @@
36731
38099
  }
36732
38100
  }
36733
38101
  /**
36734
- * A document for a project.
38102
+ * A document that can be attached to different entities.
36735
38103
  *
36736
38104
  * @param request - function to call the graphql client
36737
38105
  * @param data - L.DocumentFragment response data
36738
38106
  */
36739
38107
  class Document extends Request {
36740
38108
  constructor(request, data) {
36741
- var _a, _b, _c, _d, _e, _f, _g, _h;
38109
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
36742
38110
  super(request);
36743
38111
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
36744
38112
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
@@ -36751,9 +38119,10 @@
36751
38119
  this.sortOrder = data.sortOrder;
36752
38120
  this.title = data.title;
36753
38121
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
38122
+ this.url = data.url;
36754
38123
  this._creator = data.creator;
36755
38124
  this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
36756
- this._project = data.project;
38125
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
36757
38126
  this._updatedBy = data.updatedBy;
36758
38127
  }
36759
38128
  /** The user who created the document. */
@@ -36769,7 +38138,8 @@
36769
38138
  }
36770
38139
  /** The project that the document is associated with. */
36771
38140
  get project() {
36772
- return new ProjectQuery(this._request).fetch(this._project.id);
38141
+ var _a, _b;
38142
+ 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;
36773
38143
  }
36774
38144
  /** The user who last updated the document. */
36775
38145
  get updatedBy() {
@@ -36893,6 +38263,47 @@
36893
38263
  this.id = data.id;
36894
38264
  }
36895
38265
  }
38266
+ /**
38267
+ * A document related notification.
38268
+ *
38269
+ * @param request - function to call the graphql client
38270
+ * @param data - L.DocumentNotificationFragment response data
38271
+ */
38272
+ class DocumentNotification extends Request {
38273
+ constructor(request, data) {
38274
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
38275
+ super(request);
38276
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38277
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
38278
+ this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
38279
+ this.id = data.id;
38280
+ this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
38281
+ this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
38282
+ this.type = data.type;
38283
+ this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
38284
+ this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
38285
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
38286
+ this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
38287
+ this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
38288
+ this._user = data.user;
38289
+ }
38290
+ /** The user that caused the notification. */
38291
+ get actor() {
38292
+ var _a, _b;
38293
+ return ((_a = this._actor) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._actor) === null || _b === void 0 ? void 0 : _b.id) : undefined;
38294
+ }
38295
+ /** The external user that caused the notification. */
38296
+ get externalUserActor() {
38297
+ var _a, _b;
38298
+ return ((_a = this._externalUserActor) === null || _a === void 0 ? void 0 : _a.id)
38299
+ ? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
38300
+ : undefined;
38301
+ }
38302
+ /** The user that received the notification. */
38303
+ get user() {
38304
+ return new UserQuery(this._request).fetch(this._user.id);
38305
+ }
38306
+ }
36896
38307
  /**
36897
38308
  * DocumentPayload model
36898
38309
  *
@@ -36934,7 +38345,7 @@
36934
38345
  */
36935
38346
  class DocumentSearchResult extends Request {
36936
38347
  constructor(request, data) {
36937
- var _a, _b, _c, _d, _e, _f, _g, _h;
38348
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
36938
38349
  super(request);
36939
38350
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
36940
38351
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
@@ -36948,9 +38359,10 @@
36948
38359
  this.sortOrder = data.sortOrder;
36949
38360
  this.title = data.title;
36950
38361
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
38362
+ this.url = data.url;
36951
38363
  this._creator = data.creator;
36952
38364
  this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
36953
- this._project = data.project;
38365
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
36954
38366
  this._updatedBy = data.updatedBy;
36955
38367
  }
36956
38368
  /** The user who created the document. */
@@ -36966,7 +38378,8 @@
36966
38378
  }
36967
38379
  /** The project that the document is associated with. */
36968
38380
  get project() {
36969
- return new ProjectQuery(this._request).fetch(this._project.id);
38381
+ var _a, _b;
38382
+ 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;
36970
38383
  }
36971
38384
  /** The user who last updated the document. */
36972
38385
  get updatedBy() {
@@ -37157,6 +38570,72 @@
37157
38570
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
37158
38571
  }
37159
38572
  }
38573
+ /**
38574
+ * An external link for an entity like initiative, etc...
38575
+ *
38576
+ * @param request - function to call the graphql client
38577
+ * @param data - L.EntityExternalLinkFragment response data
38578
+ */
38579
+ class EntityExternalLink extends Request {
38580
+ constructor(request, data) {
38581
+ var _a, _b, _c;
38582
+ super(request);
38583
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38584
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
38585
+ this.id = data.id;
38586
+ this.label = data.label;
38587
+ this.sortOrder = data.sortOrder;
38588
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
38589
+ this.url = data.url;
38590
+ this._creator = data.creator;
38591
+ }
38592
+ /** The user who created the link. */
38593
+ get creator() {
38594
+ return new UserQuery(this._request).fetch(this._creator.id);
38595
+ }
38596
+ /** Creates a new entity link. */
38597
+ create(input) {
38598
+ return new CreateEntityExternalLinkMutation(this._request).fetch(input);
38599
+ }
38600
+ /** Deletes an entity link. */
38601
+ delete() {
38602
+ return new DeleteEntityExternalLinkMutation(this._request).fetch(this.id);
38603
+ }
38604
+ /** Updates an entity link. */
38605
+ update(input) {
38606
+ return new UpdateEntityExternalLinkMutation(this._request).fetch(this.id, input);
38607
+ }
38608
+ }
38609
+ /**
38610
+ * EntityExternalLinkConnection model
38611
+ *
38612
+ * @param request - function to call the graphql client
38613
+ * @param fetch - function to trigger a refetch of this EntityExternalLinkConnection model
38614
+ * @param data - EntityExternalLinkConnection response data
38615
+ */
38616
+ class EntityExternalLinkConnection extends Connection {
38617
+ constructor(request, fetch, data) {
38618
+ super(request, fetch, data.nodes.map(node => new EntityExternalLink(request, node)), new PageInfo(request, data.pageInfo));
38619
+ }
38620
+ }
38621
+ /**
38622
+ * EntityExternalLinkPayload model
38623
+ *
38624
+ * @param request - function to call the graphql client
38625
+ * @param data - L.EntityExternalLinkPayloadFragment response data
38626
+ */
38627
+ class EntityExternalLinkPayload extends Request {
38628
+ constructor(request, data) {
38629
+ super(request);
38630
+ this.lastSyncId = data.lastSyncId;
38631
+ this.success = data.success;
38632
+ this._entityExternalLink = data.entityExternalLink;
38633
+ }
38634
+ /** The link that was created or updated. */
38635
+ get entityExternalLink() {
38636
+ return new EntityExternalLinkQuery(this._request).fetch(this._entityExternalLink.id);
38637
+ }
38638
+ }
37160
38639
  /**
37161
38640
  * An external authenticated (e.g., through Slack) user which doesn't have a Linear account, but can create and update entities in Linear from the external system that authenticated them.
37162
38641
  *
@@ -37202,7 +38681,7 @@
37202
38681
  */
37203
38682
  class Favorite extends Request {
37204
38683
  constructor(request, data) {
37205
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
38684
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
37206
38685
  super(request);
37207
38686
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
37208
38687
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -37212,18 +38691,19 @@
37212
38691
  this.sortOrder = data.sortOrder;
37213
38692
  this.type = data.type;
37214
38693
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
37215
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
37216
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
37217
- this._document = (_h = data.document) !== null && _h !== void 0 ? _h : undefined;
37218
- this._issue = (_j = data.issue) !== null && _j !== void 0 ? _j : undefined;
37219
- this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
38694
+ this.projectTab = (_f = data.projectTab) !== null && _f !== void 0 ? _f : undefined;
38695
+ this._customView = (_g = data.customView) !== null && _g !== void 0 ? _g : undefined;
38696
+ this._cycle = (_h = data.cycle) !== null && _h !== void 0 ? _h : undefined;
38697
+ this._document = (_j = data.document) !== null && _j !== void 0 ? _j : undefined;
38698
+ this._issue = (_k = data.issue) !== null && _k !== void 0 ? _k : undefined;
38699
+ this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
37220
38700
  this._owner = data.owner;
37221
- this._parent = (_l = data.parent) !== null && _l !== void 0 ? _l : undefined;
37222
- this._predefinedViewTeam = (_m = data.predefinedViewTeam) !== null && _m !== void 0 ? _m : undefined;
37223
- this._project = (_o = data.project) !== null && _o !== void 0 ? _o : undefined;
37224
- this._projectTeam = (_p = data.projectTeam) !== null && _p !== void 0 ? _p : undefined;
37225
- this._roadmap = (_q = data.roadmap) !== null && _q !== void 0 ? _q : undefined;
37226
- this._user = (_r = data.user) !== null && _r !== void 0 ? _r : undefined;
38701
+ this._parent = (_m = data.parent) !== null && _m !== void 0 ? _m : undefined;
38702
+ this._predefinedViewTeam = (_o = data.predefinedViewTeam) !== null && _o !== void 0 ? _o : undefined;
38703
+ this._project = (_p = data.project) !== null && _p !== void 0 ? _p : undefined;
38704
+ this._projectTeam = (_q = data.projectTeam) !== null && _q !== void 0 ? _q : undefined;
38705
+ this._roadmap = (_r = data.roadmap) !== null && _r !== void 0 ? _r : undefined;
38706
+ this._user = (_s = data.user) !== null && _s !== void 0 ? _s : undefined;
37227
38707
  }
37228
38708
  /** The favorited custom view. */
37229
38709
  get customView() {
@@ -37377,6 +38857,7 @@
37377
38857
  this.id = data.id;
37378
38858
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
37379
38859
  this.targetBranch = data.targetBranch ? new GitAutomationTargetBranch(request, data.targetBranch) : undefined;
38860
+ this.event = data.event;
37380
38861
  this._state = (_e = data.state) !== null && _e !== void 0 ? _e : undefined;
37381
38862
  this._team = data.team;
37382
38863
  }
@@ -37937,7 +39418,7 @@
37937
39418
  */
37938
39419
  class Issue extends Request {
37939
39420
  constructor(request, data) {
37940
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
39421
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
37941
39422
  super(request);
37942
39423
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
37943
39424
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -37958,28 +39439,31 @@
37958
39439
  this.previousIdentifiers = data.previousIdentifiers;
37959
39440
  this.priority = data.priority;
37960
39441
  this.priorityLabel = data.priorityLabel;
37961
- this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
39442
+ this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
39443
+ this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
39444
+ this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
37962
39445
  this.sortOrder = data.sortOrder;
37963
- this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
37964
- this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
37965
- this.subIssueSortOrder = (_o = data.subIssueSortOrder) !== null && _o !== void 0 ? _o : undefined;
39446
+ this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
39447
+ this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
39448
+ this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
37966
39449
  this.title = data.title;
37967
- this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
37968
- this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
37969
- this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
39450
+ this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
39451
+ this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
39452
+ this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
37970
39453
  this.url = data.url;
37971
39454
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
37972
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
37973
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
37974
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
37975
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
37976
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
37977
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
37978
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
37979
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
37980
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
37981
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
37982
- this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
39455
+ this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
39456
+ this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
39457
+ this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
39458
+ this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
39459
+ this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
39460
+ this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
39461
+ this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
39462
+ this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
39463
+ this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
39464
+ this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
39465
+ this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
39466
+ this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
37983
39467
  this._state = data.state;
37984
39468
  this._team = data.team;
37985
39469
  }
@@ -38215,6 +39699,9 @@
38215
39699
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
38216
39700
  : undefined;
38217
39701
  this.removedLabels = data.removedLabels ? data.removedLabels.map(node => new IssueLabel(request, node)) : undefined;
39702
+ this.triageResponsibilityNotifiedUsers = data.triageResponsibilityNotifiedUsers
39703
+ ? data.triageResponsibilityNotifiedUsers.map(node => new User(request, node))
39704
+ : undefined;
38218
39705
  this._actor = (_9 = data.actor) !== null && _9 !== void 0 ? _9 : undefined;
38219
39706
  this._attachment = (_10 = data.attachment) !== null && _10 !== void 0 ? _10 : undefined;
38220
39707
  this._fromAssignee = (_11 = data.fromAssignee) !== null && _11 !== void 0 ? _11 : undefined;
@@ -38456,8 +39943,8 @@
38456
39943
  return new DeleteIssueLabelMutation(this._request).fetch(this.id);
38457
39944
  }
38458
39945
  /** Updates an label. */
38459
- update(input) {
38460
- return new UpdateIssueLabelMutation(this._request).fetch(this.id, input);
39946
+ update(input, variables) {
39947
+ return new UpdateIssueLabelMutation(this._request).fetch(this.id, input, variables);
38461
39948
  }
38462
39949
  }
38463
39950
  /**
@@ -38689,7 +40176,7 @@
38689
40176
  */
38690
40177
  class IssueSearchResult extends Request {
38691
40178
  constructor(request, data) {
38692
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
40179
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
38693
40180
  super(request);
38694
40181
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38695
40182
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -38711,28 +40198,31 @@
38711
40198
  this.previousIdentifiers = data.previousIdentifiers;
38712
40199
  this.priority = data.priority;
38713
40200
  this.priorityLabel = data.priorityLabel;
38714
- this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
40201
+ this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
40202
+ this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
40203
+ this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
38715
40204
  this.sortOrder = data.sortOrder;
38716
- this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
38717
- this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
38718
- this.subIssueSortOrder = (_o = data.subIssueSortOrder) !== null && _o !== void 0 ? _o : undefined;
40205
+ this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
40206
+ this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
40207
+ this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
38719
40208
  this.title = data.title;
38720
- this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
38721
- this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
38722
- this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
40209
+ this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
40210
+ this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
40211
+ this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
38723
40212
  this.url = data.url;
38724
40213
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
38725
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
38726
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
38727
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
38728
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
38729
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
38730
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
38731
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
38732
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
38733
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
38734
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
38735
- this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
40214
+ this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
40215
+ this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
40216
+ this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
40217
+ this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
40218
+ this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
40219
+ this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
40220
+ this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
40221
+ this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
40222
+ this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
40223
+ this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
40224
+ this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
40225
+ this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
38736
40226
  this._state = data.state;
38737
40227
  this._team = data.team;
38738
40228
  }
@@ -38886,7 +40376,7 @@
38886
40376
  */
38887
40377
  class LabelNotificationSubscription extends Request {
38888
40378
  constructor(request, data) {
38889
- var _a, _b, _c, _d, _e, _f, _g, _h;
40379
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
38890
40380
  super(request);
38891
40381
  this.active = data.active;
38892
40382
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -38894,13 +40384,15 @@
38894
40384
  this.id = data.id;
38895
40385
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
38896
40386
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
38897
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
38898
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
40387
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
40388
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
40389
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
40390
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
38899
40391
  this._label = data.label;
38900
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
40392
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
38901
40393
  this._subscriber = data.subscriber;
38902
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
38903
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
40394
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
40395
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
38904
40396
  }
38905
40397
  /** The contextual custom view associated with the notification subscription. */
38906
40398
  get customView() {
@@ -39051,6 +40543,8 @@
39051
40543
  constructor(request, fetch, data) {
39052
40544
  super(request, fetch, data.nodes.map(node => {
39053
40545
  switch (node.__typename) {
40546
+ case "DocumentNotification":
40547
+ return new DocumentNotification(request, node);
39054
40548
  case "IssueNotification":
39055
40549
  return new IssueNotification(request, node);
39056
40550
  case "OauthClientApprovalNotification":
@@ -39084,20 +40578,22 @@
39084
40578
  */
39085
40579
  class NotificationSubscription extends Request {
39086
40580
  constructor(request, data) {
39087
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
40581
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
39088
40582
  super(request);
39089
40583
  this.active = data.active;
39090
40584
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
39091
40585
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
39092
40586
  this.id = data.id;
39093
40587
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
39094
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
39095
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
39096
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
39097
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
40588
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
40589
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
40590
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
40591
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
40592
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
40593
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
39098
40594
  this._subscriber = data.subscriber;
39099
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
39100
- this._user = (_j = data.user) !== null && _j !== void 0 ? _j : undefined;
40595
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
40596
+ this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
39101
40597
  }
39102
40598
  /** The contextual custom view associated with the notification subscription. */
39103
40599
  get customView() {
@@ -39258,6 +40754,7 @@
39258
40754
  this.responderId = (_e = data.responderId) !== null && _e !== void 0 ? _e : undefined;
39259
40755
  this.scopes = data.scopes;
39260
40756
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
40757
+ this.status = data.status;
39261
40758
  }
39262
40759
  }
39263
40760
  /**
@@ -39328,6 +40825,7 @@
39328
40825
  this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
39329
40826
  this.id = data.id;
39330
40827
  this.revokedAt = (_b = parseDate(data.revokedAt)) !== null && _b !== void 0 ? _b : undefined;
40828
+ this.scope = data.scope;
39331
40829
  this.userId = data.userId;
39332
40830
  this.client = new AuthOauthClient(request, data.client);
39333
40831
  this.user = new AuthUser(request, data.user);
@@ -39380,6 +40878,11 @@
39380
40878
  this.urlKey = data.urlKey;
39381
40879
  this.userCount = data.userCount;
39382
40880
  this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
40881
+ this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
40882
+ this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
40883
+ this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
40884
+ this.releaseChannel = data.releaseChannel;
40885
+ this.slaDayCount = data.slaDayCount;
39383
40886
  }
39384
40887
  /** Integrations associated with the organization. */
39385
40888
  integrations(variables) {
@@ -39410,6 +40913,18 @@
39410
40913
  return new UpdateOrganizationMutation(this._request).fetch(input);
39411
40914
  }
39412
40915
  }
40916
+ /**
40917
+ * OrganizationAcceptedOrExpiredInviteDetailsPayload model
40918
+ *
40919
+ * @param request - function to call the graphql client
40920
+ * @param data - L.OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment response data
40921
+ */
40922
+ class OrganizationAcceptedOrExpiredInviteDetailsPayload extends Request {
40923
+ constructor(request, data) {
40924
+ super(request);
40925
+ this.status = data.status;
40926
+ }
40927
+ }
39413
40928
  /**
39414
40929
  * OrganizationCancelDeletePayload model
39415
40930
  *
@@ -39452,6 +40967,7 @@
39452
40967
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
39453
40968
  this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
39454
40969
  this.verified = data.verified;
40970
+ this.authType = data.authType;
39455
40971
  this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
39456
40972
  }
39457
40973
  /** The user who added the domain. */
@@ -39496,6 +41012,7 @@
39496
41012
  this.id = data.id;
39497
41013
  this.metadata = data.metadata;
39498
41014
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
41015
+ this.role = data.role;
39499
41016
  this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
39500
41017
  this._inviter = data.inviter;
39501
41018
  }
@@ -39556,6 +41073,8 @@
39556
41073
  this.organizationId = data.organizationId;
39557
41074
  this.organizationLogoUrl = (_b = data.organizationLogoUrl) !== null && _b !== void 0 ? _b : undefined;
39558
41075
  this.organizationName = data.organizationName;
41076
+ this.role = data.role;
41077
+ this.status = data.status;
39559
41078
  }
39560
41079
  }
39561
41080
  /**
@@ -39741,6 +41260,7 @@
39741
41260
  this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
39742
41261
  this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
39743
41262
  this.url = data.url;
41263
+ this.status = new ProjectStatus(request, data.status);
39744
41264
  this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
39745
41265
  this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
39746
41266
  this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
@@ -40078,7 +41598,7 @@
40078
41598
  */
40079
41599
  class ProjectNotificationSubscription extends Request {
40080
41600
  constructor(request, data) {
40081
- var _a, _b, _c, _d, _e, _f, _g, _h;
41601
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
40082
41602
  super(request);
40083
41603
  this.active = data.active;
40084
41604
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -40086,13 +41606,15 @@
40086
41606
  this.id = data.id;
40087
41607
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
40088
41608
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
40089
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
40090
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
40091
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
41609
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
41610
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
41611
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
41612
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
41613
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
40092
41614
  this._project = data.project;
40093
41615
  this._subscriber = data.subscriber;
40094
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
40095
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
41616
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
41617
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
40096
41618
  }
40097
41619
  /** The contextual custom view associated with the notification subscription. */
40098
41620
  get customView() {
@@ -40148,6 +41670,81 @@
40148
41670
  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;
40149
41671
  }
40150
41672
  }
41673
+ /**
41674
+ * A relation between two projects.
41675
+ *
41676
+ * @param request - function to call the graphql client
41677
+ * @param data - L.ProjectRelationFragment response data
41678
+ */
41679
+ class ProjectRelation extends Request {
41680
+ constructor(request, data) {
41681
+ var _a, _b, _c, _d, _e;
41682
+ super(request);
41683
+ this.anchorType = data.anchorType;
41684
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
41685
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
41686
+ this.id = data.id;
41687
+ this.relatedAnchorType = data.relatedAnchorType;
41688
+ this.type = data.type;
41689
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
41690
+ this._project = data.project;
41691
+ this._projectMilestone = (_d = data.projectMilestone) !== null && _d !== void 0 ? _d : undefined;
41692
+ this._relatedProject = data.relatedProject;
41693
+ this._relatedProjectMilestone = (_e = data.relatedProjectMilestone) !== null && _e !== void 0 ? _e : undefined;
41694
+ }
41695
+ /** The project whose relationship is being described. */
41696
+ get project() {
41697
+ return new ProjectQuery(this._request).fetch(this._project.id);
41698
+ }
41699
+ /** The milestone within the project whose relationship is being described. */
41700
+ get projectMilestone() {
41701
+ var _a, _b;
41702
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
41703
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
41704
+ : undefined;
41705
+ }
41706
+ /** The related project. */
41707
+ get relatedProject() {
41708
+ return new ProjectQuery(this._request).fetch(this._relatedProject.id);
41709
+ }
41710
+ /** The milestone within the related project whose relationship is being described. */
41711
+ get relatedProjectMilestone() {
41712
+ var _a, _b;
41713
+ return ((_a = this._relatedProjectMilestone) === null || _a === void 0 ? void 0 : _a.id)
41714
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._relatedProjectMilestone) === null || _b === void 0 ? void 0 : _b.id)
41715
+ : undefined;
41716
+ }
41717
+ }
41718
+ /**
41719
+ * ProjectRelationConnection model
41720
+ *
41721
+ * @param request - function to call the graphql client
41722
+ * @param fetch - function to trigger a refetch of this ProjectRelationConnection model
41723
+ * @param data - ProjectRelationConnection response data
41724
+ */
41725
+ class ProjectRelationConnection extends Connection {
41726
+ constructor(request, fetch, data) {
41727
+ super(request, fetch, data.nodes.map(node => new ProjectRelation(request, node)), new PageInfo(request, data.pageInfo));
41728
+ }
41729
+ }
41730
+ /**
41731
+ * ProjectRelationPayload model
41732
+ *
41733
+ * @param request - function to call the graphql client
41734
+ * @param data - L.ProjectRelationPayloadFragment response data
41735
+ */
41736
+ class ProjectRelationPayload extends Request {
41737
+ constructor(request, data) {
41738
+ super(request);
41739
+ this.lastSyncId = data.lastSyncId;
41740
+ this.success = data.success;
41741
+ this._projectRelation = data.projectRelation;
41742
+ }
41743
+ /** The project relation that was created or updated. */
41744
+ get projectRelation() {
41745
+ return new ProjectRelationQuery(this._request).fetch(this._projectRelation.id);
41746
+ }
41747
+ }
40151
41748
  /**
40152
41749
  * ProjectSearchPayload model
40153
41750
  *
@@ -40205,6 +41802,7 @@
40205
41802
  this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
40206
41803
  this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
40207
41804
  this.url = data.url;
41805
+ this.status = new ProjectStatus(request, data.status);
40208
41806
  this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
40209
41807
  this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
40210
41808
  this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
@@ -40259,6 +41857,40 @@
40259
41857
  super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
40260
41858
  }
40261
41859
  }
41860
+ /**
41861
+ * A project status.
41862
+ *
41863
+ * @param request - function to call the graphql client
41864
+ * @param data - L.ProjectStatusFragment response data
41865
+ */
41866
+ class ProjectStatus extends Request {
41867
+ constructor(request, data) {
41868
+ var _a, _b, _c, _d;
41869
+ super(request);
41870
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
41871
+ this.color = data.color;
41872
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
41873
+ this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
41874
+ this.id = data.id;
41875
+ this.indefinite = data.indefinite;
41876
+ this.name = data.name;
41877
+ this.position = data.position;
41878
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
41879
+ this.type = data.type;
41880
+ }
41881
+ }
41882
+ /**
41883
+ * ProjectStatusConnection model
41884
+ *
41885
+ * @param request - function to call the graphql client
41886
+ * @param fetch - function to trigger a refetch of this ProjectStatusConnection model
41887
+ * @param data - ProjectStatusConnection response data
41888
+ */
41889
+ class ProjectStatusConnection extends Connection {
41890
+ constructor(request, fetch, data) {
41891
+ super(request, fetch, data.nodes.map(node => new ProjectStatus(request, node)), new PageInfo(request, data.pageInfo));
41892
+ }
41893
+ }
40262
41894
  /**
40263
41895
  * A update associated with an project.
40264
41896
  *
@@ -40277,8 +41909,10 @@
40277
41909
  this.editedAt = (_e = parseDate(data.editedAt)) !== null && _e !== void 0 ? _e : undefined;
40278
41910
  this.id = data.id;
40279
41911
  this.isDiffHidden = data.isDiffHidden;
41912
+ this.reactionData = data.reactionData;
40280
41913
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
40281
41914
  this.url = data.url;
41915
+ this.health = data.health;
40282
41916
  this._project = data.project;
40283
41917
  this._user = data.user;
40284
41918
  }
@@ -40290,6 +41924,10 @@
40290
41924
  get user() {
40291
41925
  return new UserQuery(this._request).fetch(this._user.id);
40292
41926
  }
41927
+ /** Comments associated with the project update. */
41928
+ comments(variables) {
41929
+ return new ProjectUpdate_CommentsQuery(this._request, this.id, variables).fetch(variables);
41930
+ }
40293
41931
  /** Creates a new project update. */
40294
41932
  create(input) {
40295
41933
  return new CreateProjectUpdateMutation(this._request).fetch(input);
@@ -40618,6 +42256,7 @@
40618
42256
  this.slugId = data.slugId;
40619
42257
  this.sortOrder = data.sortOrder;
40620
42258
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
42259
+ this.url = data.url;
40621
42260
  this._creator = data.creator;
40622
42261
  this._owner = data.owner;
40623
42262
  }
@@ -40822,6 +42461,7 @@
40822
42461
  this.slackChannelMapping = data.slackChannelMapping
40823
42462
  ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
40824
42463
  : undefined;
42464
+ this.canAdministrate = data.canAdministrate;
40825
42465
  }
40826
42466
  }
40827
42467
  /**
@@ -40868,7 +42508,7 @@
40868
42508
  */
40869
42509
  class SlackChannelNameMapping extends Request {
40870
42510
  constructor(request, data) {
40871
- var _a, _b, _c, _d, _e, _f, _g;
42511
+ var _a, _b, _c, _d, _e, _f, _g, _h;
40872
42512
  super(request);
40873
42513
  this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
40874
42514
  this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
@@ -40879,6 +42519,7 @@
40879
42519
  this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
40880
42520
  this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
40881
42521
  this.name = data.name;
42522
+ this.postCancellationUpdates = (_h = data.postCancellationUpdates) !== null && _h !== void 0 ? _h : undefined;
40882
42523
  this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
40883
42524
  }
40884
42525
  }
@@ -40890,10 +42531,12 @@
40890
42531
  */
40891
42532
  class SlackPostSettings extends Request {
40892
42533
  constructor(request, data) {
42534
+ var _a;
40893
42535
  super(request);
40894
42536
  this.channel = data.channel;
40895
42537
  this.channelId = data.channelId;
40896
42538
  this.configurationUrl = data.configurationUrl;
42539
+ this.channelType = (_a = data.channelType) !== null && _a !== void 0 ? _a : undefined;
40897
42540
  }
40898
42541
  }
40899
42542
  /**
@@ -40992,6 +42635,7 @@
40992
42635
  this.name = data.name;
40993
42636
  this.private = data.private;
40994
42637
  this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
42638
+ this.scimManaged = data.scimManaged;
40995
42639
  this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
40996
42640
  this.slackIssueComments = data.slackIssueComments;
40997
42641
  this.slackIssueStatuses = data.slackIssueStatuses;
@@ -41278,7 +42922,7 @@
41278
42922
  */
41279
42923
  class TeamNotificationSubscription extends Request {
41280
42924
  constructor(request, data) {
41281
- var _a, _b, _c, _d, _e, _f, _g, _h;
42925
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
41282
42926
  super(request);
41283
42927
  this.active = data.active;
41284
42928
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -41286,13 +42930,15 @@
41286
42930
  this.id = data.id;
41287
42931
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
41288
42932
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
41289
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
41290
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
41291
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
41292
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
42933
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
42934
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
42935
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
42936
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
42937
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
42938
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
41293
42939
  this._subscriber = data.subscriber;
41294
42940
  this._team = data.team;
41295
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
42941
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
41296
42942
  }
41297
42943
  /** The contextual custom view associated with the notification subscription. */
41298
42944
  get customView() {
@@ -41536,6 +43182,7 @@
41536
43182
  this.manualSelection = data.manualSelection
41537
43183
  ? new TriageResponsibilityManualSelection(request, data.manualSelection)
41538
43184
  : undefined;
43185
+ this.action = data.action;
41539
43186
  this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
41540
43187
  this._team = data.team;
41541
43188
  }
@@ -41774,7 +43421,7 @@
41774
43421
  */
41775
43422
  class UserNotificationSubscription extends Request {
41776
43423
  constructor(request, data) {
41777
- var _a, _b, _c, _d, _e, _f, _g, _h;
43424
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
41778
43425
  super(request);
41779
43426
  this.active = data.active;
41780
43427
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -41782,12 +43429,14 @@
41782
43429
  this.id = data.id;
41783
43430
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
41784
43431
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
41785
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
41786
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
41787
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
41788
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
43432
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
43433
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
43434
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
43435
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
43436
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
43437
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
41789
43438
  this._subscriber = data.subscriber;
41790
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
43439
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
41791
43440
  this._user = data.user;
41792
43441
  }
41793
43442
  /** The contextual custom view associated with the notification subscription. */
@@ -41939,6 +43588,7 @@
41939
43588
  this.type = data.type;
41940
43589
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
41941
43590
  this.viewType = data.viewType;
43591
+ this.preferences = new ViewPreferencesValues(request, data.preferences);
41942
43592
  }
41943
43593
  /** Creates a new ViewPreferences object. */
41944
43594
  create(input) {
@@ -41967,6 +43617,21 @@
41967
43617
  this.viewPreferences = new ViewPreferences(request, data.viewPreferences);
41968
43618
  }
41969
43619
  }
43620
+ /**
43621
+ * ViewPreferencesValues model
43622
+ *
43623
+ * @param request - function to call the graphql client
43624
+ * @param data - L.ViewPreferencesValuesFragment response data
43625
+ */
43626
+ class ViewPreferencesValues extends Request {
43627
+ constructor(request, data) {
43628
+ var _a, _b, _c;
43629
+ super(request);
43630
+ this.issueGrouping = (_a = data.issueGrouping) !== null && _a !== void 0 ? _a : undefined;
43631
+ this.showCompletedIssues = (_b = data.showCompletedIssues) !== null && _b !== void 0 ? _b : undefined;
43632
+ this.viewOrdering = (_c = data.viewOrdering) !== null && _c !== void 0 ? _c : undefined;
43633
+ }
43634
+ }
41970
43635
  /**
41971
43636
  * A webhook used to send HTTP notifications over data updates.
41972
43637
  *
@@ -42095,7 +43760,7 @@
42095
43760
  */
42096
43761
  class WorkflowDefinition extends Request {
42097
43762
  constructor(request, data) {
42098
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
43763
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
42099
43764
  super(request);
42100
43765
  this.activities = data.activities;
42101
43766
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -42108,13 +43773,18 @@
42108
43773
  this.name = data.name;
42109
43774
  this.sortOrder = data.sortOrder;
42110
43775
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
43776
+ this.contextViewType = (_f = data.contextViewType) !== null && _f !== void 0 ? _f : undefined;
43777
+ this.trigger = data.trigger;
43778
+ this.triggerType = data.triggerType;
43779
+ this.type = data.type;
43780
+ this.userContextViewType = (_g = data.userContextViewType) !== null && _g !== void 0 ? _g : undefined;
42111
43781
  this._creator = data.creator;
42112
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
42113
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
42114
- this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
42115
- this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
42116
- this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
42117
- this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
43782
+ this._customView = (_h = data.customView) !== null && _h !== void 0 ? _h : undefined;
43783
+ this._cycle = (_j = data.cycle) !== null && _j !== void 0 ? _j : undefined;
43784
+ this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
43785
+ this._project = (_l = data.project) !== null && _l !== void 0 ? _l : undefined;
43786
+ this._team = (_m = data.team) !== null && _m !== void 0 ? _m : undefined;
43787
+ this._user = (_o = data.user) !== null && _o !== void 0 ? _o : undefined;
42118
43788
  }
42119
43789
  /** The user who created the workflow. */
42120
43790
  get creator() {
@@ -42850,6 +44520,31 @@
42850
44520
  });
42851
44521
  }
42852
44522
  }
44523
+ /**
44524
+ * A fetchable EntityExternalLink Query
44525
+ *
44526
+ * @param request - function to call the graphql client
44527
+ */
44528
+ class EntityExternalLinkQuery extends Request {
44529
+ constructor(request) {
44530
+ super(request);
44531
+ }
44532
+ /**
44533
+ * Call the EntityExternalLink query and return a EntityExternalLink
44534
+ *
44535
+ * @param id - required id to pass to entityExternalLink
44536
+ * @returns parsed response from EntityExternalLinkQuery
44537
+ */
44538
+ fetch(id) {
44539
+ return __awaiter(this, void 0, void 0, function* () {
44540
+ const response = yield this._request(EntityExternalLinkDocument, {
44541
+ id,
44542
+ });
44543
+ const data = response.entityExternalLink;
44544
+ return new EntityExternalLink(this._request, data);
44545
+ });
44546
+ }
44547
+ }
42853
44548
  /**
42854
44549
  * A fetchable ExternalUser Query
42855
44550
  *
@@ -43432,6 +45127,8 @@
43432
45127
  });
43433
45128
  const data = response.notification;
43434
45129
  switch (data.__typename) {
45130
+ case "DocumentNotification":
45131
+ return new DocumentNotification(this._request, data);
43435
45132
  case "IssueNotification":
43436
45133
  return new IssueNotification(this._request, data);
43437
45134
  case "OauthClientApprovalNotification":
@@ -43771,6 +45468,54 @@
43771
45468
  });
43772
45469
  }
43773
45470
  }
45471
+ /**
45472
+ * A fetchable ProjectRelation Query
45473
+ *
45474
+ * @param request - function to call the graphql client
45475
+ */
45476
+ class ProjectRelationQuery extends Request {
45477
+ constructor(request) {
45478
+ super(request);
45479
+ }
45480
+ /**
45481
+ * Call the ProjectRelation query and return a ProjectRelation
45482
+ *
45483
+ * @param id - required id to pass to projectRelation
45484
+ * @returns parsed response from ProjectRelationQuery
45485
+ */
45486
+ fetch(id) {
45487
+ return __awaiter(this, void 0, void 0, function* () {
45488
+ const response = yield this._request(ProjectRelationDocument, {
45489
+ id,
45490
+ });
45491
+ const data = response.projectRelation;
45492
+ return new ProjectRelation(this._request, data);
45493
+ });
45494
+ }
45495
+ }
45496
+ /**
45497
+ * A fetchable ProjectRelations Query
45498
+ *
45499
+ * @param request - function to call the graphql client
45500
+ */
45501
+ class ProjectRelationsQuery extends Request {
45502
+ constructor(request) {
45503
+ super(request);
45504
+ }
45505
+ /**
45506
+ * Call the ProjectRelations query and return a ProjectRelationConnection
45507
+ *
45508
+ * @param variables - variables to pass into the ProjectRelationsQuery
45509
+ * @returns parsed response from ProjectRelationsQuery
45510
+ */
45511
+ fetch(variables) {
45512
+ return __awaiter(this, void 0, void 0, function* () {
45513
+ const response = yield this._request(ProjectRelationsDocument, variables);
45514
+ const data = response.projectRelations;
45515
+ return new ProjectRelationConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
45516
+ });
45517
+ }
45518
+ }
43774
45519
  /**
43775
45520
  * A fetchable ProjectUpdate Query
43776
45521
  *
@@ -45638,6 +47383,83 @@
45638
47383
  });
45639
47384
  }
45640
47385
  }
47386
+ /**
47387
+ * A fetchable CreateEntityExternalLink Mutation
47388
+ *
47389
+ * @param request - function to call the graphql client
47390
+ */
47391
+ class CreateEntityExternalLinkMutation extends Request {
47392
+ constructor(request) {
47393
+ super(request);
47394
+ }
47395
+ /**
47396
+ * Call the CreateEntityExternalLink mutation and return a EntityExternalLinkPayload
47397
+ *
47398
+ * @param input - required input to pass to createEntityExternalLink
47399
+ * @returns parsed response from CreateEntityExternalLinkMutation
47400
+ */
47401
+ fetch(input) {
47402
+ return __awaiter(this, void 0, void 0, function* () {
47403
+ const response = yield this._request(CreateEntityExternalLinkDocument, {
47404
+ input,
47405
+ });
47406
+ const data = response.entityExternalLinkCreate;
47407
+ return new EntityExternalLinkPayload(this._request, data);
47408
+ });
47409
+ }
47410
+ }
47411
+ /**
47412
+ * A fetchable DeleteEntityExternalLink Mutation
47413
+ *
47414
+ * @param request - function to call the graphql client
47415
+ */
47416
+ class DeleteEntityExternalLinkMutation extends Request {
47417
+ constructor(request) {
47418
+ super(request);
47419
+ }
47420
+ /**
47421
+ * Call the DeleteEntityExternalLink mutation and return a DeletePayload
47422
+ *
47423
+ * @param id - required id to pass to deleteEntityExternalLink
47424
+ * @returns parsed response from DeleteEntityExternalLinkMutation
47425
+ */
47426
+ fetch(id) {
47427
+ return __awaiter(this, void 0, void 0, function* () {
47428
+ const response = yield this._request(DeleteEntityExternalLinkDocument, {
47429
+ id,
47430
+ });
47431
+ const data = response.entityExternalLinkDelete;
47432
+ return new DeletePayload(this._request, data);
47433
+ });
47434
+ }
47435
+ }
47436
+ /**
47437
+ * A fetchable UpdateEntityExternalLink Mutation
47438
+ *
47439
+ * @param request - function to call the graphql client
47440
+ */
47441
+ class UpdateEntityExternalLinkMutation extends Request {
47442
+ constructor(request) {
47443
+ super(request);
47444
+ }
47445
+ /**
47446
+ * Call the UpdateEntityExternalLink mutation and return a EntityExternalLinkPayload
47447
+ *
47448
+ * @param id - required id to pass to updateEntityExternalLink
47449
+ * @param input - required input to pass to updateEntityExternalLink
47450
+ * @returns parsed response from UpdateEntityExternalLinkMutation
47451
+ */
47452
+ fetch(id, input) {
47453
+ return __awaiter(this, void 0, void 0, function* () {
47454
+ const response = yield this._request(UpdateEntityExternalLinkDocument, {
47455
+ id,
47456
+ input,
47457
+ });
47458
+ const data = response.entityExternalLinkUpdate;
47459
+ return new EntityExternalLinkPayload(this._request, data);
47460
+ });
47461
+ }
47462
+ }
45641
47463
  /**
45642
47464
  * A fetchable CreateFavorite Mutation
45643
47465
  *
@@ -47186,14 +49008,13 @@
47186
49008
  *
47187
49009
  * @param id - required id to pass to updateIssueLabel
47188
49010
  * @param input - required input to pass to updateIssueLabel
49011
+ * @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
47189
49012
  * @returns parsed response from UpdateIssueLabelMutation
47190
49013
  */
47191
- fetch(id, input) {
49014
+ fetch(id, input, variables) {
47192
49015
  return __awaiter(this, void 0, void 0, function* () {
47193
- const response = yield this._request(UpdateIssueLabelDocument, {
47194
- id,
47195
- input,
47196
- });
49016
+ const response = yield this._request(UpdateIssueLabelDocument, Object.assign({ id,
49017
+ input }, variables));
47197
49018
  const data = response.issueLabelUpdate;
47198
49019
  return new IssueLabelPayload(this._request, data);
47199
49020
  });
@@ -50070,6 +51891,138 @@
50070
51891
  });
50071
51892
  }
50072
51893
  }
51894
+ /**
51895
+ * A fetchable CustomView_OrganizationViewPreferences Query
51896
+ *
51897
+ * @param request - function to call the graphql client
51898
+ * @param id - required id to pass to customView
51899
+ */
51900
+ class CustomView_OrganizationViewPreferencesQuery extends Request {
51901
+ constructor(request, id) {
51902
+ super(request);
51903
+ this._id = id;
51904
+ }
51905
+ /**
51906
+ * Call the CustomView_OrganizationViewPreferences query and return a ViewPreferences
51907
+ *
51908
+ * @returns parsed response from CustomView_OrganizationViewPreferencesQuery
51909
+ */
51910
+ fetch() {
51911
+ return __awaiter(this, void 0, void 0, function* () {
51912
+ const response = yield this._request(CustomView_OrganizationViewPreferencesDocument, {
51913
+ id: this._id,
51914
+ });
51915
+ const data = response.customView.organizationViewPreferences;
51916
+ return data ? new ViewPreferences(this._request, data) : undefined;
51917
+ });
51918
+ }
51919
+ }
51920
+ /**
51921
+ * A fetchable CustomView_UserViewPreferences Query
51922
+ *
51923
+ * @param request - function to call the graphql client
51924
+ * @param id - required id to pass to customView
51925
+ */
51926
+ class CustomView_UserViewPreferencesQuery extends Request {
51927
+ constructor(request, id) {
51928
+ super(request);
51929
+ this._id = id;
51930
+ }
51931
+ /**
51932
+ * Call the CustomView_UserViewPreferences query and return a ViewPreferences
51933
+ *
51934
+ * @returns parsed response from CustomView_UserViewPreferencesQuery
51935
+ */
51936
+ fetch() {
51937
+ return __awaiter(this, void 0, void 0, function* () {
51938
+ const response = yield this._request(CustomView_UserViewPreferencesDocument, {
51939
+ id: this._id,
51940
+ });
51941
+ const data = response.customView.userViewPreferences;
51942
+ return data ? new ViewPreferences(this._request, data) : undefined;
51943
+ });
51944
+ }
51945
+ }
51946
+ /**
51947
+ * A fetchable CustomView_ViewPreferencesValues Query
51948
+ *
51949
+ * @param request - function to call the graphql client
51950
+ * @param id - required id to pass to customView
51951
+ */
51952
+ class CustomView_ViewPreferencesValuesQuery extends Request {
51953
+ constructor(request, id) {
51954
+ super(request);
51955
+ this._id = id;
51956
+ }
51957
+ /**
51958
+ * Call the CustomView_ViewPreferencesValues query and return a ViewPreferencesValues
51959
+ *
51960
+ * @returns parsed response from CustomView_ViewPreferencesValuesQuery
51961
+ */
51962
+ fetch() {
51963
+ return __awaiter(this, void 0, void 0, function* () {
51964
+ const response = yield this._request(CustomView_ViewPreferencesValuesDocument, {
51965
+ id: this._id,
51966
+ });
51967
+ const data = response.customView.viewPreferencesValues;
51968
+ return data ? new ViewPreferencesValues(this._request, data) : undefined;
51969
+ });
51970
+ }
51971
+ }
51972
+ /**
51973
+ * A fetchable CustomView_OrganizationViewPreferences_Preferences Query
51974
+ *
51975
+ * @param request - function to call the graphql client
51976
+ * @param id - required id to pass to customView_organizationViewPreferences
51977
+ */
51978
+ class CustomView_OrganizationViewPreferences_PreferencesQuery extends Request {
51979
+ constructor(request, id) {
51980
+ super(request);
51981
+ this._id = id;
51982
+ }
51983
+ /**
51984
+ * Call the CustomView_OrganizationViewPreferences_Preferences query and return a ViewPreferencesValues
51985
+ *
51986
+ * @returns parsed response from CustomView_OrganizationViewPreferences_PreferencesQuery
51987
+ */
51988
+ fetch() {
51989
+ var _a;
51990
+ return __awaiter(this, void 0, void 0, function* () {
51991
+ const response = yield this._request(CustomView_OrganizationViewPreferences_PreferencesDocument, {
51992
+ id: this._id,
51993
+ });
51994
+ const data = (_a = response.customView.organizationViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
51995
+ return data ? new ViewPreferencesValues(this._request, data) : undefined;
51996
+ });
51997
+ }
51998
+ }
51999
+ /**
52000
+ * A fetchable CustomView_UserViewPreferences_Preferences Query
52001
+ *
52002
+ * @param request - function to call the graphql client
52003
+ * @param id - required id to pass to customView_userViewPreferences
52004
+ */
52005
+ class CustomView_UserViewPreferences_PreferencesQuery extends Request {
52006
+ constructor(request, id) {
52007
+ super(request);
52008
+ this._id = id;
52009
+ }
52010
+ /**
52011
+ * Call the CustomView_UserViewPreferences_Preferences query and return a ViewPreferencesValues
52012
+ *
52013
+ * @returns parsed response from CustomView_UserViewPreferences_PreferencesQuery
52014
+ */
52015
+ fetch() {
52016
+ var _a;
52017
+ return __awaiter(this, void 0, void 0, function* () {
52018
+ const response = yield this._request(CustomView_UserViewPreferences_PreferencesDocument, {
52019
+ id: this._id,
52020
+ });
52021
+ const data = (_a = response.customView.userViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
52022
+ return data ? new ViewPreferencesValues(this._request, data) : undefined;
52023
+ });
52024
+ }
52025
+ }
50073
52026
  /**
50074
52027
  * A fetchable Cycle_Issues Query
50075
52028
  *
@@ -51047,6 +53000,32 @@
51047
53000
  });
51048
53001
  }
51049
53002
  }
53003
+ /**
53004
+ * A fetchable Project_Status Query
53005
+ *
53006
+ * @param request - function to call the graphql client
53007
+ * @param id - required id to pass to project
53008
+ */
53009
+ class Project_StatusQuery extends Request {
53010
+ constructor(request, id) {
53011
+ super(request);
53012
+ this._id = id;
53013
+ }
53014
+ /**
53015
+ * Call the Project_Status query and return a ProjectStatus
53016
+ *
53017
+ * @returns parsed response from Project_StatusQuery
53018
+ */
53019
+ fetch() {
53020
+ return __awaiter(this, void 0, void 0, function* () {
53021
+ const response = yield this._request(Project_StatusDocument, {
53022
+ id: this._id,
53023
+ });
53024
+ const data = response.project.status;
53025
+ return new ProjectStatus(this._request, data);
53026
+ });
53027
+ }
53028
+ }
51050
53029
  /**
51051
53030
  * A fetchable Project_Teams Query
51052
53031
  *
@@ -51101,6 +53080,33 @@
51101
53080
  });
51102
53081
  }
51103
53082
  }
53083
+ /**
53084
+ * A fetchable ProjectUpdate_Comments Query
53085
+ *
53086
+ * @param request - function to call the graphql client
53087
+ * @param id - required id to pass to projectUpdate
53088
+ * @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
53089
+ */
53090
+ class ProjectUpdate_CommentsQuery extends Request {
53091
+ constructor(request, id, variables) {
53092
+ super(request);
53093
+ this._id = id;
53094
+ this._variables = variables;
53095
+ }
53096
+ /**
53097
+ * Call the ProjectUpdate_Comments query and return a CommentConnection
53098
+ *
53099
+ * @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
53100
+ * @returns parsed response from ProjectUpdate_CommentsQuery
53101
+ */
53102
+ fetch(variables) {
53103
+ return __awaiter(this, void 0, void 0, function* () {
53104
+ const response = yield this._request(ProjectUpdate_CommentsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
53105
+ const data = response.projectUpdate.comments;
53106
+ return new CommentConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
53107
+ });
53108
+ }
53109
+ }
51104
53110
  /**
51105
53111
  * A fetchable Roadmap_Projects Query
51106
53112
  *
@@ -51942,6 +53948,15 @@
51942
53948
  emojis(variables) {
51943
53949
  return new EmojisQuery(this._request).fetch(variables);
51944
53950
  }
53951
+ /**
53952
+ * One specific entity link.
53953
+ *
53954
+ * @param id - required id to pass to entityExternalLink
53955
+ * @returns EntityExternalLink
53956
+ */
53957
+ entityExternalLink(id) {
53958
+ return new EntityExternalLinkQuery(this._request).fetch(id);
53959
+ }
51945
53960
  /**
51946
53961
  * One specific external user.
51947
53962
  *
@@ -52277,6 +54292,24 @@
52277
54292
  projectMilestones(variables) {
52278
54293
  return new ProjectMilestonesQuery(this._request).fetch(variables);
52279
54294
  }
54295
+ /**
54296
+ * One specific project relation.
54297
+ *
54298
+ * @param id - required id to pass to projectRelation
54299
+ * @returns ProjectRelation
54300
+ */
54301
+ projectRelation(id) {
54302
+ return new ProjectRelationQuery(this._request).fetch(id);
54303
+ }
54304
+ /**
54305
+ * All project relationships.
54306
+ *
54307
+ * @param variables - variables to pass into the ProjectRelationsQuery
54308
+ * @returns ProjectRelationConnection
54309
+ */
54310
+ projectRelations(variables) {
54311
+ return new ProjectRelationsQuery(this._request).fetch(variables);
54312
+ }
52280
54313
  /**
52281
54314
  * A specific project update.
52282
54315
  *
@@ -52984,6 +55017,34 @@
52984
55017
  deleteEmoji(id) {
52985
55018
  return new DeleteEmojiMutation(this._request).fetch(id);
52986
55019
  }
55020
+ /**
55021
+ * Creates a new entity link.
55022
+ *
55023
+ * @param input - required input to pass to createEntityExternalLink
55024
+ * @returns EntityExternalLinkPayload
55025
+ */
55026
+ createEntityExternalLink(input) {
55027
+ return new CreateEntityExternalLinkMutation(this._request).fetch(input);
55028
+ }
55029
+ /**
55030
+ * Deletes an entity link.
55031
+ *
55032
+ * @param id - required id to pass to deleteEntityExternalLink
55033
+ * @returns DeletePayload
55034
+ */
55035
+ deleteEntityExternalLink(id) {
55036
+ return new DeleteEntityExternalLinkMutation(this._request).fetch(id);
55037
+ }
55038
+ /**
55039
+ * Updates an entity link.
55040
+ *
55041
+ * @param id - required id to pass to updateEntityExternalLink
55042
+ * @param input - required input to pass to updateEntityExternalLink
55043
+ * @returns EntityExternalLinkPayload
55044
+ */
55045
+ updateEntityExternalLink(id, input) {
55046
+ return new UpdateEntityExternalLinkMutation(this._request).fetch(id, input);
55047
+ }
52987
55048
  /**
52988
55049
  * Creates a new favorite (project, cycle etc).
52989
55050
  *
@@ -53570,10 +55631,11 @@
53570
55631
  *
53571
55632
  * @param id - required id to pass to updateIssueLabel
53572
55633
  * @param input - required input to pass to updateIssueLabel
55634
+ * @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
53573
55635
  * @returns IssueLabelPayload
53574
55636
  */
53575
- updateIssueLabel(id, input) {
53576
- return new UpdateIssueLabelMutation(this._request).fetch(id, input);
55637
+ updateIssueLabel(id, input, variables) {
55638
+ return new UpdateIssueLabelMutation(this._request).fetch(id, input, variables);
53577
55639
  }
53578
55640
  /**
53579
55641
  * Creates a new issue relation.
@@ -54647,7 +56709,9 @@
54647
56709
  exports.AuthOauthClientWithTokens = AuthOauthClientWithTokens;
54648
56710
  exports.AuthOrganization = AuthOrganization;
54649
56711
  exports.AuthOrganizationDomain = AuthOrganizationDomain;
56712
+ exports.AuthOrganizationExistsPayload = AuthOrganizationExistsPayload;
54650
56713
  exports.AuthOrganizationInvite = AuthOrganizationInvite;
56714
+ exports.AuthOrganizationPayload = AuthOrganizationPayload;
54651
56715
  exports.AuthResolverResponse = AuthResolverResponse;
54652
56716
  exports.AuthSuccessPayload = AuthSuccessPayload;
54653
56717
  exports.AuthUser = AuthUser;
@@ -54683,6 +56747,7 @@
54683
56747
  exports.CreateDocumentMutation = CreateDocumentMutation;
54684
56748
  exports.CreateEmailIntakeAddressMutation = CreateEmailIntakeAddressMutation;
54685
56749
  exports.CreateEmojiMutation = CreateEmojiMutation;
56750
+ exports.CreateEntityExternalLinkMutation = CreateEntityExternalLinkMutation;
54686
56751
  exports.CreateFavoriteMutation = CreateFavoriteMutation;
54687
56752
  exports.CreateGitAutomationStateMutation = CreateGitAutomationStateMutation;
54688
56753
  exports.CreateGitAutomationTargetBranchMutation = CreateGitAutomationTargetBranchMutation;
@@ -54721,6 +56786,11 @@
54721
56786
  exports.CustomViewQuery = CustomViewQuery;
54722
56787
  exports.CustomViewSuggestionPayload = CustomViewSuggestionPayload;
54723
56788
  exports.CustomView_IssuesQuery = CustomView_IssuesQuery;
56789
+ exports.CustomView_OrganizationViewPreferencesQuery = CustomView_OrganizationViewPreferencesQuery;
56790
+ exports.CustomView_OrganizationViewPreferences_PreferencesQuery = CustomView_OrganizationViewPreferences_PreferencesQuery;
56791
+ exports.CustomView_UserViewPreferencesQuery = CustomView_UserViewPreferencesQuery;
56792
+ exports.CustomView_UserViewPreferences_PreferencesQuery = CustomView_UserViewPreferences_PreferencesQuery;
56793
+ exports.CustomView_ViewPreferencesValuesQuery = CustomView_ViewPreferencesValuesQuery;
54724
56794
  exports.CustomViewsQuery = CustomViewsQuery;
54725
56795
  exports.Cycle = Cycle;
54726
56796
  exports.CycleArchivePayload = CycleArchivePayload;
@@ -54739,6 +56809,7 @@
54739
56809
  exports.DeleteDocumentMutation = DeleteDocumentMutation;
54740
56810
  exports.DeleteEmailIntakeAddressMutation = DeleteEmailIntakeAddressMutation;
54741
56811
  exports.DeleteEmojiMutation = DeleteEmojiMutation;
56812
+ exports.DeleteEntityExternalLinkMutation = DeleteEntityExternalLinkMutation;
54742
56813
  exports.DeleteFavoriteMutation = DeleteFavoriteMutation;
54743
56814
  exports.DeleteGitAutomationStateMutation = DeleteGitAutomationStateMutation;
54744
56815
  exports.DeleteGitAutomationTargetBranchMutation = DeleteGitAutomationTargetBranchMutation;
@@ -54777,6 +56848,7 @@
54777
56848
  exports.DocumentContentHistoryPayload = DocumentContentHistoryPayload;
54778
56849
  exports.DocumentContentHistoryQuery = DocumentContentHistoryQuery;
54779
56850
  exports.DocumentContentHistoryType = DocumentContentHistoryType;
56851
+ exports.DocumentNotification = DocumentNotification;
54780
56852
  exports.DocumentPayload = DocumentPayload;
54781
56853
  exports.DocumentQuery = DocumentQuery;
54782
56854
  exports.DocumentSearchPayload = DocumentSearchPayload;
@@ -54797,6 +56869,10 @@
54797
56869
  exports.EmojiQuery = EmojiQuery;
54798
56870
  exports.EmojisQuery = EmojisQuery;
54799
56871
  exports.Entity = Entity;
56872
+ exports.EntityExternalLink = EntityExternalLink;
56873
+ exports.EntityExternalLinkConnection = EntityExternalLinkConnection;
56874
+ exports.EntityExternalLinkPayload = EntityExternalLinkPayload;
56875
+ exports.EntityExternalLinkQuery = EntityExternalLinkQuery;
54800
56876
  exports.ExternalUser = ExternalUser;
54801
56877
  exports.ExternalUserConnection = ExternalUserConnection;
54802
56878
  exports.ExternalUserQuery = ExternalUserQuery;
@@ -54994,6 +57070,7 @@
54994
57070
  exports.OauthToken = OauthToken;
54995
57071
  exports.OpsgenieSettings = OpsgenieSettings;
54996
57072
  exports.Organization = Organization;
57073
+ exports.OrganizationAcceptedOrExpiredInviteDetailsPayload = OrganizationAcceptedOrExpiredInviteDetailsPayload;
54997
57074
  exports.OrganizationCancelDeletePayload = OrganizationCancelDeletePayload;
54998
57075
  exports.OrganizationDeleteChallengeMutation = OrganizationDeleteChallengeMutation;
54999
57076
  exports.OrganizationDeletePayload = OrganizationDeletePayload;
@@ -55042,9 +57119,16 @@
55042
57119
  exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
55043
57120
  exports.ProjectPayload = ProjectPayload;
55044
57121
  exports.ProjectQuery = ProjectQuery;
57122
+ exports.ProjectRelation = ProjectRelation;
57123
+ exports.ProjectRelationConnection = ProjectRelationConnection;
57124
+ exports.ProjectRelationPayload = ProjectRelationPayload;
57125
+ exports.ProjectRelationQuery = ProjectRelationQuery;
57126
+ exports.ProjectRelationsQuery = ProjectRelationsQuery;
55045
57127
  exports.ProjectSearchPayload = ProjectSearchPayload;
55046
57128
  exports.ProjectSearchResult = ProjectSearchResult;
55047
57129
  exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
57130
+ exports.ProjectStatus = ProjectStatus;
57131
+ exports.ProjectStatusConnection = ProjectStatusConnection;
55048
57132
  exports.ProjectUpdate = ProjectUpdate;
55049
57133
  exports.ProjectUpdateConnection = ProjectUpdateConnection;
55050
57134
  exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
@@ -55057,6 +57141,7 @@
55057
57141
  exports.ProjectUpdateQuery = ProjectUpdateQuery;
55058
57142
  exports.ProjectUpdateReminderPayload = ProjectUpdateReminderPayload;
55059
57143
  exports.ProjectUpdateWithInteractionPayload = ProjectUpdateWithInteractionPayload;
57144
+ exports.ProjectUpdate_CommentsQuery = ProjectUpdate_CommentsQuery;
55060
57145
  exports.ProjectUpdatesQuery = ProjectUpdatesQuery;
55061
57146
  exports.Project_DocumentsQuery = Project_DocumentsQuery;
55062
57147
  exports.Project_IssuesQuery = Project_IssuesQuery;
@@ -55064,6 +57149,7 @@
55064
57149
  exports.Project_MembersQuery = Project_MembersQuery;
55065
57150
  exports.Project_ProjectMilestonesQuery = Project_ProjectMilestonesQuery;
55066
57151
  exports.Project_ProjectUpdatesQuery = Project_ProjectUpdatesQuery;
57152
+ exports.Project_StatusQuery = Project_StatusQuery;
55067
57153
  exports.Project_TeamsQuery = Project_TeamsQuery;
55068
57154
  exports.ProjectsQuery = ProjectsQuery;
55069
57155
  exports.PushSubscription = PushSubscription;
@@ -55163,6 +57249,7 @@
55163
57249
  exports.UpdateCycleMutation = UpdateCycleMutation;
55164
57250
  exports.UpdateDocumentMutation = UpdateDocumentMutation;
55165
57251
  exports.UpdateEmailIntakeAddressMutation = UpdateEmailIntakeAddressMutation;
57252
+ exports.UpdateEntityExternalLinkMutation = UpdateEntityExternalLinkMutation;
55166
57253
  exports.UpdateFavoriteMutation = UpdateFavoriteMutation;
55167
57254
  exports.UpdateGitAutomationStateMutation = UpdateGitAutomationStateMutation;
55168
57255
  exports.UpdateGitAutomationTargetBranchMutation = UpdateGitAutomationTargetBranchMutation;
@@ -55224,6 +57311,7 @@
55224
57311
  exports.UsersQuery = UsersQuery;
55225
57312
  exports.ViewPreferences = ViewPreferences;
55226
57313
  exports.ViewPreferencesPayload = ViewPreferencesPayload;
57314
+ exports.ViewPreferencesValues = ViewPreferencesValues;
55227
57315
  exports.ViewerQuery = ViewerQuery;
55228
57316
  exports.Viewer_AssignedIssuesQuery = Viewer_AssignedIssuesQuery;
55229
57317
  exports.Viewer_CreatedIssuesQuery = Viewer_CreatedIssuesQuery;