@linear/sdk 3.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-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":"4.0.0"};
13
13
  try {
14
14
  if (process) {
15
15
  process.env = Object.assign({}, process.env);
@@ -1534,6 +1534,7 @@
1534
1534
  ViewType["ProjectsAll"] = "projectsAll";
1535
1535
  ViewType["ProjectsBacklog"] = "projectsBacklog";
1536
1536
  ViewType["ProjectsClosed"] = "projectsClosed";
1537
+ ViewType["QuickView"] = "quickView";
1537
1538
  ViewType["Roadmap"] = "roadmap";
1538
1539
  ViewType["RoadmapAll"] = "roadmapAll";
1539
1540
  ViewType["RoadmapBacklog"] = "roadmapBacklog";
@@ -1583,30 +1584,31 @@
1583
1584
  },
1584
1585
  ],
1585
1586
  };
1586
- const PersonalNoteFragmentDoc = {
1587
+ const DocumentContentFragmentDoc = {
1587
1588
  kind: "Document",
1588
1589
  definitions: [
1589
1590
  {
1590
1591
  kind: "FragmentDefinition",
1591
- name: { kind: "Name", value: "PersonalNote" },
1592
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PersonalNote" } },
1592
+ name: { kind: "Name", value: "DocumentContent" },
1593
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentContent" } },
1593
1594
  selectionSet: {
1594
1595
  kind: "SelectionSet",
1595
1596
  selections: [
1596
1597
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
1597
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
1598
1598
  { 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" } },
1599
+ { kind: "Field", name: { kind: "Name", value: "content" } },
1602
1600
  {
1603
1601
  kind: "Field",
1604
- name: { kind: "Name", value: "user" },
1602
+ name: { kind: "Name", value: "issue" },
1605
1603
  selectionSet: {
1606
1604
  kind: "SelectionSet",
1607
1605
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
1608
1606
  },
1609
1607
  },
1608
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
1609
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
1610
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
1611
+ { kind: "Field", name: { kind: "Name", value: "id" } },
1610
1612
  ],
1611
1613
  },
1612
1614
  },
@@ -3023,6 +3025,14 @@
3023
3025
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3024
3026
  },
3025
3027
  },
3028
+ {
3029
+ kind: "Field",
3030
+ name: { kind: "Name", value: "owner" },
3031
+ selectionSet: {
3032
+ kind: "SelectionSet",
3033
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3034
+ },
3035
+ },
3026
3036
  { kind: "Field", name: { kind: "Name", value: "shared" } },
3027
3037
  ],
3028
3038
  },
@@ -3100,9 +3110,9 @@
3100
3110
  kind: "SelectionSet",
3101
3111
  selections: [
3102
3112
  { 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" } },
3113
+ { kind: "Field", name: { kind: "Name", value: "description" } },
3114
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
3115
+ { kind: "Field", name: { kind: "Name", value: "name" } },
3106
3116
  ],
3107
3117
  },
3108
3118
  },
@@ -3319,6 +3329,155 @@
3319
3329
  },
3320
3330
  ],
3321
3331
  };
3332
+ const ArchiveResponseFragmentDoc = {
3333
+ kind: "Document",
3334
+ definitions: [
3335
+ {
3336
+ kind: "FragmentDefinition",
3337
+ name: { kind: "Name", value: "ArchiveResponse" },
3338
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ArchiveResponse" } },
3339
+ selectionSet: {
3340
+ kind: "SelectionSet",
3341
+ selections: [
3342
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3343
+ { kind: "Field", name: { kind: "Name", value: "archive" } },
3344
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
3345
+ { kind: "Field", name: { kind: "Name", value: "databaseVersion" } },
3346
+ { kind: "Field", name: { kind: "Name", value: "includesDependencies" } },
3347
+ ],
3348
+ },
3349
+ },
3350
+ ],
3351
+ };
3352
+ const DocumentSearchResultFragmentDoc = {
3353
+ kind: "Document",
3354
+ definitions: [
3355
+ {
3356
+ kind: "FragmentDefinition",
3357
+ name: { kind: "Name", value: "DocumentSearchResult" },
3358
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResult" } },
3359
+ selectionSet: {
3360
+ kind: "SelectionSet",
3361
+ selections: [
3362
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3363
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
3364
+ { kind: "Field", name: { kind: "Name", value: "color" } },
3365
+ { kind: "Field", name: { kind: "Name", value: "contentData" } },
3366
+ { kind: "Field", name: { kind: "Name", value: "content" } },
3367
+ { kind: "Field", name: { kind: "Name", value: "title" } },
3368
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
3369
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
3370
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
3371
+ {
3372
+ kind: "Field",
3373
+ name: { kind: "Name", value: "project" },
3374
+ selectionSet: {
3375
+ kind: "SelectionSet",
3376
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3377
+ },
3378
+ },
3379
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
3380
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
3381
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3382
+ {
3383
+ kind: "Field",
3384
+ name: { kind: "Name", value: "creator" },
3385
+ selectionSet: {
3386
+ kind: "SelectionSet",
3387
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3388
+ },
3389
+ },
3390
+ {
3391
+ kind: "Field",
3392
+ name: { kind: "Name", value: "updatedBy" },
3393
+ selectionSet: {
3394
+ kind: "SelectionSet",
3395
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
3396
+ },
3397
+ },
3398
+ ],
3399
+ },
3400
+ },
3401
+ ],
3402
+ };
3403
+ const DocumentSearchPayloadFragmentDoc = {
3404
+ kind: "Document",
3405
+ definitions: [
3406
+ {
3407
+ kind: "FragmentDefinition",
3408
+ name: { kind: "Name", value: "DocumentSearchPayload" },
3409
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchPayload" } },
3410
+ selectionSet: {
3411
+ kind: "SelectionSet",
3412
+ selections: [
3413
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3414
+ {
3415
+ kind: "Field",
3416
+ name: { kind: "Name", value: "archivePayload" },
3417
+ selectionSet: {
3418
+ kind: "SelectionSet",
3419
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
3420
+ },
3421
+ },
3422
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
3423
+ {
3424
+ kind: "Field",
3425
+ name: { kind: "Name", value: "nodes" },
3426
+ selectionSet: {
3427
+ kind: "SelectionSet",
3428
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
3429
+ },
3430
+ },
3431
+ {
3432
+ kind: "Field",
3433
+ name: { kind: "Name", value: "pageInfo" },
3434
+ selectionSet: {
3435
+ kind: "SelectionSet",
3436
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
3437
+ },
3438
+ },
3439
+ ],
3440
+ },
3441
+ },
3442
+ ...ArchiveResponseFragmentDoc.definitions,
3443
+ ...DocumentSearchResultFragmentDoc.definitions,
3444
+ ...PageInfoFragmentDoc.definitions,
3445
+ ],
3446
+ };
3447
+ const DocumentSearchResultConnectionFragmentDoc = {
3448
+ kind: "Document",
3449
+ definitions: [
3450
+ {
3451
+ kind: "FragmentDefinition",
3452
+ name: { kind: "Name", value: "DocumentSearchResultConnection" },
3453
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "DocumentSearchResultConnection" } },
3454
+ selectionSet: {
3455
+ kind: "SelectionSet",
3456
+ selections: [
3457
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3458
+ {
3459
+ kind: "Field",
3460
+ name: { kind: "Name", value: "nodes" },
3461
+ selectionSet: {
3462
+ kind: "SelectionSet",
3463
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchResult" } }],
3464
+ },
3465
+ },
3466
+ {
3467
+ kind: "Field",
3468
+ name: { kind: "Name", value: "pageInfo" },
3469
+ selectionSet: {
3470
+ kind: "SelectionSet",
3471
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
3472
+ },
3473
+ },
3474
+ ],
3475
+ },
3476
+ },
3477
+ ...DocumentSearchResultFragmentDoc.definitions,
3478
+ ...PageInfoFragmentDoc.definitions,
3479
+ ],
3480
+ };
3322
3481
  const EmailUnsubscribePayloadFragmentDoc = {
3323
3482
  kind: "Document",
3324
3483
  definitions: [
@@ -4163,6 +4322,14 @@
4163
4322
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4164
4323
  },
4165
4324
  },
4325
+ {
4326
+ kind: "Field",
4327
+ name: { kind: "Name", value: "favorite" },
4328
+ selectionSet: {
4329
+ kind: "SelectionSet",
4330
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
4331
+ },
4332
+ },
4166
4333
  {
4167
4334
  kind: "Field",
4168
4335
  name: { kind: "Name", value: "state" },
@@ -4237,6 +4404,23 @@
4237
4404
  ...PageInfoFragmentDoc.definitions,
4238
4405
  ],
4239
4406
  };
4407
+ const IssueFilterSuggestionPayloadFragmentDoc = {
4408
+ kind: "Document",
4409
+ definitions: [
4410
+ {
4411
+ kind: "FragmentDefinition",
4412
+ name: { kind: "Name", value: "IssueFilterSuggestionPayload" },
4413
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } },
4414
+ selectionSet: {
4415
+ kind: "SelectionSet",
4416
+ selections: [
4417
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4418
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
4419
+ ],
4420
+ },
4421
+ },
4422
+ ],
4423
+ };
4240
4424
  const IssueRelationHistoryPayloadFragmentDoc = {
4241
4425
  kind: "Document",
4242
4426
  definitions: [
@@ -4267,6 +4451,8 @@
4267
4451
  selections: [
4268
4452
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
4269
4453
  { kind: "Field", name: { kind: "Name", value: "progress" } },
4454
+ { kind: "Field", name: { kind: "Name", value: "errorMetadata" } },
4455
+ { kind: "Field", name: { kind: "Name", value: "csvFileUrl" } },
4270
4456
  { kind: "Field", name: { kind: "Name", value: "teamName" } },
4271
4457
  { kind: "Field", name: { kind: "Name", value: "mapping" } },
4272
4458
  { kind: "Field", name: { kind: "Name", value: "creatorId" } },
@@ -4512,6 +4698,23 @@
4512
4698
  ...PageInfoFragmentDoc.definitions,
4513
4699
  ],
4514
4700
  };
4701
+ const IssueImportCheckPayloadFragmentDoc = {
4702
+ kind: "Document",
4703
+ definitions: [
4704
+ {
4705
+ kind: "FragmentDefinition",
4706
+ name: { kind: "Name", value: "IssueImportCheckPayload" },
4707
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueImportCheckPayload" } },
4708
+ selectionSet: {
4709
+ kind: "SelectionSet",
4710
+ selections: [
4711
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
4712
+ { kind: "Field", name: { kind: "Name", value: "success" } },
4713
+ ],
4714
+ },
4715
+ },
4716
+ ],
4717
+ };
4515
4718
  const IssueImportDeletePayloadFragmentDoc = {
4516
4719
  kind: "Document",
4517
4720
  definitions: [
@@ -4814,6 +5017,209 @@
4814
5017
  },
4815
5018
  ],
4816
5019
  };
5020
+ const IssueSearchResultFragmentDoc = {
5021
+ kind: "Document",
5022
+ definitions: [
5023
+ {
5024
+ kind: "FragmentDefinition",
5025
+ name: { kind: "Name", value: "IssueSearchResult" },
5026
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResult" } },
5027
+ selectionSet: {
5028
+ kind: "SelectionSet",
5029
+ selections: [
5030
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5031
+ { kind: "Field", name: { kind: "Name", value: "trashed" } },
5032
+ { kind: "Field", name: { kind: "Name", value: "url" } },
5033
+ { kind: "Field", name: { kind: "Name", value: "identifier" } },
5034
+ { kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
5035
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
5036
+ { kind: "Field", name: { kind: "Name", value: "previousIdentifiers" } },
5037
+ { kind: "Field", name: { kind: "Name", value: "customerTicketCount" } },
5038
+ { kind: "Field", name: { kind: "Name", value: "branchName" } },
5039
+ {
5040
+ kind: "Field",
5041
+ name: { kind: "Name", value: "cycle" },
5042
+ selectionSet: {
5043
+ kind: "SelectionSet",
5044
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5045
+ },
5046
+ },
5047
+ { kind: "Field", name: { kind: "Name", value: "dueDate" } },
5048
+ { kind: "Field", name: { kind: "Name", value: "estimate" } },
5049
+ { kind: "Field", name: { kind: "Name", value: "description" } },
5050
+ { kind: "Field", name: { kind: "Name", value: "title" } },
5051
+ { kind: "Field", name: { kind: "Name", value: "number" } },
5052
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
5053
+ { kind: "Field", name: { kind: "Name", value: "boardOrder" } },
5054
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
5055
+ { kind: "Field", name: { kind: "Name", value: "subIssueSortOrder" } },
5056
+ {
5057
+ kind: "Field",
5058
+ name: { kind: "Name", value: "parent" },
5059
+ selectionSet: {
5060
+ kind: "SelectionSet",
5061
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5062
+ },
5063
+ },
5064
+ { kind: "Field", name: { kind: "Name", value: "priority" } },
5065
+ {
5066
+ kind: "Field",
5067
+ name: { kind: "Name", value: "project" },
5068
+ selectionSet: {
5069
+ kind: "SelectionSet",
5070
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5071
+ },
5072
+ },
5073
+ {
5074
+ kind: "Field",
5075
+ name: { kind: "Name", value: "projectMilestone" },
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: "team" },
5084
+ selectionSet: {
5085
+ kind: "SelectionSet",
5086
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5087
+ },
5088
+ },
5089
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
5090
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
5091
+ { kind: "Field", name: { kind: "Name", value: "startedTriageAt" } },
5092
+ { kind: "Field", name: { kind: "Name", value: "triagedAt" } },
5093
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
5094
+ { kind: "Field", name: { kind: "Name", value: "autoClosedAt" } },
5095
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
5096
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
5097
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
5098
+ { kind: "Field", name: { kind: "Name", value: "snoozedUntilAt" } },
5099
+ { kind: "Field", name: { kind: "Name", value: "id" } },
5100
+ {
5101
+ kind: "Field",
5102
+ name: { kind: "Name", value: "assignee" },
5103
+ selectionSet: {
5104
+ kind: "SelectionSet",
5105
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5106
+ },
5107
+ },
5108
+ {
5109
+ kind: "Field",
5110
+ name: { kind: "Name", value: "creator" },
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: "snoozedBy" },
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: "favorite" },
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: "state" },
5135
+ selectionSet: {
5136
+ kind: "SelectionSet",
5137
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
5138
+ },
5139
+ },
5140
+ ],
5141
+ },
5142
+ },
5143
+ ],
5144
+ };
5145
+ const IssueSearchPayloadFragmentDoc = {
5146
+ kind: "Document",
5147
+ definitions: [
5148
+ {
5149
+ kind: "FragmentDefinition",
5150
+ name: { kind: "Name", value: "IssueSearchPayload" },
5151
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchPayload" } },
5152
+ selectionSet: {
5153
+ kind: "SelectionSet",
5154
+ selections: [
5155
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5156
+ {
5157
+ kind: "Field",
5158
+ name: { kind: "Name", value: "archivePayload" },
5159
+ selectionSet: {
5160
+ kind: "SelectionSet",
5161
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
5162
+ },
5163
+ },
5164
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
5165
+ {
5166
+ kind: "Field",
5167
+ name: { kind: "Name", value: "nodes" },
5168
+ selectionSet: {
5169
+ kind: "SelectionSet",
5170
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
5171
+ },
5172
+ },
5173
+ {
5174
+ kind: "Field",
5175
+ name: { kind: "Name", value: "pageInfo" },
5176
+ selectionSet: {
5177
+ kind: "SelectionSet",
5178
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
5179
+ },
5180
+ },
5181
+ ],
5182
+ },
5183
+ },
5184
+ ...ArchiveResponseFragmentDoc.definitions,
5185
+ ...IssueSearchResultFragmentDoc.definitions,
5186
+ ...PageInfoFragmentDoc.definitions,
5187
+ ],
5188
+ };
5189
+ const IssueSearchResultConnectionFragmentDoc = {
5190
+ kind: "Document",
5191
+ definitions: [
5192
+ {
5193
+ kind: "FragmentDefinition",
5194
+ name: { kind: "Name", value: "IssueSearchResultConnection" },
5195
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IssueSearchResultConnection" } },
5196
+ selectionSet: {
5197
+ kind: "SelectionSet",
5198
+ selections: [
5199
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
5200
+ {
5201
+ kind: "Field",
5202
+ name: { kind: "Name", value: "nodes" },
5203
+ selectionSet: {
5204
+ kind: "SelectionSet",
5205
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchResult" } }],
5206
+ },
5207
+ },
5208
+ {
5209
+ kind: "Field",
5210
+ name: { kind: "Name", value: "pageInfo" },
5211
+ selectionSet: {
5212
+ kind: "SelectionSet",
5213
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
5214
+ },
5215
+ },
5216
+ ],
5217
+ },
5218
+ },
5219
+ ...IssueSearchResultFragmentDoc.definitions,
5220
+ ...PageInfoFragmentDoc.definitions,
5221
+ ],
5222
+ };
4817
5223
  const LogoutResponseFragmentDoc = {
4818
5224
  kind: "Document",
4819
5225
  definitions: [
@@ -5679,6 +6085,23 @@
5679
6085
  ...PageInfoFragmentDoc.definitions,
5680
6086
  ],
5681
6087
  };
