@linear/sdk 19.3.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.3.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);
@@ -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";
@@ -2113,6 +2116,63 @@
2113
2116
  },
2114
2117
  ],
2115
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
+ };
2116
2176
  const NotificationSubscriptionFragmentDoc = {
2117
2177
  kind: "Document",
2118
2178
  definitions: [
@@ -2499,6 +2559,14 @@
2499
2559
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2500
2560
  },
2501
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
+ },
2502
2570
  {
2503
2571
  kind: "InlineFragment",
2504
2572
  typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
@@ -3215,6 +3283,32 @@
3215
3283
  },
3216
3284
  ],
3217
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
+ };
3218
3312
  const PaidSubscriptionFragmentDoc = {
3219
3313
  kind: "Document",
3220
3314
  definitions: [
@@ -3276,6 +3370,14 @@
3276
3370
  { kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
3277
3371
  { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
3278
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
+ },
3279
3381
  {
3280
3382
  kind: "Field",
3281
3383
  name: { kind: "Name", value: "subscription" },
@@ -3368,6 +3470,7 @@
3368
3470
  { kind: "Field", name: { kind: "Name", value: "locationCity" } },
3369
3471
  { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
3370
3472
  { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
3473
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
3371
3474
  { kind: "Field", name: { kind: "Name", value: "name" } },
3372
3475
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
3373
3476
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
@@ -3935,11 +4038,12 @@
3935
4038
  { kind: "Field", name: { kind: "Name", value: "name" } },
3936
4039
  { kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
3937
4040
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
4041
+ { kind: "Field", name: { kind: "Name", value: "postCancellationUpdates" } },
4042
+ { kind: "Field", name: { kind: "Name", value: "botAdded" } },
3938
4043
  { kind: "Field", name: { kind: "Name", value: "isPrivate" } },
3939
4044
  { kind: "Field", name: { kind: "Name", value: "isShared" } },
3940
4045
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
3941
4046
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
3942
- { kind: "Field", name: { kind: "Name", value: "botAdded" } },
3943
4047
  {
3944
4048
  kind: "Field",
3945
4049
  name: { kind: "Name", value: "teams" },
@@ -4243,6 +4347,7 @@
4243
4347
  { kind: "Field", name: { kind: "Name", value: "locationCity" } },
4244
4348
  { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
4245
4349
  { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
4350
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
4246
4351
  { kind: "Field", name: { kind: "Name", value: "name" } },
4247
4352
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
4248
4353
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
@@ -4716,6 +4821,7 @@
4716
4821
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
4717
4822
  },
4718
4823
  },
4824
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
4719
4825
  { kind: "Field", name: { kind: "Name", value: "clientId" } },
4720
4826
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
4721
4827
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -4779,6 +4885,49 @@
4779
4885
  },
4780
4886
  ],
4781
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
+ };
4782
4931
  const AuthResolverResponseFragmentDoc = {
4783
4932
  kind: "Document",
4784
4933
  definitions: [
@@ -5149,6 +5298,55 @@
5149
5298
  },
5150
5299
  ],
5151
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
+ };
5152
5350
  const CustomViewFragmentDoc = {
5153
5351
  kind: "Document",
5154
5352
  definitions: [
@@ -5160,7 +5358,23 @@
5160
5358
  kind: "SelectionSet",
5161
5359
  selections: [
5162
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
+ },
5163
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
+ },
5164
5378
  { kind: "Field", name: { kind: "Name", value: "description" } },
5165
5379
  { kind: "Field", name: { kind: "Name", value: "filterData" } },
5166
5380
  { kind: "Field", name: { kind: "Name", value: "projectFilterData" } },
@@ -5169,6 +5383,14 @@
5169
5383
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5170
5384
  { kind: "Field", name: { kind: "Name", value: "modelName" } },
5171
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
+ },
5172
5394
  {
5173
5395
  kind: "Field",
5174
5396
  name: { kind: "Name", value: "team" },
@@ -5414,6 +5636,7 @@
5414
5636
  kind: "SelectionSet",
5415
5637
  selections: [
5416
5638
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5639
+ { kind: "Field", name: { kind: "Name", value: "url" } },
5417
5640
  { kind: "Field", name: { kind: "Name", value: "color" } },
5418
5641
  { kind: "Field", name: { kind: "Name", value: "title" } },
5419
5642
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -5597,6 +5820,7 @@
5597
5820
  selections: [
5598
5821
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
5599
5822
  { kind: "Field", name: { kind: "Name", value: "metadata" } },
5823
+ { kind: "Field", name: { kind: "Name", value: "url" } },
5600
5824
  { kind: "Field", name: { kind: "Name", value: "color" } },
5601
5825
  { kind: "Field", name: { kind: "Name", value: "title" } },
5602
5826
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -5914,6 +6138,95 @@
5914
6138
  },
5915
6139
  ],
5916
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
+ };
5917
6230
  const ExternalUserFragmentDoc = {
5918
6231
  kind: "Document",
5919
6232
  definitions: [
@@ -6814,6 +7127,8 @@
6814
7127
  { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
6815
7128
  { kind: "Field", name: { kind: "Name", value: "completedAt" } },
6816
7129
  { kind: "Field", name: { kind: "Name", value: "startedAt" } },
7130
+ { kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
7131
+ { kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
6817
7132
  { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
6818
7133
  { kind: "Field", name: { kind: "Name", value: "id" } },
6819
7134
  {
@@ -7031,6 +7346,45 @@
7031
7346
  },
7032
7347
  ],
7033
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
+ };
7034
7388
  const IssueHistoryFragmentDoc = {
7035
7389
  kind: "Document",
7036
7390
  definitions: [
@@ -7244,6 +7598,14 @@
7244
7598
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
7245
7599
  },
7246
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
+ },
7247
7609
  ],
7248
7610
  },
7249
7611
  },
@@ -7659,6 +8021,8 @@
7659
8021
  { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
7660
8022
  { kind: "Field", name: { kind: "Name", value: "completedAt" } },
7661
8023
  { kind: "Field", name: { kind: "Name", value: "startedAt" } },
8024
+ { kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
8025
+ { kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
7662
8026
  { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
7663
8027
  { kind: "Field", name: { kind: "Name", value: "id" } },
7664
8028
  {
@@ -8361,6 +8725,14 @@
8361
8725
  { kind: "Field", name: { kind: "Name", value: "name" } },
8362
8726
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
8363
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
+ },
8364
8736
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
8365
8737
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
8366
8738
  { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
@@ -8658,6 +9030,119 @@
8658
9030
  },
8659
9031
  ],
8660
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
+ };
8661
9146
  const ProjectSearchResultFragmentDoc = {
8662
9147
  kind: "Document",
8663
9148
  definitions: [
@@ -8719,6 +9204,14 @@
8719
9204
  { kind: "Field", name: { kind: "Name", value: "name" } },
8720
9205
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
8721
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
+ },
8722
9215
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
8723
9216
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
8724
9217
  { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
@@ -8827,6 +9320,38 @@
8827
9320
  },
8828
9321
  ],
8829
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
+ };
8830
9355
  const ProjectUpdateFragmentDoc = {
8831
9356
  kind: "Document",
8832
9357
  definitions: [
@@ -8838,6 +9363,7 @@
8838
9363
  kind: "SelectionSet",
8839
9364
  selections: [
8840
9365
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
9366
+ { kind: "Field", name: { kind: "Name", value: "reactionData" } },
8841
9367
  { kind: "Field", name: { kind: "Name", value: "url" } },
8842
9368
  { kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
8843
9369
  { kind: "Field", name: { kind: "Name", value: "diff" } },
@@ -9340,6 +9866,7 @@
9340
9866
  kind: "SelectionSet",
9341
9867
  selections: [
9342
9868
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
9869
+ { kind: "Field", name: { kind: "Name", value: "url" } },
9343
9870
  { kind: "Field", name: { kind: "Name", value: "description" } },
9344
9871
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
9345
9872
  { kind: "Field", name: { kind: "Name", value: "name" } },
@@ -9757,6 +10284,7 @@
9757
10284
  { kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
9758
10285
  { kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
9759
10286
  { kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
10287
+ { kind: "Field", name: { kind: "Name", value: "scimManaged" } },
9760
10288
  { kind: "Field", name: { kind: "Name", value: "private" } },
9761
10289
  { kind: "Field", name: { kind: "Name", value: "cyclesEnabled" } },
9762
10290
  { kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
@@ -10370,45 +10898,6 @@
10370
10898
  },
10371
10899
  ],
10372
10900
  };
10373
- const UserFragmentDoc = {
10374
- kind: "Document",
10375
- definitions: [
10376
- {
10377
- kind: "FragmentDefinition",
10378
- name: { kind: "Name", value: "User" },
10379
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
10380
- selectionSet: {
10381
- kind: "SelectionSet",
10382
- selections: [
10383
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
10384
- { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
10385
- { kind: "Field", name: { kind: "Name", value: "description" } },
10386
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
10387
- { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
10388
- { kind: "Field", name: { kind: "Name", value: "disableReason" } },
10389
- { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
10390
- { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
10391
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
10392
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
10393
- { kind: "Field", name: { kind: "Name", value: "timezone" } },
10394
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
10395
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
10396
- { kind: "Field", name: { kind: "Name", value: "id" } },
10397
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
10398
- { kind: "Field", name: { kind: "Name", value: "email" } },
10399
- { kind: "Field", name: { kind: "Name", value: "name" } },
10400
- { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
10401
- { kind: "Field", name: { kind: "Name", value: "url" } },
10402
- { kind: "Field", name: { kind: "Name", value: "active" } },
10403
- { kind: "Field", name: { kind: "Name", value: "guest" } },
10404
- { kind: "Field", name: { kind: "Name", value: "admin" } },
10405
- { kind: "Field", name: { kind: "Name", value: "isMe" } },
10406
- { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
10407
- ],
10408
- },
10409
- },
10410
- ],
10411
- };
10412
10901
  const UserConnectionFragmentDoc = {
10413
10902
  kind: "Document",
10414
10903
  definitions: [
@@ -10523,28 +11012,6 @@
10523
11012
  },
10524
11013
  ],
10525
11014
  };
10526
- const ViewPreferencesFragmentDoc = {
10527
- kind: "Document",
10528
- definitions: [
10529
- {
10530
- kind: "FragmentDefinition",
10531
- name: { kind: "Name", value: "ViewPreferences" },
10532
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
10533
- selectionSet: {
10534
- kind: "SelectionSet",
10535
- selections: [
10536
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
10537
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
10538
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
10539
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
10540
- { kind: "Field", name: { kind: "Name", value: "id" } },
10541
- { kind: "Field", name: { kind: "Name", value: "type" } },
10542
- { kind: "Field", name: { kind: "Name", value: "viewType" } },
10543
- ],
10544
- },
10545
- },
10546
- ],
10547
- };
10548
11015
  const ViewPreferencesPayloadFragmentDoc = {
10549
11016
  kind: "Document",
10550
11017
  definitions: [
@@ -11860,6 +12327,7 @@
11860
12327
  ...ActorBotFragmentDoc.definitions,
11861
12328
  ...IssueImportFragmentDoc.definitions,
11862
12329
  ...IssueLabelFragmentDoc.definitions,
12330
+ ...UserFragmentDoc.definitions,
11863
12331
  ...PageInfoFragmentDoc.definitions,
11864
12332
  ],
11865
12333
  };
@@ -13186,6 +13654,8 @@
13186
13654
  },
13187
13655
  },
13188
13656
  ...CustomViewFragmentDoc.definitions,
13657
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13658
+ ...ViewPreferencesFragmentDoc.definitions,
13189
13659
  ],
13190
13660
  };
13191
13661
  const CustomView_IssuesDocument = {
@@ -13323,6 +13793,265 @@
13323
13793
  ...PageInfoFragmentDoc.definitions,
13324
13794
  ],
13325
13795
  };
13796
+ const CustomView_OrganizationViewPreferencesDocument = {
13797
+ kind: "Document",
13798
+ definitions: [
13799
+ {
13800
+ kind: "OperationDefinition",
13801
+ operation: "query",
13802
+ name: { kind: "Name", value: "customView_organizationViewPreferences" },
13803
+ variableDefinitions: [
13804
+ {
13805
+ kind: "VariableDefinition",
13806
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
13807
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
13808
+ },
13809
+ ],
13810
+ selectionSet: {
13811
+ kind: "SelectionSet",
13812
+ selections: [
13813
+ {
13814
+ kind: "Field",
13815
+ name: { kind: "Name", value: "customView" },
13816
+ arguments: [
13817
+ {
13818
+ kind: "Argument",
13819
+ name: { kind: "Name", value: "id" },
13820
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
13821
+ },
13822
+ ],
13823
+ selectionSet: {
13824
+ kind: "SelectionSet",
13825
+ selections: [
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
+ },
13834
+ ],
13835
+ },
13836
+ },
13837
+ ],
13838
+ },
13839
+ },
13840
+ ...ViewPreferencesFragmentDoc.definitions,
13841
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13842
+ ],
13843
+ };
13844
+ const CustomView_OrganizationViewPreferences_PreferencesDocument = {
13845
+ kind: "Document",
13846
+ definitions: [
13847
+ {
13848
+ kind: "OperationDefinition",
13849
+ operation: "query",
13850
+ name: { kind: "Name", value: "customView_organizationViewPreferences_preferences" },
13851
+ variableDefinitions: [
13852
+ {
13853
+ kind: "VariableDefinition",
13854
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
13855
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
13856
+ },
13857
+ ],
13858
+ selectionSet: {
13859
+ kind: "SelectionSet",
13860
+ selections: [
13861
+ {
13862
+ kind: "Field",
13863
+ name: { kind: "Name", value: "customView" },
13864
+ arguments: [
13865
+ {
13866
+ kind: "Argument",
13867
+ name: { kind: "Name", value: "id" },
13868
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
13869
+ },
13870
+ ],
13871
+ selectionSet: {
13872
+ kind: "SelectionSet",
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
+ ],
13894
+ },
13895
+ },
13896
+ ],
13897
+ },
13898
+ },
13899
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13900
+ ],
13901
+ };
13902
+ const CustomView_UserViewPreferencesDocument = {
13903
+ kind: "Document",
13904
+ definitions: [
13905
+ {
13906
+ kind: "OperationDefinition",
13907
+ operation: "query",
13908
+ name: { kind: "Name", value: "customView_userViewPreferences" },
13909
+ variableDefinitions: [
13910
+ {
13911
+ kind: "VariableDefinition",
13912
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
13913
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
13914
+ },
13915
+ ],
13916
+ selectionSet: {
13917
+ kind: "SelectionSet",
13918
+ selections: [
13919
+ {
13920
+ kind: "Field",
13921
+ name: { kind: "Name", value: "customView" },
13922
+ arguments: [
13923
+ {
13924
+ kind: "Argument",
13925
+ name: { kind: "Name", value: "id" },
13926
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
13927
+ },
13928
+ ],
13929
+ selectionSet: {
13930
+ kind: "SelectionSet",
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
+ ],
13941
+ },
13942
+ },
13943
+ ],
13944
+ },
13945
+ },
13946
+ ...ViewPreferencesFragmentDoc.definitions,
13947
+ ...ViewPreferencesValuesFragmentDoc.definitions,
13948
+ ],
13949
+ };
13950
+ const CustomView_UserViewPreferences_PreferencesDocument = {
13951
+ kind: "Document",
13952
+ definitions: [
13953
+ {
13954
+ kind: "OperationDefinition",
13955
+ operation: "query",
13956
+ name: { kind: "Name", value: "customView_userViewPreferences_preferences" },
13957
+ variableDefinitions: [
13958
+ {
13959
+ kind: "VariableDefinition",
13960
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
13961
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
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: [
14016
+ {
14017
+ kind: "VariableDefinition",
14018
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
14019
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
14020
+ },
14021
+ ],
14022
+ selectionSet: {
14023
+ kind: "SelectionSet",
14024
+ selections: [
14025
+ {
14026
+ kind: "Field",
14027
+ name: { kind: "Name", value: "customView" },
14028
+ arguments: [
14029
+ {
14030
+ kind: "Argument",
14031
+ name: { kind: "Name", value: "id" },
14032
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
14033
+ },
14034
+ ],
14035
+ selectionSet: {
14036
+ kind: "SelectionSet",
14037
+ selections: [
14038
+ {
14039
+ kind: "Field",
14040
+ name: { kind: "Name", value: "viewPreferencesValues" },
14041
+ selectionSet: {
14042
+ kind: "SelectionSet",
14043
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
14044
+ },
14045
+ },
14046
+ ],
14047
+ },
14048
+ },
14049
+ ],
14050
+ },
14051
+ },
14052
+ ...ViewPreferencesValuesFragmentDoc.definitions,
14053
+ ],
14054
+ };
13326
14055
  const CustomViewHasSubscribersDocument = {
13327
14056
  kind: "Document",
13328
14057
  definitions: [
@@ -13450,6 +14179,8 @@
13450
14179
  },
13451
14180
  ...CustomViewConnectionFragmentDoc.definitions,
13452
14181
  ...CustomViewFragmentDoc.definitions,
14182
+ ...ViewPreferencesValuesFragmentDoc.definitions,
14183
+ ...ViewPreferencesFragmentDoc.definitions,
13453
14184
  ...PageInfoFragmentDoc.definitions,
13454
14185
  ],
13455
14186
  };
@@ -14140,6 +14871,44 @@
14140
14871
  ...PageInfoFragmentDoc.definitions,
14141
14872
  ],
14142
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
+ };
14143
14912
  const ExternalUserDocument = {
14144
14913
  kind: "Document",
14145
14914
  definitions: [
@@ -15419,6 +16188,7 @@
15419
16188
  ...ActorBotFragmentDoc.definitions,
15420
16189
  ...IssueImportFragmentDoc.definitions,
15421
16190
  ...IssueLabelFragmentDoc.definitions,
16191
+ ...UserFragmentDoc.definitions,
15422
16192
  ...PageInfoFragmentDoc.definitions,
15423
16193
  ],
15424
16194
  };
@@ -17341,6 +18111,7 @@
17341
18111
  ...ActorBotFragmentDoc.definitions,
17342
18112
  ...IssueImportFragmentDoc.definitions,
17343
18113
  ...IssueLabelFragmentDoc.definitions,
18114
+ ...UserFragmentDoc.definitions,
17344
18115
  ...PageInfoFragmentDoc.definitions,
17345
18116
  ],
17346
18117
  };
@@ -17969,6 +18740,7 @@
17969
18740
  },
17970
18741
  ...NotificationFragmentDoc.definitions,
17971
18742
  ...ActorBotFragmentDoc.definitions,
18743
+ ...DocumentNotificationFragmentDoc.definitions,
17972
18744
  ...IssueNotificationFragmentDoc.definitions,
17973
18745
  ...NotificationSubscriptionFragmentDoc.definitions,
17974
18746
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -18194,6 +18966,7 @@
18194
18966
  ...NotificationConnectionFragmentDoc.definitions,
18195
18967
  ...NotificationFragmentDoc.definitions,
18196
18968
  ...ActorBotFragmentDoc.definitions,
18969
+ ...DocumentNotificationFragmentDoc.definitions,
18197
18970
  ...IssueNotificationFragmentDoc.definitions,
18198
18971
  ...NotificationSubscriptionFragmentDoc.definitions,
18199
18972
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -18224,6 +18997,7 @@
18224
18997
  },
18225
18998
  },
18226
18999
  ...OrganizationFragmentDoc.definitions,
19000
+ ...ProjectStatusFragmentDoc.definitions,
18227
19001
  ...PaidSubscriptionFragmentDoc.definitions,
18228
19002
  ],
18229
19003
  };
@@ -18987,6 +19761,7 @@
18987
19761
  },
