@linear/sdk 10.0.0 → 12.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/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" },
@@ -85447,6 +85446,7 @@ const JiraLinearMappingFragmentDoc = {
85447
85446
  { kind: "Field", name: { kind: "Name", value: "__typename" } },
85448
85447
  { kind: "Field", name: { kind: "Name", value: "jiraProjectId" } },
85449
85448
  { kind: "Field", name: { kind: "Name", value: "linearTeamId" } },
85449
+ { kind: "Field", name: { kind: "Name", value: "bidirectional" } },
85450
85450
  ],
85451
85451
  },
85452
85452
  },
@@ -85484,6 +85484,23 @@ const JiraSettingsFragmentDoc = {
85484
85484
  },
85485
85485
  ],
85486
85486
  };
85487
+ const JiraPersonalSettingsFragmentDoc = {
85488
+ kind: "Document",
85489
+ definitions: [
85490
+ {
85491
+ kind: "FragmentDefinition",
85492
+ name: { kind: "Name", value: "JiraPersonalSettings" },
85493
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "JiraPersonalSettings" } },
85494
+ selectionSet: {
85495
+ kind: "SelectionSet",
85496
+ selections: [
85497
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
85498
+ { kind: "Field", name: { kind: "Name", value: "siteName" } },
85499
+ ],
85500
+ },
85501
+ },
85502
+ ],
85503
+ };
85487
85504
  const NotionSettingsFragmentDoc = {
85488
85505
  kind: "Document",
85489
85506
  definitions: [
@@ -85615,6 +85632,7 @@ const SlackChannelNameMappingFragmentDoc = {
85615
85632
  { kind: "Field", name: { kind: "Name", value: "isShared" } },
85616
85633
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnMessage" } },
85617
85634
  { kind: "Field", name: { kind: "Name", value: "autoCreateOnEmoji" } },
85635
+ { kind: "Field", name: { kind: "Name", value: "botAdded" } },
85618
85636
  {
85619
85637
  kind: "Field",
85620
85638
  name: { kind: "Name", value: "teams" },
@@ -85762,6 +85780,14 @@ const IntegrationSettingsFragmentDoc = {
85762
85780
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraSettings" } }],
85763
85781
  },
85764
85782
  },
85783
+ {
85784
+ kind: "Field",
85785
+ name: { kind: "Name", value: "jiraPersonal" },
85786
+ selectionSet: {
85787
+ kind: "SelectionSet",
85788
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "JiraPersonalSettings" } }],
85789
+ },
85790
+ },
85765
85791
  {
85766
85792
  kind: "Field",
85767
85793
  name: { kind: "Name", value: "notion" },
@@ -85914,6 +85940,7 @@ const AuthenticationSessionFragmentDoc = {
85914
85940
  { kind: "Field", name: { kind: "Name", value: "name" } },
85915
85941
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
85916
85942
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
85943
+ { kind: "Field", name: { kind: "Name", value: "browserType" } },
85917
85944
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
85918
85945
  { kind: "Field", name: { kind: "Name", value: "id" } },
85919
85946
  ],
@@ -86333,6 +86360,26 @@ const AuthIntegrationFragmentDoc = {
86333
86360
  },
86334
86361
  ],
86335
86362
  };
86363
+ const AuthOauthClientFragmentDoc = {
86364
+ kind: "Document",
86365
+ definitions: [
86366
+ {
86367
+ kind: "FragmentDefinition",
86368
+ name: { kind: "Name", value: "AuthOauthClient" },
86369
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "AuthOauthClient" } },
86370
+ selectionSet: {
86371
+ kind: "SelectionSet",
86372
+ selections: [
86373
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
86374
+ { kind: "Field", name: { kind: "Name", value: "redirectUris" } },
86375
+ { kind: "Field", name: { kind: "Name", value: "clientId" } },
86376
+ { kind: "Field", name: { kind: "Name", value: "clientSecret" } },
86377
+ { kind: "Field", name: { kind: "Name", value: "id" } },
86378
+ ],
86379
+ },
86380
+ },
86381
+ ],
86382
+ };
86336
86383
  const AuthOrganizationFragmentDoc = {
86337
86384
  kind: "Document",
86338
86385
  definitions: [
@@ -86456,6 +86503,7 @@ const AuthenticationSessionResponseFragmentDoc = {
86456
86503
  { kind: "Field", name: { kind: "Name", value: "name" } },
86457
86504
  { kind: "Field", name: { kind: "Name", value: "operatingSystem" } },
86458
86505
  { kind: "Field", name: { kind: "Name", value: "userAgent" } },
86506
+ { kind: "Field", name: { kind: "Name", value: "browserType" } },
86459
86507
  { kind: "Field", name: { kind: "Name", value: "lastActiveAt" } },
86460
86508
  { kind: "Field", name: { kind: "Name", value: "id" } },
86461
86509
  ],
@@ -86484,7 +86532,6 @@ const CommentFragmentDoc = {
86484
86532
  selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "ActorBot" } }],
