@linear/sdk 19.2.0 → 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 +37 -33
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +89 -0
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +207 -92
- 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 +207 -93
- 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 +208 -93
- 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
|
},
|
@@ -85966,6 +85988,7 @@ const SlackAsksSettingsFragmentDoc = {
|
|
85966
85988
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "SlackChannelNameMapping" } }],
|
85967
85989
|
},
|
85968
85990
|
},
|
85991
|
+
{ kind: "Field", name: { kind: "Name", value: "canAdministrate" } },
|
85969
85992
|
{ kind: "Field", name: { kind: "Name", value: "shouldUnfurl" } },
|
85970
85993
|
],
|
85971
85994
|
},
|
@@ -85985,6 +86008,7 @@ const SlackPostSettingsFragmentDoc = {
|
|
85985
86008
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85986
86009
|
{ kind: "Field", name: { kind: "Name", value: "channel" } },
|
85987
86010
|
{ kind: "Field", name: { kind: "Name", value: "channelId" } },
|
86011
|
+
{ kind: "Field", name: { kind: "Name", value: "channelType" } },
|
85988
86012
|
{ kind: "Field", name: { kind: "Name", value: "configurationUrl" } },
|
85989
86013
|
],
|
85990
86014
|
},
|
@@ -86235,6 +86259,7 @@ const AuthenticationSessionFragmentDoc = {
|
|
86235
86259
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86236
86260
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
86237
86261
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
86262
|
+
{ kind: "Field", name: { kind: "Name", value: "type" } },
|
86238
86263
|
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
86239
86264
|
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
86240
86265
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
@@ -86757,6 +86782,7 @@ const AuthOrganizationDomainFragmentDoc = {
|
|
86757
86782
|
selections: [
|
86758
86783
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
86759
86784
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86785
|
+
{ kind: "Field", name: { kind: "Name", value: "authType" } },
|
86760
86786
|
{ kind: "Field", name: { kind: "Name", value: "claimed" } },
|
86761
86787
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86762
86788
|
{ kind: "Field", name: { kind: "Name", value: "organizationId" } },
|
@@ -88060,6 +88086,7 @@ const FavoriteFragmentDoc = {
|
|
88060
88086
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88061
88087
|
},
|
88062
88088
|
},
|
88089
|
+
{ kind: "Field", name: { kind: "Name", value: "projectTab" } },
|
88063
88090
|
{
|
88064
88091
|
kind: "Field",
|
88065
88092
|
name: { kind: "Name", value: "predefinedViewTeam" },
|
@@ -88203,6 +88230,7 @@ const GitAutomationStateFragmentDoc = {
|
|
88203
88230
|
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
88204
88231
|
},
|
88205
88232
|
},
|
88233
|
+
{ kind: "Field", name: { kind: "Name", value: "event" } },
|
88206
88234
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
88207
88235
|
{
|
88208
88236
|
kind: "Field",
|
@@ -88701,6 +88729,7 @@ const IssueFragmentDoc = {
|
|
88701
88729
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
88702
88730
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
88703
88731
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
88732
|
+
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
88704
88733
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
88705
88734
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
88706
88735
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -89544,6 +89573,7 @@ const IssueSearchResultFragmentDoc = {
|
|
89544
89573
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
89545
89574
|
{ kind: "Field", name: { kind: "Name", value: "trashed" } },
|
89546
89575
|
{ kind: "Field", name: { kind: "Name", value: "labelIds" } },
|
89576
|
+
{ kind: "Field", name: { kind: "Name", value: "integrationSourceType" } },
|
89547
89577
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
89548
89578
|
{ kind: "Field", name: { kind: "Name", value: "identifier" } },
|
89549
89579
|
{ kind: "Field", name: { kind: "Name", value: "priorityLabel" } },
|
@@ -90010,6 +90040,26 @@ const OauthClientConnectionFragmentDoc = {
|
|
90010
90040
|
},
|
90011
90041
|
],
|
90012
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
|
+
};
|
90013
90063
|
const OrganizationCancelDeletePayloadFragmentDoc = {
|
90014
90064
|
kind: "Document",
|
90015
90065
|
definitions: [
|
@@ -90082,6 +90132,7 @@ const OrganizationInviteFragmentDoc = {
|
|
90082
90132
|
{ kind: "Field", name: { kind: "Name", value: "acceptedAt" } },
|
90083
90133
|
{ kind: "Field", name: { kind: "Name", value: "expiresAt" } },
|
90084
90134
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
90135
|
+
{ kind: "Field", name: { kind: "Name", value: "role" } },
|
90085
90136
|
{
|
90086
90137
|
kind: "Field",
|
90087
90138
|
name: { kind: "Name", value: "inviter" },
|
@@ -90151,7 +90202,9 @@ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
|
|
90151
90202
|
{ kind: "Field", name: { kind: "Name", value: "organizationName" } },
|
90152
90203
|
{ kind: "Field", name: { kind: "Name", value: "email" } },
|
90153
90204
|
{ kind: "Field", name: { kind: "Name", value: "inviter" } },
|
90205
|
+
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
90154
90206
|
{ kind: "Field", name: { kind: "Name", value: "organizationLogoUrl" } },
|
90207
|
+
{ kind: "Field", name: { kind: "Name", value: "role" } },
|
90155
90208
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
90156
90209
|
{ kind: "Field", name: { kind: "Name", value: "accepted" } },
|
90157
90210
|
{ kind: "Field", name: { kind: "Name", value: "expired" } },
|
@@ -90801,6 +90854,7 @@ const ProjectUpdateFragmentDoc = {
|
|
90801
90854
|
{ kind: "Field", name: { kind: "Name", value: "url" } },
|
90802
90855
|
{ kind: "Field", name: { kind: "Name", value: "diffMarkdown" } },
|
90803
90856
|
{ kind: "Field", name: { kind: "Name", value: "diff" } },
|
90857
|
+
{ kind: "Field", name: { kind: "Name", value: "health" } },
|
90804
90858
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
90805
90859
|
{
|
90806
90860
|
kind: "Field",
|
@@ -92146,6 +92200,7 @@ const TriageResponsibilityFragmentDoc = {
|
|
92146
92200
|
],
|
92147
92201
|
},
|
92148
92202
|
},
|
92203
|
+
{ kind: "Field", name: { kind: "Name", value: "action" } },
|
92149
92204
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92150
92205
|
{
|
92151
92206
|
kind: "Field",
|
@@ -92760,6 +92815,7 @@ const WorkflowDefinitionFragmentDoc = {
|
|
92760
92815
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
92761
92816
|
{ kind: "Field", name: { kind: "Name", value: "groupName" } },
|
92762
92817
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
92818
|
+
{ kind: "Field", name: { kind: "Name", value: "triggerType" } },
|
92763
92819
|
{ kind: "Field", name: { kind: "Name", value: "sortOrder" } },
|
92764
92820
|
{
|
92765
92821
|
kind: "Field",
|
@@ -92771,6 +92827,10 @@ const WorkflowDefinitionFragmentDoc = {
|
|
92771
92827
|
},
|
92772
92828
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
92773
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" } },
|
92774
92834
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
92775
92835
|
{
|
92776
92836
|
kind: "Field",
|
@@ -116768,7 +116828,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116768
116828
|
get ProjectUpdateReminderFrequency () { return ProjectUpdateReminderFrequency; },
|
116769
116829
|
get PushSubscriptionType () { return PushSubscriptionType; },
|
116770
116830
|
get ReleaseChannel () { return ReleaseChannel; },
|
116771
|
-
get
|
116831
|
+
get SLADayCountType () { return SLADayCountType; },
|
116772
116832
|
get SendStrategy () { return SendStrategy; },
|
116773
116833
|
get SlaStatus () { return SlaStatus; },
|
116774
116834
|
get SlackChannelType () { return SlackChannelType; },
|
@@ -116960,6 +117020,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
116960
117020
|
NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
|
116961
117021
|
OauthClientFragmentDoc: OauthClientFragmentDoc,
|
116962
117022
|
OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
|
117023
|
+
OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc: OrganizationAcceptedOrExpiredInviteDetailsPayloadFragmentDoc,
|
116963
117024
|
OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
|
116964
117025
|
OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
|
116965
117026
|
OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
|
@@ -118030,6 +118091,7 @@ class AuthOrganization extends Request {
|
|
118030
118091
|
this.serviceId = data.serviceId;
|
118031
118092
|
this.urlKey = data.urlKey;
|
118032
118093
|
this.userCount = data.userCount;
|
118094
|
+
this.releaseChannel = data.releaseChannel;
|
118033
118095
|
}
|
118034
118096
|
}
|
118035
118097
|
/**
|
@@ -118047,6 +118109,7 @@ class AuthOrganizationDomain extends Request {
|
|
118047
118109
|
this.name = data.name;
|
118048
118110
|
this.organizationId = data.organizationId;
|
118049
118111
|
this.verified = data.verified;
|
118112
|
+
this.authType = data.authType;
|
118050
118113
|
}
|
118051
118114
|
}
|
118052
118115
|
/**
|
@@ -118144,6 +118207,7 @@ class AuthenticationSession extends Request {
|
|
118144
118207
|
this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
|
118145
118208
|
this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
|
118146
118209
|
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
118210
|
+
this.type = data.type;
|
118147
118211
|
}
|
118148
118212
|
}
|
118149
118213
|
/**
|
@@ -118172,6 +118236,7 @@ class AuthenticationSessionResponse extends Request {
|
|
118172
118236
|
this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
|
118173
118237
|
this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
|
118174
118238
|
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
118239
|
+
this.type = data.type;
|
118175
118240
|
}
|
118176
118241
|
}
|
118177
118242
|
/**
|
@@ -118482,7 +118547,7 @@ class CustomViewHasSubscribersPayload extends Request {
|
|
118482
118547
|
*/
|
118483
118548
|
class CustomViewNotificationSubscription extends Request {
|
118484
118549
|
constructor(request, data) {
|
118485
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
118550
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
118486
118551
|
super(request);
|
118487
118552
|
this.active = data.active;
|
118488
118553
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -118490,13 +118555,15 @@ class CustomViewNotificationSubscription extends Request {
|
|
118490
118555
|
this.id = data.id;
|
118491
118556
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
118492
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;
|
118493
118560
|
this._customView = data.customView;
|
118494
|
-
this._cycle = (
|
118495
|
-
this._label = (
|
118496
|
-
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;
|
118497
118564
|
this._subscriber = data.subscriber;
|
118498
|
-
this._team = (
|
118499
|
-
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;
|
118500
118567
|
}
|
118501
118568
|
/** The custom view subscribed to. */
|
118502
118569
|
get customView() {
|
@@ -118659,7 +118726,7 @@ class CycleConnection extends Connection {
|
|
118659
118726
|
*/
|
118660
118727
|
class CycleNotificationSubscription extends Request {
|
118661
118728
|
constructor(request, data) {
|
118662
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
118729
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
118663
118730
|
super(request);
|
118664
118731
|
this.active = data.active;
|
118665
118732
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -118667,13 +118734,15 @@ class CycleNotificationSubscription extends Request {
|
|
118667
118734
|
this.id = data.id;
|
118668
118735
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
118669
118736
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
118670
|
-
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;
|
118671
118740
|
this._cycle = data.cycle;
|
118672
|
-
this._label = (
|
118673
|
-
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;
|
118674
118743
|
this._subscriber = data.subscriber;
|
118675
|
-
this._team = (
|
118676
|
-
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;
|
118677
118746
|
}
|
118678
118747
|
/** The contextual custom view associated with the notification subscription. */
|
118679
118748
|
get customView() {
|
@@ -119215,7 +119284,7 @@ class ExternalUserConnection extends Connection {
|
|
119215
119284
|
*/
|
119216
119285
|
class Favorite extends Request {
|
119217
119286
|
constructor(request, data) {
|
119218
|
-
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;
|
119219
119288
|
super(request);
|
119220
119289
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119221
119290
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
@@ -119225,18 +119294,19 @@ class Favorite extends Request {
|
|
119225
119294
|
this.sortOrder = data.sortOrder;
|
119226
119295
|
this.type = data.type;
|
119227
119296
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
119228
|
-
this.
|
119229
|
-
this.
|
119230
|
-
this.
|
119231
|
-
this.
|
119232
|
-
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;
|
119233
119303
|
this._owner = data.owner;
|
119234
|
-
this._parent = (
|
119235
|
-
this._predefinedViewTeam = (
|
119236
|
-
this._project = (
|
119237
|
-
this._projectTeam = (
|
119238
|
-
this._roadmap = (
|
119239
|
-
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;
|
119240
119310
|
}
|
119241
119311
|
/** The favorited custom view. */
|
119242
119312
|
get customView() {
|
@@ -119390,6 +119460,7 @@ class GitAutomationState extends Request {
|
|
119390
119460
|
this.id = data.id;
|
119391
119461
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
119392
119462
|
this.targetBranch = data.targetBranch ? new GitAutomationTargetBranch(request, data.targetBranch) : undefined;
|
119463
|
+
this.event = data.event;
|
119393
119464
|
this._state = (_e = data.state) !== null && _e !== void 0 ? _e : undefined;
|
119394
119465
|
this._team = data.team;
|
119395
119466
|
}
|
@@ -119950,7 +120021,7 @@ class IntercomSettings extends Request {
|
|
119950
120021
|
*/
|
119951
120022
|
class Issue extends Request {
|
119952
120023
|
constructor(request, data) {
|
119953
|
-
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;
|
119954
120025
|
super(request);
|
119955
120026
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
119956
120027
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -119982,17 +120053,18 @@ class Issue extends Request {
|
|
119982
120053
|
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
119983
120054
|
this.url = data.url;
|
119984
120055
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
119985
|
-
this.
|
119986
|
-
this.
|
119987
|
-
this.
|
119988
|
-
this.
|
119989
|
-
this.
|
119990
|
-
this.
|
119991
|
-
this.
|
119992
|
-
this.
|
119993
|
-
this.
|
119994
|
-
this.
|
119995
|
-
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;
|
119996
120068
|
this._state = data.state;
|
119997
120069
|
this._team = data.team;
|
119998
120070
|
}
|
@@ -120702,7 +120774,7 @@ class IssueSearchPayload extends Request {
|
|
120702
120774
|
*/
|
120703
120775
|
class IssueSearchResult extends Request {
|
120704
120776
|
constructor(request, data) {
|
120705
|
-
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;
|
120706
120778
|
super(request);
|
120707
120779
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
120708
120780
|
this.autoArchivedAt = (_b = parseDate(data.autoArchivedAt)) !== null && _b !== void 0 ? _b : undefined;
|
@@ -120735,17 +120807,18 @@ class IssueSearchResult extends Request {
|
|
120735
120807
|
this.updatedAt = (_r = parseDate(data.updatedAt)) !== null && _r !== void 0 ? _r : new Date();
|
120736
120808
|
this.url = data.url;
|
120737
120809
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
120738
|
-
this.
|
120739
|
-
this.
|
120740
|
-
this.
|
120741
|
-
this.
|
120742
|
-
this.
|
120743
|
-
this.
|
120744
|
-
this.
|
120745
|
-
this.
|
120746
|
-
this.
|
120747
|
-
this.
|
120748
|
-
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;
|
120749
120822
|
this._state = data.state;
|
120750
120823
|
this._team = data.team;
|
120751
120824
|
}
|
@@ -120899,7 +120972,7 @@ class JiraSettings extends Request {
|
|
120899
120972
|
*/
|
120900
120973
|
class LabelNotificationSubscription extends Request {
|
120901
120974
|
constructor(request, data) {
|
120902
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
120975
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
120903
120976
|
super(request);
|
120904
120977
|
this.active = data.active;
|
120905
120978
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -120907,13 +120980,15 @@ class LabelNotificationSubscription extends Request {
|
|
120907
120980
|
this.id = data.id;
|
120908
120981
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
120909
120982
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
120910
|
-
this.
|
120911
|
-
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;
|
120912
120987
|
this._label = data.label;
|
120913
|
-
this._project = (
|
120988
|
+
this._project = (_h = data.project) !== null && _h !== void 0 ? _h : undefined;
|
120914
120989
|
this._subscriber = data.subscriber;
|
120915
|
-
this._team = (
|
120916
|
-
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;
|
120917
120992
|
}
|
120918
120993
|
/** The contextual custom view associated with the notification subscription. */
|
120919
120994
|
get customView() {
|
@@ -121097,20 +121172,22 @@ class NotificationPayload extends Request {
|
|
121097
121172
|
*/
|
121098
121173
|
class NotificationSubscription extends Request {
|
121099
121174
|
constructor(request, data) {
|
121100
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
121175
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
121101
121176
|
super(request);
|
121102
121177
|
this.active = data.active;
|
121103
121178
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
121104
121179
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
121105
121180
|
this.id = data.id;
|
121106
121181
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
121107
|
-
this.
|
121108
|
-
this.
|
121109
|
-
this.
|
121110
|
-
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;
|
121111
121188
|
this._subscriber = data.subscriber;
|
121112
|
-
this._team = (
|
121113
|
-
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;
|
121114
121191
|
}
|
121115
121192
|
/** The contextual custom view associated with the notification subscription. */
|
121116
121193
|
get customView() {
|
@@ -121271,6 +121348,7 @@ class OauthClientApproval extends Request {
|
|
121271
121348
|
this.responderId = (_e = data.responderId) !== null && _e !== void 0 ? _e : undefined;
|
121272
121349
|
this.scopes = data.scopes;
|
121273
121350
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
121351
|
+
this.status = data.status;
|
121274
121352
|
}
|
121275
121353
|
}
|
121276
121354
|
/**
|
@@ -121393,6 +121471,10 @@ class Organization extends Request {
|
|
121393
121471
|
this.urlKey = data.urlKey;
|
121394
121472
|
this.userCount = data.userCount;
|
121395
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;
|
121396
121478
|
}
|
121397
121479
|
/** Integrations associated with the organization. */
|
121398
121480
|
integrations(variables) {
|
@@ -121423,6 +121505,18 @@ class Organization extends Request {
|
|
121423
121505
|
return new UpdateOrganizationMutation(this._request).fetch(input);
|
121424
121506
|
}
|
121425
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
|
+
}
|
121426
121520
|
/**
|
121427
121521
|
* OrganizationCancelDeletePayload model
|
121428
121522
|
*
|
@@ -121465,6 +121559,7 @@ class OrganizationDomain extends Request {
|
|
121465
121559
|
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
121466
121560
|
this.verificationEmail = (_e = data.verificationEmail) !== null && _e !== void 0 ? _e : undefined;
|
121467
121561
|
this.verified = data.verified;
|
121562
|
+
this.authType = data.authType;
|
121468
121563
|
this._creator = (_f = data.creator) !== null && _f !== void 0 ? _f : undefined;
|
121469
121564
|
}
|
121470
121565
|
/** The user who added the domain. */
|
@@ -121509,6 +121604,7 @@ class OrganizationInvite extends Request {
|
|
121509
121604
|
this.id = data.id;
|
121510
121605
|
this.metadata = data.metadata;
|
121511
121606
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
121607
|
+
this.role = data.role;
|
121512
121608
|
this._invitee = (_f = data.invitee) !== null && _f !== void 0 ? _f : undefined;
|
121513
121609
|
this._inviter = data.inviter;
|
121514
121610
|
}
|
@@ -121569,6 +121665,8 @@ class OrganizationInviteFullDetailsPayload extends Request {
|
|
121569
121665
|
this.organizationId = data.organizationId;
|
121570
121666
|
this.organizationLogoUrl = (_b = data.organizationLogoUrl) !== null && _b !== void 0 ? _b : undefined;
|
121571
121667
|
this.organizationName = data.organizationName;
|
121668
|
+
this.role = data.role;
|
121669
|
+
this.status = data.status;
|
121572
121670
|
}
|
121573
121671
|
}
|
121574
121672
|
/**
|
@@ -122091,7 +122189,7 @@ class ProjectNotification extends Request {
|
|
122091
122189
|
*/
|
122092
122190
|
class ProjectNotificationSubscription extends Request {
|
122093
122191
|
constructor(request, data) {
|
122094
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
122192
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
122095
122193
|
super(request);
|
122096
122194
|
this.active = data.active;
|
122097
122195
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -122099,13 +122197,15 @@ class ProjectNotificationSubscription extends Request {
|
|
122099
122197
|
this.id = data.id;
|
122100
122198
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
122101
122199
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
122102
|
-
this.
|
122103
|
-
this.
|
122104
|
-
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;
|
122105
122205
|
this._project = data.project;
|
122106
122206
|
this._subscriber = data.subscriber;
|
122107
|
-
this._team = (
|
122108
|
-
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;
|
122109
122209
|
}
|
122110
122210
|
/** The contextual custom view associated with the notification subscription. */
|
122111
122211
|
get customView() {
|
@@ -122292,6 +122392,7 @@ class ProjectUpdate extends Request {
|
|
122292
122392
|
this.isDiffHidden = data.isDiffHidden;
|
122293
122393
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
122294
122394
|
this.url = data.url;
|
122395
|
+
this.health = data.health;
|
122295
122396
|
this._project = data.project;
|
122296
122397
|
this._user = data.user;
|
122297
122398
|
}
|
@@ -122835,6 +122936,7 @@ class SlackAsksSettings extends Request {
|
|
122835
122936
|
this.slackChannelMapping = data.slackChannelMapping
|
122836
122937
|
? data.slackChannelMapping.map(node => new SlackChannelNameMapping(request, node))
|
122837
122938
|
: undefined;
|
122939
|
+
this.canAdministrate = data.canAdministrate;
|
122838
122940
|
}
|
122839
122941
|
}
|
122840
122942
|
/**
|
@@ -122903,10 +123005,12 @@ class SlackChannelNameMapping extends Request {
|
|
122903
123005
|
*/
|
122904
123006
|
class SlackPostSettings extends Request {
|
122905
123007
|
constructor(request, data) {
|
123008
|
+
var _a;
|
122906
123009
|
super(request);
|
122907
123010
|
this.channel = data.channel;
|
122908
123011
|
this.channelId = data.channelId;
|
122909
123012
|
this.configurationUrl = data.configurationUrl;
|
123013
|
+
this.channelType = (_a = data.channelType) !== null && _a !== void 0 ? _a : undefined;
|
122910
123014
|
}
|
122911
123015
|
}
|
122912
123016
|
/**
|
@@ -123291,7 +123395,7 @@ class TeamMembershipPayload extends Request {
|
|
123291
123395
|
*/
|
123292
123396
|
class TeamNotificationSubscription extends Request {
|
123293
123397
|
constructor(request, data) {
|
123294
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123398
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
123295
123399
|
super(request);
|
123296
123400
|
this.active = data.active;
|
123297
123401
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -123299,13 +123403,15 @@ class TeamNotificationSubscription extends Request {
|
|
123299
123403
|
this.id = data.id;
|
123300
123404
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
123301
123405
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123302
|
-
this.
|
123303
|
-
this.
|
123304
|
-
this.
|
123305
|
-
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;
|
123306
123412
|
this._subscriber = data.subscriber;
|
123307
123413
|
this._team = data.team;
|
123308
|
-
this._user = (
|
123414
|
+
this._user = (_k = data.user) !== null && _k !== void 0 ? _k : undefined;
|
123309
123415
|
}
|
123310
123416
|
/** The contextual custom view associated with the notification subscription. */
|
123311
123417
|
get customView() {
|
@@ -123549,6 +123655,7 @@ class TriageResponsibility extends Request {
|
|
123549
123655
|
this.manualSelection = data.manualSelection
|
123550
123656
|
? new TriageResponsibilityManualSelection(request, data.manualSelection)
|
123551
123657
|
: undefined;
|
123658
|
+
this.action = data.action;
|
123552
123659
|
this._currentUser = (_d = data.currentUser) !== null && _d !== void 0 ? _d : undefined;
|
123553
123660
|
this._team = data.team;
|
123554
123661
|
}
|
@@ -123787,7 +123894,7 @@ class UserConnection extends Connection {
|
|
123787
123894
|
*/
|
123788
123895
|
class UserNotificationSubscription extends Request {
|
123789
123896
|
constructor(request, data) {
|
123790
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
123897
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
123791
123898
|
super(request);
|
123792
123899
|
this.active = data.active;
|
123793
123900
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -123795,12 +123902,14 @@ class UserNotificationSubscription extends Request {
|
|
123795
123902
|
this.id = data.id;
|
123796
123903
|
this.notificationSubscriptionTypes = data.notificationSubscriptionTypes;
|
123797
123904
|
this.updatedAt = (_c = parseDate(data.updatedAt)) !== null && _c !== void 0 ? _c : new Date();
|
123798
|
-
this.
|
123799
|
-
this.
|
123800
|
-
this.
|
123801
|
-
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;
|
123802
123911
|
this._subscriber = data.subscriber;
|
123803
|
-
this._team = (
|
123912
|
+
this._team = (_k = data.team) !== null && _k !== void 0 ? _k : undefined;
|
123804
123913
|
this._user = data.user;
|
123805
123914
|
}
|
123806
123915
|
/** The contextual custom view associated with the notification subscription. */
|
@@ -124108,7 +124217,7 @@ class WorkflowCronJobDefinitionConnection extends Connection {
|
|
124108
124217
|
*/
|
124109
124218
|
class WorkflowDefinition extends Request {
|
124110
124219
|
constructor(request, data) {
|
124111
|
-
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;
|
124112
124221
|
super(request);
|
124113
124222
|
this.activities = data.activities;
|
124114
124223
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -124121,13 +124230,18 @@ class WorkflowDefinition extends Request {
|
|
124121
124230
|
this.name = data.name;
|
124122
124231
|
this.sortOrder = data.sortOrder;
|
124123
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;
|
124124
124238
|
this._creator = data.creator;
|
124125
|
-
this._customView = (
|
124126
|
-
this._cycle = (
|
124127
|
-
this._label = (
|
124128
|
-
this._project = (
|
124129
|
-
this._team = (
|
124130
|
-
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;
|
124131
124245
|
}
|
124132
124246
|
/** The user who created the workflow. */
|
124133
124247
|
get creator() {
|
@@ -136596,5 +136710,5 @@ class LinearWebhooks {
|
|
136596
136710
|
}
|
136597
136711
|
}
|
136598
136712
|
|
136599
|
-
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, 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 };
|
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 };
|
136600
136714
|
//# sourceMappingURL=index-es.js.map
|