@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-umd.js CHANGED
@@ -9,7 +9,7 @@
9
9
  var crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
10
10
 
11
11
  (function() {
12
- const env = {"npm_package_name":"@linear/sdk","npm_package_version":"3.0.0"};
12
+ const env = {"npm_package_name":"@linear/sdk","npm_package_version":"5.0.0"};
13
13
  try {
14
14
  if (process) {
15
15
  process.env = Object.assign({}, process.env);
@@ -1404,6 +1404,13 @@
1404
1404
  OrganizationDomainAuthType["General"] = "general";
1405
1405
  OrganizationDomainAuthType["Saml"] = "saml";
1406
1406
  })(OrganizationDomainAuthType || (OrganizationDomainAuthType = {}));
1407
+ /** The different statuses possible for an organization invite. */
1408
+ var OrganizationInviteStatus;
1409
+ (function (OrganizationInviteStatus) {
1410
+ OrganizationInviteStatus["Accepted"] = "accepted";
1411
+ OrganizationInviteStatus["Expired"] = "expired";
1412
+ OrganizationInviteStatus["Pending"] = "pending";
1413
+ })(OrganizationInviteStatus || (OrganizationInviteStatus = {}));
1407
1414
  /** By which field should the pagination order by */
1408
1415
  var PaginationOrderBy;
1409
1416
  (function (PaginationOrderBy) {
@@ -1534,6 +1541,7 @@
1534
1541
  ViewType["ProjectsAll"] = "projectsAll";
1535
1542
  ViewType["ProjectsBacklog"] = "projectsBacklog";
1536
1543
  ViewType["ProjectsClosed"] = "projectsClosed";
1544
+ ViewType["QuickView"] = "quickView";
1537
1545
  ViewType["Roadmap"] = "roadmap";
1538
1546
  ViewType["RoadmapAll"] = "roadmapAll";
1539
1547
  ViewType["RoadmapBacklog"] = "roadmapBacklog";
@@ -1583,30 +1591,31 @@
1583
1591
  },
1584
1592
  ],
1585
1593
  };
1586
- const PersonalNoteFragmentDoc = {
1594
+ const DocumentContentFragmentDoc = {
1587
1595
  kind: "Document",
1588
1596
  definitions: [
1589
1597
  {
1590
1598
  kind: "FragmentDefinition",
1591
- name: { kind: "Name", value: "PersonalNote" },
1592
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PersonalNote" } },
1599
+ name: { kind: "Name", value: "DocumentContent" },
1600
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentContent" } },
1593
1601
  selectionSet: {
1594
1602
  kind: "SelectionSet",
1595
1603
  selections: [
1596
1604
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
1597
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
1598
1605
  { kind: "Field", name: { kind: "Name", value: "contentData" } },
1599
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
1600
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
1601
- { kind: "Field", name: { kind: "Name", value: "id" } },
1606
+ { kind: "Field", name: { kind: "Name", value: "content" } },
1602
1607
  {
1603
1608
  kind: "Field",
1604
- name: { kind: "Name", value: "user" },
1609
+ name: { kind: "Name", value: "issue" },
1605
1610
  selectionSet: {
1606
1611
  kind: "SelectionSet",
1607
1612
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
1608
1613
  },
1609
1614
  },
1615
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
1616
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
1617
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
1618
+ { kind: "Field", name: { kind: "Name", value: "id" } },
1610
1619
  ],
1611
1620
  },
1612
1621
  },
@@ -2385,6 +2394,7 @@
2385
2394
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
2386
2395
  },
2387
2396
  },
2397
+ { kind: "Field", name: { kind: "Name", value: "showFullUserNames" } },
2388
2398
  ],
2389
2399
  },
2390
2400
  },
@@ -3023,6 +3033,14 @@
3023
3033
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3024
3034
  },
3025
3035
  },
3036
+ {
3037
+ kind: "Field",
3038
+ name: { kind: "Name", value: "owner" },
3039
+ selectionSet: {
3040
+ kind: "SelectionSet",
3041
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3042
+ },
3043
+ },
3026
3044
  { kind: "Field", name: { kind: "Name", value: "shared" } },
3027
3045
  ],
3028
3046
  },
@@ -3100,9 +3118,9 @@
3100
3118
  kind: "SelectionSet",
3101
3119
  selections: [
3102
3120
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
3103
- { kind: "Field", name: { kind: "Name", value: "suggestedDescription" } },
3104
- { kind: "Field", name: { kind: "Name", value: "suggestedIcon" } },
3105
- { kind: "Field", name: { kind: "Name", value: "suggestedName" } },
3121
+ { kind: "Field", name: { kind: "Name", value: "description" } },
3122
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
3123
+ { kind: "Field", name: { kind: "Name", value: "name" } },
3106
3124
  ],
3107
3125
  },
3108
3126
  },
@@ -3319,6 +3337,155 @@
3319
3337
  },
3320
3338
  ],
3321
3339
  };
3340
+ const ArchiveResponseFragmentDoc = {
3341
+ kind: "Document",
3342
+ definitions: [
3343
+ {
3344
+ kind: "FragmentDefinition",
3345
+ name: { kind: "Name", value: "ArchiveResponse" },
3346
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ArchiveResponse" } },
3347
+ selectionSet: {
3348
+ kind: "SelectionSet",
3349
+ selections: [
3350
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3351
+ { kind: "Field", name: { kind: "Name", value: "archive" } },
3352
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
3353
+ { kind: "Field", name: { kind: "Name", value: "databaseVersion" } },
3354
+ { kind: "Field", name: { kind: "Name", value: "includesDependencies" } },
3355
+ ],
3356
+ },
3357
+ },
3358
+ ],
3359
+ };
3360
+ const DocumentSearchResultFragmentDoc = {
3361
+ kind: "Document",
3362
+ definitions: [
3363
+ {
3364
+ kind: "FragmentDefinition",
3365
+ name: { kind: "Name", value: "DocumentSearchResult" },
3366
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResult" } },
3367
+ selectionSet: {
3368
+ kind: "SelectionSet",
3369
+ selections: [
3370
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3371
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
3372
+ { kind: "Field", name: { kind: "Name", value: "color" } },
3373
+ { kind: "Field", name: { kind: "Name", value: "contentData" } },
3374
+ { kind: "Field", name: { kind: "Name", value: "content" } },
3375
+ { kind: "Field", name: { kind: "Name", value: "title" } },
3376
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
3377
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
3378
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3379
+ {
3380
+ kind: "Field",
3381
+ name: { kind: "Name", value: "project" },
3382
+ selectionSet: {
3383
+ kind: "SelectionSet",
3384
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3385
+ },
3386
+ },
3387
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
3388
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
3389
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3390
+ {
3391
+ kind: "Field",
3392
+ name: { kind: "Name", value: "creator" },
3393
+ selectionSet: {
3394
+ kind: "SelectionSet",
3395
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3396
+ },
3397
+ },
3398
+ {
3399
+ kind: "Field",
3400
+ name: { kind: "Name", value: "updatedBy" },
3401
+ selectionSet: {
3402
+ kind: "SelectionSet",
3403
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3404
+ },
3405
+ },
3406
+ ],
3407
+ },
3408
+ },
3409
+ ],
3410
+ };
3411
+ const DocumentSearchPayloadFragmentDoc = {
3412
+ kind: "Document",
3413
+ definitions: [
3414
+ {
3415
+ kind: "FragmentDefinition",
3416
+ name: { kind: "Name", value: "DocumentSearchPayload" },
3417
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchPayload" } },
3418
+ selectionSet: {
3419
+ kind: "SelectionSet",
3420
+ selections: [
3421
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3422
+ {
3423
+ kind: "Field",
3424
+ name: { kind: "Name", value: "archivePayload" },
3425
+ selectionSet: {
3426
+ kind: "SelectionSet",
3427
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
3428
+ },
3429
+ },
3430
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
3431
+ {
3432
+ kind: "Field",
3433
+ name: { kind: "Name", value: "nodes" },
3434
+ selectionSet: {
3435
+ kind: "SelectionSet",
3436
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
3437
+ },
3438
+ },
3439
+ {
3440
+ kind: "Field",
3441
+ name: { kind: "Name", value: "pageInfo" },
3442
+ selectionSet: {
3443
+ kind: "SelectionSet",
3444
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
3445
+ },
3446
+ },
3447
+ ],
3448
+ },
3449
+ },
3450
+ ...ArchiveResponseFragmentDoc.definitions,
3451
+ ...DocumentSearchResultFragmentDoc.definitions,
3452
+ ...PageInfoFragmentDoc.definitions,
3453
+ ],
3454
+ };
3455
+ const DocumentSearchResultConnectionFragmentDoc = {
3456
+ kind: "Document",
3457
+ definitions: [
3458
+ {
3459
+ kind: "FragmentDefinition",
3460
+ name: { kind: "Name", value: "DocumentSearchResultConnection" },
3461
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResultConnection" } },
3462
+ selectionSet: {
3463
+ kind: "SelectionSet",
3464
+ selections: [
3465
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3466
+ {
3467
+ kind: "Field",
3468
+ name: { kind: "Name", value: "nodes" },
3469
+ selectionSet: {
3470
+ kind: "SelectionSet",
3471
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
3472
+ },
3473
+ },
3474
+ {
3475
+ kind: "Field",
3476
+ name: { kind: "Name", value: "pageInfo" },
3477
+ selectionSet: {
3478
+ kind: "SelectionSet",
3479
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
3480
+ },
3481
+ },
3482
+ ],
3483
+ },
3484
+ },
3485
+ ...DocumentSearchResultFragmentDoc.definitions,
3486
+ ...PageInfoFragmentDoc.definitions,
3487
+ ],
3488
+ };
3322
3489
  const EmailUnsubscribePayloadFragmentDoc = {
3323
3490
  kind: "Document",
3324
3491
  definitions: [
@@ -4163,6 +4330,14 @@
4163
4330
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4164
4331
  },
4165
4332
  },
4333
+ {
4334
+ kind: "Field",
4335
+ name: { kind: "Name", value: "favorite" },
4336
+ selectionSet: {
4337
+ kind: "SelectionSet",
4338
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4339
+ },
4340
+ },
4166
4341
  {
4167
4342
  kind: "Field",
4168
4343
  name: { kind: "Name", value: "state" },
@@ -4237,6 +4412,23 @@
4237
4412
  ...PageInfoFragmentDoc.definitions,
4238
4413
  ],
4239
4414
  };
