@linear/sdk 3.0.0 → 5.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/CHANGELOG.md +199 -0
- package/dist/_generated_documents.d.ts +1232 -163
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +708 -68
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +2983 -746
- 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 +2956 -744
- 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 +2984 -747
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index-cjs.js
CHANGED
@@ -83430,6 +83430,13 @@ var OrganizationDomainAuthType;
|
|
83430
83430
|
OrganizationDomainAuthType["General"] = "general";
|
83431
83431
|
OrganizationDomainAuthType["Saml"] = "saml";
|
83432
83432
|
})(OrganizationDomainAuthType || (OrganizationDomainAuthType = {}));
|
83433
|
+
/** The different statuses possible for an organization invite. */
|
83434
|
+
var OrganizationInviteStatus;
|
83435
|
+
(function (OrganizationInviteStatus) {
|
83436
|
+
OrganizationInviteStatus["Accepted"] = "accepted";
|
83437
|
+
OrganizationInviteStatus["Expired"] = "expired";
|
83438
|
+
OrganizationInviteStatus["Pending"] = "pending";
|
83439
|
+
})(OrganizationInviteStatus || (OrganizationInviteStatus = {}));
|
83433
83440
|
/** By which field should the pagination order by */
|
83434
83441
|
var PaginationOrderBy;
|
83435
83442
|
(function (PaginationOrderBy) {
|
@@ -83560,6 +83567,7 @@ var ViewType;
|
|
83560
83567
|
ViewType["ProjectsAll"] = "projectsAll";
|
83561
83568
|
ViewType["ProjectsBacklog"] = "projectsBacklog";
|
83562
83569
|
ViewType["ProjectsClosed"] = "projectsClosed";
|
83570
|
+
ViewType["QuickView"] = "quickView";
|
83563
83571
|
ViewType["Roadmap"] = "roadmap";
|
83564
83572
|
ViewType["RoadmapAll"] = "roadmapAll";
|
83565
83573
|
ViewType["RoadmapBacklog"] = "roadmapBacklog";
|
@@ -83609,30 +83617,31 @@ const EntityFragmentDoc = {
|
|
83609
83617
|
},
|
83610
83618
|
],
|
83611
83619
|
};
|
83612
|
-
const
|
83620
|
+
const DocumentContentFragmentDoc = {
|
83613
83621
|
kind: "Document",
|
83614
83622
|
definitions: [
|
83615
83623
|
{
|
83616
83624
|
kind: "FragmentDefinition",
|
83617
|
-
name: { kind: "Name", value: "
|
83618
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
83625
|
+
name: { kind: "Name", value: "DocumentContent" },
|
83626
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentContent" } },
|
83619
83627
|
selectionSet: {
|
83620
83628
|
kind: "SelectionSet",
|
83621
83629
|
selections: [
|
83622
83630
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83623
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
83624
83631
|
{ kind: "Field", name: { kind: "Name", value: "contentData" } },
|
83625
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
83626
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83627
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83632
|
+
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
83628
83633
|
{
|
83629
83634
|
kind: "Field",
|
83630
|
-
name: { kind: "Name", value: "
|
83635
|
+
name: { kind: "Name", value: "issue" },
|
83631
83636
|
selectionSet: {
|
83632
83637
|
kind: "SelectionSet",
|
83633
83638
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83634
83639
|
},
|
83635
83640
|
},
|
83641
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
83642
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83643
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83644
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83636
83645
|
],
|
83637
83646
|
},
|
83638
83647
|
},
|
@@ -84411,6 +84420,7 @@ const UserSettingsFragmentDoc = {
|
|
84411
84420
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
84412
84421
|
},
|
84413
84422
|
},
|
84423
|
+
{ kind: "Field", name: { kind: "Name", value: "showFullUserNames" } },
|
84414
84424
|
],
|
84415
84425
|
},
|
84416
84426
|
},
|
@@ -85049,6 +85059,14 @@ const CustomViewFragmentDoc = {
|
|
85049
85059
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85050
85060
|
},
|
85051
85061
|
},
|
85062
|
+
{
|
85063
|
+
kind: "Field",
|
85064
|
+
name: { kind: "Name", value: "owner" },
|
85065
|
+
selectionSet: {
|
85066
|
+
kind: "SelectionSet",
|
85067
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85068
|
+
},
|
85069
|
+
},
|
85052
85070
|
{ kind: "Field", name: { kind: "Name", value: "shared" } },
|
85053
85071
|
],
|
85054
85072
|
},
|
@@ -85126,9 +85144,9 @@ const CustomViewSuggestionPayloadFragmentDoc = {
|
|
85126
85144
|
kind: "SelectionSet",
|
85127
85145
|
selections: [
|
85128
85146
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85129
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85130
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85131
|
-
{ kind: "Field", name: { kind: "Name", value: "
|
85147
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
85148
|
+
{ kind: "Field", name: { kind: "Name", value: "icon" } },
|
85149
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85132
85150
|
],
|
85133
85151
|
},
|
85134
85152
|
},
|
@@ -85345,6 +85363,155 @@ const DocumentPayloadFragmentDoc = {
|
|
85345
85363
|
},
|
85346
85364
|
],
|
85347
85365
|
};
|
85366
|
+
const ArchiveResponseFragmentDoc = {
|
85367
|
+
kind: "Document",
|
85368
|
+
definitions: [
|
85369
|
+
{
|
85370
|
+
kind: "FragmentDefinition",
|
85371
|
+
name: { kind: "Name", value: "ArchiveResponse" },
|
85372
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ArchiveResponse" } },
|
85373
|
+
selectionSet: {
|
85374
|
+
kind: "SelectionSet",
|
85375
|
+
selections: [
|
85376
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85377
|
+
{ kind: "Field", name: { kind: "Name", value: "archive" } },
|
85378
|
+
{ kind: "Field", name: { kind: "Name", value: "totalCount" } },
|
85379
|
+
{ kind: "Field", name: { kind: "Name", value: "databaseVersion" } },
|
85380
|
+
{ kind: "Field", name: { kind: "Name", value: "includesDependencies" } },
|
85381
|
+
],
|
85382
|
+
},
|
85383
|
+
},
|
85384
|
+
],
|
85385
|
+
};
|
85386
|
+
const DocumentSearchResultFragmentDoc = {
|
85387
|
+
kind: "Document",
|
85388
|
+
definitions: [
|
85389
|
+
{
|
85390
|
+
kind: "FragmentDefinition",
|
85391
|
+
name: { kind: "Name", value: "DocumentSearchResult" },
|
85392
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResult" } },
|
85393
|
+
selectionSet: {
|
85394
|
+
kind: "SelectionSet",
|
85395
|
+
selections: [
|
85396
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85397
|
+
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
85398
|
+
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
85399
|
+
{ kind: "Field", name: { kind: "Name", value: "contentData" } },
|
85400
|
+
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
85401
|
+
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
85402
|
+
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
85403
|
+
{ kind: "Field", name: { kind: "Name", value: "icon" } },
|
85404
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85405
|
+
{
|
85406
|
+
kind: "Field",
|
85407
|
+
name: { kind: "Name", value: "project" },
|
85408
|
+
selectionSet: {
|
85409
|
+
kind: "SelectionSet",
|
85410
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85411
|
+
},
|
85412
|
+
},
|
85413
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85414
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85415
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85416
|
+
{
|
85417
|
+
kind: "Field",
|
85418
|
+
name: { kind: "Name", value: "creator" },
|
85419
|
+
selectionSet: {
|
85420
|
+
kind: "SelectionSet",
|
85421
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85422
|
+
},
|
85423
|
+
},
|
85424
|
+
{
|
85425
|
+
kind: "Field",
|
85426
|
+
name: { kind: "Name", value: "updatedBy" },
|
85427
|
+
selectionSet: {
|
85428
|
+
kind: "SelectionSet",
|
85429
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85430
|
+
},
|
85431
|
+
},
|
85432
|
+
],
|
85433
|
+
},
|
85434
|
+
},
|
85435
|
+
],
|
85436
|
+
};
|
85437
|
+
const DocumentSearchPayloadFragmentDoc = {
|
85438
|
+
kind: "Document",
|
85439
|
+
definitions: [
|
85440
|
+
{
|
85441
|
+
kind: "FragmentDefinition",
|
85442
|
+
name: { kind: "Name", value: "DocumentSearchPayload" },
|
85443
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchPayload" } },
|
85444
|
+
selectionSet: {
|
85445
|
+
kind: "SelectionSet",
|
85446
|
+
selections: [
|
85447
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85448
|
+
{
|
85449
|
+
kind: "Field",
|
85450
|
+
name: { kind: "Name", value: "archivePayload" },
|
85451
|
+
selectionSet: {
|
85452
|
+
kind: "SelectionSet",
|
85453
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
|
85454
|
+
},
|
85455
|
+
},
|
85456
|
+
{ kind: "Field", name: { kind: "Name", value: "totalCount" } },
|
85457
|
+
{
|
85458
|
+
kind: "Field",
|
85459
|
+
name: { kind: "Name", value: "nodes" },
|
85460
|
+
selectionSet: {
|
85461
|
+
kind: "SelectionSet",
|
85462
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
|
85463
|
+
},
|
85464
|
+
},
|
85465
|
+
{
|
85466
|
+
kind: "Field",
|
85467
|
+
name: { kind: "Name", value: "pageInfo" },
|
85468
|
+
selectionSet: {
|
85469
|
+
kind: "SelectionSet",
|
85470
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
85471
|
+
},
|
85472
|
+
},
|
85473
|
+
],
|
85474
|
+
},
|
85475
|
+
},
|
85476
|
+
...ArchiveResponseFragmentDoc.definitions,
|
85477
|
+
...DocumentSearchResultFragmentDoc.definitions,
|
85478
|
+
...PageInfoFragmentDoc.definitions,
|
85479
|
+
],
|
85480
|
+
};
|
85481
|
+
const DocumentSearchResultConnectionFragmentDoc = {
|
85482
|
+
kind: "Document",
|
85483
|
+
definitions: [
|
85484
|
+
{
|
85485
|
+
kind: "FragmentDefinition",
|
85486
|
+
name: { kind: "Name", value: "DocumentSearchResultConnection" },
|
85487
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResultConnection" } },
|
85488
|
+
selectionSet: {
|
85489
|
+
kind: "SelectionSet",
|
85490
|
+
selections: [
|
85491
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85492
|
+
{
|
85493
|
+
kind: "Field",
|
85494
|
+
name: { kind: "Name", value: "nodes" },
|
85495
|
+
selectionSet: {
|
85496
|
+
kind: "SelectionSet",
|
85497
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
|
85498
|
+
},
|
85499
|
+
},
|
85500
|
+
{
|
85501
|
+
kind: "Field",
|
85502
|
+
name: { kind: "Name", value: "pageInfo" },
|
85503
|
+
selectionSet: {
|
85504
|
+
kind: "SelectionSet",
|
85505
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
85506
|
+
},
|
85507
|
+
},
|
85508
|
+
],
|
85509
|
+
},
|
85510
|
+
},
|
85511
|
+
...DocumentSearchResultFragmentDoc.definitions,
|
85512
|
+
...PageInfoFragmentDoc.definitions,
|
85513
|
+
],
|
85514
|
+
};
|
85348
85515
|
const EmailUnsubscribePayloadFragmentDoc = {
|
85349
85516
|
kind: "Document",
|
85350
85517
|
definitions: [
|
@@ -86189,6 +86356,14 @@ const IssueFragmentDoc = {
|
|
86189
86356
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86190
86357
|
},
|
86191
86358
|
},
|
86359
|
+
{
|
86360
|
+
kind: "Field",
|
86361
|
+
name: { kind: "Name", value: "favorite" },
|
86362
|
+
selectionSet: {
|
86363
|
+
kind: "SelectionSet",
|
86364
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86365
|
+
},
|
86366
|
+
},
|
86192
86367
|
{
|
86193
86368
|
kind: "Field",
|
86194
86369
|
name: { kind: "Name", value: "state" },
|
@@ -86263,6 +86438,23 @@ const IssueConnectionFragmentDoc = {
|
|
86263
86438
|
...PageInfoFragmentDoc.definitions,
|
86264
86439
|
],
|
86265
86440
|
};
|
86441
|
+
const IssueFilterSuggestionPayloadFragmentDoc = {
|
86442
|
+
kind: "Document",
|
86443
|
+
definitions: [
|
86444
|
+
{
|
86445
|
+
kind: "FragmentDefinition",
|
86446
|
+
name: { kind: "Name", value: "IssueFilterSuggestionPayload" },
|
86447
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } },
|
86448
|
+
selectionSet: {
|
86449
|
+
kind: "SelectionSet",
|
86450
|
+
selections: [
|
86451
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86452
|
+
{ kind: "Field", name: { kind: "Name", value: "filter" } },
|
86453
|
+
],
|
86454
|
+
},
|
86455
|
+
},
|
86456
|
+
],
|
86457
|
+
};
|
86266
86458
|
const IssueRelationHistoryPayloadFragmentDoc = {
|
86267
86459
|
kind: "Document",
|
86268
86460
|
definitions: [
|
@@ -86293,6 +86485,8 @@ const IssueImportFragmentDoc = {
|
|
86293
86485
|
selections: [
|
86294
86486
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86295
86487
|
{ kind: "Field", name: { kind: "Name", value: "progress" } },
|
86488
|
+
{ kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
|
86489
|
+
{ kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
|
86296
86490
|
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
86297
86491
|
{ kind: "Field", name: { kind: "Name", value: "mapping" } },
|
86298
86492
|
{ kind: "Field", name: { kind: "Name", value: "creatorId" } },
|
@@ -86538,6 +86732,23 @@ const IssueHistoryConnectionFragmentDoc = {
|
|
86538
86732
|
...PageInfoFragmentDoc.definitions,
|
86539
86733
|
],
|
86540
86734
|
};
|
86735
|
+
const IssueImportCheckPayloadFragmentDoc = {
|
86736
|
+
kind: "Document",
|
86737
|
+
definitions: [
|
86738
|
+
{
|
86739
|
+
kind: "FragmentDefinition",
|
86740
|
+
name: { kind: "Name", value: "IssueImportCheckPayload" },
|
86741
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportCheckPayload" } },
|
86742
|
+
selectionSet: {
|
86743
|
+
kind: "SelectionSet",
|
86744
|
+
selections: [
|
86745
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86746
|
+
{ kind: "Field", name: { kind: "Name", value: "success" } },
|
86747
|
+
],
|
86748
|
+
},
|
86749
|
+
},
|
86750
|
+
],
|
86751
|
+
};
|
86541
86752
|
const IssueImportDeletePayloadFragmentDoc = {
|
86542
86753
|
kind: "Document",
|
86543
86754
|
definitions: [
|
@@ -86840,6 +87051,209 @@ const IssueRelationPayloadFragmentDoc = {
|
|
86840
87051
|
},
|
86841
87052
|
],
|
86842
87053
|
};
|
87054
|
+
const IssueSearchResultFragmentDoc = {
|
87055
|
+
kind: "Document",
|
87056
|
+
definitions: [
|
87057
|
+
{
|
87058
|
+
kind: "FragmentDefinition",
|
87059
|
+
name: { kind: "Name", value: "IssueSearchResult" },
|
87060
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResult" } },
|
87061
|
+
selectionSet: {
|
87062
|
+
kind: "SelectionSet",
|
87063
|
+
selections: [
|
87064
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87065
|
+
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
87066
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
87067
|
+
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
87068
|
+
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
87069
|
+
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
87070
|
+
{ kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
|
87071
|
+
{ kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
|
87072
|
+
{ kind: "Field", name: { kind: "Name", value: "branchName" } },
|
87073
|
+
{
|
87074
|
+
kind: "Field",
|
87075
|
+
name: { kind: "Name", value: "cycle" },
|
87076
|
+
selectionSet: {
|
87077
|
+
kind: "SelectionSet",
|
87078
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87079
|
+
},
|
87080
|
+
},
|
87081
|
+
{ kind: "Field", name: { kind: "Name", value: "dueDate" } },
|
87082
|
+
{ kind: "Field", name: { kind: "Name", value: "estimate" } },
|
87083
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
87084
|
+
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
87085
|
+
{ kind: "Field", name: { kind: "Name", value: "number" } },
|
87086
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87087
|
+
{ kind: "Field", name: { kind: "Name", value: "boardOrder" } },
|
87088
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87089
|
+
{ kind: "Field", name: { kind: "Name", value: "subIssueSortOrder" } },
|
87090
|
+
{
|
87091
|
+
kind: "Field",
|
87092
|
+
name: { kind: "Name", value: "parent" },
|
87093
|
+
selectionSet: {
|
87094
|
+
kind: "SelectionSet",
|
87095
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87096
|
+
},
|
87097
|
+
},
|
87098
|
+
{ kind: "Field", name: { kind: "Name", value: "priority" } },
|
87099
|
+
{
|
87100
|
+
kind: "Field",
|
87101
|
+
name: { kind: "Name", value: "project" },
|
87102
|
+
selectionSet: {
|
87103
|
+
kind: "SelectionSet",
|
87104
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87105
|
+
},
|
87106
|
+
},
|
87107
|
+
{
|
87108
|
+
kind: "Field",
|
87109
|
+
name: { kind: "Name", value: "projectMilestone" },
|
87110
|
+
selectionSet: {
|
87111
|
+
kind: "SelectionSet",
|
87112
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87113
|
+
},
|
87114
|
+
},
|
87115
|
+
{
|
87116
|
+
kind: "Field",
|
87117
|
+
name: { kind: "Name", value: "team" },
|
87118
|
+
selectionSet: {
|
87119
|
+
kind: "SelectionSet",
|
87120
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87121
|
+
},
|
87122
|
+
},
|
87123
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87124
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87125
|
+
{ kind: "Field", name: { kind: "Name", value: "startedTriageAt" } },
|
87126
|
+
{ kind: "Field", name: { kind: "Name", value: "triagedAt" } },
|
87127
|
+
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
87128
|
+
{ kind: "Field", name: { kind: "Name", value: "autoClosedAt" } },
|
87129
|
+
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
87130
|
+
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
87131
|
+
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
87132
|
+
{ kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
|
87133
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87134
|
+
{
|
87135
|
+
kind: "Field",
|
87136
|
+
name: { kind: "Name", value: "assignee" },
|
87137
|
+
selectionSet: {
|
87138
|
+
kind: "SelectionSet",
|
87139
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87140
|
+
},
|
87141
|
+
},
|
87142
|
+
{
|
87143
|
+
kind: "Field",
|
87144
|
+
name: { kind: "Name", value: "creator" },
|
87145
|
+
selectionSet: {
|
87146
|
+
kind: "SelectionSet",
|
87147
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87148
|
+
},
|
87149
|
+
},
|
87150
|
+
{
|
87151
|
+
kind: "Field",
|
87152
|
+
name: { kind: "Name", value: "snoozedBy" },
|
87153
|
+
selectionSet: {
|
87154
|
+
kind: "SelectionSet",
|
87155
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87156
|
+
},
|
87157
|
+
},
|
87158
|
+
{
|
87159
|
+
kind: "Field",
|
87160
|
+
name: { kind: "Name", value: "favorite" },
|
87161
|
+
selectionSet: {
|
87162
|
+
kind: "SelectionSet",
|
87163
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87164
|
+
},
|
87165
|
+
},
|
87166
|
+
{
|
87167
|
+
kind: "Field",
|
87168
|
+
name: { kind: "Name", value: "state" },
|
87169
|
+
selectionSet: {
|
87170
|
+
kind: "SelectionSet",
|
87171
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87172
|
+
},
|
87173
|
+
},
|
87174
|
+
],
|
87175
|
+
},
|
87176
|
+
},
|
87177
|
+
],
|
87178
|
+
};
|
87179
|
+
const IssueSearchPayloadFragmentDoc = {
|
87180
|
+
kind: "Document",
|
87181
|
+
definitions: [
|
87182
|
+
{
|
87183
|
+
kind: "FragmentDefinition",
|
87184
|
+
name: { kind: "Name", value: "IssueSearchPayload" },
|
87185
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchPayload" } },
|
87186
|
+
selectionSet: {
|
87187
|
+
kind: "SelectionSet",
|
87188
|
+
selections: [
|
87189
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87190
|
+
{
|
87191
|
+
kind: "Field",
|
87192
|
+
name: { kind: "Name", value: "archivePayload" },
|
87193
|
+
selectionSet: {
|
87194
|
+
kind: "SelectionSet",
|
87195
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
|
87196
|
+
},
|
87197
|
+
},
|
87198
|
+
{ kind: "Field", name: { kind: "Name", value: "totalCount" } },
|
87199
|
+
{
|
87200
|
+
kind: "Field",
|
87201
|
+
name: { kind: "Name", value: "nodes" },
|
87202
|
+
selectionSet: {
|
87203
|
+
kind: "SelectionSet",
|
87204
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
|
87205
|
+
},
|
87206
|
+
},
|
87207
|
+
{
|
87208
|
+
kind: "Field",
|
87209
|
+
name: { kind: "Name", value: "pageInfo" },
|
87210
|
+
selectionSet: {
|
87211
|
+
kind: "SelectionSet",
|
87212
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
87213
|
+
},
|
87214
|
+
},
|
87215
|
+
],
|
87216
|
+
},
|
87217
|
+
},
|
87218
|
+
...ArchiveResponseFragmentDoc.definitions,
|
87219
|
+
...IssueSearchResultFragmentDoc.definitions,
|
87220
|
+
...PageInfoFragmentDoc.definitions,
|
87221
|
+
],
|
87222
|
+
};
|
87223
|
+
const IssueSearchResultConnectionFragmentDoc = {
|
87224
|
+
kind: "Document",
|
87225
|
+
definitions: [
|
87226
|
+
{
|
87227
|
+
kind: "FragmentDefinition",
|
87228
|
+
name: { kind: "Name", value: "IssueSearchResultConnection" },
|
87229
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResultConnection" } },
|
87230
|
+
selectionSet: {
|
87231
|
+
kind: "SelectionSet",
|
87232
|
+
selections: [
|
87233
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87234
|
+
{
|
87235
|
+
kind: "Field",
|
87236
|
+
name: { kind: "Name", value: "nodes" },
|
87237
|
+
selectionSet: {
|
87238
|
+
kind: "SelectionSet",
|
87239
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
|
87240
|
+
},
|
87241
|
+
},
|
87242
|
+
{
|
87243
|
+
kind: "Field",
|
87244
|
+
name: { kind: "Name", value: "pageInfo" },
|
87245
|
+
selectionSet: {
|
87246
|
+
kind: "SelectionSet",
|
87247
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
87248
|
+
},
|
87249
|
+
},
|
87250
|
+
],
|
87251
|
+
},
|
87252
|
+
},
|
87253
|
+
...IssueSearchResultFragmentDoc.definitions,
|
87254
|
+
...PageInfoFragmentDoc.definitions,
|
87255
|
+
],
|
87256
|
+
};
|
86843
87257
|
const LogoutResponseFragmentDoc = {
|
86844
87258
|
kind: "Document",
|
86845
87259
|
definitions: [
|
@@ -87510,13 +87924,13 @@ const OrganizationInviteConnectionFragmentDoc = {
|
|
87510
87924
|
...PageInfoFragmentDoc.definitions,
|
87511
87925
|
],
|
87512
87926
|
};
|
87513
|
-
const
|
87927
|
+
const OrganizationInviteFullDetailsPayloadFragmentDoc = {
|
87514
87928
|
kind: "Document",
|
87515
87929
|
definitions: [
|
87516
87930
|
{
|
87517
87931
|
kind: "FragmentDefinition",
|
87518
|
-
name: { kind: "Name", value: "
|
87519
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "
|
87932
|
+
name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" },
|
87933
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" } },
|
87520
87934
|
selectionSet: {
|
87521
87935
|
kind: "SelectionSet",
|
87522
87936
|
selections: [
|
@@ -87705,6 +88119,23 @@ const ProjectConnectionFragmentDoc = {
|
|
87705
88119
|
...PageInfoFragmentDoc.definitions,
|
87706
88120
|
],
|
87707
88121
|
};
|
88122
|
+
const ProjectFilterSuggestionPayloadFragmentDoc = {
|
88123
|
+
kind: "Document",
|
88124
|
+
definitions: [
|
88125
|
+
{
|
88126
|
+
kind: "FragmentDefinition",
|
88127
|
+
name: { kind: "Name", value: "ProjectFilterSuggestionPayload" },
|
88128
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } },
|
88129
|
+
selectionSet: {
|
88130
|
+
kind: "SelectionSet",
|
88131
|
+
selections: [
|
88132
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88133
|
+
{ kind: "Field", name: { kind: "Name", value: "filter" } },
|
88134
|
+
],
|
88135
|
+
},
|
88136
|
+
},
|
88137
|
+
],
|
88138
|
+
};
|
87708
88139
|
const ProjectLinkFragmentDoc = {
|
87709
88140
|
kind: "Document",
|
87710
88141
|
definitions: [
|
@@ -87921,6 +88352,161 @@ const ProjectPayloadFragmentDoc = {
|
|
87921
88352
|
},
|
87922
88353
|
],
|
87923
88354
|
};
|
88355
|
+
const ProjectSearchResultFragmentDoc = {
|
88356
|
+
kind: "Document",
|
88357
|
+
definitions: [
|
88358
|
+
{
|
88359
|
+
kind: "FragmentDefinition",
|
88360
|
+
name: { kind: "Name", value: "ProjectSearchResult" },
|
88361
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResult" } },
|
88362
|
+
selectionSet: {
|
88363
|
+
kind: "SelectionSet",
|
88364
|
+
selections: [
|
88365
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88366
|
+
{ kind: "Field", name: { kind: "Name", value: "metadata" } },
|
88367
|
+
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88368
|
+
{
|
88369
|
+
kind: "Field",
|
88370
|
+
name: { kind: "Name", value: "integrationsSettings" },
|
88371
|
+
selectionSet: {
|
88372
|
+
kind: "SelectionSet",
|
88373
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88374
|
+
},
|
88375
|
+
},
|
88376
|
+
{ kind: "Field", name: { kind: "Name", value: "targetDate" } },
|
88377
|
+
{ kind: "Field", name: { kind: "Name", value: "icon" } },
|
88378
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88379
|
+
{ kind: "Field", name: { kind: "Name", value: "completedScopeHistory" } },
|
88380
|
+
{ kind: "Field", name: { kind: "Name", value: "completedIssueCountHistory" } },
|
88381
|
+
{ kind: "Field", name: { kind: "Name", value: "inProgressScopeHistory" } },
|
88382
|
+
{ kind: "Field", name: { kind: "Name", value: "progress" } },
|
88383
|
+
{ kind: "Field", name: { kind: "Name", value: "scope" } },
|
88384
|
+
{
|
88385
|
+
kind: "Field",
|
88386
|
+
name: { kind: "Name", value: "lead" },
|
88387
|
+
selectionSet: {
|
88388
|
+
kind: "SelectionSet",
|
88389
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88390
|
+
},
|
88391
|
+
},
|
88392
|
+
{
|
88393
|
+
kind: "Field",
|
88394
|
+
name: { kind: "Name", value: "convertedFromIssue" },
|
88395
|
+
selectionSet: {
|
88396
|
+
kind: "SelectionSet",
|
88397
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88398
|
+
},
|
88399
|
+
},
|
88400
|
+
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
88401
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
88402
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
88403
|
+
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
88404
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
88405
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
88406
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
88407
|
+
{ kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
|
88408
|
+
{ kind: "Field", name: { kind: "Name", value: "canceledAt" } },
|
88409
|
+
{ kind: "Field", name: { kind: "Name", value: "completedAt" } },
|
88410
|
+
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
88411
|
+
{ kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersPausedUntilAt" } },
|
88412
|
+
{ kind: "Field", name: { kind: "Name", value: "scopeHistory" } },
|
88413
|
+
{ kind: "Field", name: { kind: "Name", value: "issueCountHistory" } },
|
88414
|
+
{ kind: "Field", name: { kind: "Name", value: "state" } },
|
88415
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
88416
|
+
{
|
88417
|
+
kind: "Field",
|
88418
|
+
name: { kind: "Name", value: "creator" },
|
88419
|
+
selectionSet: {
|
88420
|
+
kind: "SelectionSet",
|
88421
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88422
|
+
},
|
88423
|
+
},
|
88424
|
+
{ kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
|
88425
|
+
{ kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
|
88426
|
+
{ kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
|
88427
|
+
],
|
88428
|
+
},
|
88429
|
+
},
|
88430
|
+
],
|
88431
|
+
};
|
88432
|
+
const ProjectSearchPayloadFragmentDoc = {
|
88433
|
+
kind: "Document",
|
88434
|
+
definitions: [
|
88435
|
+
{
|
88436
|
+
kind: "FragmentDefinition",
|
88437
|
+
name: { kind: "Name", value: "ProjectSearchPayload" },
|
88438
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchPayload" } },
|
88439
|
+
selectionSet: {
|
88440
|
+
kind: "SelectionSet",
|
88441
|
+
selections: [
|
88442
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88443
|
+
{
|
88444
|
+
kind: "Field",
|
88445
|
+
name: { kind: "Name", value: "archivePayload" },
|
88446
|
+
selectionSet: {
|
88447
|
+
kind: "SelectionSet",
|
88448
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
|
88449
|
+
},
|
88450
|
+
},
|
88451
|
+
{ kind: "Field", name: { kind: "Name", value: "totalCount" } },
|
88452
|
+
{
|
88453
|
+
kind: "Field",
|
88454
|
+
name: { kind: "Name", value: "nodes" },
|
88455
|
+
selectionSet: {
|
88456
|
+
kind: "SelectionSet",
|
88457
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
|
88458
|
+
},
|
88459
|
+
},
|
88460
|
+
{
|
88461
|
+
kind: "Field",
|
88462
|
+
name: { kind: "Name", value: "pageInfo" },
|
88463
|
+
selectionSet: {
|
88464
|
+
kind: "SelectionSet",
|
88465
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
88466
|
+
},
|
88467
|
+
},
|
88468
|
+
],
|
88469
|
+
},
|
88470
|
+
},
|
88471
|
+
...ArchiveResponseFragmentDoc.definitions,
|
88472
|
+
...ProjectSearchResultFragmentDoc.definitions,
|
88473
|
+
...PageInfoFragmentDoc.definitions,
|
88474
|
+
],
|
88475
|
+
};
|
88476
|
+
const ProjectSearchResultConnectionFragmentDoc = {
|
88477
|
+
kind: "Document",
|
88478
|
+
definitions: [
|
88479
|
+
{
|
88480
|
+
kind: "FragmentDefinition",
|
88481
|
+
name: { kind: "Name", value: "ProjectSearchResultConnection" },
|
88482
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResultConnection" } },
|
88483
|
+
selectionSet: {
|
88484
|
+
kind: "SelectionSet",
|
88485
|
+
selections: [
|
88486
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88487
|
+
{
|
88488
|
+
kind: "Field",
|
88489
|
+
name: { kind: "Name", value: "nodes" },
|
88490
|
+
selectionSet: {
|
88491
|
+
kind: "SelectionSet",
|
88492
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
|
88493
|
+
},
|
88494
|
+
},
|
88495
|
+
{
|
88496
|
+
kind: "Field",
|
88497
|
+
name: { kind: "Name", value: "pageInfo" },
|
88498
|
+
selectionSet: {
|
88499
|
+
kind: "SelectionSet",
|
88500
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
88501
|
+
},
|
88502
|
+
},
|
88503
|
+
],
|
88504
|
+
},
|
88505
|
+
},
|
88506
|
+
...ProjectSearchResultFragmentDoc.definitions,
|
88507
|
+
...PageInfoFragmentDoc.definitions,
|
88508
|
+
],
|
88509
|
+
};
|
87924
88510
|
const ProjectUpdateFragmentDoc = {
|
87925
88511
|
kind: "Document",
|
87926
88512
|
definitions: [
|
@@ -91381,6 +91967,74 @@ const ImageUploadFromUrlDocument = {
|
|
91381
91967
|
...ImageUploadFromUrlPayloadFragmentDoc.definitions,
|
91382
91968
|
],
|
91383
91969
|
};
|
91970
|
+
const ImportFileUploadDocument = {
|
91971
|
+
kind: "Document",
|
91972
|
+
definitions: [
|
91973
|
+
{
|
91974
|
+
kind: "OperationDefinition",
|
91975
|
+
operation: "mutation",
|
91976
|
+
name: { kind: "Name", value: "importFileUpload" },
|
91977
|
+
variableDefinitions: [
|
91978
|
+
{
|
91979
|
+
kind: "VariableDefinition",
|
91980
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
|
91981
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91982
|
+
},
|
91983
|
+
{
|
91984
|
+
kind: "VariableDefinition",
|
91985
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filename" } },
|
91986
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
91987
|
+
},
|
91988
|
+
{
|
91989
|
+
kind: "VariableDefinition",
|
91990
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
|
91991
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "JSON" } },
|
91992
|
+
},
|
91993
|
+
{
|
91994
|
+
kind: "VariableDefinition",
|
91995
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "size" } },
|
91996
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
|
91997
|
+
},
|
91998
|
+
],
|
91999
|
+
selectionSet: {
|
92000
|
+
kind: "SelectionSet",
|
92001
|
+
selections: [
|
92002
|
+
{
|
92003
|
+
kind: "Field",
|
92004
|
+
name: { kind: "Name", value: "importFileUpload" },
|
92005
|
+
arguments: [
|
92006
|
+
{
|
92007
|
+
kind: "Argument",
|
92008
|
+
name: { kind: "Name", value: "contentType" },
|
92009
|
+
value: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
|
92010
|
+
},
|
92011
|
+
{
|
92012
|
+
kind: "Argument",
|
92013
|
+
name: { kind: "Name", value: "filename" },
|
92014
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filename" } },
|
92015
|
+
},
|
92016
|
+
{
|
92017
|
+
kind: "Argument",
|
92018
|
+
name: { kind: "Name", value: "metaData" },
|
92019
|
+
value: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
|
92020
|
+
},
|
92021
|
+
{
|
92022
|
+
kind: "Argument",
|
92023
|
+
name: { kind: "Name", value: "size" },
|
92024
|
+
value: { kind: "Variable", name: { kind: "Name", value: "size" } },
|
92025
|
+
},
|
92026
|
+
],
|
92027
|
+
selectionSet: {
|
92028
|
+
kind: "SelectionSet",
|
92029
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UploadPayload" } }],
|
92030
|
+
},
|
92031
|
+
},
|
92032
|
+
],
|
92033
|
+
},
|
92034
|
+
},
|
92035
|
+
...UploadPayloadFragmentDoc.definitions,
|
92036
|
+
],
|
92037
|
+
};
|
91384
92038
|
const DeleteIntegrationDocument = {
|
91385
92039
|
kind: "Document",
|
91386
92040
|
definitions: [
|
@@ -92868,38 +93522,33 @@ const IssueImportCreateAsanaDocument = {
|
|
92868
93522
|
...IssueImportPayloadFragmentDoc.definitions,
|
92869
93523
|
],
|
92870
93524
|
};
|
92871
|
-
const
|
93525
|
+
const IssueImportCreateCsvJiraDocument = {
|
92872
93526
|
kind: "Document",
|
92873
93527
|
definitions: [
|
92874
93528
|
{
|
92875
93529
|
kind: "OperationDefinition",
|
92876
93530
|
operation: "mutation",
|
92877
|
-
name: { kind: "Name", value: "
|
93531
|
+
name: { kind: "Name", value: "issueImportCreateCSVJira" },
|
92878
93532
|
variableDefinitions: [
|
92879
93533
|
{
|
92880
93534
|
kind: "VariableDefinition",
|
92881
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
93535
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
|
92882
93536
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92883
93537
|
},
|
92884
93538
|
{
|
92885
93539
|
kind: "VariableDefinition",
|
92886
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
92887
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92888
|
-
},
|
92889
|
-
{
|
92890
|
-
kind: "VariableDefinition",
|
92891
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
93540
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
|
92892
93541
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
92893
93542
|
},
|
92894
93543
|
{
|
92895
93544
|
kind: "VariableDefinition",
|
92896
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
92897
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
93545
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
|
93546
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
92898
93547
|
},
|
92899
93548
|
{
|
92900
93549
|
kind: "VariableDefinition",
|
92901
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
92902
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
93550
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
|
93551
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
92903
93552
|
},
|
92904
93553
|
{
|
92905
93554
|
kind: "VariableDefinition",
|
@@ -92922,32 +93571,27 @@ const IssueImportCreateClubhouseDocument = {
|
|
92922
93571
|
selections: [
|
92923
93572
|
{
|
92924
93573
|
kind: "Field",
|
92925
|
-
name: { kind: "Name", value: "
|
93574
|
+
name: { kind: "Name", value: "issueImportCreateCSVJira" },
|
92926
93575
|
arguments: [
|
92927
93576
|
{
|
92928
93577
|
kind: "Argument",
|
92929
|
-
name: { kind: "Name", value: "
|
92930
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
93578
|
+
name: { kind: "Name", value: "csvUrl" },
|
93579
|
+
value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
|
92931
93580
|
},
|
92932
93581
|
{
|
92933
93582
|
kind: "Argument",
|
92934
|
-
name: { kind: "Name", value: "
|
92935
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
92936
|
-
},
|
92937
|
-
{
|
92938
|
-
kind: "Argument",
|
92939
|
-
name: { kind: "Name", value: "id" },
|
92940
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
93583
|
+
name: { kind: "Name", value: "jiraEmail" },
|
93584
|
+
value: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
|
92941
93585
|
},
|
92942
93586
|
{
|
92943
93587
|
kind: "Argument",
|
92944
|
-
name: { kind: "Name", value: "
|
92945
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
93588
|
+
name: { kind: "Name", value: "jiraHostname" },
|
93589
|
+
value: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
|
92946
93590
|
},
|
92947
93591
|
{
|
92948
93592
|
kind: "Argument",
|
92949
|
-
name: { kind: "Name", value: "
|
92950
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
93593
|
+
name: { kind: "Name", value: "jiraToken" },
|
93594
|
+
value: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
|
92951
93595
|
},
|
92952
93596
|
{
|
92953
93597
|
kind: "Argument",
|
@@ -92976,32 +93620,140 @@ const IssueImportCreateClubhouseDocument = {
|
|
92976
93620
|
...IssueImportPayloadFragmentDoc.definitions,
|
92977
93621
|
],
|
92978
93622
|
};
|
92979
|
-
const
|
93623
|
+
const IssueImportCreateClubhouseDocument = {
|
92980
93624
|
kind: "Document",
|
92981
93625
|
definitions: [
|
92982
93626
|
{
|
92983
93627
|
kind: "OperationDefinition",
|
92984
93628
|
operation: "mutation",
|
92985
|
-
name: { kind: "Name", value: "
|
93629
|
+
name: { kind: "Name", value: "issueImportCreateClubhouse" },
|
92986
93630
|
variableDefinitions: [
|
92987
93631
|
{
|
92988
93632
|
kind: "VariableDefinition",
|
92989
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
92990
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92991
|
-
},
|
92992
|
-
{
|
92993
|
-
kind: "VariableDefinition",
|
92994
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
|
93633
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
|
92995
93634
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92996
93635
|
},
|
92997
93636
|
{
|
92998
93637
|
kind: "VariableDefinition",
|
92999
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
93000
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
93001
|
-
},
|
93002
|
-
{
|
93003
|
-
kind: "VariableDefinition",
|
93004
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
93638
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
|
93639
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93640
|
+
},
|
93641
|
+
{
|
93642
|
+
kind: "VariableDefinition",
|
93643
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
93644
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
93645
|
+
},
|
93646
|
+
{
|
93647
|
+
kind: "VariableDefinition",
|
93648
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
|
93649
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
93650
|
+
},
|
93651
|
+
{
|
93652
|
+
kind: "VariableDefinition",
|
93653
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
|
93654
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
93655
|
+
},
|
93656
|
+
{
|
93657
|
+
kind: "VariableDefinition",
|
93658
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
|
93659
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
93660
|
+
},
|
93661
|
+
{
|
93662
|
+
kind: "VariableDefinition",
|
93663
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
93664
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
93665
|
+
},
|
93666
|
+
{
|
93667
|
+
kind: "VariableDefinition",
|
93668
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
|
93669
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
93670
|
+
},
|
93671
|
+
],
|
93672
|
+
selectionSet: {
|
93673
|
+
kind: "SelectionSet",
|
93674
|
+
selections: [
|
93675
|
+
{
|
93676
|
+
kind: "Field",
|
93677
|
+
name: { kind: "Name", value: "issueImportCreateClubhouse" },
|
93678
|
+
arguments: [
|
93679
|
+
{
|
93680
|
+
kind: "Argument",
|
93681
|
+
name: { kind: "Name", value: "clubhouseGroupName" },
|
93682
|
+
value: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
|
93683
|
+
},
|
93684
|
+
{
|
93685
|
+
kind: "Argument",
|
93686
|
+
name: { kind: "Name", value: "clubhouseToken" },
|
93687
|
+
value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
|
93688
|
+
},
|
93689
|
+
{
|
93690
|
+
kind: "Argument",
|
93691
|
+
name: { kind: "Name", value: "id" },
|
93692
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
93693
|
+
},
|
93694
|
+
{
|
93695
|
+
kind: "Argument",
|
93696
|
+
name: { kind: "Name", value: "includeClosedIssues" },
|
93697
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
|
93698
|
+
},
|
93699
|
+
{
|
93700
|
+
kind: "Argument",
|
93701
|
+
name: { kind: "Name", value: "instantProcess" },
|
93702
|
+
value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
|
93703
|
+
},
|
93704
|
+
{
|
93705
|
+
kind: "Argument",
|
93706
|
+
name: { kind: "Name", value: "organizationId" },
|
93707
|
+
value: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
|
93708
|
+
},
|
93709
|
+
{
|
93710
|
+
kind: "Argument",
|
93711
|
+
name: { kind: "Name", value: "teamId" },
|
93712
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
|
93713
|
+
},
|
93714
|
+
{
|
93715
|
+
kind: "Argument",
|
93716
|
+
name: { kind: "Name", value: "teamName" },
|
93717
|
+
value: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
|
93718
|
+
},
|
93719
|
+
],
|
93720
|
+
selectionSet: {
|
93721
|
+
kind: "SelectionSet",
|
93722
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportPayload" } }],
|
93723
|
+
},
|
93724
|
+
},
|
93725
|
+
],
|
93726
|
+
},
|
93727
|
+
},
|
93728
|
+
...IssueImportPayloadFragmentDoc.definitions,
|
93729
|
+
],
|
93730
|
+
};
|
93731
|
+
const IssueImportCreateGithubDocument = {
|
93732
|
+
kind: "Document",
|
93733
|
+
definitions: [
|
93734
|
+
{
|
93735
|
+
kind: "OperationDefinition",
|
93736
|
+
operation: "mutation",
|
93737
|
+
name: { kind: "Name", value: "issueImportCreateGithub" },
|
93738
|
+
variableDefinitions: [
|
93739
|
+
{
|
93740
|
+
kind: "VariableDefinition",
|
93741
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
|
93742
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93743
|
+
},
|
93744
|
+
{
|
93745
|
+
kind: "VariableDefinition",
|
93746
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
|
93747
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93748
|
+
},
|
93749
|
+
{
|
93750
|
+
kind: "VariableDefinition",
|
93751
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
|
93752
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
93753
|
+
},
|
93754
|
+
{
|
93755
|
+
kind: "VariableDefinition",
|
93756
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
|
93005
93757
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
93006
93758
|
},
|
93007
93759
|
{
|
@@ -96554,6 +97306,44 @@ const UserGoogleCalendarConnectDocument = {
|
|
96554
97306
|
...UserPayloadFragmentDoc.definitions,
|
96555
97307
|
],
|
96556
97308
|
};
|
97309
|
+
const UserJiraConnectDocument = {
|
97310
|
+
kind: "Document",
|
97311
|
+
definitions: [
|
97312
|
+
{
|
97313
|
+
kind: "OperationDefinition",
|
97314
|
+
operation: "mutation",
|
97315
|
+
name: { kind: "Name", value: "userJiraConnect" },
|
97316
|
+
variableDefinitions: [
|
97317
|
+
{
|
97318
|
+
kind: "VariableDefinition",
|
97319
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
97320
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
97321
|
+
},
|
97322
|
+
],
|
97323
|
+
selectionSet: {
|
97324
|
+
kind: "SelectionSet",
|
97325
|
+
selections: [
|
97326
|
+
{
|
97327
|
+
kind: "Field",
|
97328
|
+
name: { kind: "Name", value: "userJiraConnect" },
|
97329
|
+
arguments: [
|
97330
|
+
{
|
97331
|
+
kind: "Argument",
|
97332
|
+
name: { kind: "Name", value: "code" },
|
97333
|
+
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
97334
|
+
},
|
97335
|
+
],
|
97336
|
+
selectionSet: {
|
97337
|
+
kind: "SelectionSet",
|
97338
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
|
97339
|
+
},
|
97340
|
+
},
|
97341
|
+
],
|
97342
|
+
},
|
97343
|
+
},
|
97344
|
+
...UserPayloadFragmentDoc.definitions,
|
97345
|
+
],
|
97346
|
+
};
|
96557
97347
|
const UserPromoteAdminDocument = {
|
96558
97348
|
kind: "Document",
|
96559
97349
|
definitions: [
|
@@ -97330,6 +98120,11 @@ const ProjectMilestonesDocument = {
|
|
97330
98120
|
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
97331
98121
|
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
97332
98122
|
},
|
98123
|
+
{
|
98124
|
+
kind: "VariableDefinition",
|
98125
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
98126
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
|
98127
|
+
},
|
97333
98128
|
{
|
97334
98129
|
kind: "VariableDefinition",
|
97335
98130
|
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
@@ -97368,6 +98163,11 @@ const ProjectMilestonesDocument = {
|
|
97368
98163
|
name: { kind: "Name", value: "before" },
|
97369
98164
|
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
97370
98165
|
},
|
98166
|
+
{
|
98167
|
+
kind: "Argument",
|
98168
|
+
name: { kind: "Name", value: "filter" },
|
98169
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
98170
|
+
},
|
97371
98171
|
{
|
97372
98172
|
kind: "Argument",
|
97373
98173
|
name: { kind: "Name", value: "first" },
|
@@ -100055,13 +100855,13 @@ const EmojisDocument = {
|
|
100055
100855
|
...EmojiConnectionFragmentDoc.definitions,
|
100056
100856
|
],
|
100057
100857
|
};
|
100058
|
-
const
|
100858
|
+
const FavoriteDocument = {
|
100059
100859
|
kind: "Document",
|
100060
100860
|
definitions: [
|
100061
100861
|
{
|
100062
100862
|
kind: "OperationDefinition",
|
100063
100863
|
operation: "query",
|
100064
|
-
name: { kind: "Name", value: "
|
100864
|
+
name: { kind: "Name", value: "favorite" },
|
100065
100865
|
variableDefinitions: [
|
100066
100866
|
{
|
100067
100867
|
kind: "VariableDefinition",
|
@@ -100074,7 +100874,75 @@ const ExternalUserDocument = {
|
|
100074
100874
|
selections: [
|
100075
100875
|
{
|
100076
100876
|
kind: "Field",
|
100077
|
-
name: { kind: "Name", value: "
|
100877
|
+
name: { kind: "Name", value: "favorite" },
|
100878
|
+
arguments: [
|
100879
|
+
{
|
100880
|
+
kind: "Argument",
|
100881
|
+
name: { kind: "Name", value: "id" },
|
100882
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
100883
|
+
},
|
100884
|
+
],
|
100885
|
+
selectionSet: {
|
100886
|
+
kind: "SelectionSet",
|
100887
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Favorite" } }],
|
100888
|
+
},
|
100889
|
+
},
|
100890
|
+
],
|
100891
|
+
},
|
100892
|
+
},
|
100893
|
+
...FavoriteFragmentDoc.definitions,
|
100894
|
+
],
|
100895
|
+
};
|
100896
|
+
const Favorite_ChildrenDocument = {
|
100897
|
+
kind: "Document",
|
100898
|
+
definitions: [
|
100899
|
+
{
|
100900
|
+
kind: "OperationDefinition",
|
100901
|
+
operation: "query",
|
100902
|
+
name: { kind: "Name", value: "favorite_children" },
|
100903
|
+
variableDefinitions: [
|
100904
|
+
{
|
100905
|
+
kind: "VariableDefinition",
|
100906
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
100907
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
100908
|
+
},
|
100909
|
+
{
|
100910
|
+
kind: "VariableDefinition",
|
100911
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
100912
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
100913
|
+
},
|
100914
|
+
{
|
100915
|
+
kind: "VariableDefinition",
|
100916
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
100917
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
100918
|
+
},
|
100919
|
+
{
|
100920
|
+
kind: "VariableDefinition",
|
100921
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
100922
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
100923
|
+
},
|
100924
|
+
{
|
100925
|
+
kind: "VariableDefinition",
|
100926
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
100927
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
100928
|
+
},
|
100929
|
+
{
|
100930
|
+
kind: "VariableDefinition",
|
100931
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
100932
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
100933
|
+
},
|
100934
|
+
{
|
100935
|
+
kind: "VariableDefinition",
|
100936
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
100937
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
100938
|
+
},
|
100939
|
+
],
|
100940
|
+
selectionSet: {
|
100941
|
+
kind: "SelectionSet",
|
100942
|
+
selections: [
|
100943
|
+
{
|
100944
|
+
kind: "Field",
|
100945
|
+
name: { kind: "Name", value: "favorite" },
|
100078
100946
|
arguments: [
|
100079
100947
|
{
|
100080
100948
|
kind: "Argument",
|
@@ -100085,310 +100953,62 @@ const ExternalUserDocument = {
|
|
100085
100953
|
selectionSet: {
|
100086
100954
|
kind: "SelectionSet",
|
100087
100955
|
selections: [
|
100088
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
100089
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
100090
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
100091
|
-
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
100092
|
-
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
100093
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
100094
|
-
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
100095
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
100096
100956
|
{
|
100097
100957
|
kind: "Field",
|
100098
|
-
name: { kind: "Name", value: "
|
100958
|
+
name: { kind: "Name", value: "children" },
|
100959
|
+
arguments: [
|
100960
|
+
{
|
100961
|
+
kind: "Argument",
|
100962
|
+
name: { kind: "Name", value: "after" },
|
100963
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
100964
|
+
},
|
100965
|
+
{
|
100966
|
+
kind: "Argument",
|
100967
|
+
name: { kind: "Name", value: "before" },
|
100968
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
100969
|
+
},
|
100970
|
+
{
|
100971
|
+
kind: "Argument",
|
100972
|
+
name: { kind: "Name", value: "first" },
|
100973
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
100974
|
+
},
|
100975
|
+
{
|
100976
|
+
kind: "Argument",
|
100977
|
+
name: { kind: "Name", value: "includeArchived" },
|
100978
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
100979
|
+
},
|
100980
|
+
{
|
100981
|
+
kind: "Argument",
|
100982
|
+
name: { kind: "Name", value: "last" },
|
100983
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
100984
|
+
},
|
100985
|
+
{
|
100986
|
+
kind: "Argument",
|
100987
|
+
name: { kind: "Name", value: "orderBy" },
|
100988
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
100989
|
+
},
|
100990
|
+
],
|
100099
100991
|
selectionSet: {
|
100100
100992
|
kind: "SelectionSet",
|
100101
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
100993
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FavoriteConnection" } }],
|
100102
100994
|
},
|
100103
100995
|
},
|
100104
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
100105
100996
|
],
|
100106
100997
|
},
|
100107
100998
|
},
|
100108
100999
|
],
|
100109
101000
|
},
|
100110
101001
|
},
|
100111
|
-
...
|
101002
|
+
...FavoriteConnectionFragmentDoc.definitions,
|
100112
101003
|
],
|
100113
101004
|
};
|
100114
|
-
const
|
101005
|
+
const FavoritesDocument = {
|
100115
101006
|
kind: "Document",
|
100116
101007
|
definitions: [
|
100117
101008
|
{
|
100118
101009
|
kind: "OperationDefinition",
|
100119
101010
|
operation: "query",
|
100120
|
-
name: { kind: "Name", value: "
|
100121
|
-
variableDefinitions: [
|
100122
|
-
{
|
100123
|
-
kind: "VariableDefinition",
|
100124
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
100125
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
100126
|
-
},
|
100127
|
-
{
|
100128
|
-
kind: "VariableDefinition",
|
100129
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
100130
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
100131
|
-
},
|
100132
|
-
{
|
100133
|
-
kind: "VariableDefinition",
|
100134
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
100135
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
100136
|
-
},
|
100137
|
-
{
|
100138
|
-
kind: "VariableDefinition",
|
100139
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
100140
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
100141
|
-
},
|
100142
|
-
{
|
100143
|
-
kind: "VariableDefinition",
|
100144
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
100145
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
100146
|
-
},
|
100147
|
-
{
|
100148
|
-
kind: "VariableDefinition",
|
100149
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
100150
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
100151
|
-
},
|
100152
|
-
],
|
100153
|
-
selectionSet: {
|
100154
|
-
kind: "SelectionSet",
|
100155
|
-
selections: [
|
100156
|
-
{
|
100157
|
-
kind: "Field",
|
100158
|
-
name: { kind: "Name", value: "externalUsers" },
|
100159
|
-
arguments: [
|
100160
|
-
{
|
100161
|
-
kind: "Argument",
|
100162
|
-
name: { kind: "Name", value: "after" },
|
100163
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
100164
|
-
},
|
100165
|
-
{
|
100166
|
-
kind: "Argument",
|
100167
|
-
name: { kind: "Name", value: "before" },
|
100168
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
100169
|
-
},
|
100170
|
-
{
|
100171
|
-
kind: "Argument",
|
100172
|
-
name: { kind: "Name", value: "first" },
|
100173
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
100174
|
-
},
|
100175
|
-
{
|
100176
|
-
kind: "Argument",
|
100177
|
-
name: { kind: "Name", value: "includeArchived" },
|
100178
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
100179
|
-
},
|
100180
|
-
{
|
100181
|
-
kind: "Argument",
|
100182
|
-
name: { kind: "Name", value: "last" },
|
100183
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
100184
|
-
},
|
100185
|
-
{
|
100186
|
-
kind: "Argument",
|
100187
|
-
name: { kind: "Name", value: "orderBy" },
|
100188
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
100189
|
-
},
|
100190
|
-
],
|
100191
|
-
selectionSet: {
|
100192
|
-
kind: "SelectionSet",
|
100193
|
-
selections: [
|
100194
|
-
{
|
100195
|
-
kind: "Field",
|
100196
|
-
name: { kind: "Name", value: "nodes" },
|
100197
|
-
selectionSet: {
|
100198
|
-
kind: "SelectionSet",
|
100199
|
-
selections: [
|
100200
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
100201
|
-
{ kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
|
100202
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
100203
|
-
{ kind: "Field", name: { kind: "Name", value: "displayName" } },
|
100204
|
-
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
100205
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
100206
|
-
{ kind: "Field", name: { kind: "Name", value: "lastSeen" } },
|
100207
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
100208
|
-
{
|
100209
|
-
kind: "Field",
|
100210
|
-
name: { kind: "Name", value: "organization" },
|
100211
|
-
selectionSet: {
|
100212
|
-
kind: "SelectionSet",
|
100213
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
|
100214
|
-
},
|
100215
|
-
},
|
100216
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
100217
|
-
],
|
100218
|
-
},
|
100219
|
-
},
|
100220
|
-
{
|
100221
|
-
kind: "Field",
|
100222
|
-
name: { kind: "Name", value: "pageInfo" },
|
100223
|
-
selectionSet: {
|
100224
|
-
kind: "SelectionSet",
|
100225
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
100226
|
-
},
|
100227
|
-
},
|
100228
|
-
],
|
100229
|
-
},
|
100230
|
-
},
|
100231
|
-
],
|
100232
|
-
},
|
100233
|
-
},
|
100234
|
-
...OrganizationFragmentDoc.definitions,
|
100235
|
-
...PageInfoFragmentDoc.definitions,
|
100236
|
-
],
|
100237
|
-
};
|
100238
|
-
const FavoriteDocument = {
|
100239
|
-
kind: "Document",
|
100240
|
-
definitions: [
|
100241
|
-
{
|
100242
|
-
kind: "OperationDefinition",
|
100243
|
-
operation: "query",
|
100244
|
-
name: { kind: "Name", value: "favorite" },
|
100245
|
-
variableDefinitions: [
|
100246
|
-
{
|
100247
|
-
kind: "VariableDefinition",
|
100248
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
100249
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
100250
|
-
},
|
100251
|
-
],
|
100252
|
-
selectionSet: {
|
100253
|
-
kind: "SelectionSet",
|
100254
|
-
selections: [
|
100255
|
-
{
|
100256
|
-
kind: "Field",
|
100257
|
-
name: { kind: "Name", value: "favorite" },
|
100258
|
-
arguments: [
|
100259
|
-
{
|
100260
|
-
kind: "Argument",
|
100261
|
-
name: { kind: "Name", value: "id" },
|
100262
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
100263
|
-
},
|
100264
|
-
],
|
100265
|
-
selectionSet: {
|
100266
|
-
kind: "SelectionSet",
|
100267
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Favorite" } }],
|
100268
|
-
},
|
100269
|
-
},
|
100270
|
-
],
|
100271
|
-
},
|
100272
|
-
},
|
100273
|
-
...FavoriteFragmentDoc.definitions,
|
100274
|
-
],
|
100275
|
-
};
|
100276
|
-
const Favorite_ChildrenDocument = {
|
100277
|
-
kind: "Document",
|
100278
|
-
definitions: [
|
100279
|
-
{
|
100280
|
-
kind: "OperationDefinition",
|
100281
|
-
operation: "query",
|
100282
|
-
name: { kind: "Name", value: "favorite_children" },
|
100283
|
-
variableDefinitions: [
|
100284
|
-
{
|
100285
|
-
kind: "VariableDefinition",
|
100286
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
100287
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
100288
|
-
},
|
100289
|
-
{
|
100290
|
-
kind: "VariableDefinition",
|
100291
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
100292
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
100293
|
-
},
|
100294
|
-
{
|
100295
|
-
kind: "VariableDefinition",
|
100296
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
100297
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
100298
|
-
},
|
100299
|
-
{
|
100300
|
-
kind: "VariableDefinition",
|
100301
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
100302
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
100303
|
-
},
|
100304
|
-
{
|
100305
|
-
kind: "VariableDefinition",
|
100306
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
100307
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
100308
|
-
},
|
100309
|
-
{
|
100310
|
-
kind: "VariableDefinition",
|
100311
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
100312
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
100313
|
-
},
|
100314
|
-
{
|
100315
|
-
kind: "VariableDefinition",
|
100316
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
100317
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
100318
|
-
},
|
100319
|
-
],
|
100320
|
-
selectionSet: {
|
100321
|
-
kind: "SelectionSet",
|
100322
|
-
selections: [
|
100323
|
-
{
|
100324
|
-
kind: "Field",
|
100325
|
-
name: { kind: "Name", value: "favorite" },
|
100326
|
-
arguments: [
|
100327
|
-
{
|
100328
|
-
kind: "Argument",
|
100329
|
-
name: { kind: "Name", value: "id" },
|
100330
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
100331
|
-
},
|
100332
|
-
],
|
100333
|
-
selectionSet: {
|
100334
|
-
kind: "SelectionSet",
|
100335
|
-
selections: [
|
100336
|
-
{
|
100337
|
-
kind: "Field",
|
100338
|
-
name: { kind: "Name", value: "children" },
|
100339
|
-
arguments: [
|
100340
|
-
{
|
100341
|
-
kind: "Argument",
|
100342
|
-
name: { kind: "Name", value: "after" },
|
100343
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
100344
|
-
},
|
100345
|
-
{
|
100346
|
-
kind: "Argument",
|
100347
|
-
name: { kind: "Name", value: "before" },
|
100348
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
100349
|
-
},
|
100350
|
-
{
|
100351
|
-
kind: "Argument",
|
100352
|
-
name: { kind: "Name", value: "first" },
|
100353
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
100354
|
-
},
|
100355
|
-
{
|
100356
|
-
kind: "Argument",
|
100357
|
-
name: { kind: "Name", value: "includeArchived" },
|
100358
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
100359
|
-
},
|
100360
|
-
{
|
100361
|
-
kind: "Argument",
|
100362
|
-
name: { kind: "Name", value: "last" },
|
100363
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
100364
|
-
},
|
100365
|
-
{
|
100366
|
-
kind: "Argument",
|
100367
|
-
name: { kind: "Name", value: "orderBy" },
|
100368
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
100369
|
-
},
|
100370
|
-
],
|
100371
|
-
selectionSet: {
|
100372
|
-
kind: "SelectionSet",
|
100373
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FavoriteConnection" } }],
|
100374
|
-
},
|
100375
|
-
},
|
100376
|
-
],
|
100377
|
-
},
|
100378
|
-
},
|
100379
|
-
],
|
100380
|
-
},
|
100381
|
-
},
|
100382
|
-
...FavoriteConnectionFragmentDoc.definitions,
|
100383
|
-
],
|
100384
|
-
};
|
100385
|
-
const FavoritesDocument = {
|
100386
|
-
kind: "Document",
|
100387
|
-
definitions: [
|
100388
|
-
{
|
100389
|
-
kind: "OperationDefinition",
|
100390
|
-
operation: "query",
|
100391
|
-
name: { kind: "Name", value: "favorites" },
|
101011
|
+
name: { kind: "Name", value: "favorites" },
|
100392
101012
|
variableDefinitions: [
|
100393
101013
|
{
|
100394
101014
|
kind: "VariableDefinition",
|
@@ -101835,95 +102455,14 @@ const Issue_SubscribersDocument = {
|
|
101835
102455
|
...UserConnectionFragmentDoc.definitions,
|
101836
102456
|
],
|
101837
102457
|
};
|
101838
|
-
const
|
101839
|
-
kind: "Document",
|
101840
|
-
definitions: [
|
101841
|
-
{
|
101842
|
-
kind: "OperationDefinition",
|
101843
|
-
operation: "query",
|
101844
|
-
name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
|
101845
|
-
variableDefinitions: [
|
101846
|
-
{
|
101847
|
-
kind: "VariableDefinition",
|
101848
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
101849
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101850
|
-
},
|
101851
|
-
],
|
101852
|
-
selectionSet: {
|
101853
|
-
kind: "SelectionSet",
|
101854
|
-
selections: [
|
101855
|
-
{
|
101856
|
-
kind: "Field",
|
101857
|
-
name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
|
101858
|
-
arguments: [
|
101859
|
-
{
|
101860
|
-
kind: "Argument",
|
101861
|
-
name: { kind: "Name", value: "code" },
|
101862
|
-
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
101863
|
-
},
|
101864
|
-
],
|
101865
|
-
selectionSet: {
|
101866
|
-
kind: "SelectionSet",
|
101867
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
|
101868
|
-
},
|
101869
|
-
},
|
101870
|
-
],
|
101871
|
-
},
|
101872
|
-
},
|
101873
|
-
...GithubOAuthTokenPayloadFragmentDoc.definitions,
|
101874
|
-
],
|
101875
|
-
};
|
101876
|
-
const IssueLabelDocument = {
|
101877
|
-
kind: "Document",
|
101878
|
-
definitions: [
|
101879
|
-
{
|
101880
|
-
kind: "OperationDefinition",
|
101881
|
-
operation: "query",
|
101882
|
-
name: { kind: "Name", value: "issueLabel" },
|
101883
|
-
variableDefinitions: [
|
101884
|
-
{
|
101885
|
-
kind: "VariableDefinition",
|
101886
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101887
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101888
|
-
},
|
101889
|
-
],
|
101890
|
-
selectionSet: {
|
101891
|
-
kind: "SelectionSet",
|
101892
|
-
selections: [
|
101893
|
-
{
|
101894
|
-
kind: "Field",
|
101895
|
-
name: { kind: "Name", value: "issueLabel" },
|
101896
|
-
arguments: [
|
101897
|
-
{
|
101898
|
-
kind: "Argument",
|
101899
|
-
name: { kind: "Name", value: "id" },
|
101900
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101901
|
-
},
|
101902
|
-
],
|
101903
|
-
selectionSet: {
|
101904
|
-
kind: "SelectionSet",
|
101905
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
101906
|
-
},
|
101907
|
-
},
|
101908
|
-
],
|
101909
|
-
},
|
101910
|
-
},
|
101911
|
-
...IssueLabelFragmentDoc.definitions,
|
101912
|
-
],
|
101913
|
-
};
|
101914
|
-
const IssueLabel_ChildrenDocument = {
|
102458
|
+
const IssueFigmaFileKeySearchDocument = {
|
101915
102459
|
kind: "Document",
|
101916
102460
|
definitions: [
|
101917
102461
|
{
|
101918
102462
|
kind: "OperationDefinition",
|
101919
102463
|
operation: "query",
|
101920
|
-
name: { kind: "Name", value: "
|
102464
|
+
name: { kind: "Name", value: "issueFigmaFileKeySearch" },
|
101921
102465
|
variableDefinitions: [
|
101922
|
-
{
|
101923
|
-
kind: "VariableDefinition",
|
101924
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
101925
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
101926
|
-
},
|
101927
102466
|
{
|
101928
102467
|
kind: "VariableDefinition",
|
101929
102468
|
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
@@ -101936,8 +102475,273 @@ const IssueLabel_ChildrenDocument = {
|
|
101936
102475
|
},
|
101937
102476
|
{
|
101938
102477
|
kind: "VariableDefinition",
|
101939
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
101940
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
102478
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
|
102479
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102480
|
+
},
|
102481
|
+
{
|
102482
|
+
kind: "VariableDefinition",
|
102483
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102484
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102485
|
+
},
|
102486
|
+
{
|
102487
|
+
kind: "VariableDefinition",
|
102488
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102489
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
102490
|
+
},
|
102491
|
+
{
|
102492
|
+
kind: "VariableDefinition",
|
102493
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102494
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
102495
|
+
},
|
102496
|
+
{
|
102497
|
+
kind: "VariableDefinition",
|
102498
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102499
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
102500
|
+
},
|
102501
|
+
],
|
102502
|
+
selectionSet: {
|
102503
|
+
kind: "SelectionSet",
|
102504
|
+
selections: [
|
102505
|
+
{
|
102506
|
+
kind: "Field",
|
102507
|
+
name: { kind: "Name", value: "issueFigmaFileKeySearch" },
|
102508
|
+
arguments: [
|
102509
|
+
{
|
102510
|
+
kind: "Argument",
|
102511
|
+
name: { kind: "Name", value: "after" },
|
102512
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102513
|
+
},
|
102514
|
+
{
|
102515
|
+
kind: "Argument",
|
102516
|
+
name: { kind: "Name", value: "before" },
|
102517
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102518
|
+
},
|
102519
|
+
{
|
102520
|
+
kind: "Argument",
|
102521
|
+
name: { kind: "Name", value: "fileKey" },
|
102522
|
+
value: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
|
102523
|
+
},
|
102524
|
+
{
|
102525
|
+
kind: "Argument",
|
102526
|
+
name: { kind: "Name", value: "first" },
|
102527
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
102528
|
+
},
|
102529
|
+
{
|
102530
|
+
kind: "Argument",
|
102531
|
+
name: { kind: "Name", value: "includeArchived" },
|
102532
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
102533
|
+
},
|
102534
|
+
{
|
102535
|
+
kind: "Argument",
|
102536
|
+
name: { kind: "Name", value: "last" },
|
102537
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
102538
|
+
},
|
102539
|
+
{
|
102540
|
+
kind: "Argument",
|
102541
|
+
name: { kind: "Name", value: "orderBy" },
|
102542
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
102543
|
+
},
|
102544
|
+
],
|
102545
|
+
selectionSet: {
|
102546
|
+
kind: "SelectionSet",
|
102547
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
|
102548
|
+
},
|
102549
|
+
},
|
102550
|
+
],
|
102551
|
+
},
|
102552
|
+
},
|
102553
|
+
...IssueConnectionFragmentDoc.definitions,
|
102554
|
+
],
|
102555
|
+
};
|
102556
|
+
const IssueFilterSuggestionDocument = {
|
102557
|
+
kind: "Document",
|
102558
|
+
definitions: [
|
102559
|
+
{
|
102560
|
+
kind: "OperationDefinition",
|
102561
|
+
operation: "query",
|
102562
|
+
name: { kind: "Name", value: "issueFilterSuggestion" },
|
102563
|
+
variableDefinitions: [
|
102564
|
+
{
|
102565
|
+
kind: "VariableDefinition",
|
102566
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
102567
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102568
|
+
},
|
102569
|
+
],
|
102570
|
+
selectionSet: {
|
102571
|
+
kind: "SelectionSet",
|
102572
|
+
selections: [
|
102573
|
+
{
|
102574
|
+
kind: "Field",
|
102575
|
+
name: { kind: "Name", value: "issueFilterSuggestion" },
|
102576
|
+
arguments: [
|
102577
|
+
{
|
102578
|
+
kind: "Argument",
|
102579
|
+
name: { kind: "Name", value: "prompt" },
|
102580
|
+
value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
102581
|
+
},
|
102582
|
+
],
|
102583
|
+
selectionSet: {
|
102584
|
+
kind: "SelectionSet",
|
102585
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } }],
|
102586
|
+
},
|
102587
|
+
},
|
102588
|
+
],
|
102589
|
+
},
|
102590
|
+
},
|
102591
|
+
...IssueFilterSuggestionPayloadFragmentDoc.definitions,
|
102592
|
+
],
|
102593
|
+
};
|
102594
|
+
const IssueImportCheckCsvDocument = {
|
102595
|
+
kind: "Document",
|
102596
|
+
definitions: [
|
102597
|
+
{
|
102598
|
+
kind: "OperationDefinition",
|
102599
|
+
operation: "query",
|
102600
|
+
name: { kind: "Name", value: "issueImportCheckCSV" },
|
102601
|
+
variableDefinitions: [
|
102602
|
+
{
|
102603
|
+
kind: "VariableDefinition",
|
102604
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
|
102605
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102606
|
+
},
|
102607
|
+
{
|
102608
|
+
kind: "VariableDefinition",
|
102609
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "service" } },
|
102610
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102611
|
+
},
|
102612
|
+
],
|
102613
|
+
selectionSet: {
|
102614
|
+
kind: "SelectionSet",
|
102615
|
+
selections: [
|
102616
|
+
{
|
102617
|
+
kind: "Field",
|
102618
|
+
name: { kind: "Name", value: "issueImportCheckCSV" },
|
102619
|
+
arguments: [
|
102620
|
+
{
|
102621
|
+
kind: "Argument",
|
102622
|
+
name: { kind: "Name", value: "csvUrl" },
|
102623
|
+
value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
|
102624
|
+
},
|
102625
|
+
{
|
102626
|
+
kind: "Argument",
|
102627
|
+
name: { kind: "Name", value: "service" },
|
102628
|
+
value: { kind: "Variable", name: { kind: "Name", value: "service" } },
|
102629
|
+
},
|
102630
|
+
],
|
102631
|
+
selectionSet: {
|
102632
|
+
kind: "SelectionSet",
|
102633
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportCheckPayload" } }],
|
102634
|
+
},
|
102635
|
+
},
|
102636
|
+
],
|
102637
|
+
},
|
102638
|
+
},
|
102639
|
+
...IssueImportCheckPayloadFragmentDoc.definitions,
|
102640
|
+
],
|
102641
|
+
};
|
102642
|
+
const IssueImportFinishGithubOAuthDocument = {
|
102643
|
+
kind: "Document",
|
102644
|
+
definitions: [
|
102645
|
+
{
|
102646
|
+
kind: "OperationDefinition",
|
102647
|
+
operation: "query",
|
102648
|
+
name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
|
102649
|
+
variableDefinitions: [
|
102650
|
+
{
|
102651
|
+
kind: "VariableDefinition",
|
102652
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
102653
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102654
|
+
},
|
102655
|
+
],
|
102656
|
+
selectionSet: {
|
102657
|
+
kind: "SelectionSet",
|
102658
|
+
selections: [
|
102659
|
+
{
|
102660
|
+
kind: "Field",
|
102661
|
+
name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
|
102662
|
+
arguments: [
|
102663
|
+
{
|
102664
|
+
kind: "Argument",
|
102665
|
+
name: { kind: "Name", value: "code" },
|
102666
|
+
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
102667
|
+
},
|
102668
|
+
],
|
102669
|
+
selectionSet: {
|
102670
|
+
kind: "SelectionSet",
|
102671
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
|
102672
|
+
},
|
102673
|
+
},
|
102674
|
+
],
|
102675
|
+
},
|
102676
|
+
},
|
102677
|
+
...GithubOAuthTokenPayloadFragmentDoc.definitions,
|
102678
|
+
],
|
102679
|
+
};
|
102680
|
+
const IssueLabelDocument = {
|
102681
|
+
kind: "Document",
|
102682
|
+
definitions: [
|
102683
|
+
{
|
102684
|
+
kind: "OperationDefinition",
|
102685
|
+
operation: "query",
|
102686
|
+
name: { kind: "Name", value: "issueLabel" },
|
102687
|
+
variableDefinitions: [
|
102688
|
+
{
|
102689
|
+
kind: "VariableDefinition",
|
102690
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102691
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102692
|
+
},
|
102693
|
+
],
|
102694
|
+
selectionSet: {
|
102695
|
+
kind: "SelectionSet",
|
102696
|
+
selections: [
|
102697
|
+
{
|
102698
|
+
kind: "Field",
|
102699
|
+
name: { kind: "Name", value: "issueLabel" },
|
102700
|
+
arguments: [
|
102701
|
+
{
|
102702
|
+
kind: "Argument",
|
102703
|
+
name: { kind: "Name", value: "id" },
|
102704
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102705
|
+
},
|
102706
|
+
],
|
102707
|
+
selectionSet: {
|
102708
|
+
kind: "SelectionSet",
|
102709
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
|
102710
|
+
},
|
102711
|
+
},
|
102712
|
+
],
|
102713
|
+
},
|
102714
|
+
},
|
102715
|
+
...IssueLabelFragmentDoc.definitions,
|
102716
|
+
],
|
102717
|
+
};
|
102718
|
+
const IssueLabel_ChildrenDocument = {
|
102719
|
+
kind: "Document",
|
102720
|
+
definitions: [
|
102721
|
+
{
|
102722
|
+
kind: "OperationDefinition",
|
102723
|
+
operation: "query",
|
102724
|
+
name: { kind: "Name", value: "issueLabel_children" },
|
102725
|
+
variableDefinitions: [
|
102726
|
+
{
|
102727
|
+
kind: "VariableDefinition",
|
102728
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
102729
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
102730
|
+
},
|
102731
|
+
{
|
102732
|
+
kind: "VariableDefinition",
|
102733
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
102734
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102735
|
+
},
|
102736
|
+
{
|
102737
|
+
kind: "VariableDefinition",
|
102738
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
102739
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
102740
|
+
},
|
102741
|
+
{
|
102742
|
+
kind: "VariableDefinition",
|
102743
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
102744
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelFilter" } },
|
101941
102745
|
},
|
101942
102746
|
{
|
101943
102747
|
kind: "VariableDefinition",
|
@@ -104367,46 +105171,6 @@ const OrganizationInviteDocument = {
|
|
104367
105171
|
...OrganizationInviteFragmentDoc.definitions,
|
104368
105172
|
],
|
104369
105173
|
};
|
104370
|
-
const OrganizationInviteDetailsDocument = {
|
104371
|
-
kind: "Document",
|
104372
|
-
definitions: [
|
104373
|
-
{
|
104374
|
-
kind: "OperationDefinition",
|
104375
|
-
operation: "query",
|
104376
|
-
name: { kind: "Name", value: "organizationInviteDetails" },
|
104377
|
-
variableDefinitions: [
|
104378
|
-
{
|
104379
|
-
kind: "VariableDefinition",
|
104380
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
104381
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
104382
|
-
},
|
104383
|
-
],
|
104384
|
-
selectionSet: {
|
104385
|
-
kind: "SelectionSet",
|
104386
|
-
selections: [
|
104387
|
-
{
|
104388
|
-
kind: "Field",
|
104389
|
-
name: { kind: "Name", value: "organizationInviteDetails" },
|
104390
|
-
arguments: [
|
104391
|
-
{
|
104392
|
-
kind: "Argument",
|
104393
|
-
name: { kind: "Name", value: "id" },
|
104394
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
104395
|
-
},
|
104396
|
-
],
|
104397
|
-
selectionSet: {
|
104398
|
-
kind: "SelectionSet",
|
104399
|
-
selections: [
|
104400
|
-
{ kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationInviteDetailsPayload" } },
|
104401
|
-
],
|
104402
|
-
},
|
104403
|
-
},
|
104404
|
-
],
|
104405
|
-
},
|
104406
|
-
},
|
104407
|
-
...OrganizationInviteDetailsPayloadFragmentDoc.definitions,
|
104408
|
-
],
|
104409
|
-
};
|
104410
105174
|
const OrganizationInvitesDocument = {
|
104411
105175
|
kind: "Document",
|
104412
105176
|
definitions: [
|
@@ -105338,6 +106102,44 @@ const Project_TeamsDocument = {
|
|
105338
106102
|
...TeamConnectionFragmentDoc.definitions,
|
105339
106103
|
],
|
105340
106104
|
};
|
106105
|
+
const ProjectFilterSuggestionDocument = {
|
106106
|
+
kind: "Document",
|
106107
|
+
definitions: [
|
106108
|
+
{
|
106109
|
+
kind: "OperationDefinition",
|
106110
|
+
operation: "query",
|
106111
|
+
name: { kind: "Name", value: "projectFilterSuggestion" },
|
106112
|
+
variableDefinitions: [
|
106113
|
+
{
|
106114
|
+
kind: "VariableDefinition",
|
106115
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
106116
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106117
|
+
},
|
106118
|
+
],
|
106119
|
+
selectionSet: {
|
106120
|
+
kind: "SelectionSet",
|
106121
|
+
selections: [
|
106122
|
+
{
|
106123
|
+
kind: "Field",
|
106124
|
+
name: { kind: "Name", value: "projectFilterSuggestion" },
|
106125
|
+
arguments: [
|
106126
|
+
{
|
106127
|
+
kind: "Argument",
|
106128
|
+
name: { kind: "Name", value: "prompt" },
|
106129
|
+
value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
|
106130
|
+
},
|
106131
|
+
],
|
106132
|
+
selectionSet: {
|
106133
|
+
kind: "SelectionSet",
|
106134
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
|
106135
|
+
},
|
106136
|
+
},
|
106137
|
+
],
|
106138
|
+
},
|
106139
|
+
},
|
106140
|
+
...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
|
106141
|
+
],
|
106142
|
+
};
|
105341
106143
|
const ProjectLinkDocument = {
|
105342
106144
|
kind: "Document",
|
105343
106145
|
definitions: [
|
@@ -105804,117 +106606,758 @@ const ProjectsDocument = {
|
|
105804
106606
|
name: { kind: "Name", value: "orderBy" },
|
105805
106607
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
105806
106608
|
},
|
105807
|
-
],
|
105808
|
-
selectionSet: {
|
105809
|
-
kind: "SelectionSet",
|
105810
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
|
105811
|
-
},
|
105812
|
-
},
|
105813
|
-
],
|
105814
|
-
},
|
105815
|
-
},
|
105816
|
-
...ProjectConnectionFragmentDoc.definitions,
|
105817
|
-
],
|
105818
|
-
};
|
105819
|
-
const PushSubscriptionTestDocument = {
|
105820
|
-
kind: "Document",
|
105821
|
-
definitions: [
|
105822
|
-
{
|
105823
|
-
kind: "OperationDefinition",
|
105824
|
-
operation: "query",
|
105825
|
-
name: { kind: "Name", value: "pushSubscriptionTest" },
|
105826
|
-
selectionSet: {
|
105827
|
-
kind: "SelectionSet",
|
105828
|
-
selections: [
|
105829
|
-
{
|
105830
|
-
kind: "Field",
|
105831
|
-
name: { kind: "Name", value: "pushSubscriptionTest" },
|
105832
|
-
selectionSet: {
|
105833
|
-
kind: "SelectionSet",
|
105834
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
|
105835
|
-
},
|
105836
|
-
},
|
105837
|
-
],
|
105838
|
-
},
|
105839
|
-
},
|
105840
|
-
...PushSubscriptionTestPayloadFragmentDoc.definitions,
|
105841
|
-
],
|
105842
|
-
};
|
105843
|
-
const RateLimitStatusDocument = {
|
105844
|
-
kind: "Document",
|
105845
|
-
definitions: [
|
105846
|
-
{
|
105847
|
-
kind: "OperationDefinition",
|
105848
|
-
operation: "query",
|
105849
|
-
name: { kind: "Name", value: "rateLimitStatus" },
|
105850
|
-
selectionSet: {
|
105851
|
-
kind: "SelectionSet",
|
105852
|
-
selections: [
|
105853
|
-
{
|
105854
|
-
kind: "Field",
|
105855
|
-
name: { kind: "Name", value: "rateLimitStatus" },
|
105856
|
-
selectionSet: {
|
105857
|
-
kind: "SelectionSet",
|
105858
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RateLimitPayload" } }],
|
105859
|
-
},
|
105860
|
-
},
|
105861
|
-
],
|
105862
|
-
},
|
105863
|
-
},
|
105864
|
-
...RateLimitPayloadFragmentDoc.definitions,
|
105865
|
-
],
|
105866
|
-
};
|
105867
|
-
const RoadmapDocument = {
|
105868
|
-
kind: "Document",
|
105869
|
-
definitions: [
|
105870
|
-
{
|
105871
|
-
kind: "OperationDefinition",
|
105872
|
-
operation: "query",
|
105873
|
-
name: { kind: "Name", value: "roadmap" },
|
105874
|
-
variableDefinitions: [
|
105875
|
-
{
|
105876
|
-
kind: "VariableDefinition",
|
105877
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
105878
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
105879
|
-
},
|
105880
|
-
],
|
105881
|
-
selectionSet: {
|
105882
|
-
kind: "SelectionSet",
|
105883
|
-
selections: [
|
105884
|
-
{
|
105885
|
-
kind: "Field",
|
105886
|
-
name: { kind: "Name", value: "roadmap" },
|
105887
|
-
arguments: [
|
106609
|
+
],
|
106610
|
+
selectionSet: {
|
106611
|
+
kind: "SelectionSet",
|
106612
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
|
106613
|
+
},
|
106614
|
+
},
|
106615
|
+
],
|
106616
|
+
},
|
106617
|
+
},
|
106618
|
+
...ProjectConnectionFragmentDoc.definitions,
|
106619
|
+
],
|
106620
|
+
};
|
106621
|
+
const PushSubscriptionTestDocument = {
|
106622
|
+
kind: "Document",
|
106623
|
+
definitions: [
|
106624
|
+
{
|
106625
|
+
kind: "OperationDefinition",
|
106626
|
+
operation: "query",
|
106627
|
+
name: { kind: "Name", value: "pushSubscriptionTest" },
|
106628
|
+
selectionSet: {
|
106629
|
+
kind: "SelectionSet",
|
106630
|
+
selections: [
|
106631
|
+
{
|
106632
|
+
kind: "Field",
|
106633
|
+
name: { kind: "Name", value: "pushSubscriptionTest" },
|
106634
|
+
selectionSet: {
|
106635
|
+
kind: "SelectionSet",
|
106636
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
|
106637
|
+
},
|
106638
|
+
},
|
106639
|
+
],
|
106640
|
+
},
|
106641
|
+
},
|
106642
|
+
...PushSubscriptionTestPayloadFragmentDoc.definitions,
|
106643
|
+
],
|
106644
|
+
};
|
106645
|
+
const RateLimitStatusDocument = {
|
106646
|
+
kind: "Document",
|
106647
|
+
definitions: [
|
106648
|
+
{
|
106649
|
+
kind: "OperationDefinition",
|
106650
|
+
operation: "query",
|
106651
|
+
name: { kind: "Name", value: "rateLimitStatus" },
|
106652
|
+
selectionSet: {
|
106653
|
+
kind: "SelectionSet",
|
106654
|
+
selections: [
|
106655
|
+
{
|
106656
|
+
kind: "Field",
|
106657
|
+
name: { kind: "Name", value: "rateLimitStatus" },
|
106658
|
+
selectionSet: {
|
106659
|
+
kind: "SelectionSet",
|
106660
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RateLimitPayload" } }],
|
106661
|
+
},
|
106662
|
+
},
|
106663
|
+
],
|
106664
|
+
},
|
106665
|
+
},
|
106666
|
+
...RateLimitPayloadFragmentDoc.definitions,
|
106667
|
+
],
|
106668
|
+
};
|
106669
|
+
const RoadmapDocument = {
|
106670
|
+
kind: "Document",
|
106671
|
+
definitions: [
|
106672
|
+
{
|
106673
|
+
kind: "OperationDefinition",
|
106674
|
+
operation: "query",
|
106675
|
+
name: { kind: "Name", value: "roadmap" },
|
106676
|
+
variableDefinitions: [
|
106677
|
+
{
|
106678
|
+
kind: "VariableDefinition",
|
106679
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106680
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106681
|
+
},
|
106682
|
+
],
|
106683
|
+
selectionSet: {
|
106684
|
+
kind: "SelectionSet",
|
106685
|
+
selections: [
|
106686
|
+
{
|
106687
|
+
kind: "Field",
|
106688
|
+
name: { kind: "Name", value: "roadmap" },
|
106689
|
+
arguments: [
|
106690
|
+
{
|
106691
|
+
kind: "Argument",
|
106692
|
+
name: { kind: "Name", value: "id" },
|
106693
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106694
|
+
},
|
106695
|
+
],
|
106696
|
+
selectionSet: {
|
106697
|
+
kind: "SelectionSet",
|
106698
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Roadmap" } }],
|
106699
|
+
},
|
106700
|
+
},
|
106701
|
+
],
|
106702
|
+
},
|
106703
|
+
},
|
106704
|
+
...RoadmapFragmentDoc.definitions,
|
106705
|
+
],
|
106706
|
+
};
|
106707
|
+
const Roadmap_ProjectsDocument = {
|
106708
|
+
kind: "Document",
|
106709
|
+
definitions: [
|
106710
|
+
{
|
106711
|
+
kind: "OperationDefinition",
|
106712
|
+
operation: "query",
|
106713
|
+
name: { kind: "Name", value: "roadmap_projects" },
|
106714
|
+
variableDefinitions: [
|
106715
|
+
{
|
106716
|
+
kind: "VariableDefinition",
|
106717
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106718
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106719
|
+
},
|
106720
|
+
{
|
106721
|
+
kind: "VariableDefinition",
|
106722
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106723
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106724
|
+
},
|
106725
|
+
{
|
106726
|
+
kind: "VariableDefinition",
|
106727
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106728
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106729
|
+
},
|
106730
|
+
{
|
106731
|
+
kind: "VariableDefinition",
|
106732
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
106733
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
|
106734
|
+
},
|
106735
|
+
{
|
106736
|
+
kind: "VariableDefinition",
|
106737
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106738
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106739
|
+
},
|
106740
|
+
{
|
106741
|
+
kind: "VariableDefinition",
|
106742
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106743
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
106744
|
+
},
|
106745
|
+
{
|
106746
|
+
kind: "VariableDefinition",
|
106747
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106748
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106749
|
+
},
|
106750
|
+
{
|
106751
|
+
kind: "VariableDefinition",
|
106752
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106753
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
106754
|
+
},
|
106755
|
+
],
|
106756
|
+
selectionSet: {
|
106757
|
+
kind: "SelectionSet",
|
106758
|
+
selections: [
|
106759
|
+
{
|
106760
|
+
kind: "Field",
|
106761
|
+
name: { kind: "Name", value: "roadmap" },
|
106762
|
+
arguments: [
|
106763
|
+
{
|
106764
|
+
kind: "Argument",
|
106765
|
+
name: { kind: "Name", value: "id" },
|
106766
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106767
|
+
},
|
106768
|
+
],
|
106769
|
+
selectionSet: {
|
106770
|
+
kind: "SelectionSet",
|
106771
|
+
selections: [
|
106772
|
+
{
|
106773
|
+
kind: "Field",
|
106774
|
+
name: { kind: "Name", value: "projects" },
|
106775
|
+
arguments: [
|
106776
|
+
{
|
106777
|
+
kind: "Argument",
|
106778
|
+
name: { kind: "Name", value: "after" },
|
106779
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106780
|
+
},
|
106781
|
+
{
|
106782
|
+
kind: "Argument",
|
106783
|
+
name: { kind: "Name", value: "before" },
|
106784
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106785
|
+
},
|
106786
|
+
{
|
106787
|
+
kind: "Argument",
|
106788
|
+
name: { kind: "Name", value: "filter" },
|
106789
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
106790
|
+
},
|
106791
|
+
{
|
106792
|
+
kind: "Argument",
|
106793
|
+
name: { kind: "Name", value: "first" },
|
106794
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106795
|
+
},
|
106796
|
+
{
|
106797
|
+
kind: "Argument",
|
106798
|
+
name: { kind: "Name", value: "includeArchived" },
|
106799
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106800
|
+
},
|
106801
|
+
{
|
106802
|
+
kind: "Argument",
|
106803
|
+
name: { kind: "Name", value: "last" },
|
106804
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106805
|
+
},
|
106806
|
+
{
|
106807
|
+
kind: "Argument",
|
106808
|
+
name: { kind: "Name", value: "orderBy" },
|
106809
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106810
|
+
},
|
106811
|
+
],
|
106812
|
+
selectionSet: {
|
106813
|
+
kind: "SelectionSet",
|
106814
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
|
106815
|
+
},
|
106816
|
+
},
|
106817
|
+
],
|
106818
|
+
},
|
106819
|
+
},
|
106820
|
+
],
|
106821
|
+
},
|
106822
|
+
},
|
106823
|
+
...ProjectConnectionFragmentDoc.definitions,
|
106824
|
+
],
|
106825
|
+
};
|
106826
|
+
const RoadmapToProjectDocument = {
|
106827
|
+
kind: "Document",
|
106828
|
+
definitions: [
|
106829
|
+
{
|
106830
|
+
kind: "OperationDefinition",
|
106831
|
+
operation: "query",
|
106832
|
+
name: { kind: "Name", value: "roadmapToProject" },
|
106833
|
+
variableDefinitions: [
|
106834
|
+
{
|
106835
|
+
kind: "VariableDefinition",
|
106836
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106837
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106838
|
+
},
|
106839
|
+
],
|
106840
|
+
selectionSet: {
|
106841
|
+
kind: "SelectionSet",
|
106842
|
+
selections: [
|
106843
|
+
{
|
106844
|
+
kind: "Field",
|
106845
|
+
name: { kind: "Name", value: "roadmapToProject" },
|
106846
|
+
arguments: [
|
106847
|
+
{
|
106848
|
+
kind: "Argument",
|
106849
|
+
name: { kind: "Name", value: "id" },
|
106850
|
+
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106851
|
+
},
|
106852
|
+
],
|
106853
|
+
selectionSet: {
|
106854
|
+
kind: "SelectionSet",
|
106855
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProject" } }],
|
106856
|
+
},
|
106857
|
+
},
|
106858
|
+
],
|
106859
|
+
},
|
106860
|
+
},
|
106861
|
+
...RoadmapToProjectFragmentDoc.definitions,
|
106862
|
+
],
|
106863
|
+
};
|
106864
|
+
const RoadmapToProjectsDocument = {
|
106865
|
+
kind: "Document",
|
106866
|
+
definitions: [
|
106867
|
+
{
|
106868
|
+
kind: "OperationDefinition",
|
106869
|
+
operation: "query",
|
106870
|
+
name: { kind: "Name", value: "roadmapToProjects" },
|
106871
|
+
variableDefinitions: [
|
106872
|
+
{
|
106873
|
+
kind: "VariableDefinition",
|
106874
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106875
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106876
|
+
},
|
106877
|
+
{
|
106878
|
+
kind: "VariableDefinition",
|
106879
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106880
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106881
|
+
},
|
106882
|
+
{
|
106883
|
+
kind: "VariableDefinition",
|
106884
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106885
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106886
|
+
},
|
106887
|
+
{
|
106888
|
+
kind: "VariableDefinition",
|
106889
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106890
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
106891
|
+
},
|
106892
|
+
{
|
106893
|
+
kind: "VariableDefinition",
|
106894
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106895
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106896
|
+
},
|
106897
|
+
{
|
106898
|
+
kind: "VariableDefinition",
|
106899
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106900
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
106901
|
+
},
|
106902
|
+
],
|
106903
|
+
selectionSet: {
|
106904
|
+
kind: "SelectionSet",
|
106905
|
+
selections: [
|
106906
|
+
{
|
106907
|
+
kind: "Field",
|
106908
|
+
name: { kind: "Name", value: "roadmapToProjects" },
|
106909
|
+
arguments: [
|
106910
|
+
{
|
106911
|
+
kind: "Argument",
|
106912
|
+
name: { kind: "Name", value: "after" },
|
106913
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106914
|
+
},
|
106915
|
+
{
|
106916
|
+
kind: "Argument",
|
106917
|
+
name: { kind: "Name", value: "before" },
|
106918
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106919
|
+
},
|
106920
|
+
{
|
106921
|
+
kind: "Argument",
|
106922
|
+
name: { kind: "Name", value: "first" },
|
106923
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106924
|
+
},
|
106925
|
+
{
|
106926
|
+
kind: "Argument",
|
106927
|
+
name: { kind: "Name", value: "includeArchived" },
|
106928
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106929
|
+
},
|
106930
|
+
{
|
106931
|
+
kind: "Argument",
|
106932
|
+
name: { kind: "Name", value: "last" },
|
106933
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106934
|
+
},
|
106935
|
+
{
|
106936
|
+
kind: "Argument",
|
106937
|
+
name: { kind: "Name", value: "orderBy" },
|
106938
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106939
|
+
},
|
106940
|
+
],
|
106941
|
+
selectionSet: {
|
106942
|
+
kind: "SelectionSet",
|
106943
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
|
106944
|
+
},
|
106945
|
+
},
|
106946
|
+
],
|
106947
|
+
},
|
106948
|
+
},
|
106949
|
+
...RoadmapToProjectConnectionFragmentDoc.definitions,
|
106950
|
+
],
|
106951
|
+
};
|
106952
|
+
const RoadmapsDocument = {
|
106953
|
+
kind: "Document",
|
106954
|
+
definitions: [
|
106955
|
+
{
|
106956
|
+
kind: "OperationDefinition",
|
106957
|
+
operation: "query",
|
106958
|
+
name: { kind: "Name", value: "roadmaps" },
|
106959
|
+
variableDefinitions: [
|
106960
|
+
{
|
106961
|
+
kind: "VariableDefinition",
|
106962
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
106963
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106964
|
+
},
|
106965
|
+
{
|
106966
|
+
kind: "VariableDefinition",
|
106967
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
106968
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
106969
|
+
},
|
106970
|
+
{
|
106971
|
+
kind: "VariableDefinition",
|
106972
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
106973
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106974
|
+
},
|
106975
|
+
{
|
106976
|
+
kind: "VariableDefinition",
|
106977
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
106978
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
106979
|
+
},
|
106980
|
+
{
|
106981
|
+
kind: "VariableDefinition",
|
106982
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106983
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
106984
|
+
},
|
106985
|
+
{
|
106986
|
+
kind: "VariableDefinition",
|
106987
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106988
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
106989
|
+
},
|
106990
|
+
],
|
106991
|
+
selectionSet: {
|
106992
|
+
kind: "SelectionSet",
|
106993
|
+
selections: [
|
106994
|
+
{
|
106995
|
+
kind: "Field",
|
106996
|
+
name: { kind: "Name", value: "roadmaps" },
|
106997
|
+
arguments: [
|
106998
|
+
{
|
106999
|
+
kind: "Argument",
|
107000
|
+
name: { kind: "Name", value: "after" },
|
107001
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107002
|
+
},
|
107003
|
+
{
|
107004
|
+
kind: "Argument",
|
107005
|
+
name: { kind: "Name", value: "before" },
|
107006
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107007
|
+
},
|
107008
|
+
{
|
107009
|
+
kind: "Argument",
|
107010
|
+
name: { kind: "Name", value: "first" },
|
107011
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107012
|
+
},
|
107013
|
+
{
|
107014
|
+
kind: "Argument",
|
107015
|
+
name: { kind: "Name", value: "includeArchived" },
|
107016
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107017
|
+
},
|
107018
|
+
{
|
107019
|
+
kind: "Argument",
|
107020
|
+
name: { kind: "Name", value: "last" },
|
107021
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107022
|
+
},
|
107023
|
+
{
|
107024
|
+
kind: "Argument",
|
107025
|
+
name: { kind: "Name", value: "orderBy" },
|
107026
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107027
|
+
},
|
107028
|
+
],
|
107029
|
+
selectionSet: {
|
107030
|
+
kind: "SelectionSet",
|
107031
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
|
107032
|
+
},
|
107033
|
+
},
|
107034
|
+
],
|
107035
|
+
},
|
107036
|
+
},
|
107037
|
+
...RoadmapConnectionFragmentDoc.definitions,
|
107038
|
+
],
|
107039
|
+
};
|
107040
|
+
const SearchDocumentsDocument = {
|
107041
|
+
kind: "Document",
|
107042
|
+
definitions: [
|
107043
|
+
{
|
107044
|
+
kind: "OperationDefinition",
|
107045
|
+
operation: "query",
|
107046
|
+
name: { kind: "Name", value: "searchDocuments" },
|
107047
|
+
variableDefinitions: [
|
107048
|
+
{
|
107049
|
+
kind: "VariableDefinition",
|
107050
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107051
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107052
|
+
},
|
107053
|
+
{
|
107054
|
+
kind: "VariableDefinition",
|
107055
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107056
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107057
|
+
},
|
107058
|
+
{
|
107059
|
+
kind: "VariableDefinition",
|
107060
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107061
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107062
|
+
},
|
107063
|
+
{
|
107064
|
+
kind: "VariableDefinition",
|
107065
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107066
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
107067
|
+
},
|
107068
|
+
{
|
107069
|
+
kind: "VariableDefinition",
|
107070
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107071
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107072
|
+
},
|
107073
|
+
{
|
107074
|
+
kind: "VariableDefinition",
|
107075
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107076
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
107077
|
+
},
|
107078
|
+
{
|
107079
|
+
kind: "VariableDefinition",
|
107080
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107081
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107082
|
+
},
|
107083
|
+
],
|
107084
|
+
selectionSet: {
|
107085
|
+
kind: "SelectionSet",
|
107086
|
+
selections: [
|
107087
|
+
{
|
107088
|
+
kind: "Field",
|
107089
|
+
name: { kind: "Name", value: "searchDocuments" },
|
107090
|
+
arguments: [
|
107091
|
+
{
|
107092
|
+
kind: "Argument",
|
107093
|
+
name: { kind: "Name", value: "after" },
|
107094
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107095
|
+
},
|
107096
|
+
{
|
107097
|
+
kind: "Argument",
|
107098
|
+
name: { kind: "Name", value: "before" },
|
107099
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107100
|
+
},
|
107101
|
+
{
|
107102
|
+
kind: "Argument",
|
107103
|
+
name: { kind: "Name", value: "first" },
|
107104
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107105
|
+
},
|
107106
|
+
{
|
107107
|
+
kind: "Argument",
|
107108
|
+
name: { kind: "Name", value: "includeArchived" },
|
107109
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107110
|
+
},
|
107111
|
+
{
|
107112
|
+
kind: "Argument",
|
107113
|
+
name: { kind: "Name", value: "last" },
|
107114
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107115
|
+
},
|
107116
|
+
{
|
107117
|
+
kind: "Argument",
|
107118
|
+
name: { kind: "Name", value: "orderBy" },
|
107119
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107120
|
+
},
|
107121
|
+
{
|
107122
|
+
kind: "Argument",
|
107123
|
+
name: { kind: "Name", value: "term" },
|
107124
|
+
value: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107125
|
+
},
|
107126
|
+
],
|
107127
|
+
selectionSet: {
|
107128
|
+
kind: "SelectionSet",
|
107129
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchPayload" } }],
|
107130
|
+
},
|
107131
|
+
},
|
107132
|
+
],
|
107133
|
+
},
|
107134
|
+
},
|
107135
|
+
...DocumentSearchPayloadFragmentDoc.definitions,
|
107136
|
+
],
|
107137
|
+
};
|
107138
|
+
const SearchDocuments_ArchivePayloadDocument = {
|
107139
|
+
kind: "Document",
|
107140
|
+
definitions: [
|
107141
|
+
{
|
107142
|
+
kind: "OperationDefinition",
|
107143
|
+
operation: "query",
|
107144
|
+
name: { kind: "Name", value: "searchDocuments_archivePayload" },
|
107145
|
+
variableDefinitions: [
|
107146
|
+
{
|
107147
|
+
kind: "VariableDefinition",
|
107148
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107149
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107150
|
+
},
|
107151
|
+
{
|
107152
|
+
kind: "VariableDefinition",
|
107153
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107154
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107155
|
+
},
|
107156
|
+
{
|
107157
|
+
kind: "VariableDefinition",
|
107158
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107159
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107160
|
+
},
|
107161
|
+
{
|
107162
|
+
kind: "VariableDefinition",
|
107163
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107164
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
107165
|
+
},
|
107166
|
+
{
|
107167
|
+
kind: "VariableDefinition",
|
107168
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107169
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107170
|
+
},
|
107171
|
+
{
|
107172
|
+
kind: "VariableDefinition",
|
107173
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107174
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
107175
|
+
},
|
107176
|
+
{
|
107177
|
+
kind: "VariableDefinition",
|
107178
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107179
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107180
|
+
},
|
107181
|
+
],
|
107182
|
+
selectionSet: {
|
107183
|
+
kind: "SelectionSet",
|
107184
|
+
selections: [
|
107185
|
+
{
|
107186
|
+
kind: "Field",
|
107187
|
+
name: { kind: "Name", value: "searchDocuments" },
|
107188
|
+
arguments: [
|
107189
|
+
{
|
107190
|
+
kind: "Argument",
|
107191
|
+
name: { kind: "Name", value: "after" },
|
107192
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107193
|
+
},
|
107194
|
+
{
|
107195
|
+
kind: "Argument",
|
107196
|
+
name: { kind: "Name", value: "before" },
|
107197
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107198
|
+
},
|
107199
|
+
{
|
107200
|
+
kind: "Argument",
|
107201
|
+
name: { kind: "Name", value: "first" },
|
107202
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107203
|
+
},
|
107204
|
+
{
|
107205
|
+
kind: "Argument",
|
107206
|
+
name: { kind: "Name", value: "includeArchived" },
|
107207
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107208
|
+
},
|
107209
|
+
{
|
107210
|
+
kind: "Argument",
|
107211
|
+
name: { kind: "Name", value: "last" },
|
107212
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107213
|
+
},
|
107214
|
+
{
|
107215
|
+
kind: "Argument",
|
107216
|
+
name: { kind: "Name", value: "orderBy" },
|
107217
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107218
|
+
},
|
107219
|
+
{
|
107220
|
+
kind: "Argument",
|
107221
|
+
name: { kind: "Name", value: "term" },
|
107222
|
+
value: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107223
|
+
},
|
107224
|
+
],
|
107225
|
+
selectionSet: {
|
107226
|
+
kind: "SelectionSet",
|
107227
|
+
selections: [
|
107228
|
+
{
|
107229
|
+
kind: "Field",
|
107230
|
+
name: { kind: "Name", value: "archivePayload" },
|
107231
|
+
selectionSet: {
|
107232
|
+
kind: "SelectionSet",
|
107233
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
|
107234
|
+
},
|
107235
|
+
},
|
107236
|
+
],
|
107237
|
+
},
|
107238
|
+
},
|
107239
|
+
],
|
107240
|
+
},
|
107241
|
+
},
|
107242
|
+
...ArchiveResponseFragmentDoc.definitions,
|
107243
|
+
],
|
107244
|
+
};
|
107245
|
+
const SearchIssuesDocument = {
|
107246
|
+
kind: "Document",
|
107247
|
+
definitions: [
|
107248
|
+
{
|
107249
|
+
kind: "OperationDefinition",
|
107250
|
+
operation: "query",
|
107251
|
+
name: { kind: "Name", value: "searchIssues" },
|
107252
|
+
variableDefinitions: [
|
107253
|
+
{
|
107254
|
+
kind: "VariableDefinition",
|
107255
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107256
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107257
|
+
},
|
107258
|
+
{
|
107259
|
+
kind: "VariableDefinition",
|
107260
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107261
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
107262
|
+
},
|
107263
|
+
{
|
107264
|
+
kind: "VariableDefinition",
|
107265
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
107266
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
107267
|
+
},
|
107268
|
+
{
|
107269
|
+
kind: "VariableDefinition",
|
107270
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107271
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107272
|
+
},
|
107273
|
+
{
|
107274
|
+
kind: "VariableDefinition",
|
107275
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107276
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
|
107277
|
+
},
|
107278
|
+
{
|
107279
|
+
kind: "VariableDefinition",
|
107280
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107281
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
107282
|
+
},
|
107283
|
+
{
|
107284
|
+
kind: "VariableDefinition",
|
107285
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107286
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
107287
|
+
},
|
107288
|
+
{
|
107289
|
+
kind: "VariableDefinition",
|
107290
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107291
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107292
|
+
},
|
107293
|
+
],
|
107294
|
+
selectionSet: {
|
107295
|
+
kind: "SelectionSet",
|
107296
|
+
selections: [
|
107297
|
+
{
|
107298
|
+
kind: "Field",
|
107299
|
+
name: { kind: "Name", value: "searchIssues" },
|
107300
|
+
arguments: [
|
107301
|
+
{
|
107302
|
+
kind: "Argument",
|
107303
|
+
name: { kind: "Name", value: "after" },
|
107304
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107305
|
+
},
|
107306
|
+
{
|
107307
|
+
kind: "Argument",
|
107308
|
+
name: { kind: "Name", value: "before" },
|
107309
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107310
|
+
},
|
107311
|
+
{
|
107312
|
+
kind: "Argument",
|
107313
|
+
name: { kind: "Name", value: "filter" },
|
107314
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
107315
|
+
},
|
107316
|
+
{
|
107317
|
+
kind: "Argument",
|
107318
|
+
name: { kind: "Name", value: "first" },
|
107319
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107320
|
+
},
|
107321
|
+
{
|
107322
|
+
kind: "Argument",
|
107323
|
+
name: { kind: "Name", value: "includeArchived" },
|
107324
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107325
|
+
},
|
107326
|
+
{
|
107327
|
+
kind: "Argument",
|
107328
|
+
name: { kind: "Name", value: "last" },
|
107329
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107330
|
+
},
|
107331
|
+
{
|
107332
|
+
kind: "Argument",
|
107333
|
+
name: { kind: "Name", value: "orderBy" },
|
107334
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107335
|
+
},
|
105888
107336
|
{
|
105889
107337
|
kind: "Argument",
|
105890
|
-
name: { kind: "Name", value: "
|
105891
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
107338
|
+
name: { kind: "Name", value: "term" },
|
107339
|
+
value: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
105892
107340
|
},
|
105893
107341
|
],
|
105894
107342
|
selectionSet: {
|
105895
107343
|
kind: "SelectionSet",
|
105896
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
107344
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchPayload" } }],
|
105897
107345
|
},
|
105898
107346
|
},
|
105899
107347
|
],
|
105900
107348
|
},
|
105901
107349
|
},
|
105902
|
-
...
|
107350
|
+
...IssueSearchPayloadFragmentDoc.definitions,
|
105903
107351
|
],
|
105904
107352
|
};
|
105905
|
-
const
|
107353
|
+
const SearchIssues_ArchivePayloadDocument = {
|
105906
107354
|
kind: "Document",
|
105907
107355
|
definitions: [
|
105908
107356
|
{
|
105909
107357
|
kind: "OperationDefinition",
|
105910
107358
|
operation: "query",
|
105911
|
-
name: { kind: "Name", value: "
|
107359
|
+
name: { kind: "Name", value: "searchIssues_archivePayload" },
|
105912
107360
|
variableDefinitions: [
|
105913
|
-
{
|
105914
|
-
kind: "VariableDefinition",
|
105915
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
105916
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
105917
|
-
},
|
105918
107361
|
{
|
105919
107362
|
kind: "VariableDefinition",
|
105920
107363
|
variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
@@ -105928,7 +107371,7 @@ const Roadmap_ProjectsDocument = {
|
|
105928
107371
|
{
|
105929
107372
|
kind: "VariableDefinition",
|
105930
107373
|
variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
105931
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "
|
107374
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
|
105932
107375
|
},
|
105933
107376
|
{
|
105934
107377
|
kind: "VariableDefinition",
|
@@ -105950,18 +107393,58 @@ const Roadmap_ProjectsDocument = {
|
|
105950
107393
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
105951
107394
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
105952
107395
|
},
|
107396
|
+
{
|
107397
|
+
kind: "VariableDefinition",
|
107398
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107399
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107400
|
+
},
|
105953
107401
|
],
|
105954
107402
|
selectionSet: {
|
105955
107403
|
kind: "SelectionSet",
|
105956
107404
|
selections: [
|
105957
107405
|
{
|
105958
107406
|
kind: "Field",
|
105959
|
-
name: { kind: "Name", value: "
|
107407
|
+
name: { kind: "Name", value: "searchIssues" },
|
105960
107408
|
arguments: [
|
105961
107409
|
{
|
105962
107410
|
kind: "Argument",
|
105963
|
-
name: { kind: "Name", value: "
|
105964
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
107411
|
+
name: { kind: "Name", value: "after" },
|
107412
|
+
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
107413
|
+
},
|
107414
|
+
{
|
107415
|
+
kind: "Argument",
|
107416
|
+
name: { kind: "Name", value: "before" },
|
107417
|
+
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
107418
|
+
},
|
107419
|
+
{
|
107420
|
+
kind: "Argument",
|
107421
|
+
name: { kind: "Name", value: "filter" },
|
107422
|
+
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
107423
|
+
},
|
107424
|
+
{
|
107425
|
+
kind: "Argument",
|
107426
|
+
name: { kind: "Name", value: "first" },
|
107427
|
+
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
107428
|
+
},
|
107429
|
+
{
|
107430
|
+
kind: "Argument",
|
107431
|
+
name: { kind: "Name", value: "includeArchived" },
|
107432
|
+
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
107433
|
+
},
|
107434
|
+
{
|
107435
|
+
kind: "Argument",
|
107436
|
+
name: { kind: "Name", value: "last" },
|
107437
|
+
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
107438
|
+
},
|
107439
|
+
{
|
107440
|
+
kind: "Argument",
|
107441
|
+
name: { kind: "Name", value: "orderBy" },
|
107442
|
+
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
107443
|
+
},
|
107444
|
+
{
|
107445
|
+
kind: "Argument",
|
107446
|
+
name: { kind: "Name", value: "term" },
|
107447
|
+
value: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
105965
107448
|
},
|
105966
107449
|
],
|
105967
107450
|
selectionSet: {
|
@@ -105969,47 +107452,10 @@ const Roadmap_ProjectsDocument = {
|
|
105969
107452
|
selections: [
|
105970
107453
|
{
|
105971
107454
|
kind: "Field",
|
105972
|
-
name: { kind: "Name", value: "
|
105973
|
-
arguments: [
|
105974
|
-
{
|
105975
|
-
kind: "Argument",
|
105976
|
-
name: { kind: "Name", value: "after" },
|
105977
|
-
value: { kind: "Variable", name: { kind: "Name", value: "after" } },
|
105978
|
-
},
|
105979
|
-
{
|
105980
|
-
kind: "Argument",
|
105981
|
-
name: { kind: "Name", value: "before" },
|
105982
|
-
value: { kind: "Variable", name: { kind: "Name", value: "before" } },
|
105983
|
-
},
|
105984
|
-
{
|
105985
|
-
kind: "Argument",
|
105986
|
-
name: { kind: "Name", value: "filter" },
|
105987
|
-
value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
|
105988
|
-
},
|
105989
|
-
{
|
105990
|
-
kind: "Argument",
|
105991
|
-
name: { kind: "Name", value: "first" },
|
105992
|
-
value: { kind: "Variable", name: { kind: "Name", value: "first" } },
|
105993
|
-
},
|
105994
|
-
{
|
105995
|
-
kind: "Argument",
|
105996
|
-
name: { kind: "Name", value: "includeArchived" },
|
105997
|
-
value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
|
105998
|
-
},
|
105999
|
-
{
|
106000
|
-
kind: "Argument",
|
106001
|
-
name: { kind: "Name", value: "last" },
|
106002
|
-
value: { kind: "Variable", name: { kind: "Name", value: "last" } },
|
106003
|
-
},
|
106004
|
-
{
|
106005
|
-
kind: "Argument",
|
106006
|
-
name: { kind: "Name", value: "orderBy" },
|
106007
|
-
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106008
|
-
},
|
106009
|
-
],
|
107455
|
+
name: { kind: "Name", value: "archivePayload" },
|
106010
107456
|
selectionSet: {
|
106011
107457
|
kind: "SelectionSet",
|
106012
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
107458
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
|
106013
107459
|
},
|
106014
107460
|
},
|
106015
107461
|
],
|
@@ -106018,54 +107464,16 @@ const Roadmap_ProjectsDocument = {
|
|
106018
107464
|
],
|
106019
107465
|
},
|
106020
107466
|
},
|
106021
|
-
...
|
106022
|
-
],
|
106023
|
-
};
|
106024
|
-
const RoadmapToProjectDocument = {
|
106025
|
-
kind: "Document",
|
106026
|
-
definitions: [
|
106027
|
-
{
|
106028
|
-
kind: "OperationDefinition",
|
106029
|
-
operation: "query",
|
106030
|
-
name: { kind: "Name", value: "roadmapToProject" },
|
106031
|
-
variableDefinitions: [
|
106032
|
-
{
|
106033
|
-
kind: "VariableDefinition",
|
106034
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106035
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
106036
|
-
},
|
106037
|
-
],
|
106038
|
-
selectionSet: {
|
106039
|
-
kind: "SelectionSet",
|
106040
|
-
selections: [
|
106041
|
-
{
|
106042
|
-
kind: "Field",
|
106043
|
-
name: { kind: "Name", value: "roadmapToProject" },
|
106044
|
-
arguments: [
|
106045
|
-
{
|
106046
|
-
kind: "Argument",
|
106047
|
-
name: { kind: "Name", value: "id" },
|
106048
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
106049
|
-
},
|
106050
|
-
],
|
106051
|
-
selectionSet: {
|
106052
|
-
kind: "SelectionSet",
|
106053
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProject" } }],
|
106054
|
-
},
|
106055
|
-
},
|
106056
|
-
],
|
106057
|
-
},
|
106058
|
-
},
|
106059
|
-
...RoadmapToProjectFragmentDoc.definitions,
|
107467
|
+
...ArchiveResponseFragmentDoc.definitions,
|
106060
107468
|
],
|
106061
107469
|
};
|
106062
|
-
const
|
107470
|
+
const SearchProjectsDocument = {
|
106063
107471
|
kind: "Document",
|
106064
107472
|
definitions: [
|
106065
107473
|
{
|
106066
107474
|
kind: "OperationDefinition",
|
106067
107475
|
operation: "query",
|
106068
|
-
name: { kind: "Name", value: "
|
107476
|
+
name: { kind: "Name", value: "searchProjects" },
|
106069
107477
|
variableDefinitions: [
|
106070
107478
|
{
|
106071
107479
|
kind: "VariableDefinition",
|
@@ -106097,13 +107505,18 @@ const RoadmapToProjectsDocument = {
|
|
106097
107505
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106098
107506
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
106099
107507
|
},
|
107508
|
+
{
|
107509
|
+
kind: "VariableDefinition",
|
107510
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107511
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107512
|
+
},
|
106100
107513
|
],
|
106101
107514
|
selectionSet: {
|
106102
107515
|
kind: "SelectionSet",
|
106103
107516
|
selections: [
|
106104
107517
|
{
|
106105
107518
|
kind: "Field",
|
106106
|
-
name: { kind: "Name", value: "
|
107519
|
+
name: { kind: "Name", value: "searchProjects" },
|
106107
107520
|
arguments: [
|
106108
107521
|
{
|
106109
107522
|
kind: "Argument",
|
@@ -106135,25 +107548,30 @@ const RoadmapToProjectsDocument = {
|
|
106135
107548
|
name: { kind: "Name", value: "orderBy" },
|
106136
107549
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106137
107550
|
},
|
107551
|
+
{
|
107552
|
+
kind: "Argument",
|
107553
|
+
name: { kind: "Name", value: "term" },
|
107554
|
+
value: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107555
|
+
},
|
106138
107556
|
],
|
106139
107557
|
selectionSet: {
|
106140
107558
|
kind: "SelectionSet",
|
106141
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "
|
107559
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchPayload" } }],
|
106142
107560
|
},
|
106143
107561
|
},
|
106144
107562
|
],
|
106145
107563
|
},
|
106146
107564
|
},
|
106147
|
-
...
|
107565
|
+
...ProjectSearchPayloadFragmentDoc.definitions,
|
106148
107566
|
],
|
106149
107567
|
};
|
106150
|
-
const
|
107568
|
+
const SearchProjects_ArchivePayloadDocument = {
|
106151
107569
|
kind: "Document",
|
106152
107570
|
definitions: [
|
106153
107571
|
{
|
106154
107572
|
kind: "OperationDefinition",
|
106155
107573
|
operation: "query",
|
106156
|
-
name: { kind: "Name", value: "
|
107574
|
+
name: { kind: "Name", value: "searchProjects_archivePayload" },
|
106157
107575
|
variableDefinitions: [
|
106158
107576
|
{
|
106159
107577
|
kind: "VariableDefinition",
|
@@ -106185,13 +107603,18 @@ const RoadmapsDocument = {
|
|
106185
107603
|
variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106186
107604
|
type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
|
106187
107605
|
},
|
107606
|
+
{
|
107607
|
+
kind: "VariableDefinition",
|
107608
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107609
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107610
|
+
},
|
106188
107611
|
],
|
106189
107612
|
selectionSet: {
|
106190
107613
|
kind: "SelectionSet",
|
106191
107614
|
selections: [
|
106192
107615
|
{
|
106193
107616
|
kind: "Field",
|
106194
|
-
name: { kind: "Name", value: "
|
107617
|
+
name: { kind: "Name", value: "searchProjects" },
|
106195
107618
|
arguments: [
|
106196
107619
|
{
|
106197
107620
|
kind: "Argument",
|
@@ -106223,16 +107646,30 @@ const RoadmapsDocument = {
|
|
106223
107646
|
name: { kind: "Name", value: "orderBy" },
|
106224
107647
|
value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
|
106225
107648
|
},
|
107649
|
+
{
|
107650
|
+
kind: "Argument",
|
107651
|
+
name: { kind: "Name", value: "term" },
|
107652
|
+
value: { kind: "Variable", name: { kind: "Name", value: "term" } },
|
107653
|
+
},
|
106226
107654
|
],
|
106227
107655
|
selectionSet: {
|
106228
107656
|
kind: "SelectionSet",
|
106229
|
-
selections: [
|
107657
|
+
selections: [
|
107658
|
+
{
|
107659
|
+
kind: "Field",
|
107660
|
+
name: { kind: "Name", value: "archivePayload" },
|
107661
|
+
selectionSet: {
|
107662
|
+
kind: "SelectionSet",
|
107663
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
|
107664
|
+
},
|
107665
|
+
},
|
107666
|
+
],
|
106230
107667
|
},
|
106231
107668
|
},
|
106232
107669
|
],
|
106233
107670
|
},
|
106234
107671
|
},
|
106235
|
-
...
|
107672
|
+
...ArchiveResponseFragmentDoc.definitions,
|
106236
107673
|
],
|
106237
107674
|
};
|
106238
107675
|
const SsoUrlFromEmailDocument = {
|
@@ -109124,6 +110561,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109124
110561
|
get IssueRelationType () { return IssueRelationType; },
|
109125
110562
|
get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
|
109126
110563
|
get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
|
110564
|
+
get OrganizationInviteStatus () { return OrganizationInviteStatus; },
|
109127
110565
|
get PaginationOrderBy () { return PaginationOrderBy; },
|
109128
110566
|
get ProjectNotificationSubscriptionType () { return ProjectNotificationSubscriptionType; },
|
109129
110567
|
get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
|
@@ -109140,7 +110578,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109140
110578
|
get WorkflowTriggerType () { return WorkflowTriggerType; },
|
109141
110579
|
get WorkflowType () { return WorkflowType; },
|
109142
110580
|
EntityFragmentDoc: EntityFragmentDoc,
|
109143
|
-
|
110581
|
+
DocumentContentFragmentDoc: DocumentContentFragmentDoc,
|
109144
110582
|
ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
|
109145
110583
|
TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
|
109146
110584
|
TemplateFragmentDoc: TemplateFragmentDoc,
|
@@ -109197,6 +110635,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109197
110635
|
DocumentFragmentDoc: DocumentFragmentDoc,
|
109198
110636
|
DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
|
109199
110637
|
DocumentPayloadFragmentDoc: DocumentPayloadFragmentDoc,
|
110638
|
+
ArchiveResponseFragmentDoc: ArchiveResponseFragmentDoc,
|
110639
|
+
DocumentSearchResultFragmentDoc: DocumentSearchResultFragmentDoc,
|
110640
|
+
DocumentSearchPayloadFragmentDoc: DocumentSearchPayloadFragmentDoc,
|
110641
|
+
DocumentSearchResultConnectionFragmentDoc: DocumentSearchResultConnectionFragmentDoc,
|
109200
110642
|
EmailUnsubscribePayloadFragmentDoc: EmailUnsubscribePayloadFragmentDoc,
|
109201
110643
|
EmailUserAccountAuthChallengeResponseFragmentDoc: EmailUserAccountAuthChallengeResponseFragmentDoc,
|
109202
110644
|
EmojiFragmentDoc: EmojiFragmentDoc,
|
@@ -109224,10 +110666,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109224
110666
|
IssueFragmentDoc: IssueFragmentDoc,
|
109225
110667
|
IssueBatchPayloadFragmentDoc: IssueBatchPayloadFragmentDoc,
|
109226
110668
|
IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
|
110669
|
+
IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
|
109227
110670
|
IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
|
109228
110671
|
IssueImportFragmentDoc: IssueImportFragmentDoc,
|
109229
110672
|
IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
|
109230
110673
|
IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
|
110674
|
+
IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
|
109231
110675
|
IssueImportDeletePayloadFragmentDoc: IssueImportDeletePayloadFragmentDoc,
|
109232
110676
|
IssueImportPayloadFragmentDoc: IssueImportPayloadFragmentDoc,
|
109233
110677
|
IssueLabelFragmentDoc: IssueLabelFragmentDoc,
|
@@ -109238,6 +110682,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109238
110682
|
IssueRelationFragmentDoc: IssueRelationFragmentDoc,
|
109239
110683
|
IssueRelationConnectionFragmentDoc: IssueRelationConnectionFragmentDoc,
|
109240
110684
|
IssueRelationPayloadFragmentDoc: IssueRelationPayloadFragmentDoc,
|
110685
|
+
IssueSearchResultFragmentDoc: IssueSearchResultFragmentDoc,
|
110686
|
+
IssueSearchPayloadFragmentDoc: IssueSearchPayloadFragmentDoc,
|
110687
|
+
IssueSearchResultConnectionFragmentDoc: IssueSearchResultConnectionFragmentDoc,
|
109241
110688
|
LogoutResponseFragmentDoc: LogoutResponseFragmentDoc,
|
109242
110689
|
NodeFragmentDoc: NodeFragmentDoc,
|
109243
110690
|
IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
|
@@ -109257,12 +110704,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109257
110704
|
OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
|
109258
110705
|
OrganizationInviteFragmentDoc: OrganizationInviteFragmentDoc,
|
109259
110706
|
OrganizationInviteConnectionFragmentDoc: OrganizationInviteConnectionFragmentDoc,
|
109260
|
-
|
110707
|
+
OrganizationInviteFullDetailsPayloadFragmentDoc: OrganizationInviteFullDetailsPayloadFragmentDoc,
|
109261
110708
|
OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
|
109262
110709
|
OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
|
109263
110710
|
OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
|
109264
110711
|
ProjectFragmentDoc: ProjectFragmentDoc,
|
109265
110712
|
ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
|
110713
|
+
ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
|
109266
110714
|
ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
|
109267
110715
|
ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
|
109268
110716
|
ProjectLinkPayloadFragmentDoc: ProjectLinkPayloadFragmentDoc,
|
@@ -109270,6 +110718,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109270
110718
|
ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
|
109271
110719
|
ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
|
109272
110720
|
ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
|
110721
|
+
ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
|
110722
|
+
ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
|
110723
|
+
ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
|
109273
110724
|
ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
|
109274
110725
|
ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
|
109275
110726
|
ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
|
@@ -109364,6 +110815,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109364
110815
|
FileUploadDocument: FileUploadDocument,
|
109365
110816
|
GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
|
109366
110817
|
ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
|
110818
|
+
ImportFileUploadDocument: ImportFileUploadDocument,
|
109367
110819
|
DeleteIntegrationDocument: DeleteIntegrationDocument,
|
109368
110820
|
IntegrationDiscordDocument: IntegrationDiscordDocument,
|
109369
110821
|
IntegrationFigmaDocument: IntegrationFigmaDocument,
|
@@ -109395,6 +110847,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109395
110847
|
CreateIssueDocument: CreateIssueDocument,
|
109396
110848
|
DeleteIssueDocument: DeleteIssueDocument,
|
109397
110849
|
IssueImportCreateAsanaDocument: IssueImportCreateAsanaDocument,
|
110850
|
+
IssueImportCreateCsvJiraDocument: IssueImportCreateCsvJiraDocument,
|
109398
110851
|
IssueImportCreateClubhouseDocument: IssueImportCreateClubhouseDocument,
|
109399
110852
|
IssueImportCreateGithubDocument: IssueImportCreateGithubDocument,
|
109400
110853
|
IssueImportCreateJiraDocument: IssueImportCreateJiraDocument,
|
@@ -109478,6 +110931,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109478
110931
|
UpdateUserFlagDocument: UpdateUserFlagDocument,
|
109479
110932
|
UserGitHubConnectDocument: UserGitHubConnectDocument,
|
109480
110933
|
UserGoogleCalendarConnectDocument: UserGoogleCalendarConnectDocument,
|
110934
|
+
UserJiraConnectDocument: UserJiraConnectDocument,
|
109481
110935
|
UserPromoteAdminDocument: UserPromoteAdminDocument,
|
109482
110936
|
UserPromoteMemberDocument: UserPromoteMemberDocument,
|
109483
110937
|
UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
|
@@ -109529,8 +110983,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109529
110983
|
DocumentsDocument: DocumentsDocument,
|
109530
110984
|
EmojiDocument: EmojiDocument,
|
109531
110985
|
EmojisDocument: EmojisDocument,
|
109532
|
-
ExternalUserDocument: ExternalUserDocument,
|
109533
|
-
ExternalUsersDocument: ExternalUsersDocument,
|
109534
110986
|
FavoriteDocument: FavoriteDocument,
|
109535
110987
|
Favorite_ChildrenDocument: Favorite_ChildrenDocument,
|
109536
110988
|
FavoritesDocument: FavoritesDocument,
|
@@ -109550,6 +111002,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109550
111002
|
Issue_LabelsDocument: Issue_LabelsDocument,
|
109551
111003
|
Issue_RelationsDocument: Issue_RelationsDocument,
|
109552
111004
|
Issue_SubscribersDocument: Issue_SubscribersDocument,
|
111005
|
+
IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
|
111006
|
+
IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
|
111007
|
+
IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
|
109553
111008
|
IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
|
109554
111009
|
IssueLabelDocument: IssueLabelDocument,
|
109555
111010
|
IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
|
@@ -109581,7 +111036,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109581
111036
|
Organization_UsersDocument: Organization_UsersDocument,
|
109582
111037
|
OrganizationExistsDocument: OrganizationExistsDocument,
|
109583
111038
|
OrganizationInviteDocument: OrganizationInviteDocument,
|
109584
|
-
OrganizationInviteDetailsDocument: OrganizationInviteDetailsDocument,
|
109585
111039
|
OrganizationInvitesDocument: OrganizationInvitesDocument,
|
109586
111040
|
ProjectDocument: ProjectDocument,
|
109587
111041
|
Project_DocumentsDocument: Project_DocumentsDocument,
|
@@ -109591,6 +111045,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109591
111045
|
Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
|
109592
111046
|
Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
|
109593
111047
|
Project_TeamsDocument: Project_TeamsDocument,
|
111048
|
+
ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
|
109594
111049
|
ProjectLinkDocument: ProjectLinkDocument,
|
109595
111050
|
ProjectLinksDocument: ProjectLinksDocument,
|
109596
111051
|
ProjectUpdateDocument: ProjectUpdateDocument,
|
@@ -109605,6 +111060,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109605
111060
|
RoadmapToProjectDocument: RoadmapToProjectDocument,
|
109606
111061
|
RoadmapToProjectsDocument: RoadmapToProjectsDocument,
|
109607
111062
|
RoadmapsDocument: RoadmapsDocument,
|
111063
|
+
SearchDocumentsDocument: SearchDocumentsDocument,
|
111064
|
+
SearchDocuments_ArchivePayloadDocument: SearchDocuments_ArchivePayloadDocument,
|
111065
|
+
SearchIssuesDocument: SearchIssuesDocument,
|
111066
|
+
SearchIssues_ArchivePayloadDocument: SearchIssues_ArchivePayloadDocument,
|
111067
|
+
SearchProjectsDocument: SearchProjectsDocument,
|
111068
|
+
SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
|
109608
111069
|
SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
|
109609
111070
|
TeamDocument: TeamDocument,
|
109610
111071
|
Team_CyclesDocument: Team_CyclesDocument,
|
@@ -109849,6 +111310,21 @@ class ArchivePayload extends Request {
|
|
109849
111310
|
this.success = data.success;
|
109850
111311
|
}
|
109851
111312
|
}
|
111313
|
+
/**
|
111314
|
+
* Contains requested archived model objects.
|
111315
|
+
*
|
111316
|
+
* @param request - function to call the graphql client
|
111317
|
+
* @param data - L.ArchiveResponseFragment response data
|
111318
|
+
*/
|
111319
|
+
class ArchiveResponse extends Request {
|
111320
|
+
constructor(request, data) {
|
111321
|
+
super(request);
|
111322
|
+
this.archive = data.archive;
|
111323
|
+
this.databaseVersion = data.databaseVersion;
|
111324
|
+
this.includesDependencies = data.includesDependencies;
|
111325
|
+
this.totalCount = data.totalCount;
|
111326
|
+
}
|
111327
|
+
}
|
109852
111328
|
/**
|
109853
111329
|
* Issue attachment (e.g. support ticket, pull request).
|
109854
111330
|
*
|
@@ -110155,6 +111631,7 @@ class CustomView extends Request {
|
|
110155
111631
|
this.shared = data.shared;
|
110156
111632
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
110157
111633
|
this._creator = data.creator;
|
111634
|
+
this._owner = data.owner;
|
110158
111635
|
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
110159
111636
|
}
|
110160
111637
|
/** The user who created the custom view. */
|
@@ -110165,6 +111642,10 @@ class CustomView extends Request {
|
|
110165
111642
|
get organization() {
|
110166
111643
|
return new OrganizationQuery(this._request).fetch();
|
110167
111644
|
}
|
111645
|
+
/** The user who owns the custom view. */
|
111646
|
+
get owner() {
|
111647
|
+
return new UserQuery(this._request).fetch(this._owner.id);
|
111648
|
+
}
|
110168
111649
|
/** The team associated with the custom view. */
|
110169
111650
|
get team() {
|
110170
111651
|
var _a, _b;
|
@@ -110223,9 +111704,9 @@ class CustomViewSuggestionPayload extends Request {
|
|
110223
111704
|
constructor(request, data) {
|
110224
111705
|
var _a, _b, _c;
|
110225
111706
|
super(request);
|
110226
|
-
this.
|
110227
|
-
this.
|
110228
|
-
this.
|
111707
|
+
this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
|
111708
|
+
this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
|
111709
|
+
this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
|
110229
111710
|
}
|
110230
111711
|
}
|
110231
111712
|
/**
|
@@ -110375,6 +111856,30 @@ class DocumentConnection extends Connection {
|
|
110375
111856
|
super(request, fetch, data.nodes.map(node => new Document(request, node)), new PageInfo(request, data.pageInfo));
|
110376
111857
|
}
|
110377
111858
|
}
|
111859
|
+
/**
|
111860
|
+
* A document content for a project.
|
111861
|
+
*
|
111862
|
+
* @param request - function to call the graphql client
|
111863
|
+
* @param data - L.DocumentContentFragment response data
|
111864
|
+
*/
|
111865
|
+
class DocumentContent extends Request {
|
111866
|
+
constructor(request, data) {
|
111867
|
+
var _a, _b, _c, _d, _e, _f;
|
111868
|
+
super(request);
|
111869
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
111870
|
+
this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
|
111871
|
+
this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
|
111872
|
+
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
111873
|
+
this.id = data.id;
|
111874
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
111875
|
+
this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
|
111876
|
+
}
|
111877
|
+
/** The issue that the document is associated with. */
|
111878
|
+
get issue() {
|
111879
|
+
var _a, _b;
|
111880
|
+
return ((_a = this._issue) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._issue) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
111881
|
+
}
|
111882
|
+
}
|
110378
111883
|
/**
|
110379
111884
|
* DocumentPayload model
|
110380
111885
|
*
|
@@ -110393,6 +111898,71 @@ class DocumentPayload extends Request {
|
|
110393
111898
|
return new DocumentQuery(this._request).fetch(this._document.id);
|
110394
111899
|
}
|
110395
111900
|
}
|
111901
|
+
/**
|
111902
|
+
* DocumentSearchPayload model
|
111903
|
+
*
|
111904
|
+
* @param request - function to call the graphql client
|
111905
|
+
* @param data - L.DocumentSearchPayloadFragment response data
|
111906
|
+
*/
|
111907
|
+
class DocumentSearchPayload extends Request {
|
111908
|
+
constructor(request, data) {
|
111909
|
+
super(request);
|
111910
|
+
this.totalCount = data.totalCount;
|
111911
|
+
this.archivePayload = new ArchiveResponse(request, data.archivePayload);
|
111912
|
+
this.pageInfo = new PageInfo(request, data.pageInfo);
|
111913
|
+
this.nodes = data.nodes.map(node => new DocumentSearchResult(request, node));
|
111914
|
+
}
|
111915
|
+
}
|
111916
|
+
/**
|
111917
|
+
* DocumentSearchResult model
|
111918
|
+
*
|
111919
|
+
* @param request - function to call the graphql client
|
111920
|
+
* @param data - L.DocumentSearchResultFragment response data
|
111921
|
+
*/
|
111922
|
+
class DocumentSearchResult extends Request {
|
111923
|
+
constructor(request, data) {
|
111924
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
111925
|
+
super(request);
|
111926
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
111927
|
+
this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
|
111928
|
+
this.content = (_c = data.content) !== null && _c !== void 0 ? _c : undefined;
|
111929
|
+
this.contentData = (_d = parseJson(data.contentData)) !== null && _d !== void 0 ? _d : undefined;
|
111930
|
+
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
111931
|
+
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
111932
|
+
this.id = data.id;
|
111933
|
+
this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
|
111934
|
+
this.slugId = data.slugId;
|
111935
|
+
this.title = data.title;
|
111936
|
+
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
111937
|
+
this._creator = data.creator;
|
111938
|
+
this._project = data.project;
|
111939
|
+
this._updatedBy = data.updatedBy;
|
111940
|
+
}
|
111941
|
+
/** The user who created the document. */
|
111942
|
+
get creator() {
|
111943
|
+
return new UserQuery(this._request).fetch(this._creator.id);
|
111944
|
+
}
|
111945
|
+
/** The project that the document is associated with. */
|
111946
|
+
get project() {
|
111947
|
+
return new ProjectQuery(this._request).fetch(this._project.id);
|
111948
|
+
}
|
111949
|
+
/** The user who last updated the document. */
|
111950
|
+
get updatedBy() {
|
111951
|
+
return new UserQuery(this._request).fetch(this._updatedBy.id);
|
111952
|
+
}
|
111953
|
+
}
|
111954
|
+
/**
|
111955
|
+
* DocumentSearchResultConnection model
|
111956
|
+
*
|
111957
|
+
* @param request - function to call the graphql client
|
111958
|
+
* @param fetch - function to trigger a refetch of this DocumentSearchResultConnection model
|
111959
|
+
* @param data - DocumentSearchResultConnection response data
|
111960
|
+
*/
|
111961
|
+
class DocumentSearchResultConnection extends Connection {
|
111962
|
+
constructor(request, fetch, data) {
|
111963
|
+
super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
111964
|
+
}
|
111965
|
+
}
|
110396
111966
|
/**
|
110397
111967
|
* EmailUnsubscribePayload model
|
110398
111968
|
*
|
@@ -110572,7 +112142,7 @@ class Favorite extends Request {
|
|
110572
112142
|
var _a, _b;
|
110573
112143
|
return ((_a = this._parent) === null || _a === void 0 ? void 0 : _a.id) ? new FavoriteQuery(this._request).fetch((_b = this._parent) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
110574
112144
|
}
|
110575
|
-
/** The team of the favorited
|
112145
|
+
/** The team of the favorited predefined view. */
|
110576
112146
|
get predefinedViewTeam() {
|
110577
112147
|
var _a, _b;
|
110578
112148
|
return ((_a = this._predefinedViewTeam) === null || _a === void 0 ? void 0 : _a.id) ? new TeamQuery(this._request).fetch((_b = this._predefinedViewTeam) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
@@ -111080,7 +112650,7 @@ class IntercomSettings extends Request {
|
|
111080
112650
|
*/
|
111081
112651
|
class Issue extends Request {
|
111082
112652
|
constructor(request, data) {
|
111083
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
|
112653
|
+
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;
|
111084
112654
|
super(request);
|
111085
112655
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
111086
112656
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -111113,10 +112683,11 @@ class Issue extends Request {
|
|
111113
112683
|
this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
|
111114
112684
|
this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
|
111115
112685
|
this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
|
111116
|
-
this.
|
111117
|
-
this.
|
111118
|
-
this.
|
111119
|
-
this.
|
112686
|
+
this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
|
112687
|
+
this._parent = (_w = data.parent) !== null && _w !== void 0 ? _w : undefined;
|
112688
|
+
this._project = (_x = data.project) !== null && _x !== void 0 ? _x : undefined;
|
112689
|
+
this._projectMilestone = (_y = data.projectMilestone) !== null && _y !== void 0 ? _y : undefined;
|
112690
|
+
this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
|
111120
112691
|
this._state = data.state;
|
111121
112692
|
this._team = data.team;
|
111122
112693
|
}
|
@@ -111135,6 +112706,11 @@ class Issue extends Request {
|
|
111135
112706
|
var _a, _b;
|
111136
112707
|
return ((_a = this._cycle) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._cycle) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
111137
112708
|
}
|
112709
|
+
/** The users favorite associated with this issue. */
|
112710
|
+
get favorite() {
|
112711
|
+
var _a, _b;
|
112712
|
+
return ((_a = this._favorite) === null || _a === void 0 ? void 0 : _a.id) ? new FavoriteQuery(this._request).fetch((_b = this._favorite) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
112713
|
+
}
|
111138
112714
|
/** The parent of the issue. */
|
111139
112715
|
get parent() {
|
111140
112716
|
var _a, _b;
|
@@ -111244,6 +112820,19 @@ class IssueConnection extends Connection {
|
|
111244
112820
|
super(request, fetch, data.nodes.map(node => new Issue(request, node)), new PageInfo(request, data.pageInfo));
|
111245
112821
|
}
|
111246
112822
|
}
|
112823
|
+
/**
|
112824
|
+
* IssueFilterSuggestionPayload model
|
112825
|
+
*
|
112826
|
+
* @param request - function to call the graphql client
|
112827
|
+
* @param data - L.IssueFilterSuggestionPayloadFragment response data
|
112828
|
+
*/
|
112829
|
+
class IssueFilterSuggestionPayload extends Request {
|
112830
|
+
constructor(request, data) {
|
112831
|
+
var _a;
|
112832
|
+
super(request);
|
112833
|
+
this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
|
112834
|
+
}
|
112835
|
+
}
|
111247
112836
|
/**
|
111248
112837
|
* A record of changes to an issue.
|
111249
112838
|
*
|
@@ -111411,19 +113000,21 @@ class IssueHistoryConnection extends Connection {
|
|
111411
113000
|
*/
|
111412
113001
|
class IssueImport extends Request {
|
111413
113002
|
constructor(request, data) {
|
111414
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
113003
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
111415
113004
|
super(request);
|
111416
113005
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
111417
113006
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
111418
113007
|
this.creatorId = data.creatorId;
|
111419
|
-
this.
|
113008
|
+
this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
|
113009
|
+
this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
|
113010
|
+
this.errorMetadata = (_e = parseJson(data.errorMetadata)) !== null && _e !== void 0 ? _e : undefined;
|
111420
113011
|
this.id = data.id;
|
111421
|
-
this.mapping = (
|
111422
|
-
this.progress = (
|
113012
|
+
this.mapping = (_f = parseJson(data.mapping)) !== null && _f !== void 0 ? _f : undefined;
|
113013
|
+
this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
|
111423
113014
|
this.service = data.service;
|
111424
113015
|
this.status = data.status;
|
111425
|
-
this.teamName = (
|
111426
|
-
this.updatedAt = (
|
113016
|
+
this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
|
113017
|
+
this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
|
111427
113018
|
}
|
111428
113019
|
/** Deletes an import job. */
|
111429
113020
|
delete(issueImportId) {
|
@@ -111434,6 +113025,18 @@ class IssueImport extends Request {
|
|
111434
113025
|
return new UpdateIssueImportMutation(this._request).fetch(this.id, input);
|
111435
113026
|
}
|
111436
113027
|
}
|
113028
|
+
/**
|
113029
|
+
* IssueImportCheckPayload model
|
113030
|
+
*
|
113031
|
+
* @param request - function to call the graphql client
|
113032
|
+
* @param data - L.IssueImportCheckPayloadFragment response data
|
113033
|
+
*/
|
113034
|
+
class IssueImportCheckPayload extends Request {
|
113035
|
+
constructor(request, data) {
|
113036
|
+
super(request);
|
113037
|
+
this.success = data.success;
|
113038
|
+
}
|
113039
|
+
}
|
111437
113040
|
/**
|
111438
113041
|
* IssueImportDeletePayload model
|
111439
113042
|
*
|
@@ -111582,7 +113185,7 @@ class IssueNotification extends Request {
|
|
111582
113185
|
this._team = data.team;
|
111583
113186
|
this._user = data.user;
|
111584
113187
|
}
|
111585
|
-
/** The user that caused the notification.
|
113188
|
+
/** The user that caused the notification. */
|
111586
113189
|
get actor() {
|
111587
113190
|
var _a, _b;
|
111588
113191
|
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;
|
@@ -111720,6 +113323,134 @@ class IssueRelationPayload extends Request {
|
|
111720
113323
|
return new IssueRelationQuery(this._request).fetch(this._issueRelation.id);
|
111721
113324
|
}
|
111722
113325
|
}
|
113326
|
+
/**
|
113327
|
+
* IssueSearchPayload model
|
113328
|
+
*
|
113329
|
+
* @param request - function to call the graphql client
|
113330
|
+
* @param data - L.IssueSearchPayloadFragment response data
|
113331
|
+
*/
|
113332
|
+
class IssueSearchPayload extends Request {
|
113333
|
+
constructor(request, data) {
|
113334
|
+
super(request);
|
113335
|
+
this.totalCount = data.totalCount;
|
113336
|
+
this.archivePayload = new ArchiveResponse(request, data.archivePayload);
|
113337
|
+
this.pageInfo = new PageInfo(request, data.pageInfo);
|
113338
|
+
this.nodes = data.nodes.map(node => new IssueSearchResult(request, node));
|
113339
|
+
}
|
113340
|
+
}
|
113341
|
+
/**
|
113342
|
+
* IssueSearchResult model
|
113343
|
+
*
|
113344
|
+
* @param request - function to call the graphql client
|
113345
|
+
* @param data - L.IssueSearchResultFragment response data
|
113346
|
+
*/
|
113347
|
+
class IssueSearchResult extends Request {
|
113348
|
+
constructor(request, data) {
|
113349
|
+
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;
|
113350
|
+
super(request);
|
113351
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113352
|
+
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
113353
|
+
this.autoClosedAt = (_c = parseDate(data.autoClosedAt)) !== null && _c !== void 0 ? _c : undefined;
|
113354
|
+
this.boardOrder = data.boardOrder;
|
113355
|
+
this.branchName = data.branchName;
|
113356
|
+
this.canceledAt = (_d = parseDate(data.canceledAt)) !== null && _d !== void 0 ? _d : undefined;
|
113357
|
+
this.completedAt = (_e = parseDate(data.completedAt)) !== null && _e !== void 0 ? _e : undefined;
|
113358
|
+
this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
|
113359
|
+
this.customerTicketCount = data.customerTicketCount;
|
113360
|
+
this.description = (_g = data.description) !== null && _g !== void 0 ? _g : undefined;
|
113361
|
+
this.dueDate = (_h = data.dueDate) !== null && _h !== void 0 ? _h : undefined;
|
113362
|
+
this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
|
113363
|
+
this.id = data.id;
|
113364
|
+
this.identifier = data.identifier;
|
113365
|
+
this.metadata = (_k = parseJson(data.metadata)) !== null && _k !== void 0 ? _k : {};
|
113366
|
+
this.number = data.number;
|
113367
|
+
this.previousIdentifiers = data.previousIdentifiers;
|
113368
|
+
this.priority = data.priority;
|
113369
|
+
this.priorityLabel = data.priorityLabel;
|
113370
|
+
this.snoozedUntilAt = (_l = parseDate(data.snoozedUntilAt)) !== null && _l !== void 0 ? _l : undefined;
|
113371
|
+
this.sortOrder = data.sortOrder;
|
113372
|
+
this.startedAt = (_m = parseDate(data.startedAt)) !== null && _m !== void 0 ? _m : undefined;
|
113373
|
+
this.startedTriageAt = (_o = parseDate(data.startedTriageAt)) !== null && _o !== void 0 ? _o : undefined;
|
113374
|
+
this.subIssueSortOrder = (_p = data.subIssueSortOrder) !== null && _p !== void 0 ? _p : undefined;
|
113375
|
+
this.title = data.title;
|
113376
|
+
this.trashed = (_q = data.trashed) !== null && _q !== void 0 ? _q : undefined;
|
113377
|
+
this.triagedAt = (_r = parseDate(data.triagedAt)) !== null && _r !== void 0 ? _r : undefined;
|
113378
|
+
this.updatedAt = (_s = parseDate(data.updatedAt)) !== null && _s !== void 0 ? _s : new Date();
|
113379
|
+
this.url = data.url;
|
113380
|
+
this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
|
113381
|
+
this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
|
113382
|
+
this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
|
113383
|
+
this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
|
113384
|
+
this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
|
113385
|
+
this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
|
113386
|
+
this._projectMilestone = (_z = data.projectMilestone) !== null && _z !== void 0 ? _z : undefined;
|
113387
|
+
this._snoozedBy = (_0 = data.snoozedBy) !== null && _0 !== void 0 ? _0 : undefined;
|
113388
|
+
this._state = data.state;
|
113389
|
+
this._team = data.team;
|
113390
|
+
}
|
113391
|
+
/** The user to whom the issue is assigned to. */
|
113392
|
+
get assignee() {
|
113393
|
+
var _a, _b;
|
113394
|
+
return ((_a = this._assignee) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._assignee) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
113395
|
+
}
|
113396
|
+
/** The user who created the issue. */
|
113397
|
+
get creator() {
|
113398
|
+
var _a, _b;
|
113399
|
+
return ((_a = this._creator) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._creator) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
113400
|
+
}
|
113401
|
+
/** The cycle that the issue is associated with. */
|
113402
|
+
get cycle() {
|
113403
|
+
var _a, _b;
|
113404
|
+
return ((_a = this._cycle) === null || _a === void 0 ? void 0 : _a.id) ? new CycleQuery(this._request).fetch((_b = this._cycle) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
113405
|
+
}
|
113406
|
+
/** The users favorite associated with this issue. */
|
113407
|
+
get favorite() {
|
113408
|
+
var _a, _b;
|
113409
|
+
return ((_a = this._favorite) === null || _a === void 0 ? void 0 : _a.id) ? new FavoriteQuery(this._request).fetch((_b = this._favorite) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
113410
|
+
}
|
113411
|
+
/** The parent of the issue. */
|
113412
|
+
get parent() {
|
113413
|
+
var _a, _b;
|
113414
|
+
return ((_a = this._parent) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._parent) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
113415
|
+
}
|
113416
|
+
/** The project that the issue is associated with. */
|
113417
|
+
get project() {
|
113418
|
+
var _a, _b;
|
113419
|
+
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;
|
113420
|
+
}
|
113421
|
+
/** The projectMilestone that the issue is associated with. */
|
113422
|
+
get projectMilestone() {
|
113423
|
+
var _a, _b;
|
113424
|
+
return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
|
113425
|
+
? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
|
113426
|
+
: undefined;
|
113427
|
+
}
|
113428
|
+
/** The user who snoozed the issue. */
|
113429
|
+
get snoozedBy() {
|
113430
|
+
var _a, _b;
|
113431
|
+
return ((_a = this._snoozedBy) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._snoozedBy) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
113432
|
+
}
|
113433
|
+
/** The workflow state that the issue is associated with. */
|
113434
|
+
get state() {
|
113435
|
+
return new WorkflowStateQuery(this._request).fetch(this._state.id);
|
113436
|
+
}
|
113437
|
+
/** The team that the issue is associated with. */
|
113438
|
+
get team() {
|
113439
|
+
return new TeamQuery(this._request).fetch(this._team.id);
|
113440
|
+
}
|
113441
|
+
}
|
113442
|
+
/**
|
113443
|
+
* IssueSearchResultConnection model
|
113444
|
+
*
|
113445
|
+
* @param request - function to call the graphql client
|
113446
|
+
* @param fetch - function to trigger a refetch of this IssueSearchResultConnection model
|
113447
|
+
* @param data - IssueSearchResultConnection response data
|
113448
|
+
*/
|
113449
|
+
class IssueSearchResultConnection extends Connection {
|
113450
|
+
constructor(request, fetch, data) {
|
113451
|
+
super(request, fetch, data.nodes.map(node => new IssueSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
113452
|
+
}
|
113453
|
+
}
|
111723
113454
|
/**
|
111724
113455
|
* Tuple for mapping Jira projects to Linear teams.
|
111725
113456
|
*
|
@@ -111808,7 +113539,7 @@ class Notification extends Request {
|
|
111808
113539
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
111809
113540
|
this._user = data.user;
|
111810
113541
|
}
|
111811
|
-
/** The user that caused the notification.
|
113542
|
+
/** The user that caused the notification. */
|
111812
113543
|
get actor() {
|
111813
113544
|
var _a, _b;
|
111814
113545
|
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;
|
@@ -112041,7 +113772,7 @@ class OauthClientApprovalNotification extends Request {
|
|
112041
113772
|
this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
|
112042
113773
|
this._user = data.user;
|
112043
113774
|
}
|
112044
|
-
/** The user that caused the notification.
|
113775
|
+
/** The user that caused the notification. */
|
112045
113776
|
get actor() {
|
112046
113777
|
var _a, _b;
|
112047
113778
|
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;
|
@@ -112252,12 +113983,12 @@ class OrganizationInviteConnection extends Connection {
|
|
112252
113983
|
}
|
112253
113984
|
}
|
112254
113985
|
/**
|
112255
|
-
*
|
113986
|
+
* OrganizationInviteFullDetailsPayload model
|
112256
113987
|
*
|
112257
113988
|
* @param request - function to call the graphql client
|
112258
|
-
* @param data - L.
|
113989
|
+
* @param data - L.OrganizationInviteFullDetailsPayloadFragment response data
|
112259
113990
|
*/
|
112260
|
-
class
|
113991
|
+
class OrganizationInviteFullDetailsPayload extends Request {
|
112261
113992
|
constructor(request, data) {
|
112262
113993
|
var _a, _b;
|
112263
113994
|
super(request);
|
@@ -112367,28 +114098,6 @@ class PaidSubscription extends Request {
|
|
112367
114098
|
return new OrganizationQuery(this._request).fetch();
|
112368
114099
|
}
|
112369
114100
|
}
|
112370
|
-
/**
|
112371
|
-
* A personal note for a user
|
112372
|
-
*
|
112373
|
-
* @param request - function to call the graphql client
|
112374
|
-
* @param data - L.PersonalNoteFragment response data
|
112375
|
-
*/
|
112376
|
-
class PersonalNote extends Request {
|
112377
|
-
constructor(request, data) {
|
112378
|
-
var _a, _b, _c, _d;
|
112379
|
-
super(request);
|
112380
|
-
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
112381
|
-
this.contentData = (_b = parseJson(data.contentData)) !== null && _b !== void 0 ? _b : undefined;
|
112382
|
-
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
112383
|
-
this.id = data.id;
|
112384
|
-
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
112385
|
-
this._user = data.user;
|
112386
|
-
}
|
112387
|
-
/** The user that owns the note. */
|
112388
|
-
get user() {
|
112389
|
-
return new UserQuery(this._request).fetch(this._user.id);
|
112390
|
-
}
|
112391
|
-
}
|
112392
114101
|
/**
|
112393
114102
|
* A project.
|
112394
114103
|
*
|
@@ -112514,6 +114223,19 @@ class ProjectConnection extends Connection {
|
|
112514
114223
|
super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
|
112515
114224
|
}
|
112516
114225
|
}
|
114226
|
+
/**
|
114227
|
+
* ProjectFilterSuggestionPayload model
|
114228
|
+
*
|
114229
|
+
* @param request - function to call the graphql client
|
114230
|
+
* @param data - L.ProjectFilterSuggestionPayloadFragment response data
|
114231
|
+
*/
|
114232
|
+
class ProjectFilterSuggestionPayload extends Request {
|
114233
|
+
constructor(request, data) {
|
114234
|
+
var _a;
|
114235
|
+
super(request);
|
114236
|
+
this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
|
114237
|
+
}
|
114238
|
+
}
|
112517
114239
|
/**
|
112518
114240
|
* An external link for a project.
|
112519
114241
|
*
|
@@ -112675,7 +114397,7 @@ class ProjectNotification extends Request {
|
|
112675
114397
|
this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
|
112676
114398
|
this._user = data.user;
|
112677
114399
|
}
|
112678
|
-
/** The user that caused the notification.
|
114400
|
+
/** The user that caused the notification. */
|
112679
114401
|
get actor() {
|
112680
114402
|
var _a, _b;
|
112681
114403
|
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;
|
@@ -112747,6 +114469,99 @@ class ProjectPayload extends Request {
|
|
112747
114469
|
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;
|
112748
114470
|
}
|
112749
114471
|
}
|
114472
|
+
/**
|
114473
|
+
* ProjectSearchPayload model
|
114474
|
+
*
|
114475
|
+
* @param request - function to call the graphql client
|
114476
|
+
* @param data - L.ProjectSearchPayloadFragment response data
|
114477
|
+
*/
|
114478
|
+
class ProjectSearchPayload extends Request {
|
114479
|
+
constructor(request, data) {
|
114480
|
+
super(request);
|
114481
|
+
this.totalCount = data.totalCount;
|
114482
|
+
this.archivePayload = new ArchiveResponse(request, data.archivePayload);
|
114483
|
+
this.pageInfo = new PageInfo(request, data.pageInfo);
|
114484
|
+
this.nodes = data.nodes.map(node => new ProjectSearchResult(request, node));
|
114485
|
+
}
|
114486
|
+
}
|
114487
|
+
/**
|
114488
|
+
* ProjectSearchResult model
|
114489
|
+
*
|
114490
|
+
* @param request - function to call the graphql client
|
114491
|
+
* @param data - L.ProjectSearchResultFragment response data
|
114492
|
+
*/
|
114493
|
+
class ProjectSearchResult extends Request {
|
114494
|
+
constructor(request, data) {
|
114495
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
114496
|
+
super(request);
|
114497
|
+
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
114498
|
+
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
114499
|
+
this.canceledAt = (_c = parseDate(data.canceledAt)) !== null && _c !== void 0 ? _c : undefined;
|
114500
|
+
this.color = data.color;
|
114501
|
+
this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
|
114502
|
+
this.completedIssueCountHistory = data.completedIssueCountHistory;
|
114503
|
+
this.completedScopeHistory = data.completedScopeHistory;
|
114504
|
+
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
114505
|
+
this.description = data.description;
|
114506
|
+
this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
|
114507
|
+
this.id = data.id;
|
114508
|
+
this.inProgressScopeHistory = data.inProgressScopeHistory;
|
114509
|
+
this.issueCountHistory = data.issueCountHistory;
|
114510
|
+
this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
|
114511
|
+
this.name = data.name;
|
114512
|
+
this.progress = data.progress;
|
114513
|
+
this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
|
114514
|
+
this.scope = data.scope;
|
114515
|
+
this.scopeHistory = data.scopeHistory;
|
114516
|
+
this.slackIssueComments = data.slackIssueComments;
|
114517
|
+
this.slackIssueStatuses = data.slackIssueStatuses;
|
114518
|
+
this.slackNewIssue = data.slackNewIssue;
|
114519
|
+
this.slugId = data.slugId;
|
114520
|
+
this.sortOrder = data.sortOrder;
|
114521
|
+
this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
|
114522
|
+
this.state = data.state;
|
114523
|
+
this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
|
114524
|
+
this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
|
114525
|
+
this.url = data.url;
|
114526
|
+
this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
|
114527
|
+
this._creator = data.creator;
|
114528
|
+
this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
|
114529
|
+
this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
|
114530
|
+
}
|
114531
|
+
/** The project was created based on this issue. */
|
114532
|
+
get convertedFromIssue() {
|
114533
|
+
var _a, _b;
|
114534
|
+
return ((_a = this._convertedFromIssue) === null || _a === void 0 ? void 0 : _a.id) ? new IssueQuery(this._request).fetch((_b = this._convertedFromIssue) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
114535
|
+
}
|
114536
|
+
/** The user who created the project. */
|
114537
|
+
get creator() {
|
114538
|
+
return new UserQuery(this._request).fetch(this._creator.id);
|
114539
|
+
}
|
114540
|
+
/** Settings for all integrations associated with that project. */
|
114541
|
+
get integrationsSettings() {
|
114542
|
+
var _a, _b;
|
114543
|
+
return ((_a = this._integrationsSettings) === null || _a === void 0 ? void 0 : _a.id)
|
114544
|
+
? new IntegrationsSettingsQuery(this._request).fetch((_b = this._integrationsSettings) === null || _b === void 0 ? void 0 : _b.id)
|
114545
|
+
: undefined;
|
114546
|
+
}
|
114547
|
+
/** The project lead. */
|
114548
|
+
get lead() {
|
114549
|
+
var _a, _b;
|
114550
|
+
return ((_a = this._lead) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._lead) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
114551
|
+
}
|
114552
|
+
}
|
114553
|
+
/**
|
114554
|
+
* ProjectSearchResultConnection model
|
114555
|
+
*
|
114556
|
+
* @param request - function to call the graphql client
|
114557
|
+
* @param fetch - function to trigger a refetch of this ProjectSearchResultConnection model
|
114558
|
+
* @param data - ProjectSearchResultConnection response data
|
114559
|
+
*/
|
114560
|
+
class ProjectSearchResultConnection extends Connection {
|
114561
|
+
constructor(request, fetch, data) {
|
114562
|
+
super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
|
114563
|
+
}
|
114564
|
+
}
|
112750
114565
|
/**
|
112751
114566
|
* A update associated with an project.
|
112752
114567
|
*
|
@@ -113941,6 +115756,7 @@ class UserSettings extends Request {
|
|
113941
115756
|
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
113942
115757
|
this.id = data.id;
|
113943
115758
|
this.notificationPreferences = (_d = parseJson(data.notificationPreferences)) !== null && _d !== void 0 ? _d : {};
|
115759
|
+
this.showFullUserNames = data.showFullUserNames;
|
113944
115760
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
113945
115761
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
113946
115762
|
this._user = data.user;
|
@@ -115328,6 +117144,34 @@ class ImageUploadFromUrlMutation extends Request {
|
|
115328
117144
|
});
|
115329
117145
|
}
|
115330
117146
|
}
|
117147
|
+
/**
|
117148
|
+
* A fetchable ImportFileUpload Mutation
|
117149
|
+
*
|
117150
|
+
* @param request - function to call the graphql client
|
117151
|
+
*/
|
117152
|
+
class ImportFileUploadMutation extends Request {
|
117153
|
+
constructor(request) {
|
117154
|
+
super(request);
|
117155
|
+
}
|
117156
|
+
/**
|
117157
|
+
* Call the ImportFileUpload mutation and return a UploadPayload
|
117158
|
+
*
|
117159
|
+
* @param contentType - required contentType to pass to importFileUpload
|
117160
|
+
* @param filename - required filename to pass to importFileUpload
|
117161
|
+
* @param size - required size to pass to importFileUpload
|
117162
|
+
* @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
|
117163
|
+
* @returns parsed response from ImportFileUploadMutation
|
117164
|
+
*/
|
117165
|
+
fetch(contentType, filename, size, variables) {
|
117166
|
+
return __awaiter(this, void 0, void 0, function* () {
|
117167
|
+
const response = yield this._request(ImportFileUploadDocument, Object.assign({ contentType,
|
117168
|
+
filename,
|
117169
|
+
size }, variables));
|
117170
|
+
const data = response.importFileUpload;
|
117171
|
+
return new UploadPayload(this._request, data);
|
117172
|
+
});
|
117173
|
+
}
|
117174
|
+
}
|
115331
117175
|
/**
|
115332
117176
|
* A fetchable DeleteIntegration Mutation
|
115333
117177
|
*
|
@@ -116135,6 +117979,30 @@ class IssueImportCreateAsanaMutation extends Request {
|
|
116135
117979
|
});
|
116136
117980
|
}
|
116137
117981
|
}
|
117982
|
+
/**
|
117983
|
+
* A fetchable IssueImportCreateCsvJira Mutation
|
117984
|
+
*
|
117985
|
+
* @param request - function to call the graphql client
|
117986
|
+
*/
|
117987
|
+
class IssueImportCreateCsvJiraMutation extends Request {
|
117988
|
+
constructor(request) {
|
117989
|
+
super(request);
|
117990
|
+
}
|
117991
|
+
/**
|
117992
|
+
* Call the IssueImportCreateCsvJira mutation and return a IssueImportPayload
|
117993
|
+
*
|
117994
|
+
* @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
|
117995
|
+
* @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
|
117996
|
+
* @returns parsed response from IssueImportCreateCsvJiraMutation
|
117997
|
+
*/
|
117998
|
+
fetch(csvUrl, variables) {
|
117999
|
+
return __awaiter(this, void 0, void 0, function* () {
|
118000
|
+
const response = yield this._request(IssueImportCreateCsvJiraDocument, Object.assign({ csvUrl }, variables));
|
118001
|
+
const data = response.issueImportCreateCSVJira;
|
118002
|
+
return new IssueImportPayload(this._request, data);
|
118003
|
+
});
|
118004
|
+
}
|
118005
|
+
}
|
116138
118006
|
/**
|
116139
118007
|
* A fetchable IssueImportCreateClubhouse Mutation
|
116140
118008
|
*
|
@@ -116147,14 +118015,14 @@ class IssueImportCreateClubhouseMutation extends Request {
|
|
116147
118015
|
/**
|
116148
118016
|
* Call the IssueImportCreateClubhouse mutation and return a IssueImportPayload
|
116149
118017
|
*
|
116150
|
-
* @param
|
118018
|
+
* @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
|
116151
118019
|
* @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
|
116152
|
-
* @param variables - variables without '
|
118020
|
+
* @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
|
116153
118021
|
* @returns parsed response from IssueImportCreateClubhouseMutation
|
116154
118022
|
*/
|
116155
|
-
fetch(
|
118023
|
+
fetch(clubhouseGroupName, clubhouseToken, variables) {
|
116156
118024
|
return __awaiter(this, void 0, void 0, function* () {
|
116157
|
-
const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({
|
118025
|
+
const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseGroupName,
|
116158
118026
|
clubhouseToken }, variables));
|
116159
118027
|
const data = response.issueImportCreateClubhouse;
|
116160
118028
|
return new IssueImportPayload(this._request, data);
|
@@ -118245,6 +120113,31 @@ class UserGoogleCalendarConnectMutation extends Request {
|
|
118245
120113
|
});
|
118246
120114
|
}
|
118247
120115
|
}
|
120116
|
+
/**
|
120117
|
+
* A fetchable UserJiraConnect Mutation
|
120118
|
+
*
|
120119
|
+
* @param request - function to call the graphql client
|
120120
|
+
*/
|
120121
|
+
class UserJiraConnectMutation extends Request {
|
120122
|
+
constructor(request) {
|
120123
|
+
super(request);
|
120124
|
+
}
|
120125
|
+
/**
|
120126
|
+
* Call the UserJiraConnect mutation and return a UserPayload
|
120127
|
+
*
|
120128
|
+
* @param code - required code to pass to userJiraConnect
|
120129
|
+
* @returns parsed response from UserJiraConnectMutation
|
120130
|
+
*/
|
120131
|
+
fetch(code) {
|
120132
|
+
return __awaiter(this, void 0, void 0, function* () {
|
120133
|
+
const response = yield this._request(UserJiraConnectDocument, {
|
120134
|
+
code,
|
120135
|
+
});
|
120136
|
+
const data = response.userJiraConnect;
|
120137
|
+
return new UserPayload(this._request, data);
|
120138
|
+
});
|
120139
|
+
}
|
120140
|
+
}
|
118248
120141
|
/**
|
118249
120142
|
* A fetchable UserPromoteAdmin Mutation
|
118250
120143
|
*
|
@@ -119447,6 +121340,82 @@ class IssueQuery extends Request {
|
|
119447
121340
|
});
|
119448
121341
|
}
|
119449
121342
|
}
|
121343
|
+
/**
|
121344
|
+
* A fetchable IssueFigmaFileKeySearch Query
|
121345
|
+
*
|
121346
|
+
* @param request - function to call the graphql client
|
121347
|
+
*/
|
121348
|
+
class IssueFigmaFileKeySearchQuery extends Request {
|
121349
|
+
constructor(request) {
|
121350
|
+
super(request);
|
121351
|
+
}
|
121352
|
+
/**
|
121353
|
+
* Call the IssueFigmaFileKeySearch query and return a IssueConnection
|
121354
|
+
*
|
121355
|
+
* @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
|
121356
|
+
* @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
|
121357
|
+
* @returns parsed response from IssueFigmaFileKeySearchQuery
|
121358
|
+
*/
|
121359
|
+
fetch(fileKey, variables) {
|
121360
|
+
return __awaiter(this, void 0, void 0, function* () {
|
121361
|
+
const response = yield this._request(IssueFigmaFileKeySearchDocument, Object.assign({ fileKey }, variables));
|
121362
|
+
const data = response.issueFigmaFileKeySearch;
|
121363
|
+
return new IssueConnection(this._request, connection => this.fetch(fileKey, defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
|
121364
|
+
});
|
121365
|
+
}
|
121366
|
+
}
|
121367
|
+
/**
|
121368
|
+
* A fetchable IssueFilterSuggestion Query
|
121369
|
+
*
|
121370
|
+
* @param request - function to call the graphql client
|
121371
|
+
*/
|
121372
|
+
class IssueFilterSuggestionQuery extends Request {
|
121373
|
+
constructor(request) {
|
121374
|
+
super(request);
|
121375
|
+
}
|
121376
|
+
/**
|
121377
|
+
* Call the IssueFilterSuggestion query and return a IssueFilterSuggestionPayload
|
121378
|
+
*
|
121379
|
+
* @param prompt - required prompt to pass to issueFilterSuggestion
|
121380
|
+
* @returns parsed response from IssueFilterSuggestionQuery
|
121381
|
+
*/
|
121382
|
+
fetch(prompt) {
|
121383
|
+
return __awaiter(this, void 0, void 0, function* () {
|
121384
|
+
const response = yield this._request(IssueFilterSuggestionDocument, {
|
121385
|
+
prompt,
|
121386
|
+
});
|
121387
|
+
const data = response.issueFilterSuggestion;
|
121388
|
+
return new IssueFilterSuggestionPayload(this._request, data);
|
121389
|
+
});
|
121390
|
+
}
|
121391
|
+
}
|
121392
|
+
/**
|
121393
|
+
* A fetchable IssueImportCheckCsv Query
|
121394
|
+
*
|
121395
|
+
* @param request - function to call the graphql client
|
121396
|
+
*/
|
121397
|
+
class IssueImportCheckCsvQuery extends Request {
|
121398
|
+
constructor(request) {
|
121399
|
+
super(request);
|
121400
|
+
}
|
121401
|
+
/**
|
121402
|
+
* Call the IssueImportCheckCsv query and return a IssueImportCheckPayload
|
121403
|
+
*
|
121404
|
+
* @param csvUrl - required csvUrl to pass to issueImportCheckCSV
|
121405
|
+
* @param service - required service to pass to issueImportCheckCSV
|
121406
|
+
* @returns parsed response from IssueImportCheckCsvQuery
|
121407
|
+
*/
|
121408
|
+
fetch(csvUrl, service) {
|
121409
|
+
return __awaiter(this, void 0, void 0, function* () {
|
121410
|
+
const response = yield this._request(IssueImportCheckCsvDocument, {
|
121411
|
+
csvUrl,
|
121412
|
+
service,
|
121413
|
+
});
|
121414
|
+
const data = response.issueImportCheckCSV;
|
121415
|
+
return new IssueImportCheckPayload(this._request, data);
|
121416
|
+
});
|
121417
|
+
}
|
121418
|
+
}
|
119450
121419
|
/**
|
119451
121420
|
* A fetchable IssueImportFinishGithubOAuth Query
|
119452
121421
|
*
|
@@ -119824,31 +121793,6 @@ class OrganizationInviteQuery extends Request {
|
|
119824
121793
|
});
|
119825
121794
|
}
|
119826
121795
|
}
|
119827
|
-
/**
|
119828
|
-
* A fetchable OrganizationInviteDetails Query
|
119829
|
-
*
|
119830
|
-
* @param request - function to call the graphql client
|
119831
|
-
*/
|
119832
|
-
class OrganizationInviteDetailsQuery extends Request {
|
119833
|
-
constructor(request) {
|
119834
|
-
super(request);
|
119835
|
-
}
|
119836
|
-
/**
|
119837
|
-
* Call the OrganizationInviteDetails query and return a OrganizationInviteDetailsPayload
|
119838
|
-
*
|
119839
|
-
* @param id - required id to pass to organizationInviteDetails
|
119840
|
-
* @returns parsed response from OrganizationInviteDetailsQuery
|
119841
|
-
*/
|
119842
|
-
fetch(id) {
|
119843
|
-
return __awaiter(this, void 0, void 0, function* () {
|
119844
|
-
const response = yield this._request(OrganizationInviteDetailsDocument, {
|
119845
|
-
id,
|
119846
|
-
});
|
119847
|
-
const data = response.organizationInviteDetails;
|
119848
|
-
return new OrganizationInviteDetailsPayload(this._request, data);
|
119849
|
-
});
|
119850
|
-
}
|
119851
|
-
}
|
119852
121796
|
/**
|
119853
121797
|
* A fetchable OrganizationInvites Query
|
119854
121798
|
*
|
@@ -119897,6 +121841,31 @@ class ProjectQuery extends Request {
|
|
119897
121841
|
});
|
119898
121842
|
}
|
119899
121843
|
}
|
121844
|
+
/**
|
121845
|
+
* A fetchable ProjectFilterSuggestion Query
|
121846
|
+
*
|
121847
|
+
* @param request - function to call the graphql client
|
121848
|
+
*/
|
121849
|
+
class ProjectFilterSuggestionQuery extends Request {
|
121850
|
+
constructor(request) {
|
121851
|
+
super(request);
|
121852
|
+
}
|
121853
|
+
/**
|
121854
|
+
* Call the ProjectFilterSuggestion query and return a ProjectFilterSuggestionPayload
|
121855
|
+
*
|
121856
|
+
* @param prompt - required prompt to pass to projectFilterSuggestion
|
121857
|
+
* @returns parsed response from ProjectFilterSuggestionQuery
|
121858
|
+
*/
|
121859
|
+
fetch(prompt) {
|
121860
|
+
return __awaiter(this, void 0, void 0, function* () {
|
121861
|
+
const response = yield this._request(ProjectFilterSuggestionDocument, {
|
121862
|
+
prompt,
|
121863
|
+
});
|
121864
|
+
const data = response.projectFilterSuggestion;
|
121865
|
+
return new ProjectFilterSuggestionPayload(this._request, data);
|
121866
|
+
});
|
121867
|
+
}
|
121868
|
+
}
|
119900
121869
|
/**
|
119901
121870
|
* A fetchable ProjectLink Query
|
119902
121871
|
*
|
@@ -120204,6 +122173,78 @@ class RoadmapsQuery extends Request {
|
|
120204
122173
|
});
|
120205
122174
|
}
|
120206
122175
|
}
|
122176
|
+
/**
|
122177
|
+
* A fetchable SearchDocuments Query
|
122178
|
+
*
|
122179
|
+
* @param request - function to call the graphql client
|
122180
|
+
*/
|
122181
|
+
class SearchDocumentsQuery extends Request {
|
122182
|
+
constructor(request) {
|
122183
|
+
super(request);
|
122184
|
+
}
|
122185
|
+
/**
|
122186
|
+
* Call the SearchDocuments query and return a DocumentSearchPayload
|
122187
|
+
*
|
122188
|
+
* @param term - required term to pass to searchDocuments
|
122189
|
+
* @param variables - variables without 'term' to pass into the SearchDocumentsQuery
|
122190
|
+
* @returns parsed response from SearchDocumentsQuery
|
122191
|
+
*/
|
122192
|
+
fetch(term, variables) {
|
122193
|
+
return __awaiter(this, void 0, void 0, function* () {
|
122194
|
+
const response = yield this._request(SearchDocumentsDocument, Object.assign({ term }, variables));
|
122195
|
+
const data = response.searchDocuments;
|
122196
|
+
return new DocumentSearchPayload(this._request, data);
|
122197
|
+
});
|
122198
|
+
}
|
122199
|
+
}
|
122200
|
+
/**
|
122201
|
+
* A fetchable SearchIssues Query
|
122202
|
+
*
|
122203
|
+
* @param request - function to call the graphql client
|
122204
|
+
*/
|
122205
|
+
class SearchIssuesQuery extends Request {
|
122206
|
+
constructor(request) {
|
122207
|
+
super(request);
|
122208
|
+
}
|
122209
|
+
/**
|
122210
|
+
* Call the SearchIssues query and return a IssueSearchPayload
|
122211
|
+
*
|
122212
|
+
* @param term - required term to pass to searchIssues
|
122213
|
+
* @param variables - variables without 'term' to pass into the SearchIssuesQuery
|
122214
|
+
* @returns parsed response from SearchIssuesQuery
|
122215
|
+
*/
|
122216
|
+
fetch(term, variables) {
|
122217
|
+
return __awaiter(this, void 0, void 0, function* () {
|
122218
|
+
const response = yield this._request(SearchIssuesDocument, Object.assign({ term }, variables));
|
122219
|
+
const data = response.searchIssues;
|
122220
|
+
return new IssueSearchPayload(this._request, data);
|
122221
|
+
});
|
122222
|
+
}
|
122223
|
+
}
|
122224
|
+
/**
|
122225
|
+
* A fetchable SearchProjects Query
|
122226
|
+
*
|
122227
|
+
* @param request - function to call the graphql client
|
122228
|
+
*/
|
122229
|
+
class SearchProjectsQuery extends Request {
|
122230
|
+
constructor(request) {
|
122231
|
+
super(request);
|
122232
|
+
}
|
122233
|
+
/**
|
122234
|
+
* Call the SearchProjects query and return a ProjectSearchPayload
|
122235
|
+
*
|
122236
|
+
* @param term - required term to pass to searchProjects
|
122237
|
+
* @param variables - variables without 'term' to pass into the SearchProjectsQuery
|
122238
|
+
* @returns parsed response from SearchProjectsQuery
|
122239
|
+
*/
|
122240
|
+
fetch(term, variables) {
|
122241
|
+
return __awaiter(this, void 0, void 0, function* () {
|
122242
|
+
const response = yield this._request(SearchProjectsDocument, Object.assign({ term }, variables));
|
122243
|
+
const data = response.searchProjects;
|
122244
|
+
return new ProjectSearchPayload(this._request, data);
|
122245
|
+
});
|
122246
|
+
}
|
122247
|
+
}
|
120207
122248
|
/**
|
120208
122249
|
* A fetchable SsoUrlFromEmail Query
|
120209
122250
|
*
|
@@ -121809,6 +123850,87 @@ class Roadmap_ProjectsQuery extends Request {
|
|
121809
123850
|
});
|
121810
123851
|
}
|
121811
123852
|
}
|
123853
|
+
/**
|
123854
|
+
* A fetchable SearchDocuments_ArchivePayload Query
|
123855
|
+
*
|
123856
|
+
* @param request - function to call the graphql client
|
123857
|
+
* @param term - required term to pass to searchDocuments
|
123858
|
+
* @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
|
123859
|
+
*/
|
123860
|
+
class SearchDocuments_ArchivePayloadQuery extends Request {
|
123861
|
+
constructor(request, term, variables) {
|
123862
|
+
super(request);
|
123863
|
+
this._term = term;
|
123864
|
+
this._variables = variables;
|
123865
|
+
}
|
123866
|
+
/**
|
123867
|
+
* Call the SearchDocuments_ArchivePayload query and return a ArchiveResponse
|
123868
|
+
*
|
123869
|
+
* @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
|
123870
|
+
* @returns parsed response from SearchDocuments_ArchivePayloadQuery
|
123871
|
+
*/
|
123872
|
+
fetch(variables) {
|
123873
|
+
return __awaiter(this, void 0, void 0, function* () {
|
123874
|
+
const response = yield this._request(SearchDocuments_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
|
123875
|
+
const data = response.searchDocuments.archivePayload;
|
123876
|
+
return new ArchiveResponse(this._request, data);
|
123877
|
+
});
|
123878
|
+
}
|
123879
|
+
}
|
123880
|
+
/**
|
123881
|
+
* A fetchable SearchIssues_ArchivePayload Query
|
123882
|
+
*
|
123883
|
+
* @param request - function to call the graphql client
|
123884
|
+
* @param term - required term to pass to searchIssues
|
123885
|
+
* @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
|
123886
|
+
*/
|
123887
|
+
class SearchIssues_ArchivePayloadQuery extends Request {
|
123888
|
+
constructor(request, term, variables) {
|
123889
|
+
super(request);
|
123890
|
+
this._term = term;
|
123891
|
+
this._variables = variables;
|
123892
|
+
}
|
123893
|
+
/**
|
123894
|
+
* Call the SearchIssues_ArchivePayload query and return a ArchiveResponse
|
123895
|
+
*
|
123896
|
+
* @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
|
123897
|
+
* @returns parsed response from SearchIssues_ArchivePayloadQuery
|
123898
|
+
*/
|
123899
|
+
fetch(variables) {
|
123900
|
+
return __awaiter(this, void 0, void 0, function* () {
|
123901
|
+
const response = yield this._request(SearchIssues_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
|
123902
|
+
const data = response.searchIssues.archivePayload;
|
123903
|
+
return new ArchiveResponse(this._request, data);
|
123904
|
+
});
|
123905
|
+
}
|
123906
|
+
}
|
123907
|
+
/**
|
123908
|
+
* A fetchable SearchProjects_ArchivePayload Query
|
123909
|
+
*
|
123910
|
+
* @param request - function to call the graphql client
|
123911
|
+
* @param term - required term to pass to searchProjects
|
123912
|
+
* @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
|
123913
|
+
*/
|
123914
|
+
class SearchProjects_ArchivePayloadQuery extends Request {
|
123915
|
+
constructor(request, term, variables) {
|
123916
|
+
super(request);
|
123917
|
+
this._term = term;
|
123918
|
+
this._variables = variables;
|
123919
|
+
}
|
123920
|
+
/**
|
123921
|
+
* Call the SearchProjects_ArchivePayload query and return a ArchiveResponse
|
123922
|
+
*
|
123923
|
+
* @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
|
123924
|
+
* @returns parsed response from SearchProjects_ArchivePayloadQuery
|
123925
|
+
*/
|
123926
|
+
fetch(variables) {
|
123927
|
+
return __awaiter(this, void 0, void 0, function* () {
|
123928
|
+
const response = yield this._request(SearchProjects_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
|
123929
|
+
const data = response.searchProjects.archivePayload;
|
123930
|
+
return new ArchiveResponse(this._request, data);
|
123931
|
+
});
|
123932
|
+
}
|
123933
|
+
}
|
121812
123934
|
/**
|
121813
123935
|
* A fetchable Team_Cycles Query
|
121814
123936
|
*
|
@@ -122675,6 +124797,18 @@ class LinearSdk extends Request {
|
|
122675
124797
|
imageUploadFromUrl(url) {
|
122676
124798
|
return new ImageUploadFromUrlMutation(this._request).fetch(url);
|
122677
124799
|
}
|
124800
|
+
/**
|
124801
|
+
* XHR request payload to upload a file for import, directly to Linear's cloud storage.
|
124802
|
+
*
|
124803
|
+
* @param contentType - required contentType to pass to importFileUpload
|
124804
|
+
* @param filename - required filename to pass to importFileUpload
|
124805
|
+
* @param size - required size to pass to importFileUpload
|
124806
|
+
* @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
|
124807
|
+
* @returns UploadPayload
|
124808
|
+
*/
|
124809
|
+
importFileUpload(contentType, filename, size, variables) {
|
124810
|
+
return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
|
124811
|
+
}
|
122678
124812
|
/**
|
122679
124813
|
* Deletes an integration.
|
122680
124814
|
*
|
@@ -122979,16 +125113,26 @@ class LinearSdk extends Request {
|
|
122979
125113
|
issueImportCreateAsana(asanaTeamName, asanaToken, variables) {
|
122980
125114
|
return new IssueImportCreateAsanaMutation(this._request).fetch(asanaTeamName, asanaToken, variables);
|
122981
125115
|
}
|
125116
|
+
/**
|
125117
|
+
* Kicks off a Jira import job from a CSV.
|
125118
|
+
*
|
125119
|
+
* @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
|
125120
|
+
* @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
|
125121
|
+
* @returns IssueImportPayload
|
125122
|
+
*/
|
125123
|
+
issueImportCreateCSVJira(csvUrl, variables) {
|
125124
|
+
return new IssueImportCreateCsvJiraMutation(this._request).fetch(csvUrl, variables);
|
125125
|
+
}
|
122982
125126
|
/**
|
122983
125127
|
* Kicks off a Shortcut (formerly Clubhouse) import job.
|
122984
125128
|
*
|
122985
|
-
* @param
|
125129
|
+
* @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
|
122986
125130
|
* @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
|
122987
|
-
* @param variables - variables without '
|
125131
|
+
* @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
|
122988
125132
|
* @returns IssueImportPayload
|
122989
125133
|
*/
|
122990
|
-
issueImportCreateClubhouse(
|
122991
|
-
return new IssueImportCreateClubhouseMutation(this._request).fetch(
|
125134
|
+
issueImportCreateClubhouse(clubhouseGroupName, clubhouseToken, variables) {
|
125135
|
+
return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseGroupName, clubhouseToken, variables);
|
122992
125136
|
}
|
122993
125137
|
/**
|
122994
125138
|
* Kicks off a GitHub import job.
|
@@ -123753,6 +125897,15 @@ class LinearSdk extends Request {
|
|
123753
125897
|
userGoogleCalendarConnect(code) {
|
123754
125898
|
return new UserGoogleCalendarConnectMutation(this._request).fetch(code);
|
123755
125899
|
}
|
125900
|
+
/**
|
125901
|
+
* Connects the Jira user to this Linear account via OAuth2.
|
125902
|
+
*
|
125903
|
+
* @param code - required code to pass to userJiraConnect
|
125904
|
+
* @returns UserPayload
|
125905
|
+
*/
|
125906
|
+
userJiraConnect(code) {
|
125907
|
+
return new UserJiraConnectMutation(this._request).fetch(code);
|
125908
|
+
}
|
123756
125909
|
/**
|
123757
125910
|
* Makes user an admin. Can only be called by an admin.
|
123758
125911
|
*
|
@@ -124204,6 +126357,35 @@ class LinearSdk extends Request {
|
|
124204
126357
|
issue(id) {
|
124205
126358
|
return new IssueQuery(this._request).fetch(id);
|
124206
126359
|
}
|
126360
|
+
/**
|
126361
|
+
* Find issues that are related to a given Figma file key.
|
126362
|
+
*
|
126363
|
+
* @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
|
126364
|
+
* @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
|
126365
|
+
* @returns IssueConnection
|
126366
|
+
*/
|
126367
|
+
issueFigmaFileKeySearch(fileKey, variables) {
|
126368
|
+
return new IssueFigmaFileKeySearchQuery(this._request).fetch(fileKey, variables);
|
126369
|
+
}
|
126370
|
+
/**
|
126371
|
+
* Suggests filters for an issue view based on a text prompt.
|
126372
|
+
*
|
126373
|
+
* @param prompt - required prompt to pass to issueFilterSuggestion
|
126374
|
+
* @returns IssueFilterSuggestionPayload
|
126375
|
+
*/
|
126376
|
+
issueFilterSuggestion(prompt) {
|
126377
|
+
return new IssueFilterSuggestionQuery(this._request).fetch(prompt);
|
126378
|
+
}
|
126379
|
+
/**
|
126380
|
+
* Checks a CSV file validity against a specific import service.
|
126381
|
+
*
|
126382
|
+
* @param csvUrl - required csvUrl to pass to issueImportCheckCSV
|
126383
|
+
* @param service - required service to pass to issueImportCheckCSV
|
126384
|
+
* @returns IssueImportCheckPayload
|
126385
|
+
*/
|
126386
|
+
issueImportCheckCSV(csvUrl, service) {
|
126387
|
+
return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
|
126388
|
+
}
|
124207
126389
|
/**
|
124208
126390
|
* Fetches the GitHub token, completing the OAuth flow.
|
124209
126391
|
*
|
@@ -124337,15 +126519,6 @@ class LinearSdk extends Request {
|
|
124337
126519
|
organizationInvite(id) {
|
124338
126520
|
return new OrganizationInviteQuery(this._request).fetch(id);
|
124339
126521
|
}
|
124340
|
-
/**
|
124341
|
-
* One specific organization invite.
|
124342
|
-
*
|
124343
|
-
* @param id - required id to pass to organizationInviteDetails
|
124344
|
-
* @returns OrganizationInviteDetailsPayload
|
124345
|
-
*/
|
124346
|
-
organizationInviteDetails(id) {
|
124347
|
-
return new OrganizationInviteDetailsQuery(this._request).fetch(id);
|
124348
|
-
}
|
124349
126522
|
/**
|
124350
126523
|
* All invites for the organization.
|
124351
126524
|
*
|
@@ -124364,6 +126537,15 @@ class LinearSdk extends Request {
|
|
124364
126537
|
project(id) {
|
124365
126538
|
return new ProjectQuery(this._request).fetch(id);
|
124366
126539
|
}
|
126540
|
+
/**
|
126541
|
+
* Suggests filters for a project view based on a text prompt.
|
126542
|
+
*
|
126543
|
+
* @param prompt - required prompt to pass to projectFilterSuggestion
|
126544
|
+
* @returns ProjectFilterSuggestionPayload
|
126545
|
+
*/
|
126546
|
+
projectFilterSuggestion(prompt) {
|
126547
|
+
return new ProjectFilterSuggestionQuery(this._request).fetch(prompt);
|
126548
|
+
}
|
124367
126549
|
/**
|
124368
126550
|
* One specific project link.
|
124369
126551
|
*
|
@@ -124479,6 +126661,36 @@ class LinearSdk extends Request {
|
|
124479
126661
|
roadmaps(variables) {
|
124480
126662
|
return new RoadmapsQuery(this._request).fetch(variables);
|
124481
126663
|
}
|
126664
|
+
/**
|
126665
|
+
* Search documents.
|
126666
|
+
*
|
126667
|
+
* @param term - required term to pass to searchDocuments
|
126668
|
+
* @param variables - variables without 'term' to pass into the SearchDocumentsQuery
|
126669
|
+
* @returns DocumentSearchPayload
|
126670
|
+
*/
|
126671
|
+
searchDocuments(term, variables) {
|
126672
|
+
return new SearchDocumentsQuery(this._request).fetch(term, variables);
|
126673
|
+
}
|
126674
|
+
/**
|
126675
|
+
* Search issues.
|
126676
|
+
*
|
126677
|
+
* @param term - required term to pass to searchIssues
|
126678
|
+
* @param variables - variables without 'term' to pass into the SearchIssuesQuery
|
126679
|
+
* @returns IssueSearchPayload
|
126680
|
+
*/
|
126681
|
+
searchIssues(term, variables) {
|
126682
|
+
return new SearchIssuesQuery(this._request).fetch(term, variables);
|
126683
|
+
}
|
126684
|
+
/**
|
126685
|
+
* Search projects.
|
126686
|
+
*
|
126687
|
+
* @param term - required term to pass to searchProjects
|
126688
|
+
* @param variables - variables without 'term' to pass into the SearchProjectsQuery
|
126689
|
+
* @returns ProjectSearchPayload
|
126690
|
+
*/
|
126691
|
+
searchProjects(term, variables) {
|
126692
|
+
return new SearchProjectsQuery(this._request).fetch(term, variables);
|
126693
|
+
}
|
124482
126694
|
/**
|
124483
126695
|
* Fetch SSO login URL for the email provided.
|
124484
126696
|
*
|
@@ -124711,6 +126923,7 @@ exports.ArchiveIssueMutation = ArchiveIssueMutation;
|
|
124711
126923
|
exports.ArchiveNotificationMutation = ArchiveNotificationMutation;
|
124712
126924
|
exports.ArchivePayload = ArchivePayload;
|
124713
126925
|
exports.ArchiveProjectMutation = ArchiveProjectMutation;
|
126926
|
+
exports.ArchiveResponse = ArchiveResponse;
|
124714
126927
|
exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
|
124715
126928
|
exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
|
124716
126929
|
exports.Attachment = Attachment;
|
@@ -124837,8 +127050,12 @@ exports.DeleteViewPreferencesMutation = DeleteViewPreferencesMutation;
|
|
124837
127050
|
exports.DeleteWebhookMutation = DeleteWebhookMutation;
|
124838
127051
|
exports.Document = Document;
|
124839
127052
|
exports.DocumentConnection = DocumentConnection;
|
127053
|
+
exports.DocumentContent = DocumentContent;
|
124840
127054
|
exports.DocumentPayload = DocumentPayload;
|
124841
127055
|
exports.DocumentQuery = DocumentQuery;
|
127056
|
+
exports.DocumentSearchPayload = DocumentSearchPayload;
|
127057
|
+
exports.DocumentSearchResult = DocumentSearchResult;
|
127058
|
+
exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
|
124842
127059
|
exports.DocumentsQuery = DocumentsQuery;
|
124843
127060
|
exports.EmailTokenUserAccountAuthMutation = EmailTokenUserAccountAuthMutation;
|
124844
127061
|
exports.EmailUnsubscribeMutation = EmailUnsubscribeMutation;
|
@@ -124878,6 +127095,7 @@ exports.GraphQLClientError = GraphQLClientError;
|
|
124878
127095
|
exports.GraphqlLinearError = GraphqlLinearError;
|
124879
127096
|
exports.ImageUploadFromUrlMutation = ImageUploadFromUrlMutation;
|
124880
127097
|
exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
|
127098
|
+
exports.ImportFileUploadMutation = ImportFileUploadMutation;
|
124881
127099
|
exports.Integration = Integration;
|
124882
127100
|
exports.IntegrationConnection = IntegrationConnection;
|
124883
127101
|
exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
|
@@ -124918,11 +127136,17 @@ exports.InvalidInputLinearError = InvalidInputLinearError;
|
|
124918
127136
|
exports.Issue = Issue;
|
124919
127137
|
exports.IssueBatchPayload = IssueBatchPayload;
|
124920
127138
|
exports.IssueConnection = IssueConnection;
|
127139
|
+
exports.IssueFigmaFileKeySearchQuery = IssueFigmaFileKeySearchQuery;
|
127140
|
+
exports.IssueFilterSuggestionPayload = IssueFilterSuggestionPayload;
|
127141
|
+
exports.IssueFilterSuggestionQuery = IssueFilterSuggestionQuery;
|
124921
127142
|
exports.IssueHistory = IssueHistory;
|
124922
127143
|
exports.IssueHistoryConnection = IssueHistoryConnection;
|
124923
127144
|
exports.IssueImport = IssueImport;
|
127145
|
+
exports.IssueImportCheckCsvQuery = IssueImportCheckCsvQuery;
|
127146
|
+
exports.IssueImportCheckPayload = IssueImportCheckPayload;
|
124924
127147
|
exports.IssueImportCreateAsanaMutation = IssueImportCreateAsanaMutation;
|
124925
127148
|
exports.IssueImportCreateClubhouseMutation = IssueImportCreateClubhouseMutation;
|
127149
|
+
exports.IssueImportCreateCsvJiraMutation = IssueImportCreateCsvJiraMutation;
|
124926
127150
|
exports.IssueImportCreateGithubMutation = IssueImportCreateGithubMutation;
|
124927
127151
|
exports.IssueImportCreateJiraMutation = IssueImportCreateJiraMutation;
|
124928
127152
|
exports.IssueImportDeletePayload = IssueImportDeletePayload;
|
@@ -124948,6 +127172,9 @@ exports.IssueRelationPayload = IssueRelationPayload;
|
|
124948
127172
|
exports.IssueRelationQuery = IssueRelationQuery;
|
124949
127173
|
exports.IssueRelationsQuery = IssueRelationsQuery;
|
124950
127174
|
exports.IssueReminderMutation = IssueReminderMutation;
|
127175
|
+
exports.IssueSearchPayload = IssueSearchPayload;
|
127176
|
+
exports.IssueSearchResult = IssueSearchResult;
|
127177
|
+
exports.IssueSearchResultConnection = IssueSearchResultConnection;
|
124951
127178
|
exports.IssueVcsBranchSearchQuery = IssueVcsBranchSearchQuery;
|
124952
127179
|
exports.IssueVcsBranchSearch_AttachmentsQuery = IssueVcsBranchSearch_AttachmentsQuery;
|
124953
127180
|
exports.IssueVcsBranchSearch_ChildrenQuery = IssueVcsBranchSearch_ChildrenQuery;
|
@@ -125010,8 +127237,7 @@ exports.OrganizationExistsPayload = OrganizationExistsPayload;
|
|
125010
127237
|
exports.OrganizationExistsQuery = OrganizationExistsQuery;
|
125011
127238
|
exports.OrganizationInvite = OrganizationInvite;
|
125012
127239
|
exports.OrganizationInviteConnection = OrganizationInviteConnection;
|
125013
|
-
exports.
|
125014
|
-
exports.OrganizationInviteDetailsQuery = OrganizationInviteDetailsQuery;
|
127240
|
+
exports.OrganizationInviteFullDetailsPayload = OrganizationInviteFullDetailsPayload;
|
125015
127241
|
exports.OrganizationInvitePayload = OrganizationInvitePayload;
|
125016
127242
|
exports.OrganizationInviteQuery = OrganizationInviteQuery;
|
125017
127243
|
exports.OrganizationInvitesQuery = OrganizationInvitesQuery;
|
@@ -125028,9 +127254,10 @@ exports.Organization_UsersQuery = Organization_UsersQuery;
|
|
125028
127254
|
exports.OtherLinearError = OtherLinearError;
|
125029
127255
|
exports.PageInfo = PageInfo;
|
125030
127256
|
exports.PaidSubscription = PaidSubscription;
|
125031
|
-
exports.PersonalNote = PersonalNote;
|
125032
127257
|
exports.Project = Project;
|
125033
127258
|
exports.ProjectConnection = ProjectConnection;
|
127259
|
+
exports.ProjectFilterSuggestionPayload = ProjectFilterSuggestionPayload;
|
127260
|
+
exports.ProjectFilterSuggestionQuery = ProjectFilterSuggestionQuery;
|
125034
127261
|
exports.ProjectLink = ProjectLink;
|
125035
127262
|
exports.ProjectLinkConnection = ProjectLinkConnection;
|
125036
127263
|
exports.ProjectLinkPayload = ProjectLinkPayload;
|
@@ -125045,6 +127272,9 @@ exports.ProjectNotification = ProjectNotification;
|
|
125045
127272
|
exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
|
125046
127273
|
exports.ProjectPayload = ProjectPayload;
|
125047
127274
|
exports.ProjectQuery = ProjectQuery;
|
127275
|
+
exports.ProjectSearchPayload = ProjectSearchPayload;
|
127276
|
+
exports.ProjectSearchResult = ProjectSearchResult;
|
127277
|
+
exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
|
125048
127278
|
exports.ProjectUpdate = ProjectUpdate;
|
125049
127279
|
exports.ProjectUpdateConnection = ProjectUpdateConnection;
|
125050
127280
|
exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
|
@@ -125094,6 +127324,12 @@ exports.RoadmapsQuery = RoadmapsQuery;
|
|
125094
127324
|
exports.SamlConfiguration = SamlConfiguration;
|
125095
127325
|
exports.SamlConfigurationPayload = SamlConfigurationPayload;
|
125096
127326
|
exports.SamlTokenUserAccountAuthMutation = SamlTokenUserAccountAuthMutation;
|
127327
|
+
exports.SearchDocumentsQuery = SearchDocumentsQuery;
|
127328
|
+
exports.SearchDocuments_ArchivePayloadQuery = SearchDocuments_ArchivePayloadQuery;
|
127329
|
+
exports.SearchIssuesQuery = SearchIssuesQuery;
|
127330
|
+
exports.SearchIssues_ArchivePayloadQuery = SearchIssues_ArchivePayloadQuery;
|
127331
|
+
exports.SearchProjectsQuery = SearchProjectsQuery;
|
127332
|
+
exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
|
125097
127333
|
exports.SentrySettings = SentrySettings;
|
125098
127334
|
exports.SlackPostSettings = SlackPostSettings;
|
125099
127335
|
exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
|
@@ -125178,6 +127414,7 @@ exports.UserDiscordConnectMutation = UserDiscordConnectMutation;
|
|
125178
127414
|
exports.UserExternalUserDisconnectMutation = UserExternalUserDisconnectMutation;
|
125179
127415
|
exports.UserGitHubConnectMutation = UserGitHubConnectMutation;
|
125180
127416
|
exports.UserGoogleCalendarConnectMutation = UserGoogleCalendarConnectMutation;
|
127417
|
+
exports.UserJiraConnectMutation = UserJiraConnectMutation;
|
125181
127418
|
exports.UserLinearError = UserLinearError;
|
125182
127419
|
exports.UserPayload = UserPayload;
|
125183
127420
|
exports.UserPromoteAdminMutation = UserPromoteAdminMutation;
|