86485
86533
  },
86486
86534
  },
86487
- { kind: "Field", name: { kind: "Name", value: "bodyData" } },
86488
86535
  { kind: "Field", name: { kind: "Name", value: "body" } },
86489
86536
  {
86490
86537
  kind: "Field",
@@ -86751,6 +86798,7 @@ const CustomViewFragmentDoc = {
86751
86798
  { kind: "Field", name: { kind: "Name", value: "filters" } },
86752
86799
  { kind: "Field", name: { kind: "Name", value: "icon" } },
86753
86800
  { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
86801
+ { kind: "Field", name: { kind: "Name", value: "modelName" } },
86754
86802
  { kind: "Field", name: { kind: "Name", value: "name" } },
86755
86803
  {
86756
86804
  kind: "Field",
@@ -87083,7 +87131,6 @@ const DocumentContentHistoryTypeFragmentDoc = {
87083
87131
  { kind: "Field", name: { kind: "Name", value: "id" } },
87084
87132
  { kind: "Field", name: { kind: "Name", value: "createdAt" } },
87085
87133
  { kind: "Field", name: { kind: "Name", value: "contentDataSnapshotAt" } },
87086
- { kind: "Field", name: { kind: "Name", value: "contentData" } },
87087
87134
  ],
87088
87135
  },
87089
87136
  },
@@ -105443,12 +105490,7 @@ const AttachmentLinkGitLabMrDocument = {
105443
105490
  },
105444
105491
  {
105445
105492
  kind: "VariableDefinition",
105446
- variable: { kind: "Variable", name: { kind: "Name", value: "owner" } },
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" } },
105493
+ variable: { kind: "Variable", name: { kind: "Name", value: "projectPathWithNamespace" } },
105452
105494
  type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105453
105495
  },
105454
105496
  {
@@ -105491,13 +105533,8 @@ const AttachmentLinkGitLabMrDocument = {
105491
105533
  },
105492
105534
  {
105493
105535
  kind: "Argument",
105494
- name: { kind: "Name", value: "owner" },
105495
- value: { kind: "Variable", name: { kind: "Name", value: "owner" } },
105496
- },
105497
- {
105498
- kind: "Argument",
105499
- name: { kind: "Name", value: "repo" },
105500
- value: { kind: "Variable", name: { kind: "Name", value: "repo" } },
105536
+ name: { kind: "Name", value: "projectPathWithNamespace" },
105537
+ value: { kind: "Variable", name: { kind: "Name", value: "projectPathWithNamespace" } },
105501
105538
  },
105502
105539
  {
105503
105540
  kind: "Argument",
@@ -107596,6 +107633,44 @@ const IntegrationFrontDocument = {
107596
107633
  ...IntegrationPayloadFragmentDoc.definitions,
107597
107634
  ],
107598
107635
  };
107636
+ const IntegrationGitHubPersonalDocument = {
107637
+ kind: "Document",
107638
+ definitions: [
107639
+ {
107640
+ kind: "OperationDefinition",
107641
+ operation: "mutation",
107642
+ name: { kind: "Name", value: "integrationGitHubPersonal" },
107643
+ variableDefinitions: [
107644
+ {
107645
+ kind: "VariableDefinition",
107646
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
107647
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
107648
+ },
107649
+ ],
107650
+ selectionSet: {
107651
+ kind: "SelectionSet",
107652
+ selections: [
107653
+ {
107654
+ kind: "Field",
107655
+ name: { kind: "Name", value: "integrationGitHubPersonal" },
107656
+ arguments: [
107657
+ {
107658
+ kind: "Argument",
107659
+ name: { kind: "Name", value: "code" },
107660
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
107661
+ },
107662
+ ],
107663
+ selectionSet: {
107664
+ kind: "SelectionSet",
107665
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
107666
+ },
107667
+ },
107668
+ ],
107669
+ },
107670
+ },
107671
+ ...IntegrationPayloadFragmentDoc.definitions,
107672
+ ],
107673
+ };
107599
107674
  const CreateIntegrationGithubCommitDocument = {
107600
107675
  kind: "Document",
107601
107676
  definitions: [
@@ -114167,6 +114242,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114167
114242
  JiraProjectDataFragmentDoc: JiraProjectDataFragmentDoc,
114168
114243
  JiraLinearMappingFragmentDoc: JiraLinearMappingFragmentDoc,
114169
114244
  JiraSettingsFragmentDoc: JiraSettingsFragmentDoc,
114245
+ JiraPersonalSettingsFragmentDoc: JiraPersonalSettingsFragmentDoc,
114170
114246
  NotionSettingsFragmentDoc: NotionSettingsFragmentDoc,
114171
114247
  PagerDutyScheduleInfoFragmentDoc: PagerDutyScheduleInfoFragmentDoc,
114172
114248
  PagerDutySettingsFragmentDoc: PagerDutySettingsFragmentDoc,
@@ -114197,6 +114273,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114197
114273
  AuthApiKeyFragmentDoc: AuthApiKeyFragmentDoc,
114198
114274
  AuthApiKeyPayloadFragmentDoc: AuthApiKeyPayloadFragmentDoc,
114199
114275
  AuthIntegrationFragmentDoc: AuthIntegrationFragmentDoc,
114276
+ AuthOauthClientFragmentDoc: AuthOauthClientFragmentDoc,
114200
114277
  AuthOrganizationFragmentDoc: AuthOrganizationFragmentDoc,
114201
114278
  AuthUserFragmentDoc: AuthUserFragmentDoc,
114202
114279
  AuthResolverResponseFragmentDoc: AuthResolverResponseFragmentDoc,
@@ -114565,6 +114642,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
114565
114642
  IntegrationDiscordDocument: IntegrationDiscordDocument,
114566
114643
  IntegrationFigmaDocument: IntegrationFigmaDocument,
114567
114644
  IntegrationFrontDocument: IntegrationFrontDocument,
114645
+ IntegrationGitHubPersonalDocument: IntegrationGitHubPersonalDocument,
114568
114646
  CreateIntegrationGithubCommitDocument: CreateIntegrationGithubCommitDocument,
114569
114647
  IntegrationGithubConnectDocument: IntegrationGithubConnectDocument,
114570
114648
  IntegrationGithubSyncConnectDocument: IntegrationGithubSyncConnectDocument,
@@ -115192,6 +115270,21 @@ class AuthIntegration extends Request {
115192
115270
  this.id = data.id;
115193
115271
  }
115194
115272
  }
115273
+ /**
115274
+ * AuthOauthClient model
115275
+ *
115276
+ * @param request - function to call the graphql client
115277
+ * @param data - L.AuthOauthClientFragment response data
115278
+ */
115279
+ class AuthOauthClient extends Request {
115280
+ constructor(request, data) {
115281
+ super(request);
115282
+ this.clientId = data.clientId;
115283
+ this.clientSecret = data.clientSecret;
115284
+ this.id = data.id;
115285
+ this.redirectUris = data.redirectUris;
115286
+ }
115287
+ }
115195
115288
  /**
115196
115289
  * An organization. Organizations are root-level objects that contain users and teams.
115197
115290
  *
@@ -115263,22 +115356,23 @@ class AuthUser extends Request {
115263
115356
  */
115264
115357
  class AuthenticationSession extends Request {
115265
115358
  constructor(request, data) {
115266
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
115359
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
115267
115360
  super(request);
115268
- this.client = (_a = data.client) !== null && _a !== void 0 ? _a : undefined;
115361
+ this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
115362
+ this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
115269
115363
  this.countryCodes = data.countryCodes;
115270
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115364
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
115271
115365
  this.id = data.id;
115272
- this.ip = (_c = data.ip) !== null && _c !== void 0 ? _c : undefined;
115273
- this.lastActiveAt = (_d = parseDate(data.lastActiveAt)) !== null && _d !== void 0 ? _d : undefined;
115274
- this.location = (_e = data.location) !== null && _e !== void 0 ? _e : undefined;
115275
- this.locationCity = (_f = data.locationCity) !== null && _f !== void 0 ? _f : undefined;
115276
- this.locationCountry = (_g = data.locationCountry) !== null && _g !== void 0 ? _g : undefined;
115277
- this.locationCountryCode = (_h = data.locationCountryCode) !== null && _h !== void 0 ? _h : undefined;
115366
+ this.ip = (_d = data.ip) !== null && _d !== void 0 ? _d : undefined;
115367
+ this.lastActiveAt = (_e = parseDate(data.lastActiveAt)) !== null && _e !== void 0 ? _e : undefined;
115368
+ this.location = (_f = data.location) !== null && _f !== void 0 ? _f : undefined;
115369
+ this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
115370
+ this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
115371
+ this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
115278
115372
  this.name = data.name;
115279
- this.operatingSystem = (_j = data.operatingSystem) !== null && _j !== void 0 ? _j : undefined;
115280
- this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
115281
- this.userAgent = (_l = data.userAgent) !== null && _l !== void 0 ? _l : undefined;
115373
+ this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
115374
+ this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
115375
+ this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
115282
115376
  }
115283
115377
  }
115284
115378
  /**
@@ -115289,23 +115383,24 @@ class AuthenticationSession extends Request {
115289
115383
  */
115290
115384
  class AuthenticationSessionResponse extends Request {
115291
115385
  constructor(request, data) {
115292
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
115386
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
115293
115387
  super(request);
115294
- this.client = (_a = data.client) !== null && _a !== void 0 ? _a : undefined;
115388
+ this.browserType = (_a = data.browserType) !== null && _a !== void 0 ? _a : undefined;
115389
+ this.client = (_b = data.client) !== null && _b !== void 0 ? _b : undefined;
115295
115390
  this.countryCodes = data.countryCodes;
115296
- this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115391
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
115297
115392
  this.id = data.id;
115298
- this.ip = (_c = data.ip) !== null && _c !== void 0 ? _c : undefined;
115393
+ this.ip = (_d = data.ip) !== null && _d !== void 0 ? _d : undefined;
115299
115394
  this.isCurrentSession = data.isCurrentSession;
115300
- this.lastActiveAt = (_d = parseDate(data.lastActiveAt)) !== null && _d !== void 0 ? _d : undefined;
115301
- this.location = (_e = data.location) !== null && _e !== void 0 ? _e : undefined;
115302
- this.locationCity = (_f = data.locationCity) !== null && _f !== void 0 ? _f : undefined;
115303
- this.locationCountry = (_g = data.locationCountry) !== null && _g !== void 0 ? _g : undefined;
115304
- this.locationCountryCode = (_h = data.locationCountryCode) !== null && _h !== void 0 ? _h : undefined;
115395
+ this.lastActiveAt = (_e = parseDate(data.lastActiveAt)) !== null && _e !== void 0 ? _e : undefined;
115396
+ this.location = (_f = data.location) !== null && _f !== void 0 ? _f : undefined;
115397
+ this.locationCity = (_g = data.locationCity) !== null && _g !== void 0 ? _g : undefined;
115398
+ this.locationCountry = (_h = data.locationCountry) !== null && _h !== void 0 ? _h : undefined;
115399
+ this.locationCountryCode = (_j = data.locationCountryCode) !== null && _j !== void 0 ? _j : undefined;
115305
115400
  this.name = data.name;
115306
- this.operatingSystem = (_j = data.operatingSystem) !== null && _j !== void 0 ? _j : undefined;
115307
- this.updatedAt = (_k = parseDate(data.updatedAt)) !== null && _k !== void 0 ? _k : new Date();
115308
- this.userAgent = (_l = data.userAgent) !== null && _l !== void 0 ? _l : undefined;
115401
+ this.operatingSystem = (_k = data.operatingSystem) !== null && _k !== void 0 ? _k : undefined;
115402
+ this.updatedAt = (_l = parseDate(data.updatedAt)) !== null && _l !== void 0 ? _l : new Date();
115403
+ this.userAgent = (_m = data.userAgent) !== null && _m !== void 0 ? _m : undefined;
115309
115404
  }
115310
115405
  }
115311
115406
  /**
@@ -115320,7 +115415,6 @@ class Comment extends Request {
115320
115415
  super(request);
115321
115416
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115322
115417
  this.body = data.body;
115323
- this.bodyData = data.bodyData;
115324
115418
  this.createdAt = (_b = parseDate(data.createdAt)) !== null && _b !== void 0 ? _b : new Date();
115325
115419
  this.editedAt = (_c = parseDate(data.editedAt)) !== null && _c !== void 0 ? _c : undefined;
115326
115420
  this.id = data.id;
@@ -115329,7 +115423,7 @@ class Comment extends Request {
115329
115423
  this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
115330
115424
  this.url = data.url;
115331
115425
  this.botActor = data.botActor ? new ActorBot(request, data.botActor) : undefined;
115332
- this.documentContent = new DocumentContent(request, data.documentContent);
115426
+ this.documentContent = data.documentContent ? new DocumentContent(request, data.documentContent) : undefined;
115333
115427
  this._issue = data.issue;
115334
115428
  this._parent = (_g = data.parent) !== null && _g !== void 0 ? _g : undefined;
115335
115429
  this._resolvingComment = (_h = data.resolvingComment) !== null && _h !== void 0 ? _h : undefined;
@@ -115504,6 +115598,7 @@ class CustomView extends Request {
115504
115598
  this.filters = (_f = parseJson(data.filters)) !== null && _f !== void 0 ? _f : {};
115505
115599
  this.icon = (_g = data.icon) !== null && _g !== void 0 ? _g : undefined;
115506
115600
  this.id = data.id;
115601
+ this.modelName = data.modelName;
115507
115602
  this.name = data.name;
115508
115603
  this.shared = data.shared;
115509
115604
  this.updatedAt = (_h = parseDate(data.updatedAt)) !== null && _h !== void 0 ? _h : new Date();
@@ -115911,19 +116006,18 @@ class DocumentConnection extends Connection {
115911
116006
  */
115912
116007
  class DocumentContent extends Request {
115913
116008
  constructor(request, data) {
115914
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
116009
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
115915
116010
  super(request);
115916
116011
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115917
116012
  this.content = (_b = data.content) !== null && _b !== void 0 ? _b : undefined;
115918
- this.contentData = (_c = parseJson(data.contentData)) !== null && _c !== void 0 ? _c : undefined;
115919
- this.contentState = (_d = data.contentState) !== null && _d !== void 0 ? _d : undefined;
115920
- this.createdAt = (_e = parseDate(data.createdAt)) !== null && _e !== void 0 ? _e : new Date();
116013
+ this.contentState = (_c = data.contentState) !== null && _c !== void 0 ? _c : undefined;
116014
+ this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
115921
116015
  this.id = data.id;
115922
- this.restoredAt = (_f = parseDate(data.restoredAt)) !== null && _f !== void 0 ? _f : undefined;
115923
- this.updatedAt = (_g = parseDate(data.updatedAt)) !== null && _g !== void 0 ? _g : new Date();
115924
- this._document = (_h = data.document) !== null && _h !== void 0 ? _h : undefined;
115925
- this._issue = (_j = data.issue) !== null && _j !== void 0 ? _j : undefined;
115926
- this._project = (_k = data.project) !== null && _k !== void 0 ? _k : undefined;
116016
+ this.restoredAt = (_e = parseDate(data.restoredAt)) !== null && _e !== void 0 ? _e : undefined;
116017
+ this.updatedAt = (_f = parseDate(data.updatedAt)) !== null && _f !== void 0 ? _f : new Date();
116018
+ this._document = (_g = data.document) !== null && _g !== void 0 ? _g : undefined;
116019
+ this._issue = (_h = data.issue) !== null && _h !== void 0 ? _h : undefined;
116020
+ this._project = (_j = data.project) !== null && _j !== void 0 ? _j : undefined;
115927
116021
  }
115928
116022
  /** The document that the content is associated with. */
115929
116023
  get document() {
@@ -115949,15 +116043,14 @@ class DocumentContent extends Request {
115949
116043
  */
115950
116044
  class DocumentContentHistory extends Request {
115951
116045
  constructor(request, data) {
115952
- var _a, _b, _c, _d, _e;
116046
+ var _a, _b, _c, _d;
115953
116047
  super(request);
115954
116048
  this.actorIds = data.actorIds;
115955
116049
  this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
115956
- this.contentData = (_b = parseJson(data.contentData)) !== null && _b !== void 0 ? _b : undefined;
115957
- this.contentDataSnapshotAt = (_c = parseDate(data.contentDataSnapshotAt)) !== null && _c !== void 0 ? _c : new Date();
115958
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
116050
+ this.contentDataSnapshotAt = (_b = parseDate(data.contentDataSnapshotAt)) !== null && _b !== void 0 ? _b : new Date();
116051
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
115959
116052
  this.id = data.id;
115960
- this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
116053
+ this.updatedAt = (_d = parseDate(data.updatedAt)) !== null && _d !== void 0 ? _d : new Date();
115961
116054
  this.documentContent = new DocumentContent(request, data.documentContent);
115962
116055
  }
115963
116056
  }
@@ -115982,12 +116075,11 @@ class DocumentContentHistoryPayload extends Request {
115982
116075
  */
115983
116076
  class DocumentContentHistoryType extends Request {
115984
116077
  constructor(request, data) {
115985
- var _a, _b, _c, _d;
116078
+ var _a, _b, _c;
115986
116079
  super(request);
115987
116080
  this.actorIds = (_a = data.actorIds) !== null && _a !== void 0 ? _a : undefined;
115988
- this.contentData = (_b = parseJson(data.contentData)) !== null && _b !== void 0 ? _b : {};
115989
- this.contentDataSnapshotAt = (_c = parseDate(data.contentDataSnapshotAt)) !== null && _c !== void 0 ? _c : new Date();
115990
- this.createdAt = (_d = parseDate(data.createdAt)) !== null && _d !== void 0 ? _d : new Date();
116081
+ this.contentDataSnapshotAt = (_b = parseDate(data.contentDataSnapshotAt)) !== null && _b !== void 0 ? _b : new Date();
116082
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
115991
116083
  this.id = data.id;
115992
116084
  }
115993
116085
  }
@@ -116604,6 +116696,7 @@ class IntegrationSettings extends Request {
116604
116696
  this.googleSheets = data.googleSheets ? new GoogleSheetsSettings(request, data.googleSheets) : undefined;
116605
116697
  this.intercom = data.intercom ? new IntercomSettings(request, data.intercom) : undefined;
116606
116698
  this.jira = data.jira ? new JiraSettings(request, data.jira) : undefined;
116699
+ this.jiraPersonal = data.jiraPersonal ? new JiraPersonalSettings(request, data.jiraPersonal) : undefined;
116607
116700
  this.notion = data.notion ? new NotionSettings(request, data.notion) : undefined;
116608
116701
  this.pagerDuty = data.pagerDuty ? new PagerDutySettings(request, data.pagerDuty) : undefined;
116609
116702
  this.sentry = data.sentry ? new SentrySettings(request, data.sentry) : undefined;
@@ -117616,11 +117709,26 @@ class IssueSearchResultConnection extends Connection {
117616
117709
  */
117617
117710
  class JiraLinearMapping extends Request {
117618
117711
  constructor(request, data) {
117712
+ var _a;
117619
117713
  super(request);
117714
+ this.bidirectional = (_a = data.bidirectional) !== null && _a !== void 0 ? _a : undefined;
117620
117715
  this.jiraProjectId = data.jiraProjectId;
117621
117716
  this.linearTeamId = data.linearTeamId;
117622
117717
  }
117623
117718
  }
117719
+ /**
117720
+ * Jira personal specific settings.
117721
+ *
117722
+ * @param request - function to call the graphql client
117723
+ * @param data - L.JiraPersonalSettingsFragment response data
117724
+ */
117725
+ class JiraPersonalSettings extends Request {
117726
+ constructor(request, data) {
117727
+ var _a;
117728
+ super(request);
117729
+ this.siteName = (_a = data.siteName) !== null && _a !== void 0 ? _a : undefined;
117730
+ }
117731
+ }
117624
117732
  /**
117625
117733
  * Metadata about a Jira project.
117626
117734
  *
@@ -119509,14 +119617,15 @@ class SlackAsksTeamSettings extends Request {
119509
119617
  */
119510
119618
  class SlackChannelNameMapping extends Request {
119511
119619
  constructor(request, data) {
119512
- var _a, _b, _c, _d, _e;
119620
+ var _a, _b, _c, _d, _e, _f;
119513
119621
  super(request);
119514
119622
  this.autoCreateOnBotMention = (_a = data.autoCreateOnBotMention) !== null && _a !== void 0 ? _a : undefined;
119515
119623
  this.autoCreateOnEmoji = (_b = data.autoCreateOnEmoji) !== null && _b !== void 0 ? _b : undefined;
119516
119624
  this.autoCreateOnMessage = (_c = data.autoCreateOnMessage) !== null && _c !== void 0 ? _c : undefined;
119625
+ this.botAdded = (_d = data.botAdded) !== null && _d !== void 0 ? _d : undefined;
119517
119626
  this.id = data.id;
119518
- this.isPrivate = (_d = data.isPrivate) !== null && _d !== void 0 ? _d : undefined;
119519
- this.isShared = (_e = data.isShared) !== null && _e !== void 0 ? _e : undefined;
119627
+ this.isPrivate = (_e = data.isPrivate) !== null && _e !== void 0 ? _e : undefined;
119628
+ this.isShared = (_f = data.isShared) !== null && _f !== void 0 ? _f : undefined;
119520
119629
  this.name = data.name;
119521
119630
  this.teams = data.teams.map(node => new SlackAsksTeamSettings(request, node));
119522
119631
  }
@@ -123172,18 +123281,16 @@ class AttachmentLinkGitLabMrMutation extends Request {
123172
123281
  *
123173
123282
  * @param issueId - required issueId to pass to attachmentLinkGitLabMR
123174
123283
  * @param number - required number to pass to attachmentLinkGitLabMR
123175
- * @param owner - required owner to pass to attachmentLinkGitLabMR
123176
- * @param repo - required repo to pass to attachmentLinkGitLabMR
123284
+ * @param projectPathWithNamespace - required projectPathWithNamespace to pass to attachmentLinkGitLabMR
123177
123285
  * @param url - required url to pass to attachmentLinkGitLabMR
123178
- * @param variables - variables without 'issueId', 'number', 'owner', 'repo', 'url' to pass into the AttachmentLinkGitLabMrMutation
123286
+ * @param variables - variables without 'issueId', 'number', 'projectPathWithNamespace', 'url' to pass into the AttachmentLinkGitLabMrMutation
123179
123287
  * @returns parsed response from AttachmentLinkGitLabMrMutation
123180
123288
  */
123181
- fetch(issueId, number, owner, repo, url, variables) {
123289
+ fetch(issueId, number, projectPathWithNamespace, url, variables) {
123182
123290
  return __awaiter(this, void 0, void 0, function* () {
123183
123291
  const response = yield this._request(AttachmentLinkGitLabMrDocument, Object.assign({ issueId,
123184
123292
  number,
123185
- owner,
123186
- repo,
123293
+ projectPathWithNamespace,
123187
123294
  url }, variables));
123188
123295
  const data = response.attachmentLinkGitLabMR;
123189
123296
  return new AttachmentPayload(this._request, data);
@@ -124271,6 +124378,31 @@ class IntegrationFrontMutation extends Request {
124271
124378
  });
124272
124379
  }
124273
124380
  }
124381
+ /**
124382
+ * A fetchable IntegrationGitHubPersonal Mutation
124383
+ *
124384
+ * @param request - function to call the graphql client
124385
+ */
124386
+ class IntegrationGitHubPersonalMutation extends Request {
124387
+ constructor(request) {
124388
+ super(request);
124389
+ }
124390
+ /**
124391
+ * Call the IntegrationGitHubPersonal mutation and return a IntegrationPayload
124392
+ *
124393
+ * @param code - required code to pass to integrationGitHubPersonal
124394
+ * @returns parsed response from IntegrationGitHubPersonalMutation
124395
+ */
124396
+ fetch(code) {
124397
+ return __awaiter(this, void 0, void 0, function* () {
124398
+ const response = yield this._request(IntegrationGitHubPersonalDocument, {
124399
+ code,
124400
+ });
124401
+ const data = response.integrationGitHubPersonal;
124402
+ return new IntegrationPayload(this._request, data);
124403
+ });
124404
+ }
124405
+ }
124274
124406
  /**
124275
124407
  * A fetchable CreateIntegrationGithubCommit Mutation
124276
124408
  *
@@ -128183,7 +128315,7 @@ class Comment_DocumentContentQuery extends Request {
128183
128315
  id: this._id,
128184
128316
  });
128185
128317
  const data = response.comment.documentContent;
128186
- return new DocumentContent(this._request, data);
128318
+ return data ? new DocumentContent(this._request, data) : undefined;
128187
128319
  });
128188
128320
  }
128189
128321
  }
@@ -130624,14 +130756,13 @@ class LinearSdk extends Request {
130624
130756
  *
130625
130757
  * @param issueId - required issueId to pass to attachmentLinkGitLabMR
130626
130758
  * @param number - required number to pass to attachmentLinkGitLabMR
130627
- * @param owner - required owner to pass to attachmentLinkGitLabMR
130628
- * @param repo - required repo to pass to attachmentLinkGitLabMR
130759
+ * @param projectPathWithNamespace - required projectPathWithNamespace to pass to attachmentLinkGitLabMR
130629
130760
  * @param url - required url to pass to attachmentLinkGitLabMR
130630
- * @param variables - variables without 'issueId', 'number', 'owner', 'repo', 'url' to pass into the AttachmentLinkGitLabMrMutation
130761
+ * @param variables - variables without 'issueId', 'number', 'projectPathWithNamespace', 'url' to pass into the AttachmentLinkGitLabMrMutation
130631
130762
  * @returns AttachmentPayload
130632
130763
  */
130633
- attachmentLinkGitLabMR(issueId, number, owner, repo, url, variables) {
130634
- return new AttachmentLinkGitLabMrMutation(this._request).fetch(issueId, number, owner, repo, url, variables);
130764
+ attachmentLinkGitLabMR(issueId, number, projectPathWithNamespace, url, variables) {
130765
+ return new AttachmentLinkGitLabMrMutation(this._request).fetch(issueId, number, projectPathWithNamespace, url, variables);
130635
130766
  }
130636
130767
  /**
130637
130768
  * Link an existing Intercom conversation to an issue.
@@ -131041,6 +131172,15 @@ class LinearSdk extends Request {
131041
131172
  integrationFront(code, redirectUri) {
131042
131173
  return new IntegrationFrontMutation(this._request).fetch(code, redirectUri);
131043
131174
  }
131175
+ /**
131176
+ * Connect your GitHub account to Linear.
131177
+ *
131178
+ * @param code - required code to pass to integrationGitHubPersonal
131179
+ * @returns IntegrationPayload
131180
+ */
131181
+ integrationGitHubPersonal(code) {
131182
+ return new IntegrationGitHubPersonalMutation(this._request).fetch(code);
131183
+ }
131044
131184
  /**
131045
131185
  * Generates a webhook for the GitHub commit integration.
131046
131186
  *
@@ -132206,7 +132346,7 @@ class LinearSdk extends Request {
132206
132346
  return new UpdateUserFlagMutation(this._request).fetch(flag, operation);
132207
132347
  }
132208
132348
  /**
132209
- * Connects the GitHub user to this Linear account via OAuth2.
132349
+ * [DEPRECATED] Connects the GitHub user to this Linear account via OAuth2.
132210
132350
  *
132211
132351
  * @param code - required code to pass to userGitHubConnect
132212
132352
  * @returns UserPayload
@@ -132464,5 +132604,5 @@ class LinearWebhooks {
132464
132604
  }
132465
132605
  }
132466
132606
 
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 };
132607
+ 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, AuthOauthClient, 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
132608
  //# sourceMappingURL=index-es.js.map