4415
+ const IssueFilterSuggestionPayloadFragmentDoc = {
4416
+ kind: "Document",
4417
+ definitions: [
4418
+ {
4419
+ kind: "FragmentDefinition",
4420
+ name: { kind: "Name", value: "IssueFilterSuggestionPayload" },
4421
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } },
4422
+ selectionSet: {
4423
+ kind: "SelectionSet",
4424
+ selections: [
4425
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4426
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
4427
+ ],
4428
+ },
4429
+ },
4430
+ ],
4431
+ };
4240
4432
  const IssueRelationHistoryPayloadFragmentDoc = {
4241
4433
  kind: "Document",
4242
4434
  definitions: [
@@ -4267,6 +4459,8 @@
4267
4459
  selections: [
4268
4460
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
4269
4461
  { kind: "Field", name: { kind: "Name", value: "progress" } },
4462
+ { kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
4463
+ { kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
4270
4464
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
4271
4465
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
4272
4466
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
@@ -4512,6 +4706,23 @@
4512
4706
  ...PageInfoFragmentDoc.definitions,
4513
4707
  ],
4514
4708
  };
4709
+ const IssueImportCheckPayloadFragmentDoc = {
4710
+ kind: "Document",
4711
+ definitions: [
4712
+ {
4713
+ kind: "FragmentDefinition",
4714
+ name: { kind: "Name", value: "IssueImportCheckPayload" },
4715
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportCheckPayload" } },
4716
+ selectionSet: {
4717
+ kind: "SelectionSet",
4718
+ selections: [
4719
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4720
+ { kind: "Field", name: { kind: "Name", value: "success" } },
4721
+ ],
4722
+ },
4723
+ },
4724
+ ],
4725
+ };
4515
4726
  const IssueImportDeletePayloadFragmentDoc = {
4516
4727
  kind: "Document",
4517
4728
  definitions: [
@@ -4814,6 +5025,209 @@
4814
5025
  },
4815
5026
  ],
4816
5027
  };
5028
+ const IssueSearchResultFragmentDoc = {
5029
+ kind: "Document",
5030
+ definitions: [
5031
+ {
5032
+ kind: "FragmentDefinition",
5033
+ name: { kind: "Name", value: "IssueSearchResult" },
5034
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResult" } },
5035
+ selectionSet: {
5036
+ kind: "SelectionSet",
5037
+ selections: [
5038
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5039
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
5040
+ { kind: "Field", name: { kind: "Name", value: "url" } },
5041
+ { kind: "Field", name: { kind: "Name", value: "identifier" } },
5042
+ { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
5043
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
5044
+ { kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
5045
+ { kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
5046
+ { kind: "Field", name: { kind: "Name", value: "branchName" } },
5047
+ {
5048
+ kind: "Field",
5049
+ name: { kind: "Name", value: "cycle" },
5050
+ selectionSet: {
5051
+ kind: "SelectionSet",
5052
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5053
+ },
5054
+ },
5055
+ { kind: "Field", name: { kind: "Name", value: "dueDate" } },
5056
+ { kind: "Field", name: { kind: "Name", value: "estimate" } },
5057
+ { kind: "Field", name: { kind: "Name", value: "description" } },
5058
+ { kind: "Field", name: { kind: "Name", value: "title" } },
5059
+ { kind: "Field", name: { kind: "Name", value: "number" } },
5060
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5061
+ { kind: "Field", name: { kind: "Name", value: "boardOrder" } },
5062
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
5063
+ { kind: "Field", name: { kind: "Name", value: "subIssueSortOrder" } },
5064
+ {
5065
+ kind: "Field",
5066
+ name: { kind: "Name", value: "parent" },
5067
+ selectionSet: {
5068
+ kind: "SelectionSet",
5069
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5070
+ },
5071
+ },
5072
+ { kind: "Field", name: { kind: "Name", value: "priority" } },
5073
+ {
5074
+ kind: "Field",
5075
+ name: { kind: "Name", value: "project" },
5076
+ selectionSet: {
5077
+ kind: "SelectionSet",
5078
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5079
+ },
5080
+ },
5081
+ {
5082
+ kind: "Field",
5083
+ name: { kind: "Name", value: "projectMilestone" },
5084
+ selectionSet: {
5085
+ kind: "SelectionSet",
5086
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5087
+ },
5088
+ },
5089
+ {
5090
+ kind: "Field",
5091
+ name: { kind: "Name", value: "team" },
5092
+ selectionSet: {
5093
+ kind: "SelectionSet",
5094
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5095
+ },
5096
+ },
5097
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
5098
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
5099
+ { kind: "Field", name: { kind: "Name", value: "startedTriageAt" } },
5100
+ { kind: "Field", name: { kind: "Name", value: "triagedAt" } },
5101
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
5102
+ { kind: "Field", name: { kind: "Name", value: "autoClosedAt" } },
5103
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
5104
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
5105
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
5106
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
5107
+ { kind: "Field", name: { kind: "Name", value: "id" } },
5108
+ {
5109
+ kind: "Field",
5110
+ name: { kind: "Name", value: "assignee" },
5111
+ selectionSet: {
5112
+ kind: "SelectionSet",
5113
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5114
+ },
5115
+ },
5116
+ {
5117
+ kind: "Field",
5118
+ name: { kind: "Name", value: "creator" },
5119
+ selectionSet: {
5120
+ kind: "SelectionSet",
5121
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5122
+ },
5123
+ },
5124
+ {
5125
+ kind: "Field",
5126
+ name: { kind: "Name", value: "snoozedBy" },
5127
+ selectionSet: {
5128
+ kind: "SelectionSet",
5129
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5130
+ },
5131
+ },
5132
+ {
5133
+ kind: "Field",
5134
+ name: { kind: "Name", value: "favorite" },
5135
+ selectionSet: {
5136
+ kind: "SelectionSet",
5137
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5138
+ },
5139
+ },
5140
+ {
5141
+ kind: "Field",
5142
+ name: { kind: "Name", value: "state" },
5143
+ selectionSet: {
5144
+ kind: "SelectionSet",
5145
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5146
+ },
5147
+ },
5148
+ ],
5149
+ },
5150
+ },
5151
+ ],
5152
+ };
5153
+ const IssueSearchPayloadFragmentDoc = {
5154
+ kind: "Document",
5155
+ definitions: [
5156
+ {
5157
+ kind: "FragmentDefinition",
5158
+ name: { kind: "Name", value: "IssueSearchPayload" },
5159
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchPayload" } },
5160
+ selectionSet: {
5161
+ kind: "SelectionSet",
5162
+ selections: [
5163
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5164
+ {
5165
+ kind: "Field",
5166
+ name: { kind: "Name", value: "archivePayload" },
5167
+ selectionSet: {
5168
+ kind: "SelectionSet",
5169
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
5170
+ },
5171
+ },
5172
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
5173
+ {
5174
+ kind: "Field",
5175
+ name: { kind: "Name", value: "nodes" },
5176
+ selectionSet: {
5177
+ kind: "SelectionSet",
5178
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
5179
+ },
5180
+ },
5181
+ {
5182
+ kind: "Field",
5183
+ name: { kind: "Name", value: "pageInfo" },
5184
+ selectionSet: {
5185
+ kind: "SelectionSet",
5186
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
5187
+ },
5188
+ },
5189
+ ],
5190
+ },
5191
+ },
5192
+ ...ArchiveResponseFragmentDoc.definitions,
5193
+ ...IssueSearchResultFragmentDoc.definitions,
5194
+ ...PageInfoFragmentDoc.definitions,
5195
+ ],
5196
+ };
5197
+ const IssueSearchResultConnectionFragmentDoc = {
5198
+ kind: "Document",
5199
+ definitions: [
5200
+ {
5201
+ kind: "FragmentDefinition",
5202
+ name: { kind: "Name", value: "IssueSearchResultConnection" },
5203
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResultConnection" } },
5204
+ selectionSet: {
5205
+ kind: "SelectionSet",
5206
+ selections: [
5207
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5208
+ {
5209
+ kind: "Field",
5210
+ name: { kind: "Name", value: "nodes" },
5211
+ selectionSet: {
5212
+ kind: "SelectionSet",
5213
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
5214
+ },
5215
+ },
5216
+ {
5217
+ kind: "Field",
5218
+ name: { kind: "Name", value: "pageInfo" },
5219
+ selectionSet: {
5220
+ kind: "SelectionSet",
5221
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
5222
+ },
5223
+ },
5224
+ ],
5225
+ },
5226
+ },
5227
+ ...IssueSearchResultFragmentDoc.definitions,
5228
+ ...PageInfoFragmentDoc.definitions,
5229
+ ],
5230
+ };
4817
5231
  const LogoutResponseFragmentDoc = {
4818
5232
  kind: "Document",
4819
5233
  definitions: [
@@ -5484,13 +5898,13 @@
5484
5898
  ...PageInfoFragmentDoc.definitions,
5485
5899
  ],
5486
5900
  };
5487
- const OrganizationInviteDetailsPayloadFragmentDoc = {
5901
+ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
5488
5902
  kind: "Document",
5489
5903
  definitions: [
5490
5904
  {
5491
5905
  kind: "FragmentDefinition",
5492
- name: { kind: "Name", value: "OrganizationInviteDetailsPayload" },
5493
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationInviteDetailsPayload" } },
5906
+ name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" },
5907
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" } },
5494
5908
  selectionSet: {
5495
5909
  kind: "SelectionSet",
5496
5910
  selections: [
@@ -5679,6 +6093,23 @@
5679
6093
  ...PageInfoFragmentDoc.definitions,
5680
6094
  ],
5681
6095
  };
6096
+ const ProjectFilterSuggestionPayloadFragmentDoc = {
6097
+ kind: "Document",
6098
+ definitions: [
6099
+ {
6100
+ kind: "FragmentDefinition",
6101
+ name: { kind: "Name", value: "ProjectFilterSuggestionPayload" },
6102
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } },
6103
+ selectionSet: {
6104
+ kind: "SelectionSet",
6105
+ selections: [
6106
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6107
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
6108
+ ],
6109
+ },
6110
+ },
6111
+ ],
6112
+ };
5682
6113
  const ProjectLinkFragmentDoc = {
5683
6114
  kind: "Document",
5684
6115
  definitions: [
@@ -5895,6 +6326,161 @@
5895
6326
  },
5896
6327
  ],
5897
6328
  };
6329
+ const ProjectSearchResultFragmentDoc = {
6330
+ kind: "Document",
6331
+ definitions: [
6332
+ {
6333
+ kind: "FragmentDefinition",
6334
+ name: { kind: "Name", value: "ProjectSearchResult" },
6335
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResult" } },
6336
+ selectionSet: {
6337
+ kind: "SelectionSet",
6338
+ selections: [
6339
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6340
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
6341
+ { kind: "Field", name: { kind: "Name", value: "url" } },
6342
+ {
6343
+ kind: "Field",
6344
+ name: { kind: "Name", value: "integrationsSettings" },
6345
+ selectionSet: {
6346
+ kind: "SelectionSet",
6347
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6348
+ },
6349
+ },
6350
+ { kind: "Field", name: { kind: "Name", value: "targetDate" } },
6351
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
6352
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
6353
+ { kind: "Field", name: { kind: "Name", value: "completedScopeHistory" } },
6354
+ { kind: "Field", name: { kind: "Name", value: "completedIssueCountHistory" } },
6355
+ { kind: "Field", name: { kind: "Name", value: "inProgressScopeHistory" } },
6356
+ { kind: "Field", name: { kind: "Name", value: "progress" } },
6357
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
6358
+ {
6359
+ kind: "Field",
6360
+ name: { kind: "Name", value: "lead" },
6361
+ selectionSet: {
6362
+ kind: "SelectionSet",
6363
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6364
+ },
6365
+ },
6366
+ {
6367
+ kind: "Field",
6368
+ name: { kind: "Name", value: "convertedFromIssue" },
6369
+ selectionSet: {
6370
+ kind: "SelectionSet",
6371
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6372
+ },
6373
+ },
6374
+ { kind: "Field", name: { kind: "Name", value: "color" } },
6375
+ { kind: "Field", name: { kind: "Name", value: "description" } },
6376
+ { kind: "Field", name: { kind: "Name", value: "name" } },
6377
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
6378
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
6379
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
6380
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
6381
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
6382
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
6383
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
6384
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
6385
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersPausedUntilAt" } },
6386
+ { kind: "Field", name: { kind: "Name", value: "scopeHistory" } },
6387
+ { kind: "Field", name: { kind: "Name", value: "issueCountHistory" } },
6388
+ { kind: "Field", name: { kind: "Name", value: "state" } },
6389
+ { kind: "Field", name: { kind: "Name", value: "id" } },
6390
+ {
6391
+ kind: "Field",
6392
+ name: { kind: "Name", value: "creator" },
6393
+ selectionSet: {
6394
+ kind: "SelectionSet",
6395
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6396
+ },
6397
+ },
6398
+ { kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
6399
+ { kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
6400
+ { kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
6401
+ ],
6402
+ },
6403
+ },
6404
+ ],
6405
+ };
6406
+ const ProjectSearchPayloadFragmentDoc = {
6407
+ kind: "Document",
6408
+ definitions: [
6409
+ {
6410
+ kind: "FragmentDefinition",
6411
+ name: { kind: "Name", value: "ProjectSearchPayload" },
6412
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchPayload" } },
6413
+ selectionSet: {
6414
+ kind: "SelectionSet",
6415
+ selections: [
6416
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6417
+ {
6418
+ kind: "Field",
6419
+ name: { kind: "Name", value: "archivePayload" },
6420
+ selectionSet: {
6421
+ kind: "SelectionSet",
6422
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
6423
+ },
6424
+ },
6425
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
6426
+ {
6427
+ kind: "Field",
6428
+ name: { kind: "Name", value: "nodes" },
6429
+ selectionSet: {
6430
+ kind: "SelectionSet",
6431
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
6432
+ },
6433
+ },
6434
+ {
6435
+ kind: "Field",
6436
+ name: { kind: "Name", value: "pageInfo" },
6437
+ selectionSet: {
6438
+ kind: "SelectionSet",
6439
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
6440
+ },
6441
+ },
6442
+ ],
6443
+ },
6444
+ },
6445
+ ...ArchiveResponseFragmentDoc.definitions,
6446
+ ...ProjectSearchResultFragmentDoc.definitions,
6447
+ ...PageInfoFragmentDoc.definitions,
6448
+ ],
6449
+ };
6450
+ const ProjectSearchResultConnectionFragmentDoc = {
6451
+ kind: "Document",
6452
+ definitions: [
6453
+ {
6454
+ kind: "FragmentDefinition",
6455
+ name: { kind: "Name", value: "ProjectSearchResultConnection" },
6456
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResultConnection" } },
6457
+ selectionSet: {
6458
+ kind: "SelectionSet",
6459
+ selections: [
6460
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6461
+ {
6462
+ kind: "Field",
6463
+ name: { kind: "Name", value: "nodes" },
6464
+ selectionSet: {
6465
+ kind: "SelectionSet",
6466
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
6467
+ },
6468
+ },
6469
+ {
6470
+ kind: "Field",
6471
+ name: { kind: "Name", value: "pageInfo" },
6472
+ selectionSet: {
6473
+ kind: "SelectionSet",
6474
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
6475
+ },
6476
+ },
6477
+ ],
6478
+ },
6479
+ },
6480
+ ...ProjectSearchResultFragmentDoc.definitions,
6481
+ ...PageInfoFragmentDoc.definitions,
6482
+ ],
6483
+ };
5898
6484
  const ProjectUpdateFragmentDoc = {
5899
6485
  kind: "Document",
5900
6486
  definitions: [
@@ -9355,6 +9941,74 @@
9355
9941
  ...ImageUploadFromUrlPayloadFragmentDoc.definitions,
9356
9942
  ],
9357
9943
  };
9944
+ const ImportFileUploadDocument = {
9945
+ kind: "Document",
9946
+ definitions: [
9947
+ {
9948
+ kind: "OperationDefinition",
9949
+ operation: "mutation",
9950
+ name: { kind: "Name", value: "importFileUpload" },
9951
+ variableDefinitions: [
9952
+ {
9953
+ kind: "VariableDefinition",
9954
+ variable: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
9955
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9956
+ },
9957
+ {
9958
+ kind: "VariableDefinition",
9959
+ variable: { kind: "Variable", name: { kind: "Name", value: "filename" } },
9960
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9961
+ },
9962
+ {
9963
+ kind: "VariableDefinition",
9964
+ variable: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
9965
+ type: { kind: "NamedType", name: { kind: "Name", value: "JSON" } },
9966
+ },
9967
+ {
9968
+ kind: "VariableDefinition",
9969
+ variable: { kind: "Variable", name: { kind: "Name", value: "size" } },
9970
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
9971
+ },
9972
+ ],
9973
+ selectionSet: {
9974
+ kind: "SelectionSet",
9975
+ selections: [
9976
+ {
9977
+ kind: "Field",
9978
+ name: { kind: "Name", value: "importFileUpload" },
9979
+ arguments: [
9980
+ {
9981
+ kind: "Argument",
9982
+ name: { kind: "Name", value: "contentType" },
9983
+ value: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
9984
+ },
9985
+ {
9986
+ kind: "Argument",
9987
+ name: { kind: "Name", value: "filename" },
9988
+ value: { kind: "Variable", name: { kind: "Name", value: "filename" } },
9989
+ },
9990
+ {
9991
+ kind: "Argument",
9992
+ name: { kind: "Name", value: "metaData" },
9993
+ value: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
9994
+ },
9995
+ {
9996
+ kind: "Argument",
9997
+ name: { kind: "Name", value: "size" },
9998
+ value: { kind: "Variable", name: { kind: "Name", value: "size" } },
9999
+ },
10000
+ ],
10001
+ selectionSet: {
10002
+ kind: "SelectionSet",
10003
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UploadPayload" } }],
10004
+ },
10005
+ },
10006
+ ],
10007
+ },
10008
+ },
10009
+ ...UploadPayloadFragmentDoc.definitions,
10010
+ ],
10011
+ };
9358
10012
  const DeleteIntegrationDocument = {
9359
10013
  kind: "Document",
9360
10014
  definitions: [
@@ -10842,38 +11496,33 @@
10842
11496
  ...IssueImportPayloadFragmentDoc.definitions,
10843
11497
  ],
10844
11498
  };
10845
- const IssueImportCreateClubhouseDocument = {
11499
+ const IssueImportCreateCsvJiraDocument = {
10846
11500
  kind: "Document",
10847
11501
  definitions: [
10848
11502
  {
10849
11503
  kind: "OperationDefinition",
10850
11504
  operation: "mutation",
10851
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
11505
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
10852
11506
  variableDefinitions: [
10853
11507
  {
10854
11508
  kind: "VariableDefinition",
10855
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
11509
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
10856
11510
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10857
11511
  },
10858
11512
  {
10859
11513
  kind: "VariableDefinition",
10860
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
10861
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10862
- },
10863
- {
10864
- kind: "VariableDefinition",
10865
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
11514
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
10866
11515
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
10867
11516
  },
10868
11517
  {
10869
11518
  kind: "VariableDefinition",
10870
- variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
10871
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11519
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
11520
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
10872
11521
  },
10873
11522
  {
10874
11523
  kind: "VariableDefinition",
10875
- variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
10876
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11524
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
11525
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
10877
11526
  },
10878
11527
  {
10879
11528
  kind: "VariableDefinition",
@@ -10896,32 +11545,27 @@
10896
11545
  selections: [
10897
11546
  {
10898
11547
  kind: "Field",
10899
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
11548
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
10900
11549
  arguments: [
10901
11550
  {
10902
11551
  kind: "Argument",
10903
- name: { kind: "Name", value: "clubhouseTeamName" },
10904
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
11552
+ name: { kind: "Name", value: "csvUrl" },
11553
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
10905
11554
  },
10906
11555
  {
10907
11556
  kind: "Argument",
10908
- name: { kind: "Name", value: "clubhouseToken" },
10909
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
10910
- },
10911
- {
10912
- kind: "Argument",
10913
- name: { kind: "Name", value: "id" },
10914
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
11557
+ name: { kind: "Name", value: "jiraEmail" },
11558
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
10915
11559
  },
10916
11560
  {
10917
11561
  kind: "Argument",
10918
- name: { kind: "Name", value: "includeClosedIssues" },
10919
- value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
11562
+ name: { kind: "Name", value: "jiraHostname" },
11563
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
10920
11564
  },
10921
11565
  {
10922
11566
  kind: "Argument",
10923
- name: { kind: "Name", value: "instantProcess" },
10924
- value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
11567
+ name: { kind: "Name", value: "jiraToken" },
11568
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
10925
11569
  },
10926
11570
  {
10927
11571
  kind: "Argument",
@@ -10950,32 +11594,140 @@
10950
11594
  ...IssueImportPayloadFragmentDoc.definitions,
10951
11595
  ],
10952
11596
  };
10953
- const IssueImportCreateGithubDocument = {
11597
+ const IssueImportCreateClubhouseDocument = {
10954
11598
  kind: "Document",
10955
11599
  definitions: [
10956
11600
  {
10957
11601
  kind: "OperationDefinition",
10958
11602
  operation: "mutation",
10959
- name: { kind: "Name", value: "issueImportCreateGithub" },
11603
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
10960
11604
  variableDefinitions: [
10961
11605
  {
10962
11606
  kind: "VariableDefinition",
10963
- variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
10964
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10965
- },
10966
- {
10967
- kind: "VariableDefinition",
10968
- variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
11607
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
10969
11608
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10970
11609
  },
10971
11610
  {
10972
11611
  kind: "VariableDefinition",
10973
- variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
10974
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
10975
- },
10976
- {
10977
- kind: "VariableDefinition",
10978
- variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
11612
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
11613
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11614
+ },
11615
+ {
11616
+ kind: "VariableDefinition",
11617
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
11618
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11619
+ },
11620
+ {
11621
+ kind: "VariableDefinition",
11622
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
11623
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11624
+ },
11625
+ {
11626
+ kind: "VariableDefinition",
11627
+ variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
11628
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11629
+ },
11630
+ {
11631
+ kind: "VariableDefinition",
11632
+ variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
11633
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11634
+ },
11635
+ {
11636
+ kind: "VariableDefinition",
11637
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
11638
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11639
+ },
11640
+ {
11641
+ kind: "VariableDefinition",
11642
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
11643
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11644
+ },
11645
+ ],
11646
+ selectionSet: {
11647
+ kind: "SelectionSet",
11648
+ selections: [
11649
+ {
11650
+ kind: "Field",
11651
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
11652
+ arguments: [
11653
+ {
11654
+ kind: "Argument",
11655
+ name: { kind: "Name", value: "clubhouseGroupName" },
11656
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
11657
+ },
11658
+ {
11659
+ kind: "Argument",
11660
+ name: { kind: "Name", value: "clubhouseToken" },
11661
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
11662
+ },
11663
+ {
11664
+ kind: "Argument",
11665
+ name: { kind: "Name", value: "id" },
11666
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
11667
+ },
11668
+ {
11669
+ kind: "Argument",
11670
+ name: { kind: "Name", value: "includeClosedIssues" },
11671
+ value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
11672
+ },
11673
+ {
11674
+ kind: "Argument",
11675
+ name: { kind: "Name", value: "instantProcess" },
11676
+ value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
11677
+ },
11678
+ {
11679
+ kind: "Argument",
11680
+ name: { kind: "Name", value: "organizationId" },
11681
+ value: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
11682
+ },
11683
+ {
11684
+ kind: "Argument",
11685
+ name: { kind: "Name", value: "teamId" },
11686
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
11687
+ },
11688
+ {
11689
+ kind: "Argument",
11690
+ name: { kind: "Name", value: "teamName" },
11691
+ value: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
11692
+ },
11693
+ ],
11694
+ selectionSet: {
11695
+ kind: "SelectionSet",
11696
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportPayload" } }],
11697
+ },
11698
+ },
11699
+ ],
11700
+ },
11701
+ },
11702
+ ...IssueImportPayloadFragmentDoc.definitions,
11703
+ ],
11704
+ };
11705
+ const IssueImportCreateGithubDocument = {
11706
+ kind: "Document",
11707
+ definitions: [
11708
+ {
11709
+ kind: "OperationDefinition",
11710
+ operation: "mutation",
11711
+ name: { kind: "Name", value: "issueImportCreateGithub" },
11712
+ variableDefinitions: [
11713
+ {
11714
+ kind: "VariableDefinition",
11715
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
11716
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11717
+ },
11718
+ {
11719
+ kind: "VariableDefinition",
11720
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
11721
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11722
+ },
11723
+ {
11724
+ kind: "VariableDefinition",
11725
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
11726
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11727
+ },
11728
+ {
11729
+ kind: "VariableDefinition",
11730
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
10979
11731
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10980
11732
  },
10981
11733
  {
@@ -14528,6 +15280,44 @@
14528
15280
  ...UserPayloadFragmentDoc.definitions,
14529
15281
  ],
14530
15282
  };
15283
+ const UserJiraConnectDocument = {
15284
+ kind: "Document",
15285
+ definitions: [
15286
+ {
15287
+ kind: "OperationDefinition",
15288
+ operation: "mutation",
15289
+ name: { kind: "Name", value: "userJiraConnect" },
15290
+ variableDefinitions: [
15291
+ {
15292
+ kind: "VariableDefinition",
15293
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
15294
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
15295
+ },
15296
+ ],
15297
+ selectionSet: {
15298
+ kind: "SelectionSet",
15299
+ selections: [
15300
+ {
15301
+ kind: "Field",
15302
+ name: { kind: "Name", value: "userJiraConnect" },
15303
+ arguments: [
15304
+ {
15305
+ kind: "Argument",
15306
+ name: { kind: "Name", value: "code" },
15307
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
15308
+ },
15309
+ ],
15310
+ selectionSet: {
15311
+ kind: "SelectionSet",
15312
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
15313
+ },
15314
+ },
15315
+ ],
15316
+ },
15317
+ },
15318
+ ...UserPayloadFragmentDoc.definitions,
15319
+ ],
15320
+ };
14531
15321
  const UserPromoteAdminDocument = {
14532
15322
  kind: "Document",
14533
15323
  definitions: [
@@ -15304,6 +16094,11 @@
15304
16094
  variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
15305
16095
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
15306
16096
  },
16097
+ {
16098
+ kind: "VariableDefinition",
16099
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
16100
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
16101
+ },
15307
16102
  {
15308
16103
  kind: "VariableDefinition",
15309
16104
  variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
@@ -15342,6 +16137,11 @@
15342
16137
  name: { kind: "Name", value: "before" },
15343
16138
  value: { kind: "Variable", name: { kind: "Name", value: "before" } },
15344
16139
  },
16140
+ {
16141
+ kind: "Argument",
16142
+ name: { kind: "Name", value: "filter" },
16143
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
16144
+ },
15345
16145
  {
15346
16146
  kind: "Argument",
15347
16147
  name: { kind: "Name", value: "first" },
@@ -18029,13 +18829,13 @@
18029
18829
  ...EmojiConnectionFragmentDoc.definitions,
18030
18830
  ],
18031
18831
  };
18032
- const ExternalUserDocument = {
18832
+ const FavoriteDocument = {
18033
18833
  kind: "Document",
18034
18834
  definitions: [
18035
18835
  {
18036
18836
  kind: "OperationDefinition",
18037
18837
  operation: "query",
18038
- name: { kind: "Name", value: "externalUser" },
18838
+ name: { kind: "Name", value: "favorite" },
18039
18839
  variableDefinitions: [
18040
18840
  {
18041
18841
  kind: "VariableDefinition",
@@ -18048,7 +18848,75 @@
18048
18848
  selections: [
18049
18849
  {
18050
18850
  kind: "Field",
18051
- name: { kind: "Name", value: "externalUser" },
18851
+ name: { kind: "Name", value: "favorite" },
18852
+ arguments: [
18853
+ {
18854
+ kind: "Argument",
18855
+ name: { kind: "Name", value: "id" },
18856
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
18857
+ },
18858
+ ],
18859
+ selectionSet: {
18860
+ kind: "SelectionSet",
18861
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Favorite" } }],
18862
+ },
18863
+ },
18864
+ ],
18865
+ },
18866
+ },
18867
+ ...FavoriteFragmentDoc.definitions,
18868
+ ],
18869
+ };
18870
+ const Favorite_ChildrenDocument = {
18871
+ kind: "Document",
18872
+ definitions: [
18873
+ {
18874
+ kind: "OperationDefinition",
18875
+ operation: "query",
18876
+ name: { kind: "Name", value: "favorite_children" },
18877
+ variableDefinitions: [
18878
+ {
18879
+ kind: "VariableDefinition",
18880
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
18881
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
18882
+ },
18883
+ {
18884
+ kind: "VariableDefinition",
18885
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
18886
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
18887
+ },
18888
+ {
18889
+ kind: "VariableDefinition",
18890
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
18891
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
18892
+ },
18893
+ {
18894
+ kind: "VariableDefinition",
18895
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
18896
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
18897
+ },
18898
+ {
18899
+ kind: "VariableDefinition",
18900
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
18901
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
18902
+ },
18903
+ {
18904
+ kind: "VariableDefinition",
18905
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
18906
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
18907
+ },
18908
+ {
18909
+ kind: "VariableDefinition",
18910
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
18911
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
18912
+ },
18913
+ ],
18914
+ selectionSet: {
18915
+ kind: "SelectionSet",
18916
+ selections: [
18917
+ {
18918
+ kind: "Field",
18919
+ name: { kind: "Name", value: "favorite" },
18052
18920
  arguments: [
18053
18921
  {
18054
18922
  kind: "Argument",
@@ -18059,310 +18927,62 @@
18059
18927
  selectionSet: {
18060
18928
  kind: "SelectionSet",
18061
18929
  selections: [
18062
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
18063
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
18064
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
18065
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
18066
- { kind: "Field", name: { kind: "Name", value: "email" } },
18067
- { kind: "Field", name: { kind: "Name", value: "id" } },
18068
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
18069
- { kind: "Field", name: { kind: "Name", value: "name" } },
18070
18930
  {
18071
18931
  kind: "Field",
18072
- name: { kind: "Name", value: "organization" },
18932
+ name: { kind: "Name", value: "children" },
18933
+ arguments: [
18934
+ {
18935
+ kind: "Argument",
18936
+ name: { kind: "Name", value: "after" },
18937
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
18938
+ },
18939
+ {
18940
+ kind: "Argument",
18941
+ name: { kind: "Name", value: "before" },
18942
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
18943
+ },
18944
+ {
18945
+ kind: "Argument",
18946
+ name: { kind: "Name", value: "first" },
18947
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
18948
+ },
18949
+ {
18950
+ kind: "Argument",
18951
+ name: { kind: "Name", value: "includeArchived" },
18952
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
18953
+ },
18954
+ {
18955
+ kind: "Argument",
18956
+ name: { kind: "Name", value: "last" },
18957
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
18958
+ },
18959
+ {
18960
+ kind: "Argument",
18961
+ name: { kind: "Name", value: "orderBy" },
18962
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
18963
+ },
18964
+ ],
18073
18965
  selectionSet: {
18074
18966
  kind: "SelectionSet",
18075
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
18967
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FavoriteConnection" } }],
18076
18968
  },
18077
18969
  },
18078
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
18079
18970
  ],
18080
18971
  },
18081
18972
  },
18082
18973
  ],
18083
18974
  },
18084
18975
  },
18085
- ...OrganizationFragmentDoc.definitions,
18976
+ ...FavoriteConnectionFragmentDoc.definitions,
18086
18977
  ],
18087
18978
  };
18088
- const ExternalUsersDocument = {
18979
+ const FavoritesDocument = {
18089
18980
  kind: "Document",
18090
18981
  definitions: [
18091
18982
  {
18092
18983
  kind: "OperationDefinition",
18093
18984
  operation: "query",
18094
- name: { kind: "Name", value: "externalUsers" },
18095
- variableDefinitions: [
18096
- {
18097
- kind: "VariableDefinition",
18098
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
18099
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
18100
- },
18101
- {
18102
- kind: "VariableDefinition",
18103
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
18104
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
18105
- },
18106
- {
18107
- kind: "VariableDefinition",
18108
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
18109
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
18110
- },
18111
- {
18112
- kind: "VariableDefinition",
18113
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
18114
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
18115
- },
18116
- {
18117
- kind: "VariableDefinition",
18118
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
18119
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
18120
- },
18121
- {
18122
- kind: "VariableDefinition",
18123
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
18124
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
18125
- },
18126
- ],
18127
- selectionSet: {
18128
- kind: "SelectionSet",
18129
- selections: [
18130
- {
18131
- kind: "Field",
18132
- name: { kind: "Name", value: "externalUsers" },
18133
- arguments: [
18134
- {
18135
- kind: "Argument",
18136
- name: { kind: "Name", value: "after" },
18137
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
18138
- },
18139
- {
18140
- kind: "Argument",
18141
- name: { kind: "Name", value: "before" },
18142
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
18143
- },
18144
- {
18145
- kind: "Argument",
18146
- name: { kind: "Name", value: "first" },
18147
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
18148
- },
18149
- {
18150
- kind: "Argument",
18151
- name: { kind: "Name", value: "includeArchived" },
18152
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
18153
- },
18154
- {
18155
- kind: "Argument",
18156
- name: { kind: "Name", value: "last" },
18157
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
18158
- },
18159
- {
18160
- kind: "Argument",
18161
- name: { kind: "Name", value: "orderBy" },
18162
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
18163
- },
18164
- ],
18165
- selectionSet: {
18166
- kind: "SelectionSet",
18167
- selections: [
18168
- {
18169
- kind: "Field",
18170
- name: { kind: "Name", value: "nodes" },
18171
- selectionSet: {
18172
- kind: "SelectionSet",
18173
- selections: [
18174
- { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
18175
- { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
18176
- { kind: "Field", name: { kind: "Name", value: "createdAt" } },
18177
- { kind: "Field", name: { kind: "Name", value: "displayName" } },
18178
- { kind: "Field", name: { kind: "Name", value: "email" } },
18179
- { kind: "Field", name: { kind: "Name", value: "id" } },
18180
- { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
18181
- { kind: "Field", name: { kind: "Name", value: "name" } },
18182
- {
18183
- kind: "Field",
18184
- name: { kind: "Name", value: "organization" },
18185
- selectionSet: {
18186
- kind: "SelectionSet",
18187
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
18188
- },
18189
- },
18190
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
18191
- ],
18192
- },
18193
- },
18194
- {
18195
- kind: "Field",
18196
- name: { kind: "Name", value: "pageInfo" },
18197
- selectionSet: {
18198
- kind: "SelectionSet",
18199
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
18200
- },
18201
- },
18202
- ],
18203
- },
18204
- },
18205
- ],
18206
- },
18207
- },
18208
- ...OrganizationFragmentDoc.definitions,
18209
- ...PageInfoFragmentDoc.definitions,
18210
- ],
18211
- };
18212
- const FavoriteDocument = {
18213
- kind: "Document",
18214
- definitions: [
18215
- {
18216
- kind: "OperationDefinition",
18217
- operation: "query",
18218
- name: { kind: "Name", value: "favorite" },
18219
- variableDefinitions: [
18220
- {
18221
- kind: "VariableDefinition",
18222
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
18223
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
18224
- },
18225
- ],
18226
- selectionSet: {
18227
- kind: "SelectionSet",
18228
- selections: [
18229
- {
18230
- kind: "Field",
18231
- name: { kind: "Name", value: "favorite" },
18232
- arguments: [
18233
- {
18234
- kind: "Argument",
18235
- name: { kind: "Name", value: "id" },
18236
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
18237
- },
18238
- ],
18239
- selectionSet: {
18240
- kind: "SelectionSet",
18241
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Favorite" } }],
18242
- },
18243
- },
18244
- ],
18245
- },
18246
- },
18247
- ...FavoriteFragmentDoc.definitions,
18248
- ],
18249
- };
18250
- const Favorite_ChildrenDocument = {
18251
- kind: "Document",
18252
- definitions: [
18253
- {
18254
- kind: "OperationDefinition",
18255
- operation: "query",
18256
- name: { kind: "Name", value: "favorite_children" },
18257
- variableDefinitions: [
18258
- {
18259
- kind: "VariableDefinition",
18260
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
18261
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
18262
- },
18263
- {
18264
- kind: "VariableDefinition",
18265
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
18266
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
18267
- },
18268
- {
18269
- kind: "VariableDefinition",
18270
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
18271
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
18272
- },
18273
- {
18274
- kind: "VariableDefinition",
18275
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
18276
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
18277
- },
18278
- {
18279
- kind: "VariableDefinition",
18280
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
18281
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
18282
- },
18283
- {
18284
- kind: "VariableDefinition",
18285
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
18286
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
18287
- },
18288
- {
18289
- kind: "VariableDefinition",
18290
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
18291
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
18292
- },
18293
- ],
18294
- selectionSet: {
18295
- kind: "SelectionSet",
18296
- selections: [
18297
- {
18298
- kind: "Field",
18299
- name: { kind: "Name", value: "favorite" },
18300
- arguments: [
18301
- {
18302
- kind: "Argument",
18303
- name: { kind: "Name", value: "id" },
18304
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
18305
- },
18306
- ],
18307
- selectionSet: {
18308
- kind: "SelectionSet",
18309
- selections: [
18310
- {
18311
- kind: "Field",
18312
- name: { kind: "Name", value: "children" },
18313
- arguments: [
18314
- {
18315
- kind: "Argument",
18316
- name: { kind: "Name", value: "after" },
18317
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
18318
- },
18319
- {
18320
- kind: "Argument",
18321
- name: { kind: "Name", value: "before" },
18322
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
18323
- },
18324
- {
18325
- kind: "Argument",
18326
- name: { kind: "Name", value: "first" },
18327
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
18328
- },
18329
- {
18330
- kind: "Argument",
18331
- name: { kind: "Name", value: "includeArchived" },
18332
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
18333
- },
18334
- {
18335
- kind: "Argument",
18336
- name: { kind: "Name", value: "last" },
18337
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
18338
- },
18339
- {
18340
- kind: "Argument",
18341
- name: { kind: "Name", value: "orderBy" },
18342
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
18343
- },
18344
- ],
18345
- selectionSet: {
18346
- kind: "SelectionSet",
18347
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "FavoriteConnection" } }],
18348
- },
18349
- },
18350
- ],
18351
- },
18352
- },
18353
- ],
18354
- },
18355
- },
18356
- ...FavoriteConnectionFragmentDoc.definitions,
18357
- ],
18358
- };
18359
- const FavoritesDocument = {
18360
- kind: "Document",
18361
- definitions: [
18362
- {
18363
- kind: "OperationDefinition",
18364
- operation: "query",
18365
- name: { kind: "Name", value: "favorites" },
18985
+ name: { kind: "Name", value: "favorites" },
18366
18986
  variableDefinitions: [
18367
18987
  {
18368
18988
  kind: "VariableDefinition",
@@ -19809,95 +20429,14 @@
19809
20429
  ...UserConnectionFragmentDoc.definitions,
19810
20430
  ],
19811
20431
  };
19812
- const IssueImportFinishGithubOAuthDocument = {
19813
- kind: "Document",
19814
- definitions: [
19815
- {
19816
- kind: "OperationDefinition",
19817
- operation: "query",
19818
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
19819
- variableDefinitions: [
19820
- {
19821
- kind: "VariableDefinition",
19822
- variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
19823
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
19824
- },
19825
- ],
19826
- selectionSet: {
19827
- kind: "SelectionSet",
19828
- selections: [
19829
- {
19830
- kind: "Field",
19831
- name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
19832
- arguments: [
19833
- {
19834
- kind: "Argument",
19835
- name: { kind: "Name", value: "code" },
19836
- value: { kind: "Variable", name: { kind: "Name", value: "code" } },
19837
- },
19838
- ],
19839
- selectionSet: {
19840
- kind: "SelectionSet",
19841
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
19842
- },
19843
- },
19844
- ],
19845
- },
19846
- },
19847
- ...GithubOAuthTokenPayloadFragmentDoc.definitions,
19848
- ],
19849
- };
19850
- const IssueLabelDocument = {
19851
- kind: "Document",
19852
- definitions: [
19853
- {
19854
- kind: "OperationDefinition",
19855
- operation: "query",
19856
- name: { kind: "Name", value: "issueLabel" },
19857
- variableDefinitions: [
19858
- {
19859
- kind: "VariableDefinition",
19860
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
19861
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
19862
- },
19863
- ],
19864
- selectionSet: {
19865
- kind: "SelectionSet",
19866
- selections: [
19867
- {
19868
- kind: "Field",
19869
- name: { kind: "Name", value: "issueLabel" },
19870
- arguments: [
19871
- {
19872
- kind: "Argument",
19873
- name: { kind: "Name", value: "id" },
19874
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
19875
- },
19876
- ],
19877
- selectionSet: {
19878
- kind: "SelectionSet",
19879
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
19880
- },
19881
- },
19882
- ],
19883
- },
19884
- },
19885
- ...IssueLabelFragmentDoc.definitions,
19886
- ],
19887
- };
19888
- const IssueLabel_ChildrenDocument = {
20432
+ const IssueFigmaFileKeySearchDocument = {
19889
20433
  kind: "Document",
19890
20434
  definitions: [
19891
20435
  {
19892
20436
  kind: "OperationDefinition",
19893
20437
  operation: "query",
19894
- name: { kind: "Name", value: "issueLabel_children" },
20438
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
19895
20439
  variableDefinitions: [
19896
- {
19897
- kind: "VariableDefinition",
19898
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
19899
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
19900
- },
19901
20440
  {
19902
20441
  kind: "VariableDefinition",
19903
20442
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -19910,8 +20449,273 @@
19910
20449
  },
19911
20450
  {
19912
20451
  kind: "VariableDefinition",
19913
- variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
19914
- type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelFilter" } },
20452
+ variable: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
20453
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20454
+ },
20455
+ {
20456
+ kind: "VariableDefinition",
20457
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
20458
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20459
+ },
20460
+ {
20461
+ kind: "VariableDefinition",
20462
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20463
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
20464
+ },
20465
+ {
20466
+ kind: "VariableDefinition",
20467
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
20468
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20469
+ },
20470
+ {
20471
+ kind: "VariableDefinition",
20472
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20473
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
20474
+ },
20475
+ ],
20476
+ selectionSet: {
20477
+ kind: "SelectionSet",
20478
+ selections: [
20479
+ {
20480
+ kind: "Field",
20481
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
20482
+ arguments: [
20483
+ {
20484
+ kind: "Argument",
20485
+ name: { kind: "Name", value: "after" },
20486
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
20487
+ },
20488
+ {
20489
+ kind: "Argument",
20490
+ name: { kind: "Name", value: "before" },
20491
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
20492
+ },
20493
+ {
20494
+ kind: "Argument",
20495
+ name: { kind: "Name", value: "fileKey" },
20496
+ value: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
20497
+ },
20498
+ {
20499
+ kind: "Argument",
20500
+ name: { kind: "Name", value: "first" },
20501
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
20502
+ },
20503
+ {
20504
+ kind: "Argument",
20505
+ name: { kind: "Name", value: "includeArchived" },
20506
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20507
+ },
20508
+ {
20509
+ kind: "Argument",
20510
+ name: { kind: "Name", value: "last" },
20511
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
20512
+ },
20513
+ {
20514
+ kind: "Argument",
20515
+ name: { kind: "Name", value: "orderBy" },
20516
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20517
+ },
20518
+ ],
20519
+ selectionSet: {
20520
+ kind: "SelectionSet",
20521
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
20522
+ },
20523
+ },
20524
+ ],
20525
+ },
20526
+ },
20527
+ ...IssueConnectionFragmentDoc.definitions,
20528
+ ],
20529
+ };
20530
+ const IssueFilterSuggestionDocument = {
20531
+ kind: "Document",
20532
+ definitions: [
20533
+ {
20534
+ kind: "OperationDefinition",
20535
+ operation: "query",
20536
+ name: { kind: "Name", value: "issueFilterSuggestion" },
20537
+ variableDefinitions: [
20538
+ {
20539
+ kind: "VariableDefinition",
20540
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
20541
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20542
+ },
20543
+ ],
20544
+ selectionSet: {
20545
+ kind: "SelectionSet",
20546
+ selections: [
20547
+ {
20548
+ kind: "Field",
20549
+ name: { kind: "Name", value: "issueFilterSuggestion" },
20550
+ arguments: [
20551
+ {
20552
+ kind: "Argument",
20553
+ name: { kind: "Name", value: "prompt" },
20554
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
20555
+ },
20556
+ ],
20557
+ selectionSet: {
20558
+ kind: "SelectionSet",
20559
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } }],
20560
+ },
20561
+ },
20562
+ ],
20563
+ },
20564
+ },
20565
+ ...IssueFilterSuggestionPayloadFragmentDoc.definitions,
20566
+ ],
20567
+ };
20568
+ const IssueImportCheckCsvDocument = {
20569
+ kind: "Document",
20570
+ definitions: [
20571
+ {
20572
+ kind: "OperationDefinition",
20573
+ operation: "query",
20574
+ name: { kind: "Name", value: "issueImportCheckCSV" },
20575
+ variableDefinitions: [
20576
+ {
20577
+ kind: "VariableDefinition",
20578
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
20579
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20580
+ },
20581
+ {
20582
+ kind: "VariableDefinition",
20583
+ variable: { kind: "Variable", name: { kind: "Name", value: "service" } },
20584
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20585
+ },
20586
+ ],
20587
+ selectionSet: {
20588
+ kind: "SelectionSet",
20589
+ selections: [
20590
+ {
20591
+ kind: "Field",
20592
+ name: { kind: "Name", value: "issueImportCheckCSV" },
20593
+ arguments: [
20594
+ {
20595
+ kind: "Argument",
20596
+ name: { kind: "Name", value: "csvUrl" },
20597
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
20598
+ },
20599
+ {
20600
+ kind: "Argument",
20601
+ name: { kind: "Name", value: "service" },
20602
+ value: { kind: "Variable", name: { kind: "Name", value: "service" } },
20603
+ },
20604
+ ],
20605
+ selectionSet: {
20606
+ kind: "SelectionSet",
20607
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportCheckPayload" } }],
20608
+ },
20609
+ },
20610
+ ],
20611
+ },
20612
+ },
20613
+ ...IssueImportCheckPayloadFragmentDoc.definitions,
20614
+ ],
20615
+ };
20616
+ const IssueImportFinishGithubOAuthDocument = {
20617
+ kind: "Document",
20618
+ definitions: [
20619
+ {
20620
+ kind: "OperationDefinition",
20621
+ operation: "query",
20622
+ name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
20623
+ variableDefinitions: [
20624
+ {
20625
+ kind: "VariableDefinition",
20626
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
20627
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20628
+ },
20629
+ ],
20630
+ selectionSet: {
20631
+ kind: "SelectionSet",
20632
+ selections: [
20633
+ {
20634
+ kind: "Field",
20635
+ name: { kind: "Name", value: "issueImportFinishGithubOAuth" },
20636
+ arguments: [
20637
+ {
20638
+ kind: "Argument",
20639
+ name: { kind: "Name", value: "code" },
20640
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
20641
+ },
20642
+ ],
20643
+ selectionSet: {
20644
+ kind: "SelectionSet",
20645
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "GithubOAuthTokenPayload" } }],
20646
+ },
20647
+ },
20648
+ ],
20649
+ },
20650
+ },
20651
+ ...GithubOAuthTokenPayloadFragmentDoc.definitions,
20652
+ ],
20653
+ };
20654
+ const IssueLabelDocument = {
20655
+ kind: "Document",
20656
+ definitions: [
20657
+ {
20658
+ kind: "OperationDefinition",
20659
+ operation: "query",
20660
+ name: { kind: "Name", value: "issueLabel" },
20661
+ variableDefinitions: [
20662
+ {
20663
+ kind: "VariableDefinition",
20664
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
20665
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20666
+ },
20667
+ ],
20668
+ selectionSet: {
20669
+ kind: "SelectionSet",
20670
+ selections: [
20671
+ {
20672
+ kind: "Field",
20673
+ name: { kind: "Name", value: "issueLabel" },
20674
+ arguments: [
20675
+ {
20676
+ kind: "Argument",
20677
+ name: { kind: "Name", value: "id" },
20678
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
20679
+ },
20680
+ ],
20681
+ selectionSet: {
20682
+ kind: "SelectionSet",
20683
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueLabel" } }],
20684
+ },
20685
+ },
20686
+ ],
20687
+ },
20688
+ },
20689
+ ...IssueLabelFragmentDoc.definitions,
20690
+ ],
20691
+ };
20692
+ const IssueLabel_ChildrenDocument = {
20693
+ kind: "Document",
20694
+ definitions: [
20695
+ {
20696
+ kind: "OperationDefinition",
20697
+ operation: "query",
20698
+ name: { kind: "Name", value: "issueLabel_children" },
20699
+ variableDefinitions: [
20700
+ {
20701
+ kind: "VariableDefinition",
20702
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
20703
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20704
+ },
20705
+ {
20706
+ kind: "VariableDefinition",
20707
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
20708
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20709
+ },
20710
+ {
20711
+ kind: "VariableDefinition",
20712
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
20713
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20714
+ },
20715
+ {
20716
+ kind: "VariableDefinition",
20717
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
20718
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueLabelFilter" } },
19915
20719
  },
19916
20720
  {
19917
20721
  kind: "VariableDefinition",
@@ -22341,46 +23145,6 @@
22341
23145
  ...OrganizationInviteFragmentDoc.definitions,
22342
23146
  ],
22343
23147
  };
22344
- const OrganizationInviteDetailsDocument = {
22345
- kind: "Document",
22346
- definitions: [
22347
- {
22348
- kind: "OperationDefinition",
22349
- operation: "query",
22350
- name: { kind: "Name", value: "organizationInviteDetails" },
22351
- variableDefinitions: [
22352
- {
22353
- kind: "VariableDefinition",
22354
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
22355
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
22356
- },
22357
- ],
22358
- selectionSet: {
22359
- kind: "SelectionSet",
22360
- selections: [
22361
- {
22362
- kind: "Field",
22363
- name: { kind: "Name", value: "organizationInviteDetails" },
22364
- arguments: [
22365
- {
22366
- kind: "Argument",
22367
- name: { kind: "Name", value: "id" },
22368
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
22369
- },
22370
- ],
22371
- selectionSet: {
22372
- kind: "SelectionSet",
22373
- selections: [
22374
- { kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationInviteDetailsPayload" } },
22375
- ],
22376
- },
22377
- },
22378
- ],
22379
- },
22380
- },
22381
- ...OrganizationInviteDetailsPayloadFragmentDoc.definitions,
22382
- ],
22383
- };
22384
23148
  const OrganizationInvitesDocument = {
22385
23149
  kind: "Document",
22386
23150
  definitions: [
@@ -23312,6 +24076,44 @@
23312
24076
  ...TeamConnectionFragmentDoc.definitions,
23313
24077
  ],
23314
24078
  };
24079
+ const ProjectFilterSuggestionDocument = {
24080
+ kind: "Document",
24081
+ definitions: [
24082
+ {
24083
+ kind: "OperationDefinition",
24084
+ operation: "query",
24085
+ name: { kind: "Name", value: "projectFilterSuggestion" },
24086
+ variableDefinitions: [
24087
+ {
24088
+ kind: "VariableDefinition",
24089
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
24090
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24091
+ },
24092
+ ],
24093
+ selectionSet: {
24094
+ kind: "SelectionSet",
24095
+ selections: [
24096
+ {
24097
+ kind: "Field",
24098
+ name: { kind: "Name", value: "projectFilterSuggestion" },
24099
+ arguments: [
24100
+ {
24101
+ kind: "Argument",
24102
+ name: { kind: "Name", value: "prompt" },
24103
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
24104
+ },
24105
+ ],
24106
+ selectionSet: {
24107
+ kind: "SelectionSet",
24108
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
24109
+ },
24110
+ },
24111
+ ],
24112
+ },
24113
+ },
24114
+ ...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
24115
+ ],
24116
+ };
23315
24117
  const ProjectLinkDocument = {
23316
24118
  kind: "Document",
23317
24119
  definitions: [
@@ -23778,117 +24580,758 @@
23778
24580
  name: { kind: "Name", value: "orderBy" },
23779
24581
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
23780
24582
  },
23781
- ],
23782
- selectionSet: {
23783
- kind: "SelectionSet",
23784
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
23785
- },
23786
- },
23787
- ],
23788
- },
23789
- },
23790
- ...ProjectConnectionFragmentDoc.definitions,
23791
- ],
23792
- };
23793
- const PushSubscriptionTestDocument = {
23794
- kind: "Document",
23795
- definitions: [
23796
- {
23797
- kind: "OperationDefinition",
23798
- operation: "query",
23799
- name: { kind: "Name", value: "pushSubscriptionTest" },
23800
- selectionSet: {
23801
- kind: "SelectionSet",
23802
- selections: [
23803
- {
23804
- kind: "Field",
23805
- name: { kind: "Name", value: "pushSubscriptionTest" },
23806
- selectionSet: {
23807
- kind: "SelectionSet",
23808
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
23809
- },
23810
- },
23811
- ],
23812
- },
23813
- },
23814
- ...PushSubscriptionTestPayloadFragmentDoc.definitions,
23815
- ],
23816
- };
23817
- const RateLimitStatusDocument = {
23818
- kind: "Document",
23819
- definitions: [
23820
- {
23821
- kind: "OperationDefinition",
23822
- operation: "query",
23823
- name: { kind: "Name", value: "rateLimitStatus" },
23824
- selectionSet: {
23825
- kind: "SelectionSet",
23826
- selections: [
23827
- {
23828
- kind: "Field",
23829
- name: { kind: "Name", value: "rateLimitStatus" },
23830
- selectionSet: {
23831
- kind: "SelectionSet",
23832
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RateLimitPayload" } }],
23833
- },
23834
- },
23835
- ],
23836
- },
23837
- },
23838
- ...RateLimitPayloadFragmentDoc.definitions,
23839
- ],
23840
- };
23841
- const RoadmapDocument = {
23842
- kind: "Document",
23843
- definitions: [
23844
- {
23845
- kind: "OperationDefinition",
23846
- operation: "query",
23847
- name: { kind: "Name", value: "roadmap" },
23848
- variableDefinitions: [
23849
- {
23850
- kind: "VariableDefinition",
23851
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
23852
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
23853
- },
23854
- ],
23855
- selectionSet: {
23856
- kind: "SelectionSet",
23857
- selections: [
23858
- {
23859
- kind: "Field",
23860
- name: { kind: "Name", value: "roadmap" },
23861
- arguments: [
24583
+ ],
24584
+ selectionSet: {
24585
+ kind: "SelectionSet",
24586
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
24587
+ },
24588
+ },
24589
+ ],
24590
+ },
24591
+ },
24592
+ ...ProjectConnectionFragmentDoc.definitions,
24593
+ ],
24594
+ };
24595
+ const PushSubscriptionTestDocument = {
24596
+ kind: "Document",
24597
+ definitions: [
24598
+ {
24599
+ kind: "OperationDefinition",
24600
+ operation: "query",
24601
+ name: { kind: "Name", value: "pushSubscriptionTest" },
24602
+ selectionSet: {
24603
+ kind: "SelectionSet",
24604
+ selections: [
24605
+ {
24606
+ kind: "Field",
24607
+ name: { kind: "Name", value: "pushSubscriptionTest" },
24608
+ selectionSet: {
24609
+ kind: "SelectionSet",
24610
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PushSubscriptionTestPayload" } }],
24611
+ },
24612
+ },
24613
+ ],
24614
+ },
24615
+ },
24616
+ ...PushSubscriptionTestPayloadFragmentDoc.definitions,
24617
+ ],
24618
+ };
24619
+ const RateLimitStatusDocument = {
24620
+ kind: "Document",
24621
+ definitions: [
24622
+ {
24623
+ kind: "OperationDefinition",
24624
+ operation: "query",
24625
+ name: { kind: "Name", value: "rateLimitStatus" },
24626
+ selectionSet: {
24627
+ kind: "SelectionSet",
24628
+ selections: [
24629
+ {
24630
+ kind: "Field",
24631
+ name: { kind: "Name", value: "rateLimitStatus" },
24632
+ selectionSet: {
24633
+ kind: "SelectionSet",
24634
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RateLimitPayload" } }],
24635
+ },
24636
+ },
24637
+ ],
24638
+ },
24639
+ },
24640
+ ...RateLimitPayloadFragmentDoc.definitions,
24641
+ ],
24642
+ };
24643
+ const RoadmapDocument = {
24644
+ kind: "Document",
24645
+ definitions: [
24646
+ {
24647
+ kind: "OperationDefinition",
24648
+ operation: "query",
24649
+ name: { kind: "Name", value: "roadmap" },
24650
+ variableDefinitions: [
24651
+ {
24652
+ kind: "VariableDefinition",
24653
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24654
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24655
+ },
24656
+ ],
24657
+ selectionSet: {
24658
+ kind: "SelectionSet",
24659
+ selections: [
24660
+ {
24661
+ kind: "Field",
24662
+ name: { kind: "Name", value: "roadmap" },
24663
+ arguments: [
24664
+ {
24665
+ kind: "Argument",
24666
+ name: { kind: "Name", value: "id" },
24667
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24668
+ },
24669
+ ],
24670
+ selectionSet: {
24671
+ kind: "SelectionSet",
24672
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Roadmap" } }],
24673
+ },
24674
+ },
24675
+ ],
24676
+ },
24677
+ },
24678
+ ...RoadmapFragmentDoc.definitions,
24679
+ ],
24680
+ };
24681
+ const Roadmap_ProjectsDocument = {
24682
+ kind: "Document",
24683
+ definitions: [
24684
+ {
24685
+ kind: "OperationDefinition",
24686
+ operation: "query",
24687
+ name: { kind: "Name", value: "roadmap_projects" },
24688
+ variableDefinitions: [
24689
+ {
24690
+ kind: "VariableDefinition",
24691
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24692
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24693
+ },
24694
+ {
24695
+ kind: "VariableDefinition",
24696
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
24697
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24698
+ },
24699
+ {
24700
+ kind: "VariableDefinition",
24701
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24702
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24703
+ },
24704
+ {
24705
+ kind: "VariableDefinition",
24706
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
24707
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
24708
+ },
24709
+ {
24710
+ kind: "VariableDefinition",
24711
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
24712
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24713
+ },
24714
+ {
24715
+ kind: "VariableDefinition",
24716
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24717
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
24718
+ },
24719
+ {
24720
+ kind: "VariableDefinition",
24721
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
24722
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24723
+ },
24724
+ {
24725
+ kind: "VariableDefinition",
24726
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24727
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24728
+ },
24729
+ ],
24730
+ selectionSet: {
24731
+ kind: "SelectionSet",
24732
+ selections: [
24733
+ {
24734
+ kind: "Field",
24735
+ name: { kind: "Name", value: "roadmap" },
24736
+ arguments: [
24737
+ {
24738
+ kind: "Argument",
24739
+ name: { kind: "Name", value: "id" },
24740
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24741
+ },
24742
+ ],
24743
+ selectionSet: {
24744
+ kind: "SelectionSet",
24745
+ selections: [
24746
+ {
24747
+ kind: "Field",
24748
+ name: { kind: "Name", value: "projects" },
24749
+ arguments: [
24750
+ {
24751
+ kind: "Argument",
24752
+ name: { kind: "Name", value: "after" },
24753
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24754
+ },
24755
+ {
24756
+ kind: "Argument",
24757
+ name: { kind: "Name", value: "before" },
24758
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24759
+ },
24760
+ {
24761
+ kind: "Argument",
24762
+ name: { kind: "Name", value: "filter" },
24763
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
24764
+ },
24765
+ {
24766
+ kind: "Argument",
24767
+ name: { kind: "Name", value: "first" },
24768
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24769
+ },
24770
+ {
24771
+ kind: "Argument",
24772
+ name: { kind: "Name", value: "includeArchived" },
24773
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24774
+ },
24775
+ {
24776
+ kind: "Argument",
24777
+ name: { kind: "Name", value: "last" },
24778
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24779
+ },
24780
+ {
24781
+ kind: "Argument",
24782
+ name: { kind: "Name", value: "orderBy" },
24783
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24784
+ },
24785
+ ],
24786
+ selectionSet: {
24787
+ kind: "SelectionSet",
24788
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
24789
+ },
24790
+ },
24791
+ ],
24792
+ },
24793
+ },
24794
+ ],
24795
+ },
24796
+ },
24797
+ ...ProjectConnectionFragmentDoc.definitions,
24798
+ ],
24799
+ };
24800
+ const RoadmapToProjectDocument = {
24801
+ kind: "Document",
24802
+ definitions: [
24803
+ {
24804
+ kind: "OperationDefinition",
24805
+ operation: "query",
24806
+ name: { kind: "Name", value: "roadmapToProject" },
24807
+ variableDefinitions: [
24808
+ {
24809
+ kind: "VariableDefinition",
24810
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24811
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24812
+ },
24813
+ ],
24814
+ selectionSet: {
24815
+ kind: "SelectionSet",
24816
+ selections: [
24817
+ {
24818
+ kind: "Field",
24819
+ name: { kind: "Name", value: "roadmapToProject" },
24820
+ arguments: [
24821
+ {
24822
+ kind: "Argument",
24823
+ name: { kind: "Name", value: "id" },
24824
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24825
+ },
24826
+ ],
24827
+ selectionSet: {
24828
+ kind: "SelectionSet",
24829
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProject" } }],
24830
+ },
24831
+ },
24832
+ ],
24833
+ },
24834
+ },
24835
+ ...RoadmapToProjectFragmentDoc.definitions,
24836
+ ],
24837
+ };
24838
+ const RoadmapToProjectsDocument = {
24839
+ kind: "Document",
24840
+ definitions: [
24841
+ {
24842
+ kind: "OperationDefinition",
24843
+ operation: "query",
24844
+ name: { kind: "Name", value: "roadmapToProjects" },
24845
+ variableDefinitions: [
24846
+ {
24847
+ kind: "VariableDefinition",
24848
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
24849
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24850
+ },
24851
+ {
24852
+ kind: "VariableDefinition",
24853
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24854
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24855
+ },
24856
+ {
24857
+ kind: "VariableDefinition",
24858
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
24859
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24860
+ },
24861
+ {
24862
+ kind: "VariableDefinition",
24863
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24864
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
24865
+ },
24866
+ {
24867
+ kind: "VariableDefinition",
24868
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
24869
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24870
+ },
24871
+ {
24872
+ kind: "VariableDefinition",
24873
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24874
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24875
+ },
24876
+ ],
24877
+ selectionSet: {
24878
+ kind: "SelectionSet",
24879
+ selections: [
24880
+ {
24881
+ kind: "Field",
24882
+ name: { kind: "Name", value: "roadmapToProjects" },
24883
+ arguments: [
24884
+ {
24885
+ kind: "Argument",
24886
+ name: { kind: "Name", value: "after" },
24887
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24888
+ },
24889
+ {
24890
+ kind: "Argument",
24891
+ name: { kind: "Name", value: "before" },
24892
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24893
+ },
24894
+ {
24895
+ kind: "Argument",
24896
+ name: { kind: "Name", value: "first" },
24897
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24898
+ },
24899
+ {
24900
+ kind: "Argument",
24901
+ name: { kind: "Name", value: "includeArchived" },
24902
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24903
+ },
24904
+ {
24905
+ kind: "Argument",
24906
+ name: { kind: "Name", value: "last" },
24907
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24908
+ },
24909
+ {
24910
+ kind: "Argument",
24911
+ name: { kind: "Name", value: "orderBy" },
24912
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24913
+ },
24914
+ ],
24915
+ selectionSet: {
24916
+ kind: "SelectionSet",
24917
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
24918
+ },
24919
+ },
24920
+ ],
24921
+ },
24922
+ },
24923
+ ...RoadmapToProjectConnectionFragmentDoc.definitions,
24924
+ ],
24925
+ };
24926
+ const RoadmapsDocument = {
24927
+ kind: "Document",
24928
+ definitions: [
24929
+ {
24930
+ kind: "OperationDefinition",
24931
+ operation: "query",
24932
+ name: { kind: "Name", value: "roadmaps" },
24933
+ variableDefinitions: [
24934
+ {
24935
+ kind: "VariableDefinition",
24936
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
24937
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24938
+ },
24939
+ {
24940
+ kind: "VariableDefinition",
24941
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24942
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24943
+ },
24944
+ {
24945
+ kind: "VariableDefinition",
24946
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
24947
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24948
+ },
24949
+ {
24950
+ kind: "VariableDefinition",
24951
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24952
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
24953
+ },
24954
+ {
24955
+ kind: "VariableDefinition",
24956
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
24957
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24958
+ },
24959
+ {
24960
+ kind: "VariableDefinition",
24961
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24962
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24963
+ },
24964
+ ],
24965
+ selectionSet: {
24966
+ kind: "SelectionSet",
24967
+ selections: [
24968
+ {
24969
+ kind: "Field",
24970
+ name: { kind: "Name", value: "roadmaps" },
24971
+ arguments: [
24972
+ {
24973
+ kind: "Argument",
24974
+ name: { kind: "Name", value: "after" },
24975
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24976
+ },
24977
+ {
24978
+ kind: "Argument",
24979
+ name: { kind: "Name", value: "before" },
24980
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24981
+ },
24982
+ {
24983
+ kind: "Argument",
24984
+ name: { kind: "Name", value: "first" },
24985
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24986
+ },
24987
+ {
24988
+ kind: "Argument",
24989
+ name: { kind: "Name", value: "includeArchived" },
24990
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24991
+ },
24992
+ {
24993
+ kind: "Argument",
24994
+ name: { kind: "Name", value: "last" },
24995
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24996
+ },
24997
+ {
24998
+ kind: "Argument",
24999
+ name: { kind: "Name", value: "orderBy" },
25000
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25001
+ },
25002
+ ],
25003
+ selectionSet: {
25004
+ kind: "SelectionSet",
25005
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
25006
+ },
25007
+ },
25008
+ ],
25009
+ },
25010
+ },
25011
+ ...RoadmapConnectionFragmentDoc.definitions,
25012
+ ],
25013
+ };
25014
+ const SearchDocumentsDocument = {
25015
+ kind: "Document",
25016
+ definitions: [
25017
+ {
25018
+ kind: "OperationDefinition",
25019
+ operation: "query",
25020
+ name: { kind: "Name", value: "searchDocuments" },
25021
+ variableDefinitions: [
25022
+ {
25023
+ kind: "VariableDefinition",
25024
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25025
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25026
+ },
25027
+ {
25028
+ kind: "VariableDefinition",
25029
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25030
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25031
+ },
25032
+ {
25033
+ kind: "VariableDefinition",
25034
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25035
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25036
+ },
25037
+ {
25038
+ kind: "VariableDefinition",
25039
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25040
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25041
+ },
25042
+ {
25043
+ kind: "VariableDefinition",
25044
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25045
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25046
+ },
25047
+ {
25048
+ kind: "VariableDefinition",
25049
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25050
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25051
+ },
25052
+ {
25053
+ kind: "VariableDefinition",
25054
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25055
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25056
+ },
25057
+ ],
25058
+ selectionSet: {
25059
+ kind: "SelectionSet",
25060
+ selections: [
25061
+ {
25062
+ kind: "Field",
25063
+ name: { kind: "Name", value: "searchDocuments" },
25064
+ arguments: [
25065
+ {
25066
+ kind: "Argument",
25067
+ name: { kind: "Name", value: "after" },
25068
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25069
+ },
25070
+ {
25071
+ kind: "Argument",
25072
+ name: { kind: "Name", value: "before" },
25073
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25074
+ },
25075
+ {
25076
+ kind: "Argument",
25077
+ name: { kind: "Name", value: "first" },
25078
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25079
+ },
25080
+ {
25081
+ kind: "Argument",
25082
+ name: { kind: "Name", value: "includeArchived" },
25083
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25084
+ },
25085
+ {
25086
+ kind: "Argument",
25087
+ name: { kind: "Name", value: "last" },
25088
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25089
+ },
25090
+ {
25091
+ kind: "Argument",
25092
+ name: { kind: "Name", value: "orderBy" },
25093
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25094
+ },
25095
+ {
25096
+ kind: "Argument",
25097
+ name: { kind: "Name", value: "term" },
25098
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25099
+ },
25100
+ ],
25101
+ selectionSet: {
25102
+ kind: "SelectionSet",
25103
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchPayload" } }],
25104
+ },
25105
+ },
25106
+ ],
25107
+ },
25108
+ },
25109
+ ...DocumentSearchPayloadFragmentDoc.definitions,
25110
+ ],
25111
+ };
25112
+ const SearchDocuments_ArchivePayloadDocument = {
25113
+ kind: "Document",
25114
+ definitions: [
25115
+ {
25116
+ kind: "OperationDefinition",
25117
+ operation: "query",
25118
+ name: { kind: "Name", value: "searchDocuments_archivePayload" },
25119
+ variableDefinitions: [
25120
+ {
25121
+ kind: "VariableDefinition",
25122
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25123
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25124
+ },
25125
+ {
25126
+ kind: "VariableDefinition",
25127
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25128
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25129
+ },
25130
+ {
25131
+ kind: "VariableDefinition",
25132
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25133
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25134
+ },
25135
+ {
25136
+ kind: "VariableDefinition",
25137
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25138
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25139
+ },
25140
+ {
25141
+ kind: "VariableDefinition",
25142
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25143
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25144
+ },
25145
+ {
25146
+ kind: "VariableDefinition",
25147
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25148
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25149
+ },
25150
+ {
25151
+ kind: "VariableDefinition",
25152
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25153
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25154
+ },
25155
+ ],
25156
+ selectionSet: {
25157
+ kind: "SelectionSet",
25158
+ selections: [
25159
+ {
25160
+ kind: "Field",
25161
+ name: { kind: "Name", value: "searchDocuments" },
25162
+ arguments: [
25163
+ {
25164
+ kind: "Argument",
25165
+ name: { kind: "Name", value: "after" },
25166
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25167
+ },
25168
+ {
25169
+ kind: "Argument",
25170
+ name: { kind: "Name", value: "before" },
25171
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25172
+ },
25173
+ {
25174
+ kind: "Argument",
25175
+ name: { kind: "Name", value: "first" },
25176
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25177
+ },
25178
+ {
25179
+ kind: "Argument",
25180
+ name: { kind: "Name", value: "includeArchived" },
25181
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25182
+ },
25183
+ {
25184
+ kind: "Argument",
25185
+ name: { kind: "Name", value: "last" },
25186
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25187
+ },
25188
+ {
25189
+ kind: "Argument",
25190
+ name: { kind: "Name", value: "orderBy" },
25191
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25192
+ },
25193
+ {
25194
+ kind: "Argument",
25195
+ name: { kind: "Name", value: "term" },
25196
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25197
+ },
25198
+ ],
25199
+ selectionSet: {
25200
+ kind: "SelectionSet",
25201
+ selections: [
25202
+ {
25203
+ kind: "Field",
25204
+ name: { kind: "Name", value: "archivePayload" },
25205
+ selectionSet: {
25206
+ kind: "SelectionSet",
25207
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
25208
+ },
25209
+ },
25210
+ ],
25211
+ },
25212
+ },
25213
+ ],
25214
+ },
25215
+ },
25216
+ ...ArchiveResponseFragmentDoc.definitions,
25217
+ ],
25218
+ };
25219
+ const SearchIssuesDocument = {
25220
+ kind: "Document",
25221
+ definitions: [
25222
+ {
25223
+ kind: "OperationDefinition",
25224
+ operation: "query",
25225
+ name: { kind: "Name", value: "searchIssues" },
25226
+ variableDefinitions: [
25227
+ {
25228
+ kind: "VariableDefinition",
25229
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25230
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25231
+ },
25232
+ {
25233
+ kind: "VariableDefinition",
25234
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25235
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25236
+ },
25237
+ {
25238
+ kind: "VariableDefinition",
25239
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25240
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
25241
+ },
25242
+ {
25243
+ kind: "VariableDefinition",
25244
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25245
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25246
+ },
25247
+ {
25248
+ kind: "VariableDefinition",
25249
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25250
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25251
+ },
25252
+ {
25253
+ kind: "VariableDefinition",
25254
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25255
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25256
+ },
25257
+ {
25258
+ kind: "VariableDefinition",
25259
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25260
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25261
+ },
25262
+ {
25263
+ kind: "VariableDefinition",
25264
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25265
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25266
+ },
25267
+ ],
25268
+ selectionSet: {
25269
+ kind: "SelectionSet",
25270
+ selections: [
25271
+ {
25272
+ kind: "Field",
25273
+ name: { kind: "Name", value: "searchIssues" },
25274
+ arguments: [
25275
+ {
25276
+ kind: "Argument",
25277
+ name: { kind: "Name", value: "after" },
25278
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25279
+ },
25280
+ {
25281
+ kind: "Argument",
25282
+ name: { kind: "Name", value: "before" },
25283
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25284
+ },
25285
+ {
25286
+ kind: "Argument",
25287
+ name: { kind: "Name", value: "filter" },
25288
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25289
+ },
25290
+ {
25291
+ kind: "Argument",
25292
+ name: { kind: "Name", value: "first" },
25293
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25294
+ },
25295
+ {
25296
+ kind: "Argument",
25297
+ name: { kind: "Name", value: "includeArchived" },
25298
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25299
+ },
25300
+ {
25301
+ kind: "Argument",
25302
+ name: { kind: "Name", value: "last" },
25303
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25304
+ },
25305
+ {
25306
+ kind: "Argument",
25307
+ name: { kind: "Name", value: "orderBy" },
25308
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25309
+ },
23862
25310
  {
23863
25311
  kind: "Argument",
23864
- name: { kind: "Name", value: "id" },
23865
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
25312
+ name: { kind: "Name", value: "term" },
25313
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
23866
25314
  },
23867
25315
  ],
23868
25316
  selectionSet: {
23869
25317
  kind: "SelectionSet",
23870
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Roadmap" } }],
25318
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchPayload" } }],
23871
25319
  },
23872
25320
  },
23873
25321
  ],
23874
25322
  },
23875
25323
  },
23876
- ...RoadmapFragmentDoc.definitions,
25324
+ ...IssueSearchPayloadFragmentDoc.definitions,
23877
25325
  ],
23878
25326
  };
23879
- const Roadmap_ProjectsDocument = {
25327
+ const SearchIssues_ArchivePayloadDocument = {
23880
25328
  kind: "Document",
23881
25329
  definitions: [
23882
25330
  {
23883
25331
  kind: "OperationDefinition",
23884
25332
  operation: "query",
23885
- name: { kind: "Name", value: "roadmap_projects" },
25333
+ name: { kind: "Name", value: "searchIssues_archivePayload" },
23886
25334
  variableDefinitions: [
23887
- {
23888
- kind: "VariableDefinition",
23889
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
23890
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
23891
- },
23892
25335
  {
23893
25336
  kind: "VariableDefinition",
23894
25337
  variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
@@ -23902,7 +25345,7 @@
23902
25345
  {
23903
25346
  kind: "VariableDefinition",
23904
25347
  variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
23905
- type: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilter" } },
25348
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
23906
25349
  },
23907
25350
  {
23908
25351
  kind: "VariableDefinition",
@@ -23924,18 +25367,58 @@
23924
25367
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
23925
25368
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
23926
25369
  },
25370
+ {
25371
+ kind: "VariableDefinition",
25372
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25373
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25374
+ },
23927
25375
  ],
23928
25376
  selectionSet: {
23929
25377
  kind: "SelectionSet",
23930
25378
  selections: [
23931
25379
  {
23932
25380
  kind: "Field",
23933
- name: { kind: "Name", value: "roadmap" },
25381
+ name: { kind: "Name", value: "searchIssues" },
23934
25382
  arguments: [
23935
25383
  {
23936
25384
  kind: "Argument",
23937
- name: { kind: "Name", value: "id" },
23938
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
25385
+ name: { kind: "Name", value: "after" },
25386
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25387
+ },
25388
+ {
25389
+ kind: "Argument",
25390
+ name: { kind: "Name", value: "before" },
25391
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25392
+ },
25393
+ {
25394
+ kind: "Argument",
25395
+ name: { kind: "Name", value: "filter" },
25396
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25397
+ },
25398
+ {
25399
+ kind: "Argument",
25400
+ name: { kind: "Name", value: "first" },
25401
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25402
+ },
25403
+ {
25404
+ kind: "Argument",
25405
+ name: { kind: "Name", value: "includeArchived" },
25406
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25407
+ },
25408
+ {
25409
+ kind: "Argument",
25410
+ name: { kind: "Name", value: "last" },
25411
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25412
+ },
25413
+ {
25414
+ kind: "Argument",
25415
+ name: { kind: "Name", value: "orderBy" },
25416
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25417
+ },
25418
+ {
25419
+ kind: "Argument",
25420
+ name: { kind: "Name", value: "term" },
25421
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
23939
25422
  },
23940
25423
  ],
23941
25424
  selectionSet: {
@@ -23943,47 +25426,10 @@
23943
25426
  selections: [
23944
25427
  {
23945
25428
  kind: "Field",
23946
- name: { kind: "Name", value: "projects" },
23947
- arguments: [
23948
- {
23949
- kind: "Argument",
23950
- name: { kind: "Name", value: "after" },
23951
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
23952
- },
23953
- {
23954
- kind: "Argument",
23955
- name: { kind: "Name", value: "before" },
23956
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
23957
- },
23958
- {
23959
- kind: "Argument",
23960
- name: { kind: "Name", value: "filter" },
23961
- value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
23962
- },
23963
- {
23964
- kind: "Argument",
23965
- name: { kind: "Name", value: "first" },
23966
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
23967
- },
23968
- {
23969
- kind: "Argument",
23970
- name: { kind: "Name", value: "includeArchived" },
23971
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
23972
- },
23973
- {
23974
- kind: "Argument",
23975
- name: { kind: "Name", value: "last" },
23976
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
23977
- },
23978
- {
23979
- kind: "Argument",
23980
- name: { kind: "Name", value: "orderBy" },
23981
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
23982
- },
23983
- ],
25429
+ name: { kind: "Name", value: "archivePayload" },
23984
25430
  selectionSet: {
23985
25431
  kind: "SelectionSet",
23986
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectConnection" } }],
25432
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
23987
25433
  },
23988
25434
  },
23989
25435
  ],
@@ -23992,54 +25438,16 @@
23992
25438
  ],
23993
25439
  },
23994
25440
  },
23995
- ...ProjectConnectionFragmentDoc.definitions,
23996
- ],
23997
- };
23998
- const RoadmapToProjectDocument = {
23999
- kind: "Document",
24000
- definitions: [
24001
- {
24002
- kind: "OperationDefinition",
24003
- operation: "query",
24004
- name: { kind: "Name", value: "roadmapToProject" },
24005
- variableDefinitions: [
24006
- {
24007
- kind: "VariableDefinition",
24008
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24009
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24010
- },
24011
- ],
24012
- selectionSet: {
24013
- kind: "SelectionSet",
24014
- selections: [
24015
- {
24016
- kind: "Field",
24017
- name: { kind: "Name", value: "roadmapToProject" },
24018
- arguments: [
24019
- {
24020
- kind: "Argument",
24021
- name: { kind: "Name", value: "id" },
24022
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24023
- },
24024
- ],
24025
- selectionSet: {
24026
- kind: "SelectionSet",
24027
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProject" } }],
24028
- },
24029
- },
24030
- ],
24031
- },
24032
- },
24033
- ...RoadmapToProjectFragmentDoc.definitions,
25441
+ ...ArchiveResponseFragmentDoc.definitions,
24034
25442
  ],
24035
25443
  };
24036
- const RoadmapToProjectsDocument = {
25444
+ const SearchProjectsDocument = {
24037
25445
  kind: "Document",
24038
25446
  definitions: [
24039
25447
  {
24040
25448
  kind: "OperationDefinition",
24041
25449
  operation: "query",
24042
- name: { kind: "Name", value: "roadmapToProjects" },
25450
+ name: { kind: "Name", value: "searchProjects" },
24043
25451
  variableDefinitions: [
24044
25452
  {
24045
25453
  kind: "VariableDefinition",
@@ -24071,13 +25479,18 @@
24071
25479
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24072
25480
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24073
25481
  },
25482
+ {
25483
+ kind: "VariableDefinition",
25484
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25485
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25486
+ },
24074
25487
  ],
24075
25488
  selectionSet: {
24076
25489
  kind: "SelectionSet",
24077
25490
  selections: [
24078
25491
  {
24079
25492
  kind: "Field",
24080
- name: { kind: "Name", value: "roadmapToProjects" },
25493
+ name: { kind: "Name", value: "searchProjects" },
24081
25494
  arguments: [
24082
25495
  {
24083
25496
  kind: "Argument",
@@ -24109,25 +25522,30 @@
24109
25522
  name: { kind: "Name", value: "orderBy" },
24110
25523
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24111
25524
  },
25525
+ {
25526
+ kind: "Argument",
25527
+ name: { kind: "Name", value: "term" },
25528
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25529
+ },
24112
25530
  ],
24113
25531
  selectionSet: {
24114
25532
  kind: "SelectionSet",
24115
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
25533
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchPayload" } }],
24116
25534
  },
24117
25535
  },
24118
25536
  ],
24119
25537
  },
24120
25538
  },
24121
- ...RoadmapToProjectConnectionFragmentDoc.definitions,
25539
+ ...ProjectSearchPayloadFragmentDoc.definitions,
24122
25540
  ],
24123
25541
  };
24124
- const RoadmapsDocument = {
25542
+ const SearchProjects_ArchivePayloadDocument = {
24125
25543
  kind: "Document",
24126
25544
  definitions: [
24127
25545
  {
24128
25546
  kind: "OperationDefinition",
24129
25547
  operation: "query",
24130
- name: { kind: "Name", value: "roadmaps" },
25548
+ name: { kind: "Name", value: "searchProjects_archivePayload" },
24131
25549
  variableDefinitions: [
24132
25550
  {
24133
25551
  kind: "VariableDefinition",
@@ -24159,13 +25577,18 @@
24159
25577
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24160
25578
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24161
25579
  },
25580
+ {
25581
+ kind: "VariableDefinition",
25582
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25583
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25584
+ },
24162
25585
  ],
24163
25586
  selectionSet: {
24164
25587
  kind: "SelectionSet",
24165
25588
  selections: [
24166
25589
  {
24167
25590
  kind: "Field",
24168
- name: { kind: "Name", value: "roadmaps" },
25591
+ name: { kind: "Name", value: "searchProjects" },
24169
25592
  arguments: [
24170
25593
  {
24171
25594
  kind: "Argument",
@@ -24197,16 +25620,30 @@
24197
25620
  name: { kind: "Name", value: "orderBy" },
24198
25621
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24199
25622
  },
25623
+ {
25624
+ kind: "Argument",
25625
+ name: { kind: "Name", value: "term" },
25626
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25627
+ },
24200
25628
  ],
24201
25629
  selectionSet: {
24202
25630
  kind: "SelectionSet",
24203
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
25631
+ selections: [
25632
+ {
25633
+ kind: "Field",
25634
+ name: { kind: "Name", value: "archivePayload" },
25635
+ selectionSet: {
25636
+ kind: "SelectionSet",
25637
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
25638
+ },
25639
+ },
25640
+ ],
24204
25641
  },
24205
25642
  },
24206
25643
  ],
24207
25644
  },
24208
25645
  },
24209
- ...RoadmapConnectionFragmentDoc.definitions,
25646
+ ...ArchiveResponseFragmentDoc.definitions,
24210
25647
  ],
24211
25648
  };
24212
25649
  const SsoUrlFromEmailDocument = {
@@ -27098,6 +28535,7 @@
27098
28535
  get IssueRelationType () { return IssueRelationType; },
27099
28536
  get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
27100
28537
  get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
28538
+ get OrganizationInviteStatus () { return OrganizationInviteStatus; },
27101
28539
  get PaginationOrderBy () { return PaginationOrderBy; },
27102
28540
  get ProjectNotificationSubscriptionType () { return ProjectNotificationSubscriptionType; },
27103
28541
  get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
@@ -27114,7 +28552,7 @@
27114
28552
  get WorkflowTriggerType () { return WorkflowTriggerType; },
27115
28553
  get WorkflowType () { return WorkflowType; },
27116
28554
  EntityFragmentDoc: EntityFragmentDoc,
27117
- PersonalNoteFragmentDoc: PersonalNoteFragmentDoc,
28555
+ DocumentContentFragmentDoc: DocumentContentFragmentDoc,
27118
28556
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
27119
28557
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
27120
28558
  TemplateFragmentDoc: TemplateFragmentDoc,
@@ -27171,6 +28609,10 @@
27171
28609
  DocumentFragmentDoc: DocumentFragmentDoc,
27172
28610
  DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
27173
28611
  DocumentPayloadFragmentDoc: DocumentPayloadFragmentDoc,
28612
+ ArchiveResponseFragmentDoc: ArchiveResponseFragmentDoc,
28613
+ DocumentSearchResultFragmentDoc: DocumentSearchResultFragmentDoc,
28614
+ DocumentSearchPayloadFragmentDoc: DocumentSearchPayloadFragmentDoc,
28615
+ DocumentSearchResultConnectionFragmentDoc: DocumentSearchResultConnectionFragmentDoc,
27174
28616
  EmailUnsubscribePayloadFragmentDoc: EmailUnsubscribePayloadFragmentDoc,
27175
28617
  EmailUserAccountAuthChallengeResponseFragmentDoc: EmailUserAccountAuthChallengeResponseFragmentDoc,
27176
28618
  EmojiFragmentDoc: EmojiFragmentDoc,
@@ -27198,10 +28640,12 @@
27198
28640
  IssueFragmentDoc: IssueFragmentDoc,
27199
28641
  IssueBatchPayloadFragmentDoc: IssueBatchPayloadFragmentDoc,
27200
28642
  IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
28643
+ IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
27201
28644
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
27202
28645
  IssueImportFragmentDoc: IssueImportFragmentDoc,
27203
28646
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
27204
28647
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
28648
+ IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
27205
28649
  IssueImportDeletePayloadFragmentDoc: IssueImportDeletePayloadFragmentDoc,
27206
28650
  IssueImportPayloadFragmentDoc: IssueImportPayloadFragmentDoc,
27207
28651
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
@@ -27212,6 +28656,9 @@
27212
28656
  IssueRelationFragmentDoc: IssueRelationFragmentDoc,
27213
28657
  IssueRelationConnectionFragmentDoc: IssueRelationConnectionFragmentDoc,
27214
28658
  IssueRelationPayloadFragmentDoc: IssueRelationPayloadFragmentDoc,
28659
+ IssueSearchResultFragmentDoc: IssueSearchResultFragmentDoc,
28660
+ IssueSearchPayloadFragmentDoc: IssueSearchPayloadFragmentDoc,
28661
+ IssueSearchResultConnectionFragmentDoc: IssueSearchResultConnectionFragmentDoc,
27215
28662
  LogoutResponseFragmentDoc: LogoutResponseFragmentDoc,
27216
28663
  NodeFragmentDoc: NodeFragmentDoc,
27217
28664
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
@@ -27231,12 +28678,13 @@
27231
28678
  OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
27232
28679
  OrganizationInviteFragmentDoc: OrganizationInviteFragmentDoc,
27233
28680
  OrganizationInviteConnectionFragmentDoc: OrganizationInviteConnectionFragmentDoc,
27234
- OrganizationInviteDetailsPayloadFragmentDoc: OrganizationInviteDetailsPayloadFragmentDoc,
28681
+ OrganizationInviteFullDetailsPayloadFragmentDoc: OrganizationInviteFullDetailsPayloadFragmentDoc,
27235
28682
  OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
27236
28683
  OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
27237
28684
  OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
27238
28685
  ProjectFragmentDoc: ProjectFragmentDoc,
27239
28686
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
28687
+ ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
27240
28688
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
27241
28689
  ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
27242
28690
  ProjectLinkPayloadFragmentDoc: ProjectLinkPayloadFragmentDoc,
@@ -27244,6 +28692,9 @@
27244
28692
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
27245
28693
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
27246
28694
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
28695
+ ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
28696
+ ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
28697
+ ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
27247
28698
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
27248
28699
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
27249
28700
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -27338,6 +28789,7 @@
27338
28789
  FileUploadDocument: FileUploadDocument,
27339
28790
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
27340
28791
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
28792
+ ImportFileUploadDocument: ImportFileUploadDocument,
27341
28793
  DeleteIntegrationDocument: DeleteIntegrationDocument,
27342
28794
  IntegrationDiscordDocument: IntegrationDiscordDocument,
27343
28795
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -27369,6 +28821,7 @@
27369
28821
  CreateIssueDocument: CreateIssueDocument,
27370
28822
  DeleteIssueDocument: DeleteIssueDocument,
27371
28823
  IssueImportCreateAsanaDocument: IssueImportCreateAsanaDocument,
28824
+ IssueImportCreateCsvJiraDocument: IssueImportCreateCsvJiraDocument,
27372
28825
  IssueImportCreateClubhouseDocument: IssueImportCreateClubhouseDocument,
27373
28826
  IssueImportCreateGithubDocument: IssueImportCreateGithubDocument,
27374
28827
  IssueImportCreateJiraDocument: IssueImportCreateJiraDocument,
@@ -27452,6 +28905,7 @@
27452
28905
  UpdateUserFlagDocument: UpdateUserFlagDocument,
27453
28906
  UserGitHubConnectDocument: UserGitHubConnectDocument,
27454
28907
  UserGoogleCalendarConnectDocument: UserGoogleCalendarConnectDocument,
28908
+ UserJiraConnectDocument: UserJiraConnectDocument,
27455
28909
  UserPromoteAdminDocument: UserPromoteAdminDocument,
27456
28910
  UserPromoteMemberDocument: UserPromoteMemberDocument,
27457
28911
  UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
@@ -27503,8 +28957,6 @@
27503
28957
  DocumentsDocument: DocumentsDocument,
27504
28958
  EmojiDocument: EmojiDocument,
27505
28959
  EmojisDocument: EmojisDocument,
27506
- ExternalUserDocument: ExternalUserDocument,
27507
- ExternalUsersDocument: ExternalUsersDocument,
27508
28960
  FavoriteDocument: FavoriteDocument,
27509
28961
  Favorite_ChildrenDocument: Favorite_ChildrenDocument,
27510
28962
  FavoritesDocument: FavoritesDocument,
@@ -27524,6 +28976,9 @@
27524
28976
  Issue_LabelsDocument: Issue_LabelsDocument,
27525
28977
  Issue_RelationsDocument: Issue_RelationsDocument,
27526
28978
  Issue_SubscribersDocument: Issue_SubscribersDocument,
28979
+ IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
28980
+ IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
28981
+ IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
27527
28982
  IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
27528
28983
  IssueLabelDocument: IssueLabelDocument,
27529
28984
  IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
@@ -27555,7 +29010,6 @@
27555
29010
  Organization_UsersDocument: Organization_UsersDocument,
27556
29011
  OrganizationExistsDocument: OrganizationExistsDocument,
27557
29012
  OrganizationInviteDocument: OrganizationInviteDocument,
27558
- OrganizationInviteDetailsDocument: OrganizationInviteDetailsDocument,
27559
29013
  OrganizationInvitesDocument: OrganizationInvitesDocument,
27560
29014
  ProjectDocument: ProjectDocument,
27561
29015
  Project_DocumentsDocument: Project_DocumentsDocument,
@@ -27565,6 +29019,7 @@
27565
29019
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
27566
29020
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
27567
29021
  Project_TeamsDocument: Project_TeamsDocument,
29022
+ ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
27568
29023
  ProjectLinkDocument: ProjectLinkDocument,
27569
29024
  ProjectLinksDocument: ProjectLinksDocument,
27570
29025
  ProjectUpdateDocument: ProjectUpdateDocument,
@@ -27579,6 +29034,12 @@
27579
29034
  RoadmapToProjectDocument: RoadmapToProjectDocument,
27580
29035
  RoadmapToProjectsDocument: RoadmapToProjectsDocument,
27581
29036
  RoadmapsDocument: RoadmapsDocument,
29037
+ SearchDocumentsDocument: SearchDocumentsDocument,
29038
+ SearchDocuments_ArchivePayloadDocument: SearchDocuments_ArchivePayloadDocument,
29039
+ SearchIssuesDocument: SearchIssuesDocument,
29040
+ SearchIssues_ArchivePayloadDocument: SearchIssues_ArchivePayloadDocument,
29041
+ SearchProjectsDocument: SearchProjectsDocument,
29042
+ SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
27582
29043
  SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
27583
29044
  TeamDocument: TeamDocument,
27584
29045
  Team_CyclesDocument: Team_CyclesDocument,
@@ -27823,6 +29284,21 @@
27823
29284
  this.success = data.success;
27824
29285
  }
27825
29286
  }
29287
+ /**
29288
+ * Contains requested archived model objects.
29289
+ *
29290
+ * @param request - function to call the graphql client
29291
+ * @param data - L.ArchiveResponseFragment response data
29292
+ */
29293
+ class ArchiveResponse extends Request {
29294
+ constructor(request, data) {
29295
+ super(request);
29296
+ this.archive = data.archive;
29297
+ this.databaseVersion = data.databaseVersion;
29298
+ this.includesDependencies = data.includesDependencies;
29299
+ this.totalCount = data.totalCount;
29300
+ }
29301
+ }
27826
29302
  /**
27827
29303
  * Issue attachment (e.g. support ticket, pull request).
27828
29304
  *
@@ -28129,6 +29605,7 @@
28129
29605
  this.shared = data.shared;
28130
29606
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
28131
29607
  this._creator = data.creator;
29608
+ this._owner = data.owner;
28132
29609
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
28133
29610
  }
28134
29611
  /** The user who created the custom view. */
@@ -28139,6 +29616,10 @@
28139
29616
  get organization() {
28140
29617
  return new OrganizationQuery(this._request).fetch();
28141
29618
  }
29619
+ /** The user who owns the custom view. */
29620
+ get owner() {
29621
+ return new UserQuery(this._request).fetch(this._owner.id);
29622
+ }
28142
29623
  /** The team associated with the custom view. */
28143
29624
  get team() {
28144
29625
  var _a, _b;
@@ -28197,9 +29678,9 @@
28197
29678
  constructor(request, data) {
28198
29679
  var _a, _b, _c;
28199
29680
  super(request);
28200
- this.suggestedDescription = (_a = data.suggestedDescription) !== null && _a !== void 0 ? _a : undefined;
28201
- this.suggestedIcon = (_b = data.suggestedIcon) !== null && _b !== void 0 ? _b : undefined;
28202
- this.suggestedName = (_c = data.suggestedName) !== null && _c !== void 0 ? _c : undefined;
29681
+ this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
29682
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
29683
+ this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
28203
29684
  }
28204
29685
  }
28205
29686
  /**
@@ -28349,6 +29830,30 @@
28349
29830
  super(request, fetch, data.nodes.map(node => new Document(request, node)), new PageInfo(request, data.pageInfo));
28350
29831
  }
28351
29832
  }
29833
+ /**
29834
+ * A document content for a project.
29835
+ *
29836
+ * @param request - function to call the graphql client
29837
+ * @param data - L.DocumentContentFragment response data
29838
+ */
29839
+ class DocumentContent extends Request {
29840
+ constructor(request, data) {
29841
+ var _a, _b, _c, _d, _e, _f;
29842
+ super(request);
29843
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29844
+ this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
29845
+ this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
29846
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
29847
+ this.id = data.id;
29848
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
29849
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
29850
+ }
29851
+ /** The issue that the document is associated with. */
29852
+ get issue() {
29853
+ var _a, _b;
29854
+ 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;
29855
+ }
29856
+ }
28352
29857
  /**
28353
29858
  * DocumentPayload model
28354
29859
  *
@@ -28367,6 +29872,71 @@
28367
29872
  return new DocumentQuery(this._request).fetch(this._document.id);
28368
29873
  }
28369
29874
  }
29875
+ /**
29876
+ * DocumentSearchPayload model
29877
+ *
29878
+ * @param request - function to call the graphql client
29879
+ * @param data - L.DocumentSearchPayloadFragment response data
29880
+ */
29881
+ class DocumentSearchPayload extends Request {
29882
+ constructor(request, data) {
29883
+ super(request);
29884
+ this.totalCount = data.totalCount;
29885
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
29886
+ this.pageInfo = new PageInfo(request, data.pageInfo);
29887
+ this.nodes = data.nodes.map(node => new DocumentSearchResult(request, node));
29888
+ }
29889
+ }
29890
+ /**
29891
+ * DocumentSearchResult model
29892
+ *
29893
+ * @param request - function to call the graphql client
29894
+ * @param data - L.DocumentSearchResultFragment response data
29895
+ */
29896
+ class DocumentSearchResult extends Request {
29897
+ constructor(request, data) {
29898
+ var _a, _b, _c, _d, _e, _f, _g, _h;
29899
+ super(request);
29900
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29901
+ this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
29902
+ this.content = (_c = data.content) !== null && _c !== void 0 ? _c : undefined;
29903
+ this.contentData = (_d = parseJson(data.contentData)) !== null && _d !== void 0 ? _d : undefined;
29904
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
29905
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
29906
+ this.id = data.id;
29907
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
29908
+ this.slugId = data.slugId;
29909
+ this.title = data.title;
29910
+ this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
29911
+ this._creator = data.creator;
29912
+ this._project = data.project;
29913
+ this._updatedBy = data.updatedBy;
29914
+ }
29915
+ /** The user who created the document. */
29916
+ get creator() {
29917
+ return new UserQuery(this._request).fetch(this._creator.id);
29918
+ }
29919
+ /** The project that the document is associated with. */
29920
+ get project() {
29921
+ return new ProjectQuery(this._request).fetch(this._project.id);
29922
+ }
29923
+ /** The user who last updated the document. */
29924
+ get updatedBy() {
29925
+ return new UserQuery(this._request).fetch(this._updatedBy.id);
29926
+ }
29927
+ }
29928
+ /**
29929
+ * DocumentSearchResultConnection model
29930
+ *
29931
+ * @param request - function to call the graphql client
29932
+ * @param fetch - function to trigger a refetch of this DocumentSearchResultConnection model
29933
+ * @param data - DocumentSearchResultConnection response data
29934
+ */
29935
+ class DocumentSearchResultConnection extends Connection {
29936
+ constructor(request, fetch, data) {
29937
+ super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
29938
+ }
29939
+ }
28370
29940
  /**
28371
29941
  * EmailUnsubscribePayload model
28372
29942
  *
@@ -28546,7 +30116,7 @@
28546
30116
  var _a, _b;
28547
30117
  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;
28548
30118
  }
28549
- /** The team of the favorited predefiend view. */
30119
+ /** The team of the favorited predefined view. */
28550
30120
  get predefinedViewTeam() {
28551
30121
  var _a, _b;
28552
30122
  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;
@@ -29054,7 +30624,7 @@
29054
30624
  */
29055
30625
  class Issue extends Request {
29056
30626
  constructor(request, data) {
29057
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
30627
+ 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;
29058
30628
  super(request);
29059
30629
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29060
30630
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -29087,10 +30657,11 @@
29087
30657
  this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
29088
30658
  this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
29089
30659
  this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
29090
- this._parent = (_v = data.parent) !== null && _v !== void 0 ? _v : undefined;
29091
- this._project = (_w = data.project) !== null && _w !== void 0 ? _w : undefined;
29092
- this._projectMilestone = (_x = data.projectMilestone) !== null && _x !== void 0 ? _x : undefined;
29093
- this._snoozedBy = (_y = data.snoozedBy) !== null && _y !== void 0 ? _y : undefined;
30660
+ this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
30661
+ this._parent = (_w = data.parent) !== null && _w !== void 0 ? _w : undefined;
30662
+ this._project = (_x = data.project) !== null && _x !== void 0 ? _x : undefined;
30663
+ this._projectMilestone = (_y = data.projectMilestone) !== null && _y !== void 0 ? _y : undefined;
30664
+ this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
29094
30665
  this._state = data.state;
29095
30666
  this._team = data.team;
29096
30667
  }
@@ -29109,6 +30680,11 @@
29109
30680
  var _a, _b;
29110
30681
  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;
29111
30682
  }
30683
+ /** The users favorite associated with this issue. */
30684
+ get favorite() {
30685
+ var _a, _b;
30686
+ 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;
30687
+ }
29112
30688
  /** The parent of the issue. */
29113
30689
  get parent() {
29114
30690
  var _a, _b;
@@ -29218,6 +30794,19 @@
29218
30794
  super(request, fetch, data.nodes.map(node => new Issue(request, node)), new PageInfo(request, data.pageInfo));
29219
30795
  }
29220
30796
  }
30797
+ /**
30798
+ * IssueFilterSuggestionPayload model
30799
+ *
30800
+ * @param request - function to call the graphql client
30801
+ * @param data - L.IssueFilterSuggestionPayloadFragment response data
30802
+ */
30803
+ class IssueFilterSuggestionPayload extends Request {
30804
+ constructor(request, data) {
30805
+ var _a;
30806
+ super(request);
30807
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
30808
+ }
30809
+ }
29221
30810
  /**
29222
30811
  * A record of changes to an issue.
29223
30812
  *
@@ -29385,19 +30974,21 @@
29385
30974
  */
29386
30975
  class IssueImport extends Request {
29387
30976
  constructor(request, data) {
29388
- var _a, _b, _c, _d, _e, _f, _g;
30977
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
29389
30978
  super(request);
29390
30979
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29391
30980
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
29392
30981
  this.creatorId = data.creatorId;
29393
- this.error = (_c = data.error) !== null && _c !== void 0 ? _c : undefined;
30982
+ this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
30983
+ this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
30984
+ this.errorMetadata = (_e = parseJson(data.errorMetadata)) !== null && _e !== void 0 ? _e : undefined;
29394
30985
  this.id = data.id;
29395
- this.mapping = (_d = parseJson(data.mapping)) !== null && _d !== void 0 ? _d : undefined;
29396
- this.progress = (_e = data.progress) !== null && _e !== void 0 ? _e : undefined;
30986
+ this.mapping = (_f = parseJson(data.mapping)) !== null && _f !== void 0 ? _f : undefined;
30987
+ this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
29397
30988
  this.service = data.service;
29398
30989
  this.status = data.status;
29399
- this.teamName = (_f = data.teamName) !== null && _f !== void 0 ? _f : undefined;
29400
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
30990
+ this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
30991
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
29401
30992
  }
29402
30993
  /** Deletes an import job. */
29403
30994
  delete(issueImportId) {
@@ -29408,6 +30999,18 @@
29408
30999
  return new UpdateIssueImportMutation(this._request).fetch(this.id, input);
29409
31000
  }
29410
31001
  }
31002
+ /**
31003
+ * IssueImportCheckPayload model
31004
+ *
31005
+ * @param request - function to call the graphql client
31006
+ * @param data - L.IssueImportCheckPayloadFragment response data
31007
+ */
31008
+ class IssueImportCheckPayload extends Request {
31009
+ constructor(request, data) {
31010
+ super(request);
31011
+ this.success = data.success;
31012
+ }
31013
+ }
29411
31014
  /**
29412
31015
  * IssueImportDeletePayload model
29413
31016
  *
@@ -29556,7 +31159,7 @@
29556
31159
  this._team = data.team;
29557
31160
  this._user = data.user;
29558
31161
  }
29559
- /** The user that caused the notification. If empty it's Linear itself. */
31162
+ /** The user that caused the notification. */
29560
31163
  get actor() {
29561
31164
  var _a, _b;
29562
31165
  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;
@@ -29694,6 +31297,134 @@
29694
31297
  return new IssueRelationQuery(this._request).fetch(this._issueRelation.id);
29695
31298
  }
29696
31299
  }
31300
+ /**
31301
+ * IssueSearchPayload model
31302
+ *
31303
+ * @param request - function to call the graphql client
31304
+ * @param data - L.IssueSearchPayloadFragment response data
31305
+ */
31306
+ class IssueSearchPayload extends Request {
31307
+ constructor(request, data) {
31308
+ super(request);
31309
+ this.totalCount = data.totalCount;
31310
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
31311
+ this.pageInfo = new PageInfo(request, data.pageInfo);
31312
+ this.nodes = data.nodes.map(node => new IssueSearchResult(request, node));
31313
+ }
31314
+ }
31315
+ /**
31316
+ * IssueSearchResult model
31317
+ *
31318
+ * @param request - function to call the graphql client
31319
+ * @param data - L.IssueSearchResultFragment response data
31320
+ */
31321
+ class IssueSearchResult extends Request {
31322
+ constructor(request, data) {
31323
+ 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;
31324
+ super(request);
31325
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31326
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
31327
+ this.autoClosedAt = (_c = parseDate(data.autoClosedAt)) !== null && _c !== void 0 ? _c : undefined;
31328
+ this.boardOrder = data.boardOrder;
31329
+ this.branchName = data.branchName;
31330
+ this.canceledAt = (_d = parseDate(data.canceledAt)) !== null && _d !== void 0 ? _d : undefined;
31331
+ this.completedAt = (_e = parseDate(data.completedAt)) !== null && _e !== void 0 ? _e : undefined;
31332
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
31333
+ this.customerTicketCount = data.customerTicketCount;
31334
+ this.description = (_g = data.description) !== null && _g !== void 0 ? _g : undefined;
31335
+ this.dueDate = (_h = data.dueDate) !== null && _h !== void 0 ? _h : undefined;
31336
+ this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
31337
+ this.id = data.id;
31338
+ this.identifier = data.identifier;
31339
+ this.metadata = (_k = parseJson(data.metadata)) !== null && _k !== void 0 ? _k : {};
31340
+ this.number = data.number;
31341
+ this.previousIdentifiers = data.previousIdentifiers;
31342
+ this.priority = data.priority;
31343
+ this.priorityLabel = data.priorityLabel;
31344
+ this.snoozedUntilAt = (_l = parseDate(data.snoozedUntilAt)) !== null && _l !== void 0 ? _l : undefined;
31345
+ this.sortOrder = data.sortOrder;
31346
+ this.startedAt = (_m = parseDate(data.startedAt)) !== null && _m !== void 0 ? _m : undefined;
31347
+ this.startedTriageAt = (_o = parseDate(data.startedTriageAt)) !== null && _o !== void 0 ? _o : undefined;
31348
+ this.subIssueSortOrder = (_p = data.subIssueSortOrder) !== null && _p !== void 0 ? _p : undefined;
31349
+ this.title = data.title;
31350
+ this.trashed = (_q = data.trashed) !== null && _q !== void 0 ? _q : undefined;
31351
+ this.triagedAt = (_r = parseDate(data.triagedAt)) !== null && _r !== void 0 ? _r : undefined;
31352
+ this.updatedAt = (_s = parseDate(data.updatedAt)) !== null && _s !== void 0 ? _s : new Date();
31353
+ this.url = data.url;
31354
+ this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
31355
+ this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
31356
+ this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
31357
+ this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
31358
+ this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
31359
+ this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
31360
+ this._projectMilestone = (_z = data.projectMilestone) !== null && _z !== void 0 ? _z : undefined;
31361
+ this._snoozedBy = (_0 = data.snoozedBy) !== null && _0 !== void 0 ? _0 : undefined;
31362
+ this._state = data.state;
31363
+ this._team = data.team;
31364
+ }
31365
+ /** The user to whom the issue is assigned to. */
31366
+ get assignee() {
31367
+ var _a, _b;
31368
+ 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;
31369
+ }
31370
+ /** The user who created the issue. */
31371
+ get creator() {
31372
+ var _a, _b;
31373
+ 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;
31374
+ }
31375
+ /** The cycle that the issue is associated with. */
31376
+ get cycle() {
31377
+ var _a, _b;
31378
+ 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;
31379
+ }
31380
+ /** The users favorite associated with this issue. */
31381
+ get favorite() {
31382
+ var _a, _b;
31383
+ 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;
31384
+ }
31385
+ /** The parent of the issue. */
31386
+ get parent() {
31387
+ var _a, _b;
31388
+ 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;
31389
+ }
31390
+ /** The project that the issue is associated with. */
31391
+ get project() {
31392
+ var _a, _b;
31393
+ 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;
31394
+ }
31395
+ /** The projectMilestone that the issue is associated with. */
31396
+ get projectMilestone() {
31397
+ var _a, _b;
31398
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
31399
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
31400
+ : undefined;
31401
+ }
31402
+ /** The user who snoozed the issue. */
31403
+ get snoozedBy() {
31404
+ var _a, _b;
31405
+ 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;
31406
+ }
31407
+ /** The workflow state that the issue is associated with. */
31408
+ get state() {
31409
+ return new WorkflowStateQuery(this._request).fetch(this._state.id);
31410
+ }
31411
+ /** The team that the issue is associated with. */
31412
+ get team() {
31413
+ return new TeamQuery(this._request).fetch(this._team.id);
31414
+ }
31415
+ }
31416
+ /**
31417
+ * IssueSearchResultConnection model
31418
+ *
31419
+ * @param request - function to call the graphql client
31420
+ * @param fetch - function to trigger a refetch of this IssueSearchResultConnection model
31421
+ * @param data - IssueSearchResultConnection response data
31422
+ */
31423
+ class IssueSearchResultConnection extends Connection {
31424
+ constructor(request, fetch, data) {
31425
+ super(request, fetch, data.nodes.map(node => new IssueSearchResult(request, node)), new PageInfo(request, data.pageInfo));
31426
+ }
31427
+ }
29697
31428
  /**
29698
31429
  * Tuple for mapping Jira projects to Linear teams.
29699
31430
  *
@@ -29782,7 +31513,7 @@
29782
31513
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
29783
31514
  this._user = data.user;
29784
31515
  }
29785
- /** The user that caused the notification. If empty it's Linear itself. */
31516
+ /** The user that caused the notification. */
29786
31517
  get actor() {
29787
31518
  var _a, _b;
29788
31519
  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;
@@ -30015,7 +31746,7 @@
30015
31746
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
30016
31747
  this._user = data.user;
30017
31748
  }
30018
- /** The user that caused the notification. If empty it's Linear itself. */
31749
+ /** The user that caused the notification. */
30019
31750
  get actor() {
30020
31751
  var _a, _b;
30021
31752
  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;
@@ -30226,12 +31957,12 @@
30226
31957
  }
30227
31958
  }
30228
31959
  /**
30229
- * OrganizationInviteDetailsPayload model
31960
+ * OrganizationInviteFullDetailsPayload model
30230
31961
  *
30231
31962
  * @param request - function to call the graphql client
30232
- * @param data - L.OrganizationInviteDetailsPayloadFragment response data
31963
+ * @param data - L.OrganizationInviteFullDetailsPayloadFragment response data
30233
31964
  */
30234
- class OrganizationInviteDetailsPayload extends Request {
31965
+ class OrganizationInviteFullDetailsPayload extends Request {
30235
31966
  constructor(request, data) {
30236
31967
  var _a, _b;
30237
31968
  super(request);
@@ -30341,28 +32072,6 @@
30341
32072
  return new OrganizationQuery(this._request).fetch();
30342
32073
  }
30343
32074
  }
30344
- /**
30345
- * A personal note for a user
30346
- *
30347
- * @param request - function to call the graphql client
30348
- * @param data - L.PersonalNoteFragment response data
30349
- */
30350
- class PersonalNote extends Request {
30351
- constructor(request, data) {
30352
- var _a, _b, _c, _d;
30353
- super(request);
30354
- this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
30355
- this.contentData = (_b = parseJson(data.contentData)) !== null && _b !== void 0 ? _b : undefined;
30356
- this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
30357
- this.id = data.id;
30358
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
30359
- this._user = data.user;
30360
- }
30361
- /** The user that owns the note. */
30362
- get user() {
30363
- return new UserQuery(this._request).fetch(this._user.id);
30364
- }
30365
- }
30366
32075
  /**
30367
32076
  * A project.
30368
32077
  *
@@ -30488,6 +32197,19 @@
30488
32197
  super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
30489
32198
  }
30490
32199
  }
32200
+ /**
32201
+ * ProjectFilterSuggestionPayload model
32202
+ *
32203
+ * @param request - function to call the graphql client
32204
+ * @param data - L.ProjectFilterSuggestionPayloadFragment response data
32205
+ */
32206
+ class ProjectFilterSuggestionPayload extends Request {
32207
+ constructor(request, data) {
32208
+ var _a;
32209
+ super(request);
32210
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
32211
+ }
32212
+ }
30491
32213
  /**
30492
32214
  * An external link for a project.
30493
32215
  *
@@ -30649,7 +32371,7 @@
30649
32371
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
30650
32372
  this._user = data.user;
30651
32373
  }
30652
- /** The user that caused the notification. If empty it's Linear itself. */
32374
+ /** The user that caused the notification. */
30653
32375
  get actor() {
30654
32376
  var _a, _b;
30655
32377
  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;
@@ -30721,6 +32443,99 @@
30721
32443
  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;
30722
32444
  }
30723
32445
  }
32446
+ /**
32447
+ * ProjectSearchPayload model
32448
+ *
32449
+ * @param request - function to call the graphql client
32450
+ * @param data - L.ProjectSearchPayloadFragment response data
32451
+ */
32452
+ class ProjectSearchPayload extends Request {
32453
+ constructor(request, data) {
32454
+ super(request);
32455
+ this.totalCount = data.totalCount;
32456
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
32457
+ this.pageInfo = new PageInfo(request, data.pageInfo);
32458
+ this.nodes = data.nodes.map(node => new ProjectSearchResult(request, node));
32459
+ }
32460
+ }
32461
+ /**
32462
+ * ProjectSearchResult model
32463
+ *
32464
+ * @param request - function to call the graphql client
32465
+ * @param data - L.ProjectSearchResultFragment response data
32466
+ */
32467
+ class ProjectSearchResult extends Request {
32468
+ constructor(request, data) {
32469
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
32470
+ super(request);
32471
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
32472
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
32473
+ this.canceledAt = (_c = parseDate(data.canceledAt)) !== null && _c !== void 0 ? _c : undefined;
32474
+ this.color = data.color;
32475
+ this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
32476
+ this.completedIssueCountHistory = data.completedIssueCountHistory;
32477
+ this.completedScopeHistory = data.completedScopeHistory;
32478
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
32479
+ this.description = data.description;
32480
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
32481
+ this.id = data.id;
32482
+ this.inProgressScopeHistory = data.inProgressScopeHistory;
32483
+ this.issueCountHistory = data.issueCountHistory;
32484
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
32485
+ this.name = data.name;
32486
+ this.progress = data.progress;
32487
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
32488
+ this.scope = data.scope;
32489
+ this.scopeHistory = data.scopeHistory;
32490
+ this.slackIssueComments = data.slackIssueComments;
32491
+ this.slackIssueStatuses = data.slackIssueStatuses;
32492
+ this.slackNewIssue = data.slackNewIssue;
32493
+ this.slugId = data.slugId;
32494
+ this.sortOrder = data.sortOrder;
32495
+ this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
32496
+ this.state = data.state;
32497
+ this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
32498
+ this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
32499
+ this.url = data.url;
32500
+ this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
32501
+ this._creator = data.creator;
32502
+ this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
32503
+ this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
32504
+ }
32505
+ /** The project was created based on this issue. */
32506
+ get convertedFromIssue() {
32507
+ var _a, _b;
32508
+ 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;
32509
+ }
32510
+ /** The user who created the project. */
32511
+ get creator() {
32512
+ return new UserQuery(this._request).fetch(this._creator.id);
32513
+ }
32514
+ /** Settings for all integrations associated with that project. */
32515
+ get integrationsSettings() {
32516
+ var _a, _b;
32517
+ return ((_a = this._integrationsSettings) === null || _a === void 0 ? void 0 : _a.id)
32518
+ ? new IntegrationsSettingsQuery(this._request).fetch((_b = this._integrationsSettings) === null || _b === void 0 ? void 0 : _b.id)
32519
+ : undefined;
32520
+ }
32521
+ /** The project lead. */
32522
+ get lead() {
32523
+ var _a, _b;
32524
+ 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;
32525
+ }
32526
+ }
32527
+ /**
32528
+ * ProjectSearchResultConnection model
32529
+ *
32530
+ * @param request - function to call the graphql client
32531
+ * @param fetch - function to trigger a refetch of this ProjectSearchResultConnection model
32532
+ * @param data - ProjectSearchResultConnection response data
32533
+ */
32534
+ class ProjectSearchResultConnection extends Connection {
32535
+ constructor(request, fetch, data) {
32536
+ super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
32537
+ }
32538
+ }
30724
32539
  /**
30725
32540
  * A update associated with an project.
30726
32541
  *
@@ -31915,6 +33730,7 @@
31915
33730
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
31916
33731
  this.id = data.id;
31917
33732
  this.notificationPreferences = (_d = parseJson(data.notificationPreferences)) !== null && _d !== void 0 ? _d : {};
33733
+ this.showFullUserNames = data.showFullUserNames;
31918
33734
  this.unsubscribedFrom = data.unsubscribedFrom;
31919
33735
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
31920
33736
  this._user = data.user;
@@ -33302,6 +35118,34 @@
33302
35118
  });
33303
35119
  }
33304
35120
  }
35121
+ /**
35122
+ * A fetchable ImportFileUpload Mutation
35123
+ *
35124
+ * @param request - function to call the graphql client
35125
+ */
35126
+ class ImportFileUploadMutation extends Request {
35127
+ constructor(request) {
35128
+ super(request);
35129
+ }
35130
+ /**
35131
+ * Call the ImportFileUpload mutation and return a UploadPayload
35132
+ *
35133
+ * @param contentType - required contentType to pass to importFileUpload
35134
+ * @param filename - required filename to pass to importFileUpload
35135
+ * @param size - required size to pass to importFileUpload
35136
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
35137
+ * @returns parsed response from ImportFileUploadMutation
35138
+ */
35139
+ fetch(contentType, filename, size, variables) {
35140
+ return __awaiter(this, void 0, void 0, function* () {
35141
+ const response = yield this._request(ImportFileUploadDocument, Object.assign({ contentType,
35142
+ filename,
35143
+ size }, variables));
35144
+ const data = response.importFileUpload;
35145
+ return new UploadPayload(this._request, data);
35146
+ });
35147
+ }
35148
+ }
33305
35149
  /**
33306
35150
  * A fetchable DeleteIntegration Mutation
33307
35151
  *
@@ -34109,6 +35953,30 @@
34109
35953
  });
34110
35954
  }
34111
35955
  }
35956
+ /**
35957
+ * A fetchable IssueImportCreateCsvJira Mutation
35958
+ *
35959
+ * @param request - function to call the graphql client
35960
+ */
35961
+ class IssueImportCreateCsvJiraMutation extends Request {
35962
+ constructor(request) {
35963
+ super(request);
35964
+ }
35965
+ /**
35966
+ * Call the IssueImportCreateCsvJira mutation and return a IssueImportPayload
35967
+ *
35968
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
35969
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
35970
+ * @returns parsed response from IssueImportCreateCsvJiraMutation
35971
+ */
35972
+ fetch(csvUrl, variables) {
35973
+ return __awaiter(this, void 0, void 0, function* () {
35974
+ const response = yield this._request(IssueImportCreateCsvJiraDocument, Object.assign({ csvUrl }, variables));
35975
+ const data = response.issueImportCreateCSVJira;
35976
+ return new IssueImportPayload(this._request, data);
35977
+ });
35978
+ }
35979
+ }
34112
35980
  /**
34113
35981
  * A fetchable IssueImportCreateClubhouse Mutation
34114
35982
  *
@@ -34121,14 +35989,14 @@
34121
35989
  /**
34122
35990
  * Call the IssueImportCreateClubhouse mutation and return a IssueImportPayload
34123
35991
  *
34124
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
35992
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
34125
35993
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
34126
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
35994
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
34127
35995
  * @returns parsed response from IssueImportCreateClubhouseMutation
34128
35996
  */
34129
- fetch(clubhouseTeamName, clubhouseToken, variables) {
35997
+ fetch(clubhouseGroupName, clubhouseToken, variables) {
34130
35998
  return __awaiter(this, void 0, void 0, function* () {
34131
- const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseTeamName,
35999
+ const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseGroupName,
34132
36000
  clubhouseToken }, variables));
34133
36001
  const data = response.issueImportCreateClubhouse;
34134
36002
  return new IssueImportPayload(this._request, data);
@@ -36219,6 +38087,31 @@
36219
38087
  });
36220
38088
  }
36221
38089
  }
38090
+ /**
38091
+ * A fetchable UserJiraConnect Mutation
38092
+ *
38093
+ * @param request - function to call the graphql client
38094
+ */
38095
+ class UserJiraConnectMutation extends Request {
38096
+ constructor(request) {
38097
+ super(request);
38098
+ }
38099
+ /**
38100
+ * Call the UserJiraConnect mutation and return a UserPayload
38101
+ *
38102
+ * @param code - required code to pass to userJiraConnect
38103
+ * @returns parsed response from UserJiraConnectMutation
38104
+ */
38105
+ fetch(code) {
38106
+ return __awaiter(this, void 0, void 0, function* () {
38107
+ const response = yield this._request(UserJiraConnectDocument, {
38108
+ code,
38109
+ });
38110
+ const data = response.userJiraConnect;
38111
+ return new UserPayload(this._request, data);
38112
+ });
38113
+ }
38114
+ }
36222
38115
  /**
36223
38116
  * A fetchable UserPromoteAdmin Mutation
36224
38117
  *
@@ -37421,6 +39314,82 @@
37421
39314
  });
37422
39315
  }
37423
39316
  }
39317
+ /**
39318
+ * A fetchable IssueFigmaFileKeySearch Query
39319
+ *
39320
+ * @param request - function to call the graphql client
39321
+ */
39322
+ class IssueFigmaFileKeySearchQuery extends Request {
39323
+ constructor(request) {
39324
+ super(request);
39325
+ }
39326
+ /**
39327
+ * Call the IssueFigmaFileKeySearch query and return a IssueConnection
39328
+ *
39329
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
39330
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
39331
+ * @returns parsed response from IssueFigmaFileKeySearchQuery
39332
+ */
39333
+ fetch(fileKey, variables) {
39334
+ return __awaiter(this, void 0, void 0, function* () {
39335
+ const response = yield this._request(IssueFigmaFileKeySearchDocument, Object.assign({ fileKey }, variables));
39336
+ const data = response.issueFigmaFileKeySearch;
39337
+ return new IssueConnection(this._request, connection => this.fetch(fileKey, defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
39338
+ });
39339
+ }
39340
+ }
39341
+ /**
39342
+ * A fetchable IssueFilterSuggestion Query
39343
+ *
39344
+ * @param request - function to call the graphql client
39345
+ */
39346
+ class IssueFilterSuggestionQuery extends Request {
39347
+ constructor(request) {
39348
+ super(request);
39349
+ }
39350
+ /**
39351
+ * Call the IssueFilterSuggestion query and return a IssueFilterSuggestionPayload
39352
+ *
39353
+ * @param prompt - required prompt to pass to issueFilterSuggestion
39354
+ * @returns parsed response from IssueFilterSuggestionQuery
39355
+ */
39356
+ fetch(prompt) {
39357
+ return __awaiter(this, void 0, void 0, function* () {
39358
+ const response = yield this._request(IssueFilterSuggestionDocument, {
39359
+ prompt,
39360
+ });
39361
+ const data = response.issueFilterSuggestion;
39362
+ return new IssueFilterSuggestionPayload(this._request, data);
39363
+ });
39364
+ }
39365
+ }
39366
+ /**
39367
+ * A fetchable IssueImportCheckCsv Query
39368
+ *
39369
+ * @param request - function to call the graphql client
39370
+ */
39371
+ class IssueImportCheckCsvQuery extends Request {
39372
+ constructor(request) {
39373
+ super(request);
39374
+ }
39375
+ /**
39376
+ * Call the IssueImportCheckCsv query and return a IssueImportCheckPayload
39377
+ *
39378
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
39379
+ * @param service - required service to pass to issueImportCheckCSV
39380
+ * @returns parsed response from IssueImportCheckCsvQuery
39381
+ */
39382
+ fetch(csvUrl, service) {
39383
+ return __awaiter(this, void 0, void 0, function* () {
39384
+ const response = yield this._request(IssueImportCheckCsvDocument, {
39385
+ csvUrl,
39386
+ service,
39387
+ });
39388
+ const data = response.issueImportCheckCSV;
39389
+ return new IssueImportCheckPayload(this._request, data);
39390
+ });
39391
+ }
39392
+ }
37424
39393
  /**
37425
39394
  * A fetchable IssueImportFinishGithubOAuth Query
37426
39395
  *
@@ -37798,31 +39767,6 @@
37798
39767
  });
37799
39768
  }
37800
39769
  }
37801
- /**
37802
- * A fetchable OrganizationInviteDetails Query
37803
- *
37804
- * @param request - function to call the graphql client
37805
- */
37806
- class OrganizationInviteDetailsQuery extends Request {
37807
- constructor(request) {
37808
- super(request);
37809
- }
37810
- /**
37811
- * Call the OrganizationInviteDetails query and return a OrganizationInviteDetailsPayload
37812
- *
37813
- * @param id - required id to pass to organizationInviteDetails
37814
- * @returns parsed response from OrganizationInviteDetailsQuery
37815
- */
37816
- fetch(id) {
37817
- return __awaiter(this, void 0, void 0, function* () {
37818
- const response = yield this._request(OrganizationInviteDetailsDocument, {
37819
- id,
37820
- });
37821
- const data = response.organizationInviteDetails;
37822
- return new OrganizationInviteDetailsPayload(this._request, data);
37823
- });
37824
- }
37825
- }
37826
39770
  /**
37827
39771
  * A fetchable OrganizationInvites Query
37828
39772
  *
@@ -37871,6 +39815,31 @@
37871
39815
  });
37872
39816
  }
37873
39817
  }
39818
+ /**
39819
+ * A fetchable ProjectFilterSuggestion Query
39820
+ *
39821
+ * @param request - function to call the graphql client
39822
+ */
39823
+ class ProjectFilterSuggestionQuery extends Request {
39824
+ constructor(request) {
39825
+ super(request);
39826
+ }
39827
+ /**
39828
+ * Call the ProjectFilterSuggestion query and return a ProjectFilterSuggestionPayload
39829
+ *
39830
+ * @param prompt - required prompt to pass to projectFilterSuggestion
39831
+ * @returns parsed response from ProjectFilterSuggestionQuery
39832
+ */
39833
+ fetch(prompt) {
39834
+ return __awaiter(this, void 0, void 0, function* () {
39835
+ const response = yield this._request(ProjectFilterSuggestionDocument, {
39836
+ prompt,
39837
+ });
39838
+ const data = response.projectFilterSuggestion;
39839
+ return new ProjectFilterSuggestionPayload(this._request, data);
39840
+ });
39841
+ }
39842
+ }
37874
39843
  /**
37875
39844
  * A fetchable ProjectLink Query
37876
39845
  *
@@ -38178,6 +40147,78 @@
38178
40147
  });
38179
40148
  }
38180
40149
  }
40150
+ /**
40151
+ * A fetchable SearchDocuments Query
40152
+ *
40153
+ * @param request - function to call the graphql client
40154
+ */
40155
+ class SearchDocumentsQuery extends Request {
40156
+ constructor(request) {
40157
+ super(request);
40158
+ }
40159
+ /**
40160
+ * Call the SearchDocuments query and return a DocumentSearchPayload
40161
+ *
40162
+ * @param term - required term to pass to searchDocuments
40163
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
40164
+ * @returns parsed response from SearchDocumentsQuery
40165
+ */
40166
+ fetch(term, variables) {
40167
+ return __awaiter(this, void 0, void 0, function* () {
40168
+ const response = yield this._request(SearchDocumentsDocument, Object.assign({ term }, variables));
40169
+ const data = response.searchDocuments;
40170
+ return new DocumentSearchPayload(this._request, data);
40171
+ });
40172
+ }
40173
+ }
40174
+ /**
40175
+ * A fetchable SearchIssues Query
40176
+ *
40177
+ * @param request - function to call the graphql client
40178
+ */
40179
+ class SearchIssuesQuery extends Request {
40180
+ constructor(request) {
40181
+ super(request);
40182
+ }
40183
+ /**
40184
+ * Call the SearchIssues query and return a IssueSearchPayload
40185
+ *
40186
+ * @param term - required term to pass to searchIssues
40187
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
40188
+ * @returns parsed response from SearchIssuesQuery
40189
+ */
40190
+ fetch(term, variables) {
40191
+ return __awaiter(this, void 0, void 0, function* () {
40192
+ const response = yield this._request(SearchIssuesDocument, Object.assign({ term }, variables));
40193
+ const data = response.searchIssues;
40194
+ return new IssueSearchPayload(this._request, data);
40195
+ });
40196
+ }
40197
+ }
40198
+ /**
40199
+ * A fetchable SearchProjects Query
40200
+ *
40201
+ * @param request - function to call the graphql client
40202
+ */
40203
+ class SearchProjectsQuery extends Request {
40204
+ constructor(request) {
40205
+ super(request);
40206
+ }
40207
+ /**
40208
+ * Call the SearchProjects query and return a ProjectSearchPayload
40209
+ *
40210
+ * @param term - required term to pass to searchProjects
40211
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
40212
+ * @returns parsed response from SearchProjectsQuery
40213
+ */
40214
+ fetch(term, variables) {
40215
+ return __awaiter(this, void 0, void 0, function* () {
40216
+ const response = yield this._request(SearchProjectsDocument, Object.assign({ term }, variables));
40217
+ const data = response.searchProjects;
40218
+ return new ProjectSearchPayload(this._request, data);
40219
+ });
40220
+ }
40221
+ }
38181
40222
  /**
38182
40223
  * A fetchable SsoUrlFromEmail Query
38183
40224
  *
@@ -39783,6 +41824,87 @@
39783
41824
  });
39784
41825
  }
39785
41826
  }
41827
+ /**
41828
+ * A fetchable SearchDocuments_ArchivePayload Query
41829
+ *
41830
+ * @param request - function to call the graphql client
41831
+ * @param term - required term to pass to searchDocuments
41832
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
41833
+ */
41834
+ class SearchDocuments_ArchivePayloadQuery extends Request {
41835
+ constructor(request, term, variables) {
41836
+ super(request);
41837
+ this._term = term;
41838
+ this._variables = variables;
41839
+ }
41840
+ /**
41841
+ * Call the SearchDocuments_ArchivePayload query and return a ArchiveResponse
41842
+ *
41843
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
41844
+ * @returns parsed response from SearchDocuments_ArchivePayloadQuery
41845
+ */
41846
+ fetch(variables) {
41847
+ return __awaiter(this, void 0, void 0, function* () {
41848
+ const response = yield this._request(SearchDocuments_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
41849
+ const data = response.searchDocuments.archivePayload;
41850
+ return new ArchiveResponse(this._request, data);
41851
+ });
41852
+ }
41853
+ }
41854
+ /**
41855
+ * A fetchable SearchIssues_ArchivePayload Query
41856
+ *
41857
+ * @param request - function to call the graphql client
41858
+ * @param term - required term to pass to searchIssues
41859
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
41860
+ */
41861
+ class SearchIssues_ArchivePayloadQuery extends Request {
41862
+ constructor(request, term, variables) {
41863
+ super(request);
41864
+ this._term = term;
41865
+ this._variables = variables;
41866
+ }
41867
+ /**
41868
+ * Call the SearchIssues_ArchivePayload query and return a ArchiveResponse
41869
+ *
41870
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
41871
+ * @returns parsed response from SearchIssues_ArchivePayloadQuery
41872
+ */
41873
+ fetch(variables) {
41874
+ return __awaiter(this, void 0, void 0, function* () {
41875
+ const response = yield this._request(SearchIssues_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
41876
+ const data = response.searchIssues.archivePayload;
41877
+ return new ArchiveResponse(this._request, data);
41878
+ });
41879
+ }
41880
+ }
41881
+ /**
41882
+ * A fetchable SearchProjects_ArchivePayload Query
41883
+ *
41884
+ * @param request - function to call the graphql client
41885
+ * @param term - required term to pass to searchProjects
41886
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
41887
+ */
41888
+ class SearchProjects_ArchivePayloadQuery extends Request {
41889
+ constructor(request, term, variables) {
41890
+ super(request);
41891
+ this._term = term;
41892
+ this._variables = variables;
41893
+ }
41894
+ /**
41895
+ * Call the SearchProjects_ArchivePayload query and return a ArchiveResponse
41896
+ *
41897
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
41898
+ * @returns parsed response from SearchProjects_ArchivePayloadQuery
41899
+ */
41900
+ fetch(variables) {
41901
+ return __awaiter(this, void 0, void 0, function* () {
41902
+ const response = yield this._request(SearchProjects_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
41903
+ const data = response.searchProjects.archivePayload;
41904
+ return new ArchiveResponse(this._request, data);
41905
+ });
41906
+ }
41907
+ }
39786
41908
  /**
39787
41909
  * A fetchable Team_Cycles Query
39788
41910
  *
@@ -40649,6 +42771,18 @@
40649
42771
  imageUploadFromUrl(url) {
40650
42772
  return new ImageUploadFromUrlMutation(this._request).fetch(url);
40651
42773
  }
42774
+ /**
42775
+ * XHR request payload to upload a file for import, directly to Linear's cloud storage.
42776
+ *
42777
+ * @param contentType - required contentType to pass to importFileUpload
42778
+ * @param filename - required filename to pass to importFileUpload
42779
+ * @param size - required size to pass to importFileUpload
42780
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
42781
+ * @returns UploadPayload
42782
+ */
42783
+ importFileUpload(contentType, filename, size, variables) {
42784
+ return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
42785
+ }
40652
42786
  /**
40653
42787
  * Deletes an integration.
40654
42788
  *
@@ -40953,16 +43087,26 @@
40953
43087
  issueImportCreateAsana(asanaTeamName, asanaToken, variables) {
40954
43088
  return new IssueImportCreateAsanaMutation(this._request).fetch(asanaTeamName, asanaToken, variables);
40955
43089
  }
43090
+ /**
43091
+ * Kicks off a Jira import job from a CSV.
43092
+ *
43093
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
43094
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
43095
+ * @returns IssueImportPayload
43096
+ */
43097
+ issueImportCreateCSVJira(csvUrl, variables) {
43098
+ return new IssueImportCreateCsvJiraMutation(this._request).fetch(csvUrl, variables);
43099
+ }
40956
43100
  /**
40957
43101
  * Kicks off a Shortcut (formerly Clubhouse) import job.
40958
43102
  *
40959
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
43103
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
40960
43104
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
40961
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
43105
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
40962
43106
  * @returns IssueImportPayload
40963
43107
  */
40964
- issueImportCreateClubhouse(clubhouseTeamName, clubhouseToken, variables) {
40965
- return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseTeamName, clubhouseToken, variables);
43108
+ issueImportCreateClubhouse(clubhouseGroupName, clubhouseToken, variables) {
43109
+ return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseGroupName, clubhouseToken, variables);
40966
43110
  }
40967
43111
  /**
40968
43112
  * Kicks off a GitHub import job.
@@ -41727,6 +43871,15 @@
41727
43871
  userGoogleCalendarConnect(code) {
41728
43872
  return new UserGoogleCalendarConnectMutation(this._request).fetch(code);
41729
43873
  }
43874
+ /**
43875
+ * Connects the Jira user to this Linear account via OAuth2.
43876
+ *
43877
+ * @param code - required code to pass to userJiraConnect
43878
+ * @returns UserPayload
43879
+ */
43880
+ userJiraConnect(code) {
43881
+ return new UserJiraConnectMutation(this._request).fetch(code);
43882
+ }
41730
43883
  /**
41731
43884
  * Makes user an admin. Can only be called by an admin.
41732
43885
  *
@@ -42178,6 +44331,35 @@
42178
44331
  issue(id) {
42179
44332
  return new IssueQuery(this._request).fetch(id);
42180
44333
  }
44334
+ /**
44335
+ * Find issues that are related to a given Figma file key.
44336
+ *
44337
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
44338
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
44339
+ * @returns IssueConnection
44340
+ */
44341
+ issueFigmaFileKeySearch(fileKey, variables) {
44342
+ return new IssueFigmaFileKeySearchQuery(this._request).fetch(fileKey, variables);
44343
+ }
44344
+ /**
44345
+ * Suggests filters for an issue view based on a text prompt.
44346
+ *
44347
+ * @param prompt - required prompt to pass to issueFilterSuggestion
44348
+ * @returns IssueFilterSuggestionPayload
44349
+ */
44350
+ issueFilterSuggestion(prompt) {
44351
+ return new IssueFilterSuggestionQuery(this._request).fetch(prompt);
44352
+ }
44353
+ /**
44354
+ * Checks a CSV file validity against a specific import service.
44355
+ *
44356
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
44357
+ * @param service - required service to pass to issueImportCheckCSV
44358
+ * @returns IssueImportCheckPayload
44359
+ */
44360
+ issueImportCheckCSV(csvUrl, service) {
44361
+ return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
44362
+ }
42181
44363
  /**
42182
44364
  * Fetches the GitHub token, completing the OAuth flow.
42183
44365
  *
@@ -42311,15 +44493,6 @@
42311
44493
  organizationInvite(id) {
42312
44494
  return new OrganizationInviteQuery(this._request).fetch(id);
42313
44495
  }
42314
- /**
42315
- * One specific organization invite.
42316
- *
42317
- * @param id - required id to pass to organizationInviteDetails
42318
- * @returns OrganizationInviteDetailsPayload
42319
- */
42320
- organizationInviteDetails(id) {
42321
- return new OrganizationInviteDetailsQuery(this._request).fetch(id);
42322
- }
42323
44496
  /**
42324
44497
  * All invites for the organization.
42325
44498
  *
@@ -42338,6 +44511,15 @@
42338
44511
  project(id) {
42339
44512
  return new ProjectQuery(this._request).fetch(id);
42340
44513
  }
44514
+ /**
44515
+ * Suggests filters for a project view based on a text prompt.
44516
+ *
44517
+ * @param prompt - required prompt to pass to projectFilterSuggestion
44518
+ * @returns ProjectFilterSuggestionPayload
44519
+ */
44520
+ projectFilterSuggestion(prompt) {
44521
+ return new ProjectFilterSuggestionQuery(this._request).fetch(prompt);
44522
+ }
42341
44523
  /**
42342
44524
  * One specific project link.
42343
44525
  *
@@ -42453,6 +44635,36 @@
42453
44635
  roadmaps(variables) {
42454
44636
  return new RoadmapsQuery(this._request).fetch(variables);
42455
44637
  }
44638
+ /**
44639
+ * Search documents.
44640
+ *
44641
+ * @param term - required term to pass to searchDocuments
44642
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
44643
+ * @returns DocumentSearchPayload
44644
+ */
44645
+ searchDocuments(term, variables) {
44646
+ return new SearchDocumentsQuery(this._request).fetch(term, variables);
44647
+ }
44648
+ /**
44649
+ * Search issues.
44650
+ *
44651
+ * @param term - required term to pass to searchIssues
44652
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
44653
+ * @returns IssueSearchPayload
44654
+ */
44655
+ searchIssues(term, variables) {
44656
+ return new SearchIssuesQuery(this._request).fetch(term, variables);
44657
+ }
44658
+ /**
44659
+ * Search projects.
44660
+ *
44661
+ * @param term - required term to pass to searchProjects
44662
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
44663
+ * @returns ProjectSearchPayload
44664
+ */
44665
+ searchProjects(term, variables) {
44666
+ return new SearchProjectsQuery(this._request).fetch(term, variables);
44667
+ }
42456
44668
  /**
42457
44669
  * Fetch SSO login URL for the email provided.
42458
44670
  *
@@ -42685,6 +44897,7 @@
42685
44897
  exports.ArchiveNotificationMutation = ArchiveNotificationMutation;
42686
44898
  exports.ArchivePayload = ArchivePayload;
42687
44899
  exports.ArchiveProjectMutation = ArchiveProjectMutation;
44900
+ exports.ArchiveResponse = ArchiveResponse;
42688
44901
  exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
42689
44902
  exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
42690
44903
  exports.Attachment = Attachment;
@@ -42811,8 +45024,12 @@
42811
45024
  exports.DeleteWebhookMutation = DeleteWebhookMutation;
42812
45025
  exports.Document = Document;
42813
45026
  exports.DocumentConnection = DocumentConnection;
45027
+ exports.DocumentContent = DocumentContent;
42814
45028
  exports.DocumentPayload = DocumentPayload;
42815
45029
  exports.DocumentQuery = DocumentQuery;
45030
+ exports.DocumentSearchPayload = DocumentSearchPayload;
45031
+ exports.DocumentSearchResult = DocumentSearchResult;
45032
+ exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
42816
45033
  exports.DocumentsQuery = DocumentsQuery;
42817
45034
  exports.EmailTokenUserAccountAuthMutation = EmailTokenUserAccountAuthMutation;
42818
45035
  exports.EmailUnsubscribeMutation = EmailUnsubscribeMutation;
@@ -42852,6 +45069,7 @@
42852
45069
  exports.GraphqlLinearError = GraphqlLinearError;
42853
45070
  exports.ImageUploadFromUrlMutation = ImageUploadFromUrlMutation;
42854
45071
  exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
45072
+ exports.ImportFileUploadMutation = ImportFileUploadMutation;
42855
45073
  exports.Integration = Integration;
42856
45074
  exports.IntegrationConnection = IntegrationConnection;
42857
45075
  exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
@@ -42892,11 +45110,17 @@
42892
45110
  exports.Issue = Issue;
42893
45111
  exports.IssueBatchPayload = IssueBatchPayload;
42894
45112
  exports.IssueConnection = IssueConnection;
45113
+ exports.IssueFigmaFileKeySearchQuery = IssueFigmaFileKeySearchQuery;
45114
+ exports.IssueFilterSuggestionPayload = IssueFilterSuggestionPayload;
45115
+ exports.IssueFilterSuggestionQuery = IssueFilterSuggestionQuery;
42895
45116
  exports.IssueHistory = IssueHistory;
42896
45117
  exports.IssueHistoryConnection = IssueHistoryConnection;
42897
45118
  exports.IssueImport = IssueImport;
45119
+ exports.IssueImportCheckCsvQuery = IssueImportCheckCsvQuery;
45120
+ exports.IssueImportCheckPayload = IssueImportCheckPayload;
42898
45121
  exports.IssueImportCreateAsanaMutation = IssueImportCreateAsanaMutation;
42899
45122
  exports.IssueImportCreateClubhouseMutation = IssueImportCreateClubhouseMutation;
45123
+ exports.IssueImportCreateCsvJiraMutation = IssueImportCreateCsvJiraMutation;
42900
45124
  exports.IssueImportCreateGithubMutation = IssueImportCreateGithubMutation;
42901
45125
  exports.IssueImportCreateJiraMutation = IssueImportCreateJiraMutation;
42902
45126
  exports.IssueImportDeletePayload = IssueImportDeletePayload;
@@ -42922,6 +45146,9 @@
42922
45146
  exports.IssueRelationQuery = IssueRelationQuery;
42923
45147
  exports.IssueRelationsQuery = IssueRelationsQuery;
42924
45148
  exports.IssueReminderMutation = IssueReminderMutation;
45149
+ exports.IssueSearchPayload = IssueSearchPayload;
45150
+ exports.IssueSearchResult = IssueSearchResult;
45151
+ exports.IssueSearchResultConnection = IssueSearchResultConnection;
42925
45152
  exports.IssueVcsBranchSearchQuery = IssueVcsBranchSearchQuery;
42926
45153
  exports.IssueVcsBranchSearch_AttachmentsQuery = IssueVcsBranchSearch_AttachmentsQuery;
42927
45154
  exports.IssueVcsBranchSearch_ChildrenQuery = IssueVcsBranchSearch_ChildrenQuery;
@@ -42984,8 +45211,7 @@
42984
45211
  exports.OrganizationExistsQuery = OrganizationExistsQuery;
42985
45212
  exports.OrganizationInvite = OrganizationInvite;
42986
45213
  exports.OrganizationInviteConnection = OrganizationInviteConnection;
42987
- exports.OrganizationInviteDetailsPayload = OrganizationInviteDetailsPayload;
42988
- exports.OrganizationInviteDetailsQuery = OrganizationInviteDetailsQuery;
45214
+ exports.OrganizationInviteFullDetailsPayload = OrganizationInviteFullDetailsPayload;
42989
45215
  exports.OrganizationInvitePayload = OrganizationInvitePayload;
42990
45216
  exports.OrganizationInviteQuery = OrganizationInviteQuery;
42991
45217
  exports.OrganizationInvitesQuery = OrganizationInvitesQuery;
@@ -43002,9 +45228,10 @@
43002
45228
  exports.OtherLinearError = OtherLinearError;
43003
45229
  exports.PageInfo = PageInfo;
43004
45230
  exports.PaidSubscription = PaidSubscription;
43005
- exports.PersonalNote = PersonalNote;
43006
45231
  exports.Project = Project;
43007
45232
  exports.ProjectConnection = ProjectConnection;
45233
+ exports.ProjectFilterSuggestionPayload = ProjectFilterSuggestionPayload;
45234
+ exports.ProjectFilterSuggestionQuery = ProjectFilterSuggestionQuery;
43008
45235
  exports.ProjectLink = ProjectLink;
43009
45236
  exports.ProjectLinkConnection = ProjectLinkConnection;
43010
45237
  exports.ProjectLinkPayload = ProjectLinkPayload;
@@ -43019,6 +45246,9 @@
43019
45246
  exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
43020
45247
  exports.ProjectPayload = ProjectPayload;
43021
45248
  exports.ProjectQuery = ProjectQuery;
45249
+ exports.ProjectSearchPayload = ProjectSearchPayload;
45250
+ exports.ProjectSearchResult = ProjectSearchResult;
45251
+ exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
43022
45252
  exports.ProjectUpdate = ProjectUpdate;
43023
45253
  exports.ProjectUpdateConnection = ProjectUpdateConnection;
43024
45254
  exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
@@ -43068,6 +45298,12 @@
43068
45298
  exports.SamlConfiguration = SamlConfiguration;
43069
45299
  exports.SamlConfigurationPayload = SamlConfigurationPayload;
43070
45300
  exports.SamlTokenUserAccountAuthMutation = SamlTokenUserAccountAuthMutation;
45301
+ exports.SearchDocumentsQuery = SearchDocumentsQuery;
45302
+ exports.SearchDocuments_ArchivePayloadQuery = SearchDocuments_ArchivePayloadQuery;
45303
+ exports.SearchIssuesQuery = SearchIssuesQuery;
45304
+ exports.SearchIssues_ArchivePayloadQuery = SearchIssues_ArchivePayloadQuery;
45305
+ exports.SearchProjectsQuery = SearchProjectsQuery;
45306
+ exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
43071
45307
  exports.SentrySettings = SentrySettings;
43072
45308
  exports.SlackPostSettings = SlackPostSettings;
43073
45309
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;
@@ -43152,6 +45388,7 @@
43152
45388
  exports.UserExternalUserDisconnectMutation = UserExternalUserDisconnectMutation;
43153
45389
  exports.UserGitHubConnectMutation = UserGitHubConnectMutation;
43154
45390
  exports.UserGoogleCalendarConnectMutation = UserGoogleCalendarConnectMutation;
45391
+ exports.UserJiraConnectMutation = UserJiraConnectMutation;
43155
45392
  exports.UserLinearError = UserLinearError;
43156
45393
  exports.UserPayload = UserPayload;
43157
45394
  exports.UserPromoteAdminMutation = UserPromoteAdminMutation;