@linear/sdk 19.3.0 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_generated_documents.d.ts +826 -45
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +563 -13
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2444 -471
- 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 +2420 -472
- 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 +2445 -472
- 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
@@ -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";
|
@@ -84139,6 +84142,63 @@ const ActorBotFragmentDoc = {
|
|
84139
84142
|
},
|
84140
84143
|
],
|
84141
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
|
+
};
|
84142
84202
|
const NotificationSubscriptionFragmentDoc = {
|
84143
84203
|
kind: "Document",
|
84144
84204
|
definitions: [
|
@@ -84525,6 +84585,14 @@ const NotificationFragmentDoc = {
|
|
84525
84585
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84526
84586
|
},
|
84527
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
|
+
},
|
84528
84596
|
{
|
84529
84597
|
kind: "InlineFragment",
|
84530
84598
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
|
@@ -85241,6 +85309,32 @@ const AuthOrganizationInviteFragmentDoc = {
|
|
85241
85309
|
},
|
85242
85310
|
],
|
85243
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
|
+
};
|
85244
85338
|
const PaidSubscriptionFragmentDoc = {
|
85245
85339
|
kind: "Document",
|
85246
85340
|
definitions: [
|
@@ -85302,6 +85396,14 @@ const OrganizationFragmentDoc = {
|
|
85302
85396
|
{ kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
|
85303
85397
|
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
85304
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
|
+
},
|
85305
85407
|
{
|
85306
85408
|
kind: "Field",
|
85307
85409
|
name: { kind: "Name", value: "subscription" },
|
@@ -85394,6 +85496,7 @@ const AuthenticationSessionResponseFragmentDoc = {
|
|
85394
85496
|
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
85395
85497
|
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
85396
85498
|
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
85499
|
+
{ kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
|
85397
85500
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85398
85501
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
85399
85502
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
@@ -85961,11 +86064,12 @@ const SlackChannelNameMappingFragmentDoc = {
|
|
85961
86064
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85962
86065
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
|
85963
86066
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
|
86067
|
+
{ kind: "Field", name: { kind: "Name", value: "postCancellationUpdates" } },
|
86068
|
+
{ kind: "Field", name: { kind: "Name", value: "botAdded" } },
|
85964
86069
|
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85965
86070
|
{ kind: "Field", name: { kind: "Name", value: "isShared" } },
|
85966
86071
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
|
85967
86072
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
|
85968
|
-
{ kind: "Field", name: { kind: "Name", value: "botAdded" } },
|
85969
86073
|
{
|
85970
86074
|
kind: "Field",
|
85971
86075
|
name: { kind: "Name", value: "teams" },
|
@@ -86269,6 +86373,7 @@ const AuthenticationSessionFragmentDoc = {
|
|
86269
86373
|
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
86270
86374
|
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
86271
86375
|
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
86376
|
+
{ kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
|
86272
86377
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86273
86378
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
86274
86379
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
@@ -86742,6 +86847,7 @@ const OauthTokenFragmentDoc = {
|
|
86742
86847
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
|
86743
86848
|
},
|
86744
86849
|
},
|
86850
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
86745
86851
|
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86746
86852
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86747
86853
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -86805,6 +86911,49 @@ const AuthOrganizationDomainFragmentDoc = {
|
|
86805
86911
|
},
|
86806
86912
|
],
|
86807
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
|
+
};
|
86808
86957
|
const AuthResolverResponseFragmentDoc = {
|
86809
86958
|
kind: "Document",
|
86810
86959
|
definitions: [
|
@@ -87175,6 +87324,55 @@ const CreateOrJoinOrganizationResponseFragmentDoc = {
|
|
87175
87324
|
},
|
87176
87325
|
],
|
87177
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
|
+
};
|
87178
87376
|
const CustomViewFragmentDoc = {
|
87179
87377
|
kind: "Document",
|
87180
87378
|
definitions: [
|
@@ -87186,7 +87384,23 @@ const CustomViewFragmentDoc = {
|
|
87186
87384
|
kind: "SelectionSet",
|
87187
87385
|
selections: [
|
87188
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
|
+
},
|
87189
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
|
+
},
|
87190
87404
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
87191
87405
|
{ kind: "Field", name: { kind: "Name", value: "filterData" } },
|
87192
87406
|
{ kind: "Field", name: { kind: "Name", value: "projectFilterData" } },
|
@@ -87195,6 +87409,14 @@ const CustomViewFragmentDoc = {
|
|
87195
87409
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87196
87410
|
{ kind: "Field", name: { kind: "Name", value: "modelName" } },
|
87197
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
|
+
},
|
87198
87420
|
{
|
87199
87421
|
kind: "Field",
|
87200
87422
|
name: { kind: "Name", value: "team" },
|
@@ -87440,6 +87662,7 @@ const DocumentFragmentDoc = {
|
|
87440
87662
|
kind: "SelectionSet",
|
87441
87663
|
selections: [
|
87442
87664
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87665
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87443
87666
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87444
87667
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
87445
87668
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -87623,6 +87846,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
87623
87846
|
selections: [
|
87624
87847
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87625
87848
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
87849
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87626
87850
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87627
87851
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
87628
87852
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -87940,6 +88164,95 @@ const EmojiPayloadFragmentDoc = {
|
|
87940
88164
|
},
|
87941
88165
|
],
|
87942
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
|
+
};
|
87943
88256
|
const ExternalUserFragmentDoc = {
|
87944
88257
|
kind: "Document",
|
87945
88258
|
definitions: [
|
@@ -88840,6 +89153,8 @@ const IssueFragmentDoc = {
|
|
88840
89153
|
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
88841
89154
|
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
88842
89155
|
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
89156
|
+
{ kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
|
89157
|
+
{ kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
|
88843
89158
|
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
88844
89159
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
88845
89160
|
{
|
@@ -89057,6 +89372,45 @@ const IssueLabelFragmentDoc = {
|
|
89057
89372
|
},
|
89058
89373
|
],
|
89059
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
|
+
};
|
89060
89414
|
const IssueHistoryFragmentDoc = {
|
89061
89415
|
kind: "Document",
|
89062
89416
|
definitions: [
|
@@ -89270,6 +89624,14 @@ const IssueHistoryFragmentDoc = {
|
|
89270
89624
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
89271
89625
|
},
|
89272
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
|
+
},
|
89273
89635
|
],
|
89274
89636
|
},
|
89275
89637
|
},
|
@@ -89685,6 +90047,8 @@ const IssueSearchResultFragmentDoc = {
|
|
89685
90047
|
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
89686
90048
|
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
89687
90049
|
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
90050
|
+
{ kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
|
90051
|
+
{ kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
|
89688
90052
|
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
89689
90053
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89690
90054
|
{
|
@@ -90387,6 +90751,14 @@ const ProjectFragmentDoc = {
|
|
90387
90751
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
90388
90752
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
90389
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
|
+
},
|
90390
90762
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90391
90763
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90392
90764
|
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
@@ -90684,6 +91056,119 @@ const ProjectPayloadFragmentDoc = {
|
|
90684
91056
|
},
|
90685
91057
|
],
|
90686
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
|
+
};
|
90687
91172
|
const ProjectSearchResultFragmentDoc = {
|
90688
91173
|
kind: "Document",
|
90689
91174
|
definitions: [
|
@@ -90745,6 +91230,14 @@ const ProjectSearchResultFragmentDoc = {
|
|
90745
91230
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
90746
91231
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
90747
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
|
+
},
|
90748
91241
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90749
91242
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90750
91243
|
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
@@ -90853,6 +91346,38 @@ const ProjectSearchResultConnectionFragmentDoc = {
|
|
90853
91346
|
},
|
90854
91347
|
],
|
90855
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
|
+
};
|
90856
91381
|
const ProjectUpdateFragmentDoc = {
|
90857
91382
|
kind: "Document",
|
90858
91383
|
definitions: [
|
@@ -90864,6 +91389,7 @@ const ProjectUpdateFragmentDoc = {
|
|
90864
91389
|
kind: "SelectionSet",
|
90865
91390
|
selections: [
|
90866
91391
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91392
|
+
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
90867
91393
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
90868
91394
|
{ kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
|
90869
91395
|
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
@@ -91366,6 +91892,7 @@ const RoadmapFragmentDoc = {
|
|
91366
91892
|
kind: "SelectionSet",
|
91367
91893
|
selections: [
|
91368
91894
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91895
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
91369
91896
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
91370
91897
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
91371
91898
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
@@ -91783,6 +92310,7 @@ const TeamFragmentDoc = {
|
|
91783
92310
|
{ kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
|
91784
92311
|
{ kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
|
91785
92312
|
{ kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
|
92313
|
+
{ kind: "Field", name: { kind: "Name", value: "scimManaged" } },
|
91786
92314
|
{ kind: "Field", name: { kind: "Name", value: "private" } },
|
91787
92315
|
{ kind: "Field", name: { kind: "Name", value: "cyclesEnabled" } },
|
91788
92316
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
|
@@ -92396,45 +92924,6 @@ const UserAdminPayloadFragmentDoc = {
|
|
92396
92924
|
},
|
92397
92925
|
],
|
92398
92926
|
};
|
92399
|
-
const UserFragmentDoc = {
|
92400
|
-
kind: "Document",
|
92401
|
-
definitions: [
|
92402
|
-
{
|
92403
|
-
kind: "FragmentDefinition",
|
92404
|
-
name: { kind: "Name", value: "User" },
|
92405
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
|
92406
|
-
selectionSet: {
|
92407
|
-
kind: "SelectionSet",
|
92408
|
-
selections: [
|
92409
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92410
|
-
{ kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
|
92411
|
-
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
92412
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
92413
|
-
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
92414
|
-
{ kind: "Field", name: { kind: "Name", value: "disableReason" } },
|
92415
|
-
{ kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
|
92416
|
-
{ kind: "Field", name: { kind: "Name", value: "statusLabel" } },
|
92417
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92418
|
-
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
92419
|
-
{ kind: "Field", name: { kind: "Name", value: "timezone" } },
|
92420
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92421
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92422
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92423
|
-
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
92424
|
-
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
92425
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
92426
|
-
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
92427
|
-
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
92428
|
-
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
92429
|
-
{ kind: "Field", name: { kind: "Name", value: "guest" } },
|
92430
|
-
{ kind: "Field", name: { kind: "Name", value: "admin" } },
|
92431
|
-
{ kind: "Field", name: { kind: "Name", value: "isMe" } },
|
92432
|
-
{ kind: "Field", name: { kind: "Name", value: "calendarHash" } },
|
92433
|
-
],
|
92434
|
-
},
|
92435
|
-
},
|
92436
|
-
],
|
92437
|
-
};
|
92438
92927
|
const UserConnectionFragmentDoc = {
|
92439
92928
|
kind: "Document",
|
92440
92929
|
definitions: [
|
@@ -92549,28 +93038,6 @@ const UserSettingsPayloadFragmentDoc = {
|
|
92549
93038
|
},
|
92550
93039
|
],
|
92551
93040
|
};
|
92552
|
-
const ViewPreferencesFragmentDoc = {
|
92553
|
-
kind: "Document",
|
92554
|
-
definitions: [
|
92555
|
-
{
|
92556
|
-
kind: "FragmentDefinition",
|
92557
|
-
name: { kind: "Name", value: "ViewPreferences" },
|
92558
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
|
92559
|
-
selectionSet: {
|
92560
|
-
kind: "SelectionSet",
|
92561
|
-
selections: [
|
92562
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92563
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92564
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92565
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92566
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92567
|
-
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
92568
|
-
{ kind: "Field", name: { kind: "Name", value: "viewType" } },
|
92569
|
-
],
|
92570
|
-
},
|
92571
|
-
},
|
92572
|
-
],
|
92573
|
-
};
|
92574
93041
|
const ViewPreferencesPayloadFragmentDoc = {
|
92575
93042
|
kind: "Document",
|
92576
93043
|
definitions: [
|
@@ -93886,6 +94353,7 @@ const AttachmentIssue_HistoryDocument = {
|
|
93886
94353
|
...ActorBotFragmentDoc.definitions,
|
93887
94354
|
...IssueImportFragmentDoc.definitions,
|
93888
94355
|
...IssueLabelFragmentDoc.definitions,
|
94356
|
+
...UserFragmentDoc.definitions,
|
93889
94357
|
...PageInfoFragmentDoc.definitions,
|
93890
94358
|
],
|
93891
94359
|
};
|
@@ -95212,6 +95680,8 @@ const CustomViewDocument = {
|
|
95212
95680
|
},
|
95213
95681
|
},
|
95214
95682
|
...CustomViewFragmentDoc.definitions,
|
95683
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95684
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95215
95685
|
],
|
95216
95686
|
};
|
95217
95687
|
const CustomView_IssuesDocument = {
|
@@ -95349,6 +95819,265 @@ const CustomView_IssuesDocument = {
|
|
95349
95819
|
...PageInfoFragmentDoc.definitions,
|
95350
95820
|
],
|
95351
95821
|
};
|
95822
|
+
const CustomView_OrganizationViewPreferencesDocument = {
|
95823
|
+
kind: "Document",
|
95824
|
+
definitions: [
|
95825
|
+
{
|
95826
|
+
kind: "OperationDefinition",
|
95827
|
+
operation: "query",
|
95828
|
+
name: { kind: "Name", value: "customView_organizationViewPreferences" },
|
95829
|
+
variableDefinitions: [
|
95830
|
+
{
|
95831
|
+
kind: "VariableDefinition",
|
95832
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95833
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95834
|
+
},
|
95835
|
+
],
|
95836
|
+
selectionSet: {
|
95837
|
+
kind: "SelectionSet",
|
95838
|
+
selections: [
|
95839
|
+
{
|
95840
|
+
kind: "Field",
|
95841
|
+
name: { kind: "Name", value: "customView" },
|
95842
|
+
arguments: [
|
95843
|
+
{
|
95844
|
+
kind: "Argument",
|
95845
|
+
name: { kind: "Name", value: "id" },
|
95846
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95847
|
+
},
|
95848
|
+
],
|
95849
|
+
selectionSet: {
|
95850
|
+
kind: "SelectionSet",
|
95851
|
+
selections: [
|
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
|
+
},
|
95860
|
+
],
|
95861
|
+
},
|
95862
|
+
},
|
95863
|
+
],
|
95864
|
+
},
|
95865
|
+
},
|
95866
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95867
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95868
|
+
],
|
95869
|
+
};
|
95870
|
+
const CustomView_OrganizationViewPreferences_PreferencesDocument = {
|
95871
|
+
kind: "Document",
|
95872
|
+
definitions: [
|
95873
|
+
{
|
95874
|
+
kind: "OperationDefinition",
|
95875
|
+
operation: "query",
|
95876
|
+
name: { kind: "Name", value: "customView_organizationViewPreferences_preferences" },
|
95877
|
+
variableDefinitions: [
|
95878
|
+
{
|
95879
|
+
kind: "VariableDefinition",
|
95880
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95881
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95882
|
+
},
|
95883
|
+
],
|
95884
|
+
selectionSet: {
|
95885
|
+
kind: "SelectionSet",
|
95886
|
+
selections: [
|
95887
|
+
{
|
95888
|
+
kind: "Field",
|
95889
|
+
name: { kind: "Name", value: "customView" },
|
95890
|
+
arguments: [
|
95891
|
+
{
|
95892
|
+
kind: "Argument",
|
95893
|
+
name: { kind: "Name", value: "id" },
|
95894
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95895
|
+
},
|
95896
|
+
],
|
95897
|
+
selectionSet: {
|
95898
|
+
kind: "SelectionSet",
|
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
|
+
],
|
95920
|
+
},
|
95921
|
+
},
|
95922
|
+
],
|
95923
|
+
},
|
95924
|
+
},
|
95925
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95926
|
+
],
|
95927
|
+
};
|
95928
|
+
const CustomView_UserViewPreferencesDocument = {
|
95929
|
+
kind: "Document",
|
95930
|
+
definitions: [
|
95931
|
+
{
|
95932
|
+
kind: "OperationDefinition",
|
95933
|
+
operation: "query",
|
95934
|
+
name: { kind: "Name", value: "customView_userViewPreferences" },
|
95935
|
+
variableDefinitions: [
|
95936
|
+
{
|
95937
|
+
kind: "VariableDefinition",
|
95938
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95939
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95940
|
+
},
|
95941
|
+
],
|
95942
|
+
selectionSet: {
|
95943
|
+
kind: "SelectionSet",
|
95944
|
+
selections: [
|
95945
|
+
{
|
95946
|
+
kind: "Field",
|
95947
|
+
name: { kind: "Name", value: "customView" },
|
95948
|
+
arguments: [
|
95949
|
+
{
|
95950
|
+
kind: "Argument",
|
95951
|
+
name: { kind: "Name", value: "id" },
|
95952
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95953
|
+
},
|
95954
|
+
],
|
95955
|
+
selectionSet: {
|
95956
|
+
kind: "SelectionSet",
|
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
|
+
],
|
95967
|
+
},
|
95968
|
+
},
|
95969
|
+
],
|
95970
|
+
},
|
95971
|
+
},
|
95972
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95973
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95974
|
+
],
|
95975
|
+
};
|
95976
|
+
const CustomView_UserViewPreferences_PreferencesDocument = {
|
95977
|
+
kind: "Document",
|
95978
|
+
definitions: [
|
95979
|
+
{
|
95980
|
+
kind: "OperationDefinition",
|
95981
|
+
operation: "query",
|
95982
|
+
name: { kind: "Name", value: "customView_userViewPreferences_preferences" },
|
95983
|
+
variableDefinitions: [
|
95984
|
+
{
|
95985
|
+
kind: "VariableDefinition",
|
95986
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95987
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
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: [
|
96042
|
+
{
|
96043
|
+
kind: "VariableDefinition",
|
96044
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96045
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96046
|
+
},
|
96047
|
+
],
|
96048
|
+
selectionSet: {
|
96049
|
+
kind: "SelectionSet",
|
96050
|
+
selections: [
|
96051
|
+
{
|
96052
|
+
kind: "Field",
|
96053
|
+
name: { kind: "Name", value: "customView" },
|
96054
|
+
arguments: [
|
96055
|
+
{
|
96056
|
+
kind: "Argument",
|
96057
|
+
name: { kind: "Name", value: "id" },
|
96058
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96059
|
+
},
|
96060
|
+
],
|
96061
|
+
selectionSet: {
|
96062
|
+
kind: "SelectionSet",
|
96063
|
+
selections: [
|
96064
|
+
{
|
96065
|
+
kind: "Field",
|
96066
|
+
name: { kind: "Name", value: "viewPreferencesValues" },
|
96067
|
+
selectionSet: {
|
96068
|
+
kind: "SelectionSet",
|
96069
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
|
96070
|
+
},
|
96071
|
+
},
|
96072
|
+
],
|
96073
|
+
},
|
96074
|
+
},
|
96075
|
+
],
|
96076
|
+
},
|
96077
|
+
},
|
96078
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
96079
|
+
],
|
96080
|
+
};
|
95352
96081
|
const CustomViewHasSubscribersDocument = {
|
95353
96082
|
kind: "Document",
|
95354
96083
|
definitions: [
|
@@ -95476,6 +96205,8 @@ const CustomViewsDocument = {
|
|
95476
96205
|
},
|
95477
96206
|
...CustomViewConnectionFragmentDoc.definitions,
|
95478
96207
|
...CustomViewFragmentDoc.definitions,
|
96208
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
96209
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95479
96210
|
...PageInfoFragmentDoc.definitions,
|
95480
96211
|
],
|
95481
96212
|
};
|
@@ -96166,6 +96897,44 @@ const EmojisDocument = {
|
|
96166
96897
|
...PageInfoFragmentDoc.definitions,
|
96167
96898
|
],
|
96168
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
|
+
};
|
96169
96938
|
const ExternalUserDocument = {
|
96170
96939
|
kind: "Document",
|
96171
96940
|
definitions: [
|
@@ -97445,6 +98214,7 @@ const Issue_HistoryDocument = {
|
|
97445
98214
|
...ActorBotFragmentDoc.definitions,
|
97446
98215
|
...IssueImportFragmentDoc.definitions,
|
97447
98216
|
...IssueLabelFragmentDoc.definitions,
|
98217
|
+
...UserFragmentDoc.definitions,
|
97448
98218
|
...PageInfoFragmentDoc.definitions,
|
97449
98219
|
],
|
97450
98220
|
};
|
@@ -99367,6 +100137,7 @@ const IssueVcsBranchSearch_HistoryDocument = {
|
|
99367
100137
|
...ActorBotFragmentDoc.definitions,
|
99368
100138
|
...IssueImportFragmentDoc.definitions,
|
99369
100139
|
...IssueLabelFragmentDoc.definitions,
|
100140
|
+
...UserFragmentDoc.definitions,
|
99370
100141
|
...PageInfoFragmentDoc.definitions,
|
99371
100142
|
],
|
99372
100143
|
};
|
@@ -99995,6 +100766,7 @@ const NotificationDocument = {
|
|
99995
100766
|
},
|
99996
100767
|
...NotificationFragmentDoc.definitions,
|
99997
100768
|
...ActorBotFragmentDoc.definitions,
|
100769
|
+
...DocumentNotificationFragmentDoc.definitions,
|
99998
100770
|
...IssueNotificationFragmentDoc.definitions,
|
99999
100771
|
...NotificationSubscriptionFragmentDoc.definitions,
|
100000
100772
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -100220,6 +100992,7 @@ const NotificationsDocument = {
|
|
100220
100992
|
...NotificationConnectionFragmentDoc.definitions,
|
100221
100993
|
...NotificationFragmentDoc.definitions,
|
100222
100994
|
...ActorBotFragmentDoc.definitions,
|
100995
|
+
...DocumentNotificationFragmentDoc.definitions,
|
100223
100996
|
...IssueNotificationFragmentDoc.definitions,
|
100224
100997
|
...NotificationSubscriptionFragmentDoc.definitions,
|
100225
100998
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -100250,6 +101023,7 @@ const OrganizationDocument = {
|
|
100250
101023
|
},
|
100251
101024
|
},
|
100252
101025
|
...OrganizationFragmentDoc.definitions,
|
101026
|
+
...ProjectStatusFragmentDoc.definitions,
|
100253
101027
|
...PaidSubscriptionFragmentDoc.definitions,
|
100254
101028
|
],
|
100255
101029
|
};
|
@@ -101013,6 +101787,7 @@ const ProjectDocument = {
|
|
101013
101787
|
},
|
101014
101788
|
},
|
101015
101789
|
...ProjectFragmentDoc.definitions,
|
101790
|
+
...ProjectStatusFragmentDoc.definitions,
|
101016
101791
|
],
|
101017
101792
|
};
|
101018
101793
|
const Project_DocumentsDocument = {
|
@@ -101122,7 +101897,371 @@ const Project_DocumentsDocument = {
|
|
101122
101897
|
],
|
101123
101898
|
selectionSet: {
|
101124
101899
|
kind: "SelectionSet",
|
101125
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
|
101900
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
|
101901
|
+
},
|
101902
|
+
},
|
101903
|
+
],
|
101904
|
+
},
|
101905
|
+
},
|
101906
|
+
],
|
101907
|
+
},
|
101908
|
+
},
|
101909
|
+
...DocumentConnectionFragmentDoc.definitions,
|
101910
|
+
...DocumentFragmentDoc.definitions,
|
101911
|
+
...PageInfoFragmentDoc.definitions,
|
101912
|
+
],
|
101913
|
+
};
|
101914
|
+
const Project_IssuesDocument = {
|
101915
|
+
kind: "Document",
|
101916
|
+
definitions: [
|
101917
|
+
{
|
101918
|
+
kind: "OperationDefinition",
|
101919
|
+
operation: "query",
|
101920
|
+
name: { kind: "Name", value: "project_issues" },
|
101921
|
+
variableDefinitions: [
|
101922
|
+
{
|
101923
|
+
kind: "VariableDefinition",
|
101924
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101925
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101926
|
+
},
|
101927
|
+
{
|
101928
|
+
kind: "VariableDefinition",
|
101929
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101930
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101931
|
+
},
|
101932
|
+
{
|
101933
|
+
kind: "VariableDefinition",
|
101934
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101935
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101936
|
+
},
|
101937
|
+
{
|
101938
|
+
kind: "VariableDefinition",
|
101939
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101940
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
101941
|
+
},
|
101942
|
+
{
|
101943
|
+
kind: "VariableDefinition",
|
101944
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101945
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101946
|
+
},
|
101947
|
+
{
|
101948
|
+
kind: "VariableDefinition",
|
101949
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101950
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101951
|
+
},
|
101952
|
+
{
|
101953
|
+
kind: "VariableDefinition",
|
101954
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101955
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101956
|
+
},
|
101957
|
+
{
|
101958
|
+
kind: "VariableDefinition",
|
101959
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101960
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
101961
|
+
},
|
101962
|
+
],
|
101963
|
+
selectionSet: {
|
101964
|
+
kind: "SelectionSet",
|
101965
|
+
selections: [
|
101966
|
+
{
|
101967
|
+
kind: "Field",
|
101968
|
+
name: { kind: "Name", value: "project" },
|
101969
|
+
arguments: [
|
101970
|
+
{
|
101971
|
+
kind: "Argument",
|
101972
|
+
name: { kind: "Name", value: "id" },
|
101973
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101974
|
+
},
|
101975
|
+
],
|
101976
|
+
selectionSet: {
|
101977
|
+
kind: "SelectionSet",
|
101978
|
+
selections: [
|
101979
|
+
{
|
101980
|
+
kind: "Field",
|
101981
|
+
name: { kind: "Name", value: "issues" },
|
101982
|
+
arguments: [
|
101983
|
+
{
|
101984
|
+
kind: "Argument",
|
101985
|
+
name: { kind: "Name", value: "after" },
|
101986
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101987
|
+
},
|
101988
|
+
{
|
101989
|
+
kind: "Argument",
|
101990
|
+
name: { kind: "Name", value: "before" },
|
101991
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101992
|
+
},
|
101993
|
+
{
|
101994
|
+
kind: "Argument",
|
101995
|
+
name: { kind: "Name", value: "filter" },
|
101996
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101997
|
+
},
|
101998
|
+
{
|
101999
|
+
kind: "Argument",
|
102000
|
+
name: { kind: "Name", value: "first" },
|
102001
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102002
|
+
},
|
102003
|
+
{
|
102004
|
+
kind: "Argument",
|
102005
|
+
name: { kind: "Name", value: "includeArchived" },
|
102006
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102007
|
+
},
|
102008
|
+
{
|
102009
|
+
kind: "Argument",
|
102010
|
+
name: { kind: "Name", value: "last" },
|
102011
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102012
|
+
},
|
102013
|
+
{
|
102014
|
+
kind: "Argument",
|
102015
|
+
name: { kind: "Name", value: "orderBy" },
|
102016
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102017
|
+
},
|
102018
|
+
],
|
102019
|
+
selectionSet: {
|
102020
|
+
kind: "SelectionSet",
|
102021
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
102022
|
+
},
|
102023
|
+
},
|
102024
|
+
],
|
102025
|
+
},
|
102026
|
+
},
|
102027
|
+
],
|
102028
|
+
},
|
102029
|
+
},
|
102030
|
+
...IssueConnectionFragmentDoc.definitions,
|
102031
|
+
...IssueFragmentDoc.definitions,
|
102032
|
+
...ActorBotFragmentDoc.definitions,
|
102033
|
+
...PageInfoFragmentDoc.definitions,
|
102034
|
+
],
|
102035
|
+
};
|
102036
|
+
const Project_LinksDocument = {
|
102037
|
+
kind: "Document",
|
102038
|
+
definitions: [
|
102039
|
+
{
|
102040
|
+
kind: "OperationDefinition",
|
102041
|
+
operation: "query",
|
102042
|
+
name: { kind: "Name", value: "project_links" },
|
102043
|
+
variableDefinitions: [
|
102044
|
+
{
|
102045
|
+
kind: "VariableDefinition",
|
102046
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102047
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102048
|
+
},
|
102049
|
+
{
|
102050
|
+
kind: "VariableDefinition",
|
102051
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102052
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102053
|
+
},
|
102054
|
+
{
|
102055
|
+
kind: "VariableDefinition",
|
102056
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102057
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102058
|
+
},
|
102059
|
+
{
|
102060
|
+
kind: "VariableDefinition",
|
102061
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102062
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102063
|
+
},
|
102064
|
+
{
|
102065
|
+
kind: "VariableDefinition",
|
102066
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102067
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102068
|
+
},
|
102069
|
+
{
|
102070
|
+
kind: "VariableDefinition",
|
102071
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102072
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102073
|
+
},
|
102074
|
+
{
|
102075
|
+
kind: "VariableDefinition",
|
102076
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102077
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102078
|
+
},
|
102079
|
+
],
|
102080
|
+
selectionSet: {
|
102081
|
+
kind: "SelectionSet",
|
102082
|
+
selections: [
|
102083
|
+
{
|
102084
|
+
kind: "Field",
|
102085
|
+
name: { kind: "Name", value: "project" },
|
102086
|
+
arguments: [
|
102087
|
+
{
|
102088
|
+
kind: "Argument",
|
102089
|
+
name: { kind: "Name", value: "id" },
|
102090
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102091
|
+
},
|
102092
|
+
],
|
102093
|
+
selectionSet: {
|
102094
|
+
kind: "SelectionSet",
|
102095
|
+
selections: [
|
102096
|
+
{
|
102097
|
+
kind: "Field",
|
102098
|
+
name: { kind: "Name", value: "links" },
|
102099
|
+
arguments: [
|
102100
|
+
{
|
102101
|
+
kind: "Argument",
|
102102
|
+
name: { kind: "Name", value: "after" },
|
102103
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102104
|
+
},
|
102105
|
+
{
|
102106
|
+
kind: "Argument",
|
102107
|
+
name: { kind: "Name", value: "before" },
|
102108
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102109
|
+
},
|
102110
|
+
{
|
102111
|
+
kind: "Argument",
|
102112
|
+
name: { kind: "Name", value: "first" },
|
102113
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102114
|
+
},
|
102115
|
+
{
|
102116
|
+
kind: "Argument",
|
102117
|
+
name: { kind: "Name", value: "includeArchived" },
|
102118
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102119
|
+
},
|
102120
|
+
{
|
102121
|
+
kind: "Argument",
|
102122
|
+
name: { kind: "Name", value: "last" },
|
102123
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102124
|
+
},
|
102125
|
+
{
|
102126
|
+
kind: "Argument",
|
102127
|
+
name: { kind: "Name", value: "orderBy" },
|
102128
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102129
|
+
},
|
102130
|
+
],
|
102131
|
+
selectionSet: {
|
102132
|
+
kind: "SelectionSet",
|
102133
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
|
102134
|
+
},
|
102135
|
+
},
|
102136
|
+
],
|
102137
|
+
},
|
102138
|
+
},
|
102139
|
+
],
|
102140
|
+
},
|
102141
|
+
},
|
102142
|
+
...ProjectLinkConnectionFragmentDoc.definitions,
|
102143
|
+
...ProjectLinkFragmentDoc.definitions,
|
102144
|
+
...PageInfoFragmentDoc.definitions,
|
102145
|
+
],
|
102146
|
+
};
|
102147
|
+
const Project_MembersDocument = {
|
102148
|
+
kind: "Document",
|
102149
|
+
definitions: [
|
102150
|
+
{
|
102151
|
+
kind: "OperationDefinition",
|
102152
|
+
operation: "query",
|
102153
|
+
name: { kind: "Name", value: "project_members" },
|
102154
|
+
variableDefinitions: [
|
102155
|
+
{
|
102156
|
+
kind: "VariableDefinition",
|
102157
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102158
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102159
|
+
},
|
102160
|
+
{
|
102161
|
+
kind: "VariableDefinition",
|
102162
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102163
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102164
|
+
},
|
102165
|
+
{
|
102166
|
+
kind: "VariableDefinition",
|
102167
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102168
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102169
|
+
},
|
102170
|
+
{
|
102171
|
+
kind: "VariableDefinition",
|
102172
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102173
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "UserFilter" } },
|
102174
|
+
},
|
102175
|
+
{
|
102176
|
+
kind: "VariableDefinition",
|
102177
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102178
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102179
|
+
},
|
102180
|
+
{
|
102181
|
+
kind: "VariableDefinition",
|
102182
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102183
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102184
|
+
},
|
102185
|
+
{
|
102186
|
+
kind: "VariableDefinition",
|
102187
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
102188
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102189
|
+
},
|
102190
|
+
{
|
102191
|
+
kind: "VariableDefinition",
|
102192
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102193
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102194
|
+
},
|
102195
|
+
{
|
102196
|
+
kind: "VariableDefinition",
|
102197
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102198
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102199
|
+
},
|
102200
|
+
],
|
102201
|
+
selectionSet: {
|
102202
|
+
kind: "SelectionSet",
|
102203
|
+
selections: [
|
102204
|
+
{
|
102205
|
+
kind: "Field",
|
102206
|
+
name: { kind: "Name", value: "project" },
|
102207
|
+
arguments: [
|
102208
|
+
{
|
102209
|
+
kind: "Argument",
|
102210
|
+
name: { kind: "Name", value: "id" },
|
102211
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102212
|
+
},
|
102213
|
+
],
|
102214
|
+
selectionSet: {
|
102215
|
+
kind: "SelectionSet",
|
102216
|
+
selections: [
|
102217
|
+
{
|
102218
|
+
kind: "Field",
|
102219
|
+
name: { kind: "Name", value: "members" },
|
102220
|
+
arguments: [
|
102221
|
+
{
|
102222
|
+
kind: "Argument",
|
102223
|
+
name: { kind: "Name", value: "after" },
|
102224
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102225
|
+
},
|
102226
|
+
{
|
102227
|
+
kind: "Argument",
|
102228
|
+
name: { kind: "Name", value: "before" },
|
102229
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102230
|
+
},
|
102231
|
+
{
|
102232
|
+
kind: "Argument",
|
102233
|
+
name: { kind: "Name", value: "filter" },
|
102234
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102235
|
+
},
|
102236
|
+
{
|
102237
|
+
kind: "Argument",
|
102238
|
+
name: { kind: "Name", value: "first" },
|
102239
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102240
|
+
},
|
102241
|
+
{
|
102242
|
+
kind: "Argument",
|
102243
|
+
name: { kind: "Name", value: "includeArchived" },
|
102244
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102245
|
+
},
|
102246
|
+
{
|
102247
|
+
kind: "Argument",
|
102248
|
+
name: { kind: "Name", value: "includeDisabled" },
|
102249
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
102250
|
+
},
|
102251
|
+
{
|
102252
|
+
kind: "Argument",
|
102253
|
+
name: { kind: "Name", value: "last" },
|
102254
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102255
|
+
},
|
102256
|
+
{
|
102257
|
+
kind: "Argument",
|
102258
|
+
name: { kind: "Name", value: "orderBy" },
|
102259
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102260
|
+
},
|
102261
|
+
],
|
102262
|
+
selectionSet: {
|
102263
|
+
kind: "SelectionSet",
|
102264
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserConnection" } }],
|
101126
102265
|
},
|
101127
102266
|
},
|
101128
102267
|
],
|
@@ -101131,18 +102270,18 @@ const Project_DocumentsDocument = {
|
|
101131
102270
|
],
|
101132
102271
|
},
|
101133
102272
|
},
|
101134
|
-
...
|
101135
|
-
...
|
102273
|
+
...UserConnectionFragmentDoc.definitions,
|
102274
|
+
...UserFragmentDoc.definitions,
|
101136
102275
|
...PageInfoFragmentDoc.definitions,
|
101137
102276
|
],
|
101138
102277
|
};
|
101139
|
-
const
|
102278
|
+
const Project_ProjectMilestonesDocument = {
|
101140
102279
|
kind: "Document",
|
101141
102280
|
definitions: [
|
101142
102281
|
{
|
101143
102282
|
kind: "OperationDefinition",
|
101144
102283
|
operation: "query",
|
101145
|
-
name: { kind: "Name", value: "
|
102284
|
+
name: { kind: "Name", value: "project_projectMilestones" },
|
101146
102285
|
variableDefinitions: [
|
101147
102286
|
{
|
101148
102287
|
kind: "VariableDefinition",
|
@@ -101162,7 +102301,7 @@ const Project_IssuesDocument = {
|
|
101162
102301
|
{
|
101163
102302
|
kind: "VariableDefinition",
|
101164
102303
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101165
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
102304
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
|
101166
102305
|
},
|
101167
102306
|
{
|
101168
102307
|
kind: "VariableDefinition",
|
@@ -101203,7 +102342,7 @@ const Project_IssuesDocument = {
|
|
101203
102342
|
selections: [
|
101204
102343
|
{
|
101205
102344
|
kind: "Field",
|
101206
|
-
name: { kind: "Name", value: "
|
102345
|
+
name: { kind: "Name", value: "projectMilestones" },
|
101207
102346
|
arguments: [
|
101208
102347
|
{
|
101209
102348
|
kind: "Argument",
|
@@ -101243,7 +102382,9 @@ const Project_IssuesDocument = {
|
|
101243
102382
|
],
|
101244
102383
|
selectionSet: {
|
101245
102384
|
kind: "SelectionSet",
|
101246
|
-
selections: [
|
102385
|
+
selections: [
|
102386
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } },
|
102387
|
+
],
|
101247
102388
|
},
|
101248
102389
|
},
|
101249
102390
|
],
|
@@ -101252,19 +102393,18 @@ const Project_IssuesDocument = {
|
|
101252
102393
|
],
|
101253
102394
|
},
|
101254
102395
|
},
|
101255
|
-
...
|
101256
|
-
...
|
101257
|
-
...ActorBotFragmentDoc.definitions,
|
102396
|
+
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
102397
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
101258
102398
|
...PageInfoFragmentDoc.definitions,
|
101259
102399
|
],
|
101260
102400
|
};
|
101261
|
-
const
|
102401
|
+
const Project_ProjectUpdatesDocument = {
|
101262
102402
|
kind: "Document",
|
101263
102403
|
definitions: [
|
101264
102404
|
{
|
101265
102405
|
kind: "OperationDefinition",
|
101266
102406
|
operation: "query",
|
101267
|
-
name: { kind: "Name", value: "
|
102407
|
+
name: { kind: "Name", value: "project_projectUpdates" },
|
101268
102408
|
variableDefinitions: [
|
101269
102409
|
{
|
101270
102410
|
kind: "VariableDefinition",
|
@@ -101320,7 +102460,7 @@ const Project_LinksDocument = {
|
|
101320
102460
|
selections: [
|
101321
102461
|
{
|
101322
102462
|
kind: "Field",
|
101323
|
-
name: { kind: "Name", value: "
|
102463
|
+
name: { kind: "Name", value: "projectUpdates" },
|
101324
102464
|
arguments: [
|
101325
102465
|
{
|
101326
102466
|
kind: "Argument",
|
@@ -101355,7 +102495,7 @@ const Project_LinksDocument = {
|
|
101355
102495
|
],
|
101356
102496
|
selectionSet: {
|
101357
102497
|
kind: "SelectionSet",
|
101358
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
102498
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateConnection" } }],
|
101359
102499
|
},
|
101360
102500
|
},
|
101361
102501
|
],
|
@@ -101364,64 +102504,24 @@ const Project_LinksDocument = {
|
|
101364
102504
|
],
|
101365
102505
|
},
|
101366
102506
|
},
|
101367
|
-
...
|
101368
|
-
...
|
102507
|
+
...ProjectUpdateConnectionFragmentDoc.definitions,
|
102508
|
+
...ProjectUpdateFragmentDoc.definitions,
|
101369
102509
|
...PageInfoFragmentDoc.definitions,
|
101370
102510
|
],
|
101371
102511
|
};
|
101372
|
-
const
|
102512
|
+
const Project_StatusDocument = {
|
101373
102513
|
kind: "Document",
|
101374
102514
|
definitions: [
|
101375
102515
|
{
|
101376
102516
|
kind: "OperationDefinition",
|
101377
102517
|
operation: "query",
|
101378
|
-
name: { kind: "Name", value: "
|
102518
|
+
name: { kind: "Name", value: "project_status" },
|
101379
102519
|
variableDefinitions: [
|
101380
102520
|
{
|
101381
102521
|
kind: "VariableDefinition",
|
101382
102522
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101383
102523
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101384
102524
|
},
|
101385
|
-
{
|
101386
|
-
kind: "VariableDefinition",
|
101387
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101388
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101389
|
-
},
|
101390
|
-
{
|
101391
|
-
kind: "VariableDefinition",
|
101392
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101393
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101394
|
-
},
|
101395
|
-
{
|
101396
|
-
kind: "VariableDefinition",
|
101397
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101398
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "UserFilter" } },
|
101399
|
-
},
|
101400
|
-
{
|
101401
|
-
kind: "VariableDefinition",
|
101402
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101403
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101404
|
-
},
|
101405
|
-
{
|
101406
|
-
kind: "VariableDefinition",
|
101407
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101408
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101409
|
-
},
|
101410
|
-
{
|
101411
|
-
kind: "VariableDefinition",
|
101412
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
101413
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101414
|
-
},
|
101415
|
-
{
|
101416
|
-
kind: "VariableDefinition",
|
101417
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101418
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101419
|
-
},
|
101420
|
-
{
|
101421
|
-
kind: "VariableDefinition",
|
101422
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101423
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
101424
|
-
},
|
101425
102525
|
],
|
101426
102526
|
selectionSet: {
|
101427
102527
|
kind: "SelectionSet",
|
@@ -101441,52 +102541,10 @@ const Project_MembersDocument = {
|
|
101441
102541
|
selections: [
|
101442
102542
|
{
|
101443
102543
|
kind: "Field",
|
101444
|
-
name: { kind: "Name", value: "
|
101445
|
-
arguments: [
|
101446
|
-
{
|
101447
|
-
kind: "Argument",
|
101448
|
-
name: { kind: "Name", value: "after" },
|
101449
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101450
|
-
},
|
101451
|
-
{
|
101452
|
-
kind: "Argument",
|
101453
|
-
name: { kind: "Name", value: "before" },
|
101454
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101455
|
-
},
|
101456
|
-
{
|
101457
|
-
kind: "Argument",
|
101458
|
-
name: { kind: "Name", value: "filter" },
|
101459
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101460
|
-
},
|
101461
|
-
{
|
101462
|
-
kind: "Argument",
|
101463
|
-
name: { kind: "Name", value: "first" },
|
101464
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101465
|
-
},
|
101466
|
-
{
|
101467
|
-
kind: "Argument",
|
101468
|
-
name: { kind: "Name", value: "includeArchived" },
|
101469
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101470
|
-
},
|
101471
|
-
{
|
101472
|
-
kind: "Argument",
|
101473
|
-
name: { kind: "Name", value: "includeDisabled" },
|
101474
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
101475
|
-
},
|
101476
|
-
{
|
101477
|
-
kind: "Argument",
|
101478
|
-
name: { kind: "Name", value: "last" },
|
101479
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101480
|
-
},
|
101481
|
-
{
|
101482
|
-
kind: "Argument",
|
101483
|
-
name: { kind: "Name", value: "orderBy" },
|
101484
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101485
|
-
},
|
101486
|
-
],
|
102544
|
+
name: { kind: "Name", value: "status" },
|
101487
102545
|
selectionSet: {
|
101488
102546
|
kind: "SelectionSet",
|
101489
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
102547
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
101490
102548
|
},
|
101491
102549
|
},
|
101492
102550
|
],
|
@@ -101495,18 +102553,16 @@ const Project_MembersDocument = {
|
|
101495
102553
|
],
|
101496
102554
|
},
|
101497
102555
|
},
|
101498
|
-
...
|
101499
|
-
...UserFragmentDoc.definitions,
|
101500
|
-
...PageInfoFragmentDoc.definitions,
|
102556
|
+
...ProjectStatusFragmentDoc.definitions,
|
101501
102557
|
],
|
101502
102558
|
};
|
101503
|
-
const
|
102559
|
+
const Project_TeamsDocument = {
|
101504
102560
|
kind: "Document",
|
101505
102561
|
definitions: [
|
101506
102562
|
{
|
101507
102563
|
kind: "OperationDefinition",
|
101508
102564
|
operation: "query",
|
101509
|
-
name: { kind: "Name", value: "
|
102565
|
+
name: { kind: "Name", value: "project_teams" },
|
101510
102566
|
variableDefinitions: [
|
101511
102567
|
{
|
101512
102568
|
kind: "VariableDefinition",
|
@@ -101526,7 +102582,7 @@ const Project_ProjectMilestonesDocument = {
|
|
101526
102582
|
{
|
101527
102583
|
kind: "VariableDefinition",
|
101528
102584
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101529
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
102585
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "TeamFilter" } },
|
101530
102586
|
},
|
101531
102587
|
{
|
101532
102588
|
kind: "VariableDefinition",
|
@@ -101567,7 +102623,7 @@ const Project_ProjectMilestonesDocument = {
|
|
101567
102623
|
selections: [
|
101568
102624
|
{
|
101569
102625
|
kind: "Field",
|
101570
|
-
name: { kind: "Name", value: "
|
102626
|
+
name: { kind: "Name", value: "teams" },
|
101571
102627
|
arguments: [
|
101572
102628
|
{
|
101573
102629
|
kind: "Argument",
|
@@ -101607,9 +102663,7 @@ const Project_ProjectMilestonesDocument = {
|
|
101607
102663
|
],
|
101608
102664
|
selectionSet: {
|
101609
102665
|
kind: "SelectionSet",
|
101610
|
-
selections: [
|
101611
|
-
{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } },
|
101612
|
-
],
|
102666
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamConnection" } }],
|
101613
102667
|
},
|
101614
102668
|
},
|
101615
102669
|
],
|
@@ -101618,24 +102672,95 @@ const Project_ProjectMilestonesDocument = {
|
|
101618
102672
|
],
|
101619
102673
|
},
|
101620
102674
|
},
|
101621
|
-
...
|
101622
|
-
...
|
102675
|
+
...TeamConnectionFragmentDoc.definitions,
|
102676
|
+
...TeamFragmentDoc.definitions,
|
101623
102677
|
...PageInfoFragmentDoc.definitions,
|
101624
102678
|
],
|
101625
102679
|
};
|
101626
|
-
const
|
102680
|
+
const ProjectFilterSuggestionDocument = {
|
101627
102681
|
kind: "Document",
|
101628
102682
|
definitions: [
|
101629
102683
|
{
|
101630
102684
|
kind: "OperationDefinition",
|
101631
102685
|
operation: "query",
|
101632
|
-
name: { kind: "Name", value: "
|
102686
|
+
name: { kind: "Name", value: "projectFilterSuggestion" },
|
102687
|
+
variableDefinitions: [
|
102688
|
+
{
|
102689
|
+
kind: "VariableDefinition",
|
102690
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
102691
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102692
|
+
},
|
102693
|
+
],
|
102694
|
+
selectionSet: {
|
102695
|
+
kind: "SelectionSet",
|
102696
|
+
selections: [
|
102697
|
+
{
|
102698
|
+
kind: "Field",
|
102699
|
+
name: { kind: "Name", value: "projectFilterSuggestion" },
|
102700
|
+
arguments: [
|
102701
|
+
{
|
102702
|
+
kind: "Argument",
|
102703
|
+
name: { kind: "Name", value: "prompt" },
|
102704
|
+
value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
102705
|
+
},
|
102706
|
+
],
|
102707
|
+
selectionSet: {
|
102708
|
+
kind: "SelectionSet",
|
102709
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
|
102710
|
+
},
|
102711
|
+
},
|
102712
|
+
],
|
102713
|
+
},
|
102714
|
+
},
|
102715
|
+
...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
|
102716
|
+
],
|
102717
|
+
};
|
102718
|
+
const ProjectLinkDocument = {
|
102719
|
+
kind: "Document",
|
102720
|
+
definitions: [
|
102721
|
+
{
|
102722
|
+
kind: "OperationDefinition",
|
102723
|
+
operation: "query",
|
102724
|
+
name: { kind: "Name", value: "projectLink" },
|
101633
102725
|
variableDefinitions: [
|
101634
102726
|
{
|
101635
102727
|
kind: "VariableDefinition",
|
101636
102728
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101637
102729
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101638
102730
|
},
|
102731
|
+
],
|
102732
|
+
selectionSet: {
|
102733
|
+
kind: "SelectionSet",
|
102734
|
+
selections: [
|
102735
|
+
{
|
102736
|
+
kind: "Field",
|
102737
|
+
name: { kind: "Name", value: "projectLink" },
|
102738
|
+
arguments: [
|
102739
|
+
{
|
102740
|
+
kind: "Argument",
|
102741
|
+
name: { kind: "Name", value: "id" },
|
102742
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102743
|
+
},
|
102744
|
+
],
|
102745
|
+
selectionSet: {
|
102746
|
+
kind: "SelectionSet",
|
102747
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
|
102748
|
+
},
|
102749
|
+
},
|
102750
|
+
],
|
102751
|
+
},
|
102752
|
+
},
|
102753
|
+
...ProjectLinkFragmentDoc.definitions,
|
102754
|
+
],
|
102755
|
+
};
|
102756
|
+
const ProjectLinksDocument = {
|
102757
|
+
kind: "Document",
|
102758
|
+
definitions: [
|
102759
|
+
{
|
102760
|
+
kind: "OperationDefinition",
|
102761
|
+
operation: "query",
|
102762
|
+
name: { kind: "Name", value: "projectLinks" },
|
102763
|
+
variableDefinitions: [
|
101639
102764
|
{
|
101640
102765
|
kind: "VariableDefinition",
|
101641
102766
|
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
@@ -101672,7 +102797,72 @@ const Project_ProjectUpdatesDocument = {
|
|
101672
102797
|
selections: [
|
101673
102798
|
{
|
101674
102799
|
kind: "Field",
|
101675
|
-
name: { kind: "Name", value: "
|
102800
|
+
name: { kind: "Name", value: "projectLinks" },
|
102801
|
+
arguments: [
|
102802
|
+
{
|
102803
|
+
kind: "Argument",
|
102804
|
+
name: { kind: "Name", value: "after" },
|
102805
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102806
|
+
},
|
102807
|
+
{
|
102808
|
+
kind: "Argument",
|
102809
|
+
name: { kind: "Name", value: "before" },
|
102810
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102811
|
+
},
|
102812
|
+
{
|
102813
|
+
kind: "Argument",
|
102814
|
+
name: { kind: "Name", value: "first" },
|
102815
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102816
|
+
},
|
102817
|
+
{
|
102818
|
+
kind: "Argument",
|
102819
|
+
name: { kind: "Name", value: "includeArchived" },
|
102820
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102821
|
+
},
|
102822
|
+
{
|
102823
|
+
kind: "Argument",
|
102824
|
+
name: { kind: "Name", value: "last" },
|
102825
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102826
|
+
},
|
102827
|
+
{
|
102828
|
+
kind: "Argument",
|
102829
|
+
name: { kind: "Name", value: "orderBy" },
|
102830
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102831
|
+
},
|
102832
|
+
],
|
102833
|
+
selectionSet: {
|
102834
|
+
kind: "SelectionSet",
|
102835
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
|
102836
|
+
},
|
102837
|
+
},
|
102838
|
+
],
|
102839
|
+
},
|
102840
|
+
},
|
102841
|
+
...ProjectLinkConnectionFragmentDoc.definitions,
|
102842
|
+
...ProjectLinkFragmentDoc.definitions,
|
102843
|
+
...PageInfoFragmentDoc.definitions,
|
102844
|
+
],
|
102845
|
+
};
|
102846
|
+
const ProjectMilestoneDocument = {
|
102847
|
+
kind: "Document",
|
102848
|
+
definitions: [
|
102849
|
+
{
|
102850
|
+
kind: "OperationDefinition",
|
102851
|
+
operation: "query",
|
102852
|
+
name: { kind: "Name", value: "projectMilestone" },
|
102853
|
+
variableDefinitions: [
|
102854
|
+
{
|
102855
|
+
kind: "VariableDefinition",
|
102856
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102857
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102858
|
+
},
|
102859
|
+
],
|
102860
|
+
selectionSet: {
|
102861
|
+
kind: "SelectionSet",
|
102862
|
+
selections: [
|
102863
|
+
{
|
102864
|
+
kind: "Field",
|
102865
|
+
name: { kind: "Name", value: "projectMilestone" },
|
101676
102866
|
arguments: [
|
101677
102867
|
{
|
101678
102868
|
kind: "Argument",
|
@@ -101682,65 +102872,22 @@ const Project_ProjectUpdatesDocument = {
|
|
101682
102872
|
],
|
101683
102873
|
selectionSet: {
|
101684
102874
|
kind: "SelectionSet",
|
101685
|
-
selections: [
|
101686
|
-
{
|
101687
|
-
kind: "Field",
|
101688
|
-
name: { kind: "Name", value: "projectUpdates" },
|
101689
|
-
arguments: [
|
101690
|
-
{
|
101691
|
-
kind: "Argument",
|
101692
|
-
name: { kind: "Name", value: "after" },
|
101693
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101694
|
-
},
|
101695
|
-
{
|
101696
|
-
kind: "Argument",
|
101697
|
-
name: { kind: "Name", value: "before" },
|
101698
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101699
|
-
},
|
101700
|
-
{
|
101701
|
-
kind: "Argument",
|
101702
|
-
name: { kind: "Name", value: "first" },
|
101703
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101704
|
-
},
|
101705
|
-
{
|
101706
|
-
kind: "Argument",
|
101707
|
-
name: { kind: "Name", value: "includeArchived" },
|
101708
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101709
|
-
},
|
101710
|
-
{
|
101711
|
-
kind: "Argument",
|
101712
|
-
name: { kind: "Name", value: "last" },
|
101713
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101714
|
-
},
|
101715
|
-
{
|
101716
|
-
kind: "Argument",
|
101717
|
-
name: { kind: "Name", value: "orderBy" },
|
101718
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101719
|
-
},
|
101720
|
-
],
|
101721
|
-
selectionSet: {
|
101722
|
-
kind: "SelectionSet",
|
101723
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateConnection" } }],
|
101724
|
-
},
|
101725
|
-
},
|
101726
|
-
],
|
102875
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestone" } }],
|
101727
102876
|
},
|
101728
102877
|
},
|
101729
102878
|
],
|
101730
102879
|
},
|
101731
102880
|
},
|
101732
|
-
...
|
101733
|
-
...ProjectUpdateFragmentDoc.definitions,
|
101734
|
-
...PageInfoFragmentDoc.definitions,
|
102881
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
101735
102882
|
],
|
101736
102883
|
};
|
101737
|
-
const
|
102884
|
+
const ProjectMilestone_IssuesDocument = {
|
101738
102885
|
kind: "Document",
|
101739
102886
|
definitions: [
|
101740
102887
|
{
|
101741
102888
|
kind: "OperationDefinition",
|
101742
102889
|
operation: "query",
|
101743
|
-
name: { kind: "Name", value: "
|
102890
|
+
name: { kind: "Name", value: "projectMilestone_issues" },
|
101744
102891
|
variableDefinitions: [
|
101745
102892
|
{
|
101746
102893
|
kind: "VariableDefinition",
|
@@ -101760,7 +102907,7 @@ const Project_TeamsDocument = {
|
|
101760
102907
|
{
|
101761
102908
|
kind: "VariableDefinition",
|
101762
102909
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101763
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
102910
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
101764
102911
|
},
|
101765
102912
|
{
|
101766
102913
|
kind: "VariableDefinition",
|
@@ -101788,7 +102935,7 @@ const Project_TeamsDocument = {
|
|
101788
102935
|
selections: [
|
101789
102936
|
{
|
101790
102937
|
kind: "Field",
|
101791
|
-
name: { kind: "Name", value: "
|
102938
|
+
name: { kind: "Name", value: "projectMilestone" },
|
101792
102939
|
arguments: [
|
101793
102940
|
{
|
101794
102941
|
kind: "Argument",
|
@@ -101801,7 +102948,7 @@ const Project_TeamsDocument = {
|
|
101801
102948
|
selections: [
|
101802
102949
|
{
|
101803
102950
|
kind: "Field",
|
101804
|
-
name: { kind: "Name", value: "
|
102951
|
+
name: { kind: "Name", value: "issues" },
|
101805
102952
|
arguments: [
|
101806
102953
|
{
|
101807
102954
|
kind: "Argument",
|
@@ -101841,7 +102988,7 @@ const Project_TeamsDocument = {
|
|
101841
102988
|
],
|
101842
102989
|
selectionSet: {
|
101843
102990
|
kind: "SelectionSet",
|
101844
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
102991
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
101845
102992
|
},
|
101846
102993
|
},
|
101847
102994
|
],
|
@@ -101850,23 +102997,54 @@ const Project_TeamsDocument = {
|
|
101850
102997
|
],
|
101851
102998
|
},
|
101852
102999
|
},
|
101853
|
-
...
|
101854
|
-
...
|
103000
|
+
...IssueConnectionFragmentDoc.definitions,
|
103001
|
+
...IssueFragmentDoc.definitions,
|
103002
|
+
...ActorBotFragmentDoc.definitions,
|
101855
103003
|
...PageInfoFragmentDoc.definitions,
|
101856
103004
|
],
|
101857
103005
|
};
|
101858
|
-
const
|
103006
|
+
const ProjectMilestonesDocument = {
|
101859
103007
|
kind: "Document",
|
101860
103008
|
definitions: [
|
101861
103009
|
{
|
101862
103010
|
kind: "OperationDefinition",
|
101863
103011
|
operation: "query",
|
101864
|
-
name: { kind: "Name", value: "
|
103012
|
+
name: { kind: "Name", value: "projectMilestones" },
|
101865
103013
|
variableDefinitions: [
|
101866
103014
|
{
|
101867
103015
|
kind: "VariableDefinition",
|
101868
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
101869
|
-
type: { kind: "
|
103016
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103017
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103018
|
+
},
|
103019
|
+
{
|
103020
|
+
kind: "VariableDefinition",
|
103021
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103022
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103023
|
+
},
|
103024
|
+
{
|
103025
|
+
kind: "VariableDefinition",
|
103026
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
103027
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
|
103028
|
+
},
|
103029
|
+
{
|
103030
|
+
kind: "VariableDefinition",
|
103031
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103032
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103033
|
+
},
|
103034
|
+
{
|
103035
|
+
kind: "VariableDefinition",
|
103036
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103037
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
103038
|
+
},
|
103039
|
+
{
|
103040
|
+
kind: "VariableDefinition",
|
103041
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103042
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103043
|
+
},
|
103044
|
+
{
|
103045
|
+
kind: "VariableDefinition",
|
103046
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
103047
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
101870
103048
|
},
|
101871
103049
|
],
|
101872
103050
|
selectionSet: {
|
@@ -101874,32 +103052,64 @@ const ProjectFilterSuggestionDocument = {
|
|
101874
103052
|
selections: [
|
101875
103053
|
{
|
101876
103054
|
kind: "Field",
|
101877
|
-
name: { kind: "Name", value: "
|
103055
|
+
name: { kind: "Name", value: "projectMilestones" },
|
101878
103056
|
arguments: [
|
101879
103057
|
{
|
101880
103058
|
kind: "Argument",
|
101881
|
-
name: { kind: "Name", value: "
|
101882
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
103059
|
+
name: { kind: "Name", value: "after" },
|
103060
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103061
|
+
},
|
103062
|
+
{
|
103063
|
+
kind: "Argument",
|
103064
|
+
name: { kind: "Name", value: "before" },
|
103065
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103066
|
+
},
|
103067
|
+
{
|
103068
|
+
kind: "Argument",
|
103069
|
+
name: { kind: "Name", value: "filter" },
|
103070
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
103071
|
+
},
|
103072
|
+
{
|
103073
|
+
kind: "Argument",
|
103074
|
+
name: { kind: "Name", value: "first" },
|
103075
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103076
|
+
},
|
103077
|
+
{
|
103078
|
+
kind: "Argument",
|
103079
|
+
name: { kind: "Name", value: "includeArchived" },
|
103080
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103081
|
+
},
|
103082
|
+
{
|
103083
|
+
kind: "Argument",
|
103084
|
+
name: { kind: "Name", value: "last" },
|
103085
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103086
|
+
},
|
103087
|
+
{
|
103088
|
+
kind: "Argument",
|
103089
|
+
name: { kind: "Name", value: "orderBy" },
|
103090
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101883
103091
|
},
|
101884
103092
|
],
|
101885
103093
|
selectionSet: {
|
101886
103094
|
kind: "SelectionSet",
|
101887
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103095
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } }],
|
101888
103096
|
},
|
101889
103097
|
},
|
101890
103098
|
],
|
101891
103099
|
},
|
101892
103100
|
},
|
101893
|
-
...
|
103101
|
+
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
103102
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
103103
|
+
...PageInfoFragmentDoc.definitions,
|
101894
103104
|
],
|
101895
103105
|
};
|
101896
|
-
const
|
103106
|
+
const ProjectRelationDocument = {
|
101897
103107
|
kind: "Document",
|
101898
103108
|
definitions: [
|
101899
103109
|
{
|
101900
103110
|
kind: "OperationDefinition",
|
101901
103111
|
operation: "query",
|
101902
|
-
name: { kind: "Name", value: "
|
103112
|
+
name: { kind: "Name", value: "projectRelation" },
|
101903
103113
|
variableDefinitions: [
|
101904
103114
|
{
|
101905
103115
|
kind: "VariableDefinition",
|
@@ -101912,7 +103122,7 @@ const ProjectLinkDocument = {
|
|
101912
103122
|
selections: [
|
101913
103123
|
{
|
101914
103124
|
kind: "Field",
|
101915
|
-
name: { kind: "Name", value: "
|
103125
|
+
name: { kind: "Name", value: "projectRelation" },
|
101916
103126
|
arguments: [
|
101917
103127
|
{
|
101918
103128
|
kind: "Argument",
|
@@ -101922,22 +103132,22 @@ const ProjectLinkDocument = {
|
|
101922
103132
|
],
|
101923
103133
|
selectionSet: {
|
101924
103134
|
kind: "SelectionSet",
|
101925
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103135
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
|
101926
103136
|
},
|
101927
103137
|
},
|
101928
103138
|
],
|
101929
103139
|
},
|
101930
103140
|
},
|
101931
|
-
...
|
103141
|
+
...ProjectRelationFragmentDoc.definitions,
|
101932
103142
|
],
|
101933
103143
|
};
|
101934
|
-
const
|
103144
|
+
const ProjectRelationsDocument = {
|
101935
103145
|
kind: "Document",
|
101936
103146
|
definitions: [
|
101937
103147
|
{
|
101938
103148
|
kind: "OperationDefinition",
|
101939
103149
|
operation: "query",
|
101940
|
-
name: { kind: "Name", value: "
|
103150
|
+
name: { kind: "Name", value: "projectRelations" },
|
101941
103151
|
variableDefinitions: [
|
101942
103152
|
{
|
101943
103153
|
kind: "VariableDefinition",
|
@@ -101975,7 +103185,7 @@ const ProjectLinksDocument = {
|
|
101975
103185
|
selections: [
|
101976
103186
|
{
|
101977
103187
|
kind: "Field",
|
101978
|
-
name: { kind: "Name", value: "
|
103188
|
+
name: { kind: "Name", value: "projectRelations" },
|
101979
103189
|
arguments: [
|
101980
103190
|
{
|
101981
103191
|
kind: "Argument",
|
@@ -102010,24 +103220,24 @@ const ProjectLinksDocument = {
|
|
102010
103220
|
],
|
102011
103221
|
selectionSet: {
|
102012
103222
|
kind: "SelectionSet",
|
102013
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103223
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelationConnection" } }],
|
102014
103224
|
},
|
102015
103225
|
},
|
102016
103226
|
],
|
102017
103227
|
},
|
102018
103228
|
},
|
102019
|
-
...
|
102020
|
-
...
|
103229
|
+
...ProjectRelationConnectionFragmentDoc.definitions,
|
103230
|
+
...ProjectRelationFragmentDoc.definitions,
|
102021
103231
|
...PageInfoFragmentDoc.definitions,
|
102022
103232
|
],
|
102023
103233
|
};
|
102024
|
-
const
|
103234
|
+
const ProjectUpdateDocument = {
|
102025
103235
|
kind: "Document",
|
102026
103236
|
definitions: [
|
102027
103237
|
{
|
102028
103238
|
kind: "OperationDefinition",
|
102029
103239
|
operation: "query",
|
102030
|
-
name: { kind: "Name", value: "
|
103240
|
+
name: { kind: "Name", value: "projectUpdate" },
|
102031
103241
|
variableDefinitions: [
|
102032
103242
|
{
|
102033
103243
|
kind: "VariableDefinition",
|
@@ -102040,7 +103250,7 @@ const ProjectMilestoneDocument = {
|
|
102040
103250
|
selections: [
|
102041
103251
|
{
|
102042
103252
|
kind: "Field",
|
102043
|
-
name: { kind: "Name", value: "
|
103253
|
+
name: { kind: "Name", value: "projectUpdate" },
|
102044
103254
|
arguments: [
|
102045
103255
|
{
|
102046
103256
|
kind: "Argument",
|
@@ -102050,22 +103260,22 @@ const ProjectMilestoneDocument = {
|
|
102050
103260
|
],
|
102051
103261
|
selectionSet: {
|
102052
103262
|
kind: "SelectionSet",
|
102053
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103263
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
|
102054
103264
|
},
|
102055
103265
|
},
|
102056
103266
|
],
|
102057
103267
|
},
|
102058
103268
|
},
|
102059
|
-
...
|
103269
|
+
...ProjectUpdateFragmentDoc.definitions,
|
102060
103270
|
],
|
102061
103271
|
};
|
102062
|
-
const
|
103272
|
+
const ProjectUpdate_CommentsDocument = {
|
102063
103273
|
kind: "Document",
|
102064
103274
|
definitions: [
|
102065
103275
|
{
|
102066
103276
|
kind: "OperationDefinition",
|
102067
103277
|
operation: "query",
|
102068
|
-
name: { kind: "Name", value: "
|
103278
|
+
name: { kind: "Name", value: "projectUpdate_comments" },
|
102069
103279
|
variableDefinitions: [
|
102070
103280
|
{
|
102071
103281
|
kind: "VariableDefinition",
|
@@ -102085,7 +103295,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
102085
103295
|
{
|
102086
103296
|
kind: "VariableDefinition",
|
102087
103297
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102088
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
103298
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
|
102089
103299
|
},
|
102090
103300
|
{
|
102091
103301
|
kind: "VariableDefinition",
|
@@ -102113,7 +103323,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
102113
103323
|
selections: [
|
102114
103324
|
{
|
102115
103325
|
kind: "Field",
|
102116
|
-
name: { kind: "Name", value: "
|
103326
|
+
name: { kind: "Name", value: "projectUpdate" },
|
102117
103327
|
arguments: [
|
102118
103328
|
{
|
102119
103329
|
kind: "Argument",
|
@@ -102126,7 +103336,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
102126
103336
|
selections: [
|
102127
103337
|
{
|
102128
103338
|
kind: "Field",
|
102129
|
-
name: { kind: "Name", value: "
|
103339
|
+
name: { kind: "Name", value: "comments" },
|
102130
103340
|
arguments: [
|
102131
103341
|
{
|
102132
103342
|
kind: "Argument",
|
@@ -102166,7 +103376,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
102166
103376
|
],
|
102167
103377
|
selectionSet: {
|
102168
103378
|
kind: "SelectionSet",
|
102169
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103379
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CommentConnection" } }],
|
102170
103380
|
},
|
102171
103381
|
},
|
102172
103382
|
],
|
@@ -102175,150 +103385,13 @@ const ProjectMilestone_IssuesDocument = {
|
|
102175
103385
|
],
|
102176
103386
|
},
|
102177
103387
|
},
|
102178
|
-
...
|
102179
|
-
...
|
103388
|
+
...CommentConnectionFragmentDoc.definitions,
|
103389
|
+
...CommentFragmentDoc.definitions,
|
102180
103390
|
...ActorBotFragmentDoc.definitions,
|
103391
|
+
...DocumentContentFragmentDoc.definitions,
|
102181
103392
|
...PageInfoFragmentDoc.definitions,
|
102182
103393
|
],
|
102183
103394
|
};
|
102184
|
-
const ProjectMilestonesDocument = {
|
102185
|
-
kind: "Document",
|
102186
|
-
definitions: [
|
102187
|
-
{
|
102188
|
-
kind: "OperationDefinition",
|
102189
|
-
operation: "query",
|
102190
|
-
name: { kind: "Name", value: "projectMilestones" },
|
102191
|
-
variableDefinitions: [
|
102192
|
-
{
|
102193
|
-
kind: "VariableDefinition",
|
102194
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102195
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102196
|
-
},
|
102197
|
-
{
|
102198
|
-
kind: "VariableDefinition",
|
102199
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102200
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102201
|
-
},
|
102202
|
-
{
|
102203
|
-
kind: "VariableDefinition",
|
102204
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102205
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
|
102206
|
-
},
|
102207
|
-
{
|
102208
|
-
kind: "VariableDefinition",
|
102209
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102210
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102211
|
-
},
|
102212
|
-
{
|
102213
|
-
kind: "VariableDefinition",
|
102214
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102215
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102216
|
-
},
|
102217
|
-
{
|
102218
|
-
kind: "VariableDefinition",
|
102219
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102220
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102221
|
-
},
|
102222
|
-
{
|
102223
|
-
kind: "VariableDefinition",
|
102224
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102225
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102226
|
-
},
|
102227
|
-
],
|
102228
|
-
selectionSet: {
|
102229
|
-
kind: "SelectionSet",
|
102230
|
-
selections: [
|
102231
|
-
{
|
102232
|
-
kind: "Field",
|
102233
|
-
name: { kind: "Name", value: "projectMilestones" },
|
102234
|
-
arguments: [
|
102235
|
-
{
|
102236
|
-
kind: "Argument",
|
102237
|
-
name: { kind: "Name", value: "after" },
|
102238
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102239
|
-
},
|
102240
|
-
{
|
102241
|
-
kind: "Argument",
|
102242
|
-
name: { kind: "Name", value: "before" },
|
102243
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102244
|
-
},
|
102245
|
-
{
|
102246
|
-
kind: "Argument",
|
102247
|
-
name: { kind: "Name", value: "filter" },
|
102248
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102249
|
-
},
|
102250
|
-
{
|
102251
|
-
kind: "Argument",
|
102252
|
-
name: { kind: "Name", value: "first" },
|
102253
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102254
|
-
},
|
102255
|
-
{
|
102256
|
-
kind: "Argument",
|
102257
|
-
name: { kind: "Name", value: "includeArchived" },
|
102258
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102259
|
-
},
|
102260
|
-
{
|
102261
|
-
kind: "Argument",
|
102262
|
-
name: { kind: "Name", value: "last" },
|
102263
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102264
|
-
},
|
102265
|
-
{
|
102266
|
-
kind: "Argument",
|
102267
|
-
name: { kind: "Name", value: "orderBy" },
|
102268
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102269
|
-
},
|
102270
|
-
],
|
102271
|
-
selectionSet: {
|
102272
|
-
kind: "SelectionSet",
|
102273
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } }],
|
102274
|
-
},
|
102275
|
-
},
|
102276
|
-
],
|
102277
|
-
},
|
102278
|
-
},
|
102279
|
-
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
102280
|
-
...ProjectMilestoneFragmentDoc.definitions,
|
102281
|
-
...PageInfoFragmentDoc.definitions,
|
102282
|
-
],
|
102283
|
-
};
|
102284
|
-
const ProjectUpdateDocument = {
|
102285
|
-
kind: "Document",
|
102286
|
-
definitions: [
|
102287
|
-
{
|
102288
|
-
kind: "OperationDefinition",
|
102289
|
-
operation: "query",
|
102290
|
-
name: { kind: "Name", value: "projectUpdate" },
|
102291
|
-
variableDefinitions: [
|
102292
|
-
{
|
102293
|
-
kind: "VariableDefinition",
|
102294
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102295
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102296
|
-
},
|
102297
|
-
],
|
102298
|
-
selectionSet: {
|
102299
|
-
kind: "SelectionSet",
|
102300
|
-
selections: [
|
102301
|
-
{
|
102302
|
-
kind: "Field",
|
102303
|
-
name: { kind: "Name", value: "projectUpdate" },
|
102304
|
-
arguments: [
|
102305
|
-
{
|
102306
|
-
kind: "Argument",
|
102307
|
-
name: { kind: "Name", value: "id" },
|
102308
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102309
|
-
},
|
102310
|
-
],
|
102311
|
-
selectionSet: {
|
102312
|
-
kind: "SelectionSet",
|
102313
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
|
102314
|
-
},
|
102315
|
-
},
|
102316
|
-
],
|
102317
|
-
},
|
102318
|
-
},
|
102319
|
-
...ProjectUpdateFragmentDoc.definitions,
|
102320
|
-
],
|
102321
|
-
};
|
102322
103395
|
const ProjectUpdateInteractionDocument = {
|
102323
103396
|
kind: "Document",
|
102324
103397
|
definitions: [
|
@@ -102646,6 +103719,7 @@ const ProjectsDocument = {
|
|
102646
103719
|
},
|
102647
103720
|
...ProjectConnectionFragmentDoc.definitions,
|
102648
103721
|
...ProjectFragmentDoc.definitions,
|
103722
|
+
...ProjectStatusFragmentDoc.definitions,
|
102649
103723
|
...PageInfoFragmentDoc.definitions,
|
102650
103724
|
],
|
102651
103725
|
};
|
@@ -102878,6 +103952,7 @@ const Roadmap_ProjectsDocument = {
|
|
102878
103952
|
},
|
102879
103953
|
...ProjectConnectionFragmentDoc.definitions,
|
102880
103954
|
...ProjectFragmentDoc.definitions,
|
103955
|
+
...ProjectStatusFragmentDoc.definitions,
|
102881
103956
|
...PageInfoFragmentDoc.definitions,
|
102882
103957
|
],
|
102883
103958
|
};
|
@@ -103784,6 +104859,7 @@ const SearchProjectsDocument = {
|
|
103784
104859
|
...ProjectSearchPayloadFragmentDoc.definitions,
|
103785
104860
|
...ArchiveResponseFragmentDoc.definitions,
|
103786
104861
|
...ProjectSearchResultFragmentDoc.definitions,
|
104862
|
+
...ProjectStatusFragmentDoc.definitions,
|
103787
104863
|
...PageInfoFragmentDoc.definitions,
|
103788
104864
|
],
|
103789
104865
|
};
|
@@ -104848,6 +105924,7 @@ const Team_ProjectsDocument = {
|
|
104848
105924
|
},
|
104849
105925
|
...ProjectConnectionFragmentDoc.definitions,
|
104850
105926
|
...ProjectFragmentDoc.definitions,
|
105927
|
+
...ProjectStatusFragmentDoc.definitions,
|
104851
105928
|
...PageInfoFragmentDoc.definitions,
|
104852
105929
|
],
|
104853
105930
|
};
|
@@ -107932,6 +109009,11 @@ const AttachmentLinkSlackDocument = {
|
|
107932
109009
|
variable: { kind: "Variable", name: { kind: "Name", value: "latest" } },
|
107933
109010
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107934
109011
|
},
|
109012
|
+
{
|
109013
|
+
kind: "VariableDefinition",
|
109014
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
|
109015
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
109016
|
+
},
|
107935
109017
|
{
|
107936
109018
|
kind: "VariableDefinition",
|
107937
109019
|
variable: { kind: "Variable", name: { kind: "Name", value: "title" } },
|
@@ -107985,6 +109067,11 @@ const AttachmentLinkSlackDocument = {
|
|
107985
109067
|
name: { kind: "Name", value: "latest" },
|
107986
109068
|
value: { kind: "Variable", name: { kind: "Name", value: "latest" } },
|
107987
109069
|
},
|
109070
|
+
{
|
109071
|
+
kind: "Argument",
|
109072
|
+
name: { kind: "Name", value: "syncToCommentThread" },
|
109073
|
+
value: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
|
109074
|
+
},
|
107988
109075
|
{
|
107989
109076
|
kind: "Argument",
|
107990
109077
|
name: { kind: "Name", value: "title" },
|
@@ -109439,6 +110526,136 @@ const DeleteEmojiDocument = {
|
|
109439
110526
|
...DeletePayloadFragmentDoc.definitions,
|
109440
110527
|
],
|
109441
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
|
+
};
|
109442
110659
|
const CreateFavoriteDocument = {
|
109443
110660
|
kind: "Document",
|
109444
110661
|
definitions: [
|
@@ -112546,6 +113763,11 @@ const UpdateIssueLabelDocument = {
|
|
112546
113763
|
type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelUpdateInput" } },
|
112547
113764
|
},
|
112548
113765
|
},
|
113766
|
+
{
|
113767
|
+
kind: "VariableDefinition",
|
113768
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
|
113769
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
113770
|
+
},
|
112549
113771
|
],
|
112550
113772
|
selectionSet: {
|
112551
113773
|
kind: "SelectionSet",
|
@@ -112564,6 +113786,11 @@ const UpdateIssueLabelDocument = {
|
|
112564
113786
|
name: { kind: "Name", value: "input" },
|
112565
113787
|
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
112566
113788
|
},
|
113789
|
+
{
|
113790
|
+
kind: "Argument",
|
113791
|
+
name: { kind: "Name", value: "replaceTeamLabels" },
|
113792
|
+
value: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
|
113793
|
+
},
|
112567
113794
|
],
|
112568
113795
|
selectionSet: {
|
112569
113796
|
kind: "SelectionSet",
|
@@ -113219,6 +114446,7 @@ const ArchiveNotificationDocument = {
|
|
113219
114446
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
113220
114447
|
...NotificationFragmentDoc.definitions,
|
113221
114448
|
...ActorBotFragmentDoc.definitions,
|
114449
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113222
114450
|
...IssueNotificationFragmentDoc.definitions,
|
113223
114451
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113224
114452
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113267,6 +114495,7 @@ const NotificationArchiveAllDocument = {
|
|
113267
114495
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113268
114496
|
...NotificationFragmentDoc.definitions,
|
113269
114497
|
...ActorBotFragmentDoc.definitions,
|
114498
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113270
114499
|
...IssueNotificationFragmentDoc.definitions,
|
113271
114500
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113272
114501
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113325,6 +114554,7 @@ const NotificationMarkReadAllDocument = {
|
|
113325
114554
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113326
114555
|
...NotificationFragmentDoc.definitions,
|
113327
114556
|
...ActorBotFragmentDoc.definitions,
|
114557
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113328
114558
|
...IssueNotificationFragmentDoc.definitions,
|
113329
114559
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113330
114560
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113373,6 +114603,7 @@ const NotificationMarkUnreadAllDocument = {
|
|
113373
114603
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113374
114604
|
...NotificationFragmentDoc.definitions,
|
113375
114605
|
...ActorBotFragmentDoc.definitions,
|
114606
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113376
114607
|
...IssueNotificationFragmentDoc.definitions,
|
113377
114608
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113378
114609
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113431,6 +114662,7 @@ const NotificationSnoozeAllDocument = {
|
|
113431
114662
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113432
114663
|
...NotificationFragmentDoc.definitions,
|
113433
114664
|
...ActorBotFragmentDoc.definitions,
|
114665
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113434
114666
|
...IssueNotificationFragmentDoc.definitions,
|
113435
114667
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113436
114668
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113612,6 +114844,7 @@ const UnarchiveNotificationDocument = {
|
|
113612
114844
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
113613
114845
|
...NotificationFragmentDoc.definitions,
|
113614
114846
|
...ActorBotFragmentDoc.definitions,
|
114847
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113615
114848
|
...IssueNotificationFragmentDoc.definitions,
|
113616
114849
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113617
114850
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113670,6 +114903,7 @@ const NotificationUnsnoozeAllDocument = {
|
|
113670
114903
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113671
114904
|
...NotificationFragmentDoc.definitions,
|
113672
114905
|
...ActorBotFragmentDoc.definitions,
|
114906
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113673
114907
|
...IssueNotificationFragmentDoc.definitions,
|
113674
114908
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113675
114909
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113728,6 +114962,7 @@ const UpdateNotificationDocument = {
|
|
113728
114962
|
...NotificationPayloadFragmentDoc.definitions,
|
113729
114963
|
...NotificationFragmentDoc.definitions,
|
113730
114964
|
...ActorBotFragmentDoc.definitions,
|
114965
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113731
114966
|
...IssueNotificationFragmentDoc.definitions,
|
113732
114967
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113733
114968
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -116467,6 +117702,7 @@ const CreateViewPreferencesDocument = {
|
|
116467
117702
|
},
|
116468
117703
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
116469
117704
|
...ViewPreferencesFragmentDoc.definitions,
|
117705
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
116470
117706
|
],
|
116471
117707
|
};
|
116472
117708
|
const DeleteViewPreferencesDocument = {
|
@@ -116557,6 +117793,7 @@ const UpdateViewPreferencesDocument = {
|
|
116557
117793
|
},
|
116558
117794
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
116559
117795
|
...ViewPreferencesFragmentDoc.definitions,
|
117796
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
116560
117797
|
],
|
116561
117798
|
};
|
116562
117799
|
const CreateWebhookDocument = {
|
@@ -116866,6 +118103,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116866
118103
|
InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
|
116867
118104
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
116868
118105
|
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
118106
|
+
DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
|
116869
118107
|
NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
|
116870
118108
|
IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
|
116871
118109
|
OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
|
@@ -116887,6 +118125,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116887
118125
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
116888
118126
|
AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
|
116889
118127
|
AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
|
118128
|
+
ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
|
116890
118129
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
116891
118130
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
116892
118131
|
AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
|
@@ -116943,6 +118182,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116943
118182
|
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
116944
118183
|
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
116945
118184
|
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
118185
|
+
AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
|
118186
|
+
AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
|
116946
118187
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
116947
118188
|
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
116948
118189
|
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
@@ -116954,6 +118195,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116954
118195
|
ContactPayloadFragmentDoc: ContactPayloadFragmentDoc,
|
116955
118196
|
CreateCsvExportReportPayloadFragmentDoc: CreateCsvExportReportPayloadFragmentDoc,
|
116956
118197
|
CreateOrJoinOrganizationResponseFragmentDoc: CreateOrJoinOrganizationResponseFragmentDoc,
|
118198
|
+
ViewPreferencesValuesFragmentDoc: ViewPreferencesValuesFragmentDoc,
|
118199
|
+
ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
|
116957
118200
|
CustomViewFragmentDoc: CustomViewFragmentDoc,
|
116958
118201
|
CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
|
116959
118202
|
CustomViewHasSubscribersPayloadFragmentDoc: CustomViewHasSubscribersPayloadFragmentDoc,
|
@@ -116978,6 +118221,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116978
118221
|
EmojiFragmentDoc: EmojiFragmentDoc,
|
116979
118222
|
EmojiConnectionFragmentDoc: EmojiConnectionFragmentDoc,
|
116980
118223
|
EmojiPayloadFragmentDoc: EmojiPayloadFragmentDoc,
|
118224
|
+
EntityExternalLinkFragmentDoc: EntityExternalLinkFragmentDoc,
|
118225
|
+
EntityExternalLinkConnectionFragmentDoc: EntityExternalLinkConnectionFragmentDoc,
|
118226
|
+
EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
|
116981
118227
|
ExternalUserFragmentDoc: ExternalUserFragmentDoc,
|
116982
118228
|
ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
|
116983
118229
|
FavoriteFragmentDoc: FavoriteFragmentDoc,
|
@@ -117009,6 +118255,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117009
118255
|
IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
|
117010
118256
|
IssueImportFragmentDoc: IssueImportFragmentDoc,
|
117011
118257
|
IssueLabelFragmentDoc: IssueLabelFragmentDoc,
|
118258
|
+
UserFragmentDoc: UserFragmentDoc,
|
117012
118259
|
IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
|
117013
118260
|
IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
|
117014
118261
|
IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
|
@@ -117055,9 +118302,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117055
118302
|
ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
|
117056
118303
|
ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
|
117057
118304
|
ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
|
118305
|
+
ProjectRelationFragmentDoc: ProjectRelationFragmentDoc,
|
118306
|
+
ProjectRelationConnectionFragmentDoc: ProjectRelationConnectionFragmentDoc,
|
118307
|
+
ProjectRelationPayloadFragmentDoc: ProjectRelationPayloadFragmentDoc,
|
117058
118308
|
ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
|
117059
118309
|
ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
|
117060
118310
|
ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
|
118311
|
+
ProjectStatusConnectionFragmentDoc: ProjectStatusConnectionFragmentDoc,
|
117061
118312
|
ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
|
117062
118313
|
ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
|
117063
118314
|
ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
|
@@ -117106,13 +118357,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117106
118357
|
UploadFileFragmentDoc: UploadFileFragmentDoc,
|
117107
118358
|
UploadPayloadFragmentDoc: UploadPayloadFragmentDoc,
|
117108
118359
|
UserAdminPayloadFragmentDoc: UserAdminPayloadFragmentDoc,
|
117109
|
-
UserFragmentDoc: UserFragmentDoc,
|
117110
118360
|
UserConnectionFragmentDoc: UserConnectionFragmentDoc,
|
117111
118361
|
UserPayloadFragmentDoc: UserPayloadFragmentDoc,
|
117112
118362
|
UserSettingsFlagPayloadFragmentDoc: UserSettingsFlagPayloadFragmentDoc,
|
117113
118363
|
UserSettingsFlagsResetPayloadFragmentDoc: UserSettingsFlagsResetPayloadFragmentDoc,
|
117114
118364
|
UserSettingsPayloadFragmentDoc: UserSettingsPayloadFragmentDoc,
|
117115
|
-
ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
|
117116
118365
|
ViewPreferencesPayloadFragmentDoc: ViewPreferencesPayloadFragmentDoc,
|
117117
118366
|
WebhookFragmentDoc: WebhookFragmentDoc,
|
117118
118367
|
WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
|
@@ -117152,6 +118401,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117152
118401
|
CommentsDocument: CommentsDocument,
|
117153
118402
|
CustomViewDocument: CustomViewDocument,
|
117154
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,
|
117155
118409
|
CustomViewHasSubscribersDocument: CustomViewHasSubscribersDocument,
|
117156
118410
|
CustomViewsDocument: CustomViewsDocument,
|
117157
118411
|
CycleDocument: CycleDocument,
|
@@ -117163,6 +118417,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117163
118417
|
DocumentsDocument: DocumentsDocument,
|
117164
118418
|
EmojiDocument: EmojiDocument,
|
117165
118419
|
EmojisDocument: EmojisDocument,
|
118420
|
+
EntityExternalLinkDocument: EntityExternalLinkDocument,
|
117166
118421
|
ExternalUserDocument: ExternalUserDocument,
|
117167
118422
|
ExternalUsersDocument: ExternalUsersDocument,
|
117168
118423
|
FavoriteDocument: FavoriteDocument,
|
@@ -117228,6 +118483,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117228
118483
|
Project_MembersDocument: Project_MembersDocument,
|
117229
118484
|
Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
|
117230
118485
|
Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
|
118486
|
+
Project_StatusDocument: Project_StatusDocument,
|
117231
118487
|
Project_TeamsDocument: Project_TeamsDocument,
|
117232
118488
|
ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
|
117233
118489
|
ProjectLinkDocument: ProjectLinkDocument,
|
@@ -117235,7 +118491,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117235
118491
|
ProjectMilestoneDocument: ProjectMilestoneDocument,
|
117236
118492
|
ProjectMilestone_IssuesDocument: ProjectMilestone_IssuesDocument,
|
117237
118493
|
ProjectMilestonesDocument: ProjectMilestonesDocument,
|
118494
|
+
ProjectRelationDocument: ProjectRelationDocument,
|
118495
|
+
ProjectRelationsDocument: ProjectRelationsDocument,
|
117238
118496
|
ProjectUpdateDocument: ProjectUpdateDocument,
|
118497
|
+
ProjectUpdate_CommentsDocument: ProjectUpdate_CommentsDocument,
|
117239
118498
|
ProjectUpdateInteractionDocument: ProjectUpdateInteractionDocument,
|
117240
118499
|
ProjectUpdateInteractionsDocument: ProjectUpdateInteractionsDocument,
|
117241
118500
|
ProjectUpdatesDocument: ProjectUpdatesDocument,
|
@@ -117333,6 +118592,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117333
118592
|
EmailUserAccountAuthChallengeDocument: EmailUserAccountAuthChallengeDocument,
|
117334
118593
|
CreateEmojiDocument: CreateEmojiDocument,
|
117335
118594
|
DeleteEmojiDocument: DeleteEmojiDocument,
|
118595
|
+
CreateEntityExternalLinkDocument: CreateEntityExternalLinkDocument,
|
118596
|
+
DeleteEntityExternalLinkDocument: DeleteEntityExternalLinkDocument,
|
118597
|
+
UpdateEntityExternalLinkDocument: UpdateEntityExternalLinkDocument,
|
117336
118598
|
CreateFavoriteDocument: CreateFavoriteDocument,
|
117337
118599
|
DeleteFavoriteDocument: DeleteFavoriteDocument,
|
117338
118600
|
UpdateFavoriteDocument: UpdateFavoriteDocument,
|
@@ -118125,6 +119387,19 @@ class AuthOrganizationDomain extends Request {
|
|
118125
119387
|
this.authType = data.authType;
|
118126
119388
|
}
|
118127
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;
|
119401
|
+
}
|
119402
|
+
}
|
118128
119403
|
/**
|
118129
119404
|
* An invitation to the organization that has been sent via email.
|
118130
119405
|
*
|
@@ -118139,6 +119414,19 @@ class AuthOrganizationInvite extends Request {
|
|
118139
119414
|
this.id = data.id;
|
118140
119415
|
}
|
118141
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
|
+
}
|
118142
119430
|
/**
|
118143
119431
|
* AuthResolverResponse model
|
118144
119432
|
*
|
@@ -118203,7 +119491,7 @@ class AuthUser extends Request {
|
|
118203
119491
|
*/
|
118204
119492
|
class AuthenticationSession extends Request {
|
118205
119493
|
constructor(request, data) {
|
118206
|
-
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;
|
118207
119495
|
super(request);
|
118208
119496
|
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
118209
119497
|
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118216,10 +119504,11 @@ class AuthenticationSession extends Request {
|
|
118216
119504
|
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
118217
119505
|
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
118218
119506
|
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
119507
|
+
this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
|
118219
119508
|
this.name = data.name;
|
118220
|
-
this.operatingSystem = (
|
118221
|
-
this.updatedAt = (
|
118222
|
-
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;
|
118223
119512
|
this.type = data.type;
|
118224
119513
|
}
|
118225
119514
|
}
|
@@ -118231,7 +119520,7 @@ class AuthenticationSession extends Request {
|
|
118231
119520
|
*/
|
118232
119521
|
class AuthenticationSessionResponse extends Request {
|
118233
119522
|
constructor(request, data) {
|
118234
|
-
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;
|
118235
119524
|
super(request);
|
118236
119525
|
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
118237
119526
|
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118245,10 +119534,11 @@ class AuthenticationSessionResponse extends Request {
|
|
118245
119534
|
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
118246
119535
|
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
118247
119536
|
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
119537
|
+
this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
|
118248
119538
|
this.name = data.name;
|
118249
|
-
this.operatingSystem = (
|
118250
|
-
this.updatedAt = (
|
118251
|
-
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;
|
118252
119542
|
this.type = data.type;
|
118253
119543
|
}
|
118254
119544
|
}
|
@@ -118485,6 +119775,15 @@ class CustomView extends Request {
|
|
118485
119775
|
this.projectFilterData = (_f = data.projectFilterData) !== null && _f !== void 0 ? _f : undefined;
|
118486
119776
|
this.shared = data.shared;
|
118487
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;
|
118488
119787
|
this._creator = data.creator;
|
118489
119788
|
this._owner = data.owner;
|
118490
119789
|
this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
|
@@ -118826,14 +120125,14 @@ class DeletePayload extends Request {
|
|
118826
120125
|
}
|
118827
120126
|
}
|
118828
120127
|
/**
|
118829
|
-
* A document
|
120128
|
+
* A document that can be attached to different entities.
|
118830
120129
|
*
|
118831
120130
|
* @param request - function to call the graphql client
|
118832
120131
|
* @param data - L.DocumentFragment response data
|
118833
120132
|
*/
|
118834
120133
|
class Document extends Request {
|
118835
120134
|
constructor(request, data) {
|
118836
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120135
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
118837
120136
|
super(request);
|
118838
120137
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118839
120138
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118846,9 +120145,10 @@ class Document extends Request {
|
|
118846
120145
|
this.sortOrder = data.sortOrder;
|
118847
120146
|
this.title = data.title;
|
118848
120147
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120148
|
+
this.url = data.url;
|
118849
120149
|
this._creator = data.creator;
|
118850
120150
|
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
118851
|
-
this._project = data.project;
|
120151
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
118852
120152
|
this._updatedBy = data.updatedBy;
|
118853
120153
|
}
|
118854
120154
|
/** The user who created the document. */
|
@@ -118864,7 +120164,8 @@ class Document extends Request {
|
|
118864
120164
|
}
|
118865
120165
|
/** The project that the document is associated with. */
|
118866
120166
|
get project() {
|
118867
|
-
|
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;
|
118868
120169
|
}
|
118869
120170
|
/** The user who last updated the document. */
|
118870
120171
|
get updatedBy() {
|
@@ -118988,6 +120289,47 @@ class DocumentContentHistoryType extends Request {
|
|
118988
120289
|
this.id = data.id;
|
118989
120290
|
}
|
118990
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
|
+
}
|
118991
120333
|
/**
|
118992
120334
|
* DocumentPayload model
|
118993
120335
|
*
|
@@ -119029,7 +120371,7 @@ class DocumentSearchPayload extends Request {
|
|
119029
120371
|
*/
|
119030
120372
|
class DocumentSearchResult extends Request {
|
119031
120373
|
constructor(request, data) {
|
119032
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120374
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
119033
120375
|
super(request);
|
119034
120376
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119035
120377
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -119043,9 +120385,10 @@ class DocumentSearchResult extends Request {
|
|
119043
120385
|
this.sortOrder = data.sortOrder;
|
119044
120386
|
this.title = data.title;
|
119045
120387
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120388
|
+
this.url = data.url;
|
119046
120389
|
this._creator = data.creator;
|
119047
120390
|
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
119048
|
-
this._project = data.project;
|
120391
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
119049
120392
|
this._updatedBy = data.updatedBy;
|
119050
120393
|
}
|
119051
120394
|
/** The user who created the document. */
|
@@ -119061,7 +120404,8 @@ class DocumentSearchResult extends Request {
|
|
119061
120404
|
}
|
119062
120405
|
/** The project that the document is associated with. */
|
119063
120406
|
get project() {
|
119064
|
-
|
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;
|
119065
120409
|
}
|
119066
120410
|
/** The user who last updated the document. */
|
119067
120411
|
get updatedBy() {
|
@@ -119252,6 +120596,72 @@ class Entity extends Request {
|
|
119252
120596
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119253
120597
|
}
|
119254
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
|
+
}
|
119255
120665
|
/**
|
119256
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.
|
119257
120667
|
*
|
@@ -120034,7 +121444,7 @@ class IntercomSettings extends Request {
|
|
120034
121444
|
*/
|
120035
121445
|
class Issue extends Request {
|
120036
121446
|
constructor(request, data) {
|
120037
|
-
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;
|
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;
|
120038
121448
|
super(request);
|
120039
121449
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120040
121450
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120055,29 +121465,31 @@ class Issue extends Request {
|
|
120055
121465
|
this.previousIdentifiers = data.previousIdentifiers;
|
120056
121466
|
this.priority = data.priority;
|
120057
121467
|
this.priorityLabel = data.priorityLabel;
|
120058
|
-
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;
|
120059
121471
|
this.sortOrder = data.sortOrder;
|
120060
|
-
this.startedAt = (
|
120061
|
-
this.startedTriageAt = (
|
120062
|
-
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;
|
120063
121475
|
this.title = data.title;
|
120064
|
-
this.trashed = (
|
120065
|
-
this.triagedAt = (
|
120066
|
-
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();
|
120067
121479
|
this.url = data.url;
|
120068
121480
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120069
|
-
this.integrationSourceType = (
|
120070
|
-
this._assignee = (
|
120071
|
-
this._creator = (
|
120072
|
-
this._cycle = (
|
120073
|
-
this._externalUserCreator = (
|
120074
|
-
this._favorite = (
|
120075
|
-
this._lastAppliedTemplate = (
|
120076
|
-
this._parent = (
|
120077
|
-
this._project = (
|
120078
|
-
this._projectMilestone = (
|
120079
|
-
this._snoozedBy = (
|
120080
|
-
this._sourceComment = (
|
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;
|
120081
121493
|
this._state = data.state;
|
120082
121494
|
this._team = data.team;
|
120083
121495
|
}
|
@@ -120313,6 +121725,9 @@ class IssueHistory extends Request {
|
|
120313
121725
|
? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
|
120314
121726
|
: undefined;
|
120315
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;
|
120316
121731
|
this._actor = (_9 = data.actor) !== null && _9 !== void 0 ? _9 : undefined;
|
120317
121732
|
this._attachment = (_10 = data.attachment) !== null && _10 !== void 0 ? _10 : undefined;
|
120318
121733
|
this._fromAssignee = (_11 = data.fromAssignee) !== null && _11 !== void 0 ? _11 : undefined;
|
@@ -120554,8 +121969,8 @@ class IssueLabel extends Request {
|
|
120554
121969
|
return new DeleteIssueLabelMutation(this._request).fetch(this.id);
|
120555
121970
|
}
|
120556
121971
|
/** Updates an label. */
|
120557
|
-
update(input) {
|
120558
|
-
return new UpdateIssueLabelMutation(this._request).fetch(this.id, input);
|
121972
|
+
update(input, variables) {
|
121973
|
+
return new UpdateIssueLabelMutation(this._request).fetch(this.id, input, variables);
|
120559
121974
|
}
|
120560
121975
|
}
|
120561
121976
|
/**
|
@@ -120787,7 +122202,7 @@ class IssueSearchPayload extends Request {
|
|
120787
122202
|
*/
|
120788
122203
|
class IssueSearchResult extends Request {
|
120789
122204
|
constructor(request, data) {
|
120790
|
-
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;
|
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;
|
120791
122206
|
super(request);
|
120792
122207
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120793
122208
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120809,29 +122224,31 @@ class IssueSearchResult extends Request {
|
|
120809
122224
|
this.previousIdentifiers = data.previousIdentifiers;
|
120810
122225
|
this.priority = data.priority;
|
120811
122226
|
this.priorityLabel = data.priorityLabel;
|
120812
|
-
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;
|
120813
122230
|
this.sortOrder = data.sortOrder;
|
120814
|
-
this.startedAt = (
|
120815
|
-
this.startedTriageAt = (
|
120816
|
-
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;
|
120817
122234
|
this.title = data.title;
|
120818
|
-
this.trashed = (
|
120819
|
-
this.triagedAt = (
|
120820
|
-
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();
|
120821
122238
|
this.url = data.url;
|
120822
122239
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120823
|
-
this.integrationSourceType = (
|
120824
|
-
this._assignee = (
|
120825
|
-
this._creator = (
|
120826
|
-
this._cycle = (
|
120827
|
-
this._externalUserCreator = (
|
120828
|
-
this._favorite = (
|
120829
|
-
this._lastAppliedTemplate = (
|
120830
|
-
this._parent = (
|
120831
|
-
this._project = (
|
120832
|
-
this._projectMilestone = (
|
120833
|
-
this._snoozedBy = (
|
120834
|
-
this._sourceComment = (
|
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;
|
120835
122252
|
this._state = data.state;
|
120836
122253
|
this._team = data.team;
|
120837
122254
|
}
|
@@ -121152,6 +122569,8 @@ class NotificationConnection extends Connection {
|
|
121152
122569
|
constructor(request, fetch, data) {
|
121153
122570
|
super(request, fetch, data.nodes.map(node => {
|
121154
122571
|
switch (node.__typename) {
|
122572
|
+
case "DocumentNotification":
|
122573
|
+
return new DocumentNotification(request, node);
|
121155
122574
|
case "IssueNotification":
|
121156
122575
|
return new IssueNotification(request, node);
|
121157
122576
|
case "OauthClientApprovalNotification":
|
@@ -121432,6 +122851,7 @@ class OauthToken extends Request {
|
|
121432
122851
|
this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
|
121433
122852
|
this.id = data.id;
|
121434
122853
|
this.revokedAt = (_b = parseDate(data.revokedAt)) !== null && _b !== void 0 ? _b : undefined;
|
122854
|
+
this.scope = data.scope;
|
121435
122855
|
this.userId = data.userId;
|
121436
122856
|
this.client = new AuthOauthClient(request, data.client);
|
121437
122857
|
this.user = new AuthUser(request, data.user);
|
@@ -121484,6 +122904,7 @@ class Organization extends Request {
|
|
121484
122904
|
this.urlKey = data.urlKey;
|
121485
122905
|
this.userCount = data.userCount;
|
121486
122906
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
122907
|
+
this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
|
121487
122908
|
this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
|
121488
122909
|
this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
|
121489
122910
|
this.releaseChannel = data.releaseChannel;
|
@@ -121865,6 +123286,7 @@ class Project extends Request {
|
|
121865
123286
|
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
121866
123287
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
121867
123288
|
this.url = data.url;
|
123289
|
+
this.status = new ProjectStatus(request, data.status);
|
121868
123290
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
121869
123291
|
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
121870
123292
|
this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
|
@@ -122274,6 +123696,81 @@ class ProjectPayload extends Request {
|
|
122274
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;
|
122275
123697
|
}
|
122276
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
|
+
}
|
122277
123774
|
/**
|
122278
123775
|
* ProjectSearchPayload model
|
122279
123776
|
*
|
@@ -122331,6 +123828,7 @@ class ProjectSearchResult extends Request {
|
|
122331
123828
|
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
122332
123829
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
122333
123830
|
this.url = data.url;
|
123831
|
+
this.status = new ProjectStatus(request, data.status);
|
122334
123832
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
122335
123833
|
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
122336
123834
|
this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
|
@@ -122385,6 +123883,40 @@ class ProjectSearchResultConnection extends Connection {
|
|
122385
123883
|
super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
122386
123884
|
}
|
122387
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
|
+
}
|
122388
123920
|
/**
|
122389
123921
|
* A update associated with an project.
|
122390
123922
|
*
|
@@ -122403,6 +123935,7 @@ class ProjectUpdate extends Request {
|
|
122403
123935
|
this.editedAt = (_e = parseDate(data.editedAt)) !== null && _e !== void 0 ? _e : undefined;
|
122404
123936
|
this.id = data.id;
|
122405
123937
|
this.isDiffHidden = data.isDiffHidden;
|
123938
|
+
this.reactionData = data.reactionData;
|
122406
123939
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
122407
123940
|
this.url = data.url;
|
122408
123941
|
this.health = data.health;
|
@@ -122417,6 +123950,10 @@ class ProjectUpdate extends Request {
|
|
122417
123950
|
get user() {
|
122418
123951
|
return new UserQuery(this._request).fetch(this._user.id);
|
122419
123952
|
}
|
123953
|
+
/** Comments associated with the project update. */
|
123954
|
+
comments(variables) {
|
123955
|
+
return new ProjectUpdate_CommentsQuery(this._request, this.id, variables).fetch(variables);
|
123956
|
+
}
|
122420
123957
|
/** Creates a new project update. */
|
122421
123958
|
create(input) {
|
122422
123959
|
return new CreateProjectUpdateMutation(this._request).fetch(input);
|
@@ -122745,6 +124282,7 @@ class Roadmap extends Request {
|
|
122745
124282
|
this.slugId = data.slugId;
|
122746
124283
|
this.sortOrder = data.sortOrder;
|
122747
124284
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
124285
|
+
this.url = data.url;
|
122748
124286
|
this._creator = data.creator;
|
122749
124287
|
this._owner = data.owner;
|
122750
124288
|
}
|
@@ -122996,7 +124534,7 @@ class SlackChannelConnectPayload extends Request {
|
|
122996
124534
|
*/
|
122997
124535
|
class SlackChannelNameMapping extends Request {
|
122998
124536
|
constructor(request, data) {
|
122999
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
124537
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123000
124538
|
super(request);
|
123001
124539
|
this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
|
123002
124540
|
this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
|
@@ -123007,6 +124545,7 @@ class SlackChannelNameMapping extends Request {
|
|
123007
124545
|
this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
|
123008
124546
|
this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
|
123009
124547
|
this.name = data.name;
|
124548
|
+
this.postCancellationUpdates = (_h = data.postCancellationUpdates) !== null && _h !== void 0 ? _h : undefined;
|
123010
124549
|
this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
|
123011
124550
|
}
|
123012
124551
|
}
|
@@ -123122,6 +124661,7 @@ class Team extends Request {
|
|
123122
124661
|
this.name = data.name;
|
123123
124662
|
this.private = data.private;
|
123124
124663
|
this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
|
124664
|
+
this.scimManaged = data.scimManaged;
|
123125
124665
|
this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
|
123126
124666
|
this.slackIssueComments = data.slackIssueComments;
|
123127
124667
|
this.slackIssueStatuses = data.slackIssueStatuses;
|
@@ -124074,6 +125614,7 @@ class ViewPreferences extends Request {
|
|
124074
125614
|
this.type = data.type;
|
124075
125615
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
124076
125616
|
this.viewType = data.viewType;
|
125617
|
+
this.preferences = new ViewPreferencesValues(request, data.preferences);
|
124077
125618
|
}
|
124078
125619
|
/** Creates a new ViewPreferences object. */
|
124079
125620
|
create(input) {
|
@@ -124102,6 +125643,21 @@ class ViewPreferencesPayload extends Request {
|
|
124102
125643
|
this.viewPreferences = new ViewPreferences(request, data.viewPreferences);
|
124103
125644
|
}
|
124104
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
|
+
}
|
124105
125661
|
/**
|
124106
125662
|
* A webhook used to send HTTP notifications over data updates.
|
124107
125663
|
*
|
@@ -124990,6 +126546,31 @@ class EmojisQuery extends Request {
|
|
124990
126546
|
});
|
124991
126547
|
}
|
124992
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
|
+
}
|
124993
126574
|
/**
|
124994
126575
|
* A fetchable ExternalUser Query
|
124995
126576
|
*
|
@@ -125572,6 +127153,8 @@ class NotificationQuery extends Request {
|
|
125572
127153
|
});
|
125573
127154
|
const data = response.notification;
|
125574
127155
|
switch (data.__typename) {
|
127156
|
+
case "DocumentNotification":
|
127157
|
+
return new DocumentNotification(this._request, data);
|
125575
127158
|
case "IssueNotification":
|
125576
127159
|
return new IssueNotification(this._request, data);
|
125577
127160
|
case "OauthClientApprovalNotification":
|
@@ -125911,6 +127494,54 @@ class ProjectMilestonesQuery extends Request {
|
|
125911
127494
|
});
|
125912
127495
|
}
|
125913
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
|
+
}
|
125914
127545
|
/**
|
125915
127546
|
* A fetchable ProjectUpdate Query
|
125916
127547
|
*
|
@@ -127778,6 +129409,83 @@ class DeleteEmojiMutation extends Request {
|
|
127778
129409
|
});
|
127779
129410
|
}
|
127780
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
|
+
}
|
127781
129489
|
/**
|
127782
129490
|
* A fetchable CreateFavorite Mutation
|
127783
129491
|
*
|
@@ -129326,14 +131034,13 @@ class UpdateIssueLabelMutation extends Request {
|
|
129326
131034
|
*
|
129327
131035
|
* @param id - required id to pass to updateIssueLabel
|
129328
131036
|
* @param input - required input to pass to updateIssueLabel
|
131037
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
|
129329
131038
|
* @returns parsed response from UpdateIssueLabelMutation
|
129330
131039
|
*/
|
129331
|
-
fetch(id, input) {
|
131040
|
+
fetch(id, input, variables) {
|
129332
131041
|
return __awaiter(this, void 0, void 0, function* () {
|
129333
|
-
const response = yield this._request(UpdateIssueLabelDocument, {
|
129334
|
-
|
129335
|
-
input,
|
129336
|
-
});
|
131042
|
+
const response = yield this._request(UpdateIssueLabelDocument, Object.assign({ id,
|
131043
|
+
input }, variables));
|
129337
131044
|
const data = response.issueLabelUpdate;
|
129338
131045
|
return new IssueLabelPayload(this._request, data);
|
129339
131046
|
});
|
@@ -132210,6 +133917,138 @@ class CustomView_IssuesQuery extends Request {
|
|
132210
133917
|
});
|
132211
133918
|
}
|
132212
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
|
+
}
|
132213
134052
|
/**
|
132214
134053
|
* A fetchable Cycle_Issues Query
|
132215
134054
|
*
|
@@ -133187,6 +135026,32 @@ class Project_ProjectUpdatesQuery extends Request {
|
|
133187
135026
|
});
|
133188
135027
|
}
|
133189
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
|
+
}
|
133190
135055
|
/**
|
133191
135056
|
* A fetchable Project_Teams Query
|
133192
135057
|
*
|
@@ -133241,6 +135106,33 @@ class ProjectMilestone_IssuesQuery extends Request {
|
|
133241
135106
|
});
|
133242
135107
|
}
|
133243
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
|
+
}
|
133244
135136
|
/**
|
133245
135137
|
* A fetchable Roadmap_Projects Query
|
133246
135138
|
*
|
@@ -134082,6 +135974,15 @@ class LinearSdk extends Request {
|
|
134082
135974
|
emojis(variables) {
|
134083
135975
|
return new EmojisQuery(this._request).fetch(variables);
|
134084
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
|
+
}
|
134085
135986
|
/**
|
134086
135987
|
* One specific external user.
|
134087
135988
|
*
|
@@ -134417,6 +136318,24 @@ class LinearSdk extends Request {
|
|
134417
136318
|
projectMilestones(variables) {
|
134418
136319
|
return new ProjectMilestonesQuery(this._request).fetch(variables);
|
134419
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
|
+
}
|
134420
136339
|
/**
|
134421
136340
|
* A specific project update.
|
134422
136341
|
*
|
@@ -135124,6 +137043,34 @@ class LinearSdk extends Request {
|
|
135124
137043
|
deleteEmoji(id) {
|
135125
137044
|
return new DeleteEmojiMutation(this._request).fetch(id);
|
135126
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
|
+
}
|
135127
137074
|
/**
|
135128
137075
|
* Creates a new favorite (project, cycle etc).
|
135129
137076
|
*
|
@@ -135710,10 +137657,11 @@ class LinearSdk extends Request {
|
|
135710
137657
|
*
|
135711
137658
|
* @param id - required id to pass to updateIssueLabel
|
135712
137659
|
* @param input - required input to pass to updateIssueLabel
|
137660
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
|
135713
137661
|
* @returns IssueLabelPayload
|
135714
137662
|
*/
|
135715
|
-
updateIssueLabel(id, input) {
|
135716
|
-
return new UpdateIssueLabelMutation(this._request).fetch(id, input);
|
137663
|
+
updateIssueLabel(id, input, variables) {
|
137664
|
+
return new UpdateIssueLabelMutation(this._request).fetch(id, input, variables);
|
135717
137665
|
}
|
135718
137666
|
/**
|
135719
137667
|
* Creates a new issue relation.
|
@@ -136787,7 +138735,9 @@ exports.AuthOauthClientWithScope = AuthOauthClientWithScope;
|
|
136787
138735
|
exports.AuthOauthClientWithTokens = AuthOauthClientWithTokens;
|
136788
138736
|
exports.AuthOrganization = AuthOrganization;
|
136789
138737
|
exports.AuthOrganizationDomain = AuthOrganizationDomain;
|
138738
|
+
exports.AuthOrganizationExistsPayload = AuthOrganizationExistsPayload;
|
136790
138739
|
exports.AuthOrganizationInvite = AuthOrganizationInvite;
|
138740
|
+
exports.AuthOrganizationPayload = AuthOrganizationPayload;
|
136791
138741
|
exports.AuthResolverResponse = AuthResolverResponse;
|
136792
138742
|
exports.AuthSuccessPayload = AuthSuccessPayload;
|
136793
138743
|
exports.AuthUser = AuthUser;
|
@@ -136823,6 +138773,7 @@ exports.CreateCycleMutation = CreateCycleMutation;
|
|
136823
138773
|
exports.CreateDocumentMutation = CreateDocumentMutation;
|
136824
138774
|
exports.CreateEmailIntakeAddressMutation = CreateEmailIntakeAddressMutation;
|
136825
138775
|
exports.CreateEmojiMutation = CreateEmojiMutation;
|
138776
|
+
exports.CreateEntityExternalLinkMutation = CreateEntityExternalLinkMutation;
|
136826
138777
|
exports.CreateFavoriteMutation = CreateFavoriteMutation;
|
136827
138778
|
exports.CreateGitAutomationStateMutation = CreateGitAutomationStateMutation;
|
136828
138779
|
exports.CreateGitAutomationTargetBranchMutation = CreateGitAutomationTargetBranchMutation;
|
@@ -136861,6 +138812,11 @@ exports.CustomViewPayload = CustomViewPayload;
|
|
136861
138812
|
exports.CustomViewQuery = CustomViewQuery;
|
136862
138813
|
exports.CustomViewSuggestionPayload = CustomViewSuggestionPayload;
|
136863
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;
|
136864
138820
|
exports.CustomViewsQuery = CustomViewsQuery;
|
136865
138821
|
exports.Cycle = Cycle;
|
136866
138822
|
exports.CycleArchivePayload = CycleArchivePayload;
|
@@ -136879,6 +138835,7 @@ exports.DeleteCustomViewMutation = DeleteCustomViewMutation;
|
|
136879
138835
|
exports.DeleteDocumentMutation = DeleteDocumentMutation;
|
136880
138836
|
exports.DeleteEmailIntakeAddressMutation = DeleteEmailIntakeAddressMutation;
|
136881
138837
|
exports.DeleteEmojiMutation = DeleteEmojiMutation;
|
138838
|
+
exports.DeleteEntityExternalLinkMutation = DeleteEntityExternalLinkMutation;
|
136882
138839
|
exports.DeleteFavoriteMutation = DeleteFavoriteMutation;
|
136883
138840
|
exports.DeleteGitAutomationStateMutation = DeleteGitAutomationStateMutation;
|
136884
138841
|
exports.DeleteGitAutomationTargetBranchMutation = DeleteGitAutomationTargetBranchMutation;
|
@@ -136917,6 +138874,7 @@ exports.DocumentContentHistory = DocumentContentHistory;
|
|
136917
138874
|
exports.DocumentContentHistoryPayload = DocumentContentHistoryPayload;
|
136918
138875
|
exports.DocumentContentHistoryQuery = DocumentContentHistoryQuery;
|
136919
138876
|
exports.DocumentContentHistoryType = DocumentContentHistoryType;
|
138877
|
+
exports.DocumentNotification = DocumentNotification;
|
136920
138878
|
exports.DocumentPayload = DocumentPayload;
|
136921
138879
|
exports.DocumentQuery = DocumentQuery;
|
136922
138880
|
exports.DocumentSearchPayload = DocumentSearchPayload;
|
@@ -136937,6 +138895,10 @@ exports.EmojiPayload = EmojiPayload;
|
|
136937
138895
|
exports.EmojiQuery = EmojiQuery;
|
136938
138896
|
exports.EmojisQuery = EmojisQuery;
|
136939
138897
|
exports.Entity = Entity;
|
138898
|
+
exports.EntityExternalLink = EntityExternalLink;
|
138899
|
+
exports.EntityExternalLinkConnection = EntityExternalLinkConnection;
|
138900
|
+
exports.EntityExternalLinkPayload = EntityExternalLinkPayload;
|
138901
|
+
exports.EntityExternalLinkQuery = EntityExternalLinkQuery;
|
136940
138902
|
exports.ExternalUser = ExternalUser;
|
136941
138903
|
exports.ExternalUserConnection = ExternalUserConnection;
|
136942
138904
|
exports.ExternalUserQuery = ExternalUserQuery;
|
@@ -137183,9 +139145,16 @@ exports.ProjectNotification = ProjectNotification;
|
|
137183
139145
|
exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
|
137184
139146
|
exports.ProjectPayload = ProjectPayload;
|
137185
139147
|
exports.ProjectQuery = ProjectQuery;
|
139148
|
+
exports.ProjectRelation = ProjectRelation;
|
139149
|
+
exports.ProjectRelationConnection = ProjectRelationConnection;
|
139150
|
+
exports.ProjectRelationPayload = ProjectRelationPayload;
|
139151
|
+
exports.ProjectRelationQuery = ProjectRelationQuery;
|
139152
|
+
exports.ProjectRelationsQuery = ProjectRelationsQuery;
|
137186
139153
|
exports.ProjectSearchPayload = ProjectSearchPayload;
|
137187
139154
|
exports.ProjectSearchResult = ProjectSearchResult;
|
137188
139155
|
exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
|
139156
|
+
exports.ProjectStatus = ProjectStatus;
|
139157
|
+
exports.ProjectStatusConnection = ProjectStatusConnection;
|
137189
139158
|
exports.ProjectUpdate = ProjectUpdate;
|
137190
139159
|
exports.ProjectUpdateConnection = ProjectUpdateConnection;
|
137191
139160
|
exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
|
@@ -137198,6 +139167,7 @@ exports.ProjectUpdatePayload = ProjectUpdatePayload;
|
|
137198
139167
|
exports.ProjectUpdateQuery = ProjectUpdateQuery;
|
137199
139168
|
exports.ProjectUpdateReminderPayload = ProjectUpdateReminderPayload;
|
137200
139169
|
exports.ProjectUpdateWithInteractionPayload = ProjectUpdateWithInteractionPayload;
|
139170
|
+
exports.ProjectUpdate_CommentsQuery = ProjectUpdate_CommentsQuery;
|
137201
139171
|
exports.ProjectUpdatesQuery = ProjectUpdatesQuery;
|
137202
139172
|
exports.Project_DocumentsQuery = Project_DocumentsQuery;
|
137203
139173
|
exports.Project_IssuesQuery = Project_IssuesQuery;
|
@@ -137205,6 +139175,7 @@ exports.Project_LinksQuery = Project_LinksQuery;
|
|
137205
139175
|
exports.Project_MembersQuery = Project_MembersQuery;
|
137206
139176
|
exports.Project_ProjectMilestonesQuery = Project_ProjectMilestonesQuery;
|
137207
139177
|
exports.Project_ProjectUpdatesQuery = Project_ProjectUpdatesQuery;
|
139178
|
+
exports.Project_StatusQuery = Project_StatusQuery;
|
137208
139179
|
exports.Project_TeamsQuery = Project_TeamsQuery;
|
137209
139180
|
exports.ProjectsQuery = ProjectsQuery;
|
137210
139181
|
exports.PushSubscription = PushSubscription;
|
@@ -137304,6 +139275,7 @@ exports.UpdateCustomViewMutation = UpdateCustomViewMutation;
|
|
137304
139275
|
exports.UpdateCycleMutation = UpdateCycleMutation;
|
137305
139276
|
exports.UpdateDocumentMutation = UpdateDocumentMutation;
|
137306
139277
|
exports.UpdateEmailIntakeAddressMutation = UpdateEmailIntakeAddressMutation;
|
139278
|
+
exports.UpdateEntityExternalLinkMutation = UpdateEntityExternalLinkMutation;
|
137307
139279
|
exports.UpdateFavoriteMutation = UpdateFavoriteMutation;
|
137308
139280
|
exports.UpdateGitAutomationStateMutation = UpdateGitAutomationStateMutation;
|
137309
139281
|
exports.UpdateGitAutomationTargetBranchMutation = UpdateGitAutomationTargetBranchMutation;
|
@@ -137365,6 +139337,7 @@ exports.User_TeamsQuery = User_TeamsQuery;
|
|
137365
139337
|
exports.UsersQuery = UsersQuery;
|
137366
139338
|
exports.ViewPreferences = ViewPreferences;
|
137367
139339
|
exports.ViewPreferencesPayload = ViewPreferencesPayload;
|
139340
|
+
exports.ViewPreferencesValues = ViewPreferencesValues;
|
137368
139341
|
exports.ViewerQuery = ViewerQuery;
|
137369
139342
|
exports.Viewer_AssignedIssuesQuery = Viewer_AssignedIssuesQuery;
|
137370
139343
|
exports.Viewer_CreatedIssuesQuery = Viewer_CreatedIssuesQuery;
|