@linear/sdk 2.2.0 → 2.4.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 +68 -0
- package/dist/_generated_documents.d.ts +103 -259
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +50 -180
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +138 -501
- 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 +137 -494
- 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 +139 -502
- 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/package.json +1 -1
package/dist/index-es.js
CHANGED
@@ -83449,6 +83449,14 @@ var PushSubscriptionType;
|
|
83449
83449
|
PushSubscriptionType["Apple"] = "apple";
|
83450
83450
|
PushSubscriptionType["Web"] = "web";
|
83451
83451
|
})(PushSubscriptionType || (PushSubscriptionType = {}));
|
83452
|
+
/** Features release channel */
|
83453
|
+
var ReleaseChannel;
|
83454
|
+
(function (ReleaseChannel) {
|
83455
|
+
ReleaseChannel["Beta"] = "beta";
|
83456
|
+
ReleaseChannel["Internal"] = "internal";
|
83457
|
+
ReleaseChannel["PreRelease"] = "preRelease";
|
83458
|
+
ReleaseChannel["Public"] = "public";
|
83459
|
+
})(ReleaseChannel || (ReleaseChannel = {}));
|
83452
83460
|
var SlaStatus;
|
83453
83461
|
(function (SlaStatus) {
|
83454
83462
|
SlaStatus["Breached"] = "Breached";
|
@@ -83529,7 +83537,6 @@ var ViewType;
|
|
83529
83537
|
ViewType["MyIssuesActivity"] = "myIssuesActivity";
|
83530
83538
|
ViewType["MyIssuesCreatedByMe"] = "myIssuesCreatedByMe";
|
83531
83539
|
ViewType["MyIssuesSubscribedTo"] = "myIssuesSubscribedTo";
|
83532
|
-
ViewType["MyIssuesTouchedByMe"] = "myIssuesTouchedByMe";
|
83533
83540
|
ViewType["Project"] = "project";
|
83534
83541
|
ViewType["Projects"] = "projects";
|
83535
83542
|
ViewType["ProjectsAll"] = "projectsAll";
|
@@ -83547,7 +83554,6 @@ var ViewType;
|
|
83547
83554
|
})(ViewType || (ViewType = {}));
|
83548
83555
|
var WorkflowTrigger;
|
83549
83556
|
(function (WorkflowTrigger) {
|
83550
|
-
WorkflowTrigger["Cron"] = "cron";
|
83551
83557
|
WorkflowTrigger["EntityCreated"] = "entityCreated";
|
83552
83558
|
WorkflowTrigger["EntityCreatedOrUpdated"] = "entityCreatedOrUpdated";
|
83553
83559
|
WorkflowTrigger["EntityRemoved"] = "entityRemoved";
|
@@ -83562,7 +83568,6 @@ var WorkflowTriggerType;
|
|
83562
83568
|
var WorkflowType;
|
83563
83569
|
(function (WorkflowType) {
|
83564
83570
|
WorkflowType["Custom"] = "custom";
|
83565
|
-
WorkflowType["RecurringIssue"] = "recurringIssue";
|
83566
83571
|
WorkflowType["Sla"] = "sla";
|
83567
83572
|
})(WorkflowType || (WorkflowType = {}));
|
83568
83573
|
const EntityFragmentDoc = {
|
@@ -85926,259 +85931,6 @@ const IntegrationRequestPayloadFragmentDoc = {
|
|
85926
85931
|
},
|
85927
85932
|
],
|
85928
85933
|
};
|
85929
|
-
const CommitPayloadFragmentDoc = {
|
85930
|
-
kind: "Document",
|
85931
|
-
definitions: [
|
85932
|
-
{
|
85933
|
-
kind: "FragmentDefinition",
|
85934
|
-
name: { kind: "Name", value: "CommitPayload" },
|
85935
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "CommitPayload" } },
|
85936
|
-
selectionSet: {
|
85937
|
-
kind: "SelectionSet",
|
85938
|
-
selections: [
|
85939
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85940
|
-
{ kind: "Field", name: { kind: "Name", value: "added" } },
|
85941
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85942
|
-
{ kind: "Field", name: { kind: "Name", value: "message" } },
|
85943
|
-
{ kind: "Field", name: { kind: "Name", value: "modified" } },
|
85944
|
-
{ kind: "Field", name: { kind: "Name", value: "removed" } },
|
85945
|
-
{ kind: "Field", name: { kind: "Name", value: "timestamp" } },
|
85946
|
-
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
85947
|
-
],
|
85948
|
-
},
|
85949
|
-
},
|
85950
|
-
],
|
85951
|
-
};
|
85952
|
-
const PullRequestReviewFragmentDoc = {
|
85953
|
-
kind: "Document",
|
85954
|
-
definitions: [
|
85955
|
-
{
|
85956
|
-
kind: "FragmentDefinition",
|
85957
|
-
name: { kind: "Name", value: "PullRequestReview" },
|
85958
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PullRequestReview" } },
|
85959
|
-
selectionSet: {
|
85960
|
-
kind: "SelectionSet",
|
85961
|
-
selections: [
|
85962
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85963
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85964
|
-
{ kind: "Field", name: { kind: "Name", value: "reviewerLogin" } },
|
85965
|
-
{ kind: "Field", name: { kind: "Name", value: "state" } },
|
85966
|
-
{ kind: "Field", name: { kind: "Name", value: "submittedAt" } },
|
85967
|
-
{ kind: "Field", name: { kind: "Name", value: "reviewerId" } },
|
85968
|
-
],
|
85969
|
-
},
|
85970
|
-
},
|
85971
|
-
],
|
85972
|
-
};
|
85973
|
-
const PullRequestPayloadFragmentDoc = {
|
85974
|
-
kind: "Document",
|
85975
|
-
definitions: [
|
85976
|
-
{
|
85977
|
-
kind: "FragmentDefinition",
|
85978
|
-
name: { kind: "Name", value: "PullRequestPayload" },
|
85979
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "PullRequestPayload" } },
|
85980
|
-
selectionSet: {
|
85981
|
-
kind: "SelectionSet",
|
85982
|
-
selections: [
|
85983
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85984
|
-
{ kind: "Field", name: { kind: "Name", value: "branch" } },
|
85985
|
-
{ kind: "Field", name: { kind: "Name", value: "closedAt" } },
|
85986
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85987
|
-
{ kind: "Field", name: { kind: "Name", value: "draft" } },
|
85988
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85989
|
-
{ kind: "Field", name: { kind: "Name", value: "mergedAt" } },
|
85990
|
-
{ kind: "Field", name: { kind: "Name", value: "number" } },
|
85991
|
-
{ kind: "Field", name: { kind: "Name", value: "repoLogin" } },
|
85992
|
-
{ kind: "Field", name: { kind: "Name", value: "repoName" } },
|
85993
|
-
{ kind: "Field", name: { kind: "Name", value: "reviewers" } },
|
85994
|
-
{
|
85995
|
-
kind: "Field",
|
85996
|
-
name: { kind: "Name", value: "reviews" },
|
85997
|
-
selectionSet: {
|
85998
|
-
kind: "SelectionSet",
|
85999
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PullRequestReview" } }],
|
86000
|
-
},
|
86001
|
-
},
|
86002
|
-
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
86003
|
-
{ kind: "Field", name: { kind: "Name", value: "title" } },
|
86004
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
86005
|
-
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
86006
|
-
{ kind: "Field", name: { kind: "Name", value: "userId" } },
|
86007
|
-
{ kind: "Field", name: { kind: "Name", value: "userLogin" } },
|
86008
|
-
],
|
86009
|
-
},
|
86010
|
-
},
|
86011
|
-
...PullRequestReviewFragmentDoc.definitions,
|
86012
|
-
],
|
86013
|
-
};
|
86014
|
-
const SentryIssuePayloadFragmentDoc = {
|
86015
|
-
kind: "Document",
|
86016
|
-
definitions: [
|
86017
|
-
{
|
86018
|
-
kind: "FragmentDefinition",
|
86019
|
-
name: { kind: "Name", value: "SentryIssuePayload" },
|
86020
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SentryIssuePayload" } },
|
86021
|
-
selectionSet: {
|
86022
|
-
kind: "SelectionSet",
|
86023
|
-
selections: [
|
86024
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86025
|
-
{ kind: "Field", name: { kind: "Name", value: "issueId" } },
|
86026
|
-
{ kind: "Field", name: { kind: "Name", value: "actorId" } },
|
86027
|
-
{ kind: "Field", name: { kind: "Name", value: "projectId" } },
|
86028
|
-
{ kind: "Field", name: { kind: "Name", value: "firstSeen" } },
|
86029
|
-
{ kind: "Field", name: { kind: "Name", value: "webUrl" } },
|
86030
|
-
{ kind: "Field", name: { kind: "Name", value: "actorName" } },
|
86031
|
-
{ kind: "Field", name: { kind: "Name", value: "firstVersion" } },
|
86032
|
-
{ kind: "Field", name: { kind: "Name", value: "shortId" } },
|
86033
|
-
{ kind: "Field", name: { kind: "Name", value: "projectSlug" } },
|
86034
|
-
{ kind: "Field", name: { kind: "Name", value: "issueTitle" } },
|
86035
|
-
{ kind: "Field", name: { kind: "Name", value: "actorType" } },
|
86036
|
-
],
|
86037
|
-
},
|
86038
|
-
},
|
86039
|
-
],
|
86040
|
-
};
|
86041
|
-
const IntegrationResourceDataFragmentDoc = {
|
86042
|
-
kind: "Document",
|
86043
|
-
definitions: [
|
86044
|
-
{
|
86045
|
-
kind: "FragmentDefinition",
|
86046
|
-
name: { kind: "Name", value: "IntegrationResourceData" },
|
86047
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IntegrationResourceData" } },
|
86048
|
-
selectionSet: {
|
86049
|
-
kind: "SelectionSet",
|
86050
|
-
selections: [
|
86051
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86052
|
-
{
|
86053
|
-
kind: "Field",
|
86054
|
-
name: { kind: "Name", value: "githubCommit" },
|
86055
|
-
selectionSet: {
|
86056
|
-
kind: "SelectionSet",
|
86057
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "CommitPayload" } }],
|
86058
|
-
},
|
86059
|
-
},
|
86060
|
-
{
|
86061
|
-
kind: "Field",
|
86062
|
-
name: { kind: "Name", value: "githubPullRequest" },
|
86063
|
-
selectionSet: {
|
86064
|
-
kind: "SelectionSet",
|
86065
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PullRequestPayload" } }],
|
86066
|
-
},
|
86067
|
-
},
|
86068
|
-
{
|
86069
|
-
kind: "Field",
|
86070
|
-
name: { kind: "Name", value: "gitlabMergeRequest" },
|
86071
|
-
selectionSet: {
|
86072
|
-
kind: "SelectionSet",
|
86073
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PullRequestPayload" } }],
|
86074
|
-
},
|
86075
|
-
},
|
86076
|
-
{
|
86077
|
-
kind: "Field",
|
86078
|
-
name: { kind: "Name", value: "sentryIssue" },
|
86079
|
-
selectionSet: {
|
86080
|
-
kind: "SelectionSet",
|
86081
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SentryIssuePayload" } }],
|
86082
|
-
},
|
86083
|
-
},
|
86084
|
-
],
|
86085
|
-
},
|
86086
|
-
},
|
86087
|
-
...CommitPayloadFragmentDoc.definitions,
|
86088
|
-
...PullRequestPayloadFragmentDoc.definitions,
|
86089
|
-
...SentryIssuePayloadFragmentDoc.definitions,
|
86090
|
-
],
|
86091
|
-
};
|
86092
|
-
const IntegrationResourceFragmentDoc = {
|
86093
|
-
kind: "Document",
|
86094
|
-
definitions: [
|
86095
|
-
{
|
86096
|
-
kind: "FragmentDefinition",
|
86097
|
-
name: { kind: "Name", value: "IntegrationResource" },
|
86098
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IntegrationResource" } },
|
86099
|
-
selectionSet: {
|
86100
|
-
kind: "SelectionSet",
|
86101
|
-
selections: [
|
86102
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86103
|
-
{
|
86104
|
-
kind: "Field",
|
86105
|
-
name: { kind: "Name", value: "data" },
|
86106
|
-
selectionSet: {
|
86107
|
-
kind: "SelectionSet",
|
86108
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationResourceData" } }],
|
86109
|
-
},
|
86110
|
-
},
|
86111
|
-
{
|
86112
|
-
kind: "Field",
|
86113
|
-
name: { kind: "Name", value: "pullRequest" },
|
86114
|
-
selectionSet: {
|
86115
|
-
kind: "SelectionSet",
|
86116
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PullRequestPayload" } }],
|
86117
|
-
},
|
86118
|
-
},
|
86119
|
-
{ kind: "Field", name: { kind: "Name", value: "resourceId" } },
|
86120
|
-
{
|
86121
|
-
kind: "Field",
|
86122
|
-
name: { kind: "Name", value: "integration" },
|
86123
|
-
selectionSet: {
|
86124
|
-
kind: "SelectionSet",
|
86125
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86126
|
-
},
|
86127
|
-
},
|
86128
|
-
{ kind: "Field", name: { kind: "Name", value: "resourceType" } },
|
86129
|
-
{
|
86130
|
-
kind: "Field",
|
86131
|
-
name: { kind: "Name", value: "issue" },
|
86132
|
-
selectionSet: {
|
86133
|
-
kind: "SelectionSet",
|
86134
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
86135
|
-
},
|
86136
|
-
},
|
86137
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
86138
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
86139
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
86140
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86141
|
-
],
|
86142
|
-
},
|
86143
|
-
},
|
86144
|
-
...IntegrationResourceDataFragmentDoc.definitions,
|
86145
|
-
...PullRequestPayloadFragmentDoc.definitions,
|
86146
|
-
],
|
86147
|
-
};
|
86148
|
-
const IntegrationResourceConnectionFragmentDoc = {
|
86149
|
-
kind: "Document",
|
86150
|
-
definitions: [
|
86151
|
-
{
|
86152
|
-
kind: "FragmentDefinition",
|
86153
|
-
name: { kind: "Name", value: "IntegrationResourceConnection" },
|
86154
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "IntegrationResourceConnection" } },
|
86155
|
-
selectionSet: {
|
86156
|
-
kind: "SelectionSet",
|
86157
|
-
selections: [
|
86158
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86159
|
-
{
|
86160
|
-
kind: "Field",
|
86161
|
-
name: { kind: "Name", value: "nodes" },
|
86162
|
-
selectionSet: {
|
86163
|
-
kind: "SelectionSet",
|
86164
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationResource" } }],
|
86165
|
-
},
|
86166
|
-
},
|
86167
|
-
{
|
86168
|
-
kind: "Field",
|
86169
|
-
name: { kind: "Name", value: "pageInfo" },
|
86170
|
-
selectionSet: {
|
86171
|
-
kind: "SelectionSet",
|
86172
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
86173
|
-
},
|
86174
|
-
},
|
86175
|
-
],
|
86176
|
-
},
|
86177
|
-
},
|
86178
|
-
...IntegrationResourceFragmentDoc.definitions,
|
86179
|
-
...PageInfoFragmentDoc.definitions,
|
86180
|
-
],
|
86181
|
-
};
|
86182
85934
|
const IntegrationTemplateFragmentDoc = {
|
86183
85935
|
kind: "Document",
|
86184
85936
|
definitions: [
|
@@ -88013,6 +87765,7 @@ const ProjectMilestoneFragmentDoc = {
|
|
88013
87765
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
88014
87766
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88015
87767
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
87768
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
88016
87769
|
{ kind: "Field", name: { kind: "Name", value: "targetDate" } },
|
88017
87770
|
{
|
88018
87771
|
kind: "Field",
|
@@ -89537,6 +89290,82 @@ const WebhookPayloadFragmentDoc = {
|
|
89537
89290
|
},
|
89538
89291
|
],
|
89539
89292
|
};
|
89293
|
+
const WorkflowCronJobDefinitionFragmentDoc = {
|
89294
|
+
kind: "Document",
|
89295
|
+
definitions: [
|
89296
|
+
{
|
89297
|
+
kind: "FragmentDefinition",
|
89298
|
+
name: { kind: "Name", value: "WorkflowCronJobDefinition" },
|
89299
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "WorkflowCronJobDefinition" } },
|
89300
|
+
selectionSet: {
|
89301
|
+
kind: "SelectionSet",
|
89302
|
+
selections: [
|
89303
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89304
|
+
{ kind: "Field", name: { kind: "Name", value: "activities" } },
|
89305
|
+
{ kind: "Field", name: { kind: "Name", value: "schedule" } },
|
89306
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89307
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
89308
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
89309
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
89310
|
+
{
|
89311
|
+
kind: "Field",
|
89312
|
+
name: { kind: "Name", value: "team" },
|
89313
|
+
selectionSet: {
|
89314
|
+
kind: "SelectionSet",
|
89315
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89316
|
+
},
|
89317
|
+
},
|
89318
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
89319
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
89320
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
89321
|
+
{
|
89322
|
+
kind: "Field",
|
89323
|
+
name: { kind: "Name", value: "creator" },
|
89324
|
+
selectionSet: {
|
89325
|
+
kind: "SelectionSet",
|
89326
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
89327
|
+
},
|
89328
|
+
},
|
89329
|
+
{ kind: "Field", name: { kind: "Name", value: "enabled" } },
|
89330
|
+
],
|
89331
|
+
},
|
89332
|
+
},
|
89333
|
+
],
|
89334
|
+
};
|
89335
|
+
const WorkflowCronJobDefinitionConnectionFragmentDoc = {
|
89336
|
+
kind: "Document",
|
89337
|
+
definitions: [
|
89338
|
+
{
|
89339
|
+
kind: "FragmentDefinition",
|
89340
|
+
name: { kind: "Name", value: "WorkflowCronJobDefinitionConnection" },
|
89341
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "WorkflowCronJobDefinitionConnection" } },
|
89342
|
+
selectionSet: {
|
89343
|
+
kind: "SelectionSet",
|
89344
|
+
selections: [
|
89345
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89346
|
+
{
|
89347
|
+
kind: "Field",
|
89348
|
+
name: { kind: "Name", value: "nodes" },
|
89349
|
+
selectionSet: {
|
89350
|
+
kind: "SelectionSet",
|
89351
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "WorkflowCronJobDefinition" } }],
|
89352
|
+
},
|
89353
|
+
},
|
89354
|
+
{
|
89355
|
+
kind: "Field",
|
89356
|
+
name: { kind: "Name", value: "pageInfo" },
|
89357
|
+
selectionSet: {
|
89358
|
+
kind: "SelectionSet",
|
89359
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
89360
|
+
},
|
89361
|
+
},
|
89362
|
+
],
|
89363
|
+
},
|
89364
|
+
},
|
89365
|
+
...WorkflowCronJobDefinitionFragmentDoc.definitions,
|
89366
|
+
...PageInfoFragmentDoc.definitions,
|
89367
|
+
],
|
89368
|
+
};
|
89540
89369
|
const WorkflowDefinitionFragmentDoc = {
|
89541
89370
|
kind: "Document",
|
89542
89371
|
definitions: [
|
@@ -89549,7 +89378,6 @@ const WorkflowDefinitionFragmentDoc = {
|
|
89549
89378
|
selections: [
|
89550
89379
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89551
89380
|
{ kind: "Field", name: { kind: "Name", value: "activities" } },
|
89552
|
-
{ kind: "Field", name: { kind: "Name", value: "schedule" } },
|
89553
89381
|
{ kind: "Field", name: { kind: "Name", value: "conditions" } },
|
89554
89382
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89555
89383
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
@@ -92017,44 +91845,6 @@ const IntegrationRequestDocument = {
|
|
92017
91845
|
...IntegrationRequestPayloadFragmentDoc.definitions,
|
92018
91846
|
],
|
92019
91847
|
};
|
92020
|
-
const ArchiveIntegrationResourceDocument = {
|
92021
|
-
kind: "Document",
|
92022
|
-
definitions: [
|
92023
|
-
{
|
92024
|
-
kind: "OperationDefinition",
|
92025
|
-
operation: "mutation",
|
92026
|
-
name: { kind: "Name", value: "archiveIntegrationResource" },
|
92027
|
-
variableDefinitions: [
|
92028
|
-
{
|
92029
|
-
kind: "VariableDefinition",
|
92030
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
92031
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92032
|
-
},
|
92033
|
-
],
|
92034
|
-
selectionSet: {
|
92035
|
-
kind: "SelectionSet",
|
92036
|
-
selections: [
|
92037
|
-
{
|
92038
|
-
kind: "Field",
|
92039
|
-
name: { kind: "Name", value: "integrationResourceArchive" },
|
92040
|
-
arguments: [
|
92041
|
-
{
|
92042
|
-
kind: "Argument",
|
92043
|
-
name: { kind: "Name", value: "id" },
|
92044
|
-
value: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
92045
|
-
},
|
92046
|
-
],
|
92047
|
-
selectionSet: {
|
92048
|
-
kind: "SelectionSet",
|
92049
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ArchivePayload" } }],
|
92050
|
-
},
|
92051
|
-
},
|
92052
|
-
],
|
92053
|
-
},
|
92054
|
-
},
|
92055
|
-
...ArchivePayloadFragmentDoc.definitions,
|
92056
|
-
],
|
92057
|
-
};
|
92058
91848
|
const IntegrationSentryConnectDocument = {
|
92059
91849
|
kind: "Document",
|
92060
91850
|
definitions: [
|
@@ -108844,6 +108634,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108844
108634
|
get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
|
108845
108635
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
108846
108636
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
108637
|
+
get ReleaseChannel () { return ReleaseChannel; },
|
108847
108638
|
get SlaStatus () { return SlaStatus; },
|
108848
108639
|
get UserFlagType () { return UserFlagType; },
|
108849
108640
|
get UserFlagUpdateOperation () { return UserFlagUpdateOperation; },
|
@@ -108931,13 +108722,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108931
108722
|
IntegrationConnectionFragmentDoc: IntegrationConnectionFragmentDoc,
|
108932
108723
|
IntegrationPayloadFragmentDoc: IntegrationPayloadFragmentDoc,
|
108933
108724
|
IntegrationRequestPayloadFragmentDoc: IntegrationRequestPayloadFragmentDoc,
|
108934
|
-
CommitPayloadFragmentDoc: CommitPayloadFragmentDoc,
|
108935
|
-
PullRequestReviewFragmentDoc: PullRequestReviewFragmentDoc,
|
108936
|
-
PullRequestPayloadFragmentDoc: PullRequestPayloadFragmentDoc,
|
108937
|
-
SentryIssuePayloadFragmentDoc: SentryIssuePayloadFragmentDoc,
|
108938
|
-
IntegrationResourceDataFragmentDoc: IntegrationResourceDataFragmentDoc,
|
108939
|
-
IntegrationResourceFragmentDoc: IntegrationResourceFragmentDoc,
|
108940
|
-
IntegrationResourceConnectionFragmentDoc: IntegrationResourceConnectionFragmentDoc,
|
108941
108725
|
IntegrationTemplateFragmentDoc: IntegrationTemplateFragmentDoc,
|
108942
108726
|
IntegrationTemplateConnectionFragmentDoc: IntegrationTemplateConnectionFragmentDoc,
|
108943
108727
|
IntegrationTemplatePayloadFragmentDoc: IntegrationTemplatePayloadFragmentDoc,
|
@@ -109037,6 +108821,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109037
108821
|
WebhookFragmentDoc: WebhookFragmentDoc,
|
109038
108822
|
WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
|
109039
108823
|
WebhookPayloadFragmentDoc: WebhookPayloadFragmentDoc,
|
108824
|
+
WorkflowCronJobDefinitionFragmentDoc: WorkflowCronJobDefinitionFragmentDoc,
|
108825
|
+
WorkflowCronJobDefinitionConnectionFragmentDoc: WorkflowCronJobDefinitionConnectionFragmentDoc,
|
109040
108826
|
WorkflowDefinitionFragmentDoc: WorkflowDefinitionFragmentDoc,
|
109041
108827
|
WorkflowDefinitionConnectionFragmentDoc: WorkflowDefinitionConnectionFragmentDoc,
|
109042
108828
|
WorkflowStateFragmentDoc: WorkflowStateFragmentDoc,
|
@@ -109095,7 +108881,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
109095
108881
|
UpdateIntegrationIntercomSettingsDocument: UpdateIntegrationIntercomSettingsDocument,
|
109096
108882
|
IntegrationLoomDocument: IntegrationLoomDocument,
|
109097
108883
|
IntegrationRequestDocument: IntegrationRequestDocument,
|
109098
|
-
ArchiveIntegrationResourceDocument: ArchiveIntegrationResourceDocument,
|
109099
108884
|
IntegrationSentryConnectDocument: IntegrationSentryConnectDocument,
|
109100
108885
|
IntegrationSlackDocument: IntegrationSlackDocument,
|
109101
108886
|
IntegrationSlackImportEmojisDocument: IntegrationSlackImportEmojisDocument,
|
@@ -109835,24 +109620,6 @@ class CommentPayload extends Request {
|
|
109835
109620
|
return new CommentQuery(this._request).fetch(this._comment.id);
|
109836
109621
|
}
|
109837
109622
|
}
|
109838
|
-
/**
|
109839
|
-
* GitHub's commit data
|
109840
|
-
*
|
109841
|
-
* @param request - function to call the graphql client
|
109842
|
-
* @param data - L.CommitPayloadFragment response data
|
109843
|
-
*/
|
109844
|
-
class CommitPayload extends Request {
|
109845
|
-
constructor(request, data) {
|
109846
|
-
super(request);
|
109847
|
-
this.added = data.added;
|
109848
|
-
this.id = data.id;
|
109849
|
-
this.message = data.message;
|
109850
|
-
this.modified = data.modified;
|
109851
|
-
this.removed = data.removed;
|
109852
|
-
this.timestamp = data.timestamp;
|
109853
|
-
this.url = data.url;
|
109854
|
-
}
|
109855
|
-
}
|
109856
109623
|
/**
|
109857
109624
|
* ContactPayload model
|
109858
109625
|
*
|
@@ -110638,72 +110405,6 @@ class IntegrationRequestPayload extends Request {
|
|
110638
110405
|
this.success = data.success;
|
110639
110406
|
}
|
110640
110407
|
}
|
110641
|
-
/**
|
110642
|
-
* An integration resource created by an external service.
|
110643
|
-
*
|
110644
|
-
* @param request - function to call the graphql client
|
110645
|
-
* @param data - L.IntegrationResourceFragment response data
|
110646
|
-
*/
|
110647
|
-
class IntegrationResource extends Request {
|
110648
|
-
constructor(request, data) {
|
110649
|
-
var _a, _b, _c, _d;
|
110650
|
-
super(request);
|
110651
|
-
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
110652
|
-
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
110653
|
-
this.id = data.id;
|
110654
|
-
this.resourceId = data.resourceId;
|
110655
|
-
this.resourceType = data.resourceType;
|
110656
|
-
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
110657
|
-
this.data = new IntegrationResourceData(request, data.data);
|
110658
|
-
this.pullRequest = new PullRequestPayload(request, data.pullRequest);
|
110659
|
-
this._integration = (_d = data.integration) !== null && _d !== void 0 ? _d : undefined;
|
110660
|
-
this._issue = data.issue;
|
110661
|
-
}
|
110662
|
-
/** The integration that the resource is associated with. */
|
110663
|
-
get integration() {
|
110664
|
-
var _a, _b;
|
110665
|
-
return ((_a = this._integration) === null || _a === void 0 ? void 0 : _a.id) ? new IntegrationQuery(this._request).fetch((_b = this._integration) === null || _b === void 0 ? void 0 : _b.id) : undefined;
|
110666
|
-
}
|
110667
|
-
/** The issue that the resource is associated with. */
|
110668
|
-
get issue() {
|
110669
|
-
return new IssueQuery(this._request).fetch(this._issue.id);
|
110670
|
-
}
|
110671
|
-
/** Archives an integration resource. */
|
110672
|
-
archive() {
|
110673
|
-
return new ArchiveIntegrationResourceMutation(this._request).fetch(this.id);
|
110674
|
-
}
|
110675
|
-
}
|
110676
|
-
/**
|
110677
|
-
* IntegrationResourceConnection model
|
110678
|
-
*
|
110679
|
-
* @param request - function to call the graphql client
|
110680
|
-
* @param fetch - function to trigger a refetch of this IntegrationResourceConnection model
|
110681
|
-
* @param data - IntegrationResourceConnection response data
|
110682
|
-
*/
|
110683
|
-
class IntegrationResourceConnection extends Connection {
|
110684
|
-
constructor(request, fetch, data) {
|
110685
|
-
super(request, fetch, data.nodes.map(node => new IntegrationResource(request, node)), new PageInfo(request, data.pageInfo));
|
110686
|
-
}
|
110687
|
-
}
|
110688
|
-
/**
|
110689
|
-
* Integration resource's payload
|
110690
|
-
*
|
110691
|
-
* @param request - function to call the graphql client
|
110692
|
-
* @param data - L.IntegrationResourceDataFragment response data
|
110693
|
-
*/
|
110694
|
-
class IntegrationResourceData extends Request {
|
110695
|
-
constructor(request, data) {
|
110696
|
-
super(request);
|
110697
|
-
this.githubCommit = data.githubCommit ? new CommitPayload(request, data.githubCommit) : undefined;
|
110698
|
-
this.githubPullRequest = data.githubPullRequest
|
110699
|
-
? new PullRequestPayload(request, data.githubPullRequest)
|
110700
|
-
: undefined;
|
110701
|
-
this.gitlabMergeRequest = data.gitlabMergeRequest
|
110702
|
-
? new PullRequestPayload(request, data.gitlabMergeRequest)
|
110703
|
-
: undefined;
|
110704
|
-
this.sentryIssue = data.sentryIssue ? new SentryIssuePayload(request, data.sentryIssue) : undefined;
|
110705
|
-
}
|
110706
|
-
}
|
110707
110408
|
/**
|
110708
110409
|
* The integration resource's settings
|
110709
110410
|
*
|
@@ -112374,6 +112075,7 @@ class ProjectMilestone extends Request {
|
|
112374
112075
|
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
112375
112076
|
this.id = data.id;
|
112376
112077
|
this.name = data.name;
|
112078
|
+
this.sortOrder = data.sortOrder;
|
112377
112079
|
this.targetDate = (_d = data.targetDate) !== null && _d !== void 0 ? _d : undefined;
|
112378
112080
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
112379
112081
|
this._project = data.project;
|
@@ -112676,51 +112378,6 @@ class ProjectUpdateWithInteractionPayload extends Request {
|
|
112676
112378
|
return new ProjectUpdateQuery(this._request).fetch(this._projectUpdate.id);
|
112677
112379
|
}
|
112678
112380
|
}
|
112679
|
-
/**
|
112680
|
-
* Pull request data
|
112681
|
-
*
|
112682
|
-
* @param request - function to call the graphql client
|
112683
|
-
* @param data - L.PullRequestPayloadFragment response data
|
112684
|
-
*/
|
112685
|
-
class PullRequestPayload extends Request {
|
112686
|
-
constructor(request, data) {
|
112687
|
-
var _a;
|
112688
|
-
super(request);
|
112689
|
-
this.branch = data.branch;
|
112690
|
-
this.closedAt = data.closedAt;
|
112691
|
-
this.createdAt = data.createdAt;
|
112692
|
-
this.draft = data.draft;
|
112693
|
-
this.id = data.id;
|
112694
|
-
this.mergedAt = data.mergedAt;
|
112695
|
-
this.number = data.number;
|
112696
|
-
this.repoLogin = data.repoLogin;
|
112697
|
-
this.repoName = data.repoName;
|
112698
|
-
this.reviewers = (_a = data.reviewers) !== null && _a !== void 0 ? _a : undefined;
|
112699
|
-
this.status = data.status;
|
112700
|
-
this.title = data.title;
|
112701
|
-
this.updatedAt = data.updatedAt;
|
112702
|
-
this.url = data.url;
|
112703
|
-
this.userId = data.userId;
|
112704
|
-
this.userLogin = data.userLogin;
|
112705
|
-
this.reviews = data.reviews ? data.reviews.map(node => new PullRequestReview(request, node)) : undefined;
|
112706
|
-
}
|
112707
|
-
}
|
112708
|
-
/**
|
112709
|
-
* Pull request review data
|
112710
|
-
*
|
112711
|
-
* @param request - function to call the graphql client
|
112712
|
-
* @param data - L.PullRequestReviewFragment response data
|
112713
|
-
*/
|
112714
|
-
class PullRequestReview extends Request {
|
112715
|
-
constructor(request, data) {
|
112716
|
-
super(request);
|
112717
|
-
this.id = data.id;
|
112718
|
-
this.reviewerId = data.reviewerId;
|
112719
|
-
this.reviewerLogin = data.reviewerLogin;
|
112720
|
-
this.state = data.state;
|
112721
|
-
this.submittedAt = data.submittedAt;
|
112722
|
-
}
|
112723
|
-
}
|
112724
112381
|
/**
|
112725
112382
|
* A user's web browser push notification subscription.
|
112726
112383
|
*
|
@@ -113051,29 +112708,6 @@ class SamlConfigurationPayload extends Request {
|
|
113051
112708
|
this.ssoSignAlgo = (_d = data.ssoSignAlgo) !== null && _d !== void 0 ? _d : undefined;
|
113052
112709
|
}
|
113053
112710
|
}
|
113054
|
-
/**
|
113055
|
-
* Sentry issue data
|
113056
|
-
*
|
113057
|
-
* @param request - function to call the graphql client
|
113058
|
-
* @param data - L.SentryIssuePayloadFragment response data
|
113059
|
-
*/
|
113060
|
-
class SentryIssuePayload extends Request {
|
113061
|
-
constructor(request, data) {
|
113062
|
-
var _a;
|
113063
|
-
super(request);
|
113064
|
-
this.actorId = data.actorId;
|
113065
|
-
this.actorName = data.actorName;
|
113066
|
-
this.actorType = data.actorType;
|
113067
|
-
this.firstSeen = data.firstSeen;
|
113068
|
-
this.firstVersion = (_a = data.firstVersion) !== null && _a !== void 0 ? _a : undefined;
|
113069
|
-
this.issueId = data.issueId;
|
113070
|
-
this.issueTitle = data.issueTitle;
|
113071
|
-
this.projectId = data.projectId;
|
113072
|
-
this.projectSlug = data.projectSlug;
|
113073
|
-
this.shortId = data.shortId;
|
113074
|
-
this.webUrl = data.webUrl;
|
113075
|
-
}
|
113076
|
-
}
|
113077
112711
|
/**
|
113078
112712
|
* Sentry specific settings.
|
113079
112713
|
*
|
@@ -113949,6 +113583,50 @@ class WebhookPayload extends Request {
|
|
113949
113583
|
return new WebhookQuery(this._request).fetch(this._webhook.id);
|
113950
113584
|
}
|
113951
113585
|
}
|
113586
|
+
/**
|
113587
|
+
* WorkflowCronJobDefinition model
|
113588
|
+
*
|
113589
|
+
* @param request - function to call the graphql client
|
113590
|
+
* @param data - L.WorkflowCronJobDefinitionFragment response data
|
113591
|
+
*/
|
113592
|
+
class WorkflowCronJobDefinition extends Request {
|
113593
|
+
constructor(request, data) {
|
113594
|
+
var _a, _b, _c, _d, _e, _f;
|
113595
|
+
super(request);
|
113596
|
+
this.activities = (_a = parseJson(data.activities)) !== null && _a !== void 0 ? _a : {};
|
113597
|
+
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
113598
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
113599
|
+
this.description = (_d = data.description) !== null && _d !== void 0 ? _d : undefined;
|
113600
|
+
this.enabled = data.enabled;
|
113601
|
+
this.id = data.id;
|
113602
|
+
this.name = data.name;
|
113603
|
+
this.schedule = (_e = parseJson(data.schedule)) !== null && _e !== void 0 ? _e : {};
|
113604
|
+
this.sortOrder = data.sortOrder;
|
113605
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
113606
|
+
this._creator = data.creator;
|
113607
|
+
this._team = data.team;
|
113608
|
+
}
|
113609
|
+
/** The user who created the workflow cron job. */
|
113610
|
+
get creator() {
|
113611
|
+
return new UserQuery(this._request).fetch(this._creator.id);
|
113612
|
+
}
|
113613
|
+
/** The team associated with the workflow cron job. */
|
113614
|
+
get team() {
|
113615
|
+
return new TeamQuery(this._request).fetch(this._team.id);
|
113616
|
+
}
|
113617
|
+
}
|
113618
|
+
/**
|
113619
|
+
* WorkflowCronJobDefinitionConnection model
|
113620
|
+
*
|
113621
|
+
* @param request - function to call the graphql client
|
113622
|
+
* @param fetch - function to trigger a refetch of this WorkflowCronJobDefinitionConnection model
|
113623
|
+
* @param data - WorkflowCronJobDefinitionConnection response data
|
113624
|
+
*/
|
113625
|
+
class WorkflowCronJobDefinitionConnection extends Connection {
|
113626
|
+
constructor(request, fetch, data) {
|
113627
|
+
super(request, fetch, data.nodes.map(node => new WorkflowCronJobDefinition(request, node)), new PageInfo(request, data.pageInfo));
|
113628
|
+
}
|
113629
|
+
}
|
113952
113630
|
/**
|
113953
113631
|
* WorkflowDefinition model
|
113954
113632
|
*
|
@@ -113957,7 +113635,7 @@ class WebhookPayload extends Request {
|
|
113957
113635
|
*/
|
113958
113636
|
class WorkflowDefinition extends Request {
|
113959
113637
|
constructor(request, data) {
|
113960
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
113638
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113961
113639
|
super(request);
|
113962
113640
|
this.activities = (_a = parseJson(data.activities)) !== null && _a !== void 0 ? _a : {};
|
113963
113641
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -113968,11 +113646,10 @@ class WorkflowDefinition extends Request {
|
|
113968
113646
|
this.groupName = (_f = data.groupName) !== null && _f !== void 0 ? _f : undefined;
|
113969
113647
|
this.id = data.id;
|
113970
113648
|
this.name = data.name;
|
113971
|
-
this.schedule = (_g = parseJson(data.schedule)) !== null && _g !== void 0 ? _g : {};
|
113972
113649
|
this.sortOrder = data.sortOrder;
|
113973
|
-
this.updatedAt = (
|
113650
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
113974
113651
|
this._creator = data.creator;
|
113975
|
-
this._team = (
|
113652
|
+
this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
|
113976
113653
|
}
|
113977
113654
|
/** The user who created the workflow. */
|
113978
113655
|
get creator() {
|
@@ -115440,31 +115117,6 @@ class IntegrationRequestMutation extends Request {
|
|
115440
115117
|
});
|
115441
115118
|
}
|
115442
115119
|
}
|
115443
|
-
/**
|
115444
|
-
* A fetchable ArchiveIntegrationResource Mutation
|
115445
|
-
*
|
115446
|
-
* @param request - function to call the graphql client
|
115447
|
-
*/
|
115448
|
-
class ArchiveIntegrationResourceMutation extends Request {
|
115449
|
-
constructor(request) {
|
115450
|
-
super(request);
|
115451
|
-
}
|
115452
|
-
/**
|
115453
|
-
* Call the ArchiveIntegrationResource mutation and return a ArchivePayload
|
115454
|
-
*
|
115455
|
-
* @param id - required id to pass to archiveIntegrationResource
|
115456
|
-
* @returns parsed response from ArchiveIntegrationResourceMutation
|
115457
|
-
*/
|
115458
|
-
fetch(id) {
|
115459
|
-
return __awaiter(this, void 0, void 0, function* () {
|
115460
|
-
const response = yield this._request(ArchiveIntegrationResourceDocument, {
|
115461
|
-
id,
|
115462
|
-
});
|
115463
|
-
const data = response.integrationResourceArchive;
|
115464
|
-
return new ArchivePayload(this._request, data);
|
115465
|
-
});
|
115466
|
-
}
|
115467
|
-
}
|
115468
115120
|
/**
|
115469
115121
|
* A fetchable IntegrationSentryConnect Mutation
|
115470
115122
|
*
|
@@ -122481,15 +122133,6 @@ class LinearSdk extends Request {
|
|
122481
122133
|
integrationRequest(input) {
|
122482
122134
|
return new IntegrationRequestMutation(this._request).fetch(input);
|
122483
122135
|
}
|
122484
|
-
/**
|
122485
|
-
* Archives an integration resource.
|
122486
|
-
*
|
122487
|
-
* @param id - required id to pass to archiveIntegrationResource
|
122488
|
-
* @returns ArchivePayload
|
122489
|
-
*/
|
122490
|
-
archiveIntegrationResource(id) {
|
122491
|
-
return new ArchiveIntegrationResourceMutation(this._request).fetch(id);
|
122492
|
-
}
|
122493
122136
|
/**
|
122494
122137
|
* Integrates the organization with Sentry.
|
122495
122138
|
*
|
@@ -124319,5 +123962,5 @@ class LinearClient extends LinearSdk {
|
|
124319
123962
|
}
|
124320
123963
|
}
|
124321
123964
|
|
124322
|
-
export { AdminJobConfigurationPayload, AdminJobStatusPayload, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationResourceMutation, 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, CommitPayload, 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, IntegrationResource, IntegrationResourceConnection, IntegrationResourceData, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, 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, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, 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, PullRequestPayload, PullRequestReview, 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, SentryIssuePayload, 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, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
123965
|
+
export { AdminJobConfigurationPayload, AdminJobStatusPayload, 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, 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, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, 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 };
|
124323
123966
|
//# sourceMappingURL=index-es.js.map
|