@linear/sdk 3.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-cjs.js CHANGED
@@ -83560,6 +83560,7 @@ var ViewType;
83560
83560
  ViewType["ProjectsAll"] = "projectsAll";
83561
83561
  ViewType["ProjectsBacklog"] = "projectsBacklog";
83562
83562
  ViewType["ProjectsClosed"] = "projectsClosed";
83563
+ ViewType["QuickView"] = "quickView";
83563
83564
  ViewType["Roadmap"] = "roadmap";
83564
83565
  ViewType["RoadmapAll"] = "roadmapAll";
83565
83566
  ViewType["RoadmapBacklog"] = "roadmapBacklog";
@@ -83609,30 +83610,31 @@ const EntityFragmentDoc = {
83609
83610
  },
83610
83611
  ],
83611
83612
  };
83612
- const PersonalNoteFragmentDoc = {
83613
+ const DocumentContentFragmentDoc = {
83613
83614
  kind: "Document",
83614
83615
  definitions: [
83615
83616
  {
83616
83617
  kind: "FragmentDefinition",
83617
- name: { kind: "Name", value: "PersonalNote" },
83618
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PersonalNote" } },
83618
+ name: { kind: "Name", value: "DocumentContent" },
83619
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentContent" } },
83619
83620
  selectionSet: {
83620
83621
  kind: "SelectionSet",
83621
83622
  selections: [
83622
83623
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
83623
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83624
83624
  { kind: "Field", name: { kind: "Name", value: "contentData" } },
83625
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83626
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83627
- { kind: "Field", name: { kind: "Name", value: "id" } },
83625
+ { kind: "Field", name: { kind: "Name", value: "content" } },
83628
83626
  {
83629
83627
  kind: "Field",
83630
- name: { kind: "Name", value: "user" },
83628
+ name: { kind: "Name", value: "issue" },
83631
83629
  selectionSet: {
83632
83630
  kind: "SelectionSet",
83633
83631
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83634
83632
  },
83635
83633
  },
83634
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83635
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83636
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83637
+ { kind: "Field", name: { kind: "Name", value: "id" } },
83636
83638
  ],
83637
83639
  },
83638
83640
  },
@@ -85049,6 +85051,14 @@ const CustomViewFragmentDoc = {
85049
85051
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85050
85052
  },
85051
85053
  },
85054
+ {
85055
+ kind: "Field",
85056
+ name: { kind: "Name", value: "owner" },
85057
+ selectionSet: {
85058
+ kind: "SelectionSet",
85059
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85060
+ },
85061
+ },
85052
85062
  { kind: "Field", name: { kind: "Name", value: "shared" } },
85053
85063
  ],
85054
85064
  },
@@ -85126,9 +85136,9 @@ const CustomViewSuggestionPayloadFragmentDoc = {
85126
85136
  kind: "SelectionSet",
85127
85137
  selections: [
85128
85138
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85129
- { kind: "Field", name: { kind: "Name", value: "suggestedDescription" } },
85130
- { kind: "Field", name: { kind: "Name", value: "suggestedIcon" } },
85131
- { kind: "Field", name: { kind: "Name", value: "suggestedName" } },
85139
+ { kind: "Field", name: { kind: "Name", value: "description" } },
85140
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
85141
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85132
85142
  ],
85133
85143
  },
85134
85144
  },
@@ -85345,6 +85355,155 @@ const DocumentPayloadFragmentDoc = {
85345
85355
  },
85346
85356
  ],
85347
85357
  };
