@linear/sdk 4.0.0 → 6.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
@@ -83417,6 +83417,13 @@ var OrganizationDomainAuthType;
83417
83417
  OrganizationDomainAuthType["General"] = "general";
83418
83418
  OrganizationDomainAuthType["Saml"] = "saml";
83419
83419
  })(OrganizationDomainAuthType || (OrganizationDomainAuthType = {}));
83420
+ /** The different statuses possible for an organization invite. */
83421
+ var OrganizationInviteStatus;
83422
+ (function (OrganizationInviteStatus) {
83423
+ OrganizationInviteStatus["Accepted"] = "accepted";
83424
+ OrganizationInviteStatus["Expired"] = "expired";
83425
+ OrganizationInviteStatus["Pending"] = "pending";
83426
+ })(OrganizationInviteStatus || (OrganizationInviteStatus = {}));
83420
83427
  /** By which field should the pagination order by */
83421
83428
  var PaginationOrderBy;
83422
83429
  (function (PaginationOrderBy) {
@@ -84400,6 +84407,7 @@ const UserSettingsFragmentDoc = {
84400
84407
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84401
84408
  },
84402
84409
  },
84410
+ { kind: "Field", name: { kind: "Name", value: "showFullUserNames" } },
84403
84411
  ],
84404
84412
  },
84405
84413
  },
@@ -84943,6 +84951,73 @@ const CommentPayloadFragmentDoc = {
84943
84951
  },
84944
84952
  ],
84945
84953
  };
84954
+ const CompanyFragmentDoc = {
84955
+ kind: "Document",
84956
+ definitions: [
84957
+ {
84958
+ kind: "FragmentDefinition",
84959
+ name: { kind: "Name", value: "Company" },
84960
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "Company" } },
84961
+ selectionSet: {
84962
+ kind: "SelectionSet",
84963
+ selections: [
84964
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
84965
+ { kind: "Field", name: { kind: "Name", value: "externalId" } },
84966
+ { kind: "Field", name: { kind: "Name", value: "logoUrl" } },
84967
+ { kind: "Field", name: { kind: "Name", value: "name" } },
84968
+ { kind: "Field", name: { kind: "Name", value: "websiteUrl" } },
84969
+ { kind: "Field", name: { kind: "Name", value: "companyProperties" } },
84970
+ { kind: "Field", name: { kind: "Name", value: "updatedAt" } },
84971
+ { kind: "Field", name: { kind: "Name", value: "archivedAt" } },
84972
+ { kind: "Field", name: { kind: "Name", value: "createdAt" } },
84973
+ { kind: "Field", name: { kind: "Name", value: "id" } },
84974
+ {
84975
+ kind: "Field",
84976
+ name: { kind: "Name", value: "creator" },
84977
+ selectionSet: {
84978
+ kind: "SelectionSet",
84979
+ selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
84980
+ },
84981
+ },
84982
+ ],
84983
+ },
84984
+ },
84985
+ ],
84986
+ };
84987
+ const CompanyConnectionFragmentDoc = {
84988
+ kind: "Document",
84989
+ definitions: [
84990
+ {
84991
+ kind: "FragmentDefinition",
84992
+ name: { kind: "Name", value: "CompanyConnection" },
84993
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "CompanyConnection" } },
84994
+ selectionSet: {
84995
+ kind: "SelectionSet",
84996
+ selections: [
84997
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
84998
+ {
84999
+ kind: "Field",
85000
+ name: { kind: "Name", value: "nodes" },
85001
+ selectionSet: {
85002
+ kind: "SelectionSet",
85003
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "Company" } }],
85004
+ },
85005
+ },
85006
+ {
85007
+ kind: "Field",
85008
+ name: { kind: "Name", value: "pageInfo" },
85009
+ selectionSet: {
85010
+ kind: "SelectionSet",
85011
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "PageInfo" } }],
85012
+ },
85013
+ },
85014
+ ],
85015
+ },
85016
+ },
85017
+ ...CompanyFragmentDoc.definitions,
85018
+ ...PageInfoFragmentDoc.definitions,
85019
+ ],
85020
+ };
84946
85021
  const ContactPayloadFragmentDoc = {
84947
85022
  kind: "Document",
84948
85023
  definitions: [
@@ -85038,6 +85113,7 @@ const CustomViewFragmentDoc = {
85038
85113
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85039
85114
  },
85040
85115
  },
85116
+ { kind: "Field", name: { kind: "Name", value: "shared" } },
85041
85117
  {
85042
85118
  kind: "Field",
85043
85119
  name: { kind: "Name", value: "owner" },
@@ -85046,7 +85122,6 @@ const CustomViewFragmentDoc = {
85046
85122
  selections: [{ kind: "Field", name: { kind: "Name", value: "id" } }],
85047
85123
  },
85048
85124
  },
85049
- { kind: "Field", name: { kind: "Name", value: "shared" } },
85050
85125
  ],
85051
85126
  },
85052
85127
  },
