@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-es.js CHANGED
@@ -83547,6 +83547,7 @@ var ViewType;
83547
83547
  ViewType["ProjectsAll"] = "projectsAll";
83548
83548
  ViewType["ProjectsBacklog"] = "projectsBacklog";
83549
83549
  ViewType["ProjectsClosed"] = "projectsClosed";
83550
+ ViewType["QuickView"] = "quickView";
83550
83551
  ViewType["Roadmap"] = "roadmap";
83551
83552
  ViewType["RoadmapAll"] = "roadmapAll";
83552
83553
  ViewType["RoadmapBacklog"] = "roadmapBacklog";
@@ -83596,30 +83597,31 @@ const EntityFragmentDoc = {
83596
83597
  },
83597
83598
  ],
83598
83599
  };
83599
- const PersonalNoteFragmentDoc = {
83600
+ const DocumentContentFragmentDoc = {
83600
83601
  kind: "Document",
83601
83602
  definitions: [
83602
83603
  {
83603
83604
  kind: "FragmentDefinition",
83604
- name: { kind: "Name", value: "PersonalNote" },
83605
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PersonalNote" } },
83605
+ name: { kind: "Name", value: "DocumentContent" },
83606
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentContent" } },
83606
83607
  selectionSet: {
83607
83608
  kind: "SelectionSet",
83608
83609
  selections: [
83609
83610
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
83610
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83611
83611
  { kind: "Field", name: { kind: "Name", value: "contentData" } },
83612
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83613
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83614
- { kind: "Field", name: { kind: "Name", value: "id" } },
83612
+ { kind: "Field", name: { kind: "Name", value: "content" } },
83615
83613
  {
83616
83614
  kind: "Field",
83617
- name: { kind: "Name", value: "user" },
83615
+ name: { kind: "Name", value: "issue" },
83618
83616
  selectionSet: {
83619
83617
  kind: "SelectionSet",
83620
83618
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83621
83619
  },
83622
83620
  },
83621
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83622
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83623
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83624
+ { kind: "Field", name: { kind: "Name", value: "id" } },
83623
83625
  ],
83624
83626
  },
83625
83627
  },
@@ -85036,6 +85038,14 @@ const CustomViewFragmentDoc = {
85036
85038
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85037
85039
  },
85038
85040
  },
85041
+ {
85042
+ kind: "Field",
85043
+ name: { kind: "Name", value: "owner" },
85044
+ selectionSet: {
85045
+ kind: "SelectionSet",
85046
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85047
+ },
85048
+ },
85039
85049
  { kind: "Field", name: { kind: "Name", value: "shared" } },
85040
85050
  ],
85041
85051
  },
@@ -85113,9 +85123,9 @@ const CustomViewSuggestionPayloadFragmentDoc = {
85113
85123
  kind: "SelectionSet",
85114
85124
  selections: [
85115
85125
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85116
- { kind: "Field", name: { kind: "Name", value: "suggestedDescription" } },
85117
- { kind: "Field", name: { kind: "Name", value: "suggestedIcon" } },
85118
- { kind: "Field", name: { kind: "Name", value: "suggestedName" } },
85126
+ { kind: "Field", name: { kind: "Name", value: "description" } },
85127
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
85128
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85119
85129
  ],
85120
85130
  },
85121
85131
  },
@@ -85332,6 +85342,155 @@ const DocumentPayloadFragmentDoc = {
85332
85342
  },
85333
85343
  ],
85334
85344
  };
