@linear/sdk 19.2.0 → 20.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-es.js CHANGED
@@ -83559,11 +83559,11 @@ var ReleaseChannel;
83559
83559
  ReleaseChannel["Public"] = "public";
83560
83560
  })(ReleaseChannel || (ReleaseChannel = {}));
83561
83561
  /** Which day count to use for SLA calculations. */
83562
- var SlaDayCountType;
83563
- (function (SlaDayCountType) {
83564
- SlaDayCountType["All"] = "all";
83565
- SlaDayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
83566
- })(SlaDayCountType || (SlaDayCountType = {}));
83562
+ var SLADayCountType;
83563
+ (function (SLADayCountType) {
83564
+ SLADayCountType["All"] = "all";
83565
+ SLADayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
83566
+ })(SLADayCountType || (SLADayCountType = {}));
83567
83567
  var SendStrategy;
83568
83568
  (function (SendStrategy) {
83569
83569
  SendStrategy["Desktop"] = "desktop";
@@ -83611,10 +83611,12 @@ var UserFlagType;
83611
83611
  UserFlagType["DesktopInstalled"] = "desktopInstalled";
83612
83612
  UserFlagType["DesktopTabsOnboardingDismissed"] = "desktopTabsOnboardingDismissed";
83613
83613
  UserFlagType["DueDateShortcutMigration"] = "dueDateShortcutMigration";
83614
+ UserFlagType["EditorSlashCommandUsed"] = "editorSlashCommandUsed";
83614
83615
  UserFlagType["EmptyActiveIssuesDismissed"] = "emptyActiveIssuesDismissed";
83615
83616
  UserFlagType["EmptyBacklogDismissed"] = "emptyBacklogDismissed";
83616
83617
  UserFlagType["EmptyCustomViewsDismissed"] = "emptyCustomViewsDismissed";
83617
83618
  UserFlagType["EmptyMyIssuesDismissed"] = "emptyMyIssuesDismissed";
83619
+ UserFlagType["EmptyParagraphSlashCommandTip"] = "emptyParagraphSlashCommandTip";
83618
83620
  UserFlagType["FigmaPluginBannerDismissed"] = "figmaPluginBannerDismissed";
83619
83621
  UserFlagType["FigmaPromptDismissed"] = "figmaPromptDismissed";
83620
83622
  UserFlagType["HelpIslandFeatureInsightsDismissed"] = "helpIslandFeatureInsightsDismissed";
@@ -83686,6 +83688,7 @@ var ViewType;
83686
83688
  ViewType["MyIssuesActivity"] = "myIssuesActivity";
83687
83689
  ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
83688
83690
  ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
83691
+ ViewType["MyViews"] = "myViews";
83689
83692
  ViewType["Project"] = "project";
83690
83693
  ViewType["ProjectDocuments"] = "projectDocuments";
83691
83694
  ViewType["Projects"] = "projects";
@@ -83799,6 +83802,8 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
83799
83802
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83800
83803
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83801
83804
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
83805
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
83806
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
83802
83807
  { kind: "Field", name: { kind: "Name", value: "id" } },
83803
83808
  {
83804
83809
  kind: "Field",
@@ -83877,6 +83882,8 @@ const CycleNotificationSubscriptionFragmentDoc = {
83877
83882
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83878
83883
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83879
83884
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
83885
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
83886
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
83880
83887
  { kind: "Field", name: { kind: "Name", value: "id" } },
83881
83888
  {
83882
83889
  kind: "Field",
@@ -84122,6 +84129,63 @@ const ActorBotFragmentDoc = {
84122
84129
  },
84123
84130
  ],
84124
84131
  };
84132
+ const DocumentNotificationFragmentDoc = {
84133
+ kind: "Document",
84134
+ definitions: [
84135
+ {
84136
+ kind: "FragmentDefinition",
84137
+ name: { kind: "Name", value: "DocumentNotification" },
84138
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
84139
+ selectionSet: {
84140
+ kind: "SelectionSet",
84141
+ selections: [
84142
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
84143
+ { kind: "Field", name: { kind: "Name", value: "type" } },
84144
+ {
84145
+ kind: "Field",
84146
+ name: { kind: "Name", value: "botActor" },
84147
+ selectionSet: {
84148
+ kind: "SelectionSet",
84149
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
84150
+ },
84151
+ },
84152
+ {
84153
+ kind: "Field",
84154
+ name: { kind: "Name", value: "externalUserActor" },
84155
+ selectionSet: {
84156
+ kind: "SelectionSet",
84157
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84158
+ },
84159
+ },
84160
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84161
+ { kind: "Field", name: { kind: "Name", value: "emailedAt" } },
84162
+ { kind: "Field", name: { kind: "Name", value: "readAt" } },
84163
+ { kind: "Field", name: { kind: "Name", value: "unsnoozedAt" } },
84164
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84165
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84166
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
84167
+ { kind: "Field", name: { kind: "Name", value: "id" } },
84168
+ {
84169
+ kind: "Field",
84170
+ name: { kind: "Name", value: "actor" },
84171
+ selectionSet: {
84172
+ kind: "SelectionSet",
84173
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84174
+ },
84175
+ },
84176
+ {
84177
+ kind: "Field",
84178
+ name: { kind: "Name", value: "user" },
84179
+ selectionSet: {
84180
+ kind: "SelectionSet",
84181
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84182
+ },
84183
+ },
84184
+ ],
84185
+ },
84186
+ },
84187
+ ],
84188
+ };
84125
84189
  const NotificationSubscriptionFragmentDoc = {
84126
84190
  kind: "Document",
84127
84191
  definitions: [
@@ -84176,6 +84240,8 @@ const NotificationSubscriptionFragmentDoc = {
84176
84240
  },
84177
84241
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84178
84242
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84243
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
84244
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84179
84245
  { kind: "Field", name: { kind: "Name", value: "id" } },
84180
84246
  {
84181
84247
  kind: "Field",
@@ -84306,6 +84372,7 @@ const OauthClientApprovalFragmentDoc = {
84306
84372
  { kind: "Field", name: { kind: "Name", value: "requestReason" } },
84307
84373
  { kind: "Field", name: { kind: "Name", value: "denyReason" } },
84308
84374
  { kind: "Field", name: { kind: "Name", value: "scopes" } },
84375
+ { kind: "Field", name: { kind: "Name", value: "status" } },
84309
84376
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84310
84377
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84311
84378
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -84505,6 +84572,14 @@ const NotificationFragmentDoc = {
84505
84572
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84506
84573
  },
84507
84574
  },
84575
+ {
84576
+ kind: "InlineFragment",
84577
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
84578
+ selectionSet: {
84579
+ kind: "SelectionSet",
84580
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentNotification" } }],
84581
+ },
84582
+ },
84508
84583
  {
84509
84584
  kind: "InlineFragment",
84510
84585
  typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
@@ -84819,6 +84894,8 @@ const LabelNotificationSubscriptionFragmentDoc = {
84819
84894
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84820
84895
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84821
84896
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
84897
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
84898
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84822
84899
  { kind: "Field", name: { kind: "Name", value: "id" } },
84823
84900
  {
84824
84901
  kind: "Field",
@@ -84897,6 +84974,8 @@ const ProjectNotificationSubscriptionFragmentDoc = {
84897
84974
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84898
84975
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84899
84976
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
84977
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
84978
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84900
84979
  { kind: "Field", name: { kind: "Name", value: "id" } },
84901
84980
  {
84902
84981
  kind: "Field",
@@ -84975,6 +85054,8 @@ const TeamNotificationSubscriptionFragmentDoc = {
84975
85054
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84976
85055
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84977
85056
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
85057
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
85058
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
84978
85059
  { kind: "Field", name: { kind: "Name", value: "id" } },
84979
85060
  {
84980
85061
  kind: "Field",
@@ -85077,6 +85158,8 @@ const UserNotificationSubscriptionFragmentDoc = {
85077
85158
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85078
85159
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85079
85160
  { kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
85161
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
85162
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
85080
85163
  { kind: "Field", name: { kind: "Name", value: "id" } },
85081
85164
  {
85082
85165
  kind: "Field",
@@ -85114,6 +85197,7 @@ const AuthOrganizationFragmentDoc = {
85114
85197
  { kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
85115
85198
  { kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
85116
85199
  { kind: "Field", name: { kind: "Name", value: "serviceId" } },
85200
+ { kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
85117
85201
  { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
85118
85202
  { kind: "Field", name: { kind: "Name", value: "name" } },
85119
85203
  { kind: "Field", name: { kind: "Name", value: "urlKey" } },
@@ -85212,6 +85296,32 @@ const AuthOrganizationInviteFragmentDoc = {
85212
85296
  },
85213
85297
  ],
85214
85298
  };
85299
+ const ProjectStatusFragmentDoc = {
85300
+ kind: "Document",
85301
+ definitions: [
85302
+ {
85303
+ kind: "FragmentDefinition",
85304
+ name: { kind: "Name", value: "ProjectStatus" },
85305
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatus" } },
85306
+ selectionSet: {
85307
+ kind: "SelectionSet",
85308
+ selections: [
85309
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85310
+ { kind: "Field", name: { kind: "Name", value: "description" } },
85311
+ { kind: "Field", name: { kind: "Name", value: "color" } },
85312
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85313
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85314
+ { kind: "Field", name: { kind: "Name", value: "position" } },
85315
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85316
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85317
+ { kind: "Field", name: { kind: "Name", value: "type" } },
85318
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85319
+ { kind: "Field", name: { kind: "Name", value: "indefinite" } },
85320
+ ],
85321
+ },
85322
+ },
85323
+ ],
85324
+ };
85215
85325
  const PaidSubscriptionFragmentDoc = {
85216
85326
  kind: "Document",
85217
85327
  definitions: [
@@ -85265,11 +85375,22 @@ const OrganizationFragmentDoc = {
85265
85375
  { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
85266
85376
  { kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
85267
85377
  { kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
85378
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersDay" } },
85379
+ { kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
85380
+ { kind: "Field", name: { kind: "Name", value: "projectUpdatesReminderFrequency" } },
85268
85381
  { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
85269
85382
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85270
85383
  { kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
85271
85384
  { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
85272
85385
  { kind: "Field", name: { kind: "Name", value: "name" } },
85386
+ {
85387
+ kind: "Field",
85388
+ name: { kind: "Name", value: "projectStatuses" },
85389
+ selectionSet: {
85390
+ kind: "SelectionSet",
85391
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
85392
+ },
85393
+ },
85273
85394
  {
85274
85395
  kind: "Field",
85275
85396
  name: { kind: "Name", value: "subscription" },
@@ -85290,6 +85411,7 @@ const OrganizationFragmentDoc = {
85290
85411
  { kind: "Field", name: { kind: "Name", value: "gitLinkbackMessagesEnabled" } },
85291
85412
  { kind: "Field", name: { kind: "Name", value: "gitPublicLinkbackMessagesEnabled" } },
85292
85413
  { kind: "Field", name: { kind: "Name", value: "roadmapEnabled" } },
85414
+ { kind: "Field", name: { kind: "Name", value: "slaDayCount" } },
85293
85415
  ],
85294
85416
  },
85295
85417
  },
@@ -85361,9 +85483,11 @@ const AuthenticationSessionResponseFragmentDoc = {
85361
85483
  { kind: "Field", name: { kind: "Name", value: "locationCity" } },
85362
85484
  { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
85363
85485
  { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
85486
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
85364
85487
  { kind: "Field", name: { kind: "Name", value: "name" } },
85365
85488
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
85366
85489
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
85490
+ { kind: "Field", name: { kind: "Name", value: "type" } },
85367
85491
  { kind: "Field", name: { kind: "Name", value: "browserType" } },
85368
85492
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
85369
85493
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -85398,6 +85522,7 @@ const OrganizationDomainFragmentDoc = {
85398
85522
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85399
85523
  },
85400
85524
  },
85525
+ { kind: "Field", name: { kind: "Name", value: "authType" } },
85401
85526
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
85402
85527
  ],
85403
85528
  },
@@ -85926,11 +86051,12 @@ const SlackChannelNameMappingFragmentDoc = {
85926
86051
  { kind: "Field", name: { kind: "Name", value: "name" } },
85927
86052
  { kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
85928
86053
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
86054
+ { kind: "Field", name: { kind: "Name", value: "postCancellationUpdates" } },
86055
+ { kind: "Field", name: { kind: "Name", value: "botAdded" } },
85929
86056
  { kind: "Field", name: { kind: "Name", value: "isPrivate" } },
85930
86057
  { kind: "Field", name: { kind: "Name", value: "isShared" } },
85931
86058
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
85932
86059
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
85933
- { kind: "Field", name: { kind: "Name", value: "botAdded" } },
85934
86060
  {
85935
86061
  kind: "Field",
85936
86062
  name: { kind: "Name", value: "teams" },
@@ -85966,6 +86092,7 @@ const SlackAsksSettingsFragmentDoc = {
85966
86092
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
85967
86093
  },
85968
86094
  },
86095
+ { kind: "Field", name: { kind: "Name", value: "canAdministrate" } },
85969
86096
  { kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
85970
86097
  ],
85971
86098
  },
@@ -85985,6 +86112,7 @@ const SlackPostSettingsFragmentDoc = {
85985
86112
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85986
86113
  { kind: "Field", name: { kind: "Name", value: "channel" } },
85987
86114
  { kind: "Field", name: { kind: "Name", value: "channelId" } },
86115
+ { kind: "Field", name: { kind: "Name", value: "channelType" } },
85988
86116
  { kind: "Field", name: { kind: "Name", value: "configurationUrl" } },
85989
86117
  ],
85990
86118
  },
@@ -86232,9 +86360,11 @@ const AuthenticationSessionFragmentDoc = {
86232
86360
  { kind: "Field", name: { kind: "Name", value: "locationCity" } },
86233
86361
  { kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
86234
86362
  { kind: "Field", name: { kind: "Name", value: "locationCountry" } },
86363
+ { kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
86235
86364
  { kind: "Field", name: { kind: "Name", value: "name" } },
86236
86365
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
86237
86366
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
86367
+ { kind: "Field", name: { kind: "Name", value: "type" } },
86238
86368
  { kind: "Field", name: { kind: "Name", value: "browserType" } },
86239
86369
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
86240
86370
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -86704,6 +86834,7 @@ const OauthTokenFragmentDoc = {
86704
86834
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
86705
86835
  },
86706
86836
  },
86837
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
86707
86838
  { kind: "Field", name: { kind: "Name", value: "clientId" } },
86708
86839
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
86709
86840
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -86757,6 +86888,7 @@ const AuthOrganizationDomainFragmentDoc = {
86757
86888
  selections: [
86758
86889
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86759
86890
  { kind: "Field", name: { kind: "Name", value: "id" } },
86891
+ { kind: "Field", name: { kind: "Name", value: "authType" } },
86760
86892
  { kind: "Field", name: { kind: "Name", value: "claimed" } },
86761
86893
  { kind: "Field", name: { kind: "Name", value: "name" } },
86762
86894
  { kind: "Field", name: { kind: "Name", value: "organizationId" } },
@@ -86766,6 +86898,49 @@ const AuthOrganizationDomainFragmentDoc = {
86766
86898
  },
86767
86899
  ],
86768
86900
  };
86901
+ const AuthOrganizationExistsPayloadFragmentDoc = {
86902
+ kind: "Document",
86903
+ definitions: [
86904
+ {
86905
+ kind: "FragmentDefinition",
86906
+ name: { kind: "Name", value: "AuthOrganizationExistsPayload" },
86907
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationExistsPayload" } },
86908
+ selectionSet: {
86909
+ kind: "SelectionSet",
86910
+ selections: [
86911
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86912
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86913
+ { kind: "Field", name: { kind: "Name", value: "exists" } },
86914
+ ],
86915
+ },
86916
+ },
86917
+ ],
86918
+ };
86919
+ const AuthOrganizationPayloadFragmentDoc = {
86920
+ kind: "Document",
86921
+ definitions: [
86922
+ {
86923
+ kind: "FragmentDefinition",
86924
+ name: { kind: "Name", value: "AuthOrganizationPayload" },
86925
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationPayload" } },
86926
+ selectionSet: {
86927
+ kind: "SelectionSet",
86928
+ selections: [
86929
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86930
+ {
86931
+ kind: "Field",
86932
+ name: { kind: "Name", value: "authOrganization" },
86933
+ selectionSet: {
86934
+ kind: "SelectionSet",
86935
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
86936
+ },
86937
+ },
86938
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86939
+ ],
86940
+ },
86941
+ },
86942
+ ],
86943
+ };
86769
86944
  const AuthResolverResponseFragmentDoc = {
86770
86945
  kind: "Document",
86771
86946
  definitions: [
@@ -87136,6 +87311,55 @@ const CreateOrJoinOrganizationResponseFragmentDoc = {
87136
87311
  },
87137
87312
  ],
87138
87313
  };
87314
+ const ViewPreferencesValuesFragmentDoc = {
87315
+ kind: "Document",
87316
+ definitions: [
87317
+ {
87318
+ kind: "FragmentDefinition",
87319
+ name: { kind: "Name", value: "ViewPreferencesValues" },
87320
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferencesValues" } },
87321
+ selectionSet: {
87322
+ kind: "SelectionSet",
87323
+ selections: [
87324
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87325
+ { kind: "Field", name: { kind: "Name", value: "issueGrouping" } },
87326
+ { kind: "Field", name: { kind: "Name", value: "viewOrdering" } },
87327
+ { kind: "Field", name: { kind: "Name", value: "showCompletedIssues" } },
87328
+ ],
87329
+ },
87330
+ },
87331
+ ],
87332
+ };
87333
+ const ViewPreferencesFragmentDoc = {
87334
+ kind: "Document",
87335
+ definitions: [
87336
+ {
87337
+ kind: "FragmentDefinition",
87338
+ name: { kind: "Name", value: "ViewPreferences" },
87339
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
87340
+ selectionSet: {
87341
+ kind: "SelectionSet",
87342
+ selections: [
87343
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87344
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87345
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
87346
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87347
+ { kind: "Field", name: { kind: "Name", value: "id" } },
87348
+ { kind: "Field", name: { kind: "Name", value: "type" } },
87349
+ {
87350
+ kind: "Field",
87351
+ name: { kind: "Name", value: "preferences" },
87352
+ selectionSet: {
87353
+ kind: "SelectionSet",
87354
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
87355
+ },
87356
+ },
87357
+ { kind: "Field", name: { kind: "Name", value: "viewType" } },
87358
+ ],
87359
+ },
87360
+ },
87361
+ ],
87362
+ };
87139
87363
  const CustomViewFragmentDoc = {
87140
87364
  kind: "Document",
87141
87365
  definitions: [
@@ -87147,7 +87371,23 @@ const CustomViewFragmentDoc = {
87147
87371
  kind: "SelectionSet",
87148
87372
  selections: [
87149
87373
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
87374
+ {
87375
+ kind: "Field",
87376
+ name: { kind: "Name", value: "viewPreferencesValues" },
87377
+ selectionSet: {
87378
+ kind: "SelectionSet",
87379
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
87380
+ },
87381
+ },
87150
87382
  { kind: "Field", name: { kind: "Name", value: "color" } },
87383
+ {
87384
+ kind: "Field",
87385
+ name: { kind: "Name", value: "userViewPreferences" },
87386
+ selectionSet: {
87387
+ kind: "SelectionSet",
87388
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
87389
+ },
87390
+ },
87151
87391
  { kind: "Field", name: { kind: "Name", value: "description" } },
87152
87392
  { kind: "Field", name: { kind: "Name", value: "filterData" } },
87153
87393
  { kind: "Field", name: { kind: "Name", value: "projectFilterData" } },
@@ -87156,6 +87396,14 @@ const CustomViewFragmentDoc = {
87156
87396
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87157
87397
  { kind: "Field", name: { kind: "Name", value: "modelName" } },
87158
87398
  { kind: "Field", name: { kind: "Name", value: "name" } },
87399
+ {
87400
+ kind: "Field",
87401
+ name: { kind: "Name", value: "organizationViewPreferences" },
87402
+ selectionSet: {
87403
+ kind: "SelectionSet",
87404
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
87405
+ },
87406
+ },
87159
87407
  {
87160
87408
  kind: "Field",
87161
87409
  name: { kind: "Name", value: "team" },
@@ -87401,6 +87649,7 @@ const DocumentFragmentDoc = {
87401
87649
  kind: "SelectionSet",
87402
87650
  selections: [
87403
87651
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
87652
+ { kind: "Field", name: { kind: "Name", value: "url" } },
87404
87653
  { kind: "Field", name: { kind: "Name", value: "color" } },
87405
87654
  { kind: "Field", name: { kind: "Name", value: "title" } },
87406
87655
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -87584,6 +87833,7 @@ const DocumentSearchResultFragmentDoc = {
87584
87833
  selections: [
87585
87834
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
87586
87835
  { kind: "Field", name: { kind: "Name", value: "metadata" } },
87836
+ { kind: "Field", name: { kind: "Name", value: "url" } },
87587
87837
  { kind: "Field", name: { kind: "Name", value: "color" } },
87588
87838
  { kind: "Field", name: { kind: "Name", value: "title" } },
87589
87839
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
@@ -87901,6 +88151,95 @@ const EmojiPayloadFragmentDoc = {
87901
88151
  },
87902
88152
  ],
87903
88153
  };
88154
+ const EntityExternalLinkFragmentDoc = {
88155
+ kind: "Document",
88156
+ definitions: [
88157
+ {
88158
+ kind: "FragmentDefinition",
88159
+ name: { kind: "Name", value: "EntityExternalLink" },
88160
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLink" } },
88161
+ selectionSet: {
88162
+ kind: "SelectionSet",
88163
+ selections: [
88164
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88165
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88166
+ { kind: "Field", name: { kind: "Name", value: "url" } },
88167
+ { kind: "Field", name: { kind: "Name", value: "label" } },
88168
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
88169
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
88170
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
88171
+ { kind: "Field", name: { kind: "Name", value: "id" } },
88172
+ {
88173
+ kind: "Field",
88174
+ name: { kind: "Name", value: "creator" },
88175
+ selectionSet: {
88176
+ kind: "SelectionSet",
88177
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88178
+ },
88179
+ },
88180
+ ],
88181
+ },
88182
+ },
88183
+ ],
88184
+ };
88185
+ const EntityExternalLinkConnectionFragmentDoc = {
88186
+ kind: "Document",
88187
+ definitions: [
88188
+ {
88189
+ kind: "FragmentDefinition",
88190
+ name: { kind: "Name", value: "EntityExternalLinkConnection" },
88191
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkConnection" } },
88192
+ selectionSet: {
88193
+ kind: "SelectionSet",
88194
+ selections: [
88195
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88196
+ {
88197
+ kind: "Field",
88198
+ name: { kind: "Name", value: "nodes" },
88199
+ selectionSet: {
88200
+ kind: "SelectionSet",
88201
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
88202
+ },
88203
+ },
88204
+ {
88205
+ kind: "Field",
88206
+ name: { kind: "Name", value: "pageInfo" },
88207
+ selectionSet: {
88208
+ kind: "SelectionSet",
88209
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88210
+ },
88211
+ },
88212
+ ],
88213
+ },
88214
+ },
88215
+ ],
88216
+ };
88217
+ const EntityExternalLinkPayloadFragmentDoc = {
88218
+ kind: "Document",
88219
+ definitions: [
88220
+ {
88221
+ kind: "FragmentDefinition",
88222
+ name: { kind: "Name", value: "EntityExternalLinkPayload" },
88223
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkPayload" } },
88224
+ selectionSet: {
88225
+ kind: "SelectionSet",
88226
+ selections: [
88227
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88228
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
88229
+ {
88230
+ kind: "Field",
88231
+ name: { kind: "Name", value: "entityExternalLink" },
88232
+ selectionSet: {
88233
+ kind: "SelectionSet",
88234
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88235
+ },
88236
+ },
88237
+ { kind: "Field", name: { kind: "Name", value: "success" } },
88238
+ ],
88239
+ },
88240
+ },
88241
+ ],
88242
+ };
87904
88243
  const ExternalUserFragmentDoc = {
87905
88244
  kind: "Document",
87906
88245
  definitions: [
@@ -88060,6 +88399,7 @@ const FavoriteFragmentDoc = {
88060
88399
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88061
88400
  },
88062
88401
  },
88402
+ { kind: "Field", name: { kind: "Name", value: "projectTab" } },
88063
88403
  {
88064
88404
  kind: "Field",
88065
88405
  name: { kind: "Name", value: "predefinedViewTeam" },
@@ -88203,6 +88543,7 @@ const GitAutomationStateFragmentDoc = {
88203
88543
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88204
88544
  },
88205
88545
  },
88546
+ { kind: "Field", name: { kind: "Name", value: "event" } },
88206
88547
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88207
88548
  {
88208
88549
  kind: "Field",
@@ -88701,6 +89042,7 @@ const IssueFragmentDoc = {
88701
89042
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
88702
89043
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
88703
89044
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
89045
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
88704
89046
  { kind: "Field", name: { kind: "Name", value: "url" } },
88705
89047
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
88706
89048
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -88798,6 +89140,8 @@ const IssueFragmentDoc = {
88798
89140
  { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
88799
89141
  { kind: "Field", name: { kind: "Name", value: "completedAt" } },
88800
89142
  { kind: "Field", name: { kind: "Name", value: "startedAt" } },
89143
+ { kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
89144
+ { kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
88801
89145
  { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
88802
89146
  { kind: "Field", name: { kind: "Name", value: "id" } },
88803
89147
  {
@@ -89015,6 +89359,45 @@ const IssueLabelFragmentDoc = {
89015
89359
  },
89016
89360
  ],
89017
89361
  };
89362
+ const UserFragmentDoc = {
89363
+ kind: "Document",
89364
+ definitions: [
89365
+ {
89366
+ kind: "FragmentDefinition",
89367
+ name: { kind: "Name", value: "User" },
89368
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
89369
+ selectionSet: {
89370
+ kind: "SelectionSet",
89371
+ selections: [
89372
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
89373
+ { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
89374
+ { kind: "Field", name: { kind: "Name", value: "description" } },
89375
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
89376
+ { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
89377
+ { kind: "Field", name: { kind: "Name", value: "disableReason" } },
89378
+ { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
89379
+ { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
89380
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
89381
+ { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
89382
+ { kind: "Field", name: { kind: "Name", value: "timezone" } },
89383
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
89384
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
89385
+ { kind: "Field", name: { kind: "Name", value: "id" } },
89386
+ { kind: "Field", name: { kind: "Name", value: "displayName" } },
89387
+ { kind: "Field", name: { kind: "Name", value: "email" } },
89388
+ { kind: "Field", name: { kind: "Name", value: "name" } },
89389
+ { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
89390
+ { kind: "Field", name: { kind: "Name", value: "url" } },
89391
+ { kind: "Field", name: { kind: "Name", value: "active" } },
89392
+ { kind: "Field", name: { kind: "Name", value: "guest" } },
89393
+ { kind: "Field", name: { kind: "Name", value: "admin" } },
89394
+ { kind: "Field", name: { kind: "Name", value: "isMe" } },
89395
+ { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
89396
+ ],
89397
+ },
89398
+ },
89399
+ ],
89400
+ };
89018
89401
  const IssueHistoryFragmentDoc = {
89019
89402
  kind: "Document",
89020
89403
  definitions: [
@@ -89228,6 +89611,14 @@ const IssueHistoryFragmentDoc = {
89228
89611
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
89229
89612
  },
89230
89613
  },
89614
+ {
89615
+ kind: "Field",
89616
+ name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
89617
+ selectionSet: {
89618
+ kind: "SelectionSet",
89619
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
89620
+ },
89621
+ },
89231
89622
  ],
89232
89623
  },
89233
89624
  },
@@ -89544,6 +89935,7 @@ const IssueSearchResultFragmentDoc = {
89544
89935
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
89545
89936
  { kind: "Field", name: { kind: "Name", value: "trashed" } },
89546
89937
  { kind: "Field", name: { kind: "Name", value: "labelIds" } },
89938
+ { kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
89547
89939
  { kind: "Field", name: { kind: "Name", value: "url" } },
89548
89940
  { kind: "Field", name: { kind: "Name", value: "identifier" } },
89549
89941
  { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
@@ -89642,6 +90034,8 @@ const IssueSearchResultFragmentDoc = {
89642
90034
  { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
89643
90035
  { kind: "Field", name: { kind: "Name", value: "completedAt" } },
89644
90036
  { kind: "Field", name: { kind: "Name", value: "startedAt" } },
90037
+ { kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
90038
+ { kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
89645
90039
  { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
89646
90040
  { kind: "Field", name: { kind: "Name", value: "id" } },
89647
90041
  {
@@ -90010,6 +90404,26 @@ const OauthClientConnectionFragmentDoc = {
90010
90404
  },
90011
90405
  ],
90012
90406
  };
90407
+ const OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc = {
90408
+ kind: "Document",
90409
+ definitions: [
90410
+ {
90411
+ kind: "FragmentDefinition",
90412
+ name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
90413
+ typeCondition: {
90414
+ kind: "NamedType",
90415
+ name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
90416
+ },
90417
+ selectionSet: {
90418
+ kind: "SelectionSet",
90419
+ selections: [
90420
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
90421
+ { kind: "Field", name: { kind: "Name", value: "status" } },
90422
+ ],
90423
+ },
90424
+ },
90425
+ ],
90426
+ };
90013
90427
  const OrganizationCancelDeletePayloadFragmentDoc = {
90014
90428
  kind: "Document",
90015
90429
  definitions: [
@@ -90082,6 +90496,7 @@ const OrganizationInviteFragmentDoc = {
90082
90496
  { kind: "Field", name: { kind: "Name", value: "acceptedAt" } },
90083
90497
  { kind: "Field", name: { kind: "Name", value: "expiresAt" } },
90084
90498
  { kind: "Field", name: { kind: "Name", value: "id" } },
90499
+ { kind: "Field", name: { kind: "Name", value: "role" } },
90085
90500
  {
90086
90501
  kind: "Field",
90087
90502
  name: { kind: "Name", value: "inviter" },
@@ -90151,7 +90566,9 @@ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
90151
90566
  { kind: "Field", name: { kind: "Name", value: "organizationName" } },
90152
90567
  { kind: "Field", name: { kind: "Name", value: "email" } },
90153
90568
  { kind: "Field", name: { kind: "Name", value: "inviter" } },
90569
+ { kind: "Field", name: { kind: "Name", value: "status" } },
90154
90570
  { kind: "Field", name: { kind: "Name", value: "organizationLogoUrl" } },
90571
+ { kind: "Field", name: { kind: "Name", value: "role" } },
90155
90572
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
90156
90573
  { kind: "Field", name: { kind: "Name", value: "accepted" } },
90157
90574
  { kind: "Field", name: { kind: "Name", value: "expired" } },
@@ -90321,6 +90738,14 @@ const ProjectFragmentDoc = {
90321
90738
  { kind: "Field", name: { kind: "Name", value: "name" } },
90322
90739
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
90323
90740
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
90741
+ {
90742
+ kind: "Field",
90743
+ name: { kind: "Name", value: "status" },
90744
+ selectionSet: {
90745
+ kind: "SelectionSet",
90746
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
90747
+ },
90748
+ },
90324
90749
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
90325
90750
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
90326
90751
  { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
@@ -90618,6 +91043,119 @@ const ProjectPayloadFragmentDoc = {
90618
91043
  },
90619
91044
  ],
90620
91045
  };
91046
+ const ProjectRelationFragmentDoc = {
91047
+ kind: "Document",
91048
+ definitions: [
91049
+ {
91050
+ kind: "FragmentDefinition",
91051
+ name: { kind: "Name", value: "ProjectRelation" },
91052
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelation" } },
91053
+ selectionSet: {
91054
+ kind: "SelectionSet",
91055
+ selections: [
91056
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91057
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
91058
+ {
91059
+ kind: "Field",
91060
+ name: { kind: "Name", value: "projectMilestone" },
91061
+ selectionSet: {
91062
+ kind: "SelectionSet",
91063
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91064
+ },
91065
+ },
91066
+ {
91067
+ kind: "Field",
91068
+ name: { kind: "Name", value: "relatedProjectMilestone" },
91069
+ selectionSet: {
91070
+ kind: "SelectionSet",
91071
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91072
+ },
91073
+ },
91074
+ {
91075
+ kind: "Field",
91076
+ name: { kind: "Name", value: "project" },
91077
+ selectionSet: {
91078
+ kind: "SelectionSet",
91079
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91080
+ },
91081
+ },
91082
+ {
91083
+ kind: "Field",
91084
+ name: { kind: "Name", value: "relatedProject" },
91085
+ selectionSet: {
91086
+ kind: "SelectionSet",
91087
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91088
+ },
91089
+ },
91090
+ { kind: "Field", name: { kind: "Name", value: "type" } },
91091
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
91092
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
91093
+ { kind: "Field", name: { kind: "Name", value: "anchorType" } },
91094
+ { kind: "Field", name: { kind: "Name", value: "relatedAnchorType" } },
91095
+ { kind: "Field", name: { kind: "Name", value: "id" } },
91096
+ ],
91097
+ },
91098
+ },
91099
+ ],
91100
+ };
91101
+ const ProjectRelationConnectionFragmentDoc = {
91102
+ kind: "Document",
91103
+ definitions: [
91104
+ {
91105
+ kind: "FragmentDefinition",
91106
+ name: { kind: "Name", value: "ProjectRelationConnection" },
91107
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationConnection" } },
91108
+ selectionSet: {
91109
+ kind: "SelectionSet",
91110
+ selections: [
91111
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91112
+ {
91113
+ kind: "Field",
91114
+ name: { kind: "Name", value: "nodes" },
91115
+ selectionSet: {
91116
+ kind: "SelectionSet",
91117
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
91118
+ },
91119
+ },
91120
+ {
91121
+ kind: "Field",
91122
+ name: { kind: "Name", value: "pageInfo" },
91123
+ selectionSet: {
91124
+ kind: "SelectionSet",
91125
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
91126
+ },
91127
+ },
91128
+ ],
91129
+ },
91130
+ },
91131
+ ],
91132
+ };
91133
+ const ProjectRelationPayloadFragmentDoc = {
91134
+ kind: "Document",
91135
+ definitions: [
91136
+ {
91137
+ kind: "FragmentDefinition",
91138
+ name: { kind: "Name", value: "ProjectRelationPayload" },
91139
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationPayload" } },
91140
+ selectionSet: {
91141
+ kind: "SelectionSet",
91142
+ selections: [
91143
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91144
+ { kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
91145
+ {
91146
+ kind: "Field",
91147
+ name: { kind: "Name", value: "projectRelation" },
91148
+ selectionSet: {
91149
+ kind: "SelectionSet",
91150
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
91151
+ },
91152
+ },
91153
+ { kind: "Field", name: { kind: "Name", value: "success" } },
91154
+ ],
91155
+ },
91156
+ },
91157
+ ],
91158
+ };
90621
91159
  const ProjectSearchResultFragmentDoc = {
90622
91160
  kind: "Document",
90623
91161
  definitions: [
@@ -90679,6 +91217,14 @@ const ProjectSearchResultFragmentDoc = {
90679
91217
  { kind: "Field", name: { kind: "Name", value: "name" } },
90680
91218
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
90681
91219
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
91220
+ {
91221
+ kind: "Field",
91222
+ name: { kind: "Name", value: "status" },
91223
+ selectionSet: {
91224
+ kind: "SelectionSet",
91225
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
91226
+ },
91227
+ },
90682
91228
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
90683
91229
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
90684
91230
  { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
@@ -90787,6 +91333,38 @@ const ProjectSearchResultConnectionFragmentDoc = {
90787
91333
  },
90788
91334
  ],
90789
91335
  };
91336
+ const ProjectStatusConnectionFragmentDoc = {
91337
+ kind: "Document",
91338
+ definitions: [
91339
+ {
91340
+ kind: "FragmentDefinition",
91341
+ name: { kind: "Name", value: "ProjectStatusConnection" },
91342
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatusConnection" } },
91343
+ selectionSet: {
91344
+ kind: "SelectionSet",
91345
+ selections: [
91346
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
91347
+ {
91348
+ kind: "Field",
91349
+ name: { kind: "Name", value: "nodes" },
91350
+ selectionSet: {
91351
+ kind: "SelectionSet",
91352
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
91353
+ },
91354
+ },
91355
+ {
91356
+ kind: "Field",
91357
+ name: { kind: "Name", value: "pageInfo" },
91358
+ selectionSet: {
91359
+ kind: "SelectionSet",
91360
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
91361
+ },
91362
+ },
91363
+ ],
91364
+ },
91365
+ },
91366
+ ],
91367
+ };
90790
91368
  const ProjectUpdateFragmentDoc = {
90791
91369
  kind: "Document",
90792
91370
  definitions: [
@@ -90798,9 +91376,11 @@ const ProjectUpdateFragmentDoc = {
90798
91376
  kind: "SelectionSet",
90799
91377
  selections: [
90800
91378
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
91379
+ { kind: "Field", name: { kind: "Name", value: "reactionData" } },
90801
91380
  { kind: "Field", name: { kind: "Name", value: "url" } },
90802
91381
  { kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
90803
91382
  { kind: "Field", name: { kind: "Name", value: "diff" } },
91383
+ { kind: "Field", name: { kind: "Name", value: "health" } },
90804
91384
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
90805
91385
  {
90806
91386
  kind: "Field",
@@ -91299,6 +91879,7 @@ const RoadmapFragmentDoc = {
91299
91879
  kind: "SelectionSet",
91300
91880
  selections: [
91301
91881
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
91882
+ { kind: "Field", name: { kind: "Name", value: "url" } },
91302
91883
  { kind: "Field", name: { kind: "Name", value: "description" } },
91303
91884
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
91304
91885
  { kind: "Field", name: { kind: "Name", value: "name" } },
@@ -91716,6 +92297,7 @@ const TeamFragmentDoc = {
91716
92297
  { kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
91717
92298
  { kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
91718
92299
  { kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
92300
+ { kind: "Field", name: { kind: "Name", value: "scimManaged" } },
91719
92301
  { kind: "Field", name: { kind: "Name", value: "private" } },
91720
92302
  { kind: "Field", name: { kind: "Name", value: "cyclesEnabled" } },
91721
92303
  { kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
@@ -92146,6 +92728,7 @@ const TriageResponsibilityFragmentDoc = {
92146
92728
  ],
92147
92729
  },
92148
92730
  },
92731
+ { kind: "Field", name: { kind: "Name", value: "action" } },
92149
92732
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92150
92733
  {
92151
92734
  kind: "Field",
@@ -92328,45 +92911,6 @@ const UserAdminPayloadFragmentDoc = {
92328
92911
  },
92329
92912
  ],
92330
92913
  };
92331
- const UserFragmentDoc = {
92332
- kind: "Document",
92333
- definitions: [
92334
- {
92335
- kind: "FragmentDefinition",
92336
- name: { kind: "Name", value: "User" },
92337
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
92338
- selectionSet: {
92339
- kind: "SelectionSet",
92340
- selections: [
92341
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
92342
- { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
92343
- { kind: "Field", name: { kind: "Name", value: "description" } },
92344
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
92345
- { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
92346
- { kind: "Field", name: { kind: "Name", value: "disableReason" } },
92347
- { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
92348
- { kind: "Field", name: { kind: "Name", value: "statusLabel" } },
92349
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92350
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
92351
- { kind: "Field", name: { kind: "Name", value: "timezone" } },
92352
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
92353
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
92354
- { kind: "Field", name: { kind: "Name", value: "id" } },
92355
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
92356
- { kind: "Field", name: { kind: "Name", value: "email" } },
92357
- { kind: "Field", name: { kind: "Name", value: "name" } },
92358
- { kind: "Field", name: { kind: "Name", value: "inviteHash" } },
92359
- { kind: "Field", name: { kind: "Name", value: "url" } },
92360
- { kind: "Field", name: { kind: "Name", value: "active" } },
92361
- { kind: "Field", name: { kind: "Name", value: "guest" } },
92362
- { kind: "Field", name: { kind: "Name", value: "admin" } },
92363
- { kind: "Field", name: { kind: "Name", value: "isMe" } },
92364
- { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
92365
- ],
92366
- },
92367
- },
92368
- ],
92369
- };
92370
92914
  const UserConnectionFragmentDoc = {
92371
92915
  kind: "Document",
92372
92916
  definitions: [
@@ -92481,28 +93025,6 @@ const UserSettingsPayloadFragmentDoc = {
92481
93025
  },
92482
93026
  ],
92483
93027
  };
92484
- const ViewPreferencesFragmentDoc = {
92485
- kind: "Document",
92486
- definitions: [
92487
- {
92488
- kind: "FragmentDefinition",
92489
- name: { kind: "Name", value: "ViewPreferences" },
92490
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
92491
- selectionSet: {
92492
- kind: "SelectionSet",
92493
- selections: [
92494
- { kind: "Field", name: { kind: "Name", value: "__typename" } },
92495
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92496
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
92497
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
92498
- { kind: "Field", name: { kind: "Name", value: "id" } },
92499
- { kind: "Field", name: { kind: "Name", value: "type" } },
92500
- { kind: "Field", name: { kind: "Name", value: "viewType" } },
92501
- ],
92502
- },
92503
- },
92504
- ],
92505
- };
92506
93028
  const ViewPreferencesPayloadFragmentDoc = {
92507
93029
  kind: "Document",
92508
93030
  definitions: [
@@ -92760,6 +93282,7 @@ const WorkflowDefinitionFragmentDoc = {
92760
93282
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
92761
93283
  { kind: "Field", name: { kind: "Name", value: "groupName" } },
92762
93284
  { kind: "Field", name: { kind: "Name", value: "name" } },
93285
+ { kind: "Field", name: { kind: "Name", value: "triggerType" } },
92763
93286
  { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
92764
93287
  {
92765
93288
  kind: "Field",
@@ -92771,6 +93294,10 @@ const WorkflowDefinitionFragmentDoc = {
92771
93294
  },
92772
93295
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
92773
93296
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
93297
+ { kind: "Field", name: { kind: "Name", value: "trigger" } },
93298
+ { kind: "Field", name: { kind: "Name", value: "type" } },
93299
+ { kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
93300
+ { kind: "Field", name: { kind: "Name", value: "contextViewType" } },
92774
93301
  { kind: "Field", name: { kind: "Name", value: "id" } },
92775
93302
  {
92776
93303
  kind: "Field",
@@ -93813,6 +94340,7 @@ const AttachmentIssue_HistoryDocument = {
93813
94340
  ...ActorBotFragmentDoc.definitions,
93814
94341
  ...IssueImportFragmentDoc.definitions,
93815
94342
  ...IssueLabelFragmentDoc.definitions,
94343
+ ...UserFragmentDoc.definitions,
93816
94344
  ...PageInfoFragmentDoc.definitions,
93817
94345
  ],
93818
94346
  };
@@ -95139,6 +95667,8 @@ const CustomViewDocument = {
95139
95667
  },
95140
95668
  },
95141
95669
  ...CustomViewFragmentDoc.definitions,
95670
+ ...ViewPreferencesValuesFragmentDoc.definitions,
95671
+ ...ViewPreferencesFragmentDoc.definitions,
95142
95672
  ],
95143
95673
  };
95144
95674
  const CustomView_IssuesDocument = {
@@ -95276,13 +95806,13 @@ const CustomView_IssuesDocument = {
95276
95806
  ...PageInfoFragmentDoc.definitions,
95277
95807
  ],
95278
95808
  };
95279
- const CustomViewHasSubscribersDocument = {
95809
+ const CustomView_OrganizationViewPreferencesDocument = {
95280
95810
  kind: "Document",
95281
95811
  definitions: [
95282
95812
  {
95283
95813
  kind: "OperationDefinition",
95284
95814
  operation: "query",
95285
- name: { kind: "Name", value: "customViewHasSubscribers" },
95815
+ name: { kind: "Name", value: "customView_organizationViewPreferences" },
95286
95816
  variableDefinitions: [
95287
95817
  {
95288
95818
  kind: "VariableDefinition",
@@ -95295,7 +95825,7 @@ const CustomViewHasSubscribersDocument = {
95295
95825
  selections: [
95296
95826
  {
95297
95827
  kind: "Field",
95298
- name: { kind: "Name", value: "customViewHasSubscribers" },
95828
+ name: { kind: "Name", value: "customView" },
95299
95829
  arguments: [
95300
95830
  {
95301
95831
  kind: "Argument",
@@ -95306,53 +95836,36 @@ const CustomViewHasSubscribersDocument = {
95306
95836
  selectionSet: {
95307
95837
  kind: "SelectionSet",
95308
95838
  selections: [
95309
- { kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewHasSubscribersPayload" } },
95839
+ {
95840
+ kind: "Field",
95841
+ name: { kind: "Name", value: "organizationViewPreferences" },
95842
+ selectionSet: {
95843
+ kind: "SelectionSet",
95844
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
95845
+ },
95846
+ },
95310
95847
  ],
95311
95848
  },
95312
95849
  },
95313
95850
  ],
95314
95851
  },
95315
95852
  },
95316
- ...CustomViewHasSubscribersPayloadFragmentDoc.definitions,
95853
+ ...ViewPreferencesFragmentDoc.definitions,
95854
+ ...ViewPreferencesValuesFragmentDoc.definitions,
95317
95855
  ],
95318
95856
  };
95319
- const CustomViewsDocument = {
95857
+ const CustomView_OrganizationViewPreferences_PreferencesDocument = {
95320
95858
  kind: "Document",
95321
95859
  definitions: [
95322
95860
  {
95323
95861
  kind: "OperationDefinition",
95324
95862
  operation: "query",
95325
- name: { kind: "Name", value: "customViews" },
95863
+ name: { kind: "Name", value: "customView_organizationViewPreferences_preferences" },
95326
95864
  variableDefinitions: [
95327
95865
  {
95328
95866
  kind: "VariableDefinition",
95329
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
95330
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
95331
- },
95332
- {
95333
- kind: "VariableDefinition",
95334
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
95335
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
95336
- },
95337
- {
95338
- kind: "VariableDefinition",
95339
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
95340
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
95341
- },
95342
- {
95343
- kind: "VariableDefinition",
95344
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
95345
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
95346
- },
95347
- {
95348
- kind: "VariableDefinition",
95349
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
95350
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
95351
- },
95352
- {
95353
- kind: "VariableDefinition",
95354
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
95355
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
95867
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
95868
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
95356
95869
  },
95357
95870
  ],
95358
95871
  selectionSet: {
@@ -95360,59 +95873,52 @@ const CustomViewsDocument = {
95360
95873
  selections: [
95361
95874
  {
95362
95875
  kind: "Field",
95363
- name: { kind: "Name", value: "customViews" },
95876
+ name: { kind: "Name", value: "customView" },
95364
95877
  arguments: [
95365
95878
  {
95366
95879
  kind: "Argument",
95367
- name: { kind: "Name", value: "after" },
95368
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
95369
- },
95370
- {
95371
- kind: "Argument",
95372
- name: { kind: "Name", value: "before" },
95373
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
95374
- },
95375
- {
95376
- kind: "Argument",
95377
- name: { kind: "Name", value: "first" },
95378
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
95379
- },
95380
- {
95381
- kind: "Argument",
95382
- name: { kind: "Name", value: "includeArchived" },
95383
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
95384
- },
95385
- {
95386
- kind: "Argument",
95387
- name: { kind: "Name", value: "last" },
95388
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
95389
- },
95390
- {
95391
- kind: "Argument",
95392
- name: { kind: "Name", value: "orderBy" },
95393
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
95880
+ name: { kind: "Name", value: "id" },
95881
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
95394
95882
  },
95395
95883
  ],
95396
95884
  selectionSet: {
95397
95885
  kind: "SelectionSet",
95398
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewConnection" } }],
95886
+ selections: [
95887
+ {
95888
+ kind: "Field",
95889
+ name: { kind: "Name", value: "organizationViewPreferences" },
95890
+ selectionSet: {
95891
+ kind: "SelectionSet",
95892
+ selections: [
95893
+ {
95894
+ kind: "Field",
95895
+ name: { kind: "Name", value: "preferences" },
95896
+ selectionSet: {
95897
+ kind: "SelectionSet",
95898
+ selections: [
95899
+ { kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
95900
+ ],
95901
+ },
95902
+ },
95903
+ ],
95904
+ },
95905
+ },
95906
+ ],
95399
95907
  },
95400
95908
  },
95401
95909
  ],
95402
95910
  },
95403
95911
  },
95404
- ...CustomViewConnectionFragmentDoc.definitions,
95405
- ...CustomViewFragmentDoc.definitions,
95406
- ...PageInfoFragmentDoc.definitions,
95912
+ ...ViewPreferencesValuesFragmentDoc.definitions,
95407
95913
  ],
95408
95914
  };
95409
- const CycleDocument = {
95915
+ const CustomView_UserViewPreferencesDocument = {
95410
95916
  kind: "Document",
95411
95917
  definitions: [
95412
95918
  {
95413
95919
  kind: "OperationDefinition",
95414
95920
  operation: "query",
95415
- name: { kind: "Name", value: "cycle" },
95921
+ name: { kind: "Name", value: "customView_userViewPreferences" },
95416
95922
  variableDefinitions: [
95417
95923
  {
95418
95924
  kind: "VariableDefinition",
@@ -95425,7 +95931,7 @@ const CycleDocument = {
95425
95931
  selections: [
95426
95932
  {
95427
95933
  kind: "Field",
95428
- name: { kind: "Name", value: "cycle" },
95934
+ name: { kind: "Name", value: "customView" },
95429
95935
  arguments: [
95430
95936
  {
95431
95937
  kind: "Argument",
@@ -95435,62 +95941,95 @@ const CycleDocument = {
95435
95941
  ],
95436
95942
  selectionSet: {
95437
95943
  kind: "SelectionSet",
95438
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Cycle" } }],
95944
+ selections: [
95945
+ {
95946
+ kind: "Field",
95947
+ name: { kind: "Name", value: "userViewPreferences" },
95948
+ selectionSet: {
95949
+ kind: "SelectionSet",
95950
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
95951
+ },
95952
+ },
95953
+ ],
95439
95954
  },
95440
95955
  },
95441
95956
  ],
95442
95957
  },
95443
95958
  },
95444
- ...CycleFragmentDoc.definitions,
95959
+ ...ViewPreferencesFragmentDoc.definitions,
95960
+ ...ViewPreferencesValuesFragmentDoc.definitions,
95445
95961
  ],
95446
95962
  };
95447
- const Cycle_IssuesDocument = {
95963
+ const CustomView_UserViewPreferences_PreferencesDocument = {
95448
95964
  kind: "Document",
95449
95965
  definitions: [
95450
95966
  {
95451
95967
  kind: "OperationDefinition",
95452
95968
  operation: "query",
95453
- name: { kind: "Name", value: "cycle_issues" },
95969
+ name: { kind: "Name", value: "customView_userViewPreferences_preferences" },
95454
95970
  variableDefinitions: [
95455
95971
  {
95456
95972
  kind: "VariableDefinition",
95457
95973
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
95458
95974
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
95459
95975
  },
95976
+ ],
95977
+ selectionSet: {
95978
+ kind: "SelectionSet",
95979
+ selections: [
95980
+ {
95981
+ kind: "Field",
95982
+ name: { kind: "Name", value: "customView" },
95983
+ arguments: [
95984
+ {
95985
+ kind: "Argument",
95986
+ name: { kind: "Name", value: "id" },
95987
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
95988
+ },
95989
+ ],
95990
+ selectionSet: {
95991
+ kind: "SelectionSet",
95992
+ selections: [
95993
+ {
95994
+ kind: "Field",
95995
+ name: { kind: "Name", value: "userViewPreferences" },
95996
+ selectionSet: {
95997
+ kind: "SelectionSet",
95998
+ selections: [
95999
+ {
96000
+ kind: "Field",
96001
+ name: { kind: "Name", value: "preferences" },
96002
+ selectionSet: {
96003
+ kind: "SelectionSet",
96004
+ selections: [
96005
+ { kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
96006
+ ],
96007
+ },
96008
+ },
96009
+ ],
96010
+ },
96011
+ },
96012
+ ],
96013
+ },
96014
+ },
96015
+ ],
96016
+ },
96017
+ },
96018
+ ...ViewPreferencesValuesFragmentDoc.definitions,
96019
+ ],
96020
+ };
96021
+ const CustomView_ViewPreferencesValuesDocument = {
96022
+ kind: "Document",
96023
+ definitions: [
96024
+ {
96025
+ kind: "OperationDefinition",
96026
+ operation: "query",
96027
+ name: { kind: "Name", value: "customView_viewPreferencesValues" },
96028
+ variableDefinitions: [
95460
96029
  {
95461
96030
  kind: "VariableDefinition",
95462
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
95463
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
95464
- },
95465
- {
95466
- kind: "VariableDefinition",
95467
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
95468
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
95469
- },
95470
- {
95471
- kind: "VariableDefinition",
95472
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
95473
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
95474
- },
95475
- {
95476
- kind: "VariableDefinition",
95477
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
95478
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
95479
- },
95480
- {
95481
- kind: "VariableDefinition",
95482
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
95483
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
95484
- },
95485
- {
95486
- kind: "VariableDefinition",
95487
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
95488
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
95489
- },
95490
- {
95491
- kind: "VariableDefinition",
95492
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
95493
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
96031
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96032
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
95494
96033
  },
95495
96034
  ],
95496
96035
  selectionSet: {
@@ -95498,7 +96037,7 @@ const Cycle_IssuesDocument = {
95498
96037
  selections: [
95499
96038
  {
95500
96039
  kind: "Field",
95501
- name: { kind: "Name", value: "cycle" },
96040
+ name: { kind: "Name", value: "customView" },
95502
96041
  arguments: [
95503
96042
  {
95504
96043
  kind: "Argument",
@@ -95511,47 +96050,10 @@ const Cycle_IssuesDocument = {
95511
96050
  selections: [
95512
96051
  {
95513
96052
  kind: "Field",
95514
- name: { kind: "Name", value: "issues" },
95515
- arguments: [
95516
- {
95517
- kind: "Argument",
95518
- name: { kind: "Name", value: "after" },
95519
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
95520
- },
95521
- {
95522
- kind: "Argument",
95523
- name: { kind: "Name", value: "before" },
95524
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
95525
- },
95526
- {
95527
- kind: "Argument",
95528
- name: { kind: "Name", value: "filter" },
95529
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
95530
- },
95531
- {
95532
- kind: "Argument",
95533
- name: { kind: "Name", value: "first" },
95534
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
95535
- },
95536
- {
95537
- kind: "Argument",
95538
- name: { kind: "Name", value: "includeArchived" },
95539
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
95540
- },
95541
- {
95542
- kind: "Argument",
95543
- name: { kind: "Name", value: "last" },
95544
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
95545
- },
95546
- {
95547
- kind: "Argument",
95548
- name: { kind: "Name", value: "orderBy" },
95549
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
95550
- },
95551
- ],
96053
+ name: { kind: "Name", value: "viewPreferencesValues" },
95552
96054
  selectionSet: {
95553
96055
  kind: "SelectionSet",
95554
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
96056
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
95555
96057
  },
95556
96058
  },
95557
96059
  ],
@@ -95560,25 +96062,57 @@ const Cycle_IssuesDocument = {
95560
96062
  ],
95561
96063
  },
95562
96064
  },
95563
- ...IssueConnectionFragmentDoc.definitions,
95564
- ...IssueFragmentDoc.definitions,
95565
- ...ActorBotFragmentDoc.definitions,
95566
- ...PageInfoFragmentDoc.definitions,
96065
+ ...ViewPreferencesValuesFragmentDoc.definitions,
95567
96066
  ],
95568
96067
  };
95569
- const Cycle_UncompletedIssuesUponCloseDocument = {
96068
+ const CustomViewHasSubscribersDocument = {
95570
96069
  kind: "Document",
95571
96070
  definitions: [
95572
96071
  {
95573
96072
  kind: "OperationDefinition",
95574
96073
  operation: "query",
95575
- name: { kind: "Name", value: "cycle_uncompletedIssuesUponClose" },
96074
+ name: { kind: "Name", value: "customViewHasSubscribers" },
95576
96075
  variableDefinitions: [
95577
96076
  {
95578
96077
  kind: "VariableDefinition",
95579
96078
  variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
95580
96079
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
95581
96080
  },
96081
+ ],
96082
+ selectionSet: {
96083
+ kind: "SelectionSet",
96084
+ selections: [
96085
+ {
96086
+ kind: "Field",
96087
+ name: { kind: "Name", value: "customViewHasSubscribers" },
96088
+ arguments: [
96089
+ {
96090
+ kind: "Argument",
96091
+ name: { kind: "Name", value: "id" },
96092
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96093
+ },
96094
+ ],
96095
+ selectionSet: {
96096
+ kind: "SelectionSet",
96097
+ selections: [
96098
+ { kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewHasSubscribersPayload" } },
96099
+ ],
96100
+ },
96101
+ },
96102
+ ],
96103
+ },
96104
+ },
96105
+ ...CustomViewHasSubscribersPayloadFragmentDoc.definitions,
96106
+ ],
96107
+ };
96108
+ const CustomViewsDocument = {
96109
+ kind: "Document",
96110
+ definitions: [
96111
+ {
96112
+ kind: "OperationDefinition",
96113
+ operation: "query",
96114
+ name: { kind: "Name", value: "customViews" },
96115
+ variableDefinitions: [
95582
96116
  {
95583
96117
  kind: "VariableDefinition",
95584
96118
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -95589,11 +96123,268 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
95589
96123
  variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
95590
96124
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
95591
96125
  },
95592
- {
95593
- kind: "VariableDefinition",
95594
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
95595
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
95596
- },
96126
+ {
96127
+ kind: "VariableDefinition",
96128
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
96129
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96130
+ },
96131
+ {
96132
+ kind: "VariableDefinition",
96133
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96134
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96135
+ },
96136
+ {
96137
+ kind: "VariableDefinition",
96138
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
96139
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96140
+ },
96141
+ {
96142
+ kind: "VariableDefinition",
96143
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96144
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
96145
+ },
96146
+ ],
96147
+ selectionSet: {
96148
+ kind: "SelectionSet",
96149
+ selections: [
96150
+ {
96151
+ kind: "Field",
96152
+ name: { kind: "Name", value: "customViews" },
96153
+ arguments: [
96154
+ {
96155
+ kind: "Argument",
96156
+ name: { kind: "Name", value: "after" },
96157
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
96158
+ },
96159
+ {
96160
+ kind: "Argument",
96161
+ name: { kind: "Name", value: "before" },
96162
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
96163
+ },
96164
+ {
96165
+ kind: "Argument",
96166
+ name: { kind: "Name", value: "first" },
96167
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
96168
+ },
96169
+ {
96170
+ kind: "Argument",
96171
+ name: { kind: "Name", value: "includeArchived" },
96172
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96173
+ },
96174
+ {
96175
+ kind: "Argument",
96176
+ name: { kind: "Name", value: "last" },
96177
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
96178
+ },
96179
+ {
96180
+ kind: "Argument",
96181
+ name: { kind: "Name", value: "orderBy" },
96182
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96183
+ },
96184
+ ],
96185
+ selectionSet: {
96186
+ kind: "SelectionSet",
96187
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewConnection" } }],
96188
+ },
96189
+ },
96190
+ ],
96191
+ },
96192
+ },
96193
+ ...CustomViewConnectionFragmentDoc.definitions,
96194
+ ...CustomViewFragmentDoc.definitions,
96195
+ ...ViewPreferencesValuesFragmentDoc.definitions,
96196
+ ...ViewPreferencesFragmentDoc.definitions,
96197
+ ...PageInfoFragmentDoc.definitions,
96198
+ ],
96199
+ };
96200
+ const CycleDocument = {
96201
+ kind: "Document",
96202
+ definitions: [
96203
+ {
96204
+ kind: "OperationDefinition",
96205
+ operation: "query",
96206
+ name: { kind: "Name", value: "cycle" },
96207
+ variableDefinitions: [
96208
+ {
96209
+ kind: "VariableDefinition",
96210
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96211
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96212
+ },
96213
+ ],
96214
+ selectionSet: {
96215
+ kind: "SelectionSet",
96216
+ selections: [
96217
+ {
96218
+ kind: "Field",
96219
+ name: { kind: "Name", value: "cycle" },
96220
+ arguments: [
96221
+ {
96222
+ kind: "Argument",
96223
+ name: { kind: "Name", value: "id" },
96224
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96225
+ },
96226
+ ],
96227
+ selectionSet: {
96228
+ kind: "SelectionSet",
96229
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Cycle" } }],
96230
+ },
96231
+ },
96232
+ ],
96233
+ },
96234
+ },
96235
+ ...CycleFragmentDoc.definitions,
96236
+ ],
96237
+ };
96238
+ const Cycle_IssuesDocument = {
96239
+ kind: "Document",
96240
+ definitions: [
96241
+ {
96242
+ kind: "OperationDefinition",
96243
+ operation: "query",
96244
+ name: { kind: "Name", value: "cycle_issues" },
96245
+ variableDefinitions: [
96246
+ {
96247
+ kind: "VariableDefinition",
96248
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96249
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96250
+ },
96251
+ {
96252
+ kind: "VariableDefinition",
96253
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
96254
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96255
+ },
96256
+ {
96257
+ kind: "VariableDefinition",
96258
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
96259
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96260
+ },
96261
+ {
96262
+ kind: "VariableDefinition",
96263
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96264
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
96265
+ },
96266
+ {
96267
+ kind: "VariableDefinition",
96268
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
96269
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96270
+ },
96271
+ {
96272
+ kind: "VariableDefinition",
96273
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96274
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
96275
+ },
96276
+ {
96277
+ kind: "VariableDefinition",
96278
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
96279
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
96280
+ },
96281
+ {
96282
+ kind: "VariableDefinition",
96283
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96284
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
96285
+ },
96286
+ ],
96287
+ selectionSet: {
96288
+ kind: "SelectionSet",
96289
+ selections: [
96290
+ {
96291
+ kind: "Field",
96292
+ name: { kind: "Name", value: "cycle" },
96293
+ arguments: [
96294
+ {
96295
+ kind: "Argument",
96296
+ name: { kind: "Name", value: "id" },
96297
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96298
+ },
96299
+ ],
96300
+ selectionSet: {
96301
+ kind: "SelectionSet",
96302
+ selections: [
96303
+ {
96304
+ kind: "Field",
96305
+ name: { kind: "Name", value: "issues" },
96306
+ arguments: [
96307
+ {
96308
+ kind: "Argument",
96309
+ name: { kind: "Name", value: "after" },
96310
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
96311
+ },
96312
+ {
96313
+ kind: "Argument",
96314
+ name: { kind: "Name", value: "before" },
96315
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
96316
+ },
96317
+ {
96318
+ kind: "Argument",
96319
+ name: { kind: "Name", value: "filter" },
96320
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96321
+ },
96322
+ {
96323
+ kind: "Argument",
96324
+ name: { kind: "Name", value: "first" },
96325
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
96326
+ },
96327
+ {
96328
+ kind: "Argument",
96329
+ name: { kind: "Name", value: "includeArchived" },
96330
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
96331
+ },
96332
+ {
96333
+ kind: "Argument",
96334
+ name: { kind: "Name", value: "last" },
96335
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
96336
+ },
96337
+ {
96338
+ kind: "Argument",
96339
+ name: { kind: "Name", value: "orderBy" },
96340
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
96341
+ },
96342
+ ],
96343
+ selectionSet: {
96344
+ kind: "SelectionSet",
96345
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
96346
+ },
96347
+ },
96348
+ ],
96349
+ },
96350
+ },
96351
+ ],
96352
+ },
96353
+ },
96354
+ ...IssueConnectionFragmentDoc.definitions,
96355
+ ...IssueFragmentDoc.definitions,
96356
+ ...ActorBotFragmentDoc.definitions,
96357
+ ...PageInfoFragmentDoc.definitions,
96358
+ ],
96359
+ };
96360
+ const Cycle_UncompletedIssuesUponCloseDocument = {
96361
+ kind: "Document",
96362
+ definitions: [
96363
+ {
96364
+ kind: "OperationDefinition",
96365
+ operation: "query",
96366
+ name: { kind: "Name", value: "cycle_uncompletedIssuesUponClose" },
96367
+ variableDefinitions: [
96368
+ {
96369
+ kind: "VariableDefinition",
96370
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96371
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96372
+ },
96373
+ {
96374
+ kind: "VariableDefinition",
96375
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
96376
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96377
+ },
96378
+ {
96379
+ kind: "VariableDefinition",
96380
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
96381
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
96382
+ },
96383
+ {
96384
+ kind: "VariableDefinition",
96385
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
96386
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
96387
+ },
95597
96388
  {
95598
96389
  kind: "VariableDefinition",
95599
96390
  variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
@@ -96093,6 +96884,44 @@ const EmojisDocument = {
96093
96884
  ...PageInfoFragmentDoc.definitions,
96094
96885
  ],
96095
96886
  };
96887
+ const EntityExternalLinkDocument = {
96888
+ kind: "Document",
96889
+ definitions: [
96890
+ {
96891
+ kind: "OperationDefinition",
96892
+ operation: "query",
96893
+ name: { kind: "Name", value: "entityExternalLink" },
96894
+ variableDefinitions: [
96895
+ {
96896
+ kind: "VariableDefinition",
96897
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
96898
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
96899
+ },
96900
+ ],
96901
+ selectionSet: {
96902
+ kind: "SelectionSet",
96903
+ selections: [
96904
+ {
96905
+ kind: "Field",
96906
+ name: { kind: "Name", value: "entityExternalLink" },
96907
+ arguments: [
96908
+ {
96909
+ kind: "Argument",
96910
+ name: { kind: "Name", value: "id" },
96911
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
96912
+ },
96913
+ ],
96914
+ selectionSet: {
96915
+ kind: "SelectionSet",
96916
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
96917
+ },
96918
+ },
96919
+ ],
96920
+ },
96921
+ },
96922
+ ...EntityExternalLinkFragmentDoc.definitions,
96923
+ ],
96924
+ };
96096
96925
  const ExternalUserDocument = {
96097
96926
  kind: "Document",
96098
96927
  definitions: [
@@ -97372,6 +98201,7 @@ const Issue_HistoryDocument = {
97372
98201
  ...ActorBotFragmentDoc.definitions,
97373
98202
  ...IssueImportFragmentDoc.definitions,
97374
98203
  ...IssueLabelFragmentDoc.definitions,
98204
+ ...UserFragmentDoc.definitions,
97375
98205
  ...PageInfoFragmentDoc.definitions,
97376
98206
  ],
97377
98207
  };
@@ -99294,6 +100124,7 @@ const IssueVcsBranchSearch_HistoryDocument = {
99294
100124
  ...ActorBotFragmentDoc.definitions,
99295
100125
  ...IssueImportFragmentDoc.definitions,
99296
100126
  ...IssueLabelFragmentDoc.definitions,
100127
+ ...UserFragmentDoc.definitions,
99297
100128
  ...PageInfoFragmentDoc.definitions,
99298
100129
  ],
99299
100130
  };
@@ -99922,6 +100753,7 @@ const NotificationDocument = {
99922
100753
  },
99923
100754
  ...NotificationFragmentDoc.definitions,
99924
100755
  ...ActorBotFragmentDoc.definitions,
100756
+ ...DocumentNotificationFragmentDoc.definitions,
99925
100757
  ...IssueNotificationFragmentDoc.definitions,
99926
100758
  ...NotificationSubscriptionFragmentDoc.definitions,
99927
100759
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -100147,6 +100979,7 @@ const NotificationsDocument = {
100147
100979
  ...NotificationConnectionFragmentDoc.definitions,
100148
100980
  ...NotificationFragmentDoc.definitions,
100149
100981
  ...ActorBotFragmentDoc.definitions,
100982
+ ...DocumentNotificationFragmentDoc.definitions,
100150
100983
  ...IssueNotificationFragmentDoc.definitions,
100151
100984
  ...NotificationSubscriptionFragmentDoc.definitions,
100152
100985
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -100177,6 +101010,7 @@ const OrganizationDocument = {
100177
101010
  },
100178
101011
  },
100179
101012
  ...OrganizationFragmentDoc.definitions,
101013
+ ...ProjectStatusFragmentDoc.definitions,
100180
101014
  ...PaidSubscriptionFragmentDoc.definitions,
100181
101015
  ],
100182
101016
  };
@@ -100940,6 +101774,7 @@ const ProjectDocument = {
100940
101774
  },
100941
101775
  },
100942
101776
  ...ProjectFragmentDoc.definitions,
101777
+ ...ProjectStatusFragmentDoc.definitions,
100943
101778
  ],
100944
101779
  };
100945
101780
  const Project_DocumentsDocument = {
@@ -101661,6 +102496,53 @@ const Project_ProjectUpdatesDocument = {
101661
102496
  ...PageInfoFragmentDoc.definitions,
101662
102497
  ],
101663
102498
  };
102499
+ const Project_StatusDocument = {
102500
+ kind: "Document",
102501
+ definitions: [
102502
+ {
102503
+ kind: "OperationDefinition",
102504
+ operation: "query",
102505
+ name: { kind: "Name", value: "project_status" },
102506
+ variableDefinitions: [
102507
+ {
102508
+ kind: "VariableDefinition",
102509
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
102510
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102511
+ },
102512
+ ],
102513
+ selectionSet: {
102514
+ kind: "SelectionSet",
102515
+ selections: [
102516
+ {
102517
+ kind: "Field",
102518
+ name: { kind: "Name", value: "project" },
102519
+ arguments: [
102520
+ {
102521
+ kind: "Argument",
102522
+ name: { kind: "Name", value: "id" },
102523
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
102524
+ },
102525
+ ],
102526
+ selectionSet: {
102527
+ kind: "SelectionSet",
102528
+ selections: [
102529
+ {
102530
+ kind: "Field",
102531
+ name: { kind: "Name", value: "status" },
102532
+ selectionSet: {
102533
+ kind: "SelectionSet",
102534
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
102535
+ },
102536
+ },
102537
+ ],
102538
+ },
102539
+ },
102540
+ ],
102541
+ },
102542
+ },
102543
+ ...ProjectStatusFragmentDoc.definitions,
102544
+ ],
102545
+ };
101664
102546
  const Project_TeamsDocument = {
101665
102547
  kind: "Document",
101666
102548
  definitions: [
@@ -102208,6 +103090,134 @@ const ProjectMilestonesDocument = {
102208
103090
  ...PageInfoFragmentDoc.definitions,
102209
103091
  ],
102210
103092
  };
103093
+ const ProjectRelationDocument = {
103094
+ kind: "Document",
103095
+ definitions: [
103096
+ {
103097
+ kind: "OperationDefinition",
103098
+ operation: "query",
103099
+ name: { kind: "Name", value: "projectRelation" },
103100
+ variableDefinitions: [
103101
+ {
103102
+ kind: "VariableDefinition",
103103
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
103104
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
103105
+ },
103106
+ ],
103107
+ selectionSet: {
103108
+ kind: "SelectionSet",
103109
+ selections: [
103110
+ {
103111
+ kind: "Field",
103112
+ name: { kind: "Name", value: "projectRelation" },
103113
+ arguments: [
103114
+ {
103115
+ kind: "Argument",
103116
+ name: { kind: "Name", value: "id" },
103117
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
103118
+ },
103119
+ ],
103120
+ selectionSet: {
103121
+ kind: "SelectionSet",
103122
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
103123
+ },
103124
+ },
103125
+ ],
103126
+ },
103127
+ },
103128
+ ...ProjectRelationFragmentDoc.definitions,
103129
+ ],
103130
+ };
103131
+ const ProjectRelationsDocument = {
103132
+ kind: "Document",
103133
+ definitions: [
103134
+ {
103135
+ kind: "OperationDefinition",
103136
+ operation: "query",
103137
+ name: { kind: "Name", value: "projectRelations" },
103138
+ variableDefinitions: [
103139
+ {
103140
+ kind: "VariableDefinition",
103141
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
103142
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
103143
+ },
103144
+ {
103145
+ kind: "VariableDefinition",
103146
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
103147
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
103148
+ },
103149
+ {
103150
+ kind: "VariableDefinition",
103151
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
103152
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
103153
+ },
103154
+ {
103155
+ kind: "VariableDefinition",
103156
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
103157
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
103158
+ },
103159
+ {
103160
+ kind: "VariableDefinition",
103161
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
103162
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
103163
+ },
103164
+ {
103165
+ kind: "VariableDefinition",
103166
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
103167
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
103168
+ },
103169
+ ],
103170
+ selectionSet: {
103171
+ kind: "SelectionSet",
103172
+ selections: [
103173
+ {
103174
+ kind: "Field",
103175
+ name: { kind: "Name", value: "projectRelations" },
103176
+ arguments: [
103177
+ {
103178
+ kind: "Argument",
103179
+ name: { kind: "Name", value: "after" },
103180
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
103181
+ },
103182
+ {
103183
+ kind: "Argument",
103184
+ name: { kind: "Name", value: "before" },
103185
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
103186
+ },
103187
+ {
103188
+ kind: "Argument",
103189
+ name: { kind: "Name", value: "first" },
103190
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
103191
+ },
103192
+ {
103193
+ kind: "Argument",
103194
+ name: { kind: "Name", value: "includeArchived" },
103195
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
103196
+ },
103197
+ {
103198
+ kind: "Argument",
103199
+ name: { kind: "Name", value: "last" },
103200
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
103201
+ },
103202
+ {
103203
+ kind: "Argument",
103204
+ name: { kind: "Name", value: "orderBy" },
103205
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
103206
+ },
103207
+ ],
103208
+ selectionSet: {
103209
+ kind: "SelectionSet",
103210
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelationConnection" } }],
103211
+ },
103212
+ },
103213
+ ],
103214
+ },
103215
+ },
103216
+ ...ProjectRelationConnectionFragmentDoc.definitions,
103217
+ ...ProjectRelationFragmentDoc.definitions,
103218
+ ...PageInfoFragmentDoc.definitions,
103219
+ ],
103220
+ };
102211
103221
  const ProjectUpdateDocument = {
102212
103222
  kind: "Document",
102213
103223
  definitions: [
@@ -102246,6 +103256,129 @@ const ProjectUpdateDocument = {
102246
103256
  ...ProjectUpdateFragmentDoc.definitions,
102247
103257
  ],
102248
103258
  };
103259
+ const ProjectUpdate_CommentsDocument = {
103260
+ kind: "Document",
103261
+ definitions: [
103262
+ {
103263
+ kind: "OperationDefinition",
103264
+ operation: "query",
103265
+ name: { kind: "Name", value: "projectUpdate_comments" },
103266
+ variableDefinitions: [
103267
+ {
103268
+ kind: "VariableDefinition",
103269
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
103270
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
103271
+ },
103272
+ {
103273
+ kind: "VariableDefinition",
103274
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
103275
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
103276
+ },
103277
+ {
103278
+ kind: "VariableDefinition",
103279
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
103280
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
103281
+ },
103282
+ {
103283
+ kind: "VariableDefinition",
103284
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
103285
+ type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
103286
+ },
103287
+ {
103288
+ kind: "VariableDefinition",
103289
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
103290
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
103291
+ },
103292
+ {
103293
+ kind: "VariableDefinition",
103294
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
103295
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
103296
+ },
103297
+ {
103298
+ kind: "VariableDefinition",
103299
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
103300
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
103301
+ },
103302
+ {
103303
+ kind: "VariableDefinition",
103304
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
103305
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
103306
+ },
103307
+ ],
103308
+ selectionSet: {
103309
+ kind: "SelectionSet",
103310
+ selections: [
103311
+ {
103312
+ kind: "Field",
103313
+ name: { kind: "Name", value: "projectUpdate" },
103314
+ arguments: [
103315
+ {
103316
+ kind: "Argument",
103317
+ name: { kind: "Name", value: "id" },
103318
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
103319
+ },
103320
+ ],
103321
+ selectionSet: {
103322
+ kind: "SelectionSet",
103323
+ selections: [
103324
+ {
103325
+ kind: "Field",
103326
+ name: { kind: "Name", value: "comments" },
103327
+ arguments: [
103328
+ {
103329
+ kind: "Argument",
103330
+ name: { kind: "Name", value: "after" },
103331
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
103332
+ },
103333
+ {
103334
+ kind: "Argument",
103335
+ name: { kind: "Name", value: "before" },
103336
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
103337
+ },
103338
+ {
103339
+ kind: "Argument",
103340
+ name: { kind: "Name", value: "filter" },
103341
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
103342
+ },
103343
+ {
103344
+ kind: "Argument",
103345
+ name: { kind: "Name", value: "first" },
103346
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
103347
+ },
103348
+ {
103349
+ kind: "Argument",
103350
+ name: { kind: "Name", value: "includeArchived" },
103351
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
103352
+ },
103353
+ {
103354
+ kind: "Argument",
103355
+ name: { kind: "Name", value: "last" },
103356
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
103357
+ },
103358
+ {
103359
+ kind: "Argument",
103360
+ name: { kind: "Name", value: "orderBy" },
103361
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
103362
+ },
103363
+ ],
103364
+ selectionSet: {
103365
+ kind: "SelectionSet",
103366
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CommentConnection" } }],
103367
+ },
103368
+ },
103369
+ ],
103370
+ },
103371
+ },
103372
+ ],
103373
+ },
103374
+ },
103375
+ ...CommentConnectionFragmentDoc.definitions,
103376
+ ...CommentFragmentDoc.definitions,
103377
+ ...ActorBotFragmentDoc.definitions,
103378
+ ...DocumentContentFragmentDoc.definitions,
103379
+ ...PageInfoFragmentDoc.definitions,
103380
+ ],
103381
+ };
102249
103382
  const ProjectUpdateInteractionDocument = {
102250
103383
  kind: "Document",
102251
103384
  definitions: [
@@ -102573,6 +103706,7 @@ const ProjectsDocument = {
102573
103706
  },
102574
103707
  ...ProjectConnectionFragmentDoc.definitions,
102575
103708
  ...ProjectFragmentDoc.definitions,
103709
+ ...ProjectStatusFragmentDoc.definitions,
102576
103710
  ...PageInfoFragmentDoc.definitions,
102577
103711
  ],
102578
103712
  };
@@ -102805,6 +103939,7 @@ const Roadmap_ProjectsDocument = {
102805
103939
  },
102806
103940
  ...ProjectConnectionFragmentDoc.definitions,
102807
103941
  ...ProjectFragmentDoc.definitions,
103942
+ ...ProjectStatusFragmentDoc.definitions,
102808
103943
  ...PageInfoFragmentDoc.definitions,
102809
103944
  ],
102810
103945
  };
@@ -103711,6 +104846,7 @@ const SearchProjectsDocument = {
103711
104846
  ...ProjectSearchPayloadFragmentDoc.definitions,
103712
104847
  ...ArchiveResponseFragmentDoc.definitions,
103713
104848
  ...ProjectSearchResultFragmentDoc.definitions,
104849
+ ...ProjectStatusFragmentDoc.definitions,
103714
104850
  ...PageInfoFragmentDoc.definitions,
103715
104851
  ],
103716
104852
  };
@@ -104775,6 +105911,7 @@ const Team_ProjectsDocument = {
104775
105911
  },
104776
105912
  ...ProjectConnectionFragmentDoc.definitions,
104777
105913
  ...ProjectFragmentDoc.definitions,
105914
+ ...ProjectStatusFragmentDoc.definitions,
104778
105915
  ...PageInfoFragmentDoc.definitions,
104779
105916
  ],
104780
105917
  };
@@ -107859,6 +108996,11 @@ const AttachmentLinkSlackDocument = {
107859
108996
  variable: { kind: "Variable", name: { kind: "Name", value: "latest" } },
107860
108997
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107861
108998
  },
108999
+ {
109000
+ kind: "VariableDefinition",
109001
+ variable: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
109002
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
109003
+ },
107862
109004
  {
107863
109005
  kind: "VariableDefinition",
107864
109006
  variable: { kind: "Variable", name: { kind: "Name", value: "title" } },
@@ -107912,6 +109054,11 @@ const AttachmentLinkSlackDocument = {
107912
109054
  name: { kind: "Name", value: "latest" },
107913
109055
  value: { kind: "Variable", name: { kind: "Name", value: "latest" } },
107914
109056
  },
109057
+ {
109058
+ kind: "Argument",
109059
+ name: { kind: "Name", value: "syncToCommentThread" },
109060
+ value: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
109061
+ },
107915
109062
  {
107916
109063
  kind: "Argument",
107917
109064
  name: { kind: "Name", value: "title" },
@@ -109366,6 +110513,136 @@ const DeleteEmojiDocument = {
109366
110513
  ...DeletePayloadFragmentDoc.definitions,
109367
110514
  ],
109368
110515
  };
110516
+ const CreateEntityExternalLinkDocument = {
110517
+ kind: "Document",
110518
+ definitions: [
110519
+ {
110520
+ kind: "OperationDefinition",
110521
+ operation: "mutation",
110522
+ name: { kind: "Name", value: "createEntityExternalLink" },
110523
+ variableDefinitions: [
110524
+ {
110525
+ kind: "VariableDefinition",
110526
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
110527
+ type: {
110528
+ kind: "NonNullType",
110529
+ type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkCreateInput" } },
110530
+ },
110531
+ },
110532
+ ],
110533
+ selectionSet: {
110534
+ kind: "SelectionSet",
110535
+ selections: [
110536
+ {
110537
+ kind: "Field",
110538
+ name: { kind: "Name", value: "entityExternalLinkCreate" },
110539
+ arguments: [
110540
+ {
110541
+ kind: "Argument",
110542
+ name: { kind: "Name", value: "input" },
110543
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
110544
+ },
110545
+ ],
110546
+ selectionSet: {
110547
+ kind: "SelectionSet",
110548
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
110549
+ },
110550
+ },
110551
+ ],
110552
+ },
110553
+ },
110554
+ ...EntityExternalLinkPayloadFragmentDoc.definitions,
110555
+ ],
110556
+ };
110557
+ const DeleteEntityExternalLinkDocument = {
110558
+ kind: "Document",
110559
+ definitions: [
110560
+ {
110561
+ kind: "OperationDefinition",
110562
+ operation: "mutation",
110563
+ name: { kind: "Name", value: "deleteEntityExternalLink" },
110564
+ variableDefinitions: [
110565
+ {
110566
+ kind: "VariableDefinition",
110567
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
110568
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
110569
+ },
110570
+ ],
110571
+ selectionSet: {
110572
+ kind: "SelectionSet",
110573
+ selections: [
110574
+ {
110575
+ kind: "Field",
110576
+ name: { kind: "Name", value: "entityExternalLinkDelete" },
110577
+ arguments: [
110578
+ {
110579
+ kind: "Argument",
110580
+ name: { kind: "Name", value: "id" },
110581
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
110582
+ },
110583
+ ],
110584
+ selectionSet: {
110585
+ kind: "SelectionSet",
110586
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
110587
+ },
110588
+ },
110589
+ ],
110590
+ },
110591
+ },
110592
+ ...DeletePayloadFragmentDoc.definitions,
110593
+ ],
110594
+ };
110595
+ const UpdateEntityExternalLinkDocument = {
110596
+ kind: "Document",
110597
+ definitions: [
110598
+ {
110599
+ kind: "OperationDefinition",
110600
+ operation: "mutation",
110601
+ name: { kind: "Name", value: "updateEntityExternalLink" },
110602
+ variableDefinitions: [
110603
+ {
110604
+ kind: "VariableDefinition",
110605
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
110606
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
110607
+ },
110608
+ {
110609
+ kind: "VariableDefinition",
110610
+ variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
110611
+ type: {
110612
+ kind: "NonNullType",
110613
+ type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkUpdateInput" } },
110614
+ },
110615
+ },
110616
+ ],
110617
+ selectionSet: {
110618
+ kind: "SelectionSet",
110619
+ selections: [
110620
+ {
110621
+ kind: "Field",
110622
+ name: { kind: "Name", value: "entityExternalLinkUpdate" },
110623
+ arguments: [
110624
+ {
110625
+ kind: "Argument",
110626
+ name: { kind: "Name", value: "id" },
110627
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
110628
+ },
110629
+ {
110630
+ kind: "Argument",
110631
+ name: { kind: "Name", value: "input" },
110632
+ value: { kind: "Variable", name: { kind: "Name", value: "input" } },
110633
+ },
110634
+ ],
110635
+ selectionSet: {
110636
+ kind: "SelectionSet",
110637
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
110638
+ },
110639
+ },
110640
+ ],
110641
+ },
110642
+ },
110643
+ ...EntityExternalLinkPayloadFragmentDoc.definitions,
110644
+ ],
110645
+ };
109369
110646
  const CreateFavoriteDocument = {
109370
110647
  kind: "Document",
109371
110648
  definitions: [
@@ -112473,6 +113750,11 @@ const UpdateIssueLabelDocument = {
112473
113750
  type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelUpdateInput" } },
112474
113751
  },
112475
113752
  },
113753
+ {
113754
+ kind: "VariableDefinition",
113755
+ variable: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
113756
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
113757
+ },
112476
113758
  ],
112477
113759
  selectionSet: {
112478
113760
  kind: "SelectionSet",
@@ -112491,6 +113773,11 @@ const UpdateIssueLabelDocument = {
112491
113773
  name: { kind: "Name", value: "input" },
112492
113774
  value: { kind: "Variable", name: { kind: "Name", value: "input" } },
112493
113775
  },
113776
+ {
113777
+ kind: "Argument",
113778
+ name: { kind: "Name", value: "replaceTeamLabels" },
113779
+ value: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
113780
+ },
112494
113781
  ],
112495
113782
  selectionSet: {
112496
113783
  kind: "SelectionSet",
@@ -113146,6 +114433,7 @@ const ArchiveNotificationDocument = {
113146
114433
  ...NotificationArchivePayloadFragmentDoc.definitions,
113147
114434
  ...NotificationFragmentDoc.definitions,
113148
114435
  ...ActorBotFragmentDoc.definitions,
114436
+ ...DocumentNotificationFragmentDoc.definitions,
113149
114437
  ...IssueNotificationFragmentDoc.definitions,
113150
114438
  ...NotificationSubscriptionFragmentDoc.definitions,
113151
114439
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -113194,6 +114482,7 @@ const NotificationArchiveAllDocument = {
113194
114482
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
113195
114483
  ...NotificationFragmentDoc.definitions,
113196
114484
  ...ActorBotFragmentDoc.definitions,
114485
+ ...DocumentNotificationFragmentDoc.definitions,
113197
114486
  ...IssueNotificationFragmentDoc.definitions,
113198
114487
  ...NotificationSubscriptionFragmentDoc.definitions,
113199
114488
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -113252,6 +114541,7 @@ const NotificationMarkReadAllDocument = {
113252
114541
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
113253
114542
  ...NotificationFragmentDoc.definitions,
113254
114543
  ...ActorBotFragmentDoc.definitions,
114544
+ ...DocumentNotificationFragmentDoc.definitions,
113255
114545
  ...IssueNotificationFragmentDoc.definitions,
113256
114546
  ...NotificationSubscriptionFragmentDoc.definitions,
113257
114547
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -113300,6 +114590,7 @@ const NotificationMarkUnreadAllDocument = {
113300
114590
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
113301
114591
  ...NotificationFragmentDoc.definitions,
113302
114592
  ...ActorBotFragmentDoc.definitions,
114593
+ ...DocumentNotificationFragmentDoc.definitions,
113303
114594
  ...IssueNotificationFragmentDoc.definitions,
113304
114595
  ...NotificationSubscriptionFragmentDoc.definitions,
113305
114596
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -113358,6 +114649,7 @@ const NotificationSnoozeAllDocument = {
113358
114649
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
113359
114650
  ...NotificationFragmentDoc.definitions,
113360
114651
  ...ActorBotFragmentDoc.definitions,
114652
+ ...DocumentNotificationFragmentDoc.definitions,
113361
114653
  ...IssueNotificationFragmentDoc.definitions,
113362
114654
  ...NotificationSubscriptionFragmentDoc.definitions,
113363
114655
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -113539,6 +114831,7 @@ const UnarchiveNotificationDocument = {
113539
114831
  ...NotificationArchivePayloadFragmentDoc.definitions,
113540
114832
  ...NotificationFragmentDoc.definitions,
113541
114833
  ...ActorBotFragmentDoc.definitions,
114834
+ ...DocumentNotificationFragmentDoc.definitions,
113542
114835
  ...IssueNotificationFragmentDoc.definitions,
113543
114836
  ...NotificationSubscriptionFragmentDoc.definitions,
113544
114837
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -113597,6 +114890,7 @@ const NotificationUnsnoozeAllDocument = {
113597
114890
  ...NotificationBatchActionPayloadFragmentDoc.definitions,
113598
114891
  ...NotificationFragmentDoc.definitions,
113599
114892
  ...ActorBotFragmentDoc.definitions,
114893
+ ...DocumentNotificationFragmentDoc.definitions,
113600
114894
  ...IssueNotificationFragmentDoc.definitions,
113601
114895
  ...NotificationSubscriptionFragmentDoc.definitions,
113602
114896
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -113655,6 +114949,7 @@ const UpdateNotificationDocument = {
113655
114949
  ...NotificationPayloadFragmentDoc.definitions,
113656
114950
  ...NotificationFragmentDoc.definitions,
113657
114951
  ...ActorBotFragmentDoc.definitions,
114952
+ ...DocumentNotificationFragmentDoc.definitions,
113658
114953
  ...IssueNotificationFragmentDoc.definitions,
113659
114954
  ...NotificationSubscriptionFragmentDoc.definitions,
113660
114955
  ...OauthClientApprovalNotificationFragmentDoc.definitions,
@@ -116394,6 +117689,7 @@ const CreateViewPreferencesDocument = {
116394
117689
  },
116395
117690
  ...ViewPreferencesPayloadFragmentDoc.definitions,
116396
117691
  ...ViewPreferencesFragmentDoc.definitions,
117692
+ ...ViewPreferencesValuesFragmentDoc.definitions,
116397
117693
  ],
116398
117694
  };
116399
117695
  const DeleteViewPreferencesDocument = {
@@ -116484,6 +117780,7 @@ const UpdateViewPreferencesDocument = {
116484
117780
  },
116485
117781
  ...ViewPreferencesPayloadFragmentDoc.definitions,
116486
117782
  ...ViewPreferencesFragmentDoc.definitions,
117783
+ ...ViewPreferencesValuesFragmentDoc.definitions,
116487
117784
  ],
116488
117785
  };
116489
117786
  const CreateWebhookDocument = {
@@ -116768,7 +118065,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116768
118065
  get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
116769
118066
  get PushSubscriptionType () { return PushSubscriptionType; },
116770
118067
  get ReleaseChannel () { return ReleaseChannel; },
116771
- get SlaDayCountType () { return SlaDayCountType; },
118068
+ get SLADayCountType () { return SLADayCountType; },
116772
118069
  get SendStrategy () { return SendStrategy; },
116773
118070
  get SlaStatus () { return SlaStatus; },
116774
118071
  get SlackChannelType () { return SlackChannelType; },
@@ -116793,6 +118090,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116793
118090
  InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
116794
118091
  IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
116795
118092
  ActorBotFragmentDoc: ActorBotFragmentDoc,
118093
+ DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
116796
118094
  NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
116797
118095
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
116798
118096
  OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
@@ -116814,6 +118112,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116814
118112
  AuthUserFragmentDoc: AuthUserFragmentDoc,
116815
118113
  AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
116816
118114
  AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
118115
+ ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
116817
118116
  PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
116818
118117
  OrganizationFragmentDoc: OrganizationFragmentDoc,
116819
118118
  AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
@@ -116870,6 +118169,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116870
118169
  OauthTokenFragmentDoc: OauthTokenFragmentDoc,
116871
118170
  AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
116872
118171
  AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
118172
+ AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
118173
+ AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
116873
118174
  AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
116874
118175
  AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
116875
118176
  AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
@@ -116881,6 +118182,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116881
118182
  ContactPayloadFragmentDoc: ContactPayloadFragmentDoc,
116882
118183
  CreateCsvExportReportPayloadFragmentDoc: CreateCsvExportReportPayloadFragmentDoc,
116883
118184
  CreateOrJoinOrganizationResponseFragmentDoc: CreateOrJoinOrganizationResponseFragmentDoc,
118185
+ ViewPreferencesValuesFragmentDoc: ViewPreferencesValuesFragmentDoc,
118186
+ ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
116884
118187
  CustomViewFragmentDoc: CustomViewFragmentDoc,
116885
118188
  CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
116886
118189
  CustomViewHasSubscribersPayloadFragmentDoc: CustomViewHasSubscribersPayloadFragmentDoc,
@@ -116905,6 +118208,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116905
118208
  EmojiFragmentDoc: EmojiFragmentDoc,
116906
118209
  EmojiConnectionFragmentDoc: EmojiConnectionFragmentDoc,
116907
118210
  EmojiPayloadFragmentDoc: EmojiPayloadFragmentDoc,
118211
+ EntityExternalLinkFragmentDoc: EntityExternalLinkFragmentDoc,
118212
+ EntityExternalLinkConnectionFragmentDoc: EntityExternalLinkConnectionFragmentDoc,
118213
+ EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
116908
118214
  ExternalUserFragmentDoc: ExternalUserFragmentDoc,
116909
118215
  ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
116910
118216
  FavoriteFragmentDoc: FavoriteFragmentDoc,
@@ -116936,6 +118242,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116936
118242
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
116937
118243
  IssueImportFragmentDoc: IssueImportFragmentDoc,
116938
118244
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
118245
+ UserFragmentDoc: UserFragmentDoc,
116939
118246
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
116940
118247
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
116941
118248
  IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
@@ -116960,6 +118267,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116960
118267
  NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
116961
118268
  OauthClientFragmentDoc: OauthClientFragmentDoc,
116962
118269
  OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
118270
+ OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc,
116963
118271
  OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
116964
118272
  OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
116965
118273
  OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
@@ -116981,9 +118289,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
116981
118289
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
116982
118290
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
116983
118291
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
118292
+ ProjectRelationFragmentDoc: ProjectRelationFragmentDoc,
118293
+ ProjectRelationConnectionFragmentDoc: ProjectRelationConnectionFragmentDoc,
118294
+ ProjectRelationPayloadFragmentDoc: ProjectRelationPayloadFragmentDoc,
116984
118295
  ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
116985
118296
  ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
116986
118297
  ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
118298
+ ProjectStatusConnectionFragmentDoc: ProjectStatusConnectionFragmentDoc,
116987
118299
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
116988
118300
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
116989
118301
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -117032,13 +118344,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
117032
118344
  UploadFileFragmentDoc: UploadFileFragmentDoc,
117033
118345
  UploadPayloadFragmentDoc: UploadPayloadFragmentDoc,
117034
118346
  UserAdminPayloadFragmentDoc: UserAdminPayloadFragmentDoc,
117035
- UserFragmentDoc: UserFragmentDoc,
117036
118347
  UserConnectionFragmentDoc: UserConnectionFragmentDoc,
117037
118348
  UserPayloadFragmentDoc: UserPayloadFragmentDoc,
117038
118349
  UserSettingsFlagPayloadFragmentDoc: UserSettingsFlagPayloadFragmentDoc,
117039
118350
  UserSettingsFlagsResetPayloadFragmentDoc: UserSettingsFlagsResetPayloadFragmentDoc,
117040
118351
  UserSettingsPayloadFragmentDoc: UserSettingsPayloadFragmentDoc,
117041
- ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
117042
118352
  ViewPreferencesPayloadFragmentDoc: ViewPreferencesPayloadFragmentDoc,
117043
118353
  WebhookFragmentDoc: WebhookFragmentDoc,
117044
118354
  WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
@@ -117078,6 +118388,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
117078
118388
  CommentsDocument: CommentsDocument,
117079
118389
  CustomViewDocument: CustomViewDocument,
117080
118390
  CustomView_IssuesDocument: CustomView_IssuesDocument,
118391
+ CustomView_OrganizationViewPreferencesDocument: CustomView_OrganizationViewPreferencesDocument,
118392
+ CustomView_OrganizationViewPreferences_PreferencesDocument: CustomView_OrganizationViewPreferences_PreferencesDocument,
118393
+ CustomView_UserViewPreferencesDocument: CustomView_UserViewPreferencesDocument,
118394
+ CustomView_UserViewPreferences_PreferencesDocument: CustomView_UserViewPreferences_PreferencesDocument,
118395
+ CustomView_ViewPreferencesValuesDocument: CustomView_ViewPreferencesValuesDocument,
117081
118396
  CustomViewHasSubscribersDocument: CustomViewHasSubscribersDocument,
117082
118397
  CustomViewsDocument: CustomViewsDocument,
117083
118398
  CycleDocument: CycleDocument,
@@ -117089,6 +118404,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
117089
118404
  DocumentsDocument: DocumentsDocument,
117090
118405
  EmojiDocument: EmojiDocument,
117091
118406
  EmojisDocument: EmojisDocument,
118407
+ EntityExternalLinkDocument: EntityExternalLinkDocument,
117092
118408
  ExternalUserDocument: ExternalUserDocument,
117093
118409
  ExternalUsersDocument: ExternalUsersDocument,
117094
118410
  FavoriteDocument: FavoriteDocument,
@@ -117154,6 +118470,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
117154
118470
  Project_MembersDocument: Project_MembersDocument,
117155
118471
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
117156
118472
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
118473
+ Project_StatusDocument: Project_StatusDocument,
117157
118474
  Project_TeamsDocument: Project_TeamsDocument,
117158
118475
  ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
117159
118476
  ProjectLinkDocument: ProjectLinkDocument,
@@ -117161,7 +118478,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
117161
118478
  ProjectMilestoneDocument: ProjectMilestoneDocument,
117162
118479
  ProjectMilestone_IssuesDocument: ProjectMilestone_IssuesDocument,
117163
118480
  ProjectMilestonesDocument: ProjectMilestonesDocument,
118481
+ ProjectRelationDocument: ProjectRelationDocument,
118482
+ ProjectRelationsDocument: ProjectRelationsDocument,
117164
118483
  ProjectUpdateDocument: ProjectUpdateDocument,
118484
+ ProjectUpdate_CommentsDocument: ProjectUpdate_CommentsDocument,
117165
118485
  ProjectUpdateInteractionDocument: ProjectUpdateInteractionDocument,
117166
118486
  ProjectUpdateInteractionsDocument: ProjectUpdateInteractionsDocument,
117167
118487
  ProjectUpdatesDocument: ProjectUpdatesDocument,
@@ -117259,6 +118579,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
117259
118579
  EmailUserAccountAuthChallengeDocument: EmailUserAccountAuthChallengeDocument,
117260
118580
  CreateEmojiDocument: CreateEmojiDocument,
117261
118581
  DeleteEmojiDocument: DeleteEmojiDocument,
118582
+ CreateEntityExternalLinkDocument: CreateEntityExternalLinkDocument,
118583
+ DeleteEntityExternalLinkDocument: DeleteEntityExternalLinkDocument,
118584
+ UpdateEntityExternalLinkDocument: UpdateEntityExternalLinkDocument,
117262
118585
  CreateFavoriteDocument: CreateFavoriteDocument,
117263
118586
  DeleteFavoriteDocument: DeleteFavoriteDocument,
117264
118587
  UpdateFavoriteDocument: UpdateFavoriteDocument,
@@ -118030,6 +119353,7 @@ class AuthOrganization extends Request {
118030
119353
  this.serviceId = data.serviceId;
118031
119354
  this.urlKey = data.urlKey;
118032
119355
  this.userCount = data.userCount;
119356
+ this.releaseChannel = data.releaseChannel;
118033
119357
  }
118034
119358
  }
118035
119359
  /**
@@ -118047,6 +119371,20 @@ class AuthOrganizationDomain extends Request {
118047
119371
  this.name = data.name;
118048
119372
  this.organizationId = data.organizationId;
118049
119373
  this.verified = data.verified;
119374
+ this.authType = data.authType;
119375
+ }
119376
+ }
119377
+ /**
119378
+ * AuthOrganizationExistsPayload model
119379
+ *
119380
+ * @param request - function to call the graphql client
119381
+ * @param data - L.AuthOrganizationExistsPayloadFragment response data
119382
+ */
119383
+ class AuthOrganizationExistsPayload extends Request {
119384
+ constructor(request, data) {
119385
+ super(request);
119386
+ this.exists = data.exists;
119387
+ this.success = data.success;
118050
119388
  }
118051
119389
  }
118052
119390
  /**
@@ -118063,6 +119401,19 @@ class AuthOrganizationInvite extends Request {
118063
119401
  this.id = data.id;
118064
119402
  }
118065
119403
  }
119404
+ /**
119405
+ * AuthOrganizationPayload model
119406
+ *
119407
+ * @param request - function to call the graphql client
119408
+ * @param data - L.AuthOrganizationPayloadFragment response data
119409
+ */
119410
+ class AuthOrganizationPayload extends Request {
119411
+ constructor(request, data) {
119412
+ super(request);
119413
+ this.success = data.success;
119414
+ this.authOrganization = new AuthOrganization(request, data.authOrganization);
119415
+ }
119416
+ }
118066
119417
  /**
118067
119418
  * AuthResolverResponse model
118068
119419
  *
@@ -118127,7 +119478,7 @@ class AuthUser extends Request {
118127
119478
  */
118128
119479
  class AuthenticationSession extends Request {
118129
119480
  constructor(request, data) {
118130
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
119481
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
118131
119482
  super(request);
118132
119483
  this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
118133
119484
  this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
@@ -118140,10 +119491,12 @@ class AuthenticationSession extends Request {
118140
119491
  this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
118141
119492
  this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
118142
119493
  this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
119494
+ this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
118143
119495
  this.name = data.name;
118144
- this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
118145
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
118146
- this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
119496
+ this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
119497
+ this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
119498
+ this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
119499
+ this.type = data.type;
118147
119500
  }
118148
119501
  }
118149
119502
  /**
@@ -118154,7 +119507,7 @@ class AuthenticationSession extends Request {
118154
119507
  */
118155
119508
  class AuthenticationSessionResponse extends Request {
118156
119509
  constructor(request, data) {
118157
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
119510
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
118158
119511
  super(request);
118159
119512
  this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
118160
119513
  this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
@@ -118168,10 +119521,12 @@ class AuthenticationSessionResponse extends Request {
118168
119521
  this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
118169
119522
  this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
118170
119523
  this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
119524
+ this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
118171
119525
  this.name = data.name;
118172
- this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
118173
- this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
118174
- this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
119526
+ this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
119527
+ this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
119528
+ this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
119529
+ this.type = data.type;
118175
119530
  }
118176
119531
  }
118177
119532
  /**
@@ -118407,6 +119762,15 @@ class CustomView extends Request {
118407
119762
  this.projectFilterData = (_f = data.projectFilterData) !== null && _f !== void 0 ? _f : undefined;
118408
119763
  this.shared = data.shared;
118409
119764
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
119765
+ this.organizationViewPreferences = data.organizationViewPreferences
119766
+ ? new ViewPreferences(request, data.organizationViewPreferences)
119767
+ : undefined;
119768
+ this.userViewPreferences = data.userViewPreferences
119769
+ ? new ViewPreferences(request, data.userViewPreferences)
119770
+ : undefined;
119771
+ this.viewPreferencesValues = data.viewPreferencesValues
119772
+ ? new ViewPreferencesValues(request, data.viewPreferencesValues)
119773
+ : undefined;
118410
119774
  this._creator = data.creator;
118411
119775
  this._owner = data.owner;
118412
119776
  this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
@@ -118482,7 +119846,7 @@ class CustomViewHasSubscribersPayload extends Request {
118482
119846
  */
118483
119847
  class CustomViewNotificationSubscription extends Request {
118484
119848
  constructor(request, data) {
118485
- var _a, _b, _c, _d, _e, _f, _g, _h;
119849
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
118486
119850
  super(request);
118487
119851
  this.active = data.active;
118488
119852
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -118490,13 +119854,15 @@ class CustomViewNotificationSubscription extends Request {
118490
119854
  this.id = data.id;
118491
119855
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
118492
119856
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
119857
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
119858
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
118493
119859
  this._customView = data.customView;
118494
- this._cycle = (_d = data.cycle) !== null && _d !== void 0 ? _d : undefined;
118495
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
118496
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
119860
+ this._cycle = (_f = data.cycle) !== null && _f !== void 0 ? _f : undefined;
119861
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
119862
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
118497
119863
  this._subscriber = data.subscriber;
118498
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
118499
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
119864
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
119865
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
118500
119866
  }
118501
119867
  /** The custom view subscribed to. */
118502
119868
  get customView() {
@@ -118659,7 +120025,7 @@ class CycleConnection extends Connection {
118659
120025
  */
118660
120026
  class CycleNotificationSubscription extends Request {
118661
120027
  constructor(request, data) {
118662
- var _a, _b, _c, _d, _e, _f, _g, _h;
120028
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
118663
120029
  super(request);
118664
120030
  this.active = data.active;
118665
120031
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -118667,13 +120033,15 @@ class CycleNotificationSubscription extends Request {
118667
120033
  this.id = data.id;
118668
120034
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
118669
120035
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
118670
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
120036
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
120037
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
120038
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
118671
120039
  this._cycle = data.cycle;
118672
- this._label = (_e = data.label) !== null && _e !== void 0 ? _e : undefined;
118673
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
120040
+ this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
120041
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
118674
120042
  this._subscriber = data.subscriber;
118675
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
118676
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
120043
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
120044
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
118677
120045
  }
118678
120046
  /** The contextual custom view associated with the notification subscription. */
118679
120047
  get customView() {
@@ -118744,14 +120112,14 @@ class DeletePayload extends Request {
118744
120112
  }
118745
120113
  }
118746
120114
  /**
118747
- * A document for a project.
120115
+ * A document that can be attached to different entities.
118748
120116
  *
118749
120117
  * @param request - function to call the graphql client
118750
120118
  * @param data - L.DocumentFragment response data
118751
120119
  */
118752
120120
  class Document extends Request {
118753
120121
  constructor(request, data) {
118754
- var _a, _b, _c, _d, _e, _f, _g, _h;
120122
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
118755
120123
  super(request);
118756
120124
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
118757
120125
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
@@ -118764,9 +120132,10 @@ class Document extends Request {
118764
120132
  this.sortOrder = data.sortOrder;
118765
120133
  this.title = data.title;
118766
120134
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
120135
+ this.url = data.url;
118767
120136
  this._creator = data.creator;
118768
120137
  this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
118769
- this._project = data.project;
120138
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
118770
120139
  this._updatedBy = data.updatedBy;
118771
120140
  }
118772
120141
  /** The user who created the document. */
@@ -118782,7 +120151,8 @@ class Document extends Request {
118782
120151
  }
118783
120152
  /** The project that the document is associated with. */
118784
120153
  get project() {
118785
- return new ProjectQuery(this._request).fetch(this._project.id);
120154
+ var _a, _b;
120155
+ 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;
118786
120156
  }
118787
120157
  /** The user who last updated the document. */
118788
120158
  get updatedBy() {
@@ -118906,6 +120276,47 @@ class DocumentContentHistoryType extends Request {
118906
120276
  this.id = data.id;
118907
120277
  }
118908
120278
  }
120279
+ /**
120280
+ * A document related notification.
120281
+ *
120282
+ * @param request - function to call the graphql client
120283
+ * @param data - L.DocumentNotificationFragment response data
120284
+ */
120285
+ class DocumentNotification extends Request {
120286
+ constructor(request, data) {
120287
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
120288
+ super(request);
120289
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120290
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
120291
+ this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
120292
+ this.id = data.id;
120293
+ this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
120294
+ this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
120295
+ this.type = data.type;
120296
+ this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
120297
+ this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
120298
+ this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
120299
+ this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
120300
+ this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
120301
+ this._user = data.user;
120302
+ }
120303
+ /** The user that caused the notification. */
120304
+ get actor() {
120305
+ var _a, _b;
120306
+ 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;
120307
+ }
120308
+ /** The external user that caused the notification. */
120309
+ get externalUserActor() {
120310
+ var _a, _b;
120311
+ return ((_a = this._externalUserActor) === null || _a === void 0 ? void 0 : _a.id)
120312
+ ? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
120313
+ : undefined;
120314
+ }
120315
+ /** The user that received the notification. */
120316
+ get user() {
120317
+ return new UserQuery(this._request).fetch(this._user.id);
120318
+ }
120319
+ }
118909
120320
  /**
118910
120321
  * DocumentPayload model
118911
120322
  *
@@ -118947,7 +120358,7 @@ class DocumentSearchPayload extends Request {
118947
120358
  */
118948
120359
  class DocumentSearchResult extends Request {
118949
120360
  constructor(request, data) {
118950
- var _a, _b, _c, _d, _e, _f, _g, _h;
120361
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
118951
120362
  super(request);
118952
120363
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
118953
120364
  this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
@@ -118961,9 +120372,10 @@ class DocumentSearchResult extends Request {
118961
120372
  this.sortOrder = data.sortOrder;
118962
120373
  this.title = data.title;
118963
120374
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
120375
+ this.url = data.url;
118964
120376
  this._creator = data.creator;
118965
120377
  this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
118966
- this._project = data.project;
120378
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
118967
120379
  this._updatedBy = data.updatedBy;
118968
120380
  }
118969
120381
  /** The user who created the document. */
@@ -118979,7 +120391,8 @@ class DocumentSearchResult extends Request {
118979
120391
  }
118980
120392
  /** The project that the document is associated with. */
118981
120393
  get project() {
118982
- return new ProjectQuery(this._request).fetch(this._project.id);
120394
+ var _a, _b;
120395
+ 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;
118983
120396
  }
118984
120397
  /** The user who last updated the document. */
118985
120398
  get updatedBy() {
@@ -119170,6 +120583,72 @@ class Entity extends Request {
119170
120583
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
119171
120584
  }
119172
120585
  }
120586
+ /**
120587
+ * An external link for an entity like initiative, etc...
120588
+ *
120589
+ * @param request - function to call the graphql client
120590
+ * @param data - L.EntityExternalLinkFragment response data
120591
+ */
120592
+ class EntityExternalLink extends Request {
120593
+ constructor(request, data) {
120594
+ var _a, _b, _c;
120595
+ super(request);
120596
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120597
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
120598
+ this.id = data.id;
120599
+ this.label = data.label;
120600
+ this.sortOrder = data.sortOrder;
120601
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
120602
+ this.url = data.url;
120603
+ this._creator = data.creator;
120604
+ }
120605
+ /** The user who created the link. */
120606
+ get creator() {
120607
+ return new UserQuery(this._request).fetch(this._creator.id);
120608
+ }
120609
+ /** Creates a new entity link. */
120610
+ create(input) {
120611
+ return new CreateEntityExternalLinkMutation(this._request).fetch(input);
120612
+ }
120613
+ /** Deletes an entity link. */
120614
+ delete() {
120615
+ return new DeleteEntityExternalLinkMutation(this._request).fetch(this.id);
120616
+ }
120617
+ /** Updates an entity link. */
120618
+ update(input) {
120619
+ return new UpdateEntityExternalLinkMutation(this._request).fetch(this.id, input);
120620
+ }
120621
+ }
120622
+ /**
120623
+ * EntityExternalLinkConnection model
120624
+ *
120625
+ * @param request - function to call the graphql client
120626
+ * @param fetch - function to trigger a refetch of this EntityExternalLinkConnection model
120627
+ * @param data - EntityExternalLinkConnection response data
120628
+ */
120629
+ class EntityExternalLinkConnection extends Connection {
120630
+ constructor(request, fetch, data) {
120631
+ super(request, fetch, data.nodes.map(node => new EntityExternalLink(request, node)), new PageInfo(request, data.pageInfo));
120632
+ }
120633
+ }
120634
+ /**
120635
+ * EntityExternalLinkPayload model
120636
+ *
120637
+ * @param request - function to call the graphql client
120638
+ * @param data - L.EntityExternalLinkPayloadFragment response data
120639
+ */
120640
+ class EntityExternalLinkPayload extends Request {
120641
+ constructor(request, data) {
120642
+ super(request);
120643
+ this.lastSyncId = data.lastSyncId;
120644
+ this.success = data.success;
120645
+ this._entityExternalLink = data.entityExternalLink;
120646
+ }
120647
+ /** The link that was created or updated. */
120648
+ get entityExternalLink() {
120649
+ return new EntityExternalLinkQuery(this._request).fetch(this._entityExternalLink.id);
120650
+ }
120651
+ }
119173
120652
  /**
119174
120653
  * 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.
119175
120654
  *
@@ -119215,7 +120694,7 @@ class ExternalUserConnection extends Connection {
119215
120694
  */
119216
120695
  class Favorite extends Request {
119217
120696
  constructor(request, data) {
119218
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
120697
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
119219
120698
  super(request);
119220
120699
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119221
120700
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
@@ -119225,18 +120704,19 @@ class Favorite extends Request {
119225
120704
  this.sortOrder = data.sortOrder;
119226
120705
  this.type = data.type;
119227
120706
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
119228
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
119229
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
119230
- this._document = (_h = data.document) !== null && _h !== void 0 ? _h : undefined;
119231
- this._issue = (_j = data.issue) !== null && _j !== void 0 ? _j : undefined;
119232
- this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
120707
+ this.projectTab = (_f = data.projectTab) !== null && _f !== void 0 ? _f : undefined;
120708
+ this._customView = (_g = data.customView) !== null && _g !== void 0 ? _g : undefined;
120709
+ this._cycle = (_h = data.cycle) !== null && _h !== void 0 ? _h : undefined;
120710
+ this._document = (_j = data.document) !== null && _j !== void 0 ? _j : undefined;
120711
+ this._issue = (_k = data.issue) !== null && _k !== void 0 ? _k : undefined;
120712
+ this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
119233
120713
  this._owner = data.owner;
119234
- this._parent = (_l = data.parent) !== null && _l !== void 0 ? _l : undefined;
119235
- this._predefinedViewTeam = (_m = data.predefinedViewTeam) !== null && _m !== void 0 ? _m : undefined;
119236
- this._project = (_o = data.project) !== null && _o !== void 0 ? _o : undefined;
119237
- this._projectTeam = (_p = data.projectTeam) !== null && _p !== void 0 ? _p : undefined;
119238
- this._roadmap = (_q = data.roadmap) !== null && _q !== void 0 ? _q : undefined;
119239
- this._user = (_r = data.user) !== null && _r !== void 0 ? _r : undefined;
120714
+ this._parent = (_m = data.parent) !== null && _m !== void 0 ? _m : undefined;
120715
+ this._predefinedViewTeam = (_o = data.predefinedViewTeam) !== null && _o !== void 0 ? _o : undefined;
120716
+ this._project = (_p = data.project) !== null && _p !== void 0 ? _p : undefined;
120717
+ this._projectTeam = (_q = data.projectTeam) !== null && _q !== void 0 ? _q : undefined;
120718
+ this._roadmap = (_r = data.roadmap) !== null && _r !== void 0 ? _r : undefined;
120719
+ this._user = (_s = data.user) !== null && _s !== void 0 ? _s : undefined;
119240
120720
  }
119241
120721
  /** The favorited custom view. */
119242
120722
  get customView() {
@@ -119390,6 +120870,7 @@ class GitAutomationState extends Request {
119390
120870
  this.id = data.id;
119391
120871
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
119392
120872
  this.targetBranch = data.targetBranch ? new GitAutomationTargetBranch(request, data.targetBranch) : undefined;
120873
+ this.event = data.event;
119393
120874
  this._state = (_e = data.state) !== null && _e !== void 0 ? _e : undefined;
119394
120875
  this._team = data.team;
119395
120876
  }
@@ -119950,7 +121431,7 @@ class IntercomSettings extends Request {
119950
121431
  */
119951
121432
  class Issue extends Request {
119952
121433
  constructor(request, data) {
119953
- 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;
121434
+ 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;
119954
121435
  super(request);
119955
121436
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
119956
121437
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -119971,28 +121452,31 @@ class Issue extends Request {
119971
121452
  this.previousIdentifiers = data.previousIdentifiers;
119972
121453
  this.priority = data.priority;
119973
121454
  this.priorityLabel = data.priorityLabel;
119974
- this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
121455
+ this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
121456
+ this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
121457
+ this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
119975
121458
  this.sortOrder = data.sortOrder;
119976
- this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
119977
- this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
119978
- this.subIssueSortOrder = (_o = data.subIssueSortOrder) !== null && _o !== void 0 ? _o : undefined;
121459
+ this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
121460
+ this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
121461
+ this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
119979
121462
  this.title = data.title;
119980
- this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
119981
- this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
119982
- this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
121463
+ this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
121464
+ this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
121465
+ this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
119983
121466
  this.url = data.url;
119984
121467
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
119985
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
119986
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
119987
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
119988
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
119989
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
119990
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
119991
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
119992
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
119993
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
119994
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
119995
- this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
121468
+ this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
121469
+ this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
121470
+ this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
121471
+ this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
121472
+ this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
121473
+ this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
121474
+ this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
121475
+ this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
121476
+ this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
121477
+ this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
121478
+ this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
121479
+ this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
119996
121480
  this._state = data.state;
119997
121481
  this._team = data.team;
119998
121482
  }
@@ -120228,6 +121712,9 @@ class IssueHistory extends Request {
120228
121712
  ? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
120229
121713
  : undefined;
120230
121714
  this.removedLabels = data.removedLabels ? data.removedLabels.map(node => new IssueLabel(request, node)) : undefined;
121715
+ this.triageResponsibilityNotifiedUsers = data.triageResponsibilityNotifiedUsers
121716
+ ? data.triageResponsibilityNotifiedUsers.map(node => new User(request, node))
121717
+ : undefined;
120231
121718
  this._actor = (_9 = data.actor) !== null && _9 !== void 0 ? _9 : undefined;
120232
121719
  this._attachment = (_10 = data.attachment) !== null && _10 !== void 0 ? _10 : undefined;
120233
121720
  this._fromAssignee = (_11 = data.fromAssignee) !== null && _11 !== void 0 ? _11 : undefined;
@@ -120469,8 +121956,8 @@ class IssueLabel extends Request {
120469
121956
  return new DeleteIssueLabelMutation(this._request).fetch(this.id);
120470
121957
  }
120471
121958
  /** Updates an label. */
120472
- update(input) {
120473
- return new UpdateIssueLabelMutation(this._request).fetch(this.id, input);
121959
+ update(input, variables) {
121960
+ return new UpdateIssueLabelMutation(this._request).fetch(this.id, input, variables);
120474
121961
  }
120475
121962
  }
120476
121963
  /**
@@ -120702,7 +122189,7 @@ class IssueSearchPayload extends Request {
120702
122189
  */
120703
122190
  class IssueSearchResult extends Request {
120704
122191
  constructor(request, data) {
120705
- 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;
122192
+ 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;
120706
122193
  super(request);
120707
122194
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
120708
122195
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -120724,28 +122211,31 @@ class IssueSearchResult extends Request {
120724
122211
  this.previousIdentifiers = data.previousIdentifiers;
120725
122212
  this.priority = data.priority;
120726
122213
  this.priorityLabel = data.priorityLabel;
120727
- this.snoozedUntilAt = (_k = parseDate(data.snoozedUntilAt)) !== null && _k !== void 0 ? _k : undefined;
122214
+ this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
122215
+ this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
122216
+ this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
120728
122217
  this.sortOrder = data.sortOrder;
120729
- this.startedAt = (_l = parseDate(data.startedAt)) !== null && _l !== void 0 ? _l : undefined;
120730
- this.startedTriageAt = (_m = parseDate(data.startedTriageAt)) !== null && _m !== void 0 ? _m : undefined;
120731
- this.subIssueSortOrder = (_o = data.subIssueSortOrder) !== null && _o !== void 0 ? _o : undefined;
122218
+ this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
122219
+ this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
122220
+ this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
120732
122221
  this.title = data.title;
120733
- this.trashed = (_p = data.trashed) !== null && _p !== void 0 ? _p : undefined;
120734
- this.triagedAt = (_q = parseDate(data.triagedAt)) !== null && _q !== void 0 ? _q : undefined;
120735
- this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
122222
+ this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
122223
+ this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
122224
+ this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
120736
122225
  this.url = data.url;
120737
122226
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
120738
- this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
120739
- this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
120740
- this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
120741
- this._externalUserCreator = (_v = data.externalUserCreator) !== null && _v !== void 0 ? _v : undefined;
120742
- this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
120743
- this._lastAppliedTemplate = (_x = data.lastAppliedTemplate) !== null && _x !== void 0 ? _x : undefined;
120744
- this._parent = (_y = data.parent) !== null && _y !== void 0 ? _y : undefined;
120745
- this._project = (_z = data.project) !== null && _z !== void 0 ? _z : undefined;
120746
- this._projectMilestone = (_0 = data.projectMilestone) !== null && _0 !== void 0 ? _0 : undefined;
120747
- this._snoozedBy = (_1 = data.snoozedBy) !== null && _1 !== void 0 ? _1 : undefined;
120748
- this._sourceComment = (_2 = data.sourceComment) !== null && _2 !== void 0 ? _2 : undefined;
122227
+ this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
122228
+ this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
122229
+ this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
122230
+ this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
122231
+ this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
122232
+ this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
122233
+ this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
122234
+ this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
122235
+ this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
122236
+ this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
122237
+ this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
122238
+ this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
120749
122239
  this._state = data.state;
120750
122240
  this._team = data.team;
120751
122241
  }
@@ -120899,7 +122389,7 @@ class JiraSettings extends Request {
120899
122389
  */
120900
122390
  class LabelNotificationSubscription extends Request {
120901
122391
  constructor(request, data) {
120902
- var _a, _b, _c, _d, _e, _f, _g, _h;
122392
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
120903
122393
  super(request);
120904
122394
  this.active = data.active;
120905
122395
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -120907,13 +122397,15 @@ class LabelNotificationSubscription extends Request {
120907
122397
  this.id = data.id;
120908
122398
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
120909
122399
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
120910
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
120911
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
122400
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
122401
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
122402
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
122403
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
120912
122404
  this._label = data.label;
120913
- this._project = (_f = data.project) !== null && _f !== void 0 ? _f : undefined;
122405
+ this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
120914
122406
  this._subscriber = data.subscriber;
120915
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
120916
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
122407
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
122408
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
120917
122409
  }
120918
122410
  /** The contextual custom view associated with the notification subscription. */
120919
122411
  get customView() {
@@ -121064,6 +122556,8 @@ class NotificationConnection extends Connection {
121064
122556
  constructor(request, fetch, data) {
121065
122557
  super(request, fetch, data.nodes.map(node => {
121066
122558
  switch (node.__typename) {
122559
+ case "DocumentNotification":
122560
+ return new DocumentNotification(request, node);
121067
122561
  case "IssueNotification":
121068
122562
  return new IssueNotification(request, node);
121069
122563
  case "OauthClientApprovalNotification":
@@ -121097,20 +122591,22 @@ class NotificationPayload extends Request {
121097
122591
  */
121098
122592
  class NotificationSubscription extends Request {
121099
122593
  constructor(request, data) {
121100
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
122594
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
121101
122595
  super(request);
121102
122596
  this.active = data.active;
121103
122597
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
121104
122598
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
121105
122599
  this.id = data.id;
121106
122600
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
121107
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
121108
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
121109
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
121110
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
122601
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
122602
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
122603
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
122604
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
122605
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
122606
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
121111
122607
  this._subscriber = data.subscriber;
121112
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
121113
- this._user = (_j = data.user) !== null && _j !== void 0 ? _j : undefined;
122608
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
122609
+ this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
121114
122610
  }
121115
122611
  /** The contextual custom view associated with the notification subscription. */
121116
122612
  get customView() {
@@ -121271,6 +122767,7 @@ class OauthClientApproval extends Request {
121271
122767
  this.responderId = (_e = data.responderId) !== null && _e !== void 0 ? _e : undefined;
121272
122768
  this.scopes = data.scopes;
121273
122769
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
122770
+ this.status = data.status;
121274
122771
  }
121275
122772
  }
121276
122773
  /**
@@ -121341,6 +122838,7 @@ class OauthToken extends Request {
121341
122838
  this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
121342
122839
  this.id = data.id;
121343
122840
  this.revokedAt = (_b = parseDate(data.revokedAt)) !== null && _b !== void 0 ? _b : undefined;
122841
+ this.scope = data.scope;
121344
122842
  this.userId = data.userId;
121345
122843
  this.client = new AuthOauthClient(request, data.client);
121346
122844
  this.user = new AuthUser(request, data.user);
@@ -121393,6 +122891,11 @@ class Organization extends Request {
121393
122891
  this.urlKey = data.urlKey;
121394
122892
  this.userCount = data.userCount;
121395
122893
  this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
122894
+ this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
122895
+ this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
122896
+ this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
122897
+ this.releaseChannel = data.releaseChannel;
122898
+ this.slaDayCount = data.slaDayCount;
121396
122899
  }
121397
122900
  /** Integrations associated with the organization. */
121398
122901
  integrations(variables) {
@@ -121423,6 +122926,18 @@ class Organization extends Request {
121423
122926
  return new UpdateOrganizationMutation(this._request).fetch(input);
121424
122927
  }
121425
122928
  }
122929
+ /**
122930
+ * OrganizationAcceptedOrExpiredInviteDetailsPayload model
122931
+ *
122932
+ * @param request - function to call the graphql client
122933
+ * @param data - L.OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment response data
122934
+ */
122935
+ class OrganizationAcceptedOrExpiredInviteDetailsPayload extends Request {
122936
+ constructor(request, data) {
122937
+ super(request);
122938
+ this.status = data.status;
122939
+ }
122940
+ }
121426
122941
  /**
121427
122942
  * OrganizationCancelDeletePayload model
121428
122943
  *
@@ -121465,6 +122980,7 @@ class OrganizationDomain extends Request {
121465
122980
  this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
121466
122981
  this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
121467
122982
  this.verified = data.verified;
122983
+ this.authType = data.authType;
121468
122984
  this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
121469
122985
  }
121470
122986
  /** The user who added the domain. */
@@ -121509,6 +123025,7 @@ class OrganizationInvite extends Request {
121509
123025
  this.id = data.id;
121510
123026
  this.metadata = data.metadata;
121511
123027
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
123028
+ this.role = data.role;
121512
123029
  this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
121513
123030
  this._inviter = data.inviter;
121514
123031
  }
@@ -121569,6 +123086,8 @@ class OrganizationInviteFullDetailsPayload extends Request {
121569
123086
  this.organizationId = data.organizationId;
121570
123087
  this.organizationLogoUrl = (_b = data.organizationLogoUrl) !== null && _b !== void 0 ? _b : undefined;
121571
123088
  this.organizationName = data.organizationName;
123089
+ this.role = data.role;
123090
+ this.status = data.status;
121572
123091
  }
121573
123092
  }
121574
123093
  /**
@@ -121754,6 +123273,7 @@ class Project extends Request {
121754
123273
  this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
121755
123274
  this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
121756
123275
  this.url = data.url;
123276
+ this.status = new ProjectStatus(request, data.status);
121757
123277
  this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
121758
123278
  this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
121759
123279
  this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
@@ -122091,7 +123611,7 @@ class ProjectNotification extends Request {
122091
123611
  */
122092
123612
  class ProjectNotificationSubscription extends Request {
122093
123613
  constructor(request, data) {
122094
- var _a, _b, _c, _d, _e, _f, _g, _h;
123614
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
122095
123615
  super(request);
122096
123616
  this.active = data.active;
122097
123617
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -122099,13 +123619,15 @@ class ProjectNotificationSubscription extends Request {
122099
123619
  this.id = data.id;
122100
123620
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
122101
123621
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
122102
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
122103
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
122104
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
123622
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
123623
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
123624
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
123625
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
123626
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
122105
123627
  this._project = data.project;
122106
123628
  this._subscriber = data.subscriber;
122107
- this._team = (_g = data.team) !== null && _g !== void 0 ? _g : undefined;
122108
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
123629
+ this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
123630
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
122109
123631
  }
122110
123632
  /** The contextual custom view associated with the notification subscription. */
122111
123633
  get customView() {
@@ -122161,6 +123683,81 @@ class ProjectPayload extends Request {
122161
123683
  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;
122162
123684
  }
122163
123685
  }
123686
+ /**
123687
+ * A relation between two projects.
123688
+ *
123689
+ * @param request - function to call the graphql client
123690
+ * @param data - L.ProjectRelationFragment response data
123691
+ */
123692
+ class ProjectRelation extends Request {
123693
+ constructor(request, data) {
123694
+ var _a, _b, _c, _d, _e;
123695
+ super(request);
123696
+ this.anchorType = data.anchorType;
123697
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123698
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
123699
+ this.id = data.id;
123700
+ this.relatedAnchorType = data.relatedAnchorType;
123701
+ this.type = data.type;
123702
+ this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123703
+ this._project = data.project;
123704
+ this._projectMilestone = (_d = data.projectMilestone) !== null && _d !== void 0 ? _d : undefined;
123705
+ this._relatedProject = data.relatedProject;
123706
+ this._relatedProjectMilestone = (_e = data.relatedProjectMilestone) !== null && _e !== void 0 ? _e : undefined;
123707
+ }
123708
+ /** The project whose relationship is being described. */
123709
+ get project() {
123710
+ return new ProjectQuery(this._request).fetch(this._project.id);
123711
+ }
123712
+ /** The milestone within the project whose relationship is being described. */
123713
+ get projectMilestone() {
123714
+ var _a, _b;
123715
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
123716
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
123717
+ : undefined;
123718
+ }
123719
+ /** The related project. */
123720
+ get relatedProject() {
123721
+ return new ProjectQuery(this._request).fetch(this._relatedProject.id);
123722
+ }
123723
+ /** The milestone within the related project whose relationship is being described. */
123724
+ get relatedProjectMilestone() {
123725
+ var _a, _b;
123726
+ return ((_a = this._relatedProjectMilestone) === null || _a === void 0 ? void 0 : _a.id)
123727
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._relatedProjectMilestone) === null || _b === void 0 ? void 0 : _b.id)
123728
+ : undefined;
123729
+ }
123730
+ }
123731
+ /**
123732
+ * ProjectRelationConnection model
123733
+ *
123734
+ * @param request - function to call the graphql client
123735
+ * @param fetch - function to trigger a refetch of this ProjectRelationConnection model
123736
+ * @param data - ProjectRelationConnection response data
123737
+ */
123738
+ class ProjectRelationConnection extends Connection {
123739
+ constructor(request, fetch, data) {
123740
+ super(request, fetch, data.nodes.map(node => new ProjectRelation(request, node)), new PageInfo(request, data.pageInfo));
123741
+ }
123742
+ }
123743
+ /**
123744
+ * ProjectRelationPayload model
123745
+ *
123746
+ * @param request - function to call the graphql client
123747
+ * @param data - L.ProjectRelationPayloadFragment response data
123748
+ */
123749
+ class ProjectRelationPayload extends Request {
123750
+ constructor(request, data) {
123751
+ super(request);
123752
+ this.lastSyncId = data.lastSyncId;
123753
+ this.success = data.success;
123754
+ this._projectRelation = data.projectRelation;
123755
+ }
123756
+ /** The project relation that was created or updated. */
123757
+ get projectRelation() {
123758
+ return new ProjectRelationQuery(this._request).fetch(this._projectRelation.id);
123759
+ }
123760
+ }
122164
123761
  /**
122165
123762
  * ProjectSearchPayload model
122166
123763
  *
@@ -122218,6 +123815,7 @@ class ProjectSearchResult extends Request {
122218
123815
  this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
122219
123816
  this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
122220
123817
  this.url = data.url;
123818
+ this.status = new ProjectStatus(request, data.status);
122221
123819
  this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
122222
123820
  this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
122223
123821
  this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
@@ -122272,6 +123870,40 @@ class ProjectSearchResultConnection extends Connection {
122272
123870
  super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
122273
123871
  }
122274
123872
  }
123873
+ /**
123874
+ * A project status.
123875
+ *
123876
+ * @param request - function to call the graphql client
123877
+ * @param data - L.ProjectStatusFragment response data
123878
+ */
123879
+ class ProjectStatus extends Request {
123880
+ constructor(request, data) {
123881
+ var _a, _b, _c, _d;
123882
+ super(request);
123883
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
123884
+ this.color = data.color;
123885
+ this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
123886
+ this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
123887
+ this.id = data.id;
123888
+ this.indefinite = data.indefinite;
123889
+ this.name = data.name;
123890
+ this.position = data.position;
123891
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
123892
+ this.type = data.type;
123893
+ }
123894
+ }
123895
+ /**
123896
+ * ProjectStatusConnection model
123897
+ *
123898
+ * @param request - function to call the graphql client
123899
+ * @param fetch - function to trigger a refetch of this ProjectStatusConnection model
123900
+ * @param data - ProjectStatusConnection response data
123901
+ */
123902
+ class ProjectStatusConnection extends Connection {
123903
+ constructor(request, fetch, data) {
123904
+ super(request, fetch, data.nodes.map(node => new ProjectStatus(request, node)), new PageInfo(request, data.pageInfo));
123905
+ }
123906
+ }
122275
123907
  /**
122276
123908
  * A update associated with an project.
122277
123909
  *
@@ -122290,8 +123922,10 @@ class ProjectUpdate extends Request {
122290
123922
  this.editedAt = (_e = parseDate(data.editedAt)) !== null && _e !== void 0 ? _e : undefined;
122291
123923
  this.id = data.id;
122292
123924
  this.isDiffHidden = data.isDiffHidden;
123925
+ this.reactionData = data.reactionData;
122293
123926
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
122294
123927
  this.url = data.url;
123928
+ this.health = data.health;
122295
123929
  this._project = data.project;
122296
123930
  this._user = data.user;
122297
123931
  }
@@ -122303,6 +123937,10 @@ class ProjectUpdate extends Request {
122303
123937
  get user() {
122304
123938
  return new UserQuery(this._request).fetch(this._user.id);
122305
123939
  }
123940
+ /** Comments associated with the project update. */
123941
+ comments(variables) {
123942
+ return new ProjectUpdate_CommentsQuery(this._request, this.id, variables).fetch(variables);
123943
+ }
122306
123944
  /** Creates a new project update. */
122307
123945
  create(input) {
122308
123946
  return new CreateProjectUpdateMutation(this._request).fetch(input);
@@ -122631,6 +124269,7 @@ class Roadmap extends Request {
122631
124269
  this.slugId = data.slugId;
122632
124270
  this.sortOrder = data.sortOrder;
122633
124271
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
124272
+ this.url = data.url;
122634
124273
  this._creator = data.creator;
122635
124274
  this._owner = data.owner;
122636
124275
  }
@@ -122835,6 +124474,7 @@ class SlackAsksSettings extends Request {
122835
124474
  this.slackChannelMapping = data.slackChannelMapping
122836
124475
  ? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
122837
124476
  : undefined;
124477
+ this.canAdministrate = data.canAdministrate;
122838
124478
  }
122839
124479
  }
122840
124480
  /**
@@ -122881,7 +124521,7 @@ class SlackChannelConnectPayload extends Request {
122881
124521
  */
122882
124522
  class SlackChannelNameMapping extends Request {
122883
124523
  constructor(request, data) {
122884
- var _a, _b, _c, _d, _e, _f, _g;
124524
+ var _a, _b, _c, _d, _e, _f, _g, _h;
122885
124525
  super(request);
122886
124526
  this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
122887
124527
  this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
@@ -122892,6 +124532,7 @@ class SlackChannelNameMapping extends Request {
122892
124532
  this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
122893
124533
  this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
122894
124534
  this.name = data.name;
124535
+ this.postCancellationUpdates = (_h = data.postCancellationUpdates) !== null && _h !== void 0 ? _h : undefined;
122895
124536
  this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
122896
124537
  }
122897
124538
  }
@@ -122903,10 +124544,12 @@ class SlackChannelNameMapping extends Request {
122903
124544
  */
122904
124545
  class SlackPostSettings extends Request {
122905
124546
  constructor(request, data) {
124547
+ var _a;
122906
124548
  super(request);
122907
124549
  this.channel = data.channel;
122908
124550
  this.channelId = data.channelId;
122909
124551
  this.configurationUrl = data.configurationUrl;
124552
+ this.channelType = (_a = data.channelType) !== null && _a !== void 0 ? _a : undefined;
122910
124553
  }
122911
124554
  }
122912
124555
  /**
@@ -123005,6 +124648,7 @@ class Team extends Request {
123005
124648
  this.name = data.name;
123006
124649
  this.private = data.private;
123007
124650
  this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
124651
+ this.scimManaged = data.scimManaged;
123008
124652
  this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
123009
124653
  this.slackIssueComments = data.slackIssueComments;
123010
124654
  this.slackIssueStatuses = data.slackIssueStatuses;
@@ -123291,7 +124935,7 @@ class TeamMembershipPayload extends Request {
123291
124935
  */
123292
124936
  class TeamNotificationSubscription extends Request {
123293
124937
  constructor(request, data) {
123294
- var _a, _b, _c, _d, _e, _f, _g, _h;
124938
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
123295
124939
  super(request);
123296
124940
  this.active = data.active;
123297
124941
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -123299,13 +124943,15 @@ class TeamNotificationSubscription extends Request {
123299
124943
  this.id = data.id;
123300
124944
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
123301
124945
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123302
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
123303
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
123304
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
123305
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
124946
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
124947
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
124948
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
124949
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
124950
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
124951
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
123306
124952
  this._subscriber = data.subscriber;
123307
124953
  this._team = data.team;
123308
- this._user = (_h = data.user) !== null && _h !== void 0 ? _h : undefined;
124954
+ this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
123309
124955
  }
123310
124956
  /** The contextual custom view associated with the notification subscription. */
123311
124957
  get customView() {
@@ -123549,6 +125195,7 @@ class TriageResponsibility extends Request {
123549
125195
  this.manualSelection = data.manualSelection
123550
125196
  ? new TriageResponsibilityManualSelection(request, data.manualSelection)
123551
125197
  : undefined;
125198
+ this.action = data.action;
123552
125199
  this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
123553
125200
  this._team = data.team;
123554
125201
  }
@@ -123787,7 +125434,7 @@ class UserConnection extends Connection {
123787
125434
  */
123788
125435
  class UserNotificationSubscription extends Request {
123789
125436
  constructor(request, data) {
123790
- var _a, _b, _c, _d, _e, _f, _g, _h;
125437
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
123791
125438
  super(request);
123792
125439
  this.active = data.active;
123793
125440
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -123795,12 +125442,14 @@ class UserNotificationSubscription extends Request {
123795
125442
  this.id = data.id;
123796
125443
  this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
123797
125444
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123798
- this._customView = (_d = data.customView) !== null && _d !== void 0 ? _d : undefined;
123799
- this._cycle = (_e = data.cycle) !== null && _e !== void 0 ? _e : undefined;
123800
- this._label = (_f = data.label) !== null && _f !== void 0 ? _f : undefined;
123801
- this._project = (_g = data.project) !== null && _g !== void 0 ? _g : undefined;
125445
+ this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
125446
+ this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
125447
+ this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
125448
+ this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
125449
+ this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
125450
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
123802
125451
  this._subscriber = data.subscriber;
123803
- this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
125452
+ this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
123804
125453
  this._user = data.user;
123805
125454
  }
123806
125455
  /** The contextual custom view associated with the notification subscription. */
@@ -123952,6 +125601,7 @@ class ViewPreferences extends Request {
123952
125601
  this.type = data.type;
123953
125602
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
123954
125603
  this.viewType = data.viewType;
125604
+ this.preferences = new ViewPreferencesValues(request, data.preferences);
123955
125605
  }
123956
125606
  /** Creates a new ViewPreferences object. */
123957
125607
  create(input) {
@@ -123980,6 +125630,21 @@ class ViewPreferencesPayload extends Request {
123980
125630
  this.viewPreferences = new ViewPreferences(request, data.viewPreferences);
123981
125631
  }
123982
125632
  }
125633
+ /**
125634
+ * ViewPreferencesValues model
125635
+ *
125636
+ * @param request - function to call the graphql client
125637
+ * @param data - L.ViewPreferencesValuesFragment response data
125638
+ */
125639
+ class ViewPreferencesValues extends Request {
125640
+ constructor(request, data) {
125641
+ var _a, _b, _c;
125642
+ super(request);
125643
+ this.issueGrouping = (_a = data.issueGrouping) !== null && _a !== void 0 ? _a : undefined;
125644
+ this.showCompletedIssues = (_b = data.showCompletedIssues) !== null && _b !== void 0 ? _b : undefined;
125645
+ this.viewOrdering = (_c = data.viewOrdering) !== null && _c !== void 0 ? _c : undefined;
125646
+ }
125647
+ }
123983
125648
  /**
123984
125649
  * A webhook used to send HTTP notifications over data updates.
123985
125650
  *
@@ -124108,7 +125773,7 @@ class WorkflowCronJobDefinitionConnection extends Connection {
124108
125773
  */
124109
125774
  class WorkflowDefinition extends Request {
124110
125775
  constructor(request, data) {
124111
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
125776
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
124112
125777
  super(request);
124113
125778
  this.activities = data.activities;
124114
125779
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
@@ -124121,13 +125786,18 @@ class WorkflowDefinition extends Request {
124121
125786
  this.name = data.name;
124122
125787
  this.sortOrder = data.sortOrder;
124123
125788
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
125789
+ this.contextViewType = (_f = data.contextViewType) !== null && _f !== void 0 ? _f : undefined;
125790
+ this.trigger = data.trigger;
125791
+ this.triggerType = data.triggerType;
125792
+ this.type = data.type;
125793
+ this.userContextViewType = (_g = data.userContextViewType) !== null && _g !== void 0 ? _g : undefined;
124124
125794
  this._creator = data.creator;
124125
- this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
124126
- this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
124127
- this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
124128
- this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
124129
- this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
124130
- this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
125795
+ this._customView = (_h = data.customView) !== null && _h !== void 0 ? _h : undefined;
125796
+ this._cycle = (_j = data.cycle) !== null && _j !== void 0 ? _j : undefined;
125797
+ this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
125798
+ this._project = (_l = data.project) !== null && _l !== void 0 ? _l : undefined;
125799
+ this._team = (_m = data.team) !== null && _m !== void 0 ? _m : undefined;
125800
+ this._user = (_o = data.user) !== null && _o !== void 0 ? _o : undefined;
124131
125801
  }
124132
125802
  /** The user who created the workflow. */
124133
125803
  get creator() {
@@ -124863,6 +126533,31 @@ class EmojisQuery extends Request {
124863
126533
  });
124864
126534
  }
124865
126535
  }
126536
+ /**
126537
+ * A fetchable EntityExternalLink Query
126538
+ *
126539
+ * @param request - function to call the graphql client
126540
+ */
126541
+ class EntityExternalLinkQuery extends Request {
126542
+ constructor(request) {
126543
+ super(request);
126544
+ }
126545
+ /**
126546
+ * Call the EntityExternalLink query and return a EntityExternalLink
126547
+ *
126548
+ * @param id - required id to pass to entityExternalLink
126549
+ * @returns parsed response from EntityExternalLinkQuery
126550
+ */
126551
+ fetch(id) {
126552
+ return __awaiter(this, void 0, void 0, function* () {
126553
+ const response = yield this._request(EntityExternalLinkDocument, {
126554
+ id,
126555
+ });
126556
+ const data = response.entityExternalLink;
126557
+ return new EntityExternalLink(this._request, data);
126558
+ });
126559
+ }
126560
+ }
124866
126561
  /**
124867
126562
  * A fetchable ExternalUser Query
124868
126563
  *
@@ -125445,6 +127140,8 @@ class NotificationQuery extends Request {
125445
127140
  });
125446
127141
  const data = response.notification;
125447
127142
  switch (data.__typename) {
127143
+ case "DocumentNotification":
127144
+ return new DocumentNotification(this._request, data);
125448
127145
  case "IssueNotification":
125449
127146
  return new IssueNotification(this._request, data);
125450
127147
  case "OauthClientApprovalNotification":
@@ -125784,6 +127481,54 @@ class ProjectMilestonesQuery extends Request {
125784
127481
  });
125785
127482
  }
125786
127483
  }
127484
+ /**
127485
+ * A fetchable ProjectRelation Query
127486
+ *
127487
+ * @param request - function to call the graphql client
127488
+ */
127489
+ class ProjectRelationQuery extends Request {
127490
+ constructor(request) {
127491
+ super(request);
127492
+ }
127493
+ /**
127494
+ * Call the ProjectRelation query and return a ProjectRelation
127495
+ *
127496
+ * @param id - required id to pass to projectRelation
127497
+ * @returns parsed response from ProjectRelationQuery
127498
+ */
127499
+ fetch(id) {
127500
+ return __awaiter(this, void 0, void 0, function* () {
127501
+ const response = yield this._request(ProjectRelationDocument, {
127502
+ id,
127503
+ });
127504
+ const data = response.projectRelation;
127505
+ return new ProjectRelation(this._request, data);
127506
+ });
127507
+ }
127508
+ }
127509
+ /**
127510
+ * A fetchable ProjectRelations Query
127511
+ *
127512
+ * @param request - function to call the graphql client
127513
+ */
127514
+ class ProjectRelationsQuery extends Request {
127515
+ constructor(request) {
127516
+ super(request);
127517
+ }
127518
+ /**
127519
+ * Call the ProjectRelations query and return a ProjectRelationConnection
127520
+ *
127521
+ * @param variables - variables to pass into the ProjectRelationsQuery
127522
+ * @returns parsed response from ProjectRelationsQuery
127523
+ */
127524
+ fetch(variables) {
127525
+ return __awaiter(this, void 0, void 0, function* () {
127526
+ const response = yield this._request(ProjectRelationsDocument, variables);
127527
+ const data = response.projectRelations;
127528
+ return new ProjectRelationConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
127529
+ });
127530
+ }
127531
+ }
125787
127532
  /**
125788
127533
  * A fetchable ProjectUpdate Query
125789
127534
  *
@@ -127651,6 +129396,83 @@ class DeleteEmojiMutation extends Request {
127651
129396
  });
127652
129397
  }
127653
129398
  }
129399
+ /**
129400
+ * A fetchable CreateEntityExternalLink Mutation
129401
+ *
129402
+ * @param request - function to call the graphql client
129403
+ */
129404
+ class CreateEntityExternalLinkMutation extends Request {
129405
+ constructor(request) {
129406
+ super(request);
129407
+ }
129408
+ /**
129409
+ * Call the CreateEntityExternalLink mutation and return a EntityExternalLinkPayload
129410
+ *
129411
+ * @param input - required input to pass to createEntityExternalLink
129412
+ * @returns parsed response from CreateEntityExternalLinkMutation
129413
+ */
129414
+ fetch(input) {
129415
+ return __awaiter(this, void 0, void 0, function* () {
129416
+ const response = yield this._request(CreateEntityExternalLinkDocument, {
129417
+ input,
129418
+ });
129419
+ const data = response.entityExternalLinkCreate;
129420
+ return new EntityExternalLinkPayload(this._request, data);
129421
+ });
129422
+ }
129423
+ }
129424
+ /**
129425
+ * A fetchable DeleteEntityExternalLink Mutation
129426
+ *
129427
+ * @param request - function to call the graphql client
129428
+ */
129429
+ class DeleteEntityExternalLinkMutation extends Request {
129430
+ constructor(request) {
129431
+ super(request);
129432
+ }
129433
+ /**
129434
+ * Call the DeleteEntityExternalLink mutation and return a DeletePayload
129435
+ *
129436
+ * @param id - required id to pass to deleteEntityExternalLink
129437
+ * @returns parsed response from DeleteEntityExternalLinkMutation
129438
+ */
129439
+ fetch(id) {
129440
+ return __awaiter(this, void 0, void 0, function* () {
129441
+ const response = yield this._request(DeleteEntityExternalLinkDocument, {
129442
+ id,
129443
+ });
129444
+ const data = response.entityExternalLinkDelete;
129445
+ return new DeletePayload(this._request, data);
129446
+ });
129447
+ }
129448
+ }
129449
+ /**
129450
+ * A fetchable UpdateEntityExternalLink Mutation
129451
+ *
129452
+ * @param request - function to call the graphql client
129453
+ */
129454
+ class UpdateEntityExternalLinkMutation extends Request {
129455
+ constructor(request) {
129456
+ super(request);
129457
+ }
129458
+ /**
129459
+ * Call the UpdateEntityExternalLink mutation and return a EntityExternalLinkPayload
129460
+ *
129461
+ * @param id - required id to pass to updateEntityExternalLink
129462
+ * @param input - required input to pass to updateEntityExternalLink
129463
+ * @returns parsed response from UpdateEntityExternalLinkMutation
129464
+ */
129465
+ fetch(id, input) {
129466
+ return __awaiter(this, void 0, void 0, function* () {
129467
+ const response = yield this._request(UpdateEntityExternalLinkDocument, {
129468
+ id,
129469
+ input,
129470
+ });
129471
+ const data = response.entityExternalLinkUpdate;
129472
+ return new EntityExternalLinkPayload(this._request, data);
129473
+ });
129474
+ }
129475
+ }
127654
129476
  /**
127655
129477
  * A fetchable CreateFavorite Mutation
127656
129478
  *
@@ -129199,14 +131021,13 @@ class UpdateIssueLabelMutation extends Request {
129199
131021
  *
129200
131022
  * @param id - required id to pass to updateIssueLabel
129201
131023
  * @param input - required input to pass to updateIssueLabel
131024
+ * @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
129202
131025
  * @returns parsed response from UpdateIssueLabelMutation
129203
131026
  */
129204
- fetch(id, input) {
131027
+ fetch(id, input, variables) {
129205
131028
  return __awaiter(this, void 0, void 0, function* () {
129206
- const response = yield this._request(UpdateIssueLabelDocument, {
129207
- id,
129208
- input,
129209
- });
131029
+ const response = yield this._request(UpdateIssueLabelDocument, Object.assign({ id,
131030
+ input }, variables));
129210
131031
  const data = response.issueLabelUpdate;
129211
131032
  return new IssueLabelPayload(this._request, data);
129212
131033
  });
@@ -132083,6 +133904,138 @@ class CustomView_IssuesQuery extends Request {
132083
133904
  });
132084
133905
  }
132085
133906
  }
133907
+ /**
133908
+ * A fetchable CustomView_OrganizationViewPreferences Query
133909
+ *
133910
+ * @param request - function to call the graphql client
133911
+ * @param id - required id to pass to customView
133912
+ */
133913
+ class CustomView_OrganizationViewPreferencesQuery extends Request {
133914
+ constructor(request, id) {
133915
+ super(request);
133916
+ this._id = id;
133917
+ }
133918
+ /**
133919
+ * Call the CustomView_OrganizationViewPreferences query and return a ViewPreferences
133920
+ *
133921
+ * @returns parsed response from CustomView_OrganizationViewPreferencesQuery
133922
+ */
133923
+ fetch() {
133924
+ return __awaiter(this, void 0, void 0, function* () {
133925
+ const response = yield this._request(CustomView_OrganizationViewPreferencesDocument, {
133926
+ id: this._id,
133927
+ });
133928
+ const data = response.customView.organizationViewPreferences;
133929
+ return data ? new ViewPreferences(this._request, data) : undefined;
133930
+ });
133931
+ }
133932
+ }
133933
+ /**
133934
+ * A fetchable CustomView_UserViewPreferences Query
133935
+ *
133936
+ * @param request - function to call the graphql client
133937
+ * @param id - required id to pass to customView
133938
+ */
133939
+ class CustomView_UserViewPreferencesQuery extends Request {
133940
+ constructor(request, id) {
133941
+ super(request);
133942
+ this._id = id;
133943
+ }
133944
+ /**
133945
+ * Call the CustomView_UserViewPreferences query and return a ViewPreferences
133946
+ *
133947
+ * @returns parsed response from CustomView_UserViewPreferencesQuery
133948
+ */
133949
+ fetch() {
133950
+ return __awaiter(this, void 0, void 0, function* () {
133951
+ const response = yield this._request(CustomView_UserViewPreferencesDocument, {
133952
+ id: this._id,
133953
+ });
133954
+ const data = response.customView.userViewPreferences;
133955
+ return data ? new ViewPreferences(this._request, data) : undefined;
133956
+ });
133957
+ }
133958
+ }
133959
+ /**
133960
+ * A fetchable CustomView_ViewPreferencesValues Query
133961
+ *
133962
+ * @param request - function to call the graphql client
133963
+ * @param id - required id to pass to customView
133964
+ */
133965
+ class CustomView_ViewPreferencesValuesQuery extends Request {
133966
+ constructor(request, id) {
133967
+ super(request);
133968
+ this._id = id;
133969
+ }
133970
+ /**
133971
+ * Call the CustomView_ViewPreferencesValues query and return a ViewPreferencesValues
133972
+ *
133973
+ * @returns parsed response from CustomView_ViewPreferencesValuesQuery
133974
+ */
133975
+ fetch() {
133976
+ return __awaiter(this, void 0, void 0, function* () {
133977
+ const response = yield this._request(CustomView_ViewPreferencesValuesDocument, {
133978
+ id: this._id,
133979
+ });
133980
+ const data = response.customView.viewPreferencesValues;
133981
+ return data ? new ViewPreferencesValues(this._request, data) : undefined;
133982
+ });
133983
+ }
133984
+ }
133985
+ /**
133986
+ * A fetchable CustomView_OrganizationViewPreferences_Preferences Query
133987
+ *
133988
+ * @param request - function to call the graphql client
133989
+ * @param id - required id to pass to customView_organizationViewPreferences
133990
+ */
133991
+ class CustomView_OrganizationViewPreferences_PreferencesQuery extends Request {
133992
+ constructor(request, id) {
133993
+ super(request);
133994
+ this._id = id;
133995
+ }
133996
+ /**
133997
+ * Call the CustomView_OrganizationViewPreferences_Preferences query and return a ViewPreferencesValues
133998
+ *
133999
+ * @returns parsed response from CustomView_OrganizationViewPreferences_PreferencesQuery
134000
+ */
134001
+ fetch() {
134002
+ var _a;
134003
+ return __awaiter(this, void 0, void 0, function* () {
134004
+ const response = yield this._request(CustomView_OrganizationViewPreferences_PreferencesDocument, {
134005
+ id: this._id,
134006
+ });
134007
+ const data = (_a = response.customView.organizationViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
134008
+ return data ? new ViewPreferencesValues(this._request, data) : undefined;
134009
+ });
134010
+ }
134011
+ }
134012
+ /**
134013
+ * A fetchable CustomView_UserViewPreferences_Preferences Query
134014
+ *
134015
+ * @param request - function to call the graphql client
134016
+ * @param id - required id to pass to customView_userViewPreferences
134017
+ */
134018
+ class CustomView_UserViewPreferences_PreferencesQuery extends Request {
134019
+ constructor(request, id) {
134020
+ super(request);
134021
+ this._id = id;
134022
+ }
134023
+ /**
134024
+ * Call the CustomView_UserViewPreferences_Preferences query and return a ViewPreferencesValues
134025
+ *
134026
+ * @returns parsed response from CustomView_UserViewPreferences_PreferencesQuery
134027
+ */
134028
+ fetch() {
134029
+ var _a;
134030
+ return __awaiter(this, void 0, void 0, function* () {
134031
+ const response = yield this._request(CustomView_UserViewPreferences_PreferencesDocument, {
134032
+ id: this._id,
134033
+ });
134034
+ const data = (_a = response.customView.userViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
134035
+ return data ? new ViewPreferencesValues(this._request, data) : undefined;
134036
+ });
134037
+ }
134038
+ }
132086
134039
  /**
132087
134040
  * A fetchable Cycle_Issues Query
132088
134041
  *
@@ -133060,6 +135013,32 @@ class Project_ProjectUpdatesQuery extends Request {
133060
135013
  });
133061
135014
  }
133062
135015
  }
135016
+ /**
135017
+ * A fetchable Project_Status Query
135018
+ *
135019
+ * @param request - function to call the graphql client
135020
+ * @param id - required id to pass to project
135021
+ */
135022
+ class Project_StatusQuery extends Request {
135023
+ constructor(request, id) {
135024
+ super(request);
135025
+ this._id = id;
135026
+ }
135027
+ /**
135028
+ * Call the Project_Status query and return a ProjectStatus
135029
+ *
135030
+ * @returns parsed response from Project_StatusQuery
135031
+ */
135032
+ fetch() {
135033
+ return __awaiter(this, void 0, void 0, function* () {
135034
+ const response = yield this._request(Project_StatusDocument, {
135035
+ id: this._id,
135036
+ });
135037
+ const data = response.project.status;
135038
+ return new ProjectStatus(this._request, data);
135039
+ });
135040
+ }
135041
+ }
133063
135042
  /**
133064
135043
  * A fetchable Project_Teams Query
133065
135044
  *
@@ -133114,6 +135093,33 @@ class ProjectMilestone_IssuesQuery extends Request {
133114
135093
  });
133115
135094
  }
133116
135095
  }
135096
+ /**
135097
+ * A fetchable ProjectUpdate_Comments Query
135098
+ *
135099
+ * @param request - function to call the graphql client
135100
+ * @param id - required id to pass to projectUpdate
135101
+ * @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
135102
+ */
135103
+ class ProjectUpdate_CommentsQuery extends Request {
135104
+ constructor(request, id, variables) {
135105
+ super(request);
135106
+ this._id = id;
135107
+ this._variables = variables;
135108
+ }
135109
+ /**
135110
+ * Call the ProjectUpdate_Comments query and return a CommentConnection
135111
+ *
135112
+ * @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
135113
+ * @returns parsed response from ProjectUpdate_CommentsQuery
135114
+ */
135115
+ fetch(variables) {
135116
+ return __awaiter(this, void 0, void 0, function* () {
135117
+ const response = yield this._request(ProjectUpdate_CommentsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
135118
+ const data = response.projectUpdate.comments;
135119
+ return new CommentConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
135120
+ });
135121
+ }
135122
+ }
133117
135123
  /**
133118
135124
  * A fetchable Roadmap_Projects Query
133119
135125
  *
@@ -133955,6 +135961,15 @@ class LinearSdk extends Request {
133955
135961
  emojis(variables) {
133956
135962
  return new EmojisQuery(this._request).fetch(variables);
133957
135963
  }
135964
+ /**
135965
+ * One specific entity link.
135966
+ *
135967
+ * @param id - required id to pass to entityExternalLink
135968
+ * @returns EntityExternalLink
135969
+ */
135970
+ entityExternalLink(id) {
135971
+ return new EntityExternalLinkQuery(this._request).fetch(id);
135972
+ }
133958
135973
  /**
133959
135974
  * One specific external user.
133960
135975
  *
@@ -134290,6 +136305,24 @@ class LinearSdk extends Request {
134290
136305
  projectMilestones(variables) {
134291
136306
  return new ProjectMilestonesQuery(this._request).fetch(variables);
134292
136307
  }
136308
+ /**
136309
+ * One specific project relation.
136310
+ *
136311
+ * @param id - required id to pass to projectRelation
136312
+ * @returns ProjectRelation
136313
+ */
136314
+ projectRelation(id) {
136315
+ return new ProjectRelationQuery(this._request).fetch(id);
136316
+ }
136317
+ /**
136318
+ * All project relationships.
136319
+ *
136320
+ * @param variables - variables to pass into the ProjectRelationsQuery
136321
+ * @returns ProjectRelationConnection
136322
+ */
136323
+ projectRelations(variables) {
136324
+ return new ProjectRelationsQuery(this._request).fetch(variables);
136325
+ }
134293
136326
  /**
134294
136327
  * A specific project update.
134295
136328
  *
@@ -134997,6 +137030,34 @@ class LinearSdk extends Request {
134997
137030
  deleteEmoji(id) {
134998
137031
  return new DeleteEmojiMutation(this._request).fetch(id);
134999
137032
  }
137033
+ /**
137034
+ * Creates a new entity link.
137035
+ *
137036
+ * @param input - required input to pass to createEntityExternalLink
137037
+ * @returns EntityExternalLinkPayload
137038
+ */
137039
+ createEntityExternalLink(input) {
137040
+ return new CreateEntityExternalLinkMutation(this._request).fetch(input);
137041
+ }
137042
+ /**
137043
+ * Deletes an entity link.
137044
+ *
137045
+ * @param id - required id to pass to deleteEntityExternalLink
137046
+ * @returns DeletePayload
137047
+ */
137048
+ deleteEntityExternalLink(id) {
137049
+ return new DeleteEntityExternalLinkMutation(this._request).fetch(id);
137050
+ }
137051
+ /**
137052
+ * Updates an entity link.
137053
+ *
137054
+ * @param id - required id to pass to updateEntityExternalLink
137055
+ * @param input - required input to pass to updateEntityExternalLink
137056
+ * @returns EntityExternalLinkPayload
137057
+ */
137058
+ updateEntityExternalLink(id, input) {
137059
+ return new UpdateEntityExternalLinkMutation(this._request).fetch(id, input);
137060
+ }
135000
137061
  /**
135001
137062
  * Creates a new favorite (project, cycle etc).
135002
137063
  *
@@ -135583,10 +137644,11 @@ class LinearSdk extends Request {
135583
137644
  *
135584
137645
  * @param id - required id to pass to updateIssueLabel
135585
137646
  * @param input - required input to pass to updateIssueLabel
137647
+ * @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
135586
137648
  * @returns IssueLabelPayload
135587
137649
  */
135588
- updateIssueLabel(id, input) {
135589
- return new UpdateIssueLabelMutation(this._request).fetch(id, input);
137650
+ updateIssueLabel(id, input, variables) {
137651
+ return new UpdateIssueLabelMutation(this._request).fetch(id, input, variables);
135590
137652
  }
135591
137653
  /**
135592
137654
  * Creates a new issue relation.
@@ -136596,5 +138658,5 @@ class LinearWebhooks {
136596
138658
  }
136597
138659
  }
136598
138660
 
136599
- export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationInvite, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
138661
+ export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
136600
138662
  //# sourceMappingURL=index-es.js.map