@linear/sdk 2.6.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-es.js CHANGED
@@ -83462,6 +83462,7 @@ var SlaStatus;
83462
83462
  (function (SlaStatus) {
83463
83463
  SlaStatus["Breached"] = "Breached";
83464
83464
  SlaStatus["Completed"] = "Completed";
83465
+ SlaStatus["Failed"] = "Failed";
83465
83466
  SlaStatus["HighRisk"] = "HighRisk";
83466
83467
  SlaStatus["LowRisk"] = "LowRisk";
83467
83468
  SlaStatus["MediumRisk"] = "MediumRisk";
@@ -83477,6 +83478,7 @@ var UserFlagType;
83477
83478
  UserFlagType["CycleWelcomeDismissed"] = "cycleWelcomeDismissed";
83478
83479
  UserFlagType["DesktopDownloadToastDismissed"] = "desktopDownloadToastDismissed";
83479
83480
  UserFlagType["DesktopInstalled"] = "desktopInstalled";
83481
+ UserFlagType["DesktopTabsOnboardingDismissed"] = "desktopTabsOnboardingDismissed";
83480
83482
  UserFlagType["DueDateShortcutMigration"] = "dueDateShortcutMigration";
83481
83483
  UserFlagType["EmptyActiveIssuesDismissed"] = "emptyActiveIssuesDismissed";
83482
83484
  UserFlagType["EmptyBacklogDismissed"] = "emptyBacklogDismissed";
@@ -83484,12 +83486,14 @@ var UserFlagType;
83484
83486
  UserFlagType["EmptyMyIssuesDismissed"] = "emptyMyIssuesDismissed";
83485
83487
  UserFlagType["FigmaPromptDismissed"] = "figmaPromptDismissed";
83486
83488
  UserFlagType["ImportBannerDismissed"] = "importBannerDismissed";
83489
+ UserFlagType["InsightsHelpDismissed"] = "insightsHelpDismissed";
83487
83490
  UserFlagType["InsightsWelcomeDismissed"] = "insightsWelcomeDismissed";
83488
83491
  UserFlagType["IssueLabelSuggestionUsed"] = "issueLabelSuggestionUsed";
83489
83492
  UserFlagType["IssueMovePromptCompleted"] = "issueMovePromptCompleted";
83490
83493
  UserFlagType["JoinTeamIntroductionDismissed"] = "joinTeamIntroductionDismissed";
83491
83494
  UserFlagType["ListSelectionTip"] = "listSelectionTip";
83492
83495
  UserFlagType["MigrateThemePreference"] = "migrateThemePreference";
83496
+ UserFlagType["MilestoneOnboardingIsSeenAndDismissed"] = "milestoneOnboardingIsSeenAndDismissed";
83493
83497
  UserFlagType["ProjectBacklogWelcomeDismissed"] = "projectBacklogWelcomeDismissed";
83494
83498
  UserFlagType["ProjectUpdatesWelcomeDismissed"] = "projectUpdatesWelcomeDismissed";
83495
83499
  UserFlagType["ProjectWelcomeDismissed"] = "projectWelcomeDismissed";
@@ -83547,6 +83551,7 @@ var ViewType;
83547
83551
  ViewType["RoadmapAll"] = "roadmapAll";
83548
83552
  ViewType["RoadmapBacklog"] = "roadmapBacklog";
83549
83553
  ViewType["RoadmapClosed"] = "roadmapClosed";
83554
+ ViewType["Roadmaps"] = "roadmaps";
83550
83555
  ViewType["Search"] = "search";
83551
83556
  ViewType["Teams"] = "teams";
83552
83557
  ViewType["Triage"] = "triage";
@@ -83772,7 +83777,6 @@ const UserFragmentDoc = {
83772
83777
  { kind: "Field", name: { kind: "Name", value: "statusUntilAt" } },
83773
83778
  { kind: "Field", name: { kind: "Name", value: "description" } },
83774
83779
  { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
83775
- { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
83776
83780
  { kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
83777
83781
  { kind: "Field", name: { kind: "Name", value: "disableReason" } },
83778
83782
  { kind: "Field", name: { kind: "Name", value: "statusEmoji" } },
@@ -83792,6 +83796,7 @@ const UserFragmentDoc = {
83792
83796
  { kind: "Field", name: { kind: "Name", value: "guest" } },
83793
83797
  { kind: "Field", name: { kind: "Name", value: "admin" } },
83794
83798
  { kind: "Field", name: { kind: "Name", value: "isMe" } },
83799
+ { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
83795
83800
  ],
83796
83801
  },
83797
83802
  },
@@ -84378,6 +84383,7 @@ const UserSettingsFragmentDoc = {
84378
84383
  kind: "SelectionSet",
84379
84384
  selections: [
84380
84385
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
84386
+ { kind: "Field", name: { kind: "Name", value: "calendarHash" } },
84381
84387
  { kind: "Field", name: { kind: "Name", value: "unsubscribedFrom" } },
84382
84388
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84383
84389
  { kind: "Field", name: { kind: "Name", value: "notificationPreferences" } },
@@ -85096,6 +85102,25 @@ const CustomViewPayloadFragmentDoc = {
85096
85102
  },
85097
85103
  ],
85098
85104
  };
85105
+ const CustomViewSuggestionPayloadFragmentDoc = {
85106
+ kind: "Document",
85107
+ definitions: [
85108
+ {
85109
+ kind: "FragmentDefinition",
85110
+ name: { kind: "Name", value: "CustomViewSuggestionPayload" },
85111
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "CustomViewSuggestionPayload" } },
85112
+ selectionSet: {
85113
+ kind: "SelectionSet",
85114
+ selections: [
85115
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85116
+ { kind: "Field", name: { kind: "Name", value: "suggestedDescription" } },
85117
+ { kind: "Field", name: { kind: "Name", value: "suggestedIcon" } },
85118
+ { kind: "Field", name: { kind: "Name", value: "suggestedName" } },
85119
+ ],
85120
+ },
85121
+ },
85122
+ ],
85123
+ };
85099
85124
  const CycleFragmentDoc = {
85100
85125
  kind: "Document",
85101
85126
  definitions: [
@@ -86100,6 +86125,14 @@ const IssueFragmentDoc = {
86100
86125
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86101
86126
  },
86102
86127
  },
86128
+ {
86129
+ kind: "Field",
86130
+ name: { kind: "Name", value: "projectMilestone" },
86131
+ selectionSet: {
86132
+ kind: "SelectionSet",
86133
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
86134
+ },
86135
+ },
86103
86136
  {
86104
86137
  kind: "Field",
86105
86138
  name: { kind: "Name", value: "team" },
@@ -87532,6 +87565,23 @@ const OrganizationPayloadFragmentDoc = {
87532
87565
  },
87533
87566
  ],
87534
87567
  };
87568
+ const OrganizationStartPlusTrialPayloadFragmentDoc = {
87569
+ kind: "Document",
87570
+ definitions: [
87571
+ {
87572
+ kind: "FragmentDefinition",
87573
+ name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" },
87574
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" } },
87575
+ selectionSet: {
87576
+ kind: "SelectionSet",
87577
+ selections: [
87578
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
87579
+ { kind: "Field", name: { kind: "Name", value: "success" } },
87580
+ ],
87581
+ },
87582
+ },
87583
+ ],
87584
+ };
87535
87585
  const ProjectFragmentDoc = {
87536
87586
  kind: "Document",
87537
87587
  definitions: [
@@ -88330,7 +88380,9 @@ const RoadmapFragmentDoc = {
88330
88380
  { kind: "Field", name: { kind: "Name", value: "description" } },
88331
88381
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
88332
88382
  { kind: "Field", name: { kind: "Name", value: "name" } },
88383
+ { kind: "Field", name: { kind: "Name", value: "color" } },
88333
88384
  { kind: "Field", name: { kind: "Name", value: "slugId" } },
88385
+ { kind: "Field", name: { kind: "Name", value: "sortOrder" } },
88334
88386
  { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
88335
88387
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
88336
88388
  { kind: "Field", name: { kind: "Name", value: "id" } },
@@ -94373,6 +94425,32 @@ const UpdateOrganizationInviteDocument = {
94373
94425
  ...OrganizationInvitePayloadFragmentDoc.definitions,
94374
94426
  ],
94375
94427
  };
94428
+ const OrganizationStartPlusTrialDocument = {
94429
+ kind: "Document",
94430
+ definitions: [
94431
+ {
94432
+ kind: "OperationDefinition",
94433
+ operation: "mutation",
94434
+ name: { kind: "Name", value: "organizationStartPlusTrial" },
94435
+ selectionSet: {
94436
+ kind: "SelectionSet",
94437
+ selections: [
94438
+ {
94439
+ kind: "Field",
94440
+ name: { kind: "Name", value: "organizationStartPlusTrial" },
94441
+ selectionSet: {
94442
+ kind: "SelectionSet",
94443
+ selections: [
94444
+ { kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationStartPlusTrialPayload" } },
94445
+ ],
94446
+ },
94447
+ },
94448
+ ],
94449
+ },
94450
+ },
94451
+ ...OrganizationStartPlusTrialPayloadFragmentDoc.definitions,
94452
+ ],
94453
+ };
94376
94454
  const UpdateOrganizationDocument = {
94377
94455
  kind: "Document",
94378
94456
  definitions: [
@@ -95327,6 +95405,44 @@ const ResendOrganizationInviteDocument = {
95327
95405
  ...ArchivePayloadFragmentDoc.definitions,
95328
95406
  ],
95329
95407
  };
95408
+ const ArchiveRoadmapDocument = {
95409
+ kind: "Document",
95410
+ definitions: [
95411
+ {
95412
+ kind: "OperationDefinition",
95413
+ operation: "mutation",
95414
+ name: { kind: "Name", value: "archiveRoadmap" },
95415
+ variableDefinitions: [
95416
+ {
95417
+ kind: "VariableDefinition",
95418
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
95419
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
95420
+ },
95421
+ ],
95422
+ selectionSet: {
95423
+ kind: "SelectionSet",
95424
+ selections: [
95425
+ {
95426
+ kind: "Field",
95427
+ name: { kind: "Name", value: "roadmapArchive" },
95428
+ arguments: [
95429
+ {
95430
+ kind: "Argument",
95431
+ name: { kind: "Name", value: "id" },
95432
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
95433
+ },
95434
+ ],
95435
+ selectionSet: {
95436
+ kind: "SelectionSet",
95437
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchivePayload" } }],
95438
+ },
95439
+ },
95440
+ ],
95441
+ },
95442
+ },
95443
+ ...ArchivePayloadFragmentDoc.definitions,
95444
+ ],
95445
+ };
95330
95446
  const CreateRoadmapDocument = {
95331
95447
  kind: "Document",
95332
95448
  definitions: [
@@ -95536,6 +95652,44 @@ const UpdateRoadmapToProjectDocument = {
95536
95652
  ...RoadmapToProjectPayloadFragmentDoc.definitions,
95537
95653
  ],
95538
95654
  };
95655
+ const UnarchiveRoadmapDocument = {
95656
+ kind: "Document",
95657
+ definitions: [
95658
+ {
95659
+ kind: "OperationDefinition",
95660
+ operation: "mutation",
95661
+ name: { kind: "Name", value: "unarchiveRoadmap" },
95662
+ variableDefinitions: [
95663
+ {
95664
+ kind: "VariableDefinition",
95665
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
95666
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
95667
+ },
95668
+ ],
95669
+ selectionSet: {
95670
+ kind: "SelectionSet",
95671
+ selections: [
95672
+ {
95673
+ kind: "Field",
95674
+ name: { kind: "Name", value: "roadmapUnarchive" },
95675
+ arguments: [
95676
+ {
95677
+ kind: "Argument",
95678
+ name: { kind: "Name", value: "id" },
95679
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
95680
+ },
95681
+ ],
95682
+ selectionSet: {
95683
+ kind: "SelectionSet",
95684
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchivePayload" } }],
95685
+ },
95686
+ },
95687
+ ],
95688
+ },
95689
+ },
95690
+ ...ArchivePayloadFragmentDoc.definitions,
95691
+ ],
95692
+ };
95539
95693
  const UpdateRoadmapDocument = {
95540
95694
  kind: "Document",
95541
95695
  definitions: [
@@ -99888,6 +100042,186 @@ const EmojisDocument = {
99888
100042
  ...EmojiConnectionFragmentDoc.definitions,
99889
100043
  ],
99890
100044
  };
100045
+ const ExternalUserDocument = {
100046
+ kind: "Document",
100047
+ definitions: [
100048
+ {
100049
+ kind: "OperationDefinition",
100050
+ operation: "query",
100051
+ name: { kind: "Name", value: "externalUser" },
100052
+ variableDefinitions: [
100053
+ {
100054
+ kind: "VariableDefinition",
100055
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
100056
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
100057
+ },
100058
+ ],
100059
+ selectionSet: {
100060
+ kind: "SelectionSet",
100061
+ selections: [
100062
+ {
100063
+ kind: "Field",
100064
+ name: { kind: "Name", value: "externalUser" },
100065
+ arguments: [
100066
+ {
100067
+ kind: "Argument",
100068
+ name: { kind: "Name", value: "id" },
100069
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
100070
+ },
100071
+ ],
100072
+ selectionSet: {
100073
+ kind: "SelectionSet",
100074
+ selections: [
100075
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
100076
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
100077
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
100078
+ { kind: "Field", name: { kind: "Name", value: "displayName" } },
100079
+ { kind: "Field", name: { kind: "Name", value: "email" } },
100080
+ { kind: "Field", name: { kind: "Name", value: "id" } },
100081
+ { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
100082
+ { kind: "Field", name: { kind: "Name", value: "name" } },
100083
+ {
100084
+ kind: "Field",
100085
+ name: { kind: "Name", value: "organization" },
100086
+ selectionSet: {
100087
+ kind: "SelectionSet",
100088
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
100089
+ },
100090
+ },
100091
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
100092
+ ],
100093
+ },
100094
+ },
100095
+ ],
100096
+ },
100097
+ },
100098
+ ...OrganizationFragmentDoc.definitions,
100099
+ ],
100100
+ };
100101
+ const ExternalUsersDocument = {
100102
+ kind: "Document",
100103
+ definitions: [
100104
+ {
100105
+ kind: "OperationDefinition",
100106
+ operation: "query",
100107
+ name: { kind: "Name", value: "externalUsers" },
100108
+ variableDefinitions: [
100109
+ {
100110
+ kind: "VariableDefinition",
100111
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
100112
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100113
+ },
100114
+ {
100115
+ kind: "VariableDefinition",
100116
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
100117
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
100118
+ },
100119
+ {
100120
+ kind: "VariableDefinition",
100121
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
100122
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100123
+ },
100124
+ {
100125
+ kind: "VariableDefinition",
100126
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100127
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
100128
+ },
100129
+ {
100130
+ kind: "VariableDefinition",
100131
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
100132
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
100133
+ },
100134
+ {
100135
+ kind: "VariableDefinition",
100136
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100137
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
100138
+ },
100139
+ ],
100140
+ selectionSet: {
100141
+ kind: "SelectionSet",
100142
+ selections: [
100143
+ {
100144
+ kind: "Field",
100145
+ name: { kind: "Name", value: "externalUsers" },
100146
+ arguments: [
100147
+ {
100148
+ kind: "Argument",
100149
+ name: { kind: "Name", value: "after" },
100150
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
100151
+ },
100152
+ {
100153
+ kind: "Argument",
100154
+ name: { kind: "Name", value: "before" },
100155
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
100156
+ },
100157
+ {
100158
+ kind: "Argument",
100159
+ name: { kind: "Name", value: "first" },
100160
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
100161
+ },
100162
+ {
100163
+ kind: "Argument",
100164
+ name: { kind: "Name", value: "includeArchived" },
100165
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
100166
+ },
100167
+ {
100168
+ kind: "Argument",
100169
+ name: { kind: "Name", value: "last" },
100170
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
100171
+ },
100172
+ {
100173
+ kind: "Argument",
100174
+ name: { kind: "Name", value: "orderBy" },
100175
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
100176
+ },
100177
+ ],
100178
+ selectionSet: {
100179
+ kind: "SelectionSet",
100180
+ selections: [
100181
+ {
100182
+ kind: "Field",
100183
+ name: { kind: "Name", value: "nodes" },
100184
+ selectionSet: {
100185
+ kind: "SelectionSet",
100186
+ selections: [
100187
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
100188
+ { kind: "Field", name: { kind: "Name", value: "avatarUrl" } },
100189
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
100190
+ { kind: "Field", name: { kind: "Name", value: "displayName" } },
100191
+ { kind: "Field", name: { kind: "Name", value: "email" } },
100192
+ { kind: "Field", name: { kind: "Name", value: "id" } },
100193
+ { kind: "Field", name: { kind: "Name", value: "lastSeen" } },
100194
+ { kind: "Field", name: { kind: "Name", value: "name" } },
100195
+ {
100196
+ kind: "Field",
100197
+ name: { kind: "Name", value: "organization" },
100198
+ selectionSet: {
100199
+ kind: "SelectionSet",
100200
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Organization" } }],
100201
+ },
100202
+ },
100203
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
100204
+ ],
100205
+ },
100206
+ },
100207
+ {
100208
+ kind: "Field",
100209
+ name: { kind: "Name", value: "pageInfo" },
100210
+ selectionSet: {
100211
+ kind: "SelectionSet",
100212
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
100213
+ },
100214
+ },
100215
+ ],
100216
+ },
100217
+ },
100218
+ ],
100219
+ },
100220
+ },
100221
+ ...OrganizationFragmentDoc.definitions,
100222
+ ...PageInfoFragmentDoc.definitions,
100223
+ ],
100224
+ };
99891
100225
  const FavoriteDocument = {
99892
100226
  kind: "Document",
99893
100227
  definitions: [
@@ -104652,6 +104986,117 @@ const Project_MembersDocument = {
104652
104986
  ...UserConnectionFragmentDoc.definitions,
104653
104987
  ],
104654
104988
  };
104989
+ const Project_ProjectMilestonesDocument = {
104990
+ kind: "Document",
104991
+ definitions: [
104992
+ {
104993
+ kind: "OperationDefinition",
104994
+ operation: "query",
104995
+ name: { kind: "Name", value: "project_projectMilestones" },
104996
+ variableDefinitions: [
104997
+ {
104998
+ kind: "VariableDefinition",
104999
+ variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
105000
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105001
+ },
105002
+ {
105003
+ kind: "VariableDefinition",
105004
+ variable: { kind: "Variable", name: { kind: "Name", value: "after" } },
105005
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105006
+ },
105007
+ {
105008
+ kind: "VariableDefinition",
105009
+ variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
105010
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
105011
+ },
105012
+ {
105013
+ kind: "VariableDefinition",
105014
+ variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
105015
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
105016
+ },
105017
+ {
105018
+ kind: "VariableDefinition",
105019
+ variable: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
105020
+ type: { kind: "NamedType", name: { kind: "Name", value: "Boolean" } },
105021
+ },
105022
+ {
105023
+ kind: "VariableDefinition",
105024
+ variable: { kind: "Variable", name: { kind: "Name", value: "last" } },
105025
+ type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
105026
+ },
105027
+ {
105028
+ kind: "VariableDefinition",
105029
+ variable: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105030
+ type: { kind: "NamedType", name: { kind: "Name", value: "PaginationOrderBy" } },
105031
+ },
105032
+ ],
105033
+ selectionSet: {
105034
+ kind: "SelectionSet",
105035
+ selections: [
105036
+ {
105037
+ kind: "Field",
105038
+ name: { kind: "Name", value: "project" },
105039
+ arguments: [
105040
+ {
105041
+ kind: "Argument",
105042
+ name: { kind: "Name", value: "id" },
105043
+ value: { kind: "Variable", name: { kind: "Name", value: "id" } },
105044
+ },
105045
+ ],
105046
+ selectionSet: {
105047
+ kind: "SelectionSet",
105048
+ selections: [
105049
+ {
105050
+ kind: "Field",
105051
+ name: { kind: "Name", value: "projectMilestones" },
105052
+ arguments: [
105053
+ {
105054
+ kind: "Argument",
105055
+ name: { kind: "Name", value: "after" },
105056
+ value: { kind: "Variable", name: { kind: "Name", value: "after" } },
105057
+ },
105058
+ {
105059
+ kind: "Argument",
105060
+ name: { kind: "Name", value: "before" },
105061
+ value: { kind: "Variable", name: { kind: "Name", value: "before" } },
105062
+ },
105063
+ {
105064
+ kind: "Argument",
105065
+ name: { kind: "Name", value: "first" },
105066
+ value: { kind: "Variable", name: { kind: "Name", value: "first" } },
105067
+ },
105068
+ {
105069
+ kind: "Argument",
105070
+ name: { kind: "Name", value: "includeArchived" },
105071
+ value: { kind: "Variable", name: { kind: "Name", value: "includeArchived" } },
105072
+ },
105073
+ {
105074
+ kind: "Argument",
105075
+ name: { kind: "Name", value: "last" },
105076
+ value: { kind: "Variable", name: { kind: "Name", value: "last" } },
105077
+ },
105078
+ {
105079
+ kind: "Argument",
105080
+ name: { kind: "Name", value: "orderBy" },
105081
+ value: { kind: "Variable", name: { kind: "Name", value: "orderBy" } },
105082
+ },
105083
+ ],
105084
+ selectionSet: {
105085
+ kind: "SelectionSet",
105086
+ selections: [
105087
+ { kind: "FragmentSpread", name: { kind: "Name", value: "ProjectMilestoneConnection" } },
105088
+ ],
105089
+ },
105090
+ },
105091
+ ],
105092
+ },
105093
+ },
105094
+ ],
105095
+ },
105096
+ },
105097
+ ...ProjectMilestoneConnectionFragmentDoc.definitions,
105098
+ ],
105099
+ };
104655
105100
  const Project_ProjectUpdatesDocument = {
104656
105101
  kind: "Document",
104657
105102
  definitions: [
@@ -108732,6 +109177,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
108732
109177
  CustomViewFragmentDoc: CustomViewFragmentDoc,
108733
109178
  CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
108734
109179
  CustomViewPayloadFragmentDoc: CustomViewPayloadFragmentDoc,
109180
+ CustomViewSuggestionPayloadFragmentDoc: CustomViewSuggestionPayloadFragmentDoc,
108735
109181
  CycleFragmentDoc: CycleFragmentDoc,
108736
109182
  CycleConnectionFragmentDoc: CycleConnectionFragmentDoc,
108737
109183
  CyclePayloadFragmentDoc: CyclePayloadFragmentDoc,
@@ -108801,6 +109247,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
108801
109247
  OrganizationInviteDetailsPayloadFragmentDoc: OrganizationInviteDetailsPayloadFragmentDoc,
108802
109248
  OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
108803
109249
  OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
109250
+ OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
108804
109251
  ProjectFragmentDoc: ProjectFragmentDoc,
108805
109252
  ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
108806
109253
  ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
@@ -108967,6 +109414,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
108967
109414
  CreateOrganizationInviteDocument: CreateOrganizationInviteDocument,
108968
109415
  DeleteOrganizationInviteDocument: DeleteOrganizationInviteDocument,
108969
109416
  UpdateOrganizationInviteDocument: UpdateOrganizationInviteDocument,
109417
+ OrganizationStartPlusTrialDocument: OrganizationStartPlusTrialDocument,
108970
109418
  UpdateOrganizationDocument: UpdateOrganizationDocument,
108971
109419
  ArchiveProjectDocument: ArchiveProjectDocument,
108972
109420
  CreateProjectDocument: CreateProjectDocument,
@@ -108990,11 +109438,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
108990
109438
  DeleteReactionDocument: DeleteReactionDocument,
108991
109439
  RefreshGoogleSheetsDataDocument: RefreshGoogleSheetsDataDocument,
108992
109440
  ResendOrganizationInviteDocument: ResendOrganizationInviteDocument,
109441
+ ArchiveRoadmapDocument: ArchiveRoadmapDocument,
108993
109442
  CreateRoadmapDocument: CreateRoadmapDocument,
108994
109443
  DeleteRoadmapDocument: DeleteRoadmapDocument,
108995
109444
  CreateRoadmapToProjectDocument: CreateRoadmapToProjectDocument,
108996
109445
  DeleteRoadmapToProjectDocument: DeleteRoadmapToProjectDocument,
108997
109446
  UpdateRoadmapToProjectDocument: UpdateRoadmapToProjectDocument,
109447
+ UnarchiveRoadmapDocument: UnarchiveRoadmapDocument,
108998
109448
  UpdateRoadmapDocument: UpdateRoadmapDocument,
108999
109449
  SamlTokenUserAccountAuthDocument: SamlTokenUserAccountAuthDocument,
109000
109450
  CreateTeamDocument: CreateTeamDocument,
@@ -109066,6 +109516,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109066
109516
  DocumentsDocument: DocumentsDocument,
109067
109517
  EmojiDocument: EmojiDocument,
109068
109518
  EmojisDocument: EmojisDocument,
109519
+ ExternalUserDocument: ExternalUserDocument,
109520
+ ExternalUsersDocument: ExternalUsersDocument,
109069
109521
  FavoriteDocument: FavoriteDocument,
109070
109522
  Favorite_ChildrenDocument: Favorite_ChildrenDocument,
109071
109523
  FavoritesDocument: FavoritesDocument,
@@ -109123,6 +109575,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
109123
109575
  Project_IssuesDocument: Project_IssuesDocument,
109124
109576
  Project_LinksDocument: Project_LinksDocument,
109125
109577
  Project_MembersDocument: Project_MembersDocument,
109578
+ Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
109126
109579
  Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
109127
109580
  Project_TeamsDocument: Project_TeamsDocument,
109128
109581
  ProjectLinkDocument: ProjectLinkDocument,
@@ -109399,7 +109852,7 @@ class Attachment extends Request {
109399
109852
  this.id = data.id;
109400
109853
  this.metadata = (_c = parseJson(data.metadata)) !== null && _c !== void 0 ? _c : {};
109401
109854
  this.source = (_d = parseJson(data.source)) !== null && _d !== void 0 ? _d : undefined;
109402
- this.sourceType = (_e = parseJson(data.sourceType)) !== null && _e !== void 0 ? _e : undefined;
109855
+ this.sourceType = (_e = data.sourceType) !== null && _e !== void 0 ? _e : undefined;
109403
109856
  this.subtitle = (_f = data.subtitle) !== null && _f !== void 0 ? _f : undefined;
109404
109857
  this.title = data.title;
109405
109858
  this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
@@ -109747,6 +110200,21 @@ class CustomViewPayload extends Request {
109747
110200
  return new CustomViewQuery(this._request).fetch(this._customView.id);
109748
110201
  }
109749
110202
  }
110203
+ /**
110204
+ * CustomViewSuggestionPayload model
110205
+ *
110206
+ * @param request - function to call the graphql client
110207
+ * @param data - L.CustomViewSuggestionPayloadFragment response data
110208
+ */
110209
+ class CustomViewSuggestionPayload extends Request {
110210
+ constructor(request, data) {
110211
+ var _a, _b, _c;
110212
+ super(request);
110213
+ this.suggestedDescription = (_a = data.suggestedDescription) !== null && _a !== void 0 ? _a : undefined;
110214
+ this.suggestedIcon = (_b = data.suggestedIcon) !== null && _b !== void 0 ? _b : undefined;
110215
+ this.suggestedName = (_c = data.suggestedName) !== null && _c !== void 0 ? _c : undefined;
110216
+ }
110217
+ }
109750
110218
  /**
109751
110219
  * A set of issues to be resolved in a specified amount of time.
109752
110220
  *
@@ -110599,7 +111067,7 @@ class IntercomSettings extends Request {
110599
111067
  */
110600
111068
  class Issue extends Request {
110601
111069
  constructor(request, data) {
110602
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
111070
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
110603
111071
  super(request);
110604
111072
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
110605
111073
  this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
@@ -110634,7 +111102,8 @@ class Issue extends Request {
110634
111102
  this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
110635
111103
  this._parent = (_v = data.parent) !== null && _v !== void 0 ? _v : undefined;
110636
111104
  this._project = (_w = data.project) !== null && _w !== void 0 ? _w : undefined;
110637
- this._snoozedBy = (_x = data.snoozedBy) !== null && _x !== void 0 ? _x : undefined;
111105
+ this._projectMilestone = (_x = data.projectMilestone) !== null && _x !== void 0 ? _x : undefined;
111106
+ this._snoozedBy = (_y = data.snoozedBy) !== null && _y !== void 0 ? _y : undefined;
110638
111107
  this._state = data.state;
110639
111108
  this._team = data.team;
110640
111109
  }
@@ -110663,6 +111132,13 @@ class Issue extends Request {
110663
111132
  var _a, _b;
110664
111133
  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;
110665
111134
  }
111135
+ /** The projectMilestone that the issue is associated with. */
111136
+ get projectMilestone() {
111137
+ var _a, _b;
111138
+ return ((_a = this._projectMilestone) === null || _a === void 0 ? void 0 : _a.id)
111139
+ ? new ProjectMilestoneQuery(this._request).fetch((_b = this._projectMilestone) === null || _b === void 0 ? void 0 : _b.id)
111140
+ : undefined;
111141
+ }
110666
111142
  /** The user who snoozed the issue. */
110667
111143
  get snoozedBy() {
110668
111144
  var _a, _b;
@@ -111817,6 +112293,18 @@ class OrganizationPayload extends Request {
111817
112293
  return new OrganizationQuery(this._request).fetch();
111818
112294
  }
111819
112295
  }
112296
+ /**
112297
+ * OrganizationStartPlusTrialPayload model
112298
+ *
112299
+ * @param request - function to call the graphql client
112300
+ * @param data - L.OrganizationStartPlusTrialPayloadFragment response data
112301
+ */
112302
+ class OrganizationStartPlusTrialPayload extends Request {
112303
+ constructor(request, data) {
112304
+ super(request);
112305
+ this.success = data.success;
112306
+ }
112307
+ }
111820
112308
  /**
111821
112309
  * PageInfo model
111822
112310
  *
@@ -111968,6 +112456,10 @@ class Project extends Request {
111968
112456
  members(variables) {
111969
112457
  return new Project_MembersQuery(this._request, this.id, variables).fetch(variables);
111970
112458
  }
112459
+ /** Milestones associated with the project. */
112460
+ projectMilestones(variables) {
112461
+ return new Project_ProjectMilestonesQuery(this._request, this.id, variables).fetch(variables);
112462
+ }
111971
112463
  /** Project updates associated with the project. */
111972
112464
  projectUpdates(variables) {
111973
112465
  return new Project_ProjectUpdatesQuery(this._request, this.id, variables).fetch(variables);
@@ -112498,18 +112990,19 @@ class RateLimitResultPayload extends Request {
112498
112990
  */
112499
112991
  class Reaction extends Request {
112500
112992
  constructor(request, data) {
112501
- var _a, _b, _c;
112993
+ var _a, _b, _c, _d;
112502
112994
  super(request);
112503
112995
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
112504
112996
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
112505
112997
  this.emoji = data.emoji;
112506
112998
  this.id = data.id;
112507
112999
  this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
112508
- this._user = data.user;
113000
+ this._user = (_d = data.user) !== null && _d !== void 0 ? _d : undefined;
112509
113001
  }
112510
113002
  /** The user who reacted. */
112511
113003
  get user() {
112512
- return new UserQuery(this._request).fetch(this._user.id);
113004
+ var _a, _b;
113005
+ return ((_a = this._user) === null || _a === void 0 ? void 0 : _a.id) ? new UserQuery(this._request).fetch((_b = this._user) === null || _b === void 0 ? void 0 : _b.id) : undefined;
112513
113006
  }
112514
113007
  /** Creates a new reaction. */
112515
113008
  create(input) {
@@ -112554,15 +113047,17 @@ class ReactionPayload extends Request {
112554
113047
  */
112555
113048
  class Roadmap extends Request {
112556
113049
  constructor(request, data) {
112557
- var _a, _b, _c, _d;
113050
+ var _a, _b, _c, _d, _e;
112558
113051
  super(request);
112559
113052
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
112560
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
112561
- this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
113053
+ this.color = (_b = data.color) !== null && _b !== void 0 ? _b : undefined;
113054
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
113055
+ this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
112562
113056
  this.id = data.id;
112563
113057
  this.name = data.name;
112564
113058
  this.slugId = data.slugId;
112565
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
113059
+ this.sortOrder = data.sortOrder;
113060
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
112566
113061
  this._creator = data.creator;
112567
113062
  this._owner = data.owner;
112568
113063
  }
@@ -112582,6 +113077,10 @@ class Roadmap extends Request {
112582
113077
  projects(variables) {
112583
113078
  return new Roadmap_ProjectsQuery(this._request, this.id, variables).fetch(variables);
112584
113079
  }
113080
+ /** Archives a roadmap. */
113081
+ archive() {
113082
+ return new ArchiveRoadmapMutation(this._request).fetch(this.id);
113083
+ }
112585
113084
  /** Creates a new roadmap. */
112586
113085
  create(input) {
112587
113086
  return new CreateRoadmapMutation(this._request).fetch(input);
@@ -112590,6 +113089,10 @@ class Roadmap extends Request {
112590
113089
  delete() {
112591
113090
  return new DeleteRoadmapMutation(this._request).fetch(this.id);
112592
113091
  }
113092
+ /** Unarchives a roadmap. */
113093
+ unarchive() {
113094
+ return new UnarchiveRoadmapMutation(this._request).fetch(this.id);
113095
+ }
112593
113096
  /** Updates a roadmap. */
112594
113097
  update(input) {
112595
113098
  return new UpdateRoadmapMutation(this._request).fetch(this.id, input);
@@ -113418,14 +113921,15 @@ class UserPayload extends Request {
113418
113921
  */
113419
113922
  class UserSettings extends Request {
113420
113923
  constructor(request, data) {
113421
- var _a, _b, _c, _d;
113924
+ var _a, _b, _c, _d, _e;
113422
113925
  super(request);
113423
113926
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
113424
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
113927
+ this.calendarHash = (_b = data.calendarHash) !== null && _b !== void 0 ? _b : undefined;
113928
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
113425
113929
  this.id = data.id;
113426
- this.notificationPreferences = (_c = parseJson(data.notificationPreferences)) !== null && _c !== void 0 ? _c : {};
113930
+ this.notificationPreferences = (_d = parseJson(data.notificationPreferences)) !== null && _d !== void 0 ? _d : {};
113427
113931
  this.unsubscribedFrom = data.unsubscribedFrom;
113428
- this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
113932
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
113429
113933
  this._user = data.user;
113430
113934
  }
113431
113935
  /** The user associated with these settings. */
@@ -116435,6 +116939,28 @@ class UpdateOrganizationInviteMutation extends Request {
116435
116939
  });
116436
116940
  }
116437
116941
  }
116942
+ /**
116943
+ * A fetchable OrganizationStartPlusTrial Mutation
116944
+ *
116945
+ * @param request - function to call the graphql client
116946
+ */
116947
+ class OrganizationStartPlusTrialMutation extends Request {
116948
+ constructor(request) {
116949
+ super(request);
116950
+ }
116951
+ /**
116952
+ * Call the OrganizationStartPlusTrial mutation and return a OrganizationStartPlusTrialPayload
116953
+ *
116954
+ * @returns parsed response from OrganizationStartPlusTrialMutation
116955
+ */
116956
+ fetch() {
116957
+ return __awaiter(this, void 0, void 0, function* () {
116958
+ const response = yield this._request(OrganizationStartPlusTrialDocument, {});
116959
+ const data = response.organizationStartPlusTrial;
116960
+ return new OrganizationStartPlusTrialPayload(this._request, data);
116961
+ });
116962
+ }
116963
+ }
116438
116964
  /**
116439
116965
  * A fetchable UpdateOrganization Mutation
116440
116966
  *
@@ -117018,6 +117544,31 @@ class ResendOrganizationInviteMutation extends Request {
117018
117544
  });
117019
117545
  }
117020
117546
  }
117547
+ /**
117548
+ * A fetchable ArchiveRoadmap Mutation
117549
+ *
117550
+ * @param request - function to call the graphql client
117551
+ */
117552
+ class ArchiveRoadmapMutation extends Request {
117553
+ constructor(request) {
117554
+ super(request);
117555
+ }
117556
+ /**
117557
+ * Call the ArchiveRoadmap mutation and return a ArchivePayload
117558
+ *
117559
+ * @param id - required id to pass to archiveRoadmap
117560
+ * @returns parsed response from ArchiveRoadmapMutation
117561
+ */
117562
+ fetch(id) {
117563
+ return __awaiter(this, void 0, void 0, function* () {
117564
+ const response = yield this._request(ArchiveRoadmapDocument, {
117565
+ id,
117566
+ });
117567
+ const data = response.roadmapArchive;
117568
+ return new ArchivePayload(this._request, data);
117569
+ });
117570
+ }
117571
+ }
117021
117572
  /**
117022
117573
  * A fetchable CreateRoadmap Mutation
117023
117574
  *
@@ -117145,6 +117696,31 @@ class UpdateRoadmapToProjectMutation extends Request {
117145
117696
  });
117146
117697
  }
117147
117698
  }
117699
+ /**
117700
+ * A fetchable UnarchiveRoadmap Mutation
117701
+ *
117702
+ * @param request - function to call the graphql client
117703
+ */
117704
+ class UnarchiveRoadmapMutation extends Request {
117705
+ constructor(request) {
117706
+ super(request);
117707
+ }
117708
+ /**
117709
+ * Call the UnarchiveRoadmap mutation and return a ArchivePayload
117710
+ *
117711
+ * @param id - required id to pass to unarchiveRoadmap
117712
+ * @returns parsed response from UnarchiveRoadmapMutation
117713
+ */
117714
+ fetch(id) {
117715
+ return __awaiter(this, void 0, void 0, function* () {
117716
+ const response = yield this._request(UnarchiveRoadmapDocument, {
117717
+ id,
117718
+ });
117719
+ const data = response.roadmapUnarchive;
117720
+ return new ArchivePayload(this._request, data);
117721
+ });
117722
+ }
117723
+ }
117148
117724
  /**
117149
117725
  * A fetchable UpdateRoadmap Mutation
117150
117726
  *
@@ -121112,6 +121688,33 @@ class Project_MembersQuery extends Request {
121112
121688
  });
121113
121689
  }
121114
121690
  }
121691
+ /**
121692
+ * A fetchable Project_ProjectMilestones Query
121693
+ *
121694
+ * @param request - function to call the graphql client
121695
+ * @param id - required id to pass to project
121696
+ * @param variables - variables without 'id' to pass into the Project_ProjectMilestonesQuery
121697
+ */
121698
+ class Project_ProjectMilestonesQuery extends Request {
121699
+ constructor(request, id, variables) {
121700
+ super(request);
121701
+ this._id = id;
121702
+ this._variables = variables;
121703
+ }
121704
+ /**
121705
+ * Call the Project_ProjectMilestones query and return a ProjectMilestoneConnection
121706
+ *
121707
+ * @param variables - variables without 'id' to pass into the Project_ProjectMilestonesQuery
121708
+ * @returns parsed response from Project_ProjectMilestonesQuery
121709
+ */
121710
+ fetch(variables) {
121711
+ return __awaiter(this, void 0, void 0, function* () {
121712
+ const response = yield this._request(Project_ProjectMilestonesDocument, Object.assign(Object.assign({ id: this._id }, this._variables), variables));
121713
+ const data = response.project.projectMilestones;
121714
+ return new ProjectMilestoneConnection(this._request, connection => this.fetch(defaultConnection(Object.assign(Object.assign(Object.assign({}, this._variables), variables), connection))), data);
121715
+ });
121716
+ }
121717
+ }
121115
121718
  /**
121116
121719
  * A fetchable Project_ProjectUpdates Query
121117
121720
  *
@@ -122667,6 +123270,14 @@ class LinearSdk extends Request {
122667
123270
  updateOrganizationInvite(id, input) {
122668
123271
  return new UpdateOrganizationInviteMutation(this._request).fetch(id, input);
122669
123272
  }
123273
+ /**
123274
+ * Starts a plus trial for the organization. Administrator privileges required.
123275
+ *
123276
+ * @returns OrganizationStartPlusTrialPayload
123277
+ */
123278
+ get organizationStartPlusTrial() {
123279
+ return new OrganizationStartPlusTrialMutation(this._request).fetch();
123280
+ }
122670
123281
  /**
122671
123282
  * Updates the user's organization.
122672
123283
  *
@@ -122878,6 +123489,15 @@ class LinearSdk extends Request {
122878
123489
  resendOrganizationInvite(id) {
122879
123490
  return new ResendOrganizationInviteMutation(this._request).fetch(id);
122880
123491
  }
123492
+ /**
123493
+ * Archives a roadmap.
123494
+ *
123495
+ * @param id - required id to pass to archiveRoadmap
123496
+ * @returns ArchivePayload
123497
+ */
123498
+ archiveRoadmap(id) {
123499
+ return new ArchiveRoadmapMutation(this._request).fetch(id);
123500
+ }
122881
123501
  /**
122882
123502
  * Creates a new roadmap.
122883
123503
  *
@@ -122924,6 +123544,15 @@ class LinearSdk extends Request {
122924
123544
  updateRoadmapToProject(id, input) {
122925
123545
  return new UpdateRoadmapToProjectMutation(this._request).fetch(id, input);
122926
123546
  }
123547
+ /**
123548
+ * Unarchives a roadmap.
123549
+ *
123550
+ * @param id - required id to pass to unarchiveRoadmap
123551
+ * @returns ArchivePayload
123552
+ */
123553
+ unarchiveRoadmap(id) {
123554
+ return new UnarchiveRoadmapMutation(this._request).fetch(id);
123555
+ }
122927
123556
  /**
122928
123557
  * Updates a roadmap.
122929
123558
  *
@@ -124053,5 +124682,5 @@ class LinearWebhooks {
124053
124682
  }
124054
124683
  }
124055
124684
 
124056
- export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentPayload, DocumentQuery, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackIntakeMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueBatchPayload, IssueConnection, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteDetailsPayload, OrganizationInviteDetailsQuery, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, PersonalNote, Project, ProjectConnection, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
124685
+ export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentPayload, DocumentQuery, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackIntakeMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueBatchPayload, IssueConnection, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteDetailsPayload, OrganizationInviteDetailsQuery, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, PersonalNote, Project, ProjectConnection, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
124057
124686
  //# sourceMappingURL=index-es.js.map