85358
+ const ArchiveResponseFragmentDoc = {
85359
+ kind: "Document",
85360
+ definitions: [
85361
+ {
85362
+ kind: "FragmentDefinition",
85363
+ name: { kind: "Name", value: "ArchiveResponse" },
85364
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ArchiveResponse" } },
85365
+ selectionSet: {
85366
+ kind: "SelectionSet",
85367
+ selections: [
85368
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85369
+ { kind: "Field", name: { kind: "Name", value: "archive" } },
85370
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
85371
+ { kind: "Field", name: { kind: "Name", value: "databaseVersion" } },
85372
+ { kind: "Field", name: { kind: "Name", value: "includesDependencies" } },
85373
+ ],
85374
+ },
85375
+ },
85376
+ ],
85377
+ };
85378
+ const DocumentSearchResultFragmentDoc = {
85379
+ kind: "Document",
85380
+ definitions: [
85381
+ {
85382
+ kind: "FragmentDefinition",
85383
+ name: { kind: "Name", value: "DocumentSearchResult" },
85384
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResult" } },
85385
+ selectionSet: {
85386
+ kind: "SelectionSet",
85387
+ selections: [
85388
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85389
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
85390
+ { kind: "Field", name: { kind: "Name", value: "color" } },
85391
+ { kind: "Field", name: { kind: "Name", value: "contentData" } },
85392
+ { kind: "Field", name: { kind: "Name", value: "content" } },
85393
+ { kind: "Field", name: { kind: "Name", value: "title" } },
85394
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
85395
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
85396
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85397
+ {
85398
+ kind: "Field",
85399
+ name: { kind: "Name", value: "project" },
85400
+ selectionSet: {
85401
+ kind: "SelectionSet",
85402
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85403
+ },
85404
+ },
85405
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85406
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85407
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85408
+ {
85409
+ kind: "Field",
85410
+ name: { kind: "Name", value: "creator" },
85411
+ selectionSet: {
85412
+ kind: "SelectionSet",
85413
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85414
+ },
85415
+ },
85416
+ {
85417
+ kind: "Field",
85418
+ name: { kind: "Name", value: "updatedBy" },
85419
+ selectionSet: {
85420
+ kind: "SelectionSet",
85421
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85422
+ },
85423
+ },
85424
+ ],
85425
+ },
85426
+ },
85427
+ ],
85428
+ };
85429
+ const DocumentSearchPayloadFragmentDoc = {
85430
+ kind: "Document",
85431
+ definitions: [
85432
+ {
85433
+ kind: "FragmentDefinition",
85434
+ name: { kind: "Name", value: "DocumentSearchPayload" },
85435
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchPayload" } },
85436
+ selectionSet: {
85437
+ kind: "SelectionSet",
85438
+ selections: [
85439
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85440
+ {
85441
+ kind: "Field",
85442
+ name: { kind: "Name", value: "archivePayload" },
85443
+ selectionSet: {
85444
+ kind: "SelectionSet",
85445
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
85446
+ },
85447
+ },
85448
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
85449
+ {
85450
+ kind: "Field",
85451
+ name: { kind: "Name", value: "nodes" },
85452
+ selectionSet: {
85453
+ kind: "SelectionSet",
85454
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
85455
+ },
85456
+ },
85457
+ {
85458
+ kind: "Field",
85459
+ name: { kind: "Name", value: "pageInfo" },
85460
+ selectionSet: {
85461
+ kind: "SelectionSet",
85462
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
85463
+ },
85464
+ },
85465
+ ],
85466
+ },
85467
+ },
85468
+ ...ArchiveResponseFragmentDoc.definitions,
85469
+ ...DocumentSearchResultFragmentDoc.definitions,
85470
+ ...PageInfoFragmentDoc.definitions,
85471
+ ],
85472
+ };
85473
+ const DocumentSearchResultConnectionFragmentDoc = {
85474
+ kind: "Document",
85475
+ definitions: [
85476
+ {
85477
+ kind: "FragmentDefinition",
85478
+ name: { kind: "Name", value: "DocumentSearchResultConnection" },
85479
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResultConnection" } },
85480
+ selectionSet: {
85481
+ kind: "SelectionSet",
85482
+ selections: [
85483
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85484
+ {
85485
+ kind: "Field",
85486
+ name: { kind: "Name", value: "nodes" },
85487
+ selectionSet: {
85488
+ kind: "SelectionSet",
85489
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
85490
+ },
85491
+ },
85492
+ {
85493
+ kind: "Field",
85494
+ name: { kind: "Name", value: "pageInfo" },
85495
+ selectionSet: {
85496
+ kind: "SelectionSet",
85497
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
85498
+ },
85499
+ },
85500
+ ],
85501
+ },
85502
+ },
85503
+ ...DocumentSearchResultFragmentDoc.definitions,
85504
+ ...PageInfoFragmentDoc.definitions,
85505
+ ],
85506
+ };
85348
85507
  const EmailUnsubscribePayloadFragmentDoc = {
85349
85508
  kind: "Document",
85350
85509
  definitions: [
@@ -86189,6 +86348,14 @@ const IssueFragmentDoc = {
86189
86348
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86190
86349
  },
86191
86350
  },
86351
+ {
86352
+ kind: "Field",
86353
+ name: { kind: "Name", value: "favorite" },
86354
+ selectionSet: {
86355
+ kind: "SelectionSet",
86356
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86357
+ },
86358
+ },
86192
86359
  {
86193
86360
  kind: "Field",
86194
86361
  name: { kind: "Name", value: "state" },
@@ -86263,6 +86430,23 @@ const IssueConnectionFragmentDoc = {
86263
86430
  ...PageInfoFragmentDoc.definitions,
86264
86431
  ],
86265
86432
  };
86433
+ const IssueFilterSuggestionPayloadFragmentDoc = {
86434
+ kind: "Document",
86435
+ definitions: [
86436
+ {
86437
+ kind: "FragmentDefinition",
86438
+ name: { kind: "Name", value: "IssueFilterSuggestionPayload" },
86439
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } },
86440
+ selectionSet: {
86441
+ kind: "SelectionSet",
86442
+ selections: [
86443
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86444
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
86445
+ ],
86446
+ },
86447
+ },
86448
+ ],
86449
+ };
86266
86450
  const IssueRelationHistoryPayloadFragmentDoc = {
86267
86451
  kind: "Document",
86268
86452
  definitions: [
@@ -86293,6 +86477,8 @@ const IssueImportFragmentDoc = {
86293
86477
  selections: [
86294
86478
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86295
86479
  { kind: "Field", name: { kind: "Name", value: "progress" } },
86480
+ { kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
86481
+ { kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
86296
86482
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
86297
86483
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
86298
86484
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
@@ -86538,6 +86724,23 @@ const IssueHistoryConnectionFragmentDoc = {
86538
86724
  ...PageInfoFragmentDoc.definitions,
86539
86725
  ],
86540
86726
  };
86727
+ const IssueImportCheckPayloadFragmentDoc = {
86728
+ kind: "Document",
86729
+ definitions: [
86730
+ {
86731
+ kind: "FragmentDefinition",
86732
+ name: { kind: "Name", value: "IssueImportCheckPayload" },
86733
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportCheckPayload" } },
86734
+ selectionSet: {
86735
+ kind: "SelectionSet",
86736
+ selections: [
86737
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86738
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86739
+ ],
86740
+ },
86741
+ },
86742
+ ],
86743
+ };
86541
86744
  const IssueImportDeletePayloadFragmentDoc = {
86542
86745
  kind: "Document",
86543
86746
  definitions: [
@@ -86840,6 +87043,209 @@ const IssueRelationPayloadFragmentDoc = {
86840
87043
  },
86841
87044
  ],
86842
87045
  };
87046
+ const IssueSearchResultFragmentDoc = {
87047
+ kind: "Document",
87048
+ definitions: [
87049
+ {
87050
+ kind: "FragmentDefinition",
87051
+ name: { kind: "Name", value: "IssueSearchResult" },
87052
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResult" } },
87053
+ selectionSet: {
87054
+ kind: "SelectionSet",
87055
+ selections: [
87056
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87057
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
87058
+ { kind: "Field", name: { kind: "Name", value: "url" } },
87059
+ { kind: "Field", name: { kind: "Name", value: "identifier" } },
87060
+ { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
87061
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
87062
+ { kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
87063
+ { kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
87064
+ { kind: "Field", name: { kind: "Name", value: "branchName" } },
87065
+ {
87066
+ kind: "Field",
87067
+ name: { kind: "Name", value: "cycle" },
87068
+ selectionSet: {
87069
+ kind: "SelectionSet",
87070
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87071
+ },
87072
+ },
87073
+ { kind: "Field", name: { kind: "Name", value: "dueDate" } },
87074
+ { kind: "Field", name: { kind: "Name", value: "estimate" } },
87075
+ { kind: "Field", name: { kind: "Name", value: "description" } },
87076
+ { kind: "Field", name: { kind: "Name", value: "title" } },
87077
+ { kind: "Field", name: { kind: "Name", value: "number" } },
87078
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87079
+ { kind: "Field", name: { kind: "Name", value: "boardOrder" } },
87080
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
87081
+ { kind: "Field", name: { kind: "Name", value: "subIssueSortOrder" } },
87082
+ {
87083
+ kind: "Field",
87084
+ name: { kind: "Name", value: "parent" },
87085
+ selectionSet: {
87086
+ kind: "SelectionSet",
87087
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87088
+ },
87089
+ },
87090
+ { kind: "Field", name: { kind: "Name", value: "priority" } },
87091
+ {
87092
+ kind: "Field",
87093
+ name: { kind: "Name", value: "project" },
87094
+ selectionSet: {
87095
+ kind: "SelectionSet",
87096
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87097
+ },
87098
+ },
87099
+ {
87100
+ kind: "Field",
87101
+ name: { kind: "Name", value: "projectMilestone" },
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: "team" },
87110
+ selectionSet: {
87111
+ kind: "SelectionSet",
87112
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87113
+ },
87114
+ },
87115
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
87116
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87117
+ { kind: "Field", name: { kind: "Name", value: "startedTriageAt" } },
87118
+ { kind: "Field", name: { kind: "Name", value: "triagedAt" } },
87119
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
87120
+ { kind: "Field", name: { kind: "Name", value: "autoClosedAt" } },
87121
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
87122
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
87123
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
87124
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
87125
+ { kind: "Field", name: { kind: "Name", value: "id" } },
87126
+ {
87127
+ kind: "Field",
87128
+ name: { kind: "Name", value: "assignee" },
87129
+ selectionSet: {
87130
+ kind: "SelectionSet",
87131
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87132
+ },
87133
+ },
87134
+ {
87135
+ kind: "Field",
87136
+ name: { kind: "Name", value: "creator" },
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: "snoozedBy" },
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: "favorite" },
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: "state" },
87161
+ selectionSet: {
87162
+ kind: "SelectionSet",
87163
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87164
+ },
87165
+ },
87166
+ ],
87167
+ },
87168
+ },
87169
+ ],
87170
+ };
87171
+ const IssueSearchPayloadFragmentDoc = {
87172
+ kind: "Document",
87173
+ definitions: [
87174
+ {
87175
+ kind: "FragmentDefinition",
87176
+ name: { kind: "Name", value: "IssueSearchPayload" },
87177
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchPayload" } },
87178
+ selectionSet: {
87179
+ kind: "SelectionSet",
87180
+ selections: [
87181
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87182
+ {
87183
+ kind: "Field",
87184
+ name: { kind: "Name", value: "archivePayload" },
87185
+ selectionSet: {
87186
+ kind: "SelectionSet",
87187
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
87188
+ },
87189
+ },
87190
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
87191
+ {
87192
+ kind: "Field",
87193
+ name: { kind: "Name", value: "nodes" },
87194
+ selectionSet: {
87195
+ kind: "SelectionSet",
87196
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
87197
+ },
87198
+ },
87199
+ {
87200
+ kind: "Field",
87201
+ name: { kind: "Name", value: "pageInfo" },
87202
+ selectionSet: {
87203
+ kind: "SelectionSet",
87204
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87205
+ },
87206
+ },
87207
+ ],
87208
+ },
87209
+ },
87210
+ ...ArchiveResponseFragmentDoc.definitions,
87211
+ ...IssueSearchResultFragmentDoc.definitions,
87212
+ ...PageInfoFragmentDoc.definitions,
87213
+ ],
87214
+ };
87215
+ const IssueSearchResultConnectionFragmentDoc = {
87216
+ kind: "Document",
87217
+ definitions: [
87218
+ {
87219
+ kind: "FragmentDefinition",
87220
+ name: { kind: "Name", value: "IssueSearchResultConnection" },
87221
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResultConnection" } },
87222
+ selectionSet: {
87223
+ kind: "SelectionSet",
87224
+ selections: [
87225
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87226
+ {
87227
+ kind: "Field",
87228
+ name: { kind: "Name", value: "nodes" },
87229
+ selectionSet: {
87230
+ kind: "SelectionSet",
87231
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
87232
+ },
87233
+ },
87234
+ {
87235
+ kind: "Field",
87236
+ name: { kind: "Name", value: "pageInfo" },
87237
+ selectionSet: {
87238
+ kind: "SelectionSet",
87239
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87240
+ },
87241
+ },
87242
+ ],
87243
+ },
87244
+ },
87245
+ ...IssueSearchResultFragmentDoc.definitions,
87246
+ ...PageInfoFragmentDoc.definitions,
87247
+ ],
87248
+ };
86843
87249
  const LogoutResponseFragmentDoc = {
86844
87250
  kind: "Document",
86845
87251
  definitions: [
@@ -87705,6 +88111,23 @@ const ProjectConnectionFragmentDoc = {
87705
88111
  ...PageInfoFragmentDoc.definitions,
87706
88112
  ],
87707
88113
  };
88114
+ const ProjectFilterSuggestionPayloadFragmentDoc = {
88115
+ kind: "Document",
88116
+ definitions: [
88117
+ {
88118
+ kind: "FragmentDefinition",
88119
+ name: { kind: "Name", value: "ProjectFilterSuggestionPayload" },
88120
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } },
88121
+ selectionSet: {
88122
+ kind: "SelectionSet",
88123
+ selections: [
88124
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88125
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
88126
+ ],
88127
+ },
88128
+ },
88129
+ ],
88130
+ };
87708
88131
  const ProjectLinkFragmentDoc = {
87709
88132
  kind: "Document",
87710
88133
  definitions: [
@@ -87921,6 +88344,161 @@ const ProjectPayloadFragmentDoc = {
87921
88344
  },
87922
88345
  ],
87923
88346
  };
88347
+ const ProjectSearchResultFragmentDoc = {
88348
+ kind: "Document",
88349
+ definitions: [
88350
+ {
88351
+ kind: "FragmentDefinition",
88352
+ name: { kind: "Name", value: "ProjectSearchResult" },
88353
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResult" } },
88354
+ selectionSet: {
88355
+ kind: "SelectionSet",
88356
+ selections: [
88357
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88358
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
88359
+ { kind: "Field", name: { kind: "Name", value: "url" } },
88360
+ {
88361
+ kind: "Field",
88362
+ name: { kind: "Name", value: "integrationsSettings" },
88363
+ selectionSet: {
88364
+ kind: "SelectionSet",
88365
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88366
+ },
88367
+ },
88368
+ { kind: "Field", name: { kind: "Name", value: "targetDate" } },
88369
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
88370
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88371
+ { kind: "Field", name: { kind: "Name", value: "completedScopeHistory" } },
88372
+ { kind: "Field", name: { kind: "Name", value: "completedIssueCountHistory" } },
88373
+ { kind: "Field", name: { kind: "Name", value: "inProgressScopeHistory" } },
88374
+ { kind: "Field", name: { kind: "Name", value: "progress" } },
88375
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
88376
+ {
88377
+ kind: "Field",
88378
+ name: { kind: "Name", value: "lead" },
88379
+ selectionSet: {
88380
+ kind: "SelectionSet",
88381
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88382
+ },
88383
+ },
88384
+ {
88385
+ kind: "Field",
88386
+ name: { kind: "Name", value: "convertedFromIssue" },
88387
+ selectionSet: {
88388
+ kind: "SelectionSet",
88389
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88390
+ },
88391
+ },
88392
+ { kind: "Field", name: { kind: "Name", value: "color" } },
88393
+ { kind: "Field", name: { kind: "Name", value: "description" } },
88394
+ { kind: "Field", name: { kind: "Name", value: "name" } },
88395
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
88396
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
88397
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
88398
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
88399
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
88400
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
88401
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
88402
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
88403
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersPausedUntilAt" } },
88404
+ { kind: "Field", name: { kind: "Name", value: "scopeHistory" } },
88405
+ { kind: "Field", name: { kind: "Name", value: "issueCountHistory" } },
88406
+ { kind: "Field", name: { kind: "Name", value: "state" } },
88407
+ { kind: "Field", name: { kind: "Name", value: "id" } },
88408
+ {
88409
+ kind: "Field",
88410
+ name: { kind: "Name", value: "creator" },
88411
+ selectionSet: {
88412
+ kind: "SelectionSet",
88413
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88414
+ },
88415
+ },
88416
+ { kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
88417
+ { kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
88418
+ { kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
88419
+ ],
88420
+ },
88421
+ },
88422
+ ],
88423
+ };
88424
+ const ProjectSearchPayloadFragmentDoc = {
88425
+ kind: "Document",
88426
+ definitions: [
88427
+ {
88428
+ kind: "FragmentDefinition",
88429
+ name: { kind: "Name", value: "ProjectSearchPayload" },
88430
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchPayload" } },
88431
+ selectionSet: {
88432
+ kind: "SelectionSet",
88433
+ selections: [
88434
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88435
+ {
88436
+ kind: "Field",
88437
+ name: { kind: "Name", value: "archivePayload" },
88438
+ selectionSet: {
88439
+ kind: "SelectionSet",
88440
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
88441
+ },
88442
+ },
88443
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
88444
+ {
88445
+ kind: "Field",
88446
+ name: { kind: "Name", value: "nodes" },
88447
+ selectionSet: {
88448
+ kind: "SelectionSet",
88449
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
88450
+ },
88451
+ },
88452
+ {
88453
+ kind: "Field",
88454
+ name: { kind: "Name", value: "pageInfo" },
88455
+ selectionSet: {
88456
+ kind: "SelectionSet",
88457
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88458
+ },
88459
+ },
88460
+ ],
88461
+ },
88462
+ },
88463
+ ...ArchiveResponseFragmentDoc.definitions,
88464
+ ...ProjectSearchResultFragmentDoc.definitions,
88465
+ ...PageInfoFragmentDoc.definitions,
88466
+ ],
88467
+ };
88468
+ const ProjectSearchResultConnectionFragmentDoc = {
88469
+ kind: "Document",
88470
+ definitions: [
88471
+ {
88472
+ kind: "FragmentDefinition",
88473
+ name: { kind: "Name", value: "ProjectSearchResultConnection" },
88474
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResultConnection" } },
88475
+ selectionSet: {
88476
+ kind: "SelectionSet",
88477
+ selections: [
88478
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88479
+ {
88480
+ kind: "Field",
88481
+ name: { kind: "Name", value: "nodes" },
88482
+ selectionSet: {
88483
+ kind: "SelectionSet",
88484
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
88485
+ },
88486
+ },
88487
+ {
88488
+ kind: "Field",
88489
+ name: { kind: "Name", value: "pageInfo" },
88490
+ selectionSet: {
88491
+ kind: "SelectionSet",
88492
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88493
+ },
88494
+ },
88495
+ ],
88496
+ },
88497
+ },
88498
+ ...ProjectSearchResultFragmentDoc.definitions,
88499
+ ...PageInfoFragmentDoc.definitions,
88500
+ ],
88501
+ };
87924
88502
  const ProjectUpdateFragmentDoc = {
87925
88503
  kind: "Document",
87926
88504
  definitions: [
@@ -91381,6 +91959,74 @@ const ImageUploadFromUrlDocument = {
91381
91959
  ...ImageUploadFromUrlPayloadFragmentDoc.definitions,
91382
91960
  ],
91383
91961
  };
91962
+ const ImportFileUploadDocument = {
91963
+ kind: "Document",
91964
+ definitions: [
91965
+ {
91966
+ kind: "OperationDefinition",
91967
+ operation: "mutation",
91968
+ name: { kind: "Name", value: "importFileUpload" },
91969
+ variableDefinitions: [
91970
+ {
91971
+ kind: "VariableDefinition",
91972
+ variable: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
91973
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91974
+ },
91975
+ {
91976
+ kind: "VariableDefinition",
91977
+ variable: { kind: "Variable", name: { kind: "Name", value: "filename" } },
91978
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91979
+ },
91980
+ {
91981
+ kind: "VariableDefinition",
91982
+ variable: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
91983
+ type: { kind: "NamedType", name: { kind: "Name", value: "JSON" } },
91984
+ },
91985
+ {
91986
+ kind: "VariableDefinition",
91987
+ variable: { kind: "Variable", name: { kind: "Name", value: "size" } },
91988
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
91989
+ },
91990
+ ],
91991
+ selectionSet: {
91992
+ kind: "SelectionSet",
91993
+ selections: [
91994
+ {
91995
+ kind: "Field",
91996
+ name: { kind: "Name", value: "importFileUpload" },
91997
+ arguments: [
91998
+ {
91999
+ kind: "Argument",
92000
+ name: { kind: "Name", value: "contentType" },
92001
+ value: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
92002
+ },
92003
+ {
92004
+ kind: "Argument",
92005
+ name: { kind: "Name", value: "filename" },
92006
+ value: { kind: "Variable", name: { kind: "Name", value: "filename" } },
92007
+ },
92008
+ {
92009
+ kind: "Argument",
92010
+ name: { kind: "Name", value: "metaData" },
92011
+ value: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
92012
+ },
92013
+ {
92014
+ kind: "Argument",
92015
+ name: { kind: "Name", value: "size" },
92016
+ value: { kind: "Variable", name: { kind: "Name", value: "size" } },
92017
+ },
92018
+ ],
92019
+ selectionSet: {
92020
+ kind: "SelectionSet",
92021
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UploadPayload" } }],
92022
+ },
92023
+ },
92024
+ ],
92025
+ },
92026
+ },
92027
+ ...UploadPayloadFragmentDoc.definitions,
92028
+ ],
92029
+ };
91384
92030
  const DeleteIntegrationDocument = {
91385
92031
  kind: "Document",
91386
92032
  definitions: [
@@ -92868,38 +93514,33 @@ const IssueImportCreateAsanaDocument = {
92868
93514
  ...IssueImportPayloadFragmentDoc.definitions,
92869
93515
  ],
92870
93516
  };
92871
- const IssueImportCreateClubhouseDocument = {
93517
+ const IssueImportCreateCsvJiraDocument = {
92872
93518
  kind: "Document",
92873
93519
  definitions: [
92874
93520
  {
92875
93521
  kind: "OperationDefinition",
92876
93522
  operation: "mutation",
92877
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
93523
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
92878
93524
  variableDefinitions: [
92879
93525
  {
92880
93526
  kind: "VariableDefinition",
92881
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
93527
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
92882
93528
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92883
93529
  },
92884
93530
  {
92885
93531
  kind: "VariableDefinition",
92886
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
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" } },
93532
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
92892
93533
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92893
93534
  },
92894
93535
  {
92895
93536
  kind: "VariableDefinition",
92896
- variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
92897
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93537
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
93538
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92898
93539
  },
92899
93540
  {
92900
93541
  kind: "VariableDefinition",
92901
- variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
92902
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93542
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
93543
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92903
93544
  },
92904
93545
  {
92905
93546
  kind: "VariableDefinition",
@@ -92922,32 +93563,27 @@ const IssueImportCreateClubhouseDocument = {
92922
93563
  selections: [
92923
93564
  {
92924
93565
  kind: "Field",
92925
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
93566
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
92926
93567
  arguments: [
92927
93568
  {
92928
93569
  kind: "Argument",
92929
- name: { kind: "Name", value: "clubhouseTeamName" },
92930
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
93570
+ name: { kind: "Name", value: "csvUrl" },
93571
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
92931
93572
  },
92932
93573
  {
92933
93574
  kind: "Argument",
92934
- name: { kind: "Name", value: "clubhouseToken" },
92935
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
92936
- },
92937
- {
92938
- kind: "Argument",
92939
- name: { kind: "Name", value: "id" },
92940
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
93575
+ name: { kind: "Name", value: "jiraEmail" },
93576
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
92941
93577
  },
92942
93578
  {
92943
93579
  kind: "Argument",
92944
- name: { kind: "Name", value: "includeClosedIssues" },
92945
- value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93580
+ name: { kind: "Name", value: "jiraHostname" },
93581
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
92946
93582
  },
92947
93583
  {
92948
93584
  kind: "Argument",
92949
- name: { kind: "Name", value: "instantProcess" },
92950
- value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93585
+ name: { kind: "Name", value: "jiraToken" },
93586
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
92951
93587
  },
92952
93588
  {
92953
93589
  kind: "Argument",
@@ -92976,32 +93612,140 @@ const IssueImportCreateClubhouseDocument = {
92976
93612
  ...IssueImportPayloadFragmentDoc.definitions,
92977
93613
  ],
92978
93614
  };
92979
- const IssueImportCreateGithubDocument = {
93615
+ const IssueImportCreateClubhouseDocument = {
92980
93616
  kind: "Document",
92981
93617
  definitions: [
92982
93618
  {
92983
93619
  kind: "OperationDefinition",
92984
93620
  operation: "mutation",
92985
- name: { kind: "Name", value: "issueImportCreateGithub" },
93621
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
92986
93622
  variableDefinitions: [
92987
93623
  {
92988
93624
  kind: "VariableDefinition",
92989
- variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
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" } },
93625
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
92995
93626
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92996
93627
  },
92997
93628
  {
92998
93629
  kind: "VariableDefinition",
92999
- variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
93000
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93001
- },
93002
- {
93003
- kind: "VariableDefinition",
93004
- variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
93630
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
93631
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93632
+ },
93633
+ {
93634
+ kind: "VariableDefinition",
93635
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
93636
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93637
+ },
93638
+ {
93639
+ kind: "VariableDefinition",
93640
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93641
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93642
+ },
93643
+ {
93644
+ kind: "VariableDefinition",
93645
+ variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93646
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93647
+ },
93648
+ {
93649
+ kind: "VariableDefinition",
93650
+ variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
93651
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93652
+ },
93653
+ {
93654
+ kind: "VariableDefinition",
93655
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
93656
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93657
+ },
93658
+ {
93659
+ kind: "VariableDefinition",
93660
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
93661
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93662
+ },
93663
+ ],
93664
+ selectionSet: {
93665
+ kind: "SelectionSet",
93666
+ selections: [
93667
+ {
93668
+ kind: "Field",
93669
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
93670
+ arguments: [
93671
+ {
93672
+ kind: "Argument",
93673
+ name: { kind: "Name", value: "clubhouseGroupName" },
93674
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
93675
+ },
93676
+ {
93677
+ kind: "Argument",
93678
+ name: { kind: "Name", value: "clubhouseToken" },
93679
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
93680
+ },
93681
+ {
93682
+ kind: "Argument",
93683
+ name: { kind: "Name", value: "id" },
93684
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
93685
+ },
93686
+ {
93687
+ kind: "Argument",
93688
+ name: { kind: "Name", value: "includeClosedIssues" },
93689
+ value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93690
+ },
93691
+ {
93692
+ kind: "Argument",
93693
+ name: { kind: "Name", value: "instantProcess" },
93694
+ value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93695
+ },
93696
+ {
93697
+ kind: "Argument",
93698
+ name: { kind: "Name", value: "organizationId" },
93699
+ value: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
93700
+ },
93701
+ {
93702
+ kind: "Argument",
93703
+ name: { kind: "Name", value: "teamId" },
93704
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
93705
+ },
93706
+ {
93707
+ kind: "Argument",
93708
+ name: { kind: "Name", value: "teamName" },
93709
+ value: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
93710
+ },
93711
+ ],
93712
+ selectionSet: {
93713
+ kind: "SelectionSet",
93714
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportPayload" } }],
93715
+ },
93716
+ },
93717
+ ],
93718
+ },
93719
+ },
93720
+ ...IssueImportPayloadFragmentDoc.definitions,
93721
+ ],
93722
+ };
93723
+ const IssueImportCreateGithubDocument = {
93724
+ kind: "Document",
93725
+ definitions: [
93726
+ {
93727
+ kind: "OperationDefinition",
93728
+ operation: "mutation",
93729
+ name: { kind: "Name", value: "issueImportCreateGithub" },
93730
+ variableDefinitions: [
93731
+ {
93732
+ kind: "VariableDefinition",
93733
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
93734
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93735
+ },
93736
+ {
93737
+ kind: "VariableDefinition",
93738
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
93739
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93740
+ },
93741
+ {
93742
+ kind: "VariableDefinition",
93743
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
93744
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93745
+ },
93746
+ {
93747
+ kind: "VariableDefinition",
93748
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
93005
93749
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93006
93750
  },
93007
93751
  {
@@ -100055,186 +100799,6 @@ const EmojisDocument = {
100055
100799
  ...EmojiConnectionFragmentDoc.definitions,
100056
100800
  ],
100057
100801
  };
100058
- const ExternalUserDocument = {
100059
- kind: "Document",
100060
- definitions: [
100061
- {
100062
- kind: "OperationDefinition",
100063
- operation: "query",
100064
- name: { kind: "Name", value: "externalUser" },
100065
- variableDefinitions: [
100066
- {
100067
- kind: "VariableDefinition",
100068
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
100069
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
100070
- },
100071
- ],
100072
- selectionSet: {
100073
- kind: "SelectionSet",
100074
- selections: [
100075
- {
100076
- kind: "Field",
100077
- name: { kind: "Name", value: "externalUser" },
100078
- arguments: [
100079
- {
100080
- kind: "Argument",
100081
- name: { kind: "Name", value: "id" },
100082
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
100083
- },
100084
- ],
100085
- selectionSet: {
100086
- kind: "SelectionSet",
100087
- 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
- {
100097
- kind: "Field",
100098
- name: { kind: "Name", value: "organization" },
100099
- selectionSet: {
100100
- kind: "SelectionSet",
100101
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
100102
- },
100103
- },
100104
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
100105
- ],
100106
- },
100107
- },
100108
- ],
100109
- },
100110
- },
100111
- ...OrganizationFragmentDoc.definitions,
100112
- ],
100113
- };
100114
- const ExternalUsersDocument = {
100115
- kind: "Document",
100116
- definitions: [
100117
- {
100118
- kind: "OperationDefinition",
100119
- operation: "query",
100120
- name: { kind: "Name", value: "externalUsers" },
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
100802
  const FavoriteDocument = {
100239
100803
  kind: "Document",
100240
100804
  definitions: [
@@ -101835,6 +102399,190 @@ const Issue_SubscribersDocument = {
101835
102399
  ...UserConnectionFragmentDoc.definitions,
101836
102400
  ],
101837
102401
  };
102402
+ const IssueFigmaFileKeySearchDocument = {
102403
+ kind: "Document",
102404
+ definitions: [
102405
+ {
102406
+ kind: "OperationDefinition",
102407
+ operation: "query",
102408
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
102409
+ variableDefinitions: [
102410
+ {
102411
+ kind: "VariableDefinition",
102412
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
102413
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102414
+ },
102415
+ {
102416
+ kind: "VariableDefinition",
102417
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
102418
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102419
+ },
102420
+ {
102421
+ kind: "VariableDefinition",
102422
+ variable: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
102423
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102424
+ },
102425
+ {
102426
+ kind: "VariableDefinition",
102427
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
102428
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102429
+ },
102430
+ {
102431
+ kind: "VariableDefinition",
102432
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102433
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
102434
+ },
102435
+ {
102436
+ kind: "VariableDefinition",
102437
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
102438
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102439
+ },
102440
+ {
102441
+ kind: "VariableDefinition",
102442
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102443
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
102444
+ },
102445
+ ],
102446
+ selectionSet: {
102447
+ kind: "SelectionSet",
102448
+ selections: [
102449
+ {
102450
+ kind: "Field",
102451
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
102452
+ arguments: [
102453
+ {
102454
+ kind: "Argument",
102455
+ name: { kind: "Name", value: "after" },
102456
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
102457
+ },
102458
+ {
102459
+ kind: "Argument",
102460
+ name: { kind: "Name", value: "before" },
102461
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
102462
+ },
102463
+ {
102464
+ kind: "Argument",
102465
+ name: { kind: "Name", value: "fileKey" },
102466
+ value: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
102467
+ },
102468
+ {
102469
+ kind: "Argument",
102470
+ name: { kind: "Name", value: "first" },
102471
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
102472
+ },
102473
+ {
102474
+ kind: "Argument",
102475
+ name: { kind: "Name", value: "includeArchived" },
102476
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102477
+ },
102478
+ {
102479
+ kind: "Argument",
102480
+ name: { kind: "Name", value: "last" },
102481
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
102482
+ },
102483
+ {
102484
+ kind: "Argument",
102485
+ name: { kind: "Name", value: "orderBy" },
102486
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102487
+ },
102488
+ ],
102489
+ selectionSet: {
102490
+ kind: "SelectionSet",
102491
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
102492
+ },
102493
+ },
102494
+ ],
102495
+ },
102496
+ },
102497
+ ...IssueConnectionFragmentDoc.definitions,
102498
+ ],
102499
+ };
102500
+ const IssueFilterSuggestionDocument = {
102501
+ kind: "Document",
102502
+ definitions: [
102503
+ {
102504
+ kind: "OperationDefinition",
102505
+ operation: "query",
102506
+ name: { kind: "Name", value: "issueFilterSuggestion" },
102507
+ variableDefinitions: [
102508
+ {
102509
+ kind: "VariableDefinition",
102510
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
102511
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102512
+ },
102513
+ ],
102514
+ selectionSet: {
102515
+ kind: "SelectionSet",
102516
+ selections: [
102517
+ {
102518
+ kind: "Field",
102519
+ name: { kind: "Name", value: "issueFilterSuggestion" },
102520
+ arguments: [
102521
+ {
102522
+ kind: "Argument",
102523
+ name: { kind: "Name", value: "prompt" },
102524
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
102525
+ },
102526
+ ],
102527
+ selectionSet: {
102528
+ kind: "SelectionSet",
102529
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } }],
102530
+ },
102531
+ },
102532
+ ],
102533
+ },
102534
+ },
102535
+ ...IssueFilterSuggestionPayloadFragmentDoc.definitions,
102536
+ ],
102537
+ };
102538
+ const IssueImportCheckCsvDocument = {
102539
+ kind: "Document",
102540
+ definitions: [
102541
+ {
102542
+ kind: "OperationDefinition",
102543
+ operation: "query",
102544
+ name: { kind: "Name", value: "issueImportCheckCSV" },
102545
+ variableDefinitions: [
102546
+ {
102547
+ kind: "VariableDefinition",
102548
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
102549
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102550
+ },
102551
+ {
102552
+ kind: "VariableDefinition",
102553
+ variable: { kind: "Variable", name: { kind: "Name", value: "service" } },
102554
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102555
+ },
102556
+ ],
102557
+ selectionSet: {
102558
+ kind: "SelectionSet",
102559
+ selections: [
102560
+ {
102561
+ kind: "Field",
102562
+ name: { kind: "Name", value: "issueImportCheckCSV" },
102563
+ arguments: [
102564
+ {
102565
+ kind: "Argument",
102566
+ name: { kind: "Name", value: "csvUrl" },
102567
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
102568
+ },
102569
+ {
102570
+ kind: "Argument",
102571
+ name: { kind: "Name", value: "service" },
102572
+ value: { kind: "Variable", name: { kind: "Name", value: "service" } },
102573
+ },
102574
+ ],
102575
+ selectionSet: {
102576
+ kind: "SelectionSet",
102577
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportCheckPayload" } }],
102578
+ },
102579
+ },
102580
+ ],
102581
+ },
102582
+ },
102583
+ ...IssueImportCheckPayloadFragmentDoc.definitions,
102584
+ ],
102585
+ };
101838
102586
  const IssueImportFinishGithubOAuthDocument = {
101839
102587
  kind: "Document",
101840
102588
  definitions: [
@@ -105338,17 +106086,17 @@ const Project_TeamsDocument = {
105338
106086
  ...TeamConnectionFragmentDoc.definitions,
105339
106087
  ],
105340
106088
  };
105341
- const ProjectLinkDocument = {
106089
+ const ProjectFilterSuggestionDocument = {
105342
106090
  kind: "Document",
105343
106091
  definitions: [
105344
106092
  {
105345
106093
  kind: "OperationDefinition",
105346
106094
  operation: "query",
105347
- name: { kind: "Name", value: "projectLink" },
106095
+ name: { kind: "Name", value: "projectFilterSuggestion" },
105348
106096
  variableDefinitions: [
105349
106097
  {
105350
106098
  kind: "VariableDefinition",
105351
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106099
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
105352
106100
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105353
106101
  },
105354
106102
  ],
@@ -105357,158 +106105,32 @@ const ProjectLinkDocument = {
105357
106105
  selections: [
105358
106106
  {
105359
106107
  kind: "Field",
105360
- name: { kind: "Name", value: "projectLink" },
106108
+ name: { kind: "Name", value: "projectFilterSuggestion" },
105361
106109
  arguments: [
105362
106110
  {
105363
106111
  kind: "Argument",
105364
- name: { kind: "Name", value: "id" },
105365
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106112
+ name: { kind: "Name", value: "prompt" },
106113
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
105366
106114
  },
105367
106115
  ],
105368
106116
  selectionSet: {
105369
106117
  kind: "SelectionSet",
105370
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
106118
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
105371
106119
  },
105372
106120
  },
105373
106121
  ],
105374
106122
  },
105375
106123
  },
105376
- ...ProjectLinkFragmentDoc.definitions,
106124
+ ...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
105377
106125
  ],
105378
106126
  };
105379
- const ProjectLinksDocument = {
105380
- kind: "Document",
105381
- definitions: [
105382
- {
105383
- kind: "OperationDefinition",
105384
- operation: "query",
105385
- name: { kind: "Name", value: "projectLinks" },
105386
- variableDefinitions: [
105387
- {
105388
- kind: "VariableDefinition",
105389
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
105390
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105391
- },
105392
- {
105393
- kind: "VariableDefinition",
105394
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
105395
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105396
- },
105397
- {
105398
- kind: "VariableDefinition",
105399
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
105400
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
105401
- },
105402
- {
105403
- kind: "VariableDefinition",
105404
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
105405
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
105406
- },
105407
- {
105408
- kind: "VariableDefinition",
105409
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
105410
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
105411
- },
105412
- {
105413
- kind: "VariableDefinition",
105414
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105415
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
105416
- },
105417
- ],
105418
- selectionSet: {
105419
- kind: "SelectionSet",
105420
- selections: [
105421
- {
105422
- kind: "Field",
105423
- name: { kind: "Name", value: "projectLinks" },
105424
- arguments: [
105425
- {
105426
- kind: "Argument",
105427
- name: { kind: "Name", value: "after" },
105428
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
105429
- },
105430
- {
105431
- kind: "Argument",
105432
- name: { kind: "Name", value: "before" },
105433
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
105434
- },
105435
- {
105436
- kind: "Argument",
105437
- name: { kind: "Name", value: "first" },
105438
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
105439
- },
105440
- {
105441
- kind: "Argument",
105442
- name: { kind: "Name", value: "includeArchived" },
105443
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
105444
- },
105445
- {
105446
- kind: "Argument",
105447
- name: { kind: "Name", value: "last" },
105448
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
105449
- },
105450
- {
105451
- kind: "Argument",
105452
- name: { kind: "Name", value: "orderBy" },
105453
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105454
- },
105455
- ],
105456
- selectionSet: {
105457
- kind: "SelectionSet",
105458
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
105459
- },
105460
- },
105461
- ],
105462
- },
105463
- },
105464
- ...ProjectLinkConnectionFragmentDoc.definitions,
105465
- ],
105466
- };
105467
- const ProjectUpdateDocument = {
105468
- kind: "Document",
105469
- definitions: [
105470
- {
105471
- kind: "OperationDefinition",
105472
- operation: "query",
105473
- name: { kind: "Name", value: "projectUpdate" },
105474
- variableDefinitions: [
105475
- {
105476
- kind: "VariableDefinition",
105477
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
105478
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105479
- },
105480
- ],
105481
- selectionSet: {
105482
- kind: "SelectionSet",
105483
- selections: [
105484
- {
105485
- kind: "Field",
105486
- name: { kind: "Name", value: "projectUpdate" },
105487
- arguments: [
105488
- {
105489
- kind: "Argument",
105490
- name: { kind: "Name", value: "id" },
105491
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
105492
- },
105493
- ],
105494
- selectionSet: {
105495
- kind: "SelectionSet",
105496
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
105497
- },
105498
- },
105499
- ],
105500
- },
105501
- },
105502
- ...ProjectUpdateFragmentDoc.definitions,
105503
- ],
105504
- };
105505
- const ProjectUpdateInteractionDocument = {
106127
+ const ProjectLinkDocument = {
105506
106128
  kind: "Document",
105507
106129
  definitions: [
105508
106130
  {
105509
106131
  kind: "OperationDefinition",
105510
106132
  operation: "query",
105511
- name: { kind: "Name", value: "projectUpdateInteraction" },
106133
+ name: { kind: "Name", value: "projectLink" },
105512
106134
  variableDefinitions: [
105513
106135
  {
105514
106136
  kind: "VariableDefinition",
@@ -105521,7 +106143,7 @@ const ProjectUpdateInteractionDocument = {
105521
106143
  selections: [
105522
106144
  {
105523
106145
  kind: "Field",
105524
- name: { kind: "Name", value: "projectUpdateInteraction" },
106146
+ name: { kind: "Name", value: "projectLink" },
105525
106147
  arguments: [
105526
106148
  {
105527
106149
  kind: "Argument",
@@ -105531,22 +106153,186 @@ const ProjectUpdateInteractionDocument = {
105531
106153
  ],
105532
106154
  selectionSet: {
105533
106155
  kind: "SelectionSet",
105534
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateInteraction" } }],
106156
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
105535
106157
  },
105536
106158
  },
105537
106159
  ],
105538
106160
  },
105539
106161
  },
105540
- ...ProjectUpdateInteractionFragmentDoc.definitions,
106162
+ ...ProjectLinkFragmentDoc.definitions,
105541
106163
  ],
105542
106164
  };
105543
- const ProjectUpdateInteractionsDocument = {
106165
+ const ProjectLinksDocument = {
105544
106166
  kind: "Document",
105545
106167
  definitions: [
105546
106168
  {
105547
106169
  kind: "OperationDefinition",
105548
106170
  operation: "query",
105549
- name: { kind: "Name", value: "projectUpdateInteractions" },
106171
+ name: { kind: "Name", value: "projectLinks" },
106172
+ variableDefinitions: [
106173
+ {
106174
+ kind: "VariableDefinition",
106175
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106176
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106177
+ },
106178
+ {
106179
+ kind: "VariableDefinition",
106180
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106181
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106182
+ },
106183
+ {
106184
+ kind: "VariableDefinition",
106185
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106186
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106187
+ },
106188
+ {
106189
+ kind: "VariableDefinition",
106190
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106191
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106192
+ },
106193
+ {
106194
+ kind: "VariableDefinition",
106195
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106196
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106197
+ },
106198
+ {
106199
+ kind: "VariableDefinition",
106200
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106201
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106202
+ },
106203
+ ],
106204
+ selectionSet: {
106205
+ kind: "SelectionSet",
106206
+ selections: [
106207
+ {
106208
+ kind: "Field",
106209
+ name: { kind: "Name", value: "projectLinks" },
106210
+ arguments: [
106211
+ {
106212
+ kind: "Argument",
106213
+ name: { kind: "Name", value: "after" },
106214
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106215
+ },
106216
+ {
106217
+ kind: "Argument",
106218
+ name: { kind: "Name", value: "before" },
106219
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106220
+ },
106221
+ {
106222
+ kind: "Argument",
106223
+ name: { kind: "Name", value: "first" },
106224
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106225
+ },
106226
+ {
106227
+ kind: "Argument",
106228
+ name: { kind: "Name", value: "includeArchived" },
106229
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106230
+ },
106231
+ {
106232
+ kind: "Argument",
106233
+ name: { kind: "Name", value: "last" },
106234
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106235
+ },
106236
+ {
106237
+ kind: "Argument",
106238
+ name: { kind: "Name", value: "orderBy" },
106239
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106240
+ },
106241
+ ],
106242
+ selectionSet: {
106243
+ kind: "SelectionSet",
106244
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
106245
+ },
106246
+ },
106247
+ ],
106248
+ },
106249
+ },
106250
+ ...ProjectLinkConnectionFragmentDoc.definitions,
106251
+ ],
106252
+ };
106253
+ const ProjectUpdateDocument = {
106254
+ kind: "Document",
106255
+ definitions: [
106256
+ {
106257
+ kind: "OperationDefinition",
106258
+ operation: "query",
106259
+ name: { kind: "Name", value: "projectUpdate" },
106260
+ variableDefinitions: [
106261
+ {
106262
+ kind: "VariableDefinition",
106263
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106264
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106265
+ },
106266
+ ],
106267
+ selectionSet: {
106268
+ kind: "SelectionSet",
106269
+ selections: [
106270
+ {
106271
+ kind: "Field",
106272
+ name: { kind: "Name", value: "projectUpdate" },
106273
+ arguments: [
106274
+ {
106275
+ kind: "Argument",
106276
+ name: { kind: "Name", value: "id" },
106277
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106278
+ },
106279
+ ],
106280
+ selectionSet: {
106281
+ kind: "SelectionSet",
106282
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
106283
+ },
106284
+ },
106285
+ ],
106286
+ },
106287
+ },
106288
+ ...ProjectUpdateFragmentDoc.definitions,
106289
+ ],
106290
+ };
106291
+ const ProjectUpdateInteractionDocument = {
106292
+ kind: "Document",
106293
+ definitions: [
106294
+ {
106295
+ kind: "OperationDefinition",
106296
+ operation: "query",
106297
+ name: { kind: "Name", value: "projectUpdateInteraction" },
106298
+ variableDefinitions: [
106299
+ {
106300
+ kind: "VariableDefinition",
106301
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106302
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106303
+ },
106304
+ ],
106305
+ selectionSet: {
106306
+ kind: "SelectionSet",
106307
+ selections: [
106308
+ {
106309
+ kind: "Field",
106310
+ name: { kind: "Name", value: "projectUpdateInteraction" },
106311
+ arguments: [
106312
+ {
106313
+ kind: "Argument",
106314
+ name: { kind: "Name", value: "id" },
106315
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106316
+ },
106317
+ ],
106318
+ selectionSet: {
106319
+ kind: "SelectionSet",
106320
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateInteraction" } }],
106321
+ },
106322
+ },
106323
+ ],
106324
+ },
106325
+ },
106326
+ ...ProjectUpdateInteractionFragmentDoc.definitions,
106327
+ ],
106328
+ };
106329
+ const ProjectUpdateInteractionsDocument = {
106330
+ kind: "Document",
106331
+ definitions: [
106332
+ {
106333
+ kind: "OperationDefinition",
106334
+ operation: "query",
106335
+ name: { kind: "Name", value: "projectUpdateInteractions" },
105550
106336
  variableDefinitions: [
105551
106337
  {
105552
106338
  kind: "VariableDefinition",
@@ -106103,7 +106889,618 @@ const RoadmapToProjectsDocument = {
106103
106889
  selections: [
106104
106890
  {
106105
106891
  kind: "Field",
106106
- name: { kind: "Name", value: "roadmapToProjects" },
106892
+ name: { kind: "Name", value: "roadmapToProjects" },
106893
+ arguments: [
106894
+ {
106895
+ kind: "Argument",
106896
+ name: { kind: "Name", value: "after" },
106897
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106898
+ },
106899
+ {
106900
+ kind: "Argument",
106901
+ name: { kind: "Name", value: "before" },
106902
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106903
+ },
106904
+ {
106905
+ kind: "Argument",
106906
+ name: { kind: "Name", value: "first" },
106907
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106908
+ },
106909
+ {
106910
+ kind: "Argument",
106911
+ name: { kind: "Name", value: "includeArchived" },
106912
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106913
+ },
106914
+ {
106915
+ kind: "Argument",
106916
+ name: { kind: "Name", value: "last" },
106917
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106918
+ },
106919
+ {
106920
+ kind: "Argument",
106921
+ name: { kind: "Name", value: "orderBy" },
106922
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106923
+ },
106924
+ ],
106925
+ selectionSet: {
106926
+ kind: "SelectionSet",
106927
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
106928
+ },
106929
+ },
106930
+ ],
106931
+ },
106932
+ },
106933
+ ...RoadmapToProjectConnectionFragmentDoc.definitions,
106934
+ ],
106935
+ };
106936
+ const RoadmapsDocument = {
106937
+ kind: "Document",
106938
+ definitions: [
106939
+ {
106940
+ kind: "OperationDefinition",
106941
+ operation: "query",
106942
+ name: { kind: "Name", value: "roadmaps" },
106943
+ variableDefinitions: [
106944
+ {
106945
+ kind: "VariableDefinition",
106946
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106947
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106948
+ },
106949
+ {
106950
+ kind: "VariableDefinition",
106951
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106952
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106953
+ },
106954
+ {
106955
+ kind: "VariableDefinition",
106956
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106957
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106958
+ },
106959
+ {
106960
+ kind: "VariableDefinition",
106961
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106962
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106963
+ },
106964
+ {
106965
+ kind: "VariableDefinition",
106966
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106967
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106968
+ },
106969
+ {
106970
+ kind: "VariableDefinition",
106971
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106972
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106973
+ },
106974
+ ],
106975
+ selectionSet: {
106976
+ kind: "SelectionSet",
106977
+ selections: [
106978
+ {
106979
+ kind: "Field",
106980
+ name: { kind: "Name", value: "roadmaps" },
106981
+ arguments: [
106982
+ {
106983
+ kind: "Argument",
106984
+ name: { kind: "Name", value: "after" },
106985
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106986
+ },
106987
+ {
106988
+ kind: "Argument",
106989
+ name: { kind: "Name", value: "before" },
106990
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106991
+ },
106992
+ {
106993
+ kind: "Argument",
106994
+ name: { kind: "Name", value: "first" },
106995
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106996
+ },
106997
+ {
106998
+ kind: "Argument",
106999
+ name: { kind: "Name", value: "includeArchived" },
107000
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107001
+ },
107002
+ {
107003
+ kind: "Argument",
107004
+ name: { kind: "Name", value: "last" },
107005
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107006
+ },
107007
+ {
107008
+ kind: "Argument",
107009
+ name: { kind: "Name", value: "orderBy" },
107010
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107011
+ },
107012
+ ],
107013
+ selectionSet: {
107014
+ kind: "SelectionSet",
107015
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
107016
+ },
107017
+ },
107018
+ ],
107019
+ },
107020
+ },
107021
+ ...RoadmapConnectionFragmentDoc.definitions,
107022
+ ],
107023
+ };
107024
+ const SearchDocumentsDocument = {
107025
+ kind: "Document",
107026
+ definitions: [
107027
+ {
107028
+ kind: "OperationDefinition",
107029
+ operation: "query",
107030
+ name: { kind: "Name", value: "searchDocuments" },
107031
+ variableDefinitions: [
107032
+ {
107033
+ kind: "VariableDefinition",
107034
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107035
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107036
+ },
107037
+ {
107038
+ kind: "VariableDefinition",
107039
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107040
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107041
+ },
107042
+ {
107043
+ kind: "VariableDefinition",
107044
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107045
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107046
+ },
107047
+ {
107048
+ kind: "VariableDefinition",
107049
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107050
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107051
+ },
107052
+ {
107053
+ kind: "VariableDefinition",
107054
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107055
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107056
+ },
107057
+ {
107058
+ kind: "VariableDefinition",
107059
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107060
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107061
+ },
107062
+ {
107063
+ kind: "VariableDefinition",
107064
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107065
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107066
+ },
107067
+ ],
107068
+ selectionSet: {
107069
+ kind: "SelectionSet",
107070
+ selections: [
107071
+ {
107072
+ kind: "Field",
107073
+ name: { kind: "Name", value: "searchDocuments" },
107074
+ arguments: [
107075
+ {
107076
+ kind: "Argument",
107077
+ name: { kind: "Name", value: "after" },
107078
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107079
+ },
107080
+ {
107081
+ kind: "Argument",
107082
+ name: { kind: "Name", value: "before" },
107083
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107084
+ },
107085
+ {
107086
+ kind: "Argument",
107087
+ name: { kind: "Name", value: "first" },
107088
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107089
+ },
107090
+ {
107091
+ kind: "Argument",
107092
+ name: { kind: "Name", value: "includeArchived" },
107093
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107094
+ },
107095
+ {
107096
+ kind: "Argument",
107097
+ name: { kind: "Name", value: "last" },
107098
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107099
+ },
107100
+ {
107101
+ kind: "Argument",
107102
+ name: { kind: "Name", value: "orderBy" },
107103
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107104
+ },
107105
+ {
107106
+ kind: "Argument",
107107
+ name: { kind: "Name", value: "term" },
107108
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107109
+ },
107110
+ ],
107111
+ selectionSet: {
107112
+ kind: "SelectionSet",
107113
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchPayload" } }],
107114
+ },
107115
+ },
107116
+ ],
107117
+ },
107118
+ },
107119
+ ...DocumentSearchPayloadFragmentDoc.definitions,
107120
+ ],
107121
+ };
107122
+ const SearchDocuments_ArchivePayloadDocument = {
107123
+ kind: "Document",
107124
+ definitions: [
107125
+ {
107126
+ kind: "OperationDefinition",
107127
+ operation: "query",
107128
+ name: { kind: "Name", value: "searchDocuments_archivePayload" },
107129
+ variableDefinitions: [
107130
+ {
107131
+ kind: "VariableDefinition",
107132
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107133
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107134
+ },
107135
+ {
107136
+ kind: "VariableDefinition",
107137
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107138
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107139
+ },
107140
+ {
107141
+ kind: "VariableDefinition",
107142
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107143
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107144
+ },
107145
+ {
107146
+ kind: "VariableDefinition",
107147
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107148
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107149
+ },
107150
+ {
107151
+ kind: "VariableDefinition",
107152
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107153
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107154
+ },
107155
+ {
107156
+ kind: "VariableDefinition",
107157
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107158
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107159
+ },
107160
+ {
107161
+ kind: "VariableDefinition",
107162
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107163
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107164
+ },
107165
+ ],
107166
+ selectionSet: {
107167
+ kind: "SelectionSet",
107168
+ selections: [
107169
+ {
107170
+ kind: "Field",
107171
+ name: { kind: "Name", value: "searchDocuments" },
107172
+ arguments: [
107173
+ {
107174
+ kind: "Argument",
107175
+ name: { kind: "Name", value: "after" },
107176
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107177
+ },
107178
+ {
107179
+ kind: "Argument",
107180
+ name: { kind: "Name", value: "before" },
107181
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107182
+ },
107183
+ {
107184
+ kind: "Argument",
107185
+ name: { kind: "Name", value: "first" },
107186
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107187
+ },
107188
+ {
107189
+ kind: "Argument",
107190
+ name: { kind: "Name", value: "includeArchived" },
107191
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107192
+ },
107193
+ {
107194
+ kind: "Argument",
107195
+ name: { kind: "Name", value: "last" },
107196
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107197
+ },
107198
+ {
107199
+ kind: "Argument",
107200
+ name: { kind: "Name", value: "orderBy" },
107201
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107202
+ },
107203
+ {
107204
+ kind: "Argument",
107205
+ name: { kind: "Name", value: "term" },
107206
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107207
+ },
107208
+ ],
107209
+ selectionSet: {
107210
+ kind: "SelectionSet",
107211
+ selections: [
107212
+ {
107213
+ kind: "Field",
107214
+ name: { kind: "Name", value: "archivePayload" },
107215
+ selectionSet: {
107216
+ kind: "SelectionSet",
107217
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107218
+ },
107219
+ },
107220
+ ],
107221
+ },
107222
+ },
107223
+ ],
107224
+ },
107225
+ },
107226
+ ...ArchiveResponseFragmentDoc.definitions,
107227
+ ],
107228
+ };
107229
+ const SearchIssuesDocument = {
107230
+ kind: "Document",
107231
+ definitions: [
107232
+ {
107233
+ kind: "OperationDefinition",
107234
+ operation: "query",
107235
+ name: { kind: "Name", value: "searchIssues" },
107236
+ variableDefinitions: [
107237
+ {
107238
+ kind: "VariableDefinition",
107239
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107240
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107241
+ },
107242
+ {
107243
+ kind: "VariableDefinition",
107244
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107245
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107246
+ },
107247
+ {
107248
+ kind: "VariableDefinition",
107249
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107250
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
107251
+ },
107252
+ {
107253
+ kind: "VariableDefinition",
107254
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107255
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107256
+ },
107257
+ {
107258
+ kind: "VariableDefinition",
107259
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107260
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107261
+ },
107262
+ {
107263
+ kind: "VariableDefinition",
107264
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107265
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107266
+ },
107267
+ {
107268
+ kind: "VariableDefinition",
107269
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107270
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107271
+ },
107272
+ {
107273
+ kind: "VariableDefinition",
107274
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107275
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107276
+ },
107277
+ ],
107278
+ selectionSet: {
107279
+ kind: "SelectionSet",
107280
+ selections: [
107281
+ {
107282
+ kind: "Field",
107283
+ name: { kind: "Name", value: "searchIssues" },
107284
+ arguments: [
107285
+ {
107286
+ kind: "Argument",
107287
+ name: { kind: "Name", value: "after" },
107288
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107289
+ },
107290
+ {
107291
+ kind: "Argument",
107292
+ name: { kind: "Name", value: "before" },
107293
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107294
+ },
107295
+ {
107296
+ kind: "Argument",
107297
+ name: { kind: "Name", value: "filter" },
107298
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107299
+ },
107300
+ {
107301
+ kind: "Argument",
107302
+ name: { kind: "Name", value: "first" },
107303
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107304
+ },
107305
+ {
107306
+ kind: "Argument",
107307
+ name: { kind: "Name", value: "includeArchived" },
107308
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107309
+ },
107310
+ {
107311
+ kind: "Argument",
107312
+ name: { kind: "Name", value: "last" },
107313
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107314
+ },
107315
+ {
107316
+ kind: "Argument",
107317
+ name: { kind: "Name", value: "orderBy" },
107318
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107319
+ },
107320
+ {
107321
+ kind: "Argument",
107322
+ name: { kind: "Name", value: "term" },
107323
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107324
+ },
107325
+ ],
107326
+ selectionSet: {
107327
+ kind: "SelectionSet",
107328
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchPayload" } }],
107329
+ },
107330
+ },
107331
+ ],
107332
+ },
107333
+ },
107334
+ ...IssueSearchPayloadFragmentDoc.definitions,
107335
+ ],
107336
+ };
107337
+ const SearchIssues_ArchivePayloadDocument = {
107338
+ kind: "Document",
107339
+ definitions: [
107340
+ {
107341
+ kind: "OperationDefinition",
107342
+ operation: "query",
107343
+ name: { kind: "Name", value: "searchIssues_archivePayload" },
107344
+ variableDefinitions: [
107345
+ {
107346
+ kind: "VariableDefinition",
107347
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107348
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107349
+ },
107350
+ {
107351
+ kind: "VariableDefinition",
107352
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107353
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107354
+ },
107355
+ {
107356
+ kind: "VariableDefinition",
107357
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107358
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
107359
+ },
107360
+ {
107361
+ kind: "VariableDefinition",
107362
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107363
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107364
+ },
107365
+ {
107366
+ kind: "VariableDefinition",
107367
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107368
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107369
+ },
107370
+ {
107371
+ kind: "VariableDefinition",
107372
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107373
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107374
+ },
107375
+ {
107376
+ kind: "VariableDefinition",
107377
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107378
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107379
+ },
107380
+ {
107381
+ kind: "VariableDefinition",
107382
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107383
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107384
+ },
107385
+ ],
107386
+ selectionSet: {
107387
+ kind: "SelectionSet",
107388
+ selections: [
107389
+ {
107390
+ kind: "Field",
107391
+ name: { kind: "Name", value: "searchIssues" },
107392
+ arguments: [
107393
+ {
107394
+ kind: "Argument",
107395
+ name: { kind: "Name", value: "after" },
107396
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107397
+ },
107398
+ {
107399
+ kind: "Argument",
107400
+ name: { kind: "Name", value: "before" },
107401
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107402
+ },
107403
+ {
107404
+ kind: "Argument",
107405
+ name: { kind: "Name", value: "filter" },
107406
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107407
+ },
107408
+ {
107409
+ kind: "Argument",
107410
+ name: { kind: "Name", value: "first" },
107411
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107412
+ },
107413
+ {
107414
+ kind: "Argument",
107415
+ name: { kind: "Name", value: "includeArchived" },
107416
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107417
+ },
107418
+ {
107419
+ kind: "Argument",
107420
+ name: { kind: "Name", value: "last" },
107421
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107422
+ },
107423
+ {
107424
+ kind: "Argument",
107425
+ name: { kind: "Name", value: "orderBy" },
107426
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107427
+ },
107428
+ {
107429
+ kind: "Argument",
107430
+ name: { kind: "Name", value: "term" },
107431
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107432
+ },
107433
+ ],
107434
+ selectionSet: {
107435
+ kind: "SelectionSet",
107436
+ selections: [
107437
+ {
107438
+ kind: "Field",
107439
+ name: { kind: "Name", value: "archivePayload" },
107440
+ selectionSet: {
107441
+ kind: "SelectionSet",
107442
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107443
+ },
107444
+ },
107445
+ ],
107446
+ },
107447
+ },
107448
+ ],
107449
+ },
107450
+ },
107451
+ ...ArchiveResponseFragmentDoc.definitions,
107452
+ ],
107453
+ };
107454
+ const SearchProjectsDocument = {
107455
+ kind: "Document",
107456
+ definitions: [
107457
+ {
107458
+ kind: "OperationDefinition",
107459
+ operation: "query",
107460
+ name: { kind: "Name", value: "searchProjects" },
107461
+ variableDefinitions: [
107462
+ {
107463
+ kind: "VariableDefinition",
107464
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107465
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107466
+ },
107467
+ {
107468
+ kind: "VariableDefinition",
107469
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107470
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107471
+ },
107472
+ {
107473
+ kind: "VariableDefinition",
107474
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107475
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107476
+ },
107477
+ {
107478
+ kind: "VariableDefinition",
107479
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107480
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107481
+ },
107482
+ {
107483
+ kind: "VariableDefinition",
107484
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107485
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107486
+ },
107487
+ {
107488
+ kind: "VariableDefinition",
107489
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107490
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107491
+ },
107492
+ {
107493
+ kind: "VariableDefinition",
107494
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107495
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107496
+ },
107497
+ ],
107498
+ selectionSet: {
107499
+ kind: "SelectionSet",
107500
+ selections: [
107501
+ {
107502
+ kind: "Field",
107503
+ name: { kind: "Name", value: "searchProjects" },
106107
107504
  arguments: [
106108
107505
  {
106109
107506
  kind: "Argument",
@@ -106135,25 +107532,30 @@ const RoadmapToProjectsDocument = {
106135
107532
  name: { kind: "Name", value: "orderBy" },
106136
107533
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106137
107534
  },
107535
+ {
107536
+ kind: "Argument",
107537
+ name: { kind: "Name", value: "term" },
107538
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107539
+ },
106138
107540
  ],
106139
107541
  selectionSet: {
106140
107542
  kind: "SelectionSet",
106141
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
107543
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchPayload" } }],
106142
107544
  },
106143
107545
  },
106144
107546
  ],
106145
107547
  },
106146
107548
  },
106147
- ...RoadmapToProjectConnectionFragmentDoc.definitions,
107549
+ ...ProjectSearchPayloadFragmentDoc.definitions,
106148
107550
  ],
106149
107551
  };
106150
- const RoadmapsDocument = {
107552
+ const SearchProjects_ArchivePayloadDocument = {
106151
107553
  kind: "Document",
106152
107554
  definitions: [
106153
107555
  {
106154
107556
  kind: "OperationDefinition",
106155
107557
  operation: "query",
106156
- name: { kind: "Name", value: "roadmaps" },
107558
+ name: { kind: "Name", value: "searchProjects_archivePayload" },
106157
107559
  variableDefinitions: [
106158
107560
  {
106159
107561
  kind: "VariableDefinition",
@@ -106185,13 +107587,18 @@ const RoadmapsDocument = {
106185
107587
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106186
107588
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106187
107589
  },
107590
+ {
107591
+ kind: "VariableDefinition",
107592
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107593
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107594
+ },
106188
107595
  ],
106189
107596
  selectionSet: {
106190
107597
  kind: "SelectionSet",
106191
107598
  selections: [
106192
107599
  {
106193
107600
  kind: "Field",
106194
- name: { kind: "Name", value: "roadmaps" },
107601
+ name: { kind: "Name", value: "searchProjects" },
106195
107602
  arguments: [
106196
107603
  {
106197
107604
  kind: "Argument",
@@ -106223,16 +107630,30 @@ const RoadmapsDocument = {
106223
107630
  name: { kind: "Name", value: "orderBy" },
106224
107631
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106225
107632
  },
107633
+ {
107634
+ kind: "Argument",
107635
+ name: { kind: "Name", value: "term" },
107636
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107637
+ },
106226
107638
  ],
106227
107639
  selectionSet: {
106228
107640
  kind: "SelectionSet",
106229
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
107641
+ selections: [
107642
+ {
107643
+ kind: "Field",
107644
+ name: { kind: "Name", value: "archivePayload" },
107645
+ selectionSet: {
107646
+ kind: "SelectionSet",
107647
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107648
+ },
107649
+ },
107650
+ ],
106230
107651
  },
106231
107652
  },
106232
107653
  ],
106233
107654
  },
106234
107655
  },
106235
- ...RoadmapConnectionFragmentDoc.definitions,
107656
+ ...ArchiveResponseFragmentDoc.definitions,
106236
107657
  ],
106237
107658
  };
106238
107659
  const SsoUrlFromEmailDocument = {
@@ -109140,7 +110561,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109140
110561
  get WorkflowTriggerType () { return WorkflowTriggerType; },
109141
110562
  get WorkflowType () { return WorkflowType; },
109142
110563
  EntityFragmentDoc: EntityFragmentDoc,
109143
- PersonalNoteFragmentDoc: PersonalNoteFragmentDoc,
110564
+ DocumentContentFragmentDoc: DocumentContentFragmentDoc,
109144
110565
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
109145
110566
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
109146
110567
  TemplateFragmentDoc: TemplateFragmentDoc,
@@ -109197,6 +110618,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109197
110618
  DocumentFragmentDoc: DocumentFragmentDoc,
109198
110619
  DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
109199
110620
  DocumentPayloadFragmentDoc: DocumentPayloadFragmentDoc,
110621
+ ArchiveResponseFragmentDoc: ArchiveResponseFragmentDoc,
110622
+ DocumentSearchResultFragmentDoc: DocumentSearchResultFragmentDoc,
110623
+ DocumentSearchPayloadFragmentDoc: DocumentSearchPayloadFragmentDoc,
110624
+ DocumentSearchResultConnectionFragmentDoc: DocumentSearchResultConnectionFragmentDoc,
109200
110625
  EmailUnsubscribePayloadFragmentDoc: EmailUnsubscribePayloadFragmentDoc,
109201
110626
  EmailUserAccountAuthChallengeResponseFragmentDoc: EmailUserAccountAuthChallengeResponseFragmentDoc,
109202
110627
  EmojiFragmentDoc: EmojiFragmentDoc,
@@ -109224,10 +110649,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109224
110649
  IssueFragmentDoc: IssueFragmentDoc,
109225
110650
  IssueBatchPayloadFragmentDoc: IssueBatchPayloadFragmentDoc,
109226
110651
  IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
110652
+ IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
109227
110653
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
109228
110654
  IssueImportFragmentDoc: IssueImportFragmentDoc,
109229
110655
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
109230
110656
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
110657
+ IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
109231
110658
  IssueImportDeletePayloadFragmentDoc: IssueImportDeletePayloadFragmentDoc,
109232
110659
  IssueImportPayloadFragmentDoc: IssueImportPayloadFragmentDoc,
109233
110660
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
@@ -109238,6 +110665,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109238
110665
  IssueRelationFragmentDoc: IssueRelationFragmentDoc,
109239
110666
  IssueRelationConnectionFragmentDoc: IssueRelationConnectionFragmentDoc,
109240
110667
  IssueRelationPayloadFragmentDoc: IssueRelationPayloadFragmentDoc,
110668
+ IssueSearchResultFragmentDoc: IssueSearchResultFragmentDoc,
110669
+ IssueSearchPayloadFragmentDoc: IssueSearchPayloadFragmentDoc,
110670
+ IssueSearchResultConnectionFragmentDoc: IssueSearchResultConnectionFragmentDoc,
109241
110671
  LogoutResponseFragmentDoc: LogoutResponseFragmentDoc,
109242
110672
  NodeFragmentDoc: NodeFragmentDoc,
109243
110673
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
@@ -109263,6 +110693,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109263
110693
  OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
109264
110694
  ProjectFragmentDoc: ProjectFragmentDoc,
109265
110695
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
110696
+ ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
109266
110697
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
109267
110698
  ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
109268
110699
  ProjectLinkPayloadFragmentDoc: ProjectLinkPayloadFragmentDoc,
@@ -109270,6 +110701,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109270
110701
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
109271
110702
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
109272
110703
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
110704
+ ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
110705
+ ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
110706
+ ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
109273
110707
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
109274
110708
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
109275
110709
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -109364,6 +110798,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109364
110798
  FileUploadDocument: FileUploadDocument,
109365
110799
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
109366
110800
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
110801
+ ImportFileUploadDocument: ImportFileUploadDocument,
109367
110802
  DeleteIntegrationDocument: DeleteIntegrationDocument,
109368
110803
  IntegrationDiscordDocument: IntegrationDiscordDocument,
109369
110804
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -109395,6 +110830,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109395
110830
  CreateIssueDocument: CreateIssueDocument,
109396
110831
  DeleteIssueDocument: DeleteIssueDocument,
109397
110832
  IssueImportCreateAsanaDocument: IssueImportCreateAsanaDocument,
110833
+ IssueImportCreateCsvJiraDocument: IssueImportCreateCsvJiraDocument,
109398
110834
  IssueImportCreateClubhouseDocument: IssueImportCreateClubhouseDocument,
109399
110835
  IssueImportCreateGithubDocument: IssueImportCreateGithubDocument,
109400
110836
  IssueImportCreateJiraDocument: IssueImportCreateJiraDocument,
@@ -109529,8 +110965,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109529
110965
  DocumentsDocument: DocumentsDocument,
109530
110966
  EmojiDocument: EmojiDocument,
109531
110967
  EmojisDocument: EmojisDocument,
109532
- ExternalUserDocument: ExternalUserDocument,
109533
- ExternalUsersDocument: ExternalUsersDocument,
109534
110968
  FavoriteDocument: FavoriteDocument,
109535
110969
  Favorite_ChildrenDocument: Favorite_ChildrenDocument,
109536
110970
  FavoritesDocument: FavoritesDocument,
@@ -109550,6 +110984,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109550
110984
  Issue_LabelsDocument: Issue_LabelsDocument,
109551
110985
  Issue_RelationsDocument: Issue_RelationsDocument,
109552
110986
  Issue_SubscribersDocument: Issue_SubscribersDocument,
110987
+ IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
110988
+ IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
110989
+ IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
109553
110990
  IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
109554
110991
  IssueLabelDocument: IssueLabelDocument,
109555
110992
  IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
@@ -109591,6 +111028,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109591
111028
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
109592
111029
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
109593
111030
  Project_TeamsDocument: Project_TeamsDocument,
111031
+ ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
109594
111032
  ProjectLinkDocument: ProjectLinkDocument,
109595
111033
  ProjectLinksDocument: ProjectLinksDocument,
109596
111034
  ProjectUpdateDocument: ProjectUpdateDocument,
@@ -109605,6 +111043,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109605
111043
  RoadmapToProjectDocument: RoadmapToProjectDocument,
109606
111044
  RoadmapToProjectsDocument: RoadmapToProjectsDocument,
109607
111045
  RoadmapsDocument: RoadmapsDocument,
111046
+ SearchDocumentsDocument: SearchDocumentsDocument,
111047
+ SearchDocuments_ArchivePayloadDocument: SearchDocuments_ArchivePayloadDocument,
111048
+ SearchIssuesDocument: SearchIssuesDocument,
111049
+ SearchIssues_ArchivePayloadDocument: SearchIssues_ArchivePayloadDocument,
111050
+ SearchProjectsDocument: SearchProjectsDocument,
111051
+ SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
109608
111052
  SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
109609
111053
  TeamDocument: TeamDocument,
109610
111054
  Team_CyclesDocument: Team_CyclesDocument,
@@ -109849,6 +111293,21 @@ class ArchivePayload extends Request {
109849
111293
  this.success = data.success;
109850
111294
  }
109851
111295
  }
111296
+ /**
111297
+ * Contains requested archived model objects.
111298
+ *
111299
+ * @param request - function to call the graphql client
111300
+ * @param data - L.ArchiveResponseFragment response data
111301
+ */
111302
+ class ArchiveResponse extends Request {
111303
+ constructor(request, data) {
111304
+ super(request);
111305
+ this.archive = data.archive;
111306
+ this.databaseVersion = data.databaseVersion;
111307
+ this.includesDependencies = data.includesDependencies;
111308
+ this.totalCount = data.totalCount;
111309
+ }
111310
+ }
109852
111311
  /**
109853
111312
  * Issue attachment (e.g. support ticket, pull request).
109854
111313
  *
@@ -110155,6 +111614,7 @@ class CustomView extends Request {
110155
111614
  this.shared = data.shared;
110156
111615
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
110157
111616
  this._creator = data.creator;
111617
+ this._owner = data.owner;
110158
111618
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
110159
111619
  }
110160
111620
  /** The user who created the custom view. */
@@ -110165,6 +111625,10 @@ class CustomView extends Request {
110165
111625
  get organization() {
110166
111626
  return new OrganizationQuery(this._request).fetch();
110167
111627
  }
111628
+ /** The user who owns the custom view. */
111629
+ get owner() {
111630
+ return new UserQuery(this._request).fetch(this._owner.id);
111631
+ }
110168
111632
  /** The team associated with the custom view. */
110169
111633
  get team() {
110170
111634
  var _a, _b;
@@ -110223,9 +111687,9 @@ class CustomViewSuggestionPayload extends Request {
110223
111687
  constructor(request, data) {
110224
111688
  var _a, _b, _c;
110225
111689
  super(request);
110226
- this.suggestedDescription = (_a = data.suggestedDescription) !== null && _a !== void 0 ? _a : undefined;
110227
- this.suggestedIcon = (_b = data.suggestedIcon) !== null && _b !== void 0 ? _b : undefined;
110228
- this.suggestedName = (_c = data.suggestedName) !== null && _c !== void 0 ? _c : undefined;
111690
+ this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
111691
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
111692
+ this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
110229
111693
  }
110230
111694
  }
110231
111695
  /**
@@ -110375,6 +111839,30 @@ class DocumentConnection extends Connection {
110375
111839
  super(request, fetch, data.nodes.map(node => new Document(request, node)), new PageInfo(request, data.pageInfo));
110376
111840
  }
110377
111841
  }
111842
+ /**
111843
+ * A document content for a project.
111844
+ *
111845
+ * @param request - function to call the graphql client
111846
+ * @param data - L.DocumentContentFragment response data
111847
+ */
111848
+ class DocumentContent extends Request {
111849
+ constructor(request, data) {
111850
+ var _a, _b, _c, _d, _e, _f;
111851
+ super(request);
111852
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111853
+ this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
111854
+ this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
111855
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
111856
+ this.id = data.id;
111857
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
111858
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
111859
+ }
111860
+ /** The issue that the document is associated with. */
111861
+ get issue() {
111862
+ var _a, _b;
111863
+ 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;
111864
+ }
111865
+ }
110378
111866
  /**
110379
111867
  * DocumentPayload model
110380
111868
  *
@@ -110393,6 +111881,71 @@ class DocumentPayload extends Request {
110393
111881
  return new DocumentQuery(this._request).fetch(this._document.id);
110394
111882
  }
110395
111883
  }
111884
+ /**
111885
+ * DocumentSearchPayload model
111886
+ *
111887
+ * @param request - function to call the graphql client
111888
+ * @param data - L.DocumentSearchPayloadFragment response data
111889
+ */
111890
+ class DocumentSearchPayload extends Request {
111891
+ constructor(request, data) {
111892
+ super(request);
111893
+ this.totalCount = data.totalCount;
111894
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
111895
+ this.pageInfo = new PageInfo(request, data.pageInfo);
111896
+ this.nodes = data.nodes.map(node => new DocumentSearchResult(request, node));
111897
+ }
111898
+ }
111899
+ /**
111900
+ * DocumentSearchResult model
111901
+ *
111902
+ * @param request - function to call the graphql client
111903
+ * @param data - L.DocumentSearchResultFragment response data
111904
+ */
111905
+ class DocumentSearchResult extends Request {
111906
+ constructor(request, data) {
111907
+ var _a, _b, _c, _d, _e, _f, _g, _h;
111908
+ super(request);
111909
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111910
+ this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
111911
+ this.content = (_c = data.content) !== null && _c !== void 0 ? _c : undefined;
111912
+ this.contentData = (_d = parseJson(data.contentData)) !== null && _d !== void 0 ? _d : undefined;
111913
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
111914
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
111915
+ this.id = data.id;
111916
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
111917
+ this.slugId = data.slugId;
111918
+ this.title = data.title;
111919
+ this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
111920
+ this._creator = data.creator;
111921
+ this._project = data.project;
111922
+ this._updatedBy = data.updatedBy;
111923
+ }
111924
+ /** The user who created the document. */
111925
+ get creator() {
111926
+ return new UserQuery(this._request).fetch(this._creator.id);
111927
+ }
111928
+ /** The project that the document is associated with. */
111929
+ get project() {
111930
+ return new ProjectQuery(this._request).fetch(this._project.id);
111931
+ }
111932
+ /** The user who last updated the document. */
111933
+ get updatedBy() {
111934
+ return new UserQuery(this._request).fetch(this._updatedBy.id);
111935
+ }
111936
+ }
111937
+ /**
111938
+ * DocumentSearchResultConnection model
111939
+ *
111940
+ * @param request - function to call the graphql client
111941
+ * @param fetch - function to trigger a refetch of this DocumentSearchResultConnection model
111942
+ * @param data - DocumentSearchResultConnection response data
111943
+ */
111944
+ class DocumentSearchResultConnection extends Connection {
111945
+ constructor(request, fetch, data) {
111946
+ super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
111947
+ }
111948
+ }
110396
111949
  /**
110397
111950
  * EmailUnsubscribePayload model
110398
111951
  *
@@ -110572,7 +112125,7 @@ class Favorite extends Request {
110572
112125
  var _a, _b;
110573
112126
  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
112127
  }
110575
- /** The team of the favorited predefiend view. */
112128
+ /** The team of the favorited predefined view. */
110576
112129
  get predefinedViewTeam() {
110577
112130
  var _a, _b;
110578
112131
  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 +112633,7 @@ class IntercomSettings extends Request {
111080
112633
  */
111081
112634
  class Issue extends Request {
111082
112635
  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;
112636
+ 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
112637
  super(request);
111085
112638
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111086
112639
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -111113,10 +112666,11 @@ class Issue extends Request {
111113
112666
  this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
111114
112667
  this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
111115
112668
  this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
111116
- this._parent = (_v = data.parent) !== null && _v !== void 0 ? _v : undefined;
111117
- this._project = (_w = data.project) !== null && _w !== void 0 ? _w : undefined;
111118
- this._projectMilestone = (_x = data.projectMilestone) !== null && _x !== void 0 ? _x : undefined;
111119
- this._snoozedBy = (_y = data.snoozedBy) !== null && _y !== void 0 ? _y : undefined;
112669
+ this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
112670
+ this._parent = (_w = data.parent) !== null && _w !== void 0 ? _w : undefined;
112671
+ this._project = (_x = data.project) !== null && _x !== void 0 ? _x : undefined;
112672
+ this._projectMilestone = (_y = data.projectMilestone) !== null && _y !== void 0 ? _y : undefined;
112673
+ this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
111120
112674
  this._state = data.state;
111121
112675
  this._team = data.team;
111122
112676
  }
@@ -111135,6 +112689,11 @@ class Issue extends Request {
111135
112689
  var _a, _b;
111136
112690
  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
112691
  }
112692
+ /** The users favorite associated with this issue. */
112693
+ get favorite() {
112694
+ var _a, _b;
112695
+ 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;
112696
+ }
111138
112697
  /** The parent of the issue. */
111139
112698
  get parent() {
111140
112699
  var _a, _b;
@@ -111244,6 +112803,19 @@ class IssueConnection extends Connection {
111244
112803
  super(request, fetch, data.nodes.map(node => new Issue(request, node)), new PageInfo(request, data.pageInfo));
111245
112804
  }
111246
112805
  }
112806
+ /**
112807
+ * IssueFilterSuggestionPayload model
112808
+ *
112809
+ * @param request - function to call the graphql client
112810
+ * @param data - L.IssueFilterSuggestionPayloadFragment response data
112811
+ */
112812
+ class IssueFilterSuggestionPayload extends Request {
112813
+ constructor(request, data) {
112814
+ var _a;
112815
+ super(request);
112816
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
112817
+ }
112818
+ }
111247
112819
  /**
111248
112820
  * A record of changes to an issue.
111249
112821
  *
@@ -111411,19 +112983,21 @@ class IssueHistoryConnection extends Connection {
111411
112983
  */
111412
112984
  class IssueImport extends Request {
111413
112985
  constructor(request, data) {
111414
- var _a, _b, _c, _d, _e, _f, _g;
112986
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
111415
112987
  super(request);
111416
112988
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111417
112989
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
111418
112990
  this.creatorId = data.creatorId;
111419
- this.error = (_c = data.error) !== null && _c !== void 0 ? _c : undefined;
112991
+ this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
112992
+ this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
112993
+ this.errorMetadata = (_e = parseJson(data.errorMetadata)) !== null && _e !== void 0 ? _e : undefined;
111420
112994
  this.id = data.id;
111421
- this.mapping = (_d = parseJson(data.mapping)) !== null && _d !== void 0 ? _d : undefined;
111422
- this.progress = (_e = data.progress) !== null && _e !== void 0 ? _e : undefined;
112995
+ this.mapping = (_f = parseJson(data.mapping)) !== null && _f !== void 0 ? _f : undefined;
112996
+ this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
111423
112997
  this.service = data.service;
111424
112998
  this.status = data.status;
111425
- this.teamName = (_f = data.teamName) !== null && _f !== void 0 ? _f : undefined;
111426
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
112999
+ this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
113000
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
111427
113001
  }
111428
113002
  /** Deletes an import job. */
111429
113003
  delete(issueImportId) {
@@ -111434,6 +113008,18 @@ class IssueImport extends Request {
111434
113008
  return new UpdateIssueImportMutation(this._request).fetch(this.id, input);
111435
113009
  }
111436
113010
  }
113011
+ /**
113012
+ * IssueImportCheckPayload model
113013
+ *
113014
+ * @param request - function to call the graphql client
113015
+ * @param data - L.IssueImportCheckPayloadFragment response data
113016
+ */
113017
+ class IssueImportCheckPayload extends Request {
113018
+ constructor(request, data) {
113019
+ super(request);
113020
+ this.success = data.success;
113021
+ }
113022
+ }
111437
113023
  /**
111438
113024
  * IssueImportDeletePayload model
111439
113025
  *
@@ -111582,7 +113168,7 @@ class IssueNotification extends Request {
111582
113168
  this._team = data.team;
111583
113169
  this._user = data.user;
111584
113170
  }
111585
- /** The user that caused the notification. If empty it's Linear itself. */
113171
+ /** The user that caused the notification. */
111586
113172
  get actor() {
111587
113173
  var _a, _b;
111588
113174
  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 +113306,134 @@ class IssueRelationPayload extends Request {
111720
113306
  return new IssueRelationQuery(this._request).fetch(this._issueRelation.id);
111721
113307
  }
111722
113308
  }
113309
+ /**
113310
+ * IssueSearchPayload model
113311
+ *
113312
+ * @param request - function to call the graphql client
113313
+ * @param data - L.IssueSearchPayloadFragment response data
113314
+ */
113315
+ class IssueSearchPayload extends Request {
113316
+ constructor(request, data) {
113317
+ super(request);
113318
+ this.totalCount = data.totalCount;
113319
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
113320
+ this.pageInfo = new PageInfo(request, data.pageInfo);
113321
+ this.nodes = data.nodes.map(node => new IssueSearchResult(request, node));
113322
+ }
113323
+ }
113324
+ /**
113325
+ * IssueSearchResult model
113326
+ *
113327
+ * @param request - function to call the graphql client
113328
+ * @param data - L.IssueSearchResultFragment response data
113329
+ */
113330
+ class IssueSearchResult extends Request {
113331
+ constructor(request, data) {
113332
+ 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;
113333
+ super(request);
113334
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113335
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
113336
+ this.autoClosedAt = (_c = parseDate(data.autoClosedAt)) !== null && _c !== void 0 ? _c : undefined;
113337
+ this.boardOrder = data.boardOrder;
113338
+ this.branchName = data.branchName;
113339
+ this.canceledAt = (_d = parseDate(data.canceledAt)) !== null && _d !== void 0 ? _d : undefined;
113340
+ this.completedAt = (_e = parseDate(data.completedAt)) !== null && _e !== void 0 ? _e : undefined;
113341
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
113342
+ this.customerTicketCount = data.customerTicketCount;
113343
+ this.description = (_g = data.description) !== null && _g !== void 0 ? _g : undefined;
113344
+ this.dueDate = (_h = data.dueDate) !== null && _h !== void 0 ? _h : undefined;
113345
+ this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
113346
+ this.id = data.id;
113347
+ this.identifier = data.identifier;
113348
+ this.metadata = (_k = parseJson(data.metadata)) !== null && _k !== void 0 ? _k : {};
113349
+ this.number = data.number;
113350
+ this.previousIdentifiers = data.previousIdentifiers;
113351
+ this.priority = data.priority;
113352
+ this.priorityLabel = data.priorityLabel;
113353
+ this.snoozedUntilAt = (_l = parseDate(data.snoozedUntilAt)) !== null && _l !== void 0 ? _l : undefined;
113354
+ this.sortOrder = data.sortOrder;
113355
+ this.startedAt = (_m = parseDate(data.startedAt)) !== null && _m !== void 0 ? _m : undefined;
113356
+ this.startedTriageAt = (_o = parseDate(data.startedTriageAt)) !== null && _o !== void 0 ? _o : undefined;
113357
+ this.subIssueSortOrder = (_p = data.subIssueSortOrder) !== null && _p !== void 0 ? _p : undefined;
113358
+ this.title = data.title;
113359
+ this.trashed = (_q = data.trashed) !== null && _q !== void 0 ? _q : undefined;
113360
+ this.triagedAt = (_r = parseDate(data.triagedAt)) !== null && _r !== void 0 ? _r : undefined;
113361
+ this.updatedAt = (_s = parseDate(data.updatedAt)) !== null && _s !== void 0 ? _s : new Date();
113362
+ this.url = data.url;
113363
+ this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
113364
+ this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
113365
+ this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
113366
+ this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
113367
+ this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
113368
+ this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
113369
+ this._projectMilestone = (_z = data.projectMilestone) !== null && _z !== void 0 ? _z : undefined;
113370
+ this._snoozedBy = (_0 = data.snoozedBy) !== null && _0 !== void 0 ? _0 : undefined;
113371
+ this._state = data.state;
113372
+ this._team = data.team;
113373
+ }
113374
+ /** The user to whom the issue is assigned to. */
113375
+ get assignee() {
113376
+ var _a, _b;
113377
+ 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;
113378
+ }
113379
+ /** The user who created the issue. */
113380
+ get creator() {
113381
+ var _a, _b;
113382
+ 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;
113383
+ }
113384
+ /** The cycle that the issue is associated with. */
113385
+ get cycle() {
113386
+ var _a, _b;
113387
+ 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;
113388
+ }
113389
+ /** The users favorite associated with this issue. */
113390
+ get favorite() {
113391
+ var _a, _b;
113392
+ 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;
113393
+ }
113394
+ /** The parent of the issue. */
113395
+ get parent() {
113396
+ var _a, _b;
113397
+ 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;
113398
+ }
113399
+ /** The project that the issue is associated with. */
113400
+ get project() {
113401
+ var _a, _b;
113402
+ 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;
113403
+ }
113404
+ /** The projectMilestone that the issue is associated with. */
113405
+ get projectMilestone() {
113406
+ var _a, _b;
113407
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
113408
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
113409
+ : undefined;
113410
+ }
113411
+ /** The user who snoozed the issue. */
113412
+ get snoozedBy() {
113413
+ var _a, _b;
113414
+ 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;
113415
+ }
113416
+ /** The workflow state that the issue is associated with. */
113417
+ get state() {
113418
+ return new WorkflowStateQuery(this._request).fetch(this._state.id);
113419
+ }
113420
+ /** The team that the issue is associated with. */
113421
+ get team() {
113422
+ return new TeamQuery(this._request).fetch(this._team.id);
113423
+ }
113424
+ }
113425
+ /**
113426
+ * IssueSearchResultConnection model
113427
+ *
113428
+ * @param request - function to call the graphql client
113429
+ * @param fetch - function to trigger a refetch of this IssueSearchResultConnection model
113430
+ * @param data - IssueSearchResultConnection response data
113431
+ */
113432
+ class IssueSearchResultConnection extends Connection {
113433
+ constructor(request, fetch, data) {
113434
+ super(request, fetch, data.nodes.map(node => new IssueSearchResult(request, node)), new PageInfo(request, data.pageInfo));
113435
+ }
113436
+ }
111723
113437
  /**
111724
113438
  * Tuple for mapping Jira projects to Linear teams.
111725
113439
  *
@@ -111808,7 +113522,7 @@ class Notification extends Request {
111808
113522
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
111809
113523
  this._user = data.user;
111810
113524
  }
111811
- /** The user that caused the notification. If empty it's Linear itself. */
113525
+ /** The user that caused the notification. */
111812
113526
  get actor() {
111813
113527
  var _a, _b;
111814
113528
  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 +113755,7 @@ class OauthClientApprovalNotification extends Request {
112041
113755
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
112042
113756
  this._user = data.user;
112043
113757
  }
112044
- /** The user that caused the notification. If empty it's Linear itself. */
113758
+ /** The user that caused the notification. */
112045
113759
  get actor() {
112046
113760
  var _a, _b;
112047
113761
  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;
@@ -112367,28 +114081,6 @@ class PaidSubscription extends Request {
112367
114081
  return new OrganizationQuery(this._request).fetch();
112368
114082
  }
112369
114083
  }
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
114084
  /**
112393
114085
  * A project.
112394
114086
  *
@@ -112514,6 +114206,19 @@ class ProjectConnection extends Connection {
112514
114206
  super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
112515
114207
  }
112516
114208
  }
114209
+ /**
114210
+ * ProjectFilterSuggestionPayload model
114211
+ *
114212
+ * @param request - function to call the graphql client
114213
+ * @param data - L.ProjectFilterSuggestionPayloadFragment response data
114214
+ */
114215
+ class ProjectFilterSuggestionPayload extends Request {
114216
+ constructor(request, data) {
114217
+ var _a;
114218
+ super(request);
114219
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
114220
+ }
114221
+ }
112517
114222
  /**
112518
114223
  * An external link for a project.
112519
114224
  *
@@ -112675,7 +114380,7 @@ class ProjectNotification extends Request {
112675
114380
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
112676
114381
  this._user = data.user;
112677
114382
  }
112678
- /** The user that caused the notification. If empty it's Linear itself. */
114383
+ /** The user that caused the notification. */
112679
114384
  get actor() {
112680
114385
  var _a, _b;
112681
114386
  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 +114452,99 @@ class ProjectPayload extends Request {
112747
114452
  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
114453
  }
112749
114454
  }
114455
+ /**
114456
+ * ProjectSearchPayload model
114457
+ *
114458
+ * @param request - function to call the graphql client
114459
+ * @param data - L.ProjectSearchPayloadFragment response data
114460
+ */
114461
+ class ProjectSearchPayload extends Request {
114462
+ constructor(request, data) {
114463
+ super(request);
114464
+ this.totalCount = data.totalCount;
114465
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
114466
+ this.pageInfo = new PageInfo(request, data.pageInfo);
114467
+ this.nodes = data.nodes.map(node => new ProjectSearchResult(request, node));
114468
+ }
114469
+ }
114470
+ /**
114471
+ * ProjectSearchResult model
114472
+ *
114473
+ * @param request - function to call the graphql client
114474
+ * @param data - L.ProjectSearchResultFragment response data
114475
+ */
114476
+ class ProjectSearchResult extends Request {
114477
+ constructor(request, data) {
114478
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
114479
+ super(request);
114480
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
114481
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
114482
+ this.canceledAt = (_c = parseDate(data.canceledAt)) !== null && _c !== void 0 ? _c : undefined;
114483
+ this.color = data.color;
114484
+ this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
114485
+ this.completedIssueCountHistory = data.completedIssueCountHistory;
114486
+ this.completedScopeHistory = data.completedScopeHistory;
114487
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
114488
+ this.description = data.description;
114489
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
114490
+ this.id = data.id;
114491
+ this.inProgressScopeHistory = data.inProgressScopeHistory;
114492
+ this.issueCountHistory = data.issueCountHistory;
114493
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
114494
+ this.name = data.name;
114495
+ this.progress = data.progress;
114496
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
114497
+ this.scope = data.scope;
114498
+ this.scopeHistory = data.scopeHistory;
114499
+ this.slackIssueComments = data.slackIssueComments;
114500
+ this.slackIssueStatuses = data.slackIssueStatuses;
114501
+ this.slackNewIssue = data.slackNewIssue;
114502
+ this.slugId = data.slugId;
114503
+ this.sortOrder = data.sortOrder;
114504
+ this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
114505
+ this.state = data.state;
114506
+ this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
114507
+ this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
114508
+ this.url = data.url;
114509
+ this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
114510
+ this._creator = data.creator;
114511
+ this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
114512
+ this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
114513
+ }
114514
+ /** The project was created based on this issue. */
114515
+ get convertedFromIssue() {
114516
+ var _a, _b;
114517
+ 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;
114518
+ }
114519
+ /** The user who created the project. */
114520
+ get creator() {
114521
+ return new UserQuery(this._request).fetch(this._creator.id);
114522
+ }
114523
+ /** Settings for all integrations associated with that project. */
114524
+ get integrationsSettings() {
114525
+ var _a, _b;
114526
+ return ((_a = this._integrationsSettings) === null || _a === void 0 ? void 0 : _a.id)
114527
+ ? new IntegrationsSettingsQuery(this._request).fetch((_b = this._integrationsSettings) === null || _b === void 0 ? void 0 : _b.id)
114528
+ : undefined;
114529
+ }
114530
+ /** The project lead. */
114531
+ get lead() {
114532
+ var _a, _b;
114533
+ 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;
114534
+ }
114535
+ }
114536
+ /**
114537
+ * ProjectSearchResultConnection model
114538
+ *
114539
+ * @param request - function to call the graphql client
114540
+ * @param fetch - function to trigger a refetch of this ProjectSearchResultConnection model
114541
+ * @param data - ProjectSearchResultConnection response data
114542
+ */
114543
+ class ProjectSearchResultConnection extends Connection {
114544
+ constructor(request, fetch, data) {
114545
+ super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
114546
+ }
114547
+ }
112750
114548
  /**
112751
114549
  * A update associated with an project.
112752
114550
  *
@@ -115328,6 +117126,34 @@ class ImageUploadFromUrlMutation extends Request {
115328
117126
  });
115329
117127
  }
115330
117128
  }
117129
+ /**
117130
+ * A fetchable ImportFileUpload Mutation
117131
+ *
117132
+ * @param request - function to call the graphql client
117133
+ */
117134
+ class ImportFileUploadMutation extends Request {
117135
+ constructor(request) {
117136
+ super(request);
117137
+ }
117138
+ /**
117139
+ * Call the ImportFileUpload mutation and return a UploadPayload
117140
+ *
117141
+ * @param contentType - required contentType to pass to importFileUpload
117142
+ * @param filename - required filename to pass to importFileUpload
117143
+ * @param size - required size to pass to importFileUpload
117144
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
117145
+ * @returns parsed response from ImportFileUploadMutation
117146
+ */
117147
+ fetch(contentType, filename, size, variables) {
117148
+ return __awaiter(this, void 0, void 0, function* () {
117149
+ const response = yield this._request(ImportFileUploadDocument, Object.assign({ contentType,
117150
+ filename,
117151
+ size }, variables));
117152
+ const data = response.importFileUpload;
117153
+ return new UploadPayload(this._request, data);
117154
+ });
117155
+ }
117156
+ }
115331
117157
  /**
115332
117158
  * A fetchable DeleteIntegration Mutation
115333
117159
  *
@@ -116135,6 +117961,30 @@ class IssueImportCreateAsanaMutation extends Request {
116135
117961
  });
116136
117962
  }
116137
117963
  }
117964
+ /**
117965
+ * A fetchable IssueImportCreateCsvJira Mutation
117966
+ *
117967
+ * @param request - function to call the graphql client
117968
+ */
117969
+ class IssueImportCreateCsvJiraMutation extends Request {
117970
+ constructor(request) {
117971
+ super(request);
117972
+ }
117973
+ /**
117974
+ * Call the IssueImportCreateCsvJira mutation and return a IssueImportPayload
117975
+ *
117976
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
117977
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
117978
+ * @returns parsed response from IssueImportCreateCsvJiraMutation
117979
+ */
117980
+ fetch(csvUrl, variables) {
117981
+ return __awaiter(this, void 0, void 0, function* () {
117982
+ const response = yield this._request(IssueImportCreateCsvJiraDocument, Object.assign({ csvUrl }, variables));
117983
+ const data = response.issueImportCreateCSVJira;
117984
+ return new IssueImportPayload(this._request, data);
117985
+ });
117986
+ }
117987
+ }
116138
117988
  /**
116139
117989
  * A fetchable IssueImportCreateClubhouse Mutation
116140
117990
  *
@@ -116147,14 +117997,14 @@ class IssueImportCreateClubhouseMutation extends Request {
116147
117997
  /**
116148
117998
  * Call the IssueImportCreateClubhouse mutation and return a IssueImportPayload
116149
117999
  *
116150
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
118000
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
116151
118001
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
116152
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
118002
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
116153
118003
  * @returns parsed response from IssueImportCreateClubhouseMutation
116154
118004
  */
116155
- fetch(clubhouseTeamName, clubhouseToken, variables) {
118005
+ fetch(clubhouseGroupName, clubhouseToken, variables) {
116156
118006
  return __awaiter(this, void 0, void 0, function* () {
116157
- const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseTeamName,
118007
+ const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseGroupName,
116158
118008
  clubhouseToken }, variables));
116159
118009
  const data = response.issueImportCreateClubhouse;
116160
118010
  return new IssueImportPayload(this._request, data);
@@ -119447,6 +121297,82 @@ class IssueQuery extends Request {
119447
121297
  });
119448
121298
  }
119449
121299
  }
121300
+ /**
121301
+ * A fetchable IssueFigmaFileKeySearch Query
121302
+ *
121303
+ * @param request - function to call the graphql client
121304
+ */
121305
+ class IssueFigmaFileKeySearchQuery extends Request {
121306
+ constructor(request) {
121307
+ super(request);
121308
+ }
121309
+ /**
121310
+ * Call the IssueFigmaFileKeySearch query and return a IssueConnection
121311
+ *
121312
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
121313
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
121314
+ * @returns parsed response from IssueFigmaFileKeySearchQuery
121315
+ */
121316
+ fetch(fileKey, variables) {
121317
+ return __awaiter(this, void 0, void 0, function* () {
121318
+ const response = yield this._request(IssueFigmaFileKeySearchDocument, Object.assign({ fileKey }, variables));
121319
+ const data = response.issueFigmaFileKeySearch;
121320
+ return new IssueConnection(this._request, connection => this.fetch(fileKey, defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
121321
+ });
121322
+ }
121323
+ }
121324
+ /**
121325
+ * A fetchable IssueFilterSuggestion Query
121326
+ *
121327
+ * @param request - function to call the graphql client
121328
+ */
121329
+ class IssueFilterSuggestionQuery extends Request {
121330
+ constructor(request) {
121331
+ super(request);
121332
+ }
121333
+ /**
121334
+ * Call the IssueFilterSuggestion query and return a IssueFilterSuggestionPayload
121335
+ *
121336
+ * @param prompt - required prompt to pass to issueFilterSuggestion
121337
+ * @returns parsed response from IssueFilterSuggestionQuery
121338
+ */
121339
+ fetch(prompt) {
121340
+ return __awaiter(this, void 0, void 0, function* () {
121341
+ const response = yield this._request(IssueFilterSuggestionDocument, {
121342
+ prompt,
121343
+ });
121344
+ const data = response.issueFilterSuggestion;
121345
+ return new IssueFilterSuggestionPayload(this._request, data);
121346
+ });
121347
+ }
121348
+ }
121349
+ /**
121350
+ * A fetchable IssueImportCheckCsv Query
121351
+ *
121352
+ * @param request - function to call the graphql client
121353
+ */
121354
+ class IssueImportCheckCsvQuery extends Request {
121355
+ constructor(request) {
121356
+ super(request);
121357
+ }
121358
+ /**
121359
+ * Call the IssueImportCheckCsv query and return a IssueImportCheckPayload
121360
+ *
121361
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
121362
+ * @param service - required service to pass to issueImportCheckCSV
121363
+ * @returns parsed response from IssueImportCheckCsvQuery
121364
+ */
121365
+ fetch(csvUrl, service) {
121366
+ return __awaiter(this, void 0, void 0, function* () {
121367
+ const response = yield this._request(IssueImportCheckCsvDocument, {
121368
+ csvUrl,
121369
+ service,
121370
+ });
121371
+ const data = response.issueImportCheckCSV;
121372
+ return new IssueImportCheckPayload(this._request, data);
121373
+ });
121374
+ }
121375
+ }
119450
121376
  /**
119451
121377
  * A fetchable IssueImportFinishGithubOAuth Query
119452
121378
  *
@@ -119897,6 +121823,31 @@ class ProjectQuery extends Request {
119897
121823
  });
119898
121824
  }
119899
121825
  }
121826
+ /**
121827
+ * A fetchable ProjectFilterSuggestion Query
121828
+ *
121829
+ * @param request - function to call the graphql client
121830
+ */
121831
+ class ProjectFilterSuggestionQuery extends Request {
121832
+ constructor(request) {
121833
+ super(request);
121834
+ }
121835
+ /**
121836
+ * Call the ProjectFilterSuggestion query and return a ProjectFilterSuggestionPayload
121837
+ *
121838
+ * @param prompt - required prompt to pass to projectFilterSuggestion
121839
+ * @returns parsed response from ProjectFilterSuggestionQuery
121840
+ */
121841
+ fetch(prompt) {
121842
+ return __awaiter(this, void 0, void 0, function* () {
121843
+ const response = yield this._request(ProjectFilterSuggestionDocument, {
121844
+ prompt,
121845
+ });
121846
+ const data = response.projectFilterSuggestion;
121847
+ return new ProjectFilterSuggestionPayload(this._request, data);
121848
+ });
121849
+ }
121850
+ }
119900
121851
  /**
119901
121852
  * A fetchable ProjectLink Query
119902
121853
  *
@@ -120204,6 +122155,78 @@ class RoadmapsQuery extends Request {
120204
122155
  });
120205
122156
  }
120206
122157
  }
122158
+ /**
122159
+ * A fetchable SearchDocuments Query
122160
+ *
122161
+ * @param request - function to call the graphql client
122162
+ */
122163
+ class SearchDocumentsQuery extends Request {
122164
+ constructor(request) {
122165
+ super(request);
122166
+ }
122167
+ /**
122168
+ * Call the SearchDocuments query and return a DocumentSearchPayload
122169
+ *
122170
+ * @param term - required term to pass to searchDocuments
122171
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
122172
+ * @returns parsed response from SearchDocumentsQuery
122173
+ */
122174
+ fetch(term, variables) {
122175
+ return __awaiter(this, void 0, void 0, function* () {
122176
+ const response = yield this._request(SearchDocumentsDocument, Object.assign({ term }, variables));
122177
+ const data = response.searchDocuments;
122178
+ return new DocumentSearchPayload(this._request, data);
122179
+ });
122180
+ }
122181
+ }
122182
+ /**
122183
+ * A fetchable SearchIssues Query
122184
+ *
122185
+ * @param request - function to call the graphql client
122186
+ */
122187
+ class SearchIssuesQuery extends Request {
122188
+ constructor(request) {
122189
+ super(request);
122190
+ }
122191
+ /**
122192
+ * Call the SearchIssues query and return a IssueSearchPayload
122193
+ *
122194
+ * @param term - required term to pass to searchIssues
122195
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
122196
+ * @returns parsed response from SearchIssuesQuery
122197
+ */
122198
+ fetch(term, variables) {
122199
+ return __awaiter(this, void 0, void 0, function* () {
122200
+ const response = yield this._request(SearchIssuesDocument, Object.assign({ term }, variables));
122201
+ const data = response.searchIssues;
122202
+ return new IssueSearchPayload(this._request, data);
122203
+ });
122204
+ }
122205
+ }
122206
+ /**
122207
+ * A fetchable SearchProjects Query
122208
+ *
122209
+ * @param request - function to call the graphql client
122210
+ */
122211
+ class SearchProjectsQuery extends Request {
122212
+ constructor(request) {
122213
+ super(request);
122214
+ }
122215
+ /**
122216
+ * Call the SearchProjects query and return a ProjectSearchPayload
122217
+ *
122218
+ * @param term - required term to pass to searchProjects
122219
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
122220
+ * @returns parsed response from SearchProjectsQuery
122221
+ */
122222
+ fetch(term, variables) {
122223
+ return __awaiter(this, void 0, void 0, function* () {
122224
+ const response = yield this._request(SearchProjectsDocument, Object.assign({ term }, variables));
122225
+ const data = response.searchProjects;
122226
+ return new ProjectSearchPayload(this._request, data);
122227
+ });
122228
+ }
122229
+ }
120207
122230
  /**
120208
122231
  * A fetchable SsoUrlFromEmail Query
120209
122232
  *
@@ -121809,6 +123832,87 @@ class Roadmap_ProjectsQuery extends Request {
121809
123832
  });
121810
123833
  }
121811
123834
  }
123835
+ /**
123836
+ * A fetchable SearchDocuments_ArchivePayload Query
123837
+ *
123838
+ * @param request - function to call the graphql client
123839
+ * @param term - required term to pass to searchDocuments
123840
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
123841
+ */
123842
+ class SearchDocuments_ArchivePayloadQuery extends Request {
123843
+ constructor(request, term, variables) {
123844
+ super(request);
123845
+ this._term = term;
123846
+ this._variables = variables;
123847
+ }
123848
+ /**
123849
+ * Call the SearchDocuments_ArchivePayload query and return a ArchiveResponse
123850
+ *
123851
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
123852
+ * @returns parsed response from SearchDocuments_ArchivePayloadQuery
123853
+ */
123854
+ fetch(variables) {
123855
+ return __awaiter(this, void 0, void 0, function* () {
123856
+ const response = yield this._request(SearchDocuments_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123857
+ const data = response.searchDocuments.archivePayload;
123858
+ return new ArchiveResponse(this._request, data);
123859
+ });
123860
+ }
123861
+ }
123862
+ /**
123863
+ * A fetchable SearchIssues_ArchivePayload Query
123864
+ *
123865
+ * @param request - function to call the graphql client
123866
+ * @param term - required term to pass to searchIssues
123867
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
123868
+ */
123869
+ class SearchIssues_ArchivePayloadQuery extends Request {
123870
+ constructor(request, term, variables) {
123871
+ super(request);
123872
+ this._term = term;
123873
+ this._variables = variables;
123874
+ }
123875
+ /**
123876
+ * Call the SearchIssues_ArchivePayload query and return a ArchiveResponse
123877
+ *
123878
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
123879
+ * @returns parsed response from SearchIssues_ArchivePayloadQuery
123880
+ */
123881
+ fetch(variables) {
123882
+ return __awaiter(this, void 0, void 0, function* () {
123883
+ const response = yield this._request(SearchIssues_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123884
+ const data = response.searchIssues.archivePayload;
123885
+ return new ArchiveResponse(this._request, data);
123886
+ });
123887
+ }
123888
+ }
123889
+ /**
123890
+ * A fetchable SearchProjects_ArchivePayload Query
123891
+ *
123892
+ * @param request - function to call the graphql client
123893
+ * @param term - required term to pass to searchProjects
123894
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
123895
+ */
123896
+ class SearchProjects_ArchivePayloadQuery extends Request {
123897
+ constructor(request, term, variables) {
123898
+ super(request);
123899
+ this._term = term;
123900
+ this._variables = variables;
123901
+ }
123902
+ /**
123903
+ * Call the SearchProjects_ArchivePayload query and return a ArchiveResponse
123904
+ *
123905
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
123906
+ * @returns parsed response from SearchProjects_ArchivePayloadQuery
123907
+ */
123908
+ fetch(variables) {
123909
+ return __awaiter(this, void 0, void 0, function* () {
123910
+ const response = yield this._request(SearchProjects_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123911
+ const data = response.searchProjects.archivePayload;
123912
+ return new ArchiveResponse(this._request, data);
123913
+ });
123914
+ }
123915
+ }
121812
123916
  /**
121813
123917
  * A fetchable Team_Cycles Query
121814
123918
  *
@@ -122675,6 +124779,18 @@ class LinearSdk extends Request {
122675
124779
  imageUploadFromUrl(url) {
122676
124780
  return new ImageUploadFromUrlMutation(this._request).fetch(url);
122677
124781
  }
124782
+ /**
124783
+ * XHR request payload to upload a file for import, directly to Linear's cloud storage.
124784
+ *
124785
+ * @param contentType - required contentType to pass to importFileUpload
124786
+ * @param filename - required filename to pass to importFileUpload
124787
+ * @param size - required size to pass to importFileUpload
124788
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
124789
+ * @returns UploadPayload
124790
+ */
124791
+ importFileUpload(contentType, filename, size, variables) {
124792
+ return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
124793
+ }
122678
124794
  /**
122679
124795
  * Deletes an integration.
122680
124796
  *
@@ -122979,16 +125095,26 @@ class LinearSdk extends Request {
122979
125095
  issueImportCreateAsana(asanaTeamName, asanaToken, variables) {
122980
125096
  return new IssueImportCreateAsanaMutation(this._request).fetch(asanaTeamName, asanaToken, variables);
122981
125097
  }
125098
+ /**
125099
+ * Kicks off a Jira import job from a CSV.
125100
+ *
125101
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
125102
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
125103
+ * @returns IssueImportPayload
125104
+ */
125105
+ issueImportCreateCSVJira(csvUrl, variables) {
125106
+ return new IssueImportCreateCsvJiraMutation(this._request).fetch(csvUrl, variables);
125107
+ }
122982
125108
  /**
122983
125109
  * Kicks off a Shortcut (formerly Clubhouse) import job.
122984
125110
  *
122985
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
125111
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
122986
125112
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
122987
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
125113
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
122988
125114
  * @returns IssueImportPayload
122989
125115
  */
122990
- issueImportCreateClubhouse(clubhouseTeamName, clubhouseToken, variables) {
122991
- return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseTeamName, clubhouseToken, variables);
125116
+ issueImportCreateClubhouse(clubhouseGroupName, clubhouseToken, variables) {
125117
+ return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseGroupName, clubhouseToken, variables);
122992
125118
  }
122993
125119
  /**
122994
125120
  * Kicks off a GitHub import job.
@@ -124204,6 +126330,35 @@ class LinearSdk extends Request {
124204
126330
  issue(id) {
124205
126331
  return new IssueQuery(this._request).fetch(id);
124206
126332
  }
126333
+ /**
126334
+ * Find issues that are related to a given Figma file key.
126335
+ *
126336
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
126337
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
126338
+ * @returns IssueConnection
126339
+ */
126340
+ issueFigmaFileKeySearch(fileKey, variables) {
126341
+ return new IssueFigmaFileKeySearchQuery(this._request).fetch(fileKey, variables);
126342
+ }
126343
+ /**
126344
+ * Suggests filters for an issue view based on a text prompt.
126345
+ *
126346
+ * @param prompt - required prompt to pass to issueFilterSuggestion
126347
+ * @returns IssueFilterSuggestionPayload
126348
+ */
126349
+ issueFilterSuggestion(prompt) {
126350
+ return new IssueFilterSuggestionQuery(this._request).fetch(prompt);
126351
+ }
126352
+ /**
126353
+ * Checks a CSV file validity against a specific import service.
126354
+ *
126355
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
126356
+ * @param service - required service to pass to issueImportCheckCSV
126357
+ * @returns IssueImportCheckPayload
126358
+ */
126359
+ issueImportCheckCSV(csvUrl, service) {
126360
+ return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
126361
+ }
124207
126362
  /**
124208
126363
  * Fetches the GitHub token, completing the OAuth flow.
124209
126364
  *
@@ -124364,6 +126519,15 @@ class LinearSdk extends Request {
124364
126519
  project(id) {
124365
126520
  return new ProjectQuery(this._request).fetch(id);
124366
126521
  }
126522
+ /**
126523
+ * Suggests filters for a project view based on a text prompt.
126524
+ *
126525
+ * @param prompt - required prompt to pass to projectFilterSuggestion
126526
+ * @returns ProjectFilterSuggestionPayload
126527
+ */
126528
+ projectFilterSuggestion(prompt) {
126529
+ return new ProjectFilterSuggestionQuery(this._request).fetch(prompt);
126530
+ }
124367
126531
  /**
124368
126532
  * One specific project link.
124369
126533
  *
@@ -124479,6 +126643,36 @@ class LinearSdk extends Request {
124479
126643
  roadmaps(variables) {
124480
126644
  return new RoadmapsQuery(this._request).fetch(variables);
124481
126645
  }
126646
+ /**
126647
+ * Search documents.
126648
+ *
126649
+ * @param term - required term to pass to searchDocuments
126650
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
126651
+ * @returns DocumentSearchPayload
126652
+ */
126653
+ searchDocuments(term, variables) {
126654
+ return new SearchDocumentsQuery(this._request).fetch(term, variables);
126655
+ }
126656
+ /**
126657
+ * Search issues.
126658
+ *
126659
+ * @param term - required term to pass to searchIssues
126660
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
126661
+ * @returns IssueSearchPayload
126662
+ */
126663
+ searchIssues(term, variables) {
126664
+ return new SearchIssuesQuery(this._request).fetch(term, variables);
126665
+ }
126666
+ /**
126667
+ * Search projects.
126668
+ *
126669
+ * @param term - required term to pass to searchProjects
126670
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
126671
+ * @returns ProjectSearchPayload
126672
+ */
126673
+ searchProjects(term, variables) {
126674
+ return new SearchProjectsQuery(this._request).fetch(term, variables);
126675
+ }
124482
126676
  /**
124483
126677
  * Fetch SSO login URL for the email provided.
124484
126678
  *
@@ -124711,6 +126905,7 @@ exports.ArchiveIssueMutation = ArchiveIssueMutation;
124711
126905
  exports.ArchiveNotificationMutation = ArchiveNotificationMutation;
124712
126906
  exports.ArchivePayload = ArchivePayload;
124713
126907
  exports.ArchiveProjectMutation = ArchiveProjectMutation;
126908
+ exports.ArchiveResponse = ArchiveResponse;
124714
126909
  exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
124715
126910
  exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
124716
126911
  exports.Attachment = Attachment;
@@ -124837,8 +127032,12 @@ exports.DeleteViewPreferencesMutation = DeleteViewPreferencesMutation;
124837
127032
  exports.DeleteWebhookMutation = DeleteWebhookMutation;
124838
127033
  exports.Document = Document;
124839
127034
  exports.DocumentConnection = DocumentConnection;
127035
+ exports.DocumentContent = DocumentContent;
124840
127036
  exports.DocumentPayload = DocumentPayload;
124841
127037
  exports.DocumentQuery = DocumentQuery;
127038
+ exports.DocumentSearchPayload = DocumentSearchPayload;
127039
+ exports.DocumentSearchResult = DocumentSearchResult;
127040
+ exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
124842
127041
  exports.DocumentsQuery = DocumentsQuery;
124843
127042
  exports.EmailTokenUserAccountAuthMutation = EmailTokenUserAccountAuthMutation;
124844
127043
  exports.EmailUnsubscribeMutation = EmailUnsubscribeMutation;
@@ -124878,6 +127077,7 @@ exports.GraphQLClientError = GraphQLClientError;
124878
127077
  exports.GraphqlLinearError = GraphqlLinearError;
124879
127078
  exports.ImageUploadFromUrlMutation = ImageUploadFromUrlMutation;
124880
127079
  exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
127080
+ exports.ImportFileUploadMutation = ImportFileUploadMutation;
124881
127081
  exports.Integration = Integration;
124882
127082
  exports.IntegrationConnection = IntegrationConnection;
124883
127083
  exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
@@ -124918,11 +127118,17 @@ exports.InvalidInputLinearError = InvalidInputLinearError;
124918
127118
  exports.Issue = Issue;
124919
127119
  exports.IssueBatchPayload = IssueBatchPayload;
124920
127120
  exports.IssueConnection = IssueConnection;
127121
+ exports.IssueFigmaFileKeySearchQuery = IssueFigmaFileKeySearchQuery;
127122
+ exports.IssueFilterSuggestionPayload = IssueFilterSuggestionPayload;
127123
+ exports.IssueFilterSuggestionQuery = IssueFilterSuggestionQuery;
124921
127124
  exports.IssueHistory = IssueHistory;
124922
127125
  exports.IssueHistoryConnection = IssueHistoryConnection;
124923
127126
  exports.IssueImport = IssueImport;
127127
+ exports.IssueImportCheckCsvQuery = IssueImportCheckCsvQuery;
127128
+ exports.IssueImportCheckPayload = IssueImportCheckPayload;
124924
127129
  exports.IssueImportCreateAsanaMutation = IssueImportCreateAsanaMutation;
124925
127130
  exports.IssueImportCreateClubhouseMutation = IssueImportCreateClubhouseMutation;
127131
+ exports.IssueImportCreateCsvJiraMutation = IssueImportCreateCsvJiraMutation;
124926
127132
  exports.IssueImportCreateGithubMutation = IssueImportCreateGithubMutation;
124927
127133
  exports.IssueImportCreateJiraMutation = IssueImportCreateJiraMutation;
124928
127134
  exports.IssueImportDeletePayload = IssueImportDeletePayload;
@@ -124948,6 +127154,9 @@ exports.IssueRelationPayload = IssueRelationPayload;
124948
127154
  exports.IssueRelationQuery = IssueRelationQuery;
124949
127155
  exports.IssueRelationsQuery = IssueRelationsQuery;
124950
127156
  exports.IssueReminderMutation = IssueReminderMutation;
127157
+ exports.IssueSearchPayload = IssueSearchPayload;
127158
+ exports.IssueSearchResult = IssueSearchResult;
127159
+ exports.IssueSearchResultConnection = IssueSearchResultConnection;
124951
127160
  exports.IssueVcsBranchSearchQuery = IssueVcsBranchSearchQuery;
124952
127161
  exports.IssueVcsBranchSearch_AttachmentsQuery = IssueVcsBranchSearch_AttachmentsQuery;
124953
127162
  exports.IssueVcsBranchSearch_ChildrenQuery = IssueVcsBranchSearch_ChildrenQuery;
@@ -125028,9 +127237,10 @@ exports.Organization_UsersQuery = Organization_UsersQuery;
125028
127237
  exports.OtherLinearError = OtherLinearError;
125029
127238
  exports.PageInfo = PageInfo;
125030
127239
  exports.PaidSubscription = PaidSubscription;
125031
- exports.PersonalNote = PersonalNote;
125032
127240
  exports.Project = Project;
125033
127241
  exports.ProjectConnection = ProjectConnection;
127242
+ exports.ProjectFilterSuggestionPayload = ProjectFilterSuggestionPayload;
127243
+ exports.ProjectFilterSuggestionQuery = ProjectFilterSuggestionQuery;
125034
127244
  exports.ProjectLink = ProjectLink;
125035
127245
  exports.ProjectLinkConnection = ProjectLinkConnection;
125036
127246
  exports.ProjectLinkPayload = ProjectLinkPayload;
@@ -125045,6 +127255,9 @@ exports.ProjectNotification = ProjectNotification;
125045
127255
  exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
125046
127256
  exports.ProjectPayload = ProjectPayload;
125047
127257
  exports.ProjectQuery = ProjectQuery;
127258
+ exports.ProjectSearchPayload = ProjectSearchPayload;
127259
+ exports.ProjectSearchResult = ProjectSearchResult;
127260
+ exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
125048
127261
  exports.ProjectUpdate = ProjectUpdate;
125049
127262
  exports.ProjectUpdateConnection = ProjectUpdateConnection;
125050
127263
  exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
@@ -125094,6 +127307,12 @@ exports.RoadmapsQuery = RoadmapsQuery;
125094
127307
  exports.SamlConfiguration = SamlConfiguration;
125095
127308
  exports.SamlConfigurationPayload = SamlConfigurationPayload;
125096
127309
  exports.SamlTokenUserAccountAuthMutation = SamlTokenUserAccountAuthMutation;
127310
+ exports.SearchDocumentsQuery = SearchDocumentsQuery;
127311
+ exports.SearchDocuments_ArchivePayloadQuery = SearchDocuments_ArchivePayloadQuery;
127312
+ exports.SearchIssuesQuery = SearchIssuesQuery;
127313
+ exports.SearchIssues_ArchivePayloadQuery = SearchIssues_ArchivePayloadQuery;
127314
+ exports.SearchProjectsQuery = SearchProjectsQuery;
127315
+ exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
125097
127316
  exports.SentrySettings = SentrySettings;
125098
127317
  exports.SlackPostSettings = SlackPostSettings;
125099
127318
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;