@linear/sdk 2.5.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/CHANGELOG.md +118 -0
- package/dist/_generated_documents.d.ts +281 -23
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +131 -5
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +660 -21
- package/dist/index-cjs.js.map +1 -1
- package/dist/index-cjs.min.js +1 -1
- package/dist/index-cjs.min.js.br +0 -0
- package/dist/index-cjs.min.js.gz +0 -0
- package/dist/index-cjs.min.js.map +1 -1
- package/dist/index-es.js +655 -22
- package/dist/index-es.js.map +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-es.min.js.br +0 -0
- package/dist/index-es.min.js.gz +0 -0
- package/dist/index-es.min.js.map +1 -1
- package/dist/index-umd.js +661 -22
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/dist/webhooks.d.ts +1 -1
- package/dist/webhooks.d.ts.map +1 -1
- package/package.json +1 -1
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" } },
|
@@ -84774,6 +84780,7 @@ const OrganizationFragmentDoc = {
|
|
84774
84780
|
{ kind: "Field", name: { kind: "Name", value: "deletionRequestedAt" } },
|
84775
84781
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84776
84782
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84783
|
+
{ kind: "Field", name: { kind: "Name", value: "trialEndsAt" } },
|
84777
84784
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84778
84785
|
{ kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
|
84779
84786
|
{ kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
|
@@ -85095,6 +85102,25 @@ const CustomViewPayloadFragmentDoc = {
|
|
85095
85102
|
},
|
85096
85103
|
],
|
85097
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
|
+
};
|
85098
85124
|
const CycleFragmentDoc = {
|
85099
85125
|
kind: "Document",
|
85100
85126
|
definitions: [
|
@@ -86099,6 +86125,14 @@ const IssueFragmentDoc = {
|
|
86099
86125
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86100
86126
|
},
|
86101
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
|
+
},
|
86102
86136
|
{
|
86103
86137
|
kind: "Field",
|
86104
86138
|
name: { kind: "Name", value: "team" },
|
@@ -87531,6 +87565,23 @@ const OrganizationPayloadFragmentDoc = {
|
|
87531
87565
|
},
|
87532
87566
|
],
|
87533
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
|
+
};
|
87534
87585
|
const ProjectFragmentDoc = {
|
87535
87586
|
kind: "Document",
|
87536
87587
|
definitions: [
|
@@ -88329,7 +88380,9 @@ const RoadmapFragmentDoc = {
|
|
88329
88380
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
88330
88381
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88331
88382
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
88383
|
+
{ kind: "Field", name: { kind: "Name", value: "color" } },
|
88332
88384
|
{ kind: "Field", name: { kind: "Name", value: "slugId" } },
|
88385
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
88333
88386
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
88334
88387
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
88335
88388
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -94372,6 +94425,32 @@ const UpdateOrganizationInviteDocument = {
|
|
94372
94425
|
...OrganizationInvitePayloadFragmentDoc.definitions,
|
94373
94426
|
],
|
94374
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
|
+
};
|
94375
94454
|
const UpdateOrganizationDocument = {
|
94376
94455
|
kind: "Document",
|
94377
94456
|
definitions: [
|
@@ -95326,6 +95405,44 @@ const ResendOrganizationInviteDocument = {
|
|
95326
95405
|
...ArchivePayloadFragmentDoc.definitions,
|
95327
95406
|
],
|
95328
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
|
+
};
|
95329
95446
|
const CreateRoadmapDocument = {
|
95330
95447
|
kind: "Document",
|
95331
95448
|
definitions: [
|
@@ -95535,6 +95652,44 @@ const UpdateRoadmapToProjectDocument = {
|
|
95535
95652
|
...RoadmapToProjectPayloadFragmentDoc.definitions,
|
95536
95653
|
],
|
95537
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
|
+
};
|
95538
95693
|
const UpdateRoadmapDocument = {
|
95539
95694
|
kind: "Document",
|
95540
95695
|
definitions: [
|
@@ -99887,6 +100042,186 @@ const EmojisDocument = {
|
|
99887
100042
|
...EmojiConnectionFragmentDoc.definitions,
|
99888
100043
|
],
|
99889
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
|
+
};
|
99890
100225
|
const FavoriteDocument = {
|
99891
100226
|
kind: "Document",
|
99892
100227
|
definitions: [
|
@@ -104651,6 +104986,117 @@ const Project_MembersDocument = {
|
|
104651
104986
|
...UserConnectionFragmentDoc.definitions,
|
104652
104987
|
],
|
104653
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
|
+
};
|
104654
105100
|
const Project_ProjectUpdatesDocument = {
|
104655
105101
|
kind: "Document",
|
104656
105102
|
definitions: [
|
@@ -108731,6 +109177,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108731
109177
|
CustomViewFragmentDoc: CustomViewFragmentDoc,
|
108732
109178
|
CustomViewConnectionFragmentDoc: CustomViewConnectionFragmentDoc,
|
108733
109179
|
CustomViewPayloadFragmentDoc: CustomViewPayloadFragmentDoc,
|
109180
|
+
CustomViewSuggestionPayloadFragmentDoc: CustomViewSuggestionPayloadFragmentDoc,
|
108734
109181
|
CycleFragmentDoc: CycleFragmentDoc,
|
108735
109182
|
CycleConnectionFragmentDoc: CycleConnectionFragmentDoc,
|
108736
109183
|
CyclePayloadFragmentDoc: CyclePayloadFragmentDoc,
|
@@ -108800,6 +109247,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108800
109247
|
OrganizationInviteDetailsPayloadFragmentDoc: OrganizationInviteDetailsPayloadFragmentDoc,
|
108801
109248
|
OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
|
108802
109249
|
OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
|
109250
|
+
OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
|
108803
109251
|
ProjectFragmentDoc: ProjectFragmentDoc,
|
108804
109252
|
ProjectConnectionFragmentDoc: ProjectConnectionFragmentDoc,
|
108805
109253
|
ProjectLinkFragmentDoc: ProjectLinkFragmentDoc,
|
@@ -108966,6 +109414,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108966
109414
|
CreateOrganizationInviteDocument: CreateOrganizationInviteDocument,
|
108967
109415
|
DeleteOrganizationInviteDocument: DeleteOrganizationInviteDocument,
|
108968
109416
|
UpdateOrganizationInviteDocument: UpdateOrganizationInviteDocument,
|
109417
|
+
OrganizationStartPlusTrialDocument: OrganizationStartPlusTrialDocument,
|
108969
109418
|
UpdateOrganizationDocument: UpdateOrganizationDocument,
|
108970
109419
|
ArchiveProjectDocument: ArchiveProjectDocument,
|
108971
109420
|
CreateProjectDocument: CreateProjectDocument,
|
@@ -108989,11 +109438,13 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108989
109438
|
DeleteReactionDocument: DeleteReactionDocument,
|
108990
109439
|
RefreshGoogleSheetsDataDocument: RefreshGoogleSheetsDataDocument,
|
108991
109440
|
ResendOrganizationInviteDocument: ResendOrganizationInviteDocument,
|
109441
|
+
ArchiveRoadmapDocument: ArchiveRoadmapDocument,
|
108992
109442
|
CreateRoadmapDocument: CreateRoadmapDocument,
|
108993
109443
|
DeleteRoadmapDocument: DeleteRoadmapDocument,
|
108994
109444
|
CreateRoadmapToProjectDocument: CreateRoadmapToProjectDocument,
|
108995
109445
|
DeleteRoadmapToProjectDocument: DeleteRoadmapToProjectDocument,
|
108996
109446
|
UpdateRoadmapToProjectDocument: UpdateRoadmapToProjectDocument,
|
109447
|
+
UnarchiveRoadmapDocument: UnarchiveRoadmapDocument,
|
108997
109448
|
UpdateRoadmapDocument: UpdateRoadmapDocument,
|
108998
109449
|
SamlTokenUserAccountAuthDocument: SamlTokenUserAccountAuthDocument,
|
108999
109450
|
CreateTeamDocument: CreateTeamDocument,
|
@@ -109065,6 +109516,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109065
109516
|
DocumentsDocument: DocumentsDocument,
|
109066
109517
|
EmojiDocument: EmojiDocument,
|
109067
109518
|
EmojisDocument: EmojisDocument,
|
109519
|
+
ExternalUserDocument: ExternalUserDocument,
|
109520
|
+
ExternalUsersDocument: ExternalUsersDocument,
|
109068
109521
|
FavoriteDocument: FavoriteDocument,
|
109069
109522
|
Favorite_ChildrenDocument: Favorite_ChildrenDocument,
|
109070
109523
|
FavoritesDocument: FavoritesDocument,
|
@@ -109122,6 +109575,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109122
109575
|
Project_IssuesDocument: Project_IssuesDocument,
|
109123
109576
|
Project_LinksDocument: Project_LinksDocument,
|
109124
109577
|
Project_MembersDocument: Project_MembersDocument,
|
109578
|
+
Project_ProjectMilestonesDocument: Project_ProjectMilestonesDocument,
|
109125
109579
|
Project_ProjectUpdatesDocument: Project_ProjectUpdatesDocument,
|
109126
109580
|
Project_TeamsDocument: Project_TeamsDocument,
|
109127
109581
|
ProjectLinkDocument: ProjectLinkDocument,
|
@@ -109398,7 +109852,7 @@ class Attachment extends Request {
|
|
109398
109852
|
this.id = data.id;
|
109399
109853
|
this.metadata = (_c = parseJson(data.metadata)) !== null && _c !== void 0 ? _c : {};
|
109400
109854
|
this.source = (_d = parseJson(data.source)) !== null && _d !== void 0 ? _d : undefined;
|
109401
|
-
this.sourceType = (_e =
|
109855
|
+
this.sourceType = (_e = data.sourceType) !== null && _e !== void 0 ? _e : undefined;
|
109402
109856
|
this.subtitle = (_f = data.subtitle) !== null && _f !== void 0 ? _f : undefined;
|
109403
109857
|
this.title = data.title;
|
109404
109858
|
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
@@ -109746,6 +110200,21 @@ class CustomViewPayload extends Request {
|
|
109746
110200
|
return new CustomViewQuery(this._request).fetch(this._customView.id);
|
109747
110201
|
}
|
109748
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
|
+
}
|
109749
110218
|
/**
|
109750
110219
|
* A set of issues to be resolved in a specified amount of time.
|
109751
110220
|
*
|
@@ -110598,7 +111067,7 @@ class IntercomSettings extends Request {
|
|
110598
111067
|
*/
|
110599
111068
|
class Issue extends Request {
|
110600
111069
|
constructor(request, data) {
|
110601
|
-
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;
|
110602
111071
|
super(request);
|
110603
111072
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
110604
111073
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -110633,7 +111102,8 @@ class Issue extends Request {
|
|
110633
111102
|
this._cycle = (_u = data.cycle) !== null && _u !== void 0 ? _u : undefined;
|
110634
111103
|
this._parent = (_v = data.parent) !== null && _v !== void 0 ? _v : undefined;
|
110635
111104
|
this._project = (_w = data.project) !== null && _w !== void 0 ? _w : undefined;
|
110636
|
-
this.
|
111105
|
+
this._projectMilestone = (_x = data.projectMilestone) !== null && _x !== void 0 ? _x : undefined;
|
111106
|
+
this._snoozedBy = (_y = data.snoozedBy) !== null && _y !== void 0 ? _y : undefined;
|
110637
111107
|
this._state = data.state;
|
110638
111108
|
this._team = data.team;
|
110639
111109
|
}
|
@@ -110662,6 +111132,13 @@ class Issue extends Request {
|
|
110662
111132
|
var _a, _b;
|
110663
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;
|
110664
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
|
+
}
|
110665
111142
|
/** The user who snoozed the issue. */
|
110666
111143
|
get snoozedBy() {
|
110667
111144
|
var _a, _b;
|
@@ -111581,7 +112058,7 @@ class OauthClientConnection extends Connection {
|
|
111581
112058
|
*/
|
111582
112059
|
class Organization extends Request {
|
111583
112060
|
constructor(request, data) {
|
111584
|
-
var _a, _b, _c, _d, _e, _f;
|
112061
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
111585
112062
|
super(request);
|
111586
112063
|
this.allowedAuthServices = data.allowedAuthServices;
|
111587
112064
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -111600,7 +112077,8 @@ class Organization extends Request {
|
|
111600
112077
|
this.roadmapEnabled = data.roadmapEnabled;
|
111601
112078
|
this.samlEnabled = data.samlEnabled;
|
111602
112079
|
this.scimEnabled = data.scimEnabled;
|
111603
|
-
this.
|
112080
|
+
this.trialEndsAt = (_f = parseDate(data.trialEndsAt)) !== null && _f !== void 0 ? _f : undefined;
|
112081
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
111604
112082
|
this.urlKey = data.urlKey;
|
111605
112083
|
this.userCount = data.userCount;
|
111606
112084
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
@@ -111815,6 +112293,18 @@ class OrganizationPayload extends Request {
|
|
111815
112293
|
return new OrganizationQuery(this._request).fetch();
|
111816
112294
|
}
|
111817
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
|
+
}
|
111818
112308
|
/**
|
111819
112309
|
* PageInfo model
|
111820
112310
|
*
|
@@ -111966,6 +112456,10 @@ class Project extends Request {
|
|
111966
112456
|
members(variables) {
|
111967
112457
|
return new Project_MembersQuery(this._request, this.id, variables).fetch(variables);
|
111968
112458
|
}
|
112459
|
+
/** Milestones associated with the project. */
|
112460
|
+
projectMilestones(variables) {
|
112461
|
+
return new Project_ProjectMilestonesQuery(this._request, this.id, variables).fetch(variables);
|
112462
|
+
}
|
111969
112463
|
/** Project updates associated with the project. */
|
111970
112464
|
projectUpdates(variables) {
|
111971
112465
|
return new Project_ProjectUpdatesQuery(this._request, this.id, variables).fetch(variables);
|
@@ -112496,18 +112990,19 @@ class RateLimitResultPayload extends Request {
|
|
112496
112990
|
*/
|
112497
112991
|
class Reaction extends Request {
|
112498
112992
|
constructor(request, data) {
|
112499
|
-
var _a, _b, _c;
|
112993
|
+
var _a, _b, _c, _d;
|
112500
112994
|
super(request);
|
112501
112995
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
112502
112996
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
112503
112997
|
this.emoji = data.emoji;
|
112504
112998
|
this.id = data.id;
|
112505
112999
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
112506
|
-
this._user = data.user;
|
113000
|
+
this._user = (_d = data.user) !== null && _d !== void 0 ? _d : undefined;
|
112507
113001
|
}
|
112508
113002
|
/** The user who reacted. */
|
112509
113003
|
get user() {
|
112510
|
-
|
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;
|
112511
113006
|
}
|
112512
113007
|
/** Creates a new reaction. */
|
112513
113008
|
create(input) {
|
@@ -112552,15 +113047,17 @@ class ReactionPayload extends Request {
|
|
112552
113047
|
*/
|
112553
113048
|
class Roadmap extends Request {
|
112554
113049
|
constructor(request, data) {
|
112555
|
-
var _a, _b, _c, _d;
|
113050
|
+
var _a, _b, _c, _d, _e;
|
112556
113051
|
super(request);
|
112557
113052
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
112558
|
-
this.
|
112559
|
-
this.
|
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;
|
112560
113056
|
this.id = data.id;
|
112561
113057
|
this.name = data.name;
|
112562
113058
|
this.slugId = data.slugId;
|
112563
|
-
this.
|
113059
|
+
this.sortOrder = data.sortOrder;
|
113060
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
112564
113061
|
this._creator = data.creator;
|
112565
113062
|
this._owner = data.owner;
|
112566
113063
|
}
|
@@ -112580,6 +113077,10 @@ class Roadmap extends Request {
|
|
112580
113077
|
projects(variables) {
|
112581
113078
|
return new Roadmap_ProjectsQuery(this._request, this.id, variables).fetch(variables);
|
112582
113079
|
}
|
113080
|
+
/** Archives a roadmap. */
|
113081
|
+
archive() {
|
113082
|
+
return new ArchiveRoadmapMutation(this._request).fetch(this.id);
|
113083
|
+
}
|
112583
113084
|
/** Creates a new roadmap. */
|
112584
113085
|
create(input) {
|
112585
113086
|
return new CreateRoadmapMutation(this._request).fetch(input);
|
@@ -112588,6 +113089,10 @@ class Roadmap extends Request {
|
|
112588
113089
|
delete() {
|
112589
113090
|
return new DeleteRoadmapMutation(this._request).fetch(this.id);
|
112590
113091
|
}
|
113092
|
+
/** Unarchives a roadmap. */
|
113093
|
+
unarchive() {
|
113094
|
+
return new UnarchiveRoadmapMutation(this._request).fetch(this.id);
|
113095
|
+
}
|
112591
113096
|
/** Updates a roadmap. */
|
112592
113097
|
update(input) {
|
112593
113098
|
return new UpdateRoadmapMutation(this._request).fetch(this.id, input);
|
@@ -113416,14 +113921,15 @@ class UserPayload extends Request {
|
|
113416
113921
|
*/
|
113417
113922
|
class UserSettings extends Request {
|
113418
113923
|
constructor(request, data) {
|
113419
|
-
var _a, _b, _c, _d;
|
113924
|
+
var _a, _b, _c, _d, _e;
|
113420
113925
|
super(request);
|
113421
113926
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
113422
|
-
this.
|
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();
|
113423
113929
|
this.id = data.id;
|
113424
|
-
this.notificationPreferences = (
|
113930
|
+
this.notificationPreferences = (_d = parseJson(data.notificationPreferences)) !== null && _d !== void 0 ? _d : {};
|
113425
113931
|
this.unsubscribedFrom = data.unsubscribedFrom;
|
113426
|
-
this.updatedAt = (
|
113932
|
+
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
113427
113933
|
this._user = data.user;
|
113428
113934
|
}
|
113429
113935
|
/** The user associated with these settings. */
|
@@ -116433,6 +116939,28 @@ class UpdateOrganizationInviteMutation extends Request {
|
|
116433
116939
|
});
|
116434
116940
|
}
|
116435
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
|
+
}
|
116436
116964
|
/**
|
116437
116965
|
* A fetchable UpdateOrganization Mutation
|
116438
116966
|
*
|
@@ -117016,6 +117544,31 @@ class ResendOrganizationInviteMutation extends Request {
|
|
117016
117544
|
});
|
117017
117545
|
}
|
117018
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
|
+
}
|
117019
117572
|
/**
|
117020
117573
|
* A fetchable CreateRoadmap Mutation
|
117021
117574
|
*
|
@@ -117143,6 +117696,31 @@ class UpdateRoadmapToProjectMutation extends Request {
|
|
117143
117696
|
});
|
117144
117697
|
}
|
117145
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
|
+
}
|
117146
117724
|
/**
|
117147
117725
|
* A fetchable UpdateRoadmap Mutation
|
117148
117726
|
*
|
@@ -121110,6 +121688,33 @@ class Project_MembersQuery extends Request {
|
|
121110
121688
|
});
|
121111
121689
|
}
|
121112
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
|
+
}
|
121113
121718
|
/**
|
121114
121719
|
* A fetchable Project_ProjectUpdates Query
|
121115
121720
|
*
|
@@ -122665,6 +123270,14 @@ class LinearSdk extends Request {
|
|
122665
123270
|
updateOrganizationInvite(id, input) {
|
122666
123271
|
return new UpdateOrganizationInviteMutation(this._request).fetch(id, input);
|
122667
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
|
+
}
|
122668
123281
|
/**
|
122669
123282
|
* Updates the user's organization.
|
122670
123283
|
*
|
@@ -122876,6 +123489,15 @@ class LinearSdk extends Request {
|
|
122876
123489
|
resendOrganizationInvite(id) {
|
122877
123490
|
return new ResendOrganizationInviteMutation(this._request).fetch(id);
|
122878
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
|
+
}
|
122879
123501
|
/**
|
122880
123502
|
* Creates a new roadmap.
|
122881
123503
|
*
|
@@ -122922,6 +123544,15 @@ class LinearSdk extends Request {
|
|
122922
123544
|
updateRoadmapToProject(id, input) {
|
122923
123545
|
return new UpdateRoadmapToProjectMutation(this._request).fetch(id, input);
|
122924
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
|
+
}
|
122925
123556
|
/**
|
122926
123557
|
* Updates a roadmap.
|
122927
123558
|
*
|
@@ -124040,14 +124671,16 @@ class LinearWebhooks {
|
|
124040
124671
|
if (!crypto.timingSafeEqual(verificationBuffer, signatureBuffer)) {
|
124041
124672
|
throw new Error("Invalid webhook signature");
|
124042
124673
|
}
|
124043
|
-
|
124044
|
-
|
124045
|
-
|
124046
|
-
|
124674
|
+
if (timestamp) {
|
124675
|
+
const timeDiff = Math.abs(new Date().getTime() - timestamp);
|
124676
|
+
// Throw error if more than one minute delta between provided ts and current time
|
124677
|
+
if (timeDiff > 1000 * 60) {
|
124678
|
+
throw new Error("Invalid webhook timestamp");
|
124679
|
+
}
|
124047
124680
|
}
|
124048
124681
|
return true;
|
124049
124682
|
}
|
124050
124683
|
}
|
124051
124684
|
|
124052
|
-
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 };
|
124053
124686
|
//# sourceMappingURL=index-es.js.map
|