6088
+ const ProjectFilterSuggestionPayloadFragmentDoc = {
6089
+ kind: "Document",
6090
+ definitions: [
6091
+ {
6092
+ kind: "FragmentDefinition",
6093
+ name: { kind: "Name", value: "ProjectFilterSuggestionPayload" },
6094
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } },
6095
+ selectionSet: {
6096
+ kind: "SelectionSet",
6097
+ selections: [
6098
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6099
+ { kind: "Field", name: { kind: "Name", value: "filter" } },
6100
+ ],
6101
+ },
6102
+ },
6103
+ ],
6104
+ };
5682
6105
  const ProjectLinkFragmentDoc = {
5683
6106
  kind: "Document",
5684
6107
  definitions: [
@@ -5895,6 +6318,161 @@
5895
6318
  },
5896
6319
  ],
5897
6320
  };
6321
+ const ProjectSearchResultFragmentDoc = {
6322
+ kind: "Document",
6323
+ definitions: [
6324
+ {
6325
+ kind: "FragmentDefinition",
6326
+ name: { kind: "Name", value: "ProjectSearchResult" },
6327
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResult" } },
6328
+ selectionSet: {
6329
+ kind: "SelectionSet",
6330
+ selections: [
6331
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6332
+ { kind: "Field", name: { kind: "Name", value: "metadata" } },
6333
+ { kind: "Field", name: { kind: "Name", value: "url" } },
6334
+ {
6335
+ kind: "Field",
6336
+ name: { kind: "Name", value: "integrationsSettings" },
6337
+ selectionSet: {
6338
+ kind: "SelectionSet",
6339
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6340
+ },
6341
+ },
6342
+ { kind: "Field", name: { kind: "Name", value: "targetDate" } },
6343
+ { kind: "Field", name: { kind: "Name", value: "icon" } },
6344
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
6345
+ { kind: "Field", name: { kind: "Name", value: "completedScopeHistory" } },
6346
+ { kind: "Field", name: { kind: "Name", value: "completedIssueCountHistory" } },
6347
+ { kind: "Field", name: { kind: "Name", value: "inProgressScopeHistory" } },
6348
+ { kind: "Field", name: { kind: "Name", value: "progress" } },
6349
+ { kind: "Field", name: { kind: "Name", value: "scope" } },
6350
+ {
6351
+ kind: "Field",
6352
+ name: { kind: "Name", value: "lead" },
6353
+ selectionSet: {
6354
+ kind: "SelectionSet",
6355
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6356
+ },
6357
+ },
6358
+ {
6359
+ kind: "Field",
6360
+ name: { kind: "Name", value: "convertedFromIssue" },
6361
+ selectionSet: {
6362
+ kind: "SelectionSet",
6363
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6364
+ },
6365
+ },
6366
+ { kind: "Field", name: { kind: "Name", value: "color" } },
6367
+ { kind: "Field", name: { kind: "Name", value: "description" } },
6368
+ { kind: "Field", name: { kind: "Name", value: "name" } },
6369
+ { kind: "Field", name: { kind: "Name", value: "slugId" } },
6370
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
6371
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
6372
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
6373
+ { kind: "Field", name: { kind: "Name", value: "autoArchivedAt" } },
6374
+ { kind: "Field", name: { kind: "Name", value: "canceledAt" } },
6375
+ { kind: "Field", name: { kind: "Name", value: "completedAt" } },
6376
+ { kind: "Field", name: { kind: "Name", value: "startedAt" } },
6377
+ { kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersPausedUntilAt" } },
6378
+ { kind: "Field", name: { kind: "Name", value: "scopeHistory" } },
6379
+ { kind: "Field", name: { kind: "Name", value: "issueCountHistory" } },
6380
+ { kind: "Field", name: { kind: "Name", value: "state" } },
6381
+ { kind: "Field", name: { kind: "Name", value: "id" } },
6382
+ {
6383
+ kind: "Field",
6384
+ name: { kind: "Name", value: "creator" },
6385
+ selectionSet: {
6386
+ kind: "SelectionSet",
6387
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
6388
+ },
6389
+ },
6390
+ { kind: "Field", name: { kind: "Name", value: "slackIssueComments" } },
6391
+ { kind: "Field", name: { kind: "Name", value: "slackNewIssue" } },
6392
+ { kind: "Field", name: { kind: "Name", value: "slackIssueStatuses" } },
6393
+ ],
6394
+ },
6395
+ },
6396
+ ],
6397
+ };
6398
+ const ProjectSearchPayloadFragmentDoc = {
6399
+ kind: "Document",
6400
+ definitions: [
6401
+ {
6402
+ kind: "FragmentDefinition",
6403
+ name: { kind: "Name", value: "ProjectSearchPayload" },
6404
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchPayload" } },
6405
+ selectionSet: {
6406
+ kind: "SelectionSet",
6407
+ selections: [
6408
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6409
+ {
6410
+ kind: "Field",
6411
+ name: { kind: "Name", value: "archivePayload" },
6412
+ selectionSet: {
6413
+ kind: "SelectionSet",
6414
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
6415
+ },
6416
+ },
6417
+ { kind: "Field", name: { kind: "Name", value: "totalCount" } },
6418
+ {
6419
+ kind: "Field",
6420
+ name: { kind: "Name", value: "nodes" },
6421
+ selectionSet: {
6422
+ kind: "SelectionSet",
6423
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
6424
+ },
6425
+ },
6426
+ {
6427
+ kind: "Field",
6428
+ name: { kind: "Name", value: "pageInfo" },
6429
+ selectionSet: {
6430
+ kind: "SelectionSet",
6431
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
6432
+ },
6433
+ },
6434
+ ],
6435
+ },
6436
+ },
6437
+ ...ArchiveResponseFragmentDoc.definitions,
6438
+ ...ProjectSearchResultFragmentDoc.definitions,
6439
+ ...PageInfoFragmentDoc.definitions,
6440
+ ],
6441
+ };
6442
+ const ProjectSearchResultConnectionFragmentDoc = {
6443
+ kind: "Document",
6444
+ definitions: [
6445
+ {
6446
+ kind: "FragmentDefinition",
6447
+ name: { kind: "Name", value: "ProjectSearchResultConnection" },
6448
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "ProjectSearchResultConnection" } },
6449
+ selectionSet: {
6450
+ kind: "SelectionSet",
6451
+ selections: [
6452
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
6453
+ {
6454
+ kind: "Field",
6455
+ name: { kind: "Name", value: "nodes" },
6456
+ selectionSet: {
6457
+ kind: "SelectionSet",
6458
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchResult" } }],
6459
+ },
6460
+ },
6461
+ {
6462
+ kind: "Field",
6463
+ name: { kind: "Name", value: "pageInfo" },
6464
+ selectionSet: {
6465
+ kind: "SelectionSet",
6466
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
6467
+ },
6468
+ },
6469
+ ],
6470
+ },
6471
+ },
6472
+ ...ProjectSearchResultFragmentDoc.definitions,
6473
+ ...PageInfoFragmentDoc.definitions,
6474
+ ],
6475
+ };
5898
6476
  const ProjectUpdateFragmentDoc = {
5899
6477
  kind: "Document",
5900
6478
  definitions: [
@@ -9355,6 +9933,74 @@
9355
9933
  ...ImageUploadFromUrlPayloadFragmentDoc.definitions,
9356
9934
  ],
9357
9935
  };
9936
+ const ImportFileUploadDocument = {
9937
+ kind: "Document",
9938
+ definitions: [
9939
+ {
9940
+ kind: "OperationDefinition",
9941
+ operation: "mutation",
9942
+ name: { kind: "Name", value: "importFileUpload" },
9943
+ variableDefinitions: [
9944
+ {
9945
+ kind: "VariableDefinition",
9946
+ variable: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
9947
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9948
+ },
9949
+ {
9950
+ kind: "VariableDefinition",
9951
+ variable: { kind: "Variable", name: { kind: "Name", value: "filename" } },
9952
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
9953
+ },
9954
+ {
9955
+ kind: "VariableDefinition",
9956
+ variable: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
9957
+ type: { kind: "NamedType", name: { kind: "Name", value: "JSON" } },
9958
+ },
9959
+ {
9960
+ kind: "VariableDefinition",
9961
+ variable: { kind: "Variable", name: { kind: "Name", value: "size" } },
9962
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "Int" } } },
9963
+ },
9964
+ ],
9965
+ selectionSet: {
9966
+ kind: "SelectionSet",
9967
+ selections: [
9968
+ {
9969
+ kind: "Field",
9970
+ name: { kind: "Name", value: "importFileUpload" },
9971
+ arguments: [
9972
+ {
9973
+ kind: "Argument",
9974
+ name: { kind: "Name", value: "contentType" },
9975
+ value: { kind: "Variable", name: { kind: "Name", value: "contentType" } },
9976
+ },
9977
+ {
9978
+ kind: "Argument",
9979
+ name: { kind: "Name", value: "filename" },
9980
+ value: { kind: "Variable", name: { kind: "Name", value: "filename" } },
9981
+ },
9982
+ {
9983
+ kind: "Argument",
9984
+ name: { kind: "Name", value: "metaData" },
9985
+ value: { kind: "Variable", name: { kind: "Name", value: "metaData" } },
9986
+ },
9987
+ {
9988
+ kind: "Argument",
9989
+ name: { kind: "Name", value: "size" },
9990
+ value: { kind: "Variable", name: { kind: "Name", value: "size" } },
9991
+ },
9992
+ ],
9993
+ selectionSet: {
9994
+ kind: "SelectionSet",
9995
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UploadPayload" } }],
9996
+ },
9997
+ },
9998
+ ],
9999
+ },
10000
+ },
10001
+ ...UploadPayloadFragmentDoc.definitions,
10002
+ ],
10003
+ };
9358
10004
  const DeleteIntegrationDocument = {
9359
10005
  kind: "Document",
9360
10006
  definitions: [
@@ -10842,38 +11488,33 @@
10842
11488
  ...IssueImportPayloadFragmentDoc.definitions,
10843
11489
  ],
10844
11490
  };
