@linear/sdk 10.0.0 → 11.0.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 +82 -30
- package/dist/_generated_documents.d.ts.map +1 -1
- package/dist/_generated_sdk.d.ts +51 -19
- package/dist/_generated_sdk.d.ts.map +1 -1
- package/dist/index-cjs.js +180 -77
- 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 +179 -78
- 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 +181 -78
- 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
@@ -83428,6 +83428,7 @@ var IntegrationService;
|
|
83428
83428
|
IntegrationService["GitHubSync"] = "gitHubSync";
|
83429
83429
|
IntegrationService["Github"] = "github";
|
83430
83430
|
IntegrationService["GithubCommit"] = "githubCommit";
|
83431
|
+
IntegrationService["GithubPersonal"] = "githubPersonal";
|
83431
83432
|
IntegrationService["Gitlab"] = "gitlab";
|
83432
83433
|
IntegrationService["GoogleCalendarPersonal"] = "googleCalendarPersonal";
|
83433
83434
|
IntegrationService["GoogleSheets"] = "googleSheets";
|
@@ -83845,7 +83846,6 @@ const DocumentContentFragmentDoc = {
|
|
83845
83846
|
kind: "SelectionSet",
|
83846
83847
|
selections: [
|
83847
83848
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83848
|
-
{ kind: "Field", name: { kind: "Name", value: "contentData" } },
|
83849
83849
|
{ kind: "Field", name: { kind: "Name", value: "content" } },
|
83850
83850
|
{ kind: "Field", name: { kind: "Name", value: "contentState" } },
|
83851
83851
|
{
|
@@ -83902,7 +83902,6 @@ const DocumentContentHistoryFragmentDoc = {
|
|
83902
83902
|
selections: [
|
83903
83903
|
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
83904
83904
|
{ kind: "Field", name: { kind: "Name", value: "actorIds" } },
|
83905
|
-
{ kind: "Field", name: { kind: "Name", value: "contentData" } },
|
83906
83905
|
{
|
83907
83906
|
kind: "Field",
|
83908
83907
|
name: { kind: "Name", value: "documentContent" },
|
@@ -85484,6 +85483,23 @@ const JiraSettingsFragmentDoc = {
|
|
85484
85483
|
},
|
85485
85484
|
],
|
85486
85485
|
};
|
85486
|
+
const JiraPersonalSettingsFragmentDoc = {
|
85487
|
+
kind: "Document",
|
85488
|
+
definitions: [
|
85489
|
+
{
|
85490
|
+
kind: "FragmentDefinition",
|
85491
|
+
name: { kind: "Name", value: "JiraPersonalSettings" },
|
85492
|
+
typeCondition: { kind: "NamedType", name: { kind: "Name", value: "JiraPersonalSettings" } },
|
85493
|
+
selectionSet: {
|
85494
|
+
kind: "SelectionSet",
|
85495
|
+
selections: [
|
85496
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
85497
|
+
{ kind: "Field", name: { kind: "Name", value: "siteName" } },
|
85498
|
+
],
|
85499
|
+
},
|
85500
|
+
},
|
85501
|
+
],
|
85502
|
+
};
|
85487
85503
|
const NotionSettingsFragmentDoc = {
|
85488
85504
|
kind: "Document",
|
85489
85505
|
definitions: [
|
@@ -85615,6 +85631,7 @@ const SlackChannelNameMappingFragmentDoc = {
|
|
85615
85631
|
{ kind: "Field", name: { kind: "Name", value: "isShared" } },
|
85616
85632
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
|
85617
85633
|
{ kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
|
85634
|
+
{ kind: "Field", name: { kind: "Name", value: "botAdded" } },
|
85618
85635
|
{
|
85619
85636
|
kind: "Field",
|
85620
85637
|
name: { kind: "Name", value: "teams" },
|
@@ -85762,6 +85779,14 @@ const IntegrationSettingsFragmentDoc = {
|
|
85762
85779
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraSettings" } }],
|
85763
85780
|
},
|
85764
85781
|
},
|
85782
|
+
{
|
85783
|
+
kind: "Field",
|
85784
|
+
name: { kind: "Name", value: "jiraPersonal" },
|
85785
|
+
selectionSet: {
|
85786
|
+
kind: "SelectionSet",
|
85787
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraPersonalSettings" } }],
|
85788
|
+
},
|
85789
|
+
},
|
85765
85790
|
{
|
85766
85791
|
kind: "Field",
|
85767
85792
|
name: { kind: "Name", value: "notion" },
|
@@ -85914,6 +85939,7 @@ const AuthenticationSessionFragmentDoc = {
|
|
85914
85939
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
85915
85940
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
85916
85941
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
85942
|
+
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
85917
85943
|
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
85918
85944
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
85919
85945
|
],
|
@@ -86456,6 +86482,7 @@ const AuthenticationSessionResponseFragmentDoc = {
|
|
86456
86482
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86457
86483
|
{ kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
|
86458
86484
|
{ kind: "Field", name: { kind: "Name", value: "userAgent" } },
|
86485
|
+
{ kind: "Field", name: { kind: "Name", value: "browserType" } },
|
86459
86486
|
{ kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
|
86460
86487
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
86461
86488
|
],
|
@@ -86484,7 +86511,6 @@ const CommentFragmentDoc = {
|
|
86484
86511
|
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
|
86485
86512
|
},
|
86486
86513
|
},
|
86487
|
-
{ kind: "Field", name: { kind: "Name", value: "bodyData" } },
|
86488
86514
|
{ kind: "Field", name: { kind: "Name", value: "body" } },
|
86489
86515
|
{
|
86490
86516
|
kind: "Field",
|
@@ -86751,6 +86777,7 @@ const CustomViewFragmentDoc = {
|
|
86751
86777
|
{ kind: "Field", name: { kind: "Name", value: "filters" } },
|
86752
86778
|
{ kind: "Field", name: { kind: "Name", value: "icon" } },
|
86753
86779
|
{ kind: "Field", name: { kind: "Name", value: "updatedAt" } },
|
86780
|
+
{ kind: "Field", name: { kind: "Name", value: "modelName" } },
|
86754
86781
|
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
86755
86782
|
{
|
86756
86783
|
kind: "Field",
|
@@ -87083,7 +87110,6 @@ const DocumentContentHistoryTypeFragmentDoc = {
|
|
87083
87110
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
87084
87111
|
{ kind: "Field", name: { kind: "Name", value: "createdAt" } },
|
87085
87112
|
{ kind: "Field", name: { kind: "Name", value: "contentDataSnapshotAt" } },
|
87086
|
-
{ kind: "Field", name: { kind: "Name", value: "contentData" } },
|
87087
87113
|
],
|
87088
87114
|
},
|
87089
87115
|
},
|
@@ -105443,12 +105469,7 @@ const AttachmentLinkGitLabMrDocument = {
|
|
105443
105469
|
},
|
105444
105470
|
{
|
105445
105471
|
kind: "VariableDefinition",
|
105446
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "
|
105447
|
-
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
105448
|
-
},
|
105449
|
-
{
|
105450
|
-
kind: "VariableDefinition",
|
105451
|
-
variable: { kind: "Variable", name: { kind: "Name", value: "repo" } },
|
105472
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "projectPathWithNamespace" } },
|
105452
105473
|
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
105453
105474
|
},
|
105454
105475
|
{
|
@@ -105491,13 +105512,8 @@ const AttachmentLinkGitLabMrDocument = {
|
|
105491
105512
|
},
|
105492
105513
|
{
|
105493
105514
|
kind: "Argument",
|
105494
|
-
name: { kind: "Name", value: "
|
105495
|
-
value: { kind: "Variable", name: { kind: "Name", value: "
|
105496
|
-
},
|
105497
|
-
{
|
105498
|
-
kind: "Argument",
|
105499
|
-
name: { kind: "Name", value: "repo" },
|
105500
|
-
value: { kind: "Variable", name: { kind: "Name", value: "repo" } },
|
105515
|
+
name: { kind: "Name", value: "projectPathWithNamespace" },
|
105516
|
+
value: { kind: "Variable", name: { kind: "Name", value: "projectPathWithNamespace" } },
|
105501
105517
|
},
|
105502
105518
|
{
|
105503
105519
|
kind: "Argument",
|
@@ -107596,6 +107612,44 @@ const IntegrationFrontDocument = {
|
|
107596
107612
|
...IntegrationPayloadFragmentDoc.definitions,
|
107597
107613
|
],
|
107598
107614
|
};
|
107615
|
+
const IntegrationGitHubPersonalDocument = {
|
107616
|
+
kind: "Document",
|
107617
|
+
definitions: [
|
107618
|
+
{
|
107619
|
+
kind: "OperationDefinition",
|
107620
|
+
operation: "mutation",
|
107621
|
+
name: { kind: "Name", value: "integrationGitHubPersonal" },
|
107622
|
+
variableDefinitions: [
|
107623
|
+
{
|
107624
|
+
kind: "VariableDefinition",
|
107625
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
107626
|
+
type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
|
107627
|
+
},
|
107628
|
+
],
|
107629
|
+
selectionSet: {
|
107630
|
+
kind: "SelectionSet",
|
107631
|
+
selections: [
|
107632
|
+
{
|
107633
|
+
kind: "Field",
|
107634
|
+
name: { kind: "Name", value: "integrationGitHubPersonal" },
|
107635
|
+
arguments: [
|
107636
|
+
{
|
107637
|
+
kind: "Argument",
|
107638
|
+
name: { kind: "Name", value: "code" },
|
107639
|
+
value: { kind: "Variable", name: { kind: "Name", value: "code" } },
|
107640
|
+
},
|
107641
|
+
],
|
107642
|
+
selectionSet: {
|
107643
|
+
kind: "SelectionSet",
|
107644
|
+
selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
|
107645
|
+
},
|
107646
|
+
},
|
107647
|
+
],
|
107648
|
+
},
|
107649
|
+
},
|
107650
|
+
...IntegrationPayloadFragmentDoc.definitions,
|
107651
|
+
],
|
107652
|
+
};
|
107599
107653
|
const CreateIntegrationGithubCommitDocument = {
|
107600
107654
|
kind: "Document",
|
107601
107655
|
definitions: [
|
@@ -114167,6 +114221,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114167
114221
|
JiraProjectDataFragmentDoc: JiraProjectDataFragmentDoc,
|
114168
114222
|
JiraLinearMappingFragmentDoc: JiraLinearMappingFragmentDoc,
|
114169
114223
|
JiraSettingsFragmentDoc: JiraSettingsFragmentDoc,
|
114224
|
+
JiraPersonalSettingsFragmentDoc: JiraPersonalSettingsFragmentDoc,
|
114170
114225
|
NotionSettingsFragmentDoc: NotionSettingsFragmentDoc,
|
114171
114226
|
PagerDutyScheduleInfoFragmentDoc: PagerDutyScheduleInfoFragmentDoc,
|
114172
114227
|
PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
|
@@ -114565,6 +114620,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
|
|
114565
114620
|
IntegrationDiscordDocument: IntegrationDiscordDocument,
|
114566
114621
|
IntegrationFigmaDocument: IntegrationFigmaDocument,
|
114567
114622
|
IntegrationFrontDocument: IntegrationFrontDocument,
|
114623
|
+
IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
|
114568
114624
|
CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
|
114569
114625
|
IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
|
114570
114626
|
IntegrationGithubSyncConnectDocument: IntegrationGithubSyncConnectDocument,
|
@@ -115263,22 +115319,23 @@ class AuthUser extends Request {
|
|
115263
115319
|
*/
|
115264
115320
|
class AuthenticationSession extends Request {
|
115265
115321
|
constructor(request, data) {
|
115266
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
115322
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
115267
115323
|
super(request);
|
115268
|
-
this.
|
115324
|
+
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
115325
|
+
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
115269
115326
|
this.countryCodes = data.countryCodes;
|
115270
|
-
this.createdAt = (
|
115327
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
115271
115328
|
this.id = data.id;
|
115272
|
-
this.ip = (
|
115273
|
-
this.lastActiveAt = (
|
115274
|
-
this.location = (
|
115275
|
-
this.locationCity = (
|
115276
|
-
this.locationCountry = (
|
115277
|
-
this.locationCountryCode = (
|
115329
|
+
this.ip = (_d = data.ip) !== null && _d !== void 0 ? _d : undefined;
|
115330
|
+
this.lastActiveAt = (_e = parseDate(data.lastActiveAt)) !== null && _e !== void 0 ? _e : undefined;
|
115331
|
+
this.location = (_f = data.location) !== null && _f !== void 0 ? _f : undefined;
|
115332
|
+
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
115333
|
+
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
115334
|
+
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
115278
115335
|
this.name = data.name;
|
115279
|
-
this.operatingSystem = (
|
115280
|
-
this.updatedAt = (
|
115281
|
-
this.userAgent = (
|
115336
|
+
this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
|
115337
|
+
this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
|
115338
|
+
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
115282
115339
|
}
|
115283
115340
|
}
|
115284
115341
|
/**
|
@@ -115289,23 +115346,24 @@ class AuthenticationSession extends Request {
|
|
115289
115346
|
*/
|
115290
115347
|
class AuthenticationSessionResponse extends Request {
|
115291
115348
|
constructor(request, data) {
|
115292
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
115349
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
115293
115350
|
super(request);
|
115294
|
-
this.
|
115351
|
+
this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
|
115352
|
+
this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
|
115295
115353
|
this.countryCodes = data.countryCodes;
|
115296
|
-
this.createdAt = (
|
115354
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
115297
115355
|
this.id = data.id;
|
115298
|
-
this.ip = (
|
115356
|
+
this.ip = (_d = data.ip) !== null && _d !== void 0 ? _d : undefined;
|
115299
115357
|
this.isCurrentSession = data.isCurrentSession;
|
115300
|
-
this.lastActiveAt = (
|
115301
|
-
this.location = (
|
115302
|
-
this.locationCity = (
|
115303
|
-
this.locationCountry = (
|
115304
|
-
this.locationCountryCode = (
|
115358
|
+
this.lastActiveAt = (_e = parseDate(data.lastActiveAt)) !== null && _e !== void 0 ? _e : undefined;
|
115359
|
+
this.location = (_f = data.location) !== null && _f !== void 0 ? _f : undefined;
|
115360
|
+
this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
|
115361
|
+
this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
|
115362
|
+
this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
|
115305
115363
|
this.name = data.name;
|
115306
|
-
this.operatingSystem = (
|
115307
|
-
this.updatedAt = (
|
115308
|
-
this.userAgent = (
|
115364
|
+
this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
|
115365
|
+
this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
|
115366
|
+
this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
|
115309
115367
|
}
|
115310
115368
|
}
|
115311
115369
|
/**
|
@@ -115320,7 +115378,6 @@ class Comment extends Request {
|
|
115320
115378
|
super(request);
|
115321
115379
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115322
115380
|
this.body = data.body;
|
115323
|
-
this.bodyData = data.bodyData;
|
115324
115381
|
this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
|
115325
115382
|
this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
|
115326
115383
|
this.id = data.id;
|
@@ -115329,7 +115386,7 @@ class Comment extends Request {
|
|
115329
115386
|
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115330
115387
|
this.url = data.url;
|
115331
115388
|
this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
|
115332
|
-
this.documentContent = new DocumentContent(request, data.documentContent);
|
115389
|
+
this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
|
115333
115390
|
this._issue = data.issue;
|
115334
115391
|
this._parent = (_g = data.parent) !== null && _g !== void 0 ? _g : undefined;
|
115335
115392
|
this._resolvingComment = (_h = data.resolvingComment) !== null && _h !== void 0 ? _h : undefined;
|
@@ -115504,6 +115561,7 @@ class CustomView extends Request {
|
|
115504
115561
|
this.filters = (_f = parseJson(data.filters)) !== null && _f !== void 0 ? _f : {};
|
115505
115562
|
this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
|
115506
115563
|
this.id = data.id;
|
115564
|
+
this.modelName = data.modelName;
|
115507
115565
|
this.name = data.name;
|
115508
115566
|
this.shared = data.shared;
|
115509
115567
|
this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
|
@@ -115911,19 +115969,18 @@ class DocumentConnection extends Connection {
|
|
115911
115969
|
*/
|
115912
115970
|
class DocumentContent extends Request {
|
115913
115971
|
constructor(request, data) {
|
115914
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
115972
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
115915
115973
|
super(request);
|
115916
115974
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115917
115975
|
this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
|
115918
|
-
this.
|
115919
|
-
this.
|
115920
|
-
this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
|
115976
|
+
this.contentState = (_c = data.contentState) !== null && _c !== void 0 ? _c : undefined;
|
115977
|
+
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
115921
115978
|
this.id = data.id;
|
115922
|
-
this.restoredAt = (
|
115923
|
-
this.updatedAt = (
|
115924
|
-
this._document = (
|
115925
|
-
this._issue = (
|
115926
|
-
this._project = (
|
115979
|
+
this.restoredAt = (_e = parseDate(data.restoredAt)) !== null && _e !== void 0 ? _e : undefined;
|
115980
|
+
this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
|
115981
|
+
this._document = (_g = data.document) !== null && _g !== void 0 ? _g : undefined;
|
115982
|
+
this._issue = (_h = data.issue) !== null && _h !== void 0 ? _h : undefined;
|
115983
|
+
this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
|
115927
115984
|
}
|
115928
115985
|
/** The document that the content is associated with. */
|
115929
115986
|
get document() {
|
@@ -115949,15 +116006,14 @@ class DocumentContent extends Request {
|
|
115949
116006
|
*/
|
115950
116007
|
class DocumentContentHistory extends Request {
|
115951
116008
|
constructor(request, data) {
|
115952
|
-
var _a, _b, _c, _d
|
116009
|
+
var _a, _b, _c, _d;
|
115953
116010
|
super(request);
|
115954
116011
|
this.actorIds = data.actorIds;
|
115955
116012
|
this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
|
115956
|
-
this.
|
115957
|
-
this.
|
115958
|
-
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
116013
|
+
this.contentDataSnapshotAt = (_b = parseDate(data.contentDataSnapshotAt)) !== null && _b !== void 0 ? _b : new Date();
|
116014
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
115959
116015
|
this.id = data.id;
|
115960
|
-
this.updatedAt = (
|
116016
|
+
this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
|
115961
116017
|
this.documentContent = new DocumentContent(request, data.documentContent);
|
115962
116018
|
}
|
115963
116019
|
}
|
@@ -115982,12 +116038,11 @@ class DocumentContentHistoryPayload extends Request {
|
|
115982
116038
|
*/
|
115983
116039
|
class DocumentContentHistoryType extends Request {
|
115984
116040
|
constructor(request, data) {
|
115985
|
-
var _a, _b, _c
|
116041
|
+
var _a, _b, _c;
|
115986
116042
|
super(request);
|
115987
116043
|
this.actorIds = (_a = data.actorIds) !== null && _a !== void 0 ? _a : undefined;
|
115988
|
-
this.
|
115989
|
-
this.
|
115990
|
-
this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
|
116044
|
+
this.contentDataSnapshotAt = (_b = parseDate(data.contentDataSnapshotAt)) !== null && _b !== void 0 ? _b : new Date();
|
116045
|
+
this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
|
115991
116046
|
this.id = data.id;
|
115992
116047
|
}
|
115993
116048
|
}
|
@@ -116604,6 +116659,7 @@ class IntegrationSettings extends Request {
|
|
116604
116659
|
this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
|
116605
116660
|
this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
|
116606
116661
|
this.jira = data.jira ? new JiraSettings(request, data.jira) : undefined;
|
116662
|
+
this.jiraPersonal = data.jiraPersonal ? new JiraPersonalSettings(request, data.jiraPersonal) : undefined;
|
116607
116663
|
this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
|
116608
116664
|
this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
|
116609
116665
|
this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
|
@@ -117621,6 +117677,19 @@ class JiraLinearMapping extends Request {
|
|
117621
117677
|
this.linearTeamId = data.linearTeamId;
|
117622
117678
|
}
|
117623
117679
|
}
|
117680
|
+
/**
|
117681
|
+
* Jira personal specific settings.
|
117682
|
+
*
|
117683
|
+
* @param request - function to call the graphql client
|
117684
|
+
* @param data - L.JiraPersonalSettingsFragment response data
|
117685
|
+
*/
|
117686
|
+
class JiraPersonalSettings extends Request {
|
117687
|
+
constructor(request, data) {
|
117688
|
+
var _a;
|
117689
|
+
super(request);
|
117690
|
+
this.siteName = (_a = data.siteName) !== null && _a !== void 0 ? _a : undefined;
|
117691
|
+
}
|
117692
|
+
}
|
117624
117693
|
/**
|
117625
117694
|
* Metadata about a Jira project.
|
117626
117695
|
*
|
@@ -119509,14 +119578,15 @@ class SlackAsksTeamSettings extends Request {
|
|
119509
119578
|
*/
|
119510
119579
|
class SlackChannelNameMapping extends Request {
|
119511
119580
|
constructor(request, data) {
|
119512
|
-
var _a, _b, _c, _d, _e;
|
119581
|
+
var _a, _b, _c, _d, _e, _f;
|
119513
119582
|
super(request);
|
119514
119583
|
this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
|
119515
119584
|
this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
|
119516
119585
|
this.autoCreateOnMessage = (_c = data.autoCreateOnMessage) !== null && _c !== void 0 ? _c : undefined;
|
119586
|
+
this.botAdded = (_d = data.botAdded) !== null && _d !== void 0 ? _d : undefined;
|
119517
119587
|
this.id = data.id;
|
119518
|
-
this.isPrivate = (
|
119519
|
-
this.isShared = (
|
119588
|
+
this.isPrivate = (_e = data.isPrivate) !== null && _e !== void 0 ? _e : undefined;
|
119589
|
+
this.isShared = (_f = data.isShared) !== null && _f !== void 0 ? _f : undefined;
|
119520
119590
|
this.name = data.name;
|
119521
119591
|
this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
|
119522
119592
|
}
|
@@ -123172,18 +123242,16 @@ class AttachmentLinkGitLabMrMutation extends Request {
|
|
123172
123242
|
*
|
123173
123243
|
* @param issueId - required issueId to pass to attachmentLinkGitLabMR
|
123174
123244
|
* @param number - required number to pass to attachmentLinkGitLabMR
|
123175
|
-
* @param
|
123176
|
-
* @param repo - required repo to pass to attachmentLinkGitLabMR
|
123245
|
+
* @param projectPathWithNamespace - required projectPathWithNamespace to pass to attachmentLinkGitLabMR
|
123177
123246
|
* @param url - required url to pass to attachmentLinkGitLabMR
|
123178
|
-
* @param variables - variables without 'issueId', 'number', '
|
123247
|
+
* @param variables - variables without 'issueId', 'number', 'projectPathWithNamespace', 'url' to pass into the AttachmentLinkGitLabMrMutation
|
123179
123248
|
* @returns parsed response from AttachmentLinkGitLabMrMutation
|
123180
123249
|
*/
|
123181
|
-
fetch(issueId, number,
|
123250
|
+
fetch(issueId, number, projectPathWithNamespace, url, variables) {
|
123182
123251
|
return __awaiter(this, void 0, void 0, function* () {
|
123183
123252
|
const response = yield this._request(AttachmentLinkGitLabMrDocument, Object.assign({ issueId,
|
123184
123253
|
number,
|
123185
|
-
|
123186
|
-
repo,
|
123254
|
+
projectPathWithNamespace,
|
123187
123255
|
url }, variables));
|
123188
123256
|
const data = response.attachmentLinkGitLabMR;
|
123189
123257
|
return new AttachmentPayload(this._request, data);
|
@@ -124271,6 +124339,31 @@ class IntegrationFrontMutation extends Request {
|
|
124271
124339
|
});
|
124272
124340
|
}
|
124273
124341
|
}
|
124342
|
+
/**
|
124343
|
+
* A fetchable IntegrationGitHubPersonal Mutation
|
124344
|
+
*
|
124345
|
+
* @param request - function to call the graphql client
|
124346
|
+
*/
|
124347
|
+
class IntegrationGitHubPersonalMutation extends Request {
|
124348
|
+
constructor(request) {
|
124349
|
+
super(request);
|
124350
|
+
}
|
124351
|
+
/**
|
124352
|
+
* Call the IntegrationGitHubPersonal mutation and return a IntegrationPayload
|
124353
|
+
*
|
124354
|
+
* @param code - required code to pass to integrationGitHubPersonal
|
124355
|
+
* @returns parsed response from IntegrationGitHubPersonalMutation
|
124356
|
+
*/
|
124357
|
+
fetch(code) {
|
124358
|
+
return __awaiter(this, void 0, void 0, function* () {
|
124359
|
+
const response = yield this._request(IntegrationGitHubPersonalDocument, {
|
124360
|
+
code,
|
124361
|
+
});
|
124362
|
+
const data = response.integrationGitHubPersonal;
|
124363
|
+
return new IntegrationPayload(this._request, data);
|
124364
|
+
});
|
124365
|
+
}
|
124366
|
+
}
|
124274
124367
|
/**
|
124275
124368
|
* A fetchable CreateIntegrationGithubCommit Mutation
|
124276
124369
|
*
|
@@ -128183,7 +128276,7 @@ class Comment_DocumentContentQuery extends Request {
|
|
128183
128276
|
id: this._id,
|
128184
128277
|
});
|
128185
128278
|
const data = response.comment.documentContent;
|
128186
|
-
return new DocumentContent(this._request, data);
|
128279
|
+
return data ? new DocumentContent(this._request, data) : undefined;
|
128187
128280
|
});
|
128188
128281
|
}
|
128189
128282
|
}
|
@@ -130624,14 +130717,13 @@ class LinearSdk extends Request {
|
|
130624
130717
|
*
|
130625
130718
|
* @param issueId - required issueId to pass to attachmentLinkGitLabMR
|
130626
130719
|
* @param number - required number to pass to attachmentLinkGitLabMR
|
130627
|
-
* @param
|
130628
|
-
* @param repo - required repo to pass to attachmentLinkGitLabMR
|
130720
|
+
* @param projectPathWithNamespace - required projectPathWithNamespace to pass to attachmentLinkGitLabMR
|
130629
130721
|
* @param url - required url to pass to attachmentLinkGitLabMR
|
130630
|
-
* @param variables - variables without 'issueId', 'number', '
|
130722
|
+
* @param variables - variables without 'issueId', 'number', 'projectPathWithNamespace', 'url' to pass into the AttachmentLinkGitLabMrMutation
|
130631
130723
|
* @returns AttachmentPayload
|
130632
130724
|
*/
|
130633
|
-
attachmentLinkGitLabMR(issueId, number,
|
130634
|
-
return new AttachmentLinkGitLabMrMutation(this._request).fetch(issueId, number,
|
130725
|
+
attachmentLinkGitLabMR(issueId, number, projectPathWithNamespace, url, variables) {
|
130726
|
+
return new AttachmentLinkGitLabMrMutation(this._request).fetch(issueId, number, projectPathWithNamespace, url, variables);
|
130635
130727
|
}
|
130636
130728
|
/**
|
130637
130729
|
* Link an existing Intercom conversation to an issue.
|
@@ -131041,6 +131133,15 @@ class LinearSdk extends Request {
|
|
131041
131133
|
integrationFront(code, redirectUri) {
|
131042
131134
|
return new IntegrationFrontMutation(this._request).fetch(code, redirectUri);
|
131043
131135
|
}
|
131136
|
+
/**
|
131137
|
+
* Connect your GitHub account to Linear.
|
131138
|
+
*
|
131139
|
+
* @param code - required code to pass to integrationGitHubPersonal
|
131140
|
+
* @returns IntegrationPayload
|
131141
|
+
*/
|
131142
|
+
integrationGitHubPersonal(code) {
|
131143
|
+
return new IntegrationGitHubPersonalMutation(this._request).fetch(code);
|
131144
|
+
}
|
131044
131145
|
/**
|
131045
131146
|
* Generates a webhook for the GitHub commit integration.
|
131046
131147
|
*
|
@@ -132206,7 +132307,7 @@ class LinearSdk extends Request {
|
|
132206
132307
|
return new UpdateUserFlagMutation(this._request).fetch(flag, operation);
|
132207
132308
|
}
|
132208
132309
|
/**
|
132209
|
-
* Connects the GitHub user to this Linear account via OAuth2.
|
132310
|
+
* [DEPRECATED] Connects the GitHub user to this Linear account via OAuth2.
|
132210
132311
|
*
|
132211
132312
|
* @param code - required code to pass to userGitHubConnect
|
132212
132313
|
* @returns UserPayload
|
@@ -132464,5 +132565,5 @@ class LinearWebhooks {
|
|
132464
132565
|
}
|
132465
132566
|
}
|
132466
132567
|
|
132467
|
-
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyDeletePayload, AuthApiKeyPayload, AuthIntegration, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, 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, CreateEmojiMutation, CreateFavoriteMutation, 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, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, 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, 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, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GitHubSyncRepo, GitHubSyncSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGithubSyncConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, 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_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, 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, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, 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, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TriageResponsibility, TriageResponsibilityConnection, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, 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, UserJiraConnectMutation, 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 };
|
132568
|
+
export { ActorBot, AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, AsksChannelConnectPayload, Attachment, AttachmentArchivePayload, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkGitHubPrMutation, AttachmentLinkGitLabMrMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkSlackMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentSourcesPayload, AttachmentUnsyncSlackMutation, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthApiKey, AuthApiKeyDeletePayload, AuthApiKeyPayload, AuthIntegration, AuthOrganization, AuthResolverResponse, AuthUser, AuthenticationLinearError, AuthenticationSession, AuthenticationSessionResponse, AuthenticationSessionsQuery, 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, CreateEmojiMutation, CreateFavoriteMutation, 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, CustomViewsQuery, Cycle, CycleArchivePayload, CycleConnection, CycleNotificationSubscription, 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, 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, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GitHubSyncRepo, GitHubSyncSettings, GitLabSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationAsksConnectChannelMutation, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGitHubPersonalMutation, IntegrationGithubConnectMutation, IntegrationGithubSyncConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, 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_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, 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, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PagerDutyScheduleInfo, PagerDutySettings, PaidSubscription, Project, ProjectArchivePayload, ProjectConnection, ProjectFilterSuggestionPayload, ProjectFilterSuggestionQuery, ProjectLink, ProjectLinkConnection, ProjectLinkPayload, ProjectLinkQuery, ProjectLinksQuery, ProjectMilestone, ProjectMilestoneConnection, ProjectMilestonePayload, ProjectMilestoneQuery, 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, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackAsksSettings, SlackAsksTeamSettings, SlackChannelNameMapping, SlackPostSettings, SlackSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, TeamRepoMapping, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesForIntegrationQuery, TemplatesQuery, TriageResponsibility, TriageResponsibilityConnection, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, UnarchiveRoadmapMutation, 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, UserJiraConnectMutation, 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 };
|
132468
132569
|
//# sourceMappingURL=index-es.js.map
|