@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-es.js
CHANGED
@@ -83611,10 +83611,12 @@ var UserFlagType;
|
|
83611
83611
|
UserFlagType["DesktopInstalled"] = "desktopInstalled";
|
83612
83612
|
UserFlagType["DesktopTabsOnboardingDismissed"] = "desktopTabsOnboardingDismissed";
|
83613
83613
|
UserFlagType["DueDateShortcutMigration"] = "dueDateShortcutMigration";
|
83614
|
+
UserFlagType["EditorSlashCommandUsed"] = "editorSlashCommandUsed";
|
83614
83615
|
UserFlagType["EmptyActiveIssuesDismissed"] = "emptyActiveIssuesDismissed";
|
83615
83616
|
UserFlagType["EmptyBacklogDismissed"] = "emptyBacklogDismissed";
|
83616
83617
|
UserFlagType["EmptyCustomViewsDismissed"] = "emptyCustomViewsDismissed";
|
83617
83618
|
UserFlagType["EmptyMyIssuesDismissed"] = "emptyMyIssuesDismissed";
|
83619
|
+
UserFlagType["EmptyParagraphSlashCommandTip"] = "emptyParagraphSlashCommandTip";
|
83618
83620
|
UserFlagType["FigmaPluginBannerDismissed"] = "figmaPluginBannerDismissed";
|
83619
83621
|
UserFlagType["FigmaPromptDismissed"] = "figmaPromptDismissed";
|
83620
83622
|
UserFlagType["HelpIslandFeatureInsightsDismissed"] = "helpIslandFeatureInsightsDismissed";
|
@@ -83686,6 +83688,7 @@ var ViewType;
|
|
83686
83688
|
ViewType["MyIssuesActivity"] = "myIssuesActivity";
|
83687
83689
|
ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
|
83688
83690
|
ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
|
83691
|
+
ViewType["MyViews"] = "myViews";
|
83689
83692
|
ViewType["Project"] = "project";
|
83690
83693
|
ViewType["ProjectDocuments"] = "projectDocuments";
|
83691
83694
|
ViewType["Projects"] = "projects";
|
@@ -84126,6 +84129,63 @@ const ActorBotFragmentDoc = {
|
|
84126
84129
|
},
|
84127
84130
|
],
|
84128
84131
|
};
|
84132
|
+
const DocumentNotificationFragmentDoc = {
|
84133
|
+
kind: "Document",
|
84134
|
+
definitions: [
|
84135
|
+
{
|
84136
|
+
kind: "FragmentDefinition",
|
84137
|
+
name: { kind: "Name", value: "DocumentNotification" },
|
84138
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
|
84139
|
+
selectionSet: {
|
84140
|
+
kind: "SelectionSet",
|
84141
|
+
selections: [
|
84142
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84143
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
84144
|
+
{
|
84145
|
+
kind: "Field",
|
84146
|
+
name: { kind: "Name", value: "botActor" },
|
84147
|
+
selectionSet: {
|
84148
|
+
kind: "SelectionSet",
|
84149
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
84150
|
+
},
|
84151
|
+
},
|
84152
|
+
{
|
84153
|
+
kind: "Field",
|
84154
|
+
name: { kind: "Name", value: "externalUserActor" },
|
84155
|
+
selectionSet: {
|
84156
|
+
kind: "SelectionSet",
|
84157
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84158
|
+
},
|
84159
|
+
},
|
84160
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
84161
|
+
{ kind: "Field", name: { kind: "Name", value: "emailedAt" } },
|
84162
|
+
{ kind: "Field", name: { kind: "Name", value: "readAt" } },
|
84163
|
+
{ kind: "Field", name: { kind: "Name", value: "unsnoozedAt" } },
|
84164
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84165
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84166
|
+
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
84167
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84168
|
+
{
|
84169
|
+
kind: "Field",
|
84170
|
+
name: { kind: "Name", value: "actor" },
|
84171
|
+
selectionSet: {
|
84172
|
+
kind: "SelectionSet",
|
84173
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84174
|
+
},
|
84175
|
+
},
|
84176
|
+
{
|
84177
|
+
kind: "Field",
|
84178
|
+
name: { kind: "Name", value: "user" },
|
84179
|
+
selectionSet: {
|
84180
|
+
kind: "SelectionSet",
|
84181
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84182
|
+
},
|
84183
|
+
},
|
84184
|
+
],
|
84185
|
+
},
|
84186
|
+
},
|
84187
|
+
],
|
84188
|
+
};
|
84129
84189
|
const NotificationSubscriptionFragmentDoc = {
|
84130
84190
|
kind: "Document",
|
84131
84191
|
definitions: [
|
@@ -84512,6 +84572,14 @@ const NotificationFragmentDoc = {
|
|
84512
84572
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84513
84573
|
},
|
84514
84574
|
},
|
84575
|
+
{
|
84576
|
+
kind: "InlineFragment",
|
84577
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentNotification" } },
|
84578
|
+
selectionSet: {
|
84579
|
+
kind: "SelectionSet",
|
84580
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentNotification" } }],
|
84581
|
+
},
|
84582
|
+
},
|
84515
84583
|
{
|
84516
84584
|
kind: "InlineFragment",
|
84517
84585
|
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueNotification" } },
|
@@ -85228,6 +85296,32 @@ const AuthOrganizationInviteFragmentDoc = {
|
|
85228
85296
|
},
|
85229
85297
|
],
|
85230
85298
|
};
|
85299
|
+
const ProjectStatusFragmentDoc = {
|
85300
|
+
kind: "Document",
|
85301
|
+
definitions: [
|
85302
|
+
{
|
85303
|
+
kind: "FragmentDefinition",
|
85304
|
+
name: { kind: "Name", value: "ProjectStatus" },
|
85305
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatus" } },
|
85306
|
+
selectionSet: {
|
85307
|
+
kind: "SelectionSet",
|
85308
|
+
selections: [
|
85309
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85310
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
85311
|
+
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
85312
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85313
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85314
|
+
{ kind: "Field", name: { kind: "Name", value: "position" } },
|
85315
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85316
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85317
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
85318
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85319
|
+
{ kind: "Field", name: { kind: "Name", value: "indefinite" } },
|
85320
|
+
],
|
85321
|
+
},
|
85322
|
+
},
|
85323
|
+
],
|
85324
|
+
};
|
85231
85325
|
const PaidSubscriptionFragmentDoc = {
|
85232
85326
|
kind: "Document",
|
85233
85327
|
definitions: [
|
@@ -85289,6 +85383,14 @@ const OrganizationFragmentDoc = {
|
|
85289
85383
|
{ kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
|
85290
85384
|
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
85291
85385
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85386
|
+
{
|
85387
|
+
kind: "Field",
|
85388
|
+
name: { kind: "Name", value: "projectStatuses" },
|
85389
|
+
selectionSet: {
|
85390
|
+
kind: "SelectionSet",
|
85391
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
85392
|
+
},
|
85393
|
+
},
|
85292
85394
|
{
|
85293
85395
|
kind: "Field",
|
85294
85396
|
name: { kind: "Name", value: "subscription" },
|
@@ -85381,6 +85483,7 @@ const AuthenticationSessionResponseFragmentDoc = {
|
|
85381
85483
|
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
85382
85484
|
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
85383
85485
|
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
85486
|
+
{ kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
|
85384
85487
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85385
85488
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
85386
85489
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
@@ -85948,11 +86051,12 @@ const SlackChannelNameMappingFragmentDoc = {
|
|
85948
86051
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85949
86052
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateTemplateId" } },
|
85950
86053
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnBotMention" } },
|
86054
|
+
{ kind: "Field", name: { kind: "Name", value: "postCancellationUpdates" } },
|
86055
|
+
{ kind: "Field", name: { kind: "Name", value: "botAdded" } },
|
85951
86056
|
{ kind: "Field", name: { kind: "Name", value: "isPrivate" } },
|
85952
86057
|
{ kind: "Field", name: { kind: "Name", value: "isShared" } },
|
85953
86058
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
|
85954
86059
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
|
85955
|
-
{ kind: "Field", name: { kind: "Name", value: "botAdded" } },
|
85956
86060
|
{
|
85957
86061
|
kind: "Field",
|
85958
86062
|
name: { kind: "Name", value: "teams" },
|
@@ -86256,6 +86360,7 @@ const AuthenticationSessionFragmentDoc = {
|
|
86256
86360
|
{ kind: "Field", name: { kind: "Name", value: "locationCity" } },
|
86257
86361
|
{ kind: "Field", name: { kind: "Name", value: "locationCountryCode" } },
|
86258
86362
|
{ kind: "Field", name: { kind: "Name", value: "locationCountry" } },
|
86363
|
+
{ kind: "Field", name: { kind: "Name", value: "locationRegionCode" } },
|
86259
86364
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86260
86365
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
86261
86366
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
@@ -86729,6 +86834,7 @@ const OauthTokenFragmentDoc = {
|
|
86729
86834
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOauthClient" } }],
|
86730
86835
|
},
|
86731
86836
|
},
|
86837
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
86732
86838
|
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
86733
86839
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86734
86840
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -86792,6 +86898,49 @@ const AuthOrganizationDomainFragmentDoc = {
|
|
86792
86898
|
},
|
86793
86899
|
],
|
86794
86900
|
};
|
86901
|
+
const AuthOrganizationExistsPayloadFragmentDoc = {
|
86902
|
+
kind: "Document",
|
86903
|
+
definitions: [
|
86904
|
+
{
|
86905
|
+
kind: "FragmentDefinition",
|
86906
|
+
name: { kind: "Name", value: "AuthOrganizationExistsPayload" },
|
86907
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationExistsPayload" } },
|
86908
|
+
selectionSet: {
|
86909
|
+
kind: "SelectionSet",
|
86910
|
+
selections: [
|
86911
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86912
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86913
|
+
{ kind: "Field", name: { kind: "Name", value: "exists" } },
|
86914
|
+
],
|
86915
|
+
},
|
86916
|
+
},
|
86917
|
+
],
|
86918
|
+
};
|
86919
|
+
const AuthOrganizationPayloadFragmentDoc = {
|
86920
|
+
kind: "Document",
|
86921
|
+
definitions: [
|
86922
|
+
{
|
86923
|
+
kind: "FragmentDefinition",
|
86924
|
+
name: { kind: "Name", value: "AuthOrganizationPayload" },
|
86925
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOrganizationPayload" } },
|
86926
|
+
selectionSet: {
|
86927
|
+
kind: "SelectionSet",
|
86928
|
+
selections: [
|
86929
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86930
|
+
{
|
86931
|
+
kind: "Field",
|
86932
|
+
name: { kind: "Name", value: "authOrganization" },
|
86933
|
+
selectionSet: {
|
86934
|
+
kind: "SelectionSet",
|
86935
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AuthOrganization" } }],
|
86936
|
+
},
|
86937
|
+
},
|
86938
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86939
|
+
],
|
86940
|
+
},
|
86941
|
+
},
|
86942
|
+
],
|
86943
|
+
};
|
86795
86944
|
const AuthResolverResponseFragmentDoc = {
|
86796
86945
|
kind: "Document",
|
86797
86946
|
definitions: [
|
@@ -87162,6 +87311,55 @@ const CreateOrJoinOrganizationResponseFragmentDoc = {
|
|
87162
87311
|
},
|
87163
87312
|
],
|
87164
87313
|
};
|
87314
|
+
const ViewPreferencesValuesFragmentDoc = {
|
87315
|
+
kind: "Document",
|
87316
|
+
definitions: [
|
87317
|
+
{
|
87318
|
+
kind: "FragmentDefinition",
|
87319
|
+
name: { kind: "Name", value: "ViewPreferencesValues" },
|
87320
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferencesValues" } },
|
87321
|
+
selectionSet: {
|
87322
|
+
kind: "SelectionSet",
|
87323
|
+
selections: [
|
87324
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87325
|
+
{ kind: "Field", name: { kind: "Name", value: "issueGrouping" } },
|
87326
|
+
{ kind: "Field", name: { kind: "Name", value: "viewOrdering" } },
|
87327
|
+
{ kind: "Field", name: { kind: "Name", value: "showCompletedIssues" } },
|
87328
|
+
],
|
87329
|
+
},
|
87330
|
+
},
|
87331
|
+
],
|
87332
|
+
};
|
87333
|
+
const ViewPreferencesFragmentDoc = {
|
87334
|
+
kind: "Document",
|
87335
|
+
definitions: [
|
87336
|
+
{
|
87337
|
+
kind: "FragmentDefinition",
|
87338
|
+
name: { kind: "Name", value: "ViewPreferences" },
|
87339
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
|
87340
|
+
selectionSet: {
|
87341
|
+
kind: "SelectionSet",
|
87342
|
+
selections: [
|
87343
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87344
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87345
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87346
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87347
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87348
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
87349
|
+
{
|
87350
|
+
kind: "Field",
|
87351
|
+
name: { kind: "Name", value: "preferences" },
|
87352
|
+
selectionSet: {
|
87353
|
+
kind: "SelectionSet",
|
87354
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
|
87355
|
+
},
|
87356
|
+
},
|
87357
|
+
{ kind: "Field", name: { kind: "Name", value: "viewType" } },
|
87358
|
+
],
|
87359
|
+
},
|
87360
|
+
},
|
87361
|
+
],
|
87362
|
+
};
|
87165
87363
|
const CustomViewFragmentDoc = {
|
87166
87364
|
kind: "Document",
|
87167
87365
|
definitions: [
|
@@ -87173,7 +87371,23 @@ const CustomViewFragmentDoc = {
|
|
87173
87371
|
kind: "SelectionSet",
|
87174
87372
|
selections: [
|
87175
87373
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87374
|
+
{
|
87375
|
+
kind: "Field",
|
87376
|
+
name: { kind: "Name", value: "viewPreferencesValues" },
|
87377
|
+
selectionSet: {
|
87378
|
+
kind: "SelectionSet",
|
87379
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
|
87380
|
+
},
|
87381
|
+
},
|
87176
87382
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87383
|
+
{
|
87384
|
+
kind: "Field",
|
87385
|
+
name: { kind: "Name", value: "userViewPreferences" },
|
87386
|
+
selectionSet: {
|
87387
|
+
kind: "SelectionSet",
|
87388
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
87389
|
+
},
|
87390
|
+
},
|
87177
87391
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
87178
87392
|
{ kind: "Field", name: { kind: "Name", value: "filterData" } },
|
87179
87393
|
{ kind: "Field", name: { kind: "Name", value: "projectFilterData" } },
|
@@ -87182,6 +87396,14 @@ const CustomViewFragmentDoc = {
|
|
87182
87396
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87183
87397
|
{ kind: "Field", name: { kind: "Name", value: "modelName" } },
|
87184
87398
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
87399
|
+
{
|
87400
|
+
kind: "Field",
|
87401
|
+
name: { kind: "Name", value: "organizationViewPreferences" },
|
87402
|
+
selectionSet: {
|
87403
|
+
kind: "SelectionSet",
|
87404
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
87405
|
+
},
|
87406
|
+
},
|
87185
87407
|
{
|
87186
87408
|
kind: "Field",
|
87187
87409
|
name: { kind: "Name", value: "team" },
|
@@ -87427,6 +87649,7 @@ const DocumentFragmentDoc = {
|
|
87427
87649
|
kind: "SelectionSet",
|
87428
87650
|
selections: [
|
87429
87651
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87652
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87430
87653
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87431
87654
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
87432
87655
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -87610,6 +87833,7 @@ const DocumentSearchResultFragmentDoc = {
|
|
87610
87833
|
selections: [
|
87611
87834
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87612
87835
|
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
87836
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87613
87837
|
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
87614
87838
|
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
87615
87839
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
@@ -87927,6 +88151,95 @@ const EmojiPayloadFragmentDoc = {
|
|
87927
88151
|
},
|
87928
88152
|
],
|
87929
88153
|
};
|
88154
|
+
const EntityExternalLinkFragmentDoc = {
|
88155
|
+
kind: "Document",
|
88156
|
+
definitions: [
|
88157
|
+
{
|
88158
|
+
kind: "FragmentDefinition",
|
88159
|
+
name: { kind: "Name", value: "EntityExternalLink" },
|
88160
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLink" } },
|
88161
|
+
selectionSet: {
|
88162
|
+
kind: "SelectionSet",
|
88163
|
+
selections: [
|
88164
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88165
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88166
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88167
|
+
{ kind: "Field", name: { kind: "Name", value: "label" } },
|
88168
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
88169
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
88170
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
88171
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
88172
|
+
{
|
88173
|
+
kind: "Field",
|
88174
|
+
name: { kind: "Name", value: "creator" },
|
88175
|
+
selectionSet: {
|
88176
|
+
kind: "SelectionSet",
|
88177
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88178
|
+
},
|
88179
|
+
},
|
88180
|
+
],
|
88181
|
+
},
|
88182
|
+
},
|
88183
|
+
],
|
88184
|
+
};
|
88185
|
+
const EntityExternalLinkConnectionFragmentDoc = {
|
88186
|
+
kind: "Document",
|
88187
|
+
definitions: [
|
88188
|
+
{
|
88189
|
+
kind: "FragmentDefinition",
|
88190
|
+
name: { kind: "Name", value: "EntityExternalLinkConnection" },
|
88191
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkConnection" } },
|
88192
|
+
selectionSet: {
|
88193
|
+
kind: "SelectionSet",
|
88194
|
+
selections: [
|
88195
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88196
|
+
{
|
88197
|
+
kind: "Field",
|
88198
|
+
name: { kind: "Name", value: "nodes" },
|
88199
|
+
selectionSet: {
|
88200
|
+
kind: "SelectionSet",
|
88201
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
|
88202
|
+
},
|
88203
|
+
},
|
88204
|
+
{
|
88205
|
+
kind: "Field",
|
88206
|
+
name: { kind: "Name", value: "pageInfo" },
|
88207
|
+
selectionSet: {
|
88208
|
+
kind: "SelectionSet",
|
88209
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
88210
|
+
},
|
88211
|
+
},
|
88212
|
+
],
|
88213
|
+
},
|
88214
|
+
},
|
88215
|
+
],
|
88216
|
+
};
|
88217
|
+
const EntityExternalLinkPayloadFragmentDoc = {
|
88218
|
+
kind: "Document",
|
88219
|
+
definitions: [
|
88220
|
+
{
|
88221
|
+
kind: "FragmentDefinition",
|
88222
|
+
name: { kind: "Name", value: "EntityExternalLinkPayload" },
|
88223
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkPayload" } },
|
88224
|
+
selectionSet: {
|
88225
|
+
kind: "SelectionSet",
|
88226
|
+
selections: [
|
88227
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88228
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
88229
|
+
{
|
88230
|
+
kind: "Field",
|
88231
|
+
name: { kind: "Name", value: "entityExternalLink" },
|
88232
|
+
selectionSet: {
|
88233
|
+
kind: "SelectionSet",
|
88234
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88235
|
+
},
|
88236
|
+
},
|
88237
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
88238
|
+
],
|
88239
|
+
},
|
88240
|
+
},
|
88241
|
+
],
|
88242
|
+
};
|
87930
88243
|
const ExternalUserFragmentDoc = {
|
87931
88244
|
kind: "Document",
|
87932
88245
|
definitions: [
|
@@ -88827,6 +89140,8 @@ const IssueFragmentDoc = {
|
|
88827
89140
|
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
88828
89141
|
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
88829
89142
|
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
89143
|
+
{ kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
|
89144
|
+
{ kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
|
88830
89145
|
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
88831
89146
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
88832
89147
|
{
|
@@ -89044,6 +89359,45 @@ const IssueLabelFragmentDoc = {
|
|
89044
89359
|
},
|
89045
89360
|
],
|
89046
89361
|
};
|
89362
|
+
const UserFragmentDoc = {
|
89363
|
+
kind: "Document",
|
89364
|
+
definitions: [
|
89365
|
+
{
|
89366
|
+
kind: "FragmentDefinition",
|
89367
|
+
name: { kind: "Name", value: "User" },
|
89368
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
|
89369
|
+
selectionSet: {
|
89370
|
+
kind: "SelectionSet",
|
89371
|
+
selections: [
|
89372
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89373
|
+
{ kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
|
89374
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89375
|
+
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
89376
|
+
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
89377
|
+
{ kind: "Field", name: { kind: "Name", value: "disableReason" } },
|
89378
|
+
{ kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
|
89379
|
+
{ kind: "Field", name: { kind: "Name", value: "statusLabel" } },
|
89380
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89381
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
89382
|
+
{ kind: "Field", name: { kind: "Name", value: "timezone" } },
|
89383
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89384
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89385
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89386
|
+
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
89387
|
+
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
89388
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89389
|
+
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
89390
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89391
|
+
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
89392
|
+
{ kind: "Field", name: { kind: "Name", value: "guest" } },
|
89393
|
+
{ kind: "Field", name: { kind: "Name", value: "admin" } },
|
89394
|
+
{ kind: "Field", name: { kind: "Name", value: "isMe" } },
|
89395
|
+
{ kind: "Field", name: { kind: "Name", value: "calendarHash" } },
|
89396
|
+
],
|
89397
|
+
},
|
89398
|
+
},
|
89399
|
+
],
|
89400
|
+
};
|
89047
89401
|
const IssueHistoryFragmentDoc = {
|
89048
89402
|
kind: "Document",
|
89049
89403
|
definitions: [
|
@@ -89257,6 +89611,14 @@ const IssueHistoryFragmentDoc = {
|
|
89257
89611
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
89258
89612
|
},
|
89259
89613
|
},
|
89614
|
+
{
|
89615
|
+
kind: "Field",
|
89616
|
+
name: { kind: "Name", value: "triageResponsibilityNotifiedUsers" },
|
89617
|
+
selectionSet: {
|
89618
|
+
kind: "SelectionSet",
|
89619
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "User" } }],
|
89620
|
+
},
|
89621
|
+
},
|
89260
89622
|
],
|
89261
89623
|
},
|
89262
89624
|
},
|
@@ -89672,6 +90034,8 @@ const IssueSearchResultFragmentDoc = {
|
|
89672
90034
|
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
89673
90035
|
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
89674
90036
|
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
90037
|
+
{ kind: "Field", name: { kind: "Name", value: "slaStartedAt" } },
|
90038
|
+
{ kind: "Field", name: { kind: "Name", value: "slaBreachesAt" } },
|
89675
90039
|
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
89676
90040
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89677
90041
|
{
|
@@ -90374,6 +90738,14 @@ const ProjectFragmentDoc = {
|
|
90374
90738
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
90375
90739
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
90376
90740
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
90741
|
+
{
|
90742
|
+
kind: "Field",
|
90743
|
+
name: { kind: "Name", value: "status" },
|
90744
|
+
selectionSet: {
|
90745
|
+
kind: "SelectionSet",
|
90746
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
90747
|
+
},
|
90748
|
+
},
|
90377
90749
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90378
90750
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90379
90751
|
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
@@ -90671,6 +91043,119 @@ const ProjectPayloadFragmentDoc = {
|
|
90671
91043
|
},
|
90672
91044
|
],
|
90673
91045
|
};
|
91046
|
+
const ProjectRelationFragmentDoc = {
|
91047
|
+
kind: "Document",
|
91048
|
+
definitions: [
|
91049
|
+
{
|
91050
|
+
kind: "FragmentDefinition",
|
91051
|
+
name: { kind: "Name", value: "ProjectRelation" },
|
91052
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelation" } },
|
91053
|
+
selectionSet: {
|
91054
|
+
kind: "SelectionSet",
|
91055
|
+
selections: [
|
91056
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91057
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
91058
|
+
{
|
91059
|
+
kind: "Field",
|
91060
|
+
name: { kind: "Name", value: "projectMilestone" },
|
91061
|
+
selectionSet: {
|
91062
|
+
kind: "SelectionSet",
|
91063
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91064
|
+
},
|
91065
|
+
},
|
91066
|
+
{
|
91067
|
+
kind: "Field",
|
91068
|
+
name: { kind: "Name", value: "relatedProjectMilestone" },
|
91069
|
+
selectionSet: {
|
91070
|
+
kind: "SelectionSet",
|
91071
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91072
|
+
},
|
91073
|
+
},
|
91074
|
+
{
|
91075
|
+
kind: "Field",
|
91076
|
+
name: { kind: "Name", value: "project" },
|
91077
|
+
selectionSet: {
|
91078
|
+
kind: "SelectionSet",
|
91079
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91080
|
+
},
|
91081
|
+
},
|
91082
|
+
{
|
91083
|
+
kind: "Field",
|
91084
|
+
name: { kind: "Name", value: "relatedProject" },
|
91085
|
+
selectionSet: {
|
91086
|
+
kind: "SelectionSet",
|
91087
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91088
|
+
},
|
91089
|
+
},
|
91090
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
91091
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
91092
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
91093
|
+
{ kind: "Field", name: { kind: "Name", value: "anchorType" } },
|
91094
|
+
{ kind: "Field", name: { kind: "Name", value: "relatedAnchorType" } },
|
91095
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
91096
|
+
],
|
91097
|
+
},
|
91098
|
+
},
|
91099
|
+
],
|
91100
|
+
};
|
91101
|
+
const ProjectRelationConnectionFragmentDoc = {
|
91102
|
+
kind: "Document",
|
91103
|
+
definitions: [
|
91104
|
+
{
|
91105
|
+
kind: "FragmentDefinition",
|
91106
|
+
name: { kind: "Name", value: "ProjectRelationConnection" },
|
91107
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationConnection" } },
|
91108
|
+
selectionSet: {
|
91109
|
+
kind: "SelectionSet",
|
91110
|
+
selections: [
|
91111
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91112
|
+
{
|
91113
|
+
kind: "Field",
|
91114
|
+
name: { kind: "Name", value: "nodes" },
|
91115
|
+
selectionSet: {
|
91116
|
+
kind: "SelectionSet",
|
91117
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
|
91118
|
+
},
|
91119
|
+
},
|
91120
|
+
{
|
91121
|
+
kind: "Field",
|
91122
|
+
name: { kind: "Name", value: "pageInfo" },
|
91123
|
+
selectionSet: {
|
91124
|
+
kind: "SelectionSet",
|
91125
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
91126
|
+
},
|
91127
|
+
},
|
91128
|
+
],
|
91129
|
+
},
|
91130
|
+
},
|
91131
|
+
],
|
91132
|
+
};
|
91133
|
+
const ProjectRelationPayloadFragmentDoc = {
|
91134
|
+
kind: "Document",
|
91135
|
+
definitions: [
|
91136
|
+
{
|
91137
|
+
kind: "FragmentDefinition",
|
91138
|
+
name: { kind: "Name", value: "ProjectRelationPayload" },
|
91139
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectRelationPayload" } },
|
91140
|
+
selectionSet: {
|
91141
|
+
kind: "SelectionSet",
|
91142
|
+
selections: [
|
91143
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91144
|
+
{ kind: "Field", name: { kind: "Name", value: "lastSyncId" } },
|
91145
|
+
{
|
91146
|
+
kind: "Field",
|
91147
|
+
name: { kind: "Name", value: "projectRelation" },
|
91148
|
+
selectionSet: {
|
91149
|
+
kind: "SelectionSet",
|
91150
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
91151
|
+
},
|
91152
|
+
},
|
91153
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
91154
|
+
],
|
91155
|
+
},
|
91156
|
+
},
|
91157
|
+
],
|
91158
|
+
};
|
90674
91159
|
const ProjectSearchResultFragmentDoc = {
|
90675
91160
|
kind: "Document",
|
90676
91161
|
definitions: [
|
@@ -90732,6 +91217,14 @@ const ProjectSearchResultFragmentDoc = {
|
|
90732
91217
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
90733
91218
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
90734
91219
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
91220
|
+
{
|
91221
|
+
kind: "Field",
|
91222
|
+
name: { kind: "Name", value: "status" },
|
91223
|
+
selectionSet: {
|
91224
|
+
kind: "SelectionSet",
|
91225
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
91226
|
+
},
|
91227
|
+
},
|
90735
91228
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
90736
91229
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90737
91230
|
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
@@ -90840,6 +91333,38 @@ const ProjectSearchResultConnectionFragmentDoc = {
|
|
90840
91333
|
},
|
90841
91334
|
],
|
90842
91335
|
};
|
91336
|
+
const ProjectStatusConnectionFragmentDoc = {
|
91337
|
+
kind: "Document",
|
91338
|
+
definitions: [
|
91339
|
+
{
|
91340
|
+
kind: "FragmentDefinition",
|
91341
|
+
name: { kind: "Name", value: "ProjectStatusConnection" },
|
91342
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectStatusConnection" } },
|
91343
|
+
selectionSet: {
|
91344
|
+
kind: "SelectionSet",
|
91345
|
+
selections: [
|
91346
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91347
|
+
{
|
91348
|
+
kind: "Field",
|
91349
|
+
name: { kind: "Name", value: "nodes" },
|
91350
|
+
selectionSet: {
|
91351
|
+
kind: "SelectionSet",
|
91352
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
91353
|
+
},
|
91354
|
+
},
|
91355
|
+
{
|
91356
|
+
kind: "Field",
|
91357
|
+
name: { kind: "Name", value: "pageInfo" },
|
91358
|
+
selectionSet: {
|
91359
|
+
kind: "SelectionSet",
|
91360
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
91361
|
+
},
|
91362
|
+
},
|
91363
|
+
],
|
91364
|
+
},
|
91365
|
+
},
|
91366
|
+
],
|
91367
|
+
};
|
90843
91368
|
const ProjectUpdateFragmentDoc = {
|
90844
91369
|
kind: "Document",
|
90845
91370
|
definitions: [
|
@@ -90851,6 +91376,7 @@ const ProjectUpdateFragmentDoc = {
|
|
90851
91376
|
kind: "SelectionSet",
|
90852
91377
|
selections: [
|
90853
91378
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91379
|
+
{ kind: "Field", name: { kind: "Name", value: "reactionData" } },
|
90854
91380
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
90855
91381
|
{ kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
|
90856
91382
|
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
@@ -91353,6 +91879,7 @@ const RoadmapFragmentDoc = {
|
|
91353
91879
|
kind: "SelectionSet",
|
91354
91880
|
selections: [
|
91355
91881
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91882
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
91356
91883
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
91357
91884
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
91358
91885
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
@@ -91770,6 +92297,7 @@ const TeamFragmentDoc = {
|
|
91770
92297
|
{ kind: "Field", name: { kind: "Name", value: "setIssueSortOrderOnStateChange" } },
|
91771
92298
|
{ kind: "Field", name: { kind: "Name", value: "requirePriorityToLeaveTriage" } },
|
91772
92299
|
{ kind: "Field", name: { kind: "Name", value: "issueOrderingNoPriorityFirst" } },
|
92300
|
+
{ kind: "Field", name: { kind: "Name", value: "scimManaged" } },
|
91773
92301
|
{ kind: "Field", name: { kind: "Name", value: "private" } },
|
91774
92302
|
{ kind: "Field", name: { kind: "Name", value: "cyclesEnabled" } },
|
91775
92303
|
{ kind: "Field", name: { kind: "Name", value: "issueEstimationExtended" } },
|
@@ -92383,45 +92911,6 @@ const UserAdminPayloadFragmentDoc = {
|
|
92383
92911
|
},
|
92384
92912
|
],
|
92385
92913
|
};
|
92386
|
-
const UserFragmentDoc = {
|
92387
|
-
kind: "Document",
|
92388
|
-
definitions: [
|
92389
|
-
{
|
92390
|
-
kind: "FragmentDefinition",
|
92391
|
-
name: { kind: "Name", value: "User" },
|
92392
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "User" } },
|
92393
|
-
selectionSet: {
|
92394
|
-
kind: "SelectionSet",
|
92395
|
-
selections: [
|
92396
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92397
|
-
{ kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
|
92398
|
-
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
92399
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
92400
|
-
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
92401
|
-
{ kind: "Field", name: { kind: "Name", value: "disableReason" } },
|
92402
|
-
{ kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
|
92403
|
-
{ kind: "Field", name: { kind: "Name", value: "statusLabel" } },
|
92404
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92405
|
-
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
92406
|
-
{ kind: "Field", name: { kind: "Name", value: "timezone" } },
|
92407
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92408
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92409
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92410
|
-
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
92411
|
-
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
92412
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
92413
|
-
{ kind: "Field", name: { kind: "Name", value: "inviteHash" } },
|
92414
|
-
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
92415
|
-
{ kind: "Field", name: { kind: "Name", value: "active" } },
|
92416
|
-
{ kind: "Field", name: { kind: "Name", value: "guest" } },
|
92417
|
-
{ kind: "Field", name: { kind: "Name", value: "admin" } },
|
92418
|
-
{ kind: "Field", name: { kind: "Name", value: "isMe" } },
|
92419
|
-
{ kind: "Field", name: { kind: "Name", value: "calendarHash" } },
|
92420
|
-
],
|
92421
|
-
},
|
92422
|
-
},
|
92423
|
-
],
|
92424
|
-
};
|
92425
92914
|
const UserConnectionFragmentDoc = {
|
92426
92915
|
kind: "Document",
|
92427
92916
|
definitions: [
|
@@ -92536,28 +93025,6 @@ const UserSettingsPayloadFragmentDoc = {
|
|
92536
93025
|
},
|
92537
93026
|
],
|
92538
93027
|
};
|
92539
|
-
const ViewPreferencesFragmentDoc = {
|
92540
|
-
kind: "Document",
|
92541
|
-
definitions: [
|
92542
|
-
{
|
92543
|
-
kind: "FragmentDefinition",
|
92544
|
-
name: { kind: "Name", value: "ViewPreferences" },
|
92545
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ViewPreferences" } },
|
92546
|
-
selectionSet: {
|
92547
|
-
kind: "SelectionSet",
|
92548
|
-
selections: [
|
92549
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
92550
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92551
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92552
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92553
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92554
|
-
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
92555
|
-
{ kind: "Field", name: { kind: "Name", value: "viewType" } },
|
92556
|
-
],
|
92557
|
-
},
|
92558
|
-
},
|
92559
|
-
],
|
92560
|
-
};
|
92561
93028
|
const ViewPreferencesPayloadFragmentDoc = {
|
92562
93029
|
kind: "Document",
|
92563
93030
|
definitions: [
|
@@ -93873,6 +94340,7 @@ const AttachmentIssue_HistoryDocument = {
|
|
93873
94340
|
...ActorBotFragmentDoc.definitions,
|
93874
94341
|
...IssueImportFragmentDoc.definitions,
|
93875
94342
|
...IssueLabelFragmentDoc.definitions,
|
94343
|
+
...UserFragmentDoc.definitions,
|
93876
94344
|
...PageInfoFragmentDoc.definitions,
|
93877
94345
|
],
|
93878
94346
|
};
|
@@ -95199,6 +95667,8 @@ const CustomViewDocument = {
|
|
95199
95667
|
},
|
95200
95668
|
},
|
95201
95669
|
...CustomViewFragmentDoc.definitions,
|
95670
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95671
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95202
95672
|
],
|
95203
95673
|
};
|
95204
95674
|
const CustomView_IssuesDocument = {
|
@@ -95336,6 +95806,265 @@ const CustomView_IssuesDocument = {
|
|
95336
95806
|
...PageInfoFragmentDoc.definitions,
|
95337
95807
|
],
|
95338
95808
|
};
|
95809
|
+
const CustomView_OrganizationViewPreferencesDocument = {
|
95810
|
+
kind: "Document",
|
95811
|
+
definitions: [
|
95812
|
+
{
|
95813
|
+
kind: "OperationDefinition",
|
95814
|
+
operation: "query",
|
95815
|
+
name: { kind: "Name", value: "customView_organizationViewPreferences" },
|
95816
|
+
variableDefinitions: [
|
95817
|
+
{
|
95818
|
+
kind: "VariableDefinition",
|
95819
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95820
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95821
|
+
},
|
95822
|
+
],
|
95823
|
+
selectionSet: {
|
95824
|
+
kind: "SelectionSet",
|
95825
|
+
selections: [
|
95826
|
+
{
|
95827
|
+
kind: "Field",
|
95828
|
+
name: { kind: "Name", value: "customView" },
|
95829
|
+
arguments: [
|
95830
|
+
{
|
95831
|
+
kind: "Argument",
|
95832
|
+
name: { kind: "Name", value: "id" },
|
95833
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95834
|
+
},
|
95835
|
+
],
|
95836
|
+
selectionSet: {
|
95837
|
+
kind: "SelectionSet",
|
95838
|
+
selections: [
|
95839
|
+
{
|
95840
|
+
kind: "Field",
|
95841
|
+
name: { kind: "Name", value: "organizationViewPreferences" },
|
95842
|
+
selectionSet: {
|
95843
|
+
kind: "SelectionSet",
|
95844
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
95845
|
+
},
|
95846
|
+
},
|
95847
|
+
],
|
95848
|
+
},
|
95849
|
+
},
|
95850
|
+
],
|
95851
|
+
},
|
95852
|
+
},
|
95853
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95854
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95855
|
+
],
|
95856
|
+
};
|
95857
|
+
const CustomView_OrganizationViewPreferences_PreferencesDocument = {
|
95858
|
+
kind: "Document",
|
95859
|
+
definitions: [
|
95860
|
+
{
|
95861
|
+
kind: "OperationDefinition",
|
95862
|
+
operation: "query",
|
95863
|
+
name: { kind: "Name", value: "customView_organizationViewPreferences_preferences" },
|
95864
|
+
variableDefinitions: [
|
95865
|
+
{
|
95866
|
+
kind: "VariableDefinition",
|
95867
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95868
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95869
|
+
},
|
95870
|
+
],
|
95871
|
+
selectionSet: {
|
95872
|
+
kind: "SelectionSet",
|
95873
|
+
selections: [
|
95874
|
+
{
|
95875
|
+
kind: "Field",
|
95876
|
+
name: { kind: "Name", value: "customView" },
|
95877
|
+
arguments: [
|
95878
|
+
{
|
95879
|
+
kind: "Argument",
|
95880
|
+
name: { kind: "Name", value: "id" },
|
95881
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95882
|
+
},
|
95883
|
+
],
|
95884
|
+
selectionSet: {
|
95885
|
+
kind: "SelectionSet",
|
95886
|
+
selections: [
|
95887
|
+
{
|
95888
|
+
kind: "Field",
|
95889
|
+
name: { kind: "Name", value: "organizationViewPreferences" },
|
95890
|
+
selectionSet: {
|
95891
|
+
kind: "SelectionSet",
|
95892
|
+
selections: [
|
95893
|
+
{
|
95894
|
+
kind: "Field",
|
95895
|
+
name: { kind: "Name", value: "preferences" },
|
95896
|
+
selectionSet: {
|
95897
|
+
kind: "SelectionSet",
|
95898
|
+
selections: [
|
95899
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
|
95900
|
+
],
|
95901
|
+
},
|
95902
|
+
},
|
95903
|
+
],
|
95904
|
+
},
|
95905
|
+
},
|
95906
|
+
],
|
95907
|
+
},
|
95908
|
+
},
|
95909
|
+
],
|
95910
|
+
},
|
95911
|
+
},
|
95912
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95913
|
+
],
|
95914
|
+
};
|
95915
|
+
const CustomView_UserViewPreferencesDocument = {
|
95916
|
+
kind: "Document",
|
95917
|
+
definitions: [
|
95918
|
+
{
|
95919
|
+
kind: "OperationDefinition",
|
95920
|
+
operation: "query",
|
95921
|
+
name: { kind: "Name", value: "customView_userViewPreferences" },
|
95922
|
+
variableDefinitions: [
|
95923
|
+
{
|
95924
|
+
kind: "VariableDefinition",
|
95925
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95926
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95927
|
+
},
|
95928
|
+
],
|
95929
|
+
selectionSet: {
|
95930
|
+
kind: "SelectionSet",
|
95931
|
+
selections: [
|
95932
|
+
{
|
95933
|
+
kind: "Field",
|
95934
|
+
name: { kind: "Name", value: "customView" },
|
95935
|
+
arguments: [
|
95936
|
+
{
|
95937
|
+
kind: "Argument",
|
95938
|
+
name: { kind: "Name", value: "id" },
|
95939
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95940
|
+
},
|
95941
|
+
],
|
95942
|
+
selectionSet: {
|
95943
|
+
kind: "SelectionSet",
|
95944
|
+
selections: [
|
95945
|
+
{
|
95946
|
+
kind: "Field",
|
95947
|
+
name: { kind: "Name", value: "userViewPreferences" },
|
95948
|
+
selectionSet: {
|
95949
|
+
kind: "SelectionSet",
|
95950
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferences" } }],
|
95951
|
+
},
|
95952
|
+
},
|
95953
|
+
],
|
95954
|
+
},
|
95955
|
+
},
|
95956
|
+
],
|
95957
|
+
},
|
95958
|
+
},
|
95959
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95960
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
95961
|
+
],
|
95962
|
+
};
|
95963
|
+
const CustomView_UserViewPreferences_PreferencesDocument = {
|
95964
|
+
kind: "Document",
|
95965
|
+
definitions: [
|
95966
|
+
{
|
95967
|
+
kind: "OperationDefinition",
|
95968
|
+
operation: "query",
|
95969
|
+
name: { kind: "Name", value: "customView_userViewPreferences_preferences" },
|
95970
|
+
variableDefinitions: [
|
95971
|
+
{
|
95972
|
+
kind: "VariableDefinition",
|
95973
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95974
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
95975
|
+
},
|
95976
|
+
],
|
95977
|
+
selectionSet: {
|
95978
|
+
kind: "SelectionSet",
|
95979
|
+
selections: [
|
95980
|
+
{
|
95981
|
+
kind: "Field",
|
95982
|
+
name: { kind: "Name", value: "customView" },
|
95983
|
+
arguments: [
|
95984
|
+
{
|
95985
|
+
kind: "Argument",
|
95986
|
+
name: { kind: "Name", value: "id" },
|
95987
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
95988
|
+
},
|
95989
|
+
],
|
95990
|
+
selectionSet: {
|
95991
|
+
kind: "SelectionSet",
|
95992
|
+
selections: [
|
95993
|
+
{
|
95994
|
+
kind: "Field",
|
95995
|
+
name: { kind: "Name", value: "userViewPreferences" },
|
95996
|
+
selectionSet: {
|
95997
|
+
kind: "SelectionSet",
|
95998
|
+
selections: [
|
95999
|
+
{
|
96000
|
+
kind: "Field",
|
96001
|
+
name: { kind: "Name", value: "preferences" },
|
96002
|
+
selectionSet: {
|
96003
|
+
kind: "SelectionSet",
|
96004
|
+
selections: [
|
96005
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } },
|
96006
|
+
],
|
96007
|
+
},
|
96008
|
+
},
|
96009
|
+
],
|
96010
|
+
},
|
96011
|
+
},
|
96012
|
+
],
|
96013
|
+
},
|
96014
|
+
},
|
96015
|
+
],
|
96016
|
+
},
|
96017
|
+
},
|
96018
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
96019
|
+
],
|
96020
|
+
};
|
96021
|
+
const CustomView_ViewPreferencesValuesDocument = {
|
96022
|
+
kind: "Document",
|
96023
|
+
definitions: [
|
96024
|
+
{
|
96025
|
+
kind: "OperationDefinition",
|
96026
|
+
operation: "query",
|
96027
|
+
name: { kind: "Name", value: "customView_viewPreferencesValues" },
|
96028
|
+
variableDefinitions: [
|
96029
|
+
{
|
96030
|
+
kind: "VariableDefinition",
|
96031
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96032
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96033
|
+
},
|
96034
|
+
],
|
96035
|
+
selectionSet: {
|
96036
|
+
kind: "SelectionSet",
|
96037
|
+
selections: [
|
96038
|
+
{
|
96039
|
+
kind: "Field",
|
96040
|
+
name: { kind: "Name", value: "customView" },
|
96041
|
+
arguments: [
|
96042
|
+
{
|
96043
|
+
kind: "Argument",
|
96044
|
+
name: { kind: "Name", value: "id" },
|
96045
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96046
|
+
},
|
96047
|
+
],
|
96048
|
+
selectionSet: {
|
96049
|
+
kind: "SelectionSet",
|
96050
|
+
selections: [
|
96051
|
+
{
|
96052
|
+
kind: "Field",
|
96053
|
+
name: { kind: "Name", value: "viewPreferencesValues" },
|
96054
|
+
selectionSet: {
|
96055
|
+
kind: "SelectionSet",
|
96056
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ViewPreferencesValues" } }],
|
96057
|
+
},
|
96058
|
+
},
|
96059
|
+
],
|
96060
|
+
},
|
96061
|
+
},
|
96062
|
+
],
|
96063
|
+
},
|
96064
|
+
},
|
96065
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
96066
|
+
],
|
96067
|
+
};
|
95339
96068
|
const CustomViewHasSubscribersDocument = {
|
95340
96069
|
kind: "Document",
|
95341
96070
|
definitions: [
|
@@ -95463,6 +96192,8 @@ const CustomViewsDocument = {
|
|
95463
96192
|
},
|
95464
96193
|
...CustomViewConnectionFragmentDoc.definitions,
|
95465
96194
|
...CustomViewFragmentDoc.definitions,
|
96195
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
96196
|
+
...ViewPreferencesFragmentDoc.definitions,
|
95466
96197
|
...PageInfoFragmentDoc.definitions,
|
95467
96198
|
],
|
95468
96199
|
};
|
@@ -96153,6 +96884,44 @@ const EmojisDocument = {
|
|
96153
96884
|
...PageInfoFragmentDoc.definitions,
|
96154
96885
|
],
|
96155
96886
|
};
|
96887
|
+
const EntityExternalLinkDocument = {
|
96888
|
+
kind: "Document",
|
96889
|
+
definitions: [
|
96890
|
+
{
|
96891
|
+
kind: "OperationDefinition",
|
96892
|
+
operation: "query",
|
96893
|
+
name: { kind: "Name", value: "entityExternalLink" },
|
96894
|
+
variableDefinitions: [
|
96895
|
+
{
|
96896
|
+
kind: "VariableDefinition",
|
96897
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96898
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
96899
|
+
},
|
96900
|
+
],
|
96901
|
+
selectionSet: {
|
96902
|
+
kind: "SelectionSet",
|
96903
|
+
selections: [
|
96904
|
+
{
|
96905
|
+
kind: "Field",
|
96906
|
+
name: { kind: "Name", value: "entityExternalLink" },
|
96907
|
+
arguments: [
|
96908
|
+
{
|
96909
|
+
kind: "Argument",
|
96910
|
+
name: { kind: "Name", value: "id" },
|
96911
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
96912
|
+
},
|
96913
|
+
],
|
96914
|
+
selectionSet: {
|
96915
|
+
kind: "SelectionSet",
|
96916
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLink" } }],
|
96917
|
+
},
|
96918
|
+
},
|
96919
|
+
],
|
96920
|
+
},
|
96921
|
+
},
|
96922
|
+
...EntityExternalLinkFragmentDoc.definitions,
|
96923
|
+
],
|
96924
|
+
};
|
96156
96925
|
const ExternalUserDocument = {
|
96157
96926
|
kind: "Document",
|
96158
96927
|
definitions: [
|
@@ -97432,6 +98201,7 @@ const Issue_HistoryDocument = {
|
|
97432
98201
|
...ActorBotFragmentDoc.definitions,
|
97433
98202
|
...IssueImportFragmentDoc.definitions,
|
97434
98203
|
...IssueLabelFragmentDoc.definitions,
|
98204
|
+
...UserFragmentDoc.definitions,
|
97435
98205
|
...PageInfoFragmentDoc.definitions,
|
97436
98206
|
],
|
97437
98207
|
};
|
@@ -99354,6 +100124,7 @@ const IssueVcsBranchSearch_HistoryDocument = {
|
|
99354
100124
|
...ActorBotFragmentDoc.definitions,
|
99355
100125
|
...IssueImportFragmentDoc.definitions,
|
99356
100126
|
...IssueLabelFragmentDoc.definitions,
|
100127
|
+
...UserFragmentDoc.definitions,
|
99357
100128
|
...PageInfoFragmentDoc.definitions,
|
99358
100129
|
],
|
99359
100130
|
};
|
@@ -99982,6 +100753,7 @@ const NotificationDocument = {
|
|
99982
100753
|
},
|
99983
100754
|
...NotificationFragmentDoc.definitions,
|
99984
100755
|
...ActorBotFragmentDoc.definitions,
|
100756
|
+
...DocumentNotificationFragmentDoc.definitions,
|
99985
100757
|
...IssueNotificationFragmentDoc.definitions,
|
99986
100758
|
...NotificationSubscriptionFragmentDoc.definitions,
|
99987
100759
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -100207,6 +100979,7 @@ const NotificationsDocument = {
|
|
100207
100979
|
...NotificationConnectionFragmentDoc.definitions,
|
100208
100980
|
...NotificationFragmentDoc.definitions,
|
100209
100981
|
...ActorBotFragmentDoc.definitions,
|
100982
|
+
...DocumentNotificationFragmentDoc.definitions,
|
100210
100983
|
...IssueNotificationFragmentDoc.definitions,
|
100211
100984
|
...NotificationSubscriptionFragmentDoc.definitions,
|
100212
100985
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -100237,6 +101010,7 @@ const OrganizationDocument = {
|
|
100237
101010
|
},
|
100238
101011
|
},
|
100239
101012
|
...OrganizationFragmentDoc.definitions,
|
101013
|
+
...ProjectStatusFragmentDoc.definitions,
|
100240
101014
|
...PaidSubscriptionFragmentDoc.definitions,
|
100241
101015
|
],
|
100242
101016
|
};
|
@@ -101000,6 +101774,7 @@ const ProjectDocument = {
|
|
101000
101774
|
},
|
101001
101775
|
},
|
101002
101776
|
...ProjectFragmentDoc.definitions,
|
101777
|
+
...ProjectStatusFragmentDoc.definitions,
|
101003
101778
|
],
|
101004
101779
|
};
|
101005
101780
|
const Project_DocumentsDocument = {
|
@@ -101109,7 +101884,371 @@ const Project_DocumentsDocument = {
|
|
101109
101884
|
],
|
101110
101885
|
selectionSet: {
|
101111
101886
|
kind: "SelectionSet",
|
101112
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
|
101887
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentConnection" } }],
|
101888
|
+
},
|
101889
|
+
},
|
101890
|
+
],
|
101891
|
+
},
|
101892
|
+
},
|
101893
|
+
],
|
101894
|
+
},
|
101895
|
+
},
|
101896
|
+
...DocumentConnectionFragmentDoc.definitions,
|
101897
|
+
...DocumentFragmentDoc.definitions,
|
101898
|
+
...PageInfoFragmentDoc.definitions,
|
101899
|
+
],
|
101900
|
+
};
|
101901
|
+
const Project_IssuesDocument = {
|
101902
|
+
kind: "Document",
|
101903
|
+
definitions: [
|
101904
|
+
{
|
101905
|
+
kind: "OperationDefinition",
|
101906
|
+
operation: "query",
|
101907
|
+
name: { kind: "Name", value: "project_issues" },
|
101908
|
+
variableDefinitions: [
|
101909
|
+
{
|
101910
|
+
kind: "VariableDefinition",
|
101911
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101912
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101913
|
+
},
|
101914
|
+
{
|
101915
|
+
kind: "VariableDefinition",
|
101916
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101917
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101918
|
+
},
|
101919
|
+
{
|
101920
|
+
kind: "VariableDefinition",
|
101921
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101922
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101923
|
+
},
|
101924
|
+
{
|
101925
|
+
kind: "VariableDefinition",
|
101926
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101927
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
101928
|
+
},
|
101929
|
+
{
|
101930
|
+
kind: "VariableDefinition",
|
101931
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101932
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101933
|
+
},
|
101934
|
+
{
|
101935
|
+
kind: "VariableDefinition",
|
101936
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101937
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101938
|
+
},
|
101939
|
+
{
|
101940
|
+
kind: "VariableDefinition",
|
101941
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101942
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101943
|
+
},
|
101944
|
+
{
|
101945
|
+
kind: "VariableDefinition",
|
101946
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101947
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
101948
|
+
},
|
101949
|
+
],
|
101950
|
+
selectionSet: {
|
101951
|
+
kind: "SelectionSet",
|
101952
|
+
selections: [
|
101953
|
+
{
|
101954
|
+
kind: "Field",
|
101955
|
+
name: { kind: "Name", value: "project" },
|
101956
|
+
arguments: [
|
101957
|
+
{
|
101958
|
+
kind: "Argument",
|
101959
|
+
name: { kind: "Name", value: "id" },
|
101960
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101961
|
+
},
|
101962
|
+
],
|
101963
|
+
selectionSet: {
|
101964
|
+
kind: "SelectionSet",
|
101965
|
+
selections: [
|
101966
|
+
{
|
101967
|
+
kind: "Field",
|
101968
|
+
name: { kind: "Name", value: "issues" },
|
101969
|
+
arguments: [
|
101970
|
+
{
|
101971
|
+
kind: "Argument",
|
101972
|
+
name: { kind: "Name", value: "after" },
|
101973
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101974
|
+
},
|
101975
|
+
{
|
101976
|
+
kind: "Argument",
|
101977
|
+
name: { kind: "Name", value: "before" },
|
101978
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101979
|
+
},
|
101980
|
+
{
|
101981
|
+
kind: "Argument",
|
101982
|
+
name: { kind: "Name", value: "filter" },
|
101983
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101984
|
+
},
|
101985
|
+
{
|
101986
|
+
kind: "Argument",
|
101987
|
+
name: { kind: "Name", value: "first" },
|
101988
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101989
|
+
},
|
101990
|
+
{
|
101991
|
+
kind: "Argument",
|
101992
|
+
name: { kind: "Name", value: "includeArchived" },
|
101993
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101994
|
+
},
|
101995
|
+
{
|
101996
|
+
kind: "Argument",
|
101997
|
+
name: { kind: "Name", value: "last" },
|
101998
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101999
|
+
},
|
102000
|
+
{
|
102001
|
+
kind: "Argument",
|
102002
|
+
name: { kind: "Name", value: "orderBy" },
|
102003
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102004
|
+
},
|
102005
|
+
],
|
102006
|
+
selectionSet: {
|
102007
|
+
kind: "SelectionSet",
|
102008
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
102009
|
+
},
|
102010
|
+
},
|
102011
|
+
],
|
102012
|
+
},
|
102013
|
+
},
|
102014
|
+
],
|
102015
|
+
},
|
102016
|
+
},
|
102017
|
+
...IssueConnectionFragmentDoc.definitions,
|
102018
|
+
...IssueFragmentDoc.definitions,
|
102019
|
+
...ActorBotFragmentDoc.definitions,
|
102020
|
+
...PageInfoFragmentDoc.definitions,
|
102021
|
+
],
|
102022
|
+
};
|
102023
|
+
const Project_LinksDocument = {
|
102024
|
+
kind: "Document",
|
102025
|
+
definitions: [
|
102026
|
+
{
|
102027
|
+
kind: "OperationDefinition",
|
102028
|
+
operation: "query",
|
102029
|
+
name: { kind: "Name", value: "project_links" },
|
102030
|
+
variableDefinitions: [
|
102031
|
+
{
|
102032
|
+
kind: "VariableDefinition",
|
102033
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102034
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102035
|
+
},
|
102036
|
+
{
|
102037
|
+
kind: "VariableDefinition",
|
102038
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102039
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102040
|
+
},
|
102041
|
+
{
|
102042
|
+
kind: "VariableDefinition",
|
102043
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102044
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102045
|
+
},
|
102046
|
+
{
|
102047
|
+
kind: "VariableDefinition",
|
102048
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102049
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102050
|
+
},
|
102051
|
+
{
|
102052
|
+
kind: "VariableDefinition",
|
102053
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102054
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102055
|
+
},
|
102056
|
+
{
|
102057
|
+
kind: "VariableDefinition",
|
102058
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102059
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102060
|
+
},
|
102061
|
+
{
|
102062
|
+
kind: "VariableDefinition",
|
102063
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102064
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102065
|
+
},
|
102066
|
+
],
|
102067
|
+
selectionSet: {
|
102068
|
+
kind: "SelectionSet",
|
102069
|
+
selections: [
|
102070
|
+
{
|
102071
|
+
kind: "Field",
|
102072
|
+
name: { kind: "Name", value: "project" },
|
102073
|
+
arguments: [
|
102074
|
+
{
|
102075
|
+
kind: "Argument",
|
102076
|
+
name: { kind: "Name", value: "id" },
|
102077
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102078
|
+
},
|
102079
|
+
],
|
102080
|
+
selectionSet: {
|
102081
|
+
kind: "SelectionSet",
|
102082
|
+
selections: [
|
102083
|
+
{
|
102084
|
+
kind: "Field",
|
102085
|
+
name: { kind: "Name", value: "links" },
|
102086
|
+
arguments: [
|
102087
|
+
{
|
102088
|
+
kind: "Argument",
|
102089
|
+
name: { kind: "Name", value: "after" },
|
102090
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102091
|
+
},
|
102092
|
+
{
|
102093
|
+
kind: "Argument",
|
102094
|
+
name: { kind: "Name", value: "before" },
|
102095
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102096
|
+
},
|
102097
|
+
{
|
102098
|
+
kind: "Argument",
|
102099
|
+
name: { kind: "Name", value: "first" },
|
102100
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102101
|
+
},
|
102102
|
+
{
|
102103
|
+
kind: "Argument",
|
102104
|
+
name: { kind: "Name", value: "includeArchived" },
|
102105
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102106
|
+
},
|
102107
|
+
{
|
102108
|
+
kind: "Argument",
|
102109
|
+
name: { kind: "Name", value: "last" },
|
102110
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102111
|
+
},
|
102112
|
+
{
|
102113
|
+
kind: "Argument",
|
102114
|
+
name: { kind: "Name", value: "orderBy" },
|
102115
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102116
|
+
},
|
102117
|
+
],
|
102118
|
+
selectionSet: {
|
102119
|
+
kind: "SelectionSet",
|
102120
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
|
102121
|
+
},
|
102122
|
+
},
|
102123
|
+
],
|
102124
|
+
},
|
102125
|
+
},
|
102126
|
+
],
|
102127
|
+
},
|
102128
|
+
},
|
102129
|
+
...ProjectLinkConnectionFragmentDoc.definitions,
|
102130
|
+
...ProjectLinkFragmentDoc.definitions,
|
102131
|
+
...PageInfoFragmentDoc.definitions,
|
102132
|
+
],
|
102133
|
+
};
|
102134
|
+
const Project_MembersDocument = {
|
102135
|
+
kind: "Document",
|
102136
|
+
definitions: [
|
102137
|
+
{
|
102138
|
+
kind: "OperationDefinition",
|
102139
|
+
operation: "query",
|
102140
|
+
name: { kind: "Name", value: "project_members" },
|
102141
|
+
variableDefinitions: [
|
102142
|
+
{
|
102143
|
+
kind: "VariableDefinition",
|
102144
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102145
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102146
|
+
},
|
102147
|
+
{
|
102148
|
+
kind: "VariableDefinition",
|
102149
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102150
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102151
|
+
},
|
102152
|
+
{
|
102153
|
+
kind: "VariableDefinition",
|
102154
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102155
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102156
|
+
},
|
102157
|
+
{
|
102158
|
+
kind: "VariableDefinition",
|
102159
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102160
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "UserFilter" } },
|
102161
|
+
},
|
102162
|
+
{
|
102163
|
+
kind: "VariableDefinition",
|
102164
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102165
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102166
|
+
},
|
102167
|
+
{
|
102168
|
+
kind: "VariableDefinition",
|
102169
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102170
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102171
|
+
},
|
102172
|
+
{
|
102173
|
+
kind: "VariableDefinition",
|
102174
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
102175
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102176
|
+
},
|
102177
|
+
{
|
102178
|
+
kind: "VariableDefinition",
|
102179
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102180
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102181
|
+
},
|
102182
|
+
{
|
102183
|
+
kind: "VariableDefinition",
|
102184
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102185
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102186
|
+
},
|
102187
|
+
],
|
102188
|
+
selectionSet: {
|
102189
|
+
kind: "SelectionSet",
|
102190
|
+
selections: [
|
102191
|
+
{
|
102192
|
+
kind: "Field",
|
102193
|
+
name: { kind: "Name", value: "project" },
|
102194
|
+
arguments: [
|
102195
|
+
{
|
102196
|
+
kind: "Argument",
|
102197
|
+
name: { kind: "Name", value: "id" },
|
102198
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102199
|
+
},
|
102200
|
+
],
|
102201
|
+
selectionSet: {
|
102202
|
+
kind: "SelectionSet",
|
102203
|
+
selections: [
|
102204
|
+
{
|
102205
|
+
kind: "Field",
|
102206
|
+
name: { kind: "Name", value: "members" },
|
102207
|
+
arguments: [
|
102208
|
+
{
|
102209
|
+
kind: "Argument",
|
102210
|
+
name: { kind: "Name", value: "after" },
|
102211
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102212
|
+
},
|
102213
|
+
{
|
102214
|
+
kind: "Argument",
|
102215
|
+
name: { kind: "Name", value: "before" },
|
102216
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102217
|
+
},
|
102218
|
+
{
|
102219
|
+
kind: "Argument",
|
102220
|
+
name: { kind: "Name", value: "filter" },
|
102221
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102222
|
+
},
|
102223
|
+
{
|
102224
|
+
kind: "Argument",
|
102225
|
+
name: { kind: "Name", value: "first" },
|
102226
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102227
|
+
},
|
102228
|
+
{
|
102229
|
+
kind: "Argument",
|
102230
|
+
name: { kind: "Name", value: "includeArchived" },
|
102231
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102232
|
+
},
|
102233
|
+
{
|
102234
|
+
kind: "Argument",
|
102235
|
+
name: { kind: "Name", value: "includeDisabled" },
|
102236
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
102237
|
+
},
|
102238
|
+
{
|
102239
|
+
kind: "Argument",
|
102240
|
+
name: { kind: "Name", value: "last" },
|
102241
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102242
|
+
},
|
102243
|
+
{
|
102244
|
+
kind: "Argument",
|
102245
|
+
name: { kind: "Name", value: "orderBy" },
|
102246
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102247
|
+
},
|
102248
|
+
],
|
102249
|
+
selectionSet: {
|
102250
|
+
kind: "SelectionSet",
|
102251
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserConnection" } }],
|
101113
102252
|
},
|
101114
102253
|
},
|
101115
102254
|
],
|
@@ -101118,18 +102257,18 @@ const Project_DocumentsDocument = {
|
|
101118
102257
|
],
|
101119
102258
|
},
|
101120
102259
|
},
|
101121
|
-
...
|
101122
|
-
...
|
102260
|
+
...UserConnectionFragmentDoc.definitions,
|
102261
|
+
...UserFragmentDoc.definitions,
|
101123
102262
|
...PageInfoFragmentDoc.definitions,
|
101124
102263
|
],
|
101125
102264
|
};
|
101126
|
-
const
|
102265
|
+
const Project_ProjectMilestonesDocument = {
|
101127
102266
|
kind: "Document",
|
101128
102267
|
definitions: [
|
101129
102268
|
{
|
101130
102269
|
kind: "OperationDefinition",
|
101131
102270
|
operation: "query",
|
101132
|
-
name: { kind: "Name", value: "
|
102271
|
+
name: { kind: "Name", value: "project_projectMilestones" },
|
101133
102272
|
variableDefinitions: [
|
101134
102273
|
{
|
101135
102274
|
kind: "VariableDefinition",
|
@@ -101149,7 +102288,7 @@ const Project_IssuesDocument = {
|
|
101149
102288
|
{
|
101150
102289
|
kind: "VariableDefinition",
|
101151
102290
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101152
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
102291
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
|
101153
102292
|
},
|
101154
102293
|
{
|
101155
102294
|
kind: "VariableDefinition",
|
@@ -101190,7 +102329,7 @@ const Project_IssuesDocument = {
|
|
101190
102329
|
selections: [
|
101191
102330
|
{
|
101192
102331
|
kind: "Field",
|
101193
|
-
name: { kind: "Name", value: "
|
102332
|
+
name: { kind: "Name", value: "projectMilestones" },
|
101194
102333
|
arguments: [
|
101195
102334
|
{
|
101196
102335
|
kind: "Argument",
|
@@ -101230,7 +102369,9 @@ const Project_IssuesDocument = {
|
|
101230
102369
|
],
|
101231
102370
|
selectionSet: {
|
101232
102371
|
kind: "SelectionSet",
|
101233
|
-
selections: [
|
102372
|
+
selections: [
|
102373
|
+
{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } },
|
102374
|
+
],
|
101234
102375
|
},
|
101235
102376
|
},
|
101236
102377
|
],
|
@@ -101239,19 +102380,18 @@ const Project_IssuesDocument = {
|
|
101239
102380
|
],
|
101240
102381
|
},
|
101241
102382
|
},
|
101242
|
-
...
|
101243
|
-
...
|
101244
|
-
...ActorBotFragmentDoc.definitions,
|
102383
|
+
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
102384
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
101245
102385
|
...PageInfoFragmentDoc.definitions,
|
101246
102386
|
],
|
101247
102387
|
};
|
101248
|
-
const
|
102388
|
+
const Project_ProjectUpdatesDocument = {
|
101249
102389
|
kind: "Document",
|
101250
102390
|
definitions: [
|
101251
102391
|
{
|
101252
102392
|
kind: "OperationDefinition",
|
101253
102393
|
operation: "query",
|
101254
|
-
name: { kind: "Name", value: "
|
102394
|
+
name: { kind: "Name", value: "project_projectUpdates" },
|
101255
102395
|
variableDefinitions: [
|
101256
102396
|
{
|
101257
102397
|
kind: "VariableDefinition",
|
@@ -101307,7 +102447,7 @@ const Project_LinksDocument = {
|
|
101307
102447
|
selections: [
|
101308
102448
|
{
|
101309
102449
|
kind: "Field",
|
101310
|
-
name: { kind: "Name", value: "
|
102450
|
+
name: { kind: "Name", value: "projectUpdates" },
|
101311
102451
|
arguments: [
|
101312
102452
|
{
|
101313
102453
|
kind: "Argument",
|
@@ -101342,7 +102482,7 @@ const Project_LinksDocument = {
|
|
101342
102482
|
],
|
101343
102483
|
selectionSet: {
|
101344
102484
|
kind: "SelectionSet",
|
101345
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
102485
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateConnection" } }],
|
101346
102486
|
},
|
101347
102487
|
},
|
101348
102488
|
],
|
@@ -101351,64 +102491,24 @@ const Project_LinksDocument = {
|
|
101351
102491
|
],
|
101352
102492
|
},
|
101353
102493
|
},
|
101354
|
-
...
|
101355
|
-
...
|
102494
|
+
...ProjectUpdateConnectionFragmentDoc.definitions,
|
102495
|
+
...ProjectUpdateFragmentDoc.definitions,
|
101356
102496
|
...PageInfoFragmentDoc.definitions,
|
101357
102497
|
],
|
101358
102498
|
};
|
101359
|
-
const
|
102499
|
+
const Project_StatusDocument = {
|
101360
102500
|
kind: "Document",
|
101361
102501
|
definitions: [
|
101362
102502
|
{
|
101363
102503
|
kind: "OperationDefinition",
|
101364
102504
|
operation: "query",
|
101365
|
-
name: { kind: "Name", value: "
|
102505
|
+
name: { kind: "Name", value: "project_status" },
|
101366
102506
|
variableDefinitions: [
|
101367
102507
|
{
|
101368
102508
|
kind: "VariableDefinition",
|
101369
102509
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101370
102510
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101371
102511
|
},
|
101372
|
-
{
|
101373
|
-
kind: "VariableDefinition",
|
101374
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101375
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101376
|
-
},
|
101377
|
-
{
|
101378
|
-
kind: "VariableDefinition",
|
101379
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101380
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
101381
|
-
},
|
101382
|
-
{
|
101383
|
-
kind: "VariableDefinition",
|
101384
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101385
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "UserFilter" } },
|
101386
|
-
},
|
101387
|
-
{
|
101388
|
-
kind: "VariableDefinition",
|
101389
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101390
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101391
|
-
},
|
101392
|
-
{
|
101393
|
-
kind: "VariableDefinition",
|
101394
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101395
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101396
|
-
},
|
101397
|
-
{
|
101398
|
-
kind: "VariableDefinition",
|
101399
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
101400
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
101401
|
-
},
|
101402
|
-
{
|
101403
|
-
kind: "VariableDefinition",
|
101404
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101405
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
101406
|
-
},
|
101407
|
-
{
|
101408
|
-
kind: "VariableDefinition",
|
101409
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101410
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
101411
|
-
},
|
101412
102512
|
],
|
101413
102513
|
selectionSet: {
|
101414
102514
|
kind: "SelectionSet",
|
@@ -101428,52 +102528,10 @@ const Project_MembersDocument = {
|
|
101428
102528
|
selections: [
|
101429
102529
|
{
|
101430
102530
|
kind: "Field",
|
101431
|
-
name: { kind: "Name", value: "
|
101432
|
-
arguments: [
|
101433
|
-
{
|
101434
|
-
kind: "Argument",
|
101435
|
-
name: { kind: "Name", value: "after" },
|
101436
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101437
|
-
},
|
101438
|
-
{
|
101439
|
-
kind: "Argument",
|
101440
|
-
name: { kind: "Name", value: "before" },
|
101441
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101442
|
-
},
|
101443
|
-
{
|
101444
|
-
kind: "Argument",
|
101445
|
-
name: { kind: "Name", value: "filter" },
|
101446
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101447
|
-
},
|
101448
|
-
{
|
101449
|
-
kind: "Argument",
|
101450
|
-
name: { kind: "Name", value: "first" },
|
101451
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101452
|
-
},
|
101453
|
-
{
|
101454
|
-
kind: "Argument",
|
101455
|
-
name: { kind: "Name", value: "includeArchived" },
|
101456
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101457
|
-
},
|
101458
|
-
{
|
101459
|
-
kind: "Argument",
|
101460
|
-
name: { kind: "Name", value: "includeDisabled" },
|
101461
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeDisabled" } },
|
101462
|
-
},
|
101463
|
-
{
|
101464
|
-
kind: "Argument",
|
101465
|
-
name: { kind: "Name", value: "last" },
|
101466
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101467
|
-
},
|
101468
|
-
{
|
101469
|
-
kind: "Argument",
|
101470
|
-
name: { kind: "Name", value: "orderBy" },
|
101471
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101472
|
-
},
|
101473
|
-
],
|
102531
|
+
name: { kind: "Name", value: "status" },
|
101474
102532
|
selectionSet: {
|
101475
102533
|
kind: "SelectionSet",
|
101476
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
102534
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectStatus" } }],
|
101477
102535
|
},
|
101478
102536
|
},
|
101479
102537
|
],
|
@@ -101482,18 +102540,16 @@ const Project_MembersDocument = {
|
|
101482
102540
|
],
|
101483
102541
|
},
|
101484
102542
|
},
|
101485
|
-
...
|
101486
|
-
...UserFragmentDoc.definitions,
|
101487
|
-
...PageInfoFragmentDoc.definitions,
|
102543
|
+
...ProjectStatusFragmentDoc.definitions,
|
101488
102544
|
],
|
101489
102545
|
};
|
101490
|
-
const
|
102546
|
+
const Project_TeamsDocument = {
|
101491
102547
|
kind: "Document",
|
101492
102548
|
definitions: [
|
101493
102549
|
{
|
101494
102550
|
kind: "OperationDefinition",
|
101495
102551
|
operation: "query",
|
101496
|
-
name: { kind: "Name", value: "
|
102552
|
+
name: { kind: "Name", value: "project_teams" },
|
101497
102553
|
variableDefinitions: [
|
101498
102554
|
{
|
101499
102555
|
kind: "VariableDefinition",
|
@@ -101513,7 +102569,7 @@ const Project_ProjectMilestonesDocument = {
|
|
101513
102569
|
{
|
101514
102570
|
kind: "VariableDefinition",
|
101515
102571
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101516
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
102572
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "TeamFilter" } },
|
101517
102573
|
},
|
101518
102574
|
{
|
101519
102575
|
kind: "VariableDefinition",
|
@@ -101554,7 +102610,7 @@ const Project_ProjectMilestonesDocument = {
|
|
101554
102610
|
selections: [
|
101555
102611
|
{
|
101556
102612
|
kind: "Field",
|
101557
|
-
name: { kind: "Name", value: "
|
102613
|
+
name: { kind: "Name", value: "teams" },
|
101558
102614
|
arguments: [
|
101559
102615
|
{
|
101560
102616
|
kind: "Argument",
|
@@ -101594,9 +102650,7 @@ const Project_ProjectMilestonesDocument = {
|
|
101594
102650
|
],
|
101595
102651
|
selectionSet: {
|
101596
102652
|
kind: "SelectionSet",
|
101597
|
-
selections: [
|
101598
|
-
{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } },
|
101599
|
-
],
|
102653
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "TeamConnection" } }],
|
101600
102654
|
},
|
101601
102655
|
},
|
101602
102656
|
],
|
@@ -101605,24 +102659,95 @@ const Project_ProjectMilestonesDocument = {
|
|
101605
102659
|
],
|
101606
102660
|
},
|
101607
102661
|
},
|
101608
|
-
...
|
101609
|
-
...
|
102662
|
+
...TeamConnectionFragmentDoc.definitions,
|
102663
|
+
...TeamFragmentDoc.definitions,
|
101610
102664
|
...PageInfoFragmentDoc.definitions,
|
101611
102665
|
],
|
101612
102666
|
};
|
101613
|
-
const
|
102667
|
+
const ProjectFilterSuggestionDocument = {
|
101614
102668
|
kind: "Document",
|
101615
102669
|
definitions: [
|
101616
102670
|
{
|
101617
102671
|
kind: "OperationDefinition",
|
101618
102672
|
operation: "query",
|
101619
|
-
name: { kind: "Name", value: "
|
102673
|
+
name: { kind: "Name", value: "projectFilterSuggestion" },
|
102674
|
+
variableDefinitions: [
|
102675
|
+
{
|
102676
|
+
kind: "VariableDefinition",
|
102677
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
102678
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102679
|
+
},
|
102680
|
+
],
|
102681
|
+
selectionSet: {
|
102682
|
+
kind: "SelectionSet",
|
102683
|
+
selections: [
|
102684
|
+
{
|
102685
|
+
kind: "Field",
|
102686
|
+
name: { kind: "Name", value: "projectFilterSuggestion" },
|
102687
|
+
arguments: [
|
102688
|
+
{
|
102689
|
+
kind: "Argument",
|
102690
|
+
name: { kind: "Name", value: "prompt" },
|
102691
|
+
value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
102692
|
+
},
|
102693
|
+
],
|
102694
|
+
selectionSet: {
|
102695
|
+
kind: "SelectionSet",
|
102696
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
|
102697
|
+
},
|
102698
|
+
},
|
102699
|
+
],
|
102700
|
+
},
|
102701
|
+
},
|
102702
|
+
...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
|
102703
|
+
],
|
102704
|
+
};
|
102705
|
+
const ProjectLinkDocument = {
|
102706
|
+
kind: "Document",
|
102707
|
+
definitions: [
|
102708
|
+
{
|
102709
|
+
kind: "OperationDefinition",
|
102710
|
+
operation: "query",
|
102711
|
+
name: { kind: "Name", value: "projectLink" },
|
101620
102712
|
variableDefinitions: [
|
101621
102713
|
{
|
101622
102714
|
kind: "VariableDefinition",
|
101623
102715
|
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101624
102716
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101625
102717
|
},
|
102718
|
+
],
|
102719
|
+
selectionSet: {
|
102720
|
+
kind: "SelectionSet",
|
102721
|
+
selections: [
|
102722
|
+
{
|
102723
|
+
kind: "Field",
|
102724
|
+
name: { kind: "Name", value: "projectLink" },
|
102725
|
+
arguments: [
|
102726
|
+
{
|
102727
|
+
kind: "Argument",
|
102728
|
+
name: { kind: "Name", value: "id" },
|
102729
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102730
|
+
},
|
102731
|
+
],
|
102732
|
+
selectionSet: {
|
102733
|
+
kind: "SelectionSet",
|
102734
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
|
102735
|
+
},
|
102736
|
+
},
|
102737
|
+
],
|
102738
|
+
},
|
102739
|
+
},
|
102740
|
+
...ProjectLinkFragmentDoc.definitions,
|
102741
|
+
],
|
102742
|
+
};
|
102743
|
+
const ProjectLinksDocument = {
|
102744
|
+
kind: "Document",
|
102745
|
+
definitions: [
|
102746
|
+
{
|
102747
|
+
kind: "OperationDefinition",
|
102748
|
+
operation: "query",
|
102749
|
+
name: { kind: "Name", value: "projectLinks" },
|
102750
|
+
variableDefinitions: [
|
101626
102751
|
{
|
101627
102752
|
kind: "VariableDefinition",
|
101628
102753
|
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
@@ -101659,7 +102784,72 @@ const Project_ProjectUpdatesDocument = {
|
|
101659
102784
|
selections: [
|
101660
102785
|
{
|
101661
102786
|
kind: "Field",
|
101662
|
-
name: { kind: "Name", value: "
|
102787
|
+
name: { kind: "Name", value: "projectLinks" },
|
102788
|
+
arguments: [
|
102789
|
+
{
|
102790
|
+
kind: "Argument",
|
102791
|
+
name: { kind: "Name", value: "after" },
|
102792
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102793
|
+
},
|
102794
|
+
{
|
102795
|
+
kind: "Argument",
|
102796
|
+
name: { kind: "Name", value: "before" },
|
102797
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102798
|
+
},
|
102799
|
+
{
|
102800
|
+
kind: "Argument",
|
102801
|
+
name: { kind: "Name", value: "first" },
|
102802
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102803
|
+
},
|
102804
|
+
{
|
102805
|
+
kind: "Argument",
|
102806
|
+
name: { kind: "Name", value: "includeArchived" },
|
102807
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102808
|
+
},
|
102809
|
+
{
|
102810
|
+
kind: "Argument",
|
102811
|
+
name: { kind: "Name", value: "last" },
|
102812
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102813
|
+
},
|
102814
|
+
{
|
102815
|
+
kind: "Argument",
|
102816
|
+
name: { kind: "Name", value: "orderBy" },
|
102817
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102818
|
+
},
|
102819
|
+
],
|
102820
|
+
selectionSet: {
|
102821
|
+
kind: "SelectionSet",
|
102822
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
|
102823
|
+
},
|
102824
|
+
},
|
102825
|
+
],
|
102826
|
+
},
|
102827
|
+
},
|
102828
|
+
...ProjectLinkConnectionFragmentDoc.definitions,
|
102829
|
+
...ProjectLinkFragmentDoc.definitions,
|
102830
|
+
...PageInfoFragmentDoc.definitions,
|
102831
|
+
],
|
102832
|
+
};
|
102833
|
+
const ProjectMilestoneDocument = {
|
102834
|
+
kind: "Document",
|
102835
|
+
definitions: [
|
102836
|
+
{
|
102837
|
+
kind: "OperationDefinition",
|
102838
|
+
operation: "query",
|
102839
|
+
name: { kind: "Name", value: "projectMilestone" },
|
102840
|
+
variableDefinitions: [
|
102841
|
+
{
|
102842
|
+
kind: "VariableDefinition",
|
102843
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102844
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102845
|
+
},
|
102846
|
+
],
|
102847
|
+
selectionSet: {
|
102848
|
+
kind: "SelectionSet",
|
102849
|
+
selections: [
|
102850
|
+
{
|
102851
|
+
kind: "Field",
|
102852
|
+
name: { kind: "Name", value: "projectMilestone" },
|
101663
102853
|
arguments: [
|
101664
102854
|
{
|
101665
102855
|
kind: "Argument",
|
@@ -101669,65 +102859,22 @@ const Project_ProjectUpdatesDocument = {
|
|
101669
102859
|
],
|
101670
102860
|
selectionSet: {
|
101671
102861
|
kind: "SelectionSet",
|
101672
|
-
selections: [
|
101673
|
-
{
|
101674
|
-
kind: "Field",
|
101675
|
-
name: { kind: "Name", value: "projectUpdates" },
|
101676
|
-
arguments: [
|
101677
|
-
{
|
101678
|
-
kind: "Argument",
|
101679
|
-
name: { kind: "Name", value: "after" },
|
101680
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
101681
|
-
},
|
101682
|
-
{
|
101683
|
-
kind: "Argument",
|
101684
|
-
name: { kind: "Name", value: "before" },
|
101685
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
101686
|
-
},
|
101687
|
-
{
|
101688
|
-
kind: "Argument",
|
101689
|
-
name: { kind: "Name", value: "first" },
|
101690
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
101691
|
-
},
|
101692
|
-
{
|
101693
|
-
kind: "Argument",
|
101694
|
-
name: { kind: "Name", value: "includeArchived" },
|
101695
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
101696
|
-
},
|
101697
|
-
{
|
101698
|
-
kind: "Argument",
|
101699
|
-
name: { kind: "Name", value: "last" },
|
101700
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
101701
|
-
},
|
101702
|
-
{
|
101703
|
-
kind: "Argument",
|
101704
|
-
name: { kind: "Name", value: "orderBy" },
|
101705
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101706
|
-
},
|
101707
|
-
],
|
101708
|
-
selectionSet: {
|
101709
|
-
kind: "SelectionSet",
|
101710
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateConnection" } }],
|
101711
|
-
},
|
101712
|
-
},
|
101713
|
-
],
|
102862
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestone" } }],
|
101714
102863
|
},
|
101715
102864
|
},
|
101716
102865
|
],
|
101717
102866
|
},
|
101718
102867
|
},
|
101719
|
-
...
|
101720
|
-
...ProjectUpdateFragmentDoc.definitions,
|
101721
|
-
...PageInfoFragmentDoc.definitions,
|
102868
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
101722
102869
|
],
|
101723
102870
|
};
|
101724
|
-
const
|
102871
|
+
const ProjectMilestone_IssuesDocument = {
|
101725
102872
|
kind: "Document",
|
101726
102873
|
definitions: [
|
101727
102874
|
{
|
101728
102875
|
kind: "OperationDefinition",
|
101729
102876
|
operation: "query",
|
101730
|
-
name: { kind: "Name", value: "
|
102877
|
+
name: { kind: "Name", value: "projectMilestone_issues" },
|
101731
102878
|
variableDefinitions: [
|
101732
102879
|
{
|
101733
102880
|
kind: "VariableDefinition",
|
@@ -101747,7 +102894,7 @@ const Project_TeamsDocument = {
|
|
101747
102894
|
{
|
101748
102895
|
kind: "VariableDefinition",
|
101749
102896
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
101750
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
102897
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
101751
102898
|
},
|
101752
102899
|
{
|
101753
102900
|
kind: "VariableDefinition",
|
@@ -101775,7 +102922,7 @@ const Project_TeamsDocument = {
|
|
101775
102922
|
selections: [
|
101776
102923
|
{
|
101777
102924
|
kind: "Field",
|
101778
|
-
name: { kind: "Name", value: "
|
102925
|
+
name: { kind: "Name", value: "projectMilestone" },
|
101779
102926
|
arguments: [
|
101780
102927
|
{
|
101781
102928
|
kind: "Argument",
|
@@ -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: "issues" },
|
101792
102939
|
arguments: [
|
101793
102940
|
{
|
101794
102941
|
kind: "Argument",
|
@@ -101828,7 +102975,7 @@ const Project_TeamsDocument = {
|
|
101828
102975
|
],
|
101829
102976
|
selectionSet: {
|
101830
102977
|
kind: "SelectionSet",
|
101831
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
102978
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
101832
102979
|
},
|
101833
102980
|
},
|
101834
102981
|
],
|
@@ -101837,23 +102984,54 @@ const Project_TeamsDocument = {
|
|
101837
102984
|
],
|
101838
102985
|
},
|
101839
102986
|
},
|
101840
|
-
...
|
101841
|
-
...
|
102987
|
+
...IssueConnectionFragmentDoc.definitions,
|
102988
|
+
...IssueFragmentDoc.definitions,
|
102989
|
+
...ActorBotFragmentDoc.definitions,
|
101842
102990
|
...PageInfoFragmentDoc.definitions,
|
101843
102991
|
],
|
101844
102992
|
};
|
101845
|
-
const
|
102993
|
+
const ProjectMilestonesDocument = {
|
101846
102994
|
kind: "Document",
|
101847
102995
|
definitions: [
|
101848
102996
|
{
|
101849
102997
|
kind: "OperationDefinition",
|
101850
102998
|
operation: "query",
|
101851
|
-
name: { kind: "Name", value: "
|
102999
|
+
name: { kind: "Name", value: "projectMilestones" },
|
101852
103000
|
variableDefinitions: [
|
101853
103001
|
{
|
101854
103002
|
kind: "VariableDefinition",
|
101855
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
101856
|
-
type: { kind: "
|
103003
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103004
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103005
|
+
},
|
103006
|
+
{
|
103007
|
+
kind: "VariableDefinition",
|
103008
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103009
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
103010
|
+
},
|
103011
|
+
{
|
103012
|
+
kind: "VariableDefinition",
|
103013
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
103014
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
|
103015
|
+
},
|
103016
|
+
{
|
103017
|
+
kind: "VariableDefinition",
|
103018
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103019
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103020
|
+
},
|
103021
|
+
{
|
103022
|
+
kind: "VariableDefinition",
|
103023
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103024
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
103025
|
+
},
|
103026
|
+
{
|
103027
|
+
kind: "VariableDefinition",
|
103028
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103029
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
103030
|
+
},
|
103031
|
+
{
|
103032
|
+
kind: "VariableDefinition",
|
103033
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
103034
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
101857
103035
|
},
|
101858
103036
|
],
|
101859
103037
|
selectionSet: {
|
@@ -101861,32 +103039,64 @@ const ProjectFilterSuggestionDocument = {
|
|
101861
103039
|
selections: [
|
101862
103040
|
{
|
101863
103041
|
kind: "Field",
|
101864
|
-
name: { kind: "Name", value: "
|
103042
|
+
name: { kind: "Name", value: "projectMilestones" },
|
101865
103043
|
arguments: [
|
101866
103044
|
{
|
101867
103045
|
kind: "Argument",
|
101868
|
-
name: { kind: "Name", value: "
|
101869
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
103046
|
+
name: { kind: "Name", value: "after" },
|
103047
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
103048
|
+
},
|
103049
|
+
{
|
103050
|
+
kind: "Argument",
|
103051
|
+
name: { kind: "Name", value: "before" },
|
103052
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
103053
|
+
},
|
103054
|
+
{
|
103055
|
+
kind: "Argument",
|
103056
|
+
name: { kind: "Name", value: "filter" },
|
103057
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
103058
|
+
},
|
103059
|
+
{
|
103060
|
+
kind: "Argument",
|
103061
|
+
name: { kind: "Name", value: "first" },
|
103062
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
103063
|
+
},
|
103064
|
+
{
|
103065
|
+
kind: "Argument",
|
103066
|
+
name: { kind: "Name", value: "includeArchived" },
|
103067
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
103068
|
+
},
|
103069
|
+
{
|
103070
|
+
kind: "Argument",
|
103071
|
+
name: { kind: "Name", value: "last" },
|
103072
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
103073
|
+
},
|
103074
|
+
{
|
103075
|
+
kind: "Argument",
|
103076
|
+
name: { kind: "Name", value: "orderBy" },
|
103077
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
101870
103078
|
},
|
101871
103079
|
],
|
101872
103080
|
selectionSet: {
|
101873
103081
|
kind: "SelectionSet",
|
101874
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103082
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } }],
|
101875
103083
|
},
|
101876
103084
|
},
|
101877
103085
|
],
|
101878
103086
|
},
|
101879
103087
|
},
|
101880
|
-
...
|
103088
|
+
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
103089
|
+
...ProjectMilestoneFragmentDoc.definitions,
|
103090
|
+
...PageInfoFragmentDoc.definitions,
|
101881
103091
|
],
|
101882
103092
|
};
|
101883
|
-
const
|
103093
|
+
const ProjectRelationDocument = {
|
101884
103094
|
kind: "Document",
|
101885
103095
|
definitions: [
|
101886
103096
|
{
|
101887
103097
|
kind: "OperationDefinition",
|
101888
103098
|
operation: "query",
|
101889
|
-
name: { kind: "Name", value: "
|
103099
|
+
name: { kind: "Name", value: "projectRelation" },
|
101890
103100
|
variableDefinitions: [
|
101891
103101
|
{
|
101892
103102
|
kind: "VariableDefinition",
|
@@ -101899,7 +103109,7 @@ const ProjectLinkDocument = {
|
|
101899
103109
|
selections: [
|
101900
103110
|
{
|
101901
103111
|
kind: "Field",
|
101902
|
-
name: { kind: "Name", value: "
|
103112
|
+
name: { kind: "Name", value: "projectRelation" },
|
101903
103113
|
arguments: [
|
101904
103114
|
{
|
101905
103115
|
kind: "Argument",
|
@@ -101909,22 +103119,22 @@ const ProjectLinkDocument = {
|
|
101909
103119
|
],
|
101910
103120
|
selectionSet: {
|
101911
103121
|
kind: "SelectionSet",
|
101912
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103122
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelation" } }],
|
101913
103123
|
},
|
101914
103124
|
},
|
101915
103125
|
],
|
101916
103126
|
},
|
101917
103127
|
},
|
101918
|
-
...
|
103128
|
+
...ProjectRelationFragmentDoc.definitions,
|
101919
103129
|
],
|
101920
103130
|
};
|
101921
|
-
const
|
103131
|
+
const ProjectRelationsDocument = {
|
101922
103132
|
kind: "Document",
|
101923
103133
|
definitions: [
|
101924
103134
|
{
|
101925
103135
|
kind: "OperationDefinition",
|
101926
103136
|
operation: "query",
|
101927
|
-
name: { kind: "Name", value: "
|
103137
|
+
name: { kind: "Name", value: "projectRelations" },
|
101928
103138
|
variableDefinitions: [
|
101929
103139
|
{
|
101930
103140
|
kind: "VariableDefinition",
|
@@ -101962,7 +103172,7 @@ const ProjectLinksDocument = {
|
|
101962
103172
|
selections: [
|
101963
103173
|
{
|
101964
103174
|
kind: "Field",
|
101965
|
-
name: { kind: "Name", value: "
|
103175
|
+
name: { kind: "Name", value: "projectRelations" },
|
101966
103176
|
arguments: [
|
101967
103177
|
{
|
101968
103178
|
kind: "Argument",
|
@@ -101997,24 +103207,24 @@ const ProjectLinksDocument = {
|
|
101997
103207
|
],
|
101998
103208
|
selectionSet: {
|
101999
103209
|
kind: "SelectionSet",
|
102000
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103210
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectRelationConnection" } }],
|
102001
103211
|
},
|
102002
103212
|
},
|
102003
103213
|
],
|
102004
103214
|
},
|
102005
103215
|
},
|
102006
|
-
...
|
102007
|
-
...
|
103216
|
+
...ProjectRelationConnectionFragmentDoc.definitions,
|
103217
|
+
...ProjectRelationFragmentDoc.definitions,
|
102008
103218
|
...PageInfoFragmentDoc.definitions,
|
102009
103219
|
],
|
102010
103220
|
};
|
102011
|
-
const
|
103221
|
+
const ProjectUpdateDocument = {
|
102012
103222
|
kind: "Document",
|
102013
103223
|
definitions: [
|
102014
103224
|
{
|
102015
103225
|
kind: "OperationDefinition",
|
102016
103226
|
operation: "query",
|
102017
|
-
name: { kind: "Name", value: "
|
103227
|
+
name: { kind: "Name", value: "projectUpdate" },
|
102018
103228
|
variableDefinitions: [
|
102019
103229
|
{
|
102020
103230
|
kind: "VariableDefinition",
|
@@ -102027,7 +103237,7 @@ const ProjectMilestoneDocument = {
|
|
102027
103237
|
selections: [
|
102028
103238
|
{
|
102029
103239
|
kind: "Field",
|
102030
|
-
name: { kind: "Name", value: "
|
103240
|
+
name: { kind: "Name", value: "projectUpdate" },
|
102031
103241
|
arguments: [
|
102032
103242
|
{
|
102033
103243
|
kind: "Argument",
|
@@ -102037,22 +103247,22 @@ const ProjectMilestoneDocument = {
|
|
102037
103247
|
],
|
102038
103248
|
selectionSet: {
|
102039
103249
|
kind: "SelectionSet",
|
102040
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103250
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
|
102041
103251
|
},
|
102042
103252
|
},
|
102043
103253
|
],
|
102044
103254
|
},
|
102045
103255
|
},
|
102046
|
-
...
|
103256
|
+
...ProjectUpdateFragmentDoc.definitions,
|
102047
103257
|
],
|
102048
103258
|
};
|
102049
|
-
const
|
103259
|
+
const ProjectUpdate_CommentsDocument = {
|
102050
103260
|
kind: "Document",
|
102051
103261
|
definitions: [
|
102052
103262
|
{
|
102053
103263
|
kind: "OperationDefinition",
|
102054
103264
|
operation: "query",
|
102055
|
-
name: { kind: "Name", value: "
|
103265
|
+
name: { kind: "Name", value: "projectUpdate_comments" },
|
102056
103266
|
variableDefinitions: [
|
102057
103267
|
{
|
102058
103268
|
kind: "VariableDefinition",
|
@@ -102072,7 +103282,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
102072
103282
|
{
|
102073
103283
|
kind: "VariableDefinition",
|
102074
103284
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102075
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
103285
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "CommentFilter" } },
|
102076
103286
|
},
|
102077
103287
|
{
|
102078
103288
|
kind: "VariableDefinition",
|
@@ -102100,7 +103310,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
102100
103310
|
selections: [
|
102101
103311
|
{
|
102102
103312
|
kind: "Field",
|
102103
|
-
name: { kind: "Name", value: "
|
103313
|
+
name: { kind: "Name", value: "projectUpdate" },
|
102104
103314
|
arguments: [
|
102105
103315
|
{
|
102106
103316
|
kind: "Argument",
|
@@ -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: "comments" },
|
102117
103327
|
arguments: [
|
102118
103328
|
{
|
102119
103329
|
kind: "Argument",
|
@@ -102153,7 +103363,7 @@ const ProjectMilestone_IssuesDocument = {
|
|
102153
103363
|
],
|
102154
103364
|
selectionSet: {
|
102155
103365
|
kind: "SelectionSet",
|
102156
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
103366
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CommentConnection" } }],
|
102157
103367
|
},
|
102158
103368
|
},
|
102159
103369
|
],
|
@@ -102162,150 +103372,13 @@ const ProjectMilestone_IssuesDocument = {
|
|
102162
103372
|
],
|
102163
103373
|
},
|
102164
103374
|
},
|
102165
|
-
...
|
102166
|
-
...
|
103375
|
+
...CommentConnectionFragmentDoc.definitions,
|
103376
|
+
...CommentFragmentDoc.definitions,
|
102167
103377
|
...ActorBotFragmentDoc.definitions,
|
103378
|
+
...DocumentContentFragmentDoc.definitions,
|
102168
103379
|
...PageInfoFragmentDoc.definitions,
|
102169
103380
|
],
|
102170
103381
|
};
|
102171
|
-
const ProjectMilestonesDocument = {
|
102172
|
-
kind: "Document",
|
102173
|
-
definitions: [
|
102174
|
-
{
|
102175
|
-
kind: "OperationDefinition",
|
102176
|
-
operation: "query",
|
102177
|
-
name: { kind: "Name", value: "projectMilestones" },
|
102178
|
-
variableDefinitions: [
|
102179
|
-
{
|
102180
|
-
kind: "VariableDefinition",
|
102181
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102182
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102183
|
-
},
|
102184
|
-
{
|
102185
|
-
kind: "VariableDefinition",
|
102186
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102187
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102188
|
-
},
|
102189
|
-
{
|
102190
|
-
kind: "VariableDefinition",
|
102191
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102192
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
|
102193
|
-
},
|
102194
|
-
{
|
102195
|
-
kind: "VariableDefinition",
|
102196
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102197
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102198
|
-
},
|
102199
|
-
{
|
102200
|
-
kind: "VariableDefinition",
|
102201
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102202
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102203
|
-
},
|
102204
|
-
{
|
102205
|
-
kind: "VariableDefinition",
|
102206
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102207
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102208
|
-
},
|
102209
|
-
{
|
102210
|
-
kind: "VariableDefinition",
|
102211
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102212
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102213
|
-
},
|
102214
|
-
],
|
102215
|
-
selectionSet: {
|
102216
|
-
kind: "SelectionSet",
|
102217
|
-
selections: [
|
102218
|
-
{
|
102219
|
-
kind: "Field",
|
102220
|
-
name: { kind: "Name", value: "projectMilestones" },
|
102221
|
-
arguments: [
|
102222
|
-
{
|
102223
|
-
kind: "Argument",
|
102224
|
-
name: { kind: "Name", value: "after" },
|
102225
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102226
|
-
},
|
102227
|
-
{
|
102228
|
-
kind: "Argument",
|
102229
|
-
name: { kind: "Name", value: "before" },
|
102230
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102231
|
-
},
|
102232
|
-
{
|
102233
|
-
kind: "Argument",
|
102234
|
-
name: { kind: "Name", value: "filter" },
|
102235
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102236
|
-
},
|
102237
|
-
{
|
102238
|
-
kind: "Argument",
|
102239
|
-
name: { kind: "Name", value: "first" },
|
102240
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102241
|
-
},
|
102242
|
-
{
|
102243
|
-
kind: "Argument",
|
102244
|
-
name: { kind: "Name", value: "includeArchived" },
|
102245
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102246
|
-
},
|
102247
|
-
{
|
102248
|
-
kind: "Argument",
|
102249
|
-
name: { kind: "Name", value: "last" },
|
102250
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102251
|
-
},
|
102252
|
-
{
|
102253
|
-
kind: "Argument",
|
102254
|
-
name: { kind: "Name", value: "orderBy" },
|
102255
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102256
|
-
},
|
102257
|
-
],
|
102258
|
-
selectionSet: {
|
102259
|
-
kind: "SelectionSet",
|
102260
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } }],
|
102261
|
-
},
|
102262
|
-
},
|
102263
|
-
],
|
102264
|
-
},
|
102265
|
-
},
|
102266
|
-
...ProjectMilestoneConnectionFragmentDoc.definitions,
|
102267
|
-
...ProjectMilestoneFragmentDoc.definitions,
|
102268
|
-
...PageInfoFragmentDoc.definitions,
|
102269
|
-
],
|
102270
|
-
};
|
102271
|
-
const ProjectUpdateDocument = {
|
102272
|
-
kind: "Document",
|
102273
|
-
definitions: [
|
102274
|
-
{
|
102275
|
-
kind: "OperationDefinition",
|
102276
|
-
operation: "query",
|
102277
|
-
name: { kind: "Name", value: "projectUpdate" },
|
102278
|
-
variableDefinitions: [
|
102279
|
-
{
|
102280
|
-
kind: "VariableDefinition",
|
102281
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102282
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102283
|
-
},
|
102284
|
-
],
|
102285
|
-
selectionSet: {
|
102286
|
-
kind: "SelectionSet",
|
102287
|
-
selections: [
|
102288
|
-
{
|
102289
|
-
kind: "Field",
|
102290
|
-
name: { kind: "Name", value: "projectUpdate" },
|
102291
|
-
arguments: [
|
102292
|
-
{
|
102293
|
-
kind: "Argument",
|
102294
|
-
name: { kind: "Name", value: "id" },
|
102295
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102296
|
-
},
|
102297
|
-
],
|
102298
|
-
selectionSet: {
|
102299
|
-
kind: "SelectionSet",
|
102300
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
|
102301
|
-
},
|
102302
|
-
},
|
102303
|
-
],
|
102304
|
-
},
|
102305
|
-
},
|
102306
|
-
...ProjectUpdateFragmentDoc.definitions,
|
102307
|
-
],
|
102308
|
-
};
|
102309
103382
|
const ProjectUpdateInteractionDocument = {
|
102310
103383
|
kind: "Document",
|
102311
103384
|
definitions: [
|
@@ -102633,6 +103706,7 @@ const ProjectsDocument = {
|
|
102633
103706
|
},
|
102634
103707
|
...ProjectConnectionFragmentDoc.definitions,
|
102635
103708
|
...ProjectFragmentDoc.definitions,
|
103709
|
+
...ProjectStatusFragmentDoc.definitions,
|
102636
103710
|
...PageInfoFragmentDoc.definitions,
|
102637
103711
|
],
|
102638
103712
|
};
|
@@ -102865,6 +103939,7 @@ const Roadmap_ProjectsDocument = {
|
|
102865
103939
|
},
|
102866
103940
|
...ProjectConnectionFragmentDoc.definitions,
|
102867
103941
|
...ProjectFragmentDoc.definitions,
|
103942
|
+
...ProjectStatusFragmentDoc.definitions,
|
102868
103943
|
...PageInfoFragmentDoc.definitions,
|
102869
103944
|
],
|
102870
103945
|
};
|
@@ -103771,6 +104846,7 @@ const SearchProjectsDocument = {
|
|
103771
104846
|
...ProjectSearchPayloadFragmentDoc.definitions,
|
103772
104847
|
...ArchiveResponseFragmentDoc.definitions,
|
103773
104848
|
...ProjectSearchResultFragmentDoc.definitions,
|
104849
|
+
...ProjectStatusFragmentDoc.definitions,
|
103774
104850
|
...PageInfoFragmentDoc.definitions,
|
103775
104851
|
],
|
103776
104852
|
};
|
@@ -104835,6 +105911,7 @@ const Team_ProjectsDocument = {
|
|
104835
105911
|
},
|
104836
105912
|
...ProjectConnectionFragmentDoc.definitions,
|
104837
105913
|
...ProjectFragmentDoc.definitions,
|
105914
|
+
...ProjectStatusFragmentDoc.definitions,
|
104838
105915
|
...PageInfoFragmentDoc.definitions,
|
104839
105916
|
],
|
104840
105917
|
};
|
@@ -107919,6 +108996,11 @@ const AttachmentLinkSlackDocument = {
|
|
107919
108996
|
variable: { kind: "Variable", name: { kind: "Name", value: "latest" } },
|
107920
108997
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107921
108998
|
},
|
108999
|
+
{
|
109000
|
+
kind: "VariableDefinition",
|
109001
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
|
109002
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
109003
|
+
},
|
107922
109004
|
{
|
107923
109005
|
kind: "VariableDefinition",
|
107924
109006
|
variable: { kind: "Variable", name: { kind: "Name", value: "title" } },
|
@@ -107972,6 +109054,11 @@ const AttachmentLinkSlackDocument = {
|
|
107972
109054
|
name: { kind: "Name", value: "latest" },
|
107973
109055
|
value: { kind: "Variable", name: { kind: "Name", value: "latest" } },
|
107974
109056
|
},
|
109057
|
+
{
|
109058
|
+
kind: "Argument",
|
109059
|
+
name: { kind: "Name", value: "syncToCommentThread" },
|
109060
|
+
value: { kind: "Variable", name: { kind: "Name", value: "syncToCommentThread" } },
|
109061
|
+
},
|
107975
109062
|
{
|
107976
109063
|
kind: "Argument",
|
107977
109064
|
name: { kind: "Name", value: "title" },
|
@@ -109426,6 +110513,136 @@ const DeleteEmojiDocument = {
|
|
109426
110513
|
...DeletePayloadFragmentDoc.definitions,
|
109427
110514
|
],
|
109428
110515
|
};
|
110516
|
+
const CreateEntityExternalLinkDocument = {
|
110517
|
+
kind: "Document",
|
110518
|
+
definitions: [
|
110519
|
+
{
|
110520
|
+
kind: "OperationDefinition",
|
110521
|
+
operation: "mutation",
|
110522
|
+
name: { kind: "Name", value: "createEntityExternalLink" },
|
110523
|
+
variableDefinitions: [
|
110524
|
+
{
|
110525
|
+
kind: "VariableDefinition",
|
110526
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110527
|
+
type: {
|
110528
|
+
kind: "NonNullType",
|
110529
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkCreateInput" } },
|
110530
|
+
},
|
110531
|
+
},
|
110532
|
+
],
|
110533
|
+
selectionSet: {
|
110534
|
+
kind: "SelectionSet",
|
110535
|
+
selections: [
|
110536
|
+
{
|
110537
|
+
kind: "Field",
|
110538
|
+
name: { kind: "Name", value: "entityExternalLinkCreate" },
|
110539
|
+
arguments: [
|
110540
|
+
{
|
110541
|
+
kind: "Argument",
|
110542
|
+
name: { kind: "Name", value: "input" },
|
110543
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110544
|
+
},
|
110545
|
+
],
|
110546
|
+
selectionSet: {
|
110547
|
+
kind: "SelectionSet",
|
110548
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
|
110549
|
+
},
|
110550
|
+
},
|
110551
|
+
],
|
110552
|
+
},
|
110553
|
+
},
|
110554
|
+
...EntityExternalLinkPayloadFragmentDoc.definitions,
|
110555
|
+
],
|
110556
|
+
};
|
110557
|
+
const DeleteEntityExternalLinkDocument = {
|
110558
|
+
kind: "Document",
|
110559
|
+
definitions: [
|
110560
|
+
{
|
110561
|
+
kind: "OperationDefinition",
|
110562
|
+
operation: "mutation",
|
110563
|
+
name: { kind: "Name", value: "deleteEntityExternalLink" },
|
110564
|
+
variableDefinitions: [
|
110565
|
+
{
|
110566
|
+
kind: "VariableDefinition",
|
110567
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110568
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110569
|
+
},
|
110570
|
+
],
|
110571
|
+
selectionSet: {
|
110572
|
+
kind: "SelectionSet",
|
110573
|
+
selections: [
|
110574
|
+
{
|
110575
|
+
kind: "Field",
|
110576
|
+
name: { kind: "Name", value: "entityExternalLinkDelete" },
|
110577
|
+
arguments: [
|
110578
|
+
{
|
110579
|
+
kind: "Argument",
|
110580
|
+
name: { kind: "Name", value: "id" },
|
110581
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110582
|
+
},
|
110583
|
+
],
|
110584
|
+
selectionSet: {
|
110585
|
+
kind: "SelectionSet",
|
110586
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DeletePayload" } }],
|
110587
|
+
},
|
110588
|
+
},
|
110589
|
+
],
|
110590
|
+
},
|
110591
|
+
},
|
110592
|
+
...DeletePayloadFragmentDoc.definitions,
|
110593
|
+
],
|
110594
|
+
};
|
110595
|
+
const UpdateEntityExternalLinkDocument = {
|
110596
|
+
kind: "Document",
|
110597
|
+
definitions: [
|
110598
|
+
{
|
110599
|
+
kind: "OperationDefinition",
|
110600
|
+
operation: "mutation",
|
110601
|
+
name: { kind: "Name", value: "updateEntityExternalLink" },
|
110602
|
+
variableDefinitions: [
|
110603
|
+
{
|
110604
|
+
kind: "VariableDefinition",
|
110605
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110606
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
110607
|
+
},
|
110608
|
+
{
|
110609
|
+
kind: "VariableDefinition",
|
110610
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110611
|
+
type: {
|
110612
|
+
kind: "NonNullType",
|
110613
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "EntityExternalLinkUpdateInput" } },
|
110614
|
+
},
|
110615
|
+
},
|
110616
|
+
],
|
110617
|
+
selectionSet: {
|
110618
|
+
kind: "SelectionSet",
|
110619
|
+
selections: [
|
110620
|
+
{
|
110621
|
+
kind: "Field",
|
110622
|
+
name: { kind: "Name", value: "entityExternalLinkUpdate" },
|
110623
|
+
arguments: [
|
110624
|
+
{
|
110625
|
+
kind: "Argument",
|
110626
|
+
name: { kind: "Name", value: "id" },
|
110627
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
110628
|
+
},
|
110629
|
+
{
|
110630
|
+
kind: "Argument",
|
110631
|
+
name: { kind: "Name", value: "input" },
|
110632
|
+
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
110633
|
+
},
|
110634
|
+
],
|
110635
|
+
selectionSet: {
|
110636
|
+
kind: "SelectionSet",
|
110637
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "EntityExternalLinkPayload" } }],
|
110638
|
+
},
|
110639
|
+
},
|
110640
|
+
],
|
110641
|
+
},
|
110642
|
+
},
|
110643
|
+
...EntityExternalLinkPayloadFragmentDoc.definitions,
|
110644
|
+
],
|
110645
|
+
};
|
109429
110646
|
const CreateFavoriteDocument = {
|
109430
110647
|
kind: "Document",
|
109431
110648
|
definitions: [
|
@@ -112533,6 +113750,11 @@ const UpdateIssueLabelDocument = {
|
|
112533
113750
|
type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelUpdateInput" } },
|
112534
113751
|
},
|
112535
113752
|
},
|
113753
|
+
{
|
113754
|
+
kind: "VariableDefinition",
|
113755
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
|
113756
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
113757
|
+
},
|
112536
113758
|
],
|
112537
113759
|
selectionSet: {
|
112538
113760
|
kind: "SelectionSet",
|
@@ -112551,6 +113773,11 @@ const UpdateIssueLabelDocument = {
|
|
112551
113773
|
name: { kind: "Name", value: "input" },
|
112552
113774
|
value: { kind: "Variable", name: { kind: "Name", value: "input" } },
|
112553
113775
|
},
|
113776
|
+
{
|
113777
|
+
kind: "Argument",
|
113778
|
+
name: { kind: "Name", value: "replaceTeamLabels" },
|
113779
|
+
value: { kind: "Variable", name: { kind: "Name", value: "replaceTeamLabels" } },
|
113780
|
+
},
|
112554
113781
|
],
|
112555
113782
|
selectionSet: {
|
112556
113783
|
kind: "SelectionSet",
|
@@ -113206,6 +114433,7 @@ const ArchiveNotificationDocument = {
|
|
113206
114433
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
113207
114434
|
...NotificationFragmentDoc.definitions,
|
113208
114435
|
...ActorBotFragmentDoc.definitions,
|
114436
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113209
114437
|
...IssueNotificationFragmentDoc.definitions,
|
113210
114438
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113211
114439
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113254,6 +114482,7 @@ const NotificationArchiveAllDocument = {
|
|
113254
114482
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113255
114483
|
...NotificationFragmentDoc.definitions,
|
113256
114484
|
...ActorBotFragmentDoc.definitions,
|
114485
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113257
114486
|
...IssueNotificationFragmentDoc.definitions,
|
113258
114487
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113259
114488
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113312,6 +114541,7 @@ const NotificationMarkReadAllDocument = {
|
|
113312
114541
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113313
114542
|
...NotificationFragmentDoc.definitions,
|
113314
114543
|
...ActorBotFragmentDoc.definitions,
|
114544
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113315
114545
|
...IssueNotificationFragmentDoc.definitions,
|
113316
114546
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113317
114547
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113360,6 +114590,7 @@ const NotificationMarkUnreadAllDocument = {
|
|
113360
114590
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113361
114591
|
...NotificationFragmentDoc.definitions,
|
113362
114592
|
...ActorBotFragmentDoc.definitions,
|
114593
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113363
114594
|
...IssueNotificationFragmentDoc.definitions,
|
113364
114595
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113365
114596
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113418,6 +114649,7 @@ const NotificationSnoozeAllDocument = {
|
|
113418
114649
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113419
114650
|
...NotificationFragmentDoc.definitions,
|
113420
114651
|
...ActorBotFragmentDoc.definitions,
|
114652
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113421
114653
|
...IssueNotificationFragmentDoc.definitions,
|
113422
114654
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113423
114655
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113599,6 +114831,7 @@ const UnarchiveNotificationDocument = {
|
|
113599
114831
|
...NotificationArchivePayloadFragmentDoc.definitions,
|
113600
114832
|
...NotificationFragmentDoc.definitions,
|
113601
114833
|
...ActorBotFragmentDoc.definitions,
|
114834
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113602
114835
|
...IssueNotificationFragmentDoc.definitions,
|
113603
114836
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113604
114837
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113657,6 +114890,7 @@ const NotificationUnsnoozeAllDocument = {
|
|
113657
114890
|
...NotificationBatchActionPayloadFragmentDoc.definitions,
|
113658
114891
|
...NotificationFragmentDoc.definitions,
|
113659
114892
|
...ActorBotFragmentDoc.definitions,
|
114893
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113660
114894
|
...IssueNotificationFragmentDoc.definitions,
|
113661
114895
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113662
114896
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -113715,6 +114949,7 @@ const UpdateNotificationDocument = {
|
|
113715
114949
|
...NotificationPayloadFragmentDoc.definitions,
|
113716
114950
|
...NotificationFragmentDoc.definitions,
|
113717
114951
|
...ActorBotFragmentDoc.definitions,
|
114952
|
+
...DocumentNotificationFragmentDoc.definitions,
|
113718
114953
|
...IssueNotificationFragmentDoc.definitions,
|
113719
114954
|
...NotificationSubscriptionFragmentDoc.definitions,
|
113720
114955
|
...OauthClientApprovalNotificationFragmentDoc.definitions,
|
@@ -116454,6 +117689,7 @@ const CreateViewPreferencesDocument = {
|
|
116454
117689
|
},
|
116455
117690
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
116456
117691
|
...ViewPreferencesFragmentDoc.definitions,
|
117692
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
116457
117693
|
],
|
116458
117694
|
};
|
116459
117695
|
const DeleteViewPreferencesDocument = {
|
@@ -116544,6 +117780,7 @@ const UpdateViewPreferencesDocument = {
|
|
116544
117780
|
},
|
116545
117781
|
...ViewPreferencesPayloadFragmentDoc.definitions,
|
116546
117782
|
...ViewPreferencesFragmentDoc.definitions,
|
117783
|
+
...ViewPreferencesValuesFragmentDoc.definitions,
|
116547
117784
|
],
|
116548
117785
|
};
|
116549
117786
|
const CreateWebhookDocument = {
|
@@ -116853,6 +118090,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116853
118090
|
InitiativeArchivePayloadFragmentDoc: InitiativeArchivePayloadFragmentDoc,
|
116854
118091
|
IssueArchivePayloadFragmentDoc: IssueArchivePayloadFragmentDoc,
|
116855
118092
|
ActorBotFragmentDoc: ActorBotFragmentDoc,
|
118093
|
+
DocumentNotificationFragmentDoc: DocumentNotificationFragmentDoc,
|
116856
118094
|
NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
|
116857
118095
|
IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
|
116858
118096
|
OauthClientApprovalFragmentDoc: OauthClientApprovalFragmentDoc,
|
@@ -116874,6 +118112,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116874
118112
|
AuthUserFragmentDoc: AuthUserFragmentDoc,
|
116875
118113
|
AuthEmailIntakeAddressFragmentDoc: AuthEmailIntakeAddressFragmentDoc,
|
116876
118114
|
AuthOrganizationInviteFragmentDoc: AuthOrganizationInviteFragmentDoc,
|
118115
|
+
ProjectStatusFragmentDoc: ProjectStatusFragmentDoc,
|
116877
118116
|
PaidSubscriptionFragmentDoc: PaidSubscriptionFragmentDoc,
|
116878
118117
|
OrganizationFragmentDoc: OrganizationFragmentDoc,
|
116879
118118
|
AuthOauthClientWithScopeFragmentDoc: AuthOauthClientWithScopeFragmentDoc,
|
@@ -116930,6 +118169,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116930
118169
|
OauthTokenFragmentDoc: OauthTokenFragmentDoc,
|
116931
118170
|
AuthOauthClientWithTokensFragmentDoc: AuthOauthClientWithTokensFragmentDoc,
|
116932
118171
|
AuthOrganizationDomainFragmentDoc: AuthOrganizationDomainFragmentDoc,
|
118172
|
+
AuthOrganizationExistsPayloadFragmentDoc: AuthOrganizationExistsPayloadFragmentDoc,
|
118173
|
+
AuthOrganizationPayloadFragmentDoc: AuthOrganizationPayloadFragmentDoc,
|
116933
118174
|
AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
|
116934
118175
|
AuthSuccessPayloadFragmentDoc: AuthSuccessPayloadFragmentDoc,
|
116935
118176
|
AuthorizedApplicationBaseFragmentDoc: AuthorizedApplicationBaseFragmentDoc,
|
@@ -116941,6 +118182,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116941
118182
|
ContactPayloadFragmentDoc: ContactPayloadFragmentDoc,
|
116942
118183
|
CreateCsvExportReportPayloadFragmentDoc: CreateCsvExportReportPayloadFragmentDoc,
|
116943
118184
|
CreateOrJoinOrganizationResponseFragmentDoc: CreateOrJoinOrganizationResponseFragmentDoc,
|
118185
|
+
ViewPreferencesValuesFragmentDoc: ViewPreferencesValuesFragmentDoc,
|
118186
|
+
ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
|
116944
118187
|
CustomViewFragmentDoc: CustomViewFragmentDoc,
|
116945
118188
|
CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
|
116946
118189
|
CustomViewHasSubscribersPayloadFragmentDoc: CustomViewHasSubscribersPayloadFragmentDoc,
|
@@ -116965,6 +118208,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116965
118208
|
EmojiFragmentDoc: EmojiFragmentDoc,
|
116966
118209
|
EmojiConnectionFragmentDoc: EmojiConnectionFragmentDoc,
|
116967
118210
|
EmojiPayloadFragmentDoc: EmojiPayloadFragmentDoc,
|
118211
|
+
EntityExternalLinkFragmentDoc: EntityExternalLinkFragmentDoc,
|
118212
|
+
EntityExternalLinkConnectionFragmentDoc: EntityExternalLinkConnectionFragmentDoc,
|
118213
|
+
EntityExternalLinkPayloadFragmentDoc: EntityExternalLinkPayloadFragmentDoc,
|
116968
118214
|
ExternalUserFragmentDoc: ExternalUserFragmentDoc,
|
116969
118215
|
ExternalUserConnectionFragmentDoc: ExternalUserConnectionFragmentDoc,
|
116970
118216
|
FavoriteFragmentDoc: FavoriteFragmentDoc,
|
@@ -116996,6 +118242,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116996
118242
|
IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
|
116997
118243
|
IssueImportFragmentDoc: IssueImportFragmentDoc,
|
116998
118244
|
IssueLabelFragmentDoc: IssueLabelFragmentDoc,
|
118245
|
+
UserFragmentDoc: UserFragmentDoc,
|
116999
118246
|
IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
|
117000
118247
|
IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
|
117001
118248
|
IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
|
@@ -117042,9 +118289,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117042
118289
|
ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
|
117043
118290
|
ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
|
117044
118291
|
ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
|
118292
|
+
ProjectRelationFragmentDoc: ProjectRelationFragmentDoc,
|
118293
|
+
ProjectRelationConnectionFragmentDoc: ProjectRelationConnectionFragmentDoc,
|
118294
|
+
ProjectRelationPayloadFragmentDoc: ProjectRelationPayloadFragmentDoc,
|
117045
118295
|
ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
|
117046
118296
|
ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
|
117047
118297
|
ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
|
118298
|
+
ProjectStatusConnectionFragmentDoc: ProjectStatusConnectionFragmentDoc,
|
117048
118299
|
ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
|
117049
118300
|
ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
|
117050
118301
|
ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
|
@@ -117093,13 +118344,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117093
118344
|
UploadFileFragmentDoc: UploadFileFragmentDoc,
|
117094
118345
|
UploadPayloadFragmentDoc: UploadPayloadFragmentDoc,
|
117095
118346
|
UserAdminPayloadFragmentDoc: UserAdminPayloadFragmentDoc,
|
117096
|
-
UserFragmentDoc: UserFragmentDoc,
|
117097
118347
|
UserConnectionFragmentDoc: UserConnectionFragmentDoc,
|
117098
118348
|
UserPayloadFragmentDoc: UserPayloadFragmentDoc,
|
117099
118349
|
UserSettingsFlagPayloadFragmentDoc: UserSettingsFlagPayloadFragmentDoc,
|
117100
118350
|
UserSettingsFlagsResetPayloadFragmentDoc: UserSettingsFlagsResetPayloadFragmentDoc,
|
117101
118351
|
UserSettingsPayloadFragmentDoc: UserSettingsPayloadFragmentDoc,
|
117102
|
-
ViewPreferencesFragmentDoc: ViewPreferencesFragmentDoc,
|
117103
118352
|
ViewPreferencesPayloadFragmentDoc: ViewPreferencesPayloadFragmentDoc,
|
117104
118353
|
WebhookFragmentDoc: WebhookFragmentDoc,
|
117105
118354
|
WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
|
@@ -117139,6 +118388,11 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117139
118388
|
CommentsDocument: CommentsDocument,
|
117140
118389
|
CustomViewDocument: CustomViewDocument,
|
117141
118390
|
CustomView_IssuesDocument: CustomView_IssuesDocument,
|
118391
|
+
CustomView_OrganizationViewPreferencesDocument: CustomView_OrganizationViewPreferencesDocument,
|
118392
|
+
CustomView_OrganizationViewPreferences_PreferencesDocument: CustomView_OrganizationViewPreferences_PreferencesDocument,
|
118393
|
+
CustomView_UserViewPreferencesDocument: CustomView_UserViewPreferencesDocument,
|
118394
|
+
CustomView_UserViewPreferences_PreferencesDocument: CustomView_UserViewPreferences_PreferencesDocument,
|
118395
|
+
CustomView_ViewPreferencesValuesDocument: CustomView_ViewPreferencesValuesDocument,
|
117142
118396
|
CustomViewHasSubscribersDocument: CustomViewHasSubscribersDocument,
|
117143
118397
|
CustomViewsDocument: CustomViewsDocument,
|
117144
118398
|
CycleDocument: CycleDocument,
|
@@ -117150,6 +118404,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117150
118404
|
DocumentsDocument: DocumentsDocument,
|
117151
118405
|
EmojiDocument: EmojiDocument,
|
117152
118406
|
EmojisDocument: EmojisDocument,
|
118407
|
+
EntityExternalLinkDocument: EntityExternalLinkDocument,
|
117153
118408
|
ExternalUserDocument: ExternalUserDocument,
|
117154
118409
|
ExternalUsersDocument: ExternalUsersDocument,
|
117155
118410
|
FavoriteDocument: FavoriteDocument,
|
@@ -117215,6 +118470,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117215
118470
|
Project_MembersDocument: Project_MembersDocument,
|
117216
118471
|
Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
|
117217
118472
|
Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
|
118473
|
+
Project_StatusDocument: Project_StatusDocument,
|
117218
118474
|
Project_TeamsDocument: Project_TeamsDocument,
|
117219
118475
|
ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
|
117220
118476
|
ProjectLinkDocument: ProjectLinkDocument,
|
@@ -117222,7 +118478,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117222
118478
|
ProjectMilestoneDocument: ProjectMilestoneDocument,
|
117223
118479
|
ProjectMilestone_IssuesDocument: ProjectMilestone_IssuesDocument,
|
117224
118480
|
ProjectMilestonesDocument: ProjectMilestonesDocument,
|
118481
|
+
ProjectRelationDocument: ProjectRelationDocument,
|
118482
|
+
ProjectRelationsDocument: ProjectRelationsDocument,
|
117225
118483
|
ProjectUpdateDocument: ProjectUpdateDocument,
|
118484
|
+
ProjectUpdate_CommentsDocument: ProjectUpdate_CommentsDocument,
|
117226
118485
|
ProjectUpdateInteractionDocument: ProjectUpdateInteractionDocument,
|
117227
118486
|
ProjectUpdateInteractionsDocument: ProjectUpdateInteractionsDocument,
|
117228
118487
|
ProjectUpdatesDocument: ProjectUpdatesDocument,
|
@@ -117320,6 +118579,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
117320
118579
|
EmailUserAccountAuthChallengeDocument: EmailUserAccountAuthChallengeDocument,
|
117321
118580
|
CreateEmojiDocument: CreateEmojiDocument,
|
117322
118581
|
DeleteEmojiDocument: DeleteEmojiDocument,
|
118582
|
+
CreateEntityExternalLinkDocument: CreateEntityExternalLinkDocument,
|
118583
|
+
DeleteEntityExternalLinkDocument: DeleteEntityExternalLinkDocument,
|
118584
|
+
UpdateEntityExternalLinkDocument: UpdateEntityExternalLinkDocument,
|
117323
118585
|
CreateFavoriteDocument: CreateFavoriteDocument,
|
117324
118586
|
DeleteFavoriteDocument: DeleteFavoriteDocument,
|
117325
118587
|
UpdateFavoriteDocument: UpdateFavoriteDocument,
|
@@ -118112,6 +119374,19 @@ class AuthOrganizationDomain extends Request {
|
|
118112
119374
|
this.authType = data.authType;
|
118113
119375
|
}
|
118114
119376
|
}
|
119377
|
+
/**
|
119378
|
+
* AuthOrganizationExistsPayload model
|
119379
|
+
*
|
119380
|
+
* @param request - function to call the graphql client
|
119381
|
+
* @param data - L.AuthOrganizationExistsPayloadFragment response data
|
119382
|
+
*/
|
119383
|
+
class AuthOrganizationExistsPayload extends Request {
|
119384
|
+
constructor(request, data) {
|
119385
|
+
super(request);
|
119386
|
+
this.exists = data.exists;
|
119387
|
+
this.success = data.success;
|
119388
|
+
}
|
119389
|
+
}
|
118115
119390
|
/**
|
118116
119391
|
* An invitation to the organization that has been sent via email.
|
118117
119392
|
*
|
@@ -118126,6 +119401,19 @@ class AuthOrganizationInvite extends Request {
|
|
118126
119401
|
this.id = data.id;
|
118127
119402
|
}
|
118128
119403
|
}
|
119404
|
+
/**
|
119405
|
+
* AuthOrganizationPayload model
|
119406
|
+
*
|
119407
|
+
* @param request - function to call the graphql client
|
119408
|
+
* @param data - L.AuthOrganizationPayloadFragment response data
|
119409
|
+
*/
|
119410
|
+
class AuthOrganizationPayload extends Request {
|
119411
|
+
constructor(request, data) {
|
119412
|
+
super(request);
|
119413
|
+
this.success = data.success;
|
119414
|
+
this.authOrganization = new AuthOrganization(request, data.authOrganization);
|
119415
|
+
}
|
119416
|
+
}
|
118129
119417
|
/**
|
118130
119418
|
* AuthResolverResponse model
|
118131
119419
|
*
|
@@ -118190,7 +119478,7 @@ class AuthUser extends Request {
|
|
118190
119478
|
*/
|
118191
119479
|
class AuthenticationSession extends Request {
|
118192
119480
|
constructor(request, data) {
|
118193
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
119481
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
118194
119482
|
super(request);
|
118195
119483
|
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
118196
119484
|
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118203,10 +119491,11 @@ class AuthenticationSession extends Request {
|
|
118203
119491
|
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
118204
119492
|
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
118205
119493
|
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
119494
|
+
this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
|
118206
119495
|
this.name = data.name;
|
118207
|
-
this.operatingSystem = (
|
118208
|
-
this.updatedAt = (
|
118209
|
-
this.userAgent = (
|
119496
|
+
this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
|
119497
|
+
this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
|
119498
|
+
this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
|
118210
119499
|
this.type = data.type;
|
118211
119500
|
}
|
118212
119501
|
}
|
@@ -118218,7 +119507,7 @@ class AuthenticationSession extends Request {
|
|
118218
119507
|
*/
|
118219
119508
|
class AuthenticationSessionResponse extends Request {
|
118220
119509
|
constructor(request, data) {
|
118221
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
119510
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
118222
119511
|
super(request);
|
118223
119512
|
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
118224
119513
|
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118232,10 +119521,11 @@ class AuthenticationSessionResponse extends Request {
|
|
118232
119521
|
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
118233
119522
|
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
118234
119523
|
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
119524
|
+
this.locationRegionCode = (_k = data.locationRegionCode) !== null && _k !== void 0 ? _k : undefined;
|
118235
119525
|
this.name = data.name;
|
118236
|
-
this.operatingSystem = (
|
118237
|
-
this.updatedAt = (
|
118238
|
-
this.userAgent = (
|
119526
|
+
this.operatingSystem = (_l = data.operatingSystem) !== null && _l !== void 0 ? _l : undefined;
|
119527
|
+
this.updatedAt = (_m = parseDate(data.updatedAt)) !== null && _m !== void 0 ? _m : new Date();
|
119528
|
+
this.userAgent = (_o = data.userAgent) !== null && _o !== void 0 ? _o : undefined;
|
118239
119529
|
this.type = data.type;
|
118240
119530
|
}
|
118241
119531
|
}
|
@@ -118472,6 +119762,15 @@ class CustomView extends Request {
|
|
118472
119762
|
this.projectFilterData = (_f = data.projectFilterData) !== null && _f !== void 0 ? _f : undefined;
|
118473
119763
|
this.shared = data.shared;
|
118474
119764
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
119765
|
+
this.organizationViewPreferences = data.organizationViewPreferences
|
119766
|
+
? new ViewPreferences(request, data.organizationViewPreferences)
|
119767
|
+
: undefined;
|
119768
|
+
this.userViewPreferences = data.userViewPreferences
|
119769
|
+
? new ViewPreferences(request, data.userViewPreferences)
|
119770
|
+
: undefined;
|
119771
|
+
this.viewPreferencesValues = data.viewPreferencesValues
|
119772
|
+
? new ViewPreferencesValues(request, data.viewPreferencesValues)
|
119773
|
+
: undefined;
|
118475
119774
|
this._creator = data.creator;
|
118476
119775
|
this._owner = data.owner;
|
118477
119776
|
this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
|
@@ -118813,14 +120112,14 @@ class DeletePayload extends Request {
|
|
118813
120112
|
}
|
118814
120113
|
}
|
118815
120114
|
/**
|
118816
|
-
* A document
|
120115
|
+
* A document that can be attached to different entities.
|
118817
120116
|
*
|
118818
120117
|
* @param request - function to call the graphql client
|
118819
120118
|
* @param data - L.DocumentFragment response data
|
118820
120119
|
*/
|
118821
120120
|
class Document extends Request {
|
118822
120121
|
constructor(request, data) {
|
118823
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120122
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
118824
120123
|
super(request);
|
118825
120124
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
118826
120125
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -118833,9 +120132,10 @@ class Document extends Request {
|
|
118833
120132
|
this.sortOrder = data.sortOrder;
|
118834
120133
|
this.title = data.title;
|
118835
120134
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120135
|
+
this.url = data.url;
|
118836
120136
|
this._creator = data.creator;
|
118837
120137
|
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
118838
|
-
this._project = data.project;
|
120138
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
118839
120139
|
this._updatedBy = data.updatedBy;
|
118840
120140
|
}
|
118841
120141
|
/** The user who created the document. */
|
@@ -118851,7 +120151,8 @@ class Document extends Request {
|
|
118851
120151
|
}
|
118852
120152
|
/** The project that the document is associated with. */
|
118853
120153
|
get project() {
|
118854
|
-
|
120154
|
+
var _a, _b;
|
120155
|
+
return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
118855
120156
|
}
|
118856
120157
|
/** The user who last updated the document. */
|
118857
120158
|
get updatedBy() {
|
@@ -118975,6 +120276,47 @@ class DocumentContentHistoryType extends Request {
|
|
118975
120276
|
this.id = data.id;
|
118976
120277
|
}
|
118977
120278
|
}
|
120279
|
+
/**
|
120280
|
+
* A document related notification.
|
120281
|
+
*
|
120282
|
+
* @param request - function to call the graphql client
|
120283
|
+
* @param data - L.DocumentNotificationFragment response data
|
120284
|
+
*/
|
120285
|
+
class DocumentNotification extends Request {
|
120286
|
+
constructor(request, data) {
|
120287
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
120288
|
+
super(request);
|
120289
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120290
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
120291
|
+
this.emailedAt = (_c = parseDate(data.emailedAt)) !== null && _c !== void 0 ? _c : undefined;
|
120292
|
+
this.id = data.id;
|
120293
|
+
this.readAt = (_d = parseDate(data.readAt)) !== null && _d !== void 0 ? _d : undefined;
|
120294
|
+
this.snoozedUntilAt = (_e = parseDate(data.snoozedUntilAt)) !== null && _e !== void 0 ? _e : undefined;
|
120295
|
+
this.type = data.type;
|
120296
|
+
this.unsnoozedAt = (_f = parseDate(data.unsnoozedAt)) !== null && _f !== void 0 ? _f : undefined;
|
120297
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120298
|
+
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120299
|
+
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
120300
|
+
this._externalUserActor = (_j = data.externalUserActor) !== null && _j !== void 0 ? _j : undefined;
|
120301
|
+
this._user = data.user;
|
120302
|
+
}
|
120303
|
+
/** The user that caused the notification. */
|
120304
|
+
get actor() {
|
120305
|
+
var _a, _b;
|
120306
|
+
return ((_a = this._actor) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._actor) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
120307
|
+
}
|
120308
|
+
/** The external user that caused the notification. */
|
120309
|
+
get externalUserActor() {
|
120310
|
+
var _a, _b;
|
120311
|
+
return ((_a = this._externalUserActor) === null || _a === void 0 ? void 0 : _a.id)
|
120312
|
+
? new ExternalUserQuery(this._request).fetch((_b = this._externalUserActor) === null || _b === void 0 ? void 0 : _b.id)
|
120313
|
+
: undefined;
|
120314
|
+
}
|
120315
|
+
/** The user that received the notification. */
|
120316
|
+
get user() {
|
120317
|
+
return new UserQuery(this._request).fetch(this._user.id);
|
120318
|
+
}
|
120319
|
+
}
|
118978
120320
|
/**
|
118979
120321
|
* DocumentPayload model
|
118980
120322
|
*
|
@@ -119016,7 +120358,7 @@ class DocumentSearchPayload extends Request {
|
|
119016
120358
|
*/
|
119017
120359
|
class DocumentSearchResult extends Request {
|
119018
120360
|
constructor(request, data) {
|
119019
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120361
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
119020
120362
|
super(request);
|
119021
120363
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119022
120364
|
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
@@ -119030,9 +120372,10 @@ class DocumentSearchResult extends Request {
|
|
119030
120372
|
this.sortOrder = data.sortOrder;
|
119031
120373
|
this.title = data.title;
|
119032
120374
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
120375
|
+
this.url = data.url;
|
119033
120376
|
this._creator = data.creator;
|
119034
120377
|
this._lastAppliedTemplate = (_h = data.lastAppliedTemplate) !== null && _h !== void 0 ? _h : undefined;
|
119035
|
-
this._project = data.project;
|
120378
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
119036
120379
|
this._updatedBy = data.updatedBy;
|
119037
120380
|
}
|
119038
120381
|
/** The user who created the document. */
|
@@ -119048,7 +120391,8 @@ class DocumentSearchResult extends Request {
|
|
119048
120391
|
}
|
119049
120392
|
/** The project that the document is associated with. */
|
119050
120393
|
get project() {
|
119051
|
-
|
120394
|
+
var _a, _b;
|
120395
|
+
return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
119052
120396
|
}
|
119053
120397
|
/** The user who last updated the document. */
|
119054
120398
|
get updatedBy() {
|
@@ -119239,6 +120583,72 @@ class Entity extends Request {
|
|
119239
120583
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
119240
120584
|
}
|
119241
120585
|
}
|
120586
|
+
/**
|
120587
|
+
* An external link for an entity like initiative, etc...
|
120588
|
+
*
|
120589
|
+
* @param request - function to call the graphql client
|
120590
|
+
* @param data - L.EntityExternalLinkFragment response data
|
120591
|
+
*/
|
120592
|
+
class EntityExternalLink extends Request {
|
120593
|
+
constructor(request, data) {
|
120594
|
+
var _a, _b, _c;
|
120595
|
+
super(request);
|
120596
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120597
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
120598
|
+
this.id = data.id;
|
120599
|
+
this.label = data.label;
|
120600
|
+
this.sortOrder = data.sortOrder;
|
120601
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
120602
|
+
this.url = data.url;
|
120603
|
+
this._creator = data.creator;
|
120604
|
+
}
|
120605
|
+
/** The user who created the link. */
|
120606
|
+
get creator() {
|
120607
|
+
return new UserQuery(this._request).fetch(this._creator.id);
|
120608
|
+
}
|
120609
|
+
/** Creates a new entity link. */
|
120610
|
+
create(input) {
|
120611
|
+
return new CreateEntityExternalLinkMutation(this._request).fetch(input);
|
120612
|
+
}
|
120613
|
+
/** Deletes an entity link. */
|
120614
|
+
delete() {
|
120615
|
+
return new DeleteEntityExternalLinkMutation(this._request).fetch(this.id);
|
120616
|
+
}
|
120617
|
+
/** Updates an entity link. */
|
120618
|
+
update(input) {
|
120619
|
+
return new UpdateEntityExternalLinkMutation(this._request).fetch(this.id, input);
|
120620
|
+
}
|
120621
|
+
}
|
120622
|
+
/**
|
120623
|
+
* EntityExternalLinkConnection model
|
120624
|
+
*
|
120625
|
+
* @param request - function to call the graphql client
|
120626
|
+
* @param fetch - function to trigger a refetch of this EntityExternalLinkConnection model
|
120627
|
+
* @param data - EntityExternalLinkConnection response data
|
120628
|
+
*/
|
120629
|
+
class EntityExternalLinkConnection extends Connection {
|
120630
|
+
constructor(request, fetch, data) {
|
120631
|
+
super(request, fetch, data.nodes.map(node => new EntityExternalLink(request, node)), new PageInfo(request, data.pageInfo));
|
120632
|
+
}
|
120633
|
+
}
|
120634
|
+
/**
|
120635
|
+
* EntityExternalLinkPayload model
|
120636
|
+
*
|
120637
|
+
* @param request - function to call the graphql client
|
120638
|
+
* @param data - L.EntityExternalLinkPayloadFragment response data
|
120639
|
+
*/
|
120640
|
+
class EntityExternalLinkPayload extends Request {
|
120641
|
+
constructor(request, data) {
|
120642
|
+
super(request);
|
120643
|
+
this.lastSyncId = data.lastSyncId;
|
120644
|
+
this.success = data.success;
|
120645
|
+
this._entityExternalLink = data.entityExternalLink;
|
120646
|
+
}
|
120647
|
+
/** The link that was created or updated. */
|
120648
|
+
get entityExternalLink() {
|
120649
|
+
return new EntityExternalLinkQuery(this._request).fetch(this._entityExternalLink.id);
|
120650
|
+
}
|
120651
|
+
}
|
119242
120652
|
/**
|
119243
120653
|
* An external authenticated (e.g., through Slack) user which doesn't have a Linear account, but can create and update entities in Linear from the external system that authenticated them.
|
119244
120654
|
*
|
@@ -120021,7 +121431,7 @@ class IntercomSettings extends Request {
|
|
120021
121431
|
*/
|
120022
121432
|
class Issue extends Request {
|
120023
121433
|
constructor(request, data) {
|
120024
|
-
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;
|
121434
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
|
120025
121435
|
super(request);
|
120026
121436
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120027
121437
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120042,29 +121452,31 @@ class Issue extends Request {
|
|
120042
121452
|
this.previousIdentifiers = data.previousIdentifiers;
|
120043
121453
|
this.priority = data.priority;
|
120044
121454
|
this.priorityLabel = data.priorityLabel;
|
120045
|
-
this.
|
121455
|
+
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
121456
|
+
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
121457
|
+
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
120046
121458
|
this.sortOrder = data.sortOrder;
|
120047
|
-
this.startedAt = (
|
120048
|
-
this.startedTriageAt = (
|
120049
|
-
this.subIssueSortOrder = (
|
121459
|
+
this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
|
121460
|
+
this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
|
121461
|
+
this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
|
120050
121462
|
this.title = data.title;
|
120051
|
-
this.trashed = (
|
120052
|
-
this.triagedAt = (
|
120053
|
-
this.updatedAt = (
|
121463
|
+
this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
|
121464
|
+
this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
|
121465
|
+
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
120054
121466
|
this.url = data.url;
|
120055
121467
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120056
|
-
this.integrationSourceType = (
|
120057
|
-
this._assignee = (
|
120058
|
-
this._creator = (
|
120059
|
-
this._cycle = (
|
120060
|
-
this._externalUserCreator = (
|
120061
|
-
this._favorite = (
|
120062
|
-
this._lastAppliedTemplate = (
|
120063
|
-
this._parent = (
|
120064
|
-
this._project = (
|
120065
|
-
this._projectMilestone = (
|
120066
|
-
this._snoozedBy = (
|
120067
|
-
this._sourceComment = (
|
121468
|
+
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
121469
|
+
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
121470
|
+
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
121471
|
+
this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
|
121472
|
+
this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
|
121473
|
+
this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
|
121474
|
+
this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
|
121475
|
+
this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
|
121476
|
+
this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
|
121477
|
+
this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
|
121478
|
+
this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
|
121479
|
+
this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
|
120068
121480
|
this._state = data.state;
|
120069
121481
|
this._team = data.team;
|
120070
121482
|
}
|
@@ -120300,6 +121712,9 @@ class IssueHistory extends Request {
|
|
120300
121712
|
? data.relationChanges.map(node => new IssueRelationHistoryPayload(request, node))
|
120301
121713
|
: undefined;
|
120302
121714
|
this.removedLabels = data.removedLabels ? data.removedLabels.map(node => new IssueLabel(request, node)) : undefined;
|
121715
|
+
this.triageResponsibilityNotifiedUsers = data.triageResponsibilityNotifiedUsers
|
121716
|
+
? data.triageResponsibilityNotifiedUsers.map(node => new User(request, node))
|
121717
|
+
: undefined;
|
120303
121718
|
this._actor = (_9 = data.actor) !== null && _9 !== void 0 ? _9 : undefined;
|
120304
121719
|
this._attachment = (_10 = data.attachment) !== null && _10 !== void 0 ? _10 : undefined;
|
120305
121720
|
this._fromAssignee = (_11 = data.fromAssignee) !== null && _11 !== void 0 ? _11 : undefined;
|
@@ -120541,8 +121956,8 @@ class IssueLabel extends Request {
|
|
120541
121956
|
return new DeleteIssueLabelMutation(this._request).fetch(this.id);
|
120542
121957
|
}
|
120543
121958
|
/** Updates an label. */
|
120544
|
-
update(input) {
|
120545
|
-
return new UpdateIssueLabelMutation(this._request).fetch(this.id, input);
|
121959
|
+
update(input, variables) {
|
121960
|
+
return new UpdateIssueLabelMutation(this._request).fetch(this.id, input, variables);
|
120546
121961
|
}
|
120547
121962
|
}
|
120548
121963
|
/**
|
@@ -120774,7 +122189,7 @@ class IssueSearchPayload extends Request {
|
|
120774
122189
|
*/
|
120775
122190
|
class IssueSearchResult extends Request {
|
120776
122191
|
constructor(request, data) {
|
120777
|
-
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;
|
122192
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
|
120778
122193
|
super(request);
|
120779
122194
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120780
122195
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120796,29 +122211,31 @@ class IssueSearchResult extends Request {
|
|
120796
122211
|
this.previousIdentifiers = data.previousIdentifiers;
|
120797
122212
|
this.priority = data.priority;
|
120798
122213
|
this.priorityLabel = data.priorityLabel;
|
120799
|
-
this.
|
122214
|
+
this.slaBreachesAt = (_k = parseDate(data.slaBreachesAt)) !== null && _k !== void 0 ? _k : undefined;
|
122215
|
+
this.slaStartedAt = (_l = parseDate(data.slaStartedAt)) !== null && _l !== void 0 ? _l : undefined;
|
122216
|
+
this.snoozedUntilAt = (_m = parseDate(data.snoozedUntilAt)) !== null && _m !== void 0 ? _m : undefined;
|
120800
122217
|
this.sortOrder = data.sortOrder;
|
120801
|
-
this.startedAt = (
|
120802
|
-
this.startedTriageAt = (
|
120803
|
-
this.subIssueSortOrder = (
|
122218
|
+
this.startedAt = (_o = parseDate(data.startedAt)) !== null && _o !== void 0 ? _o : undefined;
|
122219
|
+
this.startedTriageAt = (_p = parseDate(data.startedTriageAt)) !== null && _p !== void 0 ? _p : undefined;
|
122220
|
+
this.subIssueSortOrder = (_q = data.subIssueSortOrder) !== null && _q !== void 0 ? _q : undefined;
|
120804
122221
|
this.title = data.title;
|
120805
|
-
this.trashed = (
|
120806
|
-
this.triagedAt = (
|
120807
|
-
this.updatedAt = (
|
122222
|
+
this.trashed = (_r = data.trashed) !== null && _r !== void 0 ? _r : undefined;
|
122223
|
+
this.triagedAt = (_s = parseDate(data.triagedAt)) !== null && _s !== void 0 ? _s : undefined;
|
122224
|
+
this.updatedAt = (_t = parseDate(data.updatedAt)) !== null && _t !== void 0 ? _t : new Date();
|
120808
122225
|
this.url = data.url;
|
120809
122226
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120810
|
-
this.integrationSourceType = (
|
120811
|
-
this._assignee = (
|
120812
|
-
this._creator = (
|
120813
|
-
this._cycle = (
|
120814
|
-
this._externalUserCreator = (
|
120815
|
-
this._favorite = (
|
120816
|
-
this._lastAppliedTemplate = (
|
120817
|
-
this._parent = (
|
120818
|
-
this._project = (
|
120819
|
-
this._projectMilestone = (
|
120820
|
-
this._snoozedBy = (
|
120821
|
-
this._sourceComment = (
|
122227
|
+
this.integrationSourceType = (_u = data.integrationSourceType) !== null && _u !== void 0 ? _u : undefined;
|
122228
|
+
this._assignee = (_v = data.assignee) !== null && _v !== void 0 ? _v : undefined;
|
122229
|
+
this._creator = (_w = data.creator) !== null && _w !== void 0 ? _w : undefined;
|
122230
|
+
this._cycle = (_x = data.cycle) !== null && _x !== void 0 ? _x : undefined;
|
122231
|
+
this._externalUserCreator = (_y = data.externalUserCreator) !== null && _y !== void 0 ? _y : undefined;
|
122232
|
+
this._favorite = (_z = data.favorite) !== null && _z !== void 0 ? _z : undefined;
|
122233
|
+
this._lastAppliedTemplate = (_0 = data.lastAppliedTemplate) !== null && _0 !== void 0 ? _0 : undefined;
|
122234
|
+
this._parent = (_1 = data.parent) !== null && _1 !== void 0 ? _1 : undefined;
|
122235
|
+
this._project = (_2 = data.project) !== null && _2 !== void 0 ? _2 : undefined;
|
122236
|
+
this._projectMilestone = (_3 = data.projectMilestone) !== null && _3 !== void 0 ? _3 : undefined;
|
122237
|
+
this._snoozedBy = (_4 = data.snoozedBy) !== null && _4 !== void 0 ? _4 : undefined;
|
122238
|
+
this._sourceComment = (_5 = data.sourceComment) !== null && _5 !== void 0 ? _5 : undefined;
|
120822
122239
|
this._state = data.state;
|
120823
122240
|
this._team = data.team;
|
120824
122241
|
}
|
@@ -121139,6 +122556,8 @@ class NotificationConnection extends Connection {
|
|
121139
122556
|
constructor(request, fetch, data) {
|
121140
122557
|
super(request, fetch, data.nodes.map(node => {
|
121141
122558
|
switch (node.__typename) {
|
122559
|
+
case "DocumentNotification":
|
122560
|
+
return new DocumentNotification(request, node);
|
121142
122561
|
case "IssueNotification":
|
121143
122562
|
return new IssueNotification(request, node);
|
121144
122563
|
case "OauthClientApprovalNotification":
|
@@ -121419,6 +122838,7 @@ class OauthToken extends Request {
|
|
121419
122838
|
this.createdAt = (_a = parseDate(data.createdAt)) !== null && _a !== void 0 ? _a : new Date();
|
121420
122839
|
this.id = data.id;
|
121421
122840
|
this.revokedAt = (_b = parseDate(data.revokedAt)) !== null && _b !== void 0 ? _b : undefined;
|
122841
|
+
this.scope = data.scope;
|
121422
122842
|
this.userId = data.userId;
|
121423
122843
|
this.client = new AuthOauthClient(request, data.client);
|
121424
122844
|
this.user = new AuthUser(request, data.user);
|
@@ -121471,6 +122891,7 @@ class Organization extends Request {
|
|
121471
122891
|
this.urlKey = data.urlKey;
|
121472
122892
|
this.userCount = data.userCount;
|
121473
122893
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
122894
|
+
this.projectStatuses = data.projectStatuses.map(node => new ProjectStatus(request, node));
|
121474
122895
|
this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
|
121475
122896
|
this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
|
121476
122897
|
this.releaseChannel = data.releaseChannel;
|
@@ -121852,6 +123273,7 @@ class Project extends Request {
|
|
121852
123273
|
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
121853
123274
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
121854
123275
|
this.url = data.url;
|
123276
|
+
this.status = new ProjectStatus(request, data.status);
|
121855
123277
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
121856
123278
|
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
121857
123279
|
this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
|
@@ -122261,6 +123683,81 @@ class ProjectPayload extends Request {
|
|
122261
123683
|
return ((_a = this._project) === null || _a === void 0 ? void 0 : _a.id) ? new ProjectQuery(this._request).fetch((_b = this._project) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
122262
123684
|
}
|
122263
123685
|
}
|
123686
|
+
/**
|
123687
|
+
* A relation between two projects.
|
123688
|
+
*
|
123689
|
+
* @param request - function to call the graphql client
|
123690
|
+
* @param data - L.ProjectRelationFragment response data
|
123691
|
+
*/
|
123692
|
+
class ProjectRelation extends Request {
|
123693
|
+
constructor(request, data) {
|
123694
|
+
var _a, _b, _c, _d, _e;
|
123695
|
+
super(request);
|
123696
|
+
this.anchorType = data.anchorType;
|
123697
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123698
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123699
|
+
this.id = data.id;
|
123700
|
+
this.relatedAnchorType = data.relatedAnchorType;
|
123701
|
+
this.type = data.type;
|
123702
|
+
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123703
|
+
this._project = data.project;
|
123704
|
+
this._projectMilestone = (_d = data.projectMilestone) !== null && _d !== void 0 ? _d : undefined;
|
123705
|
+
this._relatedProject = data.relatedProject;
|
123706
|
+
this._relatedProjectMilestone = (_e = data.relatedProjectMilestone) !== null && _e !== void 0 ? _e : undefined;
|
123707
|
+
}
|
123708
|
+
/** The project whose relationship is being described. */
|
123709
|
+
get project() {
|
123710
|
+
return new ProjectQuery(this._request).fetch(this._project.id);
|
123711
|
+
}
|
123712
|
+
/** The milestone within the project whose relationship is being described. */
|
123713
|
+
get projectMilestone() {
|
123714
|
+
var _a, _b;
|
123715
|
+
return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
|
123716
|
+
? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
|
123717
|
+
: undefined;
|
123718
|
+
}
|
123719
|
+
/** The related project. */
|
123720
|
+
get relatedProject() {
|
123721
|
+
return new ProjectQuery(this._request).fetch(this._relatedProject.id);
|
123722
|
+
}
|
123723
|
+
/** The milestone within the related project whose relationship is being described. */
|
123724
|
+
get relatedProjectMilestone() {
|
123725
|
+
var _a, _b;
|
123726
|
+
return ((_a = this._relatedProjectMilestone) === null || _a === void 0 ? void 0 : _a.id)
|
123727
|
+
? new ProjectMilestoneQuery(this._request).fetch((_b = this._relatedProjectMilestone) === null || _b === void 0 ? void 0 : _b.id)
|
123728
|
+
: undefined;
|
123729
|
+
}
|
123730
|
+
}
|
123731
|
+
/**
|
123732
|
+
* ProjectRelationConnection model
|
123733
|
+
*
|
123734
|
+
* @param request - function to call the graphql client
|
123735
|
+
* @param fetch - function to trigger a refetch of this ProjectRelationConnection model
|
123736
|
+
* @param data - ProjectRelationConnection response data
|
123737
|
+
*/
|
123738
|
+
class ProjectRelationConnection extends Connection {
|
123739
|
+
constructor(request, fetch, data) {
|
123740
|
+
super(request, fetch, data.nodes.map(node => new ProjectRelation(request, node)), new PageInfo(request, data.pageInfo));
|
123741
|
+
}
|
123742
|
+
}
|
123743
|
+
/**
|
123744
|
+
* ProjectRelationPayload model
|
123745
|
+
*
|
123746
|
+
* @param request - function to call the graphql client
|
123747
|
+
* @param data - L.ProjectRelationPayloadFragment response data
|
123748
|
+
*/
|
123749
|
+
class ProjectRelationPayload extends Request {
|
123750
|
+
constructor(request, data) {
|
123751
|
+
super(request);
|
123752
|
+
this.lastSyncId = data.lastSyncId;
|
123753
|
+
this.success = data.success;
|
123754
|
+
this._projectRelation = data.projectRelation;
|
123755
|
+
}
|
123756
|
+
/** The project relation that was created or updated. */
|
123757
|
+
get projectRelation() {
|
123758
|
+
return new ProjectRelationQuery(this._request).fetch(this._projectRelation.id);
|
123759
|
+
}
|
123760
|
+
}
|
122264
123761
|
/**
|
122265
123762
|
* ProjectSearchPayload model
|
122266
123763
|
*
|
@@ -122318,6 +123815,7 @@ class ProjectSearchResult extends Request {
|
|
122318
123815
|
this.trashed = (_m = data.trashed) !== null && _m !== void 0 ? _m : undefined;
|
122319
123816
|
this.updatedAt = (_o = parseDate(data.updatedAt)) !== null && _o !== void 0 ? _o : new Date();
|
122320
123817
|
this.url = data.url;
|
123818
|
+
this.status = new ProjectStatus(request, data.status);
|
122321
123819
|
this._convertedFromIssue = (_p = data.convertedFromIssue) !== null && _p !== void 0 ? _p : undefined;
|
122322
123820
|
this._creator = (_q = data.creator) !== null && _q !== void 0 ? _q : undefined;
|
122323
123821
|
this._favorite = (_r = data.favorite) !== null && _r !== void 0 ? _r : undefined;
|
@@ -122372,6 +123870,40 @@ class ProjectSearchResultConnection extends Connection {
|
|
122372
123870
|
super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
122373
123871
|
}
|
122374
123872
|
}
|
123873
|
+
/**
|
123874
|
+
* A project status.
|
123875
|
+
*
|
123876
|
+
* @param request - function to call the graphql client
|
123877
|
+
* @param data - L.ProjectStatusFragment response data
|
123878
|
+
*/
|
123879
|
+
class ProjectStatus extends Request {
|
123880
|
+
constructor(request, data) {
|
123881
|
+
var _a, _b, _c, _d;
|
123882
|
+
super(request);
|
123883
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
123884
|
+
this.color = data.color;
|
123885
|
+
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
123886
|
+
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
123887
|
+
this.id = data.id;
|
123888
|
+
this.indefinite = data.indefinite;
|
123889
|
+
this.name = data.name;
|
123890
|
+
this.position = data.position;
|
123891
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
123892
|
+
this.type = data.type;
|
123893
|
+
}
|
123894
|
+
}
|
123895
|
+
/**
|
123896
|
+
* ProjectStatusConnection model
|
123897
|
+
*
|
123898
|
+
* @param request - function to call the graphql client
|
123899
|
+
* @param fetch - function to trigger a refetch of this ProjectStatusConnection model
|
123900
|
+
* @param data - ProjectStatusConnection response data
|
123901
|
+
*/
|
123902
|
+
class ProjectStatusConnection extends Connection {
|
123903
|
+
constructor(request, fetch, data) {
|
123904
|
+
super(request, fetch, data.nodes.map(node => new ProjectStatus(request, node)), new PageInfo(request, data.pageInfo));
|
123905
|
+
}
|
123906
|
+
}
|
122375
123907
|
/**
|
122376
123908
|
* A update associated with an project.
|
122377
123909
|
*
|
@@ -122390,6 +123922,7 @@ class ProjectUpdate extends Request {
|
|
122390
123922
|
this.editedAt = (_e = parseDate(data.editedAt)) !== null && _e !== void 0 ? _e : undefined;
|
122391
123923
|
this.id = data.id;
|
122392
123924
|
this.isDiffHidden = data.isDiffHidden;
|
123925
|
+
this.reactionData = data.reactionData;
|
122393
123926
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
122394
123927
|
this.url = data.url;
|
122395
123928
|
this.health = data.health;
|
@@ -122404,6 +123937,10 @@ class ProjectUpdate extends Request {
|
|
122404
123937
|
get user() {
|
122405
123938
|
return new UserQuery(this._request).fetch(this._user.id);
|
122406
123939
|
}
|
123940
|
+
/** Comments associated with the project update. */
|
123941
|
+
comments(variables) {
|
123942
|
+
return new ProjectUpdate_CommentsQuery(this._request, this.id, variables).fetch(variables);
|
123943
|
+
}
|
122407
123944
|
/** Creates a new project update. */
|
122408
123945
|
create(input) {
|
122409
123946
|
return new CreateProjectUpdateMutation(this._request).fetch(input);
|
@@ -122732,6 +124269,7 @@ class Roadmap extends Request {
|
|
122732
124269
|
this.slugId = data.slugId;
|
122733
124270
|
this.sortOrder = data.sortOrder;
|
122734
124271
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
124272
|
+
this.url = data.url;
|
122735
124273
|
this._creator = data.creator;
|
122736
124274
|
this._owner = data.owner;
|
122737
124275
|
}
|
@@ -122983,7 +124521,7 @@ class SlackChannelConnectPayload extends Request {
|
|
122983
124521
|
*/
|
122984
124522
|
class SlackChannelNameMapping extends Request {
|
122985
124523
|
constructor(request, data) {
|
122986
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
124524
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
122987
124525
|
super(request);
|
122988
124526
|
this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
|
122989
124527
|
this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
|
@@ -122994,6 +124532,7 @@ class SlackChannelNameMapping extends Request {
|
|
122994
124532
|
this.isPrivate = (_f = data.isPrivate) !== null && _f !== void 0 ? _f : undefined;
|
122995
124533
|
this.isShared = (_g = data.isShared) !== null && _g !== void 0 ? _g : undefined;
|
122996
124534
|
this.name = data.name;
|
124535
|
+
this.postCancellationUpdates = (_h = data.postCancellationUpdates) !== null && _h !== void 0 ? _h : undefined;
|
122997
124536
|
this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
|
122998
124537
|
}
|
122999
124538
|
}
|
@@ -123109,6 +124648,7 @@ class Team extends Request {
|
|
123109
124648
|
this.name = data.name;
|
123110
124649
|
this.private = data.private;
|
123111
124650
|
this.requirePriorityToLeaveTriage = data.requirePriorityToLeaveTriage;
|
124651
|
+
this.scimManaged = data.scimManaged;
|
123112
124652
|
this.setIssueSortOrderOnStateChange = data.setIssueSortOrderOnStateChange;
|
123113
124653
|
this.slackIssueComments = data.slackIssueComments;
|
123114
124654
|
this.slackIssueStatuses = data.slackIssueStatuses;
|
@@ -124061,6 +125601,7 @@ class ViewPreferences extends Request {
|
|
124061
125601
|
this.type = data.type;
|
124062
125602
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
124063
125603
|
this.viewType = data.viewType;
|
125604
|
+
this.preferences = new ViewPreferencesValues(request, data.preferences);
|
124064
125605
|
}
|
124065
125606
|
/** Creates a new ViewPreferences object. */
|
124066
125607
|
create(input) {
|
@@ -124089,6 +125630,21 @@ class ViewPreferencesPayload extends Request {
|
|
124089
125630
|
this.viewPreferences = new ViewPreferences(request, data.viewPreferences);
|
124090
125631
|
}
|
124091
125632
|
}
|
125633
|
+
/**
|
125634
|
+
* ViewPreferencesValues model
|
125635
|
+
*
|
125636
|
+
* @param request - function to call the graphql client
|
125637
|
+
* @param data - L.ViewPreferencesValuesFragment response data
|
125638
|
+
*/
|
125639
|
+
class ViewPreferencesValues extends Request {
|
125640
|
+
constructor(request, data) {
|
125641
|
+
var _a, _b, _c;
|
125642
|
+
super(request);
|
125643
|
+
this.issueGrouping = (_a = data.issueGrouping) !== null && _a !== void 0 ? _a : undefined;
|
125644
|
+
this.showCompletedIssues = (_b = data.showCompletedIssues) !== null && _b !== void 0 ? _b : undefined;
|
125645
|
+
this.viewOrdering = (_c = data.viewOrdering) !== null && _c !== void 0 ? _c : undefined;
|
125646
|
+
}
|
125647
|
+
}
|
124092
125648
|
/**
|
124093
125649
|
* A webhook used to send HTTP notifications over data updates.
|
124094
125650
|
*
|
@@ -124977,6 +126533,31 @@ class EmojisQuery extends Request {
|
|
124977
126533
|
});
|
124978
126534
|
}
|
124979
126535
|
}
|
126536
|
+
/**
|
126537
|
+
* A fetchable EntityExternalLink Query
|
126538
|
+
*
|
126539
|
+
* @param request - function to call the graphql client
|
126540
|
+
*/
|
126541
|
+
class EntityExternalLinkQuery extends Request {
|
126542
|
+
constructor(request) {
|
126543
|
+
super(request);
|
126544
|
+
}
|
126545
|
+
/**
|
126546
|
+
* Call the EntityExternalLink query and return a EntityExternalLink
|
126547
|
+
*
|
126548
|
+
* @param id - required id to pass to entityExternalLink
|
126549
|
+
* @returns parsed response from EntityExternalLinkQuery
|
126550
|
+
*/
|
126551
|
+
fetch(id) {
|
126552
|
+
return __awaiter(this, void 0, void 0, function* () {
|
126553
|
+
const response = yield this._request(EntityExternalLinkDocument, {
|
126554
|
+
id,
|
126555
|
+
});
|
126556
|
+
const data = response.entityExternalLink;
|
126557
|
+
return new EntityExternalLink(this._request, data);
|
126558
|
+
});
|
126559
|
+
}
|
126560
|
+
}
|
124980
126561
|
/**
|
124981
126562
|
* A fetchable ExternalUser Query
|
124982
126563
|
*
|
@@ -125559,6 +127140,8 @@ class NotificationQuery extends Request {
|
|
125559
127140
|
});
|
125560
127141
|
const data = response.notification;
|
125561
127142
|
switch (data.__typename) {
|
127143
|
+
case "DocumentNotification":
|
127144
|
+
return new DocumentNotification(this._request, data);
|
125562
127145
|
case "IssueNotification":
|
125563
127146
|
return new IssueNotification(this._request, data);
|
125564
127147
|
case "OauthClientApprovalNotification":
|
@@ -125898,6 +127481,54 @@ class ProjectMilestonesQuery extends Request {
|
|
125898
127481
|
});
|
125899
127482
|
}
|
125900
127483
|
}
|
127484
|
+
/**
|
127485
|
+
* A fetchable ProjectRelation Query
|
127486
|
+
*
|
127487
|
+
* @param request - function to call the graphql client
|
127488
|
+
*/
|
127489
|
+
class ProjectRelationQuery extends Request {
|
127490
|
+
constructor(request) {
|
127491
|
+
super(request);
|
127492
|
+
}
|
127493
|
+
/**
|
127494
|
+
* Call the ProjectRelation query and return a ProjectRelation
|
127495
|
+
*
|
127496
|
+
* @param id - required id to pass to projectRelation
|
127497
|
+
* @returns parsed response from ProjectRelationQuery
|
127498
|
+
*/
|
127499
|
+
fetch(id) {
|
127500
|
+
return __awaiter(this, void 0, void 0, function* () {
|
127501
|
+
const response = yield this._request(ProjectRelationDocument, {
|
127502
|
+
id,
|
127503
|
+
});
|
127504
|
+
const data = response.projectRelation;
|
127505
|
+
return new ProjectRelation(this._request, data);
|
127506
|
+
});
|
127507
|
+
}
|
127508
|
+
}
|
127509
|
+
/**
|
127510
|
+
* A fetchable ProjectRelations Query
|
127511
|
+
*
|
127512
|
+
* @param request - function to call the graphql client
|
127513
|
+
*/
|
127514
|
+
class ProjectRelationsQuery extends Request {
|
127515
|
+
constructor(request) {
|
127516
|
+
super(request);
|
127517
|
+
}
|
127518
|
+
/**
|
127519
|
+
* Call the ProjectRelations query and return a ProjectRelationConnection
|
127520
|
+
*
|
127521
|
+
* @param variables - variables to pass into the ProjectRelationsQuery
|
127522
|
+
* @returns parsed response from ProjectRelationsQuery
|
127523
|
+
*/
|
127524
|
+
fetch(variables) {
|
127525
|
+
return __awaiter(this, void 0, void 0, function* () {
|
127526
|
+
const response = yield this._request(ProjectRelationsDocument, variables);
|
127527
|
+
const data = response.projectRelations;
|
127528
|
+
return new ProjectRelationConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
|
127529
|
+
});
|
127530
|
+
}
|
127531
|
+
}
|
125901
127532
|
/**
|
125902
127533
|
* A fetchable ProjectUpdate Query
|
125903
127534
|
*
|
@@ -127765,6 +129396,83 @@ class DeleteEmojiMutation extends Request {
|
|
127765
129396
|
});
|
127766
129397
|
}
|
127767
129398
|
}
|
129399
|
+
/**
|
129400
|
+
* A fetchable CreateEntityExternalLink Mutation
|
129401
|
+
*
|
129402
|
+
* @param request - function to call the graphql client
|
129403
|
+
*/
|
129404
|
+
class CreateEntityExternalLinkMutation extends Request {
|
129405
|
+
constructor(request) {
|
129406
|
+
super(request);
|
129407
|
+
}
|
129408
|
+
/**
|
129409
|
+
* Call the CreateEntityExternalLink mutation and return a EntityExternalLinkPayload
|
129410
|
+
*
|
129411
|
+
* @param input - required input to pass to createEntityExternalLink
|
129412
|
+
* @returns parsed response from CreateEntityExternalLinkMutation
|
129413
|
+
*/
|
129414
|
+
fetch(input) {
|
129415
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129416
|
+
const response = yield this._request(CreateEntityExternalLinkDocument, {
|
129417
|
+
input,
|
129418
|
+
});
|
129419
|
+
const data = response.entityExternalLinkCreate;
|
129420
|
+
return new EntityExternalLinkPayload(this._request, data);
|
129421
|
+
});
|
129422
|
+
}
|
129423
|
+
}
|
129424
|
+
/**
|
129425
|
+
* A fetchable DeleteEntityExternalLink Mutation
|
129426
|
+
*
|
129427
|
+
* @param request - function to call the graphql client
|
129428
|
+
*/
|
129429
|
+
class DeleteEntityExternalLinkMutation extends Request {
|
129430
|
+
constructor(request) {
|
129431
|
+
super(request);
|
129432
|
+
}
|
129433
|
+
/**
|
129434
|
+
* Call the DeleteEntityExternalLink mutation and return a DeletePayload
|
129435
|
+
*
|
129436
|
+
* @param id - required id to pass to deleteEntityExternalLink
|
129437
|
+
* @returns parsed response from DeleteEntityExternalLinkMutation
|
129438
|
+
*/
|
129439
|
+
fetch(id) {
|
129440
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129441
|
+
const response = yield this._request(DeleteEntityExternalLinkDocument, {
|
129442
|
+
id,
|
129443
|
+
});
|
129444
|
+
const data = response.entityExternalLinkDelete;
|
129445
|
+
return new DeletePayload(this._request, data);
|
129446
|
+
});
|
129447
|
+
}
|
129448
|
+
}
|
129449
|
+
/**
|
129450
|
+
* A fetchable UpdateEntityExternalLink Mutation
|
129451
|
+
*
|
129452
|
+
* @param request - function to call the graphql client
|
129453
|
+
*/
|
129454
|
+
class UpdateEntityExternalLinkMutation extends Request {
|
129455
|
+
constructor(request) {
|
129456
|
+
super(request);
|
129457
|
+
}
|
129458
|
+
/**
|
129459
|
+
* Call the UpdateEntityExternalLink mutation and return a EntityExternalLinkPayload
|
129460
|
+
*
|
129461
|
+
* @param id - required id to pass to updateEntityExternalLink
|
129462
|
+
* @param input - required input to pass to updateEntityExternalLink
|
129463
|
+
* @returns parsed response from UpdateEntityExternalLinkMutation
|
129464
|
+
*/
|
129465
|
+
fetch(id, input) {
|
129466
|
+
return __awaiter(this, void 0, void 0, function* () {
|
129467
|
+
const response = yield this._request(UpdateEntityExternalLinkDocument, {
|
129468
|
+
id,
|
129469
|
+
input,
|
129470
|
+
});
|
129471
|
+
const data = response.entityExternalLinkUpdate;
|
129472
|
+
return new EntityExternalLinkPayload(this._request, data);
|
129473
|
+
});
|
129474
|
+
}
|
129475
|
+
}
|
127768
129476
|
/**
|
127769
129477
|
* A fetchable CreateFavorite Mutation
|
127770
129478
|
*
|
@@ -129313,14 +131021,13 @@ class UpdateIssueLabelMutation extends Request {
|
|
129313
131021
|
*
|
129314
131022
|
* @param id - required id to pass to updateIssueLabel
|
129315
131023
|
* @param input - required input to pass to updateIssueLabel
|
131024
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
|
129316
131025
|
* @returns parsed response from UpdateIssueLabelMutation
|
129317
131026
|
*/
|
129318
|
-
fetch(id, input) {
|
131027
|
+
fetch(id, input, variables) {
|
129319
131028
|
return __awaiter(this, void 0, void 0, function* () {
|
129320
|
-
const response = yield this._request(UpdateIssueLabelDocument, {
|
129321
|
-
|
129322
|
-
input,
|
129323
|
-
});
|
131029
|
+
const response = yield this._request(UpdateIssueLabelDocument, Object.assign({ id,
|
131030
|
+
input }, variables));
|
129324
131031
|
const data = response.issueLabelUpdate;
|
129325
131032
|
return new IssueLabelPayload(this._request, data);
|
129326
131033
|
});
|
@@ -132197,6 +133904,138 @@ class CustomView_IssuesQuery extends Request {
|
|
132197
133904
|
});
|
132198
133905
|
}
|
132199
133906
|
}
|
133907
|
+
/**
|
133908
|
+
* A fetchable CustomView_OrganizationViewPreferences Query
|
133909
|
+
*
|
133910
|
+
* @param request - function to call the graphql client
|
133911
|
+
* @param id - required id to pass to customView
|
133912
|
+
*/
|
133913
|
+
class CustomView_OrganizationViewPreferencesQuery extends Request {
|
133914
|
+
constructor(request, id) {
|
133915
|
+
super(request);
|
133916
|
+
this._id = id;
|
133917
|
+
}
|
133918
|
+
/**
|
133919
|
+
* Call the CustomView_OrganizationViewPreferences query and return a ViewPreferences
|
133920
|
+
*
|
133921
|
+
* @returns parsed response from CustomView_OrganizationViewPreferencesQuery
|
133922
|
+
*/
|
133923
|
+
fetch() {
|
133924
|
+
return __awaiter(this, void 0, void 0, function* () {
|
133925
|
+
const response = yield this._request(CustomView_OrganizationViewPreferencesDocument, {
|
133926
|
+
id: this._id,
|
133927
|
+
});
|
133928
|
+
const data = response.customView.organizationViewPreferences;
|
133929
|
+
return data ? new ViewPreferences(this._request, data) : undefined;
|
133930
|
+
});
|
133931
|
+
}
|
133932
|
+
}
|
133933
|
+
/**
|
133934
|
+
* A fetchable CustomView_UserViewPreferences Query
|
133935
|
+
*
|
133936
|
+
* @param request - function to call the graphql client
|
133937
|
+
* @param id - required id to pass to customView
|
133938
|
+
*/
|
133939
|
+
class CustomView_UserViewPreferencesQuery extends Request {
|
133940
|
+
constructor(request, id) {
|
133941
|
+
super(request);
|
133942
|
+
this._id = id;
|
133943
|
+
}
|
133944
|
+
/**
|
133945
|
+
* Call the CustomView_UserViewPreferences query and return a ViewPreferences
|
133946
|
+
*
|
133947
|
+
* @returns parsed response from CustomView_UserViewPreferencesQuery
|
133948
|
+
*/
|
133949
|
+
fetch() {
|
133950
|
+
return __awaiter(this, void 0, void 0, function* () {
|
133951
|
+
const response = yield this._request(CustomView_UserViewPreferencesDocument, {
|
133952
|
+
id: this._id,
|
133953
|
+
});
|
133954
|
+
const data = response.customView.userViewPreferences;
|
133955
|
+
return data ? new ViewPreferences(this._request, data) : undefined;
|
133956
|
+
});
|
133957
|
+
}
|
133958
|
+
}
|
133959
|
+
/**
|
133960
|
+
* A fetchable CustomView_ViewPreferencesValues Query
|
133961
|
+
*
|
133962
|
+
* @param request - function to call the graphql client
|
133963
|
+
* @param id - required id to pass to customView
|
133964
|
+
*/
|
133965
|
+
class CustomView_ViewPreferencesValuesQuery extends Request {
|
133966
|
+
constructor(request, id) {
|
133967
|
+
super(request);
|
133968
|
+
this._id = id;
|
133969
|
+
}
|
133970
|
+
/**
|
133971
|
+
* Call the CustomView_ViewPreferencesValues query and return a ViewPreferencesValues
|
133972
|
+
*
|
133973
|
+
* @returns parsed response from CustomView_ViewPreferencesValuesQuery
|
133974
|
+
*/
|
133975
|
+
fetch() {
|
133976
|
+
return __awaiter(this, void 0, void 0, function* () {
|
133977
|
+
const response = yield this._request(CustomView_ViewPreferencesValuesDocument, {
|
133978
|
+
id: this._id,
|
133979
|
+
});
|
133980
|
+
const data = response.customView.viewPreferencesValues;
|
133981
|
+
return data ? new ViewPreferencesValues(this._request, data) : undefined;
|
133982
|
+
});
|
133983
|
+
}
|
133984
|
+
}
|
133985
|
+
/**
|
133986
|
+
* A fetchable CustomView_OrganizationViewPreferences_Preferences Query
|
133987
|
+
*
|
133988
|
+
* @param request - function to call the graphql client
|
133989
|
+
* @param id - required id to pass to customView_organizationViewPreferences
|
133990
|
+
*/
|
133991
|
+
class CustomView_OrganizationViewPreferences_PreferencesQuery extends Request {
|
133992
|
+
constructor(request, id) {
|
133993
|
+
super(request);
|
133994
|
+
this._id = id;
|
133995
|
+
}
|
133996
|
+
/**
|
133997
|
+
* Call the CustomView_OrganizationViewPreferences_Preferences query and return a ViewPreferencesValues
|
133998
|
+
*
|
133999
|
+
* @returns parsed response from CustomView_OrganizationViewPreferences_PreferencesQuery
|
134000
|
+
*/
|
134001
|
+
fetch() {
|
134002
|
+
var _a;
|
134003
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134004
|
+
const response = yield this._request(CustomView_OrganizationViewPreferences_PreferencesDocument, {
|
134005
|
+
id: this._id,
|
134006
|
+
});
|
134007
|
+
const data = (_a = response.customView.organizationViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
|
134008
|
+
return data ? new ViewPreferencesValues(this._request, data) : undefined;
|
134009
|
+
});
|
134010
|
+
}
|
134011
|
+
}
|
134012
|
+
/**
|
134013
|
+
* A fetchable CustomView_UserViewPreferences_Preferences Query
|
134014
|
+
*
|
134015
|
+
* @param request - function to call the graphql client
|
134016
|
+
* @param id - required id to pass to customView_userViewPreferences
|
134017
|
+
*/
|
134018
|
+
class CustomView_UserViewPreferences_PreferencesQuery extends Request {
|
134019
|
+
constructor(request, id) {
|
134020
|
+
super(request);
|
134021
|
+
this._id = id;
|
134022
|
+
}
|
134023
|
+
/**
|
134024
|
+
* Call the CustomView_UserViewPreferences_Preferences query and return a ViewPreferencesValues
|
134025
|
+
*
|
134026
|
+
* @returns parsed response from CustomView_UserViewPreferences_PreferencesQuery
|
134027
|
+
*/
|
134028
|
+
fetch() {
|
134029
|
+
var _a;
|
134030
|
+
return __awaiter(this, void 0, void 0, function* () {
|
134031
|
+
const response = yield this._request(CustomView_UserViewPreferences_PreferencesDocument, {
|
134032
|
+
id: this._id,
|
134033
|
+
});
|
134034
|
+
const data = (_a = response.customView.userViewPreferences) === null || _a === void 0 ? void 0 : _a.preferences;
|
134035
|
+
return data ? new ViewPreferencesValues(this._request, data) : undefined;
|
134036
|
+
});
|
134037
|
+
}
|
134038
|
+
}
|
132200
134039
|
/**
|
132201
134040
|
* A fetchable Cycle_Issues Query
|
132202
134041
|
*
|
@@ -133174,6 +135013,32 @@ class Project_ProjectUpdatesQuery extends Request {
|
|
133174
135013
|
});
|
133175
135014
|
}
|
133176
135015
|
}
|
135016
|
+
/**
|
135017
|
+
* A fetchable Project_Status Query
|
135018
|
+
*
|
135019
|
+
* @param request - function to call the graphql client
|
135020
|
+
* @param id - required id to pass to project
|
135021
|
+
*/
|
135022
|
+
class Project_StatusQuery extends Request {
|
135023
|
+
constructor(request, id) {
|
135024
|
+
super(request);
|
135025
|
+
this._id = id;
|
135026
|
+
}
|
135027
|
+
/**
|
135028
|
+
* Call the Project_Status query and return a ProjectStatus
|
135029
|
+
*
|
135030
|
+
* @returns parsed response from Project_StatusQuery
|
135031
|
+
*/
|
135032
|
+
fetch() {
|
135033
|
+
return __awaiter(this, void 0, void 0, function* () {
|
135034
|
+
const response = yield this._request(Project_StatusDocument, {
|
135035
|
+
id: this._id,
|
135036
|
+
});
|
135037
|
+
const data = response.project.status;
|
135038
|
+
return new ProjectStatus(this._request, data);
|
135039
|
+
});
|
135040
|
+
}
|
135041
|
+
}
|
133177
135042
|
/**
|
133178
135043
|
* A fetchable Project_Teams Query
|
133179
135044
|
*
|
@@ -133228,6 +135093,33 @@ class ProjectMilestone_IssuesQuery extends Request {
|
|
133228
135093
|
});
|
133229
135094
|
}
|
133230
135095
|
}
|
135096
|
+
/**
|
135097
|
+
* A fetchable ProjectUpdate_Comments Query
|
135098
|
+
*
|
135099
|
+
* @param request - function to call the graphql client
|
135100
|
+
* @param id - required id to pass to projectUpdate
|
135101
|
+
* @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
|
135102
|
+
*/
|
135103
|
+
class ProjectUpdate_CommentsQuery extends Request {
|
135104
|
+
constructor(request, id, variables) {
|
135105
|
+
super(request);
|
135106
|
+
this._id = id;
|
135107
|
+
this._variables = variables;
|
135108
|
+
}
|
135109
|
+
/**
|
135110
|
+
* Call the ProjectUpdate_Comments query and return a CommentConnection
|
135111
|
+
*
|
135112
|
+
* @param variables - variables without 'id' to pass into the ProjectUpdate_CommentsQuery
|
135113
|
+
* @returns parsed response from ProjectUpdate_CommentsQuery
|
135114
|
+
*/
|
135115
|
+
fetch(variables) {
|
135116
|
+
return __awaiter(this, void 0, void 0, function* () {
|
135117
|
+
const response = yield this._request(ProjectUpdate_CommentsDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
|
135118
|
+
const data = response.projectUpdate.comments;
|
135119
|
+
return new CommentConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
|
135120
|
+
});
|
135121
|
+
}
|
135122
|
+
}
|
133231
135123
|
/**
|
133232
135124
|
* A fetchable Roadmap_Projects Query
|
133233
135125
|
*
|
@@ -134069,6 +135961,15 @@ class LinearSdk extends Request {
|
|
134069
135961
|
emojis(variables) {
|
134070
135962
|
return new EmojisQuery(this._request).fetch(variables);
|
134071
135963
|
}
|
135964
|
+
/**
|
135965
|
+
* One specific entity link.
|
135966
|
+
*
|
135967
|
+
* @param id - required id to pass to entityExternalLink
|
135968
|
+
* @returns EntityExternalLink
|
135969
|
+
*/
|
135970
|
+
entityExternalLink(id) {
|
135971
|
+
return new EntityExternalLinkQuery(this._request).fetch(id);
|
135972
|
+
}
|
134072
135973
|
/**
|
134073
135974
|
* One specific external user.
|
134074
135975
|
*
|
@@ -134404,6 +136305,24 @@ class LinearSdk extends Request {
|
|
134404
136305
|
projectMilestones(variables) {
|
134405
136306
|
return new ProjectMilestonesQuery(this._request).fetch(variables);
|
134406
136307
|
}
|
136308
|
+
/**
|
136309
|
+
* One specific project relation.
|
136310
|
+
*
|
136311
|
+
* @param id - required id to pass to projectRelation
|
136312
|
+
* @returns ProjectRelation
|
136313
|
+
*/
|
136314
|
+
projectRelation(id) {
|
136315
|
+
return new ProjectRelationQuery(this._request).fetch(id);
|
136316
|
+
}
|
136317
|
+
/**
|
136318
|
+
* All project relationships.
|
136319
|
+
*
|
136320
|
+
* @param variables - variables to pass into the ProjectRelationsQuery
|
136321
|
+
* @returns ProjectRelationConnection
|
136322
|
+
*/
|
136323
|
+
projectRelations(variables) {
|
136324
|
+
return new ProjectRelationsQuery(this._request).fetch(variables);
|
136325
|
+
}
|
134407
136326
|
/**
|
134408
136327
|
* A specific project update.
|
134409
136328
|
*
|
@@ -135111,6 +137030,34 @@ class LinearSdk extends Request {
|
|
135111
137030
|
deleteEmoji(id) {
|
135112
137031
|
return new DeleteEmojiMutation(this._request).fetch(id);
|
135113
137032
|
}
|
137033
|
+
/**
|
137034
|
+
* Creates a new entity link.
|
137035
|
+
*
|
137036
|
+
* @param input - required input to pass to createEntityExternalLink
|
137037
|
+
* @returns EntityExternalLinkPayload
|
137038
|
+
*/
|
137039
|
+
createEntityExternalLink(input) {
|
137040
|
+
return new CreateEntityExternalLinkMutation(this._request).fetch(input);
|
137041
|
+
}
|
137042
|
+
/**
|
137043
|
+
* Deletes an entity link.
|
137044
|
+
*
|
137045
|
+
* @param id - required id to pass to deleteEntityExternalLink
|
137046
|
+
* @returns DeletePayload
|
137047
|
+
*/
|
137048
|
+
deleteEntityExternalLink(id) {
|
137049
|
+
return new DeleteEntityExternalLinkMutation(this._request).fetch(id);
|
137050
|
+
}
|
137051
|
+
/**
|
137052
|
+
* Updates an entity link.
|
137053
|
+
*
|
137054
|
+
* @param id - required id to pass to updateEntityExternalLink
|
137055
|
+
* @param input - required input to pass to updateEntityExternalLink
|
137056
|
+
* @returns EntityExternalLinkPayload
|
137057
|
+
*/
|
137058
|
+
updateEntityExternalLink(id, input) {
|
137059
|
+
return new UpdateEntityExternalLinkMutation(this._request).fetch(id, input);
|
137060
|
+
}
|
135114
137061
|
/**
|
135115
137062
|
* Creates a new favorite (project, cycle etc).
|
135116
137063
|
*
|
@@ -135697,10 +137644,11 @@ class LinearSdk extends Request {
|
|
135697
137644
|
*
|
135698
137645
|
* @param id - required id to pass to updateIssueLabel
|
135699
137646
|
* @param input - required input to pass to updateIssueLabel
|
137647
|
+
* @param variables - variables without 'id', 'input' to pass into the UpdateIssueLabelMutation
|
135700
137648
|
* @returns IssueLabelPayload
|
135701
137649
|
*/
|
135702
|
-
updateIssueLabel(id, input) {
|
135703
|
-
return new UpdateIssueLabelMutation(this._request).fetch(id, input);
|
137650
|
+
updateIssueLabel(id, input, variables) {
|
137651
|
+
return new UpdateIssueLabelMutation(this._request).fetch(id, input, variables);
|
135704
137652
|
}
|
135705
137653
|
/**
|
135706
137654
|
* Creates a new issue relation.
|
@@ -136710,5 +138658,5 @@ class LinearWebhooks {
|
|
136710
138658
|
}
|
136711
138659
|
}
|
136712
138660
|
|
136713
|
-
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationInvite, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
138661
|
+
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationExistsPayload, AuthOrganizationInvite, AuthOrganizationPayload, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateEntityExternalLinkMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomView_OrganizationViewPreferencesQuery, CustomView_OrganizationViewPreferences_PreferencesQuery, CustomView_UserViewPreferencesQuery, CustomView_UserViewPreferences_PreferencesQuery, CustomView_ViewPreferencesValuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteEntityExternalLinkMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentNotification, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EntityExternalLink, EntityExternalLinkConnection, EntityExternalLinkPayload, EntityExternalLinkQuery, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectRelation, ProjectRelationConnection, ProjectRelationPayload, ProjectRelationQuery, ProjectRelationsQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectStatus, ProjectStatusConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdate_CommentsQuery, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_StatusQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateEntityExternalLinkMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserLinearError, UserNotificationSubscription, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewPreferencesValues, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
136714
138662
|
//# sourceMappingURL=index-es.js.map
|