10845
- const IssueImportCreateClubhouseDocument = {
11491
+ const IssueImportCreateCsvJiraDocument = {
10846
11492
  kind: "Document",
10847
11493
  definitions: [
10848
11494
  {
10849
11495
  kind: "OperationDefinition",
10850
11496
  operation: "mutation",
10851
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
11497
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
10852
11498
  variableDefinitions: [
10853
11499
  {
10854
11500
  kind: "VariableDefinition",
10855
- variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
11501
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
10856
11502
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10857
11503
  },
10858
11504
  {
10859
11505
  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" } },
11506
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
10866
11507
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
10867
11508
  },
10868
11509
  {
10869
11510
  kind: "VariableDefinition",
10870
- variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
10871
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11511
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
11512
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
10872
11513
  },
10873
11514
  {
10874
11515
  kind: "VariableDefinition",
10875
- variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
10876
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11516
+ variable: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
11517
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
10877
11518
  },
10878
11519
  {
10879
11520
  kind: "VariableDefinition",
@@ -10896,32 +11537,27 @@
10896
11537
  selections: [
10897
11538
  {
10898
11539
  kind: "Field",
10899
- name: { kind: "Name", value: "issueImportCreateClubhouse" },
11540
+ name: { kind: "Name", value: "issueImportCreateCSVJira" },
10900
11541
  arguments: [
10901
11542
  {
10902
11543
  kind: "Argument",
10903
- name: { kind: "Name", value: "clubhouseTeamName" },
10904
- value: { kind: "Variable", name: { kind: "Name", value: "clubhouseTeamName" } },
11544
+ name: { kind: "Name", value: "csvUrl" },
11545
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
10905
11546
  },
10906
11547
  {
10907
11548
  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" } },
11549
+ name: { kind: "Name", value: "jiraEmail" },
11550
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraEmail" } },
10915
11551
  },
10916
11552
  {
10917
11553
  kind: "Argument",
10918
- name: { kind: "Name", value: "includeClosedIssues" },
10919
- value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
11554
+ name: { kind: "Name", value: "jiraHostname" },
11555
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraHostname" } },
10920
11556
  },
10921
11557
  {
10922
11558
  kind: "Argument",
10923
- name: { kind: "Name", value: "instantProcess" },
10924
- value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
11559
+ name: { kind: "Name", value: "jiraToken" },
11560
+ value: { kind: "Variable", name: { kind: "Name", value: "jiraToken" } },
10925
11561
  },
10926
11562
  {
10927
11563
  kind: "Argument",
@@ -10950,32 +11586,140 @@
10950
11586
  ...IssueImportPayloadFragmentDoc.definitions,
10951
11587
  ],
10952
11588
  };
10953
- const IssueImportCreateGithubDocument = {
11589
+ const IssueImportCreateClubhouseDocument = {
10954
11590
  kind: "Document",
10955
11591
  definitions: [
10956
11592
  {
10957
11593
  kind: "OperationDefinition",
10958
11594
  operation: "mutation",
10959
- name: { kind: "Name", value: "issueImportCreateGithub" },
11595
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
10960
11596
  variableDefinitions: [
10961
11597
  {
10962
11598
  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" } },
11599
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
10969
11600
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10970
11601
  },
10971
11602
  {
10972
11603
  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" } },
11604
+ variable: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
11605
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11606
+ },
11607
+ {
11608
+ kind: "VariableDefinition",
11609
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
11610
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11611
+ },
11612
+ {
11613
+ kind: "VariableDefinition",
11614
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
11615
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11616
+ },
11617
+ {
11618
+ kind: "VariableDefinition",
11619
+ variable: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
11620
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11621
+ },
11622
+ {
11623
+ kind: "VariableDefinition",
11624
+ variable: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
11625
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11626
+ },
11627
+ {
11628
+ kind: "VariableDefinition",
11629
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
11630
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11631
+ },
11632
+ {
11633
+ kind: "VariableDefinition",
11634
+ variable: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
11635
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
11636
+ },
11637
+ ],
11638
+ selectionSet: {
11639
+ kind: "SelectionSet",
11640
+ selections: [
11641
+ {
11642
+ kind: "Field",
11643
+ name: { kind: "Name", value: "issueImportCreateClubhouse" },
11644
+ arguments: [
11645
+ {
11646
+ kind: "Argument",
11647
+ name: { kind: "Name", value: "clubhouseGroupName" },
11648
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseGroupName" } },
11649
+ },
11650
+ {
11651
+ kind: "Argument",
11652
+ name: { kind: "Name", value: "clubhouseToken" },
11653
+ value: { kind: "Variable", name: { kind: "Name", value: "clubhouseToken" } },
11654
+ },
11655
+ {
11656
+ kind: "Argument",
11657
+ name: { kind: "Name", value: "id" },
11658
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
11659
+ },
11660
+ {
11661
+ kind: "Argument",
11662
+ name: { kind: "Name", value: "includeClosedIssues" },
11663
+ value: { kind: "Variable", name: { kind: "Name", value: "includeClosedIssues" } },
11664
+ },
11665
+ {
11666
+ kind: "Argument",
11667
+ name: { kind: "Name", value: "instantProcess" },
11668
+ value: { kind: "Variable", name: { kind: "Name", value: "instantProcess" } },
11669
+ },
11670
+ {
11671
+ kind: "Argument",
11672
+ name: { kind: "Name", value: "organizationId" },
11673
+ value: { kind: "Variable", name: { kind: "Name", value: "organizationId" } },
11674
+ },
11675
+ {
11676
+ kind: "Argument",
11677
+ name: { kind: "Name", value: "teamId" },
11678
+ value: { kind: "Variable", name: { kind: "Name", value: "teamId" } },
11679
+ },
11680
+ {
11681
+ kind: "Argument",
11682
+ name: { kind: "Name", value: "teamName" },
11683
+ value: { kind: "Variable", name: { kind: "Name", value: "teamName" } },
11684
+ },
11685
+ ],
11686
+ selectionSet: {
11687
+ kind: "SelectionSet",
11688
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportPayload" } }],
11689
+ },
11690
+ },
11691
+ ],
11692
+ },
11693
+ },
11694
+ ...IssueImportPayloadFragmentDoc.definitions,
11695
+ ],
11696
+ };
11697
+ const IssueImportCreateGithubDocument = {
11698
+ kind: "Document",
11699
+ definitions: [
11700
+ {
11701
+ kind: "OperationDefinition",
11702
+ operation: "mutation",
11703
+ name: { kind: "Name", value: "issueImportCreateGithub" },
11704
+ variableDefinitions: [
11705
+ {
11706
+ kind: "VariableDefinition",
11707
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoName" } },
11708
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11709
+ },
11710
+ {
11711
+ kind: "VariableDefinition",
11712
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubRepoOwner" } },
11713
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
11714
+ },
11715
+ {
11716
+ kind: "VariableDefinition",
11717
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubShouldImportOrgProjects" } },
11718
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
11719
+ },
11720
+ {
11721
+ kind: "VariableDefinition",
11722
+ variable: { kind: "Variable", name: { kind: "Name", value: "githubToken" } },
10979
11723
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
10980
11724
  },
10981
11725
  {
@@ -18029,186 +18773,6 @@
18029
18773
  ...EmojiConnectionFragmentDoc.definitions,
18030
18774
  ],
18031
18775
  };
18032
- const ExternalUserDocument = {
18033
- kind: "Document",
18034
- definitions: [
18035
- {
18036
- kind: "OperationDefinition",
18037
- operation: "query",
18038
- name: { kind: "Name", value: "externalUser" },
18039
- variableDefinitions: [
18040
- {
18041
- kind: "VariableDefinition",
18042
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
18043
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
18044
- },
18045
- ],
18046
- selectionSet: {
18047
- kind: "SelectionSet",
18048
- selections: [
18049
- {
18050
- kind: "Field",
18051
- name: { kind: "Name", value: "externalUser" },
18052
- arguments: [
18053
- {
18054
- kind: "Argument",
18055
- name: { kind: "Name", value: "id" },
18056
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
18057
- },
18058
- ],
18059
- selectionSet: {
18060
- kind: "SelectionSet",
18061
- 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
- {
18071
- kind: "Field",
18072
- name: { kind: "Name", value: "organization" },
18073
- selectionSet: {
18074
- kind: "SelectionSet",
18075
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
18076
- },
18077
- },
18078
- { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
18079
- ],
18080
- },
18081
- },
18082
- ],
18083
- },
18084
- },
18085
- ...OrganizationFragmentDoc.definitions,
18086
- ],
18087
- };
18088
- const ExternalUsersDocument = {
18089
- kind: "Document",
18090
- definitions: [
18091
- {
18092
- kind: "OperationDefinition",
18093
- 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
18776
  const FavoriteDocument = {
18213
18777
  kind: "Document",
18214
18778
  definitions: [
@@ -19809,6 +20373,190 @@
19809
20373
  ...UserConnectionFragmentDoc.definitions,
19810
20374
  ],
19811
20375
  };
20376
+ const IssueFigmaFileKeySearchDocument = {
20377
+ kind: "Document",
20378
+ definitions: [
20379
+ {
20380
+ kind: "OperationDefinition",
20381
+ operation: "query",
20382
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
20383
+ variableDefinitions: [
20384
+ {
20385
+ kind: "VariableDefinition",
20386
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
20387
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20388
+ },
20389
+ {
20390
+ kind: "VariableDefinition",
20391
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
20392
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
20393
+ },
20394
+ {
20395
+ kind: "VariableDefinition",
20396
+ variable: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
20397
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20398
+ },
20399
+ {
20400
+ kind: "VariableDefinition",
20401
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
20402
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20403
+ },
20404
+ {
20405
+ kind: "VariableDefinition",
20406
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20407
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
20408
+ },
20409
+ {
20410
+ kind: "VariableDefinition",
20411
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
20412
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
20413
+ },
20414
+ {
20415
+ kind: "VariableDefinition",
20416
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20417
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
20418
+ },
20419
+ ],
20420
+ selectionSet: {
20421
+ kind: "SelectionSet",
20422
+ selections: [
20423
+ {
20424
+ kind: "Field",
20425
+ name: { kind: "Name", value: "issueFigmaFileKeySearch" },
20426
+ arguments: [
20427
+ {
20428
+ kind: "Argument",
20429
+ name: { kind: "Name", value: "after" },
20430
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
20431
+ },
20432
+ {
20433
+ kind: "Argument",
20434
+ name: { kind: "Name", value: "before" },
20435
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
20436
+ },
20437
+ {
20438
+ kind: "Argument",
20439
+ name: { kind: "Name", value: "fileKey" },
20440
+ value: { kind: "Variable", name: { kind: "Name", value: "fileKey" } },
20441
+ },
20442
+ {
20443
+ kind: "Argument",
20444
+ name: { kind: "Name", value: "first" },
20445
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
20446
+ },
20447
+ {
20448
+ kind: "Argument",
20449
+ name: { kind: "Name", value: "includeArchived" },
20450
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
20451
+ },
20452
+ {
20453
+ kind: "Argument",
20454
+ name: { kind: "Name", value: "last" },
20455
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
20456
+ },
20457
+ {
20458
+ kind: "Argument",
20459
+ name: { kind: "Name", value: "orderBy" },
20460
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
20461
+ },
20462
+ ],
20463
+ selectionSet: {
20464
+ kind: "SelectionSet",
20465
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueConnection" } }],
20466
+ },
20467
+ },
20468
+ ],
20469
+ },
20470
+ },
20471
+ ...IssueConnectionFragmentDoc.definitions,
20472
+ ],
20473
+ };
20474
+ const IssueFilterSuggestionDocument = {
20475
+ kind: "Document",
20476
+ definitions: [
20477
+ {
20478
+ kind: "OperationDefinition",
20479
+ operation: "query",
20480
+ name: { kind: "Name", value: "issueFilterSuggestion" },
20481
+ variableDefinitions: [
20482
+ {
20483
+ kind: "VariableDefinition",
20484
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
20485
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20486
+ },
20487
+ ],
20488
+ selectionSet: {
20489
+ kind: "SelectionSet",
20490
+ selections: [
20491
+ {
20492
+ kind: "Field",
20493
+ name: { kind: "Name", value: "issueFilterSuggestion" },
20494
+ arguments: [
20495
+ {
20496
+ kind: "Argument",
20497
+ name: { kind: "Name", value: "prompt" },
20498
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
20499
+ },
20500
+ ],
20501
+ selectionSet: {
20502
+ kind: "SelectionSet",
20503
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueFilterSuggestionPayload" } }],
20504
+ },
20505
+ },
20506
+ ],
20507
+ },
20508
+ },
20509
+ ...IssueFilterSuggestionPayloadFragmentDoc.definitions,
20510
+ ],
20511
+ };
20512
+ const IssueImportCheckCsvDocument = {
20513
+ kind: "Document",
20514
+ definitions: [
20515
+ {
20516
+ kind: "OperationDefinition",
20517
+ operation: "query",
20518
+ name: { kind: "Name", value: "issueImportCheckCSV" },
20519
+ variableDefinitions: [
20520
+ {
20521
+ kind: "VariableDefinition",
20522
+ variable: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
20523
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20524
+ },
20525
+ {
20526
+ kind: "VariableDefinition",
20527
+ variable: { kind: "Variable", name: { kind: "Name", value: "service" } },
20528
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
20529
+ },
20530
+ ],
20531
+ selectionSet: {
20532
+ kind: "SelectionSet",
20533
+ selections: [
20534
+ {
20535
+ kind: "Field",
20536
+ name: { kind: "Name", value: "issueImportCheckCSV" },
20537
+ arguments: [
20538
+ {
20539
+ kind: "Argument",
20540
+ name: { kind: "Name", value: "csvUrl" },
20541
+ value: { kind: "Variable", name: { kind: "Name", value: "csvUrl" } },
20542
+ },
20543
+ {
20544
+ kind: "Argument",
20545
+ name: { kind: "Name", value: "service" },
20546
+ value: { kind: "Variable", name: { kind: "Name", value: "service" } },
20547
+ },
20548
+ ],
20549
+ selectionSet: {
20550
+ kind: "SelectionSet",
20551
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueImportCheckPayload" } }],
20552
+ },
20553
+ },
20554
+ ],
20555
+ },
20556
+ },
20557
+ ...IssueImportCheckPayloadFragmentDoc.definitions,
20558
+ ],
20559
+ };
19812
20560
  const IssueImportFinishGithubOAuthDocument = {
19813
20561
  kind: "Document",
19814
20562
  definitions: [
@@ -23312,17 +24060,17 @@
23312
24060
  ...TeamConnectionFragmentDoc.definitions,
23313
24061
  ],
23314
24062
  };
23315
- const ProjectLinkDocument = {
24063
+ const ProjectFilterSuggestionDocument = {
23316
24064
  kind: "Document",
23317
24065
  definitions: [
23318
24066
  {
23319
24067
  kind: "OperationDefinition",
23320
24068
  operation: "query",
23321
- name: { kind: "Name", value: "projectLink" },
24069
+ name: { kind: "Name", value: "projectFilterSuggestion" },
23322
24070
  variableDefinitions: [
23323
24071
  {
23324
24072
  kind: "VariableDefinition",
23325
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24073
+ variable: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
23326
24074
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
23327
24075
  },
23328
24076
  ],
@@ -23331,158 +24079,32 @@
23331
24079
  selections: [
23332
24080
  {
23333
24081
  kind: "Field",
23334
- name: { kind: "Name", value: "projectLink" },
24082
+ name: { kind: "Name", value: "projectFilterSuggestion" },
23335
24083
  arguments: [
23336
24084
  {
23337
24085
  kind: "Argument",
23338
- name: { kind: "Name", value: "id" },
23339
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24086
+ name: { kind: "Name", value: "prompt" },
24087
+ value: { kind: "Variable", name: { kind: "Name", value: "prompt" } },
23340
24088
  },
23341
24089
  ],
23342
24090
  selectionSet: {
23343
24091
  kind: "SelectionSet",
23344
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
24092
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectFilterSuggestionPayload" } }],
23345
24093
  },
23346
24094
  },
23347
24095
  ],
23348
24096
  },
23349
24097
  },
23350
- ...ProjectLinkFragmentDoc.definitions,
24098
+ ...ProjectFilterSuggestionPayloadFragmentDoc.definitions,
23351
24099
  ],
23352
24100
  };
23353
- const ProjectLinksDocument = {
23354
- kind: "Document",
23355
- definitions: [
23356
- {
23357
- kind: "OperationDefinition",
23358
- operation: "query",
23359
- name: { kind: "Name", value: "projectLinks" },
23360
- variableDefinitions: [
23361
- {
23362
- kind: "VariableDefinition",
23363
- variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
23364
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
23365
- },
23366
- {
23367
- kind: "VariableDefinition",
23368
- variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
23369
- type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
23370
- },
23371
- {
23372
- kind: "VariableDefinition",
23373
- variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
23374
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
23375
- },
23376
- {
23377
- kind: "VariableDefinition",
23378
- variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
23379
- type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
23380
- },
23381
- {
23382
- kind: "VariableDefinition",
23383
- variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
23384
- type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
23385
- },
23386
- {
23387
- kind: "VariableDefinition",
23388
- variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
23389
- type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
23390
- },
23391
- ],
23392
- selectionSet: {
23393
- kind: "SelectionSet",
23394
- selections: [
23395
- {
23396
- kind: "Field",
23397
- name: { kind: "Name", value: "projectLinks" },
23398
- arguments: [
23399
- {
23400
- kind: "Argument",
23401
- name: { kind: "Name", value: "after" },
23402
- value: { kind: "Variable", name: { kind: "Name", value: "after" } },
23403
- },
23404
- {
23405
- kind: "Argument",
23406
- name: { kind: "Name", value: "before" },
23407
- value: { kind: "Variable", name: { kind: "Name", value: "before" } },
23408
- },
23409
- {
23410
- kind: "Argument",
23411
- name: { kind: "Name", value: "first" },
23412
- value: { kind: "Variable", name: { kind: "Name", value: "first" } },
23413
- },
23414
- {
23415
- kind: "Argument",
23416
- name: { kind: "Name", value: "includeArchived" },
23417
- value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
23418
- },
23419
- {
23420
- kind: "Argument",
23421
- name: { kind: "Name", value: "last" },
23422
- value: { kind: "Variable", name: { kind: "Name", value: "last" } },
23423
- },
23424
- {
23425
- kind: "Argument",
23426
- name: { kind: "Name", value: "orderBy" },
23427
- value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
23428
- },
23429
- ],
23430
- selectionSet: {
23431
- kind: "SelectionSet",
23432
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
23433
- },
23434
- },
23435
- ],
23436
- },
23437
- },
23438
- ...ProjectLinkConnectionFragmentDoc.definitions,
23439
- ],
23440
- };
23441
- const ProjectUpdateDocument = {
23442
- kind: "Document",
23443
- definitions: [
23444
- {
23445
- kind: "OperationDefinition",
23446
- operation: "query",
23447
- name: { kind: "Name", value: "projectUpdate" },
23448
- variableDefinitions: [
23449
- {
23450
- kind: "VariableDefinition",
23451
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
23452
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
23453
- },
23454
- ],
23455
- selectionSet: {
23456
- kind: "SelectionSet",
23457
- selections: [
23458
- {
23459
- kind: "Field",
23460
- name: { kind: "Name", value: "projectUpdate" },
23461
- arguments: [
23462
- {
23463
- kind: "Argument",
23464
- name: { kind: "Name", value: "id" },
23465
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
23466
- },
23467
- ],
23468
- selectionSet: {
23469
- kind: "SelectionSet",
23470
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
23471
- },
23472
- },
23473
- ],
23474
- },
23475
- },
23476
- ...ProjectUpdateFragmentDoc.definitions,
23477
- ],
23478
- };
23479
- const ProjectUpdateInteractionDocument = {
24101
+ const ProjectLinkDocument = {
23480
24102
  kind: "Document",
23481
24103
  definitions: [
23482
24104
  {
23483
24105
  kind: "OperationDefinition",
23484
24106
  operation: "query",
23485
- name: { kind: "Name", value: "projectUpdateInteraction" },
24107
+ name: { kind: "Name", value: "projectLink" },
23486
24108
  variableDefinitions: [
23487
24109
  {
23488
24110
  kind: "VariableDefinition",
@@ -23495,7 +24117,7 @@
23495
24117
  selections: [
23496
24118
  {
23497
24119
  kind: "Field",
23498
- name: { kind: "Name", value: "projectUpdateInteraction" },
24120
+ name: { kind: "Name", value: "projectLink" },
23499
24121
  arguments: [
23500
24122
  {
23501
24123
  kind: "Argument",
@@ -23505,22 +24127,186 @@
23505
24127
  ],
23506
24128
  selectionSet: {
23507
24129
  kind: "SelectionSet",
23508
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateInteraction" } }],
24130
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLink" } }],
23509
24131
  },
23510
24132
  },
23511
24133
  ],
23512
24134
  },
23513
24135
  },
23514
- ...ProjectUpdateInteractionFragmentDoc.definitions,
24136
+ ...ProjectLinkFragmentDoc.definitions,
23515
24137
  ],
23516
24138
  };
23517
- const ProjectUpdateInteractionsDocument = {
24139
+ const ProjectLinksDocument = {
23518
24140
  kind: "Document",
23519
24141
  definitions: [
23520
24142
  {
23521
24143
  kind: "OperationDefinition",
23522
24144
  operation: "query",
23523
- name: { kind: "Name", value: "projectUpdateInteractions" },
24145
+ name: { kind: "Name", value: "projectLinks" },
24146
+ variableDefinitions: [
24147
+ {
24148
+ kind: "VariableDefinition",
24149
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
24150
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24151
+ },
24152
+ {
24153
+ kind: "VariableDefinition",
24154
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24155
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24156
+ },
24157
+ {
24158
+ kind: "VariableDefinition",
24159
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
24160
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24161
+ },
24162
+ {
24163
+ kind: "VariableDefinition",
24164
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24165
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
24166
+ },
24167
+ {
24168
+ kind: "VariableDefinition",
24169
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
24170
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24171
+ },
24172
+ {
24173
+ kind: "VariableDefinition",
24174
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24175
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24176
+ },
24177
+ ],
24178
+ selectionSet: {
24179
+ kind: "SelectionSet",
24180
+ selections: [
24181
+ {
24182
+ kind: "Field",
24183
+ name: { kind: "Name", value: "projectLinks" },
24184
+ arguments: [
24185
+ {
24186
+ kind: "Argument",
24187
+ name: { kind: "Name", value: "after" },
24188
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24189
+ },
24190
+ {
24191
+ kind: "Argument",
24192
+ name: { kind: "Name", value: "before" },
24193
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24194
+ },
24195
+ {
24196
+ kind: "Argument",
24197
+ name: { kind: "Name", value: "first" },
24198
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24199
+ },
24200
+ {
24201
+ kind: "Argument",
24202
+ name: { kind: "Name", value: "includeArchived" },
24203
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24204
+ },
24205
+ {
24206
+ kind: "Argument",
24207
+ name: { kind: "Name", value: "last" },
24208
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24209
+ },
24210
+ {
24211
+ kind: "Argument",
24212
+ name: { kind: "Name", value: "orderBy" },
24213
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24214
+ },
24215
+ ],
24216
+ selectionSet: {
24217
+ kind: "SelectionSet",
24218
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectLinkConnection" } }],
24219
+ },
24220
+ },
24221
+ ],
24222
+ },
24223
+ },
24224
+ ...ProjectLinkConnectionFragmentDoc.definitions,
24225
+ ],
24226
+ };
24227
+ const ProjectUpdateDocument = {
24228
+ kind: "Document",
24229
+ definitions: [
24230
+ {
24231
+ kind: "OperationDefinition",
24232
+ operation: "query",
24233
+ name: { kind: "Name", value: "projectUpdate" },
24234
+ variableDefinitions: [
24235
+ {
24236
+ kind: "VariableDefinition",
24237
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24238
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24239
+ },
24240
+ ],
24241
+ selectionSet: {
24242
+ kind: "SelectionSet",
24243
+ selections: [
24244
+ {
24245
+ kind: "Field",
24246
+ name: { kind: "Name", value: "projectUpdate" },
24247
+ arguments: [
24248
+ {
24249
+ kind: "Argument",
24250
+ name: { kind: "Name", value: "id" },
24251
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24252
+ },
24253
+ ],
24254
+ selectionSet: {
24255
+ kind: "SelectionSet",
24256
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdate" } }],
24257
+ },
24258
+ },
24259
+ ],
24260
+ },
24261
+ },
24262
+ ...ProjectUpdateFragmentDoc.definitions,
24263
+ ],
24264
+ };
24265
+ const ProjectUpdateInteractionDocument = {
24266
+ kind: "Document",
24267
+ definitions: [
24268
+ {
24269
+ kind: "OperationDefinition",
24270
+ operation: "query",
24271
+ name: { kind: "Name", value: "projectUpdateInteraction" },
24272
+ variableDefinitions: [
24273
+ {
24274
+ kind: "VariableDefinition",
24275
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
24276
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
24277
+ },
24278
+ ],
24279
+ selectionSet: {
24280
+ kind: "SelectionSet",
24281
+ selections: [
24282
+ {
24283
+ kind: "Field",
24284
+ name: { kind: "Name", value: "projectUpdateInteraction" },
24285
+ arguments: [
24286
+ {
24287
+ kind: "Argument",
24288
+ name: { kind: "Name", value: "id" },
24289
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
24290
+ },
24291
+ ],
24292
+ selectionSet: {
24293
+ kind: "SelectionSet",
24294
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectUpdateInteraction" } }],
24295
+ },
24296
+ },
24297
+ ],
24298
+ },
24299
+ },
24300
+ ...ProjectUpdateInteractionFragmentDoc.definitions,
24301
+ ],
24302
+ };
24303
+ const ProjectUpdateInteractionsDocument = {
24304
+ kind: "Document",
24305
+ definitions: [
24306
+ {
24307
+ kind: "OperationDefinition",
24308
+ operation: "query",
24309
+ name: { kind: "Name", value: "projectUpdateInteractions" },
23524
24310
  variableDefinitions: [
23525
24311
  {
23526
24312
  kind: "VariableDefinition",
@@ -24077,7 +24863,618 @@
24077
24863
  selections: [
24078
24864
  {
24079
24865
  kind: "Field",
24080
- name: { kind: "Name", value: "roadmapToProjects" },
24866
+ name: { kind: "Name", value: "roadmapToProjects" },
24867
+ arguments: [
24868
+ {
24869
+ kind: "Argument",
24870
+ name: { kind: "Name", value: "after" },
24871
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24872
+ },
24873
+ {
24874
+ kind: "Argument",
24875
+ name: { kind: "Name", value: "before" },
24876
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24877
+ },
24878
+ {
24879
+ kind: "Argument",
24880
+ name: { kind: "Name", value: "first" },
24881
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24882
+ },
24883
+ {
24884
+ kind: "Argument",
24885
+ name: { kind: "Name", value: "includeArchived" },
24886
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24887
+ },
24888
+ {
24889
+ kind: "Argument",
24890
+ name: { kind: "Name", value: "last" },
24891
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24892
+ },
24893
+ {
24894
+ kind: "Argument",
24895
+ name: { kind: "Name", value: "orderBy" },
24896
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24897
+ },
24898
+ ],
24899
+ selectionSet: {
24900
+ kind: "SelectionSet",
24901
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
24902
+ },
24903
+ },
24904
+ ],
24905
+ },
24906
+ },
24907
+ ...RoadmapToProjectConnectionFragmentDoc.definitions,
24908
+ ],
24909
+ };
24910
+ const RoadmapsDocument = {
24911
+ kind: "Document",
24912
+ definitions: [
24913
+ {
24914
+ kind: "OperationDefinition",
24915
+ operation: "query",
24916
+ name: { kind: "Name", value: "roadmaps" },
24917
+ variableDefinitions: [
24918
+ {
24919
+ kind: "VariableDefinition",
24920
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
24921
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24922
+ },
24923
+ {
24924
+ kind: "VariableDefinition",
24925
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
24926
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
24927
+ },
24928
+ {
24929
+ kind: "VariableDefinition",
24930
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
24931
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24932
+ },
24933
+ {
24934
+ kind: "VariableDefinition",
24935
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24936
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
24937
+ },
24938
+ {
24939
+ kind: "VariableDefinition",
24940
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
24941
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
24942
+ },
24943
+ {
24944
+ kind: "VariableDefinition",
24945
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24946
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24947
+ },
24948
+ ],
24949
+ selectionSet: {
24950
+ kind: "SelectionSet",
24951
+ selections: [
24952
+ {
24953
+ kind: "Field",
24954
+ name: { kind: "Name", value: "roadmaps" },
24955
+ arguments: [
24956
+ {
24957
+ kind: "Argument",
24958
+ name: { kind: "Name", value: "after" },
24959
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
24960
+ },
24961
+ {
24962
+ kind: "Argument",
24963
+ name: { kind: "Name", value: "before" },
24964
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
24965
+ },
24966
+ {
24967
+ kind: "Argument",
24968
+ name: { kind: "Name", value: "first" },
24969
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
24970
+ },
24971
+ {
24972
+ kind: "Argument",
24973
+ name: { kind: "Name", value: "includeArchived" },
24974
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
24975
+ },
24976
+ {
24977
+ kind: "Argument",
24978
+ name: { kind: "Name", value: "last" },
24979
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
24980
+ },
24981
+ {
24982
+ kind: "Argument",
24983
+ name: { kind: "Name", value: "orderBy" },
24984
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24985
+ },
24986
+ ],
24987
+ selectionSet: {
24988
+ kind: "SelectionSet",
24989
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
24990
+ },
24991
+ },
24992
+ ],
24993
+ },
24994
+ },
24995
+ ...RoadmapConnectionFragmentDoc.definitions,
24996
+ ],
24997
+ };
24998
+ const SearchDocumentsDocument = {
24999
+ kind: "Document",
25000
+ definitions: [
25001
+ {
25002
+ kind: "OperationDefinition",
25003
+ operation: "query",
25004
+ name: { kind: "Name", value: "searchDocuments" },
25005
+ variableDefinitions: [
25006
+ {
25007
+ kind: "VariableDefinition",
25008
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25009
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25010
+ },
25011
+ {
25012
+ kind: "VariableDefinition",
25013
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25014
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25015
+ },
25016
+ {
25017
+ kind: "VariableDefinition",
25018
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25019
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25020
+ },
25021
+ {
25022
+ kind: "VariableDefinition",
25023
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25024
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25025
+ },
25026
+ {
25027
+ kind: "VariableDefinition",
25028
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25029
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25030
+ },
25031
+ {
25032
+ kind: "VariableDefinition",
25033
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25034
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25035
+ },
25036
+ {
25037
+ kind: "VariableDefinition",
25038
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25039
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25040
+ },
25041
+ ],
25042
+ selectionSet: {
25043
+ kind: "SelectionSet",
25044
+ selections: [
25045
+ {
25046
+ kind: "Field",
25047
+ name: { kind: "Name", value: "searchDocuments" },
25048
+ arguments: [
25049
+ {
25050
+ kind: "Argument",
25051
+ name: { kind: "Name", value: "after" },
25052
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25053
+ },
25054
+ {
25055
+ kind: "Argument",
25056
+ name: { kind: "Name", value: "before" },
25057
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25058
+ },
25059
+ {
25060
+ kind: "Argument",
25061
+ name: { kind: "Name", value: "first" },
25062
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25063
+ },
25064
+ {
25065
+ kind: "Argument",
25066
+ name: { kind: "Name", value: "includeArchived" },
25067
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25068
+ },
25069
+ {
25070
+ kind: "Argument",
25071
+ name: { kind: "Name", value: "last" },
25072
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25073
+ },
25074
+ {
25075
+ kind: "Argument",
25076
+ name: { kind: "Name", value: "orderBy" },
25077
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25078
+ },
25079
+ {
25080
+ kind: "Argument",
25081
+ name: { kind: "Name", value: "term" },
25082
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25083
+ },
25084
+ ],
25085
+ selectionSet: {
25086
+ kind: "SelectionSet",
25087
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "DocumentSearchPayload" } }],
25088
+ },
25089
+ },
25090
+ ],
25091
+ },
25092
+ },
25093
+ ...DocumentSearchPayloadFragmentDoc.definitions,
25094
+ ],
25095
+ };
25096
+ const SearchDocuments_ArchivePayloadDocument = {
25097
+ kind: "Document",
25098
+ definitions: [
25099
+ {
25100
+ kind: "OperationDefinition",
25101
+ operation: "query",
25102
+ name: { kind: "Name", value: "searchDocuments_archivePayload" },
25103
+ variableDefinitions: [
25104
+ {
25105
+ kind: "VariableDefinition",
25106
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25107
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25108
+ },
25109
+ {
25110
+ kind: "VariableDefinition",
25111
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25112
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25113
+ },
25114
+ {
25115
+ kind: "VariableDefinition",
25116
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25117
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25118
+ },
25119
+ {
25120
+ kind: "VariableDefinition",
25121
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25122
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25123
+ },
25124
+ {
25125
+ kind: "VariableDefinition",
25126
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25127
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25128
+ },
25129
+ {
25130
+ kind: "VariableDefinition",
25131
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25132
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25133
+ },
25134
+ {
25135
+ kind: "VariableDefinition",
25136
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25137
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25138
+ },
25139
+ ],
25140
+ selectionSet: {
25141
+ kind: "SelectionSet",
25142
+ selections: [
25143
+ {
25144
+ kind: "Field",
25145
+ name: { kind: "Name", value: "searchDocuments" },
25146
+ arguments: [
25147
+ {
25148
+ kind: "Argument",
25149
+ name: { kind: "Name", value: "after" },
25150
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25151
+ },
25152
+ {
25153
+ kind: "Argument",
25154
+ name: { kind: "Name", value: "before" },
25155
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25156
+ },
25157
+ {
25158
+ kind: "Argument",
25159
+ name: { kind: "Name", value: "first" },
25160
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25161
+ },
25162
+ {
25163
+ kind: "Argument",
25164
+ name: { kind: "Name", value: "includeArchived" },
25165
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25166
+ },
25167
+ {
25168
+ kind: "Argument",
25169
+ name: { kind: "Name", value: "last" },
25170
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25171
+ },
25172
+ {
25173
+ kind: "Argument",
25174
+ name: { kind: "Name", value: "orderBy" },
25175
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25176
+ },
25177
+ {
25178
+ kind: "Argument",
25179
+ name: { kind: "Name", value: "term" },
25180
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25181
+ },
25182
+ ],
25183
+ selectionSet: {
25184
+ kind: "SelectionSet",
25185
+ selections: [
25186
+ {
25187
+ kind: "Field",
25188
+ name: { kind: "Name", value: "archivePayload" },
25189
+ selectionSet: {
25190
+ kind: "SelectionSet",
25191
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
25192
+ },
25193
+ },
25194
+ ],
25195
+ },
25196
+ },
25197
+ ],
25198
+ },
25199
+ },
25200
+ ...ArchiveResponseFragmentDoc.definitions,
25201
+ ],
25202
+ };
25203
+ const SearchIssuesDocument = {
25204
+ kind: "Document",
25205
+ definitions: [
25206
+ {
25207
+ kind: "OperationDefinition",
25208
+ operation: "query",
25209
+ name: { kind: "Name", value: "searchIssues" },
25210
+ variableDefinitions: [
25211
+ {
25212
+ kind: "VariableDefinition",
25213
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25214
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25215
+ },
25216
+ {
25217
+ kind: "VariableDefinition",
25218
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25219
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25220
+ },
25221
+ {
25222
+ kind: "VariableDefinition",
25223
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25224
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
25225
+ },
25226
+ {
25227
+ kind: "VariableDefinition",
25228
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25229
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25230
+ },
25231
+ {
25232
+ kind: "VariableDefinition",
25233
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25234
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25235
+ },
25236
+ {
25237
+ kind: "VariableDefinition",
25238
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25239
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25240
+ },
25241
+ {
25242
+ kind: "VariableDefinition",
25243
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25244
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25245
+ },
25246
+ {
25247
+ kind: "VariableDefinition",
25248
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25249
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25250
+ },
25251
+ ],
25252
+ selectionSet: {
25253
+ kind: "SelectionSet",
25254
+ selections: [
25255
+ {
25256
+ kind: "Field",
25257
+ name: { kind: "Name", value: "searchIssues" },
25258
+ arguments: [
25259
+ {
25260
+ kind: "Argument",
25261
+ name: { kind: "Name", value: "after" },
25262
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25263
+ },
25264
+ {
25265
+ kind: "Argument",
25266
+ name: { kind: "Name", value: "before" },
25267
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25268
+ },
25269
+ {
25270
+ kind: "Argument",
25271
+ name: { kind: "Name", value: "filter" },
25272
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25273
+ },
25274
+ {
25275
+ kind: "Argument",
25276
+ name: { kind: "Name", value: "first" },
25277
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25278
+ },
25279
+ {
25280
+ kind: "Argument",
25281
+ name: { kind: "Name", value: "includeArchived" },
25282
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25283
+ },
25284
+ {
25285
+ kind: "Argument",
25286
+ name: { kind: "Name", value: "last" },
25287
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25288
+ },
25289
+ {
25290
+ kind: "Argument",
25291
+ name: { kind: "Name", value: "orderBy" },
25292
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25293
+ },
25294
+ {
25295
+ kind: "Argument",
25296
+ name: { kind: "Name", value: "term" },
25297
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25298
+ },
25299
+ ],
25300
+ selectionSet: {
25301
+ kind: "SelectionSet",
25302
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IssueSearchPayload" } }],
25303
+ },
25304
+ },
25305
+ ],
25306
+ },
25307
+ },
25308
+ ...IssueSearchPayloadFragmentDoc.definitions,
25309
+ ],
25310
+ };
25311
+ const SearchIssues_ArchivePayloadDocument = {
25312
+ kind: "Document",
25313
+ definitions: [
25314
+ {
25315
+ kind: "OperationDefinition",
25316
+ operation: "query",
25317
+ name: { kind: "Name", value: "searchIssues_archivePayload" },
25318
+ variableDefinitions: [
25319
+ {
25320
+ kind: "VariableDefinition",
25321
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25322
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25323
+ },
25324
+ {
25325
+ kind: "VariableDefinition",
25326
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25327
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25328
+ },
25329
+ {
25330
+ kind: "VariableDefinition",
25331
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25332
+ type: { kind: "NamedType", name: { kind: "Name", value: "IssueFilter" } },
25333
+ },
25334
+ {
25335
+ kind: "VariableDefinition",
25336
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25337
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25338
+ },
25339
+ {
25340
+ kind: "VariableDefinition",
25341
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25342
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25343
+ },
25344
+ {
25345
+ kind: "VariableDefinition",
25346
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25347
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25348
+ },
25349
+ {
25350
+ kind: "VariableDefinition",
25351
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25352
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25353
+ },
25354
+ {
25355
+ kind: "VariableDefinition",
25356
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25357
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25358
+ },
25359
+ ],
25360
+ selectionSet: {
25361
+ kind: "SelectionSet",
25362
+ selections: [
25363
+ {
25364
+ kind: "Field",
25365
+ name: { kind: "Name", value: "searchIssues" },
25366
+ arguments: [
25367
+ {
25368
+ kind: "Argument",
25369
+ name: { kind: "Name", value: "after" },
25370
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
25371
+ },
25372
+ {
25373
+ kind: "Argument",
25374
+ name: { kind: "Name", value: "before" },
25375
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
25376
+ },
25377
+ {
25378
+ kind: "Argument",
25379
+ name: { kind: "Name", value: "filter" },
25380
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
25381
+ },
25382
+ {
25383
+ kind: "Argument",
25384
+ name: { kind: "Name", value: "first" },
25385
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
25386
+ },
25387
+ {
25388
+ kind: "Argument",
25389
+ name: { kind: "Name", value: "includeArchived" },
25390
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25391
+ },
25392
+ {
25393
+ kind: "Argument",
25394
+ name: { kind: "Name", value: "last" },
25395
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
25396
+ },
25397
+ {
25398
+ kind: "Argument",
25399
+ name: { kind: "Name", value: "orderBy" },
25400
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25401
+ },
25402
+ {
25403
+ kind: "Argument",
25404
+ name: { kind: "Name", value: "term" },
25405
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25406
+ },
25407
+ ],
25408
+ selectionSet: {
25409
+ kind: "SelectionSet",
25410
+ selections: [
25411
+ {
25412
+ kind: "Field",
25413
+ name: { kind: "Name", value: "archivePayload" },
25414
+ selectionSet: {
25415
+ kind: "SelectionSet",
25416
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
25417
+ },
25418
+ },
25419
+ ],
25420
+ },
25421
+ },
25422
+ ],
25423
+ },
25424
+ },
25425
+ ...ArchiveResponseFragmentDoc.definitions,
25426
+ ],
25427
+ };
25428
+ const SearchProjectsDocument = {
25429
+ kind: "Document",
25430
+ definitions: [
25431
+ {
25432
+ kind: "OperationDefinition",
25433
+ operation: "query",
25434
+ name: { kind: "Name", value: "searchProjects" },
25435
+ variableDefinitions: [
25436
+ {
25437
+ kind: "VariableDefinition",
25438
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
25439
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25440
+ },
25441
+ {
25442
+ kind: "VariableDefinition",
25443
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
25444
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
25445
+ },
25446
+ {
25447
+ kind: "VariableDefinition",
25448
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
25449
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25450
+ },
25451
+ {
25452
+ kind: "VariableDefinition",
25453
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
25454
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
25455
+ },
25456
+ {
25457
+ kind: "VariableDefinition",
25458
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
25459
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
25460
+ },
25461
+ {
25462
+ kind: "VariableDefinition",
25463
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
25464
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
25465
+ },
25466
+ {
25467
+ kind: "VariableDefinition",
25468
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25469
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25470
+ },
25471
+ ],
25472
+ selectionSet: {
25473
+ kind: "SelectionSet",
25474
+ selections: [
25475
+ {
25476
+ kind: "Field",
25477
+ name: { kind: "Name", value: "searchProjects" },
24081
25478
  arguments: [
24082
25479
  {
24083
25480
  kind: "Argument",
@@ -24109,25 +25506,30 @@
24109
25506
  name: { kind: "Name", value: "orderBy" },
24110
25507
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24111
25508
  },
25509
+ {
25510
+ kind: "Argument",
25511
+ name: { kind: "Name", value: "term" },
25512
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25513
+ },
24112
25514
  ],
24113
25515
  selectionSet: {
24114
25516
  kind: "SelectionSet",
24115
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapToProjectConnection" } }],
25517
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ProjectSearchPayload" } }],
24116
25518
  },
24117
25519
  },
24118
25520
  ],
24119
25521
  },
24120
25522
  },
24121
- ...RoadmapToProjectConnectionFragmentDoc.definitions,
25523
+ ...ProjectSearchPayloadFragmentDoc.definitions,
24122
25524
  ],
24123
25525
  };
24124
- const RoadmapsDocument = {
25526
+ const SearchProjects_ArchivePayloadDocument = {
24125
25527
  kind: "Document",
24126
25528
  definitions: [
24127
25529
  {
24128
25530
  kind: "OperationDefinition",
24129
25531
  operation: "query",
24130
- name: { kind: "Name", value: "roadmaps" },
25532
+ name: { kind: "Name", value: "searchProjects_archivePayload" },
24131
25533
  variableDefinitions: [
24132
25534
  {
24133
25535
  kind: "VariableDefinition",
@@ -24159,13 +25561,18 @@
24159
25561
  variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24160
25562
  type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
24161
25563
  },
25564
+ {
25565
+ kind: "VariableDefinition",
25566
+ variable: { kind: "Variable", name: { kind: "Name", value: "term" } },
25567
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
25568
+ },
24162
25569
  ],
24163
25570
  selectionSet: {
24164
25571
  kind: "SelectionSet",
24165
25572
  selections: [
24166
25573
  {
24167
25574
  kind: "Field",
24168
- name: { kind: "Name", value: "roadmaps" },
25575
+ name: { kind: "Name", value: "searchProjects" },
24169
25576
  arguments: [
24170
25577
  {
24171
25578
  kind: "Argument",
@@ -24197,16 +25604,30 @@
24197
25604
  name: { kind: "Name", value: "orderBy" },
24198
25605
  value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
24199
25606
  },
25607
+ {
25608
+ kind: "Argument",
25609
+ name: { kind: "Name", value: "term" },
25610
+ value: { kind: "Variable", name: { kind: "Name", value: "term" } },
25611
+ },
24200
25612
  ],
24201
25613
  selectionSet: {
24202
25614
  kind: "SelectionSet",
24203
- selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "RoadmapConnection" } }],
25615
+ selections: [
25616
+ {
25617
+ kind: "Field",
25618
+ name: { kind: "Name", value: "archivePayload" },
25619
+ selectionSet: {
25620
+ kind: "SelectionSet",
25621
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchiveResponse" } }],
25622
+ },
25623
+ },
25624
+ ],
24204
25625
  },
24205
25626
  },
24206
25627
  ],
24207
25628
  },
24208
25629
  },
24209
- ...RoadmapConnectionFragmentDoc.definitions,
25630
+ ...ArchiveResponseFragmentDoc.definitions,
24210
25631
  ],
24211
25632
  };
24212
25633
  const SsoUrlFromEmailDocument = {
@@ -27114,7 +28535,7 @@
27114
28535
  get WorkflowTriggerType () { return WorkflowTriggerType; },
27115
28536
  get WorkflowType () { return WorkflowType; },
27116
28537
  EntityFragmentDoc: EntityFragmentDoc,
27117
- PersonalNoteFragmentDoc: PersonalNoteFragmentDoc,
28538
+ DocumentContentFragmentDoc: DocumentContentFragmentDoc,
27118
28539
  ProjectNotificationSubscriptionFragmentDoc: ProjectNotificationSubscriptionFragmentDoc,
27119
28540
  TeamNotificationSubscriptionFragmentDoc: TeamNotificationSubscriptionFragmentDoc,
27120
28541
  TemplateFragmentDoc: TemplateFragmentDoc,
@@ -27171,6 +28592,10 @@
27171
28592
  DocumentFragmentDoc: DocumentFragmentDoc,
27172
28593
  DocumentConnectionFragmentDoc: DocumentConnectionFragmentDoc,
27173
28594
  DocumentPayloadFragmentDoc: DocumentPayloadFragmentDoc,
28595
+ ArchiveResponseFragmentDoc: ArchiveResponseFragmentDoc,
28596
+ DocumentSearchResultFragmentDoc: DocumentSearchResultFragmentDoc,
28597
+ DocumentSearchPayloadFragmentDoc: DocumentSearchPayloadFragmentDoc,
28598
+ DocumentSearchResultConnectionFragmentDoc: DocumentSearchResultConnectionFragmentDoc,
27174
28599
  EmailUnsubscribePayloadFragmentDoc: EmailUnsubscribePayloadFragmentDoc,
27175
28600
  EmailUserAccountAuthChallengeResponseFragmentDoc: EmailUserAccountAuthChallengeResponseFragmentDoc,
27176
28601
  EmojiFragmentDoc: EmojiFragmentDoc,
@@ -27198,10 +28623,12 @@
27198
28623
  IssueFragmentDoc: IssueFragmentDoc,
27199
28624
  IssueBatchPayloadFragmentDoc: IssueBatchPayloadFragmentDoc,
27200
28625
  IssueConnectionFragmentDoc: IssueConnectionFragmentDoc,
28626
+ IssueFilterSuggestionPayloadFragmentDoc: IssueFilterSuggestionPayloadFragmentDoc,
27201
28627
  IssueRelationHistoryPayloadFragmentDoc: IssueRelationHistoryPayloadFragmentDoc,
27202
28628
  IssueImportFragmentDoc: IssueImportFragmentDoc,
27203
28629
  IssueHistoryFragmentDoc: IssueHistoryFragmentDoc,
27204
28630
  IssueHistoryConnectionFragmentDoc: IssueHistoryConnectionFragmentDoc,
28631
+ IssueImportCheckPayloadFragmentDoc: IssueImportCheckPayloadFragmentDoc,
27205
28632
  IssueImportDeletePayloadFragmentDoc: IssueImportDeletePayloadFragmentDoc,
27206
28633
  IssueImportPayloadFragmentDoc: IssueImportPayloadFragmentDoc,
27207
28634
  IssueLabelFragmentDoc: IssueLabelFragmentDoc,
@@ -27212,6 +28639,9 @@
27212
28639
  IssueRelationFragmentDoc: IssueRelationFragmentDoc,
27213
28640
  IssueRelationConnectionFragmentDoc: IssueRelationConnectionFragmentDoc,
27214
28641
  IssueRelationPayloadFragmentDoc: IssueRelationPayloadFragmentDoc,
28642
+ IssueSearchResultFragmentDoc: IssueSearchResultFragmentDoc,
28643
+ IssueSearchPayloadFragmentDoc: IssueSearchPayloadFragmentDoc,
28644
+ IssueSearchResultConnectionFragmentDoc: IssueSearchResultConnectionFragmentDoc,
27215
28645
  LogoutResponseFragmentDoc: LogoutResponseFragmentDoc,
27216
28646
  NodeFragmentDoc: NodeFragmentDoc,
27217
28647
  IssueNotificationFragmentDoc: IssueNotificationFragmentDoc,
@@ -27237,6 +28667,7 @@
27237
28667
  OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
27238
28668
  ProjectFragmentDoc: ProjectFragmentDoc,
27239
28669
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
28670
+ ProjectFilterSuggestionPayloadFragmentDoc: ProjectFilterSuggestionPayloadFragmentDoc,
27240
28671
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
27241
28672
  ProjectLinkConnectionFragmentDoc: ProjectLinkConnectionFragmentDoc,
27242
28673
  ProjectLinkPayloadFragmentDoc: ProjectLinkPayloadFragmentDoc,
@@ -27244,6 +28675,9 @@
27244
28675
  ProjectMilestoneConnectionFragmentDoc: ProjectMilestoneConnectionFragmentDoc,
27245
28676
  ProjectMilestonePayloadFragmentDoc: ProjectMilestonePayloadFragmentDoc,
27246
28677
  ProjectPayloadFragmentDoc: ProjectPayloadFragmentDoc,
28678
+ ProjectSearchResultFragmentDoc: ProjectSearchResultFragmentDoc,
28679
+ ProjectSearchPayloadFragmentDoc: ProjectSearchPayloadFragmentDoc,
28680
+ ProjectSearchResultConnectionFragmentDoc: ProjectSearchResultConnectionFragmentDoc,
27247
28681
  ProjectUpdateFragmentDoc: ProjectUpdateFragmentDoc,
27248
28682
  ProjectUpdateConnectionFragmentDoc: ProjectUpdateConnectionFragmentDoc,
27249
28683
  ProjectUpdateInteractionFragmentDoc: ProjectUpdateInteractionFragmentDoc,
@@ -27338,6 +28772,7 @@
27338
28772
  FileUploadDocument: FileUploadDocument,
27339
28773
  GoogleUserAccountAuthDocument: GoogleUserAccountAuthDocument,
27340
28774
  ImageUploadFromUrlDocument: ImageUploadFromUrlDocument,
28775
+ ImportFileUploadDocument: ImportFileUploadDocument,
27341
28776
  DeleteIntegrationDocument: DeleteIntegrationDocument,
27342
28777
  IntegrationDiscordDocument: IntegrationDiscordDocument,
27343
28778
  IntegrationFigmaDocument: IntegrationFigmaDocument,
@@ -27369,6 +28804,7 @@
27369
28804
  CreateIssueDocument: CreateIssueDocument,
27370
28805
  DeleteIssueDocument: DeleteIssueDocument,
27371
28806
  IssueImportCreateAsanaDocument: IssueImportCreateAsanaDocument,
28807
+ IssueImportCreateCsvJiraDocument: IssueImportCreateCsvJiraDocument,
27372
28808
  IssueImportCreateClubhouseDocument: IssueImportCreateClubhouseDocument,
27373
28809
  IssueImportCreateGithubDocument: IssueImportCreateGithubDocument,
27374
28810
  IssueImportCreateJiraDocument: IssueImportCreateJiraDocument,
@@ -27503,8 +28939,6 @@
27503
28939
  DocumentsDocument: DocumentsDocument,
27504
28940
  EmojiDocument: EmojiDocument,
27505
28941
  EmojisDocument: EmojisDocument,
27506
- ExternalUserDocument: ExternalUserDocument,
27507
- ExternalUsersDocument: ExternalUsersDocument,
27508
28942
  FavoriteDocument: FavoriteDocument,
27509
28943
  Favorite_ChildrenDocument: Favorite_ChildrenDocument,
27510
28944
  FavoritesDocument: FavoritesDocument,
@@ -27524,6 +28958,9 @@
27524
28958
  Issue_LabelsDocument: Issue_LabelsDocument,
27525
28959
  Issue_RelationsDocument: Issue_RelationsDocument,
27526
28960
  Issue_SubscribersDocument: Issue_SubscribersDocument,
28961
+ IssueFigmaFileKeySearchDocument: IssueFigmaFileKeySearchDocument,
28962
+ IssueFilterSuggestionDocument: IssueFilterSuggestionDocument,
28963
+ IssueImportCheckCsvDocument: IssueImportCheckCsvDocument,
27527
28964
  IssueImportFinishGithubOAuthDocument: IssueImportFinishGithubOAuthDocument,
27528
28965
  IssueLabelDocument: IssueLabelDocument,
27529
28966
  IssueLabel_ChildrenDocument: IssueLabel_ChildrenDocument,
@@ -27565,6 +29002,7 @@
27565
29002
  Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
27566
29003
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
27567
29004
  Project_TeamsDocument: Project_TeamsDocument,
29005
+ ProjectFilterSuggestionDocument: ProjectFilterSuggestionDocument,
27568
29006
  ProjectLinkDocument: ProjectLinkDocument,
27569
29007
  ProjectLinksDocument: ProjectLinksDocument,
27570
29008
  ProjectUpdateDocument: ProjectUpdateDocument,
@@ -27579,6 +29017,12 @@
27579
29017
  RoadmapToProjectDocument: RoadmapToProjectDocument,
27580
29018
  RoadmapToProjectsDocument: RoadmapToProjectsDocument,
27581
29019
  RoadmapsDocument: RoadmapsDocument,
29020
+ SearchDocumentsDocument: SearchDocumentsDocument,
29021
+ SearchDocuments_ArchivePayloadDocument: SearchDocuments_ArchivePayloadDocument,
29022
+ SearchIssuesDocument: SearchIssuesDocument,
29023
+ SearchIssues_ArchivePayloadDocument: SearchIssues_ArchivePayloadDocument,
29024
+ SearchProjectsDocument: SearchProjectsDocument,
29025
+ SearchProjects_ArchivePayloadDocument: SearchProjects_ArchivePayloadDocument,
27582
29026
  SsoUrlFromEmailDocument: SsoUrlFromEmailDocument,
27583
29027
  TeamDocument: TeamDocument,
27584
29028
  Team_CyclesDocument: Team_CyclesDocument,
@@ -27823,6 +29267,21 @@
27823
29267
  this.success = data.success;
27824
29268
  }
27825
29269
  }
29270
+ /**
29271
+ * Contains requested archived model objects.
29272
+ *
29273
+ * @param request - function to call the graphql client
29274
+ * @param data - L.ArchiveResponseFragment response data
29275
+ */
29276
+ class ArchiveResponse extends Request {
29277
+ constructor(request, data) {
29278
+ super(request);
29279
+ this.archive = data.archive;
29280
+ this.databaseVersion = data.databaseVersion;
29281
+ this.includesDependencies = data.includesDependencies;
29282
+ this.totalCount = data.totalCount;
29283
+ }
29284
+ }
27826
29285
  /**
27827
29286
  * Issue attachment (e.g. support ticket, pull request).
27828
29287
  *
@@ -28129,6 +29588,7 @@
28129
29588
  this.shared = data.shared;
28130
29589
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
28131
29590
  this._creator = data.creator;
29591
+ this._owner = data.owner;
28132
29592
  this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
28133
29593
  }
28134
29594
  /** The user who created the custom view. */
@@ -28139,6 +29599,10 @@
28139
29599
  get organization() {
28140
29600
  return new OrganizationQuery(this._request).fetch();
28141
29601
  }
29602
+ /** The user who owns the custom view. */
29603
+ get owner() {
29604
+ return new UserQuery(this._request).fetch(this._owner.id);
29605
+ }
28142
29606
  /** The team associated with the custom view. */
28143
29607
  get team() {
28144
29608
  var _a, _b;
@@ -28197,9 +29661,9 @@
28197
29661
  constructor(request, data) {
28198
29662
  var _a, _b, _c;
28199
29663
  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;
29664
+ this.description = (_a = data.description) !== null && _a !== void 0 ? _a : undefined;
29665
+ this.icon = (_b = data.icon) !== null && _b !== void 0 ? _b : undefined;
29666
+ this.name = (_c = data.name) !== null && _c !== void 0 ? _c : undefined;
28203
29667
  }
28204
29668
  }
28205
29669
  /**
@@ -28349,6 +29813,30 @@
28349
29813
  super(request, fetch, data.nodes.map(node => new Document(request, node)), new PageInfo(request, data.pageInfo));
28350
29814
  }
28351
29815
  }
29816
+ /**
29817
+ * A document content for a project.
29818
+ *
29819
+ * @param request - function to call the graphql client
29820
+ * @param data - L.DocumentContentFragment response data
29821
+ */
29822
+ class DocumentContent extends Request {
29823
+ constructor(request, data) {
29824
+ var _a, _b, _c, _d, _e, _f;
29825
+ super(request);
29826
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29827
+ this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
29828
+ this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
29829
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
29830
+ this.id = data.id;
29831
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
29832
+ this._issue = (_f = data.issue) !== null && _f !== void 0 ? _f : undefined;
29833
+ }
29834
+ /** The issue that the document is associated with. */
29835
+ get issue() {
29836
+ var _a, _b;
29837
+ 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;
29838
+ }
29839
+ }
28352
29840
  /**
28353
29841
  * DocumentPayload model
28354
29842
  *
@@ -28367,6 +29855,71 @@
28367
29855
  return new DocumentQuery(this._request).fetch(this._document.id);
28368
29856
  }
28369
29857
  }
29858
+ /**
29859
+ * DocumentSearchPayload model
29860
+ *
29861
+ * @param request - function to call the graphql client
29862
+ * @param data - L.DocumentSearchPayloadFragment response data
29863
+ */
29864
+ class DocumentSearchPayload extends Request {
29865
+ constructor(request, data) {
29866
+ super(request);
29867
+ this.totalCount = data.totalCount;
29868
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
29869
+ this.pageInfo = new PageInfo(request, data.pageInfo);
29870
+ this.nodes = data.nodes.map(node => new DocumentSearchResult(request, node));
29871
+ }
29872
+ }
29873
+ /**
29874
+ * DocumentSearchResult model
29875
+ *
29876
+ * @param request - function to call the graphql client
29877
+ * @param data - L.DocumentSearchResultFragment response data
29878
+ */
29879
+ class DocumentSearchResult extends Request {
29880
+ constructor(request, data) {
29881
+ var _a, _b, _c, _d, _e, _f, _g, _h;
29882
+ super(request);
29883
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29884
+ this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
29885
+ this.content = (_c = data.content) !== null && _c !== void 0 ? _c : undefined;
29886
+ this.contentData = (_d = parseJson(data.contentData)) !== null && _d !== void 0 ? _d : undefined;
29887
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
29888
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
29889
+ this.id = data.id;
29890
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
29891
+ this.slugId = data.slugId;
29892
+ this.title = data.title;
29893
+ this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
29894
+ this._creator = data.creator;
29895
+ this._project = data.project;
29896
+ this._updatedBy = data.updatedBy;
29897
+ }
29898
+ /** The user who created the document. */
29899
+ get creator() {
29900
+ return new UserQuery(this._request).fetch(this._creator.id);
29901
+ }
29902
+ /** The project that the document is associated with. */
29903
+ get project() {
29904
+ return new ProjectQuery(this._request).fetch(this._project.id);
29905
+ }
29906
+ /** The user who last updated the document. */
29907
+ get updatedBy() {
29908
+ return new UserQuery(this._request).fetch(this._updatedBy.id);
29909
+ }
29910
+ }
29911
+ /**
29912
+ * DocumentSearchResultConnection model
29913
+ *
29914
+ * @param request - function to call the graphql client
29915
+ * @param fetch - function to trigger a refetch of this DocumentSearchResultConnection model
29916
+ * @param data - DocumentSearchResultConnection response data
29917
+ */
29918
+ class DocumentSearchResultConnection extends Connection {
29919
+ constructor(request, fetch, data) {
29920
+ super(request, fetch, data.nodes.map(node => new DocumentSearchResult(request, node)), new PageInfo(request, data.pageInfo));
29921
+ }
29922
+ }
28370
29923
  /**
28371
29924
  * EmailUnsubscribePayload model
28372
29925
  *
@@ -28546,7 +30099,7 @@
28546
30099
  var _a, _b;
28547
30100
  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
30101
  }
28549
- /** The team of the favorited predefiend view. */
30102
+ /** The team of the favorited predefined view. */
28550
30103
  get predefinedViewTeam() {
28551
30104
  var _a, _b;
28552
30105
  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 +30607,7 @@
29054
30607
  */
29055
30608
  class Issue extends Request {
29056
30609
  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;
30610
+ 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
30611
  super(request);
29059
30612
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29060
30613
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -29087,10 +30640,11 @@
29087
30640
  this._assignee = (_s = data.assignee) !== null && _s !== void 0 ? _s : undefined;
29088
30641
  this._creator = (_t = data.creator) !== null && _t !== void 0 ? _t : undefined;
29089
30642
  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;
30643
+ this._favorite = (_v = data.favorite) !== null && _v !== void 0 ? _v : undefined;
30644
+ this._parent = (_w = data.parent) !== null && _w !== void 0 ? _w : undefined;
30645
+ this._project = (_x = data.project) !== null && _x !== void 0 ? _x : undefined;
30646
+ this._projectMilestone = (_y = data.projectMilestone) !== null && _y !== void 0 ? _y : undefined;
30647
+ this._snoozedBy = (_z = data.snoozedBy) !== null && _z !== void 0 ? _z : undefined;
29094
30648
  this._state = data.state;
29095
30649
  this._team = data.team;
29096
30650
  }
@@ -29109,6 +30663,11 @@
29109
30663
  var _a, _b;
29110
30664
  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
30665
  }
30666
+ /** The users favorite associated with this issue. */
30667
+ get favorite() {
30668
+ var _a, _b;
30669
+ 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;
30670
+ }
29112
30671
  /** The parent of the issue. */
29113
30672
  get parent() {
29114
30673
  var _a, _b;
@@ -29218,6 +30777,19 @@
29218
30777
  super(request, fetch, data.nodes.map(node => new Issue(request, node)), new PageInfo(request, data.pageInfo));
29219
30778
  }
29220
30779
  }
30780
+ /**
30781
+ * IssueFilterSuggestionPayload model
30782
+ *
30783
+ * @param request - function to call the graphql client
30784
+ * @param data - L.IssueFilterSuggestionPayloadFragment response data
30785
+ */
30786
+ class IssueFilterSuggestionPayload extends Request {
30787
+ constructor(request, data) {
30788
+ var _a;
30789
+ super(request);
30790
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
30791
+ }
30792
+ }
29221
30793
  /**
29222
30794
  * A record of changes to an issue.
29223
30795
  *
@@ -29385,19 +30957,21 @@
29385
30957
  */
29386
30958
  class IssueImport extends Request {
29387
30959
  constructor(request, data) {
29388
- var _a, _b, _c, _d, _e, _f, _g;
30960
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
29389
30961
  super(request);
29390
30962
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
29391
30963
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
29392
30964
  this.creatorId = data.creatorId;
29393
- this.error = (_c = data.error) !== null && _c !== void 0 ? _c : undefined;
30965
+ this.csvFileUrl = (_c = data.csvFileUrl) !== null && _c !== void 0 ? _c : undefined;
30966
+ this.error = (_d = data.error) !== null && _d !== void 0 ? _d : undefined;
30967
+ this.errorMetadata = (_e = parseJson(data.errorMetadata)) !== null && _e !== void 0 ? _e : undefined;
29394
30968
  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;
30969
+ this.mapping = (_f = parseJson(data.mapping)) !== null && _f !== void 0 ? _f : undefined;
30970
+ this.progress = (_g = data.progress) !== null && _g !== void 0 ? _g : undefined;
29397
30971
  this.service = data.service;
29398
30972
  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();
30973
+ this.teamName = (_h = data.teamName) !== null && _h !== void 0 ? _h : undefined;
30974
+ this.updatedAt = (_j = parseDate(data.updatedAt)) !== null && _j !== void 0 ? _j : new Date();
29401
30975
  }
29402
30976
  /** Deletes an import job. */
29403
30977
  delete(issueImportId) {
@@ -29408,6 +30982,18 @@
29408
30982
  return new UpdateIssueImportMutation(this._request).fetch(this.id, input);
29409
30983
  }
29410
30984
  }
30985
+ /**
30986
+ * IssueImportCheckPayload model
30987
+ *
30988
+ * @param request - function to call the graphql client
30989
+ * @param data - L.IssueImportCheckPayloadFragment response data
30990
+ */
30991
+ class IssueImportCheckPayload extends Request {
30992
+ constructor(request, data) {
30993
+ super(request);
30994
+ this.success = data.success;
30995
+ }
30996
+ }
29411
30997
  /**
29412
30998
  * IssueImportDeletePayload model
29413
30999
  *
@@ -29556,7 +31142,7 @@
29556
31142
  this._team = data.team;
29557
31143
  this._user = data.user;
29558
31144
  }
29559
- /** The user that caused the notification. If empty it's Linear itself. */
31145
+ /** The user that caused the notification. */
29560
31146
  get actor() {
29561
31147
  var _a, _b;
29562
31148
  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 +31280,134 @@
29694
31280
  return new IssueRelationQuery(this._request).fetch(this._issueRelation.id);
29695
31281
  }
29696
31282
  }
31283
+ /**
31284
+ * IssueSearchPayload model
31285
+ *
31286
+ * @param request - function to call the graphql client
31287
+ * @param data - L.IssueSearchPayloadFragment response data
31288
+ */
31289
+ class IssueSearchPayload extends Request {
31290
+ constructor(request, data) {
31291
+ super(request);
31292
+ this.totalCount = data.totalCount;
31293
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
31294
+ this.pageInfo = new PageInfo(request, data.pageInfo);
31295
+ this.nodes = data.nodes.map(node => new IssueSearchResult(request, node));
31296
+ }
31297
+ }
31298
+ /**
31299
+ * IssueSearchResult model
31300
+ *
31301
+ * @param request - function to call the graphql client
31302
+ * @param data - L.IssueSearchResultFragment response data
31303
+ */
31304
+ class IssueSearchResult extends Request {
31305
+ constructor(request, data) {
31306
+ 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;
31307
+ super(request);
31308
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
31309
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
31310
+ this.autoClosedAt = (_c = parseDate(data.autoClosedAt)) !== null && _c !== void 0 ? _c : undefined;
31311
+ this.boardOrder = data.boardOrder;
31312
+ this.branchName = data.branchName;
31313
+ this.canceledAt = (_d = parseDate(data.canceledAt)) !== null && _d !== void 0 ? _d : undefined;
31314
+ this.completedAt = (_e = parseDate(data.completedAt)) !== null && _e !== void 0 ? _e : undefined;
31315
+ this.createdAt = (_f = parseDate(data.createdAt)) !== null && _f !== void 0 ? _f : new Date();
31316
+ this.customerTicketCount = data.customerTicketCount;
31317
+ this.description = (_g = data.description) !== null && _g !== void 0 ? _g : undefined;
31318
+ this.dueDate = (_h = data.dueDate) !== null && _h !== void 0 ? _h : undefined;
31319
+ this.estimate = (_j = data.estimate) !== null && _j !== void 0 ? _j : undefined;
31320
+ this.id = data.id;
31321
+ this.identifier = data.identifier;
31322
+ this.metadata = (_k = parseJson(data.metadata)) !== null && _k !== void 0 ? _k : {};
31323
+ this.number = data.number;
31324
+ this.previousIdentifiers = data.previousIdentifiers;
31325
+ this.priority = data.priority;
31326
+ this.priorityLabel = data.priorityLabel;
31327
+ this.snoozedUntilAt = (_l = parseDate(data.snoozedUntilAt)) !== null && _l !== void 0 ? _l : undefined;
31328
+ this.sortOrder = data.sortOrder;
31329
+ this.startedAt = (_m = parseDate(data.startedAt)) !== null && _m !== void 0 ? _m : undefined;
31330
+ this.startedTriageAt = (_o = parseDate(data.startedTriageAt)) !== null && _o !== void 0 ? _o : undefined;
31331
+ this.subIssueSortOrder = (_p = data.subIssueSortOrder) !== null && _p !== void 0 ? _p : undefined;
31332
+ this.title = data.title;
31333
+ this.trashed = (_q = data.trashed) !== null && _q !== void 0 ? _q : undefined;
31334
+ this.triagedAt = (_r = parseDate(data.triagedAt)) !== null && _r !== void 0 ? _r : undefined;
31335
+ this.updatedAt = (_s = parseDate(data.updatedAt)) !== null && _s !== void 0 ? _s : new Date();
31336
+ this.url = data.url;
31337
+ this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
31338
+ this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
31339
+ this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
31340
+ this._favorite = (_w = data.favorite) !== null && _w !== void 0 ? _w : undefined;
31341
+ this._parent = (_x = data.parent) !== null && _x !== void 0 ? _x : undefined;
31342
+ this._project = (_y = data.project) !== null && _y !== void 0 ? _y : undefined;
31343
+ this._projectMilestone = (_z = data.projectMilestone) !== null && _z !== void 0 ? _z : undefined;
31344
+ this._snoozedBy = (_0 = data.snoozedBy) !== null && _0 !== void 0 ? _0 : undefined;
31345
+ this._state = data.state;
31346
+ this._team = data.team;
31347
+ }
31348
+ /** The user to whom the issue is assigned to. */
31349
+ get assignee() {
31350
+ var _a, _b;
31351
+ 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;
31352
+ }
31353
+ /** The user who created the issue. */
31354
+ get creator() {
31355
+ var _a, _b;
31356
+ 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;
31357
+ }
31358
+ /** The cycle that the issue is associated with. */
31359
+ get cycle() {
31360
+ var _a, _b;
31361
+ 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;
31362
+ }
31363
+ /** The users favorite associated with this issue. */
31364
+ get favorite() {
31365
+ var _a, _b;
31366
+ 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;
31367
+ }
31368
+ /** The parent of the issue. */
31369
+ get parent() {
31370
+ var _a, _b;
31371
+ 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;
31372
+ }
31373
+ /** The project that the issue is associated with. */
31374
+ get project() {
31375
+ var _a, _b;
31376
+ 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;
31377
+ }
31378
+ /** The projectMilestone that the issue is associated with. */
31379
+ get projectMilestone() {
31380
+ var _a, _b;
31381
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
31382
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
31383
+ : undefined;
31384
+ }
31385
+ /** The user who snoozed the issue. */
31386
+ get snoozedBy() {
31387
+ var _a, _b;
31388
+ 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;
31389
+ }
31390
+ /** The workflow state that the issue is associated with. */
31391
+ get state() {
31392
+ return new WorkflowStateQuery(this._request).fetch(this._state.id);
31393
+ }
31394
+ /** The team that the issue is associated with. */
31395
+ get team() {
31396
+ return new TeamQuery(this._request).fetch(this._team.id);
31397
+ }
31398
+ }
31399
+ /**
31400
+ * IssueSearchResultConnection model
31401
+ *
31402
+ * @param request - function to call the graphql client
31403
+ * @param fetch - function to trigger a refetch of this IssueSearchResultConnection model
31404
+ * @param data - IssueSearchResultConnection response data
31405
+ */
31406
+ class IssueSearchResultConnection extends Connection {
31407
+ constructor(request, fetch, data) {
31408
+ super(request, fetch, data.nodes.map(node => new IssueSearchResult(request, node)), new PageInfo(request, data.pageInfo));
31409
+ }
31410
+ }
29697
31411
  /**
29698
31412
  * Tuple for mapping Jira projects to Linear teams.
29699
31413
  *
@@ -29782,7 +31496,7 @@
29782
31496
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
29783
31497
  this._user = data.user;
29784
31498
  }
29785
- /** The user that caused the notification. If empty it's Linear itself. */
31499
+ /** The user that caused the notification. */
29786
31500
  get actor() {
29787
31501
  var _a, _b;
29788
31502
  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 +31729,7 @@
30015
31729
  this._actor = (_h = data.actor) !== null && _h !== void 0 ? _h : undefined;
30016
31730
  this._user = data.user;
30017
31731
  }
30018
- /** The user that caused the notification. If empty it's Linear itself. */
31732
+ /** The user that caused the notification. */
30019
31733
  get actor() {
30020
31734
  var _a, _b;
30021
31735
  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;
@@ -30341,28 +32055,6 @@
30341
32055
  return new OrganizationQuery(this._request).fetch();
30342
32056
  }
30343
32057
  }
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
32058
  /**
30367
32059
  * A project.
30368
32060
  *
@@ -30488,6 +32180,19 @@
30488
32180
  super(request, fetch, data.nodes.map(node => new Project(request, node)), new PageInfo(request, data.pageInfo));
30489
32181
  }
30490
32182
  }
32183
+ /**
32184
+ * ProjectFilterSuggestionPayload model
32185
+ *
32186
+ * @param request - function to call the graphql client
32187
+ * @param data - L.ProjectFilterSuggestionPayloadFragment response data
32188
+ */
32189
+ class ProjectFilterSuggestionPayload extends Request {
32190
+ constructor(request, data) {
32191
+ var _a;
32192
+ super(request);
32193
+ this.filter = (_a = parseJson(data.filter)) !== null && _a !== void 0 ? _a : undefined;
32194
+ }
32195
+ }
30491
32196
  /**
30492
32197
  * An external link for a project.
30493
32198
  *
@@ -30649,7 +32354,7 @@
30649
32354
  this._projectUpdate = (_j = data.projectUpdate) !== null && _j !== void 0 ? _j : undefined;
30650
32355
  this._user = data.user;
30651
32356
  }
30652
- /** The user that caused the notification. If empty it's Linear itself. */
32357
+ /** The user that caused the notification. */
30653
32358
  get actor() {
30654
32359
  var _a, _b;
30655
32360
  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 +32426,99 @@
30721
32426
  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
32427
  }
30723
32428
  }
32429
+ /**
32430
+ * ProjectSearchPayload model
32431
+ *
32432
+ * @param request - function to call the graphql client
32433
+ * @param data - L.ProjectSearchPayloadFragment response data
32434
+ */
32435
+ class ProjectSearchPayload extends Request {
32436
+ constructor(request, data) {
32437
+ super(request);
32438
+ this.totalCount = data.totalCount;
32439
+ this.archivePayload = new ArchiveResponse(request, data.archivePayload);
32440
+ this.pageInfo = new PageInfo(request, data.pageInfo);
32441
+ this.nodes = data.nodes.map(node => new ProjectSearchResult(request, node));
32442
+ }
32443
+ }
32444
+ /**
32445
+ * ProjectSearchResult model
32446
+ *
32447
+ * @param request - function to call the graphql client
32448
+ * @param data - L.ProjectSearchResultFragment response data
32449
+ */
32450
+ class ProjectSearchResult extends Request {
32451
+ constructor(request, data) {
32452
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
32453
+ super(request);
32454
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
32455
+ this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
32456
+ this.canceledAt = (_c = parseDate(data.canceledAt)) !== null && _c !== void 0 ? _c : undefined;
32457
+ this.color = data.color;
32458
+ this.completedAt = (_d = parseDate(data.completedAt)) !== null && _d !== void 0 ? _d : undefined;
32459
+ this.completedIssueCountHistory = data.completedIssueCountHistory;
32460
+ this.completedScopeHistory = data.completedScopeHistory;
32461
+ this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
32462
+ this.description = data.description;
32463
+ this.icon = (_f = data.icon) !== null && _f !== void 0 ? _f : undefined;
32464
+ this.id = data.id;
32465
+ this.inProgressScopeHistory = data.inProgressScopeHistory;
32466
+ this.issueCountHistory = data.issueCountHistory;
32467
+ this.metadata = (_g = parseJson(data.metadata)) !== null && _g !== void 0 ? _g : {};
32468
+ this.name = data.name;
32469
+ this.progress = data.progress;
32470
+ this.projectUpdateRemindersPausedUntilAt = (_h = parseDate(data.projectUpdateRemindersPausedUntilAt)) !== null && _h !== void 0 ? _h : undefined;
32471
+ this.scope = data.scope;
32472
+ this.scopeHistory = data.scopeHistory;
32473
+ this.slackIssueComments = data.slackIssueComments;
32474
+ this.slackIssueStatuses = data.slackIssueStatuses;
32475
+ this.slackNewIssue = data.slackNewIssue;
32476
+ this.slugId = data.slugId;
32477
+ this.sortOrder = data.sortOrder;
32478
+ this.startedAt = (_j = parseDate(data.startedAt)) !== null && _j !== void 0 ? _j : undefined;
32479
+ this.state = data.state;
32480
+ this.targetDate = (_k = data.targetDate) !== null && _k !== void 0 ? _k : undefined;
32481
+ this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
32482
+ this.url = data.url;
32483
+ this._convertedFromIssue = (_m = data.convertedFromIssue) !== null && _m !== void 0 ? _m : undefined;
32484
+ this._creator = data.creator;
32485
+ this._integrationsSettings = (_o = data.integrationsSettings) !== null && _o !== void 0 ? _o : undefined;
32486
+ this._lead = (_p = data.lead) !== null && _p !== void 0 ? _p : undefined;
32487
+ }
32488
+ /** The project was created based on this issue. */
32489
+ get convertedFromIssue() {
32490
+ var _a, _b;
32491
+ 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;
32492
+ }
32493
+ /** The user who created the project. */
32494
+ get creator() {
32495
+ return new UserQuery(this._request).fetch(this._creator.id);
32496
+ }
32497
+ /** Settings for all integrations associated with that project. */
32498
+ get integrationsSettings() {
32499
+ var _a, _b;
32500
+ return ((_a = this._integrationsSettings) === null || _a === void 0 ? void 0 : _a.id)
32501
+ ? new IntegrationsSettingsQuery(this._request).fetch((_b = this._integrationsSettings) === null || _b === void 0 ? void 0 : _b.id)
32502
+ : undefined;
32503
+ }
32504
+ /** The project lead. */
32505
+ get lead() {
32506
+ var _a, _b;
32507
+ 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;
32508
+ }
32509
+ }
32510
+ /**
32511
+ * ProjectSearchResultConnection model
32512
+ *
32513
+ * @param request - function to call the graphql client
32514
+ * @param fetch - function to trigger a refetch of this ProjectSearchResultConnection model
32515
+ * @param data - ProjectSearchResultConnection response data
32516
+ */
32517
+ class ProjectSearchResultConnection extends Connection {
32518
+ constructor(request, fetch, data) {
32519
+ super(request, fetch, data.nodes.map(node => new ProjectSearchResult(request, node)), new PageInfo(request, data.pageInfo));
32520
+ }
32521
+ }
30724
32522
  /**
30725
32523
  * A update associated with an project.
30726
32524
  *
@@ -33302,6 +35100,34 @@
33302
35100
  });
33303
35101
  }
33304
35102
  }
35103
+ /**
35104
+ * A fetchable ImportFileUpload Mutation
35105
+ *
35106
+ * @param request - function to call the graphql client
35107
+ */
35108
+ class ImportFileUploadMutation extends Request {
35109
+ constructor(request) {
35110
+ super(request);
35111
+ }
35112
+ /**
35113
+ * Call the ImportFileUpload mutation and return a UploadPayload
35114
+ *
35115
+ * @param contentType - required contentType to pass to importFileUpload
35116
+ * @param filename - required filename to pass to importFileUpload
35117
+ * @param size - required size to pass to importFileUpload
35118
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
35119
+ * @returns parsed response from ImportFileUploadMutation
35120
+ */
35121
+ fetch(contentType, filename, size, variables) {
35122
+ return __awaiter(this, void 0, void 0, function* () {
35123
+ const response = yield this._request(ImportFileUploadDocument, Object.assign({ contentType,
35124
+ filename,
35125
+ size }, variables));
35126
+ const data = response.importFileUpload;
35127
+ return new UploadPayload(this._request, data);
35128
+ });
35129
+ }
35130
+ }
33305
35131
  /**
33306
35132
  * A fetchable DeleteIntegration Mutation
33307
35133
  *
@@ -34109,6 +35935,30 @@
34109
35935
  });
34110
35936
  }
34111
35937
  }
35938
+ /**
35939
+ * A fetchable IssueImportCreateCsvJira Mutation
35940
+ *
35941
+ * @param request - function to call the graphql client
35942
+ */
35943
+ class IssueImportCreateCsvJiraMutation extends Request {
35944
+ constructor(request) {
35945
+ super(request);
35946
+ }
35947
+ /**
35948
+ * Call the IssueImportCreateCsvJira mutation and return a IssueImportPayload
35949
+ *
35950
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
35951
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
35952
+ * @returns parsed response from IssueImportCreateCsvJiraMutation
35953
+ */
35954
+ fetch(csvUrl, variables) {
35955
+ return __awaiter(this, void 0, void 0, function* () {
35956
+ const response = yield this._request(IssueImportCreateCsvJiraDocument, Object.assign({ csvUrl }, variables));
35957
+ const data = response.issueImportCreateCSVJira;
35958
+ return new IssueImportPayload(this._request, data);
35959
+ });
35960
+ }
35961
+ }
34112
35962
  /**
34113
35963
  * A fetchable IssueImportCreateClubhouse Mutation
34114
35964
  *
@@ -34121,14 +35971,14 @@
34121
35971
  /**
34122
35972
  * Call the IssueImportCreateClubhouse mutation and return a IssueImportPayload
34123
35973
  *
34124
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
35974
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
34125
35975
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
34126
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
35976
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
34127
35977
  * @returns parsed response from IssueImportCreateClubhouseMutation
34128
35978
  */
34129
- fetch(clubhouseTeamName, clubhouseToken, variables) {
35979
+ fetch(clubhouseGroupName, clubhouseToken, variables) {
34130
35980
  return __awaiter(this, void 0, void 0, function* () {
34131
- const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseTeamName,
35981
+ const response = yield this._request(IssueImportCreateClubhouseDocument, Object.assign({ clubhouseGroupName,
34132
35982
  clubhouseToken }, variables));
34133
35983
  const data = response.issueImportCreateClubhouse;
34134
35984
  return new IssueImportPayload(this._request, data);
@@ -37421,6 +39271,82 @@
37421
39271
  });
37422
39272
  }
37423
39273
  }
39274
+ /**
39275
+ * A fetchable IssueFigmaFileKeySearch Query
39276
+ *
39277
+ * @param request - function to call the graphql client
39278
+ */
39279
+ class IssueFigmaFileKeySearchQuery extends Request {
39280
+ constructor(request) {
39281
+ super(request);
39282
+ }
39283
+ /**
39284
+ * Call the IssueFigmaFileKeySearch query and return a IssueConnection
39285
+ *
39286
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
39287
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
39288
+ * @returns parsed response from IssueFigmaFileKeySearchQuery
39289
+ */
39290
+ fetch(fileKey, variables) {
39291
+ return __awaiter(this, void 0, void 0, function* () {
39292
+ const response = yield this._request(IssueFigmaFileKeySearchDocument, Object.assign({ fileKey }, variables));
39293
+ const data = response.issueFigmaFileKeySearch;
39294
+ return new IssueConnection(this._request, connection => this.fetch(fileKey, defaultConnection(Object.assign(Object.assign({}, variables), connection))), data);
39295
+ });
39296
+ }
39297
+ }
39298
+ /**
39299
+ * A fetchable IssueFilterSuggestion Query
39300
+ *
39301
+ * @param request - function to call the graphql client
39302
+ */
39303
+ class IssueFilterSuggestionQuery extends Request {
39304
+ constructor(request) {
39305
+ super(request);
39306
+ }
39307
+ /**
39308
+ * Call the IssueFilterSuggestion query and return a IssueFilterSuggestionPayload
39309
+ *
39310
+ * @param prompt - required prompt to pass to issueFilterSuggestion
39311
+ * @returns parsed response from IssueFilterSuggestionQuery
39312
+ */
39313
+ fetch(prompt) {
39314
+ return __awaiter(this, void 0, void 0, function* () {
39315
+ const response = yield this._request(IssueFilterSuggestionDocument, {
39316
+ prompt,
39317
+ });
39318
+ const data = response.issueFilterSuggestion;
39319
+ return new IssueFilterSuggestionPayload(this._request, data);
39320
+ });
39321
+ }
39322
+ }
39323
+ /**
39324
+ * A fetchable IssueImportCheckCsv Query
39325
+ *
39326
+ * @param request - function to call the graphql client
39327
+ */
39328
+ class IssueImportCheckCsvQuery extends Request {
39329
+ constructor(request) {
39330
+ super(request);
39331
+ }
39332
+ /**
39333
+ * Call the IssueImportCheckCsv query and return a IssueImportCheckPayload
39334
+ *
39335
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
39336
+ * @param service - required service to pass to issueImportCheckCSV
39337
+ * @returns parsed response from IssueImportCheckCsvQuery
39338
+ */
39339
+ fetch(csvUrl, service) {
39340
+ return __awaiter(this, void 0, void 0, function* () {
39341
+ const response = yield this._request(IssueImportCheckCsvDocument, {
39342
+ csvUrl,
39343
+ service,
39344
+ });
39345
+ const data = response.issueImportCheckCSV;
39346
+ return new IssueImportCheckPayload(this._request, data);
39347
+ });
39348
+ }
39349
+ }
37424
39350
  /**
37425
39351
  * A fetchable IssueImportFinishGithubOAuth Query
37426
39352
  *
@@ -37871,6 +39797,31 @@
37871
39797
  });
37872
39798
  }
37873
39799
  }
39800
+ /**
39801
+ * A fetchable ProjectFilterSuggestion Query
39802
+ *
39803
+ * @param request - function to call the graphql client
39804
+ */
39805
+ class ProjectFilterSuggestionQuery extends Request {
39806
+ constructor(request) {
39807
+ super(request);
39808
+ }
39809
+ /**
39810
+ * Call the ProjectFilterSuggestion query and return a ProjectFilterSuggestionPayload
39811
+ *
39812
+ * @param prompt - required prompt to pass to projectFilterSuggestion
39813
+ * @returns parsed response from ProjectFilterSuggestionQuery
39814
+ */
39815
+ fetch(prompt) {
39816
+ return __awaiter(this, void 0, void 0, function* () {
39817
+ const response = yield this._request(ProjectFilterSuggestionDocument, {
39818
+ prompt,
39819
+ });
39820
+ const data = response.projectFilterSuggestion;
39821
+ return new ProjectFilterSuggestionPayload(this._request, data);
39822
+ });
39823
+ }
39824
+ }
37874
39825
  /**
37875
39826
  * A fetchable ProjectLink Query
37876
39827
  *
@@ -38178,6 +40129,78 @@
38178
40129
  });
38179
40130
  }
38180
40131
  }
40132
+ /**
40133
+ * A fetchable SearchDocuments Query
40134
+ *
40135
+ * @param request - function to call the graphql client
40136
+ */
40137
+ class SearchDocumentsQuery extends Request {
40138
+ constructor(request) {
40139
+ super(request);
40140
+ }
40141
+ /**
40142
+ * Call the SearchDocuments query and return a DocumentSearchPayload
40143
+ *
40144
+ * @param term - required term to pass to searchDocuments
40145
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
40146
+ * @returns parsed response from SearchDocumentsQuery
40147
+ */
40148
+ fetch(term, variables) {
40149
+ return __awaiter(this, void 0, void 0, function* () {
40150
+ const response = yield this._request(SearchDocumentsDocument, Object.assign({ term }, variables));
40151
+ const data = response.searchDocuments;
40152
+ return new DocumentSearchPayload(this._request, data);
40153
+ });
40154
+ }
40155
+ }
40156
+ /**
40157
+ * A fetchable SearchIssues Query
40158
+ *
40159
+ * @param request - function to call the graphql client
40160
+ */
40161
+ class SearchIssuesQuery extends Request {
40162
+ constructor(request) {
40163
+ super(request);
40164
+ }
40165
+ /**
40166
+ * Call the SearchIssues query and return a IssueSearchPayload
40167
+ *
40168
+ * @param term - required term to pass to searchIssues
40169
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
40170
+ * @returns parsed response from SearchIssuesQuery
40171
+ */
40172
+ fetch(term, variables) {
40173
+ return __awaiter(this, void 0, void 0, function* () {
40174
+ const response = yield this._request(SearchIssuesDocument, Object.assign({ term }, variables));
40175
+ const data = response.searchIssues;
40176
+ return new IssueSearchPayload(this._request, data);
40177
+ });
40178
+ }
40179
+ }
40180
+ /**
40181
+ * A fetchable SearchProjects Query
40182
+ *
40183
+ * @param request - function to call the graphql client
40184
+ */
40185
+ class SearchProjectsQuery extends Request {
40186
+ constructor(request) {
40187
+ super(request);
40188
+ }
40189
+ /**
40190
+ * Call the SearchProjects query and return a ProjectSearchPayload
40191
+ *
40192
+ * @param term - required term to pass to searchProjects
40193
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
40194
+ * @returns parsed response from SearchProjectsQuery
40195
+ */
40196
+ fetch(term, variables) {
40197
+ return __awaiter(this, void 0, void 0, function* () {
40198
+ const response = yield this._request(SearchProjectsDocument, Object.assign({ term }, variables));
40199
+ const data = response.searchProjects;
40200
+ return new ProjectSearchPayload(this._request, data);
40201
+ });
40202
+ }
40203
+ }
38181
40204
  /**
38182
40205
  * A fetchable SsoUrlFromEmail Query
38183
40206
  *
@@ -39783,6 +41806,87 @@
39783
41806
  });
39784
41807
  }
39785
41808
  }
41809
+ /**
41810
+ * A fetchable SearchDocuments_ArchivePayload Query
41811
+ *
41812
+ * @param request - function to call the graphql client
41813
+ * @param term - required term to pass to searchDocuments
41814
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
41815
+ */
41816
+ class SearchDocuments_ArchivePayloadQuery extends Request {
41817
+ constructor(request, term, variables) {
41818
+ super(request);
41819
+ this._term = term;
41820
+ this._variables = variables;
41821
+ }
41822
+ /**
41823
+ * Call the SearchDocuments_ArchivePayload query and return a ArchiveResponse
41824
+ *
41825
+ * @param variables - variables without 'term' to pass into the SearchDocuments_ArchivePayloadQuery
41826
+ * @returns parsed response from SearchDocuments_ArchivePayloadQuery
41827
+ */
41828
+ fetch(variables) {
41829
+ return __awaiter(this, void 0, void 0, function* () {
41830
+ const response = yield this._request(SearchDocuments_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
41831
+ const data = response.searchDocuments.archivePayload;
41832
+ return new ArchiveResponse(this._request, data);
41833
+ });
41834
+ }
41835
+ }
41836
+ /**
41837
+ * A fetchable SearchIssues_ArchivePayload Query
41838
+ *
41839
+ * @param request - function to call the graphql client
41840
+ * @param term - required term to pass to searchIssues
41841
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
41842
+ */
41843
+ class SearchIssues_ArchivePayloadQuery extends Request {
41844
+ constructor(request, term, variables) {
41845
+ super(request);
41846
+ this._term = term;
41847
+ this._variables = variables;
41848
+ }
41849
+ /**
41850
+ * Call the SearchIssues_ArchivePayload query and return a ArchiveResponse
41851
+ *
41852
+ * @param variables - variables without 'term' to pass into the SearchIssues_ArchivePayloadQuery
41853
+ * @returns parsed response from SearchIssues_ArchivePayloadQuery
41854
+ */
41855
+ fetch(variables) {
41856
+ return __awaiter(this, void 0, void 0, function* () {
41857
+ const response = yield this._request(SearchIssues_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
41858
+ const data = response.searchIssues.archivePayload;
41859
+ return new ArchiveResponse(this._request, data);
41860
+ });
41861
+ }
41862
+ }
41863
+ /**
41864
+ * A fetchable SearchProjects_ArchivePayload Query
41865
+ *
41866
+ * @param request - function to call the graphql client
41867
+ * @param term - required term to pass to searchProjects
41868
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
41869
+ */
41870
+ class SearchProjects_ArchivePayloadQuery extends Request {
41871
+ constructor(request, term, variables) {
41872
+ super(request);
41873
+ this._term = term;
41874
+ this._variables = variables;
41875
+ }
41876
+ /**
41877
+ * Call the SearchProjects_ArchivePayload query and return a ArchiveResponse
41878
+ *
41879
+ * @param variables - variables without 'term' to pass into the SearchProjects_ArchivePayloadQuery
41880
+ * @returns parsed response from SearchProjects_ArchivePayloadQuery
41881
+ */
41882
+ fetch(variables) {
41883
+ return __awaiter(this, void 0, void 0, function* () {
41884
+ const response = yield this._request(SearchProjects_ArchivePayloadDocument, Object.assign(Object.assign({ term: this._term }, this._variables), variables));
41885
+ const data = response.searchProjects.archivePayload;
41886
+ return new ArchiveResponse(this._request, data);
41887
+ });
41888
+ }
41889
+ }
39786
41890
  /**
39787
41891
  * A fetchable Team_Cycles Query
39788
41892
  *
@@ -40649,6 +42753,18 @@
40649
42753
  imageUploadFromUrl(url) {
40650
42754
  return new ImageUploadFromUrlMutation(this._request).fetch(url);
40651
42755
  }
42756
+ /**
42757
+ * XHR request payload to upload a file for import, directly to Linear's cloud storage.
42758
+ *
42759
+ * @param contentType - required contentType to pass to importFileUpload
42760
+ * @param filename - required filename to pass to importFileUpload
42761
+ * @param size - required size to pass to importFileUpload
42762
+ * @param variables - variables without 'contentType', 'filename', 'size' to pass into the ImportFileUploadMutation
42763
+ * @returns UploadPayload
42764
+ */
42765
+ importFileUpload(contentType, filename, size, variables) {
42766
+ return new ImportFileUploadMutation(this._request).fetch(contentType, filename, size, variables);
42767
+ }
40652
42768
  /**
40653
42769
  * Deletes an integration.
40654
42770
  *
@@ -40953,16 +43069,26 @@
40953
43069
  issueImportCreateAsana(asanaTeamName, asanaToken, variables) {
40954
43070
  return new IssueImportCreateAsanaMutation(this._request).fetch(asanaTeamName, asanaToken, variables);
40955
43071
  }
43072
+ /**
43073
+ * Kicks off a Jira import job from a CSV.
43074
+ *
43075
+ * @param csvUrl - required csvUrl to pass to issueImportCreateCSVJira
43076
+ * @param variables - variables without 'csvUrl' to pass into the IssueImportCreateCsvJiraMutation
43077
+ * @returns IssueImportPayload
43078
+ */
43079
+ issueImportCreateCSVJira(csvUrl, variables) {
43080
+ return new IssueImportCreateCsvJiraMutation(this._request).fetch(csvUrl, variables);
43081
+ }
40956
43082
  /**
40957
43083
  * Kicks off a Shortcut (formerly Clubhouse) import job.
40958
43084
  *
40959
- * @param clubhouseTeamName - required clubhouseTeamName to pass to issueImportCreateClubhouse
43085
+ * @param clubhouseGroupName - required clubhouseGroupName to pass to issueImportCreateClubhouse
40960
43086
  * @param clubhouseToken - required clubhouseToken to pass to issueImportCreateClubhouse
40961
- * @param variables - variables without 'clubhouseTeamName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
43087
+ * @param variables - variables without 'clubhouseGroupName', 'clubhouseToken' to pass into the IssueImportCreateClubhouseMutation
40962
43088
  * @returns IssueImportPayload
40963
43089
  */
40964
- issueImportCreateClubhouse(clubhouseTeamName, clubhouseToken, variables) {
40965
- return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseTeamName, clubhouseToken, variables);
43090
+ issueImportCreateClubhouse(clubhouseGroupName, clubhouseToken, variables) {
43091
+ return new IssueImportCreateClubhouseMutation(this._request).fetch(clubhouseGroupName, clubhouseToken, variables);
40966
43092
  }
40967
43093
  /**
40968
43094
  * Kicks off a GitHub import job.
@@ -42178,6 +44304,35 @@
42178
44304
  issue(id) {
42179
44305
  return new IssueQuery(this._request).fetch(id);
42180
44306
  }
44307
+ /**
44308
+ * Find issues that are related to a given Figma file key.
44309
+ *
44310
+ * @param fileKey - required fileKey to pass to issueFigmaFileKeySearch
44311
+ * @param variables - variables without 'fileKey' to pass into the IssueFigmaFileKeySearchQuery
44312
+ * @returns IssueConnection
44313
+ */
44314
+ issueFigmaFileKeySearch(fileKey, variables) {
44315
+ return new IssueFigmaFileKeySearchQuery(this._request).fetch(fileKey, variables);
44316
+ }
44317
+ /**
44318
+ * Suggests filters for an issue view based on a text prompt.
44319
+ *
44320
+ * @param prompt - required prompt to pass to issueFilterSuggestion
44321
+ * @returns IssueFilterSuggestionPayload
44322
+ */
44323
+ issueFilterSuggestion(prompt) {
44324
+ return new IssueFilterSuggestionQuery(this._request).fetch(prompt);
44325
+ }
44326
+ /**
44327
+ * Checks a CSV file validity against a specific import service.
44328
+ *
44329
+ * @param csvUrl - required csvUrl to pass to issueImportCheckCSV
44330
+ * @param service - required service to pass to issueImportCheckCSV
44331
+ * @returns IssueImportCheckPayload
44332
+ */
44333
+ issueImportCheckCSV(csvUrl, service) {
44334
+ return new IssueImportCheckCsvQuery(this._request).fetch(csvUrl, service);
44335
+ }
42181
44336
  /**
42182
44337
  * Fetches the GitHub token, completing the OAuth flow.
42183
44338
  *
@@ -42338,6 +44493,15 @@
42338
44493
  project(id) {
42339
44494
  return new ProjectQuery(this._request).fetch(id);
42340
44495
  }
44496
+ /**
44497
+ * Suggests filters for a project view based on a text prompt.
44498
+ *
44499
+ * @param prompt - required prompt to pass to projectFilterSuggestion
44500
+ * @returns ProjectFilterSuggestionPayload
44501
+ */
44502
+ projectFilterSuggestion(prompt) {
44503
+ return new ProjectFilterSuggestionQuery(this._request).fetch(prompt);
44504
+ }
42341
44505
  /**
42342
44506
  * One specific project link.
42343
44507
  *
@@ -42453,6 +44617,36 @@
42453
44617
  roadmaps(variables) {
42454
44618
  return new RoadmapsQuery(this._request).fetch(variables);
42455
44619
  }
44620
+ /**
44621
+ * Search documents.
44622
+ *
44623
+ * @param term - required term to pass to searchDocuments
44624
+ * @param variables - variables without 'term' to pass into the SearchDocumentsQuery
44625
+ * @returns DocumentSearchPayload
44626
+ */
44627
+ searchDocuments(term, variables) {
44628
+ return new SearchDocumentsQuery(this._request).fetch(term, variables);
44629
+ }
44630
+ /**
44631
+ * Search issues.
44632
+ *
44633
+ * @param term - required term to pass to searchIssues
44634
+ * @param variables - variables without 'term' to pass into the SearchIssuesQuery
44635
+ * @returns IssueSearchPayload
44636
+ */
44637
+ searchIssues(term, variables) {
44638
+ return new SearchIssuesQuery(this._request).fetch(term, variables);
44639
+ }
44640
+ /**
44641
+ * Search projects.
44642
+ *
44643
+ * @param term - required term to pass to searchProjects
44644
+ * @param variables - variables without 'term' to pass into the SearchProjectsQuery
44645
+ * @returns ProjectSearchPayload
44646
+ */
44647
+ searchProjects(term, variables) {
44648
+ return new SearchProjectsQuery(this._request).fetch(term, variables);
44649
+ }
42456
44650
  /**
42457
44651
  * Fetch SSO login URL for the email provided.
42458
44652
  *
@@ -42685,6 +44879,7 @@
42685
44879
  exports.ArchiveNotificationMutation = ArchiveNotificationMutation;
42686
44880
  exports.ArchivePayload = ArchivePayload;
42687
44881
  exports.ArchiveProjectMutation = ArchiveProjectMutation;
44882
+ exports.ArchiveResponse = ArchiveResponse;
42688
44883
  exports.ArchiveRoadmapMutation = ArchiveRoadmapMutation;
42689
44884
  exports.ArchiveWorkflowStateMutation = ArchiveWorkflowStateMutation;
42690
44885
  exports.Attachment = Attachment;
@@ -42811,8 +45006,12 @@
42811
45006
  exports.DeleteWebhookMutation = DeleteWebhookMutation;
42812
45007
  exports.Document = Document;
42813
45008
  exports.DocumentConnection = DocumentConnection;
45009
+ exports.DocumentContent = DocumentContent;
42814
45010
  exports.DocumentPayload = DocumentPayload;
42815
45011
  exports.DocumentQuery = DocumentQuery;
45012
+ exports.DocumentSearchPayload = DocumentSearchPayload;
45013
+ exports.DocumentSearchResult = DocumentSearchResult;
45014
+ exports.DocumentSearchResultConnection = DocumentSearchResultConnection;
42816
45015
  exports.DocumentsQuery = DocumentsQuery;
42817
45016
  exports.EmailTokenUserAccountAuthMutation = EmailTokenUserAccountAuthMutation;
42818
45017
  exports.EmailUnsubscribeMutation = EmailUnsubscribeMutation;
@@ -42852,6 +45051,7 @@
42852
45051
  exports.GraphqlLinearError = GraphqlLinearError;
42853
45052
  exports.ImageUploadFromUrlMutation = ImageUploadFromUrlMutation;
42854
45053
  exports.ImageUploadFromUrlPayload = ImageUploadFromUrlPayload;
45054
+ exports.ImportFileUploadMutation = ImportFileUploadMutation;
42855
45055
  exports.Integration = Integration;
42856
45056
  exports.IntegrationConnection = IntegrationConnection;
42857
45057
  exports.IntegrationDiscordMutation = IntegrationDiscordMutation;
@@ -42892,11 +45092,17 @@
42892
45092
  exports.Issue = Issue;
42893
45093
  exports.IssueBatchPayload = IssueBatchPayload;
42894
45094
  exports.IssueConnection = IssueConnection;
45095
+ exports.IssueFigmaFileKeySearchQuery = IssueFigmaFileKeySearchQuery;
45096
+ exports.IssueFilterSuggestionPayload = IssueFilterSuggestionPayload;
45097
+ exports.IssueFilterSuggestionQuery = IssueFilterSuggestionQuery;
42895
45098
  exports.IssueHistory = IssueHistory;
42896
45099
  exports.IssueHistoryConnection = IssueHistoryConnection;
42897
45100
  exports.IssueImport = IssueImport;
45101
+ exports.IssueImportCheckCsvQuery = IssueImportCheckCsvQuery;
45102
+ exports.IssueImportCheckPayload = IssueImportCheckPayload;
42898
45103
  exports.IssueImportCreateAsanaMutation = IssueImportCreateAsanaMutation;
42899
45104
  exports.IssueImportCreateClubhouseMutation = IssueImportCreateClubhouseMutation;
45105
+ exports.IssueImportCreateCsvJiraMutation = IssueImportCreateCsvJiraMutation;
42900
45106
  exports.IssueImportCreateGithubMutation = IssueImportCreateGithubMutation;
42901
45107
  exports.IssueImportCreateJiraMutation = IssueImportCreateJiraMutation;
42902
45108
  exports.IssueImportDeletePayload = IssueImportDeletePayload;
@@ -42922,6 +45128,9 @@
42922
45128
  exports.IssueRelationQuery = IssueRelationQuery;
42923
45129
  exports.IssueRelationsQuery = IssueRelationsQuery;
42924
45130
  exports.IssueReminderMutation = IssueReminderMutation;
45131
+ exports.IssueSearchPayload = IssueSearchPayload;
45132
+ exports.IssueSearchResult = IssueSearchResult;
45133
+ exports.IssueSearchResultConnection = IssueSearchResultConnection;
42925
45134
  exports.IssueVcsBranchSearchQuery = IssueVcsBranchSearchQuery;
42926
45135
  exports.IssueVcsBranchSearch_AttachmentsQuery = IssueVcsBranchSearch_AttachmentsQuery;
42927
45136
  exports.IssueVcsBranchSearch_ChildrenQuery = IssueVcsBranchSearch_ChildrenQuery;
@@ -43002,9 +45211,10 @@
43002
45211
  exports.OtherLinearError = OtherLinearError;
43003
45212
  exports.PageInfo = PageInfo;
43004
45213
  exports.PaidSubscription = PaidSubscription;
43005
- exports.PersonalNote = PersonalNote;
43006
45214
  exports.Project = Project;
43007
45215
  exports.ProjectConnection = ProjectConnection;
45216
+ exports.ProjectFilterSuggestionPayload = ProjectFilterSuggestionPayload;
45217
+ exports.ProjectFilterSuggestionQuery = ProjectFilterSuggestionQuery;
43008
45218
  exports.ProjectLink = ProjectLink;
43009
45219
  exports.ProjectLinkConnection = ProjectLinkConnection;
43010
45220
  exports.ProjectLinkPayload = ProjectLinkPayload;
@@ -43019,6 +45229,9 @@
43019
45229
  exports.ProjectNotificationSubscription = ProjectNotificationSubscription;
43020
45230
  exports.ProjectPayload = ProjectPayload;
43021
45231
  exports.ProjectQuery = ProjectQuery;
45232
+ exports.ProjectSearchPayload = ProjectSearchPayload;
45233
+ exports.ProjectSearchResult = ProjectSearchResult;
45234
+ exports.ProjectSearchResultConnection = ProjectSearchResultConnection;
43022
45235
  exports.ProjectUpdate = ProjectUpdate;
43023
45236
  exports.ProjectUpdateConnection = ProjectUpdateConnection;
43024
45237
  exports.ProjectUpdateInteraction = ProjectUpdateInteraction;
@@ -43068,6 +45281,12 @@
43068
45281
  exports.SamlConfiguration = SamlConfiguration;
43069
45282
  exports.SamlConfigurationPayload = SamlConfigurationPayload;
43070
45283
  exports.SamlTokenUserAccountAuthMutation = SamlTokenUserAccountAuthMutation;
45284
+ exports.SearchDocumentsQuery = SearchDocumentsQuery;
45285
+ exports.SearchDocuments_ArchivePayloadQuery = SearchDocuments_ArchivePayloadQuery;
45286
+ exports.SearchIssuesQuery = SearchIssuesQuery;
45287
+ exports.SearchIssues_ArchivePayloadQuery = SearchIssues_ArchivePayloadQuery;
45288
+ exports.SearchProjectsQuery = SearchProjectsQuery;
45289
+ exports.SearchProjects_ArchivePayloadQuery = SearchProjects_ArchivePayloadQuery;
43071
45290
  exports.SentrySettings = SentrySettings;
43072
45291
  exports.SlackPostSettings = SlackPostSettings;
43073
45292
  exports.SsoUrlFromEmailQuery = SsoUrlFromEmailQuery;