85345
+ const ArchiveResponseFragmentDoc = {
85346
+ kind: "Document",
85347
+ definitions: [
85348
+ {
85349
+ kind: "FragmentDefinition",
85350
+ name: { kind: "Name", value: "ArchiveResponse" },
85351
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ArchiveResponse" } },
85352
+ selectionSet: {
85353
+ kind: "SelectionSet",
85354
+ selections: [
85355
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85356
+ { kind: "Field", name: { kind: "Name", value: "archive" } },
85357
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
85358
+ { kind: "Field", name: { kind: "Name", value: "databaseVersion" } },
85359
+ { kind: "Field", name: { kind: "Name", value: "includesDependencies" } },
85360
+ ],
85361
+ },
85362
+ },
85363
+ ],
85364
+ };
85365
+ const DocumentSearchResultFragmentDoc = {
85366
+ kind: "Document",
85367
+ definitions: [
85368
+ {
85369
+ kind: "FragmentDefinition",
85370
+ name: { kind: "Name", value: "DocumentSearchResult" },
85371
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResult" } },
85372
+ selectionSet: {
85373
+ kind: "SelectionSet",
85374
+ selections: [
85375
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85376
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
85377
+ { kind: "Field", name: { kind: "Name", value: "color" } },
85378
+ { kind: "Field", name: { kind: "Name", value: "contentData" } },
85379
+ { kind: "Field", name: { kind: "Name", value: "content" } },
85380
+ { kind: "Field", name: { kind: "Name", value: "title" } },
85381
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
85382
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
85383
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85384
+ {
85385
+ kind: "Field",
85386
+ name: { kind: "Name", value: "project" },
85387
+ selectionSet: {
85388
+ kind: "SelectionSet",
85389
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85390
+ },
85391
+ },
85392
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85393
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85394
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85395
+ {
85396
+ kind: "Field",
85397
+ name: { kind: "Name", value: "creator" },
85398
+ selectionSet: {
85399
+ kind: "SelectionSet",
85400
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85401
+ },
85402
+ },
85403
+ {
85404
+ kind: "Field",
85405
+ name: { kind: "Name", value: "updatedBy" },
85406
+ selectionSet: {
85407
+ kind: "SelectionSet",
85408
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85409
+ },
85410
+ },
85411
+ ],
85412
+ },
85413
+ },
85414
+ ],
85415
+ };
85416
+ const DocumentSearchPayloadFragmentDoc = {
85417
+ kind: "Document",
85418
+ definitions: [
85419
+ {
85420
+ kind: "FragmentDefinition",
85421
+ name: { kind: "Name", value: "DocumentSearchPayload" },
85422
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchPayload" } },
85423
+ selectionSet: {
85424
+ kind: "SelectionSet",
85425
+ selections: [
85426
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85427
+ {
85428
+ kind: "Field",
85429
+ name: { kind: "Name", value: "archivePayload" },
85430
+ selectionSet: {
85431
+ kind: "SelectionSet",
85432
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
85433
+ },
85434
+ },
85435
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
85436
+ {
85437
+ kind: "Field",
85438
+ name: { kind: "Name", value: "nodes" },
85439
+ selectionSet: {
85440
+ kind: "SelectionSet",
85441
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
85442
+ },
85443
+ },
85444
+ {
85445
+ kind: "Field",
85446
+ name: { kind: "Name", value: "pageInfo" },
85447
+ selectionSet: {
85448
+ kind: "SelectionSet",
85449
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
85450
+ },
85451
+ },
85452
+ ],
85453
+ },
85454
+ },
85455
+ ...ArchiveResponseFragmentDoc.definitions,
85456
+ ...DocumentSearchResultFragmentDoc.definitions,
85457
+ ...PageInfoFragmentDoc.definitions,
85458
+ ],
85459
+ };
85460
+ const DocumentSearchResultConnectionFragmentDoc = {
85461
+ kind: "Document",
85462
+ definitions: [
85463
+ {
85464
+ kind: "FragmentDefinition",
85465
+ name: { kind: "Name", value: "DocumentSearchResultConnection" },
85466
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResultConnection" } },
85467
+ selectionSet: {
85468
+ kind: "SelectionSet",
85469
+ selections: [
85470
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85471
+ {
85472
+ kind: "Field",
85473
+ name: { kind: "Name", value: "nodes" },
85474
+ selectionSet: {
85475
+ kind: "SelectionSet",
85476
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
85477
+ },
85478
+ },
85479
+ {
85480
+ kind: "Field",
85481
+ name: { kind: "Name", value: "pageInfo" },
85482
+ selectionSet: {
85483
+ kind: "SelectionSet",
85484
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
85485
+ },
85486
+ },
85487
+ ],
85488
+ },
85489
+ },
85490
+ ...DocumentSearchResultFragmentDoc.definitions,
85491
+ ...PageInfoFragmentDoc.definitions,
85492
+ ],
85493
+ };
85335
85494
  const EmailUnsubscribePayloadFragmentDoc = {
85336
85495
  kind: "Document",
85337
85496
  definitions: [
@@ -86176,6 +86335,14 @@ const IssueFragmentDoc = {
86176
86335
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86177
86336
  },
86178
86337
  },
86338
+ {
86339
+ kind: "Field",
86340
+ name: { kind: "Name", value: "favorite" },
86341
+ selectionSet: {
86342
+ kind: "SelectionSet",
86343
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86344
+ },
86345
+ },
86179
86346
  {
86180
86347
  kind: "Field",
86181
86348
  name: { kind: "Name", value: "state" },
@@ -86250,6 +86417,23 @@ const IssueConnectionFragmentDoc = {
86250
86417
  ...PageInfoFragmentDoc.definitions,
86251
86418
  ],
86252
86419
  };
86420
+ const IssueFilterSuggestionPayloadFragmentDoc = {
86421
+ kind: "Document",
86422
+ definitions: [
86423
+ {
86424
+ kind: "FragmentDefinition",
86425
+ name: { kind: "Name", value: "IssueFilterSuggestionPayload" },
86426
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } },
86427
+ selectionSet: {
86428
+ kind: "SelectionSet",
86429
+ selections: [
86430
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86431
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
86432
+ ],
86433
+ },
86434
+ },
86435
+ ],
86436
+ };
86253
86437
  const IssueRelationHistoryPayloadFragmentDoc = {
86254
86438
  kind: "Document",
86255
86439
  definitions: [
@@ -86280,6 +86464,8 @@ const IssueImportFragmentDoc = {
86280
86464
  selections: [
86281
86465
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86282
86466
  { kind: "Field", name: { kind: "Name", value: "progress" } },
86467
+ { kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
86468
+ { kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
86283
86469
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
86284
86470
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
86285
86471
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
@@ -86525,6 +86711,23 @@ const IssueHistoryConnectionFragmentDoc = {
86525
86711
  ...PageInfoFragmentDoc.definitions,
86526
86712
  ],
86527
86713
  };
86714
+ const IssueImportCheckPayloadFragmentDoc = {
86715
+ kind: "Document",
86716
+ definitions: [
86717
+ {
86718
+ kind: "FragmentDefinition",
86719
+ name: { kind: "Name", value: "IssueImportCheckPayload" },
86720
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportCheckPayload" } },
86721
+ selectionSet: {
86722
+ kind: "SelectionSet",
86723
+ selections: [
86724
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86725
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86726
+ ],
86727
+ },
86728
+ },
86729
+ ],
86730
+ };
86528
86731
  const IssueImportDeletePayloadFragmentDoc = {
86529
86732
  kind: "Document",
86530
86733
  definitions: [
@@ -86827,6 +87030,209 @@ const IssueRelationPayloadFragmentDoc = {
86827
87030
  },
86828
87031
  ],
86829
87032
  };
87033
+ const IssueSearchResultFragmentDoc = {
87034
+ kind: "Document",
87035
+ definitions: [
87036
+ {
87037
+ kind: "FragmentDefinition",
87038
+ name: { kind: "Name", value: "IssueSearchResult" },
87039
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResult" } },
87040
+ selectionSet: {
87041
+ kind: "SelectionSet",
87042
+ selections: [
87043
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87044
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
87045
+ { kind: "Field", name: { kind: "Name", value: "url" } },
87046
+ { kind: "Field", name: { kind: "Name", value: "identifier" } },
87047
+ { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
87048
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
87049
+ { kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
87050
+ { kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
87051
+ { kind: "Field", name: { kind: "Name", value: "branchName" } },
87052
+ {
87053
+ kind: "Field",
87054
+ name: { kind: "Name", value: "cycle" },
87055
+ selectionSet: {
87056
+ kind: "SelectionSet",
87057
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87058
+ },
87059
+ },
87060
+ { kind: "Field", name: { kind: "Name", value: "dueDate" } },
87061
+ { kind: "Field", name: { kind: "Name", value: "estimate" } },
87062
+ { kind: "Field", name: { kind: "Name", value: "description" } },
87063
+ { kind: "Field", name: { kind: "Name", value: "title" } },
87064
+ { kind: "Field", name: { kind: "Name", value: "number" } },
87065
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87066
+ { kind: "Field", name: { kind: "Name", value: "boardOrder" } },
87067
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
87068
+ { kind: "Field", name: { kind: "Name", value: "subIssueSortOrder" } },
87069
+ {
87070
+ kind: "Field",
87071
+ name: { kind: "Name", value: "parent" },
87072
+ selectionSet: {
87073
+ kind: "SelectionSet",
87074
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87075
+ },
87076
+ },
87077
+ { kind: "Field", name: { kind: "Name", value: "priority" } },
87078
+ {
87079
+ kind: "Field",
87080
+ name: { kind: "Name", value: "project" },
87081
+ selectionSet: {
87082
+ kind: "SelectionSet",
87083
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87084
+ },
87085
+ },
87086
+ {
87087
+ kind: "Field",
87088
+ name: { kind: "Name", value: "projectMilestone" },
87089
+ selectionSet: {
87090
+ kind: "SelectionSet",
87091
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87092
+ },
87093
+ },
87094
+ {
87095
+ kind: "Field",
87096
+ name: { kind: "Name", value: "team" },
87097
+ selectionSet: {
87098
+ kind: "SelectionSet",
87099
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87100
+ },
87101
+ },
87102
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
87103
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87104
+ { kind: "Field", name: { kind: "Name", value: "startedTriageAt" } },
87105
+ { kind: "Field", name: { kind: "Name", value: "triagedAt" } },
87106
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
87107
+ { kind: "Field", name: { kind: "Name", value: "autoClosedAt" } },
87108
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
87109
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
87110
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
87111
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
87112
+ { kind: "Field", name: { kind: "Name", value: "id" } },
87113
+ {
87114
+ kind: "Field",
87115
+ name: { kind: "Name", value: "assignee" },
87116
+ selectionSet: {
87117
+ kind: "SelectionSet",
87118
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87119
+ },
87120
+ },
87121
+ {
87122
+ kind: "Field",
87123
+ name: { kind: "Name", value: "creator" },
87124
+ selectionSet: {
87125
+ kind: "SelectionSet",
87126
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87127
+ },
87128
+ },
87129
+ {
87130
+ kind: "Field",
87131
+ name: { kind: "Name", value: "snoozedBy" },
87132
+ selectionSet: {
87133
+ kind: "SelectionSet",
87134
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87135
+ },
87136
+ },
87137
+ {
87138
+ kind: "Field",
87139
+ name: { kind: "Name", value: "favorite" },
87140
+ selectionSet: {
87141
+ kind: "SelectionSet",
87142
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87143
+ },
87144
+ },
87145
+ {
87146
+ kind: "Field",
87147
+ name: { kind: "Name", value: "state" },
87148
+ selectionSet: {
87149
+ kind: "SelectionSet",
87150
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87151
+ },
87152
+ },
87153
+ ],
87154
+ },
87155
+ },
87156
+ ],
87157
+ };
87158
+ const IssueSearchPayloadFragmentDoc = {
87159
+ kind: "Document",
87160
+ definitions: [
87161
+ {
87162
+ kind: "FragmentDefinition",
87163
+ name: { kind: "Name", value: "IssueSearchPayload" },
87164
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchPayload" } },
87165
+ selectionSet: {
87166
+ kind: "SelectionSet",
87167
+ selections: [
87168
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87169
+ {
87170
+ kind: "Field",
87171
+ name: { kind: "Name", value: "archivePayload" },
87172
+ selectionSet: {
87173
+ kind: "SelectionSet",
87174
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
87175
+ },
87176
+ },
87177
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
87178
+ {
87179
+ kind: "Field",
87180
+ name: { kind: "Name", value: "nodes" },
87181
+ selectionSet: {
87182
+ kind: "SelectionSet",
87183
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
87184
+ },
87185
+ },
87186
+ {
87187
+ kind: "Field",
87188
+ name: { kind: "Name", value: "pageInfo" },
87189
+ selectionSet: {
87190
+ kind: "SelectionSet",
87191
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87192
+ },
87193
+ },
87194
+ ],
87195
+ },
87196
+ },
87197
+ ...ArchiveResponseFragmentDoc.definitions,
87198
+ ...IssueSearchResultFragmentDoc.definitions,
87199
+ ...PageInfoFragmentDoc.definitions,
87200
+ ],
87201
+ };
87202
+ const IssueSearchResultConnectionFragmentDoc = {
87203
+ kind: "Document",
87204
+ definitions: [
87205
+ {
87206
+ kind: "FragmentDefinition",
87207
+ name: { kind: "Name", value: "IssueSearchResultConnection" },
87208
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResultConnection" } },
87209
+ selectionSet: {
87210
+ kind: "SelectionSet",
87211
+ selections: [
87212
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87213
+ {
87214
+ kind: "Field",
87215
+ name: { kind: "Name", value: "nodes" },
87216
+ selectionSet: {
87217
+ kind: "SelectionSet",
87218
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
87219
+ },
87220
+ },
87221
+ {
87222
+ kind: "Field",
87223
+ name: { kind: "Name", value: "pageInfo" },
87224
+ selectionSet: {
87225
+ kind: "SelectionSet",
87226
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87227
+ },
87228
+ },
87229
+ ],
87230
+ },
87231
+ },
87232
+ ...IssueSearchResultFragmentDoc.definitions,
87233
+ ...PageInfoFragmentDoc.definitions,
87234
+ ],
87235
+ };
86830
87236
  const LogoutResponseFragmentDoc = {
86831
87237
  kind: "Document",
86832
87238
  definitions: [
@@ -87692,6 +88098,23 @@ const ProjectConnectionFragmentDoc = {
87692
88098
  ...PageInfoFragmentDoc.definitions,
87693
88099
  ],
87694
88100
  };
88101
+ const ProjectFilterSuggestionPayloadFragmentDoc = {
88102
+ kind: "Document",
88103
+ definitions: [
88104
+ {
88105
+ kind: "FragmentDefinition",
88106
+ name: { kind: "Name", value: "ProjectFilterSuggestionPayload" },
88107
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } },
88108
+ selectionSet: {
88109
+ kind: "SelectionSet",
88110
+ selections: [
88111
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88112
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
88113
+ ],
88114
+ },
88115
+ },
88116
+ ],
88117
+ };
87695
88118
  const ProjectLinkFragmentDoc = {
87696
88119
  kind: "Document",
87697
88120
  definitions: [
@@ -87908,6 +88331,161 @@ const ProjectPayloadFragmentDoc = {
87908
88331
  },
87909
88332
  ],
87910
88333
  };
88334
+ const ProjectSearchResultFragmentDoc = {
88335
+ kind: "Document",
88336
+ definitions: [
88337
+ {
88338
+ kind: "FragmentDefinition",
88339
+ name: { kind: "Name", value: "ProjectSearchResult" },
88340
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResult" } },
88341
+ selectionSet: {
88342
+ kind: "SelectionSet",
88343
+ selections: [
88344
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88345
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
88346
+ { kind: "Field", name: { kind: "Name", value: "url" } },
88347
+ {
88348
+ kind: "Field",
88349
+ name: { kind: "Name", value: "integrationsSettings" },
88350
+ selectionSet: {
88351
+ kind: "SelectionSet",
88352
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88353
+ },
88354
+ },
88355
+ { kind: "Field", name: { kind: "Name", value: "targetDate" } },
88356
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
88357
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88358
+ { kind: "Field", name: { kind: "Name", value: "completedScopeHistory" } },
88359
+ { kind: "Field", name: { kind: "Name", value: "completedIssueCountHistory" } },
88360
+ { kind: "Field", name: { kind: "Name", value: "inProgressScopeHistory" } },
88361
+ { kind: "Field", name: { kind: "Name", value: "progress" } },
88362
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
88363
+ {
88364
+ kind: "Field",
88365
+ name: { kind: "Name", value: "lead" },
88366
+ selectionSet: {
88367
+ kind: "SelectionSet",
88368
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88369
+ },
88370
+ },
88371
+ {
88372
+ kind: "Field",
88373
+ name: { kind: "Name", value: "convertedFromIssue" },
88374
+ selectionSet: {
88375
+ kind: "SelectionSet",
88376
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88377
+ },
88378
+ },
88379
+ { kind: "Field", name: { kind: "Name", value: "color" } },
88380
+ { kind: "Field", name: { kind: "Name", value: "description" } },
88381
+ { kind: "Field", name: { kind: "Name", value: "name" } },
88382
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
88383
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
88384
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
88385
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
88386
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
88387
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
88388
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
88389
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
88390
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersPausedUntilAt" } },
88391
+ { kind: "Field", name: { kind: "Name", value: "scopeHistory" } },
88392
+ { kind: "Field", name: { kind: "Name", value: "issueCountHistory" } },
88393
+ { kind: "Field", name: { kind: "Name", value: "state" } },
88394
+ { kind: "Field", name: { kind: "Name", value: "id" } },
88395
+ {
88396
+ kind: "Field",
88397
+ name: { kind: "Name", value: "creator" },
88398
+ selectionSet: {
88399
+ kind: "SelectionSet",
88400
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88401
+ },
88402
+ },
88403
+ { kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
88404
+ { kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
88405
+ { kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
88406
+ ],
88407
+ },
88408
+ },
88409
+ ],
88410
+ };
88411
+ const ProjectSearchPayloadFragmentDoc = {
88412
+ kind: "Document",
88413
+ definitions: [
88414
+ {
88415
+ kind: "FragmentDefinition",
88416
+ name: { kind: "Name", value: "ProjectSearchPayload" },
88417
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchPayload" } },
88418
+ selectionSet: {
88419
+ kind: "SelectionSet",
88420
+ selections: [
88421
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88422
+ {
88423
+ kind: "Field",
88424
+ name: { kind: "Name", value: "archivePayload" },
88425
+ selectionSet: {
88426
+ kind: "SelectionSet",
88427
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
88428
+ },
88429
+ },
88430
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
88431
+ {
88432
+ kind: "Field",
88433
+ name: { kind: "Name", value: "nodes" },
88434
+ selectionSet: {
88435
+ kind: "SelectionSet",
88436
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
88437
+ },
88438
+ },
88439
+ {
88440
+ kind: "Field",
88441
+ name: { kind: "Name", value: "pageInfo" },
88442
+ selectionSet: {
88443
+ kind: "SelectionSet",
88444
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88445
+ },
88446
+ },
88447
+ ],
88448
+ },
88449
+ },
88450
+ ...ArchiveResponseFragmentDoc.definitions,
88451
+ ...ProjectSearchResultFragmentDoc.definitions,
88452
+ ...PageInfoFragmentDoc.definitions,
88453
+ ],
88454
+ };
88455
+ const ProjectSearchResultConnectionFragmentDoc = {
88456
+ kind: "Document",
88457
+ definitions: [
88458
+ {
88459
+ kind: "FragmentDefinition",
88460
+ name: { kind: "Name", value: "ProjectSearchResultConnection" },
88461
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResultConnection" } },
88462
+ selectionSet: {
88463
+ kind: "SelectionSet",
88464
+ selections: [
88465
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88466
+ {
88467
+ kind: "Field",
88468
+ name: { kind: "Name", value: "nodes" },
88469
+ selectionSet: {
88470
+ kind: "SelectionSet",
88471
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
88472
+ },
88473
+ },
88474
+ {
88475
+ kind: "Field",
88476
+ name: { kind: "Name", value: "pageInfo" },
88477
+ selectionSet: {
88478
+ kind: "SelectionSet",
88479
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88480
+ },
88481
+ },
88482
+ ],
88483
+ },
88484
+ },
88485
+ ...ProjectSearchResultFragmentDoc.definitions,
88486
+ ...PageInfoFragmentDoc.definitions,
88487
+ ],
88488
+ };
87911
88489
  const ProjectUpdateFragmentDoc = {
87912
88490
  kind: "Document",
87913
88491
  definitions: [
@@ -91368,6 +91946,74 @@ const ImageUploadFromUrlDocument = {
91368
91946
  ...ImageUploadFromUrlPayloadFragmentDoc.definitions,
91369
91947
  ],
91370
91948
  };
91949
+ const ImportFileUploadDocument = {
91950
+ kind: "Document",
91951
+ definitions: [
91952
+ {
91953
+ kind: "OperationDefinition",
91954
+ operation: "mutation",
91955
+ name: { kind: "Name", value: "importFileUpload" },
91956
+ variableDefinitions: [
91957
+ {
91958
+ kind: "VariableDefinition",
91959
+ variable: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
91960
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91961
+ },
91962
+ {
91963
+ kind: "VariableDefinition",
91964
+ variable: { kind: "Variable", name: { kind: "Name", value: "filename" } },
91965
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91966
+ },
91967
+ {
91968
+ kind: "VariableDefinition",
91969
+ variable: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
91970
+ type: { kind: "NamedType", name: { kind: "Name", value: "JSON" } },
91971
+ },
91972
+ {
91973
+ kind: "VariableDefinition",
91974
+ variable: { kind: "Variable", name: { kind: "Name", value: "size" } },
91975
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
91976
+ },
91977
+ ],
91978
+ selectionSet: {
91979
+ kind: "SelectionSet",
91980
+ selections: [
91981
+ {
91982
+ kind: "Field",
91983
+ name: { kind: "Name", value: "importFileUpload" },
91984
+ arguments: [
91985
+ {
91986
+ kind: "Argument",
91987
+ name: { kind: "Name", value: "contentType" },
91988
+ value: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
91989
+ },
91990
+ {
91991
+ kind: "Argument",
91992
+ name: { kind: "Name", value: "filename" },
91993
+ value: { kind: "Variable", name: { kind: "Name", value: "filename" } },
91994
+ },
91995
+ {
91996
+ kind: "Argument",
91997
+ name: { kind: "Name", value: "metaData" },
91998
+ value: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
91999
+ },
92000
+ {
92001
+ kind: "Argument",
92002
+ name: { kind: "Name", value: "size" },
92003
+ value: { kind: "Variable", name: { kind: "Name", value: "size" } },
92004
+ },
92005
+ ],
92006
+ selectionSet: {
92007
+ kind: "SelectionSet",
92008
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UploadPayload" } }],
92009
+ },
92010
+ },
92011
+ ],
92012
+ },
92013
+ },
92014
+ ...UploadPayloadFragmentDoc.definitions,
92015
+ ],
92016
+ };
91371
92017
  const DeleteIntegrationDocument = {
91372
92018
  kind: "Document",
91373
92019
  definitions: [
@@ -92855,38 +93501,33 @@ const IssueImportCreateAsanaDocument = {
92855
93501
  ...IssueImportPayloadFragmentDoc.definitions,
92856
93502
  ],
92857
93503
  };
92858
- const IssueImportCreateClubhouseDocument = {
93504
+ const IssueImportCreateCsvJiraDocument = {
92859
93505
  kind: "Document",
92860
93506
  definitions: [
92861
93507
  {
92862
93508
  kind: "OperationDefinition",
92863
93509
  operation: "mutation",
92864
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
93510
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
92865
93511
  variableDefinitions: [
92866
93512
  {
92867
93513
  kind: "VariableDefinition",
92868
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
93514
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
92869
93515
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92870
93516
  },
92871
93517
  {
92872
93518
  kind: "VariableDefinition",
92873
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
92874
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92875
- },
92876
- {
92877
- kind: "VariableDefinition",
92878
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
93519
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
92879
93520
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92880
93521
  },
92881
93522
  {
92882
93523
  kind: "VariableDefinition",
92883
- variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
92884
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93524
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
93525
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92885
93526
  },
92886
93527
  {
92887
93528
  kind: "VariableDefinition",
92888
- variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
92889
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93529
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
93530
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92890
93531
  },
92891
93532
  {
92892
93533
  kind: "VariableDefinition",
@@ -92909,32 +93550,27 @@ const IssueImportCreateClubhouseDocument = {
92909
93550
  selections: [
92910
93551
  {
92911
93552
  kind: "Field",
92912
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
93553
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
92913
93554
  arguments: [
92914
93555
  {
92915
93556
  kind: "Argument",
92916
- name: { kind: "Name", value: "clubhouseTeamName" },
92917
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
93557
+ name: { kind: "Name", value: "csvUrl" },
93558
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
92918
93559
  },
92919
93560
  {
92920
93561
  kind: "Argument",
92921
- name: { kind: "Name", value: "clubhouseToken" },
92922
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
92923
- },
92924
- {
92925
- kind: "Argument",
92926
- name: { kind: "Name", value: "id" },
92927
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
93562
+ name: { kind: "Name", value: "jiraEmail" },
93563
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
92928
93564
  },
92929
93565
  {
92930
93566
  kind: "Argument",
92931
- name: { kind: "Name", value: "includeClosedIssues" },
92932
- value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93567
+ name: { kind: "Name", value: "jiraHostname" },
93568
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
92933
93569
  },
92934
93570
  {
92935
93571
  kind: "Argument",
92936
- name: { kind: "Name", value: "instantProcess" },
92937
- value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93572
+ name: { kind: "Name", value: "jiraToken" },
93573
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
92938
93574
  },
92939
93575
  {
92940
93576
  kind: "Argument",
@@ -92963,32 +93599,140 @@ const IssueImportCreateClubhouseDocument = {
92963
93599
  ...IssueImportPayloadFragmentDoc.definitions,
92964
93600
  ],
92965
93601
  };
92966
- const IssueImportCreateGithubDocument = {
93602
+ const IssueImportCreateClubhouseDocument = {
92967
93603
  kind: "Document",
92968
93604
  definitions: [
92969
93605
  {
92970
93606
  kind: "OperationDefinition",
92971
93607
  operation: "mutation",
92972
- name: { kind: "Name", value: "issueImportCreateGithub" },
93608
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
92973
93609
  variableDefinitions: [
92974
93610
  {
92975
93611
  kind: "VariableDefinition",
92976
- variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
92977
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92978
- },
92979
- {
92980
- kind: "VariableDefinition",
92981
- variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
93612
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
92982
93613
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92983
93614
  },
92984
93615
  {
92985
93616
  kind: "VariableDefinition",
92986
- variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
92987
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
92988
- },
92989
- {
92990
- kind: "VariableDefinition",
92991
- variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
93617
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
93618
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93619
+ },
93620
+ {
93621
+ kind: "VariableDefinition",
93622
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
93623
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93624
+ },
93625
+ {
93626
+ kind: "VariableDefinition",
93627
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93628
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93629
+ },
93630
+ {
93631
+ kind: "VariableDefinition",
93632
+ variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93633
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93634
+ },
93635
+ {
93636
+ kind: "VariableDefinition",
93637
+ variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
93638
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93639
+ },
93640
+ {
93641
+ kind: "VariableDefinition",
93642
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
93643
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93644
+ },
93645
+ {
93646
+ kind: "VariableDefinition",
93647
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
93648
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93649
+ },
93650
+ ],
93651
+ selectionSet: {
93652
+ kind: "SelectionSet",
93653
+ selections: [
93654
+ {
93655
+ kind: "Field",
93656
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
93657
+ arguments: [
93658
+ {
93659
+ kind: "Argument",
93660
+ name: { kind: "Name", value: "clubhouseGroupName" },
93661
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
93662
+ },
93663
+ {
93664
+ kind: "Argument",
93665
+ name: { kind: "Name", value: "clubhouseToken" },
93666
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
93667
+ },
93668
+ {
93669
+ kind: "Argument",
93670
+ name: { kind: "Name", value: "id" },
93671
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
93672
+ },
93673
+ {
93674
+ kind: "Argument",
93675
+ name: { kind: "Name", value: "includeClosedIssues" },
93676
+ value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93677
+ },
93678
+ {
93679
+ kind: "Argument",
93680
+ name: { kind: "Name", value: "instantProcess" },
93681
+ value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93682
+ },
93683
+ {
93684
+ kind: "Argument",
93685
+ name: { kind: "Name", value: "organizationId" },
93686
+ value: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
93687
+ },
93688
+ {
93689
+ kind: "Argument",
93690
+ name: { kind: "Name", value: "teamId" },
93691
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
93692
+ },
93693
+ {
93694
+ kind: "Argument",
93695
+ name: { kind: "Name", value: "teamName" },
93696
+ value: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
93697
+ },
93698
+ ],
93699
+ selectionSet: {
93700
+ kind: "SelectionSet",
93701
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportPayload" } }],
93702
+ },
93703
+ },
93704
+ ],
93705
+ },
93706
+ },
93707
+ ...IssueImportPayloadFragmentDoc.definitions,
93708
+ ],
93709
+ };
93710
+ const IssueImportCreateGithubDocument = {
93711
+ kind: "Document",
93712
+ definitions: [
93713
+ {
93714
+ kind: "OperationDefinition",
93715
+ operation: "mutation",
93716
+ name: { kind: "Name", value: "issueImportCreateGithub" },
93717
+ variableDefinitions: [
93718
+ {
93719
+ kind: "VariableDefinition",
93720
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
93721
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93722
+ },
93723
+ {
93724
+ kind: "VariableDefinition",
93725
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
93726
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93727
+ },
93728
+ {
93729
+ kind: "VariableDefinition",
93730
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
93731
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93732
+ },
93733
+ {
93734
+ kind: "VariableDefinition",
93735
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
92992
93736
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92993
93737
  },
92994
93738
  {
@@ -100042,186 +100786,6 @@ const EmojisDocument = {
100042
100786
  ...EmojiConnectionFragmentDoc.definitions,
100043
100787
  ],
100044
100788
  };
100045
- const ExternalUserDocument = {
100046
- kind: "Document",
100047
- definitions: [
100048
- {
100049
- kind: "OperationDefinition",
100050
- operation: "query",
100051
- name: { kind: "Name", value: "externalUser" },
100052
- variableDefinitions: [
100053
- {
100054
- kind: "VariableDefinition",
100055
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
100056
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
100057
- },
100058
- ],
100059
- selectionSet: {
100060
- kind: "SelectionSet",
100061
- selections: [
100062
- {
100063
- kind: "Field",
100064
- name: { kind: "Name", value: "externalUser" },
100065
- arguments: [
100066
- {
100067
- kind: "Argument",
100068
- name: { kind: "Name", value: "id" },
100069
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
100070
- },
100071
- ],
100072
- selectionSet: {
100073
- kind: "SelectionSet",
100074
- selections: [
100075
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
100076
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
100077
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
100078
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
100079
- { kind: "Field", name: { kind: "Name", value: "email" } },
100080
- { kind: "Field", name: { kind: "Name", value: "id" } },
100081
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
100082
- { kind: "Field", name: { kind: "Name", value: "name" } },
100083
- {
100084
- kind: "Field",
100085
- name: { kind: "Name", value: "organization" },
100086
- selectionSet: {
100087
- kind: "SelectionSet",
100088
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
100089
- },
100090
- },
100091
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
100092
- ],
100093
- },
100094
- },
100095
- ],
100096
- },
100097
- },
100098
- ...OrganizationFragmentDoc.definitions,
100099
- ],
100100
- };
100101
- const ExternalUsersDocument = {
100102
- kind: "Document",
100103
- definitions: [
100104
- {
100105
- kind: "OperationDefinition",
100106
- operation: "query",
100107
- name: { kind: "Name", value: "externalUsers" },
100108
- variableDefinitions: [
100109
- {
100110
- kind: "VariableDefinition",
100111
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
100112
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100113
- },
100114
- {
100115
- kind: "VariableDefinition",
100116
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
100117
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100118
- },
100119
- {
100120
- kind: "VariableDefinition",
100121
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
100122
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100123
- },
100124
- {
100125
- kind: "VariableDefinition",
100126
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100127
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
100128
- },
100129
- {
100130
- kind: "VariableDefinition",
100131
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
100132
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100133
- },
100134
- {
100135
- kind: "VariableDefinition",
100136
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100137
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
100138
- },
100139
- ],
100140
- selectionSet: {
100141
- kind: "SelectionSet",
100142
- selections: [
100143
- {
100144
- kind: "Field",
100145
- name: { kind: "Name", value: "externalUsers" },
100146
- arguments: [
100147
- {
100148
- kind: "Argument",
100149
- name: { kind: "Name", value: "after" },
100150
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
100151
- },
100152
- {
100153
- kind: "Argument",
100154
- name: { kind: "Name", value: "before" },
100155
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
100156
- },
100157
- {
100158
- kind: "Argument",
100159
- name: { kind: "Name", value: "first" },
100160
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
100161
- },
100162
- {
100163
- kind: "Argument",
100164
- name: { kind: "Name", value: "includeArchived" },
100165
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100166
- },
100167
- {
100168
- kind: "Argument",
100169
- name: { kind: "Name", value: "last" },
100170
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
100171
- },
100172
- {
100173
- kind: "Argument",
100174
- name: { kind: "Name", value: "orderBy" },
100175
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100176
- },
100177
- ],
100178
- selectionSet: {
100179
- kind: "SelectionSet",
100180
- selections: [
100181
- {
100182
- kind: "Field",
100183
- name: { kind: "Name", value: "nodes" },
100184
- selectionSet: {
100185
- kind: "SelectionSet",
100186
- selections: [
100187
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
100188
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
100189
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
100190
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
100191
- { kind: "Field", name: { kind: "Name", value: "email" } },
100192
- { kind: "Field", name: { kind: "Name", value: "id" } },
100193
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
100194
- { kind: "Field", name: { kind: "Name", value: "name" } },
100195
- {
100196
- kind: "Field",
100197
- name: { kind: "Name", value: "organization" },
100198
- selectionSet: {
100199
- kind: "SelectionSet",
100200
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
100201
- },
100202
- },
100203
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
100204
- ],
100205
- },
100206
- },
100207
- {
100208
- kind: "Field",
100209
- name: { kind: "Name", value: "pageInfo" },
100210
- selectionSet: {
100211
- kind: "SelectionSet",
100212
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
100213
- },
100214
- },
100215
- ],
100216
- },
100217
- },
100218
- ],
100219
- },
100220
- },
100221
- ...OrganizationFragmentDoc.definitions,
100222
- ...PageInfoFragmentDoc.definitions,
100223
- ],
100224
- };
100225
100789
  const FavoriteDocument = {
100226
100790
  kind: "Document",
100227
100791
  definitions: [
@@ -101822,6 +102386,190 @@ const Issue_SubscribersDocument = {
101822
102386
  ...UserConnectionFragmentDoc.definitions,
101823
102387
  ],
101824
102388
  };
102389
+ const IssueFigmaFileKeySearchDocument = {
102390
+ kind: "Document",
102391
+ definitions: [
102392
+ {
102393
+ kind: "OperationDefinition",
102394
+ operation: "query",
102395
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
102396
+ variableDefinitions: [
102397
+ {
102398
+ kind: "VariableDefinition",
102399
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
102400
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102401
+ },
102402
+ {
102403
+ kind: "VariableDefinition",
102404
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
102405
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102406
+ },
102407
+ {
102408
+ kind: "VariableDefinition",
102409
+ variable: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
102410
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102411
+ },
102412
+ {
102413
+ kind: "VariableDefinition",
102414
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
102415
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102416
+ },
102417
+ {
102418
+ kind: "VariableDefinition",
102419
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102420
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
102421
+ },
102422
+ {
102423
+ kind: "VariableDefinition",
102424
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
102425
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102426
+ },
102427
+ {
102428
+ kind: "VariableDefinition",
102429
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102430
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
102431
+ },
102432
+ ],
102433
+ selectionSet: {
102434
+ kind: "SelectionSet",
102435
+ selections: [
102436
+ {
102437
+ kind: "Field",
102438
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
102439
+ arguments: [
102440
+ {
102441
+ kind: "Argument",
102442
+ name: { kind: "Name", value: "after" },
102443
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
102444
+ },
102445
+ {
102446
+ kind: "Argument",
102447
+ name: { kind: "Name", value: "before" },
102448
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
102449
+ },
102450
+ {
102451
+ kind: "Argument",
102452
+ name: { kind: "Name", value: "fileKey" },
102453
+ value: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
102454
+ },
102455
+ {
102456
+ kind: "Argument",
102457
+ name: { kind: "Name", value: "first" },
102458
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
102459
+ },
102460
+ {
102461
+ kind: "Argument",
102462
+ name: { kind: "Name", value: "includeArchived" },
102463
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102464
+ },
102465
+ {
102466
+ kind: "Argument",
102467
+ name: { kind: "Name", value: "last" },
102468
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
102469
+ },
102470
+ {
102471
+ kind: "Argument",
102472
+ name: { kind: "Name", value: "orderBy" },
102473
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102474
+ },
102475
+ ],
102476
+ selectionSet: {
102477
+ kind: "SelectionSet",
102478
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
102479
+ },
102480
+ },
102481
+ ],
102482
+ },
102483
+ },
102484
+ ...IssueConnectionFragmentDoc.definitions,
102485
+ ],
102486
+ };
102487
+ const IssueFilterSuggestionDocument = {
102488
+ kind: "Document",
102489
+ definitions: [
102490
+ {
102491
+ kind: "OperationDefinition",
102492
+ operation: "query",
102493
+ name: { kind: "Name", value: "issueFilterSuggestion" },
102494
+ variableDefinitions: [
102495
+ {
102496
+ kind: "VariableDefinition",
102497
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
102498
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102499
+ },
102500
+ ],
102501
+ selectionSet: {
102502
+ kind: "SelectionSet",
102503
+ selections: [
102504
+ {
102505
+ kind: "Field",
102506
+ name: { kind: "Name", value: "issueFilterSuggestion" },
102507
+ arguments: [
102508
+ {
102509
+ kind: "Argument",
102510
+ name: { kind: "Name", value: "prompt" },
102511
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
102512
+ },
102513
+ ],
102514
+ selectionSet: {
102515
+ kind: "SelectionSet",
102516
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } }],
102517
+ },
102518
+ },
102519
+ ],
102520
+ },
102521
+ },
102522
+ ...IssueFilterSuggestionPayloadFragmentDoc.definitions,
102523
+ ],
102524
+ };
102525
+ const IssueImportCheckCsvDocument = {
102526
+ kind: "Document",
102527
+ definitions: [
102528
+ {
102529
+ kind: "OperationDefinition",
102530
+ operation: "query",
102531
+ name: { kind: "Name", value: "issueImportCheckCSV" },
102532
+ variableDefinitions: [
102533
+ {
102534
+ kind: "VariableDefinition",
102535
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
102536
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102537
+ },
102538
+ {
102539
+ kind: "VariableDefinition",
102540
+ variable: { kind: "Variable", name: { kind: "Name", value: "service" } },
102541
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102542
+ },
102543
+ ],
102544
+ selectionSet: {
102545
+ kind: "SelectionSet",
102546
+ selections: [
102547
+ {
102548
+ kind: "Field",
102549
+ name: { kind: "Name", value: "issueImportCheckCSV" },
102550
+ arguments: [
102551
+ {
102552
+ kind: "Argument",
102553
+ name: { kind: "Name", value: "csvUrl" },
102554
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
102555
+ },
102556
+ {
102557
+ kind: "Argument",
102558
+ name: { kind: "Name", value: "service" },
102559
+ value: { kind: "Variable", name: { kind: "Name", value: "service" } },
102560
+ },
102561
+ ],
102562
+ selectionSet: {
102563
+ kind: "SelectionSet",
102564
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportCheckPayload" } }],
102565
+ },
102566
+ },
102567
+ ],
102568
+ },
102569
+ },
102570
+ ...IssueImportCheckPayloadFragmentDoc.definitions,
102571
+ ],
102572
+ };
101825
102573
  const IssueImportFinishGithubOAuthDocument = {
101826
102574
  kind: "Document",
101827
102575
  definitions: [
@@ -105325,17 +106073,17 @@ const Project_TeamsDocument = {
105325
106073
  ...TeamConnectionFragmentDoc.definitions,
105326
106074
  ],
105327
106075
  };
105328
- const ProjectLinkDocument = {
106076
+ const ProjectFilterSuggestionDocument = {
105329
106077
  kind: "Document",
105330
106078
  definitions: [
105331
106079
  {
105332
106080
  kind: "OperationDefinition",
105333
106081
  operation: "query",
105334
- name: { kind: "Name", value: "projectLink" },
106082
+ name: { kind: "Name", value: "projectFilterSuggestion" },
105335
106083
  variableDefinitions: [
105336
106084
  {
105337
106085
  kind: "VariableDefinition",
105338
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106086
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
105339
106087
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105340
106088
  },
105341
106089
  ],
@@ -105344,158 +106092,32 @@ const ProjectLinkDocument = {
105344
106092
  selections: [
105345
106093
  {
105346
106094
  kind: "Field",
105347
- name: { kind: "Name", value: "projectLink" },
106095
+ name: { kind: "Name", value: "projectFilterSuggestion" },
105348
106096
  arguments: [
105349
106097
  {
105350
106098
  kind: "Argument",
105351
- name: { kind: "Name", value: "id" },
105352
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106099
+ name: { kind: "Name", value: "prompt" },
106100
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
105353
106101
  },
105354
106102
  ],
105355
106103
  selectionSet: {
105356
106104
  kind: "SelectionSet",
105357
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
106105
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
105358
106106
  },
105359
106107
  },
105360
106108
  ],
105361
106109
  },
105362
106110
  },
105363
- ...ProjectLinkFragmentDoc.definitions,
106111
+ ...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
105364
106112
  ],
105365
106113
  };
105366
- const ProjectLinksDocument = {
105367
- kind: "Document",
105368
- definitions: [
105369
- {
105370
- kind: "OperationDefinition",
105371
- operation: "query",
105372
- name: { kind: "Name", value: "projectLinks" },
105373
- variableDefinitions: [
105374
- {
105375
- kind: "VariableDefinition",
105376
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
105377
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105378
- },
105379
- {
105380
- kind: "VariableDefinition",
105381
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
105382
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105383
- },
105384
- {
105385
- kind: "VariableDefinition",
105386
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
105387
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
105388
- },
105389
- {
105390
- kind: "VariableDefinition",
105391
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
105392
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
105393
- },
105394
- {
105395
- kind: "VariableDefinition",
105396
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
105397
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
105398
- },
105399
- {
105400
- kind: "VariableDefinition",
105401
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105402
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
105403
- },
105404
- ],
105405
- selectionSet: {
105406
- kind: "SelectionSet",
105407
- selections: [
105408
- {
105409
- kind: "Field",
105410
- name: { kind: "Name", value: "projectLinks" },
105411
- arguments: [
105412
- {
105413
- kind: "Argument",
105414
- name: { kind: "Name", value: "after" },
105415
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
105416
- },
105417
- {
105418
- kind: "Argument",
105419
- name: { kind: "Name", value: "before" },
105420
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
105421
- },
105422
- {
105423
- kind: "Argument",
105424
- name: { kind: "Name", value: "first" },
105425
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
105426
- },
105427
- {
105428
- kind: "Argument",
105429
- name: { kind: "Name", value: "includeArchived" },
105430
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
105431
- },
105432
- {
105433
- kind: "Argument",
105434
- name: { kind: "Name", value: "last" },
105435
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
105436
- },
105437
- {
105438
- kind: "Argument",
105439
- name: { kind: "Name", value: "orderBy" },
105440
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105441
- },
105442
- ],
105443
- selectionSet: {
105444
- kind: "SelectionSet",
105445
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
105446
- },
105447
- },
105448
- ],
105449
- },
105450
- },
105451
- ...ProjectLinkConnectionFragmentDoc.definitions,
105452
- ],
105453
- };
105454
- const ProjectUpdateDocument = {
105455
- kind: "Document",
105456
- definitions: [
105457
- {
105458
- kind: "OperationDefinition",
105459
- operation: "query",
105460
- name: { kind: "Name", value: "projectUpdate" },
105461
- variableDefinitions: [
105462
- {
105463
- kind: "VariableDefinition",
105464
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
105465
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105466
- },
105467
- ],
105468
- selectionSet: {
105469
- kind: "SelectionSet",
105470
- selections: [
105471
- {
105472
- kind: "Field",
105473
- name: { kind: "Name", value: "projectUpdate" },
105474
- arguments: [
105475
- {
105476
- kind: "Argument",
105477
- name: { kind: "Name", value: "id" },
105478
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
105479
- },
105480
- ],
105481
- selectionSet: {
105482
- kind: "SelectionSet",
105483
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
105484
- },
105485
- },
105486
- ],
105487
- },
105488
- },
105489
- ...ProjectUpdateFragmentDoc.definitions,
105490
- ],
105491
- };
105492
- const ProjectUpdateInteractionDocument = {
106114
+ const ProjectLinkDocument = {
105493
106115
  kind: "Document",
105494
106116
  definitions: [
105495
106117
  {
105496
106118
  kind: "OperationDefinition",
105497
106119
  operation: "query",
105498
- name: { kind: "Name", value: "projectUpdateInteraction" },
106120
+ name: { kind: "Name", value: "projectLink" },
105499
106121
  variableDefinitions: [
105500
106122
  {
105501
106123
  kind: "VariableDefinition",
@@ -105508,7 +106130,7 @@ const ProjectUpdateInteractionDocument = {
105508
106130
  selections: [
105509
106131
  {
105510
106132
  kind: "Field",
105511
- name: { kind: "Name", value: "projectUpdateInteraction" },
106133
+ name: { kind: "Name", value: "projectLink" },
105512
106134
  arguments: [
105513
106135
  {
105514
106136
  kind: "Argument",
@@ -105518,22 +106140,186 @@ const ProjectUpdateInteractionDocument = {
105518
106140
  ],
105519
106141
  selectionSet: {
105520
106142
  kind: "SelectionSet",
105521
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateInteraction" } }],
106143
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
105522
106144
  },
105523
106145
  },
105524
106146
  ],
105525
106147
  },
105526
106148
  },
105527
- ...ProjectUpdateInteractionFragmentDoc.definitions,
106149
+ ...ProjectLinkFragmentDoc.definitions,
105528
106150
  ],
105529
106151
  };
105530
- const ProjectUpdateInteractionsDocument = {
106152
+ const ProjectLinksDocument = {
105531
106153
  kind: "Document",
105532
106154
  definitions: [
105533
106155
  {
105534
106156
  kind: "OperationDefinition",
105535
106157
  operation: "query",
105536
- name: { kind: "Name", value: "projectUpdateInteractions" },
106158
+ name: { kind: "Name", value: "projectLinks" },
106159
+ variableDefinitions: [
106160
+ {
106161
+ kind: "VariableDefinition",
106162
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106163
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106164
+ },
106165
+ {
106166
+ kind: "VariableDefinition",
106167
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106168
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106169
+ },
106170
+ {
106171
+ kind: "VariableDefinition",
106172
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106173
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106174
+ },
106175
+ {
106176
+ kind: "VariableDefinition",
106177
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106178
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106179
+ },
106180
+ {
106181
+ kind: "VariableDefinition",
106182
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106183
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106184
+ },
106185
+ {
106186
+ kind: "VariableDefinition",
106187
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106188
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106189
+ },
106190
+ ],
106191
+ selectionSet: {
106192
+ kind: "SelectionSet",
106193
+ selections: [
106194
+ {
106195
+ kind: "Field",
106196
+ name: { kind: "Name", value: "projectLinks" },
106197
+ arguments: [
106198
+ {
106199
+ kind: "Argument",
106200
+ name: { kind: "Name", value: "after" },
106201
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106202
+ },
106203
+ {
106204
+ kind: "Argument",
106205
+ name: { kind: "Name", value: "before" },
106206
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106207
+ },
106208
+ {
106209
+ kind: "Argument",
106210
+ name: { kind: "Name", value: "first" },
106211
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106212
+ },
106213
+ {
106214
+ kind: "Argument",
106215
+ name: { kind: "Name", value: "includeArchived" },
106216
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106217
+ },
106218
+ {
106219
+ kind: "Argument",
106220
+ name: { kind: "Name", value: "last" },
106221
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106222
+ },
106223
+ {
106224
+ kind: "Argument",
106225
+ name: { kind: "Name", value: "orderBy" },
106226
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106227
+ },
106228
+ ],
106229
+ selectionSet: {
106230
+ kind: "SelectionSet",
106231
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
106232
+ },
106233
+ },
106234
+ ],
106235
+ },
106236
+ },
106237
+ ...ProjectLinkConnectionFragmentDoc.definitions,
106238
+ ],
106239
+ };
106240
+ const ProjectUpdateDocument = {
106241
+ kind: "Document",
106242
+ definitions: [
106243
+ {
106244
+ kind: "OperationDefinition",
106245
+ operation: "query",
106246
+ name: { kind: "Name", value: "projectUpdate" },
106247
+ variableDefinitions: [
106248
+ {
106249
+ kind: "VariableDefinition",
106250
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106251
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106252
+ },
106253
+ ],
106254
+ selectionSet: {
106255
+ kind: "SelectionSet",
106256
+ selections: [
106257
+ {
106258
+ kind: "Field",
106259
+ name: { kind: "Name", value: "projectUpdate" },
106260
+ arguments: [
106261
+ {
106262
+ kind: "Argument",
106263
+ name: { kind: "Name", value: "id" },
106264
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106265
+ },
106266
+ ],
106267
+ selectionSet: {
106268
+ kind: "SelectionSet",
106269
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
106270
+ },
106271
+ },
106272
+ ],
106273
+ },
106274
+ },
106275
+ ...ProjectUpdateFragmentDoc.definitions,
106276
+ ],
106277
+ };
106278
+ const ProjectUpdateInteractionDocument = {
106279
+ kind: "Document",
106280
+ definitions: [
106281
+ {
106282
+ kind: "OperationDefinition",
106283
+ operation: "query",
106284
+ name: { kind: "Name", value: "projectUpdateInteraction" },
106285
+ variableDefinitions: [
106286
+ {
106287
+ kind: "VariableDefinition",
106288
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106289
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106290
+ },
106291
+ ],
106292
+ selectionSet: {
106293
+ kind: "SelectionSet",
106294
+ selections: [
106295
+ {
106296
+ kind: "Field",
106297
+ name: { kind: "Name", value: "projectUpdateInteraction" },
106298
+ arguments: [
106299
+ {
106300
+ kind: "Argument",
106301
+ name: { kind: "Name", value: "id" },
106302
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106303
+ },
106304
+ ],
106305
+ selectionSet: {
106306
+ kind: "SelectionSet",
106307
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateInteraction" } }],
106308
+ },
106309
+ },
106310
+ ],
106311
+ },
106312
+ },
106313
+ ...ProjectUpdateInteractionFragmentDoc.definitions,
106314
+ ],
106315
+ };
106316
+ const ProjectUpdateInteractionsDocument = {
106317
+ kind: "Document",
106318
+ definitions: [
106319
+ {
106320
+ kind: "OperationDefinition",
106321
+ operation: "query",
106322
+ name: { kind: "Name", value: "projectUpdateInteractions" },
105537
106323
  variableDefinitions: [
105538
106324
  {
105539
106325
  kind: "VariableDefinition",
@@ -106090,7 +106876,618 @@ const RoadmapToProjectsDocument = {
106090
106876
  selections: [
106091
106877
  {
106092
106878
  kind: "Field",
106093
- name: { kind: "Name", value: "roadmapToProjects" },
106879
+ name: { kind: "Name", value: "roadmapToProjects" },
106880
+ arguments: [
106881
+ {
106882
+ kind: "Argument",
106883
+ name: { kind: "Name", value: "after" },
106884
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106885
+ },
106886
+ {
106887
+ kind: "Argument",
106888
+ name: { kind: "Name", value: "before" },
106889
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106890
+ },
106891
+ {
106892
+ kind: "Argument",
106893
+ name: { kind: "Name", value: "first" },
106894
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106895
+ },
106896
+ {
106897
+ kind: "Argument",
106898
+ name: { kind: "Name", value: "includeArchived" },
106899
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106900
+ },
106901
+ {
106902
+ kind: "Argument",
106903
+ name: { kind: "Name", value: "last" },
106904
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106905
+ },
106906
+ {
106907
+ kind: "Argument",
106908
+ name: { kind: "Name", value: "orderBy" },
106909
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106910
+ },
106911
+ ],
106912
+ selectionSet: {
106913
+ kind: "SelectionSet",
106914
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
106915
+ },
106916
+ },
106917
+ ],
106918
+ },
106919
+ },
106920
+ ...RoadmapToProjectConnectionFragmentDoc.definitions,
106921
+ ],
106922
+ };
106923
+ const RoadmapsDocument = {
106924
+ kind: "Document",
106925
+ definitions: [
106926
+ {
106927
+ kind: "OperationDefinition",
106928
+ operation: "query",
106929
+ name: { kind: "Name", value: "roadmaps" },
106930
+ variableDefinitions: [
106931
+ {
106932
+ kind: "VariableDefinition",
106933
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106934
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106935
+ },
106936
+ {
106937
+ kind: "VariableDefinition",
106938
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106939
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106940
+ },
106941
+ {
106942
+ kind: "VariableDefinition",
106943
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106944
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106945
+ },
106946
+ {
106947
+ kind: "VariableDefinition",
106948
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106949
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106950
+ },
106951
+ {
106952
+ kind: "VariableDefinition",
106953
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106954
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106955
+ },
106956
+ {
106957
+ kind: "VariableDefinition",
106958
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106959
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106960
+ },
106961
+ ],
106962
+ selectionSet: {
106963
+ kind: "SelectionSet",
106964
+ selections: [
106965
+ {
106966
+ kind: "Field",
106967
+ name: { kind: "Name", value: "roadmaps" },
106968
+ arguments: [
106969
+ {
106970
+ kind: "Argument",
106971
+ name: { kind: "Name", value: "after" },
106972
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106973
+ },
106974
+ {
106975
+ kind: "Argument",
106976
+ name: { kind: "Name", value: "before" },
106977
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106978
+ },
106979
+ {
106980
+ kind: "Argument",
106981
+ name: { kind: "Name", value: "first" },
106982
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106983
+ },
106984
+ {
106985
+ kind: "Argument",
106986
+ name: { kind: "Name", value: "includeArchived" },
106987
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106988
+ },
106989
+ {
106990
+ kind: "Argument",
106991
+ name: { kind: "Name", value: "last" },
106992
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106993
+ },
106994
+ {
106995
+ kind: "Argument",
106996
+ name: { kind: "Name", value: "orderBy" },
106997
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106998
+ },
106999
+ ],
107000
+ selectionSet: {
107001
+ kind: "SelectionSet",
107002
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
107003
+ },
107004
+ },
107005
+ ],
107006
+ },
107007
+ },
107008
+ ...RoadmapConnectionFragmentDoc.definitions,
107009
+ ],
107010
+ };
107011
+ const SearchDocumentsDocument = {
107012
+ kind: "Document",
107013
+ definitions: [
107014
+ {
107015
+ kind: "OperationDefinition",
107016
+ operation: "query",
107017
+ name: { kind: "Name", value: "searchDocuments" },
107018
+ variableDefinitions: [
107019
+ {
107020
+ kind: "VariableDefinition",
107021
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107022
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107023
+ },
107024
+ {
107025
+ kind: "VariableDefinition",
107026
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107027
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107028
+ },
107029
+ {
107030
+ kind: "VariableDefinition",
107031
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107032
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107033
+ },
107034
+ {
107035
+ kind: "VariableDefinition",
107036
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107037
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107038
+ },
107039
+ {
107040
+ kind: "VariableDefinition",
107041
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107042
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107043
+ },
107044
+ {
107045
+ kind: "VariableDefinition",
107046
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107047
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107048
+ },
107049
+ {
107050
+ kind: "VariableDefinition",
107051
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107052
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107053
+ },
107054
+ ],
107055
+ selectionSet: {
107056
+ kind: "SelectionSet",
107057
+ selections: [
107058
+ {
107059
+ kind: "Field",
107060
+ name: { kind: "Name", value: "searchDocuments" },
107061
+ arguments: [
107062
+ {
107063
+ kind: "Argument",
107064
+ name: { kind: "Name", value: "after" },
107065
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107066
+ },
107067
+ {
107068
+ kind: "Argument",
107069
+ name: { kind: "Name", value: "before" },
107070
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107071
+ },
107072
+ {
107073
+ kind: "Argument",
107074
+ name: { kind: "Name", value: "first" },
107075
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107076
+ },
107077
+ {
107078
+ kind: "Argument",
107079
+ name: { kind: "Name", value: "includeArchived" },
107080
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107081
+ },
107082
+ {
107083
+ kind: "Argument",
107084
+ name: { kind: "Name", value: "last" },
107085
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107086
+ },
107087
+ {
107088
+ kind: "Argument",
107089
+ name: { kind: "Name", value: "orderBy" },
107090
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107091
+ },
107092
+ {
107093
+ kind: "Argument",
107094
+ name: { kind: "Name", value: "term" },
107095
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107096
+ },
107097
+ ],
107098
+ selectionSet: {
107099
+ kind: "SelectionSet",
107100
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchPayload" } }],
107101
+ },
107102
+ },
107103
+ ],
107104
+ },
107105
+ },
107106
+ ...DocumentSearchPayloadFragmentDoc.definitions,
107107
+ ],
107108
+ };
107109
+ const SearchDocuments_ArchivePayloadDocument = {
107110
+ kind: "Document",
107111
+ definitions: [
107112
+ {
107113
+ kind: "OperationDefinition",
107114
+ operation: "query",
107115
+ name: { kind: "Name", value: "searchDocuments_archivePayload" },
107116
+ variableDefinitions: [
107117
+ {
107118
+ kind: "VariableDefinition",
107119
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107120
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107121
+ },
107122
+ {
107123
+ kind: "VariableDefinition",
107124
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107125
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107126
+ },
107127
+ {
107128
+ kind: "VariableDefinition",
107129
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107130
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107131
+ },
107132
+ {
107133
+ kind: "VariableDefinition",
107134
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107135
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107136
+ },
107137
+ {
107138
+ kind: "VariableDefinition",
107139
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107140
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107141
+ },
107142
+ {
107143
+ kind: "VariableDefinition",
107144
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107145
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107146
+ },
107147
+ {
107148
+ kind: "VariableDefinition",
107149
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107150
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107151
+ },
107152
+ ],
107153
+ selectionSet: {
107154
+ kind: "SelectionSet",
107155
+ selections: [
107156
+ {
107157
+ kind: "Field",
107158
+ name: { kind: "Name", value: "searchDocuments" },
107159
+ arguments: [
107160
+ {
107161
+ kind: "Argument",
107162
+ name: { kind: "Name", value: "after" },
107163
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107164
+ },
107165
+ {
107166
+ kind: "Argument",
107167
+ name: { kind: "Name", value: "before" },
107168
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107169
+ },
107170
+ {
107171
+ kind: "Argument",
107172
+ name: { kind: "Name", value: "first" },
107173
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107174
+ },
107175
+ {
107176
+ kind: "Argument",
107177
+ name: { kind: "Name", value: "includeArchived" },
107178
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107179
+ },
107180
+ {
107181
+ kind: "Argument",
107182
+ name: { kind: "Name", value: "last" },
107183
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107184
+ },
107185
+ {
107186
+ kind: "Argument",
107187
+ name: { kind: "Name", value: "orderBy" },
107188
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107189
+ },
107190
+ {
107191
+ kind: "Argument",
107192
+ name: { kind: "Name", value: "term" },
107193
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107194
+ },
107195
+ ],
107196
+ selectionSet: {
107197
+ kind: "SelectionSet",
107198
+ selections: [
107199
+ {
107200
+ kind: "Field",
107201
+ name: { kind: "Name", value: "archivePayload" },
107202
+ selectionSet: {
107203
+ kind: "SelectionSet",
107204
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107205
+ },
107206
+ },
107207
+ ],
107208
+ },
107209
+ },
107210
+ ],
107211
+ },
107212
+ },
107213
+ ...ArchiveResponseFragmentDoc.definitions,
107214
+ ],
107215
+ };
107216
+ const SearchIssuesDocument = {
107217
+ kind: "Document",
107218
+ definitions: [
107219
+ {
107220
+ kind: "OperationDefinition",
107221
+ operation: "query",
107222
+ name: { kind: "Name", value: "searchIssues" },
107223
+ variableDefinitions: [
107224
+ {
107225
+ kind: "VariableDefinition",
107226
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107227
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107228
+ },
107229
+ {
107230
+ kind: "VariableDefinition",
107231
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107232
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107233
+ },
107234
+ {
107235
+ kind: "VariableDefinition",
107236
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107237
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
107238
+ },
107239
+ {
107240
+ kind: "VariableDefinition",
107241
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107242
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107243
+ },
107244
+ {
107245
+ kind: "VariableDefinition",
107246
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107247
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107248
+ },
107249
+ {
107250
+ kind: "VariableDefinition",
107251
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107252
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107253
+ },
107254
+ {
107255
+ kind: "VariableDefinition",
107256
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107257
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107258
+ },
107259
+ {
107260
+ kind: "VariableDefinition",
107261
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107262
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107263
+ },
107264
+ ],
107265
+ selectionSet: {
107266
+ kind: "SelectionSet",
107267
+ selections: [
107268
+ {
107269
+ kind: "Field",
107270
+ name: { kind: "Name", value: "searchIssues" },
107271
+ arguments: [
107272
+ {
107273
+ kind: "Argument",
107274
+ name: { kind: "Name", value: "after" },
107275
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107276
+ },
107277
+ {
107278
+ kind: "Argument",
107279
+ name: { kind: "Name", value: "before" },
107280
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107281
+ },
107282
+ {
107283
+ kind: "Argument",
107284
+ name: { kind: "Name", value: "filter" },
107285
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107286
+ },
107287
+ {
107288
+ kind: "Argument",
107289
+ name: { kind: "Name", value: "first" },
107290
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107291
+ },
107292
+ {
107293
+ kind: "Argument",
107294
+ name: { kind: "Name", value: "includeArchived" },
107295
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107296
+ },
107297
+ {
107298
+ kind: "Argument",
107299
+ name: { kind: "Name", value: "last" },
107300
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107301
+ },
107302
+ {
107303
+ kind: "Argument",
107304
+ name: { kind: "Name", value: "orderBy" },
107305
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107306
+ },
107307
+ {
107308
+ kind: "Argument",
107309
+ name: { kind: "Name", value: "term" },
107310
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107311
+ },
107312
+ ],
107313
+ selectionSet: {
107314
+ kind: "SelectionSet",
107315
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchPayload" } }],
107316
+ },
107317
+ },
107318
+ ],
107319
+ },
107320
+ },
107321
+ ...IssueSearchPayloadFragmentDoc.definitions,
107322
+ ],
107323
+ };
107324
+ const SearchIssues_ArchivePayloadDocument = {
107325
+ kind: "Document",
107326
+ definitions: [
107327
+ {
107328
+ kind: "OperationDefinition",
107329
+ operation: "query",
107330
+ name: { kind: "Name", value: "searchIssues_archivePayload" },
107331
+ variableDefinitions: [
107332
+ {
107333
+ kind: "VariableDefinition",
107334
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107335
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107336
+ },
107337
+ {
107338
+ kind: "VariableDefinition",
107339
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107340
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107341
+ },
107342
+ {
107343
+ kind: "VariableDefinition",
107344
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107345
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
107346
+ },
107347
+ {
107348
+ kind: "VariableDefinition",
107349
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107350
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107351
+ },
107352
+ {
107353
+ kind: "VariableDefinition",
107354
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107355
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107356
+ },
107357
+ {
107358
+ kind: "VariableDefinition",
107359
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107360
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107361
+ },
107362
+ {
107363
+ kind: "VariableDefinition",
107364
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107365
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107366
+ },
107367
+ {
107368
+ kind: "VariableDefinition",
107369
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107370
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107371
+ },
107372
+ ],
107373
+ selectionSet: {
107374
+ kind: "SelectionSet",
107375
+ selections: [
107376
+ {
107377
+ kind: "Field",
107378
+ name: { kind: "Name", value: "searchIssues" },
107379
+ arguments: [
107380
+ {
107381
+ kind: "Argument",
107382
+ name: { kind: "Name", value: "after" },
107383
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107384
+ },
107385
+ {
107386
+ kind: "Argument",
107387
+ name: { kind: "Name", value: "before" },
107388
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107389
+ },
107390
+ {
107391
+ kind: "Argument",
107392
+ name: { kind: "Name", value: "filter" },
107393
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107394
+ },
107395
+ {
107396
+ kind: "Argument",
107397
+ name: { kind: "Name", value: "first" },
107398
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107399
+ },
107400
+ {
107401
+ kind: "Argument",
107402
+ name: { kind: "Name", value: "includeArchived" },
107403
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107404
+ },
107405
+ {
107406
+ kind: "Argument",
107407
+ name: { kind: "Name", value: "last" },
107408
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107409
+ },
107410
+ {
107411
+ kind: "Argument",
107412
+ name: { kind: "Name", value: "orderBy" },
107413
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107414
+ },
107415
+ {
107416
+ kind: "Argument",
107417
+ name: { kind: "Name", value: "term" },
107418
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107419
+ },
107420
+ ],
107421
+ selectionSet: {
107422
+ kind: "SelectionSet",
107423
+ selections: [
107424
+ {
107425
+ kind: "Field",
107426
+ name: { kind: "Name", value: "archivePayload" },
107427
+ selectionSet: {
107428
+ kind: "SelectionSet",
107429
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107430
+ },
107431
+ },
107432
+ ],
107433
+ },
107434
+ },
107435
+ ],
107436
+ },
107437
+ },
107438
+ ...ArchiveResponseFragmentDoc.definitions,
107439
+ ],
107440
+ };
107441
+ const SearchProjectsDocument = {
107442
+ kind: "Document",
107443
+ definitions: [
107444
+ {
107445
+ kind: "OperationDefinition",
107446
+ operation: "query",
107447
+ name: { kind: "Name", value: "searchProjects" },
107448
+ variableDefinitions: [
107449
+ {
107450
+ kind: "VariableDefinition",
107451
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107452
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107453
+ },
107454
+ {
107455
+ kind: "VariableDefinition",
107456
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107457
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107458
+ },
107459
+ {
107460
+ kind: "VariableDefinition",
107461
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107462
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107463
+ },
107464
+ {
107465
+ kind: "VariableDefinition",
107466
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107467
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107468
+ },
107469
+ {
107470
+ kind: "VariableDefinition",
107471
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107472
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107473
+ },
107474
+ {
107475
+ kind: "VariableDefinition",
107476
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107477
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107478
+ },
107479
+ {
107480
+ kind: "VariableDefinition",
107481
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107482
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107483
+ },
107484
+ ],
107485
+ selectionSet: {
107486
+ kind: "SelectionSet",
107487
+ selections: [
107488
+ {
107489
+ kind: "Field",
107490
+ name: { kind: "Name", value: "searchProjects" },
106094
107491
  arguments: [
106095
107492
  {
106096
107493
  kind: "Argument",
@@ -106122,25 +107519,30 @@ const RoadmapToProjectsDocument = {
106122
107519
  name: { kind: "Name", value: "orderBy" },
106123
107520
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106124
107521
  },
107522
+ {
107523
+ kind: "Argument",
107524
+ name: { kind: "Name", value: "term" },
107525
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107526
+ },
106125
107527
  ],
106126
107528
  selectionSet: {
106127
107529
  kind: "SelectionSet",
106128
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
107530
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchPayload" } }],
106129
107531
  },
106130
107532
  },
106131
107533
  ],
106132
107534
  },
106133
107535
  },
106134
- ...RoadmapToProjectConnectionFragmentDoc.definitions,
107536
+ ...ProjectSearchPayloadFragmentDoc.definitions,
106135
107537
  ],
106136
107538
  };
106137
- const RoadmapsDocument = {
107539
+ const SearchProjects_ArchivePayloadDocument = {
106138
107540
  kind: "Document",
106139
107541
  definitions: [
106140
107542
  {
106141
107543
  kind: "OperationDefinition",
106142
107544
  operation: "query",
106143
- name: { kind: "Name", value: "roadmaps" },
107545
+ name: { kind: "Name", value: "searchProjects_archivePayload" },
106144
107546
  variableDefinitions: [
106145
107547
  {
106146
107548
  kind: "VariableDefinition",
@@ -106172,13 +107574,18 @@ const RoadmapsDocument = {
106172
107574
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106173
107575
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106174
107576
  },
107577
+ {
107578
+ kind: "VariableDefinition",
107579
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107580
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107581
+ },
106175
107582
  ],
106176
107583
  selectionSet: {
106177
107584
  kind: "SelectionSet",
106178
107585
  selections: [
106179
107586
  {
106180
107587
  kind: "Field",
106181
- name: { kind: "Name", value: "roadmaps" },
107588
+ name: { kind: "Name", value: "searchProjects" },
106182
107589
  arguments: [
106183
107590
  {
106184
107591
  kind: "Argument",
@@ -106210,16 +107617,30 @@ const RoadmapsDocument = {
106210
107617
  name: { kind: "Name", value: "orderBy" },
106211
107618
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106212
107619
  },
107620
+ {
107621
+ kind: "Argument",
107622
+ name: { kind: "Name", value: "term" },
107623
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107624
+ },
106213
107625
  ],
106214
107626
  selectionSet: {
106215
107627
  kind: "SelectionSet",
106216
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
107628
+ selections: [
107629
+ {
107630
+ kind: "Field",
107631
+ name: { kind: "Name", value: "archivePayload" },
107632
+ selectionSet: {
107633
+ kind: "SelectionSet",
107634
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107635
+ },
107636
+ },
107637
+ ],
106217
107638
  },
106218
107639
  },
106219
107640
  ],
106220
107641
  },
106221
107642
  },
106222
- ...RoadmapConnectionFragmentDoc.definitions,
107643
+ ...ArchiveResponseFragmentDoc.definitions,
106223
107644
  ],
106224
107645
  };
106225
107646
  const SsoUrlFromEmailDocument = {
@@ -109127,7 +110548,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109127
110548
  get WorkflowTriggerType () { return WorkflowTriggerType; },
109128
110549
  get WorkflowType () { return WorkflowType; },
109129
110550
  EntityFragmentDoc: EntityFragmentDoc,
109130
- PersonalNoteFragmentDoc: PersonalNoteFragmentDoc,
110551
+ DocumentContentFragmentDoc: DocumentContentFragmentDoc,
109131
110552
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
109132
110553
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
109133
110554
  TemplateFragmentDoc: TemplateFragmentDoc,
@@ -109184,6 +110605,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109184
110605
  DocumentFragmentDoc: DocumentFragmentDoc,
109185
110606
  DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
109186
110607
  DocumentPayloadFragmentDoc: DocumentPayloadFragmentDoc,
110608
+ ArchiveResponseFragmentDoc: ArchiveResponseFragmentDoc,
110609
+ DocumentSearchResultFragmentDoc: DocumentSearchResultFragmentDoc,
110610
+ DocumentSearchPayloadFragmentDoc: DocumentSearchPayloadFragmentDoc,
110611
+ DocumentSearchResultConnectionFragmentDoc: DocumentSearchResultConnectionFragmentDoc,
109187
110612
  EmailUnsubscribePayloadFragmentDoc: EmailUnsubscribePayloadFragmentDoc,
109188
110613
  EmailUserAccountAuthChallengeResponseFragmentDoc: EmailUserAccountAuthChallengeResponseFragmentDoc,
109189
110614
  EmojiFragmentDoc: EmojiFragmentDoc,
@@ -109211,10 +110636,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109211
110636
  IssueFragmentDoc: IssueFragmentDoc,
109212
110637
  IssueBatchPayloadFragmentDoc: IssueBatchPayloadFragmentDoc,
109213
110638
  IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
110639
+ IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
109214
110640
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
109215
110641
  IssueImportFragmentDoc: IssueImportFragmentDoc,
109216
110642
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
109217
110643
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
110644
+ IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
109218
110645
  IssueImportDeletePayloadFragmentDoc: IssueImportDeletePayloadFragmentDoc,
109219
110646
  IssueImportPayloadFragmentDoc: IssueImportPayloadFragmentDoc,
109220
110647
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
@@ -109225,6 +110652,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109225
110652
  IssueRelationFragmentDoc: IssueRelationFragmentDoc,
109226
110653
  IssueRelationConnectionFragmentDoc: IssueRelationConnectionFragmentDoc,
109227
110654
  IssueRelationPayloadFragmentDoc: IssueRelationPayloadFragmentDoc,
110655
+ IssueSearchResultFragmentDoc: IssueSearchResultFragmentDoc,
110656
+ IssueSearchPayloadFragmentDoc: IssueSearchPayloadFragmentDoc,
110657
+ IssueSearchResultConnectionFragmentDoc: IssueSearchResultConnectionFragmentDoc,
109228
110658
  LogoutResponseFragmentDoc: LogoutResponseFragmentDoc,
109229
110659
  NodeFragmentDoc: NodeFragmentDoc,
109230
110660
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
@@ -109250,6 +110680,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109250
110680
  OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
109251
110681
  ProjectFragmentDoc: ProjectFragmentDoc,
109252
110682
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
110683
+ ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
109253
110684
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
109254
110685
  ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
109255
110686
  ProjectLinkPayloadFragmentDoc: ProjectLinkPayloadFragmentDoc,
@@ -109257,6 +110688,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109257
110688
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
109258
110689
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
109259
110690
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
110691
+ ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
110692
+ ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
110693
+ ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
109260
110694
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
109261
110695
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
109262
110696
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -109351,6 +110785,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109351
110785
  FileUploadDocument: FileUploadDocument,
109352
110786
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
109353
110787
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
110788
+ ImportFileUploadDocument: ImportFileUploadDocument,
109354
110789
  DeleteIntegrationDocument: DeleteIntegrationDocument,
109355
110790
  IntegrationDiscordDocument: IntegrationDiscordDocument,
109356
110791
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -109382,6 +110817,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109382
110817
  CreateIssueDocument: CreateIssueDocument,
109383
110818
  DeleteIssueDocument: DeleteIssueDocument,
109384
110819
  IssueImportCreateAsanaDocument: IssueImportCreateAsanaDocument,
110820
+ IssueImportCreateCsvJiraDocument: IssueImportCreateCsvJiraDocument,
109385
110821
  IssueImportCreateClubhouseDocument: IssueImportCreateClubhouseDocument,
109386
110822
  IssueImportCreateGithubDocument: IssueImportCreateGithubDocument,
109387
110823
  IssueImportCreateJiraDocument: IssueImportCreateJiraDocument,
@@ -109516,8 +110952,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109516
110952
  DocumentsDocument: DocumentsDocument,
109517
110953
  EmojiDocument: EmojiDocument,
109518
110954
  EmojisDocument: EmojisDocument,
109519
- ExternalUserDocument: ExternalUserDocument,
109520
- ExternalUsersDocument: ExternalUsersDocument,
109521
110955
  FavoriteDocument: FavoriteDocument,
109522
110956
  Favorite_ChildrenDocument: Favorite_ChildrenDocument,
109523
110957
  FavoritesDocument: FavoritesDocument,
@@ -109537,6 +110971,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109537
110971
  Issue_LabelsDocument: Issue_LabelsDocument,
109538
110972
  Issue_RelationsDocument: Issue_RelationsDocument,
109539
110973
  Issue_SubscribersDocument: Issue_SubscribersDocument,
110974
+ IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
110975
+ IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
110976
+ IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
109540
110977
  IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
109541
110978
  IssueLabelDocument: IssueLabelDocument,
109542
110979
  IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
@@ -109578,6 +111015,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109578
111015
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
109579
111016
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
109580
111017
  Project_TeamsDocument: Project_TeamsDocument,
111018
+ ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
109581
111019
  ProjectLinkDocument: ProjectLinkDocument,
109582
111020
  ProjectLinksDocument: ProjectLinksDocument,
109583
111021
  ProjectUpdateDocument: ProjectUpdateDocument,
@@ -109592,6 +111030,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109592
111030
  RoadmapToProjectDocument: RoadmapToProjectDocument,
109593
111031
  RoadmapToProjectsDocument: RoadmapToProjectsDocument,
109594
111032
  RoadmapsDocument: RoadmapsDocument,
111033
+ SearchDocumentsDocument: SearchDocumentsDocument,
111034
+ SearchDocuments_ArchivePayloadDocument: SearchDocuments_ArchivePayloadDocument,
111035
+ SearchIssuesDocument: SearchIssuesDocument,
111036
+ SearchIssues_ArchivePayloadDocument: SearchIssues_ArchivePayloadDocument,
111037
+ SearchProjectsDocument: SearchProjectsDocument,
111038
+ SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
109595
111039
  SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
109596
111040
  TeamDocument: TeamDocument,
109597
111041
  Team_CyclesDocument: Team_CyclesDocument,
@@ -109836,6 +111280,21 @@ class ArchivePayload extends Request {
109836
111280
  this.success = data.success;
109837
111281
  }
109838
111282
  }
111283
+ /**
111284
+ * Contains requested archived model objects.
111285
+ *
111286
+ * @param request - function to call the graphql client
111287
+ * @param data - L.ArchiveResponseFragment response data
111288
+ */
111289
+ class ArchiveResponse extends Request {
111290
+ constructor(request, data) {
111291
+ super(request);
111292
+ this.archive = data.archive;
111293
+ this.databaseVersion = data.databaseVersion;
111294
+ this.includesDependencies = data.includesDependencies;
111295
+ this.totalCount = data.totalCount;
111296
+ }
111297
+ }
109839
111298
  /**
109840
111299
  * Issue attachment (e.g. support ticket, pull request).
109841
111300
  *
@@ -110142,6 +111601,7 @@ class CustomView extends Request {
110142
111601
  this.shared = data.shared;
110143
111602
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
110144
111603
  this._creator = data.creator;
111604
+ this._owner = data.owner;
110145
111605
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
110146
111606
  }
110147
111607
  /** The user who created the custom view. */
@@ -110152,6 +111612,10 @@ class CustomView extends Request {
110152
111612
  get organization() {
110153
111613
  return new OrganizationQuery(this._request).fetch();
110154
111614
  }
111615
+ /** The user who owns the custom view. */
111616
+ get owner() {
111617
+ return new UserQuery(this._request).fetch(this._owner.id);
111618
+ }
110155
111619
  /** The team associated with the custom view. */
110156
111620
  get team() {
110157
111621
  var _a, _b;
@@ -110210,9 +111674,9 @@ class CustomViewSuggestionPayload extends Request {
110210
111674
  constructor(request, data) {
110211
111675
  var _a, _b, _c;
110212
111676
  super(request);
110213
- this.suggestedDescription = (_a = data.suggestedDescription) !== null && _a !== void 0 ? _a : undefined;
110214
- this.suggestedIcon = (_b = data.suggestedIcon) !== null && _b !== void 0 ? _b : undefined;
110215
- this.suggestedName = (_c = data.suggestedName) !== null && _c !== void 0 ? _c : undefined;
111677
+ this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
111678
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
111679
+ this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
110216
111680
  }
110217
111681
  }
110218
111682
  /**
@@ -110362,6 +111826,30 @@ class DocumentConnection extends Connection {
110362
111826
  super(request, fetch, data.nodes.map(node => new Document(request, node)), new PageInfo(request, data.pageInfo));
110363
111827
  }
110364
111828
  }
111829
+ /**
111830
+ * A document content for a project.
111831
+ *
111832
+ * @param request - function to call the graphql client
111833
+ * @param data - L.DocumentContentFragment response data
111834
+ */
111835
+ class DocumentContent extends Request {
111836
+ constructor(request, data) {
111837
+ var _a, _b, _c, _d, _e, _f;
111838
+ super(request);
111839
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111840
+ this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
111841
+ this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
111842
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
111843
+ this.id = data.id;
111844
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
111845
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
111846
+ }
111847
+ /** The issue that the document is associated with. */
111848
+ get issue() {
111849
+ var _a, _b;
111850
+ 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;
111851
+ }
111852
+ }
110365
111853
  /**
110366
111854
  * DocumentPayload model
110367
111855
  *
@@ -110380,6 +111868,71 @@ class DocumentPayload extends Request {
110380
111868
  return new DocumentQuery(this._request).fetch(this._document.id);
110381
111869
  }
110382
111870
  }
111871
+ /**
111872
+ * DocumentSearchPayload model
111873
+ *
111874
+ * @param request - function to call the graphql client
111875
+ * @param data - L.DocumentSearchPayloadFragment response data
111876
+ */
111877
+ class DocumentSearchPayload extends Request {
111878
+ constructor(request, data) {
111879
+ super(request);
111880
+ this.totalCount = data.totalCount;
111881
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
111882
+ this.pageInfo = new PageInfo(request, data.pageInfo);
111883
+ this.nodes = data.nodes.map(node => new DocumentSearchResult(request, node));
111884
+ }
111885
+ }
111886
+ /**
111887
+ * DocumentSearchResult model
111888
+ *
111889
+ * @param request - function to call the graphql client
111890
+ * @param data - L.DocumentSearchResultFragment response data
111891
+ */
111892
+ class DocumentSearchResult extends Request {
111893
+ constructor(request, data) {
111894
+ var _a, _b, _c, _d, _e, _f, _g, _h;
111895
+ super(request);
111896
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111897
+ this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
111898
+ this.content = (_c = data.content) !== null && _c !== void 0 ? _c : undefined;
111899
+ this.contentData = (_d = parseJson(data.contentData)) !== null && _d !== void 0 ? _d : undefined;
111900
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
111901
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
111902
+ this.id = data.id;
111903
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
111904
+ this.slugId = data.slugId;
111905
+ this.title = data.title;
111906
+ this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
111907
+ this._creator = data.creator;
111908
+ this._project = data.project;
111909
+ this._updatedBy = data.updatedBy;
111910
+ }
111911
+ /** The user who created the document. */
111912
+ get creator() {
111913
+ return new UserQuery(this._request).fetch(this._creator.id);
111914
+ }
111915
+ /** The project that the document is associated with. */
111916
+ get project() {
111917
+ return new ProjectQuery(this._request).fetch(this._project.id);
111918
+ }
111919
+ /** The user who last updated the document. */
111920
+ get updatedBy() {
111921
+ return new UserQuery(this._request).fetch(this._updatedBy.id);
111922
+ }
111923
+ }
111924
+ /**
111925
+ * DocumentSearchResultConnection model
111926
+ *
111927
+ * @param request - function to call the graphql client
111928
+ * @param fetch - function to trigger a refetch of this DocumentSearchResultConnection model
111929
+ * @param data - DocumentSearchResultConnection response data
111930
+ */
111931
+ class DocumentSearchResultConnection extends Connection {
111932
+ constructor(request, fetch, data) {
111933
+ super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
111934
+ }
111935
+ }
110383
111936
  /**
110384
111937
  * EmailUnsubscribePayload model
110385
111938
  *
@@ -110559,7 +112112,7 @@ class Favorite extends Request {
110559
112112
  var _a, _b;
110560
112113
  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;
110561
112114
  }
110562
- /** The team of the favorited predefiend view. */
112115
+ /** The team of the favorited predefined view. */
110563
112116
  get predefinedViewTeam() {
110564
112117
  var _a, _b;
110565
112118
  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;
@@ -111067,7 +112620,7 @@ class IntercomSettings extends Request {
111067
112620
  */
111068
112621
  class Issue extends Request {
111069
112622
  constructor(request, data) {
111070
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
112623
+ 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;
111071
112624
  super(request);
111072
112625
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111073
112626
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -111100,10 +112653,11 @@ class Issue extends Request {
111100
112653
  this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
111101
112654
  this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
111102
112655
  this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
111103
- this._parent = (_v = data.parent) !== null && _v !== void 0 ? _v : undefined;
111104
- this._project = (_w = data.project) !== null && _w !== void 0 ? _w : undefined;
111105
- this._projectMilestone = (_x = data.projectMilestone) !== null && _x !== void 0 ? _x : undefined;
111106
- this._snoozedBy = (_y = data.snoozedBy) !== null && _y !== void 0 ? _y : undefined;
112656
+ this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
112657
+ this._parent = (_w = data.parent) !== null && _w !== void 0 ? _w : undefined;
112658
+ this._project = (_x = data.project) !== null && _x !== void 0 ? _x : undefined;
112659
+ this._projectMilestone = (_y = data.projectMilestone) !== null && _y !== void 0 ? _y : undefined;
112660
+ this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
111107
112661
  this._state = data.state;
111108
112662
  this._team = data.team;
111109
112663
  }
@@ -111122,6 +112676,11 @@ class Issue extends Request {
111122
112676
  var _a, _b;
111123
112677
  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;
111124
112678
  }
112679
+ /** The users favorite associated with this issue. */
112680
+ get favorite() {
112681
+ var _a, _b;
112682
+ 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;
112683
+ }
111125
112684
  /** The parent of the issue. */
111126
112685
  get parent() {
111127
112686
  var _a, _b;
@@ -111231,6 +112790,19 @@ class IssueConnection extends Connection {
111231
112790
  super(request, fetch, data.nodes.map(node => new Issue(request, node)), new PageInfo(request, data.pageInfo));
111232
112791
  }
111233
112792
  }
112793
+ /**
112794
+ * IssueFilterSuggestionPayload model
112795
+ *
112796
+ * @param request - function to call the graphql client
112797
+ * @param data - L.IssueFilterSuggestionPayloadFragment response data
112798
+ */
112799
+ class IssueFilterSuggestionPayload extends Request {
112800
+ constructor(request, data) {
112801
+ var _a;
112802
+ super(request);
112803
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
112804
+ }
112805
+ }
111234
112806
  /**
111235
112807
  * A record of changes to an issue.
111236
112808
  *
@@ -111398,19 +112970,21 @@ class IssueHistoryConnection extends Connection {
111398
112970
  */
111399
112971
  class IssueImport extends Request {
111400
112972
  constructor(request, data) {
111401
- var _a, _b, _c, _d, _e, _f, _g;
112973
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
111402
112974
  super(request);
111403
112975
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111404
112976
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
111405
112977
  this.creatorId = data.creatorId;
111406
- this.error = (_c = data.error) !== null && _c !== void 0 ? _c : undefined;
112978
+ this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
112979
+ this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
112980
+ this.errorMetadata = (_e = parseJson(data.errorMetadata)) !== null && _e !== void 0 ? _e : undefined;
111407
112981
  this.id = data.id;
111408
- this.mapping = (_d = parseJson(data.mapping)) !== null && _d !== void 0 ? _d : undefined;
111409
- this.progress = (_e = data.progress) !== null && _e !== void 0 ? _e : undefined;
112982
+ this.mapping = (_f = parseJson(data.mapping)) !== null && _f !== void 0 ? _f : undefined;
112983
+ this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
111410
112984
  this.service = data.service;
111411
112985
  this.status = data.status;
111412
- this.teamName = (_f = data.teamName) !== null && _f !== void 0 ? _f : undefined;
111413
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
112986
+ this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
112987
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
111414
112988
  }
111415
112989
  /** Deletes an import job. */
111416
112990
  delete(issueImportId) {
@@ -111421,6 +112995,18 @@ class IssueImport extends Request {
111421
112995
  return new UpdateIssueImportMutation(this._request).fetch(this.id, input);
111422
112996
  }
111423
112997
  }
112998
+ /**
112999
+ * IssueImportCheckPayload model
113000
+ *
113001
+ * @param request - function to call the graphql client
113002
+ * @param data - L.IssueImportCheckPayloadFragment response data
113003
+ */
113004
+ class IssueImportCheckPayload extends Request {
113005
+ constructor(request, data) {
113006
+ super(request);
113007
+ this.success = data.success;
113008
+ }
113009
+ }
111424
113010
  /**
111425
113011
  * IssueImportDeletePayload model
111426
113012
  *
@@ -111569,7 +113155,7 @@ class IssueNotification extends Request {
111569
113155
  this._team = data.team;
111570
113156
  this._user = data.user;
111571
113157
  }
111572
- /** The user that caused the notification. If empty it's Linear itself. */
113158
+ /** The user that caused the notification. */
111573
113159
  get actor() {
111574
113160
  var _a, _b;
111575
113161
  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;
@@ -111707,6 +113293,134 @@ class IssueRelationPayload extends Request {
111707
113293
  return new IssueRelationQuery(this._request).fetch(this._issueRelation.id);
111708
113294
  }
111709
113295
  }
113296
+ /**
113297
+ * IssueSearchPayload model
113298
+ *
113299
+ * @param request - function to call the graphql client
113300
+ * @param data - L.IssueSearchPayloadFragment response data
113301
+ */
113302
+ class IssueSearchPayload extends Request {
113303
+ constructor(request, data) {
113304
+ super(request);
113305
+ this.totalCount = data.totalCount;
113306
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
113307
+ this.pageInfo = new PageInfo(request, data.pageInfo);
113308
+ this.nodes = data.nodes.map(node => new IssueSearchResult(request, node));
113309
+ }
113310
+ }
113311
+ /**
113312
+ * IssueSearchResult model
113313
+ *
113314
+ * @param request - function to call the graphql client
113315
+ * @param data - L.IssueSearchResultFragment response data
113316
+ */
113317
+ class IssueSearchResult extends Request {
113318
+ constructor(request, data) {
113319
+ 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;
113320
+ super(request);
113321
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113322
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
113323
+ this.autoClosedAt = (_c = parseDate(data.autoClosedAt)) !== null && _c !== void 0 ? _c : undefined;
113324
+ this.boardOrder = data.boardOrder;
113325
+ this.branchName = data.branchName;
113326
+ this.canceledAt = (_d = parseDate(data.canceledAt)) !== null && _d !== void 0 ? _d : undefined;
113327
+ this.completedAt = (_e = parseDate(data.completedAt)) !== null && _e !== void 0 ? _e : undefined;
113328
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
113329
+ this.customerTicketCount = data.customerTicketCount;
113330
+ this.description = (_g = data.description) !== null && _g !== void 0 ? _g : undefined;
113331
+ this.dueDate = (_h = data.dueDate) !== null && _h !== void 0 ? _h : undefined;
113332
+ this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
113333
+ this.id = data.id;
113334
+ this.identifier = data.identifier;
113335
+ this.metadata = (_k = parseJson(data.metadata)) !== null && _k !== void 0 ? _k : {};
113336
+ this.number = data.number;
113337
+ this.previousIdentifiers = data.previousIdentifiers;
113338
+ this.priority = data.priority;
113339
+ this.priorityLabel = data.priorityLabel;
113340
+ this.snoozedUntilAt = (_l = parseDate(data.snoozedUntilAt)) !== null && _l !== void 0 ? _l : undefined;
113341
+ this.sortOrder = data.sortOrder;
113342
+ this.startedAt = (_m = parseDate(data.startedAt)) !== null && _m !== void 0 ? _m : undefined;
113343
+ this.startedTriageAt = (_o = parseDate(data.startedTriageAt)) !== null && _o !== void 0 ? _o : undefined;
113344
+ this.subIssueSortOrder = (_p = data.subIssueSortOrder) !== null && _p !== void 0 ? _p : undefined;
113345
+ this.title = data.title;
113346
+ this.trashed = (_q = data.trashed) !== null && _q !== void 0 ? _q : undefined;
113347
+ this.triagedAt = (_r = parseDate(data.triagedAt)) !== null && _r !== void 0 ? _r : undefined;
113348
+ this.updatedAt = (_s = parseDate(data.updatedAt)) !== null && _s !== void 0 ? _s : new Date();
113349
+ this.url = data.url;
113350
+ this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
113351
+ this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
113352
+ this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
113353
+ this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
113354
+ this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
113355
+ this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
113356
+ this._projectMilestone = (_z = data.projectMilestone) !== null && _z !== void 0 ? _z : undefined;
113357
+ this._snoozedBy = (_0 = data.snoozedBy) !== null && _0 !== void 0 ? _0 : undefined;
113358
+ this._state = data.state;
113359
+ this._team = data.team;
113360
+ }
113361
+ /** The user to whom the issue is assigned to. */
113362
+ get assignee() {
113363
+ var _a, _b;
113364
+ 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;
113365
+ }
113366
+ /** The user who created the issue. */
113367
+ get creator() {
113368
+ var _a, _b;
113369
+ 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;
113370
+ }
113371
+ /** The cycle that the issue is associated with. */
113372
+ get cycle() {
113373
+ var _a, _b;
113374
+ 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;
113375
+ }
113376
+ /** The users favorite associated with this issue. */
113377
+ get favorite() {
113378
+ var _a, _b;
113379
+ 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;
113380
+ }
113381
+ /** The parent of the issue. */
113382
+ get parent() {
113383
+ var _a, _b;
113384
+ 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;
113385
+ }
113386
+ /** The project that the issue is associated with. */
113387
+ get project() {
113388
+ var _a, _b;
113389
+ 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;
113390
+ }
113391
+ /** The projectMilestone that the issue is associated with. */
113392
+ get projectMilestone() {
113393
+ var _a, _b;
113394
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
113395
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
113396
+ : undefined;
113397
+ }
113398
+ /** The user who snoozed the issue. */
113399
+ get snoozedBy() {
113400
+ var _a, _b;
113401
+ 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;
113402
+ }
113403
+ /** The workflow state that the issue is associated with. */
113404
+ get state() {
113405
+ return new WorkflowStateQuery(this._request).fetch(this._state.id);
113406
+ }
113407
+ /** The team that the issue is associated with. */
113408
+ get team() {
113409
+ return new TeamQuery(this._request).fetch(this._team.id);
113410
+ }
113411
+ }
113412
+ /**
113413
+ * IssueSearchResultConnection model
113414
+ *
113415
+ * @param request - function to call the graphql client
113416
+ * @param fetch - function to trigger a refetch of this IssueSearchResultConnection model
113417
+ * @param data - IssueSearchResultConnection response data
113418
+ */
113419
+ class IssueSearchResultConnection extends Connection {
113420
+ constructor(request, fetch, data) {
113421
+ super(request, fetch, data.nodes.map(node => new IssueSearchResult(request, node)), new PageInfo(request, data.pageInfo));
113422
+ }
113423
+ }
111710
113424
  /**
111711
113425
  * Tuple for mapping Jira projects to Linear teams.
111712
113426
  *
@@ -111795,7 +113509,7 @@ class Notification extends Request {
111795
113509
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
111796
113510
  this._user = data.user;
111797
113511
  }
111798
- /** The user that caused the notification. If empty it's Linear itself. */
113512
+ /** The user that caused the notification. */
111799
113513
  get actor() {
111800
113514
  var _a, _b;
111801
113515
  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;
@@ -112028,7 +113742,7 @@ class OauthClientApprovalNotification extends Request {
112028
113742
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
112029
113743
  this._user = data.user;
112030
113744
  }
112031
- /** The user that caused the notification. If empty it's Linear itself. */
113745
+ /** The user that caused the notification. */
112032
113746
  get actor() {
112033
113747
  var _a, _b;
112034
113748
  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;
@@ -112354,28 +114068,6 @@ class PaidSubscription extends Request {
112354
114068
  return new OrganizationQuery(this._request).fetch();
112355
114069
  }
112356
114070
  }
112357
- /**
112358
- * A personal note for a user
112359
- *
112360
- * @param request - function to call the graphql client
112361
- * @param data - L.PersonalNoteFragment response data
112362
- */
112363
- class PersonalNote extends Request {
112364
- constructor(request, data) {
112365
- var _a, _b, _c, _d;
112366
- super(request);
112367
- this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
112368
- this.contentData = (_b = parseJson(data.contentData)) !== null && _b !== void 0 ? _b : undefined;
112369
- this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
112370
- this.id = data.id;
112371
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
112372
- this._user = data.user;
112373
- }
112374
- /** The user that owns the note. */
112375
- get user() {
112376
- return new UserQuery(this._request).fetch(this._user.id);
112377
- }
112378
- }
112379
114071
  /**
112380
114072
  * A project.
112381
114073
  *
@@ -112501,6 +114193,19 @@ class ProjectConnection extends Connection {
112501
114193
  super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
112502
114194
  }
112503
114195
  }
114196
+ /**
114197
+ * ProjectFilterSuggestionPayload model
114198
+ *
114199
+ * @param request - function to call the graphql client
114200
+ * @param data - L.ProjectFilterSuggestionPayloadFragment response data
114201
+ */
114202
+ class ProjectFilterSuggestionPayload extends Request {
114203
+ constructor(request, data) {
114204
+ var _a;
114205
+ super(request);
114206
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
114207
+ }
114208
+ }
112504
114209
  /**
112505
114210
  * An external link for a project.
112506
114211
  *
@@ -112662,7 +114367,7 @@ class ProjectNotification extends Request {
112662
114367
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
112663
114368
  this._user = data.user;
112664
114369
  }
112665
- /** The user that caused the notification. If empty it's Linear itself. */
114370
+ /** The user that caused the notification. */
112666
114371
  get actor() {
112667
114372
  var _a, _b;
112668
114373
  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;
@@ -112734,6 +114439,99 @@ class ProjectPayload extends Request {
112734
114439
  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;
112735
114440
  }
112736
114441
  }
114442
+ /**
114443
+ * ProjectSearchPayload model
114444
+ *
114445
+ * @param request - function to call the graphql client
114446
+ * @param data - L.ProjectSearchPayloadFragment response data
114447
+ */
114448
+ class ProjectSearchPayload extends Request {
114449
+ constructor(request, data) {
114450
+ super(request);
114451
+ this.totalCount = data.totalCount;
114452
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
114453
+ this.pageInfo = new PageInfo(request, data.pageInfo);
114454
+ this.nodes = data.nodes.map(node => new ProjectSearchResult(request, node));
114455
+ }
114456
+ }
114457
+ /**
114458
+ * ProjectSearchResult model
114459
+ *
114460
+ * @param request - function to call the graphql client
114461
+ * @param data - L.ProjectSearchResultFragment response data
114462
+ */
114463
+ class ProjectSearchResult extends Request {
114464
+ constructor(request, data) {
114465
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
114466
+ super(request);
114467
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
114468
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
114469
+ this.canceledAt = (_c = parseDate(data.canceledAt)) !== null && _c !== void 0 ? _c : undefined;
114470
+ this.color = data.color;
114471
+ this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
114472
+ this.completedIssueCountHistory = data.completedIssueCountHistory;
114473
+ this.completedScopeHistory = data.completedScopeHistory;
114474
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
114475
+ this.description = data.description;
114476
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
114477
+ this.id = data.id;
114478
+ this.inProgressScopeHistory = data.inProgressScopeHistory;
114479
+ this.issueCountHistory = data.issueCountHistory;
114480
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
114481
+ this.name = data.name;
114482
+ this.progress = data.progress;
114483
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
114484
+ this.scope = data.scope;
114485
+ this.scopeHistory = data.scopeHistory;
114486
+ this.slackIssueComments = data.slackIssueComments;
114487
+ this.slackIssueStatuses = data.slackIssueStatuses;
114488
+ this.slackNewIssue = data.slackNewIssue;
114489
+ this.slugId = data.slugId;
114490
+ this.sortOrder = data.sortOrder;
114491
+ this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
114492
+ this.state = data.state;
114493
+ this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
114494
+ this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
114495
+ this.url = data.url;
114496
+ this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
114497
+ this._creator = data.creator;
114498
+ this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
114499
+ this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
114500
+ }
114501
+ /** The project was created based on this issue. */
114502
+ get convertedFromIssue() {
114503
+ var _a, _b;
114504
+ 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;
114505
+ }
114506
+ /** The user who created the project. */
114507
+ get creator() {
114508
+ return new UserQuery(this._request).fetch(this._creator.id);
114509
+ }
114510
+ /** Settings for all integrations associated with that project. */
114511
+ get integrationsSettings() {
114512
+ var _a, _b;
114513
+ return ((_a = this._integrationsSettings) === null || _a === void 0 ? void 0 : _a.id)
114514
+ ? new IntegrationsSettingsQuery(this._request).fetch((_b = this._integrationsSettings) === null || _b === void 0 ? void 0 : _b.id)
114515
+ : undefined;
114516
+ }
114517
+ /** The project lead. */
114518
+ get lead() {
114519
+ var _a, _b;
114520
+ 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;
114521
+ }
114522
+ }
114523
+ /**
114524
+ * ProjectSearchResultConnection model
114525
+ *
114526
+ * @param request - function to call the graphql client
114527
+ * @param fetch - function to trigger a refetch of this ProjectSearchResultConnection model
114528
+ * @param data - ProjectSearchResultConnection response data
114529
+ */
114530
+ class ProjectSearchResultConnection extends Connection {
114531
+ constructor(request, fetch, data) {
114532
+ super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
114533
+ }
114534
+ }
112737
114535
  /**
112738
114536
  * A update associated with an project.
112739
114537
  *
@@ -115315,6 +117113,34 @@ class ImageUploadFromUrlMutation extends Request {
115315
117113
  });
115316
117114
  }
115317
117115
  }
117116
+ /**
117117
+ * A fetchable ImportFileUpload Mutation
117118
+ *
117119
+ * @param request - function to call the graphql client
117120
+ */
117121
+ class ImportFileUploadMutation extends Request {
117122
+ constructor(request) {
117123
+ super(request);
117124
+ }
117125
+ /**
117126
+ * Call the ImportFileUpload mutation and return a UploadPayload
117127
+ *
117128
+ * @param contentType - required contentType to pass to importFileUpload
117129
+ * @param filename - required filename to pass to importFileUpload
117130
+ * @param size - required size to pass to importFileUpload
117131
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
117132
+ * @returns parsed response from ImportFileUploadMutation
117133
+ */
117134
+ fetch(contentType, filename, size, variables) {
117135
+ return __awaiter(this, void 0, void 0, function* () {
117136
+ const response = yield this._request(ImportFileUploadDocument, Object.assign({ contentType,
117137
+ filename,
117138
+ size }, variables));
117139
+ const data = response.importFileUpload;
117140
+ return new UploadPayload(this._request, data);
117141
+ });
117142
+ }
117143
+ }
115318
117144
  /**
115319
117145
  * A fetchable DeleteIntegration Mutation
115320
117146
  *
@@ -116122,6 +117948,30 @@ class IssueImportCreateAsanaMutation extends Request {
116122
117948
  });
116123
117949
  }
116124
117950
  }
117951
+ /**
117952
+ * A fetchable IssueImportCreateCsvJira Mutation
117953
+ *
117954
+ * @param request - function to call the graphql client
117955
+ */
117956
+ class IssueImportCreateCsvJiraMutation extends Request {
117957
+ constructor(request) {
117958
+ super(request);
117959
+ }
117960
+ /**
117961
+ * Call the IssueImportCreateCsvJira mutation and return a IssueImportPayload
117962
+ *
117963
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
117964
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
117965
+ * @returns parsed response from IssueImportCreateCsvJiraMutation
117966
+ */
117967
+ fetch(csvUrl, variables) {
117968
+ return __awaiter(this, void 0, void 0, function* () {
117969
+ const response = yield this._request(IssueImportCreateCsvJiraDocument, Object.assign({ csvUrl }, variables));
117970
+ const data = response.issueImportCreateCSVJira;
117971
+ return new IssueImportPayload(this._request, data);
117972
+ });
117973
+ }
117974
+ }
116125
117975
  /**
116126
117976
  * A fetchable IssueImportCreateClubhouse Mutation
116127
117977
  *
@@ -116134,14 +117984,14 @@ class IssueImportCreateClubhouseMutation extends Request {
116134
117984
  /**
116135
117985
  * Call the IssueImportCreateClubhouse mutation and return a IssueImportPayload
116136
117986
  *
116137
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
117987
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
116138
117988
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
116139
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
117989
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
116140
117990
  * @returns parsed response from IssueImportCreateClubhouseMutation
116141
117991
  */
116142
- fetch(clubhouseTeamName, clubhouseToken, variables) {
117992
+ fetch(clubhouseGroupName, clubhouseToken, variables) {
116143
117993
  return __awaiter(this, void 0, void 0, function* () {
116144
- const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseTeamName,
117994
+ const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseGroupName,
116145
117995
  clubhouseToken }, variables));
116146
117996
  const data = response.issueImportCreateClubhouse;
116147
117997
  return new IssueImportPayload(this._request, data);
@@ -119434,6 +121284,82 @@ class IssueQuery extends Request {
119434
121284
  });
119435
121285
  }
119436
121286
  }
121287
+ /**
121288
+ * A fetchable IssueFigmaFileKeySearch Query
121289
+ *
121290
+ * @param request - function to call the graphql client
121291
+ */
121292
+ class IssueFigmaFileKeySearchQuery extends Request {
121293
+ constructor(request) {
121294
+ super(request);
121295
+ }
121296
+ /**
121297
+ * Call the IssueFigmaFileKeySearch query and return a IssueConnection
121298
+ *
121299
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
121300
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
121301
+ * @returns parsed response from IssueFigmaFileKeySearchQuery
121302
+ */
121303
+ fetch(fileKey, variables) {
121304
+ return __awaiter(this, void 0, void 0, function* () {
121305
+ const response = yield this._request(IssueFigmaFileKeySearchDocument, Object.assign({ fileKey }, variables));
121306
+ const data = response.issueFigmaFileKeySearch;
121307
+ return new IssueConnection(this._request, connection => this.fetch(fileKey, defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
121308
+ });
121309
+ }
121310
+ }
121311
+ /**
121312
+ * A fetchable IssueFilterSuggestion Query
121313
+ *
121314
+ * @param request - function to call the graphql client
121315
+ */
121316
+ class IssueFilterSuggestionQuery extends Request {
121317
+ constructor(request) {
121318
+ super(request);
121319
+ }
121320
+ /**
121321
+ * Call the IssueFilterSuggestion query and return a IssueFilterSuggestionPayload
121322
+ *
121323
+ * @param prompt - required prompt to pass to issueFilterSuggestion
121324
+ * @returns parsed response from IssueFilterSuggestionQuery
121325
+ */
121326
+ fetch(prompt) {
121327
+ return __awaiter(this, void 0, void 0, function* () {
121328
+ const response = yield this._request(IssueFilterSuggestionDocument, {
121329
+ prompt,
121330
+ });
121331
+ const data = response.issueFilterSuggestion;
121332
+ return new IssueFilterSuggestionPayload(this._request, data);
121333
+ });
121334
+ }
121335
+ }
121336
+ /**
121337
+ * A fetchable IssueImportCheckCsv Query
121338
+ *
121339
+ * @param request - function to call the graphql client
121340
+ */
121341
+ class IssueImportCheckCsvQuery extends Request {
121342
+ constructor(request) {
121343
+ super(request);
121344
+ }
121345
+ /**
121346
+ * Call the IssueImportCheckCsv query and return a IssueImportCheckPayload
121347
+ *
121348
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
121349
+ * @param service - required service to pass to issueImportCheckCSV
121350
+ * @returns parsed response from IssueImportCheckCsvQuery
121351
+ */
121352
+ fetch(csvUrl, service) {
121353
+ return __awaiter(this, void 0, void 0, function* () {
121354
+ const response = yield this._request(IssueImportCheckCsvDocument, {
121355
+ csvUrl,
121356
+ service,
121357
+ });
121358
+ const data = response.issueImportCheckCSV;
121359
+ return new IssueImportCheckPayload(this._request, data);
121360
+ });
121361
+ }
121362
+ }
119437
121363
  /**
119438
121364
  * A fetchable IssueImportFinishGithubOAuth Query
119439
121365
  *
@@ -119884,6 +121810,31 @@ class ProjectQuery extends Request {
119884
121810
  });
119885
121811
  }
119886
121812
  }
121813
+ /**
121814
+ * A fetchable ProjectFilterSuggestion Query
121815
+ *
121816
+ * @param request - function to call the graphql client
121817
+ */
121818
+ class ProjectFilterSuggestionQuery extends Request {
121819
+ constructor(request) {
121820
+ super(request);
121821
+ }
121822
+ /**
121823
+ * Call the ProjectFilterSuggestion query and return a ProjectFilterSuggestionPayload
121824
+ *
121825
+ * @param prompt - required prompt to pass to projectFilterSuggestion
121826
+ * @returns parsed response from ProjectFilterSuggestionQuery
121827
+ */
121828
+ fetch(prompt) {
121829
+ return __awaiter(this, void 0, void 0, function* () {
121830
+ const response = yield this._request(ProjectFilterSuggestionDocument, {
121831
+ prompt,
121832
+ });
121833
+ const data = response.projectFilterSuggestion;
121834
+ return new ProjectFilterSuggestionPayload(this._request, data);
121835
+ });
121836
+ }
121837
+ }
119887
121838
  /**
119888
121839
  * A fetchable ProjectLink Query
119889
121840
  *
@@ -120191,6 +122142,78 @@ class RoadmapsQuery extends Request {
120191
122142
  });
120192
122143
  }
120193
122144
  }
122145
+ /**
122146
+ * A fetchable SearchDocuments Query
122147
+ *
122148
+ * @param request - function to call the graphql client
122149
+ */
122150
+ class SearchDocumentsQuery extends Request {
122151
+ constructor(request) {
122152
+ super(request);
122153
+ }
122154
+ /**
122155
+ * Call the SearchDocuments query and return a DocumentSearchPayload
122156
+ *
122157
+ * @param term - required term to pass to searchDocuments
122158
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
122159
+ * @returns parsed response from SearchDocumentsQuery
122160
+ */
122161
+ fetch(term, variables) {
122162
+ return __awaiter(this, void 0, void 0, function* () {
122163
+ const response = yield this._request(SearchDocumentsDocument, Object.assign({ term }, variables));
122164
+ const data = response.searchDocuments;
122165
+ return new DocumentSearchPayload(this._request, data);
122166
+ });
122167
+ }
122168
+ }
122169
+ /**
122170
+ * A fetchable SearchIssues Query
122171
+ *
122172
+ * @param request - function to call the graphql client
122173
+ */
122174
+ class SearchIssuesQuery extends Request {
122175
+ constructor(request) {
122176
+ super(request);
122177
+ }
122178
+ /**
122179
+ * Call the SearchIssues query and return a IssueSearchPayload
122180
+ *
122181
+ * @param term - required term to pass to searchIssues
122182
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
122183
+ * @returns parsed response from SearchIssuesQuery
122184
+ */
122185
+ fetch(term, variables) {
122186
+ return __awaiter(this, void 0, void 0, function* () {
122187
+ const response = yield this._request(SearchIssuesDocument, Object.assign({ term }, variables));
122188
+ const data = response.searchIssues;
122189
+ return new IssueSearchPayload(this._request, data);
122190
+ });
122191
+ }
122192
+ }
122193
+ /**
122194
+ * A fetchable SearchProjects Query
122195
+ *
122196
+ * @param request - function to call the graphql client
122197
+ */
122198
+ class SearchProjectsQuery extends Request {
122199
+ constructor(request) {
122200
+ super(request);
122201
+ }
122202
+ /**
122203
+ * Call the SearchProjects query and return a ProjectSearchPayload
122204
+ *
122205
+ * @param term - required term to pass to searchProjects
122206
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
122207
+ * @returns parsed response from SearchProjectsQuery
122208
+ */
122209
+ fetch(term, variables) {
122210
+ return __awaiter(this, void 0, void 0, function* () {
122211
+ const response = yield this._request(SearchProjectsDocument, Object.assign({ term }, variables));
122212
+ const data = response.searchProjects;
122213
+ return new ProjectSearchPayload(this._request, data);
122214
+ });
122215
+ }
122216
+ }
120194
122217
  /**
120195
122218
  * A fetchable SsoUrlFromEmail Query
120196
122219
  *
@@ -121796,6 +123819,87 @@ class Roadmap_ProjectsQuery extends Request {
121796
123819
  });
121797
123820
  }
121798
123821
  }
123822
+ /**
123823
+ * A fetchable SearchDocuments_ArchivePayload Query
123824
+ *
123825
+ * @param request - function to call the graphql client
123826
+ * @param term - required term to pass to searchDocuments
123827
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
123828
+ */
123829
+ class SearchDocuments_ArchivePayloadQuery extends Request {
123830
+ constructor(request, term, variables) {
123831
+ super(request);
123832
+ this._term = term;
123833
+ this._variables = variables;
123834
+ }
123835
+ /**
123836
+ * Call the SearchDocuments_ArchivePayload query and return a ArchiveResponse
123837
+ *
123838
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
123839
+ * @returns parsed response from SearchDocuments_ArchivePayloadQuery
123840
+ */
123841
+ fetch(variables) {
123842
+ return __awaiter(this, void 0, void 0, function* () {
123843
+ const response = yield this._request(SearchDocuments_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123844
+ const data = response.searchDocuments.archivePayload;
123845
+ return new ArchiveResponse(this._request, data);
123846
+ });
123847
+ }
123848
+ }
123849
+ /**
123850
+ * A fetchable SearchIssues_ArchivePayload Query
123851
+ *
123852
+ * @param request - function to call the graphql client
123853
+ * @param term - required term to pass to searchIssues
123854
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
123855
+ */
123856
+ class SearchIssues_ArchivePayloadQuery extends Request {
123857
+ constructor(request, term, variables) {
123858
+ super(request);
123859
+ this._term = term;
123860
+ this._variables = variables;
123861
+ }
123862
+ /**
123863
+ * Call the SearchIssues_ArchivePayload query and return a ArchiveResponse
123864
+ *
123865
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
123866
+ * @returns parsed response from SearchIssues_ArchivePayloadQuery
123867
+ */
123868
+ fetch(variables) {
123869
+ return __awaiter(this, void 0, void 0, function* () {
123870
+ const response = yield this._request(SearchIssues_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123871
+ const data = response.searchIssues.archivePayload;
123872
+ return new ArchiveResponse(this._request, data);
123873
+ });
123874
+ }
123875
+ }
123876
+ /**
123877
+ * A fetchable SearchProjects_ArchivePayload Query
123878
+ *
123879
+ * @param request - function to call the graphql client
123880
+ * @param term - required term to pass to searchProjects
123881
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
123882
+ */
123883
+ class SearchProjects_ArchivePayloadQuery extends Request {
123884
+ constructor(request, term, variables) {
123885
+ super(request);
123886
+ this._term = term;
123887
+ this._variables = variables;
123888
+ }
123889
+ /**
123890
+ * Call the SearchProjects_ArchivePayload query and return a ArchiveResponse
123891
+ *
123892
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
123893
+ * @returns parsed response from SearchProjects_ArchivePayloadQuery
123894
+ */
123895
+ fetch(variables) {
123896
+ return __awaiter(this, void 0, void 0, function* () {
123897
+ const response = yield this._request(SearchProjects_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123898
+ const data = response.searchProjects.archivePayload;
123899
+ return new ArchiveResponse(this._request, data);
123900
+ });
123901
+ }
123902
+ }
121799
123903
  /**
121800
123904
  * A fetchable Team_Cycles Query
121801
123905
  *
@@ -122662,6 +124766,18 @@ class LinearSdk extends Request {
122662
124766
  imageUploadFromUrl(url) {
122663
124767
  return new ImageUploadFromUrlMutation(this._request).fetch(url);
122664
124768
  }
124769
+ /**
124770
+ * XHR request payload to upload a file for import, directly to Linear's cloud storage.
124771
+ *
124772
+ * @param contentType - required contentType to pass to importFileUpload
124773
+ * @param filename - required filename to pass to importFileUpload
124774
+ * @param size - required size to pass to importFileUpload
124775
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
124776
+ * @returns UploadPayload
124777
+ */
124778
+ importFileUpload(contentType, filename, size, variables) {
124779
+ return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
124780
+ }
122665
124781
  /**
122666
124782
  * Deletes an integration.
122667
124783
  *
@@ -122966,16 +125082,26 @@ class LinearSdk extends Request {
122966
125082
  issueImportCreateAsana(asanaTeamName, asanaToken, variables) {
122967
125083
  return new IssueImportCreateAsanaMutation(this._request).fetch(asanaTeamName, asanaToken, variables);
122968
125084
  }
125085
+ /**
125086
+ * Kicks off a Jira import job from a CSV.
125087
+ *
125088
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
125089
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
125090
+ * @returns IssueImportPayload
125091
+ */
125092
+ issueImportCreateCSVJira(csvUrl, variables) {
125093
+ return new IssueImportCreateCsvJiraMutation(this._request).fetch(csvUrl, variables);
125094
+ }
122969
125095
  /**
122970
125096
  * Kicks off a Shortcut (formerly Clubhouse) import job.
122971
125097
  *
122972
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
125098
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
122973
125099
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
122974
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
125100
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
122975
125101
  * @returns IssueImportPayload
122976
125102
  */
122977
- issueImportCreateClubhouse(clubhouseTeamName, clubhouseToken, variables) {
122978
- return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseTeamName, clubhouseToken, variables);
125103
+ issueImportCreateClubhouse(clubhouseGroupName, clubhouseToken, variables) {
125104
+ return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseGroupName, clubhouseToken, variables);
122979
125105
  }
122980
125106
  /**
122981
125107
  * Kicks off a GitHub import job.
@@ -124191,6 +126317,35 @@ class LinearSdk extends Request {
124191
126317
  issue(id) {
124192
126318
  return new IssueQuery(this._request).fetch(id);
124193
126319
  }
126320
+ /**
126321
+ * Find issues that are related to a given Figma file key.
126322
+ *
126323
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
126324
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
126325
+ * @returns IssueConnection
126326
+ */
126327
+ issueFigmaFileKeySearch(fileKey, variables) {
126328
+ return new IssueFigmaFileKeySearchQuery(this._request).fetch(fileKey, variables);
126329
+ }
126330
+ /**
126331
+ * Suggests filters for an issue view based on a text prompt.
126332
+ *
126333
+ * @param prompt - required prompt to pass to issueFilterSuggestion
126334
+ * @returns IssueFilterSuggestionPayload
126335
+ */
126336
+ issueFilterSuggestion(prompt) {
126337
+ return new IssueFilterSuggestionQuery(this._request).fetch(prompt);
126338
+ }
126339
+ /**
126340
+ * Checks a CSV file validity against a specific import service.
126341
+ *
126342
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
126343
+ * @param service - required service to pass to issueImportCheckCSV
126344
+ * @returns IssueImportCheckPayload
126345
+ */
126346
+ issueImportCheckCSV(csvUrl, service) {
126347
+ return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
126348
+ }
124194
126349
  /**
124195
126350
  * Fetches the GitHub token, completing the OAuth flow.
124196
126351
  *
@@ -124351,6 +126506,15 @@ class LinearSdk extends Request {
124351
126506
  project(id) {
124352
126507
  return new ProjectQuery(this._request).fetch(id);
124353
126508
  }
126509
+ /**
126510
+ * Suggests filters for a project view based on a text prompt.
126511
+ *
126512
+ * @param prompt - required prompt to pass to projectFilterSuggestion
126513
+ * @returns ProjectFilterSuggestionPayload
126514
+ */
126515
+ projectFilterSuggestion(prompt) {
126516
+ return new ProjectFilterSuggestionQuery(this._request).fetch(prompt);
126517
+ }
124354
126518
  /**
124355
126519
  * One specific project link.
124356
126520
  *
@@ -124466,6 +126630,36 @@ class LinearSdk extends Request {
124466
126630
  roadmaps(variables) {
124467
126631
  return new RoadmapsQuery(this._request).fetch(variables);
124468
126632
  }
126633
+ /**
126634
+ * Search documents.
126635
+ *
126636
+ * @param term - required term to pass to searchDocuments
126637
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
126638
+ * @returns DocumentSearchPayload
126639
+ */
126640
+ searchDocuments(term, variables) {
126641
+ return new SearchDocumentsQuery(this._request).fetch(term, variables);
126642
+ }
126643
+ /**
126644
+ * Search issues.
126645
+ *
126646
+ * @param term - required term to pass to searchIssues
126647
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
126648
+ * @returns IssueSearchPayload
126649
+ */
126650
+ searchIssues(term, variables) {
126651
+ return new SearchIssuesQuery(this._request).fetch(term, variables);
126652
+ }
126653
+ /**
126654
+ * Search projects.
126655
+ *
126656
+ * @param term - required term to pass to searchProjects
126657
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
126658
+ * @returns ProjectSearchPayload
126659
+ */
126660
+ searchProjects(term, variables) {
126661
+ return new SearchProjectsQuery(this._request).fetch(term, variables);
126662
+ }
124469
126663
  /**
124470
126664
  * Fetch SSO login URL for the email provided.
124471
126665
  *
@@ -124682,5 +126876,5 @@ class LinearWebhooks {
124682
126876
  }
124683
126877
  }
124684
126878
 
124685
- export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentPayload, DocumentQuery, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackIntakeMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueBatchPayload, IssueConnection, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteDetailsPayload, OrganizationInviteDetailsQuery, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, PersonalNote, Project, ProjectConnection, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
126879
+ export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackIntakeMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueSearchPayload, IssueSearchResult, IssueSearchResultConnection, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteDetailsPayload, OrganizationInviteDetailsQuery, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, Project, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
124686
126880
  //# sourceMappingURL=index-es.js.map