18988
19762
  },
18989
19763
  ...ProjectFragmentDoc.definitions,
19764
+ ...ProjectStatusFragmentDoc.definitions,
18990
19765
  ],
18991
19766
  };
18992
19767
  const Project_DocumentsDocument = {
@@ -19096,7 +19871,371 @@
19096
19871
  ],
19097
19872
  selectionSet: {
19098
19873
  kind: "SelectionSet",
19099
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
19874
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
19875
+ },
19876
+ },
19877
+ ],
19878
+ },
19879
+ },
19880
+ ],
19881
+ },
19882
+ },
19883
+ ...DocumentConnectionFragmentDoc.definitions,
19884
+ ...DocumentFragmentDoc.definitions,
19885
+ ...PageInfoFragmentDoc.definitions,
19886
+ ],
19887
+ };
19888
+ const Project_IssuesDocument = {
19889
+ kind: "Document",
19890
+ definitions: [
19891
+ {
19892
+ kind: "OperationDefinition",
19893
+ operation: "query",
19894
+ name: { kind: "Name", value: "project_issues" },
19895
+ variableDefinitions: [
19896
+ {
19897
+ kind: "VariableDefinition",
19898
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
19899
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
19900
+ },
19901
+ {
19902
+ kind: "VariableDefinition",
19903
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
19904
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
19905
+ },
19906
+ {
19907
+ kind: "VariableDefinition",
19908
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
19909
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
19910
+ },
19911
+ {
19912
+ kind: "VariableDefinition",
19913
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19914
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
19915
+ },
19916
+ {
19917
+ kind: "VariableDefinition",
19918
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
19919
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
19920
+ },
19921
+ {
19922
+ kind: "VariableDefinition",
19923
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
19924
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
19925
+ },
19926
+ {
19927
+ kind: "VariableDefinition",
19928
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
19929
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
19930
+ },
19931
+ {
19932
+ kind: "VariableDefinition",
19933
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
19934
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
19935
+ },
19936
+ ],
19937
+ selectionSet: {
19938
+ kind: "SelectionSet",
19939
+ selections: [
19940
+ {
19941
+ kind: "Field",
19942
+ name: { kind: "Name", value: "project" },
19943
+ arguments: [
19944
+ {
19945
+ kind: "Argument",
19946
+ name: { kind: "Name", value: "id" },
19947
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
19948
+ },
19949
+ ],
19950
+ selectionSet: {
19951
+ kind: "SelectionSet",
19952
+ selections: [
19953
+ {
19954
+ kind: "Field",
19955
+ name: { kind: "Name", value: "issues" },
19956
+ arguments: [
19957
+ {
19958
+ kind: "Argument",
19959
+ name: { kind: "Name", value: "after" },
19960
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
19961
+ },
19962
+ {
19963
+ kind: "Argument",
19964
+ name: { kind: "Name", value: "before" },
19965
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
19966
+ },
19967
+ {
19968
+ kind: "Argument",
19969
+ name: { kind: "Name", value: "filter" },
19970
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19971
+ },
19972
+ {
19973
+ kind: "Argument",
19974
+ name: { kind: "Name", value: "first" },
19975
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
19976
+ },
19977
+ {
19978
+ kind: "Argument",
19979
+ name: { kind: "Name", value: "includeArchived" },
19980
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
19981
+ },
19982
+ {
19983
+ kind: "Argument",
19984
+ name: { kind: "Name", value: "last" },
19985
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
19986
+ },
19987
+ {
19988
+ kind: "Argument",
19989
+ name: { kind: "Name", value: "orderBy" },
19990
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
19991
+ },
19992
+ ],
19993
+ selectionSet: {
19994
+ kind: "SelectionSet",
19995
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
19996
+ },
19997
+ },
19998
+ ],
19999
+ },
20000
+ },
20001
+ ],
20002
+ },
20003
+ },
20004
+ ...IssueConnectionFragmentDoc.definitions,
20005
+ ...IssueFragmentDoc.definitions,
20006
+ ...ActorBotFragmentDoc.definitions,
20007
+ ...PageInfoFragmentDoc.definitions,
20008
+ ],
20009
+ };
20010
+ const Project_LinksDocument = {
20011
+ kind: "Document",
20012
+ definitions: [
20013
+ {
20014
+ kind: "OperationDefinition",
20015
+ operation: "query",
20016
+ name: { kind: "Name", value: "project_links" },
20017
+ variableDefinitions: [
20018
+ {
20019
+ kind: "VariableDefinition",
20020
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
20021
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20022
+ },
20023
+ {
20024
+ kind: "VariableDefinition",
20025
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
20026
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20027
+ },
20028
+ {
20029
+ kind: "VariableDefinition",
20030
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
20031
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20032
+ },
20033
+ {
20034
+ kind: "VariableDefinition",
20035
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
20036
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20037
+ },
20038
+ {
20039
+ kind: "VariableDefinition",
20040
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20041
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
20042
+ },
20043
+ {
20044
+ kind: "VariableDefinition",
20045
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
20046
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20047
+ },
20048
+ {
20049
+ kind: "VariableDefinition",
20050
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20051
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
20052
+ },
20053
+ ],
20054
+ selectionSet: {
20055
+ kind: "SelectionSet",
20056
+ selections: [
20057
+ {
20058
+ kind: "Field",
20059
+ name: { kind: "Name", value: "project" },
20060
+ arguments: [
20061
+ {
20062
+ kind: "Argument",
20063
+ name: { kind: "Name", value: "id" },
20064
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
20065
+ },
20066
+ ],
20067
+ selectionSet: {
20068
+ kind: "SelectionSet",
20069
+ selections: [
20070
+ {
20071
+ kind: "Field",
20072
+ name: { kind: "Name", value: "links" },
20073
+ arguments: [
20074
+ {
20075
+ kind: "Argument",
20076
+ name: { kind: "Name", value: "after" },
20077
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
20078
+ },
20079
+ {
20080
+ kind: "Argument",
20081
+ name: { kind: "Name", value: "before" },
20082
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
20083
+ },
20084
+ {
20085
+ kind: "Argument",
20086
+ name: { kind: "Name", value: "first" },
20087
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
20088
+ },
20089
+ {
20090
+ kind: "Argument",
20091
+ name: { kind: "Name", value: "includeArchived" },
20092
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20093
+ },
20094
+ {
20095
+ kind: "Argument",
20096
+ name: { kind: "Name", value: "last" },
20097
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
20098
+ },
20099
+ {
20100
+ kind: "Argument",
20101
+ name: { kind: "Name", value: "orderBy" },
20102
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20103
+ },
20104
+ ],
20105
+ selectionSet: {
20106
+ kind: "SelectionSet",
20107
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
20108
+ },
20109
+ },
20110
+ ],
20111
+ },
20112
+ },
20113
+ ],
20114
+ },
20115
+ },
20116
+ ...ProjectLinkConnectionFragmentDoc.definitions,
20117
+ ...ProjectLinkFragmentDoc.definitions,
20118
+ ...PageInfoFragmentDoc.definitions,
20119
+ ],
20120
+ };
20121
+ const Project_MembersDocument = {
20122
+ kind: "Document",
20123
+ definitions: [
20124
+ {
20125
+ kind: "OperationDefinition",
20126
+ operation: "query",
20127
+ name: { kind: "Name", value: "project_members" },
20128
+ variableDefinitions: [
20129
+ {
20130
+ kind: "VariableDefinition",
20131
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
20132
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20133
+ },
20134
+ {
20135
+ kind: "VariableDefinition",
20136
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
20137
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20138
+ },
20139
+ {
20140
+ kind: "VariableDefinition",
20141
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
20142
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20143
+ },
20144
+ {
20145
+ kind: "VariableDefinition",
20146
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
20147
+ type: { kind: "NamedType", name: { kind: "Name", value: "UserFilter" } },
20148
+ },
20149
+ {
20150
+ kind: "VariableDefinition",
20151
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
20152
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20153
+ },
20154
+ {
20155
+ kind: "VariableDefinition",
20156
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20157
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
20158
+ },
20159
+ {
20160
+ kind: "VariableDefinition",
20161
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
20162
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
20163
+ },
20164
+ {
20165
+ kind: "VariableDefinition",
20166
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
20167
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20168
+ },
20169
+ {
20170
+ kind: "VariableDefinition",
20171
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20172
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
20173
+ },
20174
+ ],
20175
+ selectionSet: {
20176
+ kind: "SelectionSet",
20177
+ selections: [
20178
+ {
20179
+ kind: "Field",
20180
+ name: { kind: "Name", value: "project" },
20181
+ arguments: [
20182
+ {
20183
+ kind: "Argument",
20184
+ name: { kind: "Name", value: "id" },
20185
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
20186
+ },
20187
+ ],
20188
+ selectionSet: {
20189
+ kind: "SelectionSet",
20190
+ selections: [
20191
+ {
20192
+ kind: "Field",
20193
+ name: { kind: "Name", value: "members" },
20194
+ arguments: [
20195
+ {
20196
+ kind: "Argument",
20197
+ name: { kind: "Name", value: "after" },
20198
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
20199
+ },
20200
+ {
20201
+ kind: "Argument",
20202
+ name: { kind: "Name", value: "before" },
20203
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
20204
+ },
20205
+ {
20206
+ kind: "Argument",
20207
+ name: { kind: "Name", value: "filter" },
20208
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
20209
+ },
20210
+ {
20211
+ kind: "Argument",
20212
+ name: { kind: "Name", value: "first" },
20213
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
20214
+ },
20215
+ {
20216
+ kind: "Argument",
20217
+ name: { kind: "Name", value: "includeArchived" },
20218
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20219
+ },
20220
+ {
20221
+ kind: "Argument",
20222
+ name: { kind: "Name", value: "includeDisabled" },
20223
+ value: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
20224
+ },
20225
+ {
20226
+ kind: "Argument",
20227
+ name: { kind: "Name", value: "last" },
20228
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
20229
+ },
20230
+ {
20231
+ kind: "Argument",
20232
+ name: { kind: "Name", value: "orderBy" },
20233
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20234
+ },
20235
+ ],
20236
+ selectionSet: {
20237
+ kind: "SelectionSet",
20238
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserConnection" } }],
19100
20239
  },
19101
20240
  },
19102
20241
  ],
@@ -19105,18 +20244,18 @@
19105
20244
  ],
19106
20245
  },
19107
20246
  },
19108
- ...DocumentConnectionFragmentDoc.definitions,
19109
- ...DocumentFragmentDoc.definitions,
20247
+ ...UserConnectionFragmentDoc.definitions,
20248
+ ...UserFragmentDoc.definitions,
19110
20249
  ...PageInfoFragmentDoc.definitions,
19111
20250
  ],
19112
20251
  };
19113
- const Project_IssuesDocument = {
20252
+ const Project_ProjectMilestonesDocument = {
19114
20253
  kind: "Document",
19115
20254
  definitions: [
19116
20255
  {
19117
20256
  kind: "OperationDefinition",
19118
20257
  operation: "query",
19119
- name: { kind: "Name", value: "project_issues" },
20258
+ name: { kind: "Name", value: "project_projectMilestones" },
19120
20259
  variableDefinitions: [
19121
20260
  {
19122
20261
  kind: "VariableDefinition",
@@ -19136,7 +20275,7 @@
19136
20275
  {
19137
20276
  kind: "VariableDefinition",
19138
20277
  variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19139
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
20278
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
19140
20279
  },
19141
20280
  {
19142
20281
  kind: "VariableDefinition",
@@ -19177,7 +20316,7 @@
19177
20316
  selections: [
19178
20317
  {
19179
20318
  kind: "Field",
19180
- name: { kind: "Name", value: "issues" },
20319
+ name: { kind: "Name", value: "projectMilestones" },
19181
20320
  arguments: [
19182
20321
  {
19183
20322
  kind: "Argument",
@@ -19217,7 +20356,9 @@
19217
20356
  ],
19218
20357
  selectionSet: {
19219
20358
  kind: "SelectionSet",
19220
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
20359
+ selections: [
20360
+ { kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } },
20361
+ ],
19221
20362
  },
19222
20363
  },
19223
20364
  ],
@@ -19226,19 +20367,18 @@
19226
20367
  ],
19227
20368
  },
19228
20369
  },
19229
- ...IssueConnectionFragmentDoc.definitions,
19230
- ...IssueFragmentDoc.definitions,
19231
- ...ActorBotFragmentDoc.definitions,
20370
+ ...ProjectMilestoneConnectionFragmentDoc.definitions,
20371
+ ...ProjectMilestoneFragmentDoc.definitions,
19232
20372
  ...PageInfoFragmentDoc.definitions,
19233
20373
  ],
19234
20374
  };
19235
- const Project_LinksDocument = {
20375
+ const Project_ProjectUpdatesDocument = {
19236
20376
  kind: "Document",
19237
20377
  definitions: [
19238
20378
  {
19239
20379
  kind: "OperationDefinition",
19240
20380
  operation: "query",
19241
- name: { kind: "Name", value: "project_links" },
20381
+ name: { kind: "Name", value: "project_projectUpdates" },
19242
20382
  variableDefinitions: [
19243
20383
  {
19244
20384
  kind: "VariableDefinition",
@@ -19294,7 +20434,7 @@
19294
20434
  selections: [
19295
20435
  {
19296
20436
  kind: "Field",
19297
- name: { kind: "Name", value: "links" },
20437
+ name: { kind: "Name", value: "projectUpdates" },
19298
20438
  arguments: [
19299
20439
  {
19300
20440
  kind: "Argument",
@@ -19329,7 +20469,7 @@
19329
20469
  ],
19330
20470
  selectionSet: {
19331
20471
  kind: "SelectionSet",
19332
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
20472
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateConnection" } }],
19333
20473
  },
19334
20474
  },
19335
20475
  ],
@@ -19338,64 +20478,24 @@
19338
20478
  ],
19339
20479
  },
19340
20480
  },
19341
- ...ProjectLinkConnectionFragmentDoc.definitions,
19342
- ...ProjectLinkFragmentDoc.definitions,
20481
+ ...ProjectUpdateConnectionFragmentDoc.definitions,
20482
+ ...ProjectUpdateFragmentDoc.definitions,
19343
20483
  ...PageInfoFragmentDoc.definitions,
19344
20484
  ],
19345
20485
  };
19346
- const Project_MembersDocument = {
20486
+ const Project_StatusDocument = {
19347
20487
  kind: "Document",
19348
20488
  definitions: [
19349
20489
  {
19350
20490
  kind: "OperationDefinition",
19351
20491
  operation: "query",
19352
- name: { kind: "Name", value: "project_members" },
20492
+ name: { kind: "Name", value: "project_status" },
19353
20493
  variableDefinitions: [
19354
20494
  {
19355
20495
  kind: "VariableDefinition",
19356
20496
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
19357
20497
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
19358
20498
  },
19359
- {
19360
- kind: "VariableDefinition",
19361
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
19362
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
19363
- },
19364
- {
19365
- kind: "VariableDefinition",
19366
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
19367
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
19368
- },
19369
- {
19370
- kind: "VariableDefinition",
19371
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19372
- type: { kind: "NamedType", name: { kind: "Name", value: "UserFilter" } },
19373
- },
19374
- {
19375
- kind: "VariableDefinition",
19376
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
19377
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
19378
- },
19379
- {
19380
- kind: "VariableDefinition",
19381
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
19382
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
19383
- },
19384
- {
19385
- kind: "VariableDefinition",
19386
- variable: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
19387
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
19388
- },
19389
- {
19390
- kind: "VariableDefinition",
19391
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
19392
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
19393
- },
19394
- {
19395
- kind: "VariableDefinition",
19396
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
19397
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
19398
- },
19399
20499
  ],
19400
20500
  selectionSet: {
19401
20501
  kind: "SelectionSet",
@@ -19415,52 +20515,10 @@
19415
20515
  selections: [
19416
20516
  {
19417
20517
  kind: "Field",
19418
- name: { kind: "Name", value: "members" },
19419
- arguments: [
19420
- {
19421
- kind: "Argument",
19422
- name: { kind: "Name", value: "after" },
19423
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
19424
- },
19425
- {
19426
- kind: "Argument",
19427
- name: { kind: "Name", value: "before" },
19428
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
19429
- },
19430
- {
19431
- kind: "Argument",
19432
- name: { kind: "Name", value: "filter" },
19433
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19434
- },
19435
- {
19436
- kind: "Argument",
19437
- name: { kind: "Name", value: "first" },
19438
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
19439
- },
19440
- {
19441
- kind: "Argument",
19442
- name: { kind: "Name", value: "includeArchived" },
19443
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
19444
- },
19445
- {
19446
- kind: "Argument",
19447
- name: { kind: "Name", value: "includeDisabled" },
19448
- value: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
19449
- },
19450
- {
19451
- kind: "Argument",
19452
- name: { kind: "Name", value: "last" },
19453
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
19454
- },
19455
- {
19456
- kind: "Argument",
19457
- name: { kind: "Name", value: "orderBy" },
19458
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
19459
- },
19460
- ],
20518
+ name: { kind: "Name", value: "status" },
19461
20519
  selectionSet: {
19462
20520
  kind: "SelectionSet",
19463
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserConnection" } }],
20521
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
19464
20522
  },
19465
20523
  },
19466
20524
  ],
@@ -19469,18 +20527,16 @@
19469
20527
  ],
19470
20528
  },
19471
20529
  },
19472
- ...UserConnectionFragmentDoc.definitions,
19473
- ...UserFragmentDoc.definitions,
19474
- ...PageInfoFragmentDoc.definitions,
20530
+ ...ProjectStatusFragmentDoc.definitions,
19475
20531
  ],
19476
20532
  };
19477
- const Project_ProjectMilestonesDocument = {
20533
+ const Project_TeamsDocument = {
19478
20534
  kind: "Document",
19479
20535
  definitions: [
19480
20536
  {
19481
20537
  kind: "OperationDefinition",
19482
20538
  operation: "query",
19483
- name: { kind: "Name", value: "project_projectMilestones" },
20539
+ name: { kind: "Name", value: "project_teams" },
19484
20540
  variableDefinitions: [
19485
20541
  {
19486
20542
  kind: "VariableDefinition",
@@ -19500,7 +20556,7 @@
19500
20556
  {
19501
20557
  kind: "VariableDefinition",
19502
20558
  variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19503
- type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
20559
+ type: { kind: "NamedType", name: { kind: "Name", value: "TeamFilter" } },
19504
20560
  },
19505
20561
  {
19506
20562
  kind: "VariableDefinition",
@@ -19541,7 +20597,7 @@
19541
20597
  selections: [
19542
20598
  {
19543
20599
  kind: "Field",
19544
- name: { kind: "Name", value: "projectMilestones" },
20600
+ name: { kind: "Name", value: "teams" },
19545
20601
  arguments: [
19546
20602
  {
19547
20603
  kind: "Argument",
@@ -19581,9 +20637,7 @@
19581
20637
  ],
19582
20638
  selectionSet: {
19583
20639
  kind: "SelectionSet",
19584
- selections: [
19585
- { kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } },
19586
- ],
20640
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamConnection" } }],
19587
20641
  },
19588
20642
  },
19589
20643
  ],
@@ -19592,24 +20646,95 @@
19592
20646
  ],
19593
20647
  },
19594
20648
  },
19595
- ...ProjectMilestoneConnectionFragmentDoc.definitions,
19596
- ...ProjectMilestoneFragmentDoc.definitions,
20649
+ ...TeamConnectionFragmentDoc.definitions,
20650
+ ...TeamFragmentDoc.definitions,
19597
20651
  ...PageInfoFragmentDoc.definitions,
19598
20652
  ],
19599
20653
  };
19600
- const Project_ProjectUpdatesDocument = {
20654
+ const ProjectFilterSuggestionDocument = {
19601
20655
  kind: "Document",
19602
20656
  definitions: [
19603
20657
  {
19604
20658
  kind: "OperationDefinition",
19605
20659
  operation: "query",
19606
- name: { kind: "Name", value: "project_projectUpdates" },
20660
+ name: { kind: "Name", value: "projectFilterSuggestion" },
20661
+ variableDefinitions: [
20662
+ {
20663
+ kind: "VariableDefinition",
20664
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
20665
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20666
+ },
20667
+ ],
20668
+ selectionSet: {
20669
+ kind: "SelectionSet",
20670
+ selections: [
20671
+ {
20672
+ kind: "Field",
20673
+ name: { kind: "Name", value: "projectFilterSuggestion" },
20674
+ arguments: [
20675
+ {
20676
+ kind: "Argument",
20677
+ name: { kind: "Name", value: "prompt" },
20678
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
20679
+ },
20680
+ ],
20681
+ selectionSet: {
20682
+ kind: "SelectionSet",
20683
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
20684
+ },
20685
+ },
20686
+ ],
20687
+ },
20688
+ },
20689
+ ...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
20690
+ ],
20691
+ };
20692
+ const ProjectLinkDocument = {
20693
+ kind: "Document",
20694
+ definitions: [
20695
+ {
20696
+ kind: "OperationDefinition",
20697
+ operation: "query",
20698
+ name: { kind: "Name", value: "projectLink" },
19607
20699
  variableDefinitions: [
19608
20700
  {
19609
20701
  kind: "VariableDefinition",
19610
20702
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
19611
20703
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
19612
20704
  },
20705
+ ],
20706
+ selectionSet: {
20707
+ kind: "SelectionSet",
20708
+ selections: [
20709
+ {
20710
+ kind: "Field",
20711
+ name: { kind: "Name", value: "projectLink" },
20712
+ arguments: [
20713
+ {
20714
+ kind: "Argument",
20715
+ name: { kind: "Name", value: "id" },
20716
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
20717
+ },
20718
+ ],
20719
+ selectionSet: {
20720
+ kind: "SelectionSet",
20721
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
20722
+ },
20723
+ },
20724
+ ],
20725
+ },
20726
+ },
20727
+ ...ProjectLinkFragmentDoc.definitions,
20728
+ ],
20729
+ };
20730
+ const ProjectLinksDocument = {
20731
+ kind: "Document",
20732
+ definitions: [
20733
+ {
20734
+ kind: "OperationDefinition",
20735
+ operation: "query",
20736
+ name: { kind: "Name", value: "projectLinks" },
20737
+ variableDefinitions: [
19613
20738
  {
19614
20739
  kind: "VariableDefinition",
19615
20740
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -19646,7 +20771,72 @@
19646
20771
  selections: [
19647
20772
  {
19648
20773
  kind: "Field",
19649
- name: { kind: "Name", value: "project" },
20774
+ name: { kind: "Name", value: "projectLinks" },
20775
+ arguments: [
20776
+ {
20777
+ kind: "Argument",
20778
+ name: { kind: "Name", value: "after" },
20779
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
20780
+ },
20781
+ {
20782
+ kind: "Argument",
20783
+ name: { kind: "Name", value: "before" },
20784
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
20785
+ },
20786
+ {
20787
+ kind: "Argument",
20788
+ name: { kind: "Name", value: "first" },
20789
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
20790
+ },
20791
+ {
20792
+ kind: "Argument",
20793
+ name: { kind: "Name", value: "includeArchived" },
20794
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20795
+ },
20796
+ {
20797
+ kind: "Argument",
20798
+ name: { kind: "Name", value: "last" },
20799
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
20800
+ },
20801
+ {
20802
+ kind: "Argument",
20803
+ name: { kind: "Name", value: "orderBy" },
20804
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20805
+ },
20806
+ ],
20807
+ selectionSet: {
20808
+ kind: "SelectionSet",
20809
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
20810
+ },
20811
+ },
20812
+ ],
20813
+ },
20814
+ },
20815
+ ...ProjectLinkConnectionFragmentDoc.definitions,
20816
+ ...ProjectLinkFragmentDoc.definitions,
20817
+ ...PageInfoFragmentDoc.definitions,
20818
+ ],
20819
+ };
20820
+ const ProjectMilestoneDocument = {
20821
+ kind: "Document",
20822
+ definitions: [
20823
+ {
20824
+ kind: "OperationDefinition",
20825
+ operation: "query",
20826
+ name: { kind: "Name", value: "projectMilestone" },
20827
+ variableDefinitions: [
20828
+ {
20829
+ kind: "VariableDefinition",
20830
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
20831
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20832
+ },
20833
+ ],
20834
+ selectionSet: {
20835
+ kind: "SelectionSet",
20836
+ selections: [
20837
+ {
20838
+ kind: "Field",
20839
+ name: { kind: "Name", value: "projectMilestone" },
19650
20840
  arguments: [
19651
20841
  {
19652
20842
  kind: "Argument",
@@ -19656,65 +20846,22 @@
19656
20846
  ],
19657
20847
  selectionSet: {
19658
20848
  kind: "SelectionSet",
19659
- selections: [
19660
- {
19661
- kind: "Field",
19662
- name: { kind: "Name", value: "projectUpdates" },
19663
- arguments: [
19664
- {
19665
- kind: "Argument",
19666
- name: { kind: "Name", value: "after" },
19667
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
19668
- },
19669
- {
19670
- kind: "Argument",
19671
- name: { kind: "Name", value: "before" },
19672
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
19673
- },
19674
- {
19675
- kind: "Argument",
19676
- name: { kind: "Name", value: "first" },
19677
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
19678
- },
19679
- {
19680
- kind: "Argument",
19681
- name: { kind: "Name", value: "includeArchived" },
19682
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
19683
- },
19684
- {
19685
- kind: "Argument",
19686
- name: { kind: "Name", value: "last" },
19687
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
19688
- },
19689
- {
19690
- kind: "Argument",
19691
- name: { kind: "Name", value: "orderBy" },
19692
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
19693
- },
19694
- ],
19695
- selectionSet: {
19696
- kind: "SelectionSet",
19697
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateConnection" } }],
19698
- },
19699
- },
19700
- ],
20849
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestone" } }],
19701
20850
  },
19702
20851
  },
19703
20852
  ],
19704
20853
  },
19705
20854
  },
19706
- ...ProjectUpdateConnectionFragmentDoc.definitions,
19707
- ...ProjectUpdateFragmentDoc.definitions,
19708
- ...PageInfoFragmentDoc.definitions,
20855
+ ...ProjectMilestoneFragmentDoc.definitions,
19709
20856
  ],
19710
20857
  };
19711
- const Project_TeamsDocument = {
20858
+ const ProjectMilestone_IssuesDocument = {
19712
20859
  kind: "Document",
19713
20860
  definitions: [
19714
20861
  {
19715
20862
  kind: "OperationDefinition",
19716
20863
  operation: "query",
19717
- name: { kind: "Name", value: "project_teams" },
20864
+ name: { kind: "Name", value: "projectMilestone_issues" },
19718
20865
  variableDefinitions: [
19719
20866
  {
19720
20867
  kind: "VariableDefinition",
@@ -19734,7 +20881,7 @@
19734
20881
  {
19735
20882
  kind: "VariableDefinition",
19736
20883
  variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19737
- type: { kind: "NamedType", name: { kind: "Name", value: "TeamFilter" } },
20884
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
19738
20885
  },
19739
20886
  {
19740
20887
  kind: "VariableDefinition",
@@ -19762,7 +20909,7 @@
19762
20909
  selections: [
19763
20910
  {
19764
20911
  kind: "Field",
19765
- name: { kind: "Name", value: "project" },
20912
+ name: { kind: "Name", value: "projectMilestone" },
19766
20913
  arguments: [
19767
20914
  {
19768
20915
  kind: "Argument",
@@ -19775,7 +20922,7 @@
19775
20922
  selections: [
19776
20923
  {
19777
20924
  kind: "Field",
19778
- name: { kind: "Name", value: "teams" },
20925
+ name: { kind: "Name", value: "issues" },
19779
20926
  arguments: [
19780
20927
  {
19781
20928
  kind: "Argument",
@@ -19815,7 +20962,7 @@
19815
20962
  ],
19816
20963
  selectionSet: {
19817
20964
  kind: "SelectionSet",
19818
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamConnection" } }],
20965
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
19819
20966
  },
19820
20967
  },
19821
20968
  ],
@@ -19824,23 +20971,54 @@
19824
20971
  ],
19825
20972
  },
19826
20973
  },
19827
- ...TeamConnectionFragmentDoc.definitions,
19828
- ...TeamFragmentDoc.definitions,
20974
+ ...IssueConnectionFragmentDoc.definitions,
20975
+ ...IssueFragmentDoc.definitions,
20976
+ ...ActorBotFragmentDoc.definitions,
19829
20977
  ...PageInfoFragmentDoc.definitions,
19830
20978
  ],
19831
20979
  };
19832
- const ProjectFilterSuggestionDocument = {
20980
+ const ProjectMilestonesDocument = {
19833
20981
  kind: "Document",
19834
20982
  definitions: [
19835
20983
  {
19836
20984
  kind: "OperationDefinition",
19837
20985
  operation: "query",
19838
- name: { kind: "Name", value: "projectFilterSuggestion" },
20986
+ name: { kind: "Name", value: "projectMilestones" },
19839
20987
  variableDefinitions: [
19840
20988
  {
19841
20989
  kind: "VariableDefinition",
19842
- variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
19843
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20990
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
20991
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20992
+ },
20993
+ {
20994
+ kind: "VariableDefinition",
20995
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
20996
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20997
+ },
20998
+ {
20999
+ kind: "VariableDefinition",
21000
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
21001
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
21002
+ },
21003
+ {
21004
+ kind: "VariableDefinition",
21005
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
21006
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
21007
+ },
21008
+ {
21009
+ kind: "VariableDefinition",
21010
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
21011
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
21012
+ },
21013
+ {
21014
+ kind: "VariableDefinition",
21015
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
21016
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
21017
+ },
21018
+ {
21019
+ kind: "VariableDefinition",
21020
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
21021
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
19844
21022
  },
19845
21023
  ],
19846
21024
  selectionSet: {
@@ -19848,32 +21026,64 @@
19848
21026
  selections: [
19849
21027
  {
19850
21028
  kind: "Field",
19851
- name: { kind: "Name", value: "projectFilterSuggestion" },
21029
+ name: { kind: "Name", value: "projectMilestones" },
19852
21030
  arguments: [
19853
21031
  {
19854
21032
  kind: "Argument",
19855
- name: { kind: "Name", value: "prompt" },
19856
- value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
21033
+ name: { kind: "Name", value: "after" },
21034
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
21035
+ },
21036
+ {
21037
+ kind: "Argument",
21038
+ name: { kind: "Name", value: "before" },
21039
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
21040
+ },
21041
+ {
21042
+ kind: "Argument",
21043
+ name: { kind: "Name", value: "filter" },
21044
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
21045
+ },
21046
+ {
21047
+ kind: "Argument",
21048
+ name: { kind: "Name", value: "first" },
21049
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
21050
+ },
21051
+ {
21052
+ kind: "Argument",
21053
+ name: { kind: "Name", value: "includeArchived" },
21054
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
21055
+ },
21056
+ {
21057
+ kind: "Argument",
21058
+ name: { kind: "Name", value: "last" },
21059
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
21060
+ },
21061
+ {
21062
+ kind: "Argument",
21063
+ name: { kind: "Name", value: "orderBy" },
21064
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
19857
21065
  },
19858
21066
  ],
19859
21067
  selectionSet: {
19860
21068
  kind: "SelectionSet",
19861
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
21069
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } }],
19862
21070
  },
19863
21071
  },
19864
21072
  ],
19865
21073
  },
19866
21074
  },
19867
- ...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
21075
+ ...ProjectMilestoneConnectionFragmentDoc.definitions,
21076
+ ...ProjectMilestoneFragmentDoc.definitions,
21077
+ ...PageInfoFragmentDoc.definitions,
19868
21078
  ],
19869
21079
  };
19870
- const ProjectLinkDocument = {
21080
+ const ProjectRelationDocument = {
19871
21081
  kind: "Document",
19872
21082
  definitions: [
19873
21083
  {
19874
21084
  kind: "OperationDefinition",
19875
21085
  operation: "query",
19876
- name: { kind: "Name", value: "projectLink" },
21086
+ name: { kind: "Name", value: "projectRelation" },
19877
21087
  variableDefinitions: [
19878
21088
  {
19879
21089
  kind: "VariableDefinition",
@@ -19886,7 +21096,7 @@
19886
21096
  selections: [
19887
21097
  {
19888
21098
  kind: "Field",
19889
- name: { kind: "Name", value: "projectLink" },
21099
+ name: { kind: "Name", value: "projectRelation" },
19890
21100
  arguments: [
19891
21101
  {
19892
21102
  kind: "Argument",
@@ -19896,22 +21106,22 @@
19896
21106
  ],
19897
21107
  selectionSet: {
19898
21108
  kind: "SelectionSet",
19899
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
21109
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
19900
21110
  },
19901
21111
  },
19902
21112
  ],
19903
21113
  },
19904
21114
  },
19905
- ...ProjectLinkFragmentDoc.definitions,
21115
+ ...ProjectRelationFragmentDoc.definitions,
19906
21116
  ],
19907
21117
  };
19908
- const ProjectLinksDocument = {
21118
+ const ProjectRelationsDocument = {
19909
21119
  kind: "Document",
19910
21120
  definitions: [
19911
21121
  {
19912
21122
  kind: "OperationDefinition",
19913
21123
  operation: "query",
19914
- name: { kind: "Name", value: "projectLinks" },
21124
+ name: { kind: "Name", value: "projectRelations" },
19915
21125
  variableDefinitions: [
19916
21126
  {
19917
21127
  kind: "VariableDefinition",
@@ -19949,7 +21159,7 @@
19949
21159
  selections: [
19950
21160
  {
19951
21161
  kind: "Field",
19952
- name: { kind: "Name", value: "projectLinks" },
21162
+ name: { kind: "Name", value: "projectRelations" },
19953
21163
  arguments: [
19954
21164
  {
19955
21165
  kind: "Argument",
@@ -19984,24 +21194,24 @@
19984
21194
  ],
19985
21195
  selectionSet: {
19986
21196
  kind: "SelectionSet",
19987
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
21197
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelationConnection" } }],
19988
21198
  },
19989
21199
  },
19990
21200
  ],
19991
21201
  },
19992
21202
  },
19993
- ...ProjectLinkConnectionFragmentDoc.definitions,
19994
- ...ProjectLinkFragmentDoc.definitions,
21203
+ ...ProjectRelationConnectionFragmentDoc.definitions,
21204
+ ...ProjectRelationFragmentDoc.definitions,
19995
21205
  ...PageInfoFragmentDoc.definitions,
19996
21206
  ],
19997
21207
  };
19998
- const ProjectMilestoneDocument = {
21208
+ const ProjectUpdateDocument = {
19999
21209
  kind: "Document",
20000
21210
  definitions: [
20001
21211
  {
20002
21212
  kind: "OperationDefinition",
20003
21213
  operation: "query",
20004
- name: { kind: "Name", value: "projectMilestone" },
21214
+ name: { kind: "Name", value: "projectUpdate" },
20005
21215
  variableDefinitions: [
20006
21216
  {
20007
21217
  kind: "VariableDefinition",
@@ -20014,7 +21224,7 @@
20014
21224
  selections: [
20015
21225
  {
20016
21226
  kind: "Field",
20017
- name: { kind: "Name", value: "projectMilestone" },
21227
+ name: { kind: "Name", value: "projectUpdate" },
20018
21228
  arguments: [
20019
21229
  {
20020
21230
  kind: "Argument",
@@ -20024,22 +21234,22 @@
20024
21234
  ],
20025
21235
  selectionSet: {
20026
21236
  kind: "SelectionSet",
20027
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestone" } }],
21237
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
20028
21238
  },
20029
21239
  },
20030
21240
  ],
20031
21241
  },
20032
21242
  },
20033
- ...ProjectMilestoneFragmentDoc.definitions,
21243
+ ...ProjectUpdateFragmentDoc.definitions,
20034
21244
  ],
20035
21245
  };
20036
- const ProjectMilestone_IssuesDocument = {
21246
+ const ProjectUpdate_CommentsDocument = {
20037
21247
  kind: "Document",
20038
21248
  definitions: [
20039
21249
  {
20040
21250
  kind: "OperationDefinition",
20041
21251
  operation: "query",
20042
- name: { kind: "Name", value: "projectMilestone_issues" },
21252
+ name: { kind: "Name", value: "projectUpdate_comments" },
20043
21253
  variableDefinitions: [
20044
21254
  {
20045
21255
  kind: "VariableDefinition",
@@ -20059,7 +21269,7 @@
20059
21269
  {
20060
21270
  kind: "VariableDefinition",
20061
21271
  variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
20062
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
21272
+ type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
20063
21273
  },
20064
21274
  {
20065
21275
  kind: "VariableDefinition",
@@ -20087,7 +21297,7 @@
20087
21297
  selections: [
20088
21298
  {
20089
21299
  kind: "Field",
20090
- name: { kind: "Name", value: "projectMilestone" },
21300
+ name: { kind: "Name", value: "projectUpdate" },
20091
21301
  arguments: [
20092
21302
  {
20093
21303
  kind: "Argument",
@@ -20100,7 +21310,7 @@
20100
21310
  selections: [
20101
21311
  {
20102
21312
  kind: "Field",
20103
- name: { kind: "Name", value: "issues" },
21313
+ name: { kind: "Name", value: "comments" },
20104
21314
  arguments: [
20105
21315
  {
20106
21316
  kind: "Argument",
@@ -20140,7 +21350,7 @@
20140
21350
  ],
20141
21351
  selectionSet: {
20142
21352
  kind: "SelectionSet",
20143
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
21353
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CommentConnection" } }],
20144
21354
  },
20145
21355
  },
20146
21356
  ],
@@ -20149,150 +21359,13 @@
20149
21359
  ],
20150
21360
  },
20151
21361
  },
20152
- ...IssueConnectionFragmentDoc.definitions,
20153
- ...IssueFragmentDoc.definitions,
21362
+ ...CommentConnectionFragmentDoc.definitions,
21363
+ ...CommentFragmentDoc.definitions,
20154
21364
  ...ActorBotFragmentDoc.definitions,
21365
+ ...DocumentContentFragmentDoc.definitions,
20155
21366
  ...PageInfoFragmentDoc.definitions,
20156
21367
  ],
20157
21368
  };
20158
- const ProjectMilestonesDocument = {
20159
- kind: "Document",
20160
- definitions: [
20161
- {
20162
- kind: "OperationDefinition",
20163
- operation: "query",
20164
- name: { kind: "Name", value: "projectMilestones" },
20165
- variableDefinitions: [
20166
- {
20167
- kind: "VariableDefinition",
20168
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
20169
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20170
- },
20171
- {
20172
- kind: "VariableDefinition",
20173
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
20174
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20175
- },
20176
- {
20177
- kind: "VariableDefinition",
20178
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
20179
- type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
20180
- },
20181
- {
20182
- kind: "VariableDefinition",
20183
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
20184
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20185
- },
20186
- {
20187
- kind: "VariableDefinition",
20188
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20189
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
20190
- },
20191
- {
20192
- kind: "VariableDefinition",
20193
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
20194
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20195
- },
20196
- {
20197
- kind: "VariableDefinition",
20198
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20199
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
20200
- },
20201
- ],
20202
- selectionSet: {
20203
- kind: "SelectionSet",
20204
- selections: [
20205
- {
20206
- kind: "Field",
20207
- name: { kind: "Name", value: "projectMilestones" },
20208
- arguments: [
20209
- {
20210
- kind: "Argument",
20211
- name: { kind: "Name", value: "after" },
20212
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
20213
- },
20214
- {
20215
- kind: "Argument",
20216
- name: { kind: "Name", value: "before" },
20217
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
20218
- },
20219
- {
20220
- kind: "Argument",
20221
- name: { kind: "Name", value: "filter" },
20222
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
20223
- },
20224
- {
20225
- kind: "Argument",
20226
- name: { kind: "Name", value: "first" },
20227
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
20228
- },
20229
- {
20230
- kind: "Argument",
20231
- name: { kind: "Name", value: "includeArchived" },
20232
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20233
- },
20234
- {
20235
- kind: "Argument",
20236
- name: { kind: "Name", value: "last" },
20237
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
20238
- },
20239
- {
20240
- kind: "Argument",
20241
- name: { kind: "Name", value: "orderBy" },
20242
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20243
- },
20244
- ],
20245
- selectionSet: {
20246
- kind: "SelectionSet",
20247
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } }],
20248
- },
20249
- },
20250
- ],
20251
- },
20252
- },
20253
- ...ProjectMilestoneConnectionFragmentDoc.definitions,
20254
- ...ProjectMilestoneFragmentDoc.definitions,
20255
- ...PageInfoFragmentDoc.definitions,
20256
- ],
20257
- };
20258
- const ProjectUpdateDocument = {
20259
- kind: "Document",
20260
- definitions: [
20261
- {
20262
- kind: "OperationDefinition",
20263
- operation: "query",
20264
- name: { kind: "Name", value: "projectUpdate" },
20265
- variableDefinitions: [
20266
- {
20267
- kind: "VariableDefinition",
20268
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
20269
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20270
- },
20271
- ],
20272
- selectionSet: {
20273
- kind: "SelectionSet",
20274
- selections: [
20275
- {
20276
- kind: "Field",
20277
- name: { kind: "Name", value: "projectUpdate" },
20278
- arguments: [
20279
- {
20280
- kind: "Argument",
20281
- name: { kind: "Name", value: "id" },
20282
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
20283
- },
20284
- ],
20285
- selectionSet: {
20286
- kind: "SelectionSet",
20287
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
20288
- },
20289
- },
20290
- ],
20291
- },
20292
- },
20293
- ...ProjectUpdateFragmentDoc.definitions,
20294
- ],
20295
- };
20296
21369
  const ProjectUpdateInteractionDocument = {
20297
21370
  kind: "Document",
20298
21371
  definitions: [
@@ -20620,6 +21693,7 @@
20620
21693
  },
20621
21694
  ...ProjectConnectionFragmentDoc.definitions,
20622
21695
  ...ProjectFragmentDoc.definitions,
21696
+ ...ProjectStatusFragmentDoc.definitions,
20623
21697
  ...PageInfoFragmentDoc.definitions,
20624
21698
  ],
20625
21699
  };
@@ -20852,6 +21926,7 @@
20852
21926
  },
20853
21927
  ...ProjectConnectionFragmentDoc.definitions,
20854
21928
  ...ProjectFragmentDoc.definitions,
21929
+ ...ProjectStatusFragmentDoc.definitions,
20855
21930
  ...PageInfoFragmentDoc.definitions,
20856
21931
  ],
20857
21932
  };
@@ -21758,6 +22833,7 @@
21758
22833
  ...ProjectSearchPayloadFragmentDoc.definitions,
21759
22834
  ...ArchiveResponseFragmentDoc.definitions,
21760
22835
  ...ProjectSearchResultFragmentDoc.definitions,
22836
+ ...ProjectStatusFragmentDoc.definitions,
21761
22837
  ...PageInfoFragmentDoc.definitions,
21762
22838
  ],
21763
22839
  };
@@ -22822,6 +23898,7 @@
22822
23898
  },
22823
23899
  ...ProjectConnectionFragmentDoc.definitions,
22824
23900
  ...ProjectFragmentDoc.definitions,
23901
+ ...ProjectStatusFragmentDoc.definitions,
22825
23902
  ...PageInfoFragmentDoc.definitions,
22826
23903
  ],
22827
23904
  };
@@ -25906,6 +26983,11 @@
25906
26983
  variable: { kind: "Variable", name: { kind: "Name", value: "latest" } },
25907
26984
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25908
26985
  },
26986
+ {
26987
+ kind: "VariableDefinition",
26988
+ variable: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
26989
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
26990
+ },
25909
26991
  {
25910
26992
  kind: "VariableDefinition",
25911
26993
  variable: { kind: "Variable", name: { kind: "Name", value: "title" } },
@@ -25959,6 +27041,11 @@
25959
27041
  name: { kind: "Name", value: "latest" },
25960
27042
  value: { kind: "Variable", name: { kind: "Name", value: "latest" } },
25961
27043
  },
27044
+ {
27045
+ kind: "Argument",
27046
+ name: { kind: "Name", value: "syncToCommentThread" },
27047
+ value: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
27048
+ },
25962
27049
  {
25963
27050
  kind: "Argument",
25964
27051
  name: { kind: "Name", value: "title" },
@@ -27413,6 +28500,136 @@
27413
28500
  ...DeletePayloadFragmentDoc.definitions,
27414
28501
  ],
27415
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
+ };
27416
28633
  const CreateFavoriteDocument = {
27417
28634
  kind: "Document",
27418
28635
  definitions: [
@@ -30520,6 +31737,11 @@
30520
31737
  type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelUpdateInput" } },
30521
31738
  },
30522
31739
  },
31740
+ {
31741
+ kind: "VariableDefinition",
31742
+ variable: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
31743
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
31744
+ },
30523
31745
  ],
30524
31746
  selectionSet: {
30525
31747
  kind: "SelectionSet",
@@ -30538,6 +31760,11 @@
30538
31760
  name: { kind: "Name", value: "input" },
30539
31761
  value: { kind: "Variable", name: { kind: "Name", value: "input" } },
30540
31762
  },
31763
+ {
31764
+ kind: "Argument",
31765
+ name: { kind: "Name", value: "replaceTeamLabels" },
31766
+ value: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
31767
+ },
30541
31768
  ],
30542
31769
  selectionSet: {
30543
31770
  kind: "SelectionSet",
@@ -31193,6 +32420,7 @@
31193
32420
  ...NotificationArchivePayloadFragmentDoc.definitions,
31194
32421
  ...NotificationFragmentDoc.definitions,
31195
32422
  ...ActorBotFragmentDoc.definitions,
32423
+ ...DocumentNotificationFragmentDoc.definitions,
31196
32424
  ...IssueNotificationFragmentDoc.definitions,
31197
32425
  ...NotificationSubscriptionFragmentDoc.definitions,
31198
32426
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31241,6 +32469,7 @@
31241
32469
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31242
32470
  ...NotificationFragmentDoc.definitions,
31243
32471
  ...ActorBotFragmentDoc.definitions,
32472
+ ...DocumentNotificationFragmentDoc.definitions,
31244
32473
  ...IssueNotificationFragmentDoc.definitions,
31245
32474
  ...NotificationSubscriptionFragmentDoc.definitions,
31246
32475
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31299,6 +32528,7 @@
31299
32528
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31300
32529
  ...NotificationFragmentDoc.definitions,
31301
32530
  ...ActorBotFragmentDoc.definitions,
32531
+ ...DocumentNotificationFragmentDoc.definitions,
31302
32532
  ...IssueNotificationFragmentDoc.definitions,
31303
32533
  ...NotificationSubscriptionFragmentDoc.definitions,
31304
32534
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31347,6 +32577,7 @@
31347
32577
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31348
32578
  ...NotificationFragmentDoc.definitions,
31349
32579
  ...ActorBotFragmentDoc.definitions,
32580
+ ...DocumentNotificationFragmentDoc.definitions,
31350
32581
  ...IssueNotificationFragmentDoc.definitions,
31351
32582
  ...NotificationSubscriptionFragmentDoc.definitions,
31352
32583
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31405,6 +32636,7 @@
31405
32636
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31406
32637
  ...NotificationFragmentDoc.definitions,
31407
32638
  ...ActorBotFragmentDoc.definitions,
32639
+ ...DocumentNotificationFragmentDoc.definitions,
31408
32640
  ...IssueNotificationFragmentDoc.definitions,
31409
32641
  ...NotificationSubscriptionFragmentDoc.definitions,
31410
32642
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31586,6 +32818,7 @@
31586
32818
  ...NotificationArchivePayloadFragmentDoc.definitions,
31587
32819
  ...NotificationFragmentDoc.definitions,
31588
32820
  ...ActorBotFragmentDoc.definitions,
32821
+ ...DocumentNotificationFragmentDoc.definitions,
31589
32822
  ...IssueNotificationFragmentDoc.definitions,
31590
32823
  ...NotificationSubscriptionFragmentDoc.definitions,
31591
32824
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31644,6 +32877,7 @@
31644
32877
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
31645
32878
  ...NotificationFragmentDoc.definitions,
31646
32879
  ...ActorBotFragmentDoc.definitions,
32880
+ ...DocumentNotificationFragmentDoc.definitions,
31647
32881
  ...IssueNotificationFragmentDoc.definitions,
31648
32882
  ...NotificationSubscriptionFragmentDoc.definitions,
31649
32883
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -31702,6 +32936,7 @@
31702
32936
  ...NotificationPayloadFragmentDoc.definitions,
31703
32937
  ...NotificationFragmentDoc.definitions,
31704
32938
  ...ActorBotFragmentDoc.definitions,
32939
+ ...DocumentNotificationFragmentDoc.definitions,
31705
32940
  ...IssueNotificationFragmentDoc.definitions,
31706
32941
  ...NotificationSubscriptionFragmentDoc.definitions,
31707
32942
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -34441,6 +35676,7 @@
34441
35676
  },
34442
35677
  ...ViewPreferencesPayloadFragmentDoc.definitions,
34443
35678
  ...ViewPreferencesFragmentDoc.definitions,
35679
+ ...ViewPreferencesValuesFragmentDoc.definitions,
34444
35680
  ],
34445
35681
  };
34446
35682
  const DeleteViewPreferencesDocument = {
@@ -34531,6 +35767,7 @@
34531
35767
  },
34532
35768
  ...ViewPreferencesPayloadFragmentDoc.definitions,
34533
35769
  ...ViewPreferencesFragmentDoc.definitions,
35770
+ ...ViewPreferencesValuesFragmentDoc.definitions,
34534
35771
  ],
34535
35772
  };
34536
35773
  const CreateWebhookDocument = {
@@ -34840,6 +36077,7 @@
34840
36077
  InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
34841
36078
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
34842
36079
  ActorBotFragmentDoc: ActorBotFragmentDoc,
36080
+ DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
34843
36081
  NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
34844
36082
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
34845
36083
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
@@ -34861,6 +36099,7 @@
34861
36099
  AuthUserFragmentDoc: AuthUserFragmentDoc,
34862
36100
  AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
34863
36101
  AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
36102
+ ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
34864
36103
  PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
34865
36104
  OrganizationFragmentDoc: OrganizationFragmentDoc,
34866
36105
  AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
@@ -34917,6 +36156,8 @@
34917
36156
  OauthTokenFragmentDoc: OauthTokenFragmentDoc,
34918
36157
  AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
34919
36158
  AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
36159
+ AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
36160
+ AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
34920
36161
  AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
34921
36162
  AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
34922
36163
  AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
@@ -34928,6 +36169,8 @@
34928
36169
  ContactPayloadFragmentDoc: ContactPayloadFragmentDoc,
34929
36170
  CreateCsvExportReportPayloadFragmentDoc: CreateCsvExportReportPayloadFragmentDoc,
34930
36171
  CreateOrJoinOrganizationResponseFragmentDoc: CreateOrJoinOrganizationResponseFragmentDoc,
36172
+ ViewPreferencesValuesFragmentDoc: ViewPreferencesValuesFragmentDoc,
36173
+ ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
34931
36174
  CustomViewFragmentDoc: CustomViewFragmentDoc,
34932
36175
  CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
34933
36176
  CustomViewHasSubscribersPayloadFragmentDoc: CustomViewHasSubscribersPayloadFragmentDoc,
@@ -34952,6 +36195,9 @@
34952
36195
  EmojiFragmentDoc: EmojiFragmentDoc,
34953
36196
  EmojiConnectionFragmentDoc: EmojiConnectionFragmentDoc,
34954
36197
  EmojiPayloadFragmentDoc: EmojiPayloadFragmentDoc,
36198
+ EntityExternalLinkFragmentDoc: EntityExternalLinkFragmentDoc,
36199
+ EntityExternalLinkConnectionFragmentDoc: EntityExternalLinkConnectionFragmentDoc,
36200
+ EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
34955
36201
  ExternalUserFragmentDoc: ExternalUserFragmentDoc,
34956
36202
  ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
34957
36203
  FavoriteFragmentDoc: FavoriteFragmentDoc,
@@ -34983,6 +36229,7 @@
34983
36229
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
34984
36230
  IssueImportFragmentDoc: IssueImportFragmentDoc,
34985
36231
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
36232
+ UserFragmentDoc: UserFragmentDoc,
34986
36233
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
34987
36234
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
34988
36235
  IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
@@ -35029,9 +36276,13 @@
35029
36276
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
35030
36277
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
35031
36278
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
36279
+ ProjectRelationFragmentDoc: ProjectRelationFragmentDoc,
36280
+ ProjectRelationConnectionFragmentDoc: ProjectRelationConnectionFragmentDoc,
36281
+ ProjectRelationPayloadFragmentDoc: ProjectRelationPayloadFragmentDoc,
35032
36282
  ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
35033
36283
  ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
35034
36284
  ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
36285
+ ProjectStatusConnectionFragmentDoc: ProjectStatusConnectionFragmentDoc,
35035
36286
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
35036
36287
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
35037
36288
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -35080,13 +36331,11 @@
35080
36331
  UploadFileFragmentDoc: UploadFileFragmentDoc,
35081
36332
  UploadPayloadFragmentDoc: UploadPayloadFragmentDoc,
35082
36333
  UserAdminPayloadFragmentDoc: UserAdminPayloadFragmentDoc,
35083
- UserFragmentDoc: UserFragmentDoc,
35084
36334
  UserConnectionFragmentDoc: UserConnectionFragmentDoc,
35085
36335
  UserPayloadFragmentDoc: UserPayloadFragmentDoc,
35086
36336
  UserSettingsFlagPayloadFragmentDoc: UserSettingsFlagPayloadFragmentDoc,
35087
36337
  UserSettingsFlagsResetPayloadFragmentDoc: UserSettingsFlagsResetPayloadFragmentDoc,
35088
36338
  UserSettingsPayloadFragmentDoc: UserSettingsPayloadFragmentDoc,
35089
- ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
35090
36339
  ViewPreferencesPayloadFragmentDoc: ViewPreferencesPayloadFragmentDoc,
35091
36340
  WebhookFragmentDoc: WebhookFragmentDoc,
35092
36341
  WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
@@ -35126,6 +36375,11 @@
35126
36375
  CommentsDocument: CommentsDocument,
35127
36376
  CustomViewDocument: CustomViewDocument,
35128
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,
35129
36383
  CustomViewHasSubscribersDocument: CustomViewHasSubscribersDocument,
35130
36384
  CustomViewsDocument: CustomViewsDocument,
35131
36385
  CycleDocument: CycleDocument,
@@ -35137,6 +36391,7 @@
35137
36391
  DocumentsDocument: DocumentsDocument,
35138
36392
  EmojiDocument: EmojiDocument,
35139
36393
  EmojisDocument: EmojisDocument,
36394
+ EntityExternalLinkDocument: EntityExternalLinkDocument,
35140
36395
  ExternalUserDocument: ExternalUserDocument,
35141
36396
  ExternalUsersDocument: ExternalUsersDocument,
35142
36397
  FavoriteDocument: FavoriteDocument,
@@ -35202,6 +36457,7 @@
35202
36457
  Project_MembersDocument: Project_MembersDocument,
35203
36458
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
35204
36459
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
36460
+ Project_StatusDocument: Project_StatusDocument,
35205
36461
  Project_TeamsDocument: Project_TeamsDocument,
35206
36462
  ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
35207
36463
  ProjectLinkDocument: ProjectLinkDocument,
@@ -35209,7 +36465,10 @@
35209
36465
  ProjectMilestoneDocument: ProjectMilestoneDocument,
35210
36466
  ProjectMilestone_IssuesDocument: ProjectMilestone_IssuesDocument,
35211
36467
  ProjectMilestonesDocument: ProjectMilestonesDocument,
36468
+ ProjectRelationDocument: ProjectRelationDocument,
36469
+ ProjectRelationsDocument: ProjectRelationsDocument,
35212
36470
  ProjectUpdateDocument: ProjectUpdateDocument,
36471
+ ProjectUpdate_CommentsDocument: ProjectUpdate_CommentsDocument,
35213
36472
  ProjectUpdateInteractionDocument: ProjectUpdateInteractionDocument,
35214
36473
  ProjectUpdateInteractionsDocument: ProjectUpdateInteractionsDocument,
35215
36474
  ProjectUpdatesDocument: ProjectUpdatesDocument,
@@ -35307,6 +36566,9 @@
35307
36566
  EmailUserAccountAuthChallengeDocument: EmailUserAccountAuthChallengeDocument,
35308
36567
  CreateEmojiDocument: CreateEmojiDocument,
35309
36568
  DeleteEmojiDocument: DeleteEmojiDocument,
36569
+ CreateEntityExternalLinkDocument: CreateEntityExternalLinkDocument,
36570
+ DeleteEntityExternalLinkDocument: DeleteEntityExternalLinkDocument,
36571
+ UpdateEntityExternalLinkDocument: UpdateEntityExternalLinkDocument,
35310
36572
  CreateFavoriteDocument: CreateFavoriteDocument,
35311
36573
  DeleteFavoriteDocument: DeleteFavoriteDocument,
35312
36574
  UpdateFavoriteDocument: UpdateFavoriteDocument,
@@ -36099,6 +37361,19 @@
36099
37361
  this.authType = data.authType;
36100
37362
  }
36101
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;
37375
+ }
37376
+ }
36102
37377
  /**
36103
37378
  * An invitation to the organization that has been sent via email.
36104
37379
  *
@@ -36113,6 +37388,19 @@
36113
37388
  this.id = data.id;
36114
37389
  }
36115
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
+ }
36116
37404
  /**
36117
37405
  * AuthResolverResponse model
36118
37406
  *
@@ -36177,7 +37465,7 @@
36177
37465
  */
36178
37466
  class AuthenticationSession extends Request {
36179
37467
  constructor(request, data) {
36180
- 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;
36181
37469
  super(request);
36182
37470
  this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
36183
37471
  this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
@@ -36190,10 +37478,11 @@
36190
37478
  this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
36191
37479
  this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
36192
37480
  this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
37481
+ this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
36193
37482
  this.name = data.name;
36194
- this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
36195
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
36196
- 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;
36197
37486
  this.type = data.type;
36198
37487
  }
36199
37488
  }
@@ -36205,7 +37494,7 @@
36205
37494
  */
36206
37495
  class AuthenticationSessionResponse extends Request {
36207
37496
  constructor(request, data) {
36208
- 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;
36209
37498
  super(request);
36210
37499
  this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
36211
37500
  this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
@@ -36219,10 +37508,11 @@
36219
37508
  this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
36220
37509
  this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
36221
37510
  this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
37511
+ this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
36222
37512
  this.name = data.name;
36223
- this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
36224
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
36225
- 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;
36226
37516
  this.type = data.type;
36227
37517
  }
36228
37518
  }
@@ -36459,6 +37749,15 @@
36459
37749
  this.projectFilterData = (_f = data.projectFilterData) !== null && _f !== void 0 ? _f : undefined;
36460
37750
  this.shared = data.shared;
36461
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;
36462
37761
  this._creator = data.creator;
36463
37762
  this._owner = data.owner;
36464
37763
  this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
@@ -36800,14 +38099,14 @@
36800
38099
  }
36801
38100
  }
36802
38101
  /**
36803
- * A document for a project.
38102
+ * A document that can be attached to different entities.
36804
38103
  *
36805
38104
  * @param request - function to call the graphql client
36806
38105
  * @param data - L.DocumentFragment response data
36807
38106
  */
36808
38107
  class Document extends Request {
36809
38108
  constructor(request, data) {
36810
- var _a, _b, _c, _d, _e, _f, _g, _h;
38109
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
36811
38110
  super(request);
36812
38111
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
36813
38112
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
@@ -36820,9 +38119,10 @@
36820
38119
  this.sortOrder = data.sortOrder;
36821
38120
  this.title = data.title;
36822
38121
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
38122
+ this.url = data.url;
36823
38123
  this._creator = data.creator;
36824
38124
  this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
36825
- this._project = data.project;
38125
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
36826
38126
  this._updatedBy = data.updatedBy;
36827
38127
  }
36828
38128
  /** The user who created the document. */
@@ -36838,7 +38138,8 @@
36838
38138
  }
36839
38139
  /** The project that the document is associated with. */
36840
38140
  get project() {
36841
- 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;
36842
38143
  }
36843
38144
  /** The user who last updated the document. */
36844
38145
  get updatedBy() {
@@ -36962,6 +38263,47 @@
36962
38263
  this.id = data.id;
36963
38264
  }
36964
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
+ }
36965
38307
  /**
36966
38308
  * DocumentPayload model
36967
38309
  *
@@ -37003,7 +38345,7 @@
37003
38345
  */
37004
38346
  class DocumentSearchResult extends Request {
37005
38347
  constructor(request, data) {
37006
- var _a, _b, _c, _d, _e, _f, _g, _h;
38348
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
37007
38349
  super(request);
37008
38350
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
37009
38351
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
@@ -37017,9 +38359,10 @@
37017
38359
  this.sortOrder = data.sortOrder;
37018
38360
  this.title = data.title;
37019
38361
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
38362
+ this.url = data.url;
37020
38363
  this._creator = data.creator;
37021
38364
  this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
37022
- this._project = data.project;
38365
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
37023
38366
  this._updatedBy = data.updatedBy;
37024
38367
  }
37025
38368
  /** The user who created the document. */
@@ -37035,7 +38378,8 @@
37035
38378
  }
37036
38379
  /** The project that the document is associated with. */
37037
38380
  get project() {
37038
- 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;
37039
38383
  }
37040
38384
  /** The user who last updated the document. */
37041
38385
  get updatedBy() {
@@ -37226,6 +38570,72 @@
37226
38570
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
37227
38571
  }
37228
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
+ }
37229
38639
  /**
37230
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.
37231
38641
  *
@@ -38008,7 +39418,7 @@
38008
39418
  */
38009
39419
  class Issue extends Request {
38010
39420
  constructor(request, data) {
38011
- 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;
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;
38012
39422
  super(request);
38013
39423
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38014
39424
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -38029,29 +39439,31 @@
38029
39439
  this.previousIdentifiers = data.previousIdentifiers;
38030
39440
  this.priority = data.priority;
38031
39441
  this.priorityLabel = data.priorityLabel;
38032
- 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;
38033
39445
  this.sortOrder = data.sortOrder;
38034
- this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
38035
- this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
38036
- 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;
38037
39449
  this.title = data.title;
38038
- this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
38039
- this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
38040
- 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();
38041
39453
  this.url = data.url;
38042
39454
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
38043
- this.integrationSourceType = (_s = data.integrationSourceType) !== null && _s !== void 0 ? _s : undefined;
38044
- this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
38045
- this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
38046
- this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
38047
- this._externalUserCreator = (_w = data.externalUserCreator) !== null && _w !== void 0 ? _w : undefined;
38048
- this._favorite = (_x = data.favorite) !== null && _x !== void 0 ? _x : undefined;
38049
- this._lastAppliedTemplate = (_y = data.lastAppliedTemplate) !== null && _y !== void 0 ? _y : undefined;
38050
- this._parent = (_z = data.parent) !== null && _z !== void 0 ? _z : undefined;
38051
- this._project = (_0 = data.project) !== null && _0 !== void 0 ? _0 : undefined;
38052
- this._projectMilestone = (_1 = data.projectMilestone) !== null && _1 !== void 0 ? _1 : undefined;
38053
- this._snoozedBy = (_2 = data.snoozedBy) !== null && _2 !== void 0 ? _2 : undefined;
38054
- this._sourceComment = (_3 = data.sourceComment) !== null && _3 !== void 0 ? _3 : 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;
38055
39467
  this._state = data.state;
38056
39468
  this._team = data.team;
38057
39469
  }
@@ -38287,6 +39699,9 @@
38287
39699
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
38288
39700
  : undefined;
38289
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;
38290
39705
  this._actor = (_9 = data.actor) !== null && _9 !== void 0 ? _9 : undefined;
38291
39706
  this._attachment = (_10 = data.attachment) !== null && _10 !== void 0 ? _10 : undefined;
38292
39707
  this._fromAssignee = (_11 = data.fromAssignee) !== null && _11 !== void 0 ? _11 : undefined;
@@ -38528,8 +39943,8 @@
38528
39943
  return new DeleteIssueLabelMutation(this._request).fetch(this.id);
38529
39944
  }
38530
39945
  /** Updates an label. */
38531
- update(input) {
38532
- return new UpdateIssueLabelMutation(this._request).fetch(this.id, input);
39946
+ update(input, variables) {
39947
+ return new UpdateIssueLabelMutation(this._request).fetch(this.id, input, variables);
38533
39948
  }
38534
39949
  }
38535
39950
  /**
@@ -38761,7 +40176,7 @@
38761
40176
  */
38762
40177
  class IssueSearchResult extends Request {
38763
40178
  constructor(request, data) {
38764
- 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;
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;
38765
40180
  super(request);
38766
40181
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
38767
40182
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -38783,29 +40198,31 @@
38783
40198
  this.previousIdentifiers = data.previousIdentifiers;
38784
40199
  this.priority = data.priority;
38785
40200
  this.priorityLabel = data.priorityLabel;
38786
- 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;
38787
40204
  this.sortOrder = data.sortOrder;
38788
- this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
38789
- this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
38790
- 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;
38791
40208
  this.title = data.title;
38792
- this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
38793
- this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
38794
- 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();
38795
40212
  this.url = data.url;
38796
40213
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
38797
- this.integrationSourceType = (_s = data.integrationSourceType) !== null && _s !== void 0 ? _s : undefined;
38798
- this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
38799
- this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
38800
- this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
38801
- this._externalUserCreator = (_w = data.externalUserCreator) !== null && _w !== void 0 ? _w : undefined;
38802
- this._favorite = (_x = data.favorite) !== null && _x !== void 0 ? _x : undefined;
38803
- this._lastAppliedTemplate = (_y = data.lastAppliedTemplate) !== null && _y !== void 0 ? _y : undefined;
38804
- this._parent = (_z = data.parent) !== null && _z !== void 0 ? _z : undefined;
38805
- this._project = (_0 = data.project) !== null && _0 !== void 0 ? _0 : undefined;
38806
- this._projectMilestone = (_1 = data.projectMilestone) !== null && _1 !== void 0 ? _1 : undefined;
38807
- this._snoozedBy = (_2 = data.snoozedBy) !== null && _2 !== void 0 ? _2 : undefined;
38808
- this._sourceComment = (_3 = data.sourceComment) !== null && _3 !== void 0 ? _3 : 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;
38809
40226
  this._state = data.state;
38810
40227
  this._team = data.team;
38811
40228
  }
@@ -39126,6 +40543,8 @@
39126
40543
  constructor(request, fetch, data) {
39127
40544
  super(request, fetch, data.nodes.map(node => {
39128
40545
  switch (node.__typename) {
40546
+ case "DocumentNotification":
40547
+ return new DocumentNotification(request, node);
39129
40548
  case "IssueNotification":
39130
40549
  return new IssueNotification(request, node);
39131
40550
  case "OauthClientApprovalNotification":
@@ -39406,6 +40825,7 @@
39406
40825
  this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
39407
40826
  this.id = data.id;
39408
40827
  this.revokedAt = (_b = parseDate(data.revokedAt)) !== null && _b !== void 0 ? _b : undefined;
40828
+ this.scope = data.scope;
39409
40829
  this.userId = data.userId;
39410
40830
  this.client = new AuthOauthClient(request, data.client);
39411
40831
  this.user = new AuthUser(request, data.user);
@@ -39458,6 +40878,7 @@
39458
40878
  this.urlKey = data.urlKey;
39459
40879
  this.userCount = data.userCount;
39460
40880
  this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
40881
+ this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
39461
40882
  this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
39462
40883
  this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
39463
40884
  this.releaseChannel = data.releaseChannel;
@@ -39839,6 +41260,7 @@
39839
41260
  this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
39840
41261
  this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
39841
41262
  this.url = data.url;
41263
+ this.status = new ProjectStatus(request, data.status);
39842
41264
  this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
39843
41265
  this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
39844
41266
  this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
@@ -40248,6 +41670,81 @@
40248
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;
40249
41671
  }
40250
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
+ }
40251
41748
  /**
40252
41749
  * ProjectSearchPayload model
40253
41750
  *
@@ -40305,6 +41802,7 @@
40305
41802
  this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
40306
41803
  this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
40307
41804
  this.url = data.url;
41805
+ this.status = new ProjectStatus(request, data.status);
40308
41806
  this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
40309
41807
  this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
40310
41808
  this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
@@ -40359,6 +41857,40 @@
40359
41857
  super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
40360
41858
  }
40361
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
+ }
40362
41894
  /**
40363
41895
  * A update associated with an project.
40364
41896
  *
@@ -40377,6 +41909,7 @@
40377
41909
  this.editedAt = (_e = parseDate(data.editedAt)) !== null && _e !== void 0 ? _e : undefined;
40378
41910
  this.id = data.id;
40379
41911
  this.isDiffHidden = data.isDiffHidden;
41912
+ this.reactionData = data.reactionData;
40380
41913
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
40381
41914
  this.url = data.url;
40382
41915
  this.health = data.health;
@@ -40391,6 +41924,10 @@
40391
41924
  get user() {
40392
41925
  return new UserQuery(this._request).fetch(this._user.id);
40393
41926
  }
41927
+ /** Comments associated with the project update. */
41928
+ comments(variables) {
41929
+ return new ProjectUpdate_CommentsQuery(this._request, this.id, variables).fetch(variables);
41930
+ }
40394
41931
  /** Creates a new project update. */
40395
41932
  create(input) {
40396
41933
  return new CreateProjectUpdateMutation(this._request).fetch(input);
@@ -40719,6 +42256,7 @@
40719
42256
  this.slugId = data.slugId;
40720
42257
  this.sortOrder = data.sortOrder;
40721
42258
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
42259
+ this.url = data.url;
40722
42260
  this._creator = data.creator;
40723
42261
  this._owner = data.owner;
40724
42262
  }
@@ -40970,7 +42508,7 @@
40970
42508
  */
40971
42509
  class SlackChannelNameMapping extends Request {
40972
42510
  constructor(request, data) {
40973
- var _a, _b, _c, _d, _e, _f, _g;
42511
+ var _a, _b, _c, _d, _e, _f, _g, _h;
40974
42512
  super(request);
40975
42513
  this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
40976
42514
  this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
@@ -40981,6 +42519,7 @@
40981
42519
  this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
40982
42520
  this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
40983
42521
  this.name = data.name;
42522
+ this.postCancellationUpdates = (_h = data.postCancellationUpdates) !== null && _h !== void 0 ? _h : undefined;
40984
42523
  this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
40985
42524
  }
40986
42525
  }
@@ -41096,6 +42635,7 @@
41096
42635
  this.name = data.name;
41097
42636
  this.private = data.private;
41098
42637
  this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
42638
+ this.scimManaged = data.scimManaged;
41099
42639
  this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
41100
42640
  this.slackIssueComments = data.slackIssueComments;
41101
42641
  this.slackIssueStatuses = data.slackIssueStatuses;
@@ -42048,6 +43588,7 @@
42048
43588
  this.type = data.type;
42049
43589
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
42050
43590
  this.viewType = data.viewType;
43591
+ this.preferences = new ViewPreferencesValues(request, data.preferences);
42051
43592
  }
42052
43593
  /** Creates a new ViewPreferences object. */
42053
43594
  create(input) {
@@ -42076,6 +43617,21 @@
42076
43617
  this.viewPreferences = new ViewPreferences(request, data.viewPreferences);
42077
43618
  }
42078
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
+ }
42079
43635
  /**
42080
43636
  * A webhook used to send HTTP notifications over data updates.
42081
43637
  *
@@ -42964,6 +44520,31 @@
42964
44520
  });
42965
44521
  }
42966
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
+ }
42967
44548
  /**
42968
44549
  * A fetchable ExternalUser Query
42969
44550
  *
@@ -43546,6 +45127,8 @@
43546
45127
  });
43547
45128
  const data = response.notification;
43548
45129
  switch (data.__typename) {
45130
+ case "DocumentNotification":
45131
+ return new DocumentNotification(this._request, data);
43549
45132
  case "IssueNotification":
43550
45133
  return new IssueNotification(this._request, data);
43551
45134
  case "OauthClientApprovalNotification":
@@ -43885,6 +45468,54 @@
43885
45468
  });
43886
45469
  }
43887
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
+ }
43888
45519
  /**
43889
45520
  * A fetchable ProjectUpdate Query
43890
45521
  *
@@ -45752,6 +47383,83 @@
45752
47383
  });
45753
47384
  }
45754
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
+ }
45755
47463
  /**
45756
47464
  * A fetchable CreateFavorite Mutation
45757
47465
  *
@@ -47300,14 +49008,13 @@
47300
49008
  *
47301
49009
  * @param id - required id to pass to updateIssueLabel
47302
49010
  * @param input - required input to pass to updateIssueLabel
49011
+ * @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
47303
49012
  * @returns parsed response from UpdateIssueLabelMutation
47304
49013
  */
47305
- fetch(id, input) {
49014
+ fetch(id, input, variables) {
47306
49015
  return __awaiter(this, void 0, void 0, function* () {
47307
- const response = yield this._request(UpdateIssueLabelDocument, {
47308
- id,
47309
- input,
47310
- });
49016
+ const response = yield this._request(UpdateIssueLabelDocument, Object.assign({ id,
49017
+ input }, variables));
47311
49018
  const data = response.issueLabelUpdate;
47312
49019
  return new IssueLabelPayload(this._request, data);
47313
49020
  });
@@ -50184,6 +51891,138 @@
50184
51891
  });
50185
51892
  }
50186
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
+ }
50187
52026
  /**
50188
52027
  * A fetchable Cycle_Issues Query
50189
52028
  *
@@ -51161,6 +53000,32 @@
51161
53000
  });
51162
53001
  }
51163
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
+ }
51164
53029
  /**
51165
53030
  * A fetchable Project_Teams Query
51166
53031
  *
@@ -51215,6 +53080,33 @@
51215
53080
  });
51216
53081
  }
51217
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
+ }
51218
53110
  /**
51219
53111
  * A fetchable Roadmap_Projects Query
51220
53112
  *
@@ -52056,6 +53948,15 @@
52056
53948
  emojis(variables) {
52057
53949
  return new EmojisQuery(this._request).fetch(variables);
52058
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
+ }
52059
53960
  /**
52060
53961
  * One specific external user.
52061
53962
  *
@@ -52391,6 +54292,24 @@
52391
54292
  projectMilestones(variables) {
52392
54293
  return new ProjectMilestonesQuery(this._request).fetch(variables);
52393
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
+ }
52394
54313
  /**
52395
54314
  * A specific project update.
52396
54315
  *
@@ -53098,6 +55017,34 @@
53098
55017
  deleteEmoji(id) {
53099
55018
  return new DeleteEmojiMutation(this._request).fetch(id);
53100
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
+ }
53101
55048
  /**
53102
55049
  * Creates a new favorite (project, cycle etc).
53103
55050
  *
@@ -53684,10 +55631,11 @@
53684
55631
  *
53685
55632
  * @param id - required id to pass to updateIssueLabel
53686
55633
  * @param input - required input to pass to updateIssueLabel
55634
+ * @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
53687
55635
  * @returns IssueLabelPayload
53688
55636
  */
53689
- updateIssueLabel(id, input) {
53690
- return new UpdateIssueLabelMutation(this._request).fetch(id, input);
55637
+ updateIssueLabel(id, input, variables) {
55638
+ return new UpdateIssueLabelMutation(this._request).fetch(id, input, variables);
53691
55639
  }
53692
55640
  /**
53693
55641
  * Creates a new issue relation.
@@ -54761,7 +56709,9 @@
54761
56709
  exports.AuthOauthClientWithTokens = AuthOauthClientWithTokens;
54762
56710
  exports.AuthOrganization = AuthOrganization;
54763
56711
  exports.AuthOrganizationDomain = AuthOrganizationDomain;
56712
+ exports.AuthOrganizationExistsPayload = AuthOrganizationExistsPayload;
54764
56713
  exports.AuthOrganizationInvite = AuthOrganizationInvite;
56714
+ exports.AuthOrganizationPayload = AuthOrganizationPayload;
54765
56715
  exports.AuthResolverResponse = AuthResolverResponse;
54766
56716
  exports.AuthSuccessPayload = AuthSuccessPayload;
54767
56717
  exports.AuthUser = AuthUser;
@@ -54797,6 +56747,7 @@
54797
56747
  exports.CreateDocumentMutation = CreateDocumentMutation;
54798
56748
  exports.CreateEmailIntakeAddressMutation = CreateEmailIntakeAddressMutation;
54799
56749
  exports.CreateEmojiMutation = CreateEmojiMutation;
56750
+ exports.CreateEntityExternalLinkMutation = CreateEntityExternalLinkMutation;
54800
56751
  exports.CreateFavoriteMutation = CreateFavoriteMutation;
54801
56752
  exports.CreateGitAutomationStateMutation = CreateGitAutomationStateMutation;
54802
56753
  exports.CreateGitAutomationTargetBranchMutation = CreateGitAutomationTargetBranchMutation;
@@ -54835,6 +56786,11 @@
54835
56786
  exports.CustomViewQuery = CustomViewQuery;
54836
56787
  exports.CustomViewSuggestionPayload = CustomViewSuggestionPayload;
54837
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;
54838
56794
  exports.CustomViewsQuery = CustomViewsQuery;
54839
56795
  exports.Cycle = Cycle;
54840
56796
  exports.CycleArchivePayload = CycleArchivePayload;
@@ -54853,6 +56809,7 @@
54853
56809
  exports.DeleteDocumentMutation = DeleteDocumentMutation;
54854
56810
  exports.DeleteEmailIntakeAddressMutation = DeleteEmailIntakeAddressMutation;
54855
56811
  exports.DeleteEmojiMutation = DeleteEmojiMutation;
56812
+ exports.DeleteEntityExternalLinkMutation = DeleteEntityExternalLinkMutation;
54856
56813
  exports.DeleteFavoriteMutation = DeleteFavoriteMutation;
54857
56814
  exports.DeleteGitAutomationStateMutation = DeleteGitAutomationStateMutation;
54858
56815
  exports.DeleteGitAutomationTargetBranchMutation = DeleteGitAutomationTargetBranchMutation;
@@ -54891,6 +56848,7 @@
54891
56848
  exports.DocumentContentHistoryPayload = DocumentContentHistoryPayload;
54892
56849
  exports.DocumentContentHistoryQuery = DocumentContentHistoryQuery;
54893
56850
  exports.DocumentContentHistoryType = DocumentContentHistoryType;
56851
+ exports.DocumentNotification = DocumentNotification;
54894
56852
  exports.DocumentPayload = DocumentPayload;
54895
56853
  exports.DocumentQuery = DocumentQuery;
54896
56854
  exports.DocumentSearchPayload = DocumentSearchPayload;
@@ -54911,6 +56869,10 @@
54911
56869
  exports.EmojiQuery = EmojiQuery;
54912
56870
  exports.EmojisQuery = EmojisQuery;
54913
56871
  exports.Entity = Entity;
56872
+ exports.EntityExternalLink = EntityExternalLink;
56873
+ exports.EntityExternalLinkConnection = EntityExternalLinkConnection;
56874
+ exports.EntityExternalLinkPayload = EntityExternalLinkPayload;
56875
+ exports.EntityExternalLinkQuery = EntityExternalLinkQuery;
54914
56876
  exports.ExternalUser = ExternalUser;
54915
56877
  exports.ExternalUserConnection = ExternalUserConnection;
54916
56878
  exports.ExternalUserQuery = ExternalUserQuery;
@@ -55157,9 +57119,16 @@
55157
57119
  exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
55158
57120
  exports.ProjectPayload = ProjectPayload;
55159
57121
  exports.ProjectQuery = ProjectQuery;
57122
+ exports.ProjectRelation = ProjectRelation;
57123
+ exports.ProjectRelationConnection = ProjectRelationConnection;
57124
+ exports.ProjectRelationPayload = ProjectRelationPayload;
57125
+ exports.ProjectRelationQuery = ProjectRelationQuery;
57126
+ exports.ProjectRelationsQuery = ProjectRelationsQuery;
55160
57127
  exports.ProjectSearchPayload = ProjectSearchPayload;
55161
57128
  exports.ProjectSearchResult = ProjectSearchResult;
55162
57129
  exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
57130
+ exports.ProjectStatus = ProjectStatus;
57131
+ exports.ProjectStatusConnection = ProjectStatusConnection;
55163
57132
  exports.ProjectUpdate = ProjectUpdate;
55164
57133
  exports.ProjectUpdateConnection = ProjectUpdateConnection;
55165
57134
  exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
@@ -55172,6 +57141,7 @@
55172
57141
  exports.ProjectUpdateQuery = ProjectUpdateQuery;
55173
57142
  exports.ProjectUpdateReminderPayload = ProjectUpdateReminderPayload;
55174
57143
  exports.ProjectUpdateWithInteractionPayload = ProjectUpdateWithInteractionPayload;
57144
+ exports.ProjectUpdate_CommentsQuery = ProjectUpdate_CommentsQuery;
55175
57145
  exports.ProjectUpdatesQuery = ProjectUpdatesQuery;
55176
57146
  exports.Project_DocumentsQuery = Project_DocumentsQuery;
55177
57147
  exports.Project_IssuesQuery = Project_IssuesQuery;
@@ -55179,6 +57149,7 @@
55179
57149
  exports.Project_MembersQuery = Project_MembersQuery;
55180
57150
  exports.Project_ProjectMilestonesQuery = Project_ProjectMilestonesQuery;
55181
57151
  exports.Project_ProjectUpdatesQuery = Project_ProjectUpdatesQuery;
57152
+ exports.Project_StatusQuery = Project_StatusQuery;
55182
57153
  exports.Project_TeamsQuery = Project_TeamsQuery;
55183
57154
  exports.ProjectsQuery = ProjectsQuery;
55184
57155
  exports.PushSubscription = PushSubscription;
@@ -55278,6 +57249,7 @@
55278
57249
  exports.UpdateCycleMutation = UpdateCycleMutation;
55279
57250
  exports.UpdateDocumentMutation = UpdateDocumentMutation;
55280
57251
  exports.UpdateEmailIntakeAddressMutation = UpdateEmailIntakeAddressMutation;
57252
+ exports.UpdateEntityExternalLinkMutation = UpdateEntityExternalLinkMutation;
55281
57253
  exports.UpdateFavoriteMutation = UpdateFavoriteMutation;
55282
57254
  exports.UpdateGitAutomationStateMutation = UpdateGitAutomationStateMutation;
55283
57255
  exports.UpdateGitAutomationTargetBranchMutation = UpdateGitAutomationTargetBranchMutation;
@@ -55339,6 +57311,7 @@
55339
57311
  exports.UsersQuery = UsersQuery;
55340
57312
  exports.ViewPreferences = ViewPreferences;
55341
57313
  exports.ViewPreferencesPayload = ViewPreferencesPayload;
57314
+ exports.ViewPreferencesValues = ViewPreferencesValues;
55342
57315
  exports.ViewerQuery = ViewerQuery;
55343
57316
  exports.Viewer_AssignedIssuesQuery = Viewer_AssignedIssuesQuery;
55344
57317
  exports.Viewer_CreatedIssuesQuery = Viewer_CreatedIssuesQuery;