@@ -87903,13 +87978,13 @@ const OrganizationInviteConnectionFragmentDoc = {
87903
87978
  ...PageInfoFragmentDoc.definitions,
87904
87979
  ],
87905
87980
  };
87906
- const OrganizationInviteDetailsPayloadFragmentDoc = {
87981
+ const OrganizationInviteFullDetailsPayloadFragmentDoc = {
87907
87982
  kind: "Document",
87908
87983
  definitions: [
87909
87984
  {
87910
87985
  kind: "FragmentDefinition",
87911
- name: { kind: "Name", value: "OrganizationInviteDetailsPayload" },
87912
- typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationInviteDetailsPayload" } },
87986
+ name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" },
87987
+ typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrganizationInviteFullDetailsPayload" } },
87913
87988
  selectionSet: {
87914
87989
  kind: "SelectionSet",
87915
87990
  selections: [
@@ -93055,6 +93130,54 @@ const DeleteIntegrationTemplateDocument = {
93055
93130
  ...ArchivePayloadFragmentDoc.definitions,
93056
93131
  ],
93057
93132
  };
93133
+ const IntegrationUpdateSlackDocument = {
93134
+ kind: "Document",
93135
+ definitions: [
93136
+ {
93137
+ kind: "OperationDefinition",
93138
+ operation: "mutation",
93139
+ name: { kind: "Name", value: "integrationUpdateSlack" },
93140
+ variableDefinitions: [
93141
+ {
93142
+ kind: "VariableDefinition",
93143
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
93144
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93145
+ },
93146
+ {
93147
+ kind: "VariableDefinition",
93148
+ variable: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
93149
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
93150
+ },
93151
+ ],
93152
+ selectionSet: {
93153
+ kind: "SelectionSet",
93154
+ selections: [
93155
+ {
93156
+ kind: "Field",
93157
+ name: { kind: "Name", value: "integrationUpdateSlack" },
93158
+ arguments: [
93159
+ {
93160
+ kind: "Argument",
93161
+ name: { kind: "Name", value: "code" },
93162
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
93163
+ },
93164
+ {
93165
+ kind: "Argument",
93166
+ name: { kind: "Name", value: "redirectUri" },
93167
+ value: { kind: "Variable", name: { kind: "Name", value: "redirectUri" } },
93168
+ },
93169
+ ],
93170
+ selectionSet: {
93171
+ kind: "SelectionSet",
93172
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "IntegrationPayload" } }],
93173
+ },
93174
+ },
93175
+ ],
93176
+ },
93177
+ },
93178
+ ...IntegrationPayloadFragmentDoc.definitions,
93179
+ ],
93180
+ };
93058
93181
  const IntegrationZendeskDocument = {
93059
93182
  kind: "Document",
93060
93183
  definitions: [
@@ -97285,6 +97408,44 @@ const UserGoogleCalendarConnectDocument = {
97285
97408
  ...UserPayloadFragmentDoc.definitions,
97286
97409
  ],
97287
97410
  };
97411
+ const UserJiraConnectDocument = {
97412
+ kind: "Document",
97413
+ definitions: [
97414
+ {
97415
+ kind: "OperationDefinition",
97416
+ operation: "mutation",
97417
+ name: { kind: "Name", value: "userJiraConnect" },
97418
+ variableDefinitions: [
97419
+ {
97420
+ kind: "VariableDefinition",
97421
+ variable: { kind: "Variable", name: { kind: "Name", value: "code" } },
97422
+ type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
97423
+ },
97424
+ ],
97425
+ selectionSet: {
97426
+ kind: "SelectionSet",
97427
+ selections: [
97428
+ {
97429
+ kind: "Field",
97430
+ name: { kind: "Name", value: "userJiraConnect" },
97431
+ arguments: [
97432
+ {
97433
+ kind: "Argument",
97434
+ name: { kind: "Name", value: "code" },
97435
+ value: { kind: "Variable", name: { kind: "Name", value: "code" } },
97436
+ },
97437
+ ],
97438
+ selectionSet: {
97439
+ kind: "SelectionSet",
97440
+ selections: [{ kind: "FragmentSpread", name: { kind: "Name", value: "UserPayload" } }],
97441
+ },
97442
+ },
97443
+ ],
97444
+ },
97445
+ },
97446
+ ...UserPayloadFragmentDoc.definitions,
97447
+ ],
97448
+ };
97288
97449
  const UserPromoteAdminDocument = {
97289
97450
  kind: "Document",
97290
97451
  definitions: [
@@ -98061,6 +98222,11 @@ const ProjectMilestonesDocument = {
98061
98222
  variable: { kind: "Variable", name: { kind: "Name", value: "before" } },
98062
98223
  type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
98063
98224
  },
98225
+ {
98226
+ kind: "VariableDefinition",
98227
+ variable: { kind: "Variable", name: { kind: "Name", value: "filter" } },
98228
+ type: { kind: "NamedType", name: { kind: "Name", value: "ProjectMilestoneFilter" } },
98229
+ },
98064
98230
  {
98065
98231
  kind: "VariableDefinition",
98066
98232
  variable: { kind: "Variable", name: { kind: "Name", value: "first" } },
@@ -98099,6 +98265,11 @@ const ProjectMilestonesDocument = {
98099
98265
  name: { kind: "Name", value: "before" },
98100
98266
  value: { kind: "Variable", name: { kind: "Name", value: "before" } },
98101
98267
  },
98268
+ {
98269
+ kind: "Argument",
98270
+ name: { kind: "Name", value: "filter" },
98271
+ value: { kind: "Variable", name: { kind: "Name", value: "filter" } },
98272
+ },
98102
98273
  {
98103
98274
  kind: "Argument",
98104
98275
  name: { kind: "Name", value: "first" },
@@ -105102,46 +105273,6 @@ const OrganizationInviteDocument = {
105102
105273
  ...OrganizationInviteFragmentDoc.definitions,
105103
105274
  ],
105104
105275
  };
105105
- const OrganizationInviteDetailsDocument = {
105106
- kind: "Document",
105107
- definitions: [
105108
- {
105109
- kind: "OperationDefinition",
105110
- operation: "query",
105111
- name: { kind: "Name", value: "organizationInviteDetails" },
105112
- variableDefinitions: [
105113
- {
105114
- kind: "VariableDefinition",
105115
- variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
105116
- type: { kind: "NonNullType", type: { kind: "NamedType", name: { kind: "Name", value: "String" } } },
105117
- },
105118
- ],
105119
- selectionSet: {
105120
- kind: "SelectionSet",
105121
- selections: [
105122
- {
105123
- kind: "Field",
105124
- name: { kind: "Name", value: "organizationInviteDetails" },
105125
- arguments: [
105126
- {
105127
- kind: "Argument",
105128
- name: { kind: "Name", value: "id" },
105129
- value: { kind: "Variable", name: { kind: "Name", value: "id" } },
105130
- },
105131
- ],
105132
- selectionSet: {
105133
- kind: "SelectionSet",
105134
- selections: [
105135
- { kind: "FragmentSpread", name: { kind: "Name", value: "OrganizationInviteDetailsPayload" } },
105136
- ],
105137
- },
105138
- },
105139
- ],
105140
- },
105141
- },
105142
- ...OrganizationInviteDetailsPayloadFragmentDoc.definitions,
105143
- ],
105144
- };
105145
105276
  const OrganizationInvitesDocument = {
105146
105277
  kind: "Document",
105147
105278
  definitions: [
@@ -110532,6 +110663,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
110532
110663
  get IssueRelationType () { return IssueRelationType; },
110533
110664
  get OAuthClientApprovalStatus () { return OAuthClientApprovalStatus; },
110534
110665
  get OrganizationDomainAuthType () { return OrganizationDomainAuthType; },
110666
+ get OrganizationInviteStatus () { return OrganizationInviteStatus; },
110535
110667
  get PaginationOrderBy () { return PaginationOrderBy; },
110536
110668
  get ProjectNotificationSubscriptionType () { return ProjectNotificationSubscriptionType; },
110537
110669
  get ProjectUpdateHealthType () { return ProjectUpdateHealthType; },
@@ -110592,6 +110724,8 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
110592
110724
  CommentFragmentDoc: CommentFragmentDoc,
110593
110725
  CommentConnectionFragmentDoc: CommentConnectionFragmentDoc,
110594
110726
  CommentPayloadFragmentDoc: CommentPayloadFragmentDoc,
110727
+ CompanyFragmentDoc: CompanyFragmentDoc,
110728
+ CompanyConnectionFragmentDoc: CompanyConnectionFragmentDoc,
110595
110729
  ContactPayloadFragmentDoc: ContactPayloadFragmentDoc,
110596
110730
  CreateCsvExportReportPayloadFragmentDoc: CreateCsvExportReportPayloadFragmentDoc,
110597
110731
  CreateOrJoinOrganizationResponseFragmentDoc: CreateOrJoinOrganizationResponseFragmentDoc,
@@ -110674,7 +110808,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
110674
110808
  OrganizationExistsPayloadFragmentDoc: OrganizationExistsPayloadFragmentDoc,
110675
110809
  OrganizationInviteFragmentDoc: OrganizationInviteFragmentDoc,
110676
110810
  OrganizationInviteConnectionFragmentDoc: OrganizationInviteConnectionFragmentDoc,
110677
- OrganizationInviteDetailsPayloadFragmentDoc: OrganizationInviteDetailsPayloadFragmentDoc,
110811
+ OrganizationInviteFullDetailsPayloadFragmentDoc: OrganizationInviteFullDetailsPayloadFragmentDoc,
110678
110812
  OrganizationInvitePayloadFragmentDoc: OrganizationInvitePayloadFragmentDoc,
110679
110813
  OrganizationPayloadFragmentDoc: OrganizationPayloadFragmentDoc,
110680
110814
  OrganizationStartPlusTrialPayloadFragmentDoc: OrganizationStartPlusTrialPayloadFragmentDoc,
@@ -110809,6 +110943,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
110809
110943
  IntegrationSlackProjectPostDocument: IntegrationSlackProjectPostDocument,
110810
110944
  CreateIntegrationTemplateDocument: CreateIntegrationTemplateDocument,
110811
110945
  DeleteIntegrationTemplateDocument: DeleteIntegrationTemplateDocument,
110946
+ IntegrationUpdateSlackDocument: IntegrationUpdateSlackDocument,
110812
110947
  IntegrationZendeskDocument: IntegrationZendeskDocument,
110813
110948
  CreateIntegrationsSettingsDocument: CreateIntegrationsSettingsDocument,
110814
110949
  UpdateIntegrationsSettingsDocument: UpdateIntegrationsSettingsDocument,
@@ -110901,6 +111036,7 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
110901
111036
  UpdateUserFlagDocument: UpdateUserFlagDocument,
110902
111037
  UserGitHubConnectDocument: UserGitHubConnectDocument,
110903
111038
  UserGoogleCalendarConnectDocument: UserGoogleCalendarConnectDocument,
111039
+ UserJiraConnectDocument: UserJiraConnectDocument,
110904
111040
  UserPromoteAdminDocument: UserPromoteAdminDocument,
110905
111041
  UserPromoteMemberDocument: UserPromoteMemberDocument,
110906
111042
  UserSettingsFlagIncrementDocument: UserSettingsFlagIncrementDocument,
@@ -111005,7 +111141,6 @@ var _generated_documents = /*#__PURE__*/Object.freeze({
111005
111141
  Organization_UsersDocument: Organization_UsersDocument,
111006
111142
  OrganizationExistsDocument: OrganizationExistsDocument,
111007
111143
  OrganizationInviteDocument: OrganizationInviteDocument,
111008
- OrganizationInviteDetailsDocument: OrganizationInviteDetailsDocument,
111009
111144
  OrganizationInvitesDocument: OrganizationInvitesDocument,
111010
111145
  ProjectDocument: ProjectDocument,
111011
111146
  Project_DocumentsDocument: Project_DocumentsDocument,
@@ -111537,6 +111672,48 @@ class CommentPayload extends Request {
111537
111672
  return new CommentQuery(this._request).fetch(this._comment.id);
111538
111673
  }
111539
111674
  }
111675
+ /**
111676
+ * A company related to issue's origin.
111677
+ *
111678
+ * @param request - function to call the graphql client
111679
+ * @param data - L.CompanyFragment response data
111680
+ */
111681
+ class Company extends Request {
111682
+ constructor(request, data) {
111683
+ var _a, _b, _c, _d, _e, _f;
111684
+ super(request);
111685
+ this.archivedAt = (_a = parseDate(data.archivedAt)) !== null && _a !== void 0 ? _a : undefined;
111686
+ this.companyProperties = (_b = parseJson(data.companyProperties)) !== null && _b !== void 0 ? _b : {};
111687
+ this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
111688
+ this.externalId = data.externalId;
111689
+ this.id = data.id;
111690
+ this.logoUrl = (_d = data.logoUrl) !== null && _d !== void 0 ? _d : undefined;
111691
+ this.name = data.name;
111692
+ this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
111693
+ this.websiteUrl = (_f = data.websiteUrl) !== null && _f !== void 0 ? _f : undefined;
111694
+ this._creator = data.creator;
111695
+ }
111696
+ /** The user who added the company. */
111697
+ get creator() {
111698
+ return new UserQuery(this._request).fetch(this._creator.id);
111699
+ }
111700
+ /** The organization of the customer. */
111701
+ get organization() {
111702
+ return new OrganizationQuery(this._request).fetch();
111703
+ }
111704
+ }
111705
+ /**
111706
+ * CompanyConnection model
111707
+ *
111708
+ * @param request - function to call the graphql client
111709
+ * @param fetch - function to trigger a refetch of this CompanyConnection model
111710
+ * @param data - CompanyConnection response data
111711
+ */
111712
+ class CompanyConnection extends Connection {
111713
+ constructor(request, fetch, data) {
111714
+ super(request, fetch, data.nodes.map(node => new Company(request, node)), new PageInfo(request, data.pageInfo));
111715
+ }
111716
+ }
111540
111717
  /**
111541
111718
  * ContactPayload model
111542
111719
  *
@@ -111612,7 +111789,7 @@ class CustomView extends Request {
111612
111789
  get organization() {
111613
111790
  return new OrganizationQuery(this._request).fetch();
111614
111791
  }
111615
- /** The user who owns the custom view. */
111792
+ /** [Deprecated] The user who owns the custom view. */
111616
111793
  get owner() {
111617
111794
  return new UserQuery(this._request).fetch(this._owner.id);
111618
111795
  }
@@ -113953,12 +114130,12 @@ class OrganizationInviteConnection extends Connection {
113953
114130
  }
113954
114131
  }
113955
114132
  /**
113956
- * OrganizationInviteDetailsPayload model
114133
+ * OrganizationInviteFullDetailsPayload model
113957
114134
  *
113958
114135
  * @param request - function to call the graphql client
113959
- * @param data - L.OrganizationInviteDetailsPayloadFragment response data
114136
+ * @param data - L.OrganizationInviteFullDetailsPayloadFragment response data
113960
114137
  */
113961
- class OrganizationInviteDetailsPayload extends Request {
114138
+ class OrganizationInviteFullDetailsPayload extends Request {
113962
114139
  constructor(request, data) {
113963
114140
  var _a, _b;
113964
114141
  super(request);
@@ -115726,6 +115903,7 @@ class UserSettings extends Request {
115726
115903
  this.createdAt = (_c = parseDate(data.createdAt)) !== null && _c !== void 0 ? _c : new Date();
115727
115904
  this.id = data.id;
115728
115905
  this.notificationPreferences = (_d = parseJson(data.notificationPreferences)) !== null && _d !== void 0 ? _d : {};
115906
+ this.showFullUserNames = data.showFullUserNames;
115729
115907
  this.unsubscribedFrom = data.unsubscribedFrom;
115730
115908
  this.updatedAt = (_e = parseDate(data.updatedAt)) !== null && _e !== void 0 ? _e : new Date();
115731
115909
  this._user = data.user;
@@ -117738,6 +117916,33 @@ class DeleteIntegrationTemplateMutation extends Request {
117738
117916
  });
117739
117917
  }
117740
117918
  }
117919
+ /**
117920
+ * A fetchable IntegrationUpdateSlack Mutation
117921
+ *
117922
+ * @param request - function to call the graphql client
117923
+ */
117924
+ class IntegrationUpdateSlackMutation extends Request {
117925
+ constructor(request) {
117926
+ super(request);
117927
+ }
117928
+ /**
117929
+ * Call the IntegrationUpdateSlack mutation and return a IntegrationPayload
117930
+ *
117931
+ * @param code - required code to pass to integrationUpdateSlack
117932
+ * @param redirectUri - required redirectUri to pass to integrationUpdateSlack
117933
+ * @returns parsed response from IntegrationUpdateSlackMutation
117934
+ */
117935
+ fetch(code, redirectUri) {
117936
+ return __awaiter(this, void 0, void 0, function* () {
117937
+ const response = yield this._request(IntegrationUpdateSlackDocument, {
117938
+ code,
117939
+ redirectUri,
117940
+ });
117941
+ const data = response.integrationUpdateSlack;
117942
+ return new IntegrationPayload(this._request, data);
117943
+ });
117944
+ }
117945
+ }
117741
117946
  /**
117742
117947
  * A fetchable IntegrationZendesk Mutation
117743
117948
  *
@@ -120082,6 +120287,31 @@ class UserGoogleCalendarConnectMutation extends Request {
120082
120287
  });
120083
120288
  }
120084
120289
  }
120290
+ /**
120291
+ * A fetchable UserJiraConnect Mutation
120292
+ *
120293
+ * @param request - function to call the graphql client
120294
+ */
120295
+ class UserJiraConnectMutation extends Request {
120296
+ constructor(request) {
120297
+ super(request);
120298
+ }
120299
+ /**
120300
+ * Call the UserJiraConnect mutation and return a UserPayload
120301
+ *
120302
+ * @param code - required code to pass to userJiraConnect
120303
+ * @returns parsed response from UserJiraConnectMutation
120304
+ */
120305
+ fetch(code) {
120306
+ return __awaiter(this, void 0, void 0, function* () {
120307
+ const response = yield this._request(UserJiraConnectDocument, {
120308
+ code,
120309
+ });
120310
+ const data = response.userJiraConnect;
120311
+ return new UserPayload(this._request, data);
120312
+ });
120313
+ }
120314
+ }
120085
120315
  /**
120086
120316
  * A fetchable UserPromoteAdmin Mutation
120087
120317
  *
@@ -121737,31 +121967,6 @@ class OrganizationInviteQuery extends Request {
121737
121967
  });
121738
121968
  }
121739
121969
  }
121740
- /**
121741
- * A fetchable OrganizationInviteDetails Query
121742
- *
121743
- * @param request - function to call the graphql client
121744
- */
121745
- class OrganizationInviteDetailsQuery extends Request {
121746
- constructor(request) {
121747
- super(request);
121748
- }
121749
- /**
121750
- * Call the OrganizationInviteDetails query and return a OrganizationInviteDetailsPayload
121751
- *
121752
- * @param id - required id to pass to organizationInviteDetails
121753
- * @returns parsed response from OrganizationInviteDetailsQuery
121754
- */
121755
- fetch(id) {
121756
- return __awaiter(this, void 0, void 0, function* () {
121757
- const response = yield this._request(OrganizationInviteDetailsDocument, {
121758
- id,
121759
- });
121760
- const data = response.organizationInviteDetails;
121761
- return new OrganizationInviteDetailsPayload(this._request, data);
121762
- });
121763
- }
121764
- }
121765
121970
  /**
121766
121971
  * A fetchable OrganizationInvites Query
121767
121972
  *
@@ -125002,6 +125207,16 @@ class LinearSdk extends Request {
125002
125207
  deleteIntegrationTemplate(id) {
125003
125208
  return new DeleteIntegrationTemplateMutation(this._request).fetch(id);
125004
125209
  }
125210
+ /**
125211
+ * Updates the organization's Slack integration.
125212
+ *
125213
+ * @param code - required code to pass to integrationUpdateSlack
125214
+ * @param redirectUri - required redirectUri to pass to integrationUpdateSlack
125215
+ * @returns IntegrationPayload
125216
+ */
125217
+ integrationUpdateSlack(code, redirectUri) {
125218
+ return new IntegrationUpdateSlackMutation(this._request).fetch(code, redirectUri);
125219
+ }
125005
125220
  /**
125006
125221
  * Integrates the organization with Zendesk.
125007
125222
  *
@@ -125866,6 +126081,15 @@ class LinearSdk extends Request {
125866
126081
  userGoogleCalendarConnect(code) {
125867
126082
  return new UserGoogleCalendarConnectMutation(this._request).fetch(code);
125868
126083
  }
126084
+ /**
126085
+ * Connects the Jira user to this Linear account via OAuth2.
126086
+ *
126087
+ * @param code - required code to pass to userJiraConnect
126088
+ * @returns UserPayload
126089
+ */
126090
+ userJiraConnect(code) {
126091
+ return new UserJiraConnectMutation(this._request).fetch(code);
126092
+ }
125869
126093
  /**
125870
126094
  * Makes user an admin. Can only be called by an admin.
125871
126095
  *
@@ -126479,15 +126703,6 @@ class LinearSdk extends Request {
126479
126703
  organizationInvite(id) {
126480
126704
  return new OrganizationInviteQuery(this._request).fetch(id);
126481
126705
  }
126482
- /**
126483
- * One specific organization invite.
126484
- *
126485
- * @param id - required id to pass to organizationInviteDetails
126486
- * @returns OrganizationInviteDetailsPayload
126487
- */
126488
- organizationInviteDetails(id) {
126489
- return new OrganizationInviteDetailsQuery(this._request).fetch(id);
126490
- }
126491
126706
  /**
126492
126707
  * All invites for the organization.
126493
126708
  *
@@ -126876,5 +127091,5 @@ class LinearWebhooks {
126876
127091
  }
126877
127092
  }
126878
127093
 
126879
- export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackIntakeMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, IssueBatchPayload, IssueConnection, 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, IssueSearchPayload, IssueSearchResult, IssueSearchResultConnection, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteDetailsPayload, OrganizationInviteDetailsQuery, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, Project, 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, 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, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, 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, UserGoogleCalendarConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
127094
+ export { AdministrableTeamsQuery, AirbyteIntegrationConnectMutation, ApiKey, ApiKeyConnection, ApiKeyPayload, ApiKeysQuery, Application, ApplicationInfoQuery, ApplicationWithAuthorizationQuery, ArchiveAttachmentMutation, ArchiveCycleMutation, ArchiveIssueLabelMutation, ArchiveIssueMutation, ArchiveNotificationMutation, ArchivePayload, ArchiveProjectMutation, ArchiveResponse, ArchiveRoadmapMutation, ArchiveWorkflowStateMutation, Attachment, AttachmentConnection, AttachmentIssueQuery, AttachmentIssue_AttachmentsQuery, AttachmentIssue_ChildrenQuery, AttachmentIssue_CommentsQuery, AttachmentIssue_HistoryQuery, AttachmentIssue_InverseRelationsQuery, AttachmentIssue_LabelsQuery, AttachmentIssue_RelationsQuery, AttachmentIssue_SubscribersQuery, AttachmentLinkDiscordMutation, AttachmentLinkFrontMutation, AttachmentLinkIntercomMutation, AttachmentLinkJiraIssueMutation, AttachmentLinkUrlMutation, AttachmentLinkZendeskMutation, AttachmentPayload, AttachmentQuery, AttachmentsForUrlQuery, AttachmentsQuery, AuditEntriesQuery, AuditEntry, AuditEntryConnection, AuditEntryType, AuditEntryTypesQuery, AuthResolverResponse, AuthenticationLinearError, AvailableUsersQuery, BootstrapLinearError, Comment, CommentConnection, CommentPayload, CommentQuery, Comment_ChildrenQuery, CommentsQuery, Company, CompanyConnection, Connection, ContactPayload, CreateApiKeyMutation, CreateAttachmentMutation, CreateCommentMutation, CreateContactMutation, CreateCsvExportReportMutation, CreateCsvExportReportPayload, CreateCustomViewMutation, CreateCycleMutation, CreateDocumentMutation, CreateEmojiMutation, CreateEventMutation, CreateFavoriteMutation, CreateIntegrationGithubCommitMutation, CreateIntegrationTemplateMutation, CreateIntegrationsSettingsMutation, CreateIssueLabelMutation, CreateIssueMutation, CreateIssueRelationMutation, CreateNotificationSubscriptionMutation, CreateOrJoinOrganizationResponse, CreateOrganizationFromOnboardingMutation, CreateOrganizationInviteMutation, CreateProjectLinkMutation, CreateProjectMilestoneMutation, CreateProjectMutation, CreateProjectUpdateInteractionMutation, CreateProjectUpdateMutation, CreatePushSubscriptionMutation, CreateReactionMutation, CreateRoadmapMutation, CreateRoadmapToProjectMutation, CreateTeamMembershipMutation, CreateTeamMutation, CreateTemplateMutation, CreateViewPreferencesMutation, CreateWebhookMutation, CreateWorkflowStateMutation, CustomView, CustomViewConnection, CustomViewPayload, CustomViewQuery, CustomViewSuggestionPayload, CustomViewsQuery, Cycle, CycleConnection, CyclePayload, CycleQuery, Cycle_IssuesQuery, Cycle_UncompletedIssuesUponCloseQuery, CyclesQuery, DeleteApiKeyMutation, DeleteAttachmentMutation, DeleteCommentMutation, DeleteCustomViewMutation, DeleteDocumentMutation, DeleteEmojiMutation, DeleteFavoriteMutation, DeleteIntegrationIntercomMutation, DeleteIntegrationMutation, DeleteIntegrationTemplateMutation, DeleteIssueImportMutation, DeleteIssueLabelMutation, DeleteIssueMutation, DeleteIssueRelationMutation, DeleteNotificationSubscriptionMutation, DeleteOrganizationCancelMutation, DeleteOrganizationDomainMutation, DeleteOrganizationInviteMutation, DeleteOrganizationMutation, DeleteProjectLinkMutation, DeleteProjectMilestoneMutation, DeleteProjectMutation, DeleteProjectUpdateMutation, DeletePushSubscriptionMutation, DeleteReactionMutation, DeleteRoadmapMutation, DeleteRoadmapToProjectMutation, DeleteTeamCyclesMutation, DeleteTeamKeyMutation, DeleteTeamMembershipMutation, DeleteTeamMutation, DeleteTemplateMutation, DeleteViewPreferencesMutation, DeleteWebhookMutation, Document, DocumentConnection, DocumentContent, DocumentPayload, DocumentQuery, DocumentSearchPayload, DocumentSearchResult, DocumentSearchResultConnection, DocumentsQuery, EmailTokenUserAccountAuthMutation, EmailUnsubscribeMutation, EmailUnsubscribePayload, EmailUserAccountAuthChallengeMutation, EmailUserAccountAuthChallengeResponse, Emoji, EmojiConnection, EmojiPayload, EmojiQuery, EmojisQuery, Entity, EventPayload, Favorite, FavoriteConnection, FavoritePayload, FavoriteQuery, Favorite_ChildrenQuery, FavoritesQuery, FeatureNotAccessibleLinearError, FigmaEmbed, FigmaEmbedInfoQuery, FigmaEmbedInfo_FigmaEmbedQuery, FigmaEmbedPayload, FileUploadMutation, ForbiddenLinearError, FrontAttachmentPayload, FrontSettings, GitHubCommitIntegrationPayload, GitHubSettings, GithubOAuthTokenPayload, GithubOrg, GithubRepo, GoogleSheetsSettings, GoogleUserAccountAuthMutation, GraphQLClientError, GraphqlLinearError, ImageUploadFromUrlMutation, ImageUploadFromUrlPayload, ImportFileUploadMutation, Integration, IntegrationConnection, IntegrationDiscordMutation, IntegrationFigmaMutation, IntegrationFrontMutation, IntegrationGithubConnectMutation, IntegrationGitlabConnectMutation, IntegrationGoogleSheetsMutation, IntegrationIntercomMutation, IntegrationLoomMutation, IntegrationPayload, IntegrationQuery, IntegrationRequestMutation, IntegrationRequestPayload, IntegrationSentryConnectMutation, IntegrationSettings, IntegrationSlackImportEmojisMutation, IntegrationSlackIntakeMutation, IntegrationSlackMutation, IntegrationSlackOrgProjectUpdatesPostMutation, IntegrationSlackPersonalMutation, IntegrationSlackPostMutation, IntegrationSlackProjectPostMutation, IntegrationTemplate, IntegrationTemplateConnection, IntegrationTemplatePayload, IntegrationTemplateQuery, IntegrationTemplatesQuery, IntegrationUpdateSlackMutation, IntegrationZendeskMutation, IntegrationsQuery, IntegrationsSettings, IntegrationsSettingsConnection, IntegrationsSettingsPayload, IntegrationsSettingsQuery, IntercomSettings, InternalLinearError, InvalidInputLinearError, Issue, 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, IssueSearchPayload, IssueSearchResult, IssueSearchResultConnection, IssueVcsBranchSearchQuery, IssueVcsBranchSearch_AttachmentsQuery, IssueVcsBranchSearch_ChildrenQuery, IssueVcsBranchSearch_CommentsQuery, IssueVcsBranchSearch_HistoryQuery, IssueVcsBranchSearch_InverseRelationsQuery, IssueVcsBranchSearch_LabelsQuery, IssueVcsBranchSearch_RelationsQuery, IssueVcsBranchSearch_SubscribersQuery, Issue_AttachmentsQuery, Issue_ChildrenQuery, Issue_CommentsQuery, Issue_HistoryQuery, Issue_InverseRelationsQuery, Issue_LabelsQuery, Issue_RelationsQuery, Issue_SubscribersQuery, IssuesQuery, JiraLinearMapping, JiraProjectData, JiraSettings, JoinOrganizationFromOnboardingMutation, LINEAR_WEBHOOK_SIGNATURE_HEADER, LINEAR_WEBHOOK_TS_FIELD, LeaveOrganizationMutation, LinearClient, LinearConnection, _generated_documents as LinearDocument, LinearError, LinearErrorType, LinearGraphQLClient, LinearGraphQLError, LinearSdk, LinearWebhooks, LockTimeoutLinearError, LogoutMutation, LogoutResponse, NetworkLinearError, Node, Notification, NotificationConnection, NotificationPayload, NotificationQuery, NotificationSubscription, NotificationSubscriptionConnection, NotificationSubscriptionPayload, NotificationSubscriptionQuery, NotificationSubscriptionsQuery, NotificationsQuery, NotionSettings, OauthClient, OauthClientApproval, OauthClientApprovalNotification, OauthClientConnection, Organization, OrganizationCancelDeletePayload, OrganizationDeleteChallengeMutation, OrganizationDeletePayload, OrganizationDomain, OrganizationExistsPayload, OrganizationExistsQuery, OrganizationInvite, OrganizationInviteConnection, OrganizationInviteFullDetailsPayload, OrganizationInvitePayload, OrganizationInviteQuery, OrganizationInvitesQuery, OrganizationPayload, OrganizationQuery, OrganizationStartPlusTrialMutation, OrganizationStartPlusTrialPayload, Organization_IntegrationsQuery, Organization_LabelsQuery, Organization_SubscriptionQuery, Organization_TeamsQuery, Organization_TemplatesQuery, Organization_UsersQuery, OtherLinearError, PageInfo, PaidSubscription, Project, 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, 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, RoadmapConnection, RoadmapPayload, RoadmapQuery, RoadmapToProject, RoadmapToProjectConnection, RoadmapToProjectPayload, RoadmapToProjectQuery, RoadmapToProjectsQuery, Roadmap_ProjectsQuery, RoadmapsQuery, SamlConfiguration, SamlConfigurationPayload, SamlTokenUserAccountAuthMutation, SearchDocumentsQuery, SearchDocuments_ArchivePayloadQuery, SearchIssuesQuery, SearchIssues_ArchivePayloadQuery, SearchProjectsQuery, SearchProjects_ArchivePayloadQuery, SentrySettings, SlackPostSettings, SsoUrlFromEmailQuery, SsoUrlFromEmailResponse, SuspendUserMutation, SyncResponse, SynchronizedPayload, Team, TeamConnection, TeamMembership, TeamMembershipConnection, TeamMembershipPayload, TeamMembershipQuery, TeamMembershipsQuery, TeamNotificationSubscription, TeamPayload, TeamQuery, Team_CyclesQuery, Team_IssuesQuery, Team_LabelsQuery, Team_MembersQuery, Team_MembershipsQuery, Team_ProjectsQuery, Team_StatesQuery, Team_TemplatesQuery, Team_WebhooksQuery, TeamsQuery, Template, TemplateConnection, TemplatePayload, TemplateQuery, TemplatesQuery, UnarchiveIssueMutation, UnarchiveNotificationMutation, UnarchiveProjectMutation, 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, UserGoogleCalendarConnectMutation, UserJiraConnectMutation, UserLinearError, UserPayload, UserPromoteAdminMutation, UserPromoteMemberMutation, UserQuery, UserSettings, UserSettingsFlagIncrementMutation, UserSettingsFlagPayload, UserSettingsFlagsResetMutation, UserSettingsFlagsResetPayload, UserSettingsPayload, UserSettingsQuery, User_AssignedIssuesQuery, User_CreatedIssuesQuery, User_TeamMembershipsQuery, User_TeamsQuery, UsersQuery, ViewPreferences, ViewPreferencesPayload, ViewerQuery, Viewer_AssignedIssuesQuery, Viewer_CreatedIssuesQuery, Viewer_TeamMembershipsQuery, Viewer_TeamsQuery, Webhook, WebhookConnection, WebhookPayload, WebhookQuery, WebhooksQuery, WorkflowCronJobDefinition, WorkflowCronJobDefinitionConnection, WorkflowDefinition, WorkflowDefinitionConnection, WorkflowState, WorkflowStateConnection, WorkflowStatePayload, WorkflowStateQuery, WorkflowState_IssuesQuery, WorkflowStatesQuery, ZendeskSettings, parseLinearError };
126880
127095
  //# sourceMappingURL=index-es.js.map