@linear/sdk 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/dist/_generated_documents.d.ts +60 -38
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +38 -26
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +223 -128
- 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 +218 -127
- 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 +230 -133
- package/dist/index-umd.js.map +1 -1
- package/dist/index-umd.min.js +1 -1
- package/dist/index-umd.min.js.br +0 -0
- package/dist/index-umd.min.js.gz +0 -0
- package/dist/index-umd.min.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/webhooks.d.ts +18 -0
- package/dist/webhooks.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/index-es.js
CHANGED
@@ -3,6 +3,7 @@ import http from 'http';
|
|
3
3
|
import Url from 'url';
|
4
4
|
import https from 'https';
|
5
5
|
import zlib from 'zlib';
|
6
|
+
import crypto from 'crypto';
|
6
7
|
|
7
8
|
/******************************************************************************
|
8
9
|
Copyright (c) Microsoft Corporation.
|
@@ -83954,45 +83955,6 @@ const GithubOAuthTokenPayloadFragmentDoc = {
|
|
83954
83955
|
...GithubOrgFragmentDoc.definitions,
|
83955
83956
|
],
|
83956
83957
|
};
|
83957
|
-
const OauthClientFragmentDoc = {
|
83958
|
-
kind: "Document",
|
83959
|
-
definitions: [
|
83960
|
-
{
|
83961
|
-
kind: "FragmentDefinition",
|
83962
|
-
name: { kind: "Name", value: "OauthClient" },
|
83963
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OauthClient" } },
|
83964
|
-
selectionSet: {
|
83965
|
-
kind: "SelectionSet",
|
83966
|
-
selections: [
|
83967
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83968
|
-
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
83969
|
-
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
83970
|
-
{ kind: "Field", name: { kind: "Name", value: "redirectUris" } },
|
83971
|
-
{ kind: "Field", name: { kind: "Name", value: "developer" } },
|
83972
|
-
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
83973
|
-
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
83974
|
-
{ kind: "Field", name: { kind: "Name", value: "clientSecret" } },
|
83975
|
-
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
83976
|
-
{ kind: "Field", name: { kind: "Name", value: "webhookResourceTypes" } },
|
83977
|
-
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
83978
|
-
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
83979
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
83980
|
-
{
|
83981
|
-
kind: "Field",
|
83982
|
-
name: { kind: "Name", value: "creator" },
|
83983
|
-
selectionSet: {
|
83984
|
-
kind: "SelectionSet",
|
83985
|
-
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
83986
|
-
},
|
83987
|
-
},
|
83988
|
-
{ kind: "Field", name: { kind: "Name", value: "developerUrl" } },
|
83989
|
-
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
83990
|
-
{ kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
|
83991
|
-
],
|
83992
|
-
},
|
83993
|
-
},
|
83994
|
-
],
|
83995
|
-
};
|
83996
83958
|
const UserAuthorizedApplicationFragmentDoc = {
|
83997
83959
|
kind: "Document",
|
83998
83960
|
definitions: [
|
@@ -84435,54 +84397,6 @@ const UserSettingsFragmentDoc = {
|
|
84435
84397
|
},
|
84436
84398
|
],
|
84437
84399
|
};
|
84438
|
-
const AdminJobConfigurationPayloadFragmentDoc = {
|
84439
|
-
kind: "Document",
|
84440
|
-
definitions: [
|
84441
|
-
{
|
84442
|
-
kind: "FragmentDefinition",
|
84443
|
-
name: { kind: "Name", value: "AdminJobConfigurationPayload" },
|
84444
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AdminJobConfigurationPayload" } },
|
84445
|
-
selectionSet: {
|
84446
|
-
kind: "SelectionSet",
|
84447
|
-
selections: [
|
84448
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84449
|
-
{ kind: "Field", name: { kind: "Name", value: "currentJob" } },
|
84450
|
-
{ kind: "Field", name: { kind: "Name", value: "delay" } },
|
84451
|
-
{ kind: "Field", name: { kind: "Name", value: "enabled" } },
|
84452
|
-
{ kind: "Field", name: { kind: "Name", value: "param" } },
|
84453
|
-
],
|
84454
|
-
},
|
84455
|
-
},
|
84456
|
-
],
|
84457
|
-
};
|
84458
|
-
const AdminJobStatusPayloadFragmentDoc = {
|
84459
|
-
kind: "Document",
|
84460
|
-
definitions: [
|
84461
|
-
{
|
84462
|
-
kind: "FragmentDefinition",
|
84463
|
-
name: { kind: "Name", value: "AdminJobStatusPayload" },
|
84464
|
-
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AdminJobStatusPayload" } },
|
84465
|
-
selectionSet: {
|
84466
|
-
kind: "SelectionSet",
|
84467
|
-
selections: [
|
84468
|
-
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
84469
|
-
{ kind: "Field", name: { kind: "Name", value: "availableJobs" } },
|
84470
|
-
{
|
84471
|
-
kind: "Field",
|
84472
|
-
name: { kind: "Name", value: "configuration" },
|
84473
|
-
selectionSet: {
|
84474
|
-
kind: "SelectionSet",
|
84475
|
-
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "AdminJobConfigurationPayload" } }],
|
84476
|
-
},
|
84477
|
-
},
|
84478
|
-
{ kind: "Field", name: { kind: "Name", value: "cursor" } },
|
84479
|
-
{ kind: "Field", name: { kind: "Name", value: "startedAt" } },
|
84480
|
-
],
|
84481
|
-
},
|
84482
|
-
},
|
84483
|
-
...AdminJobConfigurationPayloadFragmentDoc.definitions,
|
84484
|
-
],
|
84485
|
-
};
|
84486
84400
|
const ApiKeyFragmentDoc = {
|
84487
84401
|
kind: "Document",
|
84488
84402
|
definitions: [
|
@@ -84860,6 +84774,7 @@ const OrganizationFragmentDoc = {
|
|
84860
84774
|
{ kind: "Field", name: { kind: "Name", value: "deletionRequestedAt" } },
|
84861
84775
|
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
84862
84776
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
84777
|
+
{ kind: "Field", name: { kind: "Name", value: "trialEndsAt" } },
|
84863
84778
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
84864
84779
|
{ kind: "Field", name: { kind: "Name", value: "samlEnabled" } },
|
84865
84780
|
{ kind: "Field", name: { kind: "Name", value: "scimEnabled" } },
|
@@ -87349,6 +87264,80 @@ const NotificationSubscriptionPayloadFragmentDoc = {
|
|
87349
87264
|
...NotificationSubscriptionFragmentDoc.definitions,
|
87350
87265
|
],
|
87351
87266
|
};
|
87267
|
+
const OauthClientFragmentDoc = {
|
87268
|
+
kind: "Document",
|
87269
|
+
definitions: [
|
87270
|
+
{
|
87271
|
+
kind: "FragmentDefinition",
|
87272
|
+
name: { kind: "Name", value: "OauthClient" },
|
87273
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OauthClient" } },
|
87274
|
+
selectionSet: {
|
87275
|
+
kind: "SelectionSet",
|
87276
|
+
selections: [
|
87277
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87278
|
+
{ kind: "Field", name: { kind: "Name", value: "imageUrl" } },
|
87279
|
+
{ kind: "Field", name: { kind: "Name", value: "description" } },
|
87280
|
+
{ kind: "Field", name: { kind: "Name", value: "redirectUris" } },
|
87281
|
+
{ kind: "Field", name: { kind: "Name", value: "developer" } },
|
87282
|
+
{ kind: "Field", name: { kind: "Name", value: "clientId" } },
|
87283
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
87284
|
+
{ kind: "Field", name: { kind: "Name", value: "clientSecret" } },
|
87285
|
+
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
87286
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookResourceTypes" } },
|
87287
|
+
{ kind: "Field", name: { kind: "Name", value: "archivedAt" } },
|
87288
|
+
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87289
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87290
|
+
{
|
87291
|
+
kind: "Field",
|
87292
|
+
name: { kind: "Name", value: "creator" },
|
87293
|
+
selectionSet: {
|
87294
|
+
kind: "SelectionSet",
|
87295
|
+
selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
|
87296
|
+
},
|
87297
|
+
},
|
87298
|
+
{ kind: "Field", name: { kind: "Name", value: "developerUrl" } },
|
87299
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookUrl" } },
|
87300
|
+
{ kind: "Field", name: { kind: "Name", value: "webhookSecret" } },
|
87301
|
+
{ kind: "Field", name: { kind: "Name", value: "publicEnabled" } },
|
87302
|
+
],
|
87303
|
+
},
|
87304
|
+
},
|
87305
|
+
],
|
87306
|
+
};
|
87307
|
+
const OauthClientConnectionFragmentDoc = {
|
87308
|
+
kind: "Document",
|
87309
|
+
definitions: [
|
87310
|
+
{
|
87311
|
+
kind: "FragmentDefinition",
|
87312
|
+
name: { kind: "Name", value: "OauthClientConnection" },
|
87313
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OauthClientConnection" } },
|
87314
|
+
selectionSet: {
|
87315
|
+
kind: "SelectionSet",
|
87316
|
+
selections: [
|
87317
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
87318
|
+
{
|
87319
|
+
kind: "Field",
|
87320
|
+
name: { kind: "Name", value: "nodes" },
|
87321
|
+
selectionSet: {
|
87322
|
+
kind: "SelectionSet",
|
87323
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "OauthClient" } }],
|
87324
|
+
},
|
87325
|
+
},
|
87326
|
+
{
|
87327
|
+
kind: "Field",
|
87328
|
+
name: { kind: "Name", value: "pageInfo" },
|
87329
|
+
selectionSet: {
|
87330
|
+
kind: "SelectionSet",
|
87331
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
|
87332
|
+
},
|
87333
|
+
},
|
87334
|
+
],
|
87335
|
+
},
|
87336
|
+
},
|
87337
|
+
...OauthClientFragmentDoc.definitions,
|
87338
|
+
...PageInfoFragmentDoc.definitions,
|
87339
|
+
],
|
87340
|
+
};
|
87352
87341
|
const OrganizationCancelDeletePayloadFragmentDoc = {
|
87353
87342
|
kind: "Document",
|
87354
87343
|
definitions: [
|
@@ -92009,6 +91998,54 @@ const IntegrationSlackImportEmojisDocument = {
|
|
92009
91998
|
...IntegrationPayloadFragmentDoc.definitions,
|
92010
91999
|
],
|
92011
92000
|
};
|
92001
|
+
const IntegrationSlackIntakeDocument = {
|
92002
|
+
kind: "Document",
|
92003
|
+
definitions: [
|
92004
|
+
{
|
92005
|
+
kind: "OperationDefinition",
|
92006
|
+
operation: "mutation",
|
92007
|
+
name: { kind: "Name", value: "integrationSlackIntake" },
|
92008
|
+
variableDefinitions: [
|
92009
|
+
{
|
92010
|
+
kind: "VariableDefinition",
|
92011
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
92012
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92013
|
+
},
|
92014
|
+
{
|
92015
|
+
kind: "VariableDefinition",
|
92016
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
92017
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
92018
|
+
},
|
92019
|
+
],
|
92020
|
+
selectionSet: {
|
92021
|
+
kind: "SelectionSet",
|
92022
|
+
selections: [
|
92023
|
+
{
|
92024
|
+
kind: "Field",
|
92025
|
+
name: { kind: "Name", value: "integrationSlackIntake" },
|
92026
|
+
arguments: [
|
92027
|
+
{
|
92028
|
+
kind: "Argument",
|
92029
|
+
name: { kind: "Name", value: "code" },
|
92030
|
+
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
92031
|
+
},
|
92032
|
+
{
|
92033
|
+
kind: "Argument",
|
92034
|
+
name: { kind: "Name", value: "redirectUri" },
|
92035
|
+
value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
|
92036
|
+
},
|
92037
|
+
],
|
92038
|
+
selectionSet: {
|
92039
|
+
kind: "SelectionSet",
|
92040
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
|
92041
|
+
},
|
92042
|
+
},
|
92043
|
+
],
|
92044
|
+
},
|
92045
|
+
},
|
92046
|
+
...IntegrationPayloadFragmentDoc.definitions,
|
92047
|
+
],
|
92048
|
+
};
|
92012
92049
|
const IntegrationSlackOrgProjectUpdatesPostDocument = {
|
92013
92050
|
kind: "Document",
|
92014
92051
|
definitions: [
|
@@ -108656,7 +108693,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108656
108693
|
GithubRepoFragmentDoc: GithubRepoFragmentDoc,
|
108657
108694
|
GithubOrgFragmentDoc: GithubOrgFragmentDoc,
|
108658
108695
|
GithubOAuthTokenPayloadFragmentDoc: GithubOAuthTokenPayloadFragmentDoc,
|
108659
|
-
OauthClientFragmentDoc: OauthClientFragmentDoc,
|
108660
108696
|
UserAuthorizedApplicationFragmentDoc: UserAuthorizedApplicationFragmentDoc,
|
108661
108697
|
ApplicationFragmentDoc: ApplicationFragmentDoc,
|
108662
108698
|
FrontSettingsFragmentDoc: FrontSettingsFragmentDoc,
|
@@ -108673,8 +108709,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108673
108709
|
IntegrationSettingsFragmentDoc: IntegrationSettingsFragmentDoc,
|
108674
108710
|
SamlConfigurationPayloadFragmentDoc: SamlConfigurationPayloadFragmentDoc,
|
108675
108711
|
UserSettingsFragmentDoc: UserSettingsFragmentDoc,
|
108676
|
-
AdminJobConfigurationPayloadFragmentDoc: AdminJobConfigurationPayloadFragmentDoc,
|
108677
|
-
AdminJobStatusPayloadFragmentDoc: AdminJobStatusPayloadFragmentDoc,
|
108678
108712
|
ApiKeyFragmentDoc: ApiKeyFragmentDoc,
|
108679
108713
|
PageInfoFragmentDoc: PageInfoFragmentDoc,
|
108680
108714
|
ApiKeyConnectionFragmentDoc: ApiKeyConnectionFragmentDoc,
|
@@ -108757,6 +108791,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108757
108791
|
NotificationSubscriptionFragmentDoc: NotificationSubscriptionFragmentDoc,
|
108758
108792
|
NotificationSubscriptionConnectionFragmentDoc: NotificationSubscriptionConnectionFragmentDoc,
|
108759
108793
|
NotificationSubscriptionPayloadFragmentDoc: NotificationSubscriptionPayloadFragmentDoc,
|
108794
|
+
OauthClientFragmentDoc: OauthClientFragmentDoc,
|
108795
|
+
OauthClientConnectionFragmentDoc: OauthClientConnectionFragmentDoc,
|
108760
108796
|
OrganizationCancelDeletePayloadFragmentDoc: OrganizationCancelDeletePayloadFragmentDoc,
|
108761
108797
|
OrganizationDeletePayloadFragmentDoc: OrganizationDeletePayloadFragmentDoc,
|
108762
108798
|
OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
|
@@ -108884,6 +108920,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
108884
108920
|
IntegrationSentryConnectDocument: IntegrationSentryConnectDocument,
|
108885
108921
|
IntegrationSlackDocument: IntegrationSlackDocument,
|
108886
108922
|
IntegrationSlackImportEmojisDocument: IntegrationSlackImportEmojisDocument,
|
108923
|
+
IntegrationSlackIntakeDocument: IntegrationSlackIntakeDocument,
|
108887
108924
|
IntegrationSlackOrgProjectUpdatesPostDocument: IntegrationSlackOrgProjectUpdatesPostDocument,
|
108888
108925
|
IntegrationSlackPersonalDocument: IntegrationSlackPersonalDocument,
|
108889
108926
|
IntegrationSlackPostDocument: IntegrationSlackPostDocument,
|
@@ -109263,38 +109300,6 @@ function parseJson(value) {
|
|
109263
109300
|
return undefined;
|
109264
109301
|
}
|
109265
109302
|
}
|
109266
|
-
/**
|
109267
|
-
* AdminJobConfigurationPayload model
|
109268
|
-
*
|
109269
|
-
* @param request - function to call the graphql client
|
109270
|
-
* @param data - L.AdminJobConfigurationPayloadFragment response data
|
109271
|
-
*/
|
109272
|
-
class AdminJobConfigurationPayload extends Request {
|
109273
|
-
constructor(request, data) {
|
109274
|
-
var _a, _b;
|
109275
|
-
super(request);
|
109276
|
-
this.currentJob = (_a = data.currentJob) !== null && _a !== void 0 ? _a : undefined;
|
109277
|
-
this.delay = data.delay;
|
109278
|
-
this.enabled = data.enabled;
|
109279
|
-
this.param = (_b = data.param) !== null && _b !== void 0 ? _b : undefined;
|
109280
|
-
}
|
109281
|
-
}
|
109282
|
-
/**
|
109283
|
-
* AdminJobStatusPayload model
|
109284
|
-
*
|
109285
|
-
* @param request - function to call the graphql client
|
109286
|
-
* @param data - L.AdminJobStatusPayloadFragment response data
|
109287
|
-
*/
|
109288
|
-
class AdminJobStatusPayload extends Request {
|
109289
|
-
constructor(request, data) {
|
109290
|
-
var _a, _b;
|
109291
|
-
super(request);
|
109292
|
-
this.availableJobs = data.availableJobs;
|
109293
|
-
this.cursor = (_a = data.cursor) !== null && _a !== void 0 ? _a : undefined;
|
109294
|
-
this.startedAt = (_b = parseDate(data.startedAt)) !== null && _b !== void 0 ? _b : undefined;
|
109295
|
-
this.configuration = new AdminJobConfigurationPayload(request, data.configuration);
|
109296
|
-
}
|
109297
|
-
}
|
109298
109303
|
/**
|
109299
109304
|
* An API key. Grants access to the user's resources.
|
109300
109305
|
*
|
@@ -111473,7 +111478,7 @@ class NotionSettings extends Request {
|
|
111473
111478
|
*/
|
111474
111479
|
class OauthClient extends Request {
|
111475
111480
|
constructor(request, data) {
|
111476
|
-
var _a, _b, _c, _d, _e, _f;
|
111481
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
111477
111482
|
super(request);
|
111478
111483
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
111479
111484
|
this.clientId = data.clientId;
|
@@ -111489,7 +111494,8 @@ class OauthClient extends Request {
|
|
111489
111494
|
this.redirectUris = data.redirectUris;
|
111490
111495
|
this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
|
111491
111496
|
this.webhookResourceTypes = data.webhookResourceTypes;
|
111492
|
-
this.
|
111497
|
+
this.webhookSecret = (_f = data.webhookSecret) !== null && _f !== void 0 ? _f : undefined;
|
111498
|
+
this.webhookUrl = (_g = data.webhookUrl) !== null && _g !== void 0 ? _g : undefined;
|
111493
111499
|
this._creator = data.creator;
|
111494
111500
|
}
|
111495
111501
|
/** The user who created the OAuthClient. */
|
@@ -111556,6 +111562,18 @@ class OauthClientApprovalNotification extends Request {
|
|
111556
111562
|
return new UserQuery(this._request).fetch(this._user.id);
|
111557
111563
|
}
|
111558
111564
|
}
|
111565
|
+
/**
|
111566
|
+
* OauthClientConnection model
|
111567
|
+
*
|
111568
|
+
* @param request - function to call the graphql client
|
111569
|
+
* @param fetch - function to trigger a refetch of this OauthClientConnection model
|
111570
|
+
* @param data - OauthClientConnection response data
|
111571
|
+
*/
|
111572
|
+
class OauthClientConnection extends Connection {
|
111573
|
+
constructor(request, fetch, data) {
|
111574
|
+
super(request, fetch, data.nodes.map(node => new OauthClient(request, node)), new PageInfo(request, data.pageInfo));
|
111575
|
+
}
|
111576
|
+
}
|
111559
111577
|
/**
|
111560
111578
|
* An organization. Organizations are root-level objects that contain user accounts and teams.
|
111561
111579
|
*
|
@@ -111564,7 +111582,7 @@ class OauthClientApprovalNotification extends Request {
|
|
111564
111582
|
*/
|
111565
111583
|
class Organization extends Request {
|
111566
111584
|
constructor(request, data) {
|
111567
|
-
var _a, _b, _c, _d, _e, _f;
|
111585
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
111568
111586
|
super(request);
|
111569
111587
|
this.allowedAuthServices = data.allowedAuthServices;
|
111570
111588
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
@@ -111583,7 +111601,8 @@ class Organization extends Request {
|
|
111583
111601
|
this.roadmapEnabled = data.roadmapEnabled;
|
111584
111602
|
this.samlEnabled = data.samlEnabled;
|
111585
111603
|
this.scimEnabled = data.scimEnabled;
|
111586
|
-
this.
|
111604
|
+
this.trialEndsAt = (_f = parseDate(data.trialEndsAt)) !== null && _f !== void 0 ? _f : undefined;
|
111605
|
+
this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
|
111587
111606
|
this.urlKey = data.urlKey;
|
111588
111607
|
this.userCount = data.userCount;
|
111589
111608
|
this.subscription = data.subscription ? new PaidSubscription(request, data.subscription) : undefined;
|
@@ -115199,6 +115218,33 @@ class IntegrationSlackImportEmojisMutation extends Request {
|
|
115199
115218
|
});
|
115200
115219
|
}
|
115201
115220
|
}
|
115221
|
+
/**
|
115222
|
+
* A fetchable IntegrationSlackIntake Mutation
|
115223
|
+
*
|
115224
|
+
* @param request - function to call the graphql client
|
115225
|
+
*/
|
115226
|
+
class IntegrationSlackIntakeMutation extends Request {
|
115227
|
+
constructor(request) {
|
115228
|
+
super(request);
|
115229
|
+
}
|
115230
|
+
/**
|
115231
|
+
* Call the IntegrationSlackIntake mutation and return a IntegrationPayload
|
115232
|
+
*
|
115233
|
+
* @param code - required code to pass to integrationSlackIntake
|
115234
|
+
* @param redirectUri - required redirectUri to pass to integrationSlackIntake
|
115235
|
+
* @returns parsed response from IntegrationSlackIntakeMutation
|
115236
|
+
*/
|
115237
|
+
fetch(code, redirectUri) {
|
115238
|
+
return __awaiter(this, void 0, void 0, function* () {
|
115239
|
+
const response = yield this._request(IntegrationSlackIntakeDocument, {
|
115240
|
+
code,
|
115241
|
+
redirectUri,
|
115242
|
+
});
|
115243
|
+
const data = response.integrationSlackIntake;
|
115244
|
+
return new IntegrationPayload(this._request, data);
|
115245
|
+
});
|
115246
|
+
}
|
115247
|
+
}
|
115202
115248
|
/**
|
115203
115249
|
* A fetchable IntegrationSlackOrgProjectUpdatesPost Mutation
|
115204
115250
|
*
|
@@ -122165,6 +122211,16 @@ class LinearSdk extends Request {
|
|
122165
122211
|
integrationSlackImportEmojis(code, redirectUri) {
|
122166
122212
|
return new IntegrationSlackImportEmojisMutation(this._request).fetch(code, redirectUri);
|
122167
122213
|
}
|
122214
|
+
/**
|
122215
|
+
* Integrates the organization with Slack for issue intake.
|
122216
|
+
*
|
122217
|
+
* @param code - required code to pass to integrationSlackIntake
|
122218
|
+
* @param redirectUri - required redirectUri to pass to integrationSlackIntake
|
122219
|
+
* @returns IntegrationPayload
|
122220
|
+
*/
|
122221
|
+
integrationSlackIntake(code, redirectUri) {
|
122222
|
+
return new IntegrationSlackIntakeMutation(this._request).fetch(code, redirectUri);
|
122223
|
+
}
|
122168
122224
|
/**
|
122169
122225
|
* Slack integration for organization level project update notifications.
|
122170
122226
|
*
|
@@ -123962,5 +124018,40 @@ class LinearClient extends LinearSdk {
|
|
123962
124018
|
}
|
123963
124019
|
}
|
123964
124020
|
|
123965
|
-
export { AdminJobConfigurationPayload, AdminJobStatusPayload, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentPayload, DocumentQuery, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueBatchPayload, IssueConnection, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteDetailsPayload, OrganizationInviteDetailsQuery, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, PersonalNote, Project, ProjectConnection, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
124021
|
+
const LINEAR_WEBHOOK_SIGNATURE_HEADER = "linear-signature";
|
124022
|
+
const LINEAR_WEBHOOK_TS_FIELD = "webhookTimestamp";
|
124023
|
+
/**
|
124024
|
+
* Provides helper functions to work with Linear webhooks
|
124025
|
+
*/
|
124026
|
+
class LinearWebhooks {
|
124027
|
+
constructor(secret) {
|
124028
|
+
this.secret = secret;
|
124029
|
+
}
|
124030
|
+
/**
|
124031
|
+
* Verify the webhook signature
|
124032
|
+
* @param rawBody The webhook request raw body.
|
124033
|
+
* @param signature The signature to verify.
|
124034
|
+
* @param timestamp The `webhookTimestamp` field from the request parsed body.
|
124035
|
+
*/
|
124036
|
+
verify(rawBody, signature, timestamp) {
|
124037
|
+
const verificationBuffer = Buffer.from(crypto.createHmac("sha256", this.secret).update(rawBody).digest("hex"));
|
124038
|
+
const signatureBuffer = Buffer.from(signature);
|
124039
|
+
if (verificationBuffer.length !== signatureBuffer.length) {
|
124040
|
+
throw new Error("Invalid webhook signature");
|
124041
|
+
}
|
124042
|
+
if (!crypto.timingSafeEqual(verificationBuffer, signatureBuffer)) {
|
124043
|
+
throw new Error("Invalid webhook signature");
|
124044
|
+
}
|
124045
|
+
if (timestamp) {
|
124046
|
+
const timeDiff = Math.abs(new Date().getTime() - timestamp);
|
124047
|
+
// Throw error if more than one minute delta between provided ts and current time
|
124048
|
+
if (timeDiff > 1000 * 60) {
|
124049
|
+
throw new Error("Invalid webhook timestamp");
|
124050
|
+
}
|
124051
|
+
}
|
124052
|
+
return true;
|
124053
|
+
}
|
124054
|
+
}
|
124055
|
+
|
124056
|
+
export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentPayload, DocumentQuery, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackIntakeMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueBatchPayload, IssueConnection, IssueHistory, IssueHistoryConnection, IssueImport, IssueImportCreateAsanaMutation, IssueImportCreateClubhouseMutation, IssueImportCreateGithubMutation, IssueImportCreateJiraMutation, IssueImportDeletePayload, IssueImportFinishGithubOAuthQuery, IssueImportPayload, IssueImportProcessMutation, IssueLabel, IssueLabelConnection, IssueLabelPayload, IssueLabelQuery, IssueLabel_ChildrenQuery, IssueLabel_IssuesQuery, IssueLabelsQuery, IssueNotification, IssuePayload, IssuePriorityValue, IssuePriorityValuesQuery, IssueQuery, IssueRelation, IssueRelationConnection, IssueRelationHistoryPayload, IssueRelationPayload, IssueRelationQuery, IssueRelationsQuery, IssueReminderMutation, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteDetailsPayload, OrganizationInviteDetailsQuery, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, PersonalNote, Project, ProjectConnection, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, ProjectMilestonesQuery, ProjectNotification, ProjectNotificationSubscription, ProjectPayload, ProjectQuery, ProjectUpdate, ProjectUpdateConnection, ProjectUpdateInteraction, ProjectUpdateInteractionConnection, ProjectUpdateInteractionPayload, ProjectUpdateInteractionQuery, ProjectUpdateInteractionsQuery, ProjectUpdateMarkAsReadMutation, ProjectUpdatePayload, ProjectUpdateQuery, ProjectUpdateWithInteractionPayload, ProjectUpdatesQuery, Project_DocumentsQuery, Project_IssuesQuery, Project_LinksQuery, Project_MembersQuery, Project_ProjectUpdatesQuery, Project_TeamsQuery, ProjectsQuery, PushSubscription, PushSubscriptionConnection, PushSubscriptionPayload, PushSubscriptionTestPayload, PushSubscriptionTestQuery, RateLimitPayload, RateLimitResultPayload, RateLimitStatusQuery, RatelimitedLinearError, Reaction, ReactionConnection, ReactionPayload, RefreshGoogleSheetsDataMutation, Request, ResendOrganizationInviteMutation, Roadmap, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnknownLinearError, UnsuspendUserMutation, UpdateAttachmentMutation, UpdateCommentMutation, UpdateCustomViewMutation, UpdateCycleMutation, UpdateDocumentMutation, UpdateFavoriteMutation, UpdateIntegrationIntercomSettingsMutation, UpdateIntegrationsSettingsMutation, UpdateIssueBatchMutation, UpdateIssueImportMutation, UpdateIssueLabelMutation, UpdateIssueMutation, UpdateIssueRelationMutation, UpdateNotificationMutation, UpdateNotificationSubscriptionMutation, UpdateOrganizationInviteMutation, UpdateOrganizationMutation, UpdateProjectLinkMutation, UpdateProjectMilestoneMutation, UpdateProjectMutation, UpdateProjectUpdateMutation, UpdateRoadmapMutation, UpdateRoadmapToProjectMutation, UpdateTeamMembershipMutation, UpdateTeamMutation, UpdateTemplateMutation, UpdateUserFlagMutation, UpdateUserMutation, UpdateUserSettingsMutation, UpdateViewPreferencesMutation, UpdateWebhookMutation, UpdateWorkflowStateMutation, UploadFile, UploadFileHeader, UploadPayload, User, UserAccount, UserAdminPayload, UserAuthorizedApplication, UserConnection, UserDemoteAdminMutation, UserDemoteMemberMutation, UserDiscordConnectMutation, UserExternalUserDisconnectMutation, UserGitHubConnectMutation, UserGoogleCalendarConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
|
123966
124057
|
//# sourceMappingURL=index-es.js.map
|