@linear/sdk 2.3.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 +38 -0
- package/dist/_generated_documents.d.ts +102 -8
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +50 -2
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +138 -8
- 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 -9
- 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 -9
- 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 = {
|
@@ -87760,6 +87765,7 @@ const ProjectMilestoneFragmentDoc = {
|
|
87760
87765
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
87761
87766
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87762
87767
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
87768
|
+
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
87763
87769
|
{ kind: "Field", name: { kind: "Name", value: "targetDate" } },
|
87764
87770
|
{
|
87765
87771
|
kind: "Field",
|
@@ -89284,6 +89290,82 @@ const WebhookPayloadFragmentDoc = {
|
|
89284
89290
|
},
|
89285
89291
|
],
|
89286
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
|
+
};
|
89287
89369
|
const WorkflowDefinitionFragmentDoc = {
|
89288
89370
|
kind: "Document",
|
89289
89371
|
definitions: [
|
@@ -89296,7 +89378,6 @@ const WorkflowDefinitionFragmentDoc = {
|
|
89296
89378
|
selections: [
|
89297
89379
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89298
89380
|
{ kind: "Field", name: { kind: "Name", value: "activities" } },
|
89299
|
-
{ kind: "Field", name: { kind: "Name", value: "schedule" } },
|
89300
89381
|
{ kind: "Field", name: { kind: "Name", value: "conditions" } },
|
89301
89382
|
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
89302
89383
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
@@ -108553,6 +108634,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108553
108634
|
get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
|
108554
108635
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
108555
108636
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
108637
|
+
get ReleaseChannel () { return ReleaseChannel; },
|
108556
108638
|
get SlaStatus () { return SlaStatus; },
|
108557
108639
|
get UserFlagType () { return UserFlagType; },
|
108558
108640
|
get UserFlagUpdateOperation () { return UserFlagUpdateOperation; },
|
@@ -108739,6 +108821,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108739
108821
|
WebhookFragmentDoc: WebhookFragmentDoc,
|
108740
108822
|
WebhookConnectionFragmentDoc: WebhookConnectionFragmentDoc,
|
108741
108823
|
WebhookPayloadFragmentDoc: WebhookPayloadFragmentDoc,
|
108824
|
+
WorkflowCronJobDefinitionFragmentDoc: WorkflowCronJobDefinitionFragmentDoc,
|
108825
|
+
WorkflowCronJobDefinitionConnectionFragmentDoc: WorkflowCronJobDefinitionConnectionFragmentDoc,
|
108742
108826
|
WorkflowDefinitionFragmentDoc: WorkflowDefinitionFragmentDoc,
|
108743
108827
|
WorkflowDefinitionConnectionFragmentDoc: WorkflowDefinitionConnectionFragmentDoc,
|
108744
108828
|
WorkflowStateFragmentDoc: WorkflowStateFragmentDoc,
|
@@ -111991,6 +112075,7 @@ class ProjectMilestone extends Request {
|
|
111991
112075
|
this.description = (_c = data.description) !== null && _c !== void 0 ? _c : undefined;
|
111992
112076
|
this.id = data.id;
|
111993
112077
|
this.name = data.name;
|
112078
|
+
this.sortOrder = data.sortOrder;
|
111994
112079
|
this.targetDate = (_d = data.targetDate) !== null && _d !== void 0 ? _d : undefined;
|
111995
112080
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
111996
112081
|
this._project = data.project;
|
@@ -113498,6 +113583,50 @@ class WebhookPayload extends Request {
|
|
113498
113583
|
return new WebhookQuery(this._request).fetch(this._webhook.id);
|
113499
113584
|
}
|
113500
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
|
+
}
|
113501
113630
|
/**
|
113502
113631
|
* WorkflowDefinition model
|
113503
113632
|
*
|
@@ -113506,7 +113635,7 @@ class WebhookPayload extends Request {
|
|
113506
113635
|
*/
|
113507
113636
|
class WorkflowDefinition extends Request {
|
113508
113637
|
constructor(request, data) {
|
113509
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
113638
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
113510
113639
|
super(request);
|
113511
113640
|
this.activities = (_a = parseJson(data.activities)) !== null && _a !== void 0 ? _a : {};
|
113512
113641
|
this.archivedAt = (_b = parseDate(data.archivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -113517,11 +113646,10 @@ class WorkflowDefinition extends Request {
|
|
113517
113646
|
this.groupName = (_f = data.groupName) !== null && _f !== void 0 ? _f : undefined;
|
113518
113647
|
this.id = data.id;
|
113519
113648
|
this.name = data.name;
|
113520
|
-
this.schedule = (_g = parseJson(data.schedule)) !== null && _g !== void 0 ? _g : {};
|
113521
113649
|
this.sortOrder = data.sortOrder;
|
113522
|
-
this.updatedAt = (
|
113650
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
113523
113651
|
this._creator = data.creator;
|
113524
|
-
this._team = (
|
113652
|
+
this._team = (_h = data.team) !== null && _h !== void 0 ? _h : undefined;
|
113525
113653
|
}
|
113526
113654
|
/** The user who created the workflow. */
|
113527
113655
|
get creator() {
|
@@ -123834,5 +123962,5 @@ class LinearClient extends LinearSdk {
|
|
123834
123962
|
}
|
123835
123963
|
}
|
123836
123964
|
|
123837
|
-
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, 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 };
|
123838
123966
|
//# sourceMappingURL=index-es.js.map
|