@linear/sdk 3.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-es.js CHANGED
@@ -83417,6 +83417,13 @@ var OrganizationDomainAuthType;
83417
83417
  OrganizationDomainAuthType["General"] = "general";
83418
83418
  OrganizationDomainAuthType["Saml"] = "saml";
83419
83419
  })(OrganizationDomainAuthType || (OrganizationDomainAuthType = {}));
83420
+ /** The different statuses possible for an organization invite. */
83421
+ var OrganizationInviteStatus;
83422
+ (function (OrganizationInviteStatus) {
83423
+ OrganizationInviteStatus["Accepted"] = "accepted";
83424
+ OrganizationInviteStatus["Expired"] = "expired";
83425
+ OrganizationInviteStatus["Pending"] = "pending";
83426
+ })(OrganizationInviteStatus || (OrganizationInviteStatus = {}));
83420
83427
  /** By which field should the pagination order by */
83421
83428
  var PaginationOrderBy;
83422
83429
  (function (PaginationOrderBy) {
@@ -83547,6 +83554,7 @@ var ViewType;
83547
83554
  ViewType["ProjectsAll"] = "projectsAll";
83548
83555
  ViewType["ProjectsBacklog"] = "projectsBacklog";
83549
83556
  ViewType["ProjectsClosed"] = "projectsClosed";
83557
+ ViewType["QuickView"] = "quickView";
83550
83558
  ViewType["Roadmap"] = "roadmap";
83551
83559
  ViewType["RoadmapAll"] = "roadmapAll";
83552
83560
  ViewType["RoadmapBacklog"] = "roadmapBacklog";
@@ -83596,30 +83604,31 @@ const EntityFragmentDoc = {
83596
83604
  },
83597
83605
  ],
83598
83606
  };
83599
- const PersonalNoteFragmentDoc = {
83607
+ const DocumentContentFragmentDoc = {
83600
83608
  kind: "Document",
83601
83609
  definitions: [
83602
83610
  {
83603
83611
  kind: "FragmentDefinition",
83604
- name: { kind: "Name", value: "PersonalNote" },
83605
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PersonalNote" } },
83612
+ name: { kind: "Name", value: "DocumentContent" },
83613
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentContent" } },
83606
83614
  selectionSet: {
83607
83615
  kind: "SelectionSet",
83608
83616
  selections: [
83609
83617
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
83610
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83611
83618
  { 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" } },
83619
+ { kind: "Field", name: { kind: "Name", value: "content" } },
83615
83620
  {
83616
83621
  kind: "Field",
83617
- name: { kind: "Name", value: "user" },
83622
+ name: { kind: "Name", value: "issue" },
83618
83623
  selectionSet: {
83619
83624
  kind: "SelectionSet",
83620
83625
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
83621
83626
  },
83622
83627
  },
83628
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
83629
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
83630
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
83631
+ { kind: "Field", name: { kind: "Name", value: "id" } },
83623
83632
  ],
83624
83633
  },
83625
83634
  },
@@ -84398,6 +84407,7 @@ const UserSettingsFragmentDoc = {
84398
84407
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84399
84408
  },
84400
84409
  },
84410
+ { kind: "Field", name: { kind: "Name", value: "showFullUserNames" } },
84401
84411
  ],
84402
84412
  },
84403
84413
  },
@@ -85036,6 +85046,14 @@ const CustomViewFragmentDoc = {
85036
85046
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85037
85047
  },
85038
85048
  },
85049
+ {
85050
+ kind: "Field",
85051
+ name: { kind: "Name", value: "owner" },
85052
+ selectionSet: {
85053
+ kind: "SelectionSet",
85054
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85055
+ },
85056
+ },
85039
85057
  { kind: "Field", name: { kind: "Name", value: "shared" } },
85040
85058
  ],
85041
85059
  },
@@ -85113,9 +85131,9 @@ const CustomViewSuggestionPayloadFragmentDoc = {
85113
85131
  kind: "SelectionSet",
85114
85132
  selections: [
85115
85133
  { 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" } },
85134
+ { kind: "Field", name: { kind: "Name", value: "description" } },
85135
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
85136
+ { kind: "Field", name: { kind: "Name", value: "name" } },
85119
85137
  ],
85120
85138
  },
85121
85139
  },
@@ -85332,6 +85350,155 @@ const DocumentPayloadFragmentDoc = {
85332
85350
  },
85333
85351
  ],
85334
85352
  };
