@linear/sdk 19.1.1 → 19.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_generated_documents.d.ts +65 -35
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +106 -0
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +253 -101
- 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 +252 -102
- 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 +254 -102
- 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
@@ -83559,11 +83559,11 @@ var ReleaseChannel;
|
|
83559
83559
|
ReleaseChannel["Public"] = "public";
|
83560
83560
|
})(ReleaseChannel || (ReleaseChannel = {}));
|
83561
83561
|
/** Which day count to use for SLA calculations. */
|
83562
|
-
var
|
83563
|
-
(function (
|
83564
|
-
|
83565
|
-
|
83566
|
-
})(
|
83562
|
+
var SLADayCountType;
|
83563
|
+
(function (SLADayCountType) {
|
83564
|
+
SLADayCountType["All"] = "all";
|
83565
|
+
SLADayCountType["OnlyBusinessDays"] = "onlyBusinessDays";
|
83566
|
+
})(SLADayCountType || (SLADayCountType = {}));
|
83567
83567
|
var SendStrategy;
|
83568
83568
|
(function (SendStrategy) {
|
83569
83569
|
SendStrategy["Desktop"] = "desktop";
|
@@ -83799,6 +83799,8 @@ const CustomViewNotificationSubscriptionFragmentDoc = {
|
|
83799
83799
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83800
83800
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83801
83801
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
83802
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
83803
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
83802
83804
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83803
83805
|
{
|
83804
83806
|
kind: "Field",
|
@@ -83877,6 +83879,8 @@ const CycleNotificationSubscriptionFragmentDoc = {
|
|
83877
83879
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83878
83880
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83879
83881
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
83882
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
83883
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
83880
83884
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83881
83885
|
{
|
83882
83886
|
kind: "Field",
|
@@ -84176,6 +84180,8 @@ const NotificationSubscriptionFragmentDoc = {
|
|
84176
84180
|
},
|
84177
84181
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84178
84182
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84183
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
84184
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84179
84185
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84180
84186
|
{
|
84181
84187
|
kind: "Field",
|
@@ -84306,6 +84312,7 @@ const OauthClientApprovalFragmentDoc = {
|
|
84306
84312
|
{ kind: "Field", name: { kind: "Name", value: "requestReason" } },
|
84307
84313
|
{ kind: "Field", name: { kind: "Name", value: "denyReason" } },
|
84308
84314
|
{ kind: "Field", name: { kind: "Name", value: "scopes" } },
|
84315
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
84309
84316
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84310
84317
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84311
84318
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -84819,6 +84826,8 @@ const LabelNotificationSubscriptionFragmentDoc = {
|
|
84819
84826
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84820
84827
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84821
84828
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
84829
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
84830
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84822
84831
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84823
84832
|
{
|
84824
84833
|
kind: "Field",
|
@@ -84897,6 +84906,8 @@ const ProjectNotificationSubscriptionFragmentDoc = {
|
|
84897
84906
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84898
84907
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84899
84908
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
84909
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
84910
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84900
84911
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84901
84912
|
{
|
84902
84913
|
kind: "Field",
|
@@ -84975,6 +84986,8 @@ const TeamNotificationSubscriptionFragmentDoc = {
|
|
84975
84986
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84976
84987
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84977
84988
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
84989
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
84990
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
84978
84991
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84979
84992
|
{
|
84980
84993
|
kind: "Field",
|
@@ -85077,6 +85090,8 @@ const UserNotificationSubscriptionFragmentDoc = {
|
|
85077
85090
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
85078
85091
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
85079
85092
|
{ kind: "Field", name: { kind: "Name", value: "notificationSubscriptionTypes" } },
|
85093
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
85094
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
85080
85095
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85081
85096
|
{
|
85082
85097
|
kind: "Field",
|
@@ -85114,6 +85129,7 @@ const AuthOrganizationFragmentDoc = {
|
|
85114
85129
|
{ kind: "Field", name: { kind: "Name", value: "allowedAuthServices" } },
|
85115
85130
|
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
85116
85131
|
{ kind: "Field", name: { kind: "Name", value: "serviceId" } },
|
85132
|
+
{ kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
|
85117
85133
|
{ kind: "Field", name: { kind: "Name", value: "logoUrl" } },
|
85118
85134
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85119
85135
|
{ kind: "Field", name: { kind: "Name", value: "urlKey" } },
|
@@ -85265,6 +85281,9 @@ const OrganizationFragmentDoc = {
|
|
85265
85281
|
{ kind: "Field", name: { kind: "Name", value: "createdIssueCount" } },
|
85266
85282
|
{ kind: "Field", name: { kind: "Name", value: "previousUrlKeys" } },
|
85267
85283
|
{ kind: "Field", name: { kind: "Name", value: "periodUploadVolume" } },
|
85284
|
+
{ kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersDay" } },
|
85285
|
+
{ kind: "Field", name: { kind: "Name", value: "releaseChannel" } },
|
85286
|
+
{ kind: "Field", name: { kind: "Name", value: "projectUpdatesReminderFrequency" } },
|
85268
85287
|
{ kind: "Field", name: { kind: "Name", value: "projectUpdateRemindersHour" } },
|
85269
85288
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
85270
85289
|
{ kind: "Field", name: { kind: "Name", value: "fiscalYearStartMonth" } },
|
@@ -85290,6 +85309,7 @@ const OrganizationFragmentDoc = {
|
|
85290
85309
|
{ kind: "Field", name: { kind: "Name", value: "gitLinkbackMessagesEnabled" } },
|
85291
85310
|
{ kind: "Field", name: { kind: "Name", value: "gitPublicLinkbackMessagesEnabled" } },
|
85292
85311
|
{ kind: "Field", name: { kind: "Name", value: "roadmapEnabled" } },
|
85312
|
+
{ kind: "Field", name: { kind: "Name", value: "slaDayCount" } },
|
85293
85313
|
],
|
85294
85314
|
},
|
85295
85315
|
},
|
@@ -85364,6 +85384,7 @@ const AuthenticationSessionResponseFragmentDoc = {
|
|
85364
85384
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85365
85385
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
85366
85386
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
85387
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
85367
85388
|
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
85368
85389
|
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
85369
85390
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -85398,6 +85419,7 @@ const OrganizationDomainFragmentDoc = {
|
|
85398
85419
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
85399
85420
|
},
|
85400
85421
|
},
|
85422
|
+
{ kind: "Field", name: { kind: "Name", value: "authType" } },
|
85401
85423
|
{ kind: "Field", name: { kind: "Name", value: "claimed" } },
|
85402
85424
|
],
|
85403
85425
|
},
|
@@ -85538,6 +85560,7 @@ const SharedSlackSettingsFragmentDoc = {
|
|
85538
85560
|
{ kind: "Field", name: { kind: "Name", value: "enterpriseName" } },
|
85539
85561
|
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
85540
85562
|
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
85563
|
+
{ kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
|
85541
85564
|
],
|
85542
85565
|
},
|
85543
85566
|
},
|
@@ -85886,6 +85909,7 @@ const SlackSettingsFragmentDoc = {
|
|
85886
85909
|
{ kind: "Field", name: { kind: "Name", value: "teamId" } },
|
85887
85910
|
{ kind: "Field", name: { kind: "Name", value: "teamName" } },
|
85888
85911
|
{ kind: "Field", name: { kind: "Name", value: "linkOnIssueIdMention" } },
|
85912
|
+
{ kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
|
85889
85913
|
],
|
85890
85914
|
},
|
85891
85915
|
},
|
@@ -85964,6 +85988,8 @@ const SlackAsksSettingsFragmentDoc = {
|
|
85964
85988
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
|
85965
85989
|
},
|
85966
85990
|
},
|
85991
|
+
{ kind: "Field", name: { kind: "Name", value: "canAdministrate" } },
|
85992
|
+
{ kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
|
85967
85993
|
],
|
85968
85994
|
},
|
85969
85995
|
},
|
@@ -85982,6 +86008,7 @@ const SlackPostSettingsFragmentDoc = {
|
|
85982
86008
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85983
86009
|
{ kind: "Field", name: { kind: "Name", value: "channel" } },
|
85984
86010
|
{ kind: "Field", name: { kind: "Name", value: "channelId" } },
|
86011
|
+
{ kind: "Field", name: { kind: "Name", value: "channelType" } },
|
85985
86012
|
{ kind: "Field", name: { kind: "Name", value: "configurationUrl" } },
|
85986
86013
|
],
|
85987
86014
|
},
|
@@ -86232,6 +86259,7 @@ const AuthenticationSessionFragmentDoc = {
|
|
86232
86259
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86233
86260
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
86234
86261
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
86262
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
86235
86263
|
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
86236
86264
|
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
86237
86265
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -86754,6 +86782,7 @@ const AuthOrganizationDomainFragmentDoc = {
|
|
86754
86782
|
selections: [
|
86755
86783
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86756
86784
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86785
|
+
{ kind: "Field", name: { kind: "Name", value: "authType" } },
|
86757
86786
|
{ kind: "Field", name: { kind: "Name", value: "claimed" } },
|
86758
86787
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86759
86788
|
{ kind: "Field", name: { kind: "Name", value: "organizationId" } },
|
@@ -88057,6 +88086,7 @@ const FavoriteFragmentDoc = {
|
|
88057
88086
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88058
88087
|
},
|
88059
88088
|
},
|
88089
|
+
{ kind: "Field", name: { kind: "Name", value: "projectTab" } },
|
88060
88090
|
{
|
88061
88091
|
kind: "Field",
|
88062
88092
|
name: { kind: "Name", value: "predefinedViewTeam" },
|
@@ -88200,6 +88230,7 @@ const GitAutomationStateFragmentDoc = {
|
|
88200
88230
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88201
88231
|
},
|
88202
88232
|
},
|
88233
|
+
{ kind: "Field", name: { kind: "Name", value: "event" } },
|
88203
88234
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88204
88235
|
{
|
88205
88236
|
kind: "Field",
|
@@ -88698,6 +88729,7 @@ const IssueFragmentDoc = {
|
|
88698
88729
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88699
88730
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88700
88731
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88732
|
+
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
88701
88733
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88702
88734
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88703
88735
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -89541,6 +89573,7 @@ const IssueSearchResultFragmentDoc = {
|
|
89541
89573
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89542
89574
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89543
89575
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
89576
|
+
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
89544
89577
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89545
89578
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
89546
89579
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -90007,6 +90040,26 @@ const OauthClientConnectionFragmentDoc = {
|
|
90007
90040
|
},
|
90008
90041
|
],
|
90009
90042
|
};
|
90043
|
+
const OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc = {
|
90044
|
+
kind: "Document",
|
90045
|
+
definitions: [
|
90046
|
+
{
|
90047
|
+
kind: "FragmentDefinition",
|
90048
|
+
name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
|
90049
|
+
typeCondition: {
|
90050
|
+
kind: "NamedType",
|
90051
|
+
name: { kind: "Name", value: "OrganizationAcceptedOrExpiredInviteDetailsPayload" },
|
90052
|
+
},
|
90053
|
+
selectionSet: {
|
90054
|
+
kind: "SelectionSet",
|
90055
|
+
selections: [
|
90056
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
90057
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
90058
|
+
],
|
90059
|
+
},
|
90060
|
+
},
|
90061
|
+
],
|
90062
|
+
};
|
90010
90063
|
const OrganizationCancelDeletePayloadFragmentDoc = {
|
90011
90064
|
kind: "Document",
|
90012
90065
|
definitions: [
|
@@ -90079,6 +90132,7 @@ const OrganizationInviteFragmentDoc = {
|
|
90079
90132
|
{ kind: "Field", name: { kind: "Name", value: "acceptedAt" } },
|
90080
90133
|
{ kind: "Field", name: { kind: "Name", value: "expiresAt" } },
|
90081
90134
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
90135
|
+
{ kind: "Field", name: { kind: "Name", value: "role" } },
|
90082
90136
|
{
|
90083
90137
|
kind: "Field",
|
90084
90138
|
name: { kind: "Name", value: "inviter" },
|
@@ -90148,7 +90202,9 @@ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
|
|
90148
90202
|
{ kind: "Field", name: { kind: "Name", value: "organizationName" } },
|
90149
90203
|
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
90150
90204
|
{ kind: "Field", name: { kind: "Name", value: "inviter" } },
|
90205
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
90151
90206
|
{ kind: "Field", name: { kind: "Name", value: "organizationLogoUrl" } },
|
90207
|
+
{ kind: "Field", name: { kind: "Name", value: "role" } },
|
90152
90208
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90153
90209
|
{ kind: "Field", name: { kind: "Name", value: "accepted" } },
|
90154
90210
|
{ kind: "Field", name: { kind: "Name", value: "expired" } },
|
@@ -90798,6 +90854,7 @@ const ProjectUpdateFragmentDoc = {
|
|
90798
90854
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
90799
90855
|
{ kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
|
90800
90856
|
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
90857
|
+
{ kind: "Field", name: { kind: "Name", value: "health" } },
|
90801
90858
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
90802
90859
|
{
|
90803
90860
|
kind: "Field",
|
@@ -91526,6 +91583,23 @@ const SsoUrlFromEmailResponseFragmentDoc = {
|
|
91526
91583
|
},
|
91527
91584
|
],
|
91528
91585
|
};
|
91586
|
+
const SummaryPayloadFragmentDoc = {
|
91587
|
+
kind: "Document",
|
91588
|
+
definitions: [
|
91589
|
+
{
|
91590
|
+
kind: "FragmentDefinition",
|
91591
|
+
name: { kind: "Name", value: "SummaryPayload" },
|
91592
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "SummaryPayload" } },
|
91593
|
+
selectionSet: {
|
91594
|
+
kind: "SelectionSet",
|
91595
|
+
selections: [
|
91596
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
91597
|
+
{ kind: "Field", name: { kind: "Name", value: "summary" } },
|
91598
|
+
],
|
91599
|
+
},
|
91600
|
+
},
|
91601
|
+
],
|
91602
|
+
};
|
91529
91603
|
const SynchronizedPayloadFragmentDoc = {
|
91530
91604
|
kind: "Document",
|
91531
91605
|
definitions: [
|
@@ -92126,6 +92200,7 @@ const TriageResponsibilityFragmentDoc = {
|
|
92126
92200
|
],
|
92127
92201
|
},
|
92128
92202
|
},
|
92203
|
+
{ kind: "Field", name: { kind: "Name", value: "action" } },
|
92129
92204
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92130
92205
|
{
|
92131
92206
|
kind: "Field",
|
@@ -92740,6 +92815,7 @@ const WorkflowDefinitionFragmentDoc = {
|
|
92740
92815
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92741
92816
|
{ kind: "Field", name: { kind: "Name", value: "groupName" } },
|
92742
92817
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
92818
|
+
{ kind: "Field", name: { kind: "Name", value: "triggerType" } },
|
92743
92819
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
92744
92820
|
{
|
92745
92821
|
kind: "Field",
|
@@ -92751,6 +92827,10 @@ const WorkflowDefinitionFragmentDoc = {
|
|
92751
92827
|
},
|
92752
92828
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92753
92829
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
92830
|
+
{ kind: "Field", name: { kind: "Name", value: "trigger" } },
|
92831
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
92832
|
+
{ kind: "Field", name: { kind: "Name", value: "userContextViewType" } },
|
92833
|
+
{ kind: "Field", name: { kind: "Name", value: "contextViewType" } },
|
92754
92834
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92755
92835
|
{
|
92756
92836
|
kind: "Field",
|
@@ -116748,7 +116828,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116748
116828
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
116749
116829
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
116750
116830
|
get ReleaseChannel () { return ReleaseChannel; },
|
116751
|
-
get
|
116831
|
+
get SLADayCountType () { return SLADayCountType; },
|
116752
116832
|
get SendStrategy () { return SendStrategy; },
|
116753
116833
|
get SlaStatus () { return SlaStatus; },
|
116754
116834
|
get SlackChannelType () { return SlackChannelType; },
|
@@ -116940,6 +117020,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116940
117020
|
NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
|
116941
117021
|
OauthClientFragmentDoc: OauthClientFragmentDoc,
|
116942
117022
|
OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
|
117023
|
+
OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc,
|
116943
117024
|
OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
|
116944
117025
|
OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
|
116945
117026
|
OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
|
@@ -116989,6 +117070,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116989
117070
|
RoadmapToProjectPayloadFragmentDoc: RoadmapToProjectPayloadFragmentDoc,
|
116990
117071
|
SlackChannelConnectPayloadFragmentDoc: SlackChannelConnectPayloadFragmentDoc,
|
116991
117072
|
SsoUrlFromEmailResponseFragmentDoc: SsoUrlFromEmailResponseFragmentDoc,
|
117073
|
+
SummaryPayloadFragmentDoc: SummaryPayloadFragmentDoc,
|
116992
117074
|
SynchronizedPayloadFragmentDoc: SynchronizedPayloadFragmentDoc,
|
116993
117075
|
TeamFragmentDoc: TeamFragmentDoc,
|
116994
117076
|
TeamConnectionFragmentDoc: TeamConnectionFragmentDoc,
|
@@ -118009,6 +118091,7 @@ class AuthOrganization extends Request {
|
|
118009
118091
|
this.serviceId = data.serviceId;
|
118010
118092
|
this.urlKey = data.urlKey;
|
118011
118093
|
this.userCount = data.userCount;
|
118094
|
+
this.releaseChannel = data.releaseChannel;
|
118012
118095
|
}
|
118013
118096
|
}
|
118014
118097
|
/**
|
@@ -118026,6 +118109,7 @@ class AuthOrganizationDomain extends Request {
|
|
118026
118109
|
this.name = data.name;
|
118027
118110
|
this.organizationId = data.organizationId;
|
118028
118111
|
this.verified = data.verified;
|
118112
|
+
this.authType = data.authType;
|
118029
118113
|
}
|
118030
118114
|
}
|
118031
118115
|
/**
|
@@ -118123,6 +118207,7 @@ class AuthenticationSession extends Request {
|
|
118123
118207
|
this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
|
118124
118208
|
this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
|
118125
118209
|
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
118210
|
+
this.type = data.type;
|
118126
118211
|
}
|
118127
118212
|
}
|
118128
118213
|
/**
|
@@ -118151,6 +118236,7 @@ class AuthenticationSessionResponse extends Request {
|
|
118151
118236
|
this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
|
118152
118237
|
this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
|
118153
118238
|
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
118239
|
+
this.type = data.type;
|
118154
118240
|
}
|
118155
118241
|
}
|
118156
118242
|
/**
|
@@ -118461,7 +118547,7 @@ class CustomViewHasSubscribersPayload extends Request {
|
|
118461
118547
|
*/
|
118462
118548
|
class CustomViewNotificationSubscription extends Request {
|
118463
118549
|
constructor(request, data) {
|
118464
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
118550
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
118465
118551
|
super(request);
|
118466
118552
|
this.active = data.active;
|
118467
118553
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -118469,13 +118555,15 @@ class CustomViewNotificationSubscription extends Request {
|
|
118469
118555
|
this.id = data.id;
|
118470
118556
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
118471
118557
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
118558
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
118559
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
118472
118560
|
this._customView = data.customView;
|
118473
|
-
this._cycle = (
|
118474
|
-
this._label = (
|
118475
|
-
this._project = (
|
118561
|
+
this._cycle = (_f = data.cycle) !== null && _f !== void 0 ? _f : undefined;
|
118562
|
+
this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
|
118563
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
118476
118564
|
this._subscriber = data.subscriber;
|
118477
|
-
this._team = (
|
118478
|
-
this._user = (
|
118565
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
118566
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
118479
118567
|
}
|
118480
118568
|
/** The custom view subscribed to. */
|
118481
118569
|
get customView() {
|
@@ -118638,7 +118726,7 @@ class CycleConnection extends Connection {
|
|
118638
118726
|
*/
|
118639
118727
|
class CycleNotificationSubscription extends Request {
|
118640
118728
|
constructor(request, data) {
|
118641
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
118729
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
118642
118730
|
super(request);
|
118643
118731
|
this.active = data.active;
|
118644
118732
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -118646,13 +118734,15 @@ class CycleNotificationSubscription extends Request {
|
|
118646
118734
|
this.id = data.id;
|
118647
118735
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
118648
118736
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
118649
|
-
this.
|
118737
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
118738
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
118739
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
118650
118740
|
this._cycle = data.cycle;
|
118651
|
-
this._label = (
|
118652
|
-
this._project = (
|
118741
|
+
this._label = (_g = data.label) !== null && _g !== void 0 ? _g : undefined;
|
118742
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
118653
118743
|
this._subscriber = data.subscriber;
|
118654
|
-
this._team = (
|
118655
|
-
this._user = (
|
118744
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
118745
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
118656
118746
|
}
|
118657
118747
|
/** The contextual custom view associated with the notification subscription. */
|
118658
118748
|
get customView() {
|
@@ -119194,7 +119284,7 @@ class ExternalUserConnection extends Connection {
|
|
119194
119284
|
*/
|
119195
119285
|
class Favorite extends Request {
|
119196
119286
|
constructor(request, data) {
|
119197
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
119287
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
119198
119288
|
super(request);
|
119199
119289
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119200
119290
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
@@ -119204,18 +119294,19 @@ class Favorite extends Request {
|
|
119204
119294
|
this.sortOrder = data.sortOrder;
|
119205
119295
|
this.type = data.type;
|
119206
119296
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
119207
|
-
this.
|
119208
|
-
this.
|
119209
|
-
this.
|
119210
|
-
this.
|
119211
|
-
this.
|
119297
|
+
this.projectTab = (_f = data.projectTab) !== null && _f !== void 0 ? _f : undefined;
|
119298
|
+
this._customView = (_g = data.customView) !== null && _g !== void 0 ? _g : undefined;
|
119299
|
+
this._cycle = (_h = data.cycle) !== null && _h !== void 0 ? _h : undefined;
|
119300
|
+
this._document = (_j = data.document) !== null && _j !== void 0 ? _j : undefined;
|
119301
|
+
this._issue = (_k = data.issue) !== null && _k !== void 0 ? _k : undefined;
|
119302
|
+
this._label = (_l = data.label) !== null && _l !== void 0 ? _l : undefined;
|
119212
119303
|
this._owner = data.owner;
|
119213
|
-
this._parent = (
|
119214
|
-
this._predefinedViewTeam = (
|
119215
|
-
this._project = (
|
119216
|
-
this._projectTeam = (
|
119217
|
-
this._roadmap = (
|
119218
|
-
this._user = (
|
119304
|
+
this._parent = (_m = data.parent) !== null && _m !== void 0 ? _m : undefined;
|
119305
|
+
this._predefinedViewTeam = (_o = data.predefinedViewTeam) !== null && _o !== void 0 ? _o : undefined;
|
119306
|
+
this._project = (_p = data.project) !== null && _p !== void 0 ? _p : undefined;
|
119307
|
+
this._projectTeam = (_q = data.projectTeam) !== null && _q !== void 0 ? _q : undefined;
|
119308
|
+
this._roadmap = (_r = data.roadmap) !== null && _r !== void 0 ? _r : undefined;
|
119309
|
+
this._user = (_s = data.user) !== null && _s !== void 0 ? _s : undefined;
|
119219
119310
|
}
|
119220
119311
|
/** The favorited custom view. */
|
119221
119312
|
get customView() {
|
@@ -119369,6 +119460,7 @@ class GitAutomationState extends Request {
|
|
119369
119460
|
this.id = data.id;
|
119370
119461
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
119371
119462
|
this.targetBranch = data.targetBranch ? new GitAutomationTargetBranch(request, data.targetBranch) : undefined;
|
119463
|
+
this.event = data.event;
|
119372
119464
|
this._state = (_e = data.state) !== null && _e !== void 0 ? _e : undefined;
|
119373
119465
|
this._team = data.team;
|
119374
119466
|
}
|
@@ -119929,7 +120021,7 @@ class IntercomSettings extends Request {
|
|
119929
120021
|
*/
|
119930
120022
|
class Issue extends Request {
|
119931
120023
|
constructor(request, data) {
|
119932
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
|
120024
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3;
|
119933
120025
|
super(request);
|
119934
120026
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119935
120027
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -119961,17 +120053,18 @@ class Issue extends Request {
|
|
119961
120053
|
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
119962
120054
|
this.url = data.url;
|
119963
120055
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
119964
|
-
this.
|
119965
|
-
this.
|
119966
|
-
this.
|
119967
|
-
this.
|
119968
|
-
this.
|
119969
|
-
this.
|
119970
|
-
this.
|
119971
|
-
this.
|
119972
|
-
this.
|
119973
|
-
this.
|
119974
|
-
this.
|
120056
|
+
this.integrationSourceType = (_s = data.integrationSourceType) !== null && _s !== void 0 ? _s : undefined;
|
120057
|
+
this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
|
120058
|
+
this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
|
120059
|
+
this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
|
120060
|
+
this._externalUserCreator = (_w = data.externalUserCreator) !== null && _w !== void 0 ? _w : undefined;
|
120061
|
+
this._favorite = (_x = data.favorite) !== null && _x !== void 0 ? _x : undefined;
|
120062
|
+
this._lastAppliedTemplate = (_y = data.lastAppliedTemplate) !== null && _y !== void 0 ? _y : undefined;
|
120063
|
+
this._parent = (_z = data.parent) !== null && _z !== void 0 ? _z : undefined;
|
120064
|
+
this._project = (_0 = data.project) !== null && _0 !== void 0 ? _0 : undefined;
|
120065
|
+
this._projectMilestone = (_1 = data.projectMilestone) !== null && _1 !== void 0 ? _1 : undefined;
|
120066
|
+
this._snoozedBy = (_2 = data.snoozedBy) !== null && _2 !== void 0 ? _2 : undefined;
|
120067
|
+
this._sourceComment = (_3 = data.sourceComment) !== null && _3 !== void 0 ? _3 : undefined;
|
119975
120068
|
this._state = data.state;
|
119976
120069
|
this._team = data.team;
|
119977
120070
|
}
|
@@ -120681,7 +120774,7 @@ class IssueSearchPayload extends Request {
|
|
120681
120774
|
*/
|
120682
120775
|
class IssueSearchResult extends Request {
|
120683
120776
|
constructor(request, data) {
|
120684
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
|
120777
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3;
|
120685
120778
|
super(request);
|
120686
120779
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120687
120780
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120714,17 +120807,18 @@ class IssueSearchResult extends Request {
|
|
120714
120807
|
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
120715
120808
|
this.url = data.url;
|
120716
120809
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120717
|
-
this.
|
120718
|
-
this.
|
120719
|
-
this.
|
120720
|
-
this.
|
120721
|
-
this.
|
120722
|
-
this.
|
120723
|
-
this.
|
120724
|
-
this.
|
120725
|
-
this.
|
120726
|
-
this.
|
120727
|
-
this.
|
120810
|
+
this.integrationSourceType = (_s = data.integrationSourceType) !== null && _s !== void 0 ? _s : undefined;
|
120811
|
+
this._assignee = (_t = data.assignee) !== null && _t !== void 0 ? _t : undefined;
|
120812
|
+
this._creator = (_u = data.creator) !== null && _u !== void 0 ? _u : undefined;
|
120813
|
+
this._cycle = (_v = data.cycle) !== null && _v !== void 0 ? _v : undefined;
|
120814
|
+
this._externalUserCreator = (_w = data.externalUserCreator) !== null && _w !== void 0 ? _w : undefined;
|
120815
|
+
this._favorite = (_x = data.favorite) !== null && _x !== void 0 ? _x : undefined;
|
120816
|
+
this._lastAppliedTemplate = (_y = data.lastAppliedTemplate) !== null && _y !== void 0 ? _y : undefined;
|
120817
|
+
this._parent = (_z = data.parent) !== null && _z !== void 0 ? _z : undefined;
|
120818
|
+
this._project = (_0 = data.project) !== null && _0 !== void 0 ? _0 : undefined;
|
120819
|
+
this._projectMilestone = (_1 = data.projectMilestone) !== null && _1 !== void 0 ? _1 : undefined;
|
120820
|
+
this._snoozedBy = (_2 = data.snoozedBy) !== null && _2 !== void 0 ? _2 : undefined;
|
120821
|
+
this._sourceComment = (_3 = data.sourceComment) !== null && _3 !== void 0 ? _3 : undefined;
|
120728
120822
|
this._state = data.state;
|
120729
120823
|
this._team = data.team;
|
120730
120824
|
}
|
@@ -120878,7 +120972,7 @@ class JiraSettings extends Request {
|
|
120878
120972
|
*/
|
120879
120973
|
class LabelNotificationSubscription extends Request {
|
120880
120974
|
constructor(request, data) {
|
120881
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120975
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
120882
120976
|
super(request);
|
120883
120977
|
this.active = data.active;
|
120884
120978
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -120886,13 +120980,15 @@ class LabelNotificationSubscription extends Request {
|
|
120886
120980
|
this.id = data.id;
|
120887
120981
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
120888
120982
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
120889
|
-
this.
|
120890
|
-
this.
|
120983
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
120984
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
120985
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
120986
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
120891
120987
|
this._label = data.label;
|
120892
|
-
this._project = (
|
120988
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
120893
120989
|
this._subscriber = data.subscriber;
|
120894
|
-
this._team = (
|
120895
|
-
this._user = (
|
120990
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
120991
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
120896
120992
|
}
|
120897
120993
|
/** The contextual custom view associated with the notification subscription. */
|
120898
120994
|
get customView() {
|
@@ -121076,20 +121172,22 @@ class NotificationPayload extends Request {
|
|
121076
121172
|
*/
|
121077
121173
|
class NotificationSubscription extends Request {
|
121078
121174
|
constructor(request, data) {
|
121079
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
121175
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
121080
121176
|
super(request);
|
121081
121177
|
this.active = data.active;
|
121082
121178
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121083
121179
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
121084
121180
|
this.id = data.id;
|
121085
121181
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
121086
|
-
this.
|
121087
|
-
this.
|
121088
|
-
this.
|
121089
|
-
this.
|
121182
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
121183
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
121184
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
121185
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
121186
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
121187
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
121090
121188
|
this._subscriber = data.subscriber;
|
121091
|
-
this._team = (
|
121092
|
-
this._user = (
|
121189
|
+
this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
|
121190
|
+
this._user = (_l = data.user) !== null && _l !== void 0 ? _l : undefined;
|
121093
121191
|
}
|
121094
121192
|
/** The contextual custom view associated with the notification subscription. */
|
121095
121193
|
get customView() {
|
@@ -121250,6 +121348,7 @@ class OauthClientApproval extends Request {
|
|
121250
121348
|
this.responderId = (_e = data.responderId) !== null && _e !== void 0 ? _e : undefined;
|
121251
121349
|
this.scopes = data.scopes;
|
121252
121350
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
121351
|
+
this.status = data.status;
|
121253
121352
|
}
|
121254
121353
|
}
|
121255
121354
|
/**
|
@@ -121372,6 +121471,10 @@ class Organization extends Request {
|
|
121372
121471
|
this.urlKey = data.urlKey;
|
121373
121472
|
this.userCount = data.userCount;
|
121374
121473
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
121474
|
+
this.projectUpdateRemindersDay = data.projectUpdateRemindersDay;
|
121475
|
+
this.projectUpdatesReminderFrequency = data.projectUpdatesReminderFrequency;
|
121476
|
+
this.releaseChannel = data.releaseChannel;
|
121477
|
+
this.slaDayCount = data.slaDayCount;
|
121375
121478
|
}
|
121376
121479
|
/** Integrations associated with the organization. */
|
121377
121480
|
integrations(variables) {
|
@@ -121402,6 +121505,18 @@ class Organization extends Request {
|
|
121402
121505
|
return new UpdateOrganizationMutation(this._request).fetch(input);
|
121403
121506
|
}
|
121404
121507
|
}
|
121508
|
+
/**
|
121509
|
+
* OrganizationAcceptedOrExpiredInviteDetailsPayload model
|
121510
|
+
*
|
121511
|
+
* @param request - function to call the graphql client
|
121512
|
+
* @param data - L.OrganizationAcceptedOrExpiredInviteDetailsPayloadFragment response data
|
121513
|
+
*/
|
121514
|
+
class OrganizationAcceptedOrExpiredInviteDetailsPayload extends Request {
|
121515
|
+
constructor(request, data) {
|
121516
|
+
super(request);
|
121517
|
+
this.status = data.status;
|
121518
|
+
}
|
121519
|
+
}
|
121405
121520
|
/**
|
121406
121521
|
* OrganizationCancelDeletePayload model
|
121407
121522
|
*
|
@@ -121444,6 +121559,7 @@ class OrganizationDomain extends Request {
|
|
121444
121559
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
121445
121560
|
this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
|
121446
121561
|
this.verified = data.verified;
|
121562
|
+
this.authType = data.authType;
|
121447
121563
|
this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
|
121448
121564
|
}
|
121449
121565
|
/** The user who added the domain. */
|
@@ -121488,6 +121604,7 @@ class OrganizationInvite extends Request {
|
|
121488
121604
|
this.id = data.id;
|
121489
121605
|
this.metadata = data.metadata;
|
121490
121606
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
121607
|
+
this.role = data.role;
|
121491
121608
|
this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
|
121492
121609
|
this._inviter = data.inviter;
|
121493
121610
|
}
|
@@ -121548,6 +121665,8 @@ class OrganizationInviteFullDetailsPayload extends Request {
|
|
121548
121665
|
this.organizationId = data.organizationId;
|
121549
121666
|
this.organizationLogoUrl = (_b = data.organizationLogoUrl) !== null && _b !== void 0 ? _b : undefined;
|
121550
121667
|
this.organizationName = data.organizationName;
|
121668
|
+
this.role = data.role;
|
121669
|
+
this.status = data.status;
|
121551
121670
|
}
|
121552
121671
|
}
|
121553
121672
|
/**
|
@@ -122070,7 +122189,7 @@ class ProjectNotification extends Request {
|
|
122070
122189
|
*/
|
122071
122190
|
class ProjectNotificationSubscription extends Request {
|
122072
122191
|
constructor(request, data) {
|
122073
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
122192
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122074
122193
|
super(request);
|
122075
122194
|
this.active = data.active;
|
122076
122195
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -122078,13 +122197,15 @@ class ProjectNotificationSubscription extends Request {
|
|
122078
122197
|
this.id = data.id;
|
122079
122198
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
122080
122199
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
122081
|
-
this.
|
122082
|
-
this.
|
122083
|
-
this.
|
122200
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
122201
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
122202
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
122203
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
122204
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
122084
122205
|
this._project = data.project;
|
122085
122206
|
this._subscriber = data.subscriber;
|
122086
|
-
this._team = (
|
122087
|
-
this._user = (
|
122207
|
+
this._team = (_j = data.team) !== null && _j !== void 0 ? _j : undefined;
|
122208
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
122088
122209
|
}
|
122089
122210
|
/** The contextual custom view associated with the notification subscription. */
|
122090
122211
|
get customView() {
|
@@ -122271,6 +122392,7 @@ class ProjectUpdate extends Request {
|
|
122271
122392
|
this.isDiffHidden = data.isDiffHidden;
|
122272
122393
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
122273
122394
|
this.url = data.url;
|
122395
|
+
this.health = data.health;
|
122274
122396
|
this._project = data.project;
|
122275
122397
|
this._user = data.user;
|
122276
122398
|
}
|
@@ -122789,11 +122911,12 @@ class SentrySettings extends Request {
|
|
122789
122911
|
*/
|
122790
122912
|
class SharedSlackSettings extends Request {
|
122791
122913
|
constructor(request, data) {
|
122792
|
-
var _a, _b, _c;
|
122914
|
+
var _a, _b, _c, _d;
|
122793
122915
|
super(request);
|
122794
122916
|
this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
|
122795
|
-
this.
|
122796
|
-
this.
|
122917
|
+
this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
|
122918
|
+
this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
|
122919
|
+
this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
|
122797
122920
|
}
|
122798
122921
|
}
|
122799
122922
|
/**
|
@@ -122804,14 +122927,16 @@ class SharedSlackSettings extends Request {
|
|
122804
122927
|
*/
|
122805
122928
|
class SlackAsksSettings extends Request {
|
122806
122929
|
constructor(request, data) {
|
122807
|
-
var _a, _b, _c;
|
122930
|
+
var _a, _b, _c, _d;
|
122808
122931
|
super(request);
|
122809
122932
|
this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
|
122810
|
-
this.
|
122811
|
-
this.
|
122933
|
+
this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
|
122934
|
+
this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
|
122935
|
+
this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
|
122812
122936
|
this.slackChannelMapping = data.slackChannelMapping
|
122813
122937
|
? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
|
122814
122938
|
: undefined;
|
122939
|
+
this.canAdministrate = data.canAdministrate;
|
122815
122940
|
}
|
122816
122941
|
}
|
122817
122942
|
/**
|
@@ -122880,10 +123005,12 @@ class SlackChannelNameMapping extends Request {
|
|
122880
123005
|
*/
|
122881
123006
|
class SlackPostSettings extends Request {
|
122882
123007
|
constructor(request, data) {
|
123008
|
+
var _a;
|
122883
123009
|
super(request);
|
122884
123010
|
this.channel = data.channel;
|
122885
123011
|
this.channelId = data.channelId;
|
122886
123012
|
this.configurationUrl = data.configurationUrl;
|
123013
|
+
this.channelType = (_a = data.channelType) !== null && _a !== void 0 ? _a : undefined;
|
122887
123014
|
}
|
122888
123015
|
}
|
122889
123016
|
/**
|
@@ -122894,12 +123021,13 @@ class SlackPostSettings extends Request {
|
|
122894
123021
|
*/
|
122895
123022
|
class SlackSettings extends Request {
|
122896
123023
|
constructor(request, data) {
|
122897
|
-
var _a, _b, _c;
|
123024
|
+
var _a, _b, _c, _d;
|
122898
123025
|
super(request);
|
122899
123026
|
this.enterpriseName = (_a = data.enterpriseName) !== null && _a !== void 0 ? _a : undefined;
|
122900
123027
|
this.linkOnIssueIdMention = data.linkOnIssueIdMention;
|
122901
|
-
this.
|
122902
|
-
this.
|
123028
|
+
this.shouldUnfurl = (_b = data.shouldUnfurl) !== null && _b !== void 0 ? _b : undefined;
|
123029
|
+
this.teamId = (_c = data.teamId) !== null && _c !== void 0 ? _c : undefined;
|
123030
|
+
this.teamName = (_d = data.teamName) !== null && _d !== void 0 ? _d : undefined;
|
122903
123031
|
}
|
122904
123032
|
}
|
122905
123033
|
/**
|
@@ -122915,6 +123043,18 @@ class SsoUrlFromEmailResponse extends Request {
|
|
122915
123043
|
this.success = data.success;
|
122916
123044
|
}
|
122917
123045
|
}
|
123046
|
+
/**
|
123047
|
+
* SummaryPayload model
|
123048
|
+
*
|
123049
|
+
* @param request - function to call the graphql client
|
123050
|
+
* @param data - L.SummaryPayloadFragment response data
|
123051
|
+
*/
|
123052
|
+
class SummaryPayload extends Request {
|
123053
|
+
constructor(request, data) {
|
123054
|
+
super(request);
|
123055
|
+
this.summary = data.summary;
|
123056
|
+
}
|
123057
|
+
}
|
122918
123058
|
/**
|
122919
123059
|
* SynchronizedPayload model
|
122920
123060
|
*
|
@@ -123255,7 +123395,7 @@ class TeamMembershipPayload extends Request {
|
|
123255
123395
|
*/
|
123256
123396
|
class TeamNotificationSubscription extends Request {
|
123257
123397
|
constructor(request, data) {
|
123258
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123398
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
123259
123399
|
super(request);
|
123260
123400
|
this.active = data.active;
|
123261
123401
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -123263,13 +123403,15 @@ class TeamNotificationSubscription extends Request {
|
|
123263
123403
|
this.id = data.id;
|
123264
123404
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
123265
123405
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123266
|
-
this.
|
123267
|
-
this.
|
123268
|
-
this.
|
123269
|
-
this.
|
123406
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
123407
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
123408
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
123409
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
123410
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
123411
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
123270
123412
|
this._subscriber = data.subscriber;
|
123271
123413
|
this._team = data.team;
|
123272
|
-
this._user = (
|
123414
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
123273
123415
|
}
|
123274
123416
|
/** The contextual custom view associated with the notification subscription. */
|
123275
123417
|
get customView() {
|
@@ -123513,6 +123655,7 @@ class TriageResponsibility extends Request {
|
|
123513
123655
|
this.manualSelection = data.manualSelection
|
123514
123656
|
? new TriageResponsibilityManualSelection(request, data.manualSelection)
|
123515
123657
|
: undefined;
|
123658
|
+
this.action = data.action;
|
123516
123659
|
this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
|
123517
123660
|
this._team = data.team;
|
123518
123661
|
}
|
@@ -123751,7 +123894,7 @@ class UserConnection extends Connection {
|
|
123751
123894
|
*/
|
123752
123895
|
class UserNotificationSubscription extends Request {
|
123753
123896
|
constructor(request, data) {
|
123754
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123897
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
123755
123898
|
super(request);
|
123756
123899
|
this.active = data.active;
|
123757
123900
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -123759,12 +123902,14 @@ class UserNotificationSubscription extends Request {
|
|
123759
123902
|
this.id = data.id;
|
123760
123903
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
123761
123904
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123762
|
-
this.
|
123763
|
-
this.
|
123764
|
-
this.
|
123765
|
-
this.
|
123905
|
+
this.contextViewType = (_d = data.contextViewType) !== null && _d !== void 0 ? _d : undefined;
|
123906
|
+
this.userContextViewType = (_e = data.userContextViewType) !== null && _e !== void 0 ? _e : undefined;
|
123907
|
+
this._customView = (_f = data.customView) !== null && _f !== void 0 ? _f : undefined;
|
123908
|
+
this._cycle = (_g = data.cycle) !== null && _g !== void 0 ? _g : undefined;
|
123909
|
+
this._label = (_h = data.label) !== null && _h !== void 0 ? _h : undefined;
|
123910
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
123766
123911
|
this._subscriber = data.subscriber;
|
123767
|
-
this._team = (
|
123912
|
+
this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
|
123768
123913
|
this._user = data.user;
|
123769
123914
|
}
|
123770
123915
|
/** The contextual custom view associated with the notification subscription. */
|
@@ -124072,7 +124217,7 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
124072
124217
|
*/
|
124073
124218
|
class WorkflowDefinition extends Request {
|
124074
124219
|
constructor(request, data) {
|
124075
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
124220
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
124076
124221
|
super(request);
|
124077
124222
|
this.activities = data.activities;
|
124078
124223
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -124085,13 +124230,18 @@ class WorkflowDefinition extends Request {
|
|
124085
124230
|
this.name = data.name;
|
124086
124231
|
this.sortOrder = data.sortOrder;
|
124087
124232
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
124233
|
+
this.contextViewType = (_f = data.contextViewType) !== null && _f !== void 0 ? _f : undefined;
|
124234
|
+
this.trigger = data.trigger;
|
124235
|
+
this.triggerType = data.triggerType;
|
124236
|
+
this.type = data.type;
|
124237
|
+
this.userContextViewType = (_g = data.userContextViewType) !== null && _g !== void 0 ? _g : undefined;
|
124088
124238
|
this._creator = data.creator;
|
124089
|
-
this._customView = (
|
124090
|
-
this._cycle = (
|
124091
|
-
this._label = (
|
124092
|
-
this._project = (
|
124093
|
-
this._team = (
|
124094
|
-
this._user = (
|
124239
|
+
this._customView = (_h = data.customView) !== null && _h !== void 0 ? _h : undefined;
|
124240
|
+
this._cycle = (_j = data.cycle) !== null && _j !== void 0 ? _j : undefined;
|
124241
|
+
this._label = (_k = data.label) !== null && _k !== void 0 ? _k : undefined;
|
124242
|
+
this._project = (_l = data.project) !== null && _l !== void 0 ? _l : undefined;
|
124243
|
+
this._team = (_m = data.team) !== null && _m !== void 0 ? _m : undefined;
|
124244
|
+
this._user = (_o = data.user) !== null && _o !== void 0 ? _o : undefined;
|
124095
124245
|
}
|
124096
124246
|
/** The user who created the workflow. */
|
124097
124247
|
get creator() {
|
@@ -136560,5 +136710,5 @@ class LinearWebhooks {
|
|
136560
136710
|
}
|
136561
136711
|
}
|
136562
136712
|
|
136563
|
-
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationInvite, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, 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, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, 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, UserLinearError, UserNotificationSubscription, 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, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
136713
|
+
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIntegrationMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_BotActorQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubIssueMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyPayload, AuthEmailIntakeAddress, AuthIntegration, AuthOauthClient, AuthOauthClientWithMemberships, AuthOauthClientWithScope, AuthOauthClientWithTokens, AuthOrganization, AuthOrganizationDomain, AuthOrganizationInvite, AuthResolverResponse, AuthSuccessPayload, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, AuthorizedApplicationBase, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, CommentResolveMutation, CommentUnresolveMutation, Comment_BotActorQuery, Comment_ChildrenQuery, Comment_DocumentContentQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmailIntakeAddressMutation, CreateEmojiMutation, CreateFavoriteMutation, CreateGitAutomationStateMutation, CreateGitAutomationTargetBranchMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreateProjectUpdateReminderMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewHasSubscribersPayload, CustomViewHasSubscribersQuery, CustomViewNotificationSubscription, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomView_IssuesQuery, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, CyclePayload, CycleQuery, CycleShiftAllMutation, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmailIntakeAddressMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteGitAutomationStateMutation, DeleteGitAutomationTargetBranchMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeletePayload, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentContentHistory, DocumentContentHistoryPayload, DocumentContentHistoryQuery, DocumentContentHistoryType, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailIntakeAddress, EmailIntakeAddressPayload, EmailIntakeAddressRotateMutation, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, ExternalUser, ExternalUserConnection, ExternalUserQuery, ExternalUsersQuery, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitAutomationState, GitAutomationStateConnection, GitAutomationStatePayload, GitAutomationTargetBranch, GitAutomationTargetBranchPayload, GitHubCommitIntegrationPayload, GitHubPersonalSettings, GitHubRepo, GitHubSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, InitiativeArchivePayload, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationHasScopesPayload, IntegrationHasScopesQuery, IntegrationIntercomMutation, IntegrationJiraPersonalMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackAsksMutation, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueAddLabelMutation, IssueArchivePayload, IssueBatchPayload, IssueConnection, IssueFigmaFileKeySearchQuery, IssueFilterSuggestionPayload, IssueFilterSuggestionQuery, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCheckCsvQuery, IssueImportCheckPayload, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateCsvJiraMutation, 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, IssueRemoveLabelMutation, IssueSearchPayload, IssueSearchQuery, IssueSearchResult, IssueSearchResultConnection, IssueSubscribeMutation, IssueUnsubscribeMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_BotActorQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_BotActorQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraPersonalSettings, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LabelNotificationSubscription, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutAllSessionsMutation, LogoutMutation, LogoutOtherSessionsMutation, LogoutResponse, LogoutSessionMutation, NetworkLinearError, Node, Notification, NotificationArchiveAllMutation, NotificationArchivePayload, NotificationBatchActionPayload, NotificationConnection, NotificationMarkReadAllMutation, NotificationMarkUnreadAllMutation, NotificationPayload, NotificationQuery, NotificationSnoozeAllMutation, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationUnsnoozeAllMutation, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, OauthToken, OpsgenieSettings, Organization, OrganizationAcceptedOrExpiredInviteDetailsPayload, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInviteLinkDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationRegionResponse, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestone_IssuesQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectSearchPayload, ProjectSearchResult, ProjectSearchResultConnection, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateReminderPayload, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectMilestonesQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapArchivePayload, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SharedSlackSettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelConnectPayload, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SummaryPayload, SuspendUserMutation, SynchronizedPayload, Team, TeamArchivePayload, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_GitAutomationStatesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TimeSchedule, TimeScheduleConnection, TimeScheduleEntry, TimeSchedulePayload, TriageResponsibility, TriageResponsibilityConnection, TriageResponsibilityManualSelection, TriageResponsibilityPayload, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, UnarchiveTeamMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateEmailIntakeAddressMutation, UpdateFavoriteMutation, UpdateGitAutomationStateMutation, UpdateGitAutomationTargetBranchMutation, 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, UserLinearError, UserNotificationSubscription, 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, WorkflowStateArchivePayload, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
136564
136714
|
//# sourceMappingURL=index-es.js.map
|