@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/_generated_documents.d.ts +858 -73
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +652 -13
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2439 -351
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +2414 -352
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +2440 -352
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index-cjs.js
CHANGED
@@ -83572,11 +83572,11 @@ var ReleaseChannel;
|
|
83572
83572
|
ReleaseChannel["Public"] = "public";
|
83573
83573
|
})(ReleaseChannel || (ReleaseChannel = {}));
|
83574
83574
|
/** Which day count to use for SLA calculations. */
|
83575
|
-
var
|
83576
|
-
(function (
|
83577
|
-
|
83578
|
-
|
83579
|
-
})(
|
83575
|
+
var SLADayCountType;
|
83576
|
+
(function (SLADayCountType) {
|
83577
|
+
SLADayCountType["All"] = "all";
|
83578
|
+
SLADayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
|
83579
|
+
})(SLADayCountType || (SLADayCountType = {}));
|
83580
83580
|
var SendStrategy;
|
83581
83581
|
(function (SendStrategy) {
|
83582
83582
|
SendStrategy["Desktop"] = "desktop";
|
@@ -83624,10 +83624,12 @@ var UserFlagType;
|
|
83624
83624
|
UserFlagType["DesktopInstalled"] = "desktopInstalled";
|
83625
83625
|
UserFlagType["DesktopTabsOnboardingDismissed"] = "desktopTabsOnboardingDismissed";
|
83626
83626
|
UserFlagType["DueDateShortcutMigration"] = "dueDateShortcutMigration";
|
83627
|
+
UserFlagType["EditorSlashCommandUsed"] = "editorSlashCommandUsed";
|
83627
83628
|
UserFlagType["EmptyActiveIssuesDismissed"] = "emptyActiveIssuesDismissed";
|
83628
83629
|
UserFlagType["EmptyBacklogDismissed"] = "emptyBacklogDismissed";
|
83629
83630
|
UserFlagType["EmptyCustomViewsDismissed"] = "emptyCustomViewsDismissed";
|
83630
83631
|
UserFlagType["EmptyMyIssuesDismissed"] = "emptyMyIssuesDismissed";
|
83632
|
+
UserFlagType["EmptyParagraphSlashCommandTip"] = "emptyParagraphSlashCommandTip";
|
83631
83633
|
UserFlagType["FigmaPluginBannerDismissed"] = "figmaPluginBannerDismissed";
|
83632
83634
|
UserFlagType["FigmaPromptDismissed"] = "figmaPromptDismissed";
|
83633
83635
|
UserFlagType["HelpIslandFeatureInsightsDismissed"] = "helpIslandFeatureInsightsDismissed";
|
@@ -83699,6 +83701,7 @@ var ViewType;
|
|
83699
83701
|
ViewType["MyIssuesActivity"] = "myIssuesActivity";
|
83700
83702
|
ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
|
83701
83703
|
ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
|
83704
|
+
ViewType["MyViews"] = "myViews";
|
83702
83705
|
ViewType["Project"] = "project";
|
83703
83706
|
ViewType["ProjectDocuments"] = "projectDocuments";
|
83704
83707
|
ViewType["Projects"] = "projects";
|
@@ -83812,6 +83815,8 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
|
|
83812
83815
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83813
83816
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83814
83817
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
83818
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
83819
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
83815
83820
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83816
83821
|
{
|
83817
83822
|
kind: "Field",
|
@@ -83890,6 +83895,8 @@ const CycleNotificationSubscriptionFragmentDoc = {
|
|
83890
83895
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83891
83896
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83892
83897
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
83898
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
83899
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
83893
83900
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83894
83901
|
{
|
83895
83902
|
kind: "Field",
|
@@ -84135,6 +84142,63 @@ const ActorBotFragmentDoc = {
|
|
84135
84142
|
},
|
84136
84143
|
],
|
84137
84144
|
};
|
84145
|
+
const DocumentNotificationFragmentDoc = {
|
84146
|
+
kind: "Document",
|
84147
|
+
definitions: [
|
84148
|
+
{
|
84149
|
+
kind: "FragmentDefinition",
|
84150
|
+
name: { kind: "Name", value: "DocumentNotification" },
|
84151
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
|
84152
|
+
selectionSet: {
|
84153
|
+
kind: "SelectionSet",
|
84154
|
+
selections: [
|
84155
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84156
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84157
|
+
{
|
84158
|
+
kind: "Field",
|
84159
|
+
name: { kind: "Name", value: "botActor" },
|
84160
|
+
selectionSet: {
|
84161
|
+
kind: "SelectionSet",
|
84162
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84163
|
+
},
|
84164
|
+
},
|
84165
|
+
{
|
84166
|
+
kind: "Field",
|
84167
|
+
name: { kind: "Name", value: "externalUserActor" },
|
84168
|
+
selectionSet: {
|
84169
|
+
kind: "SelectionSet",
|
84170
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84171
|
+
},
|
84172
|
+
},
|
84173
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84174
|
+
{ kind: "Field", name: { kind: "Name", value: "emailedAt" } },
|
84175
|
+
{ kind: "Field", name: { kind: "Name", value: "readAt" } },
|
84176
|
+
{ kind: "Field", name: { kind: "Name", value: "unsnoozedAt" } },
|
84177
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84178
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84179
|
+
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
84180
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84181
|
+
{
|
84182
|
+
kind: "Field",
|
84183
|
+
name: { kind: "Name", value: "actor" },
|
84184
|
+
selectionSet: {
|
84185
|
+
kind: "SelectionSet",
|
84186
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84187
|
+
},
|
84188
|
+
},
|
84189
|
+
{
|
84190
|
+
kind: "Field",
|
84191
|
+
name: { kind: "Name", value: "user" },
|
84192
|
+
selectionSet: {
|
84193
|
+
kind: "SelectionSet",
|
84194
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84195
|
+
},
|
84196
|
+
},
|
84197
|
+
],
|
84198
|
+
},
|
84199
|
+
},
|
84200
|
+
],
|
84201
|
+
};
|
84138
84202
|
const NotificationSubscriptionFragmentDoc = {
|
84139
84203
|
kind: "Document",
|
84140
84204
|
definitions: [
|
@@ -84189,6 +84253,8 @@ const NotificationSubscriptionFragmentDoc = {
|
|
84189
84253
|
},
|
84190
84254
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84191
84255
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84256
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
84257
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84192
84258
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84193
84259
|
{
|
84194
84260
|
kind: "Field",
|
@@ -84319,6 +84385,7 @@ const OauthClientApprovalFragmentDoc = {
|
|
84319
84385
|
{ kind: "Field", name: { kind: "Name", value: "requestReason" } },
|
84320
84386
|
{ kind: "Field", name: { kind: "Name", value: "denyReason" } },
|
84321
84387
|
{ kind: "Field", name: { kind: "Name", value: "scopes" } },
|
84388
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
84322
84389
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84323
84390
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84324
84391
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -84518,6 +84585,14 @@ const NotificationFragmentDoc = {
|
|
84518
84585
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84519
84586
|
},
|
84520
84587
|
},
|
84588
|
+
{
|
84589
|
+
kind: "InlineFragment",
|
84590
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
|
84591
|
+
selectionSet: {
|
84592
|
+
kind: "SelectionSet",
|
84593
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentNotification" } }],
|
84594
|
+
},
|
84595
|
+
},
|
84521
84596
|
{
|
84522
84597
|
kind: "InlineFragment",
|
84523
84598
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
|
@@ -84832,6 +84907,8 @@ const LabelNotificationSubscriptionFragmentDoc = {
|
|
84832
84907
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84833
84908
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84834
84909
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
84910
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
84911
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84835
84912
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84836
84913
|
{
|
84837
84914
|
kind: "Field",
|
@@ -84910,6 +84987,8 @@ const ProjectNotificationSubscriptionFragmentDoc = {
|
|
84910
84987
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84911
84988
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84912
84989
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
84990
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
84991
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84913
84992
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84914
84993
|
{
|
84915
84994
|
kind: "Field",
|
@@ -84988,6 +85067,8 @@ const TeamNotificationSubscriptionFragmentDoc = {
|
|
84988
85067
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84989
85068
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84990
85069
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
85070
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
85071
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84991
85072
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84992
85073
|
{
|
84993
85074
|
kind: "Field",
|
@@ -85090,6 +85171,8 @@ const UserNotificationSubscriptionFragmentDoc = {
|
|
85090
85171
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85091
85172
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85092
85173
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
85174
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
85175
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
85093
85176
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85094
85177
|
{
|
85095
85178
|
kind: "Field",
|
@@ -85127,6 +85210,7 @@ const AuthOrganizationFragmentDoc = {
|
|
85127
85210
|
{ kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
|
85128
85211
|
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
85129
85212
|
{ kind: "Field", name: { kind: "Name", value: "serviceId" } },
|
85213
|
+
{ kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
|
85130
85214
|
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
85131
85215
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85132
85216
|
{ kind: "Field", name: { kind: "Name", value: "urlKey" } },
|
@@ -85225,6 +85309,32 @@ const AuthOrganizationInviteFragmentDoc = {
|
|
85225
85309
|
},
|
85226
85310
|
],
|
85227
85311
|
};
|
85312
|
+
const ProjectStatusFragmentDoc = {
|
85313
|
+
kind: "Document",
|
85314
|
+
definitions: [
|
85315
|
+
{
|
85316
|
+
kind: "FragmentDefinition",
|
85317
|
+
name: { kind: "Name", value: "ProjectStatus" },
|
85318
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatus" } },
|
85319
|
+
selectionSet: {
|
85320
|
+
kind: "SelectionSet",
|
85321
|
+
selections: [
|
85322
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85323
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
85324
|
+
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
85325
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85326
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85327
|
+
{ kind: "Field", name: { kind: "Name", value: "position" } },
|
85328
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85329
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85330
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
85331
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85332
|
+
{ kind: "Field", name: { kind: "Name", value: "indefinite" } },
|
85333
|
+
],
|
85334
|
+
},
|
85335
|
+
},
|
85336
|
+
],
|
85337
|
+
};
|
85228
85338
|
const PaidSubscriptionFragmentDoc = {
|
85229
85339
|
kind: "Document",
|
85230
85340
|
definitions: [
|
@@ -85278,11 +85388,22 @@ const OrganizationFragmentDoc = {
|
|
85278
85388
|
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
85279
85389
|
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
85280
85390
|
{ kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
|
85391
|
+
{ kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersDay" } },
|
85392
|
+
{ kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
|
85393
|
+
{ kind: "Field", name: { kind: "Name", value: "projectUpdatesReminderFrequency" } },
|
85281
85394
|
{ kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
|
85282
85395
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85283
85396
|
{ kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
|
85284
85397
|
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
85285
85398
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85399
|
+
{
|
85400
|
+
kind: "Field",
|
85401
|
+
name: { kind: "Name", value: "projectStatuses" },
|
85402
|
+
selectionSet: {
|
85403
|
+
kind: "SelectionSet",
|
85404
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
85405
|
+
},
|
85406
|
+
},
|
85286
85407
|
{
|
85287
85408
|
kind: "Field",
|
85288
85409
|
name: { kind: "Name", value: "subscription" },
|
@@ -85303,6 +85424,7 @@ const OrganizationFragmentDoc = {
|
|
85303
85424
|
{ kind: "Field", name: { kind: "Name", value: "gitLinkbackMessagesEnabled" } },
|
85304
85425
|
{ kind: "Field", name: { kind: "Name", value: "gitPublicLinkbackMessagesEnabled" } },
|
85305
85426
|
{ kind: "Field", name: { kind: "Name", value: "roadmapEnabled" } },
|
85427
|
+
{ kind: "Field", name: { kind: "Name", value: "slaDayCount" } },
|
85306
85428
|
],
|
85307
85429
|
},
|
85308
85430
|
},
|
@@ -85374,9 +85496,11 @@ const AuthenticationSessionResponseFragmentDoc = {
|
|
85374
85496
|
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
85375
85497
|
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
85376
85498
|
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
85499
|
+
{ kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
|
85377
85500
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85378
85501
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
85379
85502
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
85503
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
85380
85504
|
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
85381
85505
|
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
85382
85506
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -85411,6 +85535,7 @@ const OrganizationDomainFragmentDoc = {
|
|
85411
85535
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85412
85536
|
},
|
85413
85537
|
},
|
85538
|
+
{ kind: "Field", name: { kind: "Name", value: "authType" } },
|
85414
85539
|
{ kind: "Field", name: { kind: "Name", value: "claimed" } },
|
85415
85540
|
],
|
85416
85541
|
},
|
@@ -85939,11 +86064,12 @@ const SlackChannelNameMappingFragmentDoc = {
|
|
85939
86064
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85940
86065
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
|
85941
86066
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
|
86067
|
+
{ kind: "Field", name: { kind: "Name", value: "postCancellationUpdates" } },
|
86068
|
+
{ kind: "Field", name: { kind: "Name", value: "botAdded" } },
|
85942
86069
|
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85943
86070
|
{ kind: "Field", name: { kind: "Name", value: "isShared" } },
|
85944
86071
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
|
85945
86072
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
|
85946
|
-
{ kind: "Field", name: { kind: "Name", value: "botAdded" } },
|
85947
86073
|
{
|
85948
86074
|
kind: "Field",
|
85949
86075
|
name: { kind: "Name", value: "teams" },
|
@@ -85979,6 +86105,7 @@ const SlackAsksSettingsFragmentDoc = {
|
|
85979
86105
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
|
85980
86106
|
},
|
85981
86107
|
},
|
86108
|
+
{ kind: "Field", name: { kind: "Name", value: "canAdministrate" } },
|
85982
86109
|
{ kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
|
85983
86110
|
],
|
85984
86111
|
},
|
@@ -85998,6 +86125,7 @@ const SlackPostSettingsFragmentDoc = {
|
|
85998
86125
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85999
86126
|
{ kind: "Field", name: { kind: "Name", value: "channel" } },
|
86000
86127
|
{ kind: "Field", name: { kind: "Name", value: "channelId" } },
|
86128
|
+
{ kind: "Field", name: { kind: "Name", value: "channelType" } },
|
86001
86129
|
{ kind: "Field", name: { kind: "Name", value: "configurationUrl" } },
|
86002
86130
|
],
|
86003
86131
|
},
|
@@ -86245,9 +86373,11 @@ const AuthenticationSessionFragmentDoc = {
|
|
86245
86373
|
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
86246
86374
|
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
86247
86375
|
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
86376
|
+
{ kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
|
86248
86377
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86249
86378
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
86250
86379
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
86380
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
86251
86381
|
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
86252
86382
|
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
86253
86383
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -86717,6 +86847,7 @@ const OauthTokenFragmentDoc = {
|
|
86717
86847
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
|
86718
86848
|
},
|
86719
86849
|
},
|
86850
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
86720
86851
|
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86721
86852
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86722
86853
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -86770,6 +86901,7 @@ const AuthOrganizationDomainFragmentDoc = {
|
|
86770
86901
|
selections: [
|
86771
86902
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86772
86903
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86904
|
+
{ kind: "Field", name: { kind: "Name", value: "authType" } },
|
86773
86905
|
{ kind: "Field", name: { kind: "Name", value: "claimed" } },
|
86774
86906
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86775
86907
|
{ kind: "Field", name: { kind: "Name", value: "organizationId" } },
|
@@ -86779,6 +86911,49 @@ const AuthOrganizationDomainFragmentDoc = {
|
|
86779
86911
|
},
|
86780
86912
|
],
|
86781
86913
|
};
|
86914
|
+
const AuthOrganizationExistsPayloadFragmentDoc = {
|
86915
|
+
kind: "Document",
|
86916
|
+
definitions: [
|
86917
|
+
{
|
86918
|
+
kind: "FragmentDefinition",
|
86919
|
+
name: { kind: "Name", value: "AuthOrganizationExistsPayload" },
|
86920
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationExistsPayload" } },
|
86921
|
+
selectionSet: {
|
86922
|
+
kind: "SelectionSet",
|
86923
|
+
selections: [
|
86924
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86925
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86926
|
+
{ kind: "Field", name: { kind: "Name", value: "exists" } },
|
86927
|
+
],
|
86928
|
+
},
|
86929
|
+
},
|
86930
|
+
],
|
86931
|
+
};
|
86932
|
+
const AuthOrganizationPayloadFragmentDoc = {
|
86933
|
+
kind: "Document",
|
86934
|
+
definitions: [
|
86935
|
+
{
|
86936
|
+
kind: "FragmentDefinition",
|
86937
|
+
name: { kind: "Name", value: "AuthOrganizationPayload" },
|
86938
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationPayload" } },
|
86939
|
+
selectionSet: {
|
86940
|
+
kind: "SelectionSet",
|
86941
|
+
selections: [
|
86942
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86943
|
+
{
|
86944
|
+
kind: "Field",
|
86945
|
+
name: { kind: "Name", value: "authOrganization" },
|
86946
|
+
selectionSet: {
|
86947
|
+
kind: "SelectionSet",
|
86948
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86949
|
+
},
|
86950
|
+
},
|
86951
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86952
|
+
],
|
86953
|
+
},
|
86954
|
+
},
|
86955
|
+
],
|
86956
|
+
};
|
86782
86957
|
const AuthResolverResponseFragmentDoc = {
|
86783
86958
|
kind: "Document",
|
86784
86959
|
definitions: [
|
@@ -87149,6 +87324,55 @@ const CreateOrJoinOrganizationResponseFragmentDoc = {
|
|
87149
87324
|
},
|
87150
87325
|
],
|
87151
87326
|
};
|
87327
|
+
const ViewPreferencesValuesFragmentDoc = {
|
87328
|
+
kind: "Document",
|
87329
|
+
definitions: [
|
87330
|
+
{
|
87331
|
+
kind: "FragmentDefinition",
|
87332
|
+
name: { kind: "Name", value: "ViewPreferencesValues" },
|
87333
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferencesValues" } },
|
87334
|
+
selectionSet: {
|
87335
|
+
kind: "SelectionSet",
|
87336
|
+
selections: [
|
87337
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87338
|
+
{ kind: "Field", name: { kind: "Name", value: "issueGrouping" } },
|
87339
|
+
{ kind: "Field", name: { kind: "Name", value: "viewOrdering" } },
|
87340
|
+
{ kind: "Field", name: { kind: "Name", value: "showCompletedIssues" } },
|
87341
|
+
],
|
87342
|
+
},
|
87343
|
+
},
|
87344
|
+
],
|
87345
|
+
};
|
87346
|
+
const ViewPreferencesFragmentDoc = {
|
87347
|
+
kind: "Document",
|
87348
|
+
definitions: [
|
87349
|
+
{
|
87350
|
+
kind: "FragmentDefinition",
|
87351
|
+
name: { kind: "Name", value: "ViewPreferences" },
|
87352
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
|
87353
|
+
selectionSet: {
|
87354
|
+
kind: "SelectionSet",
|
87355
|
+
selections: [
|
87356
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87357
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87358
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87359
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87360
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87361
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
87362
|
+
{
|
87363
|
+
kind: "Field",
|
87364
|
+
name: { kind: "Name", value: "preferences" },
|
87365
|
+
selectionSet: {
|
87366
|
+
kind: "SelectionSet",
|
87367
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
|
87368
|
+
},
|
87369
|
+
},
|
87370
|
+
{ kind: "Field", name: { kind: "Name", value: "viewType" } },
|
87371
|
+
],
|
87372
|
+
},
|
87373
|
+
},
|
87374
|
+
],
|
87375
|
+
};
|
87152
87376
|
const CustomViewFragmentDoc = {
|
87153
87377
|
kind: "Document",
|
87154
87378
|
definitions: [
|
@@ -87160,7 +87384,23 @@ const CustomViewFragmentDoc = {
|
|
87160
87384
|
kind: "SelectionSet",
|
87161
87385
|
selections: [
|
87162
87386
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87387
|
+
{
|
87388
|
+
kind: "Field",
|
87389
|
+
name: { kind: "Name", value: "viewPreferencesValues" },
|
87390
|
+
selectionSet: {
|
87391
|
+
kind: "SelectionSet",
|
87392
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
|
87393
|
+
},
|
87394
|
+
},
|
87163
87395
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87396
|
+
{
|
87397
|
+
kind: "Field",
|
87398
|
+
name: { kind: "Name", value: "userViewPreferences" },
|
87399
|
+
selectionSet: {
|
87400
|
+
kind: "SelectionSet",
|
87401
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
87402
|
+
},
|
87403
|
+
},
|
87164
87404
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
87165
87405
|
{ kind: "Field", name: { kind: "Name", value: "filterData" } },
|
87166
87406
|
{ kind: "Field", name: { kind: "Name", value: "projectFilterData" } },
|
@@ -87169,6 +87409,14 @@ const CustomViewFragmentDoc = {
|
|
87169
87409
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87170
87410
|
{ kind: "Field", name: { kind: "Name", value: "modelName" } },
|
87171
87411
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
87412
|
+
{
|
87413
|
+
kind: "Field",
|
87414
|
+
name: { kind: "Name", value: "organizationViewPreferences" },
|
87415
|
+
selectionSet: {
|
87416
|
+
kind: "SelectionSet",
|
87417
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
87418
|
+
},
|
87419
|
+
},
|
87172
87420
|
{
|
87173
87421
|
kind: "Field",
|
87174
87422
|
name: { kind: "Name", value: "team" },
|
@@ -87414,6 +87662,7 @@ const DocumentFragmentDoc = {
|
|
87414
87662
|
kind: "SelectionSet",
|
87415
87663
|
selections: [
|
87416
87664
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87665
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87417
87666
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87418
87667
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
87419
87668
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -87597,6 +87846,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
87597
87846
|
selections: [
|
87598
87847
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87599
87848
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
87849
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87600
87850
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87601
87851
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
87602
87852
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -87914,6 +88164,95 @@ const EmojiPayloadFragmentDoc = {
|
|
87914
88164
|
},
|
87915
88165
|
],
|
87916
88166
|
};
|
88167
|
+
const EntityExternalLinkFragmentDoc = {
|
88168
|
+
kind: "Document",
|
88169
|
+
definitions: [
|
88170
|
+
{
|
88171
|
+
kind: "FragmentDefinition",
|
88172
|
+
name: { kind: "Name", value: "EntityExternalLink" },
|
88173
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLink" } },
|
88174
|
+
selectionSet: {
|
88175
|
+
kind: "SelectionSet",
|
88176
|
+
selections: [
|
88177
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88178
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88179
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88180
|
+
{ kind: "Field", name: { kind: "Name", value: "label" } },
|
88181
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
88182
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
88183
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
88184
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
88185
|
+
{
|
88186
|
+
kind: "Field",
|
88187
|
+
name: { kind: "Name", value: "creator" },
|
88188
|
+
selectionSet: {
|
88189
|
+
kind: "SelectionSet",
|
88190
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88191
|
+
},
|
88192
|
+
},
|
88193
|
+
],
|
88194
|
+
},
|
88195
|
+
},
|
88196
|
+
],
|
88197
|
+
};
|
88198
|
+
const EntityExternalLinkConnectionFragmentDoc = {
|
88199
|
+
kind: "Document",
|
88200
|
+
definitions: [
|
88201
|
+
{
|
88202
|
+
kind: "FragmentDefinition",
|
88203
|
+
name: { kind: "Name", value: "EntityExternalLinkConnection" },
|
88204
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkConnection" } },
|
88205
|
+
selectionSet: {
|
88206
|
+
kind: "SelectionSet",
|
88207
|
+
selections: [
|
88208
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88209
|
+
{
|
88210
|
+
kind: "Field",
|
88211
|
+
name: { kind: "Name", value: "nodes" },
|
88212
|
+
selectionSet: {
|
88213
|
+
kind: "SelectionSet",
|
88214
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
|
88215
|
+
},
|
88216
|
+
},
|
88217
|
+
{
|
88218
|
+
kind: "Field",
|
88219
|
+
name: { kind: "Name", value: "pageInfo" },
|
88220
|
+
selectionSet: {
|
88221
|
+
kind: "SelectionSet",
|
88222
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
88223
|
+
},
|
88224
|
+
},
|
88225
|
+
],
|
88226
|
+
},
|
88227
|
+
},
|
88228
|
+
],
|
88229
|
+
};
|
88230
|
+
const EntityExternalLinkPayloadFragmentDoc = {
|
88231
|
+
kind: "Document",
|
88232
|
+
definitions: [
|
88233
|
+
{
|
88234
|
+
kind: "FragmentDefinition",
|
88235
|
+
name: { kind: "Name", value: "EntityExternalLinkPayload" },
|
88236
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkPayload" } },
|
88237
|
+
selectionSet: {
|
88238
|
+
kind: "SelectionSet",
|
88239
|
+
selections: [
|
88240
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88241
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
88242
|
+
{
|
88243
|
+
kind: "Field",
|
88244
|
+
name: { kind: "Name", value: "entityExternalLink" },
|
88245
|
+
selectionSet: {
|
88246
|
+
kind: "SelectionSet",
|
88247
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88248
|
+
},
|
88249
|
+
},
|
88250
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
88251
|
+
],
|
88252
|
+
},
|
88253
|
+
},
|
88254
|
+
],
|
88255
|
+
};
|
87917
88256
|
const ExternalUserFragmentDoc = {
|
87918
88257
|
kind: "Document",
|
87919
88258
|
definitions: [
|
@@ -88073,6 +88412,7 @@ const FavoriteFragmentDoc = {
|
|
88073
88412
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88074
88413
|
},
|
88075
88414
|
},
|
88415
|
+
{ kind: "Field", name: { kind: "Name", value: "projectTab" } },
|
88076
88416
|
{
|
88077
88417
|
kind: "Field",
|
88078
88418
|
name: { kind: "Name", value: "predefinedViewTeam" },
|
@@ -88216,6 +88556,7 @@ const GitAutomationStateFragmentDoc = {
|
|
88216
88556
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88217
88557
|
},
|
88218
88558
|
},
|
88559
|
+
{ kind: "Field", name: { kind: "Name", value: "event" } },
|
88219
88560
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88220
88561
|
{
|
88221
88562
|
kind: "Field",
|
@@ -88714,6 +89055,7 @@ const IssueFragmentDoc = {
|
|
88714
89055
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88715
89056
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88716
89057
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
89058
|
+
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
88717
89059
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88718
89060
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88719
89061
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -88811,6 +89153,8 @@ const IssueFragmentDoc = {
|
|
88811
89153
|
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
88812
89154
|
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
88813
89155
|
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
89156
|
+
{ kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
|
89157
|
+
{ kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
|
88814
89158
|
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
88815
89159
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
88816
89160
|
{
|
@@ -89028,6 +89372,45 @@ const IssueLabelFragmentDoc = {
|
|
89028
89372
|
},
|
89029
89373
|
],
|
89030
89374
|
};
|
89375
|
+
const UserFragmentDoc = {
|
89376
|
+
kind: "Document",
|
89377
|
+
definitions: [
|
89378
|
+
{
|
89379
|
+
kind: "FragmentDefinition",
|
89380
|
+
name: { kind: "Name", value: "User" },
|
89381
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
|
89382
|
+
selectionSet: {
|
89383
|
+
kind: "SelectionSet",
|
89384
|
+
selections: [
|
89385
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89386
|
+
{ kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
|
89387
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89388
|
+
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
89389
|
+
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
89390
|
+
{ kind: "Field", name: { kind: "Name", value: "disableReason" } },
|
89391
|
+
{ kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
|
89392
|
+
{ kind: "Field", name: { kind: "Name", value: "statusLabel" } },
|
89393
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89394
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
89395
|
+
{ kind: "Field", name: { kind: "Name", value: "timezone" } },
|
89396
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89397
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89398
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89399
|
+
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
89400
|
+
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
89401
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89402
|
+
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
89403
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89404
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
89405
|
+
{ kind: "Field", name: { kind: "Name", value: "guest" } },
|
89406
|
+
{ kind: "Field", name: { kind: "Name", value: "admin" } },
|
89407
|
+
{ kind: "Field", name: { kind: "Name", value: "isMe" } },
|
89408
|
+
{ kind: "Field", name: { kind: "Name", value: "calendarHash" } },
|
89409
|
+
],
|
89410
|
+
},
|
89411
|
+
},
|
89412
|
+
],
|
89413
|
+
};
|
89031
89414
|
const IssueHistoryFragmentDoc = {
|
89032
89415
|
kind: "Document",
|
89033
89416
|
definitions: [
|
@@ -89241,6 +89624,14 @@ const IssueHistoryFragmentDoc = {
|
|
89241
89624
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
89242
89625
|
},
|
89243
89626
|
},
|
89627
|
+
{
|
89628
|
+
kind: "Field",
|
89629
|
+
name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
|
89630
|
+
selectionSet: {
|
89631
|
+
kind: "SelectionSet",
|
89632
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
|
89633
|
+
},
|
89634
|
+
},
|
89244
89635
|
],
|
89245
89636
|
},
|
89246
89637
|
},
|
@@ -89557,6 +89948,7 @@ const IssueSearchResultFragmentDoc = {
|
|
89557
89948
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89558
89949
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89559
89950
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
89951
|
+
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
89560
89952
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89561
89953
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
89562
89954
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -89655,6 +90047,8 @@ const IssueSearchResultFragmentDoc = {
|
|
89655
90047
|
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
89656
90048
|
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
89657
90049
|
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
90050
|
+
{ kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
|
90051
|
+
{ kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
|
89658
90052
|
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
89659
90053
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89660
90054
|
{
|
@@ -90023,6 +90417,26 @@ const OauthClientConnectionFragmentDoc = {
|
|
90023
90417
|
},
|
90024
90418
|
],
|
90025
90419
|
};
|
90420
|
+
const OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc = {
|
90421
|
+
kind: "Document",
|
90422
|
+
definitions: [
|
90423
|
+
{
|
90424
|
+
kind: "FragmentDefinition",
|
90425
|
+
name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
|
90426
|
+
typeCondition: {
|
90427
|
+
kind: "NamedType",
|
90428
|
+
name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
|
90429
|
+
},
|
90430
|
+
selectionSet: {
|
90431
|
+
kind: "SelectionSet",
|
90432
|
+
selections: [
|
90433
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
90434
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
90435
|
+
],
|
90436
|
+
},
|
90437
|
+
},
|
90438
|
+
],
|
90439
|
+
};
|
90026
90440
|
const OrganizationCancelDeletePayloadFragmentDoc = {
|
90027
90441
|
kind: "Document",
|
90028
90442
|
definitions: [
|
@@ -90095,6 +90509,7 @@ const OrganizationInviteFragmentDoc = {
|
|
90095
90509
|
{ kind: "Field", name: { kind: "Name", value: "acceptedAt" } },
|
90096
90510
|
{ kind: "Field", name: { kind: "Name", value: "expiresAt" } },
|
90097
90511
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
90512
|
+
{ kind: "Field", name: { kind: "Name", value: "role" } },
|
90098
90513
|
{
|
90099
90514
|
kind: "Field",
|
90100
90515
|
name: { kind: "Name", value: "inviter" },
|
@@ -90164,7 +90579,9 @@ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
|
|
90164
90579
|
{ kind: "Field", name: { kind: "Name", value: "organizationName" } },
|
90165
90580
|
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
90166
90581
|
{ kind: "Field", name: { kind: "Name", value: "inviter" } },
|
90582
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
90167
90583
|
{ kind: "Field", name: { kind: "Name", value: "organizationLogoUrl" } },
|
90584
|
+
{ kind: "Field", name: { kind: "Name", value: "role" } },
|
90168
90585
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90169
90586
|
{ kind: "Field", name: { kind: "Name", value: "accepted" } },
|
90170
90587
|
{ kind: "Field", name: { kind: "Name", value: "expired" } },
|
@@ -90334,6 +90751,14 @@ const ProjectFragmentDoc = {
|
|
90334
90751
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
90335
90752
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
90336
90753
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
90754
|
+
{
|
90755
|
+
kind: "Field",
|
90756
|
+
name: { kind: "Name", value: "status" },
|
90757
|
+
selectionSet: {
|
90758
|
+
kind: "SelectionSet",
|
90759
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
90760
|
+
},
|
90761
|
+
},
|
90337
90762
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90338
90763
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90339
90764
|
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
@@ -90631,6 +91056,119 @@ const ProjectPayloadFragmentDoc = {
|
|
90631
91056
|
},
|
90632
91057
|
],
|
90633
91058
|
};
|
91059
|
+
const ProjectRelationFragmentDoc = {
|
91060
|
+
kind: "Document",
|
91061
|
+
definitions: [
|
91062
|
+
{
|
91063
|
+
kind: "FragmentDefinition",
|
91064
|
+
name: { kind: "Name", value: "ProjectRelation" },
|
91065
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelation" } },
|
91066
|
+
selectionSet: {
|
91067
|
+
kind: "SelectionSet",
|
91068
|
+
selections: [
|
91069
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91070
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
91071
|
+
{
|
91072
|
+
kind: "Field",
|
91073
|
+
name: { kind: "Name", value: "projectMilestone" },
|
91074
|
+
selectionSet: {
|
91075
|
+
kind: "SelectionSet",
|
91076
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91077
|
+
},
|
91078
|
+
},
|
91079
|
+
{
|
91080
|
+
kind: "Field",
|
91081
|
+
name: { kind: "Name", value: "relatedProjectMilestone" },
|
91082
|
+
selectionSet: {
|
91083
|
+
kind: "SelectionSet",
|
91084
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91085
|
+
},
|
91086
|
+
},
|
91087
|
+
{
|
91088
|
+
kind: "Field",
|
91089
|
+
name: { kind: "Name", value: "project" },
|
91090
|
+
selectionSet: {
|
91091
|
+
kind: "SelectionSet",
|
91092
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91093
|
+
},
|
91094
|
+
},
|
91095
|
+
{
|
91096
|
+
kind: "Field",
|
91097
|
+
name: { kind: "Name", value: "relatedProject" },
|
91098
|
+
selectionSet: {
|
91099
|
+
kind: "SelectionSet",
|
91100
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91101
|
+
},
|
91102
|
+
},
|
91103
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
91104
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
91105
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
91106
|
+
{ kind: "Field", name: { kind: "Name", value: "anchorType" } },
|
91107
|
+
{ kind: "Field", name: { kind: "Name", value: "relatedAnchorType" } },
|
91108
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
91109
|
+
],
|
91110
|
+
},
|
91111
|
+
},
|
91112
|
+
],
|
91113
|
+
};
|
91114
|
+
const ProjectRelationConnectionFragmentDoc = {
|
91115
|
+
kind: "Document",
|
91116
|
+
definitions: [
|
91117
|
+
{
|
91118
|
+
kind: "FragmentDefinition",
|
91119
|
+
name: { kind: "Name", value: "ProjectRelationConnection" },
|
91120
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationConnection" } },
|
91121
|
+
selectionSet: {
|
91122
|
+
kind: "SelectionSet",
|
91123
|
+
selections: [
|
91124
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91125
|
+
{
|
91126
|
+
kind: "Field",
|
91127
|
+
name: { kind: "Name", value: "nodes" },
|
91128
|
+
selectionSet: {
|
91129
|
+
kind: "SelectionSet",
|
91130
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
|
91131
|
+
},
|
91132
|
+
},
|
91133
|
+
{
|
91134
|
+
kind: "Field",
|
91135
|
+
name: { kind: "Name", value: "pageInfo" },
|
91136
|
+
selectionSet: {
|
91137
|
+
kind: "SelectionSet",
|
91138
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
91139
|
+
},
|
91140
|
+
},
|
91141
|
+
],
|
91142
|
+
},
|
91143
|
+
},
|
91144
|
+
],
|
91145
|
+
};
|
91146
|
+
const ProjectRelationPayloadFragmentDoc = {
|
91147
|
+
kind: "Document",
|
91148
|
+
definitions: [
|
91149
|
+
{
|
91150
|
+
kind: "FragmentDefinition",
|
91151
|
+
name: { kind: "Name", value: "ProjectRelationPayload" },
|
91152
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationPayload" } },
|
91153
|
+
selectionSet: {
|
91154
|
+
kind: "SelectionSet",
|
91155
|
+
selections: [
|
91156
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91157
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
91158
|
+
{
|
91159
|
+
kind: "Field",
|
91160
|
+
name: { kind: "Name", value: "projectRelation" },
|
91161
|
+
selectionSet: {
|
91162
|
+
kind: "SelectionSet",
|
91163
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91164
|
+
},
|
91165
|
+
},
|
91166
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
91167
|
+
],
|
91168
|
+
},
|
91169
|
+
},
|
91170
|
+
],
|
91171
|
+
};
|
90634
91172
|
const ProjectSearchResultFragmentDoc = {
|
90635
91173
|
kind: "Document",
|
90636
91174
|
definitions: [
|
@@ -90692,6 +91230,14 @@ const ProjectSearchResultFragmentDoc = {
|
|
90692
91230
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
90693
91231
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
90694
91232
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
91233
|
+
{
|
91234
|
+
kind: "Field",
|
91235
|
+
name: { kind: "Name", value: "status" },
|
91236
|
+
selectionSet: {
|
91237
|
+
kind: "SelectionSet",
|
91238
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
91239
|
+
},
|
91240
|
+
},
|
90695
91241
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90696
91242
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90697
91243
|
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
@@ -90800,6 +91346,38 @@ const ProjectSearchResultConnectionFragmentDoc = {
|
|
90800
91346
|
},
|
90801
91347
|
],
|
90802
91348
|
};
|
91349
|
+
const ProjectStatusConnectionFragmentDoc = {
|
91350
|
+
kind: "Document",
|
91351
|
+
definitions: [
|
91352
|
+
{
|
91353
|
+
kind: "FragmentDefinition",
|
91354
|
+
name: { kind: "Name", value: "ProjectStatusConnection" },
|
91355
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatusConnection" } },
|
91356
|
+
selectionSet: {
|
91357
|
+
kind: "SelectionSet",
|
91358
|
+
selections: [
|
91359
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91360
|
+
{
|
91361
|
+
kind: "Field",
|
91362
|
+
name: { kind: "Name", value: "nodes" },
|
91363
|
+
selectionSet: {
|
91364
|
+
kind: "SelectionSet",
|
91365
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
91366
|
+
},
|
91367
|
+
},
|
91368
|
+
{
|
91369
|
+
kind: "Field",
|
91370
|
+
name: { kind: "Name", value: "pageInfo" },
|
91371
|
+
selectionSet: {
|
91372
|
+
kind: "SelectionSet",
|
91373
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
91374
|
+
},
|
91375
|
+
},
|
91376
|
+
],
|
91377
|
+
},
|
91378
|
+
},
|
91379
|
+
],
|
91380
|
+
};
|
90803
91381
|
const ProjectUpdateFragmentDoc = {
|
90804
91382
|
kind: "Document",
|
90805
91383
|
definitions: [
|
@@ -90811,9 +91389,11 @@ const ProjectUpdateFragmentDoc = {
|
|
90811
91389
|
kind: "SelectionSet",
|
90812
91390
|
selections: [
|
90813
91391
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91392
|
+
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
90814
91393
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
90815
91394
|
{ kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
|
90816
91395
|
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
91396
|
+
{ kind: "Field", name: { kind: "Name", value: "health" } },
|
90817
91397
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
90818
91398
|
{
|
90819
91399
|
kind: "Field",
|
@@ -91312,6 +91892,7 @@ const RoadmapFragmentDoc = {
|
|
91312
91892
|
kind: "SelectionSet",
|
91313
91893
|
selections: [
|
91314
91894
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91895
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
91315
91896
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
91316
91897
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
91317
91898
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
@@ -91729,6 +92310,7 @@ const TeamFragmentDoc = {
|
|
91729
92310
|
{ kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
|
91730
92311
|
{ kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
|
91731
92312
|
{ kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
|
92313
|
+
{ kind: "Field", name: { kind: "Name", value: "scimManaged" } },
|
91732
92314
|
{ kind: "Field", name: { kind: "Name", value: "private" } },
|
91733
92315
|
{ kind: "Field", name: { kind: "Name", value: "cyclesEnabled" } },
|
91734
92316
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
|
@@ -92159,6 +92741,7 @@ const TriageResponsibilityFragmentDoc = {
|
|
92159
92741
|
],
|
92160
92742
|
},
|
92161
92743
|
},
|
92744
|
+
{ kind: "Field", name: { kind: "Name", value: "action" } },
|
92162
92745
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92163
92746
|
{
|
92164
92747
|
kind: "Field",
|
@@ -92341,45 +92924,6 @@ const UserAdminPayloadFragmentDoc = {
|
|
92341
92924
|
},
|
92342
92925
|
],
|
92343
92926
|
};
|
92344
|
-
const UserFragmentDoc = {
|
92345
|
-
kind: "Document",
|
92346
|
-
definitions: [
|
92347
|
-
{
|
92348
|
-
kind: "FragmentDefinition",
|
92349
|
-
name: { kind: "Name", value: "User" },
|
92350
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
|
92351
|
-
selectionSet: {
|
92352
|
-
kind: "SelectionSet",
|
92353
|
-
selections: [
|
92354
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92355
|
-
{ kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
|
92356
|
-
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
92357
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
92358
|
-
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
92359
|
-
{ kind: "Field", name: { kind: "Name", value: "disableReason" } },
|
92360
|
-
{ kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
|
92361
|
-
{ kind: "Field", name: { kind: "Name", value: "statusLabel" } },
|
92362
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92363
|
-
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
92364
|
-
{ kind: "Field", name: { kind: "Name", value: "timezone" } },
|
92365
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92366
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92367
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92368
|
-
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
92369
|
-
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
92370
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
92371
|
-
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
92372
|
-
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
92373
|
-
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
92374
|
-
{ kind: "Field", name: { kind: "Name", value: "guest" } },
|
92375
|
-
{ kind: "Field", name: { kind: "Name", value: "admin" } },
|
92376
|
-
{ kind: "Field", name: { kind: "Name", value: "isMe" } },
|
92377
|
-
{ kind: "Field", name: { kind: "Name", value: "calendarHash" } },
|
92378
|
-
],
|
92379
|
-
},
|
92380
|
-
},
|
92381
|
-
],
|
92382
|
-
};
|
92383
92927
|
const UserConnectionFragmentDoc = {
|
92384
92928
|
kind: "Document",
|
92385
92929
|
definitions: [
|
@@ -92494,28 +93038,6 @@ const UserSettingsPayloadFragmentDoc = {
|
|
92494
93038
|
},
|
92495
93039
|
],
|
92496
93040
|
};
|
92497
|
-
const ViewPreferencesFragmentDoc = {
|
92498
|
-
kind: "Document",
|
92499
|
-
definitions: [
|
92500
|
-
{
|
92501
|
-
kind: "FragmentDefinition",
|
92502
|
-
name: { kind: "Name", value: "ViewPreferences" },
|
92503
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
|
92504
|
-
selectionSet: {
|
92505
|
-
kind: "SelectionSet",
|
92506
|
-
selections: [
|
92507
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92508
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92509
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92510
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92511
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92512
|
-
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
92513
|
-
{ kind: "Field", name: { kind: "Name", value: "viewType" } },
|
92514
|
-
],
|
92515
|
-
},
|
92516
|
-
},
|
92517
|
-
],
|
92518
|
-
};
|
92519
93041
|
const ViewPreferencesPayloadFragmentDoc = {
|
92520
93042
|
kind: "Document",
|
92521
93043
|
definitions: [
|
@@ -92773,6 +93295,7 @@ const WorkflowDefinitionFragmentDoc = {
|
|
92773
93295
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92774
93296
|
{ kind: "Field", name: { kind: "Name", value: "groupName" } },
|
92775
93297
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
93298
|
+
{ kind: "Field", name: { kind: "Name", value: "triggerType" } },
|
92776
93299
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
92777
93300
|
{
|
92778
93301
|
kind: "Field",
|
@@ -92784,6 +93307,10 @@ const WorkflowDefinitionFragmentDoc = {
|
|
92784
93307
|
},
|
92785
93308
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92786
93309
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
93310
|
+
{ kind: "Field", name: { kind: "Name", value: "trigger" } },
|
93311
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
93312
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
93313
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
92787
93314
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92788
93315
|
{
|
92789
93316
|
kind: "Field",
|
@@ -93826,6 +94353,7 @@ const AttachmentIssue_HistoryDocument = {
|
|
93826
94353
|
...ActorBotFragmentDoc.definitions,
|
93827
94354
|
...IssueImportFragmentDoc.definitions,
|
93828
94355
|
...IssueLabelFragmentDoc.definitions,
|
94356
|
+
...UserFragmentDoc.definitions,
|
93829
94357
|
...PageInfoFragmentDoc.definitions,
|
93830
94358
|
],
|
93831
94359
|
};
|
@@ -95152,6 +95680,8 @@ const CustomViewDocument = {
|
|
95152
95680
|
},
|
95153
95681
|
},
|
95154
95682
|
...CustomViewFragmentDoc.definitions,
|
95683
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95684
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95155
95685
|
],
|
95156
95686
|
};
|
95157
95687
|
const CustomView_IssuesDocument = {
|
@@ -95289,13 +95819,13 @@ const CustomView_IssuesDocument = {
|
|
95289
95819
|
...PageInfoFragmentDoc.definitions,
|
95290
95820
|
],
|
95291
95821
|
};
|
95292
|
-
const
|
95822
|
+
const CustomView_OrganizationViewPreferencesDocument = {
|
95293
95823
|
kind: "Document",
|
95294
95824
|
definitions: [
|
95295
95825
|
{
|
95296
95826
|
kind: "OperationDefinition",
|
95297
95827
|
operation: "query",
|
95298
|
-
name: { kind: "Name", value: "
|
95828
|
+
name: { kind: "Name", value: "customView_organizationViewPreferences" },
|
95299
95829
|
variableDefinitions: [
|
95300
95830
|
{
|
95301
95831
|
kind: "VariableDefinition",
|
@@ -95308,7 +95838,7 @@ const CustomViewHasSubscribersDocument = {
|
|
95308
95838
|
selections: [
|
95309
95839
|
{
|
95310
95840
|
kind: "Field",
|
95311
|
-
name: { kind: "Name", value: "
|
95841
|
+
name: { kind: "Name", value: "customView" },
|
95312
95842
|
arguments: [
|
95313
95843
|
{
|
95314
95844
|
kind: "Argument",
|
@@ -95319,53 +95849,36 @@ const CustomViewHasSubscribersDocument = {
|
|
95319
95849
|
selectionSet: {
|
95320
95850
|
kind: "SelectionSet",
|
95321
95851
|
selections: [
|
95322
|
-
{
|
95852
|
+
{
|
95853
|
+
kind: "Field",
|
95854
|
+
name: { kind: "Name", value: "organizationViewPreferences" },
|
95855
|
+
selectionSet: {
|
95856
|
+
kind: "SelectionSet",
|
95857
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
95858
|
+
},
|
95859
|
+
},
|
95323
95860
|
],
|
95324
95861
|
},
|
95325
95862
|
},
|
95326
95863
|
],
|
95327
95864
|
},
|
95328
95865
|
},
|
95329
|
-
...
|
95866
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95867
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95330
95868
|
],
|
95331
95869
|
};
|
95332
|
-
const
|
95870
|
+
const CustomView_OrganizationViewPreferences_PreferencesDocument = {
|
95333
95871
|
kind: "Document",
|
95334
95872
|
definitions: [
|
95335
95873
|
{
|
95336
95874
|
kind: "OperationDefinition",
|
95337
95875
|
operation: "query",
|
95338
|
-
name: { kind: "Name", value: "
|
95876
|
+
name: { kind: "Name", value: "customView_organizationViewPreferences_preferences" },
|
95339
95877
|
variableDefinitions: [
|
95340
95878
|
{
|
95341
95879
|
kind: "VariableDefinition",
|
95342
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
95343
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
95344
|
-
},
|
95345
|
-
{
|
95346
|
-
kind: "VariableDefinition",
|
95347
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
95348
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
95349
|
-
},
|
95350
|
-
{
|
95351
|
-
kind: "VariableDefinition",
|
95352
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
95353
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
95354
|
-
},
|
95355
|
-
{
|
95356
|
-
kind: "VariableDefinition",
|
95357
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
95358
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
95359
|
-
},
|
95360
|
-
{
|
95361
|
-
kind: "VariableDefinition",
|
95362
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
95363
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
95364
|
-
},
|
95365
|
-
{
|
95366
|
-
kind: "VariableDefinition",
|
95367
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95368
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
95880
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95881
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95369
95882
|
},
|
95370
95883
|
],
|
95371
95884
|
selectionSet: {
|
@@ -95373,59 +95886,52 @@ const CustomViewsDocument = {
|
|
95373
95886
|
selections: [
|
95374
95887
|
{
|
95375
95888
|
kind: "Field",
|
95376
|
-
name: { kind: "Name", value: "
|
95889
|
+
name: { kind: "Name", value: "customView" },
|
95377
95890
|
arguments: [
|
95378
95891
|
{
|
95379
95892
|
kind: "Argument",
|
95380
|
-
name: { kind: "Name", value: "
|
95381
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
95382
|
-
},
|
95383
|
-
{
|
95384
|
-
kind: "Argument",
|
95385
|
-
name: { kind: "Name", value: "before" },
|
95386
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
95387
|
-
},
|
95388
|
-
{
|
95389
|
-
kind: "Argument",
|
95390
|
-
name: { kind: "Name", value: "first" },
|
95391
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
95392
|
-
},
|
95393
|
-
{
|
95394
|
-
kind: "Argument",
|
95395
|
-
name: { kind: "Name", value: "includeArchived" },
|
95396
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
95397
|
-
},
|
95398
|
-
{
|
95399
|
-
kind: "Argument",
|
95400
|
-
name: { kind: "Name", value: "last" },
|
95401
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
95402
|
-
},
|
95403
|
-
{
|
95404
|
-
kind: "Argument",
|
95405
|
-
name: { kind: "Name", value: "orderBy" },
|
95406
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95893
|
+
name: { kind: "Name", value: "id" },
|
95894
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95407
95895
|
},
|
95408
95896
|
],
|
95409
95897
|
selectionSet: {
|
95410
95898
|
kind: "SelectionSet",
|
95411
|
-
selections: [
|
95899
|
+
selections: [
|
95900
|
+
{
|
95901
|
+
kind: "Field",
|
95902
|
+
name: { kind: "Name", value: "organizationViewPreferences" },
|
95903
|
+
selectionSet: {
|
95904
|
+
kind: "SelectionSet",
|
95905
|
+
selections: [
|
95906
|
+
{
|
95907
|
+
kind: "Field",
|
95908
|
+
name: { kind: "Name", value: "preferences" },
|
95909
|
+
selectionSet: {
|
95910
|
+
kind: "SelectionSet",
|
95911
|
+
selections: [
|
95912
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
|
95913
|
+
],
|
95914
|
+
},
|
95915
|
+
},
|
95916
|
+
],
|
95917
|
+
},
|
95918
|
+
},
|
95919
|
+
],
|
95412
95920
|
},
|
95413
95921
|
},
|
95414
95922
|
],
|
95415
95923
|
},
|
95416
95924
|
},
|
95417
|
-
...
|
95418
|
-
...CustomViewFragmentDoc.definitions,
|
95419
|
-
...PageInfoFragmentDoc.definitions,
|
95925
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95420
95926
|
],
|
95421
95927
|
};
|
95422
|
-
const
|
95928
|
+
const CustomView_UserViewPreferencesDocument = {
|
95423
95929
|
kind: "Document",
|
95424
95930
|
definitions: [
|
95425
95931
|
{
|
95426
95932
|
kind: "OperationDefinition",
|
95427
95933
|
operation: "query",
|
95428
|
-
name: { kind: "Name", value: "
|
95934
|
+
name: { kind: "Name", value: "customView_userViewPreferences" },
|
95429
95935
|
variableDefinitions: [
|
95430
95936
|
{
|
95431
95937
|
kind: "VariableDefinition",
|
@@ -95438,7 +95944,7 @@ const CycleDocument = {
|
|
95438
95944
|
selections: [
|
95439
95945
|
{
|
95440
95946
|
kind: "Field",
|
95441
|
-
name: { kind: "Name", value: "
|
95947
|
+
name: { kind: "Name", value: "customView" },
|
95442
95948
|
arguments: [
|
95443
95949
|
{
|
95444
95950
|
kind: "Argument",
|
@@ -95448,62 +95954,95 @@ const CycleDocument = {
|
|
95448
95954
|
],
|
95449
95955
|
selectionSet: {
|
95450
95956
|
kind: "SelectionSet",
|
95451
|
-
selections: [
|
95957
|
+
selections: [
|
95958
|
+
{
|
95959
|
+
kind: "Field",
|
95960
|
+
name: { kind: "Name", value: "userViewPreferences" },
|
95961
|
+
selectionSet: {
|
95962
|
+
kind: "SelectionSet",
|
95963
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
95964
|
+
},
|
95965
|
+
},
|
95966
|
+
],
|
95452
95967
|
},
|
95453
95968
|
},
|
95454
95969
|
],
|
95455
95970
|
},
|
95456
95971
|
},
|
95457
|
-
...
|
95972
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95973
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95458
95974
|
],
|
95459
95975
|
};
|
95460
|
-
const
|
95976
|
+
const CustomView_UserViewPreferences_PreferencesDocument = {
|
95461
95977
|
kind: "Document",
|
95462
95978
|
definitions: [
|
95463
95979
|
{
|
95464
95980
|
kind: "OperationDefinition",
|
95465
95981
|
operation: "query",
|
95466
|
-
name: { kind: "Name", value: "
|
95982
|
+
name: { kind: "Name", value: "customView_userViewPreferences_preferences" },
|
95467
95983
|
variableDefinitions: [
|
95468
95984
|
{
|
95469
95985
|
kind: "VariableDefinition",
|
95470
95986
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95471
95987
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95472
95988
|
},
|
95989
|
+
],
|
95990
|
+
selectionSet: {
|
95991
|
+
kind: "SelectionSet",
|
95992
|
+
selections: [
|
95993
|
+
{
|
95994
|
+
kind: "Field",
|
95995
|
+
name: { kind: "Name", value: "customView" },
|
95996
|
+
arguments: [
|
95997
|
+
{
|
95998
|
+
kind: "Argument",
|
95999
|
+
name: { kind: "Name", value: "id" },
|
96000
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96001
|
+
},
|
96002
|
+
],
|
96003
|
+
selectionSet: {
|
96004
|
+
kind: "SelectionSet",
|
96005
|
+
selections: [
|
96006
|
+
{
|
96007
|
+
kind: "Field",
|
96008
|
+
name: { kind: "Name", value: "userViewPreferences" },
|
96009
|
+
selectionSet: {
|
96010
|
+
kind: "SelectionSet",
|
96011
|
+
selections: [
|
96012
|
+
{
|
96013
|
+
kind: "Field",
|
96014
|
+
name: { kind: "Name", value: "preferences" },
|
96015
|
+
selectionSet: {
|
96016
|
+
kind: "SelectionSet",
|
96017
|
+
selections: [
|
96018
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
|
96019
|
+
],
|
96020
|
+
},
|
96021
|
+
},
|
96022
|
+
],
|
96023
|
+
},
|
96024
|
+
},
|
96025
|
+
],
|
96026
|
+
},
|
96027
|
+
},
|
96028
|
+
],
|
96029
|
+
},
|
96030
|
+
},
|
96031
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
96032
|
+
],
|
96033
|
+
};
|
96034
|
+
const CustomView_ViewPreferencesValuesDocument = {
|
96035
|
+
kind: "Document",
|
96036
|
+
definitions: [
|
96037
|
+
{
|
96038
|
+
kind: "OperationDefinition",
|
96039
|
+
operation: "query",
|
96040
|
+
name: { kind: "Name", value: "customView_viewPreferencesValues" },
|
96041
|
+
variableDefinitions: [
|
95473
96042
|
{
|
95474
96043
|
kind: "VariableDefinition",
|
95475
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
95476
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
95477
|
-
},
|
95478
|
-
{
|
95479
|
-
kind: "VariableDefinition",
|
95480
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
95481
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
95482
|
-
},
|
95483
|
-
{
|
95484
|
-
kind: "VariableDefinition",
|
95485
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
95486
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
95487
|
-
},
|
95488
|
-
{
|
95489
|
-
kind: "VariableDefinition",
|
95490
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
95491
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
95492
|
-
},
|
95493
|
-
{
|
95494
|
-
kind: "VariableDefinition",
|
95495
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
95496
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
95497
|
-
},
|
95498
|
-
{
|
95499
|
-
kind: "VariableDefinition",
|
95500
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
95501
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
95502
|
-
},
|
95503
|
-
{
|
95504
|
-
kind: "VariableDefinition",
|
95505
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95506
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
96044
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96045
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95507
96046
|
},
|
95508
96047
|
],
|
95509
96048
|
selectionSet: {
|
@@ -95511,7 +96050,7 @@ const Cycle_IssuesDocument = {
|
|
95511
96050
|
selections: [
|
95512
96051
|
{
|
95513
96052
|
kind: "Field",
|
95514
|
-
name: { kind: "Name", value: "
|
96053
|
+
name: { kind: "Name", value: "customView" },
|
95515
96054
|
arguments: [
|
95516
96055
|
{
|
95517
96056
|
kind: "Argument",
|
@@ -95524,47 +96063,10 @@ const Cycle_IssuesDocument = {
|
|
95524
96063
|
selections: [
|
95525
96064
|
{
|
95526
96065
|
kind: "Field",
|
95527
|
-
name: { kind: "Name", value: "
|
95528
|
-
arguments: [
|
95529
|
-
{
|
95530
|
-
kind: "Argument",
|
95531
|
-
name: { kind: "Name", value: "after" },
|
95532
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
95533
|
-
},
|
95534
|
-
{
|
95535
|
-
kind: "Argument",
|
95536
|
-
name: { kind: "Name", value: "before" },
|
95537
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
95538
|
-
},
|
95539
|
-
{
|
95540
|
-
kind: "Argument",
|
95541
|
-
name: { kind: "Name", value: "filter" },
|
95542
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
95543
|
-
},
|
95544
|
-
{
|
95545
|
-
kind: "Argument",
|
95546
|
-
name: { kind: "Name", value: "first" },
|
95547
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
95548
|
-
},
|
95549
|
-
{
|
95550
|
-
kind: "Argument",
|
95551
|
-
name: { kind: "Name", value: "includeArchived" },
|
95552
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
95553
|
-
},
|
95554
|
-
{
|
95555
|
-
kind: "Argument",
|
95556
|
-
name: { kind: "Name", value: "last" },
|
95557
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
95558
|
-
},
|
95559
|
-
{
|
95560
|
-
kind: "Argument",
|
95561
|
-
name: { kind: "Name", value: "orderBy" },
|
95562
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
95563
|
-
},
|
95564
|
-
],
|
96066
|
+
name: { kind: "Name", value: "viewPreferencesValues" },
|
95565
96067
|
selectionSet: {
|
95566
96068
|
kind: "SelectionSet",
|
95567
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
96069
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
|
95568
96070
|
},
|
95569
96071
|
},
|
95570
96072
|
],
|
@@ -95573,25 +96075,57 @@ const Cycle_IssuesDocument = {
|
|
95573
96075
|
],
|
95574
96076
|
},
|
95575
96077
|
},
|
95576
|
-
...
|
95577
|
-
...IssueFragmentDoc.definitions,
|
95578
|
-
...ActorBotFragmentDoc.definitions,
|
95579
|
-
...PageInfoFragmentDoc.definitions,
|
96078
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95580
96079
|
],
|
95581
96080
|
};
|
95582
|
-
const
|
96081
|
+
const CustomViewHasSubscribersDocument = {
|
95583
96082
|
kind: "Document",
|
95584
96083
|
definitions: [
|
95585
96084
|
{
|
95586
96085
|
kind: "OperationDefinition",
|
95587
96086
|
operation: "query",
|
95588
|
-
name: { kind: "Name", value: "
|
96087
|
+
name: { kind: "Name", value: "customViewHasSubscribers" },
|
95589
96088
|
variableDefinitions: [
|
95590
96089
|
{
|
95591
96090
|
kind: "VariableDefinition",
|
95592
96091
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95593
96092
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95594
96093
|
},
|
96094
|
+
],
|
96095
|
+
selectionSet: {
|
96096
|
+
kind: "SelectionSet",
|
96097
|
+
selections: [
|
96098
|
+
{
|
96099
|
+
kind: "Field",
|
96100
|
+
name: { kind: "Name", value: "customViewHasSubscribers" },
|
96101
|
+
arguments: [
|
96102
|
+
{
|
96103
|
+
kind: "Argument",
|
96104
|
+
name: { kind: "Name", value: "id" },
|
96105
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96106
|
+
},
|
96107
|
+
],
|
96108
|
+
selectionSet: {
|
96109
|
+
kind: "SelectionSet",
|
96110
|
+
selections: [
|
96111
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewHasSubscribersPayload" } },
|
96112
|
+
],
|
96113
|
+
},
|
96114
|
+
},
|
96115
|
+
],
|
96116
|
+
},
|
96117
|
+
},
|
96118
|
+
...CustomViewHasSubscribersPayloadFragmentDoc.definitions,
|
96119
|
+
],
|
96120
|
+
};
|
96121
|
+
const CustomViewsDocument = {
|
96122
|
+
kind: "Document",
|
96123
|
+
definitions: [
|
96124
|
+
{
|
96125
|
+
kind: "OperationDefinition",
|
96126
|
+
operation: "query",
|
96127
|
+
name: { kind: "Name", value: "customViews" },
|
96128
|
+
variableDefinitions: [
|
95595
96129
|
{
|
95596
96130
|
kind: "VariableDefinition",
|
95597
96131
|
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
@@ -95602,11 +96136,268 @@ const Cycle_UncompletedIssuesUponCloseDocument = {
|
|
95602
96136
|
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
95603
96137
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
95604
96138
|
},
|
95605
|
-
{
|
95606
|
-
kind: "VariableDefinition",
|
95607
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
95608
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
95609
|
-
},
|
96139
|
+
{
|
96140
|
+
kind: "VariableDefinition",
|
96141
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96142
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96143
|
+
},
|
96144
|
+
{
|
96145
|
+
kind: "VariableDefinition",
|
96146
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96147
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96148
|
+
},
|
96149
|
+
{
|
96150
|
+
kind: "VariableDefinition",
|
96151
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96152
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96153
|
+
},
|
96154
|
+
{
|
96155
|
+
kind: "VariableDefinition",
|
96156
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96157
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
96158
|
+
},
|
96159
|
+
],
|
96160
|
+
selectionSet: {
|
96161
|
+
kind: "SelectionSet",
|
96162
|
+
selections: [
|
96163
|
+
{
|
96164
|
+
kind: "Field",
|
96165
|
+
name: { kind: "Name", value: "customViews" },
|
96166
|
+
arguments: [
|
96167
|
+
{
|
96168
|
+
kind: "Argument",
|
96169
|
+
name: { kind: "Name", value: "after" },
|
96170
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96171
|
+
},
|
96172
|
+
{
|
96173
|
+
kind: "Argument",
|
96174
|
+
name: { kind: "Name", value: "before" },
|
96175
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96176
|
+
},
|
96177
|
+
{
|
96178
|
+
kind: "Argument",
|
96179
|
+
name: { kind: "Name", value: "first" },
|
96180
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96181
|
+
},
|
96182
|
+
{
|
96183
|
+
kind: "Argument",
|
96184
|
+
name: { kind: "Name", value: "includeArchived" },
|
96185
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96186
|
+
},
|
96187
|
+
{
|
96188
|
+
kind: "Argument",
|
96189
|
+
name: { kind: "Name", value: "last" },
|
96190
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96191
|
+
},
|
96192
|
+
{
|
96193
|
+
kind: "Argument",
|
96194
|
+
name: { kind: "Name", value: "orderBy" },
|
96195
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96196
|
+
},
|
96197
|
+
],
|
96198
|
+
selectionSet: {
|
96199
|
+
kind: "SelectionSet",
|
96200
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CustomViewConnection" } }],
|
96201
|
+
},
|
96202
|
+
},
|
96203
|
+
],
|
96204
|
+
},
|
96205
|
+
},
|
96206
|
+
...CustomViewConnectionFragmentDoc.definitions,
|
96207
|
+
...CustomViewFragmentDoc.definitions,
|
96208
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
96209
|
+
...ViewPreferencesFragmentDoc.definitions,
|
96210
|
+
...PageInfoFragmentDoc.definitions,
|
96211
|
+
],
|
96212
|
+
};
|
96213
|
+
const CycleDocument = {
|
96214
|
+
kind: "Document",
|
96215
|
+
definitions: [
|
96216
|
+
{
|
96217
|
+
kind: "OperationDefinition",
|
96218
|
+
operation: "query",
|
96219
|
+
name: { kind: "Name", value: "cycle" },
|
96220
|
+
variableDefinitions: [
|
96221
|
+
{
|
96222
|
+
kind: "VariableDefinition",
|
96223
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96224
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96225
|
+
},
|
96226
|
+
],
|
96227
|
+
selectionSet: {
|
96228
|
+
kind: "SelectionSet",
|
96229
|
+
selections: [
|
96230
|
+
{
|
96231
|
+
kind: "Field",
|
96232
|
+
name: { kind: "Name", value: "cycle" },
|
96233
|
+
arguments: [
|
96234
|
+
{
|
96235
|
+
kind: "Argument",
|
96236
|
+
name: { kind: "Name", value: "id" },
|
96237
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96238
|
+
},
|
96239
|
+
],
|
96240
|
+
selectionSet: {
|
96241
|
+
kind: "SelectionSet",
|
96242
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Cycle" } }],
|
96243
|
+
},
|
96244
|
+
},
|
96245
|
+
],
|
96246
|
+
},
|
96247
|
+
},
|
96248
|
+
...CycleFragmentDoc.definitions,
|
96249
|
+
],
|
96250
|
+
};
|
96251
|
+
const Cycle_IssuesDocument = {
|
96252
|
+
kind: "Document",
|
96253
|
+
definitions: [
|
96254
|
+
{
|
96255
|
+
kind: "OperationDefinition",
|
96256
|
+
operation: "query",
|
96257
|
+
name: { kind: "Name", value: "cycle_issues" },
|
96258
|
+
variableDefinitions: [
|
96259
|
+
{
|
96260
|
+
kind: "VariableDefinition",
|
96261
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96262
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96263
|
+
},
|
96264
|
+
{
|
96265
|
+
kind: "VariableDefinition",
|
96266
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96267
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96268
|
+
},
|
96269
|
+
{
|
96270
|
+
kind: "VariableDefinition",
|
96271
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96272
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96273
|
+
},
|
96274
|
+
{
|
96275
|
+
kind: "VariableDefinition",
|
96276
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96277
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
96278
|
+
},
|
96279
|
+
{
|
96280
|
+
kind: "VariableDefinition",
|
96281
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96282
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96283
|
+
},
|
96284
|
+
{
|
96285
|
+
kind: "VariableDefinition",
|
96286
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96287
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
96288
|
+
},
|
96289
|
+
{
|
96290
|
+
kind: "VariableDefinition",
|
96291
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96292
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
96293
|
+
},
|
96294
|
+
{
|
96295
|
+
kind: "VariableDefinition",
|
96296
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96297
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
96298
|
+
},
|
96299
|
+
],
|
96300
|
+
selectionSet: {
|
96301
|
+
kind: "SelectionSet",
|
96302
|
+
selections: [
|
96303
|
+
{
|
96304
|
+
kind: "Field",
|
96305
|
+
name: { kind: "Name", value: "cycle" },
|
96306
|
+
arguments: [
|
96307
|
+
{
|
96308
|
+
kind: "Argument",
|
96309
|
+
name: { kind: "Name", value: "id" },
|
96310
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96311
|
+
},
|
96312
|
+
],
|
96313
|
+
selectionSet: {
|
96314
|
+
kind: "SelectionSet",
|
96315
|
+
selections: [
|
96316
|
+
{
|
96317
|
+
kind: "Field",
|
96318
|
+
name: { kind: "Name", value: "issues" },
|
96319
|
+
arguments: [
|
96320
|
+
{
|
96321
|
+
kind: "Argument",
|
96322
|
+
name: { kind: "Name", value: "after" },
|
96323
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96324
|
+
},
|
96325
|
+
{
|
96326
|
+
kind: "Argument",
|
96327
|
+
name: { kind: "Name", value: "before" },
|
96328
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96329
|
+
},
|
96330
|
+
{
|
96331
|
+
kind: "Argument",
|
96332
|
+
name: { kind: "Name", value: "filter" },
|
96333
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96334
|
+
},
|
96335
|
+
{
|
96336
|
+
kind: "Argument",
|
96337
|
+
name: { kind: "Name", value: "first" },
|
96338
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
96339
|
+
},
|
96340
|
+
{
|
96341
|
+
kind: "Argument",
|
96342
|
+
name: { kind: "Name", value: "includeArchived" },
|
96343
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
96344
|
+
},
|
96345
|
+
{
|
96346
|
+
kind: "Argument",
|
96347
|
+
name: { kind: "Name", value: "last" },
|
96348
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
96349
|
+
},
|
96350
|
+
{
|
96351
|
+
kind: "Argument",
|
96352
|
+
name: { kind: "Name", value: "orderBy" },
|
96353
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
96354
|
+
},
|
96355
|
+
],
|
96356
|
+
selectionSet: {
|
96357
|
+
kind: "SelectionSet",
|
96358
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
96359
|
+
},
|
96360
|
+
},
|
96361
|
+
],
|
96362
|
+
},
|
96363
|
+
},
|
96364
|
+
],
|
96365
|
+
},
|
96366
|
+
},
|
96367
|
+
...IssueConnectionFragmentDoc.definitions,
|
96368
|
+
...IssueFragmentDoc.definitions,
|
96369
|
+
...ActorBotFragmentDoc.definitions,
|
96370
|
+
...PageInfoFragmentDoc.definitions,
|
96371
|
+
],
|
96372
|
+
};
|
96373
|
+
const Cycle_UncompletedIssuesUponCloseDocument = {
|
96374
|
+
kind: "Document",
|
96375
|
+
definitions: [
|
96376
|
+
{
|
96377
|
+
kind: "OperationDefinition",
|
96378
|
+
operation: "query",
|
96379
|
+
name: { kind: "Name", value: "cycle_uncompletedIssuesUponClose" },
|
96380
|
+
variableDefinitions: [
|
96381
|
+
{
|
96382
|
+
kind: "VariableDefinition",
|
96383
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96384
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96385
|
+
},
|
96386
|
+
{
|
96387
|
+
kind: "VariableDefinition",
|
96388
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
96389
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96390
|
+
},
|
96391
|
+
{
|
96392
|
+
kind: "VariableDefinition",
|
96393
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
96394
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
96395
|
+
},
|
96396
|
+
{
|
96397
|
+
kind: "VariableDefinition",
|
96398
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
96399
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
96400
|
+
},
|
95610
96401
|
{
|
95611
96402
|
kind: "VariableDefinition",
|
95612
96403
|
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
@@ -96106,6 +96897,44 @@ const EmojisDocument = {
|
|
96106
96897
|
...PageInfoFragmentDoc.definitions,
|
96107
96898
|
],
|
96108
96899
|
};
|
96900
|
+
const EntityExternalLinkDocument = {
|
96901
|
+
kind: "Document",
|
96902
|
+
definitions: [
|
96903
|
+
{
|
96904
|
+
kind: "OperationDefinition",
|
96905
|
+
operation: "query",
|
96906
|
+
name: { kind: "Name", value: "entityExternalLink" },
|
96907
|
+
variableDefinitions: [
|
96908
|
+
{
|
96909
|
+
kind: "VariableDefinition",
|
96910
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96911
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96912
|
+
},
|
96913
|
+
],
|
96914
|
+
selectionSet: {
|
96915
|
+
kind: "SelectionSet",
|
96916
|
+
selections: [
|
96917
|
+
{
|
96918
|
+
kind: "Field",
|
96919
|
+
name: { kind: "Name", value: "entityExternalLink" },
|
96920
|
+
arguments: [
|
96921
|
+
{
|
96922
|
+
kind: "Argument",
|
96923
|
+
name: { kind: "Name", value: "id" },
|
96924
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96925
|
+
},
|
96926
|
+
],
|
96927
|
+
selectionSet: {
|
96928
|
+
kind: "SelectionSet",
|
96929
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
|
96930
|
+
},
|
96931
|
+
},
|
96932
|
+
],
|
96933
|
+
},
|
96934
|
+
},
|
96935
|
+
...EntityExternalLinkFragmentDoc.definitions,
|
96936
|
+
],
|
96937
|
+
};
|
96109
96938
|
const ExternalUserDocument = {
|
96110
96939
|
kind: "Document",
|
96111
96940
|
definitions: [
|
@@ -97385,6 +98214,7 @@ const Issue_HistoryDocument = {
|
|
97385
98214
|
...ActorBotFragmentDoc.definitions,
|
97386
98215
|
...IssueImportFragmentDoc.definitions,
|
97387
98216
|
...IssueLabelFragmentDoc.definitions,
|
98217
|
+
...UserFragmentDoc.definitions,
|
97388
98218
|
...PageInfoFragmentDoc.definitions,
|
97389
98219
|
],
|
97390
98220
|
};
|
@@ -99307,6 +100137,7 @@ const IssueVcsBranchSearch_HistoryDocument = {
|
|
99307
100137
|
...ActorBotFragmentDoc.definitions,
|
99308
100138
|
...IssueImportFragmentDoc.definitions,
|
99309
100139
|
...IssueLabelFragmentDoc.definitions,
|
100140
|
+
...UserFragmentDoc.definitions,
|
99310
100141
|
...PageInfoFragmentDoc.definitions,
|
99311
100142
|
],
|
99312
100143
|
};
|
@@ -99935,6 +100766,7 @@ const NotificationDocument = {
|
|
99935
100766
|
},
|
99936
100767
|
...NotificationFragmentDoc.definitions,
|
99937
100768
|
...ActorBotFragmentDoc.definitions,
|
100769
|
+
...DocumentNotificationFragmentDoc.definitions,
|
99938
100770
|
...IssueNotificationFragmentDoc.definitions,
|
99939
100771
|
...NotificationSubscriptionFragmentDoc.definitions,
|
99940
100772
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -100160,6 +100992,7 @@ const NotificationsDocument = {
|
|
100160
100992
|
...NotificationConnectionFragmentDoc.definitions,
|
100161
100993
|
...NotificationFragmentDoc.definitions,
|
100162
100994
|
...ActorBotFragmentDoc.definitions,
|
100995
|
+
...DocumentNotificationFragmentDoc.definitions,
|
100163
100996
|
...IssueNotificationFragmentDoc.definitions,
|
100164
100997
|
...NotificationSubscriptionFragmentDoc.definitions,
|
100165
100998
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -100190,6 +101023,7 @@ const OrganizationDocument = {
|
|
100190
101023
|
},
|
100191
101024
|
},
|
100192
101025
|
...OrganizationFragmentDoc.definitions,
|
101026
|
+
...ProjectStatusFragmentDoc.definitions,
|
100193
101027
|
...PaidSubscriptionFragmentDoc.definitions,
|
100194
101028
|
],
|
100195
101029
|
};
|
@@ -100953,6 +101787,7 @@ const ProjectDocument = {
|
|
100953
101787
|
},
|
100954
101788
|
},
|
100955
101789
|
...ProjectFragmentDoc.definitions,
|
101790
|
+
...ProjectStatusFragmentDoc.definitions,
|
100956
101791
|
],
|
100957
101792
|
};
|
100958
101793
|
const Project_DocumentsDocument = {
|
@@ -101674,6 +102509,53 @@ const Project_ProjectUpdatesDocument = {
|
|
101674
102509
|
...PageInfoFragmentDoc.definitions,
|
101675
102510
|
],
|
101676
102511
|
};
|
102512
|
+
const Project_StatusDocument = {
|
102513
|
+
kind: "Document",
|
102514
|
+
definitions: [
|
102515
|
+
{
|
102516
|
+
kind: "OperationDefinition",
|
102517
|
+
operation: "query",
|
102518
|
+
name: { kind: "Name", value: "project_status" },
|
102519
|
+
variableDefinitions: [
|
102520
|
+
{
|
102521
|
+
kind: "VariableDefinition",
|
102522
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102523
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102524
|
+
},
|
102525
|
+
],
|
102526
|
+
selectionSet: {
|
102527
|
+
kind: "SelectionSet",
|
102528
|
+
selections: [
|
102529
|
+
{
|
102530
|
+
kind: "Field",
|
102531
|
+
name: { kind: "Name", value: "project" },
|
102532
|
+
arguments: [
|
102533
|
+
{
|
102534
|
+
kind: "Argument",
|
102535
|
+
name: { kind: "Name", value: "id" },
|
102536
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102537
|
+
},
|
102538
|
+
],
|
102539
|
+
selectionSet: {
|
102540
|
+
kind: "SelectionSet",
|
102541
|
+
selections: [
|
102542
|
+
{
|
102543
|
+
kind: "Field",
|
102544
|
+
name: { kind: "Name", value: "status" },
|
102545
|
+
selectionSet: {
|
102546
|
+
kind: "SelectionSet",
|
102547
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
102548
|
+
},
|
102549
|
+
},
|
102550
|
+
],
|
102551
|
+
},
|
102552
|
+
},
|
102553
|
+
],
|
102554
|
+
},
|
102555
|
+
},
|
102556
|
+
...ProjectStatusFragmentDoc.definitions,
|
102557
|
+
],
|
102558
|
+
};
|
101677
102559
|
const Project_TeamsDocument = {
|
101678
102560
|
kind: "Document",
|
101679
102561
|
definitions: [
|
@@ -102221,6 +103103,134 @@ const ProjectMilestonesDocument = {
|
|
102221
103103
|
...PageInfoFragmentDoc.definitions,
|
102222
103104
|
],
|
102223
103105
|
};
|
103106
|
+
const ProjectRelationDocument = {
|
103107
|
+
kind: "Document",
|
103108
|
+
definitions: [
|
103109
|
+
{
|
103110
|
+
kind: "OperationDefinition",
|
103111
|
+
operation: "query",
|
103112
|
+
name: { kind: "Name", value: "projectRelation" },
|
103113
|
+
variableDefinitions: [
|
103114
|
+
{
|
103115
|
+
kind: "VariableDefinition",
|
103116
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
103117
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
103118
|
+
},
|
103119
|
+
],
|
103120
|
+
selectionSet: {
|
103121
|
+
kind: "SelectionSet",
|
103122
|
+
selections: [
|
103123
|
+
{
|
103124
|
+
kind: "Field",
|
103125
|
+
name: { kind: "Name", value: "projectRelation" },
|
103126
|
+
arguments: [
|
103127
|
+
{
|
103128
|
+
kind: "Argument",
|
103129
|
+
name: { kind: "Name", value: "id" },
|
103130
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
103131
|
+
},
|
103132
|
+
],
|
103133
|
+
selectionSet: {
|
103134
|
+
kind: "SelectionSet",
|
103135
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
|
103136
|
+
},
|
103137
|
+
},
|
103138
|
+
],
|
103139
|
+
},
|
103140
|
+
},
|
103141
|
+
...ProjectRelationFragmentDoc.definitions,
|
103142
|
+
],
|
103143
|
+
};
|
103144
|
+
const ProjectRelationsDocument = {
|
103145
|
+
kind: "Document",
|
103146
|
+
definitions: [
|
103147
|
+
{
|
103148
|
+
kind: "OperationDefinition",
|
103149
|
+
operation: "query",
|
103150
|
+
name: { kind: "Name", value: "projectRelations" },
|
103151
|
+
variableDefinitions: [
|
103152
|
+
{
|
103153
|
+
kind: "VariableDefinition",
|
103154
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103155
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103156
|
+
},
|
103157
|
+
{
|
103158
|
+
kind: "VariableDefinition",
|
103159
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103160
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103161
|
+
},
|
103162
|
+
{
|
103163
|
+
kind: "VariableDefinition",
|
103164
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103165
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103166
|
+
},
|
103167
|
+
{
|
103168
|
+
kind: "VariableDefinition",
|
103169
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103170
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
103171
|
+
},
|
103172
|
+
{
|
103173
|
+
kind: "VariableDefinition",
|
103174
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103175
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103176
|
+
},
|
103177
|
+
{
|
103178
|
+
kind: "VariableDefinition",
|
103179
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
103180
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
103181
|
+
},
|
103182
|
+
],
|
103183
|
+
selectionSet: {
|
103184
|
+
kind: "SelectionSet",
|
103185
|
+
selections: [
|
103186
|
+
{
|
103187
|
+
kind: "Field",
|
103188
|
+
name: { kind: "Name", value: "projectRelations" },
|
103189
|
+
arguments: [
|
103190
|
+
{
|
103191
|
+
kind: "Argument",
|
103192
|
+
name: { kind: "Name", value: "after" },
|
103193
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103194
|
+
},
|
103195
|
+
{
|
103196
|
+
kind: "Argument",
|
103197
|
+
name: { kind: "Name", value: "before" },
|
103198
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103199
|
+
},
|
103200
|
+
{
|
103201
|
+
kind: "Argument",
|
103202
|
+
name: { kind: "Name", value: "first" },
|
103203
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103204
|
+
},
|
103205
|
+
{
|
103206
|
+
kind: "Argument",
|
103207
|
+
name: { kind: "Name", value: "includeArchived" },
|
103208
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103209
|
+
},
|
103210
|
+
{
|
103211
|
+
kind: "Argument",
|
103212
|
+
name: { kind: "Name", value: "last" },
|
103213
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103214
|
+
},
|
103215
|
+
{
|
103216
|
+
kind: "Argument",
|
103217
|
+
name: { kind: "Name", value: "orderBy" },
|
103218
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
103219
|
+
},
|
103220
|
+
],
|
103221
|
+
selectionSet: {
|
103222
|
+
kind: "SelectionSet",
|
103223
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelationConnection" } }],
|
103224
|
+
},
|
103225
|
+
},
|
103226
|
+
],
|
103227
|
+
},
|
103228
|
+
},
|
103229
|
+
...ProjectRelationConnectionFragmentDoc.definitions,
|
103230
|
+
...ProjectRelationFragmentDoc.definitions,
|
103231
|
+
...PageInfoFragmentDoc.definitions,
|
103232
|
+
],
|
103233
|
+
};
|
102224
103234
|
const ProjectUpdateDocument = {
|
102225
103235
|
kind: "Document",
|
102226
103236
|
definitions: [
|
@@ -102259,6 +103269,129 @@ const ProjectUpdateDocument = {
|
|
102259
103269
|
...ProjectUpdateFragmentDoc.definitions,
|
102260
103270
|
],
|
102261
103271
|
};
|
103272
|
+
const ProjectUpdate_CommentsDocument = {
|
103273
|
+
kind: "Document",
|
103274
|
+
definitions: [
|
103275
|
+
{
|
103276
|
+
kind: "OperationDefinition",
|
103277
|
+
operation: "query",
|
103278
|
+
name: { kind: "Name", value: "projectUpdate_comments" },
|
103279
|
+
variableDefinitions: [
|
103280
|
+
{
|
103281
|
+
kind: "VariableDefinition",
|
103282
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
103283
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
103284
|
+
},
|
103285
|
+
{
|
103286
|
+
kind: "VariableDefinition",
|
103287
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103288
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103289
|
+
},
|
103290
|
+
{
|
103291
|
+
kind: "VariableDefinition",
|
103292
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103293
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103294
|
+
},
|
103295
|
+
{
|
103296
|
+
kind: "VariableDefinition",
|
103297
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
103298
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
|
103299
|
+
},
|
103300
|
+
{
|
103301
|
+
kind: "VariableDefinition",
|
103302
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103303
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103304
|
+
},
|
103305
|
+
{
|
103306
|
+
kind: "VariableDefinition",
|
103307
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103308
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
103309
|
+
},
|
103310
|
+
{
|
103311
|
+
kind: "VariableDefinition",
|
103312
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103313
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103314
|
+
},
|
103315
|
+
{
|
103316
|
+
kind: "VariableDefinition",
|
103317
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
103318
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
103319
|
+
},
|
103320
|
+
],
|
103321
|
+
selectionSet: {
|
103322
|
+
kind: "SelectionSet",
|
103323
|
+
selections: [
|
103324
|
+
{
|
103325
|
+
kind: "Field",
|
103326
|
+
name: { kind: "Name", value: "projectUpdate" },
|
103327
|
+
arguments: [
|
103328
|
+
{
|
103329
|
+
kind: "Argument",
|
103330
|
+
name: { kind: "Name", value: "id" },
|
103331
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
103332
|
+
},
|
103333
|
+
],
|
103334
|
+
selectionSet: {
|
103335
|
+
kind: "SelectionSet",
|
103336
|
+
selections: [
|
103337
|
+
{
|
103338
|
+
kind: "Field",
|
103339
|
+
name: { kind: "Name", value: "comments" },
|
103340
|
+
arguments: [
|
103341
|
+
{
|
103342
|
+
kind: "Argument",
|
103343
|
+
name: { kind: "Name", value: "after" },
|
103344
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103345
|
+
},
|
103346
|
+
{
|
103347
|
+
kind: "Argument",
|
103348
|
+
name: { kind: "Name", value: "before" },
|
103349
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103350
|
+
},
|
103351
|
+
{
|
103352
|
+
kind: "Argument",
|
103353
|
+
name: { kind: "Name", value: "filter" },
|
103354
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
103355
|
+
},
|
103356
|
+
{
|
103357
|
+
kind: "Argument",
|
103358
|
+
name: { kind: "Name", value: "first" },
|
103359
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103360
|
+
},
|
103361
|
+
{
|
103362
|
+
kind: "Argument",
|
103363
|
+
name: { kind: "Name", value: "includeArchived" },
|
103364
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103365
|
+
},
|
103366
|
+
{
|
103367
|
+
kind: "Argument",
|
103368
|
+
name: { kind: "Name", value: "last" },
|
103369
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103370
|
+
},
|
103371
|
+
{
|
103372
|
+
kind: "Argument",
|
103373
|
+
name: { kind: "Name", value: "orderBy" },
|
103374
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
103375
|
+
},
|
103376
|
+
],
|
103377
|
+
selectionSet: {
|
103378
|
+
kind: "SelectionSet",
|
103379
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CommentConnection" } }],
|
103380
|
+
},
|
103381
|
+
},
|
103382
|
+
],
|
103383
|
+
},
|
103384
|
+
},
|
103385
|
+
],
|
103386
|
+
},
|
103387
|
+
},
|
103388
|
+
...CommentConnectionFragmentDoc.definitions,
|
103389
|
+
...CommentFragmentDoc.definitions,
|
103390
|
+
...ActorBotFragmentDoc.definitions,
|
103391
|
+
...DocumentContentFragmentDoc.definitions,
|
103392
|
+
...PageInfoFragmentDoc.definitions,
|
103393
|
+
],
|
103394
|
+
};
|
102262
103395
|
const ProjectUpdateInteractionDocument = {
|
102263
103396
|
kind: "Document",
|
102264
103397
|
definitions: [
|
@@ -102586,6 +103719,7 @@ const ProjectsDocument = {
|
|
102586
103719
|
},
|
102587
103720
|
...ProjectConnectionFragmentDoc.definitions,
|
102588
103721
|
...ProjectFragmentDoc.definitions,
|
103722
|
+
...ProjectStatusFragmentDoc.definitions,
|
102589
103723
|
...PageInfoFragmentDoc.definitions,
|
102590
103724
|
],
|
102591
103725
|
};
|
@@ -102818,6 +103952,7 @@ const Roadmap_ProjectsDocument = {
|
|
102818
103952
|
},
|
102819
103953
|
...ProjectConnectionFragmentDoc.definitions,
|
102820
103954
|
...ProjectFragmentDoc.definitions,
|
103955
|
+
...ProjectStatusFragmentDoc.definitions,
|
102821
103956
|
...PageInfoFragmentDoc.definitions,
|
102822
103957
|
],
|
102823
103958
|
};
|
@@ -103724,6 +104859,7 @@ const SearchProjectsDocument = {
|
|
103724
104859
|
...ProjectSearchPayloadFragmentDoc.definitions,
|
103725
104860
|
...ArchiveResponseFragmentDoc.definitions,
|
103726
104861
|
...ProjectSearchResultFragmentDoc.definitions,
|
104862
|
+
...ProjectStatusFragmentDoc.definitions,
|
103727
104863
|
...PageInfoFragmentDoc.definitions,
|
103728
104864
|
],
|
103729
104865
|
};
|
@@ -104788,6 +105924,7 @@ const Team_ProjectsDocument = {
|
|
104788
105924
|
},
|
104789
105925
|
...ProjectConnectionFragmentDoc.definitions,
|
104790
105926
|
...ProjectFragmentDoc.definitions,
|
105927
|
+
...ProjectStatusFragmentDoc.definitions,
|
104791
105928
|
...PageInfoFragmentDoc.definitions,
|
104792
105929
|
],
|
104793
105930
|
};
|
@@ -107872,6 +109009,11 @@ const AttachmentLinkSlackDocument = {
|
|
107872
109009
|
variable: { kind: "Variable", name: { kind: "Name", value: "latest" } },
|
107873
109010
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107874
109011
|
},
|
109012
|
+
{
|
109013
|
+
kind: "VariableDefinition",
|
109014
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
|
109015
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
109016
|
+
},
|
107875
109017
|
{
|
107876
109018
|
kind: "VariableDefinition",
|
107877
109019
|
variable: { kind: "Variable", name: { kind: "Name", value: "title" } },
|
@@ -107925,6 +109067,11 @@ const AttachmentLinkSlackDocument = {
|
|
107925
109067
|
name: { kind: "Name", value: "latest" },
|
107926
109068
|
value: { kind: "Variable", name: { kind: "Name", value: "latest" } },
|
107927
109069
|
},
|
109070
|
+
{
|
109071
|
+
kind: "Argument",
|
109072
|
+
name: { kind: "Name", value: "syncToCommentThread" },
|
109073
|
+
value: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
|
109074
|
+
},
|
107928
109075
|
{
|
107929
109076
|
kind: "Argument",
|
107930
109077
|
name: { kind: "Name", value: "title" },
|
@@ -109379,6 +110526,136 @@ const DeleteEmojiDocument = {
|
|
109379
110526
|
...DeletePayloadFragmentDoc.definitions,
|
109380
110527
|
],
|
109381
110528
|
};
|
110529
|
+
const CreateEntityExternalLinkDocument = {
|
110530
|
+
kind: "Document",
|
110531
|
+
definitions: [
|
110532
|
+
{
|
110533
|
+
kind: "OperationDefinition",
|
110534
|
+
operation: "mutation",
|
110535
|
+
name: { kind: "Name", value: "createEntityExternalLink" },
|
110536
|
+
variableDefinitions: [
|
110537
|
+
{
|
110538
|
+
kind: "VariableDefinition",
|
110539
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110540
|
+
type: {
|
110541
|
+
kind: "NonNullType",
|
110542
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkCreateInput" } },
|
110543
|
+
},
|
110544
|
+
},
|
110545
|
+
],
|
110546
|
+
selectionSet: {
|
110547
|
+
kind: "SelectionSet",
|
110548
|
+
selections: [
|
110549
|
+
{
|
110550
|
+
kind: "Field",
|
110551
|
+
name: { kind: "Name", value: "entityExternalLinkCreate" },
|
110552
|
+
arguments: [
|
110553
|
+
{
|
110554
|
+
kind: "Argument",
|
110555
|
+
name: { kind: "Name", value: "input" },
|
110556
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110557
|
+
},
|
110558
|
+
],
|
110559
|
+
selectionSet: {
|
110560
|
+
kind: "SelectionSet",
|
110561
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
|
110562
|
+
},
|
110563
|
+
},
|
110564
|
+
],
|
110565
|
+
},
|
110566
|
+
},
|
110567
|
+
...EntityExternalLinkPayloadFragmentDoc.definitions,
|
110568
|
+
],
|
110569
|
+
};
|
110570
|
+
const DeleteEntityExternalLinkDocument = {
|
110571
|
+
kind: "Document",
|
110572
|
+
definitions: [
|
110573
|
+
{
|
110574
|
+
kind: "OperationDefinition",
|
110575
|
+
operation: "mutation",
|
110576
|
+
name: { kind: "Name", value: "deleteEntityExternalLink" },
|
110577
|
+
variableDefinitions: [
|
110578
|
+
{
|
110579
|
+
kind: "VariableDefinition",
|
110580
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110581
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110582
|
+
},
|
110583
|
+
],
|
110584
|
+
selectionSet: {
|
110585
|
+
kind: "SelectionSet",
|
110586
|
+
selections: [
|
110587
|
+
{
|
110588
|
+
kind: "Field",
|
110589
|
+
name: { kind: "Name", value: "entityExternalLinkDelete" },
|
110590
|
+
arguments: [
|
110591
|
+
{
|
110592
|
+
kind: "Argument",
|
110593
|
+
name: { kind: "Name", value: "id" },
|
110594
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110595
|
+
},
|
110596
|
+
],
|
110597
|
+
selectionSet: {
|
110598
|
+
kind: "SelectionSet",
|
110599
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
110600
|
+
},
|
110601
|
+
},
|
110602
|
+
],
|
110603
|
+
},
|
110604
|
+
},
|
110605
|
+
...DeletePayloadFragmentDoc.definitions,
|
110606
|
+
],
|
110607
|
+
};
|
110608
|
+
const UpdateEntityExternalLinkDocument = {
|
110609
|
+
kind: "Document",
|
110610
|
+
definitions: [
|
110611
|
+
{
|
110612
|
+
kind: "OperationDefinition",
|
110613
|
+
operation: "mutation",
|
110614
|
+
name: { kind: "Name", value: "updateEntityExternalLink" },
|
110615
|
+
variableDefinitions: [
|
110616
|
+
{
|
110617
|
+
kind: "VariableDefinition",
|
110618
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110619
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110620
|
+
},
|
110621
|
+
{
|
110622
|
+
kind: "VariableDefinition",
|
110623
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110624
|
+
type: {
|
110625
|
+
kind: "NonNullType",
|
110626
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkUpdateInput" } },
|
110627
|
+
},
|
110628
|
+
},
|
110629
|
+
],
|
110630
|
+
selectionSet: {
|
110631
|
+
kind: "SelectionSet",
|
110632
|
+
selections: [
|
110633
|
+
{
|
110634
|
+
kind: "Field",
|
110635
|
+
name: { kind: "Name", value: "entityExternalLinkUpdate" },
|
110636
|
+
arguments: [
|
110637
|
+
{
|
110638
|
+
kind: "Argument",
|
110639
|
+
name: { kind: "Name", value: "id" },
|
110640
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110641
|
+
},
|
110642
|
+
{
|
110643
|
+
kind: "Argument",
|
110644
|
+
name: { kind: "Name", value: "input" },
|
110645
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110646
|
+
},
|
110647
|
+
],
|
110648
|
+
selectionSet: {
|
110649
|
+
kind: "SelectionSet",
|
110650
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
|
110651
|
+
},
|
110652
|
+
},
|
110653
|
+
],
|
110654
|
+
},
|
110655
|
+
},
|
110656
|
+
...EntityExternalLinkPayloadFragmentDoc.definitions,
|
110657
|
+
],
|
110658
|
+
};
|
109382
110659
|
const CreateFavoriteDocument = {
|
109383
110660
|
kind: "Document",
|
109384
110661
|
definitions: [
|
@@ -112486,6 +113763,11 @@ const UpdateIssueLabelDocument = {
|
|
112486
113763
|
type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelUpdateInput" } },
|
112487
113764
|
},
|
112488
113765
|
},
|
113766
|
+
{
|
113767
|
+
kind: "VariableDefinition",
|
113768
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
|
113769
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
113770
|
+
},
|
112489
113771
|
],
|
112490
113772
|
selectionSet: {
|
112491
113773
|
kind: "SelectionSet",
|
@@ -112504,6 +113786,11 @@ const UpdateIssueLabelDocument = {
|
|
112504
113786
|
name: { kind: "Name", value: "input" },
|
112505
113787
|
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
112506
113788
|
},
|
113789
|
+
{
|
113790
|
+
kind: "Argument",
|
113791
|
+
name: { kind: "Name", value: "replaceTeamLabels" },
|
113792
|
+
value: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
|
113793
|
+
},
|
112507
113794
|
],
|
112508
113795
|
selectionSet: {
|
112509
113796
|
kind: "SelectionSet",
|
@@ -113159,6 +114446,7 @@ const ArchiveNotificationDocument = {
|
|
113159
114446
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
113160
114447
|
...NotificationFragmentDoc.definitions,
|
113161
114448
|
...ActorBotFragmentDoc.definitions,
|
114449
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113162
114450
|
...IssueNotificationFragmentDoc.definitions,
|
113163
114451
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113164
114452
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113207,6 +114495,7 @@ const NotificationArchiveAllDocument = {
|
|
113207
114495
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113208
114496
|
...NotificationFragmentDoc.definitions,
|
113209
114497
|
...ActorBotFragmentDoc.definitions,
|
114498
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113210
114499
|
...IssueNotificationFragmentDoc.definitions,
|
113211
114500
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113212
114501
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113265,6 +114554,7 @@ const NotificationMarkReadAllDocument = {
|
|
113265
114554
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113266
114555
|
...NotificationFragmentDoc.definitions,
|
113267
114556
|
...ActorBotFragmentDoc.definitions,
|
114557
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113268
114558
|
...IssueNotificationFragmentDoc.definitions,
|
113269
114559
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113270
114560
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113313,6 +114603,7 @@ const NotificationMarkUnreadAllDocument = {
|
|
113313
114603
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113314
114604
|
...NotificationFragmentDoc.definitions,
|
113315
114605
|
...ActorBotFragmentDoc.definitions,
|
114606
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113316
114607
|
...IssueNotificationFragmentDoc.definitions,
|
113317
114608
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113318
114609
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113371,6 +114662,7 @@ const NotificationSnoozeAllDocument = {
|
|
113371
114662
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113372
114663
|
...NotificationFragmentDoc.definitions,
|
113373
114664
|
...ActorBotFragmentDoc.definitions,
|
114665
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113374
114666
|
...IssueNotificationFragmentDoc.definitions,
|
113375
114667
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113376
114668
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113552,6 +114844,7 @@ const UnarchiveNotificationDocument = {
|
|
113552
114844
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
113553
114845
|
...NotificationFragmentDoc.definitions,
|
113554
114846
|
...ActorBotFragmentDoc.definitions,
|
114847
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113555
114848
|
...IssueNotificationFragmentDoc.definitions,
|
113556
114849
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113557
114850
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113610,6 +114903,7 @@ const NotificationUnsnoozeAllDocument = {
|
|
113610
114903
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113611
114904
|
...NotificationFragmentDoc.definitions,
|
113612
114905
|
...ActorBotFragmentDoc.definitions,
|
114906
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113613
114907
|
...IssueNotificationFragmentDoc.definitions,
|
113614
114908
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113615
114909
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113668,6 +114962,7 @@ const UpdateNotificationDocument = {
|
|
113668
114962
|
...NotificationPayloadFragmentDoc.definitions,
|
113669
114963
|
...NotificationFragmentDoc.definitions,
|
113670
114964
|
...ActorBotFragmentDoc.definitions,
|
114965
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113671
114966
|
...IssueNotificationFragmentDoc.definitions,
|
113672
114967
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113673
114968
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -116407,6 +117702,7 @@ const CreateViewPreferencesDocument = {
|
|
116407
117702
|
},
|
116408
117703
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
116409
117704
|
...ViewPreferencesFragmentDoc.definitions,
|
117705
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
116410
117706
|
],
|
116411
117707
|
};
|
116412
117708
|
const DeleteViewPreferencesDocument = {
|
@@ -116497,6 +117793,7 @@ const UpdateViewPreferencesDocument = {
|
|
116497
117793
|
},
|
116498
117794
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
116499
117795
|
...ViewPreferencesFragmentDoc.definitions,
|
117796
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
116500
117797
|
],
|
116501
117798
|
};
|
116502
117799
|
const CreateWebhookDocument = {
|
@@ -116781,7 +118078,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116781
118078
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
116782
118079
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
116783
118080
|
get ReleaseChannel () { return ReleaseChannel; },
|
116784
|
-
get
|
118081
|
+
get SLADayCountType () { return SLADayCountType; },
|
116785
118082
|
get SendStrategy () { return SendStrategy; },
|
116786
118083
|
get SlaStatus () { return SlaStatus; },
|
116787
118084
|
get SlackChannelType () { return SlackChannelType; },
|
@@ -116806,6 +118103,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116806
118103
|
InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
|
116807
118104
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
116808
118105
|
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
118106
|
+
DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
|
116809
118107
|
NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
|
116810
118108
|
IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
|
116811
118109
|
OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
|
@@ -116827,6 +118125,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116827
118125
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
116828
118126
|
AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
|
116829
118127
|
AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
|
118128
|
+
ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
|
116830
118129
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
116831
118130
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
116832
118131
|
AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
|
@@ -116883,6 +118182,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116883
118182
|
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
116884
118183
|
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
116885
118184
|
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
118185
|
+
AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
|
118186
|
+
AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
|
116886
118187
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
116887
118188
|
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
116888
118189
|
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
@@ -116894,6 +118195,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116894
118195
|
ContactPayloadFragmentDoc: ContactPayloadFragmentDoc,
|
116895
118196
|
CreateCsvExportReportPayloadFragmentDoc: CreateCsvExportReportPayloadFragmentDoc,
|
116896
118197
|
CreateOrJoinOrganizationResponseFragmentDoc: CreateOrJoinOrganizationResponseFragmentDoc,
|
118198
|
+
ViewPreferencesValuesFragmentDoc: ViewPreferencesValuesFragmentDoc,
|
118199
|
+
ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
|
116897
118200
|
CustomViewFragmentDoc: CustomViewFragmentDoc,
|
116898
118201
|
CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
|
116899
118202
|
CustomViewHasSubscribersPayloadFragmentDoc: CustomViewHasSubscribersPayloadFragmentDoc,
|
@@ -116918,6 +118221,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116918
118221
|
EmojiFragmentDoc: EmojiFragmentDoc,
|
116919
118222
|
EmojiConnectionFragmentDoc: EmojiConnectionFragmentDoc,
|
116920
118223
|
EmojiPayloadFragmentDoc: EmojiPayloadFragmentDoc,
|
118224
|
+
EntityExternalLinkFragmentDoc: EntityExternalLinkFragmentDoc,
|
118225
|
+
EntityExternalLinkConnectionFragmentDoc: EntityExternalLinkConnectionFragmentDoc,
|
118226
|
+
EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
|
116921
118227
|
ExternalUserFragmentDoc: ExternalUserFragmentDoc,
|
116922
118228
|
ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
|
116923
118229
|
FavoriteFragmentDoc: FavoriteFragmentDoc,
|
@@ -116949,6 +118255,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116949
118255
|
IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
|
116950
118256
|
IssueImportFragmentDoc: IssueImportFragmentDoc,
|
116951
118257
|
IssueLabelFragmentDoc: IssueLabelFragmentDoc,
|
118258
|
+
UserFragmentDoc: UserFragmentDoc,
|
116952
118259
|
IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
|
116953
118260
|
IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
|
116954
118261
|
IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
|
@@ -116973,6 +118280,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116973
118280
|
NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
|
116974
118281
|
OauthClientFragmentDoc: OauthClientFragmentDoc,
|
116975
118282
|
OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
|
118283
|
+
OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc,
|
116976
118284
|
OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
|
116977
118285
|
OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
|
116978
118286
|
OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
|
@@ -116994,9 +118302,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116994
118302
|
ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
|
116995
118303
|
ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
|
116996
118304
|
ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
|
118305
|
+
ProjectRelationFragmentDoc: ProjectRelationFragmentDoc,
|
118306
|
+
ProjectRelationConnectionFragmentDoc: ProjectRelationConnectionFragmentDoc,
|
118307
|
+
ProjectRelationPayloadFragmentDoc: ProjectRelationPayloadFragmentDoc,
|
116997
118308
|
ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
|
116998
118309
|
ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
|
116999
118310
|
ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
|
118311
|
+
ProjectStatusConnectionFragmentDoc: ProjectStatusConnectionFragmentDoc,
|
117000
118312
|
ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
|
117001
118313
|
ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
|
117002
118314
|
ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
|
@@ -117045,13 +118357,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117045
118357
|
UploadFileFragmentDoc: UploadFileFragmentDoc,
|
117046
118358
|
UploadPayloadFragmentDoc: UploadPayloadFragmentDoc,
|
117047
118359
|
UserAdminPayloadFragmentDoc: UserAdminPayloadFragmentDoc,
|
117048
|
-
UserFragmentDoc: UserFragmentDoc,
|
117049
118360
|
UserConnectionFragmentDoc: UserConnectionFragmentDoc,
|
117050
118361
|
UserPayloadFragmentDoc: UserPayloadFragmentDoc,
|
117051
118362
|
UserSettingsFlagPayloadFragmentDoc: UserSettingsFlagPayloadFragmentDoc,
|
117052
118363
|
UserSettingsFlagsResetPayloadFragmentDoc: UserSettingsFlagsResetPayloadFragmentDoc,
|
117053
118364
|
UserSettingsPayloadFragmentDoc: UserSettingsPayloadFragmentDoc,
|
117054
|
-
ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
|
117055
118365
|
ViewPreferencesPayloadFragmentDoc: ViewPreferencesPayloadFragmentDoc,
|
117056
118366
|
WebhookFragmentDoc: WebhookFragmentDoc,
|
117057
118367
|
WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
|
@@ -117091,6 +118401,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117091
118401
|
CommentsDocument: CommentsDocument,
|
117092
118402
|
CustomViewDocument: CustomViewDocument,
|
117093
118403
|
CustomView_IssuesDocument: CustomView_IssuesDocument,
|
118404
|
+
CustomView_OrganizationViewPreferencesDocument: CustomView_OrganizationViewPreferencesDocument,
|
118405
|
+
CustomView_OrganizationViewPreferences_PreferencesDocument: CustomView_OrganizationViewPreferences_PreferencesDocument,
|
118406
|
+
CustomView_UserViewPreferencesDocument: CustomView_UserViewPreferencesDocument,
|
118407
|
+
CustomView_UserViewPreferences_PreferencesDocument: CustomView_UserViewPreferences_PreferencesDocument,
|
118408
|
+
CustomView_ViewPreferencesValuesDocument: CustomView_ViewPreferencesValuesDocument,
|
117094
118409
|
CustomViewHasSubscribersDocument: CustomViewHasSubscribersDocument,
|
117095
118410
|
CustomViewsDocument: CustomViewsDocument,
|
117096
118411
|
CycleDocument: CycleDocument,
|
@@ -117102,6 +118417,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117102
118417
|
DocumentsDocument: DocumentsDocument,
|
117103
118418
|
EmojiDocument: EmojiDocument,
|
117104
118419
|
EmojisDocument: EmojisDocument,
|
118420
|
+
EntityExternalLinkDocument: EntityExternalLinkDocument,
|
117105
118421
|
ExternalUserDocument: ExternalUserDocument,
|
117106
118422
|
ExternalUsersDocument: ExternalUsersDocument,
|
117107
118423
|
FavoriteDocument: FavoriteDocument,
|
@@ -117167,6 +118483,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117167
118483
|
Project_MembersDocument: Project_MembersDocument,
|
117168
118484
|
Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
|
117169
118485
|
Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
|
118486
|
+
Project_StatusDocument: Project_StatusDocument,
|
117170
118487
|
Project_TeamsDocument: Project_TeamsDocument,
|
117171
118488
|
ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
|
117172
118489
|
ProjectLinkDocument: ProjectLinkDocument,
|
@@ -117174,7 +118491,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117174
118491
|
ProjectMilestoneDocument: ProjectMilestoneDocument,
|
117175
118492
|
ProjectMilestone_IssuesDocument: ProjectMilestone_IssuesDocument,
|
117176
118493
|
ProjectMilestonesDocument: ProjectMilestonesDocument,
|
118494
|
+
ProjectRelationDocument: ProjectRelationDocument,
|
118495
|
+
ProjectRelationsDocument: ProjectRelationsDocument,
|
117177
118496
|
ProjectUpdateDocument: ProjectUpdateDocument,
|
118497
|
+
ProjectUpdate_CommentsDocument: ProjectUpdate_CommentsDocument,
|
117178
118498
|
ProjectUpdateInteractionDocument: ProjectUpdateInteractionDocument,
|
117179
118499
|
ProjectUpdateInteractionsDocument: ProjectUpdateInteractionsDocument,
|
117180
118500
|
ProjectUpdatesDocument: ProjectUpdatesDocument,
|
@@ -117272,6 +118592,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117272
118592
|
EmailUserAccountAuthChallengeDocument: EmailUserAccountAuthChallengeDocument,
|
117273
118593
|
CreateEmojiDocument: CreateEmojiDocument,
|
117274
118594
|
DeleteEmojiDocument: DeleteEmojiDocument,
|
118595
|
+
CreateEntityExternalLinkDocument: CreateEntityExternalLinkDocument,
|
118596
|
+
DeleteEntityExternalLinkDocument: DeleteEntityExternalLinkDocument,
|
118597
|
+
UpdateEntityExternalLinkDocument: UpdateEntityExternalLinkDocument,
|
117275
118598
|
CreateFavoriteDocument: CreateFavoriteDocument,
|
117276
118599
|
DeleteFavoriteDocument: DeleteFavoriteDocument,
|
117277
118600
|
UpdateFavoriteDocument: UpdateFavoriteDocument,
|
@@ -118043,6 +119366,7 @@ class AuthOrganization extends Request {
|
|
118043
119366
|
this.serviceId = data.serviceId;
|
118044
119367
|
this.urlKey = data.urlKey;
|
118045
119368
|
this.userCount = data.userCount;
|
119369
|
+
this.releaseChannel = data.releaseChannel;
|
118046
119370
|
}
|
118047
119371
|
}
|
118048
119372
|
/**
|
@@ -118060,6 +119384,20 @@ class AuthOrganizationDomain extends Request {
|
|
118060
119384
|
this.name = data.name;
|
118061
119385
|
this.organizationId = data.organizationId;
|
118062
119386
|
this.verified = data.verified;
|
119387
|
+
this.authType = data.authType;
|
119388
|
+
}
|
119389
|
+
}
|
119390
|
+
/**
|
119391
|
+
* AuthOrganizationExistsPayload model
|
119392
|
+
*
|
119393
|
+
* @param request - function to call the graphql client
|
119394
|
+
* @param data - L.AuthOrganizationExistsPayloadFragment response data
|
119395
|
+
*/
|
119396
|
+
class AuthOrganizationExistsPayload extends Request {
|
119397
|
+
constructor(request, data) {
|
119398
|
+
super(request);
|
119399
|
+
this.exists = data.exists;
|
119400
|
+
this.success = data.success;
|
118063
119401
|
}
|
118064
119402
|
}
|
118065
119403
|
/**
|
@@ -118076,6 +119414,19 @@ class AuthOrganizationInvite extends Request {
|
|
118076
119414
|
this.id = data.id;
|
118077
119415
|
}
|
118078
119416
|
}
|
119417
|
+
/**
|
119418
|
+
* AuthOrganizationPayload model
|
119419
|
+
*
|
119420
|
+
* @param request - function to call the graphql client
|
119421
|
+
* @param data - L.AuthOrganizationPayloadFragment response data
|
119422
|
+
*/
|
119423
|
+
class AuthOrganizationPayload extends Request {
|
119424
|
+
constructor(request, data) {
|
119425
|
+
super(request);
|
119426
|
+
this.success = data.success;
|
119427
|
+
this.authOrganization = new AuthOrganization(request, data.authOrganization);
|
119428
|
+
}
|
119429
|
+
}
|
118079
119430
|
/**
|
118080
119431
|
* AuthResolverResponse model
|
118081
119432
|
*
|
@@ -118140,7 +119491,7 @@ class AuthUser extends Request {
|
|
118140
119491
|
*/
|
118141
119492
|
class AuthenticationSession extends Request {
|
118142
119493
|
constructor(request, data) {
|
118143
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
119494
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
118144
119495
|
super(request);
|
118145
119496
|
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
118146
119497
|
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118153,10 +119504,12 @@ class AuthenticationSession extends Request {
|
|
118153
119504
|
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
118154
119505
|
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
118155
119506
|
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
119507
|
+
this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
|
118156
119508
|
this.name = data.name;
|
118157
|
-
this.operatingSystem = (
|
118158
|
-
this.updatedAt = (
|
118159
|
-
this.userAgent = (
|
119509
|
+
this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
|
119510
|
+
this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
|
119511
|
+
this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
|
119512
|
+
this.type = data.type;
|
118160
119513
|
}
|
118161
119514
|
}
|
118162
119515
|
/**
|
@@ -118167,7 +119520,7 @@ class AuthenticationSession extends Request {
|
|
118167
119520
|
*/
|
118168
119521
|
class AuthenticationSessionResponse extends Request {
|
118169
119522
|
constructor(request, data) {
|
118170
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
119523
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
118171
119524
|
super(request);
|
118172
119525
|
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
118173
119526
|
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118181,10 +119534,12 @@ class AuthenticationSessionResponse extends Request {
|
|
118181
119534
|
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
118182
119535
|
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
118183
119536
|
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
119537
|
+
this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
|
118184
119538
|
this.name = data.name;
|
118185
|
-
this.operatingSystem = (
|
118186
|
-
this.updatedAt = (
|
118187
|
-
this.userAgent = (
|
119539
|
+
this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
|
119540
|
+
this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
|
119541
|
+
this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
|
119542
|
+
this.type = data.type;
|
118188
119543
|
}
|
118189
119544
|
}
|
118190
119545
|
/**
|
@@ -118420,6 +119775,15 @@ class CustomView extends Request {
|
|
118420
119775
|
this.projectFilterData = (_f = data.projectFilterData) !== null && _f !== void 0 ? _f : undefined;
|
118421
119776
|
this.shared = data.shared;
|
118422
119777
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
119778
|
+
this.organizationViewPreferences = data.organizationViewPreferences
|
119779
|
+
? new ViewPreferences(request, data.organizationViewPreferences)
|
119780
|
+
: undefined;
|
119781
|
+
this.userViewPreferences = data.userViewPreferences
|
119782
|
+
? new ViewPreferences(request, data.userViewPreferences)
|
119783
|
+
: undefined;
|
119784
|
+
this.viewPreferencesValues = data.viewPreferencesValues
|
119785
|
+
? new ViewPreferencesValues(request, data.viewPreferencesValues)
|
119786
|
+
: undefined;
|
118423
119787
|
this._creator = data.creator;
|
118424
119788
|
this._owner = data.owner;
|
118425
119789
|
this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
|
@@ -118495,7 +119859,7 @@ class CustomViewHasSubscribersPayload extends Request {
|
|
118495
119859
|
*/
|
118496
119860
|
class CustomViewNotificationSubscription extends Request {
|
118497
119861
|
constructor(request, data) {
|
118498
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
119862
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
118499
119863
|
super(request);
|
118500
119864
|
this.active = data.active;
|
118501
119865
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -118503,13 +119867,15 @@ class CustomViewNotificationSubscription extends Request {
|
|
118503
119867
|
this.id = data.id;
|
118504
119868
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
118505
119869
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119870
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
119871
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
118506
119872
|
this._customView = data.customView;
|
118507
|
-
this._cycle = (
|
118508
|
-
this._label = (
|
118509
|
-
this._project = (
|
119873
|
+
this._cycle = (_f = data.cycle) !== null && _f !== void 0 ? _f : undefined;
|
119874
|
+
this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
|
119875
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
118510
119876
|
this._subscriber = data.subscriber;
|
118511
|
-
this._team = (
|
118512
|
-
this._user = (
|
119877
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
119878
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
118513
119879
|
}
|
118514
119880
|
/** The custom view subscribed to. */
|
118515
119881
|
get customView() {
|
@@ -118672,7 +120038,7 @@ class CycleConnection extends Connection {
|
|
118672
120038
|
*/
|
118673
120039
|
class CycleNotificationSubscription extends Request {
|
118674
120040
|
constructor(request, data) {
|
118675
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120041
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
118676
120042
|
super(request);
|
118677
120043
|
this.active = data.active;
|
118678
120044
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -118680,13 +120046,15 @@ class CycleNotificationSubscription extends Request {
|
|
118680
120046
|
this.id = data.id;
|
118681
120047
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
118682
120048
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
118683
|
-
this.
|
120049
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
120050
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
120051
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
118684
120052
|
this._cycle = data.cycle;
|
118685
|
-
this._label = (
|
118686
|
-
this._project = (
|
120053
|
+
this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
|
120054
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
118687
120055
|
this._subscriber = data.subscriber;
|
118688
|
-
this._team = (
|
118689
|
-
this._user = (
|
120056
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
120057
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
118690
120058
|
}
|
118691
120059
|
/** The contextual custom view associated with the notification subscription. */
|
118692
120060
|
get customView() {
|
@@ -118757,14 +120125,14 @@ class DeletePayload extends Request {
|
|
118757
120125
|
}
|
118758
120126
|
}
|
118759
120127
|
/**
|
118760
|
-
* A document
|
120128
|
+
* A document that can be attached to different entities.
|
118761
120129
|
*
|
118762
120130
|
* @param request - function to call the graphql client
|
118763
120131
|
* @param data - L.DocumentFragment response data
|
118764
120132
|
*/
|
118765
120133
|
class Document extends Request {
|
118766
120134
|
constructor(request, data) {
|
118767
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120135
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
118768
120136
|
super(request);
|
118769
120137
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118770
120138
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118777,9 +120145,10 @@ class Document extends Request {
|
|
118777
120145
|
this.sortOrder = data.sortOrder;
|
118778
120146
|
this.title = data.title;
|
118779
120147
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120148
|
+
this.url = data.url;
|
118780
120149
|
this._creator = data.creator;
|
118781
120150
|
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
118782
|
-
this._project = data.project;
|
120151
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
118783
120152
|
this._updatedBy = data.updatedBy;
|
118784
120153
|
}
|
118785
120154
|
/** The user who created the document. */
|
@@ -118795,7 +120164,8 @@ class Document extends Request {
|
|
118795
120164
|
}
|
118796
120165
|
/** The project that the document is associated with. */
|
118797
120166
|
get project() {
|
118798
|
-
|
120167
|
+
var _a, _b;
|
120168
|
+
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;
|
118799
120169
|
}
|
118800
120170
|
/** The user who last updated the document. */
|
118801
120171
|
get updatedBy() {
|
@@ -118919,6 +120289,47 @@ class DocumentContentHistoryType extends Request {
|
|
118919
120289
|
this.id = data.id;
|
118920
120290
|
}
|
118921
120291
|
}
|
120292
|
+
/**
|
120293
|
+
* A document related notification.
|
120294
|
+
*
|
120295
|
+
* @param request - function to call the graphql client
|
120296
|
+
* @param data - L.DocumentNotificationFragment response data
|
120297
|
+
*/
|
120298
|
+
class DocumentNotification extends Request {
|
120299
|
+
constructor(request, data) {
|
120300
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
120301
|
+
super(request);
|
120302
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120303
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
120304
|
+
this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
|
120305
|
+
this.id = data.id;
|
120306
|
+
this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
|
120307
|
+
this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
|
120308
|
+
this.type = data.type;
|
120309
|
+
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
120310
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120311
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120312
|
+
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
120313
|
+
this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
|
120314
|
+
this._user = data.user;
|
120315
|
+
}
|
120316
|
+
/** The user that caused the notification. */
|
120317
|
+
get actor() {
|
120318
|
+
var _a, _b;
|
120319
|
+
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;
|
120320
|
+
}
|
120321
|
+
/** The external user that caused the notification. */
|
120322
|
+
get externalUserActor() {
|
120323
|
+
var _a, _b;
|
120324
|
+
return ((_a = this._externalUserActor) === null || _a === void 0 ? void 0 : _a.id)
|
120325
|
+
? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
|
120326
|
+
: undefined;
|
120327
|
+
}
|
120328
|
+
/** The user that received the notification. */
|
120329
|
+
get user() {
|
120330
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
120331
|
+
}
|
120332
|
+
}
|
118922
120333
|
/**
|
118923
120334
|
* DocumentPayload model
|
118924
120335
|
*
|
@@ -118960,7 +120371,7 @@ class DocumentSearchPayload extends Request {
|
|
118960
120371
|
*/
|
118961
120372
|
class DocumentSearchResult extends Request {
|
118962
120373
|
constructor(request, data) {
|
118963
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120374
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
118964
120375
|
super(request);
|
118965
120376
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118966
120377
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118974,9 +120385,10 @@ class DocumentSearchResult extends Request {
|
|
118974
120385
|
this.sortOrder = data.sortOrder;
|
118975
120386
|
this.title = data.title;
|
118976
120387
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120388
|
+
this.url = data.url;
|
118977
120389
|
this._creator = data.creator;
|
118978
120390
|
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
118979
|
-
this._project = data.project;
|
120391
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
118980
120392
|
this._updatedBy = data.updatedBy;
|
118981
120393
|
}
|
118982
120394
|
/** The user who created the document. */
|
@@ -118992,7 +120404,8 @@ class DocumentSearchResult extends Request {
|
|
118992
120404
|
}
|
118993
120405
|
/** The project that the document is associated with. */
|
118994
120406
|
get project() {
|
118995
|
-
|
120407
|
+
var _a, _b;
|
120408
|
+
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;
|
118996
120409
|
}
|
118997
120410
|
/** The user who last updated the document. */
|
118998
120411
|
get updatedBy() {
|
@@ -119183,6 +120596,72 @@ class Entity extends Request {
|
|
119183
120596
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119184
120597
|
}
|
119185
120598
|
}
|
120599
|
+
/**
|
120600
|
+
* An external link for an entity like initiative, etc...
|
120601
|
+
*
|
120602
|
+
* @param request - function to call the graphql client
|
120603
|
+
* @param data - L.EntityExternalLinkFragment response data
|
120604
|
+
*/
|
120605
|
+
class EntityExternalLink extends Request {
|
120606
|
+
constructor(request, data) {
|
120607
|
+
var _a, _b, _c;
|
120608
|
+
super(request);
|
120609
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120610
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
120611
|
+
this.id = data.id;
|
120612
|
+
this.label = data.label;
|
120613
|
+
this.sortOrder = data.sortOrder;
|
120614
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
120615
|
+
this.url = data.url;
|
120616
|
+
this._creator = data.creator;
|
120617
|
+
}
|
120618
|
+
/** The user who created the link. */
|
120619
|
+
get creator() {
|
120620
|
+
return new UserQuery(this._request).fetch(this._creator.id);
|
120621
|
+
}
|
120622
|
+
/** Creates a new entity link. */
|
120623
|
+
create(input) {
|
120624
|
+
return new CreateEntityExternalLinkMutation(this._request).fetch(input);
|
120625
|
+
}
|
120626
|
+
/** Deletes an entity link. */
|
120627
|
+
delete() {
|
120628
|
+
return new DeleteEntityExternalLinkMutation(this._request).fetch(this.id);
|
120629
|
+
}
|
120630
|
+
/** Updates an entity link. */
|
120631
|
+
update(input) {
|
120632
|
+
return new UpdateEntityExternalLinkMutation(this._request).fetch(this.id, input);
|
120633
|
+
}
|
120634
|
+
}
|
120635
|
+
/**
|
120636
|
+
* EntityExternalLinkConnection model
|
120637
|
+
*
|
120638
|
+
* @param request - function to call the graphql client
|
120639
|
+
* @param fetch - function to trigger a refetch of this EntityExternalLinkConnection model
|
120640
|
+
* @param data - EntityExternalLinkConnection response data
|
120641
|
+
*/
|
120642
|
+
class EntityExternalLinkConnection extends Connection {
|
120643
|
+
constructor(request, fetch, data) {
|
120644
|
+
super(request, fetch, data.nodes.map(node => new EntityExternalLink(request, node)), new PageInfo(request, data.pageInfo));
|
120645
|
+
}
|
120646
|
+
}
|
120647
|
+
/**
|
120648
|
+
* EntityExternalLinkPayload model
|
120649
|
+
*
|
120650
|
+
* @param request - function to call the graphql client
|
120651
|
+
* @param data - L.EntityExternalLinkPayloadFragment response data
|
120652
|
+
*/
|
120653
|
+
class EntityExternalLinkPayload extends Request {
|
120654
|
+
constructor(request, data) {
|
120655
|
+
super(request);
|
120656
|
+
this.lastSyncId = data.lastSyncId;
|
120657
|
+
this.success = data.success;
|
120658
|
+
this._entityExternalLink = data.entityExternalLink;
|
120659
|
+
}
|
120660
|
+
/** The link that was created or updated. */
|
120661
|
+
get entityExternalLink() {
|
120662
|
+
return new EntityExternalLinkQuery(this._request).fetch(this._entityExternalLink.id);
|
120663
|
+
}
|
120664
|
+
}
|
119186
120665
|
/**
|
119187
120666
|
* 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.
|
119188
120667
|
*
|
@@ -119228,7 +120707,7 @@ class ExternalUserConnection extends Connection {
|
|
119228
120707
|
*/
|
119229
120708
|
class Favorite extends Request {
|
119230
120709
|
constructor(request, data) {
|
119231
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
120710
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
119232
120711
|
super(request);
|
119233
120712
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119234
120713
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
@@ -119238,18 +120717,19 @@ class Favorite extends Request {
|
|
119238
120717
|
this.sortOrder = data.sortOrder;
|
119239
120718
|
this.type = data.type;
|
119240
120719
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
119241
|
-
this.
|
119242
|
-
this.
|
119243
|
-
this.
|
119244
|
-
this.
|
119245
|
-
this.
|
120720
|
+
this.projectTab = (_f = data.projectTab) !== null && _f !== void 0 ? _f : undefined;
|
120721
|
+
this._customView = (_g = data.customView) !== null && _g !== void 0 ? _g : undefined;
|
120722
|
+
this._cycle = (_h = data.cycle) !== null && _h !== void 0 ? _h : undefined;
|
120723
|
+
this._document = (_j = data.document) !== null && _j !== void 0 ? _j : undefined;
|
120724
|
+
this._issue = (_k = data.issue) !== null && _k !== void 0 ? _k : undefined;
|
120725
|
+
this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
|
119246
120726
|
this._owner = data.owner;
|
119247
|
-
this._parent = (
|
119248
|
-
this._predefinedViewTeam = (
|
119249
|
-
this._project = (
|
119250
|
-
this._projectTeam = (
|
119251
|
-
this._roadmap = (
|
119252
|
-
this._user = (
|
120727
|
+
this._parent = (_m = data.parent) !== null && _m !== void 0 ? _m : undefined;
|
120728
|
+
this._predefinedViewTeam = (_o = data.predefinedViewTeam) !== null && _o !== void 0 ? _o : undefined;
|
120729
|
+
this._project = (_p = data.project) !== null && _p !== void 0 ? _p : undefined;
|
120730
|
+
this._projectTeam = (_q = data.projectTeam) !== null && _q !== void 0 ? _q : undefined;
|
120731
|
+
this._roadmap = (_r = data.roadmap) !== null && _r !== void 0 ? _r : undefined;
|
120732
|
+
this._user = (_s = data.user) !== null && _s !== void 0 ? _s : undefined;
|
119253
120733
|
}
|
119254
120734
|
/** The favorited custom view. */
|
119255
120735
|
get customView() {
|
@@ -119403,6 +120883,7 @@ class GitAutomationState extends Request {
|
|
119403
120883
|
this.id = data.id;
|
119404
120884
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
119405
120885
|
this.targetBranch = data.targetBranch ? new GitAutomationTargetBranch(request, data.targetBranch) : undefined;
|
120886
|
+
this.event = data.event;
|
119406
120887
|
this._state = (_e = data.state) !== null && _e !== void 0 ? _e : undefined;
|
119407
120888
|
this._team = data.team;
|
119408
120889
|
}
|
@@ -119963,7 +121444,7 @@ class IntercomSettings extends Request {
|
|
119963
121444
|
*/
|
119964
121445
|
class Issue extends Request {
|
119965
121446
|
constructor(request, data) {
|
119966
|
-
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;
|
121447
|
+
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;
|
119967
121448
|
super(request);
|
119968
121449
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119969
121450
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -119984,28 +121465,31 @@ class Issue extends Request {
|
|
119984
121465
|
this.previousIdentifiers = data.previousIdentifiers;
|
119985
121466
|
this.priority = data.priority;
|
119986
121467
|
this.priorityLabel = data.priorityLabel;
|
119987
|
-
this.
|
121468
|
+
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
121469
|
+
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
121470
|
+
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
119988
121471
|
this.sortOrder = data.sortOrder;
|
119989
|
-
this.startedAt = (
|
119990
|
-
this.startedTriageAt = (
|
119991
|
-
this.subIssueSortOrder = (
|
121472
|
+
this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
|
121473
|
+
this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
|
121474
|
+
this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
|
119992
121475
|
this.title = data.title;
|
119993
|
-
this.trashed = (
|
119994
|
-
this.triagedAt = (
|
119995
|
-
this.updatedAt = (
|
121476
|
+
this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
|
121477
|
+
this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
|
121478
|
+
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
119996
121479
|
this.url = data.url;
|
119997
121480
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
119998
|
-
this.
|
119999
|
-
this.
|
120000
|
-
this.
|
120001
|
-
this.
|
120002
|
-
this.
|
120003
|
-
this.
|
120004
|
-
this.
|
120005
|
-
this.
|
120006
|
-
this.
|
120007
|
-
this.
|
120008
|
-
this.
|
121481
|
+
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
121482
|
+
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
121483
|
+
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
121484
|
+
this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
|
121485
|
+
this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
|
121486
|
+
this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
|
121487
|
+
this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
|
121488
|
+
this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
|
121489
|
+
this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
|
121490
|
+
this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
|
121491
|
+
this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
|
121492
|
+
this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
|
120009
121493
|
this._state = data.state;
|
120010
121494
|
this._team = data.team;
|
120011
121495
|
}
|
@@ -120241,6 +121725,9 @@ class IssueHistory extends Request {
|
|
120241
121725
|
? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
|
120242
121726
|
: undefined;
|
120243
121727
|
this.removedLabels = data.removedLabels ? data.removedLabels.map(node => new IssueLabel(request, node)) : undefined;
|
121728
|
+
this.triageResponsibilityNotifiedUsers = data.triageResponsibilityNotifiedUsers
|
121729
|
+
? data.triageResponsibilityNotifiedUsers.map(node => new User(request, node))
|
121730
|
+
: undefined;
|
120244
121731
|
this._actor = (_9 = data.actor) !== null && _9 !== void 0 ? _9 : undefined;
|
120245
121732
|
this._attachment = (_10 = data.attachment) !== null && _10 !== void 0 ? _10 : undefined;
|
120246
121733
|
this._fromAssignee = (_11 = data.fromAssignee) !== null && _11 !== void 0 ? _11 : undefined;
|
@@ -120482,8 +121969,8 @@ class IssueLabel extends Request {
|
|
120482
121969
|
return new DeleteIssueLabelMutation(this._request).fetch(this.id);
|
120483
121970
|
}
|
120484
121971
|
/** Updates an label. */
|
120485
|
-
update(input) {
|
120486
|
-
return new UpdateIssueLabelMutation(this._request).fetch(this.id, input);
|
121972
|
+
update(input, variables) {
|
121973
|
+
return new UpdateIssueLabelMutation(this._request).fetch(this.id, input, variables);
|
120487
121974
|
}
|
120488
121975
|
}
|
120489
121976
|
/**
|
@@ -120715,7 +122202,7 @@ class IssueSearchPayload extends Request {
|
|
120715
122202
|
*/
|
120716
122203
|
class IssueSearchResult extends Request {
|
120717
122204
|
constructor(request, data) {
|
120718
|
-
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;
|
122205
|
+
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;
|
120719
122206
|
super(request);
|
120720
122207
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120721
122208
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120737,28 +122224,31 @@ class IssueSearchResult extends Request {
|
|
120737
122224
|
this.previousIdentifiers = data.previousIdentifiers;
|
120738
122225
|
this.priority = data.priority;
|
120739
122226
|
this.priorityLabel = data.priorityLabel;
|
120740
|
-
this.
|
122227
|
+
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
122228
|
+
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
122229
|
+
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
120741
122230
|
this.sortOrder = data.sortOrder;
|
120742
|
-
this.startedAt = (
|
120743
|
-
this.startedTriageAt = (
|
120744
|
-
this.subIssueSortOrder = (
|
122231
|
+
this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
|
122232
|
+
this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
|
122233
|
+
this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
|
120745
122234
|
this.title = data.title;
|
120746
|
-
this.trashed = (
|
120747
|
-
this.triagedAt = (
|
120748
|
-
this.updatedAt = (
|
122235
|
+
this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
|
122236
|
+
this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
|
122237
|
+
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
120749
122238
|
this.url = data.url;
|
120750
122239
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120751
|
-
this.
|
120752
|
-
this.
|
120753
|
-
this.
|
120754
|
-
this.
|
120755
|
-
this.
|
120756
|
-
this.
|
120757
|
-
this.
|
120758
|
-
this.
|
120759
|
-
this.
|
120760
|
-
this.
|
120761
|
-
this.
|
122240
|
+
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
122241
|
+
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
122242
|
+
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
122243
|
+
this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
|
122244
|
+
this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
|
122245
|
+
this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
|
122246
|
+
this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
|
122247
|
+
this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
|
122248
|
+
this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
|
122249
|
+
this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
|
122250
|
+
this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
|
122251
|
+
this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
|
120762
122252
|
this._state = data.state;
|
120763
122253
|
this._team = data.team;
|
120764
122254
|
}
|
@@ -120912,7 +122402,7 @@ class JiraSettings extends Request {
|
|
120912
122402
|
*/
|
120913
122403
|
class LabelNotificationSubscription extends Request {
|
120914
122404
|
constructor(request, data) {
|
120915
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
122405
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
120916
122406
|
super(request);
|
120917
122407
|
this.active = data.active;
|
120918
122408
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -120920,13 +122410,15 @@ class LabelNotificationSubscription extends Request {
|
|
120920
122410
|
this.id = data.id;
|
120921
122411
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
120922
122412
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
120923
|
-
this.
|
120924
|
-
this.
|
122413
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
122414
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
122415
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
122416
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
120925
122417
|
this._label = data.label;
|
120926
|
-
this._project = (
|
122418
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
120927
122419
|
this._subscriber = data.subscriber;
|
120928
|
-
this._team = (
|
120929
|
-
this._user = (
|
122420
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
122421
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
120930
122422
|
}
|
120931
122423
|
/** The contextual custom view associated with the notification subscription. */
|
120932
122424
|
get customView() {
|
@@ -121077,6 +122569,8 @@ class NotificationConnection extends Connection {
|
|
121077
122569
|
constructor(request, fetch, data) {
|
121078
122570
|
super(request, fetch, data.nodes.map(node => {
|
121079
122571
|
switch (node.__typename) {
|
122572
|
+
case "DocumentNotification":
|
122573
|
+
return new DocumentNotification(request, node);
|
121080
122574
|
case "IssueNotification":
|
121081
122575
|
return new IssueNotification(request, node);
|
121082
122576
|
case "OauthClientApprovalNotification":
|
@@ -121110,20 +122604,22 @@ class NotificationPayload extends Request {
|
|
121110
122604
|
*/
|
121111
122605
|
class NotificationSubscription extends Request {
|
121112
122606
|
constructor(request, data) {
|
121113
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
122607
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
121114
122608
|
super(request);
|
121115
122609
|
this.active = data.active;
|
121116
122610
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121117
122611
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
121118
122612
|
this.id = data.id;
|
121119
122613
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
121120
|
-
this.
|
121121
|
-
this.
|
121122
|
-
this.
|
121123
|
-
this.
|
122614
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
122615
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
122616
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
122617
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
122618
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
122619
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
121124
122620
|
this._subscriber = data.subscriber;
|
121125
|
-
this._team = (
|
121126
|
-
this._user = (
|
122621
|
+
this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
|
122622
|
+
this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
|
121127
122623
|
}
|
121128
122624
|
/** The contextual custom view associated with the notification subscription. */
|
121129
122625
|
get customView() {
|
@@ -121284,6 +122780,7 @@ class OauthClientApproval extends Request {
|
|
121284
122780
|
this.responderId = (_e = data.responderId) !== null && _e !== void 0 ? _e : undefined;
|
121285
122781
|
this.scopes = data.scopes;
|
121286
122782
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
122783
|
+
this.status = data.status;
|
121287
122784
|
}
|
121288
122785
|
}
|
121289
122786
|
/**
|
@@ -121354,6 +122851,7 @@ class OauthToken extends Request {
|
|
121354
122851
|
this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
|
121355
122852
|
this.id = data.id;
|
121356
122853
|
this.revokedAt = (_b = parseDate(data.revokedAt)) !== null && _b !== void 0 ? _b : undefined;
|
122854
|
+
this.scope = data.scope;
|
121357
122855
|
this.userId = data.userId;
|
121358
122856
|
this.client = new AuthOauthClient(request, data.client);
|
121359
122857
|
this.user = new AuthUser(request, data.user);
|
@@ -121406,6 +122904,11 @@ class Organization extends Request {
|
|
121406
122904
|
this.urlKey = data.urlKey;
|
121407
122905
|
this.userCount = data.userCount;
|
121408
122906
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
122907
|
+
this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
|
122908
|
+
this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
|
122909
|
+
this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
|
122910
|
+
this.releaseChannel = data.releaseChannel;
|
122911
|
+
this.slaDayCount = data.slaDayCount;
|
121409
122912
|
}
|
121410
122913
|
/** Integrations associated with the organization. */
|
121411
122914
|
integrations(variables) {
|
@@ -121436,6 +122939,18 @@ class Organization extends Request {
|
|
121436
122939
|
return new UpdateOrganizationMutation(this._request).fetch(input);
|
121437
122940
|
}
|
121438
122941
|
}
|
122942
|
+
/**
|
122943
|
+
* OrganizationAcceptedOrExpiredInviteDetailsPayload model
|
122944
|
+
*
|
122945
|
+
* @param request - function to call the graphql client
|
122946
|
+
* @param data - L.OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment response data
|
122947
|
+
*/
|
122948
|
+
class OrganizationAcceptedOrExpiredInviteDetailsPayload extends Request {
|
122949
|
+
constructor(request, data) {
|
122950
|
+
super(request);
|
122951
|
+
this.status = data.status;
|
122952
|
+
}
|
122953
|
+
}
|
121439
122954
|
/**
|
121440
122955
|
* OrganizationCancelDeletePayload model
|
121441
122956
|
*
|
@@ -121478,6 +122993,7 @@ class OrganizationDomain extends Request {
|
|
121478
122993
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
121479
122994
|
this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
|
121480
122995
|
this.verified = data.verified;
|
122996
|
+
this.authType = data.authType;
|
121481
122997
|
this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
|
121482
122998
|
}
|
121483
122999
|
/** The user who added the domain. */
|
@@ -121522,6 +123038,7 @@ class OrganizationInvite extends Request {
|
|
121522
123038
|
this.id = data.id;
|
121523
123039
|
this.metadata = data.metadata;
|
121524
123040
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
123041
|
+
this.role = data.role;
|
121525
123042
|
this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
|
121526
123043
|
this._inviter = data.inviter;
|
121527
123044
|
}
|
@@ -121582,6 +123099,8 @@ class OrganizationInviteFullDetailsPayload extends Request {
|
|
121582
123099
|
this.organizationId = data.organizationId;
|
121583
123100
|
this.organizationLogoUrl = (_b = data.organizationLogoUrl) !== null && _b !== void 0 ? _b : undefined;
|
121584
123101
|
this.organizationName = data.organizationName;
|
123102
|
+
this.role = data.role;
|
123103
|
+
this.status = data.status;
|
121585
123104
|
}
|
121586
123105
|
}
|
121587
123106
|
/**
|
@@ -121767,6 +123286,7 @@ class Project extends Request {
|
|
121767
123286
|
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
121768
123287
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
121769
123288
|
this.url = data.url;
|
123289
|
+
this.status = new ProjectStatus(request, data.status);
|
121770
123290
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
121771
123291
|
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
121772
123292
|
this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
|
@@ -122104,7 +123624,7 @@ class ProjectNotification extends Request {
|
|
122104
123624
|
*/
|
122105
123625
|
class ProjectNotificationSubscription extends Request {
|
122106
123626
|
constructor(request, data) {
|
122107
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123627
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122108
123628
|
super(request);
|
122109
123629
|
this.active = data.active;
|
122110
123630
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -122112,13 +123632,15 @@ class ProjectNotificationSubscription extends Request {
|
|
122112
123632
|
this.id = data.id;
|
122113
123633
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
122114
123634
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
122115
|
-
this.
|
122116
|
-
this.
|
122117
|
-
this.
|
123635
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
123636
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
123637
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
123638
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
123639
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
122118
123640
|
this._project = data.project;
|
122119
123641
|
this._subscriber = data.subscriber;
|
122120
|
-
this._team = (
|
122121
|
-
this._user = (
|
123642
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
123643
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
122122
123644
|
}
|
122123
123645
|
/** The contextual custom view associated with the notification subscription. */
|
122124
123646
|
get customView() {
|
@@ -122174,6 +123696,81 @@ class ProjectPayload extends Request {
|
|
122174
123696
|
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;
|
122175
123697
|
}
|
122176
123698
|
}
|
123699
|
+
/**
|
123700
|
+
* A relation between two projects.
|
123701
|
+
*
|
123702
|
+
* @param request - function to call the graphql client
|
123703
|
+
* @param data - L.ProjectRelationFragment response data
|
123704
|
+
*/
|
123705
|
+
class ProjectRelation extends Request {
|
123706
|
+
constructor(request, data) {
|
123707
|
+
var _a, _b, _c, _d, _e;
|
123708
|
+
super(request);
|
123709
|
+
this.anchorType = data.anchorType;
|
123710
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123711
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123712
|
+
this.id = data.id;
|
123713
|
+
this.relatedAnchorType = data.relatedAnchorType;
|
123714
|
+
this.type = data.type;
|
123715
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123716
|
+
this._project = data.project;
|
123717
|
+
this._projectMilestone = (_d = data.projectMilestone) !== null && _d !== void 0 ? _d : undefined;
|
123718
|
+
this._relatedProject = data.relatedProject;
|
123719
|
+
this._relatedProjectMilestone = (_e = data.relatedProjectMilestone) !== null && _e !== void 0 ? _e : undefined;
|
123720
|
+
}
|
123721
|
+
/** The project whose relationship is being described. */
|
123722
|
+
get project() {
|
123723
|
+
return new ProjectQuery(this._request).fetch(this._project.id);
|
123724
|
+
}
|
123725
|
+
/** The milestone within the project whose relationship is being described. */
|
123726
|
+
get projectMilestone() {
|
123727
|
+
var _a, _b;
|
123728
|
+
return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
|
123729
|
+
? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
|
123730
|
+
: undefined;
|
123731
|
+
}
|
123732
|
+
/** The related project. */
|
123733
|
+
get relatedProject() {
|
123734
|
+
return new ProjectQuery(this._request).fetch(this._relatedProject.id);
|
123735
|
+
}
|
123736
|
+
/** The milestone within the related project whose relationship is being described. */
|
123737
|
+
get relatedProjectMilestone() {
|
123738
|
+
var _a, _b;
|
123739
|
+
return ((_a = this._relatedProjectMilestone) === null || _a === void 0 ? void 0 : _a.id)
|
123740
|
+
? new ProjectMilestoneQuery(this._request).fetch((_b = this._relatedProjectMilestone) === null || _b === void 0 ? void 0 : _b.id)
|
123741
|
+
: undefined;
|
123742
|
+
}
|
123743
|
+
}
|
123744
|
+
/**
|
123745
|
+
* ProjectRelationConnection model
|
123746
|
+
*
|
123747
|
+
* @param request - function to call the graphql client
|
123748
|
+
* @param fetch - function to trigger a refetch of this ProjectRelationConnection model
|
123749
|
+
* @param data - ProjectRelationConnection response data
|
123750
|
+
*/
|
123751
|
+
class ProjectRelationConnection extends Connection {
|
123752
|
+
constructor(request, fetch, data) {
|
123753
|
+
super(request, fetch, data.nodes.map(node => new ProjectRelation(request, node)), new PageInfo(request, data.pageInfo));
|
123754
|
+
}
|
123755
|
+
}
|
123756
|
+
/**
|
123757
|
+
* ProjectRelationPayload model
|
123758
|
+
*
|
123759
|
+
* @param request - function to call the graphql client
|
123760
|
+
* @param data - L.ProjectRelationPayloadFragment response data
|
123761
|
+
*/
|
123762
|
+
class ProjectRelationPayload extends Request {
|
123763
|
+
constructor(request, data) {
|
123764
|
+
super(request);
|
123765
|
+
this.lastSyncId = data.lastSyncId;
|
123766
|
+
this.success = data.success;
|
123767
|
+
this._projectRelation = data.projectRelation;
|
123768
|
+
}
|
123769
|
+
/** The project relation that was created or updated. */
|
123770
|
+
get projectRelation() {
|
123771
|
+
return new ProjectRelationQuery(this._request).fetch(this._projectRelation.id);
|
123772
|
+
}
|
123773
|
+
}
|
122177
123774
|
/**
|
122178
123775
|
* ProjectSearchPayload model
|
122179
123776
|
*
|
@@ -122231,6 +123828,7 @@ class ProjectSearchResult extends Request {
|
|
122231
123828
|
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
122232
123829
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
122233
123830
|
this.url = data.url;
|
123831
|
+
this.status = new ProjectStatus(request, data.status);
|
122234
123832
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
122235
123833
|
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
122236
123834
|
this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
|
@@ -122285,6 +123883,40 @@ class ProjectSearchResultConnection extends Connection {
|
|
122285
123883
|
super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
122286
123884
|
}
|
122287
123885
|
}
|
123886
|
+
/**
|
123887
|
+
* A project status.
|
123888
|
+
*
|
123889
|
+
* @param request - function to call the graphql client
|
123890
|
+
* @param data - L.ProjectStatusFragment response data
|
123891
|
+
*/
|
123892
|
+
class ProjectStatus extends Request {
|
123893
|
+
constructor(request, data) {
|
123894
|
+
var _a, _b, _c, _d;
|
123895
|
+
super(request);
|
123896
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123897
|
+
this.color = data.color;
|
123898
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123899
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
123900
|
+
this.id = data.id;
|
123901
|
+
this.indefinite = data.indefinite;
|
123902
|
+
this.name = data.name;
|
123903
|
+
this.position = data.position;
|
123904
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
123905
|
+
this.type = data.type;
|
123906
|
+
}
|
123907
|
+
}
|
123908
|
+
/**
|
123909
|
+
* ProjectStatusConnection model
|
123910
|
+
*
|
123911
|
+
* @param request - function to call the graphql client
|
123912
|
+
* @param fetch - function to trigger a refetch of this ProjectStatusConnection model
|
123913
|
+
* @param data - ProjectStatusConnection response data
|
123914
|
+
*/
|
123915
|
+
class ProjectStatusConnection extends Connection {
|
123916
|
+
constructor(request, fetch, data) {
|
123917
|
+
super(request, fetch, data.nodes.map(node => new ProjectStatus(request, node)), new PageInfo(request, data.pageInfo));
|
123918
|
+
}
|
123919
|
+
}
|
122288
123920
|
/**
|
122289
123921
|
* A update associated with an project.
|
122290
123922
|
*
|
@@ -122303,8 +123935,10 @@ class ProjectUpdate extends Request {
|
|
122303
123935
|
this.editedAt = (_e = parseDate(data.editedAt)) !== null && _e !== void 0 ? _e : undefined;
|
122304
123936
|
this.id = data.id;
|
122305
123937
|
this.isDiffHidden = data.isDiffHidden;
|
123938
|
+
this.reactionData = data.reactionData;
|
122306
123939
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
122307
123940
|
this.url = data.url;
|
123941
|
+
this.health = data.health;
|
122308
123942
|
this._project = data.project;
|
122309
123943
|
this._user = data.user;
|
122310
123944
|
}
|
@@ -122316,6 +123950,10 @@ class ProjectUpdate extends Request {
|
|
122316
123950
|
get user() {
|
122317
123951
|
return new UserQuery(this._request).fetch(this._user.id);
|
122318
123952
|
}
|
123953
|
+
/** Comments associated with the project update. */
|
123954
|
+
comments(variables) {
|
123955
|
+
return new ProjectUpdate_CommentsQuery(this._request, this.id, variables).fetch(variables);
|
123956
|
+
}
|
122319
123957
|
/** Creates a new project update. */
|
122320
123958
|
create(input) {
|
122321
123959
|
return new CreateProjectUpdateMutation(this._request).fetch(input);
|
@@ -122644,6 +124282,7 @@ class Roadmap extends Request {
|
|
122644
124282
|
this.slugId = data.slugId;
|
122645
124283
|
this.sortOrder = data.sortOrder;
|
122646
124284
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
124285
|
+
this.url = data.url;
|
122647
124286
|
this._creator = data.creator;
|
122648
124287
|
this._owner = data.owner;
|
122649
124288
|
}
|
@@ -122848,6 +124487,7 @@ class SlackAsksSettings extends Request {
|
|
122848
124487
|
this.slackChannelMapping = data.slackChannelMapping
|
122849
124488
|
? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
|
122850
124489
|
: undefined;
|
124490
|
+
this.canAdministrate = data.canAdministrate;
|
122851
124491
|
}
|
122852
124492
|
}
|
122853
124493
|
/**
|
@@ -122894,7 +124534,7 @@ class SlackChannelConnectPayload extends Request {
|
|
122894
124534
|
*/
|
122895
124535
|
class SlackChannelNameMapping extends Request {
|
122896
124536
|
constructor(request, data) {
|
122897
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
124537
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
122898
124538
|
super(request);
|
122899
124539
|
this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
|
122900
124540
|
this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
|
@@ -122905,6 +124545,7 @@ class SlackChannelNameMapping extends Request {
|
|
122905
124545
|
this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
|
122906
124546
|
this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
|
122907
124547
|
this.name = data.name;
|
124548
|
+
this.postCancellationUpdates = (_h = data.postCancellationUpdates) !== null && _h !== void 0 ? _h : undefined;
|
122908
124549
|
this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
|
122909
124550
|
}
|
122910
124551
|
}
|
@@ -122916,10 +124557,12 @@ class SlackChannelNameMapping extends Request {
|
|
122916
124557
|
*/
|
122917
124558
|
class SlackPostSettings extends Request {
|
122918
124559
|
constructor(request, data) {
|
124560
|
+
var _a;
|
122919
124561
|
super(request);
|
122920
124562
|
this.channel = data.channel;
|
122921
124563
|
this.channelId = data.channelId;
|
122922
124564
|
this.configurationUrl = data.configurationUrl;
|
124565
|
+
this.channelType = (_a = data.channelType) !== null && _a !== void 0 ? _a : undefined;
|
122923
124566
|
}
|
122924
124567
|
}
|
122925
124568
|
/**
|
@@ -123018,6 +124661,7 @@ class Team extends Request {
|
|
123018
124661
|
this.name = data.name;
|
123019
124662
|
this.private = data.private;
|
123020
124663
|
this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
|
124664
|
+
this.scimManaged = data.scimManaged;
|
123021
124665
|
this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
|
123022
124666
|
this.slackIssueComments = data.slackIssueComments;
|
123023
124667
|
this.slackIssueStatuses = data.slackIssueStatuses;
|
@@ -123304,7 +124948,7 @@ class TeamMembershipPayload extends Request {
|
|
123304
124948
|
*/
|
123305
124949
|
class TeamNotificationSubscription extends Request {
|
123306
124950
|
constructor(request, data) {
|
123307
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
124951
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
123308
124952
|
super(request);
|
123309
124953
|
this.active = data.active;
|
123310
124954
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -123312,13 +124956,15 @@ class TeamNotificationSubscription extends Request {
|
|
123312
124956
|
this.id = data.id;
|
123313
124957
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
123314
124958
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123315
|
-
this.
|
123316
|
-
this.
|
123317
|
-
this.
|
123318
|
-
this.
|
124959
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
124960
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
124961
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
124962
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
124963
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
124964
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
123319
124965
|
this._subscriber = data.subscriber;
|
123320
124966
|
this._team = data.team;
|
123321
|
-
this._user = (
|
124967
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
123322
124968
|
}
|
123323
124969
|
/** The contextual custom view associated with the notification subscription. */
|
123324
124970
|
get customView() {
|
@@ -123562,6 +125208,7 @@ class TriageResponsibility extends Request {
|
|
123562
125208
|
this.manualSelection = data.manualSelection
|
123563
125209
|
? new TriageResponsibilityManualSelection(request, data.manualSelection)
|
123564
125210
|
: undefined;
|
125211
|
+
this.action = data.action;
|
123565
125212
|
this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
|
123566
125213
|
this._team = data.team;
|
123567
125214
|
}
|
@@ -123800,7 +125447,7 @@ class UserConnection extends Connection {
|
|
123800
125447
|
*/
|
123801
125448
|
class UserNotificationSubscription extends Request {
|
123802
125449
|
constructor(request, data) {
|
123803
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
125450
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
123804
125451
|
super(request);
|
123805
125452
|
this.active = data.active;
|
123806
125453
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -123808,12 +125455,14 @@ class UserNotificationSubscription extends Request {
|
|
123808
125455
|
this.id = data.id;
|
123809
125456
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
123810
125457
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123811
|
-
this.
|
123812
|
-
this.
|
123813
|
-
this.
|
123814
|
-
this.
|
125458
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
125459
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
125460
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
125461
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
125462
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
125463
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
123815
125464
|
this._subscriber = data.subscriber;
|
123816
|
-
this._team = (
|
125465
|
+
this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
|
123817
125466
|
this._user = data.user;
|
123818
125467
|
}
|
123819
125468
|
/** The contextual custom view associated with the notification subscription. */
|
@@ -123965,6 +125614,7 @@ class ViewPreferences extends Request {
|
|
123965
125614
|
this.type = data.type;
|
123966
125615
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123967
125616
|
this.viewType = data.viewType;
|
125617
|
+
this.preferences = new ViewPreferencesValues(request, data.preferences);
|
123968
125618
|
}
|
123969
125619
|
/** Creates a new ViewPreferences object. */
|
123970
125620
|
create(input) {
|
@@ -123993,6 +125643,21 @@ class ViewPreferencesPayload extends Request {
|
|
123993
125643
|
this.viewPreferences = new ViewPreferences(request, data.viewPreferences);
|
123994
125644
|
}
|
123995
125645
|
}
|
125646
|
+
/**
|
125647
|
+
* ViewPreferencesValues model
|
125648
|
+
*
|
125649
|
+
* @param request - function to call the graphql client
|
125650
|
+
* @param data - L.ViewPreferencesValuesFragment response data
|
125651
|
+
*/
|
125652
|
+
class ViewPreferencesValues extends Request {
|
125653
|
+
constructor(request, data) {
|
125654
|
+
var _a, _b, _c;
|
125655
|
+
super(request);
|
125656
|
+
this.issueGrouping = (_a = data.issueGrouping) !== null && _a !== void 0 ? _a : undefined;
|
125657
|
+
this.showCompletedIssues = (_b = data.showCompletedIssues) !== null && _b !== void 0 ? _b : undefined;
|
125658
|
+
this.viewOrdering = (_c = data.viewOrdering) !== null && _c !== void 0 ? _c : undefined;
|
125659
|
+
}
|
125660
|
+
}
|
123996
125661
|
/**
|
123997
125662
|
* A webhook used to send HTTP notifications over data updates.
|
123998
125663
|
*
|
@@ -124121,7 +125786,7 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
124121
125786
|
*/
|
124122
125787
|
class WorkflowDefinition extends Request {
|
124123
125788
|
constructor(request, data) {
|
124124
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
125789
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
124125
125790
|
super(request);
|
124126
125791
|
this.activities = data.activities;
|
124127
125792
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -124134,13 +125799,18 @@ class WorkflowDefinition extends Request {
|
|
124134
125799
|
this.name = data.name;
|
124135
125800
|
this.sortOrder = data.sortOrder;
|
124136
125801
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
125802
|
+
this.contextViewType = (_f = data.contextViewType) !== null && _f !== void 0 ? _f : undefined;
|
125803
|
+
this.trigger = data.trigger;
|
125804
|
+
this.triggerType = data.triggerType;
|
125805
|
+
this.type = data.type;
|
125806
|
+
this.userContextViewType = (_g = data.userContextViewType) !== null && _g !== void 0 ? _g : undefined;
|
124137
125807
|
this._creator = data.creator;
|
124138
|
-
this._customView = (
|
124139
|
-
this._cycle = (
|
124140
|
-
this._label = (
|
124141
|
-
this._project = (
|
124142
|
-
this._team = (
|
124143
|
-
this._user = (
|
125808
|
+
this._customView = (_h = data.customView) !== null && _h !== void 0 ? _h : undefined;
|
125809
|
+
this._cycle = (_j = data.cycle) !== null && _j !== void 0 ? _j : undefined;
|
125810
|
+
this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
|
125811
|
+
this._project = (_l = data.project) !== null && _l !== void 0 ? _l : undefined;
|
125812
|
+
this._team = (_m = data.team) !== null && _m !== void 0 ? _m : undefined;
|
125813
|
+
this._user = (_o = data.user) !== null && _o !== void 0 ? _o : undefined;
|
124144
125814
|
}
|
124145
125815
|
/** The user who created the workflow. */
|
124146
125816
|
get creator() {
|
@@ -124876,6 +126546,31 @@ class EmojisQuery extends Request {
|
|
124876
126546
|
});
|
124877
126547
|
}
|
124878
126548
|
}
|
126549
|
+
/**
|
126550
|
+
* A fetchable EntityExternalLink Query
|
126551
|
+
*
|
126552
|
+
* @param request - function to call the graphql client
|
126553
|
+
*/
|
126554
|
+
class EntityExternalLinkQuery extends Request {
|
126555
|
+
constructor(request) {
|
126556
|
+
super(request);
|
126557
|
+
}
|
126558
|
+
/**
|
126559
|
+
* Call the EntityExternalLink query and return a EntityExternalLink
|
126560
|
+
*
|
126561
|
+
* @param id - required id to pass to entityExternalLink
|
126562
|
+
* @returns parsed response from EntityExternalLinkQuery
|
126563
|
+
*/
|
126564
|
+
fetch(id) {
|
126565
|
+
return __awaiter(this, void 0, void 0, function* () {
|
126566
|
+
const response = yield this._request(EntityExternalLinkDocument, {
|
126567
|
+
id,
|
126568
|
+
});
|
126569
|
+
const data = response.entityExternalLink;
|
126570
|
+
return new EntityExternalLink(this._request, data);
|
126571
|
+
});
|
126572
|
+
}
|
126573
|
+
}
|
124879
126574
|
/**
|
124880
126575
|
* A fetchable ExternalUser Query
|
124881
126576
|
*
|
@@ -125458,6 +127153,8 @@ class NotificationQuery extends Request {
|
|
125458
127153
|
});
|
125459
127154
|
const data = response.notification;
|
125460
127155
|
switch (data.__typename) {
|
127156
|
+
case "DocumentNotification":
|
127157
|
+
return new DocumentNotification(this._request, data);
|
125461
127158
|
case "IssueNotification":
|
125462
127159
|
return new IssueNotification(this._request, data);
|
125463
127160
|
case "OauthClientApprovalNotification":
|
@@ -125797,6 +127494,54 @@ class ProjectMilestonesQuery extends Request {
|
|
125797
127494
|
});
|
125798
127495
|
}
|
125799
127496
|
}
|
127497
|
+
/**
|
127498
|
+
* A fetchable ProjectRelation Query
|
127499
|
+
*
|
127500
|
+
* @param request - function to call the graphql client
|
127501
|
+
*/
|
127502
|
+
class ProjectRelationQuery extends Request {
|
127503
|
+
constructor(request) {
|
127504
|
+
super(request);
|
127505
|
+
}
|
127506
|
+
/**
|
127507
|
+
* Call the ProjectRelation query and return a ProjectRelation
|
127508
|
+
*
|
127509
|
+
* @param id - required id to pass to projectRelation
|
127510
|
+
* @returns parsed response from ProjectRelationQuery
|
127511
|
+
*/
|
127512
|
+
fetch(id) {
|
127513
|
+
return __awaiter(this, void 0, void 0, function* () {
|
127514
|
+
const response = yield this._request(ProjectRelationDocument, {
|
127515
|
+
id,
|
127516
|
+
});
|
127517
|
+
const data = response.projectRelation;
|
127518
|
+
return new ProjectRelation(this._request, data);
|
127519
|
+
});
|
127520
|
+
}
|
127521
|
+
}
|
127522
|
+
/**
|
127523
|
+
* A fetchable ProjectRelations Query
|
127524
|
+
*
|
127525
|
+
* @param request - function to call the graphql client
|
127526
|
+
*/
|
127527
|
+
class ProjectRelationsQuery extends Request {
|
127528
|
+
constructor(request) {
|
127529
|
+
super(request);
|
127530
|
+
}
|
127531
|
+
/**
|
127532
|
+
* Call the ProjectRelations query and return a ProjectRelationConnection
|
127533
|
+
*
|
127534
|
+
* @param variables - variables to pass into the ProjectRelationsQuery
|
127535
|
+
* @returns parsed response from ProjectRelationsQuery
|
127536
|
+
*/
|
127537
|
+
fetch(variables) {
|
127538
|
+
return __awaiter(this, void 0, void 0, function* () {
|
127539
|
+
const response = yield this._request(ProjectRelationsDocument, variables);
|
127540
|
+
const data = response.projectRelations;
|
127541
|
+
return new ProjectRelationConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
|
127542
|
+
});
|
127543
|
+
}
|
127544
|
+
}
|
125800
127545
|
/**
|
125801
127546
|
* A fetchable ProjectUpdate Query
|
125802
127547
|
*
|
@@ -127664,6 +129409,83 @@ class DeleteEmojiMutation extends Request {
|
|
127664
129409
|
});
|
127665
129410
|
}
|
127666
129411
|
}
|
129412
|
+
/**
|
129413
|
+
* A fetchable CreateEntityExternalLink Mutation
|
129414
|
+
*
|
129415
|
+
* @param request - function to call the graphql client
|
129416
|
+
*/
|
129417
|
+
class CreateEntityExternalLinkMutation extends Request {
|
129418
|
+
constructor(request) {
|
129419
|
+
super(request);
|
129420
|
+
}
|
129421
|
+
/**
|
129422
|
+
* Call the CreateEntityExternalLink mutation and return a EntityExternalLinkPayload
|
129423
|
+
*
|
129424
|
+
* @param input - required input to pass to createEntityExternalLink
|
129425
|
+
* @returns parsed response from CreateEntityExternalLinkMutation
|
129426
|
+
*/
|
129427
|
+
fetch(input) {
|
129428
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129429
|
+
const response = yield this._request(CreateEntityExternalLinkDocument, {
|
129430
|
+
input,
|
129431
|
+
});
|
129432
|
+
const data = response.entityExternalLinkCreate;
|
129433
|
+
return new EntityExternalLinkPayload(this._request, data);
|
129434
|
+
});
|
129435
|
+
}
|
129436
|
+
}
|
129437
|
+
/**
|
129438
|
+
* A fetchable DeleteEntityExternalLink Mutation
|
129439
|
+
*
|
129440
|
+
* @param request - function to call the graphql client
|
129441
|
+
*/
|
129442
|
+
class DeleteEntityExternalLinkMutation extends Request {
|
129443
|
+
constructor(request) {
|
129444
|
+
super(request);
|
129445
|
+
}
|
129446
|
+
/**
|
129447
|
+
* Call the DeleteEntityExternalLink mutation and return a DeletePayload
|
129448
|
+
*
|
129449
|
+
* @param id - required id to pass to deleteEntityExternalLink
|
129450
|
+
* @returns parsed response from DeleteEntityExternalLinkMutation
|
129451
|
+
*/
|
129452
|
+
fetch(id) {
|
129453
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129454
|
+
const response = yield this._request(DeleteEntityExternalLinkDocument, {
|
129455
|
+
id,
|
129456
|
+
});
|
129457
|
+
const data = response.entityExternalLinkDelete;
|
129458
|
+
return new DeletePayload(this._request, data);
|
129459
|
+
});
|
129460
|
+
}
|
129461
|
+
}
|
129462
|
+
/**
|
129463
|
+
* A fetchable UpdateEntityExternalLink Mutation
|
129464
|
+
*
|
129465
|
+
* @param request - function to call the graphql client
|
129466
|
+
*/
|
129467
|
+
class UpdateEntityExternalLinkMutation extends Request {
|
129468
|
+
constructor(request) {
|
129469
|
+
super(request);
|
129470
|
+
}
|
129471
|
+
/**
|
129472
|
+
* Call the UpdateEntityExternalLink mutation and return a EntityExternalLinkPayload
|
129473
|
+
*
|
129474
|
+
* @param id - required id to pass to updateEntityExternalLink
|
129475
|
+
* @param input - required input to pass to updateEntityExternalLink
|
129476
|
+
* @returns parsed response from UpdateEntityExternalLinkMutation
|
129477
|
+
*/
|
129478
|
+
fetch(id, input) {
|
129479
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129480
|
+
const response = yield this._request(UpdateEntityExternalLinkDocument, {
|
129481
|
+
id,
|
129482
|
+
input,
|
129483
|
+
});
|
129484
|
+
const data = response.entityExternalLinkUpdate;
|
129485
|
+
return new EntityExternalLinkPayload(this._request, data);
|
129486
|
+
});
|
129487
|
+
}
|
129488
|
+
}
|
127667
129489
|
/**
|
127668
129490
|
* A fetchable CreateFavorite Mutation
|
127669
129491
|
*
|
@@ -129212,14 +131034,13 @@ class UpdateIssueLabelMutation extends Request {
|
|
129212
131034
|
*
|
129213
131035
|
* @param id - required id to pass to updateIssueLabel
|
129214
131036
|
* @param input - required input to pass to updateIssueLabel
|
131037
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
|
129215
131038
|
* @returns parsed response from UpdateIssueLabelMutation
|
129216
131039
|
*/
|
129217
|
-
fetch(id, input) {
|
131040
|
+
fetch(id, input, variables) {
|
129218
131041
|
return __awaiter(this, void 0, void 0, function* () {
|
129219
|
-
const response = yield this._request(UpdateIssueLabelDocument, {
|
129220
|
-
|
129221
|
-
input,
|
129222
|
-
});
|
131042
|
+
const response = yield this._request(UpdateIssueLabelDocument, Object.assign({ id,
|
131043
|
+
input }, variables));
|
129223
131044
|
const data = response.issueLabelUpdate;
|
129224
131045
|
return new IssueLabelPayload(this._request, data);
|
129225
131046
|
});
|
@@ -132096,6 +133917,138 @@ class CustomView_IssuesQuery extends Request {
|
|
132096
133917
|
});
|
132097
133918
|
}
|
132098
133919
|
}
|
133920
|
+
/**
|
133921
|
+
* A fetchable CustomView_OrganizationViewPreferences Query
|
133922
|
+
*
|
133923
|
+
* @param request - function to call the graphql client
|
133924
|
+
* @param id - required id to pass to customView
|
133925
|
+
*/
|
133926
|
+
class CustomView_OrganizationViewPreferencesQuery extends Request {
|
133927
|
+
constructor(request, id) {
|
133928
|
+
super(request);
|
133929
|
+
this._id = id;
|
133930
|
+
}
|
133931
|
+
/**
|
133932
|
+
* Call the CustomView_OrganizationViewPreferences query and return a ViewPreferences
|
133933
|
+
*
|
133934
|
+
* @returns parsed response from CustomView_OrganizationViewPreferencesQuery
|
133935
|
+
*/
|
133936
|
+
fetch() {
|
133937
|
+
return __awaiter(this, void 0, void 0, function* () {
|
133938
|
+
const response = yield this._request(CustomView_OrganizationViewPreferencesDocument, {
|
133939
|
+
id: this._id,
|
133940
|
+
});
|
133941
|
+
const data = response.customView.organizationViewPreferences;
|
133942
|
+
return data ? new ViewPreferences(this._request, data) : undefined;
|
133943
|
+
});
|
133944
|
+
}
|
133945
|
+
}
|
133946
|
+
/**
|
133947
|
+
* A fetchable CustomView_UserViewPreferences Query
|
133948
|
+
*
|
133949
|
+
* @param request - function to call the graphql client
|
133950
|
+
* @param id - required id to pass to customView
|
133951
|
+
*/
|
133952
|
+
class CustomView_UserViewPreferencesQuery extends Request {
|
133953
|
+
constructor(request, id) {
|
133954
|
+
super(request);
|
133955
|
+
this._id = id;
|
133956
|
+
}
|
133957
|
+
/**
|
133958
|
+
* Call the CustomView_UserViewPreferences query and return a ViewPreferences
|
133959
|
+
*
|
133960
|
+
* @returns parsed response from CustomView_UserViewPreferencesQuery
|
133961
|
+
*/
|
133962
|
+
fetch() {
|
133963
|
+
return __awaiter(this, void 0, void 0, function* () {
|
133964
|
+
const response = yield this._request(CustomView_UserViewPreferencesDocument, {
|
133965
|
+
id: this._id,
|
133966
|
+
});
|
133967
|
+
const data = response.customView.userViewPreferences;
|
133968
|
+
return data ? new ViewPreferences(this._request, data) : undefined;
|
133969
|
+
});
|
133970
|
+
}
|
133971
|
+
}
|
133972
|
+
/**
|
133973
|
+
* A fetchable CustomView_ViewPreferencesValues Query
|
133974
|
+
*
|
133975
|
+
* @param request - function to call the graphql client
|
133976
|
+
* @param id - required id to pass to customView
|
133977
|
+
*/
|
133978
|
+
class CustomView_ViewPreferencesValuesQuery extends Request {
|
133979
|
+
constructor(request, id) {
|
133980
|
+
super(request);
|
133981
|
+
this._id = id;
|
133982
|
+
}
|
133983
|
+
/**
|
133984
|
+
* Call the CustomView_ViewPreferencesValues query and return a ViewPreferencesValues
|
133985
|
+
*
|
133986
|
+
* @returns parsed response from CustomView_ViewPreferencesValuesQuery
|
133987
|
+
*/
|
133988
|
+
fetch() {
|
133989
|
+
return __awaiter(this, void 0, void 0, function* () {
|
133990
|
+
const response = yield this._request(CustomView_ViewPreferencesValuesDocument, {
|
133991
|
+
id: this._id,
|
133992
|
+
});
|
133993
|
+
const data = response.customView.viewPreferencesValues;
|
133994
|
+
return data ? new ViewPreferencesValues(this._request, data) : undefined;
|
133995
|
+
});
|
133996
|
+
}
|
133997
|
+
}
|
133998
|
+
/**
|
133999
|
+
* A fetchable CustomView_OrganizationViewPreferences_Preferences Query
|
134000
|
+
*
|
134001
|
+
* @param request - function to call the graphql client
|
134002
|
+
* @param id - required id to pass to customView_organizationViewPreferences
|
134003
|
+
*/
|
134004
|
+
class CustomView_OrganizationViewPreferences_PreferencesQuery extends Request {
|
134005
|
+
constructor(request, id) {
|
134006
|
+
super(request);
|
134007
|
+
this._id = id;
|
134008
|
+
}
|
134009
|
+
/**
|
134010
|
+
* Call the CustomView_OrganizationViewPreferences_Preferences query and return a ViewPreferencesValues
|
134011
|
+
*
|
134012
|
+
* @returns parsed response from CustomView_OrganizationViewPreferences_PreferencesQuery
|
134013
|
+
*/
|
134014
|
+
fetch() {
|
134015
|
+
var _a;
|
134016
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134017
|
+
const response = yield this._request(CustomView_OrganizationViewPreferences_PreferencesDocument, {
|
134018
|
+
id: this._id,
|
134019
|
+
});
|
134020
|
+
const data = (_a = response.customView.organizationViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
|
134021
|
+
return data ? new ViewPreferencesValues(this._request, data) : undefined;
|
134022
|
+
});
|
134023
|
+
}
|
134024
|
+
}
|
134025
|
+
/**
|
134026
|
+
* A fetchable CustomView_UserViewPreferences_Preferences Query
|
134027
|
+
*
|
134028
|
+
* @param request - function to call the graphql client
|
134029
|
+
* @param id - required id to pass to customView_userViewPreferences
|
134030
|
+
*/
|
134031
|
+
class CustomView_UserViewPreferences_PreferencesQuery extends Request {
|
134032
|
+
constructor(request, id) {
|
134033
|
+
super(request);
|
134034
|
+
this._id = id;
|
134035
|
+
}
|
134036
|
+
/**
|
134037
|
+
* Call the CustomView_UserViewPreferences_Preferences query and return a ViewPreferencesValues
|
134038
|
+
*
|
134039
|
+
* @returns parsed response from CustomView_UserViewPreferences_PreferencesQuery
|
134040
|
+
*/
|
134041
|
+
fetch() {
|
134042
|
+
var _a;
|
134043
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134044
|
+
const response = yield this._request(CustomView_UserViewPreferences_PreferencesDocument, {
|
134045
|
+
id: this._id,
|
134046
|
+
});
|
134047
|
+
const data = (_a = response.customView.userViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
|
134048
|
+
return data ? new ViewPreferencesValues(this._request, data) : undefined;
|
134049
|
+
});
|
134050
|
+
}
|
134051
|
+
}
|
132099
134052
|
/**
|
132100
134053
|
* A fetchable Cycle_Issues Query
|
132101
134054
|
*
|
@@ -133073,6 +135026,32 @@ class Project_ProjectUpdatesQuery extends Request {
|
|
133073
135026
|
});
|
133074
135027
|
}
|
133075
135028
|
}
|
135029
|
+
/**
|
135030
|
+
* A fetchable Project_Status Query
|
135031
|
+
*
|
135032
|
+
* @param request - function to call the graphql client
|
135033
|
+
* @param id - required id to pass to project
|
135034
|
+
*/
|
135035
|
+
class Project_StatusQuery extends Request {
|
135036
|
+
constructor(request, id) {
|
135037
|
+
super(request);
|
135038
|
+
this._id = id;
|
135039
|
+
}
|
135040
|
+
/**
|
135041
|
+
* Call the Project_Status query and return a ProjectStatus
|
135042
|
+
*
|
135043
|
+
* @returns parsed response from Project_StatusQuery
|
135044
|
+
*/
|
135045
|
+
fetch() {
|
135046
|
+
return __awaiter(this, void 0, void 0, function* () {
|
135047
|
+
const response = yield this._request(Project_StatusDocument, {
|
135048
|
+
id: this._id,
|
135049
|
+
});
|
135050
|
+
const data = response.project.status;
|
135051
|
+
return new ProjectStatus(this._request, data);
|
135052
|
+
});
|
135053
|
+
}
|
135054
|
+
}
|
133076
135055
|
/**
|
133077
135056
|
* A fetchable Project_Teams Query
|
133078
135057
|
*
|
@@ -133127,6 +135106,33 @@ class ProjectMilestone_IssuesQuery extends Request {
|
|
133127
135106
|
});
|
133128
135107
|
}
|
133129
135108
|
}
|
135109
|
+
/**
|
135110
|
+
* A fetchable ProjectUpdate_Comments Query
|
135111
|
+
*
|
135112
|
+
* @param request - function to call the graphql client
|
135113
|
+
* @param id - required id to pass to projectUpdate
|
135114
|
+
* @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
|
135115
|
+
*/
|
135116
|
+
class ProjectUpdate_CommentsQuery extends Request {
|
135117
|
+
constructor(request, id, variables) {
|
135118
|
+
super(request);
|
135119
|
+
this._id = id;
|
135120
|
+
this._variables = variables;
|
135121
|
+
}
|
135122
|
+
/**
|
135123
|
+
* Call the ProjectUpdate_Comments query and return a CommentConnection
|
135124
|
+
*
|
135125
|
+
* @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
|
135126
|
+
* @returns parsed response from ProjectUpdate_CommentsQuery
|
135127
|
+
*/
|
135128
|
+
fetch(variables) {
|
135129
|
+
return __awaiter(this, void 0, void 0, function* () {
|
135130
|
+
const response = yield this._request(ProjectUpdate_CommentsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
135131
|
+
const data = response.projectUpdate.comments;
|
135132
|
+
return new CommentConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
135133
|
+
});
|
135134
|
+
}
|
135135
|
+
}
|
133130
135136
|
/**
|
133131
135137
|
* A fetchable Roadmap_Projects Query
|
133132
135138
|
*
|
@@ -133968,6 +135974,15 @@ class LinearSdk extends Request {
|
|
133968
135974
|
emojis(variables) {
|
133969
135975
|
return new EmojisQuery(this._request).fetch(variables);
|
133970
135976
|
}
|
135977
|
+
/**
|
135978
|
+
* One specific entity link.
|
135979
|
+
*
|
135980
|
+
* @param id - required id to pass to entityExternalLink
|
135981
|
+
* @returns EntityExternalLink
|
135982
|
+
*/
|
135983
|
+
entityExternalLink(id) {
|
135984
|
+
return new EntityExternalLinkQuery(this._request).fetch(id);
|
135985
|
+
}
|
133971
135986
|
/**
|
133972
135987
|
* One specific external user.
|
133973
135988
|
*
|
@@ -134303,6 +136318,24 @@ class LinearSdk extends Request {
|
|
134303
136318
|
projectMilestones(variables) {
|
134304
136319
|
return new ProjectMilestonesQuery(this._request).fetch(variables);
|
134305
136320
|
}
|
136321
|
+
/**
|
136322
|
+
* One specific project relation.
|
136323
|
+
*
|
136324
|
+
* @param id - required id to pass to projectRelation
|
136325
|
+
* @returns ProjectRelation
|
136326
|
+
*/
|
136327
|
+
projectRelation(id) {
|
136328
|
+
return new ProjectRelationQuery(this._request).fetch(id);
|
136329
|
+
}
|
136330
|
+
/**
|
136331
|
+
* All project relationships.
|
136332
|
+
*
|
136333
|
+
* @param variables - variables to pass into the ProjectRelationsQuery
|
136334
|
+
* @returns ProjectRelationConnection
|
136335
|
+
*/
|
136336
|
+
projectRelations(variables) {
|
136337
|
+
return new ProjectRelationsQuery(this._request).fetch(variables);
|
136338
|
+
}
|
134306
136339
|
/**
|
134307
136340
|
* A specific project update.
|
134308
136341
|
*
|
@@ -135010,6 +137043,34 @@ class LinearSdk extends Request {
|
|
135010
137043
|
deleteEmoji(id) {
|
135011
137044
|
return new DeleteEmojiMutation(this._request).fetch(id);
|
135012
137045
|
}
|
137046
|
+
/**
|
137047
|
+
* Creates a new entity link.
|
137048
|
+
*
|
137049
|
+
* @param input - required input to pass to createEntityExternalLink
|
137050
|
+
* @returns EntityExternalLinkPayload
|
137051
|
+
*/
|
137052
|
+
createEntityExternalLink(input) {
|
137053
|
+
return new CreateEntityExternalLinkMutation(this._request).fetch(input);
|
137054
|
+
}
|
137055
|
+
/**
|
137056
|
+
* Deletes an entity link.
|
137057
|
+
*
|
137058
|
+
* @param id - required id to pass to deleteEntityExternalLink
|
137059
|
+
* @returns DeletePayload
|
137060
|
+
*/
|
137061
|
+
deleteEntityExternalLink(id) {
|
137062
|
+
return new DeleteEntityExternalLinkMutation(this._request).fetch(id);
|
137063
|
+
}
|
137064
|
+
/**
|
137065
|
+
* Updates an entity link.
|
137066
|
+
*
|
137067
|
+
* @param id - required id to pass to updateEntityExternalLink
|
137068
|
+
* @param input - required input to pass to updateEntityExternalLink
|
137069
|
+
* @returns EntityExternalLinkPayload
|
137070
|
+
*/
|
137071
|
+
updateEntityExternalLink(id, input) {
|
137072
|
+
return new UpdateEntityExternalLinkMutation(this._request).fetch(id, input);
|
137073
|
+
}
|
135013
137074
|
/**
|
135014
137075
|
* Creates a new favorite (project, cycle etc).
|
135015
137076
|
*
|
@@ -135596,10 +137657,11 @@ class LinearSdk extends Request {
|
|
135596
137657
|
*
|
135597
137658
|
* @param id - required id to pass to updateIssueLabel
|
135598
137659
|
* @param input - required input to pass to updateIssueLabel
|
137660
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
|
135599
137661
|
* @returns IssueLabelPayload
|
135600
137662
|
*/
|
135601
|
-
updateIssueLabel(id, input) {
|
135602
|
-
return new UpdateIssueLabelMutation(this._request).fetch(id, input);
|
137663
|
+
updateIssueLabel(id, input, variables) {
|
137664
|
+
return new UpdateIssueLabelMutation(this._request).fetch(id, input, variables);
|
135603
137665
|
}
|
135604
137666
|
/**
|
135605
137667
|
* Creates a new issue relation.
|
@@ -136673,7 +138735,9 @@ exports.AuthOauthClientWithScope = AuthOauthClientWithScope;
|
|
136673
138735
|
exports.AuthOauthClientWithTokens = AuthOauthClientWithTokens;
|
136674
138736
|
exports.AuthOrganization = AuthOrganization;
|
136675
138737
|
exports.AuthOrganizationDomain = AuthOrganizationDomain;
|
138738
|
+
exports.AuthOrganizationExistsPayload = AuthOrganizationExistsPayload;
|
136676
138739
|
exports.AuthOrganizationInvite = AuthOrganizationInvite;
|
138740
|
+
exports.AuthOrganizationPayload = AuthOrganizationPayload;
|
136677
138741
|
exports.AuthResolverResponse = AuthResolverResponse;
|
136678
138742
|
exports.AuthSuccessPayload = AuthSuccessPayload;
|
136679
138743
|
exports.AuthUser = AuthUser;
|
@@ -136709,6 +138773,7 @@ exports.CreateCycleMutation = CreateCycleMutation;
|
|
136709
138773
|
exports.CreateDocumentMutation = CreateDocumentMutation;
|
136710
138774
|
exports.CreateEmailIntakeAddressMutation = CreateEmailIntakeAddressMutation;
|
136711
138775
|
exports.CreateEmojiMutation = CreateEmojiMutation;
|
138776
|
+
exports.CreateEntityExternalLinkMutation = CreateEntityExternalLinkMutation;
|
136712
138777
|
exports.CreateFavoriteMutation = CreateFavoriteMutation;
|
136713
138778
|
exports.CreateGitAutomationStateMutation = CreateGitAutomationStateMutation;
|
136714
138779
|
exports.CreateGitAutomationTargetBranchMutation = CreateGitAutomationTargetBranchMutation;
|
@@ -136747,6 +138812,11 @@ exports.CustomViewPayload = CustomViewPayload;
|
|
136747
138812
|
exports.CustomViewQuery = CustomViewQuery;
|
136748
138813
|
exports.CustomViewSuggestionPayload = CustomViewSuggestionPayload;
|
136749
138814
|
exports.CustomView_IssuesQuery = CustomView_IssuesQuery;
|
138815
|
+
exports.CustomView_OrganizationViewPreferencesQuery = CustomView_OrganizationViewPreferencesQuery;
|
138816
|
+
exports.CustomView_OrganizationViewPreferences_PreferencesQuery = CustomView_OrganizationViewPreferences_PreferencesQuery;
|
138817
|
+
exports.CustomView_UserViewPreferencesQuery = CustomView_UserViewPreferencesQuery;
|
138818
|
+
exports.CustomView_UserViewPreferences_PreferencesQuery = CustomView_UserViewPreferences_PreferencesQuery;
|
138819
|
+
exports.CustomView_ViewPreferencesValuesQuery = CustomView_ViewPreferencesValuesQuery;
|
136750
138820
|
exports.CustomViewsQuery = CustomViewsQuery;
|
136751
138821
|
exports.Cycle = Cycle;
|
136752
138822
|
exports.CycleArchivePayload = CycleArchivePayload;
|
@@ -136765,6 +138835,7 @@ exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
|
|
136765
138835
|
exports.DeleteDocumentMutation = DeleteDocumentMutation;
|
136766
138836
|
exports.DeleteEmailIntakeAddressMutation = DeleteEmailIntakeAddressMutation;
|
136767
138837
|
exports.DeleteEmojiMutation = DeleteEmojiMutation;
|
138838
|
+
exports.DeleteEntityExternalLinkMutation = DeleteEntityExternalLinkMutation;
|
136768
138839
|
exports.DeleteFavoriteMutation = DeleteFavoriteMutation;
|
136769
138840
|
exports.DeleteGitAutomationStateMutation = DeleteGitAutomationStateMutation;
|
136770
138841
|
exports.DeleteGitAutomationTargetBranchMutation = DeleteGitAutomationTargetBranchMutation;
|
@@ -136803,6 +138874,7 @@ exports.DocumentContentHistory = DocumentContentHistory;
|
|
136803
138874
|
exports.DocumentContentHistoryPayload = DocumentContentHistoryPayload;
|
136804
138875
|
exports.DocumentContentHistoryQuery = DocumentContentHistoryQuery;
|
136805
138876
|
exports.DocumentContentHistoryType = DocumentContentHistoryType;
|
138877
|
+
exports.DocumentNotification = DocumentNotification;
|
136806
138878
|
exports.DocumentPayload = DocumentPayload;
|
136807
138879
|
exports.DocumentQuery = DocumentQuery;
|
136808
138880
|
exports.DocumentSearchPayload = DocumentSearchPayload;
|
@@ -136823,6 +138895,10 @@ exports.EmojiPayload = EmojiPayload;
|
|
136823
138895
|
exports.EmojiQuery = EmojiQuery;
|
136824
138896
|
exports.EmojisQuery = EmojisQuery;
|
136825
138897
|
exports.Entity = Entity;
|
138898
|
+
exports.EntityExternalLink = EntityExternalLink;
|
138899
|
+
exports.EntityExternalLinkConnection = EntityExternalLinkConnection;
|
138900
|
+
exports.EntityExternalLinkPayload = EntityExternalLinkPayload;
|
138901
|
+
exports.EntityExternalLinkQuery = EntityExternalLinkQuery;
|
136826
138902
|
exports.ExternalUser = ExternalUser;
|
136827
138903
|
exports.ExternalUserConnection = ExternalUserConnection;
|
136828
138904
|
exports.ExternalUserQuery = ExternalUserQuery;
|
@@ -137020,6 +139096,7 @@ exports.OauthClientConnection = OauthClientConnection;
|
|
137020
139096
|
exports.OauthToken = OauthToken;
|
137021
139097
|
exports.OpsgenieSettings = OpsgenieSettings;
|
137022
139098
|
exports.Organization = Organization;
|
139099
|
+
exports.OrganizationAcceptedOrExpiredInviteDetailsPayload = OrganizationAcceptedOrExpiredInviteDetailsPayload;
|
137023
139100
|
exports.OrganizationCancelDeletePayload = OrganizationCancelDeletePayload;
|
137024
139101
|
exports.OrganizationDeleteChallengeMutation = OrganizationDeleteChallengeMutation;
|
137025
139102
|
exports.OrganizationDeletePayload = OrganizationDeletePayload;
|
@@ -137068,9 +139145,16 @@ exports.ProjectNotification = ProjectNotification;
|
|
137068
139145
|
exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
|
137069
139146
|
exports.ProjectPayload = ProjectPayload;
|
137070
139147
|
exports.ProjectQuery = ProjectQuery;
|
139148
|
+
exports.ProjectRelation = ProjectRelation;
|
139149
|
+
exports.ProjectRelationConnection = ProjectRelationConnection;
|
139150
|
+
exports.ProjectRelationPayload = ProjectRelationPayload;
|
139151
|
+
exports.ProjectRelationQuery = ProjectRelationQuery;
|
139152
|
+
exports.ProjectRelationsQuery = ProjectRelationsQuery;
|
137071
139153
|
exports.ProjectSearchPayload = ProjectSearchPayload;
|
137072
139154
|
exports.ProjectSearchResult = ProjectSearchResult;
|
137073
139155
|
exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
|
139156
|
+
exports.ProjectStatus = ProjectStatus;
|
139157
|
+
exports.ProjectStatusConnection = ProjectStatusConnection;
|
137074
139158
|
exports.ProjectUpdate = ProjectUpdate;
|
137075
139159
|
exports.ProjectUpdateConnection = ProjectUpdateConnection;
|
137076
139160
|
exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
|
@@ -137083,6 +139167,7 @@ exports.ProjectUpdatePayload = ProjectUpdatePayload;
|
|
137083
139167
|
exports.ProjectUpdateQuery = ProjectUpdateQuery;
|
137084
139168
|
exports.ProjectUpdateReminderPayload = ProjectUpdateReminderPayload;
|
137085
139169
|
exports.ProjectUpdateWithInteractionPayload = ProjectUpdateWithInteractionPayload;
|
139170
|
+
exports.ProjectUpdate_CommentsQuery = ProjectUpdate_CommentsQuery;
|
137086
139171
|
exports.ProjectUpdatesQuery = ProjectUpdatesQuery;
|
137087
139172
|
exports.Project_DocumentsQuery = Project_DocumentsQuery;
|
137088
139173
|
exports.Project_IssuesQuery = Project_IssuesQuery;
|
@@ -137090,6 +139175,7 @@ exports.Project_LinksQuery = Project_LinksQuery;
|
|
137090
139175
|
exports.Project_MembersQuery = Project_MembersQuery;
|
137091
139176
|
exports.Project_ProjectMilestonesQuery = Project_ProjectMilestonesQuery;
|
137092
139177
|
exports.Project_ProjectUpdatesQuery = Project_ProjectUpdatesQuery;
|
139178
|
+
exports.Project_StatusQuery = Project_StatusQuery;
|
137093
139179
|
exports.Project_TeamsQuery = Project_TeamsQuery;
|
137094
139180
|
exports.ProjectsQuery = ProjectsQuery;
|
137095
139181
|
exports.PushSubscription = PushSubscription;
|
@@ -137189,6 +139275,7 @@ exports.UpdateCustomViewMutation = UpdateCustomViewMutation;
|
|
137189
139275
|
exports.UpdateCycleMutation = UpdateCycleMutation;
|
137190
139276
|
exports.UpdateDocumentMutation = UpdateDocumentMutation;
|
137191
139277
|
exports.UpdateEmailIntakeAddressMutation = UpdateEmailIntakeAddressMutation;
|
139278
|
+
exports.UpdateEntityExternalLinkMutation = UpdateEntityExternalLinkMutation;
|
137192
139279
|
exports.UpdateFavoriteMutation = UpdateFavoriteMutation;
|
137193
139280
|
exports.UpdateGitAutomationStateMutation = UpdateGitAutomationStateMutation;
|
137194
139281
|
exports.UpdateGitAutomationTargetBranchMutation = UpdateGitAutomationTargetBranchMutation;
|
@@ -137250,6 +139337,7 @@ exports.User_TeamsQuery = User_TeamsQuery;
|
|
137250
139337
|
exports.UsersQuery = UsersQuery;
|
137251
139338
|
exports.ViewPreferences = ViewPreferences;
|
137252
139339
|
exports.ViewPreferencesPayload = ViewPreferencesPayload;
|
139340
|
+
exports.ViewPreferencesValues = ViewPreferencesValues;
|
137253
139341
|
exports.ViewerQuery = ViewerQuery;
|
137254
139342
|
exports.Viewer_AssignedIssuesQuery = Viewer_AssignedIssuesQuery;
|
137255
139343
|
exports.Viewer_CreatedIssuesQuery = Viewer_CreatedIssuesQuery;
|