85353
+ const ArchiveResponseFragmentDoc = {
85354
+ kind: "Document",
85355
+ definitions: [
85356
+ {
85357
+ kind: "FragmentDefinition",
85358
+ name: { kind: "Name", value: "ArchiveResponse" },
85359
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ArchiveResponse" } },
85360
+ selectionSet: {
85361
+ kind: "SelectionSet",
85362
+ selections: [
85363
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85364
+ { kind: "Field", name: { kind: "Name", value: "archive" } },
85365
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
85366
+ { kind: "Field", name: { kind: "Name", value: "databaseVersion" } },
85367
+ { kind: "Field", name: { kind: "Name", value: "includesDependencies" } },
85368
+ ],
85369
+ },
85370
+ },
85371
+ ],
85372
+ };
85373
+ const DocumentSearchResultFragmentDoc = {
85374
+ kind: "Document",
85375
+ definitions: [
85376
+ {
85377
+ kind: "FragmentDefinition",
85378
+ name: { kind: "Name", value: "DocumentSearchResult" },
85379
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResult" } },
85380
+ selectionSet: {
85381
+ kind: "SelectionSet",
85382
+ selections: [
85383
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85384
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
85385
+ { kind: "Field", name: { kind: "Name", value: "color" } },
85386
+ { kind: "Field", name: { kind: "Name", value: "contentData" } },
85387
+ { kind: "Field", name: { kind: "Name", value: "content" } },
85388
+ { kind: "Field", name: { kind: "Name", value: "title" } },
85389
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
85390
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
85391
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
85392
+ {
85393
+ kind: "Field",
85394
+ name: { kind: "Name", value: "project" },
85395
+ selectionSet: {
85396
+ kind: "SelectionSet",
85397
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85398
+ },
85399
+ },
85400
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
85401
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
85402
+ { kind: "Field", name: { kind: "Name", value: "id" } },
85403
+ {
85404
+ kind: "Field",
85405
+ name: { kind: "Name", value: "creator" },
85406
+ selectionSet: {
85407
+ kind: "SelectionSet",
85408
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85409
+ },
85410
+ },
85411
+ {
85412
+ kind: "Field",
85413
+ name: { kind: "Name", value: "updatedBy" },
85414
+ selectionSet: {
85415
+ kind: "SelectionSet",
85416
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85417
+ },
85418
+ },
85419
+ ],
85420
+ },
85421
+ },
85422
+ ],
85423
+ };
85424
+ const DocumentSearchPayloadFragmentDoc = {
85425
+ kind: "Document",
85426
+ definitions: [
85427
+ {
85428
+ kind: "FragmentDefinition",
85429
+ name: { kind: "Name", value: "DocumentSearchPayload" },
85430
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchPayload" } },
85431
+ selectionSet: {
85432
+ kind: "SelectionSet",
85433
+ selections: [
85434
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85435
+ {
85436
+ kind: "Field",
85437
+ name: { kind: "Name", value: "archivePayload" },
85438
+ selectionSet: {
85439
+ kind: "SelectionSet",
85440
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
85441
+ },
85442
+ },
85443
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
85444
+ {
85445
+ kind: "Field",
85446
+ name: { kind: "Name", value: "nodes" },
85447
+ selectionSet: {
85448
+ kind: "SelectionSet",
85449
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
85450
+ },
85451
+ },
85452
+ {
85453
+ kind: "Field",
85454
+ name: { kind: "Name", value: "pageInfo" },
85455
+ selectionSet: {
85456
+ kind: "SelectionSet",
85457
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
85458
+ },
85459
+ },
85460
+ ],
85461
+ },
85462
+ },
85463
+ ...ArchiveResponseFragmentDoc.definitions,
85464
+ ...DocumentSearchResultFragmentDoc.definitions,
85465
+ ...PageInfoFragmentDoc.definitions,
85466
+ ],
85467
+ };
85468
+ const DocumentSearchResultConnectionFragmentDoc = {
85469
+ kind: "Document",
85470
+ definitions: [
85471
+ {
85472
+ kind: "FragmentDefinition",
85473
+ name: { kind: "Name", value: "DocumentSearchResultConnection" },
85474
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResultConnection" } },
85475
+ selectionSet: {
85476
+ kind: "SelectionSet",
85477
+ selections: [
85478
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85479
+ {
85480
+ kind: "Field",
85481
+ name: { kind: "Name", value: "nodes" },
85482
+ selectionSet: {
85483
+ kind: "SelectionSet",
85484
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
85485
+ },
85486
+ },
85487
+ {
85488
+ kind: "Field",
85489
+ name: { kind: "Name", value: "pageInfo" },
85490
+ selectionSet: {
85491
+ kind: "SelectionSet",
85492
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
85493
+ },
85494
+ },
85495
+ ],
85496
+ },
85497
+ },
85498
+ ...DocumentSearchResultFragmentDoc.definitions,
85499
+ ...PageInfoFragmentDoc.definitions,
85500
+ ],
85501
+ };
85335
85502
  const EmailUnsubscribePayloadFragmentDoc = {
85336
85503
  kind: "Document",
85337
85504
  definitions: [
@@ -86176,6 +86343,14 @@ const IssueFragmentDoc = {
86176
86343
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86177
86344
  },
86178
86345
  },
86346
+ {
86347
+ kind: "Field",
86348
+ name: { kind: "Name", value: "favorite" },
86349
+ selectionSet: {
86350
+ kind: "SelectionSet",
86351
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86352
+ },
86353
+ },
86179
86354
  {
86180
86355
  kind: "Field",
86181
86356
  name: { kind: "Name", value: "state" },
@@ -86250,6 +86425,23 @@ const IssueConnectionFragmentDoc = {
86250
86425
  ...PageInfoFragmentDoc.definitions,
86251
86426
  ],
86252
86427
  };
86428
+ const IssueFilterSuggestionPayloadFragmentDoc = {
86429
+ kind: "Document",
86430
+ definitions: [
86431
+ {
86432
+ kind: "FragmentDefinition",
86433
+ name: { kind: "Name", value: "IssueFilterSuggestionPayload" },
86434
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } },
86435
+ selectionSet: {
86436
+ kind: "SelectionSet",
86437
+ selections: [
86438
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86439
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
86440
+ ],
86441
+ },
86442
+ },
86443
+ ],
86444
+ };
86253
86445
  const IssueRelationHistoryPayloadFragmentDoc = {
86254
86446
  kind: "Document",
86255
86447
  definitions: [
@@ -86280,6 +86472,8 @@ const IssueImportFragmentDoc = {
86280
86472
  selections: [
86281
86473
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
86282
86474
  { kind: "Field", name: { kind: "Name", value: "progress" } },
86475
+ { kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
86476
+ { kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
86283
86477
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
86284
86478
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
86285
86479
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
@@ -86525,6 +86719,23 @@ const IssueHistoryConnectionFragmentDoc = {
86525
86719
  ...PageInfoFragmentDoc.definitions,
86526
86720
  ],
86527
86721
  };
86722
+ const IssueImportCheckPayloadFragmentDoc = {
86723
+ kind: "Document",
86724
+ definitions: [
86725
+ {
86726
+ kind: "FragmentDefinition",
86727
+ name: { kind: "Name", value: "IssueImportCheckPayload" },
86728
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportCheckPayload" } },
86729
+ selectionSet: {
86730
+ kind: "SelectionSet",
86731
+ selections: [
86732
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86733
+ { kind: "Field", name: { kind: "Name", value: "success" } },
86734
+ ],
86735
+ },
86736
+ },
86737
+ ],
86738
+ };
86528
86739
  const IssueImportDeletePayloadFragmentDoc = {
86529
86740
  kind: "Document",
86530
86741
  definitions: [
@@ -86827,6 +87038,209 @@ const IssueRelationPayloadFragmentDoc = {
86827
87038
  },
86828
87039
  ],
86829
87040
  };
87041
+ const IssueSearchResultFragmentDoc = {
87042
+ kind: "Document",
87043
+ definitions: [
87044
+ {
87045
+ kind: "FragmentDefinition",
87046
+ name: { kind: "Name", value: "IssueSearchResult" },
87047
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResult" } },
87048
+ selectionSet: {
87049
+ kind: "SelectionSet",
87050
+ selections: [
87051
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87052
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
87053
+ { kind: "Field", name: { kind: "Name", value: "url" } },
87054
+ { kind: "Field", name: { kind: "Name", value: "identifier" } },
87055
+ { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
87056
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
87057
+ { kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
87058
+ { kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
87059
+ { kind: "Field", name: { kind: "Name", value: "branchName" } },
87060
+ {
87061
+ kind: "Field",
87062
+ name: { kind: "Name", value: "cycle" },
87063
+ selectionSet: {
87064
+ kind: "SelectionSet",
87065
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87066
+ },
87067
+ },
87068
+ { kind: "Field", name: { kind: "Name", value: "dueDate" } },
87069
+ { kind: "Field", name: { kind: "Name", value: "estimate" } },
87070
+ { kind: "Field", name: { kind: "Name", value: "description" } },
87071
+ { kind: "Field", name: { kind: "Name", value: "title" } },
87072
+ { kind: "Field", name: { kind: "Name", value: "number" } },
87073
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
87074
+ { kind: "Field", name: { kind: "Name", value: "boardOrder" } },
87075
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
87076
+ { kind: "Field", name: { kind: "Name", value: "subIssueSortOrder" } },
87077
+ {
87078
+ kind: "Field",
87079
+ name: { kind: "Name", value: "parent" },
87080
+ selectionSet: {
87081
+ kind: "SelectionSet",
87082
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87083
+ },
87084
+ },
87085
+ { kind: "Field", name: { kind: "Name", value: "priority" } },
87086
+ {
87087
+ kind: "Field",
87088
+ name: { kind: "Name", value: "project" },
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: "projectMilestone" },
87097
+ selectionSet: {
87098
+ kind: "SelectionSet",
87099
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87100
+ },
87101
+ },
87102
+ {
87103
+ kind: "Field",
87104
+ name: { kind: "Name", value: "team" },
87105
+ selectionSet: {
87106
+ kind: "SelectionSet",
87107
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87108
+ },
87109
+ },
87110
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
87111
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87112
+ { kind: "Field", name: { kind: "Name", value: "startedTriageAt" } },
87113
+ { kind: "Field", name: { kind: "Name", value: "triagedAt" } },
87114
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
87115
+ { kind: "Field", name: { kind: "Name", value: "autoClosedAt" } },
87116
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
87117
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
87118
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
87119
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
87120
+ { kind: "Field", name: { kind: "Name", value: "id" } },
87121
+ {
87122
+ kind: "Field",
87123
+ name: { kind: "Name", value: "assignee" },
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: "creator" },
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: "snoozedBy" },
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: "favorite" },
87148
+ selectionSet: {
87149
+ kind: "SelectionSet",
87150
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87151
+ },
87152
+ },
87153
+ {
87154
+ kind: "Field",
87155
+ name: { kind: "Name", value: "state" },
87156
+ selectionSet: {
87157
+ kind: "SelectionSet",
87158
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
87159
+ },
87160
+ },
87161
+ ],
87162
+ },
87163
+ },
87164
+ ],
87165
+ };
87166
+ const IssueSearchPayloadFragmentDoc = {
87167
+ kind: "Document",
87168
+ definitions: [
87169
+ {
87170
+ kind: "FragmentDefinition",
87171
+ name: { kind: "Name", value: "IssueSearchPayload" },
87172
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchPayload" } },
87173
+ selectionSet: {
87174
+ kind: "SelectionSet",
87175
+ selections: [
87176
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87177
+ {
87178
+ kind: "Field",
87179
+ name: { kind: "Name", value: "archivePayload" },
87180
+ selectionSet: {
87181
+ kind: "SelectionSet",
87182
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
87183
+ },
87184
+ },
87185
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
87186
+ {
87187
+ kind: "Field",
87188
+ name: { kind: "Name", value: "nodes" },
87189
+ selectionSet: {
87190
+ kind: "SelectionSet",
87191
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
87192
+ },
87193
+ },
87194
+ {
87195
+ kind: "Field",
87196
+ name: { kind: "Name", value: "pageInfo" },
87197
+ selectionSet: {
87198
+ kind: "SelectionSet",
87199
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87200
+ },
87201
+ },
87202
+ ],
87203
+ },
87204
+ },
87205
+ ...ArchiveResponseFragmentDoc.definitions,
87206
+ ...IssueSearchResultFragmentDoc.definitions,
87207
+ ...PageInfoFragmentDoc.definitions,
87208
+ ],
87209
+ };
87210
+ const IssueSearchResultConnectionFragmentDoc = {
87211
+ kind: "Document",
87212
+ definitions: [
87213
+ {
87214
+ kind: "FragmentDefinition",
87215
+ name: { kind: "Name", value: "IssueSearchResultConnection" },
87216
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResultConnection" } },
87217
+ selectionSet: {
87218
+ kind: "SelectionSet",
87219
+ selections: [
87220
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87221
+ {
87222
+ kind: "Field",
87223
+ name: { kind: "Name", value: "nodes" },
87224
+ selectionSet: {
87225
+ kind: "SelectionSet",
87226
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
87227
+ },
87228
+ },
87229
+ {
87230
+ kind: "Field",
87231
+ name: { kind: "Name", value: "pageInfo" },
87232
+ selectionSet: {
87233
+ kind: "SelectionSet",
87234
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
87235
+ },
87236
+ },
87237
+ ],
87238
+ },
87239
+ },
87240
+ ...IssueSearchResultFragmentDoc.definitions,
87241
+ ...PageInfoFragmentDoc.definitions,
87242
+ ],
87243
+ };
86830
87244
  const LogoutResponseFragmentDoc = {
86831
87245
  kind: "Document",
86832
87246
  definitions: [
@@ -87497,13 +87911,13 @@ const OrganizationInviteConnectionFragmentDoc = {
87497
87911
  ...PageInfoFragmentDoc.definitions,
87498
87912
  ],
87499
87913
  };
87500
- const OrganizationInviteDetailsPayloadFragmentDoc = {
87914
+ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
87501
87915
  kind: "Document",
87502
87916
  definitions: [
87503
87917
  {
87504
87918
  kind: "FragmentDefinition",
87505
- name: { kind: "Name", value: "OrganizationInviteDetailsPayload" },
87506
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationInviteDetailsPayload" } },
87919
+ name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" },
87920
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" } },
87507
87921
  selectionSet: {
87508
87922
  kind: "SelectionSet",
87509
87923
  selections: [
@@ -87692,6 +88106,23 @@ const ProjectConnectionFragmentDoc = {
87692
88106
  ...PageInfoFragmentDoc.definitions,
87693
88107
  ],
87694
88108
  };
88109
+ const ProjectFilterSuggestionPayloadFragmentDoc = {
88110
+ kind: "Document",
88111
+ definitions: [
88112
+ {
88113
+ kind: "FragmentDefinition",
88114
+ name: { kind: "Name", value: "ProjectFilterSuggestionPayload" },
88115
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } },
88116
+ selectionSet: {
88117
+ kind: "SelectionSet",
88118
+ selections: [
88119
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88120
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
88121
+ ],
88122
+ },
88123
+ },
88124
+ ],
88125
+ };
87695
88126
  const ProjectLinkFragmentDoc = {
87696
88127
  kind: "Document",
87697
88128
  definitions: [
@@ -87908,6 +88339,161 @@ const ProjectPayloadFragmentDoc = {
87908
88339
  },
87909
88340
  ],
87910
88341
  };
88342
+ const ProjectSearchResultFragmentDoc = {
88343
+ kind: "Document",
88344
+ definitions: [
88345
+ {
88346
+ kind: "FragmentDefinition",
88347
+ name: { kind: "Name", value: "ProjectSearchResult" },
88348
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResult" } },
88349
+ selectionSet: {
88350
+ kind: "SelectionSet",
88351
+ selections: [
88352
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88353
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
88354
+ { kind: "Field", name: { kind: "Name", value: "url" } },
88355
+ {
88356
+ kind: "Field",
88357
+ name: { kind: "Name", value: "integrationsSettings" },
88358
+ selectionSet: {
88359
+ kind: "SelectionSet",
88360
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88361
+ },
88362
+ },
88363
+ { kind: "Field", name: { kind: "Name", value: "targetDate" } },
88364
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
88365
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88366
+ { kind: "Field", name: { kind: "Name", value: "completedScopeHistory" } },
88367
+ { kind: "Field", name: { kind: "Name", value: "completedIssueCountHistory" } },
88368
+ { kind: "Field", name: { kind: "Name", value: "inProgressScopeHistory" } },
88369
+ { kind: "Field", name: { kind: "Name", value: "progress" } },
88370
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
88371
+ {
88372
+ kind: "Field",
88373
+ name: { kind: "Name", value: "lead" },
88374
+ selectionSet: {
88375
+ kind: "SelectionSet",
88376
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88377
+ },
88378
+ },
88379
+ {
88380
+ kind: "Field",
88381
+ name: { kind: "Name", value: "convertedFromIssue" },
88382
+ selectionSet: {
88383
+ kind: "SelectionSet",
88384
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88385
+ },
88386
+ },
88387
+ { kind: "Field", name: { kind: "Name", value: "color" } },
88388
+ { kind: "Field", name: { kind: "Name", value: "description" } },
88389
+ { kind: "Field", name: { kind: "Name", value: "name" } },
88390
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
88391
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
88392
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
88393
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
88394
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
88395
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
88396
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
88397
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
88398
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersPausedUntilAt" } },
88399
+ { kind: "Field", name: { kind: "Name", value: "scopeHistory" } },
88400
+ { kind: "Field", name: { kind: "Name", value: "issueCountHistory" } },
88401
+ { kind: "Field", name: { kind: "Name", value: "state" } },
88402
+ { kind: "Field", name: { kind: "Name", value: "id" } },
88403
+ {
88404
+ kind: "Field",
88405
+ name: { kind: "Name", value: "creator" },
88406
+ selectionSet: {
88407
+ kind: "SelectionSet",
88408
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
88409
+ },
88410
+ },
88411
+ { kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
88412
+ { kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
88413
+ { kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
88414
+ ],
88415
+ },
88416
+ },
88417
+ ],
88418
+ };
88419
+ const ProjectSearchPayloadFragmentDoc = {
88420
+ kind: "Document",
88421
+ definitions: [
88422
+ {
88423
+ kind: "FragmentDefinition",
88424
+ name: { kind: "Name", value: "ProjectSearchPayload" },
88425
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchPayload" } },
88426
+ selectionSet: {
88427
+ kind: "SelectionSet",
88428
+ selections: [
88429
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88430
+ {
88431
+ kind: "Field",
88432
+ name: { kind: "Name", value: "archivePayload" },
88433
+ selectionSet: {
88434
+ kind: "SelectionSet",
88435
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
88436
+ },
88437
+ },
88438
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
88439
+ {
88440
+ kind: "Field",
88441
+ name: { kind: "Name", value: "nodes" },
88442
+ selectionSet: {
88443
+ kind: "SelectionSet",
88444
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
88445
+ },
88446
+ },
88447
+ {
88448
+ kind: "Field",
88449
+ name: { kind: "Name", value: "pageInfo" },
88450
+ selectionSet: {
88451
+ kind: "SelectionSet",
88452
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88453
+ },
88454
+ },
88455
+ ],
88456
+ },
88457
+ },
88458
+ ...ArchiveResponseFragmentDoc.definitions,
88459
+ ...ProjectSearchResultFragmentDoc.definitions,
88460
+ ...PageInfoFragmentDoc.definitions,
88461
+ ],
88462
+ };
88463
+ const ProjectSearchResultConnectionFragmentDoc = {
88464
+ kind: "Document",
88465
+ definitions: [
88466
+ {
88467
+ kind: "FragmentDefinition",
88468
+ name: { kind: "Name", value: "ProjectSearchResultConnection" },
88469
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResultConnection" } },
88470
+ selectionSet: {
88471
+ kind: "SelectionSet",
88472
+ selections: [
88473
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
88474
+ {
88475
+ kind: "Field",
88476
+ name: { kind: "Name", value: "nodes" },
88477
+ selectionSet: {
88478
+ kind: "SelectionSet",
88479
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
88480
+ },
88481
+ },
88482
+ {
88483
+ kind: "Field",
88484
+ name: { kind: "Name", value: "pageInfo" },
88485
+ selectionSet: {
88486
+ kind: "SelectionSet",
88487
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
88488
+ },
88489
+ },
88490
+ ],
88491
+ },
88492
+ },
88493
+ ...ProjectSearchResultFragmentDoc.definitions,
88494
+ ...PageInfoFragmentDoc.definitions,
88495
+ ],
88496
+ };
87911
88497
  const ProjectUpdateFragmentDoc = {
87912
88498
  kind: "Document",
87913
88499
  definitions: [
@@ -91368,6 +91954,74 @@ const ImageUploadFromUrlDocument = {
91368
91954
  ...ImageUploadFromUrlPayloadFragmentDoc.definitions,
91369
91955
  ],
91370
91956
  };
91957
+ const ImportFileUploadDocument = {
91958
+ kind: "Document",
91959
+ definitions: [
91960
+ {
91961
+ kind: "OperationDefinition",
91962
+ operation: "mutation",
91963
+ name: { kind: "Name", value: "importFileUpload" },
91964
+ variableDefinitions: [
91965
+ {
91966
+ kind: "VariableDefinition",
91967
+ variable: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
91968
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91969
+ },
91970
+ {
91971
+ kind: "VariableDefinition",
91972
+ variable: { kind: "Variable", name: { kind: "Name", value: "filename" } },
91973
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
91974
+ },
91975
+ {
91976
+ kind: "VariableDefinition",
91977
+ variable: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
91978
+ type: { kind: "NamedType", name: { kind: "Name", value: "JSON" } },
91979
+ },
91980
+ {
91981
+ kind: "VariableDefinition",
91982
+ variable: { kind: "Variable", name: { kind: "Name", value: "size" } },
91983
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
91984
+ },
91985
+ ],
91986
+ selectionSet: {
91987
+ kind: "SelectionSet",
91988
+ selections: [
91989
+ {
91990
+ kind: "Field",
91991
+ name: { kind: "Name", value: "importFileUpload" },
91992
+ arguments: [
91993
+ {
91994
+ kind: "Argument",
91995
+ name: { kind: "Name", value: "contentType" },
91996
+ value: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
91997
+ },
91998
+ {
91999
+ kind: "Argument",
92000
+ name: { kind: "Name", value: "filename" },
92001
+ value: { kind: "Variable", name: { kind: "Name", value: "filename" } },
92002
+ },
92003
+ {
92004
+ kind: "Argument",
92005
+ name: { kind: "Name", value: "metaData" },
92006
+ value: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
92007
+ },
92008
+ {
92009
+ kind: "Argument",
92010
+ name: { kind: "Name", value: "size" },
92011
+ value: { kind: "Variable", name: { kind: "Name", value: "size" } },
92012
+ },
92013
+ ],
92014
+ selectionSet: {
92015
+ kind: "SelectionSet",
92016
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UploadPayload" } }],
92017
+ },
92018
+ },
92019
+ ],
92020
+ },
92021
+ },
92022
+ ...UploadPayloadFragmentDoc.definitions,
92023
+ ],
92024
+ };
91371
92025
  const DeleteIntegrationDocument = {
91372
92026
  kind: "Document",
91373
92027
  definitions: [
@@ -92855,38 +93509,33 @@ const IssueImportCreateAsanaDocument = {
92855
93509
  ...IssueImportPayloadFragmentDoc.definitions,
92856
93510
  ],
92857
93511
  };
92858
- const IssueImportCreateClubhouseDocument = {
93512
+ const IssueImportCreateCsvJiraDocument = {
92859
93513
  kind: "Document",
92860
93514
  definitions: [
92861
93515
  {
92862
93516
  kind: "OperationDefinition",
92863
93517
  operation: "mutation",
92864
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
93518
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
92865
93519
  variableDefinitions: [
92866
93520
  {
92867
93521
  kind: "VariableDefinition",
92868
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
93522
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
92869
93523
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92870
93524
  },
92871
93525
  {
92872
93526
  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" } },
93527
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
92879
93528
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92880
93529
  },
92881
93530
  {
92882
93531
  kind: "VariableDefinition",
92883
- variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
92884
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93532
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
93533
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92885
93534
  },
92886
93535
  {
92887
93536
  kind: "VariableDefinition",
92888
- variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
92889
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93537
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
93538
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
92890
93539
  },
92891
93540
  {
92892
93541
  kind: "VariableDefinition",
@@ -92909,32 +93558,27 @@ const IssueImportCreateClubhouseDocument = {
92909
93558
  selections: [
92910
93559
  {
92911
93560
  kind: "Field",
92912
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
93561
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
92913
93562
  arguments: [
92914
93563
  {
92915
93564
  kind: "Argument",
92916
- name: { kind: "Name", value: "clubhouseTeamName" },
92917
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
93565
+ name: { kind: "Name", value: "csvUrl" },
93566
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
92918
93567
  },
92919
93568
  {
92920
93569
  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" } },
93570
+ name: { kind: "Name", value: "jiraEmail" },
93571
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
92928
93572
  },
92929
93573
  {
92930
93574
  kind: "Argument",
92931
- name: { kind: "Name", value: "includeClosedIssues" },
92932
- value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93575
+ name: { kind: "Name", value: "jiraHostname" },
93576
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
92933
93577
  },
92934
93578
  {
92935
93579
  kind: "Argument",
92936
- name: { kind: "Name", value: "instantProcess" },
92937
- value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93580
+ name: { kind: "Name", value: "jiraToken" },
93581
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
92938
93582
  },
92939
93583
  {
92940
93584
  kind: "Argument",
@@ -92963,32 +93607,140 @@ const IssueImportCreateClubhouseDocument = {
92963
93607
  ...IssueImportPayloadFragmentDoc.definitions,
92964
93608
  ],
92965
93609
  };
92966
- const IssueImportCreateGithubDocument = {
93610
+ const IssueImportCreateClubhouseDocument = {
92967
93611
  kind: "Document",
92968
93612
  definitions: [
92969
93613
  {
92970
93614
  kind: "OperationDefinition",
92971
93615
  operation: "mutation",
92972
- name: { kind: "Name", value: "issueImportCreateGithub" },
93616
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
92973
93617
  variableDefinitions: [
92974
93618
  {
92975
93619
  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" } },
93620
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
92982
93621
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92983
93622
  },
92984
93623
  {
92985
93624
  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" } },
93625
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
93626
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93627
+ },
93628
+ {
93629
+ kind: "VariableDefinition",
93630
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
93631
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93632
+ },
93633
+ {
93634
+ kind: "VariableDefinition",
93635
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93636
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93637
+ },
93638
+ {
93639
+ kind: "VariableDefinition",
93640
+ variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93641
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93642
+ },
93643
+ {
93644
+ kind: "VariableDefinition",
93645
+ variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
93646
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93647
+ },
93648
+ {
93649
+ kind: "VariableDefinition",
93650
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
93651
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93652
+ },
93653
+ {
93654
+ kind: "VariableDefinition",
93655
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
93656
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
93657
+ },
93658
+ ],
93659
+ selectionSet: {
93660
+ kind: "SelectionSet",
93661
+ selections: [
93662
+ {
93663
+ kind: "Field",
93664
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
93665
+ arguments: [
93666
+ {
93667
+ kind: "Argument",
93668
+ name: { kind: "Name", value: "clubhouseGroupName" },
93669
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
93670
+ },
93671
+ {
93672
+ kind: "Argument",
93673
+ name: { kind: "Name", value: "clubhouseToken" },
93674
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
93675
+ },
93676
+ {
93677
+ kind: "Argument",
93678
+ name: { kind: "Name", value: "id" },
93679
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
93680
+ },
93681
+ {
93682
+ kind: "Argument",
93683
+ name: { kind: "Name", value: "includeClosedIssues" },
93684
+ value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
93685
+ },
93686
+ {
93687
+ kind: "Argument",
93688
+ name: { kind: "Name", value: "instantProcess" },
93689
+ value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
93690
+ },
93691
+ {
93692
+ kind: "Argument",
93693
+ name: { kind: "Name", value: "organizationId" },
93694
+ value: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
93695
+ },
93696
+ {
93697
+ kind: "Argument",
93698
+ name: { kind: "Name", value: "teamId" },
93699
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
93700
+ },
93701
+ {
93702
+ kind: "Argument",
93703
+ name: { kind: "Name", value: "teamName" },
93704
+ value: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
93705
+ },
93706
+ ],
93707
+ selectionSet: {
93708
+ kind: "SelectionSet",
93709
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportPayload" } }],
93710
+ },
93711
+ },
93712
+ ],
93713
+ },
93714
+ },
93715
+ ...IssueImportPayloadFragmentDoc.definitions,
93716
+ ],
93717
+ };
93718
+ const IssueImportCreateGithubDocument = {
93719
+ kind: "Document",
93720
+ definitions: [
93721
+ {
93722
+ kind: "OperationDefinition",
93723
+ operation: "mutation",
93724
+ name: { kind: "Name", value: "issueImportCreateGithub" },
93725
+ variableDefinitions: [
93726
+ {
93727
+ kind: "VariableDefinition",
93728
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
93729
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93730
+ },
93731
+ {
93732
+ kind: "VariableDefinition",
93733
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
93734
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93735
+ },
93736
+ {
93737
+ kind: "VariableDefinition",
93738
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
93739
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
93740
+ },
93741
+ {
93742
+ kind: "VariableDefinition",
93743
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
92992
93744
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
92993
93745
  },
92994
93746
  {
@@ -96541,6 +97293,44 @@ const UserGoogleCalendarConnectDocument = {
96541
97293
  ...UserPayloadFragmentDoc.definitions,
96542
97294
  ],
96543
97295
  };
97296
+ const UserJiraConnectDocument = {
97297
+ kind: "Document",
97298
+ definitions: [
97299
+ {
97300
+ kind: "OperationDefinition",
97301
+ operation: "mutation",
97302
+ name: { kind: "Name", value: "userJiraConnect" },
97303
+ variableDefinitions: [
97304
+ {
97305
+ kind: "VariableDefinition",
97306
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
97307
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
97308
+ },
97309
+ ],
97310
+ selectionSet: {
97311
+ kind: "SelectionSet",
97312
+ selections: [
97313
+ {
97314
+ kind: "Field",
97315
+ name: { kind: "Name", value: "userJiraConnect" },
97316
+ arguments: [
97317
+ {
97318
+ kind: "Argument",
97319
+ name: { kind: "Name", value: "code" },
97320
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
97321
+ },
97322
+ ],
97323
+ selectionSet: {
97324
+ kind: "SelectionSet",
97325
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
97326
+ },
97327
+ },
97328
+ ],
97329
+ },
97330
+ },
97331
+ ...UserPayloadFragmentDoc.definitions,
97332
+ ],
97333
+ };
96544
97334
  const UserPromoteAdminDocument = {
96545
97335
  kind: "Document",
96546
97336
  definitions: [
@@ -97317,6 +98107,11 @@ const ProjectMilestonesDocument = {
97317
98107
  variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
97318
98108
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
97319
98109
  },
98110
+ {
98111
+ kind: "VariableDefinition",
98112
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
98113
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
98114
+ },
97320
98115
  {
97321
98116
  kind: "VariableDefinition",
97322
98117
  variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
@@ -97355,6 +98150,11 @@ const ProjectMilestonesDocument = {
97355
98150
  name: { kind: "Name", value: "before" },
97356
98151
  value: { kind: "Variable", name: { kind: "Name", value: "before" } },
97357
98152
  },
98153
+ {
98154
+ kind: "Argument",
98155
+ name: { kind: "Name", value: "filter" },
98156
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
98157
+ },
97358
98158
  {
97359
98159
  kind: "Argument",
97360
98160
  name: { kind: "Name", value: "first" },
@@ -100042,13 +100842,13 @@ const EmojisDocument = {
100042
100842
  ...EmojiConnectionFragmentDoc.definitions,
100043
100843
  ],
100044
100844
  };
100045
- const ExternalUserDocument = {
100845
+ const FavoriteDocument = {
100046
100846
  kind: "Document",
100047
100847
  definitions: [
100048
100848
  {
100049
100849
  kind: "OperationDefinition",
100050
100850
  operation: "query",
100051
- name: { kind: "Name", value: "externalUser" },
100851
+ name: { kind: "Name", value: "favorite" },
100052
100852
  variableDefinitions: [
100053
100853
  {
100054
100854
  kind: "VariableDefinition",
@@ -100061,7 +100861,75 @@ const ExternalUserDocument = {
100061
100861
  selections: [
100062
100862
  {
100063
100863
  kind: "Field",
100064
- name: { kind: "Name", value: "externalUser" },
100864
+ name: { kind: "Name", value: "favorite" },
100865
+ arguments: [
100866
+ {
100867
+ kind: "Argument",
100868
+ name: { kind: "Name", value: "id" },
100869
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
100870
+ },
100871
+ ],
100872
+ selectionSet: {
100873
+ kind: "SelectionSet",
100874
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Favorite" } }],
100875
+ },
100876
+ },
100877
+ ],
100878
+ },
100879
+ },
100880
+ ...FavoriteFragmentDoc.definitions,
100881
+ ],
100882
+ };
100883
+ const Favorite_ChildrenDocument = {
100884
+ kind: "Document",
100885
+ definitions: [
100886
+ {
100887
+ kind: "OperationDefinition",
100888
+ operation: "query",
100889
+ name: { kind: "Name", value: "favorite_children" },
100890
+ variableDefinitions: [
100891
+ {
100892
+ kind: "VariableDefinition",
100893
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
100894
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
100895
+ },
100896
+ {
100897
+ kind: "VariableDefinition",
100898
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
100899
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100900
+ },
100901
+ {
100902
+ kind: "VariableDefinition",
100903
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
100904
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100905
+ },
100906
+ {
100907
+ kind: "VariableDefinition",
100908
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
100909
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100910
+ },
100911
+ {
100912
+ kind: "VariableDefinition",
100913
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100914
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
100915
+ },
100916
+ {
100917
+ kind: "VariableDefinition",
100918
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
100919
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100920
+ },
100921
+ {
100922
+ kind: "VariableDefinition",
100923
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100924
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
100925
+ },
100926
+ ],
100927
+ selectionSet: {
100928
+ kind: "SelectionSet",
100929
+ selections: [
100930
+ {
100931
+ kind: "Field",
100932
+ name: { kind: "Name", value: "favorite" },
100065
100933
  arguments: [
100066
100934
  {
100067
100935
  kind: "Argument",
@@ -100072,310 +100940,62 @@ const ExternalUserDocument = {
100072
100940
  selectionSet: {
100073
100941
  kind: "SelectionSet",
100074
100942
  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
100943
  {
100084
100944
  kind: "Field",
100085
- name: { kind: "Name", value: "organization" },
100945
+ name: { kind: "Name", value: "children" },
100946
+ arguments: [
100947
+ {
100948
+ kind: "Argument",
100949
+ name: { kind: "Name", value: "after" },
100950
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
100951
+ },
100952
+ {
100953
+ kind: "Argument",
100954
+ name: { kind: "Name", value: "before" },
100955
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
100956
+ },
100957
+ {
100958
+ kind: "Argument",
100959
+ name: { kind: "Name", value: "first" },
100960
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
100961
+ },
100962
+ {
100963
+ kind: "Argument",
100964
+ name: { kind: "Name", value: "includeArchived" },
100965
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100966
+ },
100967
+ {
100968
+ kind: "Argument",
100969
+ name: { kind: "Name", value: "last" },
100970
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
100971
+ },
100972
+ {
100973
+ kind: "Argument",
100974
+ name: { kind: "Name", value: "orderBy" },
100975
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100976
+ },
100977
+ ],
100086
100978
  selectionSet: {
100087
100979
  kind: "SelectionSet",
100088
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
100980
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FavoriteConnection" } }],
100089
100981
  },
100090
100982
  },
100091
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
100092
100983
  ],
100093
100984
  },
100094
100985
  },
100095
100986
  ],
100096
100987
  },
100097
100988
  },
100098
- ...OrganizationFragmentDoc.definitions,
100989
+ ...FavoriteConnectionFragmentDoc.definitions,
100099
100990
  ],
100100
100991
  };
100101
- const ExternalUsersDocument = {
100992
+ const FavoritesDocument = {
100102
100993
  kind: "Document",
100103
100994
  definitions: [
100104
100995
  {
100105
100996
  kind: "OperationDefinition",
100106
100997
  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
- const FavoriteDocument = {
100226
- kind: "Document",
100227
- definitions: [
100228
- {
100229
- kind: "OperationDefinition",
100230
- operation: "query",
100231
- name: { kind: "Name", value: "favorite" },
100232
- variableDefinitions: [
100233
- {
100234
- kind: "VariableDefinition",
100235
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
100236
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
100237
- },
100238
- ],
100239
- selectionSet: {
100240
- kind: "SelectionSet",
100241
- selections: [
100242
- {
100243
- kind: "Field",
100244
- name: { kind: "Name", value: "favorite" },
100245
- arguments: [
100246
- {
100247
- kind: "Argument",
100248
- name: { kind: "Name", value: "id" },
100249
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
100250
- },
100251
- ],
100252
- selectionSet: {
100253
- kind: "SelectionSet",
100254
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Favorite" } }],
100255
- },
100256
- },
100257
- ],
100258
- },
100259
- },
100260
- ...FavoriteFragmentDoc.definitions,
100261
- ],
100262
- };
100263
- const Favorite_ChildrenDocument = {
100264
- kind: "Document",
100265
- definitions: [
100266
- {
100267
- kind: "OperationDefinition",
100268
- operation: "query",
100269
- name: { kind: "Name", value: "favorite_children" },
100270
- variableDefinitions: [
100271
- {
100272
- kind: "VariableDefinition",
100273
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
100274
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
100275
- },
100276
- {
100277
- kind: "VariableDefinition",
100278
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
100279
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100280
- },
100281
- {
100282
- kind: "VariableDefinition",
100283
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
100284
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100285
- },
100286
- {
100287
- kind: "VariableDefinition",
100288
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
100289
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100290
- },
100291
- {
100292
- kind: "VariableDefinition",
100293
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100294
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
100295
- },
100296
- {
100297
- kind: "VariableDefinition",
100298
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
100299
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100300
- },
100301
- {
100302
- kind: "VariableDefinition",
100303
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100304
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
100305
- },
100306
- ],
100307
- selectionSet: {
100308
- kind: "SelectionSet",
100309
- selections: [
100310
- {
100311
- kind: "Field",
100312
- name: { kind: "Name", value: "favorite" },
100313
- arguments: [
100314
- {
100315
- kind: "Argument",
100316
- name: { kind: "Name", value: "id" },
100317
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
100318
- },
100319
- ],
100320
- selectionSet: {
100321
- kind: "SelectionSet",
100322
- selections: [
100323
- {
100324
- kind: "Field",
100325
- name: { kind: "Name", value: "children" },
100326
- arguments: [
100327
- {
100328
- kind: "Argument",
100329
- name: { kind: "Name", value: "after" },
100330
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
100331
- },
100332
- {
100333
- kind: "Argument",
100334
- name: { kind: "Name", value: "before" },
100335
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
100336
- },
100337
- {
100338
- kind: "Argument",
100339
- name: { kind: "Name", value: "first" },
100340
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
100341
- },
100342
- {
100343
- kind: "Argument",
100344
- name: { kind: "Name", value: "includeArchived" },
100345
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100346
- },
100347
- {
100348
- kind: "Argument",
100349
- name: { kind: "Name", value: "last" },
100350
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
100351
- },
100352
- {
100353
- kind: "Argument",
100354
- name: { kind: "Name", value: "orderBy" },
100355
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100356
- },
100357
- ],
100358
- selectionSet: {
100359
- kind: "SelectionSet",
100360
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FavoriteConnection" } }],
100361
- },
100362
- },
100363
- ],
100364
- },
100365
- },
100366
- ],
100367
- },
100368
- },
100369
- ...FavoriteConnectionFragmentDoc.definitions,
100370
- ],
100371
- };
100372
- const FavoritesDocument = {
100373
- kind: "Document",
100374
- definitions: [
100375
- {
100376
- kind: "OperationDefinition",
100377
- operation: "query",
100378
- name: { kind: "Name", value: "favorites" },
100998
+ name: { kind: "Name", value: "favorites" },
100379
100999
  variableDefinitions: [
100380
101000
  {
100381
101001
  kind: "VariableDefinition",
@@ -101822,95 +102442,14 @@ const Issue_SubscribersDocument = {
101822
102442
  ...UserConnectionFragmentDoc.definitions,
101823
102443
  ],
101824
102444
  };
101825
- const IssueImportFinishGithubOAuthDocument = {
101826
- kind: "Document",
101827
- definitions: [
101828
- {
101829
- kind: "OperationDefinition",
101830
- operation: "query",
101831
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
101832
- variableDefinitions: [
101833
- {
101834
- kind: "VariableDefinition",
101835
- variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
101836
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
101837
- },
101838
- ],
101839
- selectionSet: {
101840
- kind: "SelectionSet",
101841
- selections: [
101842
- {
101843
- kind: "Field",
101844
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
101845
- arguments: [
101846
- {
101847
- kind: "Argument",
101848
- name: { kind: "Name", value: "code" },
101849
- value: { kind: "Variable", name: { kind: "Name", value: "code" } },
101850
- },
101851
- ],
101852
- selectionSet: {
101853
- kind: "SelectionSet",
101854
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
101855
- },
101856
- },
101857
- ],
101858
- },
101859
- },
101860
- ...GithubOAuthTokenPayloadFragmentDoc.definitions,
101861
- ],
101862
- };
101863
- const IssueLabelDocument = {
101864
- kind: "Document",
101865
- definitions: [
101866
- {
101867
- kind: "OperationDefinition",
101868
- operation: "query",
101869
- name: { kind: "Name", value: "issueLabel" },
101870
- variableDefinitions: [
101871
- {
101872
- kind: "VariableDefinition",
101873
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
101874
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
101875
- },
101876
- ],
101877
- selectionSet: {
101878
- kind: "SelectionSet",
101879
- selections: [
101880
- {
101881
- kind: "Field",
101882
- name: { kind: "Name", value: "issueLabel" },
101883
- arguments: [
101884
- {
101885
- kind: "Argument",
101886
- name: { kind: "Name", value: "id" },
101887
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
101888
- },
101889
- ],
101890
- selectionSet: {
101891
- kind: "SelectionSet",
101892
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
101893
- },
101894
- },
101895
- ],
101896
- },
101897
- },
101898
- ...IssueLabelFragmentDoc.definitions,
101899
- ],
101900
- };
101901
- const IssueLabel_ChildrenDocument = {
102445
+ const IssueFigmaFileKeySearchDocument = {
101902
102446
  kind: "Document",
101903
102447
  definitions: [
101904
102448
  {
101905
102449
  kind: "OperationDefinition",
101906
102450
  operation: "query",
101907
- name: { kind: "Name", value: "issueLabel_children" },
102451
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
101908
102452
  variableDefinitions: [
101909
- {
101910
- kind: "VariableDefinition",
101911
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
101912
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
101913
- },
101914
102453
  {
101915
102454
  kind: "VariableDefinition",
101916
102455
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -101923,8 +102462,273 @@ const IssueLabel_ChildrenDocument = {
101923
102462
  },
101924
102463
  {
101925
102464
  kind: "VariableDefinition",
101926
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
101927
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelFilter" } },
102465
+ variable: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
102466
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102467
+ },
102468
+ {
102469
+ kind: "VariableDefinition",
102470
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
102471
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102472
+ },
102473
+ {
102474
+ kind: "VariableDefinition",
102475
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102476
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
102477
+ },
102478
+ {
102479
+ kind: "VariableDefinition",
102480
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
102481
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
102482
+ },
102483
+ {
102484
+ kind: "VariableDefinition",
102485
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102486
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
102487
+ },
102488
+ ],
102489
+ selectionSet: {
102490
+ kind: "SelectionSet",
102491
+ selections: [
102492
+ {
102493
+ kind: "Field",
102494
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
102495
+ arguments: [
102496
+ {
102497
+ kind: "Argument",
102498
+ name: { kind: "Name", value: "after" },
102499
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
102500
+ },
102501
+ {
102502
+ kind: "Argument",
102503
+ name: { kind: "Name", value: "before" },
102504
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
102505
+ },
102506
+ {
102507
+ kind: "Argument",
102508
+ name: { kind: "Name", value: "fileKey" },
102509
+ value: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
102510
+ },
102511
+ {
102512
+ kind: "Argument",
102513
+ name: { kind: "Name", value: "first" },
102514
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
102515
+ },
102516
+ {
102517
+ kind: "Argument",
102518
+ name: { kind: "Name", value: "includeArchived" },
102519
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
102520
+ },
102521
+ {
102522
+ kind: "Argument",
102523
+ name: { kind: "Name", value: "last" },
102524
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
102525
+ },
102526
+ {
102527
+ kind: "Argument",
102528
+ name: { kind: "Name", value: "orderBy" },
102529
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
102530
+ },
102531
+ ],
102532
+ selectionSet: {
102533
+ kind: "SelectionSet",
102534
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
102535
+ },
102536
+ },
102537
+ ],
102538
+ },
102539
+ },
102540
+ ...IssueConnectionFragmentDoc.definitions,
102541
+ ],
102542
+ };
102543
+ const IssueFilterSuggestionDocument = {
102544
+ kind: "Document",
102545
+ definitions: [
102546
+ {
102547
+ kind: "OperationDefinition",
102548
+ operation: "query",
102549
+ name: { kind: "Name", value: "issueFilterSuggestion" },
102550
+ variableDefinitions: [
102551
+ {
102552
+ kind: "VariableDefinition",
102553
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
102554
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102555
+ },
102556
+ ],
102557
+ selectionSet: {
102558
+ kind: "SelectionSet",
102559
+ selections: [
102560
+ {
102561
+ kind: "Field",
102562
+ name: { kind: "Name", value: "issueFilterSuggestion" },
102563
+ arguments: [
102564
+ {
102565
+ kind: "Argument",
102566
+ name: { kind: "Name", value: "prompt" },
102567
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
102568
+ },
102569
+ ],
102570
+ selectionSet: {
102571
+ kind: "SelectionSet",
102572
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } }],
102573
+ },
102574
+ },
102575
+ ],
102576
+ },
102577
+ },
102578
+ ...IssueFilterSuggestionPayloadFragmentDoc.definitions,
102579
+ ],
102580
+ };
102581
+ const IssueImportCheckCsvDocument = {
102582
+ kind: "Document",
102583
+ definitions: [
102584
+ {
102585
+ kind: "OperationDefinition",
102586
+ operation: "query",
102587
+ name: { kind: "Name", value: "issueImportCheckCSV" },
102588
+ variableDefinitions: [
102589
+ {
102590
+ kind: "VariableDefinition",
102591
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
102592
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102593
+ },
102594
+ {
102595
+ kind: "VariableDefinition",
102596
+ variable: { kind: "Variable", name: { kind: "Name", value: "service" } },
102597
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102598
+ },
102599
+ ],
102600
+ selectionSet: {
102601
+ kind: "SelectionSet",
102602
+ selections: [
102603
+ {
102604
+ kind: "Field",
102605
+ name: { kind: "Name", value: "issueImportCheckCSV" },
102606
+ arguments: [
102607
+ {
102608
+ kind: "Argument",
102609
+ name: { kind: "Name", value: "csvUrl" },
102610
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
102611
+ },
102612
+ {
102613
+ kind: "Argument",
102614
+ name: { kind: "Name", value: "service" },
102615
+ value: { kind: "Variable", name: { kind: "Name", value: "service" } },
102616
+ },
102617
+ ],
102618
+ selectionSet: {
102619
+ kind: "SelectionSet",
102620
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportCheckPayload" } }],
102621
+ },
102622
+ },
102623
+ ],
102624
+ },
102625
+ },
102626
+ ...IssueImportCheckPayloadFragmentDoc.definitions,
102627
+ ],
102628
+ };
102629
+ const IssueImportFinishGithubOAuthDocument = {
102630
+ kind: "Document",
102631
+ definitions: [
102632
+ {
102633
+ kind: "OperationDefinition",
102634
+ operation: "query",
102635
+ name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
102636
+ variableDefinitions: [
102637
+ {
102638
+ kind: "VariableDefinition",
102639
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
102640
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102641
+ },
102642
+ ],
102643
+ selectionSet: {
102644
+ kind: "SelectionSet",
102645
+ selections: [
102646
+ {
102647
+ kind: "Field",
102648
+ name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
102649
+ arguments: [
102650
+ {
102651
+ kind: "Argument",
102652
+ name: { kind: "Name", value: "code" },
102653
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
102654
+ },
102655
+ ],
102656
+ selectionSet: {
102657
+ kind: "SelectionSet",
102658
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
102659
+ },
102660
+ },
102661
+ ],
102662
+ },
102663
+ },
102664
+ ...GithubOAuthTokenPayloadFragmentDoc.definitions,
102665
+ ],
102666
+ };
102667
+ const IssueLabelDocument = {
102668
+ kind: "Document",
102669
+ definitions: [
102670
+ {
102671
+ kind: "OperationDefinition",
102672
+ operation: "query",
102673
+ name: { kind: "Name", value: "issueLabel" },
102674
+ variableDefinitions: [
102675
+ {
102676
+ kind: "VariableDefinition",
102677
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
102678
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102679
+ },
102680
+ ],
102681
+ selectionSet: {
102682
+ kind: "SelectionSet",
102683
+ selections: [
102684
+ {
102685
+ kind: "Field",
102686
+ name: { kind: "Name", value: "issueLabel" },
102687
+ arguments: [
102688
+ {
102689
+ kind: "Argument",
102690
+ name: { kind: "Name", value: "id" },
102691
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
102692
+ },
102693
+ ],
102694
+ selectionSet: {
102695
+ kind: "SelectionSet",
102696
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
102697
+ },
102698
+ },
102699
+ ],
102700
+ },
102701
+ },
102702
+ ...IssueLabelFragmentDoc.definitions,
102703
+ ],
102704
+ };
102705
+ const IssueLabel_ChildrenDocument = {
102706
+ kind: "Document",
102707
+ definitions: [
102708
+ {
102709
+ kind: "OperationDefinition",
102710
+ operation: "query",
102711
+ name: { kind: "Name", value: "issueLabel_children" },
102712
+ variableDefinitions: [
102713
+ {
102714
+ kind: "VariableDefinition",
102715
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
102716
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
102717
+ },
102718
+ {
102719
+ kind: "VariableDefinition",
102720
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
102721
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102722
+ },
102723
+ {
102724
+ kind: "VariableDefinition",
102725
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
102726
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
102727
+ },
102728
+ {
102729
+ kind: "VariableDefinition",
102730
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
102731
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelFilter" } },
101928
102732
  },
101929
102733
  {
101930
102734
  kind: "VariableDefinition",
@@ -104354,46 +105158,6 @@ const OrganizationInviteDocument = {
104354
105158
  ...OrganizationInviteFragmentDoc.definitions,
104355
105159
  ],
104356
105160
  };
104357
- const OrganizationInviteDetailsDocument = {
104358
- kind: "Document",
104359
- definitions: [
104360
- {
104361
- kind: "OperationDefinition",
104362
- operation: "query",
104363
- name: { kind: "Name", value: "organizationInviteDetails" },
104364
- variableDefinitions: [
104365
- {
104366
- kind: "VariableDefinition",
104367
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
104368
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
104369
- },
104370
- ],
104371
- selectionSet: {
104372
- kind: "SelectionSet",
104373
- selections: [
104374
- {
104375
- kind: "Field",
104376
- name: { kind: "Name", value: "organizationInviteDetails" },
104377
- arguments: [
104378
- {
104379
- kind: "Argument",
104380
- name: { kind: "Name", value: "id" },
104381
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
104382
- },
104383
- ],
104384
- selectionSet: {
104385
- kind: "SelectionSet",
104386
- selections: [
104387
- { kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationInviteDetailsPayload" } },
104388
- ],
104389
- },
104390
- },
104391
- ],
104392
- },
104393
- },
104394
- ...OrganizationInviteDetailsPayloadFragmentDoc.definitions,
104395
- ],
104396
- };
104397
105161
  const OrganizationInvitesDocument = {
104398
105162
  kind: "Document",
104399
105163
  definitions: [
@@ -105325,6 +106089,44 @@ const Project_TeamsDocument = {
105325
106089
  ...TeamConnectionFragmentDoc.definitions,
105326
106090
  ],
105327
106091
  };
106092
+ const ProjectFilterSuggestionDocument = {
106093
+ kind: "Document",
106094
+ definitions: [
106095
+ {
106096
+ kind: "OperationDefinition",
106097
+ operation: "query",
106098
+ name: { kind: "Name", value: "projectFilterSuggestion" },
106099
+ variableDefinitions: [
106100
+ {
106101
+ kind: "VariableDefinition",
106102
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
106103
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106104
+ },
106105
+ ],
106106
+ selectionSet: {
106107
+ kind: "SelectionSet",
106108
+ selections: [
106109
+ {
106110
+ kind: "Field",
106111
+ name: { kind: "Name", value: "projectFilterSuggestion" },
106112
+ arguments: [
106113
+ {
106114
+ kind: "Argument",
106115
+ name: { kind: "Name", value: "prompt" },
106116
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
106117
+ },
106118
+ ],
106119
+ selectionSet: {
106120
+ kind: "SelectionSet",
106121
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
106122
+ },
106123
+ },
106124
+ ],
106125
+ },
106126
+ },
106127
+ ...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
106128
+ ],
106129
+ };
105328
106130
  const ProjectLinkDocument = {
105329
106131
  kind: "Document",
105330
106132
  definitions: [
@@ -105791,117 +106593,758 @@ const ProjectsDocument = {
105791
106593
  name: { kind: "Name", value: "orderBy" },
105792
106594
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105793
106595
  },
105794
- ],
105795
- selectionSet: {
105796
- kind: "SelectionSet",
105797
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
105798
- },
105799
- },
105800
- ],
105801
- },
105802
- },
105803
- ...ProjectConnectionFragmentDoc.definitions,
105804
- ],
105805
- };
105806
- const PushSubscriptionTestDocument = {
105807
- kind: "Document",
105808
- definitions: [
105809
- {
105810
- kind: "OperationDefinition",
105811
- operation: "query",
105812
- name: { kind: "Name", value: "pushSubscriptionTest" },
105813
- selectionSet: {
105814
- kind: "SelectionSet",
105815
- selections: [
105816
- {
105817
- kind: "Field",
105818
- name: { kind: "Name", value: "pushSubscriptionTest" },
105819
- selectionSet: {
105820
- kind: "SelectionSet",
105821
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
105822
- },
105823
- },
105824
- ],
105825
- },
105826
- },
105827
- ...PushSubscriptionTestPayloadFragmentDoc.definitions,
105828
- ],
105829
- };
105830
- const RateLimitStatusDocument = {
105831
- kind: "Document",
105832
- definitions: [
105833
- {
105834
- kind: "OperationDefinition",
105835
- operation: "query",
105836
- name: { kind: "Name", value: "rateLimitStatus" },
105837
- selectionSet: {
105838
- kind: "SelectionSet",
105839
- selections: [
105840
- {
105841
- kind: "Field",
105842
- name: { kind: "Name", value: "rateLimitStatus" },
105843
- selectionSet: {
105844
- kind: "SelectionSet",
105845
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RateLimitPayload" } }],
105846
- },
105847
- },
105848
- ],
105849
- },
105850
- },
105851
- ...RateLimitPayloadFragmentDoc.definitions,
105852
- ],
105853
- };
105854
- const RoadmapDocument = {
105855
- kind: "Document",
105856
- definitions: [
105857
- {
105858
- kind: "OperationDefinition",
105859
- operation: "query",
105860
- name: { kind: "Name", value: "roadmap" },
105861
- variableDefinitions: [
105862
- {
105863
- kind: "VariableDefinition",
105864
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
105865
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105866
- },
105867
- ],
105868
- selectionSet: {
105869
- kind: "SelectionSet",
105870
- selections: [
105871
- {
105872
- kind: "Field",
105873
- name: { kind: "Name", value: "roadmap" },
105874
- arguments: [
106596
+ ],
106597
+ selectionSet: {
106598
+ kind: "SelectionSet",
106599
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
106600
+ },
106601
+ },
106602
+ ],
106603
+ },
106604
+ },
106605
+ ...ProjectConnectionFragmentDoc.definitions,
106606
+ ],
106607
+ };
106608
+ const PushSubscriptionTestDocument = {
106609
+ kind: "Document",
106610
+ definitions: [
106611
+ {
106612
+ kind: "OperationDefinition",
106613
+ operation: "query",
106614
+ name: { kind: "Name", value: "pushSubscriptionTest" },
106615
+ selectionSet: {
106616
+ kind: "SelectionSet",
106617
+ selections: [
106618
+ {
106619
+ kind: "Field",
106620
+ name: { kind: "Name", value: "pushSubscriptionTest" },
106621
+ selectionSet: {
106622
+ kind: "SelectionSet",
106623
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
106624
+ },
106625
+ },
106626
+ ],
106627
+ },
106628
+ },
106629
+ ...PushSubscriptionTestPayloadFragmentDoc.definitions,
106630
+ ],
106631
+ };
106632
+ const RateLimitStatusDocument = {
106633
+ kind: "Document",
106634
+ definitions: [
106635
+ {
106636
+ kind: "OperationDefinition",
106637
+ operation: "query",
106638
+ name: { kind: "Name", value: "rateLimitStatus" },
106639
+ selectionSet: {
106640
+ kind: "SelectionSet",
106641
+ selections: [
106642
+ {
106643
+ kind: "Field",
106644
+ name: { kind: "Name", value: "rateLimitStatus" },
106645
+ selectionSet: {
106646
+ kind: "SelectionSet",
106647
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RateLimitPayload" } }],
106648
+ },
106649
+ },
106650
+ ],
106651
+ },
106652
+ },
106653
+ ...RateLimitPayloadFragmentDoc.definitions,
106654
+ ],
106655
+ };
106656
+ const RoadmapDocument = {
106657
+ kind: "Document",
106658
+ definitions: [
106659
+ {
106660
+ kind: "OperationDefinition",
106661
+ operation: "query",
106662
+ name: { kind: "Name", value: "roadmap" },
106663
+ variableDefinitions: [
106664
+ {
106665
+ kind: "VariableDefinition",
106666
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106667
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106668
+ },
106669
+ ],
106670
+ selectionSet: {
106671
+ kind: "SelectionSet",
106672
+ selections: [
106673
+ {
106674
+ kind: "Field",
106675
+ name: { kind: "Name", value: "roadmap" },
106676
+ arguments: [
106677
+ {
106678
+ kind: "Argument",
106679
+ name: { kind: "Name", value: "id" },
106680
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106681
+ },
106682
+ ],
106683
+ selectionSet: {
106684
+ kind: "SelectionSet",
106685
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Roadmap" } }],
106686
+ },
106687
+ },
106688
+ ],
106689
+ },
106690
+ },
106691
+ ...RoadmapFragmentDoc.definitions,
106692
+ ],
106693
+ };
106694
+ const Roadmap_ProjectsDocument = {
106695
+ kind: "Document",
106696
+ definitions: [
106697
+ {
106698
+ kind: "OperationDefinition",
106699
+ operation: "query",
106700
+ name: { kind: "Name", value: "roadmap_projects" },
106701
+ variableDefinitions: [
106702
+ {
106703
+ kind: "VariableDefinition",
106704
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106705
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106706
+ },
106707
+ {
106708
+ kind: "VariableDefinition",
106709
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106710
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106711
+ },
106712
+ {
106713
+ kind: "VariableDefinition",
106714
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106715
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106716
+ },
106717
+ {
106718
+ kind: "VariableDefinition",
106719
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
106720
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
106721
+ },
106722
+ {
106723
+ kind: "VariableDefinition",
106724
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106725
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106726
+ },
106727
+ {
106728
+ kind: "VariableDefinition",
106729
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106730
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106731
+ },
106732
+ {
106733
+ kind: "VariableDefinition",
106734
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106735
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106736
+ },
106737
+ {
106738
+ kind: "VariableDefinition",
106739
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106740
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106741
+ },
106742
+ ],
106743
+ selectionSet: {
106744
+ kind: "SelectionSet",
106745
+ selections: [
106746
+ {
106747
+ kind: "Field",
106748
+ name: { kind: "Name", value: "roadmap" },
106749
+ arguments: [
106750
+ {
106751
+ kind: "Argument",
106752
+ name: { kind: "Name", value: "id" },
106753
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106754
+ },
106755
+ ],
106756
+ selectionSet: {
106757
+ kind: "SelectionSet",
106758
+ selections: [
106759
+ {
106760
+ kind: "Field",
106761
+ name: { kind: "Name", value: "projects" },
106762
+ arguments: [
106763
+ {
106764
+ kind: "Argument",
106765
+ name: { kind: "Name", value: "after" },
106766
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106767
+ },
106768
+ {
106769
+ kind: "Argument",
106770
+ name: { kind: "Name", value: "before" },
106771
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106772
+ },
106773
+ {
106774
+ kind: "Argument",
106775
+ name: { kind: "Name", value: "filter" },
106776
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
106777
+ },
106778
+ {
106779
+ kind: "Argument",
106780
+ name: { kind: "Name", value: "first" },
106781
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106782
+ },
106783
+ {
106784
+ kind: "Argument",
106785
+ name: { kind: "Name", value: "includeArchived" },
106786
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106787
+ },
106788
+ {
106789
+ kind: "Argument",
106790
+ name: { kind: "Name", value: "last" },
106791
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106792
+ },
106793
+ {
106794
+ kind: "Argument",
106795
+ name: { kind: "Name", value: "orderBy" },
106796
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106797
+ },
106798
+ ],
106799
+ selectionSet: {
106800
+ kind: "SelectionSet",
106801
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
106802
+ },
106803
+ },
106804
+ ],
106805
+ },
106806
+ },
106807
+ ],
106808
+ },
106809
+ },
106810
+ ...ProjectConnectionFragmentDoc.definitions,
106811
+ ],
106812
+ };
106813
+ const RoadmapToProjectDocument = {
106814
+ kind: "Document",
106815
+ definitions: [
106816
+ {
106817
+ kind: "OperationDefinition",
106818
+ operation: "query",
106819
+ name: { kind: "Name", value: "roadmapToProject" },
106820
+ variableDefinitions: [
106821
+ {
106822
+ kind: "VariableDefinition",
106823
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106824
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106825
+ },
106826
+ ],
106827
+ selectionSet: {
106828
+ kind: "SelectionSet",
106829
+ selections: [
106830
+ {
106831
+ kind: "Field",
106832
+ name: { kind: "Name", value: "roadmapToProject" },
106833
+ arguments: [
106834
+ {
106835
+ kind: "Argument",
106836
+ name: { kind: "Name", value: "id" },
106837
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106838
+ },
106839
+ ],
106840
+ selectionSet: {
106841
+ kind: "SelectionSet",
106842
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProject" } }],
106843
+ },
106844
+ },
106845
+ ],
106846
+ },
106847
+ },
106848
+ ...RoadmapToProjectFragmentDoc.definitions,
106849
+ ],
106850
+ };
106851
+ const RoadmapToProjectsDocument = {
106852
+ kind: "Document",
106853
+ definitions: [
106854
+ {
106855
+ kind: "OperationDefinition",
106856
+ operation: "query",
106857
+ name: { kind: "Name", value: "roadmapToProjects" },
106858
+ variableDefinitions: [
106859
+ {
106860
+ kind: "VariableDefinition",
106861
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106862
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106863
+ },
106864
+ {
106865
+ kind: "VariableDefinition",
106866
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106867
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106868
+ },
106869
+ {
106870
+ kind: "VariableDefinition",
106871
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106872
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106873
+ },
106874
+ {
106875
+ kind: "VariableDefinition",
106876
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106877
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106878
+ },
106879
+ {
106880
+ kind: "VariableDefinition",
106881
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106882
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106883
+ },
106884
+ {
106885
+ kind: "VariableDefinition",
106886
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106887
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106888
+ },
106889
+ ],
106890
+ selectionSet: {
106891
+ kind: "SelectionSet",
106892
+ selections: [
106893
+ {
106894
+ kind: "Field",
106895
+ name: { kind: "Name", value: "roadmapToProjects" },
106896
+ arguments: [
106897
+ {
106898
+ kind: "Argument",
106899
+ name: { kind: "Name", value: "after" },
106900
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106901
+ },
106902
+ {
106903
+ kind: "Argument",
106904
+ name: { kind: "Name", value: "before" },
106905
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106906
+ },
106907
+ {
106908
+ kind: "Argument",
106909
+ name: { kind: "Name", value: "first" },
106910
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106911
+ },
106912
+ {
106913
+ kind: "Argument",
106914
+ name: { kind: "Name", value: "includeArchived" },
106915
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106916
+ },
106917
+ {
106918
+ kind: "Argument",
106919
+ name: { kind: "Name", value: "last" },
106920
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
106921
+ },
106922
+ {
106923
+ kind: "Argument",
106924
+ name: { kind: "Name", value: "orderBy" },
106925
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106926
+ },
106927
+ ],
106928
+ selectionSet: {
106929
+ kind: "SelectionSet",
106930
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
106931
+ },
106932
+ },
106933
+ ],
106934
+ },
106935
+ },
106936
+ ...RoadmapToProjectConnectionFragmentDoc.definitions,
106937
+ ],
106938
+ };
106939
+ const RoadmapsDocument = {
106940
+ kind: "Document",
106941
+ definitions: [
106942
+ {
106943
+ kind: "OperationDefinition",
106944
+ operation: "query",
106945
+ name: { kind: "Name", value: "roadmaps" },
106946
+ variableDefinitions: [
106947
+ {
106948
+ kind: "VariableDefinition",
106949
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
106950
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106951
+ },
106952
+ {
106953
+ kind: "VariableDefinition",
106954
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
106955
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
106956
+ },
106957
+ {
106958
+ kind: "VariableDefinition",
106959
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
106960
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106961
+ },
106962
+ {
106963
+ kind: "VariableDefinition",
106964
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
106965
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
106966
+ },
106967
+ {
106968
+ kind: "VariableDefinition",
106969
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
106970
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
106971
+ },
106972
+ {
106973
+ kind: "VariableDefinition",
106974
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106975
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106976
+ },
106977
+ ],
106978
+ selectionSet: {
106979
+ kind: "SelectionSet",
106980
+ selections: [
106981
+ {
106982
+ kind: "Field",
106983
+ name: { kind: "Name", value: "roadmaps" },
106984
+ arguments: [
106985
+ {
106986
+ kind: "Argument",
106987
+ name: { kind: "Name", value: "after" },
106988
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
106989
+ },
106990
+ {
106991
+ kind: "Argument",
106992
+ name: { kind: "Name", value: "before" },
106993
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
106994
+ },
106995
+ {
106996
+ kind: "Argument",
106997
+ name: { kind: "Name", value: "first" },
106998
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
106999
+ },
107000
+ {
107001
+ kind: "Argument",
107002
+ name: { kind: "Name", value: "includeArchived" },
107003
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107004
+ },
107005
+ {
107006
+ kind: "Argument",
107007
+ name: { kind: "Name", value: "last" },
107008
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107009
+ },
107010
+ {
107011
+ kind: "Argument",
107012
+ name: { kind: "Name", value: "orderBy" },
107013
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107014
+ },
107015
+ ],
107016
+ selectionSet: {
107017
+ kind: "SelectionSet",
107018
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
107019
+ },
107020
+ },
107021
+ ],
107022
+ },
107023
+ },
107024
+ ...RoadmapConnectionFragmentDoc.definitions,
107025
+ ],
107026
+ };
107027
+ const SearchDocumentsDocument = {
107028
+ kind: "Document",
107029
+ definitions: [
107030
+ {
107031
+ kind: "OperationDefinition",
107032
+ operation: "query",
107033
+ name: { kind: "Name", value: "searchDocuments" },
107034
+ variableDefinitions: [
107035
+ {
107036
+ kind: "VariableDefinition",
107037
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107038
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107039
+ },
107040
+ {
107041
+ kind: "VariableDefinition",
107042
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107043
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107044
+ },
107045
+ {
107046
+ kind: "VariableDefinition",
107047
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107048
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107049
+ },
107050
+ {
107051
+ kind: "VariableDefinition",
107052
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107053
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107054
+ },
107055
+ {
107056
+ kind: "VariableDefinition",
107057
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107058
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107059
+ },
107060
+ {
107061
+ kind: "VariableDefinition",
107062
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107063
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107064
+ },
107065
+ {
107066
+ kind: "VariableDefinition",
107067
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107068
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107069
+ },
107070
+ ],
107071
+ selectionSet: {
107072
+ kind: "SelectionSet",
107073
+ selections: [
107074
+ {
107075
+ kind: "Field",
107076
+ name: { kind: "Name", value: "searchDocuments" },
107077
+ arguments: [
107078
+ {
107079
+ kind: "Argument",
107080
+ name: { kind: "Name", value: "after" },
107081
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107082
+ },
107083
+ {
107084
+ kind: "Argument",
107085
+ name: { kind: "Name", value: "before" },
107086
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107087
+ },
107088
+ {
107089
+ kind: "Argument",
107090
+ name: { kind: "Name", value: "first" },
107091
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107092
+ },
107093
+ {
107094
+ kind: "Argument",
107095
+ name: { kind: "Name", value: "includeArchived" },
107096
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107097
+ },
107098
+ {
107099
+ kind: "Argument",
107100
+ name: { kind: "Name", value: "last" },
107101
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107102
+ },
107103
+ {
107104
+ kind: "Argument",
107105
+ name: { kind: "Name", value: "orderBy" },
107106
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107107
+ },
107108
+ {
107109
+ kind: "Argument",
107110
+ name: { kind: "Name", value: "term" },
107111
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107112
+ },
107113
+ ],
107114
+ selectionSet: {
107115
+ kind: "SelectionSet",
107116
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchPayload" } }],
107117
+ },
107118
+ },
107119
+ ],
107120
+ },
107121
+ },
107122
+ ...DocumentSearchPayloadFragmentDoc.definitions,
107123
+ ],
107124
+ };
107125
+ const SearchDocuments_ArchivePayloadDocument = {
107126
+ kind: "Document",
107127
+ definitions: [
107128
+ {
107129
+ kind: "OperationDefinition",
107130
+ operation: "query",
107131
+ name: { kind: "Name", value: "searchDocuments_archivePayload" },
107132
+ variableDefinitions: [
107133
+ {
107134
+ kind: "VariableDefinition",
107135
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107136
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107137
+ },
107138
+ {
107139
+ kind: "VariableDefinition",
107140
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107141
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107142
+ },
107143
+ {
107144
+ kind: "VariableDefinition",
107145
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107146
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107147
+ },
107148
+ {
107149
+ kind: "VariableDefinition",
107150
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107151
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107152
+ },
107153
+ {
107154
+ kind: "VariableDefinition",
107155
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107156
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107157
+ },
107158
+ {
107159
+ kind: "VariableDefinition",
107160
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107161
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107162
+ },
107163
+ {
107164
+ kind: "VariableDefinition",
107165
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107166
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107167
+ },
107168
+ ],
107169
+ selectionSet: {
107170
+ kind: "SelectionSet",
107171
+ selections: [
107172
+ {
107173
+ kind: "Field",
107174
+ name: { kind: "Name", value: "searchDocuments" },
107175
+ arguments: [
107176
+ {
107177
+ kind: "Argument",
107178
+ name: { kind: "Name", value: "after" },
107179
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107180
+ },
107181
+ {
107182
+ kind: "Argument",
107183
+ name: { kind: "Name", value: "before" },
107184
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107185
+ },
107186
+ {
107187
+ kind: "Argument",
107188
+ name: { kind: "Name", value: "first" },
107189
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107190
+ },
107191
+ {
107192
+ kind: "Argument",
107193
+ name: { kind: "Name", value: "includeArchived" },
107194
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107195
+ },
107196
+ {
107197
+ kind: "Argument",
107198
+ name: { kind: "Name", value: "last" },
107199
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107200
+ },
107201
+ {
107202
+ kind: "Argument",
107203
+ name: { kind: "Name", value: "orderBy" },
107204
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107205
+ },
107206
+ {
107207
+ kind: "Argument",
107208
+ name: { kind: "Name", value: "term" },
107209
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107210
+ },
107211
+ ],
107212
+ selectionSet: {
107213
+ kind: "SelectionSet",
107214
+ selections: [
107215
+ {
107216
+ kind: "Field",
107217
+ name: { kind: "Name", value: "archivePayload" },
107218
+ selectionSet: {
107219
+ kind: "SelectionSet",
107220
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107221
+ },
107222
+ },
107223
+ ],
107224
+ },
107225
+ },
107226
+ ],
107227
+ },
107228
+ },
107229
+ ...ArchiveResponseFragmentDoc.definitions,
107230
+ ],
107231
+ };
107232
+ const SearchIssuesDocument = {
107233
+ kind: "Document",
107234
+ definitions: [
107235
+ {
107236
+ kind: "OperationDefinition",
107237
+ operation: "query",
107238
+ name: { kind: "Name", value: "searchIssues" },
107239
+ variableDefinitions: [
107240
+ {
107241
+ kind: "VariableDefinition",
107242
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
107243
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107244
+ },
107245
+ {
107246
+ kind: "VariableDefinition",
107247
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
107248
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
107249
+ },
107250
+ {
107251
+ kind: "VariableDefinition",
107252
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107253
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
107254
+ },
107255
+ {
107256
+ kind: "VariableDefinition",
107257
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
107258
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107259
+ },
107260
+ {
107261
+ kind: "VariableDefinition",
107262
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107263
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
107264
+ },
107265
+ {
107266
+ kind: "VariableDefinition",
107267
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
107268
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
107269
+ },
107270
+ {
107271
+ kind: "VariableDefinition",
107272
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107273
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
107274
+ },
107275
+ {
107276
+ kind: "VariableDefinition",
107277
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107278
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107279
+ },
107280
+ ],
107281
+ selectionSet: {
107282
+ kind: "SelectionSet",
107283
+ selections: [
107284
+ {
107285
+ kind: "Field",
107286
+ name: { kind: "Name", value: "searchIssues" },
107287
+ arguments: [
107288
+ {
107289
+ kind: "Argument",
107290
+ name: { kind: "Name", value: "after" },
107291
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107292
+ },
107293
+ {
107294
+ kind: "Argument",
107295
+ name: { kind: "Name", value: "before" },
107296
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107297
+ },
107298
+ {
107299
+ kind: "Argument",
107300
+ name: { kind: "Name", value: "filter" },
107301
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107302
+ },
107303
+ {
107304
+ kind: "Argument",
107305
+ name: { kind: "Name", value: "first" },
107306
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107307
+ },
107308
+ {
107309
+ kind: "Argument",
107310
+ name: { kind: "Name", value: "includeArchived" },
107311
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107312
+ },
107313
+ {
107314
+ kind: "Argument",
107315
+ name: { kind: "Name", value: "last" },
107316
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107317
+ },
107318
+ {
107319
+ kind: "Argument",
107320
+ name: { kind: "Name", value: "orderBy" },
107321
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107322
+ },
105875
107323
  {
105876
107324
  kind: "Argument",
105877
- name: { kind: "Name", value: "id" },
105878
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
107325
+ name: { kind: "Name", value: "term" },
107326
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
105879
107327
  },
105880
107328
  ],
105881
107329
  selectionSet: {
105882
107330
  kind: "SelectionSet",
105883
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Roadmap" } }],
107331
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchPayload" } }],
105884
107332
  },
105885
107333
  },
105886
107334
  ],
105887
107335
  },
105888
107336
  },
105889
- ...RoadmapFragmentDoc.definitions,
107337
+ ...IssueSearchPayloadFragmentDoc.definitions,
105890
107338
  ],
105891
107339
  };
105892
- const Roadmap_ProjectsDocument = {
107340
+ const SearchIssues_ArchivePayloadDocument = {
105893
107341
  kind: "Document",
105894
107342
  definitions: [
105895
107343
  {
105896
107344
  kind: "OperationDefinition",
105897
107345
  operation: "query",
105898
- name: { kind: "Name", value: "roadmap_projects" },
107346
+ name: { kind: "Name", value: "searchIssues_archivePayload" },
105899
107347
  variableDefinitions: [
105900
- {
105901
- kind: "VariableDefinition",
105902
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
105903
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105904
- },
105905
107348
  {
105906
107349
  kind: "VariableDefinition",
105907
107350
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -105915,7 +107358,7 @@ const Roadmap_ProjectsDocument = {
105915
107358
  {
105916
107359
  kind: "VariableDefinition",
105917
107360
  variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
105918
- type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
107361
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
105919
107362
  },
105920
107363
  {
105921
107364
  kind: "VariableDefinition",
@@ -105937,18 +107380,58 @@ const Roadmap_ProjectsDocument = {
105937
107380
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105938
107381
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
105939
107382
  },
107383
+ {
107384
+ kind: "VariableDefinition",
107385
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107386
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107387
+ },
105940
107388
  ],
105941
107389
  selectionSet: {
105942
107390
  kind: "SelectionSet",
105943
107391
  selections: [
105944
107392
  {
105945
107393
  kind: "Field",
105946
- name: { kind: "Name", value: "roadmap" },
107394
+ name: { kind: "Name", value: "searchIssues" },
105947
107395
  arguments: [
105948
107396
  {
105949
107397
  kind: "Argument",
105950
- name: { kind: "Name", value: "id" },
105951
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
107398
+ name: { kind: "Name", value: "after" },
107399
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
107400
+ },
107401
+ {
107402
+ kind: "Argument",
107403
+ name: { kind: "Name", value: "before" },
107404
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
107405
+ },
107406
+ {
107407
+ kind: "Argument",
107408
+ name: { kind: "Name", value: "filter" },
107409
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
107410
+ },
107411
+ {
107412
+ kind: "Argument",
107413
+ name: { kind: "Name", value: "first" },
107414
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
107415
+ },
107416
+ {
107417
+ kind: "Argument",
107418
+ name: { kind: "Name", value: "includeArchived" },
107419
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
107420
+ },
107421
+ {
107422
+ kind: "Argument",
107423
+ name: { kind: "Name", value: "last" },
107424
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
107425
+ },
107426
+ {
107427
+ kind: "Argument",
107428
+ name: { kind: "Name", value: "orderBy" },
107429
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
107430
+ },
107431
+ {
107432
+ kind: "Argument",
107433
+ name: { kind: "Name", value: "term" },
107434
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
105952
107435
  },
105953
107436
  ],
105954
107437
  selectionSet: {
@@ -105956,47 +107439,10 @@ const Roadmap_ProjectsDocument = {
105956
107439
  selections: [
105957
107440
  {
105958
107441
  kind: "Field",
105959
- name: { kind: "Name", value: "projects" },
105960
- arguments: [
105961
- {
105962
- kind: "Argument",
105963
- name: { kind: "Name", value: "after" },
105964
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
105965
- },
105966
- {
105967
- kind: "Argument",
105968
- name: { kind: "Name", value: "before" },
105969
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
105970
- },
105971
- {
105972
- kind: "Argument",
105973
- name: { kind: "Name", value: "filter" },
105974
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
105975
- },
105976
- {
105977
- kind: "Argument",
105978
- name: { kind: "Name", value: "first" },
105979
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
105980
- },
105981
- {
105982
- kind: "Argument",
105983
- name: { kind: "Name", value: "includeArchived" },
105984
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
105985
- },
105986
- {
105987
- kind: "Argument",
105988
- name: { kind: "Name", value: "last" },
105989
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
105990
- },
105991
- {
105992
- kind: "Argument",
105993
- name: { kind: "Name", value: "orderBy" },
105994
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105995
- },
105996
- ],
107442
+ name: { kind: "Name", value: "archivePayload" },
105997
107443
  selectionSet: {
105998
107444
  kind: "SelectionSet",
105999
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
107445
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
106000
107446
  },
106001
107447
  },
106002
107448
  ],
@@ -106005,54 +107451,16 @@ const Roadmap_ProjectsDocument = {
106005
107451
  ],
106006
107452
  },
106007
107453
  },
106008
- ...ProjectConnectionFragmentDoc.definitions,
106009
- ],
106010
- };
106011
- const RoadmapToProjectDocument = {
106012
- kind: "Document",
106013
- definitions: [
106014
- {
106015
- kind: "OperationDefinition",
106016
- operation: "query",
106017
- name: { kind: "Name", value: "roadmapToProject" },
106018
- variableDefinitions: [
106019
- {
106020
- kind: "VariableDefinition",
106021
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
106022
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
106023
- },
106024
- ],
106025
- selectionSet: {
106026
- kind: "SelectionSet",
106027
- selections: [
106028
- {
106029
- kind: "Field",
106030
- name: { kind: "Name", value: "roadmapToProject" },
106031
- arguments: [
106032
- {
106033
- kind: "Argument",
106034
- name: { kind: "Name", value: "id" },
106035
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
106036
- },
106037
- ],
106038
- selectionSet: {
106039
- kind: "SelectionSet",
106040
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProject" } }],
106041
- },
106042
- },
106043
- ],
106044
- },
106045
- },
106046
- ...RoadmapToProjectFragmentDoc.definitions,
107454
+ ...ArchiveResponseFragmentDoc.definitions,
106047
107455
  ],
106048
107456
  };
106049
- const RoadmapToProjectsDocument = {
107457
+ const SearchProjectsDocument = {
106050
107458
  kind: "Document",
106051
107459
  definitions: [
106052
107460
  {
106053
107461
  kind: "OperationDefinition",
106054
107462
  operation: "query",
106055
- name: { kind: "Name", value: "roadmapToProjects" },
107463
+ name: { kind: "Name", value: "searchProjects" },
106056
107464
  variableDefinitions: [
106057
107465
  {
106058
107466
  kind: "VariableDefinition",
@@ -106084,13 +107492,18 @@ const RoadmapToProjectsDocument = {
106084
107492
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106085
107493
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106086
107494
  },
107495
+ {
107496
+ kind: "VariableDefinition",
107497
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107498
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107499
+ },
106087
107500
  ],
106088
107501
  selectionSet: {
106089
107502
  kind: "SelectionSet",
106090
107503
  selections: [
106091
107504
  {
106092
107505
  kind: "Field",
106093
- name: { kind: "Name", value: "roadmapToProjects" },
107506
+ name: { kind: "Name", value: "searchProjects" },
106094
107507
  arguments: [
106095
107508
  {
106096
107509
  kind: "Argument",
@@ -106122,25 +107535,30 @@ const RoadmapToProjectsDocument = {
106122
107535
  name: { kind: "Name", value: "orderBy" },
106123
107536
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106124
107537
  },
107538
+ {
107539
+ kind: "Argument",
107540
+ name: { kind: "Name", value: "term" },
107541
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107542
+ },
106125
107543
  ],
106126
107544
  selectionSet: {
106127
107545
  kind: "SelectionSet",
106128
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
107546
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchPayload" } }],
106129
107547
  },
106130
107548
  },
106131
107549
  ],
106132
107550
  },
106133
107551
  },
106134
- ...RoadmapToProjectConnectionFragmentDoc.definitions,
107552
+ ...ProjectSearchPayloadFragmentDoc.definitions,
106135
107553
  ],
106136
107554
  };
106137
- const RoadmapsDocument = {
107555
+ const SearchProjects_ArchivePayloadDocument = {
106138
107556
  kind: "Document",
106139
107557
  definitions: [
106140
107558
  {
106141
107559
  kind: "OperationDefinition",
106142
107560
  operation: "query",
106143
- name: { kind: "Name", value: "roadmaps" },
107561
+ name: { kind: "Name", value: "searchProjects_archivePayload" },
106144
107562
  variableDefinitions: [
106145
107563
  {
106146
107564
  kind: "VariableDefinition",
@@ -106172,13 +107590,18 @@ const RoadmapsDocument = {
106172
107590
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106173
107591
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
106174
107592
  },
107593
+ {
107594
+ kind: "VariableDefinition",
107595
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
107596
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107597
+ },
106175
107598
  ],
106176
107599
  selectionSet: {
106177
107600
  kind: "SelectionSet",
106178
107601
  selections: [
106179
107602
  {
106180
107603
  kind: "Field",
106181
- name: { kind: "Name", value: "roadmaps" },
107604
+ name: { kind: "Name", value: "searchProjects" },
106182
107605
  arguments: [
106183
107606
  {
106184
107607
  kind: "Argument",
@@ -106210,16 +107633,30 @@ const RoadmapsDocument = {
106210
107633
  name: { kind: "Name", value: "orderBy" },
106211
107634
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
106212
107635
  },
107636
+ {
107637
+ kind: "Argument",
107638
+ name: { kind: "Name", value: "term" },
107639
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
107640
+ },
106213
107641
  ],
106214
107642
  selectionSet: {
106215
107643
  kind: "SelectionSet",
106216
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
107644
+ selections: [
107645
+ {
107646
+ kind: "Field",
107647
+ name: { kind: "Name", value: "archivePayload" },
107648
+ selectionSet: {
107649
+ kind: "SelectionSet",
107650
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
107651
+ },
107652
+ },
107653
+ ],
106217
107654
  },
106218
107655
  },
106219
107656
  ],
106220
107657
  },
106221
107658
  },
106222
- ...RoadmapConnectionFragmentDoc.definitions,
107659
+ ...ArchiveResponseFragmentDoc.definitions,
106223
107660
  ],
106224
107661
  };
106225
107662
  const SsoUrlFromEmailDocument = {
@@ -109111,6 +110548,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109111
110548
  get IssueRelationType () { return IssueRelationType; },
109112
110549
  get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
109113
110550
  get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
110551
+ get OrganizationInviteStatus () { return OrganizationInviteStatus; },
109114
110552
  get PaginationOrderBy () { return PaginationOrderBy; },
109115
110553
  get ProjectNotificationSubscriptionType () { return ProjectNotificationSubscriptionType; },
109116
110554
  get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
@@ -109127,7 +110565,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109127
110565
  get WorkflowTriggerType () { return WorkflowTriggerType; },
109128
110566
  get WorkflowType () { return WorkflowType; },
109129
110567
  EntityFragmentDoc: EntityFragmentDoc,
109130
- PersonalNoteFragmentDoc: PersonalNoteFragmentDoc,
110568
+ DocumentContentFragmentDoc: DocumentContentFragmentDoc,
109131
110569
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
109132
110570
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
109133
110571
  TemplateFragmentDoc: TemplateFragmentDoc,
@@ -109184,6 +110622,10 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109184
110622
  DocumentFragmentDoc: DocumentFragmentDoc,
109185
110623
  DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
109186
110624
  DocumentPayloadFragmentDoc: DocumentPayloadFragmentDoc,
110625
+ ArchiveResponseFragmentDoc: ArchiveResponseFragmentDoc,
110626
+ DocumentSearchResultFragmentDoc: DocumentSearchResultFragmentDoc,
110627
+ DocumentSearchPayloadFragmentDoc: DocumentSearchPayloadFragmentDoc,
110628
+ DocumentSearchResultConnectionFragmentDoc: DocumentSearchResultConnectionFragmentDoc,
109187
110629
  EmailUnsubscribePayloadFragmentDoc: EmailUnsubscribePayloadFragmentDoc,
109188
110630
  EmailUserAccountAuthChallengeResponseFragmentDoc: EmailUserAccountAuthChallengeResponseFragmentDoc,
109189
110631
  EmojiFragmentDoc: EmojiFragmentDoc,
@@ -109211,10 +110653,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109211
110653
  IssueFragmentDoc: IssueFragmentDoc,
109212
110654
  IssueBatchPayloadFragmentDoc: IssueBatchPayloadFragmentDoc,
109213
110655
  IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
110656
+ IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
109214
110657
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
109215
110658
  IssueImportFragmentDoc: IssueImportFragmentDoc,
109216
110659
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
109217
110660
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
110661
+ IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
109218
110662
  IssueImportDeletePayloadFragmentDoc: IssueImportDeletePayloadFragmentDoc,
109219
110663
  IssueImportPayloadFragmentDoc: IssueImportPayloadFragmentDoc,
109220
110664
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
@@ -109225,6 +110669,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109225
110669
  IssueRelationFragmentDoc: IssueRelationFragmentDoc,
109226
110670
  IssueRelationConnectionFragmentDoc: IssueRelationConnectionFragmentDoc,
109227
110671
  IssueRelationPayloadFragmentDoc: IssueRelationPayloadFragmentDoc,
110672
+ IssueSearchResultFragmentDoc: IssueSearchResultFragmentDoc,
110673
+ IssueSearchPayloadFragmentDoc: IssueSearchPayloadFragmentDoc,
110674
+ IssueSearchResultConnectionFragmentDoc: IssueSearchResultConnectionFragmentDoc,
109228
110675
  LogoutResponseFragmentDoc: LogoutResponseFragmentDoc,
109229
110676
  NodeFragmentDoc: NodeFragmentDoc,
109230
110677
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
@@ -109244,12 +110691,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109244
110691
  OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
109245
110692
  OrganizationInviteFragmentDoc: OrganizationInviteFragmentDoc,
109246
110693
  OrganizationInviteConnectionFragmentDoc: OrganizationInviteConnectionFragmentDoc,
109247
- OrganizationInviteDetailsPayloadFragmentDoc: OrganizationInviteDetailsPayloadFragmentDoc,
110694
+ OrganizationInviteFullDetailsPayloadFragmentDoc: OrganizationInviteFullDetailsPayloadFragmentDoc,
109248
110695
  OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
109249
110696
  OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
109250
110697
  OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
109251
110698
  ProjectFragmentDoc: ProjectFragmentDoc,
109252
110699
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
110700
+ ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
109253
110701
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
109254
110702
  ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
109255
110703
  ProjectLinkPayloadFragmentDoc: ProjectLinkPayloadFragmentDoc,
@@ -109257,6 +110705,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109257
110705
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
109258
110706
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
109259
110707
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
110708
+ ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
110709
+ ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
110710
+ ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
109260
110711
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
109261
110712
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
109262
110713
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -109351,6 +110802,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109351
110802
  FileUploadDocument: FileUploadDocument,
109352
110803
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
109353
110804
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
110805
+ ImportFileUploadDocument: ImportFileUploadDocument,
109354
110806
  DeleteIntegrationDocument: DeleteIntegrationDocument,
109355
110807
  IntegrationDiscordDocument: IntegrationDiscordDocument,
109356
110808
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -109382,6 +110834,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109382
110834
  CreateIssueDocument: CreateIssueDocument,
109383
110835
  DeleteIssueDocument: DeleteIssueDocument,
109384
110836
  IssueImportCreateAsanaDocument: IssueImportCreateAsanaDocument,
110837
+ IssueImportCreateCsvJiraDocument: IssueImportCreateCsvJiraDocument,
109385
110838
  IssueImportCreateClubhouseDocument: IssueImportCreateClubhouseDocument,
109386
110839
  IssueImportCreateGithubDocument: IssueImportCreateGithubDocument,
109387
110840
  IssueImportCreateJiraDocument: IssueImportCreateJiraDocument,
@@ -109465,6 +110918,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109465
110918
  UpdateUserFlagDocument: UpdateUserFlagDocument,
109466
110919
  UserGitHubConnectDocument: UserGitHubConnectDocument,
109467
110920
  UserGoogleCalendarConnectDocument: UserGoogleCalendarConnectDocument,
110921
+ UserJiraConnectDocument: UserJiraConnectDocument,
109468
110922
  UserPromoteAdminDocument: UserPromoteAdminDocument,
109469
110923
  UserPromoteMemberDocument: UserPromoteMemberDocument,
109470
110924
  UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
@@ -109516,8 +110970,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109516
110970
  DocumentsDocument: DocumentsDocument,
109517
110971
  EmojiDocument: EmojiDocument,
109518
110972
  EmojisDocument: EmojisDocument,
109519
- ExternalUserDocument: ExternalUserDocument,
109520
- ExternalUsersDocument: ExternalUsersDocument,
109521
110973
  FavoriteDocument: FavoriteDocument,
109522
110974
  Favorite_ChildrenDocument: Favorite_ChildrenDocument,
109523
110975
  FavoritesDocument: FavoritesDocument,
@@ -109537,6 +110989,9 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109537
110989
  Issue_LabelsDocument: Issue_LabelsDocument,
109538
110990
  Issue_RelationsDocument: Issue_RelationsDocument,
109539
110991
  Issue_SubscribersDocument: Issue_SubscribersDocument,
110992
+ IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
110993
+ IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
110994
+ IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
109540
110995
  IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
109541
110996
  IssueLabelDocument: IssueLabelDocument,
109542
110997
  IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
@@ -109568,7 +111023,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109568
111023
  Organization_UsersDocument: Organization_UsersDocument,
109569
111024
  OrganizationExistsDocument: OrganizationExistsDocument,
109570
111025
  OrganizationInviteDocument: OrganizationInviteDocument,
109571
- OrganizationInviteDetailsDocument: OrganizationInviteDetailsDocument,
109572
111026
  OrganizationInvitesDocument: OrganizationInvitesDocument,
109573
111027
  ProjectDocument: ProjectDocument,
109574
111028
  Project_DocumentsDocument: Project_DocumentsDocument,
@@ -109578,6 +111032,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109578
111032
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
109579
111033
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
109580
111034
  Project_TeamsDocument: Project_TeamsDocument,
111035
+ ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
109581
111036
  ProjectLinkDocument: ProjectLinkDocument,
109582
111037
  ProjectLinksDocument: ProjectLinksDocument,
109583
111038
  ProjectUpdateDocument: ProjectUpdateDocument,
@@ -109592,6 +111047,12 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109592
111047
  RoadmapToProjectDocument: RoadmapToProjectDocument,
109593
111048
  RoadmapToProjectsDocument: RoadmapToProjectsDocument,
109594
111049
  RoadmapsDocument: RoadmapsDocument,
111050
+ SearchDocumentsDocument: SearchDocumentsDocument,
111051
+ SearchDocuments_ArchivePayloadDocument: SearchDocuments_ArchivePayloadDocument,
111052
+ SearchIssuesDocument: SearchIssuesDocument,
111053
+ SearchIssues_ArchivePayloadDocument: SearchIssues_ArchivePayloadDocument,
111054
+ SearchProjectsDocument: SearchProjectsDocument,
111055
+ SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
109595
111056
  SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
109596
111057
  TeamDocument: TeamDocument,
109597
111058
  Team_CyclesDocument: Team_CyclesDocument,
@@ -109836,6 +111297,21 @@ class ArchivePayload extends Request {
109836
111297
  this.success = data.success;
109837
111298
  }
109838
111299
  }
111300
+ /**
111301
+ * Contains requested archived model objects.
111302
+ *
111303
+ * @param request - function to call the graphql client
111304
+ * @param data - L.ArchiveResponseFragment response data
111305
+ */
111306
+ class ArchiveResponse extends Request {
111307
+ constructor(request, data) {
111308
+ super(request);
111309
+ this.archive = data.archive;
111310
+ this.databaseVersion = data.databaseVersion;
111311
+ this.includesDependencies = data.includesDependencies;
111312
+ this.totalCount = data.totalCount;
111313
+ }
111314
+ }
109839
111315
  /**
109840
111316
  * Issue attachment (e.g. support ticket, pull request).
109841
111317
  *
@@ -110142,6 +111618,7 @@ class CustomView extends Request {
110142
111618
  this.shared = data.shared;
110143
111619
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
110144
111620
  this._creator = data.creator;
111621
+ this._owner = data.owner;
110145
111622
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
110146
111623
  }
110147
111624
  /** The user who created the custom view. */
@@ -110152,6 +111629,10 @@ class CustomView extends Request {
110152
111629
  get organization() {
110153
111630
  return new OrganizationQuery(this._request).fetch();
110154
111631
  }
111632
+ /** The user who owns the custom view. */
111633
+ get owner() {
111634
+ return new UserQuery(this._request).fetch(this._owner.id);
111635
+ }
110155
111636
  /** The team associated with the custom view. */
110156
111637
  get team() {
110157
111638
  var _a, _b;
@@ -110210,9 +111691,9 @@ class CustomViewSuggestionPayload extends Request {
110210
111691
  constructor(request, data) {
110211
111692
  var _a, _b, _c;
110212
111693
  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;
111694
+ this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
111695
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
111696
+ this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
110216
111697
  }
110217
111698
  }
110218
111699
  /**
@@ -110362,6 +111843,30 @@ class DocumentConnection extends Connection {
110362
111843
  super(request, fetch, data.nodes.map(node => new Document(request, node)), new PageInfo(request, data.pageInfo));
110363
111844
  }
110364
111845
  }
111846
+ /**
111847
+ * A document content for a project.
111848
+ *
111849
+ * @param request - function to call the graphql client
111850
+ * @param data - L.DocumentContentFragment response data
111851
+ */
111852
+ class DocumentContent extends Request {
111853
+ constructor(request, data) {
111854
+ var _a, _b, _c, _d, _e, _f;
111855
+ super(request);
111856
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111857
+ this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
111858
+ this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
111859
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
111860
+ this.id = data.id;
111861
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
111862
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
111863
+ }
111864
+ /** The issue that the document is associated with. */
111865
+ get issue() {
111866
+ var _a, _b;
111867
+ 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;
111868
+ }
111869
+ }
110365
111870
  /**
110366
111871
  * DocumentPayload model
110367
111872
  *
@@ -110380,6 +111885,71 @@ class DocumentPayload extends Request {
110380
111885
  return new DocumentQuery(this._request).fetch(this._document.id);
110381
111886
  }
110382
111887
  }
111888
+ /**
111889
+ * DocumentSearchPayload model
111890
+ *
111891
+ * @param request - function to call the graphql client
111892
+ * @param data - L.DocumentSearchPayloadFragment response data
111893
+ */
111894
+ class DocumentSearchPayload extends Request {
111895
+ constructor(request, data) {
111896
+ super(request);
111897
+ this.totalCount = data.totalCount;
111898
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
111899
+ this.pageInfo = new PageInfo(request, data.pageInfo);
111900
+ this.nodes = data.nodes.map(node => new DocumentSearchResult(request, node));
111901
+ }
111902
+ }
111903
+ /**
111904
+ * DocumentSearchResult model
111905
+ *
111906
+ * @param request - function to call the graphql client
111907
+ * @param data - L.DocumentSearchResultFragment response data
111908
+ */
111909
+ class DocumentSearchResult extends Request {
111910
+ constructor(request, data) {
111911
+ var _a, _b, _c, _d, _e, _f, _g, _h;
111912
+ super(request);
111913
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111914
+ this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
111915
+ this.content = (_c = data.content) !== null && _c !== void 0 ? _c : undefined;
111916
+ this.contentData = (_d = parseJson(data.contentData)) !== null && _d !== void 0 ? _d : undefined;
111917
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
111918
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
111919
+ this.id = data.id;
111920
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
111921
+ this.slugId = data.slugId;
111922
+ this.title = data.title;
111923
+ this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
111924
+ this._creator = data.creator;
111925
+ this._project = data.project;
111926
+ this._updatedBy = data.updatedBy;
111927
+ }
111928
+ /** The user who created the document. */
111929
+ get creator() {
111930
+ return new UserQuery(this._request).fetch(this._creator.id);
111931
+ }
111932
+ /** The project that the document is associated with. */
111933
+ get project() {
111934
+ return new ProjectQuery(this._request).fetch(this._project.id);
111935
+ }
111936
+ /** The user who last updated the document. */
111937
+ get updatedBy() {
111938
+ return new UserQuery(this._request).fetch(this._updatedBy.id);
111939
+ }
111940
+ }
111941
+ /**
111942
+ * DocumentSearchResultConnection model
111943
+ *
111944
+ * @param request - function to call the graphql client
111945
+ * @param fetch - function to trigger a refetch of this DocumentSearchResultConnection model
111946
+ * @param data - DocumentSearchResultConnection response data
111947
+ */
111948
+ class DocumentSearchResultConnection extends Connection {
111949
+ constructor(request, fetch, data) {
111950
+ super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
111951
+ }
111952
+ }
110383
111953
  /**
110384
111954
  * EmailUnsubscribePayload model
110385
111955
  *
@@ -110559,7 +112129,7 @@ class Favorite extends Request {
110559
112129
  var _a, _b;
110560
112130
  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
112131
  }
110562
- /** The team of the favorited predefiend view. */
112132
+ /** The team of the favorited predefined view. */
110563
112133
  get predefinedViewTeam() {
110564
112134
  var _a, _b;
110565
112135
  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 +112637,7 @@ class IntercomSettings extends Request {
111067
112637
  */
111068
112638
  class Issue extends Request {
111069
112639
  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;
112640
+ 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
112641
  super(request);
111072
112642
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111073
112643
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -111100,10 +112670,11 @@ class Issue extends Request {
111100
112670
  this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
111101
112671
  this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
111102
112672
  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;
112673
+ this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
112674
+ this._parent = (_w = data.parent) !== null && _w !== void 0 ? _w : undefined;
112675
+ this._project = (_x = data.project) !== null && _x !== void 0 ? _x : undefined;
112676
+ this._projectMilestone = (_y = data.projectMilestone) !== null && _y !== void 0 ? _y : undefined;
112677
+ this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
111107
112678
  this._state = data.state;
111108
112679
  this._team = data.team;
111109
112680
  }
@@ -111122,6 +112693,11 @@ class Issue extends Request {
111122
112693
  var _a, _b;
111123
112694
  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
112695
  }
112696
+ /** The users favorite associated with this issue. */
112697
+ get favorite() {
112698
+ var _a, _b;
112699
+ 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;
112700
+ }
111125
112701
  /** The parent of the issue. */
111126
112702
  get parent() {
111127
112703
  var _a, _b;
@@ -111231,6 +112807,19 @@ class IssueConnection extends Connection {
111231
112807
  super(request, fetch, data.nodes.map(node => new Issue(request, node)), new PageInfo(request, data.pageInfo));
111232
112808
  }
111233
112809
  }
112810
+ /**
112811
+ * IssueFilterSuggestionPayload model
112812
+ *
112813
+ * @param request - function to call the graphql client
112814
+ * @param data - L.IssueFilterSuggestionPayloadFragment response data
112815
+ */
112816
+ class IssueFilterSuggestionPayload extends Request {
112817
+ constructor(request, data) {
112818
+ var _a;
112819
+ super(request);
112820
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
112821
+ }
112822
+ }
111234
112823
  /**
111235
112824
  * A record of changes to an issue.
111236
112825
  *
@@ -111398,19 +112987,21 @@ class IssueHistoryConnection extends Connection {
111398
112987
  */
111399
112988
  class IssueImport extends Request {
111400
112989
  constructor(request, data) {
111401
- var _a, _b, _c, _d, _e, _f, _g;
112990
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
111402
112991
  super(request);
111403
112992
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111404
112993
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
111405
112994
  this.creatorId = data.creatorId;
111406
- this.error = (_c = data.error) !== null && _c !== void 0 ? _c : undefined;
112995
+ this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
112996
+ this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
112997
+ this.errorMetadata = (_e = parseJson(data.errorMetadata)) !== null && _e !== void 0 ? _e : undefined;
111407
112998
  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;
112999
+ this.mapping = (_f = parseJson(data.mapping)) !== null && _f !== void 0 ? _f : undefined;
113000
+ this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
111410
113001
  this.service = data.service;
111411
113002
  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();
113003
+ this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
113004
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
111414
113005
  }
111415
113006
  /** Deletes an import job. */
111416
113007
  delete(issueImportId) {
@@ -111421,6 +113012,18 @@ class IssueImport extends Request {
111421
113012
  return new UpdateIssueImportMutation(this._request).fetch(this.id, input);
111422
113013
  }
111423
113014
  }
113015
+ /**
113016
+ * IssueImportCheckPayload model
113017
+ *
113018
+ * @param request - function to call the graphql client
113019
+ * @param data - L.IssueImportCheckPayloadFragment response data
113020
+ */
113021
+ class IssueImportCheckPayload extends Request {
113022
+ constructor(request, data) {
113023
+ super(request);
113024
+ this.success = data.success;
113025
+ }
113026
+ }
111424
113027
  /**
111425
113028
  * IssueImportDeletePayload model
111426
113029
  *
@@ -111569,7 +113172,7 @@ class IssueNotification extends Request {
111569
113172
  this._team = data.team;
111570
113173
  this._user = data.user;
111571
113174
  }
111572
- /** The user that caused the notification. If empty it's Linear itself. */
113175
+ /** The user that caused the notification. */
111573
113176
  get actor() {
111574
113177
  var _a, _b;
111575
113178
  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 +113310,134 @@ class IssueRelationPayload extends Request {
111707
113310
  return new IssueRelationQuery(this._request).fetch(this._issueRelation.id);
111708
113311
  }
111709
113312
  }
113313
+ /**
113314
+ * IssueSearchPayload model
113315
+ *
113316
+ * @param request - function to call the graphql client
113317
+ * @param data - L.IssueSearchPayloadFragment response data
113318
+ */
113319
+ class IssueSearchPayload extends Request {
113320
+ constructor(request, data) {
113321
+ super(request);
113322
+ this.totalCount = data.totalCount;
113323
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
113324
+ this.pageInfo = new PageInfo(request, data.pageInfo);
113325
+ this.nodes = data.nodes.map(node => new IssueSearchResult(request, node));
113326
+ }
113327
+ }
113328
+ /**
113329
+ * IssueSearchResult model
113330
+ *
113331
+ * @param request - function to call the graphql client
113332
+ * @param data - L.IssueSearchResultFragment response data
113333
+ */
113334
+ class IssueSearchResult extends Request {
113335
+ constructor(request, data) {
113336
+ 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;
113337
+ super(request);
113338
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113339
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
113340
+ this.autoClosedAt = (_c = parseDate(data.autoClosedAt)) !== null && _c !== void 0 ? _c : undefined;
113341
+ this.boardOrder = data.boardOrder;
113342
+ this.branchName = data.branchName;
113343
+ this.canceledAt = (_d = parseDate(data.canceledAt)) !== null && _d !== void 0 ? _d : undefined;
113344
+ this.completedAt = (_e = parseDate(data.completedAt)) !== null && _e !== void 0 ? _e : undefined;
113345
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
113346
+ this.customerTicketCount = data.customerTicketCount;
113347
+ this.description = (_g = data.description) !== null && _g !== void 0 ? _g : undefined;
113348
+ this.dueDate = (_h = data.dueDate) !== null && _h !== void 0 ? _h : undefined;
113349
+ this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
113350
+ this.id = data.id;
113351
+ this.identifier = data.identifier;
113352
+ this.metadata = (_k = parseJson(data.metadata)) !== null && _k !== void 0 ? _k : {};
113353
+ this.number = data.number;
113354
+ this.previousIdentifiers = data.previousIdentifiers;
113355
+ this.priority = data.priority;
113356
+ this.priorityLabel = data.priorityLabel;
113357
+ this.snoozedUntilAt = (_l = parseDate(data.snoozedUntilAt)) !== null && _l !== void 0 ? _l : undefined;
113358
+ this.sortOrder = data.sortOrder;
113359
+ this.startedAt = (_m = parseDate(data.startedAt)) !== null && _m !== void 0 ? _m : undefined;
113360
+ this.startedTriageAt = (_o = parseDate(data.startedTriageAt)) !== null && _o !== void 0 ? _o : undefined;
113361
+ this.subIssueSortOrder = (_p = data.subIssueSortOrder) !== null && _p !== void 0 ? _p : undefined;
113362
+ this.title = data.title;
113363
+ this.trashed = (_q = data.trashed) !== null && _q !== void 0 ? _q : undefined;
113364
+ this.triagedAt = (_r = parseDate(data.triagedAt)) !== null && _r !== void 0 ? _r : undefined;
113365
+ this.updatedAt = (_s = parseDate(data.updatedAt)) !== null && _s !== void 0 ? _s : new Date();
113366
+ this.url = data.url;
113367
+ this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
113368
+ this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
113369
+ this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
113370
+ this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
113371
+ this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
113372
+ this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
113373
+ this._projectMilestone = (_z = data.projectMilestone) !== null && _z !== void 0 ? _z : undefined;
113374
+ this._snoozedBy = (_0 = data.snoozedBy) !== null && _0 !== void 0 ? _0 : undefined;
113375
+ this._state = data.state;
113376
+ this._team = data.team;
113377
+ }
113378
+ /** The user to whom the issue is assigned to. */
113379
+ get assignee() {
113380
+ var _a, _b;
113381
+ 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;
113382
+ }
113383
+ /** The user who created the issue. */
113384
+ get creator() {
113385
+ var _a, _b;
113386
+ 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;
113387
+ }
113388
+ /** The cycle that the issue is associated with. */
113389
+ get cycle() {
113390
+ var _a, _b;
113391
+ 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;
113392
+ }
113393
+ /** The users favorite associated with this issue. */
113394
+ get favorite() {
113395
+ var _a, _b;
113396
+ 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;
113397
+ }
113398
+ /** The parent of the issue. */
113399
+ get parent() {
113400
+ var _a, _b;
113401
+ 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;
113402
+ }
113403
+ /** The project that the issue is associated with. */
113404
+ get project() {
113405
+ var _a, _b;
113406
+ 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;
113407
+ }
113408
+ /** The projectMilestone that the issue is associated with. */
113409
+ get projectMilestone() {
113410
+ var _a, _b;
113411
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
113412
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
113413
+ : undefined;
113414
+ }
113415
+ /** The user who snoozed the issue. */
113416
+ get snoozedBy() {
113417
+ var _a, _b;
113418
+ 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;
113419
+ }
113420
+ /** The workflow state that the issue is associated with. */
113421
+ get state() {
113422
+ return new WorkflowStateQuery(this._request).fetch(this._state.id);
113423
+ }
113424
+ /** The team that the issue is associated with. */
113425
+ get team() {
113426
+ return new TeamQuery(this._request).fetch(this._team.id);
113427
+ }
113428
+ }
113429
+ /**
113430
+ * IssueSearchResultConnection model
113431
+ *
113432
+ * @param request - function to call the graphql client
113433
+ * @param fetch - function to trigger a refetch of this IssueSearchResultConnection model
113434
+ * @param data - IssueSearchResultConnection response data
113435
+ */
113436
+ class IssueSearchResultConnection extends Connection {
113437
+ constructor(request, fetch, data) {
113438
+ super(request, fetch, data.nodes.map(node => new IssueSearchResult(request, node)), new PageInfo(request, data.pageInfo));
113439
+ }
113440
+ }
111710
113441
  /**
111711
113442
  * Tuple for mapping Jira projects to Linear teams.
111712
113443
  *
@@ -111795,7 +113526,7 @@ class Notification extends Request {
111795
113526
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
111796
113527
  this._user = data.user;
111797
113528
  }
111798
- /** The user that caused the notification. If empty it's Linear itself. */
113529
+ /** The user that caused the notification. */
111799
113530
  get actor() {
111800
113531
  var _a, _b;
111801
113532
  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 +113759,7 @@ class OauthClientApprovalNotification extends Request {
112028
113759
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
112029
113760
  this._user = data.user;
112030
113761
  }
112031
- /** The user that caused the notification. If empty it's Linear itself. */
113762
+ /** The user that caused the notification. */
112032
113763
  get actor() {
112033
113764
  var _a, _b;
112034
113765
  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;
@@ -112239,12 +113970,12 @@ class OrganizationInviteConnection extends Connection {
112239
113970
  }
112240
113971
  }
112241
113972
  /**
112242
- * OrganizationInviteDetailsPayload model
113973
+ * OrganizationInviteFullDetailsPayload model
112243
113974
  *
112244
113975
  * @param request - function to call the graphql client
112245
- * @param data - L.OrganizationInviteDetailsPayloadFragment response data
113976
+ * @param data - L.OrganizationInviteFullDetailsPayloadFragment response data
112246
113977
  */
112247
- class OrganizationInviteDetailsPayload extends Request {
113978
+ class OrganizationInviteFullDetailsPayload extends Request {
112248
113979
  constructor(request, data) {
112249
113980
  var _a, _b;
112250
113981
  super(request);
@@ -112354,28 +114085,6 @@ class PaidSubscription extends Request {
112354
114085
  return new OrganizationQuery(this._request).fetch();
112355
114086
  }
112356
114087
  }
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
114088
  /**
112380
114089
  * A project.
112381
114090
  *
@@ -112501,6 +114210,19 @@ class ProjectConnection extends Connection {
112501
114210
  super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
112502
114211
  }
112503
114212
  }
114213
+ /**
114214
+ * ProjectFilterSuggestionPayload model
114215
+ *
114216
+ * @param request - function to call the graphql client
114217
+ * @param data - L.ProjectFilterSuggestionPayloadFragment response data
114218
+ */
114219
+ class ProjectFilterSuggestionPayload extends Request {
114220
+ constructor(request, data) {
114221
+ var _a;
114222
+ super(request);
114223
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
114224
+ }
114225
+ }
112504
114226
  /**
112505
114227
  * An external link for a project.
112506
114228
  *
@@ -112662,7 +114384,7 @@ class ProjectNotification extends Request {
112662
114384
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
112663
114385
  this._user = data.user;
112664
114386
  }
112665
- /** The user that caused the notification. If empty it's Linear itself. */
114387
+ /** The user that caused the notification. */
112666
114388
  get actor() {
112667
114389
  var _a, _b;
112668
114390
  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 +114456,99 @@ class ProjectPayload extends Request {
112734
114456
  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
114457
  }
112736
114458
  }
114459
+ /**
114460
+ * ProjectSearchPayload model
114461
+ *
114462
+ * @param request - function to call the graphql client
114463
+ * @param data - L.ProjectSearchPayloadFragment response data
114464
+ */
114465
+ class ProjectSearchPayload extends Request {
114466
+ constructor(request, data) {
114467
+ super(request);
114468
+ this.totalCount = data.totalCount;
114469
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
114470
+ this.pageInfo = new PageInfo(request, data.pageInfo);
114471
+ this.nodes = data.nodes.map(node => new ProjectSearchResult(request, node));
114472
+ }
114473
+ }
114474
+ /**
114475
+ * ProjectSearchResult model
114476
+ *
114477
+ * @param request - function to call the graphql client
114478
+ * @param data - L.ProjectSearchResultFragment response data
114479
+ */
114480
+ class ProjectSearchResult extends Request {
114481
+ constructor(request, data) {
114482
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
114483
+ super(request);
114484
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
114485
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
114486
+ this.canceledAt = (_c = parseDate(data.canceledAt)) !== null && _c !== void 0 ? _c : undefined;
114487
+ this.color = data.color;
114488
+ this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
114489
+ this.completedIssueCountHistory = data.completedIssueCountHistory;
114490
+ this.completedScopeHistory = data.completedScopeHistory;
114491
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
114492
+ this.description = data.description;
114493
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
114494
+ this.id = data.id;
114495
+ this.inProgressScopeHistory = data.inProgressScopeHistory;
114496
+ this.issueCountHistory = data.issueCountHistory;
114497
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
114498
+ this.name = data.name;
114499
+ this.progress = data.progress;
114500
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
114501
+ this.scope = data.scope;
114502
+ this.scopeHistory = data.scopeHistory;
114503
+ this.slackIssueComments = data.slackIssueComments;
114504
+ this.slackIssueStatuses = data.slackIssueStatuses;
114505
+ this.slackNewIssue = data.slackNewIssue;
114506
+ this.slugId = data.slugId;
114507
+ this.sortOrder = data.sortOrder;
114508
+ this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
114509
+ this.state = data.state;
114510
+ this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
114511
+ this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
114512
+ this.url = data.url;
114513
+ this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
114514
+ this._creator = data.creator;
114515
+ this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
114516
+ this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
114517
+ }
114518
+ /** The project was created based on this issue. */
114519
+ get convertedFromIssue() {
114520
+ var _a, _b;
114521
+ 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;
114522
+ }
114523
+ /** The user who created the project. */
114524
+ get creator() {
114525
+ return new UserQuery(this._request).fetch(this._creator.id);
114526
+ }
114527
+ /** Settings for all integrations associated with that project. */
114528
+ get integrationsSettings() {
114529
+ var _a, _b;
114530
+ return ((_a = this._integrationsSettings) === null || _a === void 0 ? void 0 : _a.id)
114531
+ ? new IntegrationsSettingsQuery(this._request).fetch((_b = this._integrationsSettings) === null || _b === void 0 ? void 0 : _b.id)
114532
+ : undefined;
114533
+ }
114534
+ /** The project lead. */
114535
+ get lead() {
114536
+ var _a, _b;
114537
+ 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;
114538
+ }
114539
+ }
114540
+ /**
114541
+ * ProjectSearchResultConnection model
114542
+ *
114543
+ * @param request - function to call the graphql client
114544
+ * @param fetch - function to trigger a refetch of this ProjectSearchResultConnection model
114545
+ * @param data - ProjectSearchResultConnection response data
114546
+ */
114547
+ class ProjectSearchResultConnection extends Connection {
114548
+ constructor(request, fetch, data) {
114549
+ super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
114550
+ }
114551
+ }
112737
114552
  /**
112738
114553
  * A update associated with an project.
112739
114554
  *
@@ -113928,6 +115743,7 @@ class UserSettings extends Request {
113928
115743
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
113929
115744
  this.id = data.id;
113930
115745
  this.notificationPreferences = (_d = parseJson(data.notificationPreferences)) !== null && _d !== void 0 ? _d : {};
115746
+ this.showFullUserNames = data.showFullUserNames;
113931
115747
  this.unsubscribedFrom = data.unsubscribedFrom;
113932
115748
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
113933
115749
  this._user = data.user;
@@ -115315,6 +117131,34 @@ class ImageUploadFromUrlMutation extends Request {
115315
117131
  });
115316
117132
  }
115317
117133
  }
117134
+ /**
117135
+ * A fetchable ImportFileUpload Mutation
117136
+ *
117137
+ * @param request - function to call the graphql client
117138
+ */
117139
+ class ImportFileUploadMutation extends Request {
117140
+ constructor(request) {
117141
+ super(request);
117142
+ }
117143
+ /**
117144
+ * Call the ImportFileUpload mutation and return a UploadPayload
117145
+ *
117146
+ * @param contentType - required contentType to pass to importFileUpload
117147
+ * @param filename - required filename to pass to importFileUpload
117148
+ * @param size - required size to pass to importFileUpload
117149
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
117150
+ * @returns parsed response from ImportFileUploadMutation
117151
+ */
117152
+ fetch(contentType, filename, size, variables) {
117153
+ return __awaiter(this, void 0, void 0, function* () {
117154
+ const response = yield this._request(ImportFileUploadDocument, Object.assign({ contentType,
117155
+ filename,
117156
+ size }, variables));
117157
+ const data = response.importFileUpload;
117158
+ return new UploadPayload(this._request, data);
117159
+ });
117160
+ }
117161
+ }
115318
117162
  /**
115319
117163
  * A fetchable DeleteIntegration Mutation
115320
117164
  *
@@ -116122,6 +117966,30 @@ class IssueImportCreateAsanaMutation extends Request {
116122
117966
  });
116123
117967
  }
116124
117968
  }
117969
+ /**
117970
+ * A fetchable IssueImportCreateCsvJira Mutation
117971
+ *
117972
+ * @param request - function to call the graphql client
117973
+ */
117974
+ class IssueImportCreateCsvJiraMutation extends Request {
117975
+ constructor(request) {
117976
+ super(request);
117977
+ }
117978
+ /**
117979
+ * Call the IssueImportCreateCsvJira mutation and return a IssueImportPayload
117980
+ *
117981
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
117982
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
117983
+ * @returns parsed response from IssueImportCreateCsvJiraMutation
117984
+ */
117985
+ fetch(csvUrl, variables) {
117986
+ return __awaiter(this, void 0, void 0, function* () {
117987
+ const response = yield this._request(IssueImportCreateCsvJiraDocument, Object.assign({ csvUrl }, variables));
117988
+ const data = response.issueImportCreateCSVJira;
117989
+ return new IssueImportPayload(this._request, data);
117990
+ });
117991
+ }
117992
+ }
116125
117993
  /**
116126
117994
  * A fetchable IssueImportCreateClubhouse Mutation
116127
117995
  *
@@ -116134,14 +118002,14 @@ class IssueImportCreateClubhouseMutation extends Request {
116134
118002
  /**
116135
118003
  * Call the IssueImportCreateClubhouse mutation and return a IssueImportPayload
116136
118004
  *
116137
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
118005
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
116138
118006
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
116139
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
118007
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
116140
118008
  * @returns parsed response from IssueImportCreateClubhouseMutation
116141
118009
  */
116142
- fetch(clubhouseTeamName, clubhouseToken, variables) {
118010
+ fetch(clubhouseGroupName, clubhouseToken, variables) {
116143
118011
  return __awaiter(this, void 0, void 0, function* () {
116144
- const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseTeamName,
118012
+ const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseGroupName,
116145
118013
  clubhouseToken }, variables));
116146
118014
  const data = response.issueImportCreateClubhouse;
116147
118015
  return new IssueImportPayload(this._request, data);
@@ -118232,6 +120100,31 @@ class UserGoogleCalendarConnectMutation extends Request {
118232
120100
  });
118233
120101
  }
118234
120102
  }
120103
+ /**
120104
+ * A fetchable UserJiraConnect Mutation
120105
+ *
120106
+ * @param request - function to call the graphql client
120107
+ */
120108
+ class UserJiraConnectMutation extends Request {
120109
+ constructor(request) {
120110
+ super(request);
120111
+ }
120112
+ /**
120113
+ * Call the UserJiraConnect mutation and return a UserPayload
120114
+ *
120115
+ * @param code - required code to pass to userJiraConnect
120116
+ * @returns parsed response from UserJiraConnectMutation
120117
+ */
120118
+ fetch(code) {
120119
+ return __awaiter(this, void 0, void 0, function* () {
120120
+ const response = yield this._request(UserJiraConnectDocument, {
120121
+ code,
120122
+ });
120123
+ const data = response.userJiraConnect;
120124
+ return new UserPayload(this._request, data);
120125
+ });
120126
+ }
120127
+ }
118235
120128
  /**
118236
120129
  * A fetchable UserPromoteAdmin Mutation
118237
120130
  *
@@ -119434,6 +121327,82 @@ class IssueQuery extends Request {
119434
121327
  });
119435
121328
  }
119436
121329
  }
121330
+ /**
121331
+ * A fetchable IssueFigmaFileKeySearch Query
121332
+ *
121333
+ * @param request - function to call the graphql client
121334
+ */
121335
+ class IssueFigmaFileKeySearchQuery extends Request {
121336
+ constructor(request) {
121337
+ super(request);
121338
+ }
121339
+ /**
121340
+ * Call the IssueFigmaFileKeySearch query and return a IssueConnection
121341
+ *
121342
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
121343
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
121344
+ * @returns parsed response from IssueFigmaFileKeySearchQuery
121345
+ */
121346
+ fetch(fileKey, variables) {
121347
+ return __awaiter(this, void 0, void 0, function* () {
121348
+ const response = yield this._request(IssueFigmaFileKeySearchDocument, Object.assign({ fileKey }, variables));
121349
+ const data = response.issueFigmaFileKeySearch;
121350
+ return new IssueConnection(this._request, connection => this.fetch(fileKey, defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
121351
+ });
121352
+ }
121353
+ }
121354
+ /**
121355
+ * A fetchable IssueFilterSuggestion Query
121356
+ *
121357
+ * @param request - function to call the graphql client
121358
+ */
121359
+ class IssueFilterSuggestionQuery extends Request {
121360
+ constructor(request) {
121361
+ super(request);
121362
+ }
121363
+ /**
121364
+ * Call the IssueFilterSuggestion query and return a IssueFilterSuggestionPayload
121365
+ *
121366
+ * @param prompt - required prompt to pass to issueFilterSuggestion
121367
+ * @returns parsed response from IssueFilterSuggestionQuery
121368
+ */
121369
+ fetch(prompt) {
121370
+ return __awaiter(this, void 0, void 0, function* () {
121371
+ const response = yield this._request(IssueFilterSuggestionDocument, {
121372
+ prompt,
121373
+ });
121374
+ const data = response.issueFilterSuggestion;
121375
+ return new IssueFilterSuggestionPayload(this._request, data);
121376
+ });
121377
+ }
121378
+ }
121379
+ /**
121380
+ * A fetchable IssueImportCheckCsv Query
121381
+ *
121382
+ * @param request - function to call the graphql client
121383
+ */
121384
+ class IssueImportCheckCsvQuery extends Request {
121385
+ constructor(request) {
121386
+ super(request);
121387
+ }
121388
+ /**
121389
+ * Call the IssueImportCheckCsv query and return a IssueImportCheckPayload
121390
+ *
121391
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
121392
+ * @param service - required service to pass to issueImportCheckCSV
121393
+ * @returns parsed response from IssueImportCheckCsvQuery
121394
+ */
121395
+ fetch(csvUrl, service) {
121396
+ return __awaiter(this, void 0, void 0, function* () {
121397
+ const response = yield this._request(IssueImportCheckCsvDocument, {
121398
+ csvUrl,
121399
+ service,
121400
+ });
121401
+ const data = response.issueImportCheckCSV;
121402
+ return new IssueImportCheckPayload(this._request, data);
121403
+ });
121404
+ }
121405
+ }
119437
121406
  /**
119438
121407
  * A fetchable IssueImportFinishGithubOAuth Query
119439
121408
  *
@@ -119811,31 +121780,6 @@ class OrganizationInviteQuery extends Request {
119811
121780
  });
119812
121781
  }
119813
121782
  }
119814
- /**
119815
- * A fetchable OrganizationInviteDetails Query
119816
- *
119817
- * @param request - function to call the graphql client
119818
- */
119819
- class OrganizationInviteDetailsQuery extends Request {
119820
- constructor(request) {
119821
- super(request);
119822
- }
119823
- /**
119824
- * Call the OrganizationInviteDetails query and return a OrganizationInviteDetailsPayload
119825
- *
119826
- * @param id - required id to pass to organizationInviteDetails
119827
- * @returns parsed response from OrganizationInviteDetailsQuery
119828
- */
119829
- fetch(id) {
119830
- return __awaiter(this, void 0, void 0, function* () {
119831
- const response = yield this._request(OrganizationInviteDetailsDocument, {
119832
- id,
119833
- });
119834
- const data = response.organizationInviteDetails;
119835
- return new OrganizationInviteDetailsPayload(this._request, data);
119836
- });
119837
- }
119838
- }
119839
121783
  /**
119840
121784
  * A fetchable OrganizationInvites Query
119841
121785
  *
@@ -119884,6 +121828,31 @@ class ProjectQuery extends Request {
119884
121828
  });
119885
121829
  }
119886
121830
  }
121831
+ /**
121832
+ * A fetchable ProjectFilterSuggestion Query
121833
+ *
121834
+ * @param request - function to call the graphql client
121835
+ */
121836
+ class ProjectFilterSuggestionQuery extends Request {
121837
+ constructor(request) {
121838
+ super(request);
121839
+ }
121840
+ /**
121841
+ * Call the ProjectFilterSuggestion query and return a ProjectFilterSuggestionPayload
121842
+ *
121843
+ * @param prompt - required prompt to pass to projectFilterSuggestion
121844
+ * @returns parsed response from ProjectFilterSuggestionQuery
121845
+ */
121846
+ fetch(prompt) {
121847
+ return __awaiter(this, void 0, void 0, function* () {
121848
+ const response = yield this._request(ProjectFilterSuggestionDocument, {
121849
+ prompt,
121850
+ });
121851
+ const data = response.projectFilterSuggestion;
121852
+ return new ProjectFilterSuggestionPayload(this._request, data);
121853
+ });
121854
+ }
121855
+ }
119887
121856
  /**
119888
121857
  * A fetchable ProjectLink Query
119889
121858
  *
@@ -120191,6 +122160,78 @@ class RoadmapsQuery extends Request {
120191
122160
  });
120192
122161
  }
120193
122162
  }
122163
+ /**
122164
+ * A fetchable SearchDocuments Query
122165
+ *
122166
+ * @param request - function to call the graphql client
122167
+ */
122168
+ class SearchDocumentsQuery extends Request {
122169
+ constructor(request) {
122170
+ super(request);
122171
+ }
122172
+ /**
122173
+ * Call the SearchDocuments query and return a DocumentSearchPayload
122174
+ *
122175
+ * @param term - required term to pass to searchDocuments
122176
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
122177
+ * @returns parsed response from SearchDocumentsQuery
122178
+ */
122179
+ fetch(term, variables) {
122180
+ return __awaiter(this, void 0, void 0, function* () {
122181
+ const response = yield this._request(SearchDocumentsDocument, Object.assign({ term }, variables));
122182
+ const data = response.searchDocuments;
122183
+ return new DocumentSearchPayload(this._request, data);
122184
+ });
122185
+ }
122186
+ }
122187
+ /**
122188
+ * A fetchable SearchIssues Query
122189
+ *
122190
+ * @param request - function to call the graphql client
122191
+ */
122192
+ class SearchIssuesQuery extends Request {
122193
+ constructor(request) {
122194
+ super(request);
122195
+ }
122196
+ /**
122197
+ * Call the SearchIssues query and return a IssueSearchPayload
122198
+ *
122199
+ * @param term - required term to pass to searchIssues
122200
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
122201
+ * @returns parsed response from SearchIssuesQuery
122202
+ */
122203
+ fetch(term, variables) {
122204
+ return __awaiter(this, void 0, void 0, function* () {
122205
+ const response = yield this._request(SearchIssuesDocument, Object.assign({ term }, variables));
122206
+ const data = response.searchIssues;
122207
+ return new IssueSearchPayload(this._request, data);
122208
+ });
122209
+ }
122210
+ }
122211
+ /**
122212
+ * A fetchable SearchProjects Query
122213
+ *
122214
+ * @param request - function to call the graphql client
122215
+ */
122216
+ class SearchProjectsQuery extends Request {
122217
+ constructor(request) {
122218
+ super(request);
122219
+ }
122220
+ /**
122221
+ * Call the SearchProjects query and return a ProjectSearchPayload
122222
+ *
122223
+ * @param term - required term to pass to searchProjects
122224
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
122225
+ * @returns parsed response from SearchProjectsQuery
122226
+ */
122227
+ fetch(term, variables) {
122228
+ return __awaiter(this, void 0, void 0, function* () {
122229
+ const response = yield this._request(SearchProjectsDocument, Object.assign({ term }, variables));
122230
+ const data = response.searchProjects;
122231
+ return new ProjectSearchPayload(this._request, data);
122232
+ });
122233
+ }
122234
+ }
120194
122235
  /**
120195
122236
  * A fetchable SsoUrlFromEmail Query
120196
122237
  *
@@ -121796,6 +123837,87 @@ class Roadmap_ProjectsQuery extends Request {
121796
123837
  });
121797
123838
  }
121798
123839
  }
123840
+ /**
123841
+ * A fetchable SearchDocuments_ArchivePayload Query
123842
+ *
123843
+ * @param request - function to call the graphql client
123844
+ * @param term - required term to pass to searchDocuments
123845
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
123846
+ */
123847
+ class SearchDocuments_ArchivePayloadQuery extends Request {
123848
+ constructor(request, term, variables) {
123849
+ super(request);
123850
+ this._term = term;
123851
+ this._variables = variables;
123852
+ }
123853
+ /**
123854
+ * Call the SearchDocuments_ArchivePayload query and return a ArchiveResponse
123855
+ *
123856
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
123857
+ * @returns parsed response from SearchDocuments_ArchivePayloadQuery
123858
+ */
123859
+ fetch(variables) {
123860
+ return __awaiter(this, void 0, void 0, function* () {
123861
+ const response = yield this._request(SearchDocuments_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123862
+ const data = response.searchDocuments.archivePayload;
123863
+ return new ArchiveResponse(this._request, data);
123864
+ });
123865
+ }
123866
+ }
123867
+ /**
123868
+ * A fetchable SearchIssues_ArchivePayload Query
123869
+ *
123870
+ * @param request - function to call the graphql client
123871
+ * @param term - required term to pass to searchIssues
123872
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
123873
+ */
123874
+ class SearchIssues_ArchivePayloadQuery extends Request {
123875
+ constructor(request, term, variables) {
123876
+ super(request);
123877
+ this._term = term;
123878
+ this._variables = variables;
123879
+ }
123880
+ /**
123881
+ * Call the SearchIssues_ArchivePayload query and return a ArchiveResponse
123882
+ *
123883
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
123884
+ * @returns parsed response from SearchIssues_ArchivePayloadQuery
123885
+ */
123886
+ fetch(variables) {
123887
+ return __awaiter(this, void 0, void 0, function* () {
123888
+ const response = yield this._request(SearchIssues_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123889
+ const data = response.searchIssues.archivePayload;
123890
+ return new ArchiveResponse(this._request, data);
123891
+ });
123892
+ }
123893
+ }
123894
+ /**
123895
+ * A fetchable SearchProjects_ArchivePayload Query
123896
+ *
123897
+ * @param request - function to call the graphql client
123898
+ * @param term - required term to pass to searchProjects
123899
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
123900
+ */
123901
+ class SearchProjects_ArchivePayloadQuery extends Request {
123902
+ constructor(request, term, variables) {
123903
+ super(request);
123904
+ this._term = term;
123905
+ this._variables = variables;
123906
+ }
123907
+ /**
123908
+ * Call the SearchProjects_ArchivePayload query and return a ArchiveResponse
123909
+ *
123910
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
123911
+ * @returns parsed response from SearchProjects_ArchivePayloadQuery
123912
+ */
123913
+ fetch(variables) {
123914
+ return __awaiter(this, void 0, void 0, function* () {
123915
+ const response = yield this._request(SearchProjects_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
123916
+ const data = response.searchProjects.archivePayload;
123917
+ return new ArchiveResponse(this._request, data);
123918
+ });
123919
+ }
123920
+ }
121799
123921
  /**
121800
123922
  * A fetchable Team_Cycles Query
121801
123923
  *
@@ -122662,6 +124784,18 @@ class LinearSdk extends Request {
122662
124784
  imageUploadFromUrl(url) {
122663
124785
  return new ImageUploadFromUrlMutation(this._request).fetch(url);
122664
124786
  }
124787
+ /**
124788
+ * XHR request payload to upload a file for import, directly to Linear's cloud storage.
124789
+ *
124790
+ * @param contentType - required contentType to pass to importFileUpload
124791
+ * @param filename - required filename to pass to importFileUpload
124792
+ * @param size - required size to pass to importFileUpload
124793
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
124794
+ * @returns UploadPayload
124795
+ */
124796
+ importFileUpload(contentType, filename, size, variables) {
124797
+ return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
124798
+ }
122665
124799
  /**
122666
124800
  * Deletes an integration.
122667
124801
  *
@@ -122966,16 +125100,26 @@ class LinearSdk extends Request {
122966
125100
  issueImportCreateAsana(asanaTeamName, asanaToken, variables) {
122967
125101
  return new IssueImportCreateAsanaMutation(this._request).fetch(asanaTeamName, asanaToken, variables);
122968
125102
  }
125103
+ /**
125104
+ * Kicks off a Jira import job from a CSV.
125105
+ *
125106
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
125107
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
125108
+ * @returns IssueImportPayload
125109
+ */
125110
+ issueImportCreateCSVJira(csvUrl, variables) {
125111
+ return new IssueImportCreateCsvJiraMutation(this._request).fetch(csvUrl, variables);
125112
+ }
122969
125113
  /**
122970
125114
  * Kicks off a Shortcut (formerly Clubhouse) import job.
122971
125115
  *
122972
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
125116
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
122973
125117
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
122974
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
125118
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
122975
125119
  * @returns IssueImportPayload
122976
125120
  */
122977
- issueImportCreateClubhouse(clubhouseTeamName, clubhouseToken, variables) {
122978
- return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseTeamName, clubhouseToken, variables);
125121
+ issueImportCreateClubhouse(clubhouseGroupName, clubhouseToken, variables) {
125122
+ return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseGroupName, clubhouseToken, variables);
122979
125123
  }
122980
125124
  /**
122981
125125
  * Kicks off a GitHub import job.
@@ -123740,6 +125884,15 @@ class LinearSdk extends Request {
123740
125884
  userGoogleCalendarConnect(code) {
123741
125885
  return new UserGoogleCalendarConnectMutation(this._request).fetch(code);
123742
125886
  }
125887
+ /**
125888
+ * Connects the Jira user to this Linear account via OAuth2.
125889
+ *
125890
+ * @param code - required code to pass to userJiraConnect
125891
+ * @returns UserPayload
125892
+ */
125893
+ userJiraConnect(code) {
125894
+ return new UserJiraConnectMutation(this._request).fetch(code);
125895
+ }
123743
125896
  /**
123744
125897
  * Makes user an admin. Can only be called by an admin.
123745
125898
  *
@@ -124191,6 +126344,35 @@ class LinearSdk extends Request {
124191
126344
  issue(id) {
124192
126345
  return new IssueQuery(this._request).fetch(id);
124193
126346
  }
126347
+ /**
126348
+ * Find issues that are related to a given Figma file key.
126349
+ *
126350
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
126351
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
126352
+ * @returns IssueConnection
126353
+ */
126354
+ issueFigmaFileKeySearch(fileKey, variables) {
126355
+ return new IssueFigmaFileKeySearchQuery(this._request).fetch(fileKey, variables);
126356
+ }
126357
+ /**
126358
+ * Suggests filters for an issue view based on a text prompt.
126359
+ *
126360
+ * @param prompt - required prompt to pass to issueFilterSuggestion
126361
+ * @returns IssueFilterSuggestionPayload
126362
+ */
126363
+ issueFilterSuggestion(prompt) {
126364
+ return new IssueFilterSuggestionQuery(this._request).fetch(prompt);
126365
+ }
126366
+ /**
126367
+ * Checks a CSV file validity against a specific import service.
126368
+ *
126369
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
126370
+ * @param service - required service to pass to issueImportCheckCSV
126371
+ * @returns IssueImportCheckPayload
126372
+ */
126373
+ issueImportCheckCSV(csvUrl, service) {
126374
+ return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
126375
+ }
124194
126376
  /**
124195
126377
  * Fetches the GitHub token, completing the OAuth flow.
124196
126378
  *
@@ -124324,15 +126506,6 @@ class LinearSdk extends Request {
124324
126506
  organizationInvite(id) {
124325
126507
  return new OrganizationInviteQuery(this._request).fetch(id);
124326
126508
  }
124327
- /**
124328
- * One specific organization invite.
124329
- *
124330
- * @param id - required id to pass to organizationInviteDetails
124331
- * @returns OrganizationInviteDetailsPayload
124332
- */
124333
- organizationInviteDetails(id) {
124334
- return new OrganizationInviteDetailsQuery(this._request).fetch(id);
124335
- }
124336
126509
  /**
124337
126510
  * All invites for the organization.
124338
126511
  *
@@ -124351,6 +126524,15 @@ class LinearSdk extends Request {
124351
126524
  project(id) {
124352
126525
  return new ProjectQuery(this._request).fetch(id);
124353
126526
  }
126527
+ /**
126528
+ * Suggests filters for a project view based on a text prompt.
126529
+ *
126530
+ * @param prompt - required prompt to pass to projectFilterSuggestion
126531
+ * @returns ProjectFilterSuggestionPayload
126532
+ */
126533
+ projectFilterSuggestion(prompt) {
126534
+ return new ProjectFilterSuggestionQuery(this._request).fetch(prompt);
126535
+ }
124354
126536
  /**
124355
126537
  * One specific project link.
124356
126538
  *
@@ -124466,6 +126648,36 @@ class LinearSdk extends Request {
124466
126648
  roadmaps(variables) {
124467
126649
  return new RoadmapsQuery(this._request).fetch(variables);
124468
126650
  }
126651
+ /**
126652
+ * Search documents.
126653
+ *
126654
+ * @param term - required term to pass to searchDocuments
126655
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
126656
+ * @returns DocumentSearchPayload
126657
+ */
126658
+ searchDocuments(term, variables) {
126659
+ return new SearchDocumentsQuery(this._request).fetch(term, variables);
126660
+ }
126661
+ /**
126662
+ * Search issues.
126663
+ *
126664
+ * @param term - required term to pass to searchIssues
126665
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
126666
+ * @returns IssueSearchPayload
126667
+ */
126668
+ searchIssues(term, variables) {
126669
+ return new SearchIssuesQuery(this._request).fetch(term, variables);
126670
+ }
126671
+ /**
126672
+ * Search projects.
126673
+ *
126674
+ * @param term - required term to pass to searchProjects
126675
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
126676
+ * @returns ProjectSearchPayload
126677
+ */
126678
+ searchProjects(term, variables) {
126679
+ return new SearchProjectsQuery(this._request).fetch(term, variables);
126680
+ }
124469
126681
  /**
124470
126682
  * Fetch SSO login URL for the email provided.
124471
126683
  *
@@ -124682,5 +126894,5 @@ class LinearWebhooks {
124682
126894
  }
124683
126895
  }
124684
126896
 
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 };
126897
+ 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, OrganizationInviteFullDetailsPayload, 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, UserJiraConnectMutation, 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
126898
  //# sourceMappingURL=index-es.js.map